@syncfusion/ej2-angular-inputs 22.1.39 → 22.2.5-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 (529) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +1759 -0
  2. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inputs.js +1657 -0
  4. package/@syncfusion/ej2-angular-inputs.js.map +1 -0
  5. package/CHANGELOG.md +1532 -0
  6. package/dist/ej2-angular-inputs.umd.js +1848 -0
  7. package/dist/ej2-angular-inputs.umd.js.map +1 -0
  8. package/dist/ej2-angular-inputs.umd.min.js +11 -0
  9. package/dist/ej2-angular-inputs.umd.min.js.map +1 -0
  10. package/ej2-angular-inputs.d.ts +12 -0
  11. package/ej2-angular-inputs.metadata.json +1 -0
  12. package/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 +0 -3
  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 +0 -3
  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 +0 -3
  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 +0 -3
  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 +0 -3
  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 +0 -3
  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 +0 -3
  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 +0 -3
  41. package/src/uploader/uploader.module.d.ts +0 -7
  42. package/styles/bootstrap-dark.css +1 -0
  43. package/styles/bootstrap.css +1 -0
  44. package/styles/bootstrap4.css +1 -0
  45. package/styles/bootstrap5-dark.css +1 -0
  46. package/styles/bootstrap5.css +1 -0
  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.scss +1 -11
  59. package/styles/color-picker/material.scss +1 -11
  60. package/styles/color-picker/material3-dark.scss +1 -11
  61. package/styles/color-picker/material3.scss +1 -11
  62. package/styles/color-picker/tailwind-dark.scss +1 -11
  63. package/styles/color-picker/tailwind.scss +1 -11
  64. package/styles/fabric-dark.css +1 -0
  65. package/styles/fabric.css +1 -0
  66. package/styles/fluent-dark.css +1 -0
  67. package/styles/fluent.css +1 -0
  68. package/styles/highcontrast-light.css +1 -0
  69. package/styles/highcontrast.css +1 -0
  70. package/styles/input/bootstrap-dark.css +1 -0
  71. package/styles/input/bootstrap-dark.scss +1 -4
  72. package/styles/input/bootstrap.css +1 -0
  73. package/styles/input/bootstrap.scss +1 -4
  74. package/styles/input/bootstrap4.css +1 -0
  75. package/styles/input/bootstrap4.scss +1 -4
  76. package/styles/input/bootstrap5-dark.css +1 -0
  77. package/styles/input/bootstrap5-dark.scss +1 -4
  78. package/styles/input/bootstrap5.css +1 -0
  79. package/styles/input/bootstrap5.scss +1 -4
  80. package/styles/input/fabric-dark.css +1 -0
  81. package/styles/input/fabric-dark.scss +1 -4
  82. package/styles/input/fabric.css +1 -0
  83. package/styles/input/fabric.scss +1 -4
  84. package/styles/input/fluent-dark.css +1 -0
  85. package/styles/input/fluent-dark.scss +1 -4
  86. package/styles/input/fluent.css +1 -0
  87. package/styles/input/fluent.scss +1 -4
  88. package/styles/input/highcontrast-light.css +1 -0
  89. package/styles/input/highcontrast-light.scss +1 -4
  90. package/styles/input/highcontrast.css +1 -0
  91. package/styles/input/highcontrast.scss +1 -4
  92. package/styles/input/material-dark.css +29 -2
  93. package/styles/input/material-dark.scss +1 -4
  94. package/styles/input/material.css +29 -2
  95. package/styles/input/material.scss +1 -4
  96. package/styles/input/material3-dark.css +29 -2
  97. package/styles/input/material3-dark.scss +1 -4
  98. package/styles/input/material3.css +29 -2
  99. package/styles/input/material3.scss +1 -4
  100. package/styles/input/tailwind-dark.css +1 -0
  101. package/styles/input/tailwind-dark.scss +1 -4
  102. package/styles/input/tailwind.css +1 -0
  103. package/styles/input/tailwind.scss +1 -4
  104. package/styles/maskedtextbox/bootstrap-dark.scss +1 -4
  105. package/styles/maskedtextbox/bootstrap.scss +1 -4
  106. package/styles/maskedtextbox/bootstrap4.scss +1 -4
  107. package/styles/maskedtextbox/bootstrap5-dark.scss +1 -4
  108. package/styles/maskedtextbox/bootstrap5.scss +1 -4
  109. package/styles/maskedtextbox/fabric-dark.scss +1 -4
  110. package/styles/maskedtextbox/fabric.scss +1 -4
  111. package/styles/maskedtextbox/fluent-dark.scss +1 -4
  112. package/styles/maskedtextbox/fluent.scss +1 -4
  113. package/styles/maskedtextbox/highcontrast-light.scss +1 -4
  114. package/styles/maskedtextbox/highcontrast.scss +1 -4
  115. package/styles/maskedtextbox/material-dark.scss +1 -4
  116. package/styles/maskedtextbox/material.scss +1 -4
  117. package/styles/maskedtextbox/material3-dark.scss +1 -4
  118. package/styles/maskedtextbox/material3.scss +1 -4
  119. package/styles/maskedtextbox/tailwind-dark.scss +1 -4
  120. package/styles/maskedtextbox/tailwind.scss +1 -4
  121. package/styles/material-dark.css +29 -2
  122. package/styles/material.css +29 -2
  123. package/styles/material3-dark.css +477 -2
  124. package/styles/material3-dark.scss +0 -1
  125. package/styles/material3.css +938 -23
  126. package/styles/material3.scss +0 -1
  127. package/styles/numerictextbox/bootstrap-dark.scss +1 -5
  128. package/styles/numerictextbox/bootstrap.scss +1 -5
  129. package/styles/numerictextbox/bootstrap4.scss +1 -5
  130. package/styles/numerictextbox/bootstrap5-dark.scss +1 -5
  131. package/styles/numerictextbox/bootstrap5.scss +1 -5
  132. package/styles/numerictextbox/fabric-dark.scss +1 -5
  133. package/styles/numerictextbox/fabric.scss +1 -5
  134. package/styles/numerictextbox/fluent-dark.scss +1 -5
  135. package/styles/numerictextbox/fluent.scss +1 -5
  136. package/styles/numerictextbox/highcontrast-light.scss +1 -5
  137. package/styles/numerictextbox/highcontrast.scss +1 -5
  138. package/styles/numerictextbox/material-dark.scss +1 -5
  139. package/styles/numerictextbox/material.scss +1 -5
  140. package/styles/numerictextbox/material3-dark.scss +1 -5
  141. package/styles/numerictextbox/material3.scss +1 -5
  142. package/styles/numerictextbox/tailwind-dark.scss +1 -5
  143. package/styles/numerictextbox/tailwind.scss +1 -5
  144. package/styles/rating/bootstrap-dark.scss +1 -4
  145. package/styles/rating/bootstrap.scss +1 -4
  146. package/styles/rating/bootstrap4.scss +1 -4
  147. package/styles/rating/bootstrap5-dark.scss +1 -4
  148. package/styles/rating/bootstrap5.scss +1 -4
  149. package/styles/rating/fabric-dark.scss +1 -4
  150. package/styles/rating/fabric.scss +1 -4
  151. package/styles/rating/fluent-dark.scss +1 -4
  152. package/styles/rating/fluent.scss +1 -4
  153. package/styles/rating/highcontrast-light.scss +1 -4
  154. package/styles/rating/highcontrast.scss +1 -4
  155. package/styles/rating/material-dark.scss +1 -4
  156. package/styles/rating/material.scss +1 -4
  157. package/styles/rating/material3-dark.scss +1 -4
  158. package/styles/rating/material3.scss +1 -4
  159. package/styles/rating/tailwind-dark.scss +1 -4
  160. package/styles/rating/tailwind.scss +1 -4
  161. package/styles/signature/bootstrap-dark.scss +1 -3
  162. package/styles/signature/bootstrap.scss +1 -3
  163. package/styles/signature/bootstrap4.scss +1 -3
  164. package/styles/signature/bootstrap5-dark.scss +1 -3
  165. package/styles/signature/bootstrap5.scss +1 -3
  166. package/styles/signature/fabric-dark.scss +1 -3
  167. package/styles/signature/fabric.scss +1 -3
  168. package/styles/signature/fluent-dark.scss +1 -3
  169. package/styles/signature/fluent.scss +1 -3
  170. package/styles/signature/highcontrast-light.scss +1 -3
  171. package/styles/signature/highcontrast.scss +1 -3
  172. package/styles/signature/material-dark.scss +1 -3
  173. package/styles/signature/material.scss +1 -3
  174. package/styles/signature/material3-dark.scss +1 -3
  175. package/styles/signature/material3.scss +1 -3
  176. package/styles/signature/tailwind-dark.scss +1 -3
  177. package/styles/signature/tailwind.scss +1 -3
  178. package/styles/slider/bootstrap-dark.scss +1 -5
  179. package/styles/slider/bootstrap.scss +1 -5
  180. package/styles/slider/bootstrap4.scss +1 -5
  181. package/styles/slider/bootstrap5-dark.scss +1 -5
  182. package/styles/slider/bootstrap5.scss +1 -5
  183. package/styles/slider/fabric-dark.scss +1 -5
  184. package/styles/slider/fabric.scss +1 -5
  185. package/styles/slider/fluent-dark.scss +1 -5
  186. package/styles/slider/fluent.scss +1 -5
  187. package/styles/slider/highcontrast-light.scss +1 -5
  188. package/styles/slider/highcontrast.scss +1 -5
  189. package/styles/slider/material-dark.scss +1 -5
  190. package/styles/slider/material.scss +1 -5
  191. package/styles/slider/material3-dark.scss +1 -5
  192. package/styles/slider/material3.scss +1 -5
  193. package/styles/slider/tailwind-dark.scss +1 -5
  194. package/styles/slider/tailwind.scss +1 -5
  195. package/styles/tailwind-dark.css +1 -0
  196. package/styles/tailwind.css +1 -0
  197. package/styles/textbox/bootstrap-dark.scss +1 -4
  198. package/styles/textbox/bootstrap.scss +1 -4
  199. package/styles/textbox/bootstrap4.scss +1 -4
  200. package/styles/textbox/bootstrap5-dark.scss +1 -4
  201. package/styles/textbox/bootstrap5.scss +1 -4
  202. package/styles/textbox/fabric-dark.scss +1 -4
  203. package/styles/textbox/fabric.scss +1 -4
  204. package/styles/textbox/fluent-dark.scss +1 -4
  205. package/styles/textbox/fluent.scss +1 -4
  206. package/styles/textbox/highcontrast-light.scss +1 -4
  207. package/styles/textbox/highcontrast.scss +1 -4
  208. package/styles/textbox/material-dark.scss +1 -4
  209. package/styles/textbox/material.scss +1 -4
  210. package/styles/textbox/material3-dark.scss +1 -4
  211. package/styles/textbox/material3.scss +1 -4
  212. package/styles/textbox/tailwind-dark.scss +1 -4
  213. package/styles/textbox/tailwind.scss +1 -4
  214. package/styles/uploader/bootstrap-dark.scss +1 -6
  215. package/styles/uploader/bootstrap.scss +1 -6
  216. package/styles/uploader/bootstrap4.scss +1 -6
  217. package/styles/uploader/bootstrap5-dark.scss +1 -6
  218. package/styles/uploader/bootstrap5.scss +1 -6
  219. package/styles/uploader/fabric-dark.scss +1 -6
  220. package/styles/uploader/fabric.scss +1 -6
  221. package/styles/uploader/fluent-dark.scss +1 -6
  222. package/styles/uploader/fluent.scss +1 -6
  223. package/styles/uploader/highcontrast-light.scss +1 -6
  224. package/styles/uploader/highcontrast.scss +1 -6
  225. package/styles/uploader/material-dark.scss +1 -6
  226. package/styles/uploader/material.scss +1 -6
  227. package/styles/uploader/material3-dark.scss +1 -6
  228. package/styles/uploader/material3.scss +1 -6
  229. package/styles/uploader/tailwind-dark.scss +1 -6
  230. package/styles/uploader/tailwind.scss +1 -6
  231. package/esm2020/public_api.mjs +0 -3
  232. package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
  233. package/esm2020/src/color-picker/colorpicker.component.mjs +0 -83
  234. package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
  235. package/esm2020/src/form-validator/form-validator.mjs +0 -193
  236. package/esm2020/src/index.mjs +0 -28
  237. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
  238. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -84
  239. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
  240. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
  241. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -84
  242. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
  243. package/esm2020/src/rating/rating-all.module.mjs +0 -23
  244. package/esm2020/src/rating/rating.component.mjs +0 -108
  245. package/esm2020/src/rating/rating.module.mjs +0 -25
  246. package/esm2020/src/signature/signature-all.module.mjs +0 -23
  247. package/esm2020/src/signature/signature.component.mjs +0 -83
  248. package/esm2020/src/signature/signature.module.mjs +0 -25
  249. package/esm2020/src/slider/slider-all.module.mjs +0 -23
  250. package/esm2020/src/slider/slider.component.mjs +0 -83
  251. package/esm2020/src/slider/slider.module.mjs +0 -25
  252. package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
  253. package/esm2020/src/textbox/textbox.component.mjs +0 -84
  254. package/esm2020/src/textbox/textbox.module.mjs +0 -25
  255. package/esm2020/src/uploader/files.directive.mjs +0 -58
  256. package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
  257. package/esm2020/src/uploader/uploader.component.mjs +0 -95
  258. package/esm2020/src/uploader/uploader.module.mjs +0 -34
  259. package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
  260. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1237
  261. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  262. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1237
  263. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  264. package/styles/color-picker/_all.scss +0 -2
  265. package/styles/color-picker/_bootstrap-dark-definition.scss +0 -131
  266. package/styles/color-picker/_bootstrap-definition.scss +0 -128
  267. package/styles/color-picker/_bootstrap4-definition.scss +0 -127
  268. package/styles/color-picker/_bootstrap5-dark-definition.scss +0 -1
  269. package/styles/color-picker/_bootstrap5-definition.scss +0 -133
  270. package/styles/color-picker/_fabric-dark-definition.scss +0 -131
  271. package/styles/color-picker/_fabric-definition.scss +0 -127
  272. package/styles/color-picker/_fluent-dark-definition.scss +0 -1
  273. package/styles/color-picker/_fluent-definition.scss +0 -133
  274. package/styles/color-picker/_fusionnew-definition.scss +0 -133
  275. package/styles/color-picker/_highcontrast-definition.scss +0 -127
  276. package/styles/color-picker/_highcontrast-light-definition.scss +0 -130
  277. package/styles/color-picker/_layout.scss +0 -1304
  278. package/styles/color-picker/_material-dark-definition.scss +0 -135
  279. package/styles/color-picker/_material-definition.scss +0 -130
  280. package/styles/color-picker/_material3-dark-definition.scss +0 -1
  281. package/styles/color-picker/_material3-definition.scss +0 -141
  282. package/styles/color-picker/_tailwind-dark-definition.scss +0 -1
  283. package/styles/color-picker/_tailwind-definition.scss +0 -132
  284. package/styles/color-picker/_theme.scss +0 -191
  285. package/styles/color-picker/icons/_bootstrap-dark.scss +0 -9
  286. package/styles/color-picker/icons/_bootstrap.scss +0 -9
  287. package/styles/color-picker/icons/_bootstrap4.scss +0 -9
  288. package/styles/color-picker/icons/_bootstrap5-dark.scss +0 -1
  289. package/styles/color-picker/icons/_bootstrap5.scss +0 -9
  290. package/styles/color-picker/icons/_fabric-dark.scss +0 -9
  291. package/styles/color-picker/icons/_fabric.scss +0 -9
  292. package/styles/color-picker/icons/_fluent-dark.scss +0 -1
  293. package/styles/color-picker/icons/_fluent.scss +0 -9
  294. package/styles/color-picker/icons/_fusionnew.scss +0 -9
  295. package/styles/color-picker/icons/_highcontrast-light.scss +0 -9
  296. package/styles/color-picker/icons/_highcontrast.scss +0 -9
  297. package/styles/color-picker/icons/_material-dark.scss +0 -9
  298. package/styles/color-picker/icons/_material.scss +0 -9
  299. package/styles/color-picker/icons/_material3-dark.scss +0 -1
  300. package/styles/color-picker/icons/_material3.scss +0 -9
  301. package/styles/color-picker/icons/_tailwind-dark.scss +0 -9
  302. package/styles/color-picker/icons/_tailwind.scss +0 -9
  303. package/styles/input/_all.scss +0 -3
  304. package/styles/input/_bootstrap-dark-definition.scss +0 -329
  305. package/styles/input/_bootstrap-definition.scss +0 -320
  306. package/styles/input/_bootstrap4-definition.scss +0 -325
  307. package/styles/input/_bootstrap5-dark-definition.scss +0 -1
  308. package/styles/input/_bootstrap5-definition.scss +0 -336
  309. package/styles/input/_definition.scss +0 -232
  310. package/styles/input/_fabric-dark-definition.scss +0 -319
  311. package/styles/input/_fabric-definition.scss +0 -311
  312. package/styles/input/_fluent-dark-definition.scss +0 -1
  313. package/styles/input/_fluent-definition.scss +0 -338
  314. package/styles/input/_fusionnew-definition.scss +0 -336
  315. package/styles/input/_highcontrast-definition.scss +0 -312
  316. package/styles/input/_highcontrast-light-definition.scss +0 -320
  317. package/styles/input/_layout.scss +0 -11252
  318. package/styles/input/_material-dark-definition.scss +0 -573
  319. package/styles/input/_material-definition.scss +0 -573
  320. package/styles/input/_material3-dark-definition.scss +0 -1
  321. package/styles/input/_material3-definition.scss +0 -548
  322. package/styles/input/_responsive.scss +0 -1
  323. package/styles/input/_tailwind-dark-definition.scss +0 -1
  324. package/styles/input/_tailwind-definition.scss +0 -335
  325. package/styles/input/_theme.scss +0 -4284
  326. package/styles/input/icons/_bootstrap-dark.scss +0 -17
  327. package/styles/input/icons/_bootstrap.scss +0 -17
  328. package/styles/input/icons/_bootstrap4.scss +0 -17
  329. package/styles/input/icons/_bootstrap5-dark.scss +0 -1
  330. package/styles/input/icons/_bootstrap5.scss +0 -17
  331. package/styles/input/icons/_fabric-dark.scss +0 -17
  332. package/styles/input/icons/_fabric.scss +0 -17
  333. package/styles/input/icons/_fluent-dark.scss +0 -1
  334. package/styles/input/icons/_fluent.scss +0 -17
  335. package/styles/input/icons/_fusionnew.scss +0 -17
  336. package/styles/input/icons/_highcontrast-light.scss +0 -17
  337. package/styles/input/icons/_highcontrast.scss +0 -17
  338. package/styles/input/icons/_material-dark.scss +0 -49
  339. package/styles/input/icons/_material.scss +0 -49
  340. package/styles/input/icons/_material3-dark.scss +0 -1
  341. package/styles/input/icons/_material3.scss +0 -17
  342. package/styles/input/icons/_tailwind-dark.scss +0 -1
  343. package/styles/input/icons/_tailwind.scss +0 -17
  344. package/styles/maskedtextbox/_all.scss +0 -2
  345. package/styles/maskedtextbox/_bootstrap-dark-definition.scss +0 -7
  346. package/styles/maskedtextbox/_bootstrap-definition.scss +0 -4
  347. package/styles/maskedtextbox/_bootstrap4-definition.scss +0 -4
  348. package/styles/maskedtextbox/_bootstrap5-dark-definition.scss +0 -1
  349. package/styles/maskedtextbox/_bootstrap5-definition.scss +0 -7
  350. package/styles/maskedtextbox/_fabric-dark-definition.scss +0 -7
  351. package/styles/maskedtextbox/_fabric-definition.scss +0 -4
  352. package/styles/maskedtextbox/_fluent-dark-definition.scss +0 -1
  353. package/styles/maskedtextbox/_fluent-definition.scss +0 -7
  354. package/styles/maskedtextbox/_fusionnew-definition.scss +0 -7
  355. package/styles/maskedtextbox/_highcontrast-definition.scss +0 -4
  356. package/styles/maskedtextbox/_highcontrast-light-definition.scss +0 -7
  357. package/styles/maskedtextbox/_layout.scss +0 -33
  358. package/styles/maskedtextbox/_material-dark-definition.scss +0 -7
  359. package/styles/maskedtextbox/_material-definition.scss +0 -4
  360. package/styles/maskedtextbox/_material3-dark-definition.scss +0 -1
  361. package/styles/maskedtextbox/_material3-definition.scss +0 -4
  362. package/styles/maskedtextbox/_tailwind-dark-definition.scss +0 -1
  363. package/styles/maskedtextbox/_tailwind-definition.scss +0 -7
  364. package/styles/maskedtextbox/_theme.scss +0 -15
  365. package/styles/numerictextbox/_all.scss +0 -2
  366. package/styles/numerictextbox/_bootstrap-dark-definition.scss +0 -6
  367. package/styles/numerictextbox/_bootstrap-definition.scss +0 -3
  368. package/styles/numerictextbox/_bootstrap4-definition.scss +0 -3
  369. package/styles/numerictextbox/_bootstrap5-dark-definition.scss +0 -1
  370. package/styles/numerictextbox/_bootstrap5-definition.scss +0 -3
  371. package/styles/numerictextbox/_fabric-dark-definition.scss +0 -6
  372. package/styles/numerictextbox/_fabric-definition.scss +0 -3
  373. package/styles/numerictextbox/_fluent-dark-definition.scss +0 -1
  374. package/styles/numerictextbox/_fluent-definition.scss +0 -5
  375. package/styles/numerictextbox/_fusionnew-definition.scss +0 -3
  376. package/styles/numerictextbox/_highcontrast-definition.scss +0 -3
  377. package/styles/numerictextbox/_highcontrast-light-definition.scss +0 -6
  378. package/styles/numerictextbox/_layout.scss +0 -30
  379. package/styles/numerictextbox/_material-dark-definition.scss +0 -6
  380. package/styles/numerictextbox/_material-definition.scss +0 -3
  381. package/styles/numerictextbox/_material3-dark-definition.scss +0 -1
  382. package/styles/numerictextbox/_material3-definition.scss +0 -4
  383. package/styles/numerictextbox/_tailwind-dark-definition.scss +0 -1
  384. package/styles/numerictextbox/_tailwind-definition.scss +0 -3
  385. package/styles/numerictextbox/_theme.scss +0 -39
  386. package/styles/numerictextbox/icons/_bootstrap-dark.scss +0 -11
  387. package/styles/numerictextbox/icons/_bootstrap.scss +0 -11
  388. package/styles/numerictextbox/icons/_bootstrap4.scss +0 -11
  389. package/styles/numerictextbox/icons/_bootstrap5-dark.scss +0 -1
  390. package/styles/numerictextbox/icons/_bootstrap5.scss +0 -11
  391. package/styles/numerictextbox/icons/_fabric-dark.scss +0 -11
  392. package/styles/numerictextbox/icons/_fabric.scss +0 -11
  393. package/styles/numerictextbox/icons/_fluent-dark.scss +0 -1
  394. package/styles/numerictextbox/icons/_fluent.scss +0 -11
  395. package/styles/numerictextbox/icons/_fusionnew.scss +0 -11
  396. package/styles/numerictextbox/icons/_highcontrast-light.scss +0 -11
  397. package/styles/numerictextbox/icons/_highcontrast.scss +0 -11
  398. package/styles/numerictextbox/icons/_material-dark.scss +0 -11
  399. package/styles/numerictextbox/icons/_material.scss +0 -11
  400. package/styles/numerictextbox/icons/_material3-dark.scss +0 -1
  401. package/styles/numerictextbox/icons/_material3.scss +0 -11
  402. package/styles/numerictextbox/icons/_tailwind-dark.scss +0 -1
  403. package/styles/numerictextbox/icons/_tailwind.scss +0 -11
  404. package/styles/rating/_all.scss +0 -2
  405. package/styles/rating/_bootstrap-dark-definition.scss +0 -47
  406. package/styles/rating/_bootstrap-definition.scss +0 -47
  407. package/styles/rating/_bootstrap4-definition.scss +0 -47
  408. package/styles/rating/_bootstrap5-dark-definition.scss +0 -1
  409. package/styles/rating/_bootstrap5-definition.scss +0 -47
  410. package/styles/rating/_fabric-dark-definition.scss +0 -47
  411. package/styles/rating/_fabric-definition.scss +0 -47
  412. package/styles/rating/_fluent-dark-definition.scss +0 -1
  413. package/styles/rating/_fluent-definition.scss +0 -47
  414. package/styles/rating/_fusionnew-definition.scss +0 -47
  415. package/styles/rating/_highcontrast-definition.scss +0 -47
  416. package/styles/rating/_highcontrast-light-definition.scss +0 -47
  417. package/styles/rating/_layout.scss +0 -211
  418. package/styles/rating/_material-dark-definition.scss +0 -47
  419. package/styles/rating/_material-definition.scss +0 -47
  420. package/styles/rating/_material3-dark-definition.scss +0 -1
  421. package/styles/rating/_material3-definition.scss +0 -47
  422. package/styles/rating/_tailwind-dark-definition.scss +0 -1
  423. package/styles/rating/_tailwind-definition.scss +0 -47
  424. package/styles/rating/_theme.scss +0 -192
  425. package/styles/signature/_all.scss +0 -2
  426. package/styles/signature/_bootstrap-dark-definition.scss +0 -3
  427. package/styles/signature/_bootstrap-definition.scss +0 -3
  428. package/styles/signature/_bootstrap4-definition.scss +0 -3
  429. package/styles/signature/_bootstrap5-dark-definition.scss +0 -1
  430. package/styles/signature/_bootstrap5-definition.scss +0 -3
  431. package/styles/signature/_fabric-dark-definition.scss +0 -3
  432. package/styles/signature/_fabric-definition.scss +0 -3
  433. package/styles/signature/_fluent-dark-definition.scss +0 -1
  434. package/styles/signature/_fluent-definition.scss +0 -3
  435. package/styles/signature/_fusionnew-definition.scss +0 -3
  436. package/styles/signature/_highcontrast-definition.scss +0 -3
  437. package/styles/signature/_highcontrast-light-definition.scss +0 -3
  438. package/styles/signature/_layout.scss +0 -5
  439. package/styles/signature/_material-dark-definition.scss +0 -3
  440. package/styles/signature/_material-definition.scss +0 -3
  441. package/styles/signature/_material3-dark-definition.scss +0 -1
  442. package/styles/signature/_material3-definition.scss +0 -3
  443. package/styles/signature/_tailwind-dark-definition.scss +0 -1
  444. package/styles/signature/_tailwind-definition.scss +0 -3
  445. package/styles/signature/_theme.scss +0 -7
  446. package/styles/slider/_all.scss +0 -3
  447. package/styles/slider/_bootstrap-dark-definition.scss +0 -156
  448. package/styles/slider/_bootstrap-definition.scss +0 -152
  449. package/styles/slider/_bootstrap4-definition.scss +0 -147
  450. package/styles/slider/_bootstrap5-dark-definition.scss +0 -1
  451. package/styles/slider/_bootstrap5-definition.scss +0 -90
  452. package/styles/slider/_fabric-dark-definition.scss +0 -162
  453. package/styles/slider/_fabric-definition.scss +0 -156
  454. package/styles/slider/_fluent-dark-definition.scss +0 -1
  455. package/styles/slider/_fluent-definition.scss +0 -74
  456. package/styles/slider/_fusionnew-definition.scss +0 -90
  457. package/styles/slider/_highcontrast-definition.scss +0 -145
  458. package/styles/slider/_highcontrast-light-definition.scss +0 -149
  459. package/styles/slider/_icons.scss +0 -1
  460. package/styles/slider/_layout.scss +0 -2485
  461. package/styles/slider/_material-dark-definition.scss +0 -159
  462. package/styles/slider/_material-definition.scss +0 -154
  463. package/styles/slider/_material3-dark-definition.scss +0 -1
  464. package/styles/slider/_material3-definition.scss +0 -97
  465. package/styles/slider/_tailwind-dark-definition.scss +0 -1
  466. package/styles/slider/_tailwind-definition.scss +0 -84
  467. package/styles/slider/_theme.scss +0 -249
  468. package/styles/textbox/_all.scss +0 -1
  469. package/styles/textbox/_bootstrap-dark-definition.scss +0 -4
  470. package/styles/textbox/_bootstrap-definition.scss +0 -4
  471. package/styles/textbox/_bootstrap4-definition.scss +0 -4
  472. package/styles/textbox/_bootstrap5-dark-definition.scss +0 -1
  473. package/styles/textbox/_bootstrap5-definition.scss +0 -4
  474. package/styles/textbox/_fabric-dark-definition.scss +0 -4
  475. package/styles/textbox/_fabric-definition.scss +0 -4
  476. package/styles/textbox/_fluent-dark-definition.scss +0 -1
  477. package/styles/textbox/_fluent-definition.scss +0 -4
  478. package/styles/textbox/_fusionnew-definition.scss +0 -4
  479. package/styles/textbox/_highcontrast-definition.scss +0 -4
  480. package/styles/textbox/_highcontrast-light-definition.scss +0 -4
  481. package/styles/textbox/_layout.scss +0 -37
  482. package/styles/textbox/_material-dark-definition.scss +0 -4
  483. package/styles/textbox/_material-definition.scss +0 -4
  484. package/styles/textbox/_material3-dark-definition.scss +0 -1
  485. package/styles/textbox/_material3-definition.scss +0 -4
  486. package/styles/textbox/_tailwind-dark-definition.scss +0 -1
  487. package/styles/textbox/_tailwind-definition.scss +0 -4
  488. package/styles/textbox/_theme.scss +0 -1
  489. package/styles/uploader/_all.scss +0 -2
  490. package/styles/uploader/_bootstrap-dark-definition.scss +0 -213
  491. package/styles/uploader/_bootstrap-definition.scss +0 -208
  492. package/styles/uploader/_bootstrap4-definition.scss +0 -211
  493. package/styles/uploader/_bootstrap5-dark-definition.scss +0 -1
  494. package/styles/uploader/_bootstrap5-definition.scss +0 -216
  495. package/styles/uploader/_definition.scss +0 -142
  496. package/styles/uploader/_fabric-dark-definition.scss +0 -216
  497. package/styles/uploader/_fabric-definition.scss +0 -210
  498. package/styles/uploader/_fluent-dark-definition.scss +0 -1
  499. package/styles/uploader/_fluent-definition.scss +0 -234
  500. package/styles/uploader/_fusionnew-definition.scss +0 -216
  501. package/styles/uploader/_highcontrast-definition.scss +0 -211
  502. package/styles/uploader/_highcontrast-light-definition.scss +0 -219
  503. package/styles/uploader/_layout.scss +0 -989
  504. package/styles/uploader/_material-dark-definition.scss +0 -217
  505. package/styles/uploader/_material-definition.scss +0 -214
  506. package/styles/uploader/_material3-dark-definition.scss +0 -1
  507. package/styles/uploader/_material3-definition.scss +0 -215
  508. package/styles/uploader/_tailwind-dark-definition.scss +0 -1
  509. package/styles/uploader/_tailwind-definition.scss +0 -232
  510. package/styles/uploader/_theme.scss +0 -146
  511. package/styles/uploader/icons/_bootstrap-dark.scss +0 -34
  512. package/styles/uploader/icons/_bootstrap.scss +0 -34
  513. package/styles/uploader/icons/_bootstrap4.scss +0 -34
  514. package/styles/uploader/icons/_bootstrap5-dark.scss +0 -1
  515. package/styles/uploader/icons/_bootstrap5.scss +0 -34
  516. package/styles/uploader/icons/_fabric-dark.scss +0 -34
  517. package/styles/uploader/icons/_fabric.scss +0 -34
  518. package/styles/uploader/icons/_fluent-dark.scss +0 -1
  519. package/styles/uploader/icons/_fluent.scss +0 -34
  520. package/styles/uploader/icons/_fusionnew.scss +0 -34
  521. package/styles/uploader/icons/_highcontrast-light.scss +0 -34
  522. package/styles/uploader/icons/_highcontrast.scss +0 -34
  523. package/styles/uploader/icons/_material-dark.scss +0 -34
  524. package/styles/uploader/icons/_material.scss +0 -34
  525. package/styles/uploader/icons/_material3-dark.scss +0 -1
  526. package/styles/uploader/icons/_material3.scss +0 -34
  527. package/styles/uploader/icons/_tailwind-dark.scss +0 -1
  528. package/styles/uploader/icons/_tailwind.scss +0 -34
  529. package/syncfusion-ej2-angular-inputs.d.ts +0 -5
