@syncfusion/ej2-angular-inputs 23.1.36 → 23.1.38-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 (588) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +1791 -0
  2. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inputs.js +1689 -0
  4. package/@syncfusion/ej2-angular-inputs.js.map +1 -0
  5. package/CHANGELOG.md +1468 -0
  6. package/dist/ej2-angular-inputs.umd.js +1880 -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/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/color-picker/colorpicker-all.module.d.ts +0 -6
  18. package/src/color-picker/colorpicker.component.d.ts +3 -5
  19. package/src/color-picker/colorpicker.module.d.ts +0 -6
  20. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +0 -6
  21. package/src/maskedtextbox/maskedtextbox.component.d.ts +3 -5
  22. package/src/maskedtextbox/maskedtextbox.module.d.ts +0 -6
  23. package/src/numerictextbox/numerictextbox-all.module.d.ts +0 -6
  24. package/src/numerictextbox/numerictextbox.component.d.ts +3 -5
  25. package/src/numerictextbox/numerictextbox.module.d.ts +0 -6
  26. package/src/rating/rating-all.module.d.ts +0 -6
  27. package/src/rating/rating.component.d.ts +15 -5
  28. package/src/rating/rating.module.d.ts +0 -6
  29. package/src/signature/signature-all.module.d.ts +0 -6
  30. package/src/signature/signature.component.d.ts +3 -5
  31. package/src/signature/signature.module.d.ts +0 -6
  32. package/src/slider/slider-all.module.d.ts +0 -6
  33. package/src/slider/slider.component.d.ts +3 -5
  34. package/src/slider/slider.module.d.ts +0 -6
  35. package/src/textbox/textbox-all.module.d.ts +0 -6
  36. package/src/textbox/textbox.component.d.ts +3 -5
  37. package/src/textbox/textbox.module.d.ts +0 -6
  38. package/src/uploader/files.directive.d.ts +0 -5
  39. package/src/uploader/uploader-all.module.d.ts +0 -6
  40. package/src/uploader/uploader.component.d.ts +3 -5
  41. package/src/uploader/uploader.module.d.ts +0 -7
  42. package/styles/bootstrap-dark.css +1 -4
  43. package/styles/bootstrap.css +1 -4
  44. package/styles/bootstrap4.css +1 -4
  45. package/styles/bootstrap5-dark.css +1 -4
  46. package/styles/bootstrap5.css +1 -4
  47. package/styles/color-picker/bootstrap-dark.scss +1 -11
  48. package/styles/color-picker/bootstrap.scss +1 -11
  49. package/styles/color-picker/bootstrap4.scss +1 -11
  50. package/styles/color-picker/bootstrap5-dark.scss +1 -11
  51. package/styles/color-picker/bootstrap5.scss +1 -11
  52. package/styles/color-picker/fabric-dark.scss +1 -11
  53. package/styles/color-picker/fabric.scss +1 -11
  54. package/styles/color-picker/fluent-dark.scss +1 -11
  55. package/styles/color-picker/fluent.scss +1 -11
  56. package/styles/color-picker/highcontrast-light.scss +1 -11
  57. package/styles/color-picker/highcontrast.scss +1 -11
  58. package/styles/color-picker/material-dark.css +0 -1
  59. package/styles/color-picker/material-dark.scss +1 -11
  60. package/styles/color-picker/material.css +0 -1
  61. package/styles/color-picker/material.scss +1 -11
  62. package/styles/color-picker/material3-dark.css +0 -1
  63. package/styles/color-picker/material3-dark.scss +1 -11
  64. package/styles/color-picker/material3.css +0 -1
  65. package/styles/color-picker/material3.scss +1 -11
  66. package/styles/color-picker/tailwind-dark.css +0 -1
  67. package/styles/color-picker/tailwind-dark.scss +1 -11
  68. package/styles/color-picker/tailwind.css +0 -1
  69. package/styles/color-picker/tailwind.scss +1 -11
  70. package/styles/fabric-dark.css +1 -4
  71. package/styles/fabric.css +1 -4
  72. package/styles/fluent-dark.css +1 -4
  73. package/styles/fluent.css +1 -4
  74. package/styles/highcontrast-light.css +1 -4
  75. package/styles/highcontrast.css +1 -4
  76. package/styles/input/bootstrap-dark.css +1 -0
  77. package/styles/input/bootstrap-dark.scss +1 -4
  78. package/styles/input/bootstrap.css +1 -0
  79. package/styles/input/bootstrap.scss +1 -4
  80. package/styles/input/bootstrap4.css +1 -0
  81. package/styles/input/bootstrap4.scss +1 -4
  82. package/styles/input/bootstrap5-dark.css +1 -0
  83. package/styles/input/bootstrap5-dark.scss +1 -4
  84. package/styles/input/bootstrap5.css +1 -0
  85. package/styles/input/bootstrap5.scss +1 -4
  86. package/styles/input/fabric-dark.css +1 -0
  87. package/styles/input/fabric-dark.scss +1 -4
  88. package/styles/input/fabric.css +1 -0
  89. package/styles/input/fabric.scss +1 -4
  90. package/styles/input/fluent-dark.css +1 -0
  91. package/styles/input/fluent-dark.scss +1 -4
  92. package/styles/input/fluent.css +1 -0
  93. package/styles/input/fluent.scss +1 -4
  94. package/styles/input/highcontrast-light.css +1 -0
  95. package/styles/input/highcontrast-light.scss +1 -4
  96. package/styles/input/highcontrast.css +1 -0
  97. package/styles/input/highcontrast.scss +1 -4
  98. package/styles/input/material-dark.css +103 -16
  99. package/styles/input/material-dark.scss +1 -4
  100. package/styles/input/material.css +103 -16
  101. package/styles/input/material.scss +1 -4
  102. package/styles/input/material3-dark.css +103 -16
  103. package/styles/input/material3-dark.scss +1 -4
  104. package/styles/input/material3.css +103 -16
  105. package/styles/input/material3.scss +1 -4
  106. package/styles/input/tailwind-dark.css +1 -1
  107. package/styles/input/tailwind-dark.scss +1 -4
  108. package/styles/input/tailwind.css +1 -1
  109. package/styles/input/tailwind.scss +1 -4
  110. package/styles/maskedtextbox/bootstrap-dark.scss +1 -4
  111. package/styles/maskedtextbox/bootstrap.scss +1 -4
  112. package/styles/maskedtextbox/bootstrap4.scss +1 -4
  113. package/styles/maskedtextbox/bootstrap5-dark.scss +1 -4
  114. package/styles/maskedtextbox/bootstrap5.scss +1 -4
  115. package/styles/maskedtextbox/fabric-dark.scss +1 -4
  116. package/styles/maskedtextbox/fabric.scss +1 -4
  117. package/styles/maskedtextbox/fluent-dark.scss +1 -4
  118. package/styles/maskedtextbox/fluent.scss +1 -4
  119. package/styles/maskedtextbox/highcontrast-light.scss +1 -4
  120. package/styles/maskedtextbox/highcontrast.scss +1 -4
  121. package/styles/maskedtextbox/material-dark.css +0 -1
  122. package/styles/maskedtextbox/material-dark.scss +1 -4
  123. package/styles/maskedtextbox/material.css +0 -1
  124. package/styles/maskedtextbox/material.scss +1 -4
  125. package/styles/maskedtextbox/material3-dark.css +0 -1
  126. package/styles/maskedtextbox/material3-dark.scss +1 -4
  127. package/styles/maskedtextbox/material3.css +0 -1
  128. package/styles/maskedtextbox/material3.scss +1 -4
  129. package/styles/maskedtextbox/tailwind-dark.css +0 -1
  130. package/styles/maskedtextbox/tailwind-dark.scss +1 -4
  131. package/styles/maskedtextbox/tailwind.css +0 -1
  132. package/styles/maskedtextbox/tailwind.scss +1 -4
  133. package/styles/material-dark.css +103 -20
  134. package/styles/material.css +103 -20
  135. package/styles/material3-dark.css +544 -21
  136. package/styles/material3-dark.scss +0 -1
  137. package/styles/material3.css +1034 -63
  138. package/styles/material3.scss +0 -1
  139. package/styles/numerictextbox/bootstrap-dark.scss +1 -5
  140. package/styles/numerictextbox/bootstrap.scss +1 -5
  141. package/styles/numerictextbox/bootstrap4.scss +1 -5
  142. package/styles/numerictextbox/bootstrap5-dark.scss +1 -5
  143. package/styles/numerictextbox/bootstrap5.scss +1 -5
  144. package/styles/numerictextbox/fabric-dark.scss +1 -5
  145. package/styles/numerictextbox/fabric.scss +1 -5
  146. package/styles/numerictextbox/fluent-dark.scss +1 -5
  147. package/styles/numerictextbox/fluent.scss +1 -5
  148. package/styles/numerictextbox/highcontrast-light.scss +1 -5
  149. package/styles/numerictextbox/highcontrast.scss +1 -5
  150. package/styles/numerictextbox/material-dark.css +0 -1
  151. package/styles/numerictextbox/material-dark.scss +1 -5
  152. package/styles/numerictextbox/material.css +0 -1
  153. package/styles/numerictextbox/material.scss +1 -5
  154. package/styles/numerictextbox/material3-dark.css +0 -1
  155. package/styles/numerictextbox/material3-dark.scss +1 -5
  156. package/styles/numerictextbox/material3.css +0 -1
  157. package/styles/numerictextbox/material3.scss +1 -5
  158. package/styles/numerictextbox/tailwind-dark.css +0 -1
  159. package/styles/numerictextbox/tailwind-dark.scss +1 -5
  160. package/styles/numerictextbox/tailwind.css +0 -1
  161. package/styles/numerictextbox/tailwind.scss +1 -5
  162. package/styles/rating/bootstrap-dark.css +0 -4
  163. package/styles/rating/bootstrap-dark.scss +1 -4
  164. package/styles/rating/bootstrap.css +0 -4
  165. package/styles/rating/bootstrap.scss +1 -4
  166. package/styles/rating/bootstrap4.css +0 -4
  167. package/styles/rating/bootstrap4.scss +1 -4
  168. package/styles/rating/bootstrap5-dark.css +0 -4
  169. package/styles/rating/bootstrap5-dark.scss +1 -4
  170. package/styles/rating/bootstrap5.css +0 -4
  171. package/styles/rating/bootstrap5.scss +1 -4
  172. package/styles/rating/fabric-dark.css +0 -4
  173. package/styles/rating/fabric-dark.scss +1 -4
  174. package/styles/rating/fabric.css +0 -4
  175. package/styles/rating/fabric.scss +1 -4
  176. package/styles/rating/fluent-dark.css +0 -4
  177. package/styles/rating/fluent-dark.scss +1 -4
  178. package/styles/rating/fluent.css +0 -4
  179. package/styles/rating/fluent.scss +1 -4
  180. package/styles/rating/highcontrast-light.css +0 -4
  181. package/styles/rating/highcontrast-light.scss +1 -4
  182. package/styles/rating/highcontrast.css +0 -4
  183. package/styles/rating/highcontrast.scss +1 -4
  184. package/styles/rating/material-dark.css +0 -5
  185. package/styles/rating/material-dark.scss +1 -4
  186. package/styles/rating/material.css +0 -5
  187. package/styles/rating/material.scss +1 -4
  188. package/styles/rating/material3-dark.css +1 -6
  189. package/styles/rating/material3-dark.scss +1 -4
  190. package/styles/rating/material3.css +1 -6
  191. package/styles/rating/material3.scss +1 -4
  192. package/styles/rating/tailwind-dark.css +0 -5
  193. package/styles/rating/tailwind-dark.scss +1 -4
  194. package/styles/rating/tailwind.css +0 -5
  195. package/styles/rating/tailwind.scss +1 -4
  196. package/styles/signature/bootstrap-dark.scss +1 -3
  197. package/styles/signature/bootstrap.scss +1 -3
  198. package/styles/signature/bootstrap4.scss +1 -3
  199. package/styles/signature/bootstrap5-dark.scss +1 -3
  200. package/styles/signature/bootstrap5.scss +1 -3
  201. package/styles/signature/fabric-dark.scss +1 -3
  202. package/styles/signature/fabric.scss +1 -3
  203. package/styles/signature/fluent-dark.scss +1 -3
  204. package/styles/signature/fluent.scss +1 -3
  205. package/styles/signature/highcontrast-light.scss +1 -3
  206. package/styles/signature/highcontrast.scss +1 -3
  207. package/styles/signature/material-dark.css +0 -1
  208. package/styles/signature/material-dark.scss +1 -3
  209. package/styles/signature/material.css +0 -1
  210. package/styles/signature/material.scss +1 -3
  211. package/styles/signature/material3-dark.css +0 -1
  212. package/styles/signature/material3-dark.scss +1 -3
  213. package/styles/signature/material3.css +0 -1
  214. package/styles/signature/material3.scss +1 -3
  215. package/styles/signature/tailwind-dark.css +0 -1
  216. package/styles/signature/tailwind-dark.scss +1 -3
  217. package/styles/signature/tailwind.css +0 -1
  218. package/styles/signature/tailwind.scss +1 -3
  219. package/styles/slider/bootstrap-dark.scss +1 -5
  220. package/styles/slider/bootstrap.scss +1 -5
  221. package/styles/slider/bootstrap4.scss +1 -5
  222. package/styles/slider/bootstrap5-dark.scss +1 -5
  223. package/styles/slider/bootstrap5.scss +1 -5
  224. package/styles/slider/fabric-dark.scss +1 -5
  225. package/styles/slider/fabric.scss +1 -5
  226. package/styles/slider/fluent-dark.scss +1 -5
  227. package/styles/slider/fluent.scss +1 -5
  228. package/styles/slider/highcontrast-light.scss +1 -5
  229. package/styles/slider/highcontrast.scss +1 -5
  230. package/styles/slider/material-dark.css +0 -1
  231. package/styles/slider/material-dark.scss +1 -5
  232. package/styles/slider/material.css +0 -1
  233. package/styles/slider/material.scss +1 -5
  234. package/styles/slider/material3-dark.css +0 -1
  235. package/styles/slider/material3-dark.scss +1 -5
  236. package/styles/slider/material3.css +0 -1
  237. package/styles/slider/material3.scss +1 -5
  238. package/styles/slider/tailwind-dark.css +0 -1
  239. package/styles/slider/tailwind-dark.scss +1 -5
  240. package/styles/slider/tailwind.css +0 -1
  241. package/styles/slider/tailwind.scss +1 -5
  242. package/styles/tailwind-dark.css +1 -13
  243. package/styles/tailwind.css +1 -13
  244. package/styles/textbox/bootstrap-dark.scss +1 -4
  245. package/styles/textbox/bootstrap.scss +1 -4
  246. package/styles/textbox/bootstrap4.scss +1 -4
  247. package/styles/textbox/bootstrap5-dark.scss +1 -4
  248. package/styles/textbox/bootstrap5.scss +1 -4
  249. package/styles/textbox/fabric-dark.scss +1 -4
  250. package/styles/textbox/fabric.scss +1 -4
  251. package/styles/textbox/fluent-dark.scss +1 -4
  252. package/styles/textbox/fluent.scss +1 -4
  253. package/styles/textbox/highcontrast-light.scss +1 -4
  254. package/styles/textbox/highcontrast.scss +1 -4
  255. package/styles/textbox/material-dark.css +0 -1
  256. package/styles/textbox/material-dark.scss +1 -4
  257. package/styles/textbox/material.css +0 -1
  258. package/styles/textbox/material.scss +1 -4
  259. package/styles/textbox/material3-dark.css +0 -1
  260. package/styles/textbox/material3-dark.scss +1 -4
  261. package/styles/textbox/material3.css +0 -1
  262. package/styles/textbox/material3.scss +1 -4
  263. package/styles/textbox/tailwind-dark.css +0 -1
  264. package/styles/textbox/tailwind-dark.scss +1 -4
  265. package/styles/textbox/tailwind.css +0 -1
  266. package/styles/textbox/tailwind.scss +1 -4
  267. package/styles/uploader/bootstrap-dark.scss +1 -6
  268. package/styles/uploader/bootstrap.scss +1 -6
  269. package/styles/uploader/bootstrap4.scss +1 -6
  270. package/styles/uploader/bootstrap5-dark.scss +1 -6
  271. package/styles/uploader/bootstrap5.scss +1 -6
  272. package/styles/uploader/fabric-dark.scss +1 -6
  273. package/styles/uploader/fabric.scss +1 -6
  274. package/styles/uploader/fluent-dark.scss +1 -6
  275. package/styles/uploader/fluent.scss +1 -6
  276. package/styles/uploader/highcontrast-light.scss +1 -6
  277. package/styles/uploader/highcontrast.scss +1 -6
  278. package/styles/uploader/material-dark.css +0 -1
  279. package/styles/uploader/material-dark.scss +1 -6
  280. package/styles/uploader/material.css +0 -1
  281. package/styles/uploader/material.scss +1 -6
  282. package/styles/uploader/material3-dark.css +0 -1
  283. package/styles/uploader/material3-dark.scss +1 -6
  284. package/styles/uploader/material3.css +0 -1
  285. package/styles/uploader/material3.scss +1 -6
  286. package/styles/uploader/tailwind-dark.css +0 -1
  287. package/styles/uploader/tailwind-dark.scss +1 -6
  288. package/styles/uploader/tailwind.css +0 -1
  289. package/styles/uploader/tailwind.scss +1 -6
  290. package/esm2020/public_api.mjs +0 -3
  291. package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
  292. package/esm2020/src/color-picker/colorpicker.component.mjs +0 -83
  293. package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
  294. package/esm2020/src/form-validator/form-validator.mjs +0 -193
  295. package/esm2020/src/index.mjs +0 -28
  296. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
  297. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -84
  298. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
  299. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
  300. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -84
  301. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
  302. package/esm2020/src/rating/rating-all.module.mjs +0 -23
  303. package/esm2020/src/rating/rating.component.mjs +0 -108
  304. package/esm2020/src/rating/rating.module.mjs +0 -25
  305. package/esm2020/src/signature/signature-all.module.mjs +0 -23
  306. package/esm2020/src/signature/signature.component.mjs +0 -83
  307. package/esm2020/src/signature/signature.module.mjs +0 -25
  308. package/esm2020/src/slider/slider-all.module.mjs +0 -23
  309. package/esm2020/src/slider/slider.component.mjs +0 -83
  310. package/esm2020/src/slider/slider.module.mjs +0 -25
  311. package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
  312. package/esm2020/src/textbox/textbox.component.mjs +0 -84
  313. package/esm2020/src/textbox/textbox.module.mjs +0 -25
  314. package/esm2020/src/uploader/files.directive.mjs +0 -58
  315. package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
  316. package/esm2020/src/uploader/uploader.component.mjs +0 -95
  317. package/esm2020/src/uploader/uploader.module.mjs +0 -34
  318. package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
  319. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1237
  320. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  321. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1237
  322. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  323. package/styles/color-picker/_all.scss +0 -2
  324. package/styles/color-picker/_bootstrap-dark-definition.scss +0 -131
  325. package/styles/color-picker/_bootstrap-definition.scss +0 -128
  326. package/styles/color-picker/_bootstrap4-definition.scss +0 -127
  327. package/styles/color-picker/_bootstrap5-dark-definition.scss +0 -1
  328. package/styles/color-picker/_bootstrap5-definition.scss +0 -133
  329. package/styles/color-picker/_fabric-dark-definition.scss +0 -131
  330. package/styles/color-picker/_fabric-definition.scss +0 -127
  331. package/styles/color-picker/_fluent-dark-definition.scss +0 -1
  332. package/styles/color-picker/_fluent-definition.scss +0 -133
  333. package/styles/color-picker/_fusionnew-definition.scss +0 -133
  334. package/styles/color-picker/_highcontrast-definition.scss +0 -127
  335. package/styles/color-picker/_highcontrast-light-definition.scss +0 -130
  336. package/styles/color-picker/_layout.scss +0 -1304
  337. package/styles/color-picker/_material-dark-definition.scss +0 -135
  338. package/styles/color-picker/_material-definition.scss +0 -130
  339. package/styles/color-picker/_material3-dark-definition.scss +0 -1
  340. package/styles/color-picker/_material3-definition.scss +0 -141
  341. package/styles/color-picker/_tailwind-dark-definition.scss +0 -1
  342. package/styles/color-picker/_tailwind-definition.scss +0 -132
  343. package/styles/color-picker/_theme.scss +0 -191
  344. package/styles/color-picker/icons/_bootstrap-dark.scss +0 -9
  345. package/styles/color-picker/icons/_bootstrap.scss +0 -9
  346. package/styles/color-picker/icons/_bootstrap4.scss +0 -9
  347. package/styles/color-picker/icons/_bootstrap5-dark.scss +0 -1
  348. package/styles/color-picker/icons/_bootstrap5.scss +0 -9
  349. package/styles/color-picker/icons/_fabric-dark.scss +0 -9
  350. package/styles/color-picker/icons/_fabric.scss +0 -9
  351. package/styles/color-picker/icons/_fluent-dark.scss +0 -1
  352. package/styles/color-picker/icons/_fluent.scss +0 -9
  353. package/styles/color-picker/icons/_fusionnew.scss +0 -9
  354. package/styles/color-picker/icons/_highcontrast-light.scss +0 -9
  355. package/styles/color-picker/icons/_highcontrast.scss +0 -9
  356. package/styles/color-picker/icons/_material-dark.scss +0 -9
  357. package/styles/color-picker/icons/_material.scss +0 -9
  358. package/styles/color-picker/icons/_material3-dark.scss +0 -1
  359. package/styles/color-picker/icons/_material3.scss +0 -9
  360. package/styles/color-picker/icons/_tailwind-dark.scss +0 -9
  361. package/styles/color-picker/icons/_tailwind.scss +0 -9
  362. package/styles/input/_all.scss +0 -3
  363. package/styles/input/_bootstrap-dark-definition.scss +0 -329
  364. package/styles/input/_bootstrap-definition.scss +0 -320
  365. package/styles/input/_bootstrap4-definition.scss +0 -325
  366. package/styles/input/_bootstrap5-dark-definition.scss +0 -1
  367. package/styles/input/_bootstrap5-definition.scss +0 -336
  368. package/styles/input/_definition.scss +0 -232
  369. package/styles/input/_fabric-dark-definition.scss +0 -319
  370. package/styles/input/_fabric-definition.scss +0 -311
  371. package/styles/input/_fluent-dark-definition.scss +0 -1
  372. package/styles/input/_fluent-definition.scss +0 -338
  373. package/styles/input/_fusionnew-definition.scss +0 -336
  374. package/styles/input/_highcontrast-definition.scss +0 -312
  375. package/styles/input/_highcontrast-light-definition.scss +0 -320
  376. package/styles/input/_layout.scss +0 -11252
  377. package/styles/input/_material-dark-definition.scss +0 -573
  378. package/styles/input/_material-definition.scss +0 -573
  379. package/styles/input/_material3-dark-definition.scss +0 -1
  380. package/styles/input/_material3-definition.scss +0 -548
  381. package/styles/input/_responsive.scss +0 -1
  382. package/styles/input/_tailwind-dark-definition.scss +0 -1
  383. package/styles/input/_tailwind-definition.scss +0 -335
  384. package/styles/input/_theme.scss +0 -4284
  385. package/styles/input/icons/_bootstrap-dark.scss +0 -17
  386. package/styles/input/icons/_bootstrap.scss +0 -17
  387. package/styles/input/icons/_bootstrap4.scss +0 -17
  388. package/styles/input/icons/_bootstrap5-dark.scss +0 -1
  389. package/styles/input/icons/_bootstrap5.scss +0 -17
  390. package/styles/input/icons/_fabric-dark.scss +0 -17
  391. package/styles/input/icons/_fabric.scss +0 -17
  392. package/styles/input/icons/_fluent-dark.scss +0 -1
  393. package/styles/input/icons/_fluent.scss +0 -17
  394. package/styles/input/icons/_fusionnew.scss +0 -17
  395. package/styles/input/icons/_highcontrast-light.scss +0 -17
  396. package/styles/input/icons/_highcontrast.scss +0 -17
  397. package/styles/input/icons/_material-dark.scss +0 -49
  398. package/styles/input/icons/_material.scss +0 -49
  399. package/styles/input/icons/_material3-dark.scss +0 -1
  400. package/styles/input/icons/_material3.scss +0 -17
  401. package/styles/input/icons/_tailwind-dark.scss +0 -1
  402. package/styles/input/icons/_tailwind.scss +0 -17
  403. package/styles/maskedtextbox/_all.scss +0 -2
  404. package/styles/maskedtextbox/_bootstrap-dark-definition.scss +0 -7
  405. package/styles/maskedtextbox/_bootstrap-definition.scss +0 -4
  406. package/styles/maskedtextbox/_bootstrap4-definition.scss +0 -4
  407. package/styles/maskedtextbox/_bootstrap5-dark-definition.scss +0 -1
  408. package/styles/maskedtextbox/_bootstrap5-definition.scss +0 -7
  409. package/styles/maskedtextbox/_fabric-dark-definition.scss +0 -7
  410. package/styles/maskedtextbox/_fabric-definition.scss +0 -4
  411. package/styles/maskedtextbox/_fluent-dark-definition.scss +0 -1
  412. package/styles/maskedtextbox/_fluent-definition.scss +0 -7
  413. package/styles/maskedtextbox/_fusionnew-definition.scss +0 -7
  414. package/styles/maskedtextbox/_highcontrast-definition.scss +0 -4
  415. package/styles/maskedtextbox/_highcontrast-light-definition.scss +0 -7
  416. package/styles/maskedtextbox/_layout.scss +0 -33
  417. package/styles/maskedtextbox/_material-dark-definition.scss +0 -7
  418. package/styles/maskedtextbox/_material-definition.scss +0 -4
  419. package/styles/maskedtextbox/_material3-dark-definition.scss +0 -1
  420. package/styles/maskedtextbox/_material3-definition.scss +0 -4
  421. package/styles/maskedtextbox/_tailwind-dark-definition.scss +0 -1
  422. package/styles/maskedtextbox/_tailwind-definition.scss +0 -7
  423. package/styles/maskedtextbox/_theme.scss +0 -15
  424. package/styles/numerictextbox/_all.scss +0 -2
  425. package/styles/numerictextbox/_bootstrap-dark-definition.scss +0 -6
  426. package/styles/numerictextbox/_bootstrap-definition.scss +0 -3
  427. package/styles/numerictextbox/_bootstrap4-definition.scss +0 -3
  428. package/styles/numerictextbox/_bootstrap5-dark-definition.scss +0 -1
  429. package/styles/numerictextbox/_bootstrap5-definition.scss +0 -3
  430. package/styles/numerictextbox/_fabric-dark-definition.scss +0 -6
  431. package/styles/numerictextbox/_fabric-definition.scss +0 -3
  432. package/styles/numerictextbox/_fluent-dark-definition.scss +0 -1
  433. package/styles/numerictextbox/_fluent-definition.scss +0 -5
  434. package/styles/numerictextbox/_fusionnew-definition.scss +0 -3
  435. package/styles/numerictextbox/_highcontrast-definition.scss +0 -3
  436. package/styles/numerictextbox/_highcontrast-light-definition.scss +0 -6
  437. package/styles/numerictextbox/_layout.scss +0 -30
  438. package/styles/numerictextbox/_material-dark-definition.scss +0 -6
  439. package/styles/numerictextbox/_material-definition.scss +0 -3
  440. package/styles/numerictextbox/_material3-dark-definition.scss +0 -1
  441. package/styles/numerictextbox/_material3-definition.scss +0 -4
  442. package/styles/numerictextbox/_tailwind-dark-definition.scss +0 -1
  443. package/styles/numerictextbox/_tailwind-definition.scss +0 -3
  444. package/styles/numerictextbox/_theme.scss +0 -39
  445. package/styles/numerictextbox/icons/_bootstrap-dark.scss +0 -11
  446. package/styles/numerictextbox/icons/_bootstrap.scss +0 -11
  447. package/styles/numerictextbox/icons/_bootstrap4.scss +0 -11
  448. package/styles/numerictextbox/icons/_bootstrap5-dark.scss +0 -1
  449. package/styles/numerictextbox/icons/_bootstrap5.scss +0 -11
  450. package/styles/numerictextbox/icons/_fabric-dark.scss +0 -11
  451. package/styles/numerictextbox/icons/_fabric.scss +0 -11
  452. package/styles/numerictextbox/icons/_fluent-dark.scss +0 -1
  453. package/styles/numerictextbox/icons/_fluent.scss +0 -11
  454. package/styles/numerictextbox/icons/_fusionnew.scss +0 -11
  455. package/styles/numerictextbox/icons/_highcontrast-light.scss +0 -11
  456. package/styles/numerictextbox/icons/_highcontrast.scss +0 -11
  457. package/styles/numerictextbox/icons/_material-dark.scss +0 -11
  458. package/styles/numerictextbox/icons/_material.scss +0 -11
  459. package/styles/numerictextbox/icons/_material3-dark.scss +0 -1
  460. package/styles/numerictextbox/icons/_material3.scss +0 -11
  461. package/styles/numerictextbox/icons/_tailwind-dark.scss +0 -1
  462. package/styles/numerictextbox/icons/_tailwind.scss +0 -11
  463. package/styles/rating/_all.scss +0 -2
  464. package/styles/rating/_bootstrap-dark-definition.scss +0 -47
  465. package/styles/rating/_bootstrap-definition.scss +0 -47
  466. package/styles/rating/_bootstrap4-definition.scss +0 -47
  467. package/styles/rating/_bootstrap5-dark-definition.scss +0 -1
  468. package/styles/rating/_bootstrap5-definition.scss +0 -47
  469. package/styles/rating/_fabric-dark-definition.scss +0 -47
  470. package/styles/rating/_fabric-definition.scss +0 -47
  471. package/styles/rating/_fluent-dark-definition.scss +0 -1
  472. package/styles/rating/_fluent-definition.scss +0 -47
  473. package/styles/rating/_fusionnew-definition.scss +0 -47
  474. package/styles/rating/_highcontrast-definition.scss +0 -47
  475. package/styles/rating/_highcontrast-light-definition.scss +0 -47
  476. package/styles/rating/_layout.scss +0 -211
  477. package/styles/rating/_material-dark-definition.scss +0 -47
  478. package/styles/rating/_material-definition.scss +0 -47
  479. package/styles/rating/_material3-dark-definition.scss +0 -1
  480. package/styles/rating/_material3-definition.scss +0 -47
  481. package/styles/rating/_tailwind-dark-definition.scss +0 -1
  482. package/styles/rating/_tailwind-definition.scss +0 -47
  483. package/styles/rating/_theme.scss +0 -192
  484. package/styles/signature/_all.scss +0 -2
  485. package/styles/signature/_bootstrap-dark-definition.scss +0 -3
  486. package/styles/signature/_bootstrap-definition.scss +0 -3
  487. package/styles/signature/_bootstrap4-definition.scss +0 -3
  488. package/styles/signature/_bootstrap5-dark-definition.scss +0 -1
  489. package/styles/signature/_bootstrap5-definition.scss +0 -3
  490. package/styles/signature/_fabric-dark-definition.scss +0 -3
  491. package/styles/signature/_fabric-definition.scss +0 -3
  492. package/styles/signature/_fluent-dark-definition.scss +0 -1
  493. package/styles/signature/_fluent-definition.scss +0 -3
  494. package/styles/signature/_fusionnew-definition.scss +0 -3
  495. package/styles/signature/_highcontrast-definition.scss +0 -3
  496. package/styles/signature/_highcontrast-light-definition.scss +0 -3
  497. package/styles/signature/_layout.scss +0 -5
  498. package/styles/signature/_material-dark-definition.scss +0 -3
  499. package/styles/signature/_material-definition.scss +0 -3
  500. package/styles/signature/_material3-dark-definition.scss +0 -1
  501. package/styles/signature/_material3-definition.scss +0 -3
  502. package/styles/signature/_tailwind-dark-definition.scss +0 -1
  503. package/styles/signature/_tailwind-definition.scss +0 -3
  504. package/styles/signature/_theme.scss +0 -7
  505. package/styles/slider/_all.scss +0 -3
  506. package/styles/slider/_bootstrap-dark-definition.scss +0 -156
  507. package/styles/slider/_bootstrap-definition.scss +0 -152
  508. package/styles/slider/_bootstrap4-definition.scss +0 -147
  509. package/styles/slider/_bootstrap5-dark-definition.scss +0 -1
  510. package/styles/slider/_bootstrap5-definition.scss +0 -90
  511. package/styles/slider/_fabric-dark-definition.scss +0 -162
  512. package/styles/slider/_fabric-definition.scss +0 -156
  513. package/styles/slider/_fluent-dark-definition.scss +0 -1
  514. package/styles/slider/_fluent-definition.scss +0 -74
  515. package/styles/slider/_fusionnew-definition.scss +0 -90
  516. package/styles/slider/_highcontrast-definition.scss +0 -145
  517. package/styles/slider/_highcontrast-light-definition.scss +0 -149
  518. package/styles/slider/_icons.scss +0 -1
  519. package/styles/slider/_layout.scss +0 -2485
  520. package/styles/slider/_material-dark-definition.scss +0 -159
  521. package/styles/slider/_material-definition.scss +0 -154
  522. package/styles/slider/_material3-dark-definition.scss +0 -1
  523. package/styles/slider/_material3-definition.scss +0 -97
  524. package/styles/slider/_tailwind-dark-definition.scss +0 -1
  525. package/styles/slider/_tailwind-definition.scss +0 -84
  526. package/styles/slider/_theme.scss +0 -249
  527. package/styles/textbox/_all.scss +0 -1
  528. package/styles/textbox/_bootstrap-dark-definition.scss +0 -4
  529. package/styles/textbox/_bootstrap-definition.scss +0 -4
  530. package/styles/textbox/_bootstrap4-definition.scss +0 -4
  531. package/styles/textbox/_bootstrap5-dark-definition.scss +0 -1
  532. package/styles/textbox/_bootstrap5-definition.scss +0 -4
  533. package/styles/textbox/_fabric-dark-definition.scss +0 -4
  534. package/styles/textbox/_fabric-definition.scss +0 -4
  535. package/styles/textbox/_fluent-dark-definition.scss +0 -1
  536. package/styles/textbox/_fluent-definition.scss +0 -4
  537. package/styles/textbox/_fusionnew-definition.scss +0 -4
  538. package/styles/textbox/_highcontrast-definition.scss +0 -4
  539. package/styles/textbox/_highcontrast-light-definition.scss +0 -4
  540. package/styles/textbox/_layout.scss +0 -37
  541. package/styles/textbox/_material-dark-definition.scss +0 -4
  542. package/styles/textbox/_material-definition.scss +0 -4
  543. package/styles/textbox/_material3-dark-definition.scss +0 -1
  544. package/styles/textbox/_material3-definition.scss +0 -4
  545. package/styles/textbox/_tailwind-dark-definition.scss +0 -1
  546. package/styles/textbox/_tailwind-definition.scss +0 -4
  547. package/styles/textbox/_theme.scss +0 -1
  548. package/styles/uploader/_all.scss +0 -2
  549. package/styles/uploader/_bootstrap-dark-definition.scss +0 -213
  550. package/styles/uploader/_bootstrap-definition.scss +0 -208
  551. package/styles/uploader/_bootstrap4-definition.scss +0 -211
  552. package/styles/uploader/_bootstrap5-dark-definition.scss +0 -1
  553. package/styles/uploader/_bootstrap5-definition.scss +0 -216
  554. package/styles/uploader/_definition.scss +0 -142
  555. package/styles/uploader/_fabric-dark-definition.scss +0 -216
  556. package/styles/uploader/_fabric-definition.scss +0 -210
  557. package/styles/uploader/_fluent-dark-definition.scss +0 -1
  558. package/styles/uploader/_fluent-definition.scss +0 -234
  559. package/styles/uploader/_fusionnew-definition.scss +0 -216
  560. package/styles/uploader/_highcontrast-definition.scss +0 -211
  561. package/styles/uploader/_highcontrast-light-definition.scss +0 -219
  562. package/styles/uploader/_layout.scss +0 -989
  563. package/styles/uploader/_material-dark-definition.scss +0 -217
  564. package/styles/uploader/_material-definition.scss +0 -214
  565. package/styles/uploader/_material3-dark-definition.scss +0 -1
  566. package/styles/uploader/_material3-definition.scss +0 -215
  567. package/styles/uploader/_tailwind-dark-definition.scss +0 -1
  568. package/styles/uploader/_tailwind-definition.scss +0 -232
  569. package/styles/uploader/_theme.scss +0 -146
  570. package/styles/uploader/icons/_bootstrap-dark.scss +0 -34
  571. package/styles/uploader/icons/_bootstrap.scss +0 -34
  572. package/styles/uploader/icons/_bootstrap4.scss +0 -34
  573. package/styles/uploader/icons/_bootstrap5-dark.scss +0 -1
  574. package/styles/uploader/icons/_bootstrap5.scss +0 -34
  575. package/styles/uploader/icons/_fabric-dark.scss +0 -34
  576. package/styles/uploader/icons/_fabric.scss +0 -34
  577. package/styles/uploader/icons/_fluent-dark.scss +0 -1
  578. package/styles/uploader/icons/_fluent.scss +0 -34
  579. package/styles/uploader/icons/_fusionnew.scss +0 -34
  580. package/styles/uploader/icons/_highcontrast-light.scss +0 -34
  581. package/styles/uploader/icons/_highcontrast.scss +0 -34
  582. package/styles/uploader/icons/_material-dark.scss +0 -34
  583. package/styles/uploader/icons/_material.scss +0 -34
  584. package/styles/uploader/icons/_material3-dark.scss +0 -1
  585. package/styles/uploader/icons/_material3.scss +0 -34
  586. package/styles/uploader/icons/_tailwind-dark.scss +0 -1
  587. package/styles/uploader/icons/_tailwind.scss +0 -34
  588. package/syncfusion-ej2-angular-inputs.d.ts +0 -5
