@syncfusion/ej2-splitbuttons 25.2.3 → 26.1.35

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 (177) hide show
  1. package/.eslintrc.json +3 -2
  2. package/dist/ej2-splitbuttons.min.js +2 -2
  3. package/dist/ej2-splitbuttons.umd.min.js +2 -2
  4. package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-splitbuttons.es2015.js +29 -48
  6. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-splitbuttons.es5.js +30 -45
  8. package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
  9. package/dist/global/ej2-splitbuttons.min.js +2 -2
  10. package/dist/global/ej2-splitbuttons.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +8 -8
  13. package/src/drop-down-button/drop-down-button.js +6 -1
  14. package/src/progress-button/progress-button.js +3 -3
  15. package/src/split-button/split-button.js +2 -1
  16. package/styles/bootstrap-dark.css +302 -110
  17. package/styles/bootstrap-dark.scss +14 -4
  18. package/styles/bootstrap.css +302 -110
  19. package/styles/bootstrap.scss +14 -4
  20. package/styles/bootstrap4.css +266 -93
  21. package/styles/bootstrap4.scss +14 -4
  22. package/styles/bootstrap5-dark.css +266 -187
  23. package/styles/bootstrap5-dark.scss +14 -4
  24. package/styles/bootstrap5.css +266 -187
  25. package/styles/bootstrap5.scss +14 -4
  26. package/styles/button-group/_bootstrap-dark-definition.scss +0 -2
  27. package/styles/button-group/_bootstrap5.3-definition.scss +31 -0
  28. package/styles/button-group/_fabric-dark-definition.scss +0 -2
  29. package/styles/button-group/_fluent2-definition.scss +31 -0
  30. package/styles/button-group/_group-button-mixin.scss +21 -0
  31. package/styles/button-group/_highcontrast-light-definition.scss +0 -2
  32. package/styles/button-group/_layout.scss +5 -13
  33. package/styles/button-group/_material-dark-definition.scss +0 -2
  34. package/styles/button-group/_theme.scss +32 -85
  35. package/styles/button-group/bootstrap-dark.css +132 -70
  36. package/styles/button-group/bootstrap.css +132 -70
  37. package/styles/button-group/bootstrap4.css +108 -59
  38. package/styles/button-group/bootstrap5-dark.css +108 -59
  39. package/styles/button-group/bootstrap5.css +108 -59
  40. package/styles/button-group/fabric-dark.css +132 -70
  41. package/styles/button-group/fabric.css +137 -75
  42. package/styles/button-group/fluent-dark.css +148 -78
  43. package/styles/button-group/fluent.css +148 -78
  44. package/styles/button-group/fluent2.css +1849 -0
  45. package/styles/button-group/fluent2.scss +4 -0
  46. package/styles/button-group/highcontrast-light.css +132 -70
  47. package/styles/button-group/highcontrast.css +132 -70
  48. package/styles/button-group/material-dark.css +146 -77
  49. package/styles/button-group/material.css +148 -78
  50. package/styles/button-group/material3-dark.css +190 -90
  51. package/styles/button-group/material3.css +190 -90
  52. package/styles/button-group/tailwind-dark.css +130 -70
  53. package/styles/button-group/tailwind.css +130 -70
  54. package/styles/drop-down-button/_bds-definition.scss +5 -5
  55. package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -3
  56. package/styles/drop-down-button/_bootstrap5-definition.scss +0 -1
  57. package/styles/drop-down-button/_bootstrap5.3-definition.scss +49 -0
  58. package/styles/drop-down-button/_fabric-dark-definition.scss +0 -3
  59. package/styles/drop-down-button/_fluent-definition.scss +0 -1
  60. package/styles/drop-down-button/_fluent2-definition.scss +48 -0
  61. package/styles/drop-down-button/_fusionnew-definition.scss +0 -1
  62. package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -3
  63. package/styles/drop-down-button/_layout.scss +51 -6
  64. package/styles/drop-down-button/_material-dark-definition.scss +0 -3
  65. package/styles/drop-down-button/_material3-definition.scss +0 -1
  66. package/styles/drop-down-button/_tailwind-definition.scss +0 -1
  67. package/styles/drop-down-button/_theme.scss +8 -8
  68. package/styles/drop-down-button/bootstrap-dark.css +27 -14
  69. package/styles/drop-down-button/bootstrap.css +27 -14
  70. package/styles/drop-down-button/bootstrap4.css +23 -12
  71. package/styles/drop-down-button/bootstrap5-dark.css +23 -12
  72. package/styles/drop-down-button/bootstrap5.css +23 -12
  73. package/styles/drop-down-button/fabric-dark.css +27 -14
  74. package/styles/drop-down-button/fabric.css +27 -14
  75. package/styles/drop-down-button/fluent-dark.css +27 -14
  76. package/styles/drop-down-button/fluent.css +27 -14
  77. package/styles/drop-down-button/fluent2.css +1308 -0
  78. package/styles/drop-down-button/fluent2.scss +6 -0
  79. package/styles/drop-down-button/highcontrast-light.css +27 -14
  80. package/styles/drop-down-button/highcontrast.css +27 -14
  81. package/styles/drop-down-button/icons/_bootstrap5.3.scss +10 -0
  82. package/styles/drop-down-button/icons/_fluent2.scss +10 -0
  83. package/styles/drop-down-button/material-dark.css +27 -14
  84. package/styles/drop-down-button/material.css +27 -14
  85. package/styles/drop-down-button/material3-dark.css +33 -17
  86. package/styles/drop-down-button/material3.css +33 -17
  87. package/styles/drop-down-button/tailwind-dark.css +27 -14
  88. package/styles/drop-down-button/tailwind.css +27 -14
  89. package/styles/fabric-dark.css +302 -110
  90. package/styles/fabric-dark.scss +14 -4
  91. package/styles/fabric.css +307 -115
  92. package/styles/fabric.scss +14 -4
  93. package/styles/fluent-dark.css +310 -115
  94. package/styles/fluent-dark.scss +14 -4
  95. package/styles/fluent.css +310 -115
  96. package/styles/fluent.scss +14 -4
  97. package/styles/fluent2.css +3072 -0
  98. package/styles/fluent2.scss +14 -0
  99. package/styles/highcontrast-light.css +302 -110
  100. package/styles/highcontrast-light.scss +14 -4
  101. package/styles/highcontrast.css +302 -110
  102. package/styles/highcontrast.scss +14 -4
  103. package/styles/material-dark.css +316 -117
  104. package/styles/material-dark.scss +14 -4
  105. package/styles/material.css +318 -118
  106. package/styles/material.scss +14 -4
  107. package/styles/material3-dark.css +396 -147
  108. package/styles/material3-dark.scss +14 -4
  109. package/styles/material3.css +392 -145
  110. package/styles/material3.scss +14 -4
  111. package/styles/progress-button/_bootstrap-dark-definition.scss +0 -3
  112. package/styles/progress-button/_bootstrap5-definition.scss +0 -1
  113. package/styles/progress-button/_bootstrap5.3-definition.scss +20 -0
  114. package/styles/progress-button/_fabric-dark-definition.scss +0 -3
  115. package/styles/progress-button/_fluent-definition.scss +0 -1
  116. package/styles/progress-button/_fluent2-definition.scss +26 -0
  117. package/styles/progress-button/_fusionnew-definition.scss +0 -1
  118. package/styles/progress-button/_layout.scss +0 -2
  119. package/styles/progress-button/_material-dark-definition.scss +0 -3
  120. package/styles/progress-button/_material3-definition.scss +0 -1
  121. package/styles/progress-button/_tailwind-definition.scss +0 -1
  122. package/styles/progress-button/_theme.scss +115 -50
  123. package/styles/progress-button/bootstrap-dark.css +118 -13
  124. package/styles/progress-button/bootstrap.css +118 -13
  125. package/styles/progress-button/bootstrap4.css +118 -13
  126. package/styles/progress-button/bootstrap5-dark.css +118 -106
  127. package/styles/progress-button/bootstrap5.css +118 -106
  128. package/styles/progress-button/fabric-dark.css +118 -13
  129. package/styles/progress-button/fabric.css +118 -13
  130. package/styles/progress-button/fluent-dark.css +118 -13
  131. package/styles/progress-button/fluent.css +118 -13
  132. package/styles/progress-button/fluent2.css +1636 -0
  133. package/styles/progress-button/fluent2.scss +5 -0
  134. package/styles/progress-button/highcontrast-light.css +118 -13
  135. package/styles/progress-button/highcontrast.css +118 -13
  136. package/styles/progress-button/material-dark.css +118 -13
  137. package/styles/progress-button/material.css +118 -13
  138. package/styles/progress-button/material3-dark.css +119 -14
  139. package/styles/progress-button/material3.css +119 -14
  140. package/styles/progress-button/tailwind-dark.css +118 -13
  141. package/styles/progress-button/tailwind.css +118 -13
  142. package/styles/split-button/_bds-definition.scss +0 -1
  143. package/styles/split-button/_bootstrap-dark-definition.scss +0 -3
  144. package/styles/split-button/_bootstrap4-definition.scss +0 -3
  145. package/styles/split-button/_bootstrap5-definition.scss +0 -1
  146. package/styles/split-button/_bootstrap5.3-definition.scss +23 -0
  147. package/styles/split-button/_fabric-dark-definition.scss +0 -3
  148. package/styles/split-button/_fluent-definition.scss +0 -1
  149. package/styles/split-button/_fluent2-definition.scss +23 -0
  150. package/styles/split-button/_fusionnew-definition.scss +0 -1
  151. package/styles/split-button/_highcontrast-light-definition.scss +0 -3
  152. package/styles/split-button/_layout.scss +16 -4
  153. package/styles/split-button/_theme.scss +0 -2
  154. package/styles/split-button/bootstrap-dark.css +25 -13
  155. package/styles/split-button/bootstrap.css +25 -13
  156. package/styles/split-button/bootstrap4.css +17 -9
  157. package/styles/split-button/bootstrap5-dark.css +17 -9
  158. package/styles/split-button/bootstrap5.css +17 -9
  159. package/styles/split-button/fabric-dark.css +25 -13
  160. package/styles/split-button/fabric.css +25 -13
  161. package/styles/split-button/fluent-dark.css +17 -9
  162. package/styles/split-button/fluent.css +17 -9
  163. package/styles/split-button/fluent2.css +1379 -0
  164. package/styles/split-button/fluent2.scss +6 -0
  165. package/styles/split-button/highcontrast-light.css +25 -13
  166. package/styles/split-button/highcontrast.css +25 -13
  167. package/styles/split-button/material-dark.css +25 -13
  168. package/styles/split-button/material.css +25 -13
  169. package/styles/split-button/material3-dark.css +57 -28
  170. package/styles/split-button/material3.css +53 -26
  171. package/styles/split-button/tailwind-dark.css +25 -13
  172. package/styles/split-button/tailwind.css +25 -13
  173. package/styles/tailwind-dark.css +300 -111
  174. package/styles/tailwind-dark.scss +14 -4
  175. package/styles/tailwind.css +300 -111
  176. package/styles/tailwind.scss +14 -4
  177. package/CHANGELOG.md +0 -367
