@maltjoy/core-vue 3.29.2 → 3.30.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.
@@ -18,10 +18,12 @@ declare module 'vue' {
18
18
  VJoyDialog: typeof import('./dist/components/JoyDialog/VJoyDialog.vue')['default'];
19
19
  VJoyDialogTrigger: typeof import('./dist/components/JoyDialogTrigger/VJoyDialogTrigger.vue')['default'];
20
20
  VJoyDividerCta: typeof import('./dist/components/JoyDividerCta/VJoyDividerCta.vue')['default'];
21
+ VJoyDot: typeof import('./dist/components/JoyDot/VJoyDot.vue')['default'];
21
22
  VJoyDrawer: typeof import('./dist/components/JoyDrawer/VJoyDrawer.vue')['default'];
22
23
  VJoyDrawerTrigger: typeof import('./dist/components/JoyDrawerTrigger/VJoyDrawerTrigger.vue')['default'];
23
24
  VJoyDropdown: typeof import('./dist/components/JoyDropdown/VJoyDropdown.vue')['default'];
24
25
  VJoyDropdownList: typeof import('./dist/components/JoyDropdownList/VJoyDropdownList.vue')['default'];
26
+ VJoyDropzone: typeof import('./dist/components/JoyDropzone/VJoyDropzone.vue')['default'];
25
27
  VJoyFilterBar: typeof import('./dist/components/JoyFilterBar/VJoyFilterBar.vue')['default'];
26
28
  VJoyFilterBarButton: typeof import('./dist/components/JoyFilterBarButton/VJoyFilterBarButton.vue')['default'];
27
29
  VJoyFooter: typeof import('./dist/components/JoyFooter/VJoyFooter.vue')['default'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maltjoy/core-vue",
3
- "version": "3.29.2",
3
+ "version": "3.30.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@floating-ui/dom": "1.5.3",
23
23
  "@floating-ui/vue": "^1.0.2",
24
- "@maltjoy/css": "3.29.2",
25
- "@maltjoy/icons": "3.29.2",
26
- "@maltjoy/themes": "3.29.2",
24
+ "@maltjoy/css": "3.30.0",
25
+ "@maltjoy/icons": "3.30.0",
26
+ "@maltjoy/themes": "3.30.0",
27
27
  "@vueuse/components": "10.8.0",
28
28
  "@vueuse/core": "10.8.0",
29
29
  "@vueuse/integrations": "10.5.0",
@@ -80,7 +80,7 @@
80
80
  "lint:staged": "eslint --fix",
81
81
  "format": "prettier --write \"**/*.{js,ts,vue}\"",
82
82
  "format:staged": "prettier --write",
83
- "storybook": "pnpm prepare && storybook dev",
83
+ "storybook": "pnpm prepare && storybook dev --port=33725",
84
84
  "typecheck": "vue-tsc --noEmit",
85
85
  "build-storybook": "pnpm prepare && storybook build",
86
86
  "preview-storybook": "pnpm storybook build && pnpm dlx http-server ./storybook-static/",