@syncfusion/ej2-angular-navigations 20.4.48 → 20.4.49-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (789) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +2021 -0
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-navigations.js +1859 -0
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -0
  5. package/CHANGELOG.md +1971 -0
  6. package/dist/ej2-angular-navigations.umd.js +2114 -0
  7. package/dist/ej2-angular-navigations.umd.js.map +1 -0
  8. package/dist/ej2-angular-navigations.umd.min.js +11 -0
  9. package/dist/ej2-angular-navigations.umd.min.js.map +1 -0
  10. package/ej2-angular-navigations.d.ts +14 -0
  11. package/ej2-angular-navigations.metadata.json +1 -0
  12. package/package.json +13 -27
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/accordion/accordion-all.module.d.ts +0 -6
  18. package/src/accordion/accordion.component.d.ts +0 -3
  19. package/src/accordion/accordion.module.d.ts +0 -7
  20. package/src/accordion/items.directive.d.ts +0 -5
  21. package/src/appbar/appbar-all.module.d.ts +0 -6
  22. package/src/appbar/appbar.component.d.ts +0 -3
  23. package/src/appbar/appbar.module.d.ts +0 -6
  24. package/src/breadcrumb/breadcrumb-all.module.d.ts +0 -6
  25. package/src/breadcrumb/breadcrumb.component.d.ts +0 -3
  26. package/src/breadcrumb/breadcrumb.module.d.ts +0 -7
  27. package/src/breadcrumb/items.directive.d.ts +0 -5
  28. package/src/carousel/carousel-all.module.d.ts +0 -6
  29. package/src/carousel/carousel.component.d.ts +0 -3
  30. package/src/carousel/carousel.module.d.ts +0 -7
  31. package/src/carousel/items.directive.d.ts +0 -5
  32. package/src/context-menu/contextmenu-all.module.d.ts +0 -6
  33. package/src/context-menu/contextmenu.component.d.ts +0 -3
  34. package/src/context-menu/contextmenu.module.d.ts +0 -6
  35. package/src/menu/items.directive.d.ts +0 -5
  36. package/src/menu/menu-all.module.d.ts +0 -6
  37. package/src/menu/menu.component.d.ts +0 -3
  38. package/src/menu/menu.module.d.ts +0 -7
  39. package/src/sidebar/sidebar-all.module.d.ts +0 -6
  40. package/src/sidebar/sidebar.component.d.ts +0 -3
  41. package/src/sidebar/sidebar.module.d.ts +0 -6
  42. package/src/tab/items.directive.d.ts +0 -5
  43. package/src/tab/tab-all.module.d.ts +0 -6
  44. package/src/tab/tab.component.d.ts +0 -3
  45. package/src/tab/tab.module.d.ts +0 -7
  46. package/src/toolbar/items.directive.d.ts +0 -5
  47. package/src/toolbar/toolbar-all.module.d.ts +0 -6
  48. package/src/toolbar/toolbar.component.d.ts +0 -3
  49. package/src/toolbar/toolbar.module.d.ts +0 -7
  50. package/src/treeview/treeview-all.module.d.ts +0 -6
  51. package/src/treeview/treeview.component.d.ts +0 -3
  52. package/src/treeview/treeview.module.d.ts +0 -6
  53. package/styles/accordion/bootstrap-dark.css +3 -3
  54. package/styles/accordion/bootstrap-dark.scss +1 -4
  55. package/styles/accordion/bootstrap.css +3 -3
  56. package/styles/accordion/bootstrap.scss +1 -4
  57. package/styles/accordion/bootstrap4.css +3 -3
  58. package/styles/accordion/bootstrap4.scss +1 -4
  59. package/styles/accordion/bootstrap5-dark.css +3 -3
  60. package/styles/accordion/bootstrap5-dark.scss +1 -4
  61. package/styles/accordion/bootstrap5.css +3 -3
  62. package/styles/accordion/bootstrap5.scss +1 -4
  63. package/styles/accordion/fabric-dark.css +3 -3
  64. package/styles/accordion/fabric-dark.scss +1 -4
  65. package/styles/accordion/fabric.css +3 -3
  66. package/styles/accordion/fabric.scss +1 -4
  67. package/styles/accordion/fluent-dark.css +3 -3
  68. package/styles/accordion/fluent-dark.scss +1 -4
  69. package/styles/accordion/fluent.css +3 -3
  70. package/styles/accordion/fluent.scss +1 -4
  71. package/styles/accordion/highcontrast-light.css +3 -3
  72. package/styles/accordion/highcontrast-light.scss +1 -4
  73. package/styles/accordion/highcontrast.css +3 -3
  74. package/styles/accordion/highcontrast.scss +1 -4
  75. package/styles/accordion/material-dark.css +3 -3
  76. package/styles/accordion/material-dark.scss +1 -4
  77. package/styles/accordion/material.css +3 -3
  78. package/styles/accordion/material.scss +1 -4
  79. package/styles/accordion/tailwind-dark.css +3 -3
  80. package/styles/accordion/tailwind-dark.scss +1 -4
  81. package/styles/accordion/tailwind.css +3 -3
  82. package/styles/accordion/tailwind.scss +1 -4
  83. package/styles/appbar/bootstrap-dark.scss +1 -3
  84. package/styles/appbar/bootstrap.scss +1 -3
  85. package/styles/appbar/bootstrap4.scss +1 -3
  86. package/styles/appbar/bootstrap5-dark.scss +1 -3
  87. package/styles/appbar/bootstrap5.scss +1 -3
  88. package/styles/appbar/fabric-dark.scss +1 -3
  89. package/styles/appbar/fabric.scss +1 -3
  90. package/styles/appbar/fluent-dark.scss +1 -3
  91. package/styles/appbar/fluent.scss +1 -3
  92. package/styles/appbar/highcontrast-light.scss +1 -3
  93. package/styles/appbar/highcontrast.scss +1 -3
  94. package/styles/appbar/material-dark.scss +1 -3
  95. package/styles/appbar/material.scss +1 -3
  96. package/styles/appbar/tailwind-dark.scss +1 -3
  97. package/styles/appbar/tailwind.scss +1 -3
  98. package/styles/bootstrap-dark.css +4 -3
  99. package/styles/bootstrap.css +4 -3
  100. package/styles/bootstrap4.css +4 -3
  101. package/styles/bootstrap5-dark.css +4 -3
  102. package/styles/bootstrap5.css +4 -3
  103. package/styles/breadcrumb/bootstrap-dark.scss +1 -4
  104. package/styles/breadcrumb/bootstrap.scss +1 -4
  105. package/styles/breadcrumb/bootstrap4.scss +1 -4
  106. package/styles/breadcrumb/bootstrap5-dark.scss +1 -4
  107. package/styles/breadcrumb/bootstrap5.scss +1 -4
  108. package/styles/breadcrumb/fabric-dark.scss +1 -4
  109. package/styles/breadcrumb/fabric.scss +1 -4
  110. package/styles/breadcrumb/fluent-dark.scss +1 -4
  111. package/styles/breadcrumb/fluent.scss +1 -4
  112. package/styles/breadcrumb/highcontrast-light.scss +1 -4
  113. package/styles/breadcrumb/highcontrast.scss +1 -4
  114. package/styles/breadcrumb/material-dark.scss +1 -4
  115. package/styles/breadcrumb/material.scss +1 -4
  116. package/styles/breadcrumb/tailwind-dark.scss +1 -4
  117. package/styles/breadcrumb/tailwind.scss +1 -4
  118. package/styles/carousel/bootstrap-dark.scss +1 -5
  119. package/styles/carousel/bootstrap.scss +1 -5
  120. package/styles/carousel/bootstrap4.scss +1 -5
  121. package/styles/carousel/bootstrap5-dark.scss +1 -5
  122. package/styles/carousel/bootstrap5.scss +1 -5
  123. package/styles/carousel/fabric-dark.scss +1 -5
  124. package/styles/carousel/fabric.scss +1 -5
  125. package/styles/carousel/fluent-dark.scss +1 -5
  126. package/styles/carousel/fluent.scss +1 -5
  127. package/styles/carousel/highcontrast-light.scss +1 -5
  128. package/styles/carousel/highcontrast.scss +1 -5
  129. package/styles/carousel/material-dark.scss +1 -5
  130. package/styles/carousel/material.scss +1 -5
  131. package/styles/carousel/tailwind-dark.scss +1 -5
  132. package/styles/carousel/tailwind.scss +1 -5
  133. package/styles/context-menu/bootstrap-dark.scss +1 -7
  134. package/styles/context-menu/bootstrap.scss +1 -7
  135. package/styles/context-menu/bootstrap4.scss +1 -7
  136. package/styles/context-menu/bootstrap5-dark.scss +1 -7
  137. package/styles/context-menu/bootstrap5.scss +1 -7
  138. package/styles/context-menu/fabric-dark.scss +1 -7
  139. package/styles/context-menu/fabric.scss +1 -7
  140. package/styles/context-menu/fluent-dark.css +0 -14
  141. package/styles/context-menu/fluent-dark.scss +1 -7
  142. package/styles/context-menu/fluent.css +0 -14
  143. package/styles/context-menu/fluent.scss +1 -7
  144. package/styles/context-menu/highcontrast-light.scss +1 -7
  145. package/styles/context-menu/highcontrast.scss +1 -7
  146. package/styles/context-menu/material-dark.scss +1 -7
  147. package/styles/context-menu/material.scss +1 -7
  148. package/styles/context-menu/tailwind-dark.scss +1 -7
  149. package/styles/context-menu/tailwind.scss +1 -7
  150. package/styles/fabric-dark.css +8 -7
  151. package/styles/fabric.css +8 -7
  152. package/styles/fluent-dark.css +5 -19
  153. package/styles/fluent.css +5 -19
  154. package/styles/h-scroll/bootstrap-dark.scss +1 -4
  155. package/styles/h-scroll/bootstrap.scss +1 -4
  156. package/styles/h-scroll/bootstrap4.scss +1 -4
  157. package/styles/h-scroll/bootstrap5-dark.scss +1 -4
  158. package/styles/h-scroll/bootstrap5.scss +1 -4
  159. package/styles/h-scroll/fabric-dark.scss +1 -4
  160. package/styles/h-scroll/fabric.scss +1 -4
  161. package/styles/h-scroll/fluent-dark.scss +1 -4
  162. package/styles/h-scroll/fluent.scss +1 -4
  163. package/styles/h-scroll/highcontrast-light.scss +1 -4
  164. package/styles/h-scroll/highcontrast.scss +1 -4
  165. package/styles/h-scroll/material-dark.scss +1 -4
  166. package/styles/h-scroll/material.scss +1 -4
  167. package/styles/h-scroll/tailwind-dark.scss +1 -4
  168. package/styles/h-scroll/tailwind.scss +1 -4
  169. package/styles/highcontrast-light.css +4 -3
  170. package/styles/highcontrast.css +4 -3
  171. package/styles/material-dark.css +4 -3
  172. package/styles/material.css +4 -3
  173. package/styles/menu/bootstrap-dark.css +1 -0
  174. package/styles/menu/bootstrap-dark.scss +1 -8
  175. package/styles/menu/bootstrap.css +1 -0
  176. package/styles/menu/bootstrap.scss +1 -8
  177. package/styles/menu/bootstrap4.css +1 -0
  178. package/styles/menu/bootstrap4.scss +1 -8
  179. package/styles/menu/bootstrap5-dark.css +1 -0
  180. package/styles/menu/bootstrap5-dark.scss +1 -8
  181. package/styles/menu/bootstrap5.css +1 -0
  182. package/styles/menu/bootstrap5.scss +1 -8
  183. package/styles/menu/fabric-dark.css +5 -4
  184. package/styles/menu/fabric-dark.scss +1 -8
  185. package/styles/menu/fabric.css +5 -4
  186. package/styles/menu/fabric.scss +1 -8
  187. package/styles/menu/fluent-dark.css +2 -2
  188. package/styles/menu/fluent-dark.scss +1 -8
  189. package/styles/menu/fluent.css +2 -2
  190. package/styles/menu/fluent.scss +1 -8
  191. package/styles/menu/highcontrast-light.css +1 -0
  192. package/styles/menu/highcontrast-light.scss +1 -8
  193. package/styles/menu/highcontrast.css +1 -0
  194. package/styles/menu/highcontrast.scss +1 -8
  195. package/styles/menu/material-dark.css +1 -0
  196. package/styles/menu/material-dark.scss +1 -8
  197. package/styles/menu/material.css +1 -0
  198. package/styles/menu/material.scss +1 -8
  199. package/styles/menu/tailwind-dark.css +1 -0
  200. package/styles/menu/tailwind-dark.scss +1 -8
  201. package/styles/menu/tailwind.css +1 -0
  202. package/styles/menu/tailwind.scss +1 -8
  203. package/styles/pager/bootstrap-dark.scss +1 -4
  204. package/styles/pager/bootstrap.scss +1 -4
  205. package/styles/pager/bootstrap4.scss +1 -4
  206. package/styles/pager/bootstrap5-dark.scss +1 -4
  207. package/styles/pager/bootstrap5.scss +1 -4
  208. package/styles/pager/fabric-dark.scss +1 -4
  209. package/styles/pager/fabric.scss +1 -4
  210. package/styles/pager/fluent-dark.scss +1 -4
  211. package/styles/pager/fluent.scss +1 -4
  212. package/styles/pager/highcontrast-light.scss +1 -4
  213. package/styles/pager/highcontrast.scss +1 -4
  214. package/styles/pager/material-dark.scss +1 -4
  215. package/styles/pager/material.scss +1 -4
  216. package/styles/pager/tailwind-dark.scss +1 -4
  217. package/styles/pager/tailwind.scss +1 -4
  218. package/styles/sidebar/bootstrap-dark.scss +1 -3
  219. package/styles/sidebar/bootstrap.scss +1 -3
  220. package/styles/sidebar/bootstrap4.scss +1 -3
  221. package/styles/sidebar/bootstrap5-dark.scss +1 -3
  222. package/styles/sidebar/bootstrap5.scss +1 -3
  223. package/styles/sidebar/fabric-dark.scss +1 -3
  224. package/styles/sidebar/fabric.scss +1 -3
  225. package/styles/sidebar/fluent-dark.scss +1 -3
  226. package/styles/sidebar/fluent.scss +1 -3
  227. package/styles/sidebar/highcontrast-light.scss +1 -3
  228. package/styles/sidebar/highcontrast.scss +1 -3
  229. package/styles/sidebar/material-dark.scss +1 -3
  230. package/styles/sidebar/material.scss +1 -3
  231. package/styles/sidebar/tailwind-dark.scss +1 -3
  232. package/styles/sidebar/tailwind.scss +1 -3
  233. package/styles/tab/bootstrap-dark.scss +1 -5
  234. package/styles/tab/bootstrap.scss +1 -5
  235. package/styles/tab/bootstrap4.scss +1 -5
  236. package/styles/tab/bootstrap5-dark.scss +1 -5
  237. package/styles/tab/bootstrap5.scss +1 -5
  238. package/styles/tab/fabric-dark.scss +1 -5
  239. package/styles/tab/fabric.scss +1 -5
  240. package/styles/tab/fluent-dark.scss +1 -5
  241. package/styles/tab/fluent.scss +1 -5
  242. package/styles/tab/highcontrast-light.scss +1 -5
  243. package/styles/tab/highcontrast.scss +1 -5
  244. package/styles/tab/material-dark.scss +1 -5
  245. package/styles/tab/material.scss +1 -5
  246. package/styles/tab/tailwind-dark.scss +1 -5
  247. package/styles/tab/tailwind.scss +1 -5
  248. package/styles/tailwind-dark.css +4 -3
  249. package/styles/tailwind.css +4 -3
  250. package/styles/toolbar/bootstrap-dark.scss +1 -8
  251. package/styles/toolbar/bootstrap.scss +1 -8
  252. package/styles/toolbar/bootstrap4.scss +1 -8
  253. package/styles/toolbar/bootstrap5-dark.scss +1 -8
  254. package/styles/toolbar/bootstrap5.scss +1 -8
  255. package/styles/toolbar/fabric-dark.scss +1 -8
  256. package/styles/toolbar/fabric.scss +1 -8
  257. package/styles/toolbar/fluent-dark.scss +1 -8
  258. package/styles/toolbar/fluent.scss +1 -8
  259. package/styles/toolbar/highcontrast-light.scss +1 -8
  260. package/styles/toolbar/highcontrast.scss +1 -8
  261. package/styles/toolbar/material-dark.scss +1 -8
  262. package/styles/toolbar/material.scss +1 -8
  263. package/styles/toolbar/tailwind-dark.scss +1 -8
  264. package/styles/toolbar/tailwind.scss +1 -8
  265. package/styles/treeview/bootstrap-dark.scss +1 -6
  266. package/styles/treeview/bootstrap.scss +1 -6
  267. package/styles/treeview/bootstrap4.scss +1 -6
  268. package/styles/treeview/bootstrap5-dark.scss +1 -6
  269. package/styles/treeview/bootstrap5.scss +1 -6
  270. package/styles/treeview/fabric-dark.scss +1 -6
  271. package/styles/treeview/fabric.scss +1 -6
  272. package/styles/treeview/fluent-dark.scss +1 -6
  273. package/styles/treeview/fluent.scss +1 -6
  274. package/styles/treeview/highcontrast-light.scss +1 -6
  275. package/styles/treeview/highcontrast.scss +1 -6
  276. package/styles/treeview/material-dark.scss +1 -6
  277. package/styles/treeview/material.scss +1 -6
  278. package/styles/treeview/tailwind-dark.scss +1 -6
  279. package/styles/treeview/tailwind.scss +1 -6
  280. package/styles/v-scroll/bootstrap-dark.scss +1 -4
  281. package/styles/v-scroll/bootstrap.scss +1 -4
  282. package/styles/v-scroll/bootstrap4.scss +1 -4
  283. package/styles/v-scroll/bootstrap5-dark.scss +1 -4
  284. package/styles/v-scroll/bootstrap5.scss +1 -4
  285. package/styles/v-scroll/fabric-dark.scss +1 -4
  286. package/styles/v-scroll/fabric.scss +1 -4
  287. package/styles/v-scroll/fluent-dark.scss +1 -4
  288. package/styles/v-scroll/fluent.scss +1 -4
  289. package/styles/v-scroll/highcontrast-light.scss +1 -4
  290. package/styles/v-scroll/highcontrast.scss +1 -4
  291. package/styles/v-scroll/material-dark.scss +1 -4
  292. package/styles/v-scroll/material.scss +1 -4
  293. package/styles/v-scroll/tailwind-dark.scss +1 -4
  294. package/styles/v-scroll/tailwind.scss +1 -4
  295. package/esm2020/public_api.mjs +0 -3
  296. package/esm2020/src/accordion/accordion-all.module.mjs +0 -23
  297. package/esm2020/src/accordion/accordion.component.mjs +0 -77
  298. package/esm2020/src/accordion/accordion.module.mjs +0 -34
  299. package/esm2020/src/accordion/items.directive.mjs +0 -72
  300. package/esm2020/src/appbar/appbar-all.module.mjs +0 -23
  301. package/esm2020/src/appbar/appbar.component.mjs +0 -59
  302. package/esm2020/src/appbar/appbar.module.mjs +0 -25
  303. package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +0 -23
  304. package/esm2020/src/breadcrumb/breadcrumb.component.mjs +0 -77
  305. package/esm2020/src/breadcrumb/breadcrumb.module.mjs +0 -34
  306. package/esm2020/src/breadcrumb/items.directive.mjs +0 -58
  307. package/esm2020/src/carousel/carousel-all.module.mjs +0 -23
  308. package/esm2020/src/carousel/carousel.component.mjs +0 -95
  309. package/esm2020/src/carousel/carousel.module.mjs +0 -34
  310. package/esm2020/src/carousel/items.directive.mjs +0 -66
  311. package/esm2020/src/context-menu/contextmenu-all.module.mjs +0 -23
  312. package/esm2020/src/context-menu/contextmenu.component.mjs +0 -60
  313. package/esm2020/src/context-menu/contextmenu.module.mjs +0 -25
  314. package/esm2020/src/index.mjs +0 -38
  315. package/esm2020/src/menu/items.directive.mjs +0 -46
  316. package/esm2020/src/menu/menu-all.module.mjs +0 -23
  317. package/esm2020/src/menu/menu.component.mjs +0 -71
  318. package/esm2020/src/menu/menu.module.mjs +0 -34
  319. package/esm2020/src/sidebar/sidebar-all.module.mjs +0 -23
  320. package/esm2020/src/sidebar/sidebar.component.mjs +0 -59
  321. package/esm2020/src/sidebar/sidebar.module.mjs +0 -25
  322. package/esm2020/src/tab/items.directive.mjs +0 -78
  323. package/esm2020/src/tab/tab-all.module.mjs +0 -23
  324. package/esm2020/src/tab/tab.component.mjs +0 -64
  325. package/esm2020/src/tab/tab.module.mjs +0 -34
  326. package/esm2020/src/toolbar/items.directive.mjs +0 -66
  327. package/esm2020/src/toolbar/toolbar-all.module.mjs +0 -23
  328. package/esm2020/src/toolbar/toolbar.component.mjs +0 -64
  329. package/esm2020/src/toolbar/toolbar.module.mjs +0 -34
  330. package/esm2020/src/treeview/treeview-all.module.mjs +0 -23
  331. package/esm2020/src/treeview/treeview.component.mjs +0 -66
  332. package/esm2020/src/treeview/treeview.module.mjs +0 -25
  333. package/esm2020/syncfusion-ej2-angular-navigations.mjs +0 -5
  334. package/fesm2015/syncfusion-ej2-angular-navigations.mjs +0 -1445
  335. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  336. package/fesm2020/syncfusion-ej2-angular-navigations.mjs +0 -1445
  337. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  338. package/styles/accordion/_all.scss +0 -2
  339. package/styles/accordion/_bootstrap-dark-definition.scss +0 -175
  340. package/styles/accordion/_bootstrap-definition.scss +0 -180
  341. package/styles/accordion/_bootstrap4-definition.scss +0 -183
  342. package/styles/accordion/_bootstrap5-dark-definition.scss +0 -1
  343. package/styles/accordion/_bootstrap5-definition.scss +0 -181
  344. package/styles/accordion/_fabric-dark-definition.scss +0 -178
  345. package/styles/accordion/_fabric-definition.scss +0 -183
  346. package/styles/accordion/_fluent-dark-definition.scss +0 -1
  347. package/styles/accordion/_fluent-definition.scss +0 -180
  348. package/styles/accordion/_fusionnew-definition.scss +0 -181
  349. package/styles/accordion/_highcontrast-definition.scss +0 -205
  350. package/styles/accordion/_highcontrast-light-definition.scss +0 -203
  351. package/styles/accordion/_layout.scss +0 -350
  352. package/styles/accordion/_material-dark-definition.scss +0 -181
  353. package/styles/accordion/_material-definition.scss +0 -177
  354. package/styles/accordion/_material3-definition.scss +0 -181
  355. package/styles/accordion/_tailwind-dark-definition.scss +0 -1
  356. package/styles/accordion/_tailwind-definition.scss +0 -179
  357. package/styles/accordion/_theme.scss +0 -388
  358. package/styles/accordion/icons/_bootstrap-dark.scss +0 -17
  359. package/styles/accordion/icons/_bootstrap.scss +0 -17
  360. package/styles/accordion/icons/_bootstrap4.scss +0 -17
  361. package/styles/accordion/icons/_bootstrap5-dark.scss +0 -1
  362. package/styles/accordion/icons/_bootstrap5.scss +0 -17
  363. package/styles/accordion/icons/_fabric-dark.scss +0 -17
  364. package/styles/accordion/icons/_fabric.scss +0 -17
  365. package/styles/accordion/icons/_fluent-dark.scss +0 -1
  366. package/styles/accordion/icons/_fluent.scss +0 -17
  367. package/styles/accordion/icons/_fusionnew.scss +0 -17
  368. package/styles/accordion/icons/_highcontrast-light.scss +0 -17
  369. package/styles/accordion/icons/_highcontrast.scss +0 -17
  370. package/styles/accordion/icons/_material-dark.scss +0 -17
  371. package/styles/accordion/icons/_material.scss +0 -17
  372. package/styles/accordion/icons/_material3.scss +0 -17
  373. package/styles/accordion/icons/_tailwind-dark.scss +0 -1
  374. package/styles/accordion/icons/_tailwind.scss +0 -17
  375. package/styles/appbar/_all.scss +0 -2
  376. package/styles/appbar/_bootstrap-dark-definition.scss +0 -8
  377. package/styles/appbar/_bootstrap-definition.scss +0 -8
  378. package/styles/appbar/_bootstrap4-definition.scss +0 -8
  379. package/styles/appbar/_bootstrap5-dark-definition.scss +0 -1
  380. package/styles/appbar/_bootstrap5-definition.scss +0 -8
  381. package/styles/appbar/_fabric-dark-definition.scss +0 -8
  382. package/styles/appbar/_fabric-definition.scss +0 -8
  383. package/styles/appbar/_fluent-dark-definition.scss +0 -1
  384. package/styles/appbar/_fluent-definition.scss +0 -8
  385. package/styles/appbar/_fusionnew-definition.scss +0 -8
  386. package/styles/appbar/_highcontrast-definition.scss +0 -8
  387. package/styles/appbar/_highcontrast-light-definition.scss +0 -8
  388. package/styles/appbar/_layout.scss +0 -81
  389. package/styles/appbar/_material-dark-definition.scss +0 -8
  390. package/styles/appbar/_material-definition.scss +0 -8
  391. package/styles/appbar/_material3-definition.scss +0 -8
  392. package/styles/appbar/_tailwind-dark-definition.scss +0 -1
  393. package/styles/appbar/_tailwind-definition.scss +0 -8
  394. package/styles/appbar/_theme.scss +0 -208
  395. package/styles/breadcrumb/_all.scss +0 -3
  396. package/styles/breadcrumb/_bootstrap-dark-definition.scss +0 -54
  397. package/styles/breadcrumb/_bootstrap-definition.scss +0 -54
  398. package/styles/breadcrumb/_bootstrap4-definition.scss +0 -54
  399. package/styles/breadcrumb/_bootstrap5-dark-definition.scss +0 -1
  400. package/styles/breadcrumb/_bootstrap5-definition.scss +0 -59
  401. package/styles/breadcrumb/_fabric-dark-definition.scss +0 -59
  402. package/styles/breadcrumb/_fabric-definition.scss +0 -59
  403. package/styles/breadcrumb/_fluent-dark-definition.scss +0 -1
  404. package/styles/breadcrumb/_fluent-definition.scss +0 -62
  405. package/styles/breadcrumb/_fusionnew-definition.scss +0 -59
  406. package/styles/breadcrumb/_highcontrast-definition.scss +0 -61
  407. package/styles/breadcrumb/_highcontrast-light-definition.scss +0 -61
  408. package/styles/breadcrumb/_layout.scss +0 -491
  409. package/styles/breadcrumb/_material-dark-definition.scss +0 -50
  410. package/styles/breadcrumb/_material-definition.scss +0 -50
  411. package/styles/breadcrumb/_material3-definition.scss +0 -59
  412. package/styles/breadcrumb/_tailwind-dark-definition.scss +0 -1
  413. package/styles/breadcrumb/_tailwind-definition.scss +0 -60
  414. package/styles/breadcrumb/_theme.scss +0 -160
  415. package/styles/breadcrumb/icons/_bootstrap-dark.scss +0 -14
  416. package/styles/breadcrumb/icons/_bootstrap.scss +0 -14
  417. package/styles/breadcrumb/icons/_bootstrap4.scss +0 -14
  418. package/styles/breadcrumb/icons/_bootstrap5-dark.scss +0 -1
  419. package/styles/breadcrumb/icons/_bootstrap5.scss +0 -25
  420. package/styles/breadcrumb/icons/_fabric-dark.scss +0 -14
  421. package/styles/breadcrumb/icons/_fabric.scss +0 -14
  422. package/styles/breadcrumb/icons/_fluent-dark.scss +0 -1
  423. package/styles/breadcrumb/icons/_fluent.scss +0 -25
  424. package/styles/breadcrumb/icons/_fusionnew.scss +0 -25
  425. package/styles/breadcrumb/icons/_highcontrast-light.scss +0 -14
  426. package/styles/breadcrumb/icons/_highcontrast.scss +0 -14
  427. package/styles/breadcrumb/icons/_material-dark.scss +0 -25
  428. package/styles/breadcrumb/icons/_material.scss +0 -25
  429. package/styles/breadcrumb/icons/_material3.scss +0 -25
  430. package/styles/breadcrumb/icons/_tailwind-dark.scss +0 -25
  431. package/styles/breadcrumb/icons/_tailwind.scss +0 -25
  432. package/styles/carousel/_all.scss +0 -2
  433. package/styles/carousel/_bootstrap-dark-definition.scss +0 -22
  434. package/styles/carousel/_bootstrap-definition.scss +0 -22
  435. package/styles/carousel/_bootstrap4-definition.scss +0 -22
  436. package/styles/carousel/_bootstrap5-dark-definition.scss +0 -1
  437. package/styles/carousel/_bootstrap5-definition.scss +0 -22
  438. package/styles/carousel/_fabric-dark-definition.scss +0 -22
  439. package/styles/carousel/_fabric-definition.scss +0 -22
  440. package/styles/carousel/_fluent-dark-definition.scss +0 -1
  441. package/styles/carousel/_fluent-definition.scss +0 -22
  442. package/styles/carousel/_fusionnew-definition.scss +0 -22
  443. package/styles/carousel/_highcontrast-definition.scss +0 -22
  444. package/styles/carousel/_highcontrast-light-definition.scss +0 -22
  445. package/styles/carousel/_layout.scss +0 -218
  446. package/styles/carousel/_material-dark-definition.scss +0 -22
  447. package/styles/carousel/_material-definition.scss +0 -22
  448. package/styles/carousel/_material3-definition.scss +0 -22
  449. package/styles/carousel/_tailwind-dark-definition.scss +0 -1
  450. package/styles/carousel/_tailwind-definition.scss +0 -22
  451. package/styles/carousel/_theme.scss +0 -56
  452. package/styles/carousel/icons/_bootstrap-dark.scss +0 -30
  453. package/styles/carousel/icons/_bootstrap.scss +0 -30
  454. package/styles/carousel/icons/_bootstrap4.scss +0 -30
  455. package/styles/carousel/icons/_bootstrap5-dark.scss +0 -1
  456. package/styles/carousel/icons/_bootstrap5.scss +0 -30
  457. package/styles/carousel/icons/_fabric-dark.scss +0 -30
  458. package/styles/carousel/icons/_fabric.scss +0 -30
  459. package/styles/carousel/icons/_fluent-dark.scss +0 -1
  460. package/styles/carousel/icons/_fluent.scss +0 -30
  461. package/styles/carousel/icons/_fusionnew.scss +0 -30
  462. package/styles/carousel/icons/_highcontrast-light.scss +0 -30
  463. package/styles/carousel/icons/_highcontrast.scss +0 -30
  464. package/styles/carousel/icons/_material-dark.scss +0 -30
  465. package/styles/carousel/icons/_material.scss +0 -30
  466. package/styles/carousel/icons/_material3.scss +0 -30
  467. package/styles/carousel/icons/_tailwind-dark.scss +0 -1
  468. package/styles/carousel/icons/_tailwind.scss +0 -30
  469. package/styles/context-menu/_all.scss +0 -2
  470. package/styles/context-menu/_bootstrap-dark-definition.scss +0 -53
  471. package/styles/context-menu/_bootstrap-definition.scss +0 -50
  472. package/styles/context-menu/_bootstrap4-definition.scss +0 -50
  473. package/styles/context-menu/_bootstrap5-dark-definition.scss +0 -1
  474. package/styles/context-menu/_bootstrap5-definition.scss +0 -52
  475. package/styles/context-menu/_fabric-dark-definition.scss +0 -53
  476. package/styles/context-menu/_fabric-definition.scss +0 -50
  477. package/styles/context-menu/_fluent-dark-definition.scss +0 -1
  478. package/styles/context-menu/_fluent-definition.scss +0 -52
  479. package/styles/context-menu/_fusionnew-definition.scss +0 -52
  480. package/styles/context-menu/_highcontrast-definition.scss +0 -50
  481. package/styles/context-menu/_highcontrast-light-definition.scss +0 -53
  482. package/styles/context-menu/_layout-mixin.scss +0 -168
  483. package/styles/context-menu/_layout.scss +0 -147
  484. package/styles/context-menu/_material-dark-definition.scss +0 -53
  485. package/styles/context-menu/_material-definition.scss +0 -50
  486. package/styles/context-menu/_material3-definition.scss +0 -52
  487. package/styles/context-menu/_tailwind-dark-definition.scss +0 -1
  488. package/styles/context-menu/_tailwind-definition.scss +0 -53
  489. package/styles/context-menu/_theme-mixin.scss +0 -63
  490. package/styles/context-menu/_theme.scss +0 -50
  491. package/styles/context-menu/icons/_bootstrap-dark.scss +0 -33
  492. package/styles/context-menu/icons/_bootstrap.scss +0 -33
  493. package/styles/context-menu/icons/_bootstrap4.scss +0 -33
  494. package/styles/context-menu/icons/_bootstrap5-dark.scss +0 -1
  495. package/styles/context-menu/icons/_bootstrap5.scss +0 -33
  496. package/styles/context-menu/icons/_fabric-dark.scss +0 -33
  497. package/styles/context-menu/icons/_fabric.scss +0 -33
  498. package/styles/context-menu/icons/_fluent-dark.scss +0 -1
  499. package/styles/context-menu/icons/_fluent.scss +0 -33
  500. package/styles/context-menu/icons/_fusionnew.scss +0 -33
  501. package/styles/context-menu/icons/_highcontrast-light.scss +0 -33
  502. package/styles/context-menu/icons/_highcontrast.scss +0 -33
  503. package/styles/context-menu/icons/_material-dark.scss +0 -33
  504. package/styles/context-menu/icons/_material.scss +0 -33
  505. package/styles/context-menu/icons/_material3.scss +0 -33
  506. package/styles/context-menu/icons/_tailwind-dark.scss +0 -33
  507. package/styles/context-menu/icons/_tailwind.scss +0 -33
  508. package/styles/h-scroll/_all.scss +0 -2
  509. package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -58
  510. package/styles/h-scroll/_bootstrap-definition.scss +0 -57
  511. package/styles/h-scroll/_bootstrap4-definition.scss +0 -57
  512. package/styles/h-scroll/_bootstrap5-dark-definition.scss +0 -1
  513. package/styles/h-scroll/_bootstrap5-definition.scss +0 -84
  514. package/styles/h-scroll/_fabric-dark-definition.scss +0 -59
  515. package/styles/h-scroll/_fabric-definition.scss +0 -56
  516. package/styles/h-scroll/_fluent-dark-definition.scss +0 -1
  517. package/styles/h-scroll/_fluent-definition.scss +0 -84
  518. package/styles/h-scroll/_fusionnew-definition.scss +0 -84
  519. package/styles/h-scroll/_highcontrast-definition.scss +0 -57
  520. package/styles/h-scroll/_highcontrast-light-definition.scss +0 -60
  521. package/styles/h-scroll/_layout.scss +0 -197
  522. package/styles/h-scroll/_material-dark-definition.scss +0 -86
  523. package/styles/h-scroll/_material-definition.scss +0 -83
  524. package/styles/h-scroll/_material3-definition.scss +0 -84
  525. package/styles/h-scroll/_tailwind-dark-definition.scss +0 -1
  526. package/styles/h-scroll/_tailwind-definition.scss +0 -84
  527. package/styles/h-scroll/_theme.scss +0 -132
  528. package/styles/h-scroll/icons/_bootstrap-dark.scss +0 -49
  529. package/styles/h-scroll/icons/_bootstrap.scss +0 -49
  530. package/styles/h-scroll/icons/_bootstrap4.scss +0 -49
  531. package/styles/h-scroll/icons/_bootstrap5-dark.scss +0 -1
  532. package/styles/h-scroll/icons/_bootstrap5.scss +0 -49
  533. package/styles/h-scroll/icons/_fabric-dark.scss +0 -49
  534. package/styles/h-scroll/icons/_fabric.scss +0 -49
  535. package/styles/h-scroll/icons/_fluent-dark.scss +0 -1
  536. package/styles/h-scroll/icons/_fluent.scss +0 -49
  537. package/styles/h-scroll/icons/_fusionnew.scss +0 -49
  538. package/styles/h-scroll/icons/_highcontrast-light.scss +0 -49
  539. package/styles/h-scroll/icons/_highcontrast.scss +0 -49
  540. package/styles/h-scroll/icons/_material-dark.scss +0 -49
  541. package/styles/h-scroll/icons/_material.scss +0 -49
  542. package/styles/h-scroll/icons/_material3.scss +0 -49
  543. package/styles/h-scroll/icons/_tailwind-dark.scss +0 -1
  544. package/styles/h-scroll/icons/_tailwind.scss +0 -49
  545. package/styles/menu/_all.scss +0 -2
  546. package/styles/menu/_bootstrap-dark-definition.scss +0 -64
  547. package/styles/menu/_bootstrap-definition.scss +0 -65
  548. package/styles/menu/_bootstrap4-definition.scss +0 -64
  549. package/styles/menu/_bootstrap5-dark-definition.scss +0 -1
  550. package/styles/menu/_bootstrap5-definition.scss +0 -67
  551. package/styles/menu/_fabric-dark-definition.scss +0 -64
  552. package/styles/menu/_fabric-definition.scss +0 -64
  553. package/styles/menu/_fluent-dark-definition.scss +0 -1
  554. package/styles/menu/_fluent-definition.scss +0 -67
  555. package/styles/menu/_fusionnew-definition.scss +0 -67
  556. package/styles/menu/_highcontrast-definition.scss +0 -65
  557. package/styles/menu/_highcontrast-light-definition.scss +0 -61
  558. package/styles/menu/_layout.scss +0 -709
  559. package/styles/menu/_material-dark-definition.scss +0 -64
  560. package/styles/menu/_material-definition.scss +0 -64
  561. package/styles/menu/_material3-definition.scss +0 -67
  562. package/styles/menu/_tailwind-dark-definition.scss +0 -1
  563. package/styles/menu/_tailwind-definition.scss +0 -66
  564. package/styles/menu/_theme.scss +0 -282
  565. package/styles/menu/icons/_bootstrap-dark.scss +0 -134
  566. package/styles/menu/icons/_bootstrap.scss +0 -134
  567. package/styles/menu/icons/_bootstrap4.scss +0 -134
  568. package/styles/menu/icons/_bootstrap5-dark.scss +0 -1
  569. package/styles/menu/icons/_bootstrap5.scss +0 -134
  570. package/styles/menu/icons/_fabric-dark.scss +0 -134
  571. package/styles/menu/icons/_fabric.scss +0 -134
  572. package/styles/menu/icons/_fluent-dark.scss +0 -1
  573. package/styles/menu/icons/_fluent.scss +0 -134
  574. package/styles/menu/icons/_fusionnew.scss +0 -134
  575. package/styles/menu/icons/_highcontrast-light.scss +0 -134
  576. package/styles/menu/icons/_highcontrast.scss +0 -134
  577. package/styles/menu/icons/_material-dark.scss +0 -134
  578. package/styles/menu/icons/_material.scss +0 -134
  579. package/styles/menu/icons/_material3.scss +0 -134
  580. package/styles/menu/icons/_tailwind-dark.scss +0 -134
  581. package/styles/menu/icons/_tailwind.scss +0 -134
  582. package/styles/pager/_all.scss +0 -2
  583. package/styles/pager/_bootstrap-dark-definition.scss +0 -131
  584. package/styles/pager/_bootstrap-definition.scss +0 -131
  585. package/styles/pager/_bootstrap4-definition.scss +0 -131
  586. package/styles/pager/_bootstrap5-dark-definition.scss +0 -1
  587. package/styles/pager/_bootstrap5-definition.scss +0 -146
  588. package/styles/pager/_fabric-dark-definition.scss +0 -131
  589. package/styles/pager/_fabric-definition.scss +0 -129
  590. package/styles/pager/_fluent-dark-definition.scss +0 -1
  591. package/styles/pager/_fluent-definition.scss +0 -133
  592. package/styles/pager/_fusionnew-definition.scss +0 -146
  593. package/styles/pager/_highcontrast-definition.scss +0 -129
  594. package/styles/pager/_highcontrast-light-definition.scss +0 -131
  595. package/styles/pager/_layout.scss +0 -896
  596. package/styles/pager/_material-dark-definition.scss +0 -132
  597. package/styles/pager/_material-definition.scss +0 -130
  598. package/styles/pager/_material3-definition.scss +0 -146
  599. package/styles/pager/_tailwind-dark-definition.scss +0 -1
  600. package/styles/pager/_tailwind-definition.scss +0 -132
  601. package/styles/pager/_theme.scss +0 -152
  602. package/styles/pager/icons/_bootstrap-dark.scss +0 -50
  603. package/styles/pager/icons/_bootstrap.scss +0 -50
  604. package/styles/pager/icons/_bootstrap4.scss +0 -50
  605. package/styles/pager/icons/_bootstrap5-dark.scss +0 -1
  606. package/styles/pager/icons/_bootstrap5.scss +0 -50
  607. package/styles/pager/icons/_fabric-dark.scss +0 -50
  608. package/styles/pager/icons/_fabric.scss +0 -50
  609. package/styles/pager/icons/_fluent-dark.scss +0 -1
  610. package/styles/pager/icons/_fluent.scss +0 -50
  611. package/styles/pager/icons/_fusionnew.scss +0 -50
  612. package/styles/pager/icons/_highcontrast-light.scss +0 -50
  613. package/styles/pager/icons/_highcontrast.scss +0 -46
  614. package/styles/pager/icons/_material-dark.scss +0 -50
  615. package/styles/pager/icons/_material.scss +0 -46
  616. package/styles/pager/icons/_material3.scss +0 -50
  617. package/styles/pager/icons/_tailwind-dark.scss +0 -1
  618. package/styles/pager/icons/_tailwind.scss +0 -50
  619. package/styles/sidebar/_all.scss +0 -3
  620. package/styles/sidebar/_bootstrap-dark-definition.scss +0 -4
  621. package/styles/sidebar/_bootstrap-definition.scss +0 -4
  622. package/styles/sidebar/_bootstrap4-definition.scss +0 -4
  623. package/styles/sidebar/_bootstrap5-dark-definition.scss +0 -1
  624. package/styles/sidebar/_bootstrap5-definition.scss +0 -6
  625. package/styles/sidebar/_fabric-dark-definition.scss +0 -4
  626. package/styles/sidebar/_fabric-definition.scss +0 -4
  627. package/styles/sidebar/_fluent-dark-definition.scss +0 -1
  628. package/styles/sidebar/_fluent-definition.scss +0 -6
  629. package/styles/sidebar/_fusionnew-definition.scss +0 -6
  630. package/styles/sidebar/_highcontrast-definition.scss +0 -4
  631. package/styles/sidebar/_highcontrast-light-definition.scss +0 -4
  632. package/styles/sidebar/_icons.scss +0 -1
  633. package/styles/sidebar/_layout.scss +0 -1
  634. package/styles/sidebar/_material-dark-definition.scss +0 -4
  635. package/styles/sidebar/_material-definition.scss +0 -6
  636. package/styles/sidebar/_material3-definition.scss +0 -6
  637. package/styles/sidebar/_tailwind-dark-definition.scss +0 -1
  638. package/styles/sidebar/_tailwind-definition.scss +0 -6
  639. package/styles/sidebar/_theme.scss +0 -182
  640. package/styles/tab/_all.scss +0 -2
  641. package/styles/tab/_bootstrap-dark-definition.scss +0 -654
  642. package/styles/tab/_bootstrap-definition.scss +0 -664
  643. package/styles/tab/_bootstrap4-definition.scss +0 -668
  644. package/styles/tab/_bootstrap5-dark-definition.scss +0 -1
  645. package/styles/tab/_bootstrap5-definition.scss +0 -658
  646. package/styles/tab/_fabric-dark-definition.scss +0 -663
  647. package/styles/tab/_fabric-definition.scss +0 -678
  648. package/styles/tab/_fluent-dark-definition.scss +0 -1
  649. package/styles/tab/_fluent-definition.scss +0 -666
  650. package/styles/tab/_fusionnew-definition.scss +0 -658
  651. package/styles/tab/_highcontrast-definition.scss +0 -702
  652. package/styles/tab/_highcontrast-light-definition.scss +0 -690
  653. package/styles/tab/_icons.scss +0 -44
  654. package/styles/tab/_layout.scss +0 -3407
  655. package/styles/tab/_material-dark-definition.scss +0 -674
  656. package/styles/tab/_material-definition.scss +0 -684
  657. package/styles/tab/_material3-definition.scss +0 -658
  658. package/styles/tab/_tailwind-dark-definition.scss +0 -1
  659. package/styles/tab/_tailwind-definition.scss +0 -687
  660. package/styles/tab/_theme.scss +0 -1486
  661. package/styles/tab/icons/_bootstrap-dark.scss +0 -108
  662. package/styles/tab/icons/_bootstrap.scss +0 -108
  663. package/styles/tab/icons/_bootstrap4.scss +0 -115
  664. package/styles/tab/icons/_bootstrap5-dark.scss +0 -1
  665. package/styles/tab/icons/_bootstrap5.scss +0 -104
  666. package/styles/tab/icons/_fabric-dark.scss +0 -108
  667. package/styles/tab/icons/_fabric.scss +0 -108
  668. package/styles/tab/icons/_fluent-dark.scss +0 -1
  669. package/styles/tab/icons/_fluent.scss +0 -108
  670. package/styles/tab/icons/_fusionnew.scss +0 -104
  671. package/styles/tab/icons/_highcontrast-light.scss +0 -104
  672. package/styles/tab/icons/_highcontrast.scss +0 -115
  673. package/styles/tab/icons/_material-dark.scss +0 -104
  674. package/styles/tab/icons/_material.scss +0 -104
  675. package/styles/tab/icons/_material3.scss +0 -104
  676. package/styles/tab/icons/_tailwind-dark.scss +0 -1
  677. package/styles/tab/icons/_tailwind.scss +0 -104
  678. package/styles/toolbar/_all.scss +0 -2
  679. package/styles/toolbar/_bootstrap-dark-definition.scss +0 -236
  680. package/styles/toolbar/_bootstrap-definition.scss +0 -234
  681. package/styles/toolbar/_bootstrap4-definition.scss +0 -239
  682. package/styles/toolbar/_bootstrap5-dark-definition.scss +0 -1
  683. package/styles/toolbar/_bootstrap5-definition.scss +0 -248
  684. package/styles/toolbar/_fabric-dark-definition.scss +0 -251
  685. package/styles/toolbar/_fabric-definition.scss +0 -236
  686. package/styles/toolbar/_fluent-dark-definition.scss +0 -1
  687. package/styles/toolbar/_fluent-definition.scss +0 -238
  688. package/styles/toolbar/_fusionnew-definition.scss +0 -248
  689. package/styles/toolbar/_highcontrast-definition.scss +0 -246
  690. package/styles/toolbar/_highcontrast-light-definition.scss +0 -262
  691. package/styles/toolbar/_layout.scss +0 -1315
  692. package/styles/toolbar/_material-dark-definition.scss +0 -277
  693. package/styles/toolbar/_material-definition.scss +0 -263
  694. package/styles/toolbar/_material3-definition.scss +0 -248
  695. package/styles/toolbar/_tailwind-dark-definition.scss +0 -1
  696. package/styles/toolbar/_tailwind-definition.scss +0 -238
  697. package/styles/toolbar/_theme.scss +0 -441
  698. package/styles/toolbar/icons/_bootstrap-dark.scss +0 -16
  699. package/styles/toolbar/icons/_bootstrap.scss +0 -16
  700. package/styles/toolbar/icons/_bootstrap4.scss +0 -16
  701. package/styles/toolbar/icons/_bootstrap5-dark.scss +0 -1
  702. package/styles/toolbar/icons/_bootstrap5.scss +0 -16
  703. package/styles/toolbar/icons/_fabric-dark.scss +0 -16
  704. package/styles/toolbar/icons/_fabric.scss +0 -16
  705. package/styles/toolbar/icons/_fluent-dark.scss +0 -1
  706. package/styles/toolbar/icons/_fluent.scss +0 -16
  707. package/styles/toolbar/icons/_fusionnew.scss +0 -16
  708. package/styles/toolbar/icons/_highcontrast-light.scss +0 -16
  709. package/styles/toolbar/icons/_highcontrast.scss +0 -16
  710. package/styles/toolbar/icons/_material-dark.scss +0 -16
  711. package/styles/toolbar/icons/_material.scss +0 -16
  712. package/styles/toolbar/icons/_material3.scss +0 -16
  713. package/styles/toolbar/icons/_tailwind-dark.scss +0 -1
  714. package/styles/toolbar/icons/_tailwind.scss +0 -16
  715. package/styles/treeview/_all.scss +0 -2
  716. package/styles/treeview/_bootstrap-dark-definition.scss +0 -118
  717. package/styles/treeview/_bootstrap-definition.scss +0 -113
  718. package/styles/treeview/_bootstrap4-definition.scss +0 -141
  719. package/styles/treeview/_bootstrap5-dark-definition.scss +0 -1
  720. package/styles/treeview/_bootstrap5-definition.scss +0 -120
  721. package/styles/treeview/_fabric-dark-definition.scss +0 -116
  722. package/styles/treeview/_fabric-definition.scss +0 -112
  723. package/styles/treeview/_fluent-dark-definition.scss +0 -1
  724. package/styles/treeview/_fluent-definition.scss +0 -120
  725. package/styles/treeview/_fusionnew-definition.scss +0 -120
  726. package/styles/treeview/_highcontrast-definition.scss +0 -118
  727. package/styles/treeview/_highcontrast-light-definition.scss +0 -123
  728. package/styles/treeview/_layout.scss +0 -1039
  729. package/styles/treeview/_material-dark-definition.scss +0 -114
  730. package/styles/treeview/_material-definition.scss +0 -112
  731. package/styles/treeview/_material3-definition.scss +0 -120
  732. package/styles/treeview/_tailwind-dark-definition.scss +0 -1
  733. package/styles/treeview/_tailwind-definition.scss +0 -124
  734. package/styles/treeview/_theme.scss +0 -374
  735. package/styles/treeview/icons/_bootstrap-dark.scss +0 -39
  736. package/styles/treeview/icons/_bootstrap.scss +0 -39
  737. package/styles/treeview/icons/_bootstrap4.scss +0 -39
  738. package/styles/treeview/icons/_bootstrap5-dark.scss +0 -1
  739. package/styles/treeview/icons/_bootstrap5.scss +0 -43
  740. package/styles/treeview/icons/_fabric-dark.scss +0 -43
  741. package/styles/treeview/icons/_fabric.scss +0 -43
  742. package/styles/treeview/icons/_fluent-dark.scss +0 -1
  743. package/styles/treeview/icons/_fluent.scss +0 -43
  744. package/styles/treeview/icons/_fusionnew.scss +0 -43
  745. package/styles/treeview/icons/_highcontrast-light.scss +0 -43
  746. package/styles/treeview/icons/_highcontrast.scss +0 -43
  747. package/styles/treeview/icons/_material-dark.scss +0 -43
  748. package/styles/treeview/icons/_material.scss +0 -43
  749. package/styles/treeview/icons/_material3.scss +0 -43
  750. package/styles/treeview/icons/_tailwind-dark.scss +0 -43
  751. package/styles/treeview/icons/_tailwind.scss +0 -43
  752. package/styles/v-scroll/_all.scss +0 -2
  753. package/styles/v-scroll/_bootstrap-dark-definition.scss +0 -51
  754. package/styles/v-scroll/_bootstrap-definition.scss +0 -49
  755. package/styles/v-scroll/_bootstrap4-definition.scss +0 -49
  756. package/styles/v-scroll/_bootstrap5-dark-definition.scss +0 -1
  757. package/styles/v-scroll/_bootstrap5-definition.scss +0 -49
  758. package/styles/v-scroll/_fabric-dark-definition.scss +0 -52
  759. package/styles/v-scroll/_fabric-definition.scss +0 -50
  760. package/styles/v-scroll/_fluent-dark-definition.scss +0 -1
  761. package/styles/v-scroll/_fluent-definition.scss +0 -49
  762. package/styles/v-scroll/_fusionnew-definition.scss +0 -49
  763. package/styles/v-scroll/_highcontrast-definition.scss +0 -50
  764. package/styles/v-scroll/_highcontrast-light-definition.scss +0 -52
  765. package/styles/v-scroll/_layout.scss +0 -162
  766. package/styles/v-scroll/_material-dark-definition.scss +0 -79
  767. package/styles/v-scroll/_material-definition.scss +0 -77
  768. package/styles/v-scroll/_material3-definition.scss +0 -49
  769. package/styles/v-scroll/_tailwind-dark-definition.scss +0 -1
  770. package/styles/v-scroll/_tailwind-definition.scss +0 -49
  771. package/styles/v-scroll/_theme.scss +0 -108
  772. package/styles/v-scroll/icons/_bootstrap-dark.scss +0 -27
  773. package/styles/v-scroll/icons/_bootstrap.scss +0 -27
  774. package/styles/v-scroll/icons/_bootstrap4.scss +0 -27
  775. package/styles/v-scroll/icons/_bootstrap5-dark.scss +0 -1
  776. package/styles/v-scroll/icons/_bootstrap5.scss +0 -27
  777. package/styles/v-scroll/icons/_fabric-dark.scss +0 -27
  778. package/styles/v-scroll/icons/_fabric.scss +0 -27
  779. package/styles/v-scroll/icons/_fluent-dark.scss +0 -1
  780. package/styles/v-scroll/icons/_fluent.scss +0 -27
  781. package/styles/v-scroll/icons/_fusionnew.scss +0 -27
  782. package/styles/v-scroll/icons/_highcontrast-light.scss +0 -27
  783. package/styles/v-scroll/icons/_highcontrast.scss +0 -27
  784. package/styles/v-scroll/icons/_material-dark.scss +0 -27
  785. package/styles/v-scroll/icons/_material.scss +0 -27
  786. package/styles/v-scroll/icons/_material3.scss +0 -27
  787. package/styles/v-scroll/icons/_tailwind-dark.scss +0 -1
  788. package/styles/v-scroll/icons/_tailwind.scss +0 -27
  789. package/syncfusion-ej2-angular-navigations.d.ts +0 -5