@@ -4,24 +4,27 @@
4
4
  content: "\e70d";
5
5
  }
6
6
 
7
- /*! drop-down button layout */
8
7
  .e-dropdown-btn,
9
8
  .e-dropdown-btn.e-btn {
10
- box-shadow: none;
9
+ -webkit-box-shadow: none;
10
+ box-shadow: none;
11
11
  text-transform: none;
12
12
  white-space: normal;
13
13
  }
14
14
  .e-dropdown-btn:hover,
15
15
  .e-dropdown-btn.e-btn:hover {
16
- box-shadow: none;
16
+ -webkit-box-shadow: none;
17
+ box-shadow: none;
17
18
  }
18
19
  .e-dropdown-btn:focus,
19
20
  .e-dropdown-btn.e-btn:focus {
20
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
21
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
22
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
21
23
  }
22
24
  .e-dropdown-btn:active,
23
25
  .e-dropdown-btn.e-btn:active {
24
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
26
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
27
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
25
28
  }
26
29
  .e-dropdown-btn .e-btn-icon,
27
30
  .e-dropdown-btn.e-btn .e-btn-icon {
@@ -53,7 +56,6 @@
53
56
  line-height: 1;
54
57
  padding: 6px 12px;
55
58
  }
56
-
57
59
  .e-bigger .e-dropdown-btn .e-btn-icon,