@@ -120,6 +120,117 @@
120
120
  border-color: rgba(var(--color-sf-outline-variant));
121
121
  }
122
122
 
123
+ :root {
124
+ --color-sf-black: 0, 0, 0;
125
+ --color-sf-white: 255, 255, 255;
126
+ --color-sf-primary: 103, 80, 164;
127
+ --color-sf-primary-container: 234, 221, 255;
128
+ --color-sf-secondary: 98, 91, 113;
129
+ --color-sf-secondary-container: 232, 222, 248;
130
+ --color-sf-tertiary: 125, 82, 96;
131
+ --color-sf-tertiary-container: 255, 216, 228;
132
+ --color-sf-surface: 255, 255, 255;
133
+ --color-sf-surface-variant: 231, 224, 236;
134
+ --color-sf-background: var(--color-sf-surface);
135
+ --color-sf-on-primary: 255, 255, 255;
136
+ --color-sf-on-primary-container: 33, 0, 94;
137
+ --color-sf-on-secondary: 255, 255, 255;
138
+ --color-sf-on-secondary-container: 30, 25, 43;
139
+ --color-sf-on-tertiary: 255, 255, 255;
140
+ --color-sf-on-tertiary-containe: 55, 11, 30;
141
+ --color-sf-on-surface: 28, 27, 31;
142
+ --color-sf-on-surface-variant: 73, 69, 78;
143
+ --color-sf-on-background: 28, 27, 31;
144
+ --color-sf-outline: 121, 116, 126;
145
+ --color-sf-outline-variant: 196, 199, 197;
146
+ --color-sf-shadow: 0, 0, 0;
147
+ --color-sf-surface-tint-color: 103, 80, 164;
148
+ --color-sf-inverse-surface: 49, 48, 51;
149
+ --color-sf-inverse-on-surface: 244, 239, 244;
150
+ --color-sf-inverse-primary: 208, 188, 255;
151
+ --color-sf-scrim: 0, 0, 0;
152
+ --color-sf-error: 179, 38, 30;
153
+ --color-sf-error-container: 249, 222, 220;
154
+ --color-sf-on-error: 255, 250, 250;
155
+ --color-sf-on-error-container: 65, 14, 11;
156
+ --color-sf-success: 32, 81, 7;
157
+ --color-sf-success-container: 209, 255, 186;
158
+ --color-sf-on-success: 244, 255, 239;
159
+ --color-sf-on-success-container: 13, 39, 0;
160
+ --color-sf-info: 1, 87, 155;
161
+ --color-sf-info-container: 233, 245, 255;
162
+ --color-sf-on-info: 250, 253, 255;
163
+ --color-sf-on-info-container: 0, 51, 91;
164
+ --color-sf-warning: 145, 76, 0;
165
+ --color-sf-warning-container: 254, 236, 222;
166
+ --color-sf-on-warning: 255, 255, 255;
167
+ --color-sf-on-warning-container: 47, 21, 0;
168
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
169
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
170
+ --color-sf-diagram-palette-background: --color-sf-white;
171
+ --color-sf-success-text: 255, 255, 255;
172
+ --color-sf-warning-text: 255, 255, 255;
173
+ --color-sf-danger-text: 255, 255, 255;
174
+ --color-sf-info-text: 255, 255, 255;
175
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
176
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
177
+ }
178
+
179
+ .e-dark-mode {
180
+ --color-sf-black: 0, 0, 0;
181
+ --color-sf-white: 255, 255, 255;
182
+ --color-sf-primary: 208, 188, 255;
183
+ --color-sf-primary-container: 79, 55, 139;
184
+ --color-sf-secondary: 204, 194, 220;
185
+ --color-sf-secondary-container: 74, 68, 88;
186
+ --color-sf-tertiary: 239, 184, 200;
187
+ --color-sf-tertiary-container: 99, 59, 72;
188
+ --color-sf-surface: 28, 27, 31;
189
+ --color-sf-surface-variant: 28, 27, 31;
190
+ --color-sf-background: var(--color-sf-surface);
191
+ --color-sf-on-primary: 55, 30, 115;
192
+ --color-sf-on-primary-container: 234, 221, 255;
193
+ --color-sf-on-secondary: 51, 45, 65;
194
+ --color-sf-on-secondary-container: 232, 222, 248;
195
+ --color-sf-on-tertiary: 73, 37, 50;
196
+ --color-sf-on-tertiary-containe: 255, 216, 228;
197
+ --color-sf-on-surface: 230, 225, 229;
198
+ --color-sf-on-surface-variant: 202, 196, 208;
199
+ --color-sf-on-background: 230, 225, 229;
200
+ --color-sf-outline: 147, 143, 153;
201
+ --color-sf-outline-variant: 68, 71, 70;
202
+ --color-sf-shadow: 0, 0, 0;
203
+ --color-sf-surface-tint-color: 208, 188, 255;
204
+ --color-sf-inverse-surface: 230, 225, 229;
205
+ --color-sf-inverse-on-surface: 49, 48, 51;
206
+ --color-sf-inverse-primary: 103, 80, 164;
207
+ --color-sf-scrim: 0, 0, 0;
208
+ --color-sf-error: 242, 184, 181;
209
+ --color-sf-error-container: 140, 29, 24;
210
+ --color-sf-on-error: 96, 20, 16;
211
+ --color-sf-on-error-container: 249, 222, 220;
212
+ --color-sf-success: 83, 202, 23;
213
+ --color-sf-success-container: 22, 62, 2;
214
+ --color-sf-on-success: 13, 39, 0;
215
+ --color-sf-on-success-container: 183, 250, 150;
216
+ --color-sf-info: 71, 172, 251;
217
+ --color-sf-info-container: 0, 67, 120;
218
+ --color-sf-on-info: 0, 51, 91;
219
+ --color-sf-on-info-container: 173, 219, 255;
220
+ --color-sf-warning: 245, 180, 130;
221
+ --color-sf-warning-container: 123, 65, 0;
222
+ --color-sf-on-warning: 99, 52, 0;
223
+ --color-sf-on-warning-container: 255, 220, 193;
224
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
225
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
226
+ --color-sf-success-text: 0, 0, 0;
227
+ --color-sf-warning-text: 0, 0, 0;
228
+ --color-sf-info-text: 0, 0, 0;
229
+ --color-sf-danger-text: 0, 0, 0;
230
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
231
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
232
+ }
233
+
123
234
  /* stylelint-disable property-no-vendor-prefix */
