@ukic/docs 2.1.0-beta.16 → 2.1.0-beta.17

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 +16 -2
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2023-06-26T15:17:52",
2
+ "timestamp": "2023-07-13T09:57:07",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "3.3.1",
@@ -6755,6 +6755,11 @@
6755
6755
  "event": "icCheck",
6756
6756
  "capture": false,
6757
6757
  "passive": false
6758
+ },
6759
+ {
6760
+ "event": "icSelectedChange",
6761
+ "capture": false,
6762
+ "passive": false
6758
6763
  }
6759
6764
  ],
6760
6765
  "styles": [],
@@ -6945,7 +6950,16 @@
6945
6950
  "bubbles": true,
6946
6951
  "cancelable": true,
6947
6952
  "composed": true,
6948
- "docs": "Emitted when a radio is selected.",
6953
+ "docs": "Emitted when the radio option is selected.",
6954
+ "docsTags": []
6955
+ },
6956
+ {
6957
+ "event": "icSelectedChange",
6958
+ "detail": "void",
6959
+ "bubbles": true,
6960
+ "cancelable": true,
6961
+ "composed": true,
6962
+ "docs": "Emitted when the radio option is selected or deselected.",
6949
6963
  "docsTags": []
6950
6964
  },
6951
6965
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukic/docs",
3
- "version": "2.1.0-beta.16",
3
+ "version": "2.1.0-beta.17",
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": "89c27e06ee9dd4dc4b2596c18c8ed21e5865aed3"
12
+ "gitHead": "7d0f6c6e808b4a5758e68c1b4b0fa4d596c95330"
13
13
  }