@syncfusion/ej2-splitbuttons 33.2.6 → 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 +19 -745
  15. package/styles/bds-lite.scss +4 -7
  16. package/styles/bds.css +104 -1172
  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 +2 -716
  37. package/styles/bootstrap5.3-lite.scss +4 -8
  38. package/styles/bootstrap5.3.css +74 -1124
  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 +0 -252
  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 +1 -4
  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 +3 -4
  241. package/styles/progress-button/_tailwind-definition.scss +3 -4
  242. package/styles/progress-button/_tailwind3-definition.scss +2 -4
  243. package/styles/progress-button/_theme.scss +131 -130
  244. package/styles/progress-button/_variables.scss +2 -0
  245. package/styles/progress-button/bds.css +0 -230
  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,5 +1,6 @@
1
1
  @use 'sass:color';
2
- @use 'ej2-base/styles/common/mixin' as *;
2
+ @use 'variables' as *;
3
+ @use '@syncfusion/ej2-buttons/styles/button/variables' as btn;
3
4
 
4
5
  @include export-module('progress-button-theme') {
5
6
 
@@ -19,25 +20,25 @@
19
20
  }
20
21
 
21
22
  .e-path-arc {
22
- stroke: $btn-color;
23
+ stroke: btn.$btn-color;
23
24
  @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
24
25
  stroke-width: 3px;
25
26
  }
26
27
  }
27
28
  }
28
29
 
29
- #{if(&, '&', '*')}.e-primary,
30
- #{if(&, '&', '*')}.e-primary.e-outline:hover,
31
- #{if(&, '&', '*')}.e-primary.e-outline:focus,
32
- #{if(&, '&', '*')}.e-primary.e-flat:hover,
33
- #{if(&, '&', '*')}.e-primary.e-flat:focus {
30
+ &.e-primary,
31
+ &.e-primary.e-outline:hover,
32
+ &.e-primary.e-outline:focus,
33
+ &.e-primary.e-flat:hover,
34
+ &.e-primary.e-flat:focus {
34
35
  .e-spinner-pane .e-spinner-inner svg {
35
- fill: $btn-primary-color;
36
- stroke: $btn-primary-color;
36
+ fill: btn.$btn-primary-color;
37
+ stroke: btn.$btn-primary-color;
37
38
 
38
39
  .e-path-circle {
39
40
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
40
- stroke: color.adjust($btn-primary-color, $alpha: -$progress-btn-circle-opacity);
41
+ stroke: color.adjust(btn.$btn-primary-color, $alpha: -$progress-btn-circle-opacity);
41
42
  }
42
43
  @else if $skin-name == 'tailwind' {
43
44
  stroke: color.adjust($progress-btn-primary-color, $alpha: -$progress-btn-circle-opacity);
@@ -45,21 +46,21 @@
45
46
  }
46
47
 
47
48
  .e-path-arc {
48
- stroke: $btn-primary-color;
49
+ stroke: btn.$btn-primary-color;
49
50
  }
50
51
  }
51
52
 
52
53
  &.e-flat {
53
54
  .e-spinner-pane .e-spinner-inner svg {
54
- fill: $btn-flat-primary-color;
55
- stroke: $btn-flat-primary-color;
55
+ fill: btn.$btn-flat-primary-color;
56
+ stroke: btn.$btn-flat-primary-color;
56
57
 
57
58
  .e-path-circle {
58
59
  @if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
59
60
  stroke: color.adjust($btn-flat-primary-path-arc, $alpha: -$progress-btn-circle-opacity);
60
61
  }
61
62
  @else if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap'{
62
- stroke: color.adjust($btn-flat-primary-color, $alpha: -$progress-btn-circle-opacity);
63
+ stroke: color.adjust(btn.$btn-flat-primary-color, $alpha: -$progress-btn-circle-opacity);
63
64
  }
64
65
  }
65
66
 
@@ -68,45 +69,45 @@
68
69
  stroke: $btn-flat-primary-path-arc;
69
70
  }
