@syncfusion/ej2-angular-navigations 22.2.7-ngcc → 22.2.7

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 (793) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/accordion/accordion-all.module.mjs +23 -0
  3. package/esm2020/src/accordion/accordion.component.mjs +77 -0
  4. package/esm2020/src/accordion/accordion.module.mjs +34 -0
  5. package/esm2020/src/accordion/items.directive.mjs +72 -0
  6. package/esm2020/src/appbar/appbar-all.module.mjs +23 -0
  7. package/esm2020/src/appbar/appbar.component.mjs +59 -0
  8. package/esm2020/src/appbar/appbar.module.mjs +25 -0
  9. package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +23 -0
  10. package/esm2020/src/breadcrumb/breadcrumb.component.mjs +77 -0
  11. package/esm2020/src/breadcrumb/breadcrumb.module.mjs +34 -0
  12. package/esm2020/src/breadcrumb/items.directive.mjs +58 -0
  13. package/esm2020/src/carousel/carousel-all.module.mjs +23 -0
  14. package/esm2020/src/carousel/carousel.component.mjs +95 -0
  15. package/esm2020/src/carousel/carousel.module.mjs +34 -0
  16. package/esm2020/src/carousel/items.directive.mjs +66 -0
  17. package/esm2020/src/context-menu/contextmenu-all.module.mjs +23 -0
  18. package/esm2020/src/context-menu/contextmenu.component.mjs +60 -0
  19. package/esm2020/src/context-menu/contextmenu.module.mjs +25 -0
  20. package/esm2020/src/index.mjs +38 -0
  21. package/esm2020/src/menu/items.directive.mjs +46 -0
  22. package/esm2020/src/menu/menu-all.module.mjs +23 -0
  23. package/esm2020/src/menu/menu.component.mjs +71 -0
  24. package/esm2020/src/menu/menu.module.mjs +34 -0
  25. package/esm2020/src/sidebar/sidebar-all.module.mjs +23 -0
  26. package/esm2020/src/sidebar/sidebar.component.mjs +59 -0
  27. package/esm2020/src/sidebar/sidebar.module.mjs +25 -0
  28. package/esm2020/src/tab/items.directive.mjs +78 -0
  29. package/esm2020/src/tab/tab-all.module.mjs +23 -0
  30. package/esm2020/src/tab/tab.component.mjs +64 -0
  31. package/esm2020/src/tab/tab.module.mjs +34 -0
  32. package/esm2020/src/toolbar/items.directive.mjs +66 -0
  33. package/esm2020/src/toolbar/toolbar-all.module.mjs +23 -0
  34. package/esm2020/src/toolbar/toolbar.component.mjs +64 -0
  35. package/esm2020/src/toolbar/toolbar.module.mjs +34 -0
  36. package/esm2020/src/treeview/treeview-all.module.mjs +23 -0
  37. package/esm2020/src/treeview/treeview.component.mjs +66 -0
  38. package/esm2020/src/treeview/treeview.module.mjs +25 -0
  39. package/esm2020/syncfusion-ej2-angular-navigations.mjs +5 -0
  40. package/fesm2015/syncfusion-ej2-angular-navigations.mjs +1445 -0
  41. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +1 -0
  42. package/fesm2020/syncfusion-ej2-angular-navigations.mjs +1445 -0
  43. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +1 -0
  44. package/package.json +26 -12
  45. package/src/accordion/accordion-all.module.d.ts +6 -0
  46. package/src/accordion/accordion.component.d.ts +3 -0
  47. package/src/accordion/accordion.module.d.ts +7 -0
  48. package/src/accordion/items.directive.d.ts +5 -0
  49. package/src/appbar/appbar-all.module.d.ts +6 -0
  50. package/src/appbar/appbar.component.d.ts +3 -0
  51. package/src/appbar/appbar.module.d.ts +6 -0
  52. package/src/breadcrumb/breadcrumb-all.module.d.ts +6 -0
  53. package/src/breadcrumb/breadcrumb.component.d.ts +3 -0
  54. package/src/breadcrumb/breadcrumb.module.d.ts +7 -0
  55. package/src/breadcrumb/items.directive.d.ts +5 -0
  56. package/src/carousel/carousel-all.module.d.ts +6 -0
  57. package/src/carousel/carousel.component.d.ts +3 -0
  58. package/src/carousel/carousel.module.d.ts +7 -0
  59. package/src/carousel/items.directive.d.ts +5 -0
  60. package/src/context-menu/contextmenu-all.module.d.ts +6 -0
  61. package/src/context-menu/contextmenu.component.d.ts +3 -0
  62. package/src/context-menu/contextmenu.module.d.ts +6 -0
  63. package/src/menu/items.directive.d.ts +5 -0
  64. package/src/menu/menu-all.module.d.ts +6 -0
  65. package/src/menu/menu.component.d.ts +3 -0
  66. package/src/menu/menu.module.d.ts +7 -0
  67. package/src/sidebar/sidebar-all.module.d.ts +6 -0
  68. package/src/sidebar/sidebar.component.d.ts +3 -0
  69. package/src/sidebar/sidebar.module.d.ts +6 -0
  70. package/src/tab/items.directive.d.ts +5 -0
  71. package/src/tab/tab-all.module.d.ts +6 -0
  72. package/src/tab/tab.component.d.ts +3 -0
  73. package/src/tab/tab.module.d.ts +7 -0
  74. package/src/toolbar/items.directive.d.ts +5 -0
  75. package/src/toolbar/toolbar-all.module.d.ts +6 -0
  76. package/src/toolbar/toolbar.component.d.ts +3 -0
  77. package/src/toolbar/toolbar.module.d.ts +7 -0
  78. package/src/treeview/treeview-all.module.d.ts +6 -0
  79. package/src/treeview/treeview.component.d.ts +3 -0
  80. package/src/treeview/treeview.module.d.ts +6 -0
  81. package/styles/accordion/_all.scss +2 -0
  82. package/styles/accordion/_bootstrap-dark-definition.scss +176 -0
  83. package/styles/accordion/_bootstrap-definition.scss +181 -0
  84. package/styles/accordion/_bootstrap4-definition.scss +184 -0
  85. package/styles/accordion/_bootstrap5-dark-definition.scss +1 -0
  86. package/styles/accordion/_bootstrap5-definition.scss +182 -0
  87. package/styles/accordion/_fabric-dark-definition.scss +179 -0
  88. package/styles/accordion/_fabric-definition.scss +184 -0
  89. package/styles/accordion/_fluent-dark-definition.scss +1 -0
  90. package/styles/accordion/_fluent-definition.scss +181 -0
  91. package/styles/accordion/_fusionnew-definition.scss +182 -0
  92. package/styles/accordion/_highcontrast-definition.scss +206 -0
  93. package/styles/accordion/_highcontrast-light-definition.scss +204 -0
  94. package/styles/accordion/_layout.scss +358 -0
  95. package/styles/accordion/_material-dark-definition.scss +182 -0
  96. package/styles/accordion/_material-definition.scss +178 -0
  97. package/styles/accordion/_material3-dark-definition.scss +1 -0
  98. package/styles/accordion/_material3-definition.scss +182 -0
  99. package/styles/accordion/_tailwind-dark-definition.scss +1 -0
  100. package/styles/accordion/_tailwind-definition.scss +180 -0
  101. package/styles/accordion/_theme.scss +401 -0
  102. package/styles/accordion/bootstrap-dark.scss +4 -1
  103. package/styles/accordion/bootstrap.scss +4 -1
  104. package/styles/accordion/bootstrap4.scss +4 -1
  105. package/styles/accordion/bootstrap5-dark.scss +4 -1
  106. package/styles/accordion/bootstrap5.scss +4 -1
  107. package/styles/accordion/fabric-dark.scss +4 -1
  108. package/styles/accordion/fabric.scss +4 -1
  109. package/styles/accordion/fluent-dark.scss +4 -1
  110. package/styles/accordion/fluent.scss +4 -1
  111. package/styles/accordion/highcontrast-light.scss +4 -1
  112. package/styles/accordion/highcontrast.scss +4 -1
  113. package/styles/accordion/icons/_bootstrap-dark.scss +17 -0
  114. package/styles/accordion/icons/_bootstrap.scss +17 -0
  115. package/styles/accordion/icons/_bootstrap4.scss +17 -0
  116. package/styles/accordion/icons/_bootstrap5-dark.scss +1 -0
  117. package/styles/accordion/icons/_bootstrap5.scss +17 -0
  118. package/styles/accordion/icons/_fabric-dark.scss +17 -0
  119. package/styles/accordion/icons/_fabric.scss +17 -0
  120. package/styles/accordion/icons/_fluent-dark.scss +1 -0
  121. package/styles/accordion/icons/_fluent.scss +17 -0
  122. package/styles/accordion/icons/_fusionnew.scss +17 -0
  123. package/styles/accordion/icons/_highcontrast-light.scss +17 -0
  124. package/styles/accordion/icons/_highcontrast.scss +17 -0
  125. package/styles/accordion/icons/_material-dark.scss +17 -0
  126. package/styles/accordion/icons/_material.scss +17 -0
  127. package/styles/accordion/icons/_material3-dark.scss +1 -0
  128. package/styles/accordion/icons/_material3.scss +17 -0
  129. package/styles/accordion/icons/_tailwind-dark.scss +1 -0
  130. package/styles/accordion/icons/_tailwind.scss +17 -0
  131. package/styles/accordion/material-dark.scss +4 -1
  132. package/styles/accordion/material.scss +4 -1
  133. package/styles/accordion/material3-dark.scss +4 -1
  134. package/styles/accordion/material3.scss +4 -1
  135. package/styles/accordion/tailwind-dark.scss +4 -1
  136. package/styles/accordion/tailwind.scss +4 -1
  137. package/styles/appbar/_all.scss +2 -0
  138. package/styles/appbar/_bootstrap-dark-definition.scss +8 -0
  139. package/styles/appbar/_bootstrap-definition.scss +8 -0
  140. package/styles/appbar/_bootstrap4-definition.scss +8 -0
  141. package/styles/appbar/_bootstrap5-dark-definition.scss +1 -0
  142. package/styles/appbar/_bootstrap5-definition.scss +8 -0
  143. package/styles/appbar/_fabric-dark-definition.scss +8 -0
  144. package/styles/appbar/_fabric-definition.scss +8 -0
  145. package/styles/appbar/_fluent-dark-definition.scss +1 -0
  146. package/styles/appbar/_fluent-definition.scss +8 -0
  147. package/styles/appbar/_fusionnew-definition.scss +8 -0
  148. package/styles/appbar/_highcontrast-definition.scss +8 -0
  149. package/styles/appbar/_highcontrast-light-definition.scss +8 -0
  150. package/styles/appbar/_layout.scss +89 -0
  151. package/styles/appbar/_material-dark-definition.scss +8 -0
  152. package/styles/appbar/_material-definition.scss +8 -0
  153. package/styles/appbar/_material3-dark-definition.scss +1 -0
  154. package/styles/appbar/_material3-definition.scss +8 -0
  155. package/styles/appbar/_tailwind-dark-definition.scss +1 -0
  156. package/styles/appbar/_tailwind-definition.scss +8 -0
  157. package/styles/appbar/_theme.scss +218 -0
  158. package/styles/appbar/bootstrap-dark.scss +3 -1
  159. package/styles/appbar/bootstrap.scss +3 -1
  160. package/styles/appbar/bootstrap4.scss +3 -1
  161. package/styles/appbar/bootstrap5-dark.scss +3 -1
  162. package/styles/appbar/bootstrap5.scss +3 -1
  163. package/styles/appbar/fabric-dark.scss +3 -1
  164. package/styles/appbar/fabric.scss +3 -1
  165. package/styles/appbar/fluent-dark.scss +3 -1
  166. package/styles/appbar/fluent.scss +3 -1
  167. package/styles/appbar/highcontrast-light.scss +3 -1
  168. package/styles/appbar/highcontrast.scss +3 -1
  169. package/styles/appbar/material-dark.scss +3 -1
  170. package/styles/appbar/material.scss +3 -1
  171. package/styles/appbar/material3-dark.scss +3 -1
  172. package/styles/appbar/material3.scss +3 -1
  173. package/styles/appbar/tailwind-dark.scss +3 -1
  174. package/styles/appbar/tailwind.scss +3 -1
  175. package/styles/breadcrumb/_all.scss +3 -0
  176. package/styles/breadcrumb/_bootstrap-dark-definition.scss +54 -0
  177. package/styles/breadcrumb/_bootstrap-definition.scss +54 -0
  178. package/styles/breadcrumb/_bootstrap4-definition.scss +54 -0
  179. package/styles/breadcrumb/_bootstrap5-dark-definition.scss +1 -0
  180. package/styles/breadcrumb/_bootstrap5-definition.scss +59 -0
  181. package/styles/breadcrumb/_fabric-dark-definition.scss +59 -0
  182. package/styles/breadcrumb/_fabric-definition.scss +59 -0
  183. package/styles/breadcrumb/_fluent-dark-definition.scss +1 -0
  184. package/styles/breadcrumb/_fluent-definition.scss +62 -0
  185. package/styles/breadcrumb/_fusionnew-definition.scss +59 -0
  186. package/styles/breadcrumb/_highcontrast-definition.scss +61 -0
  187. package/styles/breadcrumb/_highcontrast-light-definition.scss +61 -0
  188. package/styles/breadcrumb/_layout.scss +491 -0
  189. package/styles/breadcrumb/_material-dark-definition.scss +50 -0
  190. package/styles/breadcrumb/_material-definition.scss +50 -0
  191. package/styles/breadcrumb/_material3-dark-definition.scss +1 -0
  192. package/styles/breadcrumb/_material3-definition.scss +60 -0
  193. package/styles/breadcrumb/_tailwind-dark-definition.scss +1 -0
  194. package/styles/breadcrumb/_tailwind-definition.scss +60 -0
  195. package/styles/breadcrumb/_theme.scss +178 -0
  196. package/styles/breadcrumb/bootstrap-dark.scss +4 -1
  197. package/styles/breadcrumb/bootstrap.scss +4 -1
  198. package/styles/breadcrumb/bootstrap4.scss +4 -1
  199. package/styles/breadcrumb/bootstrap5-dark.scss +4 -1
  200. package/styles/breadcrumb/bootstrap5.scss +4 -1
  201. package/styles/breadcrumb/fabric-dark.scss +4 -1
  202. package/styles/breadcrumb/fabric.scss +4 -1
  203. package/styles/breadcrumb/fluent-dark.scss +4 -1
  204. package/styles/breadcrumb/fluent.scss +4 -1
  205. package/styles/breadcrumb/highcontrast-light.scss +4 -1
  206. package/styles/breadcrumb/highcontrast.scss +4 -1
  207. package/styles/breadcrumb/icons/_bootstrap-dark.scss +14 -0
  208. package/styles/breadcrumb/icons/_bootstrap.scss +14 -0
  209. package/styles/breadcrumb/icons/_bootstrap4.scss +14 -0
  210. package/styles/breadcrumb/icons/_bootstrap5-dark.scss +1 -0
  211. package/styles/breadcrumb/icons/_bootstrap5.scss +25 -0
  212. package/styles/breadcrumb/icons/_fabric-dark.scss +14 -0
  213. package/styles/breadcrumb/icons/_fabric.scss +14 -0
  214. package/styles/breadcrumb/icons/_fluent-dark.scss +1 -0
  215. package/styles/breadcrumb/icons/_fluent.scss +25 -0
  216. package/styles/breadcrumb/icons/_fusionnew.scss +25 -0
  217. package/styles/breadcrumb/icons/_highcontrast-light.scss +14 -0
  218. package/styles/breadcrumb/icons/_highcontrast.scss +14 -0
  219. package/styles/breadcrumb/icons/_material-dark.scss +25 -0
  220. package/styles/breadcrumb/icons/_material.scss +25 -0
  221. package/styles/breadcrumb/icons/_material3-dark.scss +1 -0
  222. package/styles/breadcrumb/icons/_material3.scss +14 -0
  223. package/styles/breadcrumb/icons/_tailwind-dark.scss +25 -0
  224. package/styles/breadcrumb/icons/_tailwind.scss +25 -0
  225. package/styles/breadcrumb/material-dark.scss +4 -1
  226. package/styles/breadcrumb/material.scss +4 -1
  227. package/styles/breadcrumb/material3-dark.scss +4 -1
  228. package/styles/breadcrumb/material3.scss +4 -1
  229. package/styles/breadcrumb/tailwind-dark.scss +4 -1
  230. package/styles/breadcrumb/tailwind.scss +4 -1
  231. package/styles/carousel/_all.scss +2 -0
  232. package/styles/carousel/_bootstrap-dark-definition.scss +27 -0
  233. package/styles/carousel/_bootstrap-definition.scss +27 -0
  234. package/styles/carousel/_bootstrap4-definition.scss +27 -0
  235. package/styles/carousel/_bootstrap5-dark-definition.scss +1 -0
  236. package/styles/carousel/_bootstrap5-definition.scss +27 -0
  237. package/styles/carousel/_fabric-dark-definition.scss +27 -0
  238. package/styles/carousel/_fabric-definition.scss +27 -0
  239. package/styles/carousel/_fluent-dark-definition.scss +1 -0
  240. package/styles/carousel/_fluent-definition.scss +27 -0
  241. package/styles/carousel/_fusionnew-definition.scss +27 -0
  242. package/styles/carousel/_highcontrast-definition.scss +27 -0
  243. package/styles/carousel/_highcontrast-light-definition.scss +27 -0
  244. package/styles/carousel/_layout.scss +254 -0
  245. package/styles/carousel/_material-dark-definition.scss +27 -0
  246. package/styles/carousel/_material-definition.scss +27 -0
  247. package/styles/carousel/_material3-dark-definition.scss +1 -0
  248. package/styles/carousel/_material3-definition.scss +28 -0
  249. package/styles/carousel/_tailwind-dark-definition.scss +1 -0
  250. package/styles/carousel/_tailwind-definition.scss +27 -0
  251. package/styles/carousel/_theme.scss +85 -0
  252. package/styles/carousel/bootstrap-dark.scss +5 -1
  253. package/styles/carousel/bootstrap.scss +5 -1
  254. package/styles/carousel/bootstrap4.scss +5 -1
  255. package/styles/carousel/bootstrap5-dark.scss +5 -1
  256. package/styles/carousel/bootstrap5.scss +5 -1
  257. package/styles/carousel/fabric-dark.scss +5 -1
  258. package/styles/carousel/fabric.scss +5 -1
  259. package/styles/carousel/fluent-dark.scss +5 -1
  260. package/styles/carousel/fluent.scss +5 -1
  261. package/styles/carousel/highcontrast-light.scss +5 -1
  262. package/styles/carousel/highcontrast.scss +5 -1
  263. package/styles/carousel/icons/_bootstrap-dark.scss +30 -0
  264. package/styles/carousel/icons/_bootstrap.scss +30 -0
  265. package/styles/carousel/icons/_bootstrap4.scss +30 -0
  266. package/styles/carousel/icons/_bootstrap5-dark.scss +1 -0
  267. package/styles/carousel/icons/_bootstrap5.scss +30 -0
  268. package/styles/carousel/icons/_fabric-dark.scss +30 -0
  269. package/styles/carousel/icons/_fabric.scss +30 -0
  270. package/styles/carousel/icons/_fluent-dark.scss +1 -0
  271. package/styles/carousel/icons/_fluent.scss +30 -0
  272. package/styles/carousel/icons/_fusionnew.scss +30 -0
  273. package/styles/carousel/icons/_highcontrast-light.scss +30 -0
  274. package/styles/carousel/icons/_highcontrast.scss +30 -0
  275. package/styles/carousel/icons/_material-dark.scss +30 -0
  276. package/styles/carousel/icons/_material.scss +30 -0
  277. package/styles/carousel/icons/_material3-dark.scss +1 -0
  278. package/styles/carousel/icons/_material3.scss +30 -0
  279. package/styles/carousel/icons/_tailwind-dark.scss +1 -0
  280. package/styles/carousel/icons/_tailwind.scss +30 -0
  281. package/styles/carousel/material-dark.scss +5 -1
  282. package/styles/carousel/material.scss +5 -1
  283. package/styles/carousel/material3-dark.scss +5 -1
  284. package/styles/carousel/material3.scss +5 -1
  285. package/styles/carousel/tailwind-dark.scss +5 -1
  286. package/styles/carousel/tailwind.scss +5 -1
  287. package/styles/context-menu/_all.scss +2 -0
  288. package/styles/context-menu/_bootstrap-dark-definition.scss +53 -0
  289. package/styles/context-menu/_bootstrap-definition.scss +50 -0
  290. package/styles/context-menu/_bootstrap4-definition.scss +50 -0
  291. package/styles/context-menu/_bootstrap5-dark-definition.scss +1 -0
  292. package/styles/context-menu/_bootstrap5-definition.scss +52 -0
  293. package/styles/context-menu/_fabric-dark-definition.scss +53 -0
  294. package/styles/context-menu/_fabric-definition.scss +50 -0
  295. package/styles/context-menu/_fluent-dark-definition.scss +1 -0
  296. package/styles/context-menu/_fluent-definition.scss +52 -0
  297. package/styles/context-menu/_fusionnew-definition.scss +52 -0
  298. package/styles/context-menu/_highcontrast-definition.scss +50 -0
  299. package/styles/context-menu/_highcontrast-light-definition.scss +53 -0
  300. package/styles/context-menu/_layout-mixin.scss +170 -0
  301. package/styles/context-menu/_layout.scss +149 -0
  302. package/styles/context-menu/_material-dark-definition.scss +53 -0
  303. package/styles/context-menu/_material-definition.scss +50 -0
  304. package/styles/context-menu/_material3-dark-definition.scss +1 -0
  305. package/styles/context-menu/_material3-definition.scss +52 -0
  306. package/styles/context-menu/_tailwind-dark-definition.scss +1 -0
  307. package/styles/context-menu/_tailwind-definition.scss +53 -0
  308. package/styles/context-menu/_theme-mixin.scss +63 -0
  309. package/styles/context-menu/_theme.scss +55 -0
  310. package/styles/context-menu/bootstrap-dark.scss +7 -1
  311. package/styles/context-menu/bootstrap.scss +7 -1
  312. package/styles/context-menu/bootstrap4.scss +7 -1
  313. package/styles/context-menu/bootstrap5-dark.scss +7 -1
  314. package/styles/context-menu/bootstrap5.scss +7 -1
  315. package/styles/context-menu/fabric-dark.scss +7 -1
  316. package/styles/context-menu/fabric.scss +7 -1
  317. package/styles/context-menu/fluent-dark.scss +7 -1
  318. package/styles/context-menu/fluent.scss +7 -1
  319. package/styles/context-menu/highcontrast-light.scss +7 -1
  320. package/styles/context-menu/highcontrast.scss +7 -1
  321. package/styles/context-menu/icons/_bootstrap-dark.scss +33 -0
  322. package/styles/context-menu/icons/_bootstrap.scss +33 -0
  323. package/styles/context-menu/icons/_bootstrap4.scss +33 -0
  324. package/styles/context-menu/icons/_bootstrap5-dark.scss +1 -0
  325. package/styles/context-menu/icons/_bootstrap5.scss +33 -0
  326. package/styles/context-menu/icons/_fabric-dark.scss +33 -0
  327. package/styles/context-menu/icons/_fabric.scss +33 -0
  328. package/styles/context-menu/icons/_fluent-dark.scss +1 -0
  329. package/styles/context-menu/icons/_fluent.scss +33 -0
  330. package/styles/context-menu/icons/_fusionnew.scss +33 -0
  331. package/styles/context-menu/icons/_highcontrast-light.scss +33 -0
  332. package/styles/context-menu/icons/_highcontrast.scss +33 -0
  333. package/styles/context-menu/icons/_material-dark.scss +33 -0
  334. package/styles/context-menu/icons/_material.scss +33 -0
  335. package/styles/context-menu/icons/_material3-dark.scss +1 -0
  336. package/styles/context-menu/icons/_material3.scss +33 -0
  337. package/styles/context-menu/icons/_tailwind-dark.scss +33 -0
  338. package/styles/context-menu/icons/_tailwind.scss +33 -0
  339. package/styles/context-menu/material-dark.scss +7 -1
  340. package/styles/context-menu/material.scss +7 -1
  341. package/styles/context-menu/material3-dark.scss +7 -1
  342. package/styles/context-menu/material3.scss +7 -1
  343. package/styles/context-menu/tailwind-dark.scss +7 -1
  344. package/styles/context-menu/tailwind.scss +7 -1
  345. package/styles/h-scroll/_all.scss +2 -0
  346. package/styles/h-scroll/_bootstrap-dark-definition.scss +57 -0
  347. package/styles/h-scroll/_bootstrap-definition.scss +56 -0
  348. package/styles/h-scroll/_bootstrap4-definition.scss +56 -0
  349. package/styles/h-scroll/_bootstrap5-dark-definition.scss +1 -0
  350. package/styles/h-scroll/_bootstrap5-definition.scss +83 -0
  351. package/styles/h-scroll/_fabric-dark-definition.scss +58 -0
  352. package/styles/h-scroll/_fabric-definition.scss +55 -0
  353. package/styles/h-scroll/_fluent-dark-definition.scss +1 -0
  354. package/styles/h-scroll/_fluent-definition.scss +83 -0
  355. package/styles/h-scroll/_fusionnew-definition.scss +83 -0
  356. package/styles/h-scroll/_highcontrast-definition.scss +56 -0
  357. package/styles/h-scroll/_highcontrast-light-definition.scss +59 -0
  358. package/styles/h-scroll/_layout.scss +198 -0
  359. package/styles/h-scroll/_material-dark-definition.scss +85 -0
  360. package/styles/h-scroll/_material-definition.scss +82 -0
  361. package/styles/h-scroll/_material3-dark-definition.scss +1 -0
  362. package/styles/h-scroll/_material3-definition.scss +83 -0
  363. package/styles/h-scroll/_tailwind-dark-definition.scss +1 -0
  364. package/styles/h-scroll/_tailwind-definition.scss +83 -0
  365. package/styles/h-scroll/_theme.scss +131 -0
  366. package/styles/h-scroll/bootstrap-dark.scss +4 -1
  367. package/styles/h-scroll/bootstrap.scss +4 -1
  368. package/styles/h-scroll/bootstrap4.scss +4 -1
  369. package/styles/h-scroll/bootstrap5-dark.scss +4 -1
  370. package/styles/h-scroll/bootstrap5.scss +4 -1
  371. package/styles/h-scroll/fabric-dark.scss +4 -1
  372. package/styles/h-scroll/fabric.scss +4 -1
  373. package/styles/h-scroll/fluent-dark.scss +4 -1
  374. package/styles/h-scroll/fluent.scss +4 -1
  375. package/styles/h-scroll/highcontrast-light.scss +4 -1
  376. package/styles/h-scroll/highcontrast.scss +4 -1
  377. package/styles/h-scroll/icons/_bootstrap-dark.scss +49 -0
  378. package/styles/h-scroll/icons/_bootstrap.scss +49 -0
  379. package/styles/h-scroll/icons/_bootstrap4.scss +49 -0
  380. package/styles/h-scroll/icons/_bootstrap5-dark.scss +1 -0
  381. package/styles/h-scroll/icons/_bootstrap5.scss +49 -0
  382. package/styles/h-scroll/icons/_fabric-dark.scss +49 -0
  383. package/styles/h-scroll/icons/_fabric.scss +49 -0
  384. package/styles/h-scroll/icons/_fluent-dark.scss +1 -0
  385. package/styles/h-scroll/icons/_fluent.scss +49 -0
  386. package/styles/h-scroll/icons/_fusionnew.scss +49 -0
  387. package/styles/h-scroll/icons/_highcontrast-light.scss +49 -0
  388. package/styles/h-scroll/icons/_highcontrast.scss +49 -0
  389. package/styles/h-scroll/icons/_material-dark.scss +49 -0
  390. package/styles/h-scroll/icons/_material.scss +49 -0
  391. package/styles/h-scroll/icons/_material3-dark.scss +1 -0
  392. package/styles/h-scroll/icons/_material3.scss +49 -0
  393. package/styles/h-scroll/icons/_tailwind-dark.scss +1 -0
  394. package/styles/h-scroll/icons/_tailwind.scss +49 -0
  395. package/styles/h-scroll/material-dark.scss +4 -1
  396. package/styles/h-scroll/material.scss +4 -1
  397. package/styles/h-scroll/material3-dark.scss +4 -1
  398. package/styles/h-scroll/material3.scss +4 -1
  399. package/styles/h-scroll/tailwind-dark.scss +4 -1
  400. package/styles/h-scroll/tailwind.scss +4 -1
  401. package/styles/material3-dark.css +0 -672
  402. package/styles/material3-dark.scss +1 -0
  403. package/styles/material3.css +68 -1400
  404. package/styles/material3.scss +1 -0
  405. package/styles/menu/_all.scss +2 -0
  406. package/styles/menu/_bootstrap-dark-definition.scss +64 -0
  407. package/styles/menu/_bootstrap-definition.scss +65 -0
  408. package/styles/menu/_bootstrap4-definition.scss +64 -0
  409. package/styles/menu/_bootstrap5-dark-definition.scss +1 -0
  410. package/styles/menu/_bootstrap5-definition.scss +67 -0
  411. package/styles/menu/_fabric-dark-definition.scss +64 -0
  412. package/styles/menu/_fabric-definition.scss +64 -0
  413. package/styles/menu/_fluent-dark-definition.scss +1 -0
  414. package/styles/menu/_fluent-definition.scss +67 -0
  415. package/styles/menu/_fusionnew-definition.scss +67 -0
  416. package/styles/menu/_highcontrast-definition.scss +65 -0
  417. package/styles/menu/_highcontrast-light-definition.scss +61 -0
  418. package/styles/menu/_layout.scss +717 -0
  419. package/styles/menu/_material-dark-definition.scss +64 -0
  420. package/styles/menu/_material-definition.scss +64 -0
  421. package/styles/menu/_material3-dark-definition.scss +1 -0
  422. package/styles/menu/_material3-definition.scss +67 -0
  423. package/styles/menu/_tailwind-dark-definition.scss +1 -0
  424. package/styles/menu/_tailwind-definition.scss +66 -0
  425. package/styles/menu/_theme.scss +301 -0
  426. package/styles/menu/bootstrap-dark.scss +8 -1
  427. package/styles/menu/bootstrap.scss +8 -1
  428. package/styles/menu/bootstrap4.scss +8 -1
  429. package/styles/menu/bootstrap5-dark.scss +8 -1
  430. package/styles/menu/bootstrap5.scss +8 -1
  431. package/styles/menu/fabric-dark.scss +8 -1
  432. package/styles/menu/fabric.scss +8 -1
  433. package/styles/menu/fluent-dark.scss +8 -1
  434. package/styles/menu/fluent.scss +8 -1
  435. package/styles/menu/highcontrast-light.scss +8 -1
  436. package/styles/menu/highcontrast.scss +8 -1
  437. package/styles/menu/icons/_bootstrap-dark.scss +134 -0
  438. package/styles/menu/icons/_bootstrap.scss +134 -0
  439. package/styles/menu/icons/_bootstrap4.scss +134 -0
  440. package/styles/menu/icons/_bootstrap5-dark.scss +1 -0
  441. package/styles/menu/icons/_bootstrap5.scss +134 -0
  442. package/styles/menu/icons/_fabric-dark.scss +134 -0
  443. package/styles/menu/icons/_fabric.scss +134 -0
  444. package/styles/menu/icons/_fluent-dark.scss +1 -0
  445. package/styles/menu/icons/_fluent.scss +134 -0
  446. package/styles/menu/icons/_fusionnew.scss +134 -0
  447. package/styles/menu/icons/_highcontrast-light.scss +134 -0
  448. package/styles/menu/icons/_highcontrast.scss +134 -0
  449. package/styles/menu/icons/_material-dark.scss +134 -0
  450. package/styles/menu/icons/_material.scss +134 -0
  451. package/styles/menu/icons/_material3-dark.scss +1 -0
  452. package/styles/menu/icons/_material3.scss +134 -0
  453. package/styles/menu/icons/_tailwind-dark.scss +134 -0
  454. package/styles/menu/icons/_tailwind.scss +134 -0
  455. package/styles/menu/material-dark.scss +8 -1
  456. package/styles/menu/material.scss +8 -1
  457. package/styles/menu/material3-dark.scss +8 -1
  458. package/styles/menu/material3.scss +8 -1
  459. package/styles/menu/tailwind-dark.scss +8 -1
  460. package/styles/menu/tailwind.scss +8 -1
  461. package/styles/pager/_all.scss +2 -0
  462. package/styles/pager/_bootstrap-dark-definition.scss +135 -0
  463. package/styles/pager/_bootstrap-definition.scss +135 -0
  464. package/styles/pager/_bootstrap4-definition.scss +135 -0
  465. package/styles/pager/_bootstrap5-dark-definition.scss +1 -0
  466. package/styles/pager/_bootstrap5-definition.scss +150 -0
  467. package/styles/pager/_fabric-dark-definition.scss +135 -0
  468. package/styles/pager/_fabric-definition.scss +133 -0
  469. package/styles/pager/_fluent-dark-definition.scss +1 -0
  470. package/styles/pager/_fluent-definition.scss +137 -0
  471. package/styles/pager/_fusionnew-definition.scss +150 -0
  472. package/styles/pager/_highcontrast-definition.scss +133 -0
  473. package/styles/pager/_highcontrast-light-definition.scss +135 -0
  474. package/styles/pager/_layout.scss +913 -0
  475. package/styles/pager/_material-dark-definition.scss +136 -0
  476. package/styles/pager/_material-definition.scss +134 -0
  477. package/styles/pager/_material3-dark-definition.scss +1 -0
  478. package/styles/pager/_material3-definition.scss +150 -0
  479. package/styles/pager/_tailwind-dark-definition.scss +1 -0
  480. package/styles/pager/_tailwind-definition.scss +136 -0
  481. package/styles/pager/_theme.scss +159 -0
  482. package/styles/pager/bootstrap-dark.scss +4 -1
  483. package/styles/pager/bootstrap.scss +4 -1
  484. package/styles/pager/bootstrap4.scss +4 -1
  485. package/styles/pager/bootstrap5-dark.scss +4 -1
  486. package/styles/pager/bootstrap5.scss +4 -1
  487. package/styles/pager/fabric-dark.scss +4 -1
  488. package/styles/pager/fabric.scss +4 -1
  489. package/styles/pager/fluent-dark.scss +4 -1
  490. package/styles/pager/fluent.scss +4 -1
  491. package/styles/pager/highcontrast-light.scss +4 -1
  492. package/styles/pager/highcontrast.scss +4 -1
  493. package/styles/pager/icons/_bootstrap-dark.scss +50 -0
  494. package/styles/pager/icons/_bootstrap.scss +50 -0
  495. package/styles/pager/icons/_bootstrap4.scss +50 -0
  496. package/styles/pager/icons/_bootstrap5-dark.scss +1 -0
  497. package/styles/pager/icons/_bootstrap5.scss +50 -0
  498. package/styles/pager/icons/_fabric-dark.scss +50 -0
  499. package/styles/pager/icons/_fabric.scss +50 -0
  500. package/styles/pager/icons/_fluent-dark.scss +1 -0
  501. package/styles/pager/icons/_fluent.scss +50 -0
  502. package/styles/pager/icons/_fusionnew.scss +50 -0
  503. package/styles/pager/icons/_highcontrast-light.scss +50 -0
  504. package/styles/pager/icons/_highcontrast.scss +46 -0
  505. package/styles/pager/icons/_material-dark.scss +50 -0
  506. package/styles/pager/icons/_material.scss +46 -0
  507. package/styles/pager/icons/_material3-dark.scss +1 -0
  508. package/styles/pager/icons/_material3.scss +50 -0
  509. package/styles/pager/icons/_tailwind-dark.scss +1 -0
  510. package/styles/pager/icons/_tailwind.scss +50 -0
  511. package/styles/pager/material-dark.scss +4 -1
  512. package/styles/pager/material.scss +4 -1
  513. package/styles/pager/material3-dark.scss +4 -1
  514. package/styles/pager/material3.scss +4 -1
  515. package/styles/pager/tailwind-dark.scss +4 -1
  516. package/styles/pager/tailwind.scss +4 -1
  517. package/styles/sidebar/_all.scss +3 -0
  518. package/styles/sidebar/_bootstrap-dark-definition.scss +4 -0
  519. package/styles/sidebar/_bootstrap-definition.scss +4 -0
  520. package/styles/sidebar/_bootstrap4-definition.scss +4 -0
  521. package/styles/sidebar/_bootstrap5-dark-definition.scss +1 -0
  522. package/styles/sidebar/_bootstrap5-definition.scss +6 -0
  523. package/styles/sidebar/_fabric-dark-definition.scss +4 -0
  524. package/styles/sidebar/_fabric-definition.scss +4 -0
  525. package/styles/sidebar/_fluent-dark-definition.scss +1 -0
  526. package/styles/sidebar/_fluent-definition.scss +6 -0
  527. package/styles/sidebar/_fusionnew-definition.scss +6 -0
  528. package/styles/sidebar/_highcontrast-definition.scss +4 -0
  529. package/styles/sidebar/_highcontrast-light-definition.scss +4 -0
  530. package/styles/sidebar/_icons.scss +1 -0
  531. package/styles/sidebar/_layout.scss +1 -0
  532. package/styles/sidebar/_material-dark-definition.scss +4 -0
  533. package/styles/sidebar/_material-definition.scss +6 -0
  534. package/styles/sidebar/_material3-dark-definition.scss +1 -0
  535. package/styles/sidebar/_material3-definition.scss +7 -0
  536. package/styles/sidebar/_tailwind-dark-definition.scss +1 -0
  537. package/styles/sidebar/_tailwind-definition.scss +6 -0
  538. package/styles/sidebar/_theme.scss +182 -0
  539. package/styles/sidebar/bootstrap-dark.scss +3 -1
  540. package/styles/sidebar/bootstrap.scss +3 -1
  541. package/styles/sidebar/bootstrap4.scss +3 -1
  542. package/styles/sidebar/bootstrap5-dark.scss +3 -1
  543. package/styles/sidebar/bootstrap5.scss +3 -1
  544. package/styles/sidebar/fabric-dark.scss +3 -1
  545. package/styles/sidebar/fabric.scss +3 -1
  546. package/styles/sidebar/fluent-dark.scss +3 -1
  547. package/styles/sidebar/fluent.scss +3 -1
  548. package/styles/sidebar/highcontrast-light.scss +3 -1
  549. package/styles/sidebar/highcontrast.scss +3 -1
  550. package/styles/sidebar/material-dark.scss +3 -1
  551. package/styles/sidebar/material.scss +3 -1
  552. package/styles/sidebar/material3-dark.scss +3 -1
  553. package/styles/sidebar/material3.scss +3 -1
  554. package/styles/sidebar/tailwind-dark.scss +3 -1
  555. package/styles/sidebar/tailwind.scss +3 -1
  556. package/styles/tab/_all.scss +2 -0
  557. package/styles/tab/_bootstrap-dark-definition.scss +656 -0
  558. package/styles/tab/_bootstrap-definition.scss +666 -0
  559. package/styles/tab/_bootstrap4-definition.scss +670 -0
  560. package/styles/tab/_bootstrap5-dark-definition.scss +1 -0
  561. package/styles/tab/_bootstrap5-definition.scss +660 -0
  562. package/styles/tab/_fabric-dark-definition.scss +665 -0
  563. package/styles/tab/_fabric-definition.scss +680 -0
  564. package/styles/tab/_fluent-dark-definition.scss +1 -0
  565. package/styles/tab/_fluent-definition.scss +668 -0
  566. package/styles/tab/_fusionnew-definition.scss +660 -0
  567. package/styles/tab/_highcontrast-definition.scss +704 -0
  568. package/styles/tab/_highcontrast-light-definition.scss +692 -0
  569. package/styles/tab/_icons.scss +36 -0
  570. package/styles/tab/_layout.scss +3433 -0
  571. package/styles/tab/_material-dark-definition.scss +676 -0
  572. package/styles/tab/_material-definition.scss +686 -0
  573. package/styles/tab/_material3-dark-definition.scss +1 -0
  574. package/styles/tab/_material3-definition.scss +661 -0
  575. package/styles/tab/_tailwind-dark-definition.scss +1 -0
  576. package/styles/tab/_tailwind-definition.scss +689 -0
  577. package/styles/tab/_theme.scss +1528 -0
  578. package/styles/tab/bootstrap-dark.scss +5 -1
  579. package/styles/tab/bootstrap.scss +5 -1
  580. package/styles/tab/bootstrap4.scss +5 -1
  581. package/styles/tab/bootstrap5-dark.scss +5 -1
  582. package/styles/tab/bootstrap5.scss +5 -1
  583. package/styles/tab/fabric-dark.scss +5 -1
  584. package/styles/tab/fabric.scss +5 -1
  585. package/styles/tab/fluent-dark.scss +5 -1
  586. package/styles/tab/fluent.scss +5 -1
  587. package/styles/tab/highcontrast-light.scss +5 -1
  588. package/styles/tab/highcontrast.scss +5 -1
  589. package/styles/tab/icons/_bootstrap-dark.scss +100 -0
  590. package/styles/tab/icons/_bootstrap.scss +100 -0
  591. package/styles/tab/icons/_bootstrap4.scss +103 -0
  592. package/styles/tab/icons/_bootstrap5-dark.scss +1 -0
  593. package/styles/tab/icons/_bootstrap5.scss +92 -0
  594. package/styles/tab/icons/_fabric-dark.scss +100 -0
  595. package/styles/tab/icons/_fabric.scss +100 -0
  596. package/styles/tab/icons/_fluent-dark.scss +1 -0
  597. package/styles/tab/icons/_fluent.scss +100 -0
  598. package/styles/tab/icons/_fusionnew.scss +92 -0
  599. package/styles/tab/icons/_highcontrast-light.scss +92 -0
  600. package/styles/tab/icons/_highcontrast.scss +103 -0
  601. package/styles/tab/icons/_material-dark.scss +92 -0
  602. package/styles/tab/icons/_material.scss +92 -0
  603. package/styles/tab/icons/_material3-dark.scss +1 -0
  604. package/styles/tab/icons/_material3.scss +92 -0
  605. package/styles/tab/icons/_tailwind-dark.scss +1 -0
  606. package/styles/tab/icons/_tailwind.scss +92 -0
  607. package/styles/tab/material-dark.scss +5 -1
  608. package/styles/tab/material.scss +5 -1
  609. package/styles/tab/material3-dark.scss +5 -1
  610. package/styles/tab/material3.scss +5 -1
  611. package/styles/tab/tailwind-dark.scss +5 -1
  612. package/styles/tab/tailwind.scss +5 -1
  613. package/styles/toolbar/_all.scss +2 -0
  614. package/styles/toolbar/_bootstrap-dark-definition.scss +208 -0
  615. package/styles/toolbar/_bootstrap-definition.scss +206 -0
  616. package/styles/toolbar/_bootstrap4-definition.scss +211 -0
  617. package/styles/toolbar/_bootstrap5-dark-definition.scss +1 -0
  618. package/styles/toolbar/_bootstrap5-definition.scss +220 -0
  619. package/styles/toolbar/_fabric-dark-definition.scss +222 -0
  620. package/styles/toolbar/_fabric-definition.scss +208 -0
  621. package/styles/toolbar/_fluent-dark-definition.scss +1 -0
  622. package/styles/toolbar/_fluent-definition.scss +210 -0
  623. package/styles/toolbar/_fusionnew-definition.scss +220 -0
  624. package/styles/toolbar/_highcontrast-definition.scss +218 -0
  625. package/styles/toolbar/_highcontrast-light-definition.scss +233 -0
  626. package/styles/toolbar/_layout.scss +1030 -0
  627. package/styles/toolbar/_material-dark-definition.scss +247 -0
  628. package/styles/toolbar/_material-definition.scss +235 -0
  629. package/styles/toolbar/_material3-dark-definition.scss +1 -0
  630. package/styles/toolbar/_material3-definition.scss +220 -0
  631. package/styles/toolbar/_tailwind-dark-definition.scss +1 -0
  632. package/styles/toolbar/_tailwind-definition.scss +210 -0
  633. package/styles/toolbar/_theme.scss +353 -0
  634. package/styles/toolbar/bootstrap-dark.scss +8 -1
  635. package/styles/toolbar/bootstrap.scss +8 -1
  636. package/styles/toolbar/bootstrap4.scss +8 -1
  637. package/styles/toolbar/bootstrap5-dark.scss +8 -1
  638. package/styles/toolbar/bootstrap5.scss +8 -1
  639. package/styles/toolbar/fabric-dark.scss +8 -1
  640. package/styles/toolbar/fabric.scss +8 -1
  641. package/styles/toolbar/fluent-dark.scss +8 -1
  642. package/styles/toolbar/fluent.scss +8 -1
  643. package/styles/toolbar/highcontrast-light.scss +8 -1
  644. package/styles/toolbar/highcontrast.scss +8 -1
  645. package/styles/toolbar/icons/_bootstrap-dark.scss +16 -0
  646. package/styles/toolbar/icons/_bootstrap.scss +16 -0
  647. package/styles/toolbar/icons/_bootstrap4.scss +16 -0
  648. package/styles/toolbar/icons/_bootstrap5-dark.scss +1 -0
  649. package/styles/toolbar/icons/_bootstrap5.scss +16 -0
  650. package/styles/toolbar/icons/_fabric-dark.scss +16 -0
  651. package/styles/toolbar/icons/_fabric.scss +16 -0
  652. package/styles/toolbar/icons/_fluent-dark.scss +1 -0
  653. package/styles/toolbar/icons/_fluent.scss +16 -0
  654. package/styles/toolbar/icons/_fusionnew.scss +16 -0
  655. package/styles/toolbar/icons/_highcontrast-light.scss +16 -0
  656. package/styles/toolbar/icons/_highcontrast.scss +16 -0
  657. package/styles/toolbar/icons/_material-dark.scss +16 -0
  658. package/styles/toolbar/icons/_material.scss +16 -0
  659. package/styles/toolbar/icons/_material3-dark.scss +1 -0
  660. package/styles/toolbar/icons/_material3.scss +16 -0
  661. package/styles/toolbar/icons/_tailwind-dark.scss +1 -0
  662. package/styles/toolbar/icons/_tailwind.scss +16 -0
  663. package/styles/toolbar/material-dark.scss +8 -1
  664. package/styles/toolbar/material.scss +8 -1
  665. package/styles/toolbar/material3-dark.scss +8 -1
  666. package/styles/toolbar/material3.scss +8 -1
  667. package/styles/toolbar/tailwind-dark.scss +8 -1
  668. package/styles/toolbar/tailwind.scss +8 -1
  669. package/styles/treeview/_all.scss +2 -0
  670. package/styles/treeview/_bootstrap-dark-definition.scss +118 -0
  671. package/styles/treeview/_bootstrap-definition.scss +113 -0
  672. package/styles/treeview/_bootstrap4-definition.scss +141 -0
  673. package/styles/treeview/_bootstrap5-dark-definition.scss +1 -0
  674. package/styles/treeview/_bootstrap5-definition.scss +120 -0
  675. package/styles/treeview/_fabric-dark-definition.scss +116 -0
  676. package/styles/treeview/_fabric-definition.scss +112 -0
  677. package/styles/treeview/_fluent-dark-definition.scss +1 -0
  678. package/styles/treeview/_fluent-definition.scss +120 -0
  679. package/styles/treeview/_fusionnew-definition.scss +120 -0
  680. package/styles/treeview/_highcontrast-definition.scss +118 -0
  681. package/styles/treeview/_highcontrast-light-definition.scss +123 -0
  682. package/styles/treeview/_layout.scss +1056 -0
  683. package/styles/treeview/_material-dark-definition.scss +114 -0
  684. package/styles/treeview/_material-definition.scss +112 -0
  685. package/styles/treeview/_material3-dark-definition.scss +1 -0
  686. package/styles/treeview/_material3-definition.scss +121 -0
  687. package/styles/treeview/_tailwind-dark-definition.scss +1 -0
  688. package/styles/treeview/_tailwind-definition.scss +124 -0
  689. package/styles/treeview/_theme.scss +387 -0
  690. package/styles/treeview/bootstrap-dark.scss +6 -1
  691. package/styles/treeview/bootstrap.scss +6 -1
  692. package/styles/treeview/bootstrap4.scss +6 -1
  693. package/styles/treeview/bootstrap5-dark.scss +6 -1
  694. package/styles/treeview/bootstrap5.scss +6 -1
  695. package/styles/treeview/fabric-dark.scss +6 -1
  696. package/styles/treeview/fabric.scss +6 -1
  697. package/styles/treeview/fluent-dark.scss +6 -1
  698. package/styles/treeview/fluent.scss +6 -1
  699. package/styles/treeview/highcontrast-light.scss +6 -1
  700. package/styles/treeview/highcontrast.scss +6 -1
  701. package/styles/treeview/icons/_bootstrap-dark.scss +39 -0
  702. package/styles/treeview/icons/_bootstrap.scss +39 -0
  703. package/styles/treeview/icons/_bootstrap4.scss +39 -0
  704. package/styles/treeview/icons/_bootstrap5-dark.scss +1 -0
  705. package/styles/treeview/icons/_bootstrap5.scss +43 -0
  706. package/styles/treeview/icons/_fabric-dark.scss +43 -0
  707. package/styles/treeview/icons/_fabric.scss +43 -0
  708. package/styles/treeview/icons/_fluent-dark.scss +1 -0
  709. package/styles/treeview/icons/_fluent.scss +43 -0
  710. package/styles/treeview/icons/_fusionnew.scss +43 -0
  711. package/styles/treeview/icons/_highcontrast-light.scss +43 -0
  712. package/styles/treeview/icons/_highcontrast.scss +43 -0
  713. package/styles/treeview/icons/_material-dark.scss +43 -0
  714. package/styles/treeview/icons/_material.scss +43 -0
  715. package/styles/treeview/icons/_material3-dark.scss +1 -0
  716. package/styles/treeview/icons/_material3.scss +43 -0
  717. package/styles/treeview/icons/_tailwind-dark.scss +43 -0
  718. package/styles/treeview/icons/_tailwind.scss +43 -0
  719. package/styles/treeview/material-dark.scss +6 -1
  720. package/styles/treeview/material.scss +6 -1
  721. package/styles/treeview/material3-dark.scss +6 -1
  722. package/styles/treeview/material3.scss +6 -1
  723. package/styles/treeview/tailwind-dark.scss +6 -1
  724. package/styles/treeview/tailwind.scss +6 -1
  725. package/styles/v-scroll/_all.scss +2 -0
  726. package/styles/v-scroll/_bootstrap-dark-definition.scss +51 -0
  727. package/styles/v-scroll/_bootstrap-definition.scss +49 -0
  728. package/styles/v-scroll/_bootstrap4-definition.scss +49 -0
  729. package/styles/v-scroll/_bootstrap5-dark-definition.scss +1 -0
  730. package/styles/v-scroll/_bootstrap5-definition.scss +49 -0
  731. package/styles/v-scroll/_fabric-dark-definition.scss +52 -0
  732. package/styles/v-scroll/_fabric-definition.scss +50 -0
  733. package/styles/v-scroll/_fluent-dark-definition.scss +1 -0
  734. package/styles/v-scroll/_fluent-definition.scss +49 -0
  735. package/styles/v-scroll/_fusionnew-definition.scss +49 -0
  736. package/styles/v-scroll/_highcontrast-definition.scss +50 -0
  737. package/styles/v-scroll/_highcontrast-light-definition.scss +52 -0
  738. package/styles/v-scroll/_layout.scss +162 -0
  739. package/styles/v-scroll/_material-dark-definition.scss +79 -0
  740. package/styles/v-scroll/_material-definition.scss +77 -0
  741. package/styles/v-scroll/_material3-dark-definition.scss +1 -0
  742. package/styles/v-scroll/_material3-definition.scss +49 -0
  743. package/styles/v-scroll/_tailwind-dark-definition.scss +1 -0
  744. package/styles/v-scroll/_tailwind-definition.scss +49 -0
  745. package/styles/v-scroll/_theme.scss +108 -0
  746. package/styles/v-scroll/bootstrap-dark.scss +4 -1
  747. package/styles/v-scroll/bootstrap.scss +4 -1
  748. package/styles/v-scroll/bootstrap4.scss +4 -1
  749. package/styles/v-scroll/bootstrap5-dark.scss +4 -1
  750. package/styles/v-scroll/bootstrap5.scss +4 -1
  751. package/styles/v-scroll/fabric-dark.scss +4 -1
  752. package/styles/v-scroll/fabric.scss +4 -1
  753. package/styles/v-scroll/fluent-dark.scss +4 -1
  754. package/styles/v-scroll/fluent.scss +4 -1
  755. package/styles/v-scroll/highcontrast-light.scss +4 -1
  756. package/styles/v-scroll/highcontrast.scss +4 -1
  757. package/styles/v-scroll/icons/_bootstrap-dark.scss +27 -0
  758. package/styles/v-scroll/icons/_bootstrap.scss +27 -0
  759. package/styles/v-scroll/icons/_bootstrap4.scss +27 -0
  760. package/styles/v-scroll/icons/_bootstrap5-dark.scss +1 -0
  761. package/styles/v-scroll/icons/_bootstrap5.scss +27 -0
  762. package/styles/v-scroll/icons/_fabric-dark.scss +27 -0
  763. package/styles/v-scroll/icons/_fabric.scss +27 -0
  764. package/styles/v-scroll/icons/_fluent-dark.scss +1 -0
  765. package/styles/v-scroll/icons/_fluent.scss +27 -0
  766. package/styles/v-scroll/icons/_fusionnew.scss +27 -0
  767. package/styles/v-scroll/icons/_highcontrast-light.scss +27 -0
  768. package/styles/v-scroll/icons/_highcontrast.scss +27 -0
  769. package/styles/v-scroll/icons/_material-dark.scss +27 -0
  770. package/styles/v-scroll/icons/_material.scss +27 -0
  771. package/styles/v-scroll/icons/_material3-dark.scss +1 -0
  772. package/styles/v-scroll/icons/_material3.scss +27 -0
  773. package/styles/v-scroll/icons/_tailwind-dark.scss +1 -0
  774. package/styles/v-scroll/icons/_tailwind.scss +27 -0
  775. package/styles/v-scroll/material-dark.scss +4 -1
  776. package/styles/v-scroll/material.scss +4 -1
  777. package/styles/v-scroll/material3-dark.scss +4 -1
  778. package/styles/v-scroll/material3.scss +4 -1
  779. package/styles/v-scroll/tailwind-dark.scss +4 -1
  780. package/styles/v-scroll/tailwind.scss +4 -1
  781. package/syncfusion-ej2-angular-navigations.d.ts +5 -0
  782. package/@syncfusion/ej2-angular-navigations.es5.js +0 -2021
  783. package/@syncfusion/ej2-angular-navigations.es5.js.map +0 -1
  784. package/@syncfusion/ej2-angular-navigations.js +0 -1859
  785. package/@syncfusion/ej2-angular-navigations.js.map +0 -1
  786. package/CHANGELOG.md +0 -2218
  787. package/dist/ej2-angular-navigations.umd.js +0 -2116
  788. package/dist/ej2-angular-navigations.umd.js.map +0 -1
  789. package/dist/ej2-angular-navigations.umd.min.js +0 -11
  790. package/dist/ej2-angular-navigations.umd.min.js.map +0 -1
  791. package/ej2-angular-navigations.d.ts +0 -14
  792. package/ej2-angular-navigations.metadata.json +0 -1
  793. package/postinstall/tagchange.js +0 -18
