@zohodesk/components 1.0.0-temp-201 → 1.0.0-temp-202
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/.cli/PropUnificationExcludeFilesArray.js +230 -230
- package/.cli/PropValidationExcludeFilesArray.js +1 -1
- package/.cli/propValidation_report.html +1 -1
- package/css_error.log +1 -1
- package/es/AppContainer/AppContainer.module.css +18 -18
- package/es/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +591 -591
- package/es/AvatarTeam/AvatarTeam.js +7 -7
- package/es/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +705 -705
- package/es/Button/Button.js +4 -4
- package/es/Buttongroup/Buttongroup.js +1 -1
- package/es/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -191
- package/es/Card/Card.js +4 -4
- package/es/Card/Card.module.css +20 -20
- package/es/DateTime/DateWidget.module.css +38 -38
- package/es/DateTime/__tests__/__snapshots__/DateTime.spec.js.snap +1 -1
- package/es/DropBox/DropBoxPositionMapping.json +144 -144
- package/es/DropDown/DropDown.module.css +5 -5
- package/es/DropDown/DropDownSearch.module.css +14 -14
- package/es/DropDown/DropDownSeparator.module.css +7 -7
- package/es/Heading/Heading.js +1 -3
- package/es/Heading/Heading.module.css +4 -4
- package/es/Heading/props/defaultProps.js +1 -2
- package/es/Heading/props/propTypes.js +1 -2
- package/es/Label/Label.js +2 -2
- package/es/Label/__tests__/__snapshots__/Label.spec.js.snap +312 -312
- package/es/Layout/Layout.module.css +335 -335
- package/es/MultiSelect/SelectedOptions.module.css +15 -15
- package/es/Popup/PositionMapping.json +73 -73
- package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
- package/es/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +374 -374
- package/es/RippleEffect/RippleEffect.module.css +92 -92
- package/es/Select/Select.module.css +134 -134
- package/es/Stencils/Stencils.module.css +96 -96
- package/es/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +89 -89
- package/es/Switch/__tests__/__snapshots__/Switch.spec.js.snap +831 -831
- package/es/Tab/TabContent.module.css +4 -4
- package/es/Tab/Tabs.js +17 -17
- package/es/Tag/Tag.js +8 -8
- package/es/Tooltip/Tooltip.js +47 -2
- package/es/Tooltip/Tooltip.module.css +140 -140
- package/es/common/a11y.module.css +3 -3
- package/es/common/animation.module.css +624 -624
- package/es/common/avatarsizes.module.css +48 -48
- package/es/common/basic.module.css +33 -33
- package/es/common/basicReset.module.css +40 -40
- package/es/common/boxShadow.module.css +33 -33
- package/es/common/common.module.css +524 -524
- package/es/common/reset.module.css +13 -13
- package/es/common/transition.module.css +146 -146
- package/es/semantic/Button/semanticButton.module.css +9 -9
- package/es/v1/Avatar/Avatar.js +5 -5
- package/es/v1/AvatarTeam/AvatarTeam.js +4 -4
- package/es/v1/Button/Button.js +4 -4
- package/es/v1/Heading/Heading.js +1 -3
- package/es/v1/Heading/props/defaultProps.js +1 -2
- package/es/v1/Heading/props/propTypes.js +1 -2
- package/es/v1/MultiSelect/MultiSelect.js +5 -5
- package/es/v1/Tab/v1TabContent.module.css +4 -4
- package/es/v1/Tag/Tag.js +8 -8
- package/es/v1/Typography/css/Typography.module.css +380 -380
- package/install.md +10 -10
- package/lib/AppContainer/AppContainer.module.css +18 -18
- package/lib/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +591 -591
- package/lib/AvatarTeam/AvatarTeam.js +7 -7
- package/lib/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +705 -705
- package/lib/Button/Button.js +4 -4
- package/lib/Buttongroup/Buttongroup.js +1 -1
- package/lib/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -191
- package/lib/Card/Card.js +4 -4
- package/lib/Card/Card.module.css +20 -20
- package/lib/DateTime/DateWidget.module.css +38 -38
- package/lib/DateTime/__tests__/__snapshots__/DateTime.spec.js.snap +1 -1
- package/lib/DropBox/DropBoxPositionMapping.json +144 -144
- package/lib/DropDown/DropDown.module.css +5 -5
- package/lib/DropDown/DropDownSearch.module.css +14 -14
- package/lib/DropDown/DropDownSeparator.module.css +7 -7
- package/lib/Heading/Heading.js +3 -4
- package/lib/Heading/Heading.module.css +4 -4
- package/lib/Heading/props/defaultProps.js +1 -2
- package/lib/Heading/props/propTypes.js +1 -2
- package/lib/Label/__tests__/__snapshots__/Label.spec.js.snap +312 -312
- package/lib/Layout/Layout.module.css +335 -335
- package/lib/MultiSelect/SelectedOptions.module.css +15 -15
- package/lib/Popup/PositionMapping.json +73 -73
- package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
- package/lib/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +374 -374
- package/lib/RippleEffect/RippleEffect.module.css +92 -92
- package/lib/Select/Select.module.css +134 -134
- package/lib/Stencils/Stencils.module.css +96 -96
- package/lib/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +89 -89
- package/lib/Switch/__tests__/__snapshots__/Switch.spec.js.snap +831 -831
- package/lib/Tab/TabContent.module.css +4 -4
- package/lib/Tab/Tabs.js +11 -11
- package/lib/Tag/Tag.js +8 -8
- package/lib/Tooltip/Tooltip.js +61 -16
- package/lib/Tooltip/Tooltip.module.css +140 -140
- package/lib/common/a11y.module.css +3 -3
- package/lib/common/animation.module.css +624 -624
- package/lib/common/avatarsizes.module.css +48 -48
- package/lib/common/basic.module.css +33 -33
- package/lib/common/basicReset.module.css +40 -40
- package/lib/common/boxShadow.module.css +33 -33
- package/lib/common/common.module.css +524 -524
- package/lib/common/reset.module.css +13 -13
- package/lib/common/transition.module.css +146 -146
- package/lib/semantic/Button/semanticButton.module.css +9 -9
- package/lib/v1/Avatar/Avatar.js +5 -5
- package/lib/v1/AvatarTeam/AvatarTeam.js +4 -4
- package/lib/v1/Button/Button.js +4 -4
- package/lib/v1/Heading/Heading.js +3 -4
- package/lib/v1/Heading/props/defaultProps.js +1 -2
- package/lib/v1/Heading/props/propTypes.js +1 -2
- package/lib/v1/MultiSelect/MultiSelect.js +5 -5
- package/lib/v1/Tab/v1TabContent.module.css +4 -4
- package/lib/v1/Tag/Tag.js +8 -8
- package/lib/v1/Typography/css/Typography.module.css +380 -380
- package/package.json +1 -1
- package/postPublish.js +8 -8
- package/prePublish.js +70 -70
- package/propValidationArg.json +11 -11
- package/react-cli.config.js +23 -23
- package/result.json +1 -1
|
@@ -1,145 +1,145 @@
|
|
|
1
|
-
{
|
|
2
|
-
"positionMapping": {
|
|
3
|
-
"bottomCenter": {
|
|
4
|
-
"direction": "bottom",
|
|
5
|
-
"arrowPosition": "mid",
|
|
6
|
-
"positionStyle": "bottomMid"
|
|
7
|
-
},
|
|
8
|
-
"bottomLeftToRight": {
|
|
9
|
-
"direction": "bottom",
|
|
10
|
-
"arrowPosition": "start",
|
|
11
|
-
"positionStyle": "bottomEnd"
|
|
12
|
-
},
|
|
13
|
-
"bottomCenterToRight": {
|
|
14
|
-
"direction": "bottom",
|
|
15
|
-
"arrowPosition": "start",
|
|
16
|
-
"positionStyle": "bottomEnd"
|
|
17
|
-
},
|
|
18
|
-
"bottomRightToLeft": {
|
|
19
|
-
"direction": "bottom",
|
|
20
|
-
"arrowPosition": "end",
|
|
21
|
-
"positionStyle": "bottomStart"
|
|
22
|
-
},
|
|
23
|
-
"bottomCenterToLeft": {
|
|
24
|
-
"direction": "bottom",
|
|
25
|
-
"arrowPosition": "end",
|
|
26
|
-
"positionStyle": "bottomStart"
|
|
27
|
-
},
|
|
28
|
-
"topCenter": {
|
|
29
|
-
"direction": "top",
|
|
30
|
-
"arrowPosition": "mid",
|
|
31
|
-
"positionStyle": "topMid"
|
|
32
|
-
},
|
|
33
|
-
"topLeftToRight": {
|
|
34
|
-
"direction": "top",
|
|
35
|
-
"arrowPosition": "start",
|
|
36
|
-
"positionStyle": "topEnd"
|
|
37
|
-
},
|
|
38
|
-
"topCenterToRight": {
|
|
39
|
-
"direction": "top",
|
|
40
|
-
"arrowPosition": "start",
|
|
41
|
-
"positionStyle": "topEnd"
|
|
42
|
-
},
|
|
43
|
-
"topRightToLeft": {
|
|
44
|
-
"direction": "top",
|
|
45
|
-
"arrowPosition": "end",
|
|
46
|
-
"positionStyle": "topStart"
|
|
47
|
-
},
|
|
48
|
-
"topCenterToLeft": {
|
|
49
|
-
"direction": "top",
|
|
50
|
-
"arrowPosition": "end",
|
|
51
|
-
"positionStyle": "topStart"
|
|
52
|
-
},
|
|
53
|
-
"rightCenter": {
|
|
54
|
-
"direction": "right",
|
|
55
|
-
"arrowPosition": "mid",
|
|
56
|
-
"positionStyle": "rightMid"
|
|
57
|
-
},
|
|
58
|
-
"rightTopToBottom": {
|
|
59
|
-
"direction": "right",
|
|
60
|
-
"arrowPosition": "start",
|
|
61
|
-
"positionStyle": "rightEnd"
|
|
62
|
-
},
|
|
63
|
-
"rightCenterToBottom": {
|
|
64
|
-
"direction": "right",
|
|
65
|
-
"arrowPosition": "start",
|
|
66
|
-
"positionStyle": "rightEnd"
|
|
67
|
-
},
|
|
68
|
-
"rightBottomToTop": {
|
|
69
|
-
"direction": "right",
|
|
70
|
-
"arrowPosition": "end",
|
|
71
|
-
"positionStyle": "rightStart"
|
|
72
|
-
},
|
|
73
|
-
"rightCenterToTop": {
|
|
74
|
-
"direction": "right",
|
|
75
|
-
"arrowPosition": "end",
|
|
76
|
-
"positionStyle": "rightStart"
|
|
77
|
-
},
|
|
78
|
-
"leftCenter": {
|
|
79
|
-
"direction": "left",
|
|
80
|
-
"arrowPosition": "mid",
|
|
81
|
-
"positionStyle": "leftMid"
|
|
82
|
-
},
|
|
83
|
-
"leftTopToBottom": {
|
|
84
|
-
"direction": "left",
|
|
85
|
-
"arrowPosition": "start",
|
|
86
|
-
"positionStyle": "leftEnd"
|
|
87
|
-
},
|
|
88
|
-
"leftCenterToBottom": {
|
|
89
|
-
"direction": "left",
|
|
90
|
-
"arrowPosition": "start",
|
|
91
|
-
"positionStyle": "leftEnd"
|
|
92
|
-
},
|
|
93
|
-
"leftBottomToTop": {
|
|
94
|
-
"direction": "left",
|
|
95
|
-
"arrowPosition": "end",
|
|
96
|
-
"positionStyle": "leftStart"
|
|
97
|
-
},
|
|
98
|
-
"leftCenterToTop": {
|
|
99
|
-
"direction": "left",
|
|
100
|
-
"arrowPosition": "end",
|
|
101
|
-
"positionStyle": "leftStart"
|
|
102
|
-
},
|
|
103
|
-
"bottomRight": {
|
|
104
|
-
"direction": "bottom",
|
|
105
|
-
"arrowPosition": "start",
|
|
106
|
-
"positionStyle": "bottomEnd"
|
|
107
|
-
},
|
|
108
|
-
"bottomLeft": {
|
|
109
|
-
"direction": "bottom",
|
|
110
|
-
"arrowPosition": "end",
|
|
111
|
-
"positionStyle": "bottomStart"
|
|
112
|
-
},
|
|
113
|
-
"topRight": {
|
|
114
|
-
"direction": "top",
|
|
115
|
-
"arrowPosition": "start",
|
|
116
|
-
"positionStyle": "topEnd"
|
|
117
|
-
},
|
|
118
|
-
"topLeft": {
|
|
119
|
-
"direction": "top",
|
|
120
|
-
"arrowPosition": "end",
|
|
121
|
-
"positionStyle": "topStart"
|
|
122
|
-
},
|
|
123
|
-
"rightBottom": {
|
|
124
|
-
"direction": "right",
|
|
125
|
-
"arrowPosition": "start",
|
|
126
|
-
"positionStyle": "rightEnd"
|
|
127
|
-
},
|
|
128
|
-
"rightTop": {
|
|
129
|
-
"direction": "right",
|
|
130
|
-
"arrowPosition": "end",
|
|
131
|
-
"positionStyle": "rightStart"
|
|
132
|
-
},
|
|
133
|
-
"leftBottom": {
|
|
134
|
-
"direction": "left",
|
|
135
|
-
"arrowPosition": "start",
|
|
136
|
-
"positionStyle": "leftEnd"
|
|
137
|
-
},
|
|
138
|
-
"leftTop": {
|
|
139
|
-
"direction": "left",
|
|
140
|
-
"arrowPosition": "end",
|
|
141
|
-
"positionStyle": "leftStart"
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"positionMapping": {
|
|
3
|
+
"bottomCenter": {
|
|
4
|
+
"direction": "bottom",
|
|
5
|
+
"arrowPosition": "mid",
|
|
6
|
+
"positionStyle": "bottomMid"
|
|
7
|
+
},
|
|
8
|
+
"bottomLeftToRight": {
|
|
9
|
+
"direction": "bottom",
|
|
10
|
+
"arrowPosition": "start",
|
|
11
|
+
"positionStyle": "bottomEnd"
|
|
12
|
+
},
|
|
13
|
+
"bottomCenterToRight": {
|
|
14
|
+
"direction": "bottom",
|
|
15
|
+
"arrowPosition": "start",
|
|
16
|
+
"positionStyle": "bottomEnd"
|
|
17
|
+
},
|
|
18
|
+
"bottomRightToLeft": {
|
|
19
|
+
"direction": "bottom",
|
|
20
|
+
"arrowPosition": "end",
|
|
21
|
+
"positionStyle": "bottomStart"
|
|
22
|
+
},
|
|
23
|
+
"bottomCenterToLeft": {
|
|
24
|
+
"direction": "bottom",
|
|
25
|
+
"arrowPosition": "end",
|
|
26
|
+
"positionStyle": "bottomStart"
|
|
27
|
+
},
|
|
28
|
+
"topCenter": {
|
|
29
|
+
"direction": "top",
|
|
30
|
+
"arrowPosition": "mid",
|
|
31
|
+
"positionStyle": "topMid"
|
|
32
|
+
},
|
|
33
|
+
"topLeftToRight": {
|
|
34
|
+
"direction": "top",
|
|
35
|
+
"arrowPosition": "start",
|
|
36
|
+
"positionStyle": "topEnd"
|
|
37
|
+
},
|
|
38
|
+
"topCenterToRight": {
|
|
39
|
+
"direction": "top",
|
|
40
|
+
"arrowPosition": "start",
|
|
41
|
+
"positionStyle": "topEnd"
|
|
42
|
+
},
|
|
43
|
+
"topRightToLeft": {
|
|
44
|
+
"direction": "top",
|
|
45
|
+
"arrowPosition": "end",
|
|
46
|
+
"positionStyle": "topStart"
|
|
47
|
+
},
|
|
48
|
+
"topCenterToLeft": {
|
|
49
|
+
"direction": "top",
|
|
50
|
+
"arrowPosition": "end",
|
|
51
|
+
"positionStyle": "topStart"
|
|
52
|
+
},
|
|
53
|
+
"rightCenter": {
|
|
54
|
+
"direction": "right",
|
|
55
|
+
"arrowPosition": "mid",
|
|
56
|
+
"positionStyle": "rightMid"
|
|
57
|
+
},
|
|
58
|
+
"rightTopToBottom": {
|
|
59
|
+
"direction": "right",
|
|
60
|
+
"arrowPosition": "start",
|
|
61
|
+
"positionStyle": "rightEnd"
|
|
62
|
+
},
|
|
63
|
+
"rightCenterToBottom": {
|
|
64
|
+
"direction": "right",
|
|
65
|
+
"arrowPosition": "start",
|
|
66
|
+
"positionStyle": "rightEnd"
|
|
67
|
+
},
|
|
68
|
+
"rightBottomToTop": {
|
|
69
|
+
"direction": "right",
|
|
70
|
+
"arrowPosition": "end",
|
|
71
|
+
"positionStyle": "rightStart"
|
|
72
|
+
},
|
|
73
|
+
"rightCenterToTop": {
|
|
74
|
+
"direction": "right",
|
|
75
|
+
"arrowPosition": "end",
|
|
76
|
+
"positionStyle": "rightStart"
|
|
77
|
+
},
|
|
78
|
+
"leftCenter": {
|
|
79
|
+
"direction": "left",
|
|
80
|
+
"arrowPosition": "mid",
|
|
81
|
+
"positionStyle": "leftMid"
|
|
82
|
+
},
|
|
83
|
+
"leftTopToBottom": {
|
|
84
|
+
"direction": "left",
|
|
85
|
+
"arrowPosition": "start",
|
|
86
|
+
"positionStyle": "leftEnd"
|
|
87
|
+
},
|
|
88
|
+
"leftCenterToBottom": {
|
|
89
|
+
"direction": "left",
|
|
90
|
+
"arrowPosition": "start",
|
|
91
|
+
"positionStyle": "leftEnd"
|
|
92
|
+
},
|
|
93
|
+
"leftBottomToTop": {
|
|
94
|
+
"direction": "left",
|
|
95
|
+
"arrowPosition": "end",
|
|
96
|
+
"positionStyle": "leftStart"
|
|
97
|
+
},
|
|
98
|
+
"leftCenterToTop": {
|
|
99
|
+
"direction": "left",
|
|
100
|
+
"arrowPosition": "end",
|
|
101
|
+
"positionStyle": "leftStart"
|
|
102
|
+
},
|
|
103
|
+
"bottomRight": {
|
|
104
|
+
"direction": "bottom",
|
|
105
|
+
"arrowPosition": "start",
|
|
106
|
+
"positionStyle": "bottomEnd"
|
|
107
|
+
},
|
|
108
|
+
"bottomLeft": {
|
|
109
|
+
"direction": "bottom",
|
|
110
|
+
"arrowPosition": "end",
|
|
111
|
+
"positionStyle": "bottomStart"
|
|
112
|
+
},
|
|
113
|
+
"topRight": {
|
|
114
|
+
"direction": "top",
|
|
115
|
+
"arrowPosition": "start",
|
|
116
|
+
"positionStyle": "topEnd"
|
|
117
|
+
},
|
|
118
|
+
"topLeft": {
|
|
119
|
+
"direction": "top",
|
|
120
|
+
"arrowPosition": "end",
|
|
121
|
+
"positionStyle": "topStart"
|
|
122
|
+
},
|
|
123
|
+
"rightBottom": {
|
|
124
|
+
"direction": "right",
|
|
125
|
+
"arrowPosition": "start",
|
|
126
|
+
"positionStyle": "rightEnd"
|
|
127
|
+
},
|
|
128
|
+
"rightTop": {
|
|
129
|
+
"direction": "right",
|
|
130
|
+
"arrowPosition": "end",
|
|
131
|
+
"positionStyle": "rightStart"
|
|
132
|
+
},
|
|
133
|
+
"leftBottom": {
|
|
134
|
+
"direction": "left",
|
|
135
|
+
"arrowPosition": "start",
|
|
136
|
+
"positionStyle": "leftEnd"
|
|
137
|
+
},
|
|
138
|
+
"leftTop": {
|
|
139
|
+
"direction": "left",
|
|
140
|
+
"arrowPosition": "end",
|
|
141
|
+
"positionStyle": "leftStart"
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
145
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
.listGroup {
|
|
2
|
-
max-height: var(--zd_size220) ;
|
|
3
|
-
composes: oflowy from '../common/common.module.css';
|
|
4
|
-
margin: var(--zd_size8) 0 var(--zd_size4) ;
|
|
5
|
-
}
|
|
1
|
+
.listGroup {
|
|
2
|
+
max-height: var(--zd_size220) ;
|
|
3
|
+
composes: oflowy from '../common/common.module.css';
|
|
4
|
+
margin: var(--zd_size8) 0 var(--zd_size4) ;
|
|
5
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
.varClass {
|
|
2
|
-
/* dropdownsearch default variables */
|
|
3
|
-
--dropdownsearch-padding: 0 var(--zd_size15) 0;
|
|
4
|
-
}
|
|
5
|
-
.search {
|
|
6
|
-
composes: varClass;
|
|
7
|
-
padding: var(--dropdownsearch-padding);
|
|
8
|
-
}
|
|
9
|
-
.smallSearch {
|
|
10
|
-
--dropdownsearch-padding: 0 var(--zd_size5) 0;
|
|
11
|
-
}
|
|
12
|
-
.mediumSearch {
|
|
13
|
-
--dropdownsearch-padding: 0 var(--zd_size15) 0;
|
|
14
|
-
}
|
|
1
|
+
.varClass {
|
|
2
|
+
/* dropdownsearch default variables */
|
|
3
|
+
--dropdownsearch-padding: 0 var(--zd_size15) 0;
|
|
4
|
+
}
|
|
5
|
+
.search {
|
|
6
|
+
composes: varClass;
|
|
7
|
+
padding: var(--dropdownsearch-padding);
|
|
8
|
+
}
|
|
9
|
+
.smallSearch {
|
|
10
|
+
--dropdownsearch-padding: 0 var(--zd_size5) 0;
|
|
11
|
+
}
|
|
12
|
+
.mediumSearch {
|
|
13
|
+
--dropdownsearch-padding: 0 var(--zd_size15) 0;
|
|
14
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
.separator {
|
|
2
|
-
height: var(--zd_size1) ;
|
|
3
|
-
border-width: 0 0 1px 0;
|
|
4
|
-
border-style: solid;
|
|
5
|
-
border-color: var(--zdt_dropdown_user_default_border);
|
|
6
|
-
margin: var(--zd_size5) 0 ;
|
|
7
|
-
}
|
|
1
|
+
.separator {
|
|
2
|
+
height: var(--zd_size1) ;
|
|
3
|
+
border-width: 0 0 1px 0;
|
|
4
|
+
border-style: solid;
|
|
5
|
+
border-color: var(--zdt_dropdown_user_default_border);
|
|
6
|
+
margin: var(--zd_size5) 0 ;
|
|
7
|
+
}
|
package/lib/Heading/Heading.js
CHANGED
|
@@ -65,16 +65,15 @@ var Heading = /*#__PURE__*/function (_React$Component) {
|
|
|
65
65
|
title = _this$props.title,
|
|
66
66
|
dataTitle = _this$props.dataTitle,
|
|
67
67
|
dataId = _this$props.dataId,
|
|
68
|
-
a11y = _this$props.a11y
|
|
69
|
-
|
|
70
|
-
return /*#__PURE__*/_react["default"].createElement(tagName, _objectSpread(_objectSpread({
|
|
68
|
+
a11y = _this$props.a11y;
|
|
69
|
+
return /*#__PURE__*/_react["default"].createElement(tagName, _objectSpread({
|
|
71
70
|
className: "".concat(_HeadingModule["default"].reset, " ").concat(className),
|
|
72
71
|
onClick: onClick,
|
|
73
72
|
onDoubleClick: onDoubleClick,
|
|
74
73
|
'data-title': dataTitle || title,
|
|
75
74
|
'data-id': dataId,
|
|
76
75
|
'data-test-id': dataId
|
|
77
|
-
},
|
|
76
|
+
}, a11y), title);
|
|
78
77
|
}
|
|
79
78
|
}]);
|
|
80
79
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
.reset {
|
|
2
|
-
font-size: inherit ;
|
|
3
|
-
font-weight: initial;
|
|
4
|
-
margin: initial ;
|
|
1
|
+
.reset {
|
|
2
|
+
font-size: inherit ;
|
|
3
|
+
font-weight: initial;
|
|
4
|
+
margin: initial ;
|
|
5
5
|
}
|
|
@@ -17,7 +17,6 @@ var propTypes = {
|
|
|
17
17
|
dataTitle: _propTypes["default"].string,
|
|
18
18
|
onClick: _propTypes["default"].func,
|
|
19
19
|
onDoubleClick: _propTypes["default"].func,
|
|
20
|
-
a11y: _propTypes["default"].object
|
|
21
|
-
customAttributes: _propTypes["default"].object
|
|
20
|
+
a11y: _propTypes["default"].object
|
|
22
21
|
};
|
|
23
22
|
exports.propTypes = propTypes;
|