@syncfusion/ej2-splitbuttons 32.1.22 → 32.2.3

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 (608) 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 +6 -2
  5. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  6. package/dist/es6/ej2-splitbuttons.es5.js +6 -2
  7. package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
  8. package/dist/global/ej2-splitbuttons.min.js +2 -2
  9. package/dist/global/ej2-splitbuttons.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +3 -3
  12. package/src/drop-down-button/drop-down-button.d.ts +1 -0
  13. package/src/drop-down-button/drop-down-button.js +6 -2
  14. package/styles/bds-lite.css +684 -0
  15. package/styles/bds-lite.scss +4 -4
  16. package/styles/bds.css +1050 -24
  17. package/styles/bds.scss +8 -8
  18. package/styles/bootstrap-dark-lite.scss +4 -4
  19. package/styles/bootstrap-dark.scss +8 -8
  20. package/styles/bootstrap-lite.scss +4 -4
  21. package/styles/bootstrap.scss +8 -8
  22. package/styles/bootstrap4-lite.scss +4 -4
  23. package/styles/bootstrap4.scss +8 -8
  24. package/styles/bootstrap5-dark-lite.scss +4 -4
  25. package/styles/bootstrap5-dark.scss +8 -8
  26. package/styles/bootstrap5-lite.scss +4 -4
  27. package/styles/bootstrap5.3-lite.css +672 -0
  28. package/styles/bootstrap5.3-lite.scss +4 -4
  29. package/styles/bootstrap5.3.css +1008 -0
  30. package/styles/bootstrap5.3.scss +8 -8
  31. package/styles/bootstrap5.scss +8 -8
  32. package/styles/button-group/_all.bds.scss +2 -0
  33. package/styles/button-group/_all.bootstrap-dark.scss +2 -0
  34. package/styles/button-group/_all.bootstrap.scss +2 -0
  35. package/styles/button-group/_all.bootstrap4.scss +2 -0
  36. package/styles/button-group/_all.bootstrap5-dark.scss +2 -0
  37. package/styles/button-group/_all.bootstrap5.3.scss +2 -0
  38. package/styles/button-group/_all.bootstrap5.scss +2 -0
  39. package/styles/button-group/_all.fabric-dark.scss +2 -0
  40. package/styles/button-group/_all.fabric.scss +2 -0
  41. package/styles/button-group/_all.fluent-dark.scss +2 -0
  42. package/styles/button-group/_all.fluent.scss +2 -0
  43. package/styles/button-group/_all.fluent2.scss +2 -0
  44. package/styles/button-group/_all.highcontrast-light.scss +2 -0
  45. package/styles/button-group/_all.highcontrast.scss +2 -0
  46. package/styles/button-group/_all.material-dark.scss +2 -0
  47. package/styles/button-group/_all.material.scss +2 -0
  48. package/styles/button-group/_all.material3-dark.scss +2 -0
  49. package/styles/button-group/_all.material3.scss +2 -0
  50. package/styles/button-group/_all.tailwind-dark.scss +2 -0
  51. package/styles/button-group/_all.tailwind.scss +2 -0
  52. package/styles/button-group/_all.tailwind3.scss +2 -0
  53. package/styles/button-group/_bigger.bds.scss +4 -0
  54. package/styles/button-group/_bigger.bootstrap-dark.scss +4 -0
  55. package/styles/button-group/_bigger.bootstrap.scss +4 -0
  56. package/styles/button-group/_bigger.bootstrap4.scss +4 -0
  57. package/styles/button-group/_bigger.bootstrap5-dark.scss +4 -0
  58. package/styles/button-group/_bigger.bootstrap5.3.scss +4 -0
  59. package/styles/button-group/_bigger.bootstrap5.scss +4 -0
  60. package/styles/button-group/_bigger.fabric-dark.scss +4 -0
  61. package/styles/button-group/_bigger.fabric.scss +4 -0
  62. package/styles/button-group/_bigger.fluent-dark.scss +4 -0
  63. package/styles/button-group/_bigger.fluent.scss +4 -0
  64. package/styles/button-group/_bigger.fluent2.scss +4 -0
  65. package/styles/button-group/_bigger.highcontrast-light.scss +4 -0
  66. package/styles/button-group/_bigger.highcontrast.scss +4 -0
  67. package/styles/button-group/_bigger.material-dark.scss +4 -0
  68. package/styles/button-group/_bigger.material.scss +4 -0
  69. package/styles/button-group/_bigger.material3-dark.scss +4 -0
  70. package/styles/button-group/_bigger.material3.scss +4 -0
  71. package/styles/button-group/_bigger.scss +1 -1
  72. package/styles/button-group/_bigger.tailwind-dark.scss +4 -0
  73. package/styles/button-group/_bigger.tailwind.scss +4 -0
  74. package/styles/button-group/_bigger.tailwind3.scss +4 -0
  75. package/styles/button-group/_group-button-mixin.scss +0 -2
  76. package/styles/button-group/_layout.bds.scss +4 -0
  77. package/styles/button-group/_layout.bootstrap-dark.scss +4 -0
  78. package/styles/button-group/_layout.bootstrap.scss +4 -0
  79. package/styles/button-group/_layout.bootstrap4.scss +4 -0
  80. package/styles/button-group/_layout.bootstrap5-dark.scss +4 -0
  81. package/styles/button-group/_layout.bootstrap5.3.scss +4 -0
  82. package/styles/button-group/_layout.bootstrap5.scss +4 -0
  83. package/styles/button-group/_layout.fabric-dark.scss +4 -0
  84. package/styles/button-group/_layout.fabric.scss +4 -0
  85. package/styles/button-group/_layout.fluent-dark.scss +4 -0
  86. package/styles/button-group/_layout.fluent.scss +4 -0
  87. package/styles/button-group/_layout.fluent2.scss +4 -0
  88. package/styles/button-group/_layout.highcontrast-light.scss +4 -0
  89. package/styles/button-group/_layout.highcontrast.scss +4 -0
  90. package/styles/button-group/_layout.material-dark.scss +4 -0
  91. package/styles/button-group/_layout.material.scss +4 -0
  92. package/styles/button-group/_layout.material3-dark.scss +4 -0
  93. package/styles/button-group/_layout.material3.scss +4 -0
  94. package/styles/button-group/_layout.scss +1 -1
  95. package/styles/button-group/_layout.tailwind-dark.scss +4 -0
  96. package/styles/button-group/_layout.tailwind.scss +4 -0
  97. package/styles/button-group/_layout.tailwind3.scss +4 -0
  98. package/styles/button-group/_theme-variables.bds.scss +1 -0
  99. package/styles/button-group/_theme-variables.bootstrap-dark.scss +1 -0
  100. package/styles/button-group/_theme-variables.bootstrap.scss +1 -0
  101. package/styles/button-group/_theme-variables.bootstrap4.scss +1 -0
  102. package/styles/button-group/_theme-variables.bootstrap5-dark.scss +1 -0
  103. package/styles/button-group/_theme-variables.bootstrap5.3.scss +1 -0
  104. package/styles/button-group/_theme-variables.bootstrap5.scss +1 -0
  105. package/styles/button-group/_theme-variables.fabric-dark.scss +1 -0
  106. package/styles/button-group/_theme-variables.fabric.scss +1 -0
  107. package/styles/button-group/_theme-variables.fluent-dark.scss +1 -0
  108. package/styles/button-group/_theme-variables.fluent.scss +1 -0
  109. package/styles/button-group/_theme-variables.fluent2.scss +1 -0
  110. package/styles/button-group/_theme-variables.highcontrast-light.scss +1 -0
  111. package/styles/button-group/_theme-variables.highcontrast.scss +1 -0
  112. package/styles/button-group/_theme-variables.material-dark.scss +1 -0
  113. package/styles/button-group/_theme-variables.material.scss +1 -0
  114. package/styles/button-group/_theme-variables.material3-dark.scss +1 -0
  115. package/styles/button-group/_theme-variables.material3.scss +1 -0
  116. package/styles/button-group/_theme-variables.tailwind-dark.scss +1 -0
  117. package/styles/button-group/_theme-variables.tailwind.scss +1 -0
  118. package/styles/button-group/_theme.bds.scss +6 -0
  119. package/styles/button-group/_theme.bootstrap-dark.scss +6 -0
  120. package/styles/button-group/_theme.bootstrap.scss +6 -0
  121. package/styles/button-group/_theme.bootstrap4.scss +6 -0
  122. package/styles/button-group/_theme.bootstrap5-dark.scss +6 -0
  123. package/styles/button-group/_theme.bootstrap5.3.scss +6 -0
  124. package/styles/button-group/_theme.bootstrap5.scss +6 -0
  125. package/styles/button-group/_theme.fabric-dark.scss +6 -0
  126. package/styles/button-group/_theme.fabric.scss +6 -0
  127. package/styles/button-group/_theme.fluent-dark.scss +6 -0
  128. package/styles/button-group/_theme.fluent.scss +6 -0
  129. package/styles/button-group/_theme.fluent2.scss +6 -0
  130. package/styles/button-group/_theme.highcontrast-light.scss +6 -0
  131. package/styles/button-group/_theme.highcontrast.scss +6 -0
  132. package/styles/button-group/_theme.material-dark.scss +6 -0
  133. package/styles/button-group/_theme.material.scss +6 -0
  134. package/styles/button-group/_theme.material3-dark.scss +6 -0
  135. package/styles/button-group/_theme.material3.scss +6 -0
  136. package/styles/button-group/_theme.scss +1 -3
  137. package/styles/button-group/_theme.tailwind-dark.scss +6 -0
  138. package/styles/button-group/_theme.tailwind.scss +6 -0
  139. package/styles/button-group/_theme.tailwind3.scss +6 -0
  140. package/styles/button-group/bds.css +189 -0
  141. package/styles/button-group/bds.scss +2 -2
  142. package/styles/button-group/bootstrap-dark.scss +2 -2
  143. package/styles/button-group/bootstrap.scss +2 -2
  144. package/styles/button-group/bootstrap4.scss +2 -2
  145. package/styles/button-group/bootstrap5-dark.scss +2 -2
  146. package/styles/button-group/bootstrap5.3.css +252 -0
  147. package/styles/button-group/bootstrap5.3.scss +2 -2
  148. package/styles/button-group/bootstrap5.scss +2 -2
  149. package/styles/button-group/fabric-dark.scss +2 -2
  150. package/styles/button-group/fabric.scss +2 -2
  151. package/styles/button-group/fluent-dark.scss +2 -2
  152. package/styles/button-group/fluent.scss +2 -2
  153. package/styles/button-group/fluent2.css +258 -0
  154. package/styles/button-group/fluent2.scss +2 -2
  155. package/styles/button-group/highcontrast-light.scss +2 -2
  156. package/styles/button-group/highcontrast.scss +2 -2
  157. package/styles/button-group/material-dark.scss +2 -2
  158. package/styles/button-group/material.scss +2 -2
  159. package/styles/button-group/material3-dark.css +246 -0
  160. package/styles/button-group/material3-dark.scss +2 -2
  161. package/styles/button-group/material3.css +252 -0
  162. package/styles/button-group/material3.scss +2 -2
  163. package/styles/button-group/tailwind-dark.scss +2 -2
  164. package/styles/button-group/tailwind.scss +2 -2
  165. package/styles/button-group/tailwind3.css +222 -0
  166. package/styles/button-group/tailwind3.scss +2 -2
  167. package/styles/drop-down-button/_all.bds.scss +2 -0
  168. package/styles/drop-down-button/_all.bootstrap-dark.scss +2 -0
  169. package/styles/drop-down-button/_all.bootstrap.scss +2 -0
  170. package/styles/drop-down-button/_all.bootstrap4.scss +2 -0
  171. package/styles/drop-down-button/_all.bootstrap5-dark.scss +2 -0
  172. package/styles/drop-down-button/_all.bootstrap5.3.scss +2 -0
  173. package/styles/drop-down-button/_all.bootstrap5.scss +2 -0
  174. package/styles/drop-down-button/_all.fabric-dark.scss +2 -0
  175. package/styles/drop-down-button/_all.fabric.scss +2 -0
  176. package/styles/drop-down-button/_all.fluent-dark.scss +2 -0
  177. package/styles/drop-down-button/_all.fluent.scss +2 -0
  178. package/styles/drop-down-button/_all.fluent2.scss +2 -0
  179. package/styles/drop-down-button/_all.highcontrast-light.scss +2 -0
  180. package/styles/drop-down-button/_all.highcontrast.scss +2 -0
  181. package/styles/drop-down-button/_all.material-dark.scss +2 -0
  182. package/styles/drop-down-button/_all.material.scss +2 -0
  183. package/styles/drop-down-button/_all.material3-dark.scss +2 -0
  184. package/styles/drop-down-button/_all.material3.scss +2 -0
  185. package/styles/drop-down-button/_all.tailwind-dark.scss +2 -0
  186. package/styles/drop-down-button/_all.tailwind.scss +2 -0
  187. package/styles/drop-down-button/_all.tailwind3.scss +2 -0
  188. package/styles/drop-down-button/_bigger.bds.scss +3 -0
  189. package/styles/drop-down-button/_bigger.bootstrap-dark.scss +3 -0
  190. package/styles/drop-down-button/_bigger.bootstrap.scss +3 -0
  191. package/styles/drop-down-button/_bigger.bootstrap4.scss +3 -0
  192. package/styles/drop-down-button/_bigger.bootstrap5-dark.scss +3 -0
  193. package/styles/drop-down-button/_bigger.bootstrap5.3.scss +3 -0
  194. package/styles/drop-down-button/_bigger.bootstrap5.scss +3 -0
  195. package/styles/drop-down-button/_bigger.fabric-dark.scss +3 -0
  196. package/styles/drop-down-button/_bigger.fabric.scss +3 -0
  197. package/styles/drop-down-button/_bigger.fluent-dark.scss +3 -0
  198. package/styles/drop-down-button/_bigger.fluent.scss +3 -0
  199. package/styles/drop-down-button/_bigger.fluent2.scss +3 -0
  200. package/styles/drop-down-button/_bigger.highcontrast-light.scss +3 -0
  201. package/styles/drop-down-button/_bigger.highcontrast.scss +3 -0
  202. package/styles/drop-down-button/_bigger.material-dark.scss +3 -0
  203. package/styles/drop-down-button/_bigger.material.scss +3 -0
  204. package/styles/drop-down-button/_bigger.material3-dark.scss +3 -0
  205. package/styles/drop-down-button/_bigger.material3.scss +3 -0
  206. package/styles/drop-down-button/_bigger.scss +1 -1
  207. package/styles/drop-down-button/_bigger.tailwind-dark.scss +3 -0
  208. package/styles/drop-down-button/_bigger.tailwind.scss +3 -0
  209. package/styles/drop-down-button/_bigger.tailwind3.scss +3 -0
  210. package/styles/drop-down-button/_layout.bds.scss +3 -0
  211. package/styles/drop-down-button/_layout.bootstrap-dark.scss +3 -0
  212. package/styles/drop-down-button/_layout.bootstrap.scss +3 -0
  213. package/styles/drop-down-button/_layout.bootstrap4.scss +3 -0
  214. package/styles/drop-down-button/_layout.bootstrap5-dark.scss +3 -0
  215. package/styles/drop-down-button/_layout.bootstrap5.3.scss +3 -0
  216. package/styles/drop-down-button/_layout.bootstrap5.scss +3 -0
  217. package/styles/drop-down-button/_layout.fabric-dark.scss +3 -0
  218. package/styles/drop-down-button/_layout.fabric.scss +3 -0
  219. package/styles/drop-down-button/_layout.fluent-dark.scss +3 -0
  220. package/styles/drop-down-button/_layout.fluent.scss +3 -0
  221. package/styles/drop-down-button/_layout.fluent2.scss +3 -0
  222. package/styles/drop-down-button/_layout.highcontrast-light.scss +3 -0
  223. package/styles/drop-down-button/_layout.highcontrast.scss +3 -0
  224. package/styles/drop-down-button/_layout.material-dark.scss +3 -0
  225. package/styles/drop-down-button/_layout.material.scss +3 -0
  226. package/styles/drop-down-button/_layout.material3-dark.scss +3 -0
  227. package/styles/drop-down-button/_layout.material3.scss +3 -0
  228. package/styles/drop-down-button/_layout.scss +1 -1
  229. package/styles/drop-down-button/_layout.tailwind-dark.scss +3 -0
  230. package/styles/drop-down-button/_layout.tailwind.scss +3 -0
  231. package/styles/drop-down-button/_layout.tailwind3.scss +3 -0
  232. package/styles/drop-down-button/_theme-variables.bds.scss +1 -0
  233. package/styles/drop-down-button/_theme-variables.bootstrap-dark.scss +1 -0
  234. package/styles/drop-down-button/_theme-variables.bootstrap.scss +1 -0
  235. package/styles/drop-down-button/_theme-variables.bootstrap4.scss +1 -0
  236. package/styles/drop-down-button/_theme-variables.bootstrap5-dark.scss +1 -0
  237. package/styles/drop-down-button/_theme-variables.bootstrap5.3.scss +1 -0
  238. package/styles/drop-down-button/_theme-variables.bootstrap5.scss +1 -0
  239. package/styles/drop-down-button/_theme-variables.fabric-dark.scss +1 -0
  240. package/styles/drop-down-button/_theme-variables.fabric.scss +1 -0
  241. package/styles/drop-down-button/_theme-variables.fluent-dark.scss +1 -0
  242. package/styles/drop-down-button/_theme-variables.fluent.scss +1 -0
  243. package/styles/drop-down-button/_theme-variables.fluent2.scss +1 -0
  244. package/styles/drop-down-button/_theme-variables.highcontrast-light.scss +1 -0
  245. package/styles/drop-down-button/_theme-variables.highcontrast.scss +1 -0
  246. package/styles/drop-down-button/_theme-variables.material-dark.scss +1 -0
  247. package/styles/drop-down-button/_theme-variables.material.scss +1 -0
  248. package/styles/drop-down-button/_theme-variables.material3-dark.scss +1 -0
  249. package/styles/drop-down-button/_theme-variables.material3.scss +1 -0
  250. package/styles/drop-down-button/_theme-variables.tailwind-dark.scss +1 -0
  251. package/styles/drop-down-button/_theme-variables.tailwind.scss +1 -0
  252. package/styles/drop-down-button/_theme.bds.scss +4 -0
  253. package/styles/drop-down-button/_theme.bootstrap-dark.scss +4 -0
  254. package/styles/drop-down-button/_theme.bootstrap.scss +4 -0
  255. package/styles/drop-down-button/_theme.bootstrap4.scss +4 -0
  256. package/styles/drop-down-button/_theme.bootstrap5-dark.scss +4 -0
  257. package/styles/drop-down-button/_theme.bootstrap5.3.scss +4 -0
  258. package/styles/drop-down-button/_theme.bootstrap5.scss +4 -0
  259. package/styles/drop-down-button/_theme.fabric-dark.scss +4 -0
  260. package/styles/drop-down-button/_theme.fabric.scss +4 -0
  261. package/styles/drop-down-button/_theme.fluent-dark.scss +4 -0
  262. package/styles/drop-down-button/_theme.fluent.scss +4 -0
  263. package/styles/drop-down-button/_theme.fluent2.scss +4 -0
  264. package/styles/drop-down-button/_theme.highcontrast-light.scss +4 -0
  265. package/styles/drop-down-button/_theme.highcontrast.scss +4 -0
  266. package/styles/drop-down-button/_theme.material-dark.scss +4 -0
  267. package/styles/drop-down-button/_theme.material.scss +4 -0
  268. package/styles/drop-down-button/_theme.material3-dark.scss +4 -0
  269. package/styles/drop-down-button/_theme.material3.scss +4 -0
  270. package/styles/drop-down-button/_theme.scss +1 -1
  271. package/styles/drop-down-button/_theme.tailwind-dark.scss +4 -0
  272. package/styles/drop-down-button/_theme.tailwind.scss +4 -0
  273. package/styles/drop-down-button/_theme.tailwind3.scss +4 -0
  274. package/styles/drop-down-button/bds.css +324 -0
  275. package/styles/drop-down-button/bds.scss +2 -2
  276. package/styles/drop-down-button/bootstrap-dark.scss +2 -2
  277. package/styles/drop-down-button/bootstrap.scss +2 -2
  278. package/styles/drop-down-button/bootstrap4.scss +2 -2
  279. package/styles/drop-down-button/bootstrap5-dark.scss +2 -2
  280. package/styles/drop-down-button/bootstrap5.3.css +252 -0
  281. package/styles/drop-down-button/bootstrap5.3.scss +2 -2
  282. package/styles/drop-down-button/bootstrap5.scss +2 -2
  283. package/styles/drop-down-button/fabric-dark.scss +2 -2
  284. package/styles/drop-down-button/fabric.scss +2 -2
  285. package/styles/drop-down-button/fluent-dark.scss +2 -2
  286. package/styles/drop-down-button/fluent.scss +2 -2
  287. package/styles/drop-down-button/fluent2.css +258 -0
  288. package/styles/drop-down-button/fluent2.scss +2 -2
  289. package/styles/drop-down-button/highcontrast-light.scss +2 -2
  290. package/styles/drop-down-button/highcontrast.scss +2 -2
  291. package/styles/drop-down-button/material-dark.scss +2 -2
  292. package/styles/drop-down-button/material.scss +2 -2
  293. package/styles/drop-down-button/material3-dark.css +246 -0
  294. package/styles/drop-down-button/material3-dark.scss +2 -2
  295. package/styles/drop-down-button/material3.css +252 -0
  296. package/styles/drop-down-button/material3.scss +2 -2
  297. package/styles/drop-down-button/tailwind-dark.scss +2 -2
  298. package/styles/drop-down-button/tailwind.scss +2 -2
  299. package/styles/drop-down-button/tailwind3.css +222 -0
  300. package/styles/drop-down-button/tailwind3.scss +2 -2
  301. package/styles/fabric-dark-lite.scss +4 -4
  302. package/styles/fabric-dark.scss +8 -8
  303. package/styles/fabric-lite.scss +4 -4
  304. package/styles/fabric.scss +8 -8
  305. package/styles/fluent-dark-lite.scss +4 -4
  306. package/styles/fluent-dark.scss +8 -8
  307. package/styles/fluent-lite.scss +4 -4
  308. package/styles/fluent.scss +8 -8
  309. package/styles/fluent2-lite.css +688 -0
  310. package/styles/fluent2-lite.scss +4 -4
  311. package/styles/fluent2.css +1079 -47
  312. package/styles/fluent2.scss +8 -8
  313. package/styles/highcontrast-light-lite.scss +4 -4
  314. package/styles/highcontrast-light.scss +8 -8
  315. package/styles/highcontrast-lite.scss +4 -4
  316. package/styles/highcontrast.scss +8 -8
  317. package/styles/material-dark-lite.scss +4 -4
  318. package/styles/material-dark.scss +8 -8
  319. package/styles/material-lite.scss +4 -4
  320. package/styles/material.scss +8 -8
  321. package/styles/material3-dark-lite.css +656 -0
  322. package/styles/material3-dark-lite.scss +4 -4
  323. package/styles/material3-dark.css +984 -0
  324. package/styles/material3-dark.scss +8 -8
  325. package/styles/material3-lite.css +672 -0
  326. package/styles/material3-lite.scss +4 -4
  327. package/styles/material3.css +1008 -0
  328. package/styles/material3.scss +8 -8
  329. package/styles/progress-button/_all.bds.scss +2 -0
  330. package/styles/progress-button/_all.bootstrap-dark.scss +2 -0
  331. package/styles/progress-button/_all.bootstrap.scss +2 -0
  332. package/styles/progress-button/_all.bootstrap4.scss +2 -0
  333. package/styles/progress-button/_all.bootstrap5-dark.scss +2 -0
  334. package/styles/progress-button/_all.bootstrap5.3.scss +2 -0
  335. package/styles/progress-button/_all.bootstrap5.scss +2 -0
  336. package/styles/progress-button/_all.fabric-dark.scss +2 -0
  337. package/styles/progress-button/_all.fabric.scss +2 -0
  338. package/styles/progress-button/_all.fluent-dark.scss +2 -0
  339. package/styles/progress-button/_all.fluent.scss +2 -0
  340. package/styles/progress-button/_all.fluent2.scss +2 -0
  341. package/styles/progress-button/_all.highcontrast-light.scss +2 -0
  342. package/styles/progress-button/_all.highcontrast.scss +2 -0
  343. package/styles/progress-button/_all.material-dark.scss +2 -0
  344. package/styles/progress-button/_all.material.scss +2 -0
  345. package/styles/progress-button/_all.material3-dark.scss +2 -0
  346. package/styles/progress-button/_all.material3.scss +2 -0
  347. package/styles/progress-button/_all.tailwind-dark.scss +2 -0
  348. package/styles/progress-button/_all.tailwind.scss +2 -0
  349. package/styles/progress-button/_all.tailwind3.scss +2 -0
  350. package/styles/progress-button/_bigger.bds.scss +3 -0
  351. package/styles/progress-button/_bigger.bootstrap-dark.scss +3 -0
  352. package/styles/progress-button/_bigger.bootstrap.scss +3 -0
  353. package/styles/progress-button/_bigger.bootstrap4.scss +3 -0
  354. package/styles/progress-button/_bigger.bootstrap5-dark.scss +3 -0
  355. package/styles/progress-button/_bigger.bootstrap5.3.scss +3 -0
  356. package/styles/progress-button/_bigger.bootstrap5.scss +3 -0
  357. package/styles/progress-button/_bigger.fabric-dark.scss +3 -0
  358. package/styles/progress-button/_bigger.fabric.scss +3 -0
  359. package/styles/progress-button/_bigger.fluent-dark.scss +3 -0
  360. package/styles/progress-button/_bigger.fluent.scss +3 -0
  361. package/styles/progress-button/_bigger.fluent2.scss +3 -0
  362. package/styles/progress-button/_bigger.highcontrast-light.scss +3 -0
  363. package/styles/progress-button/_bigger.highcontrast.scss +3 -0
  364. package/styles/progress-button/_bigger.material-dark.scss +3 -0
  365. package/styles/progress-button/_bigger.material.scss +3 -0
  366. package/styles/progress-button/_bigger.material3-dark.scss +3 -0
  367. package/styles/progress-button/_bigger.material3.scss +3 -0
  368. package/styles/progress-button/_bigger.scss +1 -1
  369. package/styles/progress-button/_bigger.tailwind-dark.scss +3 -0
  370. package/styles/progress-button/_bigger.tailwind.scss +3 -0
  371. package/styles/progress-button/_bigger.tailwind3.scss +3 -0
  372. package/styles/progress-button/_layout.bds.scss +3 -0
  373. package/styles/progress-button/_layout.bootstrap-dark.scss +3 -0
  374. package/styles/progress-button/_layout.bootstrap.scss +3 -0
  375. package/styles/progress-button/_layout.bootstrap4.scss +3 -0
  376. package/styles/progress-button/_layout.bootstrap5-dark.scss +3 -0
  377. package/styles/progress-button/_layout.bootstrap5.3.scss +3 -0
  378. package/styles/progress-button/_layout.bootstrap5.scss +3 -0
  379. package/styles/progress-button/_layout.fabric-dark.scss +3 -0
  380. package/styles/progress-button/_layout.fabric.scss +3 -0
  381. package/styles/progress-button/_layout.fluent-dark.scss +3 -0
  382. package/styles/progress-button/_layout.fluent.scss +3 -0
  383. package/styles/progress-button/_layout.fluent2.scss +3 -0
  384. package/styles/progress-button/_layout.highcontrast-light.scss +3 -0
  385. package/styles/progress-button/_layout.highcontrast.scss +3 -0
  386. package/styles/progress-button/_layout.material-dark.scss +3 -0
  387. package/styles/progress-button/_layout.material.scss +3 -0
  388. package/styles/progress-button/_layout.material3-dark.scss +3 -0
  389. package/styles/progress-button/_layout.material3.scss +3 -0
  390. package/styles/progress-button/_layout.scss +0 -1
  391. package/styles/progress-button/_layout.tailwind-dark.scss +3 -0
  392. package/styles/progress-button/_layout.tailwind.scss +3 -0
  393. package/styles/progress-button/_layout.tailwind3.scss +3 -0
  394. package/styles/progress-button/_theme-variables.bds.scss +1 -0
  395. package/styles/progress-button/_theme-variables.bootstrap-dark.scss +1 -0
  396. package/styles/progress-button/_theme-variables.bootstrap.scss +1 -0
  397. package/styles/progress-button/_theme-variables.bootstrap4.scss +1 -0
  398. package/styles/progress-button/_theme-variables.bootstrap5-dark.scss +1 -0
  399. package/styles/progress-button/_theme-variables.bootstrap5.3.scss +1 -0
  400. package/styles/progress-button/_theme-variables.bootstrap5.scss +1 -0
  401. package/styles/progress-button/_theme-variables.fabric-dark.scss +1 -0
  402. package/styles/progress-button/_theme-variables.fabric.scss +1 -0
  403. package/styles/progress-button/_theme-variables.fluent-dark.scss +1 -0
  404. package/styles/progress-button/_theme-variables.fluent.scss +1 -0
  405. package/styles/progress-button/_theme-variables.fluent2.scss +1 -0
  406. package/styles/progress-button/_theme-variables.highcontrast-light.scss +1 -0
  407. package/styles/progress-button/_theme-variables.highcontrast.scss +1 -0
  408. package/styles/progress-button/_theme-variables.material-dark.scss +1 -0
  409. package/styles/progress-button/_theme-variables.material.scss +1 -0
  410. package/styles/progress-button/_theme-variables.material3-dark.scss +1 -0
  411. package/styles/progress-button/_theme-variables.material3.scss +1 -0
  412. package/styles/progress-button/_theme-variables.tailwind-dark.scss +1 -0
  413. package/styles/progress-button/_theme-variables.tailwind.scss +1 -0
  414. package/styles/progress-button/_theme.bds.scss +4 -0
  415. package/styles/progress-button/_theme.bootstrap-dark.scss +4 -0
  416. package/styles/progress-button/_theme.bootstrap.scss +4 -0
  417. package/styles/progress-button/_theme.bootstrap4.scss +4 -0
  418. package/styles/progress-button/_theme.bootstrap5-dark.scss +4 -0
  419. package/styles/progress-button/_theme.bootstrap5.3.scss +4 -0
  420. package/styles/progress-button/_theme.bootstrap5.scss +4 -0
  421. package/styles/progress-button/_theme.fabric-dark.scss +4 -0
  422. package/styles/progress-button/_theme.fabric.scss +4 -0
  423. package/styles/progress-button/_theme.fluent-dark.scss +4 -0
  424. package/styles/progress-button/_theme.fluent.scss +4 -0
  425. package/styles/progress-button/_theme.fluent2.scss +4 -0
  426. package/styles/progress-button/_theme.highcontrast-light.scss +4 -0
  427. package/styles/progress-button/_theme.highcontrast.scss +4 -0
  428. package/styles/progress-button/_theme.material-dark.scss +4 -0
  429. package/styles/progress-button/_theme.material.scss +4 -0
  430. package/styles/progress-button/_theme.material3-dark.scss +4 -0
  431. package/styles/progress-button/_theme.material3.scss +4 -0
  432. package/styles/progress-button/_theme.scss +0 -1
  433. package/styles/progress-button/_theme.tailwind-dark.scss +4 -0
  434. package/styles/progress-button/_theme.tailwind.scss +4 -0
  435. package/styles/progress-button/_theme.tailwind3.scss +4 -0
  436. package/styles/progress-button/bds.css +189 -0
  437. package/styles/progress-button/bds.scss +2 -2
  438. package/styles/progress-button/bootstrap-dark.scss +2 -2
  439. package/styles/progress-button/bootstrap.scss +2 -2
  440. package/styles/progress-button/bootstrap4.scss +2 -2
  441. package/styles/progress-button/bootstrap5-dark.scss +2 -2
  442. package/styles/progress-button/bootstrap5.3.css +252 -0
  443. package/styles/progress-button/bootstrap5.3.scss +2 -2
  444. package/styles/progress-button/bootstrap5.scss +2 -2
  445. package/styles/progress-button/fabric-dark.scss +2 -2
  446. package/styles/progress-button/fabric.scss +2 -2
  447. package/styles/progress-button/fluent-dark.scss +2 -2
  448. package/styles/progress-button/fluent.scss +2 -2
  449. package/styles/progress-button/fluent2.css +258 -0
  450. package/styles/progress-button/fluent2.scss +2 -2
  451. package/styles/progress-button/highcontrast-light.scss +2 -2
  452. package/styles/progress-button/highcontrast.scss +2 -2
  453. package/styles/progress-button/material-dark.scss +2 -2
  454. package/styles/progress-button/material.scss +2 -2
  455. package/styles/progress-button/material3-dark.css +246 -0
  456. package/styles/progress-button/material3-dark.scss +2 -2
  457. package/styles/progress-button/material3.css +252 -0
  458. package/styles/progress-button/material3.scss +2 -2
  459. package/styles/progress-button/tailwind-dark.scss +2 -2
  460. package/styles/progress-button/tailwind.scss +2 -2
  461. package/styles/progress-button/tailwind3.css +222 -0
  462. package/styles/progress-button/tailwind3.scss +2 -2
  463. package/styles/split-button/_all.bds.scss +2 -0
  464. package/styles/split-button/_all.bootstrap-dark.scss +2 -0
  465. package/styles/split-button/_all.bootstrap.scss +2 -0
  466. package/styles/split-button/_all.bootstrap4.scss +2 -0
  467. package/styles/split-button/_all.bootstrap5-dark.scss +2 -0
  468. package/styles/split-button/_all.bootstrap5.3.scss +2 -0
  469. package/styles/split-button/_all.bootstrap5.scss +2 -0
  470. package/styles/split-button/_all.fabric-dark.scss +2 -0
  471. package/styles/split-button/_all.fabric.scss +2 -0
  472. package/styles/split-button/_all.fluent-dark.scss +2 -0
  473. package/styles/split-button/_all.fluent.scss +2 -0
  474. package/styles/split-button/_all.fluent2.scss +2 -0
  475. package/styles/split-button/_all.highcontrast-light.scss +2 -0
  476. package/styles/split-button/_all.highcontrast.scss +2 -0
  477. package/styles/split-button/_all.material-dark.scss +2 -0
  478. package/styles/split-button/_all.material.scss +2 -0
  479. package/styles/split-button/_all.material3-dark.scss +2 -0
  480. package/styles/split-button/_all.material3.scss +2 -0
  481. package/styles/split-button/_all.tailwind-dark.scss +2 -0
  482. package/styles/split-button/_all.tailwind.scss +2 -0
  483. package/styles/split-button/_all.tailwind3.scss +2 -0
  484. package/styles/split-button/_bigger.bds.scss +3 -0
  485. package/styles/split-button/_bigger.bootstrap-dark.scss +3 -0
  486. package/styles/split-button/_bigger.bootstrap.scss +3 -0
  487. package/styles/split-button/_bigger.bootstrap4.scss +3 -0
  488. package/styles/split-button/_bigger.bootstrap5-dark.scss +3 -0
  489. package/styles/split-button/_bigger.bootstrap5.3.scss +3 -0
  490. package/styles/split-button/_bigger.bootstrap5.scss +3 -0
  491. package/styles/split-button/_bigger.fabric-dark.scss +3 -0
  492. package/styles/split-button/_bigger.fabric.scss +3 -0
  493. package/styles/split-button/_bigger.fluent-dark.scss +3 -0
  494. package/styles/split-button/_bigger.fluent.scss +3 -0
  495. package/styles/split-button/_bigger.fluent2.scss +3 -0
  496. package/styles/split-button/_bigger.highcontrast-light.scss +3 -0
  497. package/styles/split-button/_bigger.highcontrast.scss +3 -0
  498. package/styles/split-button/_bigger.material-dark.scss +3 -0
  499. package/styles/split-button/_bigger.material.scss +3 -0
  500. package/styles/split-button/_bigger.material3-dark.scss +3 -0
  501. package/styles/split-button/_bigger.material3.scss +3 -0
  502. package/styles/split-button/_bigger.scss +1 -1
  503. package/styles/split-button/_bigger.tailwind-dark.scss +3 -0
  504. package/styles/split-button/_bigger.tailwind.scss +3 -0
  505. package/styles/split-button/_bigger.tailwind3.scss +3 -0
  506. package/styles/split-button/_layout.bds.scss +3 -0
  507. package/styles/split-button/_layout.bootstrap-dark.scss +3 -0
  508. package/styles/split-button/_layout.bootstrap.scss +3 -0
  509. package/styles/split-button/_layout.bootstrap4.scss +3 -0
  510. package/styles/split-button/_layout.bootstrap5-dark.scss +3 -0
  511. package/styles/split-button/_layout.bootstrap5.3.scss +3 -0
  512. package/styles/split-button/_layout.bootstrap5.scss +3 -0
  513. package/styles/split-button/_layout.fabric-dark.scss +3 -0
  514. package/styles/split-button/_layout.fabric.scss +3 -0
  515. package/styles/split-button/_layout.fluent-dark.scss +3 -0
  516. package/styles/split-button/_layout.fluent.scss +3 -0
  517. package/styles/split-button/_layout.fluent2.scss +3 -0
  518. package/styles/split-button/_layout.highcontrast-light.scss +3 -0
  519. package/styles/split-button/_layout.highcontrast.scss +3 -0
  520. package/styles/split-button/_layout.material-dark.scss +3 -0
  521. package/styles/split-button/_layout.material.scss +3 -0
  522. package/styles/split-button/_layout.material3-dark.scss +3 -0
  523. package/styles/split-button/_layout.material3.scss +3 -0
  524. package/styles/split-button/_layout.scss +1 -1
  525. package/styles/split-button/_layout.tailwind-dark.scss +3 -0
  526. package/styles/split-button/_layout.tailwind.scss +3 -0
  527. package/styles/split-button/_layout.tailwind3.scss +3 -0
  528. package/styles/split-button/_theme-variables.bds.scss +1 -0
  529. package/styles/split-button/_theme-variables.bootstrap-dark.scss +1 -0
  530. package/styles/split-button/_theme-variables.bootstrap.scss +1 -0
  531. package/styles/split-button/_theme-variables.bootstrap4.scss +1 -0
  532. package/styles/split-button/_theme-variables.bootstrap5-dark.scss +1 -0
  533. package/styles/split-button/_theme-variables.bootstrap5.3.scss +1 -0
  534. package/styles/split-button/_theme-variables.bootstrap5.scss +1 -0
  535. package/styles/split-button/_theme-variables.fabric-dark.scss +1 -0
  536. package/styles/split-button/_theme-variables.fabric.scss +1 -0
  537. package/styles/split-button/_theme-variables.fluent-dark.scss +1 -0
  538. package/styles/split-button/_theme-variables.fluent.scss +1 -0
  539. package/styles/split-button/_theme-variables.fluent2.scss +1 -0
  540. package/styles/split-button/_theme-variables.highcontrast-light.scss +1 -0
  541. package/styles/split-button/_theme-variables.highcontrast.scss +1 -0
  542. package/styles/split-button/_theme-variables.material-dark.scss +1 -0
  543. package/styles/split-button/_theme-variables.material.scss +1 -0
  544. package/styles/split-button/_theme-variables.material3-dark.scss +1 -0
  545. package/styles/split-button/_theme-variables.material3.scss +1 -0
  546. package/styles/split-button/_theme-variables.tailwind-dark.scss +1 -0
  547. package/styles/split-button/_theme-variables.tailwind.scss +1 -0
  548. package/styles/split-button/_theme.bds.scss +4 -0
  549. package/styles/split-button/_theme.bootstrap-dark.scss +4 -0
  550. package/styles/split-button/_theme.bootstrap.scss +4 -0
  551. package/styles/split-button/_theme.bootstrap4.scss +4 -0
  552. package/styles/split-button/_theme.bootstrap5-dark.scss +4 -0
  553. package/styles/split-button/_theme.bootstrap5.3.scss +4 -0
  554. package/styles/split-button/_theme.bootstrap5.scss +4 -0
  555. package/styles/split-button/_theme.fabric-dark.scss +4 -0
  556. package/styles/split-button/_theme.fabric.scss +4 -0
  557. package/styles/split-button/_theme.fluent-dark.scss +4 -0
  558. package/styles/split-button/_theme.fluent.scss +4 -0
  559. package/styles/split-button/_theme.fluent2.scss +4 -0
  560. package/styles/split-button/_theme.highcontrast-light.scss +4 -0
  561. package/styles/split-button/_theme.highcontrast.scss +4 -0
  562. package/styles/split-button/_theme.material-dark.scss +4 -0
  563. package/styles/split-button/_theme.material.scss +4 -0
  564. package/styles/split-button/_theme.material3-dark.scss +4 -0
  565. package/styles/split-button/_theme.material3.scss +4 -0
  566. package/styles/split-button/_theme.scss +1 -1
  567. package/styles/split-button/_theme.tailwind-dark.scss +4 -0
  568. package/styles/split-button/_theme.tailwind.scss +4 -0
  569. package/styles/split-button/_theme.tailwind3.scss +4 -0
  570. package/styles/split-button/bds.css +324 -0
  571. package/styles/split-button/bds.scss +2 -2
  572. package/styles/split-button/bootstrap-dark.scss +2 -2
  573. package/styles/split-button/bootstrap.scss +2 -2
  574. package/styles/split-button/bootstrap4.scss +2 -2
  575. package/styles/split-button/bootstrap5-dark.scss +2 -2
  576. package/styles/split-button/bootstrap5.3.css +252 -0
  577. package/styles/split-button/bootstrap5.3.scss +2 -2
  578. package/styles/split-button/bootstrap5.scss +2 -2
  579. package/styles/split-button/fabric-dark.scss +2 -2
  580. package/styles/split-button/fabric.scss +2 -2
  581. package/styles/split-button/fluent-dark.scss +2 -2
  582. package/styles/split-button/fluent.scss +2 -2
  583. package/styles/split-button/fluent2.css +258 -0
  584. package/styles/split-button/fluent2.scss +2 -2
  585. package/styles/split-button/highcontrast-light.scss +2 -2
  586. package/styles/split-button/highcontrast.scss +2 -2
  587. package/styles/split-button/material-dark.scss +2 -2
  588. package/styles/split-button/material.scss +2 -2
  589. package/styles/split-button/material3-dark.css +246 -0
  590. package/styles/split-button/material3-dark.scss +2 -2
  591. package/styles/split-button/material3.css +252 -0
  592. package/styles/split-button/material3.scss +2 -2
  593. package/styles/split-button/tailwind-dark.scss +2 -2
  594. package/styles/split-button/tailwind.scss +2 -2
  595. package/styles/split-button/tailwind3.css +222 -0
  596. package/styles/split-button/tailwind3.scss +2 -2
  597. package/styles/tailwind-dark-lite.scss +4 -4
  598. package/styles/tailwind-dark.scss +8 -8
  599. package/styles/tailwind-lite.scss +4 -4
  600. package/styles/tailwind.scss +8 -8
  601. package/styles/tailwind3-lite.css +592 -0
  602. package/styles/tailwind3-lite.scss +4 -4
  603. package/styles/tailwind3.css +888 -0
  604. package/styles/tailwind3.scss +8 -8
  605. /package/styles/button-group/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
  606. /package/styles/drop-down-button/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
  607. /package/styles/progress-button/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
  608. /package/styles/split-button/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
