@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
@@ -1,21 +1,44 @@
1
1
  /* stylelint-disable property-no-vendor-prefix */
2
+ @-webkit-keyframes material-spinner-rotate {
3
+ 0% {
4
+ -webkit-transform: rotate(0deg);
5
+ transform: rotate(0deg);
6
+ }
7
+ 100% {
8
+ -webkit-transform: rotate(360deg);
9
+ transform: rotate(360deg);
10
+ }
11
+ }
2
12
  @keyframes material-spinner-rotate {
3
13
  0% {
14
+ -webkit-transform: rotate(0deg);
15
+ transform: rotate(0deg);
16
+ }
17
+ 100% {
18
+ -webkit-transform: rotate(360deg);
19
+ transform: rotate(360deg);
20
+ }
21
+ }
22
+ @-webkit-keyframes fabric-spinner-rotate {
23
+ 0% {
24
+ -webkit-transform: rotate(0deg);
4
25
  transform: rotate(0deg);
5
26
  }
6
27
  100% {
28
+ -webkit-transform: rotate(360deg);
7
29
  transform: rotate(360deg);
8
30
  }
9
31
  }
10
32
  @keyframes fabric-spinner-rotate {
11
33
  0% {
34
+ -webkit-transform: rotate(0deg);
12
35
  transform: rotate(0deg);
13
36
  }
14
37
  100% {
38
+ -webkit-transform: rotate(360deg);
15
39
  transform: rotate(360deg);
16
40
  }
17
41
  }
18
- /*! Progress Button Layout */
19
42
  .e-progress-btn {
20
43
  position: relative;
21
44
  }
@@ -25,9 +48,11 @@
25
48
  opacity: 0;
26
49
  position: absolute;
27
50
  top: 0;
51
+ -webkit-transition: opacity 0.3s linear;
28
52
  transition: opacity 0.3s linear;
29
53
  }
30
54
  .e-progress-btn .e-spinner {
55
+ -webkit-transition: all 0.3s linear;
31
56
  transition: all 0.3s linear;
32
57
  }
33
58
  .e-progress-btn .e-btn-content {
@@ -60,6 +85,7 @@
60
85
  opacity: 0;
61
86
  }
62
87
  .e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom {
88
+ -webkit-transition: padding 0.3s linear;
63
89
  transition: padding 0.3s linear;
64
90
  }
65
91
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content,
@@ -69,10 +95,12 @@
69
95
  line-height: 1;
70
96
  }
71
97
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner {
98
+ display: -webkit-box;
72
99
  display: -ms-flexbox;
73
100
  display: flex;
74
- -ms-flex-pack: center;
75
- justify-content: center;
101
+ -webkit-box-pack: center;
102
+ -ms-flex-pack: center;
103
+ justify-content: center;
76
104
  }
77
105
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
78
106
  padding-right: 12px;
@@ -158,21 +186,35 @@
158
186
  left: auto;
159
187
  position: relative;
160
188
  top: auto;
161
- transform: none;
189
+ -webkit-transform: none;
190
+ transform: none;
162
191
  }
163
192
  .e-progress-btn .e-cont-animate {
164
- -ms-flex-align: center;
165
- align-items: center;
193
+ -webkit-box-align: center;
194
+ -ms-flex-align: center;
195
+ align-items: center;
196
+ display: -webkit-inline-box;
166
197
  display: -ms-inline-flexbox;
167
198
  display: inline-flex;
168
199
  height: 100%;
169
- -ms-flex-pack: center;
170
- justify-content: center;
200
+ -webkit-box-pack: center;
201
+ -ms-flex-pack: center;
202
+ justify-content: center;
171
203
  left: 0;
172
204
  position: absolute;
173
205
  top: 0;
174
206
  width: 100%;
175
207
  }
208
+ @-webkit-keyframes ProgressSlideLeft {
209
+ from {
210
+ left: 0%;
211
+ opacity: 1;
212
+ }
213
+ to {
214
+ left: -100%;
215
+ opacity: 0;
216
+ }
217
+ }
176
218
  @keyframes ProgressSlideLeft {
177
219
  from {
178
220
  left: 0%;
@@ -183,6 +225,16 @@
183
225
  opacity: 0;
184
226
  }
185
227
  }
