@syncfusion/ej2-navigations 25.2.6 → 26.1.35
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
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
--color-sf-on-warning: 99, 52, 0;
|
|
45
45
|
--color-sf-on-warning-container: 255, 220, 193;
|
|
46
46
|
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
47
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #
|
|
47
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
48
48
|
--color-sf-success-text: 0, 0, 0;
|
|
49
49
|
--color-sf-warning-text: 0, 0, 0;
|
|
50
50
|
--color-sf-info-text: 0, 0, 0;
|
|
@@ -53,7 +53,6 @@
|
|
|
53
53
|
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
/*! Carousel component bootstrap5 theme definitions and variables */
|
|
57
56
|
.e-carousel .e-previous-icon::before {
|
|
58
57
|
content: "\e765";
|
|
59
58
|
}
|
|
@@ -73,7 +72,6 @@
|
|
|
73
72
|
content: "\e765";
|
|
74
73
|
}
|
|
75
74
|
|
|
76
|
-
/*! carousel component styles */
|
|
77
75
|
.e-carousel {
|
|
78
76
|
display: block;
|
|
79
77
|
margin: 0;
|
|
@@ -107,13 +105,21 @@
|
|
|
107
105
|
}
|
|
108
106
|
.e-carousel .e-carousel-items {
|
|
109
107
|
width: calc(var(--carousel-items-count) * 100%);
|
|
108
|
+
display: -webkit-box;
|
|
110
109
|
display: -ms-flexbox;
|
|
111
110
|
display: flex;
|
|
112
|
-
-
|
|
113
|
-
|
|
111
|
+
-webkit-box-orient: horizontal;
|
|
112
|
+
-webkit-box-direction: normal;
|
|
113
|
+
-ms-flex-direction: row;
|
|
114
|
+
flex-direction: row;
|
|
115
|
+
-webkit-transition-property: -webkit-transform;
|
|
116
|
+
transition-property: -webkit-transform;
|
|
114
117
|
transition-property: transform;
|
|
115
|
-
transition-
|
|
116
|
-
transition-
|
|
118
|
+
transition-property: transform, -webkit-transform;
|
|
119
|
+
-webkit-transition-duration: 0.6s;
|
|
120
|
+
transition-duration: 0.6s;
|
|
121
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
122
|
+
transition-timing-function: ease-in-out;
|
|
117
123
|
}
|
|
118
124
|
.e-carousel .e-carousel-items .e-carousel-item {
|
|
119
125
|
height: 100%;
|
|
@@ -123,16 +129,34 @@
|
|
|
123
129
|
width: calc(100% / var(--carousel-items-count));
|
|
124
130
|
}
|
|
125
131
|
.e-carousel.e-blazor-carousel .e-carousel-items {
|
|
126
|
-
transform: translateX(calc(-100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
132
|
+
-webkit-transform: translateX(calc(-100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
133
|
+
transform: translateX(calc(-100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
134
|
+
-webkit-transition: -webkit-transform;
|
|
135
|
+
transition: -webkit-transform;
|
|
127
136
|
transition: transform;
|
|
137
|
+
transition: transform, -webkit-transform;
|
|
128
138
|
}
|
|
129
139
|
.e-carousel.e-blazor-carousel.e-rtl .e-carousel-items {
|
|
130
|
-
transform: translateX(calc(100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
140
|
+
-webkit-transform: translateX(calc(100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
141
|
+
transform: translateX(calc(100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
142
|
+
-webkit-transition: -webkit-transform;
|
|
143
|
+
transition: -webkit-transform;
|
|
131
144
|
transition: transform;
|
|
145
|
+
transition: transform, -webkit-transform;
|
|
132
146
|
}
|
|
133
147
|
.e-carousel.e-carousel-fade-animation .e-carousel-items.e-fade-in-out {
|
|
148
|
+
-webkit-transition-property: none;
|
|
134
149
|
transition-property: none;
|
|
135
|
-
animation: fade-in-out 0.6s ease-in-out;
|
|
150
|
+
-webkit-animation: fade-in-out 0.6s ease-in-out;
|
|
151
|
+
animation: fade-in-out 0.6s ease-in-out;
|
|
152
|
+
}
|
|
153
|
+
@-webkit-keyframes fade-in-out {
|
|
154
|
+
0% {
|
|
155
|
+
opacity: 0;
|
|
156
|
+
}
|
|
157
|
+
100% {
|
|
158
|
+
opacity: 1;
|
|
159
|
+
}
|
|
136
160
|
}
|
|
137
161
|
@keyframes fade-in-out {
|
|
138
162
|
0% {
|
|
@@ -143,7 +167,8 @@
|
|
|
143
167
|
}
|
|
144
168
|
}
|
|
145
169
|
.e-carousel.e-carousel-slide-animation .e-carousel-items.e-slide {
|
|
146
|
-
transition-duration: 0.6s;
|
|
170
|
+
-webkit-transition-duration: 0.6s;
|
|
171
|
+
transition-duration: 0.6s;
|
|
147
172
|
}
|
|
148
173
|
.e-carousel.e-carousel-custom-animation:not(.e-partial) .e-carousel-item {
|
|
149
174
|
display: block;
|
|
@@ -158,13 +183,16 @@
|
|
|
158
183
|
pointer-events: visible;
|
|
159
184
|
}
|
|
160
185
|
.e-carousel .e-carousel-navigators {
|
|
161
|
-
-
|
|
162
|
-
align
|
|
186
|
+
-webkit-box-align: center;
|
|
187
|
+
-ms-flex-align: center;
|
|
188
|
+
align-items: center;
|
|
189
|
+
display: -webkit-box;
|
|
163
190
|
display: -ms-flexbox;
|
|
164
191
|
display: flex;
|
|
165
192
|
height: 100%;
|
|
166
|
-
-
|
|
167
|
-
|
|
193
|
+
-webkit-box-pack: justify;
|
|
194
|
+
-ms-flex-pack: justify;
|
|
195
|
+
justify-content: space-between;
|
|
168
196
|
pointer-events: none;
|
|
169
197
|
position: absolute;
|
|
170
198
|
top: 0;
|
|
@@ -181,7 +209,8 @@
|
|
|
181
209
|
.e-carousel .e-carousel-navigators .e-previous .e-btn,
|
|
182
210
|
.e-carousel .e-carousel-navigators .e-next .e-btn {
|
|
183
211
|
border: 0;
|
|
184
|
-
box-shadow: none;
|
|
212
|
+
-webkit-box-shadow: none;
|
|
213
|
+
box-shadow: none;
|
|
185
214
|
}
|
|
186
215
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:hover,
|
|
187
216
|
.e-carousel .e-carousel-navigators .e-previous .e-btn:hover,
|
|
@@ -191,7 +220,8 @@
|
|
|
191
220
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn.e-rtl,
|
|
192
221
|
.e-carousel .e-carousel-navigators .e-previous .e-btn.e-rtl,
|
|
193
222
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
194
|
-
transform: rotate(180deg);
|
|
223
|
+
-webkit-transform: rotate(180deg);
|
|
224
|
+
transform: rotate(180deg);
|
|
195
225
|
}
|
|
196
226
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
197
227
|
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
@@ -205,13 +235,16 @@
|
|
|
205
235
|
display: none;
|
|
206
236
|
}
|
|
207
237
|
.e-carousel .e-carousel-indicators {
|
|
208
|
-
-
|
|
209
|
-
align
|
|
238
|
+
-webkit-box-align: center;
|
|
239
|
+
-ms-flex-align: center;
|
|
240
|
+
align-items: center;
|
|
210
241
|
bottom: 0;
|
|
242
|
+
display: -webkit-box;
|
|
211
243
|
display: -ms-flexbox;
|
|
212
244
|
display: flex;
|
|
213
|
-
-
|
|
214
|
-
|
|
245
|
+
-webkit-box-pack: center;
|
|
246
|
+
-ms-flex-pack: center;
|
|
247
|
+
justify-content: center;
|
|
215
248
|
min-height: 48px;
|
|
216
249
|
padding: 0;
|
|
217
250
|
pointer-events: none;
|
|
@@ -220,33 +253,41 @@
|
|
|
220
253
|
z-index: 1;
|
|
221
254
|
}
|
|
222
255
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars {
|
|
256
|
+
display: -webkit-box;
|
|
223
257
|
display: -ms-flexbox;
|
|
224
258
|
display: flex;
|
|
225
259
|
-ms-flex-wrap: wrap;
|
|
226
260
|
flex-wrap: wrap;
|
|
227
|
-
-
|
|
228
|
-
|
|
261
|
+
-webkit-box-pack: center;
|
|
262
|
+
-ms-flex-pack: center;
|
|
263
|
+
justify-content: center;
|
|
229
264
|
pointer-events: auto;
|
|
230
265
|
}
|
|
231
266
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar {
|
|
232
267
|
padding: 0;
|
|
233
268
|
}
|
|
234
269
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator {
|
|
235
|
-
-
|
|
236
|
-
align
|
|
270
|
+
-webkit-box-align: center;
|
|
271
|
+
-ms-flex-align: center;
|
|
272
|
+
align-items: center;
|
|
273
|
+
display: -webkit-box;
|
|
237
274
|
display: -ms-flexbox;
|
|
238
275
|
display: flex;
|
|
239
|
-
-
|
|
240
|
-
|
|
276
|
+
-webkit-box-pack: center;
|
|
277
|
+
-ms-flex-pack: center;
|
|
278
|
+
justify-content: center;
|
|
241
279
|
padding: 8px;
|
|
242
280
|
}
|
|
243
281
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator div {
|
|
244
282
|
border: 1px solid rgba(var(--color-sf-on-surface), 0.4);
|
|
245
283
|
border-radius: 50%;
|
|
246
284
|
height: 12px;
|
|
247
|
-
transition-duration: 0.6s;
|
|
285
|
+
-webkit-transition-duration: 0.6s;
|
|
286
|
+
transition-duration: 0.6s;
|
|
287
|
+
-webkit-transition-property: background-color, border-color;
|
|
248
288
|
transition-property: background-color, border-color;
|
|
249
|
-
transition-timing-function: ease-in-out;
|
|
289
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
290
|
+
transition-timing-function: ease-in-out;
|
|
250
291
|
width: 12px;
|
|
251
292
|
}
|
|
252
293
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator .e-ripple-element {
|
|
@@ -258,6 +299,7 @@
|
|
|
258
299
|
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars {
|
|
259
300
|
display: block;
|
|
260
301
|
overflow: hidden;
|
|
302
|
+
-webkit-transition: opacity 0.6s ease-in-out;
|
|
261
303
|
transition: opacity 0.6s ease-in-out;
|
|
262
304
|
white-space: nowrap;
|
|
263
305
|
width: 80px;
|
|
@@ -270,18 +312,26 @@
|
|
|
270
312
|
margin: 0 4px;
|
|
271
313
|
opacity: 1;
|
|
272
314
|
position: relative;
|
|
273
|
-
transform: scale(0.33);
|
|
274
|
-
|
|
315
|
+
-webkit-transform: scale(0.33);
|
|
316
|
+
transform: scale(0.33);
|
|
317
|
+
-webkit-transition-duration: 0.6s;
|
|
318
|
+
transition-duration: 0.6s;
|
|
319
|
+
-webkit-transition-property: left, -webkit-transform;
|
|
320
|
+
transition-property: left, -webkit-transform;
|
|
275
321
|
transition-property: transform, left;
|
|
276
|
-
transition-
|
|
322
|
+
transition-property: transform, left, -webkit-transform;
|
|
323
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
324
|
+
transition-timing-function: ease-in-out;
|
|
277
325
|
white-space: nowrap;
|
|
278
326
|
width: 8px;
|
|
279
327
|
}
|
|
280
328
|
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-active {
|
|
281
|
-
transform: scale(1);
|
|
329
|
+
-webkit-transform: scale(1);
|
|
330
|
+
transform: scale(1);
|
|
282
331
|
}
|
|
283
332
|
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-prev, .e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-next {
|
|
284
|
-
transform: scale(0.66);
|
|
333
|
+
-webkit-transform: scale(0.66);
|
|
334
|
+
transform: scale(0.66);
|
|
285
335
|
}
|
|
286
336
|
.e-carousel .e-carousel-indicators.e-fraction {
|
|
287
337
|
min-height: 36px;
|
|
@@ -298,13 +348,15 @@
|
|
|
298
348
|
left: 0;
|
|
299
349
|
position: absolute;
|
|
300
350
|
top: 0;
|
|
301
|
-
transform: translate3d(0, 0, 0) scaleX(calc(var(--carousel-items-current) / var(--carousel-items-count))) scaleY(1);
|
|
302
|
-
|
|
303
|
-
|
|
351
|
+
-webkit-transform: translate3d(0, 0, 0) scaleX(calc(var(--carousel-items-current) / var(--carousel-items-count))) scaleY(1);
|
|
352
|
+
transform: translate3d(0, 0, 0) scaleX(calc(var(--carousel-items-current) / var(--carousel-items-count))) scaleY(1);
|
|
353
|
+
-webkit-transition-duration: 0.6s;
|
|
354
|
+
transition-duration: 0.6s;
|
|
355
|
+
-webkit-transform-origin: left top;
|
|
356
|
+
transform-origin: left top;
|
|
304
357
|
width: 100%;
|
|
305
358
|
}
|
|
306
359
|
|
|
307
|
-
/*! carousel component theme */
|
|
308
360
|
.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled),
|
|
309
361
|
.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled),
|
|
310
362
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled) {
|
|
@@ -328,16 +380,21 @@
|
|
|
328
380
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator {
|
|
329
381
|
background-color: transparent;
|
|
330
382
|
border-color: transparent;
|
|
331
|
-
box-shadow: none;
|
|
383
|
+
-webkit-box-shadow: none;
|
|
384
|
+
box-shadow: none;
|
|
332
385
|
}
|
|
333
386
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator div {
|
|
387
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.14)), to(rgba(var(--color-sf-primary), 0.14))), rgba(var(--color-sf-surface));
|
|
334
388
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
|
|
335
|
-
border-image: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14));
|
|
389
|
+
-o-border-image: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14));
|
|
390
|
+
border-image: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.14)), to(rgba(var(--color-sf-primary), 0.14)));
|
|
391
|
+
border-image: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14));
|
|
336
392
|
}
|
|
337
393
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:active, .e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:focus, .e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:hover {
|
|
338
394
|
background: transparent;
|
|
339
395
|
border-color: transparent;
|
|
340
|
-
box-shadow: none;
|
|
396
|
+
-webkit-box-shadow: none;
|
|
397
|
+
box-shadow: none;
|
|
341
398
|
outline: none;
|
|
342
399
|
}
|
|
343
400
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:focus-visible {
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
--color-sf-on-warning: 99, 52, 0;
|
|
101
101
|
--color-sf-on-warning-container: 255, 220, 193;
|
|
102
102
|
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
103
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #
|
|
103
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
104
104
|
--color-sf-success-text: 0, 0, 0;
|
|
105
105
|
--color-sf-warning-text: 0, 0, 0;
|
|
106
106
|
--color-sf-info-text: 0, 0, 0;
|
|
@@ -109,7 +109,6 @@
|
|
|
109
109
|
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
/*! Carousel component bootstrap5 theme definitions and variables */
|
|
113
112
|
.e-carousel .e-previous-icon::before {
|
|
114
113
|
content: "\e765";
|
|
115
114
|
}
|
|
@@ -129,7 +128,6 @@
|
|
|
129
128
|
content: "\e765";
|
|
130
129
|
}
|
|
131
130
|
|
|
132
|
-
/*! carousel component styles */
|
|
133
131
|
.e-carousel {
|
|
134
132
|
display: block;
|
|
135
133
|
margin: 0;
|
|
@@ -163,13 +161,21 @@
|
|
|
163
161
|
}
|
|
164
162
|
.e-carousel .e-carousel-items {
|
|
165
163
|
width: calc(var(--carousel-items-count) * 100%);
|
|
164
|
+
display: -webkit-box;
|
|
166
165
|
display: -ms-flexbox;
|
|
167
166
|
display: flex;
|
|
168
|
-
-
|
|
169
|
-
|
|
167
|
+
-webkit-box-orient: horizontal;
|
|
168
|
+
-webkit-box-direction: normal;
|
|
169
|
+
-ms-flex-direction: row;
|
|
170
|
+
flex-direction: row;
|
|
171
|
+
-webkit-transition-property: -webkit-transform;
|
|
172
|
+
transition-property: -webkit-transform;
|
|
170
173
|
transition-property: transform;
|
|
171
|
-
transition-
|
|
172
|
-
transition-
|
|
174
|
+
transition-property: transform, -webkit-transform;
|
|
175
|
+
-webkit-transition-duration: 0.6s;
|
|
176
|
+
transition-duration: 0.6s;
|
|
177
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
178
|
+
transition-timing-function: ease-in-out;
|
|
173
179
|
}
|
|
174
180
|
.e-carousel .e-carousel-items .e-carousel-item {
|
|
175
181
|
height: 100%;
|
|
@@ -179,16 +185,34 @@
|
|
|
179
185
|
width: calc(100% / var(--carousel-items-count));
|
|
180
186
|
}
|
|
181
187
|
.e-carousel.e-blazor-carousel .e-carousel-items {
|
|
182
|
-
transform: translateX(calc(-100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
188
|
+
-webkit-transform: translateX(calc(-100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
189
|
+
transform: translateX(calc(-100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
190
|
+
-webkit-transition: -webkit-transform;
|
|
191
|
+
transition: -webkit-transform;
|
|
183
192
|
transition: transform;
|
|
193
|
+
transition: transform, -webkit-transform;
|
|
184
194
|
}
|
|
185
195
|
.e-carousel.e-blazor-carousel.e-rtl .e-carousel-items {
|
|
186
|
-
transform: translateX(calc(100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
196
|
+
-webkit-transform: translateX(calc(100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
197
|
+
transform: translateX(calc(100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
198
|
+
-webkit-transition: -webkit-transform;
|
|
199
|
+
transition: -webkit-transform;
|
|
187
200
|
transition: transform;
|
|
201
|
+
transition: transform, -webkit-transform;
|
|
188
202
|
}
|
|
189
203
|
.e-carousel.e-carousel-fade-animation .e-carousel-items.e-fade-in-out {
|
|
204
|
+
-webkit-transition-property: none;
|
|
190
205
|
transition-property: none;
|
|
191
|
-
animation: fade-in-out 0.6s ease-in-out;
|
|
206
|
+
-webkit-animation: fade-in-out 0.6s ease-in-out;
|
|
207
|
+
animation: fade-in-out 0.6s ease-in-out;
|
|
208
|
+
}
|
|
209
|
+
@-webkit-keyframes fade-in-out {
|
|
210
|
+
0% {
|
|
211
|
+
opacity: 0;
|
|
212
|
+
}
|
|
213
|
+
100% {
|
|
214
|
+
opacity: 1;
|
|
215
|
+
}
|
|
192
216
|
}
|
|
193
217
|
@keyframes fade-in-out {
|
|
194
218
|
0% {
|
|
@@ -199,7 +223,8 @@
|
|
|
199
223
|
}
|
|
200
224
|
}
|
|
201
225
|
.e-carousel.e-carousel-slide-animation .e-carousel-items.e-slide {
|
|
202
|
-
transition-duration: 0.6s;
|
|
226
|
+
-webkit-transition-duration: 0.6s;
|
|
227
|
+
transition-duration: 0.6s;
|
|
203
228
|
}
|
|
204
229
|
.e-carousel.e-carousel-custom-animation:not(.e-partial) .e-carousel-item {
|
|
205
230
|
display: block;
|
|
@@ -214,13 +239,16 @@
|
|
|
214
239
|
pointer-events: visible;
|
|
215
240
|
}
|
|
216
241
|
.e-carousel .e-carousel-navigators {
|
|
217
|
-
-
|
|
218
|
-
align
|
|
242
|
+
-webkit-box-align: center;
|
|
243
|
+
-ms-flex-align: center;
|
|
244
|
+
align-items: center;
|
|
245
|
+
display: -webkit-box;
|
|
219
246
|
display: -ms-flexbox;
|
|
220
247
|
display: flex;
|
|
221
248
|
height: 100%;
|
|
222
|
-
-
|
|
223
|
-
|
|
249
|
+
-webkit-box-pack: justify;
|
|
250
|
+
-ms-flex-pack: justify;
|
|
251
|
+
justify-content: space-between;
|
|
224
252
|
pointer-events: none;
|
|
225
253
|
position: absolute;
|
|
226
254
|
top: 0;
|
|
@@ -237,7 +265,8 @@
|
|
|
237
265
|
.e-carousel .e-carousel-navigators .e-previous .e-btn,
|
|
238
266
|
.e-carousel .e-carousel-navigators .e-next .e-btn {
|
|
239
267
|
border: 0;
|
|
240
|
-
box-shadow: none;
|
|
268
|
+
-webkit-box-shadow: none;
|
|
269
|
+
box-shadow: none;
|
|
241
270
|
}
|
|
242
271
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:hover,
|
|
243
272
|
.e-carousel .e-carousel-navigators .e-previous .e-btn:hover,
|
|
@@ -247,7 +276,8 @@
|
|
|
247
276
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn.e-rtl,
|
|
248
277
|
.e-carousel .e-carousel-navigators .e-previous .e-btn.e-rtl,
|
|
249
278
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
250
|
-
transform: rotate(180deg);
|
|
279
|
+
-webkit-transform: rotate(180deg);
|
|
280
|
+
transform: rotate(180deg);
|
|
251
281
|
}
|
|
252
282
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
253
283
|
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
@@ -261,13 +291,16 @@
|
|
|
261
291
|
display: none;
|
|
262
292
|
}
|
|
263
293
|
.e-carousel .e-carousel-indicators {
|
|
264
|
-
-
|
|
265
|
-
align
|
|
294
|
+
-webkit-box-align: center;
|
|
295
|
+
-ms-flex-align: center;
|
|
296
|
+
align-items: center;
|
|
266
297
|
bottom: 0;
|
|
298
|
+
display: -webkit-box;
|
|
267
299
|
display: -ms-flexbox;
|
|
268
300
|
display: flex;
|
|
269
|
-
-
|
|
270
|
-
|
|
301
|
+
-webkit-box-pack: center;
|
|
302
|
+
-ms-flex-pack: center;
|
|
303
|
+
justify-content: center;
|
|
271
304
|
min-height: 48px;
|
|
272
305
|
padding: 0;
|
|
273
306
|
pointer-events: none;
|
|
@@ -276,33 +309,41 @@
|
|
|
276
309
|
z-index: 1;
|
|
277
310
|
}
|
|
278
311
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars {
|
|
312
|
+
display: -webkit-box;
|
|
279
313
|
display: -ms-flexbox;
|
|
280
314
|
display: flex;
|
|
281
315
|
-ms-flex-wrap: wrap;
|
|
282
316
|
flex-wrap: wrap;
|
|
283
|
-
-
|
|
284
|
-
|
|
317
|
+
-webkit-box-pack: center;
|
|
318
|
+
-ms-flex-pack: center;
|
|
319
|
+
justify-content: center;
|
|
285
320
|
pointer-events: auto;
|
|
286
321
|
}
|
|
287
322
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar {
|
|
288
323
|
padding: 0;
|
|
289
324
|
}
|
|
290
325
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator {
|
|
291
|
-
-
|
|
292
|
-
align
|
|
326
|
+
-webkit-box-align: center;
|
|
327
|
+
-ms-flex-align: center;
|
|
328
|
+
align-items: center;
|
|
329
|
+
display: -webkit-box;
|
|
293
330
|
display: -ms-flexbox;
|
|
294
331
|
display: flex;
|
|
295
|
-
-
|
|
296
|
-
|
|
332
|
+
-webkit-box-pack: center;
|
|
333
|
+
-ms-flex-pack: center;
|
|
334
|
+
justify-content: center;
|
|
297
335
|
padding: 8px;
|
|
298
336
|
}
|
|
299
337
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator div {
|
|
300
338
|
border: 1px solid rgba(var(--color-sf-on-surface), 0.4);
|
|
301
339
|
border-radius: 50%;
|
|
302
340
|
height: 12px;
|
|
303
|
-
transition-duration: 0.6s;
|
|
341
|
+
-webkit-transition-duration: 0.6s;
|
|
342
|
+
transition-duration: 0.6s;
|
|
343
|
+
-webkit-transition-property: background-color, border-color;
|
|
304
344
|
transition-property: background-color, border-color;
|
|
305
|
-
transition-timing-function: ease-in-out;
|
|
345
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
346
|
+
transition-timing-function: ease-in-out;
|
|
306
347
|
width: 12px;
|
|
307
348
|
}
|
|
308
349
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator .e-ripple-element {
|
|
@@ -314,6 +355,7 @@
|
|
|
314
355
|
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars {
|
|
315
356
|
display: block;
|
|
316
357
|
overflow: hidden;
|
|
358
|
+
-webkit-transition: opacity 0.6s ease-in-out;
|
|
317
359
|
transition: opacity 0.6s ease-in-out;
|
|
318
360
|
white-space: nowrap;
|
|
319
361
|
width: 80px;
|
|
@@ -326,18 +368,26 @@
|
|
|
326
368
|
margin: 0 4px;
|
|
327
369
|
opacity: 1;
|
|
328
370
|
position: relative;
|
|
329
|
-
transform: scale(0.33);
|
|
330
|
-
|
|
371
|
+
-webkit-transform: scale(0.33);
|
|
372
|
+
transform: scale(0.33);
|
|
373
|
+
-webkit-transition-duration: 0.6s;
|
|
374
|
+
transition-duration: 0.6s;
|
|
375
|
+
-webkit-transition-property: left, -webkit-transform;
|
|
376
|
+
transition-property: left, -webkit-transform;
|
|
331
377
|
transition-property: transform, left;
|
|
332
|
-
transition-
|
|
378
|
+
transition-property: transform, left, -webkit-transform;
|
|
379
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
380
|
+
transition-timing-function: ease-in-out;
|
|
333
381
|
white-space: nowrap;
|
|
334
382
|
width: 8px;
|
|
335
383
|
}
|
|
336
384
|
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-active {
|
|
337
|
-
transform: scale(1);
|
|
385
|
+
-webkit-transform: scale(1);
|
|
386
|
+
transform: scale(1);
|
|
338
387
|
}
|
|
339
388
|
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-prev, .e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-next {
|
|
340
|
-
transform: scale(0.66);
|
|
389
|
+
-webkit-transform: scale(0.66);
|
|
390
|
+
transform: scale(0.66);
|
|
341
391
|
}
|
|
342
392
|
.e-carousel .e-carousel-indicators.e-fraction {
|
|
343
393
|
min-height: 36px;
|
|
@@ -354,13 +404,15 @@
|
|
|
354
404
|
left: 0;
|
|
355
405
|
position: absolute;
|
|
356
406
|
top: 0;
|
|
357
|
-
transform: translate3d(0, 0, 0) scaleX(calc(var(--carousel-items-current) / var(--carousel-items-count))) scaleY(1);
|
|
358
|
-
|
|
359
|
-
|
|
407
|
+
-webkit-transform: translate3d(0, 0, 0) scaleX(calc(var(--carousel-items-current) / var(--carousel-items-count))) scaleY(1);
|
|
408
|
+
transform: translate3d(0, 0, 0) scaleX(calc(var(--carousel-items-current) / var(--carousel-items-count))) scaleY(1);
|
|
409
|
+
-webkit-transition-duration: 0.6s;
|
|
410
|
+
transition-duration: 0.6s;
|
|
411
|
+
-webkit-transform-origin: left top;
|
|
412
|
+
transform-origin: left top;
|
|
360
413
|
width: 100%;
|
|
361
414
|
}
|
|
362
415
|
|
|
363
|
-
/*! carousel component theme */
|
|
364
416
|
.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled),
|
|
365
417
|
.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled),
|
|
366
418
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled) {
|
|
@@ -384,16 +436,21 @@
|
|
|
384
436
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator {
|
|
385
437
|
background-color: transparent;
|
|
386
438
|
border-color: transparent;
|
|
387
|
-
box-shadow: none;
|
|
439
|
+
-webkit-box-shadow: none;
|
|
440
|
+
box-shadow: none;
|
|
388
441
|
}
|
|
389
442
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator div {
|
|
443
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.14)), to(rgba(var(--color-sf-primary), 0.14))), rgba(var(--color-sf-surface));
|
|
390
444
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
|
|
391
|
-
border-image: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14));
|
|
445
|
+
-o-border-image: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14));
|
|
446
|
+
border-image: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.14)), to(rgba(var(--color-sf-primary), 0.14)));
|
|
447
|
+
border-image: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14));
|
|
392
448
|
}
|
|
393
449
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:active, .e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:focus, .e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:hover {
|
|
394
450
|
background: transparent;
|
|
395
451
|
border-color: transparent;
|
|
396
|
-
box-shadow: none;
|
|
452
|
+
-webkit-box-shadow: none;
|
|
453
|
+
box-shadow: none;
|
|
397
454
|
outline: none;
|
|
398
455
|
}
|
|
399
456
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:focus-visible {
|