@stacksjs/ui 0.67.0 → 0.68.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.d.ts +10 -10
- package/dist/disclosure.d.ts +1 -0
- package/dist/index.d.ts +4 -7
- package/dist/index.js +126 -124
- package/dist/menu.d.ts +1 -0
- package/dist/modal.d.ts +1 -0
- package/dist/popover.d.ts +1 -0
- package/dist/radio-group.d.ts +1 -0
- package/dist/select.d.ts +1 -0
- package/dist/tabs.d.ts +1 -0
- package/dist/toggle.d.ts +1 -0
- package/dist/transition.d.ts +1 -0
- package/dist/uno.config.d.ts +7 -3
- package/package.json +6 -6
- package/dist/components/autocomplete.d.ts +0 -0
- package/dist/components/disclosure.d.ts +0 -1
- package/dist/components/menu.d.ts +0 -1
- package/dist/components/modal.d.ts +0 -1
- package/dist/components/popover.d.ts +0 -1
- package/dist/components/radio-group.d.ts +0 -1
- package/dist/components/select.d.ts +0 -1
- package/dist/components/tabs.d.ts +0 -1
- package/dist/components/toggle.d.ts +0 -1
- package/dist/components/transition.d.ts +0 -1
package/dist/menu.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Menu, MenuButton, MenuItem, MenuItems } from '@headlessui/vue'
|
package/dist/modal.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Popover, PopoverButton, PopoverPanel } from '@headlessui/vue'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {
|
package/dist/select.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {
|
package/dist/tabs.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Tab, TabGroup, TabList, TabPanel, TabPanels } from '@headlessui/vue'
|
package/dist/toggle.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Switch } from '@headlessui/vue'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TransitionChild, TransitionRoot } from '@headlessui/vue'
|
package/dist/uno.config.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.68.0",
|
|
5
5
|
"description": "The Stacks UI engine.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"contributors": [
|
|
@@ -61,19 +61,19 @@
|
|
|
61
61
|
"@iconify-json/heroicons": "^1.2.1",
|
|
62
62
|
"@iconify-json/heroicons-outline": "^1.2.0",
|
|
63
63
|
"@iconify-json/heroicons-solid": "^1.2.0",
|
|
64
|
-
"@iconify/json": "^2.2.
|
|
64
|
+
"@iconify/json": "^2.2.264",
|
|
65
65
|
"@julr/unocss-preset-forms": "^0.1.0",
|
|
66
66
|
"@stacksjs/build": "0.67.0",
|
|
67
67
|
"@stacksjs/config": "0.67.0",
|
|
68
68
|
"@stacksjs/router": "0.67.0",
|
|
69
|
-
"@unhead/vue": "^1.11.
|
|
69
|
+
"@unhead/vue": "^1.11.10",
|
|
70
70
|
"pinia": "^2.2.4",
|
|
71
|
-
"unhead": "^1.11.
|
|
71
|
+
"unhead": "^1.11.10",
|
|
72
72
|
"unocss": "0.61.0",
|
|
73
73
|
"unocss-preset-primitives": "0.0.2-beta.1",
|
|
74
74
|
"vite-plugin-vue-layouts": "^0.11.0",
|
|
75
|
-
"vue": "^3.5.
|
|
76
|
-
"vue-tsc": "^2.1.
|
|
75
|
+
"vue": "^3.5.12",
|
|
76
|
+
"vue-tsc": "^2.1.8"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@stacksjs/development": "0.67.0"
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Disclosure, DisclosureButton, DisclosurePanel } from "@headlessui/vue";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Menu, MenuButton, MenuItem, MenuItems } from "@headlessui/vue";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Dialog, DialogDescription, DialogPanel, DialogTitle } from "@headlessui/vue";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Popover, PopoverButton, PopoverPanel } from "@headlessui/vue";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { RadioGroup, RadioGroupLabel, RadioGroupOption } from "@headlessui/vue";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Combobox, ComboboxInput, ComboboxOption, ComboboxOptions } from "@headlessui/vue";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Tab, TabGroup, TabList, TabPanel, TabPanels } from "@headlessui/vue";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Switch } from "@headlessui/vue";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { TransitionChild, TransitionRoot } from "@headlessui/vue";
|