@syncfusion/ej2-angular-navigations 22.2.8 → 22.2.11-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 (810) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +2021 -0
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-navigations.js +1859 -0
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -0
  5. package/CHANGELOG.md +2240 -0
  6. package/dist/ej2-angular-navigations.umd.js +2116 -0
  7. package/dist/ej2-angular-navigations.umd.js.map +1 -0
  8. package/dist/ej2-angular-navigations.umd.min.js +11 -0
  9. package/dist/ej2-angular-navigations.umd.min.js.map +1 -0
  10. package/ej2-angular-navigations.d.ts +14 -0
  11. package/ej2-angular-navigations.metadata.json +1 -0
  12. package/package.json +14 -28
  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/accordion/accordion-all.module.d.ts +0 -6
  18. package/src/accordion/accordion.component.d.ts +0 -3
  19. package/src/accordion/accordion.module.d.ts +0 -7
  20. package/src/accordion/items.directive.d.ts +0 -5
  21. package/src/appbar/appbar-all.module.d.ts +0 -6
  22. package/src/appbar/appbar.component.d.ts +0 -3
  23. package/src/appbar/appbar.module.d.ts +0 -6
  24. package/src/breadcrumb/breadcrumb-all.module.d.ts +0 -6
  25. package/src/breadcrumb/breadcrumb.component.d.ts +0 -3
  26. package/src/breadcrumb/breadcrumb.module.d.ts +0 -7
  27. package/src/breadcrumb/items.directive.d.ts +0 -5
  28. package/src/carousel/carousel-all.module.d.ts +0 -6
  29. package/src/carousel/carousel.component.d.ts +0 -3
  30. package/src/carousel/carousel.module.d.ts +0 -7
  31. package/src/carousel/items.directive.d.ts +0 -5
  32. package/src/context-menu/contextmenu-all.module.d.ts +0 -6
  33. package/src/context-menu/contextmenu.component.d.ts +0 -3
  34. package/src/context-menu/contextmenu.module.d.ts +0 -6
  35. package/src/menu/items.directive.d.ts +0 -5
  36. package/src/menu/menu-all.module.d.ts +0 -6
  37. package/src/menu/menu.component.d.ts +0 -3
  38. package/src/menu/menu.module.d.ts +0 -7
  39. package/src/sidebar/sidebar-all.module.d.ts +0 -6
  40. package/src/sidebar/sidebar.component.d.ts +0 -3
  41. package/src/sidebar/sidebar.module.d.ts +0 -6
  42. package/src/tab/items.directive.d.ts +0 -5
  43. package/src/tab/tab-all.module.d.ts +0 -6
  44. package/src/tab/tab.component.d.ts +0 -3
  45. package/src/tab/tab.module.d.ts +0 -7
  46. package/src/toolbar/items.directive.d.ts +0 -5
  47. package/src/toolbar/toolbar-all.module.d.ts +0 -6
  48. package/src/toolbar/toolbar.component.d.ts +0 -3
  49. package/src/toolbar/toolbar.module.d.ts +0 -7
  50. package/src/treeview/treeview-all.module.d.ts +0 -6
  51. package/src/treeview/treeview.component.d.ts +0 -3
  52. package/src/treeview/treeview.module.d.ts +0 -6
  53. package/styles/accordion/bootstrap-dark.scss +1 -4
  54. package/styles/accordion/bootstrap.scss +1 -4
  55. package/styles/accordion/bootstrap4.scss +1 -4
  56. package/styles/accordion/bootstrap5-dark.scss +1 -4
  57. package/styles/accordion/bootstrap5.scss +1 -4
  58. package/styles/accordion/fabric-dark.scss +1 -4
  59. package/styles/accordion/fabric.scss +1 -4
  60. package/styles/accordion/fluent-dark.scss +1 -4
  61. package/styles/accordion/fluent.scss +1 -4
  62. package/styles/accordion/highcontrast-light.scss +1 -4
  63. package/styles/accordion/highcontrast.scss +1 -4
  64. package/styles/accordion/material-dark.scss +1 -4
  65. package/styles/accordion/material.css +1 -1
  66. package/styles/accordion/material.scss +1 -4
  67. package/styles/accordion/material3-dark.scss +1 -4
  68. package/styles/accordion/material3.scss +1 -4
  69. package/styles/accordion/tailwind-dark.scss +1 -4
  70. package/styles/accordion/tailwind.scss +1 -4
  71. package/styles/appbar/bootstrap-dark.scss +1 -3
  72. package/styles/appbar/bootstrap.scss +1 -3
  73. package/styles/appbar/bootstrap4.scss +1 -3
  74. package/styles/appbar/bootstrap5-dark.scss +1 -3
  75. package/styles/appbar/bootstrap5.scss +1 -3
  76. package/styles/appbar/fabric-dark.scss +1 -3
  77. package/styles/appbar/fabric.scss +1 -3
  78. package/styles/appbar/fluent-dark.scss +1 -3
  79. package/styles/appbar/fluent.scss +1 -3
  80. package/styles/appbar/highcontrast-light.scss +1 -3
  81. package/styles/appbar/highcontrast.scss +1 -3
  82. package/styles/appbar/material-dark.scss +1 -3
  83. package/styles/appbar/material.css +1 -1
  84. package/styles/appbar/material.scss +1 -3
  85. package/styles/appbar/material3-dark.scss +1 -3
  86. package/styles/appbar/material3.scss +1 -3
  87. package/styles/appbar/tailwind-dark.scss +1 -3
  88. package/styles/appbar/tailwind.scss +1 -3
  89. package/styles/breadcrumb/bootstrap-dark.scss +1 -4
  90. package/styles/breadcrumb/bootstrap.scss +1 -4
  91. package/styles/breadcrumb/bootstrap4.scss +1 -4
  92. package/styles/breadcrumb/bootstrap5-dark.scss +1 -4
  93. package/styles/breadcrumb/bootstrap5.scss +1 -4
  94. package/styles/breadcrumb/fabric-dark.scss +1 -4
  95. package/styles/breadcrumb/fabric.scss +1 -4
  96. package/styles/breadcrumb/fluent-dark.scss +1 -4
  97. package/styles/breadcrumb/fluent.scss +1 -4
  98. package/styles/breadcrumb/highcontrast-light.scss +1 -4
  99. package/styles/breadcrumb/highcontrast.scss +1 -4
  100. package/styles/breadcrumb/material-dark.scss +1 -4
  101. package/styles/breadcrumb/material.css +1 -1
  102. package/styles/breadcrumb/material.scss +1 -4
  103. package/styles/breadcrumb/material3-dark.scss +1 -4
  104. package/styles/breadcrumb/material3.scss +1 -4
  105. package/styles/breadcrumb/tailwind-dark.scss +1 -4
  106. package/styles/breadcrumb/tailwind.scss +1 -4
  107. package/styles/carousel/bootstrap-dark.scss +1 -5
  108. package/styles/carousel/bootstrap.scss +1 -5
  109. package/styles/carousel/bootstrap4.scss +1 -5
  110. package/styles/carousel/bootstrap5-dark.scss +1 -5
  111. package/styles/carousel/bootstrap5.scss +1 -5
  112. package/styles/carousel/fabric-dark.scss +1 -5
  113. package/styles/carousel/fabric.scss +1 -5
  114. package/styles/carousel/fluent-dark.scss +1 -5
  115. package/styles/carousel/fluent.scss +1 -5
  116. package/styles/carousel/highcontrast-light.scss +1 -5
  117. package/styles/carousel/highcontrast.scss +1 -5
  118. package/styles/carousel/material-dark.scss +1 -5
  119. package/styles/carousel/material.css +1 -1
  120. package/styles/carousel/material.scss +1 -5
  121. package/styles/carousel/material3-dark.scss +1 -5
  122. package/styles/carousel/material3.scss +1 -5
  123. package/styles/carousel/tailwind-dark.scss +1 -5
  124. package/styles/carousel/tailwind.scss +1 -5
  125. package/styles/context-menu/bootstrap-dark.scss +1 -7
  126. package/styles/context-menu/bootstrap.scss +1 -7
  127. package/styles/context-menu/bootstrap4.scss +1 -7
  128. package/styles/context-menu/bootstrap5-dark.scss +1 -7
  129. package/styles/context-menu/bootstrap5.scss +1 -7
  130. package/styles/context-menu/fabric-dark.scss +1 -7
  131. package/styles/context-menu/fabric.scss +1 -7
  132. package/styles/context-menu/fluent-dark.scss +1 -7
  133. package/styles/context-menu/fluent.scss +1 -7
  134. package/styles/context-menu/highcontrast-light.scss +1 -7
  135. package/styles/context-menu/highcontrast.scss +1 -7
  136. package/styles/context-menu/material-dark.scss +1 -7
  137. package/styles/context-menu/material.css +1 -1
  138. package/styles/context-menu/material.scss +1 -7
  139. package/styles/context-menu/material3-dark.scss +1 -7
  140. package/styles/context-menu/material3.scss +1 -7
  141. package/styles/context-menu/tailwind-dark.scss +1 -7
  142. package/styles/context-menu/tailwind.scss +1 -7
  143. package/styles/h-scroll/bootstrap-dark.scss +1 -4
  144. package/styles/h-scroll/bootstrap.scss +1 -4
  145. package/styles/h-scroll/bootstrap4.scss +1 -4
  146. package/styles/h-scroll/bootstrap5-dark.scss +1 -4
  147. package/styles/h-scroll/bootstrap5.scss +1 -4
  148. package/styles/h-scroll/fabric-dark.scss +1 -4
  149. package/styles/h-scroll/fabric.scss +1 -4
  150. package/styles/h-scroll/fluent-dark.scss +1 -4
  151. package/styles/h-scroll/fluent.scss +1 -4
  152. package/styles/h-scroll/highcontrast-light.scss +1 -4
  153. package/styles/h-scroll/highcontrast.scss +1 -4
  154. package/styles/h-scroll/material-dark.scss +1 -4
  155. package/styles/h-scroll/material.css +1 -1
  156. package/styles/h-scroll/material.scss +1 -4
  157. package/styles/h-scroll/material3-dark.scss +1 -4
  158. package/styles/h-scroll/material3.scss +1 -4
  159. package/styles/h-scroll/tailwind-dark.scss +1 -4
  160. package/styles/h-scroll/tailwind.scss +1 -4
  161. package/styles/material.css +1 -1
  162. package/styles/material3-dark.css +696 -24
  163. package/styles/material3-dark.scss +0 -1
  164. package/styles/material3.css +1350 -18
  165. package/styles/material3.scss +0 -1
  166. package/styles/menu/bootstrap-dark.scss +1 -8
  167. package/styles/menu/bootstrap.scss +1 -8
  168. package/styles/menu/bootstrap4.scss +1 -8
  169. package/styles/menu/bootstrap5-dark.scss +1 -8
  170. package/styles/menu/bootstrap5.scss +1 -8
  171. package/styles/menu/fabric-dark.scss +1 -8
  172. package/styles/menu/fabric.scss +1 -8
  173. package/styles/menu/fluent-dark.scss +1 -8
  174. package/styles/menu/fluent.scss +1 -8
  175. package/styles/menu/highcontrast-light.scss +1 -8
  176. package/styles/menu/highcontrast.scss +1 -8
  177. package/styles/menu/material-dark.scss +1 -8
  178. package/styles/menu/material.css +1 -1
  179. package/styles/menu/material.scss +1 -8
  180. package/styles/menu/material3-dark.scss +1 -8
  181. package/styles/menu/material3.scss +1 -8
  182. package/styles/menu/tailwind-dark.scss +1 -8
  183. package/styles/menu/tailwind.scss +1 -8
  184. package/styles/pager/bootstrap-dark.scss +1 -4
  185. package/styles/pager/bootstrap.scss +1 -4
  186. package/styles/pager/bootstrap4.scss +1 -4
  187. package/styles/pager/bootstrap5-dark.scss +1 -4
  188. package/styles/pager/bootstrap5.scss +1 -4
  189. package/styles/pager/fabric-dark.scss +1 -4
  190. package/styles/pager/fabric.scss +1 -4
  191. package/styles/pager/fluent-dark.scss +1 -4
  192. package/styles/pager/fluent.scss +1 -4
  193. package/styles/pager/highcontrast-light.scss +1 -4
  194. package/styles/pager/highcontrast.scss +1 -4
  195. package/styles/pager/material-dark.scss +1 -4
  196. package/styles/pager/material.css +1 -1
  197. package/styles/pager/material.scss +1 -4
  198. package/styles/pager/material3-dark.scss +1 -4
  199. package/styles/pager/material3.scss +1 -4
  200. package/styles/pager/tailwind-dark.scss +1 -4
  201. package/styles/pager/tailwind.scss +1 -4
  202. package/styles/sidebar/bootstrap-dark.scss +1 -3
  203. package/styles/sidebar/bootstrap.scss +1 -3
  204. package/styles/sidebar/bootstrap4.scss +1 -3
  205. package/styles/sidebar/bootstrap5-dark.scss +1 -3
  206. package/styles/sidebar/bootstrap5.scss +1 -3
  207. package/styles/sidebar/fabric-dark.scss +1 -3
  208. package/styles/sidebar/fabric.scss +1 -3
  209. package/styles/sidebar/fluent-dark.scss +1 -3
  210. package/styles/sidebar/fluent.scss +1 -3
  211. package/styles/sidebar/highcontrast-light.scss +1 -3
  212. package/styles/sidebar/highcontrast.scss +1 -3
  213. package/styles/sidebar/material-dark.scss +1 -3
  214. package/styles/sidebar/material.css +1 -1
  215. package/styles/sidebar/material.scss +1 -3
  216. package/styles/sidebar/material3-dark.scss +1 -3
  217. package/styles/sidebar/material3.scss +1 -3
  218. package/styles/sidebar/tailwind-dark.scss +1 -3
  219. package/styles/sidebar/tailwind.scss +1 -3
  220. package/styles/tab/bootstrap-dark.scss +1 -5
  221. package/styles/tab/bootstrap.scss +1 -5
  222. package/styles/tab/bootstrap4.scss +1 -5
  223. package/styles/tab/bootstrap5-dark.scss +1 -5
  224. package/styles/tab/bootstrap5.scss +1 -5
  225. package/styles/tab/fabric-dark.scss +1 -5
  226. package/styles/tab/fabric.scss +1 -5
  227. package/styles/tab/fluent-dark.scss +1 -5
  228. package/styles/tab/fluent.scss +1 -5
  229. package/styles/tab/highcontrast-light.scss +1 -5
  230. package/styles/tab/highcontrast.scss +1 -5
  231. package/styles/tab/material-dark.scss +1 -5
  232. package/styles/tab/material.css +1 -1
  233. package/styles/tab/material.scss +1 -5
  234. package/styles/tab/material3-dark.scss +1 -5
  235. package/styles/tab/material3.scss +1 -5
  236. package/styles/tab/tailwind-dark.scss +1 -5
  237. package/styles/tab/tailwind.scss +1 -5
  238. package/styles/toolbar/bootstrap-dark.scss +1 -8
  239. package/styles/toolbar/bootstrap.scss +1 -8
  240. package/styles/toolbar/bootstrap4.scss +1 -8
  241. package/styles/toolbar/bootstrap5-dark.scss +1 -8
  242. package/styles/toolbar/bootstrap5.scss +1 -8
  243. package/styles/toolbar/fabric-dark.scss +1 -8
  244. package/styles/toolbar/fabric.scss +1 -8
  245. package/styles/toolbar/fluent-dark.scss +1 -8
  246. package/styles/toolbar/fluent.scss +1 -8
  247. package/styles/toolbar/highcontrast-light.scss +1 -8
  248. package/styles/toolbar/highcontrast.scss +1 -8
  249. package/styles/toolbar/material-dark.scss +1 -8
  250. package/styles/toolbar/material.css +1 -1
  251. package/styles/toolbar/material.scss +1 -8
  252. package/styles/toolbar/material3-dark.scss +1 -8
  253. package/styles/toolbar/material3.scss +1 -8
  254. package/styles/toolbar/tailwind-dark.scss +1 -8
  255. package/styles/toolbar/tailwind.scss +1 -8
  256. package/styles/treeview/bootstrap-dark.scss +1 -6
  257. package/styles/treeview/bootstrap.scss +1 -6
  258. package/styles/treeview/bootstrap4.scss +1 -6
  259. package/styles/treeview/bootstrap5-dark.scss +1 -6
  260. package/styles/treeview/bootstrap5.scss +1 -6
  261. package/styles/treeview/fabric-dark.scss +1 -6
  262. package/styles/treeview/fabric.scss +1 -6
  263. package/styles/treeview/fluent-dark.scss +1 -6
  264. package/styles/treeview/fluent.scss +1 -6
  265. package/styles/treeview/highcontrast-light.scss +1 -6
  266. package/styles/treeview/highcontrast.scss +1 -6
  267. package/styles/treeview/material-dark.scss +1 -6
  268. package/styles/treeview/material.css +1 -1
  269. package/styles/treeview/material.scss +1 -6
  270. package/styles/treeview/material3-dark.scss +1 -6
  271. package/styles/treeview/material3.scss +1 -6
  272. package/styles/treeview/tailwind-dark.scss +1 -6
  273. package/styles/treeview/tailwind.scss +1 -6
  274. package/styles/v-scroll/bootstrap-dark.scss +1 -4
  275. package/styles/v-scroll/bootstrap.scss +1 -4
  276. package/styles/v-scroll/bootstrap4.scss +1 -4
  277. package/styles/v-scroll/bootstrap5-dark.scss +1 -4
  278. package/styles/v-scroll/bootstrap5.scss +1 -4
  279. package/styles/v-scroll/fabric-dark.scss +1 -4
  280. package/styles/v-scroll/fabric.scss +1 -4
  281. package/styles/v-scroll/fluent-dark.scss +1 -4
  282. package/styles/v-scroll/fluent.scss +1 -4
  283. package/styles/v-scroll/highcontrast-light.scss +1 -4
  284. package/styles/v-scroll/highcontrast.scss +1 -4
  285. package/styles/v-scroll/material-dark.scss +1 -4
  286. package/styles/v-scroll/material.css +1 -1
  287. package/styles/v-scroll/material.scss +1 -4
  288. package/styles/v-scroll/material3-dark.scss +1 -4
  289. package/styles/v-scroll/material3.scss +1 -4
  290. package/styles/v-scroll/tailwind-dark.scss +1 -4
  291. package/styles/v-scroll/tailwind.scss +1 -4
  292. package/esm2020/public_api.mjs +0 -3
  293. package/esm2020/src/accordion/accordion-all.module.mjs +0 -23
  294. package/esm2020/src/accordion/accordion.component.mjs +0 -77
  295. package/esm2020/src/accordion/accordion.module.mjs +0 -34
  296. package/esm2020/src/accordion/items.directive.mjs +0 -72
  297. package/esm2020/src/appbar/appbar-all.module.mjs +0 -23
  298. package/esm2020/src/appbar/appbar.component.mjs +0 -59
  299. package/esm2020/src/appbar/appbar.module.mjs +0 -25
  300. package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +0 -23
  301. package/esm2020/src/breadcrumb/breadcrumb.component.mjs +0 -77
  302. package/esm2020/src/breadcrumb/breadcrumb.module.mjs +0 -34
  303. package/esm2020/src/breadcrumb/items.directive.mjs +0 -58
  304. package/esm2020/src/carousel/carousel-all.module.mjs +0 -23
  305. package/esm2020/src/carousel/carousel.component.mjs +0 -95
  306. package/esm2020/src/carousel/carousel.module.mjs +0 -34
  307. package/esm2020/src/carousel/items.directive.mjs +0 -66
  308. package/esm2020/src/context-menu/contextmenu-all.module.mjs +0 -23
  309. package/esm2020/src/context-menu/contextmenu.component.mjs +0 -60
  310. package/esm2020/src/context-menu/contextmenu.module.mjs +0 -25
  311. package/esm2020/src/index.mjs +0 -38
  312. package/esm2020/src/menu/items.directive.mjs +0 -46
  313. package/esm2020/src/menu/menu-all.module.mjs +0 -23
  314. package/esm2020/src/menu/menu.component.mjs +0 -71
  315. package/esm2020/src/menu/menu.module.mjs +0 -34
  316. package/esm2020/src/sidebar/sidebar-all.module.mjs +0 -23
  317. package/esm2020/src/sidebar/sidebar.component.mjs +0 -59
  318. package/esm2020/src/sidebar/sidebar.module.mjs +0 -25
  319. package/esm2020/src/tab/items.directive.mjs +0 -78
  320. package/esm2020/src/tab/tab-all.module.mjs +0 -23
  321. package/esm2020/src/tab/tab.component.mjs +0 -64
  322. package/esm2020/src/tab/tab.module.mjs +0 -34
  323. package/esm2020/src/toolbar/items.directive.mjs +0 -66
  324. package/esm2020/src/toolbar/toolbar-all.module.mjs +0 -23
  325. package/esm2020/src/toolbar/toolbar.component.mjs +0 -64
  326. package/esm2020/src/toolbar/toolbar.module.mjs +0 -34
  327. package/esm2020/src/treeview/treeview-all.module.mjs +0 -23
  328. package/esm2020/src/treeview/treeview.component.mjs +0 -66
  329. package/esm2020/src/treeview/treeview.module.mjs +0 -25
  330. package/esm2020/syncfusion-ej2-angular-navigations.mjs +0 -5
  331. package/fesm2015/syncfusion-ej2-angular-navigations.mjs +0 -1445
  332. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  333. package/fesm2020/syncfusion-ej2-angular-navigations.mjs +0 -1445
  334. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  335. package/styles/accordion/_all.scss +0 -2
  336. package/styles/accordion/_bootstrap-dark-definition.scss +0 -176
  337. package/styles/accordion/_bootstrap-definition.scss +0 -181
  338. package/styles/accordion/_bootstrap4-definition.scss +0 -184
  339. package/styles/accordion/_bootstrap5-dark-definition.scss +0 -1
  340. package/styles/accordion/_bootstrap5-definition.scss +0 -182
  341. package/styles/accordion/_fabric-dark-definition.scss +0 -179
  342. package/styles/accordion/_fabric-definition.scss +0 -184
  343. package/styles/accordion/_fluent-dark-definition.scss +0 -1
  344. package/styles/accordion/_fluent-definition.scss +0 -181
  345. package/styles/accordion/_fusionnew-definition.scss +0 -182
  346. package/styles/accordion/_highcontrast-definition.scss +0 -206
  347. package/styles/accordion/_highcontrast-light-definition.scss +0 -204
  348. package/styles/accordion/_layout.scss +0 -358
  349. package/styles/accordion/_material-dark-definition.scss +0 -182
  350. package/styles/accordion/_material-definition.scss +0 -178
  351. package/styles/accordion/_material3-dark-definition.scss +0 -1
  352. package/styles/accordion/_material3-definition.scss +0 -182
  353. package/styles/accordion/_tailwind-dark-definition.scss +0 -1
  354. package/styles/accordion/_tailwind-definition.scss +0 -180
  355. package/styles/accordion/_theme.scss +0 -401
  356. package/styles/accordion/icons/_bootstrap-dark.scss +0 -17
  357. package/styles/accordion/icons/_bootstrap.scss +0 -17
  358. package/styles/accordion/icons/_bootstrap4.scss +0 -17
  359. package/styles/accordion/icons/_bootstrap5-dark.scss +0 -1
  360. package/styles/accordion/icons/_bootstrap5.scss +0 -17
  361. package/styles/accordion/icons/_fabric-dark.scss +0 -17
  362. package/styles/accordion/icons/_fabric.scss +0 -17
  363. package/styles/accordion/icons/_fluent-dark.scss +0 -1
  364. package/styles/accordion/icons/_fluent.scss +0 -17
  365. package/styles/accordion/icons/_fusionnew.scss +0 -17
  366. package/styles/accordion/icons/_highcontrast-light.scss +0 -17
  367. package/styles/accordion/icons/_highcontrast.scss +0 -17
  368. package/styles/accordion/icons/_material-dark.scss +0 -17
  369. package/styles/accordion/icons/_material.scss +0 -17
  370. package/styles/accordion/icons/_material3-dark.scss +0 -1
  371. package/styles/accordion/icons/_material3.scss +0 -17
  372. package/styles/accordion/icons/_tailwind-dark.scss +0 -1
  373. package/styles/accordion/icons/_tailwind.scss +0 -17
  374. package/styles/appbar/_all.scss +0 -2
  375. package/styles/appbar/_bootstrap-dark-definition.scss +0 -8
  376. package/styles/appbar/_bootstrap-definition.scss +0 -8
  377. package/styles/appbar/_bootstrap4-definition.scss +0 -8
  378. package/styles/appbar/_bootstrap5-dark-definition.scss +0 -1
  379. package/styles/appbar/_bootstrap5-definition.scss +0 -8
  380. package/styles/appbar/_fabric-dark-definition.scss +0 -8
  381. package/styles/appbar/_fabric-definition.scss +0 -8
  382. package/styles/appbar/_fluent-dark-definition.scss +0 -1
  383. package/styles/appbar/_fluent-definition.scss +0 -8
  384. package/styles/appbar/_fusionnew-definition.scss +0 -8
  385. package/styles/appbar/_highcontrast-definition.scss +0 -8
  386. package/styles/appbar/_highcontrast-light-definition.scss +0 -8
  387. package/styles/appbar/_layout.scss +0 -89
  388. package/styles/appbar/_material-dark-definition.scss +0 -8
  389. package/styles/appbar/_material-definition.scss +0 -8
  390. package/styles/appbar/_material3-dark-definition.scss +0 -1
  391. package/styles/appbar/_material3-definition.scss +0 -8
  392. package/styles/appbar/_tailwind-dark-definition.scss +0 -1
  393. package/styles/appbar/_tailwind-definition.scss +0 -8
  394. package/styles/appbar/_theme.scss +0 -218
  395. package/styles/breadcrumb/_all.scss +0 -3
  396. package/styles/breadcrumb/_bootstrap-dark-definition.scss +0 -54
  397. package/styles/breadcrumb/_bootstrap-definition.scss +0 -54
  398. package/styles/breadcrumb/_bootstrap4-definition.scss +0 -54
  399. package/styles/breadcrumb/_bootstrap5-dark-definition.scss +0 -1
  400. package/styles/breadcrumb/_bootstrap5-definition.scss +0 -59
  401. package/styles/breadcrumb/_fabric-dark-definition.scss +0 -59
  402. package/styles/breadcrumb/_fabric-definition.scss +0 -59
  403. package/styles/breadcrumb/_fluent-dark-definition.scss +0 -1
  404. package/styles/breadcrumb/_fluent-definition.scss +0 -62
  405. package/styles/breadcrumb/_fusionnew-definition.scss +0 -59
  406. package/styles/breadcrumb/_highcontrast-definition.scss +0 -61
  407. package/styles/breadcrumb/_highcontrast-light-definition.scss +0 -61
  408. package/styles/breadcrumb/_layout.scss +0 -491
  409. package/styles/breadcrumb/_material-dark-definition.scss +0 -50
  410. package/styles/breadcrumb/_material-definition.scss +0 -50
  411. package/styles/breadcrumb/_material3-dark-definition.scss +0 -1
  412. package/styles/breadcrumb/_material3-definition.scss +0 -60
  413. package/styles/breadcrumb/_tailwind-dark-definition.scss +0 -1
  414. package/styles/breadcrumb/_tailwind-definition.scss +0 -60
  415. package/styles/breadcrumb/_theme.scss +0 -178
  416. package/styles/breadcrumb/icons/_bootstrap-dark.scss +0 -14
  417. package/styles/breadcrumb/icons/_bootstrap.scss +0 -14
  418. package/styles/breadcrumb/icons/_bootstrap4.scss +0 -14
  419. package/styles/breadcrumb/icons/_bootstrap5-dark.scss +0 -1
  420. package/styles/breadcrumb/icons/_bootstrap5.scss +0 -25
  421. package/styles/breadcrumb/icons/_fabric-dark.scss +0 -14
  422. package/styles/breadcrumb/icons/_fabric.scss +0 -14
  423. package/styles/breadcrumb/icons/_fluent-dark.scss +0 -1
  424. package/styles/breadcrumb/icons/_fluent.scss +0 -25
  425. package/styles/breadcrumb/icons/_fusionnew.scss +0 -25
  426. package/styles/breadcrumb/icons/_highcontrast-light.scss +0 -14
  427. package/styles/breadcrumb/icons/_highcontrast.scss +0 -14
  428. package/styles/breadcrumb/icons/_material-dark.scss +0 -25
  429. package/styles/breadcrumb/icons/_material.scss +0 -25
  430. package/styles/breadcrumb/icons/_material3-dark.scss +0 -1
  431. package/styles/breadcrumb/icons/_material3.scss +0 -14
  432. package/styles/breadcrumb/icons/_tailwind-dark.scss +0 -25
  433. package/styles/breadcrumb/icons/_tailwind.scss +0 -25
  434. package/styles/carousel/_all.scss +0 -2
  435. package/styles/carousel/_bootstrap-dark-definition.scss +0 -27
  436. package/styles/carousel/_bootstrap-definition.scss +0 -27
  437. package/styles/carousel/_bootstrap4-definition.scss +0 -27
  438. package/styles/carousel/_bootstrap5-dark-definition.scss +0 -1
  439. package/styles/carousel/_bootstrap5-definition.scss +0 -27
  440. package/styles/carousel/_fabric-dark-definition.scss +0 -27
  441. package/styles/carousel/_fabric-definition.scss +0 -27
  442. package/styles/carousel/_fluent-dark-definition.scss +0 -1
  443. package/styles/carousel/_fluent-definition.scss +0 -27
  444. package/styles/carousel/_fusionnew-definition.scss +0 -27
  445. package/styles/carousel/_highcontrast-definition.scss +0 -27
  446. package/styles/carousel/_highcontrast-light-definition.scss +0 -27
  447. package/styles/carousel/_layout.scss +0 -254
  448. package/styles/carousel/_material-dark-definition.scss +0 -27
  449. package/styles/carousel/_material-definition.scss +0 -27
  450. package/styles/carousel/_material3-dark-definition.scss +0 -1
  451. package/styles/carousel/_material3-definition.scss +0 -28
  452. package/styles/carousel/_tailwind-dark-definition.scss +0 -1
  453. package/styles/carousel/_tailwind-definition.scss +0 -27
  454. package/styles/carousel/_theme.scss +0 -85
  455. package/styles/carousel/icons/_bootstrap-dark.scss +0 -30
  456. package/styles/carousel/icons/_bootstrap.scss +0 -30
  457. package/styles/carousel/icons/_bootstrap4.scss +0 -30
  458. package/styles/carousel/icons/_bootstrap5-dark.scss +0 -1
  459. package/styles/carousel/icons/_bootstrap5.scss +0 -30
  460. package/styles/carousel/icons/_fabric-dark.scss +0 -30
  461. package/styles/carousel/icons/_fabric.scss +0 -30
  462. package/styles/carousel/icons/_fluent-dark.scss +0 -1
  463. package/styles/carousel/icons/_fluent.scss +0 -30
  464. package/styles/carousel/icons/_fusionnew.scss +0 -30
  465. package/styles/carousel/icons/_highcontrast-light.scss +0 -30
  466. package/styles/carousel/icons/_highcontrast.scss +0 -30
  467. package/styles/carousel/icons/_material-dark.scss +0 -30
  468. package/styles/carousel/icons/_material.scss +0 -30
  469. package/styles/carousel/icons/_material3-dark.scss +0 -1
  470. package/styles/carousel/icons/_material3.scss +0 -30
  471. package/styles/carousel/icons/_tailwind-dark.scss +0 -1
  472. package/styles/carousel/icons/_tailwind.scss +0 -30
  473. package/styles/context-menu/_all.scss +0 -2
  474. package/styles/context-menu/_bootstrap-dark-definition.scss +0 -53
  475. package/styles/context-menu/_bootstrap-definition.scss +0 -50
  476. package/styles/context-menu/_bootstrap4-definition.scss +0 -50
  477. package/styles/context-menu/_bootstrap5-dark-definition.scss +0 -1
  478. package/styles/context-menu/_bootstrap5-definition.scss +0 -52
  479. package/styles/context-menu/_fabric-dark-definition.scss +0 -53
  480. package/styles/context-menu/_fabric-definition.scss +0 -50
  481. package/styles/context-menu/_fluent-dark-definition.scss +0 -1
  482. package/styles/context-menu/_fluent-definition.scss +0 -52
  483. package/styles/context-menu/_fusionnew-definition.scss +0 -52
  484. package/styles/context-menu/_highcontrast-definition.scss +0 -50
  485. package/styles/context-menu/_highcontrast-light-definition.scss +0 -53
  486. package/styles/context-menu/_layout-mixin.scss +0 -170
  487. package/styles/context-menu/_layout.scss +0 -149
  488. package/styles/context-menu/_material-dark-definition.scss +0 -53
  489. package/styles/context-menu/_material-definition.scss +0 -50
  490. package/styles/context-menu/_material3-dark-definition.scss +0 -1
  491. package/styles/context-menu/_material3-definition.scss +0 -52
  492. package/styles/context-menu/_tailwind-dark-definition.scss +0 -1
  493. package/styles/context-menu/_tailwind-definition.scss +0 -53
  494. package/styles/context-menu/_theme-mixin.scss +0 -63
  495. package/styles/context-menu/_theme.scss +0 -55
  496. package/styles/context-menu/icons/_bootstrap-dark.scss +0 -33
  497. package/styles/context-menu/icons/_bootstrap.scss +0 -33
  498. package/styles/context-menu/icons/_bootstrap4.scss +0 -33
  499. package/styles/context-menu/icons/_bootstrap5-dark.scss +0 -1
  500. package/styles/context-menu/icons/_bootstrap5.scss +0 -33
  501. package/styles/context-menu/icons/_fabric-dark.scss +0 -33
  502. package/styles/context-menu/icons/_fabric.scss +0 -33
  503. package/styles/context-menu/icons/_fluent-dark.scss +0 -1
  504. package/styles/context-menu/icons/_fluent.scss +0 -33
  505. package/styles/context-menu/icons/_fusionnew.scss +0 -33
  506. package/styles/context-menu/icons/_highcontrast-light.scss +0 -33
  507. package/styles/context-menu/icons/_highcontrast.scss +0 -33
  508. package/styles/context-menu/icons/_material-dark.scss +0 -33
  509. package/styles/context-menu/icons/_material.scss +0 -33
  510. package/styles/context-menu/icons/_material3-dark.scss +0 -1
  511. package/styles/context-menu/icons/_material3.scss +0 -33
  512. package/styles/context-menu/icons/_tailwind-dark.scss +0 -33
  513. package/styles/context-menu/icons/_tailwind.scss +0 -33
  514. package/styles/h-scroll/_all.scss +0 -2
  515. package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -57
  516. package/styles/h-scroll/_bootstrap-definition.scss +0 -56
  517. package/styles/h-scroll/_bootstrap4-definition.scss +0 -56
  518. package/styles/h-scroll/_bootstrap5-dark-definition.scss +0 -1
  519. package/styles/h-scroll/_bootstrap5-definition.scss +0 -83
  520. package/styles/h-scroll/_fabric-dark-definition.scss +0 -58
  521. package/styles/h-scroll/_fabric-definition.scss +0 -55
  522. package/styles/h-scroll/_fluent-dark-definition.scss +0 -1
  523. package/styles/h-scroll/_fluent-definition.scss +0 -83
  524. package/styles/h-scroll/_fusionnew-definition.scss +0 -83
  525. package/styles/h-scroll/_highcontrast-definition.scss +0 -56
  526. package/styles/h-scroll/_highcontrast-light-definition.scss +0 -59
  527. package/styles/h-scroll/_layout.scss +0 -198
  528. package/styles/h-scroll/_material-dark-definition.scss +0 -85
  529. package/styles/h-scroll/_material-definition.scss +0 -82
  530. package/styles/h-scroll/_material3-dark-definition.scss +0 -1
  531. package/styles/h-scroll/_material3-definition.scss +0 -83
  532. package/styles/h-scroll/_tailwind-dark-definition.scss +0 -1
  533. package/styles/h-scroll/_tailwind-definition.scss +0 -83
  534. package/styles/h-scroll/_theme.scss +0 -131
  535. package/styles/h-scroll/icons/_bootstrap-dark.scss +0 -49
  536. package/styles/h-scroll/icons/_bootstrap.scss +0 -49
  537. package/styles/h-scroll/icons/_bootstrap4.scss +0 -49
  538. package/styles/h-scroll/icons/_bootstrap5-dark.scss +0 -1
  539. package/styles/h-scroll/icons/_bootstrap5.scss +0 -49
  540. package/styles/h-scroll/icons/_fabric-dark.scss +0 -49
  541. package/styles/h-scroll/icons/_fabric.scss +0 -49
  542. package/styles/h-scroll/icons/_fluent-dark.scss +0 -1
  543. package/styles/h-scroll/icons/_fluent.scss +0 -49
  544. package/styles/h-scroll/icons/_fusionnew.scss +0 -49
  545. package/styles/h-scroll/icons/_highcontrast-light.scss +0 -49
  546. package/styles/h-scroll/icons/_highcontrast.scss +0 -49
  547. package/styles/h-scroll/icons/_material-dark.scss +0 -49
  548. package/styles/h-scroll/icons/_material.scss +0 -49
  549. package/styles/h-scroll/icons/_material3-dark.scss +0 -1
  550. package/styles/h-scroll/icons/_material3.scss +0 -49
  551. package/styles/h-scroll/icons/_tailwind-dark.scss +0 -1
  552. package/styles/h-scroll/icons/_tailwind.scss +0 -49
  553. package/styles/menu/_all.scss +0 -2
  554. package/styles/menu/_bootstrap-dark-definition.scss +0 -64
  555. package/styles/menu/_bootstrap-definition.scss +0 -65
  556. package/styles/menu/_bootstrap4-definition.scss +0 -64
  557. package/styles/menu/_bootstrap5-dark-definition.scss +0 -1
  558. package/styles/menu/_bootstrap5-definition.scss +0 -67
  559. package/styles/menu/_fabric-dark-definition.scss +0 -64
  560. package/styles/menu/_fabric-definition.scss +0 -64
  561. package/styles/menu/_fluent-dark-definition.scss +0 -1
  562. package/styles/menu/_fluent-definition.scss +0 -67
  563. package/styles/menu/_fusionnew-definition.scss +0 -67
  564. package/styles/menu/_highcontrast-definition.scss +0 -65
  565. package/styles/menu/_highcontrast-light-definition.scss +0 -61
  566. package/styles/menu/_layout.scss +0 -717
  567. package/styles/menu/_material-dark-definition.scss +0 -64
  568. package/styles/menu/_material-definition.scss +0 -64
  569. package/styles/menu/_material3-dark-definition.scss +0 -1
  570. package/styles/menu/_material3-definition.scss +0 -67
  571. package/styles/menu/_tailwind-dark-definition.scss +0 -1
  572. package/styles/menu/_tailwind-definition.scss +0 -66
  573. package/styles/menu/_theme.scss +0 -301
  574. package/styles/menu/icons/_bootstrap-dark.scss +0 -134
  575. package/styles/menu/icons/_bootstrap.scss +0 -134
  576. package/styles/menu/icons/_bootstrap4.scss +0 -134
  577. package/styles/menu/icons/_bootstrap5-dark.scss +0 -1
  578. package/styles/menu/icons/_bootstrap5.scss +0 -134
  579. package/styles/menu/icons/_fabric-dark.scss +0 -134
  580. package/styles/menu/icons/_fabric.scss +0 -134
  581. package/styles/menu/icons/_fluent-dark.scss +0 -1
  582. package/styles/menu/icons/_fluent.scss +0 -134
  583. package/styles/menu/icons/_fusionnew.scss +0 -134
  584. package/styles/menu/icons/_highcontrast-light.scss +0 -134
  585. package/styles/menu/icons/_highcontrast.scss +0 -134
  586. package/styles/menu/icons/_material-dark.scss +0 -134
  587. package/styles/menu/icons/_material.scss +0 -134
  588. package/styles/menu/icons/_material3-dark.scss +0 -1
  589. package/styles/menu/icons/_material3.scss +0 -134
  590. package/styles/menu/icons/_tailwind-dark.scss +0 -134
  591. package/styles/menu/icons/_tailwind.scss +0 -134
  592. package/styles/pager/_all.scss +0 -2
  593. package/styles/pager/_bootstrap-dark-definition.scss +0 -135
  594. package/styles/pager/_bootstrap-definition.scss +0 -135
  595. package/styles/pager/_bootstrap4-definition.scss +0 -135
  596. package/styles/pager/_bootstrap5-dark-definition.scss +0 -1
  597. package/styles/pager/_bootstrap5-definition.scss +0 -150
  598. package/styles/pager/_fabric-dark-definition.scss +0 -135
  599. package/styles/pager/_fabric-definition.scss +0 -133
  600. package/styles/pager/_fluent-dark-definition.scss +0 -1
  601. package/styles/pager/_fluent-definition.scss +0 -137
  602. package/styles/pager/_fusionnew-definition.scss +0 -150
  603. package/styles/pager/_highcontrast-definition.scss +0 -133
  604. package/styles/pager/_highcontrast-light-definition.scss +0 -135
  605. package/styles/pager/_layout.scss +0 -913
  606. package/styles/pager/_material-dark-definition.scss +0 -136
  607. package/styles/pager/_material-definition.scss +0 -134
  608. package/styles/pager/_material3-dark-definition.scss +0 -1
  609. package/styles/pager/_material3-definition.scss +0 -150
  610. package/styles/pager/_tailwind-dark-definition.scss +0 -1
  611. package/styles/pager/_tailwind-definition.scss +0 -136
  612. package/styles/pager/_theme.scss +0 -159
  613. package/styles/pager/icons/_bootstrap-dark.scss +0 -50
  614. package/styles/pager/icons/_bootstrap.scss +0 -50
  615. package/styles/pager/icons/_bootstrap4.scss +0 -50
  616. package/styles/pager/icons/_bootstrap5-dark.scss +0 -1
  617. package/styles/pager/icons/_bootstrap5.scss +0 -50
  618. package/styles/pager/icons/_fabric-dark.scss +0 -50
  619. package/styles/pager/icons/_fabric.scss +0 -50
  620. package/styles/pager/icons/_fluent-dark.scss +0 -1
  621. package/styles/pager/icons/_fluent.scss +0 -50
  622. package/styles/pager/icons/_fusionnew.scss +0 -50
  623. package/styles/pager/icons/_highcontrast-light.scss +0 -50
  624. package/styles/pager/icons/_highcontrast.scss +0 -46
  625. package/styles/pager/icons/_material-dark.scss +0 -50
  626. package/styles/pager/icons/_material.scss +0 -46
  627. package/styles/pager/icons/_material3-dark.scss +0 -1
  628. package/styles/pager/icons/_material3.scss +0 -50
  629. package/styles/pager/icons/_tailwind-dark.scss +0 -1
  630. package/styles/pager/icons/_tailwind.scss +0 -50
  631. package/styles/sidebar/_all.scss +0 -3
  632. package/styles/sidebar/_bootstrap-dark-definition.scss +0 -4
  633. package/styles/sidebar/_bootstrap-definition.scss +0 -4
  634. package/styles/sidebar/_bootstrap4-definition.scss +0 -4
  635. package/styles/sidebar/_bootstrap5-dark-definition.scss +0 -1
  636. package/styles/sidebar/_bootstrap5-definition.scss +0 -6
  637. package/styles/sidebar/_fabric-dark-definition.scss +0 -4
  638. package/styles/sidebar/_fabric-definition.scss +0 -4
  639. package/styles/sidebar/_fluent-dark-definition.scss +0 -1
  640. package/styles/sidebar/_fluent-definition.scss +0 -6
  641. package/styles/sidebar/_fusionnew-definition.scss +0 -6
  642. package/styles/sidebar/_highcontrast-definition.scss +0 -4
  643. package/styles/sidebar/_highcontrast-light-definition.scss +0 -4
  644. package/styles/sidebar/_icons.scss +0 -1
  645. package/styles/sidebar/_layout.scss +0 -1
  646. package/styles/sidebar/_material-dark-definition.scss +0 -4
  647. package/styles/sidebar/_material-definition.scss +0 -6
  648. package/styles/sidebar/_material3-dark-definition.scss +0 -1
  649. package/styles/sidebar/_material3-definition.scss +0 -7
  650. package/styles/sidebar/_tailwind-dark-definition.scss +0 -1
  651. package/styles/sidebar/_tailwind-definition.scss +0 -6
  652. package/styles/sidebar/_theme.scss +0 -182
  653. package/styles/tab/_all.scss +0 -2
  654. package/styles/tab/_bootstrap-dark-definition.scss +0 -656
  655. package/styles/tab/_bootstrap-definition.scss +0 -666
  656. package/styles/tab/_bootstrap4-definition.scss +0 -670
  657. package/styles/tab/_bootstrap5-dark-definition.scss +0 -1
  658. package/styles/tab/_bootstrap5-definition.scss +0 -660
  659. package/styles/tab/_fabric-dark-definition.scss +0 -665
  660. package/styles/tab/_fabric-definition.scss +0 -680
  661. package/styles/tab/_fluent-dark-definition.scss +0 -1
  662. package/styles/tab/_fluent-definition.scss +0 -668
  663. package/styles/tab/_fusionnew-definition.scss +0 -660
  664. package/styles/tab/_highcontrast-definition.scss +0 -704
  665. package/styles/tab/_highcontrast-light-definition.scss +0 -692
  666. package/styles/tab/_icons.scss +0 -36
  667. package/styles/tab/_layout.scss +0 -3433
  668. package/styles/tab/_material-dark-definition.scss +0 -676
  669. package/styles/tab/_material-definition.scss +0 -686
  670. package/styles/tab/_material3-dark-definition.scss +0 -1
  671. package/styles/tab/_material3-definition.scss +0 -661
  672. package/styles/tab/_tailwind-dark-definition.scss +0 -1
  673. package/styles/tab/_tailwind-definition.scss +0 -689
  674. package/styles/tab/_theme.scss +0 -1528
  675. package/styles/tab/icons/_bootstrap-dark.scss +0 -100
  676. package/styles/tab/icons/_bootstrap.scss +0 -100
  677. package/styles/tab/icons/_bootstrap4.scss +0 -103
  678. package/styles/tab/icons/_bootstrap5-dark.scss +0 -1
  679. package/styles/tab/icons/_bootstrap5.scss +0 -92
  680. package/styles/tab/icons/_fabric-dark.scss +0 -100
  681. package/styles/tab/icons/_fabric.scss +0 -100
  682. package/styles/tab/icons/_fluent-dark.scss +0 -1
  683. package/styles/tab/icons/_fluent.scss +0 -100
  684. package/styles/tab/icons/_fusionnew.scss +0 -92
  685. package/styles/tab/icons/_highcontrast-light.scss +0 -92
  686. package/styles/tab/icons/_highcontrast.scss +0 -103
  687. package/styles/tab/icons/_material-dark.scss +0 -92
  688. package/styles/tab/icons/_material.scss +0 -92
  689. package/styles/tab/icons/_material3-dark.scss +0 -1
  690. package/styles/tab/icons/_material3.scss +0 -92
  691. package/styles/tab/icons/_tailwind-dark.scss +0 -1
  692. package/styles/tab/icons/_tailwind.scss +0 -92
  693. package/styles/toolbar/_all.scss +0 -2
  694. package/styles/toolbar/_bootstrap-dark-definition.scss +0 -208
  695. package/styles/toolbar/_bootstrap-definition.scss +0 -206
  696. package/styles/toolbar/_bootstrap4-definition.scss +0 -211
  697. package/styles/toolbar/_bootstrap5-dark-definition.scss +0 -1
  698. package/styles/toolbar/_bootstrap5-definition.scss +0 -220
  699. package/styles/toolbar/_fabric-dark-definition.scss +0 -222
  700. package/styles/toolbar/_fabric-definition.scss +0 -208
  701. package/styles/toolbar/_fluent-dark-definition.scss +0 -1
  702. package/styles/toolbar/_fluent-definition.scss +0 -210
  703. package/styles/toolbar/_fusionnew-definition.scss +0 -220
  704. package/styles/toolbar/_highcontrast-definition.scss +0 -218
  705. package/styles/toolbar/_highcontrast-light-definition.scss +0 -233
  706. package/styles/toolbar/_layout.scss +0 -1030
  707. package/styles/toolbar/_material-dark-definition.scss +0 -247
  708. package/styles/toolbar/_material-definition.scss +0 -235
  709. package/styles/toolbar/_material3-dark-definition.scss +0 -1
  710. package/styles/toolbar/_material3-definition.scss +0 -220
  711. package/styles/toolbar/_tailwind-dark-definition.scss +0 -1
  712. package/styles/toolbar/_tailwind-definition.scss +0 -210
  713. package/styles/toolbar/_theme.scss +0 -353
  714. package/styles/toolbar/icons/_bootstrap-dark.scss +0 -16
  715. package/styles/toolbar/icons/_bootstrap.scss +0 -16
  716. package/styles/toolbar/icons/_bootstrap4.scss +0 -16
  717. package/styles/toolbar/icons/_bootstrap5-dark.scss +0 -1
  718. package/styles/toolbar/icons/_bootstrap5.scss +0 -16
  719. package/styles/toolbar/icons/_fabric-dark.scss +0 -16
  720. package/styles/toolbar/icons/_fabric.scss +0 -16
  721. package/styles/toolbar/icons/_fluent-dark.scss +0 -1
  722. package/styles/toolbar/icons/_fluent.scss +0 -16
  723. package/styles/toolbar/icons/_fusionnew.scss +0 -16
  724. package/styles/toolbar/icons/_highcontrast-light.scss +0 -16
  725. package/styles/toolbar/icons/_highcontrast.scss +0 -16
  726. package/styles/toolbar/icons/_material-dark.scss +0 -16
  727. package/styles/toolbar/icons/_material.scss +0 -16
  728. package/styles/toolbar/icons/_material3-dark.scss +0 -1
  729. package/styles/toolbar/icons/_material3.scss +0 -16
  730. package/styles/toolbar/icons/_tailwind-dark.scss +0 -1
  731. package/styles/toolbar/icons/_tailwind.scss +0 -16
  732. package/styles/treeview/_all.scss +0 -2
  733. package/styles/treeview/_bootstrap-dark-definition.scss +0 -118
  734. package/styles/treeview/_bootstrap-definition.scss +0 -113
  735. package/styles/treeview/_bootstrap4-definition.scss +0 -141
  736. package/styles/treeview/_bootstrap5-dark-definition.scss +0 -1
  737. package/styles/treeview/_bootstrap5-definition.scss +0 -120
  738. package/styles/treeview/_fabric-dark-definition.scss +0 -116
  739. package/styles/treeview/_fabric-definition.scss +0 -112
  740. package/styles/treeview/_fluent-dark-definition.scss +0 -1
  741. package/styles/treeview/_fluent-definition.scss +0 -120
  742. package/styles/treeview/_fusionnew-definition.scss +0 -120
  743. package/styles/treeview/_highcontrast-definition.scss +0 -118
  744. package/styles/treeview/_highcontrast-light-definition.scss +0 -123
  745. package/styles/treeview/_layout.scss +0 -1056
  746. package/styles/treeview/_material-dark-definition.scss +0 -114
  747. package/styles/treeview/_material-definition.scss +0 -112
  748. package/styles/treeview/_material3-dark-definition.scss +0 -1
  749. package/styles/treeview/_material3-definition.scss +0 -121
  750. package/styles/treeview/_tailwind-dark-definition.scss +0 -1
  751. package/styles/treeview/_tailwind-definition.scss +0 -124
  752. package/styles/treeview/_theme.scss +0 -387
  753. package/styles/treeview/icons/_bootstrap-dark.scss +0 -39
  754. package/styles/treeview/icons/_bootstrap.scss +0 -39
  755. package/styles/treeview/icons/_bootstrap4.scss +0 -39
  756. package/styles/treeview/icons/_bootstrap5-dark.scss +0 -1
  757. package/styles/treeview/icons/_bootstrap5.scss +0 -43
  758. package/styles/treeview/icons/_fabric-dark.scss +0 -43
  759. package/styles/treeview/icons/_fabric.scss +0 -43
  760. package/styles/treeview/icons/_fluent-dark.scss +0 -1
  761. package/styles/treeview/icons/_fluent.scss +0 -43
  762. package/styles/treeview/icons/_fusionnew.scss +0 -43
  763. package/styles/treeview/icons/_highcontrast-light.scss +0 -43
  764. package/styles/treeview/icons/_highcontrast.scss +0 -43
  765. package/styles/treeview/icons/_material-dark.scss +0 -43
  766. package/styles/treeview/icons/_material.scss +0 -43
  767. package/styles/treeview/icons/_material3-dark.scss +0 -1
  768. package/styles/treeview/icons/_material3.scss +0 -43
  769. package/styles/treeview/icons/_tailwind-dark.scss +0 -43
  770. package/styles/treeview/icons/_tailwind.scss +0 -43
  771. package/styles/v-scroll/_all.scss +0 -2
  772. package/styles/v-scroll/_bootstrap-dark-definition.scss +0 -51
  773. package/styles/v-scroll/_bootstrap-definition.scss +0 -49
  774. package/styles/v-scroll/_bootstrap4-definition.scss +0 -49
  775. package/styles/v-scroll/_bootstrap5-dark-definition.scss +0 -1
  776. package/styles/v-scroll/_bootstrap5-definition.scss +0 -49
  777. package/styles/v-scroll/_fabric-dark-definition.scss +0 -52
  778. package/styles/v-scroll/_fabric-definition.scss +0 -50
  779. package/styles/v-scroll/_fluent-dark-definition.scss +0 -1
  780. package/styles/v-scroll/_fluent-definition.scss +0 -49
  781. package/styles/v-scroll/_fusionnew-definition.scss +0 -49
  782. package/styles/v-scroll/_highcontrast-definition.scss +0 -50
  783. package/styles/v-scroll/_highcontrast-light-definition.scss +0 -52
  784. package/styles/v-scroll/_layout.scss +0 -162
  785. package/styles/v-scroll/_material-dark-definition.scss +0 -79
  786. package/styles/v-scroll/_material-definition.scss +0 -77
  787. package/styles/v-scroll/_material3-dark-definition.scss +0 -1
  788. package/styles/v-scroll/_material3-definition.scss +0 -49
  789. package/styles/v-scroll/_tailwind-dark-definition.scss +0 -1
  790. package/styles/v-scroll/_tailwind-definition.scss +0 -49
  791. package/styles/v-scroll/_theme.scss +0 -108
  792. package/styles/v-scroll/icons/_bootstrap-dark.scss +0 -27
  793. package/styles/v-scroll/icons/_bootstrap.scss +0 -27
  794. package/styles/v-scroll/icons/_bootstrap4.scss +0 -27
  795. package/styles/v-scroll/icons/_bootstrap5-dark.scss +0 -1
  796. package/styles/v-scroll/icons/_bootstrap5.scss +0 -27
  797. package/styles/v-scroll/icons/_fabric-dark.scss +0 -27
  798. package/styles/v-scroll/icons/_fabric.scss +0 -27
  799. package/styles/v-scroll/icons/_fluent-dark.scss +0 -1
  800. package/styles/v-scroll/icons/_fluent.scss +0 -27
  801. package/styles/v-scroll/icons/_fusionnew.scss +0 -27
  802. package/styles/v-scroll/icons/_highcontrast-light.scss +0 -27
  803. package/styles/v-scroll/icons/_highcontrast.scss +0 -27
  804. package/styles/v-scroll/icons/_material-dark.scss +0 -27
  805. package/styles/v-scroll/icons/_material.scss +0 -27
  806. package/styles/v-scroll/icons/_material3-dark.scss +0 -1
  807. package/styles/v-scroll/icons/_material3.scss +0 -27
  808. package/styles/v-scroll/icons/_tailwind-dark.scss +0 -1
  809. package/styles/v-scroll/icons/_tailwind.scss +0 -27
  810. package/syncfusion-ej2-angular-navigations.d.ts +0 -5
