@quoreadmin/ui 1.3.57 → 1.4.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@quoreadmin/ui",
3
3
  "private": false,
4
- "version": "1.3.57",
4
+ "version": "1.4.1",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",
@@ -42,59 +42,52 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "pdfjs-dist": "^4.10.38",
45
- "vue": "^3.3.11",
46
- "vue-router": "^4.2.5"
45
+ "vue": "^3.5.26",
46
+ "vue-router": "^4.6.4"
47
47
  },
48
48
  "devDependencies": {
49
- "@headlessui/vue": "^1.7.18",
50
49
  "@intlify/unplugin-vue-i18n": "^2.0.0",
51
- "@storybook/addon-designs": "^8.2.0",
52
- "@storybook/addon-essentials": "^8.6.4",
53
- "@storybook/addon-interactions": "^8.6.4",
54
- "@storybook/addon-links": "^8.6.4",
55
- "@storybook/blocks": "^8.6.4",
56
- "@storybook/manager-api": "^8.6.4",
57
- "@storybook/test": "^8.6.4",
58
- "@storybook/vue3": "^8.6.4",
59
- "@storybook/vue3-vite": "^8.6.4",
60
- "@tiptap/extension-color": "^2.2.3",
61
- "@tiptap/extension-link": "^2.2.3",
62
- "@tiptap/extension-placeholder": "^2.2.3",
63
- "@tiptap/extension-text-style": "^2.2.3",
64
- "@tiptap/extension-underline": "^2.2.3",
65
- "@tiptap/pm": "^2.2.3",
66
- "@tiptap/starter-kit": "^2.2.3",
67
- "@tiptap/vue-3": "^2.2.3",
68
- "@typescript-eslint/eslint-plugin": "^6.19.0",
69
- "@typescript-eslint/parser": "^6.19.0",
70
- "@vitejs/plugin-vue": "^5.2.1",
71
- "@vue/eslint-config-typescript": "^12.0.0",
72
- "@vueuse/core": "^10.7.2",
73
- "@vueuse/gesture": "^2.0.0-beta.1",
74
- "@vueuse/motion": "^2.0.0",
75
- "autoprefixer": "^10.4.17",
76
- "axios": "^1.6.5",
77
- "eslint": "^8.56.0",
78
- "eslint-plugin-vue": "^9.20.1",
50
+ "@storybook/addon-designs": "^11.1.1",
51
+ "@storybook/addon-docs": "^10.1.11",
52
+ "@storybook/addon-links": "^10.1.11",
53
+ "@storybook/vue3": "^10.1.11",
54
+ "@storybook/vue3-vite": "^10.1.11",
55
+ "@tiptap/extension-color": "^3.15.3",
56
+ "@tiptap/extension-link": "^3.15.3",
57
+ "@tiptap/extension-placeholder": "^3.15.3",
58
+ "@tiptap/extension-text-style": "^3.15.3",
59
+ "@tiptap/extension-underline": "^3.15.3",
60
+ "@tiptap/pm": "^3.15.3",
61
+ "@tiptap/starter-kit": "^3.15.3",
62
+ "@tiptap/vue-3": "^3.15.3",
63
+ "@typescript-eslint/eslint-plugin": "^8.52.0",
64
+ "@typescript-eslint/parser": "^8.52.0",
65
+ "@vitejs/plugin-vue": "^6.0.3",
66
+ "@vue/eslint-config-typescript": "^14.6.0",
67
+ "@vueuse/core": "^14.1.0",
68
+ "@vueuse/gesture": "^2.0.0",
69
+ "@vueuse/motion": "^3.0.3",
70
+ "autoprefixer": "^10.4.23",
71
+ "axios": "^1.13.2",
72
+ "eslint": "^9.39.2",
73
+ "eslint-plugin-vue": "^10.6.2",
79
74
  "luxon": "^3.4.4",
80
- "postcss": "^8.4.33",
81
- "prettier": "3.2.4",
75
+ "postcss": "^8.5.6",
76
+ "prettier": "3.7.4",
82
77
  "primevue": "^3.47.2",
83
- "react": "^18.2.0",
84
- "react-dom": "^18.2.0",
85
78
  "rollup-plugin-copy": "^3.5.0",
86
- "sass": "^1.69.7",
87
- "storybook": "^8.6.4",
79
+ "sass": "^1.97.2",
80
+ "storybook": "^10.1.11",
88
81
  "svg4everybody": "^2.1.9",
89
- "svgo": "^3.2.0",
82
+ "svgo": "^4.0.0",
90
83
  "svgo-loader": "^4.0.0",
91
84
  "tailwindcss": "^3.4.1",
92
85
  "typescript": "^5.2.2",
93
- "vite": "^6.2.0",
86
+ "vite": "^7.3.1",
94
87
  "vue-datepicker-next": "^1.0.3",
95
- "vue-i18n": "^9.9.0",
88
+ "vue-i18n": "^11.2.8",
96
89
  "vue-multiselect": "3.2.0",
97
- "vue-tsc": "^2.2.8",
90
+ "vue-tsc": "^3.2.2",
98
91
  "vue3-emoji-picker": "^1.1.8"
99
92
  },
100
93
  "repository": {
@@ -1,5 +1,5 @@
1
- @import 'variables';
2
- @import 'transitions';
1
+ @use 'variables' as *;
2
+ @use 'transitions';
3
3
 
4
4
  :root {
5
5
  --primary-50: 236 253 245;
@@ -1,3 +1,5 @@
1
+ @use 'variables' as *;
2
+
1
3
  /* Component Transitions */
2
4
 
3
5
  .component-slide-up-enter-active,