@momentum-design/components 0.96.1 → 0.96.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.
- package/dist/browser/index.js +74 -74
- package/dist/browser/index.js.map +4 -4
- package/dist/components/button/button.component.d.ts +2 -1
- package/dist/components/button/button.component.js +3 -2
- package/dist/components/button/button.constants.d.ts +6 -6
- package/dist/components/buttongroup/buttongroup.constants.d.ts +3 -3
- package/dist/components/buttonsimple/buttonsimple.component.d.ts +2 -1
- package/dist/components/buttonsimple/buttonsimple.component.js +3 -3
- package/dist/components/buttonsimple/buttonsimple.constants.d.ts +4 -4
- package/dist/components/buttonsimple/buttonsimple.constants.js +2 -1
- package/dist/components/card/card.constants.d.ts +9 -9
- package/dist/components/cardcheckbox/cardcheckbox.constants.d.ts +3 -3
- package/dist/components/chip/chip.constants.d.ts +5 -5
- package/dist/components/chip/chip.constants.js +2 -1
- package/dist/components/coachmark/coachmark.constants.d.ts +5 -5
- package/dist/components/filterchip/filterchip.constants.d.ts +2 -2
- package/dist/components/formfieldwrapper/formfieldwrapper.constants.d.ts +3 -3
- package/dist/components/input/input.constants.d.ts +10 -10
- package/dist/components/inputchip/inputchip.constants.d.ts +3 -3
- package/dist/components/link/link.constants.d.ts +1 -1
- package/dist/components/linkbutton/linkbutton.constants.d.ts +4 -4
- package/dist/components/linksimple/linksimple.constants.d.ts +2 -2
- package/dist/components/menubar/menubar.constants.d.ts +1 -1
- package/dist/components/menupopover/menupopover.constants.d.ts +2 -2
- package/dist/components/searchfield/searchfield.constants.d.ts +4 -4
- package/dist/components/skeleton/skeleton.constants.d.ts +1 -1
- package/dist/components/spinner/spinner.component.d.ts +1 -1
- package/dist/components/spinner/spinner.constants.d.ts +3 -3
- package/dist/components/statictoggle/statictoggle.constants.d.ts +1 -1
- package/dist/components/textarea/textarea.component.d.ts +2 -2
- package/dist/components/textarea/textarea.constants.d.ts +4 -4
- package/dist/components/toggletip/toggletip.constants.d.ts +6 -6
- package/dist/components/tooltip/tooltip.constants.d.ts +6 -6
- package/dist/components/virtualizedlist/virtualizedlist.constants.d.ts +3 -3
- package/dist/custom-elements.json +56 -8
- package/package.json +1 -1
@@ -152,6 +152,9 @@
|
|
152
152
|
{
|
153
153
|
"kind": "field",
|
154
154
|
"name": "role",
|
155
|
+
"type": {
|
156
|
+
"text": "RoleType"
|
157
|
+
},
|
155
158
|
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
156
159
|
"default": "button",
|
157
160
|
"attribute": "role",
|
@@ -437,6 +440,9 @@
|
|
437
440
|
},
|
438
441
|
{
|
439
442
|
"name": "role",
|
443
|
+
"type": {
|
444
|
+
"text": "RoleType"
|
445
|
+
},
|
440
446
|
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
441
447
|
"default": "button",
|
442
448
|
"fieldName": "role",
|
@@ -1313,6 +1319,9 @@
|
|
1313
1319
|
{
|
1314
1320
|
"kind": "field",
|
1315
1321
|
"name": "role",
|
1322
|
+
"type": {
|
1323
|
+
"text": "RoleType"
|
1324
|
+
},
|
1316
1325
|
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
1317
1326
|
"default": "button",
|
1318
1327
|
"attribute": "role",
|
@@ -1700,6 +1709,9 @@
|
|
1700
1709
|
},
|
1701
1710
|
{
|
1702
1711
|
"name": "role",
|
1712
|
+
"type": {
|
1713
|
+
"text": "RoleType"
|
1714
|
+
},
|
1703
1715
|
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
1704
1716
|
"default": "button",
|
1705
1717
|
"fieldName": "role",
|
@@ -2305,13 +2317,13 @@
|
|
2305
2317
|
{
|
2306
2318
|
"kind": "field",
|
2307
2319
|
"name": "role",
|
2320
|
+
"type": {
|
2321
|
+
"text": "RoleType"
|
2322
|
+
},
|
2308
2323
|
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
2309
|
-
"default": "
|
2324
|
+
"default": "button",
|
2310
2325
|
"attribute": "role",
|
2311
2326
|
"reflects": true,
|
2312
|
-
"type": {
|
2313
|
-
"text": "string"
|
2314
|
-
},
|
2315
2327
|
"inheritedFrom": {
|
2316
2328
|
"name": "Buttonsimple",
|
2317
2329
|
"module": "components/buttonsimple/buttonsimple.component.js"
|
@@ -2739,12 +2751,12 @@
|
|
2739
2751
|
},
|
2740
2752
|
{
|
2741
2753
|
"name": "role",
|
2742
|
-
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
2743
|
-
"default": "'button'",
|
2744
|
-
"fieldName": "role",
|
2745
2754
|
"type": {
|
2746
|
-
"text": "
|
2755
|
+
"text": "RoleType"
|
2747
2756
|
},
|
2757
|
+
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
2758
|
+
"default": "button",
|
2759
|
+
"fieldName": "role",
|
2748
2760
|
"inheritedFrom": {
|
2749
2761
|
"name": "Buttonsimple",
|
2750
2762
|
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
@@ -3747,6 +3759,9 @@
|
|
3747
3759
|
{
|
3748
3760
|
"kind": "field",
|
3749
3761
|
"name": "role",
|
3762
|
+
"type": {
|
3763
|
+
"text": "RoleType"
|
3764
|
+
},
|
3750
3765
|
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
3751
3766
|
"default": "button",
|
3752
3767
|
"attribute": "role",
|
@@ -3986,6 +4001,9 @@
|
|
3986
4001
|
},
|
3987
4002
|
{
|
3988
4003
|
"name": "role",
|
4004
|
+
"type": {
|
4005
|
+
"text": "RoleType"
|
4006
|
+
},
|
3989
4007
|
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
3990
4008
|
"default": "button",
|
3991
4009
|
"fieldName": "role"
|
@@ -4793,6 +4811,9 @@
|
|
4793
4811
|
{
|
4794
4812
|
"kind": "field",
|
4795
4813
|
"name": "role",
|
4814
|
+
"type": {
|
4815
|
+
"text": "RoleType"
|
4816
|
+
},
|
4796
4817
|
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
4797
4818
|
"default": "button",
|
4798
4819
|
"attribute": "role",
|
@@ -5227,6 +5248,9 @@
|
|
5227
5248
|
},
|
5228
5249
|
{
|
5229
5250
|
"name": "role",
|
5251
|
+
"type": {
|
5252
|
+
"text": "RoleType"
|
5253
|
+
},
|
5230
5254
|
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
5231
5255
|
"default": "button",
|
5232
5256
|
"fieldName": "role",
|
@@ -7361,6 +7385,9 @@
|
|
7361
7385
|
{
|
7362
7386
|
"kind": "field",
|
7363
7387
|
"name": "role",
|
7388
|
+
"type": {
|
7389
|
+
"text": "RoleType"
|
7390
|
+
},
|
7364
7391
|
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
7365
7392
|
"default": "button",
|
7366
7393
|
"attribute": "role",
|
@@ -7658,6 +7685,9 @@
|
|
7658
7685
|
},
|
7659
7686
|
{
|
7660
7687
|
"name": "role",
|
7688
|
+
"type": {
|
7689
|
+
"text": "RoleType"
|
7690
|
+
},
|
7661
7691
|
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
7662
7692
|
"default": "button",
|
7663
7693
|
"fieldName": "role",
|
@@ -11096,6 +11126,9 @@
|
|
11096
11126
|
{
|
11097
11127
|
"kind": "field",
|
11098
11128
|
"name": "role",
|
11129
|
+
"type": {
|
11130
|
+
"text": "RoleType"
|
11131
|
+
},
|
11099
11132
|
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
11100
11133
|
"default": "button",
|
11101
11134
|
"attribute": "role",
|
@@ -11401,6 +11434,9 @@
|
|
11401
11434
|
},
|
11402
11435
|
{
|
11403
11436
|
"name": "role",
|
11437
|
+
"type": {
|
11438
|
+
"text": "RoleType"
|
11439
|
+
},
|
11404
11440
|
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
11405
11441
|
"default": "button",
|
11406
11442
|
"fieldName": "role",
|
@@ -14447,6 +14483,9 @@
|
|
14447
14483
|
{
|
14448
14484
|
"kind": "field",
|
14449
14485
|
"name": "role",
|
14486
|
+
"type": {
|
14487
|
+
"text": "RoleType"
|
14488
|
+
},
|
14450
14489
|
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
14451
14490
|
"default": "button",
|
14452
14491
|
"attribute": "role",
|
@@ -14782,6 +14821,9 @@
|
|
14782
14821
|
},
|
14783
14822
|
{
|
14784
14823
|
"name": "role",
|
14824
|
+
"type": {
|
14825
|
+
"text": "RoleType"
|
14826
|
+
},
|
14785
14827
|
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
14786
14828
|
"default": "button",
|
14787
14829
|
"fieldName": "role",
|
@@ -32760,6 +32802,9 @@
|
|
32760
32802
|
{
|
32761
32803
|
"kind": "field",
|
32762
32804
|
"name": "role",
|
32805
|
+
"type": {
|
32806
|
+
"text": "RoleType"
|
32807
|
+
},
|
32763
32808
|
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
32764
32809
|
"default": "button",
|
32765
32810
|
"attribute": "role",
|
@@ -33072,6 +33117,9 @@
|
|
33072
33117
|
},
|
33073
33118
|
{
|
33074
33119
|
"name": "role",
|
33120
|
+
"type": {
|
33121
|
+
"text": "RoleType"
|
33122
|
+
},
|
33075
33123
|
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
33076
33124
|
"default": "button",
|
33077
33125
|
"fieldName": "role",
|