@syncfusion/ej2-navigations 20.3.60 → 20.4.40

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 (226) hide show
  1. package/.eslintrc.json +16 -1
  2. package/CHANGELOG.md +26 -0
  3. package/dist/ej2-navigations.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js +2 -2
  5. package/dist/ej2-navigations.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es2015.js +263 -212
  7. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  8. package/dist/es6/ej2-navigations.es5.js +260 -209
  9. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  10. package/dist/global/ej2-navigations.min.js +2 -2
  11. package/dist/global/ej2-navigations.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +12 -12
  14. package/src/accordion/accordion.js +20 -19
  15. package/src/appbar/appbar-model.d.ts +15 -15
  16. package/src/appbar/appbar.d.ts +15 -15
  17. package/src/appbar/appbar.js +3 -3
  18. package/src/breadcrumb/breadcrumb-model.d.ts +1 -1
  19. package/src/breadcrumb/breadcrumb.js +10 -5
  20. package/src/carousel/carousel.js +10 -10
  21. package/src/common/menu-base.js +19 -12
  22. package/src/menu/menu.js +2 -2
  23. package/src/sidebar/sidebar.d.ts +1 -0
  24. package/src/sidebar/sidebar.js +6 -2
  25. package/src/tab/tab-model.d.ts +9 -0
  26. package/src/tab/tab.d.ts +9 -0
  27. package/src/tab/tab.js +28 -18
  28. package/src/toolbar/toolbar-model.d.ts +9 -0
  29. package/src/toolbar/toolbar.d.ts +11 -0
  30. package/src/toolbar/toolbar.js +132 -123
  31. package/src/treeview/treeview-model.d.ts +133 -45
  32. package/src/treeview/treeview.d.ts +135 -48
  33. package/src/treeview/treeview.js +30 -14
  34. package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
  35. package/styles/accordion/_bootstrap-definition.scss +100 -0
  36. package/styles/accordion/_bootstrap4-definition.scss +95 -1
  37. package/styles/accordion/_bootstrap5-definition.scss +99 -3
  38. package/styles/accordion/_fabric-dark-definition.scss +100 -0
  39. package/styles/accordion/_fabric-definition.scss +100 -0
  40. package/styles/accordion/_fluent-definition.scss +98 -2
  41. package/styles/accordion/_fusionnew-definition.scss +99 -3
  42. package/styles/accordion/_highcontrast-definition.scss +98 -3
  43. package/styles/accordion/_highcontrast-light-definition.scss +98 -3
  44. package/styles/accordion/_layout.scss +25 -91
  45. package/styles/accordion/_material-dark-definition.scss +100 -0
  46. package/styles/accordion/_material-definition.scss +100 -0
  47. package/styles/accordion/_material3-definition.scss +99 -3
  48. package/styles/accordion/_tailwind-definition.scss +99 -2
  49. package/styles/accordion/_theme.scss +184 -345
  50. package/styles/accordion/bootstrap-dark.css +202 -16
  51. package/styles/accordion/bootstrap.css +202 -16
  52. package/styles/accordion/bootstrap4.css +171 -17
  53. package/styles/accordion/bootstrap5-dark.css +202 -13
  54. package/styles/accordion/bootstrap5.css +202 -13
  55. package/styles/accordion/fabric-dark.css +209 -11
  56. package/styles/accordion/fabric.css +209 -11
  57. package/styles/accordion/fluent-dark.css +217 -5
  58. package/styles/accordion/fluent.css +217 -5
  59. package/styles/accordion/highcontrast-light.css +186 -52
  60. package/styles/accordion/highcontrast.css +186 -52
  61. package/styles/accordion/material-dark.css +210 -16
  62. package/styles/accordion/material.css +209 -15
  63. package/styles/accordion/tailwind-dark.css +199 -8
  64. package/styles/accordion/tailwind.css +199 -8
  65. package/styles/bootstrap-dark.css +999 -145
  66. package/styles/bootstrap.css +986 -132
  67. package/styles/bootstrap4.css +888 -167
  68. package/styles/bootstrap5-dark.css +949 -179
  69. package/styles/bootstrap5.css +949 -179
  70. package/styles/context-menu/_layout.scss +0 -3
  71. package/styles/context-menu/bootstrap5-dark.css +0 -1
  72. package/styles/context-menu/bootstrap5.css +0 -1
  73. package/styles/context-menu/fluent-dark.css +0 -1
  74. package/styles/context-menu/fluent.css +0 -1
  75. package/styles/context-menu/tailwind-dark.css +0 -1
  76. package/styles/context-menu/tailwind.css +0 -1
  77. package/styles/fabric-dark.css +1068 -232
  78. package/styles/fabric.css +1067 -231
  79. package/styles/fluent-dark.css +1014 -123
  80. package/styles/fluent.css +1012 -121
  81. package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
  82. package/styles/h-scroll/_bootstrap-definition.scss +8 -0
  83. package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
  84. package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
  85. package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
  86. package/styles/h-scroll/_fabric-definition.scss +8 -0
  87. package/styles/h-scroll/_fluent-definition.scss +8 -0
  88. package/styles/h-scroll/_fusionnew-definition.scss +8 -0
  89. package/styles/h-scroll/_highcontrast-definition.scss +6 -1
  90. package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
  91. package/styles/h-scroll/_layout.scss +1 -4
  92. package/styles/h-scroll/_material-dark-definition.scss +8 -0
  93. package/styles/h-scroll/_material-definition.scss +8 -0
  94. package/styles/h-scroll/_material3-definition.scss +8 -0
  95. package/styles/h-scroll/_tailwind-definition.scss +8 -0
  96. package/styles/h-scroll/_theme.scss +12 -40
  97. package/styles/h-scroll/bootstrap-dark.css +13 -0
  98. package/styles/h-scroll/bootstrap.css +13 -0
  99. package/styles/h-scroll/bootstrap4.css +7 -0
  100. package/styles/h-scroll/bootstrap5-dark.css +12 -0
  101. package/styles/h-scroll/bootstrap5.css +12 -0
  102. package/styles/h-scroll/fabric-dark.css +15 -2
  103. package/styles/h-scroll/fabric.css +15 -2
  104. package/styles/h-scroll/fluent-dark.css +13 -0
  105. package/styles/h-scroll/fluent.css +13 -0
  106. package/styles/h-scroll/highcontrast-light.css +8 -7
  107. package/styles/h-scroll/highcontrast.css +10 -9
  108. package/styles/h-scroll/icons/_fabric-dark.scss +2 -2
  109. package/styles/h-scroll/icons/_fabric.scss +2 -2
  110. package/styles/h-scroll/icons/_highcontrast.scss +2 -2
  111. package/styles/h-scroll/material-dark.css +13 -2
  112. package/styles/h-scroll/material.css +13 -2
  113. package/styles/h-scroll/tailwind-dark.css +12 -0
  114. package/styles/h-scroll/tailwind.css +12 -0
  115. package/styles/highcontrast-light.css +918 -369
  116. package/styles/highcontrast.css +925 -370
  117. package/styles/material-dark.css +1184 -114
  118. package/styles/material.css +1162 -92
  119. package/styles/menu/_theme.scss +1 -1
  120. package/styles/menu/fluent-dark.css +1 -1
  121. package/styles/menu/fluent.css +1 -1
  122. package/styles/tab/_bootstrap-dark-definition.scss +271 -15
  123. package/styles/tab/_bootstrap-definition.scss +266 -9
  124. package/styles/tab/_bootstrap4-definition.scss +266 -9
  125. package/styles/tab/_bootstrap5-definition.scss +270 -13
  126. package/styles/tab/_fabric-dark-definition.scss +270 -13
  127. package/styles/tab/_fabric-definition.scss +270 -13
  128. package/styles/tab/_fluent-definition.scss +269 -12
  129. package/styles/tab/_fusionnew-definition.scss +268 -11
  130. package/styles/tab/_highcontrast-definition.scss +271 -14
  131. package/styles/tab/_highcontrast-light-definition.scss +271 -14
  132. package/styles/tab/_layout.scss +295 -988
  133. package/styles/tab/_material-dark-definition.scss +266 -9
  134. package/styles/tab/_material-definition.scss +266 -9
  135. package/styles/tab/_material3-definition.scss +268 -11
  136. package/styles/tab/_tailwind-definition.scss +267 -10
  137. package/styles/tab/_theme.scss +305 -843
  138. package/styles/tab/bootstrap-dark.css +587 -109
  139. package/styles/tab/bootstrap.css +574 -96
  140. package/styles/tab/bootstrap4.css +546 -114
  141. package/styles/tab/bootstrap5-dark.css +523 -134
  142. package/styles/tab/bootstrap5.css +523 -134
  143. package/styles/tab/fabric-dark.css +614 -199
  144. package/styles/tab/fabric.css +612 -197
  145. package/styles/tab/fluent-dark.css +546 -102
  146. package/styles/tab/fluent.css +546 -102
  147. package/styles/tab/highcontrast-light.css +520 -250
  148. package/styles/tab/highcontrast.css +520 -244
  149. package/styles/tab/icons/_bootstrap-dark.scss +0 -33
  150. package/styles/tab/icons/_bootstrap.scss +0 -33
  151. package/styles/tab/icons/_bootstrap4.scss +0 -26
  152. package/styles/tab/icons/_bootstrap5.scss +0 -37
  153. package/styles/tab/icons/_fabric-dark.scss +0 -33
  154. package/styles/tab/icons/_fabric.scss +0 -33
  155. package/styles/tab/icons/_fluent.scss +0 -33
  156. package/styles/tab/icons/_fusionnew.scss +0 -37
  157. package/styles/tab/icons/_highcontrast-light.scss +0 -37
  158. package/styles/tab/icons/_highcontrast.scss +0 -26
  159. package/styles/tab/icons/_material-dark.scss +0 -37
  160. package/styles/tab/icons/_material.scss +0 -37
  161. package/styles/tab/icons/_material3.scss +0 -37
  162. package/styles/tab/icons/_tailwind.scss +0 -37
  163. package/styles/tab/material-dark.css +705 -54
  164. package/styles/tab/material.css +705 -54
  165. package/styles/tab/tailwind-dark.css +706 -71
  166. package/styles/tab/tailwind.css +706 -71
  167. package/styles/tailwind-dark.css +1145 -99
  168. package/styles/tailwind.css +1144 -98
  169. package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
  170. package/styles/toolbar/_bootstrap-definition.scss +93 -0
  171. package/styles/toolbar/_bootstrap4-definition.scss +94 -1
  172. package/styles/toolbar/_bootstrap5-definition.scss +94 -8
  173. package/styles/toolbar/_fabric-dark-definition.scss +92 -3
  174. package/styles/toolbar/_fabric-definition.scss +92 -3
  175. package/styles/toolbar/_fluent-definition.scss +96 -8
  176. package/styles/toolbar/_fusionnew-definition.scss +94 -8
  177. package/styles/toolbar/_highcontrast-definition.scss +93 -4
  178. package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
  179. package/styles/toolbar/_layout.scss +48 -177
  180. package/styles/toolbar/_material-dark-definition.scss +93 -0
  181. package/styles/toolbar/_material-definition.scss +93 -0
  182. package/styles/toolbar/_material3-definition.scss +94 -8
  183. package/styles/toolbar/_tailwind-definition.scss +94 -6
  184. package/styles/toolbar/_theme.scss +169 -278
  185. package/styles/toolbar/bootstrap-dark.css +196 -19
  186. package/styles/toolbar/bootstrap.css +196 -19
  187. package/styles/toolbar/bootstrap4.css +164 -36
  188. package/styles/toolbar/bootstrap5-dark.css +210 -29
  189. package/styles/toolbar/bootstrap5.css +210 -29
  190. package/styles/toolbar/fabric-dark.css +219 -9
  191. package/styles/toolbar/fabric.css +220 -10
  192. package/styles/toolbar/fluent-dark.css +233 -10
  193. package/styles/toolbar/fluent.css +233 -10
  194. package/styles/toolbar/highcontrast-light.css +199 -43
  195. package/styles/toolbar/highcontrast.css +200 -44
  196. package/styles/toolbar/material-dark.css +233 -19
  197. package/styles/toolbar/material.css +233 -19
  198. package/styles/toolbar/tailwind-dark.css +224 -15
  199. package/styles/toolbar/tailwind.css +223 -14
  200. package/styles/treeview/_material-definition.scss +1 -1
  201. package/styles/treeview/_theme.scss +11 -1
  202. package/styles/treeview/fluent-dark.css +2 -2
  203. package/styles/treeview/material.css +2 -2
  204. package/styles/treeview/tailwind.css +2 -2
  205. package/styles/v-scroll/_highcontrast-definition.scss +0 -1
  206. package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
  207. package/styles/v-scroll/_theme.scss +0 -26
  208. package/styles/v-scroll/bootstrap5-dark.css +2 -2
  209. package/styles/v-scroll/bootstrap5.css +2 -2
  210. package/styles/v-scroll/fabric-dark.css +2 -2
  211. package/styles/v-scroll/fabric.css +2 -2
  212. package/styles/v-scroll/fluent-dark.css +2 -2
  213. package/styles/v-scroll/fluent.css +2 -2
  214. package/styles/v-scroll/highcontrast-light.css +2 -14
  215. package/styles/v-scroll/highcontrast.css +2 -14
  216. package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
  217. package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
  218. package/styles/v-scroll/icons/_fabric.scss +2 -2
  219. package/styles/v-scroll/icons/_fluent.scss +2 -2
  220. package/styles/v-scroll/icons/_fusionnew.scss +2 -2
  221. package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
  222. package/styles/v-scroll/icons/_highcontrast.scss +2 -2
  223. package/styles/v-scroll/icons/_material3.scss +2 -2
  224. package/styles/v-scroll/icons/_tailwind.scss +2 -2
  225. package/styles/v-scroll/tailwind-dark.css +2 -2
  226. package/styles/v-scroll/tailwind.css +2 -2