58
60
  .e-bigger.e-dropdown-btn .e-btn-icon {
59
61
  font-size: 16px;
@@ -81,8 +83,10 @@
81
83
  .e-dropdown-popup ul {
82
84
  border: 1px solid #4b5563;
83
85
  border-radius: 4px;
84
- box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
85
- box-sizing: border-box;
86
+ -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
87
+ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
88
+ -webkit-box-sizing: border-box;
89
+ box-sizing: border-box;
86
90
  font-size: 14px;
87
91
  font-weight: 400;
88
92
  list-style-image: none;
@@ -93,18 +97,23 @@
93
97
  overflow: hidden;
94
98
  padding: 4px 0;
95
99
  -webkit-user-select: none;
100
+ -moz-user-select: none;
96
101
  -ms-user-select: none;
97
102
  user-select: none;
98
103
  white-space: nowrap;
99
104
  }
100
105
  .e-dropdown-popup ul .e-item {
101
106
  cursor: pointer;
107
+ display: -webkit-box;
102
108
  display: -ms-flexbox;
103
109
  display: flex;
104
110
  height: 30px;
105
111
  line-height: 30px;
106
112
  padding: 0 12px;
107
113
  }
114
+ .e-dropdown-popup ul .e-item.e-separator {
115
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
116
+ }
108
117
  .e-dropdown-popup ul .e-item.e-url {
109
118
  padding: 0;
110
119
  }
@@ -137,7 +146,8 @@
137
146
  }
138
147
  .e-dropdown-popup.e-transparent {
139
148
  background: transparent;
140
- box-shadow: none;
149
+ -webkit-box-shadow: none;
150
+ box-shadow: none;
141
151
  }
