@syncfusion/ej2-navigations 31.2.12 → 32.1.19
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/README.md +0 -1
- package/dist/ej2-navigations.min.js +1 -10
- package/dist/ej2-navigations.umd.min.js +1 -10
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +35 -11
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +36 -11
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +1 -10
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +7 -7
- package/src/common/menu-base.js +1 -1
- package/src/toolbar/toolbar.d.ts +1 -0
- package/src/toolbar/toolbar.js +8 -0
- package/src/treeview/treeview.d.ts +2 -0
- package/src/treeview/treeview.js +27 -10
- package/styles/accordion/_all.scss +2 -2
- package/styles/accordion/_bds-definition.scss +9 -0
- package/styles/accordion/_bigger.scss +7 -5
- package/styles/accordion/_bootstrap-dark-definition.scss +9 -0
- package/styles/accordion/_bootstrap-definition.scss +9 -0
- package/styles/accordion/_bootstrap4-definition.scss +9 -0
- package/styles/accordion/_bootstrap5-dark-definition.scss +177 -1
- package/styles/accordion/_bootstrap5-definition.scss +9 -0
- package/styles/accordion/_bootstrap5.3-definition.scss +16 -7
- package/styles/accordion/_fabric-dark-definition.scss +9 -0
- package/styles/accordion/_fabric-definition.scss +9 -0
- package/styles/accordion/_fluent-dark-definition.scss +177 -1
- package/styles/accordion/_fluent-definition.scss +9 -0
- package/styles/accordion/_fluent2-definition.scss +16 -7
- package/styles/accordion/_fusionnew-definition.scss +9 -0
- package/styles/accordion/_highcontrast-definition.scss +9 -0
- package/styles/accordion/_highcontrast-light-definition.scss +9 -0
- package/styles/accordion/_layout.scss +14 -12
- package/styles/accordion/_material-dark-definition.scss +9 -0
- package/styles/accordion/_material-definition.scss +9 -0
- package/styles/accordion/_material3-dark-definition.scss +177 -1
- package/styles/accordion/_material3-definition.scss +16 -7
- package/styles/accordion/_tailwind-dark-definition.scss +176 -1
- package/styles/accordion/_tailwind-definition.scss +9 -0
- package/styles/accordion/_tailwind3-definition.scss +18 -10
- package/styles/accordion/_theme-variables.scss +1 -0
- package/styles/accordion/_theme.scss +2 -0
- package/styles/accordion/bds.scss +5 -5
- package/styles/accordion/bootstrap-dark.scss +5 -5
- package/styles/accordion/bootstrap.scss +5 -5
- package/styles/accordion/bootstrap4.scss +5 -5
- package/styles/accordion/bootstrap5-dark.scss +5 -5
- package/styles/accordion/bootstrap5.3.css +89 -9
- package/styles/accordion/bootstrap5.3.scss +5 -5
- package/styles/accordion/bootstrap5.scss +5 -5
- package/styles/accordion/fabric-dark.scss +5 -5
- package/styles/accordion/fabric.scss +5 -5
- package/styles/accordion/fluent-dark.scss +5 -5
- package/styles/accordion/fluent.scss +5 -5
- package/styles/accordion/fluent2.css +91 -11
- package/styles/accordion/fluent2.scss +5 -5
- package/styles/accordion/highcontrast-light.scss +5 -5
- package/styles/accordion/highcontrast.scss +5 -5
- package/styles/accordion/icons/_bds.scss +1 -0
- package/styles/accordion/icons/_bootstrap-dark.scss +1 -0
- package/styles/accordion/icons/_bootstrap.scss +1 -0
- package/styles/accordion/icons/_bootstrap4.scss +1 -0
- package/styles/accordion/icons/_bootstrap5-dark.scss +1 -1
- package/styles/accordion/icons/_bootstrap5.3.scss +1 -0
- package/styles/accordion/icons/_bootstrap5.scss +1 -0
- package/styles/accordion/icons/_fabric-dark.scss +1 -0
- package/styles/accordion/icons/_fabric.scss +1 -0
- package/styles/accordion/icons/_fluent-dark.scss +1 -1
- package/styles/accordion/icons/_fluent.scss +1 -0
- package/styles/accordion/icons/_fluent2.scss +1 -0
- package/styles/accordion/icons/_fusionnew.scss +1 -0
- package/styles/accordion/icons/_highcontrast-light.scss +1 -0
- package/styles/accordion/icons/_highcontrast.scss +1 -0
- package/styles/accordion/icons/_material-dark.scss +1 -0
- package/styles/accordion/icons/_material.scss +1 -0
- package/styles/accordion/icons/_material3-dark.scss +1 -1
- package/styles/accordion/icons/_material3.scss +1 -0
- package/styles/accordion/icons/_tailwind-dark.scss +1 -1
- package/styles/accordion/icons/_tailwind.scss +1 -0
- package/styles/accordion/icons/_tailwind3.scss +1 -0
- package/styles/accordion/material-dark.scss +5 -5
- package/styles/accordion/material.scss +5 -5
- package/styles/accordion/material3-dark.css +81 -1
- package/styles/accordion/material3-dark.scss +5 -6
- package/styles/accordion/material3.css +91 -11
- package/styles/accordion/material3.scss +5 -6
- package/styles/accordion/tailwind-dark.scss +5 -5
- package/styles/accordion/tailwind.scss +5 -5
- package/styles/accordion/tailwind3.css +81 -11
- package/styles/accordion/tailwind3.scss +5 -5
- package/styles/appbar/_all.scss +2 -2
- package/styles/appbar/_bds-definition.scss +14 -0
- package/styles/appbar/_bigger.scss +5 -3
- package/styles/appbar/_bootstrap-dark-definition.scss +14 -0
- package/styles/appbar/_bootstrap-definition.scss +14 -0
- package/styles/appbar/_bootstrap4-definition.scss +14 -0
- package/styles/appbar/_bootstrap5-dark-definition.scss +20 -1
- package/styles/appbar/_bootstrap5-definition.scss +14 -0
- package/styles/appbar/_bootstrap5.3-definition.scss +14 -0
- package/styles/appbar/_fabric-dark-definition.scss +14 -0
- package/styles/appbar/_fabric-definition.scss +14 -0
- package/styles/appbar/_fluent-dark-definition.scss +20 -1
- package/styles/appbar/_fluent-definition.scss +14 -0
- package/styles/appbar/_fluent2-definition.scss +20 -4
- package/styles/appbar/_fusionnew-definition.scss +13 -0
- package/styles/appbar/_highcontrast-definition.scss +13 -0
- package/styles/appbar/_highcontrast-light-definition.scss +13 -0
- package/styles/appbar/_layout.scss +10 -8
- package/styles/appbar/_material-dark-definition.scss +13 -0
- package/styles/appbar/_material-definition.scss +13 -0
- package/styles/appbar/_material3-dark-definition.scss +19 -1
- package/styles/appbar/_material3-definition.scss +13 -0
- package/styles/appbar/_tailwind-dark-definition.scss +19 -1
- package/styles/appbar/_tailwind-definition.scss +13 -0
- package/styles/appbar/_tailwind3-definition.scss +14 -0
- package/styles/appbar/_theme-variables.scss +1 -0
- package/styles/appbar/_theme.scss +9 -7
- package/styles/appbar/bds.scss +4 -4
- package/styles/appbar/bootstrap-dark.scss +4 -4
- package/styles/appbar/bootstrap.scss +4 -4
- package/styles/appbar/bootstrap4.scss +4 -4
- package/styles/appbar/bootstrap5-dark.scss +4 -4
- package/styles/appbar/bootstrap5.3.css +80 -0
- package/styles/appbar/bootstrap5.3.scss +4 -4
- package/styles/appbar/bootstrap5.scss +4 -4
- package/styles/appbar/fabric-dark.scss +4 -4
- package/styles/appbar/fabric.scss +4 -4
- package/styles/appbar/fluent-dark.scss +4 -4
- package/styles/appbar/fluent.scss +4 -4
- package/styles/appbar/fluent2.css +82 -2
- package/styles/appbar/fluent2.scss +4 -4
- package/styles/appbar/highcontrast-light.scss +4 -4
- package/styles/appbar/highcontrast.scss +4 -4
- package/styles/appbar/material-dark.scss +4 -4
- package/styles/appbar/material.scss +4 -4
- package/styles/appbar/material3-dark.css +80 -0
- package/styles/appbar/material3-dark.scss +4 -5
- package/styles/appbar/material3.css +80 -0
- package/styles/appbar/material3.scss +4 -5
- package/styles/appbar/tailwind-dark.scss +4 -4
- package/styles/appbar/tailwind.scss +4 -4
- package/styles/appbar/tailwind3.css +71 -1
- package/styles/appbar/tailwind3.scss +4 -4
- package/styles/bds-lite.css +7 -5
- package/styles/bds-lite.scss +45 -46
- package/styles/bds.css +11 -5
- package/styles/bds.scss +57 -58
- package/styles/bootstrap-dark-lite.css +6 -4
- package/styles/bootstrap-dark-lite.scss +45 -46
- package/styles/bootstrap-dark.css +10 -4
- package/styles/bootstrap-dark.scss +57 -58
- package/styles/bootstrap-lite.css +6 -4
- package/styles/bootstrap-lite.scss +45 -46
- package/styles/bootstrap.css +10 -4
- package/styles/bootstrap.scss +57 -58
- package/styles/bootstrap4-lite.css +7 -5
- package/styles/bootstrap4-lite.scss +45 -46
- package/styles/bootstrap4.css +11 -6
- package/styles/bootstrap4.scss +57 -58
- package/styles/bootstrap5-dark-lite.css +4 -2
- package/styles/bootstrap5-dark-lite.scss +45 -46
- package/styles/bootstrap5-dark.css +8 -2
- package/styles/bootstrap5-dark.scss +57 -58
- package/styles/bootstrap5-lite.css +4 -2
- package/styles/bootstrap5-lite.scss +46 -46
- package/styles/bootstrap5.3-lite.css +151 -69
- package/styles/bootstrap5.3-lite.scss +46 -46
- package/styles/bootstrap5.3.css +155 -69
- package/styles/bootstrap5.3.scss +58 -58
- package/styles/bootstrap5.css +8 -2
- package/styles/bootstrap5.scss +58 -58
- package/styles/breadcrumb/_all.scss +2 -2
- package/styles/breadcrumb/_bds-definition.scss +11 -0
- package/styles/breadcrumb/_bigger.scss +15 -14
- package/styles/breadcrumb/_bootstrap-dark-definition.scss +12 -0
- package/styles/breadcrumb/_bootstrap-definition.scss +12 -0
- package/styles/breadcrumb/_bootstrap4-definition.scss +11 -0
- package/styles/breadcrumb/_bootstrap5-dark-definition.scss +77 -1
- package/styles/breadcrumb/_bootstrap5-definition.scss +11 -0
- package/styles/breadcrumb/_bootstrap5.3-definition.scss +17 -1
- package/styles/breadcrumb/_fabric-dark-definition.scss +13 -1
- package/styles/breadcrumb/_fabric-definition.scss +12 -0
- package/styles/breadcrumb/_fluent-dark-definition.scss +76 -1
- package/styles/breadcrumb/_fluent-definition.scss +12 -0
- package/styles/breadcrumb/_fluent2-definition.scss +26 -1
- package/styles/breadcrumb/_fusionnew-definition.scss +10 -0
- package/styles/breadcrumb/_highcontrast-definition.scss +12 -0
- package/styles/breadcrumb/_highcontrast-light-definition.scss +13 -1
- package/styles/breadcrumb/_layout.scss +31 -30
- package/styles/breadcrumb/_material-dark-definition.scss +12 -1
- package/styles/breadcrumb/_material-definition.scss +11 -0
- package/styles/breadcrumb/_material3-dark-definition.scss +74 -1
- package/styles/breadcrumb/_material3-definition.scss +15 -1
- package/styles/breadcrumb/_tailwind-dark-definition.scss +71 -1
- package/styles/breadcrumb/_tailwind-definition.scss +11 -0
- package/styles/breadcrumb/_tailwind3-definition.scss +17 -1
- package/styles/breadcrumb/_theme-variables.scss +1 -0
- package/styles/breadcrumb/_theme.scss +6 -4
- package/styles/breadcrumb/bds.scss +5 -5
- package/styles/breadcrumb/bootstrap-dark.scss +5 -5
- package/styles/breadcrumb/bootstrap.scss +5 -5
- package/styles/breadcrumb/bootstrap4.scss +5 -5
- package/styles/breadcrumb/bootstrap5-dark.scss +5 -5
- package/styles/breadcrumb/bootstrap5.3.css +83 -3
- package/styles/breadcrumb/bootstrap5.3.scss +5 -5
- package/styles/breadcrumb/bootstrap5.scss +5 -5
- package/styles/breadcrumb/fabric-dark.scss +5 -5
- package/styles/breadcrumb/fabric.scss +5 -5
- package/styles/breadcrumb/fluent-dark.scss +5 -5
- package/styles/breadcrumb/fluent.scss +5 -5
- package/styles/breadcrumb/fluent2.css +84 -4
- package/styles/breadcrumb/fluent2.scss +5 -5
- package/styles/breadcrumb/highcontrast-light.scss +5 -5
- package/styles/breadcrumb/highcontrast.scss +5 -5
- package/styles/breadcrumb/icons/_bds.scss +1 -0
- package/styles/breadcrumb/icons/_bootstrap-dark.scss +1 -0
- package/styles/breadcrumb/icons/_bootstrap.scss +1 -0
- package/styles/breadcrumb/icons/_bootstrap4.scss +1 -0
- package/styles/breadcrumb/icons/_bootstrap5-dark.scss +1 -1
- package/styles/breadcrumb/icons/_bootstrap5.3.scss +4 -2
- package/styles/breadcrumb/icons/_bootstrap5.scss +1 -0
- package/styles/breadcrumb/icons/_fabric-dark.scss +1 -0
- package/styles/breadcrumb/icons/_fabric.scss +1 -0
- package/styles/breadcrumb/icons/_fluent-dark.scss +1 -1
- package/styles/breadcrumb/icons/_fluent.scss +1 -0
- package/styles/breadcrumb/icons/_fluent2.scss +4 -2
- package/styles/breadcrumb/icons/_fusionnew.scss +1 -0
- package/styles/breadcrumb/icons/_highcontrast-light.scss +1 -0
- package/styles/breadcrumb/icons/_highcontrast.scss +1 -0
- package/styles/breadcrumb/icons/_material-dark.scss +1 -0
- package/styles/breadcrumb/icons/_material.scss +1 -0
- package/styles/breadcrumb/icons/_material3-dark.scss +1 -1
- package/styles/breadcrumb/icons/_material3.scss +1 -0
- package/styles/breadcrumb/icons/_tailwind-dark.scss +1 -0
- package/styles/breadcrumb/icons/_tailwind.scss +1 -0
- package/styles/breadcrumb/icons/_tailwind3.scss +4 -2
- package/styles/breadcrumb/material-dark.scss +5 -5
- package/styles/breadcrumb/material.scss +5 -5
- package/styles/breadcrumb/material3-dark.css +84 -4
- package/styles/breadcrumb/material3-dark.scss +5 -6
- package/styles/breadcrumb/material3.css +84 -4
- package/styles/breadcrumb/material3.scss +5 -6
- package/styles/breadcrumb/tailwind-dark.scss +5 -5
- package/styles/breadcrumb/tailwind.scss +5 -5
- package/styles/breadcrumb/tailwind3.css +71 -1
- package/styles/breadcrumb/tailwind3.scss +5 -5
- package/styles/carousel/_all.scss +2 -2
- package/styles/carousel/_bds-definition.scss +16 -0
- package/styles/carousel/_bootstrap-dark-definition.scss +16 -0
- package/styles/carousel/_bootstrap-definition.scss +16 -0
- package/styles/carousel/_bootstrap4-definition.scss +16 -0
- package/styles/carousel/_bootstrap5-dark-definition.scss +36 -1
- package/styles/carousel/_bootstrap5-definition.scss +16 -0
- package/styles/carousel/_bootstrap5.3-definition.scss +18 -2
- package/styles/carousel/_fabric-dark-definition.scss +16 -0
- package/styles/carousel/_fabric-definition.scss +16 -0
- package/styles/carousel/_fluent-dark-definition.scss +36 -1
- package/styles/carousel/_fluent-definition.scss +16 -0
- package/styles/carousel/_fluent2-definition.scss +19 -2
- package/styles/carousel/_fusionnew-definition.scss +16 -0
- package/styles/carousel/_highcontrast-definition.scss +16 -0
- package/styles/carousel/_highcontrast-light-definition.scss +16 -0
- package/styles/carousel/_layout.scss +25 -23
- package/styles/carousel/_material-dark-definition.scss +16 -0
- package/styles/carousel/_material-definition.scss +16 -0
- package/styles/carousel/_material3-dark-definition.scss +37 -1
- package/styles/carousel/_material3-definition.scss +18 -2
- package/styles/carousel/_tailwind-dark-definition.scss +36 -1
- package/styles/carousel/_tailwind-definition.scss +16 -0
- package/styles/carousel/_tailwind3-definition.scss +18 -2
- package/styles/carousel/_theme-variables.scss +1 -0
- package/styles/carousel/_theme.scss +5 -2
- package/styles/carousel/bds.scss +5 -5
- package/styles/carousel/bootstrap-dark.scss +5 -5
- package/styles/carousel/bootstrap.scss +5 -5
- package/styles/carousel/bootstrap4.scss +5 -5
- package/styles/carousel/bootstrap5-dark.scss +5 -5
- package/styles/carousel/bootstrap5.3.css +81 -1
- package/styles/carousel/bootstrap5.3.scss +5 -5
- package/styles/carousel/bootstrap5.scss +5 -5
- package/styles/carousel/fabric-dark.scss +5 -5
- package/styles/carousel/fabric.scss +5 -5
- package/styles/carousel/fluent-dark.scss +5 -5
- package/styles/carousel/fluent.scss +5 -5
- package/styles/carousel/fluent2.css +81 -1
- package/styles/carousel/fluent2.scss +5 -5
- package/styles/carousel/highcontrast-light.scss +5 -5
- package/styles/carousel/highcontrast.scss +5 -5
- package/styles/carousel/icons/_bds.scss +1 -0
- package/styles/carousel/icons/_bootstrap-dark.scss +1 -0
- package/styles/carousel/icons/_bootstrap.scss +1 -0
- package/styles/carousel/icons/_bootstrap4.scss +1 -0
- package/styles/carousel/icons/_bootstrap5-dark.scss +1 -1
- package/styles/carousel/icons/_bootstrap5.3.scss +1 -0
- package/styles/carousel/icons/_bootstrap5.scss +1 -0
- package/styles/carousel/icons/_fabric-dark.scss +1 -0
- package/styles/carousel/icons/_fabric.scss +1 -0
- package/styles/carousel/icons/_fluent-dark.scss +1 -1
- package/styles/carousel/icons/_fluent.scss +1 -0
- package/styles/carousel/icons/_fluent2.scss +1 -0
- package/styles/carousel/icons/_fusionnew.scss +1 -0
- package/styles/carousel/icons/_highcontrast-light.scss +1 -0
- package/styles/carousel/icons/_highcontrast.scss +1 -0
- package/styles/carousel/icons/_material-dark.scss +1 -0
- package/styles/carousel/icons/_material.scss +1 -0
- package/styles/carousel/icons/_material3-dark.scss +1 -1
- package/styles/carousel/icons/_material3.scss +1 -0
- package/styles/carousel/icons/_tailwind-dark.scss +1 -1
- package/styles/carousel/icons/_tailwind.scss +1 -0
- package/styles/carousel/icons/_tailwind3.scss +1 -0
- package/styles/carousel/material-dark.scss +5 -5
- package/styles/carousel/material.scss +5 -5
- package/styles/carousel/material3-dark.css +80 -0
- package/styles/carousel/material3-dark.scss +5 -6
- package/styles/carousel/material3.css +80 -0
- package/styles/carousel/material3.scss +5 -6
- package/styles/carousel/tailwind-dark.scss +5 -5
- package/styles/carousel/tailwind.scss +5 -5
- package/styles/carousel/tailwind3.css +70 -0
- package/styles/carousel/tailwind3.scss +5 -5
- package/styles/context-menu/_all.scss +2 -2
- package/styles/context-menu/_bds-definition.scss +16 -0
- package/styles/context-menu/_bigger.scss +19 -18
- package/styles/context-menu/_bootstrap-dark-definition.scss +15 -0
- package/styles/context-menu/_bootstrap-definition.scss +15 -0
- package/styles/context-menu/_bootstrap4-definition.scss +15 -0
- package/styles/context-menu/_bootstrap5-dark-definition.scss +69 -1
- package/styles/context-menu/_bootstrap5-definition.scss +17 -0
- package/styles/context-menu/_bootstrap5.3-definition.scss +18 -1
- package/styles/context-menu/_fabric-dark-definition.scss +15 -0
- package/styles/context-menu/_fabric-definition.scss +15 -0
- package/styles/context-menu/_fluent-dark-definition.scss +66 -1
- package/styles/context-menu/_fluent-definition.scss +15 -0
- package/styles/context-menu/_fluent2-definition.scss +27 -1
- package/styles/context-menu/_fusionnew-definition.scss +15 -0
- package/styles/context-menu/_highcontrast-definition.scss +15 -0
- package/styles/context-menu/_highcontrast-light-definition.scss +15 -0
- package/styles/context-menu/_layout-mixin.scss +2 -0
- package/styles/context-menu/_layout.scss +23 -21
- package/styles/context-menu/_material-dark-definition.scss +15 -0
- package/styles/context-menu/_material-definition.scss +15 -0
- package/styles/context-menu/_material3-dark-definition.scss +68 -1
- package/styles/context-menu/_material3-definition.scss +18 -1
- package/styles/context-menu/_tailwind-dark-definition.scss +68 -1
- package/styles/context-menu/_tailwind-definition.scss +16 -0
- package/styles/context-menu/_tailwind3-definition.scss +20 -3
- package/styles/context-menu/_theme-mixin.scss +2 -0
- package/styles/context-menu/_theme-variables.scss +1 -0
- package/styles/context-menu/_theme.scss +3 -1
- package/styles/context-menu/bds.scss +8 -8
- package/styles/context-menu/bootstrap-dark.scss +8 -8
- package/styles/context-menu/bootstrap.scss +8 -8
- package/styles/context-menu/bootstrap4.scss +8 -8
- package/styles/context-menu/bootstrap5-dark.scss +8 -8
- package/styles/context-menu/bootstrap5.3.css +82 -2
- package/styles/context-menu/bootstrap5.3.scss +8 -8
- package/styles/context-menu/bootstrap5.scss +8 -8
- package/styles/context-menu/fabric-dark.scss +8 -8
- package/styles/context-menu/fabric.scss +8 -8
- package/styles/context-menu/fluent-dark.scss +8 -8
- package/styles/context-menu/fluent.scss +8 -8
- package/styles/context-menu/fluent2.css +84 -4
- package/styles/context-menu/fluent2.scss +8 -8
- package/styles/context-menu/highcontrast-light.scss +8 -8
- package/styles/context-menu/highcontrast.scss +8 -8
- package/styles/context-menu/icons/_bds.scss +1 -0
- package/styles/context-menu/icons/_bootstrap-dark.scss +1 -0
- package/styles/context-menu/icons/_bootstrap.scss +1 -0
- package/styles/context-menu/icons/_bootstrap4.scss +1 -0
- package/styles/context-menu/icons/_bootstrap5-dark.scss +1 -1
- package/styles/context-menu/icons/_bootstrap5.3.scss +1 -0
- package/styles/context-menu/icons/_bootstrap5.scss +1 -0
- package/styles/context-menu/icons/_fabric-dark.scss +1 -0
- package/styles/context-menu/icons/_fabric.scss +1 -0
- package/styles/context-menu/icons/_fluent-dark.scss +1 -1
- package/styles/context-menu/icons/_fluent.scss +1 -0
- package/styles/context-menu/icons/_fluent2.scss +1 -0
- package/styles/context-menu/icons/_fusionnew.scss +1 -0
- package/styles/context-menu/icons/_highcontrast-light.scss +1 -0
- package/styles/context-menu/icons/_highcontrast.scss +1 -0
- package/styles/context-menu/icons/_material-dark.scss +1 -0
- package/styles/context-menu/icons/_material.scss +1 -0
- package/styles/context-menu/icons/_material3-dark.scss +1 -1
- package/styles/context-menu/icons/_material3.scss +1 -0
- package/styles/context-menu/icons/_tailwind-dark.scss +1 -0
- package/styles/context-menu/icons/_tailwind.scss +1 -0
- package/styles/context-menu/icons/_tailwind3.scss +1 -0
- package/styles/context-menu/material-dark.scss +8 -8
- package/styles/context-menu/material.scss +8 -8
- package/styles/context-menu/material3-dark.css +82 -2
- package/styles/context-menu/material3-dark.scss +8 -9
- package/styles/context-menu/material3.css +82 -2
- package/styles/context-menu/material3.scss +8 -9
- package/styles/context-menu/tailwind-dark.scss +8 -8
- package/styles/context-menu/tailwind.scss +8 -8
- package/styles/context-menu/tailwind3.css +72 -2
- package/styles/context-menu/tailwind3.scss +8 -8
- package/styles/fabric-dark-lite.css +9 -7
- package/styles/fabric-dark-lite.scss +46 -46
- package/styles/fabric-dark.css +13 -7
- package/styles/fabric-dark.scss +58 -58
- package/styles/fabric-lite.css +9 -7
- package/styles/fabric-lite.scss +46 -46
- package/styles/fabric.css +13 -7
- package/styles/fabric.scss +58 -58
- package/styles/fluent-dark-lite.css +4 -2
- package/styles/fluent-dark-lite.scss +46 -46
- package/styles/fluent-dark.css +8 -2
- package/styles/fluent-dark.scss +58 -58
- package/styles/fluent-lite.css +4 -2
- package/styles/fluent-lite.scss +46 -46
- package/styles/fluent.css +8 -2
- package/styles/fluent.scss +58 -58
- package/styles/fluent2-lite.css +211 -96
- package/styles/fluent2-lite.scss +46 -46
- package/styles/fluent2.css +221 -102
- package/styles/fluent2.scss +58 -58
- package/styles/h-scroll/_all.scss +2 -2
- package/styles/h-scroll/_bds-definition.scss +8 -0
- package/styles/h-scroll/_bigger.scss +4 -2
- package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap4-definition.scss +7 -0
- package/styles/h-scroll/_bootstrap5-dark-definition.scss +91 -1
- package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap5.3-definition.scss +9 -1
- package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
- package/styles/h-scroll/_fabric-definition.scss +7 -0
- package/styles/h-scroll/_fluent-dark-definition.scss +91 -1
- package/styles/h-scroll/_fluent-definition.scss +8 -0
- package/styles/h-scroll/_fluent2-definition.scss +9 -1
- package/styles/h-scroll/_fusionnew-definition.scss +8 -0
- package/styles/h-scroll/_highcontrast-definition.scss +7 -0
- package/styles/h-scroll/_highcontrast-light-definition.scss +8 -0
- package/styles/h-scroll/_layout.scss +5 -3
- package/styles/h-scroll/_material-dark-definition.scss +8 -0
- package/styles/h-scroll/_material-definition.scss +8 -0
- package/styles/h-scroll/_material3-dark-definition.scss +91 -1
- package/styles/h-scroll/_material3-definition.scss +9 -1
- package/styles/h-scroll/_tailwind-dark-definition.scss +91 -1
- package/styles/h-scroll/_tailwind-definition.scss +8 -0
- package/styles/h-scroll/_tailwind3-definition.scss +9 -1
- package/styles/h-scroll/_theme-variables.scss +1 -0
- package/styles/h-scroll/_theme.scss +6 -4
- package/styles/h-scroll/bds.scss +5 -5
- package/styles/h-scroll/bootstrap-dark.scss +5 -5
- package/styles/h-scroll/bootstrap.scss +5 -5
- package/styles/h-scroll/bootstrap4.scss +5 -5
- package/styles/h-scroll/bootstrap5-dark.scss +5 -5
- package/styles/h-scroll/bootstrap5.3.css +80 -0
- package/styles/h-scroll/bootstrap5.3.scss +5 -5
- package/styles/h-scroll/bootstrap5.scss +5 -5
- package/styles/h-scroll/fabric-dark.scss +5 -5
- package/styles/h-scroll/fabric.scss +5 -5
- package/styles/h-scroll/fluent-dark.scss +5 -5
- package/styles/h-scroll/fluent.scss +5 -5
- package/styles/h-scroll/fluent2.css +80 -0
- package/styles/h-scroll/fluent2.scss +5 -5
- package/styles/h-scroll/highcontrast-light.scss +5 -5
- package/styles/h-scroll/highcontrast.scss +5 -5
- package/styles/h-scroll/icons/_bds.scss +1 -0
- package/styles/h-scroll/icons/_bootstrap-dark.scss +1 -0
- package/styles/h-scroll/icons/_bootstrap.scss +1 -0
- package/styles/h-scroll/icons/_bootstrap4.scss +1 -0
- package/styles/h-scroll/icons/_bootstrap5-dark.scss +1 -1
- package/styles/h-scroll/icons/_bootstrap5.3.scss +1 -0
- package/styles/h-scroll/icons/_bootstrap5.scss +1 -0
- package/styles/h-scroll/icons/_fabric-dark.scss +1 -0
- package/styles/h-scroll/icons/_fabric.scss +1 -0
- package/styles/h-scroll/icons/_fluent-dark.scss +1 -1
- package/styles/h-scroll/icons/_fluent.scss +1 -0
- package/styles/h-scroll/icons/_fluent2.scss +1 -0
- package/styles/h-scroll/icons/_fusionnew.scss +1 -0
- package/styles/h-scroll/icons/_highcontrast-light.scss +1 -0
- package/styles/h-scroll/icons/_highcontrast.scss +1 -0
- package/styles/h-scroll/icons/_material-dark.scss +1 -0
- package/styles/h-scroll/icons/_material.scss +1 -0
- package/styles/h-scroll/icons/_material3-dark.scss +1 -1
- package/styles/h-scroll/icons/_material3.scss +1 -0
- package/styles/h-scroll/icons/_tailwind-dark.scss +1 -1
- package/styles/h-scroll/icons/_tailwind.scss +1 -0
- package/styles/h-scroll/icons/_tailwind3.scss +1 -0
- package/styles/h-scroll/material-dark.scss +5 -5
- package/styles/h-scroll/material.scss +5 -5
- package/styles/h-scroll/material3-dark.css +80 -0
- package/styles/h-scroll/material3-dark.scss +5 -6
- package/styles/h-scroll/material3.css +80 -0
- package/styles/h-scroll/material3.scss +5 -6
- package/styles/h-scroll/tailwind-dark.scss +5 -5
- package/styles/h-scroll/tailwind.scss +5 -5
- package/styles/h-scroll/tailwind3.css +70 -0
- package/styles/h-scroll/tailwind3.scss +5 -5
- package/styles/highcontrast-light-lite.css +9 -7
- package/styles/highcontrast-light-lite.scss +46 -46
- package/styles/highcontrast-light.css +13 -7
- package/styles/highcontrast-light.scss +58 -58
- package/styles/highcontrast-lite.css +9 -7
- package/styles/highcontrast-lite.scss +46 -46
- package/styles/highcontrast.css +13 -7
- package/styles/highcontrast.scss +58 -58
- package/styles/material-dark-lite.css +4 -2
- package/styles/material-dark-lite.scss +46 -46
- package/styles/material-dark.css +8 -2
- package/styles/material-dark.scss +58 -58
- package/styles/material-lite.css +4 -2
- package/styles/material-lite.scss +45 -46
- package/styles/material.css +8 -2
- package/styles/material.scss +57 -58
- package/styles/material3-dark-lite.css +155 -73
- package/styles/material3-dark-lite.scss +46 -46
- package/styles/material3-dark.css +163 -77
- package/styles/material3-dark.scss +58 -60
- package/styles/material3-lite.css +165 -83
- package/styles/material3-lite.scss +46 -46
- package/styles/material3.css +173 -87
- package/styles/material3.scss +58 -60
- package/styles/menu/_all.scss +2 -2
- package/styles/menu/_bds-definition.scss +33 -0
- package/styles/menu/_bigger.scss +39 -37
- package/styles/menu/_bootstrap-dark-definition.scss +33 -0
- package/styles/menu/_bootstrap-definition.scss +33 -0
- package/styles/menu/_bootstrap4-definition.scss +33 -0
- package/styles/menu/_bootstrap5-dark-definition.scss +99 -1
- package/styles/menu/_bootstrap5-definition.scss +33 -0
- package/styles/menu/_bootstrap5.3-definition.scss +34 -1
- package/styles/menu/_fabric-dark-definition.scss +33 -0
- package/styles/menu/_fabric-definition.scss +33 -0
- package/styles/menu/_fluent-dark-definition.scss +99 -1
- package/styles/menu/_fluent-definition.scss +33 -0
- package/styles/menu/_fluent2-definition.scss +38 -0
- package/styles/menu/_fusionnew-definition.scss +31 -0
- package/styles/menu/_highcontrast-definition.scss +33 -0
- package/styles/menu/_highcontrast-light-definition.scss +34 -1
- package/styles/menu/_layout.scss +46 -44
- package/styles/menu/_material-dark-definition.scss +33 -0
- package/styles/menu/_material-definition.scss +33 -0
- package/styles/menu/_material3-dark-definition.scss +101 -1
- package/styles/menu/_material3-definition.scss +35 -0
- package/styles/menu/_tailwind-dark-definition.scss +98 -1
- package/styles/menu/_tailwind-definition.scss +33 -0
- package/styles/menu/_tailwind3-definition.scss +39 -4
- package/styles/menu/_theme-variables.scss +1 -0
- package/styles/menu/_theme.scss +13 -11
- package/styles/menu/bds.css +0 -1
- package/styles/menu/bds.scss +9 -9
- package/styles/menu/bootstrap-dark.css +0 -1
- package/styles/menu/bootstrap-dark.scss +9 -9
- package/styles/menu/bootstrap.css +0 -1
- package/styles/menu/bootstrap.scss +9 -9
- package/styles/menu/bootstrap4.css +1 -2
- package/styles/menu/bootstrap4.scss +9 -9
- package/styles/menu/bootstrap5-dark.css +0 -1
- package/styles/menu/bootstrap5-dark.scss +9 -9
- package/styles/menu/bootstrap5.3.css +83 -4
- package/styles/menu/bootstrap5.3.scss +9 -9
- package/styles/menu/bootstrap5.css +0 -1
- package/styles/menu/bootstrap5.scss +9 -9
- package/styles/menu/fabric-dark.css +0 -1
- package/styles/menu/fabric-dark.scss +9 -9
- package/styles/menu/fabric.css +0 -1
- package/styles/menu/fabric.scss +9 -9
- package/styles/menu/fluent-dark.css +0 -1
- package/styles/menu/fluent-dark.scss +9 -9
- package/styles/menu/fluent.css +0 -1
- package/styles/menu/fluent.scss +9 -9
- package/styles/menu/fluent2.css +88 -9
- package/styles/menu/fluent2.scss +9 -9
- package/styles/menu/highcontrast-light.css +0 -1
- package/styles/menu/highcontrast-light.scss +9 -9
- package/styles/menu/highcontrast.css +0 -1
- package/styles/menu/highcontrast.scss +9 -9
- package/styles/menu/icons/_bds.scss +1 -0
- package/styles/menu/icons/_bootstrap-dark.scss +1 -0
- package/styles/menu/icons/_bootstrap.scss +1 -0
- package/styles/menu/icons/_bootstrap4.scss +1 -0
- package/styles/menu/icons/_bootstrap5-dark.scss +1 -1
- package/styles/menu/icons/_bootstrap5.3.scss +1 -0
- package/styles/menu/icons/_bootstrap5.scss +1 -0
- package/styles/menu/icons/_fabric-dark.scss +1 -0
- package/styles/menu/icons/_fabric.scss +1 -0
- package/styles/menu/icons/_fluent-dark.scss +1 -1
- package/styles/menu/icons/_fluent.scss +1 -0
- package/styles/menu/icons/_fluent2.scss +1 -0
- package/styles/menu/icons/_fusionnew.scss +1 -0
- package/styles/menu/icons/_highcontrast-light.scss +1 -0
- package/styles/menu/icons/_highcontrast.scss +1 -0
- package/styles/menu/icons/_material-dark.scss +1 -0
- package/styles/menu/icons/_material.scss +1 -0
- package/styles/menu/icons/_material3-dark.scss +1 -1
- package/styles/menu/icons/_material3.scss +1 -0
- package/styles/menu/icons/_tailwind-dark.scss +1 -0
- package/styles/menu/icons/_tailwind.scss +1 -0
- package/styles/menu/icons/_tailwind3.scss +1 -0
- package/styles/menu/material-dark.css +0 -1
- package/styles/menu/material-dark.scss +9 -9
- package/styles/menu/material.css +0 -1
- package/styles/menu/material.scss +9 -9
- package/styles/menu/material3-dark.css +87 -8
- package/styles/menu/material3-dark.scss +9 -10
- package/styles/menu/material3.css +87 -8
- package/styles/menu/material3.scss +9 -10
- package/styles/menu/tailwind-dark.css +0 -1
- package/styles/menu/tailwind-dark.scss +9 -9
- package/styles/menu/tailwind.css +0 -1
- package/styles/menu/tailwind.scss +9 -9
- package/styles/menu/tailwind3.css +76 -7
- package/styles/menu/tailwind3.scss +9 -9
- package/styles/pager/_all.scss +2 -2
- package/styles/pager/_bds-definition.scss +5 -0
- package/styles/pager/_bigger.scss +3 -1
- package/styles/pager/_bootstrap-dark-definition.scss +5 -1
- package/styles/pager/_bootstrap-definition.scss +5 -0
- package/styles/pager/_bootstrap4-definition.scss +5 -0
- package/styles/pager/_bootstrap5-dark-definition.scss +171 -1
- package/styles/pager/_bootstrap5-definition.scss +5 -0
- package/styles/pager/_bootstrap5.3-definition.scss +5 -0
- package/styles/pager/_fabric-dark-definition.scss +5 -0
- package/styles/pager/_fabric-definition.scss +5 -0
- package/styles/pager/_fluent-dark-definition.scss +158 -1
- package/styles/pager/_fluent-definition.scss +5 -0
- package/styles/pager/_fluent2-definition.scss +5 -0
- package/styles/pager/_fusionnew-definition.scss +5 -0
- package/styles/pager/_highcontrast-definition.scss +5 -0
- package/styles/pager/_highcontrast-light-definition.scss +5 -0
- package/styles/pager/_layout.scss +7 -5
- package/styles/pager/_material-dark-definition.scss +5 -0
- package/styles/pager/_material-definition.scss +5 -0
- package/styles/pager/_material3-dark-definition.scss +171 -1
- package/styles/pager/_material3-definition.scss +5 -0
- package/styles/pager/_tailwind-dark-definition.scss +157 -1
- package/styles/pager/_tailwind-definition.scss +5 -0
- package/styles/pager/_tailwind3-definition.scss +12 -7
- package/styles/pager/_theme-variables.scss +1 -0
- package/styles/pager/_theme.scss +4 -2
- package/styles/pager/bds.scss +5 -5
- package/styles/pager/bootstrap-dark.scss +5 -5
- package/styles/pager/bootstrap.scss +5 -5
- package/styles/pager/bootstrap4.scss +5 -5
- package/styles/pager/bootstrap5-dark.scss +5 -5
- package/styles/pager/bootstrap5.3.css +80 -0
- package/styles/pager/bootstrap5.3.scss +5 -5
- package/styles/pager/bootstrap5.scss +5 -5
- package/styles/pager/fabric-dark.scss +5 -5
- package/styles/pager/fabric.scss +5 -5
- package/styles/pager/fluent-dark.scss +5 -5
- package/styles/pager/fluent.scss +5 -5
- package/styles/pager/fluent2.css +80 -0
- package/styles/pager/fluent2.scss +5 -5
- package/styles/pager/highcontrast-light.scss +5 -5
- package/styles/pager/highcontrast.scss +5 -5
- package/styles/pager/icons/_bds.scss +1 -0
- package/styles/pager/icons/_bootstrap-dark.scss +1 -0
- package/styles/pager/icons/_bootstrap.scss +1 -0
- package/styles/pager/icons/_bootstrap4.scss +1 -0
- package/styles/pager/icons/_bootstrap5-dark.scss +1 -1
- package/styles/pager/icons/_bootstrap5.3.scss +1 -0
- package/styles/pager/icons/_bootstrap5.scss +1 -0
- package/styles/pager/icons/_fabric-dark.scss +1 -0
- package/styles/pager/icons/_fabric.scss +1 -0
- package/styles/pager/icons/_fluent-dark.scss +1 -1
- package/styles/pager/icons/_fluent.scss +1 -0
- package/styles/pager/icons/_fluent2.scss +1 -0
- package/styles/pager/icons/_fusionnew.scss +1 -0
- package/styles/pager/icons/_highcontrast-light.scss +1 -0
- package/styles/pager/icons/_highcontrast.scss +1 -0
- package/styles/pager/icons/_material-dark.scss +1 -0
- package/styles/pager/icons/_material.scss +1 -0
- package/styles/pager/icons/_material3-dark.scss +1 -1
- package/styles/pager/icons/_material3.scss +1 -0
- package/styles/pager/icons/_tailwind-dark.scss +1 -1
- package/styles/pager/icons/_tailwind.scss +1 -0
- package/styles/pager/icons/_tailwind3.scss +1 -0
- package/styles/pager/material-dark.scss +5 -5
- package/styles/pager/material.scss +5 -5
- package/styles/pager/material3-dark.css +80 -0
- package/styles/pager/material3-dark.scss +5 -6
- package/styles/pager/material3.css +80 -0
- package/styles/pager/material3.scss +5 -6
- package/styles/pager/tailwind-dark.scss +5 -5
- package/styles/pager/tailwind.scss +5 -5
- package/styles/pager/tailwind3.css +77 -7
- package/styles/pager/tailwind3.scss +5 -5
- package/styles/sidebar/_all.scss +3 -3
- package/styles/sidebar/_bds-definition.scss +5 -0
- package/styles/sidebar/_bootstrap-dark-definition.scss +5 -0
- package/styles/sidebar/_bootstrap-definition.scss +5 -0
- package/styles/sidebar/_bootstrap4-definition.scss +5 -0
- package/styles/sidebar/_bootstrap5-dark-definition.scss +11 -1
- package/styles/sidebar/_bootstrap5-definition.scss +5 -0
- package/styles/sidebar/_bootstrap5.3-definition.scss +5 -0
- package/styles/sidebar/_fabric-dark-definition.scss +5 -0
- package/styles/sidebar/_fabric-definition.scss +5 -0
- package/styles/sidebar/_fluent-dark-definition.scss +11 -1
- package/styles/sidebar/_fluent-definition.scss +5 -0
- package/styles/sidebar/_fluent2-definition.scss +5 -0
- package/styles/sidebar/_fusionnew-definition.scss +5 -0
- package/styles/sidebar/_highcontrast-definition.scss +5 -0
- package/styles/sidebar/_highcontrast-light-definition.scss +5 -0
- package/styles/sidebar/_material-dark-definition.scss +5 -0
- package/styles/sidebar/_material-definition.scss +6 -0
- package/styles/sidebar/_material3-dark-definition.scss +9 -1
- package/styles/sidebar/_material3-definition.scss +5 -0
- package/styles/sidebar/_tailwind-dark-definition.scss +11 -1
- package/styles/sidebar/_tailwind-definition.scss +5 -0
- package/styles/sidebar/_tailwind3-definition.scss +5 -0
- package/styles/sidebar/_theme-variables.scss +1 -0
- package/styles/sidebar/_theme.scss +26 -24
- package/styles/sidebar/bds.css +2 -2
- package/styles/sidebar/bds.scss +3 -3
- package/styles/sidebar/bootstrap-dark.scss +3 -3
- package/styles/sidebar/bootstrap.scss +3 -3
- package/styles/sidebar/bootstrap4.scss +3 -3
- package/styles/sidebar/bootstrap5-dark.scss +3 -3
- package/styles/sidebar/bootstrap5.3.css +80 -0
- package/styles/sidebar/bootstrap5.3.scss +3 -3
- package/styles/sidebar/bootstrap5.scss +3 -3
- package/styles/sidebar/fabric-dark.scss +3 -3
- package/styles/sidebar/fabric.scss +3 -3
- package/styles/sidebar/fluent-dark.scss +3 -3
- package/styles/sidebar/fluent.scss +3 -3
- package/styles/sidebar/fluent2.css +80 -0
- package/styles/sidebar/fluent2.scss +3 -3
- package/styles/sidebar/highcontrast-light.scss +3 -3
- package/styles/sidebar/highcontrast.scss +3 -3
- package/styles/sidebar/material-dark.scss +3 -3
- package/styles/sidebar/material.scss +3 -3
- package/styles/sidebar/material3-dark.css +80 -0
- package/styles/sidebar/material3-dark.scss +3 -4
- package/styles/sidebar/material3.css +80 -0
- package/styles/sidebar/material3.scss +3 -4
- package/styles/sidebar/tailwind-dark.scss +3 -3
- package/styles/sidebar/tailwind.scss +3 -3
- package/styles/sidebar/tailwind3.css +70 -0
- package/styles/sidebar/tailwind3.scss +3 -3
- package/styles/stepper/_all.scss +2 -2
- package/styles/stepper/_bds-definition.scss +30 -0
- package/styles/stepper/_bigger.scss +7 -5
- package/styles/stepper/_bootstrap-dark-definition.scss +30 -0
- package/styles/stepper/_bootstrap-definition.scss +30 -0
- package/styles/stepper/_bootstrap4-definition.scss +30 -0
- package/styles/stepper/_bootstrap5-dark-definition.scss +103 -1
- package/styles/stepper/_bootstrap5-definition.scss +30 -0
- package/styles/stepper/_bootstrap5.3-definition.scss +31 -1
- package/styles/stepper/_fabric-dark-definition.scss +30 -0
- package/styles/stepper/_fabric-definition.scss +30 -0
- package/styles/stepper/_fluent-dark-definition.scss +102 -1
- package/styles/stepper/_fluent-definition.scss +30 -0
- package/styles/stepper/_fluent2-definition.scss +31 -1
- package/styles/stepper/_fusionnew-definition.scss +30 -0
- package/styles/stepper/_highcontrast-definition.scss +30 -0
- package/styles/stepper/_highcontrast-light-definition.scss +30 -0
- package/styles/stepper/_layout.scss +40 -38
- package/styles/stepper/_material-dark-definition.scss +30 -0
- package/styles/stepper/_material-definition.scss +30 -0
- package/styles/stepper/_material3-dark-definition.scss +103 -1
- package/styles/stepper/_material3-definition.scss +32 -1
- package/styles/stepper/_tailwind-dark-definition.scss +102 -1
- package/styles/stepper/_tailwind-definition.scss +30 -0
- package/styles/stepper/_tailwind3-definition.scss +31 -1
- package/styles/stepper/_theme-variables.scss +1 -0
- package/styles/stepper/_theme.scss +2 -0
- package/styles/stepper/bds.scss +6 -6
- package/styles/stepper/bootstrap-dark.scss +6 -6
- package/styles/stepper/bootstrap.scss +6 -6
- package/styles/stepper/bootstrap4.scss +6 -6
- package/styles/stepper/bootstrap5-dark.scss +6 -6
- package/styles/stepper/bootstrap5.3.css +82 -2
- package/styles/stepper/bootstrap5.3.scss +6 -6
- package/styles/stepper/bootstrap5.scss +6 -6
- package/styles/stepper/fabric-dark.scss +6 -6
- package/styles/stepper/fabric.scss +6 -6
- package/styles/stepper/fluent-dark.scss +6 -6
- package/styles/stepper/fluent.scss +6 -6
- package/styles/stepper/fluent2.css +82 -2
- package/styles/stepper/fluent2.scss +6 -6
- package/styles/stepper/highcontrast-light.scss +6 -6
- package/styles/stepper/highcontrast.scss +6 -6
- package/styles/stepper/icons/_bds.scss +1 -0
- package/styles/stepper/icons/_bootstrap-dark.scss +1 -0
- package/styles/stepper/icons/_bootstrap.scss +1 -0
- package/styles/stepper/icons/_bootstrap4.scss +1 -0
- package/styles/stepper/icons/_bootstrap5-dark.scss +1 -1
- package/styles/stepper/icons/_bootstrap5.3.scss +1 -0
- package/styles/stepper/icons/_bootstrap5.scss +1 -0
- package/styles/stepper/icons/_fabric-dark.scss +1 -0
- package/styles/stepper/icons/_fabric.scss +1 -0
- package/styles/stepper/icons/_fluent-dark.scss +1 -1
- package/styles/stepper/icons/_fluent.scss +1 -0
- package/styles/stepper/icons/_fluent2.scss +1 -0
- package/styles/stepper/icons/_fusionnew.scss +1 -0
- package/styles/stepper/icons/_highcontrast-light.scss +1 -0
- package/styles/stepper/icons/_highcontrast.scss +1 -0
- package/styles/stepper/icons/_material-dark.scss +1 -0
- package/styles/stepper/icons/_material.scss +1 -0
- package/styles/stepper/icons/_material3-dark.scss +1 -1
- package/styles/stepper/icons/_material3.scss +1 -0
- package/styles/stepper/icons/_tailwind-dark.scss +1 -1
- package/styles/stepper/icons/_tailwind.scss +1 -0
- package/styles/stepper/icons/_tailwind3.scss +1 -0
- package/styles/stepper/material-dark.scss +6 -6
- package/styles/stepper/material.scss +6 -6
- package/styles/stepper/material3-dark.css +82 -2
- package/styles/stepper/material3-dark.scss +6 -7
- package/styles/stepper/material3.css +82 -2
- package/styles/stepper/material3.scss +6 -7
- package/styles/stepper/tailwind-dark.scss +6 -6
- package/styles/stepper/tailwind.scss +6 -6
- package/styles/stepper/tailwind3.css +72 -2
- package/styles/stepper/tailwind3.scss +6 -6
- package/styles/tab/_all.scss +2 -2
- package/styles/tab/_bds-definition.scss +50 -0
- package/styles/tab/_bigger.scss +84 -82
- package/styles/tab/_bootstrap-dark-definition.scss +50 -0
- package/styles/tab/_bootstrap-definition.scss +50 -0
- package/styles/tab/_bootstrap4-definition.scss +50 -0
- package/styles/tab/_bootstrap5-dark-definition.scss +685 -1
- package/styles/tab/_bootstrap5-definition.scss +50 -0
- package/styles/tab/_bootstrap5.3-definition.scss +63 -13
- package/styles/tab/_fabric-dark-definition.scss +50 -0
- package/styles/tab/_fabric-definition.scss +50 -0
- package/styles/tab/_fluent-dark-definition.scss +687 -1
- package/styles/tab/_fluent-definition.scss +50 -0
- package/styles/tab/_fluent2-definition.scss +66 -14
- package/styles/tab/_fusionnew-definition.scss +50 -0
- package/styles/tab/_highcontrast-definition.scss +50 -0
- package/styles/tab/_highcontrast-light-definition.scss +51 -0
- package/styles/tab/_icons.scss +2 -0
- package/styles/tab/_layout.scss +116 -114
- package/styles/tab/_material-dark-definition.scss +51 -0
- package/styles/tab/_material-definition.scss +50 -0
- package/styles/tab/_material3-dark-definition.scss +687 -1
- package/styles/tab/_material3-definition.scss +66 -13
- package/styles/tab/_tailwind-dark-definition.scss +698 -1
- package/styles/tab/_tailwind-definition.scss +50 -0
- package/styles/tab/_tailwind3-definition.scss +68 -17
- package/styles/tab/_theme-variables.scss +1 -0
- package/styles/tab/_theme.scss +41 -39
- package/styles/tab/bds.scss +6 -6
- package/styles/tab/bootstrap-dark.scss +6 -6
- package/styles/tab/bootstrap.scss +6 -6
- package/styles/tab/bootstrap4.scss +6 -6
- package/styles/tab/bootstrap5-dark.scss +6 -6
- package/styles/tab/bootstrap5.3.css +109 -29
- package/styles/tab/bootstrap5.3.scss +6 -6
- package/styles/tab/bootstrap5.scss +6 -6
- package/styles/tab/fabric-dark.css +3 -3
- package/styles/tab/fabric-dark.scss +6 -6
- package/styles/tab/fabric.css +3 -3
- package/styles/tab/fabric.scss +6 -6
- package/styles/tab/fluent-dark.scss +6 -6
- package/styles/tab/fluent.scss +6 -6
- package/styles/tab/fluent2.css +118 -38
- package/styles/tab/fluent2.scss +6 -6
- package/styles/tab/highcontrast-light.css +3 -3
- package/styles/tab/highcontrast-light.scss +6 -6
- package/styles/tab/highcontrast.css +3 -3
- package/styles/tab/highcontrast.scss +6 -6
- package/styles/tab/icons/_bds.scss +1 -0
- package/styles/tab/icons/_bootstrap-dark.scss +1 -0
- package/styles/tab/icons/_bootstrap.scss +1 -0
- package/styles/tab/icons/_bootstrap4.scss +1 -0
- package/styles/tab/icons/_bootstrap5-dark.scss +1 -1
- package/styles/tab/icons/_bootstrap5.3.scss +1 -0
- package/styles/tab/icons/_bootstrap5.scss +1 -0
- package/styles/tab/icons/_fabric-dark.scss +1 -0
- package/styles/tab/icons/_fabric.scss +1 -0
- package/styles/tab/icons/_fluent-dark.scss +1 -1
- package/styles/tab/icons/_fluent.scss +1 -0
- package/styles/tab/icons/_fluent2.scss +1 -0
- package/styles/tab/icons/_fusionnew.scss +1 -0
- package/styles/tab/icons/_highcontrast-light.scss +1 -0
- package/styles/tab/icons/_highcontrast.scss +1 -0
- package/styles/tab/icons/_material-dark.scss +1 -0
- package/styles/tab/icons/_material.scss +1 -0
- package/styles/tab/icons/_material3-dark.scss +1 -1
- package/styles/tab/icons/_material3.scss +1 -0
- package/styles/tab/icons/_tailwind-dark.scss +1 -1
- package/styles/tab/icons/_tailwind.scss +1 -0
- package/styles/tab/icons/_tailwind3.scss +1 -0
- package/styles/tab/material-dark.scss +6 -6
- package/styles/tab/material.scss +6 -6
- package/styles/tab/material3-dark.css +113 -33
- package/styles/tab/material3-dark.scss +6 -7
- package/styles/tab/material3.css +113 -33
- package/styles/tab/material3.scss +6 -7
- package/styles/tab/tailwind-dark.scss +6 -6
- package/styles/tab/tailwind.scss +6 -6
- package/styles/tab/tailwind3.css +102 -32
- package/styles/tab/tailwind3.scss +6 -6
- package/styles/tailwind-dark-lite.css +3 -1
- package/styles/tailwind-dark-lite.scss +46 -46
- package/styles/tailwind-dark.css +7 -1
- package/styles/tailwind-dark.scss +58 -58
- package/styles/tailwind-lite.css +3 -1
- package/styles/tailwind-lite.scss +46 -46
- package/styles/tailwind.css +7 -1
- package/styles/tailwind.scss +58 -58
- package/styles/tailwind3-lite.css +209 -89
- package/styles/tailwind3-lite.scss +46 -46
- package/styles/tailwind3.css +224 -95
- package/styles/tailwind3.scss +58 -58
- package/styles/toolbar/_all.scss +2 -2
- package/styles/toolbar/_bds-definition.scss +16 -0
- package/styles/toolbar/_bigger.scss +25 -15
- package/styles/toolbar/_bootstrap-dark-definition.scss +16 -0
- package/styles/toolbar/_bootstrap-definition.scss +16 -0
- package/styles/toolbar/_bootstrap4-definition.scss +16 -0
- package/styles/toolbar/_bootstrap5-dark-definition.scss +215 -1
- package/styles/toolbar/_bootstrap5-definition.scss +17 -0
- package/styles/toolbar/_bootstrap5.3-definition.scss +23 -6
- package/styles/toolbar/_fabric-dark-definition.scss +16 -0
- package/styles/toolbar/_fabric-definition.scss +16 -0
- package/styles/toolbar/_fluent-dark-definition.scss +213 -1
- package/styles/toolbar/_fluent-definition.scss +16 -0
- package/styles/toolbar/_fluent2-definition.scss +27 -11
- package/styles/toolbar/_fusionnew-definition.scss +17 -0
- package/styles/toolbar/_highcontrast-definition.scss +16 -0
- package/styles/toolbar/_highcontrast-light-definition.scss +16 -0
- package/styles/toolbar/_layout.scss +50 -40
- package/styles/toolbar/_material-dark-definition.scss +16 -0
- package/styles/toolbar/_material-definition.scss +16 -0
- package/styles/toolbar/_material3-dark-definition.scss +216 -1
- package/styles/toolbar/_material3-definition.scss +25 -8
- package/styles/toolbar/_tailwind-dark-definition.scss +213 -1
- package/styles/toolbar/_tailwind-definition.scss +16 -0
- package/styles/toolbar/_tailwind3-definition.scss +27 -11
- package/styles/toolbar/_theme-variables.scss +1 -0
- package/styles/toolbar/_theme.scss +2 -0
- package/styles/toolbar/bds.css +7 -0
- package/styles/toolbar/bds.scss +9 -9
- package/styles/toolbar/bootstrap-dark.css +7 -0
- package/styles/toolbar/bootstrap-dark.scss +9 -9
- package/styles/toolbar/bootstrap.css +7 -0
- package/styles/toolbar/bootstrap.scss +9 -9
- package/styles/toolbar/bootstrap4.css +7 -0
- package/styles/toolbar/bootstrap4.scss +9 -9
- package/styles/toolbar/bootstrap5-dark.css +7 -0
- package/styles/toolbar/bootstrap5-dark.scss +9 -9
- package/styles/toolbar/bootstrap5.3.css +101 -14
- package/styles/toolbar/bootstrap5.3.scss +9 -9
- package/styles/toolbar/bootstrap5.css +7 -0
- package/styles/toolbar/bootstrap5.scss +9 -9
- package/styles/toolbar/fabric-dark.css +7 -0
- package/styles/toolbar/fabric-dark.scss +9 -9
- package/styles/toolbar/fabric.css +7 -0
- package/styles/toolbar/fabric.scss +9 -9
- package/styles/toolbar/fluent-dark.css +7 -0
- package/styles/toolbar/fluent-dark.scss +9 -9
- package/styles/toolbar/fluent.css +7 -0
- package/styles/toolbar/fluent.scss +9 -9
- package/styles/toolbar/fluent2.css +110 -23
- package/styles/toolbar/fluent2.scss +9 -9
- package/styles/toolbar/highcontrast-light.css +7 -0
- package/styles/toolbar/highcontrast-light.scss +9 -9
- package/styles/toolbar/highcontrast.css +7 -0
- package/styles/toolbar/highcontrast.scss +9 -9
- package/styles/toolbar/icons/_bds.scss +1 -0
- package/styles/toolbar/icons/_bootstrap-dark.scss +1 -0
- package/styles/toolbar/icons/_bootstrap.scss +1 -0
- package/styles/toolbar/icons/_bootstrap4.scss +1 -0
- package/styles/toolbar/icons/_bootstrap5-dark.scss +1 -1
- package/styles/toolbar/icons/_bootstrap5.3.scss +1 -0
- package/styles/toolbar/icons/_bootstrap5.scss +1 -0
- package/styles/toolbar/icons/_fabric-dark.scss +1 -0
- package/styles/toolbar/icons/_fabric.scss +1 -0
- package/styles/toolbar/icons/_fluent-dark.scss +1 -1
- package/styles/toolbar/icons/_fluent.scss +1 -0
- package/styles/toolbar/icons/_fluent2.scss +1 -0
- package/styles/toolbar/icons/_fusionnew.scss +1 -0
- package/styles/toolbar/icons/_highcontrast-light.scss +1 -0
- package/styles/toolbar/icons/_highcontrast.scss +1 -0
- package/styles/toolbar/icons/_material-dark.scss +1 -0
- package/styles/toolbar/icons/_material.scss +1 -0
- package/styles/toolbar/icons/_material3-dark.scss +1 -1
- package/styles/toolbar/icons/_material3.scss +1 -0
- package/styles/toolbar/icons/_tailwind-dark.scss +1 -1
- package/styles/toolbar/icons/_tailwind.scss +1 -0
- package/styles/toolbar/icons/_tailwind3.scss +1 -0
- package/styles/toolbar/material-dark.css +7 -0
- package/styles/toolbar/material-dark.scss +9 -9
- package/styles/toolbar/material.css +7 -0
- package/styles/toolbar/material.scss +9 -9
- package/styles/toolbar/material3-dark.css +110 -23
- package/styles/toolbar/material3-dark.scss +9 -10
- package/styles/toolbar/material3.css +110 -23
- package/styles/toolbar/material3.scss +9 -10
- package/styles/toolbar/tailwind-dark.css +7 -0
- package/styles/toolbar/tailwind-dark.scss +9 -9
- package/styles/toolbar/tailwind.css +7 -0
- package/styles/toolbar/tailwind.scss +9 -9
- package/styles/toolbar/tailwind3.css +101 -24
- package/styles/toolbar/tailwind3.scss +9 -9
- package/styles/treeview/_all.scss +2 -2
- package/styles/treeview/_bds-definition.scss +43 -2
- package/styles/treeview/_bigger.scss +34 -22
- package/styles/treeview/_bootstrap-dark-definition.scss +41 -2
- package/styles/treeview/_bootstrap-definition.scss +41 -2
- package/styles/treeview/_bootstrap4-definition.scss +39 -3
- package/styles/treeview/_bootstrap5-dark-definition.scss +160 -1
- package/styles/treeview/_bootstrap5-definition.scss +40 -2
- package/styles/treeview/_bootstrap5.3-definition.scss +44 -2
- package/styles/treeview/_fabric-dark-definition.scss +41 -2
- package/styles/treeview/_fabric-definition.scss +41 -2
- package/styles/treeview/_fluent-dark-definition.scss +160 -1
- package/styles/treeview/_fluent-definition.scss +40 -2
- package/styles/treeview/_fluent2-definition.scss +57 -9
- package/styles/treeview/_fusionnew-definition.scss +39 -2
- package/styles/treeview/_highcontrast-definition.scss +40 -2
- package/styles/treeview/_highcontrast-light-definition.scss +39 -3
- package/styles/treeview/_layout.scss +75 -72
- package/styles/treeview/_material-dark-definition.scss +37 -2
- package/styles/treeview/_material-definition.scss +35 -2
- package/styles/treeview/_material3-dark-definition.scss +154 -1
- package/styles/treeview/_material3-definition.scss +46 -2
- package/styles/treeview/_tailwind-dark-definition.scss +162 -1
- package/styles/treeview/_tailwind-definition.scss +38 -2
- package/styles/treeview/_tailwind3-definition.scss +59 -9
- package/styles/treeview/_theme-variables.scss +1 -0
- package/styles/treeview/_theme.scss +4 -2
- package/styles/treeview/bds.css +2 -2
- package/styles/treeview/bds.scss +7 -7
- package/styles/treeview/bootstrap-dark.css +3 -3
- package/styles/treeview/bootstrap-dark.scss +7 -7
- package/styles/treeview/bootstrap.css +3 -3
- package/styles/treeview/bootstrap.scss +7 -7
- package/styles/treeview/bootstrap4.css +3 -3
- package/styles/treeview/bootstrap4.scss +7 -7
- package/styles/treeview/bootstrap5-dark.css +1 -1
- package/styles/treeview/bootstrap5-dark.scss +7 -7
- package/styles/treeview/bootstrap5.3.css +85 -5
- package/styles/treeview/bootstrap5.3.scss +7 -7
- package/styles/treeview/bootstrap5.css +1 -1
- package/styles/treeview/bootstrap5.scss +7 -7
- package/styles/treeview/fabric-dark.css +3 -3
- package/styles/treeview/fabric-dark.scss +7 -7
- package/styles/treeview/fabric.css +3 -3
- package/styles/treeview/fabric.scss +7 -7
- package/styles/treeview/fluent-dark.css +1 -1
- package/styles/treeview/fluent-dark.scss +7 -7
- package/styles/treeview/fluent.css +1 -1
- package/styles/treeview/fluent.scss +7 -7
- package/styles/treeview/fluent2.css +121 -8
- package/styles/treeview/fluent2.scss +7 -7
- package/styles/treeview/highcontrast-light.css +3 -3
- package/styles/treeview/highcontrast-light.scss +7 -7
- package/styles/treeview/highcontrast.css +3 -3
- package/styles/treeview/highcontrast.scss +7 -7
- package/styles/treeview/icons/_bds.scss +1 -0
- package/styles/treeview/icons/_bootstrap-dark.scss +1 -0
- package/styles/treeview/icons/_bootstrap.scss +1 -0
- package/styles/treeview/icons/_bootstrap4.scss +1 -0
- package/styles/treeview/icons/_bootstrap5-dark.scss +1 -1
- package/styles/treeview/icons/_bootstrap5.3.scss +1 -0
- package/styles/treeview/icons/_bootstrap5.scss +1 -0
- package/styles/treeview/icons/_fabric-dark.scss +1 -0
- package/styles/treeview/icons/_fabric.scss +1 -0
- package/styles/treeview/icons/_fluent-dark.scss +1 -1
- package/styles/treeview/icons/_fluent.scss +1 -0
- package/styles/treeview/icons/_fluent2.scss +1 -0
- package/styles/treeview/icons/_fusionnew.scss +1 -0
- package/styles/treeview/icons/_highcontrast-light.scss +1 -0
- package/styles/treeview/icons/_highcontrast.scss +1 -0
- package/styles/treeview/icons/_material-dark.scss +1 -0
- package/styles/treeview/icons/_material.scss +1 -0
- package/styles/treeview/icons/_material3-dark.scss +1 -1
- package/styles/treeview/icons/_material3.scss +1 -0
- package/styles/treeview/icons/_tailwind-dark.scss +1 -0
- package/styles/treeview/icons/_tailwind.scss +1 -0
- package/styles/treeview/icons/_tailwind3.scss +1 -0
- package/styles/treeview/material-dark.css +1 -1
- package/styles/treeview/material-dark.scss +7 -7
- package/styles/treeview/material.css +1 -1
- package/styles/treeview/material.scss +7 -7
- package/styles/treeview/material3-dark.css +84 -4
- package/styles/treeview/material3-dark.scss +7 -8
- package/styles/treeview/material3.css +84 -4
- package/styles/treeview/material3.scss +7 -8
- package/styles/treeview/tailwind-dark.scss +7 -7
- package/styles/treeview/tailwind.scss +7 -7
- package/styles/treeview/tailwind3.css +130 -8
- package/styles/treeview/tailwind3.scss +7 -7
- package/styles/v-scroll/_all.scss +2 -2
- package/styles/v-scroll/_bds-definition.scss +3 -0
- package/styles/v-scroll/_bigger.scss +2 -0
- package/styles/v-scroll/_bootstrap-dark-definition.scss +3 -0
- package/styles/v-scroll/_bootstrap-definition.scss +3 -0
- package/styles/v-scroll/_bootstrap4-definition.scss +3 -0
- package/styles/v-scroll/_bootstrap5-dark-definition.scss +52 -1
- package/styles/v-scroll/_bootstrap5-definition.scss +3 -0
- package/styles/v-scroll/_bootstrap5.3-definition.scss +3 -0
- package/styles/v-scroll/_fabric-dark-definition.scss +3 -0
- package/styles/v-scroll/_fabric-definition.scss +3 -0
- package/styles/v-scroll/_fluent-dark-definition.scss +52 -1
- package/styles/v-scroll/_fluent-definition.scss +3 -0
- package/styles/v-scroll/_fluent2-definition.scss +3 -0
- package/styles/v-scroll/_fusionnew-definition.scss +3 -0
- package/styles/v-scroll/_highcontrast-definition.scss +3 -0
- package/styles/v-scroll/_highcontrast-light-definition.scss +3 -0
- package/styles/v-scroll/_layout.scss +2 -0
- package/styles/v-scroll/_material-dark-definition.scss +3 -0
- package/styles/v-scroll/_material-definition.scss +3 -0
- package/styles/v-scroll/_material3-dark-definition.scss +52 -1
- package/styles/v-scroll/_material3-definition.scss +3 -0
- package/styles/v-scroll/_tailwind-dark-definition.scss +52 -1
- package/styles/v-scroll/_tailwind-definition.scss +3 -0
- package/styles/v-scroll/_tailwind3-definition.scss +3 -0
- package/styles/v-scroll/_theme-variables.scss +1 -0
- package/styles/v-scroll/_theme.scss +2 -0
- package/styles/v-scroll/bds.scss +5 -5
- package/styles/v-scroll/bootstrap-dark.scss +5 -5
- package/styles/v-scroll/bootstrap.scss +5 -5
- package/styles/v-scroll/bootstrap4.scss +5 -5
- package/styles/v-scroll/bootstrap5-dark.scss +5 -5
- package/styles/v-scroll/bootstrap5.3.css +80 -0
- package/styles/v-scroll/bootstrap5.3.scss +5 -5
- package/styles/v-scroll/bootstrap5.scss +5 -5
- package/styles/v-scroll/fabric-dark.scss +5 -5
- package/styles/v-scroll/fabric.scss +5 -5
- package/styles/v-scroll/fluent-dark.scss +5 -5
- package/styles/v-scroll/fluent.scss +5 -5
- package/styles/v-scroll/fluent2.css +80 -0
- package/styles/v-scroll/fluent2.scss +5 -5
- package/styles/v-scroll/highcontrast-light.scss +5 -5
- package/styles/v-scroll/highcontrast.scss +5 -5
- package/styles/v-scroll/icons/_bds.scss +1 -0
- package/styles/v-scroll/icons/_bootstrap-dark.scss +1 -0
- package/styles/v-scroll/icons/_bootstrap.scss +1 -0
- package/styles/v-scroll/icons/_bootstrap4.scss +1 -0
- package/styles/v-scroll/icons/_bootstrap5-dark.scss +1 -1
- package/styles/v-scroll/icons/_bootstrap5.3.scss +1 -0
- package/styles/v-scroll/icons/_bootstrap5.scss +1 -0
- package/styles/v-scroll/icons/_fabric-dark.scss +1 -0
- package/styles/v-scroll/icons/_fabric.scss +1 -0
- package/styles/v-scroll/icons/_fluent-dark.scss +1 -1
- package/styles/v-scroll/icons/_fluent.scss +1 -0
- package/styles/v-scroll/icons/_fluent2.scss +1 -0
- package/styles/v-scroll/icons/_fusionnew.scss +1 -0
- package/styles/v-scroll/icons/_highcontrast-light.scss +1 -0
- package/styles/v-scroll/icons/_highcontrast.scss +1 -0
- package/styles/v-scroll/icons/_material-dark.scss +1 -0
- package/styles/v-scroll/icons/_material.scss +1 -0
- package/styles/v-scroll/icons/_material3-dark.scss +1 -1
- package/styles/v-scroll/icons/_material3.scss +1 -0
- package/styles/v-scroll/icons/_tailwind-dark.scss +1 -1
- package/styles/v-scroll/icons/_tailwind.scss +1 -0
- package/styles/v-scroll/icons/_tailwind3.scss +1 -0
- package/styles/v-scroll/material-dark.scss +5 -5
- package/styles/v-scroll/material.scss +5 -5
- package/styles/v-scroll/material3-dark.css +80 -0
- package/styles/v-scroll/material3-dark.scss +5 -6
- package/styles/v-scroll/material3.css +80 -0
- package/styles/v-scroll/material3.scss +5 -6
- package/styles/v-scroll/tailwind-dark.scss +5 -5
- package/styles/v-scroll/tailwind.scss +5 -5
- package/styles/v-scroll/tailwind3.css +70 -0
- package/styles/v-scroll/tailwind3.scss +5 -5
package/styles/fluent2.css
CHANGED
|
@@ -4,6 +4,86 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* Font Sizes */
|
|
11
|
+
/* Radius */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 2px */
|
|
14
|
+
/* 3px */
|
|
15
|
+
/* 4px */
|
|
16
|
+
/* 5px */
|
|
17
|
+
/* 6px */
|
|
18
|
+
/* 7px */
|
|
19
|
+
/* 8px */
|
|
20
|
+
/* 9px */
|
|
21
|
+
/* 10px */
|
|
22
|
+
/* 11px */
|
|
23
|
+
/* 12px */
|
|
24
|
+
/* 13px */
|
|
25
|
+
/* 14px */
|
|
26
|
+
/* 15px */
|
|
27
|
+
/* 16px */
|
|
28
|
+
/* 17px */
|
|
29
|
+
/* 18px */
|
|
30
|
+
/* 19px */
|
|
31
|
+
/* 20px */
|
|
32
|
+
/* 21px */
|
|
33
|
+
/* 22px */
|
|
34
|
+
/* 23px */
|
|
35
|
+
/* 24px */
|
|
36
|
+
/* 25px */
|
|
37
|
+
/* 26px */
|
|
38
|
+
/* 27px */
|
|
39
|
+
/* 28px */
|
|
40
|
+
/* 29px */
|
|
41
|
+
/* 30px */
|
|
42
|
+
/* 31px */
|
|
43
|
+
/* 32px */
|
|
44
|
+
/* 33px */
|
|
45
|
+
/* 34px */
|
|
46
|
+
/* 35px */
|
|
47
|
+
/* 36px */
|
|
48
|
+
/* 37px */
|
|
49
|
+
/* 38px */
|
|
50
|
+
/* 39px */
|
|
51
|
+
/* 40px */
|
|
52
|
+
/* 41px */
|
|
53
|
+
/* 42px */
|
|
54
|
+
/* 43px */
|
|
55
|
+
/* 44px */
|
|
56
|
+
/* 45px */
|
|
57
|
+
/* 46px */
|
|
58
|
+
/* 47px */
|
|
59
|
+
/* 48px */
|
|
60
|
+
/* 49px */
|
|
61
|
+
/* 50px */
|
|
62
|
+
/* 5em */
|
|
63
|
+
/* 65% */
|
|
64
|
+
/* border */
|
|
65
|
+
/* 0px */
|
|
66
|
+
/* 1px */
|
|
67
|
+
/* 1.5px */
|
|
68
|
+
/* 2px */
|
|
69
|
+
/* 3px */
|
|
70
|
+
/* 4px */
|
|
71
|
+
/* 5px */
|
|
72
|
+
/* 6px */
|
|
73
|
+
/* 7px */
|
|
74
|
+
/* 8px */
|
|
75
|
+
/* 9px */
|
|
76
|
+
/* 10px */
|
|
77
|
+
/* 11px */
|
|
78
|
+
/* 12px */
|
|
79
|
+
/* 13px */
|
|
80
|
+
/* 14px */
|
|
81
|
+
/* 15px */
|
|
82
|
+
/* 16px */
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
7
87
|
/* !componenticons */
|
|
8
88
|
.e-pager .e-icon-last::before,
|
|
9
89
|
.e-grid-menu .e-icon-last::before {
|
|
@@ -1419,7 +1499,7 @@
|
|
|
1419
1499
|
}
|
|
1420
1500
|
|
|
1421
1501
|
.e-toolbar {
|
|
1422
|
-
border-radius: 0;
|
|
1502
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
1423
1503
|
display: block;
|
|
1424
1504
|
height: 40px;
|
|
1425
1505
|
min-height: 40px;
|
|
@@ -1455,13 +1535,16 @@
|
|
|
1455
1535
|
box-sizing: content-box;
|
|
1456
1536
|
}
|
|
1457
1537
|
.e-toolbar.e-corner {
|
|
1458
|
-
border-radius:
|
|
1538
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
1459
1539
|
}
|
|
1460
1540
|
.e-toolbar.e-hidden {
|
|
1461
1541
|
display: none;
|
|
1462
1542
|
}
|
|
1543
|
+
.e-toolbar.e-overlay .e-toolbar-item:not(.e-separator):not(.e-spacer) .e-tbar-btn {
|
|
1544
|
+
pointer-events: none;
|
|
1545
|
+
}
|
|
1463
1546
|
.e-toolbar .e-toolbar-items {
|
|
1464
|
-
border-radius: 0 0 0 0;
|
|
1547
|
+
border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0);
|
|
1465
1548
|
display: -webkit-inline-box;
|
|
1466
1549
|
display: -ms-inline-flexbox;
|
|
1467
1550
|
display: inline-flex;
|
|
@@ -1576,7 +1659,7 @@
|
|
|
1576
1659
|
min-height: 32px;
|
|
1577
1660
|
min-width: 32px;
|
|
1578
1661
|
padding: 0 8px;
|
|
1579
|
-
border-radius:
|
|
1662
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
1580
1663
|
line-height: 20px;
|
|
1581
1664
|
border: none;
|
|
1582
1665
|
cursor: pointer;
|
|
@@ -1715,7 +1798,7 @@
|
|
|
1715
1798
|
-webkit-box-align: center;
|
|
1716
1799
|
-ms-flex-align: center;
|
|
1717
1800
|
align-items: center;
|
|
1718
|
-
border-radius: 0 0 0 0;
|
|
1801
|
+
border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0);
|
|
1719
1802
|
cursor: pointer;
|
|
1720
1803
|
display: -webkit-box;
|
|
1721
1804
|
display: -ms-flexbox;
|
|
@@ -1755,7 +1838,7 @@
|
|
|
1755
1838
|
display: none;
|
|
1756
1839
|
}
|
|
1757
1840
|
.e-toolbar .e-toolbar-pop {
|
|
1758
|
-
border-radius:
|
|
1841
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
1759
1842
|
overflow: hidden;
|
|
1760
1843
|
padding: 0;
|
|
1761
1844
|
position: absolute;
|
|
@@ -1778,7 +1861,7 @@
|
|
|
1778
1861
|
min-width: 100%;
|
|
1779
1862
|
padding: 6px 12px;
|
|
1780
1863
|
border: none;
|
|
1781
|
-
border-radius:
|
|
1864
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
1782
1865
|
-webkit-box-pack: start;
|
|
1783
1866
|
-ms-flex-pack: start;
|
|
1784
1867
|
justify-content: flex-start;
|
|
@@ -1819,13 +1902,13 @@
|
|
|
1819
1902
|
}
|
|
1820
1903
|
.e-toolbar.e-extended-toolbar.e-tbar-extended {
|
|
1821
1904
|
border-bottom: 0;
|
|
1822
|
-
border-bottom-left-radius: 0;
|
|
1823
|
-
border-bottom-right-radius: 0;
|
|
1905
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
1906
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
1824
1907
|
}
|
|
1825
1908
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended {
|
|
1826
1909
|
border-top: 0;
|
|
1827
|
-
border-top-left-radius: 0;
|
|
1828
|
-
border-top-right-radius: 0;
|
|
1910
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
1911
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
1829
1912
|
min-height: 40px;
|
|
1830
1913
|
padding-bottom: 0;
|
|
1831
1914
|
padding-left: 8px;
|
|
@@ -1996,7 +2079,7 @@
|
|
|
1996
2079
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
1997
2080
|
left: 0;
|
|
1998
2081
|
right: auto;
|
|
1999
|
-
border-radius: 0 0 0 0;
|
|
2082
|
+
border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0);
|
|
2000
2083
|
}
|
|
2001
2084
|
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item,
|
|
2002
2085
|
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
|
|
@@ -2056,7 +2139,7 @@
|
|
|
2056
2139
|
}
|
|
2057
2140
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
2058
2141
|
background: var(--color-sf-content-bg-color-focus);
|
|
2059
|
-
border-radius:
|
|
2142
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
2060
2143
|
color: var(--color-sf-toolbar-icon-color);
|
|
2061
2144
|
border-color: var(--color-sf-icon-color);
|
|
2062
2145
|
border-style: solid;
|
|
@@ -2077,7 +2160,7 @@
|
|
|
2077
2160
|
border-color: var(--color-sf-icon-color);
|
|
2078
2161
|
border-style: solid;
|
|
2079
2162
|
border-width: 0;
|
|
2080
|
-
border-radius:
|
|
2163
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
2081
2164
|
color: var(--color-sf-toolbar-icon-color);
|
|
2082
2165
|
}
|
|
2083
2166
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
@@ -2097,7 +2180,7 @@
|
|
|
2097
2180
|
border-color: var(--color-sf-border-light);
|
|
2098
2181
|
border-style: solid;
|
|
2099
2182
|
border-width: 0;
|
|
2100
|
-
border-radius:
|
|
2183
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
2101
2184
|
-webkit-box-shadow: none;
|
|
2102
2185
|
box-shadow: none;
|
|
2103
2186
|
color: var(--color-sf-toolbar-icon-color);
|
|
@@ -2143,7 +2226,7 @@
|
|
|
2143
2226
|
content: "";
|
|
2144
2227
|
}
|
|
2145
2228
|
.e-toolbar .e-hor-nav.e-nav-active:active, .e-toolbar .e-hor-nav.e-nav-active:focus, .e-toolbar .e-hor-nav.e-nav-active:hover {
|
|
2146
|
-
border-bottom-right-radius: 0;
|
|
2229
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
2147
2230
|
}
|
|
2148
2231
|
.e-toolbar .e-hor-nav:active {
|
|
2149
2232
|
border: 0;
|
|
@@ -2263,7 +2346,7 @@
|
|
|
2263
2346
|
}
|
|
2264
2347
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2265
2348
|
background: var(--color-sf-content-bg-color-focus);
|
|
2266
|
-
border-radius:
|
|
2349
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
2267
2350
|
border-color: var(--color-sf-icon-color);
|
|
2268
2351
|
border-style: solid;
|
|
2269
2352
|
border-width: 0;
|
|
@@ -2278,14 +2361,14 @@
|
|
|
2278
2361
|
}
|
|
2279
2362
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2280
2363
|
background: var(--color-sf-content-bg-color-hover);
|
|
2281
|
-
border-radius:
|
|
2364
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
2282
2365
|
border-color: var(--color-sf-icon-color);
|
|
2283
2366
|
border-style: solid;
|
|
2284
2367
|
border-width: 0;
|
|
2285
2368
|
}
|
|
2286
2369
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2287
2370
|
background: var(--color-sf-content-bg-color-pressed);
|
|
2288
|
-
border-radius:
|
|
2371
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
2289
2372
|
-webkit-box-shadow: none;
|
|
2290
2373
|
box-shadow: none;
|
|
2291
2374
|
border-color: var(--color-sf-border-light);
|
|
@@ -2360,6 +2443,10 @@
|
|
|
2360
2443
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
2361
2444
|
padding: 0 8px;
|
|
2362
2445
|
}
|
|
2446
|
+
.e-bigger .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items,
|
|
2447
|
+
.e-toolbar.e-bigger.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
|
|
2448
|
+
width: calc(100% - 36px);
|
|
2449
|
+
}
|
|
2363
2450
|
.e-bigger .e-toolbar .e-toolbar-item,
|
|
2364
2451
|
.e-toolbar.e-bigger .e-toolbar-item {
|
|
2365
2452
|
min-height: 40px;
|
|
@@ -2529,14 +2616,14 @@
|
|
|
2529
2616
|
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
|
|
2530
2617
|
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
|
|
2531
2618
|
border-bottom: 0;
|
|
2532
|
-
border-bottom-left-radius: 0;
|
|
2533
|
-
border-bottom-right-radius: 0;
|
|
2619
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
2620
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
2534
2621
|
}
|
|
2535
2622
|
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended,
|
|
2536
2623
|
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended {
|
|
2537
2624
|
border-top: 0;
|
|
2538
|
-
border-top-left-radius: 0;
|
|
2539
|
-
border-top-right-radius: 0;
|
|
2625
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
2626
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
2540
2627
|
}
|
|
2541
2628
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
2542
2629
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
@@ -2589,7 +2676,7 @@
|
|
|
2589
2676
|
position: relative;
|
|
2590
2677
|
}
|
|
2591
2678
|
.e-accordion .e-acrdn-item {
|
|
2592
|
-
border-radius:
|
|
2679
|
+
border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0);
|
|
2593
2680
|
margin-top: 0;
|
|
2594
2681
|
}
|
|
2595
2682
|
.e-accordion .e-acrdn-item.e-select.e-selected:first-child {
|
|
@@ -2615,7 +2702,7 @@
|
|
|
2615
2702
|
padding-top: 0;
|
|
2616
2703
|
}
|
|
2617
2704
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header .e-acrdn-header-content {
|
|
2618
|
-
font-weight:
|
|
2705
|
+
font-weight: 500;
|
|
2619
2706
|
}
|
|
2620
2707
|
.e-accordion .e-acrdn-item.e-overlay {
|
|
2621
2708
|
height: auto;
|
|
@@ -2638,7 +2725,7 @@
|
|
|
2638
2725
|
text-decoration: none;
|
|
2639
2726
|
}
|
|
2640
2727
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2641
|
-
border-radius:
|
|
2728
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
2642
2729
|
line-height: 16px;
|
|
2643
2730
|
min-height: 32px;
|
|
2644
2731
|
overflow: hidden;
|
|
@@ -2711,7 +2798,7 @@
|
|
|
2711
2798
|
padding: 20px 20px 20px 38px;
|
|
2712
2799
|
}
|
|
2713
2800
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
|
|
2714
|
-
font-weight:
|
|
2801
|
+
font-weight: 500;
|
|
2715
2802
|
}
|
|
2716
2803
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2717
2804
|
font-weight: normal;
|
|
@@ -2759,32 +2846,32 @@
|
|
|
2759
2846
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2760
2847
|
background: transparent;
|
|
2761
2848
|
border: 1px solid transparent;
|
|
2762
|
-
border-radius: 0;
|
|
2849
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
2763
2850
|
}
|
|
2764
2851
|
.e-accordion .e-acrdn-item {
|
|
2765
2852
|
border-color: transparent;
|
|
2766
2853
|
border-style: solid;
|
|
2767
2854
|
border-width: 0 0 1px 0;
|
|
2768
|
-
border-radius:
|
|
2855
|
+
border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0);
|
|
2769
2856
|
}
|
|
2770
2857
|
.e-accordion .e-acrdn-item.e-active {
|
|
2771
2858
|
background: transparent;
|
|
2772
2859
|
}
|
|
2773
2860
|
.e-accordion .e-acrdn-item.e-select:last-child {
|
|
2774
2861
|
border-bottom: 0;
|
|
2775
|
-
border-radius: 0 0
|
|
2862
|
+
border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25);
|
|
2776
2863
|
}
|
|
2777
2864
|
.e-accordion .e-acrdn-item:first-child .e-acrdn-header:focus {
|
|
2778
|
-
border-radius:
|
|
2865
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
2779
2866
|
}
|
|
2780
2867
|
.e-accordion .e-acrdn-item:last-child {
|
|
2781
2868
|
border-bottom: 1px solid transparent;
|
|
2782
2869
|
}
|
|
2783
2870
|
.e-accordion .e-acrdn-item:last-child:not(.e-expand-state) .e-acrdn-header:focus {
|
|
2784
|
-
border-radius:
|
|
2871
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
2785
2872
|
}
|
|
2786
2873
|
.e-accordion .e-acrdn-item:last-child.e-selected .e-acrdn-header:focus {
|
|
2787
|
-
border-radius:
|
|
2874
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
2788
2875
|
}
|
|
2789
2876
|
.e-accordion .e-acrdn-item.e-item-focus {
|
|
2790
2877
|
border-color: transparent;
|
|
@@ -3004,7 +3091,7 @@
|
|
|
3004
3091
|
}
|
|
3005
3092
|
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
|
|
3006
3093
|
background: none;
|
|
3007
|
-
border-radius:
|
|
3094
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
3008
3095
|
border-color: initial;
|
|
3009
3096
|
border-style: solid;
|
|
3010
3097
|
border-width: 0;
|
|
@@ -3455,7 +3542,7 @@
|
|
|
3455
3542
|
background-color: transparent;
|
|
3456
3543
|
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
3457
3544
|
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
3458
|
-
border-radius:
|
|
3545
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
3459
3546
|
}
|
|
3460
3547
|
.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):focus-visible .e-btn-icon,
|
|
3461
3548
|
.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled):focus-visible .e-btn-icon,
|
|
@@ -3548,7 +3635,7 @@
|
|
|
3548
3635
|
font-size: 14px;
|
|
3549
3636
|
padding: 4px;
|
|
3550
3637
|
border: 1px solid var(--color-sf-border-light);
|
|
3551
|
-
border-radius:
|
|
3638
|
+
border-radius: calc(var(--e-radius) * 0.5);
|
|
3552
3639
|
-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
3553
3640
|
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
3554
3641
|
display: none;
|
|
@@ -3579,7 +3666,7 @@
|
|
|
3579
3666
|
}
|
|
3580
3667
|
.e-contextmenu-wrapper ul.e-ul,
|
|
3581
3668
|
.e-contextmenu-container ul.e-ul {
|
|
3582
|
-
font-family:
|
|
3669
|
+
font-family: var(--e-font-family);
|
|
3583
3670
|
}
|
|
3584
3671
|
.e-contextmenu-wrapper ul .e-menu-item,
|
|
3585
3672
|
.e-contextmenu-container ul .e-menu-item {
|
|
@@ -3670,7 +3757,7 @@
|
|
|
3670
3757
|
}
|
|
3671
3758
|
.e-contextmenu-wrapper ul .e-menu-item:focus-visible,
|
|
3672
3759
|
.e-contextmenu-container ul .e-menu-item:focus-visible {
|
|
3673
|
-
border-radius:
|
|
3760
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
3674
3761
|
background-color: var(--color-sf-content-bg-color);
|
|
3675
3762
|
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
3676
3763
|
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
@@ -3935,7 +4022,7 @@
|
|
|
3935
4022
|
.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,
|
|
3936
4023
|
.e-bigger .e-contextmenu-container ul .e-menu-item .e-menu-icon,
|
|
3937
4024
|
.e-bigger.e-contextmenu-container ul .e-menu-item .e-menu-icon {
|
|
3938
|
-
margin-bottom:
|
|
4025
|
+
margin-bottom: 4px 0;
|
|
3939
4026
|
}
|
|
3940
4027
|
.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret,
|
|
3941
4028
|
.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret,
|
|
@@ -4151,7 +4238,7 @@
|
|
|
4151
4238
|
}
|
|
4152
4239
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
4153
4240
|
width: 24px;
|
|
4154
|
-
border-radius: 0;
|
|
4241
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
4155
4242
|
}
|
|
4156
4243
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
4157
4244
|
margin: 0;
|
|
@@ -4179,7 +4266,7 @@
|
|
|
4179
4266
|
height: 3px;
|
|
4180
4267
|
left: 0;
|
|
4181
4268
|
right: 0;
|
|
4182
|
-
border-radius:
|
|
4269
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
4183
4270
|
-webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
4184
4271
|
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
4185
4272
|
}
|
|
@@ -4228,9 +4315,9 @@
|
|
|
4228
4315
|
}
|
|
4229
4316
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
4230
4317
|
display: inherit;
|
|
4231
|
-
font-family:
|
|
4318
|
+
font-family: var(--e-font-family);
|
|
4232
4319
|
font-size: 14px;
|
|
4233
|
-
font-weight:
|
|
4320
|
+
font-weight: 500;
|
|
4234
4321
|
text-transform: capitalize;
|
|
4235
4322
|
-ms-flex-item-align: auto;
|
|
4236
4323
|
align-self: auto;
|
|
@@ -4263,7 +4350,7 @@
|
|
|
4263
4350
|
margin-bottom: 0;
|
|
4264
4351
|
}
|
|
4265
4352
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
4266
|
-
font-weight:
|
|
4353
|
+
font-weight: 500;
|
|
4267
4354
|
}
|
|
4268
4355
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
4269
4356
|
top: 1px;
|
|
@@ -4922,7 +5009,7 @@
|
|
|
4922
5009
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-indicator {
|
|
4923
5010
|
left: auto;
|
|
4924
5011
|
right: 0;
|
|
4925
|
-
border-radius:
|
|
5012
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
4926
5013
|
}
|
|
4927
5014
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
4928
5015
|
bottom: 0;
|
|
@@ -4958,7 +5045,7 @@
|
|
|
4958
5045
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-indicator {
|
|
4959
5046
|
left: 0;
|
|
4960
5047
|
right: auto;
|
|
4961
|
-
border-radius:
|
|
5048
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
4962
5049
|
}
|
|
4963
5050
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-tab-wrap {
|
|
4964
5051
|
text-align: right;
|
|
@@ -5022,9 +5109,9 @@
|
|
|
5022
5109
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,
|
|
5023
5110
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before {
|
|
5024
5111
|
float: left;
|
|
5025
|
-
font-family:
|
|
5112
|
+
font-family: var(--e-font-family);
|
|
5026
5113
|
font-size: 14px;
|
|
5027
|
-
font-weight:
|
|
5114
|
+
font-weight: 500;
|
|
5028
5115
|
line-height: 35px;
|
|
5029
5116
|
text-align: left;
|
|
5030
5117
|
text-transform: capitalize;
|
|
@@ -5473,7 +5560,7 @@
|
|
|
5473
5560
|
}
|
|
5474
5561
|
}
|
|
5475
5562
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5476
|
-
font-weight:
|
|
5563
|
+
font-weight: 500;
|
|
5477
5564
|
}
|
|
5478
5565
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
5479
5566
|
height: 38px;
|
|
@@ -5577,7 +5664,7 @@
|
|
|
5577
5664
|
margin-bottom: 0;
|
|
5578
5665
|
}
|
|
5579
5666
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5580
|
-
font-weight:
|
|
5667
|
+
font-weight: 500;
|
|
5581
5668
|
}
|
|
5582
5669
|
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
5583
5670
|
display: none;
|
|
@@ -5725,9 +5812,9 @@
|
|
|
5725
5812
|
}
|
|
5726
5813
|
.e-tab-clone-element .e-tab-text {
|
|
5727
5814
|
display: inherit;
|
|
5728
|
-
font-family:
|
|
5815
|
+
font-family: var(--e-font-family);
|
|
5729
5816
|
font-size: 14px;
|
|
5730
|
-
font-weight:
|
|
5817
|
+
font-weight: 500;
|
|
5731
5818
|
text-transform: capitalize;
|
|
5732
5819
|
-ms-flex-item-align: auto;
|
|
5733
5820
|
align-self: auto;
|
|
@@ -5905,10 +5992,10 @@
|
|
|
5905
5992
|
.e-tab .e-tab-header {
|
|
5906
5993
|
background: inherit;
|
|
5907
5994
|
border: 0;
|
|
5908
|
-
border-radius: 0;
|
|
5995
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
5909
5996
|
-webkit-box-shadow: none;
|
|
5910
5997
|
box-shadow: none;
|
|
5911
|
-
font-weight:
|
|
5998
|
+
font-weight: 500;
|
|
5912
5999
|
border-bottom: 0;
|
|
5913
6000
|
}
|
|
5914
6001
|
.e-tab .e-tab-header::before {
|
|
@@ -5942,7 +6029,7 @@
|
|
|
5942
6029
|
background: rgba(0, 0, 0, 0.12);
|
|
5943
6030
|
}
|
|
5944
6031
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5945
|
-
border-radius:
|
|
6032
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
5946
6033
|
color: var(--color-sf-content-text-color-alt2);
|
|
5947
6034
|
border: 0;
|
|
5948
6035
|
}
|
|
@@ -5952,7 +6039,7 @@
|
|
|
5952
6039
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
5953
6040
|
background: inherit;
|
|
5954
6041
|
border: 0;
|
|
5955
|
-
border-radius:
|
|
6042
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
5956
6043
|
}
|
|
5957
6044
|
@media screen and (max-width: 480px) {
|
|
5958
6045
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -5965,7 +6052,7 @@
|
|
|
5965
6052
|
}
|
|
5966
6053
|
.e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
5967
6054
|
border: none;
|
|
5968
|
-
border-radius: 0;
|
|
6055
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
5969
6056
|
}
|
|
5970
6057
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
5971
6058
|
border: 0;
|
|
@@ -6022,7 +6109,7 @@
|
|
|
6022
6109
|
.e-tab .e-tab-header .e-toolbar-pop {
|
|
6023
6110
|
background: var(--color-sf-flyout-bg-color);
|
|
6024
6111
|
border: 1px solid var(--color-sf-flyout-border);
|
|
6025
|
-
border-radius:
|
|
6112
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
6026
6113
|
-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
6027
6114
|
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
6028
6115
|
overflow-y: auto;
|
|
@@ -6043,7 +6130,7 @@
|
|
|
6043
6130
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
6044
6131
|
background: var(--color-sf-flyout-bg-color-hover);
|
|
6045
6132
|
border: 0;
|
|
6046
|
-
border-radius:
|
|
6133
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
6047
6134
|
}
|
|
6048
6135
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6049
6136
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
@@ -6149,7 +6236,7 @@
|
|
|
6149
6236
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
6150
6237
|
background: var(--color-sf-content-bg-color-focus);
|
|
6151
6238
|
border: var(--color-sf-border-light);
|
|
6152
|
-
border-radius:
|
|
6239
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
6153
6240
|
}
|
|
6154
6241
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
6155
6242
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
@@ -6165,7 +6252,7 @@
|
|
|
6165
6252
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon {
|
|
6166
6253
|
background: var(--color-sf-content-bg-color-focus);
|
|
6167
6254
|
border: var(--color-sf-border-light);
|
|
6168
|
-
border-radius:
|
|
6255
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
6169
6256
|
color: var(--color-sf-icon-color-hover);
|
|
6170
6257
|
}
|
|
6171
6258
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
@@ -6174,7 +6261,7 @@
|
|
|
6174
6261
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover {
|
|
6175
6262
|
background: var(--color-sf-content-bg-color-focus);
|
|
6176
6263
|
border: var(--color-sf-border-light);
|
|
6177
|
-
border-radius:
|
|
6264
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
6178
6265
|
}
|
|
6179
6266
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
6180
6267
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active,
|
|
@@ -6183,7 +6270,7 @@
|
|
|
6183
6270
|
background: var(--color-sf-content-bg-color-selected);
|
|
6184
6271
|
color: var(--color-sf-icon-color-pressed);
|
|
6185
6272
|
border: 0;
|
|
6186
|
-
border-radius:
|
|
6273
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
6187
6274
|
-webkit-box-shadow: none;
|
|
6188
6275
|
box-shadow: none;
|
|
6189
6276
|
}
|
|
@@ -6214,7 +6301,7 @@
|
|
|
6214
6301
|
border: 0;
|
|
6215
6302
|
-webkit-box-shadow: none;
|
|
6216
6303
|
box-shadow: none;
|
|
6217
|
-
border-radius: 0;
|
|
6304
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
6218
6305
|
}
|
|
6219
6306
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
6220
6307
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
@@ -6240,14 +6327,14 @@
|
|
|
6240
6327
|
border-width: 0;
|
|
6241
6328
|
}
|
|
6242
6329
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
6243
|
-
border-radius: 0;
|
|
6330
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
6244
6331
|
}
|
|
6245
6332
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
6246
6333
|
border-color: var(--color-sf-border-light) unset unset;
|
|
6247
6334
|
border-style: solid;
|
|
6248
6335
|
border-width: 0;
|
|
6249
6336
|
margin-top: 0;
|
|
6250
|
-
border-radius: 0;
|
|
6337
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
6251
6338
|
}
|
|
6252
6339
|
.e-tab .e-tab-header.e-vertical {
|
|
6253
6340
|
border-bottom: 0;
|
|
@@ -6260,18 +6347,18 @@
|
|
|
6260
6347
|
border-top: 0;
|
|
6261
6348
|
}
|
|
6262
6349
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
6263
|
-
border-radius: 0;
|
|
6350
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
6264
6351
|
}
|
|
6265
6352
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
6266
|
-
border-radius: 0;
|
|
6353
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
6267
6354
|
border-right: initial;
|
|
6268
6355
|
}
|
|
6269
6356
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
6270
|
-
border-radius: 0;
|
|
6357
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
6271
6358
|
}
|
|
6272
6359
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
6273
6360
|
border-left: initial;
|
|
6274
|
-
border-radius: 0;
|
|
6361
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
6275
6362
|
}
|
|
6276
6363
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
6277
6364
|
-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
@@ -6442,7 +6529,7 @@
|
|
|
6442
6529
|
}
|
|
6443
6530
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6444
6531
|
background: var(--color-sf-primary);
|
|
6445
|
-
border-radius:
|
|
6532
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
6446
6533
|
border-color: unset;
|
|
6447
6534
|
}
|
|
6448
6535
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
@@ -6607,7 +6694,7 @@
|
|
|
6607
6694
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6608
6695
|
background: var(--color-sf-primary);
|
|
6609
6696
|
border-color: unset;
|
|
6610
|
-
border-radius:
|
|
6697
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
6611
6698
|
border-style: solid;
|
|
6612
6699
|
border-width: 0;
|
|
6613
6700
|
}
|
|
@@ -6811,7 +6898,7 @@
|
|
|
6811
6898
|
}
|
|
6812
6899
|
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
|
|
6813
6900
|
border-color: unset;
|
|
6814
|
-
border-radius: 0;
|
|
6901
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
6815
6902
|
border-style: solid;
|
|
6816
6903
|
border-width: 0;
|
|
6817
6904
|
}
|
|
@@ -6826,7 +6913,7 @@
|
|
|
6826
6913
|
}
|
|
6827
6914
|
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
6828
6915
|
border-color: unset;
|
|
6829
|
-
border-radius: 0;
|
|
6916
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
6830
6917
|
border-style: solid;
|
|
6831
6918
|
border-width: 0;
|
|
6832
6919
|
}
|
|
@@ -6841,7 +6928,7 @@
|
|
|
6841
6928
|
}
|
|
6842
6929
|
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
6843
6930
|
border-color: unset;
|
|
6844
|
-
border-radius: 0;
|
|
6931
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
6845
6932
|
border-style: solid;
|
|
6846
6933
|
border-width: 0;
|
|
6847
6934
|
}
|
|
@@ -6928,7 +7015,7 @@
|
|
|
6928
7015
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
6929
7016
|
background: var(--color-sf-primary);
|
|
6930
7017
|
border: 0;
|
|
6931
|
-
border-radius:
|
|
7018
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
6932
7019
|
}
|
|
6933
7020
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
6934
7021
|
color: var(--color-sf-primary-text-color);
|
|
@@ -6984,7 +7071,7 @@
|
|
|
6984
7071
|
color: var(--color-sf-content-text-color-alt1);
|
|
6985
7072
|
}
|
|
6986
7073
|
.e-tab-clone-element .e-tab-wrap {
|
|
6987
|
-
border-radius:
|
|
7074
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
6988
7075
|
color: var(--color-sf-content-text-color-alt1);
|
|
6989
7076
|
border: 0;
|
|
6990
7077
|
}
|
|
@@ -8377,6 +8464,39 @@
|
|
|
8377
8464
|
color: var(--color-sf-danger) !important;
|
|
8378
8465
|
}
|
|
8379
8466
|
|
|
8467
|
+
.e-underline.e-input-group.e-control-wrapper,
|
|
8468
|
+
.e-underline.e-input-group,
|
|
8469
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
8470
|
+
.e-underline.e-float-input,
|
|
8471
|
+
.e-underline.e-float-input.e-control-wrapper,
|
|
8472
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
8473
|
+
.e-underline.e-input-group.e-success:not(.e-float-icon-left),
|
|
8474
|
+
.e-underline.e-input-group.e-warning:not(.e-float-icon-left),
|
|
8475
|
+
.e-underline.e-input-group.e-error:not(.e-float-icon-left),
|
|
8476
|
+
.e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
|
|
8477
|
+
.e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
|
|
8478
|
+
.e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
|
|
8479
|
+
.e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
|
|
8480
|
+
border: 1px solid var(--color-sf-border-alt);
|
|
8481
|
+
border-width: 0 0 1px 0;
|
|
8482
|
+
padding-top: 1px;
|
|
8483
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
8484
|
+
}
|
|
8485
|
+
|
|
8486
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
8487
|
+
.e-underline.e-input-group.e-success:not(.e-float-icon-left),
|
|
8488
|
+
.e-underline.e-input-group.e-warning:not(.e-float-icon-left),
|
|
8489
|
+
.e-underline.e-input-group.e-error:not(.e-float-icon-left),
|
|
8490
|
+
.e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
|
|
8491
|
+
.e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
|
|
8492
|
+
.e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
|
|
8493
|
+
.e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
|
|
8494
|
+
border: 1px solid;
|
|
8495
|
+
border-width: 0 0 1px 0;
|
|
8496
|
+
padding-top: 1px;
|
|
8497
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
8498
|
+
}
|
|
8499
|
+
|
|
8380
8500
|
/*! TreeView's theme wise override definitions and variables */
|
|
8381
8501
|
/* stylelint-disable */
|
|
8382
8502
|
/*! TreeView icons */
|
|
@@ -8431,7 +8551,7 @@
|
|
|
8431
8551
|
white-space: nowrap;
|
|
8432
8552
|
border: 1px solid;
|
|
8433
8553
|
border-color: var(--color-sf-border-light);
|
|
8434
|
-
border-radius:
|
|
8554
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
8435
8555
|
}
|
|
8436
8556
|
.e-treeview.e-virtualization {
|
|
8437
8557
|
overflow: auto;
|
|
@@ -8508,7 +8628,7 @@
|
|
|
8508
8628
|
}
|
|
8509
8629
|
.e-treeview .e-list-item div.e-icons.interaction {
|
|
8510
8630
|
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
|
8511
|
-
border-radius:
|
|
8631
|
+
border-radius: calc(var(--e-radius) * 0.9375);
|
|
8512
8632
|
transition: -webkit-transform 0.3s ease-in-out;
|
|
8513
8633
|
transition: transform 0.3s ease-in-out;
|
|
8514
8634
|
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
|
@@ -8555,7 +8675,7 @@
|
|
|
8555
8675
|
overflow: hidden;
|
|
8556
8676
|
position: absolute;
|
|
8557
8677
|
width: 100%;
|
|
8558
|
-
border-radius:
|
|
8678
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
8559
8679
|
width: calc(100% - 8px);
|
|
8560
8680
|
margin-left: 4px;
|
|
8561
8681
|
}
|
|
@@ -8645,7 +8765,7 @@
|
|
|
8645
8765
|
.e-treeview .e-icon-collapsible::before,
|
|
8646
8766
|
.e-treeview .e-icon-expandable::before {
|
|
8647
8767
|
display: inline-block;
|
|
8648
|
-
padding:
|
|
8768
|
+
padding: 0;
|
|
8649
8769
|
}
|
|
8650
8770
|
.e-treeview .e-load {
|
|
8651
8771
|
-webkit-animation: rotation 0.5s infinite linear;
|
|
@@ -8677,7 +8797,7 @@
|
|
|
8677
8797
|
z-index: 99999;
|
|
8678
8798
|
}
|
|
8679
8799
|
.e-treeview .e-popup .e-content {
|
|
8680
|
-
border-radius:
|
|
8800
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
8681
8801
|
border-style: solid;
|
|
8682
8802
|
border-width: 1px;
|
|
8683
8803
|
font-size: 14px;
|
|
@@ -8769,7 +8889,7 @@
|
|
|
8769
8889
|
}
|
|
8770
8890
|
.e-treeview.e-drag-item .e-drop-count {
|
|
8771
8891
|
border: 1px solid;
|
|
8772
|
-
border-radius:
|
|
8892
|
+
border-radius: calc(var(--e-radius) * 0.9375);
|
|
8773
8893
|
-webkit-box-sizing: content-box;
|
|
8774
8894
|
box-sizing: content-box;
|
|
8775
8895
|
font-size: 12px;
|
|
@@ -9021,7 +9141,7 @@
|
|
|
9021
9141
|
}
|
|
9022
9142
|
.e-treeview.e-drag-item {
|
|
9023
9143
|
background-color: var(--color-sf-content-bg-color-alt3);
|
|
9024
|
-
font-family:
|
|
9144
|
+
font-family: var(--e-font-family);
|
|
9025
9145
|
}
|
|
9026
9146
|
.e-treeview.e-drag-item .e-icon-collapsible::before,
|
|
9027
9147
|
.e-treeview.e-drag-item .e-icon-expandable::before {
|
|
@@ -9194,7 +9314,7 @@
|
|
|
9194
9314
|
.e-bigger .e-treeview .e-icon-expandable::before,
|
|
9195
9315
|
.e-treeview.e-bigger .e-icon-collapsible::before,
|
|
9196
9316
|
.e-treeview.e-bigger .e-icon-expandable::before {
|
|
9197
|
-
padding:
|
|
9317
|
+
padding: 0;
|
|
9198
9318
|
}
|
|
9199
9319
|
.e-bigger .e-treeview.e-rtl .e-ul,
|
|
9200
9320
|
.e-treeview.e-bigger.e-rtl .e-ul {
|
|
@@ -9556,7 +9676,7 @@ ejs-sidebar {
|
|
|
9556
9676
|
.e-menu-wrapper,
|
|
9557
9677
|
.e-menu-container {
|
|
9558
9678
|
border: none;
|
|
9559
|
-
border-radius:
|
|
9679
|
+
border-radius: calc(var(--e-radius) * 0.5);
|
|
9560
9680
|
display: inline-block;
|
|
9561
9681
|
line-height: 0;
|
|
9562
9682
|
}
|
|
@@ -9759,9 +9879,8 @@ ejs-sidebar {
|
|
|
9759
9879
|
.e-menu-wrapper .e-menu-header,
|
|
9760
9880
|
.e-menu-container .e-menu-header {
|
|
9761
9881
|
display: none;
|
|
9762
|
-
font-family:
|
|
9882
|
+
font-family: var(--e-font-family);
|
|
9763
9883
|
font-size: 16px;
|
|
9764
|
-
font-weight: 400;
|
|
9765
9884
|
height: 40px;
|
|
9766
9885
|
line-height: 40px;
|
|
9767
9886
|
text-align: left;
|
|
@@ -9957,7 +10076,7 @@ ejs-sidebar {
|
|
|
9957
10076
|
.e-menu-wrapper.e-hamburger .e-popup.e-menu-popup,
|
|
9958
10077
|
.e-menu-container.e-hamburger .e-popup.e-menu-popup {
|
|
9959
10078
|
border: 0;
|
|
9960
|
-
border-radius: 0;
|
|
10079
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
9961
10080
|
-webkit-box-shadow: none;
|
|
9962
10081
|
box-shadow: none;
|
|
9963
10082
|
display: block;
|
|
@@ -10130,7 +10249,7 @@ ejs-sidebar {
|
|
|
10130
10249
|
outline: 0 solid var(--color-sf-border-light);
|
|
10131
10250
|
outline-offset: 0;
|
|
10132
10251
|
background: var(--color-sf-content-bg-color-hover);
|
|
10133
|
-
border-radius:
|
|
10252
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
10134
10253
|
}
|
|
10135
10254
|
.e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,
|
|
10136
10255
|
.e-menu-container .e-menu .e-menu-item.e-focused .e-caret {
|
|
@@ -10157,7 +10276,7 @@ ejs-sidebar {
|
|
|
10157
10276
|
outline: 0 solid var(--color-sf-content-bg-color-pressed);
|
|
10158
10277
|
outline-offset: 0;
|
|
10159
10278
|
background: var(--color-sf-content-bg-color-pressed);
|
|
10160
|
-
border-radius:
|
|
10279
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
10161
10280
|
}
|
|
10162
10281
|
.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret, .e-menu-wrapper .e-menu .e-menu-item.e-active-item .e-caret,
|
|
10163
10282
|
.e-menu-container .e-menu .e-menu-item.e-selected .e-caret,
|
|
@@ -10175,7 +10294,7 @@ ejs-sidebar {
|
|
|
10175
10294
|
}
|
|
10176
10295
|
.e-menu-wrapper .e-menu .e-menu-item:focus-visible:not(.e-selected),
|
|
10177
10296
|
.e-menu-container .e-menu .e-menu-item:focus-visible:not(.e-selected) {
|
|
10178
|
-
border-radius:
|
|
10297
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
10179
10298
|
background-color: var(--color-sf-content-bg-color);
|
|
10180
10299
|
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
10181
10300
|
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
@@ -10206,7 +10325,7 @@ ejs-sidebar {
|
|
|
10206
10325
|
.e-menu-wrapper .e-ul .e-menu-item.e-focused,
|
|
10207
10326
|
.e-menu-container .e-ul .e-menu-item.e-focused {
|
|
10208
10327
|
background-color: var(--color-sf-flyout-bg-color-hover);
|
|
10209
|
-
border-radius:
|
|
10328
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
10210
10329
|
}
|
|
10211
10330
|
.e-menu-wrapper .e-ul .e-menu-item.e-selected, .e-menu-wrapper .e-ul .e-menu-item.e-active-item,
|
|
10212
10331
|
.e-menu-container .e-ul .e-menu-item.e-selected,
|
|
@@ -10245,7 +10364,7 @@ ejs-sidebar {
|
|
|
10245
10364
|
background-color: var(--color-sf-flyout-bg-color-focus);
|
|
10246
10365
|
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
10247
10366
|
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
10248
|
-
border-radius:
|
|
10367
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
10249
10368
|
}
|
|
10250
10369
|
.e-menu-wrapper.e-menu-popup,
|
|
10251
10370
|
.e-menu-container.e-menu-popup {
|
|
@@ -10905,7 +11024,7 @@ ejs-sidebar {
|
|
|
10905
11024
|
|
|
10906
11025
|
.e-breadcrumb-popup {
|
|
10907
11026
|
border: 1px solid var(--color-sf-border-light);
|
|
10908
|
-
border-radius:
|
|
11027
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
10909
11028
|
-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
10910
11029
|
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
10911
11030
|
position: absolute;
|
|
@@ -10973,7 +11092,7 @@ ejs-sidebar {
|
|
|
10973
11092
|
}
|
|
10974
11093
|
|
|
10975
11094
|
.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text {
|
|
10976
|
-
border-radius:
|
|
11095
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
10977
11096
|
}
|
|
10978
11097
|
|
|
10979
11098
|
.e-breadcrumb .e-breadcrumb-item.e-icon-item a.e-breadcrumb-text:active .e-breadcrumb-icon {
|
|
@@ -11002,7 +11121,7 @@ ejs-sidebar {
|
|
|
11002
11121
|
color: var(--color-sf-content-text-color-hover);
|
|
11003
11122
|
background-color: var(--color-sf-content-bg-color-hover);
|
|
11004
11123
|
color: var(--color-sf-content-text-color-hover) !important; /* stylelint-disable-line declaration-no-important */
|
|
11005
|
-
border-radius:
|
|
11124
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
11006
11125
|
}
|
|
11007
11126
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:hover .e-breadcrumb-icon, .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:focus .e-breadcrumb-icon {
|
|
11008
11127
|
color: var(--color-sf-toolbar-icon-color);
|
|
@@ -11012,7 +11131,7 @@ ejs-sidebar {
|
|
|
11012
11131
|
}
|
|
11013
11132
|
.e-breadcrumb .e-breadcrumb-item[data-active-item] .e-breadcrumb-text {
|
|
11014
11133
|
color: var(--color-sf-content-text-color-alt1);
|
|
11015
|
-
font-weight:
|
|
11134
|
+
font-weight: 500;
|
|
11016
11135
|
}
|
|
11017
11136
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon {
|
|
11018
11137
|
color: var(--color-sf-icon-color);
|
|
@@ -11214,7 +11333,7 @@ ejs-sidebar {
|
|
|
11214
11333
|
padding: 8px;
|
|
11215
11334
|
overflow: hidden;
|
|
11216
11335
|
font-size: 14px;
|
|
11217
|
-
border-radius:
|
|
11336
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
11218
11337
|
}
|
|
11219
11338
|
.e-appbar > div:first-child {
|
|
11220
11339
|
display: -webkit-box;
|
|
@@ -11243,7 +11362,7 @@ ejs-sidebar {
|
|
|
11243
11362
|
align-items: flex-start;
|
|
11244
11363
|
}
|
|
11245
11364
|
.e-appbar.e-dense {
|
|
11246
|
-
height:
|
|
11365
|
+
height: 50px;
|
|
11247
11366
|
}
|
|
11248
11367
|
.e-appbar.e-horizontal-bottom {
|
|
11249
11368
|
position: absolute;
|
|
@@ -11504,7 +11623,7 @@ ejs-sidebar {
|
|
|
11504
11623
|
}
|
|
11505
11624
|
.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator {
|
|
11506
11625
|
font-size: 32px;
|
|
11507
|
-
border-radius:
|
|
11626
|
+
border-radius: 999px;
|
|
11508
11627
|
}
|
|
11509
11628
|
.e-stepper.e-step-type-indicator .e-step-content, .e-stepper.e-step-type-label .e-step-content {
|
|
11510
11629
|
padding: 0 8px;
|
|
@@ -11635,7 +11754,7 @@ ejs-sidebar {
|
|
|
11635
11754
|
}
|
|
11636
11755
|
.e-stepper .e-step-container .e-step,
|
|
11637
11756
|
.e-stepper .e-step-container .e-indicator {
|
|
11638
|
-
border-radius:
|
|
11757
|
+
border-radius: 999px;
|
|
11639
11758
|
min-width: 32px;
|
|
11640
11759
|
min-height: 32px;
|
|
11641
11760
|
}
|