@syncfusion/ej2-splitbuttons 33.2.3 → 34.1.29

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 (778) hide show
  1. package/dist/ej2-splitbuttons.min.js +2 -2
  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 +1 -1
  5. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  6. package/dist/es6/ej2-splitbuttons.es5.js +1 -1
  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 +3 -3
  12. package/src/common/common.d.ts +1 -0
  13. package/src/drop-down-button/drop-down-button.js +1 -1
  14. package/styles/bds-lite.css +144 -829
  15. package/styles/bds-lite.scss +4 -7
  16. package/styles/bds.css +165 -1192
  17. package/styles/bds.scss +8 -11
  18. package/styles/bootstrap-dark-lite.css +0 -41
  19. package/styles/bootstrap-dark-lite.scss +4 -7
  20. package/styles/bootstrap-dark.css +0 -41
  21. package/styles/bootstrap-dark.scss +8 -11
  22. package/styles/bootstrap-lite.css +0 -41
  23. package/styles/bootstrap-lite.scss +4 -7
  24. package/styles/bootstrap.css +0 -41
  25. package/styles/bootstrap.scss +8 -11
  26. package/styles/bootstrap4-lite.css +0 -41
  27. package/styles/bootstrap4-lite.scss +4 -7
  28. package/styles/bootstrap4.css +0 -41
  29. package/styles/bootstrap4.scss +8 -11
  30. package/styles/bootstrap5-dark-lite.css +0 -42
  31. package/styles/bootstrap5-dark-lite.scss +4 -7
  32. package/styles/bootstrap5-dark.css +0 -42
  33. package/styles/bootstrap5-dark.scss +8 -11
  34. package/styles/bootstrap5-lite.css +0 -42
  35. package/styles/bootstrap5-lite.scss +4 -8
  36. package/styles/bootstrap5.3-lite.css +80 -794
  37. package/styles/bootstrap5.3-lite.scss +4 -8
  38. package/styles/bootstrap5.3.css +78 -1128
  39. package/styles/bootstrap5.3.scss +8 -12
  40. package/styles/bootstrap5.css +0 -42
  41. package/styles/bootstrap5.scss +8 -12
  42. package/styles/button-group/_all.scss +2 -2
  43. package/styles/button-group/_bds-definition.scss +2 -4
  44. package/styles/button-group/_bigger.scss +2 -2
  45. package/styles/button-group/_bootstrap-dark-definition.scss +1 -4
  46. package/styles/button-group/_bootstrap-definition.scss +3 -4
  47. package/styles/button-group/_bootstrap4-definition.scss +3 -4
  48. package/styles/button-group/_bootstrap5-dark-definition.scss +2 -4
  49. package/styles/button-group/_bootstrap5-definition.scss +2 -4
  50. package/styles/button-group/_bootstrap5.3-definition.scss +2 -4
  51. package/styles/button-group/_fabric-dark-definition.scss +2 -4
  52. package/styles/button-group/_fabric-definition.scss +2 -4
  53. package/styles/button-group/_fluent-dark-definition.scss +2 -4
  54. package/styles/button-group/_fluent-definition.scss +2 -4
  55. package/styles/button-group/_fluent2-definition.scss +2 -4
  56. package/styles/button-group/_group-button-mixin.scss +7 -5
  57. package/styles/button-group/_highcontrast-definition.scss +2 -4
  58. package/styles/button-group/_highcontrast-light-definition.scss +1 -4
  59. package/styles/button-group/_layout.scss +6 -6
  60. package/styles/button-group/_material-dark-definition.scss +1 -4
  61. package/styles/button-group/_material-definition.scss +2 -4
  62. package/styles/button-group/_material3-dark-definition.scss +2 -4
  63. package/styles/button-group/_material3-definition.scss +2 -4
  64. package/styles/button-group/_tailwind-dark-definition.scss +2 -4
  65. package/styles/button-group/_tailwind-definition.scss +2 -4
  66. package/styles/button-group/_tailwind3-definition.scss +2 -4
  67. package/styles/button-group/_theme.scss +71 -68
  68. package/styles/button-group/_variables.scss +2 -0
  69. package/styles/button-group/bds.css +0 -189
  70. package/styles/button-group/bds.scss +2 -4
  71. package/styles/button-group/bootstrap-dark.scss +2 -4
  72. package/styles/button-group/bootstrap.scss +2 -4
  73. package/styles/button-group/bootstrap4.scss +2 -4
  74. package/styles/button-group/bootstrap5-dark.scss +2 -4
  75. package/styles/button-group/bootstrap5.3.css +8 -260
  76. package/styles/button-group/bootstrap5.3.scss +2 -4
  77. package/styles/button-group/bootstrap5.scss +2 -4
  78. package/styles/button-group/fabric-dark.scss +2 -4
  79. package/styles/button-group/fabric.scss +2 -4
  80. package/styles/button-group/fluent-dark.scss +2 -4
  81. package/styles/button-group/fluent.scss +2 -4
  82. package/styles/button-group/fluent2.css +0 -258
  83. package/styles/button-group/fluent2.scss +2 -4
  84. package/styles/button-group/highcontrast-light.scss +2 -4
  85. package/styles/button-group/highcontrast.scss +2 -4
  86. package/styles/button-group/material-dark.scss +2 -4
  87. package/styles/button-group/material.scss +2 -4
  88. package/styles/button-group/material3-dark.css +0 -246
  89. package/styles/button-group/material3-dark.scss +2 -4
  90. package/styles/button-group/material3.css +0 -252
  91. package/styles/button-group/material3.scss +2 -4
  92. package/styles/button-group/tailwind-dark.scss +2 -4
  93. package/styles/button-group/tailwind.scss +2 -4
  94. package/styles/button-group/tailwind3.css +0 -222
  95. package/styles/button-group/tailwind3.scss +2 -4
  96. package/styles/drop-down-button/_all.scss +2 -2
  97. package/styles/drop-down-button/_bds-definition.scss +1 -4
  98. package/styles/drop-down-button/_bigger.scss +4 -4
  99. package/styles/drop-down-button/_bootstrap-dark-definition.scss +2 -4
  100. package/styles/drop-down-button/_bootstrap-definition.scss +2 -4
  101. package/styles/drop-down-button/_bootstrap4-definition.scss +2 -4
  102. package/styles/drop-down-button/_bootstrap5-dark-definition.scss +2 -4
  103. package/styles/drop-down-button/_bootstrap5-definition.scss +2 -4
  104. package/styles/drop-down-button/_bootstrap5.3-definition.scss +2 -4
  105. package/styles/drop-down-button/_fabric-dark-definition.scss +2 -4
  106. package/styles/drop-down-button/_fabric-definition.scss +2 -4
  107. package/styles/drop-down-button/_fluent-dark-definition.scss +2 -4
  108. package/styles/drop-down-button/_fluent-definition.scss +2 -4
  109. package/styles/drop-down-button/_fluent2-definition.scss +2 -4
  110. package/styles/drop-down-button/_fusionnew-definition.scss +2 -4
  111. package/styles/drop-down-button/_highcontrast-definition.scss +2 -4
  112. package/styles/drop-down-button/_highcontrast-light-definition.scss +2 -4
  113. package/styles/drop-down-button/_layout.scss +5 -4
  114. package/styles/drop-down-button/_material-dark-definition.scss +2 -4
  115. package/styles/drop-down-button/_material-definition.scss +2 -4
  116. package/styles/drop-down-button/_material3-dark-definition.scss +2 -4
  117. package/styles/drop-down-button/_material3-definition.scss +2 -4
  118. package/styles/drop-down-button/_tailwind-dark-definition.scss +2 -4
  119. package/styles/drop-down-button/_tailwind-definition.scss +2 -4
  120. package/styles/drop-down-button/_tailwind3-definition.scss +2 -4
  121. package/styles/drop-down-button/_theme.scss +3 -2
  122. package/styles/drop-down-button/_variables.scss +2 -0
  123. package/styles/drop-down-button/bds.css +0 -325
  124. package/styles/drop-down-button/bds.scss +2 -5
  125. package/styles/drop-down-button/bootstrap-dark.scss +2 -5
  126. package/styles/drop-down-button/bootstrap.scss +2 -5
  127. package/styles/drop-down-button/bootstrap4.scss +2 -5
  128. package/styles/drop-down-button/bootstrap5-dark.css +0 -1
  129. package/styles/drop-down-button/bootstrap5-dark.scss +2 -5
  130. package/styles/drop-down-button/bootstrap5.3.css +0 -253
  131. package/styles/drop-down-button/bootstrap5.3.scss +2 -5
  132. package/styles/drop-down-button/bootstrap5.css +0 -1
  133. package/styles/drop-down-button/bootstrap5.scss +2 -5
  134. package/styles/drop-down-button/fabric-dark.scss +2 -5
  135. package/styles/drop-down-button/fabric.scss +2 -5
  136. package/styles/drop-down-button/fluent-dark.css +0 -1
  137. package/styles/drop-down-button/fluent-dark.scss +2 -5
  138. package/styles/drop-down-button/fluent.css +0 -1
  139. package/styles/drop-down-button/fluent.scss +2 -5
  140. package/styles/drop-down-button/fluent2.css +0 -259
  141. package/styles/drop-down-button/fluent2.scss +2 -5
  142. package/styles/drop-down-button/highcontrast-light.scss +2 -5
  143. package/styles/drop-down-button/highcontrast.scss +2 -5
  144. package/styles/drop-down-button/icons/_bds.scss +1 -1
  145. package/styles/drop-down-button/icons/_bootstrap-dark.scss +1 -1
  146. package/styles/drop-down-button/icons/_bootstrap.scss +1 -1
  147. package/styles/drop-down-button/icons/_bootstrap4.scss +1 -1
  148. package/styles/drop-down-button/icons/_bootstrap5.3.scss +1 -1
  149. package/styles/drop-down-button/icons/_bootstrap5.scss +1 -1
  150. package/styles/drop-down-button/icons/_fabric-dark.scss +1 -1
  151. package/styles/drop-down-button/icons/_fabric.scss +1 -1
  152. package/styles/drop-down-button/icons/_fluent.scss +1 -1
  153. package/styles/drop-down-button/icons/_fluent2.scss +1 -1
  154. package/styles/drop-down-button/icons/_fusionnew.scss +1 -1
  155. package/styles/drop-down-button/icons/_highcontrast-light.scss +1 -1
  156. package/styles/drop-down-button/icons/_highcontrast.scss +1 -1
  157. package/styles/drop-down-button/icons/_material-dark.scss +1 -1
  158. package/styles/drop-down-button/icons/_material.scss +1 -1
  159. package/styles/drop-down-button/icons/_material3.scss +1 -1
  160. package/styles/drop-down-button/icons/_tailwind-dark.scss +1 -1
  161. package/styles/drop-down-button/icons/_tailwind.scss +1 -1
  162. package/styles/drop-down-button/icons/_tailwind3.scss +1 -1
  163. package/styles/drop-down-button/material-dark.scss +2 -5
  164. package/styles/drop-down-button/material.scss +2 -5
  165. package/styles/drop-down-button/material3-dark.css +0 -247
  166. package/styles/drop-down-button/material3-dark.scss +2 -5
  167. package/styles/drop-down-button/material3.css +0 -253
  168. package/styles/drop-down-button/material3.scss +2 -5
  169. package/styles/drop-down-button/tailwind-dark.css +0 -1
  170. package/styles/drop-down-button/tailwind-dark.scss +2 -5
  171. package/styles/drop-down-button/tailwind.css +0 -1
  172. package/styles/drop-down-button/tailwind.scss +2 -5
  173. package/styles/drop-down-button/tailwind3.css +0 -223
  174. package/styles/drop-down-button/tailwind3.scss +2 -5
  175. package/styles/fabric-dark-lite.css +0 -41
  176. package/styles/fabric-dark-lite.scss +4 -8
  177. package/styles/fabric-dark.css +0 -41
  178. package/styles/fabric-dark.scss +8 -12
  179. package/styles/fabric-lite.css +0 -41
  180. package/styles/fabric-lite.scss +4 -8
  181. package/styles/fabric.css +0 -41
  182. package/styles/fabric.scss +8 -12
  183. package/styles/fluent-dark-lite.css +0 -42
  184. package/styles/fluent-dark-lite.scss +4 -8
  185. package/styles/fluent-dark.css +0 -42
  186. package/styles/fluent-dark.scss +8 -12
  187. package/styles/fluent-lite.css +0 -42
  188. package/styles/fluent-lite.scss +4 -8
  189. package/styles/fluent.css +0 -42
  190. package/styles/fluent.scss +8 -12
  191. package/styles/fluent2-lite.css +84 -814
  192. package/styles/fluent2-lite.scss +4 -8
  193. package/styles/fluent2.css +140 -1214
  194. package/styles/fluent2.scss +8 -12
  195. package/styles/highcontrast-light-lite.css +0 -41
  196. package/styles/highcontrast-light-lite.scss +4 -8
  197. package/styles/highcontrast-light.css +0 -41
  198. package/styles/highcontrast-light.scss +8 -12
  199. package/styles/highcontrast-lite.css +0 -41
  200. package/styles/highcontrast-lite.scss +4 -8
  201. package/styles/highcontrast.css +0 -41
  202. package/styles/highcontrast.scss +8 -12
  203. package/styles/material-dark-lite.css +0 -41
  204. package/styles/material-dark-lite.scss +4 -8
  205. package/styles/material-dark.css +0 -41
  206. package/styles/material-dark.scss +8 -12
  207. package/styles/material-lite.css +0 -41
  208. package/styles/material-lite.scss +4 -7
  209. package/styles/material.css +0 -41
  210. package/styles/material.scss +8 -11
  211. package/styles/material3-dark-lite.css +6 -704
  212. package/styles/material3-dark-lite.scss +4 -8
  213. package/styles/material3-dark.css +80 -1106
  214. package/styles/material3-dark.scss +8 -12
  215. package/styles/material3-lite.css +76 -790
  216. package/styles/material3-lite.scss +4 -8
  217. package/styles/material3.css +74 -1124
  218. package/styles/material3.scss +8 -12
  219. package/styles/progress-button/_all.scss +2 -2
  220. package/styles/progress-button/_bds-definition.scss +15 -11
  221. package/styles/progress-button/_bigger.scss +3 -3
  222. package/styles/progress-button/_bootstrap-dark-definition.scss +2 -4
  223. package/styles/progress-button/_bootstrap-definition.scss +2 -4
  224. package/styles/progress-button/_bootstrap4-definition.scss +2 -4
  225. package/styles/progress-button/_bootstrap5-dark-definition.scss +2 -4
  226. package/styles/progress-button/_bootstrap5-definition.scss +2 -4
  227. package/styles/progress-button/_bootstrap5.3-definition.scss +2 -4
  228. package/styles/progress-button/_fabric-dark-definition.scss +2 -4
  229. package/styles/progress-button/_fabric-definition.scss +2 -4
  230. package/styles/progress-button/_fluent-dark-definition.scss +2 -4
  231. package/styles/progress-button/_fluent-definition.scss +2 -4
  232. package/styles/progress-button/_fluent2-definition.scss +2 -4
  233. package/styles/progress-button/_highcontrast-definition.scss +2 -4
  234. package/styles/progress-button/_highcontrast-light-definition.scss +2 -4
  235. package/styles/progress-button/_layout.scss +2 -1
  236. package/styles/progress-button/_material-dark-definition.scss +2 -4
  237. package/styles/progress-button/_material-definition.scss +2 -4
  238. package/styles/progress-button/_material3-dark-definition.scss +2 -4
  239. package/styles/progress-button/_material3-definition.scss +2 -4
  240. package/styles/progress-button/_tailwind-dark-definition.scss +11 -4
  241. package/styles/progress-button/_tailwind-definition.scss +11 -4
  242. package/styles/progress-button/_tailwind3-definition.scss +2 -4
  243. package/styles/progress-button/_theme.scss +179 -142
  244. package/styles/progress-button/_variables.scss +2 -0
  245. package/styles/progress-button/bds.css +92 -281
  246. package/styles/progress-button/bds.scss +2 -5
  247. package/styles/progress-button/bootstrap-dark.css +0 -41
  248. package/styles/progress-button/bootstrap-dark.scss +2 -5
  249. package/styles/progress-button/bootstrap.css +0 -41
  250. package/styles/progress-button/bootstrap.scss +2 -5
  251. package/styles/progress-button/bootstrap4.css +0 -41
  252. package/styles/progress-button/bootstrap4.scss +2 -5
  253. package/styles/progress-button/bootstrap5-dark.css +0 -41
  254. package/styles/progress-button/bootstrap5-dark.scss +2 -5
  255. package/styles/progress-button/bootstrap5.3.css +0 -293
  256. package/styles/progress-button/bootstrap5.3.scss +2 -5
  257. package/styles/progress-button/bootstrap5.css +0 -41
  258. package/styles/progress-button/bootstrap5.scss +2 -5
  259. package/styles/progress-button/fabric-dark.css +0 -41
  260. package/styles/progress-button/fabric-dark.scss +2 -5
  261. package/styles/progress-button/fabric.css +0 -41
  262. package/styles/progress-button/fabric.scss +2 -5
  263. package/styles/progress-button/fluent-dark.css +0 -41
  264. package/styles/progress-button/fluent-dark.scss +2 -5
  265. package/styles/progress-button/fluent.css +0 -41
  266. package/styles/progress-button/fluent.scss +2 -5
  267. package/styles/progress-button/fluent2.css +0 -299
  268. package/styles/progress-button/fluent2.scss +2 -5
  269. package/styles/progress-button/highcontrast-light.css +0 -41
  270. package/styles/progress-button/highcontrast-light.scss +2 -5
  271. package/styles/progress-button/highcontrast.css +0 -41
  272. package/styles/progress-button/highcontrast.scss +2 -5
  273. package/styles/progress-button/material-dark.css +0 -41
  274. package/styles/progress-button/material-dark.scss +2 -5
  275. package/styles/progress-button/material.css +0 -41
  276. package/styles/progress-button/material.scss +2 -5
  277. package/styles/progress-button/material3-dark.css +0 -287
  278. package/styles/progress-button/material3-dark.scss +2 -5
  279. package/styles/progress-button/material3.css +0 -293
  280. package/styles/progress-button/material3.scss +2 -5
  281. package/styles/progress-button/tailwind-dark.css +0 -41
  282. package/styles/progress-button/tailwind-dark.scss +2 -5
  283. package/styles/progress-button/tailwind.css +0 -41
  284. package/styles/progress-button/tailwind.scss +2 -5
  285. package/styles/progress-button/tailwind3.css +0 -263
  286. package/styles/progress-button/tailwind3.scss +2 -5
  287. package/styles/split-button/_all.scss +2 -2
  288. package/styles/split-button/_bds-definition.scss +4 -3
  289. package/styles/split-button/_bigger.scss +4 -3
  290. package/styles/split-button/_bootstrap-dark-definition.scss +4 -3
  291. package/styles/split-button/_bootstrap-definition.scss +4 -3
  292. package/styles/split-button/_bootstrap4-definition.scss +5 -3
  293. package/styles/split-button/_bootstrap5-dark-definition.scss +4 -3
  294. package/styles/split-button/_bootstrap5-definition.scss +4 -3
  295. package/styles/split-button/_bootstrap5.3-definition.scss +4 -3
  296. package/styles/split-button/_fabric-dark-definition.scss +4 -3
  297. package/styles/split-button/_fabric-definition.scss +4 -3
  298. package/styles/split-button/_fluent-dark-definition.scss +4 -3
  299. package/styles/split-button/_fluent-definition.scss +4 -3
  300. package/styles/split-button/_fluent2-definition.scss +4 -3
  301. package/styles/split-button/_fusionnew-definition.scss +2 -0
  302. package/styles/split-button/_highcontrast-definition.scss +4 -3
  303. package/styles/split-button/_highcontrast-light-definition.scss +4 -3
  304. package/styles/split-button/_layout.scss +10 -9
  305. package/styles/split-button/_material-dark-definition.scss +4 -3
  306. package/styles/split-button/_material-definition.scss +4 -3
  307. package/styles/split-button/_material3-dark-definition.scss +3 -3
  308. package/styles/split-button/_material3-definition.scss +3 -3
  309. package/styles/split-button/_tailwind-dark-definition.scss +3 -3
  310. package/styles/split-button/_tailwind-definition.scss +3 -3
  311. package/styles/split-button/_tailwind3-definition.scss +4 -3
  312. package/styles/split-button/_theme.scss +9 -8
  313. package/styles/split-button/_variables.scss +2 -0
  314. package/styles/split-button/bds.css +0 -325
  315. package/styles/split-button/bds.scss +2 -6
  316. package/styles/split-button/bootstrap-dark.scss +2 -6
  317. package/styles/split-button/bootstrap.scss +2 -6
  318. package/styles/split-button/bootstrap4.scss +2 -6
  319. package/styles/split-button/bootstrap5-dark.css +0 -1
  320. package/styles/split-button/bootstrap5-dark.scss +2 -6
  321. package/styles/split-button/bootstrap5.3.css +0 -253
  322. package/styles/split-button/bootstrap5.3.scss +2 -6
  323. package/styles/split-button/bootstrap5.css +0 -1
  324. package/styles/split-button/bootstrap5.scss +2 -6
  325. package/styles/split-button/fabric-dark.scss +2 -6
  326. package/styles/split-button/fabric.scss +2 -6
  327. package/styles/split-button/fluent-dark.css +0 -1
  328. package/styles/split-button/fluent-dark.scss +2 -6
  329. package/styles/split-button/fluent.css +0 -1
  330. package/styles/split-button/fluent.scss +2 -6
  331. package/styles/split-button/fluent2.css +0 -259
  332. package/styles/split-button/fluent2.scss +2 -6
  333. package/styles/split-button/highcontrast-light.scss +2 -6
  334. package/styles/split-button/highcontrast.scss +2 -6
  335. package/styles/split-button/material-dark.scss +2 -6
  336. package/styles/split-button/material.scss +2 -6
  337. package/styles/split-button/material3-dark.css +0 -247
  338. package/styles/split-button/material3-dark.scss +2 -6
  339. package/styles/split-button/material3.css +0 -253
  340. package/styles/split-button/material3.scss +2 -6
  341. package/styles/split-button/tailwind-dark.css +0 -1
  342. package/styles/split-button/tailwind-dark.scss +2 -6
  343. package/styles/split-button/tailwind.css +0 -1
  344. package/styles/split-button/tailwind.scss +2 -6
  345. package/styles/split-button/tailwind3.css +0 -223
  346. package/styles/split-button/tailwind3.scss +2 -6
  347. package/styles/tailwind-dark-lite.css +0 -42
  348. package/styles/tailwind-dark-lite.scss +4 -8
  349. package/styles/tailwind-dark.css +0 -42
  350. package/styles/tailwind-dark.scss +8 -12
  351. package/styles/tailwind-lite.css +0 -42
  352. package/styles/tailwind-lite.scss +4 -8
  353. package/styles/tailwind.css +0 -42
  354. package/styles/tailwind.scss +8 -12
  355. package/styles/tailwind3-lite.css +22 -656
  356. package/styles/tailwind3-lite.scss +4 -8
  357. package/styles/tailwind3.css +34 -964
  358. package/styles/tailwind3.scss +8 -12
  359. package/styles/button-group/_all.bds.scss +0 -2
  360. package/styles/button-group/_all.bootstrap-dark.scss +0 -2
  361. package/styles/button-group/_all.bootstrap.scss +0 -2
  362. package/styles/button-group/_all.bootstrap4.scss +0 -2
  363. package/styles/button-group/_all.bootstrap5-dark.scss +0 -2
  364. package/styles/button-group/_all.bootstrap5.3.scss +0 -2
  365. package/styles/button-group/_all.bootstrap5.scss +0 -2
  366. package/styles/button-group/_all.fabric-dark.scss +0 -2
  367. package/styles/button-group/_all.fabric.scss +0 -2
  368. package/styles/button-group/_all.fluent-dark.scss +0 -2
  369. package/styles/button-group/_all.fluent.scss +0 -2
  370. package/styles/button-group/_all.fluent2.scss +0 -2
  371. package/styles/button-group/_all.highcontrast-light.scss +0 -2
  372. package/styles/button-group/_all.highcontrast.scss +0 -2
  373. package/styles/button-group/_all.material-dark.scss +0 -2
  374. package/styles/button-group/_all.material.scss +0 -2
  375. package/styles/button-group/_all.material3-dark.scss +0 -2
  376. package/styles/button-group/_all.material3.scss +0 -2
  377. package/styles/button-group/_all.tailwind-dark.scss +0 -2
  378. package/styles/button-group/_all.tailwind.scss +0 -2
  379. package/styles/button-group/_all.tailwind3.scss +0 -2
  380. package/styles/button-group/_bigger.bds.scss +0 -4
  381. package/styles/button-group/_bigger.bootstrap-dark.scss +0 -4
  382. package/styles/button-group/_bigger.bootstrap.scss +0 -4
  383. package/styles/button-group/_bigger.bootstrap4.scss +0 -4
  384. package/styles/button-group/_bigger.bootstrap5-dark.scss +0 -4
  385. package/styles/button-group/_bigger.bootstrap5.3.scss +0 -4
  386. package/styles/button-group/_bigger.bootstrap5.scss +0 -4
  387. package/styles/button-group/_bigger.fabric-dark.scss +0 -4
  388. package/styles/button-group/_bigger.fabric.scss +0 -4
  389. package/styles/button-group/_bigger.fluent-dark.scss +0 -4
  390. package/styles/button-group/_bigger.fluent.scss +0 -4
  391. package/styles/button-group/_bigger.fluent2.scss +0 -4
  392. package/styles/button-group/_bigger.highcontrast-light.scss +0 -4
  393. package/styles/button-group/_bigger.highcontrast.scss +0 -4
  394. package/styles/button-group/_bigger.material-dark.scss +0 -4
  395. package/styles/button-group/_bigger.material.scss +0 -4
  396. package/styles/button-group/_bigger.material3-dark.scss +0 -4
  397. package/styles/button-group/_bigger.material3.scss +0 -4
  398. package/styles/button-group/_bigger.tailwind-dark.scss +0 -4
  399. package/styles/button-group/_bigger.tailwind.scss +0 -4
  400. package/styles/button-group/_bigger.tailwind3.scss +0 -4
  401. package/styles/button-group/_layout.bds.scss +0 -4
  402. package/styles/button-group/_layout.bootstrap-dark.scss +0 -4
  403. package/styles/button-group/_layout.bootstrap.scss +0 -4
  404. package/styles/button-group/_layout.bootstrap4.scss +0 -4
  405. package/styles/button-group/_layout.bootstrap5-dark.scss +0 -4
  406. package/styles/button-group/_layout.bootstrap5.3.scss +0 -4
  407. package/styles/button-group/_layout.bootstrap5.scss +0 -4
  408. package/styles/button-group/_layout.fabric-dark.scss +0 -4
  409. package/styles/button-group/_layout.fabric.scss +0 -4
  410. package/styles/button-group/_layout.fluent-dark.scss +0 -4
  411. package/styles/button-group/_layout.fluent.scss +0 -4
  412. package/styles/button-group/_layout.fluent2.scss +0 -4
  413. package/styles/button-group/_layout.highcontrast-light.scss +0 -4
  414. package/styles/button-group/_layout.highcontrast.scss +0 -4
  415. package/styles/button-group/_layout.material-dark.scss +0 -4
  416. package/styles/button-group/_layout.material.scss +0 -4
  417. package/styles/button-group/_layout.material3-dark.scss +0 -4
  418. package/styles/button-group/_layout.material3.scss +0 -4
  419. package/styles/button-group/_layout.tailwind-dark.scss +0 -4
  420. package/styles/button-group/_layout.tailwind.scss +0 -4
  421. package/styles/button-group/_layout.tailwind3.scss +0 -4
  422. package/styles/button-group/_theme-variables.bds.scss +0 -1
  423. package/styles/button-group/_theme-variables.bootstrap-dark.scss +0 -1
  424. package/styles/button-group/_theme-variables.bootstrap.scss +0 -1
  425. package/styles/button-group/_theme-variables.bootstrap4.scss +0 -1
  426. package/styles/button-group/_theme-variables.bootstrap5-dark.scss +0 -1
  427. package/styles/button-group/_theme-variables.bootstrap5.3.scss +0 -1
  428. package/styles/button-group/_theme-variables.bootstrap5.scss +0 -1
  429. package/styles/button-group/_theme-variables.fabric-dark.scss +0 -1
  430. package/styles/button-group/_theme-variables.fabric.scss +0 -1
  431. package/styles/button-group/_theme-variables.fluent-dark.scss +0 -1
  432. package/styles/button-group/_theme-variables.fluent.scss +0 -1
  433. package/styles/button-group/_theme-variables.fluent2.scss +0 -1
  434. package/styles/button-group/_theme-variables.highcontrast-light.scss +0 -1
  435. package/styles/button-group/_theme-variables.highcontrast.scss +0 -1
  436. package/styles/button-group/_theme-variables.material-dark.scss +0 -1
  437. package/styles/button-group/_theme-variables.material.scss +0 -1
  438. package/styles/button-group/_theme-variables.material3-dark.scss +0 -1
  439. package/styles/button-group/_theme-variables.material3.scss +0 -1
  440. package/styles/button-group/_theme-variables.tailwind-dark.scss +0 -1
  441. package/styles/button-group/_theme-variables.tailwind.scss +0 -1
  442. package/styles/button-group/_theme-variables.tailwind3.scss +0 -1
  443. package/styles/button-group/_theme.bds.scss +0 -6
  444. package/styles/button-group/_theme.bootstrap-dark.scss +0 -6
  445. package/styles/button-group/_theme.bootstrap.scss +0 -6
  446. package/styles/button-group/_theme.bootstrap4.scss +0 -6
  447. package/styles/button-group/_theme.bootstrap5-dark.scss +0 -6
  448. package/styles/button-group/_theme.bootstrap5.3.scss +0 -6
  449. package/styles/button-group/_theme.bootstrap5.scss +0 -6
  450. package/styles/button-group/_theme.fabric-dark.scss +0 -6
  451. package/styles/button-group/_theme.fabric.scss +0 -6
  452. package/styles/button-group/_theme.fluent-dark.scss +0 -6
  453. package/styles/button-group/_theme.fluent.scss +0 -6
  454. package/styles/button-group/_theme.fluent2.scss +0 -6
  455. package/styles/button-group/_theme.highcontrast-light.scss +0 -6
  456. package/styles/button-group/_theme.highcontrast.scss +0 -6
  457. package/styles/button-group/_theme.material-dark.scss +0 -6
  458. package/styles/button-group/_theme.material.scss +0 -6
  459. package/styles/button-group/_theme.material3-dark.scss +0 -6
  460. package/styles/button-group/_theme.material3.scss +0 -6
  461. package/styles/button-group/_theme.tailwind-dark.scss +0 -6
  462. package/styles/button-group/_theme.tailwind.scss +0 -6
  463. package/styles/button-group/_theme.tailwind3.scss +0 -6
  464. package/styles/drop-down-button/_all.bds.scss +0 -2
  465. package/styles/drop-down-button/_all.bootstrap-dark.scss +0 -2
  466. package/styles/drop-down-button/_all.bootstrap.scss +0 -2
  467. package/styles/drop-down-button/_all.bootstrap4.scss +0 -2
  468. package/styles/drop-down-button/_all.bootstrap5-dark.scss +0 -2
  469. package/styles/drop-down-button/_all.bootstrap5.3.scss +0 -2
  470. package/styles/drop-down-button/_all.bootstrap5.scss +0 -2
  471. package/styles/drop-down-button/_all.fabric-dark.scss +0 -2
  472. package/styles/drop-down-button/_all.fabric.scss +0 -2
  473. package/styles/drop-down-button/_all.fluent-dark.scss +0 -2
  474. package/styles/drop-down-button/_all.fluent.scss +0 -2
  475. package/styles/drop-down-button/_all.fluent2.scss +0 -2
  476. package/styles/drop-down-button/_all.highcontrast-light.scss +0 -2
  477. package/styles/drop-down-button/_all.highcontrast.scss +0 -2
  478. package/styles/drop-down-button/_all.material-dark.scss +0 -2
  479. package/styles/drop-down-button/_all.material.scss +0 -2
  480. package/styles/drop-down-button/_all.material3-dark.scss +0 -2
  481. package/styles/drop-down-button/_all.material3.scss +0 -2
  482. package/styles/drop-down-button/_all.tailwind-dark.scss +0 -2
  483. package/styles/drop-down-button/_all.tailwind.scss +0 -2
  484. package/styles/drop-down-button/_all.tailwind3.scss +0 -2
  485. package/styles/drop-down-button/_bigger.bds.scss +0 -3
  486. package/styles/drop-down-button/_bigger.bootstrap-dark.scss +0 -3
  487. package/styles/drop-down-button/_bigger.bootstrap.scss +0 -3
  488. package/styles/drop-down-button/_bigger.bootstrap4.scss +0 -3
  489. package/styles/drop-down-button/_bigger.bootstrap5-dark.scss +0 -3
  490. package/styles/drop-down-button/_bigger.bootstrap5.3.scss +0 -3
  491. package/styles/drop-down-button/_bigger.bootstrap5.scss +0 -3
  492. package/styles/drop-down-button/_bigger.fabric-dark.scss +0 -3
  493. package/styles/drop-down-button/_bigger.fabric.scss +0 -3
  494. package/styles/drop-down-button/_bigger.fluent-dark.scss +0 -3
  495. package/styles/drop-down-button/_bigger.fluent.scss +0 -3
  496. package/styles/drop-down-button/_bigger.fluent2.scss +0 -3
  497. package/styles/drop-down-button/_bigger.highcontrast-light.scss +0 -3
  498. package/styles/drop-down-button/_bigger.highcontrast.scss +0 -3
  499. package/styles/drop-down-button/_bigger.material-dark.scss +0 -3
  500. package/styles/drop-down-button/_bigger.material.scss +0 -3
  501. package/styles/drop-down-button/_bigger.material3-dark.scss +0 -3
  502. package/styles/drop-down-button/_bigger.material3.scss +0 -3
  503. package/styles/drop-down-button/_bigger.tailwind-dark.scss +0 -3
  504. package/styles/drop-down-button/_bigger.tailwind.scss +0 -3
  505. package/styles/drop-down-button/_bigger.tailwind3.scss +0 -3
  506. package/styles/drop-down-button/_layout.bds.scss +0 -3
  507. package/styles/drop-down-button/_layout.bootstrap-dark.scss +0 -3
  508. package/styles/drop-down-button/_layout.bootstrap.scss +0 -3
  509. package/styles/drop-down-button/_layout.bootstrap4.scss +0 -3
  510. package/styles/drop-down-button/_layout.bootstrap5-dark.scss +0 -3
  511. package/styles/drop-down-button/_layout.bootstrap5.3.scss +0 -3
  512. package/styles/drop-down-button/_layout.bootstrap5.scss +0 -3
  513. package/styles/drop-down-button/_layout.fabric-dark.scss +0 -3
  514. package/styles/drop-down-button/_layout.fabric.scss +0 -3
  515. package/styles/drop-down-button/_layout.fluent-dark.scss +0 -3
  516. package/styles/drop-down-button/_layout.fluent.scss +0 -3
  517. package/styles/drop-down-button/_layout.fluent2.scss +0 -3
  518. package/styles/drop-down-button/_layout.highcontrast-light.scss +0 -3
  519. package/styles/drop-down-button/_layout.highcontrast.scss +0 -3
  520. package/styles/drop-down-button/_layout.material-dark.scss +0 -3
  521. package/styles/drop-down-button/_layout.material.scss +0 -3
  522. package/styles/drop-down-button/_layout.material3-dark.scss +0 -3
  523. package/styles/drop-down-button/_layout.material3.scss +0 -3
  524. package/styles/drop-down-button/_layout.tailwind-dark.scss +0 -3
  525. package/styles/drop-down-button/_layout.tailwind.scss +0 -3
  526. package/styles/drop-down-button/_layout.tailwind3.scss +0 -3
  527. package/styles/drop-down-button/_theme-variables.bds.scss +0 -1
  528. package/styles/drop-down-button/_theme-variables.bootstrap-dark.scss +0 -1
  529. package/styles/drop-down-button/_theme-variables.bootstrap.scss +0 -1
  530. package/styles/drop-down-button/_theme-variables.bootstrap4.scss +0 -1
  531. package/styles/drop-down-button/_theme-variables.bootstrap5-dark.scss +0 -1
  532. package/styles/drop-down-button/_theme-variables.bootstrap5.3.scss +0 -1
  533. package/styles/drop-down-button/_theme-variables.bootstrap5.scss +0 -1
  534. package/styles/drop-down-button/_theme-variables.fabric-dark.scss +0 -1
  535. package/styles/drop-down-button/_theme-variables.fabric.scss +0 -1
  536. package/styles/drop-down-button/_theme-variables.fluent-dark.scss +0 -1
  537. package/styles/drop-down-button/_theme-variables.fluent.scss +0 -1
  538. package/styles/drop-down-button/_theme-variables.fluent2.scss +0 -1
  539. package/styles/drop-down-button/_theme-variables.highcontrast-light.scss +0 -1
  540. package/styles/drop-down-button/_theme-variables.highcontrast.scss +0 -1
  541. package/styles/drop-down-button/_theme-variables.material-dark.scss +0 -1
  542. package/styles/drop-down-button/_theme-variables.material.scss +0 -1
  543. package/styles/drop-down-button/_theme-variables.material3-dark.scss +0 -1
  544. package/styles/drop-down-button/_theme-variables.material3.scss +0 -1
  545. package/styles/drop-down-button/_theme-variables.tailwind-dark.scss +0 -1
  546. package/styles/drop-down-button/_theme-variables.tailwind.scss +0 -1
  547. package/styles/drop-down-button/_theme-variables.tailwind3.scss +0 -1
  548. package/styles/drop-down-button/_theme.bds.scss +0 -4
  549. package/styles/drop-down-button/_theme.bootstrap-dark.scss +0 -4
  550. package/styles/drop-down-button/_theme.bootstrap.scss +0 -4
  551. package/styles/drop-down-button/_theme.bootstrap4.scss +0 -4
  552. package/styles/drop-down-button/_theme.bootstrap5-dark.scss +0 -4
  553. package/styles/drop-down-button/_theme.bootstrap5.3.scss +0 -4
  554. package/styles/drop-down-button/_theme.bootstrap5.scss +0 -4
  555. package/styles/drop-down-button/_theme.fabric-dark.scss +0 -4
  556. package/styles/drop-down-button/_theme.fabric.scss +0 -4
  557. package/styles/drop-down-button/_theme.fluent-dark.scss +0 -4
  558. package/styles/drop-down-button/_theme.fluent.scss +0 -4
  559. package/styles/drop-down-button/_theme.fluent2.scss +0 -4
  560. package/styles/drop-down-button/_theme.highcontrast-light.scss +0 -4
  561. package/styles/drop-down-button/_theme.highcontrast.scss +0 -4
  562. package/styles/drop-down-button/_theme.material-dark.scss +0 -4
  563. package/styles/drop-down-button/_theme.material.scss +0 -4
  564. package/styles/drop-down-button/_theme.material3-dark.scss +0 -4
  565. package/styles/drop-down-button/_theme.material3.scss +0 -4
  566. package/styles/drop-down-button/_theme.tailwind-dark.scss +0 -4
  567. package/styles/drop-down-button/_theme.tailwind.scss +0 -4
  568. package/styles/drop-down-button/_theme.tailwind3.scss +0 -4
  569. package/styles/progress-button/_all.bds.scss +0 -2
  570. package/styles/progress-button/_all.bootstrap-dark.scss +0 -2
  571. package/styles/progress-button/_all.bootstrap.scss +0 -2
  572. package/styles/progress-button/_all.bootstrap4.scss +0 -2
  573. package/styles/progress-button/_all.bootstrap5-dark.scss +0 -2
  574. package/styles/progress-button/_all.bootstrap5.3.scss +0 -2
  575. package/styles/progress-button/_all.bootstrap5.scss +0 -2
  576. package/styles/progress-button/_all.fabric-dark.scss +0 -2
  577. package/styles/progress-button/_all.fabric.scss +0 -2
  578. package/styles/progress-button/_all.fluent-dark.scss +0 -2
  579. package/styles/progress-button/_all.fluent.scss +0 -2
  580. package/styles/progress-button/_all.fluent2.scss +0 -2
  581. package/styles/progress-button/_all.highcontrast-light.scss +0 -2
  582. package/styles/progress-button/_all.highcontrast.scss +0 -2
  583. package/styles/progress-button/_all.material-dark.scss +0 -2
  584. package/styles/progress-button/_all.material.scss +0 -2
  585. package/styles/progress-button/_all.material3-dark.scss +0 -2
  586. package/styles/progress-button/_all.material3.scss +0 -2
  587. package/styles/progress-button/_all.tailwind-dark.scss +0 -2
  588. package/styles/progress-button/_all.tailwind.scss +0 -2
  589. package/styles/progress-button/_all.tailwind3.scss +0 -2
  590. package/styles/progress-button/_bigger.bds.scss +0 -3
  591. package/styles/progress-button/_bigger.bootstrap-dark.scss +0 -3
  592. package/styles/progress-button/_bigger.bootstrap.scss +0 -3
  593. package/styles/progress-button/_bigger.bootstrap4.scss +0 -3
  594. package/styles/progress-button/_bigger.bootstrap5-dark.scss +0 -3
  595. package/styles/progress-button/_bigger.bootstrap5.3.scss +0 -3
  596. package/styles/progress-button/_bigger.bootstrap5.scss +0 -3
  597. package/styles/progress-button/_bigger.fabric-dark.scss +0 -3
  598. package/styles/progress-button/_bigger.fabric.scss +0 -3
  599. package/styles/progress-button/_bigger.fluent-dark.scss +0 -3
  600. package/styles/progress-button/_bigger.fluent.scss +0 -3
  601. package/styles/progress-button/_bigger.fluent2.scss +0 -3
  602. package/styles/progress-button/_bigger.highcontrast-light.scss +0 -3
  603. package/styles/progress-button/_bigger.highcontrast.scss +0 -3
  604. package/styles/progress-button/_bigger.material-dark.scss +0 -3
  605. package/styles/progress-button/_bigger.material.scss +0 -3
  606. package/styles/progress-button/_bigger.material3-dark.scss +0 -3
  607. package/styles/progress-button/_bigger.material3.scss +0 -3
  608. package/styles/progress-button/_bigger.tailwind-dark.scss +0 -3
  609. package/styles/progress-button/_bigger.tailwind.scss +0 -3
  610. package/styles/progress-button/_bigger.tailwind3.scss +0 -3
  611. package/styles/progress-button/_layout.bds.scss +0 -3
  612. package/styles/progress-button/_layout.bootstrap-dark.scss +0 -3
  613. package/styles/progress-button/_layout.bootstrap.scss +0 -3
  614. package/styles/progress-button/_layout.bootstrap4.scss +0 -3
  615. package/styles/progress-button/_layout.bootstrap5-dark.scss +0 -3
  616. package/styles/progress-button/_layout.bootstrap5.3.scss +0 -3
  617. package/styles/progress-button/_layout.bootstrap5.scss +0 -3
  618. package/styles/progress-button/_layout.fabric-dark.scss +0 -3
  619. package/styles/progress-button/_layout.fabric.scss +0 -3
  620. package/styles/progress-button/_layout.fluent-dark.scss +0 -3
  621. package/styles/progress-button/_layout.fluent.scss +0 -3
  622. package/styles/progress-button/_layout.fluent2.scss +0 -3
  623. package/styles/progress-button/_layout.highcontrast-light.scss +0 -3
  624. package/styles/progress-button/_layout.highcontrast.scss +0 -3
  625. package/styles/progress-button/_layout.material-dark.scss +0 -3
  626. package/styles/progress-button/_layout.material.scss +0 -3
  627. package/styles/progress-button/_layout.material3-dark.scss +0 -3
  628. package/styles/progress-button/_layout.material3.scss +0 -3
  629. package/styles/progress-button/_layout.tailwind-dark.scss +0 -3
  630. package/styles/progress-button/_layout.tailwind.scss +0 -3
  631. package/styles/progress-button/_layout.tailwind3.scss +0 -3
  632. package/styles/progress-button/_theme-variables.bds.scss +0 -1
  633. package/styles/progress-button/_theme-variables.bootstrap-dark.scss +0 -1
  634. package/styles/progress-button/_theme-variables.bootstrap.scss +0 -1
  635. package/styles/progress-button/_theme-variables.bootstrap4.scss +0 -1
  636. package/styles/progress-button/_theme-variables.bootstrap5-dark.scss +0 -1
  637. package/styles/progress-button/_theme-variables.bootstrap5.3.scss +0 -1
  638. package/styles/progress-button/_theme-variables.bootstrap5.scss +0 -1
  639. package/styles/progress-button/_theme-variables.fabric-dark.scss +0 -1
  640. package/styles/progress-button/_theme-variables.fabric.scss +0 -1
  641. package/styles/progress-button/_theme-variables.fluent-dark.scss +0 -1
  642. package/styles/progress-button/_theme-variables.fluent.scss +0 -1
  643. package/styles/progress-button/_theme-variables.fluent2.scss +0 -1
  644. package/styles/progress-button/_theme-variables.highcontrast-light.scss +0 -1
  645. package/styles/progress-button/_theme-variables.highcontrast.scss +0 -1
  646. package/styles/progress-button/_theme-variables.material-dark.scss +0 -1
  647. package/styles/progress-button/_theme-variables.material.scss +0 -1
  648. package/styles/progress-button/_theme-variables.material3-dark.scss +0 -1
  649. package/styles/progress-button/_theme-variables.material3.scss +0 -1
  650. package/styles/progress-button/_theme-variables.tailwind-dark.scss +0 -1
  651. package/styles/progress-button/_theme-variables.tailwind.scss +0 -1
  652. package/styles/progress-button/_theme-variables.tailwind3.scss +0 -1
  653. package/styles/progress-button/_theme.bds.scss +0 -4
  654. package/styles/progress-button/_theme.bootstrap-dark.scss +0 -4
  655. package/styles/progress-button/_theme.bootstrap.scss +0 -4
  656. package/styles/progress-button/_theme.bootstrap4.scss +0 -4
  657. package/styles/progress-button/_theme.bootstrap5-dark.scss +0 -4
  658. package/styles/progress-button/_theme.bootstrap5.3.scss +0 -4
  659. package/styles/progress-button/_theme.bootstrap5.scss +0 -4
  660. package/styles/progress-button/_theme.fabric-dark.scss +0 -4
  661. package/styles/progress-button/_theme.fabric.scss +0 -4
  662. package/styles/progress-button/_theme.fluent-dark.scss +0 -4
  663. package/styles/progress-button/_theme.fluent.scss +0 -4
  664. package/styles/progress-button/_theme.fluent2.scss +0 -4
  665. package/styles/progress-button/_theme.highcontrast-light.scss +0 -4
  666. package/styles/progress-button/_theme.highcontrast.scss +0 -4
  667. package/styles/progress-button/_theme.material-dark.scss +0 -4
  668. package/styles/progress-button/_theme.material.scss +0 -4
  669. package/styles/progress-button/_theme.material3-dark.scss +0 -4
  670. package/styles/progress-button/_theme.material3.scss +0 -4
  671. package/styles/progress-button/_theme.tailwind-dark.scss +0 -4
  672. package/styles/progress-button/_theme.tailwind.scss +0 -4
  673. package/styles/progress-button/_theme.tailwind3.scss +0 -4
  674. package/styles/split-button/_all.bds.scss +0 -2
  675. package/styles/split-button/_all.bootstrap-dark.scss +0 -2
  676. package/styles/split-button/_all.bootstrap.scss +0 -2
  677. package/styles/split-button/_all.bootstrap4.scss +0 -2
  678. package/styles/split-button/_all.bootstrap5-dark.scss +0 -2
  679. package/styles/split-button/_all.bootstrap5.3.scss +0 -2
  680. package/styles/split-button/_all.bootstrap5.scss +0 -2
  681. package/styles/split-button/_all.fabric-dark.scss +0 -2
  682. package/styles/split-button/_all.fabric.scss +0 -2
  683. package/styles/split-button/_all.fluent-dark.scss +0 -2
  684. package/styles/split-button/_all.fluent.scss +0 -2
  685. package/styles/split-button/_all.fluent2.scss +0 -2
  686. package/styles/split-button/_all.highcontrast-light.scss +0 -2
  687. package/styles/split-button/_all.highcontrast.scss +0 -2
  688. package/styles/split-button/_all.material-dark.scss +0 -2
  689. package/styles/split-button/_all.material.scss +0 -2
  690. package/styles/split-button/_all.material3-dark.scss +0 -2
  691. package/styles/split-button/_all.material3.scss +0 -2
  692. package/styles/split-button/_all.tailwind-dark.scss +0 -2
  693. package/styles/split-button/_all.tailwind.scss +0 -2
  694. package/styles/split-button/_all.tailwind3.scss +0 -2
  695. package/styles/split-button/_bigger.bds.scss +0 -3
  696. package/styles/split-button/_bigger.bootstrap-dark.scss +0 -3
  697. package/styles/split-button/_bigger.bootstrap.scss +0 -3
  698. package/styles/split-button/_bigger.bootstrap4.scss +0 -3
  699. package/styles/split-button/_bigger.bootstrap5-dark.scss +0 -3
  700. package/styles/split-button/_bigger.bootstrap5.3.scss +0 -3
  701. package/styles/split-button/_bigger.bootstrap5.scss +0 -3
  702. package/styles/split-button/_bigger.fabric-dark.scss +0 -3
  703. package/styles/split-button/_bigger.fabric.scss +0 -3
  704. package/styles/split-button/_bigger.fluent-dark.scss +0 -3
  705. package/styles/split-button/_bigger.fluent.scss +0 -3
  706. package/styles/split-button/_bigger.fluent2.scss +0 -3
  707. package/styles/split-button/_bigger.highcontrast-light.scss +0 -3
  708. package/styles/split-button/_bigger.highcontrast.scss +0 -3
  709. package/styles/split-button/_bigger.material-dark.scss +0 -3
  710. package/styles/split-button/_bigger.material.scss +0 -3
  711. package/styles/split-button/_bigger.material3-dark.scss +0 -3
  712. package/styles/split-button/_bigger.material3.scss +0 -3
  713. package/styles/split-button/_bigger.tailwind-dark.scss +0 -3
  714. package/styles/split-button/_bigger.tailwind.scss +0 -3
  715. package/styles/split-button/_bigger.tailwind3.scss +0 -3
  716. package/styles/split-button/_layout.bds.scss +0 -3
  717. package/styles/split-button/_layout.bootstrap-dark.scss +0 -3
  718. package/styles/split-button/_layout.bootstrap.scss +0 -3
  719. package/styles/split-button/_layout.bootstrap4.scss +0 -3
  720. package/styles/split-button/_layout.bootstrap5-dark.scss +0 -3
  721. package/styles/split-button/_layout.bootstrap5.3.scss +0 -3
  722. package/styles/split-button/_layout.bootstrap5.scss +0 -3
  723. package/styles/split-button/_layout.fabric-dark.scss +0 -3
  724. package/styles/split-button/_layout.fabric.scss +0 -3
  725. package/styles/split-button/_layout.fluent-dark.scss +0 -3
  726. package/styles/split-button/_layout.fluent.scss +0 -3
  727. package/styles/split-button/_layout.fluent2.scss +0 -3
  728. package/styles/split-button/_layout.highcontrast-light.scss +0 -3
  729. package/styles/split-button/_layout.highcontrast.scss +0 -3
  730. package/styles/split-button/_layout.material-dark.scss +0 -3
  731. package/styles/split-button/_layout.material.scss +0 -3
  732. package/styles/split-button/_layout.material3-dark.scss +0 -3
  733. package/styles/split-button/_layout.material3.scss +0 -3
  734. package/styles/split-button/_layout.tailwind-dark.scss +0 -3
  735. package/styles/split-button/_layout.tailwind.scss +0 -3
  736. package/styles/split-button/_layout.tailwind3.scss +0 -3
  737. package/styles/split-button/_theme-variables.bds.scss +0 -1
  738. package/styles/split-button/_theme-variables.bootstrap-dark.scss +0 -1
  739. package/styles/split-button/_theme-variables.bootstrap.scss +0 -1
  740. package/styles/split-button/_theme-variables.bootstrap4.scss +0 -1
  741. package/styles/split-button/_theme-variables.bootstrap5-dark.scss +0 -1
  742. package/styles/split-button/_theme-variables.bootstrap5.3.scss +0 -1
  743. package/styles/split-button/_theme-variables.bootstrap5.scss +0 -1
  744. package/styles/split-button/_theme-variables.fabric-dark.scss +0 -1
  745. package/styles/split-button/_theme-variables.fabric.scss +0 -1
  746. package/styles/split-button/_theme-variables.fluent-dark.scss +0 -1
  747. package/styles/split-button/_theme-variables.fluent.scss +0 -1
  748. package/styles/split-button/_theme-variables.fluent2.scss +0 -1
  749. package/styles/split-button/_theme-variables.highcontrast-light.scss +0 -1
  750. package/styles/split-button/_theme-variables.highcontrast.scss +0 -1
  751. package/styles/split-button/_theme-variables.material-dark.scss +0 -1
  752. package/styles/split-button/_theme-variables.material.scss +0 -1
  753. package/styles/split-button/_theme-variables.material3-dark.scss +0 -1
  754. package/styles/split-button/_theme-variables.material3.scss +0 -1
  755. package/styles/split-button/_theme-variables.tailwind-dark.scss +0 -1
  756. package/styles/split-button/_theme-variables.tailwind.scss +0 -1
  757. package/styles/split-button/_theme-variables.tailwind3.scss +0 -1
  758. package/styles/split-button/_theme.bds.scss +0 -4
  759. package/styles/split-button/_theme.bootstrap-dark.scss +0 -4
  760. package/styles/split-button/_theme.bootstrap.scss +0 -4
  761. package/styles/split-button/_theme.bootstrap4.scss +0 -4
  762. package/styles/split-button/_theme.bootstrap5-dark.scss +0 -4
  763. package/styles/split-button/_theme.bootstrap5.3.scss +0 -4
  764. package/styles/split-button/_theme.bootstrap5.scss +0 -4
  765. package/styles/split-button/_theme.fabric-dark.scss +0 -4
  766. package/styles/split-button/_theme.fabric.scss +0 -4
  767. package/styles/split-button/_theme.fluent-dark.scss +0 -4
  768. package/styles/split-button/_theme.fluent.scss +0 -4
  769. package/styles/split-button/_theme.fluent2.scss +0 -4
  770. package/styles/split-button/_theme.highcontrast-light.scss +0 -4
  771. package/styles/split-button/_theme.highcontrast.scss +0 -4
  772. package/styles/split-button/_theme.material-dark.scss +0 -4
  773. package/styles/split-button/_theme.material.scss +0 -4
  774. package/styles/split-button/_theme.material3-dark.scss +0 -4
  775. package/styles/split-button/_theme.material3.scss +0 -4
  776. package/styles/split-button/_theme.tailwind-dark.scss +0 -4
  777. package/styles/split-button/_theme.tailwind.scss +0 -4
  778. package/styles/split-button/_theme.tailwind3.scss +0 -4
