@syncfusion/ej2-navigations 19.2.59 → 19.3.44

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 (292) hide show
  1. package/.eslintrc.json +1 -1
  2. package/CHANGELOG.md +32 -0
  3. package/README.md +15 -0
  4. package/breadcrumb.d.ts +4 -0
  5. package/breadcrumb.js +4 -0
  6. package/dist/ej2-navigations.umd.min.js +2 -2
  7. package/dist/ej2-navigations.umd.min.js.map +1 -1
  8. package/dist/es6/ej2-navigations.es2015.js +545 -170
  9. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  10. package/dist/es6/ej2-navigations.es5.js +567 -172
  11. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  12. package/dist/global/ej2-navigations.min.js +2 -2
  13. package/dist/global/ej2-navigations.min.js.map +1 -1
  14. package/dist/global/index.d.ts +1 -1
  15. package/package.json +13 -12
  16. package/src/accordion/accordion.d.ts +2 -8
  17. package/src/accordion/accordion.js +16 -85
  18. package/src/breadcrumb/breadcrumb-model.d.ts +147 -0
  19. package/src/breadcrumb/breadcrumb.d.ts +232 -0
  20. package/src/breadcrumb/breadcrumb.js +497 -0
  21. package/src/breadcrumb/index.d.ts +5 -0
  22. package/src/breadcrumb/index.js +4 -0
  23. package/src/index.d.ts +1 -0
  24. package/src/index.js +1 -0
  25. package/src/sidebar/sidebar.js +2 -2
  26. package/src/tab/tab-model.d.ts +1 -1
  27. package/src/tab/tab.d.ts +1 -1
  28. package/src/tab/tab.js +50 -84
  29. package/src/toolbar/toolbar.js +1 -1
  30. package/styles/accordion/_bootstrap5-dark-definition.scss +1 -0
  31. package/styles/accordion/_bootstrap5-definition.scss +81 -0
  32. package/styles/accordion/_fabric-dark-definition.scss +1 -0
  33. package/styles/accordion/_fabric-definition.scss +1 -0
  34. package/styles/accordion/_highcontrast-definition.scss +1 -1
  35. package/styles/accordion/_layout.scss +6 -8
  36. package/styles/accordion/_tailwind-dark-definition.scss +1 -77
  37. package/styles/accordion/_tailwind-definition.scss +79 -79
  38. package/styles/accordion/_theme.scss +57 -17
  39. package/styles/accordion/bootstrap5-dark.css +428 -0
  40. package/styles/accordion/bootstrap5-dark.scss +4 -0
  41. package/styles/accordion/bootstrap5.css +428 -0
  42. package/styles/accordion/bootstrap5.scss +4 -0
  43. package/styles/accordion/highcontrast-light.css +0 -1
  44. package/styles/accordion/highcontrast.css +0 -1
  45. package/styles/accordion/icons/_bootstrap4.scss +1 -1
  46. package/styles/accordion/icons/_bootstrap5-dark.scss +1 -0
  47. package/styles/accordion/icons/_bootstrap5.scss +18 -0
  48. package/styles/accordion/icons/_tailwind-dark.scss +1 -17
  49. package/styles/accordion/icons/_tailwind.scss +17 -17
  50. package/styles/accordion/material-dark.css +2 -2
  51. package/styles/accordion/tailwind-dark.css +1 -1
  52. package/styles/bootstrap-dark.css +352 -60
  53. package/styles/bootstrap-dark.scss +1 -0
  54. package/styles/bootstrap.css +349 -57
  55. package/styles/bootstrap.scss +1 -0
  56. package/styles/bootstrap4.css +351 -60
  57. package/styles/bootstrap4.scss +1 -0
  58. package/styles/bootstrap5-dark.css +9922 -0
  59. package/styles/bootstrap5-dark.scss +10 -0
  60. package/styles/bootstrap5.css +9922 -0
  61. package/styles/bootstrap5.scss +10 -0
  62. package/styles/breadcrumb/_all.scss +2 -0
  63. package/styles/breadcrumb/_bootstrap-dark-definition.scss +41 -0
  64. package/styles/breadcrumb/_bootstrap-definition.scss +41 -0
  65. package/styles/breadcrumb/_bootstrap4-definition.scss +41 -0
  66. package/styles/breadcrumb/_bootstrap5-dark-definition.scss +1 -0
  67. package/styles/breadcrumb/_bootstrap5-definition.scss +46 -0
  68. package/styles/breadcrumb/_fabric-dark-definition.scss +46 -0
  69. package/styles/breadcrumb/_fabric-definition.scss +46 -0
  70. package/styles/breadcrumb/_highcontrast-definition.scss +48 -0
  71. package/styles/breadcrumb/_highcontrast-light-definition.scss +48 -0
  72. package/styles/breadcrumb/_layout.scss +291 -0
  73. package/styles/breadcrumb/_material-dark-definition.scss +37 -0
  74. package/styles/breadcrumb/_material-definition.scss +37 -0
  75. package/styles/breadcrumb/_tailwind-dark-definition.scss +47 -0
  76. package/styles/breadcrumb/_tailwind-definition.scss +47 -0
  77. package/styles/breadcrumb/_theme.scss +134 -0
  78. package/styles/breadcrumb/bootstrap-dark.css +279 -0
  79. package/styles/breadcrumb/bootstrap-dark.scss +4 -0
  80. package/styles/breadcrumb/bootstrap.css +279 -0
  81. package/styles/breadcrumb/bootstrap.scss +4 -0
  82. package/styles/breadcrumb/bootstrap4.css +279 -0
  83. package/styles/breadcrumb/bootstrap4.scss +4 -0
  84. package/styles/breadcrumb/bootstrap5-dark.css +297 -0
  85. package/styles/breadcrumb/bootstrap5-dark.scss +4 -0
  86. package/styles/breadcrumb/bootstrap5.css +297 -0
  87. package/styles/breadcrumb/bootstrap5.scss +4 -0
  88. package/styles/breadcrumb/fabric-dark.css +277 -0
  89. package/styles/breadcrumb/fabric-dark.scss +4 -0
  90. package/styles/breadcrumb/fabric.css +277 -0
  91. package/styles/breadcrumb/fabric.scss +4 -0
  92. package/styles/breadcrumb/highcontrast-light.css +285 -0
  93. package/styles/breadcrumb/highcontrast-light.scss +4 -0
  94. package/styles/breadcrumb/highcontrast.css +285 -0
  95. package/styles/breadcrumb/highcontrast.scss +4 -0
  96. package/styles/breadcrumb/icons/_bootstrap-dark.scss +13 -0
  97. package/styles/breadcrumb/icons/_bootstrap.scss +13 -0
  98. package/styles/breadcrumb/icons/_bootstrap4.scss +13 -0
  99. package/styles/breadcrumb/icons/_bootstrap5-dark.scss +1 -0
  100. package/styles/breadcrumb/icons/_bootstrap5.scss +24 -0
  101. package/styles/breadcrumb/icons/_fabric-dark.scss +13 -0
  102. package/styles/breadcrumb/icons/_fabric.scss +13 -0
  103. package/styles/breadcrumb/icons/_highcontrast-light.scss +13 -0
  104. package/styles/breadcrumb/icons/_highcontrast.scss +13 -0
  105. package/styles/breadcrumb/icons/_material-dark.scss +24 -0
  106. package/styles/breadcrumb/icons/_material.scss +24 -0
  107. package/styles/breadcrumb/icons/_tailwind-dark.scss +13 -0
  108. package/styles/breadcrumb/icons/_tailwind.scss +13 -0
  109. package/styles/breadcrumb/material-dark.css +259 -0
  110. package/styles/breadcrumb/material-dark.scss +4 -0
  111. package/styles/breadcrumb/material.css +259 -0
  112. package/styles/breadcrumb/material.scss +4 -0
  113. package/styles/breadcrumb/tailwind-dark.css +280 -0
  114. package/styles/breadcrumb/tailwind-dark.scss +4 -0
  115. package/styles/breadcrumb/tailwind.css +280 -0
  116. package/styles/breadcrumb/tailwind.scss +4 -0
  117. package/styles/context-menu/_bootstrap5-dark-definition.scss +1 -0
  118. package/styles/context-menu/_bootstrap5-definition.scss +52 -0
  119. package/styles/context-menu/_tailwind-dark-definition.scss +1 -53
  120. package/styles/context-menu/_tailwind-definition.scss +52 -51
  121. package/styles/context-menu/bootstrap5-dark.css +382 -0
  122. package/styles/context-menu/bootstrap5-dark.scss +4 -0
  123. package/styles/context-menu/bootstrap5.css +382 -0
  124. package/styles/context-menu/bootstrap5.scss +4 -0
  125. package/styles/context-menu/icons/_bootstrap5-dark.scss +1 -0
  126. package/styles/context-menu/icons/_bootstrap5.scss +32 -0
  127. package/styles/context-menu/icons/_tailwind-dark.scss +32 -32
  128. package/styles/context-menu/icons/_tailwind.scss +32 -32
  129. package/styles/fabric-dark.css +352 -78
  130. package/styles/fabric-dark.scss +1 -0
  131. package/styles/fabric.css +346 -72
  132. package/styles/fabric.scss +1 -0
  133. package/styles/h-scroll/_bootstrap5-dark-definition.scss +1 -0
  134. package/styles/h-scroll/_bootstrap5-definition.scss +78 -0
  135. package/styles/h-scroll/_fabric-dark-definition.scss +1 -1
  136. package/styles/h-scroll/_highcontrast-definition.scss +1 -1
  137. package/styles/h-scroll/_layout.scss +1 -1
  138. package/styles/h-scroll/_tailwind-dark-definition.scss +1 -78
  139. package/styles/h-scroll/bootstrap5-dark.css +328 -0
  140. package/styles/h-scroll/bootstrap5-dark.scss +4 -0
  141. package/styles/h-scroll/bootstrap5.css +328 -0
  142. package/styles/h-scroll/bootstrap5.scss +4 -0
  143. package/styles/h-scroll/fabric-dark.css +1 -1
  144. package/styles/h-scroll/highcontrast.css +1 -1
  145. package/styles/h-scroll/icons/_bootstrap4.scss +1 -1
  146. package/styles/h-scroll/icons/_bootstrap5-dark.scss +1 -0
  147. package/styles/h-scroll/icons/_bootstrap5.scss +49 -0
  148. package/styles/h-scroll/icons/_tailwind-dark.scss +1 -49
  149. package/styles/highcontrast-light.css +354 -73
  150. package/styles/highcontrast-light.scss +1 -0
  151. package/styles/highcontrast.css +356 -75
  152. package/styles/highcontrast.scss +1 -0
  153. package/styles/material-dark.css +360 -105
  154. package/styles/material-dark.scss +1 -0
  155. package/styles/material.css +324 -69
  156. package/styles/material.scss +1 -0
  157. package/styles/menu/_bootstrap5-dark-definition.scss +1 -0
  158. package/styles/menu/_bootstrap5-definition.scss +68 -0
  159. package/styles/menu/_layout.scss +12 -2
  160. package/styles/menu/_tailwind-dark-definition.scss +1 -66
  161. package/styles/menu/_tailwind-definition.scss +66 -64
  162. package/styles/menu/_theme.scss +1 -1
  163. package/styles/menu/bootstrap-dark.css +36 -36
  164. package/styles/menu/bootstrap.css +36 -36
  165. package/styles/menu/bootstrap4.css +34 -34
  166. package/styles/menu/bootstrap5-dark.css +1251 -0
  167. package/styles/menu/bootstrap5-dark.scss +8 -0
  168. package/styles/menu/bootstrap5.css +1251 -0
  169. package/styles/menu/bootstrap5.scss +8 -0
  170. package/styles/menu/fabric-dark.css +36 -36
  171. package/styles/menu/fabric.css +36 -36
  172. package/styles/menu/highcontrast-light.css +36 -36
  173. package/styles/menu/highcontrast.css +36 -36
  174. package/styles/menu/icons/_bootstrap5-dark.scss +1 -0
  175. package/styles/menu/icons/_bootstrap5.scss +133 -0
  176. package/styles/menu/icons/_tailwind-dark.scss +133 -133
  177. package/styles/menu/icons/_tailwind.scss +133 -133
  178. package/styles/menu/material-dark.css +36 -36
  179. package/styles/menu/material.css +36 -36
  180. package/styles/menu/tailwind-dark.css +36 -36
  181. package/styles/menu/tailwind.css +36 -36
  182. package/styles/sidebar/_bootstrap5-dark-definition.scss +1 -0
  183. package/styles/sidebar/_bootstrap5-definition.scss +5 -0
  184. package/styles/sidebar/_highcontrast-definition.scss +1 -1
  185. package/styles/sidebar/_tailwind-dark-definition.scss +1 -4
  186. package/styles/sidebar/_tailwind-definition.scss +2 -1
  187. package/styles/sidebar/_theme.scss +3 -3
  188. package/styles/sidebar/bootstrap5-dark.css +155 -0
  189. package/styles/sidebar/bootstrap5-dark.scss +3 -0
  190. package/styles/sidebar/bootstrap5.css +155 -0
  191. package/styles/sidebar/bootstrap5.scss +3 -0
  192. package/styles/sidebar/highcontrast.css +1 -1
  193. package/styles/tab/_bootstrap-dark-definition.scss +2 -2
  194. package/styles/tab/_bootstrap-definition.scss +1 -1
  195. package/styles/tab/_bootstrap4-definition.scss +2 -2
  196. package/styles/tab/_bootstrap5-dark-definition.scss +1 -0
  197. package/styles/tab/_bootstrap5-definition.scss +401 -0
  198. package/styles/tab/_layout.scss +45 -51
  199. package/styles/tab/_material-dark-definition.scss +0 -1
  200. package/styles/tab/_tailwind-dark-definition.scss +1 -420
  201. package/styles/tab/_tailwind-definition.scss +420 -420
  202. package/styles/tab/_theme.scss +166 -53
  203. package/styles/tab/bootstrap-dark.css +15 -14
  204. package/styles/tab/bootstrap.css +12 -11
  205. package/styles/tab/bootstrap4.css +15 -14
  206. package/styles/tab/bootstrap5-dark.css +4442 -0
  207. package/styles/tab/bootstrap5-dark.scss +5 -0
  208. package/styles/tab/bootstrap5.css +4442 -0
  209. package/styles/tab/bootstrap5.scss +5 -0
  210. package/styles/tab/fabric-dark.css +16 -15
  211. package/styles/tab/fabric.css +14 -13
  212. package/styles/tab/highcontrast-light.css +14 -13
  213. package/styles/tab/highcontrast.css +14 -13
  214. package/styles/tab/icons/_bootstrap-dark.scss +2 -2
  215. package/styles/tab/icons/_bootstrap5-dark.scss +1 -0
  216. package/styles/tab/icons/_bootstrap5.scss +141 -0
  217. package/styles/tab/icons/_fabric-dark.scss +2 -2
  218. package/styles/tab/icons/_tailwind-dark.scss +1 -140
  219. package/styles/tab/icons/_tailwind.scss +140 -140
  220. package/styles/tab/material-dark.css +36 -35
  221. package/styles/tab/material.css +11 -10
  222. package/styles/tab/tailwind-dark.css +27 -39
  223. package/styles/tab/tailwind.css +22 -34
  224. package/styles/tailwind-dark.css +379 -111
  225. package/styles/tailwind-dark.scss +1 -0
  226. package/styles/tailwind.css +364 -96
  227. package/styles/tailwind.scss +1 -0
  228. package/styles/toolbar/_bootstrap5-dark-definition.scss +1 -0
  229. package/styles/toolbar/_bootstrap5-definition.scss +143 -0
  230. package/styles/toolbar/_fabric-dark-definition.scss +1 -3
  231. package/styles/toolbar/_layout.scss +18 -9
  232. package/styles/toolbar/_material-dark-definition.scss +0 -1
  233. package/styles/toolbar/_tailwind-dark-definition.scss +1 -143
  234. package/styles/toolbar/_tailwind-definition.scss +143 -143
  235. package/styles/toolbar/_theme.scss +98 -16
  236. package/styles/toolbar/bootstrap-dark.css +13 -10
  237. package/styles/toolbar/bootstrap.css +13 -10
  238. package/styles/toolbar/bootstrap4.css +14 -12
  239. package/styles/toolbar/bootstrap5-dark.css +1409 -0
  240. package/styles/toolbar/bootstrap5-dark.scss +8 -0
  241. package/styles/toolbar/bootstrap5.css +1409 -0
  242. package/styles/toolbar/bootstrap5.scss +8 -0
  243. package/styles/toolbar/fabric-dark.css +13 -26
  244. package/styles/toolbar/fabric.css +10 -23
  245. package/styles/toolbar/highcontrast-light.css +10 -23
  246. package/styles/toolbar/highcontrast.css +10 -23
  247. package/styles/toolbar/icons/_bootstrap5-dark.scss +1 -0
  248. package/styles/toolbar/icons/_bootstrap5.scss +17 -0
  249. package/styles/toolbar/icons/_tailwind-dark.scss +1 -16
  250. package/styles/toolbar/icons/_tailwind.scss +16 -16
  251. package/styles/toolbar/material-dark.css +11 -24
  252. package/styles/toolbar/material.css +10 -23
  253. package/styles/toolbar/tailwind-dark.css +20 -29
  254. package/styles/toolbar/tailwind.css +16 -25
  255. package/styles/treeview/_bootstrap4-definition.scss +3 -3
  256. package/styles/treeview/_bootstrap5-dark-definition.scss +1 -0
  257. package/styles/treeview/_bootstrap5-definition.scss +109 -0
  258. package/styles/treeview/_layout.scss +64 -17
  259. package/styles/treeview/_tailwind-dark-definition.scss +1 -110
  260. package/styles/treeview/_tailwind-definition.scss +30 -28
  261. package/styles/treeview/_theme.scss +26 -6
  262. package/styles/treeview/bootstrap-dark.css +8 -0
  263. package/styles/treeview/bootstrap.css +8 -0
  264. package/styles/treeview/bootstrap4.css +8 -0
  265. package/styles/treeview/bootstrap5-dark.css +974 -0
  266. package/styles/treeview/bootstrap5-dark.scss +6 -0
  267. package/styles/treeview/bootstrap5.css +974 -0
  268. package/styles/treeview/bootstrap5.scss +6 -0
  269. package/styles/treeview/fabric-dark.css +8 -0
  270. package/styles/treeview/fabric.css +8 -0
  271. package/styles/treeview/highcontrast-light.css +8 -0
  272. package/styles/treeview/highcontrast.css +8 -0
  273. package/styles/treeview/icons/_bootstrap5-dark.scss +1 -0
  274. package/styles/treeview/icons/_bootstrap5.scss +43 -0
  275. package/styles/treeview/icons/_tailwind-dark.scss +43 -43
  276. package/styles/treeview/material-dark.css +15 -7
  277. package/styles/treeview/material.css +8 -0
  278. package/styles/treeview/tailwind-dark.css +10 -2
  279. package/styles/treeview/tailwind.css +9 -1
  280. package/styles/v-scroll/_bootstrap5-dark-definition.scss +1 -0
  281. package/styles/v-scroll/_bootstrap5-definition.scss +49 -0
  282. package/styles/v-scroll/_tailwind-dark-definition.scss +1 -49
  283. package/styles/v-scroll/bootstrap5-dark.css +247 -0
  284. package/styles/v-scroll/bootstrap5-dark.scss +4 -0
  285. package/styles/v-scroll/bootstrap5.css +247 -0
  286. package/styles/v-scroll/bootstrap5.scss +4 -0
  287. package/styles/v-scroll/icons/_bootstrap4.scss +1 -1
  288. package/styles/v-scroll/icons/_bootstrap5-dark.scss +1 -0
  289. package/styles/v-scroll/icons/_bootstrap5.scss +27 -0
  290. package/styles/v-scroll/icons/_tailwind-dark.scss +1 -26
  291. package/styles/v-scroll/material-dark.css +1 -1
  292. package/styles/v-scroll/tailwind-dark.css +4 -4
