@maltjoy/core-vue 5.23.1 → 6.0.1

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.
@@ -49,7 +49,6 @@ declare module 'vue' {
49
49
  VJoyListItem: typeof import('./dist/components/JoyListItem/VJoyListItem.vue')['default'];
50
50
  VJoyMenu: typeof import('./dist/components/JoyMenu/VJoyMenu.vue')['default'];
51
51
  VJoyMenuItem: typeof import('./dist/components/JoyMenuItem/VJoyMenuItem.vue')['default'];
52
- VJoyMultiCheckbox: typeof import('./dist/components/JoyMultiCheckbox/VJoyMultiCheckbox.vue')['default'];
53
52
  VJoyPagination: typeof import('./dist/components/JoyPagination/VJoyPagination.vue')['default'];
54
53
  VJoyPanel: typeof import('./dist/components/JoyPanel/VJoyPanel.vue')['default'];
55
54
  VJoyPanelSection: typeof import('./dist/components/JoyPanelSection/VJoyPanelSection.vue')['default'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maltjoy/core-vue",
3
- "version": "5.23.1",
3
+ "version": "6.0.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -30,8 +30,8 @@
30
30
  "dependencies": {
31
31
  "@floating-ui/dom": "1.5.3",
32
32
  "@floating-ui/vue": "1.0.2",
33
- "@maltjoy/icons": "5.23.1",
34
- "@maltjoy/themes": "5.23.1",
33
+ "@maltjoy/icons": "6.0.1",
34
+ "@maltjoy/themes": "6.0.1",
35
35
  "@vue/shared": "3.5.13",
36
36
  "@vueuse/components": "10.8.0",
37
37
  "@vueuse/core": "10.8.0",
@@ -46,16 +46,16 @@
46
46
  "@figma/code-connect": "1.3.13",
47
47
  "@maltjoy/eslint-rules": "0.4.0",
48
48
  "@rushstack/eslint-patch": "1.2.0",
49
- "@storybook/addon-a11y": "8.6.15",
50
- "@storybook/addon-docs": "8.6.15",
51
- "@storybook/addon-essentials": "8.6.15",
52
- "@storybook/addon-interactions": "8.6.15",
53
- "@storybook/addon-links": "8.6.15",
54
- "@storybook/addon-viewport": "8.6.15",
55
- "@storybook/blocks": "8.6.15",
56
- "@storybook/theming": "8.6.15",
57
- "@storybook/vue3": "8.6.15",
58
- "@storybook/vue3-vite": "8.6.15",
49
+ "@storybook/addon-a11y": "8.6.17",
50
+ "@storybook/addon-docs": "8.6.17",
51
+ "@storybook/addon-essentials": "8.6.17",
52
+ "@storybook/addon-interactions": "8.6.17",
53
+ "@storybook/addon-links": "8.6.17",
54
+ "@storybook/addon-viewport": "8.6.17",
55
+ "@storybook/blocks": "8.6.17",
56
+ "@storybook/theming": "8.6.17",
57
+ "@storybook/vue3": "8.6.17",
58
+ "@storybook/vue3-vite": "8.6.17",
59
59
  "@typescript-eslint/parser": "8.58.0",
60
60
  "@vitejs/plugin-react": "4.3.4",
61
61
  "@vitejs/plugin-vue": "4.0.0",
@@ -72,7 +72,7 @@
72
72
  "prettier": "2.8.8",
73
73
  "pretty": "2.0.0",
74
74
  "sass": "1.77.8",
75
- "storybook": "8.6.15",
75
+ "storybook": "8.6.17",
76
76
  "typescript": "5.3.3",
77
77
  "vite": "5.4.11",
78
78
  "vite-bundle-analyzer": "1.3.7",
@@ -1,6 +0,0 @@
1
- /**
2
- * @deprecated Use VJoyCheckboxGroup instead. This component is kept for backward compatibility.
3
- */
4
- import VJoyCheckboxGroup from '../JoyCheckboxGroup/VJoyCheckboxGroup.vue';
5
- export type { Option } from '../JoyCheckboxGroup/VJoyCheckboxGroup.vue';
6
- export default VJoyCheckboxGroup;