@@ -1,4 +1,7 @@
1
- @use 'ej2-base/styles/common/mixin' as *;
1
+ @use 'variables' as *;
2
+ @use '@syncfusion/ej2-buttons/styles/button/variables' as btn;
3
+ @use '@syncfusion/ej2-buttons/styles/button/mixin' as *;
4
+ @use 'group-button-mixin' as *;
2
5
 
3
6
  @include export-module('button-group-theme') {
4
7
  /* stylelint-disable */
@@ -6,7 +9,7 @@
6
9
  .e-css.e-btn-group {
7
10
  &:not(.e-outline) {
8
11
  @if $skin-name != 'Material3' {
9
- box-shadow: $btn-box-shadow;
12
+ box-shadow: btn.$btn-box-shadow;
10
13
  }
11
14
  }
12
15
 
@@ -23,7 +26,7 @@
23
26
  @if $skin-name == 'Material3' {
24
27
  .e-btn:focus-visible,
25
28
  input:focus-visible+label.e-btn { // only for keybord
26
- box-shadow: $btn-keyboard-focus-box-shadow !important;
29
+ box-shadow: btn.$btn-keyboard-focus-box-shadow !important;
27
30
  z-index: 1;
28
31
 
29
32
  &.e-primary,
@@ -31,19 +34,19 @@
31
34
  &.e-info,
32
35
  &.e-warning,
33
36
  &.e-danger {
34
- box-shadow: $btn-keyboard-focus-box-shadow !important;
37
+ box-shadow: btn.$btn-keyboard-focus-box-shadow !important;
35
38
  z-index: 1;
36
39
  }
37
40
 
38
41
  &.e-outline {
39
- box-shadow: $btn-keyboard-focus-box-shadow !important;
42
+ box-shadow: btn.$btn-keyboard-focus-box-shadow !important;
40
43
  z-index: 1;
41
44
  &.e-primary,
42
45
  &.e-success,
43
46
  &.e-info,
44
47
  &.e-warning,
45
48
  &.e-danger {
46
- box-shadow: $btn-keyboard-focus-box-shadow !important;
49
+ box-shadow: btn.$btn-keyboard-focus-box-shadow !important;
47
50
  z-index: 1;
48
51
  }
49
52
  }
@@ -53,7 +56,7 @@
53
56
  @if $skin-name == 'fluent2' {
54
57
  .e-btn:focus-visible,
55
58
  input:focus-visible+label.e-btn { // only for keybord
56
- box-shadow: $btn-keyboard-focus-box-shadow !important;
59
+ box-shadow: btn.$btn-keyboard-focus-box-shadow !important;
57
60
  }
58
61
 
59
62
  .e-outline.e-btn:active,
@@ -72,7 +75,7 @@
72
75
  box-shadow: none;
73
76
  }
74
77
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
75
- border-color: $btn-focus-bgcolor;
78
+ border-color: btn.$btn-focus-bgcolor;
76
79
  }
77
80
  outline-color: $btn-grp-outline-focus-color;
78
81
  @if $skin-name == 'fabric' {
@@ -84,22 +87,22 @@
84
87
  }
85
88
 
86
89
  @if $skin-name == 'tailwind3' {
87
- background: $btn-bgcolor;
88
- color: $btn-color;
89
- box-shadow: $btn-focus-box-shadow;
90
+ background: btn.$btn-bgcolor;
91
+ color: btn.$btn-color;
92
+ box-shadow: btn.$btn-focus-box-shadow;
90
93
  }
91
94
 
92
95
  &.e-primary {
93
96
  @include primary-focus;
94
97
  @include box-shadow-theme;
95
98
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
96
- border-color: $btn-primary-focus-bgcolor;
99
+ border-color: btn.$btn-primary-focus-bgcolor;
97
100
  }
98
101
  outline-color: $btn-grp-outline-focus-primary-color;
99
102
  @if $skin-name == 'tailwind3' {
100
- background: $btn-primary-bgcolor;
101
- color: $btn-primary-color;
102
- box-shadow: $btn-focus-box-shadow;
103
+ background: btn.$btn-primary-bgcolor;
104
+ color: btn.$btn-primary-color;
105
+ box-shadow: btn.$btn-focus-box-shadow;
103
106
  }
104
107
  }
105
108
 
@@ -107,13 +110,13 @@
107
110
  @include success-focus;
108
111
  @include box-shadow-theme;
109
112
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
110
- border-color: $btn-success-focus-bgcolor;
113
+ border-color: btn.$btn-success-focus-bgcolor;
111
114
  }
112
115
  outline-color: $btn-grp-outline-focus-success-color;
113
116
  @if $skin-name == 'tailwind3' {
114
- background: $btn-success-bgcolor;
115
- color: $btn-success-color;
116
- box-shadow: $btn-focus-box-shadow;
117
+ background: btn.$btn-success-bgcolor;
118
+ color: btn.$btn-success-color;
119
+ box-shadow: btn.$btn-focus-box-shadow;
117
120
  }
118
121
  }