@@ -1,5 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
- /*! Tailwind-dark theme definition's */
2
+ /*! Tailwind theme definition's */
3
3
  /*! component's theme wise override definitions and variables */
4
4
  /*! Horizontal Tab */
5
5
  @keyframes tbar-alt-popup-shadow {
@@ -209,7 +209,7 @@
209
209
  .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,
210
210
  .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
211
211
  height: 48px;
212
- padding: 0 4px;
212
+ padding: 0 36px;
213
213
  }
214
214
 
215
215
  @media screen and (max-width: 480px) {
@@ -753,7 +753,7 @@
753
753
 
754
754
  .e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav,
755
755
  .e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav {
756
- padding: 0 4px;
756
+ padding: 0 36px;
757
757
  }
758
758
 
759
759
  .e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,
@@ -1321,7 +1321,7 @@
1321
1321
 
1322
1322
  .e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav,
1323
1323
  .e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-hor-nav {
1324
- padding: 0 4px;
1324
+ padding: 0 36px;
1325
1325
  }
1326
1326
 
1327
1327
  .e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-up-icon::after,
@@ -1331,11 +1331,6 @@
1331
1331
  margin: 0 10px 0 0;
1332
1332
  }
1333
1333
 
1334
- .e-bigger .e-tab .e-content .e-item,
1335
- .e-tab.e-bigger .e-content .e-item {
1336
- padding: 16px 0;
1337
- }
1338
-
1339
1334
  .e-tab {
1340
1335
  display: block;
1341
1336
  position: relative;
@@ -1477,7 +1472,7 @@
1477
1472
 
1478
1473
  .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1479
1474
  height: 38px;
1480
- padding: 0 4px;
1475
+ padding: 0 26px;
1481
1476
  width: 100%;
1482
1477
  }
