@stsdti/funky-ui-kit 1.8.3 → 1.8.5
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/funky-ui-kit.esm.js +766 -19
- package/dist/funky-ui-kit.esm.js.map +1 -1
- package/package.json +2 -1
- package/web-types.json +17 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stsdti/funky-ui-kit",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.5",
|
|
4
4
|
"description": "A library with all our UI reusable components and helper functions to help speed up Vue development",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@degjs/scroll-to": "^2.0.0",
|
|
35
35
|
"@floating-ui/vue": "^1.1.11",
|
|
36
|
+
"@formkit/auto-animate": "^0.9.0",
|
|
36
37
|
"@tabler/icons-vue": "^3.2.0",
|
|
37
38
|
"@vuepic/vue-datepicker": "^14.0.0",
|
|
38
39
|
"@vueuse/components": "^10.5.0",
|
package/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@stsdti/funky-ui-kit",
|
|
5
|
-
"version": "1.8.
|
|
5
|
+
"version": "1.8.5",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"description-markup": "markdown",
|
|
@@ -288,6 +288,14 @@
|
|
|
288
288
|
"kind": "expression",
|
|
289
289
|
"type": "boolean"
|
|
290
290
|
}
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"name": "isAnimated",
|
|
294
|
+
"default": "false",
|
|
295
|
+
"value": {
|
|
296
|
+
"kind": "expression",
|
|
297
|
+
"type": "boolean"
|
|
298
|
+
}
|
|
291
299
|
}
|
|
292
300
|
],
|
|
293
301
|
"slots": [
|
|
@@ -6071,6 +6079,14 @@
|
|
|
6071
6079
|
"kind": "expression",
|
|
6072
6080
|
"type": "boolean"
|
|
6073
6081
|
}
|
|
6082
|
+
},
|
|
6083
|
+
{
|
|
6084
|
+
"name": "isAnimated",
|
|
6085
|
+
"default": "false",
|
|
6086
|
+
"value": {
|
|
6087
|
+
"kind": "expression",
|
|
6088
|
+
"type": "boolean"
|
|
6089
|
+
}
|
|
6074
6090
|
}
|
|
6075
6091
|
],
|
|
6076
6092
|
"slots": [
|