119
122
 
@@ -121,13 +124,13 @@
121
124
  @include info-focus;
122
125
  @include box-shadow-theme;
123
126
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
124
- border-color: $btn-info-focus-bgcolor;
127
+ border-color: btn.$btn-info-focus-bgcolor;
125
128
  }
126
129
  outline-color: $btn-grp-outline-focus-info-color;
127
130
  @if $skin-name == 'tailwind3' {
128
- background: $btn-info-bgcolor;
129
- color: $btn-info-color;
130
- box-shadow: $btn-focus-box-shadow;
131
+ background: btn.$btn-info-bgcolor;
132
+ color: btn.$btn-info-color;
133
+ box-shadow: btn.$btn-focus-box-shadow;
131
134
  }
132
135
  }
133
136
 
@@ -135,13 +138,13 @@
135
138
  @include warning-focus;
136
139
  @include box-shadow-theme;
137
140
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
138
- border-color: $btn-warning-focus-bgcolor;
141
+ border-color: btn.$btn-warning-focus-bgcolor;
139
142
  }
140
143
  outline-color: $btn-grp-outline-focus-warning-color;
141
144
  @if $skin-name == 'tailwind3' {
142
- background: $btn-warning-bgcolor;
143
- color: $btn-warning-color;
144
- box-shadow: $btn-focus-box-shadow;
145
+ background: btn.$btn-warning-bgcolor;
146
+ color: btn.$btn-warning-color;
147
+ box-shadow: btn.$btn-focus-box-shadow;
145
148
  }