@@ -1,4 +1,3 @@
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
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -120,6 +119,117 @@
120
119
  border-color: rgba(var(--color-sf-outline-variant));
121
120
  }
122
121
 
122
+ :root {
123
+ --color-sf-black: 0, 0, 0;
124
+ --color-sf-white: 255, 255, 255;
125
+ --color-sf-primary: 103, 80, 164;
126
+ --color-sf-primary-container: 234, 221, 255;
127
+ --color-sf-secondary: 98, 91, 113;
128
+ --color-sf-secondary-container: 232, 222, 248;
129
+ --color-sf-tertiary: 125, 82, 96;
130
+ --color-sf-tertiary-container: 255, 216, 228;
131
+ --color-sf-surface: 255, 255, 255;
132
+ --color-sf-surface-variant: 231, 224, 236;
133
+ --color-sf-background: var(--color-sf-surface);
134
+ --color-sf-on-primary: 255, 255, 255;
135
+ --color-sf-on-primary-container: 33, 0, 94;
136
+ --color-sf-on-secondary: 255, 255, 255;
137
+ --color-sf-on-secondary-container: 30, 25, 43;
138
+ --color-sf-on-tertiary: 255, 255, 255;
139
+ --color-sf-on-tertiary-containe: 55, 11, 30;
140
+ --color-sf-on-surface: 28, 27, 31;
141
+ --color-sf-on-surface-variant: 73, 69, 78;
142
+ --color-sf-on-background: 28, 27, 31;
143
+ --color-sf-outline: 121, 116, 126;
144
+ --color-sf-outline-variant: 196, 199, 197;
145
+ --color-sf-shadow: 0, 0, 0;
146
+ --color-sf-surface-tint-color: 103, 80, 164;
147
+ --color-sf-inverse-surface: 49, 48, 51;
148
+ --color-sf-inverse-on-surface: 244, 239, 244;
149
+ --color-sf-inverse-primary: 208, 188, 255;
150
+ --color-sf-scrim: 0, 0, 0;
151
+ --color-sf-error: 179, 38, 30;
152
+ --color-sf-error-container: 249, 222, 220;
153
+ --color-sf-on-error: 255, 250, 250;
154
+ --color-sf-on-error-container: 65, 14, 11;
155
+ --color-sf-success: 32, 81, 7;
156
+ --color-sf-success-container: 209, 255, 186;
157
+ --color-sf-on-success: 244, 255, 239;
158
+ --color-sf-on-success-container: 13, 39, 0;
159
+ --color-sf-info: 1, 87, 155;
160
+ --color-sf-info-container: 233, 245, 255;
161
+ --color-sf-on-info: 250, 253, 255;
162
+ --color-sf-on-info-container: 0, 51, 91;
163
+ --color-sf-warning: 145, 76, 0;
164
+ --color-sf-warning-container: 254, 236, 222;
165
+ --color-sf-on-warning: 255, 255, 255;
166
+ --color-sf-on-warning-container: 47, 21, 0;
167
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
168
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
169
+ --color-sf-diagram-palette-background: --color-sf-white;
170
+ --color-sf-success-text: 255, 255, 255;
171
+ --color-sf-warning-text: 255, 255, 255;
172
+ --color-sf-danger-text: 255, 255, 255;
173
+ --color-sf-info-text: 255, 255, 255;
174
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
175
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
176
+ }
177
+
178
+ .e-dark-mode {
179
+ --color-sf-black: 0, 0, 0;
180
+ --color-sf-white: 255, 255, 255;
181
+ --color-sf-primary: 208, 188, 255;
182
+ --color-sf-primary-container: 79, 55, 139;
183
+ --color-sf-secondary: 204, 194, 220;
184
+ --color-sf-secondary-container: 74, 68, 88;
185
+ --color-sf-tertiary: 239, 184, 200;
186
+ --color-sf-tertiary-container: 99, 59, 72;
187
+ --color-sf-surface: 28, 27, 31;
188
+ --color-sf-surface-variant: 28, 27, 31;
189
+ --color-sf-background: var(--color-sf-surface);
190
+ --color-sf-on-primary: 55, 30, 115;
191
+ --color-sf-on-primary-container: 234, 221, 255;
192
+ --color-sf-on-secondary: 51, 45, 65;
193
+ --color-sf-on-secondary-container: 232, 222, 248;
194
+ --color-sf-on-tertiary: 73, 37, 50;
195
+ --color-sf-on-tertiary-containe: 255, 216, 228;
196
+ --color-sf-on-surface: 230, 225, 229;
197
+ --color-sf-on-surface-variant: 202, 196, 208;
198
+ --color-sf-on-background: 230, 225, 229;
199
+ --color-sf-outline: 147, 143, 153;
200
+ --color-sf-outline-variant: 68, 71, 70;
201
+ --color-sf-shadow: 0, 0, 0;
202
+ --color-sf-surface-tint-color: 208, 188, 255;
203
+ --color-sf-inverse-surface: 230, 225, 229;
204
+ --color-sf-inverse-on-surface: 49, 48, 51;
205
+ --color-sf-inverse-primary: 103, 80, 164;
206
+ --color-sf-scrim: 0, 0, 0;
207
+ --color-sf-error: 242, 184, 181;
208
+ --color-sf-error-container: 140, 29, 24;
209
+ --color-sf-on-error: 96, 20, 16;
210
+ --color-sf-on-error-container: 249, 222, 220;
211
+ --color-sf-success: 83, 202, 23;
212
+ --color-sf-success-container: 22, 62, 2;
213
+ --color-sf-on-success: 13, 39, 0;
214
+ --color-sf-on-success-container: 183, 250, 150;
215
+ --color-sf-info: 71, 172, 251;
216
+ --color-sf-info-container: 0, 67, 120;
217
+ --color-sf-on-info: 0, 51, 91;
218
+ --color-sf-on-info-container: 173, 219, 255;
219
+ --color-sf-warning: 245, 180, 130;
220
+ --color-sf-warning-container: 123, 65, 0;
221
+ --color-sf-on-warning: 99, 52, 0;
222
+ --color-sf-on-warning-container: 255, 220, 193;
223
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
224
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
225
+ --color-sf-success-text: 0, 0, 0;
226
+ --color-sf-warning-text: 0, 0, 0;
227
+ --color-sf-info-text: 0, 0, 0;
228
+ --color-sf-danger-text: 0, 0, 0;
229
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
230
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
231
+ }
232
+
123
233
  /* stylelint-disable property-no-vendor-prefix */