124
235
  @keyframes e-input-ripple {
125
236
  100% {
@@ -1060,7 +1171,7 @@ label.e-float-text,
1060
1171
  .e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
1061
1172
  .e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
1062
1173
  .e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text {
1063
- top: -9px;
1174
+ top: -7px;
1064
1175
  }
1065
1176
 
1066
1177
  .e-float-input.e-small input:focus ~ label.e-float-text,
@@ -1093,7 +1204,7 @@ label.e-float-text,
1093
1204
  .e-small .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
1094
1205
  .e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
1095
1206
  .e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text {
1096
- top: -8px;
1207
+ top: -7px;
1097
1208
  }
1098
1209
 
1099
1210
  .e-float-input.e-small.e-bigger input:focus ~ label.e-float-text,
@@ -2223,6 +2334,7 @@ input.e-input,
2223
2334
  }
2224
2335
 
2225
2336
  input.e-input.e-bigger,
2337
+ .e-bigger input.e-input,
2226
2338
  .e-input-group.e-bigger input,
2227
2339
  .e-input-group.e-bigger input.e-input,
2228
2340
  .e-input-group.e-control-wrapper.e-bigger input,
@@ -4733,6 +4845,14 @@ textarea.e-input.e-small.e-outline,
4733
4845
  margin-right: 10px;
4734
4846
  }
