@syncfusion/ej2-navigations 27.2.5 → 28.1.33-686179

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 (806) hide show
  1. package/.eslintrc.json +243 -260
  2. package/README.md +301 -301
  3. package/dist/ej2-navigations.umd.min.js +1 -10
  4. package/dist/ej2-navigations.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-navigations.es2015.js +571 -384
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +817 -624
  8. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  9. package/license +10 -10
  10. package/package.json +167 -167
  11. package/src/accordion/accordion-model.d.ts +199 -199
  12. package/src/accordion/accordion.js +19 -19
  13. package/src/appbar/appbar-model.d.ts +51 -51
  14. package/src/appbar/appbar.js +19 -19
  15. package/src/breadcrumb/breadcrumb-model.d.ts +114 -114
  16. package/src/breadcrumb/breadcrumb.js +19 -19
  17. package/src/carousel/carousel-model.d.ts +206 -194
  18. package/src/carousel/carousel.d.ts +11 -0
  19. package/src/carousel/carousel.js +43 -22
  20. package/src/common/h-scroll-model.d.ts +6 -6
  21. package/src/common/h-scroll.js +19 -19
  22. package/src/common/menu-base-model.d.ts +236 -229
  23. package/src/common/menu-base.d.ts +7 -0
  24. package/src/common/menu-base.js +99 -38
  25. package/src/common/v-scroll-model.d.ts +6 -6
  26. package/src/common/v-scroll.js +19 -19
  27. package/src/context-menu/context-menu-model.d.ts +33 -18
  28. package/src/context-menu/context-menu.d.ts +13 -0
  29. package/src/context-menu/context-menu.js +29 -19
  30. package/src/menu/menu-model.d.ts +45 -45
  31. package/src/menu/menu.js +23 -19
  32. package/src/sidebar/sidebar-model.d.ts +189 -189
  33. package/src/sidebar/sidebar.js +19 -19
  34. package/src/stepper/stepper.d.ts +9 -0
  35. package/src/stepper/stepper.js +281 -256
  36. package/src/stepper-base/stepper-base.js +34 -30
  37. package/src/tab/tab-model.d.ts +306 -293
  38. package/src/tab/tab.d.ts +26 -2
  39. package/src/tab/tab.js +98 -31
  40. package/src/toolbar/toolbar-model.d.ts +209 -215
  41. package/src/toolbar/toolbar.d.ts +0 -6
  42. package/src/toolbar/toolbar.js +19 -19
  43. package/src/treeview/treeview-model.d.ts +520 -520
  44. package/src/treeview/treeview.d.ts +2 -10
  45. package/src/treeview/treeview.js +36 -35
  46. package/styles/accordion/_all.scss +2 -2
  47. package/styles/accordion/_bds-definition.scss +167 -167
  48. package/styles/accordion/_bigger.scss +121 -121
  49. package/styles/accordion/_bootstrap-dark-definition.scss +169 -167
  50. package/styles/accordion/_bootstrap-definition.scss +167 -167
  51. package/styles/accordion/_bootstrap4-definition.scss +177 -175
  52. package/styles/accordion/_bootstrap5-definition.scss +168 -168
  53. package/styles/accordion/_bootstrap5.3-definition.scss +168 -168
  54. package/styles/accordion/_fabric-dark-definition.scss +171 -171
  55. package/styles/accordion/_fabric-definition.scss +171 -171
  56. package/styles/accordion/_fluent-definition.scss +168 -168
  57. package/styles/accordion/_fluent2-definition.scss +167 -167
  58. package/styles/accordion/_fusionnew-definition.scss +168 -168
  59. package/styles/accordion/_highcontrast-definition.scss +193 -193
  60. package/styles/accordion/_highcontrast-light-definition.scss +193 -193
  61. package/styles/accordion/_layout.scss +236 -236
  62. package/styles/accordion/_material-dark-definition.scss +171 -171
  63. package/styles/accordion/_material-definition.scss +165 -165
  64. package/styles/accordion/_material3-definition.scss +168 -168
  65. package/styles/accordion/_tailwind-definition.scss +167 -167
  66. package/styles/accordion/_tailwind3-definition.scss +168 -0
  67. package/styles/accordion/_theme.scss +418 -418
  68. package/styles/accordion/bds.css +544 -0
  69. package/styles/accordion/bds.scss +5 -0
  70. package/styles/accordion/icons/_bds.scss +15 -15
  71. package/styles/accordion/icons/_bootstrap-dark.scss +15 -15
  72. package/styles/accordion/icons/_bootstrap.scss +15 -15
  73. package/styles/accordion/icons/_bootstrap4.scss +15 -15
  74. package/styles/accordion/icons/_bootstrap5.3.scss +15 -15
  75. package/styles/accordion/icons/_bootstrap5.scss +15 -15
  76. package/styles/accordion/icons/_fabric-dark.scss +15 -15
  77. package/styles/accordion/icons/_fabric.scss +15 -15
  78. package/styles/accordion/icons/_fluent.scss +15 -15
  79. package/styles/accordion/icons/_fluent2.scss +15 -15
  80. package/styles/accordion/icons/_fusionnew.scss +15 -15
  81. package/styles/accordion/icons/_highcontrast-light.scss +15 -15
  82. package/styles/accordion/icons/_highcontrast.scss +15 -15
  83. package/styles/accordion/icons/_material-dark.scss +15 -15
  84. package/styles/accordion/icons/_material.scss +15 -15
  85. package/styles/accordion/icons/_material3.scss +15 -15
  86. package/styles/accordion/icons/_tailwind.scss +15 -15
  87. package/styles/accordion/icons/_tailwind3.scss +15 -0
  88. package/styles/accordion/material3-dark.scss +1 -1
  89. package/styles/accordion/material3.scss +1 -1
  90. package/styles/accordion/tailwind-dark.css +2 -2
  91. package/styles/accordion/tailwind3.css +552 -0
  92. package/styles/accordion/tailwind3.scss +5 -0
  93. package/styles/appbar/_all.scss +2 -2
  94. package/styles/appbar/_bds-definition.scss +24 -24
  95. package/styles/appbar/_bigger.scss +15 -15
  96. package/styles/appbar/_bootstrap-dark-definition.scss +6 -6
  97. package/styles/appbar/_bootstrap-definition.scss +6 -6
  98. package/styles/appbar/_bootstrap4-definition.scss +6 -6
  99. package/styles/appbar/_bootstrap5-definition.scss +6 -6
  100. package/styles/appbar/_bootstrap5.3-definition.scss +6 -6
  101. package/styles/appbar/_fabric-dark-definition.scss +6 -6
  102. package/styles/appbar/_fabric-definition.scss +6 -6
  103. package/styles/appbar/_fluent-definition.scss +6 -6
  104. package/styles/appbar/_fluent2-definition.scss +23 -23
  105. package/styles/appbar/_fusionnew-definition.scss +6 -6
  106. package/styles/appbar/_highcontrast-definition.scss +6 -6
  107. package/styles/appbar/_highcontrast-light-definition.scss +6 -6
  108. package/styles/appbar/_layout.scss +76 -76
  109. package/styles/appbar/_material-dark-definition.scss +6 -6
  110. package/styles/appbar/_material-definition.scss +6 -6
  111. package/styles/appbar/_material3-definition.scss +6 -6
  112. package/styles/appbar/_tailwind-definition.scss +6 -6
  113. package/styles/appbar/_tailwind3-definition.scss +6 -0
  114. package/styles/appbar/_theme.scss +216 -216
  115. package/styles/appbar/bds.css +302 -0
  116. package/styles/appbar/bds.scss +4 -0
  117. package/styles/appbar/material3-dark.scss +1 -1
  118. package/styles/appbar/material3.scss +1 -1
  119. package/styles/appbar/tailwind3.css +285 -0
  120. package/styles/appbar/tailwind3.scss +4 -0
  121. package/styles/bds-lite.css +9233 -0
  122. package/styles/bds-lite.scss +47 -0
  123. package/styles/bds.css +11954 -0
  124. package/styles/bds.scss +59 -0
  125. package/styles/bootstrap-dark-lite.css +21 -13
  126. package/styles/bootstrap-dark.css +35 -14
  127. package/styles/bootstrap-lite.css +21 -13
  128. package/styles/bootstrap.css +35 -14
  129. package/styles/bootstrap4-lite.css +23 -15
  130. package/styles/bootstrap4.css +37 -16
  131. package/styles/bootstrap5-dark-lite.css +42 -34
  132. package/styles/bootstrap5-dark.css +56 -35
  133. package/styles/bootstrap5-lite.css +29 -21
  134. package/styles/bootstrap5.3-lite.css +29 -13
  135. package/styles/bootstrap5.3.css +43 -14
  136. package/styles/bootstrap5.css +43 -22
  137. package/styles/breadcrumb/_all.scss +2 -2
  138. package/styles/breadcrumb/_bds-definition.scss +60 -60
  139. package/styles/breadcrumb/_bigger.scss +168 -160
  140. package/styles/breadcrumb/_bootstrap-dark-definition.scss +54 -54
  141. package/styles/breadcrumb/_bootstrap-definition.scss +54 -54
  142. package/styles/breadcrumb/_bootstrap4-definition.scss +56 -54
  143. package/styles/breadcrumb/_bootstrap5-definition.scss +65 -63
  144. package/styles/breadcrumb/_bootstrap5.3-definition.scss +61 -61
  145. package/styles/breadcrumb/_fabric-dark-definition.scss +59 -59
  146. package/styles/breadcrumb/_fabric-definition.scss +59 -59
  147. package/styles/breadcrumb/_fluent-definition.scss +63 -63
  148. package/styles/breadcrumb/_fluent2-definition.scss +61 -61
  149. package/styles/breadcrumb/_fusionnew-definition.scss +65 -59
  150. package/styles/breadcrumb/_highcontrast-definition.scss +61 -61
  151. package/styles/breadcrumb/_highcontrast-light-definition.scss +61 -61
  152. package/styles/breadcrumb/_layout.scss +451 -431
  153. package/styles/breadcrumb/_material-dark-definition.scss +50 -50
  154. package/styles/breadcrumb/_material-definition.scss +50 -50
  155. package/styles/breadcrumb/_material3-definition.scss +60 -60
  156. package/styles/breadcrumb/_tailwind-definition.scss +60 -60
  157. package/styles/breadcrumb/_tailwind3-definition.scss +61 -0
  158. package/styles/breadcrumb/_theme.scss +296 -236
  159. package/styles/breadcrumb/bds.css +418 -0
  160. package/styles/breadcrumb/bds.scss +5 -0
  161. package/styles/breadcrumb/bootstrap4.css +2 -2
  162. package/styles/breadcrumb/fabric-dark.css +3 -3
  163. package/styles/breadcrumb/icons/_bds.scss +23 -23
  164. package/styles/breadcrumb/icons/_bootstrap-dark.scss +12 -12
  165. package/styles/breadcrumb/icons/_bootstrap.scss +12 -12
  166. package/styles/breadcrumb/icons/_bootstrap4.scss +12 -12
  167. package/styles/breadcrumb/icons/_bootstrap5.3.scss +23 -23
  168. package/styles/breadcrumb/icons/_bootstrap5.scss +23 -23
  169. package/styles/breadcrumb/icons/_fabric-dark.scss +12 -12
  170. package/styles/breadcrumb/icons/_fabric.scss +12 -12
  171. package/styles/breadcrumb/icons/_fluent.scss +23 -23
  172. package/styles/breadcrumb/icons/_fluent2.scss +23 -23
  173. package/styles/breadcrumb/icons/_fusionnew.scss +23 -23
  174. package/styles/breadcrumb/icons/_highcontrast-light.scss +12 -12
  175. package/styles/breadcrumb/icons/_highcontrast.scss +12 -12
  176. package/styles/breadcrumb/icons/_material-dark.scss +23 -23
  177. package/styles/breadcrumb/icons/_material.scss +23 -23
  178. package/styles/breadcrumb/icons/_material3.scss +12 -12
  179. package/styles/breadcrumb/icons/_tailwind-dark.scss +23 -23
  180. package/styles/breadcrumb/icons/_tailwind.scss +23 -23
  181. package/styles/breadcrumb/icons/_tailwind3.scss +23 -0
  182. package/styles/breadcrumb/material3-dark.scss +1 -1
  183. package/styles/breadcrumb/material3.scss +1 -1
  184. package/styles/breadcrumb/tailwind3.css +441 -0
  185. package/styles/breadcrumb/tailwind3.scss +5 -0
  186. package/styles/carousel/_all.scss +2 -2
  187. package/styles/carousel/_bds-definition.scss +20 -20
  188. package/styles/carousel/_bootstrap-dark-definition.scss +20 -20
  189. package/styles/carousel/_bootstrap-definition.scss +20 -20
  190. package/styles/carousel/_bootstrap4-definition.scss +20 -20
  191. package/styles/carousel/_bootstrap5-definition.scss +20 -20
  192. package/styles/carousel/_bootstrap5.3-definition.scss +20 -20
  193. package/styles/carousel/_fabric-dark-definition.scss +20 -20
  194. package/styles/carousel/_fabric-definition.scss +20 -20
  195. package/styles/carousel/_fluent-definition.scss +20 -20
  196. package/styles/carousel/_fluent2-definition.scss +23 -23
  197. package/styles/carousel/_fusionnew-definition.scss +20 -20
  198. package/styles/carousel/_highcontrast-definition.scss +20 -20
  199. package/styles/carousel/_highcontrast-light-definition.scss +20 -20
  200. package/styles/carousel/_layout.scss +257 -257
  201. package/styles/carousel/_material-dark-definition.scss +20 -20
  202. package/styles/carousel/_material-definition.scss +20 -20
  203. package/styles/carousel/_material3-definition.scss +21 -21
  204. package/styles/carousel/_tailwind-definition.scss +20 -20
  205. package/styles/carousel/_tailwind3-definition.scss +24 -0
  206. package/styles/carousel/_theme.scss +108 -102
  207. package/styles/carousel/bds.css +426 -0
  208. package/styles/carousel/bds.scss +5 -0
  209. package/styles/carousel/fluent2.css +5 -0
  210. package/styles/carousel/icons/_bds.scss +30 -30
  211. package/styles/carousel/icons/_bootstrap-dark.scss +30 -30
  212. package/styles/carousel/icons/_bootstrap.scss +30 -30
  213. package/styles/carousel/icons/_bootstrap4.scss +30 -30
  214. package/styles/carousel/icons/_bootstrap5.3.scss +30 -30
  215. package/styles/carousel/icons/_bootstrap5.scss +30 -30
  216. package/styles/carousel/icons/_fabric-dark.scss +30 -30
  217. package/styles/carousel/icons/_fabric.scss +30 -30
  218. package/styles/carousel/icons/_fluent.scss +30 -30
  219. package/styles/carousel/icons/_fluent2.scss +30 -30
  220. package/styles/carousel/icons/_fusionnew.scss +30 -30
  221. package/styles/carousel/icons/_highcontrast-light.scss +30 -30
  222. package/styles/carousel/icons/_highcontrast.scss +30 -30
  223. package/styles/carousel/icons/_material-dark.scss +30 -30
  224. package/styles/carousel/icons/_material.scss +30 -30
  225. package/styles/carousel/icons/_material3.scss +30 -30
  226. package/styles/carousel/icons/_tailwind.scss +30 -30
  227. package/styles/carousel/icons/_tailwind3.scss +30 -0
  228. package/styles/carousel/material3-dark.scss +1 -1
  229. package/styles/carousel/material3.scss +1 -1
  230. package/styles/carousel/tailwind3.css +396 -0
  231. package/styles/carousel/tailwind3.scss +5 -0
  232. package/styles/context-menu/_all.scss +2 -2
  233. package/styles/context-menu/_bds-definition.scss +67 -67
  234. package/styles/context-menu/_bigger.scss +111 -96
  235. package/styles/context-menu/_bootstrap-dark-definition.scss +50 -50
  236. package/styles/context-menu/_bootstrap-definition.scss +50 -50
  237. package/styles/context-menu/_bootstrap4-definition.scss +52 -50
  238. package/styles/context-menu/_bootstrap5-definition.scss +52 -52
  239. package/styles/context-menu/_bootstrap5.3-definition.scss +52 -52
  240. package/styles/context-menu/_fabric-dark-definition.scss +50 -50
  241. package/styles/context-menu/_fabric-definition.scss +50 -50
  242. package/styles/context-menu/_fluent-definition.scss +51 -51
  243. package/styles/context-menu/_fluent2-definition.scss +52 -52
  244. package/styles/context-menu/_fusionnew-definition.scss +52 -51
  245. package/styles/context-menu/_highcontrast-definition.scss +50 -50
  246. package/styles/context-menu/_highcontrast-light-definition.scss +50 -50
  247. package/styles/context-menu/_layout-mixin.scss +140 -140
  248. package/styles/context-menu/_layout.scss +174 -150
  249. package/styles/context-menu/_material-dark-definition.scss +50 -50
  250. package/styles/context-menu/_material-definition.scss +50 -50
  251. package/styles/context-menu/_material3-definition.scss +51 -51
  252. package/styles/context-menu/_tailwind-definition.scss +52 -52
  253. package/styles/context-menu/_tailwind3-definition.scss +55 -0
  254. package/styles/context-menu/_theme-mixin.scss +91 -91
  255. package/styles/context-menu/_theme.scss +69 -69
  256. package/styles/context-menu/bds.css +421 -0
  257. package/styles/context-menu/bds.scss +8 -0
  258. package/styles/context-menu/fluent2.css +1 -1
  259. package/styles/context-menu/icons/_bds.scss +31 -31
  260. package/styles/context-menu/icons/_bootstrap-dark.scss +31 -31
  261. package/styles/context-menu/icons/_bootstrap.scss +31 -31
  262. package/styles/context-menu/icons/_bootstrap4.scss +31 -31
  263. package/styles/context-menu/icons/_bootstrap5.3.scss +31 -31
  264. package/styles/context-menu/icons/_bootstrap5.scss +31 -31
  265. package/styles/context-menu/icons/_fabric-dark.scss +31 -31
  266. package/styles/context-menu/icons/_fabric.scss +31 -31
  267. package/styles/context-menu/icons/_fluent.scss +31 -31
  268. package/styles/context-menu/icons/_fluent2.scss +31 -31
  269. package/styles/context-menu/icons/_fusionnew.scss +31 -31
  270. package/styles/context-menu/icons/_highcontrast-light.scss +31 -31
  271. package/styles/context-menu/icons/_highcontrast.scss +31 -31
  272. package/styles/context-menu/icons/_material-dark.scss +31 -31
  273. package/styles/context-menu/icons/_material.scss +31 -31
  274. package/styles/context-menu/icons/_material3.scss +31 -31
  275. package/styles/context-menu/icons/_tailwind-dark.scss +31 -31
  276. package/styles/context-menu/icons/_tailwind.scss +31 -31
  277. package/styles/context-menu/icons/_tailwind3.scss +31 -0
  278. package/styles/context-menu/material3-dark.scss +1 -1
  279. package/styles/context-menu/material3.scss +1 -1
  280. package/styles/context-menu/tailwind3.css +449 -0
  281. package/styles/context-menu/tailwind3.scss +8 -0
  282. package/styles/fabric-dark-lite.css +25 -17
  283. package/styles/fabric-dark.css +39 -18
  284. package/styles/fabric-lite.css +21 -13
  285. package/styles/fabric.css +35 -14
  286. package/styles/fluent-dark-lite.css +23 -17
  287. package/styles/fluent-dark.css +37 -18
  288. package/styles/fluent-lite.css +23 -17
  289. package/styles/fluent.css +37 -18
  290. package/styles/fluent2-lite.css +52 -24
  291. package/styles/fluent2.css +66 -25
  292. package/styles/h-scroll/_all.scss +2 -2
  293. package/styles/h-scroll/_bds-definition.scss +83 -83
  294. package/styles/h-scroll/_bigger.scss +39 -39
  295. package/styles/h-scroll/_bootstrap-dark-definition.scss +57 -57
  296. package/styles/h-scroll/_bootstrap-definition.scss +56 -56
  297. package/styles/h-scroll/_bootstrap4-definition.scss +58 -56
  298. package/styles/h-scroll/_bootstrap5-definition.scss +83 -83
  299. package/styles/h-scroll/_bootstrap5.3-definition.scss +83 -83
  300. package/styles/h-scroll/_fabric-dark-definition.scss +58 -58
  301. package/styles/h-scroll/_fabric-definition.scss +55 -55
  302. package/styles/h-scroll/_fluent-definition.scss +83 -83
  303. package/styles/h-scroll/_fluent2-definition.scss +83 -83
  304. package/styles/h-scroll/_fusionnew-definition.scss +83 -83
  305. package/styles/h-scroll/_highcontrast-definition.scss +56 -56
  306. package/styles/h-scroll/_highcontrast-light-definition.scss +59 -59
  307. package/styles/h-scroll/_layout.scss +160 -160
  308. package/styles/h-scroll/_material-dark-definition.scss +85 -85
  309. package/styles/h-scroll/_material-definition.scss +82 -82
  310. package/styles/h-scroll/_material3-definition.scss +83 -83
  311. package/styles/h-scroll/_tailwind-definition.scss +83 -83
  312. package/styles/h-scroll/_tailwind3-definition.scss +83 -0
  313. package/styles/h-scroll/_theme.scss +146 -146
  314. package/styles/h-scroll/bds.css +311 -0
  315. package/styles/h-scroll/bds.scss +5 -0
  316. package/styles/h-scroll/icons/_bds.scss +49 -49
  317. package/styles/h-scroll/icons/_bootstrap-dark.scss +49 -49
  318. package/styles/h-scroll/icons/_bootstrap.scss +49 -49
  319. package/styles/h-scroll/icons/_bootstrap4.scss +49 -49
  320. package/styles/h-scroll/icons/_bootstrap5.3.scss +49 -49
  321. package/styles/h-scroll/icons/_bootstrap5.scss +49 -49
  322. package/styles/h-scroll/icons/_fabric-dark.scss +49 -49
  323. package/styles/h-scroll/icons/_fabric.scss +49 -49
  324. package/styles/h-scroll/icons/_fluent.scss +49 -49
  325. package/styles/h-scroll/icons/_fluent2.scss +49 -49
  326. package/styles/h-scroll/icons/_fusionnew.scss +49 -49
  327. package/styles/h-scroll/icons/_highcontrast-light.scss +49 -49
  328. package/styles/h-scroll/icons/_highcontrast.scss +49 -49
  329. package/styles/h-scroll/icons/_material-dark.scss +49 -49
  330. package/styles/h-scroll/icons/_material.scss +49 -49
  331. package/styles/h-scroll/icons/_material3.scss +49 -49
  332. package/styles/h-scroll/icons/_tailwind.scss +49 -49
  333. package/styles/h-scroll/icons/_tailwind3.scss +49 -0
  334. package/styles/h-scroll/material3-dark.scss +1 -1
  335. package/styles/h-scroll/material3.scss +1 -1
  336. package/styles/h-scroll/tailwind3.css +311 -0
  337. package/styles/h-scroll/tailwind3.scss +5 -0
  338. package/styles/highcontrast-light-lite.css +21 -13
  339. package/styles/highcontrast-light.css +35 -14
  340. package/styles/highcontrast-lite.css +24 -16
  341. package/styles/highcontrast.css +38 -17
  342. package/styles/material-dark-lite.css +21 -13
  343. package/styles/material-dark.css +35 -14
  344. package/styles/material-lite.css +21 -13
  345. package/styles/material.css +35 -14
  346. package/styles/material3-dark-lite.css +21 -13
  347. package/styles/material3-dark.css +45 -15
  348. package/styles/material3-dark.scss +1 -1
  349. package/styles/material3-lite.css +21 -13
  350. package/styles/material3.css +45 -15
  351. package/styles/material3.scss +1 -1
  352. package/styles/menu/_all.scss +2 -2
  353. package/styles/menu/_bds-definition.scss +65 -65
  354. package/styles/menu/_bigger.scss +381 -355
  355. package/styles/menu/_bootstrap-dark-definition.scss +61 -61
  356. package/styles/menu/_bootstrap-definition.scss +65 -65
  357. package/styles/menu/_bootstrap4-definition.scss +66 -64
  358. package/styles/menu/_bootstrap5-definition.scss +66 -66
  359. package/styles/menu/_bootstrap5.3-definition.scss +66 -66
  360. package/styles/menu/_fabric-dark-definition.scss +61 -61
  361. package/styles/menu/_fabric-definition.scss +64 -64
  362. package/styles/menu/_fluent-definition.scss +66 -66
  363. package/styles/menu/_fluent2-definition.scss +67 -67
  364. package/styles/menu/_fusionnew-definition.scss +66 -66
  365. package/styles/menu/_highcontrast-definition.scss +65 -65
  366. package/styles/menu/_highcontrast-light-definition.scss +61 -61
  367. package/styles/menu/_layout.scss +501 -466
  368. package/styles/menu/_material-dark-definition.scss +61 -61
  369. package/styles/menu/_material-definition.scss +64 -64
  370. package/styles/menu/_material3-definition.scss +66 -66
  371. package/styles/menu/_tailwind-definition.scss +65 -65
  372. package/styles/menu/_tailwind3-definition.scss +66 -0
  373. package/styles/menu/_theme.scss +428 -386
  374. package/styles/menu/bds.css +1155 -0
  375. package/styles/menu/bds.scss +9 -0
  376. package/styles/menu/bootstrap5-dark.css +2 -2
  377. package/styles/menu/fluent2.css +13 -4
  378. package/styles/menu/icons/_bds.scss +104 -104
  379. package/styles/menu/icons/_bootstrap-dark.scss +105 -105
  380. package/styles/menu/icons/_bootstrap.scss +104 -104
  381. package/styles/menu/icons/_bootstrap4.scss +104 -104
  382. package/styles/menu/icons/_bootstrap5.3.scss +104 -104
  383. package/styles/menu/icons/_bootstrap5.scss +104 -104
  384. package/styles/menu/icons/_fabric-dark.scss +104 -104
  385. package/styles/menu/icons/_fabric.scss +104 -104
  386. package/styles/menu/icons/_fluent.scss +104 -104
  387. package/styles/menu/icons/_fluent2.scss +104 -104
  388. package/styles/menu/icons/_fusionnew.scss +104 -104
  389. package/styles/menu/icons/_highcontrast-light.scss +104 -104
  390. package/styles/menu/icons/_highcontrast.scss +104 -104
  391. package/styles/menu/icons/_material-dark.scss +104 -104
  392. package/styles/menu/icons/_material.scss +104 -104
  393. package/styles/menu/icons/_material3.scss +104 -104
  394. package/styles/menu/icons/_tailwind-dark.scss +104 -104
  395. package/styles/menu/icons/_tailwind.scss +104 -104
  396. package/styles/menu/icons/_tailwind3.scss +104 -0
  397. package/styles/menu/material3-dark.scss +1 -1
  398. package/styles/menu/material3.scss +1 -1
  399. package/styles/menu/tailwind3.css +1238 -0
  400. package/styles/menu/tailwind3.scss +9 -0
  401. package/styles/pager/_all.scss +2 -2
  402. package/styles/pager/_bds-definition.scss +152 -152
  403. package/styles/pager/_bigger.scss +365 -304
  404. package/styles/pager/_bootstrap-dark-definition.scss +152 -151
  405. package/styles/pager/_bootstrap-definition.scss +151 -151
  406. package/styles/pager/_bootstrap4-definition.scss +152 -151
  407. package/styles/pager/_bootstrap5-definition.scss +166 -166
  408. package/styles/pager/_bootstrap5.3-definition.scss +166 -166
  409. package/styles/pager/_fabric-dark-definition.scss +149 -149
  410. package/styles/pager/_fabric-definition.scss +149 -149
  411. package/styles/pager/_fluent-definition.scss +153 -153
  412. package/styles/pager/_fluent2-definition.scss +152 -152
  413. package/styles/pager/_fusionnew-definition.scss +166 -166
  414. package/styles/pager/_highcontrast-definition.scss +149 -149
  415. package/styles/pager/_highcontrast-light-definition.scss +149 -149
  416. package/styles/pager/_layout.scss +768 -742
  417. package/styles/pager/_material-dark-definition.scss +150 -150
  418. package/styles/pager/_material-definition.scss +150 -150
  419. package/styles/pager/_material3-definition.scss +166 -166
  420. package/styles/pager/_tailwind-definition.scss +152 -152
  421. package/styles/pager/_tailwind3-definition.scss +166 -0
  422. package/styles/pager/_theme.scss +189 -189
  423. package/styles/pager/bds.css +915 -0
  424. package/styles/pager/bds.scss +5 -0
  425. package/styles/pager/bootstrap-dark.css +7 -0
  426. package/styles/pager/bootstrap.css +7 -0
  427. package/styles/pager/bootstrap4.css +7 -0
  428. package/styles/pager/bootstrap5-dark.css +7 -0
  429. package/styles/pager/bootstrap5.3.css +7 -0
  430. package/styles/pager/bootstrap5.css +7 -0
  431. package/styles/pager/fabric-dark.css +7 -0
  432. package/styles/pager/fabric.css +7 -0
  433. package/styles/pager/fluent-dark.css +7 -0
  434. package/styles/pager/fluent.css +7 -0
  435. package/styles/pager/fluent2.css +10 -0
  436. package/styles/pager/highcontrast-light.css +7 -0
  437. package/styles/pager/highcontrast.css +7 -0
  438. package/styles/pager/icons/_bds.scss +50 -50
  439. package/styles/pager/icons/_bootstrap-dark.scss +50 -50
  440. package/styles/pager/icons/_bootstrap.scss +50 -50
  441. package/styles/pager/icons/_bootstrap4.scss +50 -50
  442. package/styles/pager/icons/_bootstrap5.3.scss +50 -50
  443. package/styles/pager/icons/_bootstrap5.scss +50 -50
  444. package/styles/pager/icons/_fabric-dark.scss +50 -50
  445. package/styles/pager/icons/_fabric.scss +50 -50
  446. package/styles/pager/icons/_fluent.scss +50 -50
  447. package/styles/pager/icons/_fluent2.scss +50 -50
  448. package/styles/pager/icons/_fusionnew.scss +50 -50
  449. package/styles/pager/icons/_highcontrast-light.scss +50 -50
  450. package/styles/pager/icons/_highcontrast.scss +46 -46
  451. package/styles/pager/icons/_material-dark.scss +50 -50
  452. package/styles/pager/icons/_material.scss +46 -46
  453. package/styles/pager/icons/_material3.scss +50 -50
  454. package/styles/pager/icons/_tailwind.scss +50 -50
  455. package/styles/pager/icons/_tailwind3.scss +50 -0
  456. package/styles/pager/material-dark.css +7 -0
  457. package/styles/pager/material.css +7 -0
  458. package/styles/pager/material3-dark.css +15 -1
  459. package/styles/pager/material3-dark.scss +1 -1
  460. package/styles/pager/material3.css +15 -1
  461. package/styles/pager/material3.scss +1 -1
  462. package/styles/pager/tailwind-dark.css +16 -9
  463. package/styles/pager/tailwind.css +16 -9
  464. package/styles/pager/tailwind3.css +875 -0
  465. package/styles/pager/tailwind3.scss +5 -0
  466. package/styles/sidebar/_all.scss +3 -3
  467. package/styles/sidebar/_bds-definition.scss +53 -53
  468. package/styles/sidebar/_bootstrap-dark-definition.scss +4 -4
  469. package/styles/sidebar/_bootstrap-definition.scss +4 -4
  470. package/styles/sidebar/_bootstrap4-definition.scss +4 -4
  471. package/styles/sidebar/_bootstrap5-definition.scss +6 -6
  472. package/styles/sidebar/_bootstrap5.3-definition.scss +6 -6
  473. package/styles/sidebar/_fabric-dark-definition.scss +4 -4
  474. package/styles/sidebar/_fabric-definition.scss +4 -4
  475. package/styles/sidebar/_fluent-definition.scss +6 -6
  476. package/styles/sidebar/_fluent2-definition.scss +8 -8
  477. package/styles/sidebar/_fusionnew-definition.scss +6 -6
  478. package/styles/sidebar/_highcontrast-definition.scss +4 -4
  479. package/styles/sidebar/_highcontrast-light-definition.scss +4 -4
  480. package/styles/sidebar/_icons.scss +1 -1
  481. package/styles/sidebar/_layout.scss +1 -1
  482. package/styles/sidebar/_material-dark-definition.scss +4 -4
  483. package/styles/sidebar/_material-definition.scss +6 -6
  484. package/styles/sidebar/_material3-definition.scss +4 -4
  485. package/styles/sidebar/_tailwind-definition.scss +6 -6
  486. package/styles/sidebar/_tailwind3-definition.scss +6 -0
  487. package/styles/sidebar/_theme.scss +251 -251
  488. package/styles/sidebar/bds.css +263 -0
  489. package/styles/sidebar/bds.scss +3 -0
  490. package/styles/sidebar/bootstrap5-dark.css +1 -1
  491. package/styles/sidebar/material3-dark.scss +1 -1
  492. package/styles/sidebar/material3.scss +1 -1
  493. package/styles/sidebar/tailwind3.css +227 -0
  494. package/styles/sidebar/tailwind3.scss +3 -0
  495. package/styles/stepper/_bds-definition.scss +72 -72
  496. package/styles/stepper/_bigger.scss +53 -53
  497. package/styles/stepper/_bootstrap4-definition.scss +4 -2
  498. package/styles/stepper/_bootstrap5.3-definition.scss +72 -72
  499. package/styles/stepper/_fluent2-definition.scss +72 -72
  500. package/styles/stepper/_layout.scss +2 -0
  501. package/styles/stepper/_material-dark-definition.scss +4 -2
  502. package/styles/stepper/_material-definition.scss +7 -5
  503. package/styles/stepper/_tailwind3-definition.scss +72 -0
  504. package/styles/stepper/_theme.scss +2 -1
  505. package/styles/stepper/bds.css +724 -0
  506. package/styles/stepper/bds.scss +6 -0
  507. package/styles/stepper/bootstrap-dark.css +4 -1
  508. package/styles/stepper/bootstrap.css +4 -1
  509. package/styles/stepper/bootstrap4.css +4 -1
  510. package/styles/stepper/bootstrap5-dark.css +4 -1
  511. package/styles/stepper/bootstrap5.3.css +4 -1
  512. package/styles/stepper/bootstrap5.css +4 -1
  513. package/styles/stepper/fabric-dark.css +4 -1
  514. package/styles/stepper/fabric.css +4 -1
  515. package/styles/stepper/fluent-dark.css +4 -1
  516. package/styles/stepper/fluent.css +4 -1
  517. package/styles/stepper/fluent2.css +4 -1
  518. package/styles/stepper/highcontrast-light.css +4 -1
  519. package/styles/stepper/highcontrast.css +4 -1
  520. package/styles/stepper/icons/_bds.scss +5 -5
  521. package/styles/stepper/icons/_bootstrap5.3.scss +5 -5
  522. package/styles/stepper/icons/_fluent2.scss +5 -5
  523. package/styles/stepper/icons/_tailwind3.scss +5 -0
  524. package/styles/stepper/material-dark.css +4 -1
  525. package/styles/stepper/material.css +4 -1
  526. package/styles/stepper/material3-dark.css +4 -1
  527. package/styles/stepper/material3-dark.scss +1 -1
  528. package/styles/stepper/material3.css +4 -1
  529. package/styles/stepper/material3.scss +1 -1
  530. package/styles/stepper/tailwind-dark.css +4 -1
  531. package/styles/stepper/tailwind.css +4 -1
  532. package/styles/stepper/tailwind3.css +724 -0
  533. package/styles/stepper/tailwind3.scss +6 -0
  534. package/styles/tab/_all.scss +2 -2
  535. package/styles/tab/_bds-definition.scss +661 -661
  536. package/styles/tab/_bigger.scss +1276 -1260
  537. package/styles/tab/_bootstrap-dark-definition.scss +630 -630
  538. package/styles/tab/_bootstrap-definition.scss +629 -631
  539. package/styles/tab/_bootstrap4-definition.scss +637 -637
  540. package/styles/tab/_bootstrap5-definition.scss +635 -635
  541. package/styles/tab/_bootstrap5.3-definition.scss +636 -636
  542. package/styles/tab/_fabric-dark-definition.scss +641 -643
  543. package/styles/tab/_fabric-definition.scss +643 -645
  544. package/styles/tab/_fluent-definition.scss +637 -637
  545. package/styles/tab/_fluent2-definition.scss +664 -666
  546. package/styles/tab/_fusionnew-definition.scss +632 -634
  547. package/styles/tab/_highcontrast-definition.scss +667 -669
  548. package/styles/tab/_highcontrast-light-definition.scss +666 -668
  549. package/styles/tab/_icons.scss +34 -34
  550. package/styles/tab/_layout.scss +2187 -2187
  551. package/styles/tab/_material-dark-definition.scss +646 -648
  552. package/styles/tab/_material-definition.scss +645 -647
  553. package/styles/tab/_material3-definition.scss +634 -636
  554. package/styles/tab/_tailwind-definition.scss +648 -650
  555. package/styles/tab/_tailwind3-definition.scss +634 -0
  556. package/styles/tab/_theme.scss +1580 -1592
  557. package/styles/tab/bds.css +4190 -0
  558. package/styles/tab/bds.scss +6 -0
  559. package/styles/tab/bootstrap-dark.css +7 -11
  560. package/styles/tab/bootstrap.css +7 -11
  561. package/styles/tab/bootstrap4.css +7 -11
  562. package/styles/tab/bootstrap5-dark.css +7 -11
  563. package/styles/tab/bootstrap5.3.css +7 -11
  564. package/styles/tab/bootstrap5.css +7 -11
  565. package/styles/tab/fabric-dark.css +7 -11
  566. package/styles/tab/fabric.css +7 -11
  567. package/styles/tab/fluent-dark.css +7 -11
  568. package/styles/tab/fluent.css +7 -11
  569. package/styles/tab/fluent2.css +10 -14
  570. package/styles/tab/highcontrast-light.css +7 -11
  571. package/styles/tab/highcontrast.css +7 -11
  572. package/styles/tab/icons/_bds.scss +90 -90
  573. package/styles/tab/icons/_bootstrap-dark.scss +98 -98
  574. package/styles/tab/icons/_bootstrap.scss +98 -98
  575. package/styles/tab/icons/_bootstrap4.scss +101 -101
  576. package/styles/tab/icons/_bootstrap5.3.scss +90 -90
  577. package/styles/tab/icons/_bootstrap5.scss +90 -90
  578. package/styles/tab/icons/_fabric-dark.scss +98 -98
  579. package/styles/tab/icons/_fabric.scss +98 -98
  580. package/styles/tab/icons/_fluent.scss +98 -98
  581. package/styles/tab/icons/_fluent2.scss +98 -98
  582. package/styles/tab/icons/_fusionnew.scss +90 -90
  583. package/styles/tab/icons/_highcontrast-light.scss +90 -90
  584. package/styles/tab/icons/_highcontrast.scss +101 -101
  585. package/styles/tab/icons/_material-dark.scss +90 -90
  586. package/styles/tab/icons/_material.scss +90 -90
  587. package/styles/tab/icons/_material3.scss +90 -90
  588. package/styles/tab/icons/_tailwind.scss +90 -90
  589. package/styles/tab/icons/_tailwind3.scss +90 -0
  590. package/styles/tab/material-dark.css +7 -11
  591. package/styles/tab/material.css +7 -11
  592. package/styles/tab/material3-dark.css +9 -11
  593. package/styles/tab/material3-dark.scss +1 -1
  594. package/styles/tab/material3.css +9 -11
  595. package/styles/tab/material3.scss +1 -1
  596. package/styles/tab/tailwind-dark.css +11 -15
  597. package/styles/tab/tailwind.css +11 -15
  598. package/styles/tab/tailwind3.css +4125 -0
  599. package/styles/tab/tailwind3.scss +6 -0
  600. package/styles/tailwind-dark-lite.css +30 -22
  601. package/styles/tailwind-dark.css +51 -30
  602. package/styles/tailwind-lite.css +28 -20
  603. package/styles/tailwind.css +49 -28
  604. package/styles/tailwind3-lite.css +9055 -0
  605. package/styles/tailwind3-lite.scss +47 -0
  606. package/styles/tailwind3.css +11743 -0
  607. package/styles/tailwind3.scss +59 -0
  608. package/styles/toolbar/_all.scss +2 -2
  609. package/styles/toolbar/_bds-definition.scss +197 -197
  610. package/styles/toolbar/_bigger.scss +323 -309
  611. package/styles/toolbar/_bootstrap-dark-definition.scss +193 -193
  612. package/styles/toolbar/_bootstrap-definition.scss +203 -203
  613. package/styles/toolbar/_bootstrap4-definition.scss +200 -198
  614. package/styles/toolbar/_bootstrap5-definition.scss +198 -198
  615. package/styles/toolbar/_bootstrap5.3-definition.scss +198 -198
  616. package/styles/toolbar/_fabric-dark-definition.scss +207 -207
  617. package/styles/toolbar/_fabric-definition.scss +195 -195
  618. package/styles/toolbar/_fluent-definition.scss +197 -197
  619. package/styles/toolbar/_fluent2-definition.scss +198 -198
  620. package/styles/toolbar/_fusionnew-definition.scss +198 -198
  621. package/styles/toolbar/_highcontrast-definition.scss +204 -204
  622. package/styles/toolbar/_highcontrast-light-definition.scss +218 -218
  623. package/styles/toolbar/_layout.scss +748 -742
  624. package/styles/toolbar/_material-dark-definition.scss +233 -231
  625. package/styles/toolbar/_material-definition.scss +221 -219
  626. package/styles/toolbar/_material3-definition.scss +199 -199
  627. package/styles/toolbar/_tailwind-definition.scss +197 -197
  628. package/styles/toolbar/_tailwind3-definition.scss +199 -0
  629. package/styles/toolbar/_theme.scss +449 -436
  630. package/styles/toolbar/bds.css +1219 -0
  631. package/styles/toolbar/bds.scss +9 -0
  632. package/styles/toolbar/bootstrap-dark.css +1 -1
  633. package/styles/toolbar/bootstrap.css +1 -1
  634. package/styles/toolbar/bootstrap4.css +1 -1
  635. package/styles/toolbar/bootstrap5-dark.css +19 -19
  636. package/styles/toolbar/bootstrap5.3.css +9 -1
  637. package/styles/toolbar/bootstrap5.css +9 -9
  638. package/styles/toolbar/fabric-dark.css +1 -1
  639. package/styles/toolbar/fabric.css +1 -1
  640. package/styles/toolbar/fluent-dark.css +1 -1
  641. package/styles/toolbar/fluent.css +1 -1
  642. package/styles/toolbar/fluent2.css +1 -1
  643. package/styles/toolbar/highcontrast-light.css +1 -1
  644. package/styles/toolbar/highcontrast.css +1 -1
  645. package/styles/toolbar/icons/_bds.scss +14 -14
  646. package/styles/toolbar/icons/_bootstrap-dark.scss +14 -14
  647. package/styles/toolbar/icons/_bootstrap.scss +14 -14
  648. package/styles/toolbar/icons/_bootstrap4.scss +14 -14
  649. package/styles/toolbar/icons/_bootstrap5.3.scss +14 -14
  650. package/styles/toolbar/icons/_bootstrap5.scss +14 -14
  651. package/styles/toolbar/icons/_fabric-dark.scss +14 -14
  652. package/styles/toolbar/icons/_fabric.scss +14 -14
  653. package/styles/toolbar/icons/_fluent.scss +14 -14
  654. package/styles/toolbar/icons/_fluent2.scss +14 -14
  655. package/styles/toolbar/icons/_fusionnew.scss +14 -14
  656. package/styles/toolbar/icons/_highcontrast-light.scss +14 -14
  657. package/styles/toolbar/icons/_highcontrast.scss +14 -14
  658. package/styles/toolbar/icons/_material-dark.scss +14 -14
  659. package/styles/toolbar/icons/_material.scss +14 -14
  660. package/styles/toolbar/icons/_material3.scss +14 -14
  661. package/styles/toolbar/icons/_tailwind.scss +14 -14
  662. package/styles/toolbar/icons/_tailwind3.scss +14 -0
  663. package/styles/toolbar/material-dark.css +1 -1
  664. package/styles/toolbar/material.css +1 -1
  665. package/styles/toolbar/material3-dark.css +1 -1
  666. package/styles/toolbar/material3-dark.scss +1 -1
  667. package/styles/toolbar/material3.css +1 -1
  668. package/styles/toolbar/material3.scss +1 -1
  669. package/styles/toolbar/tailwind-dark.css +1 -1
  670. package/styles/toolbar/tailwind.css +1 -1
  671. package/styles/toolbar/tailwind3.css +1211 -0
  672. package/styles/toolbar/tailwind3.scss +9 -0
  673. package/styles/treeview/_all.scss +2 -2
  674. package/styles/treeview/_bds-definition.scss +131 -131
  675. package/styles/treeview/_bigger.scss +406 -393
  676. package/styles/treeview/_bootstrap-dark-definition.scss +118 -118
  677. package/styles/treeview/_bootstrap-definition.scss +113 -113
  678. package/styles/treeview/_bootstrap4-definition.scss +143 -141
  679. package/styles/treeview/_bootstrap5-definition.scss +122 -120
  680. package/styles/treeview/_bootstrap5.3-definition.scss +119 -119
  681. package/styles/treeview/_fabric-dark-definition.scss +116 -116
  682. package/styles/treeview/_fabric-definition.scss +112 -112
  683. package/styles/treeview/_fluent-definition.scss +122 -120
  684. package/styles/treeview/_fluent2-definition.scss +128 -128
  685. package/styles/treeview/_fusionnew-definition.scss +120 -120
  686. package/styles/treeview/_highcontrast-definition.scss +118 -118
  687. package/styles/treeview/_highcontrast-light-definition.scss +123 -123
  688. package/styles/treeview/_layout.scss +761 -724
  689. package/styles/treeview/_material-dark-definition.scss +114 -114
  690. package/styles/treeview/_material-definition.scss +112 -112
  691. package/styles/treeview/_material3-definition.scss +110 -110
  692. package/styles/treeview/_tailwind-definition.scss +126 -124
  693. package/styles/treeview/_tailwind3-definition.scss +126 -0
  694. package/styles/treeview/_theme.scss +352 -350
  695. package/styles/treeview/bds.css +1031 -0
  696. package/styles/treeview/bds.scss +7 -0
  697. package/styles/treeview/bootstrap-dark.css +16 -1
  698. package/styles/treeview/bootstrap.css +16 -1
  699. package/styles/treeview/bootstrap4.css +16 -1
  700. package/styles/treeview/bootstrap5-dark.css +16 -1
  701. package/styles/treeview/bootstrap5.3.css +16 -1
  702. package/styles/treeview/bootstrap5.css +16 -1
  703. package/styles/treeview/fabric-dark.css +16 -1
  704. package/styles/treeview/fabric.css +16 -1
  705. package/styles/treeview/fluent-dark.css +18 -5
  706. package/styles/treeview/fluent.css +18 -5
  707. package/styles/treeview/fluent2.css +22 -4
  708. package/styles/treeview/highcontrast-light.css +16 -1
  709. package/styles/treeview/highcontrast.css +19 -4
  710. package/styles/treeview/icons/_bds.scss +44 -44
  711. package/styles/treeview/icons/_bootstrap-dark.scss +40 -40
  712. package/styles/treeview/icons/_bootstrap.scss +40 -40
  713. package/styles/treeview/icons/_bootstrap4.scss +40 -40
  714. package/styles/treeview/icons/_bootstrap5.3.scss +44 -44
  715. package/styles/treeview/icons/_bootstrap5.scss +44 -44
  716. package/styles/treeview/icons/_fabric-dark.scss +44 -44
  717. package/styles/treeview/icons/_fabric.scss +44 -44
  718. package/styles/treeview/icons/_fluent.scss +44 -44
  719. package/styles/treeview/icons/_fluent2.scss +44 -44
  720. package/styles/treeview/icons/_fusionnew.scss +44 -44
  721. package/styles/treeview/icons/_highcontrast-light.scss +44 -44
  722. package/styles/treeview/icons/_highcontrast.scss +44 -44
  723. package/styles/treeview/icons/_material-dark.scss +44 -44
  724. package/styles/treeview/icons/_material.scss +44 -44
  725. package/styles/treeview/icons/_material3.scss +44 -44
  726. package/styles/treeview/icons/_tailwind-dark.scss +44 -44
  727. package/styles/treeview/icons/_tailwind.scss +44 -44
  728. package/styles/treeview/icons/_tailwind3.scss +44 -0
  729. package/styles/treeview/material-dark.css +16 -1
  730. package/styles/treeview/material.css +16 -1
  731. package/styles/treeview/material3-dark.css +16 -1
  732. package/styles/treeview/material3-dark.scss +1 -1
  733. package/styles/treeview/material3.css +16 -1
  734. package/styles/treeview/material3.scss +1 -1
  735. package/styles/treeview/tailwind-dark.css +17 -2
  736. package/styles/treeview/tailwind.css +17 -2
  737. package/styles/treeview/tailwind3.css +806 -0
  738. package/styles/treeview/tailwind3.scss +7 -0
  739. package/styles/v-scroll/_all.scss +2 -2
  740. package/styles/v-scroll/_bds-definition.scss +49 -49
  741. package/styles/v-scroll/_bigger.scss +28 -28
  742. package/styles/v-scroll/_bootstrap-dark-definition.scss +51 -51
  743. package/styles/v-scroll/_bootstrap-definition.scss +49 -49
  744. package/styles/v-scroll/_bootstrap4-definition.scss +49 -49
  745. package/styles/v-scroll/_bootstrap5-definition.scss +49 -49
  746. package/styles/v-scroll/_bootstrap5.3-definition.scss +49 -49
  747. package/styles/v-scroll/_fabric-dark-definition.scss +52 -52
  748. package/styles/v-scroll/_fabric-definition.scss +50 -50
  749. package/styles/v-scroll/_fluent-definition.scss +49 -49
  750. package/styles/v-scroll/_fluent2-definition.scss +49 -49
  751. package/styles/v-scroll/_fusionnew-definition.scss +49 -49
  752. package/styles/v-scroll/_highcontrast-definition.scss +50 -50
  753. package/styles/v-scroll/_highcontrast-light-definition.scss +52 -52
  754. package/styles/v-scroll/_layout.scss +135 -135
  755. package/styles/v-scroll/_material-dark-definition.scss +79 -79
  756. package/styles/v-scroll/_material-definition.scss +77 -77
  757. package/styles/v-scroll/_material3-definition.scss +49 -49
  758. package/styles/v-scroll/_tailwind-definition.scss +49 -49
  759. package/styles/v-scroll/_tailwind3-definition.scss +49 -0
  760. package/styles/v-scroll/_theme.scss +114 -114
  761. package/styles/v-scroll/bds.css +218 -0
  762. package/styles/v-scroll/bds.scss +5 -0
  763. package/styles/v-scroll/fabric-dark.css +1 -1
  764. package/styles/v-scroll/icons/_bds.scss +27 -27
  765. package/styles/v-scroll/icons/_bootstrap-dark.scss +27 -27
  766. package/styles/v-scroll/icons/_bootstrap.scss +27 -27
  767. package/styles/v-scroll/icons/_bootstrap4.scss +27 -27
  768. package/styles/v-scroll/icons/_bootstrap5.3.scss +27 -27
  769. package/styles/v-scroll/icons/_bootstrap5.scss +27 -27
  770. package/styles/v-scroll/icons/_fabric-dark.scss +27 -27
  771. package/styles/v-scroll/icons/_fabric.scss +27 -27
  772. package/styles/v-scroll/icons/_fluent.scss +27 -27
  773. package/styles/v-scroll/icons/_fluent2.scss +27 -27
  774. package/styles/v-scroll/icons/_fusionnew.scss +27 -27
  775. package/styles/v-scroll/icons/_highcontrast-light.scss +27 -27
  776. package/styles/v-scroll/icons/_highcontrast.scss +27 -27
  777. package/styles/v-scroll/icons/_material-dark.scss +27 -27
  778. package/styles/v-scroll/icons/_material.scss +27 -27
  779. package/styles/v-scroll/icons/_material3.scss +27 -27
  780. package/styles/v-scroll/icons/_tailwind.scss +27 -27
  781. package/styles/v-scroll/icons/_tailwind3.scss +27 -0
  782. package/styles/v-scroll/material3-dark.scss +1 -1
  783. package/styles/v-scroll/material3.scss +1 -1
  784. package/styles/v-scroll/tailwind3.css +218 -0
  785. package/styles/v-scroll/tailwind3.scss +5 -0
  786. package/tslint.json +111 -111
  787. package/dist/ej2-navigations.min.js +0 -10
  788. package/dist/global/ej2-navigations.min.js +0 -11
  789. package/dist/global/ej2-navigations.min.js.map +0 -1
  790. package/dist/global/index.d.ts +0 -14
  791. package/helpers/e2e/accordionHelper.d.ts +0 -56
  792. package/helpers/e2e/accordionHelper.js +0 -71
  793. package/helpers/e2e/contextmenuHelper.d.ts +0 -37
  794. package/helpers/e2e/contextmenuHelper.js +0 -53
  795. package/helpers/e2e/index.d.ts +0 -7
  796. package/helpers/e2e/index.js +0 -14
  797. package/helpers/e2e/menuHelper.d.ts +0 -37
  798. package/helpers/e2e/menuHelper.js +0 -53
  799. package/helpers/e2e/sidebarHelper.d.ts +0 -94
  800. package/helpers/e2e/sidebarHelper.js +0 -110
  801. package/helpers/e2e/tabHelper.d.ts +0 -60
  802. package/helpers/e2e/tabHelper.js +0 -74
  803. package/helpers/e2e/toolbarHelper.d.ts +0 -60
  804. package/helpers/e2e/toolbarHelper.js +0 -74
  805. package/helpers/e2e/treeview.d.ts +0 -50
  806. package/helpers/e2e/treeview.js +0 -80