142
152
  .e-dropdown-popup.e-transparent .e-dropdown-menu {
143
153
  border: 0;
@@ -160,7 +170,8 @@
160
170
 
161
171
  *.e-bigger .e-dropdown-popup ul,
162
172
  *.e-bigger.e-dropdown-popup ul {
163
- box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
173
+ -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
174
+ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
164
175
  font-size: 16px;
165
176
  max-width: 202px;
166
177
  min-width: 112px;
@@ -189,7 +200,6 @@
189
200
  line-height: normal;
190
201
  }
191
202
 
192
- /*! drop-down button theme */
193
203
  .e-dropdown-popup {
194
204
  background: #374151;
195
205
  color: #fff;
@@ -202,7 +212,8 @@
202
212
  }
203
213
  .e-dropdown-popup ul .e-item.e-focused {
204
214
  background: #4b5563;
205
- box-shadow: none;
215
+ -webkit-box-shadow: none;
216
+ box-shadow: none;
206
217
  }
207
218
  .e-dropdown-popup ul .e-item:hover {
208
219
  background: #4b5563;
@@ -226,7 +237,8 @@
226
237
  .e-dropdown-btn.e-btn.e-inherit {
227
238
  background: inherit;
228
239
  border-color: transparent;
229
- box-shadow: none;
240
+ -webkit-box-shadow: none;
241
+ box-shadow: none;
230
242
  color: inherit;
231
243
  }
232
244
  .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
@@ -236,16 +248,18 @@
236
248
  .e-dropdown-btn.e-btn.e-inherit.e-active {
237
249
  background: rgba(0, 0, 0, 0.056);
238
250
  border-color: transparent;
239
- box-shadow: none;
251
+ -webkit-box-shadow: none;
252
+ box-shadow: none;
240
253
  color: inherit;
241
254
  }
242
255
 
243
- /* stylelint-disable-line no-empty-source */
244
- /*! splitbutton layout */
245
256
  .e-split-btn-wrapper {
257
+ display: -webkit-inline-box;
246
258
  display: -ms-inline-flexbox;
247
259
  display: inline-flex;
248
260
  white-space: nowrap;
261
+ width: -webkit-min-content;
262
+ width: -moz-min-content;
249
263
  width: min-content;
250
264
  }
251
265
  .e-split-btn-wrapper .e-split-btn {
@@ -262,14 +276,17 @@
262
276
  outline-offset: 0;
263
277
  }
264
278
  .e-split-btn-wrapper .e-split-btn:hover {
265
- box-shadow: none;
279
+ -webkit-box-shadow: none;
280
+ box-shadow: none;
266
281
  }
267
282
  .e-split-btn-wrapper .e-split-btn:focus {
268
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
283
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
284
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
269
285
  z-index: 2;
270
286
  }
271
287
  .e-split-btn-wrapper .e-split-btn:active {
272
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
288
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
289
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
273
290
  z-index: 2;
274
291
  }
275
292
  .e-split-btn-wrapper .e-split-btn.e-top-icon-btn {
@@ -302,10 +319,12 @@
302
319
  z-index: 1;
303
320
  }
304
321
  .e-split-btn-wrapper .e-dropdown-btn:focus, .e-split-btn-wrapper .e-dropdown-btn:hover {
305
- box-shadow: none;
322
+ -webkit-box-shadow: none;
323
+ box-shadow: none;
306
324
  }
307
325
  .e-split-btn-wrapper .e-dropdown-btn:active {
308
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
326
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
327
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
309
328
  z-index: 2;
310
329
  }
311
330
  .e-split-btn-wrapper .e-dropdown-btn:disabled:focus, .e-split-btn-wrapper .e-dropdown-btn:disabled:hover, .e-split-btn-wrapper .e-dropdown-btn:disabled:active {
@@ -315,24 +334,30 @@
315
334
  outline-offset: 0;
316
335
  }
317
336
  .e-split-btn-wrapper .e-btn {
318
- box-shadow: none;
337
+ -webkit-box-shadow: none;
338
+ box-shadow: none;
319
339
  }
320
340
  .e-split-btn-wrapper .e-btn:hover {
321
- box-shadow: none;
341
+ -webkit-box-shadow: none;
342
+ box-shadow: none;
322
343
  }
323
344
  .e-split-btn-wrapper .e-btn:focus {
324
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
345
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
346
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
325
347
  z-index: 2;
326
348
  }
327
349
  .e-split-btn-wrapper .e-btn:active {
328
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
350
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
351
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
329
352
  z-index: 2;
330
353
  }
331
354
  .e-split-btn-wrapper .e-btn:disabled {
332
- box-shadow: none;
355
+ -webkit-box-shadow: none;
356
+ box-shadow: none;
333
357
  }
334
358
  .e-split-btn-wrapper .e-btn.e-inherit:focus, .e-split-btn-wrapper .e-btn.e-inherit:active {
335
- box-shadow: none;
359
+ -webkit-box-shadow: none;
360
+ box-shadow: none;
336
361
  }
337
362
  .e-split-btn-wrapper.e-rtl .e-split-btn {
338
363
  border-bottom-left-radius: 0;
@@ -486,7 +511,6 @@
486
511
  padding-top: 0;
487
512
  }
488
513
 
489
- /*! splitbutton theme */
490
514
  .e-split-btn-wrapper .e-split-btn {
491
515
  border-right-color: #6b7280;
492
516
  }
@@ -588,11 +612,14 @@
588
612
  /* stylelint-disable */
589
613
  *.e-btn-group,
590
614
  *.e-css.e-btn-group {
615
+ display: -webkit-inline-box;
591
616
  display: -ms-inline-flexbox;
592
617
  display: inline-flex;
593
618
  border-radius: 4px;
594
- -ms-flex-direction: row;
595
- flex-direction: row;
619
+ -webkit-box-orient: horizontal;
620
+ -webkit-box-direction: normal;
621
+ -ms-flex-direction: row;
622
+ flex-direction: row;
596
623
  position: relative;
597
624
  }
598
625
  *.e-btn-group input:focus + label.e-btn,
@@ -635,8 +662,9 @@
635
662
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
636
663
  border-radius: 0;
637
664
  }
638
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
639
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
665
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type, *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
666
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
667
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
640
668
  border-bottom-right-radius: 0;
641
669
  border-top-right-radius: 0;
642
670
  }
@@ -645,11 +673,6 @@
645
673
  border-bottom-left-radius: 0;
646
674
  border-top-left-radius: 0;
647
675
  }
648
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
649
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
650
- border-bottom-right-radius: 0;
651
- border-top-right-radius: 0;
652
- }
653
676
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
654
677
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
655
678
  border-bottom-left-radius: 0;
@@ -683,8 +706,9 @@
683
706
  *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
684
707
  border-radius: 0;
685
708
  }
686
- *.e-btn-group.e-rtl .e-btn:first-of-type,
687
- *.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
709
+ *.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
710
+ *.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
711
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
688
712
  border-bottom-left-radius: 0;
689
713
  border-top-left-radius: 0;
690
714
  }
@@ -693,11 +717,6 @@
693
717
  border-bottom-right-radius: 0;
694
718
  border-top-right-radius: 0;
695
719
  }
696
- *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
697
- *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
698
- border-bottom-left-radius: 0;
699
- border-top-left-radius: 0;
700
- }
701
720
  *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
702
721
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
703
722
  border-bottom-right-radius: 0;
@@ -725,8 +744,10 @@
725
744
  }
726
745
  *.e-btn-group.e-vertical,
727
746
  *.e-css.e-btn-group.e-vertical {
728
- -ms-flex-direction: column;
729
- flex-direction: column;
747
+ -webkit-box-orient: vertical;
748
+ -webkit-box-direction: normal;
749
+ -ms-flex-direction: column;
750
+ flex-direction: column;
730
751
  }
731
752
  *.e-btn-group.e-vertical input,