4735
4847
 
4848
+ .e-outline.e-input-group.e-prepend.e-small .e-input-group-icon,
4849
+ .e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon,
4850
+ .e-small .e-outline.e-input-group.e-prepend .e-input-group-icon,
4851
+ .e-small .e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon {
4852
+ margin-left: 10px;
4853
+ margin-right: 0;
4854
+ }
4855
+
4736
4856
  .e-outline.e-input-group.e-small .e-clear-icon,
4737
4857
  .e-outline.e-input-group .e-clear-icon.e-small,
4738
4858
  .e-small .e-outline.e-input-group .e-clear-icon,
@@ -4798,6 +4918,15 @@ textarea.e-input.e-small.e-outline,
4798
4918
  margin: 15px 16px 15px 0;
4799
4919
  }
4800
4920
 
4921
+ .e-outline.e-input-group.e-prepend.e-bigger .e-input-group-icon,
4922
+ .e-outline.e-input-group.e-prepend .e-input-group-icon.e-bigger,
4923
+ .e-bigger .e-outline.e-input-group.e-prepend .e-input-group-icon,
4924
+ .e-outline.e-input-group.e-prepend.e-control-wrapper.e-bigger .e-input-group-icon,
4925
+ .e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon.e-bigger,
4926
+ .e-bigger .e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon {
4927
+ margin: 15px 0 15px 16px;
4928
+ }
4929
+
4801
4930
  input.e-input.e-bigger.e-outline,
4802
4931
  .e-bigger input.e-input.e-outline,
4803
4932
  .e-outline.e-input-group.e-bigger:not(.e-float-icon-left) input.e-input,
@@ -4988,6 +5117,15 @@ textarea.e-input.e-bigger.e-small.e-outline,
4988
5117
  margin: 9px 12px 9px 0;
4989
5118
  }
4990
5119
 
5120
+ .e-outline.e-input-group.e-prepend.e-small.e-bigger .e-input-group-icon,
5121
+ .e-outline.e-input-group.e-prepend.e-small .e-input-group-icon.e-bigger,
5122
+ .e-outline.e-input-group.e-prepend.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
5123
+ .e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
5124
+ .e-bigger .e-outline.e-input-group.e-prepend.e-small .e-input-group-icon,
5125
+ .e-bigger .e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon {
5126
+ margin: 9px 0 9px 12px;
5127
+ }
5128
+
4991
5129
  .e-outline.e-float-input.e-input-group.e-small .e-input-group-icon,
4992
5130
  .e-small .e-outline.e-float-input.e-input-group .e-input-group-icon,
4993
5131
  .e-outline.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
@@ -12421,6 +12559,117 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
12421
12559
  }
12422
12560
 
12423
12561
  /* stylelint-disable-line no-empty-source */