@@ -1,1486 +0,0 @@
1
- @include export-module('tab-theme') {
2
-
3
- /*! tab theme */
4
- .e-tab {
5
- background: $tab-bg-color;
6
- border: $tab-border;
7
-
8
- .e-tab-header {
9
- background: inherit;
10
- border: 0;
11
- border-radius: 0;
12
- box-shadow: none;
13
- font-weight: $tab-header-font-weight;
14
- border-bottom: $tab-header-border-bottom;
15
-
16
- &::before {
17
- border-color: $tab-header-before-border-color;
18
- border-style: solid;
19
- }
20
-
21
- &:not(.e-vertical) {
22
- &::before {
23
- border-width: $tab-header-before-border-width;
24
- }
25
- }
26
-
27
- &:not(.e-vertical) {
28
-
29
- .e-toolbar-item.e-active {
30
- border-bottom: $tab-item-active-border-bottom;
31
- margin-bottom: 0;
32
- }
33
- }
34
-
35
- .e-toolbar-items {
36
- background: inherit;
37
- }
38
-
39
- .e-indicator {
40
- background: $tab-border-color;
41
- }
42
-
43
- .e-toolbar-item {
44
- background: inherit;
45
- border: $tab-item-border;
46
-
47
- &:hover {
48
- background: $tab-item-hover-bg;
49
- }
50
-
51
- .e-ripple-element {
52
- background: $tab-ripple-bg-color;
53
- }
54
-
55
- .e-tab-wrap {
56
- border-radius: $tab-active-item-border-radius;
57
- color: $tab-text-color;
58
- border: $tab-item-wrap-border;
59
-
60
- .e-tab-icon {
61
- color: $tab-wrap-comb-icon-color;
62
- }
63
-
64
- @media screen and (max-width: 480px) {
65
- color: $tab-mob-text-color;
66
-
67
- .e-tab-icon {
68
- color: $tab-mob-text-color;
69
- }
70
-
71
- .e-close-icon {
72
- color: $tab-mob-close-icon-color;
73
- }
74
- }
75
-
76
- &:hover {
77
- background: $tab-item-hover-bg-color;
78
- border: $tab-item-wrap-hover-border;
79
- border-radius: $tab-item-wrap-hover-border-radius;
80
-
81
- @media screen and (max-width: 480px) {
82
- background: $tab-mob-item-hover-bg-color;
83
- }
84
-
85
- .e-tab-text,
86
- .e-tab-icon {
87
- color: $tab-hover-text-color;
88
- }
89
- }
90
- }
91
-
92
- &.e-active {
93
- border: $tab-active-item-border;
94
- border-radius: $tab-top-active-item-border-radius;
95
-
96
- .e-tab-wrap {
97
- border: $tab-item-active-tabwrap-border;
98
- &:hover {
99
-
100
- .e-tab-text,
101
- .e-tab-icon {
102
- color: $tab-active-text-color;
103
- }
104
- }
105
- }
106
-
107
- .e-text-wrap {
108
- position: $tab-active-wrap-position;
109
-
110
- &::before {
111
- border: $tab-active-wrap-before-border;
112
- content: $tab-active-wrap-before-content;
113
- display: $tab-active-wrap-before-display;
114
- position: $tab-active-wrap-before-position;
115
- top: $tab-active-wrap-before-top;
116
- width: $tab-active-wrap-before-width;
117
- }
118
- }
119
-
120
- .e-tab-text,
121
- .e-tab-icon {
122
- color: $tab-active-text-color;
123
- }
124
-
125
- &.e-ileft,
126
- &.e-iright {
127
-
128
- .e-tab-icon {
129
- color: $tab-comb-icon-color;
130
- }
131
-
132
- .e-tab-text {
133
- color: $tab-comb-text-color;
134
- }
135
- }
136
- }
137
-
138
- .e-close-icon {
139
- color: $tab-close-icon-color;
140
-
141
- &:hover {
142
- color: $tab-close-icon-hover-color;
143
- }
144
-
145
- &:active {
146
- color: $tab-close-icon-active-color;
147
- }
148
- }
149
-
150
- &.e-disable.e-overlay {
151
- background: inherit;
152
- opacity: 1;
153
- pointer-events: none;
154
-
155
- .e-tab-text,
156
- .e-tab-icon {
157
- color: $tab-disable-text-color;
158
- }
159
- }
160
- }
161
-
162
- &.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
163
- border: $tab-active-item-hide-border;
164
- }
165
-
166
- .e-toolbar-pop {
167
- background: $tab-pop-bg-color;
168
- border: $tab-pop-border;
169
- border-radius: $tab-pop-border-radius;
170
- box-shadow: $tab-pop-box-shadow;
171
- overflow-y: auto;
172
-
173
- &[e-animate = 'true'] {
174
- overflow-y: hidden;
175
- }
176
-
177
- @media screen and (max-width: 480px) {
178
- box-shadow: $tab-pop-box-shadow;
179
- }
180
-
181
- .e-toolbar-item {
182
-
183
- .e-tab-wrap {
184
-
185
- .e-tab-text,
186
- .e-tab-icon {
187
- color: $tab-pop-text-color;
188
- }
189
-
190
- &:hover {
191
- background: $tab-hover-bg-color;
192
- border: $tab-pop-wrap-hover-border;
193
- border-radius: $tab-pop-wrap-hover-border-radius;
194
-
195
- .e-tab-text,
196
- .e-tab-icon,
197
- .e-close-icon {
198
- color: $tab-hover-text-color;
199
- }
200
-
201
- .e-tab-icon,
202
- .e-close-icon {
203
- color: $tab-pop-wrap-hover-close-color;
204
- }
205
- }
206
-
207
- &:active {
208
- background: $tab-active-bg-color;
209
- border-color: $tab-pop-wrap-active-border-color;
210
-
211
- .e-tab-text,
212
- .e-tab-icon {
213
- color: $tab-pop-wrap-active-icon-font;
214
- }
215
- }
216
- }
217
-
218
- &.e-active .e-tab-wrap {
219
-
220
- .e-tab-text,
221
- .e-tab-icon {
222
- color: $tab-active-text-color;
223
- }
224
- }
225
-
226
- &.e-disable.e-overlay {
227
- .e-tab-text,
228
- .e-tab-icon {
229
- color: $tab-disable-text-color;
230
- }
231
- }
232
- }
233
- }
234
-
235
- .e-scroll-nav,
236
- .e-hscroll:not(.e-scroll-device) .e-scroll-nav {
237
- background: $tab-scroll-nav-bg;
238
- border: 0;
239
-
240
- .e-nav-arrow {
241
- color: $tab-scroll-nav-arrow-font;
242
- border: $tab-item-active-wrap-border;
243
-
244
- &:hover {
245
- background: $tab-hover-nav-bg-color;
246
- color: $tab-hover-nav-icon-color;
247
- border: $tab-scroll-arrow-hover-border;
248
- }
249
-
250
- &:active {
251
- box-shadow: none;
252
- border: $tab-scroll-arrow-active-border;
253
- }
254
- }
255
-
256
- &:focus {
257
- background: $tab-scroll-nav-bg;
258
-
259
- .e-nav-arrow {
260
- background: $tab-nav-focus-bg-color;
261
- color: $tab-nav-focus-icon-color;
262
- border: $tab-scroll-focus-arrow-border;
263
-
264
- &:hover {
265
- background: $tab-hover-nav-bg-color;
266
- color: $tab-hover-nav-icon-color;
267
- }
268
-
269
- &:active {
270
- background: $tab-scroll-focus-arrow-active-bg;
271
- border-color: $tab-scroll-focus-arrow-active-border-color;
272
- color: $tab-scroll-focus-arrow-active-color;
273
- }
274
- }
275
- }
276
-
277
- &:active {
278
- box-shadow: none;
279
- background: $tab-scroll-nav-bg;
280
- border: $tab-scroll-active-border;
281
- }
282
-
283
- &.e-overlay {
284
-
285
- .e-nav-arrow {
286
- color: $tab-scroll-overlay-arrow-color;
287
-
288
- &:hover {
289
- color: $tab-scroll-overlay-arrow-hover-color;
290
- background: $tab-scroll-overlay-arrow-hover-bg;
291
- border-color: $tab-scroll-overlay-arrow-hover-border-color;
292
- }
293
- }
294
- }
295
- }
296
-
297
- .e-hor-nav,
298
- .e-hor-nav:not(.e-expended-nav) {
299
- background: transparent;
300
- border: 0;
301
-
302
- .e-popup-up-icon,
303
- .e-popup-down-icon {
304
- color: $tab-pop-icon-color;
305
- border: $tab-pop-icon-border;
306
-
307
- &:hover {
308
- background: $tab-pop-icon-hover-bg-color;
309
- border: $tab-pop-up-icon-hover-border;
310
- border-radius: $tab-active-item-border-radius;
311
- }
312
- }
313
-
314
- .e-popup-down-icon {
315
-
316
- &:hover {
317
- color: $tab-hover-nav-icon-color;
318
- }
319
- }
320
-
321
- &:focus {
322
- background: $tab-pop-focus-bg;
323
- .e-popup-up-icon,
324
- .e-popup-down-icon {
325
- background: $tab-nav-focus-bg-color;
326
- border: $tab-pop-up-icon-focus-border;
327
- border-radius: $tab-active-item-border-radius;
328
- color: $tab-nav-focus-icon-color;
329
-
330
- &:hover {
331
- background: $tab-pop-icon-hover-bg-color;
332
- border: $tab-pop-up-down-icon-hover-border;
333
- border-radius: $tab-active-item-border-radius;
334
- }
335
-
336
- &:active {
337
- background: $tab-pop-focus-icon-active-bg;
338
- color: $tab-pop-focus-icon-active-color;
339
- border: $tab-pop-up-icon-active-border;
340
- border-radius: $tab-active-item-border-radius;
341
- box-shadow: $tab-pop-border-box-shadow;
342
- }
343
- }
344
- }
345
-
346
- &:hover {
347
- border: 0;
348
- background: $tab-pop-hover-bg;
349
-
350
- &:active {
351
- background: transparent;
352
- }
353
- }
354
-
355
- &:active {
356
- box-shadow: none;
357
- background: $tab-pop-focus-bg;
358
- }
359
-
360
- &.e-nav-active {
361
- background: $tab-pop-nav-active-bg;
362
- border: $tab-pop-nav-active-border;
363
- box-shadow: none;
364
- border-radius: $tab-pop-nav-active-border-radius;
365
-
366
- .e-icons {
367
- color: $tab-pop-active-icons-color;
368
- }
369
-
370
- &:focus {
371
- border: $tab-pop-nav-active-border;
372
- }
373
- }
374
- }
375
-
376
- &.e-horizontal-bottom {
377
- border-color: $tab-bottom-border-color;
378
- border-style: solid;
379
- border-width: $tab-bottom-border-width;
380
-
381
- &[style *= 'overflow: hidden'] {
382
- border-color: $tab-bottom-border-color;
383
- border-style: solid;
384
- border-width: $tab-bottom-border-width;
385
- }
386
-
387
- &[style *= 'overflow: hidden'] .e-toolbar-items {
388
- border-color: $tab-bottom-hidden-items-border-color;
389
- border-style: solid;
390
- border-width: $tab-bottom-hidden-items-border-width;
391
- }
392
-
393
- .e-toolbar-item {
394
-
395
- .e-tab-wrap:hover {
396
- border-radius: $tab-bottom-active-item-border-radius;
397
- }
398
-
399
- &.e-active {
400
- border-color: $tab-bottom-active-border-color;
401
- border-style: solid;
402
- border-width: $tab-bottom-active-border-width;
403
- margin-top: $tab-bottom-active-margin-top;
404
- border-radius: $tab-bottom-active-item-border-radius;
405
- }
406
- }
407
- }
408
-
409
- &.e-vertical {
410
- border-bottom: 0;
411
-
412
- &::before {
413
- border-width: $tab-vertical-before-border-width;
414
- }
415
-
416
- .e-toolbar-item {
417
-
418
- &.e-active {
419
- border-bottom: $tab-hdr-border;
420
- border-top: $tab-hdr-border;
421
- }
422
- }
423
-
424
- &.e-vertical-left {
425
-
426
- .e-toolbar-item {
427
-
428
- .e-tab-wrap:hover {
429
- border-radius: $tab-left-active-item-border-radius;
430
- }
431
-
432
- &.e-active {
433
- border-radius: $tab-left-active-item-border-radius;
434
- border-right: $tab-item-active-border-bottom;
435
- }
436
- }
437
- }
438
-
439
- &.e-vertical-right {
440
-
441
- .e-toolbar-item {
442
-
443
- .e-tab-wrap:hover {
444
- border-radius: $tab-right-active-item-border-radius;
445
- }
446
-
447
- &.e-active {
448
- border-left: $tab-item-active-border-bottom;
449
- border-radius: $tab-right-active-item-border-radius;
450
- }
451
- }
452
- }
453
-
454
- .e-toolbar-pop {
455
- box-shadow: $tab-v-popup-box-shadow;
456
- }
457
-
458
- .e-scroll-nav {
459
- background: inherit;
460
- border: $tab-vscroll-nav-border;
461
-
462
- &.e-scroll-up-nav {
463
- border-bottom-color: $tab-vscroll-nav-border-color;
464
- }
465
-
466
- &.e-scroll-down-nav {
467
- border-top-color: $tab-vscroll-nav-border-color;
468
- }
469
-
470
- .e-nav-arrow {
471
- border: 0;
472
-
473
- &:hover {
474
- background: none;
475
- }
476
- }
477
-
478
- &:hover {
479
- background: $tab-v-nav-hover-bg-color;
480
- border-color: $tab-vertical-scroll-hover-border-color;
481
-
482
- &:active:focus {
483
- background: $tab-vertical-scroll-hover-active-bg;
484
- }
485
-
486
- .e-nav-arrow {
487
- color: $tab-hover-nav-icon-color;
488
-
489
- &:hover {
490
- background: none;
491
- }
492
- }
493
- }
494
-
495
- &:focus {
496
- background: $tab-v-nav-focus-bg-color;
497
-
498
- &:hover:active {
499
-
500
- .e-nav-arrow {
501
- color: $tab-vertical-focus-active-arrow-color;
502
- }
503
- }
504
-
505
- .e-nav-arrow {
506
- background: none;
507
-
508
- &:hover {
509
- background: none;
510
- border: 0;
511
- }
512
- }
513
- }
514
- }
515
-
516
- .e-hor-nav {
517
-
518
- .e-popup-up-icon,
519
- .e-popup-down-icon {
520
- border: 0;
521
-
522
- &:hover {
523
- background: inherit;
524
- border: 0;
525
- color: $tab-vertical-pop-icon-hover-color;
526
- }
527
- }
528
-
529
- &:focus {
530
-
531
- .e-popup-up-icon,
532
- .e-popup-down-icon {
533
- background: inherit;
534
- border: 0;
535
-
536
- &:hover,
537
- &:active,
538
- &:active:hover {
539
- background: inherit;
540
- border: 0;
541
- box-shadow: none;
542
- }
543
-
544
- &:active {
545
- color: $tab-vertical-pop-icon-active-color;
546
- }
547
- }
548
- }
549
-
550
- &:hover {
551
-
552
- .e-popup-up-icon,
553
- .e-popup-down-icon {
554
- border: 0;
555
- }
556
- }
557
- }
558
- }
559
- }
560
-
561
- &.e-focused > .e-tab-header {
562
-
563
- .e-toolbar-item {
564
-
565
- .e-tab-wrap:focus {
566
- background: $tab-focus-bg-color;
567
- border: $tab-focused-wrap-focus-border;
568
-
569
- .e-tab-icon,
570
- .e-tab-text {
571
- color: $tab-focus-text-color;
572
- }
573
-
574
- .e-tab-icon {
575
- color: $tab-focused-wrap-focus-icon-color;
576
- }
577
- }
578
- }
579
-
580
- .e-scroll-nav {
581
-
582
- &:focus {
583
-
584
- .e-nav-arrow {
585
- color: $tab-nav-focus-icon-color;
586
- }
587
- }
588
- }
589
-
590
- .e-hor-nav {
591
-
592
- &:focus {
593
-
594
- .e-popup-up-icon,
595
- .e-popup-down-icon {
596
- color: $tab-nav-focus-icon-color;
597
- background: $tab-scroll-focused-nav-focus-icon-bg;
598
- border: $tab-scroll-focused-nav-focus-icon-border;
599
- }
600
- }
601
- }
602
-
603
- &.e-vertical {
604
-
605
- .e-scroll-nav {
606
-
607
- &:focus {
608
- border-color: $tab-vertical-focused-nav-focus-border-color;
609
-
610
- .e-nav-arrow {
611
- border: 0;
612
- }
613
- }
614
- }
615
-
616
- .e-hor-nav {
617
-
618
- .e-popup-up-icon,
619
- .e-popup-down-icon {
620
- border: 0;
621
- }
622
-
623
- &:focus {
624
- outline: $tab-v-pop-focus-outline;
625
- }
626
- }
627
- }
628
- }
629
-
630
- &.e-disable {
631
- pointer-events: none;
632
-
633
- .e-tab-header {
634
-
635
- .e-indicator {
636
- background: $tab-disable-border-color;
637
- }
638
-
639
- .e-toolbar-item {
640
-
641
- .e-tab-wrap {
642
- color: $tab-disable-text-color;
643
- }
644
-
645
- &.e-active {
646
-
647
- .e-tab-text,
648
- .e-tab-icon {
649
- color: $tab-disable-active-text-color;
650
- }
651
- }
652
- }
653
- }
654
-
655
- .e-content {
656
- opacity: $tab-disable-cnt-opacity;
657
- }
658
- }
659
-
660
- &.e-fill {
661
-
662
- .e-tab-header {
663
- border-bottom: $tab-fill-hdr-border;
664
-
665
- .e-toolbar-items.e-hscroll {
666
- border: 0;
667
- }
668
-
669
- .e-toolbar-item {
670
- border: 0;
671
-
672
- .e-ripple-element {
673
- background: $tab-fill-ripple-bg-color;
674
- }
675
-
676
- .e-tab-wrap {
677
- color: $tab-text-color;
678
-
679
- &:hover .e-tab-text,
680
- &:hover .e-tab-icon {
681
- color: $tab-hover-text-color;
682
- }
683
-
684
- &:hover .e-tab-icon {
685
- color: $tab-fill-wrap-hover-icon-color;
686
- }
687
- }
688
-
689
- .e-text-wrap {
690
- margin-top: 0;
691
- }
692
-
693
- &.e-active {
694
- border: 0;
695
-
696
- .e-tab-wrap {
697
- background: $tab-fill-active-bg-color;
698
- border-radius: $tab-active-item-border-radius;
699
- border-color: $tab-fill-active-tabwrap-border-color;
700
-
701
- &:hover .e-tab-text,
702
- &:hover .e-tab-icon {
703
- color: $tab-alt-active-text-color;
704
- }
705
- }
706
-
707
- .e-text-wrap {
708
- margin-top: 0;
709
- }
710
-
711
- .e-text-wrap::before {
712
- border: $tab-fill-active-text-before-border;
713
- }
714
-
715
- .e-tab-text,
716
- .e-tab-icon {
717
- color: $tab-alt-active-text-color;
718
- }
719
-
720
- .e-close-icon {
721
- color: $tab-alt-active-close-icon-color;
722
- }
723
-
724
- .e-close-icon:hover {
725
- color: $tab-fill-active-close-hover-color;
726
- }
727
- }
728
- }
729
-
730
- .e-toolbar-pop {
731
-
732
- .e-toolbar-item:active:hover {
733
- .e-tab-text,
734
- .e-tab-icon {
735
- color: $tab-fill-pop-active-icon-color;
736
- }
737
- }
738
-
739
- .e-tab-wrap {
740
- &:hover {
741
- background: $tab-fill-pop-wrap-hover-bg;
742
-
743
- .e-tab-text {
744
- color: $tab-fill-pop-wrap-hover-text-color;
745
- }
746
-
747
- .e-tab-icon {
748
- color: $tab-fill-pop-wrap-hover-icon-color;
749
- }
750
-
751
- .e-close-icon {
752
- color: $tab-fill-pop-wrap-hover-close-color;
753
- }
754
- }
755
- }
756
- }
757
-
758
- &.e-horizontal-bottom {
759
- border-bottom: 0;
760
- border-top: $tab-fill-hdr-border;
761
-
762
- .e-toolbar-item {
763
-
764
- &.e-active .e-text-wrap {
765
- margin-top: 0;
766
- }
767
- }
768
- }
769
-
770
- &.e-vertical {
771
- border-bottom: 0;
772
-
773
- &.e-vertical-left {
774
- border-right: $tab-fill-hdr-border;
775
- }
776
-
777
- &.e-vertical-right {
778
- border-left: $tab-fill-hdr-border;
779
- }
780
- }
781
- }
782
-
783
- &.e-corner {
784
-
785
- .e-tab-header {
786
-
787
- .e-toolbar-item {
788
-
789
- &.e-active .e-tab-wrap {
790
- border-radius: $tab-fill-active-wrap-corner;
791
- }
792
- }
793
-
794
- &.e-horizontal-bottom {
795
-
796
- .e-toolbar-item.e-active .e-tab-wrap {
797
- border-radius: $tab-fill-even-active-wrap-corner;
798
- }
799
- }
800
- }
801
- }
802
-
803
- &.e-disable {
804
-
805
- .e-tab-header {
806
- border-bottom: $tab-fill-disable-hdr-border;
807
-
808
- .e-toolbar-item {
809
-
810
- .e-tab-wrap {
811
- color: $tab-disable-text-color;
812
- }
813
-
814
- &.e-active {
815
- opacity: $tab-alt-disable-active-item-opacity;
816
-
817
- .e-tab-wrap,
818
- .e-tab-wrap:focus {
819
- background: $tab-fill-disable-active-bg-color;
820
- }
821
-
822
- .e-tab-wrap .e-tab-text,
823
- .e-tab-wrap .e-tab-icon,
824
- .e-tab-wrap:focus .e-tab-text,
825
- .e-tab-wrap:focus .e-tab-icon {
826
- color: $tab-alt-disable-active-text-color;
827
- }
828
- }
829
- }
830
-
831
- &.e-horizontal-bottom {
832
- border-bottom: 0;
833
- border-top: $tab-fill-disable-hdr-border;
834
- }
835
- }
836
- }
837
-
838
- &.e-focused .e-tab-header {
839
-
840
- .e-toolbar-item {
841
-
842
- .e-tab-wrap:focus .e-tab-icon,
843
- .e-tab-wrap:focus .e-tab-text,
844
- .e-tab-wrap:focus .e-close-icon {
845
- color: $tab-hover-text-color;
846
- }
847
-
848
- &.e-active .e-tab-wrap:focus {
849
- background: $tab-fill-focus-bg-color;
850
- border-color: $tab-fill-focused-active-tabwrap-focus-border-color;
851
-
852
- .e-tab-text {
853
- color: $tab-fill-focused-active-wrap-focus-text-color;
854
- }
855
-
856
- .e-close-icon {
857
- color: $tab-fill-focused-active-wrap-focus-close-color;
858
- }
859
-
860
- .e-tab-text,
861
- .e-tab-icon {
862
- color: $tab-alt-active-style-hover-icon-color;
863
- }
864
- }
865
- }
866
- }
867
- }
868
-
869
- &.e-background {
870
-
871
- .e-tab-header {
872
- background: $tab-alt-hdr-bg-color;
873
- border: 0;
874
-
875
- .e-toolbar-items {
876
- background: $tab-alt-item-bg-color;
877
- }
878
-
879
- .e-toolbar-items.e-hscroll {
880
- border: 0;
881
- }
882
-
883
- .e-indicator {
884
- background: $tab-alt-border-color;
885
- bottom: $tab-background-indicator-bottom;
886
- }
887
-
888
- .e-toolbar-item {
889
- border: 0;
890
-
891
- .e-ripple-element {
892
- background: $tab-alt-ripple-bg-color;
893
- }
894
-
895
- .e-tab-wrap {
896
- background: $tab-alt-item-bg-color;
897
- border-color: $tab-background-wrap-border-color;
898
-
899
- .e-tab-icon,
900
- .e-close-icon {
901
- color: $tab-alt-text-color;
902
- }
903
-
904
- .e-tab-text {
905
- color: $tab-background-text-color;
906
- }
907
-
908
- .e-close-icon:hover {
909
- color: $tab-background-close-hover-color;
910
- }
911
-
912
- &:hover {
913
- background: $tab-bg-item-wrap-hover-bg-color;
914
- background-color: $tab-background-wrap-hover-bg-color;
915
- border-color: $tab-background-wrap-hover-border-color;
916
-
917
- .e-tab-text {
918
- color: $tab-background-wrap-hover-text-color;
919
- }
920
-
921
- .e-tab-icon {
922
- color: $tab-background-wrap-hover-icon-color;
923
- }
924
-
925
- .e-close-icon {
926
- color: $tab-background-wrap-hover-close-color;
927
-
928
- &:hover,
929
- &:active {
930
- color: $tab-background-close-hover-active-color;
931
- }
932
- }
933
- }
934
- }
935
-
936
- &.e-active {
937
- border: 0;
938
- margin: 0;
939
- background: $tab-background-active-bg;
940
-
941
- .e-tab-wrap {
942
- background: $tab-background-active-wrap-bg;
943
- border-color: $tab-background-active-wrap-border-color;
944
- border-radius: $tab-background-active-wrap-border-radius;
945
- border-style: solid;
946
- border-width: $tab-background-active-wrap-border-width;
947
-
948
- .e-tab-text {
949
- color: $tab-background-active-text-color;
950
- }
951
-
952
- .e-tab-icon {
953
- color: $tab-background-active-icon-color;
954
- }
955
-
956
- .e-close-icon {
957
- color: $tab-background-active-close-color;
958
- }
959
-
960
- &:hover {
961
- background: $tab-background-active-hover-bg;
962
- border-color: $tab-background-active-hover-border-color;
963
- .e-tab-text {
964
- color: $tab-background-active-hover-text-color;
965
- }
966
-
967
- .e-tab-icon {
968
- color: $tab-background-active-hover-icon-color;
969
- }
970
-
971
- .e-close-icon {
972
- color: $tab-background-active-hover-close-color;
973
-
974
- &:hover {
975
- color: $tab-background-active-close-hover-color;
976
- }
977
-
978
- &:active {
979
- color: $tab-background-activeitem-close-active-color;
980
- }
981
- }
982
-
983
- &:focus {
984
- background: $tab-background-active-wrap-focus-bg;
985
-
986
- .e-tab-icon,
987
- .e-tab-text {
988
- color: $tab-background-active-wrap-focus-text-color;
989
- }
990
- }
991
- }
992
-
993
- &:focus {
994
- background: $tab-alt-active-focus-bg-color;
995
-
996
- .e-tab-text,
997
- .e-tab-icon {
998
- color: $tab-background-active-wrap-focus-icon;
999
- }
1000
- }
1001
-
1002
- &:focus:hover {
1003
-
1004
- .e-tab-text {
1005
- color: $tab-background-active-wrap-focushover-text-color;
1006
- }
1007
-
1008
- .e-close-icon {
1009
- color: $tab-background-active-wrap-focushover-close-color;
1010
- }
1011
- }
1012
- }
1013
-
1014
- .e-text-wrap::before {
1015
- border: $tab-nrml-bottom-wrap-before-top;
1016
- }
1017
-
1018
- .e-tab-text,
1019
- .e-tab-icon {
1020
- color: $tab-background-active-text-icon-color;
1021
- }
1022
-
1023
- .e-close-icon {
1024
- color: $tab-background-active-close-icon-color;
1025
- }
1026
-
1027
- .e-close-icon:hover,
1028
- .e-tab-text:hover {
1029
- color: $tab-background-active-close-text-hover-color;
1030
- }
1031
-
1032
- &.e-itop .e-tab-wrap,
1033
- &.e-ibottom .e-tab-wrap {
1034
- background: $tab-alt-tb-active-bg-color;
1035
- }
1036
- }
1037
-
1038
- &.e-disable {
1039
- .e-tab-text,
1040
- .e-tab-icon,
1041
- .e-close-icon {
1042
- color: $tab-alt-disable-text-color;
1043
- }
1044
- }
1045
- }
1046
-
1047
- .e-toolbar-pop {
1048
-
1049
- .e-toolbar-item {
1050
- background: $tab-alt-item-bg-color;
1051
-
1052
- .e-tab-wrap {
1053
-
1054
- .e-tab-text,
1055
- .e-tab-icon,
1056
- .e-close-icon {
1057
- color: $tab-background-pop-text-color;
1058
- }
1059
-
1060
- &:hover {
1061
- background: $tab-background-pop-wrap-hover-bg;
1062
-
1063
- .e-tab-text,
1064
- .e-tab-icon,
1065
- .e-close-icon {
1066
- color: $tab-background-pop-wrap-hover-text-color;
1067
- }
1068
- }
1069
-
1070
- &:active {
1071
- .e-tab-text {
1072
- color: $tab-background-pop-wrap-active-text-color;
1073
- }
1074
-
1075
- .e-tab-icon {
1076
- color: $tab-background-pop-wrap-active-icon-color;
1077
- }
1078
-
1079
- .e-close-icon {
1080
- color: $tab-background-pop-wrap-active-close-color;
1081
- }
1082
- }
1083
- }
1084
- }
1085
- }
1086
-
1087
- .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
1088
- .e-scroll-nav {
1089
- background: $tab-background-scroll-bg;
1090
-
1091
- .e-nav-arrow {
1092
- color: $tab-alt-nav-icon-color;
1093
- border: $tab-background-scroll-arrow-border;
1094
-
1095
- &:hover {
1096
- background: $tab-background-scroll-arrow-hover-bg;
1097
- color: $tab-bg-hover-nav-icon-color;
1098
- border-color: $tab-background-scroll-arrow-hover-border-color;
1099
- }
1100
-
1101
- &:active {
1102
- background: $tab-background-scroll-arrow-active-bg;
1103
- color: $tab-background-scroll-arrow-active-color;
1104
- }
1105
- }
1106
-
1107
- &:focus {
1108
-
1109
- .e-nav-arrow {
1110
- color: $tab-bg-hover-nav-icon-color;
1111
- border: $tab-background-scroll-focus-arrow-border;
1112
- background: $tab-background-scroll-focus-arrow-bg;
1113
-
1114
- &:hover {
1115
- background: $tab-bg-hover-nav-bg-color;
1116
- color: $tab-bg-hover-nav-icon-color;
1117
- }
1118
-
1119
- &:active {
1120
- background: $tab-background-nav-focus-active-bg;
1121
- border-color: $tab-background-nav-focus-active-border-color;
1122
- color: $tab-background-nav-focus-active-color;
1123
- }
1124
- }
1125
- }
1126
-
1127
- &:active::after {
1128
- @include hscroll-alt-btn-animation-after;
1129
- }
1130
- }
1131
-
1132
- .e-hor-nav:not(.e-expended-nav),
1133
- .e-hor-nav {
1134
- background: $tab-background-hor-nav-bg;
1135
-
1136
- .e-popup-up-icon,
1137
- .e-popup-down-icon {
1138
- color: $tab-background-pop-icon-color;
1139
- border: $tab-background-pop-icon-border;
1140
-
1141
- &:hover {
1142
- background: $tab-background-pop-icon-hover-bg;
1143
- border-color: $tab-background-pop-icon-hover-border-color;
1144
- color: $tab-bg-hover-nav-icon-color;
1145
- }
1146
-
1147
- &:active {
1148
- &:hover {
1149
- background: $tab-background-pop-active-hover-bg;
1150
- color: $tab-background-pop-active-hover-color;
1151
- }
1152
- }
1153
- }
1154
-
1155
- &:focus {
1156
-
1157
- .e-popup-up-icon,
1158
- .e-popup-down-icon {
1159
- color: $tab-bg-hover-nav-icon-color;
1160
- background: $tab-background-focus-pop-bg;
1161
- border: $tab-background-focus-pop-border;
1162
-
1163
- &:hover {
1164
- background: $tab-background-focus-pop-hover-bg;
1165
- }
1166
-
1167
- &:active {
1168
- background: $tab-background-popicon-focus-active-bg;
1169
- border-color: $tab-background-popicon-focus-active-border-color;
1170
- color: $tab-background-popicon-focus-active-color;
1171
- }
1172
- }
1173
- }
1174
-
1175
- &:active::after {
1176
- @include tbar-alt-btn-animation-after;
1177
- }
1178
-
1179
- &.e-nav-active {
1180
- .e-popup-up-icon {
1181
- color: $tab-bg-hover-nav-icon-color;
1182
- }
1183
- }
1184
- }
1185
-
1186
- &.e-horizontal-bottom {
1187
- .e-toolbar-item.e-active {
1188
- border: 0;
1189
- margin: 0;
1190
-
1191
- .e-tab-wrap {
1192
- border-color: $tab-background-bottom-active-wrap-border-color;
1193
- border-radius: $tab-background-bottom-active-wrap-border-radius;
1194
- border-style: solid;
1195
- border-width: $tab-background-bottom-active-wrap-border-width;
1196
- }
1197
- }
1198
- }
1199
-
1200
- &.e-vertical {
1201
-
1202
- &.e-vertical-left {
1203
- .e-toolbar-item.e-active {
1204
- border-color: $tab-background-vertical-left-active-border-color;
1205
- border-style: solid;
1206
- border-width: $tab-background-vertical-left-active-border-width;
1207
- margin: 0;
1208
-
1209
- .e-tab-wrap {
1210
- border-color: $tab-background-bottom-active-wrap-border-color;
1211
- border-radius: $tab-background-vertical-left-active-wrap-border-radius;
1212
- border-style: solid;
1213
- border-width: $tab-background-vertical-left-active-wrap-border-width;
1214
- }
1215
- }
1216
- }
1217
-
1218
- &.e-vertical-right {
1219
- .e-toolbar-item.e-active {
1220
- border-color: $tab-background-vertical-left-active-border-color;
1221
- border-style: solid;
1222
- border-width: $tab-background-vertical-right-active-border-width;
1223
- margin: 0;
1224
-
1225
- .e-tab-wrap {
1226
- border-color: $tab-background-bottom-active-wrap-border-color;
1227
- border-radius: $tab-background-vertical-right-active-wrap-border-radius;
1228
- border-style: solid;
1229
- border-width: $tab-background-vertical-right-active-wrap-border-width;
1230
- }
1231
- }
1232
- }
1233
-
1234
- .e-scroll-nav {
1235
-
1236
- .e-nav-arrow {
1237
- border: 0;
1238
- }
1239
-
1240
- &:focus {
1241
-
1242
- .e-nav-arrow {
1243
- border: 0;
1244
-
1245
- &:hover {
1246
- background: none;
1247
- }
1248
- }
1249
- }
1250
-
1251
- &:hover {
1252
-
1253
- .e-nav-arrow {
1254
- color: $tab-bg-hover-nav-icon-color;
1255
- }
1256
- }
1257
- }
1258
-
1259
- .e-hor-nav {
1260
-
1261
- &:focus {
1262
-
1263
- .e-popup-up-icon,
1264
- .e-popup-down-icon {
1265
- background: inherit;
1266
- border-color: transparent;
1267
-
1268
- &:hover {
1269
- background: inherit;
1270
- border-color: transparent;
1271
- }
1272
- }
1273
- }
1274
-
1275
- .e-popup-up-icon,
1276
- .e-popup-down-icon {
1277
-
1278
- &:hover {
1279
- background: inherit;
1280
- border-color: transparent;
1281
- }
1282
- }
1283
- }
1284
- }
1285
- }
1286
-
1287
- &.e-disable .e-tab-header {
1288
-
1289
- .e-indicator {
1290
- background: $tab-alt-disable-border-color;
1291
- }
1292
-
1293
- .e-toolbar-item {
1294
-
1295
- .e-tab-wrap {
1296
- color: $tab-alt-disable-text-color;
1297
-
1298
- .e-tab-text,
1299
- .e-tab-icon {
1300
- color: $tab-alt-disable-text-color;
1301
- }
1302
-
1303
- &:focus {
1304
-
1305
- .e-tab-text,
1306
- .e-tab-icon {
1307
- color: $tab-alt-disable-text-color;
1308
- }
1309
- }
1310
- }
1311
-
1312
- &.e-active {
1313
- opacity: $tab-alt-disable-active-item-opacity;
1314
-
1315
- .e-tab-wrap,
1316
- .e-tab-wrap:focus {
1317
- background: $tab-alt-disable-active-bg-color;
1318
- color: $tab-alt-disable-active-text-color;
1319
-
1320
- .e-tab-text,
1321
- .e-tab-icon {
1322
- color: $tab-alt-disable-active-text-color;
1323
- }
1324
- }
1325
- }
1326
- }
1327
- }
1328
-
1329
- &.e-accent .e-tab-header {
1330
-
1331
- .e-indicator {
1332
- background: $tab-background-accent-indicator-bg;
1333
- }
1334
-
1335
- &.e-disable {
1336
-
1337
- .e-indicator {
1338
- background: $tab-disable-border-color;
1339
- }
1340
- }
1341
- }
1342
-
1343
- &.e-focused .e-tab-header {
1344
-
1345
- .e-toolbar-item {
1346
-
1347
- .e-tab-wrap:focus {
1348
- background: $tab-background-focused-wrap-focus-bg;
1349
- border-color: $tab-background-focused-wrap-focus-border-color;
1350
-
1351
- .e-tab-icon,
1352
- .e-tab-text,
1353
- .e-close-icon {
1354
- color: $tab-background-focused-wrap-focus-close-color;
1355
- }
1356
- }
1357
-
1358
- &.e-active {
1359
-
1360
- .e-tab-wrap:focus {
1361
- background: $tab-background-focused-active-wrap-focus-bg;
1362
- border-color: $tab-background-focused-active-wrap-focus-border-color;
1363
- }
1364
-
1365
- .e-tab-wrap:focus .e-tab-text,
1366
- .e-tab-wrap:focus .e-tab-icon {
1367
- color: $tab-background-focused-active-wrap-icon-color;
1368
- }
1369
-
1370
- .e-tab-wrap:hover {
1371
- background: $tab-background-focused-active-wrap-hover-bg;
1372
- border: $tab-background-focused-active-wrap-hover-border;
1373
- border-radius: $tab-background-focused-active-wrap-hover-border-radius;
1374
- }
1375
-
1376
- .e-tab-wrap:focus {
1377
- .e-tab-text {
1378
- color: $tab-background-focused-active-wrap-focus-text-color;
1379
- }
1380
-
1381
- .e-tab-icon {
1382
- color: $tab-background-focused-active-wrap-focus-icon-color;
1383
- }
1384
-
1385
- .e-close-icon {
1386
- color: $tab-background-focused-active-wrap-focus-close-color;
1387
- }
1388
- }
1389
-
1390
- .e-tab-wrap:hover {
1391
- .e-tab-text {
1392
- color: $tab-background-focused-active-wrap-hover-text-color;
1393
- }
1394
-
1395
- .e-tab-icon {
1396
- color: $tab-background-focused-active-wrap-hover-icon-color;
1397
- }
1398
-
1399
- .e-close-icon {
1400
- color: $tab-background-focused-active-wrap-hover-close-color;
1401
- }
1402
- }
1403
-
1404
- .e-tab-wrap:focus:hover {
1405
- .e-tab-text {
1406
- color: $tab-background-focused-active-focus-hover-text-color;
1407
- }
1408
- .e-close-icon {
1409
- color: $tab-background-focused-active-focus-hover-close-color;
1410
- }
1411
- }
1412
-
1413
- &.e-itop .e-tab-wrap,
1414
- &.e-ibottom .e-tab-wrap {
1415
- background: $tab-alt-tb-active-bg-color;
1416
-
1417
- &:focus {
1418
- background: $tab-key-alt-active-focus-bg-color;
1419
- }
1420
- }
1421
- }
1422
- }
1423
-
1424
- .e-scroll-nav {
1425
-
1426
- &:focus {
1427
-
1428
- .e-nav-arrow {
1429
- color: $tab-bg-nav-focus-icon-color;
1430
- }
1431
- }
1432
- }
1433
-
1434
- .e-hor-nav {
1435
-
1436
- &:focus {
1437
-
1438
- .e-popup-up-icon,
1439
- .e-popup-down-icon {
1440
- color: $tab-bg-nav-focus-icon-color;
1441
- }
1442
- }
1443
- }
1444
- }
1445
- }
1446
-
1447
- &.e-rtl {
1448
-
1449
- .e-tab-header {
1450
-
1451
- .e-hscroll.e-rtl {
1452
-
1453
- .e-scroll-nav {
1454
- border: 0;
1455
- }
1456
- }
1457
- }
1458
- }
1459
-
1460
- .e-content {
1461
- background: inherit;
1462
-
1463
- .e-item {
1464
- background: inherit;
1465
- color: $tab-content-font-color;
1466
- font-size: $tab-content-font-size;
1467
- line-height: $tab-content-line-height;
1468
- }
1469
- }
1470
- }
1471
-
1472
- .e-tab-clone-element {
1473
- background: $tab-clone-item-bg-color;
1474
- color: $tab-clone-text-color;
1475
-
1476
- .e-tab-wrap {
1477
- border-radius: $tab-active-item-border-radius;
1478
- color: $tab-clone-text-color;
1479
- border: $tab-clone-item-wrap-border;
1480
-
1481
- .e-tab-icon {
1482
- color: $tab-clone-text-color;
1483
- }
1484
- }
1485
- }
1486
- }