@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
@@ -2,66 +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
- /* stylelint-disable-line no-empty-source */
65
5
  .e-dropdown-popup {
66
6
  position: absolute;
67
7
  border-radius: 8px;
@@ -109,10 +49,6 @@
109
49
  content: "\e729";
110
50
  }
111
51
 
112
-
113
-
114
-
115
-
116
52
  /* stylelint-disable */
117
53
  .e-btn.e-primary:focus {
118
54
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
@@ -172,51 +108,6 @@
172
108
  font-weight: 600;
173
109
  }
174
110
 
175
- .e-dropdown-popup {
176
- position: absolute;
177
- border-radius: 8px;
178
- margin-top: 4px;
179
- }
180
-
181
- .e-dropdown-popup ul {
182
- border: 1px solid var(--color-sf-border-secondary);
183
- border-radius: 8px;
184
- -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
185
- box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
186
- -webkit-box-sizing: border-box;
187
- box-sizing: border-box;
188
- font-size: 14px;
189
- font-weight: 500;
190
- list-style-image: none;
191
- list-style-position: outside;
192
- list-style-type: none;
193
- margin: 0;
194
- min-width: 120px;
195
- overflow: hidden;
196
- padding: 4px 0;
197
- -webkit-user-select: none;
198
- -moz-user-select: none;
199
- -ms-user-select: none;
200
- user-select: none;
201
- white-space: nowrap;
202
- }
203
-
204
- .e-dropdown-popup ul .e-item {
205
- cursor: pointer;
206
- display: -webkit-box;
207
- display: -ms-flexbox;
208
- display: flex;
209
- height: 32px;
210
- line-height: 32px;
211
- padding: 0 12px;
212
- margin: 0 6px;
213
- border-radius: 6px;
214
- }
215
-
216
- .e-dropdown-popup ul .e-item.e-url {
217
- padding: 0;
218
- }
219
-
220
111
  .e-dropdown-btn,
221
112
  .e-dropdown-btn.e-btn {
222
113
  -webkit-box-shadow: none;
@@ -380,114 +271,6 @@
380
271
  display: block !important; /* stylelint-disable-line declaration-no-important */
381
272
  }
382
273
 
383
-
384
-
385
-
386
-
387
- /* stylelint-disable */
388
- .e-btn.e-primary:focus {
389
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
390
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
391
- }
392
-
393
- .e-btn.e-success:focus {
394
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
395
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
396
- }
397
-
398
- .e-btn.e-info:focus {
399
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
400
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
401
- }
402
-
403
- .e-btn.e-warning:focus {
404
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
405
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
406
- }
407
-
408
- .e-btn.e-danger:focus {
409
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
410
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
411
- }
412
-
413
- .e-btn.e-outline.e-info {
414
- background: transparent !important;
415
- border-color: var(--color-sf-utility-info-border-color) !important;
416
- color: var(--color-sf-utility-info-text) !important;
417
- }
418
-
419
- .e-btn.e-outline.e-info:hover {
420
- background: var(--color-sf-utility-info-bg-color-hover) !important;
421
- border-color: var(--color-sf-utility-info-border-color) !important;
422
- color: var(--color-sf-utility-info-text-hover) !important;
423
- }
424
-
425
- .e-btn.e-outline.e-info:active {
426
- background: var(--color-sf-utility-info-bg-color-pressed) !important;
427
- border-color: var(--color-sf-utility-info-border-color) !important;
428
- color: var(--color-sf-utility-info-text-hover) !important;
429
- }
430
-
431
- .e-btn.e-flat.e-info {
432
- color: var(--color-sf-utility-info-text) !important;
433
- }
434
-
435
- .e-bigger .e-btn,
436
- .e-bigger .e-btn,
437
- .e-bigger .e-css.e-btn,
438
- .e-bigger.e-css.e-btn {
439
- font-size: 14px;
440
- line-height: 1.572em;
441
- padding: 8px 15px;
442
- border-radius: 8px !important;
443
- font-weight: 600;
444
- }
445
-
446
- .e-dropdown-popup {
447
- position: absolute;
448
- border-radius: 8px;
449
- margin-top: 4px;
450
- }
451
-
452
- .e-dropdown-popup ul {
453
- border: 1px solid var(--color-sf-border-secondary);
454
- border-radius: 8px;
455
- -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
456
- box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
457
- -webkit-box-sizing: border-box;
458
- box-sizing: border-box;
459
- font-size: 14px;
460
- font-weight: 500;
461
- list-style-image: none;
462
- list-style-position: outside;
463
- list-style-type: none;
464
- margin: 0;
465
- min-width: 120px;
466
- overflow: hidden;
467
- padding: 4px 0;
468
- -webkit-user-select: none;
469
- -moz-user-select: none;
470
- -ms-user-select: none;
471
- user-select: none;
472
- white-space: nowrap;
473
- }
474
-
475
- .e-dropdown-popup ul .e-item {
476
- cursor: pointer;
477
- display: -webkit-box;
478
- display: -ms-flexbox;
479
- display: flex;
480
- height: 32px;
481
- line-height: 32px;
482
- padding: 0 12px;
483
- margin: 0 6px;
484
- border-radius: 6px;
485
- }
486
-
487
- .e-dropdown-popup ul .e-item.e-url {
488
- padding: 0;
489
- }
490
-
491
274
  .e-dropdown-popup {
492
275
  background: var(--color-sf-bg-primary-alt);
493
276
  color: var(--color-sf-utility-secondary-text-color);
@@ -541,114 +324,6 @@
541
324
  color: inherit;
542
325
  }
