@syncfusion/ej2-splitbuttons 26.2.5 → 27.1.48

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 (257) hide show
  1. package/README.md +6 -6
  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 +22 -29
  6. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-splitbuttons.es5.js +22 -29
  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 +9 -8
  13. package/src/common/common.js +1 -0
  14. package/src/drop-down-button/drop-down-button.d.ts +1 -0
  15. package/src/drop-down-button/drop-down-button.js +17 -4
  16. package/src/progress-button/progress-button.d.ts +0 -1
  17. package/src/progress-button/progress-button.js +4 -25
  18. package/styles/bootstrap-dark-lite.css +1762 -0
  19. package/styles/bootstrap-dark-lite.scss +13 -0
  20. package/styles/bootstrap-dark.css +203 -204
  21. package/styles/bootstrap-dark.scss +5 -2
  22. package/styles/bootstrap-lite.css +1812 -0
  23. package/styles/bootstrap-lite.scss +13 -0
  24. package/styles/bootstrap.css +203 -204
  25. package/styles/bootstrap.scss +5 -2
  26. package/styles/bootstrap4-lite.css +1801 -0
  27. package/styles/bootstrap4-lite.scss +13 -0
  28. package/styles/bootstrap4.css +203 -203
  29. package/styles/bootstrap4.scss +5 -2
  30. package/styles/bootstrap5-dark-lite.css +1735 -0
  31. package/styles/bootstrap5-dark-lite.scss +13 -0
  32. package/styles/bootstrap5-dark.css +210 -210
  33. package/styles/bootstrap5-dark.scss +5 -2
  34. package/styles/bootstrap5-lite.css +1735 -0
  35. package/styles/bootstrap5-lite.scss +13 -0
  36. package/styles/bootstrap5.3-lite.css +1743 -0
  37. package/styles/bootstrap5.3-lite.scss +13 -0
  38. package/styles/bootstrap5.3.css +1953 -0
  39. package/styles/bootstrap5.3.scss +17 -0
  40. package/styles/bootstrap5.css +210 -210
  41. package/styles/bootstrap5.scss +5 -2
  42. package/styles/button-group/_bigger.scss +10 -0
  43. package/styles/button-group/_layout.scss +1 -10
  44. package/styles/button-group/_theme.scss +19 -13
  45. package/styles/button-group/bootstrap-dark.css +7 -8
  46. package/styles/button-group/bootstrap-dark.scss +1 -0
  47. package/styles/button-group/bootstrap.css +6 -8
  48. package/styles/button-group/bootstrap.scss +1 -0
  49. package/styles/button-group/bootstrap4.css +7 -7
  50. package/styles/button-group/bootstrap4.scss +1 -0
  51. package/styles/button-group/bootstrap5-dark.css +7 -7
  52. package/styles/button-group/bootstrap5-dark.scss +1 -0
  53. package/styles/button-group/bootstrap5.3.css +809 -0
  54. package/styles/button-group/bootstrap5.3.scss +5 -0
  55. package/styles/button-group/bootstrap5.css +7 -7
  56. package/styles/button-group/bootstrap5.scss +1 -0
  57. package/styles/button-group/fabric-dark.css +7 -8
  58. package/styles/button-group/fabric-dark.scss +1 -0
  59. package/styles/button-group/fabric.css +7 -8
  60. package/styles/button-group/fabric.scss +1 -0
  61. package/styles/button-group/fluent-dark.css +7 -9
  62. package/styles/button-group/fluent-dark.scss +1 -0
  63. package/styles/button-group/fluent.css +7 -9
  64. package/styles/button-group/fluent.scss +1 -0
  65. package/styles/button-group/fluent2.css +29 -1049
  66. package/styles/button-group/fluent2.scss +1 -0
  67. package/styles/button-group/highcontrast-light.css +7 -8
  68. package/styles/button-group/highcontrast-light.scss +1 -0
  69. package/styles/button-group/highcontrast.css +7 -8
  70. package/styles/button-group/highcontrast.scss +1 -0
  71. package/styles/button-group/material-dark.css +7 -9
  72. package/styles/button-group/material-dark.scss +1 -0
  73. package/styles/button-group/material.css +7 -9
  74. package/styles/button-group/material.scss +1 -0
  75. package/styles/button-group/material3-dark.css +8 -61
  76. package/styles/button-group/material3-dark.scss +1 -0
  77. package/styles/button-group/material3.css +9 -116
  78. package/styles/button-group/material3.scss +1 -0
  79. package/styles/button-group/tailwind-dark.css +6 -7
  80. package/styles/button-group/tailwind-dark.scss +1 -0
  81. package/styles/button-group/tailwind.css +6 -7
  82. package/styles/button-group/tailwind.scss +1 -0
  83. package/styles/drop-down-button/_bigger.scss +79 -0
  84. package/styles/drop-down-button/_bootstrap5.3-definition.scss +1 -1
  85. package/styles/drop-down-button/_layout.scss +4 -82
  86. package/styles/drop-down-button/_theme.scss +12 -1
  87. package/styles/drop-down-button/bootstrap-dark.css +49 -49
  88. package/styles/drop-down-button/bootstrap-dark.scss +1 -0
  89. package/styles/drop-down-button/bootstrap.css +49 -49
  90. package/styles/drop-down-button/bootstrap.scss +1 -0
  91. package/styles/drop-down-button/bootstrap4.css +49 -49
  92. package/styles/drop-down-button/bootstrap4.scss +1 -0
  93. package/styles/drop-down-button/bootstrap5-dark.css +56 -56
  94. package/styles/drop-down-button/bootstrap5-dark.scss +1 -0
  95. package/styles/drop-down-button/bootstrap5.3.css +251 -0
  96. package/styles/drop-down-button/bootstrap5.3.scss +7 -0
  97. package/styles/drop-down-button/bootstrap5.css +56 -56
  98. package/styles/drop-down-button/bootstrap5.scss +1 -0
  99. package/styles/drop-down-button/fabric-dark.css +49 -49
  100. package/styles/drop-down-button/fabric-dark.scss +1 -0
  101. package/styles/drop-down-button/fabric.css +49 -49
  102. package/styles/drop-down-button/fabric.scss +1 -0
  103. package/styles/drop-down-button/fluent-dark.css +49 -49
  104. package/styles/drop-down-button/fluent-dark.scss +1 -0
  105. package/styles/drop-down-button/fluent.css +49 -49
  106. package/styles/drop-down-button/fluent.scss +1 -0
  107. package/styles/drop-down-button/fluent2.css +65 -1086
  108. package/styles/drop-down-button/fluent2.scss +1 -0
  109. package/styles/drop-down-button/highcontrast-light.css +49 -49
  110. package/styles/drop-down-button/highcontrast-light.scss +1 -0
  111. package/styles/drop-down-button/highcontrast.css +49 -49
  112. package/styles/drop-down-button/highcontrast.scss +1 -0
  113. package/styles/drop-down-button/material-dark.css +49 -49
  114. package/styles/drop-down-button/material-dark.scss +1 -0
  115. package/styles/drop-down-button/material.css +49 -49
  116. package/styles/drop-down-button/material.scss +1 -0
  117. package/styles/drop-down-button/material3-dark.css +50 -103
  118. package/styles/drop-down-button/material3-dark.scss +1 -0
  119. package/styles/drop-down-button/material3.css +51 -158
  120. package/styles/drop-down-button/material3.scss +1 -0
  121. package/styles/drop-down-button/tailwind-dark.css +56 -56
  122. package/styles/drop-down-button/tailwind-dark.scss +1 -0
  123. package/styles/drop-down-button/tailwind.css +56 -56
  124. package/styles/drop-down-button/tailwind.scss +1 -0
  125. package/styles/fabric-dark-lite.css +1762 -0
  126. package/styles/fabric-dark-lite.scss +13 -0
  127. package/styles/fabric-dark.css +203 -204
  128. package/styles/fabric-dark.scss +5 -2
  129. package/styles/fabric-lite.css +1842 -0
  130. package/styles/fabric-lite.scss +13 -0
  131. package/styles/fabric.css +203 -204
  132. package/styles/fabric.scss +5 -2
  133. package/styles/fluent-dark-lite.css +1855 -0
  134. package/styles/fluent-dark-lite.scss +13 -0
  135. package/styles/fluent-dark.css +203 -205
  136. package/styles/fluent-dark.scss +5 -2
  137. package/styles/fluent-lite.css +1855 -0
  138. package/styles/fluent-lite.scss +13 -0
  139. package/styles/fluent.css +203 -205
  140. package/styles/fluent.scss +5 -2
  141. package/styles/fluent2-lite.css +1850 -0
  142. package/styles/fluent2-lite.scss +13 -0
  143. package/styles/fluent2.css +242 -1251
  144. package/styles/fluent2.scss +5 -2
  145. package/styles/highcontrast-light-lite.css +1762 -0
  146. package/styles/highcontrast-light-lite.scss +13 -0
  147. package/styles/highcontrast-light.css +203 -204
  148. package/styles/highcontrast-light.scss +5 -2
  149. package/styles/highcontrast-lite.css +1814 -0
  150. package/styles/highcontrast-lite.scss +13 -0
  151. package/styles/highcontrast.css +203 -204
  152. package/styles/highcontrast.scss +5 -2
  153. package/styles/material-dark-lite.css +1768 -0
  154. package/styles/material-dark-lite.scss +13 -0
  155. package/styles/material-dark.css +203 -205
  156. package/styles/material-dark.scss +5 -2
  157. package/styles/material-lite.css +1847 -0
  158. package/styles/material-lite.scss +13 -0
  159. package/styles/material.css +203 -205
  160. package/styles/material.scss +5 -2
  161. package/styles/material3-dark-lite.css +1994 -0
  162. package/styles/material3-dark-lite.scss +13 -0
  163. package/styles/material3-dark.css +215 -268
  164. package/styles/material3-dark.scss +5 -2
  165. package/styles/material3-lite.css +1988 -0
  166. package/styles/material3-lite.scss +13 -0
  167. package/styles/material3.css +216 -323
  168. package/styles/material3.scss +5 -2
  169. package/styles/progress-button/_bigger.scss +96 -0
  170. package/styles/progress-button/_layout.scss +0 -95
  171. package/styles/progress-button/_theme.scss +6 -2
  172. package/styles/progress-button/bootstrap-dark.css +73 -73
  173. package/styles/progress-button/bootstrap-dark.scss +1 -0
  174. package/styles/progress-button/bootstrap.css +73 -73
  175. package/styles/progress-button/bootstrap.scss +1 -0
  176. package/styles/progress-button/bootstrap4.css +73 -73
  177. package/styles/progress-button/bootstrap4.scss +1 -0
  178. package/styles/progress-button/bootstrap5-dark.css +73 -73
  179. package/styles/progress-button/bootstrap5-dark.scss +1 -0
  180. package/styles/progress-button/bootstrap5.3.css +568 -0
  181. package/styles/progress-button/bootstrap5.3.scss +6 -0
  182. package/styles/progress-button/bootstrap5.css +73 -73
  183. package/styles/progress-button/bootstrap5.scss +1 -0
  184. package/styles/progress-button/fabric-dark.css +73 -73
  185. package/styles/progress-button/fabric-dark.scss +1 -0
  186. package/styles/progress-button/fabric.css +73 -73
  187. package/styles/progress-button/fabric.scss +1 -0
  188. package/styles/progress-button/fluent-dark.css +73 -73
  189. package/styles/progress-button/fluent-dark.scss +1 -0
  190. package/styles/progress-button/fluent.css +73 -73
  191. package/styles/progress-button/fluent.scss +1 -0
  192. package/styles/progress-button/fluent2.css +80 -1104
  193. package/styles/progress-button/fluent2.scss +1 -0
  194. package/styles/progress-button/highcontrast-light.css +73 -73
  195. package/styles/progress-button/highcontrast-light.scss +1 -0
  196. package/styles/progress-button/highcontrast.css +73 -73
  197. package/styles/progress-button/highcontrast.scss +1 -0
  198. package/styles/progress-button/material-dark.css +73 -73
  199. package/styles/progress-button/material-dark.scss +1 -0
  200. package/styles/progress-button/material.css +73 -73
  201. package/styles/progress-button/material.scss +1 -0
  202. package/styles/progress-button/material3-dark.css +74 -127
  203. package/styles/progress-button/material3-dark.scss +1 -0
  204. package/styles/progress-button/material3.css +75 -182
  205. package/styles/progress-button/material3.scss +1 -0
  206. package/styles/progress-button/tailwind-dark.css +73 -73
  207. package/styles/progress-button/tailwind-dark.scss +1 -0
  208. package/styles/progress-button/tailwind.css +73 -73
  209. package/styles/progress-button/tailwind.scss +1 -0
  210. package/styles/split-button/_bigger.scss +149 -0
  211. package/styles/split-button/_layout.scss +8 -156
  212. package/styles/split-button/bootstrap-dark.css +74 -74
  213. package/styles/split-button/bootstrap-dark.scss +1 -0
  214. package/styles/split-button/bootstrap.css +74 -74
  215. package/styles/split-button/bootstrap.scss +1 -0
  216. package/styles/split-button/bootstrap4.css +74 -74
  217. package/styles/split-button/bootstrap4.scss +1 -0
  218. package/styles/split-button/bootstrap5-dark.css +74 -74
  219. package/styles/split-button/bootstrap5-dark.scss +1 -0
  220. package/styles/split-button/bootstrap5.3.css +335 -0
  221. package/styles/split-button/bootstrap5.3.scss +7 -0
  222. package/styles/split-button/bootstrap5.css +74 -74
  223. package/styles/split-button/bootstrap5.scss +1 -0
  224. package/styles/split-button/fabric-dark.css +74 -74
  225. package/styles/split-button/fabric-dark.scss +1 -0
  226. package/styles/split-button/fabric.css +74 -74
  227. package/styles/split-button/fabric.scss +1 -0
  228. package/styles/split-button/fluent-dark.css +74 -74
  229. package/styles/split-button/fluent-dark.scss +1 -0
  230. package/styles/split-button/fluent.css +74 -74
  231. package/styles/split-button/fluent.scss +1 -0
  232. package/styles/split-button/fluent2.css +77 -1105
  233. package/styles/split-button/fluent2.scss +1 -0
  234. package/styles/split-button/highcontrast-light.css +74 -74
  235. package/styles/split-button/highcontrast-light.scss +1 -0
  236. package/styles/split-button/highcontrast.css +74 -74
  237. package/styles/split-button/highcontrast.scss +1 -0
  238. package/styles/split-button/material-dark.css +74 -74
  239. package/styles/split-button/material-dark.scss +1 -0
  240. package/styles/split-button/material.css +74 -74
  241. package/styles/split-button/material.scss +1 -0
  242. package/styles/split-button/material3-dark.css +86 -139
  243. package/styles/split-button/material3-dark.scss +1 -0
  244. package/styles/split-button/material3.css +87 -194
  245. package/styles/split-button/material3.scss +1 -0
  246. package/styles/split-button/tailwind-dark.css +76 -76
  247. package/styles/split-button/tailwind-dark.scss +1 -0
  248. package/styles/split-button/tailwind.css +76 -76
  249. package/styles/split-button/tailwind.scss +1 -0
  250. package/styles/tailwind-dark-lite.css +1859 -0
  251. package/styles/tailwind-dark-lite.scss +13 -0
  252. package/styles/tailwind-dark.css +212 -212
  253. package/styles/tailwind-dark.scss +5 -2
  254. package/styles/tailwind-lite.css +1859 -0
  255. package/styles/tailwind-lite.scss +13 -0
  256. package/styles/tailwind.css +212 -212
  257. package/styles/tailwind.scss +5 -2
