@ukic/docs 2.14.1 → 2.14.2

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 +15 -4
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -10494,12 +10494,18 @@
10494
10494
  "events": [
10495
10495
  {
10496
10496
  "event": "icPopoverClosed",
10497
- "detail": "void",
10497
+ "detail": "IcValueEventDetail",
10498
10498
  "bubbles": true,
10499
10499
  "complexType": {
10500
- "original": "void",
10501
- "resolved": "void",
10502
- "references": {}
10500
+ "original": "IcValueEventDetail",
10501
+ "resolved": "IcValueEventDetail",
10502
+ "references": {
10503
+ "IcValueEventDetail": {
10504
+ "location": "import",
10505
+ "path": "../../components",
10506
+ "id": "src/components.d.ts::IcValueEventDetail"
10507
+ }
10508
+ }
10503
10509
  },
10504
10510
  "cancelable": true,
10505
10511
  "composed": true,
@@ -19175,6 +19181,11 @@
19175
19181
  "docstring": "",
19176
19182
  "path": "src/components/ic-pagination-item/ic-pagination-item.types.ts"
19177
19183
  },
19184
+ "src/components.d.ts::IcValueEventDetail": {
19185
+ "declaration": "any",
19186
+ "docstring": "",
19187
+ "path": "src/components.d.ts"
19188
+ },
19178
19189
  "src/utils/types.ts::IcOrientation": {
19179
19190
  "declaration": "export type IcOrientation = \"horizontal\" | \"vertical\";",
19180
19191
  "docstring": "",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "mi6",
3
3
  "name": "@ukic/docs",
4
- "version": "2.14.1",
4
+ "version": "2.14.2",
5
5
  "description": "API documentation for @ukic components",
6
6
  "main": "docs.json",
7
7
  "types": "docs.d.ts",
@@ -18,5 +18,5 @@
18
18
  "email": "icds@gchq.gov.uk"
19
19
  },
20
20
  "license": "MIT",
21
- "gitHead": "8f1cf8223eb9c9d871cca4af42fc7c39db4f1b6a"
21
+ "gitHead": "aff793113e94a59e56cc50e22325beb68593192a"
22
22
  }