@ukic/docs 2.15.3 → 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.
Files changed (2) hide show
  1. package/docs.json +25 -1
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -1170,7 +1170,20 @@
1170
1170
  }
1171
1171
  ],
1172
1172
  "events": [],
1173
- "listeners": [],
1173
+ "listeners": [
1174
+ {
1175
+ "event": "icNavigationMenuOpened",
1176
+ "target": "document",
1177
+ "capture": false,
1178
+ "passive": false
1179
+ },
1180
+ {
1181
+ "event": "icNavigationMenuClosed",
1182
+ "target": "document",
1183
+ "capture": false,
1184
+ "passive": false
1185
+ }
1186
+ ],
1174
1187
  "styles": [],
1175
1188
  "slots": [
1176
1189
  {
@@ -9070,6 +9083,12 @@
9070
9083
  "capture": false,
9071
9084
  "passive": false
9072
9085
  },
9086
+ {
9087
+ "event": "navigationGroupOpened",
9088
+ "target": "document",
9089
+ "capture": false,
9090
+ "passive": false
9091
+ },
9073
9092
  {
9074
9093
  "event": "navItemClicked",
9075
9094
  "capture": false,
@@ -19301,6 +19320,11 @@
19301
19320
  "docstring": "",
19302
19321
  "path": "src/components/ic-menu-item/ic-menu-item.types.ts"
19303
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
+ },
19304
19328
  "src/components/ic-side-navigation/ic-side-navigation.types.ts::IcExpandedDetail": {
19305
19329
  "declaration": "export interface IcExpandedDetail {\n sideNavExpanded: boolean;\n sideNavMobile: boolean;\n}",
19306
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.3",
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": "aa7be8a4e4bd951dd72dabce7a7a7303d889ec7e"
22
+ "gitHead": "57c92bd6e5ec9649c60d0231067852679af99def"
23
23
  }