@@ -2,3 +2,4 @@
2
2
  @import 'ej2-buttons/styles/button/fluent2-definition.scss';
3
3
  @import 'fluent2-definition.scss';
4
4
  @import 'all.scss';
5
+ @import 'bigger.scss';
@@ -225,13 +225,6 @@
225
225
  border-top-right-radius: 0;
226
226
  }
227
227
 
228
- .e-bigger .e-btn-group .e-btn-icon,
229
- .e-bigger.e-btn-group .e-btn-icon,
230
- .e-bigger .e-css.e-btn-group .e-btn-icon,
231
- .e-bigger.e-css.e-btn-group .e-btn-icon {
232
- font-size: 16px;
233
- }
234
-
235
228
  /* stylelint-disable */
236
229
  .e-btn-group:not(.e-outline),
237
230
  .e-css.e-btn-group:not(.e-outline) {
@@ -353,7 +346,6 @@
353
346
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
354
347
  -webkit-box-shadow: none;
355
348
  box-shadow: none;
356
- box-shadow: none;
357
349
  }
358
350
  .e-btn-group .e-btn:focus.e-outline.e-primary,
359
351
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
@@ -810,4 +802,11 @@
810
802
  .e-btn-group.e-rtl .e-btn:last-of-type,
811
803
  .e-css.e-btn-group.e-rtl .e-btn:last-of-type {
812
804
  border-right: transparent;
805
+ }
806
+
807
+ .e-bigger .e-btn-group .e-btn-icon,
808
+ .e-bigger.e-btn-group .e-btn-icon,
809
+ .e-bigger .e-css.e-btn-group .e-btn-icon,
810
+ .e-bigger.e-css.e-btn-group .e-btn-icon {
811
+ font-size: 16px;
813
812
  }
