react-magma-dom 5.0.1-rc.2 → 5.1.0-rc.3

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,
@@ -4689,6 +4698,15 @@
4689
4698
  "description": "The content of the modal header",
4690
4699
  "deprecated": false
4691
4700
  },
4701
+ "headerLevel": {
4702
+ "name": "headerLevel",
4703
+ "required": false,
4704
+ "type": {
4705
+ "name": "1 | 2 | 3 | 4 | 5 | 6"
4706
+ },
4707
+ "description": "Number to indicate which level heading will render (e.g. h1, h2 etc.)",
4708
+ "deprecated": false
4709
+ },
4692
4710
  "headerRef": {
4693
4711
  "name": "headerRef",
4694
4712
  "required": false,
@@ -7475,6 +7493,15 @@
7475
7493
  "id": "IndeterminateCheckboxProps",
7476
7494
  "tags": {},
7477
7495
  "properties": {
7496
+ "ariaLabel": {
7497
+ "name": "ariaLabel",
7498
+ "required": false,
7499
+ "type": {
7500
+ "name": "string"
7501
+ },
7502
+ "description": "Text for aria-label attribute for the checkbox.",
7503
+ "deprecated": false
7504
+ },
7478
7505
  "color": {
7479
7506
  "name": "color",
7480
7507
  "required": false,
@@ -8977,6 +9004,15 @@
8977
9004
  "description": "The content of the modal header",
8978
9005
  "deprecated": false
8979
9006
  },
9007
+ "headerLevel": {
9008
+ "name": "headerLevel",
9009
+ "required": false,
9010
+ "type": {
9011
+ "name": "1 | 2 | 3 | 4 | 5 | 6"
9012
+ },
9013
+ "description": "Number to indicate which level heading will render (e.g. h1, h2 etc.)",
9014
+ "deprecated": false
9015
+ },
8980
9016
  "headerRef": {
8981
9017
  "name": "headerRef",
8982
9018
  "required": false,