@zohodesk/components 1.0.0-temp-154 → 1.0.0-temp-155
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/README.md +4 -0
- package/es/Avatar/Avatar.module.css +8 -8
- package/es/AvatarTeam/AvatarTeam.module.css +33 -32
- package/es/Button/css/Button.module.css +49 -48
- package/es/Buttongroup/Buttongroup.module.css +10 -10
- package/es/CheckBox/CheckBox.module.css +14 -14
- package/es/DateTime/DateTime.module.css +32 -32
- package/es/DateTime/YearView.module.css +12 -12
- package/es/DropBox/DropBoxElement/css/DropBoxElement.module.css +42 -41
- package/es/DropDown/DropDown.module.css +2 -2
- package/es/DropDown/DropDownHeading.module.css +5 -5
- package/es/DropDown/DropDownItem.module.css +7 -7
- package/es/DropDown/DropDownSearch.module.css +3 -3
- package/es/DropDown/DropDownSeparator.module.css +2 -2
- package/es/Label/Label.module.css +6 -6
- package/es/ListItem/ListItem.module.css +37 -37
- package/es/MultiSelect/MultiSelect.module.css +25 -24
- package/es/MultiSelect/SelectedOptions.module.css +4 -4
- package/es/Radio/Radio.module.css +9 -9
- package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +1 -1
- package/es/Ribbon/Ribbon.module.css +44 -42
- package/es/Select/Select.module.css +19 -19
- package/es/Stencils/Stencils.module.css +13 -13
- package/es/Switch/Switch.module.css +22 -22
- package/es/Tab/Tab.module.css +10 -10
- package/es/Tab/Tabs.module.css +12 -12
- package/es/Tag/Tag.module.css +20 -20
- package/es/TextBox/TextBox.module.css +15 -14
- package/es/TextBoxIcon/TextBoxIcon.module.css +2 -1
- package/es/Textarea/Textarea.module.css +21 -21
- package/es/Tooltip/Tooltip.module.css +10 -3
- package/es/common/avatarsizes.module.css +16 -16
- package/es/common/boxShadow.module.css +1 -3
- package/es/common/customscroll.module.css +2 -0
- package/es/common/reset.module.css +1 -0
- package/es/deprecated/AdvancedMultiSelect.module.css +16 -16
- package/lib/Avatar/Avatar.module.css +8 -8
- package/lib/AvatarTeam/AvatarTeam.module.css +33 -32
- package/lib/Button/css/Button.module.css +49 -48
- package/lib/Buttongroup/Buttongroup.module.css +10 -10
- package/lib/CheckBox/CheckBox.module.css +14 -14
- package/lib/DateTime/DateTime.js +1 -1
- package/lib/DateTime/DateTime.module.css +32 -32
- package/lib/DateTime/DateTimePopupFooter.js +1 -1
- package/lib/DateTime/DateTimePopupHeader.js +1 -1
- package/lib/DateTime/DateWidget.js +1 -1
- package/lib/DateTime/DaysRow.js +1 -1
- package/lib/DateTime/Time.js +1 -1
- package/lib/DateTime/YearView.js +1 -1
- package/lib/DateTime/YearView.module.css +12 -12
- package/lib/DateTime/dateFormatUtils/timeChange.js +1 -1
- package/lib/DropBox/DropBoxElement/css/DropBoxElement.module.css +42 -41
- package/lib/DropDown/DropDown.module.css +2 -2
- package/lib/DropDown/DropDownHeading.module.css +5 -5
- package/lib/DropDown/DropDownItem.module.css +7 -7
- package/lib/DropDown/DropDownSearch.module.css +3 -3
- package/lib/DropDown/DropDownSeparator.module.css +2 -2
- package/lib/Label/Label.js +3 -1
- package/lib/Label/Label.module.css +6 -6
- package/lib/ListItem/ListContainer.js +1 -1
- package/lib/ListItem/ListItem.js +1 -1
- package/lib/ListItem/ListItem.module.css +37 -37
- package/lib/ListItem/ListItemWithAvatar.js +1 -1
- package/lib/ListItem/ListItemWithIcon.js +1 -1
- package/lib/Modal/Modal.js +1 -1
- package/lib/MultiSelect/AdvancedGroupMultiSelect.js +1 -1
- package/lib/MultiSelect/AdvancedMultiSelect.js +1 -2
- package/lib/MultiSelect/EmptyState.js +1 -1
- package/lib/MultiSelect/MultiSelect.js +1 -2
- package/lib/MultiSelect/MultiSelect.module.css +25 -24
- package/lib/MultiSelect/MultiSelectHeader.js +1 -1
- package/lib/MultiSelect/MultiSelectWithAvatar.js +1 -1
- package/lib/MultiSelect/SelectedOptions.js +1 -1
- package/lib/MultiSelect/SelectedOptions.module.css +4 -4
- package/lib/MultiSelect/Suggestions.js +1 -1
- package/lib/Popup/Popup.js +1 -1
- package/lib/Popup/__tests__/Popup.spec.js +1 -1
- package/lib/Radio/Radio.js +1 -1
- package/lib/Radio/Radio.module.css +9 -9
- package/lib/Responsive/CustomResponsive.js +0 -1
- package/lib/Responsive/ResizeComponent.js +3 -1
- package/lib/Responsive/Responsive.js +1 -1
- package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +1 -1
- package/lib/Ribbon/Ribbon.js +1 -1
- package/lib/Ribbon/Ribbon.module.css +44 -42
- package/lib/Select/GroupSelect.js +1 -1
- package/lib/Select/Select.js +1 -2
- package/lib/Select/Select.module.css +19 -19
- package/lib/Select/SelectWithAvatar.js +1 -1
- package/lib/Select/SelectWithIcon.js +1 -1
- package/lib/Select/__tests__/Select.spec.js +1 -1
- package/lib/Stencils/Stencils.js +1 -1
- package/lib/Stencils/Stencils.module.css +13 -13
- package/lib/Switch/Switch.module.css +22 -22
- package/lib/Tab/Tab.js +1 -1
- package/lib/Tab/Tab.module.css +10 -10
- package/lib/Tab/Tabs.js +7 -1
- package/lib/Tab/Tabs.module.css +12 -12
- package/lib/Tag/Tag.module.css +20 -20
- package/lib/TextBox/TextBox.js +1 -1
- package/lib/TextBox/TextBox.module.css +15 -14
- package/lib/TextBoxIcon/TextBoxIcon.module.css +2 -1
- package/lib/TextBoxIcon/__tests__/TextBoxIcon.spec.js +0 -1
- package/lib/Textarea/Textarea.js +1 -1
- package/lib/Textarea/Textarea.module.css +21 -21
- package/lib/Tooltip/Tooltip.module.css +10 -3
- package/lib/common/avatarsizes.module.css +16 -16
- package/lib/common/boxShadow.module.css +1 -3
- package/lib/common/customscroll.module.css +2 -0
- package/lib/common/reset.module.css +1 -0
- package/lib/deprecated/AdvancedMultiSelect.module.css +16 -16
- package/lib/deprecated/PortalLayer/PortalLayer.js +1 -1
- package/lib/utils/dropDownUtils.js +1 -1
- package/package.json +20 -13
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
.varClass {
|
|
2
2
|
/* stencils default variables */
|
|
3
|
-
--stencil_height:
|
|
3
|
+
--stencil_height: 9px;
|
|
4
4
|
--stencil_width: 100%;
|
|
5
|
-
--stencil_border_radius:
|
|
5
|
+
--stencil_border_radius: 5px;
|
|
6
6
|
}
|
|
7
7
|
.container {
|
|
8
8
|
composes: varClass;
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
|
|
49
49
|
.rectangular {
|
|
50
50
|
composes: stencil;
|
|
51
|
-
--stencil_height:
|
|
52
|
-
--stencil_border_radius:
|
|
51
|
+
--stencil_height: 9px;
|
|
52
|
+
--stencil_border_radius: 5px;
|
|
53
53
|
}
|
|
54
54
|
.primary {
|
|
55
55
|
background-color: var(--zdt_stencil_primary_bg);
|
|
@@ -65,16 +65,16 @@
|
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.small {
|
|
68
|
-
--stencil_width:
|
|
68
|
+
--stencil_width: 110px;
|
|
69
69
|
}
|
|
70
70
|
.default {
|
|
71
71
|
--stencil_width: 100%;
|
|
72
72
|
}
|
|
73
73
|
.medium {
|
|
74
|
-
--stencil_width:
|
|
74
|
+
--stencil_width: 170px;
|
|
75
75
|
}
|
|
76
76
|
.large {
|
|
77
|
-
--stencil_width:
|
|
77
|
+
--stencil_width: 220px;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
.circle {
|
|
@@ -82,15 +82,15 @@
|
|
|
82
82
|
--stencil_border_radius: 50%;
|
|
83
83
|
}
|
|
84
84
|
.clarge {
|
|
85
|
-
--stencil_width:
|
|
86
|
-
--stencil_height:
|
|
85
|
+
--stencil_width: 42px;
|
|
86
|
+
--stencil_height: 42px;
|
|
87
87
|
}
|
|
88
88
|
.cmedium,
|
|
89
89
|
.cdefault {
|
|
90
|
-
--stencil_width:
|
|
91
|
-
--stencil_height:
|
|
90
|
+
--stencil_width: 30px;
|
|
91
|
+
--stencil_height: 30px;
|
|
92
92
|
}
|
|
93
93
|
.csmall {
|
|
94
|
-
--stencil_width:
|
|
95
|
-
--stencil_height:
|
|
94
|
+
--stencil_width: 20px;
|
|
95
|
+
--stencil_height: 20px;
|
|
96
96
|
}
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.checked+.label:after {
|
|
56
|
-
right:
|
|
56
|
+
right: -1px;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.input {
|
|
@@ -61,35 +61,35 @@
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.small {
|
|
64
|
-
height:
|
|
65
|
-
width:
|
|
64
|
+
height: 14px;
|
|
65
|
+
width: 28px;
|
|
66
66
|
}
|
|
67
67
|
.switch_smallLabel {
|
|
68
|
-
height:
|
|
69
|
-
width:
|
|
70
|
-
top:
|
|
71
|
-
left:
|
|
68
|
+
height: 9px;
|
|
69
|
+
width: 22px;
|
|
70
|
+
top: -2px;
|
|
71
|
+
left: 2px;
|
|
72
72
|
}
|
|
73
73
|
.switch_smallLabel:after {
|
|
74
|
-
width:
|
|
75
|
-
height:
|
|
76
|
-
top:
|
|
74
|
+
width: 12px;
|
|
75
|
+
height: 12px;
|
|
76
|
+
top: -2px;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
.medium {
|
|
80
|
-
height:
|
|
81
|
-
width:
|
|
80
|
+
height: 18px;
|
|
81
|
+
width: 34px;
|
|
82
82
|
}
|
|
83
83
|
.switch_mediumLabel {
|
|
84
|
-
height:
|
|
85
|
-
width:
|
|
86
|
-
top:
|
|
87
|
-
left:
|
|
84
|
+
height: 13px;
|
|
85
|
+
width: 31px;
|
|
86
|
+
top: 2px;
|
|
87
|
+
left: 2px;
|
|
88
88
|
}
|
|
89
89
|
.switch_mediumLabel:after {
|
|
90
|
-
width:
|
|
91
|
-
height:
|
|
92
|
-
top:
|
|
90
|
+
width: 18px;
|
|
91
|
+
height: 18px;
|
|
92
|
+
top: -3px;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
.input:disabled+.label {
|
|
@@ -116,13 +116,13 @@
|
|
|
116
116
|
|
|
117
117
|
.switch+label {
|
|
118
118
|
position: relative;
|
|
119
|
-
top:
|
|
119
|
+
top: -1px;
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
[dir=ltr] .switch+label {
|
|
123
|
-
margin-left:
|
|
123
|
+
margin-left: 12px;
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
[dir=rtl] .switch+label {
|
|
127
|
-
margin-right:
|
|
127
|
+
margin-right: 12px;
|
|
128
128
|
}
|
package/es/Tab/Tab.module.css
CHANGED
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
transition: all var(--zd_transition2);
|
|
32
32
|
}
|
|
33
33
|
.alpha {
|
|
34
|
-
font-size:
|
|
34
|
+
font-size: 11px;
|
|
35
35
|
line-height: var(--zd_size33);
|
|
36
|
-
padding: 0
|
|
36
|
+
padding: 0 18px;
|
|
37
37
|
}
|
|
38
38
|
.tabAlpha {
|
|
39
39
|
composes: alpha;
|
|
@@ -54,16 +54,16 @@
|
|
|
54
54
|
border-color: var(--zdt_tab_delta_active_border);
|
|
55
55
|
}
|
|
56
56
|
.beta {
|
|
57
|
-
font-size:
|
|
57
|
+
font-size: 14px;
|
|
58
58
|
line-height: var(--zd_size60);
|
|
59
59
|
text-transform: capitalize;
|
|
60
|
-
padding: 0
|
|
60
|
+
padding: 0 4px;
|
|
61
61
|
}
|
|
62
62
|
[dir=ltr] .beta {
|
|
63
|
-
margin-right:
|
|
63
|
+
margin-right: 40px;
|
|
64
64
|
}
|
|
65
65
|
[dir=rtl] .beta {
|
|
66
|
-
margin-left:
|
|
66
|
+
margin-left: 40px;
|
|
67
67
|
}
|
|
68
68
|
.tabBeta {
|
|
69
69
|
composes: beta;
|
|
@@ -77,15 +77,15 @@
|
|
|
77
77
|
color: var(--zdt_tab_alpha_hover_text);
|
|
78
78
|
}
|
|
79
79
|
.delta {
|
|
80
|
-
font-size:
|
|
80
|
+
font-size: 11px;
|
|
81
81
|
line-height: var(--zd_size33);
|
|
82
|
-
padding: 0
|
|
82
|
+
padding: 0 4px;
|
|
83
83
|
}
|
|
84
84
|
[dir=ltr] .delta {
|
|
85
|
-
margin-right:
|
|
85
|
+
margin-right: 10px;
|
|
86
86
|
}
|
|
87
87
|
[dir=rtl] .delta {
|
|
88
|
-
margin-left:
|
|
88
|
+
margin-left: 10px;
|
|
89
89
|
}
|
|
90
90
|
.tabDelta {
|
|
91
91
|
composes: delta;
|
package/es/Tab/Tabs.module.css
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
.tab {
|
|
2
2
|
position: relative;
|
|
3
3
|
z-index: 1;
|
|
4
|
-
--tab_position_gap:
|
|
4
|
+
--tab_position_gap: 22px;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.alpha {
|
|
8
|
-
height:
|
|
8
|
+
height: 35px;
|
|
9
9
|
background-color: var(--zdt_tabs_alpha_bg);
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
[dir=ltr] .alpha_padding {
|
|
13
|
-
padding-left:
|
|
13
|
+
padding-left: 15px;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
[dir=rtl] .alpha_padding {
|
|
17
|
-
padding-right:
|
|
17
|
+
padding-right: 15px;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.alpha_border {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
z-index: -2;
|
|
30
30
|
width: 76%;
|
|
31
31
|
bottom: 0;
|
|
32
|
-
height:
|
|
32
|
+
height: 10px;
|
|
33
33
|
border-radius: 100px / 5px;
|
|
34
34
|
box-shadow: var(--zd_bs_tabs_shadow);
|
|
35
35
|
}
|
|
@@ -61,16 +61,16 @@
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.beta {
|
|
64
|
-
height:
|
|
64
|
+
height: 61px;
|
|
65
65
|
background-color: var(--zdt_tabs_alpha_bg);
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
[dir=ltr] .beta_padding {
|
|
69
|
-
padding-left:
|
|
69
|
+
padding-left: 13px;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
[dir=rtl] .beta_padding {
|
|
73
|
-
padding-right:
|
|
73
|
+
padding-right: 13px;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
.beta_border {
|
|
@@ -78,16 +78,16 @@
|
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
.delta {
|
|
81
|
-
height:
|
|
81
|
+
height: 35px;
|
|
82
82
|
background-color: var(--zdt_tabs_alpha_bg);
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
[dir=ltr] .delta_padding {
|
|
86
|
-
padding-left:
|
|
86
|
+
padding-left: 10px;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
[dir=rtl] .delta_padding {
|
|
90
|
-
padding-right:
|
|
90
|
+
padding-right: 10px;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
.delta_border {
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
.menuBox {
|
|
121
|
-
max-height:
|
|
121
|
+
max-height: 220px;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
|
package/es/Tag/Tag.module.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.varClass {
|
|
2
2
|
/* tag default variables */
|
|
3
3
|
--tag_text_color: var(--zdt_tag_default_text);
|
|
4
|
-
--tag_font_size:
|
|
4
|
+
--tag_font_size: 13px;
|
|
5
5
|
--tag_letter_spacing: normal;
|
|
6
6
|
--tag_bg_color: var(--zdt_tag_default_bg);
|
|
7
7
|
--tag_border_radius: 25px;
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
--tag_border_width: 0;
|
|
10
10
|
--tag_border_style: dashed;
|
|
11
11
|
--tag_border_color: var(--zdt_tag_default_border);
|
|
12
|
-
--tag_padding:
|
|
13
|
-
--tag_inner_text_padding: 0
|
|
12
|
+
--tag_padding: 2px;
|
|
13
|
+
--tag_inner_text_padding: 0 6px;
|
|
14
14
|
--tag_cursor: auto;
|
|
15
15
|
|
|
16
16
|
/* tag close icon default variables */
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
--tag_icon_bg_color: var(--zdt_tag_icon_bg);
|
|
23
23
|
}[dir=ltr] .varClass {
|
|
24
24
|
--tag_closeicon_border_radius: 0 12px 12px 0 /*rtl: 12px 0 0 12px*/;
|
|
25
|
-
--tag_closeicon_padding: 0
|
|
26
|
-
/*rtl: 0
|
|
27
|
-
--tag_icon_margin: 0 0 0
|
|
25
|
+
--tag_closeicon_padding: 0 7px 0 6px
|
|
26
|
+
/*rtl: 0 6px 0 7px*/;
|
|
27
|
+
--tag_icon_margin: 0 0 0 5px /*rtl: 0 5px 0 0*/;
|
|
28
28
|
}[dir=rtl] .varClass {
|
|
29
29
|
--tag_closeicon_border_radius: 12px 0 0 12px;
|
|
30
|
-
--tag_closeicon_padding: 0
|
|
31
|
-
--tag_icon_margin: 0
|
|
30
|
+
--tag_closeicon_padding: 0 6px 0 7px;
|
|
31
|
+
--tag_icon_margin: 0 5px 0 0;
|
|
32
32
|
}
|
|
33
33
|
.container {
|
|
34
34
|
composes: varClass;
|
|
@@ -76,35 +76,35 @@
|
|
|
76
76
|
padding: var(--tag_inner_text_padding);
|
|
77
77
|
}
|
|
78
78
|
.small {
|
|
79
|
-
--tag_height:
|
|
80
|
-
--tag_padding:
|
|
81
|
-
--tag_inner_text_padding: 0
|
|
79
|
+
--tag_height: 20px;
|
|
80
|
+
--tag_padding: 1px;
|
|
81
|
+
--tag_inner_text_padding: 0 7px;
|
|
82
82
|
}
|
|
83
83
|
[dir=ltr] .small .avatar {
|
|
84
84
|
transform: scale(0.8) translateX(-2px);
|
|
85
|
-
margin-right:
|
|
85
|
+
margin-right: -8px;
|
|
86
86
|
}
|
|
87
87
|
[dir=rtl] .small .avatar {
|
|
88
88
|
transform: scale(0.8) translateX(2px);
|
|
89
|
-
margin-left:
|
|
89
|
+
margin-left: -8px;
|
|
90
90
|
}
|
|
91
91
|
.smalltext {
|
|
92
|
-
--tag_font_size:
|
|
92
|
+
--tag_font_size: 12px;
|
|
93
93
|
}
|
|
94
94
|
.activesmallEffect {
|
|
95
|
-
--tag_inner_text_padding: 0
|
|
95
|
+
--tag_inner_text_padding: 0 25px 0 7px;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
.medium {
|
|
99
|
-
--tag_height:
|
|
100
|
-
--tag_padding:
|
|
101
|
-
--tag_inner_text_padding: 0
|
|
99
|
+
--tag_height: 26px;
|
|
100
|
+
--tag_padding: 2px;
|
|
101
|
+
--tag_inner_text_padding: 0 6px;
|
|
102
102
|
}
|
|
103
103
|
.mediumtext {
|
|
104
|
-
--tag_font_size:
|
|
104
|
+
--tag_font_size: 13px;
|
|
105
105
|
}
|
|
106
106
|
.activemediumEffect {
|
|
107
|
-
--tag_inner_text_padding: 0
|
|
107
|
+
--tag_inner_text_padding: 0 25px 0 6px;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
.selected .close {
|
|
@@ -5,15 +5,16 @@
|
|
|
5
5
|
--textbox_border_width: 0;
|
|
6
6
|
--textbox_border_style: solid;
|
|
7
7
|
--textbox_border_color: var(--zdt_textbox_default_border);
|
|
8
|
-
--textbox_font_size:
|
|
8
|
+
--textbox_font_size: 14px;
|
|
9
9
|
--textbox_width: 100%;
|
|
10
|
-
--textbox_height:
|
|
10
|
+
--textbox_height: 35px;
|
|
11
11
|
--textbox_border_radius: none;
|
|
12
12
|
--textbox_font_family: var(--zd_regular);
|
|
13
|
+
/* Variable:Ignore */
|
|
13
14
|
--textbox_letter_spacing: 0.1px;
|
|
14
15
|
--textbox_padding: 0;
|
|
15
16
|
--textbox_cursor: auto;
|
|
16
|
-
--textbox_line_height:
|
|
17
|
+
--textbox_line_height: 35px;
|
|
17
18
|
|
|
18
19
|
/* textbox placeholder default variable */
|
|
19
20
|
--textbox_placeholder_text_color: var(--zdt_textbox_placeholder_text);
|
|
@@ -110,25 +111,25 @@
|
|
|
110
111
|
/* Size */
|
|
111
112
|
.xmedium,
|
|
112
113
|
.medium {
|
|
113
|
-
--textbox_font_size:
|
|
114
|
+
--textbox_font_size: 14px;
|
|
114
115
|
}
|
|
115
116
|
.xmedium {
|
|
116
|
-
--textbox_height:
|
|
117
|
-
--textbox_line_height:
|
|
117
|
+
--textbox_height: 28px;
|
|
118
|
+
--textbox_line_height: 28px;
|
|
118
119
|
}
|
|
119
120
|
.medium {
|
|
120
|
-
--textbox_height:
|
|
121
|
-
--textbox_line_height:
|
|
121
|
+
--textbox_height: 35px;
|
|
122
|
+
--textbox_line_height: 35px;
|
|
122
123
|
}
|
|
123
124
|
.small {
|
|
124
|
-
--textbox_font_size:
|
|
125
|
-
--textbox_height:
|
|
126
|
-
--textbox_line_height:
|
|
125
|
+
--textbox_font_size: 12px;
|
|
126
|
+
--textbox_height: 28px;
|
|
127
|
+
--textbox_line_height: 28px;
|
|
127
128
|
}
|
|
128
129
|
.xsmall {
|
|
129
|
-
--textbox_font_size:
|
|
130
|
-
--textbox_height:
|
|
131
|
-
--textbox_line_height:
|
|
130
|
+
--textbox_font_size: 13px;
|
|
131
|
+
--textbox_height: 25px;
|
|
132
|
+
--textbox_line_height: 25px;
|
|
132
133
|
}
|
|
133
134
|
.default,
|
|
134
135
|
.primary,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
--textboxicon_line_color: var(--zdt_textboxicon_default_line_bg);
|
|
5
5
|
|
|
6
6
|
/* textboxicon icon default variables */
|
|
7
|
-
--textboxicon_icon_margin: 0
|
|
7
|
+
--textboxicon_icon_margin: 0 5px;
|
|
8
8
|
--textboxicon_icon_cursor: pointer;
|
|
9
9
|
--textboxicon_icon_color: var(--zdt_textboxicon_default_icon);
|
|
10
10
|
}
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
.line {
|
|
37
37
|
position: absolute;
|
|
38
38
|
bottom: 0;
|
|
39
|
+
/* Variable:Ignore */
|
|
39
40
|
min-height: 1px;
|
|
40
41
|
transition: var(--zd_transition2);
|
|
41
42
|
height: var(--textboxicon_line_height);
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
--textarea_border_color: none;
|
|
5
5
|
--textarea_cursor: auto;
|
|
6
6
|
--textarea_text_color: var(--zdt_textarea_default_text);
|
|
7
|
-
--textarea_font_size:
|
|
8
|
-
--textarea_line_height:
|
|
9
|
-
--textarea_padding:
|
|
10
|
-
--textarea_height:
|
|
7
|
+
--textarea_font_size: 14px;
|
|
8
|
+
--textarea_line_height: 22px;
|
|
9
|
+
--textarea_padding: 2px 0;
|
|
10
|
+
--textarea_height: 30px;
|
|
11
11
|
|
|
12
12
|
/* textarea placeholder default variable */
|
|
13
13
|
--textarea_placeholder_text_color: var(--zdt_textarea_placeholder_text);
|
|
@@ -95,39 +95,39 @@
|
|
|
95
95
|
vertical-align: middle;
|
|
96
96
|
}
|
|
97
97
|
.xsmall {
|
|
98
|
-
--textarea_font_size:
|
|
99
|
-
--textarea_padding:
|
|
100
|
-
--textarea_height:
|
|
101
|
-
--textarea_line_height:
|
|
98
|
+
--textarea_font_size: 14px;
|
|
99
|
+
--textarea_padding: 4px 0 2px;
|
|
100
|
+
--textarea_height: 28px;
|
|
101
|
+
--textarea_line_height: 19px;
|
|
102
102
|
}
|
|
103
103
|
.xmedium {
|
|
104
|
-
--textarea_font_size:
|
|
105
|
-
--textarea_padding:
|
|
106
|
-
--textarea_height:
|
|
107
|
-
--textarea_line_height:
|
|
104
|
+
--textarea_font_size: 13px;
|
|
105
|
+
--textarea_padding: 4px 0 2px;
|
|
106
|
+
--textarea_height: 25px;
|
|
107
|
+
--textarea_line_height: 17px;
|
|
108
108
|
}
|
|
109
109
|
.small {
|
|
110
|
-
--textarea_height:
|
|
111
|
-
--textarea_padding:
|
|
110
|
+
--textarea_height: 30px;
|
|
111
|
+
--textarea_padding: 2px 0;
|
|
112
112
|
}
|
|
113
113
|
.smallanimated:focus,
|
|
114
114
|
.xsmallanimated:focus,
|
|
115
115
|
.xmediumanimated:focus {
|
|
116
|
-
--textarea_height:
|
|
116
|
+
--textarea_height: 70px;
|
|
117
117
|
}
|
|
118
118
|
.medium {
|
|
119
|
-
--textarea_height:
|
|
120
|
-
--textarea_padding:
|
|
119
|
+
--textarea_height: 88px;
|
|
120
|
+
--textarea_padding: 2px;
|
|
121
121
|
}
|
|
122
122
|
.large {
|
|
123
|
-
--textarea_height:
|
|
124
|
-
--textarea_padding:
|
|
123
|
+
--textarea_height: 45px;
|
|
124
|
+
--textarea_padding: 2px;
|
|
125
125
|
}
|
|
126
126
|
.largeanimated:focus {
|
|
127
|
-
--textarea_height:
|
|
127
|
+
--textarea_height: 220px;
|
|
128
128
|
}
|
|
129
129
|
.xlarge {
|
|
130
|
-
--textarea_height:
|
|
130
|
+
--textarea_height: 184px;
|
|
131
131
|
}
|
|
132
132
|
.default {
|
|
133
133
|
font-family: var(--zd_regular);
|
|
@@ -13,15 +13,15 @@
|
|
|
13
13
|
|
|
14
14
|
.tooltipcont {
|
|
15
15
|
color: var(--zdt_tooltip_default_text);
|
|
16
|
-
font-size:
|
|
16
|
+
font-size: 13px;
|
|
17
17
|
font-family: var(--zd_semibold);
|
|
18
18
|
word-break: break-word;
|
|
19
19
|
max-width: 420px;
|
|
20
20
|
line-height: var(--zd_size20);
|
|
21
|
-
min-height:
|
|
21
|
+
min-height: 24px;
|
|
22
22
|
overflow: hidden;
|
|
23
23
|
background-color: var(--zdt_tooltip_default_bg);
|
|
24
|
-
padding: 0
|
|
24
|
+
padding: 0 10px;
|
|
25
25
|
border-style: solid;
|
|
26
26
|
border-color: transparent;
|
|
27
27
|
border-radius: var(--zd_size4);
|
|
@@ -43,7 +43,9 @@
|
|
|
43
43
|
|
|
44
44
|
.arrowUp,
|
|
45
45
|
.arrowDown {
|
|
46
|
+
/* Variable:Ignore */
|
|
46
47
|
width: 11px;
|
|
48
|
+
/* Variable:Ignore */
|
|
47
49
|
height: 11px;
|
|
48
50
|
border-top: solid 6px var(--zdt_tooltip_default_bg);
|
|
49
51
|
border-left: solid 6px var(--zdt_tooltip_default_bg);
|
|
@@ -54,13 +56,16 @@
|
|
|
54
56
|
}
|
|
55
57
|
|
|
56
58
|
.arrowDown {
|
|
59
|
+
/* Variable:Ignore */
|
|
57
60
|
margin-top: -4px !important;
|
|
58
61
|
/* put important because of '.wms-mainui *' have margin: 0; */
|
|
59
62
|
}
|
|
60
63
|
|
|
61
64
|
.arrowLeft,
|
|
62
65
|
.arrowRight {
|
|
66
|
+
/* Variable:Ignore */
|
|
63
67
|
width: 11px;
|
|
68
|
+
/* Variable:Ignore */
|
|
64
69
|
height: 11px;
|
|
65
70
|
border-top: solid 6px var(--zdt_tooltip_default_bg);
|
|
66
71
|
border-left: solid 6px var(--zdt_tooltip_default_bg);
|
|
@@ -71,10 +76,12 @@
|
|
|
71
76
|
}
|
|
72
77
|
|
|
73
78
|
.arrowRight {
|
|
79
|
+
/* Variable:Ignore */
|
|
74
80
|
margin-left: -2px;
|
|
75
81
|
}
|
|
76
82
|
|
|
77
83
|
.arrowLeft {
|
|
84
|
+
/* Variable:Ignore */
|
|
78
85
|
margin-left: 1px;
|
|
79
86
|
}
|
|
80
87
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*Avatar common Sizes*/
|
|
2
2
|
.varClass {
|
|
3
3
|
/* avatar size default variables */
|
|
4
|
-
--avatar_width:
|
|
5
|
-
--avatar_height:
|
|
4
|
+
--avatar_width: 34px;
|
|
5
|
+
--avatar_height: 34px;
|
|
6
6
|
}
|
|
7
7
|
.small,
|
|
8
8
|
.xsmall,
|
|
@@ -16,34 +16,34 @@
|
|
|
16
16
|
height: var(--avatar_height);
|
|
17
17
|
}
|
|
18
18
|
.small {
|
|
19
|
-
--avatar_height:
|
|
20
|
-
--avatar_width:
|
|
19
|
+
--avatar_height: 22px;
|
|
20
|
+
--avatar_width: 22px;
|
|
21
21
|
}
|
|
22
22
|
.xxsmall {
|
|
23
|
-
--avatar_height:
|
|
24
|
-
--avatar_width:
|
|
23
|
+
--avatar_height: 18px;
|
|
24
|
+
--avatar_width: 18px;
|
|
25
25
|
}
|
|
26
26
|
.xsmall {
|
|
27
|
-
--avatar_height:
|
|
28
|
-
--avatar_width:
|
|
27
|
+
--avatar_height: 30px;
|
|
28
|
+
--avatar_width: 30px;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.medium {
|
|
32
|
-
--avatar_height:
|
|
33
|
-
--avatar_width:
|
|
32
|
+
--avatar_height: 34px;
|
|
33
|
+
--avatar_width: 34px;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.xmedium {
|
|
37
|
-
--avatar_height:
|
|
38
|
-
--avatar_width:
|
|
37
|
+
--avatar_height: 40px;
|
|
38
|
+
--avatar_width: 40px;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.large {
|
|
42
|
-
--avatar_height:
|
|
43
|
-
--avatar_width:
|
|
42
|
+
--avatar_height: 60px;
|
|
43
|
+
--avatar_width: 60px;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.xlarge {
|
|
47
|
-
--avatar_height:
|
|
48
|
-
--avatar_width:
|
|
47
|
+
--avatar_height: 80px;
|
|
48
|
+
--avatar_width: 80px;
|
|
49
49
|
}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
[data-mode='dark'],
|
|
3
|
-
[data-mode='pureDark'] {
|
|
1
|
+
:root {
|
|
4
2
|
/* avatar */
|
|
5
3
|
--zd_bs_avatar_black: var(--zd_bs_contrast_outline, inset 0px 0px 5px var(--avatar_boxshadow));
|
|
6
4
|
--zd_bs_avatar_white: var(--zd_bs_contrast_outline, inset 0px 0px 11px var(--avatar_boxshadow));
|