124
234
  @keyframes e-input-ripple {
125
235
  100% {
@@ -1060,7 +1170,7 @@ label.e-float-text,
1060
1170
  .e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
1061
1171
  .e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
1062
1172
  .e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text {
1063
- top: -9px;
1173
+ top: -7px;
1064
1174
  }
1065
1175
 
1066
1176
  .e-float-input.e-small input:focus ~ label.e-float-text,
@@ -1093,7 +1203,7 @@ label.e-float-text,
1093
1203
  .e-small .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
1094
1204
  .e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
1095
1205
  .e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text {
1096
- top: -8px;
1206
+ top: -7px;
1097
1207
  }
1098
1208
 
1099
1209
  .e-float-input.e-small.e-bigger input:focus ~ label.e-float-text,
@@ -1424,6 +1534,26 @@ label.e-float-text,
1424
1534
  user-select: text;
1425
1535
  }
1426
1536
 
1537
+ .e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
1538
+ left: -34px;
1539
+ width: auto;
1540
+ }
1541
+
1542
+ .e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
1543
+ right: -34px;
1544
+ width: auto;
1545
+ }
1546
+
1547
+ .e-bigger .e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
1548
+ left: -40px;
1549
+ width: auto;
1550
+ }
1551
+
1552
+ .e-bigger .e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
1553
+ right: -40px;
1554
+ width: auto;
1555
+ }
1556
+
1427
1557
  label.e-float-text,
