@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.
Files changed (140) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/es/AppContainer/AppContainer.js +1 -0
  3. package/es/AppContainer/AppContainer.module.css +18 -18
  4. package/es/Avatar/Avatar.js +9 -9
  5. package/es/Avatar/Avatar.module.css +2 -2
  6. package/es/AvatarTeam/AvatarTeam.js +7 -7
  7. package/es/Button/Button.js +4 -4
  8. package/es/Button/css/Button.module.css +6 -22
  9. package/es/Buttongroup/Buttongroup.js +1 -1
  10. package/es/Buttongroup/Buttongroup.module.css +1 -1
  11. package/es/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -191
  12. package/es/Card/Card.js +4 -4
  13. package/es/Card/Card.module.css +20 -20
  14. package/es/DateTime/DateTime.module.css +8 -11
  15. package/es/DateTime/DateWidget.module.css +38 -38
  16. package/es/DropBox/DropBoxElement/css/DropBoxElement.module.css +7 -11
  17. package/es/DropBox/DropBoxPositionMapping.json +144 -144
  18. package/es/DropBox/css/DropBox.module.css +1 -1
  19. package/es/DropDown/DropDown.module.css +5 -5
  20. package/es/DropDown/DropDownSearch.module.css +14 -14
  21. package/es/DropDown/DropDownSeparator.module.css +7 -7
  22. package/es/Heading/Heading.module.css +4 -4
  23. package/es/Label/Label.js +2 -2
  24. package/es/Layout/Layout.module.css +335 -335
  25. package/es/ListItem/ListItem.js +2 -2
  26. package/es/ListItem/ListItem.module.css +85 -18
  27. package/es/ListItem/ListItemWithAvatar.js +3 -3
  28. package/es/ListItem/ListItemWithIcon.js +2 -2
  29. package/es/MultiSelect/AdvancedGroupMultiSelect.js +7 -2
  30. package/es/MultiSelect/AdvancedMultiSelect.js +2 -1
  31. package/es/MultiSelect/MultiSelect.js +12 -7
  32. package/es/MultiSelect/SelectedOptions.module.css +15 -15
  33. package/es/MultiSelect/Suggestions.js +8 -4
  34. package/es/MultiSelect/props/defaultProps.js +8 -5
  35. package/es/MultiSelect/props/propTypes.js +6 -3
  36. package/es/Popup/PositionMapping.json +73 -73
  37. package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
  38. package/es/Ribbon/Ribbon.module.css +6 -6
  39. package/es/RippleEffect/RippleEffect.module.css +92 -92
  40. package/es/Select/GroupSelect.js +7 -2
  41. package/es/Select/Select.module.css +134 -134
  42. package/es/Select/SelectWithAvatar.js +7 -2
  43. package/es/Select/SelectWithIcon.js +7 -2
  44. package/es/Select/props/defaultProps.js +6 -3
  45. package/es/Select/props/propTypes.js +6 -3
  46. package/es/Stencils/Stencils.module.css +96 -96
  47. package/es/Switch/Switch.module.css +1 -2
  48. package/es/Tab/TabContent.module.css +4 -4
  49. package/es/Tab/Tabs.js +17 -17
  50. package/es/Tab/Tabs.module.css +3 -3
  51. package/es/Tooltip/Tooltip.module.css +140 -143
  52. package/es/common/a11y.module.css +3 -3
  53. package/es/common/animation.module.css +624 -624
  54. package/es/common/avatarsizes.module.css +48 -48
  55. package/es/common/basic.module.css +33 -33
  56. package/es/common/basicReset.module.css +40 -40
  57. package/es/{deprecated → common}/boxShadow.module.css +33 -33
  58. package/es/common/common.module.css +524 -524
  59. package/es/common/reset.module.css +13 -13
  60. package/es/common/transition.module.css +146 -146
  61. package/es/semantic/Button/semanticButton.module.css +9 -9
  62. package/es/v1/AppContainer/AppContainer.js +1 -0
  63. package/es/v1/Card/Card.js +4 -4
  64. package/es/v1/MultiSelect/AdvancedGroupMultiSelect.js +5 -5
  65. package/es/v1/Tab/Tabs.js +11 -11
  66. package/es/v1/Tab/v1TabContent.module.css +4 -4
  67. package/es/v1/Tab/v1Tabs.module.css +3 -3
  68. package/es/v1/Typography/css/Typography.module.css +380 -380
  69. package/install.md +10 -10
  70. package/lib/AppContainer/AppContainer.js +2 -0
  71. package/lib/AppContainer/AppContainer.module.css +18 -18
  72. package/lib/Avatar/Avatar.js +9 -9
  73. package/lib/Avatar/Avatar.module.css +2 -2
  74. package/lib/AvatarTeam/AvatarTeam.js +7 -7
  75. package/lib/Button/Button.js +4 -4
  76. package/lib/Button/css/Button.module.css +6 -22
  77. package/lib/Buttongroup/Buttongroup.js +1 -1
  78. package/lib/Buttongroup/Buttongroup.module.css +1 -1
  79. package/lib/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -191
  80. package/lib/Card/Card.js +4 -4
  81. package/lib/Card/Card.module.css +20 -20
  82. package/lib/DateTime/DateTime.module.css +8 -11
  83. package/lib/DateTime/DateWidget.module.css +38 -38
  84. package/lib/DropBox/DropBoxElement/css/DropBoxElement.module.css +7 -11
  85. package/lib/DropBox/DropBoxPositionMapping.json +144 -144
  86. package/lib/DropBox/css/DropBox.module.css +1 -1
  87. package/lib/DropDown/DropDown.module.css +5 -5
  88. package/lib/DropDown/DropDownSearch.module.css +14 -14
  89. package/lib/DropDown/DropDownSeparator.module.css +7 -7
  90. package/lib/Heading/Heading.module.css +4 -4
  91. package/lib/Layout/Layout.module.css +335 -335
  92. package/lib/ListItem/ListItem.js +2 -2
  93. package/lib/ListItem/ListItem.module.css +85 -18
  94. package/lib/ListItem/ListItemWithAvatar.js +3 -3
  95. package/lib/ListItem/ListItemWithIcon.js +2 -2
  96. package/lib/MultiSelect/AdvancedGroupMultiSelect.js +7 -3
  97. package/lib/MultiSelect/AdvancedMultiSelect.js +3 -1
  98. package/lib/MultiSelect/MultiSelect.js +13 -8
  99. package/lib/MultiSelect/SelectedOptions.module.css +15 -15
  100. package/lib/MultiSelect/Suggestions.js +8 -4
  101. package/lib/MultiSelect/props/defaultProps.js +8 -5
  102. package/lib/MultiSelect/props/propTypes.js +8 -6
  103. package/lib/Popup/PositionMapping.json +73 -73
  104. package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
  105. package/lib/Ribbon/Ribbon.module.css +6 -6
  106. package/lib/RippleEffect/RippleEffect.module.css +92 -92
  107. package/lib/Select/GroupSelect.js +8 -3
  108. package/lib/Select/Select.module.css +134 -134
  109. package/lib/Select/SelectWithAvatar.js +8 -3
  110. package/lib/Select/SelectWithIcon.js +8 -3
  111. package/lib/Select/props/defaultProps.js +5 -3
  112. package/lib/Select/props/propTypes.js +6 -3
  113. package/lib/Stencils/Stencils.module.css +96 -96
  114. package/lib/Switch/Switch.module.css +1 -2
  115. package/lib/Tab/TabContent.module.css +4 -4
  116. package/lib/Tab/Tabs.js +11 -11
  117. package/lib/Tab/Tabs.module.css +3 -3
  118. package/lib/Tooltip/Tooltip.module.css +140 -143
  119. package/lib/common/a11y.module.css +3 -3
  120. package/lib/common/animation.module.css +624 -624
  121. package/lib/common/avatarsizes.module.css +48 -48
  122. package/lib/common/basic.module.css +33 -33
  123. package/lib/common/basicReset.module.css +40 -40
  124. package/lib/{deprecated → common}/boxShadow.module.css +33 -33
  125. package/lib/common/common.module.css +524 -524
  126. package/lib/common/reset.module.css +13 -13
  127. package/lib/common/transition.module.css +146 -146
  128. package/lib/semantic/Button/semanticButton.module.css +9 -9
  129. package/lib/v1/AppContainer/AppContainer.js +2 -0
  130. package/lib/v1/Card/Card.js +4 -4
  131. package/lib/v1/MultiSelect/AdvancedGroupMultiSelect.js +5 -5
  132. package/lib/v1/Tab/Tabs.js +11 -11
  133. package/lib/v1/Tab/v1TabContent.module.css +4 -4
  134. package/lib/v1/Tab/v1Tabs.module.css +3 -3
  135. package/lib/v1/Typography/css/Typography.module.css +380 -380
  136. package/package.json +7 -11
  137. package/postPublish.js +8 -8
  138. package/prePublish.js +70 -70
  139. package/react-cli.config.js +23 -23
  140. package/result.json +1 -1