@@ -822,6 +822,117 @@
822
822
  border-left-color: transparent;
823
823
  }
824
824
 
825
+ :root {
826
+ --color-sf-black: 0, 0, 0;
827
+ --color-sf-white: 255, 255, 255;
828
+ --color-sf-primary: 103, 80, 164;
829
+ --color-sf-primary-container: 234, 221, 255;
830
+ --color-sf-secondary: 98, 91, 113;
831
+ --color-sf-secondary-container: 232, 222, 248;
832
+ --color-sf-tertiary: 125, 82, 96;
833
+ --color-sf-tertiary-container: 255, 216, 228;
834
+ --color-sf-surface: 255, 255, 255;
835
+ --color-sf-surface-variant: 231, 224, 236;
836
+ --color-sf-background: var(--color-sf-surface);
837
+ --color-sf-on-primary: 255, 255, 255;
838
+ --color-sf-on-primary-container: 33, 0, 94;
839
+ --color-sf-on-secondary: 255, 255, 255;
840
+ --color-sf-on-secondary-container: 30, 25, 43;
841
+ --color-sf-on-tertiary: 255, 255, 255;
842
+ --color-sf-on-tertiary-containe: 55, 11, 30;
843
+ --color-sf-on-surface: 28, 27, 31;
844
+ --color-sf-on-surface-variant: 73, 69, 78;
845
+ --color-sf-on-background: 28, 27, 31;
846
+ --color-sf-outline: 121, 116, 126;
847
+ --color-sf-outline-variant: 196, 199, 197;
848
+ --color-sf-shadow: 0, 0, 0;
849
+ --color-sf-surface-tint-color: 103, 80, 164;
850
+ --color-sf-inverse-surface: 49, 48, 51;
851
+ --color-sf-inverse-on-surface: 244, 239, 244;
852
+ --color-sf-inverse-primary: 208, 188, 255;
853
+ --color-sf-scrim: 0, 0, 0;
854
+ --color-sf-error: 179, 38, 30;
855
+ --color-sf-error-container: 249, 222, 220;
856
+ --color-sf-on-error: 255, 250, 250;
857
+ --color-sf-on-error-container: 65, 14, 11;
858
+ --color-sf-success: 32, 81, 7;
859
+ --color-sf-success-container: 209, 255, 186;
860
+ --color-sf-on-success: 244, 255, 239;
861
+ --color-sf-on-success-container: 13, 39, 0;
862
+ --color-sf-info: 1, 87, 155;
863
+ --color-sf-info-container: 233, 245, 255;
864
+ --color-sf-on-info: 250, 253, 255;
865
+ --color-sf-on-info-container: 0, 51, 91;
866
+ --color-sf-warning: 145, 76, 0;
867
+ --color-sf-warning-container: 254, 236, 222;
868
+ --color-sf-on-warning: 255, 255, 255;
869
+ --color-sf-on-warning-container: 47, 21, 0;
870
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
871
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
872
+ --color-sf-diagram-palette-background: --color-sf-white;
873
+ --color-sf-success-text: 255, 255, 255;
874
+ --color-sf-warning-text: 255, 255, 255;
875
+ --color-sf-danger-text: 255, 255, 255;
876
+ --color-sf-info-text: 255, 255, 255;
877
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
878
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
879
+ }
880
+
881
+ .e-dark-mode {
882
+ --color-sf-black: 0, 0, 0;
883
+ --color-sf-white: 255, 255, 255;
884
+ --color-sf-primary: 208, 188, 255;
885
+ --color-sf-primary-container: 79, 55, 139;
886
+ --color-sf-secondary: 204, 194, 220;
887
+ --color-sf-secondary-container: 74, 68, 88;
888
+ --color-sf-tertiary: 239, 184, 200;
889
+ --color-sf-tertiary-container: 99, 59, 72;
890
+ --color-sf-surface: 28, 27, 31;
891
+ --color-sf-surface-variant: 28, 27, 31;
892
+ --color-sf-background: var(--color-sf-surface);
893
+ --color-sf-on-primary: 55, 30, 115;
894
+ --color-sf-on-primary-container: 234, 221, 255;
895
+ --color-sf-on-secondary: 51, 45, 65;
896
+ --color-sf-on-secondary-container: 232, 222, 248;
897
+ --color-sf-on-tertiary: 73, 37, 50;
898
+ --color-sf-on-tertiary-containe: 255, 216, 228;
899
+ --color-sf-on-surface: 230, 225, 229;
900
+ --color-sf-on-surface-variant: 202, 196, 208;
901
+ --color-sf-on-background: 230, 225, 229;
902
+ --color-sf-outline: 147, 143, 153;
903
+ --color-sf-outline-variant: 68, 71, 70;
904
+ --color-sf-shadow: 0, 0, 0;
905
+ --color-sf-surface-tint-color: 208, 188, 255;
906
+ --color-sf-inverse-surface: 230, 225, 229;
907
+ --color-sf-inverse-on-surface: 49, 48, 51;
908
+ --color-sf-inverse-primary: 103, 80, 164;
909
+ --color-sf-scrim: 0, 0, 0;
910
+ --color-sf-error: 242, 184, 181;
911
+ --color-sf-error-container: 140, 29, 24;
912
+ --color-sf-on-error: 96, 20, 16;
913
+ --color-sf-on-error-container: 249, 222, 220;
914
+ --color-sf-success: 83, 202, 23;
915
+ --color-sf-success-container: 22, 62, 2;
916
+ --color-sf-on-success: 13, 39, 0;
917
+ --color-sf-on-success-container: 183, 250, 150;
918
+ --color-sf-info: 71, 172, 251;
919
+ --color-sf-info-container: 0, 67, 120;
920
+ --color-sf-on-info: 0, 51, 91;
921
+ --color-sf-on-info-container: 173, 219, 255;
922
+ --color-sf-warning: 245, 180, 130;
923
+ --color-sf-warning-container: 123, 65, 0;
924
+ --color-sf-on-warning: 99, 52, 0;
925
+ --color-sf-on-warning-container: 255, 220, 193;
926
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
927
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
928
+ --color-sf-success-text: 0, 0, 0;
929
+ --color-sf-warning-text: 0, 0, 0;
930
+ --color-sf-info-text: 0, 0, 0;
931
+ --color-sf-danger-text: 0, 0, 0;
932
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
933
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
934
+ }
935
+
825
936
  /*! component's theme wise override definitions and variables */