1428
1558
  .e-float-input label.e-float-text,
1429
1559
  .e-float-input.e-control-wrapper label.e-float-text,
@@ -2223,6 +2353,7 @@ input.e-input,
2223
2353
  }
2224
2354
 
2225
2355
  input.e-input.e-bigger,
2356
+ .e-bigger input.e-input,
2226
2357
  .e-input-group.e-bigger input,
2227
2358
  .e-input-group.e-bigger input.e-input,
2228
2359
  .e-input-group.e-control-wrapper.e-bigger input,
@@ -3301,7 +3432,7 @@ textarea.e-input.e-bigger.e-small,
3301
3432
  .e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
3302
3433
  border: 1px solid;
3303
3434
  border-width: 0 0 1px 0;
3304
- margin-left: 16px;
3435
+ margin-left: 8px;
3305
3436
  }
3306
3437
 
3307
3438
  .e-rtl .e-float-input.e-float-icon-left .e-input-in-wrap,
@@ -3312,7 +3443,7 @@ textarea.e-input.e-bigger.e-small,
3312
3443
  .e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
3313
3444
  .e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
3314
3445
  margin-left: 0;
3315
- margin-right: 16px;
3446
+ margin-right: 8px;
3316
3447
  }
3317
3448
 
3318
3449
  .e-float-input input.e-input,
@@ -4219,6 +4350,14 @@ textarea.e-outline.e-input,
4219
4350
  border-top-color: transparent;
4220
4351
  }
4221
4352
 
4353
+ .e-outline.e-input-group.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4354
+ .e-outline.e-input-group.e-valid-input.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4355
+ .e-outline.e-float-input.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4356
+ .e-outline.e-float-input.e-valid-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4357
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
4358
+ border-top-color: transparent;
4359
+ }
4360
+
4222
4361
  .e-outline.e-input-group,
4223
4362
  .e-outline .e-input-group,
4224
4363
  .e-outline .e-input-group.e-control-wrapper,
@@ -4347,20 +4486,12 @@ textarea.e-outline.e-input,
4347
4486
  .e-outline.e-input-group.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
4348
4487
  .e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
4349
4488
  .e-outline.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
4350
- .e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4351
- .e-outline.e-input-group.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4352
- .e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4353
- .e-outline.e-float-input.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4354
4489
  .e-outline.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4355
4490
  .e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4356
- .e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
4357
- .e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
4358
4491
  .e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4359
4492
  .e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4360
4493
  .e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4361
- .e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4362
- .e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4363
- .e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
4494
+ .e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
4364
4495
  border-color: rgba(var(--color-sf-primary));
4365
4496
  box-shadow: inset 1px 1px rgba(var(--color-sf-primary)), inset -1px 0 rgba(var(--color-sf-primary)), inset 0 -1px rgba(var(--color-sf-primary));
4366
4497
  }
@@ -4374,11 +4505,27 @@ textarea.e-outline.e-input,
4374
4505
  margin-left: 0;
4375
4506
  }
4376
4507
 
4508
+ .e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
4509
+ .e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
4510
+ .e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
4511
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
4512
+ margin-right: 0;
4513
+ }
4514
+
4377
4515
  .e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
4378
4516
  .e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
4379
4517
  .e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
4380
4518
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
4381
- margin: 9px 12px 9px 0;
4519
+ margin-left: 4px;
4520
+ margin-right: 0;
4521
+ }
4522
+
4523
+ .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
4524
+ .e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
4525
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
4526
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
4527
+ margin-right: 4px;
4528
+ margin-left: 0;
4382
4529
  }
4383
4530
 
4384
4531
  .e-outline.e-float-input .e-clear-icon,
@@ -4733,6 +4880,14 @@ textarea.e-input.e-small.e-outline,
4733
4880
  margin-right: 10px;
4734
4881
  }
4735
4882
 
4883
+ .e-outline.e-input-group.e-prepend.e-small .e-input-group-icon,
4884
+ .e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon,
4885
+ .e-small .e-outline.e-input-group.e-prepend .e-input-group-icon,
4886
+ .e-small .e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon {
4887
+ margin-left: 10px;
4888
+ margin-right: 0;
4889
+ }
4890
+
4736
4891
  .e-outline.e-input-group.e-small .e-clear-icon,
4737
4892
  .e-outline.e-input-group .e-clear-icon.e-small,
4738
4893
  .e-small .e-outline.e-input-group .e-clear-icon,
@@ -4785,6 +4940,22 @@ textarea.e-input.e-small.e-outline,
4785
4940
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
4786
4941
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
4787
4942
  .e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
4943
+ margin-left: 8px;
4944
+ margin-right: 0;
4945
+ }
4946
+
4947
+ .e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
4948
+ .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
4949
+ .e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
4950
+ .e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
4951
+ .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
4952
+ .e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
4953
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
4954
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
4955
+ .e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
4956
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
4957
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
4958
+ .e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
4788
4959
  margin-left: 0;
4789
4960
  margin-right: 8px;
4790
4961
  }
@@ -4798,6 +4969,15 @@ textarea.e-input.e-small.e-outline,
4798
4969
  margin: 15px 16px 15px 0;
4799
4970
  }
4800
4971
 
4972
+ .e-outline.e-input-group.e-prepend.e-bigger .e-input-group-icon,
4973
+ .e-outline.e-input-group.e-prepend .e-input-group-icon.e-bigger,
4974
+ .e-bigger .e-outline.e-input-group.e-prepend .e-input-group-icon,
4975
+ .e-outline.e-input-group.e-prepend.e-control-wrapper.e-bigger .e-input-group-icon,
4976
+ .e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon.e-bigger,
4977
+ .e-bigger .e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon {
4978
+ margin: 15px 0 15px 16px;
4979
+ }
4980
+
4801
4981
  input.e-input.e-bigger.e-outline,
4802
4982
  .e-bigger input.e-input.e-outline,
4803
4983
  .e-outline.e-input-group.e-bigger:not(.e-float-icon-left) input.e-input,
@@ -4988,6 +5168,15 @@ textarea.e-input.e-bigger.e-small.e-outline,
4988
5168
  margin: 9px 12px 9px 0;
4989
5169
  }
4990
5170
 
5171
+ .e-outline.e-input-group.e-prepend.e-small.e-bigger .e-input-group-icon,
5172
+ .e-outline.e-input-group.e-prepend.e-small .e-input-group-icon.e-bigger,
5173
+ .e-outline.e-input-group.e-prepend.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
5174
+ .e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
5175
+ .e-bigger .e-outline.e-input-group.e-prepend.e-small .e-input-group-icon,
5176
+ .e-bigger .e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon {
5177
+ margin: 9px 0 9px 12px;
5178
+ }
5179
+
4991
5180
  .e-outline.e-float-input.e-input-group.e-small .e-input-group-icon,
4992
5181
  .e-small .e-outline.e-float-input.e-input-group .e-input-group-icon,
4993
5182
  .e-outline.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
