@syncfusion/ej2-splitbuttons 19.4.52 → 20.1.57

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 (116) hide show
  1. package/CHANGELOG.md +1 -3
  2. package/dist/ej2-splitbuttons.umd.min.js +2 -2
  3. package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-splitbuttons.es2015.js +9 -2
  5. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  6. package/dist/es6/ej2-splitbuttons.es5.js +9 -2
  7. package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
  8. package/dist/global/ej2-splitbuttons.min.js +2 -2
  9. package/dist/global/ej2-splitbuttons.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +7 -7
  12. package/src/drop-down-button/drop-down-button.js +9 -2
  13. package/styles/bootstrap-dark.css +49 -375
  14. package/styles/bootstrap.css +49 -370
  15. package/styles/bootstrap4.css +57 -379
  16. package/styles/bootstrap5-dark.css +84 -389
  17. package/styles/bootstrap5.css +82 -387
  18. package/styles/button-group/_fluent-dark-definition.scss +1 -0
  19. package/styles/button-group/bootstrap-dark.css +1 -106
  20. package/styles/button-group/bootstrap.css +1 -100
  21. package/styles/button-group/bootstrap4.css +5 -111
  22. package/styles/button-group/bootstrap5-dark.css +3 -108
  23. package/styles/button-group/bootstrap5.css +1 -106
  24. package/styles/button-group/fabric-dark.css +1 -106
  25. package/styles/button-group/fabric.css +1 -106
  26. package/styles/button-group/fluent-dark.css +761 -0
  27. package/styles/button-group/fluent-dark.scss +4 -0
  28. package/styles/button-group/fluent.css +761 -0
  29. package/styles/button-group/fluent.scss +4 -0
  30. package/styles/button-group/highcontrast-light.css +1 -106
  31. package/styles/button-group/highcontrast.css +1 -118
  32. package/styles/button-group/material-dark.css +1 -106
  33. package/styles/button-group/material.css +1 -107
  34. package/styles/button-group/tailwind-dark.css +1 -102
  35. package/styles/button-group/tailwind.css +1 -102
  36. package/styles/drop-down-button/_bootstrap5-definition.scss +4 -4
  37. package/styles/drop-down-button/_fluent-dark-definition.scss +1 -0
  38. package/styles/drop-down-button/_fluent-definition.scss +5 -5
  39. package/styles/drop-down-button/_layout.scss +1 -1
  40. package/styles/drop-down-button/_tailwind-definition.scss +4 -4
  41. package/styles/drop-down-button/bootstrap-dark.css +2 -36
  42. package/styles/drop-down-button/bootstrap.css +2 -36
  43. package/styles/drop-down-button/bootstrap4.css +3 -36
  44. package/styles/drop-down-button/bootstrap5-dark.css +10 -43
  45. package/styles/drop-down-button/bootstrap5.css +10 -43
  46. package/styles/drop-down-button/fabric-dark.css +2 -36
  47. package/styles/drop-down-button/fabric.css +2 -36
  48. package/styles/drop-down-button/fluent-dark.css +213 -0
  49. package/styles/drop-down-button/fluent-dark.scss +6 -0
  50. package/styles/drop-down-button/fluent.css +213 -0
  51. package/styles/drop-down-button/fluent.scss +6 -0
  52. package/styles/drop-down-button/highcontrast-light.css +2 -36
  53. package/styles/drop-down-button/highcontrast.css +2 -36
  54. package/styles/drop-down-button/icons/_fluent-dark.scss +1 -0
  55. package/styles/drop-down-button/icons/_fluent.scss +1 -1
  56. package/styles/drop-down-button/icons/_tailwind-dark.scss +1 -1
  57. package/styles/drop-down-button/icons/_tailwind.scss +1 -1
  58. package/styles/drop-down-button/material-dark.css +2 -36
  59. package/styles/drop-down-button/material.css +2 -36
  60. package/styles/drop-down-button/tailwind-dark.css +9 -43
  61. package/styles/drop-down-button/tailwind.css +9 -43
  62. package/styles/fabric-dark.css +49 -375
  63. package/styles/fabric.css +49 -375
  64. package/styles/fluent-dark.css +1818 -0
  65. package/styles/fluent-dark.scss +4 -0
  66. package/styles/fluent.css +1818 -0
  67. package/styles/fluent.scss +4 -0
  68. package/styles/highcontrast-light.css +49 -375
  69. package/styles/highcontrast.css +49 -387
  70. package/styles/material-dark.css +49 -375
  71. package/styles/material.css +49 -376
  72. package/styles/progress-button/_bootstrap5-definition.scss +6 -6
  73. package/styles/progress-button/_fluent-dark-definition.scss +1 -0
  74. package/styles/progress-button/_fluent-definition.scss +2 -2
  75. package/styles/progress-button/_tailwind-definition.scss +5 -5
  76. package/styles/progress-button/_theme.scss +56 -11
  77. package/styles/progress-button/bootstrap-dark.css +48 -165
  78. package/styles/progress-button/bootstrap.css +48 -165
  79. package/styles/progress-button/bootstrap4.css +48 -165
  80. package/styles/progress-button/bootstrap5-dark.css +73 -174
  81. package/styles/progress-button/bootstrap5.css +73 -174
  82. package/styles/progress-button/fabric-dark.css +48 -165
  83. package/styles/progress-button/fabric.css +48 -165
  84. package/styles/progress-button/fluent-dark.css +544 -0
  85. package/styles/progress-button/fluent-dark.scss +5 -0
  86. package/styles/progress-button/fluent.css +544 -0
  87. package/styles/progress-button/fluent.scss +5 -0
  88. package/styles/progress-button/highcontrast-light.css +48 -165
  89. package/styles/progress-button/highcontrast.css +48 -165
  90. package/styles/progress-button/material-dark.css +48 -165
  91. package/styles/progress-button/material.css +48 -165
  92. package/styles/progress-button/tailwind-dark.css +68 -169
  93. package/styles/progress-button/tailwind.css +68 -169
  94. package/styles/split-button/_fluent-dark-definition.scss +1 -0
  95. package/styles/split-button/_fluent-definition.scss +2 -2
  96. package/styles/split-button/_layout.scss +32 -12
  97. package/styles/split-button/_tailwind-definition.scss +1 -1
  98. package/styles/split-button/bootstrap-dark.css +1 -71
  99. package/styles/split-button/bootstrap.css +1 -71
  100. package/styles/split-button/bootstrap4.css +4 -70
  101. package/styles/split-button/bootstrap5-dark.css +1 -67
  102. package/styles/split-button/bootstrap5.css +1 -67
  103. package/styles/split-button/fabric-dark.css +1 -71
  104. package/styles/split-button/fabric.css +1 -71
  105. package/styles/split-button/fluent-dark.css +297 -0
  106. package/styles/split-button/fluent-dark.scss +6 -0
  107. package/styles/split-button/fluent.css +297 -0
  108. package/styles/split-button/fluent.scss +6 -0
  109. package/styles/split-button/highcontrast-light.css +1 -71
  110. package/styles/split-button/highcontrast.css +1 -71
  111. package/styles/split-button/material-dark.css +1 -71
  112. package/styles/split-button/material.css +1 -71
  113. package/styles/split-button/tailwind-dark.css +10 -80
  114. package/styles/split-button/tailwind.css +10 -80
  115. package/styles/tailwind-dark.css +85 -392
  116. package/styles/tailwind.css +85 -392