12562
+ :root {
12563
+ --color-sf-black: 0, 0, 0;
12564
+ --color-sf-white: 255, 255, 255;
12565
+ --color-sf-primary: 103, 80, 164;
12566
+ --color-sf-primary-container: 234, 221, 255;
12567
+ --color-sf-secondary: 98, 91, 113;
12568
+ --color-sf-secondary-container: 232, 222, 248;
12569
+ --color-sf-tertiary: 125, 82, 96;
12570
+ --color-sf-tertiary-container: 255, 216, 228;
12571
+ --color-sf-surface: 255, 255, 255;
12572
+ --color-sf-surface-variant: 231, 224, 236;
12573
+ --color-sf-background: var(--color-sf-surface);
12574
+ --color-sf-on-primary: 255, 255, 255;
12575
+ --color-sf-on-primary-container: 33, 0, 94;
12576
+ --color-sf-on-secondary: 255, 255, 255;
12577
+ --color-sf-on-secondary-container: 30, 25, 43;
12578
+ --color-sf-on-tertiary: 255, 255, 255;
12579
+ --color-sf-on-tertiary-containe: 55, 11, 30;
12580
+ --color-sf-on-surface: 28, 27, 31;
12581
+ --color-sf-on-surface-variant: 73, 69, 78;
12582
+ --color-sf-on-background: 28, 27, 31;
12583
+ --color-sf-outline: 121, 116, 126;
12584
+ --color-sf-outline-variant: 196, 199, 197;
12585
+ --color-sf-shadow: 0, 0, 0;
12586
+ --color-sf-surface-tint-color: 103, 80, 164;
12587
+ --color-sf-inverse-surface: 49, 48, 51;
12588
+ --color-sf-inverse-on-surface: 244, 239, 244;
12589
+ --color-sf-inverse-primary: 208, 188, 255;
12590
+ --color-sf-scrim: 0, 0, 0;
12591
+ --color-sf-error: 179, 38, 30;
12592
+ --color-sf-error-container: 249, 222, 220;
12593
+ --color-sf-on-error: 255, 250, 250;
12594
+ --color-sf-on-error-container: 65, 14, 11;
12595
+ --color-sf-success: 32, 81, 7;
12596
+ --color-sf-success-container: 209, 255, 186;
12597
+ --color-sf-on-success: 244, 255, 239;
12598
+ --color-sf-on-success-container: 13, 39, 0;
12599
+ --color-sf-info: 1, 87, 155;
12600
+ --color-sf-info-container: 233, 245, 255;
12601
+ --color-sf-on-info: 250, 253, 255;
12602
+ --color-sf-on-info-container: 0, 51, 91;
12603
+ --color-sf-warning: 145, 76, 0;
12604
+ --color-sf-warning-container: 254, 236, 222;
12605
+ --color-sf-on-warning: 255, 255, 255;
12606
+ --color-sf-on-warning-container: 47, 21, 0;
12607
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
12608
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
12609
+ --color-sf-diagram-palette-background: --color-sf-white;
12610
+ --color-sf-success-text: 255, 255, 255;
12611
+ --color-sf-warning-text: 255, 255, 255;
12612
+ --color-sf-danger-text: 255, 255, 255;
12613
+ --color-sf-info-text: 255, 255, 255;
12614
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
12615
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
12616
+ }
12617
+
12618
+ .e-dark-mode {
12619
+ --color-sf-black: 0, 0, 0;
12620
+ --color-sf-white: 255, 255, 255;
12621
+ --color-sf-primary: 208, 188, 255;
12622
+ --color-sf-primary-container: 79, 55, 139;
12623
+ --color-sf-secondary: 204, 194, 220;
12624
+ --color-sf-secondary-container: 74, 68, 88;
12625
+ --color-sf-tertiary: 239, 184, 200;
12626
+ --color-sf-tertiary-container: 99, 59, 72;
12627
+ --color-sf-surface: 28, 27, 31;
12628
+ --color-sf-surface-variant: 28, 27, 31;
12629
+ --color-sf-background: var(--color-sf-surface);
12630
+ --color-sf-on-primary: 55, 30, 115;
12631
+ --color-sf-on-primary-container: 234, 221, 255;
12632
+ --color-sf-on-secondary: 51, 45, 65;
12633
+ --color-sf-on-secondary-container: 232, 222, 248;
12634
+ --color-sf-on-tertiary: 73, 37, 50;
12635
+ --color-sf-on-tertiary-containe: 255, 216, 228;
12636
+ --color-sf-on-surface: 230, 225, 229;
12637
+ --color-sf-on-surface-variant: 202, 196, 208;
12638
+ --color-sf-on-background: 230, 225, 229;
12639
+ --color-sf-outline: 147, 143, 153;
12640
+ --color-sf-outline-variant: 68, 71, 70;
12641
+ --color-sf-shadow: 0, 0, 0;
12642
+ --color-sf-surface-tint-color: 208, 188, 255;
12643
+ --color-sf-inverse-surface: 230, 225, 229;
12644
+ --color-sf-inverse-on-surface: 49, 48, 51;
12645
+ --color-sf-inverse-primary: 103, 80, 164;
12646
+ --color-sf-scrim: 0, 0, 0;
12647
+ --color-sf-error: 242, 184, 181;
12648
+ --color-sf-error-container: 140, 29, 24;
12649
+ --color-sf-on-error: 96, 20, 16;
12650
+ --color-sf-on-error-container: 249, 222, 220;
12651
+ --color-sf-success: 83, 202, 23;
12652
+ --color-sf-success-container: 22, 62, 2;
12653
+ --color-sf-on-success: 13, 39, 0;
12654
+ --color-sf-on-success-container: 183, 250, 150;
12655
+ --color-sf-info: 71, 172, 251;
12656
+ --color-sf-info-container: 0, 67, 120;
12657
+ --color-sf-on-info: 0, 51, 91;
12658
+ --color-sf-on-info-container: 173, 219, 255;
12659
+ --color-sf-warning: 245, 180, 130;
12660
+ --color-sf-warning-container: 123, 65, 0;
12661
+ --color-sf-on-warning: 99, 52, 0;
12662
+ --color-sf-on-warning-container: 255, 220, 193;
12663
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
12664
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
12665
+ --color-sf-success-text: 0, 0, 0;
12666
+ --color-sf-warning-text: 0, 0, 0;
12667
+ --color-sf-info-text: 0, 0, 0;
12668
+ --color-sf-danger-text: 0, 0, 0;
12669
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
12670
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
12671
+ }
12672
+
12424
12673
  /* stylelint-disable property-no-vendor-prefix */