@@ -5153,7 +5342,7 @@ textarea.e-input.e-bigger.e-small.e-outline,
5153
5342
  .e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid) ~ label.e-float-text,
5154
5343
  .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5155
5344
  .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
5156
- line-height: 50px;
5345
+ line-height: 54px;
5157
5346
  }
5158
5347
 
5159
5348
  .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -5268,6 +5457,15 @@ textarea.e-input.e-bigger.e-small.e-outline,
5268
5457
  transition: border-color 0.1s, box-shadow 0.2s;
5269
5458
  }
5270
5459
 
5460
+ .e-outline.e-float-icon-left label.e-float-text::before,
5461
+ .e-outline.e-float-icon-left label.e-float-text::after,
5462
+ .e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
5463
+ .e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
5464
+ .e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
5465
+ .e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
5466
+ transition: none;
5467
+ }
5468
+
5271
5469
  .e-bigger.e-outline label.e-float-text::before,
5272
5470
  .e-bigger.e-outline label.e-float-text::after,
5273
5471
  .e-bigger.e-outline.e-float-input label.e-float-text::before,
@@ -12421,49 +12619,160 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
12421
12619
  }
12422
12620
 
12423
12621
  /* stylelint-disable-line no-empty-source */
12424
- /* stylelint-disable property-no-vendor-prefix */
12425
- @keyframes e-input-ripple {
12426
- 100% {
12427
- opacity: 0;
12428
- transform: scale(4);
12429
- }
12430
- }
12431
- @keyframes slideTopUp {
12432
- from {
12433
- transform: translate3d(0, 0, 0) scale(1);
12434
- }
12435
- to {
12436
- transform: translate3d(0, 0, 0) scale(1);
12437
- }
12438
- }
12439
- .e-input-group-icon.e-spin-up::before {
12440
- content: "\e87a";
12441
- font-family: "e-icons";
12442
- }
12443
-
12444
- .e-input-group-icon.e-spin-down::before {
12445
- content: "\e70d";
12446
- font-family: "e-icons";
12447
- }
12448
-
12449
- .e-numeric-container {
12450
- width: 100%;
12451
- }
12452
-
12453
- .e-content-placeholder.e-numeric.e-placeholder-numeric {
12454
- background-size: 300px 33px;
12455
- min-height: 33px;
12456
- }
12457
-
12458
- .e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
12459
- .e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
12460
- background-size: 300px 40px;
12461
- min-height: 40px;
12622
+ :root {
12623
+ --color-sf-black: 0, 0, 0;
12624
+ --color-sf-white: 255, 255, 255;
12625
+ --color-sf-primary: 103, 80, 164;
12626
+ --color-sf-primary-container: 234, 221, 255;
12627
+ --color-sf-secondary: 98, 91, 113;
12628
+ --color-sf-secondary-container: 232, 222, 248;
12629
+ --color-sf-tertiary: 125, 82, 96;
12630
+ --color-sf-tertiary-container: 255, 216, 228;
12631
+ --color-sf-surface: 255, 255, 255;
12632
+ --color-sf-surface-variant: 231, 224, 236;
12633
+ --color-sf-background: var(--color-sf-surface);
12634
+ --color-sf-on-primary: 255, 255, 255;
12635
+ --color-sf-on-primary-container: 33, 0, 94;
12636
+ --color-sf-on-secondary: 255, 255, 255;
12637
+ --color-sf-on-secondary-container: 30, 25, 43;
12638
+ --color-sf-on-tertiary: 255, 255, 255;
12639
+ --color-sf-on-tertiary-containe: 55, 11, 30;
12640
+ --color-sf-on-surface: 28, 27, 31;
12641
+ --color-sf-on-surface-variant: 73, 69, 78;
12642
+ --color-sf-on-background: 28, 27, 31;
12643
+ --color-sf-outline: 121, 116, 126;
12644
+ --color-sf-outline-variant: 196, 199, 197;
12645
+ --color-sf-shadow: 0, 0, 0;
12646
+ --color-sf-surface-tint-color: 103, 80, 164;
12647
+ --color-sf-inverse-surface: 49, 48, 51;
12648
+ --color-sf-inverse-on-surface: 244, 239, 244;
12649
+ --color-sf-inverse-primary: 208, 188, 255;
12650
+ --color-sf-scrim: 0, 0, 0;
12651
+ --color-sf-error: 179, 38, 30;
12652
+ --color-sf-error-container: 249, 222, 220;
12653
+ --color-sf-on-error: 255, 250, 250;
12654
+ --color-sf-on-error-container: 65, 14, 11;
12655
+ --color-sf-success: 32, 81, 7;
12656
+ --color-sf-success-container: 209, 255, 186;
12657
+ --color-sf-on-success: 244, 255, 239;
12658
+ --color-sf-on-success-container: 13, 39, 0;
12659
+ --color-sf-info: 1, 87, 155;
12660
+ --color-sf-info-container: 233, 245, 255;
12661
+ --color-sf-on-info: 250, 253, 255;
12662
+ --color-sf-on-info-container: 0, 51, 91;
12663
+ --color-sf-warning: 145, 76, 0;
12664
+ --color-sf-warning-container: 254, 236, 222;
12665
+ --color-sf-on-warning: 255, 255, 255;
12666
+ --color-sf-on-warning-container: 47, 21, 0;
12667
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
12668
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
12669
+ --color-sf-diagram-palette-background: --color-sf-white;
12670
+ --color-sf-success-text: 255, 255, 255;
12671
+ --color-sf-warning-text: 255, 255, 255;
12672
+ --color-sf-danger-text: 255, 255, 255;
12673
+ --color-sf-info-text: 255, 255, 255;
12674
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
12675
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
12462
12676
  }
12463
12677
 
12464
- .e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
12465
- .e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
12466
- .e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
12678
+ .e-dark-mode {
12679
+ --color-sf-black: 0, 0, 0;
12680
+ --color-sf-white: 255, 255, 255;
12681
+ --color-sf-primary: 208, 188, 255;
12682
+ --color-sf-primary-container: 79, 55, 139;
12683
+ --color-sf-secondary: 204, 194, 220;
12684
+ --color-sf-secondary-container: 74, 68, 88;
12685
+ --color-sf-tertiary: 239, 184, 200;
12686
+ --color-sf-tertiary-container: 99, 59, 72;
12687
+ --color-sf-surface: 28, 27, 31;
12688
+ --color-sf-surface-variant: 28, 27, 31;
12689
+ --color-sf-background: var(--color-sf-surface);
12690
+ --color-sf-on-primary: 55, 30, 115;
12691
+ --color-sf-on-primary-container: 234, 221, 255;
12692
+ --color-sf-on-secondary: 51, 45, 65;
12693
+ --color-sf-on-secondary-container: 232, 222, 248;
12694
+ --color-sf-on-tertiary: 73, 37, 50;
12695
+ --color-sf-on-tertiary-containe: 255, 216, 228;
12696
+ --color-sf-on-surface: 230, 225, 229;
12697
+ --color-sf-on-surface-variant: 202, 196, 208;
12698
+ --color-sf-on-background: 230, 225, 229;
12699
+ --color-sf-outline: 147, 143, 153;
12700
+ --color-sf-outline-variant: 68, 71, 70;
12701
+ --color-sf-shadow: 0, 0, 0;
12702
+ --color-sf-surface-tint-color: 208, 188, 255;
12703
+ --color-sf-inverse-surface: 230, 225, 229;
12704
+ --color-sf-inverse-on-surface: 49, 48, 51;
12705
+ --color-sf-inverse-primary: 103, 80, 164;
12706
+ --color-sf-scrim: 0, 0, 0;
12707
+ --color-sf-error: 242, 184, 181;
12708
+ --color-sf-error-container: 140, 29, 24;
12709
+ --color-sf-on-error: 96, 20, 16;
12710
+ --color-sf-on-error-container: 249, 222, 220;
12711
+ --color-sf-success: 83, 202, 23;
12712
+ --color-sf-success-container: 22, 62, 2;
12713
+ --color-sf-on-success: 13, 39, 0;
12714
+ --color-sf-on-success-container: 183, 250, 150;
12715
+ --color-sf-info: 71, 172, 251;
12716
+ --color-sf-info-container: 0, 67, 120;
12717
+ --color-sf-on-info: 0, 51, 91;
12718
+ --color-sf-on-info-container: 173, 219, 255;
12719
+ --color-sf-warning: 245, 180, 130;
12720
+ --color-sf-warning-container: 123, 65, 0;
12721
+ --color-sf-on-warning: 99, 52, 0;
12722
+ --color-sf-on-warning-container: 255, 220, 193;
12723
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
12724
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
12725
+ --color-sf-success-text: 0, 0, 0;
12726
+ --color-sf-warning-text: 0, 0, 0;
12727
+ --color-sf-info-text: 0, 0, 0;
12728
+ --color-sf-danger-text: 0, 0, 0;
12729
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
12730
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
12731
+ }
12732
+
12733
+ /* stylelint-disable property-no-vendor-prefix */
12734
+ @keyframes e-input-ripple {
12735
+ 100% {
12736
+ opacity: 0;
12737
+ transform: scale(4);
12738
+ }
12739
+ }
12740
+ @keyframes slideTopUp {
12741
+ from {
12742
+ transform: translate3d(0, 0, 0) scale(1);
12743
+ }
12744
+ to {
12745
+ transform: translate3d(0, 0, 0) scale(1);
12746
+ }
12747
+ }
12748
+ .e-input-group-icon.e-spin-up::before {
12749
+ content: "\e87a";
12750
+ font-family: "e-icons";
12751
+ }
12752
+
12753
+ .e-input-group-icon.e-spin-down::before {
12754
+ content: "\e70d";
12755
+ font-family: "e-icons";
12756
+ }
12757
+
12758
+ .e-numeric-container {
12759
+ width: 100%;
12760
+ }
12761
+
12762
+ .e-content-placeholder.e-numeric.e-placeholder-numeric {
12763
+ background-size: 300px 33px;
12764
+ min-height: 33px;
12765
+ }
12766
+
12767
+ .e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
12768
+ .e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
12769
+ background-size: 300px 40px;
12770
+ min-height: 40px;
12771
+ }
12772
+
12773
+ .e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
12774
+ .e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
12775
+ .e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
12467
12776
  .e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
12468
12777
  .e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
12469
12778
  .e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
@@ -12484,6 +12793,117 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
12484
12793
  font-size: 18px;
12485
12794
  }
12486
12795
 
