@ukic/docs 2.15.4 → 2.15.5
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 +11 -0
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -9083,6 +9083,12 @@
|
|
|
9083
9083
|
"capture": false,
|
|
9084
9084
|
"passive": false
|
|
9085
9085
|
},
|
|
9086
|
+
{
|
|
9087
|
+
"event": "navigationGroupOpened",
|
|
9088
|
+
"target": "document",
|
|
9089
|
+
"capture": false,
|
|
9090
|
+
"passive": false
|
|
9091
|
+
},
|
|
9086
9092
|
{
|
|
9087
9093
|
"event": "navItemClicked",
|
|
9088
9094
|
"capture": false,
|
|
@@ -19314,6 +19320,11 @@
|
|
|
19314
19320
|
"docstring": "",
|
|
19315
19321
|
"path": "src/components/ic-menu-item/ic-menu-item.types.ts"
|
|
19316
19322
|
},
|
|
19323
|
+
"src/components/ic-navigation-group/ic-navigation-group.types.ts::IcNavigationOpenEventDetail": {
|
|
19324
|
+
"declaration": "export interface IcNavigationOpenEventDetail {\n source: HTMLElement;\n}",
|
|
19325
|
+
"docstring": "",
|
|
19326
|
+
"path": "src/components/ic-navigation-group/ic-navigation-group.types.ts"
|
|
19327
|
+
},
|
|
19317
19328
|
"src/components/ic-side-navigation/ic-side-navigation.types.ts::IcExpandedDetail": {
|
|
19318
19329
|
"declaration": "export interface IcExpandedDetail {\n sideNavExpanded: boolean;\n sideNavMobile: boolean;\n}",
|
|
19319
19330
|
"docstring": "",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/docs",
|
|
4
|
-
"version": "2.15.
|
|
4
|
+
"version": "2.15.5",
|
|
5
5
|
"description": "API documentation for @ukic components",
|
|
6
6
|
"main": "docs.json",
|
|
7
7
|
"types": "docs.d.ts",
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
},
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"packageManager": "^npm@10.9.2",
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "57c92bd6e5ec9649c60d0231067852679af99def"
|
|
23
23
|
}
|