@@ -2,3 +2,4 @@
2
2
  @import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
3
3
  @import 'highcontrast-light-definition.scss';
4
4
  @import 'all.scss';
5
+ @import 'bigger.scss';
@@ -225,13 +225,6 @@
225
225
  border-top-right-radius: 0;
226
226
  }
227
227
 
228
- .e-bigger .e-btn-group .e-btn-icon,
229
- .e-bigger.e-btn-group .e-btn-icon,
230
- .e-bigger .e-css.e-btn-group .e-btn-icon,
231
- .e-bigger.e-css.e-btn-group .e-btn-icon {
232
- font-size: 16px;
233
- }
234
-
235
228
  /* stylelint-disable */
236
229
  .e-btn-group:not(.e-outline),
237
230
  .e-css.e-btn-group:not(.e-outline) {
@@ -354,7 +347,6 @@
354
347
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
355
348
  -webkit-box-shadow: none;
356
349
  box-shadow: none;
357
- box-shadow: none;
358
350
  }
359
351
  .e-btn-group .e-btn:focus.e-outline.e-primary,
360
352
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
@@ -861,4 +853,11 @@
861
853
  .e-btn-group.e-rtl .e-btn:last-of-type,
862
854
  .e-css.e-btn-group.e-rtl .e-btn:last-of-type {
863
855
  border-right: transparent;
856
+ }
857
+
858
+ .e-bigger .e-btn-group .e-btn-icon,
859
+ .e-bigger.e-btn-group .e-btn-icon,
860
+ .e-bigger .e-css.e-btn-group .e-btn-icon,
861
+ .e-bigger.e-css.e-btn-group .e-btn-icon {
862
+ font-size: 16px;
864
863
  }
