react-magma-dom 5.0.1-rc.1 → 5.1.0-rc.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2536,6 +2536,15 @@
2536
2536
  "id": "CheckboxProps",
2537
2537
  "tags": {},
2538
2538
  "properties": {
2539
+ "ariaLabel": {
2540
+ "name": "ariaLabel",
2541
+ "required": false,
2542
+ "type": {
2543
+ "name": "string"
2544
+ },
2545
+ "description": "Text for aria-label attribute for the checkbox.",
2546
+ "deprecated": false
2547
+ },
2539
2548
  "checked": {
2540
2549
  "name": "checked",
2541
2550
  "required": false,
@@ -4504,6 +4513,15 @@
4504
4513
  "description": "Text for time picker label",
4505
4514
  "deprecated": false
4506
4515
  },
4516
+ "timezone": {
4517
+ "name": "timezone",
4518
+ "required": false,
4519
+ "type": {
4520
+ "name": "string"
4521
+ },
4522
+ "description": "Optional timezone to display with the selected date and time (e.g. \"America/New_York\").\nIf provided, the component will display its short abbreviation (e.g. \"EST\") and include the timezone when returning values.",
4523
+ "deprecated": false
4524
+ },
4507
4525
  "value": {
4508
4526
  "name": "value",
4509
4527
  "required": false,
@@ -4689,6 +4707,15 @@
4689
4707
  "description": "The content of the modal header",
4690
4708
  "deprecated": false
4691
4709
  },
4710
+ "headerLevel": {
4711
+ "name": "headerLevel",
4712
+ "required": false,
4713
+ "type": {
4714
+ "name": "1 | 2 | 3 | 4 | 5 | 6"
4715
+ },
4716
+ "description": "Number to indicate which level heading will render (e.g. h1, h2 etc.)",
4717
+ "deprecated": false
4718
+ },
4692
4719
  "headerRef": {
4693
4720
  "name": "headerRef",
4694
4721
  "required": false,
@@ -5670,6 +5697,15 @@
5670
5697
  "defaultValue": "false",
5671
5698
  "deprecated": false
5672
5699
  },
5700
+ "leadingIcon": {
5701
+ "name": "leadingIcon",
5702
+ "required": false,
5703
+ "type": {
5704
+ "name": "ReactElement"
5705
+ },
5706
+ "description": "Leading icon to display on the left side within the component",
5707
+ "deprecated": false
5708
+ },
5673
5709
  "onClick": {
5674
5710
  "name": "onClick",
5675
5711
  "required": false,
@@ -7475,6 +7511,15 @@
7475
7511
  "id": "IndeterminateCheckboxProps",
7476
7512
  "tags": {},
7477
7513
  "properties": {
7514
+ "ariaLabel": {
7515
+ "name": "ariaLabel",
7516
+ "required": false,
7517
+ "type": {
7518
+ "name": "string"
7519
+ },
7520
+ "description": "Text for aria-label attribute for the checkbox.",
7521
+ "deprecated": false
7522
+ },
7478
7523
  "color": {
7479
7524
  "name": "color",
7480
7525
  "required": false,
@@ -8977,6 +9022,15 @@
8977
9022
  "description": "The content of the modal header",
8978
9023
  "deprecated": false
8979
9024
  },
9025
+ "headerLevel": {
9026
+ "name": "headerLevel",
9027
+ "required": false,
9028
+ "type": {
9029
+ "name": "1 | 2 | 3 | 4 | 5 | 6"
9030
+ },
9031
+ "description": "Number to indicate which level heading will render (e.g. h1, h2 etc.)",
9032
+ "deprecated": false
9033
+ },
8980
9034
  "headerRef": {
8981
9035
  "name": "headerRef",
8982
9036
  "required": false,