@autoafleveren/ui 0.1.2 → 0.1.4
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/eslint.cjs +2 -0
- package/dist/config/tailwind/config.cjs +11 -0
- package/dist/types/components/AppButton/AppButton.vue.d.ts +8 -5
- package/dist/types/components/AppButton/ButtonIconSlot.vue.d.ts +1 -1
- package/dist/types/components/AppCard/AppCard.vue.d.ts +55 -0
- package/dist/types/components/AppCard/CardAction.vue.d.ts +16 -0
- package/dist/types/components/AppCard/CardIconSlot.vue.d.ts +23 -0
- package/dist/types/components/AppLicensePlate/AppLicensePlate.vue.d.ts +41 -0
- package/dist/types/components/AppLoader/AppLoader.vue.d.ts +5 -2
- package/dist/types/components/index.d.ts +2 -0
- package/dist/types/composables/useNavigation/index.d.ts +1 -1
- package/dist/types/layouts/Auth/Auth.vue.d.ts +1 -1
- package/dist/types/layouts/Base/Base.vue.d.ts +11 -0
- package/dist/types/layouts/index.d.ts +2 -1
- package/dist/ui-library.css +1 -1
- package/dist/ui.cjs +2 -2
- package/dist/ui.css +1 -1
- package/dist/ui.js +366 -207
- package/package.json +37 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autoafleveren/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/*",
|
|
@@ -56,45 +56,45 @@
|
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@headlessui/vue": "^1.7.13",
|
|
58
58
|
"@heroicons/vue": "^2.0.17",
|
|
59
|
-
"@vitejs/plugin-vue": "^4.1
|
|
59
|
+
"@vitejs/plugin-vue": "^4.2.1",
|
|
60
60
|
"autoprefixer": "^10.4.14",
|
|
61
|
-
"tailwindcss": "^3.3.
|
|
62
|
-
"vite": "^4.3.
|
|
61
|
+
"tailwindcss": "^3.3.2",
|
|
62
|
+
"vite": "^4.3.5",
|
|
63
63
|
"vue": "^3.2.47",
|
|
64
|
-
"vue-docgen-api": "^4.
|
|
64
|
+
"vue-docgen-api": "^4.71.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@babel/core": "^7.21.
|
|
68
|
-
"@babel/preset-typescript": "^7.21.
|
|
67
|
+
"@babel/core": "^7.21.8",
|
|
68
|
+
"@babel/preset-typescript": "^7.21.5",
|
|
69
69
|
"@mdx-js/react": "^2.3.0",
|
|
70
70
|
"@programic/eslint-plugin": "^6.2.0",
|
|
71
71
|
"@rushstack/eslint-patch": "^1.2.0",
|
|
72
|
-
"@storybook/addon-actions": "^7.0.
|
|
73
|
-
"@storybook/addon-docs": "^7.0.
|
|
74
|
-
"@storybook/addon-essentials": "^7.0.
|
|
75
|
-
"@storybook/addon-interactions": "^7.0.
|
|
76
|
-
"@storybook/addon-links": "^7.0.
|
|
72
|
+
"@storybook/addon-actions": "^7.0.9",
|
|
73
|
+
"@storybook/addon-docs": "^7.0.9",
|
|
74
|
+
"@storybook/addon-essentials": "^7.0.9",
|
|
75
|
+
"@storybook/addon-interactions": "^7.0.9",
|
|
76
|
+
"@storybook/addon-links": "^7.0.9",
|
|
77
77
|
"@storybook/addon-postcss": "^2.0.0",
|
|
78
|
-
"@storybook/addon-styling": "^1.0.
|
|
79
|
-
"@storybook/addons": "^7.0.
|
|
80
|
-
"@storybook/builder-vite": "^7.0.
|
|
81
|
-
"@storybook/client-api": "^7.0.
|
|
82
|
-
"@storybook/preview-web": "^7.0.
|
|
78
|
+
"@storybook/addon-styling": "^1.0.6",
|
|
79
|
+
"@storybook/addons": "^7.0.9",
|
|
80
|
+
"@storybook/builder-vite": "^7.0.9",
|
|
81
|
+
"@storybook/client-api": "^7.0.9",
|
|
82
|
+
"@storybook/preview-web": "^7.0.9",
|
|
83
83
|
"@storybook/testing-library": "^0.1.0",
|
|
84
|
-
"@storybook/theming": "^7.0.
|
|
85
|
-
"@storybook/vue3": "^7.0.
|
|
86
|
-
"@storybook/vue3-vite": "^7.0.
|
|
84
|
+
"@storybook/theming": "^7.0.9",
|
|
85
|
+
"@storybook/vue3": "^7.0.9",
|
|
86
|
+
"@storybook/vue3-vite": "^7.0.9",
|
|
87
87
|
"@types/eslint": "^8.37.0",
|
|
88
88
|
"@types/jsdom": "^21.1.1",
|
|
89
|
-
"@types/node": "^
|
|
90
|
-
"@types/react": "^18.
|
|
91
|
-
"@types/react-dom": "^18.
|
|
92
|
-
"@typescript-eslint/eslint-plugin": "^5.59.
|
|
93
|
-
"@typescript-eslint/parser": "^5.59.
|
|
94
|
-
"@vue/test-utils": "^2.
|
|
95
|
-
"@vue/tsconfig": "^0.
|
|
89
|
+
"@types/node": "^20.1.1",
|
|
90
|
+
"@types/react": "^18.2.6",
|
|
91
|
+
"@types/react-dom": "^18.2.4",
|
|
92
|
+
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
|
93
|
+
"@typescript-eslint/parser": "^5.59.5",
|
|
94
|
+
"@vue/test-utils": "^2.4.0-alpha.0",
|
|
95
|
+
"@vue/tsconfig": "^0.3.2",
|
|
96
96
|
"babel-loader": "^9.1.2",
|
|
97
|
-
"eslint": "^8.
|
|
97
|
+
"eslint": "^8.40.0",
|
|
98
98
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
99
99
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
100
100
|
"eslint-plugin-import": "^2.27.5",
|
|
@@ -102,21 +102,21 @@
|
|
|
102
102
|
"eslint-plugin-tailwindcss": "^3.11.0",
|
|
103
103
|
"eslint-plugin-unicorn": "^46.0.0",
|
|
104
104
|
"eslint-plugin-vitest": "^0.1.4",
|
|
105
|
-
"eslint-plugin-vue": "^9.11.
|
|
106
|
-
"jsdom": "^
|
|
107
|
-
"postcss": "^8.4.
|
|
105
|
+
"eslint-plugin-vue": "^9.11.1",
|
|
106
|
+
"jsdom": "^22.0.0",
|
|
107
|
+
"postcss": "^8.4.23",
|
|
108
108
|
"react": "^18.2.0",
|
|
109
109
|
"react-dom": "^18.2.0",
|
|
110
|
-
"storybook": "^7.0.
|
|
110
|
+
"storybook": "^7.0.9",
|
|
111
111
|
"storybook-dark-mode": "^3.0.0",
|
|
112
|
-
"typescript": "^
|
|
112
|
+
"typescript": "^5.0.4",
|
|
113
113
|
"vite-plugin-externals": "^0.6.2",
|
|
114
114
|
"vite-plugin-singlefile": "^0.13.5",
|
|
115
|
-
"vitest": "^0.
|
|
116
|
-
"vue-eslint-parser": "^9.
|
|
117
|
-
"vue-loader": "^17.0
|
|
115
|
+
"vitest": "^0.31.0",
|
|
116
|
+
"vue-eslint-parser": "^9.2.1",
|
|
117
|
+
"vue-loader": "^17.1.0",
|
|
118
118
|
"vue-template-compiler": "^2.7.14",
|
|
119
|
-
"vue-tsc": "~1.
|
|
119
|
+
"vue-tsc": "~1.6.4"
|
|
120
120
|
},
|
|
121
121
|
"stableVersion": "0.0.2"
|
|
122
122
|
}
|