@syncfusion/ej2-angular-navigations 25.2.6 → 26.1.35

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 (300) hide show
  1. package/CHANGELOG.md +2463 -0
  2. package/esm2020/public_api.mjs +1 -2
  3. package/esm2020/src/breadcrumb/items.directive.mjs +3 -3
  4. package/esm2020/src/stepper/stepper.component.mjs +1 -1
  5. package/fesm2015/syncfusion-ej2-angular-navigations.mjs +2 -4
  6. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +1 -1
  7. package/fesm2020/syncfusion-ej2-angular-navigations.mjs +2 -4
  8. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +1 -1
  9. package/package.json +9 -9
  10. package/schematics/utils/lib-details.js +2 -2
  11. package/schematics/utils/lib-details.ts +2 -2
  12. package/src/breadcrumb/items.directive.d.ts +6 -1
  13. package/src/stepper/stepper.component.d.ts +6 -0
  14. package/styles/accordion/bootstrap-dark.css +540 -1
  15. package/styles/accordion/bootstrap.css +540 -1
  16. package/styles/accordion/bootstrap4.css +540 -1
  17. package/styles/accordion/bootstrap5-dark.css +540 -1
  18. package/styles/accordion/bootstrap5.css +540 -1
  19. package/styles/accordion/fabric-dark.css +540 -1
  20. package/styles/accordion/fabric.css +540 -1
  21. package/styles/accordion/fluent-dark.css +540 -1
  22. package/styles/accordion/fluent.css +540 -1
  23. package/styles/accordion/fluent2.css +1574 -0
  24. package/styles/accordion/fluent2.scss +1 -0
  25. package/styles/accordion/highcontrast-light.css +540 -1
  26. package/styles/accordion/highcontrast.css +540 -1
  27. package/styles/accordion/material-dark.css +540 -1
  28. package/styles/accordion/material.css +540 -1
  29. package/styles/accordion/material3-dark.css +653 -1
  30. package/styles/accordion/material3.css +765 -1
  31. package/styles/accordion/tailwind-dark.css +540 -1
  32. package/styles/accordion/tailwind.css +540 -1
  33. package/styles/appbar/bootstrap-dark.css +280 -1
  34. package/styles/appbar/bootstrap.css +280 -1
  35. package/styles/appbar/bootstrap4.css +280 -1
  36. package/styles/appbar/bootstrap5-dark.css +280 -1
  37. package/styles/appbar/bootstrap5.css +280 -1
  38. package/styles/appbar/fabric-dark.css +280 -1
  39. package/styles/appbar/fabric.css +280 -1
  40. package/styles/appbar/fluent-dark.css +280 -1
  41. package/styles/appbar/fluent.css +280 -1
  42. package/styles/appbar/fluent2.css +1332 -0
  43. package/styles/appbar/fluent2.scss +1 -0
  44. package/styles/appbar/highcontrast-light.css +280 -1
  45. package/styles/appbar/highcontrast.css +280 -1
  46. package/styles/appbar/material-dark.css +280 -1
  47. package/styles/appbar/material.css +280 -1
  48. package/styles/appbar/material3-dark.css +397 -1
  49. package/styles/appbar/material3.css +509 -1
  50. package/styles/appbar/tailwind-dark.css +280 -1
  51. package/styles/appbar/tailwind.css +280 -1
  52. package/styles/bootstrap-dark.css +11310 -1
  53. package/styles/bootstrap.css +11327 -1
  54. package/styles/bootstrap4.css +11445 -1
  55. package/styles/bootstrap5-dark.css +11499 -1
  56. package/styles/bootstrap5.css +11499 -1
  57. package/styles/breadcrumb/bootstrap-dark.css +410 -1
  58. package/styles/breadcrumb/bootstrap.css +410 -1
  59. package/styles/breadcrumb/bootstrap4.css +410 -1
  60. package/styles/breadcrumb/bootstrap5-dark.css +424 -1
  61. package/styles/breadcrumb/bootstrap5.css +424 -1
  62. package/styles/breadcrumb/fabric-dark.css +410 -1
  63. package/styles/breadcrumb/fabric.css +410 -1
  64. package/styles/breadcrumb/fluent-dark.css +386 -1
  65. package/styles/breadcrumb/fluent.css +386 -1
  66. package/styles/breadcrumb/fluent2.css +1489 -0
  67. package/styles/breadcrumb/fluent2.scss +1 -0
  68. package/styles/breadcrumb/highcontrast-light.css +417 -1
  69. package/styles/breadcrumb/highcontrast.css +417 -1
  70. package/styles/breadcrumb/material-dark.css +393 -1
  71. package/styles/breadcrumb/material.css +393 -1
  72. package/styles/breadcrumb/material3-dark.css +494 -1
  73. package/styles/breadcrumb/material3.css +606 -1
  74. package/styles/breadcrumb/tailwind-dark.css +416 -1
  75. package/styles/breadcrumb/tailwind.css +416 -1
  76. package/styles/carousel/bootstrap-dark.css +363 -1
  77. package/styles/carousel/bootstrap.css +363 -1
  78. package/styles/carousel/bootstrap4.css +363 -1
  79. package/styles/carousel/bootstrap5-dark.css +363 -1
  80. package/styles/carousel/bootstrap5.css +363 -1
  81. package/styles/carousel/fabric-dark.css +363 -1
  82. package/styles/carousel/fabric.css +363 -1
  83. package/styles/carousel/fluent-dark.css +363 -1
  84. package/styles/carousel/fluent.css +363 -1
  85. package/styles/carousel/fluent2.css +1405 -0
  86. package/styles/carousel/fluent2.scss +1 -0
  87. package/styles/carousel/highcontrast-light.css +363 -1
  88. package/styles/carousel/highcontrast.css +363 -1
  89. package/styles/carousel/material-dark.css +363 -1
  90. package/styles/carousel/material.css +363 -1
  91. package/styles/carousel/material3-dark.css +476 -1
  92. package/styles/carousel/material3.css +588 -1
  93. package/styles/carousel/tailwind-dark.css +363 -1
  94. package/styles/carousel/tailwind.css +363 -1
  95. package/styles/context-menu/bootstrap-dark.css +380 -1
  96. package/styles/context-menu/bootstrap.css +382 -1
  97. package/styles/context-menu/bootstrap4.css +382 -1
  98. package/styles/context-menu/bootstrap5-dark.css +383 -1
  99. package/styles/context-menu/bootstrap5.css +383 -1
  100. package/styles/context-menu/fabric-dark.css +380 -1
  101. package/styles/context-menu/fabric.css +381 -1
  102. package/styles/context-menu/fluent-dark.css +391 -1
  103. package/styles/context-menu/fluent.css +391 -1
  104. package/styles/context-menu/fluent2.css +1497 -0
  105. package/styles/context-menu/fluent2.scss +1 -0
  106. package/styles/context-menu/highcontrast-light.css +380 -1
  107. package/styles/context-menu/highcontrast.css +381 -1
  108. package/styles/context-menu/material-dark.css +424 -1
  109. package/styles/context-menu/material.css +426 -1
  110. package/styles/context-menu/material3-dark.css +518 -1
  111. package/styles/context-menu/material3.css +630 -1
  112. package/styles/context-menu/tailwind-dark.css +407 -1
  113. package/styles/context-menu/tailwind.css +407 -1
  114. package/styles/fabric-dark.css +11310 -1
  115. package/styles/fabric.css +11315 -1
  116. package/styles/fluent-dark.css +11472 -1
  117. package/styles/fluent.css +11472 -1
  118. package/styles/fluent2.css +26486 -0
  119. package/styles/fluent2.scss +14 -0
  120. package/styles/h-scroll/bootstrap-dark.css +271 -1
  121. package/styles/h-scroll/bootstrap.css +272 -1
  122. package/styles/h-scroll/bootstrap4.css +272 -1
  123. package/styles/h-scroll/bootstrap5-dark.css +307 -1
  124. package/styles/h-scroll/bootstrap5.css +307 -1
  125. package/styles/h-scroll/fabric-dark.css +271 -1
  126. package/styles/h-scroll/fabric.css +271 -1
  127. package/styles/h-scroll/fluent-dark.css +307 -1
  128. package/styles/h-scroll/fluent.css +307 -1
  129. package/styles/h-scroll/fluent2.css +1341 -0
  130. package/styles/h-scroll/fluent2.scss +1 -0
  131. package/styles/h-scroll/highcontrast-light.css +271 -1
  132. package/styles/h-scroll/highcontrast.css +271 -1
  133. package/styles/h-scroll/material-dark.css +306 -1
  134. package/styles/h-scroll/material.css +307 -1
  135. package/styles/h-scroll/material3-dark.css +419 -1
  136. package/styles/h-scroll/material3.css +531 -1
  137. package/styles/h-scroll/tailwind-dark.css +307 -1
  138. package/styles/h-scroll/tailwind.css +307 -1
  139. package/styles/highcontrast-light.css +11311 -1
  140. package/styles/highcontrast.css +11350 -1
  141. package/styles/material-dark.css +11545 -1
  142. package/styles/material.css +11567 -1
  143. package/styles/material3-dark.css +13101 -1
  144. package/styles/material3.css +14669 -1
  145. package/styles/menu/bootstrap-dark.css +1098 -1
  146. package/styles/menu/bootstrap.css +1100 -1
  147. package/styles/menu/bootstrap4.css +1134 -1
  148. package/styles/menu/bootstrap5-dark.css +1107 -1
  149. package/styles/menu/bootstrap5.css +1107 -1
  150. package/styles/menu/fabric-dark.css +1098 -1
  151. package/styles/menu/fabric.css +1099 -1
  152. package/styles/menu/fluent-dark.css +1127 -1
  153. package/styles/menu/fluent.css +1127 -1
  154. package/styles/menu/fluent2.css +2226 -0
  155. package/styles/menu/fluent2.scss +1 -0
  156. package/styles/menu/highcontrast-light.css +1098 -1
  157. package/styles/menu/highcontrast.css +1099 -1
  158. package/styles/menu/material-dark.css +1142 -1
  159. package/styles/menu/material.css +1144 -1
  160. package/styles/menu/material3-dark.css +1238 -1
  161. package/styles/menu/material3.css +1350 -1
  162. package/styles/menu/tailwind-dark.css +1125 -1
  163. package/styles/menu/tailwind.css +1125 -1
  164. package/styles/pager/bootstrap-dark.css +781 -1
  165. package/styles/pager/bootstrap.css +781 -1
  166. package/styles/pager/bootstrap4.css +781 -1
  167. package/styles/pager/bootstrap5-dark.css +807 -1
  168. package/styles/pager/bootstrap5.css +807 -1
  169. package/styles/pager/fabric-dark.css +781 -1
  170. package/styles/pager/fabric.css +781 -1
  171. package/styles/pager/fluent-dark.css +783 -1
  172. package/styles/pager/fluent.css +783 -1
  173. package/styles/pager/fluent2.css +1862 -0
  174. package/styles/pager/fluent2.scss +1 -0
  175. package/styles/pager/highcontrast-light.css +781 -1
  176. package/styles/pager/highcontrast.css +781 -1
  177. package/styles/pager/material-dark.css +781 -1
  178. package/styles/pager/material.css +781 -1
  179. package/styles/pager/material3-dark.css +929 -1
  180. package/styles/pager/material3.css +1041 -1
  181. package/styles/pager/tailwind-dark.css +890 -1
  182. package/styles/pager/tailwind.css +890 -1
  183. package/styles/sidebar/bootstrap-dark.css +224 -1
  184. package/styles/sidebar/bootstrap.css +224 -1
  185. package/styles/sidebar/bootstrap4.css +224 -1
  186. package/styles/sidebar/bootstrap5-dark.css +222 -1
  187. package/styles/sidebar/bootstrap5.css +222 -1
  188. package/styles/sidebar/fabric-dark.css +224 -1
  189. package/styles/sidebar/fabric.css +224 -1
  190. package/styles/sidebar/fluent-dark.css +222 -1
  191. package/styles/sidebar/fluent.css +222 -1
  192. package/styles/sidebar/fluent2.css +1263 -0
  193. package/styles/sidebar/fluent2.scss +1 -0
  194. package/styles/sidebar/highcontrast-light.css +224 -1
  195. package/styles/sidebar/highcontrast.css +224 -1
  196. package/styles/sidebar/material-dark.css +224 -1
  197. package/styles/sidebar/material.css +226 -1
  198. package/styles/sidebar/material3-dark.css +334 -1
  199. package/styles/sidebar/material3.css +446 -1
  200. package/styles/sidebar/tailwind-dark.css +222 -1
  201. package/styles/sidebar/tailwind.css +222 -1
  202. package/styles/stepper/bootstrap-dark.css +708 -1
  203. package/styles/stepper/bootstrap.css +708 -1
  204. package/styles/stepper/bootstrap4.css +708 -1
  205. package/styles/stepper/bootstrap5-dark.css +708 -1
  206. package/styles/stepper/bootstrap5.css +708 -1
  207. package/styles/stepper/fabric-dark.css +708 -1
  208. package/styles/stepper/fabric.css +708 -1
  209. package/styles/stepper/fluent-dark.css +708 -1
  210. package/styles/stepper/fluent.css +708 -1
  211. package/styles/stepper/fluent2.css +1742 -0
  212. package/styles/stepper/fluent2.scss +1 -0
  213. package/styles/stepper/highcontrast-light.css +708 -1
  214. package/styles/stepper/highcontrast.css +708 -1
  215. package/styles/stepper/material-dark.css +708 -1
  216. package/styles/stepper/material.css +708 -1
  217. package/styles/stepper/material3-dark.css +822 -1
  218. package/styles/stepper/material3.css +934 -1
  219. package/styles/stepper/tailwind-dark.css +708 -1
  220. package/styles/stepper/tailwind.css +708 -1
  221. package/styles/tab/bootstrap-dark.css +4134 -1
  222. package/styles/tab/bootstrap.css +4134 -1
  223. package/styles/tab/bootstrap4.css +4134 -1
  224. package/styles/tab/bootstrap5-dark.css +4129 -1
  225. package/styles/tab/bootstrap5.css +4129 -1
  226. package/styles/tab/fabric-dark.css +4134 -1
  227. package/styles/tab/fabric.css +4134 -1
  228. package/styles/tab/fluent-dark.css +4134 -1
  229. package/styles/tab/fluent.css +4134 -1
  230. package/styles/tab/fluent2.css +5251 -0
  231. package/styles/tab/fluent2.scss +1 -0
  232. package/styles/tab/highcontrast-light.css +4128 -1
  233. package/styles/tab/highcontrast.css +4134 -1
  234. package/styles/tab/material-dark.css +4210 -1
  235. package/styles/tab/material.css +4210 -1
  236. package/styles/tab/material3-dark.css +4252 -1
  237. package/styles/tab/material3.css +4364 -1
  238. package/styles/tab/tailwind-dark.css +4188 -1
  239. package/styles/tab/tailwind.css +4188 -1
  240. package/styles/tailwind-dark.css +11664 -1
  241. package/styles/tailwind.css +11664 -1
  242. package/styles/toolbar/bootstrap-dark.css +1132 -1
  243. package/styles/toolbar/bootstrap.css +1134 -1
  244. package/styles/toolbar/bootstrap4.css +1134 -1
  245. package/styles/toolbar/bootstrap5-dark.css +1160 -1
  246. package/styles/toolbar/bootstrap5.css +1160 -1
  247. package/styles/toolbar/fabric-dark.css +1132 -1
  248. package/styles/toolbar/fabric.css +1133 -1
  249. package/styles/toolbar/fluent-dark.css +1157 -1
  250. package/styles/toolbar/fluent.css +1157 -1
  251. package/styles/toolbar/fluent2.css +2224 -0
  252. package/styles/toolbar/fluent2.scss +1 -0
  253. package/styles/toolbar/highcontrast-light.css +1132 -1
  254. package/styles/toolbar/highcontrast.css +1133 -1
  255. package/styles/toolbar/material-dark.css +1211 -1
  256. package/styles/toolbar/material.css +1213 -1
  257. package/styles/toolbar/material3-dark.css +1279 -1
  258. package/styles/toolbar/material3.css +1391 -1
  259. package/styles/toolbar/tailwind-dark.css +1157 -1
  260. package/styles/toolbar/tailwind.css +1157 -1
  261. package/styles/treeview/bootstrap-dark.css +763 -1
  262. package/styles/treeview/bootstrap.css +772 -1
  263. package/styles/treeview/bootstrap4.css +856 -1
  264. package/styles/treeview/bootstrap5-dark.css +875 -1
  265. package/styles/treeview/bootstrap5.css +875 -1
  266. package/styles/treeview/fabric-dark.css +763 -1
  267. package/styles/treeview/fabric.css +764 -1
  268. package/styles/treeview/fluent-dark.css +880 -1
  269. package/styles/treeview/fluent.css +880 -1
  270. package/styles/treeview/fluent2.css +2052 -0
  271. package/styles/treeview/fluent2.scss +1 -0
  272. package/styles/treeview/highcontrast-light.css +763 -1
  273. package/styles/treeview/highcontrast.css +792 -1
  274. package/styles/treeview/material-dark.css +777 -1
  275. package/styles/treeview/material.css +791 -1
  276. package/styles/treeview/material3-dark.css +984 -1
  277. package/styles/treeview/material3.css +1096 -1
  278. package/styles/treeview/tailwind-dark.css +866 -1
  279. package/styles/treeview/tailwind.css +866 -1
  280. package/styles/v-scroll/bootstrap-dark.css +213 -1
  281. package/styles/v-scroll/bootstrap.css +214 -1
  282. package/styles/v-scroll/bootstrap4.css +214 -1
  283. package/styles/v-scroll/bootstrap5-dark.css +214 -1
  284. package/styles/v-scroll/bootstrap5.css +214 -1
  285. package/styles/v-scroll/fabric-dark.css +213 -1
  286. package/styles/v-scroll/fabric.css +214 -1
  287. package/styles/v-scroll/fluent-dark.css +214 -1
  288. package/styles/v-scroll/fluent.css +214 -1
  289. package/styles/v-scroll/fluent2.css +1248 -0
  290. package/styles/v-scroll/fluent2.scss +1 -0
  291. package/styles/v-scroll/highcontrast-light.css +213 -1
  292. package/styles/v-scroll/highcontrast.css +214 -1
  293. package/styles/v-scroll/material-dark.css +248 -1
  294. package/styles/v-scroll/material.css +249 -1
  295. package/styles/v-scroll/material3-dark.css +326 -1
  296. package/styles/v-scroll/material3.css +438 -1
  297. package/styles/v-scroll/tailwind-dark.css +214 -1
  298. package/styles/v-scroll/tailwind.css +214 -1
  299. package/license +0 -10
  300. package/postinstall/tagchange.js +0 -18
