@syncfusion/ej2-angular-inputs 21.2.9 → 22.1.34-ngcc

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 (543) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +1759 -0
  2. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inputs.js +1657 -0
  4. package/@syncfusion/ej2-angular-inputs.js.map +1 -0
  5. package/CHANGELOG.md +1491 -0
  6. package/dist/ej2-angular-inputs.umd.js +1848 -0
  7. package/dist/ej2-angular-inputs.umd.js.map +1 -0
  8. package/dist/ej2-angular-inputs.umd.min.js +11 -0
  9. package/dist/ej2-angular-inputs.umd.min.js.map +1 -0
  10. package/ej2-angular-inputs.d.ts +12 -0
  11. package/ej2-angular-inputs.metadata.json +1 -0
  12. package/license +10 -0
  13. package/package.json +15 -29
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  18. package/src/color-picker/colorpicker-all.module.d.ts +0 -6
  19. package/src/color-picker/colorpicker.component.d.ts +0 -3
  20. package/src/color-picker/colorpicker.module.d.ts +0 -6
  21. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +0 -6
  22. package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -3
  23. package/src/maskedtextbox/maskedtextbox.module.d.ts +0 -6
  24. package/src/numerictextbox/numerictextbox-all.module.d.ts +0 -6
  25. package/src/numerictextbox/numerictextbox.component.d.ts +0 -3
  26. package/src/numerictextbox/numerictextbox.module.d.ts +0 -6
  27. package/src/rating/rating-all.module.d.ts +0 -6
  28. package/src/rating/rating.component.d.ts +4 -3
  29. package/src/rating/rating.module.d.ts +0 -6
  30. package/src/signature/signature-all.module.d.ts +0 -6
  31. package/src/signature/signature.component.d.ts +0 -3
  32. package/src/signature/signature.module.d.ts +0 -6
  33. package/src/slider/slider-all.module.d.ts +0 -6
  34. package/src/slider/slider.component.d.ts +0 -3
  35. package/src/slider/slider.module.d.ts +0 -6
  36. package/src/textbox/textbox-all.module.d.ts +0 -6
  37. package/src/textbox/textbox.component.d.ts +0 -3
  38. package/src/textbox/textbox.module.d.ts +0 -6
  39. package/src/uploader/files.directive.d.ts +0 -5
  40. package/src/uploader/uploader-all.module.d.ts +0 -6
  41. package/src/uploader/uploader.component.d.ts +1 -3
  42. package/src/uploader/uploader.module.d.ts +0 -7
  43. package/styles/bootstrap-dark.css +22 -3
  44. package/styles/bootstrap.css +22 -3
  45. package/styles/bootstrap4.css +22 -4
  46. package/styles/bootstrap5-dark.css +22 -3
  47. package/styles/bootstrap5.css +22 -3
  48. package/styles/color-picker/bootstrap-dark.scss +1 -11
  49. package/styles/color-picker/bootstrap.scss +1 -11
  50. package/styles/color-picker/bootstrap4.scss +1 -11
  51. package/styles/color-picker/bootstrap5-dark.scss +1 -11
  52. package/styles/color-picker/bootstrap5.scss +1 -11
  53. package/styles/color-picker/fabric-dark.scss +1 -11
  54. package/styles/color-picker/fabric.scss +1 -11
  55. package/styles/color-picker/fluent-dark.css +1 -0
  56. package/styles/color-picker/fluent-dark.scss +1 -11
  57. package/styles/color-picker/fluent.css +1 -0
  58. package/styles/color-picker/fluent.scss +1 -11
  59. package/styles/color-picker/highcontrast-light.scss +1 -11
  60. package/styles/color-picker/highcontrast.scss +1 -11
  61. package/styles/color-picker/material-dark.scss +1 -11
  62. package/styles/color-picker/material.scss +1 -11
  63. package/styles/color-picker/material3-dark.css +880 -0
  64. package/styles/color-picker/material3-dark.scss +2 -0
  65. package/styles/color-picker/material3.css +936 -0
  66. package/styles/color-picker/material3.scss +2 -0
  67. package/styles/color-picker/tailwind-dark.scss +1 -11
  68. package/styles/color-picker/tailwind.scss +1 -11
  69. package/styles/fabric-dark.css +22 -3
  70. package/styles/fabric.css +22 -3
  71. package/styles/fluent-dark.css +23 -3
  72. package/styles/fluent.css +23 -3
  73. package/styles/highcontrast-light.css +22 -3
  74. package/styles/highcontrast.css +22 -3
  75. package/styles/input/bootstrap-dark.css +14 -1
  76. package/styles/input/bootstrap-dark.scss +1 -4
  77. package/styles/input/bootstrap.css +14 -1
  78. package/styles/input/bootstrap.scss +1 -4
  79. package/styles/input/bootstrap4.css +14 -1
  80. package/styles/input/bootstrap4.scss +1 -4
  81. package/styles/input/bootstrap5-dark.css +14 -1
  82. package/styles/input/bootstrap5-dark.scss +1 -4
  83. package/styles/input/bootstrap5.css +14 -1
  84. package/styles/input/bootstrap5.scss +1 -4
  85. package/styles/input/fabric-dark.css +14 -1
  86. package/styles/input/fabric-dark.scss +1 -4
  87. package/styles/input/fabric.css +14 -1
  88. package/styles/input/fabric.scss +1 -4
  89. package/styles/input/fluent-dark.css +14 -1
  90. package/styles/input/fluent-dark.scss +1 -4
  91. package/styles/input/fluent.css +14 -1
  92. package/styles/input/fluent.scss +1 -4
  93. package/styles/input/highcontrast-light.css +14 -1
  94. package/styles/input/highcontrast-light.scss +1 -4
  95. package/styles/input/highcontrast.css +14 -1
  96. package/styles/input/highcontrast.scss +1 -4
  97. package/styles/input/material-dark.css +92 -64
  98. package/styles/input/material-dark.scss +1 -4
  99. package/styles/input/material.css +92 -64
  100. package/styles/input/material.scss +1 -4
  101. package/styles/input/material3-dark.css +12357 -0
  102. package/styles/input/material3-dark.scss +2 -0
  103. package/styles/input/material3.css +12413 -0
  104. package/styles/input/material3.scss +2 -0
  105. package/styles/input/tailwind-dark.css +14 -1
  106. package/styles/input/tailwind-dark.scss +1 -4
  107. package/styles/input/tailwind.css +14 -1
  108. package/styles/input/tailwind.scss +1 -4
  109. package/styles/maskedtextbox/bootstrap-dark.scss +1 -4
  110. package/styles/maskedtextbox/bootstrap.scss +1 -4
  111. package/styles/maskedtextbox/bootstrap4.scss +1 -4
  112. package/styles/maskedtextbox/bootstrap5-dark.scss +1 -4
  113. package/styles/maskedtextbox/bootstrap5.scss +1 -4
  114. package/styles/maskedtextbox/fabric-dark.scss +1 -4
  115. package/styles/maskedtextbox/fabric.scss +1 -4
  116. package/styles/maskedtextbox/fluent-dark.scss +1 -4
  117. package/styles/maskedtextbox/fluent.scss +1 -4
  118. package/styles/maskedtextbox/highcontrast-light.scss +1 -4
  119. package/styles/maskedtextbox/highcontrast.scss +1 -4
  120. package/styles/maskedtextbox/material-dark.scss +1 -4
  121. package/styles/maskedtextbox/material.scss +1 -4
  122. package/styles/maskedtextbox/material3-dark.css +104 -0
  123. package/styles/maskedtextbox/material3-dark.scss +2 -0
  124. package/styles/maskedtextbox/material3.css +160 -0
  125. package/styles/maskedtextbox/material3.scss +2 -0
  126. package/styles/maskedtextbox/tailwind-dark.scss +1 -4
  127. package/styles/maskedtextbox/tailwind.scss +1 -4
  128. package/styles/material-dark.css +102 -66
  129. package/styles/material.css +102 -66
  130. package/styles/material3-dark.css +15567 -0
  131. package/styles/material3-dark.scss +10 -0
  132. package/styles/material3.css +16063 -0
  133. package/styles/material3.scss +10 -0
  134. package/styles/numerictextbox/bootstrap-dark.scss +1 -5
  135. package/styles/numerictextbox/bootstrap.scss +1 -5
  136. package/styles/numerictextbox/bootstrap4.scss +1 -5
  137. package/styles/numerictextbox/bootstrap5-dark.scss +1 -5
  138. package/styles/numerictextbox/bootstrap5.scss +1 -5
  139. package/styles/numerictextbox/fabric-dark.scss +1 -5
  140. package/styles/numerictextbox/fabric.scss +1 -5
  141. package/styles/numerictextbox/fluent-dark.scss +1 -5
  142. package/styles/numerictextbox/fluent.scss +1 -5
  143. package/styles/numerictextbox/highcontrast-light.scss +1 -5
  144. package/styles/numerictextbox/highcontrast.scss +1 -5
  145. package/styles/numerictextbox/material-dark.scss +1 -5
  146. package/styles/numerictextbox/material.scss +1 -5
  147. package/styles/numerictextbox/material3-dark.css +118 -0
  148. package/styles/numerictextbox/material3-dark.scss +2 -0
  149. package/styles/numerictextbox/material3.css +174 -0
  150. package/styles/numerictextbox/material3.scss +2 -0
  151. package/styles/numerictextbox/tailwind-dark.scss +1 -5
  152. package/styles/numerictextbox/tailwind.scss +1 -5
  153. package/styles/rating/bootstrap-dark.css +8 -2
  154. package/styles/rating/bootstrap-dark.scss +1 -4
  155. package/styles/rating/bootstrap.css +8 -2
  156. package/styles/rating/bootstrap.scss +1 -4
  157. package/styles/rating/bootstrap4.css +8 -3
  158. package/styles/rating/bootstrap4.scss +1 -4
  159. package/styles/rating/bootstrap5-dark.css +8 -2
  160. package/styles/rating/bootstrap5-dark.scss +1 -4
  161. package/styles/rating/bootstrap5.css +8 -2
  162. package/styles/rating/bootstrap5.scss +1 -4
  163. package/styles/rating/fabric-dark.css +8 -2
  164. package/styles/rating/fabric-dark.scss +1 -4
  165. package/styles/rating/fabric.css +8 -2
  166. package/styles/rating/fabric.scss +1 -4
  167. package/styles/rating/fluent-dark.css +8 -2
  168. package/styles/rating/fluent-dark.scss +1 -4
  169. package/styles/rating/fluent.css +8 -2
  170. package/styles/rating/fluent.scss +1 -4
  171. package/styles/rating/highcontrast-light.css +8 -2
  172. package/styles/rating/highcontrast-light.scss +1 -4
  173. package/styles/rating/highcontrast.css +8 -2
  174. package/styles/rating/highcontrast.scss +1 -4
  175. package/styles/rating/material-dark.css +8 -2
  176. package/styles/rating/material-dark.scss +1 -4
  177. package/styles/rating/material.css +8 -2
  178. package/styles/rating/material.scss +1 -4
  179. package/styles/rating/material3-dark.css +340 -0
  180. package/styles/rating/material3-dark.scss +2 -0
  181. package/styles/rating/material3.css +396 -0
  182. package/styles/rating/material3.scss +2 -0
  183. package/styles/rating/tailwind-dark.css +8 -2
  184. package/styles/rating/tailwind-dark.scss +1 -4
  185. package/styles/rating/tailwind.css +8 -2
  186. package/styles/rating/tailwind.scss +1 -4
  187. package/styles/signature/bootstrap-dark.scss +1 -3
  188. package/styles/signature/bootstrap.scss +1 -3
  189. package/styles/signature/bootstrap4.scss +1 -3
  190. package/styles/signature/bootstrap5-dark.scss +1 -3
  191. package/styles/signature/bootstrap5.scss +1 -3
  192. package/styles/signature/fabric-dark.scss +1 -3
  193. package/styles/signature/fabric.scss +1 -3
  194. package/styles/signature/fluent-dark.scss +1 -3
  195. package/styles/signature/fluent.scss +1 -3
  196. package/styles/signature/highcontrast-light.scss +1 -3
  197. package/styles/signature/highcontrast.scss +1 -3
  198. package/styles/signature/material-dark.scss +1 -3
  199. package/styles/signature/material.scss +1 -3
  200. package/styles/signature/material3-dark.css +65 -0
  201. package/styles/signature/material3-dark.scss +2 -0
  202. package/styles/signature/material3.css +121 -0
  203. package/styles/signature/material3.scss +2 -0
  204. package/styles/signature/tailwind-dark.scss +1 -3
  205. package/styles/signature/tailwind.scss +1 -3
  206. package/styles/slider/bootstrap-dark.scss +1 -5
  207. package/styles/slider/bootstrap.scss +1 -5
  208. package/styles/slider/bootstrap4.scss +1 -5
  209. package/styles/slider/bootstrap5-dark.scss +1 -5
  210. package/styles/slider/bootstrap5.scss +1 -5
  211. package/styles/slider/fabric-dark.scss +1 -5
  212. package/styles/slider/fabric.scss +1 -5
  213. package/styles/slider/fluent-dark.scss +1 -5
  214. package/styles/slider/fluent.scss +1 -5
  215. package/styles/slider/highcontrast-light.scss +1 -5
  216. package/styles/slider/highcontrast.scss +1 -5
  217. package/styles/slider/material-dark.css +2 -0
  218. package/styles/slider/material-dark.scss +1 -5
  219. package/styles/slider/material.css +2 -0
  220. package/styles/slider/material.scss +1 -5
  221. package/styles/slider/material3-dark.css +765 -0
  222. package/styles/slider/material3-dark.scss +2 -0
  223. package/styles/slider/material3.css +821 -0
  224. package/styles/slider/material3.scss +2 -0
  225. package/styles/slider/tailwind-dark.scss +1 -5
  226. package/styles/slider/tailwind.scss +1 -5
  227. package/styles/tailwind-dark.css +22 -3
  228. package/styles/tailwind.css +22 -3
  229. package/styles/textbox/bootstrap-dark.scss +1 -4
  230. package/styles/textbox/bootstrap.scss +1 -4
  231. package/styles/textbox/bootstrap4.scss +1 -4
  232. package/styles/textbox/bootstrap5-dark.scss +1 -4
  233. package/styles/textbox/bootstrap5.scss +1 -4
  234. package/styles/textbox/fabric-dark.scss +1 -4
  235. package/styles/textbox/fabric.scss +1 -4
  236. package/styles/textbox/fluent-dark.scss +1 -4
  237. package/styles/textbox/fluent.scss +1 -4
  238. package/styles/textbox/highcontrast-light.scss +1 -4
  239. package/styles/textbox/highcontrast.scss +1 -4
  240. package/styles/textbox/material-dark.scss +1 -4
  241. package/styles/textbox/material.scss +1 -4
  242. package/styles/textbox/material3-dark.css +72 -0
  243. package/styles/textbox/material3-dark.scss +2 -0
  244. package/styles/textbox/material3.css +128 -0
  245. package/styles/textbox/material3.scss +2 -0
  246. package/styles/textbox/tailwind-dark.scss +1 -4
  247. package/styles/textbox/tailwind.scss +1 -4
  248. package/styles/uploader/bootstrap-dark.scss +1 -6
  249. package/styles/uploader/bootstrap.scss +1 -6
  250. package/styles/uploader/bootstrap4.scss +1 -6
  251. package/styles/uploader/bootstrap5-dark.scss +1 -6
  252. package/styles/uploader/bootstrap5.scss +1 -6
  253. package/styles/uploader/fabric-dark.scss +1 -6
  254. package/styles/uploader/fabric.scss +1 -6
  255. package/styles/uploader/fluent-dark.scss +1 -6
  256. package/styles/uploader/fluent.scss +1 -6
  257. package/styles/uploader/highcontrast-light.scss +1 -6
  258. package/styles/uploader/highcontrast.scss +1 -6
  259. package/styles/uploader/material-dark.scss +1 -6
  260. package/styles/uploader/material.scss +1 -6
  261. package/styles/uploader/material3-dark.css +861 -0
  262. package/styles/uploader/material3-dark.scss +2 -0
  263. package/styles/uploader/material3.css +917 -0
  264. package/styles/uploader/material3.scss +2 -0
  265. package/styles/uploader/tailwind-dark.scss +1 -6
  266. package/styles/uploader/tailwind.scss +1 -6
  267. package/esm2020/public_api.mjs +0 -3
  268. package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
  269. package/esm2020/src/color-picker/colorpicker.component.mjs +0 -83
  270. package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
  271. package/esm2020/src/form-validator/form-validator.mjs +0 -193
  272. package/esm2020/src/index.mjs +0 -28
  273. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
  274. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -84
  275. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
  276. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
  277. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -84
  278. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
  279. package/esm2020/src/rating/rating-all.module.mjs +0 -23
  280. package/esm2020/src/rating/rating.component.mjs +0 -108
  281. package/esm2020/src/rating/rating.module.mjs +0 -25
  282. package/esm2020/src/signature/signature-all.module.mjs +0 -23
  283. package/esm2020/src/signature/signature.component.mjs +0 -83
  284. package/esm2020/src/signature/signature.module.mjs +0 -25
  285. package/esm2020/src/slider/slider-all.module.mjs +0 -23
  286. package/esm2020/src/slider/slider.component.mjs +0 -83
  287. package/esm2020/src/slider/slider.module.mjs +0 -25
  288. package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
  289. package/esm2020/src/textbox/textbox.component.mjs +0 -84
  290. package/esm2020/src/textbox/textbox.module.mjs +0 -25
  291. package/esm2020/src/uploader/files.directive.mjs +0 -58
  292. package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
  293. package/esm2020/src/uploader/uploader.component.mjs +0 -95
  294. package/esm2020/src/uploader/uploader.module.mjs +0 -34
  295. package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
  296. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1237
  297. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  298. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1237
  299. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  300. package/styles/color-picker/_all.scss +0 -2
  301. package/styles/color-picker/_bootstrap-dark-definition.scss +0 -131
  302. package/styles/color-picker/_bootstrap-definition.scss +0 -128
  303. package/styles/color-picker/_bootstrap4-definition.scss +0 -127
  304. package/styles/color-picker/_bootstrap5-dark-definition.scss +0 -1
  305. package/styles/color-picker/_bootstrap5-definition.scss +0 -133
  306. package/styles/color-picker/_fabric-dark-definition.scss +0 -131
  307. package/styles/color-picker/_fabric-definition.scss +0 -127
  308. package/styles/color-picker/_fluent-dark-definition.scss +0 -1
  309. package/styles/color-picker/_fluent-definition.scss +0 -133
  310. package/styles/color-picker/_fusionnew-definition.scss +0 -133
  311. package/styles/color-picker/_highcontrast-definition.scss +0 -127
  312. package/styles/color-picker/_highcontrast-light-definition.scss +0 -130
  313. package/styles/color-picker/_layout.scss +0 -1260
  314. package/styles/color-picker/_material-dark-definition.scss +0 -135
  315. package/styles/color-picker/_material-definition.scss +0 -130
  316. package/styles/color-picker/_tailwind-dark-definition.scss +0 -1
  317. package/styles/color-picker/_tailwind-definition.scss +0 -132
  318. package/styles/color-picker/_theme.scss +0 -186
  319. package/styles/color-picker/icons/_bootstrap-dark.scss +0 -9
  320. package/styles/color-picker/icons/_bootstrap.scss +0 -9
  321. package/styles/color-picker/icons/_bootstrap4.scss +0 -9
  322. package/styles/color-picker/icons/_bootstrap5-dark.scss +0 -1
  323. package/styles/color-picker/icons/_bootstrap5.scss +0 -9
  324. package/styles/color-picker/icons/_fabric-dark.scss +0 -9
  325. package/styles/color-picker/icons/_fabric.scss +0 -9
  326. package/styles/color-picker/icons/_fluent-dark.scss +0 -1
  327. package/styles/color-picker/icons/_fluent.scss +0 -9
  328. package/styles/color-picker/icons/_fusionnew.scss +0 -9
  329. package/styles/color-picker/icons/_highcontrast-light.scss +0 -9
  330. package/styles/color-picker/icons/_highcontrast.scss +0 -9
  331. package/styles/color-picker/icons/_material-dark.scss +0 -9
  332. package/styles/color-picker/icons/_material.scss +0 -9
  333. package/styles/color-picker/icons/_material3.scss +0 -9
  334. package/styles/color-picker/icons/_tailwind-dark.scss +0 -9
  335. package/styles/color-picker/icons/_tailwind.scss +0 -9
  336. package/styles/input/_all.scss +0 -3
  337. package/styles/input/_bootstrap-dark-definition.scss +0 -329
  338. package/styles/input/_bootstrap-definition.scss +0 -320
  339. package/styles/input/_bootstrap4-definition.scss +0 -325
  340. package/styles/input/_bootstrap5-dark-definition.scss +0 -1
  341. package/styles/input/_bootstrap5-definition.scss +0 -336
  342. package/styles/input/_definition.scss +0 -232
  343. package/styles/input/_fabric-dark-definition.scss +0 -319
  344. package/styles/input/_fabric-definition.scss +0 -311
  345. package/styles/input/_fluent-dark-definition.scss +0 -1
  346. package/styles/input/_fluent-definition.scss +0 -338
  347. package/styles/input/_fusionnew-definition.scss +0 -336
  348. package/styles/input/_highcontrast-definition.scss +0 -312
  349. package/styles/input/_highcontrast-light-definition.scss +0 -320
  350. package/styles/input/_layout.scss +0 -11091
  351. package/styles/input/_material-dark-definition.scss +0 -573
  352. package/styles/input/_material-definition.scss +0 -573
  353. package/styles/input/_responsive.scss +0 -1
  354. package/styles/input/_tailwind-dark-definition.scss +0 -1
  355. package/styles/input/_tailwind-definition.scss +0 -335
  356. package/styles/input/_theme.scss +0 -4283
  357. package/styles/input/icons/_bootstrap-dark.scss +0 -17
  358. package/styles/input/icons/_bootstrap.scss +0 -17
  359. package/styles/input/icons/_bootstrap4.scss +0 -17
  360. package/styles/input/icons/_bootstrap5-dark.scss +0 -1
  361. package/styles/input/icons/_bootstrap5.scss +0 -17
  362. package/styles/input/icons/_fabric-dark.scss +0 -17
  363. package/styles/input/icons/_fabric.scss +0 -17
  364. package/styles/input/icons/_fluent-dark.scss +0 -1
  365. package/styles/input/icons/_fluent.scss +0 -17
  366. package/styles/input/icons/_fusionnew.scss +0 -17
  367. package/styles/input/icons/_highcontrast-light.scss +0 -17
  368. package/styles/input/icons/_highcontrast.scss +0 -17
  369. package/styles/input/icons/_material-dark.scss +0 -49
  370. package/styles/input/icons/_material.scss +0 -49
  371. package/styles/input/icons/_material3.scss +0 -17
  372. package/styles/input/icons/_tailwind-dark.scss +0 -1
  373. package/styles/input/icons/_tailwind.scss +0 -17
  374. package/styles/maskedtextbox/_all.scss +0 -2
  375. package/styles/maskedtextbox/_bootstrap-dark-definition.scss +0 -7
  376. package/styles/maskedtextbox/_bootstrap-definition.scss +0 -4
  377. package/styles/maskedtextbox/_bootstrap4-definition.scss +0 -4
  378. package/styles/maskedtextbox/_bootstrap5-dark-definition.scss +0 -1
  379. package/styles/maskedtextbox/_bootstrap5-definition.scss +0 -7
  380. package/styles/maskedtextbox/_fabric-dark-definition.scss +0 -7
  381. package/styles/maskedtextbox/_fabric-definition.scss +0 -4
  382. package/styles/maskedtextbox/_fluent-dark-definition.scss +0 -1
  383. package/styles/maskedtextbox/_fluent-definition.scss +0 -7
  384. package/styles/maskedtextbox/_fusionnew-definition.scss +0 -7
  385. package/styles/maskedtextbox/_highcontrast-definition.scss +0 -4
  386. package/styles/maskedtextbox/_highcontrast-light-definition.scss +0 -7
  387. package/styles/maskedtextbox/_layout.scss +0 -33
  388. package/styles/maskedtextbox/_material-dark-definition.scss +0 -7
  389. package/styles/maskedtextbox/_material-definition.scss +0 -4
  390. package/styles/maskedtextbox/_tailwind-dark-definition.scss +0 -1
  391. package/styles/maskedtextbox/_tailwind-definition.scss +0 -7
  392. package/styles/maskedtextbox/_theme.scss +0 -15
  393. package/styles/numerictextbox/_all.scss +0 -2
  394. package/styles/numerictextbox/_bootstrap-dark-definition.scss +0 -6
  395. package/styles/numerictextbox/_bootstrap-definition.scss +0 -3
  396. package/styles/numerictextbox/_bootstrap4-definition.scss +0 -3
  397. package/styles/numerictextbox/_bootstrap5-dark-definition.scss +0 -1
  398. package/styles/numerictextbox/_bootstrap5-definition.scss +0 -3
  399. package/styles/numerictextbox/_fabric-dark-definition.scss +0 -6
  400. package/styles/numerictextbox/_fabric-definition.scss +0 -3
  401. package/styles/numerictextbox/_fluent-dark-definition.scss +0 -1
  402. package/styles/numerictextbox/_fluent-definition.scss +0 -5
  403. package/styles/numerictextbox/_fusionnew-definition.scss +0 -3
  404. package/styles/numerictextbox/_highcontrast-definition.scss +0 -3
  405. package/styles/numerictextbox/_highcontrast-light-definition.scss +0 -6
  406. package/styles/numerictextbox/_layout.scss +0 -30
  407. package/styles/numerictextbox/_material-dark-definition.scss +0 -6
  408. package/styles/numerictextbox/_material-definition.scss +0 -3
  409. package/styles/numerictextbox/_tailwind-dark-definition.scss +0 -1
  410. package/styles/numerictextbox/_tailwind-definition.scss +0 -3
  411. package/styles/numerictextbox/_theme.scss +0 -39
  412. package/styles/numerictextbox/icons/_bootstrap-dark.scss +0 -11
  413. package/styles/numerictextbox/icons/_bootstrap.scss +0 -11
  414. package/styles/numerictextbox/icons/_bootstrap4.scss +0 -11
  415. package/styles/numerictextbox/icons/_bootstrap5-dark.scss +0 -1
  416. package/styles/numerictextbox/icons/_bootstrap5.scss +0 -11
  417. package/styles/numerictextbox/icons/_fabric-dark.scss +0 -11
  418. package/styles/numerictextbox/icons/_fabric.scss +0 -11
  419. package/styles/numerictextbox/icons/_fluent-dark.scss +0 -1
  420. package/styles/numerictextbox/icons/_fluent.scss +0 -11
  421. package/styles/numerictextbox/icons/_fusionnew.scss +0 -11
  422. package/styles/numerictextbox/icons/_highcontrast-light.scss +0 -11
  423. package/styles/numerictextbox/icons/_highcontrast.scss +0 -11
  424. package/styles/numerictextbox/icons/_material-dark.scss +0 -11
  425. package/styles/numerictextbox/icons/_material.scss +0 -11
  426. package/styles/numerictextbox/icons/_material3.scss +0 -11
  427. package/styles/numerictextbox/icons/_tailwind-dark.scss +0 -1
  428. package/styles/numerictextbox/icons/_tailwind.scss +0 -11
  429. package/styles/rating/_all.scss +0 -2
  430. package/styles/rating/_bootstrap-dark-definition.scss +0 -46
  431. package/styles/rating/_bootstrap-definition.scss +0 -46
  432. package/styles/rating/_bootstrap4-definition.scss +0 -46
  433. package/styles/rating/_bootstrap5-dark-definition.scss +0 -1
  434. package/styles/rating/_bootstrap5-definition.scss +0 -43
  435. package/styles/rating/_fabric-dark-definition.scss +0 -46
  436. package/styles/rating/_fabric-definition.scss +0 -46
  437. package/styles/rating/_fluent-dark-definition.scss +0 -1
  438. package/styles/rating/_fluent-definition.scss +0 -43
  439. package/styles/rating/_fusionnew-definition.scss +0 -46
  440. package/styles/rating/_highcontrast-definition.scss +0 -46
  441. package/styles/rating/_highcontrast-light-definition.scss +0 -46
  442. package/styles/rating/_layout.scss +0 -209
  443. package/styles/rating/_material-dark-definition.scss +0 -46
  444. package/styles/rating/_material-definition.scss +0 -46
  445. package/styles/rating/_tailwind-dark-definition.scss +0 -1
  446. package/styles/rating/_tailwind-definition.scss +0 -43
  447. package/styles/rating/_theme.scss +0 -170
  448. package/styles/signature/_all.scss +0 -2
  449. package/styles/signature/_bootstrap-dark-definition.scss +0 -3
  450. package/styles/signature/_bootstrap-definition.scss +0 -3
  451. package/styles/signature/_bootstrap4-definition.scss +0 -3
  452. package/styles/signature/_bootstrap5-dark-definition.scss +0 -1
  453. package/styles/signature/_bootstrap5-definition.scss +0 -3
  454. package/styles/signature/_fabric-dark-definition.scss +0 -3
  455. package/styles/signature/_fabric-definition.scss +0 -3
  456. package/styles/signature/_fluent-dark-definition.scss +0 -1
  457. package/styles/signature/_fluent-definition.scss +0 -3
  458. package/styles/signature/_fusionnew-definition.scss +0 -3
  459. package/styles/signature/_highcontrast-definition.scss +0 -3
  460. package/styles/signature/_highcontrast-light-definition.scss +0 -3
  461. package/styles/signature/_layout.scss +0 -5
  462. package/styles/signature/_material-dark-definition.scss +0 -3
  463. package/styles/signature/_material-definition.scss +0 -3
  464. package/styles/signature/_tailwind-dark-definition.scss +0 -1
  465. package/styles/signature/_tailwind-definition.scss +0 -3
  466. package/styles/signature/_theme.scss +0 -7
  467. package/styles/slider/_all.scss +0 -3
  468. package/styles/slider/_bootstrap-dark-definition.scss +0 -156
  469. package/styles/slider/_bootstrap-definition.scss +0 -152
  470. package/styles/slider/_bootstrap4-definition.scss +0 -147
  471. package/styles/slider/_bootstrap5-dark-definition.scss +0 -1
  472. package/styles/slider/_bootstrap5-definition.scss +0 -90
  473. package/styles/slider/_fabric-dark-definition.scss +0 -162
  474. package/styles/slider/_fabric-definition.scss +0 -156
  475. package/styles/slider/_fluent-dark-definition.scss +0 -1
  476. package/styles/slider/_fluent-definition.scss +0 -74
  477. package/styles/slider/_fusionnew-definition.scss +0 -90
  478. package/styles/slider/_highcontrast-definition.scss +0 -145
  479. package/styles/slider/_highcontrast-light-definition.scss +0 -149
  480. package/styles/slider/_icons.scss +0 -1
  481. package/styles/slider/_layout.scss +0 -2440
  482. package/styles/slider/_material-dark-definition.scss +0 -159
  483. package/styles/slider/_material-definition.scss +0 -154
  484. package/styles/slider/_tailwind-dark-definition.scss +0 -1
  485. package/styles/slider/_tailwind-definition.scss +0 -84
  486. package/styles/slider/_theme.scss +0 -240
  487. package/styles/textbox/_all.scss +0 -1
  488. package/styles/textbox/_bootstrap-dark-definition.scss +0 -1
  489. package/styles/textbox/_bootstrap-definition.scss +0 -1
  490. package/styles/textbox/_bootstrap4-definition.scss +0 -1
  491. package/styles/textbox/_bootstrap5-dark-definition.scss +0 -1
  492. package/styles/textbox/_bootstrap5-definition.scss +0 -1
  493. package/styles/textbox/_fabric-dark-definition.scss +0 -1
  494. package/styles/textbox/_fabric-definition.scss +0 -1
  495. package/styles/textbox/_fluent-dark-definition.scss +0 -1
  496. package/styles/textbox/_fluent-definition.scss +0 -1
  497. package/styles/textbox/_fusionnew-definition.scss +0 -1
  498. package/styles/textbox/_highcontrast-definition.scss +0 -1
  499. package/styles/textbox/_highcontrast-light-definition.scss +0 -1
  500. package/styles/textbox/_layout.scss +0 -10
  501. package/styles/textbox/_material-dark-definition.scss +0 -1
  502. package/styles/textbox/_material-definition.scss +0 -1
  503. package/styles/textbox/_tailwind-dark-definition.scss +0 -1
  504. package/styles/textbox/_tailwind-definition.scss +0 -1
  505. package/styles/textbox/_theme.scss +0 -1
  506. package/styles/uploader/_all.scss +0 -2
  507. package/styles/uploader/_bootstrap-dark-definition.scss +0 -213
  508. package/styles/uploader/_bootstrap-definition.scss +0 -208
  509. package/styles/uploader/_bootstrap4-definition.scss +0 -211
  510. package/styles/uploader/_bootstrap5-dark-definition.scss +0 -1
  511. package/styles/uploader/_bootstrap5-definition.scss +0 -216
  512. package/styles/uploader/_definition.scss +0 -142
  513. package/styles/uploader/_fabric-dark-definition.scss +0 -216
  514. package/styles/uploader/_fabric-definition.scss +0 -210
  515. package/styles/uploader/_fluent-dark-definition.scss +0 -1
  516. package/styles/uploader/_fluent-definition.scss +0 -234
  517. package/styles/uploader/_fusionnew-definition.scss +0 -216
  518. package/styles/uploader/_highcontrast-definition.scss +0 -211
  519. package/styles/uploader/_highcontrast-light-definition.scss +0 -219
  520. package/styles/uploader/_layout.scss +0 -989
  521. package/styles/uploader/_material-dark-definition.scss +0 -217
  522. package/styles/uploader/_material-definition.scss +0 -214
  523. package/styles/uploader/_tailwind-dark-definition.scss +0 -1
  524. package/styles/uploader/_tailwind-definition.scss +0 -232
  525. package/styles/uploader/_theme.scss +0 -146
  526. package/styles/uploader/icons/_bootstrap-dark.scss +0 -34
  527. package/styles/uploader/icons/_bootstrap.scss +0 -34
  528. package/styles/uploader/icons/_bootstrap4.scss +0 -34
  529. package/styles/uploader/icons/_bootstrap5-dark.scss +0 -1
  530. package/styles/uploader/icons/_bootstrap5.scss +0 -34
  531. package/styles/uploader/icons/_fabric-dark.scss +0 -34
  532. package/styles/uploader/icons/_fabric.scss +0 -34
  533. package/styles/uploader/icons/_fluent-dark.scss +0 -1
  534. package/styles/uploader/icons/_fluent.scss +0 -34
  535. package/styles/uploader/icons/_fusionnew.scss +0 -34
  536. package/styles/uploader/icons/_highcontrast-light.scss +0 -34
  537. package/styles/uploader/icons/_highcontrast.scss +0 -34
  538. package/styles/uploader/icons/_material-dark.scss +0 -34
  539. package/styles/uploader/icons/_material.scss +0 -34
  540. package/styles/uploader/icons/_material3.scss +0 -34
  541. package/styles/uploader/icons/_tailwind-dark.scss +0 -1
  542. package/styles/uploader/icons/_tailwind.scss +0 -34
  543. package/syncfusion-ej2-angular-inputs.d.ts +0 -5