146
149
  }
147
150
 
@@ -149,13 +152,13 @@
149
152
  @include danger-focus;
150
153
  @include box-shadow-theme;
151
154
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
152
- border-color: $btn-danger-focus-bgcolor;
155
+ border-color: btn.$btn-danger-focus-bgcolor;
153
156
  }
154
157
  outline-color: $btn-grp-outline-focus-danger-color;
155
158
  @if $skin-name == 'tailwind3' {
156
- background: $btn-danger-bgcolor;
157
- color: $btn-danger-color;
158
- box-shadow: $btn-focus-box-shadow;
159
+ background: btn.$btn-danger-bgcolor;
160
+ color: btn.$btn-danger-color;
161
+ box-shadow: btn.$btn-focus-box-shadow;
159
162
  }
160
163
  }
161
164
 
@@ -171,24 +174,24 @@
171
174
  @include outline-focus;
172
175
  @include outline-box-shadow-theme;
173
176
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
174
- border-color: $btn-outline-focus-bgcolor;
177
+ border-color: btn.$btn-outline-focus-bgcolor;
175
178
  }
176
179
  @if $skin-name == 'tailwind3' {
177
180
  background: $transparent;
178
- color: $btn-color;
179
- box-shadow: $btn-focus-box-shadow;
181
+ color: btn.$btn-color;
182
+ box-shadow: btn.$btn-focus-box-shadow;
180
183
  }
