react-magma-dom 3.0.0 → 3.1.0
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.
- package/dist/components/Accordion/Accordion.d.ts +3 -0
- package/dist/components/Accordion/Accordion.stories.d.ts +8 -0
- package/dist/components/Accordion/useAccordion.d.ts +3 -0
- package/dist/components/Accordion/useAccordionButton.d.ts +3 -0
- package/dist/components/Accordion/useAccordionItem.d.ts +3 -0
- package/dist/components/Alert/Alert.stories.d.ts +7 -8
- package/dist/components/Alert/index.d.ts +4 -1
- package/dist/components/AlertBase/index.d.ts +8 -1
- package/dist/components/Announce/index.d.ts +3 -0
- package/dist/components/AppBar/AppBar.d.ts +7 -0
- package/dist/components/Badge/index.d.ts +3 -2
- package/dist/components/Banner/Banner.stories.d.ts +4 -2
- package/dist/components/Banner/index.d.ts +1 -0
- package/dist/components/BlockQuote/BlockQuoteItem.d.ts +3 -0
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +7 -0
- package/dist/components/Breadcrumb/BreadcrumbItem.d.ts +3 -0
- package/dist/components/BreakpointsContainer/index.d.ts +4 -1
- package/dist/components/Button/Button.stories.d.ts +2 -0
- package/dist/components/Button/index.d.ts +4 -1
- package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +330 -0
- package/dist/components/ButtonGroup/index.d.ts +72 -0
- package/dist/components/Card/Card.d.ts +3 -0
- package/dist/components/Card/CardBody.d.ts +3 -0
- package/dist/components/Card/CardHeading.d.ts +3 -0
- package/dist/components/Checkbox/index.d.ts +8 -1
- package/dist/components/Combobox/index.d.ts +13 -4
- package/dist/components/Container/Container.d.ts +5 -0
- package/dist/components/Datagrid/Datagrid.d.ts +3 -1
- package/dist/components/Datagrid/Datagrid.stories.d.ts +8 -8
- package/dist/components/DatePicker/CalendarContext.d.ts +1 -0
- package/dist/components/DatePicker/CalendarDay.d.ts +1 -0
- package/dist/components/DatePicker/CalendarHeader.d.ts +1 -0
- package/dist/components/DatePicker/CalendarMonth.d.ts +1 -0
- package/dist/components/DatePicker/DatePicker.stories.d.ts +1 -0
- package/dist/components/DatePicker/HelperInformation.d.ts +1 -0
- package/dist/components/DatePicker/index.d.ts +3 -0
- package/dist/components/Drawer/Drawer.d.ts +5 -0
- package/dist/components/Dropdown/Dropdown.d.ts +7 -7
- package/dist/components/Dropdown/Dropdown.stories.d.ts +2 -0
- package/dist/components/Dropdown/DropdownButton.d.ts +1 -1
- package/dist/components/Dropdown/DropdownContent.d.ts +4 -0
- package/dist/components/Dropdown/DropdownDivider.d.ts +4 -0
- package/dist/components/Dropdown/DropdownHeader.d.ts +3 -0
- package/dist/components/Dropdown/DropdownMenuItem.d.ts +5 -1
- package/dist/components/Flex/Flex.d.ts +4 -0
- package/dist/components/Form/index.d.ts +1 -1
- package/dist/components/FormFieldContainer/FormFieldContainer.d.ts +4 -0
- package/dist/components/FormGroup/index.d.ts +3 -0
- package/dist/components/Heading/Heading.stories.d.ts +1 -0
- package/dist/components/Heading/index.d.ts +4 -1
- package/dist/components/HideAtBreakpoint/index.d.ts +6 -0
- package/dist/components/Hyperlink/index.d.ts +4 -0
- package/dist/components/IndeterminateCheckbox/index.d.ts +3 -0
- package/dist/components/Input/InputMessage.d.ts +3 -0
- package/dist/components/InputBase/InputBase.stories.d.ts +1 -0
- package/dist/components/InputBase/index.d.ts +3 -0
- package/dist/components/Label/index.d.ts +9 -0
- package/dist/components/List/List.d.ts +5 -2
- package/dist/components/LoadingIndicator/LoadingIndicator.stories.d.ts +28 -1
- package/dist/components/LoadingIndicator/index.d.ts +4 -0
- package/dist/components/Modal/Modal.d.ts +3 -0
- package/dist/components/Modal/Modal.stories.d.ts +0 -1
- package/dist/components/NativeSelect/NativeSelect.d.ts +3 -0
- package/dist/components/NavTabs/NavTab.d.ts +3 -0
- package/dist/components/Pagination/Pagination.d.ts +4 -0
- package/dist/components/Pagination/usePagination.d.ts +1 -0
- package/dist/components/Paragraph/index.d.ts +3 -0
- package/dist/components/PasswordInput/index.d.ts +3 -0
- package/dist/components/ProgressBar/index.d.ts +3 -0
- package/dist/components/ProgressRing/index.d.ts +3 -0
- package/dist/components/Radio/index.d.ts +4 -1
- package/dist/components/RadioGroup/index.d.ts +3 -0
- package/dist/components/Search/index.d.ts +3 -0
- package/dist/components/Select/ItemsList.d.ts +1 -0
- package/dist/components/Select/components.d.ts +2 -1
- package/dist/components/Select/index.d.ts +3 -0
- package/dist/components/Select/shared.d.ts +5 -1
- package/dist/components/SelectionControls/StyledContainer.d.ts +2 -2
- package/dist/components/SkipLink/index.d.ts +3 -0
- package/dist/components/SkipLinkContent/index.d.ts +3 -0
- package/dist/components/Spacer/Spacer.d.ts +4 -0
- package/dist/components/Spinner/index.d.ts +5 -1
- package/dist/components/StyledButton/styles.d.ts +2 -2
- package/dist/components/Table/Table.d.ts +18 -0
- package/dist/components/Table/Table.stories.d.ts +836 -6
- package/dist/components/Table/TableBody.d.ts +3 -0
- package/dist/components/Table/TableCell.d.ts +3 -0
- package/dist/components/Table/TableHead.d.ts +3 -0
- package/dist/components/Table/TableHeaderCell.d.ts +3 -0
- package/dist/components/Table/TablePagination.d.ts +4 -1
- package/dist/components/Table/TableRow.d.ts +3 -0
- package/dist/components/Tabs/Tab.d.ts +3 -0
- package/dist/components/Tabs/TabPanel.d.ts +3 -0
- package/dist/components/Tabs/TabPanelsContainer.d.ts +3 -0
- package/dist/components/Tabs/Tabs.d.ts +7 -0
- package/dist/components/Tabs/Tabs.stories.d.ts +1 -0
- package/dist/components/Tabs/TabsContainer.d.ts +3 -0
- package/dist/components/Tag/Tag.d.ts +2 -0
- package/dist/components/Textarea/Textarea.stories.d.ts +1 -0
- package/dist/components/Textarea/index.d.ts +3 -0
- package/dist/components/TimePicker/useTimePicker.d.ts +2 -2
- package/dist/components/Toast/Toast.stories.d.ts +51 -1
- package/dist/components/Toast/ToastsContainer.d.ts +3 -0
- package/dist/components/Toast/index.d.ts +6 -1
- package/dist/components/Toggle/index.d.ts +4 -0
- package/dist/components/Tooltip/Tooltip.stories.d.ts +2 -0
- package/dist/components/Tooltip/index.d.ts +4 -0
- package/dist/components/Transition/Transition.d.ts +3 -0
- package/dist/components/Typography/index.d.ts +5 -0
- package/dist/components/VisuallyHidden/index.d.ts +3 -0
- package/dist/esm/index.js +2561 -2438
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/properties.json +589 -994
- package/dist/react-magma-dom.cjs.development.js +1435 -921
- package/dist/react-magma-dom.cjs.development.js.map +1 -1
- package/dist/react-magma-dom.cjs.production.min.js +1 -1
- package/dist/react-magma-dom.cjs.production.min.js.map +1 -1
- package/dist/theme/ThemeContext.d.ts +28 -32
- package/dist/theme/magma.d.ts +46 -66
- package/dist/utils/index.d.ts +10 -0
- package/package.json +1 -1
- package/dist/components/FormFieldContainer/FormFieldContainer.stories.d.ts +0 -34
package/dist/properties.json
CHANGED
|
@@ -69,15 +69,6 @@
|
|
|
69
69
|
},
|
|
70
70
|
"description": "Event that fires when an accordion button is clicked",
|
|
71
71
|
"deprecated": false
|
|
72
|
-
},
|
|
73
|
-
"testId": {
|
|
74
|
-
"name": "testId",
|
|
75
|
-
"required": false,
|
|
76
|
-
"type": {
|
|
77
|
-
"name": "string"
|
|
78
|
-
},
|
|
79
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
80
|
-
"deprecated": false
|
|
81
72
|
}
|
|
82
73
|
}
|
|
83
74
|
},
|
|
@@ -152,15 +143,6 @@
|
|
|
152
143
|
},
|
|
153
144
|
"description": "Event that fires when an accordion button is clicked",
|
|
154
145
|
"deprecated": false
|
|
155
|
-
},
|
|
156
|
-
"testId": {
|
|
157
|
-
"name": "testId",
|
|
158
|
-
"required": false,
|
|
159
|
-
"type": {
|
|
160
|
-
"name": "string"
|
|
161
|
-
},
|
|
162
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
163
|
-
"deprecated": false
|
|
164
146
|
}
|
|
165
147
|
}
|
|
166
148
|
},
|
|
@@ -234,15 +216,6 @@
|
|
|
234
216
|
},
|
|
235
217
|
"description": "Event that fires when an accordion button is clicked",
|
|
236
218
|
"deprecated": false
|
|
237
|
-
},
|
|
238
|
-
"testId": {
|
|
239
|
-
"name": "testId",
|
|
240
|
-
"required": false,
|
|
241
|
-
"type": {
|
|
242
|
-
"name": "string"
|
|
243
|
-
},
|
|
244
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
245
|
-
"deprecated": false
|
|
246
219
|
}
|
|
247
220
|
}
|
|
248
221
|
},
|
|
@@ -317,15 +290,6 @@
|
|
|
317
290
|
},
|
|
318
291
|
"description": "Event that fires when an accordion button is clicked",
|
|
319
292
|
"deprecated": false
|
|
320
|
-
},
|
|
321
|
-
"testId": {
|
|
322
|
-
"name": "testId",
|
|
323
|
-
"required": false,
|
|
324
|
-
"type": {
|
|
325
|
-
"name": "string"
|
|
326
|
-
},
|
|
327
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
328
|
-
"deprecated": false
|
|
329
293
|
}
|
|
330
294
|
}
|
|
331
295
|
},
|
|
@@ -417,15 +381,6 @@
|
|
|
417
381
|
},
|
|
418
382
|
"description": "Event that fires when an accordion button is clicked",
|
|
419
383
|
"deprecated": false
|
|
420
|
-
},
|
|
421
|
-
"testId": {
|
|
422
|
-
"name": "testId",
|
|
423
|
-
"required": false,
|
|
424
|
-
"type": {
|
|
425
|
-
"name": "string"
|
|
426
|
-
},
|
|
427
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
428
|
-
"deprecated": false
|
|
429
384
|
}
|
|
430
385
|
}
|
|
431
386
|
},
|
|
@@ -503,15 +458,6 @@
|
|
|
503
458
|
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
504
459
|
"defaultValue": "false",
|
|
505
460
|
"deprecated": false
|
|
506
|
-
},
|
|
507
|
-
"testId": {
|
|
508
|
-
"name": "testId",
|
|
509
|
-
"required": false,
|
|
510
|
-
"type": {
|
|
511
|
-
"name": "string"
|
|
512
|
-
},
|
|
513
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
514
|
-
"deprecated": false
|
|
515
461
|
}
|
|
516
462
|
}
|
|
517
463
|
},
|
|
@@ -551,15 +497,6 @@
|
|
|
551
497
|
"name": "boolean"
|
|
552
498
|
},
|
|
553
499
|
"deprecated": false
|
|
554
|
-
},
|
|
555
|
-
"testId": {
|
|
556
|
-
"name": "testId",
|
|
557
|
-
"required": false,
|
|
558
|
-
"type": {
|
|
559
|
-
"name": "string"
|
|
560
|
-
},
|
|
561
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
562
|
-
"deprecated": false
|
|
563
500
|
}
|
|
564
501
|
}
|
|
565
502
|
},
|
|
@@ -608,7 +545,6 @@
|
|
|
608
545
|
"type": {
|
|
609
546
|
"name": "string"
|
|
610
547
|
},
|
|
611
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
612
548
|
"deprecated": false
|
|
613
549
|
}
|
|
614
550
|
}
|
|
@@ -763,15 +699,6 @@
|
|
|
763
699
|
},
|
|
764
700
|
"description": "Event that fires when an accordion button is clicked",
|
|
765
701
|
"deprecated": false
|
|
766
|
-
},
|
|
767
|
-
"testId": {
|
|
768
|
-
"name": "testId",
|
|
769
|
-
"required": false,
|
|
770
|
-
"type": {
|
|
771
|
-
"name": "string"
|
|
772
|
-
},
|
|
773
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
774
|
-
"deprecated": false
|
|
775
702
|
}
|
|
776
703
|
}
|
|
777
704
|
},
|
|
@@ -819,15 +746,6 @@
|
|
|
819
746
|
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
820
747
|
"defaultValue": "false",
|
|
821
748
|
"deprecated": false
|
|
822
|
-
},
|
|
823
|
-
"testId": {
|
|
824
|
-
"name": "testId",
|
|
825
|
-
"required": false,
|
|
826
|
-
"type": {
|
|
827
|
-
"name": "string"
|
|
828
|
-
},
|
|
829
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
830
|
-
"deprecated": false
|
|
831
749
|
}
|
|
832
750
|
}
|
|
833
751
|
},
|
|
@@ -931,15 +849,6 @@
|
|
|
931
849
|
"name": "boolean"
|
|
932
850
|
},
|
|
933
851
|
"deprecated": false
|
|
934
|
-
},
|
|
935
|
-
"testId": {
|
|
936
|
-
"name": "testId",
|
|
937
|
-
"required": false,
|
|
938
|
-
"type": {
|
|
939
|
-
"name": "string"
|
|
940
|
-
},
|
|
941
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
942
|
-
"deprecated": false
|
|
943
852
|
}
|
|
944
853
|
}
|
|
945
854
|
},
|
|
@@ -1036,15 +945,6 @@
|
|
|
1036
945
|
"description": "Action that fires when the close button is clicked (required when isDismissible is true)",
|
|
1037
946
|
"deprecated": false
|
|
1038
947
|
},
|
|
1039
|
-
"testId": {
|
|
1040
|
-
"name": "testId",
|
|
1041
|
-
"required": false,
|
|
1042
|
-
"type": {
|
|
1043
|
-
"name": "string"
|
|
1044
|
-
},
|
|
1045
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
1046
|
-
"deprecated": false
|
|
1047
|
-
},
|
|
1048
948
|
"variant": {
|
|
1049
949
|
"name": "variant",
|
|
1050
950
|
"required": false,
|
|
@@ -1053,13 +953,12 @@
|
|
|
1053
953
|
"options": [
|
|
1054
954
|
"AlertVariant.danger",
|
|
1055
955
|
"AlertVariant.info",
|
|
1056
|
-
"AlertVariant.muted",
|
|
1057
956
|
"AlertVariant.success",
|
|
1058
957
|
"AlertVariant.warning"
|
|
1059
958
|
]
|
|
1060
959
|
},
|
|
1061
960
|
"description": "The variant of the alert, indicating its function in the UI",
|
|
1062
|
-
"defaultValue": "
|
|
961
|
+
"defaultValue": "AlertVariant.info",
|
|
1063
962
|
"deprecated": false
|
|
1064
963
|
}
|
|
1065
964
|
}
|
|
@@ -1098,6 +997,14 @@
|
|
|
1098
997
|
},
|
|
1099
998
|
"deprecated": false
|
|
1100
999
|
},
|
|
1000
|
+
"id": {
|
|
1001
|
+
"name": "id",
|
|
1002
|
+
"required": false,
|
|
1003
|
+
"type": {
|
|
1004
|
+
"name": "string"
|
|
1005
|
+
},
|
|
1006
|
+
"deprecated": false
|
|
1007
|
+
},
|
|
1101
1008
|
"isDismissed": {
|
|
1102
1009
|
"name": "isDismissed",
|
|
1103
1010
|
"required": false,
|
|
@@ -1156,15 +1063,6 @@
|
|
|
1156
1063
|
},
|
|
1157
1064
|
"deprecated": false
|
|
1158
1065
|
},
|
|
1159
|
-
"testId": {
|
|
1160
|
-
"name": "testId",
|
|
1161
|
-
"required": false,
|
|
1162
|
-
"type": {
|
|
1163
|
-
"name": "string"
|
|
1164
|
-
},
|
|
1165
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
1166
|
-
"deprecated": false
|
|
1167
|
-
},
|
|
1168
1066
|
"toastDuration": {
|
|
1169
1067
|
"name": "toastDuration",
|
|
1170
1068
|
"required": false,
|
|
@@ -1181,7 +1079,6 @@
|
|
|
1181
1079
|
"options": [
|
|
1182
1080
|
"AlertVariant.danger",
|
|
1183
1081
|
"AlertVariant.info",
|
|
1184
|
-
"AlertVariant.muted",
|
|
1185
1082
|
"AlertVariant.success",
|
|
1186
1083
|
"AlertVariant.warning"
|
|
1187
1084
|
]
|
|
@@ -1233,15 +1130,6 @@
|
|
|
1233
1130
|
"description": "Value of the `aria-live` attribute",
|
|
1234
1131
|
"defaultValue": "AnnouncePoliteness.polite",
|
|
1235
1132
|
"deprecated": false
|
|
1236
|
-
},
|
|
1237
|
-
"testId": {
|
|
1238
|
-
"name": "testId",
|
|
1239
|
-
"required": false,
|
|
1240
|
-
"type": {
|
|
1241
|
-
"name": "string"
|
|
1242
|
-
},
|
|
1243
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
1244
|
-
"deprecated": false
|
|
1245
1133
|
}
|
|
1246
1134
|
}
|
|
1247
1135
|
},
|
|
@@ -1307,15 +1195,8 @@
|
|
|
1307
1195
|
"AppBarPosition.sticky"
|
|
1308
1196
|
]
|
|
1309
1197
|
},
|
|
1310
|
-
"
|
|
1311
|
-
|
|
1312
|
-
"testId": {
|
|
1313
|
-
"name": "testId",
|
|
1314
|
-
"required": false,
|
|
1315
|
-
"type": {
|
|
1316
|
-
"name": "string"
|
|
1317
|
-
},
|
|
1318
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
1198
|
+
"description": "Position of the AppBar",
|
|
1199
|
+
"defaultValue": "AppBarPosition.static",
|
|
1319
1200
|
"deprecated": false
|
|
1320
1201
|
}
|
|
1321
1202
|
}
|
|
@@ -1385,15 +1266,6 @@
|
|
|
1385
1266
|
"description": "Action that fires when the badge is clicked. Causes the Badge to render as a button instead of a span.",
|
|
1386
1267
|
"deprecated": false
|
|
1387
1268
|
},
|
|
1388
|
-
"testId": {
|
|
1389
|
-
"name": "testId",
|
|
1390
|
-
"required": false,
|
|
1391
|
-
"type": {
|
|
1392
|
-
"name": "string"
|
|
1393
|
-
},
|
|
1394
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
1395
|
-
"deprecated": false
|
|
1396
|
-
},
|
|
1397
1269
|
"variant": {
|
|
1398
1270
|
"name": "variant",
|
|
1399
1271
|
"required": false,
|
|
@@ -1496,15 +1368,6 @@
|
|
|
1496
1368
|
"description": "Action that fires when the close button is clicked (required when isDismissible is true)",
|
|
1497
1369
|
"deprecated": false
|
|
1498
1370
|
},
|
|
1499
|
-
"testId": {
|
|
1500
|
-
"name": "testId",
|
|
1501
|
-
"required": false,
|
|
1502
|
-
"type": {
|
|
1503
|
-
"name": "string"
|
|
1504
|
-
},
|
|
1505
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
1506
|
-
"deprecated": false
|
|
1507
|
-
},
|
|
1508
1371
|
"variant": {
|
|
1509
1372
|
"name": "variant",
|
|
1510
1373
|
"required": false,
|
|
@@ -1513,13 +1376,12 @@
|
|
|
1513
1376
|
"options": [
|
|
1514
1377
|
"AlertVariant.danger",
|
|
1515
1378
|
"AlertVariant.info",
|
|
1516
|
-
"AlertVariant.muted",
|
|
1517
1379
|
"AlertVariant.success",
|
|
1518
1380
|
"AlertVariant.warning"
|
|
1519
1381
|
]
|
|
1520
1382
|
},
|
|
1521
1383
|
"description": "The variant of the alert, indicating its function in the UI",
|
|
1522
|
-
"defaultValue": "
|
|
1384
|
+
"defaultValue": "AlertVariant.info",
|
|
1523
1385
|
"deprecated": false
|
|
1524
1386
|
}
|
|
1525
1387
|
}
|
|
@@ -1671,15 +1533,6 @@
|
|
|
1671
1533
|
"defaultValue": "false",
|
|
1672
1534
|
"deprecated": false
|
|
1673
1535
|
},
|
|
1674
|
-
"testId": {
|
|
1675
|
-
"name": "testId",
|
|
1676
|
-
"required": false,
|
|
1677
|
-
"type": {
|
|
1678
|
-
"name": "string"
|
|
1679
|
-
},
|
|
1680
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
1681
|
-
"deprecated": false
|
|
1682
|
-
},
|
|
1683
1536
|
"theme": {
|
|
1684
1537
|
"name": "theme",
|
|
1685
1538
|
"required": false,
|
|
@@ -1698,6 +1551,7 @@
|
|
|
1698
1551
|
"TypographyVisualStyle.bodyMedium",
|
|
1699
1552
|
"TypographyVisualStyle.bodySmall",
|
|
1700
1553
|
"TypographyVisualStyle.bodyXSmall",
|
|
1554
|
+
"TypographyVisualStyle.heading2XLarge",
|
|
1701
1555
|
"TypographyVisualStyle.heading2XSmall",
|
|
1702
1556
|
"TypographyVisualStyle.headingLarge",
|
|
1703
1557
|
"TypographyVisualStyle.headingMedium",
|
|
@@ -1732,6 +1586,15 @@
|
|
|
1732
1586
|
"children": "required"
|
|
1733
1587
|
},
|
|
1734
1588
|
"properties": {
|
|
1589
|
+
"aria-label": {
|
|
1590
|
+
"name": "aria-label",
|
|
1591
|
+
"required": false,
|
|
1592
|
+
"type": {
|
|
1593
|
+
"name": "string"
|
|
1594
|
+
},
|
|
1595
|
+
"description": "The text the screen reader will announce that describes your breadcrumb.",
|
|
1596
|
+
"deprecated": false
|
|
1597
|
+
},
|
|
1735
1598
|
"children": {
|
|
1736
1599
|
"name": "children",
|
|
1737
1600
|
"required": true,
|
|
@@ -1750,15 +1613,6 @@
|
|
|
1750
1613
|
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
1751
1614
|
"defaultValue": "false",
|
|
1752
1615
|
"deprecated": false
|
|
1753
|
-
},
|
|
1754
|
-
"testId": {
|
|
1755
|
-
"name": "testId",
|
|
1756
|
-
"required": false,
|
|
1757
|
-
"type": {
|
|
1758
|
-
"name": "string"
|
|
1759
|
-
},
|
|
1760
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
1761
|
-
"deprecated": false
|
|
1762
1616
|
}
|
|
1763
1617
|
}
|
|
1764
1618
|
},
|
|
@@ -1791,15 +1645,6 @@
|
|
|
1791
1645
|
"description": "The content of the component",
|
|
1792
1646
|
"deprecated": false
|
|
1793
1647
|
},
|
|
1794
|
-
"testId": {
|
|
1795
|
-
"name": "testId",
|
|
1796
|
-
"required": false,
|
|
1797
|
-
"type": {
|
|
1798
|
-
"name": "string"
|
|
1799
|
-
},
|
|
1800
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
1801
|
-
"deprecated": false
|
|
1802
|
-
},
|
|
1803
1648
|
"to": {
|
|
1804
1649
|
"name": "to",
|
|
1805
1650
|
"required": false,
|
|
@@ -1837,15 +1682,6 @@
|
|
|
1837
1682
|
"description": "The relative screen size for the breakpoint. Will go from pixel width specified up to the next breakpoint.",
|
|
1838
1683
|
"defaultValue": "BreakpointScreenSize.xs",
|
|
1839
1684
|
"deprecated": false
|
|
1840
|
-
},
|
|
1841
|
-
"testId": {
|
|
1842
|
-
"name": "testId",
|
|
1843
|
-
"required": false,
|
|
1844
|
-
"type": {
|
|
1845
|
-
"name": "string"
|
|
1846
|
-
},
|
|
1847
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
1848
|
-
"deprecated": false
|
|
1849
1685
|
}
|
|
1850
1686
|
}
|
|
1851
1687
|
},
|
|
@@ -1876,7 +1712,7 @@
|
|
|
1876
1712
|
"name": "object"
|
|
1877
1713
|
},
|
|
1878
1714
|
"description": "Object that defines the pixel size of individual breakpoints",
|
|
1879
|
-
"defaultValue": "{
|
|
1715
|
+
"defaultValue": "{xs: 0, small: 600, medium: 768, large: 1024, xl: 1200}",
|
|
1880
1716
|
"deprecated": false
|
|
1881
1717
|
},
|
|
1882
1718
|
"children": {
|
|
@@ -1917,15 +1753,6 @@
|
|
|
1917
1753
|
"description": "The content of the component",
|
|
1918
1754
|
"deprecated": false
|
|
1919
1755
|
},
|
|
1920
|
-
"testId": {
|
|
1921
|
-
"name": "testId",
|
|
1922
|
-
"required": false,
|
|
1923
|
-
"type": {
|
|
1924
|
-
"name": "string"
|
|
1925
|
-
},
|
|
1926
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
1927
|
-
"deprecated": false
|
|
1928
|
-
},
|
|
1929
1756
|
"type": {
|
|
1930
1757
|
"name": "type",
|
|
1931
1758
|
"required": false,
|
|
@@ -1974,7 +1801,7 @@
|
|
|
1974
1801
|
"type": {
|
|
1975
1802
|
"name": "boolean"
|
|
1976
1803
|
},
|
|
1977
|
-
"description": "
|
|
1804
|
+
"description": "Set the button to display full-width.",
|
|
1978
1805
|
"defaultValue": "false",
|
|
1979
1806
|
"deprecated": false
|
|
1980
1807
|
},
|
|
@@ -2071,12 +1898,12 @@
|
|
|
2071
1898
|
"types": [
|
|
2072
1899
|
{
|
|
2073
1900
|
"type": "reference",
|
|
2074
|
-
"id":
|
|
1901
|
+
"id": 3647,
|
|
2075
1902
|
"name": "BaseButtonProps"
|
|
2076
1903
|
},
|
|
2077
1904
|
{
|
|
2078
1905
|
"type": "reference",
|
|
2079
|
-
"id":
|
|
1906
|
+
"id": 3638,
|
|
2080
1907
|
"name": "ButtonStyles"
|
|
2081
1908
|
}
|
|
2082
1909
|
]
|
|
@@ -2105,7 +1932,7 @@
|
|
|
2105
1932
|
"type": {
|
|
2106
1933
|
"name": "boolean"
|
|
2107
1934
|
},
|
|
2108
|
-
"description": "
|
|
1935
|
+
"description": "Set the button to display full-width.",
|
|
2109
1936
|
"defaultValue": "false",
|
|
2110
1937
|
"deprecated": false
|
|
2111
1938
|
},
|
|
@@ -2160,15 +1987,6 @@
|
|
|
2160
1987
|
"defaultValue": "ButtonSize.medium",
|
|
2161
1988
|
"deprecated": false
|
|
2162
1989
|
},
|
|
2163
|
-
"testId": {
|
|
2164
|
-
"name": "testId",
|
|
2165
|
-
"required": false,
|
|
2166
|
-
"type": {
|
|
2167
|
-
"name": "string"
|
|
2168
|
-
},
|
|
2169
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
2170
|
-
"deprecated": false
|
|
2171
|
-
},
|
|
2172
1990
|
"textTransform": {
|
|
2173
1991
|
"name": "textTransform",
|
|
2174
1992
|
"required": false,
|
|
@@ -2213,6 +2031,220 @@
|
|
|
2213
2031
|
}
|
|
2214
2032
|
}
|
|
2215
2033
|
},
|
|
2034
|
+
{
|
|
2035
|
+
"name": "ButtonGroupContextInterface",
|
|
2036
|
+
"kind": 256,
|
|
2037
|
+
"kindString": "Interface",
|
|
2038
|
+
"flags": {
|
|
2039
|
+
"isExported": true
|
|
2040
|
+
},
|
|
2041
|
+
"id": "ButtonGroupContextInterface",
|
|
2042
|
+
"tags": {},
|
|
2043
|
+
"properties": {
|
|
2044
|
+
"color": {
|
|
2045
|
+
"name": "color",
|
|
2046
|
+
"required": false,
|
|
2047
|
+
"type": {
|
|
2048
|
+
"name": "enum",
|
|
2049
|
+
"options": [
|
|
2050
|
+
"ButtonColor.danger",
|
|
2051
|
+
"ButtonColor.marketing",
|
|
2052
|
+
"ButtonColor.primary",
|
|
2053
|
+
"ButtonColor.secondary"
|
|
2054
|
+
]
|
|
2055
|
+
},
|
|
2056
|
+
"deprecated": false
|
|
2057
|
+
},
|
|
2058
|
+
"isInverse": {
|
|
2059
|
+
"name": "isInverse",
|
|
2060
|
+
"required": false,
|
|
2061
|
+
"type": {
|
|
2062
|
+
"name": "boolean"
|
|
2063
|
+
},
|
|
2064
|
+
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
2065
|
+
"defaultValue": "false",
|
|
2066
|
+
"deprecated": false
|
|
2067
|
+
},
|
|
2068
|
+
"size": {
|
|
2069
|
+
"name": "size",
|
|
2070
|
+
"required": false,
|
|
2071
|
+
"type": {
|
|
2072
|
+
"name": "enum",
|
|
2073
|
+
"options": [
|
|
2074
|
+
"ButtonSize.large",
|
|
2075
|
+
"ButtonSize.medium",
|
|
2076
|
+
"ButtonSize.small"
|
|
2077
|
+
]
|
|
2078
|
+
},
|
|
2079
|
+
"deprecated": false
|
|
2080
|
+
},
|
|
2081
|
+
"textTransform": {
|
|
2082
|
+
"name": "textTransform",
|
|
2083
|
+
"required": false,
|
|
2084
|
+
"type": {
|
|
2085
|
+
"name": "enum",
|
|
2086
|
+
"options": [
|
|
2087
|
+
"ButtonTextTransform.none",
|
|
2088
|
+
"ButtonTextTransform.uppercase"
|
|
2089
|
+
]
|
|
2090
|
+
},
|
|
2091
|
+
"deprecated": false
|
|
2092
|
+
},
|
|
2093
|
+
"variant": {
|
|
2094
|
+
"name": "variant",
|
|
2095
|
+
"required": false,
|
|
2096
|
+
"type": {
|
|
2097
|
+
"name": "enum",
|
|
2098
|
+
"options": [
|
|
2099
|
+
"ButtonVariant.link",
|
|
2100
|
+
"ButtonVariant.solid"
|
|
2101
|
+
]
|
|
2102
|
+
},
|
|
2103
|
+
"deprecated": false
|
|
2104
|
+
}
|
|
2105
|
+
}
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"name": "ButtonGroupProps",
|
|
2109
|
+
"kind": 256,
|
|
2110
|
+
"kindString": "Interface",
|
|
2111
|
+
"flags": {
|
|
2112
|
+
"isExported": true
|
|
2113
|
+
},
|
|
2114
|
+
"comment": {
|
|
2115
|
+
"tags": [
|
|
2116
|
+
{
|
|
2117
|
+
"tag": "children",
|
|
2118
|
+
"text": "required\n"
|
|
2119
|
+
}
|
|
2120
|
+
]
|
|
2121
|
+
},
|
|
2122
|
+
"id": "ButtonGroupProps",
|
|
2123
|
+
"tags": {
|
|
2124
|
+
"children": "required"
|
|
2125
|
+
},
|
|
2126
|
+
"properties": {
|
|
2127
|
+
"alignment": {
|
|
2128
|
+
"name": "alignment",
|
|
2129
|
+
"required": false,
|
|
2130
|
+
"type": {
|
|
2131
|
+
"name": "enum",
|
|
2132
|
+
"options": [
|
|
2133
|
+
"ButtonGroupAlignment.apart",
|
|
2134
|
+
"ButtonGroupAlignment.center",
|
|
2135
|
+
"ButtonGroupAlignment.fill",
|
|
2136
|
+
"ButtonGroupAlignment.left",
|
|
2137
|
+
"ButtonGroupAlignment.right"
|
|
2138
|
+
]
|
|
2139
|
+
},
|
|
2140
|
+
"description": "Alignment of the dropdown content",
|
|
2141
|
+
"defaultValue": "ButtonGroupAlignment.left",
|
|
2142
|
+
"deprecated": false
|
|
2143
|
+
},
|
|
2144
|
+
"children": {
|
|
2145
|
+
"name": "children",
|
|
2146
|
+
"required": true,
|
|
2147
|
+
"type": {
|
|
2148
|
+
"name": "ReactNode | undefined"
|
|
2149
|
+
},
|
|
2150
|
+
"description": "The content of the component",
|
|
2151
|
+
"deprecated": false
|
|
2152
|
+
},
|
|
2153
|
+
"color": {
|
|
2154
|
+
"name": "color",
|
|
2155
|
+
"required": false,
|
|
2156
|
+
"type": {
|
|
2157
|
+
"name": "enum",
|
|
2158
|
+
"options": [
|
|
2159
|
+
"ButtonColor.danger",
|
|
2160
|
+
"ButtonColor.marketing",
|
|
2161
|
+
"ButtonColor.primary",
|
|
2162
|
+
"ButtonColor.secondary"
|
|
2163
|
+
]
|
|
2164
|
+
},
|
|
2165
|
+
"description": "The color of all the buttons in the group",
|
|
2166
|
+
"defaultValue": "ButtonColor.primary",
|
|
2167
|
+
"deprecated": false
|
|
2168
|
+
},
|
|
2169
|
+
"isInverse": {
|
|
2170
|
+
"name": "isInverse",
|
|
2171
|
+
"required": false,
|
|
2172
|
+
"type": {
|
|
2173
|
+
"name": "boolean"
|
|
2174
|
+
},
|
|
2175
|
+
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
2176
|
+
"defaultValue": "false",
|
|
2177
|
+
"deprecated": false
|
|
2178
|
+
},
|
|
2179
|
+
"noSpace": {
|
|
2180
|
+
"name": "noSpace",
|
|
2181
|
+
"required": false,
|
|
2182
|
+
"type": {
|
|
2183
|
+
"name": "boolean"
|
|
2184
|
+
},
|
|
2185
|
+
"description": "Whether or not the buttons in the group are spaced out",
|
|
2186
|
+
"defaultValue": "false",
|
|
2187
|
+
"deprecated": false
|
|
2188
|
+
},
|
|
2189
|
+
"orientation": {
|
|
2190
|
+
"name": "orientation",
|
|
2191
|
+
"required": false,
|
|
2192
|
+
"type": {
|
|
2193
|
+
"name": "enum",
|
|
2194
|
+
"options": [
|
|
2195
|
+
"ButtonGroupOrientation.horizontal",
|
|
2196
|
+
"ButtonGroupOrientation.vertical"
|
|
2197
|
+
]
|
|
2198
|
+
},
|
|
2199
|
+
"description": "Determines if the buttons are displayed vertically or horizontally",
|
|
2200
|
+
"defaultValue": "ButtonGroupOrientation.horizontal",
|
|
2201
|
+
"deprecated": false
|
|
2202
|
+
},
|
|
2203
|
+
"size": {
|
|
2204
|
+
"name": "size",
|
|
2205
|
+
"required": false,
|
|
2206
|
+
"type": {
|
|
2207
|
+
"name": "enum",
|
|
2208
|
+
"options": [
|
|
2209
|
+
"ButtonSize.large",
|
|
2210
|
+
"ButtonSize.medium",
|
|
2211
|
+
"ButtonSize.small"
|
|
2212
|
+
]
|
|
2213
|
+
},
|
|
2214
|
+
"description": "The relative size of all the buttons in the group",
|
|
2215
|
+
"defaultValue": "ButtonSize.medium",
|
|
2216
|
+
"deprecated": false
|
|
2217
|
+
},
|
|
2218
|
+
"textTransform": {
|
|
2219
|
+
"name": "textTransform",
|
|
2220
|
+
"required": false,
|
|
2221
|
+
"type": {
|
|
2222
|
+
"name": "enum",
|
|
2223
|
+
"options": [
|
|
2224
|
+
"ButtonTextTransform.none",
|
|
2225
|
+
"ButtonTextTransform.uppercase"
|
|
2226
|
+
]
|
|
2227
|
+
},
|
|
2228
|
+
"description": "Determines whether all the buttons in the group appear in all-caps",
|
|
2229
|
+
"defaultValue": "ButtonTextTransform.uppercase",
|
|
2230
|
+
"deprecated": false
|
|
2231
|
+
},
|
|
2232
|
+
"variant": {
|
|
2233
|
+
"name": "variant",
|
|
2234
|
+
"required": false,
|
|
2235
|
+
"type": {
|
|
2236
|
+
"name": "enum",
|
|
2237
|
+
"options": [
|
|
2238
|
+
"ButtonVariant.link",
|
|
2239
|
+
"ButtonVariant.solid"
|
|
2240
|
+
]
|
|
2241
|
+
},
|
|
2242
|
+
"description": "The variant of all the buttons in the group",
|
|
2243
|
+
"defaultValue": "ButtonVariant.solid",
|
|
2244
|
+
"deprecated": false
|
|
2245
|
+
}
|
|
2246
|
+
}
|
|
2247
|
+
},
|
|
2216
2248
|
{
|
|
2217
2249
|
"name": "CardProps",
|
|
2218
2250
|
"kind": 256,
|
|
@@ -2303,15 +2335,6 @@
|
|
|
2303
2335
|
"defaultValue": "false",
|
|
2304
2336
|
"deprecated": false
|
|
2305
2337
|
},
|
|
2306
|
-
"testId": {
|
|
2307
|
-
"name": "testId",
|
|
2308
|
-
"required": false,
|
|
2309
|
-
"type": {
|
|
2310
|
-
"name": "string"
|
|
2311
|
-
},
|
|
2312
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
2313
|
-
"deprecated": false
|
|
2314
|
-
},
|
|
2315
2338
|
"width": {
|
|
2316
2339
|
"name": "width",
|
|
2317
2340
|
"required": false,
|
|
@@ -2371,15 +2394,6 @@
|
|
|
2371
2394
|
},
|
|
2372
2395
|
"description": "The content of the component",
|
|
2373
2396
|
"deprecated": false
|
|
2374
|
-
},
|
|
2375
|
-
"testId": {
|
|
2376
|
-
"name": "testId",
|
|
2377
|
-
"required": false,
|
|
2378
|
-
"type": {
|
|
2379
|
-
"name": "string"
|
|
2380
|
-
},
|
|
2381
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
2382
|
-
"deprecated": false
|
|
2383
2397
|
}
|
|
2384
2398
|
}
|
|
2385
2399
|
},
|
|
@@ -2422,23 +2436,14 @@
|
|
|
2422
2436
|
"defaultValue": "4",
|
|
2423
2437
|
"deprecated": false
|
|
2424
2438
|
},
|
|
2425
|
-
"isInverse": {
|
|
2426
|
-
"name": "isInverse",
|
|
2427
|
-
"required": false,
|
|
2428
|
-
"type": {
|
|
2429
|
-
"name": "boolean"
|
|
2430
|
-
},
|
|
2431
|
-
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
2432
|
-
"defaultValue": "false",
|
|
2433
|
-
"deprecated": false
|
|
2434
|
-
},
|
|
2435
|
-
"testId": {
|
|
2436
|
-
"name": "testId",
|
|
2439
|
+
"isInverse": {
|
|
2440
|
+
"name": "isInverse",
|
|
2437
2441
|
"required": false,
|
|
2438
2442
|
"type": {
|
|
2439
|
-
"name": "
|
|
2443
|
+
"name": "boolean"
|
|
2440
2444
|
},
|
|
2441
|
-
"description": "
|
|
2445
|
+
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
2446
|
+
"defaultValue": "false",
|
|
2442
2447
|
"deprecated": false
|
|
2443
2448
|
}
|
|
2444
2449
|
}
|
|
@@ -2470,7 +2475,7 @@
|
|
|
2470
2475
|
"name": "string"
|
|
2471
2476
|
},
|
|
2472
2477
|
"description": "Hex code for the background color",
|
|
2473
|
-
"defaultValue": "#3942B0",
|
|
2478
|
+
"defaultValue": "#3942B0 (theme.colors.primary)",
|
|
2474
2479
|
"deprecated": false
|
|
2475
2480
|
},
|
|
2476
2481
|
"containerStyle": {
|
|
@@ -2565,13 +2570,13 @@
|
|
|
2565
2570
|
"description": "Content of label; can be node or string",
|
|
2566
2571
|
"deprecated": false
|
|
2567
2572
|
},
|
|
2568
|
-
"
|
|
2569
|
-
"name": "
|
|
2573
|
+
"onChange": {
|
|
2574
|
+
"name": "onChange",
|
|
2570
2575
|
"required": false,
|
|
2571
2576
|
"type": {
|
|
2572
|
-
"name": "
|
|
2577
|
+
"name": "function"
|
|
2573
2578
|
},
|
|
2574
|
-
"description": "
|
|
2579
|
+
"description": "Action that fires when selected value of the checkbox changes",
|
|
2575
2580
|
"deprecated": false
|
|
2576
2581
|
},
|
|
2577
2582
|
"textPosition": {
|
|
@@ -2597,7 +2602,7 @@
|
|
|
2597
2602
|
"flags": {},
|
|
2598
2603
|
"typeParameter": [
|
|
2599
2604
|
{
|
|
2600
|
-
"id":
|
|
2605
|
+
"id": 10509,
|
|
2601
2606
|
"name": "T",
|
|
2602
2607
|
"kind": 131072,
|
|
2603
2608
|
"kindString": "Type parameter",
|
|
@@ -2781,7 +2786,7 @@
|
|
|
2781
2786
|
},
|
|
2782
2787
|
"typeParameter": [
|
|
2783
2788
|
{
|
|
2784
|
-
"id":
|
|
2789
|
+
"id": 10603,
|
|
2785
2790
|
"name": "T",
|
|
2786
2791
|
"kind": 131072,
|
|
2787
2792
|
"kindString": "Type parameter",
|
|
@@ -2790,7 +2795,7 @@
|
|
|
2790
2795
|
},
|
|
2791
2796
|
"type": {
|
|
2792
2797
|
"type": "reference",
|
|
2793
|
-
"id":
|
|
2798
|
+
"id": 10436,
|
|
2794
2799
|
"name": "SelectOptions"
|
|
2795
2800
|
}
|
|
2796
2801
|
}
|
|
@@ -2822,7 +2827,7 @@
|
|
|
2822
2827
|
"type": {
|
|
2823
2828
|
"name": "CSSProperties"
|
|
2824
2829
|
},
|
|
2825
|
-
"description": "Style properties for the component container",
|
|
2830
|
+
"description": "Style properties for the component container element",
|
|
2826
2831
|
"deprecated": false
|
|
2827
2832
|
},
|
|
2828
2833
|
"defaultItems": {
|
|
@@ -2926,6 +2931,8 @@
|
|
|
2926
2931
|
"type": {
|
|
2927
2932
|
"name": "boolean"
|
|
2928
2933
|
},
|
|
2934
|
+
"description": "If true, the loading component is shown",
|
|
2935
|
+
"defaultValue": "false",
|
|
2929
2936
|
"deprecated": false
|
|
2930
2937
|
},
|
|
2931
2938
|
"itemListMaxHeight": {
|
|
@@ -2957,6 +2964,7 @@
|
|
|
2957
2964
|
]
|
|
2958
2965
|
},
|
|
2959
2966
|
"description": "Position of text label relative to form field",
|
|
2967
|
+
"defaultValue": "LabelPosition.top",
|
|
2960
2968
|
"deprecated": false
|
|
2961
2969
|
},
|
|
2962
2970
|
"labelStyle": {
|
|
@@ -3085,15 +3093,6 @@
|
|
|
3085
3093
|
"description": "Text for select trigger button or combobox input placeholder",
|
|
3086
3094
|
"deprecated": false
|
|
3087
3095
|
},
|
|
3088
|
-
"testId": {
|
|
3089
|
-
"name": "testId",
|
|
3090
|
-
"required": false,
|
|
3091
|
-
"type": {
|
|
3092
|
-
"name": "string"
|
|
3093
|
-
},
|
|
3094
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
3095
|
-
"deprecated": false
|
|
3096
|
-
},
|
|
3097
3096
|
"toggleButtonRef": {
|
|
3098
3097
|
"name": "toggleButtonRef",
|
|
3099
3098
|
"required": false,
|
|
@@ -3114,7 +3113,7 @@
|
|
|
3114
3113
|
},
|
|
3115
3114
|
"typeParameter": [
|
|
3116
3115
|
{
|
|
3117
|
-
"id":
|
|
3116
|
+
"id": 10672,
|
|
3118
3117
|
"name": "T",
|
|
3119
3118
|
"kind": 131072,
|
|
3120
3119
|
"kindString": "Type parameter",
|
|
@@ -3123,7 +3122,7 @@
|
|
|
3123
3122
|
},
|
|
3124
3123
|
"type": {
|
|
3125
3124
|
"type": "reference",
|
|
3126
|
-
"id":
|
|
3125
|
+
"id": 10436,
|
|
3127
3126
|
"name": "SelectOptions"
|
|
3128
3127
|
}
|
|
3129
3128
|
}
|
|
@@ -3271,7 +3270,7 @@
|
|
|
3271
3270
|
},
|
|
3272
3271
|
"typeParameter": [
|
|
3273
3272
|
{
|
|
3274
|
-
"id":
|
|
3273
|
+
"id": 10718,
|
|
3275
3274
|
"name": "T",
|
|
3276
3275
|
"kind": 131072,
|
|
3277
3276
|
"kindString": "Type parameter",
|
|
@@ -3285,7 +3284,7 @@
|
|
|
3285
3284
|
"typeArguments": [
|
|
3286
3285
|
{
|
|
3287
3286
|
"type": "reference",
|
|
3288
|
-
"id":
|
|
3287
|
+
"id": 10602,
|
|
3289
3288
|
"typeArguments": [
|
|
3290
3289
|
{
|
|
3291
3290
|
"type": "typeParameter",
|
|
@@ -3296,7 +3295,7 @@
|
|
|
3296
3295
|
},
|
|
3297
3296
|
{
|
|
3298
3297
|
"type": "reference",
|
|
3299
|
-
"id":
|
|
3298
|
+
"id": 10671,
|
|
3300
3299
|
"typeArguments": [
|
|
3301
3300
|
{
|
|
3302
3301
|
"type": "typeParameter",
|
|
@@ -3348,6 +3347,7 @@
|
|
|
3348
3347
|
"name": "number | string"
|
|
3349
3348
|
},
|
|
3350
3349
|
"description": "Left/right padding, set by CSS. If a number is provided, value will be in pixels",
|
|
3350
|
+
"defaultValue": "theme.spaceScale.spacing06",
|
|
3351
3351
|
"deprecated": false
|
|
3352
3352
|
},
|
|
3353
3353
|
"isInverse": {
|
|
@@ -3367,15 +3367,7 @@
|
|
|
3367
3367
|
"name": "number | string"
|
|
3368
3368
|
},
|
|
3369
3369
|
"description": "Max-width of the component, set by CSS. If a number is provided, value will be in pixels",
|
|
3370
|
-
"
|
|
3371
|
-
},
|
|
3372
|
-
"testId": {
|
|
3373
|
-
"name": "testId",
|
|
3374
|
-
"required": false,
|
|
3375
|
-
"type": {
|
|
3376
|
-
"name": "string"
|
|
3377
|
-
},
|
|
3378
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
3370
|
+
"defaultValue": "none",
|
|
3379
3371
|
"deprecated": false
|
|
3380
3372
|
}
|
|
3381
3373
|
}
|
|
@@ -3435,6 +3427,7 @@
|
|
|
3435
3427
|
"name": "DatagridComponentsProps"
|
|
3436
3428
|
},
|
|
3437
3429
|
"description": "Props to be passed to the default components used internally to build the datagrid",
|
|
3430
|
+
"defaultValue": "{}",
|
|
3438
3431
|
"deprecated": false
|
|
3439
3432
|
},
|
|
3440
3433
|
"density": {
|
|
@@ -3459,6 +3452,7 @@
|
|
|
3459
3452
|
"name": "boolean"
|
|
3460
3453
|
},
|
|
3461
3454
|
"description": "If true, row will be visually highlighted on hover",
|
|
3455
|
+
"defaultValue": "false",
|
|
3462
3456
|
"deprecated": false
|
|
3463
3457
|
},
|
|
3464
3458
|
"hasPagination": {
|
|
@@ -3471,6 +3465,16 @@
|
|
|
3471
3465
|
"defaultValue": "true",
|
|
3472
3466
|
"deprecated": false
|
|
3473
3467
|
},
|
|
3468
|
+
"hasSquareCorners": {
|
|
3469
|
+
"name": "hasSquareCorners",
|
|
3470
|
+
"required": false,
|
|
3471
|
+
"type": {
|
|
3472
|
+
"name": "boolean"
|
|
3473
|
+
},
|
|
3474
|
+
"description": "If true, the table will have square edges",
|
|
3475
|
+
"defaultValue": "false",
|
|
3476
|
+
"deprecated": false
|
|
3477
|
+
},
|
|
3474
3478
|
"hasVerticalBorders": {
|
|
3475
3479
|
"name": "hasVerticalBorders",
|
|
3476
3480
|
"required": false,
|
|
@@ -3543,6 +3547,7 @@
|
|
|
3543
3547
|
"name": "Partial"
|
|
3544
3548
|
},
|
|
3545
3549
|
"description": "Pagination data used to create the pagination footer. Created using the usePagination hook.",
|
|
3550
|
+
"defaultValue": "{}",
|
|
3546
3551
|
"deprecated": false
|
|
3547
3552
|
},
|
|
3548
3553
|
"rowCount": {
|
|
@@ -3569,15 +3574,6 @@
|
|
|
3569
3574
|
"name": "Array"
|
|
3570
3575
|
},
|
|
3571
3576
|
"deprecated": false
|
|
3572
|
-
},
|
|
3573
|
-
"testId": {
|
|
3574
|
-
"name": "testId",
|
|
3575
|
-
"required": false,
|
|
3576
|
-
"type": {
|
|
3577
|
-
"name": "string"
|
|
3578
|
-
},
|
|
3579
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
3580
|
-
"deprecated": false
|
|
3581
3577
|
}
|
|
3582
3578
|
}
|
|
3583
3579
|
},
|
|
@@ -3653,7 +3649,8 @@
|
|
|
3653
3649
|
"type": {
|
|
3654
3650
|
"name": "boolean"
|
|
3655
3651
|
},
|
|
3656
|
-
"
|
|
3652
|
+
"description": "Set to true if you want the column to be the header for each row",
|
|
3653
|
+
"defaultValue": "false",
|
|
3657
3654
|
"deprecated": false
|
|
3658
3655
|
},
|
|
3659
3656
|
"isSortable": {
|
|
@@ -3705,15 +3702,6 @@
|
|
|
3705
3702
|
"defaultValue": "TableSortDirection.none",
|
|
3706
3703
|
"deprecated": false
|
|
3707
3704
|
},
|
|
3708
|
-
"testId": {
|
|
3709
|
-
"name": "testId",
|
|
3710
|
-
"required": false,
|
|
3711
|
-
"type": {
|
|
3712
|
-
"name": "string"
|
|
3713
|
-
},
|
|
3714
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
3715
|
-
"deprecated": false
|
|
3716
|
-
},
|
|
3717
3705
|
"width": {
|
|
3718
3706
|
"name": "width",
|
|
3719
3707
|
"required": false,
|
|
@@ -3775,7 +3763,7 @@
|
|
|
3775
3763
|
},
|
|
3776
3764
|
"indexSignature": [
|
|
3777
3765
|
{
|
|
3778
|
-
"id":
|
|
3766
|
+
"id": 21888,
|
|
3779
3767
|
"name": "__index",
|
|
3780
3768
|
"kind": 8192,
|
|
3781
3769
|
"kindString": "Index signature",
|
|
@@ -3787,7 +3775,7 @@
|
|
|
3787
3775
|
},
|
|
3788
3776
|
"parameters": [
|
|
3789
3777
|
{
|
|
3790
|
-
"id":
|
|
3778
|
+
"id": 21889,
|
|
3791
3779
|
"name": "key",
|
|
3792
3780
|
"kind": 32768,
|
|
3793
3781
|
"kindString": "Parameter",
|
|
@@ -3877,12 +3865,12 @@
|
|
|
3877
3865
|
"types": [
|
|
3878
3866
|
{
|
|
3879
3867
|
"type": "reference",
|
|
3880
|
-
"id":
|
|
3868
|
+
"id": 21894,
|
|
3881
3869
|
"name": "BaseDatagridProps"
|
|
3882
3870
|
},
|
|
3883
3871
|
{
|
|
3884
3872
|
"type": "reference",
|
|
3885
|
-
"id":
|
|
3873
|
+
"id": 22186,
|
|
3886
3874
|
"name": "DatagridSelectedRowsProps"
|
|
3887
3875
|
}
|
|
3888
3876
|
]
|
|
@@ -3915,6 +3903,7 @@
|
|
|
3915
3903
|
"name": "DatagridComponentsProps"
|
|
3916
3904
|
},
|
|
3917
3905
|
"description": "Props to be passed to the default components used internally to build the datagrid",
|
|
3906
|
+
"defaultValue": "{}",
|
|
3918
3907
|
"deprecated": false
|
|
3919
3908
|
},
|
|
3920
3909
|
"density": {
|
|
@@ -3939,6 +3928,7 @@
|
|
|
3939
3928
|
"name": "boolean"
|
|
3940
3929
|
},
|
|
3941
3930
|
"description": "If true, row will be visually highlighted on hover",
|
|
3931
|
+
"defaultValue": "false",
|
|
3942
3932
|
"deprecated": false
|
|
3943
3933
|
},
|
|
3944
3934
|
"hasPagination": {
|
|
@@ -3951,6 +3941,16 @@
|
|
|
3951
3941
|
"defaultValue": "true",
|
|
3952
3942
|
"deprecated": false
|
|
3953
3943
|
},
|
|
3944
|
+
"hasSquareCorners": {
|
|
3945
|
+
"name": "hasSquareCorners",
|
|
3946
|
+
"required": false,
|
|
3947
|
+
"type": {
|
|
3948
|
+
"name": "boolean"
|
|
3949
|
+
},
|
|
3950
|
+
"description": "If true, the table will have square edges",
|
|
3951
|
+
"defaultValue": "false",
|
|
3952
|
+
"deprecated": false
|
|
3953
|
+
},
|
|
3954
3954
|
"hasVerticalBorders": {
|
|
3955
3955
|
"name": "hasVerticalBorders",
|
|
3956
3956
|
"required": false,
|
|
@@ -4023,6 +4023,7 @@
|
|
|
4023
4023
|
"name": "Partial"
|
|
4024
4024
|
},
|
|
4025
4025
|
"description": "Pagination data used to create the pagination footer. Created using the usePagination hook.",
|
|
4026
|
+
"defaultValue": "{}",
|
|
4026
4027
|
"deprecated": false
|
|
4027
4028
|
},
|
|
4028
4029
|
"rowCount": {
|
|
@@ -4049,15 +4050,6 @@
|
|
|
4049
4050
|
"name": "Array"
|
|
4050
4051
|
},
|
|
4051
4052
|
"deprecated": false
|
|
4052
|
-
},
|
|
4053
|
-
"testId": {
|
|
4054
|
-
"name": "testId",
|
|
4055
|
-
"required": false,
|
|
4056
|
-
"type": {
|
|
4057
|
-
"name": "string"
|
|
4058
|
-
},
|
|
4059
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
4060
|
-
"deprecated": false
|
|
4061
4053
|
}
|
|
4062
4054
|
}
|
|
4063
4055
|
},
|
|
@@ -4073,12 +4065,12 @@
|
|
|
4073
4065
|
"typeArguments": [
|
|
4074
4066
|
{
|
|
4075
4067
|
"type": "reference",
|
|
4076
|
-
"id":
|
|
4068
|
+
"id": 22182,
|
|
4077
4069
|
"name": "ControlledSelectedRowsProps"
|
|
4078
4070
|
},
|
|
4079
4071
|
{
|
|
4080
4072
|
"type": "reference",
|
|
4081
|
-
"id":
|
|
4073
|
+
"id": 22184,
|
|
4082
4074
|
"name": "UncontrolledSelectedRowsProps"
|
|
4083
4075
|
}
|
|
4084
4076
|
],
|
|
@@ -4146,6 +4138,16 @@
|
|
|
4146
4138
|
},
|
|
4147
4139
|
"deprecated": false
|
|
4148
4140
|
},
|
|
4141
|
+
"isInverse": {
|
|
4142
|
+
"name": "isInverse",
|
|
4143
|
+
"required": false,
|
|
4144
|
+
"type": {
|
|
4145
|
+
"name": "boolean"
|
|
4146
|
+
},
|
|
4147
|
+
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
4148
|
+
"defaultValue": "false",
|
|
4149
|
+
"deprecated": false
|
|
4150
|
+
},
|
|
4149
4151
|
"maxDate": {
|
|
4150
4152
|
"name": "maxDate",
|
|
4151
4153
|
"required": false,
|
|
@@ -4236,6 +4238,16 @@
|
|
|
4236
4238
|
},
|
|
4237
4239
|
"deprecated": false
|
|
4238
4240
|
},
|
|
4241
|
+
"isInverse": {
|
|
4242
|
+
"name": "isInverse",
|
|
4243
|
+
"required": false,
|
|
4244
|
+
"type": {
|
|
4245
|
+
"name": "boolean"
|
|
4246
|
+
},
|
|
4247
|
+
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
4248
|
+
"defaultValue": "false",
|
|
4249
|
+
"deprecated": false
|
|
4250
|
+
},
|
|
4239
4251
|
"onDateChange": {
|
|
4240
4252
|
"name": "onDateChange",
|
|
4241
4253
|
"required": false,
|
|
@@ -4261,6 +4273,16 @@
|
|
|
4261
4273
|
"name": "boolean"
|
|
4262
4274
|
},
|
|
4263
4275
|
"deprecated": false
|
|
4276
|
+
},
|
|
4277
|
+
"isInverse": {
|
|
4278
|
+
"name": "isInverse",
|
|
4279
|
+
"required": false,
|
|
4280
|
+
"type": {
|
|
4281
|
+
"name": "boolean"
|
|
4282
|
+
},
|
|
4283
|
+
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
4284
|
+
"defaultValue": "false",
|
|
4285
|
+
"deprecated": false
|
|
4264
4286
|
}
|
|
4265
4287
|
}
|
|
4266
4288
|
},
|
|
@@ -4296,6 +4318,16 @@
|
|
|
4296
4318
|
},
|
|
4297
4319
|
"deprecated": false
|
|
4298
4320
|
},
|
|
4321
|
+
"isInverse": {
|
|
4322
|
+
"name": "isInverse",
|
|
4323
|
+
"required": false,
|
|
4324
|
+
"type": {
|
|
4325
|
+
"name": "boolean"
|
|
4326
|
+
},
|
|
4327
|
+
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
4328
|
+
"defaultValue": "false",
|
|
4329
|
+
"deprecated": false
|
|
4330
|
+
},
|
|
4299
4331
|
"setDateFocused": {
|
|
4300
4332
|
"name": "setDateFocused",
|
|
4301
4333
|
"required": false,
|
|
@@ -4314,6 +4346,16 @@
|
|
|
4314
4346
|
"id": "HelperInformationProps",
|
|
4315
4347
|
"tags": {},
|
|
4316
4348
|
"properties": {
|
|
4349
|
+
"isInverse": {
|
|
4350
|
+
"name": "isInverse",
|
|
4351
|
+
"required": false,
|
|
4352
|
+
"type": {
|
|
4353
|
+
"name": "boolean"
|
|
4354
|
+
},
|
|
4355
|
+
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
4356
|
+
"defaultValue": "false",
|
|
4357
|
+
"deprecated": false
|
|
4358
|
+
},
|
|
4317
4359
|
"isOpen": {
|
|
4318
4360
|
"name": "isOpen",
|
|
4319
4361
|
"required": false,
|
|
@@ -4516,15 +4558,6 @@
|
|
|
4516
4558
|
"defaultValue": "false",
|
|
4517
4559
|
"deprecated": false
|
|
4518
4560
|
},
|
|
4519
|
-
"testId": {
|
|
4520
|
-
"name": "testId",
|
|
4521
|
-
"required": false,
|
|
4522
|
-
"type": {
|
|
4523
|
-
"name": "string"
|
|
4524
|
-
},
|
|
4525
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
4526
|
-
"deprecated": false
|
|
4527
|
-
},
|
|
4528
4561
|
"value": {
|
|
4529
4562
|
"name": "value",
|
|
4530
4563
|
"required": false,
|
|
@@ -4574,6 +4607,16 @@
|
|
|
4574
4607
|
"description": "Style properties for the drawer",
|
|
4575
4608
|
"deprecated": false
|
|
4576
4609
|
},
|
|
4610
|
+
"isInverse": {
|
|
4611
|
+
"name": "isInverse",
|
|
4612
|
+
"required": false,
|
|
4613
|
+
"type": {
|
|
4614
|
+
"name": "boolean"
|
|
4615
|
+
},
|
|
4616
|
+
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
4617
|
+
"defaultValue": "false",
|
|
4618
|
+
"deprecated": false
|
|
4619
|
+
},
|
|
4577
4620
|
"position": {
|
|
4578
4621
|
"name": "position",
|
|
4579
4622
|
"required": false,
|
|
@@ -4587,15 +4630,7 @@
|
|
|
4587
4630
|
]
|
|
4588
4631
|
},
|
|
4589
4632
|
"description": "Set the position of the drawer",
|
|
4590
|
-
"
|
|
4591
|
-
},
|
|
4592
|
-
"testId": {
|
|
4593
|
-
"name": "testId",
|
|
4594
|
-
"required": false,
|
|
4595
|
-
"type": {
|
|
4596
|
-
"name": "string"
|
|
4597
|
-
},
|
|
4598
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
4633
|
+
"defaultValue": "DrawerPosition.top",
|
|
4599
4634
|
"deprecated": false
|
|
4600
4635
|
}
|
|
4601
4636
|
}
|
|
@@ -4674,6 +4709,16 @@
|
|
|
4674
4709
|
},
|
|
4675
4710
|
"deprecated": false
|
|
4676
4711
|
},
|
|
4712
|
+
"isInverse": {
|
|
4713
|
+
"name": "isInverse",
|
|
4714
|
+
"required": false,
|
|
4715
|
+
"type": {
|
|
4716
|
+
"name": "boolean"
|
|
4717
|
+
},
|
|
4718
|
+
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
4719
|
+
"defaultValue": "false",
|
|
4720
|
+
"deprecated": false
|
|
4721
|
+
},
|
|
4677
4722
|
"isOpen": {
|
|
4678
4723
|
"name": "isOpen",
|
|
4679
4724
|
"required": false,
|
|
@@ -4787,7 +4832,7 @@
|
|
|
4787
4832
|
]
|
|
4788
4833
|
},
|
|
4789
4834
|
"description": "Alignment of the dropdown content",
|
|
4790
|
-
"defaultValue": "
|
|
4835
|
+
"defaultValue": "DropdownAlignment.start",
|
|
4791
4836
|
"deprecated": false
|
|
4792
4837
|
},
|
|
4793
4838
|
"dropDirection": {
|
|
@@ -4803,7 +4848,17 @@
|
|
|
4803
4848
|
]
|
|
4804
4849
|
},
|
|
4805
4850
|
"description": "Position of the dropdown content",
|
|
4806
|
-
"defaultValue": "
|
|
4851
|
+
"defaultValue": "DropdownDropDirection.down",
|
|
4852
|
+
"deprecated": false
|
|
4853
|
+
},
|
|
4854
|
+
"isInverse": {
|
|
4855
|
+
"name": "isInverse",
|
|
4856
|
+
"required": false,
|
|
4857
|
+
"type": {
|
|
4858
|
+
"name": "boolean"
|
|
4859
|
+
},
|
|
4860
|
+
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
4861
|
+
"defaultValue": "false",
|
|
4807
4862
|
"deprecated": false
|
|
4808
4863
|
},
|
|
4809
4864
|
"maxHeight": {
|
|
@@ -4816,15 +4871,6 @@
|
|
|
4816
4871
|
"defaultValue": "250px",
|
|
4817
4872
|
"deprecated": false
|
|
4818
4873
|
},
|
|
4819
|
-
"onBeforeShiftFocus": {
|
|
4820
|
-
"name": "onBeforeShiftFocus",
|
|
4821
|
-
"required": false,
|
|
4822
|
-
"type": {
|
|
4823
|
-
"name": "function"
|
|
4824
|
-
},
|
|
4825
|
-
"description": "Function called on dropdown close before focusing the toggle button",
|
|
4826
|
-
"deprecated": true
|
|
4827
|
-
},
|
|
4828
4874
|
"onClose": {
|
|
4829
4875
|
"name": "onClose",
|
|
4830
4876
|
"required": false,
|
|
@@ -4843,15 +4889,6 @@
|
|
|
4843
4889
|
"description": "Function called when opening the dropdown menu",
|
|
4844
4890
|
"deprecated": false
|
|
4845
4891
|
},
|
|
4846
|
-
"testId": {
|
|
4847
|
-
"name": "testId",
|
|
4848
|
-
"required": false,
|
|
4849
|
-
"type": {
|
|
4850
|
-
"name": "string"
|
|
4851
|
-
},
|
|
4852
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
4853
|
-
"deprecated": false
|
|
4854
|
-
},
|
|
4855
4892
|
"width": {
|
|
4856
4893
|
"name": "width",
|
|
4857
4894
|
"required": false,
|
|
@@ -4933,7 +4970,7 @@
|
|
|
4933
4970
|
]
|
|
4934
4971
|
},
|
|
4935
4972
|
"description": "Position within the button for the icon to appear",
|
|
4936
|
-
"defaultValue": "
|
|
4973
|
+
"defaultValue": "ButtonIconPosition.right",
|
|
4937
4974
|
"deprecated": false
|
|
4938
4975
|
},
|
|
4939
4976
|
"isFullWidth": {
|
|
@@ -4942,7 +4979,7 @@
|
|
|
4942
4979
|
"type": {
|
|
4943
4980
|
"name": "boolean"
|
|
4944
4981
|
},
|
|
4945
|
-
"description": "
|
|
4982
|
+
"description": "Set the button to display full-width.",
|
|
4946
4983
|
"defaultValue": "false",
|
|
4947
4984
|
"deprecated": false
|
|
4948
4985
|
},
|
|
@@ -4997,15 +5034,6 @@
|
|
|
4997
5034
|
"defaultValue": "ButtonSize.medium",
|
|
4998
5035
|
"deprecated": false
|
|
4999
5036
|
},
|
|
5000
|
-
"testId": {
|
|
5001
|
-
"name": "testId",
|
|
5002
|
-
"required": false,
|
|
5003
|
-
"type": {
|
|
5004
|
-
"name": "string"
|
|
5005
|
-
},
|
|
5006
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
5007
|
-
"deprecated": false
|
|
5008
|
-
},
|
|
5009
5037
|
"textTransform": {
|
|
5010
5038
|
"name": "textTransform",
|
|
5011
5039
|
"required": false,
|
|
@@ -5062,12 +5090,12 @@
|
|
|
5062
5090
|
"typeArguments": [
|
|
5063
5091
|
{
|
|
5064
5092
|
"type": "reference",
|
|
5065
|
-
"id":
|
|
5093
|
+
"id": 4542,
|
|
5066
5094
|
"name": "IconOnlyDropdownButtonProps"
|
|
5067
5095
|
},
|
|
5068
5096
|
{
|
|
5069
5097
|
"type": "reference",
|
|
5070
|
-
"id":
|
|
5098
|
+
"id": 4546,
|
|
5071
5099
|
"name": "IconTextDropdownButtonProps"
|
|
5072
5100
|
}
|
|
5073
5101
|
],
|
|
@@ -5106,13 +5134,14 @@
|
|
|
5106
5134
|
"description": "The content of the component",
|
|
5107
5135
|
"deprecated": false
|
|
5108
5136
|
},
|
|
5109
|
-
"
|
|
5110
|
-
"name": "
|
|
5137
|
+
"isInverse": {
|
|
5138
|
+
"name": "isInverse",
|
|
5111
5139
|
"required": false,
|
|
5112
5140
|
"type": {
|
|
5113
|
-
"name": "
|
|
5141
|
+
"name": "boolean"
|
|
5114
5142
|
},
|
|
5115
|
-
"description": "
|
|
5143
|
+
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
5144
|
+
"defaultValue": "false",
|
|
5116
5145
|
"deprecated": false
|
|
5117
5146
|
}
|
|
5118
5147
|
}
|
|
@@ -5127,13 +5156,14 @@
|
|
|
5127
5156
|
"id": "DropdownDividerProps",
|
|
5128
5157
|
"tags": {},
|
|
5129
5158
|
"properties": {
|
|
5130
|
-
"
|
|
5131
|
-
"name": "
|
|
5159
|
+
"isInverse": {
|
|
5160
|
+
"name": "isInverse",
|
|
5132
5161
|
"required": false,
|
|
5133
5162
|
"type": {
|
|
5134
|
-
"name": "
|
|
5163
|
+
"name": "boolean"
|
|
5135
5164
|
},
|
|
5136
|
-
"description": "
|
|
5165
|
+
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
5166
|
+
"defaultValue": "false",
|
|
5137
5167
|
"deprecated": false
|
|
5138
5168
|
}
|
|
5139
5169
|
}
|
|
@@ -5166,15 +5196,6 @@
|
|
|
5166
5196
|
},
|
|
5167
5197
|
"description": "The content of the component",
|
|
5168
5198
|
"deprecated": false
|
|
5169
|
-
},
|
|
5170
|
-
"testId": {
|
|
5171
|
-
"name": "testId",
|
|
5172
|
-
"required": false,
|
|
5173
|
-
"type": {
|
|
5174
|
-
"name": "string"
|
|
5175
|
-
},
|
|
5176
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
5177
|
-
"deprecated": false
|
|
5178
5199
|
}
|
|
5179
5200
|
}
|
|
5180
5201
|
},
|
|
@@ -5365,7 +5386,7 @@
|
|
|
5365
5386
|
"type": {
|
|
5366
5387
|
"name": "boolean"
|
|
5367
5388
|
},
|
|
5368
|
-
"description": "
|
|
5389
|
+
"description": "Set the button to display full-width.",
|
|
5369
5390
|
"defaultValue": "false",
|
|
5370
5391
|
"deprecated": false
|
|
5371
5392
|
},
|
|
@@ -5568,6 +5589,7 @@
|
|
|
5568
5589
|
]
|
|
5569
5590
|
},
|
|
5570
5591
|
"description": "If true, the component will have the flex item behavior. You should be wrapping items with a container.",
|
|
5592
|
+
"defaultValue": "FlexJustify.flexStart",
|
|
5571
5593
|
"deprecated": false
|
|
5572
5594
|
},
|
|
5573
5595
|
"lg": {
|
|
@@ -5610,15 +5632,6 @@
|
|
|
5610
5632
|
"defaultValue": "0",
|
|
5611
5633
|
"deprecated": false
|
|
5612
5634
|
},
|
|
5613
|
-
"testId": {
|
|
5614
|
-
"name": "testId",
|
|
5615
|
-
"required": false,
|
|
5616
|
-
"type": {
|
|
5617
|
-
"name": "string"
|
|
5618
|
-
},
|
|
5619
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
5620
|
-
"deprecated": false
|
|
5621
|
-
},
|
|
5622
5635
|
"wrap": {
|
|
5623
5636
|
"name": "wrap",
|
|
5624
5637
|
"required": false,
|
|
@@ -5756,6 +5769,7 @@
|
|
|
5756
5769
|
"TypographyVisualStyle.bodyMedium",
|
|
5757
5770
|
"TypographyVisualStyle.bodySmall",
|
|
5758
5771
|
"TypographyVisualStyle.bodyXSmall",
|
|
5772
|
+
"TypographyVisualStyle.heading2XLarge",
|
|
5759
5773
|
"TypographyVisualStyle.heading2XSmall",
|
|
5760
5774
|
"TypographyVisualStyle.headingLarge",
|
|
5761
5775
|
"TypographyVisualStyle.headingMedium",
|
|
@@ -5776,15 +5790,6 @@
|
|
|
5776
5790
|
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
5777
5791
|
"defaultValue": "false",
|
|
5778
5792
|
"deprecated": false
|
|
5779
|
-
},
|
|
5780
|
-
"testId": {
|
|
5781
|
-
"name": "testId",
|
|
5782
|
-
"required": false,
|
|
5783
|
-
"type": {
|
|
5784
|
-
"name": "string"
|
|
5785
|
-
},
|
|
5786
|
-
"description": "Handler for form submission",
|
|
5787
|
-
"deprecated": false
|
|
5788
5793
|
}
|
|
5789
5794
|
}
|
|
5790
5795
|
},
|
|
@@ -5916,15 +5921,6 @@
|
|
|
5916
5921
|
},
|
|
5917
5922
|
"description": "Style properties for the helper or error message",
|
|
5918
5923
|
"deprecated": false
|
|
5919
|
-
},
|
|
5920
|
-
"testId": {
|
|
5921
|
-
"name": "testId",
|
|
5922
|
-
"required": false,
|
|
5923
|
-
"type": {
|
|
5924
|
-
"name": "string"
|
|
5925
|
-
},
|
|
5926
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
5927
|
-
"deprecated": false
|
|
5928
5924
|
}
|
|
5929
5925
|
}
|
|
5930
5926
|
},
|
|
@@ -5936,6 +5932,7 @@
|
|
|
5936
5932
|
"isExported": true
|
|
5937
5933
|
},
|
|
5938
5934
|
"comment": {
|
|
5935
|
+
"shortText": "Interal use only: Wrapper for all field components",
|
|
5939
5936
|
"tags": [
|
|
5940
5937
|
{
|
|
5941
5938
|
"tag": "children",
|
|
@@ -6075,15 +6072,6 @@
|
|
|
6075
6072
|
},
|
|
6076
6073
|
"description": "Style properties for the helper or error message",
|
|
6077
6074
|
"deprecated": false
|
|
6078
|
-
},
|
|
6079
|
-
"testId": {
|
|
6080
|
-
"name": "testId",
|
|
6081
|
-
"required": false,
|
|
6082
|
-
"type": {
|
|
6083
|
-
"name": "string"
|
|
6084
|
-
},
|
|
6085
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
6086
|
-
"deprecated": false
|
|
6087
6075
|
}
|
|
6088
6076
|
}
|
|
6089
6077
|
},
|
|
@@ -6215,16 +6203,7 @@
|
|
|
6215
6203
|
"type": {
|
|
6216
6204
|
"name": "string"
|
|
6217
6205
|
},
|
|
6218
|
-
"description": "ID of the element that labels the form group, used in the aria-labelledby attribute for the group. Alternatively, the labelText prop can be used",
|
|
6219
|
-
"deprecated": false
|
|
6220
|
-
},
|
|
6221
|
-
"testId": {
|
|
6222
|
-
"name": "testId",
|
|
6223
|
-
"required": false,
|
|
6224
|
-
"type": {
|
|
6225
|
-
"name": "string"
|
|
6226
|
-
},
|
|
6227
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
6206
|
+
"description": "ID of the element that labels the form group, used in the aria-labelledby attribute for the group. Alternatively, the labelText prop can be used",
|
|
6228
6207
|
"deprecated": false
|
|
6229
6208
|
}
|
|
6230
6209
|
}
|
|
@@ -6544,7 +6523,7 @@
|
|
|
6544
6523
|
]
|
|
6545
6524
|
},
|
|
6546
6525
|
"description": "Additional styles for typography based on the context of the content",
|
|
6547
|
-
"defaultValue": "
|
|
6526
|
+
"defaultValue": "TypographyContextVariant.default",
|
|
6548
6527
|
"deprecated": false
|
|
6549
6528
|
},
|
|
6550
6529
|
"element": {
|
|
@@ -6590,15 +6569,6 @@
|
|
|
6590
6569
|
},
|
|
6591
6570
|
"deprecated": false
|
|
6592
6571
|
},
|
|
6593
|
-
"testId": {
|
|
6594
|
-
"name": "testId",
|
|
6595
|
-
"required": false,
|
|
6596
|
-
"type": {
|
|
6597
|
-
"name": "string"
|
|
6598
|
-
},
|
|
6599
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
6600
|
-
"deprecated": false
|
|
6601
|
-
},
|
|
6602
6572
|
"theme": {
|
|
6603
6573
|
"name": "theme",
|
|
6604
6574
|
"required": false,
|
|
@@ -6617,6 +6587,7 @@
|
|
|
6617
6587
|
"TypographyVisualStyle.bodyMedium",
|
|
6618
6588
|
"TypographyVisualStyle.bodySmall",
|
|
6619
6589
|
"TypographyVisualStyle.bodyXSmall",
|
|
6590
|
+
"TypographyVisualStyle.heading2XLarge",
|
|
6620
6591
|
"TypographyVisualStyle.heading2XSmall",
|
|
6621
6592
|
"TypographyVisualStyle.headingLarge",
|
|
6622
6593
|
"TypographyVisualStyle.headingMedium",
|
|
@@ -6671,6 +6642,7 @@
|
|
|
6671
6642
|
"HideAtBreakpointDisplayType.inlineFlex"
|
|
6672
6643
|
]
|
|
6673
6644
|
},
|
|
6645
|
+
"defaultValue": "HideAtBreakpointDisplayType.block",
|
|
6674
6646
|
"deprecated": false
|
|
6675
6647
|
},
|
|
6676
6648
|
"maxWidth": {
|
|
@@ -6690,15 +6662,6 @@
|
|
|
6690
6662
|
},
|
|
6691
6663
|
"description": "Minimum width at which to hide the content",
|
|
6692
6664
|
"deprecated": false
|
|
6693
|
-
},
|
|
6694
|
-
"testId": {
|
|
6695
|
-
"name": "testId",
|
|
6696
|
-
"required": false,
|
|
6697
|
-
"type": {
|
|
6698
|
-
"name": "string"
|
|
6699
|
-
},
|
|
6700
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
6701
|
-
"deprecated": false
|
|
6702
6665
|
}
|
|
6703
6666
|
}
|
|
6704
6667
|
},
|
|
@@ -6753,7 +6716,7 @@
|
|
|
6753
6716
|
"type": {
|
|
6754
6717
|
"name": "boolean"
|
|
6755
6718
|
},
|
|
6756
|
-
"description": "
|
|
6719
|
+
"description": "Set the button to display full-width.",
|
|
6757
6720
|
"defaultValue": "false",
|
|
6758
6721
|
"deprecated": false
|
|
6759
6722
|
},
|
|
@@ -6817,15 +6780,6 @@
|
|
|
6817
6780
|
"description": "How the hyperlink is styled (can look like either a plain link or a button)",
|
|
6818
6781
|
"deprecated": false
|
|
6819
6782
|
},
|
|
6820
|
-
"testId": {
|
|
6821
|
-
"name": "testId",
|
|
6822
|
-
"required": false,
|
|
6823
|
-
"type": {
|
|
6824
|
-
"name": "string"
|
|
6825
|
-
},
|
|
6826
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
6827
|
-
"deprecated": false
|
|
6828
|
-
},
|
|
6829
6783
|
"textTransform": {
|
|
6830
6784
|
"name": "textTransform",
|
|
6831
6785
|
"required": false,
|
|
@@ -6943,7 +6897,7 @@
|
|
|
6943
6897
|
"type": {
|
|
6944
6898
|
"name": "boolean"
|
|
6945
6899
|
},
|
|
6946
|
-
"description": "
|
|
6900
|
+
"description": "Set the button to display full-width.",
|
|
6947
6901
|
"defaultValue": "false",
|
|
6948
6902
|
"deprecated": false
|
|
6949
6903
|
},
|
|
@@ -6998,15 +6952,6 @@
|
|
|
6998
6952
|
"defaultValue": "ButtonSize.medium",
|
|
6999
6953
|
"deprecated": false
|
|
7000
6954
|
},
|
|
7001
|
-
"testId": {
|
|
7002
|
-
"name": "testId",
|
|
7003
|
-
"required": false,
|
|
7004
|
-
"type": {
|
|
7005
|
-
"name": "string"
|
|
7006
|
-
},
|
|
7007
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
7008
|
-
"deprecated": false
|
|
7009
|
-
},
|
|
7010
6955
|
"textTransform": {
|
|
7011
6956
|
"name": "textTransform",
|
|
7012
6957
|
"required": false,
|
|
@@ -7088,12 +7033,12 @@
|
|
|
7088
7033
|
"typeArguments": [
|
|
7089
7034
|
{
|
|
7090
7035
|
"type": "reference",
|
|
7091
|
-
"id":
|
|
7036
|
+
"id": 4241,
|
|
7092
7037
|
"name": "IconOnlyButtonProps"
|
|
7093
7038
|
},
|
|
7094
7039
|
{
|
|
7095
7040
|
"type": "reference",
|
|
7096
|
-
"id":
|
|
7041
|
+
"id": 4245,
|
|
7097
7042
|
"name": "IconTextButtonProps"
|
|
7098
7043
|
}
|
|
7099
7044
|
],
|
|
@@ -7127,15 +7072,6 @@
|
|
|
7127
7072
|
"description": "Status of the indeterminate, three-state checkbox, which includes and indeterminate (e.g. mixed) option.",
|
|
7128
7073
|
"defaultValue": "IndeterminateCheckboxStatus.unchecked",
|
|
7129
7074
|
"deprecated": false
|
|
7130
|
-
},
|
|
7131
|
-
"testId": {
|
|
7132
|
-
"name": "testId",
|
|
7133
|
-
"required": false,
|
|
7134
|
-
"type": {
|
|
7135
|
-
"name": "string"
|
|
7136
|
-
},
|
|
7137
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
7138
|
-
"deprecated": false
|
|
7139
7075
|
}
|
|
7140
7076
|
}
|
|
7141
7077
|
},
|
|
@@ -7175,6 +7111,7 @@
|
|
|
7175
7111
|
"InputSize.medium"
|
|
7176
7112
|
]
|
|
7177
7113
|
},
|
|
7114
|
+
"defaultValue": "InputSize.medium",
|
|
7178
7115
|
"deprecated": false
|
|
7179
7116
|
},
|
|
7180
7117
|
"isInverse": {
|
|
@@ -7329,15 +7266,6 @@
|
|
|
7329
7266
|
"description": "Action that will fire when icon receives keypress",
|
|
7330
7267
|
"deprecated": false
|
|
7331
7268
|
},
|
|
7332
|
-
"testId": {
|
|
7333
|
-
"name": "testId",
|
|
7334
|
-
"required": false,
|
|
7335
|
-
"type": {
|
|
7336
|
-
"name": "string"
|
|
7337
|
-
},
|
|
7338
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
7339
|
-
"deprecated": false
|
|
7340
|
-
},
|
|
7341
7269
|
"type": {
|
|
7342
7270
|
"name": "type",
|
|
7343
7271
|
"required": false,
|
|
@@ -7498,15 +7426,6 @@
|
|
|
7498
7426
|
"description": "Action that will fire when icon receives keypress",
|
|
7499
7427
|
"deprecated": false
|
|
7500
7428
|
},
|
|
7501
|
-
"testId": {
|
|
7502
|
-
"name": "testId",
|
|
7503
|
-
"required": false,
|
|
7504
|
-
"type": {
|
|
7505
|
-
"name": "string"
|
|
7506
|
-
},
|
|
7507
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
7508
|
-
"deprecated": false
|
|
7509
|
-
},
|
|
7510
7429
|
"type": {
|
|
7511
7430
|
"name": "type",
|
|
7512
7431
|
"required": false,
|
|
@@ -7740,6 +7659,7 @@
|
|
|
7740
7659
|
"LabelPosition.top"
|
|
7741
7660
|
]
|
|
7742
7661
|
},
|
|
7662
|
+
"defaultValue": "LabelPosition.top",
|
|
7743
7663
|
"deprecated": false
|
|
7744
7664
|
},
|
|
7745
7665
|
"size": {
|
|
@@ -7752,15 +7672,7 @@
|
|
|
7752
7672
|
"InputSize.medium"
|
|
7753
7673
|
]
|
|
7754
7674
|
},
|
|
7755
|
-
"
|
|
7756
|
-
},
|
|
7757
|
-
"testId": {
|
|
7758
|
-
"name": "testId",
|
|
7759
|
-
"required": false,
|
|
7760
|
-
"type": {
|
|
7761
|
-
"name": "string"
|
|
7762
|
-
},
|
|
7763
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
7675
|
+
"defaultValue": "InputSize.medium",
|
|
7764
7676
|
"deprecated": false
|
|
7765
7677
|
},
|
|
7766
7678
|
"theme": {
|
|
@@ -7839,6 +7751,7 @@
|
|
|
7839
7751
|
]
|
|
7840
7752
|
},
|
|
7841
7753
|
"description": "Aligns the icon at the top, or center of each list item.",
|
|
7754
|
+
"defaultValue": "IconAlignment.center",
|
|
7842
7755
|
"deprecated": false
|
|
7843
7756
|
},
|
|
7844
7757
|
"iconSize": {
|
|
@@ -7853,7 +7766,7 @@
|
|
|
7853
7766
|
]
|
|
7854
7767
|
},
|
|
7855
7768
|
"description": "Sizes the icon between small, medium, and large.",
|
|
7856
|
-
"defaultValue": "
|
|
7769
|
+
"defaultValue": "IconSizes.medium",
|
|
7857
7770
|
"deprecated": false
|
|
7858
7771
|
},
|
|
7859
7772
|
"isInverse": {
|
|
@@ -7903,15 +7816,6 @@
|
|
|
7903
7816
|
"description": "Adds a bottom margin to each list item with the Magma space scale.",
|
|
7904
7817
|
"deprecated": false
|
|
7905
7818
|
},
|
|
7906
|
-
"testId": {
|
|
7907
|
-
"name": "testId",
|
|
7908
|
-
"required": false,
|
|
7909
|
-
"type": {
|
|
7910
|
-
"name": "string"
|
|
7911
|
-
},
|
|
7912
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
7913
|
-
"deprecated": false
|
|
7914
|
-
},
|
|
7915
7819
|
"visualStyle": {
|
|
7916
7820
|
"name": "visualStyle",
|
|
7917
7821
|
"required": false,
|
|
@@ -7922,6 +7826,7 @@
|
|
|
7922
7826
|
"TypographyVisualStyle.bodyMedium",
|
|
7923
7827
|
"TypographyVisualStyle.bodySmall",
|
|
7924
7828
|
"TypographyVisualStyle.bodyXSmall",
|
|
7829
|
+
"TypographyVisualStyle.heading2XLarge",
|
|
7925
7830
|
"TypographyVisualStyle.heading2XSmall",
|
|
7926
7831
|
"TypographyVisualStyle.headingLarge",
|
|
7927
7832
|
"TypographyVisualStyle.headingMedium",
|
|
@@ -8002,6 +7907,7 @@
|
|
|
8002
7907
|
]
|
|
8003
7908
|
},
|
|
8004
7909
|
"description": "Aligns the icon at the top, or center of each list item.",
|
|
7910
|
+
"defaultValue": "IconAlignment.center",
|
|
8005
7911
|
"deprecated": false
|
|
8006
7912
|
},
|
|
8007
7913
|
"iconBackground": {
|
|
@@ -8034,7 +7940,7 @@
|
|
|
8034
7940
|
]
|
|
8035
7941
|
},
|
|
8036
7942
|
"description": "Sizes the icon between small, medium, and large.",
|
|
8037
|
-
"defaultValue": "
|
|
7943
|
+
"defaultValue": "IconSizes.medium",
|
|
8038
7944
|
"deprecated": false
|
|
8039
7945
|
},
|
|
8040
7946
|
"isInverse": {
|
|
@@ -8084,15 +7990,6 @@
|
|
|
8084
7990
|
"description": "Adds a bottom margin to each list item with the Magma space scale.",
|
|
8085
7991
|
"deprecated": false
|
|
8086
7992
|
},
|
|
8087
|
-
"testId": {
|
|
8088
|
-
"name": "testId",
|
|
8089
|
-
"required": false,
|
|
8090
|
-
"type": {
|
|
8091
|
-
"name": "string"
|
|
8092
|
-
},
|
|
8093
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
8094
|
-
"deprecated": false
|
|
8095
|
-
},
|
|
8096
7993
|
"visualStyle": {
|
|
8097
7994
|
"name": "visualStyle",
|
|
8098
7995
|
"required": false,
|
|
@@ -8103,6 +8000,7 @@
|
|
|
8103
8000
|
"TypographyVisualStyle.bodyMedium",
|
|
8104
8001
|
"TypographyVisualStyle.bodySmall",
|
|
8105
8002
|
"TypographyVisualStyle.bodyXSmall",
|
|
8003
|
+
"TypographyVisualStyle.heading2XLarge",
|
|
8106
8004
|
"TypographyVisualStyle.heading2XSmall",
|
|
8107
8005
|
"TypographyVisualStyle.headingLarge",
|
|
8108
8006
|
"TypographyVisualStyle.headingMedium",
|
|
@@ -8127,6 +8025,16 @@
|
|
|
8127
8025
|
"id": "LoadingIndicatorProps",
|
|
8128
8026
|
"tags": {},
|
|
8129
8027
|
"properties": {
|
|
8028
|
+
"isInverse": {
|
|
8029
|
+
"name": "isInverse",
|
|
8030
|
+
"required": false,
|
|
8031
|
+
"type": {
|
|
8032
|
+
"name": "boolean"
|
|
8033
|
+
},
|
|
8034
|
+
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
8035
|
+
"defaultValue": "false",
|
|
8036
|
+
"deprecated": false
|
|
8037
|
+
},
|
|
8130
8038
|
"message1": {
|
|
8131
8039
|
"name": "message1",
|
|
8132
8040
|
"required": false,
|
|
@@ -8167,15 +8075,6 @@
|
|
|
8167
8075
|
"defaultValue": "0",
|
|
8168
8076
|
"deprecated": false
|
|
8169
8077
|
},
|
|
8170
|
-
"testId": {
|
|
8171
|
-
"name": "testId",
|
|
8172
|
-
"required": false,
|
|
8173
|
-
"type": {
|
|
8174
|
-
"name": "string"
|
|
8175
|
-
},
|
|
8176
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
8177
|
-
"deprecated": false
|
|
8178
|
-
},
|
|
8179
8078
|
"type": {
|
|
8180
8079
|
"name": "type",
|
|
8181
8080
|
"required": false,
|
|
@@ -8360,15 +8259,6 @@
|
|
|
8360
8259
|
"defaultValue": "ModalSize.medium",
|
|
8361
8260
|
"deprecated": false
|
|
8362
8261
|
},
|
|
8363
|
-
"testId": {
|
|
8364
|
-
"name": "testId",
|
|
8365
|
-
"required": false,
|
|
8366
|
-
"type": {
|
|
8367
|
-
"name": "string"
|
|
8368
|
-
},
|
|
8369
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
8370
|
-
"deprecated": false
|
|
8371
|
-
},
|
|
8372
8262
|
"unmountOnExit": {
|
|
8373
8263
|
"name": "unmountOnExit",
|
|
8374
8264
|
"required": false,
|
|
@@ -8417,15 +8307,6 @@
|
|
|
8417
8307
|
"name": "string"
|
|
8418
8308
|
},
|
|
8419
8309
|
"deprecated": false
|
|
8420
|
-
},
|
|
8421
|
-
"testId": {
|
|
8422
|
-
"name": "testId",
|
|
8423
|
-
"required": false,
|
|
8424
|
-
"type": {
|
|
8425
|
-
"name": "string"
|
|
8426
|
-
},
|
|
8427
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
8428
|
-
"deprecated": false
|
|
8429
8310
|
}
|
|
8430
8311
|
}
|
|
8431
8312
|
},
|
|
@@ -8500,15 +8381,6 @@
|
|
|
8500
8381
|
"defaultValue": "TabsOrientation.horizontal",
|
|
8501
8382
|
"deprecated": false
|
|
8502
8383
|
},
|
|
8503
|
-
"testId": {
|
|
8504
|
-
"name": "testId",
|
|
8505
|
-
"required": false,
|
|
8506
|
-
"type": {
|
|
8507
|
-
"name": "string"
|
|
8508
|
-
},
|
|
8509
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
8510
|
-
"deprecated": false
|
|
8511
|
-
},
|
|
8512
8384
|
"to": {
|
|
8513
8385
|
"name": "to",
|
|
8514
8386
|
"required": false,
|
|
@@ -8580,15 +8452,6 @@
|
|
|
8580
8452
|
"defaultValue": "TabsOrientation.horizontal",
|
|
8581
8453
|
"deprecated": false
|
|
8582
8454
|
},
|
|
8583
|
-
"testId": {
|
|
8584
|
-
"name": "testId",
|
|
8585
|
-
"required": false,
|
|
8586
|
-
"type": {
|
|
8587
|
-
"name": "string"
|
|
8588
|
-
},
|
|
8589
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
8590
|
-
"deprecated": false
|
|
8591
|
-
},
|
|
8592
8455
|
"to": {
|
|
8593
8456
|
"name": "to",
|
|
8594
8457
|
"required": true,
|
|
@@ -8686,15 +8549,6 @@
|
|
|
8686
8549
|
"defaultValue": "TabsOrientation.horizontal",
|
|
8687
8550
|
"deprecated": false
|
|
8688
8551
|
},
|
|
8689
|
-
"testId": {
|
|
8690
|
-
"name": "testId",
|
|
8691
|
-
"required": false,
|
|
8692
|
-
"type": {
|
|
8693
|
-
"name": "string"
|
|
8694
|
-
},
|
|
8695
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
8696
|
-
"deprecated": false
|
|
8697
|
-
},
|
|
8698
8552
|
"to": {
|
|
8699
8553
|
"name": "to",
|
|
8700
8554
|
"required": false,
|
|
@@ -8717,12 +8571,12 @@
|
|
|
8717
8571
|
"typeArguments": [
|
|
8718
8572
|
{
|
|
8719
8573
|
"type": "reference",
|
|
8720
|
-
"id":
|
|
8574
|
+
"id": 14872,
|
|
8721
8575
|
"name": "NavTabChildrenProps"
|
|
8722
8576
|
},
|
|
8723
8577
|
{
|
|
8724
8578
|
"type": "reference",
|
|
8725
|
-
"id":
|
|
8579
|
+
"id": 15137,
|
|
8726
8580
|
"name": "NavTabComponentProps"
|
|
8727
8581
|
}
|
|
8728
8582
|
],
|
|
@@ -8827,7 +8681,7 @@
|
|
|
8827
8681
|
"type": {
|
|
8828
8682
|
"name": "boolean"
|
|
8829
8683
|
},
|
|
8830
|
-
"description": "
|
|
8684
|
+
"description": "Set the button to display full-width.",
|
|
8831
8685
|
"defaultValue": "false",
|
|
8832
8686
|
"deprecated": false
|
|
8833
8687
|
},
|
|
@@ -8890,15 +8744,6 @@
|
|
|
8890
8744
|
"defaultValue": "ButtonSize.medium",
|
|
8891
8745
|
"deprecated": false
|
|
8892
8746
|
},
|
|
8893
|
-
"testId": {
|
|
8894
|
-
"name": "testId",
|
|
8895
|
-
"required": false,
|
|
8896
|
-
"type": {
|
|
8897
|
-
"name": "string"
|
|
8898
|
-
},
|
|
8899
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
8900
|
-
"deprecated": false
|
|
8901
|
-
},
|
|
8902
8747
|
"textTransform": {
|
|
8903
8748
|
"name": "textTransform",
|
|
8904
8749
|
"required": false,
|
|
@@ -9071,15 +8916,7 @@
|
|
|
9071
8916
|
]
|
|
9072
8917
|
},
|
|
9073
8918
|
"description": "Size toggles between default and large variant buttons.",
|
|
9074
|
-
"
|
|
9075
|
-
},
|
|
9076
|
-
"testId": {
|
|
9077
|
-
"name": "testId",
|
|
9078
|
-
"required": false,
|
|
9079
|
-
"type": {
|
|
9080
|
-
"name": "string"
|
|
9081
|
-
},
|
|
9082
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
8919
|
+
"defaultValue": "PageButtonSize.medium",
|
|
9083
8920
|
"deprecated": false
|
|
9084
8921
|
}
|
|
9085
8922
|
}
|
|
@@ -9154,12 +8991,12 @@
|
|
|
9154
8991
|
"types": [
|
|
9155
8992
|
{
|
|
9156
8993
|
"type": "reference",
|
|
9157
|
-
"id":
|
|
8994
|
+
"id": 27462,
|
|
9158
8995
|
"name": "ControlledPaginationProps"
|
|
9159
8996
|
},
|
|
9160
8997
|
{
|
|
9161
8998
|
"type": "reference",
|
|
9162
|
-
"id":
|
|
8999
|
+
"id": 27738,
|
|
9163
9000
|
"name": "UncontrolledPaginationProps"
|
|
9164
9001
|
}
|
|
9165
9002
|
]
|
|
@@ -9195,6 +9032,7 @@
|
|
|
9195
9032
|
"name": "number"
|
|
9196
9033
|
},
|
|
9197
9034
|
"description": "Page selected by default when the component is uncontrolled",
|
|
9035
|
+
"defaultValue": "1",
|
|
9198
9036
|
"deprecated": false
|
|
9199
9037
|
},
|
|
9200
9038
|
"disabled": {
|
|
@@ -9367,15 +9205,6 @@
|
|
|
9367
9205
|
"defaultValue": "false",
|
|
9368
9206
|
"deprecated": false
|
|
9369
9207
|
},
|
|
9370
|
-
"testId": {
|
|
9371
|
-
"name": "testId",
|
|
9372
|
-
"required": false,
|
|
9373
|
-
"type": {
|
|
9374
|
-
"name": "string"
|
|
9375
|
-
},
|
|
9376
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
9377
|
-
"deprecated": false
|
|
9378
|
-
},
|
|
9379
9208
|
"visualStyle": {
|
|
9380
9209
|
"name": "visualStyle",
|
|
9381
9210
|
"required": false,
|
|
@@ -9386,6 +9215,7 @@
|
|
|
9386
9215
|
"TypographyVisualStyle.bodyMedium",
|
|
9387
9216
|
"TypographyVisualStyle.bodySmall",
|
|
9388
9217
|
"TypographyVisualStyle.bodyXSmall",
|
|
9218
|
+
"TypographyVisualStyle.heading2XLarge",
|
|
9389
9219
|
"TypographyVisualStyle.heading2XSmall",
|
|
9390
9220
|
"TypographyVisualStyle.headingLarge",
|
|
9391
9221
|
"TypographyVisualStyle.headingMedium",
|
|
@@ -9485,15 +9315,6 @@
|
|
|
9485
9315
|
"name": "string"
|
|
9486
9316
|
},
|
|
9487
9317
|
"deprecated": false
|
|
9488
|
-
},
|
|
9489
|
-
"testId": {
|
|
9490
|
-
"name": "testId",
|
|
9491
|
-
"required": false,
|
|
9492
|
-
"type": {
|
|
9493
|
-
"name": "string"
|
|
9494
|
-
},
|
|
9495
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
9496
|
-
"deprecated": false
|
|
9497
9318
|
}
|
|
9498
9319
|
}
|
|
9499
9320
|
},
|
|
@@ -9571,15 +9392,6 @@
|
|
|
9571
9392
|
"description": "The percentage of which the bar is filled",
|
|
9572
9393
|
"defaultValue": "0",
|
|
9573
9394
|
"deprecated": false
|
|
9574
|
-
},
|
|
9575
|
-
"testId": {
|
|
9576
|
-
"name": "testId",
|
|
9577
|
-
"required": false,
|
|
9578
|
-
"type": {
|
|
9579
|
-
"name": "string"
|
|
9580
|
-
},
|
|
9581
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
9582
|
-
"deprecated": false
|
|
9583
9395
|
}
|
|
9584
9396
|
}
|
|
9585
9397
|
},
|
|
@@ -9640,15 +9452,6 @@
|
|
|
9640
9452
|
"name": "number"
|
|
9641
9453
|
},
|
|
9642
9454
|
"deprecated": false
|
|
9643
|
-
},
|
|
9644
|
-
"testId": {
|
|
9645
|
-
"name": "testId",
|
|
9646
|
-
"required": false,
|
|
9647
|
-
"type": {
|
|
9648
|
-
"name": "string"
|
|
9649
|
-
},
|
|
9650
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
9651
|
-
"deprecated": false
|
|
9652
9455
|
}
|
|
9653
9456
|
}
|
|
9654
9457
|
},
|
|
@@ -9669,7 +9472,7 @@
|
|
|
9669
9472
|
"name": "string"
|
|
9670
9473
|
},
|
|
9671
9474
|
"description": "Hex code for the background color",
|
|
9672
|
-
"defaultValue": "
|
|
9475
|
+
"defaultValue": "theme.colors.primary",
|
|
9673
9476
|
"deprecated": false
|
|
9674
9477
|
},
|
|
9675
9478
|
"containerStyle": {
|
|
@@ -9728,15 +9531,6 @@
|
|
|
9728
9531
|
"description": "Content of label; can be node or string",
|
|
9729
9532
|
"deprecated": false
|
|
9730
9533
|
},
|
|
9731
|
-
"testId": {
|
|
9732
|
-
"name": "testId",
|
|
9733
|
-
"required": false,
|
|
9734
|
-
"type": {
|
|
9735
|
-
"name": "string"
|
|
9736
|
-
},
|
|
9737
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
9738
|
-
"deprecated": false
|
|
9739
|
-
},
|
|
9740
9534
|
"textPosition": {
|
|
9741
9535
|
"name": "textPosition",
|
|
9742
9536
|
"required": false,
|
|
@@ -9988,15 +9782,6 @@
|
|
|
9988
9782
|
"defaultValue": "false",
|
|
9989
9783
|
"deprecated": false
|
|
9990
9784
|
},
|
|
9991
|
-
"testId": {
|
|
9992
|
-
"name": "testId",
|
|
9993
|
-
"required": false,
|
|
9994
|
-
"type": {
|
|
9995
|
-
"name": "string"
|
|
9996
|
-
},
|
|
9997
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
9998
|
-
"deprecated": false
|
|
9999
|
-
},
|
|
10000
9785
|
"value": {
|
|
10001
9786
|
"name": "value",
|
|
10002
9787
|
"required": false,
|
|
@@ -10175,15 +9960,6 @@
|
|
|
10175
9960
|
"description": "Action that will fire when search icon button is clicked",
|
|
10176
9961
|
"deprecated": false
|
|
10177
9962
|
},
|
|
10178
|
-
"testId": {
|
|
10179
|
-
"name": "testId",
|
|
10180
|
-
"required": false,
|
|
10181
|
-
"type": {
|
|
10182
|
-
"name": "string"
|
|
10183
|
-
},
|
|
10184
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
10185
|
-
"deprecated": false
|
|
10186
|
-
},
|
|
10187
9963
|
"type": {
|
|
10188
9964
|
"name": "type",
|
|
10189
9965
|
"required": false,
|
|
@@ -10220,7 +9996,7 @@
|
|
|
10220
9996
|
"flags": {},
|
|
10221
9997
|
"typeParameter": [
|
|
10222
9998
|
{
|
|
10223
|
-
"id":
|
|
9999
|
+
"id": 10182,
|
|
10224
10000
|
"name": "T",
|
|
10225
10001
|
"kind": 131072,
|
|
10226
10002
|
"kindString": "Type parameter",
|
|
@@ -10262,6 +10038,16 @@
|
|
|
10262
10038
|
},
|
|
10263
10039
|
"deprecated": false
|
|
10264
10040
|
},
|
|
10041
|
+
"isInverse": {
|
|
10042
|
+
"name": "isInverse",
|
|
10043
|
+
"required": false,
|
|
10044
|
+
"type": {
|
|
10045
|
+
"name": "boolean"
|
|
10046
|
+
},
|
|
10047
|
+
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
10048
|
+
"defaultValue": "false",
|
|
10049
|
+
"deprecated": false
|
|
10050
|
+
},
|
|
10265
10051
|
"isOpen": {
|
|
10266
10052
|
"name": "isOpen",
|
|
10267
10053
|
"required": false,
|
|
@@ -10311,7 +10097,7 @@
|
|
|
10311
10097
|
"flags": {},
|
|
10312
10098
|
"typeParameter": [
|
|
10313
10099
|
{
|
|
10314
|
-
"id":
|
|
10100
|
+
"id": 10211,
|
|
10315
10101
|
"name": "T",
|
|
10316
10102
|
"kind": 131072,
|
|
10317
10103
|
"kindString": "Type parameter",
|
|
@@ -10441,7 +10227,7 @@
|
|
|
10441
10227
|
"flags": {},
|
|
10442
10228
|
"typeParameter": [
|
|
10443
10229
|
{
|
|
10444
|
-
"id":
|
|
10230
|
+
"id": 10238,
|
|
10445
10231
|
"name": "T",
|
|
10446
10232
|
"kind": 131072,
|
|
10447
10233
|
"kindString": "Type parameter",
|
|
@@ -10537,7 +10323,7 @@
|
|
|
10537
10323
|
},
|
|
10538
10324
|
"typeParameter": [
|
|
10539
10325
|
{
|
|
10540
|
-
"id":
|
|
10326
|
+
"id": 10135,
|
|
10541
10327
|
"name": "T",
|
|
10542
10328
|
"kind": 131072,
|
|
10543
10329
|
"kindString": "Type parameter",
|
|
@@ -10549,7 +10335,7 @@
|
|
|
10549
10335
|
"type": {
|
|
10550
10336
|
"type": "reflection",
|
|
10551
10337
|
"declaration": {
|
|
10552
|
-
"id":
|
|
10338
|
+
"id": 10136,
|
|
10553
10339
|
"name": "__type",
|
|
10554
10340
|
"kind": 65536,
|
|
10555
10341
|
"kindString": "Type literal",
|
|
@@ -10558,7 +10344,7 @@
|
|
|
10558
10344
|
},
|
|
10559
10345
|
"indexSignature": [
|
|
10560
10346
|
{
|
|
10561
|
-
"id":
|
|
10347
|
+
"id": 10144,
|
|
10562
10348
|
"name": "__index",
|
|
10563
10349
|
"kind": 8192,
|
|
10564
10350
|
"kindString": "Index signature",
|
|
@@ -10567,7 +10353,7 @@
|
|
|
10567
10353
|
},
|
|
10568
10354
|
"parameters": [
|
|
10569
10355
|
{
|
|
10570
|
-
"id":
|
|
10356
|
+
"id": 10145,
|
|
10571
10357
|
"name": "key",
|
|
10572
10358
|
"kind": 32768,
|
|
10573
10359
|
"kindString": "Parameter",
|
|
@@ -10588,7 +10374,7 @@
|
|
|
10588
10374
|
],
|
|
10589
10375
|
"children": [
|
|
10590
10376
|
{
|
|
10591
|
-
"id":
|
|
10377
|
+
"id": 10138,
|
|
10592
10378
|
"name": "isFocused",
|
|
10593
10379
|
"kind": 32,
|
|
10594
10380
|
"kindString": "Variable",
|
|
@@ -10609,7 +10395,28 @@
|
|
|
10609
10395
|
}
|
|
10610
10396
|
},
|
|
10611
10397
|
{
|
|
10612
|
-
"id":
|
|
10398
|
+
"id": 10139,
|
|
10399
|
+
"name": "isInverse",
|
|
10400
|
+
"kind": 32,
|
|
10401
|
+
"kindString": "Variable",
|
|
10402
|
+
"flags": {
|
|
10403
|
+
"isExported": true,
|
|
10404
|
+
"isOptional": true
|
|
10405
|
+
},
|
|
10406
|
+
"sources": [
|
|
10407
|
+
{
|
|
10408
|
+
"fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
|
|
10409
|
+
"line": 11,
|
|
10410
|
+
"character": 11
|
|
10411
|
+
}
|
|
10412
|
+
],
|
|
10413
|
+
"type": {
|
|
10414
|
+
"type": "intrinsic",
|
|
10415
|
+
"name": "boolean"
|
|
10416
|
+
}
|
|
10417
|
+
},
|
|
10418
|
+
{
|
|
10419
|
+
"id": 10140,
|
|
10613
10420
|
"name": "item",
|
|
10614
10421
|
"kind": 32,
|
|
10615
10422
|
"kindString": "Variable",
|
|
@@ -10619,7 +10426,7 @@
|
|
|
10619
10426
|
"sources": [
|
|
10620
10427
|
{
|
|
10621
10428
|
"fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
|
|
10622
|
-
"line":
|
|
10429
|
+
"line": 12,
|
|
10623
10430
|
"character": 6
|
|
10624
10431
|
}
|
|
10625
10432
|
],
|
|
@@ -10629,7 +10436,7 @@
|
|
|
10629
10436
|
}
|
|
10630
10437
|
},
|
|
10631
10438
|
{
|
|
10632
|
-
"id":
|
|
10439
|
+
"id": 10141,
|
|
10633
10440
|
"name": "itemRef",
|
|
10634
10441
|
"kind": 32,
|
|
10635
10442
|
"kindString": "Variable",
|
|
@@ -10639,7 +10446,7 @@
|
|
|
10639
10446
|
"sources": [
|
|
10640
10447
|
{
|
|
10641
10448
|
"fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
|
|
10642
|
-
"line":
|
|
10449
|
+
"line": 13,
|
|
10643
10450
|
"character": 9
|
|
10644
10451
|
}
|
|
10645
10452
|
],
|
|
@@ -10655,7 +10462,7 @@
|
|
|
10655
10462
|
}
|
|
10656
10463
|
},
|
|
10657
10464
|
{
|
|
10658
|
-
"id":
|
|
10465
|
+
"id": 10142,
|
|
10659
10466
|
"name": "itemString",
|
|
10660
10467
|
"kind": 32,
|
|
10661
10468
|
"kindString": "Variable",
|
|
@@ -10665,7 +10472,7 @@
|
|
|
10665
10472
|
"sources": [
|
|
10666
10473
|
{
|
|
10667
10474
|
"fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
|
|
10668
|
-
"line":
|
|
10475
|
+
"line": 14,
|
|
10669
10476
|
"character": 12
|
|
10670
10477
|
}
|
|
10671
10478
|
],
|
|
@@ -10675,7 +10482,7 @@
|
|
|
10675
10482
|
}
|
|
10676
10483
|
},
|
|
10677
10484
|
{
|
|
10678
|
-
"id":
|
|
10485
|
+
"id": 10137,
|
|
10679
10486
|
"name": "key",
|
|
10680
10487
|
"kind": 32,
|
|
10681
10488
|
"kindString": "Variable",
|
|
@@ -10695,7 +10502,7 @@
|
|
|
10695
10502
|
}
|
|
10696
10503
|
},
|
|
10697
10504
|
{
|
|
10698
|
-
"id":
|
|
10505
|
+
"id": 10143,
|
|
10699
10506
|
"name": "theme",
|
|
10700
10507
|
"kind": 32,
|
|
10701
10508
|
"kindString": "Variable",
|
|
@@ -10705,7 +10512,7 @@
|
|
|
10705
10512
|
"sources": [
|
|
10706
10513
|
{
|
|
10707
10514
|
"fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
|
|
10708
|
-
"line":
|
|
10515
|
+
"line": 15,
|
|
10709
10516
|
"character": 7
|
|
10710
10517
|
}
|
|
10711
10518
|
],
|
|
@@ -10720,12 +10527,13 @@
|
|
|
10720
10527
|
"title": "Variables",
|
|
10721
10528
|
"kind": 32,
|
|
10722
10529
|
"children": [
|
|
10723
|
-
|
|
10724
|
-
|
|
10725
|
-
|
|
10726
|
-
|
|
10727
|
-
|
|
10728
|
-
|
|
10530
|
+
10138,
|
|
10531
|
+
10139,
|
|
10532
|
+
10140,
|
|
10533
|
+
10141,
|
|
10534
|
+
10142,
|
|
10535
|
+
10137,
|
|
10536
|
+
10143
|
|
10729
10537
|
]
|
|
10730
10538
|
}
|
|
10731
10539
|
],
|
|
@@ -10751,7 +10559,7 @@
|
|
|
10751
10559
|
},
|
|
10752
10560
|
"typeParameter": [
|
|
10753
10561
|
{
|
|
10754
|
-
"id":
|
|
10562
|
+
"id": 10147,
|
|
10755
10563
|
"name": "T",
|
|
10756
10564
|
"kind": 131072,
|
|
10757
10565
|
"kindString": "Type parameter",
|
|
@@ -10763,7 +10571,7 @@
|
|
|
10763
10571
|
"type": {
|
|
10764
10572
|
"type": "reflection",
|
|
10765
10573
|
"declaration": {
|
|
10766
|
-
"id":
|
|
10574
|
+
"id": 10148,
|
|
10767
10575
|
"name": "__type",
|
|
10768
10576
|
"kind": 65536,
|
|
10769
10577
|
"kindString": "Type literal",
|
|
@@ -10772,7 +10580,7 @@
|
|
|
10772
10580
|
},
|
|
10773
10581
|
"children": [
|
|
10774
10582
|
{
|
|
10775
|
-
"id":
|
|
10583
|
+
"id": 10149,
|
|
10776
10584
|
"name": "ClearIndicator",
|
|
10777
10585
|
"kind": 32,
|
|
10778
10586
|
"kindString": "Variable",
|
|
@@ -10783,7 +10591,7 @@
|
|
|
10783
10591
|
"sources": [
|
|
10784
10592
|
{
|
|
10785
10593
|
"fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
|
|
10786
|
-
"line":
|
|
10594
|
+
"line": 20,
|
|
10787
10595
|
"character": 16
|
|
10788
10596
|
}
|
|
10789
10597
|
],
|
|
@@ -10792,7 +10600,7 @@
|
|
|
10792
10600
|
"typeArguments": [
|
|
10793
10601
|
{
|
|
10794
10602
|
"type": "reference",
|
|
10795
|
-
"id":
|
|
10603
|
+
"id": 4527,
|
|
10796
10604
|
"name": "IconButtonProps"
|
|
10797
10605
|
}
|
|
10798
10606
|
],
|
|
@@ -10800,7 +10608,7 @@
|
|
|
10800
10608
|
}
|
|
10801
10609
|
},
|
|
10802
10610
|
{
|
|
10803
|
-
"id":
|
|
10611
|
+
"id": 10150,
|
|
10804
10612
|
"name": "DropdownIndicator",
|
|
10805
10613
|
"kind": 32,
|
|
10806
10614
|
"kindString": "Variable",
|
|
@@ -10811,7 +10619,7 @@
|
|
|
10811
10619
|
"sources": [
|
|
10812
10620
|
{
|
|
10813
10621
|
"fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
|
|
10814
|
-
"line":
|
|
10622
|
+
"line": 21,
|
|
10815
10623
|
"character": 19
|
|
10816
10624
|
}
|
|
10817
10625
|
],
|
|
@@ -10833,7 +10641,7 @@
|
|
|
10833
10641
|
}
|
|
10834
10642
|
},
|
|
10835
10643
|
{
|
|
10836
|
-
"id":
|
|
10644
|
+
"id": 10152,
|
|
10837
10645
|
"name": "Item",
|
|
10838
10646
|
"kind": 32,
|
|
10839
10647
|
"kindString": "Variable",
|
|
@@ -10844,7 +10652,7 @@
|
|
|
10844
10652
|
"sources": [
|
|
10845
10653
|
{
|
|
10846
10654
|
"fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
|
|
10847
|
-
"line":
|
|
10655
|
+
"line": 23,
|
|
10848
10656
|
"character": 6
|
|
10849
10657
|
}
|
|
10850
10658
|
],
|
|
@@ -10853,7 +10661,7 @@
|
|
|
10853
10661
|
"typeArguments": [
|
|
10854
10662
|
{
|
|
10855
10663
|
"type": "reference",
|
|
10856
|
-
"id":
|
|
10664
|
+
"id": 10134,
|
|
10857
10665
|
"typeArguments": [
|
|
10858
10666
|
{
|
|
10859
10667
|
"type": "typeParameter",
|
|
@@ -10867,7 +10675,7 @@
|
|
|
10867
10675
|
}
|
|
10868
10676
|
},
|
|
10869
10677
|
{
|
|
10870
|
-
"id":
|
|
10678
|
+
"id": 10151,
|
|
10871
10679
|
"name": "LoadingIndicator",
|
|
10872
10680
|
"kind": 32,
|
|
10873
10681
|
"kindString": "Variable",
|
|
@@ -10878,7 +10686,7 @@
|
|
|
10878
10686
|
"sources": [
|
|
10879
10687
|
{
|
|
10880
10688
|
"fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
|
|
10881
|
-
"line":
|
|
10689
|
+
"line": 22,
|
|
10882
10690
|
"character": 18
|
|
10883
10691
|
}
|
|
10884
10692
|
],
|
|
@@ -10900,17 +10708,17 @@
|
|
|
10900
10708
|
"title": "Variables",
|
|
10901
10709
|
"kind": 32,
|
|
10902
10710
|
"children": [
|
|
10903
|
-
|
|
10904
|
-
|
|
10905
|
-
|
|
10906
|
-
|
|
10711
|
+
10149,
|
|
10712
|
+
10150,
|
|
10713
|
+
10152,
|
|
10714
|
+
10151
|
|
10907
10715
|
]
|
|
10908
10716
|
}
|
|
10909
10717
|
],
|
|
10910
10718
|
"sources": [
|
|
10911
10719
|
{
|
|
10912
10720
|
"fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
|
|
10913
|
-
"line":
|
|
10721
|
+
"line": 19,
|
|
10914
10722
|
"character": 33
|
|
10915
10723
|
}
|
|
10916
10724
|
]
|
|
@@ -10929,7 +10737,7 @@
|
|
|
10929
10737
|
},
|
|
10930
10738
|
"typeParameter": [
|
|
10931
10739
|
{
|
|
10932
|
-
"id":
|
|
10740
|
+
"id": 10286,
|
|
10933
10741
|
"name": "T",
|
|
10934
10742
|
"kind": 131072,
|
|
10935
10743
|
"kindString": "Type parameter",
|
|
@@ -10961,7 +10769,7 @@
|
|
|
10961
10769
|
},
|
|
10962
10770
|
"typeParameter": [
|
|
10963
10771
|
{
|
|
10964
|
-
"id":
|
|
10772
|
+
"id": 10266,
|
|
10965
10773
|
"name": "T",
|
|
10966
10774
|
"kind": 131072,
|
|
10967
10775
|
"kindString": "Type parameter",
|
|
@@ -11134,15 +10942,6 @@
|
|
|
11134
10942
|
},
|
|
11135
10943
|
"description": "Text for select trigger button or combobox input placeholder",
|
|
11136
10944
|
"deprecated": false
|
|
11137
|
-
},
|
|
11138
|
-
"testId": {
|
|
11139
|
-
"name": "testId",
|
|
11140
|
-
"required": false,
|
|
11141
|
-
"type": {
|
|
11142
|
-
"name": "string"
|
|
11143
|
-
},
|
|
11144
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
11145
|
-
"deprecated": false
|
|
11146
10945
|
}
|
|
11147
10946
|
}
|
|
11148
10947
|
},
|
|
@@ -11155,7 +10954,7 @@
|
|
|
11155
10954
|
},
|
|
11156
10955
|
"typeParameter": [
|
|
11157
10956
|
{
|
|
11158
|
-
"id":
|
|
10957
|
+
"id": 10393,
|
|
11159
10958
|
"name": "T",
|
|
11160
10959
|
"kind": 131072,
|
|
11161
10960
|
"kindString": "Type parameter",
|
|
@@ -11164,7 +10963,7 @@
|
|
|
11164
10963
|
},
|
|
11165
10964
|
"type": {
|
|
11166
10965
|
"type": "reference",
|
|
11167
|
-
"id":
|
|
10966
|
+
"id": 10436,
|
|
11168
10967
|
"name": "SelectOptions"
|
|
11169
10968
|
}
|
|
11170
10969
|
}
|
|
@@ -11322,7 +11121,7 @@
|
|
|
11322
11121
|
},
|
|
11323
11122
|
"typeParameter": [
|
|
11324
11123
|
{
|
|
11325
|
-
"id":
|
|
11124
|
+
"id": 10292,
|
|
11326
11125
|
"name": "T",
|
|
11327
11126
|
"kind": 131072,
|
|
11328
11127
|
"kindString": "Type parameter",
|
|
@@ -11331,7 +11130,7 @@
|
|
|
11331
11130
|
},
|
|
11332
11131
|
"type": {
|
|
11333
11132
|
"type": "reference",
|
|
11334
|
-
"id":
|
|
11133
|
+
"id": 10436,
|
|
11335
11134
|
"name": "SelectOptions"
|
|
11336
11135
|
}
|
|
11337
11136
|
}
|
|
@@ -11754,15 +11553,6 @@
|
|
|
11754
11553
|
},
|
|
11755
11554
|
"deprecated": false
|
|
11756
11555
|
},
|
|
11757
|
-
"testId": {
|
|
11758
|
-
"name": "testId",
|
|
11759
|
-
"required": false,
|
|
11760
|
-
"type": {
|
|
11761
|
-
"name": "string"
|
|
11762
|
-
},
|
|
11763
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
11764
|
-
"deprecated": false
|
|
11765
|
-
},
|
|
11766
11556
|
"toggleButtonId": {
|
|
11767
11557
|
"name": "toggleButtonId",
|
|
11768
11558
|
"required": false,
|
|
@@ -11790,7 +11580,7 @@
|
|
|
11790
11580
|
{
|
|
11791
11581
|
"type": "reflection",
|
|
11792
11582
|
"declaration": {
|
|
11793
|
-
"id":
|
|
11583
|
+
"id": 10437,
|
|
11794
11584
|
"name": "__type",
|
|
11795
11585
|
"kind": 65536,
|
|
11796
11586
|
"kindString": "Type literal",
|
|
@@ -11799,7 +11589,7 @@
|
|
|
11799
11589
|
},
|
|
11800
11590
|
"indexSignature": [
|
|
11801
11591
|
{
|
|
11802
|
-
"id":
|
|
11592
|
+
"id": 10440,
|
|
11803
11593
|
"name": "__index",
|
|
11804
11594
|
"kind": 8192,
|
|
11805
11595
|
"kindString": "Index signature",
|
|
@@ -11808,7 +11598,7 @@
|
|
|
11808
11598
|
},
|
|
11809
11599
|
"parameters": [
|
|
11810
11600
|
{
|
|
11811
|
-
"id":
|
|
11601
|
+
"id": 10441,
|
|
11812
11602
|
"name": "key",
|
|
11813
11603
|
"kind": 32768,
|
|
11814
11604
|
"kindString": "Parameter",
|
|
@@ -11829,7 +11619,7 @@
|
|
|
11829
11619
|
],
|
|
11830
11620
|
"children": [
|
|
11831
11621
|
{
|
|
11832
|
-
"id":
|
|
11622
|
+
"id": 10439,
|
|
11833
11623
|
"name": "label",
|
|
11834
11624
|
"kind": 32,
|
|
11835
11625
|
"kindString": "Variable",
|
|
@@ -11849,7 +11639,7 @@
|
|
|
11849
11639
|
}
|
|
11850
11640
|
},
|
|
11851
11641
|
{
|
|
11852
|
-
"id":
|
|
11642
|
+
"id": 10438,
|
|
11853
11643
|
"name": "value",
|
|
11854
11644
|
"kind": 32,
|
|
11855
11645
|
"kindString": "Variable",
|
|
@@ -11874,8 +11664,8 @@
|
|
|
11874
11664
|
"title": "Variables",
|
|
11875
11665
|
"kind": 32,
|
|
11876
11666
|
"children": [
|
|
11877
|
-
|
|
11878
|
-
|
|
11667
|
+
10439,
|
|
11668
|
+
10438
|
|
11879
11669
|
]
|
|
11880
11670
|
}
|
|
11881
11671
|
],
|
|
@@ -11907,7 +11697,7 @@
|
|
|
11907
11697
|
},
|
|
11908
11698
|
"typeParameter": [
|
|
11909
11699
|
{
|
|
11910
|
-
"id":
|
|
11700
|
+
"id": 10462,
|
|
11911
11701
|
"name": "T",
|
|
11912
11702
|
"kind": 131072,
|
|
11913
11703
|
"kindString": "Type parameter",
|
|
@@ -11921,7 +11711,7 @@
|
|
|
11921
11711
|
"typeArguments": [
|
|
11922
11712
|
{
|
|
11923
11713
|
"type": "reference",
|
|
11924
|
-
"id":
|
|
11714
|
+
"id": 10291,
|
|
11925
11715
|
"typeArguments": [
|
|
11926
11716
|
{
|
|
11927
11717
|
"type": "typeParameter",
|
|
@@ -11932,7 +11722,7 @@
|
|
|
11932
11722
|
},
|
|
11933
11723
|
{
|
|
11934
11724
|
"type": "reference",
|
|
11935
|
-
"id":
|
|
11725
|
+
"id": 10392,
|
|
11936
11726
|
"typeArguments": [
|
|
11937
11727
|
{
|
|
11938
11728
|
"type": "typeParameter",
|
|
@@ -11949,13 +11739,13 @@
|
|
|
11949
11739
|
"properties": {}
|
|
11950
11740
|
},
|
|
11951
11741
|
{
|
|
11952
|
-
"name": "
|
|
11742
|
+
"name": "StyledContainerProps",
|
|
11953
11743
|
"kind": 256,
|
|
11954
11744
|
"kindString": "Interface",
|
|
11955
11745
|
"flags": {
|
|
11956
11746
|
"isExported": true
|
|
11957
11747
|
},
|
|
11958
|
-
"id": "
|
|
11748
|
+
"id": "StyledContainerProps",
|
|
11959
11749
|
"tags": {},
|
|
11960
11750
|
"properties": {
|
|
11961
11751
|
"children": {
|
|
@@ -12075,7 +11865,7 @@
|
|
|
12075
11865
|
"type": {
|
|
12076
11866
|
"name": "boolean"
|
|
12077
11867
|
},
|
|
12078
|
-
"description": "
|
|
11868
|
+
"description": "Set the button to display full-width.",
|
|
12079
11869
|
"defaultValue": "false",
|
|
12080
11870
|
"deprecated": false
|
|
12081
11871
|
},
|
|
@@ -12159,15 +11949,6 @@
|
|
|
12159
11949
|
"description": "How the hyperlink is styled (can look like either a plain link or a button)",
|
|
12160
11950
|
"deprecated": false
|
|
12161
11951
|
},
|
|
12162
|
-
"testId": {
|
|
12163
|
-
"name": "testId",
|
|
12164
|
-
"required": false,
|
|
12165
|
-
"type": {
|
|
12166
|
-
"name": "string"
|
|
12167
|
-
},
|
|
12168
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
12169
|
-
"deprecated": false
|
|
12170
|
-
},
|
|
12171
11952
|
"textTransform": {
|
|
12172
11953
|
"name": "textTransform",
|
|
12173
11954
|
"required": false,
|
|
@@ -12235,15 +12016,6 @@
|
|
|
12235
12016
|
},
|
|
12236
12017
|
"description": "The content of the component",
|
|
12237
12018
|
"deprecated": false
|
|
12238
|
-
},
|
|
12239
|
-
"testId": {
|
|
12240
|
-
"name": "testId",
|
|
12241
|
-
"required": false,
|
|
12242
|
-
"type": {
|
|
12243
|
-
"name": "string"
|
|
12244
|
-
},
|
|
12245
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
12246
|
-
"deprecated": false
|
|
12247
12019
|
}
|
|
12248
12020
|
}
|
|
12249
12021
|
},
|
|
@@ -12269,6 +12041,7 @@
|
|
|
12269
12041
|
]
|
|
12270
12042
|
},
|
|
12271
12043
|
"description": "Determines whether the spacer takes up space horizontally, vertically or both.",
|
|
12044
|
+
"defaultValue": "SpacerAxis.both",
|
|
12272
12045
|
"deprecated": false
|
|
12273
12046
|
},
|
|
12274
12047
|
"size": {
|
|
@@ -12279,15 +12052,6 @@
|
|
|
12279
12052
|
},
|
|
12280
12053
|
"description": "Height and/or width of the component. If a number is provided, will be set in pixels.",
|
|
12281
12054
|
"deprecated": false
|
|
12282
|
-
},
|
|
12283
|
-
"testId": {
|
|
12284
|
-
"name": "testId",
|
|
12285
|
-
"required": false,
|
|
12286
|
-
"type": {
|
|
12287
|
-
"name": "string"
|
|
12288
|
-
},
|
|
12289
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
12290
|
-
"deprecated": false
|
|
12291
12055
|
}
|
|
12292
12056
|
}
|
|
12293
12057
|
},
|
|
@@ -12308,26 +12072,27 @@
|
|
|
12308
12072
|
"name": "string"
|
|
12309
12073
|
},
|
|
12310
12074
|
"description": "The color of the spinner border",
|
|
12311
|
-
"defaultValue": "
|
|
12075
|
+
"defaultValue": "theme.colors.primary (#3942B0)",
|
|
12312
12076
|
"deprecated": false
|
|
12313
12077
|
},
|
|
12314
|
-
"
|
|
12315
|
-
"name": "
|
|
12078
|
+
"isInverse": {
|
|
12079
|
+
"name": "isInverse",
|
|
12316
12080
|
"required": false,
|
|
12317
12081
|
"type": {
|
|
12318
|
-
"name": "
|
|
12082
|
+
"name": "boolean"
|
|
12319
12083
|
},
|
|
12320
|
-
"description": "
|
|
12321
|
-
"defaultValue": "
|
|
12084
|
+
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
12085
|
+
"defaultValue": "false",
|
|
12322
12086
|
"deprecated": false
|
|
12323
12087
|
},
|
|
12324
|
-
"
|
|
12325
|
-
"name": "
|
|
12088
|
+
"size": {
|
|
12089
|
+
"name": "size",
|
|
12326
12090
|
"required": false,
|
|
12327
12091
|
"type": {
|
|
12328
|
-
"name": "string"
|
|
12092
|
+
"name": "string | number"
|
|
12329
12093
|
},
|
|
12330
|
-
"description": "
|
|
12094
|
+
"description": "The height and width of the spinner. Can be a string or number; if number is provided, the size is in px.",
|
|
12095
|
+
"defaultValue": "16",
|
|
12331
12096
|
"deprecated": false
|
|
12332
12097
|
}
|
|
12333
12098
|
}
|
|
@@ -12364,7 +12129,7 @@
|
|
|
12364
12129
|
"type": {
|
|
12365
12130
|
"name": "boolean"
|
|
12366
12131
|
},
|
|
12367
|
-
"description": "
|
|
12132
|
+
"description": "Set the button to display full-width.",
|
|
12368
12133
|
"defaultValue": "false",
|
|
12369
12134
|
"deprecated": false
|
|
12370
12135
|
},
|
|
@@ -12419,15 +12184,6 @@
|
|
|
12419
12184
|
"defaultValue": "ButtonSize.medium",
|
|
12420
12185
|
"deprecated": false
|
|
12421
12186
|
},
|
|
12422
|
-
"testId": {
|
|
12423
|
-
"name": "testId",
|
|
12424
|
-
"required": false,
|
|
12425
|
-
"type": {
|
|
12426
|
-
"name": "string"
|
|
12427
|
-
},
|
|
12428
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
12429
|
-
"deprecated": false
|
|
12430
|
-
},
|
|
12431
12187
|
"textTransform": {
|
|
12432
12188
|
"name": "textTransform",
|
|
12433
12189
|
"required": false,
|
|
@@ -12604,6 +12360,17 @@
|
|
|
12604
12360
|
"name": "boolean"
|
|
12605
12361
|
},
|
|
12606
12362
|
"description": "If true, row will be visually highlighted on hover",
|
|
12363
|
+
"defaultValue": "false",
|
|
12364
|
+
"deprecated": false
|
|
12365
|
+
},
|
|
12366
|
+
"hasSquareCorners": {
|
|
12367
|
+
"name": "hasSquareCorners",
|
|
12368
|
+
"required": false,
|
|
12369
|
+
"type": {
|
|
12370
|
+
"name": "boolean"
|
|
12371
|
+
},
|
|
12372
|
+
"description": "If true, the table will have square edges",
|
|
12373
|
+
"defaultValue": "false",
|
|
12607
12374
|
"deprecated": false
|
|
12608
12375
|
},
|
|
12609
12376
|
"hasVerticalBorders": {
|
|
@@ -12659,15 +12426,6 @@
|
|
|
12659
12426
|
"name": "Array"
|
|
12660
12427
|
},
|
|
12661
12428
|
"deprecated": false
|
|
12662
|
-
},
|
|
12663
|
-
"testId": {
|
|
12664
|
-
"name": "testId",
|
|
12665
|
-
"required": false,
|
|
12666
|
-
"type": {
|
|
12667
|
-
"name": "string"
|
|
12668
|
-
},
|
|
12669
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
12670
|
-
"deprecated": false
|
|
12671
12429
|
}
|
|
12672
12430
|
}
|
|
12673
12431
|
},
|
|
@@ -12699,15 +12457,6 @@
|
|
|
12699
12457
|
},
|
|
12700
12458
|
"description": "The content of the component",
|
|
12701
12459
|
"deprecated": false
|
|
12702
|
-
},
|
|
12703
|
-
"testId": {
|
|
12704
|
-
"name": "testId",
|
|
12705
|
-
"required": false,
|
|
12706
|
-
"type": {
|
|
12707
|
-
"name": "string"
|
|
12708
|
-
},
|
|
12709
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
12710
|
-
"deprecated": false
|
|
12711
12460
|
}
|
|
12712
12461
|
}
|
|
12713
12462
|
},
|
|
@@ -12738,15 +12487,6 @@
|
|
|
12738
12487
|
"defaultValue": "TableCellAlign.left",
|
|
12739
12488
|
"deprecated": false
|
|
12740
12489
|
},
|
|
12741
|
-
"testId": {
|
|
12742
|
-
"name": "testId",
|
|
12743
|
-
"required": false,
|
|
12744
|
-
"type": {
|
|
12745
|
-
"name": "string"
|
|
12746
|
-
},
|
|
12747
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
12748
|
-
"deprecated": false
|
|
12749
|
-
},
|
|
12750
12490
|
"width": {
|
|
12751
12491
|
"name": "width",
|
|
12752
12492
|
"required": false,
|
|
@@ -12787,15 +12527,6 @@
|
|
|
12787
12527
|
},
|
|
12788
12528
|
"description": "The content of the component",
|
|
12789
12529
|
"deprecated": false
|
|
12790
|
-
},
|
|
12791
|
-
"testId": {
|
|
12792
|
-
"name": "testId",
|
|
12793
|
-
"required": false,
|
|
12794
|
-
"type": {
|
|
12795
|
-
"name": "string"
|
|
12796
|
-
},
|
|
12797
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
12798
|
-
"deprecated": false
|
|
12799
12530
|
}
|
|
12800
12531
|
}
|
|
12801
12532
|
},
|
|
@@ -12884,15 +12615,6 @@
|
|
|
12884
12615
|
"defaultValue": "TableSortDirection.none",
|
|
12885
12616
|
"deprecated": false
|
|
12886
12617
|
},
|
|
12887
|
-
"testId": {
|
|
12888
|
-
"name": "testId",
|
|
12889
|
-
"required": false,
|
|
12890
|
-
"type": {
|
|
12891
|
-
"name": "string"
|
|
12892
|
-
},
|
|
12893
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
12894
|
-
"deprecated": false
|
|
12895
|
-
},
|
|
12896
12618
|
"width": {
|
|
12897
12619
|
"name": "width",
|
|
12898
12620
|
"required": false,
|
|
@@ -12928,7 +12650,7 @@
|
|
|
12928
12650
|
]
|
|
12929
12651
|
},
|
|
12930
12652
|
"description": "Position of the dropdown content",
|
|
12931
|
-
"defaultValue": "
|
|
12653
|
+
"defaultValue": "DropdownDropDirection.up",
|
|
12932
12654
|
"deprecated": false
|
|
12933
12655
|
},
|
|
12934
12656
|
"isInverse": {
|
|
@@ -12976,15 +12698,6 @@
|
|
|
12976
12698
|
},
|
|
12977
12699
|
"description": "Values added to the rows per page select",
|
|
12978
12700
|
"deprecated": false
|
|
12979
|
-
},
|
|
12980
|
-
"testId": {
|
|
12981
|
-
"name": "testId",
|
|
12982
|
-
"required": false,
|
|
12983
|
-
"type": {
|
|
12984
|
-
"name": "string"
|
|
12985
|
-
},
|
|
12986
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
12987
|
-
"deprecated": false
|
|
12988
12701
|
}
|
|
12989
12702
|
}
|
|
12990
12703
|
},
|
|
@@ -13086,12 +12799,12 @@
|
|
|
13086
12799
|
"typeArguments": [
|
|
13087
12800
|
{
|
|
13088
12801
|
"type": "reference",
|
|
13089
|
-
"id":
|
|
12802
|
+
"id": 21263,
|
|
13090
12803
|
"name": "ControlledPageProps"
|
|
13091
12804
|
},
|
|
13092
12805
|
{
|
|
13093
12806
|
"type": "reference",
|
|
13094
|
-
"id":
|
|
12807
|
+
"id": 21265,
|
|
13095
12808
|
"name": "UncontrolledPageProps"
|
|
13096
12809
|
}
|
|
13097
12810
|
],
|
|
@@ -13113,12 +12826,12 @@
|
|
|
13113
12826
|
"typeArguments": [
|
|
13114
12827
|
{
|
|
13115
12828
|
"type": "reference",
|
|
13116
|
-
"id":
|
|
12829
|
+
"id": 21267,
|
|
13117
12830
|
"name": "ControlledRowsPerPageProps"
|
|
13118
12831
|
},
|
|
13119
12832
|
{
|
|
13120
12833
|
"type": "reference",
|
|
13121
|
-
"id":
|
|
12834
|
+
"id": 21269,
|
|
13122
12835
|
"name": "UncontrolledRowsPerPageProps"
|
|
13123
12836
|
}
|
|
13124
12837
|
],
|
|
@@ -13140,17 +12853,17 @@
|
|
|
13140
12853
|
"types": [
|
|
13141
12854
|
{
|
|
13142
12855
|
"type": "reference",
|
|
13143
|
-
"id":
|
|
12856
|
+
"id": 20991,
|
|
13144
12857
|
"name": "BaseTablePaginationProps"
|
|
13145
12858
|
},
|
|
13146
12859
|
{
|
|
13147
12860
|
"type": "reference",
|
|
13148
|
-
"id":
|
|
12861
|
+
"id": 21271,
|
|
13149
12862
|
"name": "PagePaginationProps"
|
|
13150
12863
|
},
|
|
13151
12864
|
{
|
|
13152
12865
|
"type": "reference",
|
|
13153
|
-
"id":
|
|
12866
|
+
"id": 21272,
|
|
13154
12867
|
"name": "RowsPaginationProps"
|
|
13155
12868
|
}
|
|
13156
12869
|
]
|
|
@@ -13170,7 +12883,7 @@
|
|
|
13170
12883
|
]
|
|
13171
12884
|
},
|
|
13172
12885
|
"description": "Position of the dropdown content",
|
|
13173
|
-
"defaultValue": "
|
|
12886
|
+
"defaultValue": "DropdownDropDirection.up",
|
|
13174
12887
|
"deprecated": false
|
|
13175
12888
|
},
|
|
13176
12889
|
"isInverse": {
|
|
@@ -13218,15 +12931,6 @@
|
|
|
13218
12931
|
},
|
|
13219
12932
|
"description": "Values added to the rows per page select",
|
|
13220
12933
|
"deprecated": false
|
|
13221
|
-
},
|
|
13222
|
-
"testId": {
|
|
13223
|
-
"name": "testId",
|
|
13224
|
-
"required": false,
|
|
13225
|
-
"type": {
|
|
13226
|
-
"name": "string"
|
|
13227
|
-
},
|
|
13228
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
13229
|
-
"deprecated": false
|
|
13230
12934
|
}
|
|
13231
12935
|
}
|
|
13232
12936
|
},
|
|
@@ -13326,15 +13030,6 @@
|
|
|
13326
13030
|
"name": "number"
|
|
13327
13031
|
},
|
|
13328
13032
|
"deprecated": false
|
|
13329
|
-
},
|
|
13330
|
-
"testId": {
|
|
13331
|
-
"name": "testId",
|
|
13332
|
-
"required": false,
|
|
13333
|
-
"type": {
|
|
13334
|
-
"name": "string"
|
|
13335
|
-
},
|
|
13336
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
13337
|
-
"deprecated": false
|
|
13338
13033
|
}
|
|
13339
13034
|
}
|
|
13340
13035
|
},
|
|
@@ -13376,15 +13071,6 @@
|
|
|
13376
13071
|
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
13377
13072
|
"defaultValue": "false",
|
|
13378
13073
|
"deprecated": false
|
|
13379
|
-
},
|
|
13380
|
-
"testId": {
|
|
13381
|
-
"name": "testId",
|
|
13382
|
-
"required": false,
|
|
13383
|
-
"type": {
|
|
13384
|
-
"name": "string"
|
|
13385
|
-
},
|
|
13386
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
13387
|
-
"deprecated": false
|
|
13388
13074
|
}
|
|
13389
13075
|
}
|
|
13390
13076
|
},
|
|
@@ -13407,15 +13093,6 @@
|
|
|
13407
13093
|
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
13408
13094
|
"defaultValue": "false",
|
|
13409
13095
|
"deprecated": false
|
|
13410
|
-
},
|
|
13411
|
-
"testId": {
|
|
13412
|
-
"name": "testId",
|
|
13413
|
-
"required": false,
|
|
13414
|
-
"type": {
|
|
13415
|
-
"name": "string"
|
|
13416
|
-
},
|
|
13417
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
13418
|
-
"deprecated": false
|
|
13419
13096
|
}
|
|
13420
13097
|
}
|
|
13421
13098
|
},
|
|
@@ -13436,15 +13113,6 @@
|
|
|
13436
13113
|
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
13437
13114
|
"defaultValue": "false",
|
|
13438
13115
|
"deprecated": false
|
|
13439
|
-
},
|
|
13440
|
-
"testId": {
|
|
13441
|
-
"name": "testId",
|
|
13442
|
-
"required": false,
|
|
13443
|
-
"type": {
|
|
13444
|
-
"name": "string"
|
|
13445
|
-
},
|
|
13446
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
13447
|
-
"deprecated": false
|
|
13448
13116
|
}
|
|
13449
13117
|
}
|
|
13450
13118
|
},
|
|
@@ -13624,6 +13292,7 @@
|
|
|
13624
13292
|
]
|
|
13625
13293
|
},
|
|
13626
13294
|
"description": "The orientation of icon on Tab",
|
|
13295
|
+
"defaultValue": "TabsIconPosition.left",
|
|
13627
13296
|
"deprecated": false
|
|
13628
13297
|
},
|
|
13629
13298
|
"isFullWidth": {
|
|
@@ -13664,15 +13333,7 @@
|
|
|
13664
13333
|
"TabsOrientation.vertical"
|
|
13665
13334
|
]
|
|
13666
13335
|
},
|
|
13667
|
-
"
|
|
13668
|
-
},
|
|
13669
|
-
"testId": {
|
|
13670
|
-
"name": "testId",
|
|
13671
|
-
"required": false,
|
|
13672
|
-
"type": {
|
|
13673
|
-
"name": "string"
|
|
13674
|
-
},
|
|
13675
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
13336
|
+
"defaultValue": "TabsOrientation.horizontal",
|
|
13676
13337
|
"deprecated": false
|
|
13677
13338
|
}
|
|
13678
13339
|
}
|
|
@@ -13717,12 +13378,12 @@
|
|
|
13717
13378
|
"types": [
|
|
13718
13379
|
{
|
|
13719
13380
|
"type": "reference",
|
|
13720
|
-
"id":
|
|
13381
|
+
"id": 13677,
|
|
13721
13382
|
"name": "HorizontalTabsProps"
|
|
13722
13383
|
},
|
|
13723
13384
|
{
|
|
13724
13385
|
"type": "reference",
|
|
13725
|
-
"id":
|
|
13386
|
+
"id": 13674,
|
|
13726
13387
|
"name": "VerticalTabsProps"
|
|
13727
13388
|
}
|
|
13728
13389
|
]
|
|
@@ -13791,15 +13452,6 @@
|
|
|
13791
13452
|
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
13792
13453
|
"defaultValue": "false",
|
|
13793
13454
|
"deprecated": false
|
|
13794
|
-
},
|
|
13795
|
-
"testId": {
|
|
13796
|
-
"name": "testId",
|
|
13797
|
-
"required": false,
|
|
13798
|
-
"type": {
|
|
13799
|
-
"name": "string"
|
|
13800
|
-
},
|
|
13801
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
13802
|
-
"deprecated": false
|
|
13803
13455
|
}
|
|
13804
13456
|
}
|
|
13805
13457
|
},
|
|
@@ -13894,6 +13546,7 @@
|
|
|
13894
13546
|
]
|
|
13895
13547
|
},
|
|
13896
13548
|
"description": "Color changes between 'primary', 'low contrast', and 'high contrast' style variants between each Tag.",
|
|
13549
|
+
"defaultValue": "TagColor.default",
|
|
13897
13550
|
"deprecated": false
|
|
13898
13551
|
},
|
|
13899
13552
|
"disabled": {
|
|
@@ -13953,6 +13606,7 @@
|
|
|
13953
13606
|
]
|
|
13954
13607
|
},
|
|
13955
13608
|
"description": "Size toggles between a default, and a small size Tag.",
|
|
13609
|
+
"defaultValue": "TagSize.medium",
|
|
13956
13610
|
"deprecated": false
|
|
13957
13611
|
},
|
|
13958
13612
|
"testId": {
|
|
@@ -13961,7 +13615,6 @@
|
|
|
13961
13615
|
"type": {
|
|
13962
13616
|
"name": "string"
|
|
13963
13617
|
},
|
|
13964
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
13965
13618
|
"deprecated": false
|
|
13966
13619
|
}
|
|
13967
13620
|
}
|
|
@@ -13989,6 +13642,7 @@
|
|
|
13989
13642
|
]
|
|
13990
13643
|
},
|
|
13991
13644
|
"description": "Color changes between 'primary', 'low contrast', and 'high contrast' style variants between each Tag.",
|
|
13645
|
+
"defaultValue": "TagColor.default",
|
|
13992
13646
|
"deprecated": false
|
|
13993
13647
|
},
|
|
13994
13648
|
"disabled": {
|
|
@@ -14056,6 +13710,7 @@
|
|
|
14056
13710
|
]
|
|
14057
13711
|
},
|
|
14058
13712
|
"description": "Size toggles between a default, and a small size Tag.",
|
|
13713
|
+
"defaultValue": "TagSize.medium",
|
|
14059
13714
|
"deprecated": false
|
|
14060
13715
|
},
|
|
14061
13716
|
"testId": {
|
|
@@ -14064,7 +13719,6 @@
|
|
|
14064
13719
|
"type": {
|
|
14065
13720
|
"name": "string"
|
|
14066
13721
|
},
|
|
14067
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
14068
13722
|
"deprecated": false
|
|
14069
13723
|
}
|
|
14070
13724
|
}
|
|
@@ -14092,6 +13746,7 @@
|
|
|
14092
13746
|
]
|
|
14093
13747
|
},
|
|
14094
13748
|
"description": "Color changes between 'primary', 'low contrast', and 'high contrast' style variants between each Tag.",
|
|
13749
|
+
"defaultValue": "TagColor.default",
|
|
14095
13750
|
"deprecated": false
|
|
14096
13751
|
},
|
|
14097
13752
|
"disabled": {
|
|
@@ -14159,6 +13814,7 @@
|
|
|
14159
13814
|
]
|
|
14160
13815
|
},
|
|
14161
13816
|
"description": "Size toggles between a default, and a small size Tag.",
|
|
13817
|
+
"defaultValue": "TagSize.medium",
|
|
14162
13818
|
"deprecated": false
|
|
14163
13819
|
},
|
|
14164
13820
|
"testId": {
|
|
@@ -14167,7 +13823,6 @@
|
|
|
14167
13823
|
"type": {
|
|
14168
13824
|
"name": "string"
|
|
14169
13825
|
},
|
|
14170
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
14171
13826
|
"deprecated": false
|
|
14172
13827
|
}
|
|
14173
13828
|
}
|
|
@@ -14184,12 +13839,12 @@
|
|
|
14184
13839
|
"typeArguments": [
|
|
14185
13840
|
{
|
|
14186
13841
|
"type": "reference",
|
|
14187
|
-
"id":
|
|
13842
|
+
"id": 28345,
|
|
14188
13843
|
"name": "DeletableTagProps"
|
|
14189
13844
|
},
|
|
14190
13845
|
{
|
|
14191
13846
|
"type": "reference",
|
|
14192
|
-
"id":
|
|
13847
|
+
"id": 28358,
|
|
14193
13848
|
"name": "ClickableTagProps"
|
|
14194
13849
|
}
|
|
14195
13850
|
],
|
|
@@ -14228,15 +13883,6 @@
|
|
|
14228
13883
|
"defaultValue": "false",
|
|
14229
13884
|
"deprecated": false
|
|
14230
13885
|
},
|
|
14231
|
-
"testId": {
|
|
14232
|
-
"name": "testId",
|
|
14233
|
-
"required": false,
|
|
14234
|
-
"type": {
|
|
14235
|
-
"name": "string"
|
|
14236
|
-
},
|
|
14237
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
14238
|
-
"deprecated": false
|
|
14239
|
-
},
|
|
14240
13886
|
"textareaStyle": {
|
|
14241
13887
|
"name": "textareaStyle",
|
|
14242
13888
|
"required": false,
|
|
@@ -14434,7 +14080,7 @@
|
|
|
14434
14080
|
"type": "query",
|
|
14435
14081
|
"queryType": {
|
|
14436
14082
|
"type": "reference",
|
|
14437
|
-
"id":
|
|
14083
|
+
"id": 24395,
|
|
14438
14084
|
"name": "useTimePicker"
|
|
14439
14085
|
}
|
|
14440
14086
|
}
|
|
@@ -14464,15 +14110,6 @@
|
|
|
14464
14110
|
"description": "Number of additional pixels from bottom of screen",
|
|
14465
14111
|
"defaultValue": "0",
|
|
14466
14112
|
"deprecated": false
|
|
14467
|
-
},
|
|
14468
|
-
"testId": {
|
|
14469
|
-
"name": "testId",
|
|
14470
|
-
"required": false,
|
|
14471
|
-
"type": {
|
|
14472
|
-
"name": "string"
|
|
14473
|
-
},
|
|
14474
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
14475
|
-
"deprecated": false
|
|
14476
14113
|
}
|
|
14477
14114
|
}
|
|
14478
14115
|
},
|
|
@@ -14585,6 +14222,14 @@
|
|
|
14585
14222
|
},
|
|
14586
14223
|
"deprecated": false
|
|
14587
14224
|
},
|
|
14225
|
+
"id": {
|
|
14226
|
+
"name": "id",
|
|
14227
|
+
"required": false,
|
|
14228
|
+
"type": {
|
|
14229
|
+
"name": "string"
|
|
14230
|
+
},
|
|
14231
|
+
"deprecated": false
|
|
14232
|
+
},
|
|
14588
14233
|
"isDismissed": {
|
|
14589
14234
|
"name": "isDismissed",
|
|
14590
14235
|
"required": false,
|
|
@@ -14662,15 +14307,6 @@
|
|
|
14662
14307
|
"description": "Action that fires when the mouse leaves the component",
|
|
14663
14308
|
"deprecated": false
|
|
14664
14309
|
},
|
|
14665
|
-
"testId": {
|
|
14666
|
-
"name": "testId",
|
|
14667
|
-
"required": false,
|
|
14668
|
-
"type": {
|
|
14669
|
-
"name": "string"
|
|
14670
|
-
},
|
|
14671
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
14672
|
-
"deprecated": false
|
|
14673
|
-
},
|
|
14674
14310
|
"toastDuration": {
|
|
14675
14311
|
"name": "toastDuration",
|
|
14676
14312
|
"required": false,
|
|
@@ -14689,11 +14325,12 @@
|
|
|
14689
14325
|
"options": [
|
|
14690
14326
|
"AlertVariant.danger",
|
|
14691
14327
|
"AlertVariant.info",
|
|
14692
|
-
"AlertVariant.muted",
|
|
14693
14328
|
"AlertVariant.success",
|
|
14694
14329
|
"AlertVariant.warning"
|
|
14695
14330
|
]
|
|
14696
14331
|
},
|
|
14332
|
+
"description": "The variant of the toast, indicating its function in the UI",
|
|
14333
|
+
"defaultValue": "AlertVariant.info",
|
|
14697
14334
|
"deprecated": false
|
|
14698
14335
|
}
|
|
14699
14336
|
}
|
|
@@ -14734,6 +14371,7 @@
|
|
|
14734
14371
|
"name": "boolean"
|
|
14735
14372
|
},
|
|
14736
14373
|
"description": "If true, checkbox is checked on first render",
|
|
14374
|
+
"defaultValue": "false",
|
|
14737
14375
|
"deprecated": false
|
|
14738
14376
|
},
|
|
14739
14377
|
"errorMessage": {
|
|
@@ -14783,15 +14421,6 @@
|
|
|
14783
14421
|
"description": "Content for label; can be a node or a string",
|
|
14784
14422
|
"deprecated": false
|
|
14785
14423
|
},
|
|
14786
|
-
"testId": {
|
|
14787
|
-
"name": "testId",
|
|
14788
|
-
"required": false,
|
|
14789
|
-
"type": {
|
|
14790
|
-
"name": "string"
|
|
14791
|
-
},
|
|
14792
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
14793
|
-
"deprecated": false
|
|
14794
|
-
},
|
|
14795
14424
|
"textPosition": {
|
|
14796
14425
|
"name": "textPosition",
|
|
14797
14426
|
"required": false,
|
|
@@ -14932,15 +14561,7 @@
|
|
|
14932
14561
|
]
|
|
14933
14562
|
},
|
|
14934
14563
|
"description": "Position the tooltip appears in relation to its trigger",
|
|
14935
|
-
"
|
|
14936
|
-
},
|
|
14937
|
-
"testId": {
|
|
14938
|
-
"name": "testId",
|
|
14939
|
-
"required": false,
|
|
14940
|
-
"type": {
|
|
14941
|
-
"name": "string"
|
|
14942
|
-
},
|
|
14943
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
14564
|
+
"defaultValue": "TooltipPosition.top",
|
|
14944
14565
|
"deprecated": false
|
|
14945
14566
|
},
|
|
14946
14567
|
"tooltipStyle": {
|
|
@@ -15124,15 +14745,6 @@
|
|
|
15124
14745
|
"defaultValue": "false",
|
|
15125
14746
|
"deprecated": false
|
|
15126
14747
|
},
|
|
15127
|
-
"testId": {
|
|
15128
|
-
"name": "testId",
|
|
15129
|
-
"required": false,
|
|
15130
|
-
"type": {
|
|
15131
|
-
"name": "string"
|
|
15132
|
-
},
|
|
15133
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
15134
|
-
"deprecated": false
|
|
15135
|
-
},
|
|
15136
14748
|
"unmountOnExit": {
|
|
15137
14749
|
"name": "unmountOnExit",
|
|
15138
14750
|
"required": false,
|
|
@@ -15154,7 +14766,7 @@
|
|
|
15154
14766
|
},
|
|
15155
14767
|
"typeParameter": [
|
|
15156
14768
|
{
|
|
15157
|
-
"id":
|
|
14769
|
+
"id": 5390,
|
|
15158
14770
|
"name": "T",
|
|
15159
14771
|
"kind": 131072,
|
|
15160
14772
|
"kindString": "Type parameter",
|
|
@@ -15244,15 +14856,6 @@
|
|
|
15244
14856
|
},
|
|
15245
14857
|
"deprecated": false
|
|
15246
14858
|
},
|
|
15247
|
-
"testId": {
|
|
15248
|
-
"name": "testId",
|
|
15249
|
-
"required": false,
|
|
15250
|
-
"type": {
|
|
15251
|
-
"name": "string"
|
|
15252
|
-
},
|
|
15253
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
15254
|
-
"deprecated": false
|
|
15255
|
-
},
|
|
15256
14859
|
"theme": {
|
|
15257
14860
|
"name": "theme",
|
|
15258
14861
|
"required": false,
|
|
@@ -15271,6 +14874,7 @@
|
|
|
15271
14874
|
"TypographyVisualStyle.bodyMedium",
|
|
15272
14875
|
"TypographyVisualStyle.bodySmall",
|
|
15273
14876
|
"TypographyVisualStyle.bodyXSmall",
|
|
14877
|
+
"TypographyVisualStyle.heading2XLarge",
|
|
15274
14878
|
"TypographyVisualStyle.heading2XSmall",
|
|
15275
14879
|
"TypographyVisualStyle.headingLarge",
|
|
15276
14880
|
"TypographyVisualStyle.headingMedium",
|
|
@@ -15311,15 +14915,6 @@
|
|
|
15311
14915
|
},
|
|
15312
14916
|
"description": "The content of the component",
|
|
15313
14917
|
"deprecated": false
|
|
15314
|
-
},
|
|
15315
|
-
"testId": {
|
|
15316
|
-
"name": "testId",
|
|
15317
|
-
"required": false,
|
|
15318
|
-
"type": {
|
|
15319
|
-
"name": "string"
|
|
15320
|
-
},
|
|
15321
|
-
"description": "Test ID attached to an internal element as `data-testid` for consumer testing",
|
|
15322
|
-
"deprecated": false
|
|
15323
14918
|
}
|
|
15324
14919
|
}
|
|
15325
14920
|
},
|
|
@@ -15332,7 +14927,7 @@
|
|
|
15332
14927
|
},
|
|
15333
14928
|
"typeParameter": [
|
|
15334
14929
|
{
|
|
15335
|
-
"id":
|
|
14930
|
+
"id": 19515,
|
|
15336
14931
|
"name": "PaginatedItem",
|
|
15337
14932
|
"kind": 131072,
|
|
15338
14933
|
"kindString": "Type parameter",
|
|
@@ -15392,7 +14987,7 @@
|
|
|
15392
14987
|
},
|
|
15393
14988
|
"typeParameter": [
|
|
15394
14989
|
{
|
|
15395
|
-
"id":
|
|
14990
|
+
"id": 19524,
|
|
15396
14991
|
"name": "PaginatedItem",
|
|
15397
14992
|
"kind": 131072,
|
|
15398
14993
|
"kindString": "Type parameter",
|