@@ -8,12 +8,10 @@
8
8
  flex-direction: row;
9
9
  position: relative;
10
10
  }
11
-
12
11
  *.e-btn-group input + label.e-btn,
13
12
  *.e-css.e-btn-group input + label.e-btn {
14
13
  margin-bottom: 0;
15
14
  }
16
-
17
15
  *.e-btn-group input,
18
16
  *.e-css.e-btn-group input {
19
17
  -moz-appearance: none;
@@ -23,7 +21,6 @@
23
21
  position: absolute;
24
22
  width: 1px;
25
23
  }
26
-
27
24
  *.e-btn-group input:disabled + label.e-btn,
28
25
  *.e-btn-group :disabled,
29
26
  *.e-css.e-btn-group input:disabled + label.e-btn,
@@ -31,149 +28,123 @@
31
28
  cursor: default;
32
29
  pointer-events: none;
33
30
  }
34
-
35
31
  *.e-btn-group .e-btn-icon,
36
32
  *.e-css.e-btn-group .e-btn-icon {
37
33
  font-size: 18px;
38
34
  }
39
-
40
35
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn,
41
36
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn {
42
37
  margin-left: -1px;
43
38
  }
44
-
45
39
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),
46
40
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
47
41
  border-radius: 0;
48
42
  }