70
71
  @else {
71
- stroke: $btn-flat-primary-color;
72
+ stroke: btn.$btn-flat-primary-color;
72
73
  }
73
74
  }
74
75
  }
75
76
  }
76
77
  }
77
78
 
78
- #{if(&, '&', '*')}.e-primary.e-outline:hover,
79
- #{if(&, '&', '*')}.e-primary.e-outline:focus {
79
+ &.e-primary.e-outline:hover,
80
+ &.e-primary.e-outline:focus {
80
81
  @if $skin-name == 'Material3' {
81
82
  .e-spinner-pane .e-spinner-inner svg {
82
- fill: $btn-primary-bgcolor;
83
- stroke: $btn-primary-bgcolor;
83
+ fill: btn.$btn-primary-bgcolor;
84
+ stroke: btn.$btn-primary-bgcolor;
84
85
 
85
86
  .e-path-circle {
86
87
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
87
- stroke: color.adjust($btn-primary-color, $alpha: -$progress-btn-circle-opacity);
88
+ stroke: color.adjust(btn.$btn-primary-color, $alpha: -$progress-btn-circle-opacity);
88
89
  }
89
90
  }
90
91
 
91
92
  .e-path-arc {
92
- stroke: $btn-primary-color;
93
+ stroke: btn.$btn-primary-color;
93
94
  }
94
95
  }
95
96
  }
96
97
  }
97
98
 
98
- #{if(&, '&', '*')}.e-success,
99
- #{if(&, '&', '*')}.e-success.e-outline:hover,
100
- #{if(&, '&', '*')}.e-success.e-outline:focus,
101
- #{if(&, '&', '*')}.e-success.e-flat:hover,
102
- #{if(&, '&', '*')}.e-success.e-flat:focus {
99
+ &.e-success,
100
+ &.e-success.e-outline:hover,
101
+ &.e-success.e-outline:focus,
102
+ &.e-success.e-flat:hover,
103
+ &.e-success.e-flat:focus {
103
104
  .e-spinner-pane .e-spinner-inner svg {
104
- fill: $btn-success-color;
105
- stroke: $btn-success-color;
105
+ fill: btn.$btn-success-color;
106
+ stroke: btn.$btn-success-color;
106
107
 
107
108
  .e-path-circle {
108
109
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
109
- stroke: color.adjust($btn-success-color, $alpha: -$progress-btn-circle-opacity);
110
+ stroke: color.adjust(btn.$btn-success-color, $alpha: -$progress-btn-circle-opacity);
110
111
  }
111
112
  @else if $skin-name == 'tailwind' {
112
113
  stroke: color.adjust($progress-btn-success-color, $alpha: -$progress-btn-circle-opacity);
@@ -114,14 +115,14 @@
114
115
  }
115
116
 
116
117
  .e-path-arc {
117
- stroke: $btn-success-color;
118
+ stroke: btn.$btn-success-color;
118
119
  }
119
120
  }
120
121
 
121
122
  &.e-flat {
122
123
  .e-spinner-pane .e-spinner-inner svg {
123
- fill: $btn-flat-success-color;
124
- stroke: $btn-flat-success-color;
124
+ fill: btn.$btn-flat-success-color;
125
+ stroke: btn.$btn-flat-success-color;
125
126
 
126
127
  .e-path-circle {
127
128
  @if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
@@ -129,7 +130,7 @@
129
130
  }
130
131
  @else {
131
132
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
132
- stroke: color.adjust($btn-flat-success-color, $alpha: -$progress-btn-circle-opacity);
133
+ stroke: color.adjust(btn.$btn-flat-success-color, $alpha: -$progress-btn-circle-opacity);
133
134
  }
134
135
  }
135
136
  }
@@ -139,28 +140,28 @@
139
140
  stroke: $btn-flat-primary-path-arc;
140
141
  }
141
142
  @else {
142
- stroke: $btn-flat-success-color;
143
+ stroke: btn.$btn-flat-success-color;
143
144
  }
144
145
  }
145
146
  }