826
937
  @keyframes hscroll-popup-shadow {
827
938
  0% {
@@ -1103,6 +1214,117 @@
1103
1214
  visibility: visible;
1104
1215
  }
1105
1216
 
1217
+ :root {
1218
+ --color-sf-black: 0, 0, 0;
1219
+ --color-sf-white: 255, 255, 255;
1220
+ --color-sf-primary: 103, 80, 164;
1221
+ --color-sf-primary-container: 234, 221, 255;
1222
+ --color-sf-secondary: 98, 91, 113;
1223
+ --color-sf-secondary-container: 232, 222, 248;
1224
+ --color-sf-tertiary: 125, 82, 96;
1225
+ --color-sf-tertiary-container: 255, 216, 228;
1226
+ --color-sf-surface: 255, 255, 255;
1227
+ --color-sf-surface-variant: 231, 224, 236;
1228
+ --color-sf-background: var(--color-sf-surface);
1229
+ --color-sf-on-primary: 255, 255, 255;
1230
+ --color-sf-on-primary-container: 33, 0, 94;
1231
+ --color-sf-on-secondary: 255, 255, 255;
1232
+ --color-sf-on-secondary-container: 30, 25, 43;
1233
+ --color-sf-on-tertiary: 255, 255, 255;
1234
+ --color-sf-on-tertiary-containe: 55, 11, 30;
1235
+ --color-sf-on-surface: 28, 27, 31;
1236
+ --color-sf-on-surface-variant: 73, 69, 78;
1237
+ --color-sf-on-background: 28, 27, 31;
1238
+ --color-sf-outline: 121, 116, 126;
1239
+ --color-sf-outline-variant: 196, 199, 197;
1240
+ --color-sf-shadow: 0, 0, 0;
1241
+ --color-sf-surface-tint-color: 103, 80, 164;
1242
+ --color-sf-inverse-surface: 49, 48, 51;
1243
+ --color-sf-inverse-on-surface: 244, 239, 244;
1244
+ --color-sf-inverse-primary: 208, 188, 255;
1245
+ --color-sf-scrim: 0, 0, 0;
1246
+ --color-sf-error: 179, 38, 30;
1247
+ --color-sf-error-container: 249, 222, 220;
1248
+ --color-sf-on-error: 255, 250, 250;
1249
+ --color-sf-on-error-container: 65, 14, 11;
1250
+ --color-sf-success: 32, 81, 7;
1251
+ --color-sf-success-container: 209, 255, 186;
1252
+ --color-sf-on-success: 244, 255, 239;
1253
+ --color-sf-on-success-container: 13, 39, 0;
1254
+ --color-sf-info: 1, 87, 155;
1255
+ --color-sf-info-container: 233, 245, 255;
1256
+ --color-sf-on-info: 250, 253, 255;
1257
+ --color-sf-on-info-container: 0, 51, 91;
1258
+ --color-sf-warning: 145, 76, 0;
1259
+ --color-sf-warning-container: 254, 236, 222;
1260
+ --color-sf-on-warning: 255, 255, 255;
1261
+ --color-sf-on-warning-container: 47, 21, 0;
1262
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
1263
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
1264
+ --color-sf-diagram-palette-background: --color-sf-white;
1265
+ --color-sf-success-text: 255, 255, 255;
1266
+ --color-sf-warning-text: 255, 255, 255;
1267
+ --color-sf-danger-text: 255, 255, 255;
1268
+ --color-sf-info-text: 255, 255, 255;
1269
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
1270
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
1271
+ }
1272
+
1273
+ .e-dark-mode {
1274
+ --color-sf-black: 0, 0, 0;
1275
+ --color-sf-white: 255, 255, 255;
1276
+ --color-sf-primary: 208, 188, 255;
1277
+ --color-sf-primary-container: 79, 55, 139;
1278
+ --color-sf-secondary: 204, 194, 220;
1279
+ --color-sf-secondary-container: 74, 68, 88;
1280
+ --color-sf-tertiary: 239, 184, 200;
1281
+ --color-sf-tertiary-container: 99, 59, 72;
1282
+ --color-sf-surface: 28, 27, 31;
1283
+ --color-sf-surface-variant: 28, 27, 31;
1284
+ --color-sf-background: var(--color-sf-surface);
1285
+ --color-sf-on-primary: 55, 30, 115;
1286
+ --color-sf-on-primary-container: 234, 221, 255;
1287
+ --color-sf-on-secondary: 51, 45, 65;
1288
+ --color-sf-on-secondary-container: 232, 222, 248;
1289
+ --color-sf-on-tertiary: 73, 37, 50;
1290
+ --color-sf-on-tertiary-containe: 255, 216, 228;
1291
+ --color-sf-on-surface: 230, 225, 229;
1292
+ --color-sf-on-surface-variant: 202, 196, 208;
1293
+ --color-sf-on-background: 230, 225, 229;
1294
+ --color-sf-outline: 147, 143, 153;
1295
+ --color-sf-outline-variant: 68, 71, 70;
1296
+ --color-sf-shadow: 0, 0, 0;
1297
+ --color-sf-surface-tint-color: 208, 188, 255;
1298
+ --color-sf-inverse-surface: 230, 225, 229;
1299
+ --color-sf-inverse-on-surface: 49, 48, 51;
1300
+ --color-sf-inverse-primary: 103, 80, 164;
1301
+ --color-sf-scrim: 0, 0, 0;
1302
+ --color-sf-error: 242, 184, 181;
1303
+ --color-sf-error-container: 140, 29, 24;
1304
+ --color-sf-on-error: 96, 20, 16;
1305
+ --color-sf-on-error-container: 249, 222, 220;
1306
+ --color-sf-success: 83, 202, 23;
1307
+ --color-sf-success-container: 22, 62, 2;
1308
+ --color-sf-on-success: 13, 39, 0;
1309
+ --color-sf-on-success-container: 183, 250, 150;
1310
+ --color-sf-info: 71, 172, 251;
1311
+ --color-sf-info-container: 0, 67, 120;
1312
+ --color-sf-on-info: 0, 51, 91;
1313
+ --color-sf-on-info-container: 173, 219, 255;
1314
+ --color-sf-warning: 245, 180, 130;
1315
+ --color-sf-warning-container: 123, 65, 0;
1316
+ --color-sf-on-warning: 99, 52, 0;
1317
+ --color-sf-on-warning-container: 255, 220, 193;
1318
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
1319
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
1320
+ --color-sf-success-text: 0, 0, 0;
1321
+ --color-sf-warning-text: 0, 0, 0;
1322
+ --color-sf-info-text: 0, 0, 0;
1323
+ --color-sf-danger-text: 0, 0, 0;
1324
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
1325
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
1326
+ }
1327
+
1106
1328
  /*! component's theme wise override definitions and variables */
1107
1329
  /*! vscroll icons */
1108
1330
  .e-vscroll.e-scroll-device .e-nav-up-arrow::before {
@@ -1306,6 +1528,117 @@
1306
1528
  content: "";
1307
1529
  }
1308
1530
 
1531
+ :root {
1532
+ --color-sf-black: 0, 0, 0;
1533
+ --color-sf-white: 255, 255, 255;
1534
+ --color-sf-primary: 103, 80, 164;
1535
+ --color-sf-primary-container: 234, 221, 255;
1536
+ --color-sf-secondary: 98, 91, 113;
1537
+ --color-sf-secondary-container: 232, 222, 248;
1538
+ --color-sf-tertiary: 125, 82, 96;
1539
+ --color-sf-tertiary-container: 255, 216, 228;
1540
+ --color-sf-surface: 255, 255, 255;
1541
+ --color-sf-surface-variant: 231, 224, 236;
1542
+ --color-sf-background: var(--color-sf-surface);
1543
+ --color-sf-on-primary: 255, 255, 255;
1544
+ --color-sf-on-primary-container: 33, 0, 94;
1545
+ --color-sf-on-secondary: 255, 255, 255;
1546
+ --color-sf-on-secondary-container: 30, 25, 43;
1547
+ --color-sf-on-tertiary: 255, 255, 255;
1548
+ --color-sf-on-tertiary-containe: 55, 11, 30;
1549
+ --color-sf-on-surface: 28, 27, 31;
1550
+ --color-sf-on-surface-variant: 73, 69, 78;
1551
+ --color-sf-on-background: 28, 27, 31;
1552
+ --color-sf-outline: 121, 116, 126;
1553
+ --color-sf-outline-variant: 196, 199, 197;
1554
+ --color-sf-shadow: 0, 0, 0;
1555
+ --color-sf-surface-tint-color: 103, 80, 164;
1556
+ --color-sf-inverse-surface: 49, 48, 51;
1557
+ --color-sf-inverse-on-surface: 244, 239, 244;
1558
+ --color-sf-inverse-primary: 208, 188, 255;
1559
+ --color-sf-scrim: 0, 0, 0;
1560
+ --color-sf-error: 179, 38, 30;
1561
+ --color-sf-error-container: 249, 222, 220;
1562
+ --color-sf-on-error: 255, 250, 250;
1563
+ --color-sf-on-error-container: 65, 14, 11;
1564
+ --color-sf-success: 32, 81, 7;
1565
+ --color-sf-success-container: 209, 255, 186;
1566
+ --color-sf-on-success: 244, 255, 239;
1567
+ --color-sf-on-success-container: 13, 39, 0;
1568
+ --color-sf-info: 1, 87, 155;
1569
+ --color-sf-info-container: 233, 245, 255;
1570
+ --color-sf-on-info: 250, 253, 255;
1571
+ --color-sf-on-info-container: 0, 51, 91;
1572
+ --color-sf-warning: 145, 76, 0;
1573
+ --color-sf-warning-container: 254, 236, 222;
1574
+ --color-sf-on-warning: 255, 255, 255;
1575
+ --color-sf-on-warning-container: 47, 21, 0;
1576
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
1577
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
1578
+ --color-sf-diagram-palette-background: --color-sf-white;
1579
+ --color-sf-success-text: 255, 255, 255;
1580
+ --color-sf-warning-text: 255, 255, 255;
1581
+ --color-sf-danger-text: 255, 255, 255;
1582
+ --color-sf-info-text: 255, 255, 255;
1583
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
1584
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
1585
+ }
1586
+
1587
+ .e-dark-mode {
1588
+ --color-sf-black: 0, 0, 0;
1589
+ --color-sf-white: 255, 255, 255;
1590
+ --color-sf-primary: 208, 188, 255;
1591
+ --color-sf-primary-container: 79, 55, 139;
1592
+ --color-sf-secondary: 204, 194, 220;
1593
+ --color-sf-secondary-container: 74, 68, 88;
1594
+ --color-sf-tertiary: 239, 184, 200;
1595
+ --color-sf-tertiary-container: 99, 59, 72;
1596
+ --color-sf-surface: 28, 27, 31;
1597
+ --color-sf-surface-variant: 28, 27, 31;
1598
+ --color-sf-background: var(--color-sf-surface);
1599
+ --color-sf-on-primary: 55, 30, 115;
1600
+ --color-sf-on-primary-container: 234, 221, 255;
1601
+ --color-sf-on-secondary: 51, 45, 65;
1602
+ --color-sf-on-secondary-container: 232, 222, 248;
1603
+ --color-sf-on-tertiary: 73, 37, 50;
1604
+ --color-sf-on-tertiary-containe: 255, 216, 228;
1605
+ --color-sf-on-surface: 230, 225, 229;
1606
+ --color-sf-on-surface-variant: 202, 196, 208;
1607
+ --color-sf-on-background: 230, 225, 229;
1608
+ --color-sf-outline: 147, 143, 153;
1609
+ --color-sf-outline-variant: 68, 71, 70;
1610
+ --color-sf-shadow: 0, 0, 0;
1611
+ --color-sf-surface-tint-color: 208, 188, 255;
1612
+ --color-sf-inverse-surface: 230, 225, 229;
1613
+ --color-sf-inverse-on-surface: 49, 48, 51;
1614
+ --color-sf-inverse-primary: 103, 80, 164;
1615
+ --color-sf-scrim: 0, 0, 0;
1616
+ --color-sf-error: 242, 184, 181;
1617
+ --color-sf-error-container: 140, 29, 24;
1618
+ --color-sf-on-error: 96, 20, 16;
1619
+ --color-sf-on-error-container: 249, 222, 220;
1620
+ --color-sf-success: 83, 202, 23;
1621
+ --color-sf-success-container: 22, 62, 2;
1622
+ --color-sf-on-success: 13, 39, 0;
1623
+ --color-sf-on-success-container: 183, 250, 150;
1624
+ --color-sf-info: 71, 172, 251;
1625
+ --color-sf-info-container: 0, 67, 120;
1626
+ --color-sf-on-info: 0, 51, 91;
1627
+ --color-sf-on-info-container: 173, 219, 255;
1628
+ --color-sf-warning: 245, 180, 130;
1629
+ --color-sf-warning-container: 123, 65, 0;
1630
+ --color-sf-on-warning: 99, 52, 0;
1631
+ --color-sf-on-warning-container: 255, 220, 193;
1632
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
1633
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
1634
+ --color-sf-success-text: 0, 0, 0;
1635
+ --color-sf-warning-text: 0, 0, 0;
1636
+ --color-sf-info-text: 0, 0, 0;
1637
+ --color-sf-danger-text: 0, 0, 0;
1638
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
1639
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
1640
+ }
1641
+
1309
1642
  /*! component's theme wise override definitions and variables */
1310
1643
  @keyframes hscroll-popup-shadow {
1311
1644
  0% {
@@ -2389,11 +2722,122 @@
2389
2722
  border: solid rgba(var(--color-sf-outline-variant));
2390
2723
  border-width: 0 1px 0 0;
2391
2724
  }
2392
- .e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
2393
- background: rgba(var(--color-sf-on-surface), 0.05);
2394
- color: rgba(var(--color-sf-on-surface-variant));
2395
- border: solid rgba(var(--color-sf-outline-variant));
2396
- border-width: 0 1px 0 0;
2725
+ .e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
2726
+ background: rgba(var(--color-sf-on-surface), 0.05);
2727
+ color: rgba(var(--color-sf-on-surface-variant));
2728
+ border: solid rgba(var(--color-sf-outline-variant));
2729
+ border-width: 0 1px 0 0;
2730
+ }
2731
+
2732
+ :root {
2733
+ --color-sf-black: 0, 0, 0;
2734
+ --color-sf-white: 255, 255, 255;
2735
+ --color-sf-primary: 103, 80, 164;
2736
+ --color-sf-primary-container: 234, 221, 255;
2737
+ --color-sf-secondary: 98, 91, 113;
2738
+ --color-sf-secondary-container: 232, 222, 248;
2739
+ --color-sf-tertiary: 125, 82, 96;
2740
+ --color-sf-tertiary-container: 255, 216, 228;
2741
+ --color-sf-surface: 255, 255, 255;
2742
+ --color-sf-surface-variant: 231, 224, 236;
2743
+ --color-sf-background: var(--color-sf-surface);
2744
+ --color-sf-on-primary: 255, 255, 255;
2745
+ --color-sf-on-primary-container: 33, 0, 94;
2746
+ --color-sf-on-secondary: 255, 255, 255;
2747
+ --color-sf-on-secondary-container: 30, 25, 43;
2748
+ --color-sf-on-tertiary: 255, 255, 255;
2749
+ --color-sf-on-tertiary-containe: 55, 11, 30;
2750
+ --color-sf-on-surface: 28, 27, 31;
2751
+ --color-sf-on-surface-variant: 73, 69, 78;
2752
+ --color-sf-on-background: 28, 27, 31;
2753
+ --color-sf-outline: 121, 116, 126;
2754
+ --color-sf-outline-variant: 196, 199, 197;
2755
+ --color-sf-shadow: 0, 0, 0;
2756
+ --color-sf-surface-tint-color: 103, 80, 164;
2757
+ --color-sf-inverse-surface: 49, 48, 51;
2758
+ --color-sf-inverse-on-surface: 244, 239, 244;
2759
+ --color-sf-inverse-primary: 208, 188, 255;
2760
+ --color-sf-scrim: 0, 0, 0;
2761
+ --color-sf-error: 179, 38, 30;
2762
+ --color-sf-error-container: 249, 222, 220;
2763
+ --color-sf-on-error: 255, 250, 250;
2764
+ --color-sf-on-error-container: 65, 14, 11;
2765
+ --color-sf-success: 32, 81, 7;
2766
+ --color-sf-success-container: 209, 255, 186;
2767
+ --color-sf-on-success: 244, 255, 239;
2768
+ --color-sf-on-success-container: 13, 39, 0;
2769
+ --color-sf-info: 1, 87, 155;
2770
+ --color-sf-info-container: 233, 245, 255;
2771
+ --color-sf-on-info: 250, 253, 255;
2772
+ --color-sf-on-info-container: 0, 51, 91;
2773
+ --color-sf-warning: 145, 76, 0;
2774
+ --color-sf-warning-container: 254, 236, 222;
2775
+ --color-sf-on-warning: 255, 255, 255;
2776
+ --color-sf-on-warning-container: 47, 21, 0;
2777
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
2778
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
2779
+ --color-sf-diagram-palette-background: --color-sf-white;
2780
+ --color-sf-success-text: 255, 255, 255;
2781
+ --color-sf-warning-text: 255, 255, 255;
2782
+ --color-sf-danger-text: 255, 255, 255;
2783
+ --color-sf-info-text: 255, 255, 255;
2784
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
2785
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
2786
+ }
2787
+
2788
+ .e-dark-mode {
2789
+ --color-sf-black: 0, 0, 0;
2790
+ --color-sf-white: 255, 255, 255;
2791
+ --color-sf-primary: 208, 188, 255;
2792
+ --color-sf-primary-container: 79, 55, 139;
2793
+ --color-sf-secondary: 204, 194, 220;
2794
+ --color-sf-secondary-container: 74, 68, 88;
2795
+ --color-sf-tertiary: 239, 184, 200;
2796
+ --color-sf-tertiary-container: 99, 59, 72;
2797
+ --color-sf-surface: 28, 27, 31;
2798
+ --color-sf-surface-variant: 28, 27, 31;
2799
+ --color-sf-background: var(--color-sf-surface);
2800
+ --color-sf-on-primary: 55, 30, 115;
2801
+ --color-sf-on-primary-container: 234, 221, 255;
2802
+ --color-sf-on-secondary: 51, 45, 65;
2803
+ --color-sf-on-secondary-container: 232, 222, 248;
2804
+ --color-sf-on-tertiary: 73, 37, 50;
2805
+ --color-sf-on-tertiary-containe: 255, 216, 228;
2806
+ --color-sf-on-surface: 230, 225, 229;
2807
+ --color-sf-on-surface-variant: 202, 196, 208;
2808
+ --color-sf-on-background: 230, 225, 229;
2809
+ --color-sf-outline: 147, 143, 153;
2810
+ --color-sf-outline-variant: 68, 71, 70;
2811
+ --color-sf-shadow: 0, 0, 0;
2812
+ --color-sf-surface-tint-color: 208, 188, 255;
2813
+ --color-sf-inverse-surface: 230, 225, 229;
2814
+ --color-sf-inverse-on-surface: 49, 48, 51;
2815
+ --color-sf-inverse-primary: 103, 80, 164;
2816
+ --color-sf-scrim: 0, 0, 0;
2817
+ --color-sf-error: 242, 184, 181;
2818
+ --color-sf-error-container: 140, 29, 24;
2819
+ --color-sf-on-error: 96, 20, 16;
2820
+ --color-sf-on-error-container: 249, 222, 220;
2821
+ --color-sf-success: 83, 202, 23;
2822
+ --color-sf-success-container: 22, 62, 2;
2823
+ --color-sf-on-success: 13, 39, 0;
2824
+ --color-sf-on-success-container: 183, 250, 150;
2825
+ --color-sf-info: 71, 172, 251;
2826
+ --color-sf-info-container: 0, 67, 120;
2827
+ --color-sf-on-info: 0, 51, 91;
2828
+ --color-sf-on-info-container: 173, 219, 255;
2829
+ --color-sf-warning: 245, 180, 130;
2830
+ --color-sf-warning-container: 123, 65, 0;
2831
+ --color-sf-on-warning: 99, 52, 0;
2832
+ --color-sf-on-warning-container: 255, 220, 193;
2833
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
2834
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
2835
+ --color-sf-success-text: 0, 0, 0;
2836
+ --color-sf-warning-text: 0, 0, 0;
2837
+ --color-sf-info-text: 0, 0, 0;
2838
+ --color-sf-danger-text: 0, 0, 0;
2839
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
2840
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
2397
2841
  }
2398
2842
 
2399
2843
  /*! Accordion's material 3 theme wise override definitions and variables */
@@ -2940,6 +3384,117 @@
2940
3384
  font-size: 14px;
2941
3385
  }