1483
1478
 
@@ -1622,7 +1617,7 @@
1622
1617
 
1623
1618
  @media screen and (max-width: 480px) {
1624
1619
  .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
1625
- padding: 0 4px;
1620
+ padding: 0 36px;
1626
1621
  }
1627
1622
  }
1628
1623
 
@@ -2205,7 +2200,7 @@
2205
2200
  }
2206
2201
 
2207
2202
  .e-tab .e-tab-header.e-vertical .e-hor-nav {
2208
- padding: 0 4px;
2203
+ padding: 0 26px;
2209
2204
  width: 100%;
2210
2205
  }
2211
2206
 
@@ -2269,7 +2264,7 @@
2269
2264
  }
2270
2265
 
2271
2266
  .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav {
2272
- padding: 0 4px;
2267
+ padding: 0 26px;
2273
2268
  }
2274
2269
 
2275
2270
  .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,
@@ -2948,7 +2943,7 @@
2948
2943
 
2949
2944
  .e-tab-clone-element .e-tab-wrap {
2950
2945
  height: 38px;
2951
- padding: 0 4px;
2946
+ padding: 0 26px;
2952
2947
  width: 100%;
2953
2948
  }
2954
2949
 
@@ -3044,7 +3039,7 @@
3044
3039
 
3045
3040
  @media screen and (max-width: 480px) {
3046
3041
  .e-tab-clone-element.e-icon .e-tab-wrap {
3047
- padding: 0 4px;
3042
+ padding: 0 36px;
3048
3043
  }
3049
3044
  }