@@ -2,3 +2,4 @@
2
2
  @import 'ej2-buttons/styles/button/highcontrast-definition.scss';
3
3
  @import 'highcontrast-definition.scss';
4
4
  @import 'all.scss';
5
+ @import 'bigger.scss';
@@ -225,13 +225,6 @@
225
225
  border-top-right-radius: 0;
226
226
  }
227
227
 
228
- .e-bigger .e-btn-group .e-btn-icon,
229
- .e-bigger.e-btn-group .e-btn-icon,
230
- .e-bigger .e-css.e-btn-group .e-btn-icon,
231
- .e-bigger.e-css.e-btn-group .e-btn-icon {
232
- font-size: 16px;
233
- }
234
-
235
228
  /* stylelint-disable */
236
229
  .e-btn-group:not(.e-outline),
237
230
  .e-css.e-btn-group:not(.e-outline) {
@@ -357,8 +350,6 @@
357
350
  .e-css.e-btn-group .e-btn:focus.e-outline,
358
351
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
359
352
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
360
- -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
361
- box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
362
353
  -webkit-box-shadow: none;
363
354
  box-shadow: none;
364
355
  }
@@ -817,4 +808,11 @@
817
808
  .e-btn-group.e-rtl .e-btn:last-of-type,
818
809
  .e-css.e-btn-group.e-rtl .e-btn:last-of-type {
819
810
  border-right: transparent;
811
+ }
812
+
813
+ .e-bigger .e-btn-group .e-btn-icon,
814
+ .e-bigger.e-btn-group .e-btn-icon,
815
+ .e-bigger .e-css.e-btn-group .e-btn-icon,
816
+ .e-bigger.e-css.e-btn-group .e-btn-icon {
817
+ font-size: 16px;
820
818
  }
@@ -2,3 +2,4 @@
2
2
  @import 'ej2-buttons/styles/button/material-dark-definition.scss';
3
3
  @import 'material-dark-definition.scss';
4
4
  @import 'all.scss';
5
+ @import 'bigger.scss';
@@ -225,13 +225,6 @@
225
225
  border-top-right-radius: 0;
226
226
  }
227
227
 
228
- .e-bigger .e-btn-group .e-btn-icon,
229
- .e-bigger.e-btn-group .e-btn-icon,
230
- .e-bigger .e-css.e-btn-group .e-btn-icon,
231
- .e-bigger.e-css.e-btn-group .e-btn-icon {
232
- font-size: 16px;
233
- }
234
-
235
228
  /* stylelint-disable */
236
229
  .e-btn-group:not(.e-outline),
237
230
  .e-css.e-btn-group:not(.e-outline) {
@@ -362,8 +355,6 @@
362
355
  .e-css.e-btn-group .e-btn:focus.e-outline,
363
356
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
364
357
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
365
- -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
366
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
367
358
  -webkit-box-shadow: none;
368
359
  box-shadow: none;
369
360
  }
@@ -822,4 +813,11 @@
822
813
  .e-btn-group.e-rtl .e-btn:last-of-type,
823
814
  .e-css.e-btn-group.e-rtl .e-btn:last-of-type {
824
815
  border-right: transparent;
816
+ }
817
+
818
+ .e-bigger .e-btn-group .e-btn-icon,
819
+ .e-bigger.e-btn-group .e-btn-icon,
820
+ .e-bigger .e-css.e-btn-group .e-btn-icon,
821
+ .e-bigger.e-css.e-btn-group .e-btn-icon {
822
+ font-size: 16px;
825
823
  }
@@ -2,3 +2,4 @@
2
2
  @import 'ej2-buttons/styles/button/material-definition.scss';
3
3
  @import 'material-definition.scss';
4
4
  @import 'all.scss';
