@syncfusion/ej2-navigations 25.2.6 → 26.1.35-750253
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.
- package/.eslintrc.json +3 -2
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +1311 -1106
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +960 -740
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +12 -12
- package/src/accordion/accordion.d.ts +0 -3
- package/src/accordion/accordion.js +5 -5
- package/src/appbar/appbar.js +1 -1
- package/src/breadcrumb/breadcrumb-model.d.ts +7 -0
- package/src/breadcrumb/breadcrumb.d.ts +6 -0
- package/src/breadcrumb/breadcrumb.js +20 -6
- package/src/carousel/carousel.d.ts +1 -0
- package/src/carousel/carousel.js +12 -9
- package/src/common/menu-base.js +21 -13
- package/src/sidebar/sidebar-model.d.ts +5 -6
- package/src/sidebar/sidebar.d.ts +8 -6
- package/src/sidebar/sidebar.js +2 -3
- package/src/stepper/stepper-model.d.ts +7 -1
- package/src/stepper/stepper.d.ts +7 -3
- package/src/stepper/stepper.js +141 -76
- package/src/stepper-base/stepper-base-model.d.ts +1 -1
- package/src/stepper-base/stepper-base.d.ts +4 -4
- package/src/stepper-base/stepper-base.js +13 -8
- package/src/tab/tab-model.d.ts +1 -1
- package/src/tab/tab.d.ts +0 -3
- package/src/tab/tab.js +2 -2
- package/src/toolbar/toolbar-model.d.ts +1 -1
- package/src/toolbar/toolbar.js +13 -9
- package/src/treeview/treeview-model.d.ts +60 -53
- package/src/treeview/treeview.d.ts +134 -29
- package/src/treeview/treeview.js +572 -392
- package/styles/accordion/_bds-definition.scss +0 -13
- package/styles/accordion/_bootstrap-dark-definition.scss +0 -9
- package/styles/accordion/_bootstrap-definition.scss +0 -14
- package/styles/accordion/_bootstrap4-definition.scss +0 -9
- package/styles/accordion/_bootstrap5-definition.scss +8 -22
- package/styles/accordion/_bootstrap5.3-definition.scss +168 -0
- package/styles/accordion/_fabric-dark-definition.scss +0 -8
- package/styles/accordion/_fabric-definition.scss +0 -13
- package/styles/accordion/_fluent-definition.scss +0 -13
- package/styles/accordion/_fluent2-definition.scss +167 -0
- package/styles/accordion/_fusionnew-definition.scss +1 -15
- package/styles/accordion/_highcontrast-definition.scss +0 -13
- package/styles/accordion/_highcontrast-light-definition.scss +0 -11
- package/styles/accordion/_layout.scss +0 -2
- package/styles/accordion/_material-dark-definition.scss +0 -11
- package/styles/accordion/_material-definition.scss +0 -13
- package/styles/accordion/_material3-definition.scss +3 -17
- package/styles/accordion/_tailwind-definition.scss +0 -13
- package/styles/accordion/_theme.scss +0 -3
- package/styles/accordion/bootstrap-dark.css +11 -9
- package/styles/accordion/bootstrap.css +11 -10
- package/styles/accordion/bootstrap4.css +11 -9
- package/styles/accordion/bootstrap5-dark.css +20 -20
- package/styles/accordion/bootstrap5.css +20 -20
- package/styles/accordion/fabric-dark.css +11 -9
- package/styles/accordion/fabric.css +11 -10
- package/styles/accordion/fluent-dark.css +11 -10
- package/styles/accordion/fluent.css +11 -10
- package/styles/accordion/fluent2.css +1574 -0
- package/styles/accordion/fluent2.scss +4 -0
- package/styles/accordion/highcontrast-light.css +11 -9
- package/styles/accordion/highcontrast.css +11 -10
- package/styles/accordion/icons/_bds.scss +0 -2
- package/styles/accordion/icons/_bootstrap-dark.scss +0 -2
- package/styles/accordion/icons/_bootstrap.scss +0 -2
- package/styles/accordion/icons/_bootstrap4.scss +0 -2
- package/styles/accordion/icons/_bootstrap5.3.scss +15 -0
- package/styles/accordion/icons/_bootstrap5.scss +0 -2
- package/styles/accordion/icons/_fabric-dark.scss +0 -2
- package/styles/accordion/icons/_fabric.scss +0 -2
- package/styles/accordion/icons/_fluent.scss +0 -2
- package/styles/accordion/icons/_fluent2.scss +15 -0
- package/styles/accordion/icons/_fusionnew.scss +0 -2
- package/styles/accordion/icons/_highcontrast-light.scss +0 -2
- package/styles/accordion/icons/_highcontrast.scss +0 -2
- package/styles/accordion/icons/_material-dark.scss +0 -2
- package/styles/accordion/icons/_material.scss +0 -2
- package/styles/accordion/icons/_material3.scss +0 -2
- package/styles/accordion/icons/_tailwind.scss +0 -2
- package/styles/accordion/material-dark.css +11 -9
- package/styles/accordion/material.css +11 -10
- package/styles/accordion/material3-dark.css +12 -12
- package/styles/accordion/material3.css +12 -12
- package/styles/accordion/tailwind-dark.css +11 -10
- package/styles/accordion/tailwind.css +11 -10
- package/styles/appbar/_bds-definition.scss +1 -3
- package/styles/appbar/_bootstrap-dark-definition.scss +0 -2
- package/styles/appbar/_bootstrap-definition.scss +0 -2
- package/styles/appbar/_bootstrap4-definition.scss +0 -2
- package/styles/appbar/_bootstrap5-definition.scss +0 -2
- package/styles/appbar/_bootstrap5.3-definition.scss +6 -0
- package/styles/appbar/_fabric-dark-definition.scss +0 -2
- package/styles/appbar/_fabric-definition.scss +0 -2
- package/styles/appbar/_fluent-definition.scss +0 -2
- package/styles/appbar/_fluent2-definition.scss +24 -0
- package/styles/appbar/_fusionnew-definition.scss +0 -2
- package/styles/appbar/_highcontrast-definition.scss +0 -2
- package/styles/appbar/_highcontrast-light-definition.scss +0 -2
- package/styles/appbar/_layout.scss +3 -2
- package/styles/appbar/_material-dark-definition.scss +0 -2
- package/styles/appbar/_material-definition.scss +0 -2
- package/styles/appbar/_material3-definition.scss +0 -2
- package/styles/appbar/_tailwind-definition.scss +0 -2
- package/styles/appbar/_theme.scss +0 -2
- package/styles/appbar/bootstrap-dark.css +52 -23
- package/styles/appbar/bootstrap.css +52 -23
- package/styles/appbar/bootstrap4.css +52 -23
- package/styles/appbar/bootstrap5-dark.css +52 -23
- package/styles/appbar/bootstrap5.css +52 -23
- package/styles/appbar/fabric-dark.css +52 -23
- package/styles/appbar/fabric.css +52 -23
- package/styles/appbar/fluent-dark.css +52 -23
- package/styles/appbar/fluent.css +52 -23
- package/styles/appbar/fluent2.css +1332 -0
- package/styles/appbar/fluent2.scss +3 -0
- package/styles/appbar/highcontrast-light.css +52 -23
- package/styles/appbar/highcontrast.css +52 -23
- package/styles/appbar/material-dark.css +52 -23
- package/styles/appbar/material.css +52 -23
- package/styles/appbar/material3-dark.css +62 -26
- package/styles/appbar/material3.css +62 -26
- package/styles/appbar/tailwind-dark.css +52 -23
- package/styles/appbar/tailwind.css +52 -23
- package/styles/bootstrap-dark.css +1042 -643
- package/styles/bootstrap-dark.scss +47 -14
- package/styles/bootstrap.css +1050 -656
- package/styles/bootstrap.scss +47 -14
- package/styles/bootstrap4.css +1060 -673
- package/styles/bootstrap4.scss +47 -14
- package/styles/bootstrap5-dark.css +1101 -736
- package/styles/bootstrap5-dark.scss +47 -14
- package/styles/bootstrap5.css +1101 -736
- package/styles/bootstrap5.scss +47 -14
- package/styles/breadcrumb/_all.scss +0 -1
- package/styles/breadcrumb/_bds-definition.scss +1 -1
- package/styles/breadcrumb/_bootstrap5.3-definition.scss +57 -0
- package/styles/breadcrumb/_fluent-definition.scss +2 -1
- package/styles/breadcrumb/_fluent2-definition.scss +61 -0
- package/styles/breadcrumb/_layout.scss +92 -10
- package/styles/breadcrumb/_theme.scss +31 -2
- package/styles/breadcrumb/bootstrap-dark.css +37 -22
- package/styles/breadcrumb/bootstrap.css +37 -22
- package/styles/breadcrumb/bootstrap4.css +37 -22
- package/styles/breadcrumb/bootstrap5-dark.css +37 -22
- package/styles/breadcrumb/bootstrap5.css +37 -22
- package/styles/breadcrumb/fabric-dark.css +37 -22
- package/styles/breadcrumb/fabric.css +37 -22
- package/styles/breadcrumb/fluent-dark.css +39 -24
- package/styles/breadcrumb/fluent.css +39 -24
- package/styles/breadcrumb/fluent2.css +1489 -0
- package/styles/breadcrumb/fluent2.scss +4 -0
- package/styles/breadcrumb/highcontrast-light.css +37 -22
- package/styles/breadcrumb/highcontrast.css +37 -22
- package/styles/breadcrumb/icons/_bds.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap-dark.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap4.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap5.3.scss +23 -0
- package/styles/breadcrumb/icons/_bootstrap5.scss +0 -2
- package/styles/breadcrumb/icons/_fabric-dark.scss +0 -2
- package/styles/breadcrumb/icons/_fabric.scss +0 -2
- package/styles/breadcrumb/icons/_fluent.scss +0 -2
- package/styles/breadcrumb/icons/_fluent2.scss +23 -0
- package/styles/breadcrumb/icons/_fusionnew.scss +0 -2
- package/styles/breadcrumb/icons/_highcontrast-light.scss +0 -2
- package/styles/breadcrumb/icons/_highcontrast.scss +0 -2
- package/styles/breadcrumb/icons/_material-dark.scss +0 -2
- package/styles/breadcrumb/icons/_material.scss +0 -2
- package/styles/breadcrumb/icons/_material3.scss +0 -2
- package/styles/breadcrumb/icons/_tailwind-dark.scss +0 -2
- package/styles/breadcrumb/icons/_tailwind.scss +0 -2
- package/styles/breadcrumb/material-dark.css +37 -22
- package/styles/breadcrumb/material.css +37 -22
- package/styles/breadcrumb/material3-dark.css +39 -23
- package/styles/breadcrumb/material3.css +39 -23
- package/styles/breadcrumb/tailwind-dark.css +37 -22
- package/styles/breadcrumb/tailwind.css +37 -22
- package/styles/carousel/_bds-definition.scss +0 -7
- package/styles/carousel/_bootstrap-dark-definition.scss +0 -7
- package/styles/carousel/_bootstrap-definition.scss +0 -7
- package/styles/carousel/_bootstrap4-definition.scss +0 -7
- package/styles/carousel/_bootstrap5-definition.scss +0 -7
- package/styles/carousel/_bootstrap5.3-definition.scss +20 -0
- package/styles/carousel/_fabric-dark-definition.scss +0 -7
- package/styles/carousel/_fabric-definition.scss +0 -7
- package/styles/carousel/_fluent-definition.scss +0 -7
- package/styles/carousel/_fluent2-definition.scss +21 -0
- package/styles/carousel/_fusionnew-definition.scss +0 -7
- package/styles/carousel/_highcontrast-definition.scss +0 -7
- package/styles/carousel/_highcontrast-light-definition.scss +0 -7
- package/styles/carousel/_layout.scss +0 -2
- package/styles/carousel/_material-dark-definition.scss +0 -7
- package/styles/carousel/_material-definition.scss +0 -7
- package/styles/carousel/_material3-definition.scss +0 -7
- package/styles/carousel/_tailwind-definition.scss +0 -7
- package/styles/carousel/_theme.scss +8 -2
- package/styles/carousel/bootstrap-dark.css +93 -39
- package/styles/carousel/bootstrap.css +93 -39
- package/styles/carousel/bootstrap4.css +93 -39
- package/styles/carousel/bootstrap5-dark.css +93 -39
- package/styles/carousel/bootstrap5.css +93 -39
- package/styles/carousel/fabric-dark.css +93 -39
- package/styles/carousel/fabric.css +93 -39
- package/styles/carousel/fluent-dark.css +93 -39
- package/styles/carousel/fluent.css +93 -39
- package/styles/carousel/fluent2.css +1405 -0
- package/styles/carousel/fluent2.scss +5 -0
- package/styles/carousel/highcontrast-light.css +93 -39
- package/styles/carousel/highcontrast.css +93 -39
- package/styles/carousel/icons/_bootstrap5.3.scss +30 -0
- package/styles/carousel/icons/_fluent2.scss +30 -0
- package/styles/carousel/material-dark.css +93 -39
- package/styles/carousel/material.css +93 -39
- package/styles/carousel/material3-dark.css +98 -41
- package/styles/carousel/material3.css +98 -41
- package/styles/carousel/tailwind-dark.css +93 -39
- package/styles/carousel/tailwind.css +93 -39
- package/styles/context-menu/_bds-definition.scss +5 -2
- package/styles/context-menu/_bootstrap-dark-definition.scss +0 -3
- package/styles/context-menu/_bootstrap5-definition.scss +0 -1
- package/styles/context-menu/_bootstrap5.3-definition.scss +51 -0
- package/styles/context-menu/_fabric-dark-definition.scss +0 -3
- package/styles/context-menu/_fluent-definition.scss +0 -1
- package/styles/context-menu/_fluent2-definition.scss +52 -0
- package/styles/context-menu/_fusionnew-definition.scss +0 -1
- package/styles/context-menu/_highcontrast-light-definition.scss +0 -3
- package/styles/context-menu/_layout-mixin.scss +24 -0
- package/styles/context-menu/_layout.scss +44 -4
- package/styles/context-menu/_material-dark-definition.scss +0 -3
- package/styles/context-menu/_material3-definition.scss +0 -1
- package/styles/context-menu/_tailwind-definition.scss +0 -1
- package/styles/context-menu/_theme-mixin.scss +13 -0
- package/styles/context-menu/_theme.scss +6 -3
- package/styles/context-menu/bootstrap-dark.css +19 -11
- package/styles/context-menu/bootstrap.css +21 -12
- package/styles/context-menu/bootstrap4.css +21 -12
- package/styles/context-menu/bootstrap5-dark.css +36 -14
- package/styles/context-menu/bootstrap5.css +36 -14
- package/styles/context-menu/fabric-dark.css +19 -11
- package/styles/context-menu/fabric.css +19 -11
- package/styles/context-menu/fluent-dark.css +36 -14
- package/styles/context-menu/fluent.css +36 -14
- package/styles/context-menu/fluent2.css +1497 -0
- package/styles/context-menu/fluent2.scss +7 -0
- package/styles/context-menu/highcontrast-light.css +19 -11
- package/styles/context-menu/highcontrast.css +19 -11
- package/styles/context-menu/icons/_bds.scss +0 -2
- package/styles/context-menu/icons/_bootstrap-dark.scss +0 -2
- package/styles/context-menu/icons/_bootstrap.scss +0 -2
- package/styles/context-menu/icons/_bootstrap4.scss +0 -2
- package/styles/context-menu/icons/_bootstrap5.3.scss +31 -0
- package/styles/context-menu/icons/_bootstrap5.scss +0 -2
- package/styles/context-menu/icons/_fabric-dark.scss +0 -2
- package/styles/context-menu/icons/_fabric.scss +0 -2
- package/styles/context-menu/icons/_fluent.scss +0 -2
- package/styles/context-menu/icons/_fluent2.scss +31 -0
- package/styles/context-menu/icons/_fusionnew.scss +0 -2
- package/styles/context-menu/icons/_highcontrast-light.scss +0 -2
- package/styles/context-menu/icons/_highcontrast.scss +0 -2
- package/styles/context-menu/icons/_material-dark.scss +0 -2
- package/styles/context-menu/icons/_material.scss +0 -2
- package/styles/context-menu/icons/_material3.scss +0 -2
- package/styles/context-menu/icons/_tailwind-dark.scss +0 -2
- package/styles/context-menu/icons/_tailwind.scss +0 -2
- package/styles/context-menu/material-dark.css +49 -15
- package/styles/context-menu/material.css +49 -15
- package/styles/context-menu/material3-dark.css +38 -15
- package/styles/context-menu/material3.css +38 -15
- package/styles/context-menu/tailwind-dark.css +36 -14
- package/styles/context-menu/tailwind.css +36 -14
- package/styles/fabric-dark.css +1040 -641
- package/styles/fabric-dark.scss +47 -14
- package/styles/fabric.css +1042 -652
- package/styles/fabric.scss +47 -14
- package/styles/fluent-dark.css +1074 -698
- package/styles/fluent-dark.scss +47 -14
- package/styles/fluent.css +1074 -698
- package/styles/fluent.scss +47 -14
- package/styles/fluent2.css +13003 -0
- package/styles/fluent2.scss +47 -0
- package/styles/h-scroll/_bootstrap5.3-definition.scss +83 -0
- package/styles/h-scroll/_fluent2-definition.scss +83 -0
- package/styles/h-scroll/bootstrap-dark.css +22 -10
- package/styles/h-scroll/bootstrap.css +22 -10
- package/styles/h-scroll/bootstrap4.css +22 -10
- package/styles/h-scroll/bootstrap5-dark.css +41 -14
- package/styles/h-scroll/bootstrap5.css +41 -14
- package/styles/h-scroll/fabric-dark.css +22 -10
- package/styles/h-scroll/fabric.css +22 -10
- package/styles/h-scroll/fluent-dark.css +41 -14
- package/styles/h-scroll/fluent.css +41 -14
- package/styles/h-scroll/fluent2.css +1341 -0
- package/styles/h-scroll/fluent2.scss +4 -0
- package/styles/h-scroll/highcontrast-light.css +22 -10
- package/styles/h-scroll/highcontrast.css +22 -10
- package/styles/h-scroll/icons/_bootstrap5.3.scss +49 -0
- package/styles/h-scroll/icons/_fluent2.scss +49 -0
- package/styles/h-scroll/material-dark.css +41 -14
- package/styles/h-scroll/material.css +41 -14
- package/styles/h-scroll/material3-dark.css +44 -15
- package/styles/h-scroll/material3.css +44 -15
- package/styles/h-scroll/tailwind-dark.css +41 -14
- package/styles/h-scroll/tailwind.css +41 -14
- package/styles/highcontrast-light.css +1040 -641
- package/styles/highcontrast-light.scss +47 -14
- package/styles/highcontrast.css +1056 -655
- package/styles/highcontrast.scss +47 -14
- package/styles/material-dark.css +1144 -709
- package/styles/material-dark.scss +47 -14
- package/styles/material.css +1157 -726
- package/styles/material.scss +47 -14
- package/styles/material3-dark.css +1148 -731
- package/styles/material3-dark.scss +47 -14
- package/styles/material3.css +1148 -731
- package/styles/material3.scss +47 -14
- package/styles/menu/_bds-definition.scss +0 -1
- package/styles/menu/_bootstrap-dark-definition.scss +0 -3
- package/styles/menu/_bootstrap5-definition.scss +0 -1
- package/styles/menu/_bootstrap5.3-definition.scss +66 -0
- package/styles/menu/_fabric-dark-definition.scss +0 -3
- package/styles/menu/_fluent-definition.scss +0 -1
- package/styles/menu/_fluent2-definition.scss +67 -0
- package/styles/menu/_fusionnew-definition.scss +0 -1
- package/styles/menu/_layout.scss +38 -17
- package/styles/menu/_material-dark-definition.scss +0 -3
- package/styles/menu/_material3-definition.scss +0 -1
- package/styles/menu/_tailwind-definition.scss +0 -1
- package/styles/menu/_theme.scss +46 -14
- package/styles/menu/bootstrap-dark.css +41 -39
- package/styles/menu/bootstrap.css +43 -40
- package/styles/menu/bootstrap4.css +47 -50
- package/styles/menu/bootstrap5-dark.css +58 -42
- package/styles/menu/bootstrap5.css +58 -42
- package/styles/menu/fabric-dark.css +41 -39
- package/styles/menu/fabric.css +41 -39
- package/styles/menu/fluent-dark.css +60 -47
- package/styles/menu/fluent.css +60 -47
- package/styles/menu/fluent2.css +2226 -0
- package/styles/menu/fluent2.scss +8 -0
- package/styles/menu/highcontrast-light.css +41 -39
- package/styles/menu/highcontrast.css +41 -39
- package/styles/menu/icons/_bds.scss +2 -32
- package/styles/menu/icons/_bootstrap-dark.scss +2 -31
- package/styles/menu/icons/_bootstrap.scss +2 -32
- package/styles/menu/icons/_bootstrap4.scss +2 -32
- package/styles/menu/icons/_bootstrap5.3.scss +104 -0
- package/styles/menu/icons/_bootstrap5.scss +2 -32
- package/styles/menu/icons/_fabric-dark.scss +2 -32
- package/styles/menu/icons/_fabric.scss +2 -32
- package/styles/menu/icons/_fluent.scss +2 -32
- package/styles/menu/icons/_fluent2.scss +104 -0
- package/styles/menu/icons/_fusionnew.scss +2 -32
- package/styles/menu/icons/_highcontrast-light.scss +2 -32
- package/styles/menu/icons/_highcontrast.scss +2 -32
- package/styles/menu/icons/_material-dark.scss +2 -32
- package/styles/menu/icons/_material.scss +2 -32
- package/styles/menu/icons/_material3.scss +2 -32
- package/styles/menu/icons/_tailwind-dark.scss +2 -32
- package/styles/menu/icons/_tailwind.scss +2 -32
- package/styles/menu/material-dark.css +71 -43
- package/styles/menu/material.css +71 -43
- package/styles/menu/material3-dark.css +61 -43
- package/styles/menu/material3.css +61 -43
- package/styles/menu/tailwind-dark.css +58 -42
- package/styles/menu/tailwind.css +58 -42
- package/styles/pager/_bds-definition.scss +6 -6
- package/styles/pager/_bootstrap-dark-definition.scss +2 -2
- package/styles/pager/_bootstrap-definition.scss +8 -8
- package/styles/pager/_bootstrap4-definition.scss +10 -10
- package/styles/pager/_bootstrap5-definition.scss +19 -19
- package/styles/pager/_bootstrap5.3-definition.scss +166 -0
- package/styles/pager/_fabric-dark-definition.scss +3 -5
- package/styles/pager/_fabric-definition.scss +3 -3
- package/styles/pager/_fluent-definition.scss +11 -11
- package/styles/pager/_fluent2-definition.scss +152 -0
- package/styles/pager/_fusionnew-definition.scss +19 -19
- package/styles/pager/_highcontrast-definition.scss +2 -2
- package/styles/pager/_highcontrast-light-definition.scss +2 -4
- package/styles/pager/_layout.scss +340 -339
- package/styles/pager/_material-dark-definition.scss +4 -6
- package/styles/pager/_material-definition.scss +4 -4
- package/styles/pager/_material3-definition.scss +22 -22
- package/styles/pager/_tailwind-definition.scss +17 -17
- package/styles/pager/_theme.scss +43 -26
- package/styles/pager/bootstrap-dark.css +88 -76
- package/styles/pager/bootstrap.css +90 -78
- package/styles/pager/bootstrap4.css +90 -78
- package/styles/pager/bootstrap5-dark.css +114 -111
- package/styles/pager/bootstrap5.css +114 -111
- package/styles/pager/fabric-dark.css +86 -74
- package/styles/pager/fabric.css +86 -74
- package/styles/pager/fluent-dark.css +92 -80
- package/styles/pager/fluent.css +92 -80
- package/styles/pager/fluent2.css +1862 -0
- package/styles/pager/fluent2.scss +4 -0
- package/styles/pager/highcontrast-light.css +86 -74
- package/styles/pager/highcontrast.css +86 -74
- package/styles/pager/icons/_bootstrap5.3.scss +50 -0
- package/styles/pager/icons/_fluent2.scss +50 -0
- package/styles/pager/material-dark.css +86 -74
- package/styles/pager/material.css +86 -74
- package/styles/pager/material3-dark.css +107 -106
- package/styles/pager/material3.css +107 -106
- package/styles/pager/tailwind-dark.css +139 -144
- package/styles/pager/tailwind.css +139 -144
- package/styles/sidebar/_bds-definition.scss +8 -0
- package/styles/sidebar/_bootstrap5.3-definition.scss +6 -0
- package/styles/sidebar/_fluent2-definition.scss +8 -0
- package/styles/sidebar/_material3-definition.scss +0 -3
- package/styles/sidebar/_theme.scss +114 -45
- package/styles/sidebar/bootstrap-dark.css +124 -49
- package/styles/sidebar/bootstrap.css +124 -49
- package/styles/sidebar/bootstrap4.css +124 -49
- package/styles/sidebar/bootstrap5-dark.css +122 -47
- package/styles/sidebar/bootstrap5.css +122 -47
- package/styles/sidebar/fabric-dark.css +124 -49
- package/styles/sidebar/fabric.css +124 -49
- package/styles/sidebar/fluent-dark.css +122 -47
- package/styles/sidebar/fluent.css +122 -47
- package/styles/sidebar/fluent2.css +1263 -0
- package/styles/sidebar/fluent2.scss +3 -0
- package/styles/sidebar/highcontrast-light.css +124 -49
- package/styles/sidebar/highcontrast.css +124 -49
- package/styles/sidebar/material-dark.css +124 -49
- package/styles/sidebar/material.css +124 -49
- package/styles/sidebar/material3-dark.css +125 -49
- package/styles/sidebar/material3.css +125 -49
- package/styles/sidebar/tailwind-dark.css +122 -47
- package/styles/sidebar/tailwind.css +122 -47
- package/styles/stepper/_bds-definition.scss +0 -7
- package/styles/stepper/_bootstrap-dark-definition.scss +0 -7
- package/styles/stepper/_bootstrap-definition.scss +0 -7
- package/styles/stepper/_bootstrap4-definition.scss +0 -7
- package/styles/stepper/_bootstrap5-definition.scss +0 -7
- package/styles/stepper/_bootstrap5.3-definition.scss +73 -0
- package/styles/stepper/_fabric-dark-definition.scss +0 -7
- package/styles/stepper/_fabric-definition.scss +0 -7
- package/styles/stepper/_fluent-definition.scss +0 -7
- package/styles/stepper/_fluent2-definition.scss +72 -0
- package/styles/stepper/_fusionnew-definition.scss +0 -7
- package/styles/stepper/_highcontrast-definition.scss +0 -7
- package/styles/stepper/_highcontrast-light-definition.scss +0 -7
- package/styles/stepper/_layout.scss +90 -143
- package/styles/stepper/_material-dark-definition.scss +0 -7
- package/styles/stepper/_material-definition.scss +0 -7
- package/styles/stepper/_material3-definition.scss +0 -7
- package/styles/stepper/_tailwind-definition.scss +0 -7
- package/styles/stepper/_theme.scss +12 -20
- package/styles/stepper/bootstrap-dark.css +162 -118
- package/styles/stepper/bootstrap.css +162 -118
- package/styles/stepper/bootstrap4.css +162 -118
- package/styles/stepper/bootstrap5-dark.css +162 -118
- package/styles/stepper/bootstrap5.css +162 -118
- package/styles/stepper/fabric-dark.css +162 -118
- package/styles/stepper/fabric.css +162 -118
- package/styles/stepper/fluent-dark.css +162 -118
- package/styles/stepper/fluent.css +162 -118
- package/styles/stepper/fluent2.css +1742 -0
- package/styles/stepper/fluent2.scss +5 -0
- package/styles/stepper/highcontrast-light.css +162 -118
- package/styles/stepper/highcontrast.css +162 -118
- package/styles/stepper/icons/_bootstrap5.3.scss +5 -0
- package/styles/stepper/icons/_fluent2.scss +5 -0
- package/styles/stepper/material-dark.css +162 -118
- package/styles/stepper/material.css +162 -118
- package/styles/stepper/material3-dark.css +167 -119
- package/styles/stepper/material3.css +167 -119
- package/styles/stepper/tailwind-dark.css +162 -118
- package/styles/stepper/tailwind.css +162 -118
- package/styles/tab/_bds-definition.scss +5 -45
- package/styles/tab/_bootstrap-dark-definition.scss +0 -26
- package/styles/tab/_bootstrap-definition.scss +0 -35
- package/styles/tab/_bootstrap4-definition.scss +9 -42
- package/styles/tab/_bootstrap5-definition.scss +0 -26
- package/styles/tab/_bootstrap5.3-definition.scss +635 -0
- package/styles/tab/_fabric-dark-definition.scss +0 -22
- package/styles/tab/_fabric-definition.scss +1 -36
- package/styles/tab/_fluent-definition.scss +0 -31
- package/styles/tab/_fluent2-definition.scss +667 -0
- package/styles/tab/_fusionnew-definition.scss +0 -26
- package/styles/tab/_highcontrast-definition.scss +0 -35
- package/styles/tab/_highcontrast-light-definition.scss +0 -24
- package/styles/tab/_icons.scss +0 -2
- package/styles/tab/_layout.scss +29 -31
- package/styles/tab/_material-dark-definition.scss +0 -28
- package/styles/tab/_material-definition.scss +0 -39
- package/styles/tab/_material3-definition.scss +3 -28
- package/styles/tab/_tailwind-definition.scss +0 -39
- package/styles/tab/_theme.scss +21 -2
- package/styles/tab/bootstrap-dark.css +171 -78
- package/styles/tab/bootstrap.css +171 -83
- package/styles/tab/bootstrap4.css +177 -87
- package/styles/tab/bootstrap5-dark.css +171 -84
- package/styles/tab/bootstrap5.css +171 -84
- package/styles/tab/fabric-dark.css +171 -78
- package/styles/tab/fabric.css +173 -85
- package/styles/tab/fluent-dark.css +171 -81
- package/styles/tab/fluent.css +171 -81
- package/styles/tab/fluent2.css +5251 -0
- package/styles/tab/fluent2.scss +5 -0
- package/styles/tab/highcontrast-light.css +171 -78
- package/styles/tab/highcontrast.css +171 -83
- package/styles/tab/icons/_bds.scss +0 -2
- package/styles/tab/icons/_bootstrap-dark.scss +0 -2
- package/styles/tab/icons/_bootstrap.scss +0 -2
- package/styles/tab/icons/_bootstrap4.scss +0 -2
- package/styles/tab/icons/_bootstrap5.3.scss +90 -0
- package/styles/tab/icons/_bootstrap5.scss +0 -2
- package/styles/tab/icons/_fabric-dark.scss +0 -2
- package/styles/tab/icons/_fabric.scss +0 -2
- package/styles/tab/icons/_fluent.scss +0 -2
- package/styles/tab/icons/_fluent2.scss +98 -0
- package/styles/tab/icons/_fusionnew.scss +0 -2
- package/styles/tab/icons/_highcontrast-light.scss +0 -2
- package/styles/tab/icons/_highcontrast.scss +0 -2
- package/styles/tab/icons/_material-dark.scss +0 -2
- package/styles/tab/icons/_material.scss +0 -2
- package/styles/tab/icons/_material3.scss +0 -2
- package/styles/tab/icons/_tailwind.scss +0 -2
- package/styles/tab/material-dark.css +232 -84
- package/styles/tab/material.css +232 -90
- package/styles/tab/material3-dark.css +174 -85
- package/styles/tab/material3.css +174 -85
- package/styles/tab/tailwind-dark.css +217 -87
- package/styles/tab/tailwind.css +217 -87
- package/styles/tailwind-dark.css +1165 -763
- package/styles/tailwind-dark.scss +47 -14
- package/styles/tailwind.css +1165 -763
- package/styles/tailwind.scss +47 -14
- package/styles/toolbar/_bds-definition.scss +0 -18
- package/styles/toolbar/_bootstrap-dark-definition.scss +0 -15
- package/styles/toolbar/_bootstrap-definition.scss +0 -3
- package/styles/toolbar/_bootstrap4-definition.scss +0 -13
- package/styles/toolbar/_bootstrap5-definition.scss +0 -22
- package/styles/toolbar/_bootstrap5.3-definition.scss +198 -0
- package/styles/toolbar/_fabric-dark-definition.scss +0 -15
- package/styles/toolbar/_fabric-definition.scss +0 -13
- package/styles/toolbar/_fluent-definition.scss +0 -13
- package/styles/toolbar/_fluent2-definition.scss +197 -0
- package/styles/toolbar/_fusionnew-definition.scss +0 -22
- package/styles/toolbar/_highcontrast-definition.scss +0 -14
- package/styles/toolbar/_highcontrast-light-definition.scss +0 -15
- package/styles/toolbar/_layout.scss +18 -32
- package/styles/toolbar/_material-dark-definition.scss +0 -16
- package/styles/toolbar/_material-definition.scss +0 -16
- package/styles/toolbar/_material3-definition.scss +0 -21
- package/styles/toolbar/_tailwind-definition.scss +0 -13
- package/styles/toolbar/_theme.scss +66 -5
- package/styles/toolbar/bootstrap-dark.css +94 -61
- package/styles/toolbar/bootstrap.css +96 -62
- package/styles/toolbar/bootstrap4.css +96 -62
- package/styles/toolbar/bootstrap5-dark.css +111 -64
- package/styles/toolbar/bootstrap5.css +111 -64
- package/styles/toolbar/fabric-dark.css +94 -61
- package/styles/toolbar/fabric.css +94 -61
- package/styles/toolbar/fluent-dark.css +111 -64
- package/styles/toolbar/fluent.css +111 -64
- package/styles/toolbar/fluent2.css +2224 -0
- package/styles/toolbar/fluent2.scss +8 -0
- package/styles/toolbar/highcontrast-light.css +94 -61
- package/styles/toolbar/highcontrast.css +94 -61
- package/styles/toolbar/icons/_bds.scss +0 -2
- package/styles/toolbar/icons/_bootstrap-dark.scss +0 -2
- package/styles/toolbar/icons/_bootstrap.scss +0 -2
- package/styles/toolbar/icons/_bootstrap4.scss +0 -2
- package/styles/toolbar/icons/_bootstrap5.3.scss +14 -0
- package/styles/toolbar/icons/_bootstrap5.scss +0 -2
- package/styles/toolbar/icons/_fabric-dark.scss +0 -2
- package/styles/toolbar/icons/_fabric.scss +0 -2
- package/styles/toolbar/icons/_fluent.scss +0 -2
- package/styles/toolbar/icons/_fluent2.scss +14 -0
- package/styles/toolbar/icons/_fusionnew.scss +0 -2
- package/styles/toolbar/icons/_highcontrast-light.scss +0 -2
- package/styles/toolbar/icons/_highcontrast.scss +0 -2
- package/styles/toolbar/icons/_material-dark.scss +0 -2
- package/styles/toolbar/icons/_material.scss +0 -2
- package/styles/toolbar/icons/_material3.scss +0 -2
- package/styles/toolbar/icons/_tailwind.scss +0 -2
- package/styles/toolbar/material-dark.css +143 -69
- package/styles/toolbar/material.css +143 -70
- package/styles/toolbar/material3-dark.css +123 -65
- package/styles/toolbar/material3.css +123 -65
- package/styles/toolbar/tailwind-dark.css +111 -64
- package/styles/toolbar/tailwind.css +111 -64
- package/styles/treeview/_bootstrap5.3-definition.scss +119 -0
- package/styles/treeview/_fluent2-definition.scss +126 -0
- package/styles/treeview/_layout.scss +154 -146
- package/styles/treeview/_material3-definition.scss +1 -12
- package/styles/treeview/_theme.scss +154 -168
- package/styles/treeview/bootstrap-dark.css +106 -98
- package/styles/treeview/bootstrap.css +112 -100
- package/styles/treeview/bootstrap4.css +112 -104
- package/styles/treeview/bootstrap5-dark.css +112 -103
- package/styles/treeview/bootstrap5.css +112 -103
- package/styles/treeview/fabric-dark.css +106 -98
- package/styles/treeview/fabric.css +106 -98
- package/styles/treeview/fluent-dark.css +112 -103
- package/styles/treeview/fluent.css +112 -103
- package/styles/treeview/fluent2.css +2052 -0
- package/styles/treeview/fluent2.scss +6 -0
- package/styles/treeview/highcontrast-light.css +106 -98
- package/styles/treeview/highcontrast.css +122 -103
- package/styles/treeview/icons/_bootstrap5.3.scss +43 -0
- package/styles/treeview/icons/_fluent2.scss +43 -0
- package/styles/treeview/material-dark.css +115 -99
- package/styles/treeview/material.css +129 -101
- package/styles/treeview/material3-dark.css +136 -109
- package/styles/treeview/material3.css +136 -109
- package/styles/treeview/tailwind-dark.css +113 -105
- package/styles/treeview/tailwind.css +113 -105
- package/styles/v-scroll/_bootstrap5.3-definition.scss +49 -0
- package/styles/v-scroll/_fluent2-definition.scss +49 -0
- package/styles/v-scroll/bootstrap-dark.css +22 -10
- package/styles/v-scroll/bootstrap.css +22 -10
- package/styles/v-scroll/bootstrap4.css +22 -10
- package/styles/v-scroll/bootstrap5-dark.css +22 -10
- package/styles/v-scroll/bootstrap5.css +22 -10
- package/styles/v-scroll/fabric-dark.css +22 -10
- package/styles/v-scroll/fabric.css +22 -10
- package/styles/v-scroll/fluent-dark.css +22 -10
- package/styles/v-scroll/fluent.css +22 -10
- package/styles/v-scroll/fluent2.css +1248 -0
- package/styles/v-scroll/fluent2.scss +4 -0
- package/styles/v-scroll/highcontrast-light.css +22 -10
- package/styles/v-scroll/highcontrast.css +22 -10
- package/styles/v-scroll/icons/_bootstrap5.3.scss +27 -0
- package/styles/v-scroll/icons/_fluent2.scss +27 -0
- package/styles/v-scroll/material-dark.css +41 -14
- package/styles/v-scroll/material.css +41 -14
- package/styles/v-scroll/material3-dark.css +25 -11
- package/styles/v-scroll/material3.css +25 -11
- package/styles/v-scroll/tailwind-dark.css +22 -10
- package/styles/v-scroll/tailwind.css +22 -10
- package/CHANGELOG.md +0 -2357
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
/*! theme definition's */
|
|
2
|
-
/*! component's theme wise override definitions and variables */
|
|
3
|
-
/*! Horizontal Tab */
|
|
4
1
|
$tab-skin: $skin-name !default;
|
|
5
2
|
$tab-big-vertical-scroll-nav-top-bottom: 23px !default;
|
|
6
3
|
$tab-big-vertical-nav-arrow-size: $text-base !default;
|
|
@@ -9,7 +6,6 @@ $tab-font-family: $font-family !default;
|
|
|
9
6
|
$tab-nrml-vertical-scroll-nav-top-bottom: 15px !default;
|
|
10
7
|
$tab-nrml-vertical-nav-arrow-size: $text-sm !default;
|
|
11
8
|
$tab-nrml-vertical-nav-arrow-font-size: $text-sm !default;
|
|
12
|
-
|
|
13
9
|
$tab-text-transform: capitalize !default;
|
|
14
10
|
$tab-big-height: 46px !default;
|
|
15
11
|
$tab-nrml-height: 42px !default;
|
|
@@ -30,7 +26,6 @@ $tab-disable-cnt-opacity: .38 !default;
|
|
|
30
26
|
$tab-big-tb-icon-height: 72px !default;
|
|
31
27
|
$tab-nrml-tb-icon-height: 62px !default;
|
|
32
28
|
$tab-content-font-color: $content-text-color !default;
|
|
33
|
-
|
|
34
29
|
$tab-border-width: 2px !default;
|
|
35
30
|
$tab-border-style: $tab-border-width Solid !default;
|
|
36
31
|
$tab-focus-outline: 0 !default;
|
|
@@ -48,16 +43,13 @@ $tab-alt-border-color: $primary-text-color !default;
|
|
|
48
43
|
$tab-alt-disable-border-color: $border-light !default;
|
|
49
44
|
$tab-bg-color: $transparent !default;
|
|
50
45
|
$tab-border: none !default;
|
|
51
|
-
|
|
52
46
|
$tab-alt-hdr-bg-color: $primary !default;
|
|
53
47
|
$tab-focus-hscroll-content-padding: 0 !default;
|
|
54
48
|
$tab-hdr-bdr-color: $border-light !default;
|
|
55
49
|
$tab-hdr-border: 1px solid $tab-hdr-bdr-color !default;
|
|
56
50
|
$tab-hdr-border-width: 1px !default;
|
|
57
51
|
$tab-alt-hdr-border: 0 !default;
|
|
58
|
-
|
|
59
52
|
$tab-items-border: 0 !default;
|
|
60
|
-
|
|
61
53
|
$tab-big-item-margin: 0 !default;
|
|
62
54
|
$tab-nrml-item-margin: 0 !default;
|
|
63
55
|
$tab-big-item-padding: 0 8px !default;
|
|
@@ -122,7 +114,6 @@ $tab-item-wrap-border-radius: 0 !default;
|
|
|
122
114
|
$tab-hscroll-item-padding: 0 !default;
|
|
123
115
|
$tab-big-item-last-child-padding-bottom: 0 !default;
|
|
124
116
|
$tab-nrml-item-last-child-padding-bottom: 0 !default;
|
|
125
|
-
|
|
126
117
|
$tab-big-wrap-padding: 0 12px !default;
|
|
127
118
|
$tab-nrml-wrap-padding: 0 8px !default;
|
|
128
119
|
$tab-mob-wrap-padding: 12px 16px !default;
|
|
@@ -143,7 +134,7 @@ $tab-nrml-fill-tb-wrap-height: 44px !default;
|
|
|
143
134
|
$tab-focus-bg-color: rgba($content-bg-color-alt2, .12) !default;
|
|
144
135
|
$tab-fill-focus-bg-color: rgba($content-bg-color-alt2, .8) !default;
|
|
145
136
|
$tab-hover-bg-color: $content-bg-color-alt3 !default;
|
|
146
|
-
$tab-active-bg-color:
|
|
137
|
+
$tab-active-bg-color: none !default;
|
|
147
138
|
$tab-fill-active-bg-color: $primary !default;
|
|
148
139
|
$tab-fill-disable-active-bg-color: rgba($primary, .38) !default;
|
|
149
140
|
$tab-alt-active-bg-color: $primary !default;
|
|
@@ -174,7 +165,6 @@ $tab-bg-big-active-item-wrap-margin-bottom: 0 !default;
|
|
|
174
165
|
$tab-bg-nrml-active-item-wrap-margin-bottom: 0 !default;
|
|
175
166
|
$tab-alt-big-active-item-padding: 0 12px !default;
|
|
176
167
|
$tab-alt-nrml-active-item-padding: 0 8px !default;
|
|
177
|
-
|
|
178
168
|
$tab-active-text-container-margin: 0 !default;
|
|
179
169
|
$tab-big-text-container-margin-right: 22px !default;
|
|
180
170
|
$tab-nrml-text-container-margin-right: 20px !default;
|
|
@@ -189,12 +179,11 @@ $tab-fill-nrml-active-it-text-container-height: 38px !default;
|
|
|
189
179
|
$tab-big-even-active-text-container-height: 48px !default;
|
|
190
180
|
$tab-nrml-even-active-text-container-height: 38px !default;
|
|
191
181
|
$tab-even-active-text-container-margin: 0 !default;
|
|
192
|
-
|
|
193
182
|
$tab-big-font-size: $text-base !default;
|
|
194
183
|
$tab-nrml-font-size: $text-sm !default;
|
|
195
|
-
$tab-font-weight: $font-weight-
|
|
196
|
-
$tab-semi-font-weight: $font-weight-
|
|
197
|
-
$tab-light-font-weight: $font-weight-
|
|
184
|
+
$tab-font-weight: $font-weight-medium !default;
|
|
185
|
+
$tab-semi-font-weight: $font-weight-medium !default;
|
|
186
|
+
$tab-light-font-weight: $font-weight-medium !default;
|
|
198
187
|
$tab-big-it-text-margin: 0 0 6px 12px !default;
|
|
199
188
|
$tab-nrml-it-text-margin: 0 0 5px 8px !default;
|
|
200
189
|
$tab-mob-it-text-margin: 0 0 6px 12px !default;
|
|
@@ -231,12 +220,10 @@ $tab-alt-active-hover-text-color: $primary-bg-color-pressed !default;
|
|
|
231
220
|
$tab-alt-active-style-hover-icon-color: $tab-alt-active-hover-text-color !default;
|
|
232
221
|
$tab-clone-item-bg-color: $content-bg-color-alt3 !default;
|
|
233
222
|
$tab-clone-text-color: $content-text-color-alt1 !default;
|
|
234
|
-
|
|
235
223
|
$tab-icon-container-width: auto !default;
|
|
236
|
-
|
|
237
224
|
$tab-nav-pop-press-border: 0 !default;
|
|
238
225
|
$tab-big-nav-icon-container-size: 48px !default;
|
|
239
|
-
$tab-nrml-nav-icon-container-size:
|
|
226
|
+
$tab-nrml-nav-icon-container-size: 42px !default;
|
|
240
227
|
$tab-big-nav-icon-size: $text-base !default;
|
|
241
228
|
$tab-nrml-nav-icon-size: $text-sm !default;
|
|
242
229
|
$tab-mob-nav-icon-size: $text-base !default;
|
|
@@ -265,7 +252,6 @@ $tab-big-edge-pop-icon-line-height: 15px !default;
|
|
|
265
252
|
$tab-nrml-edge-pop-icon-line-height: 14px !default;
|
|
266
253
|
$tab-comb-icon-color: $primary !default;
|
|
267
254
|
$tab-comb-text-color: $primary !default;
|
|
268
|
-
|
|
269
255
|
$tab-close-icon-size: $text-sm !default;
|
|
270
256
|
$tab-big-close-icon-size: $text-base !default;
|
|
271
257
|
$tab-nrml-close-icon-size: $text-sm !default;
|
|
@@ -309,7 +295,6 @@ $tab-alt-active-hover-close-icon-color: rgba($primary, 1) !default;
|
|
|
309
295
|
$tab-pop-bg-color: $flyout-bg-color !default;
|
|
310
296
|
$tab-pop-border: 0 !default;
|
|
311
297
|
$tab-pop-border-radius: 0 !default;
|
|
312
|
-
|
|
313
298
|
$tab-big-nav-right-icon-padding: 0 !default;
|
|
314
299
|
$tab-nrml-nav-right-icon-padding: 0 !default;
|
|
315
300
|
$tab-mob-nav-right-icon-padding: 0 !default;
|
|
@@ -347,20 +332,16 @@ $tab-even-active-item-bottom-border-color: 0 !default;
|
|
|
347
332
|
$tab-pop-up-icon-active-border: $tab-pop-icon-active-border !default;
|
|
348
333
|
$tab-pop-border-box-shadow: none !default;
|
|
349
334
|
$tab-bg-hover-nav-icon-color: $icon-color !default;
|
|
350
|
-
|
|
351
335
|
$tab-pop-box-shadow: $shadow-lg !default;
|
|
352
336
|
$tab-pop-icon-transition: transform .1s ease !default;
|
|
353
337
|
$tab-pop-up-icon-transform: rotate(180deg) !default;
|
|
354
338
|
$tab-pop-down-icon-transform: rotate(0deg) !default;
|
|
355
|
-
|
|
356
339
|
$hscroll-alt-ribble-animation-border-frame: rgba(0, 0, 0, .12) !default;
|
|
357
340
|
$hscroll-alt-ribble-animation-shadow-frame: 0 0 0 0 $hscroll-alt-ribble-animation-border-frame !default;
|
|
358
341
|
$hscroll-alt-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(0, 0, 0, .12) !default;
|
|
359
|
-
|
|
360
342
|
$tbar-alt-ribble-animation-border-frame: rgba(0, 0, 0, .12) !default;
|
|
361
343
|
$tbar-alt-ribble-animation-shadow-frame: 0 0 0 0 $tbar-alt-ribble-animation-border-frame !default;
|
|
362
344
|
$tbar-alt-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(0, 0, 0, .12) !default;
|
|
363
|
-
|
|
364
345
|
$tab-bgr-active-last-margin: 0 !default;
|
|
365
346
|
$tab-bgr-hscroll-items-nav-width: 50px !default;
|
|
366
347
|
$tab-bgr-item-textwrap-height: $tab-big-height !default;
|
|
@@ -387,7 +368,6 @@ $tab-bgr-rtl-icon-right-margin: 0 !default;
|
|
|
387
368
|
$tab-bgr-background-active-padding: 0 9px !default;
|
|
388
369
|
$tab-bgr-fill-active-item-padding: 0 10px !default;
|
|
389
370
|
$tab-bgr-item-text-margin-bottom: 6px !default;
|
|
390
|
-
|
|
391
371
|
$tab-nrml-hscroll-items-nav-width: 24px !default;
|
|
392
372
|
$tab-nrml-hscroll-items-bdr-radius: 0 !default;
|
|
393
373
|
$tab-nrml-item-text-wrap-height: $tab-nrml-height !default;
|
|
@@ -447,11 +427,9 @@ $tab-nrml-bottom-wrap-before-top: unset !default;
|
|
|
447
427
|
$tab-nrml-background-vertical-indicator-display: block !default;
|
|
448
428
|
$tab-nrml-background-active-padding: 0 7px !default;
|
|
449
429
|
$tab-nrml-item-text-margin-bottom: 5px !default;
|
|
450
|
-
|
|
451
430
|
@mixin tbar-alt-btn-animation-after {
|
|
452
431
|
animation: tbar-alt-popup-shadow 1s ease-out 0ms;
|
|
453
432
|
}
|
|
454
|
-
|
|
455
433
|
@keyframes tbar-alt-popup-shadow {
|
|
456
434
|
0% {
|
|
457
435
|
border-color: $tbar-alt-ribble-animation-border-frame;
|
|
@@ -462,11 +440,9 @@ $tab-nrml-item-text-margin-bottom: 5px !default;
|
|
|
462
440
|
box-shadow: $tbar-alt-ribble-animation-shadow-frame-end;
|
|
463
441
|
}
|
|
464
442
|
}
|
|
465
|
-
|
|
466
443
|
@mixin hscroll-alt-btn-animation-after {
|
|
467
444
|
animation: hscroll-alt-popup-shadow 1s ease-out 0ms;
|
|
468
445
|
}
|
|
469
|
-
|
|
470
446
|
@keyframes hscroll-alt-popup-shadow {
|
|
471
447
|
0% {
|
|
472
448
|
border-color: $hscroll-alt-ribble-animation-border-frame;
|
|
@@ -477,11 +453,7 @@ $tab-nrml-item-text-margin-bottom: 5px !default;
|
|
|
477
453
|
box-shadow: $hscroll-alt-ribble-animation-shadow-frame-end;
|
|
478
454
|
}
|
|
479
455
|
}
|
|
480
|
-
|
|
481
|
-
/*! Material specific themes definition's */
|
|
482
456
|
$tab-alt-wrap-hover-close-icon-focus-or-active-color: $border-light !default;
|
|
483
|
-
|
|
484
|
-
/*! Vertical Tab */
|
|
485
457
|
$tab-vscroll-nrml-padding: 16px 0 !default;
|
|
486
458
|
$tab-vscroll-big-padding: 24px 0 !default;
|
|
487
459
|
$tab-big-v-wrap-padding: 0 24px !default;
|
|
@@ -491,7 +463,6 @@ $tab-big-more-btn-line-height: 46px !default;
|
|
|
491
463
|
$tab-nrml-more-btn-line-height: 35px !default;
|
|
492
464
|
$tab-pop-more-icon-margin: 0 0 0 10px !default;
|
|
493
465
|
$tab-rtl-pop-more-icon-margin: 0 10px 0 0 !default;
|
|
494
|
-
|
|
495
466
|
$tab-vscroll-nav-border: 1px solid transparent !default;
|
|
496
467
|
$tab-vscroll-nav-border-color: rgba($content-bg-color-alt3, .12) !default;
|
|
497
468
|
$tab-v-nav-focus-bg-color: rgba($content-bg-color-alt2, .12) !default;
|
|
@@ -501,16 +472,13 @@ $tab-v-popup-box-shadow:
|
|
|
501
472
|
0 2px 2px 0 rgba(0, 0, 0, .14),
|
|
502
473
|
0 1px 5px 0 rgba(0, 0, 0, .12) !default;
|
|
503
474
|
$tab-v-nav-icon-border-width: 0 !default;
|
|
504
|
-
|
|
505
475
|
$tab-v-big-close-icon-top-bottom-right: -24px !default;
|
|
506
476
|
$tab-v-nrml-close-icon-top-bottom-right: -18px !default;
|
|
507
477
|
$tab-v-rtl-big-close-icon-top-bottom-right: 0 !default;
|
|
508
478
|
$tab-v-rtl-nrml-close-icon-top-bottom-right: 0 !default;
|
|
509
479
|
$tab-v-rtl-big-close-icon-top-bottom-left: -24px !default;
|
|
510
480
|
$tab-v-rtl-nrml-close-icon-top-bottom-left: -18px !default;
|
|
511
|
-
|
|
512
481
|
$tab-v-pop-focus-outline: 0 !default;
|
|
513
|
-
|
|
514
482
|
$tab-header-font-weight: $tab-font-weight !default;
|
|
515
483
|
$tab-header-before-border-color: unset !default;
|
|
516
484
|
$tab-header-before-border-width: 0 !default;
|
|
@@ -537,7 +505,6 @@ $tab-item-left-icon-before-top: 1px !default;
|
|
|
537
505
|
$tab-item-icon-before-top: 1px !default;
|
|
538
506
|
$tab-item-icon-before-left: 4px !default;
|
|
539
507
|
$tab-item-active-border-bottom: initial !default;
|
|
540
|
-
|
|
541
508
|
$tab-pop-wrap-hover-border: 0 !default;
|
|
542
509
|
$tab-pop-wrap-hover-border-radius: 0 !default;
|
|
543
510
|
$tab-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
@@ -552,7 +519,6 @@ $tab-pop-nav-active-bg: inherit !default;
|
|
|
552
519
|
$tab-pop-nav-active-border: 0 !default;
|
|
553
520
|
$tab-pop-nav-active-border-radius: 0 !default;
|
|
554
521
|
$tab-pop-active-icons-color: $content-text-color-alt2 !default;
|
|
555
|
-
|
|
556
522
|
$tab-scroll-nav-bg: $content-bg-color-alt2 !default;
|
|
557
523
|
$tab-scroll-nav-arrow-font: $tab-nav-icon-color !default;
|
|
558
524
|
$tab-scroll-arrow-hover-border: $tab-item-active-wrap-border !default;
|
|
@@ -568,7 +534,6 @@ $tab-scroll-overlay-arrow-hover-bg: $tab-pop-icon-hover-bg-color !default;
|
|
|
568
534
|
$tab-scroll-overlay-arrow-hover-border-color: unset !default;
|
|
569
535
|
$tab-scroll-focused-nav-focus-icon-bg: $tab-nav-focus-bg-color !default;
|
|
570
536
|
$tab-scroll-focused-nav-focus-icon-border: $tab-pop-up-icon-focus-border !default;
|
|
571
|
-
|
|
572
537
|
$tab-bottom-border-color: $tab-hdr-bdr-color !default;
|
|
573
538
|
$tab-bottom-border-width: 1px 0 0 !default;
|
|
574
539
|
$tab-bottom-hidden-items-border-color: unset !default;
|
|
@@ -576,7 +541,6 @@ $tab-bottom-hidden-items-border-width: 0 !default;
|
|
|
576
541
|
$tab-bottom-active-border-color: $tab-active-item-border-color unset unset !default;
|
|
577
542
|
$tab-bottom-active-border-width: 0 !default;
|
|
578
543
|
$tab-bottom-active-margin-top: 0 !default;
|
|
579
|
-
|
|
580
544
|
$tab-vertical-scroll-hover-border-color: $tab-vscroll-nav-border-color transparent transparent !default;
|
|
581
545
|
$tab-vertical-scroll-hover-active-bg: $tab-v-nav-focus-bg-color !default;
|
|
582
546
|
$tab-vertical-focus-active-arrow-color: none !default;
|
|
@@ -584,7 +548,6 @@ $tab-vertical-pop-icon-hover-color: $tab-hover-nav-icon-color !default;
|
|
|
584
548
|
$tab-vertical-pop-icon-active-color: $tab-nav-focus-icon-color !default;
|
|
585
549
|
$tab-vertical-focused-nav-focus-border-color: $tab-vertical-scroll-hover-border-color !default;
|
|
586
550
|
$tab-vertical-before-border-width: 0 !default;
|
|
587
|
-
|
|
588
551
|
$tab-fill-wrap-hover-icon-color: $tab-hover-text-color !default;
|
|
589
552
|
$tab-fill-active-tabwrap-border-color: unset !default;
|
|
590
553
|
$tab-fill-active-text-before-border: unset !default;
|
|
@@ -597,7 +560,6 @@ $tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
|
597
560
|
$tab-fill-focused-active-tabwrap-focus-border-color: unset !default;
|
|
598
561
|
$tab-fill-focused-active-wrap-focus-text-color: $tab-alt-active-style-hover-icon-color !default;
|
|
599
562
|
$tab-fill-focused-active-wrap-focus-close-color: $tab-hover-text-color !default;
|
|
600
|
-
|
|
601
563
|
$tab-background-indicator-bottom: 1px !default;
|
|
602
564
|
$tab-background-wrap-border-color: unset !default;
|
|
603
565
|
$tab-background-close-hover-color: $tab-alt-text-color !default;
|
|
@@ -690,9 +652,7 @@ $tab-background-focused-active-wrap-icon-color: $tab-alt-active-hover-text-color
|
|
|
690
652
|
$tab-background-accent-indicator-bg: $tab-alt-border-color !default;
|
|
691
653
|
$tab-background-active-text-font-weight: $font-weight-medium !default;
|
|
692
654
|
$tab-background-text-color: $tab-alt-text-color !default;
|
|
693
|
-
|
|
694
655
|
$tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
695
|
-
|
|
696
656
|
/* stylelint-disable */
|
|
697
657
|
.e-toolbar-item {
|
|
698
658
|
&.e-active {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
//default
|
|
2
1
|
$tab-skin: 'bootstrap' !default;
|
|
3
2
|
$tab-big-vertical-scroll-nav-top-bottom: 23px !default;
|
|
4
3
|
$tab-vscroll-big-padding: 24px 0 !default;
|
|
@@ -66,15 +65,12 @@ $tab-alt-border-color: $grey-99 !default;
|
|
|
66
65
|
$tab-alt-disable-border-color: rgba($grey-99, .38) !default;
|
|
67
66
|
$tab-bg-color: transparent !default;
|
|
68
67
|
$tab-border: none !default;
|
|
69
|
-
|
|
70
68
|
$tab-alt-hdr-bg-color: inherit !default;
|
|
71
69
|
$tab-focus-hscroll-content-padding: 1px 0 !default;
|
|
72
70
|
$tab-hdr-bdr-color: $grey-88 !default;
|
|
73
71
|
$tab-hdr-border: 1px solid $grey-88 !default;
|
|
74
72
|
$tab-alt-hdr-border: 0 !default;
|
|
75
|
-
|
|
76
73
|
$tab-items-border: 1px solid $grey-88 !default;
|
|
77
|
-
|
|
78
74
|
$tab-big-item-margin: 0 !default;
|
|
79
75
|
$tab-nrml-item-margin: 0 !default;
|
|
80
76
|
$tab-big-item-padding: 0 !default;
|
|
@@ -138,7 +134,6 @@ $tab-item-wrap-border-radius: 4px !default;
|
|
|
138
134
|
$tab-hscroll-item-padding: 0 !default;
|
|
139
135
|
$tab-big-item-last-child-padding-bottom: 3px !default;
|
|
140
136
|
$tab-nrml-item-last-child-padding-bottom: 1px !default;
|
|
141
|
-
|
|
142
137
|
$tab-big-wrap-padding: 0 20px !default;
|
|
143
138
|
$tab-nrml-wrap-padding: 0 15px !default;
|
|
144
139
|
$tab-mob-wrap-padding: 0 15px !default;
|
|
@@ -190,7 +185,6 @@ $tab-bg-big-active-item-wrap-margin-bottom: 0 !default;
|
|
|
190
185
|
$tab-bg-nrml-active-item-wrap-margin-bottom: 0 !default;
|
|
191
186
|
$tab-alt-big-active-item-padding: 0 !default;
|
|
192
187
|
$tab-alt-nrml-active-item-padding: 0 !default;
|
|
193
|
-
|
|
194
188
|
$tab-active-text-container-margin: 0 !default;
|
|
195
189
|
$tab-big-text-container-margin-right: 22px !default;
|
|
196
190
|
$tab-nrml-text-container-margin-right: 20px !default;
|
|
@@ -205,7 +199,6 @@ $tab-fill-nrml-active-it-text-container-height: 40px !default;
|
|
|
205
199
|
$tab-big-even-active-text-container-height: 50px !default;
|
|
206
200
|
$tab-nrml-even-active-text-container-height: 40px !default;
|
|
207
201
|
$tab-even-active-text-container-margin: 0 !default;
|
|
208
|
-
|
|
209
202
|
$tab-big-font-size: 15px !default;
|
|
210
203
|
$tab-nrml-font-size: 14px !default;
|
|
211
204
|
$tab-font-weight: 400 !default;
|
|
@@ -247,9 +240,7 @@ $tab-alt-active-hover-text-color: $brand-primary-font !default;
|
|
|
247
240
|
$tab-alt-active-style-hover-icon-color: $tab-alt-active-hover-text-color !default;
|
|
248
241
|
$tab-clone-item-bg-color: rgba($grey-light, .87) !default;
|
|
249
242
|
$tab-clone-text-color: lighten($brand-primary, 15%) !default;
|
|
250
|
-
|
|
251
243
|
$tab-icon-container-width: auto !default;
|
|
252
|
-
|
|
253
244
|
$tab-nav-pop-press-border: 0 !default;
|
|
254
245
|
$tab-big-nav-icon-container-size: 44px !default;
|
|
255
246
|
$tab-nrml-nav-icon-container-size: 34px !default;
|
|
@@ -281,7 +272,6 @@ $tab-big-edge-pop-icon-line-height: 15px !default;
|
|
|
281
272
|
$tab-nrml-edge-pop-icon-line-height: 14px !default;
|
|
282
273
|
$tab-comb-icon-color: $grey-dark-font !default;
|
|
283
274
|
$tab-comb-text-color: $grey-dark-font !default;
|
|
284
|
-
|
|
285
275
|
$tab-close-icon-size: 12px !default;
|
|
286
276
|
$tab-big-close-icon-size: 12px !default;
|
|
287
277
|
$tab-nrml-close-icon-size: 12px !default;
|
|
@@ -325,7 +315,6 @@ $tab-alt-active-hover-close-icon-color: $brand-primary-font !default;
|
|
|
325
315
|
$tab-pop-bg-color: $grey-dark !default;
|
|
326
316
|
$tab-pop-border: 1px solid $grey-base !default;
|
|
327
317
|
$tab-pop-border-radius: 4px !default;
|
|
328
|
-
|
|
329
318
|
$tab-big-nav-right-icon-padding: 0 !default;
|
|
330
319
|
$tab-nrml-nav-right-icon-padding: 0 !default;
|
|
331
320
|
$tab-mob-nav-right-icon-padding: 0 !default;
|
|
@@ -361,7 +350,6 @@ $tab-pop-icon-active-border: 1px solid none !default;
|
|
|
361
350
|
$tab-pop-up-icon-active-border: $tab-pop-icon-active-border !default;
|
|
362
351
|
$tab-pop-border-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !default;
|
|
363
352
|
$tab-bg-hover-nav-icon-color: $grey-dark-font !default;
|
|
364
|
-
|
|
365
353
|
$tab-pop-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !default;
|
|
366
354
|
$tab-v-popup-box-shadow: $tab-pop-box-shadow !default;
|
|
367
355
|
$tab-pop-icon-transition: none !default;
|
|
@@ -377,7 +365,6 @@ $tab-alt-wrap-hover-color: $brand-primary-font !default;
|
|
|
377
365
|
$tab-nav-active-box-shadow: none !default;
|
|
378
366
|
$tab-nav-focus-border-color: $grey-e6 !default;
|
|
379
367
|
$tab-alt-nav-hover-bg-color: $grey-e6 !default;
|
|
380
|
-
|
|
381
368
|
$tab-bgr-active-last-margin: 1px 2px 0 0 !default;
|
|
382
369
|
$tab-bgr-hscroll-items-nav-width: 50px !default;
|
|
383
370
|
$tab-bgr-item-textwrap-height: $tab-big-height !default;
|
|
@@ -404,7 +391,6 @@ $tab-bgr-rtl-icon-right-margin: 0 !default;
|
|
|
404
391
|
$tab-bgr-background-active-padding: $tab-alt-big-active-item-padding !default;
|
|
405
392
|
$tab-bgr-fill-active-item-padding: 0 !default;
|
|
406
393
|
$tab-bgr-item-text-margin-bottom: 0 !default;
|
|
407
|
-
|
|
408
394
|
$tab-nrml-hscroll-items-nav-width: 40px !default;
|
|
409
395
|
$tab-nrml-hscroll-items-bdr-radius: 0 !default;
|
|
410
396
|
$tab-nrml-item-text-wrap-height: $tab-nrml-height !default;
|
|
@@ -462,7 +448,6 @@ $tab-nrml-bottom-wrap-before-top: unset !default;
|
|
|
462
448
|
$tab-nrml-background-vertical-indicator-display: none !default;
|
|
463
449
|
$tab-nrml-background-active-padding: $tab-alt-nrml-active-item-padding !default;
|
|
464
450
|
$tab-nrml-item-text-margin-bottom: 0 !default;
|
|
465
|
-
|
|
466
451
|
$tab-header-font-weight: normal !default;
|
|
467
452
|
$tab-header-before-border-color: $tab-hdr-bdr-color !default;
|
|
468
453
|
$tab-header-before-border-width: 0 0 1px !default;
|
|
@@ -489,7 +474,6 @@ $tab-item-left-icon-before-top: 2px !default;
|
|
|
489
474
|
$tab-item-icon-before-top: 2px !default;
|
|
490
475
|
$tab-item-icon-before-left: 2px !default;
|
|
491
476
|
$tab-item-active-border-bottom: 1px solid $grey-99 !default;
|
|
492
|
-
|
|
493
477
|
$tab-pop-wrap-hover-border: 0 !default;
|
|
494
478
|
$tab-pop-wrap-hover-border-radius: 4px !default;
|
|
495
479
|
$tab-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
@@ -504,7 +488,6 @@ $tab-pop-nav-active-bg: inherit !default;
|
|
|
504
488
|
$tab-pop-nav-active-border: 0 !default;
|
|
505
489
|
$tab-pop-nav-active-border-radius: 0 4px 0 0 !default;
|
|
506
490
|
$tab-pop-active-icons-color: $active-font-color !default;
|
|
507
|
-
|
|
508
491
|
$tab-scroll-nav-bg: inherit !default;
|
|
509
492
|
$tab-scroll-nav-arrow-font: $tab-nav-icon-color !default;
|
|
510
493
|
$tab-scroll-arrow-hover-border: $tab-item-active-wrap-border !default;
|
|
@@ -520,7 +503,6 @@ $tab-scroll-overlay-arrow-hover-bg: $tab-hover-nav-bg-color !default;
|
|
|
520
503
|
$tab-scroll-overlay-arrow-hover-border-color: unset !default;
|
|
521
504
|
$tab-scroll-focused-nav-focus-icon-bg: $tab-nav-focus-bg-color !default;
|
|
522
505
|
$tab-scroll-focused-nav-focus-icon-border: $tab-pop-up-icon-focus-border !default;
|
|
523
|
-
|
|
524
506
|
$tab-bottom-border-color: unset !default;
|
|
525
507
|
$tab-bottom-border-width: 0 !default;
|
|
526
508
|
$tab-bottom-hidden-items-border-color: $grey-88 !default;
|
|
@@ -528,7 +510,6 @@ $tab-bottom-hidden-items-border-width: 1px 0 0 !default;
|
|
|
528
510
|
$tab-bottom-active-border-color: $tab-active-item-border-color !default;
|
|
529
511
|
$tab-bottom-active-border-width: 1px !default;
|
|
530
512
|
$tab-bottom-active-margin-top: 0 !default;
|
|
531
|
-
|
|
532
513
|
$tab-vertical-scroll-hover-border-color: $tab-vscroll-nav-border-color transparent transparent !default;
|
|
533
514
|
$tab-vertical-scroll-hover-active-bg: $tab-v-nav-focus-bg-color !default;
|
|
534
515
|
$tab-vertical-focus-active-arrow-color: none !default;
|
|
@@ -536,7 +517,6 @@ $tab-vertical-pop-icon-hover-color: $tab-hover-nav-icon-color !default;
|
|
|
536
517
|
$tab-vertical-pop-icon-active-color: $tab-nav-focus-icon-color !default;
|
|
537
518
|
$tab-vertical-focused-nav-focus-border-color: $tab-vertical-scroll-hover-border-color !default;
|
|
538
519
|
$tab-vertical-before-border-width: 0 1px 0 0 !default;
|
|
539
|
-
|
|
540
520
|
$tab-fill-wrap-hover-icon-color: $tab-hover-text-color !default;
|
|
541
521
|
$tab-fill-active-tabwrap-border-color: unset !default;
|
|
542
522
|
$tab-fill-active-text-before-border: unset !default;
|
|
@@ -549,7 +529,6 @@ $tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
|
549
529
|
$tab-fill-focused-active-tabwrap-focus-border-color: unset !default;
|
|
550
530
|
$tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
|
|
551
531
|
$tab-fill-focused-active-wrap-focus-close-color: $tab-fill-focused-active-wrap-focus-color !default;
|
|
552
|
-
|
|
553
532
|
$tab-background-indicator-bottom: 0 !default;
|
|
554
533
|
$tab-background-wrap-border-color: unset !default;
|
|
555
534
|
$tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
|
|
@@ -642,15 +621,10 @@ $tab-background-focused-active-wrap-icon-color: $tab-alt-active-hover-text-color
|
|
|
642
621
|
$tab-background-accent-indicator-bg: $tab-border-color !default;
|
|
643
622
|
$tab-background-active-text-font-weight: $tab-light-font-weight !default;
|
|
644
623
|
$tab-background-text-color: $tab-alt-text-color !default;
|
|
645
|
-
|
|
646
624
|
$tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
647
|
-
|
|
648
|
-
//enddefault
|
|
649
|
-
//dimensions
|
|
650
625
|
@mixin tbar-alt-btn-animation-after {
|
|
651
626
|
animation: none;
|
|
652
627
|
}
|
|
653
|
-
|
|
654
628
|
@mixin hscroll-alt-btn-animation-after {
|
|
655
629
|
animation: none;
|
|
656
630
|
}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
/*! Bootstrap theme definition's */
|
|
2
|
-
/*! component's theme wise override definitions and variables */
|
|
3
|
-
/*! Horizontal Tab */
|
|
4
1
|
$tab-skin: 'bootstrap' !default;
|
|
5
2
|
$tab-big-vertical-scroll-nav-top-bottom: 23px !default;
|
|
6
3
|
$tab-big-vertical-nav-arrow-size: 24px !default;
|
|
@@ -9,7 +6,6 @@ $tab-font-family: $font-family !default;
|
|
|
9
6
|
$tab-nrml-vertical-scroll-nav-top-bottom: 15px !default;
|
|
10
7
|
$tab-nrml-vertical-nav-arrow-size: 16px !default;
|
|
11
8
|
$tab-nrml-vertical-nav-arrow-font-size: 10px !default;
|
|
12
|
-
|
|
13
9
|
$tab-text-transform: capitalize !default;
|
|
14
10
|
$tab-big-height: 50px !default;
|
|
15
11
|
$tab-nrml-height: 40px !default;
|
|
@@ -28,7 +24,6 @@ $tab-disable-cnt-opacity: .38 !default;
|
|
|
28
24
|
$tab-big-tb-icon-height: 72px !default;
|
|
29
25
|
$tab-nrml-tb-icon-height: 62px !default;
|
|
30
26
|
$tab-content-font-color: $base-font !default;
|
|
31
|
-
|
|
32
27
|
$tab-border-width: 2px !default;
|
|
33
28
|
$tab-border-style: $tab-border-width Solid !default;
|
|
34
29
|
$tab-focus-outline: 0 !default;
|
|
@@ -46,16 +41,13 @@ $tab-alt-border-color: $grey !default;
|
|
|
46
41
|
$tab-alt-disable-border-color: rgba($grey, .38) !default;
|
|
47
42
|
$tab-bg-color: transparent !default;
|
|
48
43
|
$tab-border: none !default;
|
|
49
|
-
|
|
50
44
|
$tab-alt-hdr-bg-color: inherit !default;
|
|
51
45
|
$tab-focus-hscroll-content-padding: 1px 0 !default;
|
|
52
46
|
$tab-hdr-bdr-color: $grey-dd !default;
|
|
53
47
|
$tab-hdr-border: 1px solid $grey-dd !default;
|
|
54
48
|
$tab-hdr-border-width: 0 0 1px 0 !default;
|
|
55
49
|
$tab-alt-hdr-border: 0 !default;
|
|
56
|
-
|
|
57
50
|
$tab-items-border: 1px solid $grey-dd !default;
|
|
58
|
-
|
|
59
51
|
$tab-big-item-margin: 0 2px 0 0 !default;
|
|
60
52
|
$tab-nrml-item-margin: 0 2px 0 0 !default;
|
|
61
53
|
$tab-big-item-padding: 0 !default;
|
|
@@ -122,7 +114,6 @@ $tab-right-active-item-border-radius: 0 4px 4px 0 !default;
|
|
|
122
114
|
$tab-hscroll-item-padding: 0 !default;
|
|
123
115
|
$tab-big-item-last-child-padding-bottom: 3px !default;
|
|
124
116
|
$tab-nrml-item-last-child-padding-bottom: 1px !default;
|
|
125
|
-
|
|
126
117
|
$tab-big-wrap-padding: 0 20px !default;
|
|
127
118
|
$tab-nrml-wrap-padding: 0 15px !default;
|
|
128
119
|
$tab-mob-wrap-padding: 0 15px !default;
|
|
@@ -174,7 +165,6 @@ $tab-bg-big-active-item-wrap-margin-bottom: 0 !default;
|
|
|
174
165
|
$tab-bg-nrml-active-item-wrap-margin-bottom: 0 !default;
|
|
175
166
|
$tab-alt-big-active-item-padding: 0 !default;
|
|
176
167
|
$tab-alt-nrml-active-item-padding: 0 !default;
|
|
177
|
-
|
|
178
168
|
$tab-active-text-container-margin: 0 !default;
|
|
179
169
|
$tab-big-text-container-margin-right: 22px !default;
|
|
180
170
|
$tab-nrml-text-container-margin-right: 20px !default;
|
|
@@ -189,7 +179,6 @@ $tab-fill-nrml-active-it-text-container-height: 40px !default;
|
|
|
189
179
|
$tab-big-even-active-text-container-height: 50px !default;
|
|
190
180
|
$tab-nrml-even-active-text-container-height: 40px !default;
|
|
191
181
|
$tab-even-active-text-container-margin: 0 !default;
|
|
192
|
-
|
|
193
182
|
$tab-big-font-size: 15px !default;
|
|
194
183
|
$tab-nrml-font-size: 14px !default;
|
|
195
184
|
$tab-font-weight: 400 !default;
|
|
@@ -231,9 +220,7 @@ $tab-alt-active-hover-text-color: $brand-primary-font !default;
|
|
|
231
220
|
$tab-alt-active-style-hover-icon-color: $tab-alt-active-hover-text-color !default;
|
|
232
221
|
$tab-clone-item-bg-color: $grey-white !default;
|
|
233
222
|
$tab-clone-text-color: $brand-primary !default;
|
|
234
|
-
|
|
235
223
|
$tab-icon-container-width: auto !default;
|
|
236
|
-
|
|
237
224
|
$tab-nav-pop-press-border: 0 !default;
|
|
238
225
|
$tab-big-nav-icon-container-size: 44px !default;
|
|
239
226
|
$tab-nrml-nav-icon-container-size: 34px !default;
|
|
@@ -265,7 +252,6 @@ $tab-big-edge-pop-icon-line-height: 15px !default;
|
|
|
265
252
|
$tab-nrml-edge-pop-icon-line-height: 14px !default;
|
|
266
253
|
$tab-comb-icon-color: $grey !default;
|
|
267
254
|
$tab-comb-text-color: $grey-light !default;
|
|
268
|
-
|
|
269
255
|
$tab-close-icon-size: 12px !default;
|
|
270
256
|
$tab-big-close-icon-size: 12px !default;
|
|
271
257
|
$tab-nrml-close-icon-size: 12px !default;
|
|
@@ -309,7 +295,6 @@ $tab-alt-active-hover-close-icon-color: $brand-primary-font !default;
|
|
|
309
295
|
$tab-pop-bg-color: $grey-white !default;
|
|
310
296
|
$tab-pop-border: 1px solid $grey-cc !default;
|
|
311
297
|
$tab-pop-border-radius: 4px !default;
|
|
312
|
-
|
|
313
298
|
$tab-big-nav-right-icon-padding: 0 !default;
|
|
314
299
|
$tab-nrml-nav-right-icon-padding: 0 !default;
|
|
315
300
|
$tab-mob-nav-right-icon-padding: 0 !default;
|
|
@@ -345,12 +330,10 @@ $tab-pop-icon-active-border: 1px solid $grey-ad !default;
|
|
|
345
330
|
$tab-pop-up-icon-active-border: $tab-pop-icon-active-border !default;
|
|
346
331
|
$tab-pop-border-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !default;
|
|
347
332
|
$tab-bg-hover-nav-icon-color: $grey-light-font !default;
|
|
348
|
-
|
|
349
333
|
$tab-pop-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !default;
|
|
350
334
|
$tab-pop-icon-transition: none !default;
|
|
351
335
|
$tab-pop-up-icon-transform: rotate(0deg) !default;
|
|
352
336
|
$tab-pop-down-icon-transform: rotate(0deg) !default;
|
|
353
|
-
|
|
354
337
|
$tab-bgr-active-last-margin: 1px 2px 0 0 !default;
|
|
355
338
|
$tab-bgr-hscroll-items-nav-width: 50px !default;
|
|
356
339
|
$tab-bgr-item-textwrap-height: $tab-big-height !default;
|
|
@@ -377,7 +360,6 @@ $tab-bgr-rtl-icon-right-margin: 0 !default;
|
|
|
377
360
|
$tab-bgr-background-active-padding: $tab-alt-big-active-item-padding !default;
|
|
378
361
|
$tab-bgr-fill-active-item-padding: 0 !default;
|
|
379
362
|
$tab-bgr-item-text-margin-bottom: 0 !default;
|
|
380
|
-
|
|
381
363
|
$tab-nrml-hscroll-items-nav-width: 40px !default;
|
|
382
364
|
$tab-nrml-hscroll-items-bdr-radius: 0 !default;
|
|
383
365
|
$tab-nrml-item-text-wrap-height: $tab-nrml-height !default;
|
|
@@ -435,16 +417,12 @@ $tab-nrml-bottom-wrap-before-top: unset !default;
|
|
|
435
417
|
$tab-nrml-background-vertical-indicator-display: none !default;
|
|
436
418
|
$tab-nrml-background-active-padding: $tab-alt-nrml-active-item-padding !default;
|
|
437
419
|
$tab-nrml-item-text-margin-bottom: 0 !default;
|
|
438
|
-
|
|
439
420
|
@mixin tbar-alt-btn-animation-after {
|
|
440
421
|
animation: none;
|
|
441
422
|
}
|
|
442
|
-
|
|
443
423
|
@mixin hscroll-alt-btn-animation-after {
|
|
444
424
|
animation: none;
|
|
445
425
|
}
|
|
446
|
-
|
|
447
|
-
/*! Bootstrap specific themes definition's */
|
|
448
426
|
$tab-alt-focused-active-wrap-focus-or-hover-color: $brand-primary-darken-25 !default;
|
|
449
427
|
$tab-alt-focused-active-wrap-focus-and-hover-color: $brand-primary-darken-25 !default;
|
|
450
428
|
$tab-even-active-item-bottom-border-color: 1px solid $grey-dd !default;
|
|
@@ -455,8 +433,6 @@ $tab-alt-wrap-hover-color: $brand-primary-darken-25 !default;
|
|
|
455
433
|
$tab-nav-active-box-shadow: none !default;
|
|
456
434
|
$tab-nav-focus-border-color: $grey-e6 !default;
|
|
457
435
|
$tab-alt-nav-hover-bg-color: $grey-e6 !default;
|
|
458
|
-
|
|
459
|
-
/*! Vertical Tab */
|
|
460
436
|
$tab-vscroll-nrml-padding: 16px 0 !default;
|
|
461
437
|
$tab-vscroll-big-padding: 24px 0 !default;
|
|
462
438
|
$tab-big-v-wrap-padding: 0 20px !default;
|
|
@@ -466,23 +442,19 @@ $tab-nrml-more-btn-line-height: 36px !default;
|
|
|
466
442
|
$tab-big-more-btn-line-height: 48px !default;
|
|
467
443
|
$tab-pop-more-icon-margin: 0 0 0 8px !default;
|
|
468
444
|
$tab-rtl-pop-more-icon-margin: 0 8px 0 0 !default;
|
|
469
|
-
|
|
470
445
|
$tab-vscroll-nav-border: 1px solid transparent !default;
|
|
471
446
|
$tab-vscroll-nav-border-color: $grey-dd !default;
|
|
472
447
|
$tab-v-nav-focus-bg-color: $grey-lighter !default;
|
|
473
448
|
$tab-v-nav-hover-bg-color: $grey-lighter !default;
|
|
474
449
|
$tab-v-popup-box-shadow: $tab-pop-box-shadow !default;
|
|
475
450
|
$tab-v-nav-icon-border-width: 0 !default;
|
|
476
|
-
|
|
477
451
|
$tab-v-big-close-icon-top-bottom-right: -20px !default;
|
|
478
452
|
$tab-v-nrml-close-icon-top-bottom-right: -15px !default;
|
|
479
453
|
$tab-v-rtl-big-close-icon-top-bottom-right: 0 !default;
|
|
480
454
|
$tab-v-rtl-nrml-close-icon-top-bottom-right: 0 !default;
|
|
481
455
|
$tab-v-rtl-big-close-icon-top-bottom-left: -20px !default;
|
|
482
456
|
$tab-v-rtl-nrml-close-icon-top-bottom-left: -15px !default;
|
|
483
|
-
|
|
484
457
|
$tab-v-pop-focus-outline: 0 !default;
|
|
485
|
-
|
|
486
458
|
$tab-header-font-weight: normal !default;
|
|
487
459
|
$tab-header-before-border-color: $tab-hdr-bdr-color !default;
|
|
488
460
|
$tab-header-before-border-width: 0 0 1px !default;
|
|
@@ -509,7 +481,6 @@ $tab-item-left-icon-before-top: 2px !default;
|
|
|
509
481
|
$tab-item-icon-before-top: 2px !default;
|
|
510
482
|
$tab-item-icon-before-left: 2px !default;
|
|
511
483
|
$tab-item-active-border-bottom: 1px solid $grey-white !default;
|
|
512
|
-
|
|
513
484
|
$tab-pop-wrap-hover-border: 0 !default;
|
|
514
485
|
$tab-pop-wrap-hover-border-radius: 4px !default;
|
|
515
486
|
$tab-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
@@ -524,7 +495,6 @@ $tab-pop-nav-active-bg: inherit !default;
|
|
|
524
495
|
$tab-pop-nav-active-border: 0 !default;
|
|
525
496
|
$tab-pop-nav-active-border-radius: 0 4px 0 0 !default;
|
|
526
497
|
$tab-pop-active-icons-color: $active-font-color !default;
|
|
527
|
-
|
|
528
498
|
$tab-scroll-nav-bg: inherit !default;
|
|
529
499
|
$tab-scroll-nav-arrow-font: $tab-nav-icon-color !default;
|
|
530
500
|
$tab-scroll-arrow-hover-border: $tab-item-active-wrap-border !default;
|
|
@@ -540,7 +510,6 @@ $tab-scroll-overlay-arrow-hover-bg: $tab-hover-nav-bg-color !default;
|
|
|
540
510
|
$tab-scroll-overlay-arrow-hover-border-color: unset !default;
|
|
541
511
|
$tab-scroll-focused-nav-focus-icon-bg: $tab-nav-focus-bg-color !default;
|
|
542
512
|
$tab-scroll-focused-nav-focus-icon-border: $tab-pop-up-icon-focus-border !default;
|
|
543
|
-
|
|
544
513
|
$tab-bottom-border-color: unset !default;
|
|
545
514
|
$tab-bottom-border-width: 0 !default;
|
|
546
515
|
$tab-bottom-hidden-items-border-color: $grey-dd !default;
|
|
@@ -548,7 +517,6 @@ $tab-bottom-hidden-items-border-width: 1px 0 0 !default;
|
|
|
548
517
|
$tab-bottom-active-border-color: $tab-active-item-border-color $grey-dd $grey-dd !default;
|
|
549
518
|
$tab-bottom-active-border-width: 1px !default;
|
|
550
519
|
$tab-bottom-active-margin-top: 0 !default;
|
|
551
|
-
|
|
552
520
|
$tab-vertical-scroll-hover-border-color: $tab-vscroll-nav-border-color transparent transparent !default;
|
|
553
521
|
$tab-vertical-scroll-hover-active-bg: $tab-v-nav-focus-bg-color !default;
|
|
554
522
|
$tab-vertical-focus-active-arrow-color: none !default;
|
|
@@ -556,7 +524,6 @@ $tab-vertical-pop-icon-hover-color: $tab-hover-nav-icon-color !default;
|
|
|
556
524
|
$tab-vertical-pop-icon-active-color: $tab-nav-focus-icon-color !default;
|
|
557
525
|
$tab-vertical-focused-nav-focus-border-color: $tab-vertical-scroll-hover-border-color !default;
|
|
558
526
|
$tab-vertical-before-border-width: 0 1px 0 0 !default;
|
|
559
|
-
|
|
560
527
|
$tab-fill-wrap-hover-icon-color: $tab-hover-text-color !default;
|
|
561
528
|
$tab-fill-active-tabwrap-border-color: unset !default;
|
|
562
529
|
$tab-fill-active-text-before-border: unset !default;
|
|
@@ -569,7 +536,6 @@ $tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
|
569
536
|
$tab-fill-focused-active-tabwrap-focus-border-color: unset !default;
|
|
570
537
|
$tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
|
|
571
538
|
$tab-fill-focused-active-wrap-focus-close-color: $tab-fill-focused-active-wrap-focus-color !default;
|
|
572
|
-
|
|
573
539
|
$tab-background-indicator-bottom: 0 !default;
|
|
574
540
|
$tab-background-wrap-border-color: unset !default;
|
|
575
541
|
$tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
|
|
@@ -662,5 +628,4 @@ $tab-background-focused-active-wrap-icon-color: $tab-alt-active-hover-text-color
|
|
|
662
628
|
$tab-background-accent-indicator-bg: $tab-border-color !default;
|
|
663
629
|
$tab-background-active-text-font-weight: $tab-light-font-weight !default;
|
|
664
630
|
$tab-background-text-color: $tab-alt-text-color !default;
|
|
665
|
-
|
|
666
631
|
$tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|