3050
3045
 
@@ -3178,7 +3173,7 @@
3178
3173
 
3179
3174
  .e-bigger .e-tab-clone-element .e-tab-wrap {
3180
3175
  height: 48px;
3181
- padding: 0 4px;
3176
+ padding: 0 36px;
3182
3177
  }
3183
3178
 
3184
3179
  @media screen and (max-width: 480px) {
@@ -3277,7 +3272,7 @@
3277
3272
 
3278
3273
  /*! tab theme */
3279
3274
  .e-tab {
3280
- background: #1f2937;
3275
+ background: transparent;
3281
3276
  border: none;
3282
3277
  }
3283
3278
 
@@ -3307,7 +3302,7 @@
3307
3302
  }
3308
3303
 
3309
3304
  .e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
3310
- background: rgba(31, 41, 55, 0.12);
3305
+ background: rgba(0, 0, 0, 0.12);
3311
3306
  }
3312
3307
 
3313
3308
  .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
@@ -3685,34 +3680,34 @@
3685
3680
  border: 0;
3686
3681
  }
3687
3682
 
3688
- .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
3683
+ .e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
3689
3684
  background: rgba(55, 65, 81, 0.12);
3690
3685
  }
3691
3686
 
3692
- .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
3693
- .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
3687
+ .e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
3688
+ .e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
3694
3689
  color: #22d3ee;