732
753
  *.e-css.e-btn-group.e-vertical input {
@@ -833,123 +854,163 @@
833
854
  /* stylelint-disable */
834
855
  .e-btn-group:not(.e-outline),
835
856
  .e-css.e-btn-group:not(.e-outline) {
836
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
857
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
858
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
837
859
  }
838
860
  .e-btn-group .e-btn:hover,
839
861
  .e-css.e-btn-group .e-btn:hover {
840
- box-shadow: none;
862
+ -webkit-box-shadow: none;
863
+ box-shadow: none;
841
864
  }
842
865
  .e-btn-group .e-btn:focus,
843
866
  .e-btn-group input:focus-visible + label.e-btn,
867
+ .e-btn-group input:focus + label.e-btn,
844
868
  .e-css.e-btn-group .e-btn:focus,
845
- .e-css.e-btn-group input:focus-visible + label.e-btn {
869
+ .e-css.e-btn-group input:focus-visible + label.e-btn,
870
+ .e-css.e-btn-group input:focus + label.e-btn {
846
871
  background: #374151;
847
872
  border-color: #6b7280;
848
873
  color: #fff;
849
874
  outline: #1f2937 0 solid;
850
875
  outline-offset: 0;
851
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
876
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
877
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
852
878
  outline-color: inherit;
853
879
  }
854
880
  .e-btn-group .e-btn:focus.e-primary,
855
881
  .e-btn-group input:focus-visible + label.e-btn.e-primary,
882
+ .e-btn-group input:focus + label.e-btn.e-primary,
856
883
  .e-css.e-btn-group .e-btn:focus.e-primary,
857
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary {
884
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
885
+ .e-css.e-btn-group input:focus + label.e-btn.e-primary {
858
886
  background: #06b6d4;
859
887
  border-color: #22d3ee;
860
888
  color: #000;
861
889
  outline: #1f2937 0 solid;
862
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
890
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
891
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
863
892
  outline-color: inherit;
864
893
  }
865
894
  .e-btn-group .e-btn:focus.e-success,
866
895
  .e-btn-group input:focus-visible + label.e-btn.e-success,
896
+ .e-btn-group input:focus + label.e-btn.e-success,
867
897
  .e-css.e-btn-group .e-btn:focus.e-success,
868
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-success {
898
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
899
+ .e-css.e-btn-group input:focus + label.e-btn.e-success {
869
900
  background: #16a34a;
870
901
  border-color: #22c55e;
871
902
  color: #000;
872
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
903
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
904
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
873
905
  outline-color: inherit;
874
906
  }
875
907
  .e-btn-group .e-btn:focus.e-info,
876
908
  .e-btn-group input:focus-visible + label.e-btn.e-info,
909
+ .e-btn-group input:focus + label.e-btn.e-info,
877
910
  .e-css.e-btn-group .e-btn:focus.e-info,
878
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-info {
911
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
912
+ .e-css.e-btn-group input:focus + label.e-btn.e-info {
879
913
  background: #0284c7;
880
914
  border-color: #0ea5e9;
881
915
  color: #fff;
882
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
916
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
917
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
883
918
  outline-color: inherit;
884
919
  }
885
920
  .e-btn-group .e-btn:focus.e-warning,
886
921
  .e-btn-group input:focus-visible + label.e-btn.e-warning,
922
+ .e-btn-group input:focus + label.e-btn.e-warning,
887
923
  .e-css.e-btn-group .e-btn:focus.e-warning,
888
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning {
924
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
925
+ .e-css.e-btn-group input:focus + label.e-btn.e-warning {
889
926
  background: #c2410c;
890
927
  border-color: #ea580c;
891
928
  color: #fff;
892
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
929
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
930
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
893
931
  outline-color: inherit;
894
932
  }
895
933
  .e-btn-group .e-btn:focus.e-danger,
896
934
  .e-btn-group input:focus-visible + label.e-btn.e-danger,
935
+ .e-btn-group input:focus + label.e-btn.e-danger,
897
936
  .e-css.e-btn-group .e-btn:focus.e-danger,
898
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger {
937
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
938
+ .e-css.e-btn-group input:focus + label.e-btn.e-danger {
899
939
  background: #ef4444;
900
940
  border-color: #f87171;
901
941
  color: #000;
902
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
942
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
943
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
903
944
  outline-color: inherit;
904
945
  }
905
946
  .e-btn-group .e-btn:focus.e-link,
906
947
  .e-btn-group input:focus-visible + label.e-btn.e-link,
948
+ .e-btn-group input:focus + label.e-btn.e-link,
907
949
  .e-css.e-btn-group .e-btn:focus.e-link,
908
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-link {
950
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
951
+ .e-css.e-btn-group input:focus + label.e-btn.e-link {
909
952
  border-radius: 0;
910
953
  text-decoration: underline;
911
954
  color: #67e8f9;
912
955
  background-color: transparent;
913
956
  border-color: transparent;
914
- box-shadow: none;
957
+ -webkit-box-shadow: none;
958
+ box-shadow: none;
915
959
  outline: none;
916
960
  }
917
961
  .e-btn-group .e-btn:focus.e-outline,
918
962
  .e-btn-group input:focus-visible + label.e-btn.e-outline,
963
+ .e-btn-group input:focus + label.e-btn.e-outline,
919
964
  .e-css.e-btn-group .e-btn:focus.e-outline,
920
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline {
921
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
922
- box-shadow: none;
965
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
966
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline {
967
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
968
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
923
969
  }
924
970
  .e-btn-group .e-btn:focus.e-outline.e-primary,
925
971
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
972
+ .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
926
973
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
927
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary {
928
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
974
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
975
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
976
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
977
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
929
978
  }
930
979
  .e-btn-group .e-btn:focus.e-outline.e-success,
931
980
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
981
+ .e-btn-group input:focus + label.e-btn.e-outline.e-success,
932
982
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
933
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success {
934
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
983
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
984
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
985
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
986
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
935
987
  }
936
988
  .e-btn-group .e-btn:focus.e-outline.e-info,
937
989
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
990
+ .e-btn-group input:focus + label.e-btn.e-outline.e-info,
938
991
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
939
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info {
940
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
992
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
993
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
994
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
995
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
941
996
  }
942
997
  .e-btn-group .e-btn:focus.e-outline.e-warning,
943
998
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
999
+ .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
944
1000
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
945
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning {
946
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
1001
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
1002
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
1003
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
1004
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
947
1005
  }
948
1006
  .e-btn-group .e-btn:focus.e-outline.e-danger,
949
1007
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
1008
+ .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
950
1009
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
951
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger {
952
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
1010
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
1011
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
1012
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
1013
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
953
1014
  }
954
1015
  .e-btn-group .e-btn:active,
955
1016
  .e-btn-group input:active + label.e-btn,
@@ -973,7 +1034,8 @@
973
1034
  border-color: #67e8f9;
974
1035
  color: #000;
975
1036
  outline: #1f2937 0 solid;
976
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1037
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1038
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
977
1039
  }
978
1040
  .e-btn-group .e-btn:active.e-success,
979
1041
  .e-btn-group input:active + label.e-btn.e-success,
@@ -984,7 +1046,8 @@
984
1046
  background: #4ade80;
985
1047
  border-color: #4ade80;
986
1048
  color: #000;
987
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1049
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1050
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
988
1051
  }
989
1052
  .e-btn-group .e-btn:active.e-info,
990
1053
  .e-btn-group input:active + label.e-btn.e-info,
@@ -995,7 +1058,8 @@
995
1058
  background: #38bdf8;
996
1059
  color: #000;
997
1060
  border-color: #38bdf8;
998
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1061
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1062
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
999
1063
  }
1000
1064
  .e-btn-group .e-btn:active.e-warning,
1001
1065
  .e-btn-group input:active + label.e-btn.e-warning,
@@ -1006,7 +1070,8 @@
1006
1070
  background: #f97316;
1007
1071
  border-color: #f97316;
1008
1072
  color: #000;
1009
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1073
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1074
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1010
1075
  }
1011
1076
  .e-btn-group .e-btn:active.e-danger,
1012
1077
  .e-btn-group input:active + label.e-btn.e-danger,
@@ -1017,7 +1082,8 @@
1017
1082
  background: #dc2626;
1018
1083
  border-color: #dc2626;
1019
1084
  color: #fff;
1020
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1085
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1086
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1021
1087
  }
1022
1088
  .e-btn-group .e-btn:active.e-outline,
1023
1089
  .e-btn-group input:active + label.e-btn.e-outline,
@@ -1027,7 +1093,8 @@
1027
1093
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
1028
1094
  background: #4b5563;
1029
1095
  border-color: #6b7280;
1030
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1096
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1097
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1031
1098
  color: #fff;
1032
1099
  }
1033
1100
  .e-btn-group .e-btn:active.e-outline.e-primary,
@@ -1038,7 +1105,8 @@
1038
1105
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
1039
1106
  background: #67e8f9;
1040
1107
  border-color: #22d3ee;
1041
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1108
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1109
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1042
1110
  color: #000;
1043
1111
  }
1044
1112
  .e-btn-group .e-btn:active.e-outline.e-success,
@@ -1049,7 +1117,8 @@
1049
1117
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
1050
1118
  background: #4ade80;
1051
1119
  border-color: #4ade80;
1052
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1120
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1121
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1053
1122
  color: #000;
1054
1123
  }
1055
1124
  .e-btn-group .e-btn:active.e-outline.e-info,
@@ -1060,7 +1129,8 @@
1060
1129
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
1061
1130
  background: #38bdf8;
1062
1131
  border-color: #38bdf8;
1063
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1132
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1133
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1064
1134
  color: #000;
1065
1135
  }