@@ -0,0 +1,936 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
+ :root {
3
+ --color-sf-black: 0, 0, 0;
4
+ --color-sf-white: 255, 255, 255;
5
+ --color-sf-primary: 103, 80, 164;
6
+ --color-sf-primary-container: 234, 221, 255;
7
+ --color-sf-secondary: 98, 91, 113;
8
+ --color-sf-secondary-container: 232, 222, 248;
9
+ --color-sf-tertiary: 125, 82, 96;
10
+ --color-sf-tertiary-container: 255, 216, 228;
11
+ --color-sf-surface: 255, 255, 255;
12
+ --color-sf-surface-variant: 231, 224, 236;
13
+ --color-sf-background: var(--color-sf-surface);
14
+ --color-sf-on-primary: 255, 255, 255;
15
+ --color-sf-on-primary-container: 33, 0, 94;
16
+ --color-sf-on-secondary: 255, 255, 255;
17
+ --color-sf-on-secondary-container: 30, 25, 43;
18
+ --color-sf-on-tertiary: 255, 255, 255;
19
+ --color-sf-on-tertiary-containe: 55, 11, 30;
20
+ --color-sf-on-surface: 28, 27, 31;
21
+ --color-sf-on-surface-variant: 73, 69, 78;
22
+ --color-sf-on-background: 28, 27, 31;
23
+ --color-sf-outline: 121, 116, 126;
24
+ --color-sf-outline-variant: 196, 199, 197;
25
+ --color-sf-shadow: 0, 0, 0;
26
+ --color-sf-surface-tint-color: 103, 80, 164;
27
+ --color-sf-inverse-surface: 49, 48, 51;
28
+ --color-sf-inverse-on-surface: 244, 239, 244;
29
+ --color-sf-inverse-primary: 208, 188, 255;
30
+ --color-sf-scrim: 0, 0, 0;
31
+ --color-sf-error: 179, 38, 30;
32
+ --color-sf-error-container: 249, 222, 220;
33
+ --color-sf-on-error: 255, 250, 250;
34
+ --color-sf-on-error-container: 65, 14, 11;
35
+ --color-sf-success: 32, 81, 7;
36
+ --color-sf-success-container: 209, 255, 186;
37
+ --color-sf-on-success: 244, 255, 239;
38
+ --color-sf-on-success-container: 13, 39, 0;
39
+ --color-sf-info: 1, 87, 155;
40
+ --color-sf-info-container: 233, 245, 255;
41
+ --color-sf-on-info: 250, 253, 255;
42
+ --color-sf-on-info-container: 0, 51, 91;
43
+ --color-sf-warning: 145, 76, 0;
44
+ --color-sf-warning-container: 254, 236, 222;
45
+ --color-sf-on-warning: 255, 255, 255;
46
+ --color-sf-on-warning-container: 47, 21, 0;
47
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
48
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
49
+ --color-sf-diagram-palette-background: --color-sf-white;
50
+ --color-sf-success-text: 255, 255, 255;
51
+ --color-sf-warning-text: 255, 255, 255;
52
+ --color-sf-danger-text: 255, 255, 255;
53
+ --color-sf-info-text: 255, 255, 255;
54
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
55
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
56
+ }
57
+
58
+ .e-dark-mode {
59
+ --color-sf-black: 0, 0, 0;
60
+ --color-sf-white: 255, 255, 255;
61
+ --color-sf-primary: 208, 188, 255;
62
+ --color-sf-primary-container: 79, 55, 139;
63
+ --color-sf-secondary: 204, 194, 220;
64
+ --color-sf-secondary-container: 74, 68, 88;
65
+ --color-sf-tertiary: 239, 184, 200;
66
+ --color-sf-tertiary-container: 99, 59, 72;
67
+ --color-sf-surface: 28, 27, 31;
68
+ --color-sf-surface-variant: 28, 27, 31;
69
+ --color-sf-background: var(--color-sf-surface);
70
+ --color-sf-on-primary: 55, 30, 115;
71
+ --color-sf-on-primary-container: 234, 221, 255;
72
+ --color-sf-on-secondary: 51, 45, 65;
73
+ --color-sf-on-secondary-container: 232, 222, 248;
74
+ --color-sf-on-tertiary: 73, 37, 50;
75
+ --color-sf-on-tertiary-containe: 255, 216, 228;
76
+ --color-sf-on-surface: 230, 225, 229;
77
+ --color-sf-on-surface-variant: 202, 196, 208;
78
+ --color-sf-on-background: 230, 225, 229;
79
+ --color-sf-outline: 147, 143, 153;
80
+ --color-sf-outline-variant: 68, 71, 70;
81
+ --color-sf-shadow: 0, 0, 0;
82
+ --color-sf-surface-tint-color: 208, 188, 255;
83
+ --color-sf-inverse-surface: 230, 225, 229;
84
+ --color-sf-inverse-on-surface: 49, 48, 51;
85
+ --color-sf-inverse-primary: 103, 80, 164;
86
+ --color-sf-scrim: 0, 0, 0;
87
+ --color-sf-error: 242, 184, 181;
88
+ --color-sf-error-container: 140, 29, 24;
89
+ --color-sf-on-error: 96, 20, 16;
90
+ --color-sf-on-error-container: 249, 222, 220;
91
+ --color-sf-success: 83, 202, 23;
92
+ --color-sf-success-container: 22, 62, 2;
93
+ --color-sf-on-success: 13, 39, 0;
94
+ --color-sf-on-success-container: 183, 250, 150;
95
+ --color-sf-info: 71, 172, 251;
96
+ --color-sf-info-container: 0, 67, 120;
97
+ --color-sf-on-info: 0, 51, 91;
98
+ --color-sf-on-info-container: 173, 219, 255;
99
+ --color-sf-warning: 245, 180, 130;
100
+ --color-sf-warning-container: 123, 65, 0;
101
+ --color-sf-on-warning: 99, 52, 0;
102
+ --color-sf-on-warning-container: 255, 220, 193;
103
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
104
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
105
+ --color-sf-success-text: 0, 0, 0;
106
+ --color-sf-warning-text: 0, 0, 0;
107
+ --color-sf-info-text: 0, 0, 0;
108
+ --color-sf-danger-text: 0, 0, 0;
109
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
110
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
111
+ }
112
+
113
+ /* stylelint-disable-line no-empty-source */
114
+ /* stylelint-disable property-no-vendor-prefix */
115
+ @keyframes e-input-ripple {
116
+ 100% {
117
+ opacity: 0;
118
+ transform: scale(4);
119
+ }
120
+ }
121
+ @keyframes slideTopUp {
122
+ from {
123
+ transform: translate3d(0, 0, 0) scale(1);
124
+ }
125
+ to {
126
+ transform: translate3d(0, 0, 0) scale(1);
127
+ }
128
+ }
129
+ .e-container .e-value-switch-btn::before {
130
+ content: "\e748";
131
+ }
132
+
133
+ .e-colorpicker-wrapper,
134
+ .e-colorpicker-container {
135
+ display: inline-block;
136
+ line-height: 0;
137
+ outline: none;
138
+ -webkit-user-select: none;
139
+ -ms-user-select: none;
140
+ user-select: none;
141
+ }
142
+ .e-colorpicker-wrapper .e-colorpicker,
143
+ .e-colorpicker-container .e-colorpicker {
144
+ height: 1px;
145
+ opacity: 0;
146
+ position: absolute;
147
+ width: 1px;
148
+ }
149
+ .e-colorpicker-wrapper .e-dropdown-btn.e-icon-btn,
150
+ .e-colorpicker-container .e-dropdown-btn.e-icon-btn {
151
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
152
+ border-radius: 4px;
153
+ border-bottom-left-radius: 0;
154
+ border-top-left-radius: 0;
155
+ box-shadow: none;
156
+ }
157
+ .e-colorpicker-wrapper .e-split-btn-wrapper,
158
+ .e-colorpicker-container .e-split-btn-wrapper {
159
+ box-shadow: none;
160
+ }
161
+ .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
162
+ .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
163
+ font-family: initial;
164
+ line-height: 14px;
165
+ padding: 5px 8px;
166
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
167
+ border-radius: 4px;
168
+ border-bottom-right-radius: 0;
169
+ border-top-right-radius: 0;
170
+ border-right-color: transparent;
171
+ box-shadow: none;
172
+ }
173
+ .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
174
+ .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
175
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
176
+ background-size: 8px;
177
+ border-radius: 4px;
178
+ height: 24px;
179
+ margin-top: 0;
180
+ position: relative;
181
+ width: 24px;
182
+ }
183
+ .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview,
184
+ .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview {
185
+ border-radius: 4px;
186
+ }
187
+ .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
188
+ .e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
189
+ padding: 5px 8px;
190
+ border-bottom-right-radius: 0;
191
+ border-top-right-radius: 0;
192
+ }
193
+ .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-dropdown-btn.e-icon-btn,
194
+ .e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-dropdown-btn.e-icon-btn {
195
+ border-bottom-left-radius: 0;
196
+ border-top-left-radius: 0;
197
+ }
198
+ .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-btn.e-icon-btn,
199
+ .e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-btn.e-icon-btn {
200
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
201
+ border-radius: 4px;
202
+ border-left-color: transparent;
203
+ }
204
+ .e-colorpicker-wrapper *,
205
+ .e-colorpicker-container * {
206
+ box-sizing: border-box;
207
+ }
208
+ .e-colorpicker-wrapper.e-disabled .e-palette .e-tile,
209
+ .e-colorpicker-container.e-disabled .e-palette .e-tile {
210
+ cursor: default;
211
+ }
212
+ .e-colorpicker-wrapper.e-disabled .e-palette .e-tile:hover,
213
+ .e-colorpicker-container.e-disabled .e-palette .e-tile:hover {
214
+ border: 0;
215
+ box-shadow: none;
216
+ }
217
+ .e-colorpicker-wrapper.e-disabled .e-palette .e-tile.e-selected,
218
+ .e-colorpicker-container.e-disabled .e-palette .e-tile.e-selected {
219
+ border: 0;
220
+ }
221
+ .e-colorpicker-wrapper.e-disabled .e-container .e-handler, .e-colorpicker-wrapper.e-disabled .e-container .e-preview-container, .e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider, .e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider, .e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle,
222
+ .e-colorpicker-container.e-disabled .e-container .e-handler,
223
+ .e-colorpicker-container.e-disabled .e-container .e-preview-container,
224
+ .e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider,
225
+ .e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider,
226
+ .e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle {
227
+ cursor: default;
228
+ }
229
+ .e-colorpicker-wrapper.e-disabled .e-container .e-hsv-container,
230
+ .e-colorpicker-container.e-disabled .e-container .e-hsv-container {
231
+ pointer-events: none;
232
+ }
233
+
234
+ .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
235
+ line-height: 0;
236
+ }
237
+
238
+ /* stylelint-disable property-no-vendor-prefix */
239
+ .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
240
+ -webkit-overflow-scrolling: touch;
241
+ height: 100%;
242
+ left: 0;
243
+ position: fixed;
244
+ top: 0;
245
+ width: 100%;
246
+ }
247
+ .e-colorpicker.e-modal {
248
+ background-color: rgba(0, 0, 0, 0.6);
249
+ opacity: 0.5;
250
+ pointer-events: auto;
251
+ }
252
+ .e-colorpicker.e-hsv-model {
253
+ background-color: transparent;
254
+ }
255
+
256
+ .sf-colorpicker .e-switch-ctrl-btn .e-ctrl-btn {
257
+ position: relative;
258
+ }
259
+
260
+ .e-show-value .sf-colorpicker.e-color-palette .e-selected-value, .e-show-value .sf-colorpicker.e-color-palette .e-switch-ctrl-btn {
261
+ width: 270px;
262
+ }
263
+
264
+ .e-dropdown-popup.e-transparent .e-container {
265
+ display: none;
266
+ }
267
+
268
+ body.e-colorpicker-overflow {
269
+ overflow: visible;
270
+ }
271
+
272
+ .e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper,
273
+ .e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper,
274
+ .e-bigger .e-colorpicker-container .e-split-btn-wrapper,
275
+ .e-bigger.e-colorpicker-container .e-split-btn-wrapper {
276
+ box-shadow: none;
277
+ }
278
+ .e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
279
+ .e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
280
+ .e-bigger .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
281
+ .e-bigger.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
282
+ line-height: 18px;
283
+ padding: 7px 12px;
284
+ }
285
+ .e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
286
+ .e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
287
+ .e-bigger .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
288
+ .e-bigger.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
289
+ height: 24px;
290
+ width: 24px;
291
+ }
292
+ .e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
293
+ .e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
294
+ .e-bigger .e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
295
+ .e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
296
+ padding: 7px 12px;
297
+ }
298
+ .e-bigger .e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
299
+ .e-bigger.e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
300
+ .e-bigger .e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
301
+ .e-bigger.e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
302
+ line-height: 0;
303
+ }
304
+
305
+ .e-container {
306
+ border: 0;
307
+ border-radius: 12px;
308
+ display: inline-block;
309
+ line-height: 0;
310
+ outline: none;
311
+ -webkit-user-select: none;
312
+ -ms-user-select: none;
313
+ user-select: none;
314
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
315
+ }
316
+ .e-container.e-color-picker {
317
+ height: 454px;
318
+ width: 350px;
319
+ }
320
+ .e-container.e-color-picker .e-mode-switch-btn {
321
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS04IiBmaWxsPSIjNDU5NkNFIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS05IiBmaWxsPSIjNUNDMTVCIiB4PSIwIiB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTI1LUNvcHktMTAiIGZpbGw9IiNGQkQ1MDYiIHg9IjEyIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS0xMSIgZmlsbD0iI0VDNEU0MyIgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat 100% 100%;
322
+ }
323
+ .e-container.e-color-palette {
324
+ width: auto;
325
+ }
326
+ .e-container.e-color-palette .e-mode-switch-btn {
327
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4IDE4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MS40MTQyMTsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgc3R5bGU9ImZpbGw6dXJsKCNfTGluZWFyMSk7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBzdHlsZT0iZmlsbDp1cmwoI19MaW5lYXIyKTsiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLDAsMTgpIj4KICAgICAgICA8Y2xpcFBhdGggaWQ9Il9jbGlwMyI+CiAgICAgICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIvPgogICAgICAgIDwvY2xpcFBhdGg+CiAgICAgICAgPGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwMykiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwtMCwxOCkiPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxjbGlwUGF0aCBpZD0iX2NsaXA0Ij4KICAgICAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ii8+CiAgICAgICAgPC9jbGlwUGF0aD4KICAgICAgICA8ZyBjbGlwLXBhdGg9InVybCgjX2NsaXA0KSI+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLC0wLDE4KSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNfSW1hZ2U1IiB4PSIwIiB5PSIwIiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4Ii8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJfY2xpcDYiPgogICAgICAgICAgICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgIDxnIGNsaXAtcGF0aD0idXJsKCNfY2xpcDYpIj4KICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsLTAsMTgpIj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iX0xpbmVhcjEiIHgxPSIwIiB5MT0iMCIgeDI9IjEiIHkyPSIwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg2LjI3MDE5ZS0xNCwtMTAyNCwtMTAyNCwtNi4yNzAxOWUtMTQsMCwxOCkiPjxzdG9wIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDAsMTgyLDI1NSk7c3RvcC1vcGFjaXR5OjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOmJsYWNrO3N0b3Atb3BhY2l0eTowIi8+PC9saW5lYXJHcmFkaWVudD4KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9Il9MaW5lYXIyIiB4MT0iMCIgeTE9IjAiIHgyPSIxIiB5Mj0iMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMS4xMDIxOGUtMTUsLTE4LC0xOCwtMS4xMDIxOGUtMTUsMTgsMTgpIj48c3RvcCBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYigwLDE4MiwyNTUpO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjpibGFjaztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPGltYWdlIGlkPSJfSW1hZ2U1IiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUJJQUFBQVNDQVlBQUFCV3pvNVhBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQmUwbEVRVlE0alcyUjIyNGNNUXhER2NBbyt2OC8yU0lYZE9wTk5iSXVWaDlrZXp6SlBoaWlTT3JNQXZ2eTBBanlBSGVBSEdBSHlDUDE4dTQ3ZVl6ZTlBS2xhaDlCZ0F5WG5tVUxjQStRYmQ3cWp4OWdnVkxGUWRiVDlBQlpYNlZkWHpNLy9MVmZqbE11dy9xQWR2QUMzZmR2bVE1UVpVbUErZ1ZUWDZWZDh3Sjk3NWRLbkdYek1VZnBpVGYzdXpkQi93Z2tsaVZ4a0U1dFdSSkxiNGMvNlplamZvTE5NdFJaeXYyWk4zZFNCYXREVlFGWGxQcDRnTlZBb3FPa1F4dW8yY3Iybk5Wd2lnSnVnQ2xnaWxMclgxQ2Jod3BXdmUwa3NtVTUzUXh3SGM4QU01UjZIQnRBUUUzQVlqa25WREpyb2tDM1BIYlBPZlpTano4SjRMWU9XRFIzVlJBblBOeUE3dm1tZGs5UWQ1VGo0dzBzRzRqYjBPbXBUa0FmMHpiZDExN3FCSjBOeEx3MGl5RGNnZGlPcG80K0lCMElINkQzMXdTMEJqb1ozQ1QvMHBpSGNla0ppTmgwdmxMZmZnOUF3OGs4Z3RoZXYyczh6MHA5L1FVNlQ3Z2JFTWhnbGhIcDdjZDQzbm5CajU4ekhVZERiMk1URit6TC9oOXIveU91c0ZQS093QUFBQUJKUlU1RXJrSmdnZz09Ii8+CiAgICA8L2RlZnM+Cjwvc3ZnPgo=") no-repeat 100% 100%;
328
+ }
329
+ .e-container .e-custom-palette {
330
+ width: auto;
331
+ }
332
+ .e-container .e-custom-palette .e-palette {
333
+ padding: 10px;
334
+ }
335
+ .e-container .e-custom-palette.e-palette-group {
336
+ height: 326px;
337
+ overflow-y: scroll;
338
+ }
339
+ .e-container .e-palette {
340
+ border-bottom: 0;
341
+ display: table;
342
+ line-height: 0;
343
+ outline: none;
344
+ -webkit-user-select: none;
345
+ -ms-user-select: none;
346
+ user-select: none;
347
+ }
348
+ .e-container .e-palette .e-row {
349
+ display: table-row;
350
+ white-space: nowrap;
351
+ }
352
+ .e-container .e-palette .e-tile {
353
+ border: 0.5px solid transparent;
354
+ box-sizing: border-box;
355
+ cursor: pointer;
356
+ display: inline-block;
357
+ height: 30px;
358
+ text-align: center;
359
+ vertical-align: middle;
360
+ width: 33px;
361
+ }
362
+ .e-container .e-palette .e-tile.e-selected {
363
+ outline: rgba(var(--color-sf-black)) 0.5px solid;
364
+ position: relative;
365
+ }
366
+ .e-container .e-palette .e-tile:hover {
367
+ box-shadow: 2px 2px 7px 2px rgba(var(--color-sf-outline-variant), 0.3);
368
+ position: relative;
369
+ }
370
+ .e-container .e-palette .e-tile.e-nocolor-item {
371
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
372
+ background-size: 8px;
373
+ }
374
+ .e-container .e-hsv-container {
375
+ border-bottom: 0;
376
+ position: relative;
377
+ -ms-touch-action: none;
378
+ touch-action: none;
379
+ }
380
+ .e-container .e-hsv-container .e-hsv-color {
381
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(var(--color-sf-black)) 100%), linear-gradient(to right, rgba(var(--color-sf-white)) 0, rgba(255, 255, 255, 0) 100%);
382
+ height: 266px;
383
+ }
384
+ .e-container .e-hsv-container .e-handler {
385
+ border: 2px solid rgba(var(--color-sf-white));
386
+ border-radius: 50%;
387
+ box-shadow: 0 0 0 2px rgba(var(--color-sf-black));
388
+ cursor: pointer;
389
+ display: inline-block;
390
+ height: 12px;
391
+ margin-left: -4px;
392
+ margin-top: -4px;
393
+ position: absolute;
394
+ -ms-touch-action: none;
395
+ touch-action: none;
396
+ -webkit-user-select: none;
397
+ -ms-user-select: none;
398
+ user-select: none;
399
+ width: 12px;
400
+ }
401
+ .e-container .e-slider-preview {
402
+ display: inline-block;
403
+ width: 100%;
404
+ padding: 14px 12px 10px 12px;
405
+ }
406
+ .e-container .e-slider-preview .e-colorpicker-slider {
407
+ display: inline-block;
408
+ width: 82.34%;
409
+ }
410
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
411
+ height: 22px;
412
+ }
413
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider {
414
+ height: 22px;
415
+ top: calc(50% - 9px);
416
+ }
417
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider-track {
418
+ height: 8px;
419
+ top: calc(50% - 4px);
420
+ border-radius: 12px;
421
+ }
422
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle {
423
+ border-radius: 50%;
424
+ cursor: pointer;
425
+ height: 20px;
426
+ top: calc(68% - 14px);
427
+ width: 20px;
428
+ }
429
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-handle-active {
430
+ cursor: pointer;
431
+ }
432
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-large-thumb-size {
433
+ transform: scale(1);
434
+ }
435
+ .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider .e-slider-track {
436
+ background: linear-gradient(to right, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%);
437
+ }
438
+ .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-slider-track {
439
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
440
+ border: 0;
441
+ z-index: 0;
442
+ }
443
+ .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-opacity-empty-track {
444
+ background-size: contain;
445
+ border: 0;
446
+ height: 8px;
447
+ position: absolute;
448
+ top: calc(50% - 4px);
449
+ width: 100%;
450
+ z-index: 1;
451
+ }
452
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle, .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle-start, .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle, .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle-start {
453
+ box-shadow: none;
454
+ }
455
+ .e-container .e-slider-preview .e-preview-container {
456
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
457
+ background-size: 10px;
458
+ border: 1px solid rgba(var(--color-sf-outline-variant));
459
+ cursor: pointer;
460
+ display: inline-block;
461
+ height: 42px;
462
+ margin-left: 4.205%;
463
+ position: relative;
464
+ top: 0;
465
+ width: 13.45%;
466
+ }
467
+ .e-container .e-slider-preview .e-preview-container .e-preview {
468
+ display: block;
469
+ height: 22px;
470
+ position: absolute;
471
+ width: 100%;
472
+ }
473
+ .e-container .e-slider-preview .e-preview-container .e-preview.e-current {
474
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
475
+ top: 0;
476
+ }
477
+ .e-container .e-slider-preview .e-preview-container .e-preview.e-previous {
478
+ height: 22px;
479
+ top: 20px;
480
+ }
481
+ .e-container .e-selected-value {
482
+ -ms-flex-align: center;
483
+ align-items: center;
484
+ display: -ms-flexbox;
485
+ display: flex;
486
+ padding: 12px 8px 12px 9px;
487
+ -webkit-user-select: none;
488
+ -ms-user-select: none;
489
+ user-select: none;
490
+ width: 100%;
491
+ }
492
+ .e-container .e-selected-value .e-input-container .e-float-input input {
493
+ padding-left: 0;
494
+ text-align: left;
495
+ }
496
+ .e-container .e-selected-value .e-input-container .e-numeric-hidden {
497
+ display: none;
498
+ }
499
+ .e-container .e-selected-value .e-value-switch-btn {
500
+ font-family: "e-icons";
501
+ margin-top: 6px;
502
+ padding: 2px 3px;
503
+ border: none;
504
+ font-size: 16px;
505
+ line-height: 16px;
506
+ }
507
+ .e-container .e-selected-value .e-value-switch-btn::before {
508
+ margin-left: 2px;
509
+ }
510
+ .e-container .e-input-container {
511
+ display: inline-block;
512
+ width: 89.8%;
513
+ }
514
+ .e-container .e-input-container .e-float-input {
515
+ display: inline-block;
516
+ margin-right: 2.75%;
517
+ vertical-align: baseline;
518
+ }
519
+ .e-container .e-input-container .e-float-input:first-child {
520
+ width: 28%;
521
+ }
522
+ .e-container .e-input-container .e-float-input:first-child input {
523
+ height: auto;
524
+ }
525
+ .e-container .e-input-container .e-float-input.e-numeric {
526
+ height: auto;
527
+ width: 14%;
528
+ }
529
+ .e-container .e-input-container .e-float-input.e-numeric input {
530
+ height: auto;
531
+ }
532
+ .e-container .e-input-container .e-float-input .e-float-text {
533
+ text-align: center;
534
+ text-align: left;
535
+ }
536
+ .e-container .e-switch-ctrl-btn {
537
+ display: inline-block;
538
+ padding: 6px 12px;
539
+ white-space: nowrap;
540
+ width: 100%;
541
+ }
542
+ .e-container .e-switch-ctrl-btn .e-ctrl-btn {
543
+ float: right;
544
+ text-align: right;
545
+ white-space: nowrap;
546
+ width: 86.913%;
547
+ }
548
+ .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn {
549
+ max-width: 50%;
550
+ overflow: hidden;
551
+ text-overflow: ellipsis;
552
+ white-space: nowrap;
553
+ }
554
+ .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn.e-cancel {
555
+ margin-left: 3.62%;
556
+ }
557
+ .e-container .e-switch-ctrl-btn .e-mode-switch-btn {
558
+ background-origin: border-box;
559
+ background-position: center;
560
+ background-size: cover;
561
+ float: left;
562
+ margin-top: 0;
563
+ overflow: hidden;
564
+ white-space: nowrap;
565
+ border-radius: 2px;
566
+ }
567
+ .e-container .e-switch-ctrl-btn .e-mode-switch-btn:focus {
568
+ box-shadow: 0 0 2px 3px rgba(var(--color-sf-black), 0.2);
569
+ }
570
+ .e-container .e-value-switch-btn, .e-container .e-mode-switch-btn {
571
+ background-color: transparent;
572
+ border-color: transparent;
573
+ position: relative;
574
+ width: 24px;
575
+ height: 24px;
576
+ padding: 0;
577
+ }
578
+ .e-container.e-color-picker .e-value-switch-btn:focus, .e-container.e-color-picker .e-value-switch-btn:hover, .e-container.e-color-picker .e-value-switch-btn:active {
579
+ border-color: transparent;
580
+ box-shadow: none;
581
+ outline: none;
582
+ }
583
+ .e-container.e-color-picker .e-value-switch-btn:focus {
584
+ outline: none;
585
+ }
586
+ .e-container.e-color-palette .e-palette + .e-selected-value, .e-container.e-color-palette .e-palette-group + .e-selected-value {
587
+ padding: 16px 16px;
588
+ }
589
+ .e-container.e-color-palette .e-palette + .e-switch-ctrl-btn, .e-container.e-color-palette .e-palette-group + .e-switch-ctrl-btn {
590
+ padding: 19px 8px 12px;
591
+ }
592
+ .e-container.e-color-palette .e-palette + .e-switch-ctrl-btn .e-mode-switch-btn, .e-container.e-color-palette .e-palette-group + .e-switch-ctrl-btn .e-mode-switch-btn {
593
+ height: 32px;
594
+ width: 36px;
595
+ }
596
+
597
+ .sf-colorpicker.e-container .e-input-container .e-float-input {
598
+ float: left;
599
+ margin-left: -1px;
600
+ }
601
+
602
+ .e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
603
+ vertical-align: super;
604
+ }
605
+ .e-hide-opacity .e-container .e-slider-preview .e-preview-container {
606
+ top: 0;
607
+ }
608
+ .e-hide-opacity .e-container .e-float-input:first-child {
609
+ width: 36%;
610
+ }
611
+ .e-hide-opacity .e-container .e-float-input.e-numeric {
612
+ width: 16.3%;
613
+ }
614
+
615
+ .e-hide-hex-value .e-container .e-float-input.e-numeric {
616
+ width: 21.25%;
617
+ }
618
+ .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
619
+ width: 29.59%;
620
+ }
621
+
622
+ .e-hide-valueswitcher .e-container .e-input-container {
623
+ width: 100%;
624
+ }
625
+ .e-hide-valueswitcher .e-container .e-float-input:first-child {
626
+ width: 28%;
627
+ }
628
+ .e-hide-valueswitcher .e-container .e-float-input.e-numeric {
629
+ width: 13%;
630
+ }
631
+ .e-hide-valueswitcher .e-container .e-float-input:last-child {
632
+ margin-right: 0;
633
+ }
634
+ .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child {
635
+ width: 36%;
636
+ }
637
+ .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric {
638
+ width: 17.58%;
639
+ }
640
+ .e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric {
641
+ width: 22.18%;
642
+ }
643
+ .e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
644
+ width: 30.82%;
645
+ }
646
+
647
+ .e-rtl .e-container .e-hsv-container .e-hsv-color {
648
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(var(--color-sf-black)) 100%), linear-gradient(to left, rgba(var(--color-sf-white)) 0, rgba(255, 255, 255, 0) 100%);
649
+ }
650
+ .e-rtl .e-container .e-slider-preview .e-hue-slider .e-slider-track {
651
+ background: linear-gradient(to left, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%);
652
+ }
653
+ .e-rtl .e-container .e-slider-preview .e-preview-container {
654
+ margin-left: 0;
655
+ margin-right: 4.205%;
656
+ }
657
+ .e-rtl .e-container .e-selected-value .e-float-input {
658
+ margin-left: 2.75%;
659
+ margin-right: 0;
660
+ }
661
+ .e-rtl .e-container .e-selected-value .e-float-input input {
662
+ padding-right: 0;
663
+ }
664
+ .e-rtl .e-container .e-selected-value .e-value-switch-btn {
665
+ transform: rotate(180deg);
666
+ }
667
+ .e-rtl .e-container .e-switch-ctrl-btn .e-mode-switch-btn {
668
+ float: right;
669
+ }
670
+ .e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn {
671
+ float: left;
672
+ text-align: left;
673
+ }
674
+ .e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-cancel {
675
+ margin-left: 0;
676
+ margin-right: 3.62%;
677
+ }
678
+ .e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
679
+ float: right;
680
+ margin-right: -1px;
681
+ }
682
+ .e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
683
+ margin-left: 0;
684
+ }
685
+
686
+ .e-bigger .e-container {
687
+ border-radius: 16px;
688
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
689
+ }
690
+ .e-bigger .e-container.e-color-picker {
691
+ height: 506px;
692
+ width: 390px;
693
+ }
694
+ .e-bigger .e-container.e-color-picker .e-switch-ctrl-btn .e-mode-switch-btn {
695
+ height: 36px;
696
+ width: 40px;
697
+ }
698
+ .e-bigger .e-container .e-palette .e-tile {
699
+ height: 30px;
700
+ width: 37px;
701
+ }
702
+ .e-bigger .e-container .e-hsv-container .e-hsv-color {
703
+ height: 274px;
704
+ }
705
+ .e-bigger .e-container .e-custom-palette.e-palette-group {
706
+ height: 366px;
707
+ }
708
+ .e-bigger .e-container .e-slider-preview {
709
+ padding: 16px 16px;
710
+ }
711
+ .e-bigger .e-container .e-slider-preview .e-preview-container {
712
+ margin-left: 3.657%;
713
+ vertical-align: super;
714
+ width: 12.405%;
715
+ top: 0;
716
+ }
717
+ .e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
718
+ width: 82.944%;
719
+ }
720
+ .e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
721
+ height: 22px;
722
+ }
723
+ .e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle {
724
+ border-radius: 10px;
725
+ height: 20px;
726
+ top: calc(76% - 15px);
727
+ width: 20px;
728
+ }
729
+ .e-bigger .e-container .e-slider-preview .e-switch-ctrl-btn .e-ctrl-btn {
730
+ width: 90.6%;
731
+ }
732
+ .e-bigger .e-container.e-color-palette .e-palette + .e-switch-ctrl-btn {
733
+ padding: 24px 12px 12px;
734
+ }
735
+ .e-bigger .e-container.e-color-palette .e-palette + .e-switch-ctrl-btn .e-mode-switch-btn {
736
+ height: 36px;
737
+ width: 40px;
738
+ }
739
+ .e-bigger .e-container .e-input-container {
740
+ width: 90.7%;
741
+ }
742
+ .e-bigger .e-container .e-input-container .e-float-input {
743
+ margin-right: 3.425%;
744
+ }
745
+ .e-bigger .e-container .e-input-container .e-float-input:first-child {
746
+ width: 33.5%;
747
+ }
748
+ .e-bigger .e-container .e-input-container .e-float-input:first-child input {
749
+ height: auto;
750
+ }
751
+ .e-bigger .e-container .e-input-container .e-float-input.e-numeric {
752
+ height: auto;
753
+ width: 12.34%;
754
+ }
755
+ .e-bigger .e-container .e-input-container .e-float-input.e-numeric input {
756
+ height: auto;
757
+ }
758
+ .e-bigger .e-container .e-css.e-value-switch-btn, .e-bigger .e-container .e-mode-switch-btn {
759
+ padding: 2px 3px;
760
+ width: 40px;
761
+ border: none;
762
+ font-size: 18px;
763
+ line-height: 18px;
764
+ }
765
+ .e-bigger .e-container .e-mode-switch-btn {
766
+ margin-top: 0;
767
+ }
768
+ .e-bigger .e-container.sf-colorpicker .e-input-container .e-float-input {
769
+ margin-right: calc(3.425% - 2.68px);
770
+ }
771
+ .e-bigger .e-hide-opacity .e-container .e-slider-preview, .e-bigger.e-hide-opacity .e-container .e-slider-preview {
772
+ padding: 16px 16px;
773
+ }
774
+ .e-bigger .e-hide-opacity .e-container .e-slider-preview .e-preview-container, .e-bigger.e-hide-opacity .e-container .e-slider-preview .e-preview-container {
775
+ vertical-align: initial;
776
+ }
777
+ .e-bigger .e-hide-opacity .e-container .e-float-input:first-child, .e-bigger.e-hide-opacity .e-container .e-float-input:first-child {
778
+ width: 36%;
779
+ }
780
+ .e-bigger .e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger.e-hide-opacity .e-container .e-float-input.e-numeric {
781
+ width: 16.76%;
782
+ }
783
+ .e-bigger.e-hide-hex-value .e-container .e-float-input.e-numeric, .e-bigger .e-hide-hex-value .e-container .e-float-input.e-numeric {
784
+ width: 21.58%;
785
+ }
786
+ .e-bigger.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
787
+ width: 29.59%;
788
+ }
789
+ .e-bigger.e-hide-valueswitcher .e-container .e-input-container, .e-bigger .e-hide-valueswitcher .e-container .e-input-container {
790
+ width: 100%;
791
+ }
792
+ .e-bigger.e-hide-valueswitcher .e-container .e-float-input:last-child, .e-bigger .e-hide-valueswitcher .e-container .e-float-input:last-child {
793
+ margin-right: 0;
794
+ }
795
+ .e-bigger.e-hide-valueswitcher .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher .e-container .e-float-input.e-numeric {
796
+ width: 13.2%;
797
+ }
798
+ .e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child, .e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child {
799
+ width: 36%;
800
+ }
801
+ .e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric {
802
+ width: 17.9%;
803
+ }
804
+ .e-bigger.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric, .e-bigger.e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric {
805
+ width: 21.58%;
806
+ }
807
+ .e-bigger.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger.e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
808
+ width: 31%;
809
+ }
810
+
811
+ .e-bigger .e-rtl .e-container .e-slider-preview .e-preview-container,
812
+ .e-bigger.e-rtl .e-container .e-slider-preview .e-preview-container {
813
+ margin-left: 0;
814
+ margin-right: 3.657%;
815
+ }
816
+ .e-bigger .e-rtl .e-container .e-selected-value .e-float-input,
817
+ .e-bigger.e-rtl .e-container .e-selected-value .e-float-input {
818
+ margin-left: 3.425%;
819
+ margin-right: 0;
820
+ }
821
+ .e-bigger .e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input,
822
+ .e-bigger.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
823
+ margin-left: calc(3.425% - 2.68px);
824
+ }
825
+ .e-bigger .e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child,
826
+ .e-bigger.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
827
+ margin-left: 0;
828
+ }
829
+
830
+ .e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child,
831
+ .e-bigger.e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child,
832
+ .e-bigger .e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child {
833
+ width: 100%;
834
+ }
835
+
836
+ .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
837
+ border-bottom-left-radius: 50%;
838
+ border-bottom-right-radius: 0%;
839
+ border-top-left-radius: 50%;
840
+ border-top-right-radius: 50%;
841
+ box-shadow: none;
842
+ cursor: pointer;
843
+ min-width: 26px;
844
+ transform: translateY(18px) rotate(45deg) scale(0.01);
845
+ transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
846
+ }
847
+ .e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content {
848
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
849
+ background-size: 8px;
850
+ border-radius: 50%;
851
+ height: 24px;
852
+ position: relative;
853
+ transform: rotate(45deg);
854
+ width: 24px;
855
+ }
856
+
857
+ .e-split-preview,
858
+ .e-tip-transparent {
859
+ height: 100%;
860
+ left: 0;
861
+ position: absolute;
862
+ top: 0;
863
+ width: 100%;
864
+ }
865
+
866
+ .e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip,
867
+ .e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip {
868
+ min-width: 32px;
869
+ }
870
+ .e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content,
871
+ .e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content {
872
+ height: 30px;
873
+ width: 30px;
874
+ }
875
+
876
+ .e-container {
877
+ background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
878
+ }
879
+ .e-container .e-palette .e-tile:hover {
880
+ border-color: rgba(var(--color-sf-white));
881
+ }
882
+ .e-container .e-palette .e-tile.e-selected {
883
+ border-color: rgba(var(--color-sf-white));
884
+ }
885
+ .e-container .e-handler.e-hide-handler, .e-container .e-handle.e-hide-handler {
886
+ background-color: transparent;
887
+ border-color: transparent;
888
+ box-shadow: none;
889
+ }
890
+
891
+ .e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle), .e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle) {
892
+ background-color: rgba(var(--color-sf-primary));
893
+ border-color: rgba(var(--color-sf-primary));
894
+ }
895
+ .e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle), .e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle) {
896
+ background-color: rgba(var(--color-sf-primary));
897
+ border-color: rgba(var(--color-sf-primary));
898
+ }
899
+ .e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle.e-tab-handle, .e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle.e-tab-handle {
900
+ background-color: rgba(var(--color-sf-primary));
901
+ border-color: rgba(var(--color-sf-primary));
902
+ box-shadow: none;
903
+ }
904
+
905
+ .e-colorpicker-wrapper.e-disabled .e-value-switch-btn, .e-colorpicker-wrapper.e-disabled .e-mode-switch-btn,
906
+ .e-colorpicker-container.e-disabled .e-value-switch-btn,
907
+ .e-colorpicker-container.e-disabled .e-mode-switch-btn {
908
+ color: rgba(var(--color-sf-on-surface), 0.38);
909
+ }
910
+ .e-colorpicker-wrapper.e-disabled .e-value-switch-btn:focus, .e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:focus,
911
+ .e-colorpicker-container.e-disabled .e-value-switch-btn:focus,
912
+ .e-colorpicker-container.e-disabled .e-mode-switch-btn:focus {
913
+ background-color: transparent;
914
+ color: rgba(var(--color-sf-on-surface), 0.38);
915
+ outline: none;
916
+ outline-offset: unset;
917
+ }
918
+ .e-colorpicker-wrapper.e-disabled .e-value-switch-btn:active, .e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:active,
919
+ .e-colorpicker-container.e-disabled .e-value-switch-btn:active,
920
+ .e-colorpicker-container.e-disabled .e-mode-switch-btn:active {
921
+ background-color: transparent;
922
+ color: rgba(var(--color-sf-on-surface), 0.38);
923
+ }
924
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
925
+ .e-colorpicker-container .e-icon-btn:disabled,
926
+ .e-colorpicker-container .e-icon-btn.e-disabled {
927
+ background-color: transparent;
928
+ box-shadow: none;
929
+ color: rgba(var(--color-sf-secondary), 0.12);
930
+ border: none;
931
+ }
932
+
933
+ .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
934
+ background-color: rgba(var(--color-sf-white));
935
+ border-color: rgba(var(--color-sf-white));
936
+ }