@ukic/docs 3.0.0-alpha.4 → 3.0.0-alpha.6

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 +836 -350
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "filePath": "src/components/ic-accordion/ic-accordion.tsx",
10
10
  "encapsulation": "shadow",
11
11
  "tag": "ic-accordion",
12
- "readme": "# ic-accordion\r\n\r\n\r\n\r",
12
+ "readme": "# ic-accordion\n\n\n",
13
13
  "docs": "",
14
14
  "docsTags": [
15
15
  {
@@ -238,7 +238,7 @@
238
238
  "filePath": "src/components/ic-accordion-group/ic-accordion-group.tsx",
239
239
  "encapsulation": "shadow",
240
240
  "tag": "ic-accordion-group",
241
- "readme": "# ic-accordion-title\r\n\r\n\r\n\r",
241
+ "readme": "# ic-accordion-title\n\n\n",
242
242
  "docs": "",
243
243
  "docsTags": [
244
244
  {
@@ -431,7 +431,7 @@
431
431
  },
432
432
  "signature": "setFocus() => Promise<void>",
433
433
  "parameters": [],
434
- "docs": "Sets the focus on first focusable element in the accordion group. If the \"See/Hide all\" button is present, it will be focused.\r\nOtherwise, the first accordion will be focused.",
434
+ "docs": "Sets the focus on first focusable element in the accordion group. If the \"See/Hide all\" button is present, it will be focused.\nOtherwise, the first accordion will be focused.",
435
435
  "docsTags": []
436
436
  }
437
437
  ],
@@ -477,7 +477,7 @@
477
477
  "filePath": "src/components/ic-alert/ic-alert.tsx",
478
478
  "encapsulation": "shadow",
479
479
  "tag": "ic-alert",
480
- "readme": "# ic-alert\r\n\r\n\r\n\r",
480
+ "readme": "# ic-alert\n\n\n",
481
481
  "docs": "",
482
482
  "docsTags": [
483
483
  {
@@ -775,7 +775,7 @@
775
775
  "filePath": "src/components/ic-back-to-top/ic-back-to-top.tsx",
776
776
  "encapsulation": "shadow",
777
777
  "tag": "ic-back-to-top",
778
- "readme": "# ic-back-to-top\r\n\r\n\r\n\r",
778
+ "readme": "# ic-back-to-top\n\n\n",
779
779
  "docs": "",
780
780
  "docsTags": [],
781
781
  "usage": {},
@@ -801,6 +801,43 @@
801
801
  "optional": false,
802
802
  "required": true
803
803
  },
804
+ {
805
+ "name": "theme",
806
+ "type": "\"dark\" | \"inherit\" | \"light\"",
807
+ "complexType": {
808
+ "original": "IcThemeMode",
809
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
810
+ "references": {
811
+ "IcThemeMode": {
812
+ "location": "import",
813
+ "path": "../../utils/types",
814
+ "id": "src/utils/types.ts::IcThemeMode"
815
+ }
816
+ }
817
+ },
818
+ "mutable": false,
819
+ "attr": "theme",
820
+ "reflectToAttr": false,
821
+ "docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
822
+ "docsTags": [],
823
+ "default": "\"inherit\"",
824
+ "values": [
825
+ {
826
+ "value": "dark",
827
+ "type": "string"
828
+ },
829
+ {
830
+ "value": "inherit",
831
+ "type": "string"
832
+ },
833
+ {
834
+ "value": "light",
835
+ "type": "string"
836
+ }
837
+ ],
838
+ "optional": true,
839
+ "required": false
840
+ },
804
841
  {
805
842
  "name": "variant",
806
843
  "type": "\"default\" | \"icon\"",
@@ -871,7 +908,7 @@
871
908
  "filePath": "src/components/ic-badge/ic-badge.tsx",
872
909
  "encapsulation": "shadow",
873
910
  "tag": "ic-badge",
874
- "readme": "# ic-badge\r\n\r\n\r\n\r",
911
+ "readme": "# ic-badge\n\n\n",
875
912
  "docs": "",
876
913
  "docsTags": [
877
914
  {
@@ -919,7 +956,7 @@
919
956
  "mutable": false,
920
957
  "attr": "custom-color",
921
958
  "reflectToAttr": false,
922
- "docs": "The custom badge colour. This will only style the badge component if variant=\"custom\".\r\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
959
+ "docs": "The custom badge colour. This will only style the badge component if variant=\"custom\".\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
923
960
  "docsTags": [],
924
961
  "default": "null",
925
962
  "values": [
@@ -968,7 +1005,7 @@
968
1005
  "mutable": false,
969
1006
  "attr": "max-number",
970
1007
  "reflectToAttr": false,
971
- "docs": "The maximum number shown on the badge appended with a +.\r\nThis will only be displayed if type=\"text\" and label is not empty.",
1008
+ "docs": "The maximum number shown on the badge appended with a +.\nThis will only be displayed if type=\"text\" and label is not empty.",
972
1009
  "docsTags": [],
973
1010
  "values": [
974
1011
  {
@@ -1227,7 +1264,7 @@
1227
1264
  "filePath": "src/components/ic-breadcrumb/ic-breadcrumb.tsx",
1228
1265
  "encapsulation": "shadow",
1229
1266
  "tag": "ic-breadcrumb",
1230
- "readme": "# ic-breadcrumb\r\n\r\n\r\n\r",
1267
+ "readme": "# ic-breadcrumb\n\n\n",
1231
1268
  "docs": "",
1232
1269
  "docsTags": [
1233
1270
  {
@@ -1355,7 +1392,7 @@
1355
1392
  "filePath": "src/components/ic-breadcrumb-group/ic-breadcrumb-group.tsx",
1356
1393
  "encapsulation": "shadow",
1357
1394
  "tag": "ic-breadcrumb-group",
1358
- "readme": "# ic-breadcrumb-group\r\n\r\n\r\n\r",
1395
+ "readme": "# ic-breadcrumb-group\n\n\n",
1359
1396
  "docs": "",
1360
1397
  "docsTags": [],
1361
1398
  "usage": {},
@@ -1487,7 +1524,7 @@
1487
1524
  "filePath": "src/components/ic-button/ic-button.tsx",
1488
1525
  "encapsulation": "shadow",
1489
1526
  "tag": "ic-button",
1490
- "readme": "# ic-button\r\n\r",
1527
+ "readme": "# ic-button\n",
1491
1528
  "docs": "",
1492
1529
  "docsTags": [
1493
1530
  {
@@ -1535,43 +1572,6 @@
1535
1572
  "optional": true,
1536
1573
  "required": false
1537
1574
  },
1538
- {
1539
- "name": "appearance",
1540
- "type": "\"dark\" | \"default\" | \"light\"",
1541
- "complexType": {
1542
- "original": "IcThemeForeground",
1543
- "resolved": "\"dark\" | \"default\" | \"light\"",
1544
- "references": {
1545
- "IcThemeForeground": {
1546
- "location": "import",
1547
- "path": "../../utils/types",
1548
- "id": "src/utils/types.ts::IcThemeForeground"
1549
- }
1550
- }
1551
- },
1552
- "mutable": true,
1553
- "attr": "appearance",
1554
- "reflectToAttr": false,
1555
- "docs": "The appearance of the button, e.g. dark, light, or the default.",
1556
- "docsTags": [],
1557
- "default": "\"default\"",
1558
- "values": [
1559
- {
1560
- "value": "dark",
1561
- "type": "string"
1562
- },
1563
- {
1564
- "value": "default",
1565
- "type": "string"
1566
- },
1567
- {
1568
- "value": "light",
1569
- "type": "string"
1570
- }
1571
- ],
1572
- "optional": true,
1573
- "required": false
1574
- },
1575
1575
  {
1576
1576
  "name": "disableTooltip",
1577
1577
  "type": "boolean",
@@ -1941,6 +1941,28 @@
1941
1941
  "optional": true,
1942
1942
  "required": false
1943
1943
  },
1944
+ {
1945
+ "name": "monochrome",
1946
+ "type": "boolean",
1947
+ "complexType": {
1948
+ "original": "boolean",
1949
+ "resolved": "boolean",
1950
+ "references": {}
1951
+ },
1952
+ "mutable": true,
1953
+ "attr": "monochrome",
1954
+ "reflectToAttr": false,
1955
+ "docs": "If `true`, the button will display as monochromatic in either `light` or `dark` theme.",
1956
+ "docsTags": [],
1957
+ "default": "false",
1958
+ "values": [
1959
+ {
1960
+ "type": "boolean"
1961
+ }
1962
+ ],
1963
+ "optional": true,
1964
+ "required": false
1965
+ },
1944
1966
  {
1945
1967
  "name": "multiple",
1946
1968
  "type": "boolean",
@@ -2125,6 +2147,43 @@
2125
2147
  "optional": true,
2126
2148
  "required": false
2127
2149
  },
2150
+ {
2151
+ "name": "theme",
2152
+ "type": "\"dark\" | \"inherit\" | \"light\"",
2153
+ "complexType": {
2154
+ "original": "IcThemeMode",
2155
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
2156
+ "references": {
2157
+ "IcThemeMode": {
2158
+ "location": "import",
2159
+ "path": "../../utils/types",
2160
+ "id": "src/utils/types.ts::IcThemeMode"
2161
+ }
2162
+ }
2163
+ },
2164
+ "mutable": true,
2165
+ "attr": "theme",
2166
+ "reflectToAttr": false,
2167
+ "docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
2168
+ "docsTags": [],
2169
+ "default": "\"inherit\"",
2170
+ "values": [
2171
+ {
2172
+ "value": "dark",
2173
+ "type": "string"
2174
+ },
2175
+ {
2176
+ "value": "inherit",
2177
+ "type": "string"
2178
+ },
2179
+ {
2180
+ "value": "light",
2181
+ "type": "string"
2182
+ }
2183
+ ],
2184
+ "optional": true,
2185
+ "required": false
2186
+ },
2128
2187
  {
2129
2188
  "name": "tooltipPlacement",
2130
2189
  "type": "\"bottom\" | \"left\" | \"right\" | \"top\"",
@@ -2367,7 +2426,7 @@
2367
2426
  "passive": false
2368
2427
  },
2369
2428
  {
2370
- "event": "themeChange",
2429
+ "event": "brandChange",
2371
2430
  "target": "document",
2372
2431
  "capture": false,
2373
2432
  "passive": false
@@ -2495,7 +2554,7 @@
2495
2554
  "filePath": "src/components/ic-card-vertical/ic-card-vertical.tsx",
2496
2555
  "encapsulation": "shadow",
2497
2556
  "tag": "ic-card-vertical",
2498
- "readme": "# ic-card-vertical\r\n\r\n\r\n\r",
2557
+ "readme": "# ic-card-vertical\n\n\n",
2499
2558
  "docs": "",
2500
2559
  "docsTags": [
2501
2560
  {
@@ -2854,7 +2913,7 @@
2854
2913
  }
2855
2914
  }
2856
2915
  },
2857
- "mutable": false,
2916
+ "mutable": true,
2858
2917
  "attr": "theme",
2859
2918
  "reflectToAttr": false,
2860
2919
  "docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
@@ -2910,7 +2969,7 @@
2910
2969
  "passive": false
2911
2970
  },
2912
2971
  {
2913
- "event": "themeChange",
2972
+ "event": "brandChange",
2914
2973
  "target": "document",
2915
2974
  "capture": false,
2916
2975
  "passive": false
@@ -2983,7 +3042,7 @@
2983
3042
  "filePath": "src/components/ic-checkbox/ic-checkbox.tsx",
2984
3043
  "encapsulation": "shadow",
2985
3044
  "tag": "ic-checkbox",
2986
- "readme": "# ic-checkbox\r\n\r\n\r\n\r",
3045
+ "readme": "# ic-checkbox\n\n\n",
2987
3046
  "docs": "",
2988
3047
  "docsTags": [
2989
3048
  {
@@ -3404,7 +3463,7 @@
3404
3463
  "filePath": "src/components/ic-checkbox-group/ic-checkbox-group.tsx",
3405
3464
  "encapsulation": "shadow",
3406
3465
  "tag": "ic-checkbox-group",
3407
- "readme": "# ic-checkbox-group\r\n\r\n\r\n\r",
3466
+ "readme": "# ic-checkbox-group\n\n\n",
3408
3467
  "docs": "",
3409
3468
  "docsTags": [],
3410
3469
  "usage": {},
@@ -3736,7 +3795,7 @@
3736
3795
  "filePath": "src/components/ic-chip/ic-chip.tsx",
3737
3796
  "encapsulation": "shadow",
3738
3797
  "tag": "ic-chip",
3739
- "readme": "# ic-chip\r\n\r\n\r\n\r",
3798
+ "readme": "# ic-chip\n\n\n",
3740
3799
  "docs": "",
3741
3800
  "docsTags": [
3742
3801
  {
@@ -3767,7 +3826,7 @@
3767
3826
  "mutable": false,
3768
3827
  "attr": "custom-color",
3769
3828
  "reflectToAttr": false,
3770
- "docs": "The custom chip colour. This will override the theme colour.\r\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
3829
+ "docs": "The custom chip colour. This will override the theme colour.\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
3771
3830
  "docsTags": [],
3772
3831
  "default": "null",
3773
3832
  "values": [
@@ -3806,6 +3865,28 @@
3806
3865
  "optional": true,
3807
3866
  "required": false
3808
3867
  },
3868
+ {
3869
+ "name": "dismissLabel",
3870
+ "type": "string",
3871
+ "complexType": {
3872
+ "original": "string",
3873
+ "resolved": "string",
3874
+ "references": {}
3875
+ },
3876
+ "mutable": false,
3877
+ "attr": "dismiss-label",
3878
+ "reflectToAttr": false,
3879
+ "docs": "The text in the dismiss button tooltip and aria label.",
3880
+ "docsTags": [],
3881
+ "default": "\"Dismiss\"",
3882
+ "values": [
3883
+ {
3884
+ "type": "string"
3885
+ }
3886
+ ],
3887
+ "optional": true,
3888
+ "required": false
3889
+ },
3809
3890
  {
3810
3891
  "name": "dismissible",
3811
3892
  "type": "boolean",
@@ -3897,7 +3978,7 @@
3897
3978
  "mutable": false,
3898
3979
  "attr": "theme",
3899
3980
  "reflectToAttr": false,
3900
- "docs": "Sets the chip to the dark or light theme colors. \"inherit\" will set the color based on the system settings or ic-theme component.\r\nSetting the \"customColor\" prop will override this.",
3981
+ "docs": "Sets the chip to the dark or light theme colors. \"inherit\" will set the color based on the system settings or ic-theme component.\nSetting the \"customColor\" prop will override this.",
3901
3982
  "docsTags": [],
3902
3983
  "default": "\"inherit\"",
3903
3984
  "values": [
@@ -4051,7 +4132,7 @@
4051
4132
  "filePath": "src/components/ic-classification-banner/ic-classification-banner.tsx",
4052
4133
  "encapsulation": "shadow",
4053
4134
  "tag": "ic-classification-banner",
4054
- "readme": "# ic-classification-banner\r\n\r\n\r\n\r",
4135
+ "readme": "# ic-classification-banner\n\n\n",
4055
4136
  "docs": "",
4056
4137
  "docsTags": [],
4057
4138
  "usage": {},
@@ -4216,7 +4297,7 @@
4216
4297
  "filePath": "src/components/ic-data-list/ic-data-list.tsx",
4217
4298
  "encapsulation": "shadow",
4218
4299
  "tag": "ic-data-list",
4219
- "readme": "# ic-data-list\r\n\r\n\r\n\r",
4300
+ "readme": "# ic-data-list\n\n\n",
4220
4301
  "docs": "",
4221
4302
  "docsTags": [
4222
4303
  {
@@ -4343,7 +4424,7 @@
4343
4424
  "filePath": "src/components/ic-data-row/ic-data-row.tsx",
4344
4425
  "encapsulation": "shadow",
4345
4426
  "tag": "ic-data-row",
4346
- "readme": "# ic-data-row\r\n\r\n\r\n\r",
4427
+ "readme": "# ic-data-row\n\n\n",
4347
4428
  "docs": "",
4348
4429
  "docsTags": [
4349
4430
  {
@@ -4507,7 +4588,7 @@
4507
4588
  "filePath": "src/components/ic-dialog/ic-dialog.tsx",
4508
4589
  "encapsulation": "shadow",
4509
4590
  "tag": "ic-dialog",
4510
- "readme": "# ic-dialog\r\n\r\n\r\n\r",
4591
+ "readme": "# ic-dialog\n\n\n",
4511
4592
  "docs": "",
4512
4593
  "docsTags": [
4513
4594
  {
@@ -4606,7 +4687,7 @@
4606
4687
  "mutable": false,
4607
4688
  "attr": "disable-height-constraint",
4608
4689
  "reflectToAttr": false,
4609
- "docs": "If set to `true`, the content area max height and overflow properties are removed allowing the dialog to stretch below the fold.\r\nThis prop also prevents popover elements from being cut off within the content area.",
4690
+ "docs": "If set to `true`, the content area max height and overflow properties are removed allowing the dialog to stretch below the fold.\nThis prop also prevents popover elements from being cut off within the content area.",
4610
4691
  "docsTags": [],
4611
4692
  "default": "false",
4612
4693
  "values": [
@@ -4985,7 +5066,7 @@
4985
5066
  "filePath": "src/components/ic-divider/ic-divider.tsx",
4986
5067
  "encapsulation": "scoped",
4987
5068
  "tag": "ic-divider",
4988
- "readme": "# ic-divider\r\n\r\n\r\n\r",
5069
+ "readme": "# ic-divider\n\n\n",
4989
5070
  "docs": "",
4990
5071
  "docsTags": [],
4991
5072
  "usage": {},
@@ -5148,7 +5229,7 @@
5148
5229
  "name": "theme",
5149
5230
  "type": "\"dark\" | \"default\" | \"inherit\" | \"light\"",
5150
5231
  "complexType": {
5151
- "original": "IcThemeMode | IcThemeForeground",
5232
+ "original": "IcThemeMode | IcBrandForeground",
5152
5233
  "resolved": "\"dark\" | \"default\" | \"inherit\" | \"light\"",
5153
5234
  "references": {
5154
5235
  "IcThemeMode": {
@@ -5156,10 +5237,10 @@
5156
5237
  "path": "../../utils/types",
5157
5238
  "id": "src/utils/types.ts::IcThemeMode"
5158
5239
  },
5159
- "IcThemeForeground": {
5240
+ "IcBrandForeground": {
5160
5241
  "location": "import",
5161
5242
  "path": "../../utils/types",
5162
- "id": "src/utils/types.ts::IcThemeForeground"
5243
+ "id": "src/utils/types.ts::IcBrandForeground"
5163
5244
  }
5164
5245
  }
5165
5246
  },
@@ -5236,7 +5317,7 @@
5236
5317
  "events": [],
5237
5318
  "listeners": [
5238
5319
  {
5239
- "event": "themeChange",
5320
+ "event": "brandChange",
5240
5321
  "target": "document",
5241
5322
  "capture": false,
5242
5323
  "passive": false
@@ -5300,7 +5381,7 @@
5300
5381
  "filePath": "src/components/ic-empty-state/ic-empty-state.tsx",
5301
5382
  "encapsulation": "shadow",
5302
5383
  "tag": "ic-empty-state",
5303
- "readme": "# ic-empty-state\r\n\r\n\r\n\r",
5384
+ "readme": "# ic-empty-state\n\n\n",
5304
5385
  "docs": "",
5305
5386
  "docsTags": [
5306
5387
  {
@@ -5526,7 +5607,7 @@
5526
5607
  "filePath": "src/components/ic-footer/ic-footer.tsx",
5527
5608
  "encapsulation": "shadow",
5528
5609
  "tag": "ic-footer",
5529
- "readme": "# ic-footer\r\n\r\n\r\n\r",
5610
+ "readme": "# ic-footer\n\n\n",
5530
5611
  "docs": "",
5531
5612
  "docsTags": [
5532
5613
  {
@@ -5721,7 +5802,7 @@
5721
5802
  "events": [],
5722
5803
  "listeners": [
5723
5804
  {
5724
- "event": "themeChange",
5805
+ "event": "brandChange",
5725
5806
  "target": "document",
5726
5807
  "capture": false,
5727
5808
  "passive": false
@@ -5763,7 +5844,7 @@
5763
5844
  "filePath": "src/components/ic-footer-link/ic-footer-link.tsx",
5764
5845
  "encapsulation": "shadow",
5765
5846
  "tag": "ic-footer-link",
5766
- "readme": "# ic-footer-link\r\n\r\n\r\n\r",
5847
+ "readme": "# ic-footer-link\n\n\n",
5767
5848
  "docs": "",
5768
5849
  "docsTags": [],
5769
5850
  "usage": {},
@@ -5947,7 +6028,7 @@
5947
6028
  "passive": false
5948
6029
  },
5949
6030
  {
5950
- "event": "themeChange",
6031
+ "event": "brandChange",
5951
6032
  "target": "document",
5952
6033
  "capture": false,
5953
6034
  "passive": false
@@ -5970,7 +6051,7 @@
5970
6051
  "filePath": "src/components/ic-footer-link-group/ic-footer-link-group.tsx",
5971
6052
  "encapsulation": "shadow",
5972
6053
  "tag": "ic-footer-link-group",
5973
- "readme": "# ic-footer-link-group\r\n\r\n\r\n\r",
6054
+ "readme": "# ic-footer-link-group\n\n\n",
5974
6055
  "docs": "",
5975
6056
  "docsTags": [],
5976
6057
  "usage": {},
@@ -6007,7 +6088,7 @@
6007
6088
  "passive": false
6008
6089
  },
6009
6090
  {
6010
- "event": "themeChange",
6091
+ "event": "brandChange",
6011
6092
  "target": "document",
6012
6093
  "capture": false,
6013
6094
  "passive": false
@@ -6032,7 +6113,7 @@
6032
6113
  "filePath": "src/components/ic-hero/ic-hero.tsx",
6033
6114
  "encapsulation": "shadow",
6034
6115
  "tag": "ic-hero",
6035
- "readme": "# ic-hero\r\n\r\n\r\n\r",
6116
+ "readme": "# ic-hero\n\n\n",
6036
6117
  "docs": "",
6037
6118
  "docsTags": [
6038
6119
  {
@@ -6289,7 +6370,7 @@
6289
6370
  "events": [],
6290
6371
  "listeners": [
6291
6372
  {
6292
- "event": "themeChange",
6373
+ "event": "brandChange",
6293
6374
  "target": "document",
6294
6375
  "capture": false,
6295
6376
  "passive": false
@@ -6337,7 +6418,7 @@
6337
6418
  "filePath": "src/components/ic-horizontal-scroll/ic-horizontal-scroll.tsx",
6338
6419
  "encapsulation": "shadow",
6339
6420
  "tag": "ic-horizontal-scroll",
6340
- "readme": "# ic-horizontal-scroll\r\n\r\n\r\n\r",
6421
+ "readme": "# ic-horizontal-scroll\n\n\n",
6341
6422
  "docs": "",
6342
6423
  "docsTags": [],
6343
6424
  "usage": {},
@@ -6346,13 +6427,13 @@
6346
6427
  "name": "appearance",
6347
6428
  "type": "\"dark\" | \"default\" | \"light\"",
6348
6429
  "complexType": {
6349
- "original": "IcThemeForeground",
6430
+ "original": "IcBrandForeground",
6350
6431
  "resolved": "\"dark\" | \"default\" | \"light\"",
6351
6432
  "references": {
6352
- "IcThemeForeground": {
6433
+ "IcBrandForeground": {
6353
6434
  "location": "import",
6354
6435
  "path": "../../utils/types",
6355
- "id": "src/utils/types.ts::IcThemeForeground"
6436
+ "id": "src/utils/types.ts::IcBrandForeground"
6356
6437
  }
6357
6438
  }
6358
6439
  },
@@ -6423,7 +6504,7 @@
6423
6504
  "filePath": "src/components/ic-input-component-container/ic-input-component-container.tsx",
6424
6505
  "encapsulation": "none",
6425
6506
  "tag": "ic-input-component-container",
6426
- "readme": "# ic-input-container\r\n\r\n\r\n\r",
6507
+ "readme": "# ic-input-container\n\n\n",
6427
6508
  "docs": "",
6428
6509
  "docsTags": [
6429
6510
  {
@@ -6433,33 +6514,6 @@
6433
6514
  ],
6434
6515
  "usage": {},
6435
6516
  "props": [
6436
- {
6437
- "name": "appearance",
6438
- "type": "\"dark\" | \"default\"",
6439
- "complexType": {
6440
- "original": "\"dark\" | \"default\"",
6441
- "resolved": "\"dark\" | \"default\"",
6442
- "references": {}
6443
- },
6444
- "mutable": false,
6445
- "attr": "appearance",
6446
- "reflectToAttr": false,
6447
- "docs": "The appearance of the input component container.",
6448
- "docsTags": [],
6449
- "default": "\"default\"",
6450
- "values": [
6451
- {
6452
- "value": "dark",
6453
- "type": "string"
6454
- },
6455
- {
6456
- "value": "default",
6457
- "type": "string"
6458
- }
6459
- ],
6460
- "optional": true,
6461
- "required": false
6462
- },
6463
6517
  {
6464
6518
  "name": "disabled",
6465
6519
  "type": "boolean",
@@ -6661,6 +6715,61 @@
6661
6715
  "name": "--border-color-disabled",
6662
6716
  "annotation": "prop",
6663
6717
  "docs": "Border colour of the input component container when disabled"
6718
+ },
6719
+ {
6720
+ "name": "--border-color-error",
6721
+ "annotation": "prop",
6722
+ "docs": "Border colour of the error variant for input component container"
6723
+ },
6724
+ {
6725
+ "name": "--border-color-error-hover",
6726
+ "annotation": "prop",
6727
+ "docs": "Border colour of the error hover variant for input component container"
6728
+ },
6729
+ {
6730
+ "name": "--border-color-error-pressed",
6731
+ "annotation": "prop",
6732
+ "docs": "Border colour of the error pressed variant for input component container"
6733
+ },
6734
+ {
6735
+ "name": "--border-color-hover",
6736
+ "annotation": "prop",
6737
+ "docs": "Border colour of the input component container on hover"
6738
+ },
6739
+ {
6740
+ "name": "--border-color-pressed",
6741
+ "annotation": "prop",
6742
+ "docs": "Border colour of the input component container when pressed"
6743
+ },
6744
+ {
6745
+ "name": "--border-color-success",
6746
+ "annotation": "prop",
6747
+ "docs": "Border colour of the success variant for input component container"
6748
+ },
6749
+ {
6750
+ "name": "--border-color-success-hover",
6751
+ "annotation": "prop",
6752
+ "docs": "Border colour of the success hover variant for input component container"
6753
+ },
6754
+ {
6755
+ "name": "--border-color-success-pressed",
6756
+ "annotation": "prop",
6757
+ "docs": "Border colour of the success pressed variant for input component container"
6758
+ },
6759
+ {
6760
+ "name": "--border-color-warning",
6761
+ "annotation": "prop",
6762
+ "docs": "Border colour of the warning variant for input component container"
6763
+ },
6764
+ {
6765
+ "name": "--border-color-warning-hover",
6766
+ "annotation": "prop",
6767
+ "docs": "Border colour of the warning hover variant for input component container"
6768
+ },
6769
+ {
6770
+ "name": "--border-color-warning-pressed",
6771
+ "annotation": "prop",
6772
+ "docs": "Border colour of the warning pressed variant for input component container"
6664
6773
  }
6665
6774
  ],
6666
6775
  "slots": [
@@ -6688,7 +6797,7 @@
6688
6797
  "filePath": "src/components/ic-input-container/ic-input-container.tsx",
6689
6798
  "encapsulation": "none",
6690
6799
  "tag": "ic-input-container",
6691
- "readme": "# ic-input-container\r\n\r\n\r\n\r",
6800
+ "readme": "# ic-input-container\n\n\n",
6692
6801
  "docs": "",
6693
6802
  "docsTags": [],
6694
6803
  "usage": {},
@@ -6762,38 +6871,11 @@
6762
6871
  "filePath": "src/components/ic-input-label/ic-input-label.tsx",
6763
6872
  "encapsulation": "none",
6764
6873
  "tag": "ic-input-label",
6765
- "readme": "# ic-input-label\r\n\r\n\r\n\r",
6874
+ "readme": "# ic-input-label\n\n\n",
6766
6875
  "docs": "",
6767
6876
  "docsTags": [],
6768
6877
  "usage": {},
6769
6878
  "props": [
6770
- {
6771
- "name": "appearance",
6772
- "type": "\"dark\" | \"default\"",
6773
- "complexType": {
6774
- "original": "\"dark\" | \"default\"",
6775
- "resolved": "\"dark\" | \"default\"",
6776
- "references": {}
6777
- },
6778
- "mutable": false,
6779
- "attr": "appearance",
6780
- "reflectToAttr": false,
6781
- "docs": "The appearance of the input label.",
6782
- "docsTags": [],
6783
- "default": "\"default\"",
6784
- "values": [
6785
- {
6786
- "value": "dark",
6787
- "type": "string"
6788
- },
6789
- {
6790
- "value": "default",
6791
- "type": "string"
6792
- }
6793
- ],
6794
- "optional": true,
6795
- "required": false
6796
- },
6797
6879
  {
6798
6880
  "name": "disabled",
6799
6881
  "type": "boolean",
@@ -7014,7 +7096,7 @@
7014
7096
  "filePath": "src/components/ic-input-validation/ic-input-validation.tsx",
7015
7097
  "encapsulation": "none",
7016
7098
  "tag": "ic-input-validation",
7017
- "readme": "# ic-input-validation\r\n\r\n\r\n\r",
7099
+ "readme": "# ic-input-validation\n\n\n",
7018
7100
  "docs": "",
7019
7101
  "docsTags": [
7020
7102
  {
@@ -7204,7 +7286,7 @@
7204
7286
  "filePath": "src/components/ic-link/ic-link.tsx",
7205
7287
  "encapsulation": "shadow",
7206
7288
  "tag": "ic-link",
7207
- "readme": "# ic-link\r\n\r\n\r\n\r",
7289
+ "readme": "# ic-link\n\n\n",
7208
7290
  "docs": "",
7209
7291
  "docsTags": [
7210
7292
  {
@@ -7290,7 +7372,7 @@
7290
7372
  "resolved": "boolean",
7291
7373
  "references": {}
7292
7374
  },
7293
- "mutable": false,
7375
+ "mutable": true,
7294
7376
  "attr": "monochrome",
7295
7377
  "reflectToAttr": false,
7296
7378
  "docs": "If `true`, the link will display as black in the light theme, and white in the dark theme.",
@@ -7418,7 +7500,7 @@
7418
7500
  }
7419
7501
  }
7420
7502
  },
7421
- "mutable": false,
7503
+ "mutable": true,
7422
7504
  "attr": "theme",
7423
7505
  "reflectToAttr": false,
7424
7506
  "docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
@@ -7469,7 +7551,7 @@
7469
7551
  "events": [],
7470
7552
  "listeners": [
7471
7553
  {
7472
- "event": "themeChange",
7554
+ "event": "brandChange",
7473
7555
  "target": "document",
7474
7556
  "capture": false,
7475
7557
  "passive": false
@@ -7501,7 +7583,7 @@
7501
7583
  "filePath": "src/components/ic-loading-indicator/ic-loading-indicator.tsx",
7502
7584
  "encapsulation": "shadow",
7503
7585
  "tag": "ic-loading-indicator",
7504
- "readme": "# ic-loading\r\n\r\n\r\n\r",
7586
+ "readme": "# ic-loading\n\n\n",
7505
7587
  "docs": "",
7506
7588
  "docsTags": [],
7507
7589
  "usage": {},
@@ -7561,7 +7643,7 @@
7561
7643
  "mutable": false,
7562
7644
  "attr": "label",
7563
7645
  "reflectToAttr": false,
7564
- "docs": "The label to be displayed beneath the loading indicator.\r\nDisplay a changing label by supplying an array of messages.",
7646
+ "docs": "The label to be displayed beneath the loading indicator.\nDisplay a changing label by supplying an array of messages.",
7565
7647
  "docsTags": [],
7566
7648
  "values": [
7567
7649
  {
@@ -7607,7 +7689,7 @@
7607
7689
  "mutable": false,
7608
7690
  "attr": "max",
7609
7691
  "reflectToAttr": false,
7610
- "docs": "The maximum value that the progress value can take.\r\nUsed to calculate the proportional width of the progress bar.",
7692
+ "docs": "The maximum value that the progress value can take.\nUsed to calculate the proportional width of the progress bar.",
7611
7693
  "docsTags": [],
7612
7694
  "default": "100",
7613
7695
  "values": [
@@ -7629,7 +7711,7 @@
7629
7711
  "mutable": false,
7630
7712
  "attr": "min",
7631
7713
  "reflectToAttr": false,
7632
- "docs": "The minimum value that the progress value can take.\r\nUsed to calculate the proportional width of the progress bar.",
7714
+ "docs": "The minimum value that the progress value can take.\nUsed to calculate the proportional width of the progress bar.",
7633
7715
  "docsTags": [],
7634
7716
  "default": "0",
7635
7717
  "values": [
@@ -7673,7 +7755,7 @@
7673
7755
  "mutable": false,
7674
7756
  "attr": "progress",
7675
7757
  "reflectToAttr": false,
7676
- "docs": "The current amount of progress made.\r\nIf not provided, component acts as an indeterminate loading indicator.",
7758
+ "docs": "The current amount of progress made.\nIf not provided, component acts as an indeterminate loading indicator.",
7677
7759
  "docsTags": [],
7678
7760
  "values": [
7679
7761
  {
@@ -7843,7 +7925,7 @@
7843
7925
  "filePath": "src/components/ic-menu/ic-menu.tsx",
7844
7926
  "encapsulation": "scoped",
7845
7927
  "tag": "ic-menu",
7846
- "readme": "# ic-menu\r\n\r\n\r\n\r",
7928
+ "readme": "# ic-menu\n\n\n",
7847
7929
  "docs": "",
7848
7930
  "docsTags": [],
7849
7931
  "usage": {},
@@ -8239,7 +8321,7 @@
8239
8321
  "docs": "The keyboard event which is available when handleKeyboardOpen is invoked."
8240
8322
  }
8241
8323
  ],
8242
- "docs": "Used alongside activationType\r\nIf menu is opened via keyboard navigation (i.e. Enter, ArrowUp or ArrowDown), emit optionSelect custom event.",
8324
+ "docs": "Used alongside activationType\nIf menu is opened via keyboard navigation (i.e. Enter, ArrowUp or ArrowDown), emit optionSelect custom event.",
8243
8325
  "docsTags": [
8244
8326
  {
8245
8327
  "name": "param",
@@ -8296,7 +8378,7 @@
8296
8378
  "filePath": "src/components/ic-menu-group/ic-menu-group.tsx",
8297
8379
  "encapsulation": "shadow",
8298
8380
  "tag": "ic-menu-group",
8299
- "readme": "# ic-menu-group\r\n\r\n\r\n\r",
8381
+ "readme": "# ic-menu-group\n\n\n",
8300
8382
  "docs": "",
8301
8383
  "docsTags": [],
8302
8384
  "usage": {},
@@ -8343,7 +8425,7 @@
8343
8425
  "filePath": "src/components/ic-menu-item/ic-menu-item.tsx",
8344
8426
  "encapsulation": "shadow",
8345
8427
  "tag": "ic-menu-item",
8346
- "readme": "# ic-menu-item\r\n\r\n\r\n\r",
8428
+ "readme": "# ic-menu-item\n\n\n",
8347
8429
  "docs": "",
8348
8430
  "docsTags": [
8349
8431
  {
@@ -8353,6 +8435,28 @@
8353
8435
  ],
8354
8436
  "usage": {},
8355
8437
  "props": [
8438
+ {
8439
+ "name": "checked",
8440
+ "type": "boolean",
8441
+ "complexType": {
8442
+ "original": "boolean",
8443
+ "resolved": "boolean",
8444
+ "references": {}
8445
+ },
8446
+ "mutable": true,
8447
+ "attr": "checked",
8448
+ "reflectToAttr": true,
8449
+ "docs": "If `true`, the menu item will be in a checked state. This is only applicable when variant is set to `toggle`.",
8450
+ "docsTags": [],
8451
+ "default": "false",
8452
+ "values": [
8453
+ {
8454
+ "type": "boolean"
8455
+ }
8456
+ ],
8457
+ "optional": false,
8458
+ "required": false
8459
+ },
8356
8460
  {
8357
8461
  "name": "description",
8358
8462
  "type": "string",
@@ -8640,7 +8744,22 @@
8640
8744
  }
8641
8745
  ],
8642
8746
  "methods": [],
8643
- "events": [],
8747
+ "events": [
8748
+ {
8749
+ "event": "icToggleChecked",
8750
+ "detail": "{ checked: boolean; }",
8751
+ "bubbles": true,
8752
+ "complexType": {
8753
+ "original": "{\n checked: boolean;\n }",
8754
+ "resolved": "{ checked: boolean; }",
8755
+ "references": {}
8756
+ },
8757
+ "cancelable": true,
8758
+ "composed": true,
8759
+ "docs": "Emitted when the user clicks a menu item that is set to the toggle variant.",
8760
+ "docsTags": []
8761
+ }
8762
+ ],
8644
8763
  "listeners": [
8645
8764
  {
8646
8765
  "event": "click",
@@ -8687,7 +8806,7 @@
8687
8806
  "filePath": "src/components/ic-navigation-button/ic-navigation-button.tsx",
8688
8807
  "encapsulation": "shadow",
8689
8808
  "tag": "ic-navigation-button",
8690
- "readme": "# ic-navigation-button\r\n\r\n\r\n\r",
8809
+ "readme": "# ic-navigation-button\n\n\n",
8691
8810
  "docs": "",
8692
8811
  "docsTags": [
8693
8812
  {
@@ -8888,6 +9007,43 @@
8888
9007
  ],
8889
9008
  "optional": true,
8890
9009
  "required": false
9010
+ },
9011
+ {
9012
+ "name": "theme",
9013
+ "type": "\"dark\" | \"inherit\" | \"light\"",
9014
+ "complexType": {
9015
+ "original": "IcThemeMode",
9016
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
9017
+ "references": {
9018
+ "IcThemeMode": {
9019
+ "location": "import",
9020
+ "path": "../../utils/types",
9021
+ "id": "src/utils/types.ts::IcThemeMode"
9022
+ }
9023
+ }
9024
+ },
9025
+ "mutable": false,
9026
+ "attr": "theme",
9027
+ "reflectToAttr": false,
9028
+ "docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
9029
+ "docsTags": [],
9030
+ "default": "\"inherit\"",
9031
+ "values": [
9032
+ {
9033
+ "value": "dark",
9034
+ "type": "string"
9035
+ },
9036
+ {
9037
+ "value": "inherit",
9038
+ "type": "string"
9039
+ },
9040
+ {
9041
+ "value": "light",
9042
+ "type": "string"
9043
+ }
9044
+ ],
9045
+ "optional": true,
9046
+ "required": false
8891
9047
  }
8892
9048
  ],
8893
9049
  "methods": [
@@ -8929,7 +9085,7 @@
8929
9085
  "passive": false
8930
9086
  },
8931
9087
  {
8932
- "event": "themeChange",
9088
+ "event": "brandChange",
8933
9089
  "target": "document",
8934
9090
  "capture": false,
8935
9091
  "passive": false
@@ -8971,7 +9127,7 @@
8971
9127
  "filePath": "src/components/ic-navigation-group/ic-navigation-group.tsx",
8972
9128
  "encapsulation": "shadow",
8973
9129
  "tag": "ic-navigation-group",
8974
- "readme": "# ic-navigation-group\r\n\r\n\r\n\r",
9130
+ "readme": "# ic-navigation-group\n\n\n",
8975
9131
  "docs": "",
8976
9132
  "docsTags": [],
8977
9133
  "usage": {},
@@ -9018,6 +9174,43 @@
9018
9174
  ],
9019
9175
  "optional": false,
9020
9176
  "required": false
9177
+ },
9178
+ {
9179
+ "name": "theme",
9180
+ "type": "\"dark\" | \"inherit\" | \"light\"",
9181
+ "complexType": {
9182
+ "original": "IcThemeMode",
9183
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
9184
+ "references": {
9185
+ "IcThemeMode": {
9186
+ "location": "import",
9187
+ "path": "../../utils/types",
9188
+ "id": "src/utils/types.ts::IcThemeMode"
9189
+ }
9190
+ }
9191
+ },
9192
+ "mutable": false,
9193
+ "attr": "theme",
9194
+ "reflectToAttr": false,
9195
+ "docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
9196
+ "docsTags": [],
9197
+ "default": "\"inherit\"",
9198
+ "values": [
9199
+ {
9200
+ "value": "dark",
9201
+ "type": "string"
9202
+ },
9203
+ {
9204
+ "value": "inherit",
9205
+ "type": "string"
9206
+ },
9207
+ {
9208
+ "value": "light",
9209
+ "type": "string"
9210
+ }
9211
+ ],
9212
+ "optional": true,
9213
+ "required": false
9021
9214
  }
9022
9215
  ],
9023
9216
  "methods": [
@@ -9057,7 +9250,7 @@
9057
9250
  "passive": false
9058
9251
  },
9059
9252
  {
9060
- "event": "themeChange",
9253
+ "event": "brandChange",
9061
9254
  "target": "document",
9062
9255
  "capture": false,
9063
9256
  "passive": false
@@ -9086,7 +9279,7 @@
9086
9279
  "filePath": "src/components/ic-navigation-item/ic-navigation-item.tsx",
9087
9280
  "encapsulation": "shadow",
9088
9281
  "tag": "ic-navigation-item",
9089
- "readme": "# ic-navigation-item\r\n\r\n\r\n\r",
9282
+ "readme": "# ic-navigation-item\n\n\n",
9090
9283
  "docs": "",
9091
9284
  "docsTags": [
9092
9285
  {
@@ -9314,6 +9507,43 @@
9314
9507
  ],
9315
9508
  "optional": true,
9316
9509
  "required": false
9510
+ },
9511
+ {
9512
+ "name": "theme",
9513
+ "type": "\"dark\" | \"inherit\" | \"light\"",
9514
+ "complexType": {
9515
+ "original": "IcThemeMode",
9516
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
9517
+ "references": {
9518
+ "IcThemeMode": {
9519
+ "location": "import",
9520
+ "path": "../../utils/types",
9521
+ "id": "src/utils/types.ts::IcThemeMode"
9522
+ }
9523
+ }
9524
+ },
9525
+ "mutable": false,
9526
+ "attr": "theme",
9527
+ "reflectToAttr": false,
9528
+ "docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
9529
+ "docsTags": [],
9530
+ "default": "\"inherit\"",
9531
+ "values": [
9532
+ {
9533
+ "value": "dark",
9534
+ "type": "string"
9535
+ },
9536
+ {
9537
+ "value": "inherit",
9538
+ "type": "string"
9539
+ },
9540
+ {
9541
+ "value": "light",
9542
+ "type": "string"
9543
+ }
9544
+ ],
9545
+ "optional": true,
9546
+ "required": false
9317
9547
  }
9318
9548
  ],
9319
9549
  "methods": [
@@ -9343,7 +9573,7 @@
9343
9573
  "events": [],
9344
9574
  "listeners": [
9345
9575
  {
9346
- "event": "themeChange",
9576
+ "event": "brandChange",
9347
9577
  "target": "document",
9348
9578
  "capture": false,
9349
9579
  "passive": false
@@ -9391,7 +9621,7 @@
9391
9621
  "filePath": "src/components/ic-navigation-menu/ic-navigation-menu.tsx",
9392
9622
  "encapsulation": "shadow",
9393
9623
  "tag": "ic-navigation-menu",
9394
- "readme": "# ic-navigation-menu\r\n\r\n\r\n\r",
9624
+ "readme": "# ic-navigation-menu\n\n\n",
9395
9625
  "docs": "",
9396
9626
  "docsTags": [
9397
9627
  {
@@ -9427,6 +9657,43 @@
9427
9657
  "optional": false,
9428
9658
  "required": false
9429
9659
  },
9660
+ {
9661
+ "name": "theme",
9662
+ "type": "\"dark\" | \"inherit\" | \"light\"",
9663
+ "complexType": {
9664
+ "original": "IcThemeMode",
9665
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
9666
+ "references": {
9667
+ "IcThemeMode": {
9668
+ "location": "import",
9669
+ "path": "../../utils/types",
9670
+ "id": "src/utils/types.ts::IcThemeMode"
9671
+ }
9672
+ }
9673
+ },
9674
+ "mutable": false,
9675
+ "attr": "theme",
9676
+ "reflectToAttr": false,
9677
+ "docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
9678
+ "docsTags": [],
9679
+ "default": "\"inherit\"",
9680
+ "values": [
9681
+ {
9682
+ "value": "dark",
9683
+ "type": "string"
9684
+ },
9685
+ {
9686
+ "value": "inherit",
9687
+ "type": "string"
9688
+ },
9689
+ {
9690
+ "value": "light",
9691
+ "type": "string"
9692
+ }
9693
+ ],
9694
+ "optional": true,
9695
+ "required": false
9696
+ },
9430
9697
  {
9431
9698
  "name": "version",
9432
9699
  "type": "string",
@@ -9514,7 +9781,7 @@
9514
9781
  "filePath": "src/components/ic-page-header/ic-page-header.tsx",
9515
9782
  "encapsulation": "shadow",
9516
9783
  "tag": "ic-page-header",
9517
- "readme": "# ic-page-header\r\n\r\n\r\n\r",
9784
+ "readme": "# ic-page-header\n\n\n",
9518
9785
  "docs": "",
9519
9786
  "docsTags": [
9520
9787
  {
@@ -9751,6 +10018,43 @@
9751
10018
  ],
9752
10019
  "optional": true,
9753
10020
  "required": false
10021
+ },
10022
+ {
10023
+ "name": "theme",
10024
+ "type": "\"dark\" | \"inherit\" | \"light\"",
10025
+ "complexType": {
10026
+ "original": "IcThemeMode",
10027
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
10028
+ "references": {
10029
+ "IcThemeMode": {
10030
+ "location": "import",
10031
+ "path": "../../utils/types",
10032
+ "id": "src/utils/types.ts::IcThemeMode"
10033
+ }
10034
+ }
10035
+ },
10036
+ "mutable": false,
10037
+ "attr": "theme",
10038
+ "reflectToAttr": false,
10039
+ "docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
10040
+ "docsTags": [],
10041
+ "default": "\"inherit\"",
10042
+ "values": [
10043
+ {
10044
+ "value": "dark",
10045
+ "type": "string"
10046
+ },
10047
+ {
10048
+ "value": "inherit",
10049
+ "type": "string"
10050
+ },
10051
+ {
10052
+ "value": "light",
10053
+ "type": "string"
10054
+ }
10055
+ ],
10056
+ "optional": true,
10057
+ "required": false
9754
10058
  }
9755
10059
  ],
9756
10060
  "methods": [],
@@ -9829,7 +10133,7 @@
9829
10133
  "filePath": "src/components/ic-pagination/ic-pagination.tsx",
9830
10134
  "encapsulation": "shadow",
9831
10135
  "tag": "ic-pagination",
9832
- "readme": "# ic-pagination\r\n\r\n\r\n\r",
10136
+ "readme": "# ic-pagination\n\n\n",
9833
10137
  "docs": "",
9834
10138
  "docsTags": [],
9835
10139
  "usage": {},
@@ -10226,7 +10530,7 @@
10226
10530
  "filePath": "src/components/ic-pagination-item/ic-pagination-item.tsx",
10227
10531
  "encapsulation": "shadow",
10228
10532
  "tag": "ic-pagination-item",
10229
- "readme": "# ic-pagination-item\r\n\r\n\r\n\r",
10533
+ "readme": "# ic-pagination-item\n\n\n",
10230
10534
  "docs": "",
10231
10535
  "docsTags": [],
10232
10536
  "usage": {},
@@ -10439,7 +10743,7 @@
10439
10743
  "filePath": "src/components/ic-popover-menu/ic-popover-menu.tsx",
10440
10744
  "encapsulation": "shadow",
10441
10745
  "tag": "ic-popover-menu",
10442
- "readme": "# ic-popover-menu\r\n\r\nThis is a wrapper component to be placed around one or more ic-menu-item components.\r\n\r",
10746
+ "readme": "# ic-popover-menu\n\nThis is a wrapper component to be placed around one or more ic-menu-item components.\n",
10443
10747
  "docs": "This is a wrapper component to be placed around one or more ic-menu-item components.",
10444
10748
  "docsTags": [],
10445
10749
  "usage": {},
@@ -10550,12 +10854,17 @@
10550
10854
  "events": [
10551
10855
  {
10552
10856
  "event": "icPopoverClosed",
10553
- "detail": "void",
10857
+ "detail": "HTMLIcMenuItemElement",
10554
10858
  "bubbles": true,
10555
10859
  "complexType": {
10556
- "original": "void",
10557
- "resolved": "void",
10558
- "references": {}
10860
+ "original": "HTMLIcMenuItemElement",
10861
+ "resolved": "HTMLIcMenuItemElement",
10862
+ "references": {
10863
+ "HTMLIcMenuItemElement": {
10864
+ "location": "global",
10865
+ "id": "global::HTMLIcMenuItemElement"
10866
+ }
10867
+ }
10559
10868
  },
10560
10869
  "cancelable": true,
10561
10870
  "composed": true,
@@ -10635,7 +10944,7 @@
10635
10944
  "filePath": "src/components/ic-radio-group/ic-radio-group.tsx",
10636
10945
  "encapsulation": "shadow",
10637
10946
  "tag": "ic-radio-group",
10638
- "readme": "# ic-radio-group\r\n\r\n\r\n\r",
10947
+ "readme": "# ic-radio-group\n\n\n",
10639
10948
  "docs": "",
10640
10949
  "docsTags": [],
10641
10950
  "usage": {},
@@ -10995,7 +11304,7 @@
10995
11304
  "filePath": "src/components/ic-radio-option/ic-radio-option.tsx",
10996
11305
  "encapsulation": "none",
10997
11306
  "tag": "ic-radio-option",
10998
- "readme": "# ic-radio-option\r\n\r\n\r\n\r",
11307
+ "readme": "# ic-radio-option\n\n\n",
10999
11308
  "docs": "",
11000
11309
  "docsTags": [
11001
11310
  {
@@ -11336,7 +11645,7 @@
11336
11645
  "filePath": "src/components/ic-search-bar/ic-search-bar.tsx",
11337
11646
  "encapsulation": "shadow",
11338
11647
  "tag": "ic-search-bar",
11339
- "readme": "# ic-search-bar\r\n\r\n\r\n\r",
11648
+ "readme": "# ic-search-bar\n\n\n",
11340
11649
  "docs": "",
11341
11650
  "docsTags": [],
11342
11651
  "usage": {},
@@ -11374,7 +11683,7 @@
11374
11683
  "mutable": false,
11375
11684
  "attr": "autocapitalize",
11376
11685
  "reflectToAttr": false,
11377
- "docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\r\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
11686
+ "docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
11378
11687
  "docsTags": [],
11379
11688
  "default": "\"off\"",
11380
11689
  "values": [
@@ -11736,7 +12045,7 @@
11736
12045
  "mutable": false,
11737
12046
  "attr": "disable-auto-filtering",
11738
12047
  "reflectToAttr": false,
11739
- "docs": "Specify whether to disable the built in filtering. For example, if options will already be filtered from external source.\r\nIf `true`, all options provided will be displayed.",
12048
+ "docs": "Specify whether to disable the built in filtering. For example, if options will already be filtered from external source.\nIf `true`, all options provided will be displayed.",
11740
12049
  "docsTags": [],
11741
12050
  "default": "false",
11742
12051
  "values": [
@@ -11824,7 +12133,7 @@
11824
12133
  "mutable": false,
11825
12134
  "attr": "full-width",
11826
12135
  "reflectToAttr": false,
11827
- "docs": "Specify whether the search bar fills the full width of the container.\r\nIf `true`, this overrides the --input-width CSS variable.",
12136
+ "docs": "Specify whether the search bar fills the full width of the container.\nIf `true`, this overrides the --input-width CSS variable.",
11828
12137
  "docsTags": [],
11829
12138
  "default": "false",
11830
12139
  "values": [
@@ -12561,7 +12870,7 @@
12561
12870
  "filePath": "src/components/ic-section-container/ic-section-container.tsx",
12562
12871
  "encapsulation": "shadow",
12563
12872
  "tag": "ic-section-container",
12564
- "readme": "# ic-section-container\r\n\r\n\r\n\r",
12873
+ "readme": "# ic-section-container\n\n\n",
12565
12874
  "docs": "",
12566
12875
  "docsTags": [],
12567
12876
  "usage": {},
@@ -12662,7 +12971,7 @@
12662
12971
  "filePath": "src/components/ic-select/ic-select.tsx",
12663
12972
  "encapsulation": "shadow",
12664
12973
  "tag": "ic-select",
12665
- "readme": "# ic-select\r\n\r\n\r\n\r",
12974
+ "readme": "# ic-select\n\n\n",
12666
12975
  "docs": "",
12667
12976
  "docsTags": [
12668
12977
  {
@@ -13159,7 +13468,7 @@
13159
13468
  "mutable": false,
13160
13469
  "attr": "searchable",
13161
13470
  "reflectToAttr": false,
13162
- "docs": "If `true`, a searchable variant of the select will be displayed which can be typed in to filter options.",
13471
+ "docs": "If `true`, a searchable variant of the select will be displayed which can be typed in to filter options. This functionality is only available on the single-select variant of the select component.",
13163
13472
  "docsTags": [],
13164
13473
  "default": "false",
13165
13474
  "values": [
@@ -13251,6 +13560,43 @@
13251
13560
  "optional": true,
13252
13561
  "required": false
13253
13562
  },
13563
+ {
13564
+ "name": "theme",
13565
+ "type": "\"dark\" | \"inherit\" | \"light\"",
13566
+ "complexType": {
13567
+ "original": "IcThemeMode",
13568
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
13569
+ "references": {
13570
+ "IcThemeMode": {
13571
+ "location": "import",
13572
+ "path": "../../utils/types",
13573
+ "id": "src/utils/types.ts::IcThemeMode"
13574
+ }
13575
+ }
13576
+ },
13577
+ "mutable": false,
13578
+ "attr": "theme",
13579
+ "reflectToAttr": false,
13580
+ "docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
13581
+ "docsTags": [],
13582
+ "default": "\"inherit\"",
13583
+ "values": [
13584
+ {
13585
+ "value": "dark",
13586
+ "type": "string"
13587
+ },
13588
+ {
13589
+ "value": "inherit",
13590
+ "type": "string"
13591
+ },
13592
+ {
13593
+ "value": "light",
13594
+ "type": "string"
13595
+ }
13596
+ ],
13597
+ "optional": true,
13598
+ "required": false
13599
+ },
13254
13600
  {
13255
13601
  "name": "timeout",
13256
13602
  "type": "number",
@@ -13345,7 +13691,7 @@
13345
13691
  "mutable": true,
13346
13692
  "attr": "value",
13347
13693
  "reflectToAttr": false,
13348
- "docs": "The value of the select, reflected by the value of the currently selected option.\r\nFor the searchable variant, the value is also reflected by the user input.\r\nFor the multi-select variant, the value must be an array of option values.",
13694
+ "docs": "The value of the select, reflected by the value of the currently selected option.\nFor the searchable variant, the value is also reflected by the user input.\nFor the multi-select variant, the value must be an array of option values.",
13349
13695
  "docsTags": [],
13350
13696
  "values": [
13351
13697
  {
@@ -13531,7 +13877,7 @@
13531
13877
  },
13532
13878
  "cancelable": true,
13533
13879
  "composed": true,
13534
- "docs": "Emitted when an option is selected.\r\nSelecting an option will also trigger an `icChange/onIcChange` due to the value being updated.",
13880
+ "docs": "Emitted when an option is selected.\nSelecting an option will also trigger an `icChange/onIcChange` due to the value being updated.",
13535
13881
  "docsTags": []
13536
13882
  },
13537
13883
  {
@@ -13627,7 +13973,7 @@
13627
13973
  "filePath": "src/components/ic-side-navigation/ic-side-navigation.tsx",
13628
13974
  "encapsulation": "shadow",
13629
13975
  "tag": "ic-side-navigation",
13630
- "readme": "# ic-side-navigation\r\n\r\n\r\n\r",
13976
+ "readme": "# ic-side-navigation\n\n\n",
13631
13977
  "docs": "",
13632
13978
  "docsTags": [
13633
13979
  {
@@ -13892,7 +14238,7 @@
13892
14238
  ],
13893
14239
  "listeners": [
13894
14240
  {
13895
- "event": "themeChange",
14241
+ "event": "brandChange",
13896
14242
  "target": "document",
13897
14243
  "capture": false,
13898
14244
  "passive": false
@@ -13955,8 +14301,8 @@
13955
14301
  "filePath": "src/components/ic-skeleton/ic-skeleton.tsx",
13956
14302
  "encapsulation": "shadow",
13957
14303
  "tag": "ic-skeleton",
13958
- "readme": "# ic-skeleton\r\n\r\nWhen using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\r\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important. \r\n\r",
13959
- "docs": "When using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\r\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important.",
14304
+ "readme": "# ic-skeleton\n\nWhen using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important. \n",
14305
+ "docs": "When using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important.",
13960
14306
  "docsTags": [],
13961
14307
  "usage": {},
13962
14308
  "props": [
@@ -14049,7 +14395,7 @@
14049
14395
  "filePath": "src/components/ic-status-tag/ic-status-tag.tsx",
14050
14396
  "encapsulation": "shadow",
14051
14397
  "tag": "ic-status-tag",
14052
- "readme": "# ic-status-tag\r\n\r\n\r\n\r",
14398
+ "readme": "# ic-status-tag\n\n\n",
14053
14399
  "docs": "",
14054
14400
  "docsTags": [],
14055
14401
  "usage": {},
@@ -14065,7 +14411,7 @@
14065
14411
  "mutable": false,
14066
14412
  "attr": "announced",
14067
14413
  "reflectToAttr": false,
14068
- "docs": "If `true`, role='status' is added to the component and it will act as an 'aria-live' region.\r\nScreen readers will announce changes to the `label`, but not the initial value.",
14414
+ "docs": "If `true`, role='status' is added to the component and it will act as an 'aria-live' region.\nScreen readers will announce changes to the `label`, but not the initial value.",
14069
14415
  "docsTags": [],
14070
14416
  "default": "false",
14071
14417
  "values": [
@@ -14207,18 +14553,40 @@
14207
14553
  "required": false
14208
14554
  },
14209
14555
  {
14210
- "name": "variant",
14211
- "type": "\"filled\" | \"outlined\"",
14556
+ "name": "uppercase",
14557
+ "type": "boolean",
14212
14558
  "complexType": {
14213
- "original": "IcEmphasisType",
14214
- "resolved": "\"filled\" | \"outlined\"",
14215
- "references": {
14216
- "IcEmphasisType": {
14217
- "location": "import",
14218
- "path": "../../utils/types",
14219
- "id": "src/utils/types.ts::IcEmphasisType"
14220
- }
14221
- }
14559
+ "original": "boolean",
14560
+ "resolved": "boolean",
14561
+ "references": {}
14562
+ },
14563
+ "mutable": false,
14564
+ "attr": "uppercase",
14565
+ "reflectToAttr": false,
14566
+ "docs": "The letter case of the status tag's label.",
14567
+ "docsTags": [],
14568
+ "default": "true",
14569
+ "values": [
14570
+ {
14571
+ "type": "boolean"
14572
+ }
14573
+ ],
14574
+ "optional": true,
14575
+ "required": false
14576
+ },
14577
+ {
14578
+ "name": "variant",
14579
+ "type": "\"filled\" | \"outlined\"",
14580
+ "complexType": {
14581
+ "original": "IcEmphasisType",
14582
+ "resolved": "\"filled\" | \"outlined\"",
14583
+ "references": {
14584
+ "IcEmphasisType": {
14585
+ "location": "import",
14586
+ "path": "../../utils/types",
14587
+ "id": "src/utils/types.ts::IcEmphasisType"
14588
+ }
14589
+ }
14222
14590
  },
14223
14591
  "mutable": false,
14224
14592
  "attr": "variant",
@@ -14260,7 +14628,7 @@
14260
14628
  "filePath": "src/components/ic-step/ic-step.tsx",
14261
14629
  "encapsulation": "shadow",
14262
14630
  "tag": "ic-step",
14263
- "readme": "# ic-step\r\n\r\n\r\n\r",
14631
+ "readme": "# ic-step\n\n\n",
14264
14632
  "docs": "",
14265
14633
  "docsTags": [],
14266
14634
  "usage": {},
@@ -14406,7 +14774,7 @@
14406
14774
  "filePath": "src/components/ic-stepper/ic-stepper.tsx",
14407
14775
  "encapsulation": "shadow",
14408
14776
  "tag": "ic-stepper",
14409
- "readme": "# ic-stepper\r\n\r\nThis is a wrapper component to be placed around one or more ic-step components\r\n\r",
14777
+ "readme": "# ic-stepper\n\nThis is a wrapper component to be placed around one or more ic-step components\n",
14410
14778
  "docs": "This is a wrapper component to be placed around one or more ic-step components",
14411
14779
  "docsTags": [],
14412
14780
  "usage": {},
@@ -14573,7 +14941,7 @@
14573
14941
  "filePath": "src/components/ic-switch/ic-switch.tsx",
14574
14942
  "encapsulation": "shadow",
14575
14943
  "tag": "ic-switch",
14576
- "readme": "# ic-switch\r\n\r\n\r\n\r",
14944
+ "readme": "# ic-switch\n\n\n",
14577
14945
  "docs": "",
14578
14946
  "docsTags": [
14579
14947
  {
@@ -14817,7 +15185,7 @@
14817
15185
  "mutable": false,
14818
15186
  "attr": "value",
14819
15187
  "reflectToAttr": false,
14820
- "docs": "The value of the toggle does not mean if it's checked or not, use the `checked`\r\nproperty for that.\r\n\r\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\r\nit's only used when the toggle participates in a native `<form>`.",
15188
+ "docs": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`.",
14821
15189
  "docsTags": [],
14822
15190
  "default": "\"on\"",
14823
15191
  "values": [
@@ -14931,7 +15299,7 @@
14931
15299
  "filePath": "src/components/ic-tab/ic-tab.tsx",
14932
15300
  "encapsulation": "shadow",
14933
15301
  "tag": "ic-tab",
14934
- "readme": "# ic-tab\r\n\r\n\r\n\r",
15302
+ "readme": "# ic-tab\n\n\n",
14935
15303
  "docs": "",
14936
15304
  "docsTags": [
14937
15305
  {
@@ -15020,7 +15388,7 @@
15020
15388
  "filePath": "src/components/ic-tab-context/ic-tab-context.tsx",
15021
15389
  "encapsulation": "none",
15022
15390
  "tag": "ic-tab-context",
15023
- "readme": "# ic-tab-context\r\n\r\n\r\n\r",
15391
+ "readme": "# ic-tab-context\n\n\n",
15024
15392
  "docs": "",
15025
15393
  "docsTags": [],
15026
15394
  "usage": {},
@@ -15217,7 +15585,7 @@
15217
15585
  "filePath": "src/components/ic-tab-group/ic-tab-group.tsx",
15218
15586
  "encapsulation": "shadow",
15219
15587
  "tag": "ic-tab-group",
15220
- "readme": "# ic-tab-group\r\n\r\n\r\n\r",
15588
+ "readme": "# ic-tab-group\n\n\n",
15221
15589
  "docs": "",
15222
15590
  "docsTags": [],
15223
15591
  "usage": {},
@@ -15299,7 +15667,7 @@
15299
15667
  "filePath": "src/components/ic-tab-panel/ic-tab-panel.tsx",
15300
15668
  "encapsulation": "shadow",
15301
15669
  "tag": "ic-tab-panel",
15302
- "readme": "# ic-tab-panel\r\n\r\n\r\n\r",
15670
+ "readme": "# ic-tab-panel\n\n\n",
15303
15671
  "docs": "",
15304
15672
  "docsTags": [],
15305
15673
  "usage": {},
@@ -15318,7 +15686,7 @@
15318
15686
  "filePath": "src/components/ic-text-field/ic-text-field.tsx",
15319
15687
  "encapsulation": "shadow",
15320
15688
  "tag": "ic-text-field",
15321
- "readme": "# ic-textfield\r\n\r\n\r\n\r",
15689
+ "readme": "# ic-textfield\n\n\n",
15322
15690
  "docs": "",
15323
15691
  "docsTags": [
15324
15692
  {
@@ -15328,28 +15696,6 @@
15328
15696
  ],
15329
15697
  "usage": {},
15330
15698
  "props": [
15331
- {
15332
- "name": "autoFocus",
15333
- "type": "boolean",
15334
- "complexType": {
15335
- "original": "boolean",
15336
- "resolved": "boolean",
15337
- "references": {}
15338
- },
15339
- "mutable": false,
15340
- "attr": "auto-focus",
15341
- "reflectToAttr": false,
15342
- "docs": "If `true`, the form control will have input focus when the page loads.",
15343
- "docsTags": [],
15344
- "default": "false",
15345
- "values": [
15346
- {
15347
- "type": "boolean"
15348
- }
15349
- ],
15350
- "optional": false,
15351
- "required": false
15352
- },
15353
15699
  {
15354
15700
  "name": "autocapitalize",
15355
15701
  "type": "string",
@@ -15361,7 +15707,7 @@
15361
15707
  "mutable": false,
15362
15708
  "attr": "autocapitalize",
15363
15709
  "reflectToAttr": false,
15364
- "docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\r\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
15710
+ "docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
15365
15711
  "docsTags": [],
15366
15712
  "default": "\"off\"",
15367
15713
  "values": [
@@ -15646,6 +15992,28 @@
15646
15992
  "optional": false,
15647
15993
  "required": false
15648
15994
  },
15995
+ {
15996
+ "name": "autofocus",
15997
+ "type": "boolean",
15998
+ "complexType": {
15999
+ "original": "boolean",
16000
+ "resolved": "boolean",
16001
+ "references": {}
16002
+ },
16003
+ "mutable": false,
16004
+ "attr": "autofocus",
16005
+ "reflectToAttr": false,
16006
+ "docs": "If `true`, the form control will have input focus when the page loads.",
16007
+ "docsTags": [],
16008
+ "default": "false",
16009
+ "values": [
16010
+ {
16011
+ "type": "boolean"
16012
+ }
16013
+ ],
16014
+ "optional": false,
16015
+ "required": false
16016
+ },
15649
16017
  {
15650
16018
  "name": "debounce",
15651
16019
  "type": "number",
@@ -15701,7 +16069,7 @@
15701
16069
  "mutable": false,
15702
16070
  "attr": "full-width",
15703
16071
  "reflectToAttr": false,
15704
- "docs": "Specify whether the text field fills the full width of the container.\r\nIf `true`, this overrides the --input-width CSS variable.",
16072
+ "docs": "Specify whether the text field fills the full width of the container.\nIf `true`, this overrides the --input-width CSS variable.",
15705
16073
  "docsTags": [],
15706
16074
  "default": "false",
15707
16075
  "values": [
@@ -15817,7 +16185,7 @@
15817
16185
  "mutable": false,
15818
16186
  "attr": "inputmode",
15819
16187
  "reflectToAttr": false,
15820
- "docs": "A hint to the browser for which keyboard to display.\r\nPossible values: `\"none\"`, `\"text\"`, `\"tel\"`, `\"url\"`,\r\n`\"email\"`, `\"numeric\"`, `\"decimal\"`, and `\"search\"`.",
16188
+ "docs": "A hint to the browser for which keyboard to display.\nPossible values: `\"none\"`, `\"text\"`, `\"tel\"`, `\"url\"`,\n`\"email\"`, `\"numeric\"`, `\"decimal\"`, and `\"search\"`.",
15821
16189
  "docsTags": [],
15822
16190
  "default": "\"text\"",
15823
16191
  "values": [
@@ -16159,6 +16527,43 @@
16159
16527
  "optional": false,
16160
16528
  "required": false
16161
16529
  },
16530
+ {
16531
+ "name": "theme",
16532
+ "type": "\"dark\" | \"inherit\" | \"light\"",
16533
+ "complexType": {
16534
+ "original": "IcThemeMode",
16535
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
16536
+ "references": {
16537
+ "IcThemeMode": {
16538
+ "location": "import",
16539
+ "path": "../../utils/types",
16540
+ "id": "src/utils/types.ts::IcThemeMode"
16541
+ }
16542
+ }
16543
+ },
16544
+ "mutable": false,
16545
+ "attr": "theme",
16546
+ "reflectToAttr": false,
16547
+ "docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
16548
+ "docsTags": [],
16549
+ "default": "\"inherit\"",
16550
+ "values": [
16551
+ {
16552
+ "value": "dark",
16553
+ "type": "string"
16554
+ },
16555
+ {
16556
+ "value": "inherit",
16557
+ "type": "string"
16558
+ },
16559
+ {
16560
+ "value": "light",
16561
+ "type": "string"
16562
+ }
16563
+ ],
16564
+ "optional": false,
16565
+ "required": false
16566
+ },
16162
16567
  {
16163
16568
  "name": "type",
16164
16569
  "type": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
@@ -16498,13 +16903,13 @@
16498
16903
  "filePath": "src/components/ic-theme/ic-theme.tsx",
16499
16904
  "encapsulation": "none",
16500
16905
  "tag": "ic-theme",
16501
- "readme": "# ic-theme\r\n\r\n\r\n\r",
16906
+ "readme": "# ic-theme\n\n\n",
16502
16907
  "docs": "",
16503
16908
  "docsTags": [],
16504
16909
  "usage": {},
16505
16910
  "props": [
16506
16911
  {
16507
- "name": "color",
16912
+ "name": "brandColor",
16508
16913
  "type": "`#${string}` | `rgb(${string})` | `rgba(${string})`",
16509
16914
  "complexType": {
16510
16915
  "original": "IcColor",
@@ -16518,9 +16923,9 @@
16518
16923
  }
16519
16924
  },
16520
16925
  "mutable": false,
16521
- "attr": "color",
16926
+ "attr": "brand-color",
16522
16927
  "reflectToAttr": false,
16523
- "docs": "The theme colour. Can be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
16928
+ "docs": "The brand colour. Can be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
16524
16929
  "docsTags": [],
16525
16930
  "default": "null",
16526
16931
  "values": [
@@ -16583,7 +16988,7 @@
16583
16988
  "filePath": "src/components/ic-toast/ic-toast.tsx",
16584
16989
  "encapsulation": "shadow",
16585
16990
  "tag": "ic-toast",
16586
- "readme": "# ic-toast\r\n\r\n\r\n\r",
16991
+ "readme": "# ic-toast\n\n\n",
16587
16992
  "docs": "",
16588
16993
  "docsTags": [
16589
16994
  {
@@ -16608,7 +17013,7 @@
16608
17013
  "mutable": true,
16609
17014
  "attr": "auto-dismiss-timeout",
16610
17015
  "reflectToAttr": false,
16611
- "docs": "If toast dismissMode is set to `automatic`, use this prop to define the time before the toast dismisses (in MILLISECONDS)\r\n(NOTE: Has a minimum value of `5000ms`)",
17016
+ "docs": "If toast dismissMode is set to `automatic`, use this prop to define the time before the toast dismisses (in MILLISECONDS)\n(NOTE: Has a minimum value of `5000ms`)",
16612
17017
  "docsTags": [],
16613
17018
  "default": "5000",
16614
17019
  "values": [
@@ -16868,7 +17273,7 @@
16868
17273
  "filePath": "src/components/ic-toast-region/ic-toast-region.tsx",
16869
17274
  "encapsulation": "none",
16870
17275
  "tag": "ic-toast-region",
16871
- "readme": "# ic-toast-region\r\n\r\n\r\n\r",
17276
+ "readme": "# ic-toast-region\n\n\n",
16872
17277
  "docs": "",
16873
17278
  "docsTags": [],
16874
17279
  "usage": {},
@@ -16919,7 +17324,7 @@
16919
17324
  "filePath": "src/components/ic-toggle-button/ic-toggle-button.tsx",
16920
17325
  "encapsulation": "shadow",
16921
17326
  "tag": "ic-toggle-button",
16922
- "readme": "# ic-toggle-button\r\n\r\n\r\n\r",
17327
+ "readme": "# ic-toggle-button\n\n\n",
16923
17328
  "docs": "",
16924
17329
  "docsTags": [
16925
17330
  {
@@ -16954,43 +17359,6 @@
16954
17359
  "optional": true,
16955
17360
  "required": false
16956
17361
  },
16957
- {
16958
- "name": "appearance",
16959
- "type": "\"dark\" | \"default\" | \"light\"",
16960
- "complexType": {
16961
- "original": "IcThemeForeground",
16962
- "resolved": "\"dark\" | \"default\" | \"light\"",
16963
- "references": {
16964
- "IcThemeForeground": {
16965
- "location": "import",
16966
- "path": "../../utils/types",
16967
- "id": "src/utils/types.ts::IcThemeForeground"
16968
- }
16969
- }
16970
- },
16971
- "mutable": false,
16972
- "attr": "appearance",
16973
- "reflectToAttr": false,
16974
- "docs": "The appearance of the toggle button.",
16975
- "docsTags": [],
16976
- "default": "\"default\"",
16977
- "values": [
16978
- {
16979
- "value": "dark",
16980
- "type": "string"
16981
- },
16982
- {
16983
- "value": "default",
16984
- "type": "string"
16985
- },
16986
- {
16987
- "value": "light",
16988
- "type": "string"
16989
- }
16990
- ],
16991
- "optional": true,
16992
- "required": false
16993
- },
16994
17362
  {
16995
17363
  "name": "checked",
16996
17364
  "type": "boolean",
@@ -17130,6 +17498,28 @@
17130
17498
  "optional": true,
17131
17499
  "required": false
17132
17500
  },
17501
+ {
17502
+ "name": "monochrome",
17503
+ "type": "boolean",
17504
+ "complexType": {
17505
+ "original": "boolean",
17506
+ "resolved": "boolean",
17507
+ "references": {}
17508
+ },
17509
+ "mutable": false,
17510
+ "attr": "monochrome",
17511
+ "reflectToAttr": false,
17512
+ "docs": "If `true`, the toggle button will display as black in the light theme, and white in dark theme.",
17513
+ "docsTags": [],
17514
+ "default": "false",
17515
+ "values": [
17516
+ {
17517
+ "type": "boolean"
17518
+ }
17519
+ ],
17520
+ "optional": true,
17521
+ "required": false
17522
+ },
17133
17523
  {
17134
17524
  "name": "size",
17135
17525
  "type": "\"large\" | \"medium\" | \"small\"",
@@ -17167,6 +17557,43 @@
17167
17557
  "optional": true,
17168
17558
  "required": false
17169
17559
  },
17560
+ {
17561
+ "name": "theme",
17562
+ "type": "\"dark\" | \"inherit\" | \"light\"",
17563
+ "complexType": {
17564
+ "original": "IcThemeMode",
17565
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
17566
+ "references": {
17567
+ "IcThemeMode": {
17568
+ "location": "import",
17569
+ "path": "../../utils/types",
17570
+ "id": "src/utils/types.ts::IcThemeMode"
17571
+ }
17572
+ }
17573
+ },
17574
+ "mutable": false,
17575
+ "attr": "theme",
17576
+ "reflectToAttr": false,
17577
+ "docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
17578
+ "docsTags": [],
17579
+ "default": "\"inherit\"",
17580
+ "values": [
17581
+ {
17582
+ "value": "dark",
17583
+ "type": "string"
17584
+ },
17585
+ {
17586
+ "value": "inherit",
17587
+ "type": "string"
17588
+ },
17589
+ {
17590
+ "value": "light",
17591
+ "type": "string"
17592
+ }
17593
+ ],
17594
+ "optional": true,
17595
+ "required": false
17596
+ },
17170
17597
  {
17171
17598
  "name": "variant",
17172
17599
  "type": "\"default\" | \"icon\"",
@@ -17202,7 +17629,7 @@
17202
17629
  "detail": "{ checked: boolean; }",
17203
17630
  "bubbles": true,
17204
17631
  "complexType": {
17205
- "original": "{\r\n checked: boolean;\r\n }",
17632
+ "original": "{\n checked: boolean;\n }",
17206
17633
  "resolved": "{ checked: boolean; }",
17207
17634
  "references": {}
17208
17635
  },
@@ -17255,7 +17682,7 @@
17255
17682
  "filePath": "src/components/ic-toggle-button-group/ic-toggle-button-group.tsx",
17256
17683
  "encapsulation": "shadow",
17257
17684
  "tag": "ic-toggle-button-group",
17258
- "readme": "# ic-toggle-button-group\r\n\r\n\r\n\r",
17685
+ "readme": "# ic-toggle-button-group\n\n\n",
17259
17686
  "docs": "",
17260
17687
  "docsTags": [],
17261
17688
  "usage": {},
@@ -17282,43 +17709,6 @@
17282
17709
  "optional": true,
17283
17710
  "required": false
17284
17711
  },
17285
- {
17286
- "name": "appearance",
17287
- "type": "\"dark\" | \"default\" | \"light\"",
17288
- "complexType": {
17289
- "original": "IcThemeForeground",
17290
- "resolved": "\"dark\" | \"default\" | \"light\"",
17291
- "references": {
17292
- "IcThemeForeground": {
17293
- "location": "import",
17294
- "path": "../../utils/types",
17295
- "id": "src/utils/types.ts::IcThemeForeground"
17296
- }
17297
- }
17298
- },
17299
- "mutable": false,
17300
- "attr": "appearance",
17301
- "reflectToAttr": false,
17302
- "docs": "The appearance of the toggle button group, e.g dark, or light.",
17303
- "docsTags": [],
17304
- "default": "\"default\"",
17305
- "values": [
17306
- {
17307
- "value": "dark",
17308
- "type": "string"
17309
- },
17310
- {
17311
- "value": "default",
17312
- "type": "string"
17313
- },
17314
- {
17315
- "value": "light",
17316
- "type": "string"
17317
- }
17318
- ],
17319
- "optional": false,
17320
- "required": false
17321
- },
17322
17712
  {
17323
17713
  "name": "disabled",
17324
17714
  "type": "boolean",
@@ -17415,6 +17805,28 @@
17415
17805
  "optional": true,
17416
17806
  "required": false
17417
17807
  },
17808
+ {
17809
+ "name": "monochrome",
17810
+ "type": "boolean",
17811
+ "complexType": {
17812
+ "original": "boolean",
17813
+ "resolved": "boolean",
17814
+ "references": {}
17815
+ },
17816
+ "mutable": false,
17817
+ "attr": "monochrome",
17818
+ "reflectToAttr": false,
17819
+ "docs": "If `true`, the toggle button group will display as black in the light theme, and white in dark theme.",
17820
+ "docsTags": [],
17821
+ "default": "false",
17822
+ "values": [
17823
+ {
17824
+ "type": "boolean"
17825
+ }
17826
+ ],
17827
+ "optional": true,
17828
+ "required": false
17829
+ },
17418
17830
  {
17419
17831
  "name": "selectMethod",
17420
17832
  "type": "\"auto\" | \"manual\"",
@@ -17518,6 +17930,43 @@
17518
17930
  "optional": true,
17519
17931
  "required": false
17520
17932
  },
17933
+ {
17934
+ "name": "theme",
17935
+ "type": "\"dark\" | \"inherit\" | \"light\"",
17936
+ "complexType": {
17937
+ "original": "IcThemeMode",
17938
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
17939
+ "references": {
17940
+ "IcThemeMode": {
17941
+ "location": "import",
17942
+ "path": "../../utils/types",
17943
+ "id": "src/utils/types.ts::IcThemeMode"
17944
+ }
17945
+ }
17946
+ },
17947
+ "mutable": false,
17948
+ "attr": "theme",
17949
+ "reflectToAttr": false,
17950
+ "docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
17951
+ "docsTags": [],
17952
+ "default": "\"inherit\"",
17953
+ "values": [
17954
+ {
17955
+ "value": "dark",
17956
+ "type": "string"
17957
+ },
17958
+ {
17959
+ "value": "inherit",
17960
+ "type": "string"
17961
+ },
17962
+ {
17963
+ "value": "light",
17964
+ "type": "string"
17965
+ }
17966
+ ],
17967
+ "optional": true,
17968
+ "required": false
17969
+ },
17521
17970
  {
17522
17971
  "name": "variant",
17523
17972
  "type": "\"default\" | \"icon\"",
@@ -17587,7 +18036,7 @@
17587
18036
  "filePath": "src/components/ic-tooltip/ic-tooltip.tsx",
17588
18037
  "encapsulation": "shadow",
17589
18038
  "tag": "ic-tooltip",
17590
- "readme": "# ic-tooltip\r\n\r\n\r\n\r",
18039
+ "readme": "# ic-tooltip\n\n\n",
17591
18040
  "docs": "",
17592
18041
  "docsTags": [],
17593
18042
  "usage": {},
@@ -17885,7 +18334,7 @@
17885
18334
  "filePath": "src/components/ic-top-navigation/ic-top-navigation.tsx",
17886
18335
  "encapsulation": "shadow",
17887
18336
  "tag": "ic-top-navigation",
17888
- "readme": "# ic-top-navigation\r\n\r\n\r\n\r",
18337
+ "readme": "# ic-top-navigation\n\n\n",
17889
18338
  "docs": "",
17890
18339
  "docsTags": [
17891
18340
  {
@@ -17994,7 +18443,7 @@
17994
18443
  "mutable": false,
17995
18444
  "attr": "custom-mobile-breakpoint",
17996
18445
  "reflectToAttr": false,
17997
- "docs": "Can set a custom breakpoint for the top navigation to switch to mobile mode.\r\nMust be one of our specified breakpoints in px: `0`, `576`, `768`, `992`, `1200`.",
18446
+ "docs": "Can set a custom breakpoint for the top navigation to switch to mobile mode.\nMust be one of our specified breakpoints in px: `0`, `576`, `768`, `992`, `1200`.",
17998
18447
  "docsTags": [],
17999
18448
  "default": "DEVICE_SIZES.L",
18000
18449
  "values": [
@@ -18110,6 +18559,43 @@
18110
18559
  "optional": false,
18111
18560
  "required": false
18112
18561
  },
18562
+ {
18563
+ "name": "theme",
18564
+ "type": "\"dark\" | \"inherit\" | \"light\"",
18565
+ "complexType": {
18566
+ "original": "IcThemeMode",
18567
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
18568
+ "references": {
18569
+ "IcThemeMode": {
18570
+ "location": "import",
18571
+ "path": "../../utils/types",
18572
+ "id": "src/utils/types.ts::IcThemeMode"
18573
+ }
18574
+ }
18575
+ },
18576
+ "mutable": false,
18577
+ "attr": "theme",
18578
+ "reflectToAttr": false,
18579
+ "docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
18580
+ "docsTags": [],
18581
+ "default": "\"inherit\"",
18582
+ "values": [
18583
+ {
18584
+ "value": "dark",
18585
+ "type": "string"
18586
+ },
18587
+ {
18588
+ "value": "inherit",
18589
+ "type": "string"
18590
+ },
18591
+ {
18592
+ "value": "light",
18593
+ "type": "string"
18594
+ }
18595
+ ],
18596
+ "optional": true,
18597
+ "required": false
18598
+ },
18113
18599
  {
18114
18600
  "name": "version",
18115
18601
  "type": "string",
@@ -18167,7 +18653,7 @@
18167
18653
  "passive": false
18168
18654
  },
18169
18655
  {
18170
- "event": "themeChange",
18656
+ "event": "brandChange",
18171
18657
  "target": "document",
18172
18658
  "capture": false,
18173
18659
  "passive": false
@@ -18244,7 +18730,7 @@
18244
18730
  "filePath": "src/components/ic-typography/ic-typography.tsx",
18245
18731
  "encapsulation": "shadow",
18246
18732
  "tag": "ic-typography",
18247
- "readme": "# ic-typography\r\n\r\n\r\n\r",
18733
+ "readme": "# ic-typography\n\n\n",
18248
18734
  "docs": "",
18249
18735
  "docsTags": [],
18250
18736
  "usage": {},
@@ -18282,7 +18768,7 @@
18282
18768
  "mutable": false,
18283
18769
  "attr": "bold",
18284
18770
  "reflectToAttr": false,
18285
- "docs": "If `true`, the typography will have a bold font weight.\r\nNote: This will have no impact on variants that already use an equivalent or higher font weight (h1, h2, and subtitle-large).",
18771
+ "docs": "If `true`, the typography will have a bold font weight.\nNote: This will have no impact on variants that already use an equivalent or higher font weight (h1, h2, and subtitle-large).",
18286
18772
  "docsTags": [],
18287
18773
  "default": "false",
18288
18774
  "values": [
@@ -18688,7 +19174,7 @@
18688
19174
  "path": "src/utils/types.ts"
18689
19175
  },
18690
19176
  "src/utils/types.ts::IcStatusVariants": {
18691
- "declaration": "export type IcStatusVariants =\r\n | \"neutral\"\r\n | \"info\"\r\n | \"warning\"\r\n | \"error\"\r\n | \"success\";",
19177
+ "declaration": "export type IcStatusVariants =\n | \"neutral\"\n | \"info\"\n | \"warning\"\n | \"error\"\n | \"success\";",
18692
19178
  "docstring": "",
18693
19179
  "path": "src/utils/types.ts"
18694
19180
  },
@@ -18698,7 +19184,7 @@
18698
19184
  "path": "src/components/ic-back-to-top/ic-back-to-top.types.ts"
18699
19185
  },
18700
19186
  "src/components/ic-classification-banner/ic-classification-banner.types.tsx::IcProtectiveMarkings": {
18701
- "declaration": "export type IcProtectiveMarkings =\r\n | \"default\"\r\n | \"official\"\r\n | \"official-sensitive\"\r\n | \"secret\"\r\n | \"top-secret\";",
19187
+ "declaration": "export type IcProtectiveMarkings =\n | \"default\"\n | \"official\"\n | \"official-sensitive\"\n | \"secret\"\n | \"top-secret\";",
18702
19188
  "docstring": "",
18703
19189
  "path": "src/components/ic-classification-banner/ic-classification-banner.types.tsx"
18704
19190
  },
@@ -18708,15 +19194,10 @@
18708
19194
  "path": "src/utils/types.ts"
18709
19195
  },
18710
19196
  "src/components/ic-footer/ic-footer.types.tsx::IcFooterBreakpoints": {
18711
- "declaration": "export type IcFooterBreakpoints =\r\n | \"extra small\"\r\n | \"small\"\r\n | \"medium\"\r\n | \"large\"\r\n | \"extra large\";",
19197
+ "declaration": "export type IcFooterBreakpoints =\n | \"extra small\"\n | \"small\"\n | \"medium\"\n | \"large\"\n | \"extra large\";",
18712
19198
  "docstring": "",
18713
19199
  "path": "src/components/ic-footer/ic-footer.types.tsx"
18714
19200
  },
18715
- "src/utils/types.ts::IcThemeForeground": {
18716
- "declaration": "export type IcThemeForeground = \"default\" | \"dark\" | \"light\";",
18717
- "docstring": "",
18718
- "path": "src/utils/types.ts"
18719
- },
18720
19201
  "src/components/ic-button/ic-button.types.ts::IcButtonTooltipPlacement": {
18721
19202
  "declaration": "export type IcButtonTooltipPlacement = \"top\" | \"right\" | \"bottom\" | \"left\";",
18722
19203
  "docstring": "",
@@ -18728,7 +19209,7 @@
18728
19209
  "path": "src/components/ic-button/ic-button.types.ts"
18729
19210
  },
18730
19211
  "src/components/ic-button/ic-button.types.ts::IcButtonVariants": {
18731
- "declaration": "export type IcButtonVariants =\r\n | \"primary\"\r\n | \"secondary\"\r\n | \"tertiary\"\r\n | \"destructive\"\r\n | \"icon\"\r\n | \"icon-primary\"\r\n | \"icon-secondary\"\r\n | \"icon-tertiary\"\r\n | \"icon-destructive\";",
19212
+ "declaration": "export type IcButtonVariants =\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive\"\n | \"icon\"\n | \"icon-primary\"\n | \"icon-secondary\"\n | \"icon-tertiary\"\n | \"icon-destructive\";",
18732
19213
  "docstring": "",
18733
19214
  "path": "src/components/ic-button/ic-button.types.ts"
18734
19215
  },
@@ -18758,12 +19239,12 @@
18758
19239
  "path": "src/utils/types.ts"
18759
19240
  },
18760
19241
  "src/components/ic-tab/ic-tab.types.ts::IcTabClickEventDetail": {
18761
- "declaration": "export interface IcTabClickEventDetail {\r\n tabId: string;\r\n contextId: string;\r\n position: number;\r\n}",
19242
+ "declaration": "export interface IcTabClickEventDetail {\n tabId: string;\n contextId: string;\n position: number;\n}",
18762
19243
  "docstring": "",
18763
19244
  "path": "src/components/ic-tab/ic-tab.types.ts"
18764
19245
  },
18765
19246
  "src/components/ic-tooltip/ic-tooltip.types.ts::IcTooltipPlacements": {
18766
- "declaration": "export type IcTooltipPlacements =\r\n | \"top-start\"\r\n | \"top\"\r\n | \"top-end\"\r\n | \"right-start\"\r\n | \"right\"\r\n | \"right-end\"\r\n | \"bottom-end\"\r\n | \"bottom\"\r\n | \"bottom-start\"\r\n | \"left-end\"\r\n | \"left\"\r\n | \"left-start\";",
19247
+ "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\";",
18767
19248
  "docstring": "",
18768
19249
  "path": "src/components/ic-tooltip/ic-tooltip.types.ts"
18769
19250
  },
@@ -18778,7 +19259,7 @@
18778
19259
  "path": "src/utils/types.ts"
18779
19260
  },
18780
19261
  "src/components/ic-checkbox-group/ic-checkbox-group.types.ts::IcChangeEventDetail": {
18781
- "declaration": "export interface IcChangeEventDetail {\r\n value: string[];\r\n checkedOptions: {\r\n checkbox: HTMLIcCheckboxElement;\r\n textFieldValue?: string;\r\n }[];\r\n selectedOption: HTMLIcCheckboxElement;\r\n}",
19262
+ "declaration": "export interface IcChangeEventDetail {\n value: string[];\n checkedOptions: {\n checkbox: HTMLIcCheckboxElement;\n textFieldValue?: string;\n }[];\n selectedOption: HTMLIcCheckboxElement;\n}",
18782
19263
  "docstring": "",
18783
19264
  "path": "src/components/ic-checkbox-group/ic-checkbox-group.types.ts"
18784
19265
  },
@@ -18788,7 +19269,7 @@
18788
19269
  "path": "src/components/ic-text-field/ic-text-field.types.ts"
18789
19270
  },
18790
19271
  "src/utils/types.ts::IcAutocompleteTypes": {
18791
- "declaration": "export type IcAutocompleteTypes =\r\n | \"on\"\r\n | \"off\"\r\n | \"name\"\r\n | \"honorific-prefix\"\r\n | \"given-name\"\r\n | \"additional-name\"\r\n | \"family-name\"\r\n | \"honorific-suffix\"\r\n | \"nickname\"\r\n | \"email\"\r\n | \"username\"\r\n | \"new-password\"\r\n | \"current-password\"\r\n | \"one-time-code\"\r\n | \"organization-title\"\r\n | \"organization\"\r\n | \"street-address\"\r\n | \"address-line1\"\r\n | \"address-line2\"\r\n | \"address-line3\"\r\n | \"address-level4\"\r\n | \"address-level3\"\r\n | \"address-level2\"\r\n | \"address-level1\"\r\n | \"country\"\r\n | \"country-name\"\r\n | \"postal-code\"\r\n | \"cc-name\"\r\n | \"cc-given-name\"\r\n | \"cc-additional-name\"\r\n | \"cc-family-name\"\r\n | \"cc-family-name\"\r\n | \"cc-number\"\r\n | \"cc-exp\"\r\n | \"cc-exp-month\"\r\n | \"cc-exp-year\"\r\n | \"cc-csc\"\r\n | \"cc-type\"\r\n | \"transaction-currency\"\r\n | \"transaction-amount\"\r\n | \"language\"\r\n | \"bday\"\r\n | \"bday-day\"\r\n | \"bday-month\"\r\n | \"bday-year\"\r\n | \"sex\"\r\n | \"tel\"\r\n | \"tel-country-code\"\r\n | \"tel-national\"\r\n | \"tel-area-code\"\r\n | \"tel-local\"\r\n | \"tel-extension\"\r\n | \"impp\"\r\n | \"url\"\r\n | \"photo\";",
19272
+ "declaration": "export type IcAutocompleteTypes =\n | \"on\"\n | \"off\"\n | \"name\"\n | \"honorific-prefix\"\n | \"given-name\"\n | \"additional-name\"\n | \"family-name\"\n | \"honorific-suffix\"\n | \"nickname\"\n | \"email\"\n | \"username\"\n | \"new-password\"\n | \"current-password\"\n | \"one-time-code\"\n | \"organization-title\"\n | \"organization\"\n | \"street-address\"\n | \"address-line1\"\n | \"address-line2\"\n | \"address-line3\"\n | \"address-level4\"\n | \"address-level3\"\n | \"address-level2\"\n | \"address-level1\"\n | \"country\"\n | \"country-name\"\n | \"postal-code\"\n | \"cc-name\"\n | \"cc-given-name\"\n | \"cc-additional-name\"\n | \"cc-family-name\"\n | \"cc-family-name\"\n | \"cc-number\"\n | \"cc-exp\"\n | \"cc-exp-month\"\n | \"cc-exp-year\"\n | \"cc-csc\"\n | \"cc-type\"\n | \"transaction-currency\"\n | \"transaction-amount\"\n | \"language\"\n | \"bday\"\n | \"bday-day\"\n | \"bday-month\"\n | \"bday-year\"\n | \"sex\"\n | \"tel\"\n | \"tel-country-code\"\n | \"tel-national\"\n | \"tel-area-code\"\n | \"tel-local\"\n | \"tel-extension\"\n | \"impp\"\n | \"url\"\n | \"photo\";",
18792
19273
  "docstring": "",
18793
19274
  "path": "src/utils/types.ts"
18794
19275
  },
@@ -18798,7 +19279,7 @@
18798
19279
  "path": "src/utils/types.ts"
18799
19280
  },
18800
19281
  "src/components/ic-text-field/ic-text-field.types.ts::IcTextFieldInputModes": {
18801
- "declaration": "export type IcTextFieldInputModes =\r\n | \"none\"\r\n | \"text\"\r\n | \"tel\"\r\n | \"url\"\r\n | \"email\"\r\n | \"numeric\"\r\n | \"decimal\"\r\n | \"search\";",
19282
+ "declaration": "export type IcTextFieldInputModes =\n | \"none\"\n | \"text\"\n | \"tel\"\n | \"url\"\n | \"email\"\n | \"numeric\"\n | \"decimal\"\n | \"search\";",
18802
19283
  "docstring": "",
18803
19284
  "path": "src/components/ic-text-field/ic-text-field.types.ts"
18804
19285
  },
@@ -18808,12 +19289,12 @@
18808
19289
  "path": "src/utils/types.ts"
18809
19290
  },
18810
19291
  "src/components/ic-text-field/ic-text-field.types.ts::IcTextFieldTypes": {
18811
- "declaration": "export type IcTextFieldTypes =\r\n | \"email\"\r\n | \"password\"\r\n | \"tel\"\r\n | \"text\"\r\n | \"url\"\r\n | \"number\"\r\n | \"search\";",
19292
+ "declaration": "export type IcTextFieldTypes =\n | \"email\"\n | \"password\"\n | \"tel\"\n | \"text\"\n | \"url\"\n | \"number\"\n | \"search\";",
18812
19293
  "docstring": "",
18813
19294
  "path": "src/components/ic-text-field/ic-text-field.types.ts"
18814
19295
  },
18815
19296
  "src/utils/types.ts::IcValueEventDetail": {
18816
- "declaration": "export interface IcValueEventDetail {\r\n value: string | string[];\r\n keyPressed?: string;\r\n}",
19297
+ "declaration": "export interface IcValueEventDetail {\n value: string | string[];\n keyPressed?: string;\n}",
18817
19298
  "docstring": "",
18818
19299
  "path": "src/utils/types.ts"
18819
19300
  },
@@ -18832,13 +19313,18 @@
18832
19313
  "docstring": "",
18833
19314
  "path": "src/utils/types.ts"
18834
19315
  },
19316
+ "src/utils/types.ts::IcBrandForeground": {
19317
+ "declaration": "export type IcBrandForeground = \"default\" | \"dark\" | \"light\";",
19318
+ "docstring": "",
19319
+ "path": "src/utils/types.ts"
19320
+ },
18835
19321
  "src/components/ic-divider/ic-divider.types.tsx::IcDividerWeights": {
18836
19322
  "declaration": "export type IcDividerWeights = \"thin\" | \"medium\" | \"thick\" | \"very-thick\";",
18837
19323
  "docstring": "",
18838
19324
  "path": "src/components/ic-divider/ic-divider.types.tsx"
18839
19325
  },
18840
19326
  "src/utils/types.ts::IcTypographyVariants": {
18841
- "declaration": "export type IcTypographyVariants =\r\n | \"h1\"\r\n | \"h2\"\r\n | \"h3\"\r\n | \"h4\"\r\n | \"subtitle-large\"\r\n | \"subtitle-small\"\r\n | \"body\"\r\n | \"label\"\r\n | \"label-uppercase\"\r\n | \"caption\"\r\n | \"caption-uppercase\"\r\n | \"code-large\"\r\n | \"code-small\"\r\n | \"code-extra-small\"\r\n | \"badge\"\r\n | \"badge-small\";",
19327
+ "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\";",
18842
19328
  "docstring": "",
18843
19329
  "path": "src/utils/types.ts"
18844
19330
  },
@@ -18878,22 +19364,22 @@
18878
19364
  "path": "src/components/ic-search-bar/ic-search-bar.types.ts"
18879
19365
  },
18880
19366
  "src/utils/types.ts::IcMenuOption": {
18881
- "declaration": "export interface IcMenuOption {\r\n description?: string;\r\n disabled?: boolean;\r\n recommended?: boolean;\r\n children?: IcMenuOption[];\r\n loading?: boolean;\r\n timedOut?: boolean;\r\n [key: string]: any;\r\n element?: {\r\n component: any;\r\n ariaLabel: string;\r\n };\r\n icon?: any;\r\n}",
19367
+ "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}",
18882
19368
  "docstring": "",
18883
19369
  "path": "src/utils/types.ts"
18884
19370
  },
18885
19371
  "src/components/ic-menu/ic-menu.types.ts::IcMenuOptionIdEventDetail": {
18886
- "declaration": "export interface IcMenuOptionIdEventDetail {\r\n optionId: string | undefined;\r\n}",
19372
+ "declaration": "export interface IcMenuOptionIdEventDetail {\n optionId: string | undefined;\n}",
18887
19373
  "docstring": "",
18888
19374
  "path": "src/components/ic-menu/ic-menu.types.ts"
18889
19375
  },
18890
19376
  "src/components/ic-menu/ic-menu.types.ts::IcOptionSelectEventDetail": {
18891
- "declaration": "export interface IcOptionSelectEventDetail {\r\n value: string;\r\n label?: string;\r\n optionId?: string;\r\n}",
19377
+ "declaration": "export interface IcOptionSelectEventDetail {\n value: string;\n label?: string;\n optionId?: string;\n}",
18892
19378
  "docstring": "",
18893
19379
  "path": "src/components/ic-menu/ic-menu.types.ts"
18894
19380
  },
18895
19381
  "src/components/ic-menu/ic-menu.types.ts::IcMenuChangeEventDetail": {
18896
- "declaration": "export interface IcMenuChangeEventDetail {\r\n open: boolean;\r\n focusInput?: boolean;\r\n}",
19382
+ "declaration": "export interface IcMenuChangeEventDetail {\n open: boolean;\n focusInput?: boolean;\n}",
18897
19383
  "docstring": "",
18898
19384
  "path": "src/components/ic-menu/ic-menu.types.ts"
18899
19385
  },
@@ -18903,7 +19389,7 @@
18903
19389
  "path": "src/components/ic-menu-item/ic-menu-item.types.ts"
18904
19390
  },
18905
19391
  "src/components/ic-side-navigation/ic-side-navigation.types.ts::IcExpandedDetail": {
18906
- "declaration": "export interface IcExpandedDetail {\r\n sideNavExpanded: boolean;\r\n sideNavMobile: boolean;\r\n}",
19392
+ "declaration": "export interface IcExpandedDetail {\n sideNavExpanded: boolean;\n sideNavMobile: boolean;\n}",
18907
19393
  "docstring": "",
18908
19394
  "path": "src/components/ic-side-navigation/ic-side-navigation.types.ts"
18909
19395
  },
@@ -18918,7 +19404,7 @@
18918
19404
  "path": "src/components/ic-pagination/ic-pagination.types.ts"
18919
19405
  },
18920
19406
  "src/components/ic-pagination/ic-pagination.types.ts::IcChangeEventDetail": {
18921
- "declaration": "export interface IcChangeEventDetail {\r\n value: number;\r\n}",
19407
+ "declaration": "export interface IcChangeEventDetail {\n value: number;\n}",
18922
19408
  "docstring": "",
18923
19409
  "path": "src/components/ic-pagination/ic-pagination.types.ts"
18924
19410
  },
@@ -18928,17 +19414,17 @@
18928
19414
  "path": "src/components/ic-pagination-item/ic-pagination-item.types.ts"
18929
19415
  },
18930
19416
  "src/components/ic-radio-group/ic-radio-group.types.ts::IcChangeEventDetail": {
18931
- "declaration": "export interface IcChangeEventDetail {\r\n value: string;\r\n selectedOption: {\r\n radio: HTMLIcRadioOptionElement;\r\n textFieldValue?: string;\r\n };\r\n}",
19417
+ "declaration": "export interface IcChangeEventDetail {\n value: string;\n selectedOption: {\n radio: HTMLIcRadioOptionElement;\n textFieldValue?: string;\n };\n}",
18932
19418
  "docstring": "",
18933
19419
  "path": "src/components/ic-radio-group/ic-radio-group.types.ts"
18934
19420
  },
18935
19421
  "src/utils/types.ts::IcBlurEventDetail": {
18936
- "declaration": "export interface IcBlurEventDetail {\r\n relatedTarget: IcRelatedTarget;\r\n}",
19422
+ "declaration": "export interface IcBlurEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
18937
19423
  "docstring": "",
18938
19424
  "path": "src/utils/types.ts"
18939
19425
  },
18940
19426
  "src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarBlurEventDetail": {
18941
- "declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\r\n relatedTarget: IcRelatedTarget;\r\n}",
19427
+ "declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
18942
19428
  "docstring": "",
18943
19429
  "path": "src/components/ic-search-bar/ic-search-bar.types.ts"
18944
19430
  },
@@ -18978,17 +19464,17 @@
18978
19464
  "path": "src/components/ic-stepper/ic-stepper.types.ts"
18979
19465
  },
18980
19466
  "src/components/ic-switch/ic-switch.types.ts::IcSwitchChangeEventDetail": {
18981
- "declaration": "export interface IcSwitchChangeEventDetail {\r\n value: string | null;\r\n checked: boolean;\r\n}",
19467
+ "declaration": "export interface IcSwitchChangeEventDetail {\n value: string | null;\n checked: boolean;\n}",
18982
19468
  "docstring": "",
18983
19469
  "path": "src/components/ic-switch/ic-switch.types.ts"
18984
19470
  },
18985
19471
  "src/components/ic-tab/ic-tab.types.ts::IcTabSelectEventDetail": {
18986
- "declaration": "export interface IcTabSelectEventDetail {\r\n tabIndex: number;\r\n tabLabel: string;\r\n}",
19472
+ "declaration": "export interface IcTabSelectEventDetail {\n tabIndex: number;\n tabLabel: string;\n}",
18987
19473
  "docstring": "",
18988
19474
  "path": "src/components/ic-tab/ic-tab.types.ts"
18989
19475
  },
18990
- "src/utils/types.ts::IcTheme": {
18991
- "declaration": "{\r\n mode: IcThemeForeground;\r\n color: IcColorRGB;\r\n}",
19476
+ "src/utils/types.ts::IcBrand": {
19477
+ "declaration": "{\n mode: IcBrandForeground;\n color: IcColorRGB;\n}",
18992
19478
  "docstring": "",
18993
19479
  "path": "src/utils/types.ts"
18994
19480
  },
@@ -19003,7 +19489,7 @@
19003
19489
  "path": "src/utils/types.ts"
19004
19490
  },
19005
19491
  "src/components/ic-toggle-button-group/ic-toggle-button-group.types.ts::IcChangeEventDetail": {
19006
- "declaration": "export interface IcChangeEventDetail {\r\n checked: boolean[] | boolean;\r\n toggledOptions?: {\r\n toggleButton: HTMLIcToggleButtonElement;\r\n }[];\r\n selectedOption: HTMLIcToggleButtonElement;\r\n}",
19492
+ "declaration": "export interface IcChangeEventDetail {\n checked: boolean[] | boolean;\n toggledOptions?: {\n toggleButton: HTMLIcToggleButtonElement;\n }[];\n selectedOption: HTMLIcToggleButtonElement;\n}",
19007
19493
  "docstring": "",
19008
19494
  "path": "src/components/ic-toggle-button-group/ic-toggle-button-group.types.ts"
19009
19495
  }