146
147
  }
147
148
  }
148
149
 
149
- #{if(&, '&', '*')}.e-success.e-outline:hover,
150
- #{if(&, '&', '*')}.e-success.e-outline:focus {
150
+ &.e-success.e-outline:hover,
151
+ &.e-success.e-outline:focus {
151
152
  @if $skin-name == 'Material3' {
152
153
  .e-spinner-pane .e-spinner-inner svg {
153
- fill: $btn-success-bgcolor;
154
- stroke: $btn-success-bgcolor;
154
+ fill: btn.$btn-success-bgcolor;
155
+ stroke: btn.$btn-success-bgcolor;
155
156
 
156
157
  .e-path-circle {
157
158
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
158
- stroke: color.adjust($btn-success-color, $alpha: -$progress-btn-circle-opacity);
159
+ stroke: color.adjust(btn.$btn-success-color, $alpha: -$progress-btn-circle-opacity);
159
160
  }
160
161
  }
161
162
 
162
163
  .e-path-arc {
163
- stroke: $btn-success-color;
164
+ stroke: btn.$btn-success-color;
164
165
  }
165
166
  }
166
167
  }
@@ -172,12 +173,12 @@
172
173
  &.e-info.e-flat:hover,
173
174
  &.e-info.e-flat:focus {
174
175
  .e-spinner-pane .e-spinner-inner svg {
175
- fill: $btn-info-color;
176
- stroke: $btn-info-color;
176
+ fill: btn.$btn-info-color;
177
+ stroke: btn.$btn-info-color;
177
178
 
178
179
  .e-path-circle {
179
180
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
180
- stroke: color.adjust($btn-info-color, $alpha: -$progress-btn-circle-opacity);
181
+ stroke: color.adjust(btn.$btn-info-color, $alpha: -$progress-btn-circle-opacity);
181
182
  }
182
183
  @else if $skin-name == 'tailwind' {
183
184
  stroke: color.adjust($progress-btn-info-color, $alpha: -$progress-btn-circle-opacity);
@@ -188,21 +189,21 @@
188
189
  }
189
190
 
190
191
  .e-path-arc {
191
- stroke: $btn-info-color;
192
+ stroke: btn.$btn-info-color;
192
193
  }
193
194
  }
194
195
 
195
196
  &.e-flat {
196
197
  .e-spinner-pane .e-spinner-inner svg {
197
- fill: $btn-flat-info-color;
198
- stroke: $btn-flat-info-color;
198
+ fill: btn.$btn-flat-info-color;
199
+ stroke: btn.$btn-flat-info-color;
199
200
 
200
201
  .e-path-circle {
201
202
  @if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
202
203
  stroke: color.adjust($btn-flat-primary-path-arc, $alpha: -$progress-btn-circle-opacity);
203
204
  }
204
205
  @else if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
205
- stroke: color.adjust($btn-flat-info-color, $alpha: -$progress-btn-circle-opacity);
206
+ stroke: color.adjust(btn.$btn-flat-info-color, $alpha: -$progress-btn-circle-opacity);
206
207
  }
207
208
  }
208
209
 
@@ -211,28 +212,28 @@
211
212
  stroke: $btn-flat-primary-path-arc;
212
213
  }
213
214
  @else {
214
- stroke: $btn-flat-info-color;
215
+ stroke: btn.$btn-flat-info-color;
215
216
  }
216
217
  }
217
218
  }
218
219
  }
219
220
  }
220
221
 
221
- #{if(&, '&', '*')}.e-info.e-outline:hover,
222
- #{if(&, '&', '*')}.e-info.e-outline:focus {
222
+ &.e-info.e-outline:hover,
223
+ &.e-info.e-outline:focus {
223
224
  @if $skin-name == 'Material3' {
224
225
  .e-spinner-pane .e-spinner-inner svg {
225
- fill: $btn-info-bgcolor;
226
- stroke: $btn-info-bgcolor;
226
+ fill: btn.$btn-info-bgcolor;
227
+ stroke: btn.$btn-info-bgcolor;
227
228
 
228
229
  .e-path-circle {
229
230
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
230
- stroke: color.adjust($btn-info-color, $alpha: -$progress-btn-circle-opacity);
231
+ stroke: color.adjust(btn.$btn-info-color, $alpha: -$progress-btn-circle-opacity);
231
232
  }
232
233
  }
233
234
 
234
235
  .e-path-arc {
235
- stroke: $btn-info-color;
236
+ stroke: btn.$btn-info-color;
236
237
  }
237
238
  }
238
239
  }