12425
12674
  @keyframes e-input-ripple {
12426
12675
  100% {
@@ -12484,26 +12733,137 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
12484
12733
  font-size: 18px;
12485
12734
  }
12486
12735
 
12487
- /* stylelint-disable property-no-vendor-prefix */
12488
- @keyframes e-input-ripple {
12489
- 100% {
12490
- opacity: 0;
12491
- transform: scale(4);
12492
- }
12493
- }
12494
- @keyframes slideTopUp {
12495
- from {
12496
- transform: translate3d(0, 0, 0) scale(1);
12497
- }
12498
- to {
12499
- transform: translate3d(0, 0, 0) scale(1);
12500
- }
12501
- }
12502
- /*! maskedtextbox layout */
12503
- .e-control-wrapper.e-mask .e-maskedtextbox {
12504
- font-family: Roboto, "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
12505
- font-size: 14px;
12506
- }
12736
+ :root {
12737
+ --color-sf-black: 0, 0, 0;
12738
+ --color-sf-white: 255, 255, 255;
12739
+ --color-sf-primary: 103, 80, 164;
12740
+ --color-sf-primary-container: 234, 221, 255;
12741
+ --color-sf-secondary: 98, 91, 113;
12742
+ --color-sf-secondary-container: 232, 222, 248;
12743
+ --color-sf-tertiary: 125, 82, 96;
12744
+ --color-sf-tertiary-container: 255, 216, 228;
12745
+ --color-sf-surface: 255, 255, 255;
12746
+ --color-sf-surface-variant: 231, 224, 236;
12747
+ --color-sf-background: var(--color-sf-surface);
12748
+ --color-sf-on-primary: 255, 255, 255;
12749
+ --color-sf-on-primary-container: 33, 0, 94;
12750
+ --color-sf-on-secondary: 255, 255, 255;
12751
+ --color-sf-on-secondary-container: 30, 25, 43;
12752
+ --color-sf-on-tertiary: 255, 255, 255;
12753
+ --color-sf-on-tertiary-containe: 55, 11, 30;
12754
+ --color-sf-on-surface: 28, 27, 31;
12755
+ --color-sf-on-surface-variant: 73, 69, 78;
12756
+ --color-sf-on-background: 28, 27, 31;
12757
+ --color-sf-outline: 121, 116, 126;
12758
+ --color-sf-outline-variant: 196, 199, 197;
12759
+ --color-sf-shadow: 0, 0, 0;
12760
+ --color-sf-surface-tint-color: 103, 80, 164;
12761
+ --color-sf-inverse-surface: 49, 48, 51;
12762
+ --color-sf-inverse-on-surface: 244, 239, 244;
12763
+ --color-sf-inverse-primary: 208, 188, 255;
12764
+ --color-sf-scrim: 0, 0, 0;
12765
+ --color-sf-error: 179, 38, 30;
12766
+ --color-sf-error-container: 249, 222, 220;
12767
+ --color-sf-on-error: 255, 250, 250;
12768
+ --color-sf-on-error-container: 65, 14, 11;
12769
+ --color-sf-success: 32, 81, 7;
12770
+ --color-sf-success-container: 209, 255, 186;
12771
+ --color-sf-on-success: 244, 255, 239;
12772
+ --color-sf-on-success-container: 13, 39, 0;
12773
+ --color-sf-info: 1, 87, 155;
12774
+ --color-sf-info-container: 233, 245, 255;
12775
+ --color-sf-on-info: 250, 253, 255;
12776
+ --color-sf-on-info-container: 0, 51, 91;
12777
+ --color-sf-warning: 145, 76, 0;
12778
+ --color-sf-warning-container: 254, 236, 222;
12779
+ --color-sf-on-warning: 255, 255, 255;
12780
+ --color-sf-on-warning-container: 47, 21, 0;
12781
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
12782
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
12783
+ --color-sf-diagram-palette-background: --color-sf-white;
12784
+ --color-sf-success-text: 255, 255, 255;
12785
+ --color-sf-warning-text: 255, 255, 255;
12786
+ --color-sf-danger-text: 255, 255, 255;
12787
+ --color-sf-info-text: 255, 255, 255;
12788
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
12789
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
12790
+ }
12791
+
12792
+ .e-dark-mode {
12793
+ --color-sf-black: 0, 0, 0;
12794
+ --color-sf-white: 255, 255, 255;
12795
+ --color-sf-primary: 208, 188, 255;
12796
+ --color-sf-primary-container: 79, 55, 139;
12797
+ --color-sf-secondary: 204, 194, 220;
12798
+ --color-sf-secondary-container: 74, 68, 88;
12799
+ --color-sf-tertiary: 239, 184, 200;
12800
+ --color-sf-tertiary-container: 99, 59, 72;
12801
+ --color-sf-surface: 28, 27, 31;
12802
+ --color-sf-surface-variant: 28, 27, 31;
12803
+ --color-sf-background: var(--color-sf-surface);
12804
+ --color-sf-on-primary: 55, 30, 115;
12805
+ --color-sf-on-primary-container: 234, 221, 255;
12806
+ --color-sf-on-secondary: 51, 45, 65;
12807
+ --color-sf-on-secondary-container: 232, 222, 248;
12808
+ --color-sf-on-tertiary: 73, 37, 50;
12809
+ --color-sf-on-tertiary-containe: 255, 216, 228;
12810
+ --color-sf-on-surface: 230, 225, 229;
12811
+ --color-sf-on-surface-variant: 202, 196, 208;
12812
+ --color-sf-on-background: 230, 225, 229;
12813
+ --color-sf-outline: 147, 143, 153;
12814
+ --color-sf-outline-variant: 68, 71, 70;
12815
+ --color-sf-shadow: 0, 0, 0;
12816
+ --color-sf-surface-tint-color: 208, 188, 255;
12817
+ --color-sf-inverse-surface: 230, 225, 229;
12818
+ --color-sf-inverse-on-surface: 49, 48, 51;
12819
+ --color-sf-inverse-primary: 103, 80, 164;
12820
+ --color-sf-scrim: 0, 0, 0;
12821
+ --color-sf-error: 242, 184, 181;
12822
+ --color-sf-error-container: 140, 29, 24;
12823
+ --color-sf-on-error: 96, 20, 16;
12824
+ --color-sf-on-error-container: 249, 222, 220;
12825
+ --color-sf-success: 83, 202, 23;
12826
+ --color-sf-success-container: 22, 62, 2;
12827
+ --color-sf-on-success: 13, 39, 0;
12828
+ --color-sf-on-success-container: 183, 250, 150;
12829
+ --color-sf-info: 71, 172, 251;
12830
+ --color-sf-info-container: 0, 67, 120;
12831
+ --color-sf-on-info: 0, 51, 91;
12832
+ --color-sf-on-info-container: 173, 219, 255;
12833
+ --color-sf-warning: 245, 180, 130;
12834
+ --color-sf-warning-container: 123, 65, 0;
12835
+ --color-sf-on-warning: 99, 52, 0;
12836
+ --color-sf-on-warning-container: 255, 220, 193;
12837
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
12838
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
12839
+ --color-sf-success-text: 0, 0, 0;
12840
+ --color-sf-warning-text: 0, 0, 0;
12841
+ --color-sf-info-text: 0, 0, 0;
12842
+ --color-sf-danger-text: 0, 0, 0;
12843
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
12844
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
12845
+ }
12846
+
12847
+ /* stylelint-disable property-no-vendor-prefix */
12848
+ @keyframes e-input-ripple {
12849
+ 100% {
12850
+ opacity: 0;
12851
+ transform: scale(4);
12852
+ }
12853
+ }
12854
+ @keyframes slideTopUp {
12855
+ from {
12856
+ transform: translate3d(0, 0, 0) scale(1);
12857
+ }
12858
+ to {
12859
+ transform: translate3d(0, 0, 0) scale(1);
12860
+ }
12861
+ }
12862
+ /*! maskedtextbox layout */
12863
+ .e-control-wrapper.e-mask .e-maskedtextbox {
12864
+ font-family: Roboto, "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
12865
+ font-size: 14px;
12866
+ }
12507
12867
 
12508
12868
  .e-bigger .e-control-wrapper.e-mask .e-maskedtextbox {
12509
12869
  font-size: 16px;
@@ -12533,6 +12893,117 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
12533
12893
  color: rgba(var(--color-sf-error));
12534
12894
  }
12535
12895
 
12896
+ :root {
12897
+ --color-sf-black: 0, 0, 0;
12898
+ --color-sf-white: 255, 255, 255;
12899
+ --color-sf-primary: 103, 80, 164;
12900
+ --color-sf-primary-container: 234, 221, 255;
12901
+ --color-sf-secondary: 98, 91, 113;
12902
+ --color-sf-secondary-container: 232, 222, 248;
12903
+ --color-sf-tertiary: 125, 82, 96;
12904
+ --color-sf-tertiary-container: 255, 216, 228;
12905
+ --color-sf-surface: 255, 255, 255;
12906
+ --color-sf-surface-variant: 231, 224, 236;
12907
+ --color-sf-background: var(--color-sf-surface);
12908
+ --color-sf-on-primary: 255, 255, 255;
12909
+ --color-sf-on-primary-container: 33, 0, 94;
12910
+ --color-sf-on-secondary: 255, 255, 255;
12911
+ --color-sf-on-secondary-container: 30, 25, 43;
12912
+ --color-sf-on-tertiary: 255, 255, 255;
12913
+ --color-sf-on-tertiary-containe: 55, 11, 30;
12914
+ --color-sf-on-surface: 28, 27, 31;
12915
+ --color-sf-on-surface-variant: 73, 69, 78;
12916
+ --color-sf-on-background: 28, 27, 31;
12917
+ --color-sf-outline: 121, 116, 126;
12918
+ --color-sf-outline-variant: 196, 199, 197;
12919
+ --color-sf-shadow: 0, 0, 0;
12920
+ --color-sf-surface-tint-color: 103, 80, 164;
12921
+ --color-sf-inverse-surface: 49, 48, 51;
12922
+ --color-sf-inverse-on-surface: 244, 239, 244;
12923
+ --color-sf-inverse-primary: 208, 188, 255;
12924
+ --color-sf-scrim: 0, 0, 0;
12925
+ --color-sf-error: 179, 38, 30;
12926
+ --color-sf-error-container: 249, 222, 220;
12927
+ --color-sf-on-error: 255, 250, 250;
12928
+ --color-sf-on-error-container: 65, 14, 11;
12929
+ --color-sf-success: 32, 81, 7;
12930
+ --color-sf-success-container: 209, 255, 186;
12931
+ --color-sf-on-success: 244, 255, 239;
12932
+ --color-sf-on-success-container: 13, 39, 0;
12933
+ --color-sf-info: 1, 87, 155;
12934
+ --color-sf-info-container: 233, 245, 255;
12935
+ --color-sf-on-info: 250, 253, 255;
12936
+ --color-sf-on-info-container: 0, 51, 91;
12937
+ --color-sf-warning: 145, 76, 0;
12938
+ --color-sf-warning-container: 254, 236, 222;
12939
+ --color-sf-on-warning: 255, 255, 255;
12940
+ --color-sf-on-warning-container: 47, 21, 0;
12941
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
12942
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
12943
+ --color-sf-diagram-palette-background: --color-sf-white;
12944
+ --color-sf-success-text: 255, 255, 255;
12945
+ --color-sf-warning-text: 255, 255, 255;
12946
+ --color-sf-danger-text: 255, 255, 255;
12947
+ --color-sf-info-text: 255, 255, 255;
12948
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
12949
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
12950
+ }
12951
+
12952
+ .e-dark-mode {
12953
+ --color-sf-black: 0, 0, 0;
12954
+ --color-sf-white: 255, 255, 255;
12955
+ --color-sf-primary: 208, 188, 255;
12956
+ --color-sf-primary-container: 79, 55, 139;
12957
+ --color-sf-secondary: 204, 194, 220;
12958
+ --color-sf-secondary-container: 74, 68, 88;
12959
+ --color-sf-tertiary: 239, 184, 200;
12960
+ --color-sf-tertiary-container: 99, 59, 72;
12961
+ --color-sf-surface: 28, 27, 31;
12962
+ --color-sf-surface-variant: 28, 27, 31;
12963
+ --color-sf-background: var(--color-sf-surface);
12964
+ --color-sf-on-primary: 55, 30, 115;
12965
+ --color-sf-on-primary-container: 234, 221, 255;
12966
+ --color-sf-on-secondary: 51, 45, 65;
12967
+ --color-sf-on-secondary-container: 232, 222, 248;
12968
+ --color-sf-on-tertiary: 73, 37, 50;
12969
+ --color-sf-on-tertiary-containe: 255, 216, 228;
12970
+ --color-sf-on-surface: 230, 225, 229;
12971
+ --color-sf-on-surface-variant: 202, 196, 208;
12972
+ --color-sf-on-background: 230, 225, 229;
12973
+ --color-sf-outline: 147, 143, 153;
12974
+ --color-sf-outline-variant: 68, 71, 70;
12975
+ --color-sf-shadow: 0, 0, 0;
12976
+ --color-sf-surface-tint-color: 208, 188, 255;
12977
+ --color-sf-inverse-surface: 230, 225, 229;
12978
+ --color-sf-inverse-on-surface: 49, 48, 51;
12979
+ --color-sf-inverse-primary: 103, 80, 164;
12980
+ --color-sf-scrim: 0, 0, 0;
12981
+ --color-sf-error: 242, 184, 181;
12982
+ --color-sf-error-container: 140, 29, 24;
12983
+ --color-sf-on-error: 96, 20, 16;
12984
+ --color-sf-on-error-container: 249, 222, 220;
12985
+ --color-sf-success: 83, 202, 23;
12986
+ --color-sf-success-container: 22, 62, 2;
12987
+ --color-sf-on-success: 13, 39, 0;
12988
+ --color-sf-on-success-container: 183, 250, 150;
12989
+ --color-sf-info: 71, 172, 251;
12990
+ --color-sf-info-container: 0, 67, 120;
12991
+ --color-sf-on-info: 0, 51, 91;
12992
+ --color-sf-on-info-container: 173, 219, 255;
12993
+ --color-sf-warning: 245, 180, 130;
12994
+ --color-sf-warning-container: 123, 65, 0;
12995
+ --color-sf-on-warning: 99, 52, 0;
12996
+ --color-sf-on-warning-container: 255, 220, 193;
12997
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
12998
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
12999
+ --color-sf-success-text: 0, 0, 0;
13000
+ --color-sf-warning-text: 0, 0, 0;
13001
+ --color-sf-info-text: 0, 0, 0;
13002
+ --color-sf-danger-text: 0, 0, 0;
13003
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
13004
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
13005
+ }
13006
+
12536
13007
  /* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
12537
13008
  /* stylelint-disable property-no-vendor-prefix */
12538
13009
  .e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
@@ -13242,6 +13713,117 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
13242
13713
  .e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
13243
13714
  border-color: rgba(var(--color-sf-primary));
13244
13715
  }
13716
+ :root {
13717
+ --color-sf-black: 0, 0, 0;
13718
+ --color-sf-white: 255, 255, 255;
13719
+ --color-sf-primary: 103, 80, 164;
13720
+ --color-sf-primary-container: 234, 221, 255;
13721
+ --color-sf-secondary: 98, 91, 113;
13722
+ --color-sf-secondary-container: 232, 222, 248;
13723
+ --color-sf-tertiary: 125, 82, 96;
13724
+ --color-sf-tertiary-container: 255, 216, 228;
13725
+ --color-sf-surface: 255, 255, 255;
13726
+ --color-sf-surface-variant: 231, 224, 236;
13727
+ --color-sf-background: var(--color-sf-surface);
13728
+ --color-sf-on-primary: 255, 255, 255;
13729
+ --color-sf-on-primary-container: 33, 0, 94;
13730
+ --color-sf-on-secondary: 255, 255, 255;
13731
+ --color-sf-on-secondary-container: 30, 25, 43;
13732
+ --color-sf-on-tertiary: 255, 255, 255;
13733
+ --color-sf-on-tertiary-containe: 55, 11, 30;
13734
+ --color-sf-on-surface: 28, 27, 31;
13735
+ --color-sf-on-surface-variant: 73, 69, 78;
13736
+ --color-sf-on-background: 28, 27, 31;
13737
+ --color-sf-outline: 121, 116, 126;
13738
+ --color-sf-outline-variant: 196, 199, 197;
13739
+ --color-sf-shadow: 0, 0, 0;
13740
+ --color-sf-surface-tint-color: 103, 80, 164;
13741
+ --color-sf-inverse-surface: 49, 48, 51;
13742
+ --color-sf-inverse-on-surface: 244, 239, 244;
13743
+ --color-sf-inverse-primary: 208, 188, 255;
13744
+ --color-sf-scrim: 0, 0, 0;
13745
+ --color-sf-error: 179, 38, 30;
13746
+ --color-sf-error-container: 249, 222, 220;
13747
+ --color-sf-on-error: 255, 250, 250;
13748
+ --color-sf-on-error-container: 65, 14, 11;
13749
+ --color-sf-success: 32, 81, 7;
13750
+ --color-sf-success-container: 209, 255, 186;
13751
+ --color-sf-on-success: 244, 255, 239;
13752
+ --color-sf-on-success-container: 13, 39, 0;
13753
+ --color-sf-info: 1, 87, 155;
13754
+ --color-sf-info-container: 233, 245, 255;
13755
+ --color-sf-on-info: 250, 253, 255;
13756
+ --color-sf-on-info-container: 0, 51, 91;
13757
+ --color-sf-warning: 145, 76, 0;
13758
+ --color-sf-warning-container: 254, 236, 222;
13759
+ --color-sf-on-warning: 255, 255, 255;
13760
+ --color-sf-on-warning-container: 47, 21, 0;
13761
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
13762
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
13763
+ --color-sf-diagram-palette-background: --color-sf-white;
13764
+ --color-sf-success-text: 255, 255, 255;
13765
+ --color-sf-warning-text: 255, 255, 255;
13766
+ --color-sf-danger-text: 255, 255, 255;
13767
+ --color-sf-info-text: 255, 255, 255;
13768
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
13769
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
13770
+ }
13771
+
13772
+ .e-dark-mode {
13773
+ --color-sf-black: 0, 0, 0;
13774
+ --color-sf-white: 255, 255, 255;
13775
+ --color-sf-primary: 208, 188, 255;
13776
+ --color-sf-primary-container: 79, 55, 139;
13777
+ --color-sf-secondary: 204, 194, 220;
13778
+ --color-sf-secondary-container: 74, 68, 88;
13779
+ --color-sf-tertiary: 239, 184, 200;
13780
+ --color-sf-tertiary-container: 99, 59, 72;
13781
+ --color-sf-surface: 28, 27, 31;
13782
+ --color-sf-surface-variant: 28, 27, 31;
13783
+ --color-sf-background: var(--color-sf-surface);
13784
+ --color-sf-on-primary: 55, 30, 115;
13785
+ --color-sf-on-primary-container: 234, 221, 255;
13786
+ --color-sf-on-secondary: 51, 45, 65;
13787
+ --color-sf-on-secondary-container: 232, 222, 248;
13788
+ --color-sf-on-tertiary: 73, 37, 50;
13789
+ --color-sf-on-tertiary-containe: 255, 216, 228;
13790
+ --color-sf-on-surface: 230, 225, 229;
13791
+ --color-sf-on-surface-variant: 202, 196, 208;
13792
+ --color-sf-on-background: 230, 225, 229;
13793
+ --color-sf-outline: 147, 143, 153;
13794
+ --color-sf-outline-variant: 68, 71, 70;
13795
+ --color-sf-shadow: 0, 0, 0;
13796
+ --color-sf-surface-tint-color: 208, 188, 255;
13797
+ --color-sf-inverse-surface: 230, 225, 229;
13798
+ --color-sf-inverse-on-surface: 49, 48, 51;
13799
+ --color-sf-inverse-primary: 103, 80, 164;
13800
+ --color-sf-scrim: 0, 0, 0;
13801
+ --color-sf-error: 242, 184, 181;
13802
+ --color-sf-error-container: 140, 29, 24;
13803
+ --color-sf-on-error: 96, 20, 16;
13804
+ --color-sf-on-error-container: 249, 222, 220;
13805
+ --color-sf-success: 83, 202, 23;
13806
+ --color-sf-success-container: 22, 62, 2;
13807
+ --color-sf-on-success: 13, 39, 0;
13808
+ --color-sf-on-success-container: 183, 250, 150;
13809
+ --color-sf-info: 71, 172, 251;
13810
+ --color-sf-info-container: 0, 67, 120;
13811
+ --color-sf-on-info: 0, 51, 91;
13812
+ --color-sf-on-info-container: 173, 219, 255;
13813
+ --color-sf-warning: 245, 180, 130;
13814
+ --color-sf-warning-container: 123, 65, 0;
13815
+ --color-sf-on-warning: 99, 52, 0;
13816
+ --color-sf-on-warning-container: 255, 220, 193;
13817
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
13818
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
13819
+ --color-sf-success-text: 0, 0, 0;
13820
+ --color-sf-warning-text: 0, 0, 0;
13821
+ --color-sf-info-text: 0, 0, 0;
13822
+ --color-sf-danger-text: 0, 0, 0;
13823
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
13824
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
13825
+ }
13826
+
13245
13827
  /* stylelint-disable property-no-vendor-prefix */