49
-
50
43
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
51
44
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
52
45
  border-bottom-right-radius: 0;
53
46
  border-top-right-radius: 0;
54
47
  }
55
-
56
48
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,
57
49
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
58
50
  border-bottom-left-radius: 0;
59
51
  border-top-left-radius: 0;
60
52
  }
61
-
62
53
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
63
54
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
64
55
  border-bottom-right-radius: 0;
65
56
  border-top-right-radius: 0;
66
57
  }
67
-
68
58
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
69
59
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
70
60
  border-bottom-left-radius: 0;
71
61
  border-top-left-radius: 0;
72
62
  }
73
-
74
63
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
75
64
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
76
65
  border-bottom-right-radius: 0;
77
66
  border-top-right-radius: 0;
78
67
  }
79
-
80
68
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
81
69
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
82
70
  border-bottom-left-radius: 0;
83
71
  border-top-left-radius: 0;
84
72
  }
85
-
86
73
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,
87
74
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child {
88
75
  border-bottom-right-radius: 0;
89
76
  border-top-right-radius: 0;
90
77
  }
91
-
92
78
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,
93
79
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child {
94
80
  border-bottom-left-radius: 0;
95
81
  border-top-left-radius: 0;
96
82
  }
97
-
98
83
  *.e-btn-group.e-rtl .e-btn,
99
84
  *.e-css.e-btn-group.e-rtl .e-btn {
100
85
  margin-left: -1px;
101
86
  }
102
-
103
87
  *.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
104
88
  *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
105
89
  border-radius: 0;
106
90
  }
107
-
108
91
  *.e-btn-group.e-rtl .e-btn:first-of-type,
109
92
  *.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
110
93
  border-bottom-left-radius: 0;
111
94
  border-top-left-radius: 0;
112
95
  }
113
-
114
96
  *.e-btn-group.e-rtl .e-btn:last-of-type,
115
97
  *.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
116
98
  border-bottom-right-radius: 0;
117
99
  border-top-right-radius: 0;
118
100
  }
119
-
120
101
  *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
121
102
  *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
122
103
  border-bottom-left-radius: 0;
123
104
  border-top-left-radius: 0;
124
105
  }
125
-
126
106
  *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
127
107
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
128
108
  border-bottom-right-radius: 0;
129
109
  border-top-right-radius: 0;
130
110
  }
131
-
132
111
  *.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
133
112
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
134
113
  border-bottom-left-radius: 0;
135
114
  border-top-left-radius: 0;
136
115
  }
137
-
138
116
  *.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
139
117
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
140
118
  border-bottom-right-radius: 0;
141
119
  border-top-right-radius: 0;
142
120
  }
143
-
144
121
  *.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
145
122
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
146
123
  border-bottom-left-radius: 0;
147
124
  border-top-left-radius: 0;
148
125
  }
149
-
150
126
  *.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