228
+ @-webkit-keyframes ProgressSlideRight {
229
+ from {
230
+ left: 0%;
231
+ opacity: 1;
232
+ }
233
+ to {
234
+ left: 100%;
235
+ opacity: 0;
236
+ }
237
+ }
186
238
  @keyframes ProgressSlideRight {
187
239
  from {
188
240
  left: 0%;
@@ -193,6 +245,18 @@
193
245
  opacity: 0;
194
246
  }
195
247
  }
248
+ @-webkit-keyframes ProgressSlideUp {
249
+ from {
250
+ height: auto;
251
+ opacity: 1;
252
+ top: 0;
253
+ }
254
+ to {
255
+ height: auto;
256
+ opacity: 0;
257
+ top: -100px;
258
+ }
259
+ }
196
260
  @keyframes ProgressSlideUp {
197
261
  from {
198
262
  height: auto;
@@ -205,6 +269,18 @@
205
269
  top: -100px;
206
270
  }
207
271
  }
272
+ @-webkit-keyframes ProgressSlideDown {
273
+ from {
274
+ height: auto;
275
+ opacity: 1;
276
+ top: 0;
277
+ }
278
+ to {
279
+ height: auto;
280
+ opacity: 0;
281
+ top: 100px;
282
+ }
283
+ }
208
284
  @keyframes ProgressSlideDown {
209
285
  from {
210
286
  height: auto;
@@ -217,22 +293,48 @@
217
293
  top: 100px;
218
294
  }
219
295
  }
296
+ @-webkit-keyframes ProgressZoomIn {
297
+ from {
298
+ opacity: 1;
299
+ -webkit-transform: translate(0, 0) scale(1);
300
+ transform: translate(0, 0) scale(1);
301
+ }
302
+ to {
303
+ opacity: 0;
304
+ -webkit-transform: translate(0, 0) scale(3);
305
+ transform: translate(0, 0) scale(3);
306
+ }
307
+ }
220
308
  @keyframes ProgressZoomIn {
221
309
  from {
222
310
  opacity: 1;
223
- transform: translate(0, 0) scale(1);
311
+ -webkit-transform: translate(0, 0) scale(1);
312
+ transform: translate(0, 0) scale(1);
224
313
  }
225
314
  to {
226
315
  opacity: 0;
227
- transform: translate(0, 0) scale(3);
316
+ -webkit-transform: translate(0, 0) scale(3);
317
+ transform: translate(0, 0) scale(3);
318
+ }
319
+ }
320
+ @-webkit-keyframes ProgressZoomOut {
321
+ from {
322
+ -webkit-transform: translate(0, 0) scale(1);
323
+ transform: translate(0, 0) scale(1);
324
+ }
325
+ to {
326
+ -webkit-transform: translate(0, 0) scale(0);
327
+ transform: translate(0, 0) scale(0);
228
328
  }
229
329
  }
230
330
  @keyframes ProgressZoomOut {
231
331
  from {
232
- transform: translate(0, 0) scale(1);
332
+ -webkit-transform: translate(0, 0) scale(1);
333
+ transform: translate(0, 0) scale(1);
233
334
  }
234
335
  to {
235
- transform: translate(0, 0) scale(0);
336
+ -webkit-transform: translate(0, 0) scale(0);
337
+ transform: translate(0, 0) scale(0);
236
338
  }
237
339
  }
238
340
 
@@ -484,7 +586,10 @@
484
586
 
485
587
  *.e-primary .e-progress,
486
588
  *.e-success .e-progress,
487
- *.e-danger .e-progress,
589
+ *.e-danger .e-progress {
590
+ background: rgba(0, 0, 0, 0.2);
591
+ }
592
+
488
593
  *.e-info .e-progress {
489
594
  background: rgba(0, 0, 0, 0.2);
490
595
  }
@@ -44,7 +44,7 @@
44
44
  --color-sf-on-warning: 99, 52, 0;
45
45
  --color-sf-on-warning-container: 255, 220, 193;
46
46
  --color-sf-spreadsheet-gridline: 231, 224, 236;