3695
3690
  }
3696
3691
 
3697
- .e-tab.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
3692
+ .e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
3698
3693
  color: #d1d5db;
3699
3694
  }
3700
3695
 
3701
- .e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
3702
- .e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
3696
+ .e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
3697
+ .e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
3703
3698
  color: #d1d5db;
3704
3699
  }
3705
3700
 
3706
- .e-tab.e-focused .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
3701
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
3707
3702
  border: 0;
3708
3703
  }
3709
3704
 
3710
- .e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
3711
- .e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
3705
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
3706
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
3712
3707
  border: 0;
3713
3708
  }
3714
3709
 
3715
- .e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav:focus {
3710
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus {
3716
3711
  outline: 0;
3717
3712
  }
3718
3713
 
@@ -3746,7 +3741,7 @@
3746
3741
  }
3747
3742
 
3748
3743
  .e-tab.e-fill .e-tab-header .e-toolbar-item .e-ripple-element {
3749
- background: rgba(31, 41, 55, 0.05);
3744
+ background: rgba(0, 0, 0, 0.05);
3750
3745
  }
3751
3746
 
3752
3747
  .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
@@ -3789,10 +3784,6 @@
3789
3784
  color: #000;
3790
3785
  }
3791
3786
 
3792
- .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
3793
- color: #22d3ee;
3794
- }
3795
-
3796
3787
  .e-tab.e-fill .e-tab-header.e-horizontal-bottom {
3797
3788
  border-bottom: 0;
3798
3789
  border-top: 1px Solid #4b5563;
@@ -3885,7 +3876,7 @@
3885
3876
  }
