@autoafleveren/ui 0.9.1 → 0.9.3
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 +46 -46
- package/dist/icons.js +3409 -3345
- package/dist/style.css +1 -1
- package/dist/types/components/AppAlert/AppAlert.vue.d.ts +9 -9
- package/dist/types/components/AppAvatar/AppAvatar.vue.d.ts +6 -3
- package/dist/types/components/AppAvatar/DefaultAvatar.vue.d.ts +9 -1
- package/dist/types/components/AppCard/AppCard.vue.d.ts +9 -9
- package/dist/types/components/AppConfirm/AppConfirm.vue.d.ts +9 -9
- package/dist/types/composables/useNavigation/index.d.ts +1 -1
- package/dist/ui.cjs +48 -9
- package/dist/ui.css +1 -1
- package/dist/ui.js +3325 -3183
- package/package.json +28 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autoafleveren/ui",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/*",
|
|
@@ -58,49 +58,49 @@
|
|
|
58
58
|
"@headlessui/vue": "^1.7.14",
|
|
59
59
|
"@heroicons/vue": "^2.0.18",
|
|
60
60
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
61
|
-
"@vuepic/vue-datepicker": "^5.
|
|
61
|
+
"@vuepic/vue-datepicker": "^5.4.0",
|
|
62
62
|
"autoprefixer": "^10.4.14",
|
|
63
63
|
"date-fns": "^2.30.0",
|
|
64
64
|
"tailwindcss": "^3.3.2",
|
|
65
65
|
"uuid": "^9.0.0",
|
|
66
|
-
"vite": "^4.
|
|
66
|
+
"vite": "^4.4.2",
|
|
67
67
|
"vue": "^3.3.4",
|
|
68
68
|
"vue-docgen-api": "^4.73.0"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@babel/core": "^7.22.
|
|
71
|
+
"@babel/core": "^7.22.8",
|
|
72
72
|
"@babel/preset-typescript": "^7.22.5",
|
|
73
73
|
"@mdx-js/react": "^2.3.0",
|
|
74
|
-
"@programic/eslint-plugin": "^
|
|
74
|
+
"@programic/eslint-plugin": "^8.0.0",
|
|
75
75
|
"@rushstack/eslint-patch": "^1.3.2",
|
|
76
|
-
"@storybook/addon-actions": "^7.0.
|
|
77
|
-
"@storybook/addon-docs": "^7.0.
|
|
78
|
-
"@storybook/addon-essentials": "^7.0.
|
|
79
|
-
"@storybook/addon-interactions": "^7.0.
|
|
80
|
-
"@storybook/addon-links": "^7.0.
|
|
76
|
+
"@storybook/addon-actions": "^7.0.26",
|
|
77
|
+
"@storybook/addon-docs": "^7.0.26",
|
|
78
|
+
"@storybook/addon-essentials": "^7.0.26",
|
|
79
|
+
"@storybook/addon-interactions": "^7.0.26",
|
|
80
|
+
"@storybook/addon-links": "^7.0.26",
|
|
81
81
|
"@storybook/addon-postcss": "^2.0.0",
|
|
82
|
-
"@storybook/addon-styling": "^1.3.
|
|
83
|
-
"@storybook/addons": "^7.0.
|
|
84
|
-
"@storybook/builder-vite": "^7.0.
|
|
85
|
-
"@storybook/client-api": "^7.0.
|
|
86
|
-
"@storybook/preview-web": "^7.0.
|
|
82
|
+
"@storybook/addon-styling": "^1.3.2",
|
|
83
|
+
"@storybook/addons": "^7.0.26",
|
|
84
|
+
"@storybook/builder-vite": "^7.0.26",
|
|
85
|
+
"@storybook/client-api": "^7.0.26",
|
|
86
|
+
"@storybook/preview-web": "^7.0.26",
|
|
87
87
|
"@storybook/testing-library": "^0.2.0",
|
|
88
|
-
"@storybook/theming": "^7.0.
|
|
89
|
-
"@storybook/vue3": "^7.0.
|
|
90
|
-
"@storybook/vue3-vite": "^7.0.
|
|
91
|
-
"@types/eslint": "^8.
|
|
88
|
+
"@storybook/theming": "^7.0.26",
|
|
89
|
+
"@storybook/vue3": "^7.0.26",
|
|
90
|
+
"@storybook/vue3-vite": "^7.0.26",
|
|
91
|
+
"@types/eslint": "^8.44.0",
|
|
92
92
|
"@types/google.maps": "^3.53.4",
|
|
93
93
|
"@types/jsdom": "^21.1.1",
|
|
94
|
-
"@types/node": "^20.
|
|
94
|
+
"@types/node": "^20.4.1",
|
|
95
95
|
"@types/react": "^18.2.14",
|
|
96
96
|
"@types/react-dom": "^18.2.6",
|
|
97
97
|
"@types/uuid": "^9",
|
|
98
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
99
|
-
"@typescript-eslint/parser": "^5.
|
|
98
|
+
"@typescript-eslint/eslint-plugin": "^5.61.0",
|
|
99
|
+
"@typescript-eslint/parser": "^5.61.0",
|
|
100
100
|
"@vue/test-utils": "^2.4.0",
|
|
101
101
|
"@vue/tsconfig": "^0.3.2",
|
|
102
|
-
"babel-loader": "^9.1.
|
|
103
|
-
"eslint": "^8.
|
|
102
|
+
"babel-loader": "^9.1.3",
|
|
103
|
+
"eslint": "^8.44.0",
|
|
104
104
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
105
105
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
106
106
|
"eslint-plugin-import": "^2.27.5",
|
|
@@ -109,19 +109,19 @@
|
|
|
109
109
|
"eslint-plugin-vitest": "^0.2.6",
|
|
110
110
|
"eslint-plugin-vue": "^9.15.1",
|
|
111
111
|
"jsdom": "^22.1.0",
|
|
112
|
-
"postcss": "^8.4.
|
|
112
|
+
"postcss": "^8.4.25",
|
|
113
113
|
"react": "^18.2.0",
|
|
114
114
|
"react-dom": "^18.2.0",
|
|
115
|
-
"storybook": "^7.0.
|
|
115
|
+
"storybook": "^7.0.26",
|
|
116
116
|
"storybook-dark-mode": "^3.0.0",
|
|
117
117
|
"typescript": "^5.1.6",
|
|
118
118
|
"vite-plugin-externals": "^0.6.2",
|
|
119
119
|
"vite-plugin-singlefile": "^0.13.5",
|
|
120
|
-
"vitest": "^0.
|
|
120
|
+
"vitest": "^0.33.0",
|
|
121
121
|
"vue-eslint-parser": "^9.3.1",
|
|
122
122
|
"vue-loader": "^17.2.2",
|
|
123
123
|
"vue-template-compiler": "^2.7.14",
|
|
124
|
-
"vue-tsc": "^1.8.
|
|
124
|
+
"vue-tsc": "^1.8.4"
|
|
125
125
|
},
|
|
126
126
|
"stableVersion": "0.0.2"
|
|
127
127
|
}
|