@ukic/docs 3.4.3 → 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 +17 -11
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -20422,15 +20422,16 @@
20422
20422
  },
20423
20423
  {
20424
20424
  "event": "icKeydown",
20425
- "detail": "{ event: KeyboardEvent; }",
20425
+ "detail": "IcTextFieldKeydownEventDetail",
20426
20426
  "bubbles": true,
20427
20427
  "complexType": {
20428
- "original": "{ event: KeyboardEvent }",
20429
- "resolved": "{ event: KeyboardEvent; }",
20428
+ "original": "IcTextFieldKeydownEventDetail",
20429
+ "resolved": "IcTextFieldKeydownEventDetail",
20430
20430
  "references": {
20431
- "KeyboardEvent": {
20432
- "location": "global",
20433
- "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"
20434
20435
  }
20435
20436
  }
20436
20437
  },
@@ -23289,6 +23290,11 @@
23289
23290
  "docstring": "",
23290
23291
  "path": "src/components/ic-tooltip/ic-tooltip.types.ts"
23291
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
+ },
23292
23298
  "src/utils/types.ts::IcAdditionalFieldTypes": {
23293
23299
  "declaration": "export type IcAdditionalFieldTypes = \"static\" | \"dynamic\";",
23294
23300
  "docstring": "",
@@ -23349,6 +23355,11 @@
23349
23355
  "docstring": "",
23350
23356
  "path": "src/utils/types.ts"
23351
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
+ },
23352
23363
  "src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarSearchModes": {
23353
23364
  "declaration": "export type IcSearchBarSearchModes = \"navigation\" | \"query\";",
23354
23365
  "docstring": "",
@@ -23414,11 +23425,6 @@
23414
23425
  "docstring": "",
23415
23426
  "path": "src/components/ic-divider/ic-divider.types.tsx"
23416
23427
  },
23417
- "src/utils/types.ts::IcTypographyVariants": {
23418
- "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\";",
23419
- "docstring": "",
23420
- "path": "src/utils/types.ts"
23421
- },
23422
23428
  "src/components/ic-empty-state/ic-empty-state.types.ts::IcEmptyStateAlignment": {
23423
23429
  "declaration": "export type IcEmptyStateAlignment = \"left\" | \"center\" | \"right\";",
23424
23430
  "docstring": "",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "mi6",
3
3
  "name": "@ukic/docs",
4
- "version": "3.4.3",
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": "7218b39b3c6116e600c3e6ba9e785d0b2f3a390a"
22
+ "gitHead": "493547c4e200a7a41416a6dea9f60ff1ef72073f"
23
23
  }