Skip to content

Commit

Permalink
Merge branch 'dev' into feat/slideover-vertical
Browse files Browse the repository at this point in the history
  • Loading branch information
emavitta committed Jun 3, 2024
2 parents 4fe4e01 + 3ebff4d commit 62e655a
Show file tree
Hide file tree
Showing 6 changed files with 407 additions and 304 deletions.
2 changes: 0 additions & 2 deletions docs/content/2.components/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ Use the `#avatar` slot to customize the displayable avatar.

Use the `#actions` slot to add custom user interaction elements.

:component-example{component="alert-example-actions"}

## Props

:component-props
Expand Down
6 changes: 3 additions & 3 deletions docs/content/2.components/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ extraClass: 'overflow-hidden'
padding: false
component: 'table-example-columns-selectable'
componentProps:
class: 'flex-1'
class: 'flex-1 flex-col overflow-hidden'
---
::

Expand Down Expand Up @@ -282,7 +282,7 @@ extraClass: 'overflow-hidden'
padding: false
component: 'table-example-searchable'
componentProps:
class: 'flex-1'
class: 'flex-1 flex-col overflow-hidden'
---
::

Expand All @@ -296,7 +296,7 @@ extraClass: 'overflow-hidden'
padding: false
component: 'table-example-paginable'
componentProps:
class: 'flex-1'
class: 'flex-1 flex-col overflow-hidden'
---
::

Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
"type": "module",
"dependencies": {
"@iconify-json/heroicons": "^1.1.21",
"@iconify-json/simple-icons": "^1.1.101",
"@iconify-json/simple-icons": "^1.1.104",
"@nuxt/content": "^2.12.1",
"@nuxt/eslint-config": "^0.3.10",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/fonts": "^0.7.0",
"@nuxt/image": "^1.7.0",
"@nuxt/ui": "latest",
"@nuxt/ui-pro": "npm:@nuxt/[email protected]28584828.9fd6689",
"@nuxt/ui-pro": "npm:@nuxt/[email protected]28614875.8eede69",
"@nuxtjs/plausible": "^1.0.0",
"@octokit/rest": "^20.1.1",
"@vueuse/nuxt": "^10.9.0",
"@vueuse/nuxt": "^10.10.0",
"date-fns": "^3.6.0",
"eslint": "^8.57.0",
"joi": "^17.13.1",
"nuxt": "^3.11.2",
"nuxt-cloudflare-analytics": "^1.0.8",
"nuxt-component-meta": "^0.6.4",
"nuxt-og-image": "^2.2.4",
"prettier": "^3.2.5",
"prettier": "^3.3.0",
"typescript": "^5.4.5",
"ufo": "^1.5.3",
"v-calendar": "^3.1.2",
"valibot": "^0.30.0",
"yup": "^1.4.0",
"zod": "^3.23.6"
"zod": "^3.23.8"
}
}
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@egoist/tailwindcss-icons": "^1.8.0",
"@headlessui/tailwindcss": "^0.2.0",
"@headlessui/tailwindcss": "^0.2.1",
"@headlessui/vue": "^1.7.22",
"@iconify-json/heroicons": "^1.1.21",
"@nuxt/kit": "^3.11.2",
Expand All @@ -46,9 +46,9 @@
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"@vueuse/math": "^10.9.0",
"@vueuse/core": "^10.10.0",
"@vueuse/integrations": "^10.10.0",
"@vueuse/math": "^10.10.0",
"defu": "^6.1.4",
"fuse.js": "^6.6.2",
"nuxt-icon": "^0.6.10",
Expand All @@ -59,27 +59,28 @@
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.10",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/test-utils": "^3.12.1",
"@nuxt/test-utils": "^3.13.1",
"@release-it/conventional-changelog": "^8.0.1",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.57.0",
"happy-dom": "^14.10.1",
"joi": "^17.13.1",
"nuxt": "^3.11.2",
"release-it": "^17.2.1",
"release-it": "^17.3.0",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"valibot": "^0.30.0",
"vitest": "^1.6.0",
"vitest-environment-nuxt": "^1.0.0",
"vue-tsc": "^2.0.16",
"yup": "^1.4.0",
"zod": "^3.23.6"
"zod": "^3.23.8"
},
"resolutions": {
"@nuxt/ui": "workspace:*",
"@nuxt/module-builder": "0.5.5"
"@nuxt/module-builder": "0.5.5",
"vue-tsc": "2.0.16"
}
}
Loading

0 comments on commit 62e655a

Please sign in to comment.