543
326
 
544
-
545
-
546
-
547
-
548
- /* stylelint-disable */
549
- .e-btn.e-primary:focus {
550
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
551
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
552
- }
553
-
554
- .e-btn.e-success:focus {
555
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
556
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
557
- }
558
-
559
- .e-btn.e-info:focus {
560
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
561
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
562
- }
563
-
564
- .e-btn.e-warning:focus {
565
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
566
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
567
- }
568
-
569
- .e-btn.e-danger:focus {
570
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
571
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
572
- }
573
-
574
- .e-btn.e-outline.e-info {
575
- background: transparent !important;
576
- border-color: var(--color-sf-utility-info-border-color) !important;
577
- color: var(--color-sf-utility-info-text) !important;
578
- }
579
-
580
- .e-btn.e-outline.e-info:hover {
581
- background: var(--color-sf-utility-info-bg-color-hover) !important;
582
- border-color: var(--color-sf-utility-info-border-color) !important;
583
- color: var(--color-sf-utility-info-text-hover) !important;
584
- }
585
-
586
- .e-btn.e-outline.e-info:active {
587
- background: var(--color-sf-utility-info-bg-color-pressed) !important;
588
- border-color: var(--color-sf-utility-info-border-color) !important;
589
- color: var(--color-sf-utility-info-text-hover) !important;
590
- }
591
-
592
- .e-btn.e-flat.e-info {
593
- color: var(--color-sf-utility-info-text) !important;
594
- }
595
-
596
- .e-bigger .e-btn,
597
- .e-bigger .e-btn,
598
- .e-bigger .e-css.e-btn,
599
- .e-bigger.e-css.e-btn {
600
- font-size: 14px;
601
- line-height: 1.572em;
602
- padding: 8px 15px;
603
- border-radius: 8px !important;
604
- font-weight: 600;
605
- }
606
-
607
- .e-dropdown-popup {
608
- position: absolute;
609
- border-radius: 8px;
610
- margin-top: 4px;
611
- }
612
-
613
- .e-dropdown-popup ul {
614
- border: 1px solid var(--color-sf-border-secondary);
615
- border-radius: 8px;
616
- -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
617
- box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
618
- -webkit-box-sizing: border-box;
619
- box-sizing: border-box;
620
- font-size: 14px;
621
- font-weight: 500;
622
- list-style-image: none;
623
- list-style-position: outside;
624
- list-style-type: none;
625
- margin: 0;
626
- min-width: 120px;
627
- overflow: hidden;
628
- padding: 4px 0;
629
- -webkit-user-select: none;
630
- -moz-user-select: none;
631
- -ms-user-select: none;
632
- user-select: none;
633
- white-space: nowrap;
634
- }
635
-
636
- .e-dropdown-popup ul .e-item {
637
- cursor: pointer;
638
- display: -webkit-box;
639
- display: -ms-flexbox;
640
- display: flex;
641
- height: 32px;
642
- line-height: 32px;
643
- padding: 0 12px;
644
- margin: 0 6px;
645
- border-radius: 6px;
646
- }
647
-
648
- .e-dropdown-popup ul .e-item.e-url {
649
- padding: 0;
650
- }
651
-
652
327
  .e-split-btn-wrapper {
653
328
  display: -webkit-inline-box;
654
329
  display: -ms-inline-flexbox;
@@ -821,114 +496,6 @@
821
496
  border-top-left-radius: 0;
822
497
  }