13246
13828
  @keyframes e-input-ripple {
13247
13829
  100% {
@@ -13257,7 +13839,118 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
13257
13839
  transform: translate3d(0, 0, 0) scale(1);
13258
13840
  }
13259
13841
  }
13260
- /* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
13842
+ /* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
13843
+ :root {
13844
+ --color-sf-black: 0, 0, 0;
13845
+ --color-sf-white: 255, 255, 255;
13846
+ --color-sf-primary: 103, 80, 164;
13847
+ --color-sf-primary-container: 234, 221, 255;
13848
+ --color-sf-secondary: 98, 91, 113;
13849
+ --color-sf-secondary-container: 232, 222, 248;
13850
+ --color-sf-tertiary: 125, 82, 96;
13851
+ --color-sf-tertiary-container: 255, 216, 228;
13852
+ --color-sf-surface: 255, 255, 255;
13853
+ --color-sf-surface-variant: 231, 224, 236;
13854
+ --color-sf-background: var(--color-sf-surface);
13855
+ --color-sf-on-primary: 255, 255, 255;
13856
+ --color-sf-on-primary-container: 33, 0, 94;
13857
+ --color-sf-on-secondary: 255, 255, 255;
13858
+ --color-sf-on-secondary-container: 30, 25, 43;
13859
+ --color-sf-on-tertiary: 255, 255, 255;
13860
+ --color-sf-on-tertiary-containe: 55, 11, 30;
13861
+ --color-sf-on-surface: 28, 27, 31;
13862
+ --color-sf-on-surface-variant: 73, 69, 78;
13863
+ --color-sf-on-background: 28, 27, 31;
13864
+ --color-sf-outline: 121, 116, 126;
13865
+ --color-sf-outline-variant: 196, 199, 197;
13866
+ --color-sf-shadow: 0, 0, 0;
13867
+ --color-sf-surface-tint-color: 103, 80, 164;
13868
+ --color-sf-inverse-surface: 49, 48, 51;
13869
+ --color-sf-inverse-on-surface: 244, 239, 244;
13870
+ --color-sf-inverse-primary: 208, 188, 255;
13871
+ --color-sf-scrim: 0, 0, 0;
13872
+ --color-sf-error: 179, 38, 30;
13873
+ --color-sf-error-container: 249, 222, 220;
13874
+ --color-sf-on-error: 255, 250, 250;
13875
+ --color-sf-on-error-container: 65, 14, 11;
13876
+ --color-sf-success: 32, 81, 7;
13877
+ --color-sf-success-container: 209, 255, 186;
13878
+ --color-sf-on-success: 244, 255, 239;
13879
+ --color-sf-on-success-container: 13, 39, 0;
13880
+ --color-sf-info: 1, 87, 155;
13881
+ --color-sf-info-container: 233, 245, 255;
13882
+ --color-sf-on-info: 250, 253, 255;
13883
+ --color-sf-on-info-container: 0, 51, 91;
13884
+ --color-sf-warning: 145, 76, 0;
13885
+ --color-sf-warning-container: 254, 236, 222;
13886
+ --color-sf-on-warning: 255, 255, 255;
13887
+ --color-sf-on-warning-container: 47, 21, 0;
13888
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
13889
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
13890
+ --color-sf-diagram-palette-background: --color-sf-white;
13891
+ --color-sf-success-text: 255, 255, 255;
13892
+ --color-sf-warning-text: 255, 255, 255;
13893
+ --color-sf-danger-text: 255, 255, 255;
13894
+ --color-sf-info-text: 255, 255, 255;
13895
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
13896
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
13897
+ }
13898
+
13899
+ .e-dark-mode {
13900
+ --color-sf-black: 0, 0, 0;
13901
+ --color-sf-white: 255, 255, 255;
13902
+ --color-sf-primary: 208, 188, 255;
13903
+ --color-sf-primary-container: 79, 55, 139;
13904
+ --color-sf-secondary: 204, 194, 220;
13905
+ --color-sf-secondary-container: 74, 68, 88;
13906
+ --color-sf-tertiary: 239, 184, 200;
13907
+ --color-sf-tertiary-container: 99, 59, 72;
13908
+ --color-sf-surface: 28, 27, 31;
13909
+ --color-sf-surface-variant: 28, 27, 31;
13910
+ --color-sf-background: var(--color-sf-surface);
13911
+ --color-sf-on-primary: 55, 30, 115;
13912
+ --color-sf-on-primary-container: 234, 221, 255;
13913
+ --color-sf-on-secondary: 51, 45, 65;
13914
+ --color-sf-on-secondary-container: 232, 222, 248;
13915
+ --color-sf-on-tertiary: 73, 37, 50;
13916
+ --color-sf-on-tertiary-containe: 255, 216, 228;
13917
+ --color-sf-on-surface: 230, 225, 229;
13918
+ --color-sf-on-surface-variant: 202, 196, 208;
13919
+ --color-sf-on-background: 230, 225, 229;
13920
+ --color-sf-outline: 147, 143, 153;
13921
+ --color-sf-outline-variant: 68, 71, 70;
13922
+ --color-sf-shadow: 0, 0, 0;
13923
+ --color-sf-surface-tint-color: 208, 188, 255;
13924
+ --color-sf-inverse-surface: 230, 225, 229;
13925
+ --color-sf-inverse-on-surface: 49, 48, 51;
13926
+ --color-sf-inverse-primary: 103, 80, 164;
13927
+ --color-sf-scrim: 0, 0, 0;
13928
+ --color-sf-error: 242, 184, 181;
13929
+ --color-sf-error-container: 140, 29, 24;
13930
+ --color-sf-on-error: 96, 20, 16;
13931
+ --color-sf-on-error-container: 249, 222, 220;
13932
+ --color-sf-success: 83, 202, 23;
13933
+ --color-sf-success-container: 22, 62, 2;
13934
+ --color-sf-on-success: 13, 39, 0;
13935
+ --color-sf-on-success-container: 183, 250, 150;
13936
+ --color-sf-info: 71, 172, 251;
13937
+ --color-sf-info-container: 0, 67, 120;
13938
+ --color-sf-on-info: 0, 51, 91;
13939
+ --color-sf-on-info-container: 173, 219, 255;
13940
+ --color-sf-warning: 245, 180, 130;
13941
+ --color-sf-warning-container: 123, 65, 0;
13942
+ --color-sf-on-warning: 99, 52, 0;
13943
+ --color-sf-on-warning-container: 255, 220, 193;
13944
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
13945
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
13946
+ --color-sf-success-text: 0, 0, 0;
13947
+ --color-sf-warning-text: 0, 0, 0;
13948
+ --color-sf-info-text: 0, 0, 0;
13949
+ --color-sf-danger-text: 0, 0, 0;
13950
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
13951
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
13952
+ }
13953
+
13261
13954
  /* stylelint-disable property-no-vendor-prefix */