1066
1136
  .e-btn-group .e-btn:active.e-outline.e-warning,
@@ -1071,7 +1141,8 @@
1071
1141
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
1072
1142
  background: #f97316;
1073
1143
  border-color: #f97316;
1074
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1144
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1145
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1075
1146
  color: #000;
1076
1147
  }
1077
1148
  .e-btn-group .e-btn:active.e-outline.e-danger,
@@ -1082,7 +1153,8 @@
1082
1153
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
1083
1154
  background: #dc2626;
1084
1155
  border-color: #dc2626;
1085
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1156
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1157
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1086
1158
  color: #fff;
1087
1159
  }
1088
1160
  .e-btn-group .e-btn:disabled,
@@ -1091,7 +1163,8 @@
1091
1163
  .e-css.e-btn-group input:disabled + label.e-btn {
1092
1164
  background-color: #1f2937;
1093
1165
  border-color: #374151;
1094
- box-shadow: none;
1166
+ -webkit-box-shadow: none;
1167
+ box-shadow: none;
1095
1168
  color: #6b7280;
1096
1169
  border-color: #6b7280;
1097
1170
  }
@@ -1101,7 +1174,8 @@
1101
1174
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
1102
1175
  background: #155e75;
1103
1176
  border-color: #155e75;
1104
- box-shadow: none;
1177
+ -webkit-box-shadow: none;
1178
+ box-shadow: none;
1105
1179
  color: #000;
1106
1180
  border-color: #22d3ee;
1107
1181
  }
@@ -1111,7 +1185,8 @@
1111
1185
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
1112
1186
  background: #15803d;
1113
1187
  border-color: #15803d;
1114
- box-shadow: none;
1188
+ -webkit-box-shadow: none;
1189
+ box-shadow: none;
1115
1190
  color: #000;
1116
1191
  border-color: #22c55e;
1117
1192
  }
@@ -1121,7 +1196,8 @@
1121
1196
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
1122
1197
  background: #075985;
1123
1198
  border-color: #075985;
1124
- box-shadow: none;
1199
+ -webkit-box-shadow: none;
1200
+ box-shadow: none;
1125
1201
  color: #000;
1126
1202
  border-color: #0ea5e9;
1127
1203
  }
@@ -1131,7 +1207,8 @@
1131
1207
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
1132
1208
  background: #9a3412;
1133
1209
  border-color: #9a3412;
1134
- box-shadow: none;
1210
+ -webkit-box-shadow: none;
1211
+ box-shadow: none;
1135
1212
  color: #000;
1136
1213
  border-color: #ea580c;
1137
1214
  }
@@ -1141,7 +1218,8 @@
1141
1218
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
1142
1219
  background: #991b1b;
1143
1220
  border-color: #991b1b;