151
127
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
152
128
  border-bottom-right-radius: 0;
153
129
  border-top-right-radius: 0;
154
130
  }
155
-
156
131
  *.e-btn-group.e-vertical,
157
132
  *.e-css.e-btn-group.e-vertical {
158
133
  -ms-flex-direction: column;
159
134
  flex-direction: column;
160
135
  }
161
-
162
136
  *.e-btn-group.e-vertical input,
163
137
  *.e-css.e-btn-group.e-vertical input {
164
138
  margin: -1px 0 0;
165
139
  }
166
-
167
140
  *.e-btn-group.e-vertical .e-btn:not(.e-outline),
168
141
  *.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) {
169
142
  margin-top: -1px;
170
143
  }
171
-
172
144
  *.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
173
145
  *.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
174
146
  border-radius: 0;
175
147
  }
176
-
177
148
  *.e-btn-group.e-vertical .e-btn:first-of-type,
178
149
  *.e-css.e-btn-group.e-vertical .e-btn:first-of-type {
179
150
  border-bottom-left-radius: 0;
@@ -181,7 +152,6 @@
181
152
  border-top-left-radius: 2px;
182
153
  border-top-right-radius: 2px;
183
154
  }
184
-
185
155
  *.e-btn-group.e-vertical .e-btn:last-of-type,
186
156
  *.e-css.e-btn-group.e-vertical .e-btn:last-of-type {
187
157
  border-bottom-left-radius: 2px;
@@ -189,83 +159,69 @@
189
159
  border-top-left-radius: 0;
190
160
  border-top-right-radius: 0;
191
161
  }
192
-
193
162
  *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
194
163
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
195
164
  border-radius: 20px;
196
165
  }
197
-
198
166
  *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
199
167
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
200
168
  border-bottom-left-radius: 20px;
201
169
  border-top-left-radius: 20px;
202
170
  }
203
-
204
171
  *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
205
172
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
206
173
  border-bottom-right-radius: 20px;
207
174
  border-top-right-radius: 20px;
208
175
  }
209
-
210
176
  *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
211
177
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
212
178
  border-bottom-right-radius: 0;
213
179
  border-top-right-radius: 0;
214
180
  }
215
-
216
181
  *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
217
182
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
218
183
  border-bottom-left-radius: 0;
219
184
  border-top-left-radius: 0;
220
185
  }
221
-
222
186
  *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
223
187
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
224
188
  border-bottom-left-radius: 20px;
225
189
  border-top-left-radius: 20px;
226
190
  }
227
-
228
191
  *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
229
192
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
230
193
  border-bottom-right-radius: 0;
231
194
  border-top-right-radius: 0;
232
195
  }
233
-
234
196
  *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
235
197
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
236
198
  border-bottom-left-radius: 0;
237
199
  border-top-left-radius: 0;
238
200
  }
239
-
240
201
  *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
241
202
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
242
203
  border-bottom-right-radius: 20px;
243
204
  border-top-right-radius: 20px;
244
205
  }
245
-
246
206
  *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
247
207
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
248
208
  border-radius: 20px;
249
209
  }
250
-
251
210
  *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
252
211
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
253
212
  border-bottom-right-radius: 20px;
254
213
  border-top-right-radius: 20px;
255
214
  }
256
-
257
215
  *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
258
216
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
259
217
  border-bottom-left-radius: 20px;
260
218
  border-top-left-radius: 20px;
261
219
  }
262
-
263
220
  *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
264
221
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
265
222
  border-bottom-left-radius: 0;
266
223
  border-top-left-radius: 0;
267
224
  }
268
-
269
225
  *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
270
226
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
271
227
  border-bottom-right-radius: 0;
@@ -283,12 +239,10 @@
283
239
  .e-css.e-btn-group:not(.e-outline) {
284
240
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
285
241
  }
286
-
287
242
  .e-btn-group .e-btn:hover,