5
+ @import 'bigger.scss';
@@ -1,57 +1,4 @@
1
- :root {
2
- --color-sf-black: 0, 0, 0;
3
- --color-sf-white: 255, 255, 255;
4
- --color-sf-primary: 208, 188, 255;
5
- --color-sf-primary-container: 79, 55, 139;
6
- --color-sf-secondary: 204, 194, 220;
7
- --color-sf-secondary-container: 74, 68, 88;
8
- --color-sf-tertiary: 239, 184, 200;
9
- --color-sf-tertiary-container: 99, 59, 72;
10
- --color-sf-surface: 28, 27, 31;
11
- --color-sf-surface-variant: 73, 69, 79;
12
- --color-sf-background: var(--color-sf-surface);
13
- --color-sf-on-primary: 55, 30, 115;
14
- --color-sf-on-primary-container: 234, 221, 255;
15
- --color-sf-on-secondary: 51, 45, 65;
16
- --color-sf-on-secondary-container: 232, 222, 248;
17
- --color-sf-on-tertiary: 73, 37, 50;
18
- --color-sf-on-tertiary-containe: 255, 216, 228;
19
- --color-sf-on-surface: 230, 225, 229;
20
- --color-sf-on-surface-variant: 202, 196, 208;
21
- --color-sf-on-background: 230, 225, 229;
22
- --color-sf-outline: 147, 143, 153;
23
- --color-sf-outline-variant: 68, 71, 70;
24
- --color-sf-shadow: 0, 0, 0;
25
- --color-sf-surface-tint-color: 208, 188, 255;
26
- --color-sf-inverse-surface: 230, 225, 229;
27
- --color-sf-inverse-on-surface: 49, 48, 51;
28
- --color-sf-inverse-primary: 103, 80, 164;
29
- --color-sf-scrim: 0, 0, 0;
30
- --color-sf-error: 242, 184, 181;
31
- --color-sf-error-container: 140, 29, 24;
32
- --color-sf-on-error: 96, 20, 16;
33
- --color-sf-on-error-container: 249, 222, 220;
34
- --color-sf-success: 83, 202, 23;
35
- --color-sf-success-container: 22, 62, 2;
36
- --color-sf-on-success: 13, 39, 0;
37
- --color-sf-on-success-container: 183, 250, 150;
38
- --color-sf-info: 71, 172, 251;
39
- --color-sf-info-container: 0, 67, 120;
40
- --color-sf-on-info: 0, 51, 91;
41
- --color-sf-on-info-container: 173, 219, 255;
42
- --color-sf-warning: 245, 180, 130;
43
- --color-sf-warning-container: 123, 65, 0;
44
- --color-sf-on-warning: 99, 52, 0;
45
- --color-sf-on-warning-container: 255, 220, 193;
46
- --color-sf-spreadsheet-gridline: 231, 224, 236;
47
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
48
- --color-sf-success-text: 0, 0, 0;
49
- --color-sf-warning-text: 0, 0, 0;
50
- --color-sf-info-text: 0, 0, 0;
51
- --color-sf-danger-text: 0, 0, 0;
52
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
53
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
54
- }
1
+
55
2
 
56
3
  /* stylelint-disable */
57
4
  *.e-btn-group,
@@ -279,13 +226,6 @@
279
226
  border-top-right-radius: 0;
280
227
  }
281
228
 
282
- .e-bigger .e-btn-group .e-btn-icon,
283
- .e-bigger.e-btn-group .e-btn-icon,
284
- .e-bigger .e-css.e-btn-group .e-btn-icon,
285
- .e-bigger.e-css.e-btn-group .e-btn-icon {
286
- font-size: 20px;
287
- }
288
-
289
229
  /* stylelint-disable */
290
230
  .e-btn-group .e-btn,
