@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/menu.d.ts ADDED
@@ -0,0 +1 @@
1
+ export { Menu, MenuButton, MenuItem, MenuItems } from '@headlessui/vue'
@@ -0,0 +1 @@
1
+ export {
@@ -0,0 +1 @@
1
+ export { Popover, PopoverButton, PopoverPanel } from '@headlessui/vue'
@@ -0,0 +1 @@
1
+ export {
@@ -0,0 +1 @@
1
+ export {
package/dist/tabs.d.ts ADDED
@@ -0,0 +1 @@
1
+ export { Tab, TabGroup, TabList, TabPanel, TabPanels } from '@headlessui/vue'
@@ -0,0 +1 @@
1
+ export { Switch } from '@headlessui/vue'
@@ -0,0 +1 @@
1
+ export { TransitionChild, TransitionRoot } from '@headlessui/vue'
@@ -1,3 +1,7 @@
1
- import { type UserConfig as UnoConfig } from "unocss";
2
- declare const config: UnoConfig;
3
- export default config;
1
+ declare type UserConfig as UnoConfig,
2
+ } from 'unocss'
3
+
4
+ const config: UnoConfig = {
5
+ shortcuts: ui.shortcuts,
6
+
7
+ export default config;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/ui",
3
3
  "type": "module",
4
- "version": "0.67.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.258",
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.7",
69
+ "@unhead/vue": "^1.11.10",
70
70
  "pinia": "^2.2.4",
71
- "unhead": "^1.11.7",
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.11",
76
- "vue-tsc": "^2.1.6"
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";