@@ -244,12 +245,12 @@
244
245
  &.e-warning.e-flat:hover,
245
246
  &.e-warning.e-flat:focus {
246
247
  .e-spinner-pane .e-spinner-inner svg {
247
- fill: $btn-warning-color;
248
- stroke: $btn-warning-color;
248
+ fill: btn.$btn-warning-color;
249
+ stroke: btn.$btn-warning-color;
249
250
 
250
251
  .e-path-circle {
251
252
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
252
- stroke: color.adjust($btn-warning-color, $alpha: -$progress-btn-circle-opacity);
253
+ stroke: color.adjust(btn.$btn-warning-color, $alpha: -$progress-btn-circle-opacity);
253
254
  }
254
255
  @else if $skin-name == 'tailwind' {
255
256
  stroke: color.adjust($progress-btn-warning-color, $alpha: -$progress-btn-circle-opacity);
@@ -257,21 +258,21 @@
257
258
  }
258
259
 
259
260
  .e-path-arc {
260
- stroke: $btn-warning-color;
261
+ stroke: btn.$btn-warning-color;
261
262
  }
262
263
  }
263
264
 
264
265
  &.e-flat {
265
266
  .e-spinner-pane .e-spinner-inner svg {
266
- fill: $btn-flat-warning-color;
267
- stroke: $btn-flat-warning-color;
267
+ fill: btn.$btn-flat-warning-color;
268
+ stroke: btn.$btn-flat-warning-color;
268
269
 
269
270
  .e-path-circle {
270
271
  @if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
271
272
  stroke: color.adjust($btn-flat-primary-path-arc, $alpha: -$progress-btn-circle-opacity);
272
273
  }
273
274
  @else {
274
- stroke: $btn-flat-warning-color;
275
+ stroke: btn.$btn-flat-warning-color;
275
276
  }
276
277
  }
277
278
 
@@ -280,28 +281,28 @@
280
281
  stroke: $btn-flat-primary-path-arc;
281
282
  }
282
283
  @else {
283
- stroke: $btn-flat-warning-color;
284
+ stroke: btn.$btn-flat-warning-color;
284
285
  }
285
286
  }
286
287
  }
287
288
  }
288
289
  }
289
290
 
290
- #{if(&, '&', '*')}.e-warning.e-outline:hover,
291
- #{if(&, '&', '*')}.e-warning.e-outline:focus {
291
+ &.e-warning.e-outline:hover,
292
+ &.e-warning.e-outline:focus {
292
293
  @if $skin-name == 'Material3' {
293
294
  .e-spinner-pane .e-spinner-inner svg {
294
- fill: $btn-warning-bgcolor;
295
- stroke: $btn-warning-bgcolor;
295
+ fill: btn.$btn-warning-bgcolor;
296
+ stroke: btn.$btn-warning-bgcolor;
296
297
 
297
298
  .e-path-circle {
298
299
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
299
- stroke: color.adjust($btn-warning-color, $alpha: -$progress-btn-circle-opacity);
300
+ stroke: color.adjust(btn.$btn-warning-color, $alpha: -$progress-btn-circle-opacity);
300
301
  }
301
302
  }
302
303
 
303
304
  .e-path-arc {
304
- stroke: $btn-warning-color;
305
+ stroke: btn.$btn-warning-color;
305
306
  }
306
307
  }
307
308
  }
@@ -313,12 +314,12 @@
313
314
  &.e-danger.e-flat:hover,