2942
3386
 
3387
+ :root {
3388
+ --color-sf-black: 0, 0, 0;
3389
+ --color-sf-white: 255, 255, 255;
3390
+ --color-sf-primary: 103, 80, 164;
3391
+ --color-sf-primary-container: 234, 221, 255;
3392
+ --color-sf-secondary: 98, 91, 113;
3393
+ --color-sf-secondary-container: 232, 222, 248;
3394
+ --color-sf-tertiary: 125, 82, 96;
3395
+ --color-sf-tertiary-container: 255, 216, 228;
3396
+ --color-sf-surface: 255, 255, 255;
3397
+ --color-sf-surface-variant: 231, 224, 236;
3398
+ --color-sf-background: var(--color-sf-surface);
3399
+ --color-sf-on-primary: 255, 255, 255;
3400
+ --color-sf-on-primary-container: 33, 0, 94;
3401
+ --color-sf-on-secondary: 255, 255, 255;
3402
+ --color-sf-on-secondary-container: 30, 25, 43;
3403
+ --color-sf-on-tertiary: 255, 255, 255;
3404
+ --color-sf-on-tertiary-containe: 55, 11, 30;
3405
+ --color-sf-on-surface: 28, 27, 31;
3406
+ --color-sf-on-surface-variant: 73, 69, 78;
3407
+ --color-sf-on-background: 28, 27, 31;
3408
+ --color-sf-outline: 121, 116, 126;
3409
+ --color-sf-outline-variant: 196, 199, 197;
3410
+ --color-sf-shadow: 0, 0, 0;
3411
+ --color-sf-surface-tint-color: 103, 80, 164;
3412
+ --color-sf-inverse-surface: 49, 48, 51;
3413
+ --color-sf-inverse-on-surface: 244, 239, 244;
3414
+ --color-sf-inverse-primary: 208, 188, 255;
3415
+ --color-sf-scrim: 0, 0, 0;
3416
+ --color-sf-error: 179, 38, 30;
3417
+ --color-sf-error-container: 249, 222, 220;
3418
+ --color-sf-on-error: 255, 250, 250;
3419
+ --color-sf-on-error-container: 65, 14, 11;
3420
+ --color-sf-success: 32, 81, 7;
3421
+ --color-sf-success-container: 209, 255, 186;
3422
+ --color-sf-on-success: 244, 255, 239;
3423
+ --color-sf-on-success-container: 13, 39, 0;
3424
+ --color-sf-info: 1, 87, 155;
3425
+ --color-sf-info-container: 233, 245, 255;
3426
+ --color-sf-on-info: 250, 253, 255;
3427
+ --color-sf-on-info-container: 0, 51, 91;
3428
+ --color-sf-warning: 145, 76, 0;
3429
+ --color-sf-warning-container: 254, 236, 222;
3430
+ --color-sf-on-warning: 255, 255, 255;
3431
+ --color-sf-on-warning-container: 47, 21, 0;
3432
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
3433
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
3434
+ --color-sf-diagram-palette-background: --color-sf-white;
3435
+ --color-sf-success-text: 255, 255, 255;
3436
+ --color-sf-warning-text: 255, 255, 255;
3437
+ --color-sf-danger-text: 255, 255, 255;
3438
+ --color-sf-info-text: 255, 255, 255;
3439
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
3440
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
3441
+ }
3442
+
3443
+ .e-dark-mode {
3444
+ --color-sf-black: 0, 0, 0;
3445
+ --color-sf-white: 255, 255, 255;
3446
+ --color-sf-primary: 208, 188, 255;
3447
+ --color-sf-primary-container: 79, 55, 139;
3448
+ --color-sf-secondary: 204, 194, 220;
3449
+ --color-sf-secondary-container: 74, 68, 88;
3450
+ --color-sf-tertiary: 239, 184, 200;
3451
+ --color-sf-tertiary-container: 99, 59, 72;
3452
+ --color-sf-surface: 28, 27, 31;
3453
+ --color-sf-surface-variant: 28, 27, 31;
3454
+ --color-sf-background: var(--color-sf-surface);
3455
+ --color-sf-on-primary: 55, 30, 115;
3456
+ --color-sf-on-primary-container: 234, 221, 255;
3457
+ --color-sf-on-secondary: 51, 45, 65;
3458
+ --color-sf-on-secondary-container: 232, 222, 248;
3459
+ --color-sf-on-tertiary: 73, 37, 50;
3460
+ --color-sf-on-tertiary-containe: 255, 216, 228;
3461
+ --color-sf-on-surface: 230, 225, 229;
3462
+ --color-sf-on-surface-variant: 202, 196, 208;
3463
+ --color-sf-on-background: 230, 225, 229;
3464
+ --color-sf-outline: 147, 143, 153;
3465
+ --color-sf-outline-variant: 68, 71, 70;
3466
+ --color-sf-shadow: 0, 0, 0;
3467
+ --color-sf-surface-tint-color: 208, 188, 255;
3468
+ --color-sf-inverse-surface: 230, 225, 229;
3469
+ --color-sf-inverse-on-surface: 49, 48, 51;
3470
+ --color-sf-inverse-primary: 103, 80, 164;
3471
+ --color-sf-scrim: 0, 0, 0;
3472
+ --color-sf-error: 242, 184, 181;
3473
+ --color-sf-error-container: 140, 29, 24;
3474
+ --color-sf-on-error: 96, 20, 16;
3475
+ --color-sf-on-error-container: 249, 222, 220;
3476
+ --color-sf-success: 83, 202, 23;
3477
+ --color-sf-success-container: 22, 62, 2;
3478
+ --color-sf-on-success: 13, 39, 0;
3479
+ --color-sf-on-success-container: 183, 250, 150;
3480
+ --color-sf-info: 71, 172, 251;
3481
+ --color-sf-info-container: 0, 67, 120;
3482
+ --color-sf-on-info: 0, 51, 91;
3483
+ --color-sf-on-info-container: 173, 219, 255;
3484
+ --color-sf-warning: 245, 180, 130;
3485
+ --color-sf-warning-container: 123, 65, 0;
3486
+ --color-sf-on-warning: 99, 52, 0;
3487
+ --color-sf-on-warning-container: 255, 220, 193;
3488
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
3489
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
3490
+ --color-sf-success-text: 0, 0, 0;
3491
+ --color-sf-warning-text: 0, 0, 0;
3492
+ --color-sf-info-text: 0, 0, 0;
3493
+ --color-sf-danger-text: 0, 0, 0;
3494
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
3495
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
3496
+ }
3497
+
2943
3498
  /*! Carousel component bootstrap5 theme definitions and variables */
