@ukic/docs 2.10.2 → 2.10.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 +66 -5
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-04-15T11:49:34",
2
+ "timestamp": "2024-04-18T12:10:30",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.10.0",
@@ -780,8 +780,8 @@
780
780
  "references": {
781
781
  "IcColor": {
782
782
  "location": "import",
783
- "path": "./ic-badge.types",
784
- "id": "src/components/ic-badge/ic-badge.types.ts::IcColor"
783
+ "path": "../../utils/types",
784
+ "id": "src/utils/types.ts::IcColor"
785
785
  }
786
786
  }
787
787
  },
@@ -3669,6 +3669,40 @@
3669
3669
  "optional": true,
3670
3670
  "required": false
3671
3671
  },
3672
+ {
3673
+ "name": "customColor",
3674
+ "type": "`#${string}` | `rgb(${string})` | `rgba(${string})`",
3675
+ "complexType": {
3676
+ "original": "IcColor",
3677
+ "resolved": "`#${string}` | `rgb(${string})` | `rgba(${string})`",
3678
+ "references": {
3679
+ "IcColor": {
3680
+ "location": "import",
3681
+ "path": "../../utils/types",
3682
+ "id": "src/utils/types.ts::IcColor"
3683
+ }
3684
+ }
3685
+ },
3686
+ "mutable": false,
3687
+ "attr": "custom-color",
3688
+ "reflectToAttr": false,
3689
+ "docs": "The custom chip colour. This prop will be applied to the chip component if `dismissible` is set to `false`.\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
3690
+ "docsTags": [],
3691
+ "default": "null",
3692
+ "values": [
3693
+ {
3694
+ "type": "`#${string}`"
3695
+ },
3696
+ {
3697
+ "type": "`rgb(${string})`"
3698
+ },
3699
+ {
3700
+ "type": "`rgba(${string})`"
3701
+ }
3702
+ ],
3703
+ "optional": true,
3704
+ "required": false
3705
+ },
3672
3706
  {
3673
3707
  "name": "disabled",
3674
3708
  "type": "boolean",
@@ -14461,6 +14495,33 @@
14461
14495
  "optional": true,
14462
14496
  "required": false
14463
14497
  },
14498
+ {
14499
+ "name": "appearance",
14500
+ "type": "\"default\" | \"light\"",
14501
+ "complexType": {
14502
+ "original": "\"light\" | \"default\"",
14503
+ "resolved": "\"default\" | \"light\"",
14504
+ "references": {}
14505
+ },
14506
+ "mutable": false,
14507
+ "attr": "appearance",
14508
+ "reflectToAttr": false,
14509
+ "docs": "The appearance of the stepper.",
14510
+ "docsTags": [],
14511
+ "default": "\"default\"",
14512
+ "values": [
14513
+ {
14514
+ "value": "default",
14515
+ "type": "string"
14516
+ },
14517
+ {
14518
+ "value": "light",
14519
+ "type": "string"
14520
+ }
14521
+ ],
14522
+ "optional": true,
14523
+ "required": false
14524
+ },
14464
14525
  {
14465
14526
  "name": "connectorWidth",
14466
14527
  "type": "number",
@@ -18695,10 +18756,10 @@
18695
18756
  "docstring": "",
18696
18757
  "path": "src/components/ic-footer/ic-footer.types.tsx"
18697
18758
  },
18698
- "src/components/ic-badge/ic-badge.types.ts::IcColor": {
18759
+ "src/utils/types.ts::IcColor": {
18699
18760
  "declaration": "export type IcColor = RGB | RGBA | HEX;",
18700
18761
  "docstring": "",
18701
- "path": "src/components/ic-badge/ic-badge.types.ts"
18762
+ "path": "src/utils/types.ts"
18702
18763
  },
18703
18764
  "src/components/ic-badge/ic-badge.types.ts::IcBadgePositions": {
18704
18765
  "declaration": "export type IcBadgePositions = \"far\" | \"near\" | \"inline\";",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "mi6",
3
3
  "name": "@ukic/docs",
4
- "version": "2.10.2",
4
+ "version": "2.10.4",
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": "5e148cca2bd199859c1627c4cef0d070014891b9"
21
+ "gitHead": "5441c917fd593f7797ace93dc674a78006abb775"
22
22
  }