@@ -1,191 +1,191 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`Buttongrop - Checking the "customclass" 1`] = `
4
- <DocumentFragment>
5
- <div
6
- class="buttonGroup undefined customClassButtonGroup"
7
- data-id="ButtonGroup"
8
- data-selector-id="buttonGroup"
9
- data-test-id="ButtonGroup"
10
- >
11
- <div
12
- class="alignleft"
13
- >
14
- <span>
15
- Element 1
16
- </span>
17
- <span>
18
- Element 2
19
- </span>
20
- <span>
21
- Element 3
22
- </span>
23
- </div>
24
- </div>
25
- </DocumentFragment>
26
- `;
27
-
28
- exports[`Buttongrop - rendering the "buttonPosition" to - center 1`] = `
29
- <DocumentFragment>
30
- <div
31
- class="buttonGroup undefined "
32
- data-id="ButtonGroup"
33
- data-selector-id="buttonGroup"
34
- data-test-id="ButtonGroup"
35
- >
36
- <div
37
- class="aligncenter"
38
- >
39
- <span>
40
- Element 1
41
- </span>
42
- <span>
43
- Element 2
44
- </span>
45
- <span>
46
- Element 3
47
- </span>
48
- </div>
49
- </div>
50
- </DocumentFragment>
51
- `;
52
-
53
- exports[`Buttongrop - rendering the "buttonPosition" to - left 1`] = `
54
- <DocumentFragment>
55
- <div
56
- class="buttonGroup undefined "
57
- data-id="ButtonGroup"
58
- data-selector-id="buttonGroup"
59
- data-test-id="ButtonGroup"
60
- >
61
- <div
62
- class="alignleft"
63
- >
64
- <span>
65
- Element 1
66
- </span>
67
- <span>
68
- Element 2
69
- </span>
70
- <span>
71
- Element 3
72
- </span>
73
- </div>
74
- </div>
75
- </DocumentFragment>
76
- `;
77
-
78
- exports[`Buttongrop - rendering the "buttonPosition" to - right 1`] = `
79
- <DocumentFragment>
80
- <div
81
- class="buttonGroup undefined "
82
- data-id="ButtonGroup"
83
- data-selector-id="buttonGroup"
84
- data-test-id="ButtonGroup"
85
- >
86
- <div
87
- class="alignright"
88
- >
89
- <span>
90
- Element 1
91
- </span>
92
- <span>
93
- Element 2
94
- </span>
95
- <span>
96
- Element 3
97
- </span>
98
- </div>
99
- </div>
100
- </DocumentFragment>
101
- `;
102
-
103
- exports[`Buttongrop - rendering the "type" - footer 1`] = `
104
- <DocumentFragment>
105
- <div
106
- class="buttonGroup footer "
107
- data-id="ButtonGroup"
108
- data-selector-id="buttonGroup"
109
- data-test-id="ButtonGroup"
110
- >
111
- <div
112
- class="alignleft"
113
- >
114
- <span>
115
- Element 1
116
- </span>
117
- <span>
118
- Element 2
119
- </span>
120
- <span>
121
- Element 3
122
- </span>
123
- </div>
124
- </div>
125
- </DocumentFragment>
126
- `;
127
-
128
- exports[`Buttongrop - rendering the "type" - header 1`] = `
129
- <DocumentFragment>
130
- <div
131
- class="buttonGroup header "
132
- data-id="ButtonGroup"
133
- data-selector-id="buttonGroup"
134
- data-test-id="ButtonGroup"
135
- >
136
- <div
137
- class="alignleft"
138
- >
139
- <span>
140
- Element 1
141
- </span>
142
- <span>
143
- Element 2
144
- </span>
145
- <span>
146
- Element 3
147
- </span>
148
- </div>
149
- </div>
150
- </DocumentFragment>
151
- `;
152
-
153
- exports[`Buttongrop - rendering the "type" - tab 1`] = `
154
- <DocumentFragment>
155
- <div
156
- class="buttonGroup tab "
157
- data-id="ButtonGroup"
158
- data-selector-id="buttonGroup"
159
- data-test-id="ButtonGroup"
160
- >
161
- <div
162
- class="alignleft"
163
- >
164
- <span>
165
- Element 1
166
- </span>
167
- <span>
168
- Element 2
169
- </span>
170
- <span>
171
- Element 3
172
- </span>
173
- </div>
174
- </div>
175
- </DocumentFragment>
176
- `;
177
-
178
- exports[`Buttongrop - rendering the default props 1`] = `
179
- <DocumentFragment>
180
- <div
181
- class="buttonGroup undefined "
182
- data-id="ButtonGroup"
183
- data-selector-id="buttonGroup"
184
- data-test-id="ButtonGroup"
185
- >
186
- <div
187
- class="alignleft"
188
- />
189
- </div>
190
- </DocumentFragment>
191
- `;
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`Buttongrop - Checking the "customclass" 1`] = `
4
+ <DocumentFragment>
5
+ <div
6
+ class="buttonGroup undefined customClassButtonGroup"
7
+ data-id="ButtonGroup"
8
+ data-selector-id="buttonGroup"
9
+ data-test-id="ButtonGroup"
10
+ >
11
+ <div
12
+ class="alignleft"
13
+ >
14
+ <span>
15
+ Element 1
16
+ </span>
17
+ <span>
18
+ Element 2
19
+ </span>
20
+ <span>
21
+ Element 3
22
+ </span>
23
+ </div>
24
+ </div>
25
+ </DocumentFragment>
26
+ `;
27
+
28
+ exports[`Buttongrop - rendering the "buttonPosition" to - center 1`] = `
29
+ <DocumentFragment>
30
+ <div
31
+ class="buttonGroup undefined "
32
+ data-id="ButtonGroup"
33
+ data-selector-id="buttonGroup"
34
+ data-test-id="ButtonGroup"
35
+ >
36
+ <div
37
+ class="aligncenter"
38
+ >
39
+ <span>
40
+ Element 1
41
+ </span>
42
+ <span>
43
+ Element 2
44
+ </span>
45
+ <span>
46
+ Element 3
47
+ </span>
48
+ </div>
49
+ </div>
50
+ </DocumentFragment>
51
+ `;
52
+
53
+ exports[`Buttongrop - rendering the "buttonPosition" to - left 1`] = `
54
+ <DocumentFragment>
55
+ <div
56
+ class="buttonGroup undefined "
57
+ data-id="ButtonGroup"
58
+ data-selector-id="buttonGroup"
59
+ data-test-id="ButtonGroup"
60
+ >
61
+ <div
62
+ class="alignleft"
63
+ >
64
+ <span>
65
+ Element 1
66
+ </span>
67
+ <span>
68
+ Element 2
69
+ </span>
70
+ <span>
71
+ Element 3
72
+ </span>
73
+ </div>
74
+ </div>
75
+ </DocumentFragment>
76
+ `;
77
+
78
+ exports[`Buttongrop - rendering the "buttonPosition" to - right 1`] = `
79
+ <DocumentFragment>
80
+ <div
81
+ class="buttonGroup undefined "
82
+ data-id="ButtonGroup"
83
+ data-selector-id="buttonGroup"
84
+ data-test-id="ButtonGroup"
85
+ >
86
+ <div
87
+ class="alignright"
88
+ >
89
+ <span>
90
+ Element 1
91
+ </span>
92
+ <span>
93
+ Element 2
94
+ </span>
95
+ <span>
96
+ Element 3
97
+ </span>
98
+ </div>
99
+ </div>
100
+ </DocumentFragment>
101
+ `;
102
+
103
+ exports[`Buttongrop - rendering the "type" - footer 1`] = `
104
+ <DocumentFragment>
105
+ <div
106
+ class="buttonGroup footer "
107
+ data-id="ButtonGroup"
108
+ data-selector-id="buttonGroup"
109
+ data-test-id="ButtonGroup"
110
+ >
111
+ <div
112
+ class="alignleft"
113
+ >
114
+ <span>
115
+ Element 1
116
+ </span>
117
+ <span>
118
+ Element 2
119
+ </span>
120
+ <span>
121
+ Element 3
122
+ </span>
123
+ </div>
124
+ </div>
125
+ </DocumentFragment>
126
+ `;
127
+
128
+ exports[`Buttongrop - rendering the "type" - header 1`] = `
129
+ <DocumentFragment>
130
+ <div
131
+ class="buttonGroup header "
132
+ data-id="ButtonGroup"
133
+ data-selector-id="buttonGroup"
134
+ data-test-id="ButtonGroup"
135
+ >
136
+ <div
137
+ class="alignleft"
138
+ >
139
+ <span>
140
+ Element 1
141
+ </span>
142
+ <span>
143
+ Element 2
144
+ </span>
145
+ <span>
146
+ Element 3
147
+ </span>
148
+ </div>
149
+ </div>
150
+ </DocumentFragment>
151
+ `;
152
+
153
+ exports[`Buttongrop - rendering the "type" - tab 1`] = `
154
+ <DocumentFragment>
155
+ <div
156
+ class="buttonGroup tab "
157
+ data-id="ButtonGroup"
158
+ data-selector-id="buttonGroup"
159
+ data-test-id="ButtonGroup"
160
+ >
161
+ <div
162
+ class="alignleft"
163
+ >
164
+ <span>
165
+ Element 1
166
+ </span>
167
+ <span>
168
+ Element 2
169
+ </span>
170
+ <span>
171
+ Element 3
172
+ </span>
173
+ </div>
174
+ </div>
175
+ </DocumentFragment>
176
+ `;
177
+
178
+ exports[`Buttongrop - rendering the default props 1`] = `
179
+ <DocumentFragment>
180
+ <div
181
+ class="buttonGroup undefined "
182
+ data-id="ButtonGroup"
183
+ data-selector-id="buttonGroup"
184
+ data-test-id="ButtonGroup"
185
+ >
186
+ <div
187
+ class="alignleft"
188
+ />
189
+ </div>
190
+ </DocumentFragment>
191
+ `;
package/lib/Card/Card.js CHANGED
@@ -47,10 +47,10 @@ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.g
47
47
 
