@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
@@ -8,7 +8,7 @@
8
8
 
9
9
  @at-root {
10
10
  & .e-menu {
11
- @if $skin-name == 'bootstrap4' {
11
+ @if $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
12
12
  background-color: $cmenu-ul-bgcolor;
13
13
  }
14
14
  @else {
@@ -910,7 +910,7 @@
910
910
  }
911
911
  .e-menu-wrapper .e-menu,
912
912
  .e-menu-container .e-menu {
913
- background-color: inherit;
913
+ background-color: #252423;
914
914
  color: #f3f2f1;
915
915
  }
916
916
  .e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
@@ -910,7 +910,7 @@
910
910
  }
911
911
  .e-menu-wrapper .e-menu,
912
912
  .e-menu-container .e-menu {
913
- background-color: inherit;
913
+ background-color: #fff;
914
914
  color: #201f1e;
915
915
  }
916
916
  .e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
@@ -54,7 +54,7 @@ $tab-focus-outline: 0 !default;
54
54
  $tab-active-focus-outline: 0 !default;
55
55
  $tab-active-text-item-border: 0 !default;
56
56
  $tab-disable-active-text-item-border: 0 !default;
57
- $tab-active-item-border: $tab-border-style $grey-99 !default;
57
+ $tab-active-item-border: 1px solid $grey-99 !default;
58
58
  $tab-alt-active-item-border: $tab-border-style $grey-99 !default;
59
59
  $tab-accent-active-item-border: $tab-border-style $grey-99 !default;
60
60
  $tab-fill-hdr-border: 0 !default;
@@ -75,8 +75,8 @@ $tab-alt-hdr-border: 0 !default;
75
75
 
76
76
  $tab-items-border: 1px solid $grey-88 !default;
77
77
 
78
- $tab-big-item-margin: 0 2px -3px 0 !default;
79
- $tab-nrml-item-margin: 0 2px -1px 0 !default;
78
+ $tab-big-item-margin: 0 !default;
79
+ $tab-nrml-item-margin: 0 !default;
80
80
  $tab-big-item-padding: 0 !default;
81
81
  $tab-nrml-item-padding: 0 !default;
82
82
  $tab-big-icon-top-bottom-item-height: 72px !default;
@@ -117,8 +117,6 @@ $tab-ripple-bg-color: rgba($grey, 0) !default;
117
117
  $tab-fill-ripple-bg-color: rgba($grey, 0) !default;
118
118
  $tab-alt-ripple-bg-color: rgba($grey, 0) !default;
119
119
  $tab-item-border: 1px solid transparent !default;
120
- $tab-alt-item-border: 0 !default;
121
- $tab-active-item-border: 1px solid $grey-88 !default;
122
120
  $tab-active-item-border-bottom: 3px solid $grey-base !default;
123
121
  $tab-active-item-border-color: $grey-99 !default;
124
122
  $tab-even-active-item-border-bottom: 3px solid $grey-base !default;
@@ -127,8 +125,8 @@ $tab-nrml-boot-item-margin: 0 !default;
127
125
  $tab-big-scroll-boot-item-margin: 0 2px -4px 0 !default;
128
126
  $tab-nrml-scroll-boot-item-margin: 0 2px -4px 0 !default;
129
127
  $tab-mob-boot-item-margin: 1px 2px -4px 0 !default;
130
- $tab-big-even-boot-item-margin: -1px 2px 0 0 !default;
131
- $tab-nrml-even-boot-item-margin: -1px 2px 0 0 !default;
128
+ $tab-big-even-boot-item-margin: 0 2px 0 0 !default;
129
+ $tab-nrml-even-boot-item-margin: 0 2px 0 0 !default;
132
130
  $tab-mob-even-boot-item-margin: -1px 2px 0 0 !default;
133
131
  $tab-big-boot-active-item-padding-bottom: 0 !default;
134
132
  $tab-nrml-boot-active-item-padding-bottom: 0 !default;
@@ -154,8 +152,6 @@ $tab-big-io-wrap-padding: 0 20px !default;
154
152
  $tab-nrml-io-wrap-padding: 0 15px !default;
155
153
  $tab-wrap-focus-margin-right: 0 !default;
156
154
  $tab-wrap-focus-margin-left: 0 !default;
157
- $tab-big-ileft-active-text-wrap-padding: 0 !default;
158
- $tab-nrml-ileft-active-text-wrap-padding: 0 !default;
159
155
  $tab-big-even-ileft-active-text-wrap-margin: 0 !default;
160
156
  $tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
161
157
  $tab-big-fill-tb-wrap-height: 50px !default;
@@ -203,14 +199,11 @@ $tab-rtl-nrml-text-container-margin-right: 0 !default;
203
199
  $tab-rtl-big-text-container-margin-left: 22px !default;
204
200
  $tab-rtl-nrml-text-container-margin-left: 20px !default;
205
201
  $tab-big-active-text-container-height: 50px !default;
206
- $tab-nrml-active-text-container-height: 40px !default;
207
202
  $tab-big-active-it-text-container-height: 50px !default;
208
- $tab-nrml-active-it-text-container-height: 40px !default;
209
203
  $tab-fill-big-active-it-text-container-height: 50px !default;
210
204
  $tab-fill-nrml-active-it-text-container-height: 40px !default;
211
205
  $tab-big-even-active-text-container-height: 50px !default;
212
206
  $tab-nrml-even-active-text-container-height: 40px !default;
213
- $tab-even-active-text-container-padding: 0 !default;
214
207
  $tab-even-active-text-container-margin: 0 !default;
215
208
 
216
209
  $tab-big-font-size: 15px !default;
@@ -274,8 +267,6 @@ $tab-big-nav-icon-top: 11px !default;
274
267
  $tab-nrml-nav-icon-top: 5px !default;
275
268
  $tab-big-nav-pop-icon-top: 13px !default;
276
269
  $tab-nrml-nav-pop-icon-top: 8px !default;
277
- $tab-big-hover-nav-pop-icon-top: 0 !default;
278
- $tab-nrml-hover-nav-pop-icon-top: 0 !default;
279
270
  $tab-big-safari-nav-icon-top: 4px !default;
280
271
  $tab-nrml-safari-nav-icon-top: 4px !default;
281
272
  $tab-big-safari-pop-icon-top: 6px !default;
@@ -315,7 +306,6 @@ $tab-rtl-nrml-close-icon-top-bottom-left: 15px !default;
315
306
  $tab-rtl-big-pop-close-icon-top-bottom-left: 24px !default;
316
307
  $tab-rtl-nrml-pop-close-icon-top-bottom-left: 20px !default;
317
308
  $tab-pop-close-icon-right: 16px !default;
318
- $tab-pop-close-icon-top: 0 !default;
319
309
  $tab-rtl-pop-close-icon-left: 16px !default;
320
310
  $tab-mob-close-icon-top-bottom-right: 12px !default;
321
311
  $tab-rtl-mob-close-icon-top-bottom-left: 12px !default;
@@ -387,6 +377,272 @@ $tab-nav-active-box-shadow: none !default;
387
377
  $tab-nav-focus-border-color: $grey-e6 !default;
388
378
  $tab-alt-nav-hover-bg-color: $grey-e6 !default;
389
379
 
380
+ $tab-bgr-active-last-margin: 1px 2px 0 0 !default;
381
+ $tab-bgr-hscroll-items-nav-width: 50px !default;
382
+ $tab-bgr-item-textwrap-height: $tab-big-height !default;
383
+ $tab-bgr-active-icon-top: -.5px !default;
384
+ $tab-bgr-icon-line-height: 1 !default;
385
+ $tab-bgr-mob-item-iconright-margin: 0 !default;
386
+ $tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
387
+ $tab-bgr-scroll-nav-arrow-before-top: 0 !default;
388
+ $tab-bgr-hor-pop-lineheight: 42px !default;
389
+ $tab-bgr-hor-pop-hover-top: .5px !default;
390
+ $tab-bgr-hor-focus-pop-hover-top: -2px !default;
391
+ $tab-bgr-bottom-active-close-top: .5px !default;
392
+ $tab-bgr-bottom-active-itop-close-top: 1.5px !default;
393
+ $tab-bgr-bottom-active-text-padding-top: .5px !default;
394
+ $tab-bgr-bottom-active-last-close-top: 0 !default;
395
+ $tab-bgr-vertical-icon-min-height: 38px !default;
396
+ $tab-bgr-vertical-icon-min-width: auto !default;
397
+ $tab-bgr-rtl-bottom-item-margin: 0 0 0 2px !default;
398
+ $tab-bgr-rtl-bottom-active-margin: 0 0 0 2px !default;
399
+ $tab-bgr-fill-first-last-padding: 0 !default;
400
+ $tab-bgr-fill-item-textwrap-height: $tab-big-fill-height !default;
401
+ $tab-bgr-fill-active-ileft-textwrap-height: 50px !default;
402
+ $tab-bgr-fill-focused-wrap-height: $tab-focus-big-fill-height !default;
403
+ $tab-bgr-rtl-icon-right-margin: 0 !default;
404
+ $tab-bgr-background-active-padding: $tab-alt-big-active-item-padding !default;
405
+ $tab-bgr-fill-active-item-padding: 0 !default;
406
+ $tab-bgr-item-text-margin-bottom: 0 !default;
407
+
408
+ $tab-nrml-hscroll-items-nav-width: 40px !default;
409
+ $tab-nrml-hscroll-items-bdr-radius: 0 !default;
410
+ $tab-nrml-item-text-wrap-height: $tab-nrml-height !default;
411
+ $tab-nrml-item-tabicon-line-height: 1 !default;
412
+ $tab-nrml-pop-item-textwrap-height: $tab-nrml-pop-item-height !default;
413
+ $tab-nrml-scroll-nav-arrow-before-top: 0 !default;
414
+ $tab-nrml-hor-pop-lineheight: 34px !default;
415
+ $tab-nrml-mob-hor-pop-lineheight: 43px !default;
416
+ $tab-nrml-hor-focus-pop-lineheight: 32px !default;
417
+ $tab-nrml-hor-focus-pop-hover-top: -.5px !default;
418
+ $tab-nrml-vertical-icon-min-height: 40px !default;
419
+ $tab-nrml-vertical-icon-min-width: 33px !default;
420
+ $tab-nrml-vertical-tabicon-margin: 0 !default;
421
+ $tab-nrml-vertical-rtl-active-margin: 0 0 0 2px !default;
422
+ $tab-nrml-fill-item-textwrap-height: $tab-nrml-fill-height !default;
423
+ $tab-nrml-fill-focused-wrap-height: $tab-focus-nrml-fill-height !default;
424
+ $tab-nrml-rtl-icon-right-margin: 0 !default;
425
+ $tab-nrml-hdr-before-display: block !default;
426
+ $tab-nrml-item-active-position: unset !default;
427
+ $tab-nrml-item-active-hover-before-left: unset !default;
428
+ $tab-nrml-item-active-hover-before-right: unset !default;
429
+ $tab-nrml-item-active-before-bg-font: unset !default;
430
+ $tab-nrml-item-active-before-bottom: unset !default;
431
+ $tab-nrml-item-active-before-content: unset !default;
432
+ $tab-nrml-item-active-before-height: unset !default;
433
+ $tab-nrml-item-active-before-left: unset !default;
434
+ $tab-nrml-item-active-before-position: unset !default;
435
+ $tab-nrml-item-active-before-transition: unset !default;
436
+ $tab-nrml-item-active-after-font: unset !default;
437
+ $tab-nrml-item-active-after-content: unset !default;
438
+ $tab-nrml-item-active-after-display: unset !default;
439
+ $tab-nrml-item-active-after-font-weight: unset !default;
440
+ $tab-nrml-item-active-after-height: unset !default;
441
+ $tab-nrml-item-active-after-overflow: unset !default;
442
+ $tab-nrml-hscroll-bar-padding: 0 !default;
443
+ $tab-nrml-vertical-indicator-bdr-radius: 0 !default;
444
+ $tab-nrml-indicator-transition: left .125s cubic-bezier(.35, 0, .25, 1), right .25s cubic-bezier(.35, 0, .25, 1) !default;
445
+ $tab-nrml-active-item-tabicon-before-top: -1px !default;
446
+ $tab-nrml-bottom-active-before-top: unset !default;
447
+ $tab-nrml-vertical-indicator-transition: top .125s cubic-bezier(.35, 0, .25, 1), bottom .25s cubic-bezier(.35, 0, .25, 1) !default;
448
+ $tab-nrml-vertical-hover-before-height: unset !default;
449
+ $tab-nrml-vertical-before-bottom: unset !default;
450
+ $tab-nrml-vertical-before-height: unset !default;
451
+ $tab-nrml-vertical-before-left: unset !default;
452
+ $tab-nrml-vertical-before-transition: unset !default;
453
+ $tab-nrml-vertical-text-position: unset !default;
454
+ $tab-nrml-vertical-wrap-before-content: unset !default;
455
+ $tab-nrml-vertical-wrap-before-display: unset !default;
456
+ $tab-nrml-vertical-wrap-before-position: unset !default;
457
+ $tab-nrml-vertical-wrap-before-top: unset !default;
458
+ $tab-nrml-vertical-wrap-before-width: unset !default;
459
+ $tab-nrml-vertical-wrap-before-border: unset !default;
460
+ $tab-nrml-vertical-indicator-width: 2px !default;
461
+ $tab-nrml-bottom-wrap-before-top: unset !default;
462
+ $tab-nrml-background-vertical-indicator-display: none !default;
463
+ $tab-nrml-background-active-padding: $tab-alt-nrml-active-item-padding !default;
464
+ $tab-nrml-item-text-margin-bottom: 0 !default;
465
+
466
+ $tab-header-font-weight: normal !default;
467
+ $tab-header-before-border-color: $tab-hdr-bdr-color !default;
468
+ $tab-header-before-border-width: 0 0 1px !default;
469
+ $tab-header-border-bottom: 0 !default;
470
+ $tab-item-hover-bg: inherit !default;
471
+ $tab-item-wrap-border: 0 !default;
472
+ $tab-clone-item-wrap-border: 0 !default;
473
+ $tab-item-wrap-hover-border: 0 !default;
474
+ $tab-item-wrap-hover-border-radius: 4px !default;
475
+ $tab-item-active-wrap-border: 0 !default;
476
+ $tab-active-wrap-position: unset !default;
477
+ $tab-active-wrap-before-border: unset !default;
478
+ $tab-active-wrap-before-content: unset !default;
479
+ $tab-active-wrap-before-display: unset !default;
480
+ $tab-active-wrap-before-position: unset !default;
481
+ $tab-active-wrap-before-top: unset !default;
482
+ $tab-active-wrap-before-width: unset !default;
483
+ $tab-focused-wrap-focus-border: 0 !default;
484
+ $tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
485
+ $tab-content-line-height: 18px !default;
486
+ $tab-content-font-size: 12px !default;
487
+ $tab-item-active-tabwrap-border: 0 !default;
488
+ $tab-item-left-icon-before-top: 2px !default;
489
+ $tab-item-icon-before-top: 2px !default;
490
+ $tab-item-icon-before-left: 2px !default;
491
+ $tab-item-active-border-bottom: 1px solid $grey-99 !default;
492
+
493
+ $tab-pop-wrap-hover-border: 0 !default;
494
+ $tab-pop-wrap-hover-border-radius: 4px !default;
495
+ $tab-pop-wrap-hover-close-color: $tab-hover-text-color !default;
496
+ $tab-pop-wrap-active-border-color: unset !default;
497
+ $tab-pop-wrap-active-icon-font: $tab-pop-text-color !default;
498
+ $tab-pop-icon-border: 0 !default;
499
+ $tab-pop-focus-icon-active-bg: $tab-pop-icon-hover-bg-color !default;
500
+ $tab-pop-focus-icon-active-color: $tab-nav-focus-icon-color !default;
501
+ $tab-pop-focus-bg: transparent !default;
502
+ $tab-pop-hover-bg: transparent !default;
503
+ $tab-pop-nav-active-bg: inherit !default;
504
+ $tab-pop-nav-active-border: 0 !default;
505
+ $tab-pop-nav-active-border-radius: 0 4px 0 0 !default;
506
+ $tab-pop-active-icons-color: $active-font-color !default;
507
+
508
+ $tab-scroll-nav-bg: inherit !default;
509
+ $tab-scroll-nav-arrow-font: $tab-nav-icon-color !default;
510
+ $tab-scroll-arrow-hover-border: $tab-item-active-wrap-border !default;
511
+ $tab-scroll-arrow-active-border: $tab-item-active-wrap-border !default;
512
+ $tab-scroll-focus-arrow-border: $tab-item-active-wrap-border !default;
513
+ $tab-scroll-focus-arrow-active-bg: $tab-nav-focus-bg-color !default;
514
+ $tab-scroll-focus-arrow-active-border-color: unset !default;
515
+ $tab-scroll-focus-arrow-active-color: $tab-nav-focus-icon-color !default;
516
+ $tab-scroll-active-border: 0 !default;
517
+ $tab-scroll-overlay-arrow-color: $tab-disable-nav-icon-color !default;
518
+ $tab-scroll-overlay-arrow-hover-color: $tab-disable-nav-icon-color !default;
519
+ $tab-scroll-overlay-arrow-hover-bg: $tab-hover-nav-bg-color !default;
520
+ $tab-scroll-overlay-arrow-hover-border-color: unset !default;
521
+ $tab-scroll-focused-nav-focus-icon-bg: $tab-nav-focus-bg-color !default;
522
+ $tab-scroll-focused-nav-focus-icon-border: $tab-pop-up-icon-focus-border !default;
523
+
524
+ $tab-bottom-border-color: unset !default;
525
+ $tab-bottom-border-width: 0 !default;
526
+ $tab-bottom-hidden-items-border-color: $grey-88 !default;
527
+ $tab-bottom-hidden-items-border-width: 1px 0 0 !default;
528
+ $tab-bottom-active-border-color: $tab-active-item-border-color !default;
529
+ $tab-bottom-active-border-width: 1px !default;
530
+ $tab-bottom-active-margin-top: 0 !default;
531
+
532
+ $tab-vertical-scroll-hover-border-color: $tab-vscroll-nav-border-color transparent transparent !default;
533
+ $tab-vertical-scroll-hover-active-bg: $tab-v-nav-focus-bg-color !default;
534
+ $tab-vertical-focus-active-arrow-color: none !default;
535
+ $tab-vertical-pop-icon-hover-color: $tab-hover-nav-icon-color !default;
536
+ $tab-vertical-pop-icon-active-color: $tab-nav-focus-icon-color !default;
537
+ $tab-vertical-focused-nav-focus-border-color: $tab-vertical-scroll-hover-border-color !default;
538
+ $tab-vertical-before-border-width: 0 1px 0 0 !default;
539
+
540
+ $tab-fill-wrap-hover-icon-color: $tab-hover-text-color !default;
541
+ $tab-fill-active-tabwrap-border-color: unset !default;
542
+ $tab-fill-active-text-before-border: unset !default;
543
+ $tab-fill-active-close-hover-color: $tab-alt-active-hover-close-icon-color !default;
544
+ $tab-fill-pop-active-icon-color: $tab-pop-text-color !default;
545
+ $tab-fill-pop-wrap-hover-bg: $tab-hover-bg-color !default;
546
+ $tab-fill-pop-wrap-hover-text-color: $tab-hover-text-color !default;
547
+ $tab-fill-pop-wrap-hover-icon-color: $tab-hover-text-color !default;
548
+ $tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
549
+ $tab-fill-focused-active-tabwrap-focus-border-color: unset !default;
550
+ $tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
551
+ $tab-fill-focused-active-wrap-focus-close-color: $tab-fill-focused-active-wrap-focus-color !default;
552
+
553
+ $tab-background-indicator-bottom: 0 !default;
554
+ $tab-background-wrap-border-color: unset !default;
555
+ $tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
556
+ $tab-background-pop-icon-hover-bg: $tab-alt-nav-hover-bg-color !default;
557
+ $tab-background-pop-icon-hover-border-color: $grey !default;
558
+ $tab-background-focused-active-wrap-focus-bg: $tab-key-alt-active-focus-bg-color !default;
559
+ $tab-background-focused-active-wrap-focus-border-color: unset !default;
560
+ $tab-background-wrap-hover-text-color: $tab-alt-wrap-hover-color !default;
561
+ $tab-background-wrap-hover-icon-color: $tab-alt-active-text-color !default;
562
+ $tab-background-wrap-hover-close-color: $tab-alt-wrap-hover-color !default;
563
+ $tab-background-close-hover-active-color: $tab-background-wrap-hover-close-color !default;
564
+ $tab-background-wrap-hover-bg-color: $tab-bg-item-wrap-hover-bg-color !default;
565
+ $tab-background-wrap-hover-border-color: unset !default;
566
+ $tab-background-active-bg: inherit !default;
567
+ $tab-background-active-text-color: $tab-alt-active-text-color !default;
568
+ $tab-background-active-icon-color: $tab-alt-active-text-color !default;
569
+ $tab-background-active-close-color: $tab-alt-active-close-icon-color !default;
570
+ $tab-background-active-wrap-bg: $tab-alt-active-bg-color !default;
571
+ $tab-background-active-wrap-border-color: unset !default;
572
+ $tab-background-active-wrap-border-radius: $tab-active-item-border-radius !default;
573
+ $tab-background-active-wrap-border-width: 0 !default;
574
+ $tab-background-active-hover-text-color: $tab-alt-active-text-color !default;
575
+ $tab-background-active-hover-icon-color: $tab-alt-active-text-color !default;
576
+ $tab-background-active-hover-close-color: $tab-alt-active-wrap-hover-close-color !default;
577
+ $tab-background-active-hover-bg: $tab-background-active-wrap-bg !default;
578
+ $tab-background-active-hover-border-color: $tab-background-active-wrap-border-color !default;
579
+ $tab-background-active-close-hover-color: $tab-background-active-hover-close-color !default;
580
+ $tab-background-activeitem-close-active-color: $tab-background-active-hover-close-color !default;
581
+ $tab-background-active-wrap-focus-bg: $tab-alt-active-focus-bg-color !default;
582
+ $tab-background-active-wrap-focus-text-color: $tab-alt-active-text-color !default;
583
+ $tab-background-active-wrap-focus-icon: $tab-alt-active-text-color !default;
584
+ $tab-background-active-wrap-focushover-text-color: $tab-alt-active-text-color !default;
585
+ $tab-background-active-wrap-focushover-close-color: $tab-alt-active-text-color !default;
586
+ $tab-background-active-text-icon-color: $tab-alt-active-text-color !default;
587
+ $tab-background-active-close-icon-color: $tab-alt-active-close-icon-color !default;
588
+ $tab-background-active-close-text-hover-color: $tab-alt-active-hover-close-icon-color !default;
589
+ $tab-background-pop-text-color: $tab-alt-text-color !default;
590
+ $tab-background-pop-wrap-hover-bg: $tab-alt-hover-bg-color !default;
591
+ $tab-background-pop-wrap-hover-text-color: $tab-alt-pop-wrap-hover-color !default;
592
+ $tab-background-pop-wrap-active-text-color: $tab-background-pop-text-color !default;
593
+ $tab-background-pop-wrap-active-icon-color: $tab-background-pop-text-color !default;
594
+ $tab-background-pop-wrap-active-close-color: $tab-background-pop-text-color !default;
595
+ $tab-background-scroll-bg: inherit !default;
596
+ $tab-background-scroll-arrow-border: 0 !default;
597
+ $tab-background-scroll-arrow-hover-bg: $tab-bg-hover-nav-bg-color !default;
598
+ $tab-background-scroll-arrow-hover-border-color: unset !default;
599
+ $tab-background-scroll-arrow-active-bg: unset !default;
600
+ $tab-background-scroll-arrow-active-color: $tab-alt-nav-icon-color !default;
601
+ $tab-background-scroll-focus-arrow-border: 0 !default;
602
+ $tab-background-scroll-focus-arrow-bg: $tab-nav-focus-bg-color !default;
603
+ $tab-background-nav-focus-active-bg: $tab-nav-focus-bg-color !default;
604
+ $tab-background-nav-focus-active-border-color: unset !default;
605
+ $tab-background-nav-focus-active-color: $tab-bg-hover-nav-icon-color !default;
606
+ $tab-background-hor-nav-bg: transparent !default;
607
+ $tab-background-pop-icon-color: $tab-alt-nav-icon-color !default;
608
+ $tab-background-pop-icon-border: 0 !default;
609
+ $tab-background-pop-active-hover-bg: $tab-background-pop-icon-hover-bg !default;
610
+ $tab-background-pop-active-hover-color: $tab-bg-hover-nav-icon-color !default;
611
+ $tab-background-focus-pop-bg: $tab-nav-focus-bg-color !default;
612
+ $tab-background-focus-pop-border: $tab-pop-up-icon-focus-border !default;
613
+ $tab-background-focus-pop-hover-bg: $tab-background-pop-icon-hover-bg !default;
614
+ $tab-background-focused-wrap-focus-bg: $tab-alt-hover-bg-color !default;
615
+ $tab-background-focused-wrap-focus-border-color: unset !default;
616
+ $tab-background-popicon-focus-active-bg: $tab-pop-focus-icon-active-bg !default;
617
+ $tab-background-popicon-focus-active-border-color: unset !default;
618
+ $tab-background-popicon-focus-active-color: $tab-bg-hover-nav-icon-color !default;
619
+ $tab-background-bottom-active-wrap-border-color: unset !default;
620
+ $tab-background-bottom-active-wrap-border-radius: 4px !default;
621
+ $tab-background-bottom-active-wrap-border-width: 0 !default;
622
+ $tab-background-vertical-left-active-border-color: $grey-light-font !default;
623
+ $tab-background-vertical-left-active-border-width: 0 1px 0 0 !default;
624
+ $tab-background-vertical-left-active-wrap-border-radius: 4px !default;
625
+ $tab-background-vertical-left-active-wrap-border-width: 0 !default;
626
+ $tab-background-vertical-right-active-border-width: 0 0 0 1px !default;
627
+ $tab-background-vertical-right-active-wrap-border-radius: 4px !default;
628
+ $tab-background-vertical-right-active-wrap-border-width: 0 !default;
629
+ $tab-background-focused-active-wrap-hover-bg: $tab-background-active-wrap-bg !default;
630
+ $tab-background-focused-active-wrap-hover-border: 0 !default;
631
+ $tab-background-focused-active-wrap-hover-border-radius: $tab-background-active-wrap-border-radius !default;
632
+ $tab-background-focused-active-wrap-focus-text-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
633
+ $tab-background-focused-active-wrap-focus-icon-color: $tab-alt-active-hover-text-color !default;
634
+ $tab-background-focused-active-wrap-focus-close-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
635
+ $tab-background-focused-active-wrap-hover-text-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
636
+ $tab-background-focused-active-wrap-hover-icon-color: $tab-background-active-hover-icon-color !default;
637
+ $tab-background-focused-active-wrap-hover-close-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
638
+ $tab-background-focused-active-focus-hover-text-color: $tab-alt-focused-active-wrap-focus-and-hover-color !default;
639
+ $tab-background-focused-active-focus-hover-close-color: $tab-alt-focused-active-wrap-focus-and-hover-color !default;
640
+ $tab-background-focused-wrap-focus-close-color: $tab-alt-text-color !default;
641
+ $tab-background-focused-active-wrap-icon-color: $tab-alt-active-hover-text-color !default;
642
+ $tab-background-accent-indicator-bg: $tab-border-color !default;
643
+ $tab-background-active-text-font-weight: $tab-light-font-weight !default;
644
+ $tab-background-text-color: $tab-alt-text-color !default;
645
+
390
646
  //enddefault
391
647
  //dimensions
392
648
  @mixin tbar-alt-btn-animation-after {