1144
- box-shadow: none;
1221
+ -webkit-box-shadow: none;
1222
+ box-shadow: none;
1145
1223
  color: #000;
1146
1224
  border-color: #f87171;
1147
1225
  }
@@ -1151,7 +1229,8 @@
1151
1229
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
1152
1230
  color: #6b7280;
1153
1231
  background: transparent;
1154
- box-shadow: none;
1232
+ -webkit-box-shadow: none;
1233
+ box-shadow: none;
1155
1234
  text-decoration: none;
1156
1235
  border-color: transparent;
1157
1236
  }
@@ -1170,7 +1249,8 @@
1170
1249
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1171
1250
  background: transparent;
1172
1251
  border-color: rgba(34, 211, 238, 0.65);
1173
- box-shadow: none;
1252
+ -webkit-box-shadow: none;
1253
+ box-shadow: none;
1174
1254
  color: rgba(34, 211, 238, 0.65);
1175
1255
  border-color: #22d3ee;
1176
1256
  }
@@ -1180,7 +1260,8 @@
1180
1260
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
1181
1261
  background: transparent;
1182
1262
  border-color: rgba(34, 197, 94, 0.65);
1183
- box-shadow: none;
1263
+ -webkit-box-shadow: none;
1264
+ box-shadow: none;
1184
1265
  color: rgba(34, 197, 94, 0.65);
1185
1266
  border-color: #22c55e;
1186
1267
  }
@@ -1190,7 +1271,8 @@
1190
1271
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
1191
1272
  background: transparent;
1192
1273
  border-color: rgba(14, 165, 233, 0.65);
1193
- box-shadow: none;
1274
+ -webkit-box-shadow: none;
1275
+ box-shadow: none;
1194
1276
  color: rgba(56, 189, 248, 0.65);
1195
1277
  border-color: #0ea5e9;
1196
1278
  }
@@ -1200,7 +1282,8 @@
1200
1282
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
1201
1283
  background: transparent;
1202
1284
  border-color: rgba(234, 88, 12, 0.65);
1203
- box-shadow: none;
1285
+ -webkit-box-shadow: none;
1286
+ box-shadow: none;
1204
1287
  color: rgba(249, 115, 22, 0.65);
1205
1288
  border-color: #ea580c;
1206
1289
  }
@@ -1210,7 +1293,8 @@
1210
1293
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
1211
1294
  background: transparent;
1212
1295
  border-color: rgba(248, 113, 113, 0.65);
1213
- box-shadow: none;
1296
+ -webkit-box-shadow: none;
1297
+ box-shadow: none;
1214
1298
  color: rgba(248, 113, 113, 0.65);
1215
1299
  border-color: #f87171;
1216
1300
  }
@@ -1325,23 +1409,46 @@
1325
1409
  outline-color: inherit;
1326
1410
  }
1327
1411
  /* stylelint-disable property-no-vendor-prefix */
1412
+ @-webkit-keyframes material-spinner-rotate {
1413
+ 0% {
1414
+ -webkit-transform: rotate(0);
1415
+ transform: rotate(0);
1416
+ }
1417
+ 100% {
1418
+ -webkit-transform: rotate(360deg);
1419
+ transform: rotate(360deg);
1420
+ }
1421
+ }
1328
1422
  @keyframes material-spinner-rotate {
1329
1423
  0% {
1424
+ -webkit-transform: rotate(0);
1330
1425
  transform: rotate(0);
1331
1426
  }
1332
1427
  100% {
1428
+ -webkit-transform: rotate(360deg);
1429
+ transform: rotate(360deg);
1430
+ }
1431
+ }
1432
+ @-webkit-keyframes fabric-spinner-rotate {
1433
+ 0% {
1434
+ -webkit-transform: rotate(0);
1435
+ transform: rotate(0);
1436
+ }
1437
+ 100% {
1438
+ -webkit-transform: rotate(360deg);
1333
1439
  transform: rotate(360deg);
1334
1440
  }
1335
1441
  }
1336
1442
  @keyframes fabric-spinner-rotate {
1337
1443
  0% {
1444
+ -webkit-transform: rotate(0);
1338
1445
  transform: rotate(0);
1339
1446
  }
1340
1447
  100% {
1448
+ -webkit-transform: rotate(360deg);
1341
1449
  transform: rotate(360deg);
1342
1450
  }
1343
1451
  }
1344
- /*! Progress Button Layout */
1345
1452
  .e-progress-btn {
1346
1453
  position: relative;
1347
1454
  }
@@ -1351,9 +1458,11 @@
1351
1458
  opacity: 0;
1352
1459
  position: absolute;
1353
1460
  top: 0;
1461
+ -webkit-transition: opacity 0.3s linear;
1354
1462
  transition: opacity 0.3s linear;
1355
1463
  }
1356
1464
  .e-progress-btn .e-spinner {
1465
+ -webkit-transition: all 0.3s linear;
1357
1466
  transition: all 0.3s linear;
1358
1467
  }
1359
1468
  .e-progress-btn .e-btn-content {
@@ -1386,6 +1495,7 @@
1386
1495
  opacity: 0;
1387
1496
  }
1388
1497
  .e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom {
1498
+ -webkit-transition: padding 0.3s linear;
1389
1499
  transition: padding 0.3s linear;
1390
1500
  }
1391
1501
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content,
@@ -1395,10 +1505,12 @@
1395
1505
  line-height: 1;
1396
1506
  }
1397
1507
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner {
1508
+ display: -webkit-box;
1398
1509
  display: -ms-flexbox;
1399
1510
  display: flex;
1400
- -ms-flex-pack: center;
1401
- justify-content: center;
1511
+ -webkit-box-pack: center;
1512
+ -ms-flex-pack: center;
1513
+ justify-content: center;
1402
1514
  }