@@ -98,7 +98,6 @@ $tab-ripple-bg-color: rgba($grey, 0) !default;
98
98
  $tab-fill-ripple-bg-color: rgba($grey, 0) !default;
99
99
  $tab-alt-ripple-bg-color: rgba($grey, 0) !default;
100
100
  $tab-item-border: 1px solid transparent !default;
101
- $tab-alt-item-border: 0 !default;
102
101
  $tab-active-item-border: 1px solid $grey-dd !default;
103
102
  $tab-active-item-hide-border: 1px solid $grey-white !default;
104
103
  $tab-active-item-border-color: $grey-white !default;
@@ -137,8 +136,6 @@ $tab-big-io-wrap-padding: 0 20px !default;
137
136
  $tab-nrml-io-wrap-padding: 0 15px !default;
138
137
  $tab-wrap-focus-margin-right: 0 !default;
139
138
  $tab-wrap-focus-margin-left: 0 !default;
140
- $tab-big-ileft-active-text-wrap-padding: 0 !default;
141
- $tab-nrml-ileft-active-text-wrap-padding: 0 !default;
142
139
  $tab-big-even-ileft-active-text-wrap-margin: 0 !default;
143
140
  $tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
144
141
  $tab-big-fill-tb-wrap-height: 50px !default;
@@ -186,14 +183,11 @@ $tab-rtl-nrml-text-container-margin-right: 0 !default;
186
183
  $tab-rtl-big-text-container-margin-left: 22px !default;
187
184
  $tab-rtl-nrml-text-container-margin-left: 20px !default;
188
185
  $tab-big-active-text-container-height: 50px !default;
189
- $tab-nrml-active-text-container-height: 40px !default;
190
186
  $tab-big-active-it-text-container-height: 50px !default;
191
- $tab-nrml-active-it-text-container-height: 40px !default;
192
187
  $tab-fill-big-active-it-text-container-height: 50px !default;
193
188
  $tab-fill-nrml-active-it-text-container-height: 40px !default;
194
189
  $tab-big-even-active-text-container-height: 50px !default;
195
190
  $tab-nrml-even-active-text-container-height: 40px !default;
196
- $tab-even-active-text-container-padding: 0 !default;
197
191
  $tab-even-active-text-container-margin: 0 !default;