288
243
  .e-css.e-btn-group .e-btn:hover {
289
244
  box-shadow: none;
290
245
  }
291
-
292
246
  .e-btn-group .e-btn:focus,
293
247
  .e-btn-group input:focus + label.e-btn,
294
248
  .e-css.e-btn-group .e-btn:focus,
@@ -302,7 +256,6 @@
302
256
  box-shadow: none;
303
257
  outline-color: inherit;
304
258
  }
305
-
306
259
  .e-btn-group .e-btn:focus.e-primary,
307
260
  .e-btn-group input:focus + label.e-btn.e-primary,
308
261
  .e-css.e-btn-group .e-btn:focus.e-primary,
@@ -315,7 +268,6 @@
315
268
  box-shadow: none;
316
269
  outline-color: inherit;
317
270
  }
318
-
319
271
  .e-btn-group .e-btn:focus.e-success,
320
272
  .e-btn-group input:focus + label.e-btn.e-success,
321
273
  .e-css.e-btn-group .e-btn:focus.e-success,
@@ -327,7 +279,6 @@
327
279
  box-shadow: none;
328
280
  outline-color: inherit;
329
281
  }
330
-
331
282
  .e-btn-group .e-btn:focus.e-info,
332
283
  .e-btn-group input:focus + label.e-btn.e-info,
333
284
  .e-css.e-btn-group .e-btn:focus.e-info,
@@ -339,7 +290,6 @@
339
290
  box-shadow: none;
340
291
  outline-color: inherit;
341
292
  }
342
-
343
293
  .e-btn-group .e-btn:focus.e-warning,
344
294
  .e-btn-group input:focus + label.e-btn.e-warning,
345
295
  .e-css.e-btn-group .e-btn:focus.e-warning,
@@ -351,7 +301,6 @@
351
301
  box-shadow: none;
352
302
  outline-color: inherit;
353
303
  }
354
-
355
304
  .e-btn-group .e-btn:focus.e-danger,
356
305
  .e-btn-group input:focus + label.e-btn.e-danger,
357
306
  .e-css.e-btn-group .e-btn:focus.e-danger,
@@ -363,7 +312,6 @@
363
312
  box-shadow: none;
364
313
  outline-color: inherit;
365
314
  }
366
-
367
315
  .e-btn-group .e-btn:focus.e-link,
368
316
  .e-btn-group input:focus + label.e-btn.e-link,
369
317
  .e-css.e-btn-group .e-btn:focus.e-link,
@@ -376,7 +324,6 @@
376
324
  box-shadow: none;
377
325
  outline: none;
378
326
  }
379
-
380
327
  .e-btn-group .e-btn:focus.e-outline,
381
328
  .e-btn-group input:focus + label.e-btn.e-outline,
382
329
  .e-css.e-btn-group .e-btn:focus.e-outline,
@@ -384,7 +331,6 @@
384
331
  box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
385
332
  box-shadow: none;
386
333
  }
387
-
388
334
  .e-btn-group .e-btn:focus.e-outline.e-primary,
389
335
  .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
390
336
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
@@ -392,7 +338,6 @@
392
338
  box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
393
339
  box-shadow: none;
394
340
  }
395
-
396
341
  .e-btn-group .e-btn:focus.e-outline.e-success,
397
342
  .e-btn-group input:focus + label.e-btn.e-outline.e-success,
398
343
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
@@ -400,7 +345,6 @@
400
345
  box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
401
346
  box-shadow: none;
402
347
  }
403
-
404
348
  .e-btn-group .e-btn:focus.e-outline.e-info,
405
349
  .e-btn-group input:focus + label.e-btn.e-outline.e-info,
406
350
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
@@ -408,7 +352,6 @@
408
352
  box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
409
353
  box-shadow: none;
410
354
  }
411
-
412
355
  .e-btn-group .e-btn:focus.e-outline.e-warning,
413
356
  .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
414
357
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
@@ -416,7 +359,6 @@
416
359
  box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