3886
3877
 
3887
3878
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-ripple-element {
3888
- background: rgba(31, 41, 55, 0.1);
3879
+ background: rgba(0, 0, 0, 0.1);
3889
3880
  }
3890
3881
 
3891
3882
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
@@ -3909,6 +3900,7 @@
3909
3900
 
3910
3901
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
3911
3902
  color: #d1d5db;
3903
+ color: #000;
3912
3904
  }
3913
3905
 
3914
3906
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
@@ -3917,6 +3909,7 @@
3917
3909
 
3918
3910
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
3919
3911
  border: 0;
3912
+ margin: 0;
3920
3913
  }
3921
3914
 
3922
3915
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
@@ -3947,10 +3940,6 @@
3947
3940
  color: #000;
3948
3941
  }
3949
3942
 
3950
- .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
3951
- color: #22d3ee;
3952
- }
3953
-
3954
3943
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap,
3955
3944
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
3956
3945
  background: rgba(34, 211, 238, 0);
@@ -4149,7 +4138,6 @@
4149
4138
  color: #fff;
4150
4139
  font-size: 14px;
4151
4140
  line-height: 22px;
4152
- padding: 12px 0;
4153
4141
  }
4154
4142
 
4155
4143
  .e-tab-clone-element {
@@ -209,7 +209,7 @@
209
209
  .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,
210
210
  .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
211
211
  height: 48px;
212
- padding: 0 4px;
212
+ padding: 0 36px;
213
213
  }