48
48
  /* eslint-disable react/forbid-component-props */
49
49
 
50
- /*
51
- isscroll header border change use ref
52
- scroll logic remove from here
53
- scroll logic move to virtualizer list
50
+ /*
51
+ isscroll header border change use ref
52
+ scroll logic remove from here
53
+ scroll logic move to virtualizer list
54
54
  */
55
55
 
56
56
  /* performance handling pending in card component moving to ref instead of setState */
@@ -1,20 +1,20 @@
1
- .notScroll {
2
- position: relative;
3
- }
4
- .scroll {
5
- /* background: var(--dot_white);
6
- position: relative; */
7
- }
8
- /*
9
- .scroll::after {
10
- box-shadow: 0 0 6px var(--zd_dark10);
11
- border-radius: 100px / 10px;
12
- content: '';
13
- left: var(--zd_size50);
14
- position: absolute;
15
- right: var(--zd_size50);
16
- display: block;
17
- z-index: -1;
18
- height: var(--zd_size1);
19
- bottom: 0;
20
- } */
1
+ .notScroll {
2
+ position: relative;
3
+ }
4
+ .scroll {
5
+ /* background: var(--dot_white);
6
+ position: relative; */
7
+ }
8
+ /*
9
+ .scroll::after {
10
+ box-shadow: 0 0 6px var(--zd_dark10);
11
+ border-radius: 100px / 10px;
12
+ content: '';
13
+ left: var(--zd_size50);
14
+ position: absolute;
15
+ right: var(--zd_size50);
16
+ display: block;
17
+ z-index: -1;
18
+ height: var(--zd_size1);
19
+ bottom: 0;
20
+ } */
@@ -122,8 +122,7 @@
122
122
  color: var(--zdt_datetime_invalid_text);