@@ -1 +1,606 @@
1
- @import '@syncfusion/ej2-navigations/styles/breadcrumb/material3.css';
1
+ :root {
2
+ --color-sf-black: 0, 0, 0;
3
+ --color-sf-white: 255, 255, 255;
4
+ --color-sf-primary: 103, 80, 164;
5
+ --color-sf-primary-container: 234, 221, 255;
6
+ --color-sf-secondary: 98, 91, 113;
7
+ --color-sf-secondary-container: 232, 222, 248;
8
+ --color-sf-tertiary: 125, 82, 96;
9
+ --color-sf-tertiary-container: 255, 216, 228;
10
+ --color-sf-surface: 255, 255, 255;
11
+ --color-sf-surface-variant: 231, 224, 236;
12
+ --color-sf-background: var(--color-sf-surface);
13
+ --color-sf-on-primary: 255, 255, 255;
14
+ --color-sf-on-primary-container: 33, 0, 94;
15
+ --color-sf-on-secondary: 255, 255, 255;
16
+ --color-sf-on-secondary-container: 30, 25, 43;
17
+ --color-sf-on-tertiary: 255, 255, 255;
18
+ --color-sf-on-tertiary-containe: 55, 11, 30;
19
+ --color-sf-on-surface: 28, 27, 31;
20
+ --color-sf-on-surface-variant: 73, 69, 78;
21
+ --color-sf-on-background: 28, 27, 31;
22
+ --color-sf-outline: 121, 116, 126;
23
+ --color-sf-outline-variant: 196, 199, 197;
24
+ --color-sf-shadow: 0, 0, 0;
25
+ --color-sf-surface-tint-color: 103, 80, 164;
26
+ --color-sf-inverse-surface: 49, 48, 51;
27
+ --color-sf-inverse-on-surface: 244, 239, 244;
28
+ --color-sf-inverse-primary: 208, 188, 255;
29
+ --color-sf-scrim: 0, 0, 0;
30
+ --color-sf-error: 179, 38, 30;
31
+ --color-sf-error-container: 249, 222, 220;
32
+ --color-sf-on-error: 255, 250, 250;
33
+ --color-sf-on-error-container: 65, 14, 11;
34
+ --color-sf-success: 32, 81, 7;
35
+ --color-sf-success-container: 209, 255, 186;
36
+ --color-sf-on-success: 244, 255, 239;
37
+ --color-sf-on-success-container: 13, 39, 0;
38
+ --color-sf-info: 1, 87, 155;
39
+ --color-sf-info-container: 233, 245, 255;
40
+ --color-sf-on-info: 250, 253, 255;
41
+ --color-sf-on-info-container: 0, 51, 91;
42
+ --color-sf-warning: 145, 76, 0;
43
+ --color-sf-warning-container: 254, 236, 222;
44
+ --color-sf-on-warning: 255, 255, 255;
45
+ --color-sf-on-warning-container: 47, 21, 0;
46
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
47
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
48
+ --color-sf-diagram-palette-background: --color-sf-white;
49
+ --color-sf-success-text: 255, 255, 255;
50
+ --color-sf-warning-text: 255, 255, 255;
51
+ --color-sf-danger-text: 255, 255, 255;
52
+ --color-sf-info-text: 255, 255, 255;
53
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
54
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
55
+ }
56
+
57
+ .e-dark-mode {
58
+ --color-sf-black: 0, 0, 0;
59
+ --color-sf-white: 255, 255, 255;
60
+ --color-sf-primary: 208, 188, 255;
61
+ --color-sf-primary-container: 79, 55, 139;
62
+ --color-sf-secondary: 204, 194, 220;
63
+ --color-sf-secondary-container: 74, 68, 88;
64
+ --color-sf-tertiary: 239, 184, 200;
65
+ --color-sf-tertiary-container: 99, 59, 72;
66
+ --color-sf-surface: 28, 27, 31;
67
+ --color-sf-surface-variant: 28, 27, 31;
68
+ --color-sf-background: var(--color-sf-surface);
69
+ --color-sf-on-primary: 55, 30, 115;
70
+ --color-sf-on-primary-container: 234, 221, 255;
71
+ --color-sf-on-secondary: 51, 45, 65;
72
+ --color-sf-on-secondary-container: 232, 222, 248;
73
+ --color-sf-on-tertiary: 73, 37, 50;
74
+ --color-sf-on-tertiary-containe: 255, 216, 228;
75
+ --color-sf-on-surface: 230, 225, 229;
76
+ --color-sf-on-surface-variant: 202, 196, 208;
77
+ --color-sf-on-background: 230, 225, 229;
78
+ --color-sf-outline: 147, 143, 153;
79
+ --color-sf-outline-variant: 68, 71, 70;
80
+ --color-sf-shadow: 0, 0, 0;
81
+ --color-sf-surface-tint-color: 208, 188, 255;
82
+ --color-sf-inverse-surface: 230, 225, 229;
83
+ --color-sf-inverse-on-surface: 49, 48, 51;
84
+ --color-sf-inverse-primary: 103, 80, 164;
85
+ --color-sf-scrim: 0, 0, 0;
86
+ --color-sf-error: 242, 184, 181;
87
+ --color-sf-error-container: 140, 29, 24;
88
+ --color-sf-on-error: 96, 20, 16;
89
+ --color-sf-on-error-container: 249, 222, 220;
90
+ --color-sf-success: 83, 202, 23;
91
+ --color-sf-success-container: 22, 62, 2;
92
+ --color-sf-on-success: 13, 39, 0;
93
+ --color-sf-on-success-container: 183, 250, 150;
94
+ --color-sf-info: 71, 172, 251;
95
+ --color-sf-info-container: 0, 67, 120;
96
+ --color-sf-on-info: 0, 51, 91;
97
+ --color-sf-on-info-container: 173, 219, 255;
98
+ --color-sf-warning: 245, 180, 130;
99
+ --color-sf-warning-container: 123, 65, 0;
100
+ --color-sf-on-warning: 99, 52, 0;
101
+ --color-sf-on-warning-container: 255, 220, 193;
102
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
103
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
104
+ --color-sf-success-text: 0, 0, 0;
105
+ --color-sf-warning-text: 0, 0, 0;
106
+ --color-sf-info-text: 0, 0, 0;
107
+ --color-sf-danger-text: 0, 0, 0;
108
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
109
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
110
+ }
111
+
112
+ :root {
113
+ --color-sf-black: 0, 0, 0;
114
+ --color-sf-white: 255, 255, 255;
115
+ --color-sf-primary: 103, 80, 164;
116
+ --color-sf-primary-container: 234, 221, 255;
117
+ --color-sf-secondary: 98, 91, 113;
118
+ --color-sf-secondary-container: 232, 222, 248;
119
+ --color-sf-tertiary: 125, 82, 96;
120
+ --color-sf-tertiary-container: 255, 216, 228;
121
+ --color-sf-surface: 255, 255, 255;
122
+ --color-sf-surface-variant: 231, 224, 236;
123
+ --color-sf-background: var(--color-sf-surface);
124
+ --color-sf-on-primary: 255, 255, 255;
125
+ --color-sf-on-primary-container: 33, 0, 94;
126
+ --color-sf-on-secondary: 255, 255, 255;
127
+ --color-sf-on-secondary-container: 30, 25, 43;
128
+ --color-sf-on-tertiary: 255, 255, 255;
129
+ --color-sf-on-tertiary-containe: 55, 11, 30;
130
+ --color-sf-on-surface: 28, 27, 31;
131
+ --color-sf-on-surface-variant: 73, 69, 78;
132
+ --color-sf-on-background: 28, 27, 31;
133
+ --color-sf-outline: 121, 116, 126;
134
+ --color-sf-outline-variant: 196, 199, 197;
135
+ --color-sf-shadow: 0, 0, 0;
136
+ --color-sf-surface-tint-color: 103, 80, 164;
137
+ --color-sf-inverse-surface: 49, 48, 51;
138
+ --color-sf-inverse-on-surface: 244, 239, 244;
139
+ --color-sf-inverse-primary: 208, 188, 255;
140
+ --color-sf-scrim: 0, 0, 0;
141
+ --color-sf-error: 179, 38, 30;
142
+ --color-sf-error-container: 249, 222, 220;
143
+ --color-sf-on-error: 255, 250, 250;
144
+ --color-sf-on-error-container: 65, 14, 11;
145
+ --color-sf-success: 32, 81, 7;
146
+ --color-sf-success-container: 209, 255, 186;
147
+ --color-sf-on-success: 244, 255, 239;
148
+ --color-sf-on-success-container: 13, 39, 0;
149
+ --color-sf-info: 1, 87, 155;
150
+ --color-sf-info-container: 233, 245, 255;
151
+ --color-sf-on-info: 250, 253, 255;
152
+ --color-sf-on-info-container: 0, 51, 91;
153
+ --color-sf-warning: 145, 76, 0;
154
+ --color-sf-warning-container: 254, 236, 222;
155
+ --color-sf-on-warning: 255, 255, 255;
156
+ --color-sf-on-warning-container: 47, 21, 0;
157
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
158
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
159
+ --color-sf-diagram-palette-background: --color-sf-white;
160
+ --color-sf-success-text: 255, 255, 255;
161
+ --color-sf-warning-text: 255, 255, 255;
162
+ --color-sf-danger-text: 255, 255, 255;
163
+ --color-sf-info-text: 255, 255, 255;
164
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
165
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
166
+ }
167
+
168
+ .e-dark-mode {
169
+ --color-sf-black: 0, 0, 0;
170
+ --color-sf-white: 255, 255, 255;
171
+ --color-sf-primary: 208, 188, 255;
172
+ --color-sf-primary-container: 79, 55, 139;
173
+ --color-sf-secondary: 204, 194, 220;
174
+ --color-sf-secondary-container: 74, 68, 88;
175
+ --color-sf-tertiary: 239, 184, 200;
176
+ --color-sf-tertiary-container: 99, 59, 72;
177
+ --color-sf-surface: 28, 27, 31;
178
+ --color-sf-surface-variant: 28, 27, 31;
179
+ --color-sf-background: var(--color-sf-surface);
180
+ --color-sf-on-primary: 55, 30, 115;
181
+ --color-sf-on-primary-container: 234, 221, 255;
182
+ --color-sf-on-secondary: 51, 45, 65;
183
+ --color-sf-on-secondary-container: 232, 222, 248;
184
+ --color-sf-on-tertiary: 73, 37, 50;
185
+ --color-sf-on-tertiary-containe: 255, 216, 228;
186
+ --color-sf-on-surface: 230, 225, 229;
187
+ --color-sf-on-surface-variant: 202, 196, 208;
188
+ --color-sf-on-background: 230, 225, 229;
189
+ --color-sf-outline: 147, 143, 153;
190
+ --color-sf-outline-variant: 68, 71, 70;
191
+ --color-sf-shadow: 0, 0, 0;
192
+ --color-sf-surface-tint-color: 208, 188, 255;
193
+ --color-sf-inverse-surface: 230, 225, 229;
194
+ --color-sf-inverse-on-surface: 49, 48, 51;
195
+ --color-sf-inverse-primary: 103, 80, 164;
196
+ --color-sf-scrim: 0, 0, 0;
197
+ --color-sf-error: 242, 184, 181;
198
+ --color-sf-error-container: 140, 29, 24;
199
+ --color-sf-on-error: 96, 20, 16;
200
+ --color-sf-on-error-container: 249, 222, 220;
201
+ --color-sf-success: 83, 202, 23;
202
+ --color-sf-success-container: 22, 62, 2;
203
+ --color-sf-on-success: 13, 39, 0;
204
+ --color-sf-on-success-container: 183, 250, 150;
205
+ --color-sf-info: 71, 172, 251;
206
+ --color-sf-info-container: 0, 67, 120;
207
+ --color-sf-on-info: 0, 51, 91;
208
+ --color-sf-on-info-container: 173, 219, 255;
209
+ --color-sf-warning: 245, 180, 130;
210
+ --color-sf-warning-container: 123, 65, 0;
211
+ --color-sf-on-warning: 99, 52, 0;
212
+ --color-sf-on-warning-container: 255, 220, 193;
213
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
214
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
215
+ --color-sf-success-text: 0, 0, 0;
216
+ --color-sf-warning-text: 0, 0, 0;
217
+ --color-sf-info-text: 0, 0, 0;
218
+ --color-sf-danger-text: 0, 0, 0;
219
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
220
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
221
+ }
222
+
223
+ .e-breadcrumb .e-breadcrumb-collapsed::before,
224
+ .e-breadcrumb .e-breadcrumb-menu::before {
225
+ content: "\e71c";
226
+ }
227
+ .e-breadcrumb .e-home::before {
228
+ content: "\e87b";
229
+ }
230
+
231
+ .e-breadcrumb {
232
+ display: block;
233
+ background-color: transparent;
234
+ border-radius: 4px;
235
+ }
236
+ .e-breadcrumb.e-breadcrumb-wrap-mode {
237
+ display: -webkit-box;
238
+ display: -ms-flexbox;
239
+ display: flex;
240
+ }
241
+ .e-breadcrumb .e-breadcrumb-first-ol {
242
+ -webkit-box-align: start;
243
+ -ms-flex-align: start;
244
+ align-items: flex-start;
245
+ -ms-flex-negative: 0;
246
+ flex-shrink: 0;
247
+ padding-right: 0;
248
+ }
249
+ .e-breadcrumb .e-breadcrumb-wrapped-ol {
250
+ -ms-flex-wrap: wrap;
251
+ flex-wrap: wrap;
252
+ overflow: hidden;
253
+ padding-left: 0;
254
+ }
255
+ .e-breadcrumb.e-breadcrumb-scroll-mode {
256
+ line-height: 30px;
257
+ overflow: auto;
258
+ }
259
+ .e-breadcrumb ol {
260
+ -webkit-box-align: center;
261
+ -ms-flex-align: center;
262
+ align-items: center;
263
+ display: -webkit-inline-box;
264
+ display: -ms-inline-flexbox;
265
+ display: inline-flex;
266
+ line-height: normal;
267
+ margin: 0;
268
+ padding: 0;
269
+ padding-left: 0;
270
+ padding-right: 0;
271
+ }
272
+ .e-breadcrumb li {
273
+ list-style-type: none;
274
+ white-space: nowrap;
275
+ }
276
+ .e-breadcrumb .e-breadcrumb-item {
277
+ -webkit-box-align: center;
278
+ -ms-flex-align: center;
279
+ align-items: center;
280
+ display: -webkit-box;
281
+ display: -ms-flexbox;
282
+ display: flex;
283
+ -ms-flex-negative: 0;
284
+ flex-shrink: 0;
285
+ }
286
+ .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
287
+ padding: 4px 8px;
288
+ }
289
+ .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
290
+ -webkit-box-align: center;
291
+ -ms-flex-align: center;
292
+ align-items: center;
293
+ display: -webkit-box;
294
+ display: -ms-flexbox;
295
+ display: flex;
296
+ font-size: 14px;
297
+ }
298
+ .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text .e-anchor-wrap {
299
+ -webkit-box-align: inherit;
300
+ -ms-flex-align: inherit;
301
+ align-items: inherit;
302
+ display: inherit;
303
+ }
304
+ .e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text {
305
+ cursor: pointer;
306
+ text-decoration: none;
307
+ }
308
+ .e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:hover {
309
+ text-decoration: underline;
310
+ }
311
+ .e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:focus {
312
+ text-decoration: underline;
313
+ }
314
+ .e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:active {
315
+ text-decoration: underline;
316
+ }
317
+ .e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:hover, .e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:focus, .e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:active {
318
+ text-decoration: none;
319
+ }
320
+ .e-breadcrumb .e-breadcrumb-item span.e-breadcrumb-text {
321
+ cursor: default;
322
+ }
323
+ .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon {
324
+ font-size: 14px;
325
+ padding-right: 8px;
326
+ }
327
+ .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon:hover {
328
+ text-decoration: none;
329
+ }
330
+ .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon::before {
331
+ display: inline-block;
332
+ text-decoration: none;
333
+ }
334
+ .e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-icon {
335
+ padding: 0;
336
+ }
337
+ .e-breadcrumb .e-breadcrumb-item.e-disabled {
338
+ opacity: 1;
339
+ pointer-events: none;
340
+ }
341
+ .e-breadcrumb .e-breadcrumb-separator {
342
+ display: -webkit-box;
343
+ display: -ms-flexbox;
344
+ display: flex;
345
+ font-size: 14px;
346
+ padding: 0 4px;
347
+ }
348
+ .e-breadcrumb .e-breadcrumb-separator + .e-breadcrumb-separator {
349
+ margin-left: -8px;
350
+ padding-left: 0;
351
+ }
352
+ .e-breadcrumb.e-rtl .e-breadcrumb-separator + .e-breadcrumb-separator {
353
+ margin-left: 0;
354
+ margin-right: -8px;
355
+ padding-left: 4px;
356
+ padding-right: 0;
357
+ }
358
+ .e-breadcrumb .e-breadcrumb-collapsed,
359
+ .e-breadcrumb .e-breadcrumb-menu {
360
+ cursor: pointer;
361
+ font-size: 14px;
362
+ padding: 4px 4px;
363
+ vertical-align: bottom;
364
+ }
365
+ .e-breadcrumb .e-breadcrumb-menu {
366
+ display: inline-block;
367
+ }
368
+ .e-breadcrumb .e-breadcrumb-item-wrapper {
369
+ display: -webkit-box;
370
+ display: -ms-flexbox;
371
+ display: flex;
372
+ }
373
+ .e-breadcrumb.e-icon-right .e-breadcrumb-icon,
374
+ .e-breadcrumb .e-icon-right .e-breadcrumb-icon, .e-breadcrumb.e-rtl .e-breadcrumb-icon {
375
+ padding-left: 8px;
376
+ padding-right: 0;
377
+ }
378
+ .e-breadcrumb.e-rtl.e-icon-right .e-breadcrumb-icon, .e-breadcrumb.e-rtl .e-icon-right .e-breadcrumb-icon {
379
+ padding-left: 0;
380
+ padding-right: 8px;
381
+ }
382
+ .e-breadcrumb.e-disabled {
383
+ opacity: 1;
384
+ }
385
+ .e-breadcrumb.e-disabled .e-breadcrumb-item,
386
+ .e-breadcrumb.e-disabled .e-breadcrumb-separator,
387
+ .e-breadcrumb.e-disabled .e-breadcrumb-collapsed,
388
+ .e-breadcrumb.e-disabled .e-breadcrumb-menu {
389
+ pointer-events: none;
390
+ }
391
+
392
+ .e-breadcrumb-popup {
393
+ border: 1px solid rgba(var(--color-sf-outline-variant));
394
+ border-radius: 4px;
395
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
396
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
397
+ position: absolute;
398
+ }
399
+ .e-breadcrumb-popup ul {
400
+ margin: 0;
401
+ padding: 0;
402
+ }
403
+ .e-breadcrumb-popup .e-breadcrumb-item {
404
+ list-style-type: none;
405
+ white-space: nowrap;
406
+ }
407
+ .e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text {
408
+ -webkit-box-align: center;
409
+ -ms-flex-align: center;
410
+ align-items: center;
411
+ display: -webkit-box;
412
+ display: -ms-flexbox;
413
+ display: flex;
414
+ font-size: 14px;
415
+ height: 32px;
416
+ line-height: 32px;
417
+ padding: 0 12px;
418
+ width: 100%;
419
+ }
420
+ .e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text .e-anchor-wrap {
421
+ -webkit-box-align: inherit;
422
+ -ms-flex-align: inherit;
423
+ align-items: inherit;
424
+ display: inherit;
425
+ width: inherit;
426
+ }
427
+ .e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-icon {
428
+ font-size: 14px;
429
+ padding-right: 8px;
430
+ }
431
+ .e-breadcrumb-popup .e-breadcrumb-item.e-icon-item .e-breadcrumb-icon {
432
+ padding: 0;
433
+ }
434
+ .e-breadcrumb-popup .e-breadcrumb-item a.e-breadcrumb-text {
435
+ text-decoration: none;
436
+ }
437
+ .e-breadcrumb-popup.e-icon-right .e-breadcrumb-icon,
438
+ .e-breadcrumb-popup .e-icon-right .e-breadcrumb-icon, .e-breadcrumb-popup.e-rtl .e-breadcrumb-icon {
439
+ padding-left: 8px;
440
+ padding-right: 0;
441
+ }
442
+ .e-breadcrumb-popup.e-icon-right .e-breadcrumb-icon,
443
+ .e-breadcrumb-popup .e-icon-right .e-breadcrumb-icon {
444
+ display: -webkit-box;
445
+ display: -ms-flexbox;
446
+ display: flex;
447
+ -webkit-box-flex: 1;
448
+ -ms-flex-positive: 1;
449
+ flex-grow: 1;
450
+ -webkit-box-pack: end;
451
+ -ms-flex-pack: end;
452
+ justify-content: flex-end;
453
+ }
454
+ .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon, .e-breadcrumb-popup.e-rtl .e-icon-right .e-breadcrumb-icon {
455
+ padding-left: 0;
456
+ padding-right: 8px;
457
+ }
458
+
459
+ .e-bigger.e-breadcrumb-popup .e-breadcrumb-text,
460
+ .e-bigger .e-breadcrumb-popup .e-breadcrumb-text {
461
+ font-size: 16px;
462
+ height: 36px;
463
+ line-height: 36px;
464
+ }
465
+ .e-bigger.e-breadcrumb-popup .e-breadcrumb-text .e-breadcrumb-icon,
466
+ .e-bigger .e-breadcrumb-popup .e-breadcrumb-text .e-breadcrumb-icon {
467
+ font-size: 16px;
468
+ padding-right: 8px;
469
+ }
470
+ .e-bigger.e-breadcrumb-popup .e-icon-item .e-breadcrumb-text .e-breadcrumb-icon,
471
+ .e-bigger .e-breadcrumb-popup .e-icon-item .e-breadcrumb-text .e-breadcrumb-icon {
472
+ padding: 0;
473
+ }
474
+ .e-bigger.e-breadcrumb-popup.e-icon-right .e-breadcrumb-icon,
475
+ .e-bigger.e-breadcrumb-popup .e-icon-right .e-breadcrumb-icon, .e-bigger.e-breadcrumb-popup.e-rtl .e-breadcrumb-icon,
476
+ .e-bigger .e-breadcrumb-popup.e-icon-right .e-breadcrumb-icon,
477
+ .e-bigger .e-breadcrumb-popup .e-icon-right .e-breadcrumb-icon,
478
+ .e-bigger .e-breadcrumb-popup.e-rtl .e-breadcrumb-icon {
479
+ padding-left: 8px;
480
+ padding-right: 0;
481
+ }
482
+ .e-bigger.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon, .e-bigger.e-breadcrumb-popup.e-rtl .e-icon-right .e-breadcrumb-icon,
483
+ .e-bigger .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
484
+ .e-bigger .e-breadcrumb-popup.e-rtl .e-icon-right .e-breadcrumb-icon {
485
+ padding-left: 0;
486
+ padding-right: 8px;
487
+ }
488
+
489
+ .e-bigger.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text,
490
+ .e-bigger .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
491
+ padding: 6px 12px;
492
+ }
493
+ .e-bigger.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text,
494
+ .e-bigger .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
495
+ font-size: 16px;
496
+ }
497
+ .e-bigger.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text .e-breadcrumb-icon,
498
+ .e-bigger .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text .e-breadcrumb-icon {
499
+ font-size: 16px;
500
+ padding-right: 8px;
501
+ }
502
+ .e-bigger.e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-text .e-breadcrumb-icon,
503
+ .e-bigger .e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-text .e-breadcrumb-icon {
504
+ padding: 0;
505
+ }
506
+ .e-bigger.e-breadcrumb .e-breadcrumb-separator,
507
+ .e-bigger .e-breadcrumb .e-breadcrumb-separator {
508
+ font-size: 16px;
509
+ padding: 0 4px;
510
+ }
511
+ .e-bigger.e-breadcrumb .e-breadcrumb-separator + .e-breadcrumb-separator,
512
+ .e-bigger .e-breadcrumb .e-breadcrumb-separator + .e-breadcrumb-separator {
513
+ padding-left: 0;
514
+ }
515
+ .e-bigger.e-breadcrumb.e-rtl .e-breadcrumb-separator + .e-breadcrumb-separator,
516
+ .e-bigger .e-breadcrumb.e-rtl .e-breadcrumb-separator + .e-breadcrumb-separator {
517
+ padding-left: 4px;
518
+ }
519
+ .e-bigger.e-breadcrumb .e-breadcrumb-collapsed,
520
+ .e-bigger.e-breadcrumb .e-breadcrumb-menu,
521
+ .e-bigger .e-breadcrumb .e-breadcrumb-collapsed,
522
+ .e-bigger .e-breadcrumb .e-breadcrumb-menu {
523
+ font-size: 16px;
524
+ padding: 5px 5px;
525
+ }
526
+ .e-bigger.e-breadcrumb.e-icon-right .e-breadcrumb-text .e-breadcrumb-icon,
527
+ .e-bigger.e-breadcrumb .e-icon-right .e-breadcrumb-text .e-breadcrumb-icon, .e-bigger.e-breadcrumb.e-rtl .e-breadcrumb-text .e-breadcrumb-icon,
528
+ .e-bigger .e-breadcrumb.e-icon-right .e-breadcrumb-text .e-breadcrumb-icon,
529
+ .e-bigger .e-breadcrumb .e-icon-right .e-breadcrumb-text .e-breadcrumb-icon,
530
+ .e-bigger .e-breadcrumb.e-rtl .e-breadcrumb-text .e-breadcrumb-icon {
531
+ padding-left: 8px;
532
+ padding-right: 0;
533
+ }
534
+ .e-bigger.e-breadcrumb.e-rtl .e-icon-right .e-breadcrumb-text .e-breadcrumb-icon,
535
+ .e-bigger .e-breadcrumb.e-rtl .e-icon-right .e-breadcrumb-text .e-breadcrumb-icon {
536
+ padding-left: 0;
537
+ padding-right: 8px;
538
+ }
539
+
540
+ .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
541
+ color: rgba(var(--color-sf-on-surface-variant));
542
+ }
543
+ .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:hover, .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:focus {
544
+ background: rgba(var(--color-sf-on-surface-variant), 0.08);
545
+ border-radius: 4px;
546
+ }
547
+ .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:focus {
548
+ background: rgba(var(--color-sf-on-surface), 0.08);
549
+ }
550
+ .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:active {
551
+ background: rgba(var(--color-sf-on-surface-variant), 0.12);
552
+ border-radius: 4px;
553
+ }
554
+ .e-breadcrumb .e-breadcrumb-item[data-active-item] .e-breadcrumb-text {
555
+ color: rgba(var(--color-sf-on-surface));
556
+ font-weight: 400;
557
+ }
558
+ .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon {
559
+ color: rgba(var(--color-sf-on-surface-variant));
560
+ }
561
+ .e-breadcrumb .e-breadcrumb-separator {
562
+ color: rgba(var(--color-sf-on-surface));
563
+ }
564
+ .e-breadcrumb .e-breadcrumb-collapsed,
565
+ .e-breadcrumb .e-breadcrumb-menu {
566
+ color: rgba(var(--color-sf-on-surface-variant));
567
+ }
568
+ .e-breadcrumb .e-breadcrumb-collapsed:hover,
569
+ .e-breadcrumb .e-breadcrumb-menu:hover {
570
+ background: rgba(var(--color-sf-on-surface-variant), 0.08);
571
+ color: rgba(var(--color-sf-on-surface-variant));
572
+ }
573
+ .e-breadcrumb .e-breadcrumb-collapsed:active,
574
+ .e-breadcrumb .e-breadcrumb-menu:active {
575
+ background: rgba(var(--color-sf-on-surface-variant), 0.12);
576
+ color: rgba(var(--color-sf-on-surface-variant));
577
+ }
578
+ .e-breadcrumb .e-breadcrumb-collapsed:focus,
579
+ .e-breadcrumb .e-breadcrumb-menu:focus {
580
+ background: rgba(var(--color-sf-on-surface-variant), 0.08);
581
+ color: rgba(var(--color-sf-on-surface-variant));
582
+ }
583
+ .e-breadcrumb.e-disabled .e-breadcrumb-item .e-breadcrumb-text,
584
+ .e-breadcrumb .e-disabled.e-breadcrumb-item .e-breadcrumb-text, .e-breadcrumb.e-disabled .e-breadcrumb-separator {
585
+ color: rgba(var(--color-sf-on-surface), 0.38);
586
+ }
587
+ .e-breadcrumb.e-disabled .e-breadcrumb-item .e-breadcrumb-text .e-breadcrumb-icon,
588
+ .e-breadcrumb .e-disabled.e-breadcrumb-item .e-breadcrumb-text .e-breadcrumb-icon, .e-breadcrumb.e-disabled .e-breadcrumb-separator .e-breadcrumb-icon {
589
+ color: rgba(var(--color-sf-on-surface), 0.38);
590
+ }
591
+
592
+ .e-breadcrumb-popup {
593
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
594
+ background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
595
+ }
596
+ .e-breadcrumb-popup .e-breadcrumb-text {
597
+ color: rgba(var(--color-sf-on-surface));
598
+ }
599
+ .e-breadcrumb-popup .e-breadcrumb-text:hover {
600
+ background: rgba(var(--color-sf-on-surface), 0.05);
601
+ color: rgba(var(--color-sf-on-surface));
602
+ }
603
+ .e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text:focus {
604
+ background: rgba(var(--color-sf-on-surface), 0.05);
605
+ color: rgba(var(--color-sf-on-surface));
606
+ }