214
214
 
215
215
  @media screen and (max-width: 480px) {
@@ -753,7 +753,7 @@
753
753
 
754
754
  .e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav,
755
755
  .e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav {
756
- padding: 0 4px;
756
+ padding: 0 36px;
757
757
  }
758
758
 
759
759
  .e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,
@@ -1321,7 +1321,7 @@
1321
1321
 
1322
1322
  .e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav,
1323
1323
  .e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-hor-nav {
1324
- padding: 0 4px;
1324
+ padding: 0 36px;
1325
1325
  }
1326
1326
 
1327
1327
  .e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-up-icon::after,
@@ -1331,11 +1331,6 @@
1331
1331
  margin: 0 10px 0 0;
1332
1332
  }
1333
1333
 
1334
- .e-bigger .e-tab .e-content .e-item,
1335
- .e-tab.e-bigger .e-content .e-item {
1336
- padding: 16px 0;
1337
- }
1338
-
1339
1334
  .e-tab {
1340
1335
  display: block;
1341
1336
  position: relative;
@@ -1477,7 +1472,7 @@
1477
1472
 
1478
1473
  .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1479
1474
  height: 38px;
1480
- padding: 0 4px;
1475
+ padding: 0 26px;
1481
1476
  width: 100%;
1482
1477
  }
1483
1478
 
@@ -1622,7 +1617,7 @@
1622
1617
 
1623
1618
  @media screen and (max-width: 480px) {
1624
1619
  .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
1625
- padding: 0 4px;
1620
+ padding: 0 36px;
1626
1621
  }
