@syncfusion/ej2-angular-navigations 22.1.36 → 22.1.38-ngcc

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