@stsdti/funky-ui-kit 1.8.5 → 1.8.6
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/package.json
CHANGED
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.6",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"description-markup": "markdown",
|
|
@@ -1939,6 +1939,9 @@
|
|
|
1939
1939
|
}
|
|
1940
1940
|
],
|
|
1941
1941
|
"slots": [
|
|
1942
|
+
{
|
|
1943
|
+
"name": "iconLeft"
|
|
1944
|
+
},
|
|
1942
1945
|
{
|
|
1943
1946
|
"name": "help-block"
|
|
1944
1947
|
},
|
|
@@ -7730,6 +7733,9 @@
|
|
|
7730
7733
|
}
|
|
7731
7734
|
],
|
|
7732
7735
|
"slots": [
|
|
7736
|
+
{
|
|
7737
|
+
"name": "iconLeft"
|
|
7738
|
+
},
|
|
7733
7739
|
{
|
|
7734
7740
|
"name": "help-block"
|
|
7735
7741
|
},
|