198
192
 
199
193
  $tab-big-font-size: 15px !default;
@@ -257,8 +251,6 @@ $tab-big-nav-icon-top: 11px !default;
257
251
  $tab-nrml-nav-icon-top: 5px !default;
258
252
  $tab-big-nav-pop-icon-top: 13px !default;
259
253
  $tab-nrml-nav-pop-icon-top: 8px !default;
260
- $tab-big-hover-nav-pop-icon-top: 0 !default;
261
- $tab-nrml-hover-nav-pop-icon-top: 0 !default;
262
254
  $tab-big-safari-nav-icon-top: 4px !default;
263
255
  $tab-nrml-safari-nav-icon-top: 4px !default;
264
256
  $tab-big-safari-pop-icon-top: 6px !default;
@@ -298,7 +290,6 @@ $tab-rtl-nrml-close-icon-top-bottom-left: 15px !default;
298
290
  $tab-rtl-big-pop-close-icon-top-bottom-left: 24px !default;
299
291
  $tab-rtl-nrml-pop-close-icon-top-bottom-left: 20px !default;
300
292
  $tab-pop-close-icon-right: 16px !default;
301
- $tab-pop-close-icon-top: 0 !default;
302
293
  $tab-rtl-pop-close-icon-left: 16px !default;
303
294
  $tab-mob-close-icon-top-bottom-right: 12px !default;
304
295
  $tab-rtl-mob-close-icon-top-bottom-left: 12px !default;
@@ -359,6 +350,92 @@ $tab-pop-icon-transition: none !default;
359
350
  $tab-pop-up-icon-transform: rotate(0deg) !default;
360
351
  $tab-pop-down-icon-transform: rotate(0deg) !default;
361
352
 
353
+ $tab-bgr-active-last-margin: 1px 2px 0 0 !default;
354
+ $tab-bgr-hscroll-items-nav-width: 50px !default;
355
+ $tab-bgr-item-textwrap-height: $tab-big-height !default;
356
+ $tab-bgr-active-icon-top: -.5px !default;
357
+ $tab-bgr-icon-line-height: 1 !default;
358
+ $tab-bgr-mob-item-iconright-margin: 0 !default;
359
+ $tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
360
+ $tab-bgr-scroll-nav-arrow-before-top: 0 !default;
361
+ $tab-bgr-hor-pop-lineheight: 42px !default;
362
+ $tab-bgr-hor-pop-hover-top: .5px !default;
363
+ $tab-bgr-hor-focus-pop-hover-top: -2px !default;
364
+ $tab-bgr-bottom-active-close-top: .5px !default;
365
+ $tab-bgr-bottom-active-itop-close-top: 1.5px !default;
366
+ $tab-bgr-bottom-active-text-padding-top: .5px !default;
367
+ $tab-bgr-bottom-active-last-close-top: 0 !default;
368
+ $tab-bgr-vertical-icon-min-height: 38px !default;
369
+ $tab-bgr-vertical-icon-min-width: auto !default;
370
+ $tab-bgr-rtl-bottom-item-margin: 0 0 0 2px !default;
371
+ $tab-bgr-rtl-bottom-active-margin: 0 0 0 2px !default;
372
+ $tab-bgr-fill-first-last-padding: 0 !default;
373
+ $tab-bgr-fill-item-textwrap-height: $tab-big-fill-height !default;
374
+ $tab-bgr-fill-active-ileft-textwrap-height: 50px !default;
375
+ $tab-bgr-fill-focused-wrap-height: $tab-focus-big-fill-height !default;
376
+ $tab-bgr-rtl-icon-right-margin: 0 !default;
377
+ $tab-bgr-background-active-padding: $tab-alt-big-active-item-padding !default;
378
+ $tab-bgr-fill-active-item-padding: 0 !default;
379
+ $tab-bgr-item-text-margin-bottom: 0 !default;
380
+
381
+ $tab-nrml-hscroll-items-nav-width: 40px !default;
382
+ $tab-nrml-hscroll-items-bdr-radius: 0 !default;
383
+ $tab-nrml-item-text-wrap-height: $tab-nrml-height !default;
384
+ $tab-nrml-item-tabicon-line-height: 1 !default;
385
+ $tab-nrml-pop-item-textwrap-height: $tab-nrml-pop-item-height !default;
386
+ $tab-nrml-scroll-nav-arrow-before-top: 0 !default;
387
+ $tab-nrml-hor-pop-lineheight: 34px !default;
388
+ $tab-nrml-mob-hor-pop-lineheight: 43px !default;
389
+ $tab-nrml-hor-focus-pop-lineheight: 32px !default;
390
+ $tab-nrml-hor-focus-pop-hover-top: -.5px !default;
391
+ $tab-nrml-vertical-icon-min-height: 40px !default;
392
+ $tab-nrml-vertical-icon-min-width: 33px !default;
393
+ $tab-nrml-vertical-tabicon-margin: 0 !default;
394
+ $tab-nrml-vertical-rtl-active-margin: 0 0 0 2px !default;
395
+ $tab-nrml-fill-item-textwrap-height: $tab-nrml-fill-height !default;
396
+ $tab-nrml-fill-focused-wrap-height: $tab-focus-nrml-fill-height !default;
397
+ $tab-nrml-rtl-icon-right-margin: 0 !default;
398
+ $tab-nrml-hdr-before-display: block !default;
399
+ $tab-nrml-item-active-position: unset !default;
400
+ $tab-nrml-item-active-hover-before-left: unset !default;
401
+ $tab-nrml-item-active-hover-before-right: unset !default;
402
+ $tab-nrml-item-active-before-bg-font: unset !default;
403
+ $tab-nrml-item-active-before-bottom: unset !default;
404
+ $tab-nrml-item-active-before-content: unset !default;
405
+ $tab-nrml-item-active-before-height: unset !default;
406
+ $tab-nrml-item-active-before-left: unset !default;
407
+ $tab-nrml-item-active-before-position: unset !default;
408
+ $tab-nrml-item-active-before-transition: unset !default;
409
+ $tab-nrml-item-active-after-font: unset !default;
410
+ $tab-nrml-item-active-after-content: unset !default;
411
+ $tab-nrml-item-active-after-display: unset !default;
412
+ $tab-nrml-item-active-after-font-weight: unset !default;
413
+ $tab-nrml-item-active-after-height: unset !default;
414
+ $tab-nrml-item-active-after-overflow: unset !default;
415
+ $tab-nrml-hscroll-bar-padding: 0 !default;
416
+ $tab-nrml-vertical-indicator-bdr-radius: 0 !default;
417
+ $tab-nrml-indicator-transition: left .125s cubic-bezier(.35, 0, .25, 1), right .25s cubic-bezier(.35, 0, .25, 1) !default;
418
+ $tab-nrml-active-item-tabicon-before-top: -1px !default;
419
+ $tab-nrml-bottom-active-before-top: unset !default;
420
+ $tab-nrml-vertical-indicator-transition: top .125s cubic-bezier(.35, 0, .25, 1), bottom .25s cubic-bezier(.35, 0, .25, 1) !default;
421
+ $tab-nrml-vertical-hover-before-height: unset !default;
422
+ $tab-nrml-vertical-before-bottom: unset !default;
423
+ $tab-nrml-vertical-before-height: unset !default;
424
+ $tab-nrml-vertical-before-left: unset !default;
425
+ $tab-nrml-vertical-before-transition: unset !default;
426
+ $tab-nrml-vertical-text-position: unset !default;
427
+ $tab-nrml-vertical-wrap-before-content: unset !default;
428
+ $tab-nrml-vertical-wrap-before-display: unset !default;
429
+ $tab-nrml-vertical-wrap-before-position: unset !default;
430
+ $tab-nrml-vertical-wrap-before-top: unset !default;
431
+ $tab-nrml-vertical-wrap-before-width: unset !default;
432
+ $tab-nrml-vertical-wrap-before-border: unset !default;
433
+ $tab-nrml-vertical-indicator-width: 2px !default;
434
+ $tab-nrml-bottom-wrap-before-top: unset !default;
435
+ $tab-nrml-background-vertical-indicator-display: none !default;
436
+ $tab-nrml-background-active-padding: $tab-alt-nrml-active-item-padding !default;
437
+ $tab-nrml-item-text-margin-bottom: 0 !default;
438
+
362
439
  @mixin tbar-alt-btn-animation-after {
363
440
  animation: none;
364
441
  }