181
184
 
182
185
  &.e-primary {
183
186
  @include outline-primary-focus;
184
187
  @include outline-box-shadow-theme;
185
188
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
186
- border-color: $btn-outline-primary-focus-bgcolor;
189
+ border-color: btn.$btn-outline-primary-focus-bgcolor;
187
190
  }
188
191
  @if $skin-name == 'tailwind3' {
189
192
  background: $transparent;
190
- color: $btn-primary-bgcolor;
191
- box-shadow: $btn-focus-box-shadow;
193
+ color: btn.$btn-primary-bgcolor;
194
+ box-shadow: btn.$btn-focus-box-shadow;
192
195
  }
193
196
  }
194
197
 
@@ -196,12 +199,12 @@
196
199
  @include outline-success-focus;
197
200
  @include outline-box-shadow-theme;
198
201
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
199
- border-color: $btn-success-focus-bgcolor;
202
+ border-color: btn.$btn-success-focus-bgcolor;
200
203
  }
201
204
  @if $skin-name == 'tailwind3' {
202
205
  background: $transparent;
203
- color: $btn-success-bgcolor;
204
- box-shadow: $btn-focus-box-shadow;
206
+ color: btn.$btn-success-bgcolor;
207
+ box-shadow: btn.$btn-focus-box-shadow;
205
208
  }