314
315
  &.e-danger.e-flat:focus {
315
316
  .e-spinner-pane .e-spinner-inner svg {
316
- fill: $btn-danger-color;
317
- stroke: $btn-danger-color;
317
+ fill: btn.$btn-danger-color;
318
+ stroke: btn.$btn-danger-color;
318
319
 
319
320
  .e-path-circle {
320
321
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
321
- stroke: color.adjust($btn-danger-color, $alpha: -$progress-btn-circle-opacity);
322
+ stroke: color.adjust(btn.$btn-danger-color, $alpha: -$progress-btn-circle-opacity);
322
323
  }
323
324
  @else if $skin-name == 'tailwind' {
324
325
  stroke: color.adjust($progress-btn-danger-color, $alpha: -$progress-btn-circle-opacity);
@@ -326,21 +327,21 @@
326
327
  }
327
328
 
328
329
  .e-path-arc {
329
- stroke: $btn-danger-color;
330
+ stroke: btn.$btn-danger-color;
330
331
  }
331
332
  }
332
333
 
333
334
  &.e-flat {
334
335
  .e-spinner-pane .e-spinner-inner svg {
335
- fill: $btn-flat-danger-color;
336
- stroke: $btn-flat-danger-color;
336
+ fill: btn.$btn-flat-danger-color;
337
+ stroke: btn.$btn-flat-danger-color;
337
338
 
338
339
  .e-path-circle {
339
340
  @if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
340
341
  stroke: color.adjust($btn-flat-primary-path-arc, $alpha: -$progress-btn-circle-opacity);
341
342
  }
342
343
  @else if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
343
- stroke: color.adjust($btn-flat-danger-color, $alpha: -$progress-btn-circle-opacity);
344
+ stroke: color.adjust(btn.$btn-flat-danger-color, $alpha: -$progress-btn-circle-opacity);
344
345
  }
345
346
  }
346
347
 
@@ -349,28 +350,28 @@
349
350
  stroke: $btn-flat-primary-path-arc;
350
351
  }
351
352
  @else {
352
- stroke: $btn-flat-danger-color;
353
+ stroke: btn.$btn-flat-danger-color;
353
354
  }
354
355
  }
355
356
  }
356
357
  }
357
358
  }
358
359
 
359
- #{if(&, '&', '*')}.e-danger.e-outline:hover,
360
- #{if(&, '&', '*')}.e-danger.e-outline:focus {
360
+ &.e-danger.e-outline:hover,
361
+ &.e-danger.e-outline:focus {
361
362
  @if $skin-name == 'Material3' {
362
363
  .e-spinner-pane .e-spinner-inner svg {
363
- fill: $btn-danger-bgcolor;
364
- stroke: $btn-danger-bgcolor;
364
+ fill: btn.$btn-danger-bgcolor;
365
+ stroke: btn.$btn-danger-bgcolor;
365
366
 
366
367
  .e-path-circle {
367
368
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
368
- stroke: color.adjust($btn-danger-color, $alpha: -$progress-btn-circle-opacity);
369
+ stroke: color.adjust(btn.$btn-danger-color, $alpha: -$progress-btn-circle-opacity);
369
370
  }
370
371
  }
371
372
 
372
373
  .e-path-arc {
373
- stroke: $btn-danger-color;
374
+ stroke: btn.$btn-danger-color;
374
375
  }
375
376
  }
376
377
  }