@@ -1,630 +1,630 @@
1
- $tab-skin: 'bootstrap' !default;
2
- $tab-big-vertical-scroll-nav-top-bottom: 23px !default;
3
- $tab-vscroll-big-padding: 24px 0 !default;
4
- $tab-big-v-wrap-padding: 0 20px !default;
5
- $tab-v-big-close-icon-top-bottom-right: -20px !default;
6
- $tab-big-vertical-nav-arrow-size: 24px !default;
7
- $tab-big-vertical-nav-arrow-font-size: 12px !default;
8
- $tab-big-more-btn-line-height: 48px !default;
9
- $tab-pop-more-icon-margin: 0 0 0 8px !default;
10
- $tab-v-rtl-big-close-icon-top-bottom-left: -20px !default;
11
- $tab-rtl-pop-more-icon-margin: 0 8px 0 0 !default;
12
- $tab-font-family: $font-family !default;
13
- $tab-nrml-vertical-scroll-nav-top-bottom: 15px !default;
14
- $tab-indicator-display: none !default;
15
- $tab-vscroll-nrml-padding: 16px 0 !default;
16
- $tab-nrml-v-wrap-padding: 0 15px !default;
17
- $tab-v-nrml-close-icon-top-bottom-right: -15px !default;
18
- $tab-nrml-vertical-nav-arrow-size: 16px !default;
19
- $tab-nrml-vertical-nav-arrow-font-size: 10px !default;
20
- $tab-nrml-more-btn-line-height: 36px !default;
21
- $tab-v-rtl-nrml-close-icon-top-bottom-left: -15px !default;
22
- $tab-active-item-hide-border: 1px solid $grey-light-font !default;
23
- $tab-top-active-item-border-radius: 4px 4px 0 0 !default;
24
- $tab-bottom-active-item-border-radius: 0 0 4px 4px !default;
25
- $tab-left-active-item-border-radius: 4px 0 0 4px !default;
26
- $tab-right-active-item-border-radius: 0 4px 4px 0 !default;
27
- $tab-vscroll-nav-border: 1px solid transparent !default;
28
- $tab-vscroll-nav-border-color: $grey-dd !default;
29
- $tab-v-nav-hover-bg-color: $grey-lighter !default;
30
- $tab-v-nav-focus-bg-color: $grey-lighter !default;
31
- $tab-v-pop-focus-outline: 0 !default;
32
- $tab-text-transform: capitalize !default;
33
- $tab-big-height: 50px !default;
34
- $tab-nrml-height: 40px !default;
35
- $tab-focus-big-height: 50px !default;
36
- $tab-focus-nrml-height: 40px !default;
37
- $tab-active-big-height: 50px !default;
38
- $tab-active-nrml-height: 40px !default;
39
- $tab-active-focus-big-height: 50px !default;
40
- $tab-active-focus-nrml-height: 40px !default;
41
- $tab-big-fill-height: 50px !default;
42
- $tab-nrml-fill-height: 40px !default;
43
- $tab-mob-fill-height: 50px !default;
44
- $tab-focus-big-fill-height: 50px !default;
45
- $tab-focus-nrml-fill-height: 40px !default;
46
- $tab-disable-cnt-opacity: .38 !default;
47
- $tab-big-tb-icon-height: 72px !default;
48
- $tab-nrml-tb-icon-height: 62px !default;
49
- $tab-content-font-color: $grey-dark-font !default;
50
- $tab-border-width: 2px !default;
51
- $tab-border-style: $tab-border-width Solid !default;
52
- $tab-focus-outline: 0 !default;
53
- $tab-active-focus-outline: 0 !default;
54
- $tab-active-text-item-border: 0 !default;
55
- $tab-disable-active-text-item-border: 0 !default;
56
- $tab-active-item-border: 1px solid $grey-99 !default;
57
- $tab-alt-active-item-border: $tab-border-style $grey-99 !default;
58
- $tab-accent-active-item-border: $tab-border-style $grey-99 !default;
59
- $tab-fill-hdr-border: 0 !default;
60
- $tab-fill-disable-hdr-border: 0 !default;
61
- $tab-anim-border-display: none !default;
62
- $tab-border-color: $grey-99 !default;
63
- $tab-disable-border-color: rgba($grey-99, .38) !default;
64
- $tab-alt-border-color: $grey-99 !default;
65
- $tab-alt-disable-border-color: rgba($grey-99, .38) !default;
66
- $tab-bg-color: transparent !default;
67
- $tab-border: none !default;
68
- $tab-alt-hdr-bg-color: inherit !default;
69
- $tab-focus-hscroll-content-padding: 1px 0 !default;
70
- $tab-hdr-bdr-color: $grey-88 !default;
71
- $tab-hdr-border: 1px solid $grey-88 !default;
72
- $tab-alt-hdr-border: 0 !default;
73
- $tab-items-border: 1px solid $grey-88 !default;
74
- $tab-big-item-margin: 0 !default;
75
- $tab-nrml-item-margin: 0 !default;
76
- $tab-big-item-padding: 0 !default;
77
- $tab-nrml-item-padding: 0 !default;
78
- $tab-big-icon-top-bottom-item-height: 72px !default;
79
- $tab-nrml-icon-top-bottom-item-height: 62px !default;
80
- $tab-pop-big-icon-top-bottom-item-height: 50px !default;
81
- $tab-pop-nrml-icon-top-bottom-item-height: 40px !default;
82
- $tab-big-focus-icon-top-bottom-item-height: 72px !default;
83
- $tab-nrml-focus-icon-top-bottom-item-height: 62px !default;
84
- $tab-big-fill-icon-top-bottom-item-height: 72px !default;
85
- $tab-nrml-fill-icon-top-bottom-item-height: 62px !default;
86
- $tab-big-focus-fill-icon-top-bottom-item-height: 72px !default;
87
- $tab-nrml-focus-fill-icon-top-bottom-item-height: 62px !default;
88
- $tab-big-first-item-margin: 0 !default;
89
- $tab-nrml-first-item-margin: 0 !default;
90
- $tab-big-last-item-margin: 0 2px -3px 0 !default;
91
- $tab-nrml-last-item-margin: 0 2px -1px 0 !default;
92
- $tab-big-active-last-item-margin: 0 2px -5px 0 !default;
93
- $tab-nrml-active-last-item-margin: 1px 2px -2px 0 !default;
94
- $tab-big-scroll-last-item-margin: 0 2px -3px 0 !default;
95
- $tab-nrml-scroll-last-item-margin: 0 2px -2px 0 !default;
96
- $tab-nrml-active-scroll-last-item-margin: 0 2px -4px 0 !default;
97
- $tab-mob-last-item-margin: 0 2px -4px 0 !default;
98
- $tab-big-even-last-item-margin: -1px 2px 0 0 !default;
99
- $tab-nrml-even-last-item-margin: -1px 2px 0 0 !default;
100
- $tab-mob-even-last-item-margin: -1px 2px 0 0 !default;
101
- $tab-big-alt-first-item-margin: 0 !default;
102
- $tab-nrml-alt-first-item-margin: 0 !default;
103
- $tab-pop-item-margin: 0 !default;
104
- $tab-big-pop-item-height: 40px !default;
105
- $tab-nrml-pop-item-height: 26px !default;
106
- $tab-alt-item-margin: 0 2px 0 0 !default;
107
- $tab-big-rtl-item-margin: 1px 0 -6px 2px !default;
108
- $tab-nrml-rtl-item-margin: 1px 0 -4px 2px !default;
109
- $tab-big-rtl-alt-item-margin: 0 0 0 2px !default;
110
- $tab-nrml-rtl-alt-item-margin: 0 0 0 2px !default;
111
- $tab-mob-pop-item-height: 50px !default;
112
- $tab-ripple-bg-color: rgba($grey, 0) !default;
113
- $tab-fill-ripple-bg-color: rgba($grey, 0) !default;
114
- $tab-alt-ripple-bg-color: rgba($grey, 0) !default;
115
- $tab-item-border: 1px solid transparent !default;
116
- $tab-active-item-border-bottom: 3px solid $grey-base !default;
117
- $tab-active-item-border-color: $grey-99 !default;
118
- $tab-even-active-item-border-bottom: 3px solid $grey-base !default;
119
- $tab-big-boot-item-margin: 0 !default;
120
- $tab-nrml-boot-item-margin: 0 !default;
121
- $tab-big-scroll-boot-item-margin: 0 2px -4px 0 !default;
122
- $tab-nrml-scroll-boot-item-margin: 0 2px -4px 0 !default;
123
- $tab-mob-boot-item-margin: 1px 2px -4px 0 !default;
124
- $tab-big-even-boot-item-margin: 0 2px 0 0 !default;
125
- $tab-nrml-even-boot-item-margin: 0 2px 0 0 !default;
126
- $tab-mob-even-boot-item-margin: -1px 2px 0 0 !default;
127
- $tab-big-boot-active-item-padding-bottom: 0 !default;
128
- $tab-nrml-boot-active-item-padding-bottom: 0 !default;
129
- $tab-big-even-boot-active-item-padding-bottom: 1px !default;
130
- $tab-nrml-even-boot-active-item-padding-bottom: 0 !default;
131
- $tab-big-even-scroll-boot-active-item-padding-bottom: 2px !default;
132
- $tab-active-item-border-radius: 4px !default;
133
- $tab-item-wrap-border-radius: 4px !default;
134
- $tab-hscroll-item-padding: 0 !default;
135
- $tab-big-item-last-child-padding-bottom: 3px !default;
136
- $tab-nrml-item-last-child-padding-bottom: 1px !default;
137
- $tab-big-wrap-padding: 0 20px !default;
138
- $tab-nrml-wrap-padding: 0 15px !default;
139
- $tab-mob-wrap-padding: 0 15px !default;
140
- $tab-pop-padding: 5px 0 !default;
141
- $tab-big-pop-item-wrap-padding: 0 24px !default;
142
- $tab-nrml-pop-item-wrap-padding: 0 20px !default;
143
- $tab-mob-pop-item-wrap-padding: 0 24px !default;
144
- $tab-big-io-text-wrap-width: auto !default;
145
- $tab-nrml-io-text-wrap-width: auto !default;
146
- $tab-big-io-wrap-padding: 0 20px !default;
147
- $tab-nrml-io-wrap-padding: 0 15px !default;
148
- $tab-wrap-focus-margin-right: 0 !default;
149
- $tab-wrap-focus-margin-left: 0 !default;
150
- $tab-big-even-ileft-active-text-wrap-margin: 0 !default;
151
- $tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
152
- $tab-big-fill-tb-wrap-height: 50px !default;
153
- $tab-nrml-fill-tb-wrap-height: 44px !default;
154
- $tab-focus-bg-color: $grey-44 !default;
155
- $tab-fill-focus-bg-color: $grey-44 !default;
156
- $tab-hover-bg-color: $grey !default;
157
- $tab-active-bg-color: $grey !default;
158
- $tab-fill-active-bg-color: $brand-primary !default;
159
- $tab-fill-disable-active-bg-color: $brand-primary !default;
160
- $tab-alt-active-bg-color: $brand-primary !default;
161
- $tab-alt-disable-active-bg-color: $brand-primary !default;
162
- $tab-alt-item-bg-color: inherit !default;
163
- $tab-alt-active-focus-bg-color: $brand-primary !default;
164
- $tab-key-alt-active-focus-bg-color: $grey-44 !default;
165
- $tab-alt-hover-bg-color: $grey !default;
166
- $tab-alt-focus-top-bottom-bg-color: inherit !default;
167
- $tab-fill-active-wrap-corner: 3px 3px 0 0 !default;
168
- $tab-fill-even-active-wrap-corner: 0 0 3px 3px !default;
169
- $tab-alt-tb-active-bg-color: $brand-primary !default;
170
- $tab-fill-big-wrap-padding: 0 20px !default;
171
- $tab-fill-nrml-wrap-padding: 0 15px !default;
172
- $tab-mob-fill-wrap-padding: 0 15px !default;
173
- $tab-bg-big-wrap-padding: 0 20px !default;
174
- $tab-bg-nrml-wrap-padding: 0 15px !default;
175
- $tab-item-hover-bg-color: $grey !default;
176
- $tab-bg-item-wrap-hover-bg-color: $tab-item-hover-bg-color !default;
177
- $tab-mob-item-hover-bg-color: initial !default;
178
- $tab-pop-text-color: $grey-light-font !default;
179
- $tab-alt-disable-active-item-opacity: .65 !default;
180
- $tab-big-active-item-wrap-margin-bottom: 1px !default;
181
- $tab-nrml-active-item-wrap-margin-bottom: 0 !default;
182
- $tab-fill-big-active-item-wrap-margin-bottom: 0 !default;
183
- $tab-fill-nrml-active-item-wrap-margin-bottom: 0 !default;
184
- $tab-bg-big-active-item-wrap-margin-bottom: 0 !default;
185
- $tab-bg-nrml-active-item-wrap-margin-bottom: 0 !default;
186
- $tab-alt-big-active-item-padding: 0 !default;
187
- $tab-alt-nrml-active-item-padding: 0 !default;
188
- $tab-active-text-container-margin: 0 !default;
189
- $tab-big-text-container-margin-right: 22px !default;
190
- $tab-nrml-text-container-margin-right: 20px !default;
191
- $tab-rtl-big-text-container-margin-right: 0 !default;
192
- $tab-rtl-nrml-text-container-margin-right: 0 !default;
193
- $tab-rtl-big-text-container-margin-left: 22px !default;
194
- $tab-rtl-nrml-text-container-margin-left: 20px !default;
195
- $tab-big-active-text-container-height: 50px !default;
196
- $tab-big-active-it-text-container-height: 50px !default;
197
- $tab-fill-big-active-it-text-container-height: 50px !default;
198
- $tab-fill-nrml-active-it-text-container-height: 40px !default;
199
- $tab-big-even-active-text-container-height: 50px !default;
200
- $tab-nrml-even-active-text-container-height: 40px !default;
201
- $tab-even-active-text-container-margin: 0 !default;
202
- $tab-big-font-size: 15px !default;
203
- $tab-nrml-font-size: 14px !default;
204
- $tab-font-weight: 400 !default;
205
- $tab-semi-font-weight: 400 !default;
206
- $tab-light-font-weight: 400 !default;
207
- $tab-big-it-text-margin: 0 0 0 10px !default;
208
- $tab-nrml-it-text-margin: 0 0 0 8px !default;
209
- $tab-mob-it-text-margin: 0 0 0 10px !default;
210
- $tab-rtl-mob-it-text-margin: 0 10px 0 0 !default;
211
- $tab-rtl-big-it-text-margin: 0 10px 0 0 !default;
212
- $tab-rtl-nrml-it-text-margin: 0 8px 0 0 !default;
213
- $tab-big-icon-top-margin: 10px 0 0 !default;
214
- $tab-nrml-icon-top-margin: 8px 0 0 !default;
215
- $tab-big-icon-bottom-margin: 0 0 10px !default;
216
- $tab-nrml-icon-bottom-margin: 0 0 8px !default;
217
- $tab-big-pop-text-padding-right: 12px !default;
218
- $tab-nrml-pop-text-padding-right: 10px !default;
219
- $tab-rtl-big-pop-text-padding-left: 12px !default;
220
- $tab-rtl-nrml-pop-text-padding-left: 10px !default;
221
- $tab-big-even-active-text-height: 50px !default;
222
- $tab-nrml-even-active-text-height: 40px !default;
223
- $tab-fill-big-even-active-text-height: 50px !default;
224
- $tab-fill-nrml-even-active-text-height: 40px !default;
225
- $tab-text-color: lighten($brand-primary, 15%) !default;
226
- $tab-wrap-comb-icon-color: $tab-text-color !default;
227
- $tab-disable-text-color: $grey-light !default;
228
- $tab-mob-text-color: lighten($brand-primary, 15%) !default;
229
- $tab-active-text-color: $grey-dark-font !default;
230
- $tab-disable-active-text-color: $grey-light !default;
231
- $tab-focus-text-color: $grey-dark-font !default;
232
- $tab-hover-text-color: lighten($brand-primary, 10%) !default;
233
- $tab-pop-active-item-text-color: $tab-active-text-color !default;
234
- $tab-alt-text-color: lighten($brand-primary, 15%) !default;
235
- $tab-alt-disable-text-color: $grey-light !default;
236
- $tab-alt-active-text-color: $brand-primary-font !default;
237
- $tab-alt-disable-active-text-color: $brand-primary-font !default;
238
- $tab-alt-hover-text-color: lighten($brand-primary, 10%) !default;
239
- $tab-alt-active-hover-text-color: $brand-primary-font !default;
240
- $tab-alt-active-style-hover-icon-color: $tab-alt-active-hover-text-color !default;
241
- $tab-clone-item-bg-color: rgba($grey-light, .87) !default;
242
- $tab-clone-text-color: lighten($brand-primary, 15%) !default;
243
- $tab-icon-container-width: auto !default;
244
- $tab-nav-pop-press-border: 0 !default;
245
- $tab-big-nav-icon-container-size: 44px !default;
246
- $tab-nrml-nav-icon-container-size: 34px !default;
247
- $tab-big-nav-icon-size: 16px !default;
248
- $tab-nrml-nav-icon-size: 16px !default;
249
- $tab-mob-nav-icon-size: 16px !default;
250
- $tab-mob-nav-vicon-size: 12px !default;
251
- $tab-big-icon-size: 20px !default;
252
- $tab-nrml-icon-size: 16px !default;
253
- $tab-mob-icon-size: 20px !default;
254
- $tab-big-icon-container-size: 24px !default;
255
- $tab-nrml-icon-container-size: 20px !default;
256
- $tab-mob-icon-container-size: 20px !default;
257
- $tab-big-nav-icon-top: 11px !default;
258
- $tab-nrml-nav-icon-top: 5px !default;
259
- $tab-big-nav-pop-icon-top: 13px !default;
260
- $tab-nrml-nav-pop-icon-top: 8px !default;
261
- $tab-big-safari-nav-icon-top: 4px !default;
262
- $tab-nrml-safari-nav-icon-top: 4px !default;
263
- $tab-big-safari-pop-icon-top: 6px !default;
264
- $tab-nrml-safari-pop-icon-top: 6px !default;
265
- $tab-big-ie-nav-icon-line-height: 15px !default;
266
- $tab-nrml-ie-nav-icon-line-height: 14px !default;
267
- $tab-big-ie-pop-icon-line-height: 15px !default;
268
- $tab-nrml-ie-pop-icon-line-height: 15px !default;
269
- $tab-big-edge-nav-icon-line-height: 13px !default;
270
- $tab-nrml-edge-nav-icon-line-height: 11px !default;
271
- $tab-big-edge-pop-icon-line-height: 15px !default;
272
- $tab-nrml-edge-pop-icon-line-height: 14px !default;
273
- $tab-comb-icon-color: $grey-dark-font !default;
274
- $tab-comb-text-color: $grey-dark-font !default;
275
- $tab-close-icon-size: 12px !default;
276
- $tab-big-close-icon-size: 12px !default;
277
- $tab-nrml-close-icon-size: 12px !default;
278
- $tab-mob-close-icon-size: 12px !default;
279
- $tab-close-icon-minwidth: 12px !default;
280
- $tab-big-close-icon-margin: 0 0 0 10px !default;
281
- $tab-nrml-close-icon-margin: 0 0 0 8px !default;
282
- $tab-mob-close-icon-margin: 0 0 0 8px !default;
283
- $tab-rtl-mob-close-icon-margin: 0 8px 0 0 !default;
284
- $tab-rtl-big-close-icon-margin: 0 10px 0 0 !default;
285
- $tab-rtl-nrml-close-icon-margin: 0 8px 0 0 !default;
286
- $tab-rtl-big-pop-close-icon-margin: 0 !default;
287
- $tab-rtl-nrml-pop-close-icon-margin: 0 !default;
288
- $tab-big-close-icon-top-bottom-right: 20px !default;
289
- $tab-nrml-close-icon-top-bottom-right: 15px !default;
290
- $tab-big-pop-close-icon-top-bottom-right: 24px !default;
291
- $tab-nrml-pop-close-icon-top-bottom-right: 20px !default;
292
- $tab-rtl-big-close-icon-top-bottom-right: 0 !default;
293
- $tab-rtl-nrml-close-icon-top-bottom-right: 0 !default;
294
- $tab-rtl-big-close-icon-top-bottom-left: 20px !default;
295
- $tab-rtl-nrml-close-icon-top-bottom-left: 15px !default;
296
- $tab-rtl-big-pop-close-icon-top-bottom-left: 24px !default;
297
- $tab-rtl-nrml-pop-close-icon-top-bottom-left: 20px !default;
298
- $tab-pop-close-icon-right: 16px !default;
299
- $tab-rtl-pop-close-icon-left: 16px !default;
300
- $tab-mob-close-icon-top-bottom-right: 12px !default;
301
- $tab-rtl-mob-close-icon-top-bottom-left: 12px !default;
302
- $tab-big-pop-close-top: 0 !default;
303
- $tab-nrml-pop-close-top: 0 !default;
304
- $tab-big-safari-close-icon-top: 0 !default;
305
- $tab-nrml-safari-close-icon-top: -1px !default;
306
- $tab-close-icon-color: $grey-dark-font !default;
307
- $tab-mob-close-icon-color: $grey-dark-font !default;
308
- $tab-active-close-icon-color: $grey-dark-font !default;
309
- $tab-close-icon-hover-color: $grey-light-font !default;
310
- $tab-close-icon-active-color: $grey-light-font !default;
311
- $tab-alt-close-icon-color: $brand-primary-font !default;
312
- $tab-alt-active-wrap-close-icon-color: $tab-alt-close-icon-color !default;
313
- $tab-alt-active-close-icon-color: $brand-primary-font !default;
314
- $tab-alt-active-hover-close-icon-color: $brand-primary-font !default;
315
- $tab-pop-bg-color: $grey-dark !default;
316
- $tab-pop-border: 1px solid $grey-base !default;
317
- $tab-pop-border-radius: 4px !default;
318
- $tab-big-nav-right-icon-padding: 0 !default;
319
- $tab-nrml-nav-right-icon-padding: 0 !default;
320
- $tab-mob-nav-right-icon-padding: 0 !default;
321
- $tab-rtl-big-nav-right-icon-padding: 0 !default;
322
- $tab-rtl-nrml-nav-right-icon-padding: 0 !default;
323
- $tab-big-nav-left-icon-padding: 0 !default;
324
- $tab-nrml-nav-left-icon-padding: 0 !default;
325
- $tab-rtl-big-nav-left-icon-padding: 0 !default;
326
- $tab-rtl-nrml-nav-left-icon-padding: 0 !default;
327
- $tab-big-nav-tb-icon-top: 0 !default;
328
- $tab-nrml-nav-tb-icon-top: 0 !default;
329
- $tab-big-nav-icons-top: -2px !default;
330
- $tab-nrml-nav-icons-top: 0 !default;
331
- $tab-hover-nav-bg-color: $grey !default;
332
- $tab-bg-hover-nav-bg-color: inherit !default;
333
- $tab-nav-icon-color: $grey-dark-font !default;
334
- $tab-alt-nav-icon-color: $grey-dark-font !default;
335
- $tab-active-nav-icon-color: $grey-dark-font !default;
336
- $tab-hover-nav-icon-color: $grey-dark-font !default;
337
- $tab-alt-hover-nav-icon-color: $grey-light-font !default;
338
- $tab-disable-nav-icon-color: rgba($grey-dark-font, .65) !default;
339
- $tab-nav-focus-bg-color: $grey-dark !default;
340
- $tab-nav-focus-icon-color: $grey-dark-font !default;
341
- $tab-bg-nav-focus-icon-color: $grey-dark-font !default;
342
- $tab-pop-icon-color: $grey-dark-font !default;
343
- $tab-pop-icon-hover-bg-color: $grey !default;
344
- $tab-pop-icon-hover-border: 1px solid $grey !default;
345
- $tab-pop-up-icon-hover-border: $tab-pop-icon-hover-border !default;
346
- $tab-pop-up-down-icon-hover-border: $tab-pop-icon-hover-border !default;
347
- $tab-pop-icon-focus-border: 1px solid none !default;
348
- $tab-pop-up-icon-focus-border: $tab-pop-icon-focus-border !default;
349
- $tab-pop-icon-active-border: 1px solid none !default;
350
- $tab-pop-up-icon-active-border: $tab-pop-icon-active-border !default;
351
- $tab-pop-border-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !default;
352
- $tab-bg-hover-nav-icon-color: $grey-dark-font !default;
353
- $tab-pop-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !default;
354
- $tab-v-popup-box-shadow: $tab-pop-box-shadow !default;
355
- $tab-pop-icon-transition: none !default;
356
- $tab-pop-up-icon-transform: rotate(0deg) !default;
357
- $tab-pop-down-icon-transform: rotate(0deg) !default;
358
- $tab-alt-focused-active-wrap-focus-or-hover-color: lighten($brand-primary-font, 15%) !default;
359
- $tab-alt-focused-active-wrap-focus-and-hover-color: $brand-primary-darken-25 !default;
360
- $tab-even-active-item-bottom-border-color: 0 !default;
361
- $tab-fill-focused-active-wrap-focus-color: $brand-primary-darken-25 !default;
362
- $tab-alt-active-wrap-hover-close-color: $brand-primary-font !default;
363
- $tab-alt-pop-wrap-hover-color: $brand-primary !default;
364
- $tab-alt-wrap-hover-color: $brand-primary-font !default;
365
- $tab-nav-active-box-shadow: none !default;
366
- $tab-nav-focus-border-color: $grey-e6 !default;
367
- $tab-alt-nav-hover-bg-color: $grey-e6 !default;
368
- $tab-bgr-active-last-margin: 1px 2px 0 0 !default;
369
- $tab-bgr-hscroll-items-nav-width: 50px !default;
370
- $tab-bgr-item-textwrap-height: $tab-big-height !default;
371
- $tab-bgr-active-icon-top: -.5px !default;
372
- $tab-bgr-icon-line-height: 1 !default;
373
- $tab-bgr-mob-item-iconright-margin: 0 !default;
374
- $tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
375
- $tab-bgr-scroll-nav-arrow-before-top: 0 !default;
376
- $tab-bgr-hor-pop-lineheight: 42px !default;
377
- $tab-bgr-hor-focus-pop-hover-top: -2px !default;
378
- $tab-bgr-bottom-active-close-top: .5px !default;
379
- $tab-bgr-bottom-active-itop-close-top: 1.5px !default;
380
- $tab-bgr-bottom-active-text-padding-top: .5px !default;
381
- $tab-bgr-bottom-active-last-close-top: 0 !default;
382
- $tab-bgr-vertical-icon-min-height: 38px !default;
383
- $tab-bgr-vertical-icon-min-width: auto !default;
384
- $tab-bgr-rtl-bottom-item-margin: 0 0 0 2px !default;
385
- $tab-bgr-rtl-bottom-active-margin: 0 0 0 2px !default;
386
- $tab-bgr-fill-first-last-padding: 0 !default;
387
- $tab-bgr-fill-item-textwrap-height: $tab-big-fill-height !default;
388
- $tab-bgr-fill-active-ileft-textwrap-height: 50px !default;
389
- $tab-bgr-fill-focused-wrap-height: $tab-focus-big-fill-height !default;
390
- $tab-bgr-rtl-icon-right-margin: 0 !default;
391
- $tab-bgr-background-active-padding: $tab-alt-big-active-item-padding !default;
392
- $tab-bgr-fill-active-item-padding: 0 !default;
393
- $tab-bgr-item-text-margin-bottom: 0 !default;
394
- $tab-nrml-hscroll-items-nav-width: 40px !default;
395
- $tab-nrml-hscroll-items-bdr-radius: 0 !default;
396
- $tab-nrml-item-text-wrap-height: $tab-nrml-height !default;
397
- $tab-nrml-item-tabicon-line-height: 1 !default;
398
- $tab-nrml-pop-item-textwrap-height: $tab-nrml-pop-item-height !default;
399
- $tab-nrml-scroll-nav-arrow-before-top: 0 !default;
400
- $tab-nrml-hor-pop-lineheight: 34px !default;
401
- $tab-nrml-mob-hor-pop-lineheight: 43px !default;
402
- $tab-nrml-hor-focus-pop-lineheight: 32px !default;
403
- $tab-nrml-hor-focus-pop-hover-top: -.5px !default;
404
- $tab-nrml-vertical-icon-min-height: 40px !default;
405
- $tab-nrml-vertical-icon-min-width: 33px !default;
406
- $tab-nrml-vertical-tabicon-margin: 0 !default;
407
- $tab-nrml-vertical-rtl-active-margin: 0 0 0 2px !default;
408
- $tab-nrml-fill-item-textwrap-height: $tab-nrml-fill-height !default;
409
- $tab-nrml-fill-focused-wrap-height: $tab-focus-nrml-fill-height !default;
410
- $tab-nrml-rtl-icon-right-margin: 0 !default;
411
- $tab-nrml-hdr-before-display: block !default;
412
- $tab-nrml-item-active-position: unset !default;
413
- $tab-nrml-item-active-hover-before-left: unset !default;
414
- $tab-nrml-item-active-hover-before-right: unset !default;
415
- $tab-nrml-item-active-before-bg-font: unset !default;
416
- $tab-nrml-item-active-before-bottom: unset !default;
417
- $tab-nrml-item-active-before-content: unset !default;
418
- $tab-nrml-item-active-before-height: unset !default;
419
- $tab-nrml-item-active-before-left: unset !default;
420
- $tab-nrml-item-active-before-position: unset !default;
421
- $tab-nrml-item-active-before-transition: unset !default;
422
- $tab-nrml-item-active-after-font: unset !default;
423
- $tab-nrml-item-active-after-content: unset !default;
424
- $tab-nrml-item-active-after-display: unset !default;
425
- $tab-nrml-item-active-after-font-weight: unset !default;
426
- $tab-nrml-item-active-after-height: unset !default;
427
- $tab-nrml-item-active-after-overflow: unset !default;
428
- $tab-nrml-hscroll-bar-padding: 0 !default;
429
- $tab-nrml-vertical-indicator-bdr-radius: 0 !default;
430
- $tab-nrml-indicator-transition: left .125s cubic-bezier(.35, 0, .25, 1), right .25s cubic-bezier(.35, 0, .25, 1) !default;
431
- $tab-nrml-active-item-tabicon-before-top: -1px !default;
432
- $tab-nrml-bottom-active-before-top: unset !default;
433
- $tab-nrml-vertical-indicator-transition: top .125s cubic-bezier(.35, 0, .25, 1), bottom .25s cubic-bezier(.35, 0, .25, 1) !default;
434
- $tab-nrml-vertical-hover-before-height: unset !default;
435
- $tab-nrml-vertical-before-bottom: unset !default;
436
- $tab-nrml-vertical-before-height: unset !default;
437
- $tab-nrml-vertical-before-left: unset !default;
438
- $tab-nrml-vertical-before-transition: unset !default;
439
- $tab-nrml-vertical-text-position: unset !default;
440
- $tab-nrml-vertical-wrap-before-content: unset !default;
441
- $tab-nrml-vertical-wrap-before-display: unset !default;
442
- $tab-nrml-vertical-wrap-before-position: unset !default;
443
- $tab-nrml-vertical-wrap-before-top: unset !default;
444
- $tab-nrml-vertical-wrap-before-width: unset !default;
445
- $tab-nrml-vertical-wrap-before-border: unset !default;
446
- $tab-nrml-vertical-indicator-width: 2px !default;
447
- $tab-nrml-bottom-wrap-before-top: unset !default;
448
- $tab-nrml-background-vertical-indicator-display: none !default;
449
- $tab-nrml-background-active-padding: $tab-alt-nrml-active-item-padding !default;
450
- $tab-nrml-item-text-margin-bottom: 0 !default;
451
- $tab-header-font-weight: normal !default;
452
- $tab-header-before-border-color: $tab-hdr-bdr-color !default;
453
- $tab-header-before-border-width: 0 0 1px !default;
454
- $tab-header-border-bottom: 0 !default;
455
- $tab-item-hover-bg: inherit !default;
456
- $tab-item-wrap-border: 0 !default;
457
- $tab-clone-item-wrap-border: 0 !default;
458
- $tab-item-wrap-hover-border: 0 !default;
459
- $tab-item-wrap-hover-border-radius: 4px !default;
460
- $tab-item-active-hover-bg: inherit !default;
461
- $tab-item-active-wrap-border: 0 !default;
462
- $tab-active-wrap-position: unset !default;
463
- $tab-active-wrap-before-border: unset !default;
464
- $tab-active-wrap-before-content: unset !default;
465
- $tab-active-wrap-before-display: unset !default;
466
- $tab-active-wrap-before-position: unset !default;
467
- $tab-active-wrap-before-top: unset !default;
468
- $tab-active-wrap-before-width: unset !default;
469
- $tab-focused-wrap-focus-border: 0 !default;
470
- $tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
471
- $tab-content-font-size: 14px !default;
472
- $tab-item-active-tabwrap-border: 0 !default;
473
- $tab-item-left-icon-before-top: 2px !default;
474
- $tab-item-icon-before-top: 2px !default;
475
- $tab-item-icon-before-left: 2px !default;
476
- $tab-item-active-border-bottom: 1px solid $grey-99 !default;
477
- $tab-pop-wrap-hover-border: 0 !default;
478
- $tab-pop-wrap-hover-border-radius: 4px !default;
479
- $tab-pop-wrap-hover-close-color: $tab-hover-text-color !default;
480
- $tab-pop-wrap-active-border-color: unset !default;
481
- $tab-pop-wrap-active-icon-font: $tab-pop-text-color !default;
482
- $tab-pop-icon-border: 0 !default;
483
- $tab-pop-focus-icon-active-bg: $tab-pop-icon-hover-bg-color !default;
484
- $tab-pop-focus-icon-active-color: $tab-nav-focus-icon-color !default;
485
- $tab-pop-focus-bg: transparent !default;
486
- $tab-pop-hover-bg: transparent !default;
487
- $tab-pop-nav-active-bg: inherit !default;
488
- $tab-pop-nav-active-border: 0 !default;
489
- $tab-pop-nav-active-border-radius: 0 4px 0 0 !default;
490
- $tab-pop-active-icons-color: $active-font-color !default;
491
- $tab-scroll-nav-bg: inherit !default;
492
- $tab-scroll-nav-arrow-font: $tab-nav-icon-color !default;
493
- $tab-scroll-arrow-hover-border: $tab-item-active-wrap-border !default;
494
- $tab-scroll-arrow-active-border: $tab-item-active-wrap-border !default;
495
- $tab-scroll-focus-arrow-border: $tab-item-active-wrap-border !default;
496
- $tab-scroll-focus-arrow-active-bg: $tab-nav-focus-bg-color !default;
497
- $tab-scroll-focus-arrow-active-border-color: unset !default;
498
- $tab-scroll-focus-arrow-active-color: $tab-nav-focus-icon-color !default;
499
- $tab-scroll-active-border: 0 !default;
500
- $tab-scroll-overlay-arrow-color: $tab-disable-nav-icon-color !default;
501
- $tab-scroll-overlay-arrow-hover-color: $tab-disable-nav-icon-color !default;
502
- $tab-scroll-overlay-arrow-hover-bg: $tab-hover-nav-bg-color !default;
503
- $tab-scroll-overlay-arrow-hover-border-color: unset !default;
504
- $tab-scroll-focused-nav-focus-icon-bg: $tab-nav-focus-bg-color !default;
505
- $tab-scroll-focused-nav-focus-icon-border: $tab-pop-up-icon-focus-border !default;
506
- $tab-bottom-border-color: unset !default;
507
- $tab-bottom-border-width: 0 !default;
508
- $tab-bottom-hidden-items-border-color: $grey-88 !default;
509
- $tab-bottom-hidden-items-border-width: 1px 0 0 !default;
510
- $tab-bottom-active-border-color: $tab-active-item-border-color !default;
511
- $tab-bottom-active-border-width: 1px !default;
512
- $tab-bottom-active-margin-top: 0 !default;
513
- $tab-vertical-scroll-hover-border-color: $tab-vscroll-nav-border-color transparent transparent !default;
514
- $tab-vertical-scroll-hover-active-bg: $tab-v-nav-focus-bg-color !default;
515
- $tab-vertical-focus-active-arrow-color: none !default;
516
- $tab-vertical-pop-icon-hover-color: $tab-hover-nav-icon-color !default;
517
- $tab-vertical-pop-icon-active-color: $tab-nav-focus-icon-color !default;
518
- $tab-vertical-focused-nav-focus-border-color: $tab-vertical-scroll-hover-border-color !default;
519
- $tab-vertical-before-border-width: 0 1px 0 0 !default;
520
- $tab-fill-wrap-hover-icon-color: $tab-hover-text-color !default;
521
- $tab-fill-active-tabwrap-border-color: unset !default;
522
- $tab-fill-active-text-before-border: unset !default;
523
- $tab-fill-active-close-hover-color: $tab-alt-active-hover-close-icon-color !default;
524
- $tab-fill-pop-active-icon-color: $tab-pop-text-color !default;
525
- $tab-fill-pop-wrap-hover-bg: $tab-hover-bg-color !default;
526
- $tab-fill-pop-wrap-hover-text-color: $tab-hover-text-color !default;
527
- $tab-fill-pop-wrap-hover-icon-color: $tab-hover-text-color !default;
528
- $tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
529
- $tab-fill-focused-active-tabwrap-focus-border-color: unset !default;
530
- $tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
531
- $tab-fill-focused-active-wrap-focus-close-color: $tab-fill-focused-active-wrap-focus-color !default;
532
- $tab-background-indicator-bottom: 0 !default;
533
- $tab-background-wrap-border-color: unset !default;
534
- $tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
535
- $tab-background-pop-icon-hover-bg: $tab-alt-nav-hover-bg-color !default;
536
- $tab-background-pop-icon-hover-border-color: $grey !default;
537
- $tab-background-focused-active-wrap-focus-bg: $tab-key-alt-active-focus-bg-color !default;
538
- $tab-background-focused-active-wrap-focus-border-color: unset !default;
539
- $tab-background-wrap-hover-text-color: $tab-alt-wrap-hover-color !default;
540
- $tab-background-wrap-hover-icon-color: $tab-alt-active-text-color !default;
541
- $tab-background-wrap-hover-close-color: $tab-alt-wrap-hover-color !default;
542
- $tab-background-close-hover-active-color: $tab-background-wrap-hover-close-color !default;
543
- $tab-background-wrap-hover-bg-color: $tab-bg-item-wrap-hover-bg-color !default;
544
- $tab-background-wrap-hover-border-color: unset !default;
545
- $tab-background-active-bg: inherit !default;
546
- $tab-background-active-text-color: $tab-alt-active-text-color !default;
547
- $tab-background-active-icon-color: $tab-alt-active-text-color !default;
548
- $tab-background-active-close-color: $tab-alt-active-close-icon-color !default;
549
- $tab-background-active-wrap-bg: $tab-alt-active-bg-color !default;
550
- $tab-background-active-wrap-border-color: unset !default;
551
- $tab-background-active-wrap-border-radius: $tab-active-item-border-radius !default;
552
- $tab-background-active-wrap-border-width: 0 !default;
553
- $tab-background-active-hover-text-color: $tab-alt-active-text-color !default;
554
- $tab-background-active-hover-icon-color: $tab-alt-active-text-color !default;
555
- $tab-background-active-hover-close-color: $tab-alt-active-wrap-hover-close-color !default;
556
- $tab-background-active-hover-bg: $tab-background-active-wrap-bg !default;
557
- $tab-background-active-hover-border-color: $tab-background-active-wrap-border-color !default;
558
- $tab-background-active-close-hover-color: $tab-background-active-hover-close-color !default;
559
- $tab-background-activeitem-close-active-color: $tab-background-active-hover-close-color !default;
560
- $tab-background-active-wrap-focus-bg: $tab-alt-active-focus-bg-color !default;
561
- $tab-background-active-wrap-focus-text-color: $tab-alt-active-text-color !default;
562
- $tab-background-active-wrap-focus-icon: $tab-alt-active-text-color !default;
563
- $tab-background-active-wrap-focushover-text-color: $tab-alt-active-text-color !default;
564
- $tab-background-active-wrap-focushover-close-color: $tab-alt-active-text-color !default;
565
- $tab-background-active-text-icon-color: $tab-alt-active-text-color !default;
566
- $tab-background-active-close-icon-color: $tab-alt-active-close-icon-color !default;
567
- $tab-background-active-close-text-hover-color: $tab-alt-active-hover-close-icon-color !default;
568
- $tab-background-pop-text-color: $tab-alt-text-color !default;
569
- $tab-background-pop-wrap-hover-bg: $tab-alt-hover-bg-color !default;
570
- $tab-background-pop-wrap-hover-text-color: $tab-alt-pop-wrap-hover-color !default;
571
- $tab-background-pop-wrap-active-text-color: $tab-background-pop-text-color !default;
572
- $tab-background-pop-wrap-active-icon-color: $tab-background-pop-text-color !default;
573
- $tab-background-pop-wrap-active-close-color: $tab-background-pop-text-color !default;
574
- $tab-background-scroll-bg: inherit !default;
575
- $tab-background-scroll-arrow-border: 0 !default;
576
- $tab-background-scroll-arrow-hover-bg: $tab-bg-hover-nav-bg-color !default;
577
- $tab-background-scroll-arrow-hover-border-color: unset !default;
578
- $tab-background-scroll-arrow-active-bg: unset !default;
579
- $tab-background-scroll-arrow-active-color: $tab-alt-nav-icon-color !default;
580
- $tab-background-scroll-focus-arrow-border: 0 !default;
581
- $tab-background-scroll-focus-arrow-bg: $tab-nav-focus-bg-color !default;
582
- $tab-background-nav-focus-active-bg: $tab-nav-focus-bg-color !default;
583
- $tab-background-nav-focus-active-border-color: unset !default;
584
- $tab-background-nav-focus-active-color: $tab-bg-hover-nav-icon-color !default;
585
- $tab-background-hor-nav-bg: transparent !default;
586
- $tab-background-pop-icon-color: $tab-alt-nav-icon-color !default;
587
- $tab-background-pop-icon-border: 0 !default;
588
- $tab-background-pop-active-hover-bg: $tab-background-pop-icon-hover-bg !default;
589
- $tab-background-pop-active-hover-color: $tab-bg-hover-nav-icon-color !default;
590
- $tab-background-focus-pop-bg: $tab-nav-focus-bg-color !default;
591
- $tab-background-focus-pop-border: $tab-pop-up-icon-focus-border !default;
592
- $tab-background-focus-pop-hover-bg: $tab-background-pop-icon-hover-bg !default;
593
- $tab-background-focused-wrap-focus-bg: $tab-alt-hover-bg-color !default;
594
- $tab-background-focused-wrap-focus-border-color: unset !default;
595
- $tab-background-popicon-focus-active-bg: $tab-pop-focus-icon-active-bg !default;
596
- $tab-background-popicon-focus-active-border-color: unset !default;
597
- $tab-background-popicon-focus-active-color: $tab-bg-hover-nav-icon-color !default;
598
- $tab-background-bottom-active-wrap-border-color: unset !default;
599
- $tab-background-bottom-active-wrap-border-radius: 4px !default;
600
- $tab-background-bottom-active-wrap-border-width: 0 !default;
601
- $tab-background-vertical-left-active-border-color: $grey-light-font !default;
602
- $tab-background-vertical-left-active-border-width: 0 1px 0 0 !default;
603
- $tab-background-vertical-left-active-wrap-border-radius: 4px !default;
604
- $tab-background-vertical-left-active-wrap-border-width: 0 !default;
605
- $tab-background-vertical-right-active-border-width: 0 0 0 1px !default;
606
- $tab-background-vertical-right-active-wrap-border-radius: 4px !default;
607
- $tab-background-vertical-right-active-wrap-border-width: 0 !default;
608
- $tab-background-focused-active-wrap-hover-bg: $tab-background-active-wrap-bg !default;
609
- $tab-background-focused-active-wrap-hover-border: 0 !default;
610
- $tab-background-focused-active-wrap-hover-border-radius: $tab-background-active-wrap-border-radius !default;
611
- $tab-background-focused-active-wrap-focus-text-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
612
- $tab-background-focused-active-wrap-focus-icon-color: $tab-alt-active-hover-text-color !default;
613
- $tab-background-focused-active-wrap-focus-close-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
614
- $tab-background-focused-active-wrap-hover-text-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
615
- $tab-background-focused-active-wrap-hover-icon-color: $tab-background-active-hover-icon-color !default;
616
- $tab-background-focused-active-wrap-hover-close-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
617
- $tab-background-focused-active-focus-hover-text-color: $tab-alt-focused-active-wrap-focus-and-hover-color !default;
618
- $tab-background-focused-active-focus-hover-close-color: $tab-alt-focused-active-wrap-focus-and-hover-color !default;
619
- $tab-background-focused-wrap-focus-close-color: $tab-alt-text-color !default;
620
- $tab-background-focused-active-wrap-icon-color: $tab-alt-active-hover-text-color !default;
621
- $tab-background-accent-indicator-bg: $tab-border-color !default;
622
- $tab-background-active-text-font-weight: $tab-light-font-weight !default;
623
- $tab-background-text-color: $tab-alt-text-color !default;
624
- $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
625
- @mixin tbar-alt-btn-animation-after {
626
- animation: none;
627
- }
628
- @mixin hscroll-alt-btn-animation-after {
629
- animation: none;
630
- }
1
+ @use 'sass:color';
2
+
3
+ $tab-skin: 'bootstrap' !default;
4
+ $tab-big-vertical-scroll-nav-top-bottom: 23px !default;
5
+ $tab-vscroll-big-padding: 24px 0 !default;
6
+ $tab-big-v-wrap-padding: 0 20px !default;
7
+ $tab-v-big-close-icon-top-bottom-right: -20px !default;
8
+ $tab-big-vertical-nav-arrow-size: 24px !default;
9
+ $tab-big-vertical-nav-arrow-font-size: 12px !default;
10
+ $tab-big-more-btn-line-height: 48px !default;
11
+ $tab-pop-more-icon-margin: 0 0 0 8px !default;
12
+ $tab-v-rtl-big-close-icon-top-bottom-left: -20px !default;
13
+ $tab-rtl-pop-more-icon-margin: 0 8px 0 0 !default;
14
+ $tab-font-family: $font-family !default;
15
+ $tab-nrml-vertical-scroll-nav-top-bottom: 15px !default;
16
+ $tab-indicator-display: none !default;
17
+ $tab-vscroll-nrml-padding: 16px 0 !default;
18
+ $tab-nrml-v-wrap-padding: 0 15px !default;
19
+ $tab-v-nrml-close-icon-top-bottom-right: -15px !default;
20
+ $tab-nrml-vertical-nav-arrow-size: 16px !default;
21
+ $tab-nrml-vertical-nav-arrow-font-size: 10px !default;
22
+ $tab-nrml-more-btn-line-height: 36px !default;
23
+ $tab-v-rtl-nrml-close-icon-top-bottom-left: -15px !default;
24
+ $tab-active-item-hide-border: 1px solid $grey-light-font !default;
25
+ $tab-top-active-item-border-radius: 4px 4px 0 0 !default;
26
+ $tab-bottom-active-item-border-radius: 0 0 4px 4px !default;
27
+ $tab-left-active-item-border-radius: 4px 0 0 4px !default;
28
+ $tab-right-active-item-border-radius: 0 4px 4px 0 !default;
29
+ $tab-vscroll-nav-border: 1px solid transparent !default;
30
+ $tab-vscroll-nav-border-color: $grey-dd !default;
31
+ $tab-v-nav-hover-bg-color: $grey-lighter !default;
32
+ $tab-v-nav-focus-bg-color: $grey-lighter !default;
33
+ $tab-v-pop-focus-outline: 0 !default;
34
+ $tab-text-transform: capitalize !default;
35
+ $tab-big-height: 50px !default;
36
+ $tab-nrml-height: 40px !default;
37
+ $tab-focus-big-height: 50px !default;
38
+ $tab-focus-nrml-height: 40px !default;
39
+ $tab-active-big-height: 50px !default;
40
+ $tab-active-nrml-height: 40px !default;
41
+ $tab-active-focus-big-height: 50px !default;
42
+ $tab-active-focus-nrml-height: 40px !default;
43
+ $tab-big-fill-height: 50px !default;
44
+ $tab-nrml-fill-height: 40px !default;
45
+ $tab-mob-fill-height: 50px !default;
46
+ $tab-focus-big-fill-height: 50px !default;
47
+ $tab-focus-nrml-fill-height: 40px !default;
48
+ $tab-disable-cnt-opacity: .38 !default;
49
+ $tab-big-tb-icon-height: 72px !default;
50
+ $tab-nrml-tb-icon-height: 62px !default;
51
+ $tab-content-font-color: $grey-dark-font !default;
52
+ $tab-border-width: 2px !default;
53
+ $tab-border-style: $tab-border-width Solid !default;
54
+ $tab-focus-outline: 0 !default;
55
+ $tab-active-focus-outline: 0 !default;
56
+ $tab-active-text-item-border: 0 !default;
57
+ $tab-disable-active-text-item-border: 0 !default;
58
+ $tab-active-item-border: 1px solid $grey-99 !default;
59
+ $tab-alt-active-item-border: $tab-border-style $grey-99 !default;
60
+ $tab-accent-active-item-border: $tab-border-style $grey-99 !default;
61
+ $tab-fill-hdr-border: 0 !default;
62
+ $tab-fill-disable-hdr-border: 0 !default;
63
+ $tab-anim-border-display: none !default;
64
+ $tab-border-color: $grey-99 !default;
65
+ $tab-disable-border-color: rgba($grey-99, .38) !default;
66
+ $tab-alt-border-color: $grey-99 !default;
67
+ $tab-alt-disable-border-color: rgba($grey-99, .38) !default;
68
+ $tab-bg-color: transparent !default;
69
+ $tab-border: none !default;
70
+ $tab-alt-hdr-bg-color: inherit !default;
71
+ $tab-focus-hscroll-content-padding: 1px 0 !default;
72
+ $tab-hdr-bdr-color: $grey-88 !default;
73
+ $tab-hdr-border: 1px solid $grey-88 !default;
74
+ $tab-alt-hdr-border: 0 !default;
75
+ $tab-items-border: 1px solid $grey-88 !default;
76
+ $tab-big-item-margin: 0 !default;
77
+ $tab-nrml-item-margin: 0 !default;
78
+ $tab-big-item-padding: 0 !default;
79
+ $tab-nrml-item-padding: 0 !default;
80
+ $tab-big-icon-top-bottom-item-height: 72px !default;
81
+ $tab-nrml-icon-top-bottom-item-height: 62px !default;
82
+ $tab-pop-big-icon-top-bottom-item-height: 50px !default;
83
+ $tab-pop-nrml-icon-top-bottom-item-height: 40px !default;
84
+ $tab-big-focus-icon-top-bottom-item-height: 72px !default;
85
+ $tab-nrml-focus-icon-top-bottom-item-height: 62px !default;
86
+ $tab-big-fill-icon-top-bottom-item-height: 72px !default;
87
+ $tab-nrml-fill-icon-top-bottom-item-height: 62px !default;
88
+ $tab-big-focus-fill-icon-top-bottom-item-height: 72px !default;
89
+ $tab-nrml-focus-fill-icon-top-bottom-item-height: 62px !default;
90
+ $tab-big-first-item-margin: 0 !default;
91
+ $tab-nrml-first-item-margin: 0 !default;
92
+ $tab-big-last-item-margin: 0 2px -3px 0 !default;
93
+ $tab-nrml-last-item-margin: 0 2px -1px 0 !default;
94
+ $tab-big-active-last-item-margin: 0 2px -5px 0 !default;
95
+ $tab-nrml-active-last-item-margin: 1px 2px -2px 0 !default;
96
+ $tab-big-scroll-last-item-margin: 0 2px -3px 0 !default;
97
+ $tab-nrml-scroll-last-item-margin: 0 2px -2px 0 !default;
98
+ $tab-nrml-active-scroll-last-item-margin: 0 2px -4px 0 !default;
99
+ $tab-mob-last-item-margin: 0 2px -4px 0 !default;
100
+ $tab-big-even-last-item-margin: -1px 2px 0 0 !default;
101
+ $tab-nrml-even-last-item-margin: -1px 2px 0 0 !default;
102
+ $tab-mob-even-last-item-margin: -1px 2px 0 0 !default;
103
+ $tab-big-alt-first-item-margin: 0 !default;
104
+ $tab-nrml-alt-first-item-margin: 0 !default;
105
+ $tab-pop-item-margin: 0 !default;
106
+ $tab-big-pop-item-height: 40px !default;
107
+ $tab-nrml-pop-item-height: 26px !default;
108
+ $tab-alt-item-margin: 0 2px 0 0 !default;
109
+ $tab-big-rtl-item-margin: 1px 0 -6px 2px !default;
110
+ $tab-nrml-rtl-item-margin: 1px 0 -4px 2px !default;
111
+ $tab-big-rtl-alt-item-margin: 0 0 0 2px !default;
112
+ $tab-nrml-rtl-alt-item-margin: 0 0 0 2px !default;
113
+ $tab-mob-pop-item-height: 50px !default;
114
+ $tab-ripple-bg-color: rgba($grey, 0) !default;
115
+ $tab-fill-ripple-bg-color: rgba($grey, 0) !default;
116
+ $tab-alt-ripple-bg-color: rgba($grey, 0) !default;
117
+ $tab-item-border: 1px solid transparent !default;
118
+ $tab-active-item-border-bottom: 3px solid $grey-base !default;
119
+ $tab-active-item-border-color: $grey-99 !default;
120
+ $tab-even-active-item-border-bottom: 3px solid $grey-base !default;
121
+ $tab-big-boot-item-margin: 0 !default;
122
+ $tab-nrml-boot-item-margin: 0 !default;
123
+ $tab-big-scroll-boot-item-margin: 0 2px -4px 0 !default;
124
+ $tab-nrml-scroll-boot-item-margin: 0 2px -4px 0 !default;
125
+ $tab-mob-boot-item-margin: 1px 2px -4px 0 !default;
126
+ $tab-big-even-boot-item-margin: 0 2px 0 0 !default;
127
+ $tab-nrml-even-boot-item-margin: 0 2px 0 0 !default;
128
+ $tab-mob-even-boot-item-margin: -1px 2px 0 0 !default;
129
+ $tab-big-boot-active-item-padding-bottom: 0 !default;
130
+ $tab-nrml-boot-active-item-padding-bottom: 0 !default;
131
+ $tab-big-even-boot-active-item-padding-bottom: 1px !default;
132
+ $tab-nrml-even-boot-active-item-padding-bottom: 0 !default;
133
+ $tab-big-even-scroll-boot-active-item-padding-bottom: 2px !default;
134
+ $tab-active-item-border-radius: 4px !default;
135
+ $tab-item-wrap-border-radius: 4px !default;
136
+ $tab-hscroll-item-padding: 0 !default;
137
+ $tab-big-item-last-child-padding-bottom: 3px !default;
138
+ $tab-nrml-item-last-child-padding-bottom: 1px !default;
139
+ $tab-big-wrap-padding: 0 20px !default;
140
+ $tab-nrml-wrap-padding: 0 15px !default;
141
+ $tab-mob-wrap-padding: 0 15px !default;
142
+ $tab-pop-padding: 5px 0 !default;
143
+ $tab-big-pop-item-wrap-padding: 0 24px !default;
144
+ $tab-nrml-pop-item-wrap-padding: 0 20px !default;
145
+ $tab-mob-pop-item-wrap-padding: 0 24px !default;
146
+ $tab-big-io-text-wrap-width: auto !default;
147
+ $tab-nrml-io-text-wrap-width: auto !default;
148
+ $tab-big-io-wrap-padding: 0 20px !default;
149
+ $tab-nrml-io-wrap-padding: 0 15px !default;
150
+ $tab-wrap-focus-margin-right: 0 !default;
151
+ $tab-wrap-focus-margin-left: 0 !default;
152
+ $tab-big-even-ileft-active-text-wrap-margin: 0 !default;
153
+ $tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
154
+ $tab-big-fill-tb-wrap-height: 50px !default;
155
+ $tab-nrml-fill-tb-wrap-height: 44px !default;
156
+ $tab-focus-bg-color: $grey-44 !default;
157
+ $tab-fill-focus-bg-color: $grey-44 !default;
158
+ $tab-hover-bg-color: $grey !default;
159
+ $tab-active-bg-color: $grey !default;
160
+ $tab-fill-active-bg-color: $brand-primary !default;
161
+ $tab-fill-disable-active-bg-color: $brand-primary !default;
162
+ $tab-alt-active-bg-color: $brand-primary !default;
163
+ $tab-alt-disable-active-bg-color: $brand-primary !default;
164
+ $tab-alt-item-bg-color: inherit !default;
165
+ $tab-alt-active-focus-bg-color: $brand-primary !default;
166
+ $tab-key-alt-active-focus-bg-color: $grey-44 !default;
167
+ $tab-alt-hover-bg-color: $grey !default;
168
+ $tab-alt-focus-top-bottom-bg-color: inherit !default;
169
+ $tab-fill-active-wrap-corner: 3px 3px 0 0 !default;
170
+ $tab-fill-even-active-wrap-corner: 0 0 3px 3px !default;
171
+ $tab-alt-tb-active-bg-color: $brand-primary !default;
172
+ $tab-fill-big-wrap-padding: 0 20px !default;
173
+ $tab-fill-nrml-wrap-padding: 0 15px !default;
174
+ $tab-mob-fill-wrap-padding: 0 15px !default;
175
+ $tab-bg-big-wrap-padding: 0 20px !default;
176
+ $tab-bg-nrml-wrap-padding: 0 15px !default;
177
+ $tab-item-hover-bg-color: $grey !default;
178
+ $tab-bg-item-wrap-hover-bg-color: $tab-item-hover-bg-color !default;
179
+ $tab-mob-item-hover-bg-color: initial !default;
180
+ $tab-pop-text-color: $grey-light-font !default;
181
+ $tab-alt-disable-active-item-opacity: .65 !default;
182
+ $tab-big-active-item-wrap-margin-bottom: 1px !default;
183
+ $tab-nrml-active-item-wrap-margin-bottom: 0 !default;
184
+ $tab-fill-big-active-item-wrap-margin-bottom: 0 !default;
185
+ $tab-fill-nrml-active-item-wrap-margin-bottom: 0 !default;
186
+ $tab-bg-big-active-item-wrap-margin-bottom: 0 !default;
187
+ $tab-bg-nrml-active-item-wrap-margin-bottom: 0 !default;
188
+ $tab-alt-big-active-item-padding: 0 !default;
189
+ $tab-alt-nrml-active-item-padding: 0 !default;
190
+ $tab-active-text-container-margin: 0 !default;
191
+ $tab-big-text-container-margin-right: 22px !default;
192
+ $tab-nrml-text-container-margin-right: 20px !default;
193
+ $tab-rtl-big-text-container-margin-right: 0 !default;
194
+ $tab-rtl-nrml-text-container-margin-right: 0 !default;
195
+ $tab-rtl-big-text-container-margin-left: 22px !default;
196
+ $tab-rtl-nrml-text-container-margin-left: 20px !default;
197
+ $tab-big-active-text-container-height: 50px !default;
198
+ $tab-big-active-it-text-container-height: 50px !default;
199
+ $tab-fill-big-active-it-text-container-height: 50px !default;
200
+ $tab-fill-nrml-active-it-text-container-height: 40px !default;
201
+ $tab-big-even-active-text-container-height: 50px !default;
202
+ $tab-nrml-even-active-text-container-height: 40px !default;
203
+ $tab-even-active-text-container-margin: 0 !default;
204
+ $tab-big-font-size: 15px !default;
205
+ $tab-nrml-font-size: 14px !default;
206
+ $tab-font-weight: 400 !default;
207
+ $tab-semi-font-weight: 400 !default;
208
+ $tab-light-font-weight: 400 !default;
209
+ $tab-big-it-text-margin: 0 0 0 10px !default;
210
+ $tab-nrml-it-text-margin: 0 0 0 8px !default;
211
+ $tab-mob-it-text-margin: 0 0 0 10px !default;
212
+ $tab-rtl-mob-it-text-margin: 0 10px 0 0 !default;
213
+ $tab-rtl-big-it-text-margin: 0 10px 0 0 !default;
214
+ $tab-rtl-nrml-it-text-margin: 0 8px 0 0 !default;
215
+ $tab-big-icon-top-margin: 10px 0 0 !default;
216
+ $tab-nrml-icon-top-margin: 8px 0 0 !default;
217
+ $tab-big-icon-bottom-margin: 0 0 10px !default;
218
+ $tab-nrml-icon-bottom-margin: 0 0 8px !default;
219
+ $tab-big-pop-text-padding-right: 12px !default;
220
+ $tab-nrml-pop-text-padding-right: 10px !default;
221
+ $tab-rtl-big-pop-text-padding-left: 12px !default;
222
+ $tab-rtl-nrml-pop-text-padding-left: 10px !default;
223
+ $tab-big-even-active-text-height: 50px !default;
224
+ $tab-nrml-even-active-text-height: 40px !default;
225
+ $tab-fill-big-even-active-text-height: 50px !default;
226
+ $tab-fill-nrml-even-active-text-height: 40px !default;
227
+ $tab-text-color: color.adjust($brand-primary, $lightness: 15%) !default;
228
+ $tab-wrap-comb-icon-color: $tab-text-color !default;
229
+ $tab-disable-text-color: $grey-light !default;
230
+ $tab-active-text-color: $grey-dark-font !default;
231
+ $tab-disable-active-text-color: $grey-light !default;
232
+ $tab-focus-text-color: $grey-dark-font !default;
233
+ $tab-hover-text-color: color.adjust($brand-primary, $lightness: 10%) !default;
234
+ $tab-pop-active-item-text-color: $tab-active-text-color !default;
235
+ $tab-alt-text-color: color.adjust($brand-primary, $lightness: 15%) !default;
236
+ $tab-alt-disable-text-color: $grey-light !default;
237
+ $tab-alt-active-text-color: $brand-primary-font !default;
238
+ $tab-alt-disable-active-text-color: $brand-primary-font !default;
239
+ $tab-alt-hover-text-color: color.adjust($brand-primary, $lightness: 10%) !default;
240
+ $tab-alt-active-hover-text-color: $brand-primary-font !default;
241
+ $tab-alt-active-style-hover-icon-color: $tab-alt-active-hover-text-color !default;
242
+ $tab-clone-item-bg-color: rgba($grey-light, .87) !default;
243
+ $tab-clone-text-color: color.adjust($brand-primary, $lightness: 15%) !default;
244
+ $tab-icon-container-width: auto !default;
245
+ $tab-nav-pop-press-border: 0 !default;
246
+ $tab-big-nav-icon-container-size: 44px !default;
247
+ $tab-nrml-nav-icon-container-size: 34px !default;
248
+ $tab-big-nav-icon-size: 16px !default;
249
+ $tab-nrml-nav-icon-size: 16px !default;
250
+ $tab-mob-nav-icon-size: 16px !default;
251
+ $tab-mob-nav-vicon-size: 12px !default;
252
+ $tab-big-icon-size: 20px !default;
253
+ $tab-nrml-icon-size: 16px !default;
254
+ $tab-mob-icon-size: 20px !default;
255
+ $tab-big-icon-container-size: 24px !default;
256
+ $tab-nrml-icon-container-size: 20px !default;
257
+ $tab-mob-icon-container-size: 20px !default;
258
+ $tab-big-nav-icon-top: 11px !default;
259
+ $tab-nrml-nav-icon-top: 5px !default;
260
+ $tab-big-nav-pop-icon-top: 13px !default;
261
+ $tab-nrml-nav-pop-icon-top: 8px !default;
262
+ $tab-big-safari-nav-icon-top: 4px !default;
263
+ $tab-nrml-safari-nav-icon-top: 4px !default;
264
+ $tab-big-safari-pop-icon-top: 6px !default;
265
+ $tab-nrml-safari-pop-icon-top: 6px !default;
266
+ $tab-big-ie-nav-icon-line-height: 15px !default;
267
+ $tab-nrml-ie-nav-icon-line-height: 14px !default;
268
+ $tab-big-ie-pop-icon-line-height: 15px !default;
269
+ $tab-nrml-ie-pop-icon-line-height: 15px !default;
270
+ $tab-big-edge-nav-icon-line-height: 13px !default;
271
+ $tab-nrml-edge-nav-icon-line-height: 11px !default;
272
+ $tab-big-edge-pop-icon-line-height: 15px !default;
273
+ $tab-nrml-edge-pop-icon-line-height: 14px !default;
274
+ $tab-comb-icon-color: $grey-dark-font !default;
275
+ $tab-comb-text-color: $grey-dark-font !default;
276
+ $tab-close-icon-size: 12px !default;
277
+ $tab-big-close-icon-size: 12px !default;
278
+ $tab-nrml-close-icon-size: 12px !default;
279
+ $tab-mob-close-icon-size: 12px !default;
280
+ $tab-close-icon-minwidth: 12px !default;
281
+ $tab-big-close-icon-margin: 0 0 0 10px !default;
282
+ $tab-nrml-close-icon-margin: 0 0 0 8px !default;
283
+ $tab-mob-close-icon-margin: 0 0 0 8px !default;
284
+ $tab-rtl-mob-close-icon-margin: 0 8px 0 0 !default;
285
+ $tab-rtl-big-close-icon-margin: 0 10px 0 0 !default;
286
+ $tab-rtl-nrml-close-icon-margin: 0 8px 0 0 !default;
287
+ $tab-rtl-big-pop-close-icon-margin: 0 !default;
288
+ $tab-rtl-nrml-pop-close-icon-margin: 0 !default;
289
+ $tab-big-close-icon-top-bottom-right: 20px !default;
290
+ $tab-nrml-close-icon-top-bottom-right: 15px !default;
291
+ $tab-big-pop-close-icon-top-bottom-right: 24px !default;
292
+ $tab-nrml-pop-close-icon-top-bottom-right: 20px !default;
293
+ $tab-rtl-big-close-icon-top-bottom-right: 0 !default;
294
+ $tab-rtl-nrml-close-icon-top-bottom-right: 0 !default;
295
+ $tab-rtl-big-close-icon-top-bottom-left: 20px !default;
296
+ $tab-rtl-nrml-close-icon-top-bottom-left: 15px !default;
297
+ $tab-rtl-big-pop-close-icon-top-bottom-left: 24px !default;
298
+ $tab-rtl-nrml-pop-close-icon-top-bottom-left: 20px !default;
299
+ $tab-pop-close-icon-right: 16px !default;
300
+ $tab-rtl-pop-close-icon-left: 16px !default;
301
+ $tab-mob-close-icon-top-bottom-right: 12px !default;
302
+ $tab-rtl-mob-close-icon-top-bottom-left: 12px !default;
303
+ $tab-big-pop-close-top: 0 !default;
304
+ $tab-nrml-pop-close-top: 0 !default;
305
+ $tab-big-safari-close-icon-top: 0 !default;
306
+ $tab-nrml-safari-close-icon-top: -1px !default;
307
+ $tab-close-icon-color: $grey-dark-font !default;
308
+ $tab-active-close-icon-color: $grey-dark-font !default;
309
+ $tab-close-icon-hover-color: $grey-light-font !default;
310
+ $tab-close-icon-active-color: $grey-light-font !default;
311
+ $tab-alt-close-icon-color: $brand-primary-font !default;
312
+ $tab-alt-active-wrap-close-icon-color: $tab-alt-close-icon-color !default;
313
+ $tab-alt-active-close-icon-color: $brand-primary-font !default;
314
+ $tab-alt-active-hover-close-icon-color: $brand-primary-font !default;
315
+ $tab-pop-bg-color: $grey-dark !default;
316
+ $tab-pop-border: 1px solid $grey-base !default;
317
+ $tab-pop-border-radius: 4px !default;
318
+ $tab-big-nav-right-icon-padding: 0 !default;
319
+ $tab-nrml-nav-right-icon-padding: 0 !default;
320
+ $tab-mob-nav-right-icon-padding: 0 !default;
321
+ $tab-rtl-big-nav-right-icon-padding: 0 !default;
322
+ $tab-rtl-nrml-nav-right-icon-padding: 0 !default;
323
+ $tab-big-nav-left-icon-padding: 0 !default;
324
+ $tab-nrml-nav-left-icon-padding: 0 !default;
325
+ $tab-rtl-big-nav-left-icon-padding: 0 !default;
326
+ $tab-rtl-nrml-nav-left-icon-padding: 0 !default;
327
+ $tab-big-nav-tb-icon-top: 0 !default;
328
+ $tab-nrml-nav-tb-icon-top: 0 !default;
329
+ $tab-big-nav-icons-top: -2px !default;
330
+ $tab-nrml-nav-icons-top: 0 !default;
331
+ $tab-hover-nav-bg-color: $grey !default;
332
+ $tab-bg-hover-nav-bg-color: inherit !default;
333
+ $tab-nav-icon-color: $grey-dark-font !default;
334
+ $tab-alt-nav-icon-color: $grey-dark-font !default;
335
+ $tab-active-nav-icon-color: $grey-dark-font !default;
336
+ $tab-hover-nav-icon-color: $grey-dark-font !default;
337
+ $tab-alt-hover-nav-icon-color: $grey-light-font !default;
338
+ $tab-disable-nav-icon-color: rgba($grey-dark-font, .65) !default;
339
+ $tab-nav-focus-bg-color: $grey-dark !default;
340
+ $tab-nav-focus-icon-color: $grey-dark-font !default;
341
+ $tab-bg-nav-focus-icon-color: $grey-dark-font !default;
342
+ $tab-pop-icon-color: $grey-dark-font !default;
343
+ $tab-pop-icon-hover-bg-color: $grey !default;
344
+ $tab-pop-icon-hover-border: 1px solid $grey !default;
345
+ $tab-pop-up-icon-hover-border: $tab-pop-icon-hover-border !default;
346
+ $tab-pop-up-down-icon-hover-border: $tab-pop-icon-hover-border !default;
347
+ $tab-pop-icon-focus-border: 1px solid none !default;
348
+ $tab-pop-up-icon-focus-border: $tab-pop-icon-focus-border !default;
349
+ $tab-pop-icon-active-border: 1px solid none !default;
350
+ $tab-pop-up-icon-active-border: $tab-pop-icon-active-border !default;
351
+ $tab-pop-border-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !default;
352
+ $tab-bg-hover-nav-icon-color: $grey-dark-font !default;
353
+ $tab-pop-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !default;
354
+ $tab-v-popup-box-shadow: $tab-pop-box-shadow !default;
355
+ $tab-pop-icon-transition: none !default;
356
+ $tab-pop-up-icon-transform: rotate(0deg) !default;
357
+ $tab-pop-down-icon-transform: rotate(0deg) !default;
358
+ $tab-alt-focused-active-wrap-focus-or-hover-color: color.adjust($brand-primary-font, $lightness: 15%) !default;
359
+ $tab-alt-focused-active-wrap-focus-and-hover-color: $brand-primary-darken-25 !default;
360
+ $tab-even-active-item-bottom-border-color: 0 !default;
361
+ $tab-fill-focused-active-wrap-focus-color: $brand-primary-darken-25 !default;
362
+ $tab-alt-active-wrap-hover-close-color: $brand-primary-font !default;
363
+ $tab-alt-pop-wrap-hover-color: $brand-primary !default;
364
+ $tab-alt-wrap-hover-color: $brand-primary-font !default;
365
+ $tab-nav-active-box-shadow: none !default;
366
+ $tab-nav-focus-border-color: $grey-e6 !default;
367
+ $tab-alt-nav-hover-bg-color: $grey-e6 !default;
368
+ $tab-bgr-active-last-margin: 1px 2px 0 0 !default;
369
+ $tab-bgr-hscroll-items-nav-width: 50px !default;
370
+ $tab-bgr-item-textwrap-height: $tab-big-height !default;
371
+ $tab-bgr-active-icon-top: -.5px !default;
372
+ $tab-bgr-icon-line-height: 1 !default;
373
+ $tab-bgr-mob-item-iconright-margin: 0 !default;
374
+ $tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
375
+ $tab-bgr-scroll-nav-arrow-before-top: 0 !default;
376
+ $tab-bgr-hor-pop-lineheight: 42px !default;
377
+ $tab-bgr-hor-focus-pop-hover-top: -2px !default;
378
+ $tab-bgr-bottom-active-close-top: .5px !default;
379
+ $tab-bgr-bottom-active-itop-close-top: 1.5px !default;
380
+ $tab-bgr-bottom-active-text-padding-top: .5px !default;
381
+ $tab-bgr-bottom-active-last-close-top: 0 !default;
382
+ $tab-bgr-vertical-icon-min-height: 38px !default;
383
+ $tab-bgr-vertical-icon-min-width: auto !default;
384
+ $tab-bgr-rtl-bottom-item-margin: 0 0 0 2px !default;
385
+ $tab-bgr-rtl-bottom-active-margin: 0 0 0 2px !default;
386
+ $tab-bgr-fill-first-last-padding: 0 !default;
387
+ $tab-bgr-fill-item-textwrap-height: $tab-big-fill-height !default;
388
+ $tab-bgr-fill-active-ileft-textwrap-height: 50px !default;
389
+ $tab-bgr-fill-focused-wrap-height: $tab-focus-big-fill-height !default;
390
+ $tab-bgr-rtl-icon-right-margin: 0 !default;
391
+ $tab-bgr-background-active-padding: $tab-alt-big-active-item-padding !default;
392
+ $tab-bgr-fill-active-item-padding: 0 !default;
393
+ $tab-bgr-item-text-margin-bottom: 0 !default;
394
+ $tab-nrml-hscroll-items-nav-width: 40px !default;
395
+ $tab-nrml-hscroll-items-bdr-radius: 0 !default;
396
+ $tab-nrml-item-text-wrap-height: $tab-nrml-height !default;
397
+ $tab-nrml-item-tabicon-line-height: 1 !default;
398
+ $tab-nrml-pop-item-textwrap-height: $tab-nrml-pop-item-height !default;
399
+ $tab-nrml-scroll-nav-arrow-before-top: 0 !default;
400
+ $tab-nrml-hor-pop-lineheight: 34px !default;
401
+ $tab-nrml-mob-hor-pop-lineheight: 43px !default;
402
+ $tab-nrml-hor-focus-pop-lineheight: 32px !default;
403
+ $tab-nrml-hor-focus-pop-hover-top: -.5px !default;
404
+ $tab-nrml-vertical-icon-min-height: 40px !default;
405
+ $tab-nrml-vertical-icon-min-width: 33px !default;
406
+ $tab-nrml-vertical-tabicon-margin: 0 !default;
407
+ $tab-nrml-vertical-rtl-active-margin: 0 0 0 2px !default;
408
+ $tab-nrml-fill-item-textwrap-height: $tab-nrml-fill-height !default;
409
+ $tab-nrml-fill-focused-wrap-height: $tab-focus-nrml-fill-height !default;
410
+ $tab-nrml-rtl-icon-right-margin: 0 !default;
411
+ $tab-nrml-hdr-before-display: block !default;
412
+ $tab-nrml-item-active-position: unset !default;
413
+ $tab-nrml-item-active-hover-before-left: unset !default;
414
+ $tab-nrml-item-active-hover-before-right: unset !default;
415
+ $tab-nrml-item-active-before-bg-font: unset !default;
416
+ $tab-nrml-item-active-before-bottom: unset !default;
417
+ $tab-nrml-item-active-before-content: unset !default;
418
+ $tab-nrml-item-active-before-height: unset !default;
419
+ $tab-nrml-item-active-before-left: unset !default;
420
+ $tab-nrml-item-active-before-position: unset !default;
421
+ $tab-nrml-item-active-before-transition: unset !default;
422
+ $tab-nrml-item-active-after-font: unset !default;
423
+ $tab-nrml-item-active-after-content: unset !default;
424
+ $tab-nrml-item-active-after-display: unset !default;
425
+ $tab-nrml-item-active-after-font-weight: unset !default;
426
+ $tab-nrml-item-active-after-height: unset !default;
427
+ $tab-nrml-item-active-after-overflow: unset !default;
428
+ $tab-nrml-hscroll-bar-padding: 0 !default;
429
+ $tab-nrml-vertical-indicator-bdr-radius: 0 !default;
430
+ $tab-nrml-indicator-transition: left .125s cubic-bezier(.35, 0, .25, 1), right .25s cubic-bezier(.35, 0, .25, 1) !default;
431
+ $tab-nrml-active-item-tabicon-before-top: -1px !default;
432
+ $tab-nrml-bottom-active-before-top: unset !default;
433
+ $tab-nrml-vertical-indicator-transition: top .125s cubic-bezier(.35, 0, .25, 1), bottom .25s cubic-bezier(.35, 0, .25, 1) !default;
434
+ $tab-nrml-vertical-hover-before-height: unset !default;
435
+ $tab-nrml-vertical-before-bottom: unset !default;
436
+ $tab-nrml-vertical-before-height: unset !default;
437
+ $tab-nrml-vertical-before-left: unset !default;
438
+ $tab-nrml-vertical-before-transition: unset !default;
439
+ $tab-nrml-vertical-text-position: unset !default;
440
+ $tab-nrml-vertical-wrap-before-content: unset !default;
441
+ $tab-nrml-vertical-wrap-before-display: unset !default;
442
+ $tab-nrml-vertical-wrap-before-position: unset !default;
443
+ $tab-nrml-vertical-wrap-before-top: unset !default;
444
+ $tab-nrml-vertical-wrap-before-width: unset !default;
445
+ $tab-nrml-vertical-wrap-before-border: unset !default;
446
+ $tab-nrml-vertical-indicator-width: 2px !default;
447
+ $tab-nrml-bottom-wrap-before-top: unset !default;
448
+ $tab-nrml-background-vertical-indicator-display: none !default;
449
+ $tab-nrml-background-active-padding: $tab-alt-nrml-active-item-padding !default;
450
+ $tab-nrml-item-text-margin-bottom: 0 !default;
451
+ $tab-header-font-weight: normal !default;
452
+ $tab-header-before-border-color: $tab-hdr-bdr-color !default;
453
+ $tab-header-before-border-width: 0 0 1px !default;
454
+ $tab-header-border-bottom: 0 !default;
455
+ $tab-item-hover-bg: inherit !default;
456
+ $tab-item-wrap-border: 0 !default;
457
+ $tab-clone-item-wrap-border: 0 !default;
458
+ $tab-item-wrap-hover-border: 0 !default;
459
+ $tab-item-wrap-hover-border-radius: 4px !default;
460
+ $tab-item-active-hover-bg: inherit !default;
461
+ $tab-item-active-wrap-border: 0 !default;
462
+ $tab-active-wrap-position: unset !default;
463
+ $tab-active-wrap-before-border: unset !default;
464
+ $tab-active-wrap-before-content: unset !default;
465
+ $tab-active-wrap-before-display: unset !default;
466
+ $tab-active-wrap-before-position: unset !default;
467
+ $tab-active-wrap-before-top: unset !default;
468
+ $tab-active-wrap-before-width: unset !default;
469
+ $tab-focused-wrap-focus-border: 0 !default;
470
+ $tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
471
+ $tab-content-font-size: 14px !default;
472
+ $tab-item-active-tabwrap-border: 0 !default;
473
+ $tab-item-left-icon-before-top: 2px !default;
474
+ $tab-item-icon-before-top: 2px !default;
475
+ $tab-item-icon-before-left: 2px !default;
476
+ $tab-item-active-border-bottom: 1px solid $grey-99 !default;
477
+ $tab-pop-wrap-hover-border: 0 !default;
478
+ $tab-pop-wrap-hover-border-radius: 4px !default;
479
+ $tab-pop-wrap-hover-close-color: $tab-hover-text-color !default;
480
+ $tab-pop-wrap-active-border-color: unset !default;
481
+ $tab-pop-wrap-active-icon-font: $tab-pop-text-color !default;
482
+ $tab-pop-icon-border: 0 !default;
483
+ $tab-pop-focus-icon-active-bg: $tab-pop-icon-hover-bg-color !default;
484
+ $tab-pop-focus-icon-active-color: $tab-nav-focus-icon-color !default;
485
+ $tab-pop-focus-bg: transparent !default;
486
+ $tab-pop-hover-bg: transparent !default;
487
+ $tab-pop-nav-active-bg: inherit !default;
488
+ $tab-pop-nav-active-border: 0 !default;
489
+ $tab-pop-nav-active-border-radius: 0 4px 0 0 !default;
490
+ $tab-pop-active-icons-color: $active-font-color !default;
491
+ $tab-scroll-nav-bg: inherit !default;
492
+ $tab-scroll-nav-arrow-font: $tab-nav-icon-color !default;
493
+ $tab-scroll-arrow-hover-border: $tab-item-active-wrap-border !default;
494
+ $tab-scroll-arrow-active-border: $tab-item-active-wrap-border !default;
495
+ $tab-scroll-focus-arrow-border: $tab-item-active-wrap-border !default;
496
+ $tab-scroll-focus-arrow-active-bg: $tab-nav-focus-bg-color !default;
497
+ $tab-scroll-focus-arrow-active-border-color: unset !default;
498
+ $tab-scroll-focus-arrow-active-color: $tab-nav-focus-icon-color !default;
499
+ $tab-scroll-active-border: 0 !default;
500
+ $tab-scroll-overlay-arrow-color: $tab-disable-nav-icon-color !default;
501
+ $tab-scroll-overlay-arrow-hover-color: $tab-disable-nav-icon-color !default;
502
+ $tab-scroll-overlay-arrow-hover-bg: $tab-hover-nav-bg-color !default;
503
+ $tab-scroll-overlay-arrow-hover-border-color: unset !default;
504
+ $tab-scroll-focused-nav-focus-icon-bg: $tab-nav-focus-bg-color !default;
505
+ $tab-scroll-focused-nav-focus-icon-border: $tab-pop-up-icon-focus-border !default;
506
+ $tab-bottom-border-color: unset !default;
507
+ $tab-bottom-border-width: 0 !default;
508
+ $tab-bottom-hidden-items-border-color: $grey-88 !default;
509
+ $tab-bottom-hidden-items-border-width: 1px 0 0 !default;
510
+ $tab-bottom-active-border-color: $tab-active-item-border-color !default;
511
+ $tab-bottom-active-border-width: 1px !default;
512
+ $tab-bottom-active-margin-top: 0 !default;
513
+ $tab-vertical-scroll-hover-border-color: $tab-vscroll-nav-border-color transparent transparent !default;
514
+ $tab-vertical-scroll-hover-active-bg: $tab-v-nav-focus-bg-color !default;
515
+ $tab-vertical-focus-active-arrow-color: none !default;
516
+ $tab-vertical-pop-icon-hover-color: $tab-hover-nav-icon-color !default;
517
+ $tab-vertical-pop-icon-active-color: $tab-nav-focus-icon-color !default;
518
+ $tab-vertical-focused-nav-focus-border-color: $tab-vertical-scroll-hover-border-color !default;
519
+ $tab-vertical-before-border-width: 0 1px 0 0 !default;
520
+ $tab-fill-wrap-hover-icon-color: $tab-hover-text-color !default;
521
+ $tab-fill-active-tabwrap-border-color: unset !default;
522
+ $tab-fill-active-text-before-border: unset !default;
523
+ $tab-fill-active-close-hover-color: $tab-alt-active-hover-close-icon-color !default;
524
+ $tab-fill-pop-active-icon-color: $tab-pop-text-color !default;
525
+ $tab-fill-pop-wrap-hover-bg: $tab-hover-bg-color !default;
526
+ $tab-fill-pop-wrap-hover-text-color: $tab-hover-text-color !default;
527
+ $tab-fill-pop-wrap-hover-icon-color: $tab-hover-text-color !default;
528
+ $tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
529
+ $tab-fill-focused-active-tabwrap-focus-border-color: unset !default;
530
+ $tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
531
+ $tab-fill-focused-active-wrap-focus-close-color: $tab-fill-focused-active-wrap-focus-color !default;
532
+ $tab-background-indicator-bottom: 0 !default;
533
+ $tab-background-wrap-border-color: unset !default;
534
+ $tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
535
+ $tab-background-pop-icon-hover-bg: $tab-alt-nav-hover-bg-color !default;
536
+ $tab-background-pop-icon-hover-border-color: $grey !default;
537
+ $tab-background-focused-active-wrap-focus-bg: $tab-key-alt-active-focus-bg-color !default;
538
+ $tab-background-focused-active-wrap-focus-border-color: unset !default;
539
+ $tab-background-wrap-hover-text-color: $tab-alt-wrap-hover-color !default;
540
+ $tab-background-wrap-hover-icon-color: $tab-alt-active-text-color !default;
541
+ $tab-background-wrap-hover-close-color: $tab-alt-wrap-hover-color !default;
542
+ $tab-background-close-hover-active-color: $tab-background-wrap-hover-close-color !default;
543
+ $tab-background-wrap-hover-bg-color: $tab-bg-item-wrap-hover-bg-color !default;
544
+ $tab-background-wrap-hover-border-color: unset !default;
545
+ $tab-background-active-bg: inherit !default;
546
+ $tab-background-active-text-color: $tab-alt-active-text-color !default;
547
+ $tab-background-active-icon-color: $tab-alt-active-text-color !default;
548
+ $tab-background-active-close-color: $tab-alt-active-close-icon-color !default;
549
+ $tab-background-active-wrap-bg: $tab-alt-active-bg-color !default;
550
+ $tab-background-active-wrap-border-color: unset !default;
551
+ $tab-background-active-wrap-border-radius: $tab-active-item-border-radius !default;
552
+ $tab-background-active-wrap-border-width: 0 !default;
553
+ $tab-background-active-hover-text-color: $tab-alt-active-text-color !default;
554
+ $tab-background-active-hover-icon-color: $tab-alt-active-text-color !default;
555
+ $tab-background-active-hover-close-color: $tab-alt-active-wrap-hover-close-color !default;
556
+ $tab-background-active-hover-bg: $tab-background-active-wrap-bg !default;
557
+ $tab-background-active-hover-border-color: $tab-background-active-wrap-border-color !default;
558
+ $tab-background-active-close-hover-color: $tab-background-active-hover-close-color !default;
559
+ $tab-background-activeitem-close-active-color: $tab-background-active-hover-close-color !default;
560
+ $tab-background-active-wrap-focus-bg: $tab-alt-active-focus-bg-color !default;
561
+ $tab-background-active-wrap-focus-text-color: $tab-alt-active-text-color !default;
562
+ $tab-background-active-wrap-focus-icon: $tab-alt-active-text-color !default;
563
+ $tab-background-active-wrap-focushover-text-color: $tab-alt-active-text-color !default;
564
+ $tab-background-active-wrap-focushover-close-color: $tab-alt-active-text-color !default;
565
+ $tab-background-active-text-icon-color: $tab-alt-active-text-color !default;
566
+ $tab-background-active-close-icon-color: $tab-alt-active-close-icon-color !default;
567
+ $tab-background-active-close-text-hover-color: $tab-alt-active-hover-close-icon-color !default;
568
+ $tab-background-pop-text-color: $tab-alt-text-color !default;
569
+ $tab-background-pop-wrap-hover-bg: $tab-alt-hover-bg-color !default;
570
+ $tab-background-pop-wrap-hover-text-color: $tab-alt-pop-wrap-hover-color !default;
571
+ $tab-background-pop-wrap-active-text-color: $tab-background-pop-text-color !default;
572
+ $tab-background-pop-wrap-active-icon-color: $tab-background-pop-text-color !default;
573
+ $tab-background-pop-wrap-active-close-color: $tab-background-pop-text-color !default;
574
+ $tab-background-scroll-bg: inherit !default;
575
+ $tab-background-scroll-arrow-border: 0 !default;
576
+ $tab-background-scroll-arrow-hover-bg: $tab-bg-hover-nav-bg-color !default;
577
+ $tab-background-scroll-arrow-hover-border-color: unset !default;
578
+ $tab-background-scroll-arrow-active-bg: unset !default;
579
+ $tab-background-scroll-arrow-active-color: $tab-alt-nav-icon-color !default;
580
+ $tab-background-scroll-focus-arrow-border: 0 !default;
581
+ $tab-background-scroll-focus-arrow-bg: $tab-nav-focus-bg-color !default;
582
+ $tab-background-nav-focus-active-bg: $tab-nav-focus-bg-color !default;
583
+ $tab-background-nav-focus-active-border-color: unset !default;
584
+ $tab-background-nav-focus-active-color: $tab-bg-hover-nav-icon-color !default;
585
+ $tab-background-hor-nav-bg: transparent !default;
586
+ $tab-background-pop-icon-color: $tab-alt-nav-icon-color !default;
587
+ $tab-background-pop-icon-border: 0 !default;
588
+ $tab-background-pop-active-hover-bg: $tab-background-pop-icon-hover-bg !default;
589
+ $tab-background-pop-active-hover-color: $tab-bg-hover-nav-icon-color !default;
590
+ $tab-background-focus-pop-bg: $tab-nav-focus-bg-color !default;
591
+ $tab-background-focus-pop-border: $tab-pop-up-icon-focus-border !default;
592
+ $tab-background-focus-pop-hover-bg: $tab-background-pop-icon-hover-bg !default;
593
+ $tab-background-focused-wrap-focus-bg: $tab-alt-hover-bg-color !default;
594
+ $tab-background-focused-wrap-focus-border-color: unset !default;
595
+ $tab-background-popicon-focus-active-bg: $tab-pop-focus-icon-active-bg !default;
596
+ $tab-background-popicon-focus-active-border-color: unset !default;
597
+ $tab-background-popicon-focus-active-color: $tab-bg-hover-nav-icon-color !default;
598
+ $tab-background-bottom-active-wrap-border-color: unset !default;
599
+ $tab-background-bottom-active-wrap-border-radius: 4px !default;
600
+ $tab-background-bottom-active-wrap-border-width: 0 !default;
601
+ $tab-background-vertical-left-active-border-color: $grey-light-font !default;
602
+ $tab-background-vertical-left-active-border-width: 0 1px 0 0 !default;
603
+ $tab-background-vertical-left-active-wrap-border-radius: 4px !default;
604
+ $tab-background-vertical-left-active-wrap-border-width: 0 !default;
605
+ $tab-background-vertical-right-active-border-width: 0 0 0 1px !default;
606
+ $tab-background-vertical-right-active-wrap-border-radius: 4px !default;
607
+ $tab-background-vertical-right-active-wrap-border-width: 0 !default;
608
+ $tab-background-focused-active-wrap-hover-bg: $tab-background-active-wrap-bg !default;
609
+ $tab-background-focused-active-wrap-hover-border: 0 !default;
610
+ $tab-background-focused-active-wrap-hover-border-radius: $tab-background-active-wrap-border-radius !default;
611
+ $tab-background-focused-active-wrap-focus-text-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
612
+ $tab-background-focused-active-wrap-focus-icon-color: $tab-alt-active-hover-text-color !default;
613
+ $tab-background-focused-active-wrap-focus-close-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
614
+ $tab-background-focused-active-wrap-hover-text-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
615
+ $tab-background-focused-active-wrap-hover-icon-color: $tab-background-active-hover-icon-color !default;
616
+ $tab-background-focused-active-wrap-hover-close-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
617
+ $tab-background-focused-active-focus-hover-text-color: $tab-alt-focused-active-wrap-focus-and-hover-color !default;
618
+ $tab-background-focused-active-focus-hover-close-color: $tab-alt-focused-active-wrap-focus-and-hover-color !default;
619
+ $tab-background-focused-wrap-focus-close-color: $tab-alt-text-color !default;
620
+ $tab-background-focused-active-wrap-icon-color: $tab-alt-active-hover-text-color !default;
621
+ $tab-background-accent-indicator-bg: $tab-border-color !default;
622
+ $tab-background-active-text-font-weight: $tab-light-font-weight !default;
623
+ $tab-background-text-color: $tab-alt-text-color !default;
624
+ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
625
+ @mixin tbar-alt-btn-animation-after {
626
+ animation: none;
627
+ }
628
+ @mixin hscroll-alt-btn-animation-after {
629
+ animation: none;
630
+ }