@syncfusion/ej2-navigations 25.2.4 → 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 -2355
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
2
|
-
/* stylelint-disable */
|
|
3
|
-
/*! Horizontal Tab */
|
|
4
1
|
$tab-skin: 'bootstrap5' !default;
|
|
5
|
-
|
|
6
|
-
// font definitions
|
|
7
2
|
$tab-font-family: $font-family !default;
|
|
8
3
|
$tab-big-vertical-nav-arrow-font-size: 12px !default;
|
|
9
4
|
$tab-nrml-vertical-nav-arrow-font-size: 10px !default;
|
|
@@ -13,8 +8,6 @@ $tab-nrml-font-size: 14px !default;
|
|
|
13
8
|
$tab-font-weight: 400 !default;
|
|
14
9
|
$tab-semi-font-weight: 400 !default;
|
|
15
10
|
$tab-light-font-weight: 400 !default;
|
|
16
|
-
|
|
17
|
-
// dimension definitions
|
|
18
11
|
$tab-big-height: 42px !default;
|
|
19
12
|
$tab-nrml-height: 32px !default;
|
|
20
13
|
$tab-focus-big-height: 42px !default;
|
|
@@ -258,8 +251,6 @@ $tab-big-nav-tb-icon-top: 0 !default;
|
|
|
258
251
|
$tab-nrml-nav-tb-icon-top: 0 !default;
|
|
259
252
|
$tab-big-nav-icons-top: -2px !default;
|
|
260
253
|
$tab-nrml-nav-icons-top: 0 !default;
|
|
261
|
-
|
|
262
|
-
// color definitions
|
|
263
254
|
$tab-border-color: $border-light !default;
|
|
264
255
|
$tab-hover-border-color: $border-light !default;
|
|
265
256
|
$tab-disable-border-color: rgba($border-light, .38) !default;
|
|
@@ -340,14 +331,12 @@ $tab-pop-icon-focus-border: 1px solid $border-light !default;
|
|
|
340
331
|
$tab-pop-icon-active-border: 1px solid $border-light !default;
|
|
341
332
|
$tab-pop-border-box-shadow: inset $shadow-sm !default;
|
|
342
333
|
$tab-bg-hover-nav-icon-color: $icon-color !default;
|
|
343
|
-
|
|
344
334
|
$tab-nav-pop-press-border: 3px solid $transparent !default;
|
|
345
335
|
$tab-nav-pop-press-active-border: 3px solid $border-dark !default;
|
|
346
336
|
$tab-pop-box-shadow: $shadow-lg !default;
|
|
347
337
|
$tab-pop-icon-transition: none !default;
|
|
348
338
|
$tab-pop-up-icon-transform: rotate(0deg) !default;
|
|
349
339
|
$tab-pop-down-icon-transform: rotate(0deg) !default;
|
|
350
|
-
|
|
351
340
|
$tab-bgr-active-last-margin: 1px 2px 0 0 !default;
|
|
352
341
|
$tab-bgr-hscroll-items-nav-width: 38px !default;
|
|
353
342
|
$tab-bgr-item-textwrap-height: $tab-big-height !default;
|
|
@@ -374,7 +363,6 @@ $tab-bgr-rtl-icon-right-margin: 0 !default;
|
|
|
374
363
|
$tab-bgr-background-active-padding: $tab-alt-big-active-item-padding !default;
|
|
375
364
|
$tab-bgr-fill-active-item-padding: 0 !default;
|
|
376
365
|
$tab-bgr-item-text-margin-bottom: 0 !default;
|
|
377
|
-
|
|
378
366
|
$tab-nrml-hscroll-items-nav-width: 32px !default;
|
|
379
367
|
$tab-nrml-hscroll-items-bdr-radius: 4px !default;
|
|
380
368
|
$tab-nrml-item-text-wrap-height: $tab-nrml-height !default;
|
|
@@ -432,16 +420,12 @@ $tab-nrml-bottom-wrap-before-top: unset !default;
|
|
|
432
420
|
$tab-nrml-background-vertical-indicator-display: none !default;
|
|
433
421
|
$tab-nrml-background-active-padding: $tab-alt-nrml-active-item-padding !default;
|
|
434
422
|
$tab-nrml-item-text-margin-bottom: 0 !default;
|
|
435
|
-
|
|
436
423
|
@mixin tbar-alt-btn-animation-after {
|
|
437
424
|
animation: none;
|
|
438
425
|
}
|
|
439
|
-
|
|
440
426
|
@mixin hscroll-alt-btn-animation-after {
|
|
441
427
|
animation: none;
|
|
442
428
|
}
|
|
443
|
-
|
|
444
|
-
/*! Bootstrap specific themes definition's */
|
|
445
429
|
$tab-alt-focused-active-wrap-focus-or-hover-color: $content-text-color-alt2 !default;
|
|
446
430
|
$tab-alt-focused-active-wrap-focus-and-hover-color: $content-text-color-alt2 !default;
|
|
447
431
|
$tab-even-active-item-bottom-border-color: 1px solid $border-light !default;
|
|
@@ -452,8 +436,6 @@ $tab-alt-wrap-hover-color: darken($secondary, 15%) !default;
|
|
|
452
436
|
$tab-nav-active-box-shadow: inset 0 0 0 3px rgba($secondary, .5) !default;
|
|
453
437
|
$tab-nav-focus-border-color: $secondary !default;
|
|
454
438
|
$tab-alt-nav-hover-bg-color: $secondary !default;
|
|
455
|
-
|
|
456
|
-
/*! Vertical Tab */
|
|
457
439
|
$tab-vscroll-nrml-padding: 16px 0 !default;
|
|
458
440
|
$tab-vscroll-big-padding: 24px 0 !default;
|
|
459
441
|
$tab-big-v-wrap-padding: 0 16px !default;
|
|
@@ -476,7 +458,6 @@ $tab-v-pop-focus-outline: 0 !default;
|
|
|
476
458
|
$tab-vscroll-nav-border-color: rgba($content-bg-color-alt3, .12) !default;
|
|
477
459
|
$tab-v-nav-focus-bg-color: rgba($content-bg-color-alt2, .12) !default;
|
|
478
460
|
$tab-v-nav-hover-bg-color: rgba($content-bg-color-alt2, .12) !default;
|
|
479
|
-
|
|
480
461
|
$tab-header-font-weight: 400 !default;
|
|
481
462
|
$tab-header-before-border-color: $tab-hdr-bdr-color !default;
|
|
482
463
|
$tab-header-before-border-width: 0 0 1px !default;
|
|
@@ -503,7 +484,6 @@ $tab-item-left-icon-before-top: 0 !default;
|
|
|
503
484
|
$tab-item-icon-before-top: 1px !default;
|
|
504
485
|
$tab-item-icon-before-left: 5px !default;
|
|
505
486
|
$tab-item-active-border-bottom: 1px solid $content-bg-color !default;
|
|
506
|
-
|
|
507
487
|
$tab-pop-wrap-hover-border: $tab-vscroll-nav-border !default;
|
|
508
488
|
$tab-pop-wrap-hover-border-radius: 0 !default;
|
|
509
489
|
$tab-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
@@ -518,7 +498,6 @@ $tab-pop-nav-active-bg: $tab-nav-focus-bg-color !default;
|
|
|
518
498
|
$tab-pop-nav-active-border: $tab-nav-pop-press-active-border !default;
|
|
519
499
|
$tab-pop-nav-active-border-radius: $tab-active-item-border-radius !default;
|
|
520
500
|
$tab-pop-active-icons-color: $content-text-color-alt2 !default;
|
|
521
|
-
|
|
522
501
|
$tab-scroll-nav-bg: inherit !default;
|
|
523
502
|
$tab-scroll-nav-arrow-font: $tab-nav-icon-color !default;
|
|
524
503
|
$tab-scroll-arrow-hover-border: $tab-item-active-wrap-border !default;
|
|
@@ -534,7 +513,6 @@ $tab-scroll-overlay-arrow-hover-bg: $tab-hover-nav-bg-color !default;
|
|
|
534
513
|
$tab-scroll-overlay-arrow-hover-border-color: unset !default;
|
|
535
514
|
$tab-scroll-focused-nav-focus-icon-bg: $tab-nav-focus-bg-color !default;
|
|
536
515
|
$tab-scroll-focused-nav-focus-icon-border: $tab-pop-up-icon-focus-border !default;
|
|
537
|
-
|
|
538
516
|
$tab-bottom-border-color: unset !default;
|
|
539
517
|
$tab-bottom-border-width: 0 !default;
|
|
540
518
|
$tab-bottom-hidden-items-border-color: $primary-text-color !default;
|
|
@@ -542,7 +520,6 @@ $tab-bottom-hidden-items-border-width: 1px 0 0 !default;
|
|
|
542
520
|
$tab-bottom-active-border-color: $tab-active-item-border-color $border-light $border-light !default;
|
|
543
521
|
$tab-bottom-active-border-width: 1px !default;
|
|
544
522
|
$tab-bottom-active-margin-top: 0 !default;
|
|
545
|
-
|
|
546
523
|
$tab-vertical-scroll-hover-border-color: $tab-vscroll-nav-border-color transparent transparent !default;
|
|
547
524
|
$tab-vertical-scroll-hover-active-bg: $tab-v-nav-focus-bg-color !default;
|
|
548
525
|
$tab-vertical-focus-active-arrow-color: none !default;
|
|
@@ -550,7 +527,6 @@ $tab-vertical-pop-icon-hover-color: $tab-hover-text-color !default;
|
|
|
550
527
|
$tab-vertical-pop-icon-active-color: $tab-nav-focus-icon-color !default;
|
|
551
528
|
$tab-vertical-focused-nav-focus-border-color: $tab-vertical-scroll-hover-border-color !default;
|
|
552
529
|
$tab-vertical-before-border-width: 0 1px 0 0 !default;
|
|
553
|
-
|
|
554
530
|
$tab-fill-wrap-hover-icon-color: $tab-hover-text-color !default;
|
|
555
531
|
$tab-fill-active-tabwrap-border-color: unset !default;
|
|
556
532
|
$tab-fill-active-text-before-border: unset !default;
|
|
@@ -563,7 +539,6 @@ $tab-fill-pop-wrap-hover-close-color: $tab-alt-active-close-icon-color !default;
|
|
|
563
539
|
$tab-fill-focused-active-tabwrap-focus-border-color: $tab-focused-wrap-focus-border-color !default;
|
|
564
540
|
$tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
|
|
565
541
|
$tab-fill-focused-active-wrap-focus-close-color: $tab-fill-focused-active-wrap-focus-color !default;
|
|
566
|
-
|
|
567
542
|
$tab-background-indicator-bottom: 0 !default;
|
|
568
543
|
$tab-background-wrap-border-color: transparent !default;
|
|
569
544
|
$tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
|
|
@@ -656,5 +631,4 @@ $tab-background-focused-active-wrap-icon-color: $tab-alt-active-hover-text-color
|
|
|
656
631
|
$tab-background-accent-indicator-bg: $tab-border-color !default;
|
|
657
632
|
$tab-background-active-text-font-weight: $tab-light-font-weight !default;
|
|
658
633
|
$tab-background-text-color: $tab-alt-text-color !default;
|
|
659
|
-
|
|
660
634
|
$tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
/*! Fabric theme definition's */
|
|
2
|
-
/*! component's theme wise override definitions and variables */
|
|
3
|
-
/*! Horizontal Tab */
|
|
4
1
|
$tab-skin: 'highcontrast' !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: $content-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;
|
|
@@ -47,16 +42,13 @@ $tab-alt-border-color: $selection-bg !default;
|
|
|
47
42
|
$tab-alt-disable-border-color: $disable !default;
|
|
48
43
|
$tab-bg-color: transparent !default;
|
|
49
44
|
$tab-border: 1px solid $border-default !default;
|
|
50
|
-
|
|
51
45
|
$tab-alt-hdr-bg-color: $bg-base-20 !default;
|
|
52
46
|
$tab-focus-hscroll-content-padding: 1px 0 !default;
|
|
53
47
|
$tab-hdr-bdr-color: inherit !default;
|
|
54
48
|
$tab-hdr-border: 0 !default;
|
|
55
49
|
$tab-hdr-border-width: 0 !default;
|
|
56
50
|
$tab-alt-hdr-border: 0 !default;
|
|
57
|
-
|
|
58
51
|
$tab-items-border: 0 !default;
|
|
59
|
-
|
|
60
52
|
$tab-big-item-margin: 0 14px 0 0 !default;
|
|
61
53
|
$tab-nrml-item-margin: 0 8px 0 0 !default;
|
|
62
54
|
$tab-big-item-padding: 0 !default;
|
|
@@ -123,7 +115,6 @@ $tab-item-wrap-border-radius: 0 !default;
|
|
|
123
115
|
$tab-hscroll-item-padding: 0 !default;
|
|
124
116
|
$tab-big-item-last-child-padding-bottom: 0 !default;
|
|
125
117
|
$tab-nrml-item-last-child-padding-bottom: 0 !default;
|
|
126
|
-
|
|
127
118
|
$tab-big-wrap-padding: 0 8px !default;
|
|
128
119
|
$tab-nrml-wrap-padding: 0 8px !default;
|
|
129
120
|
$tab-mob-wrap-padding: 0 8px !default;
|
|
@@ -175,7 +166,6 @@ $tab-bg-big-active-item-wrap-margin-bottom: 0 !default;
|
|
|
175
166
|
$tab-bg-nrml-active-item-wrap-margin-bottom: 0 !default;
|
|
176
167
|
$tab-alt-big-active-item-padding: 0 !default;
|
|
177
168
|
$tab-alt-nrml-active-item-padding: 0 !default;
|
|
178
|
-
|
|
179
169
|
$tab-active-text-container-margin: 0 !default;
|
|
180
170
|
$tab-big-text-container-margin-right: 22px !default;
|
|
181
171
|
$tab-nrml-text-container-margin-right: 20px !default;
|
|
@@ -190,7 +180,6 @@ $tab-fill-nrml-active-it-text-container-height: $tab-nrml-fill-height - 4 !defau
|
|
|
190
180
|
$tab-big-even-active-text-container-height: $tab-big-height - 4 !default;
|
|
191
181
|
$tab-nrml-even-active-text-container-height: 40px !default;
|
|
192
182
|
$tab-even-active-text-container-margin: 0 0 2px !default;
|
|
193
|
-
|
|
194
183
|
$tab-big-font-size: 15px !default;
|
|
195
184
|
$tab-nrml-font-size: 14px !default;
|
|
196
185
|
$tab-font-weight: 400 !default;
|
|
@@ -232,9 +221,7 @@ $tab-alt-active-hover-text-color: $selection-font !default;
|
|
|
232
221
|
$tab-alt-active-style-hover-icon-color: $tab-alt-active-hover-text-color !default;
|
|
233
222
|
$tab-clone-item-bg-color: $bg-base-0 !default;
|
|
234
223
|
$tab-clone-text-color: $content-font !default;
|
|
235
|
-
|
|
236
224
|
$tab-icon-container-width: 50px !default;
|
|
237
|
-
|
|
238
225
|
$tab-nav-pop-press-border: 0 !default;
|
|
239
226
|
$tab-big-nav-icon-container-size: 32px !default;
|
|
240
227
|
$tab-nrml-nav-icon-container-size: 24px !default;
|
|
@@ -266,7 +253,6 @@ $tab-big-edge-pop-icon-line-height: 18px !default;
|
|
|
266
253
|
$tab-nrml-edge-pop-icon-line-height: 14px !default;
|
|
267
254
|
$tab-comb-icon-color: $content-font !default;
|
|
268
255
|
$tab-comb-text-color: $content-font !default;
|
|
269
|
-
|
|
270
256
|
$tab-close-icon-size: 10px !default;
|
|
271
257
|
$tab-big-close-icon-size: 12px !default;
|
|
272
258
|
$tab-nrml-close-icon-size: 10px !default;
|
|
@@ -310,7 +296,6 @@ $tab-alt-active-hover-close-icon-color: $selection-font !default;
|
|
|
310
296
|
$tab-pop-bg-color: $bg-base-0 !default;
|
|
311
297
|
$tab-pop-border: 1px solid $border-default !default;
|
|
312
298
|
$tab-pop-border-radius: 0 !default;
|
|
313
|
-
|
|
314
299
|
$tab-big-nav-right-icon-padding: 0 10px !default;
|
|
315
300
|
$tab-nrml-nav-right-icon-padding: 0 10px !default;
|
|
316
301
|
$tab-mob-nav-right-icon-padding: 0 8px !default;
|
|
@@ -343,12 +328,10 @@ $tab-pop-icon-active-border: 0 !default;
|
|
|
343
328
|
$tab-even-active-item-bottom-border-color: 0 !default;
|
|
344
329
|
$tab-pop-border-box-shadow: none !default;
|
|
345
330
|
$tab-bg-hover-nav-icon-color: $hover-font !default;
|
|
346
|
-
|
|
347
331
|
$tab-pop-box-shadow: none !default;
|
|
348
332
|
$tab-pop-icon-transition: none !default;
|
|
349
333
|
$tab-pop-up-icon-transform: rotate(0deg) !default;
|
|
350
334
|
$tab-pop-down-icon-transform: rotate(0deg) !default;
|
|
351
|
-
|
|
352
335
|
$tab-bgr-active-last-margin: 0 14px 0 0 !default;
|
|
353
336
|
$tab-bgr-hscroll-items-nav-width: 50px !default;
|
|
354
337
|
$tab-bgr-item-textwrap-height: $tab-big-height - 4 !default;
|
|
@@ -375,7 +358,6 @@ $tab-bgr-rtl-icon-right-margin: 0 !default;
|
|
|
375
358
|
$tab-bgr-background-active-padding: $tab-alt-big-active-item-padding !default;
|
|
376
359
|
$tab-bgr-fill-active-item-padding: 0 !default;
|
|
377
360
|
$tab-bgr-item-text-margin-bottom: 0 !default;
|
|
378
|
-
|
|
379
361
|
$tab-nrml-hscroll-items-nav-width: 40px !default;
|
|
380
362
|
$tab-nrml-hscroll-items-bdr-radius: 0 !default;
|
|
381
363
|
$tab-nrml-item-text-wrap-height: $tab-nrml-height - 4 !default;
|
|
@@ -433,16 +415,12 @@ $tab-nrml-bottom-wrap-before-top: 0 !default;
|
|
|
433
415
|
$tab-nrml-background-vertical-indicator-display: none !default;
|
|
434
416
|
$tab-nrml-background-active-padding: $tab-alt-nrml-active-item-padding !default;
|
|
435
417
|
$tab-nrml-item-text-margin-bottom: 0 !default;
|
|
436
|
-
|
|
437
418
|
@mixin tbar-alt-btn-animation-after {
|
|
438
419
|
animation: none;
|
|
439
420
|
}
|
|
440
|
-
|
|
441
421
|
@mixin hscroll-alt-btn-animation-after {
|
|
442
422
|
animation: none;
|
|
443
423
|
}
|
|
444
|
-
|
|
445
|
-
/*! HighContrast specific themes definition's */
|
|
446
424
|
$tab-active-line-color: $selection-bg !default;
|
|
447
425
|
$tab-wrap-border-color: $bg-base-0 !default;
|
|
448
426
|
$tab-wrap-hover-bg-color: $hover-bg !default;
|
|
@@ -493,8 +471,6 @@ $tab-alt-nav-hover-color: $hover-font !default;
|
|
|
493
471
|
$tab-alt-nav-hover-border-color: $hover-border !default;
|
|
494
472
|
$tab-alt-nav-active-color: $selection-font !default;
|
|
495
473
|
$tab-alt-nav-active-bg-color: $selection-bg !default;
|
|
496
|
-
|
|
497
|
-
/*! Vertical Tab */
|
|
498
474
|
$tab-vscroll-nrml-padding: 16px 0 !default;
|
|
499
475
|
$tab-vscroll-big-padding: 24px 0 !default;
|
|
500
476
|
$tab-big-v-wrap-padding: 0 8px !default;
|
|
@@ -504,23 +480,19 @@ $tab-nrml-more-btn-line-height: 36px !default;
|
|
|
504
480
|
$tab-big-more-btn-line-height: 48px !default;
|
|
505
481
|
$tab-pop-more-icon-margin: 0 0 0 8px !default;
|
|
506
482
|
$tab-rtl-pop-more-icon-margin: 0 8px 0 0 !default;
|
|
507
|
-
|
|
508
483
|
$tab-vscroll-nav-border: 1px solid transparent !default;
|
|
509
484
|
$tab-vscroll-nav-border-color: $border-fg !default;
|
|
510
485
|
$tab-v-nav-focus-bg-color: transparent !default;
|
|
511
486
|
$tab-v-nav-hover-bg-color: $hover-bg !default;
|
|
512
487
|
$tab-v-popup-box-shadow: $tab-pop-box-shadow !default;
|
|
513
488
|
$tab-v-nav-icon-border-width: 1px !default;
|
|
514
|
-
|
|
515
489
|
$tab-v-big-close-icon-top-bottom-right: -22px !default;
|
|
516
490
|
$tab-v-nrml-close-icon-top-bottom-right: -20px !default;
|
|
517
491
|
$tab-v-rtl-big-close-icon-top-bottom-right: 0 !default;
|
|
518
492
|
$tab-v-rtl-nrml-close-icon-top-bottom-right: 0 !default;
|
|
519
493
|
$tab-v-rtl-big-close-icon-top-bottom-left: -22px !default;
|
|
520
494
|
$tab-v-rtl-nrml-close-icon-top-bottom-left: -20px !default;
|
|
521
|
-
|
|
522
495
|
$tab-v-pop-focus-outline: 1.5px solid $border-fg !default;
|
|
523
|
-
|
|
524
496
|
$tab-header-font-weight: normal !default;
|
|
525
497
|
$tab-header-before-border-color: unset !default;
|
|
526
498
|
$tab-header-before-border-width: 0 !default;
|
|
@@ -547,7 +519,6 @@ $tab-item-left-icon-before-top: 0 !default;
|
|
|
547
519
|
$tab-item-icon-before-top: 2px !default;
|
|
548
520
|
$tab-item-icon-before-left: 0 !default;
|
|
549
521
|
$tab-item-active-border-bottom: initial !default;
|
|
550
|
-
|
|
551
522
|
$tab-pop-wrap-hover-border: 2px solid $tab-wrap-hover-border-color !default;
|
|
552
523
|
$tab-pop-wrap-hover-border-radius: 0 !default;
|
|
553
524
|
$tab-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
@@ -562,7 +533,6 @@ $tab-pop-nav-active-bg: inherit !default;
|
|
|
562
533
|
$tab-pop-nav-active-border: 0 !default;
|
|
563
534
|
$tab-pop-nav-active-border-radius: 0 !default;
|
|
564
535
|
$tab-pop-active-icons-color: $tab-nav-pop-arrow-active-color !default;
|
|
565
|
-
|
|
566
536
|
$tab-scroll-nav-bg: inherit !default;
|
|
567
537
|
$tab-scroll-nav-arrow-font: $tab-nav-icon-color !default;
|
|
568
538
|
$tab-scroll-arrow-hover-border: 2px solid $tab-wrap-hover-border-color !default;
|
|
@@ -578,7 +548,6 @@ $tab-scroll-overlay-arrow-hover-bg: $tab-nav-disable-hover-bg-color !default;
|
|
|
578
548
|
$tab-scroll-overlay-arrow-hover-border-color: $tab-nav-disable-hover-border-color !default;
|
|
579
549
|
$tab-scroll-focused-nav-focus-icon-bg: inherit !default;
|
|
580
550
|
$tab-scroll-focused-nav-focus-icon-border: 2px solid $tab-focused-nav-focus-border-color !default;
|
|
581
|
-
|
|
582
551
|
$tab-bottom-border-color: unset !default;
|
|
583
552
|
$tab-bottom-border-width: 0 !default;
|
|
584
553
|
$tab-bottom-hidden-items-border-color: unset !default;
|
|
@@ -586,7 +555,6 @@ $tab-bottom-hidden-items-border-width: 0 !default;
|
|
|
586
555
|
$tab-bottom-active-border-color: $tab-active-item-border-color unset unset !default;
|
|
587
556
|
$tab-bottom-active-border-width: 0 !default;
|
|
588
557
|
$tab-bottom-active-margin-top: 0 !default;
|
|
589
|
-
|
|
590
558
|
$tab-vertical-scroll-hover-border-color: $border-fg !default;
|
|
591
559
|
$tab-vertical-scroll-hover-active-bg: $selection-bg !default;
|
|
592
560
|
$tab-vertical-focus-active-arrow-color: $selection-font !default;
|
|
@@ -594,7 +562,6 @@ $tab-vertical-pop-icon-hover-color: $tab-hover-nav-icon-color !default;
|
|
|
594
562
|
$tab-vertical-pop-icon-active-color: $content-font !default;
|
|
595
563
|
$tab-vertical-focused-nav-focus-border-color: $tab-focused-nav-focus-border-color !default;
|
|
596
564
|
$tab-vertical-before-border-width: 0 !default;
|
|
597
|
-
|
|
598
565
|
$tab-fill-wrap-hover-icon-color: $tab-hover-text-color !default;
|
|
599
566
|
$tab-fill-active-tabwrap-border-color: $tab-fill-active-wrap-border-color !default;
|
|
600
567
|
$tab-fill-active-text-before-border: 0 !default;
|
|
@@ -607,7 +574,6 @@ $tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
|
607
574
|
$tab-fill-focused-active-tabwrap-focus-border-color: $tab-fill-focused-active-wrap-focus-border-color !default;
|
|
608
575
|
$tab-fill-focused-active-wrap-focus-text-color: $tab-alt-active-style-hover-icon-color !default;
|
|
609
576
|
$tab-fill-focused-active-wrap-focus-close-color: $tab-hover-text-color !default;
|
|
610
|
-
|
|
611
577
|
$tab-background-indicator-bottom: 0 !default;
|
|
612
578
|
$tab-background-wrap-border-color: $tab-alt-wrap-border-color !default;
|
|
613
579
|
$tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
|
|
@@ -700,5 +666,4 @@ $tab-background-focused-active-wrap-icon-color: $tab-alt-active-hover-text-color
|
|
|
700
666
|
$tab-background-accent-indicator-bg: $tab-border-color !default;
|
|
701
667
|
$tab-background-active-text-font-weight: $tab-light-font-weight !default;
|
|
702
668
|
$tab-background-text-color: $tab-alt-text-color !default;
|
|
703
|
-
|
|
704
669
|
$tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
//default
|
|
2
1
|
$tab-skin: 'highcontrast' !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: $selection-bg !default;
|
|
|
66
65
|
$tab-alt-disable-border-color: $disable !default;
|
|
67
66
|
$tab-bg-color: $bg-base-0 !default;
|
|
68
67
|
$tab-border: 1px solid $border-default !default;
|
|
69
|
-
|
|
70
68
|
$tab-alt-hdr-bg-color: $bg-base-20 !default;
|
|
71
69
|
$tab-focus-hscroll-content-padding: 1px 0 !default;
|
|
72
70
|
$tab-hdr-bdr-color: inherit !default;
|
|
73
71
|
$tab-hdr-border: 0 !default;
|
|
74
72
|
$tab-alt-hdr-border: 0 !default;
|
|
75
|
-
|
|
76
73
|
$tab-items-border: 0 !default;
|
|
77
|
-
|
|
78
74
|
$tab-big-item-margin: 0 14px 0 0 !default;
|
|
79
75
|
$tab-nrml-item-margin: 0 8px 0 0 !default;
|
|
80
76
|
$tab-big-item-padding: 0 !default;
|
|
@@ -139,7 +135,6 @@ $tab-item-wrap-border-radius: 0 !default;
|
|
|
139
135
|
$tab-hscroll-item-padding: 0 !default;
|
|
140
136
|
$tab-big-item-last-child-padding-bottom: 0 !default;
|
|
141
137
|
$tab-nrml-item-last-child-padding-bottom: 0 !default;
|
|
142
|
-
|
|
143
138
|
$tab-big-wrap-padding: 0 8px !default;
|
|
144
139
|
$tab-nrml-wrap-padding: 0 8px !default;
|
|
145
140
|
$tab-mob-wrap-padding: 0 8px !default;
|
|
@@ -191,7 +186,6 @@ $tab-bg-big-active-item-wrap-margin-bottom: 0 !default;
|
|
|
191
186
|
$tab-bg-nrml-active-item-wrap-margin-bottom: 0 !default;
|
|
192
187
|
$tab-alt-big-active-item-padding: 0 !default;
|
|
193
188
|
$tab-alt-nrml-active-item-padding: 0 !default;
|
|
194
|
-
|
|
195
189
|
$tab-active-text-container-margin: 0 !default;
|
|
196
190
|
$tab-big-text-container-margin-right: 22px !default;
|
|
197
191
|
$tab-nrml-text-container-margin-right: 20px !default;
|
|
@@ -206,7 +200,6 @@ $tab-fill-nrml-active-it-text-container-height: $tab-nrml-fill-height - 4 !defau
|
|
|
206
200
|
$tab-big-even-active-text-container-height: $tab-big-height - 4 !default;
|
|
207
201
|
$tab-nrml-even-active-text-container-height: 40px !default;
|
|
208
202
|
$tab-even-active-text-container-margin: 0 0 2px !default;
|
|
209
|
-
|
|
210
203
|
$tab-big-font-size: 15px !default;
|
|
211
204
|
$tab-nrml-font-size: 14px !default;
|
|
212
205
|
$tab-font-weight: 400 !default;
|
|
@@ -248,9 +241,7 @@ $tab-alt-active-hover-text-color: $selection-font !default;
|
|
|
248
241
|
$tab-alt-active-style-hover-icon-color: $tab-alt-active-hover-text-color !default;
|
|
249
242
|
$tab-clone-item-bg-color: rgba($bg-base-0, 0) !default;
|
|
250
243
|
$tab-clone-text-color: $content-font !default;
|
|
251
|
-
|
|
252
244
|
$tab-icon-container-width: 50px !default;
|
|
253
|
-
|
|
254
245
|
$tab-nav-pop-press-border: 0 !default;
|
|
255
246
|
$tab-big-nav-icon-container-size: 32px !default;
|
|
256
247
|
$tab-nrml-nav-icon-container-size: 24px !default;
|
|
@@ -282,7 +273,6 @@ $tab-big-edge-pop-icon-line-height: 18px !default;
|
|
|
282
273
|
$tab-nrml-edge-pop-icon-line-height: 14px !default;
|
|
283
274
|
$tab-comb-icon-color: $content-font !default;
|
|
284
275
|
$tab-comb-text-color: $content-font !default;
|
|
285
|
-
|
|
286
276
|
$tab-close-icon-size: 10px !default;
|
|
287
277
|
$tab-big-close-icon-size: 12px !default;
|
|
288
278
|
$tab-nrml-close-icon-size: 10px !default;
|
|
@@ -326,7 +316,6 @@ $tab-alt-active-hover-close-icon-color: $selection-font !default;
|
|
|
326
316
|
$tab-pop-bg-color: $bg-base-0 !default;
|
|
327
317
|
$tab-pop-border: 1px solid $border-default !default;
|
|
328
318
|
$tab-pop-border-radius: 0 !default;
|
|
329
|
-
|
|
330
319
|
$tab-big-nav-right-icon-padding: 0 10px !default;
|
|
331
320
|
$tab-nrml-nav-right-icon-padding: 0 10px !default;
|
|
332
321
|
$tab-mob-nav-right-icon-padding: 0 8px !default;
|
|
@@ -363,7 +352,6 @@ $tab-even-active-item-bottom-border-color: 0 !default;
|
|
|
363
352
|
$tab-pop-up-icon-active-border: $tab-pop-icon-active-border !default;
|
|
364
353
|
$tab-pop-border-box-shadow: none !default;
|
|
365
354
|
$tab-bg-hover-nav-icon-color: $hover-font !default;
|
|
366
|
-
|
|
367
355
|
$tab-pop-box-shadow: none !default;
|
|
368
356
|
$tab-v-popup-box-shadow: $tab-pop-box-shadow !default;
|
|
369
357
|
$tab-pop-icon-transition: none !default;
|
|
@@ -415,7 +403,6 @@ $tab-alt-nav-hover-color: $hover-font !default;
|
|
|
415
403
|
$tab-alt-nav-hover-border-color: $hover-border !default;
|
|
416
404
|
$tab-alt-nav-active-color: $selection-font !default;
|
|
417
405
|
$tab-alt-nav-active-bg-color: $selection-bg !default;
|
|
418
|
-
|
|
419
406
|
$tab-bgr-active-last-margin: 0 14px 0 0 !default;
|
|
420
407
|
$tab-bgr-hscroll-items-nav-width: 50px !default;
|
|
421
408
|
$tab-bgr-item-textwrap-height: $tab-big-height - 4 !default;
|
|
@@ -442,7 +429,6 @@ $tab-bgr-rtl-icon-right-margin: 0 !default;
|
|
|
442
429
|
$tab-bgr-background-active-padding: $tab-alt-big-active-item-padding !default;
|
|
443
430
|
$tab-bgr-fill-active-item-padding: 0 !default;
|
|
444
431
|
$tab-bgr-item-text-margin-bottom: 0 !default;
|
|
445
|
-
|
|
446
432
|
$tab-nrml-hscroll-items-nav-width: 40px !default;
|
|
447
433
|
$tab-nrml-hscroll-items-bdr-radius: 0 !default;
|
|
448
434
|
$tab-nrml-item-text-wrap-height: $tab-nrml-height - 4 !default;
|
|
@@ -500,7 +486,6 @@ $tab-nrml-bottom-wrap-before-top: 0 !default;
|
|
|
500
486
|
$tab-nrml-background-vertical-indicator-display: none !default;
|
|
501
487
|
$tab-nrml-background-active-padding: $tab-alt-nrml-active-item-padding !default;
|
|
502
488
|
$tab-nrml-item-text-margin-bottom: 0 !default;
|
|
503
|
-
|
|
504
489
|
$tab-header-font-weight: normal !default;
|
|
505
490
|
$tab-header-before-border-color: unset !default;
|
|
506
491
|
$tab-header-before-border-width: 0 !default;
|
|
@@ -527,7 +512,6 @@ $tab-item-left-icon-before-top: 0 !default;
|
|
|
527
512
|
$tab-item-icon-before-top: 2px !default;
|
|
528
513
|
$tab-item-icon-before-left: 0 !default;
|
|
529
514
|
$tab-item-active-border-bottom: initial !default;
|
|
530
|
-
|
|
531
515
|
$tab-pop-wrap-hover-border: 2px solid $tab-wrap-hover-border-color !default;
|
|
532
516
|
$tab-pop-wrap-hover-border-radius: 0 !default;
|
|
533
517
|
$tab-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
@@ -542,7 +526,6 @@ $tab-pop-nav-active-bg: inherit !default;
|
|
|
542
526
|
$tab-pop-nav-active-border: 0 !default;
|
|
543
527
|
$tab-pop-nav-active-border-radius: 0 4px 4px 0 !default;
|
|
544
528
|
$tab-pop-active-icons-color: $tab-nav-pop-arrow-active-color !default;
|
|
545
|
-
|
|
546
529
|
$tab-scroll-nav-bg: inherit !default;
|
|
547
530
|
$tab-scroll-nav-arrow-font: $tab-nav-icon-color !default;
|
|
548
531
|
$tab-scroll-arrow-hover-border: 2px solid $tab-wrap-hover-border-color !default;
|
|
@@ -558,7 +541,6 @@ $tab-scroll-overlay-arrow-hover-bg: $tab-nav-disable-hover-bg-color !default;
|
|
|
558
541
|
$tab-scroll-overlay-arrow-hover-border-color: $tab-nav-disable-hover-border-color !default;
|
|
559
542
|
$tab-scroll-focused-nav-focus-icon-bg: inherit !default;
|
|
560
543
|
$tab-scroll-focused-nav-focus-icon-border: 2px solid $tab-focused-nav-focus-border-color !default;
|
|
561
|
-
|
|
562
544
|
$tab-bottom-border-color: unset !default;
|
|
563
545
|
$tab-bottom-border-width: 0 !default;
|
|
564
546
|
$tab-bottom-hidden-items-border-color: unset !default;
|
|
@@ -566,7 +548,6 @@ $tab-bottom-hidden-items-border-width: 0 !default;
|
|
|
566
548
|
$tab-bottom-active-border-color: $tab-active-item-border-color unset unset !default;
|
|
567
549
|
$tab-bottom-active-border-width: 0 !default;
|
|
568
550
|
$tab-bottom-active-margin-top: 0 !default;
|
|
569
|
-
|
|
570
551
|
$tab-vertical-scroll-hover-border-color: $border-fg !default;
|
|
571
552
|
$tab-vertical-scroll-hover-active-bg: $selection-bg !default;
|
|
572
553
|
$tab-vertical-focus-active-arrow-color: $selection-font !default;
|
|
@@ -574,7 +555,6 @@ $tab-vertical-pop-icon-hover-color: $tab-hover-nav-icon-color !default;
|
|
|
574
555
|
$tab-vertical-pop-icon-active-color: $content-font !default;
|
|
575
556
|
$tab-vertical-focused-nav-focus-border-color: $tab-focused-nav-focus-border-color !default;
|
|
576
557
|
$tab-vertical-before-border-width: 0 !default;
|
|
577
|
-
|
|
578
558
|
$tab-fill-wrap-hover-icon-color: $tab-hover-text-color !default;
|
|
579
559
|
$tab-fill-active-tabwrap-border-color: $tab-fill-active-wrap-border-color !default;
|
|
580
560
|
$tab-fill-active-text-before-border: 0 !default;
|
|
@@ -587,7 +567,6 @@ $tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
|
587
567
|
$tab-fill-focused-active-tabwrap-focus-border-color: $tab-fill-focused-active-wrap-focus-border-color !default;
|
|
588
568
|
$tab-fill-focused-active-wrap-focus-text-color: $tab-alt-active-style-hover-icon-color !default;
|
|
589
569
|
$tab-fill-focused-active-wrap-focus-close-color: $tab-hover-text-color !default;
|
|
590
|
-
|
|
591
570
|
$tab-background-indicator-bottom: 0 !default;
|
|
592
571
|
$tab-background-wrap-border-color: $tab-alt-wrap-border-color !default;
|
|
593
572
|
$tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
|
|
@@ -680,13 +659,10 @@ $tab-background-focused-active-wrap-icon-color: $tab-alt-active-hover-text-color
|
|
|
680
659
|
$tab-background-accent-indicator-bg: $tab-border-color !default;
|
|
681
660
|
$tab-background-active-text-font-weight: $tab-light-font-weight !default;
|
|
682
661
|
$tab-background-text-color: $tab-alt-text-color !default;
|
|
683
|
-
|
|
684
662
|
$tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
685
|
-
|
|
686
663
|
@mixin tbar-alt-btn-animation-after {
|
|
687
664
|
animation: none;
|
|
688
665
|
}
|
|
689
|
-
|
|
690
666
|
@mixin hscroll-alt-btn-animation-after {
|
|
691
667
|
animation: none;
|
|
692
668
|
}
|
package/styles/tab/_icons.scss
CHANGED
package/styles/tab/_layout.scss
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
|
+
@mixin tab-mob-last-item-margin {
|
|
2
|
+
@media screen and (max-width: 480px) {
|
|
3
|
+
margin: $tab-mob-last-item-margin;
|
|
4
|
+
}
|
|
5
|
+
}
|
|
6
|
+
@mixin tab-mob-close-icon-margin {
|
|
7
|
+
@media screen and (max-width: 480px) {
|
|
8
|
+
margin: $tab-mob-close-icon-margin;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
1
11
|
@include export-module('tab-layout') {
|
|
2
|
-
|
|
3
|
-
/*! tab layout */
|
|
4
|
-
|
|
5
12
|
.e-bigger .e-tab,
|
|
6
13
|
.e-tab.e-bigger {
|
|
7
14
|
|
|
@@ -24,10 +31,7 @@
|
|
|
24
31
|
|
|
25
32
|
&:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
26
33
|
padding-bottom: $tab-big-boot-active-item-padding-bottom;
|
|
27
|
-
|
|
28
|
-
@media screen and (max-width: 480px) {
|
|
29
|
-
margin: $tab-mob-last-item-margin;
|
|
30
|
-
}
|
|
34
|
+
@include tab-mob-last-item-margin;
|
|
31
35
|
}
|
|
32
36
|
|
|
33
37
|
.e-indicator + .e-toolbar-item:last-child.e-active {
|
|
@@ -39,10 +43,7 @@
|
|
|
39
43
|
|
|
40
44
|
&:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
41
45
|
margin: $tab-big-scroll-last-item-margin;
|
|
42
|
-
|
|
43
|
-
@media screen and (max-width: 480px) {
|
|
44
|
-
margin: $tab-mob-last-item-margin;
|
|
45
|
-
}
|
|
46
|
+
@include tab-mob-last-item-margin;
|
|
46
47
|
|
|
47
48
|
&.e-active {
|
|
48
49
|
margin: $tab-big-active-last-item-margin;
|
|
@@ -124,10 +125,7 @@
|
|
|
124
125
|
.e-icons.e-close-icon {
|
|
125
126
|
cursor: pointer;
|
|
126
127
|
margin: $tab-big-close-icon-margin;
|
|
127
|
-
|
|
128
|
-
@media screen and (max-width: 480px) {
|
|
129
|
-
margin: $tab-mob-close-icon-margin;
|
|
130
|
-
}
|
|
128
|
+
@include tab-mob-close-icon-margin;
|
|
131
129
|
}
|
|
132
130
|
|
|
133
131
|
.e-icons.e-close-icon,
|
|
@@ -222,6 +220,12 @@
|
|
|
222
220
|
height: $tab-big-pop-item-height;
|
|
223
221
|
min-height: $tab-big-pop-item-height;
|
|
224
222
|
|
|
223
|
+
@if ($skin-name == 'fluent2') {
|
|
224
|
+
&:not(.e-separator) {
|
|
225
|
+
margin: 1px 6px;
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
|
|
225
229
|
.e-tab-wrap {
|
|
226
230
|
height: $tab-big-pop-item-height;
|
|
227
231
|
padding: $tab-big-pop-item-wrap-padding;
|
|
@@ -1189,10 +1193,7 @@
|
|
|
1189
1193
|
&:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1190
1194
|
margin: $tab-nrml-last-item-margin;
|
|
1191
1195
|
padding-bottom: $tab-big-boot-active-item-padding-bottom;
|
|
1192
|
-
|
|
1193
|
-
@media screen and (max-width: 480px) {
|
|
1194
|
-
margin: $tab-mob-last-item-margin;
|
|
1195
|
-
}
|
|
1196
|
+
@include tab-mob-last-item-margin;
|
|
1196
1197
|
}
|
|
1197
1198
|
|
|
1198
1199
|
.e-toolbar-item.e-active {
|
|
@@ -1247,10 +1248,7 @@
|
|
|
1247
1248
|
|
|
1248
1249
|
&:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1249
1250
|
margin: $tab-nrml-scroll-last-item-margin;
|
|
1250
|
-
|
|
1251
|
-
@media screen and (max-width: 480px) {
|
|
1252
|
-
margin: $tab-mob-last-item-margin;
|
|
1253
|
-
}
|
|
1251
|
+
@include tab-mob-last-item-margin;
|
|
1254
1252
|
|
|
1255
1253
|
&.e-active {
|
|
1256
1254
|
margin: $tab-nrml-active-scroll-last-item-margin;
|
|
@@ -1388,10 +1386,7 @@
|
|
|
1388
1386
|
display: none;
|
|
1389
1387
|
margin: $tab-nrml-close-icon-margin;
|
|
1390
1388
|
min-width: $tab-close-icon-minwidth;
|
|
1391
|
-
|
|
1392
|
-
@media screen and (max-width: 480px) {
|
|
1393
|
-
margin: $tab-mob-close-icon-margin;
|
|
1394
|
-
}
|
|
1389
|
+
@include tab-mob-close-icon-margin;
|
|
1395
1390
|
}
|
|
1396
1391
|
|
|
1397
1392
|
.e-close-icon,
|
|
@@ -2066,6 +2061,9 @@
|
|
|
2066
2061
|
@if ($skin-name == 'Material3') {
|
|
2067
2062
|
border-radius: 3px 0 0 3px;
|
|
2068
2063
|
}
|
|
2064
|
+
@else if ($skin-name == 'fluent2') {
|
|
2065
|
+
border-radius: $tab-nrml-vertical-indicator-bdr-radius;
|
|
2066
|
+
}
|
|
2069
2067
|
}
|
|
2070
2068
|
|
|
2071
2069
|
.e-toolbar-items .e-toolbar-item.e-active {
|
|
@@ -2112,6 +2110,9 @@
|
|
|
2112
2110
|
@if ($skin-name == 'Material3') {
|
|
2113
2111
|
border-radius: 0 3px 3px 0;
|
|
2114
2112
|
}
|
|
2113
|
+
@else if ($skin-name == 'fluent2') {
|
|
2114
|
+
border-radius: $tab-nrml-vertical-indicator-bdr-radius;
|
|
2115
|
+
}
|
|
2115
2116
|
}
|
|
2116
2117
|
|
|
2117
2118
|
.e-tab-wrap {
|
|
@@ -3347,10 +3348,7 @@
|
|
|
3347
3348
|
.e-icons.e-close-icon {
|
|
3348
3349
|
cursor: pointer;
|
|
3349
3350
|
margin: $tab-big-close-icon-margin;
|
|
3350
|
-
|
|
3351
|
-
@media screen and (max-width: 480px) {
|
|
3352
|
-
margin: $tab-mob-close-icon-margin;
|
|
3353
|
-
}
|
|
3351
|
+
@include tab-mob-close-icon-margin;
|
|
3354
3352
|
}
|
|
3355
3353
|
|
|
3356
3354
|
.e-icons.e-close-icon,
|