206
209
  }
207
210
 
@@ -209,12 +212,12 @@
209
212
  @include outline-info-focus;
210
213
  @include outline-box-shadow-theme;
211
214
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
212
- border-color: $btn-info-hover-bgcolor;
215
+ border-color: btn.$btn-info-hover-bgcolor;
213
216
  }
214
217
  @if $skin-name == 'tailwind3' {
215
218
  background: $transparent;
216
- color: $btn-info-bgcolor;
217
- box-shadow: $btn-focus-box-shadow;
219
+ color: btn.$btn-info-bgcolor;
220
+ box-shadow: btn.$btn-focus-box-shadow;
218
221
  }
219
222
  }
220
223
 
@@ -222,12 +225,12 @@
222
225
  @include outline-warning-focus;
223
226
  @include outline-box-shadow-theme;
224
227
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
225
- border-color: $btn-warning-hover-bgcolor;
228
+ border-color: btn.$btn-warning-hover-bgcolor;
226
229
  }
227
230
  @if $skin-name == 'tailwind3' {
228
231
  background: $transparent;
229
- color: $btn-warning-bgcolor;
230
- box-shadow: $btn-focus-box-shadow;
232
+ color: btn.$btn-warning-bgcolor;
233
+ box-shadow: btn.$btn-focus-box-shadow;
231
234
  }