2944
3499
  .e-carousel .e-previous-icon::before {
2945
3500
  content: "\e765";
@@ -3240,8 +3795,119 @@
3240
3795
  .e-carousel .e-carousel-indicators.e-progress .e-indicator-bars {
3241
3796
  background-color: rgba(var(--color-sf-primary), 0.4);
3242
3797
  }
3243
- .e-carousel .e-carousel-indicators.e-progress .e-indicator-bars .e-indicator-bar {
3244
- background-color: rgba(var(--color-sf-primary));
3798
+ .e-carousel .e-carousel-indicators.e-progress .e-indicator-bars .e-indicator-bar {
3799
+ background-color: rgba(var(--color-sf-primary));
3800
+ }
3801
+
3802
+ :root {
3803
+ --color-sf-black: 0, 0, 0;
3804
+ --color-sf-white: 255, 255, 255;
3805
+ --color-sf-primary: 103, 80, 164;
3806
+ --color-sf-primary-container: 234, 221, 255;
3807
+ --color-sf-secondary: 98, 91, 113;
3808
+ --color-sf-secondary-container: 232, 222, 248;
3809
+ --color-sf-tertiary: 125, 82, 96;
3810
+ --color-sf-tertiary-container: 255, 216, 228;
3811
+ --color-sf-surface: 255, 255, 255;
3812
+ --color-sf-surface-variant: 231, 224, 236;
3813
+ --color-sf-background: var(--color-sf-surface);
3814
+ --color-sf-on-primary: 255, 255, 255;
3815
+ --color-sf-on-primary-container: 33, 0, 94;
3816
+ --color-sf-on-secondary: 255, 255, 255;
3817
+ --color-sf-on-secondary-container: 30, 25, 43;
3818
+ --color-sf-on-tertiary: 255, 255, 255;
3819
+ --color-sf-on-tertiary-containe: 55, 11, 30;
3820
+ --color-sf-on-surface: 28, 27, 31;
3821
+ --color-sf-on-surface-variant: 73, 69, 78;
3822
+ --color-sf-on-background: 28, 27, 31;
3823
+ --color-sf-outline: 121, 116, 126;
3824
+ --color-sf-outline-variant: 196, 199, 197;
3825
+ --color-sf-shadow: 0, 0, 0;
3826
+ --color-sf-surface-tint-color: 103, 80, 164;
3827
+ --color-sf-inverse-surface: 49, 48, 51;
3828
+ --color-sf-inverse-on-surface: 244, 239, 244;
3829
+ --color-sf-inverse-primary: 208, 188, 255;
3830
+ --color-sf-scrim: 0, 0, 0;
3831
+ --color-sf-error: 179, 38, 30;
3832
+ --color-sf-error-container: 249, 222, 220;
3833
+ --color-sf-on-error: 255, 250, 250;
3834
+ --color-sf-on-error-container: 65, 14, 11;
3835
+ --color-sf-success: 32, 81, 7;
3836
+ --color-sf-success-container: 209, 255, 186;
3837
+ --color-sf-on-success: 244, 255, 239;
3838
+ --color-sf-on-success-container: 13, 39, 0;
3839
+ --color-sf-info: 1, 87, 155;
3840
+ --color-sf-info-container: 233, 245, 255;
3841
+ --color-sf-on-info: 250, 253, 255;
3842
+ --color-sf-on-info-container: 0, 51, 91;
3843
+ --color-sf-warning: 145, 76, 0;
3844
+ --color-sf-warning-container: 254, 236, 222;
3845
+ --color-sf-on-warning: 255, 255, 255;
3846
+ --color-sf-on-warning-container: 47, 21, 0;
3847
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
3848
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
3849
+ --color-sf-diagram-palette-background: --color-sf-white;
3850
+ --color-sf-success-text: 255, 255, 255;
3851
+ --color-sf-warning-text: 255, 255, 255;
3852
+ --color-sf-danger-text: 255, 255, 255;
3853
+ --color-sf-info-text: 255, 255, 255;
3854
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
3855
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
3856
+ }
3857
+
3858
+ .e-dark-mode {
3859
+ --color-sf-black: 0, 0, 0;
3860
+ --color-sf-white: 255, 255, 255;
3861
+ --color-sf-primary: 208, 188, 255;
3862
+ --color-sf-primary-container: 79, 55, 139;
3863
+ --color-sf-secondary: 204, 194, 220;
3864
+ --color-sf-secondary-container: 74, 68, 88;
3865
+ --color-sf-tertiary: 239, 184, 200;
3866
+ --color-sf-tertiary-container: 99, 59, 72;
3867
+ --color-sf-surface: 28, 27, 31;
3868
+ --color-sf-surface-variant: 28, 27, 31;
3869
+ --color-sf-background: var(--color-sf-surface);
3870
+ --color-sf-on-primary: 55, 30, 115;
3871
+ --color-sf-on-primary-container: 234, 221, 255;
3872
+ --color-sf-on-secondary: 51, 45, 65;
3873
+ --color-sf-on-secondary-container: 232, 222, 248;
3874
+ --color-sf-on-tertiary: 73, 37, 50;
3875
+ --color-sf-on-tertiary-containe: 255, 216, 228;
3876
+ --color-sf-on-surface: 230, 225, 229;
3877
+ --color-sf-on-surface-variant: 202, 196, 208;
3878
+ --color-sf-on-background: 230, 225, 229;
3879
+ --color-sf-outline: 147, 143, 153;
3880
+ --color-sf-outline-variant: 68, 71, 70;
3881
+ --color-sf-shadow: 0, 0, 0;
3882
+ --color-sf-surface-tint-color: 208, 188, 255;
3883
+ --color-sf-inverse-surface: 230, 225, 229;
3884
+ --color-sf-inverse-on-surface: 49, 48, 51;
3885
+ --color-sf-inverse-primary: 103, 80, 164;
3886
+ --color-sf-scrim: 0, 0, 0;
3887
+ --color-sf-error: 242, 184, 181;
3888
+ --color-sf-error-container: 140, 29, 24;
3889
+ --color-sf-on-error: 96, 20, 16;
3890
+ --color-sf-on-error-container: 249, 222, 220;
3891
+ --color-sf-success: 83, 202, 23;
3892
+ --color-sf-success-container: 22, 62, 2;
3893
+ --color-sf-on-success: 13, 39, 0;
3894
+ --color-sf-on-success-container: 183, 250, 150;
3895
+ --color-sf-info: 71, 172, 251;
3896
+ --color-sf-info-container: 0, 67, 120;
3897
+ --color-sf-on-info: 0, 51, 91;
3898
+ --color-sf-on-info-container: 173, 219, 255;
3899
+ --color-sf-warning: 245, 180, 130;
3900
+ --color-sf-warning-container: 123, 65, 0;
3901
+ --color-sf-on-warning: 99, 52, 0;
3902
+ --color-sf-on-warning-container: 255, 220, 193;
3903
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
3904
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
3905
+ --color-sf-success-text: 0, 0, 0;
3906
+ --color-sf-warning-text: 0, 0, 0;
3907
+ --color-sf-info-text: 0, 0, 0;
3908
+ --color-sf-danger-text: 0, 0, 0;
3909
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
3910
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
3245
3911
  }
3246
3912
 
3247
3913
  /*! component's theme wise override definitions and variables */
@@ -3624,6 +4290,117 @@
3624
4290
  border-color: rgba(var(--color-sf-outline-variant));
3625
4291
  }
3626
4292
 
4293
+ :root {
4294
+ --color-sf-black: 0, 0, 0;
4295
+ --color-sf-white: 255, 255, 255;
4296
+ --color-sf-primary: 103, 80, 164;
4297
+ --color-sf-primary-container: 234, 221, 255;
4298
+ --color-sf-secondary: 98, 91, 113;
4299
+ --color-sf-secondary-container: 232, 222, 248;
4300
+ --color-sf-tertiary: 125, 82, 96;
4301
+ --color-sf-tertiary-container: 255, 216, 228;
4302
+ --color-sf-surface: 255, 255, 255;
4303
+ --color-sf-surface-variant: 231, 224, 236;
4304
+ --color-sf-background: var(--color-sf-surface);
4305
+ --color-sf-on-primary: 255, 255, 255;
4306
+ --color-sf-on-primary-container: 33, 0, 94;
4307
+ --color-sf-on-secondary: 255, 255, 255;
4308
+ --color-sf-on-secondary-container: 30, 25, 43;
4309
+ --color-sf-on-tertiary: 255, 255, 255;
4310
+ --color-sf-on-tertiary-containe: 55, 11, 30;
4311
+ --color-sf-on-surface: 28, 27, 31;
4312
+ --color-sf-on-surface-variant: 73, 69, 78;
4313
+ --color-sf-on-background: 28, 27, 31;
4314
+ --color-sf-outline: 121, 116, 126;
4315
+ --color-sf-outline-variant: 196, 199, 197;
4316
+ --color-sf-shadow: 0, 0, 0;
4317
+ --color-sf-surface-tint-color: 103, 80, 164;
4318
+ --color-sf-inverse-surface: 49, 48, 51;
4319
+ --color-sf-inverse-on-surface: 244, 239, 244;
4320
+ --color-sf-inverse-primary: 208, 188, 255;
4321
+ --color-sf-scrim: 0, 0, 0;
4322
+ --color-sf-error: 179, 38, 30;
4323
+ --color-sf-error-container: 249, 222, 220;
4324
+ --color-sf-on-error: 255, 250, 250;
4325
+ --color-sf-on-error-container: 65, 14, 11;
4326
+ --color-sf-success: 32, 81, 7;
4327
+ --color-sf-success-container: 209, 255, 186;
4328
+ --color-sf-on-success: 244, 255, 239;
4329
+ --color-sf-on-success-container: 13, 39, 0;
4330
+ --color-sf-info: 1, 87, 155;
4331
+ --color-sf-info-container: 233, 245, 255;
4332
+ --color-sf-on-info: 250, 253, 255;
4333
+ --color-sf-on-info-container: 0, 51, 91;
4334
+ --color-sf-warning: 145, 76, 0;
4335
+ --color-sf-warning-container: 254, 236, 222;
4336
+ --color-sf-on-warning: 255, 255, 255;
4337
+ --color-sf-on-warning-container: 47, 21, 0;
4338
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
4339
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
4340
+ --color-sf-diagram-palette-background: --color-sf-white;
4341
+ --color-sf-success-text: 255, 255, 255;
4342
+ --color-sf-warning-text: 255, 255, 255;
4343
+ --color-sf-danger-text: 255, 255, 255;
4344
+ --color-sf-info-text: 255, 255, 255;
4345
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
4346
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
4347
+ }
4348
+
4349
+ .e-dark-mode {
4350
+ --color-sf-black: 0, 0, 0;
4351
+ --color-sf-white: 255, 255, 255;
4352
+ --color-sf-primary: 208, 188, 255;
4353
+ --color-sf-primary-container: 79, 55, 139;
4354
+ --color-sf-secondary: 204, 194, 220;
4355
+ --color-sf-secondary-container: 74, 68, 88;
4356
+ --color-sf-tertiary: 239, 184, 200;
4357
+ --color-sf-tertiary-container: 99, 59, 72;
4358
+ --color-sf-surface: 28, 27, 31;
4359
+ --color-sf-surface-variant: 28, 27, 31;
4360
+ --color-sf-background: var(--color-sf-surface);
4361
+ --color-sf-on-primary: 55, 30, 115;
4362
+ --color-sf-on-primary-container: 234, 221, 255;
4363
+ --color-sf-on-secondary: 51, 45, 65;
4364
+ --color-sf-on-secondary-container: 232, 222, 248;
4365
+ --color-sf-on-tertiary: 73, 37, 50;
4366
+ --color-sf-on-tertiary-containe: 255, 216, 228;
4367
+ --color-sf-on-surface: 230, 225, 229;
4368
+ --color-sf-on-surface-variant: 202, 196, 208;
4369
+ --color-sf-on-background: 230, 225, 229;
4370
+ --color-sf-outline: 147, 143, 153;
4371
+ --color-sf-outline-variant: 68, 71, 70;
4372
+ --color-sf-shadow: 0, 0, 0;
4373
+ --color-sf-surface-tint-color: 208, 188, 255;
4374
+ --color-sf-inverse-surface: 230, 225, 229;
4375
+ --color-sf-inverse-on-surface: 49, 48, 51;
4376
+ --color-sf-inverse-primary: 103, 80, 164;
4377
+ --color-sf-scrim: 0, 0, 0;
4378
+ --color-sf-error: 242, 184, 181;
4379
+ --color-sf-error-container: 140, 29, 24;
4380
+ --color-sf-on-error: 96, 20, 16;
4381
+ --color-sf-on-error-container: 249, 222, 220;
4382
+ --color-sf-success: 83, 202, 23;
4383
+ --color-sf-success-container: 22, 62, 2;
4384
+ --color-sf-on-success: 13, 39, 0;
4385
+ --color-sf-on-success-container: 183, 250, 150;
4386
+ --color-sf-info: 71, 172, 251;
4387
+ --color-sf-info-container: 0, 67, 120;
4388
+ --color-sf-on-info: 0, 51, 91;
4389
+ --color-sf-on-info-container: 173, 219, 255;
4390
+ --color-sf-warning: 245, 180, 130;
4391
+ --color-sf-warning-container: 123, 65, 0;
4392
+ --color-sf-on-warning: 99, 52, 0;
4393
+ --color-sf-on-warning-container: 255, 220, 193;
4394
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
4395
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
4396
+ --color-sf-success-text: 0, 0, 0;
4397
+ --color-sf-warning-text: 0, 0, 0;
4398
+ --color-sf-info-text: 0, 0, 0;
4399
+ --color-sf-danger-text: 0, 0, 0;
4400
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
4401
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
4402
+ }
4403
+
3627
4404
  /*! Toolbar's material3 theme wise override definitions and variables */
3628
4405
  /* stylelint-disable */
3629
4406
  /*! Tab's material3 theme wise override definitions and variables */
@@ -7665,17 +8442,128 @@
7665
8442
  font-size: 14px;
7666
8443
  }