417
360
  box-shadow: none;
418
361
  }
419
-
420
362
  .e-btn-group .e-btn:focus.e-outline.e-danger,
421
363
  .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
422
364
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
@@ -424,7 +366,6 @@
424
366
  box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
425
367
  box-shadow: none;
426
368
  }
427
-
428
369
  .e-btn-group .e-btn:active,
429
370
  .e-btn-group input:active + label.e-btn,
430
371
  .e-btn-group input:checked + label.e-btn,
@@ -438,7 +379,6 @@
438
379
  outline-offset: 0;
439
380
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
440
381
  }
441
-
442
382
  .e-btn-group .e-btn:active.e-primary,
443
383
  .e-btn-group input:active + label.e-btn.e-primary,
444
384
  .e-btn-group input:checked + label.e-btn.e-primary,
@@ -451,7 +391,6 @@
451
391
  outline: #1f2937 0 solid;
452
392
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
453
393
  }
454
-
455
394
  .e-btn-group .e-btn:active.e-success,
456
395
  .e-btn-group input:active + label.e-btn.e-success,
457
396
  .e-btn-group input:checked + label.e-btn.e-success,
@@ -463,7 +402,6 @@
463
402
  color: #000;
464
403
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
465
404
  }
466
-
467
405
  .e-btn-group .e-btn:active.e-info,
468
406
  .e-btn-group input:active + label.e-btn.e-info,
469
407
  .e-btn-group input:checked + label.e-btn.e-info,
@@ -475,7 +413,6 @@
475
413
  border-color: #38bdf8;
476
414
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
477
415
  }
478
-
479
416
  .e-btn-group .e-btn:active.e-warning,
480
417
  .e-btn-group input:active + label.e-btn.e-warning,
481
418
  .e-btn-group input:checked + label.e-btn.e-warning,
@@ -487,7 +424,6 @@
487
424
  color: #000;
488
425
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
489
426
  }
490
-
491
427
  .e-btn-group .e-btn:active.e-danger,
492
428
  .e-btn-group input:active + label.e-btn.e-danger,
493
429
  .e-btn-group input:checked + label.e-btn.e-danger,
@@ -499,7 +435,6 @@
499
435
  color: #fff;
500
436
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
501
437
  }
502
-
503
438
  .e-btn-group .e-btn:active.e-outline,
504
439
  .e-btn-group input:active + label.e-btn.e-outline,
505
440
  .e-btn-group input:checked + label.e-btn.e-outline,
@@ -511,7 +446,6 @@
511
446
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
512
447
  color: #fff;
513
448
  }
514
-
515
449
  .e-btn-group .e-btn:active.e-outline.e-primary,
516
450
  .e-btn-group input:active + label.e-btn.e-outline.e-primary,
517
451
  .e-btn-group input:checked + label.e-btn.e-outline.e-primary,
@@ -523,7 +457,6 @@
523
457
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
524
458
  color: #000;
525
459
  }
526
-
527
460
  .e-btn-group .e-btn:active.e-outline.e-success,
528
461
  .e-btn-group input:active + label.e-btn.e-outline.e-success,
529
462
  .e-btn-group input:checked + label.e-btn.e-outline.e-success,
@@ -535,7 +468,6 @@
535
468
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
536
469
  color: #000;
537
470
  }
538
-
539
471
  .e-btn-group .e-btn:active.e-outline.e-info,
540
472
  .e-btn-group input:active + label.e-btn.e-outline.e-info,
541
473
  .e-btn-group input:checked + label.e-btn.e-outline.e-info,
@@ -547,7 +479,6 @@
547
479
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
548
480
  color: #000;
549
481
  }
550
-
551
482
  .e-btn-group .e-btn:active.e-outline.e-warning,
552
483
  .e-btn-group input:active + label.e-btn.e-outline.e-warning,
553
484
  .e-btn-group input:checked + label.e-btn.e-outline.e-warning,