@@ -405,3 +482,183 @@ $tab-v-rtl-big-close-icon-top-bottom-left: -20px !default;
405
482
  $tab-v-rtl-nrml-close-icon-top-bottom-left: -15px !default;
406
483
 
407
484
  $tab-v-pop-focus-outline: 0 !default;
485
+
486
+ $tab-header-font-weight: normal !default;
487
+ $tab-header-before-border-color: $tab-hdr-bdr-color !default;
488
+ $tab-header-before-border-width: 0 0 1px !default;
489
+ $tab-header-border-bottom: 0 !default;
490
+ $tab-item-hover-bg: inherit !default;
491
+ $tab-item-wrap-border: 0 !default;
492
+ $tab-clone-item-wrap-border: 0 !default;
493
+ $tab-item-wrap-hover-border: 0 !default;
494
+ $tab-item-wrap-hover-border-radius: 4px !default;
495
+ $tab-item-active-wrap-border: 0 !default;
496
+ $tab-active-wrap-position: unset !default;
497
+ $tab-active-wrap-before-border: unset !default;
498
+ $tab-active-wrap-before-content: unset !default;
499
+ $tab-active-wrap-before-display: unset !default;
500
+ $tab-active-wrap-before-position: unset !default;
501
+ $tab-active-wrap-before-top: unset !default;
502
+ $tab-active-wrap-before-width: unset !default;
503
+ $tab-focused-wrap-focus-border: 0 !default;
504
+ $tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
505
+ $tab-content-line-height: 18px !default;
506
+ $tab-content-font-size: 12px !default;
507
+ $tab-item-active-tabwrap-border: 0 !default;
508
+ $tab-item-left-icon-before-top: 2px !default;
509
+ $tab-item-icon-before-top: 2px !default;
510
+ $tab-item-icon-before-left: 2px !default;
511
+ $tab-item-active-border-bottom: 1px solid $grey-white !default;
512
+
513
+ $tab-pop-wrap-hover-border: 0 !default;
514
+ $tab-pop-wrap-hover-border-radius: 4px !default;
515
+ $tab-pop-wrap-hover-close-color: $tab-hover-text-color !default;
516
+ $tab-pop-wrap-active-border-color: unset !default;
517
+ $tab-pop-wrap-active-icon-font: $tab-pop-text-color !default;
518
+ $tab-pop-icon-border: 0 !default;
519
+ $tab-pop-focus-icon-active-bg: $tab-pop-icon-hover-bg-color !default;
520
+ $tab-pop-focus-icon-active-color: $tab-nav-focus-icon-color !default;
521
+ $tab-pop-focus-bg: transparent !default;
522
+ $tab-pop-hover-bg: transparent !default;
523
+ $tab-pop-nav-active-bg: inherit !default;
524
+ $tab-pop-nav-active-border: 0 !default;
525
+ $tab-pop-nav-active-border-radius: 0 4px 0 0 !default;
526
+ $tab-pop-active-icons-color: $active-font-color !default;
527
+
528
+ $tab-scroll-nav-bg: inherit !default;
529
+ $tab-scroll-nav-arrow-font: $tab-nav-icon-color !default;
530
+ $tab-scroll-arrow-hover-border: $tab-item-active-wrap-border !default;
531
+ $tab-scroll-arrow-active-border: $tab-item-active-wrap-border !default;
532
+ $tab-scroll-focus-arrow-border: $tab-item-active-wrap-border !default;
533
+ $tab-scroll-focus-arrow-active-bg: $tab-nav-focus-bg-color !default;
534
+ $tab-scroll-focus-arrow-active-border-color: unset !default;
535
+ $tab-scroll-focus-arrow-active-color: $tab-nav-focus-icon-color !default;
536
+ $tab-scroll-active-border: 0 !default;
537
+ $tab-scroll-overlay-arrow-color: $tab-disable-nav-icon-color !default;
538
+ $tab-scroll-overlay-arrow-hover-color: $tab-disable-nav-icon-color !default;
539
+ $tab-scroll-overlay-arrow-hover-bg: $tab-hover-nav-bg-color !default;
540
+ $tab-scroll-overlay-arrow-hover-border-color: unset !default;
541
+ $tab-scroll-focused-nav-focus-icon-bg: $tab-nav-focus-bg-color !default;
542
+ $tab-scroll-focused-nav-focus-icon-border: $tab-pop-up-icon-focus-border !default;
543
+
544
+ $tab-bottom-border-color: unset !default;
545
+ $tab-bottom-border-width: 0 !default;
546
+ $tab-bottom-hidden-items-border-color: $grey-dd !default;
547
+ $tab-bottom-hidden-items-border-width: 1px 0 0 !default;
548
+ $tab-bottom-active-border-color: $tab-active-item-border-color $grey-dd $grey-dd !default;
549
+ $tab-bottom-active-border-width: 1px !default;
550
+ $tab-bottom-active-margin-top: 0 !default;
551
+
552
+ $tab-vertical-scroll-hover-border-color: $tab-vscroll-nav-border-color transparent transparent !default;
553
+ $tab-vertical-scroll-hover-active-bg: $tab-v-nav-focus-bg-color !default;
554
+ $tab-vertical-focus-active-arrow-color: none !default;
555
+ $tab-vertical-pop-icon-hover-color: $tab-hover-nav-icon-color !default;
556
+ $tab-vertical-pop-icon-active-color: $tab-nav-focus-icon-color !default;
557
+ $tab-vertical-focused-nav-focus-border-color: $tab-vertical-scroll-hover-border-color !default;
558
+ $tab-vertical-before-border-width: 0 1px 0 0 !default;
559
+
560
+ $tab-fill-wrap-hover-icon-color: $tab-hover-text-color !default;
561
+ $tab-fill-active-tabwrap-border-color: unset !default;
562
+ $tab-fill-active-text-before-border: unset !default;
563
+ $tab-fill-active-close-hover-color: $tab-alt-active-hover-close-icon-color !default;
564
+ $tab-fill-pop-active-icon-color: $tab-pop-text-color !default;
565
+ $tab-fill-pop-wrap-hover-bg: $tab-hover-bg-color !default;
566
+ $tab-fill-pop-wrap-hover-text-color: $tab-hover-text-color !default;
567
+ $tab-fill-pop-wrap-hover-icon-color: $tab-hover-text-color !default;
568
+ $tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
569
+ $tab-fill-focused-active-tabwrap-focus-border-color: unset !default;
570
+ $tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
571
+ $tab-fill-focused-active-wrap-focus-close-color: $tab-fill-focused-active-wrap-focus-color !default;
572
+
573
+ $tab-background-indicator-bottom: 0 !default;
574
+ $tab-background-wrap-border-color: unset !default;
575
+ $tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
576
+ $tab-background-pop-icon-hover-bg: $tab-alt-nav-hover-bg-color !default;
577
+ $tab-background-pop-icon-hover-border-color: $grey-ad !default;
578
+ $tab-background-focused-active-wrap-focus-bg: $tab-key-alt-active-focus-bg-color !default;
579
+ $tab-background-focused-active-wrap-focus-border-color: unset !default;
580
+ $tab-background-wrap-hover-text-color: $tab-alt-wrap-hover-color !default;
581
+ $tab-background-wrap-hover-icon-color: $tab-alt-active-text-color !default;
582
+ $tab-background-wrap-hover-close-color: $tab-alt-wrap-hover-color !default;
583
+ $tab-background-close-hover-active-color: $tab-background-wrap-hover-close-color !default;
584
+ $tab-background-wrap-hover-bg-color: $tab-bg-item-wrap-hover-bg-color !default;
585
+ $tab-background-wrap-hover-border-color: unset !default;
586
+ $tab-background-active-bg: inherit !default;
587
+ $tab-background-active-text-color: $tab-alt-active-text-color !default;
588
+ $tab-background-active-icon-color: $tab-alt-active-text-color !default;
589
+ $tab-background-active-close-color: $tab-alt-active-close-icon-color !default;
590
+ $tab-background-active-wrap-bg: $tab-alt-active-bg-color !default;
591
+ $tab-background-active-wrap-border-color: unset !default;
592
+ $tab-background-active-wrap-border-radius: $tab-active-item-border-radius !default;
593
+ $tab-background-active-wrap-border-width: 0 !default;
594
+ $tab-background-active-hover-text-color: $tab-alt-active-text-color !default;
595
+ $tab-background-active-hover-icon-color: $tab-alt-active-text-color !default;
596
+ $tab-background-active-hover-close-color: $tab-alt-active-wrap-hover-close-color !default;
597
+ $tab-background-active-hover-bg: $tab-background-active-wrap-bg !default;
598
+ $tab-background-active-hover-border-color: $tab-background-active-wrap-border-color !default;
599
+ $tab-background-active-close-hover-color: $tab-background-active-hover-close-color !default;
600
+ $tab-background-activeitem-close-active-color: $tab-background-active-hover-close-color !default;
601
+ $tab-background-active-wrap-focus-bg: $tab-alt-active-focus-bg-color !default;
602
+ $tab-background-active-wrap-focus-text-color: $tab-alt-active-text-color !default;
603
+ $tab-background-active-wrap-focus-icon: $tab-alt-active-text-color !default;
604
+ $tab-background-active-wrap-focushover-text-color: $tab-alt-active-text-color !default;
605
+ $tab-background-active-wrap-focushover-close-color: $tab-alt-active-text-color !default;
606
+ $tab-background-active-text-icon-color: $tab-alt-active-text-color !default;
607
+ $tab-background-active-close-icon-color: $tab-alt-active-close-icon-color !default;
608
+ $tab-background-active-close-text-hover-color: $tab-alt-active-hover-close-icon-color !default;
609
+ $tab-background-pop-text-color: $tab-alt-text-color !default;
610
+ $tab-background-pop-wrap-hover-bg: $tab-alt-hover-bg-color !default;
611
+ $tab-background-pop-wrap-hover-text-color: $tab-alt-pop-wrap-hover-color !default;
612
+ $tab-background-pop-wrap-active-text-color: $tab-background-pop-text-color !default;
613
+ $tab-background-pop-wrap-active-icon-color: $tab-background-pop-text-color !default;
614
+ $tab-background-pop-wrap-active-close-color: $tab-background-pop-text-color !default;
615
+ $tab-background-scroll-bg: inherit !default;
616
+ $tab-background-scroll-arrow-border: 0 !default;
617
+ $tab-background-scroll-arrow-hover-bg: $tab-bg-hover-nav-bg-color !default;
618
+ $tab-background-scroll-arrow-hover-border-color: unset !default;
619
+ $tab-background-scroll-arrow-active-bg: unset !default;
620
+ $tab-background-scroll-arrow-active-color: $tab-alt-nav-icon-color !default;
621
+ $tab-background-scroll-focus-arrow-border: 0 !default;
622
+ $tab-background-scroll-focus-arrow-bg: $tab-nav-focus-bg-color !default;
623
+ $tab-background-nav-focus-active-bg: $tab-nav-focus-bg-color !default;
624
+ $tab-background-nav-focus-active-border-color: unset !default;
625
+ $tab-background-nav-focus-active-color: $tab-bg-hover-nav-icon-color !default;
626
+ $tab-background-hor-nav-bg: transparent !default;
627
+ $tab-background-pop-icon-color: $tab-alt-nav-icon-color !default;
628
+ $tab-background-pop-icon-border: 0 !default;
629
+ $tab-background-pop-active-hover-bg: $tab-background-pop-icon-hover-bg !default;
630
+ $tab-background-pop-active-hover-color: $tab-bg-hover-nav-icon-color !default;
631
+ $tab-background-focus-pop-bg: $tab-nav-focus-bg-color !default;
632
+ $tab-background-focus-pop-border: $tab-pop-up-icon-focus-border !default;
633
+ $tab-background-focus-pop-hover-bg: $tab-background-pop-icon-hover-bg !default;
634
+ $tab-background-focused-wrap-focus-bg: $tab-alt-hover-bg-color !default;
635
+ $tab-background-focused-wrap-focus-border-color: unset !default;
636
+ $tab-background-popicon-focus-active-bg: $tab-pop-focus-icon-active-bg !default;
637
+ $tab-background-popicon-focus-active-border-color: $grey-ad !default;
638
+ $tab-background-popicon-focus-active-color: $tab-bg-hover-nav-icon-color !default;
639
+ $tab-background-bottom-active-wrap-border-color: unset !default;
640
+ $tab-background-bottom-active-wrap-border-radius: 4px !default;
641
+ $tab-background-bottom-active-wrap-border-width: 0 !default;
642
+ $tab-background-vertical-left-active-border-color: $grey-white !default;
643
+ $tab-background-vertical-left-active-border-width: 0 1px 0 0 !default;
644
+ $tab-background-vertical-left-active-wrap-border-radius: 4px !default;
645
+ $tab-background-vertical-left-active-wrap-border-width: 0 !default;
646
+ $tab-background-vertical-right-active-border-width: 0 0 0 1px !default;
647
+ $tab-background-vertical-right-active-wrap-border-radius: 4px !default;
648
+ $tab-background-vertical-right-active-wrap-border-width: 0 !default;
649
+ $tab-background-focused-active-wrap-hover-bg: $tab-background-active-wrap-bg !default;
650
+ $tab-background-focused-active-wrap-hover-border: 0 !default;
651
+ $tab-background-focused-active-wrap-hover-border-radius: $tab-background-active-wrap-border-radius !default;
652
+ $tab-background-focused-active-wrap-focus-text-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
653
+ $tab-background-focused-active-wrap-focus-icon-color: $tab-alt-active-hover-text-color !default;
654
+ $tab-background-focused-active-wrap-focus-close-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
655
+ $tab-background-focused-active-wrap-hover-text-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
656
+ $tab-background-focused-active-wrap-hover-icon-color: $tab-background-active-hover-icon-color !default;
657
+ $tab-background-focused-active-wrap-hover-close-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
658
+ $tab-background-focused-active-focus-hover-text-color: $tab-alt-focused-active-wrap-focus-and-hover-color !default;
659
+ $tab-background-focused-active-focus-hover-close-color: $tab-alt-focused-active-wrap-focus-and-hover-color !default;
660
+ $tab-background-focused-wrap-focus-close-color: $tab-alt-text-color !default;
661
+ $tab-background-focused-active-wrap-icon-color: $tab-alt-active-hover-text-color !default;
662
+ $tab-background-accent-indicator-bg: $tab-border-color !default;
663
+ $tab-background-active-text-font-weight: $tab-light-font-weight !default;
664
+ $tab-background-text-color: $tab-alt-text-color !default;
@@ -101,7 +101,6 @@ $tab-ripple-bg-color: rgba($gray-300, 0) !default;
101
101
  $tab-fill-ripple-bg-color: rgba($gray-300, 0) !default;
