@autoafleveren/ui 0.14.0 → 0.14.2
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/config/tailwind/config.cjs +29 -8
- package/dist/style.css +1 -1
- package/dist/types/components/AppCard/AppCard.vue.d.ts +6 -0
- package/dist/types/components/AppInput/index.d.ts +1 -1
- package/dist/ui.cjs +26 -26
- package/dist/ui.css +1 -1
- package/dist/ui.js +1863 -1856
- package/package.json +13 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autoafleveren/ui",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/*",
|
|
@@ -99,19 +99,20 @@
|
|
|
99
99
|
"@mdx-js/react": "^2.3.0",
|
|
100
100
|
"@programic/eslint-plugin": "^10.0.3",
|
|
101
101
|
"@rushstack/eslint-patch": "^1.10.2",
|
|
102
|
-
"@storybook/addon-actions": "^
|
|
103
|
-
"@storybook/addon-docs": "^
|
|
104
|
-
"@storybook/addon-essentials": "^
|
|
105
|
-
"@storybook/addon-interactions": "^
|
|
106
|
-
"@storybook/addon-links": "^
|
|
102
|
+
"@storybook/addon-actions": "^8.1.0",
|
|
103
|
+
"@storybook/addon-docs": "^8.1.0",
|
|
104
|
+
"@storybook/addon-essentials": "^8.1.0",
|
|
105
|
+
"@storybook/addon-interactions": "^8.1.0",
|
|
106
|
+
"@storybook/addon-links": "^8.1.0",
|
|
107
|
+
"@storybook/addon-mdx-gfm": "^8.1.0",
|
|
107
108
|
"@storybook/addon-styling": "^1.3.7",
|
|
108
109
|
"@storybook/addons": "^7.6.14",
|
|
109
110
|
"@storybook/client-api": "^7.6.14",
|
|
110
111
|
"@storybook/preview-web": "^7.6.14",
|
|
111
|
-
"@storybook/
|
|
112
|
-
"@storybook/theming": "^
|
|
113
|
-
"@storybook/vue3": "^
|
|
114
|
-
"@storybook/vue3-vite": "^
|
|
112
|
+
"@storybook/test": "^8.1.0",
|
|
113
|
+
"@storybook/theming": "^8.1.0",
|
|
114
|
+
"@storybook/vue3": "^8.1.0",
|
|
115
|
+
"@storybook/vue3-vite": "^8.1.0",
|
|
115
116
|
"@types/eslint": "^8.56.0",
|
|
116
117
|
"@types/google.maps": "^3.55.7",
|
|
117
118
|
"@types/jsdom": "^21.1.6",
|
|
@@ -136,8 +137,8 @@
|
|
|
136
137
|
"postcss": "^8.4.38",
|
|
137
138
|
"react": "^18.2.0",
|
|
138
139
|
"react-dom": "^18.2.0",
|
|
139
|
-
"storybook": "^
|
|
140
|
-
"storybook-dark-mode": "^
|
|
140
|
+
"storybook": "^8.1.0",
|
|
141
|
+
"storybook-dark-mode": "^4.0.1",
|
|
141
142
|
"storybook-vue3-router": "^5.0.0",
|
|
142
143
|
"typescript": "^5.4.5",
|
|
143
144
|
"vite-plugin-externals": "^0.6.2",
|