47
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
47
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
48
48
  --color-sf-success-text: 0, 0, 0;
49
49
  --color-sf-warning-text: 0, 0, 0;
50
50
  --color-sf-info-text: 0, 0, 0;
@@ -54,23 +54,46 @@
54
54
  }
55
55
 
56
56
  /* stylelint-disable property-no-vendor-prefix */
57
+ @-webkit-keyframes material-spinner-rotate {
58
+ 0% {
59
+ -webkit-transform: rotate(0deg);
60
+ transform: rotate(0deg);
61
+ }
62
+ 100% {
63
+ -webkit-transform: rotate(360deg);
64
+ transform: rotate(360deg);
65
+ }
66
+ }
57
67
  @keyframes material-spinner-rotate {
58
68
  0% {
69
+ -webkit-transform: rotate(0deg);
70
+ transform: rotate(0deg);
71
+ }
72
+ 100% {
73
+ -webkit-transform: rotate(360deg);
74
+ transform: rotate(360deg);
75
+ }
76
+ }
77
+ @-webkit-keyframes fabric-spinner-rotate {
78
+ 0% {
79
+ -webkit-transform: rotate(0deg);
59
80
  transform: rotate(0deg);
60
81
  }
61
82
  100% {
83
+ -webkit-transform: rotate(360deg);
62
84
  transform: rotate(360deg);
63
85
  }
64
86
  }
65
87
  @keyframes fabric-spinner-rotate {
66
88
  0% {
89
+ -webkit-transform: rotate(0deg);
67
90
  transform: rotate(0deg);
68
91
  }
69
92
  100% {
93
+ -webkit-transform: rotate(360deg);
70
94
  transform: rotate(360deg);
71
95
  }
72
96
  }
73
- /*! Progress Button Layout */
74
97
  .e-progress-btn {
75
98
  position: relative;
76
99
  }
@@ -80,9 +103,11 @@
80
103
  opacity: 0;
81
104
  position: absolute;
82
105
  top: 0;
106
+ -webkit-transition: opacity 0.3s linear;
83
107
  transition: opacity 0.3s linear;
84
108
  }
85
109
  .e-progress-btn .e-spinner {
110
+ -webkit-transition: all 0.3s linear;
86
111
  transition: all 0.3s linear;
87
112
  }
88
113
  .e-progress-btn .e-btn-content {
@@ -115,6 +140,7 @@
115
140
  opacity: 0;
116
141
  }
117
142
  .e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom {
143
+ -webkit-transition: padding 0.3s linear;
118
144
  transition: padding 0.3s linear;
119
145
  }
120
146
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content,
@@ -124,10 +150,12 @@
124
150
  line-height: 1;
125
151
  }
126
152
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner {
153
+ display: -webkit-box;
127
154
  display: -ms-flexbox;
128
155
  display: flex;
129
- -ms-flex-pack: center;
130
- justify-content: center;
156
+ -webkit-box-pack: center;
157
+ -ms-flex-pack: center;
158
+ justify-content: center;
131
159
  }
132
160
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
133
161
  padding-right: 12px;
@@ -213,21 +241,35 @@
213
241
  left: auto;
214
242
  position: relative;
215
243
  top: auto;
216
- transform: none;
244
+ -webkit-transform: none;
245
+ transform: none;
217
246
  }
218
247
  .e-progress-btn .e-cont-animate {
219
- -ms-flex-align: center;
220
- align-items: center;
248
+ -webkit-box-align: center;
249
+ -ms-flex-align: center;
250
+ align-items: center;
251
+ display: -webkit-inline-box;
221
252
  display: -ms-inline-flexbox;
222
253
  display: inline-flex;
223
254
  height: 100%;
224
- -ms-flex-pack: center;
225
- justify-content: center;
255
+ -webkit-box-pack: center;
256
+ -ms-flex-pack: center;
257
+ justify-content: center;
226
258
  left: 0;
227
259
  position: absolute;
228
260
  top: 0;
229
261
  width: 100%;
230
262
  }