102
102
  $tab-alt-ripple-bg-color: rgba($gray-300, 0) !default;
103
103
  $tab-item-border: 1px solid transparent !default;
104
- $tab-alt-item-border: 0 !default;
105
104
  $tab-active-item-border: 1px solid $gray-300 !default;
106
105
  $tab-active-item-hide-border: 1px solid $primary-font !default;
107
106
  $tab-active-item-border-color: $primary-font !default;
@@ -140,8 +139,6 @@ $tab-big-io-wrap-padding: 0 20px !default;
140
139
  $tab-nrml-io-wrap-padding: 0 15px !default;
141
140
  $tab-wrap-focus-margin-right: 0 !default;
142
141
  $tab-wrap-focus-margin-left: 0 !default;
143
- $tab-big-ileft-active-text-wrap-padding: 0 !default;
144
- $tab-nrml-ileft-active-text-wrap-padding: 0 !default;
145
142
  $tab-big-even-ileft-active-text-wrap-margin: 0 !default;
146
143
  $tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
147
144
  $tab-big-fill-tb-wrap-height: 50px !default;
@@ -189,14 +186,11 @@ $tab-rtl-nrml-text-container-margin-right: 0 !default;
189
186
  $tab-rtl-big-text-container-margin-left: 22px !default;
190
187
  $tab-rtl-nrml-text-container-margin-left: 20px !default;
