@ukic/docs 2.14.2 → 2.14.3
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/docs.json +6 -12
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -10494,16 +10494,15 @@
|
|
|
10494
10494
|
"events": [
|
|
10495
10495
|
{
|
|
10496
10496
|
"event": "icPopoverClosed",
|
|
10497
|
-
"detail": "
|
|
10497
|
+
"detail": "HTMLIcMenuItemElement",
|
|
10498
10498
|
"bubbles": true,
|
|
10499
10499
|
"complexType": {
|
|
10500
|
-
"original": "
|
|
10501
|
-
"resolved": "
|
|
10500
|
+
"original": "HTMLIcMenuItemElement",
|
|
10501
|
+
"resolved": "HTMLIcMenuItemElement",
|
|
10502
10502
|
"references": {
|
|
10503
|
-
"
|
|
10504
|
-
"location": "
|
|
10505
|
-
"
|
|
10506
|
-
"id": "src/components.d.ts::IcValueEventDetail"
|
|
10503
|
+
"HTMLIcMenuItemElement": {
|
|
10504
|
+
"location": "global",
|
|
10505
|
+
"id": "global::HTMLIcMenuItemElement"
|
|
10507
10506
|
}
|
|
10508
10507
|
}
|
|
10509
10508
|
},
|
|
@@ -19181,11 +19180,6 @@
|
|
|
19181
19180
|
"docstring": "",
|
|
19182
19181
|
"path": "src/components/ic-pagination-item/ic-pagination-item.types.ts"
|
|
19183
19182
|
},
|
|
19184
|
-
"src/components.d.ts::IcValueEventDetail": {
|
|
19185
|
-
"declaration": "any",
|
|
19186
|
-
"docstring": "",
|
|
19187
|
-
"path": "src/components.d.ts"
|
|
19188
|
-
},
|
|
19189
19183
|
"src/utils/types.ts::IcOrientation": {
|
|
19190
19184
|
"declaration": "export type IcOrientation = \"horizontal\" | \"vertical\";",
|
|
19191
19185
|
"docstring": "",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/docs",
|
|
4
|
-
"version": "2.14.
|
|
4
|
+
"version": "2.14.3",
|
|
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": "
|
|
21
|
+
"gitHead": "f980df4943f525b9ff377a859284bec90a5725da"
|
|
22
22
|
}
|