@autoafleveren/ui 1.4.11 → 1.4.12
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.
|
@@ -13,4 +13,4 @@ export * from './status';
|
|
|
13
13
|
export { UserIcon as UserSolidIcon, BellIcon as BellSolidIcon, KeyIcon as KeySolidIcon, BugAntIcon as BugAntSolidIcon, BuildingOfficeIcon as BuildingOfficeSolidIcon, ArrowUpTrayIcon as ArrowUpTraySolidIcon, } from '@heroicons/vue/24/solid/index.js';
|
|
14
14
|
export * from '@heroicons/vue/24/outline/index.js';
|
|
15
15
|
export { FontAwesomeIcon } from '@fortawesome/vue-fontawesome';
|
|
16
|
-
export { byPrefixAndName, all } from '@awesome.me/kit-
|
|
16
|
+
export { byPrefixAndName, all } from '@awesome.me/kit-ed6848cc31/icons';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autoafleveren/ui",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/*",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
},
|
|
71
71
|
"packageManager": "yarn@4.6.0",
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@awesome.me/kit-
|
|
73
|
+
"@awesome.me/kit-ed6848cc31": "^1.0.6",
|
|
74
74
|
"@floating-ui/vue": "^1.1.7",
|
|
75
75
|
"@fortawesome/fontawesome-svg-core": "^7.0.0",
|
|
76
76
|
"@fortawesome/vue-fontawesome": "^3.1.1",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"@vuepic/vue-datepicker": "^11.0.2",
|
|
87
87
|
"@vueuse/components": "^13.5.0",
|
|
88
88
|
"@vueuse/core": "^13.5.0",
|
|
89
|
-
"@vueuse/integrations": "
|
|
89
|
+
"@vueuse/integrations": "13.7.0",
|
|
90
90
|
"date-fns": "^4.1.0",
|
|
91
91
|
"focus-trap": "^7",
|
|
92
92
|
"js-cookie": "^3.0.5",
|
|
@@ -29,4 +29,4 @@ export * from '@heroicons/vue/24/outline/index.js';
|
|
|
29
29
|
|
|
30
30
|
// FontAwesome
|
|
31
31
|
export { FontAwesomeIcon } from '@fortawesome/vue-fontawesome';
|
|
32
|
-
export { byPrefixAndName, all } from '@awesome.me/kit-
|
|
32
|
+
export { byPrefixAndName, all } from '@awesome.me/kit-ed6848cc31/icons';
|