191
188
  $tab-big-active-text-container-height: 42px !default;
192
- $tab-nrml-active-text-container-height: 32px !default;
193
189
  $tab-big-active-it-text-container-height: 42px !default;
194
- $tab-nrml-active-it-text-container-height: 32px !default;
195
190
  $tab-fill-big-active-it-text-container-height: 42px !default;
196
191
  $tab-fill-nrml-active-it-text-container-height: 32px !default;
197
192
  $tab-big-even-active-text-container-height: 42px !default;
198
193
  $tab-nrml-even-active-text-container-height: 32px !default;
199
- $tab-even-active-text-container-padding: 0 !default;
200
194
  $tab-even-active-text-container-margin: 0 !default;
201
195
 
202
196
  $tab-big-font-size: 16px !default;
@@ -260,8 +254,6 @@ $tab-big-nav-icon-top: 11px !default;
260
254
  $tab-nrml-nav-icon-top: 5px !default;
261
255
  $tab-big-nav-pop-icon-top: 13px !default;
262
256
  $tab-nrml-nav-pop-icon-top: 8px !default;
263
- $tab-big-hover-nav-pop-icon-top: 0 !default;
264
- $tab-nrml-hover-nav-pop-icon-top: 0 !default;
265
257
  $tab-big-safari-nav-icon-top: 4px !default;
266
258
  $tab-nrml-safari-nav-icon-top: 4px !default;
267
259
  $tab-big-safari-pop-icon-top: 6px !default;
@@ -301,7 +293,6 @@ $tab-rtl-nrml-close-icon-top-bottom-left: 15px !default;
301
293
  $tab-rtl-big-pop-close-icon-top-bottom-left: 24px !default;
302
294
  $tab-rtl-nrml-pop-close-icon-top-bottom-left: 20px !default;
303
295
  $tab-pop-close-icon-right: 16px !default;
304
- $tab-pop-close-icon-top: 0 !default;
305
296
  $tab-rtl-pop-close-icon-left: 16px !default;
306
297
  $tab-mob-close-icon-top-bottom-right: 12px !default;
307
298
  $tab-rtl-mob-close-icon-top-bottom-left: 12px !default;
@@ -363,6 +354,92 @@ $tab-pop-icon-transition: none !default;
363
354
  $tab-pop-up-icon-transform: rotate(0deg) !default;
364
355
  $tab-pop-down-icon-transform: rotate(0deg) !default;
365
356
 
357
+ $tab-bgr-active-last-margin: 1px 2px 0 0 !default;
358
+ $tab-bgr-hscroll-items-nav-width: 38px !default;
359
+ $tab-bgr-item-textwrap-height: $tab-big-height !default;
360
+ $tab-bgr-active-icon-top: -.5px !default;
361
+ $tab-bgr-icon-line-height: $tab-big-icon-container-size !default;
362
+ $tab-bgr-mob-item-iconright-margin: 0 !default;
363
+ $tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
364
+ $tab-bgr-scroll-nav-arrow-before-top: 0 !default;
365
+ $tab-bgr-hor-pop-lineheight: 38px !default;
366
+ $tab-bgr-hor-pop-hover-top: .5px !default;
367
+ $tab-bgr-hor-focus-pop-hover-top: -2px !default;
368
+ $tab-bgr-bottom-active-close-top: .5px !default;
369
+ $tab-bgr-bottom-active-itop-close-top: 1.5px !default;
370
+ $tab-bgr-bottom-active-text-padding-top: .5px !default;
371
+ $tab-bgr-bottom-active-last-close-top: 0 !default;
372
+ $tab-bgr-vertical-icon-min-height: 38px !default;
373
+ $tab-bgr-vertical-icon-min-width: auto !default;
374
+ $tab-bgr-rtl-bottom-item-margin: 0 0 0 2px !default;
375
+ $tab-bgr-rtl-bottom-active-margin: 0 0 0 2px !default;
376
+ $tab-bgr-fill-first-last-padding: 0 !default;
377
+ $tab-bgr-fill-item-textwrap-height: $tab-big-fill-height !default;
378
+ $tab-bgr-fill-active-ileft-textwrap-height: 42px !default;
379
+ $tab-bgr-fill-focused-wrap-height: $tab-focus-big-fill-height !default;
380
+ $tab-bgr-rtl-icon-right-margin: 0 !default;
381
+ $tab-bgr-background-active-padding: $tab-alt-big-active-item-padding !default;
382
+ $tab-bgr-fill-active-item-padding: 0 !default;
383
+ $tab-bgr-item-text-margin-bottom: 0 !default;
384
+
385
+ $tab-nrml-hscroll-items-nav-width: 32px !default;
386
+ $tab-nrml-hscroll-items-bdr-radius: 4px !default;
387
+ $tab-nrml-item-text-wrap-height: $tab-nrml-height !default;
388
+ $tab-nrml-item-tabicon-line-height: $tab-nrml-icon-container-size !default;
389
+ $tab-nrml-pop-item-textwrap-height: $tab-nrml-pop-item-height !default;
390
+ $tab-nrml-scroll-nav-arrow-before-top: 0 !default;
391
+ $tab-nrml-hor-pop-lineheight: 32px !default;
392
+ $tab-nrml-mob-hor-pop-lineheight: 43px !default;
393
+ $tab-nrml-hor-focus-pop-lineheight: 32px !default;
394
+ $tab-nrml-hor-focus-pop-hover-top: -.5px !default;
395
+ $tab-nrml-vertical-icon-min-height: 32px !default;
396
+ $tab-nrml-vertical-icon-min-width: 33px !default;
397
+ $tab-nrml-vertical-tabicon-margin: 0 !default;
398
+ $tab-nrml-vertical-rtl-active-margin: 0 0 0 2px !default;
399
+ $tab-nrml-fill-item-textwrap-height: $tab-nrml-fill-height !default;
400
+ $tab-nrml-fill-focused-wrap-height: $tab-focus-nrml-fill-height !default;
401
+ $tab-nrml-rtl-icon-right-margin: 0 !default;
402
+ $tab-nrml-hdr-before-display: block !default;
403
+ $tab-nrml-item-active-position: unset !default;
404
+ $tab-nrml-item-active-hover-before-left: unset !default;
405
+ $tab-nrml-item-active-hover-before-right: unset !default;
406
+ $tab-nrml-item-active-before-bg-font: unset !default;
407
+ $tab-nrml-item-active-before-bottom: unset !default;
408
+ $tab-nrml-item-active-before-content: unset !default;
409
+ $tab-nrml-item-active-before-height: unset !default;
410
+ $tab-nrml-item-active-before-left: unset !default;
411
+ $tab-nrml-item-active-before-position: unset !default;
412
+ $tab-nrml-item-active-before-transition: unset !default;
413
+ $tab-nrml-item-active-after-font: unset !default;
414
+ $tab-nrml-item-active-after-content: unset !default;
415
+ $tab-nrml-item-active-after-display: unset !default;
416
+ $tab-nrml-item-active-after-font-weight: unset !default;
417
+ $tab-nrml-item-active-after-height: unset !default;
418
+ $tab-nrml-item-active-after-overflow: unset !default;
419
+ $tab-nrml-hscroll-bar-padding: 0 !default;
420
+ $tab-nrml-vertical-indicator-bdr-radius: 0 !default;
421
+ $tab-nrml-indicator-transition: left .125s cubic-bezier(.35, 0, .25, 1), right .25s cubic-bezier(.35, 0, .25, 1) !default;
422
+ $tab-nrml-active-item-tabicon-before-top: -1px !default;
423
+ $tab-nrml-bottom-active-before-top: unset !default;
424
+ $tab-nrml-vertical-indicator-transition: top .125s cubic-bezier(.35, 0, .25, 1), bottom .25s cubic-bezier(.35, 0, .25, 1) !default;
425
+ $tab-nrml-vertical-hover-before-height: unset !default;
426
+ $tab-nrml-vertical-before-bottom: unset !default;
427
+ $tab-nrml-vertical-before-height: unset !default;
428
+ $tab-nrml-vertical-before-left: unset !default;
429
+ $tab-nrml-vertical-before-transition: unset !default;
430
+ $tab-nrml-vertical-text-position: unset !default;
431
+ $tab-nrml-vertical-wrap-before-content: unset !default;
432
+ $tab-nrml-vertical-wrap-before-display: unset !default;
433
+ $tab-nrml-vertical-wrap-before-position: unset !default;
434
+ $tab-nrml-vertical-wrap-before-top: unset !default;
435
+ $tab-nrml-vertical-wrap-before-width: unset !default;
436
+ $tab-nrml-vertical-wrap-before-border: unset !default;
437
+ $tab-nrml-vertical-indicator-width: 2px !default;
438
+ $tab-nrml-bottom-wrap-before-top: unset !default;
439
+ $tab-nrml-background-vertical-indicator-display: none !default;
440
+ $tab-nrml-background-active-padding: $tab-alt-nrml-active-item-padding !default;
441
+ $tab-nrml-item-text-margin-bottom: 0 !default;
442
+
366
443
  @mixin tbar-alt-btn-animation-after {
367
444
  animation: none;
368
445
  }
