@ukic/docs 3.0.0-alpha.1 → 3.0.0-alpha.10

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 +2285 -691
  2. package/package.json +3 -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\n\n\n",
12
+ "readme": "# ic-accordion\r\n\r\n\r\n\r",
13
13
  "docs": "",
14
14
  "docsTags": [
15
15
  {
@@ -147,6 +147,43 @@
147
147
  ],
148
148
  "optional": true,
149
149
  "required": false
150
+ },
151
+ {
152
+ "name": "theme",
153
+ "type": "\"dark\" | \"inherit\" | \"light\"",
154
+ "complexType": {
155
+ "original": "IcThemeMode",
156
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
157
+ "references": {
158
+ "IcThemeMode": {
159
+ "location": "import",
160
+ "path": "../../utils/types",
161
+ "id": "src/utils/types.ts::IcThemeMode"
162
+ }
163
+ }
164
+ },
165
+ "mutable": false,
166
+ "attr": "theme",
167
+ "reflectToAttr": false,
168
+ "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.",
169
+ "docsTags": [],
170
+ "default": "\"inherit\"",
171
+ "values": [
172
+ {
173
+ "value": "dark",
174
+ "type": "string"
175
+ },
176
+ {
177
+ "value": "inherit",
178
+ "type": "string"
179
+ },
180
+ {
181
+ "value": "light",
182
+ "type": "string"
183
+ }
184
+ ],
185
+ "optional": true,
186
+ "required": false
150
187
  }
151
188
  ],
152
189
  "methods": [
@@ -201,7 +238,7 @@
201
238
  "filePath": "src/components/ic-accordion-group/ic-accordion-group.tsx",
202
239
  "encapsulation": "shadow",
203
240
  "tag": "ic-accordion-group",
204
- "readme": "# ic-accordion-title\n\n\n",
241
+ "readme": "# ic-accordion-title\r\n\r\n\r\n\r",
205
242
  "docs": "",
206
243
  "docsTags": [
207
244
  {
@@ -233,43 +270,6 @@
233
270
  "optional": false,
234
271
  "required": false
235
272
  },
236
- {
237
- "name": "appearance",
238
- "type": "\"dark\" | \"default\" | \"light\"",
239
- "complexType": {
240
- "original": "IcThemeForeground",
241
- "resolved": "\"dark\" | \"default\" | \"light\"",
242
- "references": {
243
- "IcThemeForeground": {
244
- "location": "import",
245
- "path": "../../utils/types",
246
- "id": "src/utils/types.ts::IcThemeForeground"
247
- }
248
- }
249
- },
250
- "mutable": false,
251
- "attr": "appearance",
252
- "reflectToAttr": false,
253
- "docs": "The appearance of the accordion group, e.g dark, or light.",
254
- "docsTags": [],
255
- "default": "\"default\"",
256
- "values": [
257
- {
258
- "value": "dark",
259
- "type": "string"
260
- },
261
- {
262
- "value": "default",
263
- "type": "string"
264
- },
265
- {
266
- "value": "light",
267
- "type": "string"
268
- }
269
- ],
270
- "optional": false,
271
- "required": false
272
- },
273
273
  {
274
274
  "name": "expanded",
275
275
  "type": "boolean",
@@ -372,6 +372,43 @@
372
372
  ],
373
373
  "optional": true,
374
374
  "required": false
375
+ },
376
+ {
377
+ "name": "theme",
378
+ "type": "\"dark\" | \"inherit\" | \"light\"",
379
+ "complexType": {
380
+ "original": "IcThemeMode",
381
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
382
+ "references": {
383
+ "IcThemeMode": {
384
+ "location": "import",
385
+ "path": "../../utils/types",
386
+ "id": "src/utils/types.ts::IcThemeMode"
387
+ }
388
+ }
389
+ },
390
+ "mutable": false,
391
+ "attr": "theme",
392
+ "reflectToAttr": false,
393
+ "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.",
394
+ "docsTags": [],
395
+ "default": "\"inherit\"",
396
+ "values": [
397
+ {
398
+ "value": "dark",
399
+ "type": "string"
400
+ },
401
+ {
402
+ "value": "inherit",
403
+ "type": "string"
404
+ },
405
+ {
406
+ "value": "light",
407
+ "type": "string"
408
+ }
409
+ ],
410
+ "optional": true,
411
+ "required": false
375
412
  }
376
413
  ],
377
414
  "methods": [
@@ -394,7 +431,7 @@
394
431
  },
395
432
  "signature": "setFocus() => Promise<void>",
396
433
  "parameters": [],
397
- "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.",
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.",
398
435
  "docsTags": []
399
436
  }
400
437
  ],
@@ -440,7 +477,7 @@
440
477
  "filePath": "src/components/ic-alert/ic-alert.tsx",
441
478
  "encapsulation": "shadow",
442
479
  "tag": "ic-alert",
443
- "readme": "# ic-alert\n\n\n",
480
+ "readme": "# ic-alert\r\n\r\n\r\n\r",
444
481
  "docs": "",
