@stsdti/funky-ui-kit 1.4.8 → 1.4.9

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stsdti/funky-ui-kit",
3
- "version": "1.4.8",
3
+ "version": "1.4.9",
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",
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.4.8",
5
+ "version": "1.4.9",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "description-markup": "markdown",
@@ -5823,18 +5823,18 @@
5823
5823
  }
5824
5824
  },
5825
5825
  {
5826
- "name": "tag",
5827
- "default": "''",
5826
+ "name": "itemId",
5828
5827
  "value": {
5829
5828
  "kind": "expression",
5830
- "type": "string"
5829
+ "type": "any"
5831
5830
  }
5832
5831
  },
5833
5832
  {
5834
- "name": "itemId",
5833
+ "name": "getExtra",
5834
+ "default": "() => ({})",
5835
5835
  "value": {
5836
5836
  "kind": "expression",
5837
- "type": "any"
5837
+ "type": "object|func"
5838
5838
  }
5839
5839
  },
5840
5840
  {