12796
+ :root {
12797
+ --color-sf-black: 0, 0, 0;
12798
+ --color-sf-white: 255, 255, 255;
12799
+ --color-sf-primary: 103, 80, 164;
12800
+ --color-sf-primary-container: 234, 221, 255;
12801
+ --color-sf-secondary: 98, 91, 113;
12802
+ --color-sf-secondary-container: 232, 222, 248;
12803
+ --color-sf-tertiary: 125, 82, 96;
12804
+ --color-sf-tertiary-container: 255, 216, 228;
12805
+ --color-sf-surface: 255, 255, 255;
12806
+ --color-sf-surface-variant: 231, 224, 236;
12807
+ --color-sf-background: var(--color-sf-surface);
12808
+ --color-sf-on-primary: 255, 255, 255;
12809
+ --color-sf-on-primary-container: 33, 0, 94;
12810
+ --color-sf-on-secondary: 255, 255, 255;
12811
+ --color-sf-on-secondary-container: 30, 25, 43;
12812
+ --color-sf-on-tertiary: 255, 255, 255;
12813
+ --color-sf-on-tertiary-containe: 55, 11, 30;
12814
+ --color-sf-on-surface: 28, 27, 31;
12815
+ --color-sf-on-surface-variant: 73, 69, 78;
12816
+ --color-sf-on-background: 28, 27, 31;
12817
+ --color-sf-outline: 121, 116, 126;
12818
+ --color-sf-outline-variant: 196, 199, 197;
12819
+ --color-sf-shadow: 0, 0, 0;
12820
+ --color-sf-surface-tint-color: 103, 80, 164;
12821
+ --color-sf-inverse-surface: 49, 48, 51;
12822
+ --color-sf-inverse-on-surface: 244, 239, 244;
12823
+ --color-sf-inverse-primary: 208, 188, 255;
12824
+ --color-sf-scrim: 0, 0, 0;
12825
+ --color-sf-error: 179, 38, 30;
12826
+ --color-sf-error-container: 249, 222, 220;
12827
+ --color-sf-on-error: 255, 250, 250;
12828
+ --color-sf-on-error-container: 65, 14, 11;
12829
+ --color-sf-success: 32, 81, 7;
12830
+ --color-sf-success-container: 209, 255, 186;
12831
+ --color-sf-on-success: 244, 255, 239;
12832
+ --color-sf-on-success-container: 13, 39, 0;
12833
+ --color-sf-info: 1, 87, 155;
12834
+ --color-sf-info-container: 233, 245, 255;
12835
+ --color-sf-on-info: 250, 253, 255;
12836
+ --color-sf-on-info-container: 0, 51, 91;
12837
+ --color-sf-warning: 145, 76, 0;
12838
+ --color-sf-warning-container: 254, 236, 222;
12839
+ --color-sf-on-warning: 255, 255, 255;
12840
+ --color-sf-on-warning-container: 47, 21, 0;
12841
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
12842
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
12843
+ --color-sf-diagram-palette-background: --color-sf-white;
12844
+ --color-sf-success-text: 255, 255, 255;
12845
+ --color-sf-warning-text: 255, 255, 255;
12846
+ --color-sf-danger-text: 255, 255, 255;
12847
+ --color-sf-info-text: 255, 255, 255;
12848
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
12849
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
12850
+ }
12851
+
12852
+ .e-dark-mode {
12853
+ --color-sf-black: 0, 0, 0;
12854
+ --color-sf-white: 255, 255, 255;
12855
+ --color-sf-primary: 208, 188, 255;
12856
+ --color-sf-primary-container: 79, 55, 139;
12857
+ --color-sf-secondary: 204, 194, 220;
12858
+ --color-sf-secondary-container: 74, 68, 88;
12859
+ --color-sf-tertiary: 239, 184, 200;
12860
+ --color-sf-tertiary-container: 99, 59, 72;
12861
+ --color-sf-surface: 28, 27, 31;
12862
+ --color-sf-surface-variant: 28, 27, 31;
12863
+ --color-sf-background: var(--color-sf-surface);
12864
+ --color-sf-on-primary: 55, 30, 115;
12865
+ --color-sf-on-primary-container: 234, 221, 255;
12866
+ --color-sf-on-secondary: 51, 45, 65;
12867
+ --color-sf-on-secondary-container: 232, 222, 248;
12868
+ --color-sf-on-tertiary: 73, 37, 50;
12869
+ --color-sf-on-tertiary-containe: 255, 216, 228;
12870
+ --color-sf-on-surface: 230, 225, 229;
12871
+ --color-sf-on-surface-variant: 202, 196, 208;
12872
+ --color-sf-on-background: 230, 225, 229;
12873
+ --color-sf-outline: 147, 143, 153;
12874
+ --color-sf-outline-variant: 68, 71, 70;
12875
+ --color-sf-shadow: 0, 0, 0;
12876
+ --color-sf-surface-tint-color: 208, 188, 255;
12877
+ --color-sf-inverse-surface: 230, 225, 229;
12878
+ --color-sf-inverse-on-surface: 49, 48, 51;
12879
+ --color-sf-inverse-primary: 103, 80, 164;
12880
+ --color-sf-scrim: 0, 0, 0;
12881
+ --color-sf-error: 242, 184, 181;
12882
+ --color-sf-error-container: 140, 29, 24;
12883
+ --color-sf-on-error: 96, 20, 16;
12884
+ --color-sf-on-error-container: 249, 222, 220;
12885
+ --color-sf-success: 83, 202, 23;
12886
+ --color-sf-success-container: 22, 62, 2;
12887
+ --color-sf-on-success: 13, 39, 0;
12888
+ --color-sf-on-success-container: 183, 250, 150;
12889
+ --color-sf-info: 71, 172, 251;
12890
+ --color-sf-info-container: 0, 67, 120;
12891
+ --color-sf-on-info: 0, 51, 91;
12892
+ --color-sf-on-info-container: 173, 219, 255;
12893
+ --color-sf-warning: 245, 180, 130;
12894
+ --color-sf-warning-container: 123, 65, 0;
12895
+ --color-sf-on-warning: 99, 52, 0;
12896
+ --color-sf-on-warning-container: 255, 220, 193;
12897
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
12898
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
12899
+ --color-sf-success-text: 0, 0, 0;
12900
+ --color-sf-warning-text: 0, 0, 0;
12901
+ --color-sf-info-text: 0, 0, 0;
12902
+ --color-sf-danger-text: 0, 0, 0;
12903
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
12904
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
12905
+ }
12906
+
12487
12907
  /* stylelint-disable property-no-vendor-prefix */
12488
12908
  @keyframes e-input-ripple {
12489
12909
  100% {
@@ -12533,6 +12953,117 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
12533
12953
  color: rgba(var(--color-sf-error));
12534
12954
  }
12535
12955
 
12956
+ :root {
12957
+ --color-sf-black: 0, 0, 0;
12958
+ --color-sf-white: 255, 255, 255;
12959
+ --color-sf-primary: 103, 80, 164;
12960
+ --color-sf-primary-container: 234, 221, 255;
12961
+ --color-sf-secondary: 98, 91, 113;
12962
+ --color-sf-secondary-container: 232, 222, 248;
12963
+ --color-sf-tertiary: 125, 82, 96;
12964
+ --color-sf-tertiary-container: 255, 216, 228;
12965
+ --color-sf-surface: 255, 255, 255;
12966
+ --color-sf-surface-variant: 231, 224, 236;
12967
+ --color-sf-background: var(--color-sf-surface);
12968
+ --color-sf-on-primary: 255, 255, 255;
12969
+ --color-sf-on-primary-container: 33, 0, 94;
12970
+ --color-sf-on-secondary: 255, 255, 255;
12971
+ --color-sf-on-secondary-container: 30, 25, 43;
12972
+ --color-sf-on-tertiary: 255, 255, 255;
12973
+ --color-sf-on-tertiary-containe: 55, 11, 30;
12974
+ --color-sf-on-surface: 28, 27, 31;
12975
+ --color-sf-on-surface-variant: 73, 69, 78;
12976
+ --color-sf-on-background: 28, 27, 31;
12977
+ --color-sf-outline: 121, 116, 126;
12978
+ --color-sf-outline-variant: 196, 199, 197;
12979
+ --color-sf-shadow: 0, 0, 0;
12980
+ --color-sf-surface-tint-color: 103, 80, 164;
12981
+ --color-sf-inverse-surface: 49, 48, 51;
12982
+ --color-sf-inverse-on-surface: 244, 239, 244;
12983
+ --color-sf-inverse-primary: 208, 188, 255;
12984
+ --color-sf-scrim: 0, 0, 0;
12985
+ --color-sf-error: 179, 38, 30;
12986
+ --color-sf-error-container: 249, 222, 220;
12987
+ --color-sf-on-error: 255, 250, 250;
12988
+ --color-sf-on-error-container: 65, 14, 11;
12989
+ --color-sf-success: 32, 81, 7;
12990
+ --color-sf-success-container: 209, 255, 186;
12991
+ --color-sf-on-success: 244, 255, 239;
12992
+ --color-sf-on-success-container: 13, 39, 0;
12993
+ --color-sf-info: 1, 87, 155;
12994
+ --color-sf-info-container: 233, 245, 255;
12995
+ --color-sf-on-info: 250, 253, 255;
12996
+ --color-sf-on-info-container: 0, 51, 91;
12997
+ --color-sf-warning: 145, 76, 0;
12998
+ --color-sf-warning-container: 254, 236, 222;
12999
+ --color-sf-on-warning: 255, 255, 255;
13000
+ --color-sf-on-warning-container: 47, 21, 0;
13001
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
13002
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
13003
+ --color-sf-diagram-palette-background: --color-sf-white;
13004
+ --color-sf-success-text: 255, 255, 255;
13005
+ --color-sf-warning-text: 255, 255, 255;
13006
+ --color-sf-danger-text: 255, 255, 255;
13007
+ --color-sf-info-text: 255, 255, 255;
13008
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
13009
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
13010
+ }
13011
+
13012
+ .e-dark-mode {
13013
+ --color-sf-black: 0, 0, 0;
13014
+ --color-sf-white: 255, 255, 255;
13015
+ --color-sf-primary: 208, 188, 255;
13016
+ --color-sf-primary-container: 79, 55, 139;
13017
+ --color-sf-secondary: 204, 194, 220;
13018
+ --color-sf-secondary-container: 74, 68, 88;
13019
+ --color-sf-tertiary: 239, 184, 200;
13020
+ --color-sf-tertiary-container: 99, 59, 72;
13021
+ --color-sf-surface: 28, 27, 31;
13022
+ --color-sf-surface-variant: 28, 27, 31;
13023
+ --color-sf-background: var(--color-sf-surface);
13024
+ --color-sf-on-primary: 55, 30, 115;
13025
+ --color-sf-on-primary-container: 234, 221, 255;
13026
+ --color-sf-on-secondary: 51, 45, 65;
13027
+ --color-sf-on-secondary-container: 232, 222, 248;
13028
+ --color-sf-on-tertiary: 73, 37, 50;
13029
+ --color-sf-on-tertiary-containe: 255, 216, 228;
13030
+ --color-sf-on-surface: 230, 225, 229;
13031
+ --color-sf-on-surface-variant: 202, 196, 208;
13032
+ --color-sf-on-background: 230, 225, 229;
13033
+ --color-sf-outline: 147, 143, 153;
13034
+ --color-sf-outline-variant: 68, 71, 70;
13035
+ --color-sf-shadow: 0, 0, 0;
13036
+ --color-sf-surface-tint-color: 208, 188, 255;
13037
+ --color-sf-inverse-surface: 230, 225, 229;
13038
+ --color-sf-inverse-on-surface: 49, 48, 51;
13039
+ --color-sf-inverse-primary: 103, 80, 164;
13040
+ --color-sf-scrim: 0, 0, 0;
13041
+ --color-sf-error: 242, 184, 181;
13042
+ --color-sf-error-container: 140, 29, 24;
13043
+ --color-sf-on-error: 96, 20, 16;
13044
+ --color-sf-on-error-container: 249, 222, 220;
13045
+ --color-sf-success: 83, 202, 23;
13046
+ --color-sf-success-container: 22, 62, 2;
13047
+ --color-sf-on-success: 13, 39, 0;
13048
+ --color-sf-on-success-container: 183, 250, 150;
13049
+ --color-sf-info: 71, 172, 251;
13050
+ --color-sf-info-container: 0, 67, 120;
13051
+ --color-sf-on-info: 0, 51, 91;
13052
+ --color-sf-on-info-container: 173, 219, 255;
13053
+ --color-sf-warning: 245, 180, 130;
13054
+ --color-sf-warning-container: 123, 65, 0;
13055
+ --color-sf-on-warning: 99, 52, 0;
13056
+ --color-sf-on-warning-container: 255, 220, 193;
13057
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
13058
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
13059
+ --color-sf-success-text: 0, 0, 0;
13060
+ --color-sf-warning-text: 0, 0, 0;
13061
+ --color-sf-info-text: 0, 0, 0;
13062
+ --color-sf-danger-text: 0, 0, 0;
13063
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
13064
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
13065
+ }
13066
+
12536
13067
  /* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
12537
13068
  /* stylelint-disable property-no-vendor-prefix */
12538
13069
  .e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
@@ -13242,6 +13773,117 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
13242
13773
  .e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
13243
13774
  border-color: rgba(var(--color-sf-primary));
13244
13775
  }