@@ -380,12 +381,12 @@
380
381
  &.e-flat {
381
382
  &.e-primary {
382
383
  .e-spinner-pane .e-spinner-inner svg {
383
- fill: $btn-primary-bgcolor;
384
- stroke: $btn-primary-bgcolor;
384
+ fill: btn.$btn-primary-bgcolor;
385
+ stroke: btn.$btn-primary-bgcolor;
385
386
 
386
387
  .e-path-circle {
387
388
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
388
- stroke: color.adjust($btn-primary-bgcolor, $alpha: -$progress-btn-circle-opacity);
389
+ stroke: color.adjust(btn.$btn-primary-bgcolor, $alpha: -$progress-btn-circle-opacity);
389
390
  }
390
391
  @else if $skin-name == 'tailwind' {
391
392
  stroke: color.adjust($progress-btn-primary-bgcolor, $alpha: -$progress-btn-circle-opacity);
@@ -393,35 +394,35 @@
393
394
  }
394
395
 
395
396
  .e-path-arc {
396
- stroke: $btn-primary-bgcolor;
397
+ stroke: btn.$btn-primary-bgcolor;
397
398
  }
398
399
  }
399
400
  }
400
401
 
401
402
  &.e-success {
402
403
  .e-spinner-pane .e-spinner-inner svg {
403
- fill: $btn-success-bgcolor;
404
- stroke: $btn-success-bgcolor;
404
+ fill: btn.$btn-success-bgcolor;
405
+ stroke: btn.$btn-success-bgcolor;
405
406
 
406
407
  .e-path-circle {
407
408
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
408
- stroke: color.adjust($btn-success-bgcolor, $alpha: -$progress-btn-circle-opacity);
409
+ stroke: color.adjust(btn.$btn-success-bgcolor, $alpha: -$progress-btn-circle-opacity);
409
410
  }
410
411
  }
411
412
  .e-path-arc {
412
- stroke: $btn-success-bgcolor;
413
+ stroke: btn.$btn-success-bgcolor;
413
414
  }
414
415
  }
415
416
  }
416
417
 
417
418
  &.e-info {
418
419
  .e-spinner-pane .e-spinner-inner svg {
419
- fill: $btn-info-bgcolor;
420
- stroke: $btn-info-bgcolor;
420
+ fill: btn.$btn-info-bgcolor;
421
+ stroke: btn.$btn-info-bgcolor;
421
422
 
422
423
  .e-path-circle {
423
424
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
424
- stroke: color.adjust($btn-info-bgcolor, $alpha: -$progress-btn-circle-opacity);
425
+ stroke: color.adjust(btn.$btn-info-bgcolor, $alpha: -$progress-btn-circle-opacity);
425
426
  }
426
427
  @else if $skin-name == 'tailwind' {
427
428
  stroke: color.adjust($progress-btn-info-bgcolor, $alpha: -$progress-btn-circle-opacity);
@@ -429,41 +430,41 @@
429
430
  }
430
431
 
431
432
  .e-path-arc {
432
- stroke: $btn-info-bgcolor;
433
+ stroke: btn.$btn-info-bgcolor;
433
434
  }
434
435
  }
435
436
  }
436
437
 
437
438
  &.e-warning {
438
439
  .e-spinner-pane .e-spinner-inner svg {
439
- fill: $btn-warning-bgcolor;
440
- stroke: $btn-warning-bgcolor;
440
+ fill: btn.$btn-warning-bgcolor;
441
+ stroke: btn.$btn-warning-bgcolor;
441
442
 
442
443
  .e-path-circle {
443
444
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
444
- stroke: color.adjust($btn-warning-bgcolor, $alpha: -$progress-btn-circle-opacity);
445
+ stroke: color.adjust(btn.$btn-warning-bgcolor, $alpha: -$progress-btn-circle-opacity);
445
446
  }
446
447
  }
447
448
 
448
449
  .e-path-arc {
449
- stroke: $btn-warning-bgcolor;
450
+ stroke: btn.$btn-warning-bgcolor;
450
451
  }
451
452
  }
452
453
  }
453
454
 
454
455
  &.e-danger {
455
456
  .e-spinner-pane .e-spinner-inner svg {
456
- fill: $btn-danger-bgcolor;
457
- stroke: $btn-danger-bgcolor;
457
+ fill: btn.$btn-danger-bgcolor;
458
+ stroke: btn.$btn-danger-bgcolor;
458
459
 
459
460
  .e-path-circle {
460
461
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
461
- stroke: color.adjust($btn-danger-bgcolor, $alpha: -$progress-btn-circle-opacity);
462
+ stroke: color.adjust(btn.$btn-danger-bgcolor, $alpha: -$progress-btn-circle-opacity);
462
463
  }
463
464
  }
464
465
 
465
466
  .e-path-arc {
466
- stroke: $btn-danger-bgcolor;
467
+ stroke: btn.$btn-danger-bgcolor;
467
468
  }
468
469
  }
