@ukic/docs 2.1.0-beta.5 → 2.1.0-beta.7

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.
Files changed (2) hide show
  1. package/docs.json +18 -3
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2023-02-02T11:43:35",
2
+ "timestamp": "2023-02-13T15:02:23",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "2.20.0",
@@ -998,7 +998,7 @@
998
998
  "mutable": false,
999
999
  "attr": "href",
1000
1000
  "reflectToAttr": false,
1001
- "docs": "The URL that the clickable card link points to.",
1001
+ "docs": "The URL that the clickable card link points to. If set, the clickable card will render as an \"a\" tag, otherwise it will render as a button.",
1002
1002
  "docsTags": [],
1003
1003
  "values": [
1004
1004
  {
@@ -1759,13 +1759,28 @@
1759
1759
  "bubbles": true,
1760
1760
  "cancelable": true,
1761
1761
  "composed": true,
1762
+ "docs": "",
1763
+ "docsTags": [
1764
+ {
1765
+ "name": "deprecated",
1766
+ "text": "This event should not be used anymore. Use icDismiss instead."
1767
+ }
1768
+ ],
1769
+ "deprecation": "This event should not be used anymore. Use icDismiss instead."
1770
+ },
1771
+ {
1772
+ "event": "icDismiss",
1773
+ "detail": "void",
1774
+ "bubbles": true,
1775
+ "cancelable": true,
1776
+ "composed": true,
1762
1777
  "docs": "Is emitted when the user dismisses the chip.",
1763
1778
  "docsTags": []
1764
1779
  }
1765
1780
  ],
1766
1781
  "listeners": [
1767
1782
  {
1768
- "event": "dismiss",
1783
+ "event": "icDismiss",
1769
1784
  "capture": true,
1770
1785
  "passive": false
1771
1786
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukic/docs",
3
- "version": "2.1.0-beta.5",
3
+ "version": "2.1.0-beta.7",
4
4
  "description": "API documentation for @ukic components",
5
5
  "main": "docs.json",
6
6
  "types": "docs.d.ts",
@@ -9,5 +9,5 @@
9
9
  "docs.d.ts"
10
10
  ],
11
11
  "license": "MIT",
12
- "gitHead": "bc621e46ef7959819bdde76ba44a75deecf246dc"
12
+ "gitHead": "1a0bcc649d7cb592de4517a3123fdb4c9b4561b7"
13
13
  }