1627
1622
  }
1628
1623
 
@@ -2205,7 +2200,7 @@
2205
2200
  }
2206
2201
 
2207
2202
  .e-tab .e-tab-header.e-vertical .e-hor-nav {
2208
- padding: 0 4px;
2203
+ padding: 0 26px;
2209
2204
  width: 100%;
2210
2205
  }
2211
2206
 
@@ -2269,7 +2264,7 @@
2269
2264
  }
2270
2265
 
2271
2266
  .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav {
2272
- padding: 0 4px;
2267
+ padding: 0 26px;
2273
2268
  }
2274
2269
 
2275
2270
  .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,
@@ -2948,7 +2943,7 @@
2948
2943
 
2949
2944
  .e-tab-clone-element .e-tab-wrap {
2950
2945
  height: 38px;
2951
- padding: 0 4px;
2946
+ padding: 0 26px;
2952
2947
  width: 100%;
2953
2948
  }
2954
2949
 
@@ -3044,7 +3039,7 @@
3044
3039
 
3045
3040
  @media screen and (max-width: 480px) {
3046
3041
  .e-tab-clone-element.e-icon .e-tab-wrap {
3047
- padding: 0 4px;
3042
+ padding: 0 36px;
3048
3043
  }
3049
3044
  }
3050
3045
 
@@ -3178,7 +3173,7 @@
3178
3173
 
3179
3174
  .e-bigger .e-tab-clone-element .e-tab-wrap {
3180
3175
  height: 48px;
3181
- padding: 0 4px;
3176
+ padding: 0 36px;
3182
3177
  }
3183
3178
 
3184
3179
  @media screen and (max-width: 480px) {
@@ -3685,34 +3680,34 @@
3685
3680
  border: 0;
3686
3681
  }
3687
3682
 
3688
- .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
3683
+ .e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
3689
3684
  background: rgba(243, 244, 246, 0.12);
3690
3685
  }
3691
3686
 
3692
- .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
3693
- .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
3687
+ .e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
3688
+ .e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
3694
3689
  color: #4f46e5;
3695
3690
  }
3696
3691
 
3697
- .e-tab.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
3692
+ .e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
3698
3693
  color: #6b7280;
3699
3694
  }
3700
3695
 
3701
- .e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
3702
- .e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
3696
+ .e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
3697
+ .e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
3703
3698
  color: #6b7280;
3704
3699
  }
3705
3700
 
3706
- .e-tab.e-focused .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
3701
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
3707
3702
  border: 0;
3708
3703
  }
3709
3704
 
3710
- .e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
3711
- .e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
3705
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
3706
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
3712
3707
  border: 0;
3713
3708
  }
3714
3709
 
3715
- .e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav:focus {
3710
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus {
3716
3711
  outline: 0;
3717
3712
  }
3718
3713
 
@@ -3789,10 +3784,6 @@
3789
3784
  color: #fff;
3790
3785
  }
3791
3786
 
3792
- .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
3793
- color: #4f46e5;
3794
- }
3795
-
3796
3787
  .e-tab.e-fill .e-tab-header.e-horizontal-bottom {
3797
3788
  border-bottom: 0;
3798
3789
  border-top: 1px Solid #e5e7eb;
@@ -3909,6 +3900,7 @@
3909
3900
 
3910
3901
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
3911
3902
  color: #6b7280;
3903
+ color: #fff;
3912
3904
  }
3913
3905
 
3914
3906
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
@@ -3917,6 +3909,7 @@
3917
3909
 
3918
3910
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
3919
3911
  border: 0;
3912
+ margin: 0;
3920
3913
  }
3921
3914
 
3922
3915
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
@@ -3947,10 +3940,6 @@
3947
3940
  color: #fff;
3948
3941
  }
3949
3942
 
3950
- .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
3951
- color: #4f46e5;
3952
- }
3953
-
3954
3943
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap,
3955
3944
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
3956
3945
  background: rgba(79, 70, 229, 0);
@@ -4149,7 +4138,6 @@
4149
4138
  color: #111827;
4150
4139
  font-size: 14px;
4151
4140
  line-height: 22px;
4152
- padding: 12px 0;
4153
4141
  }
4154
4142
 
4155
4143
  .e-tab-clone-element {