123
123
  }
124
124
 
125
- .invalidDate.sunday,
126
- .inActiveDate.sunday:hover {
125
+ .invalidDate.sunday,.inActiveDate.sunday:hover {
127
126
  color: var(--zdt_datetime_invaliddate_text);
128
127
  }
129
128
 
@@ -148,17 +147,15 @@
148
147
  background-color: var(--zdt_datetime_selected_bg);
149
148
  border-radius: 50%;
150
149
  }
151
-
152
- .inActiveDate {
153
- color: var(--zdt_datetime_invalid_text);
154
- cursor: no-drop;
150
+ .inActiveDate{
151
+ color: var(--zdt_datetime_invalid_text);
152
+ cursor: no-drop;
155
153
  }
156
-
157
- .inActiveDate:hover {
154
+ .inActiveDate:hover
155
+ {
158
156
  color: var(--zdt_datetime_invalid_text);
159
157
  }
160
-
161
- .inActiveDate:hover, .inActiveDate.sunday:hover {
158
+ .inActiveDate:hover, .inActiveDate.sunday:hover{
162
159
  background-color: var(--zdt_datetime_inactivedate_hover_bg);
163
160
 
164
161
  }
@@ -247,6 +244,6 @@
247
244
  .dropBox {
248
245
  width: 100% ;
249
246
  border-radius: 3px;
250
- box-shadow: var(--zd_bs_contrast_outline, 0 3px 30px var(--zdt_dropbox_default_box_shadow));
247
+ box-shadow: var(--zd_bs_dropbox_bottom);
251
248
  background-color: var(--zdt_dropbox_default_bg);
252
249
  }
@@ -1,38 +1,38 @@
1
- /* $Id */
2
- .container {
3
- position: relative;
4
- composes: offSelection from '../common/common.module.css';
5
- }
6
- .readOnly, .readOnly > input, .disabled {
7
- cursor: not-allowed;
8
- }
9
- .enabled {
10
- cursor: pointer;
11
- }
12
- .textBox {
13
- position: relative;
14
- }
15
- .inputLine {
16
- position: absolute;
17
- bottom: 0 ;
18
- transition: border var(--zd_transition2) linear 0s;
19
- border-bottom: 1px solid var(--zdt_datewidget_input_border);
20
- }
21
- [dir=ltr] .inputLine {
22
- left: 0 ;
23
- right: 0 ;
24
- }
25
- [dir=rtl] .inputLine {
26
- right: 0 ;
27
- left: 0 ;
28
- }
29
- .enabled:hover .inputLine {
30
- border-bottom-color: var(--zdt_datewidget_enabled_border);
31
- }
32
- .textBoxFocus .inputLine {
33
- border-bottom-color: var(--zdt_datewidget_textboxfocus_border);
34
- }
35
-
36
- .placeHolder input {
37
- color: var(--zdt_datewidget_placeholder_text);
38
- }
1
+ /* $Id */
2
+ .container {
3
+ position: relative;
4
+ composes: offSelection from '../common/common.module.css';
5
+ }
6
+ .readOnly, .readOnly > input, .disabled {
7
+ cursor: not-allowed;
8
+ }
9
+ .enabled {
10
+ cursor: pointer;
11
+ }
12
+ .textBox {
13
+ position: relative;
14
+ }
15
+ .inputLine {
16
+ position: absolute;
17
+ bottom: 0 ;
18
+ transition: border var(--zd_transition2) linear 0s;
19
+ border-bottom: 1px solid var(--zdt_datewidget_input_border);
20
+ }
21
+ [dir=ltr] .inputLine {
22
+ left: 0 ;
23
+ right: 0 ;
24
+ }
25
+ [dir=rtl] .inputLine {
26
+ right: 0 ;
27
+ left: 0 ;
28
+ }
29
+ .enabled:hover .inputLine {
30
+ border-bottom-color: var(--zdt_datewidget_enabled_border);
31
+ }
32
+ .textBoxFocus .inputLine {
33
+ border-bottom-color: var(--zdt_datewidget_textboxfocus_border);
34
+ }
35
+
36
+ .placeHolder input {
37
+ color: var(--zdt_datewidget_placeholder_text);
38
+ }
@@ -74,23 +74,23 @@
74
74
 
75
75
  /* shadow */
76
76
  .top_shadow {
77
- --dropbox_box_shadow: var(--zd_bs_contrast_outline, 0 -3px 30px var(--zdt_dropbox_default_box_shadow));
77
+ --dropbox_box_shadow: var(--zd_bs_dropbox_top);
78
78
  }
79
79
 
80
80
  .left_shadow {
81
- --dropbox_box_shadow: var(--zd_bs_contrast_outline, -4px 0 30px var(--zdt_dropbox_default_box_shadow));
81
+ --dropbox_box_shadow: var(--zd_bs_dropbox_left);
82
82
  }
83
83
 
84
84
  .right_shadow {
85
- --dropbox_box_shadow: var(--zd_bs_contrast_outline, 4px 0 30px var(--zdt_dropbox_default_box_shadow));
85
+ --dropbox_box_shadow: var(--zd_bs_dropbox_right);
86
86
  }
87
87
 
88
88
  .bottom_shadow {
89
- --dropbox_box_shadow: var(--zd_bs_contrast_outline, 0 3px 30px var(--zdt_dropbox_default_box_shadow));
89
+ --dropbox_box_shadow: var(--zd_bs_dropbox_bottom);
90
90
  }
91
91
 
92
92
  .defaultShadow {
93
- box-shadow: var(--zd_bs_contrast_outline, 4px 3px 30px var(--zdt_dropbox_default_box_shadow));
93
+ box-shadow: var(--zd_bs_dropbox_default);
94
94
  }
95
95
 
96
96
  /* box direction styles */
@@ -206,7 +206,7 @@
206
206
  .arrowShape {
207
207
  height: var(--zd_size10) ;
208
208
  width: var(--zd_size10) ;
209
- box-shadow: var(--zd_bs_contrast_outline, 1px -1px 2px 0 var(--dropbox_arrow_box_shadow_color));
209
+ box-shadow: 1px -1px 2px 0 var(--dropbox_arrow_box_shadow_color);
210
210
  background-color: var(--dropbox_bg_color);
211
211
  -webkit-transform: rotateZ(-45deg);
212
212
  transform: rotateZ(-45deg);
@@ -342,21 +342,17 @@
342
342
  composes: animationBasic;
343
343
  composes: fadeIn modeForward from '../../../common/animation.module.css';
344
344
  }
345
-
346
345
  .scaleIn {
347
346
  composes: animationBasic;
348
347
  composes: scaleIn from '../../../common/animation.module.css';
349
348
  }
350
-
351
349
  .bounce {
352
350
  composes: animationBasic;
353
351
  }
354
-
355
352
  [dir=ltr] .bounce {
356
353
  animation-name: animation;
357
354
  animation-timing-function: cubic-bezier(0.4, 1, 0.65, 1.1);
358
355
  }
359
-
360
356
  [dir=rtl] .bounce {
361
357
  animation-name: animation;
362
358
  animation-timing-function: cubic-bezier(0.4, 1, 0.65, 1.1);
@@ -418,7 +414,7 @@
418
414
  }
419
415
 
420
416
  .closeBar {
421
- /* Variable:Ignore */
417
+ /* Variable:Ignore */
422
418
  height: 6px;
423
419
  width: 20% ;
424
420
  border-radius: 5px;