@ukic/docs 2.13.3 → 3.0.0-alpha.1

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 +887 -2016
  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
  {
@@ -113,10 +113,10 @@
113
113
  },
114
114
  {
115
115
  "name": "size",
116
- "type": "\"default\" | \"large\" | \"small\"",
116
+ "type": "\"large\" | \"medium\" | \"small\"",
117
117
  "complexType": {
118
118
  "original": "IcSizes",
119
- "resolved": "\"default\" | \"large\" | \"small\"",
119
+ "resolved": "\"large\" | \"medium\" | \"small\"",
120
120
  "references": {
121
121
  "IcSizes": {
122
122
  "location": "import",
@@ -130,14 +130,14 @@
130
130
  "reflectToAttr": false,
131
131
  "docs": "The size of the accordion.",
132
132
  "docsTags": [],
133
- "default": "\"default\"",
133
+ "default": "\"medium\"",
134
134
  "values": [
135
135
  {
136
- "value": "default",
136
+ "value": "large",
137
137
  "type": "string"
138
138
  },
139
139
  {
140
- "value": "large",
140
+ "value": "medium",
141
141
  "type": "string"
142
142
  },
143
143
  {
@@ -201,12 +201,12 @@
201
201
  "filePath": "src/components/ic-accordion-group/ic-accordion-group.tsx",
202
202
  "encapsulation": "shadow",
203
203
  "tag": "ic-accordion-group",
204
- "readme": "# ic-accordion-title\r\n\r\n\r\n\r",
204
+ "readme": "# ic-accordion-title\n\n\n",
205
205
  "docs": "",
206
206
  "docsTags": [
207
207
  {
208
208
  "name": "slot",
209
- "text": "group-title - Content is placed as the accordion group title."
209
+ "text": "label - Content is placed as the accordion group title."
210
210
  }
211
211
  ],
212
212
  "usage": {},
@@ -293,7 +293,7 @@
293
293
  "required": false
294
294
  },
295
295
  {
296
- "name": "groupTitle",
296
+ "name": "label",
297
297
  "type": "string",
298
298
  "complexType": {
299
299
  "original": "string",
@@ -301,7 +301,7 @@
301
301
  "references": {}
302
302
  },
303
303
  "mutable": false,
304
- "attr": "group-title",
304
+ "attr": "label",
305
305
  "reflectToAttr": false,
306
306
  "docs": "The header for the accordion group.",
307
307
  "docsTags": [],
@@ -338,10 +338,10 @@
338
338
  },
339
339
  {
340
340
  "name": "size",
341
- "type": "\"default\" | \"large\" | \"small\"",
341
+ "type": "\"large\" | \"medium\" | \"small\"",
342
342
  "complexType": {
343
343
  "original": "IcSizes",
344
- "resolved": "\"default\" | \"large\" | \"small\"",
344
+ "resolved": "\"large\" | \"medium\" | \"small\"",
345
345
  "references": {
346
346
  "IcSizes": {
347
347
  "location": "import",
@@ -355,14 +355,14 @@
355
355
  "reflectToAttr": false,
356
356
  "docs": "The size of the accordion.",
357
357
  "docsTags": [],
358
- "default": "\"default\"",
358
+ "default": "\"medium\"",
359
359
  "values": [
360
360
  {
361
- "value": "default",
361
+ "value": "large",
362
362
  "type": "string"
363
363
  },
364
364
  {
365
- "value": "large",
365
+ "value": "medium",
366
366
  "type": "string"
367
367
  },
368
368
  {
@@ -409,7 +409,7 @@
409
409
  "styles": [],
410
410
  "slots": [
411
411
  {
412
- "name": "group-title",
412
+ "name": "label",
413
413
  "docs": "Content is placed as the accordion group title."
414
414
  }
415
415
  ],
@@ -440,7 +440,7 @@
440
440
  "filePath": "src/components/ic-alert/ic-alert.tsx",
441
441
  "encapsulation": "shadow",
442
442
  "tag": "ic-alert",
443
- "readme": "# ic-alert\r\n\r\n\r\n\r",
443
+ "readme": "# ic-alert\n\n\n",
444
444
  "docs": "",
445
445
  "docsTags": [
446
446
  {
@@ -637,26 +637,6 @@
637
637
  ],
638
638
  "methods": [],
639
639
  "events": [
640
- {
641
- "event": "dismiss",
642
- "detail": "void",
643
- "bubbles": true,
644
- "complexType": {
645
- "original": "void",
646
- "resolved": "void",
647
- "references": {}
648
- },
649
- "cancelable": true,
650
- "composed": true,
651
- "docs": "",
652
- "docsTags": [
653
- {
654
- "name": "deprecated",
655
- "text": "This event should not be used anymore. Use icDismiss instead."
656
- }
657
- ],
658
- "deprecation": "This event should not be used anymore. Use icDismiss instead."
659
- },
660
640
  {
661
641
  "event": "icDismiss",
662
642
  "detail": "void",
@@ -695,9 +675,7 @@
695
675
  }
696
676
  ],
697
677
  "parts": [],
698
- "dependents": [
699
- "ic-dialog"
700
- ],
678
+ "dependents": [],
701
679
  "dependencies": [
702
680
  "ic-typography",
703
681
  "ic-button"
@@ -716,9 +694,6 @@
716
694
  ],
717
695
  "ic-tooltip": [
718
696
  "ic-typography"
719
- ],
720
- "ic-dialog": [
721
- "ic-alert"
722
697
  ]
723
698
  }
724
699
  },
@@ -726,7 +701,7 @@
726
701
  "filePath": "src/components/ic-back-to-top/ic-back-to-top.tsx",
727
702
  "encapsulation": "shadow",
728
703
  "tag": "ic-back-to-top",
729
- "readme": "# ic-back-to-top\r\n\r\n\r\n\r",
704
+ "readme": "# ic-back-to-top\n\n\n",
730
705
  "docs": "",
731
706
  "docsTags": [],
732
707
  "usage": {},
@@ -800,14 +775,19 @@
800
775
  "parts": [],
801
776
  "dependents": [],
802
777
  "dependencies": [
803
- "ic-typography",
804
- "ic-tooltip"
778
+ "ic-button"
805
779
  ],
806
780
  "dependencyGraph": {
807
781
  "ic-back-to-top": [
808
- "ic-typography",
782
+ "ic-button"
783
+ ],
784
+ "ic-button": [
785
+ "ic-loading-indicator",
809
786
  "ic-tooltip"
810
787
  ],
788
+ "ic-loading-indicator": [
789
+ "ic-typography"
790
+ ],
811
791
  "ic-tooltip": [
812
792
  "ic-typography"
813
793
  ]
@@ -817,7 +797,7 @@
817
797
  "filePath": "src/components/ic-badge/ic-badge.tsx",
818
798
  "encapsulation": "shadow",
819
799
  "tag": "ic-badge",
820
- "readme": "# ic-badge\r\n\r\n\r\n\r",
800
+ "readme": "# ic-badge\n\n\n",
821
801
  "docs": "",
822
802
  "docsTags": [
823
803
  {
@@ -882,6 +862,27 @@
882
862
  "optional": true,
883
863
  "required": false
884
864
  },
865
+ {
866
+ "name": "label",
867
+ "type": "string",
868
+ "complexType": {
869
+ "original": "string",
870
+ "resolved": "string",
871
+ "references": {}
872
+ },
873
+ "mutable": false,
874
+ "attr": "label",
875
+ "reflectToAttr": false,
876
+ "docs": "The text displayed in the badge. This will only be displayed if type=\"text\".",
877
+ "docsTags": [],
878
+ "values": [
879
+ {
880
+ "type": "string"
881
+ }
882
+ ],
883
+ "optional": true,
884
+ "required": false
885
+ },
885
886
  {
886
887
  "name": "maxNumber",
887
888
  "type": "number",
@@ -893,7 +894,7 @@
893
894
  "mutable": false,
894
895
  "attr": "max-number",
895
896
  "reflectToAttr": false,
896
- "docs": "The maximum number shown on the badge appended with a +.\nThis will only be displayed if type=\"text\" and textLabel is not empty.",
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.",
897
898
  "docsTags": [],
898
899
  "values": [
899
900
  {
@@ -942,10 +943,10 @@
942
943
  },
943
944
  {
944
945
  "name": "size",
945
- "type": "\"default\" | \"large\" | \"small\"",
946
+ "type": "\"large\" | \"medium\" | \"small\"",
946
947
  "complexType": {
947
948
  "original": "IcSizes",
948
- "resolved": "\"default\" | \"large\" | \"small\"",
949
+ "resolved": "\"large\" | \"medium\" | \"small\"",
949
950
  "references": {
950
951
  "IcSizes": {
951
952
  "location": "import",
@@ -959,14 +960,14 @@
959
960
  "reflectToAttr": false,
960
961
  "docs": "The size of the badge to be displayed.",
961
962
  "docsTags": [],
962
- "default": "\"default\"",
963
+ "default": "\"medium\"",
963
964
  "values": [
964
965
  {
965
- "value": "default",
966
+ "value": "large",
966
967
  "type": "string"
967
968
  },
968
969
  {
969
- "value": "large",
970
+ "value": "medium",
970
971
  "type": "string"
971
972
  },
972
973
  {
@@ -978,20 +979,36 @@
978
979
  "required": false
979
980
  },
980
981
  {
981
- "name": "textLabel",
982
- "type": "string",
982
+ "name": "theme",
983
+ "type": "\"dark\" | \"inherit\" | \"light\"",
983
984
  "complexType": {
984
- "original": "string",
985
- "resolved": "string",
986
- "references": {}
985
+ "original": "IcThemeMode",
986
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
987
+ "references": {
988
+ "IcThemeMode": {
989
+ "location": "import",
990
+ "path": "../../utils/types",
991
+ "id": "src/utils/types.ts::IcThemeMode"
992
+ }
993
+ }
987
994
  },
988
995
  "mutable": false,
989
- "attr": "text-label",
996
+ "attr": "theme",
990
997
  "reflectToAttr": false,
991
- "docs": "The text displayed in the badge. This will only be displayed if type=\"text\".",
998
+ "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.",
992
999
  "docsTags": [],
1000
+ "default": "\"inherit\"",
993
1001
  "values": [
994
1002
  {
1003
+ "value": "dark",
1004
+ "type": "string"
1005
+ },
1006
+ {
1007
+ "value": "inherit",
1008
+ "type": "string"
1009
+ },
1010
+ {
1011
+ "value": "light",
995
1012
  "type": "string"
996
1013
  }
997
1014
  ],
@@ -1096,7 +1113,7 @@
1096
1113
  "resolved": "boolean",
1097
1114
  "references": {}
1098
1115
  },
1099
- "mutable": true,
1116
+ "mutable": false,
1100
1117
  "attr": "visible",
1101
1118
  "reflectToAttr": false,
1102
1119
  "docs": "If `true`, the badge will be displayed.",
@@ -1111,64 +1128,7 @@
1111
1128
  "required": false
1112
1129
  }
1113
1130
  ],
1114
- "methods": [
1115
- {
1116
- "name": "hideBadge",
1117
- "returns": {
1118
- "type": "Promise<void>",
1119
- "docs": ""
1120
- },
1121
- "complexType": {
1122
- "signature": "() => Promise<void>",
1123
- "parameters": [],
1124
- "references": {
1125
- "Promise": {
1126
- "location": "global",
1127
- "id": "global::Promise"
1128
- }
1129
- },
1130
- "return": "Promise<void>"
1131
- },
1132
- "signature": "hideBadge() => Promise<void>",
1133
- "parameters": [],
1134
- "docs": "",
1135
- "docsTags": [
1136
- {
1137
- "name": "deprecated",
1138
- "text": "This method should not be used anymore. Use visible prop to set badge visibility."
1139
- }
1140
- ],
1141
- "deprecation": "This method should not be used anymore. Use visible prop to set badge visibility."
1142
- },
1143
- {
1144
- "name": "showBadge",
1145
- "returns": {
1146
- "type": "Promise<void>",
1147
- "docs": ""
1148
- },
1149
- "complexType": {
1150
- "signature": "() => Promise<void>",
1151
- "parameters": [],
1152
- "references": {
1153
- "Promise": {
1154
- "location": "global",
1155
- "id": "global::Promise"
1156
- }
1157
- },
1158
- "return": "Promise<void>"
1159
- },
1160
- "signature": "showBadge() => Promise<void>",
1161
- "parameters": [],
1162
- "docs": "",
1163
- "docsTags": [
1164
- {
1165
- "name": "deprecated",
1166
- "text": "This method should not be used anymore. Use visible prop to set badge visibility."
1167
- }
1168
- ],
1169
- "deprecation": "This method should not be used anymore. Use visible prop to set badge visibility."
1170
- }
1171
- ],
1131
+ "methods": [],
1172
1132
  "events": [],
1173
1133
  "listeners": [],
1174
1134
  "styles": [],
@@ -1193,7 +1153,7 @@
1193
1153
  "filePath": "src/components/ic-breadcrumb/ic-breadcrumb.tsx",
1194
1154
  "encapsulation": "shadow",
1195
1155
  "tag": "ic-breadcrumb",
1196
- "readme": "# ic-breadcrumb\r\n\r\n\r\n\r",
1156
+ "readme": "# ic-breadcrumb\n\n\n",
1197
1157
  "docs": "",
1198
1158
  "docsTags": [
1199
1159
  {
@@ -1321,50 +1281,35 @@
1321
1281
  "filePath": "src/components/ic-breadcrumb-group/ic-breadcrumb-group.tsx",
1322
1282
  "encapsulation": "shadow",
1323
1283
  "tag": "ic-breadcrumb-group",
1324
- "readme": "# ic-breadcrumb-group\r\n\r\n\r\n\r",
1284
+ "readme": "# ic-breadcrumb-group\n\n\n",
1325
1285
  "docs": "",
1326
1286
  "docsTags": [],
1327
1287
  "usage": {},
1328
1288
  "props": [
1329
1289
  {
1330
- "name": "appearance",
1331
- "type": "\"dark\" | \"default\" | \"light\"",
1290
+ "name": "backBreadcrumbOnly",
1291
+ "type": "boolean",
1332
1292
  "complexType": {
1333
- "original": "IcThemeForeground",
1334
- "resolved": "\"dark\" | \"default\" | \"light\"",
1335
- "references": {
1336
- "IcThemeForeground": {
1337
- "location": "import",
1338
- "path": "../../utils/types",
1339
- "id": "src/utils/types.ts::IcThemeForeground"
1340
- }
1341
- }
1293
+ "original": "boolean",
1294
+ "resolved": "boolean",
1295
+ "references": {}
1342
1296
  },
1343
1297
  "mutable": false,
1344
- "attr": "appearance",
1298
+ "attr": "back-breadcrumb-only",
1345
1299
  "reflectToAttr": false,
1346
- "docs": "The appearance of the breadcrumb group.",
1300
+ "docs": "If `true`, display only a single breadcrumb for the parent page with a back icon.",
1347
1301
  "docsTags": [],
1348
- "default": "\"default\"",
1302
+ "default": "false",
1349
1303
  "values": [
1350
1304
  {
1351
- "value": "dark",
1352
- "type": "string"
1353
- },
1354
- {
1355
- "value": "default",
1356
- "type": "string"
1357
- },
1358
- {
1359
- "value": "light",
1360
- "type": "string"
1305
+ "type": "boolean"
1361
1306
  }
1362
1307
  ],
1363
1308
  "optional": false,
1364
1309
  "required": false
1365
1310
  },
1366
1311
  {
1367
- "name": "backBreadcrumbOnly",
1312
+ "name": "collapsed",
1368
1313
  "type": "boolean",
1369
1314
  "complexType": {
1370
1315
  "original": "boolean",
@@ -1372,9 +1317,9 @@
1372
1317
  "references": {}
1373
1318
  },
1374
1319
  "mutable": false,
1375
- "attr": "back-breadcrumb-only",
1320
+ "attr": "collapsed",
1376
1321
  "reflectToAttr": false,
1377
- "docs": "If `true`, display only a single breadcrumb for the parent page with a back icon.",
1322
+ "docs": "If `true`, all breadcrumbs between the first and last breadcrumb will be collapsed.",
1378
1323
  "docsTags": [],
1379
1324
  "default": "false",
1380
1325
  "values": [
@@ -1386,7 +1331,7 @@
1386
1331
  "required": false
1387
1332
  },
1388
1333
  {
1389
- "name": "collapsed",
1334
+ "name": "monochrome",
1390
1335
  "type": "boolean",
1391
1336
  "complexType": {
1392
1337
  "original": "boolean",
@@ -1394,9 +1339,9 @@
1394
1339
  "references": {}
1395
1340
  },
1396
1341
  "mutable": false,
1397
- "attr": "collapsed",
1342
+ "attr": "monochrome",
1398
1343
  "reflectToAttr": false,
1399
- "docs": "If `true`, all breadcrumbs between the first and last breadcrumb will be collapsed.",
1344
+ "docs": "If `true`, the breadcrumb group will display as black in the light theme, and white in the dark theme.",
1400
1345
  "docsTags": [],
1401
1346
  "default": "false",
1402
1347
  "values": [
@@ -1404,7 +1349,44 @@
1404
1349
  "type": "boolean"
1405
1350
  }
1406
1351
  ],
1407
- "optional": false,
1352
+ "optional": true,
1353
+ "required": false
1354
+ },
1355
+ {
1356
+ "name": "theme",
1357
+ "type": "\"dark\" | \"inherit\" | \"light\"",
1358
+ "complexType": {
1359
+ "original": "IcThemeMode",
1360
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
1361
+ "references": {
1362
+ "IcThemeMode": {
1363
+ "location": "import",
1364
+ "path": "../../utils/types",
1365
+ "id": "src/utils/types.ts::IcThemeMode"
1366
+ }
1367
+ }
1368
+ },
1369
+ "mutable": false,
1370
+ "attr": "theme",
1371
+ "reflectToAttr": false,
1372
+ "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.",
1373
+ "docsTags": [],
1374
+ "default": "\"inherit\"",
1375
+ "values": [
1376
+ {
1377
+ "value": "dark",
1378
+ "type": "string"
1379
+ },
1380
+ {
1381
+ "value": "inherit",
1382
+ "type": "string"
1383
+ },
1384
+ {
1385
+ "value": "light",
1386
+ "type": "string"
1387
+ }
1388
+ ],
1389
+ "optional": true,
1408
1390
  "required": false
1409
1391
  }
1410
1392
  ],
@@ -1431,13 +1413,9 @@
1431
1413
  "filePath": "src/components/ic-button/ic-button.tsx",
1432
1414
  "encapsulation": "shadow",
1433
1415
  "tag": "ic-button",
1434
- "readme": "# ic-button\r\n\r",
1416
+ "readme": "# ic-button\n",
1435
1417
  "docs": "",
1436
1418
  "docsTags": [
1437
- {
1438
- "name": "slot",
1439
- "text": "icon - Deprecated. This slot should not be used anymore. Use left-icon or right-icon slot instead."
1440
- },
1441
1419
  {
1442
1420
  "name": "slot",
1443
1421
  "text": "left-icon - Content will be placed to the left of the button label."
@@ -2017,10 +1995,10 @@
2017
1995
  },
2018
1996
  {
2019
1997
  "name": "size",
2020
- "type": "\"default\" | \"large\" | \"small\"",
1998
+ "type": "\"large\" | \"medium\" | \"small\"",
2021
1999
  "complexType": {
2022
2000
  "original": "IcSizes",
2023
- "resolved": "\"default\" | \"large\" | \"small\"",
2001
+ "resolved": "\"large\" | \"medium\" | \"small\"",
2024
2002
  "references": {
2025
2003
  "IcSizes": {
2026
2004
  "location": "import",
@@ -2034,14 +2012,14 @@
2034
2012
  "reflectToAttr": false,
2035
2013
  "docs": "The size of the button to be displayed.",
2036
2014
  "docsTags": [],
2037
- "default": "\"default\"",
2015
+ "default": "\"medium\"",
2038
2016
  "values": [
2039
2017
  {
2040
- "value": "default",
2018
+ "value": "large",
2041
2019
  "type": "string"
2042
2020
  },
2043
2021
  {
2044
- "value": "large",
2022
+ "value": "medium",
2045
2023
  "type": "string"
2046
2024
  },
2047
2025
  {
@@ -2338,10 +2316,6 @@
2338
2316
  "name": "badge",
2339
2317
  "docs": "Badge component overlaying the top right of the button."
2340
2318
  },
2341
- {
2342
- "name": "icon",
2343
- "docs": "Deprecated. This slot should not be used anymore. Use left-icon or right-icon slot instead."
2344
- },
2345
2319
  {
2346
2320
  "name": "left-icon",
2347
2321
  "docs": "Content will be placed to the left of the button label."
@@ -2363,6 +2337,7 @@
2363
2337
  "dependents": [
2364
2338
  "ic-accordion-group",
2365
2339
  "ic-alert",
2340
+ "ic-back-to-top",
2366
2341
  "ic-dialog",
2367
2342
  "ic-horizontal-scroll",
2368
2343
  "ic-menu",
@@ -2398,6 +2373,9 @@
2398
2373
  "ic-alert": [
2399
2374
  "ic-button"
2400
2375
  ],
2376
+ "ic-back-to-top": [
2377
+ "ic-button"
2378
+ ],
2401
2379
  "ic-dialog": [
2402
2380
  "ic-button"
2403
2381
  ],
@@ -2440,10 +2418,10 @@
2440
2418
  }
2441
2419
  },
2442
2420
  {
2443
- "filePath": "src/components/ic-card/ic-card.tsx",
2421
+ "filePath": "src/components/ic-card-vertical/ic-card-vertical.tsx",
2444
2422
  "encapsulation": "shadow",
2445
- "tag": "ic-card",
2446
- "readme": "# ic-card\r\n\r\n\r\n\r",
2423
+ "tag": "ic-card-vertical",
2424
+ "readme": "# ic-card-vertical\n\n\n",
2447
2425
  "docs": "",
2448
2426
  "docsTags": [
2449
2427
  {
@@ -2881,7 +2859,7 @@
2881
2859
  "ic-tooltip"
2882
2860
  ],
2883
2861
  "dependencyGraph": {
2884
- "ic-card": [
2862
+ "ic-card-vertical": [
2885
2863
  "ic-typography",
2886
2864
  "ic-tooltip"
2887
2865
  ],
@@ -2894,7 +2872,7 @@
2894
2872
  "filePath": "src/components/ic-checkbox/ic-checkbox.tsx",
2895
2873
  "encapsulation": "shadow",
2896
2874
  "tag": "ic-checkbox",
2897
- "readme": "# ic-checkbox\r\n\r\n\r\n\r",
2875
+ "readme": "# ic-checkbox\n\n\n",
2898
2876
  "docs": "",
2899
2877
  "docsTags": [
2900
2878
  {
@@ -3025,145 +3003,40 @@
3025
3003
  "required": false
3026
3004
  },
3027
3005
  {
3028
- "name": "formaction",
3006
+ "name": "groupLabel",
3029
3007
  "type": "string",
3030
3008
  "complexType": {
3031
3009
  "original": "string",
3032
3010
  "resolved": "string",
3033
3011
  "references": {}
3034
3012
  },
3035
- "mutable": false,
3036
- "attr": "formaction",
3013
+ "mutable": true,
3014
+ "attr": "group-label",
3037
3015
  "reflectToAttr": false,
3038
- "docs": "The URL that processes the information submitted by the checkbox. It overrides the action attribute of the checkbox's form owner. Does nothing if there is no form owner.",
3016
+ "docs": "The group label for the checkbox.",
3039
3017
  "docsTags": [],
3040
3018
  "values": [
3041
3019
  {
3042
3020
  "type": "string"
3043
3021
  }
3044
3022
  ],
3045
- "optional": true,
3023
+ "optional": false,
3046
3024
  "required": false
3047
3025
  },
3048
3026
  {
3049
- "name": "formenctype",
3050
- "type": "string",
3027
+ "name": "hideLabel",
3028
+ "type": "boolean",
3051
3029
  "complexType": {
3052
- "original": "string",
3053
- "resolved": "string",
3030
+ "original": "boolean",
3031
+ "resolved": "boolean",
3054
3032
  "references": {}
3055
3033
  },
3056
3034
  "mutable": false,
3057
- "attr": "formenctype",
3035
+ "attr": "hide-label",
3058
3036
  "reflectToAttr": false,
3059
- "docs": "The way the submitted form data is encoded.",
3060
- "docsTags": [],
3061
- "values": [
3062
- {
3063
- "type": "string"
3064
- }
3065
- ],
3066
- "optional": true,
3067
- "required": false
3068
- },
3069
- {
3070
- "name": "formmethod",
3071
- "type": "string",
3072
- "complexType": {
3073
- "original": "string",
3074
- "resolved": "string",
3075
- "references": {}
3076
- },
3077
- "mutable": false,
3078
- "attr": "formmethod",
3079
- "reflectToAttr": false,
3080
- "docs": "The HTTP method used to submit the form.",
3081
- "docsTags": [],
3082
- "values": [
3083
- {
3084
- "type": "string"
3085
- }
3086
- ],
3087
- "optional": true,
3088
- "required": false
3089
- },
3090
- {
3091
- "name": "formnovalidate",
3092
- "type": "boolean",
3093
- "complexType": {
3094
- "original": "boolean",
3095
- "resolved": "boolean",
3096
- "references": {}
3097
- },
3098
- "mutable": false,
3099
- "attr": "formnovalidate",
3100
- "reflectToAttr": false,
3101
- "docs": "If `true`, the form will not be validated when submitted.",
3037
+ "docs": "If `true`, the label will be hidden and the required label value will be applied as an aria-label.",
3102
3038
  "docsTags": [],
3103
- "values": [
3104
- {
3105
- "type": "boolean"
3106
- }
3107
- ],
3108
- "optional": true,
3109
- "required": false
3110
- },
3111
- {
3112
- "name": "formtarget",
3113
- "type": "string",
3114
- "complexType": {
3115
- "original": "string",
3116
- "resolved": "string",
3117
- "references": {}
3118
- },
3119
- "mutable": false,
3120
- "attr": "formtarget",
3121
- "reflectToAttr": false,
3122
- "docs": "The place to display the response from submitting the form. It overrides the target attribute of the checkbox's form owner.",
3123
- "docsTags": [],
3124
- "values": [
3125
- {
3126
- "type": "string"
3127
- }
3128
- ],
3129
- "optional": true,
3130
- "required": false
3131
- },
3132
- {
3133
- "name": "groupLabel",
3134
- "type": "string",
3135
- "complexType": {
3136
- "original": "string",
3137
- "resolved": "string",
3138
- "references": {}
3139
- },
3140
- "mutable": true,
3141
- "attr": "group-label",
3142
- "reflectToAttr": false,
3143
- "docs": "The group label for the checkbox.",
3144
- "docsTags": [],
3145
- "values": [
3146
- {
3147
- "type": "string"
3148
- }
3149
- ],
3150
- "optional": false,
3151
- "required": false
3152
- },
3153
- {
3154
- "name": "hideLabel",
3155
- "type": "boolean",
3156
- "complexType": {
3157
- "original": "boolean",
3158
- "resolved": "boolean",
3159
- "references": {}
3160
- },
3161
- "mutable": false,
3162
- "attr": "hide-label",
3163
- "reflectToAttr": false,
3164
- "docs": "If `true`, the label will be hidden and the required label value will be applied as an aria-label.",
3165
- "docsTags": [],
3166
- "default": "false",
3039
+ "default": "false",
3167
3040
  "values": [
3168
3041
  {
3169
3042
  "type": "boolean"
@@ -3260,10 +3133,10 @@
3260
3133
  },
3261
3134
  {
3262
3135
  "name": "size",
3263
- "type": "\"default\" | \"large\" | \"small\"",
3136
+ "type": "\"large\" | \"medium\" | \"small\"",
3264
3137
  "complexType": {
3265
3138
  "original": "IcSizes",
3266
- "resolved": "\"default\" | \"large\" | \"small\"",
3139
+ "resolved": "\"large\" | \"medium\" | \"small\"",
3267
3140
  "references": {
3268
3141
  "IcSizes": {
3269
3142
  "location": "import",
@@ -3279,11 +3152,11 @@
3279
3152
  "docsTags": [],
3280
3153
  "values": [
3281
3154
  {
3282
- "value": "default",
3155
+ "value": "large",
3283
3156
  "type": "string"
3284
3157
  },
3285
3158
  {
3286
- "value": "large",
3159
+ "value": "medium",
3287
3160
  "type": "string"
3288
3161
  },
3289
3162
  {
@@ -3294,34 +3167,6 @@
3294
3167
  "optional": true,
3295
3168
  "required": false
3296
3169
  },
3297
- {
3298
- "name": "small",
3299
- "type": "boolean",
3300
- "complexType": {
3301
- "original": "boolean",
3302
- "resolved": "boolean",
3303
- "references": {}
3304
- },
3305
- "mutable": false,
3306
- "attr": "small",
3307
- "reflectToAttr": false,
3308
- "docs": "",
3309
- "docsTags": [
3310
- {
3311
- "name": "deprecated",
3312
- "text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
3313
- }
3314
- ],
3315
- "default": "false",
3316
- "deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
3317
- "values": [
3318
- {
3319
- "type": "boolean"
3320
- }
3321
- ],
3322
- "optional": true,
3323
- "required": false
3324
- },
3325
3170
  {
3326
3171
  "name": "value",
3327
3172
  "type": "string",
@@ -3373,26 +3218,6 @@
3373
3218
  }
3374
3219
  ],
3375
3220
  "events": [
3376
- {
3377
- "event": "checkboxChecked",
3378
- "detail": "void",
3379
- "bubbles": true,
3380
- "complexType": {
3381
- "original": "void",
3382
- "resolved": "void",
3383
- "references": {}
3384
- },
3385
- "cancelable": true,
3386
- "composed": true,
3387
- "docs": "",
3388
- "docsTags": [
3389
- {
3390
- "name": "deprecated",
3391
- "text": "This event should not be used anymore. Use icCheck instead."
3392
- }
3393
- ],
3394
- "deprecation": "This event should not be used anymore. Use icCheck instead."
3395
- },
3396
3221
  {
3397
3222
  "event": "icCheck",
3398
3223
  "detail": "void",
@@ -3431,7 +3256,7 @@
3431
3256
  "filePath": "src/components/ic-checkbox-group/ic-checkbox-group.tsx",
3432
3257
  "encapsulation": "shadow",
3433
3258
  "tag": "ic-checkbox-group",
3434
- "readme": "# ic-checkbox-group\r\n\r\n\r\n\r",
3259
+ "readme": "# ic-checkbox-group\n\n\n",
3435
3260
  "docs": "",
3436
3261
  "docsTags": [],
3437
3262
  "usage": {},
@@ -3568,10 +3393,10 @@
3568
3393
  },
3569
3394
  {
3570
3395
  "name": "size",
3571
- "type": "\"default\" | \"large\" | \"small\"",
3396
+ "type": "\"large\" | \"medium\" | \"small\"",
3572
3397
  "complexType": {
3573
3398
  "original": "IcSizes",
3574
- "resolved": "\"default\" | \"large\" | \"small\"",
3399
+ "resolved": "\"large\" | \"medium\" | \"small\"",
3575
3400
  "references": {
3576
3401
  "IcSizes": {
3577
3402
  "location": "import",
@@ -3585,14 +3410,14 @@
3585
3410
  "reflectToAttr": false,
3586
3411
  "docs": "The size of the checkboxes to be displayed. This does not affect the font size of the label.",
3587
3412
  "docsTags": [],
3588
- "default": "\"default\"",
3413
+ "default": "\"medium\"",
3589
3414
  "values": [
3590
3415
  {
3591
- "value": "default",
3416
+ "value": "large",
3592
3417
  "type": "string"
3593
3418
  },
3594
3419
  {
3595
- "value": "large",
3420
+ "value": "medium",
3596
3421
  "type": "string"
3597
3422
  },
3598
3423
  {
@@ -3603,34 +3428,6 @@
3603
3428
  "optional": true,
3604
3429
  "required": false
3605
3430
  },
3606
- {
3607
- "name": "small",
3608
- "type": "boolean",
3609
- "complexType": {
3610
- "original": "boolean",
3611
- "resolved": "boolean",
3612
- "references": {}
3613
- },
3614
- "mutable": false,
3615
- "attr": "small",
3616
- "reflectToAttr": false,
3617
- "docs": "",
3618
- "docsTags": [
3619
- {
3620
- "name": "deprecated",
3621
- "text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
3622
- }
3623
- ],
3624
- "default": "false",
3625
- "deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
3626
- "values": [
3627
- {
3628
- "type": "boolean"
3629
- }
3630
- ],
3631
- "optional": false,
3632
- "required": false
3633
- },
3634
3431
  {
3635
3432
  "name": "validationStatus",
3636
3433
  "type": "\"\" | \"error\" | \"success\" | \"warning\"",
@@ -3754,7 +3551,7 @@
3754
3551
  "filePath": "src/components/ic-chip/ic-chip.tsx",
3755
3552
  "encapsulation": "shadow",
3756
3553
  "tag": "ic-chip",
3757
- "readme": "# ic-chip\r\n\r\n\r\n\r",
3554
+ "readme": "# ic-chip\n\n\n",
3758
3555
  "docs": "",
3759
3556
  "docsTags": [
3760
3557
  {
@@ -3768,44 +3565,6 @@
3768
3565
  ],
3769
3566
  "usage": {},
3770
3567
  "props": [
3771
- {
3772
- "name": "appearance",
3773
- "type": "\"filled\" | \"outline\"",
3774
- "complexType": {
3775
- "original": "IcChipAppearance",
3776
- "resolved": "\"filled\" | \"outline\"",
3777
- "references": {
3778
- "IcChipAppearance": {
3779
- "location": "import",
3780
- "path": "./ic-chip.types",
3781
- "id": "src/components/ic-chip/ic-chip.types.ts::IcChipAppearance"
3782
- }
3783
- }
3784
- },
3785
- "mutable": false,
3786
- "attr": "appearance",
3787
- "reflectToAttr": false,
3788
- "docs": "",
3789
- "docsTags": [
3790
- {
3791
- "name": "deprecated",
3792
- "text": "This prop should not be used anymore. Use variant prop instead."
3793
- }
3794
- ],
3795
- "deprecation": "This prop should not be used anymore. Use variant prop instead.",
3796
- "values": [
3797
- {
3798
- "value": "filled",
3799
- "type": "string"
3800
- },
3801
- {
3802
- "value": "outline",
3803
- "type": "string"
3804
- }
3805
- ],
3806
- "optional": true,
3807
- "required": false
3808
- },
3809
3568
  {
3810
3569
  "name": "customColor",
3811
3570
  "type": "`#${string}` | `rgb(${string})` | `rgba(${string})`",
@@ -3907,10 +3666,10 @@
3907
3666
  },
3908
3667
  {
3909
3668
  "name": "size",
3910
- "type": "\"default\" | \"large\" | \"small\"",
3669
+ "type": "\"large\" | \"medium\" | \"small\"",
3911
3670
  "complexType": {
3912
3671
  "original": "IcSizes",
3913
- "resolved": "\"default\" | \"large\" | \"small\"",
3672
+ "resolved": "\"large\" | \"medium\" | \"small\"",
3914
3673
  "references": {
3915
3674
  "IcSizes": {
3916
3675
  "location": "import",
@@ -3924,14 +3683,14 @@
3924
3683
  "reflectToAttr": false,
3925
3684
  "docs": "The size of the chip.",
3926
3685
  "docsTags": [],
3927
- "default": "\"default\"",
3686
+ "default": "\"medium\"",
3928
3687
  "values": [
3929
3688
  {
3930
- "value": "default",
3689
+ "value": "large",
3931
3690
  "type": "string"
3932
3691
  },
3933
3692
  {
3934
- "value": "large",
3693
+ "value": "medium",
3935
3694
  "type": "string"
3936
3695
  },
3937
3696
  {
@@ -4023,26 +3782,6 @@
4023
3782
  }
4024
3783
  ],
4025
3784
  "events": [
4026
- {
4027
- "event": "dismiss",
4028
- "detail": "void",
4029
- "bubbles": true,
4030
- "complexType": {
4031
- "original": "void",
4032
- "resolved": "void",
4033
- "references": {}
4034
- },
4035
- "cancelable": true,
4036
- "composed": true,
4037
- "docs": "",
4038
- "docsTags": [
4039
- {
4040
- "name": "deprecated",
4041
- "text": "This event should not be used anymore. Use icDismiss instead."
4042
- }
4043
- ],
4044
- "deprecation": "This event should not be used anymore. Use icDismiss instead."
4045
- },
4046
3785
  {
4047
3786
  "event": "icDismiss",
4048
3787
  "detail": "void",
@@ -4096,7 +3835,7 @@
4096
3835
  "filePath": "src/components/ic-classification-banner/ic-classification-banner.tsx",
4097
3836
  "encapsulation": "shadow",
4098
3837
  "tag": "ic-classification-banner",
4099
- "readme": "# ic-classification-banner\r\n\r\n\r\n\r",
3838
+ "readme": "# ic-classification-banner\n\n\n",
4100
3839
  "docs": "",
4101
3840
  "docsTags": [],
4102
3841
  "usage": {},
@@ -4258,15 +3997,15 @@
4258
3997
  }
4259
3998
  },
4260
3999
  {
4261
- "filePath": "src/components/ic-data-entity/ic-data-entity.tsx",
4000
+ "filePath": "src/components/ic-data-list/ic-data-list.tsx",
4262
4001
  "encapsulation": "shadow",
4263
- "tag": "ic-data-entity",
4264
- "readme": "# ic-data-entity\r\n\r\n\r\n\r",
4002
+ "tag": "ic-data-list",
4003
+ "readme": "# ic-data-list\n\n\n",
4265
4004
  "docs": "",
4266
4005
  "docsTags": [
4267
4006
  {
4268
4007
  "name": "slot",
4269
- "text": "heading - Content will be placed at the top of the data entity."
4008
+ "text": "heading - Content will be placed at the top of the data list."
4270
4009
  }
4271
4010
  ],
4272
4011
  "usage": {},
@@ -4282,7 +4021,7 @@
4282
4021
  "mutable": false,
4283
4022
  "attr": "heading",
4284
4023
  "reflectToAttr": false,
4285
- "docs": "The title for the data entity.",
4024
+ "docs": "The title for the data list.",
4286
4025
  "docsTags": [],
4287
4026
  "values": [
4288
4027
  {
@@ -4294,10 +4033,10 @@
4294
4033
  },
4295
4034
  {
4296
4035
  "name": "size",
4297
- "type": "\"default\" | \"small\"",
4036
+ "type": "\"medium\" | \"small\"",
4298
4037
  "complexType": {
4299
4038
  "original": "IcSizesNoLarge",
4300
- "resolved": "\"default\" | \"small\"",
4039
+ "resolved": "\"medium\" | \"small\"",
4301
4040
  "references": {
4302
4041
  "IcSizesNoLarge": {
4303
4042
  "location": "import",
@@ -4309,12 +4048,12 @@
4309
4048
  "mutable": false,
4310
4049
  "attr": "size",
4311
4050
  "reflectToAttr": false,
4312
- "docs": "The size of the data entity component.",
4051
+ "docs": "The size of the data list component.",
4313
4052
  "docsTags": [],
4314
- "default": "\"default\"",
4053
+ "default": "\"medium\"",
4315
4054
  "values": [
4316
4055
  {
4317
- "value": "default",
4056
+ "value": "medium",
4318
4057
  "type": "string"
4319
4058
  },
4320
4059
  {
@@ -4326,28 +4065,37 @@
4326
4065
  "required": false
4327
4066
  },
4328
4067
  {
4329
- "name": "small",
4330
- "type": "boolean",
4068
+ "name": "theme",
4069
+ "type": "\"dark\" | \"inherit\" | \"light\"",
4331
4070
  "complexType": {
4332
- "original": "boolean",
4333
- "resolved": "boolean",
4334
- "references": {}
4071
+ "original": "IcThemeMode",
4072
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
4073
+ "references": {
4074
+ "IcThemeMode": {
4075
+ "location": "import",
4076
+ "path": "../../utils/types",
4077
+ "id": "src/utils/types.ts::IcThemeMode"
4078
+ }
4079
+ }
4335
4080
  },
4336
4081
  "mutable": false,
4337
- "attr": "small",
4082
+ "attr": "theme",
4338
4083
  "reflectToAttr": false,
4339
- "docs": "",
4340
- "docsTags": [
4341
- {
4342
- "name": "deprecated",
4343
- "text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
4344
- }
4345
- ],
4346
- "default": "false",
4347
- "deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
4084
+ "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.",
4085
+ "docsTags": [],
4086
+ "default": "\"inherit\"",
4348
4087
  "values": [
4349
4088
  {
4350
- "type": "boolean"
4089
+ "value": "dark",
4090
+ "type": "string"
4091
+ },
4092
+ {
4093
+ "value": "inherit",
4094
+ "type": "string"
4095
+ },
4096
+ {
4097
+ "value": "light",
4098
+ "type": "string"
4351
4099
  }
4352
4100
  ],
4353
4101
  "optional": true,
@@ -4361,7 +4109,7 @@
4361
4109
  "slots": [
4362
4110
  {
4363
4111
  "name": "heading",
4364
- "docs": "Content will be placed at the top of the data entity."
4112
+ "docs": "Content will be placed at the top of the data list."
4365
4113
  }
4366
4114
  ],
4367
4115
  "parts": [],
@@ -4370,7 +4118,7 @@
4370
4118
  "ic-typography"
4371
4119
  ],
4372
4120
  "dependencyGraph": {
4373
- "ic-data-entity": [
4121
+ "ic-data-list": [
4374
4122
  "ic-typography"
4375
4123
  ]
4376
4124
  }
@@ -4379,7 +4127,7 @@
4379
4127
  "filePath": "src/components/ic-data-row/ic-data-row.tsx",
4380
4128
  "encapsulation": "shadow",
4381
4129
  "tag": "ic-data-row",
4382
- "readme": "# ic-data-row\r\n\r\n\r\n\r",
4130
+ "readme": "# ic-data-row\n\n\n",
4383
4131
  "docs": "",
4384
4132
  "docsTags": [
4385
4133
  {
@@ -4420,10 +4168,10 @@
4420
4168
  },
4421
4169
  {
4422
4170
  "name": "size",
4423
- "type": "\"default\" | \"small\"",
4171
+ "type": "\"medium\" | \"small\"",
4424
4172
  "complexType": {
4425
4173
  "original": "IcSizesNoLarge",
4426
- "resolved": "\"default\" | \"small\"",
4174
+ "resolved": "\"medium\" | \"small\"",
4427
4175
  "references": {
4428
4176
  "IcSizesNoLarge": {
4429
4177
  "location": "import",
@@ -4437,10 +4185,10 @@
4437
4185
  "reflectToAttr": false,
4438
4186
  "docs": "The size of the data row component.",
4439
4187
  "docsTags": [],
4440
- "default": "\"default\"",
4188
+ "default": "\"medium\"",
4441
4189
  "values": [
4442
4190
  {
4443
- "value": "default",
4191
+ "value": "medium",
4444
4192
  "type": "string"
4445
4193
  },
4446
4194
  {
@@ -4452,28 +4200,37 @@
4452
4200
  "required": false
4453
4201
  },
4454
4202
  {
4455
- "name": "small",
4456
- "type": "boolean",
4203
+ "name": "theme",
4204
+ "type": "\"dark\" | \"inherit\" | \"light\"",
4457
4205
  "complexType": {
4458
- "original": "boolean",
4459
- "resolved": "boolean",
4460
- "references": {}
4206
+ "original": "IcThemeMode",
4207
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
4208
+ "references": {
4209
+ "IcThemeMode": {
4210
+ "location": "import",
4211
+ "path": "../../utils/types",
4212
+ "id": "src/utils/types.ts::IcThemeMode"
4213
+ }
4214
+ }
4461
4215
  },
4462
4216
  "mutable": false,
4463
- "attr": "small",
4217
+ "attr": "theme",
4464
4218
  "reflectToAttr": false,
4465
- "docs": "",
4466
- "docsTags": [
4467
- {
4468
- "name": "deprecated",
4469
- "text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
4470
- }
4471
- ],
4472
- "default": "false",
4473
- "deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
4219
+ "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.",
4220
+ "docsTags": [],
4221
+ "default": "\"inherit\"",
4474
4222
  "values": [
4475
4223
  {
4476
- "type": "boolean"
4224
+ "value": "dark",
4225
+ "type": "string"
4226
+ },
4227
+ {
4228
+ "value": "inherit",
4229
+ "type": "string"
4230
+ },
4231
+ {
4232
+ "value": "light",
4233
+ "type": "string"
4477
4234
  }
4478
4235
  ],
4479
4236
  "optional": true,
@@ -4534,7 +4291,7 @@
4534
4291
  "filePath": "src/components/ic-dialog/ic-dialog.tsx",
4535
4292
  "encapsulation": "shadow",
4536
4293
  "tag": "ic-dialog",
4537
- "readme": "# ic-dialog\r\n\r\n\r\n\r",
4294
+ "readme": "# ic-dialog\n\n\n",
4538
4295
  "docs": "",
4539
4296
  "docsTags": [
4540
4297
  {
@@ -4556,81 +4313,6 @@
4556
4313
  ],
4557
4314
  "usage": {},
4558
4315
  "props": [
4559
- {
4560
- "name": "alertHeading",
4561
- "type": "string",
4562
- "complexType": {
4563
- "original": "string",
4564
- "resolved": "string",
4565
- "references": {}
4566
- },
4567
- "mutable": false,
4568
- "attr": "alert-heading",
4569
- "reflectToAttr": false,
4570
- "docs": "",
4571
- "docsTags": [
4572
- {
4573
- "name": "deprecated",
4574
- "text": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a heading instead."
4575
- }
4576
- ],
4577
- "deprecation": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a heading instead.",
4578
- "values": [
4579
- {
4580
- "type": "string"
4581
- }
4582
- ],
4583
- "optional": true,
4584
- "required": false
4585
- },
4586
- {
4587
- "name": "alertMessage",
4588
- "type": "string",
4589
- "complexType": {
4590
- "original": "string",
4591
- "resolved": "string",
4592
- "references": {}
4593
- },
4594
- "mutable": false,
4595
- "attr": "alert-message",
4596
- "reflectToAttr": false,
4597
- "docs": "",
4598
- "docsTags": [
4599
- {
4600
- "name": "deprecated",
4601
- "text": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a message instead."
4602
- }
4603
- ],
4604
- "deprecation": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a message instead.",
4605
- "values": [
4606
- {
4607
- "type": "string"
4608
- }
4609
- ],
4610
- "optional": true,
4611
- "required": false
4612
- },
4613
- {
4614
- "name": "buttonProps",
4615
- "type": "{ label: string; onclick: string; }[]",
4616
- "complexType": {
4617
- "original": "{ label: string; onclick: string }[]",
4618
- "resolved": "{ label: string; onclick: string; }[]",
4619
- "references": {}
4620
- },
4621
- "mutable": false,
4622
- "reflectToAttr": false,
4623
- "docs": "Sets the label and onclick functions for default buttons.",
4624
- "docsTags": [],
4625
- "default": "[\n {\n label: \"Cancel\",\n onclick: \"this.cancelDialog();\",\n },\n { label: \"Confirm\", onclick: \"this.confirmDialog();\" },\n ]",
4626
- "values": [
4627
- {
4628
- "type": "{ label: string; onclick: string; }[]"
4629
- }
4630
- ],
4631
- "optional": true,
4632
- "required": false
4633
- },
4634
4316
  {
4635
4317
  "name": "buttons",
4636
4318
  "type": "boolean",
@@ -4642,7 +4324,7 @@
4642
4324
  "mutable": false,
4643
4325
  "attr": "buttons",
4644
4326
  "reflectToAttr": false,
4645
- "docs": "If set to `false`, dialog controls will not be displayed overriding buttonProps or slotted dialog controls.",
4327
+ "docs": "If set to `false`, default buttons or slotted dialog controls will not be displayed.",
4646
4328
  "docsTags": [],
4647
4329
  "default": "true",
4648
4330
  "values": [
@@ -4879,50 +4561,6 @@
4879
4561
  ],
4880
4562
  "optional": true,
4881
4563
  "required": false
4882
- },
4883
- {
4884
- "name": "status",
4885
- "type": "\"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
4886
- "complexType": {
4887
- "original": "\"neutral\" | \"info\" | \"warning\" | \"error\" | \"success\"",
4888
- "resolved": "\"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
4889
- "references": {}
4890
- },
4891
- "mutable": false,
4892
- "attr": "status",
4893
- "reflectToAttr": false,
4894
- "docs": "",
4895
- "docsTags": [
4896
- {
4897
- "name": "deprecated",
4898
- "text": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a variant instead."
4899
- }
4900
- ],
4901
- "deprecation": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a variant instead.",
4902
- "values": [
4903
- {
4904
- "value": "error",
4905
- "type": "string"
4906
- },
4907
- {
4908
- "value": "info",
4909
- "type": "string"
4910
- },
4911
- {
4912
- "value": "neutral",
4913
- "type": "string"
4914
- },
4915
- {
4916
- "value": "success",
4917
- "type": "string"
4918
- },
4919
- {
4920
- "value": "warning",
4921
- "type": "string"
4922
- }
4923
- ],
4924
- "optional": true,
4925
- "required": false
4926
4564
  }
4927
4565
  ],
4928
4566
  "methods": [
@@ -4969,62 +4607,6 @@
4969
4607
  "parameters": [],
4970
4608
  "docs": "Confirms the dialog. Used by the default 'Confirm' button or can be called manually to trigger confirming of dialog.",
4971
4609
  "docsTags": []
4972
- },
4973
- {
4974
- "name": "hideDialog",
4975
- "returns": {
4976
- "type": "Promise<void>",
4977
- "docs": ""
4978
- },
4979
- "complexType": {
4980
- "signature": "() => Promise<void>",
4981
- "parameters": [],
4982
- "references": {
4983
- "Promise": {
4984
- "location": "global",
4985
- "id": "global::Promise"
4986
- }
4987
- },
4988
- "return": "Promise<void>"
4989
- },
4990
- "signature": "hideDialog() => Promise<void>",
4991
- "parameters": [],
4992
- "docs": "",
4993
- "docsTags": [
4994
- {
4995
- "name": "deprecated",
4996
- "text": "This method should not be used anymore. Use open prop to set dialog visibility."
4997
- }
4998
- ],
4999
- "deprecation": "This method should not be used anymore. Use open prop to set dialog visibility."
5000
- },
5001
- {
5002
- "name": "showDialog",
5003
- "returns": {
5004
- "type": "Promise<void>",
5005
- "docs": ""
5006
- },
5007
- "complexType": {
5008
- "signature": "() => Promise<void>",
5009
- "parameters": [],
5010
- "references": {
5011
- "Promise": {
5012
- "location": "global",
5013
- "id": "global::Promise"
5014
- }
5015
- },
5016
- "return": "Promise<void>"
5017
- },
5018
- "signature": "showDialog() => Promise<void>",
5019
- "parameters": [],
5020
- "docs": "",
5021
- "docsTags": [
5022
- {
5023
- "name": "deprecated",
5024
- "text": "This method should not be used anymore. Use open prop to set dialog visibility."
5025
- }
5026
- ],
5027
- "deprecation": "This method should not be used anymore. Use open prop to set dialog visibility."
5028
4610
  }
5029
4611
  ],
5030
4612
  "events": [
@@ -5127,14 +4709,12 @@
5127
4709
  "dependents": [],
5128
4710
  "dependencies": [
5129
4711
  "ic-typography",
5130
- "ic-button",
5131
- "ic-alert"
4712
+ "ic-button"
5132
4713
  ],
5133
4714
  "dependencyGraph": {
5134
4715
  "ic-dialog": [
5135
4716
  "ic-typography",
5136
- "ic-button",
5137
- "ic-alert"
4717
+ "ic-button"
5138
4718
  ],
5139
4719
  "ic-button": [
5140
4720
  "ic-loading-indicator",
@@ -5145,10 +4725,6 @@
5145
4725
  ],
5146
4726
  "ic-tooltip": [
5147
4727
  "ic-typography"
5148
- ],
5149
- "ic-alert": [
5150
- "ic-typography",
5151
- "ic-button"
5152
4728
  ]
5153
4729
  }
5154
4730
  },
@@ -5156,7 +4732,7 @@
5156
4732
  "filePath": "src/components/ic-divider/ic-divider.tsx",
5157
4733
  "encapsulation": "scoped",
5158
4734
  "tag": "ic-divider",
5159
- "readme": "# ic-divider\r\n\r\n\r\n\r",
4735
+ "readme": "# ic-divider\n\n\n",
5160
4736
  "docs": "",
5161
4737
  "docsTags": [],
5162
4738
  "usage": {},
@@ -5188,7 +4764,7 @@
5188
4764
  "filePath": "src/components/ic-empty-state/ic-empty-state.tsx",
5189
4765
  "encapsulation": "shadow",
5190
4766
  "tag": "ic-empty-state",
5191
- "readme": "# ic-empty-state\r\n\r\n\r\n\r",
4767
+ "readme": "# ic-empty-state\n\n\n",
5192
4768
  "docs": "",
5193
4769
  "docsTags": [
5194
4770
  {
@@ -5272,27 +4848,6 @@
5272
4848
  "optional": true,
5273
4849
  "required": false
5274
4850
  },
5275
- {
5276
- "name": "bodyMaxLines",
5277
- "type": "number",
5278
- "complexType": {
5279
- "original": "number",
5280
- "resolved": "number",
5281
- "references": {}
5282
- },
5283
- "mutable": false,
5284
- "attr": "body-max-lines",
5285
- "reflectToAttr": false,
5286
- "docs": "The number of lines of body text to display before truncating.",
5287
- "docsTags": [],
5288
- "values": [
5289
- {
5290
- "type": "number"
5291
- }
5292
- ],
5293
- "optional": true,
5294
- "required": false
5295
- },
5296
4851
  {
5297
4852
  "name": "heading",
5298
4853
  "type": "string",
@@ -5316,10 +4871,10 @@
5316
4871
  },
5317
4872
  {
5318
4873
  "name": "imageSize",
5319
- "type": "\"default\" | \"large\" | \"small\"",
4874
+ "type": "\"large\" | \"medium\" | \"small\"",
5320
4875
  "complexType": {
5321
4876
  "original": "IcSizes",
5322
- "resolved": "\"default\" | \"large\" | \"small\"",
4877
+ "resolved": "\"large\" | \"medium\" | \"small\"",
5323
4878
  "references": {
5324
4879
  "IcSizes": {
5325
4880
  "location": "import",
@@ -5333,14 +4888,14 @@
5333
4888
  "reflectToAttr": false,
5334
4889
  "docs": "The size of the image or icon used in the image slot.",
5335
4890
  "docsTags": [],
5336
- "default": "\"default\"",
4891
+ "default": "\"medium\"",
5337
4892
  "values": [
5338
4893
  {
5339
- "value": "default",
4894
+ "value": "large",
5340
4895
  "type": "string"
5341
4896
  },
5342
4897
  {
5343
- "value": "large",
4898
+ "value": "medium",
5344
4899
  "type": "string"
5345
4900
  },
5346
4901
  {
@@ -5351,6 +4906,27 @@
5351
4906
  "optional": true,
5352
4907
  "required": false
5353
4908
  },
4909
+ {
4910
+ "name": "maxLines",
4911
+ "type": "number",
4912
+ "complexType": {
4913
+ "original": "number",
4914
+ "resolved": "number",
4915
+ "references": {}
4916
+ },
4917
+ "mutable": false,
4918
+ "attr": "max-lines",
4919
+ "reflectToAttr": false,
4920
+ "docs": "The number of lines of body text to display before truncating.",
4921
+ "docsTags": [],
4922
+ "values": [
4923
+ {
4924
+ "type": "number"
4925
+ }
4926
+ ],
4927
+ "optional": true,
4928
+ "required": false
4929
+ },
5354
4930
  {
5355
4931
  "name": "subheading",
5356
4932
  "type": "string",
@@ -5414,7 +4990,7 @@
5414
4990
  "filePath": "src/components/ic-footer/ic-footer.tsx",
5415
4991
  "encapsulation": "shadow",
5416
4992
  "tag": "ic-footer",
5417
- "readme": "# ic-footer\r\n\r\n\r\n\r",
4993
+ "readme": "# ic-footer\n\n\n",
5418
4994
  "docs": "",
5419
4995
  "docsTags": [
5420
4996
  {
@@ -5651,7 +5227,7 @@
5651
5227
  "filePath": "src/components/ic-footer-link/ic-footer-link.tsx",
5652
5228
  "encapsulation": "shadow",
5653
5229
  "tag": "ic-footer-link",
5654
- "readme": "# ic-footer-link\r\n\r\n\r\n\r",
5230
+ "readme": "# ic-footer-link\n\n\n",
5655
5231
  "docs": "",
5656
5232
  "docsTags": [],
5657
5233
  "usage": {},
@@ -5845,20 +5421,26 @@
5845
5421
  "slots": [],
5846
5422
  "parts": [],
5847
5423
  "dependents": [],
5848
- "dependencies": [],
5849
- "dependencyGraph": {}
5424
+ "dependencies": [
5425
+ "ic-link"
5426
+ ],
5427
+ "dependencyGraph": {
5428
+ "ic-footer-link": [
5429
+ "ic-link"
5430
+ ]
5431
+ }
5850
5432
  },
5851
5433
  {
5852
5434
  "filePath": "src/components/ic-footer-link-group/ic-footer-link-group.tsx",
5853
5435
  "encapsulation": "shadow",
5854
5436
  "tag": "ic-footer-link-group",
5855
- "readme": "# ic-footer-link-group\r\n\r\n\r\n\r",
5437
+ "readme": "# ic-footer-link-group\n\n\n",
5856
5438
  "docs": "",
5857
5439
  "docsTags": [],
5858
5440
  "usage": {},
5859
5441
  "props": [
5860
5442
  {
5861
- "name": "groupTitle",
5443
+ "name": "label",
5862
5444
  "type": "string",
5863
5445
  "complexType": {
5864
5446
  "original": "string",
@@ -5866,7 +5448,7 @@
5866
5448
  "references": {}
5867
5449
  },
5868
5450
  "mutable": false,
5869
- "attr": "group-title",
5451
+ "attr": "label",
5870
5452
  "reflectToAttr": false,
5871
5453
  "docs": "The title of the link group to be displayed.",
5872
5454
  "docsTags": [],
@@ -5914,7 +5496,7 @@
5914
5496
  "filePath": "src/components/ic-hero/ic-hero.tsx",
5915
5497
  "encapsulation": "shadow",
5916
5498
  "tag": "ic-hero",
5917
- "readme": "# ic-hero\r\n\r\n\r\n\r",
5499
+ "readme": "# ic-hero\n\n\n",
5918
5500
  "docs": "",
5919
5501
  "docsTags": [
5920
5502
  {
@@ -6060,7 +5642,7 @@
6060
5642
  "mutable": false,
6061
5643
  "attr": "heading",
6062
5644
  "reflectToAttr": false,
6063
- "docs": "The heading of the hero.",
5645
+ "docs": "The heading of the hero. An <h2> level heading.",
6064
5646
  "docsTags": [],
6065
5647
  "values": [
6066
5648
  {
@@ -6081,7 +5663,7 @@
6081
5663
  "mutable": false,
6082
5664
  "attr": "secondary-heading",
6083
5665
  "reflectToAttr": false,
6084
- "docs": "The optional secondary heading, replaced by slotted right content.",
5666
+ "docs": "The optional secondary heading, an <h3> level heading. Replaced by slotted right content.",
6085
5667
  "docsTags": [],
6086
5668
  "values": [
6087
5669
  {
@@ -6114,10 +5696,10 @@
6114
5696
  },
6115
5697
  {
6116
5698
  "name": "size",
6117
- "type": "\"default\" | \"small\"",
5699
+ "type": "\"medium\" | \"small\"",
6118
5700
  "complexType": {
6119
5701
  "original": "IcSizesNoLarge",
6120
- "resolved": "\"default\" | \"small\"",
5702
+ "resolved": "\"medium\" | \"small\"",
6121
5703
  "references": {
6122
5704
  "IcSizesNoLarge": {
6123
5705
  "location": "import",
@@ -6131,10 +5713,10 @@
6131
5713
  "reflectToAttr": false,
6132
5714
  "docs": "The size of the hero component.",
6133
5715
  "docsTags": [],
6134
- "default": "\"default\"",
5716
+ "default": "\"medium\"",
6135
5717
  "values": [
6136
5718
  {
6137
- "value": "default",
5719
+ "value": "medium",
6138
5720
  "type": "string"
6139
5721
  },
6140
5722
  {
@@ -6145,34 +5727,6 @@
6145
5727
  "optional": true,
6146
5728
  "required": false
6147
5729
  },
6148
- {
6149
- "name": "small",
6150
- "type": "boolean",
6151
- "complexType": {
6152
- "original": "boolean",
6153
- "resolved": "boolean",
6154
- "references": {}
6155
- },
6156
- "mutable": false,
6157
- "attr": "small",
6158
- "reflectToAttr": false,
6159
- "docs": "",
6160
- "docsTags": [
6161
- {
6162
- "name": "deprecated",
6163
- "text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
6164
- }
6165
- ],
6166
- "default": "false",
6167
- "deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
6168
- "values": [
6169
- {
6170
- "type": "boolean"
6171
- }
6172
- ],
6173
- "optional": true,
6174
- "required": false
6175
- },
6176
5730
  {
6177
5731
  "name": "subheading",
6178
5732
  "type": "string",
@@ -6247,7 +5801,7 @@
6247
5801
  "filePath": "src/components/ic-horizontal-scroll/ic-horizontal-scroll.tsx",
6248
5802
  "encapsulation": "shadow",
6249
5803
  "tag": "ic-horizontal-scroll",
6250
- "readme": "# ic-horizontal-scroll\r\n\r\n\r\n\r",
5804
+ "readme": "# ic-horizontal-scroll\n\n\n",
6251
5805
  "docs": "",
6252
5806
  "docsTags": [],
6253
5807
  "usage": {},
@@ -6333,7 +5887,7 @@
6333
5887
  "filePath": "src/components/ic-input-component-container/ic-input-component-container.tsx",
6334
5888
  "encapsulation": "none",
6335
5889
  "tag": "ic-input-component-container",
6336
- "readme": "# ic-input-container\r\n\r\n\r\n\r",
5890
+ "readme": "# ic-input-container\n\n\n",
6337
5891
  "docs": "",
6338
5892
  "docsTags": [
6339
5893
  {
@@ -6370,34 +5924,6 @@
6370
5924
  "optional": true,
6371
5925
  "required": false
6372
5926
  },
6373
- {
6374
- "name": "dark",
6375
- "type": "boolean",
6376
- "complexType": {
6377
- "original": "boolean",
6378
- "resolved": "boolean",
6379
- "references": {}
6380
- },
6381
- "mutable": false,
6382
- "attr": "dark",
6383
- "reflectToAttr": false,
6384
- "docs": "",
6385
- "docsTags": [
6386
- {
6387
- "name": "deprecated",
6388
- "text": "This prop should not be used anymore. Set prop `appearance` to \"dark\" instead."
6389
- }
6390
- ],
6391
- "default": "false",
6392
- "deprecation": "This prop should not be used anymore. Set prop `appearance` to \"dark\" instead.",
6393
- "values": [
6394
- {
6395
- "type": "boolean"
6396
- }
6397
- ],
6398
- "optional": true,
6399
- "required": false
6400
- },
6401
5927
  {
6402
5928
  "name": "disabled",
6403
5929
  "type": "boolean",
@@ -6488,10 +6014,10 @@
6488
6014
  },
6489
6015
  {
6490
6016
  "name": "size",
6491
- "type": "\"default\" | \"large\" | \"small\"",
6017
+ "type": "\"large\" | \"medium\" | \"small\"",
6492
6018
  "complexType": {
6493
6019
  "original": "IcSizes",
6494
- "resolved": "\"default\" | \"large\" | \"small\"",
6020
+ "resolved": "\"large\" | \"medium\" | \"small\"",
6495
6021
  "references": {
6496
6022
  "IcSizes": {
6497
6023
  "location": "import",
@@ -6505,14 +6031,14 @@
6505
6031
  "reflectToAttr": false,
6506
6032
  "docs": "The size of the input component container component.",
6507
6033
  "docsTags": [],
6508
- "default": "\"default\"",
6034
+ "default": "\"medium\"",
6509
6035
  "values": [
6510
6036
  {
6511
- "value": "default",
6037
+ "value": "large",
6512
6038
  "type": "string"
6513
6039
  },
6514
6040
  {
6515
- "value": "large",
6041
+ "value": "medium",
6516
6042
  "type": "string"
6517
6043
  },
6518
6044
  {
@@ -6523,34 +6049,6 @@
6523
6049
  "optional": true,
6524
6050
  "required": false
6525
6051
  },
6526
- {
6527
- "name": "small",
6528
- "type": "boolean",
6529
- "complexType": {
6530
- "original": "boolean",
6531
- "resolved": "boolean",
6532
- "references": {}
6533
- },
6534
- "mutable": false,
6535
- "attr": "small",
6536
- "reflectToAttr": false,
6537
- "docs": "",
6538
- "docsTags": [
6539
- {
6540
- "name": "deprecated",
6541
- "text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
6542
- }
6543
- ],
6544
- "default": "false",
6545
- "deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
6546
- "values": [
6547
- {
6548
- "type": "boolean"
6549
- }
6550
- ],
6551
- "optional": true,
6552
- "required": false
6553
- },
6554
6052
  {
6555
6053
  "name": "validationInline",
6556
6054
  "type": "boolean",
@@ -6649,7 +6147,7 @@
6649
6147
  "filePath": "src/components/ic-input-container/ic-input-container.tsx",
6650
6148
  "encapsulation": "none",
6651
6149
  "tag": "ic-input-container",
6652
- "readme": "# ic-input-container\r\n\r\n\r\n\r",
6150
+ "readme": "# ic-input-container\n\n\n",
6653
6151
  "docs": "",
6654
6152
  "docsTags": [],
6655
6153
  "usage": {},
@@ -6723,7 +6221,7 @@
6723
6221
  "filePath": "src/components/ic-input-label/ic-input-label.tsx",
6724
6222
  "encapsulation": "none",
6725
6223
  "tag": "ic-input-label",
6726
- "readme": "# ic-input-label\r\n\r\n\r\n\r",
6224
+ "readme": "# ic-input-label\n\n\n",
6727
6225
  "docs": "",
6728
6226
  "docsTags": [],
6729
6227
  "usage": {},
@@ -6755,34 +6253,6 @@
6755
6253
  "optional": true,
6756
6254
  "required": false
6757
6255
  },
6758
- {
6759
- "name": "dark",
6760
- "type": "boolean",
6761
- "complexType": {
6762
- "original": "boolean",
6763
- "resolved": "boolean",
6764
- "references": {}
6765
- },
6766
- "mutable": false,
6767
- "attr": "dark",
6768
- "reflectToAttr": false,
6769
- "docs": "",
6770
- "docsTags": [
6771
- {
6772
- "name": "deprecated",
6773
- "text": "This prop should not be used anymore. Set prop `appearance` to \"dark\" instead."
6774
- }
6775
- ],
6776
- "default": "false",
6777
- "deprecation": "This prop should not be used anymore. Set prop `appearance` to \"dark\" instead.",
6778
- "values": [
6779
- {
6780
- "type": "boolean"
6781
- }
6782
- ],
6783
- "optional": true,
6784
- "required": false
6785
- },
6786
6256
  {
6787
6257
  "name": "disabled",
6788
6258
  "type": "boolean",
@@ -6805,28 +6275,6 @@
6805
6275
  "optional": false,
6806
6276
  "required": false
6807
6277
  },
6808
- {
6809
- "name": "error",
6810
- "type": "boolean",
6811
- "complexType": {
6812
- "original": "boolean",
6813
- "resolved": "boolean",
6814
- "references": {}
6815
- },
6816
- "mutable": false,
6817
- "attr": "error",
6818
- "reflectToAttr": false,
6819
- "docs": "If `true`, the input label will display with error styling.",
6820
- "docsTags": [],
6821
- "default": "false",
6822
- "values": [
6823
- {
6824
- "type": "boolean"
6825
- }
6826
- ],
6827
- "optional": true,
6828
- "required": false
6829
- },
6830
6278
  {
6831
6279
  "name": "for",
6832
6280
  "type": "string",
@@ -6934,6 +6382,32 @@
6934
6382
  ],
6935
6383
  "optional": false,
6936
6384
  "required": false
6385
+ },
6386
+ {
6387
+ "name": "status",
6388
+ "type": "\"\" | \"error\"",
6389
+ "complexType": {
6390
+ "original": "\"error\" | \"\"",
6391
+ "resolved": "\"\" | \"error\"",
6392
+ "references": {}
6393
+ },
6394
+ "mutable": false,
6395
+ "attr": "status",
6396
+ "reflectToAttr": false,
6397
+ "docs": "The status of the label - e.g. 'error'.",
6398
+ "docsTags": [],
6399
+ "default": "\"\"",
6400
+ "values": [
6401
+ {
6402
+ "type": "\"\""
6403
+ },
6404
+ {
6405
+ "value": "error",
6406
+ "type": "string"
6407
+ }
6408
+ ],
6409
+ "optional": false,
6410
+ "required": false
6937
6411
  }
6938
6412
  ],
6939
6413
  "methods": [],
@@ -6977,7 +6451,7 @@
6977
6451
  "filePath": "src/components/ic-input-validation/ic-input-validation.tsx",
6978
6452
  "encapsulation": "none",
6979
6453
  "tag": "ic-input-validation",
6980
- "readme": "# ic-input-validation\r\n\r\n\r\n\r",
6454
+ "readme": "# ic-input-validation\n\n\n",
6981
6455
  "docs": "",
6982
6456
  "docsTags": [
6983
6457
  {
@@ -7167,7 +6641,7 @@
7167
6641
  "filePath": "src/components/ic-link/ic-link.tsx",
7168
6642
  "encapsulation": "shadow",
7169
6643
  "tag": "ic-link",
7170
- "readme": "# ic-link\r\n\r\n\r\n\r",
6644
+ "readme": "# ic-link\n\n\n",
7171
6645
  "docs": "",
7172
6646
  "docsTags": [
7173
6647
  {
@@ -7178,36 +6652,24 @@
7178
6652
  "usage": {},
7179
6653
  "props": [
7180
6654
  {
7181
- "name": "appearance",
7182
- "type": "\"dark\" | \"default\" | \"light\"",
6655
+ "name": "download",
6656
+ "type": "boolean | string",
7183
6657
  "complexType": {
7184
- "original": "IcThemeForeground",
7185
- "resolved": "\"dark\" | \"default\" | \"light\"",
7186
- "references": {
7187
- "IcThemeForeground": {
7188
- "location": "import",
7189
- "path": "../../utils/types",
7190
- "id": "src/utils/types.ts::IcThemeForeground"
7191
- }
7192
- }
6658
+ "original": "string | boolean",
6659
+ "resolved": "boolean | string",
6660
+ "references": {}
7193
6661
  },
7194
- "mutable": true,
7195
- "attr": "appearance",
6662
+ "mutable": false,
6663
+ "attr": "download",
7196
6664
  "reflectToAttr": false,
7197
- "docs": "The appearance of the link, e.g. dark, light, or default.",
6665
+ "docs": "If `true`, the user can save the linked URL instead of navigating to it.",
7198
6666
  "docsTags": [],
7199
- "default": "\"default\"",
6667
+ "default": "false",
7200
6668
  "values": [
7201
6669
  {
7202
- "value": "dark",
7203
- "type": "string"
7204
- },
7205
- {
7206
- "value": "default",
7207
- "type": "string"
6670
+ "type": "boolean"
7208
6671
  },
7209
6672
  {
7210
- "value": "light",
7211
6673
  "type": "string"
7212
6674
  }
7213
6675
  ],
@@ -7215,23 +6677,20 @@
7215
6677
  "required": false
7216
6678
  },
7217
6679
  {
7218
- "name": "download",
7219
- "type": "boolean | string",
6680
+ "name": "href",
6681
+ "type": "string",
7220
6682
  "complexType": {
7221
- "original": "string | boolean",
7222
- "resolved": "boolean | string",
6683
+ "original": "string",
6684
+ "resolved": "string",
7223
6685
  "references": {}
7224
6686
  },
7225
6687
  "mutable": false,
7226
- "attr": "download",
6688
+ "attr": "href",
7227
6689
  "reflectToAttr": false,
7228
- "docs": "If `true`, the user can save the linked URL instead of navigating to it.",
6690
+ "docs": "The URL that the link points to.",
7229
6691
  "docsTags": [],
7230
- "default": "false",
6692
+ "default": "null",
7231
6693
  "values": [
7232
- {
7233
- "type": "boolean"
7234
- },
7235
6694
  {
7236
6695
  "type": "string"
7237
6696
  }
@@ -7240,7 +6699,7 @@
7240
6699
  "required": false
7241
6700
  },
7242
6701
  {
7243
- "name": "href",
6702
+ "name": "hreflang",
7244
6703
  "type": "string",
7245
6704
  "complexType": {
7246
6705
  "original": "string",
@@ -7248,11 +6707,10 @@
7248
6707
  "references": {}
7249
6708
  },
7250
6709
  "mutable": false,
7251
- "attr": "href",
6710
+ "attr": "hreflang",
7252
6711
  "reflectToAttr": false,
7253
- "docs": "The URL that the link points to.",
6712
+ "docs": "The human language of the linked URL.",
7254
6713
  "docsTags": [],
7255
- "default": "null",
7256
6714
  "values": [
7257
6715
  {
7258
6716
  "type": "string"
@@ -7262,21 +6720,22 @@
7262
6720
  "required": false
7263
6721
  },
7264
6722
  {
7265
- "name": "hreflang",
7266
- "type": "string",
6723
+ "name": "monochrome",
6724
+ "type": "boolean",
7267
6725
  "complexType": {
7268
- "original": "string",
7269
- "resolved": "string",
6726
+ "original": "boolean",
6727
+ "resolved": "boolean",
7270
6728
  "references": {}
7271
6729
  },
7272
6730
  "mutable": false,
7273
- "attr": "hreflang",
6731
+ "attr": "monochrome",
7274
6732
  "reflectToAttr": false,
7275
- "docs": "The human language of the linked URL.",
6733
+ "docs": "If `true`, the link will display as black in the light theme, and white in the dark theme.",
7276
6734
  "docsTags": [],
6735
+ "default": "false",
7277
6736
  "values": [
7278
6737
  {
7279
- "type": "string"
6738
+ "type": "boolean"
7280
6739
  }
7281
6740
  ],
7282
6741
  "optional": true,
@@ -7362,47 +6821,57 @@
7362
6821
  "required": false
7363
6822
  },
7364
6823
  {
7365
- "name": "showIcon",
7366
- "type": "boolean",
6824
+ "name": "target",
6825
+ "type": "string",
7367
6826
  "complexType": {
7368
- "original": "boolean",
7369
- "resolved": "boolean",
6827
+ "original": "string",
6828
+ "resolved": "string",
7370
6829
  "references": {}
7371
6830
  },
7372
6831
  "mutable": false,
7373
- "attr": "show-icon",
6832
+ "attr": "target",
7374
6833
  "reflectToAttr": false,
7375
- "docs": "",
7376
- "docsTags": [
7377
- {
7378
- "name": "deprecated",
7379
- "text": "This prop should not be used anymore. The 'open in new tab/window' icon will display automatically if target=\"_blank\"."
7380
- }
7381
- ],
7382
- "deprecation": "This prop should not be used anymore. The 'open in new tab/window' icon will display automatically if target=\"_blank\".",
6834
+ "docs": "The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).",
6835
+ "docsTags": [],
7383
6836
  "values": [
7384
6837
  {
7385
- "type": "boolean"
6838
+ "type": "string"
7386
6839
  }
7387
6840
  ],
7388
6841
  "optional": true,
7389
6842
  "required": false
7390
6843
  },
7391
6844
  {
7392
- "name": "target",
7393
- "type": "string",
6845
+ "name": "theme",
6846
+ "type": "\"dark\" | \"inherit\" | \"light\"",
7394
6847
  "complexType": {
7395
- "original": "string",
7396
- "resolved": "string",
7397
- "references": {}
6848
+ "original": "IcThemeMode",
6849
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
6850
+ "references": {
6851
+ "IcThemeMode": {
6852
+ "location": "import",
6853
+ "path": "../../utils/types",
6854
+ "id": "src/utils/types.ts::IcThemeMode"
6855
+ }
6856
+ }
7398
6857
  },
7399
6858
  "mutable": false,
7400
- "attr": "target",
6859
+ "attr": "theme",
7401
6860
  "reflectToAttr": false,
7402
- "docs": "The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).",
6861
+ "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.",
7403
6862
  "docsTags": [],
6863
+ "default": "\"inherit\"",
7404
6864
  "values": [
7405
6865
  {
6866
+ "value": "dark",
6867
+ "type": "string"
6868
+ },
6869
+ {
6870
+ "value": "inherit",
6871
+ "type": "string"
6872
+ },
6873
+ {
6874
+ "value": "light",
7406
6875
  "type": "string"
7407
6876
  }
7408
6877
  ],
@@ -7452,12 +6921,16 @@
7452
6921
  ],
7453
6922
  "parts": [],
7454
6923
  "dependents": [
7455
- "ic-breadcrumb"
6924
+ "ic-breadcrumb",
6925
+ "ic-footer-link"
7456
6926
  ],
7457
6927
  "dependencies": [],
7458
6928
  "dependencyGraph": {
7459
6929
  "ic-breadcrumb": [
7460
6930
  "ic-link"
6931
+ ],
6932
+ "ic-footer-link": [
6933
+ "ic-link"
7461
6934
  ]
7462
6935
  }
7463
6936
  },
@@ -7465,7 +6938,7 @@
7465
6938
  "filePath": "src/components/ic-loading-indicator/ic-loading-indicator.tsx",
7466
6939
  "encapsulation": "shadow",
7467
6940
  "tag": "ic-loading-indicator",
7468
- "readme": "# ic-loading\r\n\r\n\r\n\r",
6941
+ "readme": "# ic-loading\n\n\n",
7469
6942
  "docs": "",
7470
6943
  "docsTags": [],
7471
6944
  "usage": {},
@@ -7549,20 +7022,23 @@
7549
7022
  },
7550
7023
  {
7551
7024
  "name": "label",
7552
- "type": "string",
7025
+ "type": "string | string[]",
7553
7026
  "complexType": {
7554
- "original": "string",
7555
- "resolved": "string",
7027
+ "original": "string | string[]",
7028
+ "resolved": "string | string[]",
7556
7029
  "references": {}
7557
7030
  },
7558
7031
  "mutable": false,
7559
7032
  "attr": "label",
7560
7033
  "reflectToAttr": false,
7561
- "docs": "The label to be displayed beneath the loading indicator.\nDisplay a changing label by separating multiple messages with forward slashes.",
7034
+ "docs": "The label to be displayed beneath the loading indicator.\nDisplay a changing label by supplying an array of messages.",
7562
7035
  "docsTags": [],
7563
7036
  "values": [
7564
7037
  {
7565
7038
  "type": "string"
7039
+ },
7040
+ {
7041
+ "type": "string[]"
7566
7042
  }
7567
7043
  ],
7568
7044
  "optional": true,
@@ -7657,10 +7133,10 @@
7657
7133
  },
7658
7134
  {
7659
7135
  "name": "size",
7660
- "type": "\"default\" | \"icon\" | \"large\" | \"small\"",
7136
+ "type": "\"icon\" | \"large\" | \"medium\" | \"small\"",
7661
7137
  "complexType": {
7662
7138
  "original": "IcLoadingSizes",
7663
- "resolved": "\"default\" | \"icon\" | \"large\" | \"small\"",
7139
+ "resolved": "\"icon\" | \"large\" | \"medium\" | \"small\"",
7664
7140
  "references": {
7665
7141
  "IcLoadingSizes": {
7666
7142
  "location": "import",
@@ -7674,18 +7150,18 @@
7674
7150
  "reflectToAttr": true,
7675
7151
  "docs": "The size of the loading indicator.",
7676
7152
  "docsTags": [],
7677
- "default": "\"default\"",
7153
+ "default": "\"medium\"",
7678
7154
  "values": [
7679
7155
  {
7680
- "value": "default",
7156
+ "value": "icon",
7681
7157
  "type": "string"
7682
7158
  },
7683
7159
  {
7684
- "value": "icon",
7160
+ "value": "large",
7685
7161
  "type": "string"
7686
7162
  },
7687
7163
  {
7688
- "value": "large",
7164
+ "value": "medium",
7689
7165
  "type": "string"
7690
7166
  },
7691
7167
  {
@@ -7778,7 +7254,7 @@
7778
7254
  "filePath": "src/components/ic-menu/ic-menu.tsx",
7779
7255
  "encapsulation": "scoped",
7780
7256
  "tag": "ic-menu",
7781
- "readme": "# ic-menu\r\n\r\n\r\n\r",
7257
+ "readme": "# ic-menu\n\n\n",
7782
7258
  "docs": "",
7783
7259
  "docsTags": [],
7784
7260
  "usage": {},
@@ -8034,10 +7510,10 @@
8034
7510
  },
8035
7511
  {
8036
7512
  "name": "size",
8037
- "type": "\"default\" | \"large\" | \"small\"",
7513
+ "type": "\"large\" | \"medium\" | \"small\"",
8038
7514
  "complexType": {
8039
7515
  "original": "IcSizes",
8040
- "resolved": "\"default\" | \"large\" | \"small\"",
7516
+ "resolved": "\"large\" | \"medium\" | \"small\"",
8041
7517
  "references": {
8042
7518
  "IcSizes": {
8043
7519
  "location": "import",
@@ -8051,14 +7527,14 @@
8051
7527
  "reflectToAttr": false,
8052
7528
  "docs": "The size of the menu component.",
8053
7529
  "docsTags": [],
8054
- "default": "\"default\"",
7530
+ "default": "\"medium\"",
8055
7531
  "values": [
8056
7532
  {
8057
- "value": "default",
7533
+ "value": "large",
8058
7534
  "type": "string"
8059
7535
  },
8060
7536
  {
8061
- "value": "large",
7537
+ "value": "medium",
8062
7538
  "type": "string"
8063
7539
  },
8064
7540
  {
@@ -8069,34 +7545,6 @@
8069
7545
  "optional": true,
8070
7546
  "required": false
8071
7547
  },
8072
- {
8073
- "name": "small",
8074
- "type": "boolean",
8075
- "complexType": {
8076
- "original": "boolean",
8077
- "resolved": "boolean",
8078
- "references": {}
8079
- },
8080
- "mutable": false,
8081
- "attr": "small",
8082
- "reflectToAttr": false,
8083
- "docs": "",
8084
- "docsTags": [
8085
- {
8086
- "name": "deprecated",
8087
- "text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
8088
- }
8089
- ],
8090
- "default": "false",
8091
- "deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
8092
- "values": [
8093
- {
8094
- "type": "boolean"
8095
- }
8096
- ],
8097
- "optional": true,
8098
- "required": false
8099
- },
8100
7548
  {
8101
7549
  "name": "value",
8102
7550
  "type": "string",
@@ -8234,7 +7682,7 @@
8234
7682
  "filePath": "src/components/ic-menu-group/ic-menu-group.tsx",
8235
7683
  "encapsulation": "shadow",
8236
7684
  "tag": "ic-menu-group",
8237
- "readme": "# ic-menu-group\r\n\r\n\r\n\r",
7685
+ "readme": "# ic-menu-group\n\n\n",
8238
7686
  "docs": "",
8239
7687
  "docsTags": [],
8240
7688
  "usage": {},
@@ -8281,7 +7729,7 @@
8281
7729
  "filePath": "src/components/ic-menu-item/ic-menu-item.tsx",
8282
7730
  "encapsulation": "shadow",
8283
7731
  "tag": "ic-menu-item",
8284
- "readme": "# ic-menu-item\r\n\r\n\r\n\r",
7732
+ "readme": "# ic-menu-item\n\n\n",
8285
7733
  "docs": "",
8286
7734
  "docsTags": [
8287
7735
  {
@@ -8625,7 +8073,7 @@
8625
8073
  "filePath": "src/components/ic-navigation-button/ic-navigation-button.tsx",
8626
8074
  "encapsulation": "shadow",
8627
8075
  "tag": "ic-navigation-button",
8628
- "readme": "# ic-navigation-button\r\n\r\n\r\n\r",
8076
+ "readme": "# ic-navigation-button\n\n\n",
8629
8077
  "docs": "",
8630
8078
  "docsTags": [
8631
8079
  {
@@ -8909,7 +8357,7 @@
8909
8357
  "filePath": "src/components/ic-navigation-group/ic-navigation-group.tsx",
8910
8358
  "encapsulation": "shadow",
8911
8359
  "tag": "ic-navigation-group",
8912
- "readme": "# ic-navigation-group\r\n\r\n\r\n\r",
8360
+ "readme": "# ic-navigation-group\n\n\n",
8913
8361
  "docs": "",
8914
8362
  "docsTags": [],
8915
8363
  "usage": {},
@@ -9024,7 +8472,7 @@
9024
8472
  "filePath": "src/components/ic-navigation-item/ic-navigation-item.tsx",
9025
8473
  "encapsulation": "shadow",
9026
8474
  "tag": "ic-navigation-item",
9027
- "readme": "# ic-navigation-item\r\n\r\n\r\n\r",
8475
+ "readme": "# ic-navigation-item\n\n\n",
9028
8476
  "docs": "",
9029
8477
  "docsTags": [
9030
8478
  {
@@ -9329,7 +8777,7 @@
9329
8777
  "filePath": "src/components/ic-navigation-menu/ic-navigation-menu.tsx",
9330
8778
  "encapsulation": "shadow",
9331
8779
  "tag": "ic-navigation-menu",
9332
- "readme": "# ic-navigation-menu\r\n\r\n\r\n\r",
8780
+ "readme": "# ic-navigation-menu\n\n\n",
9333
8781
  "docs": "",
9334
8782
  "docsTags": [
9335
8783
  {
@@ -9452,7 +8900,7 @@
9452
8900
  "filePath": "src/components/ic-page-header/ic-page-header.tsx",
9453
8901
  "encapsulation": "shadow",
9454
8902
  "tag": "ic-page-header",
9455
- "readme": "# ic-page-header\r\n\r\n\r\n\r",
8903
+ "readme": "# ic-page-header\n\n\n",
9456
8904
  "docs": "",
9457
8905
  "docsTags": [
9458
8906
  {
@@ -9594,10 +9042,10 @@
9594
9042
  },
9595
9043
  {
9596
9044
  "name": "size",
9597
- "type": "\"default\" | \"small\"",
9045
+ "type": "\"medium\" | \"small\"",
9598
9046
  "complexType": {
9599
9047
  "original": "IcSizesNoLarge",
9600
- "resolved": "\"default\" | \"small\"",
9048
+ "resolved": "\"medium\" | \"small\"",
9601
9049
  "references": {
9602
9050
  "IcSizesNoLarge": {
9603
9051
  "location": "import",
@@ -9611,10 +9059,10 @@
9611
9059
  "reflectToAttr": false,
9612
9060
  "docs": "The size of the page header component.",
9613
9061
  "docsTags": [],
9614
- "default": "\"default\"",
9062
+ "default": "\"medium\"",
9615
9063
  "values": [
9616
9064
  {
9617
- "value": "default",
9065
+ "value": "medium",
9618
9066
  "type": "string"
9619
9067
  },
9620
9068
  {
@@ -9625,34 +9073,6 @@
9625
9073
  "optional": true,
9626
9074
  "required": false
9627
9075
  },
9628
- {
9629
- "name": "small",
9630
- "type": "boolean",
9631
- "complexType": {
9632
- "original": "boolean",
9633
- "resolved": "boolean",
9634
- "references": {}
9635
- },
9636
- "mutable": false,
9637
- "attr": "small",
9638
- "reflectToAttr": false,
9639
- "docs": "",
9640
- "docsTags": [
9641
- {
9642
- "name": "deprecated",
9643
- "text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
9644
- }
9645
- ],
9646
- "default": "false",
9647
- "deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
9648
- "values": [
9649
- {
9650
- "type": "boolean"
9651
- }
9652
- ],
9653
- "optional": true,
9654
- "required": false
9655
- },
9656
9076
  {
9657
9077
  "name": "sticky",
9658
9078
  "type": "boolean",
@@ -9795,13 +9215,13 @@
9795
9215
  "filePath": "src/components/ic-pagination/ic-pagination.tsx",
9796
9216
  "encapsulation": "shadow",
9797
9217
  "tag": "ic-pagination",
9798
- "readme": "# ic-pagination\r\n\r\n\r\n\r",
9218
+ "readme": "# ic-pagination\n\n\n",
9799
9219
  "docs": "",
9800
9220
  "docsTags": [],
9801
9221
  "usage": {},
9802
9222
  "props": [
9803
9223
  {
9804
- "name": "adjacentCount",
9224
+ "name": "adjacentPageCount",
9805
9225
  "type": "number",
9806
9226
  "complexType": {
9807
9227
  "original": "number",
@@ -9809,7 +9229,7 @@
9809
9229
  "references": {}
9810
9230
  },
9811
9231
  "mutable": true,
9812
- "attr": "adjacent-count",
9232
+ "attr": "adjacent-page-count",
9813
9233
  "reflectToAttr": false,
9814
9234
  "docs": "The number of pages displayed adjacent to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.",
9815
9235
  "docsTags": [],
@@ -9860,7 +9280,7 @@
9860
9280
  "required": false
9861
9281
  },
9862
9282
  {
9863
- "name": "boundaryCount",
9283
+ "name": "boundaryPageCount",
9864
9284
  "type": "number",
9865
9285
  "complexType": {
9866
9286
  "original": "number",
@@ -9868,7 +9288,7 @@
9868
9288
  "references": {}
9869
9289
  },
9870
9290
  "mutable": true,
9871
- "attr": "boundary-count",
9291
+ "attr": "boundary-page-count",
9872
9292
  "reflectToAttr": false,
9873
9293
  "docs": "The number of pages displayed as boundary items to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.",
9874
9294
  "docsTags": [],
@@ -10170,7 +9590,7 @@
10170
9590
  "filePath": "src/components/ic-pagination-item/ic-pagination-item.tsx",
10171
9591
  "encapsulation": "shadow",
10172
9592
  "tag": "ic-pagination-item",
10173
- "readme": "# ic-pagination-item\r\n\r\n\r\n\r",
9593
+ "readme": "# ic-pagination-item\n\n\n",
10174
9594
  "docs": "",
10175
9595
  "docsTags": [],
10176
9596
  "usage": {},
@@ -10361,7 +9781,7 @@
10361
9781
  "filePath": "src/components/ic-popover-menu/ic-popover-menu.tsx",
10362
9782
  "encapsulation": "shadow",
10363
9783
  "tag": "ic-popover-menu",
10364
- "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",
9784
+ "readme": "# ic-popover-menu\n\nThis is a wrapper component to be placed around one or more ic-menu-item components.\n",
10365
9785
  "docs": "This is a wrapper component to be placed around one or more ic-menu-item components.",
10366
9786
  "docsTags": [],
10367
9787
  "usage": {},
@@ -10520,7 +9940,7 @@
10520
9940
  "filePath": "src/components/ic-radio-group/ic-radio-group.tsx",
10521
9941
  "encapsulation": "shadow",
10522
9942
  "tag": "ic-radio-group",
10523
- "readme": "# ic-radio-group\r\n\r\n\r\n\r",
9943
+ "readme": "# ic-radio-group\n\n\n",
10524
9944
  "docs": "",
10525
9945
  "docsTags": [],
10526
9946
  "usage": {},
@@ -10689,10 +10109,10 @@
10689
10109
  },
10690
10110
  {
10691
10111
  "name": "size",
10692
- "type": "\"default\" | \"small\"",
10112
+ "type": "\"medium\" | \"small\"",
10693
10113
  "complexType": {
10694
10114
  "original": "IcSizesNoLarge",
10695
- "resolved": "\"default\" | \"small\"",
10115
+ "resolved": "\"medium\" | \"small\"",
10696
10116
  "references": {
10697
10117
  "IcSizesNoLarge": {
10698
10118
  "location": "import",
@@ -10706,10 +10126,10 @@
10706
10126
  "reflectToAttr": false,
10707
10127
  "docs": "The size of the radio group component.",
10708
10128
  "docsTags": [],
10709
- "default": "\"default\"",
10129
+ "default": "\"medium\"",
10710
10130
  "values": [
10711
10131
  {
10712
- "value": "default",
10132
+ "value": "medium",
10713
10133
  "type": "string"
10714
10134
  },
10715
10135
  {
@@ -10720,34 +10140,6 @@
10720
10140
  "optional": true,
10721
10141
  "required": false
10722
10142
  },
10723
- {
10724
- "name": "small",
10725
- "type": "boolean",
10726
- "complexType": {
10727
- "original": "boolean",
10728
- "resolved": "boolean",
10729
- "references": {}
10730
- },
10731
- "mutable": false,
10732
- "attr": "small",
10733
- "reflectToAttr": false,
10734
- "docs": "",
10735
- "docsTags": [
10736
- {
10737
- "name": "deprecated",
10738
- "text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
10739
- }
10740
- ],
10741
- "default": "false",
10742
- "deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
10743
- "values": [
10744
- {
10745
- "type": "boolean"
10746
- }
10747
- ],
10748
- "optional": true,
10749
- "required": false
10750
- },
10751
10143
  {
10752
10144
  "name": "validationStatus",
10753
10145
  "type": "\"\" | \"error\" | \"success\" | \"warning\"",
@@ -10869,9 +10261,9 @@
10869
10261
  },
10870
10262
  {
10871
10263
  "filePath": "src/components/ic-radio-option/ic-radio-option.tsx",
10872
- "encapsulation": "shadow",
10264
+ "encapsulation": "none",
10873
10265
  "tag": "ic-radio-option",
10874
- "readme": "# ic-radio-option\r\n\r\n\r\n\r",
10266
+ "readme": "# ic-radio-option\n\n\n",
10875
10267
  "docs": "",
10876
10268
  "docsTags": [
10877
10269
  {
@@ -10967,114 +10359,9 @@
10967
10359
  "references": {}
10968
10360
  },
10969
10361
  "mutable": false,
10970
- "attr": "form",
10971
- "reflectToAttr": false,
10972
- "docs": "The <form> element to associate the radio with.",
10973
- "docsTags": [],
10974
- "values": [
10975
- {
10976
- "type": "string"
10977
- }
10978
- ],
10979
- "optional": true,
10980
- "required": false
10981
- },
10982
- {
10983
- "name": "formaction",
10984
- "type": "string",
10985
- "complexType": {
10986
- "original": "string",
10987
- "resolved": "string",
10988
- "references": {}
10989
- },
10990
- "mutable": false,
10991
- "attr": "formaction",
10992
- "reflectToAttr": false,
10993
- "docs": "The URL that processes the information submitted by the radio. It overrides the action attribute of the radio's form owner. Does nothing if there is no form owner.",
10994
- "docsTags": [],
10995
- "values": [
10996
- {
10997
- "type": "string"
10998
- }
10999
- ],
11000
- "optional": true,
11001
- "required": false
11002
- },
11003
- {
11004
- "name": "formenctype",
11005
- "type": "string",
11006
- "complexType": {
11007
- "original": "string",
11008
- "resolved": "string",
11009
- "references": {}
11010
- },
11011
- "mutable": false,
11012
- "attr": "formenctype",
11013
- "reflectToAttr": false,
11014
- "docs": "The way the submitted form data is encoded.",
11015
- "docsTags": [],
11016
- "values": [
11017
- {
11018
- "type": "string"
11019
- }
11020
- ],
11021
- "optional": true,
11022
- "required": false
11023
- },
11024
- {
11025
- "name": "formmethod",
11026
- "type": "string",
11027
- "complexType": {
11028
- "original": "string",
11029
- "resolved": "string",
11030
- "references": {}
11031
- },
11032
- "mutable": false,
11033
- "attr": "formmethod",
11034
- "reflectToAttr": false,
11035
- "docs": "The HTTP method used to submit the form.",
11036
- "docsTags": [],
11037
- "values": [
11038
- {
11039
- "type": "string"
11040
- }
11041
- ],
11042
- "optional": true,
11043
- "required": false
11044
- },
11045
- {
11046
- "name": "formnovalidate",
11047
- "type": "boolean",
11048
- "complexType": {
11049
- "original": "boolean",
11050
- "resolved": "boolean",
11051
- "references": {}
11052
- },
11053
- "mutable": false,
11054
- "attr": "formnovalidate",
11055
- "reflectToAttr": false,
11056
- "docs": "If `true`, the form will not be validated when submitted.",
11057
- "docsTags": [],
11058
- "values": [
11059
- {
11060
- "type": "boolean"
11061
- }
11062
- ],
11063
- "optional": true,
11064
- "required": false
11065
- },
11066
- {
11067
- "name": "formtarget",
11068
- "type": "string",
11069
- "complexType": {
11070
- "original": "string",
11071
- "resolved": "string",
11072
- "references": {}
11073
- },
11074
- "mutable": false,
11075
- "attr": "formtarget",
10362
+ "attr": "form",
11076
10363
  "reflectToAttr": false,
11077
- "docs": "The place to display the response from submitting the form. It overrides the target attribute of the radio's form owner.",
10364
+ "docs": "The <form> element to associate the radio with.",
11078
10365
  "docsTags": [],
11079
10366
  "values": [
11080
10367
  {
@@ -11249,32 +10536,6 @@
11249
10536
  "composed": true,
11250
10537
  "docs": "Emitted when the radio option is selected or deselected.",
11251
10538
  "docsTags": []
11252
- },
11253
- {
11254
- "event": "radioOptionSelect",
11255
- "detail": "IcValueEventDetail",
11256
- "bubbles": true,
11257
- "complexType": {
11258
- "original": "IcValueEventDetail",
11259
- "resolved": "IcValueEventDetail",
11260
- "references": {
11261
- "IcValueEventDetail": {
11262
- "location": "import",
11263
- "path": "../../utils/types",
11264
- "id": "src/utils/types.ts::IcValueEventDetail"
11265
- }
11266
- }
11267
- },
11268
- "cancelable": true,
11269
- "composed": true,
11270
- "docs": "",
11271
- "docsTags": [
11272
- {
11273
- "name": "deprecated",
11274
- "text": "This event should not be used anymore. Use icCheck instead."
11275
- }
11276
- ],
11277
- "deprecation": "This event should not be used anymore. Use icCheck instead."
11278
10539
  }
11279
10540
  ],
11280
10541
  "listeners": [
@@ -11306,11 +10567,33 @@
11306
10567
  "filePath": "src/components/ic-search-bar/ic-search-bar.tsx",
11307
10568
  "encapsulation": "shadow",
11308
10569
  "tag": "ic-search-bar",
11309
- "readme": "# ic-search-bar\r\n\r\n\r\n\r",
10570
+ "readme": "# ic-search-bar\n\n\n",
11310
10571
  "docs": "",
11311
10572
  "docsTags": [],
11312
10573
  "usage": {},
11313
10574
  "props": [
10575
+ {
10576
+ "name": "assistiveHintText",
10577
+ "type": "string",
10578
+ "complexType": {
10579
+ "original": "string",
10580
+ "resolved": "string",
10581
+ "references": {}
10582
+ },
10583
+ "mutable": false,
10584
+ "attr": "assistive-hint-text",
10585
+ "reflectToAttr": false,
10586
+ "docs": "The hint text for the hidden assistive description element.",
10587
+ "docsTags": [],
10588
+ "default": "\"When autocomplete results are available use the up and down arrows to choose and press enter to select\"",
10589
+ "values": [
10590
+ {
10591
+ "type": "string"
10592
+ }
10593
+ ],
10594
+ "optional": true,
10595
+ "required": false
10596
+ },
11314
10597
  {
11315
10598
  "name": "autocapitalize",
11316
10599
  "type": "string",
@@ -11674,7 +10957,7 @@
11674
10957
  "required": false
11675
10958
  },
11676
10959
  {
11677
- "name": "disableFilter",
10960
+ "name": "disableAutoFiltering",
11678
10961
  "type": "boolean",
11679
10962
  "complexType": {
11680
10963
  "original": "boolean",
@@ -11682,7 +10965,7 @@
11682
10965
  "references": {}
11683
10966
  },
11684
10967
  "mutable": false,
11685
- "attr": "disable-filter",
10968
+ "attr": "disable-auto-filtering",
11686
10969
  "reflectToAttr": false,
11687
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.",
11688
10971
  "docsTags": [],
@@ -11827,28 +11110,6 @@
11827
11110
  "optional": true,
11828
11111
  "required": false
11829
11112
  },
11830
- {
11831
- "name": "hintText",
11832
- "type": "string",
11833
- "complexType": {
11834
- "original": "string",
11835
- "resolved": "string",
11836
- "references": {}
11837
- },
11838
- "mutable": false,
11839
- "attr": "hint-text",
11840
- "reflectToAttr": false,
11841
- "docs": "The hint text for the hidden assistive description element.",
11842
- "docsTags": [],
11843
- "default": "\"When autocomplete results are available use the up and down arrows to choose and press enter to select\"",
11844
- "values": [
11845
- {
11846
- "type": "string"
11847
- }
11848
- ],
11849
- "optional": true,
11850
- "required": false
11851
- },
11852
11113
  {
11853
11114
  "name": "label",
11854
11115
  "type": "string",
@@ -12108,10 +11369,10 @@
12108
11369
  },
12109
11370
  {
12110
11371
  "name": "size",
12111
- "type": "\"default\" | \"small\"",
11372
+ "type": "\"medium\" | \"small\"",
12112
11373
  "complexType": {
12113
11374
  "original": "IcSizesNoLarge",
12114
- "resolved": "\"default\" | \"small\"",
11375
+ "resolved": "\"medium\" | \"small\"",
12115
11376
  "references": {
12116
11377
  "IcSizesNoLarge": {
12117
11378
  "location": "import",
@@ -12125,10 +11386,10 @@
12125
11386
  "reflectToAttr": false,
12126
11387
  "docs": "The size of the search bar component.",
12127
11388
  "docsTags": [],
12128
- "default": "\"default\"",
11389
+ "default": "\"medium\"",
12129
11390
  "values": [
12130
11391
  {
12131
- "value": "default",
11392
+ "value": "medium",
12132
11393
  "type": "string"
12133
11394
  },
12134
11395
  {
@@ -12139,34 +11400,6 @@
12139
11400
  "optional": true,
12140
11401
  "required": false
12141
11402
  },
12142
- {
12143
- "name": "small",
12144
- "type": "boolean",
12145
- "complexType": {
12146
- "original": "boolean",
12147
- "resolved": "boolean",
12148
- "references": {}
12149
- },
12150
- "mutable": false,
12151
- "attr": "small",
12152
- "reflectToAttr": false,
12153
- "docs": "",
12154
- "docsTags": [
12155
- {
12156
- "name": "deprecated",
12157
- "text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
12158
- }
12159
- ],
12160
- "default": "false",
12161
- "deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
12162
- "values": [
12163
- {
12164
- "type": "boolean"
12165
- }
12166
- ],
12167
- "optional": true,
12168
- "required": false
12169
- },
12170
11403
  {
12171
11404
  "name": "spellcheck",
12172
11405
  "type": "boolean",
@@ -12334,58 +11567,6 @@
12334
11567
  "docs": "Emitted when a keyboard input occurred.",
12335
11568
  "docsTags": []
12336
11569
  },
12337
- {
12338
- "event": "icInputBlur",
12339
- "detail": "IcSearchBarBlurEventDetail",
12340
- "bubbles": true,
12341
- "complexType": {
12342
- "original": "IcSearchBarBlurEventDetail",
12343
- "resolved": "IcSearchBarBlurEventDetail",
12344
- "references": {
12345
- "IcSearchBarBlurEventDetail": {
12346
- "location": "import",
12347
- "path": "./ic-search-bar.types",
12348
- "id": "src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarBlurEventDetail"
12349
- }
12350
- }
12351
- },
12352
- "cancelable": true,
12353
- "composed": true,
12354
- "docs": "",
12355
- "docsTags": [
12356
- {
12357
- "name": "deprecated",
12358
- "text": "This event should not be used anymore. Use icSearchBarBlur instead."
12359
- }
12360
- ],
12361
- "deprecation": "This event should not be used anymore. Use icSearchBarBlur instead."
12362
- },
12363
- {
12364
- "event": "icInputFocus",
12365
- "detail": "IcValueEventDetail",
12366
- "bubbles": true,
12367
- "complexType": {
12368
- "original": "IcValueEventDetail",
12369
- "resolved": "IcValueEventDetail",
12370
- "references": {
12371
- "IcValueEventDetail": {
12372
- "location": "import",
12373
- "path": "../../utils/types",
12374
- "id": "src/utils/types.ts::IcValueEventDetail"
12375
- }
12376
- }
12377
- },
12378
- "cancelable": true,
12379
- "composed": true,
12380
- "docs": "",
12381
- "docsTags": [
12382
- {
12383
- "name": "deprecated",
12384
- "text": "This event should not be used anymore. Use icSearchBarFocus instead."
12385
- }
12386
- ],
12387
- "deprecation": "This event should not be used anymore. Use icSearchBarFocus instead."
12388
- },
12389
11570
  {
12390
11571
  "event": "icMenuChange",
12391
11572
  "detail": "IcMenuChangeEventDetail",
@@ -12468,12 +11649,18 @@
12468
11649
  },
12469
11650
  {
12470
11651
  "event": "icSearchBarFocus",
12471
- "detail": "void",
11652
+ "detail": "IcValueEventDetail",
12472
11653
  "bubbles": true,
12473
11654
  "complexType": {
12474
- "original": "void",
12475
- "resolved": "void",
12476
- "references": {}
11655
+ "original": "IcValueEventDetail",
11656
+ "resolved": "IcValueEventDetail",
11657
+ "references": {
11658
+ "IcValueEventDetail": {
11659
+ "location": "import",
11660
+ "path": "../../utils/types",
11661
+ "id": "src/utils/types.ts::IcValueEventDetail"
11662
+ }
11663
+ }
12477
11664
  },
12478
11665
  "cancelable": true,
12479
11666
  "composed": true,
@@ -12568,7 +11755,7 @@
12568
11755
  "filePath": "src/components/ic-section-container/ic-section-container.tsx",
12569
11756
  "encapsulation": "shadow",
12570
11757
  "tag": "ic-section-container",
12571
- "readme": "# ic-section-container\r\n\r\n\r\n\r",
11758
+ "readme": "# ic-section-container\n\n\n",
12572
11759
  "docs": "",
12573
11760
  "docsTags": [],
12574
11761
  "usage": {},
@@ -12669,7 +11856,7 @@
12669
11856
  "filePath": "src/components/ic-select/ic-select.tsx",
12670
11857
  "encapsulation": "shadow",
12671
11858
  "tag": "ic-select",
12672
- "readme": "# ic-select\r\n\r\n\r\n\r",
11859
+ "readme": "# ic-select\n\n\n",
12673
11860
  "docs": "",
12674
11861
  "docsTags": [
12675
11862
  {
@@ -12677,189 +11864,76 @@
12677
11864
  "text": "icon - Content will be placed to the left of the select text input."
12678
11865
  }
12679
11866
  ],
12680
- "usage": {},
12681
- "props": [
12682
- {
12683
- "name": "charactersUntilSuggestions",
12684
- "type": "number",
12685
- "complexType": {
12686
- "original": "number",
12687
- "resolved": "number",
12688
- "references": {}
12689
- },
12690
- "mutable": false,
12691
- "attr": "characters-until-suggestions",
12692
- "reflectToAttr": false,
12693
- "docs": "",
12694
- "docsTags": [
12695
- {
12696
- "name": "deprecated",
12697
- "text": "This prop should not be used anymore."
12698
- }
12699
- ],
12700
- "default": "0",
12701
- "deprecation": "This prop should not be used anymore.",
12702
- "values": [
12703
- {
12704
- "type": "number"
12705
- }
12706
- ],
12707
- "optional": true,
12708
- "required": false
12709
- },
12710
- {
12711
- "name": "debounce",
12712
- "type": "number",
12713
- "complexType": {
12714
- "original": "number",
12715
- "resolved": "number",
12716
- "references": {}
12717
- },
12718
- "mutable": false,
12719
- "attr": "debounce",
12720
- "reflectToAttr": false,
12721
- "docs": "The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.",
12722
- "docsTags": [],
12723
- "default": "0",
12724
- "values": [
12725
- {
12726
- "type": "number"
12727
- }
12728
- ],
12729
- "optional": true,
12730
- "required": false
12731
- },
12732
- {
12733
- "name": "disableFilter",
12734
- "type": "boolean",
12735
- "complexType": {
12736
- "original": "boolean",
12737
- "resolved": "boolean",
12738
- "references": {}
12739
- },
12740
- "mutable": false,
12741
- "attr": "disable-filter",
12742
- "reflectToAttr": false,
12743
- "docs": "If `true`, the built in filtering will be disabled for a searchable variant. For example, if options will already be filtered from external source.",
12744
- "docsTags": [],
12745
- "default": "false",
12746
- "values": [
12747
- {
12748
- "type": "boolean"
12749
- }
12750
- ],
12751
- "optional": true,
12752
- "required": false
12753
- },
12754
- {
12755
- "name": "disabled",
12756
- "type": "boolean",
12757
- "complexType": {
12758
- "original": "boolean",
12759
- "resolved": "boolean",
12760
- "references": {}
12761
- },
12762
- "mutable": false,
12763
- "attr": "disabled",
12764
- "reflectToAttr": true,
12765
- "docs": "If `true`, the disabled state will be set.",
12766
- "docsTags": [],
12767
- "default": "false",
12768
- "values": [
12769
- {
12770
- "type": "boolean"
12771
- }
12772
- ],
12773
- "optional": true,
12774
- "required": false
12775
- },
12776
- {
12777
- "name": "emptyOptionListText",
12778
- "type": "string",
12779
- "complexType": {
12780
- "original": "string",
12781
- "resolved": "string",
12782
- "references": {}
12783
- },
12784
- "mutable": false,
12785
- "attr": "empty-option-list-text",
12786
- "reflectToAttr": false,
12787
- "docs": "The text displayed when there are no options in the option list.",
12788
- "docsTags": [],
12789
- "default": "\"No results found\"",
12790
- "values": [
12791
- {
12792
- "type": "string"
12793
- }
12794
- ],
12795
- "optional": false,
12796
- "required": false
12797
- },
11867
+ "usage": {},
11868
+ "props": [
12798
11869
  {
12799
- "name": "form",
12800
- "type": "string",
11870
+ "name": "debounce",
11871
+ "type": "number",
12801
11872
  "complexType": {
12802
- "original": "string",
12803
- "resolved": "string",
11873
+ "original": "number",
11874
+ "resolved": "number",
12804
11875
  "references": {}
12805
11876
  },
12806
11877
  "mutable": false,
12807
- "attr": "form",
11878
+ "attr": "debounce",
12808
11879
  "reflectToAttr": false,
12809
- "docs": "The <form> element to associate the select with.",
11880
+ "docs": "The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.",
12810
11881
  "docsTags": [],
11882
+ "default": "0",
12811
11883
  "values": [
12812
11884
  {
12813
- "type": "string"
11885
+ "type": "number"
12814
11886
  }
12815
11887
  ],
12816
11888
  "optional": true,
12817
11889
  "required": false
12818
11890
  },
12819
11891
  {
12820
- "name": "formaction",
12821
- "type": "string",
11892
+ "name": "disableAutoFiltering",
11893
+ "type": "boolean",
12822
11894
  "complexType": {
12823
- "original": "string",
12824
- "resolved": "string",
11895
+ "original": "boolean",
11896
+ "resolved": "boolean",
12825
11897
  "references": {}
12826
11898
  },
12827
11899
  "mutable": false,
12828
- "attr": "formaction",
11900
+ "attr": "disable-auto-filtering",
12829
11901
  "reflectToAttr": false,
12830
- "docs": "The URL that processes the information submitted by the select. It overrides the action attribute of the select's form owner. Does nothing if there is no form owner.\nThis prop should only be used with searchable select and will only be applied if searchable is true.",
11902
+ "docs": "If `true`, the built in filtering will be disabled for a searchable variant. For example, if options will already be filtered from external source.",
12831
11903
  "docsTags": [],
11904
+ "default": "false",
12832
11905
  "values": [
12833
11906
  {
12834
- "type": "string"
11907
+ "type": "boolean"
12835
11908
  }
12836
11909
  ],
12837
11910
  "optional": true,
12838
11911
  "required": false
12839
11912
  },
12840
11913
  {
12841
- "name": "formenctype",
12842
- "type": "string",
11914
+ "name": "disabled",
11915
+ "type": "boolean",
12843
11916
  "complexType": {
12844
- "original": "string",
12845
- "resolved": "string",
11917
+ "original": "boolean",
11918
+ "resolved": "boolean",
12846
11919
  "references": {}
12847
11920
  },
12848
11921
  "mutable": false,
12849
- "attr": "formenctype",
12850
- "reflectToAttr": false,
12851
- "docs": "The way the submitted form data is encoded. This prop should only be used with searchable select and will only be applied if searchable is true.",
11922
+ "attr": "disabled",
11923
+ "reflectToAttr": true,
11924
+ "docs": "If `true`, the disabled state will be set.",
12852
11925
  "docsTags": [],
11926
+ "default": "false",
12853
11927
  "values": [
12854
11928
  {
12855
- "type": "string"
11929
+ "type": "boolean"
12856
11930
  }
12857
11931
  ],
12858
11932
  "optional": true,
12859
11933
  "required": false
12860
11934
  },
12861
11935
  {
12862
- "name": "formmethod",
11936
+ "name": "emptyOptionListText",
12863
11937
  "type": "string",
12864
11938
  "complexType": {
12865
11939
  "original": "string",
@@ -12867,41 +11941,21 @@
12867
11941
  "references": {}
12868
11942
  },
12869
11943
  "mutable": false,
12870
- "attr": "formmethod",
11944
+ "attr": "empty-option-list-text",
12871
11945
  "reflectToAttr": false,
12872
- "docs": "The HTTP method used to submit the form. This prop should only be used with searchable select and will only be applied if searchable is true.",
11946
+ "docs": "The text displayed when there are no options in the option list.",
12873
11947
  "docsTags": [],
11948
+ "default": "\"No results found\"",
12874
11949
  "values": [
12875
11950
  {
12876
11951
  "type": "string"
12877
11952
  }
12878
11953
  ],
12879
- "optional": true,
12880
- "required": false
12881
- },
12882
- {
12883
- "name": "formnovalidate",
12884
- "type": "boolean",
12885
- "complexType": {
12886
- "original": "boolean",
12887
- "resolved": "boolean",
12888
- "references": {}
12889
- },
12890
- "mutable": false,
12891
- "attr": "formnovalidate",
12892
- "reflectToAttr": false,
12893
- "docs": "If `true`, the form will not be validated when submitted. This prop should only be used with searchable select and will only be applied if searchable is true.",
12894
- "docsTags": [],
12895
- "values": [
12896
- {
12897
- "type": "boolean"
12898
- }
12899
- ],
12900
- "optional": true,
11954
+ "optional": false,
12901
11955
  "required": false
12902
11956
  },
12903
11957
  {
12904
- "name": "formtarget",
11958
+ "name": "form",
12905
11959
  "type": "string",
12906
11960
  "complexType": {
12907
11961
  "original": "string",
@@ -12909,9 +11963,9 @@
12909
11963
  "references": {}
12910
11964
  },
12911
11965
  "mutable": false,
12912
- "attr": "formtarget",
11966
+ "attr": "form",
12913
11967
  "reflectToAttr": false,
12914
- "docs": "The place to display the response from submitting the form. It overrides the target attribute of the select's form owner.\nThis prop should only be used with searchable select and will only be applied if searchable is true.",
11968
+ "docs": "The <form> element to associate the select with.",
12915
11969
  "docsTags": [],
12916
11970
  "values": [
12917
11971
  {
@@ -13334,10 +12388,10 @@
13334
12388
  },
13335
12389
  {
13336
12390
  "name": "size",
13337
- "type": "\"default\" | \"large\" | \"small\"",
12391
+ "type": "\"large\" | \"medium\" | \"small\"",
13338
12392
  "complexType": {
13339
12393
  "original": "IcSizes",
13340
- "resolved": "\"default\" | \"large\" | \"small\"",
12394
+ "resolved": "\"large\" | \"medium\" | \"small\"",
13341
12395
  "references": {
13342
12396
  "IcSizes": {
13343
12397
  "location": "import",
@@ -13351,14 +12405,14 @@
13351
12405
  "reflectToAttr": false,
13352
12406
  "docs": "The size of the select component.",
13353
12407
  "docsTags": [],
13354
- "default": "\"default\"",
12408
+ "default": "\"medium\"",
13355
12409
  "values": [
13356
12410
  {
13357
- "value": "default",
12411
+ "value": "large",
13358
12412
  "type": "string"
13359
12413
  },
13360
12414
  {
13361
- "value": "large",
12415
+ "value": "medium",
13362
12416
  "type": "string"
13363
12417
  },
13364
12418
  {
@@ -13369,34 +12423,6 @@
13369
12423
  "optional": true,
13370
12424
  "required": false
13371
12425
  },
13372
- {
13373
- "name": "small",
13374
- "type": "boolean",
13375
- "complexType": {
13376
- "original": "boolean",
13377
- "resolved": "boolean",
13378
- "references": {}
13379
- },
13380
- "mutable": false,
13381
- "attr": "small",
13382
- "reflectToAttr": false,
13383
- "docs": "",
13384
- "docsTags": [
13385
- {
13386
- "name": "deprecated",
13387
- "text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
13388
- }
13389
- ],
13390
- "default": "false",
13391
- "deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
13392
- "values": [
13393
- {
13394
- "type": "boolean"
13395
- }
13396
- ],
13397
- "optional": true,
13398
- "required": false
13399
- },
13400
12426
  {
13401
12427
  "name": "timeout",
13402
12428
  "type": "number",
@@ -13745,7 +12771,7 @@
13745
12771
  "filePath": "src/components/ic-side-navigation/ic-side-navigation.tsx",
13746
12772
  "encapsulation": "shadow",
13747
12773
  "tag": "ic-side-navigation",
13748
- "readme": "# ic-side-navigation\r\n\r\n\r\n\r",
12774
+ "readme": "# ic-side-navigation\n\n\n",
13749
12775
  "docs": "",
13750
12776
  "docsTags": [
13751
12777
  {
@@ -13988,7 +13014,7 @@
13988
13014
  "methods": [],
13989
13015
  "events": [
13990
13016
  {
13991
- "event": "sideNavExpanded",
13017
+ "event": "icSideNavExpanded",
13992
13018
  "detail": "IcExpandedDetail",
13993
13019
  "bubbles": true,
13994
13020
  "complexType": {
@@ -14070,8 +13096,8 @@
14070
13096
  "filePath": "src/components/ic-skeleton/ic-skeleton.tsx",
14071
13097
  "encapsulation": "shadow",
14072
13098
  "tag": "ic-skeleton",
14073
- "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",
14074
- "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.",
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.",
14075
13101
  "docsTags": [],
14076
13102
  "usage": {},
14077
13103
  "props": [
@@ -14102,34 +13128,6 @@
14102
13128
  "optional": true,
14103
13129
  "required": false
14104
13130
  },
14105
- {
14106
- "name": "light",
14107
- "type": "boolean",
14108
- "complexType": {
14109
- "original": "boolean",
14110
- "resolved": "boolean",
14111
- "references": {}
14112
- },
14113
- "mutable": false,
14114
- "attr": "light",
14115
- "reflectToAttr": false,
14116
- "docs": "",
14117
- "docsTags": [
14118
- {
14119
- "name": "deprecated",
14120
- "text": "This prop should not be used anymore. Set prop `appearance` to \"light\" instead."
14121
- }
14122
- ],
14123
- "default": "false",
14124
- "deprecation": "This prop should not be used anymore. Set prop `appearance` to \"light\" instead.",
14125
- "values": [
14126
- {
14127
- "type": "boolean"
14128
- }
14129
- ],
14130
- "optional": true,
14131
- "required": false
14132
- },
14133
13131
  {
14134
13132
  "name": "variant",
14135
13133
  "type": "\"circle\" | \"rectangle\" | \"text\"",
@@ -14182,7 +13180,7 @@
14182
13180
  "filePath": "src/components/ic-status-tag/ic-status-tag.tsx",
14183
13181
  "encapsulation": "shadow",
14184
13182
  "tag": "ic-status-tag",
14185
- "readme": "# ic-status-tag\r\n\r\n\r\n\r",
13183
+ "readme": "# ic-status-tag\n\n\n",
14186
13184
  "docs": "",
14187
13185
  "docsTags": [],
14188
13186
  "usage": {},
@@ -14209,44 +13207,6 @@
14209
13207
  "optional": true,
14210
13208
  "required": false
14211
13209
  },
14212
- {
14213
- "name": "appearance",
14214
- "type": "\"filled\" | \"outlined\"",
14215
- "complexType": {
14216
- "original": "IcStatusTagAppearance",
14217
- "resolved": "\"filled\" | \"outlined\"",
14218
- "references": {
14219
- "IcStatusTagAppearance": {
14220
- "location": "import",
14221
- "path": "./ic-status-tag.types",
14222
- "id": "src/components/ic-status-tag/ic-status-tag.types.ts::IcStatusTagAppearance"
14223
- }
14224
- }
14225
- },
14226
- "mutable": false,
14227
- "attr": "appearance",
14228
- "reflectToAttr": false,
14229
- "docs": "",
14230
- "docsTags": [
14231
- {
14232
- "name": "deprecated",
14233
- "text": "This prop should not be used anymore. Use variant prop instead."
14234
- }
14235
- ],
14236
- "deprecation": "This prop should not be used anymore. Use variant prop instead.",
14237
- "values": [
14238
- {
14239
- "value": "filled",
14240
- "type": "string"
14241
- },
14242
- {
14243
- "value": "outlined",
14244
- "type": "string"
14245
- }
14246
- ],
14247
- "optional": true,
14248
- "required": false
14249
- },
14250
13210
  {
14251
13211
  "name": "label",
14252
13212
  "type": "string",
@@ -14270,10 +13230,10 @@
14270
13230
  },
14271
13231
  {
14272
13232
  "name": "size",
14273
- "type": "\"default\" | \"large\" | \"small\"",
13233
+ "type": "\"large\" | \"medium\" | \"small\"",
14274
13234
  "complexType": {
14275
13235
  "original": "IcSizes",
14276
- "resolved": "\"default\" | \"large\" | \"small\"",
13236
+ "resolved": "\"large\" | \"medium\" | \"small\"",
14277
13237
  "references": {
14278
13238
  "IcSizes": {
14279
13239
  "location": "import",
@@ -14287,14 +13247,14 @@
14287
13247
  "reflectToAttr": false,
14288
13248
  "docs": "The size of the status tag component.",
14289
13249
  "docsTags": [],
14290
- "default": "\"default\"",
13250
+ "default": "\"medium\"",
14291
13251
  "values": [
14292
13252
  {
14293
- "value": "default",
13253
+ "value": "large",
14294
13254
  "type": "string"
14295
13255
  },
14296
13256
  {
14297
- "value": "large",
13257
+ "value": "medium",
14298
13258
  "type": "string"
14299
13259
  },
14300
13260
  {
@@ -14305,34 +13265,6 @@
14305
13265
  "optional": true,
14306
13266
  "required": false
14307
13267
  },
14308
- {
14309
- "name": "small",
14310
- "type": "boolean",
14311
- "complexType": {
14312
- "original": "boolean",
14313
- "resolved": "boolean",
14314
- "references": {}
14315
- },
14316
- "mutable": false,
14317
- "attr": "small",
14318
- "reflectToAttr": false,
14319
- "docs": "",
14320
- "docsTags": [
14321
- {
14322
- "name": "deprecated",
14323
- "text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
14324
- }
14325
- ],
14326
- "default": "false",
14327
- "deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
14328
- "values": [
14329
- {
14330
- "type": "boolean"
14331
- }
14332
- ],
14333
- "optional": true,
14334
- "required": false
14335
- },
14336
13268
  {
14337
13269
  "name": "status",
14338
13270
  "type": "\"danger\" | \"neutral\" | \"success\" | \"warning\"",
@@ -14374,6 +13306,37 @@
14374
13306
  "optional": true,
14375
13307
  "required": false
14376
13308
  },
13309
+ {
13310
+ "name": "theme",
13311
+ "type": "\"dark\" | \"inherit\" | \"light\"",
13312
+ "complexType": {
13313
+ "original": "\"dark\" | \"light\" | \"inherit\"",
13314
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
13315
+ "references": {}
13316
+ },
13317
+ "mutable": false,
13318
+ "attr": "theme",
13319
+ "reflectToAttr": false,
13320
+ "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.",
13321
+ "docsTags": [],
13322
+ "default": "\"inherit\"",
13323
+ "values": [
13324
+ {
13325
+ "value": "dark",
13326
+ "type": "string"
13327
+ },
13328
+ {
13329
+ "value": "inherit",
13330
+ "type": "string"
13331
+ },
13332
+ {
13333
+ "value": "light",
13334
+ "type": "string"
13335
+ }
13336
+ ],
13337
+ "optional": true,
13338
+ "required": false
13339
+ },
14377
13340
  {
14378
13341
  "name": "variant",
14379
13342
  "type": "\"filled\" | \"outlined\"",
@@ -14428,13 +13391,34 @@
14428
13391
  "filePath": "src/components/ic-step/ic-step.tsx",
14429
13392
  "encapsulation": "shadow",
14430
13393
  "tag": "ic-step",
14431
- "readme": "# ic-step\r\n\r\n\r\n\r",
13394
+ "readme": "# ic-step\n\n\n",
14432
13395
  "docs": "",
14433
13396
  "docsTags": [],
14434
13397
  "usage": {},
14435
13398
  "props": [
14436
13399
  {
14437
- "name": "stepStatus",
13400
+ "name": "heading",
13401
+ "type": "string",
13402
+ "complexType": {
13403
+ "original": "string",
13404
+ "resolved": "string",
13405
+ "references": {}
13406
+ },
13407
+ "mutable": false,
13408
+ "attr": "heading",
13409
+ "reflectToAttr": false,
13410
+ "docs": "The title of the step within the stepper.",
13411
+ "docsTags": [],
13412
+ "values": [
13413
+ {
13414
+ "type": "string"
13415
+ }
13416
+ ],
13417
+ "optional": true,
13418
+ "required": false
13419
+ },
13420
+ {
13421
+ "name": "status",
14438
13422
  "type": "\"optional\" | \"required\"",
14439
13423
  "complexType": {
14440
13424
  "original": "IcStepStatuses",
@@ -14448,7 +13432,7 @@
14448
13432
  }
14449
13433
  },
14450
13434
  "mutable": false,
14451
- "attr": "step-status",
13435
+ "attr": "status",
14452
13436
  "reflectToAttr": false,
14453
13437
  "docs": "The status of the step. Use this prop to display a status message on the step if it is required or optional.",
14454
13438
  "docsTags": [],
@@ -14466,28 +13450,7 @@
14466
13450
  "required": false
14467
13451
  },
14468
13452
  {
14469
- "name": "stepSubtitle",
14470
- "type": "string",
14471
- "complexType": {
14472
- "original": "string",
14473
- "resolved": "string",
14474
- "references": {}
14475
- },
14476
- "mutable": false,
14477
- "attr": "step-subtitle",
14478
- "reflectToAttr": false,
14479
- "docs": "Additional information about the step. Use this prop to override the default step status messaging displayed when selecting a step type or step status.",
14480
- "docsTags": [],
14481
- "values": [
14482
- {
14483
- "type": "string"
14484
- }
14485
- ],
14486
- "optional": true,
14487
- "required": false
14488
- },
14489
- {
14490
- "name": "stepTitle",
13453
+ "name": "subheading",
14491
13454
  "type": "string",
14492
13455
  "complexType": {
14493
13456
  "original": "string",
@@ -14495,9 +13458,9 @@
14495
13458
  "references": {}
14496
13459
  },
14497
13460
  "mutable": false,
14498
- "attr": "step-title",
13461
+ "attr": "subheading",
14499
13462
  "reflectToAttr": false,
14500
- "docs": "The title of the step within the stepper.",
13463
+ "docs": "Additional information about the step. Use this prop to override the default step status messaging displayed when selecting a step type or step status.",
14501
13464
  "docsTags": [],
14502
13465
  "values": [
14503
13466
  {
@@ -14508,7 +13471,7 @@
14508
13471
  "required": false
14509
13472
  },
14510
13473
  {
14511
- "name": "stepType",
13474
+ "name": "type",
14512
13475
  "type": "\"active\" | \"completed\" | \"current\" | \"disabled\"",
14513
13476
  "complexType": {
14514
13477
  "original": "IcStepTypes",
@@ -14522,7 +13485,7 @@
14522
13485
  }
14523
13486
  },
14524
13487
  "mutable": false,
14525
- "attr": "step-type",
13488
+ "attr": "type",
14526
13489
  "reflectToAttr": false,
14527
13490
  "docs": "The state of the step within the stepper.",
14528
13491
  "docsTags": [],
@@ -14574,7 +13537,7 @@
14574
13537
  "filePath": "src/components/ic-stepper/ic-stepper.tsx",
14575
13538
  "encapsulation": "shadow",
14576
13539
  "tag": "ic-stepper",
14577
- "readme": "# ic-stepper\r\n\r\nThis is a wrapper component to be placed around one or more ic-step components\r\n\r",
13540
+ "readme": "# ic-stepper\n\nThis is a wrapper component to be placed around one or more ic-step components\n",
14578
13541
  "docs": "This is a wrapper component to be placed around one or more ic-step components",
14579
13542
  "docsTags": [],
14580
13543
  "usage": {},
@@ -14731,7 +13694,7 @@
14731
13694
  "filePath": "src/components/ic-switch/ic-switch.tsx",
14732
13695
  "encapsulation": "shadow",
14733
13696
  "tag": "ic-switch",
14734
- "readme": "# ic-switch\r\n\r\n\r\n\r",
13697
+ "readme": "# ic-switch\n\n\n",
14735
13698
  "docs": "",
14736
13699
  "docsTags": [
14737
13700
  {
@@ -14896,10 +13859,10 @@
14896
13859
  },
14897
13860
  {
14898
13861
  "name": "size",
14899
- "type": "\"default\" | \"small\"",
13862
+ "type": "\"medium\" | \"small\"",
14900
13863
  "complexType": {
14901
13864
  "original": "IcSizesNoLarge",
14902
- "resolved": "\"default\" | \"small\"",
13865
+ "resolved": "\"medium\" | \"small\"",
14903
13866
  "references": {
14904
13867
  "IcSizesNoLarge": {
14905
13868
  "location": "import",
@@ -14913,10 +13876,10 @@
14913
13876
  "reflectToAttr": false,
14914
13877
  "docs": "The size of the switch component.",
14915
13878
  "docsTags": [],
14916
- "default": "\"default\"",
13879
+ "default": "\"medium\"",
14917
13880
  "values": [
14918
13881
  {
14919
- "value": "default",
13882
+ "value": "medium",
14920
13883
  "type": "string"
14921
13884
  },
14922
13885
  {
@@ -14927,34 +13890,6 @@
14927
13890
  "optional": true,
14928
13891
  "required": false
14929
13892
  },
14930
- {
14931
- "name": "small",
14932
- "type": "boolean",
14933
- "complexType": {
14934
- "original": "boolean",
14935
- "resolved": "boolean",
14936
- "references": {}
14937
- },
14938
- "mutable": false,
14939
- "attr": "small",
14940
- "reflectToAttr": false,
14941
- "docs": "",
14942
- "docsTags": [
14943
- {
14944
- "name": "deprecated",
14945
- "text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
14946
- }
14947
- ],
14948
- "default": "false",
14949
- "deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
14950
- "values": [
14951
- {
14952
- "type": "boolean"
14953
- }
14954
- ],
14955
- "optional": true,
14956
- "required": false
14957
- },
14958
13893
  {
14959
13894
  "name": "value",
14960
13895
  "type": "string",
@@ -15080,7 +14015,7 @@
15080
14015
  "filePath": "src/components/ic-tab/ic-tab.tsx",
15081
14016
  "encapsulation": "shadow",
15082
14017
  "tag": "ic-tab",
15083
- "readme": "# ic-tab\r\n\r\n\r\n\r",
14018
+ "readme": "# ic-tab\n\n\n",
15084
14019
  "docs": "",
15085
14020
  "docsTags": [
15086
14021
  {
@@ -15169,7 +14104,7 @@
15169
14104
  "filePath": "src/components/ic-tab-context/ic-tab-context.tsx",
15170
14105
  "encapsulation": "none",
15171
14106
  "tag": "ic-tab-context",
15172
- "readme": "# ic-tab-context\r\n\r\n\r\n\r",
14107
+ "readme": "# ic-tab-context\n\n\n",
15173
14108
  "docs": "",
15174
14109
  "docsTags": [],
15175
14110
  "usage": {},
@@ -15208,32 +14143,21 @@
15208
14143
  "required": false
15209
14144
  },
15210
14145
  {
15211
- "name": "appearance",
15212
- "type": "\"dark\" | \"light\"",
14146
+ "name": "contextId",
14147
+ "type": "string",
15213
14148
  "complexType": {
15214
- "original": "IcThemeForegroundNoDefault",
15215
- "resolved": "\"dark\" | \"light\"",
15216
- "references": {
15217
- "IcThemeForegroundNoDefault": {
15218
- "location": "import",
15219
- "path": "../../utils/types",
15220
- "id": "src/utils/types.ts::IcThemeForegroundNoDefault"
15221
- }
15222
- }
14149
+ "original": "string",
14150
+ "resolved": "string",
14151
+ "references": {}
15223
14152
  },
15224
14153
  "mutable": false,
15225
- "attr": "appearance",
15226
- "reflectToAttr": false,
15227
- "docs": "The appearance of the tab context, e.g dark, or light.",
14154
+ "attr": "context-id",
14155
+ "reflectToAttr": true,
14156
+ "docs": "The unique context needed if using multiple tabs inside one another i.e. rendering another set of tabs inside a tab panel.",
15228
14157
  "docsTags": [],
15229
- "default": "\"dark\"",
14158
+ "default": "\"default\"",
15230
14159
  "values": [
15231
14160
  {
15232
- "value": "dark",
15233
- "type": "string"
15234
- },
15235
- {
15236
- "value": "light",
15237
14161
  "type": "string"
15238
14162
  }
15239
14163
  ],
@@ -15241,22 +14165,22 @@
15241
14165
  "required": false
15242
14166
  },
15243
14167
  {
15244
- "name": "contextId",
15245
- "type": "string",
14168
+ "name": "monochrome",
14169
+ "type": "boolean",
15246
14170
  "complexType": {
15247
- "original": "string",
15248
- "resolved": "string",
14171
+ "original": "boolean",
14172
+ "resolved": "boolean",
15249
14173
  "references": {}
15250
14174
  },
15251
14175
  "mutable": false,
15252
- "attr": "context-id",
15253
- "reflectToAttr": true,
15254
- "docs": "The unique context needed if using multiple tabs inside one another i.e. rendering another set of tabs inside a tab panel.",
14176
+ "attr": "monochrome",
14177
+ "reflectToAttr": false,
14178
+ "docs": "If `true`, the tabs will display as black in the light theme.",
15255
14179
  "docsTags": [],
15256
- "default": "\"default\"",
14180
+ "default": "false",
15257
14181
  "values": [
15258
14182
  {
15259
- "type": "string"
14183
+ "type": "boolean"
15260
14184
  }
15261
14185
  ],
15262
14186
  "optional": true,
@@ -15282,32 +14206,49 @@
15282
14206
  ],
15283
14207
  "optional": true,
15284
14208
  "required": false
15285
- }
15286
- ],
15287
- "methods": [],
15288
- "events": [
14209
+ },
15289
14210
  {
15290
- "event": "icTabSelect",
15291
- "detail": "IcTabSelectEventDetail",
15292
- "bubbles": false,
14211
+ "name": "theme",
14212
+ "type": "\"dark\" | \"inherit\" | \"light\"",
15293
14213
  "complexType": {
15294
- "original": "IcTabSelectEventDetail",
15295
- "resolved": "IcTabSelectEventDetail",
14214
+ "original": "IcThemeMode",
14215
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
15296
14216
  "references": {
15297
- "IcTabSelectEventDetail": {
14217
+ "IcThemeMode": {
15298
14218
  "location": "import",
15299
- "path": "../ic-tab/ic-tab.types",
15300
- "id": "src/components/ic-tab/ic-tab.types.ts::IcTabSelectEventDetail"
14219
+ "path": "../../utils/types",
14220
+ "id": "src/utils/types.ts::IcThemeMode"
15301
14221
  }
15302
14222
  }
15303
14223
  },
15304
- "cancelable": true,
15305
- "composed": true,
15306
- "docs": "Emitted when a user selects a tab.",
15307
- "docsTags": []
15308
- },
14224
+ "mutable": false,
14225
+ "attr": "theme",
14226
+ "reflectToAttr": false,
14227
+ "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.",
14228
+ "docsTags": [],
14229
+ "default": "\"inherit\"",
14230
+ "values": [
14231
+ {
14232
+ "value": "dark",
14233
+ "type": "string"
14234
+ },
14235
+ {
14236
+ "value": "inherit",
14237
+ "type": "string"
14238
+ },
14239
+ {
14240
+ "value": "light",
14241
+ "type": "string"
14242
+ }
14243
+ ],
14244
+ "optional": true,
14245
+ "required": false
14246
+ }
14247
+ ],
14248
+ "methods": [],
14249
+ "events": [
15309
14250
  {
15310
- "event": "tabSelect",
14251
+ "event": "icTabSelect",
15311
14252
  "detail": "IcTabSelectEventDetail",
15312
14253
  "bubbles": false,
15313
14254
  "complexType": {
@@ -15323,14 +14264,8 @@
15323
14264
  },
15324
14265
  "cancelable": true,
15325
14266
  "composed": true,
15326
- "docs": "",
15327
- "docsTags": [
15328
- {
15329
- "name": "deprecated",
15330
- "text": "This event should not be used anymore. Use icTabSelect instead."
15331
- }
15332
- ],
15333
- "deprecation": "This event should not be used anymore. Use icTabSelect instead."
14267
+ "docs": "Emitted when a user selects a tab.",
14268
+ "docsTags": []
15334
14269
  }
15335
14270
  ],
15336
14271
  "listeners": [
@@ -15366,39 +14301,11 @@
15366
14301
  "filePath": "src/components/ic-tab-group/ic-tab-group.tsx",
15367
14302
  "encapsulation": "shadow",
15368
14303
  "tag": "ic-tab-group",
15369
- "readme": "# ic-tab-group\r\n\r\n\r\n\r",
14304
+ "readme": "# ic-tab-group\n\n\n",
15370
14305
  "docs": "",
15371
14306
  "docsTags": [],
15372
14307
  "usage": {},
15373
14308
  "props": [
15374
- {
15375
- "name": "contextId",
15376
- "type": "string",
15377
- "complexType": {
15378
- "original": "string",
15379
- "resolved": "string",
15380
- "references": {}
15381
- },
15382
- "mutable": false,
15383
- "attr": "context-id",
15384
- "reflectToAttr": true,
15385
- "docs": "",
15386
- "docsTags": [
15387
- {
15388
- "name": "deprecated",
15389
- "text": "This is no longer required.\nThe context id is passed down from `ic-tab-context`"
15390
- }
15391
- ],
15392
- "default": "\"default\"",
15393
- "deprecation": "This is no longer required.\nThe context id is passed down from `ic-tab-context`",
15394
- "values": [
15395
- {
15396
- "type": "string"
15397
- }
15398
- ],
15399
- "optional": true,
15400
- "required": false
15401
- },
15402
14309
  {
15403
14310
  "name": "inline",
15404
14311
  "type": "boolean",
@@ -15476,40 +14383,11 @@
15476
14383
  "filePath": "src/components/ic-tab-panel/ic-tab-panel.tsx",
15477
14384
  "encapsulation": "shadow",
15478
14385
  "tag": "ic-tab-panel",
15479
- "readme": "# ic-tab-panel\r\n\r\n\r\n\r",
14386
+ "readme": "# ic-tab-panel\n\n\n",
15480
14387
  "docs": "",
15481
14388
  "docsTags": [],
15482
14389
  "usage": {},
15483
- "props": [
15484
- {
15485
- "name": "contextId",
15486
- "type": "string",
15487
- "complexType": {
15488
- "original": "string",
15489
- "resolved": "string",
15490
- "references": {}
15491
- },
15492
- "mutable": false,
15493
- "attr": "context-id",
15494
- "reflectToAttr": true,
15495
- "docs": "",
15496
- "docsTags": [
15497
- {
15498
- "name": "deprecated",
15499
- "text": "This is no longer required.\nThe context id is passed down from `ic-tab-context`"
15500
- }
15501
- ],
15502
- "default": "\"default\"",
15503
- "deprecation": "This is no longer required.\nThe context id is passed down from `ic-tab-context`",
15504
- "values": [
15505
- {
15506
- "type": "string"
15507
- }
15508
- ],
15509
- "optional": true,
15510
- "required": false
15511
- }
15512
- ],
14390
+ "props": [],
15513
14391
  "methods": [],
15514
14392
  "events": [],
15515
14393
  "listeners": [],
@@ -15524,7 +14402,7 @@
15524
14402
  "filePath": "src/components/ic-text-field/ic-text-field.tsx",
15525
14403
  "encapsulation": "shadow",
15526
14404
  "tag": "ic-text-field",
15527
- "readme": "# ic-textfield\r\n\r\n\r\n\r",
14405
+ "readme": "# ic-textfield\n\n\n",
15528
14406
  "docs": "",
15529
14407
  "docsTags": [
15530
14408
  {
@@ -15940,6 +14818,28 @@
15940
14818
  "optional": false,
15941
14819
  "required": false
15942
14820
  },
14821
+ {
14822
+ "name": "hideCharCount",
14823
+ "type": "boolean",
14824
+ "complexType": {
14825
+ "original": "boolean",
14826
+ "resolved": "boolean",
14827
+ "references": {}
14828
+ },
14829
+ "mutable": false,
14830
+ "attr": "hide-char-count",
14831
+ "reflectToAttr": false,
14832
+ "docs": "If `true`, the character count which is displayed when `maxCharacters` is set will be visually hidden.",
14833
+ "docsTags": [],
14834
+ "default": "false",
14835
+ "values": [
14836
+ {
14837
+ "type": "boolean"
14838
+ }
14839
+ ],
14840
+ "optional": false,
14841
+ "required": false
14842
+ },
15943
14843
  {
15944
14844
  "name": "hideLabel",
15945
14845
  "type": "boolean",
@@ -16098,29 +14998,7 @@
16098
14998
  "mutable": false,
16099
14999
  "attr": "max-characters",
16100
15000
  "reflectToAttr": false,
16101
- "docs": "The maximum number of characters that can be entered in the field. Will display an error if too many characters are entered.",
16102
- "docsTags": [],
16103
- "default": "0",
16104
- "values": [
16105
- {
16106
- "type": "number"
16107
- }
16108
- ],
16109
- "optional": false,
16110
- "required": false
16111
- },
16112
- {
16113
- "name": "maxLength",
16114
- "type": "number",
16115
- "complexType": {
16116
- "original": "number",
16117
- "resolved": "number",
16118
- "references": {}
16119
- },
16120
- "mutable": false,
16121
- "attr": "max-length",
16122
- "reflectToAttr": false,
16123
- "docs": "The count of characters in the field. Will display a warning if the bound is reached.",
15001
+ "docs": "The count of characters in the field. Will display a warning if the bound is reached. (NOTE: If the value of the text field has been set using the `value` prop, it will be truncated to this number of characters)",
16124
15002
  "docsTags": [],
16125
15003
  "default": "0",
16126
15004
  "values": [
@@ -16131,28 +15009,6 @@
16131
15009
  "optional": false,
16132
15010
  "required": false
16133
15011
  },
16134
- {
16135
- "name": "maxLengthMessage",
16136
- "type": "string",
16137
- "complexType": {
16138
- "original": "string",
16139
- "resolved": "string",
16140
- "references": {}
16141
- },
16142
- "mutable": false,
16143
- "attr": "max-length-message",
16144
- "reflectToAttr": false,
16145
- "docs": "The text to display as the validation message when the maximum length is exceeded.",
16146
- "docsTags": [],
16147
- "default": "\"Maximum length exceeded\"",
16148
- "values": [
16149
- {
16150
- "type": "string"
16151
- }
16152
- ],
16153
- "optional": false,
16154
- "required": false
16155
- },
16156
15012
  {
16157
15013
  "name": "min",
16158
15014
  "type": "number | string",
@@ -16334,10 +15190,10 @@
16334
15190
  },
16335
15191
  {
16336
15192
  "name": "size",
16337
- "type": "\"default\" | \"small\"",
15193
+ "type": "\"medium\" | \"small\"",
16338
15194
  "complexType": {
16339
15195
  "original": "IcSizesNoLarge",
16340
- "resolved": "\"default\" | \"small\"",
15196
+ "resolved": "\"medium\" | \"small\"",
16341
15197
  "references": {
16342
15198
  "IcSizesNoLarge": {
16343
15199
  "location": "import",
@@ -16347,47 +15203,19 @@
16347
15203
  }
16348
15204
  },
16349
15205
  "mutable": false,
16350
- "attr": "size",
16351
- "reflectToAttr": false,
16352
- "docs": "The size of the text field component.",
16353
- "docsTags": [],
16354
- "default": "\"default\"",
16355
- "values": [
16356
- {
16357
- "value": "default",
16358
- "type": "string"
16359
- },
16360
- {
16361
- "value": "small",
16362
- "type": "string"
16363
- }
16364
- ],
16365
- "optional": true,
16366
- "required": false
16367
- },
16368
- {
16369
- "name": "small",
16370
- "type": "boolean",
16371
- "complexType": {
16372
- "original": "boolean",
16373
- "resolved": "boolean",
16374
- "references": {}
16375
- },
16376
- "mutable": false,
16377
- "attr": "small",
15206
+ "attr": "size",
16378
15207
  "reflectToAttr": false,
16379
- "docs": "",
16380
- "docsTags": [
16381
- {
16382
- "name": "deprecated",
16383
- "text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
16384
- }
16385
- ],
16386
- "default": "false",
16387
- "deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
15208
+ "docs": "The size of the text field component.",
15209
+ "docsTags": [],
15210
+ "default": "\"medium\"",
16388
15211
  "values": [
16389
15212
  {
16390
- "type": "boolean"
15213
+ "value": "medium",
15214
+ "type": "string"
15215
+ },
15216
+ {
15217
+ "value": "small",
15218
+ "type": "string"
16391
15219
  }
16392
15220
  ],
16393
15221
  "optional": true,
@@ -16752,9 +15580,9 @@
16752
15580
  },
16753
15581
  {
16754
15582
  "filePath": "src/components/ic-theme/ic-theme.tsx",
16755
- "encapsulation": "shadow",
15583
+ "encapsulation": "none",
16756
15584
  "tag": "ic-theme",
16757
- "readme": "# ic-theme\r\n\r\n\r\n\r",
15585
+ "readme": "# ic-theme\n\n\n",
16758
15586
  "docs": "",
16759
15587
  "docsTags": [],
16760
15588
  "usage": {},
@@ -16792,6 +15620,37 @@
16792
15620
  ],
16793
15621
  "optional": true,
16794
15622
  "required": false
15623
+ },
15624
+ {
15625
+ "name": "theme",
15626
+ "type": "\"dark\" | \"light\" | \"system\"",
15627
+ "complexType": {
15628
+ "original": "\"dark\" | \"light\" | \"system\"",
15629
+ "resolved": "\"dark\" | \"light\" | \"system\"",
15630
+ "references": {}
15631
+ },
15632
+ "mutable": false,
15633
+ "attr": "theme",
15634
+ "reflectToAttr": false,
15635
+ "docs": "The theme mode. Can be \"dark\", \"light\", or \"system\". \"system\" will use the device or browser settings.",
15636
+ "docsTags": [],
15637
+ "default": "\"light\"",
15638
+ "values": [
15639
+ {
15640
+ "value": "dark",
15641
+ "type": "string"
15642
+ },
15643
+ {
15644
+ "value": "light",
15645
+ "type": "string"
15646
+ },
15647
+ {
15648
+ "value": "system",
15649
+ "type": "string"
15650
+ }
15651
+ ],
15652
+ "optional": false,
15653
+ "required": false
16795
15654
  }
16796
15655
  ],
16797
15656
  "methods": [],
@@ -16808,7 +15667,7 @@
16808
15667
  "filePath": "src/components/ic-toast/ic-toast.tsx",
16809
15668
  "encapsulation": "shadow",
16810
15669
  "tag": "ic-toast",
16811
- "readme": "# ic-toast\r\n\r\n\r\n\r",
15670
+ "readme": "# ic-toast\n\n\n",
16812
15671
  "docs": "",
16813
15672
  "docsTags": [
16814
15673
  {
@@ -17093,7 +15952,7 @@
17093
15952
  "filePath": "src/components/ic-toast-region/ic-toast-region.tsx",
17094
15953
  "encapsulation": "none",
17095
15954
  "tag": "ic-toast-region",
17096
- "readme": "# ic-toast-region\r\n\r\n\r\n\r",
15955
+ "readme": "# ic-toast-region\n\n\n",
17097
15956
  "docs": "",
17098
15957
  "docsTags": [],
17099
15958
  "usage": {},
@@ -17124,56 +15983,7 @@
17124
15983
  "required": false
17125
15984
  }
17126
15985
  ],
17127
- "methods": [
17128
- {
17129
- "name": "setVisible",
17130
- "returns": {
17131
- "type": "Promise<void>",
17132
- "docs": ""
17133
- },
17134
- "complexType": {
17135
- "signature": "(toast: HTMLIcToastElement) => Promise<void>",
17136
- "parameters": [
17137
- {
17138
- "name": "toast",
17139
- "type": "HTMLIcToastElement",
17140
- "docs": "The toast component to display"
17141
- }
17142
- ],
17143
- "references": {
17144
- "Promise": {
17145
- "location": "global",
17146
- "id": "global::Promise"
17147
- },
17148
- "HTMLIcToastElement": {
17149
- "location": "global",
17150
- "id": "global::HTMLIcToastElement"
17151
- }
17152
- },
17153
- "return": "Promise<void>"
17154
- },
17155
- "signature": "setVisible(toast: HTMLIcToastElement) => Promise<void>",
17156
- "parameters": [
17157
- {
17158
- "name": "toast",
17159
- "type": "HTMLIcToastElement",
17160
- "docs": "The toast component to display"
17161
- }
17162
- ],
17163
- "docs": "",
17164
- "docsTags": [
17165
- {
17166
- "name": "deprecated",
17167
- "text": "Use openToast prop to display toast instead."
17168
- },
17169
- {
17170
- "name": "param",
17171
- "text": "toast The toast component to display"
17172
- }
17173
- ],
17174
- "deprecation": "Use openToast prop to display toast instead."
17175
- }
17176
- ],
15986
+ "methods": [],
17177
15987
  "events": [],
17178
15988
  "listeners": [
17179
15989
  {
@@ -17193,7 +16003,7 @@
17193
16003
  "filePath": "src/components/ic-toggle-button/ic-toggle-button.tsx",
17194
16004
  "encapsulation": "shadow",
17195
16005
  "tag": "ic-toggle-button",
17196
- "readme": "# ic-toggle-button\r\n\r\n\r\n\r",
16006
+ "readme": "# ic-toggle-button\n\n\n",
17197
16007
  "docs": "",
17198
16008
  "docsTags": [
17199
16009
  {
@@ -17265,6 +16075,28 @@
17265
16075
  "optional": true,
17266
16076
  "required": false
17267
16077
  },
16078
+ {
16079
+ "name": "checked",
16080
+ "type": "boolean",
16081
+ "complexType": {
16082
+ "original": "boolean",
16083
+ "resolved": "boolean",
16084
+ "references": {}
16085
+ },
16086
+ "mutable": true,
16087
+ "attr": "checked",
16088
+ "reflectToAttr": true,
16089
+ "docs": "If `true`, the toggle button will be in a checked state.",
16090
+ "docsTags": [],
16091
+ "default": "false",
16092
+ "values": [
16093
+ {
16094
+ "type": "boolean"
16095
+ }
16096
+ ],
16097
+ "optional": false,
16098
+ "required": false
16099
+ },
17268
16100
  {
17269
16101
  "name": "disabled",
17270
16102
  "type": "boolean",
@@ -17384,10 +16216,10 @@
17384
16216
  },
17385
16217
  {
17386
16218
  "name": "size",
17387
- "type": "\"default\" | \"large\" | \"small\"",
16219
+ "type": "\"large\" | \"medium\" | \"small\"",
17388
16220
  "complexType": {
17389
16221
  "original": "IcSizes",
17390
- "resolved": "\"default\" | \"large\" | \"small\"",
16222
+ "resolved": "\"large\" | \"medium\" | \"small\"",
17391
16223
  "references": {
17392
16224
  "IcSizes": {
17393
16225
  "location": "import",
@@ -17401,14 +16233,14 @@
17401
16233
  "reflectToAttr": false,
17402
16234
  "docs": "The size of the toggle button to be displayed.",
17403
16235
  "docsTags": [],
17404
- "default": "\"default\"",
16236
+ "default": "\"medium\"",
17405
16237
  "values": [
17406
16238
  {
17407
- "value": "default",
16239
+ "value": "large",
17408
16240
  "type": "string"
17409
16241
  },
17410
16242
  {
17411
- "value": "large",
16243
+ "value": "medium",
17412
16244
  "type": "string"
17413
16245
  },
17414
16246
  {
@@ -17419,28 +16251,6 @@
17419
16251
  "optional": true,
17420
16252
  "required": false
17421
16253
  },
17422
- {
17423
- "name": "toggleChecked",
17424
- "type": "boolean",
17425
- "complexType": {
17426
- "original": "boolean",
17427
- "resolved": "boolean",
17428
- "references": {}
17429
- },
17430
- "mutable": true,
17431
- "attr": "toggle-checked",
17432
- "reflectToAttr": true,
17433
- "docs": "If `true`, the toggle button will be in a checked state.",
17434
- "docsTags": [],
17435
- "default": "false",
17436
- "values": [
17437
- {
17438
- "type": "boolean"
17439
- }
17440
- ],
17441
- "optional": false,
17442
- "required": false
17443
- },
17444
16254
  {
17445
16255
  "name": "variant",
17446
16256
  "type": "\"default\" | \"icon\"",
@@ -17529,7 +16339,7 @@
17529
16339
  "filePath": "src/components/ic-toggle-button-group/ic-toggle-button-group.tsx",
17530
16340
  "encapsulation": "shadow",
17531
16341
  "tag": "ic-toggle-button-group",
17532
- "readme": "# ic-toggle-button-group\r\n\r\n\r\n\r",
16342
+ "readme": "# ic-toggle-button-group\n\n\n",
17533
16343
  "docs": "",
17534
16344
  "docsTags": [],
17535
16345
  "usage": {},
@@ -17757,10 +16567,10 @@
17757
16567
  },
17758
16568
  {
17759
16569
  "name": "size",
17760
- "type": "\"default\" | \"large\" | \"small\"",
16570
+ "type": "\"large\" | \"medium\" | \"small\"",
17761
16571
  "complexType": {
17762
16572
  "original": "IcSizes",
17763
- "resolved": "\"default\" | \"large\" | \"small\"",
16573
+ "resolved": "\"large\" | \"medium\" | \"small\"",
17764
16574
  "references": {
17765
16575
  "IcSizes": {
17766
16576
  "location": "import",
@@ -17774,14 +16584,14 @@
17774
16584
  "reflectToAttr": false,
17775
16585
  "docs": "The size of the toggle buttons to be displayed. This does not affect the font size of the accessible label.",
17776
16586
  "docsTags": [],
17777
- "default": "\"default\"",
16587
+ "default": "\"medium\"",
17778
16588
  "values": [
17779
16589
  {
17780
- "value": "default",
16590
+ "value": "large",
17781
16591
  "type": "string"
17782
16592
  },
17783
16593
  {
17784
- "value": "large",
16594
+ "value": "medium",
17785
16595
  "type": "string"
17786
16596
  },
17787
16597
  {
@@ -17861,7 +16671,7 @@
17861
16671
  "filePath": "src/components/ic-tooltip/ic-tooltip.tsx",
17862
16672
  "encapsulation": "shadow",
17863
16673
  "tag": "ic-tooltip",
17864
- "readme": "# ic-tooltip\r\n\r\n\r\n\r",
16674
+ "readme": "# ic-tooltip\n\n\n",
17865
16675
  "docs": "",
17866
16676
  "docsTags": [],
17867
16677
  "usage": {},
@@ -18023,6 +16833,43 @@
18023
16833
  ],
18024
16834
  "optional": true,
18025
16835
  "required": false
16836
+ },
16837
+ {
16838
+ "name": "theme",
16839
+ "type": "\"dark\" | \"inherit\" | \"light\"",
16840
+ "complexType": {
16841
+ "original": "IcThemeMode",
16842
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
16843
+ "references": {
16844
+ "IcThemeMode": {
16845
+ "location": "import",
16846
+ "path": "../../utils/types",
16847
+ "id": "src/utils/types.ts::IcThemeMode"
16848
+ }
16849
+ }
16850
+ },
16851
+ "mutable": false,
16852
+ "attr": "theme",
16853
+ "reflectToAttr": false,
16854
+ "docs": "Sets the tooltip to the dark or light theme colors. \"inherit\" will set the color based on the system settings or ic-theme component.",
16855
+ "docsTags": [],
16856
+ "default": "\"inherit\"",
16857
+ "values": [
16858
+ {
16859
+ "value": "dark",
16860
+ "type": "string"
16861
+ },
16862
+ {
16863
+ "value": "inherit",
16864
+ "type": "string"
16865
+ },
16866
+ {
16867
+ "value": "light",
16868
+ "type": "string"
16869
+ }
16870
+ ],
16871
+ "optional": true,
16872
+ "required": false
18026
16873
  }
18027
16874
  ],
18028
16875
  "methods": [
@@ -18092,9 +16939,8 @@
18092
16939
  "slots": [],
18093
16940
  "parts": [],
18094
16941
  "dependents": [
18095
- "ic-back-to-top",
18096
16942
  "ic-button",
18097
- "ic-card",
16943
+ "ic-card-vertical",
18098
16944
  "ic-chip",
18099
16945
  "ic-navigation-item"
18100
16946
  ],
@@ -18105,13 +16951,10 @@
18105
16951
  "ic-tooltip": [
18106
16952
  "ic-typography"
18107
16953
  ],
18108
- "ic-back-to-top": [
18109
- "ic-tooltip"
18110
- ],
18111
16954
  "ic-button": [
18112
16955
  "ic-tooltip"
18113
16956
  ],
18114
- "ic-card": [
16957
+ "ic-card-vertical": [
18115
16958
  "ic-tooltip"
18116
16959
  ],
18117
16960
  "ic-chip": [
@@ -18126,7 +16969,7 @@
18126
16969
  "filePath": "src/components/ic-top-navigation/ic-top-navigation.tsx",
18127
16970
  "encapsulation": "shadow",
18128
16971
  "tag": "ic-top-navigation",
18129
- "readme": "# ic-top-navigation\r\n\r\n\r\n\r",
16972
+ "readme": "# ic-top-navigation\n\n\n",
18130
16973
  "docs": "",
18131
16974
  "docsTags": [
18132
16975
  {
@@ -18377,7 +17220,7 @@
18377
17220
  "methods": [],
18378
17221
  "events": [
18379
17222
  {
18380
- "event": "topNavResized",
17223
+ "event": "icTopNavResized",
18381
17224
  "detail": "{ size: number; }",
18382
17225
  "bubbles": true,
18383
17226
  "complexType": {
@@ -18485,7 +17328,7 @@
18485
17328
  "filePath": "src/components/ic-typography/ic-typography.tsx",
18486
17329
  "encapsulation": "shadow",
18487
17330
  "tag": "ic-typography",
18488
- "readme": "# ic-typography\r\n\r\n\r\n\r",
17331
+ "readme": "# ic-typography\n\n\n",
18489
17332
  "docs": "",
18490
17333
  "docsTags": [],
18491
17334
  "usage": {},
@@ -18599,6 +17442,43 @@
18599
17442
  "optional": true,
18600
17443
  "required": false
18601
17444
  },
17445
+ {
17446
+ "name": "theme",
17447
+ "type": "\"dark\" | \"inherit\" | \"light\"",
17448
+ "complexType": {
17449
+ "original": "IcThemeMode",
17450
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
17451
+ "references": {
17452
+ "IcThemeMode": {
17453
+ "location": "import",
17454
+ "path": "../../utils/types",
17455
+ "id": "src/utils/types.ts::IcThemeMode"
17456
+ }
17457
+ }
17458
+ },
17459
+ "mutable": false,
17460
+ "attr": "theme",
17461
+ "reflectToAttr": false,
17462
+ "docs": "Sets the text color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
17463
+ "docsTags": [],
17464
+ "default": "\"inherit\"",
17465
+ "values": [
17466
+ {
17467
+ "value": "dark",
17468
+ "type": "string"
17469
+ },
17470
+ {
17471
+ "value": "inherit",
17472
+ "type": "string"
17473
+ },
17474
+ {
17475
+ "value": "light",
17476
+ "type": "string"
17477
+ }
17478
+ ],
17479
+ "optional": true,
17480
+ "required": false
17481
+ },
18602
17482
  {
18603
17483
  "name": "underline",
18604
17484
  "type": "boolean",
@@ -18721,13 +17601,12 @@
18721
17601
  "ic-accordion",
18722
17602
  "ic-accordion-group",
18723
17603
  "ic-alert",
18724
- "ic-back-to-top",
18725
17604
  "ic-badge",
18726
- "ic-card",
17605
+ "ic-card-vertical",
18727
17606
  "ic-checkbox",
18728
17607
  "ic-chip",
18729
17608
  "ic-classification-banner",
18730
- "ic-data-entity",
17609
+ "ic-data-list",
18731
17610
  "ic-data-row",
18732
17611
  "ic-dialog",
18733
17612
  "ic-empty-state",
@@ -18769,13 +17648,10 @@
18769
17648
  "ic-alert": [
18770
17649
  "ic-typography"
18771
17650
  ],
18772
- "ic-back-to-top": [
18773
- "ic-typography"
18774
- ],
18775
17651
  "ic-badge": [
18776
17652
  "ic-typography"
18777
17653
  ],
18778
- "ic-card": [
17654
+ "ic-card-vertical": [
18779
17655
  "ic-typography"
18780
17656
  ],
18781
17657
  "ic-checkbox": [
@@ -18787,7 +17663,7 @@
18787
17663
  "ic-classification-banner": [
18788
17664
  "ic-typography"
18789
17665
  ],
18790
- "ic-data-entity": [
17666
+ "ic-data-list": [
18791
17667
  "ic-typography"
18792
17668
  ],
18793
17669
  "ic-data-row": [
@@ -18887,7 +17763,7 @@
18887
17763
  "path": "src/utils/types.ts"
18888
17764
  },
18889
17765
  "src/utils/types.ts::IcSizes": {
18890
- "declaration": "export type IcSizes = \"default\" | \"large\" | \"small\";",
17766
+ "declaration": "export type IcSizes = \"medium\" | \"large\" | \"small\";",
18891
17767
  "docstring": "",
18892
17768
  "path": "src/utils/types.ts"
18893
17769
  },
@@ -18916,6 +17792,21 @@
18916
17792
  "docstring": "",
18917
17793
  "path": "src/components/ic-footer/ic-footer.types.tsx"
18918
17794
  },
17795
+ "src/components/ic-button/ic-button.types.ts::IcButtonTooltipPlacement": {
17796
+ "declaration": "export type IcButtonTooltipPlacement = \"top\" | \"right\" | \"bottom\" | \"left\";",
17797
+ "docstring": "",
17798
+ "path": "src/components/ic-button/ic-button.types.ts"
17799
+ },
17800
+ "src/components/ic-button/ic-button.types.ts::IcButtonTypes": {
17801
+ "declaration": "export type IcButtonTypes = \"reset\" | \"submit\" | \"button\";",
17802
+ "docstring": "",
17803
+ "path": "src/components/ic-button/ic-button.types.ts"
17804
+ },
17805
+ "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\";",
17807
+ "docstring": "",
17808
+ "path": "src/components/ic-button/ic-button.types.ts"
17809
+ },
18919
17810
  "src/utils/types.ts::IcColor": {
18920
17811
  "declaration": "export type IcColor = RGB | RGBA | HEX;",
18921
17812
  "docstring": "",
@@ -18926,6 +17817,11 @@
18926
17817
  "docstring": "",
18927
17818
  "path": "src/components/ic-badge/ic-badge.types.ts"
18928
17819
  },
17820
+ "src/utils/types.ts::IcThemeMode": {
17821
+ "declaration": "export type IcThemeMode = \"dark\" | \"light\" | \"inherit\";",
17822
+ "docstring": "",
17823
+ "path": "src/utils/types.ts"
17824
+ },
18929
17825
  "src/components/ic-badge/ic-badge.types.ts::IcBadgeTypes": {
18930
17826
  "declaration": "export type IcBadgeTypes = \"dot\" | \"text\" | \"icon\";",
18931
17827
  "docstring": "",
@@ -18936,36 +17832,11 @@
18936
17832
  "docstring": "",
18937
17833
  "path": "src/components/ic-badge/ic-badge.types.ts"
18938
17834
  },
18939
- "src/components/ic-button/ic-button.types.ts::IcButtonTooltipPlacement": {
18940
- "declaration": "export type IcButtonTooltipPlacement = \"top\" | \"right\" | \"bottom\" | \"left\";",
18941
- "docstring": "",
18942
- "path": "src/components/ic-button/ic-button.types.ts"
18943
- },
18944
- "src/components/ic-button/ic-button.types.ts::IcButtonTypes": {
18945
- "declaration": "export type IcButtonTypes = \"reset\" | \"submit\" | \"button\";",
18946
- "docstring": "",
18947
- "path": "src/components/ic-button/ic-button.types.ts"
18948
- },
18949
- "src/components/ic-button/ic-button.types.ts::IcButtonVariants": {
18950
- "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\";",
18951
- "docstring": "",
18952
- "path": "src/components/ic-button/ic-button.types.ts"
18953
- },
18954
- "src/components/ic-chip/ic-chip.types.ts::IcChipAppearance": {
18955
- "declaration": "export type IcChipAppearance = \"filled\" | \"outline\";",
18956
- "docstring": "",
18957
- "path": "src/components/ic-chip/ic-chip.types.ts"
18958
- },
18959
17835
  "src/utils/types.ts::IcEmphasisType": {
18960
17836
  "declaration": "export type IcEmphasisType = \"filled\" | \"outlined\";",
18961
17837
  "docstring": "",
18962
17838
  "path": "src/utils/types.ts"
18963
17839
  },
18964
- "src/utils/types.ts::IcThemeForegroundNoDefault": {
18965
- "declaration": "export type IcThemeForegroundNoDefault = \"dark\" | \"light\";",
18966
- "docstring": "",
18967
- "path": "src/utils/types.ts"
18968
- },
18969
17840
  "src/components/ic-tab/ic-tab.types.ts::IcTabClickEventDetail": {
18970
17841
  "declaration": "export interface IcTabClickEventDetail {\n tabId: string;\n contextId: string;\n position: number;\n}",
18971
17842
  "docstring": "",
@@ -19012,7 +17883,7 @@
19012
17883
  "path": "src/components/ic-text-field/ic-text-field.types.ts"
19013
17884
  },
19014
17885
  "src/utils/types.ts::IcSizesNoLarge": {
19015
- "declaration": "export type IcSizesNoLarge = \"default\" | \"small\";",
17886
+ "declaration": "export type IcSizesNoLarge = \"medium\" | \"small\";",
19016
17887
  "docstring": "",
19017
17888
  "path": "src/utils/types.ts"
19018
17889
  },
@@ -19046,8 +17917,13 @@
19046
17917
  "docstring": "",
19047
17918
  "path": "src/components/ic-input-validation/ic-input-validation.types.tsx"
19048
17919
  },
17920
+ "src/utils/types.ts::IcThemeForegroundNoDefault": {
17921
+ "declaration": "export type IcThemeForegroundNoDefault = \"dark\" | \"light\";",
17922
+ "docstring": "",
17923
+ "path": "src/utils/types.ts"
17924
+ },
19049
17925
  "src/components/ic-loading-indicator/ic-loading-indicator.types.tsx::IcLoadingSizes": {
19050
- "declaration": "export type IcLoadingSizes = \"default\" | \"small\" | \"large\" | \"icon\";",
17926
+ "declaration": "export type IcLoadingSizes = \"medium\" | \"small\" | \"large\" | \"icon\";",
19051
17927
  "docstring": "",
19052
17928
  "path": "src/components/ic-loading-indicator/ic-loading-indicator.types.tsx"
19053
17929
  },
@@ -19126,16 +18002,16 @@
19126
18002
  "docstring": "",
19127
18003
  "path": "src/components/ic-radio-group/ic-radio-group.types.ts"
19128
18004
  },
19129
- "src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarBlurEventDetail": {
19130
- "declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
19131
- "docstring": "",
19132
- "path": "src/components/ic-search-bar/ic-search-bar.types.ts"
19133
- },
19134
18005
  "src/utils/types.ts::IcBlurEventDetail": {
19135
18006
  "declaration": "export interface IcBlurEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
19136
18007
  "docstring": "",
19137
18008
  "path": "src/utils/types.ts"
19138
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
+ },
19139
18015
  "src/utils/types.ts::IcSearchMatchPositions": {
19140
18016
  "declaration": "export type IcSearchMatchPositions = \"start\" | \"anywhere\";",
19141
18017
  "docstring": "",
@@ -19146,11 +18022,6 @@
19146
18022
  "docstring": "",
19147
18023
  "path": "src/components/ic-skeleton/ic-skeleton.types.ts"
19148
18024
  },
19149
- "src/components/ic-status-tag/ic-status-tag.types.ts::IcStatusTagAppearance": {
19150
- "declaration": "export type IcStatusTagAppearance = \"filled\" | \"outlined\";",
19151
- "docstring": "",
19152
- "path": "src/components/ic-status-tag/ic-status-tag.types.ts"
19153
- },
19154
18025
  "src/components/ic-status-tag/ic-status-tag.types.ts::IcStatusTagStatuses": {
19155
18026
  "declaration": "export type IcStatusTagStatuses = \"neutral\" | \"success\" | \"warning\" | \"danger\";",
19156
18027
  "docstring": "",
@@ -19202,7 +18073,7 @@
19202
18073
  "path": "src/utils/types.ts"
19203
18074
  },
19204
18075
  "src/components/ic-toggle-button-group/ic-toggle-button-group.types.ts::IcChangeEventDetail": {
19205
- "declaration": "export interface IcChangeEventDetail {\n toggleChecked: boolean[] | boolean;\n toggledOptions?: {\n toggleButton: HTMLIcToggleButtonElement;\n }[];\n selectedOption: HTMLIcToggleButtonElement;\n}",
18076
+ "declaration": "export interface IcChangeEventDetail {\n checked: boolean[] | boolean;\n toggledOptions?: {\n toggleButton: HTMLIcToggleButtonElement;\n }[];\n selectedOption: HTMLIcToggleButtonElement;\n}",
19206
18077
  "docstring": "",
19207
18078
  "path": "src/components/ic-toggle-button-group/ic-toggle-button-group.types.ts"
19208
18079
  }