7667
8444
 
7668
- .e-tab-clone-element {
7669
- background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
7670
- color: rgba(var(--color-sf-on-surface-variant));
7671
- }
7672
- .e-tab-clone-element .e-tab-wrap {
7673
- border-radius: 0;
7674
- color: rgba(var(--color-sf-on-surface-variant));
7675
- border: 1px solid transparent;
7676
- }
7677
- .e-tab-clone-element .e-tab-wrap .e-tab-icon {
7678
- color: rgba(var(--color-sf-on-surface-variant));
8445
+ .e-tab-clone-element {
8446
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
8447
+ color: rgba(var(--color-sf-on-surface-variant));
8448
+ }
8449
+ .e-tab-clone-element .e-tab-wrap {
8450
+ border-radius: 0;
8451
+ color: rgba(var(--color-sf-on-surface-variant));
8452
+ border: 1px solid transparent;
8453
+ }
8454
+ .e-tab-clone-element .e-tab-wrap .e-tab-icon {
8455
+ color: rgba(var(--color-sf-on-surface-variant));
8456
+ }
8457
+
8458
+ :root {
8459
+ --color-sf-black: 0, 0, 0;
8460
+ --color-sf-white: 255, 255, 255;
8461
+ --color-sf-primary: 103, 80, 164;
8462
+ --color-sf-primary-container: 234, 221, 255;
8463
+ --color-sf-secondary: 98, 91, 113;
8464
+ --color-sf-secondary-container: 232, 222, 248;
8465
+ --color-sf-tertiary: 125, 82, 96;
8466
+ --color-sf-tertiary-container: 255, 216, 228;
8467
+ --color-sf-surface: 255, 255, 255;
8468
+ --color-sf-surface-variant: 231, 224, 236;
8469
+ --color-sf-background: var(--color-sf-surface);
8470
+ --color-sf-on-primary: 255, 255, 255;
8471
+ --color-sf-on-primary-container: 33, 0, 94;
8472
+ --color-sf-on-secondary: 255, 255, 255;
8473
+ --color-sf-on-secondary-container: 30, 25, 43;
8474
+ --color-sf-on-tertiary: 255, 255, 255;
8475
+ --color-sf-on-tertiary-containe: 55, 11, 30;
8476
+ --color-sf-on-surface: 28, 27, 31;
8477
+ --color-sf-on-surface-variant: 73, 69, 78;
8478
+ --color-sf-on-background: 28, 27, 31;
8479
+ --color-sf-outline: 121, 116, 126;
8480
+ --color-sf-outline-variant: 196, 199, 197;
8481
+ --color-sf-shadow: 0, 0, 0;
8482
+ --color-sf-surface-tint-color: 103, 80, 164;
8483
+ --color-sf-inverse-surface: 49, 48, 51;
8484
+ --color-sf-inverse-on-surface: 244, 239, 244;
8485
+ --color-sf-inverse-primary: 208, 188, 255;
8486
+ --color-sf-scrim: 0, 0, 0;
8487
+ --color-sf-error: 179, 38, 30;
8488
+ --color-sf-error-container: 249, 222, 220;
8489
+ --color-sf-on-error: 255, 250, 250;
8490
+ --color-sf-on-error-container: 65, 14, 11;
8491
+ --color-sf-success: 32, 81, 7;
8492
+ --color-sf-success-container: 209, 255, 186;
8493
+ --color-sf-on-success: 244, 255, 239;
8494
+ --color-sf-on-success-container: 13, 39, 0;
8495
+ --color-sf-info: 1, 87, 155;
8496
+ --color-sf-info-container: 233, 245, 255;
8497
+ --color-sf-on-info: 250, 253, 255;
8498
+ --color-sf-on-info-container: 0, 51, 91;
8499
+ --color-sf-warning: 145, 76, 0;
8500
+ --color-sf-warning-container: 254, 236, 222;
8501
+ --color-sf-on-warning: 255, 255, 255;
8502
+ --color-sf-on-warning-container: 47, 21, 0;
8503
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
8504
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
8505
+ --color-sf-diagram-palette-background: --color-sf-white;
8506
+ --color-sf-success-text: 255, 255, 255;
8507
+ --color-sf-warning-text: 255, 255, 255;
8508
+ --color-sf-danger-text: 255, 255, 255;
8509
+ --color-sf-info-text: 255, 255, 255;
8510
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
8511
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
8512
+ }
8513
+
8514
+ .e-dark-mode {
8515
+ --color-sf-black: 0, 0, 0;
8516
+ --color-sf-white: 255, 255, 255;
8517
+ --color-sf-primary: 208, 188, 255;
8518
+ --color-sf-primary-container: 79, 55, 139;
8519
+ --color-sf-secondary: 204, 194, 220;
8520
+ --color-sf-secondary-container: 74, 68, 88;
8521
+ --color-sf-tertiary: 239, 184, 200;
8522
+ --color-sf-tertiary-container: 99, 59, 72;
8523
+ --color-sf-surface: 28, 27, 31;
8524
+ --color-sf-surface-variant: 28, 27, 31;
8525
+ --color-sf-background: var(--color-sf-surface);
8526
+ --color-sf-on-primary: 55, 30, 115;
8527
+ --color-sf-on-primary-container: 234, 221, 255;
8528
+ --color-sf-on-secondary: 51, 45, 65;
8529
+ --color-sf-on-secondary-container: 232, 222, 248;
8530
+ --color-sf-on-tertiary: 73, 37, 50;
8531
+ --color-sf-on-tertiary-containe: 255, 216, 228;
8532
+ --color-sf-on-surface: 230, 225, 229;
8533
+ --color-sf-on-surface-variant: 202, 196, 208;
8534
+ --color-sf-on-background: 230, 225, 229;
8535
+ --color-sf-outline: 147, 143, 153;
8536
+ --color-sf-outline-variant: 68, 71, 70;
8537
+ --color-sf-shadow: 0, 0, 0;
8538
+ --color-sf-surface-tint-color: 208, 188, 255;
8539
+ --color-sf-inverse-surface: 230, 225, 229;
8540
+ --color-sf-inverse-on-surface: 49, 48, 51;
8541
+ --color-sf-inverse-primary: 103, 80, 164;
8542
+ --color-sf-scrim: 0, 0, 0;
8543
+ --color-sf-error: 242, 184, 181;
8544
+ --color-sf-error-container: 140, 29, 24;
8545
+ --color-sf-on-error: 96, 20, 16;
8546
+ --color-sf-on-error-container: 249, 222, 220;
8547
+ --color-sf-success: 83, 202, 23;
8548
+ --color-sf-success-container: 22, 62, 2;
8549
+ --color-sf-on-success: 13, 39, 0;
8550
+ --color-sf-on-success-container: 183, 250, 150;
8551
+ --color-sf-info: 71, 172, 251;
8552
+ --color-sf-info-container: 0, 67, 120;
8553
+ --color-sf-on-info: 0, 51, 91;
8554
+ --color-sf-on-info-container: 173, 219, 255;
8555
+ --color-sf-warning: 245, 180, 130;
8556
+ --color-sf-warning-container: 123, 65, 0;
8557
+ --color-sf-on-warning: 99, 52, 0;
8558
+ --color-sf-on-warning-container: 255, 220, 193;
8559
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
8560
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
8561
+ --color-sf-success-text: 0, 0, 0;
8562
+ --color-sf-warning-text: 0, 0, 0;
8563
+ --color-sf-info-text: 0, 0, 0;
8564
+ --color-sf-danger-text: 0, 0, 0;
8565
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
8566
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
7679
8567
  }
7680
8568
 
7681
8569
  /* stylelint-disable property-no-vendor-prefix */
@@ -8526,6 +9414,117 @@
8526
9414
  border-left-color: transparent;
8527
9415
  }