823
498
 
824
-
825
-
826
-
827
-
828
- /* stylelint-disable */
829
- .e-btn.e-primary:focus {
830
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
831
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
832
- }
833
-
834
- .e-btn.e-success:focus {
835
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
836
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
837
- }
838
-
839
- .e-btn.e-info:focus {
840
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
841
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
842
- }
843
-
844
- .e-btn.e-warning:focus {
845
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
846
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
847
- }
848
-
849
- .e-btn.e-danger:focus {
850
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
851
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
852
- }
853
-
854
- .e-btn.e-outline.e-info {
855
- background: transparent !important;
856
- border-color: var(--color-sf-utility-info-border-color) !important;
857
- color: var(--color-sf-utility-info-text) !important;
858
- }
859
-
860
- .e-btn.e-outline.e-info:hover {
861
- background: var(--color-sf-utility-info-bg-color-hover) !important;
862
- border-color: var(--color-sf-utility-info-border-color) !important;
863
- color: var(--color-sf-utility-info-text-hover) !important;
864
- }
865
-
866
- .e-btn.e-outline.e-info:active {
867
- background: var(--color-sf-utility-info-bg-color-pressed) !important;
868
- border-color: var(--color-sf-utility-info-border-color) !important;
869
- color: var(--color-sf-utility-info-text-hover) !important;
870
- }
871
-
872
- .e-btn.e-flat.e-info {
873
- color: var(--color-sf-utility-info-text) !important;
874
- }
875
-
876
- .e-bigger .e-btn,
877
- .e-bigger .e-btn,
878
- .e-bigger .e-css.e-btn,
879
- .e-bigger.e-css.e-btn {
880
- font-size: 14px;
881
- line-height: 1.572em;
882
- padding: 8px 15px;
883
- border-radius: 8px !important;
884
- font-weight: 600;
885
- }
886
-
887
- .e-dropdown-popup {
888
- position: absolute;
889
- border-radius: 8px;
890
- margin-top: 4px;
891
- }
892
-
893
- .e-dropdown-popup ul {
894
- border: 1px solid var(--color-sf-border-secondary);
895
- border-radius: 8px;
896
- -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
897
- box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
898
- -webkit-box-sizing: border-box;
899
- box-sizing: border-box;
900
- font-size: 14px;
901
- font-weight: 500;
902
- list-style-image: none;
903
- list-style-position: outside;
904
- list-style-type: none;
905
- margin: 0;
906
- min-width: 120px;
907
- overflow: hidden;
908
- padding: 4px 0;
909
- -webkit-user-select: none;
910
- -moz-user-select: none;
911
- -ms-user-select: none;
912
- user-select: none;
913
- white-space: nowrap;
914
- }
915
-
916
- .e-dropdown-popup ul .e-item {
917
- cursor: pointer;
918
- display: -webkit-box;
919
- display: -ms-flexbox;
920
- display: flex;
921
- height: 32px;
922
- line-height: 32px;
923
- padding: 0 12px;
924
- margin: 0 6px;
925
- border-radius: 6px;
926
- }
927
-
928
- .e-dropdown-popup ul .e-item.e-url {
929
- padding: 0;
930
- }
931
-
932
499
  .e-split-btn-wrapper .e-split-btn {
933
500
  border-right-color: var(--color-sf-utility-secondary-border-color);
934
501
  }
@@ -999,95 +566,32 @@
999
566
  border-bottom-color: var(--color-sf-utility-secondary-border-color);
1000
567
  border-right-color: var(--color-sf-utility-secondary-border-color);
1001
568
  }