@@ -109,6 +109,114 @@
109
109
  content: "\e729";
110
110
  }
111
111
 
112
+
113
+
114
+
115
+
116
+ /* stylelint-disable */
117
+ .e-btn.e-primary:focus {
118
+ -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
119
+ box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
120
+ }
121
+
122
+ .e-btn.e-success:focus {
123
+ -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
124
+ box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
125
+ }
126
+
127
+ .e-btn.e-info:focus {
128
+ -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
129
+ box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
130
+ }
131
+
132
+ .e-btn.e-warning:focus {
133
+ -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
134
+ box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
135
+ }
136
+
137
+ .e-btn.e-danger:focus {
138
+ -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
139
+ box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
140
+ }
141
+
142
+ .e-btn.e-outline.e-info {
143
+ background: transparent !important;
144
+ border-color: var(--color-sf-utility-info-border-color) !important;
145
+ color: var(--color-sf-utility-info-text) !important;
146
+ }
147
+
148
+ .e-btn.e-outline.e-info:hover {
149
+ background: var(--color-sf-utility-info-bg-color-hover) !important;
150
+ border-color: var(--color-sf-utility-info-border-color) !important;
151
+ color: var(--color-sf-utility-info-text-hover) !important;
152
+ }
153
+
154
+ .e-btn.e-outline.e-info:active {
155
+ background: var(--color-sf-utility-info-bg-color-pressed) !important;
156
+ border-color: var(--color-sf-utility-info-border-color) !important;
157
+ color: var(--color-sf-utility-info-text-hover) !important;
158
+ }
159
+
160
+ .e-btn.e-flat.e-info {
161
+ color: var(--color-sf-utility-info-text) !important;
162
+ }
163
+
164
+ .e-bigger .e-btn,
165
+ .e-bigger .e-btn,
166
+ .e-bigger .e-css.e-btn,
167
+ .e-bigger.e-css.e-btn {
168
+ font-size: 14px;
169
+ line-height: 1.572em;
170
+ padding: 8px 15px;
171
+ border-radius: 8px !important;
172
+ font-weight: 600;
173
+ }
174
+
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
+
112
220
  .e-dropdown-btn,