8528
9416
 
9417
+ :root {
9418
+ --color-sf-black: 0, 0, 0;
9419
+ --color-sf-white: 255, 255, 255;
9420
+ --color-sf-primary: 103, 80, 164;
9421
+ --color-sf-primary-container: 234, 221, 255;
9422
+ --color-sf-secondary: 98, 91, 113;
9423
+ --color-sf-secondary-container: 232, 222, 248;
9424
+ --color-sf-tertiary: 125, 82, 96;
9425
+ --color-sf-tertiary-container: 255, 216, 228;
9426
+ --color-sf-surface: 255, 255, 255;
9427
+ --color-sf-surface-variant: 231, 224, 236;
9428
+ --color-sf-background: var(--color-sf-surface);
9429
+ --color-sf-on-primary: 255, 255, 255;
9430
+ --color-sf-on-primary-container: 33, 0, 94;
9431
+ --color-sf-on-secondary: 255, 255, 255;
9432
+ --color-sf-on-secondary-container: 30, 25, 43;
9433
+ --color-sf-on-tertiary: 255, 255, 255;
9434
+ --color-sf-on-tertiary-containe: 55, 11, 30;
9435
+ --color-sf-on-surface: 28, 27, 31;
9436
+ --color-sf-on-surface-variant: 73, 69, 78;
9437
+ --color-sf-on-background: 28, 27, 31;
9438
+ --color-sf-outline: 121, 116, 126;
9439
+ --color-sf-outline-variant: 196, 199, 197;
9440
+ --color-sf-shadow: 0, 0, 0;
9441
+ --color-sf-surface-tint-color: 103, 80, 164;
9442
+ --color-sf-inverse-surface: 49, 48, 51;
9443
+ --color-sf-inverse-on-surface: 244, 239, 244;
9444
+ --color-sf-inverse-primary: 208, 188, 255;
9445
+ --color-sf-scrim: 0, 0, 0;
9446
+ --color-sf-error: 179, 38, 30;
9447
+ --color-sf-error-container: 249, 222, 220;
9448
+ --color-sf-on-error: 255, 250, 250;
9449
+ --color-sf-on-error-container: 65, 14, 11;
9450
+ --color-sf-success: 32, 81, 7;
9451
+ --color-sf-success-container: 209, 255, 186;
9452
+ --color-sf-on-success: 244, 255, 239;
9453
+ --color-sf-on-success-container: 13, 39, 0;
9454
+ --color-sf-info: 1, 87, 155;
9455
+ --color-sf-info-container: 233, 245, 255;
9456
+ --color-sf-on-info: 250, 253, 255;
9457
+ --color-sf-on-info-container: 0, 51, 91;
9458
+ --color-sf-warning: 145, 76, 0;
9459
+ --color-sf-warning-container: 254, 236, 222;
9460
+ --color-sf-on-warning: 255, 255, 255;
9461
+ --color-sf-on-warning-container: 47, 21, 0;
9462
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
9463
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
9464
+ --color-sf-diagram-palette-background: --color-sf-white;
9465
+ --color-sf-success-text: 255, 255, 255;
9466
+ --color-sf-warning-text: 255, 255, 255;
9467
+ --color-sf-danger-text: 255, 255, 255;
9468
+ --color-sf-info-text: 255, 255, 255;
9469
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
9470
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
9471
+ }
9472
+
9473
+ .e-dark-mode {
9474
+ --color-sf-black: 0, 0, 0;
9475
+ --color-sf-white: 255, 255, 255;
9476
+ --color-sf-primary: 208, 188, 255;
9477
+ --color-sf-primary-container: 79, 55, 139;
9478
+ --color-sf-secondary: 204, 194, 220;
9479
+ --color-sf-secondary-container: 74, 68, 88;
9480
+ --color-sf-tertiary: 239, 184, 200;
9481
+ --color-sf-tertiary-container: 99, 59, 72;
9482
+ --color-sf-surface: 28, 27, 31;
9483
+ --color-sf-surface-variant: 28, 27, 31;
9484
+ --color-sf-background: var(--color-sf-surface);
9485
+ --color-sf-on-primary: 55, 30, 115;
9486
+ --color-sf-on-primary-container: 234, 221, 255;
9487
+ --color-sf-on-secondary: 51, 45, 65;
9488
+ --color-sf-on-secondary-container: 232, 222, 248;
9489
+ --color-sf-on-tertiary: 73, 37, 50;
9490
+ --color-sf-on-tertiary-containe: 255, 216, 228;
9491
+ --color-sf-on-surface: 230, 225, 229;
9492
+ --color-sf-on-surface-variant: 202, 196, 208;
9493
+ --color-sf-on-background: 230, 225, 229;
9494
+ --color-sf-outline: 147, 143, 153;
9495
+ --color-sf-outline-variant: 68, 71, 70;
9496
+ --color-sf-shadow: 0, 0, 0;
9497
+ --color-sf-surface-tint-color: 208, 188, 255;
9498
+ --color-sf-inverse-surface: 230, 225, 229;
9499
+ --color-sf-inverse-on-surface: 49, 48, 51;
9500
+ --color-sf-inverse-primary: 103, 80, 164;
9501
+ --color-sf-scrim: 0, 0, 0;
9502
+ --color-sf-error: 242, 184, 181;
9503
+ --color-sf-error-container: 140, 29, 24;
9504
+ --color-sf-on-error: 96, 20, 16;
9505
+ --color-sf-on-error-container: 249, 222, 220;
9506
+ --color-sf-success: 83, 202, 23;
9507
+ --color-sf-success-container: 22, 62, 2;
9508
+ --color-sf-on-success: 13, 39, 0;
9509
+ --color-sf-on-success-container: 183, 250, 150;
9510
+ --color-sf-info: 71, 172, 251;
9511
+ --color-sf-info-container: 0, 67, 120;
9512
+ --color-sf-on-info: 0, 51, 91;
9513
+ --color-sf-on-info-container: 173, 219, 255;
9514
+ --color-sf-warning: 245, 180, 130;
9515
+ --color-sf-warning-container: 123, 65, 0;
9516
+ --color-sf-on-warning: 99, 52, 0;
9517
+ --color-sf-on-warning-container: 255, 220, 193;
9518
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
9519
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
9520
+ --color-sf-success-text: 0, 0, 0;
9521
+ --color-sf-warning-text: 0, 0, 0;
9522
+ --color-sf-info-text: 0, 0, 0;
9523
+ --color-sf-danger-text: 0, 0, 0;
9524
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
9525
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
9526
+ }
9527
+
8529
9528
  /*! component's theme wise override material 3 definitions and variables */ /* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
8530
9529
  ejs-sidebar {
8531
9530
  display: none;
@@ -8675,6 +9674,117 @@ ejs-sidebar {
8675
9674
  visibility: visible;
8676
9675
  }
8677
9676
 
9677
+ :root {
9678
+ --color-sf-black: 0, 0, 0;
9679
+ --color-sf-white: 255, 255, 255;
9680
+ --color-sf-primary: 103, 80, 164;
9681
+ --color-sf-primary-container: 234, 221, 255;
9682
+ --color-sf-secondary: 98, 91, 113;
9683
+ --color-sf-secondary-container: 232, 222, 248;
9684
+ --color-sf-tertiary: 125, 82, 96;
9685
+ --color-sf-tertiary-container: 255, 216, 228;
9686
+ --color-sf-surface: 255, 255, 255;
9687
+ --color-sf-surface-variant: 231, 224, 236;
9688
+ --color-sf-background: var(--color-sf-surface);
9689
+ --color-sf-on-primary: 255, 255, 255;
9690
+ --color-sf-on-primary-container: 33, 0, 94;
9691
+ --color-sf-on-secondary: 255, 255, 255;
9692
+ --color-sf-on-secondary-container: 30, 25, 43;
9693
+ --color-sf-on-tertiary: 255, 255, 255;
9694
+ --color-sf-on-tertiary-containe: 55, 11, 30;
9695
+ --color-sf-on-surface: 28, 27, 31;
9696
+ --color-sf-on-surface-variant: 73, 69, 78;
9697
+ --color-sf-on-background: 28, 27, 31;
9698
+ --color-sf-outline: 121, 116, 126;
9699
+ --color-sf-outline-variant: 196, 199, 197;
9700
+ --color-sf-shadow: 0, 0, 0;
9701
+ --color-sf-surface-tint-color: 103, 80, 164;
9702
+ --color-sf-inverse-surface: 49, 48, 51;
9703
+ --color-sf-inverse-on-surface: 244, 239, 244;
9704
+ --color-sf-inverse-primary: 208, 188, 255;
9705
+ --color-sf-scrim: 0, 0, 0;
9706
+ --color-sf-error: 179, 38, 30;
9707
+ --color-sf-error-container: 249, 222, 220;
9708
+ --color-sf-on-error: 255, 250, 250;
9709
+ --color-sf-on-error-container: 65, 14, 11;
9710
+ --color-sf-success: 32, 81, 7;
9711
+ --color-sf-success-container: 209, 255, 186;
9712
+ --color-sf-on-success: 244, 255, 239;
9713
+ --color-sf-on-success-container: 13, 39, 0;
9714
+ --color-sf-info: 1, 87, 155;
9715
+ --color-sf-info-container: 233, 245, 255;
9716
+ --color-sf-on-info: 250, 253, 255;
9717
+ --color-sf-on-info-container: 0, 51, 91;
9718
+ --color-sf-warning: 145, 76, 0;
9719
+ --color-sf-warning-container: 254, 236, 222;
9720
+ --color-sf-on-warning: 255, 255, 255;
9721
+ --color-sf-on-warning-container: 47, 21, 0;
9722
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
9723
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
9724
+ --color-sf-diagram-palette-background: --color-sf-white;
9725
+ --color-sf-success-text: 255, 255, 255;
9726
+ --color-sf-warning-text: 255, 255, 255;
9727
+ --color-sf-danger-text: 255, 255, 255;
9728
+ --color-sf-info-text: 255, 255, 255;
9729
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
9730
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
9731
+ }
9732
+
9733
+ .e-dark-mode {
9734
+ --color-sf-black: 0, 0, 0;
9735
+ --color-sf-white: 255, 255, 255;
9736
+ --color-sf-primary: 208, 188, 255;
9737
+ --color-sf-primary-container: 79, 55, 139;
9738
+ --color-sf-secondary: 204, 194, 220;
9739
+ --color-sf-secondary-container: 74, 68, 88;
9740
+ --color-sf-tertiary: 239, 184, 200;
9741
+ --color-sf-tertiary-container: 99, 59, 72;
9742
+ --color-sf-surface: 28, 27, 31;
9743
+ --color-sf-surface-variant: 28, 27, 31;
9744
+ --color-sf-background: var(--color-sf-surface);
9745
+ --color-sf-on-primary: 55, 30, 115;
9746
+ --color-sf-on-primary-container: 234, 221, 255;
9747
+ --color-sf-on-secondary: 51, 45, 65;
9748
+ --color-sf-on-secondary-container: 232, 222, 248;
9749
+ --color-sf-on-tertiary: 73, 37, 50;
9750
+ --color-sf-on-tertiary-containe: 255, 216, 228;
9751
+ --color-sf-on-surface: 230, 225, 229;
9752
+ --color-sf-on-surface-variant: 202, 196, 208;
9753
+ --color-sf-on-background: 230, 225, 229;
9754
+ --color-sf-outline: 147, 143, 153;
9755
+ --color-sf-outline-variant: 68, 71, 70;
9756
+ --color-sf-shadow: 0, 0, 0;
9757
+ --color-sf-surface-tint-color: 208, 188, 255;
9758
+ --color-sf-inverse-surface: 230, 225, 229;
9759
+ --color-sf-inverse-on-surface: 49, 48, 51;
9760
+ --color-sf-inverse-primary: 103, 80, 164;
9761
+ --color-sf-scrim: 0, 0, 0;
9762
+ --color-sf-error: 242, 184, 181;
9763
+ --color-sf-error-container: 140, 29, 24;
9764
+ --color-sf-on-error: 96, 20, 16;
9765
+ --color-sf-on-error-container: 249, 222, 220;
9766
+ --color-sf-success: 83, 202, 23;
9767
+ --color-sf-success-container: 22, 62, 2;
9768
+ --color-sf-on-success: 13, 39, 0;
9769
+ --color-sf-on-success-container: 183, 250, 150;
9770
+ --color-sf-info: 71, 172, 251;
9771
+ --color-sf-info-container: 0, 67, 120;
9772
+ --color-sf-on-info: 0, 51, 91;
9773
+ --color-sf-on-info-container: 173, 219, 255;
9774
+ --color-sf-warning: 245, 180, 130;
9775
+ --color-sf-warning-container: 123, 65, 0;
9776
+ --color-sf-on-warning: 99, 52, 0;
9777
+ --color-sf-on-warning-container: 255, 220, 193;
9778
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
9779
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
9780
+ --color-sf-success-text: 0, 0, 0;
9781
+ --color-sf-warning-text: 0, 0, 0;
9782
+ --color-sf-info-text: 0, 0, 0;
9783
+ --color-sf-danger-text: 0, 0, 0;
9784
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
9785
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
9786
+ }
9787
+
8678
9788
  /*! component's theme wise override definitions and variables */