232
235
  }
233
236
 
@@ -235,12 +238,12 @@
235
238
  @include outline-danger-focus;
236
239
  @include outline-box-shadow-theme;
237
240
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
238
- border-color: $btn-danger-hover-bgcolor;
241
+ border-color: btn.$btn-danger-hover-bgcolor;
239
242
  }
240
243
  @if $skin-name == 'tailwind3' {
241
244
  background: $transparent;
242
- color: $btn-danger-bgcolor;
243
- box-shadow: $btn-focus-box-shadow;
245
+ color: btn.$btn-danger-bgcolor;
246
+ box-shadow: btn.$btn-focus-box-shadow;
244
247
  }
245
248
  }
246
249
  }
@@ -314,87 +317,87 @@
314
317
  input:disabled+label.e-btn {
315
318
  @include disabled;
316
319
  @if $skin-name != 'bootstrap4' {
317
- border-color: $btn-border-color;
320
+ border-color: btn.$btn-border-color;
318
321
  }
319
322
 
320
323
  &.e-primary {
321
324
  @include primary-disabled;
322
325
  @if $skin-name != 'bootstrap4' and $skin-name != 'tailwind3' {
323
- border-color: $btn-primary-border-color;
326
+ border-color: btn.$btn-primary-border-color;
324
327
  }
325
328
  }
326
329
 
327
330
  &.e-success {
328
331
  @include success-disabled;
329
332
  @if $skin-name != 'bootstrap4' and $skin-name != 'tailwind3' {
330
- border-color: $btn-success-border-color;
333
+ border-color: btn.$btn-success-border-color;
331
334
  }
332
335
  }
333
336
 
334
337
  &.e-info {
335
338
  @include info-disabled;
336
339
  @if $skin-name != 'bootstrap4' and $skin-name != 'tailwind3' {
337
- border-color: $btn-info-border-color;
340
+ border-color: btn.$btn-info-border-color;
338
341
  }
339
342
  }
340
343
 
341
344
  &.e-warning {
342
345
  @include warning-disabled;
343
346
  @if $skin-name != 'bootstrap4' and $skin-name != 'tailwind3' {
344
- border-color: $btn-warning-border-color;
347
+ border-color: btn.$btn-warning-border-color;
345
348
  }
346
349
  }
347
350
 
348
351
  &.e-danger {
349
352
  @include danger-disabled;
350
353
  @if $skin-name != 'bootstrap4' and $skin-name != 'tailwind3' {
351
- border-color: $btn-danger-border-color;
354
+ border-color: btn.$btn-danger-border-color;
352
355
  }
353
356
  }
354
357
 
355
358
  &.e-link {
356
359
  @include link-disabled;
357
360
  @if $skin-name != 'bootstrap4' and $skin-name != 'tailwind3' {
358
- border-color: $btn-link-border-color;
361
+ border-color: btn.$btn-link-border-color;
359
362
  }
360
363
  }
361
364
 
362
365
  &.e-outline {
363
366
  @include outline-disabled;
364
- border-color: $btn-outline-border-color;
367
+ border-color: btn.$btn-outline-border-color;
365
368
 
366
369
  &.e-primary {
367
370
  @include outline-primary-disabled;
368
371
  @if $skin-name != 'tailwind3' {
369
- border-color: $btn-primary-bgcolor;
372
+ border-color: btn.$btn-primary-bgcolor;
370
373
  }
371
374
  }
372
375
 
373
376
  &.e-success {
374
377
  @include outline-success-disabled;
375
378
  @if $skin-name != 'tailwind3' {
376
- border-color: $btn-success-bgcolor;
379
+ border-color: btn.$btn-success-bgcolor;
377
380
  }
378
381
  }
379
382
 
380
383
  &.e-info {
381
384
  @include outline-info-disabled;
382
385
  @if $skin-name != 'tailwind3' {
383
- border-color: $btn-info-bgcolor;
386
+ border-color: btn.$btn-info-bgcolor;
384
387
  }
385
388
  }
386
389
 
387
390
  &.e-warning {
388
391
  @include outline-warning-disabled;
389
392
  @if $skin-name != 'tailwind3' {
390
- border-color: $btn-warning-bgcolor;
393
+ border-color: btn.$btn-warning-bgcolor;
391
394
  }
392
395
  }
393
396
 
394
397
  &.e-danger {
395
398
  @include outline-danger-disabled;
396
399
  @if $skin-name != 'tailwind3' {
397
- border-color: $btn-danger-bgcolor;
400
+ border-color: btn.$btn-danger-bgcolor;
398
401
  }
399
402
  }
400
403
  }
@@ -415,26 +418,26 @@
415
418
  }