263
+ @-webkit-keyframes ProgressSlideLeft {
264
+ from {
265
+ left: 0%;
266
+ opacity: 1;
267
+ }
268
+ to {
269
+ left: -100%;
270
+ opacity: 0;
271
+ }
272
+ }
231
273
  @keyframes ProgressSlideLeft {
232
274
  from {
233
275
  left: 0%;
@@ -238,6 +280,16 @@
238
280
  opacity: 0;
239
281
  }
240
282
  }
283
+ @-webkit-keyframes ProgressSlideRight {
284
+ from {
285
+ left: 0%;
286
+ opacity: 1;
287
+ }
288
+ to {
289
+ left: 100%;
290
+ opacity: 0;
291
+ }
292
+ }
241
293
  @keyframes ProgressSlideRight {
242
294
  from {
243
295
  left: 0%;
@@ -248,6 +300,18 @@
248
300
  opacity: 0;
249
301
  }
250
302
  }
303
+ @-webkit-keyframes ProgressSlideUp {
304
+ from {
305
+ height: auto;
306
+ opacity: 1;
307
+ top: 0;
308
+ }
309
+ to {
310
+ height: auto;
311
+ opacity: 0;
312
+ top: -100px;
313
+ }
314
+ }
251
315
  @keyframes ProgressSlideUp {
252
316
  from {
253
317
  height: auto;
@@ -260,6 +324,18 @@
260
324
  top: -100px;
261
325
  }
262
326
  }
327
+ @-webkit-keyframes ProgressSlideDown {
328
+ from {
329
+ height: auto;
330
+ opacity: 1;
331
+ top: 0;
332
+ }
333
+ to {
334
+ height: auto;
335
+ opacity: 0;
336
+ top: 100px;
337
+ }
338
+ }
263
339
  @keyframes ProgressSlideDown {
264
340
  from {
265
341
  height: auto;
@@ -272,22 +348,48 @@
272
348
  top: 100px;
273
349
  }
274
350
  }
351
+ @-webkit-keyframes ProgressZoomIn {
352
+ from {
353
+ opacity: 1;
354
+ -webkit-transform: translate(0, 0) scale(1);
355
+ transform: translate(0, 0) scale(1);
356
+ }
357
+ to {
358
+ opacity: 0;
359
+ -webkit-transform: translate(0, 0) scale(3);
360
+ transform: translate(0, 0) scale(3);
361
+ }
362
+ }
275
363
  @keyframes ProgressZoomIn {
276
364
  from {
277
365
  opacity: 1;
278
- transform: translate(0, 0) scale(1);
366
+ -webkit-transform: translate(0, 0) scale(1);
367
+ transform: translate(0, 0) scale(1);
279
368
  }
280
369
  to {
281
370
  opacity: 0;
282
- transform: translate(0, 0) scale(3);
371
+ -webkit-transform: translate(0, 0) scale(3);
372
+ transform: translate(0, 0) scale(3);
373
+ }
374
+ }
375
+ @-webkit-keyframes ProgressZoomOut {
376
+ from {
377
+ -webkit-transform: translate(0, 0) scale(1);
378
+ transform: translate(0, 0) scale(1);
379
+ }
380
+ to {
381
+ -webkit-transform: translate(0, 0) scale(0);
382
+ transform: translate(0, 0) scale(0);
283
383
  }
284
384
  }
285
385
  @keyframes ProgressZoomOut {
286
386
  from {
287
- transform: translate(0, 0) scale(1);
387
+ -webkit-transform: translate(0, 0) scale(1);
388
+ transform: translate(0, 0) scale(1);
288
389
  }
289
390
  to {
290
- transform: translate(0, 0) scale(0);
391
+ -webkit-transform: translate(0, 0) scale(0);
392
+ transform: translate(0, 0) scale(0);
291
393
  }
292
394
  }
293
395
 
@@ -529,7 +631,10 @@
529
631
 
530
632
  *.e-primary .e-progress,
531
633
  *.e-success .e-progress,
532
- *.e-danger .e-progress,
634
+ *.e-danger .e-progress {
635
+ background: rgba(var(--color-sf-on-surface), 0.12);
636
+ }
637
+
533
638
  *.e-info .e-progress {
534
639
  background: rgba(var(--color-sf-on-surface), 0.12);
535
640
  }