13262
13955
  @keyframes material-spinner-rotate {
13263
13956
  0% {
@@ -14064,6 +14757,117 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
14064
14757
  box-shadow: 0 0 0 transparent;
14065
14758
  }
14066
14759
 
14760
+ :root {
14761
+ --color-sf-black: 0, 0, 0;
14762
+ --color-sf-white: 255, 255, 255;
14763
+ --color-sf-primary: 103, 80, 164;
14764
+ --color-sf-primary-container: 234, 221, 255;
14765
+ --color-sf-secondary: 98, 91, 113;
14766
+ --color-sf-secondary-container: 232, 222, 248;
14767
+ --color-sf-tertiary: 125, 82, 96;
14768
+ --color-sf-tertiary-container: 255, 216, 228;
14769
+ --color-sf-surface: 255, 255, 255;
14770
+ --color-sf-surface-variant: 231, 224, 236;
14771
+ --color-sf-background: var(--color-sf-surface);
14772
+ --color-sf-on-primary: 255, 255, 255;
14773
+ --color-sf-on-primary-container: 33, 0, 94;
14774
+ --color-sf-on-secondary: 255, 255, 255;
14775
+ --color-sf-on-secondary-container: 30, 25, 43;
14776
+ --color-sf-on-tertiary: 255, 255, 255;
14777
+ --color-sf-on-tertiary-containe: 55, 11, 30;
14778
+ --color-sf-on-surface: 28, 27, 31;
14779
+ --color-sf-on-surface-variant: 73, 69, 78;
14780
+ --color-sf-on-background: 28, 27, 31;
14781
+ --color-sf-outline: 121, 116, 126;
14782
+ --color-sf-outline-variant: 196, 199, 197;
14783
+ --color-sf-shadow: 0, 0, 0;
14784
+ --color-sf-surface-tint-color: 103, 80, 164;
14785
+ --color-sf-inverse-surface: 49, 48, 51;
14786
+ --color-sf-inverse-on-surface: 244, 239, 244;
14787
+ --color-sf-inverse-primary: 208, 188, 255;
14788
+ --color-sf-scrim: 0, 0, 0;
14789
+ --color-sf-error: 179, 38, 30;
14790
+ --color-sf-error-container: 249, 222, 220;
14791
+ --color-sf-on-error: 255, 250, 250;
14792
+ --color-sf-on-error-container: 65, 14, 11;
14793
+ --color-sf-success: 32, 81, 7;
14794
+ --color-sf-success-container: 209, 255, 186;
14795
+ --color-sf-on-success: 244, 255, 239;
14796
+ --color-sf-on-success-container: 13, 39, 0;
14797
+ --color-sf-info: 1, 87, 155;
14798
+ --color-sf-info-container: 233, 245, 255;
14799
+ --color-sf-on-info: 250, 253, 255;
14800
+ --color-sf-on-info-container: 0, 51, 91;
14801
+ --color-sf-warning: 145, 76, 0;
14802
+ --color-sf-warning-container: 254, 236, 222;
14803
+ --color-sf-on-warning: 255, 255, 255;
14804
+ --color-sf-on-warning-container: 47, 21, 0;
14805
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
14806
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
14807
+ --color-sf-diagram-palette-background: --color-sf-white;
14808
+ --color-sf-success-text: 255, 255, 255;
14809
+ --color-sf-warning-text: 255, 255, 255;
14810
+ --color-sf-danger-text: 255, 255, 255;
14811
+ --color-sf-info-text: 255, 255, 255;
14812
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
14813
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
14814
+ }
14815
+
14816
+ .e-dark-mode {
14817
+ --color-sf-black: 0, 0, 0;
14818
+ --color-sf-white: 255, 255, 255;
14819
+ --color-sf-primary: 208, 188, 255;
14820
+ --color-sf-primary-container: 79, 55, 139;
14821
+ --color-sf-secondary: 204, 194, 220;
14822
+ --color-sf-secondary-container: 74, 68, 88;
14823
+ --color-sf-tertiary: 239, 184, 200;
14824
+ --color-sf-tertiary-container: 99, 59, 72;
14825
+ --color-sf-surface: 28, 27, 31;
14826
+ --color-sf-surface-variant: 28, 27, 31;
14827
+ --color-sf-background: var(--color-sf-surface);
14828
+ --color-sf-on-primary: 55, 30, 115;
14829
+ --color-sf-on-primary-container: 234, 221, 255;
14830
+ --color-sf-on-secondary: 51, 45, 65;
14831
+ --color-sf-on-secondary-container: 232, 222, 248;
14832
+ --color-sf-on-tertiary: 73, 37, 50;
14833
+ --color-sf-on-tertiary-containe: 255, 216, 228;
14834
+ --color-sf-on-surface: 230, 225, 229;
14835
+ --color-sf-on-surface-variant: 202, 196, 208;
14836
+ --color-sf-on-background: 230, 225, 229;
14837
+ --color-sf-outline: 147, 143, 153;
14838
+ --color-sf-outline-variant: 68, 71, 70;
14839
+ --color-sf-shadow: 0, 0, 0;
14840
+ --color-sf-surface-tint-color: 208, 188, 255;
14841
+ --color-sf-inverse-surface: 230, 225, 229;
14842
+ --color-sf-inverse-on-surface: 49, 48, 51;
14843
+ --color-sf-inverse-primary: 103, 80, 164;
14844
+ --color-sf-scrim: 0, 0, 0;
14845
+ --color-sf-error: 242, 184, 181;
14846
+ --color-sf-error-container: 140, 29, 24;
14847
+ --color-sf-on-error: 96, 20, 16;
14848
+ --color-sf-on-error-container: 249, 222, 220;
14849
+ --color-sf-success: 83, 202, 23;
14850
+ --color-sf-success-container: 22, 62, 2;
14851
+ --color-sf-on-success: 13, 39, 0;
14852
+ --color-sf-on-success-container: 183, 250, 150;
14853
+ --color-sf-info: 71, 172, 251;
14854
+ --color-sf-info-container: 0, 67, 120;
14855
+ --color-sf-on-info: 0, 51, 91;
14856
+ --color-sf-on-info-container: 173, 219, 255;
14857
+ --color-sf-warning: 245, 180, 130;
14858
+ --color-sf-warning-container: 123, 65, 0;
14859
+ --color-sf-on-warning: 99, 52, 0;
14860
+ --color-sf-on-warning-container: 255, 220, 193;
14861
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
14862
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
14863
+ --color-sf-success-text: 0, 0, 0;
14864
+ --color-sf-warning-text: 0, 0, 0;
14865
+ --color-sf-info-text: 0, 0, 0;
14866
+ --color-sf-danger-text: 0, 0, 0;
14867
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
14868
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
14869
+ }
14870
+
14067
14871
  /* stylelint-disable-line no-empty-source */
14068
14872
  /* stylelint-disable property-no-vendor-prefix */
14069
14873
  @keyframes e-input-ripple {
@@ -14889,6 +15693,117 @@ body.e-colorpicker-overflow {
14889
15693
  border-color: rgba(var(--color-sf-white));
14890
15694
  }
14891
15695
 
15696
+ :root {
15697
+ --color-sf-black: 0, 0, 0;
15698
+ --color-sf-white: 255, 255, 255;
15699
+ --color-sf-primary: 103, 80, 164;
15700
+ --color-sf-primary-container: 234, 221, 255;
15701
+ --color-sf-secondary: 98, 91, 113;
15702
+ --color-sf-secondary-container: 232, 222, 248;
15703
+ --color-sf-tertiary: 125, 82, 96;
15704
+ --color-sf-tertiary-container: 255, 216, 228;
15705
+ --color-sf-surface: 255, 255, 255;
15706
+ --color-sf-surface-variant: 231, 224, 236;
15707
+ --color-sf-background: var(--color-sf-surface);
15708
+ --color-sf-on-primary: 255, 255, 255;
15709
+ --color-sf-on-primary-container: 33, 0, 94;
15710
+ --color-sf-on-secondary: 255, 255, 255;
15711
+ --color-sf-on-secondary-container: 30, 25, 43;
15712
+ --color-sf-on-tertiary: 255, 255, 255;
15713
+ --color-sf-on-tertiary-containe: 55, 11, 30;
15714
+ --color-sf-on-surface: 28, 27, 31;
15715
+ --color-sf-on-surface-variant: 73, 69, 78;
15716
+ --color-sf-on-background: 28, 27, 31;
15717
+ --color-sf-outline: 121, 116, 126;
15718
+ --color-sf-outline-variant: 196, 199, 197;
15719
+ --color-sf-shadow: 0, 0, 0;
15720
+ --color-sf-surface-tint-color: 103, 80, 164;
15721
+ --color-sf-inverse-surface: 49, 48, 51;
15722
+ --color-sf-inverse-on-surface: 244, 239, 244;
15723
+ --color-sf-inverse-primary: 208, 188, 255;
15724
+ --color-sf-scrim: 0, 0, 0;
15725
+ --color-sf-error: 179, 38, 30;
15726
+ --color-sf-error-container: 249, 222, 220;
15727
+ --color-sf-on-error: 255, 250, 250;
15728
+ --color-sf-on-error-container: 65, 14, 11;
15729
+ --color-sf-success: 32, 81, 7;
15730
+ --color-sf-success-container: 209, 255, 186;
15731
+ --color-sf-on-success: 244, 255, 239;
15732
+ --color-sf-on-success-container: 13, 39, 0;
15733
+ --color-sf-info: 1, 87, 155;
15734
+ --color-sf-info-container: 233, 245, 255;
15735
+ --color-sf-on-info: 250, 253, 255;
15736
+ --color-sf-on-info-container: 0, 51, 91;
15737
+ --color-sf-warning: 145, 76, 0;
15738
+ --color-sf-warning-container: 254, 236, 222;
15739
+ --color-sf-on-warning: 255, 255, 255;
15740
+ --color-sf-on-warning-container: 47, 21, 0;
15741
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
15742
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
15743
+ --color-sf-diagram-palette-background: --color-sf-white;
15744
+ --color-sf-success-text: 255, 255, 255;
15745
+ --color-sf-warning-text: 255, 255, 255;
15746
+ --color-sf-danger-text: 255, 255, 255;
15747
+ --color-sf-info-text: 255, 255, 255;
15748
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
15749
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
15750
+ }
15751
+
15752
+ .e-dark-mode {
15753
+ --color-sf-black: 0, 0, 0;
15754
+ --color-sf-white: 255, 255, 255;
15755
+ --color-sf-primary: 208, 188, 255;
15756
+ --color-sf-primary-container: 79, 55, 139;
15757
+ --color-sf-secondary: 204, 194, 220;
15758
+ --color-sf-secondary-container: 74, 68, 88;
15759
+ --color-sf-tertiary: 239, 184, 200;
15760
+ --color-sf-tertiary-container: 99, 59, 72;
15761
+ --color-sf-surface: 28, 27, 31;
15762
+ --color-sf-surface-variant: 28, 27, 31;
15763
+ --color-sf-background: var(--color-sf-surface);
15764
+ --color-sf-on-primary: 55, 30, 115;
15765
+ --color-sf-on-primary-container: 234, 221, 255;
15766
+ --color-sf-on-secondary: 51, 45, 65;
15767
+ --color-sf-on-secondary-container: 232, 222, 248;
15768
+ --color-sf-on-tertiary: 73, 37, 50;
15769
+ --color-sf-on-tertiary-containe: 255, 216, 228;
15770
+ --color-sf-on-surface: 230, 225, 229;
15771
+ --color-sf-on-surface-variant: 202, 196, 208;
15772
+ --color-sf-on-background: 230, 225, 229;
15773
+ --color-sf-outline: 147, 143, 153;
15774
+ --color-sf-outline-variant: 68, 71, 70;
15775
+ --color-sf-shadow: 0, 0, 0;
15776
+ --color-sf-surface-tint-color: 208, 188, 255;
15777
+ --color-sf-inverse-surface: 230, 225, 229;
15778
+ --color-sf-inverse-on-surface: 49, 48, 51;
15779
+ --color-sf-inverse-primary: 103, 80, 164;
15780
+ --color-sf-scrim: 0, 0, 0;
15781
+ --color-sf-error: 242, 184, 181;
15782
+ --color-sf-error-container: 140, 29, 24;
15783
+ --color-sf-on-error: 96, 20, 16;
15784
+ --color-sf-on-error-container: 249, 222, 220;
15785
+ --color-sf-success: 83, 202, 23;
15786
+ --color-sf-success-container: 22, 62, 2;
15787
+ --color-sf-on-success: 13, 39, 0;
15788
+ --color-sf-on-success-container: 183, 250, 150;
15789
+ --color-sf-info: 71, 172, 251;
15790
+ --color-sf-info-container: 0, 67, 120;
15791
+ --color-sf-on-info: 0, 51, 91;
15792
+ --color-sf-on-info-container: 173, 219, 255;
15793
+ --color-sf-warning: 245, 180, 130;
15794
+ --color-sf-warning-container: 123, 65, 0;
15795
+ --color-sf-on-warning: 99, 52, 0;
15796
+ --color-sf-on-warning-container: 255, 220, 193;
15797
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
15798
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
15799
+ --color-sf-success-text: 0, 0, 0;
15800
+ --color-sf-warning-text: 0, 0, 0;
15801
+ --color-sf-info-text: 0, 0, 0;
15802
+ --color-sf-danger-text: 0, 0, 0;
15803
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
15804
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
15805
+ }
15806
+
14892
15807
  .e-rating-container {
14893
15808
  display: -ms-inline-flexbox;
14894
15809
  display: inline-flex;