@ukic/docs 2.14.1 → 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 +9 -4
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -10494,12 +10494,17 @@
|
|
|
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": "
|
|
10502
|
-
"references": {
|
|
10500
|
+
"original": "HTMLIcMenuItemElement",
|
|
10501
|
+
"resolved": "HTMLIcMenuItemElement",
|
|
10502
|
+
"references": {
|
|
10503
|
+
"HTMLIcMenuItemElement": {
|
|
10504
|
+
"location": "global",
|
|
10505
|
+
"id": "global::HTMLIcMenuItemElement"
|
|
10506
|
+
}
|
|
10507
|
+
}
|
|
10503
10508
|
},
|
|
10504
10509
|
"cancelable": true,
|
|
10505
10510
|
"composed": true,
|
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
|
}
|