416
419
 
417
420
  .e-btn:hover {
418
- border-color: $btn-border-color;
421
+ border-color: btn.$btn-border-color;
419
422
 
420
423
  &.e-primary {
421
- border-color: $btn-primary-bgcolor;
424
+ border-color: btn.$btn-primary-bgcolor;
422
425
  }
423
426
 
424
427
  &.e-success {
425
- border-color: $btn-success-bgcolor;
428
+ border-color: btn.$btn-success-bgcolor;
426
429
  }
427
430
 
428
431
  &.e-info {
429
- border-color: $btn-info-bgcolor;
432
+ border-color: btn.$btn-info-bgcolor;
430
433
  }
431
434
 
432
435
  &.e-warning {
433
- border-color: $btn-warning-bgcolor;
436
+ border-color: btn.$btn-warning-bgcolor;
434
437
  }
435
438
 
436
439
  &.e-danger {
437
- border-color: $btn-danger-bgcolor;
440
+ border-color: btn.$btn-danger-bgcolor;
438
441
  }
439
442
  }
440
443
  }
@@ -0,0 +1,2 @@
1
+ @forward '@syncfusion/ej2-base/styles/common/_base-variables';
2
+ @forward '_material3-definition';
@@ -2,69 +2,6 @@
2
2
 
3
3
 
4
4
 
5
- /* stylelint-disable */
6
- .e-btn.e-primary:focus {
7
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
8
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
9
- }
10
-
11
- .e-btn.e-success:focus {
12
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
13
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
14
- }
15
-
16
- .e-btn.e-info:focus {
17
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
18
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
19
- }
20
-
21
- .e-btn.e-warning:focus {
22
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
23
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
24
- }
25
-
26
- .e-btn.e-danger:focus {
27
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
28
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
29
- }
30
-
31
- .e-btn.e-outline.e-info {
32
- background: transparent !important;
33
- border-color: var(--color-sf-utility-info-border-color) !important;
34
- color: var(--color-sf-utility-info-text) !important;
35
- }
36
-
37
- .e-btn.e-outline.e-info:hover {
38
- background: var(--color-sf-utility-info-bg-color-hover) !important;
39
- border-color: var(--color-sf-utility-info-border-color) !important;
40
- color: var(--color-sf-utility-info-text-hover) !important;
41
- }
42
-
43
- .e-btn.e-outline.e-info:active {
44
- background: var(--color-sf-utility-info-bg-color-pressed) !important;
45
- border-color: var(--color-sf-utility-info-border-color) !important;
46
- color: var(--color-sf-utility-info-text-hover) !important;
47
- }
48
-
49
- .e-btn.e-flat.e-info {
50
- color: var(--color-sf-utility-info-text) !important;
51
- }
52
-
53
- .e-bigger .e-btn,
54
- .e-bigger .e-btn,
55
- .e-bigger .e-css.e-btn,
56
- .e-bigger.e-css.e-btn {
57
- font-size: 14px;
58
- line-height: 1.572em;
59
- padding: 8px 15px;
60
- border-radius: 8px !important;
61
- font-weight: 600;
62
- }
63
-
64
-
65
-
66
-
67
-
68
5
  /* stylelint-disable */
69
6
  .e-btn.e-primary:focus {
70
7
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
@@ -359,69 +296,6 @@
359
296
  border-top-right-radius: 0;
360
297
  }
361
298
 
362
-
363
-
364
-
365
-
366
- /* stylelint-disable */
367
- .e-btn.e-primary:focus {
368
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
369
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
370
- }
371
-
372
- .e-btn.e-success:focus {
373
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
374
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
375
- }
376
-
377
- .e-btn.e-info:focus {
378
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
379
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
380
- }
381
-
382
- .e-btn.e-warning:focus {
383
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
384
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
385
- }
386
-
387
- .e-btn.e-danger:focus {
388
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
389
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
390
- }
391
-
392
- .e-btn.e-outline.e-info {
393
- background: transparent !important;
394
- border-color: var(--color-sf-utility-info-border-color) !important;
395
- color: var(--color-sf-utility-info-text) !important;
396
- }
397
-
398
- .e-btn.e-outline.e-info:hover {
399
- background: var(--color-sf-utility-info-bg-color-hover) !important;
400
- border-color: var(--color-sf-utility-info-border-color) !important;
401
- color: var(--color-sf-utility-info-text-hover) !important;
402
- }
403
-
404
- .e-btn.e-outline.e-info:active {
405
- background: var(--color-sf-utility-info-bg-color-pressed) !important;
406
- border-color: var(--color-sf-utility-info-border-color) !important;
407
- color: var(--color-sf-utility-info-text-hover) !important;
408
- }
409
-
410
- .e-btn.e-flat.e-info {
411
- color: var(--color-sf-utility-info-text) !important;
412
- }
413
-
414
- .e-bigger .e-btn,
415
- .e-bigger .e-btn,
416
- .e-bigger .e-css.e-btn,
417
- .e-bigger.e-css.e-btn {
418
- font-size: 14px;
419
- line-height: 1.572em;
420
- padding: 8px 15px;
421
- border-radius: 8px !important;
422
- font-weight: 600;
423
- }
424
-
425
299
  /* stylelint-disable */
426
300
  .e-btn-group:not(.e-outline),
427
301
  .e-css.e-btn-group:not(.e-outline) {
@@ -979,69 +853,6 @@
979
853
  border-color: #b32218;
980
854
  outline-color: inherit;
981
855
  }
982
-
983
-
984
-
985
-
986
- /* stylelint-disable */
987
- .e-btn.e-primary:focus {
988
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
989
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
990
- }
991
-
992
- .e-btn.e-success:focus {
993
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
994
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
995
- }
996
-
997
- .e-btn.e-info:focus {
998
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
999
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
1000
- }
1001
-
1002
- .e-btn.e-warning:focus {
1003
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
1004
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
1005
- }
1006
-
1007
- .e-btn.e-danger:focus {
1008
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
1009
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
1010
- }
1011
-
1012
- .e-btn.e-outline.e-info {
1013
- background: transparent !important;
1014
- border-color: var(--color-sf-utility-info-border-color) !important;
1015
- color: var(--color-sf-utility-info-text) !important;
1016
- }
1017
-
1018
- .e-btn.e-outline.e-info:hover {
1019
- background: var(--color-sf-utility-info-bg-color-hover) !important;
1020
- border-color: var(--color-sf-utility-info-border-color) !important;
1021
- color: var(--color-sf-utility-info-text-hover) !important;
1022
- }
1023
-
1024
- .e-btn.e-outline.e-info:active {
1025
- background: var(--color-sf-utility-info-bg-color-pressed) !important;
1026
- border-color: var(--color-sf-utility-info-border-color) !important;
1027
- color: var(--color-sf-utility-info-text-hover) !important;
1028
- }
1029
-
1030
- .e-btn.e-flat.e-info {
1031
- color: var(--color-sf-utility-info-text) !important;
1032
- }
1033
-
1034
- .e-bigger .e-btn,
1035
- .e-bigger .e-btn,
1036
- .e-bigger .e-css.e-btn,
1037
- .e-bigger.e-css.e-btn {
1038
- font-size: 14px;
1039
- line-height: 1.572em;
1040
- padding: 8px 15px;
1041
- border-radius: 8px !important;
1042
- font-weight: 600;
1043
- }
1044
-
1045
856
  .e-bigger .e-btn-group .e-btn-icon,
1046
857
  .e-bigger.e-btn-group .e-btn-icon,
1047
858
  .e-bigger .e-css.e-btn-group .e-btn-icon,
@@ -1,5 +1,3 @@
1
- @use 'ej2-base/styles/definition/bds' as *;
2
- @use 'ej2-buttons/styles/button/bds-definition' as *;
3
1
  @use 'bds-definition' as *;
4
- @use 'all.bds' as *;
5
- @use 'bigger.bds' as *;
2
+ @use 'all' as *;
3
+ @use 'bigger' as *;
@@ -1,5 +1,3 @@
1
- @use 'ej2-base/styles/definition/bootstrap-dark' as *;
2
- @use 'ej2-buttons/styles/button/bootstrap-dark-definition' as *;
3
1
  @use 'bootstrap-dark-definition' as *;
4
- @use 'all.bootstrap-dark' as *;
5
- @use 'bigger.bootstrap-dark' as *;
2
+ @use 'all' as *;
3
+ @use 'bigger' as *;
@@ -1,5 +1,3 @@
1
- @use 'ej2-base/styles/definition/bootstrap' as *;
2
- @use 'ej2-buttons/styles/button/bootstrap-definition' as *;
3
1
  @use 'bootstrap-definition' as *;
4
- @use 'all.bootstrap' as *;
5
- @use 'bigger.bootstrap' as *;
2
+ @use 'all' as *;
3
+ @use 'bigger' as *;
@@ -1,5 +1,3 @@
1
- @use 'ej2-base/styles/definition/bootstrap4' as *;
2
- @use 'ej2-buttons/styles/button/bootstrap4-definition' as *;
3
1
  @use 'bootstrap4-definition' as *;
4
- @use 'all.bootstrap4' as *;
5
- @use 'bigger.bootstrap4' as *;
2
+ @use 'all' as *;
3
+ @use 'bigger' as *;
@@ -1,5 +1,3 @@
1
- @use 'ej2-base/styles/definition/bootstrap5-dark' as *;
2
- @use 'ej2-buttons/styles/button/bootstrap5-dark-definition' as *;
3
1
  @use 'bootstrap5-dark-definition' as *;
4
- @use 'all.bootstrap5-dark' as *;
5
- @use 'bigger.bootstrap5-dark' as *;
2
+ @use 'all' as *;
3
+ @use 'bigger' as *;