@zohodesk/components 1.0.0-temp-157 → 1.0.0-temp-159
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.js +1 -1
- 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/Heading/Heading.module.css +1 -1
- package/es/Label/Label.js +2 -7
- package/es/Label/Label.module.css +6 -6
- package/es/Label/props/propTypes.js +1 -4
- 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 +23 -19
- package/es/TextBoxIcon/TextBoxIcon.module.css +2 -1
- package/es/Textarea/Textarea.module.css +24 -25
- package/es/Tooltip/Tooltip.module.css +10 -3
- package/es/common/avatarsizes.module.css +16 -16
- 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/YearView.module.css +12 -12
- 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/Heading/Heading.module.css +1 -1
- package/lib/Label/Label.js +2 -6
- package/lib/Label/Label.module.css +6 -6
- package/lib/Label/props/propTypes.js +1 -4
- package/lib/ListItem/ListItem.module.css +37 -37
- package/lib/MultiSelect/MultiSelect.module.css +25 -24
- package/lib/MultiSelect/SelectedOptions.module.css +4 -4
- package/lib/Radio/Radio.module.css +9 -9
- package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +1 -1
- package/lib/Ribbon/Ribbon.module.css +44 -42
- package/lib/Select/Select.module.css +19 -19
- package/lib/Stencils/Stencils.module.css +13 -13
- package/lib/Switch/Switch.module.css +22 -22
- package/lib/Tab/Tab.module.css +10 -10
- package/lib/Tab/Tabs.module.css +12 -12
- package/lib/Tag/Tag.module.css +20 -20
- package/lib/TextBox/TextBox.module.css +23 -19
- package/lib/TextBoxIcon/TextBoxIcon.module.css +2 -1
- package/lib/Textarea/Textarea.module.css +24 -25
- package/lib/Tooltip/Tooltip.module.css +10 -3
- package/lib/common/avatarsizes.module.css +16 -16
- 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/package.json +19 -12
|
@@ -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/lib/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/lib/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/lib/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,15 @@
|
|
|
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_line_height: var(--zd_size35);
|
|
16
|
+
--textbox_line_height: 35px;
|
|
17
17
|
|
|
18
18
|
/* textbox placeholder default variable */
|
|
19
19
|
--textbox_placeholder_text_color: var(--zdt_textbox_placeholder_text);
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
appearance: none;
|
|
26
26
|
letter-spacing: var(--textbox_letter_spacing);
|
|
27
27
|
border: var(--textbox_border_width);
|
|
28
|
-
cursor:
|
|
28
|
+
cursor: text;
|
|
29
29
|
}
|
|
30
30
|
.basic::placeholder {
|
|
31
31
|
color: var(--textbox_placeholder_text_color);
|
|
@@ -59,9 +59,11 @@
|
|
|
59
59
|
.basic:disabled,
|
|
60
60
|
.container:disabled,
|
|
61
61
|
.container:disabled:hover {
|
|
62
|
-
--textbox_cursor: not-allowed;
|
|
63
62
|
--textbox_text_color: var(--zdt_textbox_disabled_text);
|
|
64
63
|
}
|
|
64
|
+
.basic:disabled, .container:disabled, .container:disabled:hover {
|
|
65
|
+
cursor: not-allowed;
|
|
66
|
+
}
|
|
65
67
|
.container:disabled,
|
|
66
68
|
.container:disabled:hover {
|
|
67
69
|
--textbox_bg_color: none;
|
|
@@ -79,7 +81,7 @@
|
|
|
79
81
|
color: var(--textbox_placeholder_text_color);
|
|
80
82
|
}
|
|
81
83
|
.pointer {
|
|
82
|
-
|
|
84
|
+
cursor: pointer;
|
|
83
85
|
}
|
|
84
86
|
/* Need Border */
|
|
85
87
|
.border, .effect:hover, .effect:focus {
|
|
@@ -110,25 +112,25 @@
|
|
|
110
112
|
/* Size */
|
|
111
113
|
.xmedium,
|
|
112
114
|
.medium {
|
|
113
|
-
--textbox_font_size:
|
|
115
|
+
--textbox_font_size: 14px;
|
|
114
116
|
}
|
|
115
117
|
.xmedium {
|
|
116
|
-
--textbox_height:
|
|
117
|
-
--textbox_line_height:
|
|
118
|
+
--textbox_height: 28px;
|
|
119
|
+
--textbox_line_height: 28px;
|
|
118
120
|
}
|
|
119
121
|
.medium {
|
|
120
|
-
--textbox_height:
|
|
121
|
-
--textbox_line_height:
|
|
122
|
+
--textbox_height: 35px;
|
|
123
|
+
--textbox_line_height: 35px;
|
|
122
124
|
}
|
|
123
125
|
.small {
|
|
124
|
-
--textbox_font_size:
|
|
125
|
-
--textbox_height:
|
|
126
|
-
--textbox_line_height:
|
|
126
|
+
--textbox_font_size: 12px;
|
|
127
|
+
--textbox_height: 28px;
|
|
128
|
+
--textbox_line_height: 28px;
|
|
127
129
|
}
|
|
128
130
|
.xsmall {
|
|
129
|
-
--textbox_font_size:
|
|
130
|
-
--textbox_height:
|
|
131
|
-
--textbox_line_height:
|
|
131
|
+
--textbox_font_size: 13px;
|
|
132
|
+
--textbox_height: 25px;
|
|
133
|
+
--textbox_line_height: 25px;
|
|
132
134
|
}
|
|
133
135
|
.default,
|
|
134
136
|
.primary,
|
|
@@ -151,7 +153,9 @@
|
|
|
151
153
|
.readonly,
|
|
152
154
|
.readonly:hover,
|
|
153
155
|
.readonly:focus {
|
|
154
|
-
--textbox_cursor: not-allowed;
|
|
155
156
|
--textbox_text_color: var(--zdt_textbox_default_text);
|
|
156
157
|
--textbox_bg_color: none;
|
|
157
158
|
}
|
|
159
|
+
.readonly, .readonly:hover, .readonly:focus {
|
|
160
|
+
cursor: not-allowed;
|
|
161
|
+
}
|
|
@@ -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);
|
|
@@ -2,12 +2,11 @@
|
|
|
2
2
|
/* textarea default variables */
|
|
3
3
|
--textarea_border_width: 0;
|
|
4
4
|
--textarea_border_color: none;
|
|
5
|
-
--textarea_cursor: auto;
|
|
6
5
|
--textarea_text_color: var(--zdt_textarea_default_text);
|
|
7
|
-
--textarea_font_size:
|
|
8
|
-
--textarea_line_height:
|
|
9
|
-
--textarea_padding:
|
|
10
|
-
--textarea_height:
|
|
6
|
+
--textarea_font_size: 14px;
|
|
7
|
+
--textarea_line_height: 22px;
|
|
8
|
+
--textarea_padding: 2px 0;
|
|
9
|
+
--textarea_height: 30px;
|
|
11
10
|
|
|
12
11
|
/* textarea placeholder default variable */
|
|
13
12
|
--textarea_placeholder_text_color: var(--zdt_textarea_placeholder_text);
|
|
@@ -20,7 +19,7 @@
|
|
|
20
19
|
outline: 0;
|
|
21
20
|
letter-spacing: 0.1px;
|
|
22
21
|
color: var(--textarea_text_color);
|
|
23
|
-
cursor:
|
|
22
|
+
cursor:text;
|
|
24
23
|
}
|
|
25
24
|
.basic, .noBorder {
|
|
26
25
|
border-width: var(--textarea_border_width);
|
|
@@ -38,11 +37,11 @@
|
|
|
38
37
|
color: var(--textarea_placeholder_text_color);
|
|
39
38
|
}
|
|
40
39
|
.basic:disabled {
|
|
41
|
-
--textarea_cursor: not-allowed;
|
|
42
40
|
--textarea_text_color: var(--zdt_textarea_default_text);
|
|
41
|
+
cursor: not-allowed;
|
|
43
42
|
}
|
|
44
43
|
.readonly {
|
|
45
|
-
|
|
44
|
+
cursor: not-allowed;
|
|
46
45
|
}
|
|
47
46
|
.resizeX {
|
|
48
47
|
composes: resizeX from '../common/common.module.css';
|
|
@@ -95,39 +94,39 @@
|
|
|
95
94
|
vertical-align: middle;
|
|
96
95
|
}
|
|
97
96
|
.xsmall {
|
|
98
|
-
--textarea_font_size:
|
|
99
|
-
--textarea_padding:
|
|
100
|
-
--textarea_height:
|
|
101
|
-
--textarea_line_height:
|
|
97
|
+
--textarea_font_size: 14px;
|
|
98
|
+
--textarea_padding: 4px 0 2px;
|
|
99
|
+
--textarea_height: 28px;
|
|
100
|
+
--textarea_line_height: 19px;
|
|
102
101
|
}
|
|
103
102
|
.xmedium {
|
|
104
|
-
--textarea_font_size:
|
|
105
|
-
--textarea_padding:
|
|
106
|
-
--textarea_height:
|
|
107
|
-
--textarea_line_height:
|
|
103
|
+
--textarea_font_size: 13px;
|
|
104
|
+
--textarea_padding: 4px 0 2px;
|
|
105
|
+
--textarea_height: 25px;
|
|
106
|
+
--textarea_line_height: 17px;
|
|
108
107
|
}
|
|
109
108
|
.small {
|
|
110
|
-
--textarea_height:
|
|
111
|
-
--textarea_padding:
|
|
109
|
+
--textarea_height: 30px;
|
|
110
|
+
--textarea_padding: 2px 0;
|
|
112
111
|
}
|
|
113
112
|
.smallanimated:focus,
|
|
114
113
|
.xsmallanimated:focus,
|
|
115
114
|
.xmediumanimated:focus {
|
|
116
|
-
--textarea_height:
|
|
115
|
+
--textarea_height: 70px;
|
|
117
116
|
}
|
|
118
117
|
.medium {
|
|
119
|
-
--textarea_height:
|
|
120
|
-
--textarea_padding:
|
|
118
|
+
--textarea_height: 88px;
|
|
119
|
+
--textarea_padding: 2px;
|
|
121
120
|
}
|
|
122
121
|
.large {
|
|
123
|
-
--textarea_height:
|
|
124
|
-
--textarea_padding:
|
|
122
|
+
--textarea_height: 45px;
|
|
123
|
+
--textarea_padding: 2px;
|
|
125
124
|
}
|
|
126
125
|
.largeanimated:focus {
|
|
127
|
-
--textarea_height:
|
|
126
|
+
--textarea_height: 220px;
|
|
128
127
|
}
|
|
129
128
|
.xlarge {
|
|
130
|
-
--textarea_height:
|
|
129
|
+
--textarea_height: 184px;
|
|
131
130
|
}
|
|
132
131
|
.default {
|
|
133
132
|
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
|
}
|