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