8679
9789
  @keyframes hscroll-popup-shadow {
8680
9790
  0% {
@@ -9782,6 +10892,117 @@ ejs-sidebar {
9782
10892
  color: rgba(var(--color-sf-on-surface));
9783
10893
  }
9784
10894
 
10895
+ :root {
10896
+ --color-sf-black: 0, 0, 0;
10897
+ --color-sf-white: 255, 255, 255;
10898
+ --color-sf-primary: 103, 80, 164;
10899
+ --color-sf-primary-container: 234, 221, 255;
10900
+ --color-sf-secondary: 98, 91, 113;
10901
+ --color-sf-secondary-container: 232, 222, 248;
10902
+ --color-sf-tertiary: 125, 82, 96;
10903
+ --color-sf-tertiary-container: 255, 216, 228;
10904
+ --color-sf-surface: 255, 255, 255;
10905
+ --color-sf-surface-variant: 231, 224, 236;
10906
+ --color-sf-background: var(--color-sf-surface);
10907
+ --color-sf-on-primary: 255, 255, 255;
10908
+ --color-sf-on-primary-container: 33, 0, 94;
10909
+ --color-sf-on-secondary: 255, 255, 255;
10910
+ --color-sf-on-secondary-container: 30, 25, 43;
10911
+ --color-sf-on-tertiary: 255, 255, 255;
10912
+ --color-sf-on-tertiary-containe: 55, 11, 30;
10913
+ --color-sf-on-surface: 28, 27, 31;
10914
+ --color-sf-on-surface-variant: 73, 69, 78;
10915
+ --color-sf-on-background: 28, 27, 31;
10916
+ --color-sf-outline: 121, 116, 126;
10917
+ --color-sf-outline-variant: 196, 199, 197;
10918
+ --color-sf-shadow: 0, 0, 0;
10919
+ --color-sf-surface-tint-color: 103, 80, 164;
10920
+ --color-sf-inverse-surface: 49, 48, 51;
10921
+ --color-sf-inverse-on-surface: 244, 239, 244;
10922
+ --color-sf-inverse-primary: 208, 188, 255;
10923
+ --color-sf-scrim: 0, 0, 0;
10924
+ --color-sf-error: 179, 38, 30;
10925
+ --color-sf-error-container: 249, 222, 220;
10926
+ --color-sf-on-error: 255, 250, 250;
10927
+ --color-sf-on-error-container: 65, 14, 11;
10928
+ --color-sf-success: 32, 81, 7;
10929
+ --color-sf-success-container: 209, 255, 186;
10930
+ --color-sf-on-success: 244, 255, 239;
10931
+ --color-sf-on-success-container: 13, 39, 0;
10932
+ --color-sf-info: 1, 87, 155;
10933
+ --color-sf-info-container: 233, 245, 255;
10934
+ --color-sf-on-info: 250, 253, 255;
10935
+ --color-sf-on-info-container: 0, 51, 91;
10936
+ --color-sf-warning: 145, 76, 0;
10937
+ --color-sf-warning-container: 254, 236, 222;
10938
+ --color-sf-on-warning: 255, 255, 255;
10939
+ --color-sf-on-warning-container: 47, 21, 0;
10940
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
10941
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
10942
+ --color-sf-diagram-palette-background: --color-sf-white;
10943
+ --color-sf-success-text: 255, 255, 255;
10944
+ --color-sf-warning-text: 255, 255, 255;
10945
+ --color-sf-danger-text: 255, 255, 255;
10946
+ --color-sf-info-text: 255, 255, 255;
10947
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
10948
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
10949
+ }
10950
+
10951
+ .e-dark-mode {
10952
+ --color-sf-black: 0, 0, 0;
10953
+ --color-sf-white: 255, 255, 255;
10954
+ --color-sf-primary: 208, 188, 255;
10955
+ --color-sf-primary-container: 79, 55, 139;
10956
+ --color-sf-secondary: 204, 194, 220;
10957
+ --color-sf-secondary-container: 74, 68, 88;
10958
+ --color-sf-tertiary: 239, 184, 200;
10959
+ --color-sf-tertiary-container: 99, 59, 72;
10960
+ --color-sf-surface: 28, 27, 31;
10961
+ --color-sf-surface-variant: 28, 27, 31;
10962
+ --color-sf-background: var(--color-sf-surface);
10963
+ --color-sf-on-primary: 55, 30, 115;
10964
+ --color-sf-on-primary-container: 234, 221, 255;
10965
+ --color-sf-on-secondary: 51, 45, 65;
10966
+ --color-sf-on-secondary-container: 232, 222, 248;
10967
+ --color-sf-on-tertiary: 73, 37, 50;
10968
+ --color-sf-on-tertiary-containe: 255, 216, 228;
10969
+ --color-sf-on-surface: 230, 225, 229;
10970
+ --color-sf-on-surface-variant: 202, 196, 208;
10971
+ --color-sf-on-background: 230, 225, 229;
10972
+ --color-sf-outline: 147, 143, 153;
10973
+ --color-sf-outline-variant: 68, 71, 70;
10974
+ --color-sf-shadow: 0, 0, 0;
10975
+ --color-sf-surface-tint-color: 208, 188, 255;
10976
+ --color-sf-inverse-surface: 230, 225, 229;
10977
+ --color-sf-inverse-on-surface: 49, 48, 51;
10978
+ --color-sf-inverse-primary: 103, 80, 164;
10979
+ --color-sf-scrim: 0, 0, 0;
10980
+ --color-sf-error: 242, 184, 181;
10981
+ --color-sf-error-container: 140, 29, 24;
10982
+ --color-sf-on-error: 96, 20, 16;
10983
+ --color-sf-on-error-container: 249, 222, 220;
10984
+ --color-sf-success: 83, 202, 23;
10985
+ --color-sf-success-container: 22, 62, 2;
10986
+ --color-sf-on-success: 13, 39, 0;
10987
+ --color-sf-on-success-container: 183, 250, 150;
10988
+ --color-sf-info: 71, 172, 251;
10989
+ --color-sf-info-container: 0, 67, 120;
10990
+ --color-sf-on-info: 0, 51, 91;
10991
+ --color-sf-on-info-container: 173, 219, 255;
10992
+ --color-sf-warning: 245, 180, 130;
10993
+ --color-sf-warning-container: 123, 65, 0;
10994
+ --color-sf-on-warning: 99, 52, 0;
10995
+ --color-sf-on-warning-container: 255, 220, 193;
10996
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
10997
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
10998
+ --color-sf-success-text: 0, 0, 0;
10999
+ --color-sf-warning-text: 0, 0, 0;
11000
+ --color-sf-info-text: 0, 0, 0;
11001
+ --color-sf-danger-text: 0, 0, 0;
11002
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
11003
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
11004
+ }
11005
+
9785
11006
  /*! breadcrumb icons */
9786
11007
  .e-breadcrumb .e-breadcrumb-collapsed::before,
9787
11008
  .e-breadcrumb .e-breadcrumb-menu::before {
@@ -10151,6 +11372,117 @@ ejs-sidebar {
10151
11372
  color: rgba(var(--color-sf-on-surface));
10152
11373
  }
10153
11374
 
11375
+ :root {
11376
+ --color-sf-black: 0, 0, 0;
11377
+ --color-sf-white: 255, 255, 255;
11378
+ --color-sf-primary: 103, 80, 164;
11379
+ --color-sf-primary-container: 234, 221, 255;
11380
+ --color-sf-secondary: 98, 91, 113;
11381
+ --color-sf-secondary-container: 232, 222, 248;
11382
+ --color-sf-tertiary: 125, 82, 96;
11383
+ --color-sf-tertiary-container: 255, 216, 228;
11384
+ --color-sf-surface: 255, 255, 255;
11385
+ --color-sf-surface-variant: 231, 224, 236;
11386
+ --color-sf-background: var(--color-sf-surface);
11387
+ --color-sf-on-primary: 255, 255, 255;
11388
+ --color-sf-on-primary-container: 33, 0, 94;
11389
+ --color-sf-on-secondary: 255, 255, 255;
11390
+ --color-sf-on-secondary-container: 30, 25, 43;
11391
+ --color-sf-on-tertiary: 255, 255, 255;
11392
+ --color-sf-on-tertiary-containe: 55, 11, 30;
11393
+ --color-sf-on-surface: 28, 27, 31;
11394
+ --color-sf-on-surface-variant: 73, 69, 78;
11395
+ --color-sf-on-background: 28, 27, 31;
11396
+ --color-sf-outline: 121, 116, 126;
11397
+ --color-sf-outline-variant: 196, 199, 197;
11398
+ --color-sf-shadow: 0, 0, 0;
11399
+ --color-sf-surface-tint-color: 103, 80, 164;
11400
+ --color-sf-inverse-surface: 49, 48, 51;
11401
+ --color-sf-inverse-on-surface: 244, 239, 244;
11402
+ --color-sf-inverse-primary: 208, 188, 255;
11403
+ --color-sf-scrim: 0, 0, 0;
11404
+ --color-sf-error: 179, 38, 30;
11405
+ --color-sf-error-container: 249, 222, 220;
11406
+ --color-sf-on-error: 255, 250, 250;
11407
+ --color-sf-on-error-container: 65, 14, 11;
11408
+ --color-sf-success: 32, 81, 7;
11409
+ --color-sf-success-container: 209, 255, 186;
11410
+ --color-sf-on-success: 244, 255, 239;
11411
+ --color-sf-on-success-container: 13, 39, 0;
11412
+ --color-sf-info: 1, 87, 155;
11413
+ --color-sf-info-container: 233, 245, 255;
11414
+ --color-sf-on-info: 250, 253, 255;
11415
+ --color-sf-on-info-container: 0, 51, 91;
11416
+ --color-sf-warning: 145, 76, 0;
11417
+ --color-sf-warning-container: 254, 236, 222;
11418
+ --color-sf-on-warning: 255, 255, 255;
11419
+ --color-sf-on-warning-container: 47, 21, 0;
11420
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
11421
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
11422
+ --color-sf-diagram-palette-background: --color-sf-white;
11423
+ --color-sf-success-text: 255, 255, 255;
11424
+ --color-sf-warning-text: 255, 255, 255;
11425
+ --color-sf-danger-text: 255, 255, 255;
11426
+ --color-sf-info-text: 255, 255, 255;
11427
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
11428
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
11429
+ }
11430
+
11431
+ .e-dark-mode {
11432
+ --color-sf-black: 0, 0, 0;
11433
+ --color-sf-white: 255, 255, 255;
11434
+ --color-sf-primary: 208, 188, 255;
11435
+ --color-sf-primary-container: 79, 55, 139;
11436
+ --color-sf-secondary: 204, 194, 220;
11437
+ --color-sf-secondary-container: 74, 68, 88;
11438
+ --color-sf-tertiary: 239, 184, 200;
11439
+ --color-sf-tertiary-container: 99, 59, 72;
11440
+ --color-sf-surface: 28, 27, 31;
11441
+ --color-sf-surface-variant: 28, 27, 31;
11442
+ --color-sf-background: var(--color-sf-surface);
11443
+ --color-sf-on-primary: 55, 30, 115;
11444
+ --color-sf-on-primary-container: 234, 221, 255;
11445
+ --color-sf-on-secondary: 51, 45, 65;
11446
+ --color-sf-on-secondary-container: 232, 222, 248;
11447
+ --color-sf-on-tertiary: 73, 37, 50;
11448
+ --color-sf-on-tertiary-containe: 255, 216, 228;
11449
+ --color-sf-on-surface: 230, 225, 229;
11450
+ --color-sf-on-surface-variant: 202, 196, 208;
11451
+ --color-sf-on-background: 230, 225, 229;
11452
+ --color-sf-outline: 147, 143, 153;
11453
+ --color-sf-outline-variant: 68, 71, 70;
11454
+ --color-sf-shadow: 0, 0, 0;
11455
+ --color-sf-surface-tint-color: 208, 188, 255;
11456
+ --color-sf-inverse-surface: 230, 225, 229;
11457
+ --color-sf-inverse-on-surface: 49, 48, 51;
11458
+ --color-sf-inverse-primary: 103, 80, 164;
11459
+ --color-sf-scrim: 0, 0, 0;
11460
+ --color-sf-error: 242, 184, 181;
11461
+ --color-sf-error-container: 140, 29, 24;
11462
+ --color-sf-on-error: 96, 20, 16;
11463
+ --color-sf-on-error-container: 249, 222, 220;
11464
+ --color-sf-success: 83, 202, 23;
11465
+ --color-sf-success-container: 22, 62, 2;
11466
+ --color-sf-on-success: 13, 39, 0;
11467
+ --color-sf-on-success-container: 183, 250, 150;
11468
+ --color-sf-info: 71, 172, 251;
11469
+ --color-sf-info-container: 0, 67, 120;
11470
+ --color-sf-on-info: 0, 51, 91;
11471
+ --color-sf-on-info-container: 173, 219, 255;
11472
+ --color-sf-warning: 245, 180, 130;
11473
+ --color-sf-warning-container: 123, 65, 0;
11474
+ --color-sf-on-warning: 99, 52, 0;
11475
+ --color-sf-on-warning-container: 255, 220, 193;
11476
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
11477
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
11478
+ --color-sf-success-text: 0, 0, 0;
11479
+ --color-sf-warning-text: 0, 0, 0;
11480
+ --color-sf-info-text: 0, 0, 0;
11481
+ --color-sf-danger-text: 0, 0, 0;
11482
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
11483
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
11484
+ }
11485
+
10154
11486
  /*! AppBar component material3 theme definitions and variables */
10155
11487
  /*! appbar component styles */
10156
11488
  .e-bigger .e-appbar,