@syncfusion/ej2-angular-inputs 25.2.6 → 26.1.35

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