1002
- .e-split-btn-wrapper.e-vertical:hover .e-split-btn.e-inherit, .e-split-btn-wrapper.e-vertical:hover .e-split-btn.e-inherit:disabled {
1003
- border-color: transparent;
1004
- }
1005
- .e-split-btn-wrapper.e-vertical:hover .e-split-btn:disabled {
1006
- border-bottom-color: var(--color-sf-border-disabled-subtle);
1007
- }
1008
- .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn {
1009
- border-left-color: var(--color-sf-utility-secondary-border-color);
1010
- }
1011
- .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn.e-inherit, .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn.e-inherit:focus, .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn.e-inherit:active, .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn.e-inherit:disabled {
1012
- border-color: transparent;
1013
- }
1014
- .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:focus {
1015
- border-left-color: var(--color-sf-utility-secondary-border-color);
1016
- }
1017
- .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:active {
1018
- border-left-color: var(--color-sf-utility-secondary-border-color);
1019
- }
1020
- .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:disabled {
1021
- border-left-color: var(--color-sf-utility-secondary-border-color);
1022
- }
1023
- .e-split-btn-wrapper.e-vertical.e-rtl:hover .e-split-btn {
1024
- border-left-color: var(--color-sf-utility-secondary-border-color);
1025
- }
1026
- .e-split-btn-wrapper.e-vertical.e-rtl:hover .e-split-btn.e-inherit {
1027
- border-color: transparent;
1028
- }
1029
-
1030
-
1031
-
1032
-
1033
-
1034
- /* stylelint-disable */
1035
- .e-btn.e-primary:focus {
1036
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
1037
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
1038
- }
1039
-
1040
- .e-btn.e-success:focus {
1041
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
1042
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
1043
- }
1044
-
1045
- .e-btn.e-info:focus {
1046
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
1047
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
569
+ .e-split-btn-wrapper.e-vertical:hover .e-split-btn.e-inherit, .e-split-btn-wrapper.e-vertical:hover .e-split-btn.e-inherit:disabled {
570
+ border-color: transparent;
1048
571
  }
1049
-
1050
- .e-btn.e-warning:focus {
1051
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
1052
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
572
+ .e-split-btn-wrapper.e-vertical:hover .e-split-btn:disabled {
573
+ border-bottom-color: var(--color-sf-border-disabled-subtle);
1053
574
  }
1054
-
1055
- .e-btn.e-danger:focus {
1056
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
1057
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
575
+ .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn {
576
+ border-left-color: var(--color-sf-utility-secondary-border-color);
1058
577
  }
1059
-
1060
- .e-btn.e-outline.e-info {
1061
- background: transparent !important;
1062
- border-color: var(--color-sf-utility-info-border-color) !important;
1063
- color: var(--color-sf-utility-info-text) !important;
578
+ .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn.e-inherit, .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn.e-inherit:focus, .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn.e-inherit:active, .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn.e-inherit:disabled {
579
+ border-color: transparent;
1064
580
  }
1065
-
1066
- .e-btn.e-outline.e-info:hover {
1067
- background: var(--color-sf-utility-info-bg-color-hover) !important;
1068
- border-color: var(--color-sf-utility-info-border-color) !important;
1069
- color: var(--color-sf-utility-info-text-hover) !important;
581
+ .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:focus {
582
+ border-left-color: var(--color-sf-utility-secondary-border-color);
1070
583
  }
1071
-
1072
- .e-btn.e-outline.e-info:active {
1073
- background: var(--color-sf-utility-info-bg-color-pressed) !important;
1074
- border-color: var(--color-sf-utility-info-border-color) !important;
1075
- color: var(--color-sf-utility-info-text-hover) !important;
584
+ .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:active {
585
+ border-left-color: var(--color-sf-utility-secondary-border-color);
1076
586
  }
1077
-
1078
- .e-btn.e-flat.e-info {
1079
- color: var(--color-sf-utility-info-text) !important;
587
+ .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:disabled {
588
+ border-left-color: var(--color-sf-utility-secondary-border-color);
1080
589
  }
1081
-
1082
- .e-bigger .e-btn,
1083
- .e-bigger .e-btn,
1084
- .e-bigger .e-css.e-btn,
1085
- .e-bigger.e-css.e-btn {
1086
- font-size: 14px;
1087
- line-height: 1.572em;
1088
- padding: 8px 15px;
1089
- border-radius: 8px !important;
1090
- font-weight: 600;
590
+ .e-split-btn-wrapper.e-vertical.e-rtl:hover .e-split-btn {
591
+ border-left-color: var(--color-sf-utility-secondary-border-color);
592
+ }
593
+ .e-split-btn-wrapper.e-vertical.e-rtl:hover .e-split-btn.e-inherit {
594
+ border-color: transparent;
1091
595
  }
1092
596
 
1093
597
  /* stylelint-disable */
@@ -1325,69 +829,6 @@
1325
829
  border-top-right-radius: 0;
1326
830
  }
1327
831
 
1328
-
1329
-
1330
-
1331
-
1332
- /* stylelint-disable */
1333
- .e-btn.e-primary:focus {
1334
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
1335
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
1336
- }
1337
-
1338
- .e-btn.e-success:focus {
1339
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
1340
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
1341
- }
1342
-
1343
- .e-btn.e-info:focus {
1344
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
1345
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
1346
- }
1347
-
1348
- .e-btn.e-warning:focus {
1349
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
1350
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
1351
- }
1352
-
1353
- .e-btn.e-danger:focus {
1354
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
1355
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
1356
- }
1357
-
1358
- .e-btn.e-outline.e-info {
1359
- background: transparent !important;
1360
- border-color: var(--color-sf-utility-info-border-color) !important;
1361
- color: var(--color-sf-utility-info-text) !important;
1362
- }
1363
-
1364
- .e-btn.e-outline.e-info:hover {
1365
- background: var(--color-sf-utility-info-bg-color-hover) !important;
1366
- border-color: var(--color-sf-utility-info-border-color) !important;
1367
- color: var(--color-sf-utility-info-text-hover) !important;
1368
- }
1369
-
1370
- .e-btn.e-outline.e-info:active {
1371
- background: var(--color-sf-utility-info-bg-color-pressed) !important;
1372
- border-color: var(--color-sf-utility-info-border-color) !important;
1373
- color: var(--color-sf-utility-info-text-hover) !important;
1374
- }
1375
-
1376
- .e-btn.e-flat.e-info {
1377
- color: var(--color-sf-utility-info-text) !important;
1378
- }
1379
-
1380
- .e-bigger .e-btn,
1381
- .e-bigger .e-btn,
1382
- .e-bigger .e-css.e-btn,
1383
- .e-bigger.e-css.e-btn {
1384
- font-size: 14px;
1385
- line-height: 1.572em;
1386
- padding: 8px 15px;
1387
- border-radius: 8px !important;
1388
- font-weight: 600;
1389
- }
1390
-
1391
832
  /* stylelint-disable */
1392
833
  .e-btn-group:not(.e-outline),
1393
834
  .e-css.e-btn-group:not(.e-outline) {
@@ -1945,110 +1386,6 @@
1945
1386
  border-color: #b32218;
1946
1387
  outline-color: inherit;
1947
1388
  }
1948
- /* stylelint-disable property-no-vendor-prefix */
1949
- @-webkit-keyframes material-spinner-rotate {
1950
- 0% {
1951
- -webkit-transform: rotate(0);
1952
- transform: rotate(0);
1953
- }
1954
- 100% {
1955
- -webkit-transform: rotate(360deg);
1956
- transform: rotate(360deg);
1957
- }
1958
- }
1959
- @keyframes material-spinner-rotate {
1960
- 0% {
1961
- -webkit-transform: rotate(0);
1962
- transform: rotate(0);
1963
- }
1964
- 100% {
1965
- -webkit-transform: rotate(360deg);
1966
- transform: rotate(360deg);
1967
- }
1968
- }
1969
- @-webkit-keyframes fabric-spinner-rotate {
1970
- 0% {
1971
- -webkit-transform: rotate(0);
1972
- transform: rotate(0);
1973
- }
1974
- 100% {
1975
- -webkit-transform: rotate(360deg);
1976
- transform: rotate(360deg);
1977
- }
1978
- }
1979
- @keyframes fabric-spinner-rotate {
1980
- 0% {
1981
- -webkit-transform: rotate(0);
1982
- transform: rotate(0);
1983
- }
1984
- 100% {
1985
- -webkit-transform: rotate(360deg);
1986
- transform: rotate(360deg);
1987
- }
1988
- }
1989
-
1990
-
1991
-
1992
-
1993
- /* stylelint-disable */
1994
- .e-btn.e-primary:focus {
1995
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
1996
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
1997
- }
1998
-
1999
- .e-btn.e-success:focus {
2000
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
2001
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
2002
- }
2003
-
2004
- .e-btn.e-info:focus {
2005
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
2006
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
2007
- }
2008
-
2009
- .e-btn.e-warning:focus {
2010
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
2011
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
2012
- }
2013
-
2014
- .e-btn.e-danger:focus {
2015
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
2016
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
2017
- }
2018
-
2019
- .e-btn.e-outline.e-info {
2020
- background: transparent !important;
2021
- border-color: var(--color-sf-utility-info-border-color) !important;
2022
- color: var(--color-sf-utility-info-text) !important;
2023
- }
2024
-
2025
- .e-btn.e-outline.e-info:hover {
2026
- background: var(--color-sf-utility-info-bg-color-hover) !important;
2027
- border-color: var(--color-sf-utility-info-border-color) !important;
2028
- color: var(--color-sf-utility-info-text-hover) !important;
2029
- }
2030
-
2031
- .e-btn.e-outline.e-info:active {
2032
- background: var(--color-sf-utility-info-bg-color-pressed) !important;
2033
- border-color: var(--color-sf-utility-info-border-color) !important;
2034
- color: var(--color-sf-utility-info-text-hover) !important;
2035
- }
2036
-
2037
- .e-btn.e-flat.e-info {
2038
- color: var(--color-sf-utility-info-text) !important;
2039
- }
2040
-
2041
- .e-bigger .e-btn,
2042
- .e-bigger .e-btn,
2043
- .e-bigger .e-css.e-btn,
2044
- .e-bigger.e-css.e-btn {
2045
- font-size: 14px;
2046
- line-height: 1.572em;
2047
- padding: 8px 15px;
2048
- border-radius: 8px !important;
2049
- font-weight: 600;
2050
- }
2051
-
2052
1389
  .e-progress-btn {
2053
1390
  position: relative;
2054
1391
  }
@@ -2348,69 +1685,6 @@
2348
1685
  }
2349
1686
  }
2350
1687
 
2351
-
2352
-
2353
-
2354
-
2355
- /* stylelint-disable */
2356
- .e-btn.e-primary:focus {
2357
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
2358
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
2359
- }
2360
-
2361
- .e-btn.e-success:focus {
2362
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
2363
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
2364
- }
2365
-
2366
- .e-btn.e-info:focus {
2367
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
2368
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
2369
- }
2370
-
2371
- .e-btn.e-warning:focus {
2372
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
2373
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
2374
- }
2375
-
2376
- .e-btn.e-danger:focus {
2377
- -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
2378
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
2379
- }
2380
-
2381
- .e-btn.e-outline.e-info {
2382
- background: transparent !important;
2383
- border-color: var(--color-sf-utility-info-border-color) !important;
2384
- color: var(--color-sf-utility-info-text) !important;
2385
- }
2386
-
2387
- .e-btn.e-outline.e-info:hover {
2388
- background: var(--color-sf-utility-info-bg-color-hover) !important;
2389
- border-color: var(--color-sf-utility-info-border-color) !important;
2390
- color: var(--color-sf-utility-info-text-hover) !important;
2391
- }
2392
-
2393
- .e-btn.e-outline.e-info:active {
2394
- background: var(--color-sf-utility-info-bg-color-pressed) !important;
2395
- border-color: var(--color-sf-utility-info-border-color) !important;
2396
- color: var(--color-sf-utility-info-text-hover) !important;
2397
- }
2398
-
2399
- .e-btn.e-flat.e-info {
2400
- color: var(--color-sf-utility-info-text) !important;
2401
- }
2402
-
2403
- .e-bigger .e-btn,
2404
- .e-bigger .e-btn,
2405
- .e-bigger .e-css.e-btn,
2406
- .e-bigger.e-css.e-btn {
2407
- font-size: 14px;
2408
- line-height: 1.572em;
2409
- padding: 8px 15px;
2410
- border-radius: 8px !important;
2411
- font-weight: 600;
2412
- }
2413
-
2414
1688
  /*! Progress Button Theme */
2415
1689
  .e-progress-btn .e-spinner-pane .e-spinner-inner svg {
2416
1690
  fill: var(--color-sf-utility-secondary-text-color);