291
231
  .e-css.e-btn-group .e-btn {
@@ -997,4 +937,11 @@
997
937
  .e-btn-group.e-rtl .e-btn:last-of-type,
998
938
  .e-css.e-btn-group.e-rtl .e-btn:last-of-type {
999
939
  border-right: transparent;
940
+ }
941
+
942
+ .e-bigger .e-btn-group .e-btn-icon,
943
+ .e-bigger.e-btn-group .e-btn-icon,
944
+ .e-bigger .e-css.e-btn-group .e-btn-icon,
945
+ .e-bigger.e-css.e-btn-group .e-btn-icon {
946
+ font-size: 20px;
1000
947
  }
@@ -3,3 +3,4 @@
3
3
  @import 'ej2-buttons/styles/button/material3-dark-definition.scss';
4
4
  @import 'material3-dark-definition.scss';
5
5
  @import 'all.scss';
6
+ @import 'bigger.scss';
@@ -1,113 +1,6 @@
1
- :root {
2
- --color-sf-black: 0, 0, 0;
3
- --color-sf-white: 255, 255, 255;
4
- --color-sf-primary: 103, 80, 164;
5
- --color-sf-primary-container: 234, 221, 255;
6
- --color-sf-secondary: 98, 91, 113;
7
- --color-sf-secondary-container: 232, 222, 248;
8
- --color-sf-tertiary: 125, 82, 96;
9
- --color-sf-tertiary-container: 255, 216, 228;
10
- --color-sf-surface: 255, 255, 255;
11
- --color-sf-surface-variant: 231, 224, 236;
12
- --color-sf-background: var(--color-sf-surface);
13
- --color-sf-on-primary: 255, 255, 255;
14
- --color-sf-on-primary-container: 33, 0, 94;
15
- --color-sf-on-secondary: 255, 255, 255;
16
- --color-sf-on-secondary-container: 30, 25, 43;
17
- --color-sf-on-tertiary: 255, 255, 255;
18
- --color-sf-on-tertiary-containe: 55, 11, 30;
19
- --color-sf-on-surface: 28, 27, 31;
20
- --color-sf-on-surface-variant: 73, 69, 78;
21
- --color-sf-on-background: 28, 27, 31;
22
- --color-sf-outline: 121, 116, 126;
23
- --color-sf-outline-variant: 196, 199, 197;
24
- --color-sf-shadow: 0, 0, 0;
25
- --color-sf-surface-tint-color: 103, 80, 164;
26
- --color-sf-inverse-surface: 49, 48, 51;
27
- --color-sf-inverse-on-surface: 244, 239, 244;
28
- --color-sf-inverse-primary: 208, 188, 255;
29
- --color-sf-scrim: 0, 0, 0;
30
- --color-sf-error: 179, 38, 30;
31
- --color-sf-error-container: 249, 222, 220;
32
- --color-sf-on-error: 255, 250, 250;
33
- --color-sf-on-error-container: 65, 14, 11;
34
- --color-sf-success: 32, 81, 7;
35
- --color-sf-success-container: 209, 255, 186;
36
- --color-sf-on-success: 244, 255, 239;
37
- --color-sf-on-success-container: 13, 39, 0;
38
- --color-sf-info: 1, 87, 155;
39
- --color-sf-info-container: 233, 245, 255;
40
- --color-sf-on-info: 250, 253, 255;
41
- --color-sf-on-info-container: 0, 51, 91;
42
- --color-sf-warning: 145, 76, 0;
43
- --color-sf-warning-container: 254, 236, 222;
44
- --color-sf-on-warning: 255, 255, 255;
45
- --color-sf-on-warning-container: 47, 21, 0;
46
- --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
47
- --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
48
- --color-sf-diagram-palette-background: --color-sf-white;
49
- --color-sf-success-text: 255, 255, 255;
50
- --color-sf-warning-text: 255, 255, 255;
51
- --color-sf-danger-text: 255, 255, 255;
52
- --color-sf-info-text: 255, 255, 255;
53
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
54
- --color-sf-secondary-bg-color: var(--color-sf-surface);
55
- }
56
1
 
57
- .e-dark-mode {
58
- --color-sf-black: 0, 0, 0;
59
- --color-sf-white: 255, 255, 255;
60
- --color-sf-primary: 208, 188, 255;
61
- --color-sf-primary-container: 79, 55, 139;
62
- --color-sf-secondary: 204, 194, 220;
63
- --color-sf-secondary-container: 74, 68, 88;
64
- --color-sf-tertiary: 239, 184, 200;
65
- --color-sf-tertiary-container: 99, 59, 72;
66
- --color-sf-surface: 28, 27, 31;
67
- --color-sf-surface-variant: 28, 27, 31;
68
- --color-sf-background: var(--color-sf-surface);
69
- --color-sf-on-primary: 55, 30, 115;
70
- --color-sf-on-primary-container: 234, 221, 255;
71
- --color-sf-on-secondary: 51, 45, 65;
72
- --color-sf-on-secondary-container: 232, 222, 248;
73
- --color-sf-on-tertiary: 73, 37, 50;
74
- --color-sf-on-tertiary-containe: 255, 216, 228;
75
- --color-sf-on-surface: 230, 225, 229;
76
- --color-sf-on-surface-variant: 202, 196, 208;
77
- --color-sf-on-background: 230, 225, 229;
78
- --color-sf-outline: 147, 143, 153;
79
- --color-sf-outline-variant: 68, 71, 70;
80
- --color-sf-shadow: 0, 0, 0;
81
- --color-sf-surface-tint-color: 208, 188, 255;
82
- --color-sf-inverse-surface: 230, 225, 229;
83
- --color-sf-inverse-on-surface: 49, 48, 51;
84
- --color-sf-inverse-primary: 103, 80, 164;
85
- --color-sf-scrim: 0, 0, 0;
86
- --color-sf-error: 242, 184, 181;
87
- --color-sf-error-container: 140, 29, 24;
88
- --color-sf-on-error: 96, 20, 16;
89
- --color-sf-on-error-container: 249, 222, 220;
90
- --color-sf-success: 83, 202, 23;
91
- --color-sf-success-container: 22, 62, 2;
92
- --color-sf-on-success: 13, 39, 0;
93
- --color-sf-on-success-container: 183, 250, 150;
94
- --color-sf-info: 71, 172, 251;
95
- --color-sf-info-container: 0, 67, 120;
96
- --color-sf-on-info: 0, 51, 91;
97
- --color-sf-on-info-container: 173, 219, 255;
98
- --color-sf-warning: 245, 180, 130;
99
- --color-sf-warning-container: 123, 65, 0;
100
- --color-sf-on-warning: 99, 52, 0;
101
- --color-sf-on-warning-container: 255, 220, 193;
102
- --color-sf-spreadsheet-gridline: 231, 224, 236;
103
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
104
- --color-sf-success-text: 0, 0, 0;
105
- --color-sf-warning-text: 0, 0, 0;
106
- --color-sf-info-text: 0, 0, 0;
107
- --color-sf-danger-text: 0, 0, 0;
108
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
109
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
110
- }
2
+
3
+
111
4
 
112
5
  /* stylelint-disable */
113
6
  *.e-btn-group,
@@ -335,13 +228,6 @@
335
228
  border-top-right-radius: 0;
336
229
  }
337
230
 
338
- .e-bigger .e-btn-group .e-btn-icon,
339
- .e-bigger.e-btn-group .e-btn-icon,
340
- .e-bigger .e-css.e-btn-group .e-btn-icon,
341
- .e-bigger.e-css.e-btn-group .e-btn-icon {
342
- font-size: 20px;
343
- }
344
-
345
231
  /* stylelint-disable */
346
232
  .e-btn-group .e-btn,
