@zohodesk/components 1.0.0-temp-197 → 1.0.0-temp-199
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/propValidation_report.html +1 -1
- package/es/AppContainer/AppContainer.js +1 -0
- package/es/AppContainer/AppContainer.module.css +18 -18
- package/es/Avatar/Avatar.js +9 -9
- package/es/Avatar/Avatar.module.css +2 -2
- package/es/AvatarTeam/AvatarTeam.js +7 -7
- package/es/Button/Button.js +4 -4
- package/es/Button/css/Button.module.css +6 -22
- package/es/Buttongroup/Buttongroup.js +1 -1
- package/es/Buttongroup/Buttongroup.module.css +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/DateTime.module.css +8 -11
- package/es/DateTime/DateWidget.module.css +38 -38
- package/es/DropBox/DropBoxElement/css/DropBoxElement.module.css +7 -11
- package/es/DropBox/DropBoxPositionMapping.json +144 -144
- package/es/DropBox/css/DropBox.module.css +1 -1
- 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.module.css +4 -4
- package/es/Label/Label.js +2 -2
- package/es/Layout/Layout.module.css +335 -335
- package/es/ListItem/ListItem.js +2 -2
- package/es/ListItem/ListItem.module.css +85 -18
- package/es/ListItem/ListItemWithAvatar.js +3 -3
- package/es/ListItem/ListItemWithIcon.js +2 -2
- package/es/MultiSelect/AdvancedGroupMultiSelect.js +7 -2
- package/es/MultiSelect/AdvancedMultiSelect.js +2 -1
- package/es/MultiSelect/MultiSelect.js +12 -7
- package/es/MultiSelect/SelectedOptions.module.css +15 -15
- package/es/MultiSelect/Suggestions.js +8 -4
- package/es/MultiSelect/props/defaultProps.js +8 -5
- package/es/MultiSelect/props/propTypes.js +6 -3
- package/es/Popup/PositionMapping.json +73 -73
- package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
- package/es/Ribbon/Ribbon.module.css +6 -6
- package/es/RippleEffect/RippleEffect.module.css +92 -92
- package/es/Select/GroupSelect.js +7 -2
- package/es/Select/Select.module.css +134 -134
- package/es/Select/SelectWithAvatar.js +7 -2
- package/es/Select/SelectWithIcon.js +7 -2
- package/es/Select/props/defaultProps.js +6 -3
- package/es/Select/props/propTypes.js +6 -3
- package/es/Stencils/Stencils.module.css +96 -96
- package/es/Switch/Switch.module.css +1 -2
- package/es/Tab/TabContent.module.css +4 -4
- package/es/Tab/Tabs.js +17 -17
- package/es/Tab/Tabs.module.css +3 -3
- package/es/Tooltip/Tooltip.module.css +140 -143
- 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/{deprecated → 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/AppContainer/AppContainer.js +1 -0
- package/es/v1/Card/Card.js +4 -4
- package/es/v1/MultiSelect/AdvancedGroupMultiSelect.js +5 -5
- package/es/v1/Tab/Tabs.js +11 -11
- package/es/v1/Tab/v1TabContent.module.css +4 -4
- package/es/v1/Tab/v1Tabs.module.css +3 -3
- package/es/v1/Typography/css/Typography.module.css +380 -380
- package/install.md +10 -10
- package/lib/AppContainer/AppContainer.js +2 -0
- package/lib/AppContainer/AppContainer.module.css +18 -18
- package/lib/Avatar/Avatar.js +9 -9
- package/lib/Avatar/Avatar.module.css +2 -2
- package/lib/AvatarTeam/AvatarTeam.js +7 -7
- package/lib/Button/Button.js +4 -4
- package/lib/Button/css/Button.module.css +6 -22
- package/lib/Buttongroup/Buttongroup.js +1 -1
- package/lib/Buttongroup/Buttongroup.module.css +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/DateTime.module.css +8 -11
- package/lib/DateTime/DateWidget.module.css +38 -38
- package/lib/DropBox/DropBoxElement/css/DropBoxElement.module.css +7 -11
- package/lib/DropBox/DropBoxPositionMapping.json +144 -144
- package/lib/DropBox/css/DropBox.module.css +1 -1
- 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.module.css +4 -4
- package/lib/Layout/Layout.module.css +335 -335
- package/lib/ListItem/ListItem.js +2 -2
- package/lib/ListItem/ListItem.module.css +85 -18
- package/lib/ListItem/ListItemWithAvatar.js +3 -3
- package/lib/ListItem/ListItemWithIcon.js +2 -2
- package/lib/MultiSelect/AdvancedGroupMultiSelect.js +7 -3
- package/lib/MultiSelect/AdvancedMultiSelect.js +3 -1
- package/lib/MultiSelect/MultiSelect.js +13 -8
- package/lib/MultiSelect/SelectedOptions.module.css +15 -15
- package/lib/MultiSelect/Suggestions.js +8 -4
- package/lib/MultiSelect/props/defaultProps.js +8 -5
- package/lib/MultiSelect/props/propTypes.js +8 -6
- package/lib/Popup/PositionMapping.json +73 -73
- package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
- package/lib/Ribbon/Ribbon.module.css +6 -6
- package/lib/RippleEffect/RippleEffect.module.css +92 -92
- package/lib/Select/GroupSelect.js +8 -3
- package/lib/Select/Select.module.css +134 -134
- package/lib/Select/SelectWithAvatar.js +8 -3
- package/lib/Select/SelectWithIcon.js +8 -3
- package/lib/Select/props/defaultProps.js +5 -3
- package/lib/Select/props/propTypes.js +6 -3
- package/lib/Stencils/Stencils.module.css +96 -96
- package/lib/Switch/Switch.module.css +1 -2
- package/lib/Tab/TabContent.module.css +4 -4
- package/lib/Tab/Tabs.js +11 -11
- package/lib/Tab/Tabs.module.css +3 -3
- package/lib/Tooltip/Tooltip.module.css +140 -143
- 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/{deprecated → 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/AppContainer/AppContainer.js +2 -0
- package/lib/v1/Card/Card.js +4 -4
- package/lib/v1/MultiSelect/AdvancedGroupMultiSelect.js +5 -5
- package/lib/v1/Tab/Tabs.js +11 -11
- package/lib/v1/Tab/v1TabContent.module.css +4 -4
- package/lib/v1/Tab/v1Tabs.module.css +3 -3
- package/lib/v1/Typography/css/Typography.module.css +380 -380
- package/package.json +7 -11
- package/postPublish.js +8 -8
- package/prePublish.js +70 -70
- package/react-cli.config.js +23 -23
- package/result.json +1 -1
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
{
|
|
2
|
-
"absolutePositionMapping" : {
|
|
3
|
-
"bottomCenter": "bottomCenter",
|
|
4
|
-
"bottomRight": "bottomLeftToRight",
|
|
5
|
-
"bottomLeft": "bottomRightToLeft",
|
|
6
|
-
"topCenter": "topCenter",
|
|
7
|
-
"topRight": "topLeftToRight",
|
|
8
|
-
"topLeft": "topRightToLeft",
|
|
9
|
-
"rightCenter": "rightCenter",
|
|
10
|
-
"rightBottom": "rightTopToBottom",
|
|
11
|
-
"rightTop": "rightBottomToTop",
|
|
12
|
-
"leftCenter": "leftCenter",
|
|
13
|
-
"leftBottom": "leftTopToBottom",
|
|
14
|
-
"leftTop": "leftBottomToTop",
|
|
15
|
-
"bottomLeftToRight": "bottomLeftToRight",
|
|
16
|
-
"bottomRightToLeft": "bottomRightToLeft",
|
|
17
|
-
"topLeftToRight": "topLeftToRight",
|
|
18
|
-
"topRightToLeft": "topRightToLeft",
|
|
19
|
-
"rightTopToBottom": "rightTopToBottom",
|
|
20
|
-
"rightBottomToTop": "rightBottomToTop",
|
|
21
|
-
"leftTopToBottom": "leftTopToBottom"
|
|
22
|
-
},
|
|
23
|
-
"rtlAbsolutePositionMapping" : {
|
|
24
|
-
"bottomCenter": "bottomCenter",
|
|
25
|
-
"bottomRight": "bottomRightToLeft",
|
|
26
|
-
"bottomLeft": "bottomLeftToRight",
|
|
27
|
-
"topCenter": "topCenter",
|
|
28
|
-
"topRight": "topRightToLeft",
|
|
29
|
-
"topLeft": "topLeftToRight",
|
|
30
|
-
"rightCenter": "leftCenter",
|
|
31
|
-
"rightBottom": "leftTopToBottom",
|
|
32
|
-
"rightTop": "leftBottomToTop",
|
|
33
|
-
"leftCenter": "rightCenter",
|
|
34
|
-
"leftBottom": "rightTopToBottom",
|
|
35
|
-
"leftTop": "rightBottomToTop",
|
|
36
|
-
"bottomLeftToRight": "bottomLeftToRight",
|
|
37
|
-
"bottomRightToLeft": "bottomRightToLeft",
|
|
38
|
-
"topLeftToRight": "topLeftToRight",
|
|
39
|
-
"topRightToLeft": "topRightToLeft",
|
|
40
|
-
"rightTopToBottom": "rightTopToBottom",
|
|
41
|
-
"rightBottomToTop": "rightBottomToTop",
|
|
42
|
-
"leftTopToBottom": "leftTopToBottom"
|
|
43
|
-
},
|
|
44
|
-
"rtlFixedPositionMapping": {
|
|
45
|
-
"bottomCenter":"bottomCenter",
|
|
46
|
-
"bottomLeftToRight": "bottomRightToLeft",
|
|
47
|
-
"bottomCenterToRight": "bottomCenterToLeft",
|
|
48
|
-
"bottomRightToLeft": "bottomLeftToRight",
|
|
49
|
-
"bottomCenterToLeft": "bottomCenterToRight",
|
|
50
|
-
"topCenter": "topCenter",
|
|
51
|
-
"topLeftToRight": "topRightToLeft",
|
|
52
|
-
"topCenterToRight": "topCenterToLeft",
|
|
53
|
-
"topRightToLeft": "topLeftToRight",
|
|
54
|
-
"topCenterToLeft": "topCenterToRight",
|
|
55
|
-
"rightTopToBottom": "leftTopToBottom",
|
|
56
|
-
"rightCenterToBottom": "leftCenterToBottom",
|
|
57
|
-
"rightCenter": "leftCenter",
|
|
58
|
-
"rightBottomToTop": "leftBottomToTop",
|
|
59
|
-
"rightCenterToTop": "leftCenterToTop",
|
|
60
|
-
"leftTopToBottom": "rightTopToBottom",
|
|
61
|
-
"leftCenterToBottom": "rightCenterToBottom",
|
|
62
|
-
"leftCenter": "rightCenter",
|
|
63
|
-
"leftBottomToTop": "rightBottomToTop",
|
|
64
|
-
"leftCenterToTop": "rightCenterToTop",
|
|
65
|
-
"bottomRight": "bottomLeft",
|
|
66
|
-
"bottomLeft": "bottomRight",
|
|
67
|
-
"topRight": "topLeft",
|
|
68
|
-
"topLeft": "topRight",
|
|
69
|
-
"rightBottom": "leftBottom",
|
|
70
|
-
"rightTop": "leftTop",
|
|
71
|
-
"leftBottom": "rightBottom",
|
|
72
|
-
"leftTop": "rightTop"
|
|
73
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"absolutePositionMapping" : {
|
|
3
|
+
"bottomCenter": "bottomCenter",
|
|
4
|
+
"bottomRight": "bottomLeftToRight",
|
|
5
|
+
"bottomLeft": "bottomRightToLeft",
|
|
6
|
+
"topCenter": "topCenter",
|
|
7
|
+
"topRight": "topLeftToRight",
|
|
8
|
+
"topLeft": "topRightToLeft",
|
|
9
|
+
"rightCenter": "rightCenter",
|
|
10
|
+
"rightBottom": "rightTopToBottom",
|
|
11
|
+
"rightTop": "rightBottomToTop",
|
|
12
|
+
"leftCenter": "leftCenter",
|
|
13
|
+
"leftBottom": "leftTopToBottom",
|
|
14
|
+
"leftTop": "leftBottomToTop",
|
|
15
|
+
"bottomLeftToRight": "bottomLeftToRight",
|
|
16
|
+
"bottomRightToLeft": "bottomRightToLeft",
|
|
17
|
+
"topLeftToRight": "topLeftToRight",
|
|
18
|
+
"topRightToLeft": "topRightToLeft",
|
|
19
|
+
"rightTopToBottom": "rightTopToBottom",
|
|
20
|
+
"rightBottomToTop": "rightBottomToTop",
|
|
21
|
+
"leftTopToBottom": "leftTopToBottom"
|
|
22
|
+
},
|
|
23
|
+
"rtlAbsolutePositionMapping" : {
|
|
24
|
+
"bottomCenter": "bottomCenter",
|
|
25
|
+
"bottomRight": "bottomRightToLeft",
|
|
26
|
+
"bottomLeft": "bottomLeftToRight",
|
|
27
|
+
"topCenter": "topCenter",
|
|
28
|
+
"topRight": "topRightToLeft",
|
|
29
|
+
"topLeft": "topLeftToRight",
|
|
30
|
+
"rightCenter": "leftCenter",
|
|
31
|
+
"rightBottom": "leftTopToBottom",
|
|
32
|
+
"rightTop": "leftBottomToTop",
|
|
33
|
+
"leftCenter": "rightCenter",
|
|
34
|
+
"leftBottom": "rightTopToBottom",
|
|
35
|
+
"leftTop": "rightBottomToTop",
|
|
36
|
+
"bottomLeftToRight": "bottomLeftToRight",
|
|
37
|
+
"bottomRightToLeft": "bottomRightToLeft",
|
|
38
|
+
"topLeftToRight": "topLeftToRight",
|
|
39
|
+
"topRightToLeft": "topRightToLeft",
|
|
40
|
+
"rightTopToBottom": "rightTopToBottom",
|
|
41
|
+
"rightBottomToTop": "rightBottomToTop",
|
|
42
|
+
"leftTopToBottom": "leftTopToBottom"
|
|
43
|
+
},
|
|
44
|
+
"rtlFixedPositionMapping": {
|
|
45
|
+
"bottomCenter":"bottomCenter",
|
|
46
|
+
"bottomLeftToRight": "bottomRightToLeft",
|
|
47
|
+
"bottomCenterToRight": "bottomCenterToLeft",
|
|
48
|
+
"bottomRightToLeft": "bottomLeftToRight",
|
|
49
|
+
"bottomCenterToLeft": "bottomCenterToRight",
|
|
50
|
+
"topCenter": "topCenter",
|
|
51
|
+
"topLeftToRight": "topRightToLeft",
|
|
52
|
+
"topCenterToRight": "topCenterToLeft",
|
|
53
|
+
"topRightToLeft": "topLeftToRight",
|
|
54
|
+
"topCenterToLeft": "topCenterToRight",
|
|
55
|
+
"rightTopToBottom": "leftTopToBottom",
|
|
56
|
+
"rightCenterToBottom": "leftCenterToBottom",
|
|
57
|
+
"rightCenter": "leftCenter",
|
|
58
|
+
"rightBottomToTop": "leftBottomToTop",
|
|
59
|
+
"rightCenterToTop": "leftCenterToTop",
|
|
60
|
+
"leftTopToBottom": "rightTopToBottom",
|
|
61
|
+
"leftCenterToBottom": "rightCenterToBottom",
|
|
62
|
+
"leftCenter": "rightCenter",
|
|
63
|
+
"leftBottomToTop": "rightBottomToTop",
|
|
64
|
+
"leftCenterToTop": "rightCenterToTop",
|
|
65
|
+
"bottomRight": "bottomLeft",
|
|
66
|
+
"bottomLeft": "bottomRight",
|
|
67
|
+
"topRight": "topLeft",
|
|
68
|
+
"topLeft": "topRight",
|
|
69
|
+
"rightBottom": "leftBottom",
|
|
70
|
+
"rightTop": "leftTop",
|
|
71
|
+
"leftBottom": "rightBottom",
|
|
72
|
+
"leftTop": "rightTop"
|
|
73
|
+
}
|
|
74
74
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
.dropBoxContainer {
|
|
2
|
-
max-height: 70vh ;
|
|
3
|
-
}
|
|
4
|
-
.boxPadding{
|
|
5
|
-
padding-bottom: var(--zd_size10) ;
|
|
6
|
-
}
|
|
1
|
+
.dropBoxContainer {
|
|
2
|
+
max-height: 70vh ;
|
|
3
|
+
}
|
|
4
|
+
.boxPadding{
|
|
5
|
+
padding-bottom: var(--zd_size10) ;
|
|
6
|
+
}
|
|
@@ -132,27 +132,27 @@
|
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
.default_default {
|
|
135
|
-
--ribbon_box_shadow: var(--
|
|
135
|
+
--ribbon_box_shadow: var(--zd_bs_ribbon_default);
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
.default_danger {
|
|
139
|
-
--ribbon_box_shadow: var(--
|
|
139
|
+
--ribbon_box_shadow: var(--zd_bs_ribbon_danger);
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
.default_primary {
|
|
143
|
-
--ribbon_box_shadow: var(--
|
|
143
|
+
--ribbon_box_shadow: var(--zd_bs_ribbon_primary);
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
.default_secondary {
|
|
147
|
-
--ribbon_box_shadow: var(--
|
|
147
|
+
--ribbon_box_shadow: var(--zd_bs_ribbon_secondary);
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
.default_info {
|
|
151
|
-
--ribbon_box_shadow: var(--
|
|
151
|
+
--ribbon_box_shadow: var(--zd_bs_ribbon_info);
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
.default_dark {
|
|
155
|
-
--ribbon_box_shadow: var(--
|
|
155
|
+
--ribbon_box_shadow: var(--zd_bs_ribbon_dark);
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
.box_default {
|
|
@@ -1,92 +1,92 @@
|
|
|
1
|
-
.effect {
|
|
2
|
-
position: relative;
|
|
3
|
-
border-radius: var(--zd_size4);
|
|
4
|
-
}
|
|
5
|
-
.border {
|
|
6
|
-
border: solid 1px var(--zdt_rippleeffect_default_border);
|
|
7
|
-
}
|
|
8
|
-
.default.defaultHover {
|
|
9
|
-
border-color: var(--zdt_rippleeffect_hover_border);
|
|
10
|
-
}
|
|
11
|
-
.hoverEffect:hover.primary.defaultHover, .hoverEffect:hover.primary.borderHover
|
|
12
|
-
/* .hoverEffect:focus.primary.borderHover */
|
|
13
|
-
{
|
|
14
|
-
border-color: var(--zdt_rippleeffect_primary_border);
|
|
15
|
-
}
|
|
16
|
-
.primary.defaultHover, .hoverEffect:hover.primary.active.border
|
|
17
|
-
/* .hoverEffect:focus.primary.active.border */
|
|
18
|
-
{
|
|
19
|
-
border-color: var(--zdt_rippleeffect_primary_active_border);
|
|
20
|
-
}
|
|
21
|
-
.primaryLight.defaultHover, .hoverEffect:hover.primaryLight.borderHover
|
|
22
|
-
/* .hoverEffect:focus.primaryLight.borderHover */
|
|
23
|
-
{
|
|
24
|
-
border-color: var(--zdt_rippleeffect_primary_light_border);
|
|
25
|
-
}
|
|
26
|
-
.green.defaultHover, .hoverEffect:hover.green.borderHover
|
|
27
|
-
/* .hoverEffect:focus.green.borderHover */
|
|
28
|
-
{
|
|
29
|
-
border-color: var(--zdt_rippleeffect_green_border);
|
|
30
|
-
}
|
|
31
|
-
.hoverEffect:hover.default.defaultHover
|
|
32
|
-
/* .hoverEffect:focus.default.defaultHover */
|
|
33
|
-
{
|
|
34
|
-
border-color: var(--zdt_rippleeffect_slate_border);
|
|
35
|
-
}
|
|
36
|
-
.hoverEffect:hover.default.borderHover
|
|
37
|
-
/* .hoverEffect:focus.default.borderHover */
|
|
38
|
-
{
|
|
39
|
-
border-color: var(--zdt_rippleeffect_navy_border);
|
|
40
|
-
}
|
|
41
|
-
.hoverEffect:hover.default.bgHover
|
|
42
|
-
/* .hoverEffect:focus.default.bgHover */
|
|
43
|
-
{
|
|
44
|
-
background-color: var(--zdt_rippleeffect_hover_bg);
|
|
45
|
-
}
|
|
46
|
-
.hoverEffect:hover.primaryLight.bgHover
|
|
47
|
-
/* .hoverEffect:focus.primaryLight.bgHover */
|
|
48
|
-
{
|
|
49
|
-
background-color: var(--zdt_rippleeffect_primary_light_bg);
|
|
50
|
-
}
|
|
51
|
-
.primaryFilled {
|
|
52
|
-
background-color: var(--zdt_rippleeffect_primary_bg);
|
|
53
|
-
}
|
|
54
|
-
.hoverEffect:hover.primaryFilled, .primaryFilled.active {
|
|
55
|
-
background-color: var(--zdt_rippleeffect_primaryfilled_bg);
|
|
56
|
-
}
|
|
57
|
-
.hoverEffect:hover.green.bgHover
|
|
58
|
-
/* .hoverEffect:focus.green.bgHover */
|
|
59
|
-
{
|
|
60
|
-
background-color: var(--zdt_rippleeffect_green_bg);
|
|
61
|
-
}
|
|
62
|
-
.default.active, .hoverEffect:hover.default.active, .primaryLight.active, .primaryDark.active {
|
|
63
|
-
background-color: var(--zdt_rippleeffect_primary_light_bg);
|
|
64
|
-
}
|
|
65
|
-
.default.active.border, .hoverEffect:hover.default.active.border, .primaryLight.active.border, .primaryDark.active.border {
|
|
66
|
-
border-color: var(--zdt_rippleeffect_primary_light_border);
|
|
67
|
-
}
|
|
68
|
-
.green.active {
|
|
69
|
-
background-color: var(--zdt_rippleeffect_green_bg);
|
|
70
|
-
}
|
|
71
|
-
.green.active.border {
|
|
72
|
-
border-color: var(--zdt_rippleeffect_green_border);
|
|
73
|
-
}
|
|
74
|
-
.primary.active {
|
|
75
|
-
background-color: var(--zdt_rippleeffect_primary_bg);
|
|
76
|
-
}
|
|
77
|
-
.danger.defaultHover, .hoverEffect:hover.danger.borderHover
|
|
78
|
-
/* .hoverEffect:focus.danger.borderHover */
|
|
79
|
-
{
|
|
80
|
-
border-color: var(--zdt_rippleeffect_danger_border);
|
|
81
|
-
}
|
|
82
|
-
.hoverEffect:hover.danger.bgHover, .danger.active {
|
|
83
|
-
background-color: var(--zdt_rippleeffect_danger_bg);
|
|
84
|
-
}
|
|
85
|
-
.hoverEffect:hover.primaryDark.bgHover
|
|
86
|
-
/* .hoverEffect:focus.primaryDark.bgHover */
|
|
87
|
-
{
|
|
88
|
-
background-color: var(--zdt_rippleeffect_primary_dark_bg);
|
|
89
|
-
}
|
|
90
|
-
.notAllowed {
|
|
91
|
-
cursor: not-allowed;
|
|
92
|
-
}
|
|
1
|
+
.effect {
|
|
2
|
+
position: relative;
|
|
3
|
+
border-radius: var(--zd_size4);
|
|
4
|
+
}
|
|
5
|
+
.border {
|
|
6
|
+
border: solid 1px var(--zdt_rippleeffect_default_border);
|
|
7
|
+
}
|
|
8
|
+
.default.defaultHover {
|
|
9
|
+
border-color: var(--zdt_rippleeffect_hover_border);
|
|
10
|
+
}
|
|
11
|
+
.hoverEffect:hover.primary.defaultHover, .hoverEffect:hover.primary.borderHover
|
|
12
|
+
/* .hoverEffect:focus.primary.borderHover */
|
|
13
|
+
{
|
|
14
|
+
border-color: var(--zdt_rippleeffect_primary_border);
|
|
15
|
+
}
|
|
16
|
+
.primary.defaultHover, .hoverEffect:hover.primary.active.border
|
|
17
|
+
/* .hoverEffect:focus.primary.active.border */
|
|
18
|
+
{
|
|
19
|
+
border-color: var(--zdt_rippleeffect_primary_active_border);
|
|
20
|
+
}
|
|
21
|
+
.primaryLight.defaultHover, .hoverEffect:hover.primaryLight.borderHover
|
|
22
|
+
/* .hoverEffect:focus.primaryLight.borderHover */
|
|
23
|
+
{
|
|
24
|
+
border-color: var(--zdt_rippleeffect_primary_light_border);
|
|
25
|
+
}
|
|
26
|
+
.green.defaultHover, .hoverEffect:hover.green.borderHover
|
|
27
|
+
/* .hoverEffect:focus.green.borderHover */
|
|
28
|
+
{
|
|
29
|
+
border-color: var(--zdt_rippleeffect_green_border);
|
|
30
|
+
}
|
|
31
|
+
.hoverEffect:hover.default.defaultHover
|
|
32
|
+
/* .hoverEffect:focus.default.defaultHover */
|
|
33
|
+
{
|
|
34
|
+
border-color: var(--zdt_rippleeffect_slate_border);
|
|
35
|
+
}
|
|
36
|
+
.hoverEffect:hover.default.borderHover
|
|
37
|
+
/* .hoverEffect:focus.default.borderHover */
|
|
38
|
+
{
|
|
39
|
+
border-color: var(--zdt_rippleeffect_navy_border);
|
|
40
|
+
}
|
|
41
|
+
.hoverEffect:hover.default.bgHover
|
|
42
|
+
/* .hoverEffect:focus.default.bgHover */
|
|
43
|
+
{
|
|
44
|
+
background-color: var(--zdt_rippleeffect_hover_bg);
|
|
45
|
+
}
|
|
46
|
+
.hoverEffect:hover.primaryLight.bgHover
|
|
47
|
+
/* .hoverEffect:focus.primaryLight.bgHover */
|
|
48
|
+
{
|
|
49
|
+
background-color: var(--zdt_rippleeffect_primary_light_bg);
|
|
50
|
+
}
|
|
51
|
+
.primaryFilled {
|
|
52
|
+
background-color: var(--zdt_rippleeffect_primary_bg);
|
|
53
|
+
}
|
|
54
|
+
.hoverEffect:hover.primaryFilled, .primaryFilled.active {
|
|
55
|
+
background-color: var(--zdt_rippleeffect_primaryfilled_bg);
|
|
56
|
+
}
|
|
57
|
+
.hoverEffect:hover.green.bgHover
|
|
58
|
+
/* .hoverEffect:focus.green.bgHover */
|
|
59
|
+
{
|
|
60
|
+
background-color: var(--zdt_rippleeffect_green_bg);
|
|
61
|
+
}
|
|
62
|
+
.default.active, .hoverEffect:hover.default.active, .primaryLight.active, .primaryDark.active {
|
|
63
|
+
background-color: var(--zdt_rippleeffect_primary_light_bg);
|
|
64
|
+
}
|
|
65
|
+
.default.active.border, .hoverEffect:hover.default.active.border, .primaryLight.active.border, .primaryDark.active.border {
|
|
66
|
+
border-color: var(--zdt_rippleeffect_primary_light_border);
|
|
67
|
+
}
|
|
68
|
+
.green.active {
|
|
69
|
+
background-color: var(--zdt_rippleeffect_green_bg);
|
|
70
|
+
}
|
|
71
|
+
.green.active.border {
|
|
72
|
+
border-color: var(--zdt_rippleeffect_green_border);
|
|
73
|
+
}
|
|
74
|
+
.primary.active {
|
|
75
|
+
background-color: var(--zdt_rippleeffect_primary_bg);
|
|
76
|
+
}
|
|
77
|
+
.danger.defaultHover, .hoverEffect:hover.danger.borderHover
|
|
78
|
+
/* .hoverEffect:focus.danger.borderHover */
|
|
79
|
+
{
|
|
80
|
+
border-color: var(--zdt_rippleeffect_danger_border);
|
|
81
|
+
}
|
|
82
|
+
.hoverEffect:hover.danger.bgHover, .danger.active {
|
|
83
|
+
background-color: var(--zdt_rippleeffect_danger_bg);
|
|
84
|
+
}
|
|
85
|
+
.hoverEffect:hover.primaryDark.bgHover
|
|
86
|
+
/* .hoverEffect:focus.primaryDark.bgHover */
|
|
87
|
+
{
|
|
88
|
+
background-color: var(--zdt_rippleeffect_primary_dark_bg);
|
|
89
|
+
}
|
|
90
|
+
.notAllowed {
|
|
91
|
+
cursor: not-allowed;
|
|
92
|
+
}
|
|
@@ -51,6 +51,8 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
51
51
|
|
|
52
52
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
53
53
|
|
|
54
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
55
|
+
|
|
54
56
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
55
57
|
|
|
56
58
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
@@ -660,7 +662,10 @@ var GroupSelectComponent = /*#__PURE__*/function (_PureComponent) {
|
|
|
660
662
|
htmlId = _this$props9.htmlId,
|
|
661
663
|
iconOnHover = _this$props9.iconOnHover,
|
|
662
664
|
isLoading = _this$props9.isLoading,
|
|
663
|
-
dataSelectorId = _this$props9.dataSelectorId
|
|
665
|
+
dataSelectorId = _this$props9.dataSelectorId,
|
|
666
|
+
customProps = _this$props9.customProps;
|
|
667
|
+
var _customProps$suggesti = customProps.suggestionsProps,
|
|
668
|
+
suggestionsProps = _customProps$suggesti === void 0 ? {} : _customProps$suggesti;
|
|
664
669
|
i18nKeys = Object.assign({}, i18nKeys, {
|
|
665
670
|
emptyText: i18nKeys.emptyText || emptyMessage,
|
|
666
671
|
searchEmptyText: i18nKeys.searchEmptyText || searchEmptyMessage
|
|
@@ -824,7 +829,7 @@ var GroupSelectComponent = /*#__PURE__*/function (_PureComponent) {
|
|
|
824
829
|
a11y: {
|
|
825
830
|
role: 'heading'
|
|
826
831
|
}
|
|
827
|
-
})), /*#__PURE__*/_react["default"].createElement(_Suggestions["default"], {
|
|
832
|
+
})), /*#__PURE__*/_react["default"].createElement(_Suggestions["default"], _extends({
|
|
828
833
|
activeId: selectedId,
|
|
829
834
|
suggestions: options,
|
|
830
835
|
getRef: _this7.suggestionItemRef,
|
|
@@ -840,7 +845,7 @@ var GroupSelectComponent = /*#__PURE__*/function (_PureComponent) {
|
|
|
840
845
|
role: 'option'
|
|
841
846
|
},
|
|
842
847
|
dataId: "".concat(dataId, "_Options")
|
|
843
|
-
}));
|
|
848
|
+
}, suggestionsProps)));
|
|
844
849
|
}) : /*#__PURE__*/_react["default"].createElement(_EmptyState["default"], {
|
|
845
850
|
options: revampedGroups,
|
|
846
851
|
searchString: searchStr,
|