13776
+ :root {
13777
+ --color-sf-black: 0, 0, 0;
13778
+ --color-sf-white: 255, 255, 255;
13779
+ --color-sf-primary: 103, 80, 164;
13780
+ --color-sf-primary-container: 234, 221, 255;
13781
+ --color-sf-secondary: 98, 91, 113;
13782
+ --color-sf-secondary-container: 232, 222, 248;
13783
+ --color-sf-tertiary: 125, 82, 96;
13784
+ --color-sf-tertiary-container: 255, 216, 228;
13785
+ --color-sf-surface: 255, 255, 255;
13786
+ --color-sf-surface-variant: 231, 224, 236;
13787
+ --color-sf-background: var(--color-sf-surface);
13788
+ --color-sf-on-primary: 255, 255, 255;
13789
+ --color-sf-on-primary-container: 33, 0, 94;
13790
+ --color-sf-on-secondary: 255, 255, 255;
13791
+ --color-sf-on-secondary-container: 30, 25, 43;
13792
+ --color-sf-on-tertiary: 255, 255, 255;
13793
+ --color-sf-on-tertiary-containe: 55, 11, 30;
13794
+ --color-sf-on-surface: 28, 27, 31;
13795
+ --color-sf-on-surface-variant: 73, 69, 78;
13796
+ --color-sf-on-background: 28, 27, 31;
13797
+ --color-sf-outline: 121, 116, 126;
13798
+ --color-sf-outline-variant: 196, 199, 197;
13799
+ --color-sf-shadow: 0, 0, 0;
13800
+ --color-sf-surface-tint-color: 103, 80, 164;
13801
+ --color-sf-inverse-surface: 49, 48, 51;
13802
+ --color-sf-inverse-on-surface: 244, 239, 244;
13803
+ --color-sf-inverse-primary: 208, 188, 255;
13804
+ --color-sf-scrim: 0, 0, 0;
13805
+ --color-sf-error: 179, 38, 30;
13806
+ --color-sf-error-container: 249, 222, 220;
13807
+ --color-sf-on-error: 255, 250, 250;
13808
+ --color-sf-on-error-container: 65, 14, 11;
13809
+ --color-sf-success: 32, 81, 7;
13810
+ --color-sf-success-container: 209, 255, 186;
13811
+ --color-sf-on-success: 244, 255, 239;
13812
+ --color-sf-on-success-container: 13, 39, 0;
13813
+ --color-sf-info: 1, 87, 155;
13814
+ --color-sf-info-container: 233, 245, 255;
13815
+ --color-sf-on-info: 250, 253, 255;
13816
+ --color-sf-on-info-container: 0, 51, 91;
13817
+ --color-sf-warning: 145, 76, 0;
13818
+ --color-sf-warning-container: 254, 236, 222;
13819
+ --color-sf-on-warning: 255, 255, 255;
13820
+ --color-sf-on-warning-container: 47, 21, 0;
13821
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
13822
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
13823
+ --color-sf-diagram-palette-background: --color-sf-white;
13824
+ --color-sf-success-text: 255, 255, 255;
13825
+ --color-sf-warning-text: 255, 255, 255;
13826
+ --color-sf-danger-text: 255, 255, 255;
13827
+ --color-sf-info-text: 255, 255, 255;
13828
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
13829
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
13830
+ }
13831
+
13832
+ .e-dark-mode {
13833
+ --color-sf-black: 0, 0, 0;
13834
+ --color-sf-white: 255, 255, 255;
13835
+ --color-sf-primary: 208, 188, 255;
13836
+ --color-sf-primary-container: 79, 55, 139;
13837
+ --color-sf-secondary: 204, 194, 220;
13838
+ --color-sf-secondary-container: 74, 68, 88;
13839
+ --color-sf-tertiary: 239, 184, 200;
13840
+ --color-sf-tertiary-container: 99, 59, 72;
13841
+ --color-sf-surface: 28, 27, 31;
13842
+ --color-sf-surface-variant: 28, 27, 31;
13843
+ --color-sf-background: var(--color-sf-surface);
13844
+ --color-sf-on-primary: 55, 30, 115;
13845
+ --color-sf-on-primary-container: 234, 221, 255;
13846
+ --color-sf-on-secondary: 51, 45, 65;
13847
+ --color-sf-on-secondary-container: 232, 222, 248;
13848
+ --color-sf-on-tertiary: 73, 37, 50;
13849
+ --color-sf-on-tertiary-containe: 255, 216, 228;
13850
+ --color-sf-on-surface: 230, 225, 229;
13851
+ --color-sf-on-surface-variant: 202, 196, 208;
13852
+ --color-sf-on-background: 230, 225, 229;
13853
+ --color-sf-outline: 147, 143, 153;
13854
+ --color-sf-outline-variant: 68, 71, 70;
13855
+ --color-sf-shadow: 0, 0, 0;
13856
+ --color-sf-surface-tint-color: 208, 188, 255;
13857
+ --color-sf-inverse-surface: 230, 225, 229;
13858
+ --color-sf-inverse-on-surface: 49, 48, 51;
13859
+ --color-sf-inverse-primary: 103, 80, 164;
13860
+ --color-sf-scrim: 0, 0, 0;
13861
+ --color-sf-error: 242, 184, 181;
13862
+ --color-sf-error-container: 140, 29, 24;
13863
+ --color-sf-on-error: 96, 20, 16;
13864
+ --color-sf-on-error-container: 249, 222, 220;
13865
+ --color-sf-success: 83, 202, 23;
13866
+ --color-sf-success-container: 22, 62, 2;
13867
+ --color-sf-on-success: 13, 39, 0;
13868
+ --color-sf-on-success-container: 183, 250, 150;
13869
+ --color-sf-info: 71, 172, 251;
13870
+ --color-sf-info-container: 0, 67, 120;
13871
+ --color-sf-on-info: 0, 51, 91;
13872
+ --color-sf-on-info-container: 173, 219, 255;
13873
+ --color-sf-warning: 245, 180, 130;
13874
+ --color-sf-warning-container: 123, 65, 0;
13875
+ --color-sf-on-warning: 99, 52, 0;
13876
+ --color-sf-on-warning-container: 255, 220, 193;
13877
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
13878
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
13879
+ --color-sf-success-text: 0, 0, 0;
13880
+ --color-sf-warning-text: 0, 0, 0;
13881
+ --color-sf-info-text: 0, 0, 0;
13882
+ --color-sf-danger-text: 0, 0, 0;
13883
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
13884
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
13885
+ }
13886
+
13245
13887
  /* stylelint-disable property-no-vendor-prefix */
13246
13888
  @keyframes e-input-ripple {
13247
13889
  100% {
@@ -13257,7 +13899,118 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
13257
13899
  transform: translate3d(0, 0, 0) scale(1);
13258
13900
  }
13259
13901
  }
13260
- /* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
13902
+ /* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
13903
+ :root {
13904
+ --color-sf-black: 0, 0, 0;
13905
+ --color-sf-white: 255, 255, 255;
13906
+ --color-sf-primary: 103, 80, 164;
13907
+ --color-sf-primary-container: 234, 221, 255;
13908
+ --color-sf-secondary: 98, 91, 113;
13909
+ --color-sf-secondary-container: 232, 222, 248;
13910
+ --color-sf-tertiary: 125, 82, 96;
13911
+ --color-sf-tertiary-container: 255, 216, 228;
13912
+ --color-sf-surface: 255, 255, 255;
13913
+ --color-sf-surface-variant: 231, 224, 236;
13914
+ --color-sf-background: var(--color-sf-surface);
13915
+ --color-sf-on-primary: 255, 255, 255;
13916
+ --color-sf-on-primary-container: 33, 0, 94;
13917
+ --color-sf-on-secondary: 255, 255, 255;
13918
+ --color-sf-on-secondary-container: 30, 25, 43;
13919
+ --color-sf-on-tertiary: 255, 255, 255;
13920
+ --color-sf-on-tertiary-containe: 55, 11, 30;
13921
+ --color-sf-on-surface: 28, 27, 31;
13922
+ --color-sf-on-surface-variant: 73, 69, 78;
13923
+ --color-sf-on-background: 28, 27, 31;
13924
+ --color-sf-outline: 121, 116, 126;
13925
+ --color-sf-outline-variant: 196, 199, 197;
13926
+ --color-sf-shadow: 0, 0, 0;
13927
+ --color-sf-surface-tint-color: 103, 80, 164;
13928
+ --color-sf-inverse-surface: 49, 48, 51;
13929
+ --color-sf-inverse-on-surface: 244, 239, 244;
13930
+ --color-sf-inverse-primary: 208, 188, 255;
13931
+ --color-sf-scrim: 0, 0, 0;
13932
+ --color-sf-error: 179, 38, 30;
13933
+ --color-sf-error-container: 249, 222, 220;
13934
+ --color-sf-on-error: 255, 250, 250;
13935
+ --color-sf-on-error-container: 65, 14, 11;
13936
+ --color-sf-success: 32, 81, 7;
13937
+ --color-sf-success-container: 209, 255, 186;
13938
+ --color-sf-on-success: 244, 255, 239;
13939
+ --color-sf-on-success-container: 13, 39, 0;
13940
+ --color-sf-info: 1, 87, 155;
13941
+ --color-sf-info-container: 233, 245, 255;
13942
+ --color-sf-on-info: 250, 253, 255;
13943
+ --color-sf-on-info-container: 0, 51, 91;
13944
+ --color-sf-warning: 145, 76, 0;
13945
+ --color-sf-warning-container: 254, 236, 222;
13946
+ --color-sf-on-warning: 255, 255, 255;
13947
+ --color-sf-on-warning-container: 47, 21, 0;
13948
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
13949
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
13950
+ --color-sf-diagram-palette-background: --color-sf-white;
13951
+ --color-sf-success-text: 255, 255, 255;
13952
+ --color-sf-warning-text: 255, 255, 255;
13953
+ --color-sf-danger-text: 255, 255, 255;
13954
+ --color-sf-info-text: 255, 255, 255;
13955
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
13956
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
13957
+ }
13958
+
13959
+ .e-dark-mode {
13960
+ --color-sf-black: 0, 0, 0;
13961
+ --color-sf-white: 255, 255, 255;
13962
+ --color-sf-primary: 208, 188, 255;
13963
+ --color-sf-primary-container: 79, 55, 139;
13964
+ --color-sf-secondary: 204, 194, 220;
13965
+ --color-sf-secondary-container: 74, 68, 88;
13966
+ --color-sf-tertiary: 239, 184, 200;
13967
+ --color-sf-tertiary-container: 99, 59, 72;
13968
+ --color-sf-surface: 28, 27, 31;
13969
+ --color-sf-surface-variant: 28, 27, 31;
13970
+ --color-sf-background: var(--color-sf-surface);
13971
+ --color-sf-on-primary: 55, 30, 115;
13972
+ --color-sf-on-primary-container: 234, 221, 255;
13973
+ --color-sf-on-secondary: 51, 45, 65;
13974
+ --color-sf-on-secondary-container: 232, 222, 248;
13975
+ --color-sf-on-tertiary: 73, 37, 50;
13976
+ --color-sf-on-tertiary-containe: 255, 216, 228;
13977
+ --color-sf-on-surface: 230, 225, 229;
13978
+ --color-sf-on-surface-variant: 202, 196, 208;
13979
+ --color-sf-on-background: 230, 225, 229;
13980
+ --color-sf-outline: 147, 143, 153;
13981
+ --color-sf-outline-variant: 68, 71, 70;
13982
+ --color-sf-shadow: 0, 0, 0;
13983
+ --color-sf-surface-tint-color: 208, 188, 255;
13984
+ --color-sf-inverse-surface: 230, 225, 229;
13985
+ --color-sf-inverse-on-surface: 49, 48, 51;
13986
+ --color-sf-inverse-primary: 103, 80, 164;
13987
+ --color-sf-scrim: 0, 0, 0;
13988
+ --color-sf-error: 242, 184, 181;
13989
+ --color-sf-error-container: 140, 29, 24;
13990
+ --color-sf-on-error: 96, 20, 16;
13991
+ --color-sf-on-error-container: 249, 222, 220;
13992
+ --color-sf-success: 83, 202, 23;
13993
+ --color-sf-success-container: 22, 62, 2;
13994
+ --color-sf-on-success: 13, 39, 0;
13995
+ --color-sf-on-success-container: 183, 250, 150;
13996
+ --color-sf-info: 71, 172, 251;
13997
+ --color-sf-info-container: 0, 67, 120;
13998
+ --color-sf-on-info: 0, 51, 91;
13999
+ --color-sf-on-info-container: 173, 219, 255;
14000
+ --color-sf-warning: 245, 180, 130;
14001
+ --color-sf-warning-container: 123, 65, 0;
14002
+ --color-sf-on-warning: 99, 52, 0;
14003
+ --color-sf-on-warning-container: 255, 220, 193;
14004
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
14005
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
14006
+ --color-sf-success-text: 0, 0, 0;
14007
+ --color-sf-warning-text: 0, 0, 0;
14008
+ --color-sf-info-text: 0, 0, 0;
14009
+ --color-sf-danger-text: 0, 0, 0;
14010
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
14011
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
14012
+ }
14013
+
13261
14014
  /* stylelint-disable property-no-vendor-prefix */