@@ -559,7 +490,6 @@
559
490
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
560
491
  color: #000;
561
492
  }
562
-
563
493
  .e-btn-group .e-btn:active.e-outline.e-danger,
564
494
  .e-btn-group input:active + label.e-btn.e-outline.e-danger,
565
495
  .e-btn-group input:checked + label.e-btn.e-outline.e-danger,
@@ -571,7 +501,6 @@
571
501
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
572
502
  color: #fff;
573
503
  }
574
-
575
504
  .e-btn-group .e-btn:disabled,
576
505
  .e-btn-group input:disabled + label.e-btn,
577
506
  .e-css.e-btn-group .e-btn:disabled,
@@ -582,7 +511,6 @@
582
511
  color: #6b7280;
583
512
  border-color: #6b7280;
584
513
  }
585
-
586
514
  .e-btn-group .e-btn:disabled.e-primary,
587
515
  .e-btn-group input:disabled + label.e-btn.e-primary,
588
516
  .e-css.e-btn-group .e-btn:disabled.e-primary,
@@ -593,7 +521,6 @@
593
521
  color: #000;
594
522
  border-color: #22d3ee;
595
523
  }
596
-
597
524
  .e-btn-group .e-btn:disabled.e-success,
598
525
  .e-btn-group input:disabled + label.e-btn.e-success,
599
526
  .e-css.e-btn-group .e-btn:disabled.e-success,
@@ -604,7 +531,6 @@
604
531
  color: #000;
605
532
  border-color: #22c55e;
606
533
  }
607
-
608
534
  .e-btn-group .e-btn:disabled.e-info,
609
535
  .e-btn-group input:disabled + label.e-btn.e-info,
610
536
  .e-css.e-btn-group .e-btn:disabled.e-info,
@@ -615,7 +541,6 @@
615
541
  color: #000;
616
542
  border-color: #0ea5e9;
617
543
  }
618
-
619
544
  .e-btn-group .e-btn:disabled.e-warning,
620
545
  .e-btn-group input:disabled + label.e-btn.e-warning,
621
546
  .e-css.e-btn-group .e-btn:disabled.e-warning,
@@ -626,7 +551,6 @@
626
551
  color: #000;
627
552
  border-color: #ea580c;
628
553
  }
629
-
630
554
  .e-btn-group .e-btn:disabled.e-danger,
631
555
  .e-btn-group input:disabled + label.e-btn.e-danger,
632
556
  .e-css.e-btn-group .e-btn:disabled.e-danger,
@@ -637,7 +561,6 @@
637
561
  color: #000;
638
562
  border-color: #f87171;
639
563
  }
640
-
641
564
  .e-btn-group .e-btn:disabled.e-link,
642
565
  .e-btn-group input:disabled + label.e-btn.e-link,
643
566
  .e-css.e-btn-group .e-btn:disabled.e-link,
@@ -648,7 +571,6 @@
648
571
  text-decoration: none;
649
572
  border-color: transparent;
650
573
  }
651
-
652
574
  .e-btn-group .e-btn:disabled.e-outline,
653
575
  .e-btn-group input:disabled + label.e-btn.e-outline,
654
576
  .e-css.e-btn-group .e-btn:disabled.e-outline,
@@ -658,7 +580,6 @@
658
580
  color: #6b7280;
659
581
  border-color: #6b7280;
660
582
  }
661
-
662
583
  .e-btn-group .e-btn:disabled.e-outline.e-primary,
663
584
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
664
585
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
@@ -669,7 +590,6 @@
669
590
  color: rgba(34, 211, 238, 0.65);
670
591
  border-color: #22d3ee;
671
592
  }
672
-
673
593
  .e-btn-group .e-btn:disabled.e-outline.e-success,
674
594
  .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
675
595
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
@@ -680,7 +600,6 @@
680
600
  color: rgba(34, 197, 94, 0.65);
