@autoafleveren/ui 0.19.5 → 0.19.7
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/icons.cjs +81 -81
- package/dist/icons.js +14131 -14045
- package/dist/style.css +1 -1
- package/dist/types/components/AppActionBar/Components/MultiSelect.vue.d.ts +2 -2
- package/dist/types/components/AppColor/AppColor.vue.d.ts +13 -0
- package/dist/types/components/AppColorCard/AppColorCard.vue.d.ts +31 -0
- package/dist/types/components/AppImageDropzone/AppImageDropzone.vue.d.ts +13 -0
- package/dist/types/components/AppInput/Input.vue.d.ts +2 -2
- package/dist/types/components/AppInput/index.d.ts +1 -1
- package/dist/types/components/AppRating/AppRating.vue.d.ts +33 -0
- package/dist/types/components/AppRating/VueStarRating/Star.vue.d.ts +46 -0
- package/dist/types/components/AppRating/VueStarRating/StarRating.vue.d.ts +77 -0
- package/dist/types/components/AppRating/VueStarRating/classes/AlphaColor.d.ts +14 -0
- package/dist/types/components/AppStepper/AppStepper.vue.d.ts +29 -0
- package/dist/types/components/index.d.ts +5 -0
- package/dist/types/icons/index.d.ts +1 -1
- package/dist/ui-storybook.css +1 -1
- package/dist/ui.cjs +52 -39
- package/dist/ui.css +1 -1
- package/dist/ui.js +26193 -25463
- package/package.json +16 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autoafleveren/ui",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/*",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
},
|
|
69
69
|
"packageManager": "yarn@4.5.1",
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@awesome.me/kit-6a64244790": "^1.0.
|
|
71
|
+
"@awesome.me/kit-6a64244790": "^1.0.157",
|
|
72
72
|
"@floating-ui/vue": "^1.1.5",
|
|
73
73
|
"@fortawesome/fontawesome-svg-core": "^6.7.1",
|
|
74
74
|
"@fortawesome/vue-fontawesome": "^3.0.8",
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
"@vitejs/plugin-vue": "^5.2.0",
|
|
81
81
|
"@vueform/multiselect": "^2.6.10",
|
|
82
82
|
"@vuepic/vue-datepicker": "^10.0.0",
|
|
83
|
+
"@vueuse/components": "^12.0.0",
|
|
83
84
|
"@vueuse/core": "^11.1.0",
|
|
84
85
|
"autoprefixer": "^10.4.20",
|
|
85
86
|
"date-fns": "^4.1.0",
|
|
@@ -87,6 +88,7 @@
|
|
|
87
88
|
"laravel-echo": "^1.17.0",
|
|
88
89
|
"mini-svg-data-uri": "^1.4.4",
|
|
89
90
|
"mitt": "^3.0.1",
|
|
91
|
+
"number-flip-animation": "^2.0.1",
|
|
90
92
|
"pusher-js": "^8.4.0-rc2",
|
|
91
93
|
"radash": "^12.1.0",
|
|
92
94
|
"tailwindcss": "^3.4.15",
|
|
@@ -105,17 +107,17 @@
|
|
|
105
107
|
"@mdx-js/react": "^2.3.0",
|
|
106
108
|
"@programic/eslint-plugin": "^10.1.0",
|
|
107
109
|
"@rushstack/eslint-patch": "^1.10.4",
|
|
108
|
-
"@storybook/addon-actions": "^8.4.
|
|
109
|
-
"@storybook/addon-docs": "^8.4.
|
|
110
|
-
"@storybook/addon-essentials": "^8.4.
|
|
111
|
-
"@storybook/addon-interactions": "^8.4.
|
|
112
|
-
"@storybook/addon-links": "^8.4.
|
|
113
|
-
"@storybook/addon-mdx-gfm": "^8.4.
|
|
114
|
-
"@storybook/manager-api": "^8.4.
|
|
115
|
-
"@storybook/test": "^8.4.
|
|
116
|
-
"@storybook/theming": "^8.4.
|
|
117
|
-
"@storybook/vue3": "^8.4.
|
|
118
|
-
"@storybook/vue3-vite": "^8.4.
|
|
110
|
+
"@storybook/addon-actions": "^8.4.7",
|
|
111
|
+
"@storybook/addon-docs": "^8.4.7",
|
|
112
|
+
"@storybook/addon-essentials": "^8.4.7",
|
|
113
|
+
"@storybook/addon-interactions": "^8.4.7",
|
|
114
|
+
"@storybook/addon-links": "^8.4.7",
|
|
115
|
+
"@storybook/addon-mdx-gfm": "^8.4.7",
|
|
116
|
+
"@storybook/manager-api": "^8.4.7",
|
|
117
|
+
"@storybook/test": "^8.4.7",
|
|
118
|
+
"@storybook/theming": "^8.4.7",
|
|
119
|
+
"@storybook/vue3": "^8.4.7",
|
|
120
|
+
"@storybook/vue3-vite": "^8.4.7",
|
|
119
121
|
"@types/eslint": "^8.56.11",
|
|
120
122
|
"@types/google.maps": "^3.58.1",
|
|
121
123
|
"@types/js-cookie": "^3.0.6",
|
|
@@ -137,7 +139,7 @@
|
|
|
137
139
|
"eslint-plugin-vue": "^9.19.2",
|
|
138
140
|
"jsdom": "^25.0.1",
|
|
139
141
|
"postcss": "^8.4.49",
|
|
140
|
-
"storybook": "^8.4.
|
|
142
|
+
"storybook": "^8.4.7",
|
|
141
143
|
"storybook-dark-mode": "^4.0.2",
|
|
142
144
|
"storybook-vue3-router": "^5.0.0",
|
|
143
145
|
"typescript": "^5.6.3",
|