@@ -1,16 +1,4 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
3
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
4
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
5
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
6
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
7
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
8
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
9
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
10
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
11
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
12
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
13
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
14
2
  :root {
15
3
  --color-sf-black: 0, 0, 0;
16
4
  --color-sf-white: 255, 255, 255;
@@ -778,61 +766,6 @@
778
766
  border-left-color: transparent;
779
767
  }
780
768
 
781
- :root {
782
- --color-sf-black: 0, 0, 0;
783
- --color-sf-white: 255, 255, 255;
784
- --color-sf-primary: 208, 188, 255;
785
- --color-sf-primary-container: 79, 55, 139;
786
- --color-sf-secondary: 204, 194, 220;
787
- --color-sf-secondary-container: 74, 68, 88;
788
- --color-sf-tertiary: 239, 184, 200;
789
- --color-sf-tertiary-container: 99, 59, 72;
790
- --color-sf-surface: 28, 27, 31;
791
- --color-sf-surface-variant: 73, 69, 79;
792
- --color-sf-background: var(--color-sf-surface);
793
- --color-sf-on-primary: 55, 30, 115;
794
- --color-sf-on-primary-container: 234, 221, 255;
795
- --color-sf-on-secondary: 51, 45, 65;
796
- --color-sf-on-secondary-container: 232, 222, 248;
797
- --color-sf-on-tertiary: 73, 37, 50;
798
- --color-sf-on-tertiary-containe: 255, 216, 228;
799
- --color-sf-on-surface: 230, 225, 229;
800
- --color-sf-on-surface-variant: 202, 196, 208;
801
- --color-sf-on-background: 230, 225, 229;
802
- --color-sf-outline: 147, 143, 153;
803
- --color-sf-outline-variant: 68, 71, 70;
804
- --color-sf-shadow: 0, 0, 0;
805
- --color-sf-surface-tint-color: 208, 188, 255;
806
- --color-sf-inverse-surface: 230, 225, 229;
807
- --color-sf-inverse-on-surface: 49, 48, 51;
808
- --color-sf-inverse-primary: 103, 80, 164;
809
- --color-sf-scrim: 0, 0, 0;
810
- --color-sf-error: 242, 184, 181;
811
- --color-sf-error-container: 140, 29, 24;
812
- --color-sf-on-error: 96, 20, 16;
813
- --color-sf-on-error-container: 249, 222, 220;
814
- --color-sf-success: 83, 202, 23;
815
- --color-sf-success-container: 22, 62, 2;
816
- --color-sf-on-success: 13, 39, 0;
817
- --color-sf-on-success-container: 183, 250, 150;
818
- --color-sf-info: 71, 172, 251;
819
- --color-sf-info-container: 0, 67, 120;
820
- --color-sf-on-info: 0, 51, 91;
821
- --color-sf-on-info-container: 173, 219, 255;
822
- --color-sf-warning: 245, 180, 130;
823
- --color-sf-warning-container: 123, 65, 0;
824
- --color-sf-on-warning: 99, 52, 0;
825
- --color-sf-on-warning-container: 255, 220, 193;
826
- --color-sf-spreadsheet-gridline: 231, 224, 236;
827
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
828
- --color-sf-success-text: 0, 0, 0;
829
- --color-sf-warning-text: 0, 0, 0;
830
- --color-sf-info-text: 0, 0, 0;
831
- --color-sf-danger-text: 0, 0, 0;
832
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
833
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
834
- }
835
-
836
769
  /*! component's theme wise override definitions and variables */