681
601
  border-color: #22c55e;
682
602
  }
683
-
684
603
  .e-btn-group .e-btn:disabled.e-outline.e-info,
685
604
  .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
686
605
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
@@ -691,7 +610,6 @@
691
610
  color: rgba(56, 189, 248, 0.65);
692
611
  border-color: #0ea5e9;
693
612
  }
694
-
695
613
  .e-btn-group .e-btn:disabled.e-outline.e-warning,
696
614
  .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
697
615
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
@@ -702,7 +620,6 @@
702
620
  color: rgba(249, 115, 22, 0.65);
703
621
  border-color: #ea580c;
704
622
  }
705
-
706
623
  .e-btn-group .e-btn:disabled.e-outline.e-danger,
707
624
  .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
708
625
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
@@ -713,23 +630,19 @@
713
630
  color: rgba(248, 113, 113, 0.65);
714
631
  border-color: #f87171;
715
632
  }
716
-
717
633
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
718
634
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
719
635
  border-left: transparent;
720
636
  border-right: transparent;
721
637
  }
722
-
723
638
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
724
639
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
725
640
  border-right: transparent;
726
641
  }
727
-
728
642
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
729
643
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
730
644
  border-left: transparent;
731
645
  }
732
-
733
646
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
734
647
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
735
648
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
@@ -737,7 +650,6 @@
737
650
  border-color: #6b7280;
738
651
  outline-color: inherit;
739
652
  }
740
-
741
653
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
742
654
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
743
655
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
@@ -745,7 +657,6 @@
745
657
  border-color: #22d3ee;
746
658
  outline-color: inherit;
747
659
  }
748
-
749
660
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
750
661
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
751
662
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
@@ -753,7 +664,6 @@
753
664
  border-color: #22c55e;
754
665
  outline-color: inherit;
755
666
  }
756
-
757
667
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
758
668
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
759
669
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
@@ -761,7 +671,6 @@
761
671
  border-color: #0ea5e9;
762
672
  outline-color: inherit;
763
673
  }
764
-
765
674
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
766
675
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
767
676
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
@@ -769,7 +678,6 @@
769
678
  border-color: #ea580c;
770
679
  outline-color: inherit;
771
680
  }
772
-
773
681
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
774
682
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
775
683
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
@@ -777,23 +685,19 @@
777
685
  border-color: #f87171;
778
686
  outline-color: inherit;
779
687
  }
780
-
781
688
  .e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
782
689
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
783
690
  border-bottom: transparent;
784
691
  border-top: transparent;
785
692
  }
786
-
787
693
  .e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
788
694
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
789
695
  border-bottom: transparent;
790
696
  }
791
-
792
697
  .e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
793
698
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
794
699
  border-top: transparent;
795
700
  }
796
-
797
701
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
798
702
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
799
703
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
@@ -801,7 +705,6 @@
801
705
  border-color: #6b7280;
802
706
  outline-color: inherit;
803
707
  }
804
-
805
708
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
806
709
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
807
710
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
@@ -809,7 +712,6 @@
809
712
  border-color: #22d3ee;
810
713
  outline-color: inherit;
811
714
  }
812
-
813
715
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
814
716
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
815
717
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
@@ -817,7 +719,6 @@
817
719
  border-color: #22c55e;
818
720
  outline-color: inherit;
819
721
  }
820
-
821
722
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
822
723
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
823
724
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
@@ -825,7 +726,6 @@
825
726
  border-color: #0ea5e9;
826
727
  outline-color: inherit;
827
728
  }
828
-
829
729
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
830
730
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
831
731
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
@@ -833,11 +733,10 @@
833
733
  border-color: #ea580c;
834
734
  outline-color: inherit;
835
735
  }
836
-
837
736
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
838
737
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
839
738
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
840
739
  .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
841
740
  border-color: #f87171;
842
741
  outline-color: inherit;
843
- }
742
+ }