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

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 +764 -300
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "filePath": "src/components/ic-accordion/ic-accordion.tsx",
10
10
  "encapsulation": "shadow",
11
11
  "tag": "ic-accordion",
12
- "readme": "# ic-accordion\r\n\r\n\r\n\r",
12
+ "readme": "# ic-accordion\n\n\n",
13
13
  "docs": "",
14
14
  "docsTags": [
15
15
  {
@@ -238,7 +238,7 @@
238
238
  "filePath": "src/components/ic-accordion-group/ic-accordion-group.tsx",
239
239
  "encapsulation": "shadow",
240
240
  "tag": "ic-accordion-group",
241
- "readme": "# ic-accordion-title\r\n\r\n\r\n\r",
241
+ "readme": "# ic-accordion-title\n\n\n",
242
242
  "docs": "",
243
243
  "docsTags": [
244
244
  {
@@ -431,7 +431,7 @@
431
431
  },
432
432
  "signature": "setFocus() => Promise<void>",
433
433
  "parameters": [],
434
- "docs": "Sets the focus on first focusable element in the accordion group. If the \"See/Hide all\" button is present, it will be focused.\r\nOtherwise, the first accordion will be focused.",
434
+ "docs": "Sets the focus on first focusable element in the accordion group. If the \"See/Hide all\" button is present, it will be focused.\nOtherwise, the first accordion will be focused.",
435
435
  "docsTags": []
436
436
  }
437
437
  ],
@@ -477,7 +477,7 @@
477
477
  "filePath": "src/components/ic-alert/ic-alert.tsx",
478
478
  "encapsulation": "shadow",
479
479
  "tag": "ic-alert",
480
- "readme": "# ic-alert\r\n\r\n\r\n\r",
480
+ "readme": "# ic-alert\n\n\n",
481
481
  "docs": "",
482
482
  "docsTags": [
483
483
  {
@@ -775,7 +775,7 @@
775
775
  "filePath": "src/components/ic-back-to-top/ic-back-to-top.tsx",
776
776
  "encapsulation": "shadow",
777
777
  "tag": "ic-back-to-top",
778
- "readme": "# ic-back-to-top\r\n\r\n\r\n\r",
778
+ "readme": "# ic-back-to-top\n\n\n",
779
779
  "docs": "",
780
780
  "docsTags": [],
781
781
  "usage": {},
@@ -801,6 +801,43 @@
801
801
  "optional": false,
802
802
  "required": true
803
803
  },
804
+ {
805
+ "name": "theme",
806
+ "type": "\"dark\" | \"inherit\" | \"light\"",
807
+ "complexType": {
808
+ "original": "IcThemeMode",
809
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
810
+ "references": {
811
+ "IcThemeMode": {
812
+ "location": "import",
813
+ "path": "../../utils/types",
814
+ "id": "src/utils/types.ts::IcThemeMode"
815
+ }
816
+ }
817
+ },
818
+ "mutable": false,
819
+ "attr": "theme",
820
+ "reflectToAttr": false,
821
+ "docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
822
+ "docsTags": [],
823
+ "default": "\"inherit\"",
824
+ "values": [
825
+ {
826
+ "value": "dark",
827
+ "type": "string"
828
+ },
829
+ {
830
+ "value": "inherit",
831
+ "type": "string"
832
+ },
833
+ {
834
+ "value": "light",
835
+ "type": "string"
836
+ }
837
+ ],
838
+ "optional": true,
839
+ "required": false
840
+ },
804
841
  {
805
842
  "name": "variant",
806
843
  "type": "\"default\" | \"icon\"",
@@ -871,7 +908,7 @@
871
908
  "filePath": "src/components/ic-badge/ic-badge.tsx",
872
909
  "encapsulation": "shadow",
873
910
  "tag": "ic-badge",
874
- "readme": "# ic-badge\r\n\r\n\r\n\r",
911
+ "readme": "# ic-badge\n\n\n",
875
912
  "docs": "",
876
913
  "docsTags": [
877
914
  {
@@ -919,7 +956,7 @@
919
956
  "mutable": false,
920
957
  "attr": "custom-color",
921
958
  "reflectToAttr": false,
922
- "docs": "The custom badge colour. This will only style the badge component if variant=\"custom\".\r\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
959
+ "docs": "The custom badge colour. This will only style the badge component if variant=\"custom\".\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
923
960
  "docsTags": [],
924
961
  "default": "null",
925
962
  "values": [
@@ -968,7 +1005,7 @@
968
1005
  "mutable": false,
969
1006
  "attr": "max-number",
970
1007
  "reflectToAttr": false,
971
- "docs": "The maximum number shown on the badge appended with a +.\r\nThis will only be displayed if type=\"text\" and label is not empty.",
1008
+ "docs": "The maximum number shown on the badge appended with a +.\nThis will only be displayed if type=\"text\" and label is not empty.",
972
1009
  "docsTags": [],
973
1010
  "values": [
974
1011
  {
@@ -1227,7 +1264,7 @@
1227
1264
  "filePath": "src/components/ic-breadcrumb/ic-breadcrumb.tsx",
1228
1265
  "encapsulation": "shadow",
1229
1266
  "tag": "ic-breadcrumb",
1230
- "readme": "# ic-breadcrumb\r\n\r\n\r\n\r",
1267
+ "readme": "# ic-breadcrumb\n\n\n",
1231
1268
  "docs": "",
1232
1269
  "docsTags": [
1233
1270
  {
@@ -1355,7 +1392,7 @@
1355
1392
  "filePath": "src/components/ic-breadcrumb-group/ic-breadcrumb-group.tsx",
1356
1393
  "encapsulation": "shadow",
1357
1394
  "tag": "ic-breadcrumb-group",
1358
- "readme": "# ic-breadcrumb-group\r\n\r\n\r\n\r",
1395
+ "readme": "# ic-breadcrumb-group\n\n\n",
1359
1396
  "docs": "",
1360
1397
  "docsTags": [],
1361
1398
  "usage": {},
@@ -1487,7 +1524,7 @@
1487
1524
  "filePath": "src/components/ic-button/ic-button.tsx",
1488
1525
  "encapsulation": "shadow",
1489
1526
  "tag": "ic-button",
1490
- "readme": "# ic-button\r\n\r",
1527
+ "readme": "# ic-button\n",
1491
1528
  "docs": "",
1492
1529
  "docsTags": [
1493
1530
  {
@@ -1535,43 +1572,6 @@
1535
1572
  "optional": true,
1536
1573
  "required": false
1537
1574
  },
1538
- {
1539
- "name": "appearance",
1540
- "type": "\"dark\" | \"default\" | \"light\"",
1541
- "complexType": {
1542
- "original": "IcThemeForeground",
1543
- "resolved": "\"dark\" | \"default\" | \"light\"",
1544
- "references": {
1545
- "IcThemeForeground": {
1546
- "location": "import",
1547
- "path": "../../utils/types",
1548
- "id": "src/utils/types.ts::IcThemeForeground"
1549
- }
1550
- }
1551
- },
1552
- "mutable": true,
1553
- "attr": "appearance",
1554
- "reflectToAttr": false,
1555
- "docs": "The appearance of the button, e.g. dark, light, or the default.",
1556
- "docsTags": [],
1557
- "default": "\"default\"",
1558
- "values": [
1559
- {
1560
- "value": "dark",
1561
- "type": "string"
1562
- },
1563
- {
1564
- "value": "default",
1565
- "type": "string"
1566
- },
1567
- {
1568
- "value": "light",
1569
- "type": "string"
1570
- }
1571
- ],
1572
- "optional": true,
1573
- "required": false
1574
- },
1575
1575
  {
1576
1576
  "name": "disableTooltip",
1577
1577
  "type": "boolean",
@@ -1941,6 +1941,28 @@
1941
1941
  "optional": true,
1942
1942
  "required": false
1943
1943
  },
1944
+ {
1945
+ "name": "monochrome",
1946
+ "type": "boolean",
1947
+ "complexType": {
1948
+ "original": "boolean",
1949
+ "resolved": "boolean",
1950
+ "references": {}
1951
+ },
1952
+ "mutable": true,
1953
+ "attr": "monochrome",
1954
+ "reflectToAttr": false,
1955
+ "docs": "If `true`, the button will display as monochromatic in either `light` or `dark` theme.",
1956
+ "docsTags": [],
1957
+ "default": "false",
1958
+ "values": [
1959
+ {
1960
+ "type": "boolean"
1961
+ }
1962
+ ],
1963
+ "optional": true,
1964
+ "required": false
1965
+ },
1944
1966
  {
1945
1967
  "name": "multiple",
1946
1968
  "type": "boolean",
@@ -2125,6 +2147,43 @@
2125
2147
  "optional": true,
2126
2148
  "required": false
2127
2149
  },
2150
+ {
2151
+ "name": "theme",
2152
+ "type": "\"dark\" | \"inherit\" | \"light\"",
2153
+ "complexType": {
2154
+ "original": "IcThemeMode",
2155
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
2156
+ "references": {
2157
+ "IcThemeMode": {
2158
+ "location": "import",
2159
+ "path": "../../utils/types",
2160
+ "id": "src/utils/types.ts::IcThemeMode"
2161
+ }
2162
+ }
2163
+ },
2164
+ "mutable": true,
2165
+ "attr": "theme",
2166
+ "reflectToAttr": false,
2167
+ "docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
2168
+ "docsTags": [],
2169
+ "default": "\"inherit\"",
2170
+ "values": [
2171
+ {
2172
+ "value": "dark",
2173
+ "type": "string"
2174
+ },
2175
+ {
2176
+ "value": "inherit",
2177
+ "type": "string"
2178
+ },
2179
+ {
2180
+ "value": "light",
2181
+ "type": "string"
2182
+ }
2183
+ ],
2184
+ "optional": true,
2185
+ "required": false
2186
+ },
2128
2187
  {
2129
2188
  "name": "tooltipPlacement",
2130
2189
  "type": "\"bottom\" | \"left\" | \"right\" | \"top\"",
@@ -2495,7 +2554,7 @@
2495
2554
  "filePath": "src/components/ic-card-vertical/ic-card-vertical.tsx",
2496
2555
  "encapsulation": "shadow",
2497
2556
  "tag": "ic-card-vertical",
2498
- "readme": "# ic-card-vertical\r\n\r\n\r\n\r",
2557
+ "readme": "# ic-card-vertical\n\n\n",
2499
2558
  "docs": "",
2500
2559
  "docsTags": [
2501
2560
  {
@@ -2854,7 +2913,7 @@
2854
2913
  }
2855
2914
  }
2856
2915
  },
2857
- "mutable": false,
2916
+ "mutable": true,
2858
2917
  "attr": "theme",
2859
2918
  "reflectToAttr": false,
2860
2919
  "docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
@@ -2983,7 +3042,7 @@
2983
3042
  "filePath": "src/components/ic-checkbox/ic-checkbox.tsx",
2984
3043
  "encapsulation": "shadow",
2985
3044
  "tag": "ic-checkbox",
2986
- "readme": "# ic-checkbox\r\n\r\n\r\n\r",
3045
+ "readme": "# ic-checkbox\n\n\n",
2987
3046
  "docs": "",
2988
3047
  "docsTags": [
2989
3048
  {
@@ -3404,7 +3463,7 @@
3404
3463
  "filePath": "src/components/ic-checkbox-group/ic-checkbox-group.tsx",
3405
3464
  "encapsulation": "shadow",
3406
3465
  "tag": "ic-checkbox-group",
3407
- "readme": "# ic-checkbox-group\r\n\r\n\r\n\r",
3466
+ "readme": "# ic-checkbox-group\n\n\n",
3408
3467
  "docs": "",
3409
3468
  "docsTags": [],
3410
3469
  "usage": {},
@@ -3736,7 +3795,7 @@
3736
3795
  "filePath": "src/components/ic-chip/ic-chip.tsx",
3737
3796
  "encapsulation": "shadow",
3738
3797
  "tag": "ic-chip",
3739
- "readme": "# ic-chip\r\n\r\n\r\n\r",
3798
+ "readme": "# ic-chip\n\n\n",
3740
3799
  "docs": "",
3741
3800
  "docsTags": [
3742
3801
  {
@@ -3767,7 +3826,7 @@
3767
3826
  "mutable": false,
3768
3827
  "attr": "custom-color",
3769
3828
  "reflectToAttr": false,
3770
- "docs": "The custom chip colour. This will override the theme colour.\r\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
3829
+ "docs": "The custom chip colour. This will override the theme colour.\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
3771
3830
  "docsTags": [],
3772
3831
  "default": "null",
3773
3832
  "values": [
@@ -3897,7 +3956,7 @@
3897
3956
  "mutable": false,
3898
3957
  "attr": "theme",
3899
3958
  "reflectToAttr": false,
3900
- "docs": "Sets the chip to the dark or light theme colors. \"inherit\" will set the color based on the system settings or ic-theme component.\r\nSetting the \"customColor\" prop will override this.",
3959
+ "docs": "Sets the chip to the dark or light theme colors. \"inherit\" will set the color based on the system settings or ic-theme component.\nSetting the \"customColor\" prop will override this.",
3901
3960
  "docsTags": [],
3902
3961
  "default": "\"inherit\"",
3903
3962
  "values": [
@@ -4051,7 +4110,7 @@
4051
4110
  "filePath": "src/components/ic-classification-banner/ic-classification-banner.tsx",
4052
4111
  "encapsulation": "shadow",
4053
4112
  "tag": "ic-classification-banner",
4054
- "readme": "# ic-classification-banner\r\n\r\n\r\n\r",
4113
+ "readme": "# ic-classification-banner\n\n\n",
4055
4114
  "docs": "",
4056
4115
  "docsTags": [],
4057
4116
  "usage": {},
@@ -4216,7 +4275,7 @@
4216
4275
  "filePath": "src/components/ic-data-list/ic-data-list.tsx",
4217
4276
  "encapsulation": "shadow",
4218
4277
  "tag": "ic-data-list",
4219
- "readme": "# ic-data-list\r\n\r\n\r\n\r",
4278
+ "readme": "# ic-data-list\n\n\n",
4220
4279
  "docs": "",
4221
4280
  "docsTags": [
4222
4281
  {
@@ -4343,7 +4402,7 @@
4343
4402
  "filePath": "src/components/ic-data-row/ic-data-row.tsx",
4344
4403
  "encapsulation": "shadow",
4345
4404
  "tag": "ic-data-row",
4346
- "readme": "# ic-data-row\r\n\r\n\r\n\r",
4405
+ "readme": "# ic-data-row\n\n\n",
4347
4406
  "docs": "",
4348
4407
  "docsTags": [
4349
4408
  {
@@ -4507,7 +4566,7 @@
4507
4566
  "filePath": "src/components/ic-dialog/ic-dialog.tsx",
4508
4567
  "encapsulation": "shadow",
4509
4568
  "tag": "ic-dialog",
4510
- "readme": "# ic-dialog\r\n\r\n\r\n\r",
4569
+ "readme": "# ic-dialog\n\n\n",
4511
4570
  "docs": "",
4512
4571
  "docsTags": [
4513
4572
  {
@@ -4606,7 +4665,7 @@
4606
4665
  "mutable": false,
4607
4666
  "attr": "disable-height-constraint",
4608
4667
  "reflectToAttr": false,
4609
- "docs": "If set to `true`, the content area max height and overflow properties are removed allowing the dialog to stretch below the fold.\r\nThis prop also prevents popover elements from being cut off within the content area.",
4668
+ "docs": "If set to `true`, the content area max height and overflow properties are removed allowing the dialog to stretch below the fold.\nThis prop also prevents popover elements from being cut off within the content area.",
4610
4669
  "docsTags": [],
4611
4670
  "default": "false",
4612
4671
  "values": [
@@ -4985,7 +5044,7 @@
4985
5044
  "filePath": "src/components/ic-divider/ic-divider.tsx",
4986
5045
  "encapsulation": "scoped",
4987
5046
  "tag": "ic-divider",
4988
- "readme": "# ic-divider\r\n\r\n\r\n\r",
5047
+ "readme": "# ic-divider\n\n\n",
4989
5048
  "docs": "",
4990
5049
  "docsTags": [],
4991
5050
  "usage": {},
@@ -5300,7 +5359,7 @@
5300
5359
  "filePath": "src/components/ic-empty-state/ic-empty-state.tsx",
5301
5360
  "encapsulation": "shadow",
5302
5361
  "tag": "ic-empty-state",
5303
- "readme": "# ic-empty-state\r\n\r\n\r\n\r",
5362
+ "readme": "# ic-empty-state\n\n\n",
5304
5363
  "docs": "",
5305
5364
  "docsTags": [
5306
5365
  {
@@ -5526,7 +5585,7 @@
5526
5585
  "filePath": "src/components/ic-footer/ic-footer.tsx",
5527
5586
  "encapsulation": "shadow",
5528
5587
  "tag": "ic-footer",
5529
- "readme": "# ic-footer\r\n\r\n\r\n\r",
5588
+ "readme": "# ic-footer\n\n\n",
5530
5589
  "docs": "",
5531
5590
  "docsTags": [
5532
5591
  {
@@ -5763,7 +5822,7 @@
5763
5822
  "filePath": "src/components/ic-footer-link/ic-footer-link.tsx",
5764
5823
  "encapsulation": "shadow",
5765
5824
  "tag": "ic-footer-link",
5766
- "readme": "# ic-footer-link\r\n\r\n\r\n\r",
5825
+ "readme": "# ic-footer-link\n\n\n",
5767
5826
  "docs": "",
5768
5827
  "docsTags": [],
5769
5828
  "usage": {},
@@ -5970,7 +6029,7 @@
5970
6029
  "filePath": "src/components/ic-footer-link-group/ic-footer-link-group.tsx",
5971
6030
  "encapsulation": "shadow",
5972
6031
  "tag": "ic-footer-link-group",
5973
- "readme": "# ic-footer-link-group\r\n\r\n\r\n\r",
6032
+ "readme": "# ic-footer-link-group\n\n\n",
5974
6033
  "docs": "",
5975
6034
  "docsTags": [],
5976
6035
  "usage": {},
@@ -6032,7 +6091,7 @@
6032
6091
  "filePath": "src/components/ic-hero/ic-hero.tsx",
6033
6092
  "encapsulation": "shadow",
6034
6093
  "tag": "ic-hero",
6035
- "readme": "# ic-hero\r\n\r\n\r\n\r",
6094
+ "readme": "# ic-hero\n\n\n",
6036
6095
  "docs": "",
6037
6096
  "docsTags": [
6038
6097
  {
@@ -6337,7 +6396,7 @@
6337
6396
  "filePath": "src/components/ic-horizontal-scroll/ic-horizontal-scroll.tsx",
6338
6397
  "encapsulation": "shadow",
6339
6398
  "tag": "ic-horizontal-scroll",
6340
- "readme": "# ic-horizontal-scroll\r\n\r\n\r\n\r",
6399
+ "readme": "# ic-horizontal-scroll\n\n\n",
6341
6400
  "docs": "",
6342
6401
  "docsTags": [],
6343
6402
  "usage": {},
@@ -6423,7 +6482,7 @@
6423
6482
  "filePath": "src/components/ic-input-component-container/ic-input-component-container.tsx",
6424
6483
  "encapsulation": "none",
6425
6484
  "tag": "ic-input-component-container",
6426
- "readme": "# ic-input-container\r\n\r\n\r\n\r",
6485
+ "readme": "# ic-input-container\n\n\n",
6427
6486
  "docs": "",
6428
6487
  "docsTags": [
6429
6488
  {
@@ -6433,33 +6492,6 @@
6433
6492
  ],
6434
6493
  "usage": {},
6435
6494
  "props": [
6436
- {
6437
- "name": "appearance",
6438
- "type": "\"dark\" | \"default\"",
6439
- "complexType": {
6440
- "original": "\"dark\" | \"default\"",
6441
- "resolved": "\"dark\" | \"default\"",
6442
- "references": {}
6443
- },
6444
- "mutable": false,
6445
- "attr": "appearance",
6446
- "reflectToAttr": false,
6447
- "docs": "The appearance of the input component container.",
6448
- "docsTags": [],
6449
- "default": "\"default\"",
6450
- "values": [
6451
- {
6452
- "value": "dark",
6453
- "type": "string"
6454
- },
6455
- {
6456
- "value": "default",
6457
- "type": "string"
6458
- }
6459
- ],
6460
- "optional": true,
6461
- "required": false
6462
- },
6463
6495
  {
6464
6496
  "name": "disabled",
6465
6497
  "type": "boolean",
@@ -6661,6 +6693,61 @@
6661
6693
  "name": "--border-color-disabled",
6662
6694
  "annotation": "prop",
6663
6695
  "docs": "Border colour of the input component container when disabled"
6696
+ },
6697
+ {
6698
+ "name": "--border-color-error",
6699
+ "annotation": "prop",
6700
+ "docs": "Border colour of the error variant for input component container"
6701
+ },
6702
+ {
6703
+ "name": "--border-color-error-hover",
6704
+ "annotation": "prop",
6705
+ "docs": "Border colour of the error hover variant for input component container"
6706
+ },
6707
+ {
6708
+ "name": "--border-color-error-pressed",
6709
+ "annotation": "prop",
6710
+ "docs": "Border colour of the error pressed variant for input component container"
6711
+ },
6712
+ {
6713
+ "name": "--border-color-hover",
6714
+ "annotation": "prop",
6715
+ "docs": "Border colour of the input component container on hover"
6716
+ },
6717
+ {
6718
+ "name": "--border-color-pressed",
6719
+ "annotation": "prop",
6720
+ "docs": "Border colour of the input component container when pressed"
6721
+ },
6722
+ {
6723
+ "name": "--border-color-success",
6724
+ "annotation": "prop",
6725
+ "docs": "Border colour of the success variant for input component container"
6726
+ },
6727
+ {
6728
+ "name": "--border-color-success-hover",
6729
+ "annotation": "prop",
6730
+ "docs": "Border colour of the success hover variant for input component container"
6731
+ },
6732
+ {
6733
+ "name": "--border-color-success-pressed",
6734
+ "annotation": "prop",
6735
+ "docs": "Border colour of the success pressed variant for input component container"
6736
+ },
6737
+ {
6738
+ "name": "--border-color-warning",
6739
+ "annotation": "prop",
6740
+ "docs": "Border colour of the warning variant for input component container"
6741
+ },
6742
+ {
6743
+ "name": "--border-color-warning-hover",
6744
+ "annotation": "prop",
6745
+ "docs": "Border colour of the warning hover variant for input component container"
6746
+ },
6747
+ {
6748
+ "name": "--border-color-warning-pressed",
6749
+ "annotation": "prop",
6750
+ "docs": "Border colour of the warning pressed variant for input component container"
6664
6751
  }
6665
6752
  ],
6666
6753
  "slots": [
@@ -6688,7 +6775,7 @@
6688
6775
  "filePath": "src/components/ic-input-container/ic-input-container.tsx",
6689
6776
  "encapsulation": "none",
6690
6777
  "tag": "ic-input-container",
6691
- "readme": "# ic-input-container\r\n\r\n\r\n\r",
6778
+ "readme": "# ic-input-container\n\n\n",
6692
6779
  "docs": "",
6693
6780
  "docsTags": [],
6694
6781
  "usage": {},
@@ -6762,38 +6849,11 @@
6762
6849
  "filePath": "src/components/ic-input-label/ic-input-label.tsx",
6763
6850
  "encapsulation": "none",
6764
6851
  "tag": "ic-input-label",
6765
- "readme": "# ic-input-label\r\n\r\n\r\n\r",
6852
+ "readme": "# ic-input-label\n\n\n",
6766
6853
  "docs": "",
6767
6854
  "docsTags": [],
6768
6855
  "usage": {},
6769
6856
  "props": [
6770
- {
6771
- "name": "appearance",
6772
- "type": "\"dark\" | \"default\"",
6773
- "complexType": {
6774
- "original": "\"dark\" | \"default\"",
6775
- "resolved": "\"dark\" | \"default\"",
6776
- "references": {}
6777
- },
6778
- "mutable": false,
6779
- "attr": "appearance",
6780
- "reflectToAttr": false,
6781
- "docs": "The appearance of the input label.",
6782
- "docsTags": [],
6783
- "default": "\"default\"",
6784
- "values": [
6785
- {
6786
- "value": "dark",
6787
- "type": "string"
6788
- },
6789
- {
6790
- "value": "default",
6791
- "type": "string"
6792
- }
6793
- ],
6794
- "optional": true,
6795
- "required": false
6796
- },
6797
6857
  {
6798
6858
  "name": "disabled",
6799
6859
  "type": "boolean",
@@ -7014,7 +7074,7 @@
7014
7074
  "filePath": "src/components/ic-input-validation/ic-input-validation.tsx",
7015
7075
  "encapsulation": "none",
7016
7076
  "tag": "ic-input-validation",
7017
- "readme": "# ic-input-validation\r\n\r\n\r\n\r",
7077
+ "readme": "# ic-input-validation\n\n\n",
7018
7078
  "docs": "",
7019
7079
  "docsTags": [
7020
7080
  {
@@ -7204,7 +7264,7 @@
7204
7264
  "filePath": "src/components/ic-link/ic-link.tsx",
7205
7265
  "encapsulation": "shadow",
7206
7266
  "tag": "ic-link",
7207
- "readme": "# ic-link\r\n\r\n\r\n\r",
7267
+ "readme": "# ic-link\n\n\n",
7208
7268
  "docs": "",
7209
7269
  "docsTags": [
7210
7270
  {
@@ -7290,7 +7350,7 @@
7290
7350
  "resolved": "boolean",
7291
7351
  "references": {}
7292
7352
  },
7293
- "mutable": false,
7353
+ "mutable": true,
7294
7354
  "attr": "monochrome",
7295
7355
  "reflectToAttr": false,
7296
7356
  "docs": "If `true`, the link will display as black in the light theme, and white in the dark theme.",
@@ -7418,7 +7478,7 @@
7418
7478
  }
7419
7479
  }
7420
7480
  },
7421
- "mutable": false,
7481
+ "mutable": true,
7422
7482
  "attr": "theme",
7423
7483
  "reflectToAttr": false,
7424
7484
  "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.",
@@ -7501,7 +7561,7 @@
7501
7561
  "filePath": "src/components/ic-loading-indicator/ic-loading-indicator.tsx",
7502
7562
  "encapsulation": "shadow",
7503
7563
  "tag": "ic-loading-indicator",
7504
- "readme": "# ic-loading\r\n\r\n\r\n\r",
7564
+ "readme": "# ic-loading\n\n\n",
7505
7565
  "docs": "",
7506
7566
  "docsTags": [],
7507
7567
  "usage": {},
@@ -7561,7 +7621,7 @@
7561
7621
  "mutable": false,
7562
7622
  "attr": "label",
7563
7623
  "reflectToAttr": false,
7564
- "docs": "The label to be displayed beneath the loading indicator.\r\nDisplay a changing label by supplying an array of messages.",
7624
+ "docs": "The label to be displayed beneath the loading indicator.\nDisplay a changing label by supplying an array of messages.",
7565
7625
  "docsTags": [],
7566
7626
  "values": [
7567
7627
  {
@@ -7607,7 +7667,7 @@
7607
7667
  "mutable": false,
7608
7668
  "attr": "max",
7609
7669
  "reflectToAttr": false,
7610
- "docs": "The maximum value that the progress value can take.\r\nUsed to calculate the proportional width of the progress bar.",
7670
+ "docs": "The maximum value that the progress value can take.\nUsed to calculate the proportional width of the progress bar.",
7611
7671
  "docsTags": [],
7612
7672
  "default": "100",
7613
7673
  "values": [
@@ -7629,7 +7689,7 @@
7629
7689
  "mutable": false,
7630
7690
  "attr": "min",
7631
7691
  "reflectToAttr": false,
7632
- "docs": "The minimum value that the progress value can take.\r\nUsed to calculate the proportional width of the progress bar.",
7692
+ "docs": "The minimum value that the progress value can take.\nUsed to calculate the proportional width of the progress bar.",
7633
7693
  "docsTags": [],
7634
7694
  "default": "0",
7635
7695
  "values": [
@@ -7673,7 +7733,7 @@
7673
7733
  "mutable": false,
7674
7734
  "attr": "progress",
7675
7735
  "reflectToAttr": false,
7676
- "docs": "The current amount of progress made.\r\nIf not provided, component acts as an indeterminate loading indicator.",
7736
+ "docs": "The current amount of progress made.\nIf not provided, component acts as an indeterminate loading indicator.",
7677
7737
  "docsTags": [],
7678
7738
  "values": [
7679
7739
  {
@@ -7843,7 +7903,7 @@
7843
7903
  "filePath": "src/components/ic-menu/ic-menu.tsx",
7844
7904
  "encapsulation": "scoped",
7845
7905
  "tag": "ic-menu",
7846
- "readme": "# ic-menu\r\n\r\n\r\n\r",
7906
+ "readme": "# ic-menu\n\n\n",
7847
7907
  "docs": "",
7848
7908
  "docsTags": [],
7849
7909
  "usage": {},
@@ -8239,7 +8299,7 @@
8239
8299
  "docs": "The keyboard event which is available when handleKeyboardOpen is invoked."
8240
8300
  }
8241
8301
  ],
8242
- "docs": "Used alongside activationType\r\nIf menu is opened via keyboard navigation (i.e. Enter, ArrowUp or ArrowDown), emit optionSelect custom event.",
8302
+ "docs": "Used alongside activationType\nIf menu is opened via keyboard navigation (i.e. Enter, ArrowUp or ArrowDown), emit optionSelect custom event.",
8243
8303
  "docsTags": [
8244
8304
  {
8245
8305
  "name": "param",
@@ -8296,7 +8356,7 @@
8296
8356
  "filePath": "src/components/ic-menu-group/ic-menu-group.tsx",
8297
8357
  "encapsulation": "shadow",
8298
8358
  "tag": "ic-menu-group",
8299
- "readme": "# ic-menu-group\r\n\r\n\r\n\r",
8359
+ "readme": "# ic-menu-group\n\n\n",
8300
8360
  "docs": "",
8301
8361
  "docsTags": [],
8302
8362
  "usage": {},
@@ -8343,7 +8403,7 @@
8343
8403
  "filePath": "src/components/ic-menu-item/ic-menu-item.tsx",
8344
8404
  "encapsulation": "shadow",
8345
8405
  "tag": "ic-menu-item",
8346
- "readme": "# ic-menu-item\r\n\r\n\r\n\r",
8406
+ "readme": "# ic-menu-item\n\n\n",
8347
8407
  "docs": "",
8348
8408
  "docsTags": [
8349
8409
  {
@@ -8353,6 +8413,28 @@
8353
8413
  ],
8354
8414
  "usage": {},
8355
8415
  "props": [
8416
+ {
8417
+ "name": "checked",
8418
+ "type": "boolean",
8419
+ "complexType": {
8420
+ "original": "boolean",
8421
+ "resolved": "boolean",
8422
+ "references": {}
8423
+ },
8424
+ "mutable": true,
8425
+ "attr": "checked",
8426
+ "reflectToAttr": true,
8427
+ "docs": "If `true`, the menu item will be in a checked state. This is only applicable when variant is set to `toggle`.",
8428
+ "docsTags": [],
8429
+ "default": "false",
8430
+ "values": [
8431
+ {
8432
+ "type": "boolean"
8433
+ }
8434
+ ],
8435
+ "optional": false,
8436
+ "required": false
8437
+ },
8356
8438
  {
8357
8439
  "name": "description",
8358
8440
  "type": "string",
@@ -8640,7 +8722,22 @@
8640
8722
  }
8641
8723
  ],
8642
8724
  "methods": [],
8643
- "events": [],
8725
+ "events": [
8726
+ {
8727
+ "event": "icToggleChecked",
8728
+ "detail": "{ checked: boolean; }",
8729
+ "bubbles": true,
8730
+ "complexType": {
8731
+ "original": "{\n checked: boolean;\n }",
8732
+ "resolved": "{ checked: boolean; }",
8733
+ "references": {}
8734
+ },
8735
+ "cancelable": true,
8736
+ "composed": true,
8737
+ "docs": "Emitted when the user clicks a menu item that is set to the toggle variant.",
8738
+ "docsTags": []
8739
+ }
8740
+ ],
8644
8741
  "listeners": [
8645
8742
  {
8646
8743
  "event": "click",
@@ -8687,7 +8784,7 @@
8687
8784
  "filePath": "src/components/ic-navigation-button/ic-navigation-button.tsx",
8688
8785
  "encapsulation": "shadow",
8689
8786
  "tag": "ic-navigation-button",
8690
- "readme": "# ic-navigation-button\r\n\r\n\r\n\r",
8787
+ "readme": "# ic-navigation-button\n\n\n",
8691
8788
  "docs": "",
8692
8789
  "docsTags": [
8693
8790
  {
@@ -8888,9 +8985,46 @@
8888
8985
  ],
8889
8986
  "optional": true,
8890
8987
  "required": false
8891
- }
8892
- ],
8893
- "methods": [
8988
+ },
8989
+ {
8990
+ "name": "theme",
8991
+ "type": "\"dark\" | \"inherit\" | \"light\"",
8992
+ "complexType": {
8993
+ "original": "IcThemeMode",
8994
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
8995
+ "references": {
8996
+ "IcThemeMode": {
8997
+ "location": "import",
8998
+ "path": "../../utils/types",
8999
+ "id": "src/utils/types.ts::IcThemeMode"
9000
+ }
9001
+ }
9002
+ },
9003
+ "mutable": false,
9004
+ "attr": "theme",
9005
+ "reflectToAttr": false,
9006
+ "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.",
9007
+ "docsTags": [],
9008
+ "default": "\"inherit\"",
9009
+ "values": [
9010
+ {
9011
+ "value": "dark",
9012
+ "type": "string"
9013
+ },
9014
+ {
9015
+ "value": "inherit",
9016
+ "type": "string"
9017
+ },
9018
+ {
9019
+ "value": "light",
9020
+ "type": "string"
9021
+ }
9022
+ ],
9023
+ "optional": true,
9024
+ "required": false
9025
+ }
9026
+ ],
9027
+ "methods": [
8894
9028
  {
8895
9029
  "name": "setFocus",
8896
9030
  "returns": {
@@ -8971,7 +9105,7 @@
8971
9105
  "filePath": "src/components/ic-navigation-group/ic-navigation-group.tsx",
8972
9106
  "encapsulation": "shadow",
8973
9107
  "tag": "ic-navigation-group",
8974
- "readme": "# ic-navigation-group\r\n\r\n\r\n\r",
9108
+ "readme": "# ic-navigation-group\n\n\n",
8975
9109
  "docs": "",
8976
9110
  "docsTags": [],
8977
9111
  "usage": {},
@@ -9018,6 +9152,43 @@
9018
9152
  ],
9019
9153
  "optional": false,
9020
9154
  "required": false
9155
+ },
9156
+ {
9157
+ "name": "theme",
9158
+ "type": "\"dark\" | \"inherit\" | \"light\"",
9159
+ "complexType": {
9160
+ "original": "IcThemeMode",
9161
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
9162
+ "references": {
9163
+ "IcThemeMode": {
9164
+ "location": "import",
9165
+ "path": "../../utils/types",
9166
+ "id": "src/utils/types.ts::IcThemeMode"
9167
+ }
9168
+ }
9169
+ },
9170
+ "mutable": false,
9171
+ "attr": "theme",
9172
+ "reflectToAttr": false,
9173
+ "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.",
9174
+ "docsTags": [],
9175
+ "default": "\"inherit\"",
9176
+ "values": [
9177
+ {
9178
+ "value": "dark",
9179
+ "type": "string"
9180
+ },
9181
+ {
9182
+ "value": "inherit",
9183
+ "type": "string"
9184
+ },
9185
+ {
9186
+ "value": "light",
9187
+ "type": "string"
9188
+ }
9189
+ ],
9190
+ "optional": true,
9191
+ "required": false
9021
9192
  }
9022
9193
  ],
9023
9194
  "methods": [
@@ -9086,7 +9257,7 @@
9086
9257
  "filePath": "src/components/ic-navigation-item/ic-navigation-item.tsx",
9087
9258
  "encapsulation": "shadow",
9088
9259
  "tag": "ic-navigation-item",
9089
- "readme": "# ic-navigation-item\r\n\r\n\r\n\r",
9260
+ "readme": "# ic-navigation-item\n\n\n",
9090
9261
  "docs": "",
9091
9262
  "docsTags": [
9092
9263
  {
@@ -9314,6 +9485,43 @@
9314
9485
  ],
9315
9486
  "optional": true,
9316
9487
  "required": false
9488
+ },
9489
+ {
9490
+ "name": "theme",
9491
+ "type": "\"dark\" | \"inherit\" | \"light\"",
9492
+ "complexType": {
9493
+ "original": "IcThemeMode",
9494
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
9495
+ "references": {
9496
+ "IcThemeMode": {
9497
+ "location": "import",
9498
+ "path": "../../utils/types",
9499
+ "id": "src/utils/types.ts::IcThemeMode"
9500
+ }
9501
+ }
9502
+ },
9503
+ "mutable": false,
9504
+ "attr": "theme",
9505
+ "reflectToAttr": false,
9506
+ "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.",
9507
+ "docsTags": [],
9508
+ "default": "\"inherit\"",
9509
+ "values": [
9510
+ {
9511
+ "value": "dark",
9512
+ "type": "string"
9513
+ },
9514
+ {
9515
+ "value": "inherit",
9516
+ "type": "string"
9517
+ },
9518
+ {
9519
+ "value": "light",
9520
+ "type": "string"
9521
+ }
9522
+ ],
9523
+ "optional": true,
9524
+ "required": false
9317
9525
  }
9318
9526
  ],
9319
9527
  "methods": [
@@ -9391,7 +9599,7 @@
9391
9599
  "filePath": "src/components/ic-navigation-menu/ic-navigation-menu.tsx",
9392
9600
  "encapsulation": "shadow",
9393
9601
  "tag": "ic-navigation-menu",
9394
- "readme": "# ic-navigation-menu\r\n\r\n\r\n\r",
9602
+ "readme": "# ic-navigation-menu\n\n\n",
9395
9603
  "docs": "",
9396
9604
  "docsTags": [
9397
9605
  {
@@ -9427,6 +9635,43 @@
9427
9635
  "optional": false,
9428
9636
  "required": false
9429
9637
  },
9638
+ {
9639
+ "name": "theme",
9640
+ "type": "\"dark\" | \"inherit\" | \"light\"",
9641
+ "complexType": {
9642
+ "original": "IcThemeMode",
9643
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
9644
+ "references": {
9645
+ "IcThemeMode": {
9646
+ "location": "import",
9647
+ "path": "../../utils/types",
9648
+ "id": "src/utils/types.ts::IcThemeMode"
9649
+ }
9650
+ }
9651
+ },
9652
+ "mutable": false,
9653
+ "attr": "theme",
9654
+ "reflectToAttr": false,
9655
+ "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.",
9656
+ "docsTags": [],
9657
+ "default": "\"inherit\"",
9658
+ "values": [
9659
+ {
9660
+ "value": "dark",
9661
+ "type": "string"
9662
+ },
9663
+ {
9664
+ "value": "inherit",
9665
+ "type": "string"
9666
+ },
9667
+ {
9668
+ "value": "light",
9669
+ "type": "string"
9670
+ }
9671
+ ],
9672
+ "optional": true,
9673
+ "required": false
9674
+ },
9430
9675
  {
9431
9676
  "name": "version",
9432
9677
  "type": "string",
@@ -9514,7 +9759,7 @@
9514
9759
  "filePath": "src/components/ic-page-header/ic-page-header.tsx",
9515
9760
  "encapsulation": "shadow",
9516
9761
  "tag": "ic-page-header",
9517
- "readme": "# ic-page-header\r\n\r\n\r\n\r",
9762
+ "readme": "# ic-page-header\n\n\n",
9518
9763
  "docs": "",
9519
9764
  "docsTags": [
9520
9765
  {
@@ -9751,6 +9996,43 @@
9751
9996
  ],
9752
9997
  "optional": true,
9753
9998
  "required": false
9999
+ },
10000
+ {
10001
+ "name": "theme",
10002
+ "type": "\"dark\" | \"inherit\" | \"light\"",
10003
+ "complexType": {
10004
+ "original": "IcThemeMode",
10005
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
10006
+ "references": {
10007
+ "IcThemeMode": {
10008
+ "location": "import",
10009
+ "path": "../../utils/types",
10010
+ "id": "src/utils/types.ts::IcThemeMode"
10011
+ }
10012
+ }
10013
+ },
10014
+ "mutable": false,
10015
+ "attr": "theme",
10016
+ "reflectToAttr": false,
10017
+ "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.",
10018
+ "docsTags": [],
10019
+ "default": "\"inherit\"",
10020
+ "values": [
10021
+ {
10022
+ "value": "dark",
10023
+ "type": "string"
10024
+ },
10025
+ {
10026
+ "value": "inherit",
10027
+ "type": "string"
10028
+ },
10029
+ {
10030
+ "value": "light",
10031
+ "type": "string"
10032
+ }
10033
+ ],
10034
+ "optional": true,
10035
+ "required": false
9754
10036
  }
9755
10037
  ],
9756
10038
  "methods": [],
@@ -9829,7 +10111,7 @@
9829
10111
  "filePath": "src/components/ic-pagination/ic-pagination.tsx",
9830
10112
  "encapsulation": "shadow",
9831
10113
  "tag": "ic-pagination",
9832
- "readme": "# ic-pagination\r\n\r\n\r\n\r",
10114
+ "readme": "# ic-pagination\n\n\n",
9833
10115
  "docs": "",
9834
10116
  "docsTags": [],
9835
10117
  "usage": {},
@@ -10226,7 +10508,7 @@
10226
10508
  "filePath": "src/components/ic-pagination-item/ic-pagination-item.tsx",
10227
10509
  "encapsulation": "shadow",
10228
10510
  "tag": "ic-pagination-item",
10229
- "readme": "# ic-pagination-item\r\n\r\n\r\n\r",
10511
+ "readme": "# ic-pagination-item\n\n\n",
10230
10512
  "docs": "",
10231
10513
  "docsTags": [],
10232
10514
  "usage": {},
@@ -10439,7 +10721,7 @@
10439
10721
  "filePath": "src/components/ic-popover-menu/ic-popover-menu.tsx",
10440
10722
  "encapsulation": "shadow",
10441
10723
  "tag": "ic-popover-menu",
10442
- "readme": "# ic-popover-menu\r\n\r\nThis is a wrapper component to be placed around one or more ic-menu-item components.\r\n\r",
10724
+ "readme": "# ic-popover-menu\n\nThis is a wrapper component to be placed around one or more ic-menu-item components.\n",
10443
10725
  "docs": "This is a wrapper component to be placed around one or more ic-menu-item components.",
10444
10726
  "docsTags": [],
10445
10727
  "usage": {},
@@ -10550,12 +10832,17 @@
10550
10832
  "events": [
10551
10833
  {
10552
10834
  "event": "icPopoverClosed",
10553
- "detail": "void",
10835
+ "detail": "HTMLIcMenuItemElement",
10554
10836
  "bubbles": true,
10555
10837
  "complexType": {
10556
- "original": "void",
10557
- "resolved": "void",
10558
- "references": {}
10838
+ "original": "HTMLIcMenuItemElement",
10839
+ "resolved": "HTMLIcMenuItemElement",
10840
+ "references": {
10841
+ "HTMLIcMenuItemElement": {
10842
+ "location": "global",
10843
+ "id": "global::HTMLIcMenuItemElement"
10844
+ }
10845
+ }
10559
10846
  },
10560
10847
  "cancelable": true,
10561
10848
  "composed": true,
@@ -10635,7 +10922,7 @@
10635
10922
  "filePath": "src/components/ic-radio-group/ic-radio-group.tsx",
10636
10923
  "encapsulation": "shadow",
10637
10924
  "tag": "ic-radio-group",
10638
- "readme": "# ic-radio-group\r\n\r\n\r\n\r",
10925
+ "readme": "# ic-radio-group\n\n\n",
10639
10926
  "docs": "",
10640
10927
  "docsTags": [],
10641
10928
  "usage": {},
@@ -10995,7 +11282,7 @@
10995
11282
  "filePath": "src/components/ic-radio-option/ic-radio-option.tsx",
10996
11283
  "encapsulation": "none",
10997
11284
  "tag": "ic-radio-option",
10998
- "readme": "# ic-radio-option\r\n\r\n\r\n\r",
11285
+ "readme": "# ic-radio-option\n\n\n",
10999
11286
  "docs": "",
11000
11287
  "docsTags": [
11001
11288
  {
@@ -11336,7 +11623,7 @@
11336
11623
  "filePath": "src/components/ic-search-bar/ic-search-bar.tsx",
11337
11624
  "encapsulation": "shadow",
11338
11625
  "tag": "ic-search-bar",
11339
- "readme": "# ic-search-bar\r\n\r\n\r\n\r",
11626
+ "readme": "# ic-search-bar\n\n\n",
11340
11627
  "docs": "",
11341
11628
  "docsTags": [],
11342
11629
  "usage": {},
@@ -11374,7 +11661,7 @@
11374
11661
  "mutable": false,
11375
11662
  "attr": "autocapitalize",
11376
11663
  "reflectToAttr": false,
11377
- "docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\r\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
11664
+ "docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
11378
11665
  "docsTags": [],
11379
11666
  "default": "\"off\"",
11380
11667
  "values": [
@@ -11736,7 +12023,7 @@
11736
12023
  "mutable": false,
11737
12024
  "attr": "disable-auto-filtering",
11738
12025
  "reflectToAttr": false,
11739
- "docs": "Specify whether to disable the built in filtering. For example, if options will already be filtered from external source.\r\nIf `true`, all options provided will be displayed.",
12026
+ "docs": "Specify whether to disable the built in filtering. For example, if options will already be filtered from external source.\nIf `true`, all options provided will be displayed.",
11740
12027
  "docsTags": [],
11741
12028
  "default": "false",
11742
12029
  "values": [
@@ -11824,7 +12111,7 @@
11824
12111
  "mutable": false,
11825
12112
  "attr": "full-width",
11826
12113
  "reflectToAttr": false,
11827
- "docs": "Specify whether the search bar fills the full width of the container.\r\nIf `true`, this overrides the --input-width CSS variable.",
12114
+ "docs": "Specify whether the search bar fills the full width of the container.\nIf `true`, this overrides the --input-width CSS variable.",
11828
12115
  "docsTags": [],
11829
12116
  "default": "false",
11830
12117
  "values": [
@@ -12561,7 +12848,7 @@
12561
12848
  "filePath": "src/components/ic-section-container/ic-section-container.tsx",
12562
12849
  "encapsulation": "shadow",
12563
12850
  "tag": "ic-section-container",
12564
- "readme": "# ic-section-container\r\n\r\n\r\n\r",
12851
+ "readme": "# ic-section-container\n\n\n",
12565
12852
  "docs": "",
12566
12853
  "docsTags": [],
12567
12854
  "usage": {},
@@ -12662,7 +12949,7 @@
12662
12949
  "filePath": "src/components/ic-select/ic-select.tsx",
12663
12950
  "encapsulation": "shadow",
12664
12951
  "tag": "ic-select",
12665
- "readme": "# ic-select\r\n\r\n\r\n\r",
12952
+ "readme": "# ic-select\n\n\n",
12666
12953
  "docs": "",
12667
12954
  "docsTags": [
12668
12955
  {
@@ -13159,7 +13446,7 @@
13159
13446
  "mutable": false,
13160
13447
  "attr": "searchable",
13161
13448
  "reflectToAttr": false,
13162
- "docs": "If `true`, a searchable variant of the select will be displayed which can be typed in to filter options.",
13449
+ "docs": "If `true`, a searchable variant of the select will be displayed which can be typed in to filter options. This functionality is only available on the single-select variant of the select component.",
13163
13450
  "docsTags": [],
13164
13451
  "default": "false",
13165
13452
  "values": [
@@ -13251,6 +13538,43 @@
13251
13538
  "optional": true,
13252
13539
  "required": false
13253
13540
  },
13541
+ {
13542
+ "name": "theme",
13543
+ "type": "\"dark\" | \"inherit\" | \"light\"",
13544
+ "complexType": {
13545
+ "original": "IcThemeMode",
13546
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
13547
+ "references": {
13548
+ "IcThemeMode": {
13549
+ "location": "import",
13550
+ "path": "../../utils/types",
13551
+ "id": "src/utils/types.ts::IcThemeMode"
13552
+ }
13553
+ }
13554
+ },
13555
+ "mutable": false,
13556
+ "attr": "theme",
13557
+ "reflectToAttr": false,
13558
+ "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.",
13559
+ "docsTags": [],
13560
+ "default": "\"inherit\"",
13561
+ "values": [
13562
+ {
13563
+ "value": "dark",
13564
+ "type": "string"
13565
+ },
13566
+ {
13567
+ "value": "inherit",
13568
+ "type": "string"
13569
+ },
13570
+ {
13571
+ "value": "light",
13572
+ "type": "string"
13573
+ }
13574
+ ],
13575
+ "optional": true,
13576
+ "required": false
13577
+ },
13254
13578
  {
13255
13579
  "name": "timeout",
13256
13580
  "type": "number",
@@ -13345,7 +13669,7 @@
13345
13669
  "mutable": true,
13346
13670
  "attr": "value",
13347
13671
  "reflectToAttr": false,
13348
- "docs": "The value of the select, reflected by the value of the currently selected option.\r\nFor the searchable variant, the value is also reflected by the user input.\r\nFor the multi-select variant, the value must be an array of option values.",
13672
+ "docs": "The value of the select, reflected by the value of the currently selected option.\nFor the searchable variant, the value is also reflected by the user input.\nFor the multi-select variant, the value must be an array of option values.",
13349
13673
  "docsTags": [],
13350
13674
  "values": [
13351
13675
  {
@@ -13531,7 +13855,7 @@
13531
13855
  },
13532
13856
  "cancelable": true,
13533
13857
  "composed": true,
13534
- "docs": "Emitted when an option is selected.\r\nSelecting an option will also trigger an `icChange/onIcChange` due to the value being updated.",
13858
+ "docs": "Emitted when an option is selected.\nSelecting an option will also trigger an `icChange/onIcChange` due to the value being updated.",
13535
13859
  "docsTags": []
13536
13860
  },
13537
13861
  {
@@ -13627,7 +13951,7 @@
13627
13951
  "filePath": "src/components/ic-side-navigation/ic-side-navigation.tsx",
13628
13952
  "encapsulation": "shadow",
13629
13953
  "tag": "ic-side-navigation",
13630
- "readme": "# ic-side-navigation\r\n\r\n\r\n\r",
13954
+ "readme": "# ic-side-navigation\n\n\n",
13631
13955
  "docs": "",
13632
13956
  "docsTags": [
13633
13957
  {
@@ -13955,8 +14279,8 @@
13955
14279
  "filePath": "src/components/ic-skeleton/ic-skeleton.tsx",
13956
14280
  "encapsulation": "shadow",
13957
14281
  "tag": "ic-skeleton",
13958
- "readme": "# ic-skeleton\r\n\r\nWhen using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\r\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important. \r\n\r",
13959
- "docs": "When using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\r\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important.",
14282
+ "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",
14283
+ "docs": "When using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important.",
13960
14284
  "docsTags": [],
13961
14285
  "usage": {},
13962
14286
  "props": [
@@ -14049,7 +14373,7 @@
14049
14373
  "filePath": "src/components/ic-status-tag/ic-status-tag.tsx",
14050
14374
  "encapsulation": "shadow",
14051
14375
  "tag": "ic-status-tag",
14052
- "readme": "# ic-status-tag\r\n\r\n\r\n\r",
14376
+ "readme": "# ic-status-tag\n\n\n",
14053
14377
  "docs": "",
14054
14378
  "docsTags": [],
14055
14379
  "usage": {},
@@ -14065,7 +14389,7 @@
14065
14389
  "mutable": false,
14066
14390
  "attr": "announced",
14067
14391
  "reflectToAttr": false,
14068
- "docs": "If `true`, role='status' is added to the component and it will act as an 'aria-live' region.\r\nScreen readers will announce changes to the `label`, but not the initial value.",
14392
+ "docs": "If `true`, role='status' is added to the component and it will act as an 'aria-live' region.\nScreen readers will announce changes to the `label`, but not the initial value.",
14069
14393
  "docsTags": [],
14070
14394
  "default": "false",
14071
14395
  "values": [
@@ -14206,6 +14530,28 @@
14206
14530
  "optional": true,
14207
14531
  "required": false
14208
14532
  },
14533
+ {
14534
+ "name": "uppercase",
14535
+ "type": "boolean",
14536
+ "complexType": {
14537
+ "original": "boolean",
14538
+ "resolved": "boolean",
14539
+ "references": {}
14540
+ },
14541
+ "mutable": false,
14542
+ "attr": "uppercase",
14543
+ "reflectToAttr": false,
14544
+ "docs": "The letter case of the status tag's label.",
14545
+ "docsTags": [],
14546
+ "default": "true",
14547
+ "values": [
14548
+ {
14549
+ "type": "boolean"
14550
+ }
14551
+ ],
14552
+ "optional": true,
14553
+ "required": false
14554
+ },
14209
14555
  {
14210
14556
  "name": "variant",
14211
14557
  "type": "\"filled\" | \"outlined\"",
@@ -14260,7 +14606,7 @@
14260
14606
  "filePath": "src/components/ic-step/ic-step.tsx",
14261
14607
  "encapsulation": "shadow",
14262
14608
  "tag": "ic-step",
14263
- "readme": "# ic-step\r\n\r\n\r\n\r",
14609
+ "readme": "# ic-step\n\n\n",
14264
14610
  "docs": "",
14265
14611
  "docsTags": [],
14266
14612
  "usage": {},
@@ -14406,7 +14752,7 @@
14406
14752
  "filePath": "src/components/ic-stepper/ic-stepper.tsx",
14407
14753
  "encapsulation": "shadow",
14408
14754
  "tag": "ic-stepper",
14409
- "readme": "# ic-stepper\r\n\r\nThis is a wrapper component to be placed around one or more ic-step components\r\n\r",
14755
+ "readme": "# ic-stepper\n\nThis is a wrapper component to be placed around one or more ic-step components\n",
14410
14756
  "docs": "This is a wrapper component to be placed around one or more ic-step components",
14411
14757
  "docsTags": [],
14412
14758
  "usage": {},
@@ -14573,7 +14919,7 @@
14573
14919
  "filePath": "src/components/ic-switch/ic-switch.tsx",
14574
14920
  "encapsulation": "shadow",
14575
14921
  "tag": "ic-switch",
14576
- "readme": "# ic-switch\r\n\r\n\r\n\r",
14922
+ "readme": "# ic-switch\n\n\n",
14577
14923
  "docs": "",
14578
14924
  "docsTags": [
14579
14925
  {
@@ -14817,7 +15163,7 @@
14817
15163
  "mutable": false,
14818
15164
  "attr": "value",
14819
15165
  "reflectToAttr": false,
14820
- "docs": "The value of the toggle does not mean if it's checked or not, use the `checked`\r\nproperty for that.\r\n\r\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\r\nit's only used when the toggle participates in a native `<form>`.",
15166
+ "docs": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`.",
14821
15167
  "docsTags": [],
14822
15168
  "default": "\"on\"",
14823
15169
  "values": [
@@ -14931,7 +15277,7 @@
14931
15277
  "filePath": "src/components/ic-tab/ic-tab.tsx",
14932
15278
  "encapsulation": "shadow",
14933
15279
  "tag": "ic-tab",
14934
- "readme": "# ic-tab\r\n\r\n\r\n\r",
15280
+ "readme": "# ic-tab\n\n\n",
14935
15281
  "docs": "",
14936
15282
  "docsTags": [
14937
15283
  {
@@ -15020,7 +15366,7 @@
15020
15366
  "filePath": "src/components/ic-tab-context/ic-tab-context.tsx",
15021
15367
  "encapsulation": "none",
15022
15368
  "tag": "ic-tab-context",
15023
- "readme": "# ic-tab-context\r\n\r\n\r\n\r",
15369
+ "readme": "# ic-tab-context\n\n\n",
15024
15370
  "docs": "",
15025
15371
  "docsTags": [],
15026
15372
  "usage": {},
@@ -15217,7 +15563,7 @@
15217
15563
  "filePath": "src/components/ic-tab-group/ic-tab-group.tsx",
15218
15564
  "encapsulation": "shadow",
15219
15565
  "tag": "ic-tab-group",
15220
- "readme": "# ic-tab-group\r\n\r\n\r\n\r",
15566
+ "readme": "# ic-tab-group\n\n\n",
15221
15567
  "docs": "",
15222
15568
  "docsTags": [],
15223
15569
  "usage": {},
@@ -15299,7 +15645,7 @@
15299
15645
  "filePath": "src/components/ic-tab-panel/ic-tab-panel.tsx",
15300
15646
  "encapsulation": "shadow",
15301
15647
  "tag": "ic-tab-panel",
15302
- "readme": "# ic-tab-panel\r\n\r\n\r\n\r",
15648
+ "readme": "# ic-tab-panel\n\n\n",
15303
15649
  "docs": "",
15304
15650
  "docsTags": [],
15305
15651
  "usage": {},
@@ -15318,7 +15664,7 @@
15318
15664
  "filePath": "src/components/ic-text-field/ic-text-field.tsx",
15319
15665
  "encapsulation": "shadow",
15320
15666
  "tag": "ic-text-field",
15321
- "readme": "# ic-textfield\r\n\r\n\r\n\r",
15667
+ "readme": "# ic-textfield\n\n\n",
15322
15668
  "docs": "",
15323
15669
  "docsTags": [
15324
15670
  {
@@ -15361,7 +15707,7 @@
15361
15707
  "mutable": false,
15362
15708
  "attr": "autocapitalize",
15363
15709
  "reflectToAttr": false,
15364
- "docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\r\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
15710
+ "docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
15365
15711
  "docsTags": [],
15366
15712
  "default": "\"off\"",
15367
15713
  "values": [
@@ -15701,7 +16047,7 @@
15701
16047
  "mutable": false,
15702
16048
  "attr": "full-width",
15703
16049
  "reflectToAttr": false,
15704
- "docs": "Specify whether the text field fills the full width of the container.\r\nIf `true`, this overrides the --input-width CSS variable.",
16050
+ "docs": "Specify whether the text field fills the full width of the container.\nIf `true`, this overrides the --input-width CSS variable.",
15705
16051
  "docsTags": [],
15706
16052
  "default": "false",
15707
16053
  "values": [
@@ -15817,7 +16163,7 @@
15817
16163
  "mutable": false,
15818
16164
  "attr": "inputmode",
15819
16165
  "reflectToAttr": false,
15820
- "docs": "A hint to the browser for which keyboard to display.\r\nPossible values: `\"none\"`, `\"text\"`, `\"tel\"`, `\"url\"`,\r\n`\"email\"`, `\"numeric\"`, `\"decimal\"`, and `\"search\"`.",
16166
+ "docs": "A hint to the browser for which keyboard to display.\nPossible values: `\"none\"`, `\"text\"`, `\"tel\"`, `\"url\"`,\n`\"email\"`, `\"numeric\"`, `\"decimal\"`, and `\"search\"`.",
15821
16167
  "docsTags": [],
15822
16168
  "default": "\"text\"",
15823
16169
  "values": [
@@ -16160,10 +16506,47 @@
16160
16506
  "required": false
16161
16507
  },
16162
16508
  {
16163
- "name": "type",
16164
- "type": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
16509
+ "name": "theme",
16510
+ "type": "\"dark\" | \"inherit\" | \"light\"",
16165
16511
  "complexType": {
16166
- "original": "IcTextFieldTypes",
16512
+ "original": "IcThemeMode",
16513
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
16514
+ "references": {
16515
+ "IcThemeMode": {
16516
+ "location": "import",
16517
+ "path": "../../utils/types",
16518
+ "id": "src/utils/types.ts::IcThemeMode"
16519
+ }
16520
+ }
16521
+ },
16522
+ "mutable": false,
16523
+ "attr": "theme",
16524
+ "reflectToAttr": false,
16525
+ "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.",
16526
+ "docsTags": [],
16527
+ "default": "\"inherit\"",
16528
+ "values": [
16529
+ {
16530
+ "value": "dark",
16531
+ "type": "string"
16532
+ },
16533
+ {
16534
+ "value": "inherit",
16535
+ "type": "string"
16536
+ },
16537
+ {
16538
+ "value": "light",
16539
+ "type": "string"
16540
+ }
16541
+ ],
16542
+ "optional": false,
16543
+ "required": false
16544
+ },
16545
+ {
16546
+ "name": "type",
16547
+ "type": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
16548
+ "complexType": {
16549
+ "original": "IcTextFieldTypes",
16167
16550
  "resolved": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
16168
16551
  "references": {
16169
16552
  "IcTextFieldTypes": {
@@ -16498,7 +16881,7 @@
16498
16881
  "filePath": "src/components/ic-theme/ic-theme.tsx",
16499
16882
  "encapsulation": "none",
16500
16883
  "tag": "ic-theme",
16501
- "readme": "# ic-theme\r\n\r\n\r\n\r",
16884
+ "readme": "# ic-theme\n\n\n",
16502
16885
  "docs": "",
16503
16886
  "docsTags": [],
16504
16887
  "usage": {},
@@ -16583,7 +16966,7 @@
16583
16966
  "filePath": "src/components/ic-toast/ic-toast.tsx",
16584
16967
  "encapsulation": "shadow",
16585
16968
  "tag": "ic-toast",
16586
- "readme": "# ic-toast\r\n\r\n\r\n\r",
16969
+ "readme": "# ic-toast\n\n\n",
16587
16970
  "docs": "",
16588
16971
  "docsTags": [
16589
16972
  {
@@ -16608,7 +16991,7 @@
16608
16991
  "mutable": true,
16609
16992
  "attr": "auto-dismiss-timeout",
16610
16993
  "reflectToAttr": false,
16611
- "docs": "If toast dismissMode is set to `automatic`, use this prop to define the time before the toast dismisses (in MILLISECONDS)\r\n(NOTE: Has a minimum value of `5000ms`)",
16994
+ "docs": "If toast dismissMode is set to `automatic`, use this prop to define the time before the toast dismisses (in MILLISECONDS)\n(NOTE: Has a minimum value of `5000ms`)",
16612
16995
  "docsTags": [],
16613
16996
  "default": "5000",
16614
16997
  "values": [
@@ -16868,7 +17251,7 @@
16868
17251
  "filePath": "src/components/ic-toast-region/ic-toast-region.tsx",
16869
17252
  "encapsulation": "none",
16870
17253
  "tag": "ic-toast-region",
16871
- "readme": "# ic-toast-region\r\n\r\n\r\n\r",
17254
+ "readme": "# ic-toast-region\n\n\n",
16872
17255
  "docs": "",
16873
17256
  "docsTags": [],
16874
17257
  "usage": {},
@@ -16919,7 +17302,7 @@
16919
17302
  "filePath": "src/components/ic-toggle-button/ic-toggle-button.tsx",
16920
17303
  "encapsulation": "shadow",
16921
17304
  "tag": "ic-toggle-button",
16922
- "readme": "# ic-toggle-button\r\n\r\n\r\n\r",
17305
+ "readme": "# ic-toggle-button\n\n\n",
16923
17306
  "docs": "",
16924
17307
  "docsTags": [
16925
17308
  {
@@ -16954,43 +17337,6 @@
16954
17337
  "optional": true,
16955
17338
  "required": false
16956
17339
  },
16957
- {
16958
- "name": "appearance",
16959
- "type": "\"dark\" | \"default\" | \"light\"",
16960
- "complexType": {
16961
- "original": "IcThemeForeground",
16962
- "resolved": "\"dark\" | \"default\" | \"light\"",
16963
- "references": {
16964
- "IcThemeForeground": {
16965
- "location": "import",
16966
- "path": "../../utils/types",
16967
- "id": "src/utils/types.ts::IcThemeForeground"
16968
- }
16969
- }
16970
- },
16971
- "mutable": false,
16972
- "attr": "appearance",
16973
- "reflectToAttr": false,
16974
- "docs": "The appearance of the toggle button.",
16975
- "docsTags": [],
16976
- "default": "\"default\"",
16977
- "values": [
16978
- {
16979
- "value": "dark",
16980
- "type": "string"
16981
- },
16982
- {
16983
- "value": "default",
16984
- "type": "string"
16985
- },
16986
- {
16987
- "value": "light",
16988
- "type": "string"
16989
- }
16990
- ],
16991
- "optional": true,
16992
- "required": false
16993
- },
16994
17340
  {
16995
17341
  "name": "checked",
16996
17342
  "type": "boolean",
@@ -17130,6 +17476,28 @@
17130
17476
  "optional": true,
17131
17477
  "required": false
17132
17478
  },
17479
+ {
17480
+ "name": "monochrome",
17481
+ "type": "boolean",
17482
+ "complexType": {
17483
+ "original": "boolean",
17484
+ "resolved": "boolean",
17485
+ "references": {}
17486
+ },
17487
+ "mutable": false,
17488
+ "attr": "monochrome",
17489
+ "reflectToAttr": false,
17490
+ "docs": "If `true`, the toggle button will display as black in the light theme, and white in dark theme.",
17491
+ "docsTags": [],
17492
+ "default": "false",
17493
+ "values": [
17494
+ {
17495
+ "type": "boolean"
17496
+ }
17497
+ ],
17498
+ "optional": true,
17499
+ "required": false
17500
+ },
17133
17501
  {
17134
17502
  "name": "size",
17135
17503
  "type": "\"large\" | \"medium\" | \"small\"",
@@ -17167,6 +17535,43 @@
17167
17535
  "optional": true,
17168
17536
  "required": false
17169
17537
  },
17538
+ {
17539
+ "name": "theme",
17540
+ "type": "\"dark\" | \"inherit\" | \"light\"",
17541
+ "complexType": {
17542
+ "original": "IcThemeMode",
17543
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
17544
+ "references": {
17545
+ "IcThemeMode": {
17546
+ "location": "import",
17547
+ "path": "../../utils/types",
17548
+ "id": "src/utils/types.ts::IcThemeMode"
17549
+ }
17550
+ }
17551
+ },
17552
+ "mutable": false,
17553
+ "attr": "theme",
17554
+ "reflectToAttr": false,
17555
+ "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.",
17556
+ "docsTags": [],
17557
+ "default": "\"inherit\"",
17558
+ "values": [
17559
+ {
17560
+ "value": "dark",
17561
+ "type": "string"
17562
+ },
17563
+ {
17564
+ "value": "inherit",
17565
+ "type": "string"
17566
+ },
17567
+ {
17568
+ "value": "light",
17569
+ "type": "string"
17570
+ }
17571
+ ],
17572
+ "optional": true,
17573
+ "required": false
17574
+ },
17170
17575
  {
17171
17576
  "name": "variant",
17172
17577
  "type": "\"default\" | \"icon\"",
@@ -17202,7 +17607,7 @@
17202
17607
  "detail": "{ checked: boolean; }",
17203
17608
  "bubbles": true,
17204
17609
  "complexType": {
17205
- "original": "{\r\n checked: boolean;\r\n }",
17610
+ "original": "{\n checked: boolean;\n }",
17206
17611
  "resolved": "{ checked: boolean; }",
17207
17612
  "references": {}
17208
17613
  },
@@ -17255,7 +17660,7 @@
17255
17660
  "filePath": "src/components/ic-toggle-button-group/ic-toggle-button-group.tsx",
17256
17661
  "encapsulation": "shadow",
17257
17662
  "tag": "ic-toggle-button-group",
17258
- "readme": "# ic-toggle-button-group\r\n\r\n\r\n\r",
17663
+ "readme": "# ic-toggle-button-group\n\n\n",
17259
17664
  "docs": "",
17260
17665
  "docsTags": [],
17261
17666
  "usage": {},
@@ -17282,43 +17687,6 @@
17282
17687
  "optional": true,
17283
17688
  "required": false
17284
17689
  },
17285
- {
17286
- "name": "appearance",
17287
- "type": "\"dark\" | \"default\" | \"light\"",
17288
- "complexType": {
17289
- "original": "IcThemeForeground",
17290
- "resolved": "\"dark\" | \"default\" | \"light\"",
17291
- "references": {
17292
- "IcThemeForeground": {
17293
- "location": "import",
17294
- "path": "../../utils/types",
17295
- "id": "src/utils/types.ts::IcThemeForeground"
17296
- }
17297
- }
17298
- },
17299
- "mutable": false,
17300
- "attr": "appearance",
17301
- "reflectToAttr": false,
17302
- "docs": "The appearance of the toggle button group, e.g dark, or light.",
17303
- "docsTags": [],
17304
- "default": "\"default\"",
17305
- "values": [
17306
- {
17307
- "value": "dark",
17308
- "type": "string"
17309
- },
17310
- {
17311
- "value": "default",
17312
- "type": "string"
17313
- },
17314
- {
17315
- "value": "light",
17316
- "type": "string"
17317
- }
17318
- ],
17319
- "optional": false,
17320
- "required": false
17321
- },
17322
17690
  {
17323
17691
  "name": "disabled",
17324
17692
  "type": "boolean",
@@ -17415,6 +17783,28 @@
17415
17783
  "optional": true,
17416
17784
  "required": false
17417
17785
  },
17786
+ {
17787
+ "name": "monochrome",
17788
+ "type": "boolean",
17789
+ "complexType": {
17790
+ "original": "boolean",
17791
+ "resolved": "boolean",
17792
+ "references": {}
17793
+ },
17794
+ "mutable": false,
17795
+ "attr": "monochrome",
17796
+ "reflectToAttr": false,
17797
+ "docs": "If `true`, the toggle button group will display as black in the light theme, and white in dark theme.",
17798
+ "docsTags": [],
17799
+ "default": "false",
17800
+ "values": [
17801
+ {
17802
+ "type": "boolean"
17803
+ }
17804
+ ],
17805
+ "optional": true,
17806
+ "required": false
17807
+ },
17418
17808
  {
17419
17809
  "name": "selectMethod",
17420
17810
  "type": "\"auto\" | \"manual\"",
@@ -17518,6 +17908,43 @@
17518
17908
  "optional": true,
17519
17909
  "required": false
17520
17910
  },
17911
+ {
17912
+ "name": "theme",
17913
+ "type": "\"dark\" | \"inherit\" | \"light\"",
17914
+ "complexType": {
17915
+ "original": "IcThemeMode",
17916
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
17917
+ "references": {
17918
+ "IcThemeMode": {
17919
+ "location": "import",
17920
+ "path": "../../utils/types",
17921
+ "id": "src/utils/types.ts::IcThemeMode"
17922
+ }
17923
+ }
17924
+ },
17925
+ "mutable": false,
17926
+ "attr": "theme",
17927
+ "reflectToAttr": false,
17928
+ "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.",
17929
+ "docsTags": [],
17930
+ "default": "\"inherit\"",
17931
+ "values": [
17932
+ {
17933
+ "value": "dark",
17934
+ "type": "string"
17935
+ },
17936
+ {
17937
+ "value": "inherit",
17938
+ "type": "string"
17939
+ },
17940
+ {
17941
+ "value": "light",
17942
+ "type": "string"
17943
+ }
17944
+ ],
17945
+ "optional": true,
17946
+ "required": false
17947
+ },
17521
17948
  {
17522
17949
  "name": "variant",
17523
17950
  "type": "\"default\" | \"icon\"",
@@ -17587,7 +18014,7 @@
17587
18014
  "filePath": "src/components/ic-tooltip/ic-tooltip.tsx",
17588
18015
  "encapsulation": "shadow",
17589
18016
  "tag": "ic-tooltip",
17590
- "readme": "# ic-tooltip\r\n\r\n\r\n\r",
18017
+ "readme": "# ic-tooltip\n\n\n",
17591
18018
  "docs": "",
17592
18019
  "docsTags": [],
17593
18020
  "usage": {},
@@ -17885,7 +18312,7 @@
17885
18312
  "filePath": "src/components/ic-top-navigation/ic-top-navigation.tsx",
17886
18313
  "encapsulation": "shadow",
17887
18314
  "tag": "ic-top-navigation",
17888
- "readme": "# ic-top-navigation\r\n\r\n\r\n\r",
18315
+ "readme": "# ic-top-navigation\n\n\n",
17889
18316
  "docs": "",
17890
18317
  "docsTags": [
17891
18318
  {
@@ -17994,7 +18421,7 @@
17994
18421
  "mutable": false,
17995
18422
  "attr": "custom-mobile-breakpoint",
17996
18423
  "reflectToAttr": false,
17997
- "docs": "Can set a custom breakpoint for the top navigation to switch to mobile mode.\r\nMust be one of our specified breakpoints in px: `0`, `576`, `768`, `992`, `1200`.",
18424
+ "docs": "Can set a custom breakpoint for the top navigation to switch to mobile mode.\nMust be one of our specified breakpoints in px: `0`, `576`, `768`, `992`, `1200`.",
17998
18425
  "docsTags": [],
17999
18426
  "default": "DEVICE_SIZES.L",
18000
18427
  "values": [
@@ -18110,6 +18537,43 @@
18110
18537
  "optional": false,
18111
18538
  "required": false
18112
18539
  },
18540
+ {
18541
+ "name": "theme",
18542
+ "type": "\"dark\" | \"inherit\" | \"light\"",
18543
+ "complexType": {
18544
+ "original": "IcThemeMode",
18545
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
18546
+ "references": {
18547
+ "IcThemeMode": {
18548
+ "location": "import",
18549
+ "path": "../../utils/types",
18550
+ "id": "src/utils/types.ts::IcThemeMode"
18551
+ }
18552
+ }
18553
+ },
18554
+ "mutable": false,
18555
+ "attr": "theme",
18556
+ "reflectToAttr": false,
18557
+ "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.",
18558
+ "docsTags": [],
18559
+ "default": "\"inherit\"",
18560
+ "values": [
18561
+ {
18562
+ "value": "dark",
18563
+ "type": "string"
18564
+ },
18565
+ {
18566
+ "value": "inherit",
18567
+ "type": "string"
18568
+ },
18569
+ {
18570
+ "value": "light",
18571
+ "type": "string"
18572
+ }
18573
+ ],
18574
+ "optional": true,
18575
+ "required": false
18576
+ },
18113
18577
  {
18114
18578
  "name": "version",
18115
18579
  "type": "string",
@@ -18244,7 +18708,7 @@
18244
18708
  "filePath": "src/components/ic-typography/ic-typography.tsx",
18245
18709
  "encapsulation": "shadow",
18246
18710
  "tag": "ic-typography",
18247
- "readme": "# ic-typography\r\n\r\n\r\n\r",
18711
+ "readme": "# ic-typography\n\n\n",
18248
18712
  "docs": "",
18249
18713
  "docsTags": [],
18250
18714
  "usage": {},
@@ -18282,7 +18746,7 @@
18282
18746
  "mutable": false,
18283
18747
  "attr": "bold",
18284
18748
  "reflectToAttr": false,
18285
- "docs": "If `true`, the typography will have a bold font weight.\r\nNote: This will have no impact on variants that already use an equivalent or higher font weight (h1, h2, and subtitle-large).",
18749
+ "docs": "If `true`, the typography will have a bold font weight.\nNote: This will have no impact on variants that already use an equivalent or higher font weight (h1, h2, and subtitle-large).",
18286
18750
  "docsTags": [],
18287
18751
  "default": "false",
18288
18752
  "values": [
@@ -18688,7 +19152,7 @@
18688
19152
  "path": "src/utils/types.ts"
18689
19153
  },
18690
19154
  "src/utils/types.ts::IcStatusVariants": {
18691
- "declaration": "export type IcStatusVariants =\r\n | \"neutral\"\r\n | \"info\"\r\n | \"warning\"\r\n | \"error\"\r\n | \"success\";",
19155
+ "declaration": "export type IcStatusVariants =\n | \"neutral\"\n | \"info\"\n | \"warning\"\n | \"error\"\n | \"success\";",
18692
19156
  "docstring": "",
18693
19157
  "path": "src/utils/types.ts"
18694
19158
  },
@@ -18698,7 +19162,7 @@
18698
19162
  "path": "src/components/ic-back-to-top/ic-back-to-top.types.ts"
18699
19163
  },
18700
19164
  "src/components/ic-classification-banner/ic-classification-banner.types.tsx::IcProtectiveMarkings": {
18701
- "declaration": "export type IcProtectiveMarkings =\r\n | \"default\"\r\n | \"official\"\r\n | \"official-sensitive\"\r\n | \"secret\"\r\n | \"top-secret\";",
19165
+ "declaration": "export type IcProtectiveMarkings =\n | \"default\"\n | \"official\"\n | \"official-sensitive\"\n | \"secret\"\n | \"top-secret\";",
18702
19166
  "docstring": "",
18703
19167
  "path": "src/components/ic-classification-banner/ic-classification-banner.types.tsx"
18704
19168
  },
@@ -18708,15 +19172,10 @@
18708
19172
  "path": "src/utils/types.ts"
18709
19173
  },
18710
19174
  "src/components/ic-footer/ic-footer.types.tsx::IcFooterBreakpoints": {
18711
- "declaration": "export type IcFooterBreakpoints =\r\n | \"extra small\"\r\n | \"small\"\r\n | \"medium\"\r\n | \"large\"\r\n | \"extra large\";",
19175
+ "declaration": "export type IcFooterBreakpoints =\n | \"extra small\"\n | \"small\"\n | \"medium\"\n | \"large\"\n | \"extra large\";",
18712
19176
  "docstring": "",
18713
19177
  "path": "src/components/ic-footer/ic-footer.types.tsx"
18714
19178
  },
18715
- "src/utils/types.ts::IcThemeForeground": {
18716
- "declaration": "export type IcThemeForeground = \"default\" | \"dark\" | \"light\";",
18717
- "docstring": "",
18718
- "path": "src/utils/types.ts"
18719
- },
18720
19179
  "src/components/ic-button/ic-button.types.ts::IcButtonTooltipPlacement": {
18721
19180
  "declaration": "export type IcButtonTooltipPlacement = \"top\" | \"right\" | \"bottom\" | \"left\";",
18722
19181
  "docstring": "",
@@ -18728,7 +19187,7 @@
18728
19187
  "path": "src/components/ic-button/ic-button.types.ts"
18729
19188
  },
18730
19189
  "src/components/ic-button/ic-button.types.ts::IcButtonVariants": {
18731
- "declaration": "export type IcButtonVariants =\r\n | \"primary\"\r\n | \"secondary\"\r\n | \"tertiary\"\r\n | \"destructive\"\r\n | \"icon\"\r\n | \"icon-primary\"\r\n | \"icon-secondary\"\r\n | \"icon-tertiary\"\r\n | \"icon-destructive\";",
19190
+ "declaration": "export type IcButtonVariants =\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive\"\n | \"icon\"\n | \"icon-primary\"\n | \"icon-secondary\"\n | \"icon-tertiary\"\n | \"icon-destructive\";",
18732
19191
  "docstring": "",
18733
19192
  "path": "src/components/ic-button/ic-button.types.ts"
18734
19193
  },
@@ -18758,12 +19217,12 @@
18758
19217
  "path": "src/utils/types.ts"
18759
19218
  },
18760
19219
  "src/components/ic-tab/ic-tab.types.ts::IcTabClickEventDetail": {
18761
- "declaration": "export interface IcTabClickEventDetail {\r\n tabId: string;\r\n contextId: string;\r\n position: number;\r\n}",
19220
+ "declaration": "export interface IcTabClickEventDetail {\n tabId: string;\n contextId: string;\n position: number;\n}",
18762
19221
  "docstring": "",
18763
19222
  "path": "src/components/ic-tab/ic-tab.types.ts"
18764
19223
  },
18765
19224
  "src/components/ic-tooltip/ic-tooltip.types.ts::IcTooltipPlacements": {
18766
- "declaration": "export type IcTooltipPlacements =\r\n | \"top-start\"\r\n | \"top\"\r\n | \"top-end\"\r\n | \"right-start\"\r\n | \"right\"\r\n | \"right-end\"\r\n | \"bottom-end\"\r\n | \"bottom\"\r\n | \"bottom-start\"\r\n | \"left-end\"\r\n | \"left\"\r\n | \"left-start\";",
19225
+ "declaration": "export type IcTooltipPlacements =\n | \"top-start\"\n | \"top\"\n | \"top-end\"\n | \"right-start\"\n | \"right\"\n | \"right-end\"\n | \"bottom-end\"\n | \"bottom\"\n | \"bottom-start\"\n | \"left-end\"\n | \"left\"\n | \"left-start\";",
18767
19226
  "docstring": "",
18768
19227
  "path": "src/components/ic-tooltip/ic-tooltip.types.ts"
18769
19228
  },
@@ -18778,7 +19237,7 @@
18778
19237
  "path": "src/utils/types.ts"
18779
19238
  },
18780
19239
  "src/components/ic-checkbox-group/ic-checkbox-group.types.ts::IcChangeEventDetail": {
18781
- "declaration": "export interface IcChangeEventDetail {\r\n value: string[];\r\n checkedOptions: {\r\n checkbox: HTMLIcCheckboxElement;\r\n textFieldValue?: string;\r\n }[];\r\n selectedOption: HTMLIcCheckboxElement;\r\n}",
19240
+ "declaration": "export interface IcChangeEventDetail {\n value: string[];\n checkedOptions: {\n checkbox: HTMLIcCheckboxElement;\n textFieldValue?: string;\n }[];\n selectedOption: HTMLIcCheckboxElement;\n}",
18782
19241
  "docstring": "",
18783
19242
  "path": "src/components/ic-checkbox-group/ic-checkbox-group.types.ts"
18784
19243
  },
@@ -18788,7 +19247,7 @@
18788
19247
  "path": "src/components/ic-text-field/ic-text-field.types.ts"
18789
19248
  },
18790
19249
  "src/utils/types.ts::IcAutocompleteTypes": {
18791
- "declaration": "export type IcAutocompleteTypes =\r\n | \"on\"\r\n | \"off\"\r\n | \"name\"\r\n | \"honorific-prefix\"\r\n | \"given-name\"\r\n | \"additional-name\"\r\n | \"family-name\"\r\n | \"honorific-suffix\"\r\n | \"nickname\"\r\n | \"email\"\r\n | \"username\"\r\n | \"new-password\"\r\n | \"current-password\"\r\n | \"one-time-code\"\r\n | \"organization-title\"\r\n | \"organization\"\r\n | \"street-address\"\r\n | \"address-line1\"\r\n | \"address-line2\"\r\n | \"address-line3\"\r\n | \"address-level4\"\r\n | \"address-level3\"\r\n | \"address-level2\"\r\n | \"address-level1\"\r\n | \"country\"\r\n | \"country-name\"\r\n | \"postal-code\"\r\n | \"cc-name\"\r\n | \"cc-given-name\"\r\n | \"cc-additional-name\"\r\n | \"cc-family-name\"\r\n | \"cc-family-name\"\r\n | \"cc-number\"\r\n | \"cc-exp\"\r\n | \"cc-exp-month\"\r\n | \"cc-exp-year\"\r\n | \"cc-csc\"\r\n | \"cc-type\"\r\n | \"transaction-currency\"\r\n | \"transaction-amount\"\r\n | \"language\"\r\n | \"bday\"\r\n | \"bday-day\"\r\n | \"bday-month\"\r\n | \"bday-year\"\r\n | \"sex\"\r\n | \"tel\"\r\n | \"tel-country-code\"\r\n | \"tel-national\"\r\n | \"tel-area-code\"\r\n | \"tel-local\"\r\n | \"tel-extension\"\r\n | \"impp\"\r\n | \"url\"\r\n | \"photo\";",
19250
+ "declaration": "export type IcAutocompleteTypes =\n | \"on\"\n | \"off\"\n | \"name\"\n | \"honorific-prefix\"\n | \"given-name\"\n | \"additional-name\"\n | \"family-name\"\n | \"honorific-suffix\"\n | \"nickname\"\n | \"email\"\n | \"username\"\n | \"new-password\"\n | \"current-password\"\n | \"one-time-code\"\n | \"organization-title\"\n | \"organization\"\n | \"street-address\"\n | \"address-line1\"\n | \"address-line2\"\n | \"address-line3\"\n | \"address-level4\"\n | \"address-level3\"\n | \"address-level2\"\n | \"address-level1\"\n | \"country\"\n | \"country-name\"\n | \"postal-code\"\n | \"cc-name\"\n | \"cc-given-name\"\n | \"cc-additional-name\"\n | \"cc-family-name\"\n | \"cc-family-name\"\n | \"cc-number\"\n | \"cc-exp\"\n | \"cc-exp-month\"\n | \"cc-exp-year\"\n | \"cc-csc\"\n | \"cc-type\"\n | \"transaction-currency\"\n | \"transaction-amount\"\n | \"language\"\n | \"bday\"\n | \"bday-day\"\n | \"bday-month\"\n | \"bday-year\"\n | \"sex\"\n | \"tel\"\n | \"tel-country-code\"\n | \"tel-national\"\n | \"tel-area-code\"\n | \"tel-local\"\n | \"tel-extension\"\n | \"impp\"\n | \"url\"\n | \"photo\";",
18792
19251
  "docstring": "",
18793
19252
  "path": "src/utils/types.ts"
18794
19253
  },
@@ -18798,7 +19257,7 @@
18798
19257
  "path": "src/utils/types.ts"
18799
19258
  },
18800
19259
  "src/components/ic-text-field/ic-text-field.types.ts::IcTextFieldInputModes": {
18801
- "declaration": "export type IcTextFieldInputModes =\r\n | \"none\"\r\n | \"text\"\r\n | \"tel\"\r\n | \"url\"\r\n | \"email\"\r\n | \"numeric\"\r\n | \"decimal\"\r\n | \"search\";",
19260
+ "declaration": "export type IcTextFieldInputModes =\n | \"none\"\n | \"text\"\n | \"tel\"\n | \"url\"\n | \"email\"\n | \"numeric\"\n | \"decimal\"\n | \"search\";",
18802
19261
  "docstring": "",
18803
19262
  "path": "src/components/ic-text-field/ic-text-field.types.ts"
18804
19263
  },
@@ -18808,12 +19267,12 @@
18808
19267
  "path": "src/utils/types.ts"
18809
19268
  },
18810
19269
  "src/components/ic-text-field/ic-text-field.types.ts::IcTextFieldTypes": {
18811
- "declaration": "export type IcTextFieldTypes =\r\n | \"email\"\r\n | \"password\"\r\n | \"tel\"\r\n | \"text\"\r\n | \"url\"\r\n | \"number\"\r\n | \"search\";",
19270
+ "declaration": "export type IcTextFieldTypes =\n | \"email\"\n | \"password\"\n | \"tel\"\n | \"text\"\n | \"url\"\n | \"number\"\n | \"search\";",
18812
19271
  "docstring": "",
18813
19272
  "path": "src/components/ic-text-field/ic-text-field.types.ts"
18814
19273
  },
18815
19274
  "src/utils/types.ts::IcValueEventDetail": {
18816
- "declaration": "export interface IcValueEventDetail {\r\n value: string | string[];\r\n keyPressed?: string;\r\n}",
19275
+ "declaration": "export interface IcValueEventDetail {\n value: string | string[];\n keyPressed?: string;\n}",
18817
19276
  "docstring": "",
18818
19277
  "path": "src/utils/types.ts"
18819
19278
  },
@@ -18832,13 +19291,18 @@
18832
19291
  "docstring": "",
18833
19292
  "path": "src/utils/types.ts"
18834
19293
  },
19294
+ "src/utils/types.ts::IcThemeForeground": {
19295
+ "declaration": "export type IcThemeForeground = \"default\" | \"dark\" | \"light\";",
19296
+ "docstring": "",
19297
+ "path": "src/utils/types.ts"
19298
+ },
18835
19299
  "src/components/ic-divider/ic-divider.types.tsx::IcDividerWeights": {
18836
19300
  "declaration": "export type IcDividerWeights = \"thin\" | \"medium\" | \"thick\" | \"very-thick\";",
18837
19301
  "docstring": "",
18838
19302
  "path": "src/components/ic-divider/ic-divider.types.tsx"
18839
19303
  },
18840
19304
  "src/utils/types.ts::IcTypographyVariants": {
18841
- "declaration": "export type IcTypographyVariants =\r\n | \"h1\"\r\n | \"h2\"\r\n | \"h3\"\r\n | \"h4\"\r\n | \"subtitle-large\"\r\n | \"subtitle-small\"\r\n | \"body\"\r\n | \"label\"\r\n | \"label-uppercase\"\r\n | \"caption\"\r\n | \"caption-uppercase\"\r\n | \"code-large\"\r\n | \"code-small\"\r\n | \"code-extra-small\"\r\n | \"badge\"\r\n | \"badge-small\";",
19305
+ "declaration": "export type IcTypographyVariants =\n | \"h1\"\n | \"h2\"\n | \"h3\"\n | \"h4\"\n | \"subtitle-large\"\n | \"subtitle-small\"\n | \"body\"\n | \"label\"\n | \"label-uppercase\"\n | \"caption\"\n | \"caption-uppercase\"\n | \"code-large\"\n | \"code-small\"\n | \"code-extra-small\"\n | \"badge\"\n | \"badge-small\";",
18842
19306
  "docstring": "",
18843
19307
  "path": "src/utils/types.ts"
18844
19308
  },
@@ -18878,22 +19342,22 @@
18878
19342
  "path": "src/components/ic-search-bar/ic-search-bar.types.ts"
18879
19343
  },
18880
19344
  "src/utils/types.ts::IcMenuOption": {
18881
- "declaration": "export interface IcMenuOption {\r\n description?: string;\r\n disabled?: boolean;\r\n recommended?: boolean;\r\n children?: IcMenuOption[];\r\n loading?: boolean;\r\n timedOut?: boolean;\r\n [key: string]: any;\r\n element?: {\r\n component: any;\r\n ariaLabel: string;\r\n };\r\n icon?: any;\r\n}",
19345
+ "declaration": "export interface IcMenuOption {\n description?: string;\n disabled?: boolean;\n recommended?: boolean;\n children?: IcMenuOption[];\n loading?: boolean;\n timedOut?: boolean;\n [key: string]: any;\n element?: {\n component: any;\n ariaLabel: string;\n };\n icon?: any;\n}",
18882
19346
  "docstring": "",
18883
19347
  "path": "src/utils/types.ts"
18884
19348
  },
18885
19349
  "src/components/ic-menu/ic-menu.types.ts::IcMenuOptionIdEventDetail": {
18886
- "declaration": "export interface IcMenuOptionIdEventDetail {\r\n optionId: string | undefined;\r\n}",
19350
+ "declaration": "export interface IcMenuOptionIdEventDetail {\n optionId: string | undefined;\n}",
18887
19351
  "docstring": "",
18888
19352
  "path": "src/components/ic-menu/ic-menu.types.ts"
18889
19353
  },
18890
19354
  "src/components/ic-menu/ic-menu.types.ts::IcOptionSelectEventDetail": {
18891
- "declaration": "export interface IcOptionSelectEventDetail {\r\n value: string;\r\n label?: string;\r\n optionId?: string;\r\n}",
19355
+ "declaration": "export interface IcOptionSelectEventDetail {\n value: string;\n label?: string;\n optionId?: string;\n}",
18892
19356
  "docstring": "",
18893
19357
  "path": "src/components/ic-menu/ic-menu.types.ts"
18894
19358
  },
18895
19359
  "src/components/ic-menu/ic-menu.types.ts::IcMenuChangeEventDetail": {
18896
- "declaration": "export interface IcMenuChangeEventDetail {\r\n open: boolean;\r\n focusInput?: boolean;\r\n}",
19360
+ "declaration": "export interface IcMenuChangeEventDetail {\n open: boolean;\n focusInput?: boolean;\n}",
18897
19361
  "docstring": "",
18898
19362
  "path": "src/components/ic-menu/ic-menu.types.ts"
18899
19363
  },
@@ -18903,7 +19367,7 @@
18903
19367
  "path": "src/components/ic-menu-item/ic-menu-item.types.ts"
18904
19368
  },
18905
19369
  "src/components/ic-side-navigation/ic-side-navigation.types.ts::IcExpandedDetail": {
18906
- "declaration": "export interface IcExpandedDetail {\r\n sideNavExpanded: boolean;\r\n sideNavMobile: boolean;\r\n}",
19370
+ "declaration": "export interface IcExpandedDetail {\n sideNavExpanded: boolean;\n sideNavMobile: boolean;\n}",
18907
19371
  "docstring": "",
18908
19372
  "path": "src/components/ic-side-navigation/ic-side-navigation.types.ts"
18909
19373
  },
@@ -18918,7 +19382,7 @@
18918
19382
  "path": "src/components/ic-pagination/ic-pagination.types.ts"
18919
19383
  },
18920
19384
  "src/components/ic-pagination/ic-pagination.types.ts::IcChangeEventDetail": {
18921
- "declaration": "export interface IcChangeEventDetail {\r\n value: number;\r\n}",
19385
+ "declaration": "export interface IcChangeEventDetail {\n value: number;\n}",
18922
19386
  "docstring": "",
18923
19387
  "path": "src/components/ic-pagination/ic-pagination.types.ts"
18924
19388
  },
@@ -18928,17 +19392,17 @@
18928
19392
  "path": "src/components/ic-pagination-item/ic-pagination-item.types.ts"
18929
19393
  },
18930
19394
  "src/components/ic-radio-group/ic-radio-group.types.ts::IcChangeEventDetail": {
18931
- "declaration": "export interface IcChangeEventDetail {\r\n value: string;\r\n selectedOption: {\r\n radio: HTMLIcRadioOptionElement;\r\n textFieldValue?: string;\r\n };\r\n}",
19395
+ "declaration": "export interface IcChangeEventDetail {\n value: string;\n selectedOption: {\n radio: HTMLIcRadioOptionElement;\n textFieldValue?: string;\n };\n}",
18932
19396
  "docstring": "",
18933
19397
  "path": "src/components/ic-radio-group/ic-radio-group.types.ts"
18934
19398
  },
18935
19399
  "src/utils/types.ts::IcBlurEventDetail": {
18936
- "declaration": "export interface IcBlurEventDetail {\r\n relatedTarget: IcRelatedTarget;\r\n}",
19400
+ "declaration": "export interface IcBlurEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
18937
19401
  "docstring": "",
18938
19402
  "path": "src/utils/types.ts"
18939
19403
  },
18940
19404
  "src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarBlurEventDetail": {
18941
- "declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\r\n relatedTarget: IcRelatedTarget;\r\n}",
19405
+ "declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
18942
19406
  "docstring": "",
18943
19407
  "path": "src/components/ic-search-bar/ic-search-bar.types.ts"
18944
19408
  },
@@ -18978,17 +19442,17 @@
18978
19442
  "path": "src/components/ic-stepper/ic-stepper.types.ts"
18979
19443
  },
18980
19444
  "src/components/ic-switch/ic-switch.types.ts::IcSwitchChangeEventDetail": {
18981
- "declaration": "export interface IcSwitchChangeEventDetail {\r\n value: string | null;\r\n checked: boolean;\r\n}",
19445
+ "declaration": "export interface IcSwitchChangeEventDetail {\n value: string | null;\n checked: boolean;\n}",
18982
19446
  "docstring": "",
18983
19447
  "path": "src/components/ic-switch/ic-switch.types.ts"
18984
19448
  },
18985
19449
  "src/components/ic-tab/ic-tab.types.ts::IcTabSelectEventDetail": {
18986
- "declaration": "export interface IcTabSelectEventDetail {\r\n tabIndex: number;\r\n tabLabel: string;\r\n}",
19450
+ "declaration": "export interface IcTabSelectEventDetail {\n tabIndex: number;\n tabLabel: string;\n}",
18987
19451
  "docstring": "",
18988
19452
  "path": "src/components/ic-tab/ic-tab.types.ts"
18989
19453
  },
18990
19454
  "src/utils/types.ts::IcTheme": {
18991
- "declaration": "{\r\n mode: IcThemeForeground;\r\n color: IcColorRGB;\r\n}",
19455
+ "declaration": "{\n mode: IcThemeForeground;\n color: IcColorRGB;\n}",
18992
19456
  "docstring": "",
18993
19457
  "path": "src/utils/types.ts"
18994
19458
  },
@@ -19003,7 +19467,7 @@
19003
19467
  "path": "src/utils/types.ts"
19004
19468
  },
19005
19469
  "src/components/ic-toggle-button-group/ic-toggle-button-group.types.ts::IcChangeEventDetail": {
19006
- "declaration": "export interface IcChangeEventDetail {\r\n checked: boolean[] | boolean;\r\n toggledOptions?: {\r\n toggleButton: HTMLIcToggleButtonElement;\r\n }[];\r\n selectedOption: HTMLIcToggleButtonElement;\r\n}",
19470
+ "declaration": "export interface IcChangeEventDetail {\n checked: boolean[] | boolean;\n toggledOptions?: {\n toggleButton: HTMLIcToggleButtonElement;\n }[];\n selectedOption: HTMLIcToggleButtonElement;\n}",
19007
19471
  "docstring": "",
19008
19472
  "path": "src/components/ic-toggle-button-group/ic-toggle-button-group.types.ts"
19009
19473
  }