@@ -409,3 +486,183 @@ $tab-v-rtl-big-close-icon-top-bottom-left: -20px !default;
409
486
  $tab-v-rtl-nrml-close-icon-top-bottom-left: -15px !default;
410
487
 
411
488
  $tab-v-pop-focus-outline: 0 !default;
489
+
490
+ $tab-header-font-weight: normal !default;
491
+ $tab-header-before-border-color: $tab-hdr-bdr-color !default;
492
+ $tab-header-before-border-width: 0 0 1px !default;
493
+ $tab-header-border-bottom: 0 !default;
494
+ $tab-item-hover-bg: inherit !default;
495
+ $tab-item-wrap-border: $tab-vscroll-nav-border !default;
496
+ $tab-clone-item-wrap-border: $tab-vscroll-nav-border !default;
497
+ $tab-item-wrap-hover-border: 1px solid $tab-hover-border-color !default;
498
+ $tab-item-wrap-hover-border-radius: $tab-top-active-item-border-radius !default;
499
+ $tab-item-active-wrap-border: 0 !default;
500
+ $tab-active-wrap-position: unset !default;
501
+ $tab-active-wrap-before-border: unset !default;
502
+ $tab-active-wrap-before-content: unset !default;
503
+ $tab-active-wrap-before-display: unset !default;
504
+ $tab-active-wrap-before-position: unset !default;
505
+ $tab-active-wrap-before-top: unset !default;
506
+ $tab-active-wrap-before-width: unset !default;
507
+ $tab-focused-wrap-focus-border: $tab-vscroll-nav-border !default;
508
+ $tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
509
+ $tab-content-line-height: 18px !default;
510
+ $tab-content-font-size: 12px !default;
511
+ $tab-item-active-tabwrap-border: 1px solid transparent !default;
512
+ $tab-item-left-icon-before-top: 0 !default;
513
+ $tab-item-icon-before-top: 1px !default;
514
+ $tab-item-icon-before-left: 4px !default;
515
+ $tab-item-active-border-bottom: 1px solid $primary-font !default;
516
+
517
+ $tab-pop-wrap-hover-border: $tab-vscroll-nav-border !default;
518
+ $tab-pop-wrap-hover-border-radius: 0 !default;
519
+ $tab-pop-wrap-hover-close-color: $tab-hover-text-color !default;
520
+ $tab-pop-wrap-active-border-color: transparent !default;
521
+ $tab-pop-wrap-active-icon-font: $tab-alt-active-text-color !default;
522
+ $tab-pop-icon-border: $tab-active-text-item-border !default;
523
+ $tab-pop-focus-icon-active-bg: $tab-pop-icon-hover-bg-color !default;
524
+ $tab-pop-focus-icon-active-color: $tab-nav-focus-icon-color !default;
525
+ $tab-pop-focus-bg: transparent !default;
526
+ $tab-pop-hover-bg: transparent !default;
527
+ $tab-pop-nav-active-bg: $tab-nav-focus-bg-color !default;
528
+ $tab-pop-nav-active-border: $tab-nav-pop-press-active-border !default;
529
+ $tab-pop-nav-active-border-radius: $tab-active-item-border-radius !default;
530
+ $tab-pop-active-icons-color: $primary-font !default;
531
+
532
+ $tab-scroll-nav-bg: inherit !default;
533
+ $tab-scroll-nav-arrow-font: $tab-nav-icon-color !default;
534
+ $tab-scroll-arrow-hover-border: $tab-item-active-wrap-border !default;
535
+ $tab-scroll-arrow-active-border: $tab-item-active-wrap-border !default;
536
+ $tab-scroll-focus-arrow-border: $tab-item-active-wrap-border !default;
537
+ $tab-scroll-focus-arrow-active-bg: $tab-nav-focus-bg-color !default;
538
+ $tab-scroll-focus-arrow-active-border-color: unset !default;
539
+ $tab-scroll-focus-arrow-active-color: $tab-nav-focus-icon-color !default;
540
+ $tab-scroll-active-border: $tab-nav-pop-press-active-border !default;
541
+ $tab-scroll-overlay-arrow-color: $tab-disable-nav-icon-color !default;
542
+ $tab-scroll-overlay-arrow-hover-color: $tab-disable-nav-icon-color !default;
543
+ $tab-scroll-overlay-arrow-hover-bg: $tab-hover-nav-bg-color !default;
544
+ $tab-scroll-overlay-arrow-hover-border-color: unset !default;
545
+ $tab-scroll-focused-nav-focus-icon-bg: $tab-nav-focus-bg-color !default;
546
+ $tab-scroll-focused-nav-focus-icon-border: $tab-pop-up-icon-focus-border !default;
547
+
548
+ $tab-bottom-border-color: unset !default;
549
+ $tab-bottom-border-width: 0 !default;
550
+ $tab-bottom-hidden-items-border-color: #ddd !default;
551
+ $tab-bottom-hidden-items-border-width: 1px 0 0 !default;
552
+ $tab-bottom-active-border-color: $tab-active-item-border-color #ddd #ddd !default;
553
+ $tab-bottom-active-border-width: 1px !default;
554
+ $tab-bottom-active-margin-top: 0 !default;
555
+
556
+ $tab-vertical-scroll-hover-border-color: $tab-vscroll-nav-border-color transparent transparent !default;
557
+ $tab-vertical-scroll-hover-active-bg: $tab-v-nav-focus-bg-color !default;
558
+ $tab-vertical-focus-active-arrow-color: none !default;
559
+ $tab-vertical-pop-icon-hover-color: $gray-900 !default;
560
+ $tab-vertical-pop-icon-active-color: $tab-nav-focus-icon-color !default;
561
+ $tab-vertical-focused-nav-focus-border-color: $tab-vertical-scroll-hover-border-color !default;
562
+ $tab-vertical-before-border-width: 0 1px 0 0 !default;
563
+
564
+ $tab-fill-wrap-hover-icon-color: $tab-hover-text-color !default;
565
+ $tab-fill-active-tabwrap-border-color: unset !default;
566
+ $tab-fill-active-text-before-border: unset !default;
567
+ $tab-fill-active-close-hover-color: $tab-alt-active-hover-close-icon-color !default;
568
+ $tab-fill-pop-active-icon-color: $tab-pop-text-color !default;
569
+ $tab-fill-pop-wrap-hover-bg: $tab-active-bg-color !default;
570
+ $tab-fill-pop-wrap-hover-text-color: $tab-alt-active-close-icon-color !default;
571
+ $tab-fill-pop-wrap-hover-icon-color: $tab-alt-active-close-icon-color !default;
572
+ $tab-fill-pop-wrap-hover-close-color: $tab-alt-active-close-icon-color !default;
573
+ $tab-fill-focused-active-tabwrap-focus-border-color: unset !default;
574
+ $tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
575
+ $tab-fill-focused-active-wrap-focus-close-color: $tab-fill-focused-active-wrap-focus-color !default;
576
+
577
+ $tab-background-indicator-bottom: 0 !default;
578
+ $tab-background-wrap-border-color: transparent !default;
579
+ $tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
580
+ $tab-background-pop-icon-hover-bg: $tab-pop-icon-hover-bg-color !default;
581
+ $tab-background-pop-icon-hover-border-color: unset !default;
582
+ $tab-background-focused-active-wrap-focus-bg: $tab-key-alt-active-focus-bg-color !default;
583
+ $tab-background-focused-active-wrap-focus-border-color: unset !default;
584
+ $tab-background-wrap-hover-text-color: $tab-alt-wrap-hover-color !default;
585
+ $tab-background-wrap-hover-icon-color: $tab-alt-active-text-color !default;
586
+ $tab-background-wrap-hover-close-color: $tab-close-icon-color !default;
587
+ $tab-background-close-hover-active-color: $tab-background-wrap-hover-close-color !default;
588
+ $tab-background-wrap-hover-bg-color: $tab-bg-item-wrap-hover-bg-color !default;
589
+ $tab-background-wrap-hover-border-color: $tab-hover-border-color !default;
590
+ $tab-background-active-bg: inherit !default;
591
+ $tab-background-active-text-color: $tab-alt-active-text-color !default;
592
+ $tab-background-active-icon-color: $tab-alt-active-text-color !default;
593
+ $tab-background-active-close-color: $tab-alt-active-close-icon-color !default;
594
+ $tab-background-active-wrap-bg: $tab-alt-active-bg-color !default;
595
+ $tab-background-active-wrap-border-color: unset !default;
596
+ $tab-background-active-wrap-border-radius: $tab-active-item-border-radius !default;
597
+ $tab-background-active-wrap-border-width: 1px !default;
598
+ $tab-background-active-hover-text-color: $tab-alt-active-text-color !default;
599
+ $tab-background-active-hover-icon-color: $tab-alt-active-text-color !default;
600
+ $tab-background-active-hover-close-color: $tab-alt-active-wrap-hover-close-color !default;
601
+ $tab-background-active-hover-bg: $tab-background-active-wrap-bg !default;
602
+ $tab-background-active-hover-border-color: $tab-background-active-wrap-border-color !default;
603
+ $tab-background-active-close-hover-color: $tab-background-active-hover-close-color !default;
604
+ $tab-background-activeitem-close-active-color: $tab-background-active-hover-close-color !default;
605
+ $tab-background-active-wrap-focus-bg: $tab-alt-active-focus-bg-color !default;
606
+ $tab-background-active-wrap-focus-text-color: $tab-alt-active-hover-text-color !default;
607
+ $tab-background-active-wrap-focus-icon: $tab-alt-active-hover-text-color !default;
608
+ $tab-background-active-wrap-focushover-text-color: $tab-alt-active-text-color !default;
609
+ $tab-background-active-wrap-focushover-close-color: $tab-alt-active-text-color !default;
610
+ $tab-background-active-text-icon-color: $tab-alt-active-text-color !default;
611
+ $tab-background-active-close-icon-color: $tab-alt-active-close-icon-color !default;
612
+ $tab-background-active-close-text-hover-color: $tab-alt-active-hover-close-icon-color !default;
613
+ $tab-background-pop-text-color: $tab-alt-text-color !default;
614
+ $tab-background-pop-wrap-hover-bg: $tab-active-bg-color !default;
615
+ $tab-background-pop-wrap-hover-text-color: $tab-alt-active-text-color !default;
616
+ $tab-background-pop-wrap-active-text-color: $primary-font !default;
617
+ $tab-background-pop-wrap-active-icon-color: $primary-font !default;
618
+ $tab-background-pop-wrap-active-close-color: $tab-background-pop-text-color !default;
619
+ $tab-background-scroll-bg: inherit !default;
620
+ $tab-background-scroll-arrow-border: 0 !default;
621
+ $tab-background-scroll-arrow-hover-bg: $tab-bg-hover-nav-bg-color !default;
622
+ $tab-background-scroll-arrow-hover-border-color: unset !default;
623
+ $tab-background-scroll-arrow-active-bg: unset !default;
624
+ $tab-background-scroll-arrow-active-color: $tab-alt-nav-icon-color !default;
625
+ $tab-background-scroll-focus-arrow-border: 0 !default;
626
+ $tab-background-scroll-focus-arrow-bg: $tab-nav-focus-bg-color !default;
627
+ $tab-background-nav-focus-active-bg: $tab-nav-focus-bg-color !default;
628
+ $tab-background-nav-focus-active-border-color: unset !default;
629
+ $tab-background-nav-focus-active-color: $tab-bg-hover-nav-icon-color !default;
630
+ $tab-background-hor-nav-bg: transparent !default;
631
+ $tab-background-pop-icon-color: $tab-alt-nav-icon-color !default;
632
+ $tab-background-pop-icon-border: 0 !default;
633
+ $tab-background-pop-active-hover-bg: $tab-background-pop-icon-hover-bg !default;
634
+ $tab-background-pop-active-hover-color: $tab-bg-hover-nav-icon-color !default;
635
+ $tab-background-focus-pop-bg: $tab-nav-focus-bg-color !default;
636
+ $tab-background-focus-pop-border: $tab-pop-up-icon-focus-border !default;
637
+ $tab-background-focus-pop-hover-bg: $tab-background-pop-icon-hover-bg !default;
638
+ $tab-background-focused-wrap-focus-bg: $tab-active-bg-color !default;
639
+ $tab-background-focused-wrap-focus-border-color: transparent !default;
640
+ $tab-background-popicon-focus-active-bg: $tab-pop-focus-icon-active-bg !default;
641
+ $tab-background-popicon-focus-active-border-color: unset !default;
642
+ $tab-background-popicon-focus-active-color: $tab-bg-hover-nav-icon-color !default;
643
+ $tab-background-bottom-active-wrap-border-color: unset !default;
644
+ $tab-background-bottom-active-wrap-border-radius: 4px !default;
645
+ $tab-background-bottom-active-wrap-border-width: 0 !default;
646
+ $tab-background-vertical-left-active-border-color: $primary-font !default;
647
+ $tab-background-vertical-left-active-border-width: 0 1px 0 0 !default;
648
+ $tab-background-vertical-left-active-wrap-border-radius: 4px !default;
649
+ $tab-background-vertical-left-active-wrap-border-width: 0 !default;
650
+ $tab-background-vertical-right-active-border-width: 0 0 0 1px !default;
651
+ $tab-background-vertical-right-active-wrap-border-radius: 4px !default;
652
+ $tab-background-vertical-right-active-wrap-border-width: 0 !default;
653
+ $tab-background-focused-active-wrap-hover-bg: $tab-background-active-wrap-bg !default;
654
+ $tab-background-focused-active-wrap-hover-border: 1px solid $tab-hover-border-color !default;
655
+ $tab-background-focused-active-wrap-hover-border-radius: $tab-top-active-item-border-radius !default;
656
+ $tab-background-focused-active-wrap-focus-text-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
657
+ $tab-background-focused-active-wrap-focus-icon-color: $tab-alt-active-hover-text-color !default;
658
+ $tab-background-focused-active-wrap-focus-close-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
659
+ $tab-background-focused-active-wrap-hover-text-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
660
+ $tab-background-focused-active-wrap-hover-icon-color: $tab-background-active-hover-icon-color !default;
661
+ $tab-background-focused-active-wrap-hover-close-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
662
+ $tab-background-focused-active-focus-hover-text-color: $tab-alt-focused-active-wrap-focus-and-hover-color !default;
663
+ $tab-background-focused-active-focus-hover-close-color: $tab-alt-focused-active-wrap-focus-and-hover-color !default;
664
+ $tab-background-focused-wrap-focus-close-color: $tab-alt-text-color !default;
665
+ $tab-background-focused-active-wrap-icon-color: $tab-alt-active-hover-text-color !default;
666
+ $tab-background-accent-indicator-bg: $tab-border-color !default;
667
+ $tab-background-active-text-font-weight: $tab-light-font-weight !default;
668
+ $tab-background-text-color: $tab-alt-text-color !default;