1403
1515
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
1404
1516
  padding-right: 12px;
@@ -1484,21 +1596,35 @@
1484
1596
  left: auto;
1485
1597
  position: relative;
1486
1598
  top: auto;
1487
- transform: none;
1599
+ -webkit-transform: none;
1600
+ transform: none;
1488
1601
  }
1489
1602
  .e-progress-btn .e-cont-animate {
1490
- -ms-flex-align: center;
1491
- align-items: center;
1603
+ -webkit-box-align: center;
1604
+ -ms-flex-align: center;
1605
+ align-items: center;
1606
+ display: -webkit-inline-box;
1492
1607
  display: -ms-inline-flexbox;
1493
1608
  display: inline-flex;
1494
1609
  height: 100%;
1495
- -ms-flex-pack: center;
1496
- justify-content: center;
1610
+ -webkit-box-pack: center;
1611
+ -ms-flex-pack: center;
1612
+ justify-content: center;
1497
1613
  left: 0;
1498
1614
  position: absolute;
1499
1615
  top: 0;
1500
1616
  width: 100%;
1501
1617
  }
1618
+ @-webkit-keyframes ProgressSlideLeft {
1619
+ from {
1620
+ left: 0%;
1621
+ opacity: 1;
1622
+ }
1623
+ to {
1624
+ left: -100%;
1625
+ opacity: 0;
1626
+ }
1627
+ }
1502
1628
  @keyframes ProgressSlideLeft {
1503
1629
  from {
1504
1630
  left: 0%;
@@ -1509,6 +1635,16 @@
1509
1635
  opacity: 0;
1510
1636
  }
1511
1637
  }
1638
+ @-webkit-keyframes ProgressSlideRight {
1639
+ from {
1640
+ left: 0%;
1641
+ opacity: 1;
1642
+ }
1643
+ to {
1644
+ left: 100%;
1645
+ opacity: 0;
1646
+ }
1647
+ }
1512
1648
  @keyframes ProgressSlideRight {
1513
1649
  from {
1514
1650
  left: 0%;
@@ -1519,6 +1655,18 @@
1519
1655
  opacity: 0;
1520
1656
  }
1521
1657
  }
1658
+ @-webkit-keyframes ProgressSlideUp {
1659
+ from {
1660
+ height: auto;
1661
+ opacity: 1;
1662
+ top: 0;
1663
+ }
1664
+ to {
1665
+ height: auto;
1666
+ opacity: 0;
1667
+ top: -100px;
1668
+ }
1669
+ }
1522
1670
  @keyframes ProgressSlideUp {
1523
1671
  from {
1524
1672
  height: auto;
@@ -1531,6 +1679,18 @@
1531
1679
  top: -100px;
1532
1680
  }
1533
1681
  }
1682
+ @-webkit-keyframes ProgressSlideDown {
1683
+ from {
1684
+ height: auto;
1685
+ opacity: 1;
1686
+ top: 0;
1687
+ }
1688
+ to {
1689
+ height: auto;
1690
+ opacity: 0;
1691
+ top: 100px;
1692
+ }
1693
+ }
1534
1694
  @keyframes ProgressSlideDown {
1535
1695
  from {
1536
1696
  height: auto;
@@ -1543,22 +1703,48 @@
1543
1703
  top: 100px;
1544
1704
  }
1545
1705
  }
1706
+ @-webkit-keyframes ProgressZoomIn {
1707
+ from {
1708
+ opacity: 1;
1709
+ -webkit-transform: translate(0, 0) scale(1);
1710
+ transform: translate(0, 0) scale(1);
1711
+ }
1712
+ to {
1713
+ opacity: 0;
1714
+ -webkit-transform: translate(0, 0) scale(3);
1715
+ transform: translate(0, 0) scale(3);
1716
+ }
1717
+ }
1546
1718
  @keyframes ProgressZoomIn {
1547
1719
  from {
1548
1720
  opacity: 1;
1549
- transform: translate(0, 0) scale(1);
1721
+ -webkit-transform: translate(0, 0) scale(1);
1722
+ transform: translate(0, 0) scale(1);
1550
1723
  }
1551
1724
  to {
1552
1725
  opacity: 0;
1553
- transform: translate(0, 0) scale(3);
1726
+ -webkit-transform: translate(0, 0) scale(3);
1727
+ transform: translate(0, 0) scale(3);
1728
+ }
1729
+ }
1730
+ @-webkit-keyframes ProgressZoomOut {
1731
+ from {
1732
+ -webkit-transform: translate(0, 0) scale(1);
1733
+ transform: translate(0, 0) scale(1);
1734
+ }
1735
+ to {
1736
+ -webkit-transform: translate(0, 0) scale(0);
1737
+ transform: translate(0, 0) scale(0);
1554
1738
  }
1555
1739
  }
1556
1740
  @keyframes ProgressZoomOut {
1557
1741
  from {
1558
- transform: translate(0, 0) scale(1);
1742
+ -webkit-transform: translate(0, 0) scale(1);
1743
+ transform: translate(0, 0) scale(1);
1559
1744
  }
1560
1745
  to {
1561
- transform: translate(0, 0) scale(0);
1746
+ -webkit-transform: translate(0, 0) scale(0);
1747
+ transform: translate(0, 0) scale(0);
1562
1748
  }
1563
1749
  }
1564
1750
 
@@ -1814,7 +2000,10 @@
1814
2000
 
1815
2001
  *.e-primary .e-progress,
1816
2002
  *.e-success .e-progress,
1817
- *.e-danger .e-progress,
2003
+ *.e-danger .e-progress {
2004
+ background: rgba(209, 213, 219, 0.2);
2005
+ }
2006
+
1818
2007
  *.e-info .e-progress {
1819
2008
  background: rgba(209, 213, 219, 0.2);
1820
2009
  }