@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,30 +1,78 @@
|
|
|
1
|
+
@mixin stepper-styles($step-width, $icon-size, $text-size, $optional-size) {
|
|
2
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) {
|
|
3
|
+
.e-icons.e-step-indicator {
|
|
4
|
+
font-size: $step-width;
|
|
5
|
+
}
|
|
6
|
+
&.e-step-notstarted .e-icons.e-step-indicator {
|
|
7
|
+
width: $step-width;
|
|
8
|
+
height: $step-width;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.e-step-container {
|
|
13
|
+
.e-step,
|
|
14
|
+
.e-indicator {
|
|
15
|
+
min-width: $step-width;
|
|
16
|
+
min-height: $step-width;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.e-indicator {
|
|
20
|
+
font-size: $icon-size;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-step-text-container,
|
|
24
|
+
.e-step-label-container {
|
|
25
|
+
font-size: $text-size;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.e-step-content {
|
|
29
|
+
font-size: $icon-size;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.e-step-label-optional {
|
|
33
|
+
font-size: $optional-size;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
37
|
+
font-size: $optional-size;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
1
41
|
@include export-module('stepper-layout') {
|
|
2
42
|
.e-stepper {
|
|
3
43
|
position: relative;
|
|
44
|
+
.e-step-selected {
|
|
45
|
+
.e-text,
|
|
46
|
+
.e-label {
|
|
47
|
+
font-weight: $stepper-font-weight;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
4
50
|
&.e-stepper-readonly,
|
|
5
51
|
.e-step-disabled {
|
|
6
52
|
cursor: default;
|
|
7
53
|
pointer-events: none;
|
|
8
54
|
}
|
|
9
55
|
&.e-step-type-indicator .e-step-container {
|
|
10
|
-
&:not(.e-step-
|
|
56
|
+
&:not(.e-step-item.e-step-label.e-step-text) {
|
|
11
57
|
.e-icons.e-step-indicator {
|
|
12
58
|
font-size: $stepper-step-width;
|
|
13
59
|
border-radius: $stepper-step-radius;
|
|
14
60
|
}
|
|
15
61
|
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
&.e-step-type-indicator .e-step-content,
|
|
65
|
+
&.e-step-type-label .e-step-content {
|
|
66
|
+
padding: 0 8px;
|
|
19
67
|
}
|
|
20
68
|
|
|
21
69
|
//For Blazor Stepper Tooltip
|
|
22
70
|
.e-step-container:has(.e-tooltip-wrap.e-stepper-tooltip),
|
|
23
|
-
&.e-vertical.e-label-after .e-step-
|
|
24
|
-
&.e-vertical.e-label-before .e-step-
|
|
71
|
+
&.e-vertical.e-label-after .e-step-item.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip),
|
|
72
|
+
&.e-vertical.e-label-before .e-step-item.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
25
73
|
position: relative;
|
|
26
74
|
}
|
|
27
|
-
&.e-horizontal .e-step-
|
|
75
|
+
&.e-horizontal .e-step-item.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
28
76
|
position: unset;
|
|
29
77
|
}
|
|
30
78
|
.e-tooltip-wrap.e-stepper-tooltip {
|
|
@@ -49,7 +97,7 @@
|
|
|
49
97
|
top: -6px;
|
|
50
98
|
}
|
|
51
99
|
}
|
|
52
|
-
.e-step-
|
|
100
|
+
.e-step-item.e-step-label .e-tooltip-wrap.e-stepper-tooltip {
|
|
53
101
|
left: unset;
|
|
54
102
|
top: 0;
|
|
55
103
|
transform: translate(0%, -135%);
|
|
@@ -83,6 +131,7 @@
|
|
|
83
131
|
.e-step-text-container {
|
|
84
132
|
max-width: clamp(100%, 10em, 100%);
|
|
85
133
|
white-space: nowrap;
|
|
134
|
+
font-size: $stepper-text-size;
|
|
86
135
|
}
|
|
87
136
|
.e-step-label-optional {
|
|
88
137
|
font-size: $stepper-optional-size;
|
|
@@ -117,10 +166,6 @@
|
|
|
117
166
|
top: $stepper-validation-position;
|
|
118
167
|
}
|
|
119
168
|
}
|
|
120
|
-
.e-step-label-container,
|
|
121
|
-
.e-step-text-container {
|
|
122
|
-
font-size: $stepper-text-size;
|
|
123
|
-
}
|
|
124
169
|
.e-step,
|
|
125
170
|
.e-indicator {
|
|
126
171
|
border-radius: $stepper-step-radius;
|
|
@@ -139,7 +184,7 @@
|
|
|
139
184
|
}
|
|
140
185
|
&.e-label-before,
|
|
141
186
|
&.e-label-after {
|
|
142
|
-
&:has(.e-step-
|
|
187
|
+
&:has(.e-step-item.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
|
|
143
188
|
margin-left: var(--progress-left-position);
|
|
144
189
|
top: var(--progress-top-position);
|
|
145
190
|
width: var(--progress-bar-width);
|
|
@@ -147,16 +192,16 @@
|
|
|
147
192
|
}
|
|
148
193
|
&.e-label-before.e-rtl,
|
|
149
194
|
&.e-label-after.e-rtl {
|
|
150
|
-
&:has(.e-step-
|
|
195
|
+
&:has(.e-step-item.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
|
|
151
196
|
margin-right: var(--progress-left-position);
|
|
152
197
|
margin-left: unset;
|
|
153
198
|
}
|
|
154
199
|
}
|
|
155
|
-
.e-step-
|
|
200
|
+
.e-step-item.e-step-label {
|
|
156
201
|
gap: 1em;
|
|
157
202
|
flex-direction: column;
|
|
158
203
|
}
|
|
159
|
-
.e-step-
|
|
204
|
+
.e-step-item.e-step-label .e-step-label-container {
|
|
160
205
|
position: relative;
|
|
161
206
|
&.e-label-before {
|
|
162
207
|
order: -1;
|
|
@@ -165,17 +210,17 @@
|
|
|
165
210
|
&.e-label-start .e-step-text-container {
|
|
166
211
|
order: $stepper-label-order;
|
|
167
212
|
}
|
|
168
|
-
.e-step-
|
|
213
|
+
.e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
169
214
|
position: absolute;
|
|
170
215
|
top: 2.5em;
|
|
171
216
|
margin-left: 2.5em;
|
|
172
217
|
}
|
|
173
|
-
&.e-label-start .e-step-
|
|
174
|
-
&.e-rtl .e-step-
|
|
218
|
+
&.e-label-start .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional,
|
|
219
|
+
&.e-rtl .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
175
220
|
margin-right: 2.5em;
|
|
176
221
|
margin-left: unset;
|
|
177
222
|
}
|
|
178
|
-
&.e-label-start.e-rtl .e-step-
|
|
223
|
+
&.e-label-start.e-rtl .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
179
224
|
margin-right: unset;
|
|
180
225
|
margin-left: 2.5em;
|
|
181
226
|
}
|
|
@@ -196,17 +241,16 @@
|
|
|
196
241
|
}
|
|
197
242
|
.e-step-text.e-step-text-only:has(.e-step-label-optional),
|
|
198
243
|
.e-step-label.e-step-label-only:has(.e-step-label-optional),
|
|
199
|
-
.e-step-
|
|
200
|
-
.e-step-
|
|
201
|
-
|
|
202
|
-
}
|
|
244
|
+
.e-step-item:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
245
|
+
.e-step-container:not(.e-step-item):not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
246
|
+
.e-step-label-container.e-label-after:has(.e-step-label-optional),
|
|
203
247
|
&.e-step-type-indicator .e-step-container {
|
|
204
248
|
flex-wrap: wrap;
|
|
205
249
|
}
|
|
206
|
-
.e-step-
|
|
250
|
+
.e-step-item:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
|
|
207
251
|
margin-top: .5em;
|
|
208
252
|
}
|
|
209
|
-
&.e-label-after .e-step-
|
|
253
|
+
&.e-label-after .e-step-item.e-step-label:not(.e-step-text) .e-step-label-optional {
|
|
210
254
|
margin-top: .2em;
|
|
211
255
|
}
|
|
212
256
|
}
|
|
@@ -220,11 +264,11 @@
|
|
|
220
264
|
&:not(.e-label-top):not(.e-label-bottom) .e-step-label-optional {
|
|
221
265
|
position: absolute;
|
|
222
266
|
}
|
|
223
|
-
&:not(.e-label-bottom):not(.e-label-top) .e-step-
|
|
267
|
+
&:not(.e-label-bottom):not(.e-label-top) .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
224
268
|
margin-top: $stepper-label-optional;
|
|
225
269
|
margin-left: 4em;
|
|
226
270
|
}
|
|
227
|
-
&.e-rtl:not(.e-label-bottom):not(.e-label-top) .e-step-
|
|
271
|
+
&.e-rtl:not(.e-label-bottom):not(.e-label-top) .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
228
272
|
margin-left: unset;
|
|
229
273
|
margin-right: 4em;
|
|
230
274
|
}
|
|
@@ -239,25 +283,25 @@
|
|
|
239
283
|
&.e-rtl .e-stepper-steps {
|
|
240
284
|
float: right;
|
|
241
285
|
}
|
|
242
|
-
.e-stepper-steps:has(.e-step-
|
|
286
|
+
.e-stepper-steps:has(.e-step-item:not(.e-step-text):not(.e-step-label)),
|
|
243
287
|
.e-stepper-steps:has(.e-step-text.e-step-text-only),
|
|
244
288
|
.e-stepper-steps:has(.e-step-label.e-step-label-only),
|
|
245
|
-
&.e-label-after .e-stepper-steps:has(.e-step-label.e-step-text:not(.e-step-
|
|
289
|
+
&.e-label-after .e-stepper-steps:has(.e-step-label.e-step-text:not(.e-step-item)),
|
|
246
290
|
&.e-step-type-indicator .e-stepper-steps {
|
|
247
291
|
align-items: center;
|
|
248
292
|
}
|
|
249
|
-
.e-step-
|
|
250
|
-
.e-step-
|
|
293
|
+
.e-step-item.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
294
|
+
.e-step-item.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
251
295
|
margin-left: $stepper-text-postion;
|
|
252
296
|
}
|
|
253
297
|
&.e-rtl {
|
|
254
|
-
.e-step-
|
|
255
|
-
.e-step-
|
|
298
|
+
.e-step-item.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
299
|
+
.e-step-item.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
256
300
|
margin-left: unset;
|
|
257
301
|
margin-right: $stepper-text-postion;
|
|
258
302
|
}
|
|
259
303
|
}
|
|
260
|
-
.e-step-
|
|
304
|
+
.e-step-item:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional),
|
|
261
305
|
&.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional),
|
|
262
306
|
.e-step-text-only.e-step-text:has(.e-step-label-optional),
|
|
263
307
|
.e-step-label-only.e-step-label:has(.e-step-label-optional) {
|
|
@@ -266,12 +310,12 @@
|
|
|
266
310
|
position: unset;
|
|
267
311
|
}
|
|
268
312
|
}
|
|
269
|
-
.e-step-
|
|
313
|
+
.e-step-item:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional),
|
|
270
314
|
&.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
271
315
|
gap: .5em;
|
|
272
316
|
}
|
|
273
|
-
&.e-label-before .e-step-
|
|
274
|
-
&.e-label-after .e-step-
|
|
317
|
+
&.e-label-before .e-step-item.e-step-label,
|
|
318
|
+
&.e-label-after .e-step-item.e-step-label {
|
|
275
319
|
.e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
276
320
|
flex-direction: column;
|
|
277
321
|
.e-label {
|
|
@@ -283,16 +327,14 @@
|
|
|
283
327
|
}
|
|
284
328
|
}
|
|
285
329
|
.e-step-container {
|
|
286
|
-
&.e-step-label.e-step-text:not(.e-step-
|
|
330
|
+
&.e-step-label.e-step-text:not(.e-step-item) .e-step-label-container.e-label-after {
|
|
287
331
|
position: absolute;
|
|
288
332
|
.e-step-label-optional {
|
|
289
333
|
left: $stepper-ol-padding;
|
|
290
334
|
}
|
|
291
335
|
}
|
|
292
|
-
.e-step-label-container.e-label-after {
|
|
293
|
-
|
|
294
|
-
font-size: $stepper-optional-size;
|
|
295
|
-
}
|
|
336
|
+
.e-step-label-container.e-label-after .e-step-label-optional {
|
|
337
|
+
font-size: $stepper-optional-size;
|
|
296
338
|
}
|
|
297
339
|
.e-step-label-container.e-label-before .e-label {
|
|
298
340
|
width: var(--label-width);
|
|
@@ -307,10 +349,8 @@
|
|
|
307
349
|
position: unset;
|
|
308
350
|
}
|
|
309
351
|
}
|
|
310
|
-
&.e-label-top {
|
|
311
|
-
|
|
312
|
-
padding-bottom: 6px;
|
|
313
|
-
}
|
|
352
|
+
&.e-label-top .e-step-label-optional {
|
|
353
|
+
padding-bottom: 6px;
|
|
314
354
|
}
|
|
315
355
|
}
|
|
316
356
|
&.e-vertical.e-label-top,
|
|
@@ -376,110 +416,17 @@
|
|
|
376
416
|
}
|
|
377
417
|
.e-small.e-stepper,
|
|
378
418
|
.e-small .e-stepper {
|
|
379
|
-
|
|
380
|
-
.e-icons.e-step-indicator {
|
|
381
|
-
font-size: $stepper-small-step-width;
|
|
382
|
-
}
|
|
383
|
-
&.e-step-notstarted .e-icons.e-step-indicator {
|
|
384
|
-
width: $stepper-small-step-width;
|
|
385
|
-
height: $stepper-small-step-width;
|
|
386
|
-
}
|
|
387
|
-
}
|
|
388
|
-
.e-step-container {
|
|
389
|
-
.e-step,
|
|
390
|
-
.e-indicator {
|
|
391
|
-
min-width: $stepper-small-step-width;
|
|
392
|
-
min-height: $stepper-small-step-width;
|
|
393
|
-
}
|
|
394
|
-
.e-indicator {
|
|
395
|
-
font-size: $stepper-small-icon-size;
|
|
396
|
-
}
|
|
397
|
-
.e-step-text-container,
|
|
398
|
-
.e-step-label-container {
|
|
399
|
-
font-size: $stepper-small-text-size;
|
|
400
|
-
}
|
|
401
|
-
.e-step-content {
|
|
402
|
-
font-size: $stepper-small-icon-size;
|
|
403
|
-
}
|
|
404
|
-
.e-step-label-optional {
|
|
405
|
-
font-size: $stepper-small-optional-size;
|
|
406
|
-
}
|
|
407
|
-
}
|
|
408
|
-
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
409
|
-
font-size: $stepper-small-optional-size;
|
|
410
|
-
}
|
|
419
|
+
@include stepper-styles($stepper-small-step-width, $stepper-small-icon-size, $stepper-small-text-size, $stepper-small-optional-size);
|
|
411
420
|
}
|
|
412
421
|
.e-bigger.e-stepper,
|
|
413
422
|
.e-bigger .e-stepper {
|
|
414
|
-
|
|
415
|
-
.e-icons.e-step-indicator {
|
|
416
|
-
font-size: $stepper-bigger-step-width;
|
|
417
|
-
}
|
|
418
|
-
&.e-step-notstarted .e-icons.e-step-indicator {
|
|
419
|
-
width: $stepper-bigger-step-width;
|
|
420
|
-
height: $stepper-bigger-step-width;
|
|
421
|
-
}
|
|
422
|
-
}
|
|
423
|
-
.e-step-container {
|
|
424
|
-
.e-step,
|
|
425
|
-
.e-indicator {
|
|
426
|
-
min-width: $stepper-bigger-step-width;
|
|
427
|
-
min-height: $stepper-bigger-step-width;
|
|
428
|
-
}
|
|
429
|
-
.e-indicator {
|
|
430
|
-
font-size: $stepper-bigger-icon-size;
|
|
431
|
-
}
|
|
432
|
-
.e-step-text-container,
|
|
433
|
-
.e-step-label-container {
|
|
434
|
-
font-size: $stepper-bigger-text-size;
|
|
435
|
-
}
|
|
436
|
-
.e-step-content {
|
|
437
|
-
font-size: $stepper-bigger-icon-size;
|
|
438
|
-
}
|
|
439
|
-
.e-step-label-optional {
|
|
440
|
-
font-size: $stepper-bigger-optional-size;
|
|
441
|
-
}
|
|
442
|
-
}
|
|
443
|
-
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
444
|
-
font-size: $stepper-bigger-optional-size;
|
|
445
|
-
}
|
|
423
|
+
@include stepper-styles($stepper-bigger-step-width, $stepper-bigger-icon-size, $stepper-bigger-text-size, $stepper-bigger-optional-size);
|
|
446
424
|
}
|
|
447
425
|
|
|
448
426
|
.e-bigger.e-small.e-stepper,
|
|
449
427
|
.e-bigger.e-small .e-stepper,
|
|
450
428
|
.e-bigger .e-small.e-stepper,
|
|
451
429
|
.e-small .e-bigger.e-stepper {
|
|
452
|
-
|
|
453
|
-
.e-icons.e-step-indicator {
|
|
454
|
-
font-size: $stepper-bigger-small-step-width;
|
|
455
|
-
}
|
|
456
|
-
&.e-step-notstarted .e-icons.e-step-indicator {
|
|
457
|
-
width: $stepper-bigger-small-step-width;
|
|
458
|
-
height: $stepper-bigger-small-step-width;
|
|
459
|
-
}
|
|
460
|
-
}
|
|
461
|
-
.e-step-container {
|
|
462
|
-
.e-step,
|
|
463
|
-
.e-indicator {
|
|
464
|
-
min-width: $stepper-bigger-small-step-width;
|
|
465
|
-
min-height: $stepper-bigger-small-step-width;
|
|
466
|
-
}
|
|
467
|
-
.e-indicator {
|
|
468
|
-
font-size: $stepper-bigger-small-icon-size;
|
|
469
|
-
}
|
|
470
|
-
.e-step-text-container,
|
|
471
|
-
.e-step-label-container {
|
|
472
|
-
font-size: $stepper-bigger-small-text-size;
|
|
473
|
-
}
|
|
474
|
-
.e-step-content {
|
|
475
|
-
font-size: $stepper-bigger-small-icon-size;
|
|
476
|
-
}
|
|
477
|
-
.e-step-label-optional {
|
|
478
|
-
font-size: $stepper-bigger-small-optional-size;
|
|
479
|
-
}
|
|
480
|
-
}
|
|
481
|
-
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
482
|
-
font-size: $stepper-bigger-small-optional-size;
|
|
483
|
-
}
|
|
430
|
+
@include stepper-styles($stepper-bigger-small-step-width, $stepper-bigger-small-icon-size, $stepper-bigger-small-text-size, $stepper-bigger-small-optional-size);
|
|
484
431
|
}
|
|
485
432
|
}
|
|
@@ -13,13 +13,8 @@ $stepper-validation-position: .25em !default;
|
|
|
13
13
|
$stepper-text-padding: 0 6px !default;
|
|
14
14
|
$stepper-icon-text-padding: 2px 8px !default;
|
|
15
15
|
$stepper-text-vert-padding: 6px 0 !default;
|
|
16
|
-
$stepper-text-radius: 15px !default;
|
|
17
|
-
$stepper-text-block: 5px !default;
|
|
18
|
-
$stepper-optional-top: 2em !default;
|
|
19
16
|
$stepper-label-optional: 3em !default;
|
|
20
|
-
$stepper-top-label-optional: 3.5em !default;
|
|
21
17
|
$stepper-text-postion: 10px !default;
|
|
22
|
-
$stepper-icon-padding: 0 3px 0 4px !default;
|
|
23
18
|
$stepper-optional-size: 12px !default;
|
|
24
19
|
$step-border: 2px solid !default;
|
|
25
20
|
$stepper-label-order: -1 !default;
|
|
@@ -47,7 +42,6 @@ $step-keyboard-selected-li-shadow: 0 0 0 2px $overlay-bg-color, 0 0 0 4px $grey-
|
|
|
47
42
|
$step-valid-li-shadow: 0 0 0 2px $overlay-bg-color, 0 0 0 4px $success-bg, 0 0 0 8px $overlay-bg-color !default;
|
|
48
43
|
$step-error-li-shadow: 0 0 0 2px $overlay-bg-color, 0 0 0 4px $error-font, 0 0 0 8px $overlay-bg-color !default;
|
|
49
44
|
$step-li-shadow: 0 0 0 8px $overlay-bg-color !default;
|
|
50
|
-
|
|
51
45
|
$step-border-color: $overlay-bg-color !default;
|
|
52
46
|
$step-hover-text-color: $primary-font !default;
|
|
53
47
|
$step-hover-not-text-color: $grey-400 !default;
|
|
@@ -72,7 +66,6 @@ $step-valid-completed-bg-color: $success-bg !default;
|
|
|
72
66
|
$step-error-icon-color: $primary-font !default;
|
|
73
67
|
$step-error-completed-color: $error-font !default;
|
|
74
68
|
$step-error-completed-bg-color: $error-font !default;
|
|
75
|
-
$step-indicator-color: $grey-900 !default;
|
|
76
69
|
$step-hover-color: $grey-800 !default;
|
|
77
70
|
$step-active-color: $overlay-bg-color !default;
|
|
78
71
|
$step-selected-hover-color: lighten($primary, 10%) !default;
|
|
@@ -13,13 +13,8 @@ $stepper-validation-position: .25em !default;
|
|
|
13
13
|
$stepper-text-padding: 0 6px !default;
|
|
14
14
|
$stepper-icon-text-padding: 0 8px !default;
|
|
15
15
|
$stepper-text-vert-padding: 6px 0 !default;
|
|
16
|
-
$stepper-text-radius: 15px !default;
|
|
17
|
-
$stepper-text-block: 5px !default;
|
|
18
|
-
$stepper-optional-top: 2em !default;
|
|
19
16
|
$stepper-label-optional: 3em !default;
|
|
20
|
-
$stepper-top-label-optional: 3.5em !default;
|
|
21
17
|
$stepper-text-postion: 10px !default;
|
|
22
|
-
$stepper-icon-padding: 0 3px 0 4px !default;
|
|
23
18
|
$stepper-optional-size: 12px !default;
|
|
24
19
|
$step-border: 2px solid !default;
|
|
25
20
|
$stepper-label-order: -1 !default;
|
|
@@ -47,7 +42,6 @@ $step-keyboard-selected-li-shadow: 0 0 0 2px $grey-white, 0 0 0 4px $base-font,
|
|
|
47
42
|
$step-valid-li-shadow: 0 0 0 2px $grey-white, 0 0 0 4px $msg-success-color-alt1, 0 0 0 8px $grey-white !default;
|
|
48
43
|
$step-error-li-shadow: 0 0 0 2px $grey-white, 0 0 0 4px darken($error-font, 11%), 0 0 0 8px $grey-white !default;
|
|
49
44
|
$step-li-shadow: 0 0 0 8px $grey-white !default;
|
|
50
|
-
|
|
51
45
|
$step-border-color: $grey-400 !default;
|
|
52
46
|
$step-hover-text-color: $primary-300-font !default;
|
|
53
47
|
$step-hover-not-text-color: $base-font !default;
|
|
@@ -72,7 +66,6 @@ $step-valid-completed-bg-color: $msg-success-color-alt1 !default;
|
|
|
72
66
|
$step-error-icon-color: $primary-300-font !default;
|
|
73
67
|
$step-error-completed-color: darken($error-font, 11%) !default;
|
|
74
68
|
$step-error-completed-bg-color: darken($error-font, 11%) !default;
|
|
75
|
-
$step-indicator-color: $primary-300-font !default;
|
|
76
69
|
$step-hover-color: $grey-500 !default;
|
|
77
70
|
$step-active-color: $grey-600 !default;
|
|
78
71
|
$step-selected-hover-color: darken($primary, 10%) !default;
|
|
@@ -7,11 +7,8 @@ $stepper-progress-value-height: 100% !default;
|
|
|
7
7
|
$stepper-progress-position: 50% !default;
|
|
8
8
|
$stepper-temp-outline-width: 2px solid !default;
|
|
9
9
|
$stepper-label-top: 1em !default;
|
|
10
|
-
$stepper-optional-top: 2em !default;
|
|
11
10
|
$stepper-label-optional: 3em !default;
|
|
12
|
-
$stepper-top-label-optional: 3.5em !default;
|
|
13
11
|
$stepper-text-postion: 10px !default;
|
|
14
|
-
$stepper-icon-padding: 0 3px 0 4px !default;
|
|
15
12
|
$stepper-optional-size: 12px !default;
|
|
16
13
|
$stepper-label-bottom: 4.5em !default;
|
|
17
14
|
$stepper-label-position: 2.5em !default;
|
|
@@ -19,8 +16,6 @@ $stepper-validation-position: .25em !default;
|
|
|
19
16
|
$stepper-icon-text-padding: 0 8px !default;
|
|
20
17
|
$stepper-text-padding: 0 6px !default;
|
|
21
18
|
$stepper-text-vert-padding: 6px 0 !default;
|
|
22
|
-
$stepper-text-radius: 15px !default;
|
|
23
|
-
$stepper-text-block: 5px !default;
|
|
24
19
|
$step-border: 2px solid !default;
|
|
25
20
|
$stepper-label-order: -1 !default;
|
|
26
21
|
$stepper-font-weight: 600 !default;
|
|
@@ -47,7 +42,6 @@ $step-keyboard-selected-li-shadow: 0 0 0 2px rgba($content-bg-color), 0 0 0 4px
|
|
|
47
42
|
$step-valid-li-shadow: 0 0 0 2px rgba($content-bg-color), 0 0 0 4px rgba($success), 0 0 0 8px rgba($content-bg-color) !default;
|
|
48
43
|
$step-error-li-shadow: 0 0 0 2px rgba($content-bg-color), 0 0 0 4px rgba($danger), 0 0 0 8px rgba($content-bg-color) !default;
|
|
49
44
|
$step-li-shadow: 0 0 0 8px rgba($content-bg-color) !default;
|
|
50
|
-
|
|
51
45
|
$step-border-color: rgba($border-light) !default;
|
|
52
46
|
$step-hover-text-color: rgba($primary-text-color) !default;
|
|
53
47
|
$step-hover-not-text-color: rgba($content-text-color) !default;
|
|
@@ -76,4 +70,3 @@ $step-hover-color: rgba($border-light) !default;
|
|
|
76
70
|
$step-active-color: rgba($border-light) !default;
|
|
77
71
|
$step-selected-hover-color: $primary-bg-color-hover !default;
|
|
78
72
|
$step-selected-active-color: $primary-bg-color-pressed !default;
|
|
79
|
-
$step-indicator-color: $content-bg-color-alt5 !default;
|
|
@@ -13,13 +13,8 @@ $stepper-validation-position: .25em !default;
|
|
|
13
13
|
$stepper-text-padding: 0 6px !default;
|
|
14
14
|
$stepper-icon-text-padding: 0 8px !default;
|
|
15
15
|
$stepper-text-vert-padding: 6px 0 !default;
|
|
16
|
-
$stepper-text-radius: 15px !default;
|
|
17
|
-
$stepper-text-block: 5px !default;
|
|
18
|
-
$stepper-optional-top: 2em !default;
|
|
19
16
|
$stepper-label-optional: 3em !default;
|
|
20
|
-
$stepper-top-label-optional: 3.5em !default;
|
|
21
17
|
$stepper-text-postion: 10px !default;
|
|
22
|
-
$stepper-icon-padding: 0 3px 0 4px !default;
|
|
23
18
|
$stepper-optional-size: 12px !default;
|
|
24
19
|
$step-border: 2px solid !default;
|
|
25
20
|
$stepper-label-order: -1 !default;
|
|
@@ -47,7 +42,6 @@ $step-keyboard-selected-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $conte
|
|
|
47
42
|
$step-valid-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $success-border-color, 0 0 0 8px $content-bg-color !default;
|
|
48
43
|
$step-error-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $border-error, 0 0 0 8px $content-bg-color !default;
|
|
49
44
|
$step-li-shadow: 0 0 0 8px $content-bg-color !default;
|
|
50
|
-
|
|
51
45
|
$step-border-color: $border !default;
|
|
52
46
|
$step-hover-text-color: $primary-text-color !default;
|
|
53
47
|
$step-hover-not-text-color: $content-text-color-alt2 !default;
|
|
@@ -72,7 +66,6 @@ $step-valid-completed-bg-color: $success-border-color !default;
|
|
|
72
66
|
$step-error-icon-color: $primary-text-color !default;
|
|
73
67
|
$step-error-completed-color: $border-error !default;
|
|
74
68
|
$step-error-completed-bg-color: $border-error !default;
|
|
75
|
-
$step-indicator-color: $content-bg-color !default;
|
|
76
69
|
$step-hover-color: $content-bg-color !default;
|
|
77
70
|
$step-active-color: $content-bg-color !default;
|
|
78
71
|
$step-selected-hover-color: $primary-bg-color-hover !default;
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
@mixin stepper-text-label-colors($step-label-text-color) {
|
|
2
|
+
.e-text,
|
|
3
|
+
.e-label {
|
|
4
|
+
color: $step-label-text-color;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
|
|
1
8
|
@include export-module('stepper-theme') {
|
|
2
9
|
.e-stepper {
|
|
3
10
|
.e-step-notstarted:not(.e-step-disabled) .e-step,
|
|
@@ -37,21 +44,12 @@
|
|
|
37
44
|
background: $step-error-completed-bg-color;
|
|
38
45
|
color: $step-error-icon-color;
|
|
39
46
|
}
|
|
40
|
-
|
|
41
|
-
.e-label {
|
|
42
|
-
color: $step-error-completed-color;
|
|
43
|
-
}
|
|
47
|
+
@include stepper-text-label-colors($step-error-completed-color);
|
|
44
48
|
}
|
|
45
49
|
.e-step-valid:not(.e-step-notstarted) .e-indicator:hover,
|
|
46
50
|
.e-step-error .e-indicator:hover {
|
|
47
51
|
color: $step-color;
|
|
48
52
|
}
|
|
49
|
-
.e-step-selected {
|
|
50
|
-
.e-text,
|
|
51
|
-
.e-label {
|
|
52
|
-
font-weight: $stepper-font-weight;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
53
|
.e-step-valid.e-step-text-only,
|
|
56
54
|
.e-step-valid.e-step-label-only {
|
|
57
55
|
.e-step-validation-icon {
|
|
@@ -64,18 +62,12 @@
|
|
|
64
62
|
color: $step-error-icon-only-color;
|
|
65
63
|
}
|
|
66
64
|
}
|
|
67
|
-
|
|
68
|
-
.e-label {
|
|
69
|
-
color: $stepper-text-color;
|
|
70
|
-
}
|
|
65
|
+
@include stepper-text-label-colors($stepper-text-color);
|
|
71
66
|
.e-step-selected:not(.e-step-error),
|
|
72
67
|
.e-step-completed:not(.e-step-error) {
|
|
73
|
-
|
|
74
|
-
.e-label {
|
|
75
|
-
color: $step-completed-bg-color;
|
|
76
|
-
}
|
|
68
|
+
@include stepper-text-label-colors($step-completed-bg-color);
|
|
77
69
|
}
|
|
78
|
-
.e-step-label:not(.e-step-
|
|
70
|
+
.e-step-label:not(.e-step-item) .e-step-label-container {
|
|
79
71
|
background-color: $stepper-outline-color;
|
|
80
72
|
}
|
|
81
73
|
.e-step-text-container {
|
|
@@ -93,7 +85,7 @@
|
|
|
93
85
|
}
|
|
94
86
|
&.e-vertical .e-step-text-only.e-step-text .e-step-label-optional,
|
|
95
87
|
&.e-vertical .e-step-label-only.e-step-label .e-step-label-optional,
|
|
96
|
-
&.e-vertical .e-step-
|
|
88
|
+
&.e-vertical .e-step-item:not(.e-step-text):not(.e-step-label) .e-step-label-optional,
|
|
97
89
|
&.e-vertical.e-label-top .e-step-label-optional,
|
|
98
90
|
&.e-vertical.e-label-bottom .e-step-label-optional {
|
|
99
91
|
background-color: $stepper-outline-color;
|