@ukic/docs 3.4.2 → 3.4.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 +72 -27
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -4825,6 +4825,45 @@
4825
4825
  "getter": false,
4826
4826
  "setter": false
4827
4827
  },
4828
+ {
4829
+ "name": "validationAriaLive",
4830
+ "type": "\"assertive\" | \"off\" | \"polite\"",
4831
+ "complexType": {
4832
+ "original": "IcAriaLive",
4833
+ "resolved": "\"assertive\" | \"off\" | \"polite\"",
4834
+ "references": {
4835
+ "IcAriaLive": {
4836
+ "location": "import",
4837
+ "path": "../../utils/types",
4838
+ "id": "src/utils/types.ts::IcAriaLive"
4839
+ }
4840
+ }
4841
+ },
4842
+ "mutable": false,
4843
+ "attr": "validation-aria-live",
4844
+ "reflectToAttr": false,
4845
+ "docs": "The value of the `aria-live` attribute on the validation message.",
4846
+ "docsTags": [],
4847
+ "default": "\"polite\"",
4848
+ "values": [
4849
+ {
4850
+ "value": "assertive",
4851
+ "type": "string"
4852
+ },
4853
+ {
4854
+ "value": "off",
4855
+ "type": "string"
4856
+ },
4857
+ {
4858
+ "value": "polite",
4859
+ "type": "string"
4860
+ }
4861
+ ],
4862
+ "optional": false,
4863
+ "required": false,
4864
+ "getter": false,
4865
+ "setter": false
4866
+ },
4828
4867
  {
4829
4868
  "name": "validationStatus",
4830
4869
  "type": "\"\" | \"error\" | \"success\" | \"warning\"",
@@ -6266,7 +6305,7 @@
6266
6305
  },
6267
6306
  "cancelable": true,
6268
6307
  "composed": true,
6269
- "docs": "Cancelation event emitted when default 'Cancel' button clicked or 'cancelDialog' method is called.",
6308
+ "docs": "Cancellation event emitted when default 'Cancel' button clicked or 'cancelDialog' method is called.",
6270
6309
  "docsTags": []
6271
6310
  },
6272
6311
  {
@@ -18015,10 +18054,10 @@
18015
18054
  },
