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