Skip to content

Commit

Permalink
VueUiMolecule added component
Browse files Browse the repository at this point in the history
  • Loading branch information
graphieros committed Jan 6, 2024
1 parent 44df131 commit bd3db53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-data-ui",
"private": false,
"version": "1.9.59",
"version": "1.9.60",
"type": "module",
"description": "A user-empowering data visualization Vue components library",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions types/vue-data-ui.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ declare module 'vue-data-ui' {

export type VueUiMoleculeConfig = {
style?: {
fontFamily?: string;
chart?: {
backgroundColor?: string;
color?: string;
Expand Down

0 comments on commit bd3db53

Please sign in to comment.