445
482
  "docsTags": [
446
483
  {
@@ -556,7 +593,7 @@
556
593
  "mutable": false,
557
594
  "attr": "show-default-icon",
558
595
  "reflectToAttr": false,
559
- "docs": "If `true`, the default icon for the neutral variant will be appear on the left of the alert.",
596
+ "docs": "If `true`, the default icon for the neutral variant will appear on the left of the alert.",
560
597
  "docsTags": [],
561
598
  "default": "true",
562
599
  "values": [
@@ -567,6 +604,43 @@
567
604
  "optional": false,
568
605
  "required": false
569
606
  },
607
+ {
608
+ "name": "theme",
609
+ "type": "\"dark\" | \"inherit\" | \"light\"",
610
+ "complexType": {
611
+ "original": "IcThemeMode",
612
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
613
+ "references": {
614
+ "IcThemeMode": {
615
+ "location": "import",
616
+ "path": "../../utils/types",
617
+ "id": "src/utils/types.ts::IcThemeMode"
618
+ }
619
+ }
620
+ },
621
+ "mutable": false,
622
+ "attr": "theme",
623
+ "reflectToAttr": false,
624
+ "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.",
625
+ "docsTags": [],
626
+ "default": "\"inherit\"",
627
+ "values": [
628
+ {
629
+ "value": "dark",
630
+ "type": "string"
631
+ },
632
+ {
633
+ "value": "inherit",
634
+ "type": "string"
635
+ },
636
+ {
637
+ "value": "light",
638
+ "type": "string"
639
+ }
640
+ ],
641
+ "optional": true,
642
+ "required": false
643
+ },
570
644
  {
571
645
  "name": "titleAbove",
572
646
  "type": "boolean",
@@ -701,7 +775,7 @@
701
775
  "filePath": "src/components/ic-back-to-top/ic-back-to-top.tsx",
702
776
  "encapsulation": "shadow",
703
777
  "tag": "ic-back-to-top",
704
- "readme": "# ic-back-to-top\n\n\n",
778
+ "readme": "# ic-back-to-top\r\n\r\n\r\n\r",
705
779
  "docs": "",
706
780
  "docsTags": [],
707
781
  "usage": {},
@@ -727,6 +801,43 @@
727
801
  "optional": false,
728
802
  "required": true
729
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
+ },
730
841
  {
731
842
  "name": "variant",
732
843
  "type": "\"default\" | \"icon\"",
@@ -797,7 +908,7 @@
797
908
  "filePath": "src/components/ic-badge/ic-badge.tsx",
798
909
  "encapsulation": "shadow",
799
910
  "tag": "ic-badge",
800
- "readme": "# ic-badge\n\n\n",
911
+ "readme": "# ic-badge\r\n\r\n\r\n\r",
801
912
  "docs": "",
802
913
  "docsTags": [
803
914
  {
@@ -845,7 +956,7 @@
845
956
  "mutable": false,
846
957
  "attr": "custom-color",
847
958
  "reflectToAttr": false,
848
- "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)\".",
959
+ "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)\".",
849
960
  "docsTags": [],
850
961
  "default": "null",
851
962
  "values": [
@@ -894,7 +1005,7 @@
894
1005
  "mutable": false,
895
1006
  "attr": "max-number",
896
1007
  "reflectToAttr": false,
897
- "docs": "The maximum number shown on the badge appended with a +.\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 +.\r\nThis will only be displayed if type=\"text\" and label is not empty.",
898
1009
  "docsTags": [],
899
1010
  "values": [
900
1011
  {
@@ -918,7 +1029,7 @@
918
1029
  }
919
1030
  }
920
1031
  },
921
- "mutable": false,
1032
+ "mutable": true,
922
1033
  "attr": "position",
923
1034
  "reflectToAttr": false,
924
1035
  "docs": "The positioning of the badge in reference to the parent element.",
@@ -1130,7 +1241,20 @@
1130
1241
  ],
1131
1242
  "methods": [],
1132
1243
  "events": [],
1133
- "listeners": [],
1244
+ "listeners": [
1245
+ {
1246
+ "event": "icNavigationMenuOpened",
1247
+ "target": "document",
1248
+ "capture": false,
1249
+ "passive": false
1250
+ },
1251
+ {
1252
+ "event": "icNavigationMenuClosed",
1253
+ "target": "document",
1254
+ "capture": false,
1255
+ "passive": false
1256
+ }
1257
+ ],
1134
1258
  "styles": [],
1135
1259
  "slots": [
1136
1260
  {
@@ -1153,7 +1277,7 @@
1153
1277
  "filePath": "src/components/ic-breadcrumb/ic-breadcrumb.tsx",
1154
1278
  "encapsulation": "shadow",
1155
1279
  "tag": "ic-breadcrumb",
1156
- "readme": "# ic-breadcrumb\n\n\n",
1280
+ "readme": "# ic-breadcrumb\r\n\r\n\r\n\r",
1157
1281
  "docs": "",
1158
1282
  "docsTags": [
1159
1283
  {
@@ -1281,7 +1405,7 @@
1281
1405
  "filePath": "src/components/ic-breadcrumb-group/ic-breadcrumb-group.tsx",
1282
1406
  "encapsulation": "shadow",
1283
1407
  "tag": "ic-breadcrumb-group",
1284
- "readme": "# ic-breadcrumb-group\n\n\n",
1408
+ "readme": "# ic-breadcrumb-group\r\n\r\n\r\n\r",
1285
1409
  "docs": "",
1286
1410
  "docsTags": [],
1287
1411
  "usage": {},
@@ -1413,7 +1537,7 @@
1413
1537
  "filePath": "src/components/ic-button/ic-button.tsx",
1414
1538
  "encapsulation": "shadow",
1415
1539
  "tag": "ic-button",
1416
- "readme": "# ic-button\n",
1540
+ "readme": "# ic-button\r\n\r",
1417
1541
  "docs": "",
1418
1542
  "docsTags": [
1419
1543
  {
@@ -1461,43 +1585,6 @@
1461
1585
  "optional": true,
1462
1586
  "required": false
1463
1587
  },
1464
- {
1465
- "name": "appearance",
1466
- "type": "\"dark\" | \"default\" | \"light\"",
1467
- "complexType": {
1468
- "original": "IcThemeForeground",
1469
- "resolved": "\"dark\" | \"default\" | \"light\"",
1470
- "references": {
1471
- "IcThemeForeground": {
1472
- "location": "import",
1473
- "path": "../../utils/types",
1474
- "id": "src/utils/types.ts::IcThemeForeground"
1475
- }
1476
- }
1477
- },
1478
- "mutable": true,
1479
- "attr": "appearance",
1480
- "reflectToAttr": false,
1481
- "docs": "The appearance of the button, e.g. dark, light, or the default.",
1482
- "docsTags": [],
1483
- "default": "\"default\"",
1484
- "values": [
1485
- {
1486
- "value": "dark",
1487
- "type": "string"
1488
- },
1489
- {
1490
- "value": "default",
1491
- "type": "string"
1492
- },
1493
- {
1494
- "value": "light",
1495
- "type": "string"
1496
- }
1497
- ],
1498
- "optional": true,
1499
- "required": false
1500
- },
1501
1588
  {
1502
1589
  "name": "disableTooltip",
1503
1590
  "type": "boolean",
@@ -1867,6 +1954,28 @@
1867
1954
  "optional": true,
1868
1955
  "required": false
1869
1956
  },
1957
+ {
1958
+ "name": "monochrome",
1959
+ "type": "boolean",
1960
+ "complexType": {
1961
+ "original": "boolean",
1962
+ "resolved": "boolean",
1963
+ "references": {}
1964
+ },
1965
+ "mutable": true,
1966
+ "attr": "monochrome",
1967
+ "reflectToAttr": false,
1968
+ "docs": "If `true`, the button will display as monochromatic in either `light` or `dark` theme.",
1969
+ "docsTags": [],
1970
+ "default": "false",
1971
+ "values": [
1972
+ {
1973
+ "type": "boolean"
1974
+ }
1975
+ ],
1976
+ "optional": true,
1977
+ "required": false
1978
+ },
1870
1979
  {
1871
1980
  "name": "multiple",
1872
1981
  "type": "boolean",
@@ -2052,16 +2161,53 @@
2052
2161
  "required": false
2053
2162
  },
2054
2163
  {
2055
- "name": "tooltipPlacement",
2056
- "type": "\"bottom\" | \"left\" | \"right\" | \"top\"",
2164
+ "name": "theme",
2165
+ "type": "\"dark\" | \"inherit\" | \"light\"",
2166
+ "complexType": {
2167
+ "original": "IcThemeMode",
2168
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
2169
+ "references": {
2170
+ "IcThemeMode": {
2171
+ "location": "import",
2172
+ "path": "../../utils/types",
2173
+ "id": "src/utils/types.ts::IcThemeMode"
2174
+ }
2175
+ }
2176
+ },
2177
+ "mutable": true,
2178
+ "attr": "theme",
2179
+ "reflectToAttr": false,
2180
+ "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.",
2181
+ "docsTags": [],
2182
+ "default": "\"inherit\"",
2183
+ "values": [
2184
+ {
2185
+ "value": "dark",
2186
+ "type": "string"
2187
+ },
2188
+ {
2189
+ "value": "inherit",
2190
+ "type": "string"
2191
+ },
2192
+ {
2193
+ "value": "light",
2194
+ "type": "string"
2195
+ }
2196
+ ],
2197
+ "optional": true,
2198
+ "required": false
2199
+ },
2200
+ {
2201
+ "name": "tooltipPlacement",
2202
+ "type": "\"bottom\" | \"left\" | \"right\" | \"top\"",
2057
2203
  "complexType": {
2058
2204
  "original": "IcButtonTooltipPlacement",
2059
2205
  "resolved": "\"bottom\" | \"left\" | \"right\" | \"top\"",
2060
2206
  "references": {
2061
2207
  "IcButtonTooltipPlacement": {
2062
2208
  "location": "import",
2063
- "path": "./ic-button.types",
2064
- "id": "src/components/ic-button/ic-button.types.ts::IcButtonTooltipPlacement"
2209
+ "path": "../../utils/types",
2210
+ "id": "src/utils/types.ts::IcButtonTooltipPlacement"
2065
2211
  }
2066
2212
  }
2067
2213
  },
@@ -2293,7 +2439,7 @@
2293
2439
  "passive": false
2294
2440
  },
2295
2441
  {
2296
- "event": "themeChange",
2442
+ "event": "brandChange",
2297
2443
  "target": "document",
2298
2444
  "capture": false,
2299
2445
  "passive": false
@@ -2421,7 +2567,7 @@
2421
2567
  "filePath": "src/components/ic-card-vertical/ic-card-vertical.tsx",
2422
2568
  "encapsulation": "shadow",
2423
2569
  "tag": "ic-card-vertical",
2424
- "readme": "# ic-card-vertical\n\n\n",
2570
+ "readme": "# ic-card-vertical\r\n\r\n\r\n\r",
2425
2571
  "docs": "",
2426
2572
  "docsTags": [
2427
2573
  {
@@ -2584,7 +2730,7 @@
2584
2730
  "name": "href",
2585
2731
  "type": "string",
2586
2732
  "complexType": {
2587
- "original": "string | undefined",
2733
+ "original": "string",
2588
2734
  "resolved": "string",
2589
2735
  "references": {}
2590
2736
  },
@@ -2765,6 +2911,43 @@
2765
2911
  ],
2766
2912
  "optional": true,
2767
2913
  "required": false
2914
+ },
2915
+ {
2916
+ "name": "theme",
2917
+ "type": "\"dark\" | \"inherit\" | \"light\"",
2918
+ "complexType": {
2919
+ "original": "IcThemeMode",
2920
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
2921
+ "references": {
2922
+ "IcThemeMode": {
2923
+ "location": "import",
2924
+ "path": "../../utils/types",
2925
+ "id": "src/utils/types.ts::IcThemeMode"
2926
+ }
2927
+ }
2928
+ },
2929
+ "mutable": true,
2930
+ "attr": "theme",
2931
+ "reflectToAttr": false,
2932
+ "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.",
2933
+ "docsTags": [],
2934
+ "default": "\"inherit\"",
2935
+ "values": [
2936
+ {
2937
+ "value": "dark",
2938
+ "type": "string"
2939
+ },
2940
+ {
2941
+ "value": "inherit",
2942
+ "type": "string"
2943
+ },
2944
+ {
2945
+ "value": "light",
2946
+ "type": "string"
2947
+ }
2948
+ ],
2949
+ "optional": true,
2950
+ "required": false
2768
2951
  }
2769
2952
  ],
2770
2953
  "methods": [
@@ -2799,7 +2982,7 @@
2799
2982
  "passive": false
2800
2983
  },
2801
2984
  {
2802
- "event": "themeChange",
2985
+ "event": "brandChange",
2803
2986
  "target": "document",
2804
2987
  "capture": false,
2805
2988
  "passive": false
@@ -2872,7 +3055,7 @@
2872
3055
  "filePath": "src/components/ic-checkbox/ic-checkbox.tsx",
2873
3056
  "encapsulation": "shadow",
2874
3057
  "tag": "ic-checkbox",
2875
- "readme": "# ic-checkbox\n\n\n",
3058
+ "readme": "# ic-checkbox\r\n\r\n\r\n\r",
2876
3059
  "docs": "",
2877
3060
  "docsTags": [
2878
3061
  {
@@ -2926,7 +3109,7 @@
2926
3109
  "mutable": true,
2927
3110
  "attr": "checked",
2928
3111
  "reflectToAttr": true,
2929
- "docs": "If `true`, the checkbox will be set to the checked state.",
3112
+ "docs": "If `true`, the checkbox will be set to the checked state. This is only the initial state and will be updated to unchecked if the checkbox is clicked.",
2930
3113
  "docsTags": [],
2931
3114
  "default": "false",
2932
3115
  "values": [
@@ -3167,6 +3350,43 @@
3167
3350
  "optional": true,
3168
3351
  "required": false
3169
3352
  },
3353
+ {
3354
+ "name": "theme",
3355
+ "type": "\"dark\" | \"inherit\" | \"light\"",
3356
+ "complexType": {
3357
+ "original": "IcThemeMode",
3358
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
3359
+ "references": {
3360
+ "IcThemeMode": {
3361
+ "location": "import",
3362
+ "path": "../../utils/types",
3363
+ "id": "src/utils/types.ts::IcThemeMode"
3364
+ }
3365
+ }
3366
+ },
3367
+ "mutable": false,
3368
+ "attr": "theme",
3369
+ "reflectToAttr": false,
3370
+ "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.",
3371
+ "docsTags": [],
3372
+ "default": "\"inherit\"",
3373
+ "values": [
3374
+ {
3375
+ "value": "dark",
3376
+ "type": "string"
3377
+ },
3378
+ {
3379
+ "value": "inherit",
3380
+ "type": "string"
3381
+ },
3382
+ {
3383
+ "value": "light",
3384
+ "type": "string"
3385
+ }
3386
+ ],
3387
+ "optional": true,
3388
+ "required": false
3389
+ },
3170
3390
  {
3171
3391
  "name": "value",
3172
3392
  "type": "string",
@@ -3256,7 +3476,7 @@
3256
3476
  "filePath": "src/components/ic-checkbox-group/ic-checkbox-group.tsx",
3257
3477
  "encapsulation": "shadow",
3258
3478
  "tag": "ic-checkbox-group",
3259
- "readme": "# ic-checkbox-group\n\n\n",
3479
+ "readme": "# ic-checkbox-group\r\n\r\n\r\n\r",
3260
3480
  "docs": "",
3261
3481
  "docsTags": [],
3262
3482
  "usage": {},
@@ -3428,6 +3648,43 @@
3428
3648
  "optional": true,
3429
3649
  "required": false
3430
3650
  },
3651
+ {
3652
+ "name": "theme",
3653
+ "type": "\"dark\" | \"inherit\" | \"light\"",
3654
+ "complexType": {
3655
+ "original": "IcThemeMode",
3656
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
3657
+ "references": {
3658
+ "IcThemeMode": {
3659
+ "location": "import",
3660
+ "path": "../../utils/types",
3661
+ "id": "src/utils/types.ts::IcThemeMode"
3662
+ }
3663
+ }
3664
+ },
3665
+ "mutable": false,
3666
+ "attr": "theme",
3667
+ "reflectToAttr": false,
3668
+ "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.",
3669
+ "docsTags": [],
3670
+ "default": "\"inherit\"",
3671
+ "values": [
3672
+ {
3673
+ "value": "dark",
3674
+ "type": "string"
3675
+ },
3676
+ {
3677
+ "value": "inherit",
3678
+ "type": "string"
3679
+ },
3680
+ {
3681
+ "value": "light",
3682
+ "type": "string"
3683
+ }
3684
+ ],
3685
+ "optional": true,
3686
+ "required": false
3687
+ },
3431
3688
  {
3432
3689
  "name": "validationStatus",
3433
3690
  "type": "\"\" | \"error\" | \"success\" | \"warning\"",
@@ -3551,7 +3808,7 @@
3551
3808
  "filePath": "src/components/ic-chip/ic-chip.tsx",
3552
3809
  "encapsulation": "shadow",
3553
3810
  "tag": "ic-chip",
3554
- "readme": "# ic-chip\n\n\n",
3811
+ "readme": "# ic-chip\r\n\r\n\r\n\r",
3555
3812
  "docs": "",
3556
3813
  "docsTags": [
3557
3814
  {
@@ -3582,7 +3839,7 @@
3582
3839
  "mutable": false,
3583
3840
  "attr": "custom-color",
3584
3841
  "reflectToAttr": false,
3585
- "docs": "The custom chip colour. This prop will be applied to the chip component if `dismissible` is set to `false`.\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
3842
+ "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)\".",
3586
3843
  "docsTags": [],
3587
3844
  "default": "null",
3588
3845
  "values": [
@@ -3621,6 +3878,28 @@
3621
3878
  "optional": true,
3622
3879
  "required": false
3623
3880
  },
3881
+ {
3882
+ "name": "dismissLabel",
3883
+ "type": "string",
3884
+ "complexType": {
3885
+ "original": "string",
3886
+ "resolved": "string",
3887
+ "references": {}
3888
+ },
3889
+ "mutable": false,
3890
+ "attr": "dismiss-label",
3891
+ "reflectToAttr": false,
3892
+ "docs": "The text in the dismiss button tooltip and aria label.",
3893
+ "docsTags": [],
3894
+ "default": "\"Dismiss\"",
3895
+ "values": [
3896
+ {
3897
+ "type": "string"
3898
+ }
3899
+ ],
3900
+ "optional": true,
3901
+ "required": false
3902
+ },
3624
3903
  {
3625
3904
  "name": "dismissible",
3626
3905
  "type": "boolean",
@@ -3701,6 +3980,37 @@
3701
3980
  "optional": true,
3702
3981
  "required": false
3703
3982
  },
3983
+ {
3984
+ "name": "theme",
3985
+ "type": "\"dark\" | \"inherit\" | \"light\"",
3986
+ "complexType": {
3987
+ "original": "\"dark\" | \"light\" | \"inherit\"",
3988
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
3989
+ "references": {}
3990
+ },
3991
+ "mutable": false,
3992
+ "attr": "theme",
3993
+ "reflectToAttr": false,
3994
+ "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.",
3995
+ "docsTags": [],
3996
+ "default": "\"inherit\"",
3997
+ "values": [
3998
+ {
3999
+ "value": "dark",
4000
+ "type": "string"
4001
+ },
4002
+ {
4003
+ "value": "inherit",
4004
+ "type": "string"
4005
+ },
4006
+ {
4007
+ "value": "light",
4008
+ "type": "string"
4009
+ }
4010
+ ],
4011
+ "optional": true,
4012
+ "required": false
4013
+ },
3704
4014
  {
3705
4015
  "name": "transparentBackground",
3706
4016
  "type": "boolean",
@@ -3712,7 +4022,7 @@
3712
4022
  "mutable": false,
3713
4023
  "attr": "transparent-background",
3714
4024
  "reflectToAttr": false,
3715
- "docs": "If `true`, the outlined variant of chip will have a transparent background rather than white.",
4025
+ "docs": "If `true`, the outlined variant of chip will have a transparent background rather than the theme defined color.",
3716
4026
  "docsTags": [],
3717
4027
  "default": "true",
3718
4028
  "values": [
@@ -3835,7 +4145,7 @@
3835
4145
  "filePath": "src/components/ic-classification-banner/ic-classification-banner.tsx",
3836
4146
  "encapsulation": "shadow",
3837
4147
  "tag": "ic-classification-banner",
3838
- "readme": "# ic-classification-banner\n\n\n",
4148
+ "readme": "# ic-classification-banner\r\n\r\n\r\n\r",
3839
4149
  "docs": "",
3840
4150
  "docsTags": [],
3841
4151
  "usage": {},
@@ -4000,7 +4310,7 @@
4000
4310
  "filePath": "src/components/ic-data-list/ic-data-list.tsx",
4001
4311
  "encapsulation": "shadow",
4002
4312
  "tag": "ic-data-list",
4003
- "readme": "# ic-data-list\n\n\n",
4313
+ "readme": "# ic-data-list\r\n\r\n\r\n\r",
4004
4314
  "docs": "",
4005
4315
  "docsTags": [
4006
4316
  {
@@ -4127,7 +4437,7 @@
4127
4437
  "filePath": "src/components/ic-data-row/ic-data-row.tsx",
4128
4438
  "encapsulation": "shadow",
4129
4439
  "tag": "ic-data-row",
4130
- "readme": "# ic-data-row\n\n\n",
4440
+ "readme": "# ic-data-row\r\n\r\n\r\n\r",
4131
4441
  "docs": "",
4132
4442
  "docsTags": [
4133
4443
  {
@@ -4291,7 +4601,7 @@
4291
4601
  "filePath": "src/components/ic-dialog/ic-dialog.tsx",
4292
4602
  "encapsulation": "shadow",
4293
4603
  "tag": "ic-dialog",
4294
- "readme": "# ic-dialog\n\n\n",
4604
+ "readme": "# ic-dialog\r\n\r\n\r\n\r",
4295
4605
  "docs": "",
4296
4606
  "docsTags": [
4297
4607
  {
@@ -4368,7 +4678,7 @@
4368
4678
  "mutable": false,
4369
4679
  "attr": "destructive",
4370
4680
  "reflectToAttr": false,
4371
- "docs": "If default buttons are displayed, sets the 'primary' or rightmost button to the destructive variant. Stops initial focus being set on the 'primary' or rightmost default or slotted button.",
4681
+ "docs": "If 'true', sets the 'primary' or rightmost button to the destructive variant. Stops initial focus being set on the 'primary' or rightmost default or slotted button.",
4372
4682
  "docsTags": [],
4373
4683
  "default": "false",
4374
4684
  "values": [
@@ -4390,7 +4700,7 @@
4390
4700
  "mutable": false,
4391
4701
  "attr": "disable-height-constraint",
4392
4702
  "reflectToAttr": false,
4393
- "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.",
4703
+ "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.",
4394
4704
  "docsTags": [],
4395
4705
  "default": "false",
4396
4706
  "values": [
@@ -4561,6 +4871,43 @@
4561
4871
  ],
4562
4872
  "optional": true,
4563
4873
  "required": false
4874
+ },
4875
+ {
4876
+ "name": "theme",
4877
+ "type": "\"dark\" | \"inherit\" | \"light\"",
4878
+ "complexType": {
4879
+ "original": "IcThemeMode",
4880
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
4881
+ "references": {
4882
+ "IcThemeMode": {
4883
+ "location": "import",
4884
+ "path": "../../utils/types",
4885
+ "id": "src/utils/types.ts::IcThemeMode"
4886
+ }
4887
+ }
4888
+ },
4889
+ "mutable": false,
4890
+ "attr": "theme",
4891
+ "reflectToAttr": false,
4892
+ "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.",
4893
+ "docsTags": [],
4894
+ "default": "\"inherit\"",
4895
+ "values": [
4896
+ {
4897
+ "value": "dark",
4898
+ "type": "string"
4899
+ },
4900
+ {
4901
+ "value": "inherit",
4902
+ "type": "string"
4903
+ },
4904
+ {
4905
+ "value": "light",
4906
+ "type": "string"
4907
+ }
4908
+ ],
4909
+ "optional": true,
4910
+ "required": false
4564
4911
  }
4565
4912
  ],
4566
4913
  "methods": [
@@ -4732,29 +5079,312 @@
4732
5079
  "filePath": "src/components/ic-divider/ic-divider.tsx",
4733
5080
  "encapsulation": "scoped",
4734
5081
  "tag": "ic-divider",
4735
- "readme": "# ic-divider\n\n\n",
5082
+ "readme": "# ic-divider\r\n\r\n\r\n\r",
4736
5083
  "docs": "",
4737
5084
  "docsTags": [],
4738
5085
  "usage": {},
4739
- "props": [],
4740
- "methods": [],
4741
- "events": [],
4742
- "listeners": [
5086
+ "props": [
4743
5087
  {
4744
- "event": "themeChange",
4745
- "target": "document",
4746
- "capture": false,
4747
- "passive": false
4748
- }
4749
- ],
4750
- "styles": [],
4751
- "slots": [],
4752
- "parts": [],
4753
- "dependents": [
4754
- "ic-side-navigation"
4755
- ],
4756
- "dependencies": [],
5088
+ "name": "borderStyle",
5089
+ "type": "\"dashed\" | \"solid\"",
5090
+ "complexType": {
5091
+ "original": "IcDividerStyles",
5092
+ "resolved": "\"dashed\" | \"solid\"",
5093
+ "references": {
5094
+ "IcDividerStyles": {
5095
+ "location": "import",
5096
+ "path": "./ic-divider.types",
5097
+ "id": "src/components/ic-divider/ic-divider.types.tsx::IcDividerStyles"
5098
+ }
5099
+ }
5100
+ },
5101
+ "mutable": false,
5102
+ "attr": "border-style",
5103
+ "reflectToAttr": false,
5104
+ "docs": "The line style of the divider.",
5105
+ "docsTags": [],
5106
+ "default": "\"solid\"",
5107
+ "values": [
5108
+ {
5109
+ "value": "dashed",
5110
+ "type": "string"
5111
+ },
5112
+ {
5113
+ "value": "solid",
5114
+ "type": "string"
5115
+ }
5116
+ ],
5117
+ "optional": false,
5118
+ "required": false
5119
+ },
5120
+ {
5121
+ "name": "label",
5122
+ "type": "string",
5123
+ "complexType": {
5124
+ "original": "string",
5125
+ "resolved": "string",
5126
+ "references": {}
5127
+ },
5128
+ "mutable": false,
5129
+ "attr": "label",
5130
+ "reflectToAttr": false,
5131
+ "docs": "The label for the divider. The label placement will need to be set for the label to be displayed correctly.",
5132
+ "docsTags": [],
5133
+ "values": [
5134
+ {
5135
+ "type": "string"
5136
+ }
5137
+ ],
5138
+ "optional": true,
5139
+ "required": false
5140
+ },
5141
+ {
5142
+ "name": "labelPlacement",
5143
+ "type": "\"bottom\" | \"center\" | \"left\" | \"right\" | \"top\"",
5144
+ "complexType": {
5145
+ "original": "IcDividerLabelPlacement",
5146
+ "resolved": "\"bottom\" | \"center\" | \"left\" | \"right\" | \"top\"",
5147
+ "references": {
5148
+ "IcDividerLabelPlacement": {
5149
+ "location": "import",
5150
+ "path": "./ic-divider.types",
5151
+ "id": "src/components/ic-divider/ic-divider.types.tsx::IcDividerLabelPlacement"
5152
+ }
5153
+ }
5154
+ },
5155
+ "mutable": false,
5156
+ "attr": "label-placement",
5157
+ "reflectToAttr": false,
5158
+ "docs": "The position the label is placed on the divider. `Left` and `right` placement is only applicable when orientation is set to `horizontal`. `Top` and `bottom` placement is only applicable when orientation is set to `vertical`. `Center` placement is applicable for both orientations.",
5159
+ "docsTags": [],
5160
+ "default": "\"center\"",
5161
+ "values": [
5162
+ {
5163
+ "value": "bottom",
5164
+ "type": "string"
5165
+ },
5166
+ {
5167
+ "value": "center",
5168
+ "type": "string"
5169
+ },
5170
+ {
5171
+ "value": "left",
5172
+ "type": "string"
5173
+ },
5174
+ {
5175
+ "value": "right",
5176
+ "type": "string"
5177
+ },
5178
+ {
5179
+ "value": "top",
5180
+ "type": "string"
5181
+ }
5182
+ ],
5183
+ "optional": true,
5184
+ "required": false
5185
+ },
5186
+ {
5187
+ "name": "monochrome",
5188
+ "type": "boolean",
5189
+ "complexType": {
5190
+ "original": "boolean",
5191
+ "resolved": "boolean",
5192
+ "references": {}
5193
+ },
5194
+ "mutable": false,
5195
+ "attr": "monochrome",
5196
+ "reflectToAttr": false,
5197
+ "docs": "If `true`, the divider will be displayed in a grey colour.",
5198
+ "docsTags": [],
5199
+ "default": "false",
5200
+ "values": [
5201
+ {
5202
+ "type": "boolean"
5203
+ }
5204
+ ],
5205
+ "optional": true,
5206
+ "required": false
5207
+ },
5208
+ {
5209
+ "name": "orientation",
5210
+ "type": "\"horizontal\" | \"vertical\"",
5211
+ "complexType": {
5212
+ "original": "IcOrientation",
5213
+ "resolved": "\"horizontal\" | \"vertical\"",
5214
+ "references": {
5215
+ "IcOrientation": {
5216
+ "location": "import",
5217
+ "path": "../../utils/types",
5218
+ "id": "src/utils/types.ts::IcOrientation"
5219
+ }
5220
+ }
5221
+ },
5222
+ "mutable": false,
5223
+ "attr": "orientation",
5224
+ "reflectToAttr": false,
5225
+ "docs": "The orientation of the divider.",
5226
+ "docsTags": [],
5227
+ "default": "\"horizontal\"",
5228
+ "values": [
5229
+ {
5230
+ "value": "horizontal",
5231
+ "type": "string"
5232
+ },
5233
+ {
5234
+ "value": "vertical",
5235
+ "type": "string"
5236
+ }
5237
+ ],
5238
+ "optional": false,
5239
+ "required": false
5240
+ },
5241
+ {
5242
+ "name": "theme",
5243
+ "type": "\"dark\" | \"default\" | \"inherit\" | \"light\"",
5244
+ "complexType": {
5245
+ "original": "IcThemeMode | IcBrandForeground",
5246
+ "resolved": "\"dark\" | \"default\" | \"inherit\" | \"light\"",
5247
+ "references": {
5248
+ "IcThemeMode": {
5249
+ "location": "import",
5250
+ "path": "../../utils/types",
5251
+ "id": "src/utils/types.ts::IcThemeMode"
5252
+ },
5253
+ "IcBrandForeground": {
5254
+ "location": "import",
5255
+ "path": "../../utils/types",
5256
+ "id": "src/utils/types.ts::IcBrandForeground"
5257
+ }
5258
+ }
5259
+ },
5260
+ "mutable": true,
5261
+ "attr": "theme",
5262
+ "reflectToAttr": false,
5263
+ "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.",
5264
+ "docsTags": [],
5265
+ "default": "\"inherit\"",
5266
+ "values": [
5267
+ {
5268
+ "value": "dark",
5269
+ "type": "string"
5270
+ },
5271
+ {
5272
+ "value": "default",
5273
+ "type": "string"
5274
+ },
5275
+ {
5276
+ "value": "inherit",
5277
+ "type": "string"
5278
+ },
5279
+ {
5280
+ "value": "light",
5281
+ "type": "string"
5282
+ }
5283
+ ],
5284
+ "optional": true,
5285
+ "required": false
5286
+ },
5287
+ {
5288
+ "name": "weight",
5289
+ "type": "\"medium\" | \"thick\" | \"thin\" | \"very-thick\"",
5290
+ "complexType": {
5291
+ "original": "IcDividerWeights",
5292
+ "resolved": "\"medium\" | \"thick\" | \"thin\" | \"very-thick\"",
5293
+ "references": {
5294
+ "IcDividerWeights": {
5295
+ "location": "import",
5296
+ "path": "./ic-divider.types",
5297
+ "id": "src/components/ic-divider/ic-divider.types.tsx::IcDividerWeights"
5298
+ }
5299
+ }
5300
+ },
5301
+ "mutable": false,
5302
+ "attr": "weight",
5303
+ "reflectToAttr": false,
5304
+ "docs": "The thickness of the divider.",
5305
+ "docsTags": [],
5306
+ "default": "\"thin\"",
5307
+ "values": [
5308
+ {
5309
+ "value": "medium",
5310
+ "type": "string"
5311
+ },
5312
+ {
5313
+ "value": "thick",
5314
+ "type": "string"
5315
+ },
5316
+ {
5317
+ "value": "thin",
5318
+ "type": "string"
5319
+ },
5320
+ {
5321
+ "value": "very-thick",
5322
+ "type": "string"
5323
+ }
5324
+ ],
5325
+ "optional": false,
5326
+ "required": false
5327
+ }
5328
+ ],
5329
+ "methods": [],
5330
+ "events": [],
5331
+ "listeners": [
5332
+ {
5333
+ "event": "brandChange",
5334
+ "target": "document",
5335
+ "capture": false,
5336
+ "passive": false
5337
+ }
5338
+ ],
5339
+ "styles": [
5340
+ {
5341
+ "name": "--ic-divider-background",
5342
+ "annotation": "prop",
5343
+ "docs": ""
5344
+ },
5345
+ {
5346
+ "name": "--ic-divider-background-monochrome",
5347
+ "annotation": "prop",
5348
+ "docs": ""
5349
+ },
5350
+ {
5351
+ "name": "--ic-divider-horizontal-width",
5352
+ "annotation": "prop",
5353
+ "docs": "The width of a horizontal divider. The default value is `inherit`."
5354
+ },
5355
+ {
5356
+ "name": "--ic-divider-label",
5357
+ "annotation": "prop",
5358
+ "docs": ""
5359
+ },
5360
+ {
5361
+ "name": "--ic-divider-label-monochrome",
5362
+ "annotation": "prop",
5363
+ "docs": ""
5364
+ },
5365
+ {
5366
+ "name": "--ic-divider-label-width",
5367
+ "annotation": "prop",
5368
+ "docs": "The max-width of the divider label. When orientation is set to `horizontal`, the default value is `max(20rem, 60%)`. When orientation is set to `vertical`, the default value is `20 rem`."
5369
+ },
5370
+ {
5371
+ "name": "--ic-divider-vertical-height",
5372
+ "annotation": "prop",
5373
+ "docs": "The height of a vertical divider. The default value is `inherit`."
5374
+ }
5375
+ ],
5376
+ "slots": [],
5377
+ "parts": [],
5378
+ "dependents": [
5379
+ "ic-side-navigation"
5380
+ ],
5381
+ "dependencies": [
5382
+ "ic-typography"
5383
+ ],
4757
5384
  "dependencyGraph": {
5385
+ "ic-divider": [
5386
+ "ic-typography"
5387
+ ],
4758
5388
  "ic-side-navigation": [
4759
5389
  "ic-divider"
4760
5390
  ]
@@ -4764,7 +5394,7 @@
4764
5394
  "filePath": "src/components/ic-empty-state/ic-empty-state.tsx",
4765
5395
  "encapsulation": "shadow",
4766
5396
  "tag": "ic-empty-state",
4767
- "readme": "# ic-empty-state\n\n\n",
5397
+ "readme": "# ic-empty-state\r\n\r\n\r\n\r",
4768
5398
  "docs": "",
4769
5399
  "docsTags": [
4770
5400
  {
@@ -4947,6 +5577,43 @@
4947
5577
  ],
4948
5578
  "optional": true,
4949
5579
  "required": false
5580
+ },
5581
+ {
5582
+ "name": "theme",
5583
+ "type": "\"dark\" | \"inherit\" | \"light\"",
5584
+ "complexType": {
5585
+ "original": "IcThemeMode",
5586
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
5587
+ "references": {
5588
+ "IcThemeMode": {
5589
+ "location": "import",
5590
+ "path": "../../utils/types",
5591
+ "id": "src/utils/types.ts::IcThemeMode"
5592
+ }
5593
+ }
5594
+ },
5595
+ "mutable": false,
5596
+ "attr": "theme",
5597
+ "reflectToAttr": false,
5598
+ "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.",
5599
+ "docsTags": [],
5600
+ "default": "\"inherit\"",
5601
+ "values": [
5602
+ {
5603
+ "value": "dark",
5604
+ "type": "string"
5605
+ },
5606
+ {
5607
+ "value": "inherit",
5608
+ "type": "string"
5609
+ },
5610
+ {
5611
+ "value": "light",
5612
+ "type": "string"
5613
+ }
5614
+ ],
5615
+ "optional": true,
5616
+ "required": false
4950
5617
  }
4951
5618
  ],
4952
5619
  "methods": [],
@@ -4990,7 +5657,7 @@
4990
5657
  "filePath": "src/components/ic-footer/ic-footer.tsx",
4991
5658
  "encapsulation": "shadow",
4992
5659
  "tag": "ic-footer",
4993
- "readme": "# ic-footer\n\n\n",
5660
+ "readme": "# ic-footer\r\n\r\n\r\n\r",
4994
5661
  "docs": "",
4995
5662
  "docsTags": [
4996
5663
  {
@@ -5185,7 +5852,7 @@
5185
5852
  "events": [],
5186
5853
  "listeners": [
5187
5854
  {
5188
- "event": "themeChange",
5855
+ "event": "brandChange",
5189
5856
  "target": "document",
5190
5857
  "capture": false,
5191
5858
  "passive": false
@@ -5227,7 +5894,7 @@
5227
5894
  "filePath": "src/components/ic-footer-link/ic-footer-link.tsx",
5228
5895
  "encapsulation": "shadow",
5229
5896
  "tag": "ic-footer-link",
5230
- "readme": "# ic-footer-link\n\n\n",
5897
+ "readme": "# ic-footer-link\r\n\r\n\r\n\r",
5231
5898
  "docs": "",
5232
5899
  "docsTags": [],
5233
5900
  "usage": {},
@@ -5411,7 +6078,7 @@
5411
6078
  "passive": false
5412
6079
  },
5413
6080
  {
5414
- "event": "themeChange",
6081
+ "event": "brandChange",
5415
6082
  "target": "document",
5416
6083
  "capture": false,
5417
6084
  "passive": false
@@ -5434,7 +6101,7 @@
5434
6101
  "filePath": "src/components/ic-footer-link-group/ic-footer-link-group.tsx",
5435
6102
  "encapsulation": "shadow",
5436
6103
  "tag": "ic-footer-link-group",
5437
- "readme": "# ic-footer-link-group\n\n\n",
6104
+ "readme": "# ic-footer-link-group\r\n\r\n\r\n\r",
5438
6105
  "docs": "",
5439
6106
  "docsTags": [],
5440
6107
  "usage": {},
@@ -5471,7 +6138,7 @@
5471
6138
  "passive": false
5472
6139
  },
5473
6140
  {
5474
- "event": "themeChange",
6141
+ "event": "brandChange",
5475
6142
  "target": "document",
5476
6143
  "capture": false,
5477
6144
  "passive": false
@@ -5496,7 +6163,7 @@
5496
6163
  "filePath": "src/components/ic-hero/ic-hero.tsx",
5497
6164
  "encapsulation": "shadow",
5498
6165
  "tag": "ic-hero",
5499
- "readme": "# ic-hero\n\n\n",
6166
+ "readme": "# ic-hero\r\n\r\n\r\n\r",
5500
6167
  "docs": "",
5501
6168
  "docsTags": [
5502
6169
  {
@@ -5753,7 +6420,7 @@
5753
6420
  "events": [],
5754
6421
  "listeners": [
5755
6422
  {
5756
- "event": "themeChange",
6423
+ "event": "brandChange",
5757
6424
  "target": "document",
5758
6425
  "capture": false,
5759
6426
  "passive": false
@@ -5801,7 +6468,7 @@
5801
6468
  "filePath": "src/components/ic-horizontal-scroll/ic-horizontal-scroll.tsx",
5802
6469
  "encapsulation": "shadow",
5803
6470
  "tag": "ic-horizontal-scroll",
5804
- "readme": "# ic-horizontal-scroll\n\n\n",
6471
+ "readme": "# ic-horizontal-scroll\r\n\r\n\r\n\r",
5805
6472
  "docs": "",
5806
6473
  "docsTags": [],
5807
6474
  "usage": {},
@@ -5810,13 +6477,13 @@
5810
6477
  "name": "appearance",
5811
6478
  "type": "\"dark\" | \"default\" | \"light\"",
5812
6479
  "complexType": {
5813
- "original": "IcThemeForeground",
6480
+ "original": "IcBrandForeground",
5814
6481
  "resolved": "\"dark\" | \"default\" | \"light\"",
5815
6482
  "references": {
5816
- "IcThemeForeground": {
6483
+ "IcBrandForeground": {
5817
6484
  "location": "import",
5818
6485
  "path": "../../utils/types",
5819
- "id": "src/utils/types.ts::IcThemeForeground"
6486
+ "id": "src/utils/types.ts::IcBrandForeground"
5820
6487
  }
5821
6488
  }
5822
6489
  },
@@ -5887,7 +6554,7 @@
5887
6554
  "filePath": "src/components/ic-input-component-container/ic-input-component-container.tsx",
5888
6555
  "encapsulation": "none",
5889
6556
  "tag": "ic-input-component-container",
5890
- "readme": "# ic-input-container\n\n\n",
6557
+ "readme": "# ic-input-container\r\n\r\n\r\n\r",
5891
6558
  "docs": "",
5892
6559
  "docsTags": [
5893
6560
  {
@@ -5897,33 +6564,6 @@
5897
6564
  ],
5898
6565
  "usage": {},
5899
6566
  "props": [
5900
- {
5901
- "name": "appearance",
5902
- "type": "\"dark\" | \"default\"",
5903
- "complexType": {
5904
- "original": "\"dark\" | \"default\"",
5905
- "resolved": "\"dark\" | \"default\"",
5906
- "references": {}
5907
- },
5908
- "mutable": false,
5909
- "attr": "appearance",
5910
- "reflectToAttr": false,
5911
- "docs": "The appearance of the input component container.",
5912
- "docsTags": [],
5913
- "default": "\"default\"",
5914
- "values": [
5915
- {
5916
- "value": "dark",
5917
- "type": "string"
5918
- },
5919
- {
5920
- "value": "default",
5921
- "type": "string"
5922
- }
5923
- ],
5924
- "optional": true,
5925
- "required": false
5926
- },
5927
6567
  {
5928
6568
  "name": "disabled",
5929
6569
  "type": "boolean",
@@ -6120,6 +6760,66 @@
6120
6760
  "name": "--border-color",
6121
6761
  "annotation": "prop",
6122
6762
  "docs": "Border colour of the input component container"
6763
+ },
6764
+ {
6765
+ "name": "--border-color-disabled",
6766
+ "annotation": "prop",
6767
+ "docs": "Border colour of the input component container when disabled"
6768
+ },
6769
+ {
6770
+ "name": "--border-color-error",
6771
+ "annotation": "prop",
6772
+ "docs": "Border colour of the error variant for input component container"
6773
+ },
6774
+ {
6775
+ "name": "--border-color-error-hover",
6776
+ "annotation": "prop",
6777
+ "docs": "Border colour of the error hover variant for input component container"
6778
+ },
6779
+ {
6780
+ "name": "--border-color-error-pressed",
6781
+ "annotation": "prop",
6782
+ "docs": "Border colour of the error pressed variant for input component container"
6783
+ },
6784
+ {
6785
+ "name": "--border-color-hover",
6786
+ "annotation": "prop",
6787
+ "docs": "Border colour of the input component container on hover"
6788
+ },
6789
+ {
6790
+ "name": "--border-color-pressed",
6791
+ "annotation": "prop",
6792
+ "docs": "Border colour of the input component container when pressed"
6793
+ },
6794
+ {
6795
+ "name": "--border-color-success",
6796
+ "annotation": "prop",
6797
+ "docs": "Border colour of the success variant for input component container"
6798
+ },
6799
+ {
6800
+ "name": "--border-color-success-hover",
6801
+ "annotation": "prop",
6802
+ "docs": "Border colour of the success hover variant for input component container"
6803
+ },
6804
+ {
6805
+ "name": "--border-color-success-pressed",
6806
+ "annotation": "prop",
6807
+ "docs": "Border colour of the success pressed variant for input component container"
6808
+ },
6809
+ {
6810
+ "name": "--border-color-warning",
6811
+ "annotation": "prop",
6812
+ "docs": "Border colour of the warning variant for input component container"
6813
+ },
6814
+ {
6815
+ "name": "--border-color-warning-hover",
6816
+ "annotation": "prop",
6817
+ "docs": "Border colour of the warning hover variant for input component container"
6818
+ },
6819
+ {
6820
+ "name": "--border-color-warning-pressed",
6821
+ "annotation": "prop",
6822
+ "docs": "Border colour of the warning pressed variant for input component container"
6123
6823
  }
6124
6824
  ],
6125
6825
  "slots": [
@@ -6130,11 +6830,15 @@
6130
6830
  ],
6131
6831
  "parts": [],
6132
6832
  "dependents": [
6833
+ "ic-search-bar",
6133
6834
  "ic-select",
6134
6835
  "ic-text-field"
6135
6836
  ],
6136
6837
  "dependencies": [],
6137
6838
  "dependencyGraph": {
6839
+ "ic-search-bar": [
6840
+ "ic-input-component-container"
6841
+ ],
6138
6842
  "ic-select": [
6139
6843
  "ic-input-component-container"
6140
6844
  ],
@@ -6147,7 +6851,7 @@
6147
6851
  "filePath": "src/components/ic-input-container/ic-input-container.tsx",
6148
6852
  "encapsulation": "none",
6149
6853
  "tag": "ic-input-container",
6150
- "readme": "# ic-input-container\n\n\n",
6854
+ "readme": "# ic-input-container\r\n\r\n\r\n\r",
6151
6855
  "docs": "",
6152
6856
  "docsTags": [],
6153
6857
  "usage": {},
@@ -6204,11 +6908,15 @@
6204
6908
  "slots": [],
6205
6909
  "parts": [],
6206
6910
  "dependents": [
6911
+ "ic-search-bar",
6207
6912
  "ic-select",
6208
6913
  "ic-text-field"
6209
6914
  ],
6210
6915
  "dependencies": [],
6211
6916
  "dependencyGraph": {
6917
+ "ic-search-bar": [
6918
+ "ic-input-container"
6919
+ ],
6212
6920
  "ic-select": [
6213
6921
  "ic-input-container"
6214
6922
  ],
@@ -6221,38 +6929,11 @@
6221
6929
  "filePath": "src/components/ic-input-label/ic-input-label.tsx",
6222
6930
  "encapsulation": "none",
6223
6931
  "tag": "ic-input-label",
6224
- "readme": "# ic-input-label\n\n\n",
6932
+ "readme": "# ic-input-label\r\n\r\n\r\n\r",
6225
6933
  "docs": "",
6226
6934
  "docsTags": [],
6227
6935
  "usage": {},
6228
6936
  "props": [
6229
- {
6230
- "name": "appearance",
6231
- "type": "\"dark\" | \"default\"",
6232
- "complexType": {
6233
- "original": "\"dark\" | \"default\"",
6234
- "resolved": "\"dark\" | \"default\"",
6235
- "references": {}
6236
- },
6237
- "mutable": false,
6238
- "attr": "appearance",
6239
- "reflectToAttr": false,
6240
- "docs": "The appearance of the input label.",
6241
- "docsTags": [],
6242
- "default": "\"default\"",
6243
- "values": [
6244
- {
6245
- "value": "dark",
6246
- "type": "string"
6247
- },
6248
- {
6249
- "value": "default",
6250
- "type": "string"
6251
- }
6252
- ],
6253
- "optional": true,
6254
- "required": false
6255
- },
6256
6937
  {
6257
6938
  "name": "disabled",
6258
6939
  "type": "boolean",
@@ -6318,6 +6999,28 @@
6318
6999
  "optional": false,
6319
7000
  "required": false
6320
7001
  },
7002
+ {
7003
+ "name": "hideLabel",
7004
+ "type": "boolean",
7005
+ "complexType": {
7006
+ "original": "boolean",
7007
+ "resolved": "boolean",
7008
+ "references": {}
7009
+ },
7010
+ "mutable": false,
7011
+ "attr": "hide-label",
7012
+ "reflectToAttr": false,
7013
+ "docs": "The label will be visually hidden.",
7014
+ "docsTags": [],
7015
+ "default": "false",
7016
+ "values": [
7017
+ {
7018
+ "type": "boolean"
7019
+ }
7020
+ ],
7021
+ "optional": false,
7022
+ "required": false
7023
+ },
6321
7024
  {
6322
7025
  "name": "label",
6323
7026
  "type": "string",
@@ -6419,6 +7122,7 @@
6419
7122
  "dependents": [
6420
7123
  "ic-checkbox-group",
6421
7124
  "ic-radio-group",
7125
+ "ic-search-bar",
6422
7126
  "ic-select",
6423
7127
  "ic-switch",
6424
7128
  "ic-text-field"
@@ -6436,6 +7140,9 @@
6436
7140
  "ic-radio-group": [
6437
7141
  "ic-input-label"
6438
7142
  ],
7143
+ "ic-search-bar": [
7144
+ "ic-input-label"
7145
+ ],
6439
7146
  "ic-select": [
6440
7147
  "ic-input-label"
6441
7148
  ],
@@ -6451,7 +7158,7 @@
6451
7158
  "filePath": "src/components/ic-input-validation/ic-input-validation.tsx",
6452
7159
  "encapsulation": "none",
6453
7160
  "tag": "ic-input-validation",
6454
- "readme": "# ic-input-validation\n\n\n",
7161
+ "readme": "# ic-input-validation\r\n\r\n\r\n\r",
6455
7162
  "docs": "",
6456
7163
  "docsTags": [
6457
7164
  {
@@ -6641,7 +7348,7 @@
6641
7348
  "filePath": "src/components/ic-link/ic-link.tsx",
6642
7349
  "encapsulation": "shadow",
6643
7350
  "tag": "ic-link",
6644
- "readme": "# ic-link\n\n\n",
7351
+ "readme": "# ic-link\r\n\r\n\r\n\r",
6645
7352
  "docs": "",
6646
7353
  "docsTags": [
6647
7354
  {
@@ -6727,7 +7434,7 @@
6727
7434
  "resolved": "boolean",
6728
7435
  "references": {}
6729
7436
  },
6730
- "mutable": false,
7437
+ "mutable": true,
6731
7438
  "attr": "monochrome",
6732
7439
  "reflectToAttr": false,
6733
7440
  "docs": "If `true`, the link will display as black in the light theme, and white in the dark theme.",
@@ -6855,7 +7562,7 @@
6855
7562
  }
6856
7563
  }
6857
7564
  },
6858
- "mutable": false,
7565
+ "mutable": true,
6859
7566
  "attr": "theme",
6860
7567
  "reflectToAttr": false,
6861
7568
  "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.",
@@ -6906,7 +7613,7 @@
6906
7613
  "events": [],
6907
7614
  "listeners": [
6908
7615
  {
6909
- "event": "themeChange",
7616
+ "event": "brandChange",
6910
7617
  "target": "document",
6911
7618
  "capture": false,
6912
7619
  "passive": false
@@ -6937,45 +7644,12 @@
6937
7644
  {
6938
7645
  "filePath": "src/components/ic-loading-indicator/ic-loading-indicator.tsx",
6939
7646
  "encapsulation": "shadow",
6940
- "tag": "ic-loading-indicator",
6941
- "readme": "# ic-loading\n\n\n",
6942
- "docs": "",
6943
- "docsTags": [],
6944
- "usage": {},
6945
- "props": [
6946
- {
6947
- "name": "appearance",
6948
- "type": "\"dark\" | \"light\"",
6949
- "complexType": {
6950
- "original": "IcThemeForegroundNoDefault",
6951
- "resolved": "\"dark\" | \"light\"",
6952
- "references": {
6953
- "IcThemeForegroundNoDefault": {
6954
- "location": "import",
6955
- "path": "../../utils/types",
6956
- "id": "src/utils/types.ts::IcThemeForegroundNoDefault"
6957
- }
6958
- }
6959
- },
6960
- "mutable": false,
6961
- "attr": "appearance",
6962
- "reflectToAttr": false,
6963
- "docs": "The appearance of the loading indicator, e.g. dark or light.",
6964
- "docsTags": [],
6965
- "default": "\"dark\"",
6966
- "values": [
6967
- {
6968
- "value": "dark",
6969
- "type": "string"
6970
- },
6971
- {
6972
- "value": "light",
6973
- "type": "string"
6974
- }
6975
- ],
6976
- "optional": true,
6977
- "required": false
6978
- },
7647
+ "tag": "ic-loading-indicator",
7648
+ "readme": "# ic-loading\r\n\r\n\r\n\r",
7649
+ "docs": "",
7650
+ "docsTags": [],
7651
+ "usage": {},
7652
+ "props": [
6979
7653
  {
6980
7654
  "name": "description",
6981
7655
  "type": "string",
@@ -7031,7 +7705,7 @@
7031
7705
  "mutable": false,
7032
7706
  "attr": "label",
7033
7707
  "reflectToAttr": false,
7034
- "docs": "The label to be displayed beneath the loading indicator.\nDisplay a changing label by supplying an array of messages.",
7708
+ "docs": "The label to be displayed beneath the loading indicator.\r\nDisplay a changing label by supplying an array of messages.",
7035
7709
  "docsTags": [],
7036
7710
  "values": [
7037
7711
  {
@@ -7077,7 +7751,7 @@
7077
7751
  "mutable": false,
7078
7752
  "attr": "max",
7079
7753
  "reflectToAttr": false,
7080
- "docs": "The maximum value that the progress value can take.\nUsed to calculate the proportional width of the progress bar.",
7754
+ "docs": "The maximum value that the progress value can take.\r\nUsed to calculate the proportional width of the progress bar.",
7081
7755
  "docsTags": [],
7082
7756
  "default": "100",
7083
7757
  "values": [
@@ -7099,7 +7773,7 @@
7099
7773
  "mutable": false,
7100
7774
  "attr": "min",
7101
7775
  "reflectToAttr": false,
7102
- "docs": "The minimum value that the progress value can take.\nUsed to calculate the proportional width of the progress bar.",
7776
+ "docs": "The minimum value that the progress value can take.\r\nUsed to calculate the proportional width of the progress bar.",
7103
7777
  "docsTags": [],
7104
7778
  "default": "0",
7105
7779
  "values": [
@@ -7110,6 +7784,28 @@
7110
7784
  "optional": true,
7111
7785
  "required": false
7112
7786
  },
7787
+ {
7788
+ "name": "monochrome",
7789
+ "type": "boolean",
7790
+ "complexType": {
7791
+ "original": "boolean",
7792
+ "resolved": "boolean",
7793
+ "references": {}
7794
+ },
7795
+ "mutable": false,
7796
+ "attr": "monochrome",
7797
+ "reflectToAttr": false,
7798
+ "docs": "If `true`, the element will display as black and white.",
7799
+ "docsTags": [],
7800
+ "default": "false",
7801
+ "values": [
7802
+ {
7803
+ "type": "boolean"
7804
+ }
7805
+ ],
7806
+ "optional": true,
7807
+ "required": false
7808
+ },
7113
7809
  {
7114
7810
  "name": "progress",
7115
7811
  "type": "number",
@@ -7121,7 +7817,7 @@
7121
7817
  "mutable": false,
7122
7818
  "attr": "progress",
7123
7819
  "reflectToAttr": false,
7124
- "docs": "The current amount of progress made.\nIf not provided, component acts as an indeterminate loading indicator.",
7820
+ "docs": "The current amount of progress made.\r\nIf not provided, component acts as an indeterminate loading indicator.",
7125
7821
  "docsTags": [],
7126
7822
  "values": [
7127
7823
  {
@@ -7172,6 +7868,43 @@
7172
7868
  "optional": true,
7173
7869
  "required": false
7174
7870
  },
7871
+ {
7872
+ "name": "theme",
7873
+ "type": "\"dark\" | \"inherit\" | \"light\"",
7874
+ "complexType": {
7875
+ "original": "IcThemeMode",
7876
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
7877
+ "references": {
7878
+ "IcThemeMode": {
7879
+ "location": "import",
7880
+ "path": "../../utils/types",
7881
+ "id": "src/utils/types.ts::IcThemeMode"
7882
+ }
7883
+ }
7884
+ },
7885
+ "mutable": false,
7886
+ "attr": "theme",
7887
+ "reflectToAttr": false,
7888
+ "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.",
7889
+ "docsTags": [],
7890
+ "default": "\"inherit\"",
7891
+ "values": [
7892
+ {
7893
+ "value": "dark",
7894
+ "type": "string"
7895
+ },
7896
+ {
7897
+ "value": "inherit",
7898
+ "type": "string"
7899
+ },
7900
+ {
7901
+ "value": "light",
7902
+ "type": "string"
7903
+ }
7904
+ ],
7905
+ "optional": false,
7906
+ "required": false
7907
+ },
7175
7908
  {
7176
7909
  "name": "type",
7177
7910
  "type": "\"circular\" | \"linear\"",
@@ -7254,7 +7987,7 @@
7254
7987
  "filePath": "src/components/ic-menu/ic-menu.tsx",
7255
7988
  "encapsulation": "scoped",
7256
7989
  "tag": "ic-menu",
7257
- "readme": "# ic-menu\n\n\n",
7990
+ "readme": "# ic-menu\r\n\r\n\r\n\r",
7258
7991
  "docs": "",
7259
7992
  "docsTags": [],
7260
7993
  "usage": {},
@@ -7317,6 +8050,28 @@
7317
8050
  "optional": false,
7318
8051
  "required": true
7319
8052
  },
8053
+ {
8054
+ "name": "closeOnSelect",
8055
+ "type": "boolean",
8056
+ "complexType": {
8057
+ "original": "boolean",
8058
+ "resolved": "boolean",
8059
+ "references": {}
8060
+ },
8061
+ "mutable": false,
8062
+ "attr": "close-on-select",
8063
+ "reflectToAttr": false,
8064
+ "docs": "If `true`, the menu will close when an option is selected.",
8065
+ "docsTags": [],
8066
+ "default": "true",
8067
+ "values": [
8068
+ {
8069
+ "type": "boolean"
8070
+ }
8071
+ ],
8072
+ "optional": false,
8073
+ "required": false
8074
+ },
7320
8075
  {
7321
8076
  "name": "fullWidth",
7322
8077
  "type": "boolean",
@@ -7525,7 +8280,7 @@
7525
8280
  "mutable": false,
7526
8281
  "attr": "size",
7527
8282
  "reflectToAttr": false,
7528
- "docs": "The size of the menu component.",
8283
+ "docs": "The size of the menu.",
7529
8284
  "docsTags": [],
7530
8285
  "default": "\"medium\"",
7531
8286
  "values": [
@@ -7547,20 +8302,23 @@
7547
8302
  },
7548
8303
  {
7549
8304
  "name": "value",
7550
- "type": "string",
8305
+ "type": "string | string[]",
7551
8306
  "complexType": {
7552
- "original": "string",
7553
- "resolved": "string",
8307
+ "original": "string | string[]",
8308
+ "resolved": "string | string[]",
7554
8309
  "references": {}
7555
8310
  },
7556
- "mutable": true,
8311
+ "mutable": false,
7557
8312
  "attr": "value",
7558
8313
  "reflectToAttr": false,
7559
- "docs": "The value of the currently selected option.",
8314
+ "docs": "The value of the currently selected option - or array of values (if multiple options allowed).",
7560
8315
  "docsTags": [],
7561
8316
  "values": [
7562
8317
  {
7563
8318
  "type": "string"
8319
+ },
8320
+ {
8321
+ "type": "string[]"
7564
8322
  }
7565
8323
  ],
7566
8324
  "optional": false,
@@ -7625,7 +8383,7 @@
7625
8383
  "docs": "The keyboard event which is available when handleKeyboardOpen is invoked."
7626
8384
  }
7627
8385
  ],
7628
- "docs": "Used alongside activationType\nIf menu is opened via keyboard navigation (i.e. Enter, ArrowUp or ArrowDown), emit optionSelect custom event.",
8386
+ "docs": "Used alongside activationType\r\nIf menu is opened via keyboard navigation (i.e. Enter, ArrowUp or ArrowDown), emit optionSelect custom event.",
7629
8387
  "docsTags": [
7630
8388
  {
7631
8389
  "name": "param",
@@ -7634,7 +8392,22 @@
7634
8392
  ]
7635
8393
  }
7636
8394
  ],
7637
- "events": [],
8395
+ "events": [
8396
+ {
8397
+ "event": "icClear",
8398
+ "detail": "void",
8399
+ "bubbles": true,
8400
+ "complexType": {
8401
+ "original": "void",
8402
+ "resolved": "void",
8403
+ "references": {}
8404
+ },
8405
+ "cancelable": true,
8406
+ "composed": true,
8407
+ "docs": "Emitted when the clear all button is clicked.",
8408
+ "docsTags": []
8409
+ }
8410
+ ],
7638
8411
  "listeners": [],
7639
8412
  "styles": [
7640
8413
  {
@@ -7682,7 +8455,7 @@
7682
8455
  "filePath": "src/components/ic-menu-group/ic-menu-group.tsx",
7683
8456
  "encapsulation": "shadow",
7684
8457
  "tag": "ic-menu-group",
7685
- "readme": "# ic-menu-group\n\n\n",
8458
+ "readme": "# ic-menu-group\r\n\r\n\r\n\r",
7686
8459
  "docs": "",
7687
8460
  "docsTags": [],
7688
8461
  "usage": {},
@@ -7729,7 +8502,7 @@
7729
8502
  "filePath": "src/components/ic-menu-item/ic-menu-item.tsx",
7730
8503
  "encapsulation": "shadow",
7731
8504
  "tag": "ic-menu-item",
7732
- "readme": "# ic-menu-item\n\n\n",
8505
+ "readme": "# ic-menu-item\r\n\r\n\r\n\r",
7733
8506
  "docs": "",
7734
8507
  "docsTags": [
7735
8508
  {
@@ -7739,6 +8512,28 @@
7739
8512
  ],
7740
8513
  "usage": {},
7741
8514
  "props": [
8515
+ {
8516
+ "name": "checked",
8517
+ "type": "boolean",
8518
+ "complexType": {
8519
+ "original": "boolean",
8520
+ "resolved": "boolean",
8521
+ "references": {}
8522
+ },
8523
+ "mutable": true,
8524
+ "attr": "checked",
8525
+ "reflectToAttr": true,
8526
+ "docs": "If `true`, the menu item will be in a checked state. This is only applicable when variant is set to `toggle`.",
8527
+ "docsTags": [],
8528
+ "default": "false",
8529
+ "values": [
8530
+ {
8531
+ "type": "boolean"
8532
+ }
8533
+ ],
8534
+ "optional": false,
8535
+ "required": false
8536
+ },
7742
8537
  {
7743
8538
  "name": "description",
7744
8539
  "type": "string",
@@ -7825,7 +8620,7 @@
7825
8620
  "required": false
7826
8621
  },
7827
8622
  {
7828
- "name": "keyboardShortcut",
8623
+ "name": "keyboardShortcutLabel",
7829
8624
  "type": "string",
7830
8625
  "complexType": {
7831
8626
  "original": "string",
@@ -7833,7 +8628,7 @@
7833
8628
  "references": {}
7834
8629
  },
7835
8630
  "mutable": false,
7836
- "attr": "keyboard-shortcut",
8631
+ "attr": "keyboard-shortcut-label",
7837
8632
  "reflectToAttr": false,
7838
8633
  "docs": "The label describing the keyboard shortcut for a menu item's action.",
7839
8634
  "docsTags": [],
@@ -8026,7 +8821,22 @@
8026
8821
  }
8027
8822
  ],
8028
8823
  "methods": [],
8029
- "events": [],
8824
+ "events": [
8825
+ {
8826
+ "event": "icToggleChecked",
8827
+ "detail": "{ checked: boolean; }",
8828
+ "bubbles": true,
8829
+ "complexType": {
8830
+ "original": "{\r\n checked: boolean;\r\n }",
8831
+ "resolved": "{ checked: boolean; }",
8832
+ "references": {}
8833
+ },
8834
+ "cancelable": true,
8835
+ "composed": true,
8836
+ "docs": "Emitted when the user clicks a menu item that is set to the toggle variant.",
8837
+ "docsTags": []
8838
+ }
8839
+ ],
8030
8840
  "listeners": [
8031
8841
  {
8032
8842
  "event": "click",
@@ -8073,7 +8883,7 @@
8073
8883
  "filePath": "src/components/ic-navigation-button/ic-navigation-button.tsx",
8074
8884
  "encapsulation": "shadow",
8075
8885
  "tag": "ic-navigation-button",
8076
- "readme": "# ic-navigation-button\n\n\n",
8886
+ "readme": "# ic-navigation-button\r\n\r\n\r\n\r",
8077
8887
  "docs": "",
8078
8888
  "docsTags": [
8079
8889
  {
@@ -8274,6 +9084,43 @@
8274
9084
  ],
8275
9085
  "optional": true,
8276
9086
  "required": false
9087
+ },
9088
+ {
9089
+ "name": "theme",
9090
+ "type": "\"dark\" | \"inherit\" | \"light\"",
9091
+ "complexType": {
9092
+ "original": "IcThemeMode",
9093
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
9094
+ "references": {
9095
+ "IcThemeMode": {
9096
+ "location": "import",
9097
+ "path": "../../utils/types",
9098
+ "id": "src/utils/types.ts::IcThemeMode"
9099
+ }
9100
+ }
9101
+ },
9102
+ "mutable": false,
9103
+ "attr": "theme",
9104
+ "reflectToAttr": false,
9105
+ "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.",
9106
+ "docsTags": [],
9107
+ "default": "\"inherit\"",
9108
+ "values": [
9109
+ {
9110
+ "value": "dark",
9111
+ "type": "string"
9112
+ },
9113
+ {
9114
+ "value": "inherit",
9115
+ "type": "string"
9116
+ },
9117
+ {
9118
+ "value": "light",
9119
+ "type": "string"
9120
+ }
9121
+ ],
9122
+ "optional": true,
9123
+ "required": false
8277
9124
  }
8278
9125
  ],
8279
9126
  "methods": [
@@ -8315,7 +9162,7 @@
8315
9162
  "passive": false
8316
9163
  },
8317
9164
  {
8318
- "event": "themeChange",
9165
+ "event": "brandChange",
8319
9166
  "target": "document",
8320
9167
  "capture": false,
8321
9168
  "passive": false
@@ -8357,7 +9204,7 @@
8357
9204
  "filePath": "src/components/ic-navigation-group/ic-navigation-group.tsx",
8358
9205
  "encapsulation": "shadow",
8359
9206
  "tag": "ic-navigation-group",
8360
- "readme": "# ic-navigation-group\n\n\n",
9207
+ "readme": "# ic-navigation-group\r\n\r\n\r\n\r",
8361
9208
  "docs": "",
8362
9209
  "docsTags": [],
8363
9210
  "usage": {},
@@ -8404,6 +9251,43 @@
8404
9251
  ],
8405
9252
  "optional": false,
8406
9253
  "required": false
9254
+ },
9255
+ {
9256
+ "name": "theme",
9257
+ "type": "\"dark\" | \"inherit\" | \"light\"",
9258
+ "complexType": {
9259
+ "original": "IcThemeMode",
9260
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
9261
+ "references": {
9262
+ "IcThemeMode": {
9263
+ "location": "import",
9264
+ "path": "../../utils/types",
9265
+ "id": "src/utils/types.ts::IcThemeMode"
9266
+ }
9267
+ }
9268
+ },
9269
+ "mutable": false,
9270
+ "attr": "theme",
9271
+ "reflectToAttr": false,
9272
+ "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.",
9273
+ "docsTags": [],
9274
+ "default": "\"inherit\"",
9275
+ "values": [
9276
+ {
9277
+ "value": "dark",
9278
+ "type": "string"
9279
+ },
9280
+ {
9281
+ "value": "inherit",
9282
+ "type": "string"
9283
+ },
9284
+ {
9285
+ "value": "light",
9286
+ "type": "string"
9287
+ }
9288
+ ],
9289
+ "optional": true,
9290
+ "required": false
8407
9291
  }
8408
9292
  ],
8409
9293
  "methods": [
@@ -8443,7 +9327,7 @@
8443
9327
  "passive": false
8444
9328
  },
8445
9329
  {
8446
- "event": "themeChange",
9330
+ "event": "brandChange",
8447
9331
  "target": "document",
8448
9332
  "capture": false,
8449
9333
  "passive": false
@@ -8472,7 +9356,7 @@
8472
9356
  "filePath": "src/components/ic-navigation-item/ic-navigation-item.tsx",
8473
9357
  "encapsulation": "shadow",
8474
9358
  "tag": "ic-navigation-item",
8475
- "readme": "# ic-navigation-item\n\n\n",
9359
+ "readme": "# ic-navigation-item\r\n\r\n\r\n\r",
8476
9360
  "docs": "",
8477
9361
  "docsTags": [
8478
9362
  {
@@ -8700,6 +9584,43 @@
8700
9584
  ],
8701
9585
  "optional": true,
8702
9586
  "required": false
9587
+ },
9588
+ {
9589
+ "name": "theme",
9590
+ "type": "\"dark\" | \"inherit\" | \"light\"",
9591
+ "complexType": {
9592
+ "original": "IcThemeMode",
9593
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
9594
+ "references": {
9595
+ "IcThemeMode": {
9596
+ "location": "import",
9597
+ "path": "../../utils/types",
9598
+ "id": "src/utils/types.ts::IcThemeMode"
9599
+ }
9600
+ }
9601
+ },
9602
+ "mutable": false,
9603
+ "attr": "theme",
9604
+ "reflectToAttr": false,
9605
+ "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.",
9606
+ "docsTags": [],
9607
+ "default": "\"inherit\"",
9608
+ "values": [
9609
+ {
9610
+ "value": "dark",
9611
+ "type": "string"
9612
+ },
9613
+ {
9614
+ "value": "inherit",
9615
+ "type": "string"
9616
+ },
9617
+ {
9618
+ "value": "light",
9619
+ "type": "string"
9620
+ }
9621
+ ],
9622
+ "optional": true,
9623
+ "required": false
8703
9624
  }
8704
9625
  ],
8705
9626
  "methods": [
@@ -8729,7 +9650,7 @@
8729
9650
  "events": [],
8730
9651
  "listeners": [
8731
9652
  {
8732
- "event": "themeChange",
9653
+ "event": "brandChange",
8733
9654
  "target": "document",
8734
9655
  "capture": false,
8735
9656
  "passive": false
@@ -8777,7 +9698,7 @@
8777
9698
  "filePath": "src/components/ic-navigation-menu/ic-navigation-menu.tsx",
8778
9699
  "encapsulation": "shadow",
8779
9700
  "tag": "ic-navigation-menu",
8780
- "readme": "# ic-navigation-menu\n\n\n",
9701
+ "readme": "# ic-navigation-menu\r\n\r\n\r\n\r",
8781
9702
  "docs": "",
8782
9703
  "docsTags": [
8783
9704
  {
@@ -8813,6 +9734,43 @@
8813
9734
  "optional": false,
8814
9735
  "required": false
8815
9736
  },
9737
+ {
9738
+ "name": "theme",
9739
+ "type": "\"dark\" | \"inherit\" | \"light\"",
9740
+ "complexType": {
9741
+ "original": "IcThemeMode",
9742
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
9743
+ "references": {
9744
+ "IcThemeMode": {
9745
+ "location": "import",
9746
+ "path": "../../utils/types",
9747
+ "id": "src/utils/types.ts::IcThemeMode"
9748
+ }
9749
+ }
9750
+ },
9751
+ "mutable": false,
9752
+ "attr": "theme",
9753
+ "reflectToAttr": false,
9754
+ "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.",
9755
+ "docsTags": [],
9756
+ "default": "\"inherit\"",
9757
+ "values": [
9758
+ {
9759
+ "value": "dark",
9760
+ "type": "string"
9761
+ },
9762
+ {
9763
+ "value": "inherit",
9764
+ "type": "string"
9765
+ },
9766
+ {
9767
+ "value": "light",
9768
+ "type": "string"
9769
+ }
9770
+ ],
9771
+ "optional": true,
9772
+ "required": false
9773
+ },
8816
9774
  {
8817
9775
  "name": "version",
8818
9776
  "type": "string",
@@ -8900,7 +9858,7 @@
8900
9858
  "filePath": "src/components/ic-page-header/ic-page-header.tsx",
8901
9859
  "encapsulation": "shadow",
8902
9860
  "tag": "ic-page-header",
8903
- "readme": "# ic-page-header\n\n\n",
9861
+ "readme": "# ic-page-header\r\n\r\n\r\n\r",
8904
9862
  "docs": "",
8905
9863
  "docsTags": [
8906
9864
  {
@@ -9137,6 +10095,43 @@
9137
10095
  ],
9138
10096
  "optional": true,
9139
10097
  "required": false
10098
+ },
10099
+ {
10100
+ "name": "theme",
10101
+ "type": "\"dark\" | \"inherit\" | \"light\"",
10102
+ "complexType": {
10103
+ "original": "IcThemeMode",
10104
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
10105
+ "references": {
10106
+ "IcThemeMode": {
10107
+ "location": "import",
10108
+ "path": "../../utils/types",
10109
+ "id": "src/utils/types.ts::IcThemeMode"
10110
+ }
10111
+ }
10112
+ },
10113
+ "mutable": false,
10114
+ "attr": "theme",
10115
+ "reflectToAttr": false,
10116
+ "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.",
10117
+ "docsTags": [],
10118
+ "default": "\"inherit\"",
10119
+ "values": [
10120
+ {
10121
+ "value": "dark",
10122
+ "type": "string"
10123
+ },
10124
+ {
10125
+ "value": "inherit",
10126
+ "type": "string"
10127
+ },
10128
+ {
10129
+ "value": "light",
10130
+ "type": "string"
10131
+ }
10132
+ ],
10133
+ "optional": true,
10134
+ "required": false
9140
10135
  }
9141
10136
  ],
9142
10137
  "methods": [],
@@ -9215,7 +10210,7 @@
9215
10210
  "filePath": "src/components/ic-pagination/ic-pagination.tsx",
9216
10211
  "encapsulation": "shadow",
9217
10212
  "tag": "ic-pagination",
9218
- "readme": "# ic-pagination\n\n\n",
10213
+ "readme": "# ic-pagination\r\n\r\n\r\n\r",
9219
10214
  "docs": "",
9220
10215
  "docsTags": [],
9221
10216
  "usage": {},
@@ -9242,43 +10237,6 @@
9242
10237
  "optional": false,
9243
10238
  "required": false
9244
10239
  },
9245
- {
9246
- "name": "appearance",
9247
- "type": "\"dark\" | \"default\" | \"light\"",
9248
- "complexType": {
9249
- "original": "IcThemeForeground",
9250
- "resolved": "\"dark\" | \"default\" | \"light\"",
9251
- "references": {
9252
- "IcThemeForeground": {
9253
- "location": "import",
9254
- "path": "../../utils/types",
9255
- "id": "src/utils/types.ts::IcThemeForeground"
9256
- }
9257
- }
9258
- },
9259
- "mutable": false,
9260
- "attr": "appearance",
9261
- "reflectToAttr": false,
9262
- "docs": "The appearance of the pagination, e.g. dark, light or the default.",
9263
- "docsTags": [],
9264
- "default": "\"default\"",
9265
- "values": [
9266
- {
9267
- "value": "dark",
9268
- "type": "string"
9269
- },
9270
- {
9271
- "value": "default",
9272
- "type": "string"
9273
- },
9274
- {
9275
- "value": "light",
9276
- "type": "string"
9277
- }
9278
- ],
9279
- "optional": false,
9280
- "required": false
9281
- },
9282
10240
  {
9283
10241
  "name": "boundaryPageCount",
9284
10242
  "type": "number",
@@ -9433,6 +10391,28 @@
9433
10391
  "optional": false,
9434
10392
  "required": false
9435
10393
  },
10394
+ {
10395
+ "name": "monochrome",
10396
+ "type": "boolean",
10397
+ "complexType": {
10398
+ "original": "boolean",
10399
+ "resolved": "boolean",
10400
+ "references": {}
10401
+ },
10402
+ "mutable": false,
10403
+ "attr": "monochrome",
10404
+ "reflectToAttr": false,
10405
+ "docs": "If `true`, the pagination will display as black in the light theme, and white in dark theme.",
10406
+ "docsTags": [],
10407
+ "default": "false",
10408
+ "values": [
10409
+ {
10410
+ "type": "boolean"
10411
+ }
10412
+ ],
10413
+ "optional": true,
10414
+ "required": false
10415
+ },
9436
10416
  {
9437
10417
  "name": "pages",
9438
10418
  "type": "number",
@@ -9454,6 +10434,43 @@
9454
10434
  "optional": false,
9455
10435
  "required": true
9456
10436
  },
10437
+ {
10438
+ "name": "theme",
10439
+ "type": "\"dark\" | \"inherit\" | \"light\"",
10440
+ "complexType": {
10441
+ "original": "IcThemeMode",
10442
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
10443
+ "references": {
10444
+ "IcThemeMode": {
10445
+ "location": "import",
10446
+ "path": "../../utils/types",
10447
+ "id": "src/utils/types.ts::IcThemeMode"
10448
+ }
10449
+ }
10450
+ },
10451
+ "mutable": false,
10452
+ "attr": "theme",
10453
+ "reflectToAttr": false,
10454
+ "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.",
10455
+ "docsTags": [],
10456
+ "default": "\"inherit\"",
10457
+ "values": [
10458
+ {
10459
+ "value": "dark",
10460
+ "type": "string"
10461
+ },
10462
+ {
10463
+ "value": "inherit",
10464
+ "type": "string"
10465
+ },
10466
+ {
10467
+ "value": "light",
10468
+ "type": "string"
10469
+ }
10470
+ ],
10471
+ "optional": true,
10472
+ "required": false
10473
+ },
9457
10474
  {
9458
10475
  "name": "type",
9459
10476
  "type": "\"complex\" | \"simple\"",
@@ -9590,48 +10607,11 @@
9590
10607
  "filePath": "src/components/ic-pagination-item/ic-pagination-item.tsx",
9591
10608
  "encapsulation": "shadow",
9592
10609
  "tag": "ic-pagination-item",
9593
- "readme": "# ic-pagination-item\n\n\n",
10610
+ "readme": "# ic-pagination-item\r\n\r\n\r\n\r",
9594
10611
  "docs": "",
9595
10612
  "docsTags": [],
9596
10613
  "usage": {},
9597
10614
  "props": [
9598
- {
9599
- "name": "appearance",
9600
- "type": "\"dark\" | \"default\" | \"light\"",
9601
- "complexType": {
9602
- "original": "IcThemeForeground",
9603
- "resolved": "\"dark\" | \"default\" | \"light\"",
9604
- "references": {
9605
- "IcThemeForeground": {
9606
- "location": "import",
9607
- "path": "../../utils/types",
9608
- "id": "src/utils/types.ts::IcThemeForeground"
9609
- }
9610
- }
9611
- },
9612
- "mutable": false,
9613
- "attr": "appearance",
9614
- "reflectToAttr": false,
9615
- "docs": "The appearance of the pagination, e.g. dark, light or the default.",
9616
- "docsTags": [],
9617
- "default": "\"default\"",
9618
- "values": [
9619
- {
9620
- "value": "dark",
9621
- "type": "string"
9622
- },
9623
- {
9624
- "value": "default",
9625
- "type": "string"
9626
- },
9627
- {
9628
- "value": "light",
9629
- "type": "string"
9630
- }
9631
- ],
9632
- "optional": false,
9633
- "required": false
9634
- },
9635
10615
  {
9636
10616
  "name": "disabled",
9637
10617
  "type": "boolean",
@@ -9676,6 +10656,28 @@
9676
10656
  "optional": false,
9677
10657
  "required": false
9678
10658
  },
10659
+ {
10660
+ "name": "monochrome",
10661
+ "type": "boolean",
10662
+ "complexType": {
10663
+ "original": "boolean",
10664
+ "resolved": "boolean",
10665
+ "references": {}
10666
+ },
10667
+ "mutable": false,
10668
+ "attr": "monochrome",
10669
+ "reflectToAttr": false,
10670
+ "docs": "If `true`, the pagination item will display as black in the light theme, and white in dark theme.",
10671
+ "docsTags": [],
10672
+ "default": "false",
10673
+ "values": [
10674
+ {
10675
+ "type": "boolean"
10676
+ }
10677
+ ],
10678
+ "optional": true,
10679
+ "required": false
10680
+ },
9679
10681
  {
9680
10682
  "name": "page",
9681
10683
  "type": "number",
@@ -9716,7 +10718,44 @@
9716
10718
  "type": "boolean"
9717
10719
  }
9718
10720
  ],
9719
- "optional": false,
10721
+ "optional": false,
10722
+ "required": false
10723
+ },
10724
+ {
10725
+ "name": "theme",
10726
+ "type": "\"dark\" | \"inherit\" | \"light\"",
10727
+ "complexType": {
10728
+ "original": "IcThemeMode",
10729
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
10730
+ "references": {
10731
+ "IcThemeMode": {
10732
+ "location": "import",
10733
+ "path": "../../utils/types",
10734
+ "id": "src/utils/types.ts::IcThemeMode"
10735
+ }
10736
+ }
10737
+ },
10738
+ "mutable": false,
10739
+ "attr": "theme",
10740
+ "reflectToAttr": false,
10741
+ "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.",
10742
+ "docsTags": [],
10743
+ "default": "\"inherit\"",
10744
+ "values": [
10745
+ {
10746
+ "value": "dark",
10747
+ "type": "string"
10748
+ },
10749
+ {
10750
+ "value": "inherit",
10751
+ "type": "string"
10752
+ },
10753
+ {
10754
+ "value": "light",
10755
+ "type": "string"
10756
+ }
10757
+ ],
10758
+ "optional": true,
9720
10759
  "required": false
9721
10760
  },
9722
10761
  {
@@ -9781,7 +10820,7 @@
9781
10820
  "filePath": "src/components/ic-popover-menu/ic-popover-menu.tsx",
9782
10821
  "encapsulation": "shadow",
9783
10822
  "tag": "ic-popover-menu",
9784
- "readme": "# ic-popover-menu\n\nThis is a wrapper component to be placed around one or more ic-menu-item components.\n",
10823
+ "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",
9785
10824
  "docs": "This is a wrapper component to be placed around one or more ic-menu-item components.",
9786
10825
  "docsTags": [],
9787
10826
  "usage": {},
@@ -9849,18 +10888,60 @@
9849
10888
  ],
9850
10889
  "optional": true,
9851
10890
  "required": false
10891
+ },
10892
+ {
10893
+ "name": "theme",
10894
+ "type": "\"dark\" | \"inherit\" | \"light\"",
10895
+ "complexType": {
10896
+ "original": "IcThemeMode",
10897
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
10898
+ "references": {
10899
+ "IcThemeMode": {
10900
+ "location": "import",
10901
+ "path": "../../utils/types",
10902
+ "id": "src/utils/types.ts::IcThemeMode"
10903
+ }
10904
+ }
10905
+ },
10906
+ "mutable": false,
10907
+ "attr": "theme",
10908
+ "reflectToAttr": false,
10909
+ "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.",
10910
+ "docsTags": [],
10911
+ "default": "\"inherit\"",
10912
+ "values": [
10913
+ {
10914
+ "value": "dark",
10915
+ "type": "string"
10916
+ },
10917
+ {
10918
+ "value": "inherit",
10919
+ "type": "string"
10920
+ },
10921
+ {
10922
+ "value": "light",
10923
+ "type": "string"
10924
+ }
10925
+ ],
10926
+ "optional": true,
10927
+ "required": false
9852
10928
  }
9853
10929
  ],
9854
10930
  "methods": [],
9855
10931
  "events": [
9856
10932
  {
9857
10933
  "event": "icPopoverClosed",
9858
- "detail": "void",
10934
+ "detail": "HTMLIcMenuItemElement",
9859
10935
  "bubbles": true,
9860
10936
  "complexType": {
9861
- "original": "void",
9862
- "resolved": "void",
9863
- "references": {}
10937
+ "original": "HTMLIcMenuItemElement",
10938
+ "resolved": "HTMLIcMenuItemElement",
10939
+ "references": {
10940
+ "HTMLIcMenuItemElement": {
10941
+ "location": "global",
10942
+ "id": "global::HTMLIcMenuItemElement"
10943
+ }
10944
+ }
9864
10945
  },
9865
10946
  "cancelable": true,
9866
10947
  "composed": true,
@@ -9940,7 +11021,7 @@
9940
11021
  "filePath": "src/components/ic-radio-group/ic-radio-group.tsx",
9941
11022
  "encapsulation": "shadow",
9942
11023
  "tag": "ic-radio-group",
9943
- "readme": "# ic-radio-group\n\n\n",
11024
+ "readme": "# ic-radio-group\r\n\r\n\r\n\r",
9944
11025
  "docs": "",
9945
11026
  "docsTags": [],
9946
11027
  "usage": {},
@@ -10140,6 +11221,43 @@
10140
11221
  "optional": true,
10141
11222
  "required": false
10142
11223
  },
11224
+ {
11225
+ "name": "theme",
11226
+ "type": "\"dark\" | \"inherit\" | \"light\"",
11227
+ "complexType": {
11228
+ "original": "IcThemeMode",
11229
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
11230
+ "references": {
11231
+ "IcThemeMode": {
11232
+ "location": "import",
11233
+ "path": "../../utils/types",
11234
+ "id": "src/utils/types.ts::IcThemeMode"
11235
+ }
11236
+ }
11237
+ },
11238
+ "mutable": false,
11239
+ "attr": "theme",
11240
+ "reflectToAttr": false,
11241
+ "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.",
11242
+ "docsTags": [],
11243
+ "default": "\"inherit\"",
11244
+ "values": [
11245
+ {
11246
+ "value": "dark",
11247
+ "type": "string"
11248
+ },
11249
+ {
11250
+ "value": "inherit",
11251
+ "type": "string"
11252
+ },
11253
+ {
11254
+ "value": "light",
11255
+ "type": "string"
11256
+ }
11257
+ ],
11258
+ "optional": true,
11259
+ "required": false
11260
+ },
10143
11261
  {
10144
11262
  "name": "validationStatus",
10145
11263
  "type": "\"\" | \"error\" | \"success\" | \"warning\"",
@@ -10263,7 +11381,7 @@
10263
11381
  "filePath": "src/components/ic-radio-option/ic-radio-option.tsx",
10264
11382
  "encapsulation": "none",
10265
11383
  "tag": "ic-radio-option",
10266
- "readme": "# ic-radio-option\n\n\n",
11384
+ "readme": "# ic-radio-option\r\n\r\n\r\n\r",
10267
11385
  "docs": "",
10268
11386
  "docsTags": [
10269
11387
  {
@@ -10456,6 +11574,43 @@
10456
11574
  "optional": true,
10457
11575
  "required": false
10458
11576
  },
11577
+ {
11578
+ "name": "theme",
11579
+ "type": "\"dark\" | \"inherit\" | \"light\"",
11580
+ "complexType": {
11581
+ "original": "IcThemeMode",
11582
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
11583
+ "references": {
11584
+ "IcThemeMode": {
11585
+ "location": "import",
11586
+ "path": "../../utils/types",
11587
+ "id": "src/utils/types.ts::IcThemeMode"
11588
+ }
11589
+ }
11590
+ },
11591
+ "mutable": false,
11592
+ "attr": "theme",
11593
+ "reflectToAttr": false,
11594
+ "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.",
11595
+ "docsTags": [],
11596
+ "default": "\"inherit\"",
11597
+ "values": [
11598
+ {
11599
+ "value": "dark",
11600
+ "type": "string"
11601
+ },
11602
+ {
11603
+ "value": "inherit",
11604
+ "type": "string"
11605
+ },
11606
+ {
11607
+ "value": "light",
11608
+ "type": "string"
11609
+ }
11610
+ ],
11611
+ "optional": true,
11612
+ "required": false
11613
+ },
10459
11614
  {
10460
11615
  "name": "value",
10461
11616
  "type": "string",
@@ -10539,6 +11694,11 @@
10539
11694
  }
10540
11695
  ],
10541
11696
  "listeners": [
11697
+ {
11698
+ "event": "icCheck",
11699
+ "capture": false,
11700
+ "passive": false
11701
+ },
10542
11702
  {
10543
11703
  "event": "icChange",
10544
11704
  "capture": false,
@@ -10567,7 +11727,7 @@
10567
11727
  "filePath": "src/components/ic-search-bar/ic-search-bar.tsx",
10568
11728
  "encapsulation": "shadow",
10569
11729
  "tag": "ic-search-bar",
10570
- "readme": "# ic-search-bar\n\n\n",
11730
+ "readme": "# ic-search-bar\r\n\r\n\r\n\r",
10571
11731
  "docs": "",
10572
11732
  "docsTags": [],
10573
11733
  "usage": {},
@@ -10605,7 +11765,7 @@
10605
11765
  "mutable": false,
10606
11766
  "attr": "autocapitalize",
10607
11767
  "reflectToAttr": false,
10608
- "docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
11768
+ "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\".",
10609
11769
  "docsTags": [],
10610
11770
  "default": "\"off\"",
10611
11771
  "values": [
@@ -10967,7 +12127,7 @@
10967
12127
  "mutable": false,
10968
12128
  "attr": "disable-auto-filtering",
10969
12129
  "reflectToAttr": false,
10970
- "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.",
12130
+ "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.",
10971
12131
  "docsTags": [],
10972
12132
  "default": "false",
10973
12133
  "values": [
@@ -11055,7 +12215,7 @@
11055
12215
  "mutable": false,
11056
12216
  "attr": "full-width",
11057
12217
  "reflectToAttr": false,
11058
- "docs": "Specify whether the search bar fills the full width of the container.\nIf `true`, this overrides the --input-width CSS variable.",
12218
+ "docs": "Specify whether the search bar fills the full width of the container.\r\nIf `true`, this overrides the --input-width CSS variable.",
11059
12219
  "docsTags": [],
11060
12220
  "default": "false",
11061
12221
  "values": [
@@ -11422,6 +12582,43 @@
11422
12582
  "optional": false,
11423
12583
  "required": false
11424
12584
  },
12585
+ {
12586
+ "name": "theme",
12587
+ "type": "\"dark\" | \"inherit\" | \"light\"",
12588
+ "complexType": {
12589
+ "original": "IcThemeMode",
12590
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
12591
+ "references": {
12592
+ "IcThemeMode": {
12593
+ "location": "import",
12594
+ "path": "../../utils/types",
12595
+ "id": "src/utils/types.ts::IcThemeMode"
12596
+ }
12597
+ }
12598
+ },
12599
+ "mutable": false,
12600
+ "attr": "theme",
12601
+ "reflectToAttr": false,
12602
+ "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.",
12603
+ "docsTags": [],
12604
+ "default": "\"inherit\"",
12605
+ "values": [
12606
+ {
12607
+ "value": "dark",
12608
+ "type": "string"
12609
+ },
12610
+ {
12611
+ "value": "inherit",
12612
+ "type": "string"
12613
+ },
12614
+ {
12615
+ "value": "light",
12616
+ "type": "string"
12617
+ }
12618
+ ],
12619
+ "optional": true,
12620
+ "required": false
12621
+ },
11425
12622
  {
11426
12623
  "name": "timeout",
11427
12624
  "type": "number",
@@ -11567,6 +12764,25 @@
11567
12764
  "docs": "Emitted when a keyboard input occurred.",
11568
12765
  "docsTags": []
11569
12766
  },
12767
+ {
12768
+ "event": "icKeydown",
12769
+ "detail": "{ event: KeyboardEvent; }",
12770
+ "bubbles": true,
12771
+ "complexType": {
12772
+ "original": "{ event: KeyboardEvent }",
12773
+ "resolved": "{ event: KeyboardEvent; }",
12774
+ "references": {
12775
+ "KeyboardEvent": {
12776
+ "location": "global",
12777
+ "id": "global::KeyboardEvent"
12778
+ }
12779
+ }
12780
+ },
12781
+ "cancelable": true,
12782
+ "composed": true,
12783
+ "docs": "Emitted when a keydown event occurred.",
12784
+ "docsTags": []
12785
+ },
11570
12786
  {
11571
12787
  "event": "icMenuChange",
11572
12788
  "detail": "IcMenuChangeEventDetail",
@@ -11690,7 +12906,7 @@
11690
12906
  ],
11691
12907
  "listeners": [
11692
12908
  {
11693
- "event": "icKeydown",
12909
+ "event": "keydown",
11694
12910
  "capture": false,
11695
12911
  "passive": false
11696
12912
  },
@@ -11711,29 +12927,23 @@
11711
12927
  "parts": [],
11712
12928
  "dependents": [],
11713
12929
  "dependencies": [
11714
- "ic-text-field",
12930
+ "ic-input-container",
12931
+ "ic-input-label",
12932
+ "ic-input-component-container",
11715
12933
  "ic-button",
11716
12934
  "ic-menu"
11717
12935
  ],
11718
12936
  "dependencyGraph": {
11719
12937
  "ic-search-bar": [
11720
- "ic-text-field",
11721
- "ic-button",
11722
- "ic-menu"
11723
- ],
11724
- "ic-text-field": [
11725
12938
  "ic-input-container",
11726
12939
  "ic-input-label",
11727
12940
  "ic-input-component-container",
11728
- "ic-input-validation",
11729
- "ic-typography"
12941
+ "ic-button",
12942
+ "ic-menu"
11730
12943
  ],
11731
12944
  "ic-input-label": [
11732
12945
  "ic-typography"
11733
12946
  ],
11734
- "ic-input-validation": [
11735
- "ic-typography"
11736
- ],
11737
12947
  "ic-button": [
11738
12948
  "ic-loading-indicator",
11739
12949
  "ic-tooltip"
@@ -11755,7 +12965,7 @@
11755
12965
  "filePath": "src/components/ic-section-container/ic-section-container.tsx",
11756
12966
  "encapsulation": "shadow",
11757
12967
  "tag": "ic-section-container",
11758
- "readme": "# ic-section-container\n\n\n",
12968
+ "readme": "# ic-section-container\r\n\r\n\r\n\r",
11759
12969
  "docs": "",
11760
12970
  "docsTags": [],
11761
12971
  "usage": {},
@@ -11856,7 +13066,7 @@
11856
13066
  "filePath": "src/components/ic-select/ic-select.tsx",
11857
13067
  "encapsulation": "shadow",
11858
13068
  "tag": "ic-select",
11859
- "readme": "# ic-select\n\n\n",
13069
+ "readme": "# ic-select\r\n\r\n\r\n\r",
11860
13070
  "docs": "",
11861
13071
  "docsTags": [
11862
13072
  {
@@ -11877,7 +13087,7 @@
11877
13087
  "mutable": false,
11878
13088
  "attr": "debounce",
11879
13089
  "reflectToAttr": false,
11880
- "docs": "The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.",
13090
+ "docs": "The amount of time, in milliseconds, to wait to trigger the `icInput` event after each keystroke.",
11881
13091
  "docsTags": [],
11882
13092
  "default": "0",
11883
13093
  "values": [
@@ -11986,7 +13196,7 @@
11986
13196
  "mutable": false,
11987
13197
  "attr": "full-width",
11988
13198
  "reflectToAttr": false,
11989
- "docs": "If `true`, the select element will fill the width of the container. This prop should only be used with searchable select and will only be applied if searchable is true.",
13199
+ "docs": "If `true`, the select will fill the width of the container.",
11990
13200
  "docsTags": [],
11991
13201
  "default": "false",
11992
13202
  "values": [
@@ -12172,6 +13382,28 @@
12172
13382
  "optional": true,
12173
13383
  "required": false
12174
13384
  },
13385
+ {
13386
+ "name": "multiple",
13387
+ "type": "boolean",
13388
+ "complexType": {
13389
+ "original": "boolean",
13390
+ "resolved": "boolean",
13391
+ "references": {}
13392
+ },
13393
+ "mutable": false,
13394
+ "attr": "multiple",
13395
+ "reflectToAttr": false,
13396
+ "docs": "If `true`, multiple options can be selected.",
13397
+ "docsTags": [],
13398
+ "default": "false",
13399
+ "values": [
13400
+ {
13401
+ "type": "boolean"
13402
+ }
13403
+ ],
13404
+ "optional": true,
13405
+ "required": false
13406
+ },
12175
13407
  {
12176
13408
  "name": "name",
12177
13409
  "type": "string",
@@ -12331,7 +13563,7 @@
12331
13563
  "mutable": false,
12332
13564
  "attr": "searchable",
12333
13565
  "reflectToAttr": false,
12334
- "docs": "If `true`, a searchable variant of the select will be displayed which can be typed in to filter options.",
13566
+ "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.",
12335
13567
  "docsTags": [],
12336
13568
  "default": "false",
12337
13569
  "values": [
@@ -12353,7 +13585,7 @@
12353
13585
  "mutable": false,
12354
13586
  "attr": "select-on-enter",
12355
13587
  "reflectToAttr": false,
12356
- "docs": "If `true`, the icOptionSelect event will be fired on enter instead of ArrowUp and ArrowDown.",
13588
+ "docs": "If `true`, the icOptionSelect event will be fired on enter instead of ArrowUp and ArrowDown on the single select.",
12357
13589
  "docsTags": [],
12358
13590
  "default": "false",
12359
13591
  "values": [
@@ -12390,33 +13622,70 @@
12390
13622
  "name": "size",
12391
13623
  "type": "\"large\" | \"medium\" | \"small\"",
12392
13624
  "complexType": {
12393
- "original": "IcSizes",
12394
- "resolved": "\"large\" | \"medium\" | \"small\"",
13625
+ "original": "IcSizes",
13626
+ "resolved": "\"large\" | \"medium\" | \"small\"",
13627
+ "references": {
13628
+ "IcSizes": {
13629
+ "location": "import",
13630
+ "path": "../../utils/types",
13631
+ "id": "src/utils/types.ts::IcSizes"
13632
+ }
13633
+ }
13634
+ },
13635
+ "mutable": false,
13636
+ "attr": "size",
13637
+ "reflectToAttr": false,
13638
+ "docs": "The size of the select.",
13639
+ "docsTags": [],
13640
+ "default": "\"medium\"",
13641
+ "values": [
13642
+ {
13643
+ "value": "large",
13644
+ "type": "string"
13645
+ },
13646
+ {
13647
+ "value": "medium",
13648
+ "type": "string"
13649
+ },
13650
+ {
13651
+ "value": "small",
13652
+ "type": "string"
13653
+ }
13654
+ ],
13655
+ "optional": true,
13656
+ "required": false
13657
+ },
13658
+ {
13659
+ "name": "theme",
13660
+ "type": "\"dark\" | \"inherit\" | \"light\"",
13661
+ "complexType": {
13662
+ "original": "IcThemeMode",
13663
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
12395
13664
  "references": {
12396
- "IcSizes": {
13665
+ "IcThemeMode": {
12397
13666
  "location": "import",
12398
13667
  "path": "../../utils/types",
12399
- "id": "src/utils/types.ts::IcSizes"
13668
+ "id": "src/utils/types.ts::IcThemeMode"
12400
13669
  }
12401
13670
  }
12402
13671
  },
12403
13672
  "mutable": false,
12404
- "attr": "size",
13673
+ "attr": "theme",
12405
13674
  "reflectToAttr": false,
12406
- "docs": "The size of the select component.",
13675
+ "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.",
12407
13676
  "docsTags": [],
12408
- "default": "\"medium\"",
13677
+ "default": "\"inherit\"",
12409
13678
  "values": [
12410
13679
  {
12411
- "value": "large",
13680
+ "value": "dark",
12412
13681
  "type": "string"
12413
13682
  },
12414
13683
  {
12415
- "value": "medium",
13684
+ "value": "inherit",
12416
13685
  "type": "string"
12417
13686
  },
12418
13687
  {
12419
- "value": "small",
13688
+ "value": "light",
12420
13689
  "type": "string"
12421
13690
  }
12422
13691
  ],
@@ -12508,20 +13777,23 @@
12508
13777
  },
12509
13778
  {
12510
13779
  "name": "value",
12511
- "type": "string",
13780
+ "type": "string | string[]",
12512
13781
  "complexType": {
12513
- "original": "string",
12514
- "resolved": "string",
13782
+ "original": "string | string[]",
13783
+ "resolved": "string | string[]",
12515
13784
  "references": {}
12516
13785
  },
12517
13786
  "mutable": true,
12518
13787
  "attr": "value",
12519
13788
  "reflectToAttr": false,
12520
- "docs": "The value of the select, reflected by the value of the currently selected option. For the searchable variant, the value is also reflected by the user input.",
13789
+ "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.",
12521
13790
  "docsTags": [],
12522
13791
  "values": [
12523
13792
  {
12524
13793
  "type": "string"
13794
+ },
13795
+ {
13796
+ "type": "string[]"
12525
13797
  }
12526
13798
  ],
12527
13799
  "optional": true,
@@ -12598,7 +13870,7 @@
12598
13870
  },
12599
13871
  "cancelable": true,
12600
13872
  "composed": true,
12601
- "docs": "Emitted when the clear button is clicked.",
13873
+ "docs": "Emitted when the clear or clear all button is clicked.",
12602
13874
  "docsTags": []
12603
13875
  },
12604
13876
  {
@@ -12663,6 +13935,26 @@
12663
13935
  "docs": "Emitted when the select options menu is opened.",
12664
13936
  "docsTags": []
12665
13937
  },
13938
+ {
13939
+ "event": "icOptionDeselect",
13940
+ "detail": "IcOptionSelectEventDetail",
13941
+ "bubbles": true,
13942
+ "complexType": {
13943
+ "original": "IcOptionSelectEventDetail",
13944
+ "resolved": "IcOptionSelectEventDetail",
13945
+ "references": {
13946
+ "IcOptionSelectEventDetail": {
13947
+ "location": "import",
13948
+ "path": "../ic-menu/ic-menu.types",
13949
+ "id": "src/components/ic-menu/ic-menu.types.ts::IcOptionSelectEventDetail"
13950
+ }
13951
+ }
13952
+ },
13953
+ "cancelable": true,
13954
+ "composed": true,
13955
+ "docs": "Emitted when `multiple` is `true` and an option is deselected.",
13956
+ "docsTags": []
13957
+ },
12666
13958
  {
12667
13959
  "event": "icOptionSelect",
12668
13960
  "detail": "IcOptionSelectEventDetail",
@@ -12680,7 +13972,7 @@
12680
13972
  },
12681
13973
  "cancelable": true,
12682
13974
  "composed": true,
12683
- "docs": "Emitted when an option is highlighted within the menu.\nHighlighting a menu item will also trigger an `icChange/onIcChange` due to the value being updated.",
13975
+ "docs": "Emitted when an option is selected.\r\nSelecting an option will also trigger an `icChange/onIcChange` due to the value being updated.",
12684
13976
  "docsTags": []
12685
13977
  },
12686
13978
  {
@@ -12715,6 +14007,11 @@
12715
14007
  "name": "--input-width",
12716
14008
  "annotation": "prop",
12717
14009
  "docs": "Width of the input field"
14010
+ },
14011
+ {
14012
+ "name": "--menu-width",
14013
+ "annotation": "prop",
14014
+ "docs": "Width of the dropdown menu"
12718
14015
  }
12719
14016
  ],
12720
14017
  "slots": [
@@ -12771,7 +14068,7 @@
12771
14068
  "filePath": "src/components/ic-side-navigation/ic-side-navigation.tsx",
12772
14069
  "encapsulation": "shadow",
12773
14070
  "tag": "ic-side-navigation",
12774
- "readme": "# ic-side-navigation\n\n\n",
14071
+ "readme": "# ic-side-navigation\r\n\r\n\r\n\r",
12775
14072
  "docs": "",
12776
14073
  "docsTags": [
12777
14074
  {
@@ -13036,7 +14333,7 @@
13036
14333
  ],
13037
14334
  "listeners": [
13038
14335
  {
13039
- "event": "themeChange",
14336
+ "event": "brandChange",
13040
14337
  "target": "document",
13041
14338
  "capture": false,
13042
14339
  "passive": false
@@ -13089,6 +14386,9 @@
13089
14386
  ],
13090
14387
  "ic-tooltip": [
13091
14388
  "ic-typography"
14389
+ ],
14390
+ "ic-divider": [
14391
+ "ic-typography"
13092
14392
  ]
13093
14393
  }
13094
14394
  },
@@ -13096,28 +14396,38 @@
13096
14396
  "filePath": "src/components/ic-skeleton/ic-skeleton.tsx",
13097
14397
  "encapsulation": "shadow",
13098
14398
  "tag": "ic-skeleton",
13099
- "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",
13100
- "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.",
14399
+ "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",
14400
+ "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.",
13101
14401
  "docsTags": [],
13102
14402
  "usage": {},
13103
14403
  "props": [
13104
14404
  {
13105
- "name": "appearance",
13106
- "type": "\"default\" | \"light\"",
14405
+ "name": "theme",
14406
+ "type": "\"dark\" | \"inherit\" | \"light\"",
13107
14407
  "complexType": {
13108
- "original": "\"light\" | \"default\"",
13109
- "resolved": "\"default\" | \"light\"",
13110
- "references": {}
14408
+ "original": "IcThemeMode",
14409
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
14410
+ "references": {
14411
+ "IcThemeMode": {
14412
+ "location": "import",
14413
+ "path": "../../utils/types",
14414
+ "id": "src/utils/types.ts::IcThemeMode"
14415
+ }
14416
+ }
13111
14417
  },
13112
14418
  "mutable": false,
13113
- "attr": "appearance",
14419
+ "attr": "theme",
13114
14420
  "reflectToAttr": false,
13115
- "docs": "The appearance of the skeleton.",
14421
+ "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.",
13116
14422
  "docsTags": [],
13117
- "default": "\"default\"",
14423
+ "default": "\"inherit\"",
13118
14424
  "values": [
13119
14425
  {
13120
- "value": "default",
14426
+ "value": "dark",
14427
+ "type": "string"
14428
+ },
14429
+ {
14430
+ "value": "inherit",
13121
14431
  "type": "string"
13122
14432
  },
13123
14433
  {
@@ -13180,7 +14490,7 @@
13180
14490
  "filePath": "src/components/ic-status-tag/ic-status-tag.tsx",
13181
14491
  "encapsulation": "shadow",
13182
14492
  "tag": "ic-status-tag",
13183
- "readme": "# ic-status-tag\n\n\n",
14493
+ "readme": "# ic-status-tag\r\n\r\n\r\n\r",
13184
14494
  "docs": "",
13185
14495
  "docsTags": [],
13186
14496
  "usage": {},
@@ -13196,7 +14506,7 @@
13196
14506
  "mutable": false,
13197
14507
  "attr": "announced",
13198
14508
  "reflectToAttr": false,
13199
- "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.",
14509
+ "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.",
13200
14510
  "docsTags": [],
13201
14511
  "default": "false",
13202
14512
  "values": [
@@ -13337,6 +14647,28 @@
13337
14647
  "optional": true,
13338
14648
  "required": false
13339
14649
  },
14650
+ {
14651
+ "name": "uppercase",
14652
+ "type": "boolean",
14653
+ "complexType": {
14654
+ "original": "boolean",
14655
+ "resolved": "boolean",
14656
+ "references": {}
14657
+ },
14658
+ "mutable": false,
14659
+ "attr": "uppercase",
14660
+ "reflectToAttr": false,
14661
+ "docs": "The letter case of the status tag's label.",
14662
+ "docsTags": [],
14663
+ "default": "true",
14664
+ "values": [
14665
+ {
14666
+ "type": "boolean"
14667
+ }
14668
+ ],
14669
+ "optional": true,
14670
+ "required": false
14671
+ },
13340
14672
  {
13341
14673
  "name": "variant",
13342
14674
  "type": "\"filled\" | \"outlined\"",
@@ -13391,7 +14723,7 @@
13391
14723
  "filePath": "src/components/ic-step/ic-step.tsx",
13392
14724
  "encapsulation": "shadow",
13393
14725
  "tag": "ic-step",
13394
- "readme": "# ic-step\n\n\n",
14726
+ "readme": "# ic-step\r\n\r\n\r\n\r",
13395
14727
  "docs": "",
13396
14728
  "docsTags": [],
13397
14729
  "usage": {},
@@ -13537,7 +14869,7 @@
13537
14869
  "filePath": "src/components/ic-stepper/ic-stepper.tsx",
13538
14870
  "encapsulation": "shadow",
13539
14871
  "tag": "ic-stepper",
13540
- "readme": "# ic-stepper\n\nThis is a wrapper component to be placed around one or more ic-step components\n",
14872
+ "readme": "# ic-stepper\r\n\r\nThis is a wrapper component to be placed around one or more ic-step components\r\n\r",
13541
14873
  "docs": "This is a wrapper component to be placed around one or more ic-step components",
13542
14874
  "docsTags": [],
13543
14875
  "usage": {},
@@ -13575,33 +14907,6 @@
13575
14907
  "optional": true,
13576
14908
  "required": false
13577
14909
  },
13578
- {
13579
- "name": "appearance",
13580
- "type": "\"default\" | \"light\"",
13581
- "complexType": {
13582
- "original": "\"light\" | \"default\"",
13583
- "resolved": "\"default\" | \"light\"",
13584
- "references": {}
13585
- },
13586
- "mutable": false,
13587
- "attr": "appearance",
13588
- "reflectToAttr": false,
13589
- "docs": "The appearance of the stepper.",
13590
- "docsTags": [],
13591
- "default": "\"default\"",
13592
- "values": [
13593
- {
13594
- "value": "default",
13595
- "type": "string"
13596
- },
13597
- {
13598
- "value": "light",
13599
- "type": "string"
13600
- }
13601
- ],
13602
- "optional": true,
13603
- "required": false
13604
- },
13605
14910
  {
13606
14911
  "name": "connectorWidth",
13607
14912
  "type": "number",
@@ -13646,6 +14951,43 @@
13646
14951
  "optional": true,
13647
14952
  "required": false
13648
14953
  },
14954
+ {
14955
+ "name": "theme",
14956
+ "type": "\"dark\" | \"inherit\" | \"light\"",
14957
+ "complexType": {
14958
+ "original": "IcThemeMode",
14959
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
14960
+ "references": {
14961
+ "IcThemeMode": {
14962
+ "location": "import",
14963
+ "path": "../../utils/types",
14964
+ "id": "src/utils/types.ts::IcThemeMode"
14965
+ }
14966
+ }
14967
+ },
14968
+ "mutable": false,
14969
+ "attr": "theme",
14970
+ "reflectToAttr": false,
14971
+ "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.",
14972
+ "docsTags": [],
14973
+ "default": "\"inherit\"",
14974
+ "values": [
14975
+ {
14976
+ "value": "dark",
14977
+ "type": "string"
14978
+ },
14979
+ {
14980
+ "value": "inherit",
14981
+ "type": "string"
14982
+ },
14983
+ {
14984
+ "value": "light",
14985
+ "type": "string"
14986
+ }
14987
+ ],
14988
+ "optional": true,
14989
+ "required": false
14990
+ },
13649
14991
  {
13650
14992
  "name": "variant",
13651
14993
  "type": "\"compact\" | \"default\"",
@@ -13694,12 +15036,12 @@
13694
15036
  "filePath": "src/components/ic-switch/ic-switch.tsx",
13695
15037
  "encapsulation": "shadow",
13696
15038
  "tag": "ic-switch",
13697
- "readme": "# ic-switch\n\n\n",
15039
+ "readme": "# ic-switch\r\n\r\n\r\n\r",
13698
15040
  "docs": "",
13699
15041
  "docsTags": [
13700
15042
  {
13701
15043
  "name": "slot",
13702
- "text": "right-adornment - Content is placed to the right of switch before state label."
15044
+ "text": "right-adornment - Content is placed to the right of switch."
13703
15045
  }
13704
15046
  ],
13705
15047
  "usage": {},
@@ -13836,54 +15178,69 @@
13836
15178
  "required": false
13837
15179
  },
13838
15180
  {
13839
- "name": "showState",
13840
- "type": "boolean",
15181
+ "name": "size",
15182
+ "type": "\"medium\" | \"small\"",
13841
15183
  "complexType": {
13842
- "original": "boolean",
13843
- "resolved": "boolean",
13844
- "references": {}
15184
+ "original": "IcSizesNoLarge",
15185
+ "resolved": "\"medium\" | \"small\"",
15186
+ "references": {
15187
+ "IcSizesNoLarge": {
15188
+ "location": "import",
15189
+ "path": "../../utils/types",
15190
+ "id": "src/utils/types.ts::IcSizesNoLarge"
15191
+ }
15192
+ }
13845
15193
  },
13846
15194
  "mutable": false,
13847
- "attr": "show-state",
15195
+ "attr": "size",
13848
15196
  "reflectToAttr": false,
13849
- "docs": "If `true`, the switch will render the On/Off state text.",
15197
+ "docs": "The size of the switch component.",
13850
15198
  "docsTags": [],
13851
- "default": "false",
15199
+ "default": "\"medium\"",
13852
15200
  "values": [
13853
15201
  {
13854
- "type": "boolean"
15202
+ "value": "medium",
15203
+ "type": "string"
15204
+ },
15205
+ {
15206
+ "value": "small",
15207
+ "type": "string"
13855
15208
  }
13856
15209
  ],
13857
15210
  "optional": true,
13858
15211
  "required": false
13859
15212
  },
13860
15213
  {
13861
- "name": "size",
13862
- "type": "\"medium\" | \"small\"",
15214
+ "name": "theme",
15215
+ "type": "\"dark\" | \"inherit\" | \"light\"",
13863
15216
  "complexType": {
13864
- "original": "IcSizesNoLarge",
13865
- "resolved": "\"medium\" | \"small\"",
15217
+ "original": "IcThemeMode",
15218
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
13866
15219
  "references": {
13867
- "IcSizesNoLarge": {
15220
+ "IcThemeMode": {
13868
15221
  "location": "import",
13869
15222
  "path": "../../utils/types",
13870
- "id": "src/utils/types.ts::IcSizesNoLarge"
15223
+ "id": "src/utils/types.ts::IcThemeMode"
13871
15224
  }
13872
15225
  }
13873
15226
  },
13874
15227
  "mutable": false,
13875
- "attr": "size",
15228
+ "attr": "theme",
13876
15229
  "reflectToAttr": false,
13877
- "docs": "The size of the switch component.",
15230
+ "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.",
13878
15231
  "docsTags": [],
13879
- "default": "\"medium\"",
15232
+ "default": "\"inherit\"",
13880
15233
  "values": [
13881
15234
  {
13882
- "value": "medium",
15235
+ "value": "dark",
13883
15236
  "type": "string"
13884
15237
  },
13885
15238
  {
13886
- "value": "small",
15239
+ "value": "inherit",
15240
+ "type": "string"
15241
+ },
15242
+ {
15243
+ "value": "light",
13887
15244
  "type": "string"
13888
15245
  }
13889
15246
  ],
@@ -13901,7 +15258,7 @@
13901
15258
  "mutable": false,
13902
15259
  "attr": "value",
13903
15260
  "reflectToAttr": false,
13904
- "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>`.",
15261
+ "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>`.",
13905
15262
  "docsTags": [],
13906
15263
  "default": "\"on\"",
13907
15264
  "values": [
@@ -13992,19 +15349,17 @@
13992
15349
  "slots": [
13993
15350
  {
13994
15351
  "name": "right-adornment",
13995
- "docs": "Content is placed to the right of switch before state label."
15352
+ "docs": "Content is placed to the right of switch."
13996
15353
  }
13997
15354
  ],
13998
15355
  "parts": [],
13999
15356
  "dependents": [],
14000
15357
  "dependencies": [
14001
- "ic-input-label",
14002
- "ic-typography"
15358
+ "ic-input-label"
14003
15359
  ],
14004
15360
  "dependencyGraph": {
14005
15361
  "ic-switch": [
14006
- "ic-input-label",
14007
- "ic-typography"
15362
+ "ic-input-label"
14008
15363
  ],
14009
15364
  "ic-input-label": [
14010
15365
  "ic-typography"
@@ -14015,7 +15370,7 @@
14015
15370
  "filePath": "src/components/ic-tab/ic-tab.tsx",
14016
15371
  "encapsulation": "shadow",
14017
15372
  "tag": "ic-tab",
14018
- "readme": "# ic-tab\n\n\n",
15373
+ "readme": "# ic-tab\r\n\r\n\r\n\r",
14019
15374
  "docs": "",
14020
15375
  "docsTags": [
14021
15376
  {
@@ -14104,7 +15459,7 @@
14104
15459
  "filePath": "src/components/ic-tab-context/ic-tab-context.tsx",
14105
15460
  "encapsulation": "none",
14106
15461
  "tag": "ic-tab-context",
14107
- "readme": "# ic-tab-context\n\n\n",
15462
+ "readme": "# ic-tab-context\r\n\r\n\r\n\r",
14108
15463
  "docs": "",
14109
15464
  "docsTags": [],
14110
15465
  "usage": {},
@@ -14301,7 +15656,7 @@
14301
15656
  "filePath": "src/components/ic-tab-group/ic-tab-group.tsx",
14302
15657
  "encapsulation": "shadow",
14303
15658
  "tag": "ic-tab-group",
14304
- "readme": "# ic-tab-group\n\n\n",
15659
+ "readme": "# ic-tab-group\r\n\r\n\r\n\r",
14305
15660
  "docs": "",
14306
15661
  "docsTags": [],
14307
15662
  "usage": {},
@@ -14383,7 +15738,7 @@
14383
15738
  "filePath": "src/components/ic-tab-panel/ic-tab-panel.tsx",
14384
15739
  "encapsulation": "shadow",
14385
15740
  "tag": "ic-tab-panel",
14386
- "readme": "# ic-tab-panel\n\n\n",
15741
+ "readme": "# ic-tab-panel\r\n\r\n\r\n\r",
14387
15742
  "docs": "",
14388
15743
  "docsTags": [],
14389
15744
  "usage": {},
@@ -14402,7 +15757,7 @@
14402
15757
  "filePath": "src/components/ic-text-field/ic-text-field.tsx",
14403
15758
  "encapsulation": "shadow",
14404
15759
  "tag": "ic-text-field",
14405
- "readme": "# ic-textfield\n\n\n",
15760
+ "readme": "# ic-textfield\r\n\r\n\r\n\r",
14406
15761
  "docs": "",
14407
15762
  "docsTags": [
14408
15763
  {
@@ -14412,28 +15767,6 @@
14412
15767
  ],
14413
15768
  "usage": {},
14414
15769
  "props": [
14415
- {
14416
- "name": "autoFocus",
14417
- "type": "boolean",
14418
- "complexType": {
14419
- "original": "boolean",
14420
- "resolved": "boolean",
14421
- "references": {}
14422
- },
14423
- "mutable": false,
14424
- "attr": "auto-focus",
14425
- "reflectToAttr": false,
14426
- "docs": "If `true`, the form control will have input focus when the page loads.",
14427
- "docsTags": [],
14428
- "default": "false",
14429
- "values": [
14430
- {
14431
- "type": "boolean"
14432
- }
14433
- ],
14434
- "optional": false,
14435
- "required": false
14436
- },
14437
15770
  {
14438
15771
  "name": "autocapitalize",
14439
15772
  "type": "string",
@@ -14445,7 +15778,7 @@
14445
15778
  "mutable": false,
14446
15779
  "attr": "autocapitalize",
14447
15780
  "reflectToAttr": false,
14448
- "docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
15781
+ "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\".",
14449
15782
  "docsTags": [],
14450
15783
  "default": "\"off\"",
14451
15784
  "values": [
@@ -14712,19 +16045,41 @@
14712
16045
  }
14713
16046
  },
14714
16047
  "mutable": false,
14715
- "attr": "autocorrect",
16048
+ "attr": "autocorrect",
16049
+ "reflectToAttr": false,
16050
+ "docs": "The state of autocorrection the browser can apply when the user is entering/editing the text value.",
16051
+ "docsTags": [],
16052
+ "default": "\"off\"",
16053
+ "values": [
16054
+ {
16055
+ "value": "off",
16056
+ "type": "string"
16057
+ },
16058
+ {
16059
+ "value": "on",
16060
+ "type": "string"
16061
+ }
16062
+ ],
16063
+ "optional": false,
16064
+ "required": false
16065
+ },
16066
+ {
16067
+ "name": "autofocus",
16068
+ "type": "boolean",
16069
+ "complexType": {
16070
+ "original": "boolean",
16071
+ "resolved": "boolean",
16072
+ "references": {}
16073
+ },
16074
+ "mutable": false,
16075
+ "attr": "autofocus",
14716
16076
  "reflectToAttr": false,
14717
- "docs": "The state of autocorrection the browser can apply when the user is entering/editing the text value.",
16077
+ "docs": "If `true`, the form control will have input focus when the page loads.",
14718
16078
  "docsTags": [],
14719
- "default": "\"off\"",
16079
+ "default": "false",
14720
16080
  "values": [
14721
16081
  {
14722
- "value": "off",
14723
- "type": "string"
14724
- },
14725
- {
14726
- "value": "on",
14727
- "type": "string"
16082
+ "type": "boolean"
14728
16083
  }
14729
16084
  ],
14730
16085
  "optional": false,
@@ -14785,7 +16140,7 @@
14785
16140
  "mutable": false,
14786
16141
  "attr": "full-width",
14787
16142
  "reflectToAttr": false,
14788
- "docs": "Specify whether the text field fills the full width of the container.\nIf `true`, this overrides the --input-width CSS variable.",
16143
+ "docs": "Specify whether the text field fills the full width of the container.\r\nIf `true`, this overrides the --input-width CSS variable.",
14789
16144
  "docsTags": [],
14790
16145
  "default": "false",
14791
16146
  "values": [
@@ -14901,7 +16256,7 @@
14901
16256
  "mutable": false,
14902
16257
  "attr": "inputmode",
14903
16258
  "reflectToAttr": false,
14904
- "docs": "A hint to the browser for which keyboard to display.\nPossible values: `\"none\"`, `\"text\"`, `\"tel\"`, `\"url\"`,\n`\"email\"`, `\"numeric\"`, `\"decimal\"`, and `\"search\"`.",
16259
+ "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\"`.",
14905
16260
  "docsTags": [],
14906
16261
  "default": "\"text\"",
14907
16262
  "values": [
@@ -15243,6 +16598,43 @@
15243
16598
  "optional": false,
15244
16599
  "required": false
15245
16600
  },
16601
+ {
16602
+ "name": "theme",
16603
+ "type": "\"dark\" | \"inherit\" | \"light\"",
16604
+ "complexType": {
16605
+ "original": "IcThemeMode",
16606
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
16607
+ "references": {
16608
+ "IcThemeMode": {
16609
+ "location": "import",
16610
+ "path": "../../utils/types",
16611
+ "id": "src/utils/types.ts::IcThemeMode"
16612
+ }
16613
+ }
16614
+ },
16615
+ "mutable": false,
16616
+ "attr": "theme",
16617
+ "reflectToAttr": false,
16618
+ "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.",
16619
+ "docsTags": [],
16620
+ "default": "\"inherit\"",
16621
+ "values": [
16622
+ {
16623
+ "value": "dark",
16624
+ "type": "string"
16625
+ },
16626
+ {
16627
+ "value": "inherit",
16628
+ "type": "string"
16629
+ },
16630
+ {
16631
+ "value": "light",
16632
+ "type": "string"
16633
+ }
16634
+ ],
16635
+ "optional": false,
16636
+ "required": false
16637
+ },
15246
16638
  {
15247
16639
  "name": "type",
15248
16640
  "type": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
@@ -15549,9 +16941,7 @@
15549
16941
  }
15550
16942
  ],
15551
16943
  "parts": [],
15552
- "dependents": [
15553
- "ic-search-bar"
15554
- ],
16944
+ "dependents": [],
15555
16945
  "dependencies": [
15556
16946
  "ic-input-container",
15557
16947
  "ic-input-label",
@@ -15572,9 +16962,6 @@
15572
16962
  ],
15573
16963
  "ic-input-validation": [
15574
16964
  "ic-typography"
15575
- ],
15576
- "ic-search-bar": [
15577
- "ic-text-field"
15578
16965
  ]
15579
16966
  }
15580
16967
  },
@@ -15582,13 +16969,13 @@
15582
16969
  "filePath": "src/components/ic-theme/ic-theme.tsx",
15583
16970
  "encapsulation": "none",
15584
16971
  "tag": "ic-theme",
15585
- "readme": "# ic-theme\n\n\n",
16972
+ "readme": "# ic-theme\r\n\r\n\r\n\r",
15586
16973
  "docs": "",
15587
16974
  "docsTags": [],
15588
16975
  "usage": {},
15589
16976
  "props": [
15590
16977
  {
15591
- "name": "color",
16978
+ "name": "brandColor",
15592
16979
  "type": "`#${string}` | `rgb(${string})` | `rgba(${string})`",
15593
16980
  "complexType": {
15594
16981
  "original": "IcColor",
@@ -15602,9 +16989,9 @@
15602
16989
  }
15603
16990
  },
15604
16991
  "mutable": false,
15605
- "attr": "color",
16992
+ "attr": "brand-color",
15606
16993
  "reflectToAttr": false,
15607
- "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)\".",
16994
+ "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)\".",
15608
16995
  "docsTags": [],
15609
16996
  "default": "null",
15610
16997
  "values": [
@@ -15667,7 +17054,7 @@
15667
17054
  "filePath": "src/components/ic-toast/ic-toast.tsx",
15668
17055
  "encapsulation": "shadow",
15669
17056
  "tag": "ic-toast",
15670
- "readme": "# ic-toast\n\n\n",
17057
+ "readme": "# ic-toast\r\n\r\n\r\n\r",
15671
17058
  "docs": "",
15672
17059
  "docsTags": [
15673
17060
  {
@@ -15692,7 +17079,7 @@
15692
17079
  "mutable": true,
15693
17080
  "attr": "auto-dismiss-timeout",
15694
17081
  "reflectToAttr": false,
15695
- "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`)",
17082
+ "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`)",
15696
17083
  "docsTags": [],
15697
17084
  "default": "5000",
15698
17085
  "values": [
@@ -15952,7 +17339,7 @@
15952
17339
  "filePath": "src/components/ic-toast-region/ic-toast-region.tsx",
15953
17340
  "encapsulation": "none",
15954
17341
  "tag": "ic-toast-region",
15955
- "readme": "# ic-toast-region\n\n\n",
17342
+ "readme": "# ic-toast-region\r\n\r\n\r\n\r",
15956
17343
  "docs": "",
15957
17344
  "docsTags": [],
15958
17345
  "usage": {},
@@ -16003,7 +17390,7 @@
16003
17390
  "filePath": "src/components/ic-toggle-button/ic-toggle-button.tsx",
16004
17391
  "encapsulation": "shadow",
16005
17392
  "tag": "ic-toggle-button",
16006
- "readme": "# ic-toggle-button\n\n\n",
17393
+ "readme": "# ic-toggle-button\r\n\r\n\r\n\r",
16007
17394
  "docs": "",
16008
17395
  "docsTags": [
16009
17396
  {
@@ -16038,43 +17425,6 @@
16038
17425
  "optional": true,
16039
17426
  "required": false
16040
17427
  },
16041
- {
16042
- "name": "appearance",
16043
- "type": "\"dark\" | \"default\" | \"light\"",
16044
- "complexType": {
16045
- "original": "IcThemeForeground",
16046
- "resolved": "\"dark\" | \"default\" | \"light\"",
16047
- "references": {
16048
- "IcThemeForeground": {
16049
- "location": "import",
16050
- "path": "../../utils/types",
16051
- "id": "src/utils/types.ts::IcThemeForeground"
16052
- }
16053
- }
16054
- },
16055
- "mutable": false,
16056
- "attr": "appearance",
16057
- "reflectToAttr": false,
16058
- "docs": "The appearance of the toggle button.",
16059
- "docsTags": [],
16060
- "default": "\"default\"",
16061
- "values": [
16062
- {
16063
- "value": "dark",
16064
- "type": "string"
16065
- },
16066
- {
16067
- "value": "default",
16068
- "type": "string"
16069
- },
16070
- {
16071
- "value": "light",
16072
- "type": "string"
16073
- }
16074
- ],
16075
- "optional": true,
16076
- "required": false
16077
- },
16078
17428
  {
16079
17429
  "name": "checked",
16080
17430
  "type": "boolean",
@@ -16105,7 +17455,7 @@
16105
17455
  "resolved": "boolean",
16106
17456
  "references": {}
16107
17457
  },
16108
- "mutable": false,
17458
+ "mutable": true,
16109
17459
  "attr": "disabled",
16110
17460
  "reflectToAttr": false,
16111
17461
  "docs": "If `true`, the toggle button will be in disabled state.",
@@ -16127,7 +17477,7 @@
16127
17477
  "resolved": "boolean",
16128
17478
  "references": {}
16129
17479
  },
16130
- "mutable": false,
17480
+ "mutable": true,
16131
17481
  "attr": "full-width",
16132
17482
  "reflectToAttr": false,
16133
17483
  "docs": "If `true`, the toggle button will fill the width of the container.",
@@ -16145,15 +17495,22 @@
16145
17495
  "name": "iconPlacement",
16146
17496
  "type": "\"left\" | \"right\" | \"top\"",
16147
17497
  "complexType": {
16148
- "original": "\"left\" | \"right\" | \"top\"",
17498
+ "original": "IcIconPlacementOptions",
16149
17499
  "resolved": "\"left\" | \"right\" | \"top\"",
16150
- "references": {}
17500
+ "references": {
17501
+ "IcIconPlacementOptions": {
17502
+ "location": "import",
17503
+ "path": "../../utils/types",
17504
+ "id": "src/utils/types.ts::IcIconPlacementOptions"
17505
+ }
17506
+ }
16151
17507
  },
16152
17508
  "mutable": false,
16153
17509
  "attr": "icon-placement",
16154
17510
  "reflectToAttr": false,
16155
17511
  "docs": "The placement of the icon in relation to the toggle button label.",
16156
17512
  "docsTags": [],
17513
+ "default": "\"left\"",
16157
17514
  "values": [
16158
17515
  {
16159
17516
  "value": "left",
@@ -16200,7 +17557,7 @@
16200
17557
  "resolved": "boolean",
16201
17558
  "references": {}
16202
17559
  },
16203
- "mutable": false,
17560
+ "mutable": true,
16204
17561
  "attr": "loading",
16205
17562
  "reflectToAttr": false,
16206
17563
  "docs": "If `true`, the toggle button will be in loading state.",
@@ -16214,6 +17571,28 @@
16214
17571
  "optional": true,
16215
17572
  "required": false
16216
17573
  },
17574
+ {
17575
+ "name": "monochrome",
17576
+ "type": "boolean",
17577
+ "complexType": {
17578
+ "original": "boolean",
17579
+ "resolved": "boolean",
17580
+ "references": {}
17581
+ },
17582
+ "mutable": true,
17583
+ "attr": "monochrome",
17584
+ "reflectToAttr": false,
17585
+ "docs": "If `true`, the toggle button will display as black in the light theme, and white in dark theme.",
17586
+ "docsTags": [],
17587
+ "default": "false",
17588
+ "values": [
17589
+ {
17590
+ "type": "boolean"
17591
+ }
17592
+ ],
17593
+ "optional": true,
17594
+ "required": false
17595
+ },
16217
17596
  {
16218
17597
  "name": "size",
16219
17598
  "type": "\"large\" | \"medium\" | \"small\"",
@@ -16228,7 +17607,7 @@
16228
17607
  }
16229
17608
  }
16230
17609
  },
16231
- "mutable": false,
17610
+ "mutable": true,
16232
17611
  "attr": "size",
16233
17612
  "reflectToAttr": false,
16234
17613
  "docs": "The size of the toggle button to be displayed.",
@@ -16251,6 +17630,84 @@
16251
17630
  "optional": true,
16252
17631
  "required": false
16253
17632
  },
17633
+ {
17634
+ "name": "theme",
17635
+ "type": "\"dark\" | \"inherit\" | \"light\"",
17636
+ "complexType": {
17637
+ "original": "IcThemeMode",
17638
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
17639
+ "references": {
17640
+ "IcThemeMode": {
17641
+ "location": "import",
17642
+ "path": "../../utils/types",
17643
+ "id": "src/utils/types.ts::IcThemeMode"
17644
+ }
17645
+ }
17646
+ },
17647
+ "mutable": true,
17648
+ "attr": "theme",
17649
+ "reflectToAttr": false,
17650
+ "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.",
17651
+ "docsTags": [],
17652
+ "default": "\"inherit\"",
17653
+ "values": [
17654
+ {
17655
+ "value": "dark",
17656
+ "type": "string"
17657
+ },
17658
+ {
17659
+ "value": "inherit",
17660
+ "type": "string"
17661
+ },
17662
+ {
17663
+ "value": "light",
17664
+ "type": "string"
17665
+ }
17666
+ ],
17667
+ "optional": true,
17668
+ "required": false
17669
+ },
17670
+ {
17671
+ "name": "tooltipPlacement",
17672
+ "type": "\"bottom\" | \"left\" | \"right\" | \"top\"",
17673
+ "complexType": {
17674
+ "original": "IcButtonTooltipPlacement",
17675
+ "resolved": "\"bottom\" | \"left\" | \"right\" | \"top\"",
17676
+ "references": {
17677
+ "IcButtonTooltipPlacement": {
17678
+ "location": "import",
17679
+ "path": "../../utils/types",
17680
+ "id": "src/utils/types.ts::IcButtonTooltipPlacement"
17681
+ }
17682
+ }
17683
+ },
17684
+ "mutable": false,
17685
+ "attr": "tooltip-placement",
17686
+ "reflectToAttr": false,
17687
+ "docs": "The position of the tooltip in relation to the toggle button.",
17688
+ "docsTags": [],
17689
+ "default": "\"bottom\"",
17690
+ "values": [
17691
+ {
17692
+ "value": "bottom",
17693
+ "type": "string"
17694
+ },
17695
+ {
17696
+ "value": "left",
17697
+ "type": "string"
17698
+ },
17699
+ {
17700
+ "value": "right",
17701
+ "type": "string"
17702
+ },
17703
+ {
17704
+ "value": "top",
17705
+ "type": "string"
17706
+ }
17707
+ ],
17708
+ "optional": false,
17709
+ "required": false
17710
+ },
16254
17711
  {
16255
17712
  "name": "variant",
16256
17713
  "type": "\"default\" | \"icon\"",
@@ -16259,7 +17716,7 @@
16259
17716
  "resolved": "\"default\" | \"icon\"",
16260
17717
  "references": {}
16261
17718
  },
16262
- "mutable": false,
17719
+ "mutable": true,
16263
17720
  "attr": "variant",
16264
17721
  "reflectToAttr": true,
16265
17722
  "docs": "The variant of the toggle button.",
@@ -16286,7 +17743,7 @@
16286
17743
  "detail": "{ checked: boolean; }",
16287
17744
  "bubbles": true,
16288
17745
  "complexType": {
16289
- "original": "{\n checked: boolean;\n }",
17746
+ "original": "{\r\n checked: boolean;\r\n }",
16290
17747
  "resolved": "{ checked: boolean; }",
16291
17748
  "references": {}
16292
17749
  },
@@ -16339,7 +17796,7 @@
16339
17796
  "filePath": "src/components/ic-toggle-button-group/ic-toggle-button-group.tsx",
16340
17797
  "encapsulation": "shadow",
16341
17798
  "tag": "ic-toggle-button-group",
16342
- "readme": "# ic-toggle-button-group\n\n\n",
17799
+ "readme": "# ic-toggle-button-group\r\n\r\n\r\n\r",
16343
17800
  "docs": "",
16344
17801
  "docsTags": [],
16345
17802
  "usage": {},
@@ -16366,43 +17823,6 @@
16366
17823
  "optional": true,
16367
17824
  "required": false
16368
17825
  },
16369
- {
16370
- "name": "appearance",
16371
- "type": "\"dark\" | \"default\" | \"light\"",
16372
- "complexType": {
16373
- "original": "IcThemeForeground",
16374
- "resolved": "\"dark\" | \"default\" | \"light\"",
16375
- "references": {
16376
- "IcThemeForeground": {
16377
- "location": "import",
16378
- "path": "../../utils/types",
16379
- "id": "src/utils/types.ts::IcThemeForeground"
16380
- }
16381
- }
16382
- },
16383
- "mutable": false,
16384
- "attr": "appearance",
16385
- "reflectToAttr": false,
16386
- "docs": "The appearance of the toggle button group, e.g dark, or light.",
16387
- "docsTags": [],
16388
- "default": "\"default\"",
16389
- "values": [
16390
- {
16391
- "value": "dark",
16392
- "type": "string"
16393
- },
16394
- {
16395
- "value": "default",
16396
- "type": "string"
16397
- },
16398
- {
16399
- "value": "light",
16400
- "type": "string"
16401
- }
16402
- ],
16403
- "optional": false,
16404
- "required": false
16405
- },
16406
17826
  {
16407
17827
  "name": "disabled",
16408
17828
  "type": "boolean",
@@ -16470,15 +17890,37 @@
16470
17890
  "type": "string"
16471
17891
  },
16472
17892
  {
16473
- "value": "top",
16474
- "type": "string"
17893
+ "value": "top",
17894
+ "type": "string"
17895
+ }
17896
+ ],
17897
+ "optional": true,
17898
+ "required": false
17899
+ },
17900
+ {
17901
+ "name": "loading",
17902
+ "type": "boolean",
17903
+ "complexType": {
17904
+ "original": "boolean",
17905
+ "resolved": "boolean",
17906
+ "references": {}
17907
+ },
17908
+ "mutable": false,
17909
+ "attr": "loading",
17910
+ "reflectToAttr": false,
17911
+ "docs": "If `true`, the toggle button group will be in loading state.",
17912
+ "docsTags": [],
17913
+ "default": "false",
17914
+ "values": [
17915
+ {
17916
+ "type": "boolean"
16475
17917
  }
16476
17918
  ],
16477
17919
  "optional": true,
16478
17920
  "required": false
16479
17921
  },
16480
17922
  {
16481
- "name": "loading",
17923
+ "name": "monochrome",
16482
17924
  "type": "boolean",
16483
17925
  "complexType": {
16484
17926
  "original": "boolean",
@@ -16486,9 +17928,9 @@
16486
17928
  "references": {}
16487
17929
  },
16488
17930
  "mutable": false,
16489
- "attr": "loading",
17931
+ "attr": "monochrome",
16490
17932
  "reflectToAttr": false,
16491
- "docs": "If `true`, the toggle button group will be in loading state.",
17933
+ "docs": "If `true`, the toggle button group will display as black in the light theme, and white in dark theme.",
16492
17934
  "docsTags": [],
16493
17935
  "default": "false",
16494
17936
  "values": [
@@ -16602,6 +18044,84 @@
16602
18044
  "optional": true,
16603
18045
  "required": false
16604
18046
  },
18047
+ {
18048
+ "name": "theme",
18049
+ "type": "\"dark\" | \"inherit\" | \"light\"",
18050
+ "complexType": {
18051
+ "original": "IcThemeMode",
18052
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
18053
+ "references": {
18054
+ "IcThemeMode": {
18055
+ "location": "import",
18056
+ "path": "../../utils/types",
18057
+ "id": "src/utils/types.ts::IcThemeMode"
18058
+ }
18059
+ }
18060
+ },
18061
+ "mutable": false,
18062
+ "attr": "theme",
18063
+ "reflectToAttr": false,
18064
+ "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.",
18065
+ "docsTags": [],
18066
+ "default": "\"inherit\"",
18067
+ "values": [
18068
+ {
18069
+ "value": "dark",
18070
+ "type": "string"
18071
+ },
18072
+ {
18073
+ "value": "inherit",
18074
+ "type": "string"
18075
+ },
18076
+ {
18077
+ "value": "light",
18078
+ "type": "string"
18079
+ }
18080
+ ],
18081
+ "optional": true,
18082
+ "required": false
18083
+ },
18084
+ {
18085
+ "name": "tooltipPlacement",
18086
+ "type": "\"bottom\" | \"left\" | \"right\" | \"top\"",
18087
+ "complexType": {
18088
+ "original": "IcButtonTooltipPlacement",
18089
+ "resolved": "\"bottom\" | \"left\" | \"right\" | \"top\"",
18090
+ "references": {
18091
+ "IcButtonTooltipPlacement": {
18092
+ "location": "import",
18093
+ "path": "../../utils/types",
18094
+ "id": "src/utils/types.ts::IcButtonTooltipPlacement"
18095
+ }
18096
+ }
18097
+ },
18098
+ "mutable": false,
18099
+ "attr": "tooltip-placement",
18100
+ "reflectToAttr": false,
18101
+ "docs": "The position of the tooltip in relation to the toggle buttons.",
18102
+ "docsTags": [],
18103
+ "default": "\"bottom\"",
18104
+ "values": [
18105
+ {
18106
+ "value": "bottom",
18107
+ "type": "string"
18108
+ },
18109
+ {
18110
+ "value": "left",
18111
+ "type": "string"
18112
+ },
18113
+ {
18114
+ "value": "right",
18115
+ "type": "string"
18116
+ },
18117
+ {
18118
+ "value": "top",
18119
+ "type": "string"
18120
+ }
18121
+ ],
18122
+ "optional": false,
18123
+ "required": false
18124
+ },
16605
18125
  {
16606
18126
  "name": "variant",
16607
18127
  "type": "\"default\" | \"icon\"",
@@ -16671,11 +18191,33 @@
16671
18191
  "filePath": "src/components/ic-tooltip/ic-tooltip.tsx",
16672
18192
  "encapsulation": "shadow",
16673
18193
  "tag": "ic-tooltip",
16674
- "readme": "# ic-tooltip\n\n\n",
18194
+ "readme": "# ic-tooltip\r\n\r\n\r\n\r",
16675
18195
  "docs": "",
16676
18196
  "docsTags": [],
16677
18197
  "usage": {},
16678
18198
  "props": [
18199
+ {
18200
+ "name": "disableClick",
18201
+ "type": "boolean",
18202
+ "complexType": {
18203
+ "original": "boolean",
18204
+ "resolved": "boolean",
18205
+ "references": {}
18206
+ },
18207
+ "mutable": false,
18208
+ "attr": "disable-click",
18209
+ "reflectToAttr": false,
18210
+ "docs": "If `true`, the tooltip will not be displayed on click, it will require hover or using the display method.",
18211
+ "docsTags": [],
18212
+ "default": "false",
18213
+ "values": [
18214
+ {
18215
+ "type": "boolean"
18216
+ }
18217
+ ],
18218
+ "optional": true,
18219
+ "required": false
18220
+ },
16679
18221
  {
16680
18222
  "name": "disableHover",
16681
18223
  "type": "boolean",
@@ -16969,7 +18511,7 @@
16969
18511
  "filePath": "src/components/ic-top-navigation/ic-top-navigation.tsx",
16970
18512
  "encapsulation": "shadow",
16971
18513
  "tag": "ic-top-navigation",
16972
- "readme": "# ic-top-navigation\n\n\n",
18514
+ "readme": "# ic-top-navigation\r\n\r\n\r\n\r",
16973
18515
  "docs": "",
16974
18516
  "docsTags": [
16975
18517
  {
@@ -17078,7 +18620,7 @@
17078
18620
  "mutable": false,
17079
18621
  "attr": "custom-mobile-breakpoint",
17080
18622
  "reflectToAttr": false,
17081
- "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`.",
18623
+ "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`.",
17082
18624
  "docsTags": [],
17083
18625
  "default": "DEVICE_SIZES.L",
17084
18626
  "values": [
@@ -17194,6 +18736,43 @@
17194
18736
  "optional": false,
17195
18737
  "required": false
17196
18738
  },
18739
+ {
18740
+ "name": "theme",
18741
+ "type": "\"dark\" | \"inherit\" | \"light\"",
18742
+ "complexType": {
18743
+ "original": "IcThemeMode",
18744
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
18745
+ "references": {
18746
+ "IcThemeMode": {
18747
+ "location": "import",
18748
+ "path": "../../utils/types",
18749
+ "id": "src/utils/types.ts::IcThemeMode"
18750
+ }
18751
+ }
18752
+ },
18753
+ "mutable": false,
18754
+ "attr": "theme",
18755
+ "reflectToAttr": false,
18756
+ "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.",
18757
+ "docsTags": [],
18758
+ "default": "\"inherit\"",
18759
+ "values": [
18760
+ {
18761
+ "value": "dark",
18762
+ "type": "string"
18763
+ },
18764
+ {
18765
+ "value": "inherit",
18766
+ "type": "string"
18767
+ },
18768
+ {
18769
+ "value": "light",
18770
+ "type": "string"
18771
+ }
18772
+ ],
18773
+ "optional": true,
18774
+ "required": false
18775
+ },
17197
18776
  {
17198
18777
  "name": "version",
17199
18778
  "type": "string",
@@ -17251,7 +18830,7 @@
17251
18830
  "passive": false
17252
18831
  },
17253
18832
  {
17254
- "event": "themeChange",
18833
+ "event": "brandChange",
17255
18834
  "target": "document",
17256
18835
  "capture": false,
17257
18836
  "passive": false
@@ -17328,7 +18907,7 @@
17328
18907
  "filePath": "src/components/ic-typography/ic-typography.tsx",
17329
18908
  "encapsulation": "shadow",
17330
18909
  "tag": "ic-typography",
17331
- "readme": "# ic-typography\n\n\n",
18910
+ "readme": "# ic-typography\r\n\r\n\r\n\r",
17332
18911
  "docs": "",
17333
18912
  "docsTags": [],
17334
18913
  "usage": {},
@@ -17366,7 +18945,7 @@
17366
18945
  "mutable": false,
17367
18946
  "attr": "bold",
17368
18947
  "reflectToAttr": false,
17369
- "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).",
18948
+ "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).",
17370
18949
  "docsTags": [],
17371
18950
  "default": "false",
17372
18951
  "values": [
@@ -17609,6 +19188,7 @@
17609
19188
  "ic-data-list",
17610
19189
  "ic-data-row",
17611
19190
  "ic-dialog",
19191
+ "ic-divider",
17612
19192
  "ic-empty-state",
17613
19193
  "ic-footer",
17614
19194
  "ic-footer-link-group",
@@ -17630,7 +19210,6 @@
17630
19210
  "ic-side-navigation",
17631
19211
  "ic-status-tag",
17632
19212
  "ic-step",
17633
- "ic-switch",
17634
19213
  "ic-tab",
17635
19214
  "ic-text-field",
17636
19215
  "ic-toast",
@@ -17672,6 +19251,9 @@
17672
19251
  "ic-dialog": [
17673
19252
  "ic-typography"
17674
19253
  ],
19254
+ "ic-divider": [
19255
+ "ic-typography"
19256
+ ],
17675
19257
  "ic-empty-state": [
17676
19258
  "ic-typography"
17677
19259
  ],
@@ -17735,9 +19317,6 @@
17735
19317
  "ic-step": [
17736
19318
  "ic-typography"
17737
19319
  ],
17738
- "ic-switch": [
17739
- "ic-typography"
17740
- ],
17741
19320
  "ic-tab": [
17742
19321
  "ic-typography"
17743
19322
  ],
@@ -17757,18 +19336,18 @@
17757
19336
  }
17758
19337
  ],
17759
19338
  "typeLibrary": {
17760
- "src/utils/types.ts::IcThemeForeground": {
17761
- "declaration": "export type IcThemeForeground = \"default\" | \"dark\" | \"light\";",
19339
+ "src/utils/types.ts::IcSizes": {
19340
+ "declaration": "export type IcSizes = \"medium\" | \"large\" | \"small\";",
17762
19341
  "docstring": "",
17763
19342
  "path": "src/utils/types.ts"
17764
19343
  },
17765
- "src/utils/types.ts::IcSizes": {
17766
- "declaration": "export type IcSizes = \"medium\" | \"large\" | \"small\";",
19344
+ "src/utils/types.ts::IcThemeMode": {
19345
+ "declaration": "export type IcThemeMode = \"dark\" | \"light\" | \"inherit\";",
17767
19346
  "docstring": "",
17768
19347
  "path": "src/utils/types.ts"
17769
19348
  },
17770
19349
  "src/utils/types.ts::IcStatusVariants": {
17771
- "declaration": "export type IcStatusVariants =\n | \"neutral\"\n | \"info\"\n | \"warning\"\n | \"error\"\n | \"success\";",
19350
+ "declaration": "export type IcStatusVariants =\r\n | \"neutral\"\r\n | \"info\"\r\n | \"warning\"\r\n | \"error\"\r\n | \"success\";",
17772
19351
  "docstring": "",
17773
19352
  "path": "src/utils/types.ts"
17774
19353
  },
@@ -17778,7 +19357,7 @@
17778
19357
  "path": "src/components/ic-back-to-top/ic-back-to-top.types.ts"
17779
19358
  },
17780
19359
  "src/components/ic-classification-banner/ic-classification-banner.types.tsx::IcProtectiveMarkings": {
17781
- "declaration": "export type IcProtectiveMarkings =\n | \"default\"\n | \"official\"\n | \"official-sensitive\"\n | \"secret\"\n | \"top-secret\";",
19360
+ "declaration": "export type IcProtectiveMarkings =\r\n | \"default\"\r\n | \"official\"\r\n | \"official-sensitive\"\r\n | \"secret\"\r\n | \"top-secret\";",
17782
19361
  "docstring": "",
17783
19362
  "path": "src/components/ic-classification-banner/ic-classification-banner.types.tsx"
17784
19363
  },
@@ -17788,14 +19367,14 @@
17788
19367
  "path": "src/utils/types.ts"
17789
19368
  },
17790
19369
  "src/components/ic-footer/ic-footer.types.tsx::IcFooterBreakpoints": {
17791
- "declaration": "export type IcFooterBreakpoints =\n | \"extra small\"\n | \"small\"\n | \"medium\"\n | \"large\"\n | \"extra large\";",
19370
+ "declaration": "export type IcFooterBreakpoints =\r\n | \"extra small\"\r\n | \"small\"\r\n | \"medium\"\r\n | \"large\"\r\n | \"extra large\";",
17792
19371
  "docstring": "",
17793
19372
  "path": "src/components/ic-footer/ic-footer.types.tsx"
17794
19373
  },
17795
- "src/components/ic-button/ic-button.types.ts::IcButtonTooltipPlacement": {
19374
+ "src/utils/types.ts::IcButtonTooltipPlacement": {
17796
19375
  "declaration": "export type IcButtonTooltipPlacement = \"top\" | \"right\" | \"bottom\" | \"left\";",
17797
19376
  "docstring": "",
17798
- "path": "src/components/ic-button/ic-button.types.ts"
19377
+ "path": "src/utils/types.ts"
17799
19378
  },
17800
19379
  "src/components/ic-button/ic-button.types.ts::IcButtonTypes": {
17801
19380
  "declaration": "export type IcButtonTypes = \"reset\" | \"submit\" | \"button\";",
@@ -17803,7 +19382,7 @@
17803
19382
  "path": "src/components/ic-button/ic-button.types.ts"
17804
19383
  },
17805
19384
  "src/components/ic-button/ic-button.types.ts::IcButtonVariants": {
17806
- "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\";",
19385
+ "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\";",
17807
19386
  "docstring": "",
17808
19387
  "path": "src/components/ic-button/ic-button.types.ts"
17809
19388
  },
@@ -17817,11 +19396,6 @@
17817
19396
  "docstring": "",
17818
19397
  "path": "src/components/ic-badge/ic-badge.types.ts"
17819
19398
  },
17820
- "src/utils/types.ts::IcThemeMode": {
17821
- "declaration": "export type IcThemeMode = \"dark\" | \"light\" | \"inherit\";",
17822
- "docstring": "",
17823
- "path": "src/utils/types.ts"
17824
- },
17825
19399
  "src/components/ic-badge/ic-badge.types.ts::IcBadgeTypes": {
17826
19400
  "declaration": "export type IcBadgeTypes = \"dot\" | \"text\" | \"icon\";",
17827
19401
  "docstring": "",
@@ -17838,12 +19412,17 @@
17838
19412
  "path": "src/utils/types.ts"
17839
19413
  },
17840
19414
  "src/components/ic-tab/ic-tab.types.ts::IcTabClickEventDetail": {
17841
- "declaration": "export interface IcTabClickEventDetail {\n tabId: string;\n contextId: string;\n position: number;\n}",
19415
+ "declaration": "export interface IcTabClickEventDetail {\r\n tabId: string;\r\n contextId: string;\r\n position: number;\r\n}",
17842
19416
  "docstring": "",
17843
19417
  "path": "src/components/ic-tab/ic-tab.types.ts"
17844
19418
  },
19419
+ "src/utils/types.ts::IcDeviceSizes": {
19420
+ "declaration": "export type IcDeviceSizes = 0 | 576 | 768 | 992 | 1200;",
19421
+ "docstring": "",
19422
+ "path": "src/utils/types.ts"
19423
+ },
17845
19424
  "src/components/ic-tooltip/ic-tooltip.types.ts::IcTooltipPlacements": {
17846
- "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\";",
19425
+ "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\";",
17847
19426
  "docstring": "",
17848
19427
  "path": "src/components/ic-tooltip/ic-tooltip.types.ts"
17849
19428
  },
@@ -17858,7 +19437,7 @@
17858
19437
  "path": "src/utils/types.ts"
17859
19438
  },
17860
19439
  "src/components/ic-checkbox-group/ic-checkbox-group.types.ts::IcChangeEventDetail": {
17861
- "declaration": "export interface IcChangeEventDetail {\n value: string[];\n checkedOptions: {\n checkbox: HTMLIcCheckboxElement;\n textFieldValue?: string;\n }[];\n selectedOption: HTMLIcCheckboxElement;\n}",
19440
+ "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}",
17862
19441
  "docstring": "",
17863
19442
  "path": "src/components/ic-checkbox-group/ic-checkbox-group.types.ts"
17864
19443
  },
@@ -17868,7 +19447,7 @@
17868
19447
  "path": "src/components/ic-text-field/ic-text-field.types.ts"
17869
19448
  },
17870
19449
  "src/utils/types.ts::IcAutocompleteTypes": {
17871
- "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\";",
19450
+ "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\";",
17872
19451
  "docstring": "",
17873
19452
  "path": "src/utils/types.ts"
17874
19453
  },
@@ -17878,7 +19457,7 @@
17878
19457
  "path": "src/utils/types.ts"
17879
19458
  },
17880
19459
  "src/components/ic-text-field/ic-text-field.types.ts::IcTextFieldInputModes": {
17881
- "declaration": "export type IcTextFieldInputModes =\n | \"none\"\n | \"text\"\n | \"tel\"\n | \"url\"\n | \"email\"\n | \"numeric\"\n | \"decimal\"\n | \"search\";",
19460
+ "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\";",
17882
19461
  "docstring": "",
17883
19462
  "path": "src/components/ic-text-field/ic-text-field.types.ts"
17884
19463
  },
@@ -17888,25 +19467,80 @@
17888
19467
  "path": "src/utils/types.ts"
17889
19468
  },
17890
19469
  "src/components/ic-text-field/ic-text-field.types.ts::IcTextFieldTypes": {
17891
- "declaration": "export type IcTextFieldTypes =\n | \"email\"\n | \"password\"\n | \"tel\"\n | \"text\"\n | \"url\"\n | \"number\"\n | \"search\";",
19470
+ "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\";",
17892
19471
  "docstring": "",
17893
19472
  "path": "src/components/ic-text-field/ic-text-field.types.ts"
17894
19473
  },
17895
19474
  "src/utils/types.ts::IcValueEventDetail": {
17896
- "declaration": "export interface IcValueEventDetail {\n value: string;\n keyPressed?: string;\n}",
19475
+ "declaration": "export interface IcValueEventDetail {\r\n value: string | string[];\r\n keyPressed?: string;\r\n}",
17897
19476
  "docstring": "",
17898
19477
  "path": "src/utils/types.ts"
17899
19478
  },
17900
- "src/components/ic-empty-state/ic-empty-state.types.ts::IcEmptyStateAlignment": {
17901
- "declaration": "export type IcEmptyStateAlignment = \"left\" | \"center\" | \"right\";",
19479
+ "src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarSearchModes": {
19480
+ "declaration": "export type IcSearchBarSearchModes = \"navigation\" | \"query\";",
17902
19481
  "docstring": "",
17903
- "path": "src/components/ic-empty-state/ic-empty-state.types.ts"
19482
+ "path": "src/components/ic-search-bar/ic-search-bar.types.ts"
19483
+ },
19484
+ "src/utils/types.ts::IcMenuOption": {
19485
+ "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}",
19486
+ "docstring": "",
19487
+ "path": "src/utils/types.ts"
19488
+ },
19489
+ "src/components/ic-menu/ic-menu.types.ts::IcOptionSelectEventDetail": {
19490
+ "declaration": "export interface IcOptionSelectEventDetail {\r\n value: string;\r\n label?: string;\r\n optionId?: string;\r\n}",
19491
+ "docstring": "",
19492
+ "path": "src/components/ic-menu/ic-menu.types.ts"
19493
+ },
19494
+ "src/components/ic-menu/ic-menu.types.ts::IcMenuChangeEventDetail": {
19495
+ "declaration": "export interface IcMenuChangeEventDetail {\r\n open: boolean;\r\n focusInput?: boolean;\r\n}",
19496
+ "docstring": "",
19497
+ "path": "src/components/ic-menu/ic-menu.types.ts"
19498
+ },
19499
+ "src/utils/types.ts::IcBlurEventDetail": {
19500
+ "declaration": "export interface IcBlurEventDetail {\r\n relatedTarget: IcRelatedTarget;\r\n}",
19501
+ "docstring": "",
19502
+ "path": "src/utils/types.ts"
19503
+ },
19504
+ "src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarBlurEventDetail": {
19505
+ "declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\r\n relatedTarget: IcRelatedTarget;\r\n}",
19506
+ "docstring": "",
19507
+ "path": "src/components/ic-search-bar/ic-search-bar.types.ts"
19508
+ },
19509
+ "src/components/ic-divider/ic-divider.types.tsx::IcDividerStyles": {
19510
+ "declaration": "export type IcDividerStyles = \"solid\" | \"dashed\";",
19511
+ "docstring": "",
19512
+ "path": "src/components/ic-divider/ic-divider.types.tsx"
19513
+ },
19514
+ "src/components/ic-divider/ic-divider.types.tsx::IcDividerLabelPlacement": {
19515
+ "declaration": "export type IcDividerLabelPlacement =\r\n | \"left\"\r\n | \"center\"\r\n | \"right\"\r\n | \"top\"\r\n | \"bottom\";",
19516
+ "docstring": "",
19517
+ "path": "src/components/ic-divider/ic-divider.types.tsx"
19518
+ },
19519
+ "src/utils/types.ts::IcOrientation": {
19520
+ "declaration": "export type IcOrientation = \"horizontal\" | \"vertical\";",
19521
+ "docstring": "",
19522
+ "path": "src/utils/types.ts"
19523
+ },
19524
+ "src/utils/types.ts::IcBrandForeground": {
19525
+ "declaration": "export type IcBrandForeground = \"default\" | \"dark\" | \"light\";",
19526
+ "docstring": "",
19527
+ "path": "src/utils/types.ts"
19528
+ },
19529
+ "src/components/ic-divider/ic-divider.types.tsx::IcDividerWeights": {
19530
+ "declaration": "export type IcDividerWeights = \"thin\" | \"medium\" | \"thick\" | \"very-thick\";",
19531
+ "docstring": "",
19532
+ "path": "src/components/ic-divider/ic-divider.types.tsx"
17904
19533
  },
17905
19534
  "src/utils/types.ts::IcTypographyVariants": {
17906
- "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\";",
19535
+ "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\";",
17907
19536
  "docstring": "",
17908
19537
  "path": "src/utils/types.ts"
17909
19538
  },
19539
+ "src/components/ic-empty-state/ic-empty-state.types.ts::IcEmptyStateAlignment": {
19540
+ "declaration": "export type IcEmptyStateAlignment = \"left\" | \"center\" | \"right\";",
19541
+ "docstring": "",
19542
+ "path": "src/components/ic-empty-state/ic-empty-state.types.ts"
19543
+ },
17910
19544
  "src/components/ic-hero/ic-hero.types.tsx::IcHeroContentAlignments": {
17911
19545
  "declaration": "export type IcHeroContentAlignments = \"left\" | \"center\";",
17912
19546
  "docstring": "",
@@ -17917,11 +19551,6 @@
17917
19551
  "docstring": "",
17918
19552
  "path": "src/components/ic-input-validation/ic-input-validation.types.tsx"
17919
19553
  },
17920
- "src/utils/types.ts::IcThemeForegroundNoDefault": {
17921
- "declaration": "export type IcThemeForegroundNoDefault = \"dark\" | \"light\";",
17922
- "docstring": "",
17923
- "path": "src/utils/types.ts"
17924
- },
17925
19554
  "src/components/ic-loading-indicator/ic-loading-indicator.types.tsx::IcLoadingSizes": {
17926
19555
  "declaration": "export type IcLoadingSizes = \"medium\" | \"small\" | \"large\" | \"icon\";",
17927
19556
  "docstring": "",
@@ -17937,28 +19566,8 @@
17937
19566
  "docstring": "",
17938
19567
  "path": "src/utils/types.ts"
17939
19568
  },
17940
- "src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarSearchModes": {
17941
- "declaration": "export type IcSearchBarSearchModes = \"navigation\" | \"query\";",
17942
- "docstring": "",
17943
- "path": "src/components/ic-search-bar/ic-search-bar.types.ts"
17944
- },
17945
- "src/utils/types.ts::IcMenuOption": {
17946
- "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}",
17947
- "docstring": "",
17948
- "path": "src/utils/types.ts"
17949
- },
17950
19569
  "src/components/ic-menu/ic-menu.types.ts::IcMenuOptionIdEventDetail": {
17951
- "declaration": "export interface IcMenuOptionIdEventDetail {\n optionId: string | undefined;\n}",
17952
- "docstring": "",
17953
- "path": "src/components/ic-menu/ic-menu.types.ts"
17954
- },
17955
- "src/components/ic-menu/ic-menu.types.ts::IcOptionSelectEventDetail": {
17956
- "declaration": "export interface IcOptionSelectEventDetail {\n value: string;\n label?: string;\n optionId?: string;\n}",
17957
- "docstring": "",
17958
- "path": "src/components/ic-menu/ic-menu.types.ts"
17959
- },
17960
- "src/components/ic-menu/ic-menu.types.ts::IcMenuChangeEventDetail": {
17961
- "declaration": "export interface IcMenuChangeEventDetail {\n open: boolean;\n focusInput?: boolean;\n}",
19570
+ "declaration": "export interface IcMenuOptionIdEventDetail {\r\n optionId: string | undefined;\r\n}",
17962
19571
  "docstring": "",
17963
19572
  "path": "src/components/ic-menu/ic-menu.types.ts"
17964
19573
  },
@@ -17968,22 +19577,17 @@
17968
19577
  "path": "src/components/ic-menu-item/ic-menu-item.types.ts"
17969
19578
  },
17970
19579
  "src/components/ic-side-navigation/ic-side-navigation.types.ts::IcExpandedDetail": {
17971
- "declaration": "export interface IcExpandedDetail {\n sideNavExpanded: boolean;\n sideNavMobile: boolean;\n}",
19580
+ "declaration": "export interface IcExpandedDetail {\r\n sideNavExpanded: boolean;\r\n sideNavMobile: boolean;\r\n}",
17972
19581
  "docstring": "",
17973
19582
  "path": "src/components/ic-side-navigation/ic-side-navigation.types.ts"
17974
19583
  },
17975
- "src/utils/types.ts::IcDeviceSizes": {
17976
- "declaration": "export type IcDeviceSizes = 0 | 576 | 768 | 992 | 1200;",
17977
- "docstring": "",
17978
- "path": "src/utils/types.ts"
17979
- },
17980
19584
  "src/components/ic-pagination/ic-pagination.types.ts::IcPaginationTypes": {
17981
19585
  "declaration": "export type IcPaginationTypes = \"simple\" | \"complex\";",
17982
19586
  "docstring": "",
17983
19587
  "path": "src/components/ic-pagination/ic-pagination.types.ts"
17984
19588
  },
17985
19589
  "src/components/ic-pagination/ic-pagination.types.ts::IcChangeEventDetail": {
17986
- "declaration": "export interface IcChangeEventDetail {\n value: number;\n}",
19590
+ "declaration": "export interface IcChangeEventDetail {\r\n value: number;\r\n}",
17987
19591
  "docstring": "",
17988
19592
  "path": "src/components/ic-pagination/ic-pagination.types.ts"
17989
19593
  },
@@ -17992,26 +19596,11 @@
17992
19596
  "docstring": "",
17993
19597
  "path": "src/components/ic-pagination-item/ic-pagination-item.types.ts"
17994
19598
  },
17995
- "src/utils/types.ts::IcOrientation": {
17996
- "declaration": "export type IcOrientation = \"horizontal\" | \"vertical\";",
17997
- "docstring": "",
17998
- "path": "src/utils/types.ts"
17999
- },
18000
19599
  "src/components/ic-radio-group/ic-radio-group.types.ts::IcChangeEventDetail": {
18001
- "declaration": "export interface IcChangeEventDetail {\n value: string;\n selectedOption: {\n radio: HTMLIcRadioOptionElement;\n textFieldValue?: string;\n };\n}",
19600
+ "declaration": "export interface IcChangeEventDetail {\r\n value: string;\r\n selectedOption: {\r\n radio: HTMLIcRadioOptionElement;\r\n textFieldValue?: string;\r\n };\r\n}",
18002
19601
  "docstring": "",
18003
19602
  "path": "src/components/ic-radio-group/ic-radio-group.types.ts"
18004
19603
  },
18005
- "src/utils/types.ts::IcBlurEventDetail": {
18006
- "declaration": "export interface IcBlurEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
18007
- "docstring": "",
18008
- "path": "src/utils/types.ts"
18009
- },
18010
- "src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarBlurEventDetail": {
18011
- "declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
18012
- "docstring": "",
18013
- "path": "src/components/ic-search-bar/ic-search-bar.types.ts"
18014
- },
18015
19604
  "src/utils/types.ts::IcSearchMatchPositions": {
18016
19605
  "declaration": "export type IcSearchMatchPositions = \"start\" | \"anywhere\";",
18017
19606
  "docstring": "",
@@ -18048,17 +19637,22 @@
18048
19637
  "path": "src/components/ic-stepper/ic-stepper.types.ts"
18049
19638
  },
18050
19639
  "src/components/ic-switch/ic-switch.types.ts::IcSwitchChangeEventDetail": {
18051
- "declaration": "export interface IcSwitchChangeEventDetail {\n value: string | null;\n checked: boolean;\n}",
19640
+ "declaration": "export interface IcSwitchChangeEventDetail {\r\n value: string | null;\r\n checked: boolean;\r\n}",
18052
19641
  "docstring": "",
18053
19642
  "path": "src/components/ic-switch/ic-switch.types.ts"
18054
19643
  },
18055
19644
  "src/components/ic-tab/ic-tab.types.ts::IcTabSelectEventDetail": {
18056
- "declaration": "export interface IcTabSelectEventDetail {\n tabIndex: number;\n tabLabel: string;\n}",
19645
+ "declaration": "export interface IcTabSelectEventDetail {\r\n tabIndex: number;\r\n tabLabel: string;\r\n}",
18057
19646
  "docstring": "",
18058
19647
  "path": "src/components/ic-tab/ic-tab.types.ts"
18059
19648
  },
18060
- "src/utils/types.ts::IcTheme": {
18061
- "declaration": "{\n mode: IcThemeForeground;\n color: IcColorRGB;\n}",
19649
+ "src/utils/types.ts::IcBrand": {
19650
+ "declaration": "{\r\n mode: IcBrandForeground;\r\n color: IcColorRGB;\r\n}",
19651
+ "docstring": "",
19652
+ "path": "src/utils/types.ts"
19653
+ },
19654
+ "src/utils/types.ts::IcIconPlacementOptions": {
19655
+ "declaration": "export type IcIconPlacementOptions = \"left\" | \"right\" | \"top\";",
18062
19656
  "docstring": "",
18063
19657
  "path": "src/utils/types.ts"
18064
19658
  },
@@ -18073,7 +19667,7 @@
18073
19667
  "path": "src/utils/types.ts"
18074
19668
  },
18075
19669
  "src/components/ic-toggle-button-group/ic-toggle-button-group.types.ts::IcChangeEventDetail": {
18076
- "declaration": "export interface IcChangeEventDetail {\n checked: boolean[] | boolean;\n toggledOptions?: {\n toggleButton: HTMLIcToggleButtonElement;\n }[];\n selectedOption: HTMLIcToggleButtonElement;\n}",
19670
+ "declaration": "export interface IcChangeEventDetail {\r\n checked: boolean[] | boolean;\r\n toggledOptions?: {\r\n toggleButton: HTMLIcToggleButtonElement;\r\n }[];\r\n selectedOption: HTMLIcToggleButtonElement;\r\n}",
18077
19671
  "docstring": "",
18078
19672
  "path": "src/components/ic-toggle-button-group/ic-toggle-button-group.types.ts"
18079
19673
  }