13262
14015
  @keyframes material-spinner-rotate {
13263
14016
  0% {
@@ -14064,6 +14817,117 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
14064
14817
  box-shadow: 0 0 0 transparent;
14065
14818
  }
14066
14819
 
14820
+ :root {
14821
+ --color-sf-black: 0, 0, 0;
14822
+ --color-sf-white: 255, 255, 255;
14823
+ --color-sf-primary: 103, 80, 164;
14824
+ --color-sf-primary-container: 234, 221, 255;
14825
+ --color-sf-secondary: 98, 91, 113;
14826
+ --color-sf-secondary-container: 232, 222, 248;
14827
+ --color-sf-tertiary: 125, 82, 96;
14828
+ --color-sf-tertiary-container: 255, 216, 228;
14829
+ --color-sf-surface: 255, 255, 255;
14830
+ --color-sf-surface-variant: 231, 224, 236;
14831
+ --color-sf-background: var(--color-sf-surface);
14832
+ --color-sf-on-primary: 255, 255, 255;
14833
+ --color-sf-on-primary-container: 33, 0, 94;
14834
+ --color-sf-on-secondary: 255, 255, 255;
14835
+ --color-sf-on-secondary-container: 30, 25, 43;
14836
+ --color-sf-on-tertiary: 255, 255, 255;
14837
+ --color-sf-on-tertiary-containe: 55, 11, 30;
14838
+ --color-sf-on-surface: 28, 27, 31;
14839
+ --color-sf-on-surface-variant: 73, 69, 78;
14840
+ --color-sf-on-background: 28, 27, 31;
14841
+ --color-sf-outline: 121, 116, 126;
14842
+ --color-sf-outline-variant: 196, 199, 197;
14843
+ --color-sf-shadow: 0, 0, 0;
14844
+ --color-sf-surface-tint-color: 103, 80, 164;
14845
+ --color-sf-inverse-surface: 49, 48, 51;
14846
+ --color-sf-inverse-on-surface: 244, 239, 244;
14847
+ --color-sf-inverse-primary: 208, 188, 255;
14848
+ --color-sf-scrim: 0, 0, 0;
14849
+ --color-sf-error: 179, 38, 30;
14850
+ --color-sf-error-container: 249, 222, 220;
14851
+ --color-sf-on-error: 255, 250, 250;
14852
+ --color-sf-on-error-container: 65, 14, 11;
14853
+ --color-sf-success: 32, 81, 7;
14854
+ --color-sf-success-container: 209, 255, 186;
14855
+ --color-sf-on-success: 244, 255, 239;
14856
+ --color-sf-on-success-container: 13, 39, 0;
14857
+ --color-sf-info: 1, 87, 155;
14858
+ --color-sf-info-container: 233, 245, 255;
14859
+ --color-sf-on-info: 250, 253, 255;
14860
+ --color-sf-on-info-container: 0, 51, 91;
14861
+ --color-sf-warning: 145, 76, 0;
14862
+ --color-sf-warning-container: 254, 236, 222;
14863
+ --color-sf-on-warning: 255, 255, 255;
14864
+ --color-sf-on-warning-container: 47, 21, 0;
14865
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
14866
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
14867
+ --color-sf-diagram-palette-background: --color-sf-white;
14868
+ --color-sf-success-text: 255, 255, 255;
14869
+ --color-sf-warning-text: 255, 255, 255;
14870
+ --color-sf-danger-text: 255, 255, 255;
14871
+ --color-sf-info-text: 255, 255, 255;
14872
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
14873
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
14874
+ }
14875
+
14876
+ .e-dark-mode {
14877
+ --color-sf-black: 0, 0, 0;
14878
+ --color-sf-white: 255, 255, 255;
14879
+ --color-sf-primary: 208, 188, 255;
14880
+ --color-sf-primary-container: 79, 55, 139;
14881
+ --color-sf-secondary: 204, 194, 220;
14882
+ --color-sf-secondary-container: 74, 68, 88;
14883
+ --color-sf-tertiary: 239, 184, 200;
14884
+ --color-sf-tertiary-container: 99, 59, 72;
14885
+ --color-sf-surface: 28, 27, 31;
14886
+ --color-sf-surface-variant: 28, 27, 31;
14887
+ --color-sf-background: var(--color-sf-surface);
14888
+ --color-sf-on-primary: 55, 30, 115;
14889
+ --color-sf-on-primary-container: 234, 221, 255;
14890
+ --color-sf-on-secondary: 51, 45, 65;
14891
+ --color-sf-on-secondary-container: 232, 222, 248;
14892
+ --color-sf-on-tertiary: 73, 37, 50;
14893
+ --color-sf-on-tertiary-containe: 255, 216, 228;
14894
+ --color-sf-on-surface: 230, 225, 229;
14895
+ --color-sf-on-surface-variant: 202, 196, 208;
14896
+ --color-sf-on-background: 230, 225, 229;
14897
+ --color-sf-outline: 147, 143, 153;
14898
+ --color-sf-outline-variant: 68, 71, 70;
14899
+ --color-sf-shadow: 0, 0, 0;
14900
+ --color-sf-surface-tint-color: 208, 188, 255;
14901
+ --color-sf-inverse-surface: 230, 225, 229;
14902
+ --color-sf-inverse-on-surface: 49, 48, 51;
14903
+ --color-sf-inverse-primary: 103, 80, 164;
14904
+ --color-sf-scrim: 0, 0, 0;
14905
+ --color-sf-error: 242, 184, 181;
14906
+ --color-sf-error-container: 140, 29, 24;
14907
+ --color-sf-on-error: 96, 20, 16;
14908
+ --color-sf-on-error-container: 249, 222, 220;
14909
+ --color-sf-success: 83, 202, 23;
14910
+ --color-sf-success-container: 22, 62, 2;
14911
+ --color-sf-on-success: 13, 39, 0;
14912
+ --color-sf-on-success-container: 183, 250, 150;
14913
+ --color-sf-info: 71, 172, 251;
14914
+ --color-sf-info-container: 0, 67, 120;
14915
+ --color-sf-on-info: 0, 51, 91;
14916
+ --color-sf-on-info-container: 173, 219, 255;
14917
+ --color-sf-warning: 245, 180, 130;
14918
+ --color-sf-warning-container: 123, 65, 0;
14919
+ --color-sf-on-warning: 99, 52, 0;
14920
+ --color-sf-on-warning-container: 255, 220, 193;
14921
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
14922
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
14923
+ --color-sf-success-text: 0, 0, 0;
14924
+ --color-sf-warning-text: 0, 0, 0;
14925
+ --color-sf-info-text: 0, 0, 0;
14926
+ --color-sf-danger-text: 0, 0, 0;
14927
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
14928
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
14929
+ }
14930
+
14067
14931
  /* stylelint-disable-line no-empty-source */
14068
14932
  /* stylelint-disable property-no-vendor-prefix */
14069
14933
  @keyframes e-input-ripple {
@@ -14889,6 +15753,117 @@ body.e-colorpicker-overflow {
14889
15753
  border-color: rgba(var(--color-sf-white));
14890
15754
  }
14891
15755
 
15756
+ :root {
15757
+ --color-sf-black: 0, 0, 0;
15758
+ --color-sf-white: 255, 255, 255;
15759
+ --color-sf-primary: 103, 80, 164;
15760
+ --color-sf-primary-container: 234, 221, 255;
15761
+ --color-sf-secondary: 98, 91, 113;
15762
+ --color-sf-secondary-container: 232, 222, 248;
15763
+ --color-sf-tertiary: 125, 82, 96;
15764
+ --color-sf-tertiary-container: 255, 216, 228;
15765
+ --color-sf-surface: 255, 255, 255;
15766
+ --color-sf-surface-variant: 231, 224, 236;
15767
+ --color-sf-background: var(--color-sf-surface);
15768
+ --color-sf-on-primary: 255, 255, 255;
15769
+ --color-sf-on-primary-container: 33, 0, 94;
15770
+ --color-sf-on-secondary: 255, 255, 255;
15771
+ --color-sf-on-secondary-container: 30, 25, 43;
15772
+ --color-sf-on-tertiary: 255, 255, 255;
15773
+ --color-sf-on-tertiary-containe: 55, 11, 30;
15774
+ --color-sf-on-surface: 28, 27, 31;
15775
+ --color-sf-on-surface-variant: 73, 69, 78;
15776
+ --color-sf-on-background: 28, 27, 31;
15777
+ --color-sf-outline: 121, 116, 126;
15778
+ --color-sf-outline-variant: 196, 199, 197;
15779
+ --color-sf-shadow: 0, 0, 0;
15780
+ --color-sf-surface-tint-color: 103, 80, 164;
15781
+ --color-sf-inverse-surface: 49, 48, 51;
15782
+ --color-sf-inverse-on-surface: 244, 239, 244;
15783
+ --color-sf-inverse-primary: 208, 188, 255;
15784
+ --color-sf-scrim: 0, 0, 0;
15785
+ --color-sf-error: 179, 38, 30;
15786
+ --color-sf-error-container: 249, 222, 220;
15787
+ --color-sf-on-error: 255, 250, 250;
15788
+ --color-sf-on-error-container: 65, 14, 11;
15789
+ --color-sf-success: 32, 81, 7;
15790
+ --color-sf-success-container: 209, 255, 186;
15791
+ --color-sf-on-success: 244, 255, 239;
15792
+ --color-sf-on-success-container: 13, 39, 0;
15793
+ --color-sf-info: 1, 87, 155;
15794
+ --color-sf-info-container: 233, 245, 255;
15795
+ --color-sf-on-info: 250, 253, 255;
15796
+ --color-sf-on-info-container: 0, 51, 91;
15797
+ --color-sf-warning: 145, 76, 0;
15798
+ --color-sf-warning-container: 254, 236, 222;
15799
+ --color-sf-on-warning: 255, 255, 255;
15800
+ --color-sf-on-warning-container: 47, 21, 0;
15801
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
15802
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
15803
+ --color-sf-diagram-palette-background: --color-sf-white;
15804
+ --color-sf-success-text: 255, 255, 255;
15805
+ --color-sf-warning-text: 255, 255, 255;
15806
+ --color-sf-danger-text: 255, 255, 255;
15807
+ --color-sf-info-text: 255, 255, 255;
15808
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
15809
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
15810
+ }
15811
+
15812
+ .e-dark-mode {
15813
+ --color-sf-black: 0, 0, 0;
15814
+ --color-sf-white: 255, 255, 255;
15815
+ --color-sf-primary: 208, 188, 255;
15816
+ --color-sf-primary-container: 79, 55, 139;
15817
+ --color-sf-secondary: 204, 194, 220;
15818
+ --color-sf-secondary-container: 74, 68, 88;
15819
+ --color-sf-tertiary: 239, 184, 200;
15820
+ --color-sf-tertiary-container: 99, 59, 72;
15821
+ --color-sf-surface: 28, 27, 31;
15822
+ --color-sf-surface-variant: 28, 27, 31;
15823
+ --color-sf-background: var(--color-sf-surface);
15824
+ --color-sf-on-primary: 55, 30, 115;
15825
+ --color-sf-on-primary-container: 234, 221, 255;
15826
+ --color-sf-on-secondary: 51, 45, 65;
15827
+ --color-sf-on-secondary-container: 232, 222, 248;
15828
+ --color-sf-on-tertiary: 73, 37, 50;
15829
+ --color-sf-on-tertiary-containe: 255, 216, 228;
15830
+ --color-sf-on-surface: 230, 225, 229;
15831
+ --color-sf-on-surface-variant: 202, 196, 208;
15832
+ --color-sf-on-background: 230, 225, 229;
15833
+ --color-sf-outline: 147, 143, 153;
15834
+ --color-sf-outline-variant: 68, 71, 70;
15835
+ --color-sf-shadow: 0, 0, 0;
15836
+ --color-sf-surface-tint-color: 208, 188, 255;
15837
+ --color-sf-inverse-surface: 230, 225, 229;
15838
+ --color-sf-inverse-on-surface: 49, 48, 51;
15839
+ --color-sf-inverse-primary: 103, 80, 164;
15840
+ --color-sf-scrim: 0, 0, 0;
15841
+ --color-sf-error: 242, 184, 181;
15842
+ --color-sf-error-container: 140, 29, 24;
15843
+ --color-sf-on-error: 96, 20, 16;
15844
+ --color-sf-on-error-container: 249, 222, 220;
15845
+ --color-sf-success: 83, 202, 23;
15846
+ --color-sf-success-container: 22, 62, 2;
15847
+ --color-sf-on-success: 13, 39, 0;
15848
+ --color-sf-on-success-container: 183, 250, 150;
15849
+ --color-sf-info: 71, 172, 251;
15850
+ --color-sf-info-container: 0, 67, 120;
15851
+ --color-sf-on-info: 0, 51, 91;
15852
+ --color-sf-on-info-container: 173, 219, 255;
15853
+ --color-sf-warning: 245, 180, 130;
15854
+ --color-sf-warning-container: 123, 65, 0;
15855
+ --color-sf-on-warning: 99, 52, 0;
15856
+ --color-sf-on-warning-container: 255, 220, 193;
15857
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
15858
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
15859
+ --color-sf-success-text: 0, 0, 0;
15860
+ --color-sf-warning-text: 0, 0, 0;
15861
+ --color-sf-info-text: 0, 0, 0;
15862
+ --color-sf-danger-text: 0, 0, 0;
15863
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
15864
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
15865
+ }
15866
+
14892
15867
  .e-rating-container {
14893
15868
  display: -ms-inline-flexbox;
14894
15869
  display: inline-flex;
@@ -14923,7 +15898,6 @@ body.e-colorpicker-overflow {
14923
15898
  cursor: pointer;
14924
15899
  font-size: 20px;
14925
15900
  padding: 4px;
14926
- line-height: 13px;
14927
15901
  display: block;
14928
15902
  min-width: calc(1em + 8px);
14929
15903
  min-height: calc(1em + 8px);
@@ -15021,7 +15995,6 @@ body.e-colorpicker-overflow {
15021
15995
  .e-small.e-rating-container .e-rating-item-container,
15022
15996
  .e-small .e-rating-container .e-rating-item-container {
15023
15997
  font-size: 16px;
15024
- line-height: 9px;
15025
15998
  }
15026
15999
  .e-small.e-rating-container .e-rating-label,
15027
16000
  .e-small .e-rating-container .e-rating-label {
@@ -15036,7 +16009,6 @@ body.e-colorpicker-overflow {
15036
16009
  .e-bigger.e-rating-container .e-rating-item-container,
15037
16010
  .e-bigger .e-rating-container .e-rating-item-container {
15038
16011
  font-size: 28px;
15039
- line-height: 21px;
15040
16012
  }
15041
16013
  .e-bigger.e-rating-container .e-rating-label,
15042
16014
  .e-bigger .e-rating-container .e-rating-label {
@@ -15053,7 +16025,6 @@ body.e-colorpicker-overflow {
15053
16025
  .e-bigger .e-small.e-rating-container .e-rating-item-container,
15054
16026
  .e-small .e-bigger.e-rating-container .e-rating-item-container {
15055
16027
  font-size: 24px;
15056
- line-height: 17px;
15057
16028
  }
15058
16029
  .e-bigger.e-small.e-rating-container .e-rating-label,
15059
16030
  .e-bigger.e-small .e-rating-container .e-rating-label,
@@ -15117,7 +16088,7 @@ body.e-colorpicker-overflow {
15117
16088
  /* stylelint-disable property-no-vendor-prefix */
15118
16089
  -webkit-background-clip: text;
15119
16090
  /* stylelint-enable property-no-vendor-prefix */
15120
- -webkit-text-stroke: 1px rgba(var(--color-sf-primary))-10%;
16091
+ -webkit-text-stroke: 1px rgba(var(--color-sf-primary));
15121
16092
  }
15122
16093
  .e-rating-container.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
15123
16094
  background: linear-gradient(to left, rgba(var(--color-sf-primary)) var(--rating-value), transparent var(--rating-value));