@ukic/docs 2.15.2 → 2.15.4

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 +47 -7
  2. package/package.json +3 -2
package/docs.json CHANGED
@@ -917,7 +917,7 @@
917
917
  }
918
918
  }
919
919
  },
920
- "mutable": false,
920
+ "mutable": true,
921
921
  "attr": "position",
922
922
  "reflectToAttr": false,
923
923
  "docs": "The positioning of the badge in reference to the parent element.",
@@ -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
  {
@@ -11364,6 +11377,11 @@
11364
11377
  }
11365
11378
  ],
11366
11379
  "listeners": [
11380
+ {
11381
+ "event": "icCheck",
11382
+ "capture": false,
11383
+ "passive": false
11384
+ },
11367
11385
  {
11368
11386
  "event": "icChange",
11369
11387
  "capture": false,
@@ -18034,6 +18052,28 @@
18034
18052
  "docsTags": [],
18035
18053
  "usage": {},
18036
18054
  "props": [
18055
+ {
18056
+ "name": "disableClick",
18057
+ "type": "boolean",
18058
+ "complexType": {
18059
+ "original": "boolean",
18060
+ "resolved": "boolean",
18061
+ "references": {}
18062
+ },
18063
+ "mutable": false,
18064
+ "attr": "disable-click",
18065
+ "reflectToAttr": false,
18066
+ "docs": "If `true`, the tooltip will not be displayed on click, it will require hover or using the display method.",
18067
+ "docsTags": [],
18068
+ "default": "false",
18069
+ "values": [
18070
+ {
18071
+ "type": "boolean"
18072
+ }
18073
+ ],
18074
+ "optional": true,
18075
+ "required": false
18076
+ },
18037
18077
  {
18038
18078
  "name": "disableHover",
18039
18079
  "type": "boolean",
@@ -19139,6 +19179,11 @@
19139
19179
  "docstring": "",
19140
19180
  "path": "src/components/ic-tab/ic-tab.types.ts"
19141
19181
  },
19182
+ "src/utils/types.ts::IcDeviceSizes": {
19183
+ "declaration": "export type IcDeviceSizes = 0 | 576 | 768 | 992 | 1200;",
19184
+ "docstring": "",
19185
+ "path": "src/utils/types.ts"
19186
+ },
19142
19187
  "src/components/ic-tooltip/ic-tooltip.types.ts::IcTooltipPlacements": {
19143
19188
  "declaration": "export type IcTooltipPlacements =\n | \"top-start\"\n | \"top\"\n | \"top-end\"\n | \"right-start\"\n | \"right\"\n | \"right-end\"\n | \"bottom-end\"\n | \"bottom\"\n | \"bottom-start\"\n | \"left-end\"\n | \"left\"\n | \"left-start\";",
19144
19189
  "docstring": "",
@@ -19274,11 +19319,6 @@
19274
19319
  "docstring": "",
19275
19320
  "path": "src/components/ic-side-navigation/ic-side-navigation.types.ts"
19276
19321
  },
19277
- "src/utils/types.ts::IcDeviceSizes": {
19278
- "declaration": "export type IcDeviceSizes = 0 | 576 | 768 | 992 | 1200;",
19279
- "docstring": "",
19280
- "path": "src/utils/types.ts"
19281
- },
19282
19322
  "src/components/ic-pagination/ic-pagination.types.ts::IcPaginationTypes": {
19283
19323
  "declaration": "export type IcPaginationTypes = \"simple\" | \"complex\";",
19284
19324
  "docstring": "",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "mi6",
3
3
  "name": "@ukic/docs",
4
- "version": "2.15.2",
4
+ "version": "2.15.4",
5
5
  "description": "API documentation for @ukic components",
6
6
  "main": "docs.json",
7
7
  "types": "docs.d.ts",
@@ -18,5 +18,6 @@
18
18
  "email": "icds@gchq.gov.uk"
19
19
  },
20
20
  "license": "MIT",
21
- "gitHead": "5e9e761daccaba6c1d7984b7ce577731b7a31944"
21
+ "packageManager": "^npm@10.9.2",
22
+ "gitHead": "0476f6a0dbdec87e0f799dbbf67cd37e61117a3d"
22
23
  }