18016
18055
  {
18017
18056
  "name": "icI18n",
18018
- "type": "{ next: string; step: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }",
18057
+ "type": "{ next: string; step: string; steps: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }",
18019
18058
  "complexType": {
18020
18059
  "original": "IcStepI18n",
18021
- "resolved": "{ next: string; step: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }",
18060
+ "resolved": "{ next: string; step: string; steps: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }",
18022
18061
  "references": {
18023
18062
  "IcStepI18n": {
18024
18063
  "location": "import",
@@ -18031,10 +18070,10 @@
18031
18070
  "reflectToAttr": false,
18032
18071
  "docs": "Words within the component that can be replaced to translate the component into a different language",
18033
18072
  "docsTags": [],
18034
- "default": "{\n next: \"Next\",\n step: \"Step\",\n of: \"of\",\n lastStep: \"Last step\",\n completed: \"Completed\",\n notRequired: \"Not required\",\n required: \"Required\",\n optional: \"Optional\",\n }",
18073
+ "default": "{\n next: \"Next\",\n step: \"Step\",\n steps: \"Steps\",\n of: \"of\",\n lastStep: \"Last step\",\n completed: \"Completed\",\n notRequired: \"Not required\",\n required: \"Required\",\n optional: \"Optional\",\n }",
18035
18074
  "values": [
18036
18075
  {
18037
- "type": "{ next: string; step: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }"
18076
+ "type": "{ next: string; step: string; steps: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }"
18038
18077
  }
18039
18078
  ],
18040
18079
  "optional": false,
@@ -18276,10 +18315,10 @@
18276
18315
  },
18277
18316
  {
18278
18317
  "name": "icI18n",
18279
- "type": "undefined | { next: string; step: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }",
18318
+ "type": "undefined | { next: string; step: string; steps: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }",
18280
18319
  "complexType": {
18281
18320
  "original": "IcStepI18n",
18282
- "resolved": "undefined | { next: string; step: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }",
18321
+ "resolved": "undefined | { next: string; step: string; steps: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }",
18283
18322
  "references": {
18284
18323
  "IcStepI18n": {
18285
18324
  "location": "import",
@@ -18292,13 +18331,13 @@
18292
18331
  "reflectToAttr": false,
18293
18332
  "docs": "Provide alternative values for text in all child steps. For the purpose of translating the application into other languages.",
18294
18333
  "docsTags": [],
18295
- "default": "{\n next: \"Next\",\n step: \"Step\",\n of: \"of\",\n lastStep: \"Last step\",\n completed: \"Completed\",\n notRequired: \"Not required\",\n required: \"Required\",\n optional: \"Optional\",\n }",
18334
+ "default": "{\n next: \"Next\",\n step: \"Step\",\n steps: \"Steps\",\n of: \"of\",\n lastStep: \"Last step\",\n completed: \"Completed\",\n notRequired: \"Not required\",\n required: \"Required\",\n optional: \"Optional\",\n }",
18296
18335
  "values": [
18297
18336
  {
18298
18337
  "type": "undefined"
18299
18338
  },
18300
18339
  {
18301
- "type": "{ next: string; step: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }"
18340
+ "type": "{ next: string; step: string; steps: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }"
18302
18341
  }
18303
18342
  ],
18304
18343
  "optional": true,
@@ -20383,15 +20422,16 @@
20383
20422
  },
20384
20423
  {
20385
20424
  "event": "icKeydown",
20386
- "detail": "{ event: KeyboardEvent; }",
20425
+ "detail": "IcTextFieldKeydownEventDetail",
20387
20426
  "bubbles": true,
20388
20427
  "complexType": {
20389
- "original": "{ event: KeyboardEvent }",
20390
- "resolved": "{ event: KeyboardEvent; }",
20428
+ "original": "IcTextFieldKeydownEventDetail",
20429
+ "resolved": "IcTextFieldKeydownEventDetail",
20391
20430
  "references": {
20392
- "KeyboardEvent": {
20393
- "location": "global",
20394
- "id": "global::KeyboardEvent"
20431
+ "IcTextFieldKeydownEventDetail": {
20432
+ "location": "import",
20433
+ "path": "./ic-text-field.types",
20434
+ "id": "src/components/ic-text-field/ic-text-field.types.ts::IcTextFieldKeydownEventDetail"
20395
20435
  }
20396
20436
  }
20397
20437
  },
@@ -23250,11 +23290,21 @@
23250
23290
  "docstring": "",
23251
23291
  "path": "src/components/ic-tooltip/ic-tooltip.types.ts"
23252
23292
  },
23293
+ "src/utils/types.ts::IcTypographyVariants": {
23294
+ "declaration": "export type IcTypographyVariants =\n | \"h1\"\n | \"h2\"\n | \"h3\"\n | \"h4\"\n | \"subtitle-large\"\n | \"subtitle-small\"\n | \"body\"\n | \"label\"\n | \"label-uppercase\"\n | \"caption\"\n | \"caption-uppercase\"\n | \"code-large\"\n | \"code-small\"\n | \"code-extra-small\"\n | \"badge\"\n | \"badge-small\";",
23295
+ "docstring": "",
23296
+ "path": "src/utils/types.ts"
23297
+ },
23253
23298
  "src/utils/types.ts::IcAdditionalFieldTypes": {
23254
23299
  "declaration": "export type IcAdditionalFieldTypes = \"static\" | \"dynamic\";",
23255
23300
  "docstring": "",
23256
23301
  "path": "src/utils/types.ts"
23257
23302
  },
23303
+ "src/utils/types.ts::IcAriaLive": {
23304
+ "declaration": "export type IcAriaLive = \"polite\" | \"assertive\" | \"off\";",
23305
+ "docstring": "",
23306
+ "path": "src/utils/types.ts"
23307
+ },
23258
23308
  "src/utils/types.ts::IcInformationStatusOrEmpty": {
23259
23309
  "declaration": "export type IcInformationStatusOrEmpty = \"warning\" | \"error\" | \"success\" | \"\";",
23260
23310
  "docstring": "",
@@ -23305,13 +23355,18 @@
23305
23355
  "docstring": "",
23306
23356
  "path": "src/utils/types.ts"
23307
23357
  },
23358
+ "src/components/ic-text-field/ic-text-field.types.ts::IcTextFieldKeydownEventDetail": {
23359
+ "declaration": "export interface IcTextFieldKeydownEventDetail {\n event: KeyboardEvent;\n cursorPosition: number;\n selectionEnd: number;\n}",
23360
+ "docstring": "",
23361
+ "path": "src/components/ic-text-field/ic-text-field.types.ts"
23362
+ },
23308
23363
  "src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarSearchModes": {
23309
23364
  "declaration": "export type IcSearchBarSearchModes = \"navigation\" | \"query\";",
23310
23365
  "docstring": "",
23311
23366
  "path": "src/components/ic-search-bar/ic-search-bar.types.ts"
23312
23367
  },
23313
23368
  "src/utils/types.ts::IcMenuOption": {
23314
- "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}",
23369
+ "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 hideLabel?: boolean;\n htmlProps?: Record<string, any>;\n}",
23315
23370
  "docstring": "",
23316
23371
  "path": "src/utils/types.ts"
23317
23372
  },
@@ -23345,11 +23400,6 @@
23345
23400
  "docstring": "",
23346
23401
  "path": "src/utils/types.ts"
23347
23402
  },
23348
- "src/utils/types.ts::IcAriaLive": {
23349
- "declaration": "export type IcAriaLive = \"polite\" | \"assertive\" | \"off\";",
23350
- "docstring": "",
23351
- "path": "src/utils/types.ts"
23352
- },
23353
23403
  "src/components/ic-radio-group/ic-radio-group.types.ts::IcChangeEventDetail": {
23354
23404
  "declaration": "export interface IcChangeEventDetail {\n value: string;\n selectedOption: {\n radio: HTMLIcRadioOptionElement;\n textFieldValue?: string;\n };\n}",
23355
23405
  "docstring": "",
@@ -23375,11 +23425,6 @@
23375
23425
  "docstring": "",
23376
23426
  "path": "src/components/ic-divider/ic-divider.types.tsx"
23377
23427
  },
23378
- "src/utils/types.ts::IcTypographyVariants": {
23379
- "declaration": "export type IcTypographyVariants =\n | \"h1\"\n | \"h2\"\n | \"h3\"\n | \"h4\"\n | \"subtitle-large\"\n | \"subtitle-small\"\n | \"body\"\n | \"label\"\n | \"label-uppercase\"\n | \"caption\"\n | \"caption-uppercase\"\n | \"code-large\"\n | \"code-small\"\n | \"code-extra-small\"\n | \"badge\"\n | \"badge-small\";",
23380
- "docstring": "",
23381
- "path": "src/utils/types.ts"
23382
- },
23383
23428
  "src/components/ic-empty-state/ic-empty-state.types.ts::IcEmptyStateAlignment": {
23384
23429
  "declaration": "export type IcEmptyStateAlignment = \"left\" | \"center\" | \"right\";",
23385
23430
  "docstring": "",
@@ -23476,7 +23521,7 @@
23476
23521
  "path": "src/components/ic-step/ic-step.types.ts"
23477
23522
  },
23478
23523
  "src/components/ic-step/ic-step.types.ts::IcStepI18n": {
23479
- "declaration": "{\n next: string;\n step: string;\n of: string;\n lastStep: string;\n completed: string;\n notRequired: string;\n required: string;\n optional: string;\n}",
23524
+ "declaration": "{\n next: string;\n step: string;\n steps: string;\n of: string;\n lastStep: string;\n completed: string;\n notRequired: string;\n required: string;\n optional: string;\n}",
23480
23525
  "docstring": "",
23481
23526
  "path": "src/components/ic-step/ic-step.types.ts"
23482
23527
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "mi6",
3
3
  "name": "@ukic/docs",
4
- "version": "3.4.2",
4
+ "version": "3.4.4",
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": "59dd37757e441316d04134c35f8e09b7aea84e91"
22
+ "gitHead": "493547c4e200a7a41416a6dea9f60ff1ef72073f"
23
23
  }