347
233
  .e-css.e-btn-group .e-btn {
@@ -1053,4 +939,11 @@
1053
939
  .e-btn-group.e-rtl .e-btn:last-of-type,
1054
940
  .e-css.e-btn-group.e-rtl .e-btn:last-of-type {
1055
941
  border-right: transparent;
942
+ }
943
+
944
+ .e-bigger .e-btn-group .e-btn-icon,
945
+ .e-bigger.e-btn-group .e-btn-icon,
946
+ .e-bigger .e-css.e-btn-group .e-btn-icon,
947
+ .e-bigger.e-css.e-btn-group .e-btn-icon {
948
+ font-size: 20px;
1056
949
  }
@@ -3,3 +3,4 @@
3
3
  @import 'ej2-buttons/styles/button/material3-definition.scss';
4
4
  @import 'material3-definition.scss';
5
5
  @import 'all.scss';
6
+ @import 'bigger.scss';
@@ -233,13 +233,6 @@
233
233
  border-top-right-radius: 0;
234
234
  }
235
235
 
236
- .e-bigger .e-btn-group .e-btn-icon,
237
- .e-bigger.e-btn-group .e-btn-icon,
238
- .e-bigger .e-css.e-btn-group .e-btn-icon,
239
- .e-bigger.e-css.e-btn-group .e-btn-icon {
240
- font-size: 22px;
241
- }
242
-
243
236
  /* stylelint-disable */
244
237
  .e-btn-group:not(.e-outline),
245
238
  .e-css.e-btn-group:not(.e-outline) {
@@ -796,4 +789,10 @@
796
789
  .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
797
790
  border-color: #f87171;
798
791
  outline-color: inherit;
792
+ }
793
+ .e-bigger .e-btn-group .e-btn-icon,
794
+ .e-bigger.e-btn-group .e-btn-icon,
795
+ .e-bigger .e-css.e-btn-group .e-btn-icon,
796
+ .e-bigger.e-css.e-btn-group .e-btn-icon {
797
+ font-size: 22px;
799
798
  }
@@ -2,3 +2,4 @@
2
2
  @import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
3
3
  @import 'tailwind-dark-definition.scss';
4
4
  @import 'all.scss';
5
+ @import 'bigger.scss';
@@ -233,13 +233,6 @@
233
233
  border-top-right-radius: 0;
234
234
  }
235
235
 
236
- .e-bigger .e-btn-group .e-btn-icon,
237
- .e-bigger.e-btn-group .e-btn-icon,
238
- .e-bigger .e-css.e-btn-group .e-btn-icon,
239
- .e-bigger.e-css.e-btn-group .e-btn-icon {
240
- font-size: 22px;
241
- }
242
-
243
236
  /* stylelint-disable */
244
237
  .e-btn-group:not(.e-outline),
245
238
  .e-css.e-btn-group:not(.e-outline) {
@@ -796,4 +789,10 @@
796
789
  .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
797
790
  border-color: #dc2626;
798
791
  outline-color: inherit;
792
+ }
793
+ .e-bigger .e-btn-group .e-btn-icon,
794
+ .e-bigger.e-btn-group .e-btn-icon,
795
+ .e-bigger .e-css.e-btn-group .e-btn-icon,
796
+ .e-bigger.e-css.e-btn-group .e-btn-icon {
797
+ font-size: 22px;
799
798
  }
@@ -2,3 +2,4 @@
2
2
  @import 'ej2-buttons/styles/button/tailwind-definition.scss';
3
3
  @import 'tailwind-definition.scss';
4
4
  @import 'all.scss';
5
+ @import 'bigger.scss';
@@ -0,0 +1,79 @@
1
+ @include export-module('drop-down-button-bigger') {
2
+ .e-bigger .e-dropdown-btn,
3
+ .e-bigger.e-dropdown-btn {
4
+ .e-btn-icon {
5
+ font-size: $drop-down-btn-icon-font-size-bigger;
6
+ }
7
+
8
+ .e-caret {
9
+ font-size: $drop-down-btn-caret-icon-font-size-bigger;
10
+ }
11
+
12
+ &.e-vertical {
13
+ line-height: 1;
14
+ padding: $drop-down-btn-vertical-bigger-padding;
15
+ }
16
+
17
+ &.e-small {
18
+ &.e-vertical {
19
+ line-height: 1;
20
+ padding: $drop-down-btn-vertical-bigger-padding;
21
+ }
22
+ }
23
+ }
24
+
25
+ #{if(&, '&', '*')}.e-bigger .e-dropdown-popup {
26
+ @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $theme-name == 'tailwind-dark' or $theme-name == 'bootstrap5-dark' {
27
+ background-color: transparent;
28
+ border-radius: $drop-down-btn-ul-border-radius;
29
+ }
30
+ }
31
+
32
+ #{if(&, '&', '*')}.e-bigger .e-dropdown-popup ul,
33
+ #{if(&, '&', '*')}.e-bigger.e-dropdown-popup ul {
34
+ box-shadow: $drop-down-btn-parent-ul-box-shadow;
35
+ font-size: $drop-down-btn-bigger-font-size;
36
+ max-width: $drop-down-btn-bigger-max-width;
37
+ min-width: $drop-down-btn-bigger-min-width;
38
+ padding: $drop-down-btn-ul-bigger-padding;
39
+ @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
40
+ background-color: $drop-down-btn-ul-bgcolor;
41
+ margin-top: $drop-down-btn-bigger-popup-margin-top;
42
+ }
43
+
44
+ & .e-item {
45
+ height: $drop-down-btn-bigger-li-height;
46
+ @if $skin-name != 'fluent2' {
47
+ line-height: $drop-down-btn-bigger-li-height;
48
+ }
49
+ @if $skin-name == 'fluent2' {
50
+ height: 40px;
51
+ line-height: 22px;
52
+ }
53
+ padding: $drop-down-btn-bigger-li-padding;
54
+
55
+ &.e-url {
56
+ padding: 0;
57
+ }
58
+
59
+ & .e-menu-url {
60
+ @if $skin-name == 'fluent2' {
61
+ padding: 8px 8px 10px;
62
+ }
63
+ }
64
+
65
+ & .e-menu-icon {
66
+ font-size: $drop-down-btn-menu-icon-bigger-font-size;
67
+ line-height: $drop-down-btn-bigger-li-height;
68
+ @if $skin-name == 'fluent2' {
69
+ line-height: 22px;
70
+ }
71
+ }
72
+
73
+ &.e-separator {
74
+ height: auto;
75
+ line-height: normal;
76
+ }
77
+ }
78
+ }
79
+ }
@@ -15,7 +15,7 @@ $drop-down-btn-bigger-li-padding: 0 16px !default;
15
15
  $drop-down-btn-small-li-padding: 0 8px !default;
