Skip to content

Commit

Permalink
chore: update frappe-ui to v0.1.50
Browse files Browse the repository at this point in the history
  • Loading branch information
nextchamp-saqib committed Apr 3, 2024
1 parent 23be39f commit 20a5d7a
Show file tree
Hide file tree
Showing 4 changed files with 537 additions and 373 deletions.
2 changes: 1 addition & 1 deletion frappe-ui
Submodule frappe-ui updated 47 files
+0 −2 .gitignore
+0 −6 docs/.postcssrc.cjs
+0 −55 docs/.vitepress/RenderToIFrame.js
+0 −36 docs/.vitepress/Story.vue
+0 −58 docs/.vitepress/config.js
+0 −16 docs/.vitepress/theme/index.js
+0 −64 docs/.vitepress/theme/style.css
+0 −0 docs/Getting Started.story.md
+0 −0 docs/Introduction.story.md
+1 −49 docs/other/Directives.story.md
+0 −0 docs/other/Utilities.story.md
+0 −1 docs/public/frappe-ui-logo.svg
+2 −2 docs/resources/Document Resource.story.md
+2 −2 docs/resources/List Resource.story.md
+2 −45 docs/resources/Resource.story.md
+0 −16 docs/tailwind.config.docs.js
+45 −1 histoire.config.ts
+5 −0 netlify.toml
+4 −7 package.json
+ public/frappe-ui-only-logo.png
+1 −1 src/components/Autocomplete.vue
+1 −0 src/components/Avatar.vue
+10 −9 src/components/FormControl.story.vue
+1 −1 src/components/ListFilter/ListFilter.vue
+1 −1 src/components/ListFilter/SearchComplete.vue
+25 −0 src/components/ListView.story.md
+235 −9 src/components/ListView.story.vue
+12 −9 src/components/ListView/ListEmptyState.vue
+44 −0 src/components/ListView/ListGroupHeader.vue
+17 −0 src/components/ListView/ListGroupRows.vue
+22 −0 src/components/ListView/ListGroups.vue
+20 −1 src/components/ListView/ListRow.vue
+4 −4 src/components/ListView/ListRowItem.vue
+0 −2 src/components/ListView/ListRows.vue
+29 −8 src/components/ListView/ListView.vue
+37 −14 src/components/Select.vue
+1 −1 src/components/TextEditor/FontColor.vue
+0 −11 src/components/Tooltip.story.vue
+0 −38 src/components/Tooltip.vue
+40 −0 src/components/Tooltip/Tooltip.story.vue
+60 −0 src/components/Tooltip/Tooltip.vue
+8 −0 src/icons/DownSolid.vue
+7 −3 src/index.js
+3 −3 src/resources/listResource.js
+7 −1 tsconfig.json
+14 −11 vite.js
+452 −532 yarn.lock
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dom-to-image": "^2.6.0",
"echarts": "^5.4.0",
"feather-icons": "^4.28.0",
"frappe-ui": "0.1.35",
"frappe-ui": "0.1.50",
"grid-layout-plus": "^1.0.2",
"lucide-vue-next": "^0.300.0",
"pinia": "^2.0.30",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"workspaces": ["frappe-ui", "frontend"],
"scripts": {
"postinstall": "cd frontend && yarn install",
"postinstall": "cd frontend && yarn install --check-files",
"dev": "cd frontend && yarn dev",
"build": "cd frontend && yarn build",
"test": "cd frontend && yarn test"
Expand Down
Loading

0 comments on commit 20a5d7a

Please sign in to comment.