@ukic/docs 2.15.1 → 2.15.2

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 +30 -30
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -19194,6 +19194,36 @@
19194
19194
  "docstring": "",
19195
19195
  "path": "src/utils/types.ts"
19196
19196
  },
19197
+ "src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarSearchModes": {
19198
+ "declaration": "export type IcSearchBarSearchModes = \"navigation\" | \"query\";",
19199
+ "docstring": "",
19200
+ "path": "src/components/ic-search-bar/ic-search-bar.types.ts"
19201
+ },
19202
+ "src/utils/types.ts::IcMenuOption": {
19203
+ "declaration": "export interface IcMenuOption {\n description?: string;\n disabled?: boolean;\n recommended?: boolean;\n children?: IcMenuOption[];\n loading?: boolean;\n timedOut?: boolean;\n [key: string]: any;\n element?: {\n component: any;\n ariaLabel: string;\n };\n icon?: any;\n}",
19204
+ "docstring": "",
19205
+ "path": "src/utils/types.ts"
19206
+ },
19207
+ "src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarBlurEventDetail": {
19208
+ "declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
19209
+ "docstring": "",
19210
+ "path": "src/components/ic-search-bar/ic-search-bar.types.ts"
19211
+ },
19212
+ "src/components/ic-menu/ic-menu.types.ts::IcOptionSelectEventDetail": {
19213
+ "declaration": "export interface IcOptionSelectEventDetail {\n value: string;\n label?: string;\n optionId?: string;\n}",
19214
+ "docstring": "",
19215
+ "path": "src/components/ic-menu/ic-menu.types.ts"
19216
+ },
19217
+ "src/components/ic-menu/ic-menu.types.ts::IcMenuChangeEventDetail": {
19218
+ "declaration": "export interface IcMenuChangeEventDetail {\n open: boolean;\n focusInput?: boolean;\n}",
19219
+ "docstring": "",
19220
+ "path": "src/components/ic-menu/ic-menu.types.ts"
19221
+ },
19222
+ "src/utils/types.ts::IcBlurEventDetail": {
19223
+ "declaration": "export interface IcBlurEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
19224
+ "docstring": "",
19225
+ "path": "src/utils/types.ts"
19226
+ },
19197
19227
  "src/components/ic-empty-state/ic-empty-state.types.ts::IcEmptyStateAlignment": {
19198
19228
  "declaration": "export type IcEmptyStateAlignment = \"left\" | \"center\" | \"right\";",
19199
19229
  "docstring": "",
@@ -19229,31 +19259,11 @@
19229
19259
  "docstring": "",
19230
19260
  "path": "src/utils/types.ts"
19231
19261
  },
19232
- "src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarSearchModes": {
19233
- "declaration": "export type IcSearchBarSearchModes = \"navigation\" | \"query\";",
19234
- "docstring": "",
19235
- "path": "src/components/ic-search-bar/ic-search-bar.types.ts"
19236
- },
19237
- "src/utils/types.ts::IcMenuOption": {
19238
- "declaration": "export interface IcMenuOption {\n description?: string;\n disabled?: boolean;\n recommended?: boolean;\n children?: IcMenuOption[];\n loading?: boolean;\n timedOut?: boolean;\n [key: string]: any;\n element?: {\n component: any;\n ariaLabel: string;\n };\n icon?: any;\n}",
19239
- "docstring": "",
19240
- "path": "src/utils/types.ts"
19241
- },
19242
19262
  "src/components/ic-menu/ic-menu.types.ts::IcMenuOptionIdEventDetail": {
19243
19263
  "declaration": "export interface IcMenuOptionIdEventDetail {\n optionId: string | undefined;\n}",
19244
19264
  "docstring": "",
19245
19265
  "path": "src/components/ic-menu/ic-menu.types.ts"
19246
19266
  },
19247
- "src/components/ic-menu/ic-menu.types.ts::IcOptionSelectEventDetail": {
19248
- "declaration": "export interface IcOptionSelectEventDetail {\n value: string;\n label?: string;\n optionId?: string;\n}",
19249
- "docstring": "",
19250
- "path": "src/components/ic-menu/ic-menu.types.ts"
19251
- },
19252
- "src/components/ic-menu/ic-menu.types.ts::IcMenuChangeEventDetail": {
19253
- "declaration": "export interface IcMenuChangeEventDetail {\n open: boolean;\n focusInput?: boolean;\n}",
19254
- "docstring": "",
19255
- "path": "src/components/ic-menu/ic-menu.types.ts"
19256
- },
19257
19267
  "src/components/ic-menu-item/ic-menu-item.types.ts::IcMenuItemVariants": {
19258
19268
  "declaration": "export type IcMenuItemVariants = \"toggle\" | \"destructive\" | \"default\";",
19259
19269
  "docstring": "",
@@ -19294,16 +19304,6 @@
19294
19304
  "docstring": "",
19295
19305
  "path": "src/components/ic-radio-group/ic-radio-group.types.ts"
19296
19306
  },
19297
- "src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarBlurEventDetail": {
19298
- "declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
19299
- "docstring": "",
19300
- "path": "src/components/ic-search-bar/ic-search-bar.types.ts"
19301
- },
19302
- "src/utils/types.ts::IcBlurEventDetail": {
19303
- "declaration": "export interface IcBlurEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
19304
- "docstring": "",
19305
- "path": "src/utils/types.ts"
19306
- },
19307
19307
  "src/utils/types.ts::IcSearchMatchPositions": {
19308
19308
  "declaration": "export type IcSearchMatchPositions = \"start\" | \"anywhere\";",
19309
19309
  "docstring": "",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "mi6",
3
3
  "name": "@ukic/docs",
4
- "version": "2.15.1",
4
+ "version": "2.15.2",
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": "6933256d2e62a911545e88614bf8283471bc0331"
21
+ "gitHead": "5e9e761daccaba6c1d7984b7ce577731b7a31944"
22
22
  }