16
16
  $drop-down-btn-max-width: 178px !default;
17
17
  $drop-down-btn-menu-icon-bigger-font-size: 22px !default;
18
- $drop-down-btn-menu-icon-font-size: $text-lg !default;
18
+ $drop-down-btn-menu-icon-font-size: $text-base !default;
19
19
  $drop-down-btn-min-width: 120px !default;
20
20
  $drop-down-btn-seperator-padding: 3px 0 !default;
21
21
  $drop-down-btn-sub-ul-box-shadow: none !default;
@@ -1,7 +1,7 @@
1
1
  @include export-module('drop-down-button-layout') {
2
2
  .e-dropdown-btn,
3
3
  .e-dropdown-btn.e-btn {
4
- @if $skin-name != 'bootstrap4' and $skin-name != 'bootstrap5' and $skin-name != 'fluent2' {
4
+ @if $skin-name != 'bootstrap4' and $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'fluent2' {
5
5
  box-shadow: none;
6
6
  }
7
7
  text-transform: none;
@@ -13,13 +13,13 @@
13
13
  }
14
14
 
15
15
  &:hover {
16
- @if $skin-name != 'bootstrap4' and $skin-name != 'bootstrap5' and $skin-name != 'Material3' {
16
+ @if $skin-name != 'bootstrap4' and $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'Material3' {
17
17
  box-shadow: none;
18
18
  }
19
19
  }
20
20
 
21
21
  &:focus {
22
- @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'Material3' {
22
+ @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'Material3' {
23
23
  box-shadow: $drop-down-btn-box-shadow;
24
24
  }
25
25
  @else {
@@ -84,32 +84,9 @@
84
84
  }
85
85
  }
86
86
 
87
- .e-bigger .e-dropdown-btn,
88
- .e-bigger.e-dropdown-btn {
89
- .e-btn-icon {
90
- font-size: $drop-down-btn-icon-font-size-bigger;
91
- }
92
-
93
- .e-caret {
94
- font-size: $drop-down-btn-caret-icon-font-size-bigger;
95
- }
96
-
97
- &.e-vertical {
98
- line-height: 1;
99
- padding: $drop-down-btn-vertical-bigger-padding;
100
- }
101
-
102
- &.e-small {
103
- &.e-vertical {
104
- line-height: 1;
105
- padding: $drop-down-btn-vertical-bigger-padding;
106
- }
107
- }
108
- }
109
-
110
87
  .e-dropdown-popup {
111
88
  position: absolute;
112
- @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $theme-name == 'tailwind-dark' or $theme-name == 'bootstrap5-dark' {
89
+ @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $theme-name == 'tailwind-dark' or $theme-name == 'bootstrap5-dark' {
113
90
  border-radius: $drop-down-btn-ul-border-radius;
114
91
  margin-top: $drop-down-btn-popup-margin-top;
115
92
  }
@@ -225,59 +202,4 @@
225
202
  margin-right: 0;
226
203
  }
227
204
  }
228
-
229
- #{if(&, '&', '*')}.e-bigger .e-dropdown-popup {
230
- @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $theme-name == 'tailwind-dark' or $theme-name == 'bootstrap5-dark' {
231
- background-color: transparent;
232
- border-radius: $drop-down-btn-ul-border-radius;
233
- }
234
- }
235
-
236
- #{if(&, '&', '*')}.e-bigger .e-dropdown-popup ul,
237
- #{if(&, '&', '*')}.e-bigger.e-dropdown-popup ul {
238
- box-shadow: $drop-down-btn-parent-ul-box-shadow;
239
- font-size: $drop-down-btn-bigger-font-size;
240
- max-width: $drop-down-btn-bigger-max-width;
241
- min-width: $drop-down-btn-bigger-min-width;
242
- padding: $drop-down-btn-ul-bigger-padding;
243
- @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' {
244
- background-color: $drop-down-btn-ul-bgcolor;
245
- margin-top: $drop-down-btn-bigger-popup-margin-top;
246
- }
247
-
248
- & .e-item {
249
- height: $drop-down-btn-bigger-li-height;
250
- @if $skin-name != 'fluent2' {
251
- line-height: $drop-down-btn-bigger-li-height;
252
- }
253
- @if $skin-name == 'fluent2' {
254
- height: 40px;
255
- line-height: 22px;
256
- }
257
- padding: $drop-down-btn-bigger-li-padding;
258
-
259
- &.e-url {
260
- padding: 0;
261
- }
262
-
263
- & .e-menu-url {
264
- @if $skin-name == 'fluent2' {
265
- padding: 8px 8px 10px;
266
- }
267
- }
268
-
269
- & .e-menu-icon {
270
- font-size: $drop-down-btn-menu-icon-bigger-font-size;
271
- line-height: $drop-down-btn-bigger-li-height;
272
- @if $skin-name == 'fluent2' {
273
- line-height: 22px;
274
- }
275
- }
276
-
277
- &.e-separator {
278
- height: auto;
279
- line-height: normal;
280
- }
281
- }
282
- }
283
205
  }