113
221
  .e-dropdown-btn.e-btn {
114
222
  -webkit-box-shadow: none;
@@ -272,6 +380,114 @@
272
380
  display: block !important; /* stylelint-disable-line declaration-no-important */
273
381
  }
274
382
 
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
+
275
491
  .e-dropdown-popup {
276
492
  background: var(--color-sf-bg-primary-alt);
277
493
  color: var(--color-sf-utility-secondary-text-color);
@@ -325,6 +541,114 @@
325
541
  color: inherit;
326
542
  }
327
543
 
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
+
328
652
  .e-split-btn-wrapper {
329
653
  display: -webkit-inline-box;
330
654
  display: -ms-inline-flexbox;
@@ -497,6 +821,114 @@
497
821
  border-top-left-radius: 0;
498
822
  }
499
823
 
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
+
500
932
  .e-split-btn-wrapper .e-split-btn {
501
933
  border-right-color: var(--color-sf-utility-secondary-border-color);
502
934
  }
@@ -595,6 +1027,69 @@
595
1027
  border-color: transparent;
596
1028
  }
597
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;
1048
+ }
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;
1053
+ }
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;
1058
+ }
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;
1064
+ }
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;
1070
+ }
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;
1076
+ }
1077
+
1078
+ .e-btn.e-flat.e-info {
1079
+ color: var(--color-sf-utility-info-text) !important;
1080
+ }
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;
1091
+ }
1092
+
598
1093
  /* stylelint-disable */
599
1094
  *.e-btn-group,
600
1095
  *.e-css.e-btn-group {
@@ -830,6 +1325,69 @@
830
1325
  border-top-right-radius: 0;
831
1326
  }
832
1327
 
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
+
833
1391
  /* stylelint-disable */
834
1392
  .e-btn-group:not(.e-outline),
835
1393
  .e-css.e-btn-group:not(.e-outline) {
@@ -1428,6 +1986,69 @@
1428
1986
  transform: rotate(360deg);
1429
1987
  }
1430
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
+
1431
2052
  .e-progress-btn {
1432
2053
  position: relative;
1433
2054
  }
@@ -1727,6 +2348,69 @@
1727
2348
  }
1728
2349
  }
1729
2350
 
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
+
1730
2414
  /*! Progress Button Theme */
1731
2415
  .e-progress-btn .e-spinner-pane .e-spinner-inner svg {
1732
2416
  fill: var(--color-sf-utility-secondary-text-color);