837
770
  @keyframes hscroll-popup-shadow {
838
771
  0% {
@@ -1114,61 +1047,6 @@
1114
1047
  visibility: visible;
1115
1048
  }
1116
1049
 
1117
- :root {
1118
- --color-sf-black: 0, 0, 0;
1119
- --color-sf-white: 255, 255, 255;
1120
- --color-sf-primary: 208, 188, 255;
1121
- --color-sf-primary-container: 79, 55, 139;
1122
- --color-sf-secondary: 204, 194, 220;
1123
- --color-sf-secondary-container: 74, 68, 88;
1124
- --color-sf-tertiary: 239, 184, 200;
1125
- --color-sf-tertiary-container: 99, 59, 72;
1126
- --color-sf-surface: 28, 27, 31;
1127
- --color-sf-surface-variant: 73, 69, 79;
1128
- --color-sf-background: var(--color-sf-surface);
1129
- --color-sf-on-primary: 55, 30, 115;
1130
- --color-sf-on-primary-container: 234, 221, 255;
1131
- --color-sf-on-secondary: 51, 45, 65;
1132
- --color-sf-on-secondary-container: 232, 222, 248;
1133
- --color-sf-on-tertiary: 73, 37, 50;
1134
- --color-sf-on-tertiary-containe: 255, 216, 228;
1135
- --color-sf-on-surface: 230, 225, 229;
1136
- --color-sf-on-surface-variant: 202, 196, 208;
1137
- --color-sf-on-background: 230, 225, 229;
1138
- --color-sf-outline: 147, 143, 153;
1139
- --color-sf-outline-variant: 68, 71, 70;
1140
- --color-sf-shadow: 0, 0, 0;
1141
- --color-sf-surface-tint-color: 208, 188, 255;
1142
- --color-sf-inverse-surface: 230, 225, 229;
1143
- --color-sf-inverse-on-surface: 49, 48, 51;
1144
- --color-sf-inverse-primary: 103, 80, 164;
1145
- --color-sf-scrim: 0, 0, 0;
1146
- --color-sf-error: 242, 184, 181;
1147
- --color-sf-error-container: 140, 29, 24;
1148
- --color-sf-on-error: 96, 20, 16;
1149
- --color-sf-on-error-container: 249, 222, 220;
1150
- --color-sf-success: 83, 202, 23;
1151
- --color-sf-success-container: 22, 62, 2;
1152
- --color-sf-on-success: 13, 39, 0;
1153
- --color-sf-on-success-container: 183, 250, 150;
1154
- --color-sf-info: 71, 172, 251;
1155
- --color-sf-info-container: 0, 67, 120;
1156
- --color-sf-on-info: 0, 51, 91;
1157
- --color-sf-on-info-container: 173, 219, 255;
1158
- --color-sf-warning: 245, 180, 130;
1159
- --color-sf-warning-container: 123, 65, 0;
1160
- --color-sf-on-warning: 99, 52, 0;
1161
- --color-sf-on-warning-container: 255, 220, 193;
1162
- --color-sf-spreadsheet-gridline: 231, 224, 236;
1163
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
1164
- --color-sf-success-text: 0, 0, 0;
1165
- --color-sf-warning-text: 0, 0, 0;
1166
- --color-sf-info-text: 0, 0, 0;
1167
- --color-sf-danger-text: 0, 0, 0;
1168
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
1169
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
1170
- }
1171
-
1172
1050
  /*! component's theme wise override definitions and variables */
1173
1051
  /*! vscroll icons */
1174
1052
  .e-vscroll.e-scroll-device .e-nav-up-arrow::before {
@@ -1372,61 +1250,6 @@
1372
1250
  content: "";
1373
1251
  }
1374
1252
 
1375
- :root {
1376
- --color-sf-black: 0, 0, 0;
1377
- --color-sf-white: 255, 255, 255;
1378
- --color-sf-primary: 208, 188, 255;
1379
- --color-sf-primary-container: 79, 55, 139;
1380
- --color-sf-secondary: 204, 194, 220;
1381
- --color-sf-secondary-container: 74, 68, 88;
1382
- --color-sf-tertiary: 239, 184, 200;
1383
- --color-sf-tertiary-container: 99, 59, 72;
1384
- --color-sf-surface: 28, 27, 31;
1385
- --color-sf-surface-variant: 73, 69, 79;
1386
- --color-sf-background: var(--color-sf-surface);
1387
- --color-sf-on-primary: 55, 30, 115;
1388
- --color-sf-on-primary-container: 234, 221, 255;
1389
- --color-sf-on-secondary: 51, 45, 65;
1390
- --color-sf-on-secondary-container: 232, 222, 248;
1391
- --color-sf-on-tertiary: 73, 37, 50;
1392
- --color-sf-on-tertiary-containe: 255, 216, 228;
1393
- --color-sf-on-surface: 230, 225, 229;
1394
- --color-sf-on-surface-variant: 202, 196, 208;
1395
- --color-sf-on-background: 230, 225, 229;
1396
- --color-sf-outline: 147, 143, 153;
1397
- --color-sf-outline-variant: 68, 71, 70;
1398
- --color-sf-shadow: 0, 0, 0;
1399
- --color-sf-surface-tint-color: 208, 188, 255;
1400
- --color-sf-inverse-surface: 230, 225, 229;
1401
- --color-sf-inverse-on-surface: 49, 48, 51;
1402
- --color-sf-inverse-primary: 103, 80, 164;
1403
- --color-sf-scrim: 0, 0, 0;
1404
- --color-sf-error: 242, 184, 181;
1405
- --color-sf-error-container: 140, 29, 24;
1406
- --color-sf-on-error: 96, 20, 16;
1407
- --color-sf-on-error-container: 249, 222, 220;
1408
- --color-sf-success: 83, 202, 23;
1409
- --color-sf-success-container: 22, 62, 2;
1410
- --color-sf-on-success: 13, 39, 0;
1411
- --color-sf-on-success-container: 183, 250, 150;
1412
- --color-sf-info: 71, 172, 251;
1413
- --color-sf-info-container: 0, 67, 120;
1414
- --color-sf-on-info: 0, 51, 91;
1415
- --color-sf-on-info-container: 173, 219, 255;
1416
- --color-sf-warning: 245, 180, 130;
1417
- --color-sf-warning-container: 123, 65, 0;
1418
- --color-sf-on-warning: 99, 52, 0;
1419
- --color-sf-on-warning-container: 255, 220, 193;
1420
- --color-sf-spreadsheet-gridline: 231, 224, 236;
1421
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
1422
- --color-sf-success-text: 0, 0, 0;
1423
- --color-sf-warning-text: 0, 0, 0;
1424
- --color-sf-info-text: 0, 0, 0;
1425
- --color-sf-danger-text: 0, 0, 0;
1426
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
1427
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
1428
- }
1429
-
1430
1253
  /*! component's theme wise override definitions and variables */
1431
1254
  @keyframes hscroll-popup-shadow {
1432
1255
  0% {
@@ -2517,61 +2340,6 @@
2517
2340
  border-width: 0 1px 0 0;
2518
2341
  }
2519
2342
 
2520
- :root {
2521
- --color-sf-black: 0, 0, 0;
2522
- --color-sf-white: 255, 255, 255;
2523
- --color-sf-primary: 208, 188, 255;
2524
- --color-sf-primary-container: 79, 55, 139;
2525
- --color-sf-secondary: 204, 194, 220;
2526
- --color-sf-secondary-container: 74, 68, 88;
2527
- --color-sf-tertiary: 239, 184, 200;
2528
- --color-sf-tertiary-container: 99, 59, 72;
2529
- --color-sf-surface: 28, 27, 31;
2530
- --color-sf-surface-variant: 73, 69, 79;
2531
- --color-sf-background: var(--color-sf-surface);
2532
- --color-sf-on-primary: 55, 30, 115;
2533
- --color-sf-on-primary-container: 234, 221, 255;
2534
- --color-sf-on-secondary: 51, 45, 65;
2535
- --color-sf-on-secondary-container: 232, 222, 248;
2536
- --color-sf-on-tertiary: 73, 37, 50;
2537
- --color-sf-on-tertiary-containe: 255, 216, 228;
2538
- --color-sf-on-surface: 230, 225, 229;
2539
- --color-sf-on-surface-variant: 202, 196, 208;
2540
- --color-sf-on-background: 230, 225, 229;
2541
- --color-sf-outline: 147, 143, 153;
2542
- --color-sf-outline-variant: 68, 71, 70;
2543
- --color-sf-shadow: 0, 0, 0;
2544
- --color-sf-surface-tint-color: 208, 188, 255;
2545
- --color-sf-inverse-surface: 230, 225, 229;
2546
- --color-sf-inverse-on-surface: 49, 48, 51;
2547
- --color-sf-inverse-primary: 103, 80, 164;
2548
- --color-sf-scrim: 0, 0, 0;
2549
- --color-sf-error: 242, 184, 181;
2550
- --color-sf-error-container: 140, 29, 24;
2551
- --color-sf-on-error: 96, 20, 16;
2552
- --color-sf-on-error-container: 249, 222, 220;
2553
- --color-sf-success: 83, 202, 23;
2554
- --color-sf-success-container: 22, 62, 2;
2555
- --color-sf-on-success: 13, 39, 0;
2556
- --color-sf-on-success-container: 183, 250, 150;
2557
- --color-sf-info: 71, 172, 251;
2558
- --color-sf-info-container: 0, 67, 120;
2559
- --color-sf-on-info: 0, 51, 91;
2560
- --color-sf-on-info-container: 173, 219, 255;
2561
- --color-sf-warning: 245, 180, 130;
2562
- --color-sf-warning-container: 123, 65, 0;
2563
- --color-sf-on-warning: 99, 52, 0;
2564
- --color-sf-on-warning-container: 255, 220, 193;
2565
- --color-sf-spreadsheet-gridline: 231, 224, 236;
2566
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
2567
- --color-sf-success-text: 0, 0, 0;
2568
- --color-sf-warning-text: 0, 0, 0;
2569
- --color-sf-info-text: 0, 0, 0;
2570
- --color-sf-danger-text: 0, 0, 0;
2571
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
2572
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
2573
- }
2574
-
2575
2343
  /*! Accordion's material 3 theme wise override definitions and variables */
2576
2344
  /* stylelint-disable */
2577
2345
  /*! accordion icons */
@@ -3116,61 +2884,6 @@
3116
2884
  font-size: 14px;
3117
2885
  }
3118
2886
 
3119
- :root {
3120
- --color-sf-black: 0, 0, 0;
3121
- --color-sf-white: 255, 255, 255;
3122
- --color-sf-primary: 208, 188, 255;
3123
- --color-sf-primary-container: 79, 55, 139;
3124
- --color-sf-secondary: 204, 194, 220;
3125
- --color-sf-secondary-container: 74, 68, 88;
3126
- --color-sf-tertiary: 239, 184, 200;
3127
- --color-sf-tertiary-container: 99, 59, 72;
3128
- --color-sf-surface: 28, 27, 31;
3129
- --color-sf-surface-variant: 73, 69, 79;
3130
- --color-sf-background: var(--color-sf-surface);
3131
- --color-sf-on-primary: 55, 30, 115;
3132
- --color-sf-on-primary-container: 234, 221, 255;
3133
- --color-sf-on-secondary: 51, 45, 65;
3134
- --color-sf-on-secondary-container: 232, 222, 248;
3135
- --color-sf-on-tertiary: 73, 37, 50;
3136
- --color-sf-on-tertiary-containe: 255, 216, 228;
3137
- --color-sf-on-surface: 230, 225, 229;
3138
- --color-sf-on-surface-variant: 202, 196, 208;
3139
- --color-sf-on-background: 230, 225, 229;
3140
- --color-sf-outline: 147, 143, 153;
3141
- --color-sf-outline-variant: 68, 71, 70;
3142
- --color-sf-shadow: 0, 0, 0;
3143
- --color-sf-surface-tint-color: 208, 188, 255;
3144
- --color-sf-inverse-surface: 230, 225, 229;
3145
- --color-sf-inverse-on-surface: 49, 48, 51;
3146
- --color-sf-inverse-primary: 103, 80, 164;
3147
- --color-sf-scrim: 0, 0, 0;
3148
- --color-sf-error: 242, 184, 181;
3149
- --color-sf-error-container: 140, 29, 24;
3150
- --color-sf-on-error: 96, 20, 16;
3151
- --color-sf-on-error-container: 249, 222, 220;
3152
- --color-sf-success: 83, 202, 23;
3153
- --color-sf-success-container: 22, 62, 2;
3154
- --color-sf-on-success: 13, 39, 0;
3155
- --color-sf-on-success-container: 183, 250, 150;
3156
- --color-sf-info: 71, 172, 251;
3157
- --color-sf-info-container: 0, 67, 120;
3158
- --color-sf-on-info: 0, 51, 91;
3159
- --color-sf-on-info-container: 173, 219, 255;
3160
- --color-sf-warning: 245, 180, 130;
3161
- --color-sf-warning-container: 123, 65, 0;
3162
- --color-sf-on-warning: 99, 52, 0;
3163
- --color-sf-on-warning-container: 255, 220, 193;
3164
- --color-sf-spreadsheet-gridline: 231, 224, 236;
3165
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
3166
- --color-sf-success-text: 0, 0, 0;
3167
- --color-sf-warning-text: 0, 0, 0;
3168
- --color-sf-info-text: 0, 0, 0;
3169
- --color-sf-danger-text: 0, 0, 0;
3170
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
3171
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
3172
- }
3173
-
3174
2887
  /*! Carousel component bootstrap5 theme definitions and variables */
3175
2888
  .e-carousel .e-previous-icon::before {
3176
2889
  content: "\e765";
@@ -3475,61 +3188,6 @@
3475
3188
  background-color: rgba(var(--color-sf-primary));
3476
3189
  }
3477
3190
 
3478
- :root {
3479
- --color-sf-black: 0, 0, 0;
3480
- --color-sf-white: 255, 255, 255;
3481
- --color-sf-primary: 208, 188, 255;
3482
- --color-sf-primary-container: 79, 55, 139;
3483
- --color-sf-secondary: 204, 194, 220;
3484
- --color-sf-secondary-container: 74, 68, 88;
3485
- --color-sf-tertiary: 239, 184, 200;
3486
- --color-sf-tertiary-container: 99, 59, 72;
3487
- --color-sf-surface: 28, 27, 31;
3488
- --color-sf-surface-variant: 73, 69, 79;
3489
- --color-sf-background: var(--color-sf-surface);
3490
- --color-sf-on-primary: 55, 30, 115;
3491
- --color-sf-on-primary-container: 234, 221, 255;
3492
- --color-sf-on-secondary: 51, 45, 65;
3493
- --color-sf-on-secondary-container: 232, 222, 248;
3494
- --color-sf-on-tertiary: 73, 37, 50;
3495
- --color-sf-on-tertiary-containe: 255, 216, 228;
3496
- --color-sf-on-surface: 230, 225, 229;
3497
- --color-sf-on-surface-variant: 202, 196, 208;
3498
- --color-sf-on-background: 230, 225, 229;
3499
- --color-sf-outline: 147, 143, 153;
3500
- --color-sf-outline-variant: 68, 71, 70;
3501
- --color-sf-shadow: 0, 0, 0;
3502
- --color-sf-surface-tint-color: 208, 188, 255;
3503
- --color-sf-inverse-surface: 230, 225, 229;
3504
- --color-sf-inverse-on-surface: 49, 48, 51;
3505
- --color-sf-inverse-primary: 103, 80, 164;
3506
- --color-sf-scrim: 0, 0, 0;
3507
- --color-sf-error: 242, 184, 181;
3508
- --color-sf-error-container: 140, 29, 24;
3509
- --color-sf-on-error: 96, 20, 16;
3510
- --color-sf-on-error-container: 249, 222, 220;
3511
- --color-sf-success: 83, 202, 23;
3512
- --color-sf-success-container: 22, 62, 2;
3513
- --color-sf-on-success: 13, 39, 0;
3514
- --color-sf-on-success-container: 183, 250, 150;
3515
- --color-sf-info: 71, 172, 251;
3516
- --color-sf-info-container: 0, 67, 120;
3517
- --color-sf-on-info: 0, 51, 91;
3518
- --color-sf-on-info-container: 173, 219, 255;
3519
- --color-sf-warning: 245, 180, 130;
3520
- --color-sf-warning-container: 123, 65, 0;
3521
- --color-sf-on-warning: 99, 52, 0;
3522
- --color-sf-on-warning-container: 255, 220, 193;
3523
- --color-sf-spreadsheet-gridline: 231, 224, 236;
3524
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
3525
- --color-sf-success-text: 0, 0, 0;
3526
- --color-sf-warning-text: 0, 0, 0;
3527
- --color-sf-info-text: 0, 0, 0;
3528
- --color-sf-danger-text: 0, 0, 0;
3529
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
3530
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
3531
- }
3532
-
3533
3191
  /*! component's theme wise override definitions and variables */
3534
3192
  @keyframes hscroll-popup-shadow {
3535
3193
  0% {
@@ -3910,61 +3568,6 @@
3910
3568
  border-color: rgba(var(--color-sf-outline-variant));
3911
3569
  }
3912
3570
 
3913
- :root {
3914
- --color-sf-black: 0, 0, 0;
3915
- --color-sf-white: 255, 255, 255;
3916
- --color-sf-primary: 208, 188, 255;
3917
- --color-sf-primary-container: 79, 55, 139;
3918
- --color-sf-secondary: 204, 194, 220;
3919
- --color-sf-secondary-container: 74, 68, 88;
3920
- --color-sf-tertiary: 239, 184, 200;
3921
- --color-sf-tertiary-container: 99, 59, 72;
3922
- --color-sf-surface: 28, 27, 31;
3923
- --color-sf-surface-variant: 73, 69, 79;
3924
- --color-sf-background: var(--color-sf-surface);
3925
- --color-sf-on-primary: 55, 30, 115;
3926
- --color-sf-on-primary-container: 234, 221, 255;
3927
- --color-sf-on-secondary: 51, 45, 65;
3928
- --color-sf-on-secondary-container: 232, 222, 248;
3929
- --color-sf-on-tertiary: 73, 37, 50;
3930
- --color-sf-on-tertiary-containe: 255, 216, 228;
3931
- --color-sf-on-surface: 230, 225, 229;
3932
- --color-sf-on-surface-variant: 202, 196, 208;
3933
- --color-sf-on-background: 230, 225, 229;
3934
- --color-sf-outline: 147, 143, 153;
3935
- --color-sf-outline-variant: 68, 71, 70;
3936
- --color-sf-shadow: 0, 0, 0;
3937
- --color-sf-surface-tint-color: 208, 188, 255;
3938
- --color-sf-inverse-surface: 230, 225, 229;
3939
- --color-sf-inverse-on-surface: 49, 48, 51;
3940
- --color-sf-inverse-primary: 103, 80, 164;
3941
- --color-sf-scrim: 0, 0, 0;
3942
- --color-sf-error: 242, 184, 181;
3943
- --color-sf-error-container: 140, 29, 24;
3944
- --color-sf-on-error: 96, 20, 16;
3945
- --color-sf-on-error-container: 249, 222, 220;
3946
- --color-sf-success: 83, 202, 23;
3947
- --color-sf-success-container: 22, 62, 2;
3948
- --color-sf-on-success: 13, 39, 0;
3949
- --color-sf-on-success-container: 183, 250, 150;
3950
- --color-sf-info: 71, 172, 251;
3951
- --color-sf-info-container: 0, 67, 120;
3952
- --color-sf-on-info: 0, 51, 91;
3953
- --color-sf-on-info-container: 173, 219, 255;
3954
- --color-sf-warning: 245, 180, 130;
3955
- --color-sf-warning-container: 123, 65, 0;
3956
- --color-sf-on-warning: 99, 52, 0;
3957
- --color-sf-on-warning-container: 255, 220, 193;
3958
- --color-sf-spreadsheet-gridline: 231, 224, 236;
3959
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
3960
- --color-sf-success-text: 0, 0, 0;
3961
- --color-sf-warning-text: 0, 0, 0;
3962
- --color-sf-info-text: 0, 0, 0;
3963
- --color-sf-danger-text: 0, 0, 0;
3964
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
3965
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
3966
- }
3967
-
3968
3571
  /*! Toolbar's material3 theme wise override definitions and variables */
3969
3572
  /* stylelint-disable */
3970
3573
  /*! Tab's material3 theme wise override definitions and variables */
@@ -8019,61 +7622,6 @@
8019
7622
  color: rgba(var(--color-sf-on-surface-variant));
8020
7623
  }
8021
7624
 
8022
- :root {
8023
- --color-sf-black: 0, 0, 0;
8024
- --color-sf-white: 255, 255, 255;
8025
- --color-sf-primary: 208, 188, 255;
8026
- --color-sf-primary-container: 79, 55, 139;
8027
- --color-sf-secondary: 204, 194, 220;
8028
- --color-sf-secondary-container: 74, 68, 88;
8029
- --color-sf-tertiary: 239, 184, 200;
8030
- --color-sf-tertiary-container: 99, 59, 72;
8031
- --color-sf-surface: 28, 27, 31;
8032
- --color-sf-surface-variant: 73, 69, 79;
8033
- --color-sf-background: var(--color-sf-surface);
8034
- --color-sf-on-primary: 55, 30, 115;
8035
- --color-sf-on-primary-container: 234, 221, 255;
8036
- --color-sf-on-secondary: 51, 45, 65;
8037
- --color-sf-on-secondary-container: 232, 222, 248;
8038
- --color-sf-on-tertiary: 73, 37, 50;
8039
- --color-sf-on-tertiary-containe: 255, 216, 228;
8040
- --color-sf-on-surface: 230, 225, 229;
8041
- --color-sf-on-surface-variant: 202, 196, 208;
8042
- --color-sf-on-background: 230, 225, 229;
8043
- --color-sf-outline: 147, 143, 153;
8044
- --color-sf-outline-variant: 68, 71, 70;
8045
- --color-sf-shadow: 0, 0, 0;
8046
- --color-sf-surface-tint-color: 208, 188, 255;
8047
- --color-sf-inverse-surface: 230, 225, 229;
8048
- --color-sf-inverse-on-surface: 49, 48, 51;
8049
- --color-sf-inverse-primary: 103, 80, 164;
8050
- --color-sf-scrim: 0, 0, 0;
8051
- --color-sf-error: 242, 184, 181;
8052
- --color-sf-error-container: 140, 29, 24;
8053
- --color-sf-on-error: 96, 20, 16;
8054
- --color-sf-on-error-container: 249, 222, 220;
8055
- --color-sf-success: 83, 202, 23;
8056
- --color-sf-success-container: 22, 62, 2;
8057
- --color-sf-on-success: 13, 39, 0;
8058
- --color-sf-on-success-container: 183, 250, 150;
8059
- --color-sf-info: 71, 172, 251;
8060
- --color-sf-info-container: 0, 67, 120;
8061
- --color-sf-on-info: 0, 51, 91;
8062
- --color-sf-on-info-container: 173, 219, 255;
8063
- --color-sf-warning: 245, 180, 130;
8064
- --color-sf-warning-container: 123, 65, 0;
8065
- --color-sf-on-warning: 99, 52, 0;
8066
- --color-sf-on-warning-container: 255, 220, 193;
8067
- --color-sf-spreadsheet-gridline: 231, 224, 236;
8068
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
8069
- --color-sf-success-text: 0, 0, 0;
8070
- --color-sf-warning-text: 0, 0, 0;
8071
- --color-sf-info-text: 0, 0, 0;
8072
- --color-sf-danger-text: 0, 0, 0;
8073
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
8074
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
8075
- }
8076
-
8077
7625
  /* stylelint-disable property-no-vendor-prefix */
8078
7626
  @keyframes e-input-ripple {
8079
7627
  100% {
@@ -8922,61 +8470,6 @@
8922
8470
  border-left-color: transparent;
8923
8471
  }
8924
8472
 
8925
- :root {
8926
- --color-sf-black: 0, 0, 0;
8927
- --color-sf-white: 255, 255, 255;
8928
- --color-sf-primary: 208, 188, 255;
8929
- --color-sf-primary-container: 79, 55, 139;
8930
- --color-sf-secondary: 204, 194, 220;
8931
- --color-sf-secondary-container: 74, 68, 88;
8932
- --color-sf-tertiary: 239, 184, 200;
8933
- --color-sf-tertiary-container: 99, 59, 72;
8934
- --color-sf-surface: 28, 27, 31;
8935
- --color-sf-surface-variant: 73, 69, 79;
8936
- --color-sf-background: var(--color-sf-surface);
8937
- --color-sf-on-primary: 55, 30, 115;
8938
- --color-sf-on-primary-container: 234, 221, 255;
8939
- --color-sf-on-secondary: 51, 45, 65;
8940
- --color-sf-on-secondary-container: 232, 222, 248;
8941
- --color-sf-on-tertiary: 73, 37, 50;
8942
- --color-sf-on-tertiary-containe: 255, 216, 228;
8943
- --color-sf-on-surface: 230, 225, 229;
8944
- --color-sf-on-surface-variant: 202, 196, 208;
8945
- --color-sf-on-background: 230, 225, 229;
8946
- --color-sf-outline: 147, 143, 153;
8947
- --color-sf-outline-variant: 68, 71, 70;
8948
- --color-sf-shadow: 0, 0, 0;
8949
- --color-sf-surface-tint-color: 208, 188, 255;
8950
- --color-sf-inverse-surface: 230, 225, 229;
8951
- --color-sf-inverse-on-surface: 49, 48, 51;
8952
- --color-sf-inverse-primary: 103, 80, 164;
8953
- --color-sf-scrim: 0, 0, 0;
8954
- --color-sf-error: 242, 184, 181;
8955
- --color-sf-error-container: 140, 29, 24;
8956
- --color-sf-on-error: 96, 20, 16;
8957
- --color-sf-on-error-container: 249, 222, 220;
8958
- --color-sf-success: 83, 202, 23;
8959
- --color-sf-success-container: 22, 62, 2;
8960
- --color-sf-on-success: 13, 39, 0;
8961
- --color-sf-on-success-container: 183, 250, 150;
8962
- --color-sf-info: 71, 172, 251;
8963
- --color-sf-info-container: 0, 67, 120;
8964
- --color-sf-on-info: 0, 51, 91;
8965
- --color-sf-on-info-container: 173, 219, 255;
8966
- --color-sf-warning: 245, 180, 130;
8967
- --color-sf-warning-container: 123, 65, 0;
8968
- --color-sf-on-warning: 99, 52, 0;
8969
- --color-sf-on-warning-container: 255, 220, 193;
8970
- --color-sf-spreadsheet-gridline: 231, 224, 236;
8971
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
8972
- --color-sf-success-text: 0, 0, 0;
8973
- --color-sf-warning-text: 0, 0, 0;
8974
- --color-sf-info-text: 0, 0, 0;
8975
- --color-sf-danger-text: 0, 0, 0;
8976
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
8977
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
8978
- }
8979
-
8980
8473
  /*! component's theme wise override material 3 definitions and variables */ /* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
8981
8474
  ejs-sidebar {
8982
8475
  display: none;
@@ -9126,61 +8619,6 @@ ejs-sidebar {
9126
8619
  visibility: visible;
9127
8620
  }
9128
8621
 
9129
- :root {
9130
- --color-sf-black: 0, 0, 0;
9131
- --color-sf-white: 255, 255, 255;
9132
- --color-sf-primary: 208, 188, 255;
9133
- --color-sf-primary-container: 79, 55, 139;
9134
- --color-sf-secondary: 204, 194, 220;
9135
- --color-sf-secondary-container: 74, 68, 88;
9136
- --color-sf-tertiary: 239, 184, 200;
9137
- --color-sf-tertiary-container: 99, 59, 72;
9138
- --color-sf-surface: 28, 27, 31;
9139
- --color-sf-surface-variant: 73, 69, 79;
9140
- --color-sf-background: var(--color-sf-surface);
9141
- --color-sf-on-primary: 55, 30, 115;
9142
- --color-sf-on-primary-container: 234, 221, 255;
9143
- --color-sf-on-secondary: 51, 45, 65;
9144
- --color-sf-on-secondary-container: 232, 222, 248;
9145
- --color-sf-on-tertiary: 73, 37, 50;
9146
- --color-sf-on-tertiary-containe: 255, 216, 228;
9147
- --color-sf-on-surface: 230, 225, 229;
9148
- --color-sf-on-surface-variant: 202, 196, 208;
9149
- --color-sf-on-background: 230, 225, 229;
9150
- --color-sf-outline: 147, 143, 153;
9151
- --color-sf-outline-variant: 68, 71, 70;
9152
- --color-sf-shadow: 0, 0, 0;
9153
- --color-sf-surface-tint-color: 208, 188, 255;
9154
- --color-sf-inverse-surface: 230, 225, 229;
9155
- --color-sf-inverse-on-surface: 49, 48, 51;
9156
- --color-sf-inverse-primary: 103, 80, 164;
9157
- --color-sf-scrim: 0, 0, 0;
9158
- --color-sf-error: 242, 184, 181;
9159
- --color-sf-error-container: 140, 29, 24;
9160
- --color-sf-on-error: 96, 20, 16;
9161
- --color-sf-on-error-container: 249, 222, 220;
9162
- --color-sf-success: 83, 202, 23;
9163
- --color-sf-success-container: 22, 62, 2;
9164
- --color-sf-on-success: 13, 39, 0;
9165
- --color-sf-on-success-container: 183, 250, 150;
9166
- --color-sf-info: 71, 172, 251;
9167
- --color-sf-info-container: 0, 67, 120;
9168
- --color-sf-on-info: 0, 51, 91;
9169
- --color-sf-on-info-container: 173, 219, 255;
9170
- --color-sf-warning: 245, 180, 130;
9171
- --color-sf-warning-container: 123, 65, 0;
9172
- --color-sf-on-warning: 99, 52, 0;
9173
- --color-sf-on-warning-container: 255, 220, 193;
9174
- --color-sf-spreadsheet-gridline: 231, 224, 236;
9175
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
9176
- --color-sf-success-text: 0, 0, 0;
9177
- --color-sf-warning-text: 0, 0, 0;
9178
- --color-sf-info-text: 0, 0, 0;
9179
- --color-sf-danger-text: 0, 0, 0;
9180
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
9181
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
9182
- }
9183
-
9184
8622
  /*! component's theme wise override definitions and variables */
9185
8623
  @keyframes hscroll-popup-shadow {
9186
8624
  0% {
@@ -10288,61 +9726,6 @@ ejs-sidebar {
10288
9726
  color: rgba(var(--color-sf-on-surface));
10289
9727
  }
10290
9728
 
10291
- :root {
10292
- --color-sf-black: 0, 0, 0;
10293
- --color-sf-white: 255, 255, 255;
10294
- --color-sf-primary: 208, 188, 255;
10295
- --color-sf-primary-container: 79, 55, 139;
10296
- --color-sf-secondary: 204, 194, 220;
10297
- --color-sf-secondary-container: 74, 68, 88;
10298
- --color-sf-tertiary: 239, 184, 200;
10299
- --color-sf-tertiary-container: 99, 59, 72;
10300
- --color-sf-surface: 28, 27, 31;
10301
- --color-sf-surface-variant: 73, 69, 79;
10302
- --color-sf-background: var(--color-sf-surface);
10303
- --color-sf-on-primary: 55, 30, 115;
10304
- --color-sf-on-primary-container: 234, 221, 255;
10305
- --color-sf-on-secondary: 51, 45, 65;
10306
- --color-sf-on-secondary-container: 232, 222, 248;
10307
- --color-sf-on-tertiary: 73, 37, 50;
10308
- --color-sf-on-tertiary-containe: 255, 216, 228;
10309
- --color-sf-on-surface: 230, 225, 229;
10310
- --color-sf-on-surface-variant: 202, 196, 208;
10311
- --color-sf-on-background: 230, 225, 229;
10312
- --color-sf-outline: 147, 143, 153;
10313
- --color-sf-outline-variant: 68, 71, 70;
10314
- --color-sf-shadow: 0, 0, 0;
10315
- --color-sf-surface-tint-color: 208, 188, 255;
10316
- --color-sf-inverse-surface: 230, 225, 229;
10317
- --color-sf-inverse-on-surface: 49, 48, 51;
10318
- --color-sf-inverse-primary: 103, 80, 164;
10319
- --color-sf-scrim: 0, 0, 0;
10320
- --color-sf-error: 242, 184, 181;
10321
- --color-sf-error-container: 140, 29, 24;
10322
- --color-sf-on-error: 96, 20, 16;
10323
- --color-sf-on-error-container: 249, 222, 220;
10324
- --color-sf-success: 83, 202, 23;
10325
- --color-sf-success-container: 22, 62, 2;
10326
- --color-sf-on-success: 13, 39, 0;
10327
- --color-sf-on-success-container: 183, 250, 150;
10328
- --color-sf-info: 71, 172, 251;
10329
- --color-sf-info-container: 0, 67, 120;
10330
- --color-sf-on-info: 0, 51, 91;
10331
- --color-sf-on-info-container: 173, 219, 255;
10332
- --color-sf-warning: 245, 180, 130;
10333
- --color-sf-warning-container: 123, 65, 0;
10334
- --color-sf-on-warning: 99, 52, 0;
10335
- --color-sf-on-warning-container: 255, 220, 193;
10336
- --color-sf-spreadsheet-gridline: 231, 224, 236;
10337
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
10338
- --color-sf-success-text: 0, 0, 0;
10339
- --color-sf-warning-text: 0, 0, 0;
10340
- --color-sf-info-text: 0, 0, 0;
10341
- --color-sf-danger-text: 0, 0, 0;
10342
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
10343
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
10344
- }
10345
-
10346
9729
  /*! breadcrumb icons */
10347
9730
  .e-breadcrumb .e-breadcrumb-collapsed::before,
10348
9731
  .e-breadcrumb .e-breadcrumb-menu::before {
@@ -10712,61 +10095,6 @@ ejs-sidebar {
10712
10095
  color: rgba(var(--color-sf-on-surface));
10713
10096
  }
10714
10097
 
10715
- :root {
10716
- --color-sf-black: 0, 0, 0;
10717
- --color-sf-white: 255, 255, 255;
10718
- --color-sf-primary: 208, 188, 255;
10719
- --color-sf-primary-container: 79, 55, 139;
10720
- --color-sf-secondary: 204, 194, 220;
10721
- --color-sf-secondary-container: 74, 68, 88;
10722
- --color-sf-tertiary: 239, 184, 200;
10723
- --color-sf-tertiary-container: 99, 59, 72;
10724
- --color-sf-surface: 28, 27, 31;
10725
- --color-sf-surface-variant: 73, 69, 79;
10726
- --color-sf-background: var(--color-sf-surface);
10727
- --color-sf-on-primary: 55, 30, 115;
10728
- --color-sf-on-primary-container: 234, 221, 255;
10729
- --color-sf-on-secondary: 51, 45, 65;
10730
- --color-sf-on-secondary-container: 232, 222, 248;
10731
- --color-sf-on-tertiary: 73, 37, 50;
10732
- --color-sf-on-tertiary-containe: 255, 216, 228;
10733
- --color-sf-on-surface: 230, 225, 229;
10734
- --color-sf-on-surface-variant: 202, 196, 208;
10735
- --color-sf-on-background: 230, 225, 229;
10736
- --color-sf-outline: 147, 143, 153;
10737
- --color-sf-outline-variant: 68, 71, 70;
10738
- --color-sf-shadow: 0, 0, 0;
10739
- --color-sf-surface-tint-color: 208, 188, 255;
10740
- --color-sf-inverse-surface: 230, 225, 229;
10741
- --color-sf-inverse-on-surface: 49, 48, 51;
10742
- --color-sf-inverse-primary: 103, 80, 164;
10743
- --color-sf-scrim: 0, 0, 0;
10744
- --color-sf-error: 242, 184, 181;
10745
- --color-sf-error-container: 140, 29, 24;
10746
- --color-sf-on-error: 96, 20, 16;
10747
- --color-sf-on-error-container: 249, 222, 220;
10748
- --color-sf-success: 83, 202, 23;
10749
- --color-sf-success-container: 22, 62, 2;
10750
- --color-sf-on-success: 13, 39, 0;
10751
- --color-sf-on-success-container: 183, 250, 150;
10752
- --color-sf-info: 71, 172, 251;
10753
- --color-sf-info-container: 0, 67, 120;
10754
- --color-sf-on-info: 0, 51, 91;
10755
- --color-sf-on-info-container: 173, 219, 255;
10756
- --color-sf-warning: 245, 180, 130;
10757
- --color-sf-warning-container: 123, 65, 0;
10758
- --color-sf-on-warning: 99, 52, 0;
10759
- --color-sf-on-warning-container: 255, 220, 193;
10760
- --color-sf-spreadsheet-gridline: 231, 224, 236;
10761
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
10762
- --color-sf-success-text: 0, 0, 0;
10763
- --color-sf-warning-text: 0, 0, 0;
10764
- --color-sf-info-text: 0, 0, 0;
10765
- --color-sf-danger-text: 0, 0, 0;
10766
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
10767
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
10768
- }
10769
-
10770
10098
  /*! AppBar component material3 theme definitions and variables */
10771
10099
  /*! appbar component styles */
10772
10100
  .e-bigger .e-appbar,