469
470
  }
@@ -471,12 +472,12 @@
471
472
 
472
473
  &.e-link {
473
474
  .e-spinner-pane .e-spinner-inner svg {
474
- fill: $btn-link-color;
475
- stroke: $btn-link-color;
475
+ fill: btn.$btn-link-color;
476
+ stroke: btn.$btn-link-color;
476
477
 
477
478
  .e-path-circle {
478
479
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
479
- stroke: color.adjust($btn-link-color, $alpha: -$progress-btn-circle-opacity);
480
+ stroke: color.adjust(btn.$btn-link-color, $alpha: -$progress-btn-circle-opacity);
480
481
  }
481
482
  @else if $skin-name == 'tailwind' {
482
483
  stroke: color.adjust($progress-btn-link-color, $alpha: -$progress-btn-circle-opacity);
@@ -484,7 +485,7 @@
484
485
  }
485
486
 
486
487
  .e-path-arc {
487
- stroke: $btn-link-color;
488
+ stroke: btn.$btn-link-color;
488
489
  }
489
490
  }
490
491
  }
@@ -499,9 +500,9 @@
499
500
  }
500
501
  }
501
502
 
502
- #{if(&, '&', '*')}.e-primary,
503
- #{if(&, '&', '*')}.e-success,
504
- #{if(&, '&', '*')}.e-danger {
503
+ *.e-primary,
504
+ *.e-success,
505
+ *.e-danger {
505
506
  .e-progress {
506
507
  @if $skin-name == 'bootstrap5.3' {
507
508
  background: currentColor;
@@ -512,7 +513,7 @@
512
513
  }
513
514
  }
514
515
 
515
- #{if(&, '&', '*')}.e-info {
516
+ *.e-info {
516
517
  .e-progress {
517
518
  @if $skin-name == 'bootstrap5.3' {
518
519
  background: currentColor;
@@ -523,7 +524,7 @@
523
524
  }
524
525
  }
525
526
 
526
- #{if(&, '&', '*')}.e-flat {
527
+ *.e-flat {
527
528
  &.e-primary {
528
529
  .e-progress {
529
530
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
@@ -565,11 +566,11 @@
565
566
  }
566
567
  }
567
568
 
568
- #{if(&, '&', '*')}.e-outline:not(:focus) {
569
+ *.e-outline:not(:focus) {
569
570
  &.e-primary {
570
571
  .e-progress {
571
572
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
572
- background: color.adjust($btn-primary-bgcolor, $alpha: -.8);
573
+ background: color.adjust(btn.$btn-primary-bgcolor, $alpha: -.8);
573
574
  }
574
575
  @else if $skin-name == 'tailwind' {
575
576
  background: color.adjust($progress-btn-primary-bgcolor, $alpha: -.8);
@@ -580,7 +581,7 @@
580
581
  &.e-success {
581
582
  .e-progress {
582
583
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
583
- background: color.adjust($btn-success-bgcolor, $alpha: -.8);
584
+ background: color.adjust(btn.$btn-success-bgcolor, $alpha: -.8);
584
585
  }
585
586
  }
586
587
  }
@@ -588,7 +589,7 @@
588
589
  &.e-info {
589
590
  .e-progress {
590
591
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
591
- background: color.adjust($btn-info-bgcolor, $alpha: -.8);
592
+ background: color.adjust(btn.$btn-info-bgcolor, $alpha: -.8);
592
593
  }
593
594
  @else if $skin-name == 'tailwind' {
594
595
  background: color.adjust($progress-btn-info-bgcolor, $alpha: -.8);
@@ -599,7 +600,7 @@
599
600
  &.e-warning {
600
601
  .e-progress {
601
602
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
602
- background: color.adjust($btn-warning-bgcolor, $alpha: -.8);
603
+ background: color.adjust(btn.$btn-warning-bgcolor, $alpha: -.8);
603
604
  }
604
605
  }
605
606
  }
@@ -607,15 +608,15 @@
607
608
  &.e-danger {
608
609
  .e-progress {
609
610
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
610
- background: color.adjust($btn-danger-bgcolor, $alpha: -.8);
611
+ background: color.adjust(btn.$btn-danger-bgcolor, $alpha: -.8);
611
612
  }
612
613
  }
613
614
  }
614
615
  }
615
616
 
616
617
  @if $skin-name == 'Material3' {
617
- #{if(&, '&', '*')}.e-flat,
618
- #{if(&, '&', '*')}.e-flat:not(:focus) {
618
+ *.e-flat,
619
+ *.e-flat:not(:focus) {
619
620
  &.e-primary {
620
621
  .e-progress {
621
622
  background: $progress-btn-flat-primary-progress-color;
@@ -648,12 +649,12 @@
648
649
  }
649
650
  }
650
651
 
651
- #{if(&, '&', '*')}.e-flat:not(:focus) {
652
+ *.e-flat:not(:focus) {
652
653
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
653
654
  &.e-primary {
654
655
  .e-progress {
655
656
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
656
- background: color.adjust($btn-primary-bgcolor, $alpha: -.8);
657
+ background: color.adjust(btn.$btn-primary-bgcolor, $alpha: -.8);
657
658
  }
658
659
  @else if $skin-name == 'tailwind' {
659
660
  background: color.adjust($progress-btn-primary-bgcolor, $alpha: -.8);
@@ -664,7 +665,7 @@
664
665
  &.e-success {
665
666
  .e-progress {
666
667
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
667
- background: color.adjust($btn-success-bgcolor, $alpha: -.8);
668
+ background: color.adjust(btn.$btn-success-bgcolor, $alpha: -.8);
668
669
  }
669
670
  }
670
671
  }
@@ -672,7 +673,7 @@
672
673
  &.e-info {
673
674
  .e-progress {
674
675
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
675
- background: color.adjust($btn-info-bgcolor, $alpha: -.8);
676
+ background: color.adjust(btn.$btn-info-bgcolor, $alpha: -.8);
676
677
  }
677
678
  @else if $skin-name == 'tailwind' {
678
679
  background: color.adjust($progress-btn-info-bgcolor, $alpha: -.8);
@@ -683,7 +684,7 @@
683
684
  &.e-warning {
684
685
  .e-progress {
685
686
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
686
- background: color.adjust($btn-warning-bgcolor, $alpha: -.8);
687
+ background: color.adjust(btn.$btn-warning-bgcolor, $alpha: -.8);
687
688
  }
688
689
  }
689
690
  }
@@ -691,7 +692,7 @@
691
692
  &.e-danger {
692
693
  .e-progress {
693
694
  @if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
694
- background: color.adjust($btn-danger-bgcolor, $alpha: -.8);
695
+ background: color.adjust(btn.$btn-danger-bgcolor, $alpha: -.8);
695
696
  }
696
697
  }
697
698
  }
@@ -701,17 +702,17 @@
701
702
 
702
703
  @if $skin-name != 'fluent2' {
703
704
  .e-progress-btn.e-outline .e-spinner-pane .e-spinner-inner svg {
704
- fill: $btn-outline-color;
705
- stroke: $btn-outline-color;
705
+ fill: btn.$btn-outline-color;
706
+ stroke: btn.$btn-outline-color;
706
707
  }
707
708
 
708
709
  .e-progress-btn.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
709
- fill: $btn-color;
710
- stroke: $btn-color;
710
+ fill: btn.$btn-color;
711
+ stroke: btn.$btn-color;
711
712
  }
712
713
 
713
714
  .e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc {
714
- stroke: $btn-outline-color;
715
+ stroke: btn.$btn-outline-color;
715
716
  }
716
717
  }
717
718