@syncfusion/ej2-splitbuttons 32.1.22 → 32.2.3
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/dist/ej2-splitbuttons.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +6 -2
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +6 -2
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +3 -3
- package/src/drop-down-button/drop-down-button.d.ts +1 -0
- package/src/drop-down-button/drop-down-button.js +6 -2
- package/styles/bds-lite.css +684 -0
- package/styles/bds-lite.scss +4 -4
- package/styles/bds.css +1050 -24
- package/styles/bds.scss +8 -8
- package/styles/bootstrap-dark-lite.scss +4 -4
- package/styles/bootstrap-dark.scss +8 -8
- package/styles/bootstrap-lite.scss +4 -4
- package/styles/bootstrap.scss +8 -8
- package/styles/bootstrap4-lite.scss +4 -4
- package/styles/bootstrap4.scss +8 -8
- package/styles/bootstrap5-dark-lite.scss +4 -4
- package/styles/bootstrap5-dark.scss +8 -8
- package/styles/bootstrap5-lite.scss +4 -4
- package/styles/bootstrap5.3-lite.css +672 -0
- package/styles/bootstrap5.3-lite.scss +4 -4
- package/styles/bootstrap5.3.css +1008 -0
- package/styles/bootstrap5.3.scss +8 -8
- package/styles/bootstrap5.scss +8 -8
- package/styles/button-group/_all.bds.scss +2 -0
- package/styles/button-group/_all.bootstrap-dark.scss +2 -0
- package/styles/button-group/_all.bootstrap.scss +2 -0
- package/styles/button-group/_all.bootstrap4.scss +2 -0
- package/styles/button-group/_all.bootstrap5-dark.scss +2 -0
- package/styles/button-group/_all.bootstrap5.3.scss +2 -0
- package/styles/button-group/_all.bootstrap5.scss +2 -0
- package/styles/button-group/_all.fabric-dark.scss +2 -0
- package/styles/button-group/_all.fabric.scss +2 -0
- package/styles/button-group/_all.fluent-dark.scss +2 -0
- package/styles/button-group/_all.fluent.scss +2 -0
- package/styles/button-group/_all.fluent2.scss +2 -0
- package/styles/button-group/_all.highcontrast-light.scss +2 -0
- package/styles/button-group/_all.highcontrast.scss +2 -0
- package/styles/button-group/_all.material-dark.scss +2 -0
- package/styles/button-group/_all.material.scss +2 -0
- package/styles/button-group/_all.material3-dark.scss +2 -0
- package/styles/button-group/_all.material3.scss +2 -0
- package/styles/button-group/_all.tailwind-dark.scss +2 -0
- package/styles/button-group/_all.tailwind.scss +2 -0
- package/styles/button-group/_all.tailwind3.scss +2 -0
- package/styles/button-group/_bigger.bds.scss +4 -0
- package/styles/button-group/_bigger.bootstrap-dark.scss +4 -0
- package/styles/button-group/_bigger.bootstrap.scss +4 -0
- package/styles/button-group/_bigger.bootstrap4.scss +4 -0
- package/styles/button-group/_bigger.bootstrap5-dark.scss +4 -0
- package/styles/button-group/_bigger.bootstrap5.3.scss +4 -0
- package/styles/button-group/_bigger.bootstrap5.scss +4 -0
- package/styles/button-group/_bigger.fabric-dark.scss +4 -0
- package/styles/button-group/_bigger.fabric.scss +4 -0
- package/styles/button-group/_bigger.fluent-dark.scss +4 -0
- package/styles/button-group/_bigger.fluent.scss +4 -0
- package/styles/button-group/_bigger.fluent2.scss +4 -0
- package/styles/button-group/_bigger.highcontrast-light.scss +4 -0
- package/styles/button-group/_bigger.highcontrast.scss +4 -0
- package/styles/button-group/_bigger.material-dark.scss +4 -0
- package/styles/button-group/_bigger.material.scss +4 -0
- package/styles/button-group/_bigger.material3-dark.scss +4 -0
- package/styles/button-group/_bigger.material3.scss +4 -0
- package/styles/button-group/_bigger.scss +1 -1
- package/styles/button-group/_bigger.tailwind-dark.scss +4 -0
- package/styles/button-group/_bigger.tailwind.scss +4 -0
- package/styles/button-group/_bigger.tailwind3.scss +4 -0
- package/styles/button-group/_group-button-mixin.scss +0 -2
- package/styles/button-group/_layout.bds.scss +4 -0
- package/styles/button-group/_layout.bootstrap-dark.scss +4 -0
- package/styles/button-group/_layout.bootstrap.scss +4 -0
- package/styles/button-group/_layout.bootstrap4.scss +4 -0
- package/styles/button-group/_layout.bootstrap5-dark.scss +4 -0
- package/styles/button-group/_layout.bootstrap5.3.scss +4 -0
- package/styles/button-group/_layout.bootstrap5.scss +4 -0
- package/styles/button-group/_layout.fabric-dark.scss +4 -0
- package/styles/button-group/_layout.fabric.scss +4 -0
- package/styles/button-group/_layout.fluent-dark.scss +4 -0
- package/styles/button-group/_layout.fluent.scss +4 -0
- package/styles/button-group/_layout.fluent2.scss +4 -0
- package/styles/button-group/_layout.highcontrast-light.scss +4 -0
- package/styles/button-group/_layout.highcontrast.scss +4 -0
- package/styles/button-group/_layout.material-dark.scss +4 -0
- package/styles/button-group/_layout.material.scss +4 -0
- package/styles/button-group/_layout.material3-dark.scss +4 -0
- package/styles/button-group/_layout.material3.scss +4 -0
- package/styles/button-group/_layout.scss +1 -1
- package/styles/button-group/_layout.tailwind-dark.scss +4 -0
- package/styles/button-group/_layout.tailwind.scss +4 -0
- package/styles/button-group/_layout.tailwind3.scss +4 -0
- package/styles/button-group/_theme-variables.bds.scss +1 -0
- package/styles/button-group/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/button-group/_theme-variables.bootstrap.scss +1 -0
- package/styles/button-group/_theme-variables.bootstrap4.scss +1 -0
- package/styles/button-group/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/button-group/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/button-group/_theme-variables.bootstrap5.scss +1 -0
- package/styles/button-group/_theme-variables.fabric-dark.scss +1 -0
- package/styles/button-group/_theme-variables.fabric.scss +1 -0
- package/styles/button-group/_theme-variables.fluent-dark.scss +1 -0
- package/styles/button-group/_theme-variables.fluent.scss +1 -0
- package/styles/button-group/_theme-variables.fluent2.scss +1 -0
- package/styles/button-group/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/button-group/_theme-variables.highcontrast.scss +1 -0
- package/styles/button-group/_theme-variables.material-dark.scss +1 -0
- package/styles/button-group/_theme-variables.material.scss +1 -0
- package/styles/button-group/_theme-variables.material3-dark.scss +1 -0
- package/styles/button-group/_theme-variables.material3.scss +1 -0
- package/styles/button-group/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/button-group/_theme-variables.tailwind.scss +1 -0
- package/styles/button-group/_theme.bds.scss +6 -0
- package/styles/button-group/_theme.bootstrap-dark.scss +6 -0
- package/styles/button-group/_theme.bootstrap.scss +6 -0
- package/styles/button-group/_theme.bootstrap4.scss +6 -0
- package/styles/button-group/_theme.bootstrap5-dark.scss +6 -0
- package/styles/button-group/_theme.bootstrap5.3.scss +6 -0
- package/styles/button-group/_theme.bootstrap5.scss +6 -0
- package/styles/button-group/_theme.fabric-dark.scss +6 -0
- package/styles/button-group/_theme.fabric.scss +6 -0
- package/styles/button-group/_theme.fluent-dark.scss +6 -0
- package/styles/button-group/_theme.fluent.scss +6 -0
- package/styles/button-group/_theme.fluent2.scss +6 -0
- package/styles/button-group/_theme.highcontrast-light.scss +6 -0
- package/styles/button-group/_theme.highcontrast.scss +6 -0
- package/styles/button-group/_theme.material-dark.scss +6 -0
- package/styles/button-group/_theme.material.scss +6 -0
- package/styles/button-group/_theme.material3-dark.scss +6 -0
- package/styles/button-group/_theme.material3.scss +6 -0
- package/styles/button-group/_theme.scss +1 -3
- package/styles/button-group/_theme.tailwind-dark.scss +6 -0
- package/styles/button-group/_theme.tailwind.scss +6 -0
- package/styles/button-group/_theme.tailwind3.scss +6 -0
- package/styles/button-group/bds.css +189 -0
- package/styles/button-group/bds.scss +2 -2
- package/styles/button-group/bootstrap-dark.scss +2 -2
- package/styles/button-group/bootstrap.scss +2 -2
- package/styles/button-group/bootstrap4.scss +2 -2
- package/styles/button-group/bootstrap5-dark.scss +2 -2
- package/styles/button-group/bootstrap5.3.css +252 -0
- package/styles/button-group/bootstrap5.3.scss +2 -2
- package/styles/button-group/bootstrap5.scss +2 -2
- package/styles/button-group/fabric-dark.scss +2 -2
- package/styles/button-group/fabric.scss +2 -2
- package/styles/button-group/fluent-dark.scss +2 -2
- package/styles/button-group/fluent.scss +2 -2
- package/styles/button-group/fluent2.css +258 -0
- package/styles/button-group/fluent2.scss +2 -2
- package/styles/button-group/highcontrast-light.scss +2 -2
- package/styles/button-group/highcontrast.scss +2 -2
- package/styles/button-group/material-dark.scss +2 -2
- package/styles/button-group/material.scss +2 -2
- package/styles/button-group/material3-dark.css +246 -0
- package/styles/button-group/material3-dark.scss +2 -2
- package/styles/button-group/material3.css +252 -0
- package/styles/button-group/material3.scss +2 -2
- package/styles/button-group/tailwind-dark.scss +2 -2
- package/styles/button-group/tailwind.scss +2 -2
- package/styles/button-group/tailwind3.css +222 -0
- package/styles/button-group/tailwind3.scss +2 -2
- package/styles/drop-down-button/_all.bds.scss +2 -0
- package/styles/drop-down-button/_all.bootstrap-dark.scss +2 -0
- package/styles/drop-down-button/_all.bootstrap.scss +2 -0
- package/styles/drop-down-button/_all.bootstrap4.scss +2 -0
- package/styles/drop-down-button/_all.bootstrap5-dark.scss +2 -0
- package/styles/drop-down-button/_all.bootstrap5.3.scss +2 -0
- package/styles/drop-down-button/_all.bootstrap5.scss +2 -0
- package/styles/drop-down-button/_all.fabric-dark.scss +2 -0
- package/styles/drop-down-button/_all.fabric.scss +2 -0
- package/styles/drop-down-button/_all.fluent-dark.scss +2 -0
- package/styles/drop-down-button/_all.fluent.scss +2 -0
- package/styles/drop-down-button/_all.fluent2.scss +2 -0
- package/styles/drop-down-button/_all.highcontrast-light.scss +2 -0
- package/styles/drop-down-button/_all.highcontrast.scss +2 -0
- package/styles/drop-down-button/_all.material-dark.scss +2 -0
- package/styles/drop-down-button/_all.material.scss +2 -0
- package/styles/drop-down-button/_all.material3-dark.scss +2 -0
- package/styles/drop-down-button/_all.material3.scss +2 -0
- package/styles/drop-down-button/_all.tailwind-dark.scss +2 -0
- package/styles/drop-down-button/_all.tailwind.scss +2 -0
- package/styles/drop-down-button/_all.tailwind3.scss +2 -0
- package/styles/drop-down-button/_bigger.bds.scss +3 -0
- package/styles/drop-down-button/_bigger.bootstrap-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.bootstrap.scss +3 -0
- package/styles/drop-down-button/_bigger.bootstrap4.scss +3 -0
- package/styles/drop-down-button/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.bootstrap5.3.scss +3 -0
- package/styles/drop-down-button/_bigger.bootstrap5.scss +3 -0
- package/styles/drop-down-button/_bigger.fabric-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.fabric.scss +3 -0
- package/styles/drop-down-button/_bigger.fluent-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.fluent.scss +3 -0
- package/styles/drop-down-button/_bigger.fluent2.scss +3 -0
- package/styles/drop-down-button/_bigger.highcontrast-light.scss +3 -0
- package/styles/drop-down-button/_bigger.highcontrast.scss +3 -0
- package/styles/drop-down-button/_bigger.material-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.material.scss +3 -0
- package/styles/drop-down-button/_bigger.material3-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.material3.scss +3 -0
- package/styles/drop-down-button/_bigger.scss +1 -1
- package/styles/drop-down-button/_bigger.tailwind-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.tailwind.scss +3 -0
- package/styles/drop-down-button/_bigger.tailwind3.scss +3 -0
- package/styles/drop-down-button/_layout.bds.scss +3 -0
- package/styles/drop-down-button/_layout.bootstrap-dark.scss +3 -0
- package/styles/drop-down-button/_layout.bootstrap.scss +3 -0
- package/styles/drop-down-button/_layout.bootstrap4.scss +3 -0
- package/styles/drop-down-button/_layout.bootstrap5-dark.scss +3 -0
- package/styles/drop-down-button/_layout.bootstrap5.3.scss +3 -0
- package/styles/drop-down-button/_layout.bootstrap5.scss +3 -0
- package/styles/drop-down-button/_layout.fabric-dark.scss +3 -0
- package/styles/drop-down-button/_layout.fabric.scss +3 -0
- package/styles/drop-down-button/_layout.fluent-dark.scss +3 -0
- package/styles/drop-down-button/_layout.fluent.scss +3 -0
- package/styles/drop-down-button/_layout.fluent2.scss +3 -0
- package/styles/drop-down-button/_layout.highcontrast-light.scss +3 -0
- package/styles/drop-down-button/_layout.highcontrast.scss +3 -0
- package/styles/drop-down-button/_layout.material-dark.scss +3 -0
- package/styles/drop-down-button/_layout.material.scss +3 -0
- package/styles/drop-down-button/_layout.material3-dark.scss +3 -0
- package/styles/drop-down-button/_layout.material3.scss +3 -0
- package/styles/drop-down-button/_layout.scss +1 -1
- package/styles/drop-down-button/_layout.tailwind-dark.scss +3 -0
- package/styles/drop-down-button/_layout.tailwind.scss +3 -0
- package/styles/drop-down-button/_layout.tailwind3.scss +3 -0
- package/styles/drop-down-button/_theme-variables.bds.scss +1 -0
- package/styles/drop-down-button/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.bootstrap.scss +1 -0
- package/styles/drop-down-button/_theme-variables.bootstrap4.scss +1 -0
- package/styles/drop-down-button/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/drop-down-button/_theme-variables.bootstrap5.scss +1 -0
- package/styles/drop-down-button/_theme-variables.fabric-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.fabric.scss +1 -0
- package/styles/drop-down-button/_theme-variables.fluent-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.fluent.scss +1 -0
- package/styles/drop-down-button/_theme-variables.fluent2.scss +1 -0
- package/styles/drop-down-button/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/drop-down-button/_theme-variables.highcontrast.scss +1 -0
- package/styles/drop-down-button/_theme-variables.material-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.material.scss +1 -0
- package/styles/drop-down-button/_theme-variables.material3-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.material3.scss +1 -0
- package/styles/drop-down-button/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.tailwind.scss +1 -0
- package/styles/drop-down-button/_theme.bds.scss +4 -0
- package/styles/drop-down-button/_theme.bootstrap-dark.scss +4 -0
- package/styles/drop-down-button/_theme.bootstrap.scss +4 -0
- package/styles/drop-down-button/_theme.bootstrap4.scss +4 -0
- package/styles/drop-down-button/_theme.bootstrap5-dark.scss +4 -0
- package/styles/drop-down-button/_theme.bootstrap5.3.scss +4 -0
- package/styles/drop-down-button/_theme.bootstrap5.scss +4 -0
- package/styles/drop-down-button/_theme.fabric-dark.scss +4 -0
- package/styles/drop-down-button/_theme.fabric.scss +4 -0
- package/styles/drop-down-button/_theme.fluent-dark.scss +4 -0
- package/styles/drop-down-button/_theme.fluent.scss +4 -0
- package/styles/drop-down-button/_theme.fluent2.scss +4 -0
- package/styles/drop-down-button/_theme.highcontrast-light.scss +4 -0
- package/styles/drop-down-button/_theme.highcontrast.scss +4 -0
- package/styles/drop-down-button/_theme.material-dark.scss +4 -0
- package/styles/drop-down-button/_theme.material.scss +4 -0
- package/styles/drop-down-button/_theme.material3-dark.scss +4 -0
- package/styles/drop-down-button/_theme.material3.scss +4 -0
- package/styles/drop-down-button/_theme.scss +1 -1
- package/styles/drop-down-button/_theme.tailwind-dark.scss +4 -0
- package/styles/drop-down-button/_theme.tailwind.scss +4 -0
- package/styles/drop-down-button/_theme.tailwind3.scss +4 -0
- package/styles/drop-down-button/bds.css +324 -0
- package/styles/drop-down-button/bds.scss +2 -2
- package/styles/drop-down-button/bootstrap-dark.scss +2 -2
- package/styles/drop-down-button/bootstrap.scss +2 -2
- package/styles/drop-down-button/bootstrap4.scss +2 -2
- package/styles/drop-down-button/bootstrap5-dark.scss +2 -2
- package/styles/drop-down-button/bootstrap5.3.css +252 -0
- package/styles/drop-down-button/bootstrap5.3.scss +2 -2
- package/styles/drop-down-button/bootstrap5.scss +2 -2
- package/styles/drop-down-button/fabric-dark.scss +2 -2
- package/styles/drop-down-button/fabric.scss +2 -2
- package/styles/drop-down-button/fluent-dark.scss +2 -2
- package/styles/drop-down-button/fluent.scss +2 -2
- package/styles/drop-down-button/fluent2.css +258 -0
- package/styles/drop-down-button/fluent2.scss +2 -2
- package/styles/drop-down-button/highcontrast-light.scss +2 -2
- package/styles/drop-down-button/highcontrast.scss +2 -2
- package/styles/drop-down-button/material-dark.scss +2 -2
- package/styles/drop-down-button/material.scss +2 -2
- package/styles/drop-down-button/material3-dark.css +246 -0
- package/styles/drop-down-button/material3-dark.scss +2 -2
- package/styles/drop-down-button/material3.css +252 -0
- package/styles/drop-down-button/material3.scss +2 -2
- package/styles/drop-down-button/tailwind-dark.scss +2 -2
- package/styles/drop-down-button/tailwind.scss +2 -2
- package/styles/drop-down-button/tailwind3.css +222 -0
- package/styles/drop-down-button/tailwind3.scss +2 -2
- package/styles/fabric-dark-lite.scss +4 -4
- package/styles/fabric-dark.scss +8 -8
- package/styles/fabric-lite.scss +4 -4
- package/styles/fabric.scss +8 -8
- package/styles/fluent-dark-lite.scss +4 -4
- package/styles/fluent-dark.scss +8 -8
- package/styles/fluent-lite.scss +4 -4
- package/styles/fluent.scss +8 -8
- package/styles/fluent2-lite.css +688 -0
- package/styles/fluent2-lite.scss +4 -4
- package/styles/fluent2.css +1079 -47
- package/styles/fluent2.scss +8 -8
- package/styles/highcontrast-light-lite.scss +4 -4
- package/styles/highcontrast-light.scss +8 -8
- package/styles/highcontrast-lite.scss +4 -4
- package/styles/highcontrast.scss +8 -8
- package/styles/material-dark-lite.scss +4 -4
- package/styles/material-dark.scss +8 -8
- package/styles/material-lite.scss +4 -4
- package/styles/material.scss +8 -8
- package/styles/material3-dark-lite.css +656 -0
- package/styles/material3-dark-lite.scss +4 -4
- package/styles/material3-dark.css +984 -0
- package/styles/material3-dark.scss +8 -8
- package/styles/material3-lite.css +672 -0
- package/styles/material3-lite.scss +4 -4
- package/styles/material3.css +1008 -0
- package/styles/material3.scss +8 -8
- package/styles/progress-button/_all.bds.scss +2 -0
- package/styles/progress-button/_all.bootstrap-dark.scss +2 -0
- package/styles/progress-button/_all.bootstrap.scss +2 -0
- package/styles/progress-button/_all.bootstrap4.scss +2 -0
- package/styles/progress-button/_all.bootstrap5-dark.scss +2 -0
- package/styles/progress-button/_all.bootstrap5.3.scss +2 -0
- package/styles/progress-button/_all.bootstrap5.scss +2 -0
- package/styles/progress-button/_all.fabric-dark.scss +2 -0
- package/styles/progress-button/_all.fabric.scss +2 -0
- package/styles/progress-button/_all.fluent-dark.scss +2 -0
- package/styles/progress-button/_all.fluent.scss +2 -0
- package/styles/progress-button/_all.fluent2.scss +2 -0
- package/styles/progress-button/_all.highcontrast-light.scss +2 -0
- package/styles/progress-button/_all.highcontrast.scss +2 -0
- package/styles/progress-button/_all.material-dark.scss +2 -0
- package/styles/progress-button/_all.material.scss +2 -0
- package/styles/progress-button/_all.material3-dark.scss +2 -0
- package/styles/progress-button/_all.material3.scss +2 -0
- package/styles/progress-button/_all.tailwind-dark.scss +2 -0
- package/styles/progress-button/_all.tailwind.scss +2 -0
- package/styles/progress-button/_all.tailwind3.scss +2 -0
- package/styles/progress-button/_bigger.bds.scss +3 -0
- package/styles/progress-button/_bigger.bootstrap-dark.scss +3 -0
- package/styles/progress-button/_bigger.bootstrap.scss +3 -0
- package/styles/progress-button/_bigger.bootstrap4.scss +3 -0
- package/styles/progress-button/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/progress-button/_bigger.bootstrap5.3.scss +3 -0
- package/styles/progress-button/_bigger.bootstrap5.scss +3 -0
- package/styles/progress-button/_bigger.fabric-dark.scss +3 -0
- package/styles/progress-button/_bigger.fabric.scss +3 -0
- package/styles/progress-button/_bigger.fluent-dark.scss +3 -0
- package/styles/progress-button/_bigger.fluent.scss +3 -0
- package/styles/progress-button/_bigger.fluent2.scss +3 -0
- package/styles/progress-button/_bigger.highcontrast-light.scss +3 -0
- package/styles/progress-button/_bigger.highcontrast.scss +3 -0
- package/styles/progress-button/_bigger.material-dark.scss +3 -0
- package/styles/progress-button/_bigger.material.scss +3 -0
- package/styles/progress-button/_bigger.material3-dark.scss +3 -0
- package/styles/progress-button/_bigger.material3.scss +3 -0
- package/styles/progress-button/_bigger.scss +1 -1
- package/styles/progress-button/_bigger.tailwind-dark.scss +3 -0
- package/styles/progress-button/_bigger.tailwind.scss +3 -0
- package/styles/progress-button/_bigger.tailwind3.scss +3 -0
- package/styles/progress-button/_layout.bds.scss +3 -0
- package/styles/progress-button/_layout.bootstrap-dark.scss +3 -0
- package/styles/progress-button/_layout.bootstrap.scss +3 -0
- package/styles/progress-button/_layout.bootstrap4.scss +3 -0
- package/styles/progress-button/_layout.bootstrap5-dark.scss +3 -0
- package/styles/progress-button/_layout.bootstrap5.3.scss +3 -0
- package/styles/progress-button/_layout.bootstrap5.scss +3 -0
- package/styles/progress-button/_layout.fabric-dark.scss +3 -0
- package/styles/progress-button/_layout.fabric.scss +3 -0
- package/styles/progress-button/_layout.fluent-dark.scss +3 -0
- package/styles/progress-button/_layout.fluent.scss +3 -0
- package/styles/progress-button/_layout.fluent2.scss +3 -0
- package/styles/progress-button/_layout.highcontrast-light.scss +3 -0
- package/styles/progress-button/_layout.highcontrast.scss +3 -0
- package/styles/progress-button/_layout.material-dark.scss +3 -0
- package/styles/progress-button/_layout.material.scss +3 -0
- package/styles/progress-button/_layout.material3-dark.scss +3 -0
- package/styles/progress-button/_layout.material3.scss +3 -0
- package/styles/progress-button/_layout.scss +0 -1
- package/styles/progress-button/_layout.tailwind-dark.scss +3 -0
- package/styles/progress-button/_layout.tailwind.scss +3 -0
- package/styles/progress-button/_layout.tailwind3.scss +3 -0
- package/styles/progress-button/_theme-variables.bds.scss +1 -0
- package/styles/progress-button/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.bootstrap.scss +1 -0
- package/styles/progress-button/_theme-variables.bootstrap4.scss +1 -0
- package/styles/progress-button/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/progress-button/_theme-variables.bootstrap5.scss +1 -0
- package/styles/progress-button/_theme-variables.fabric-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.fabric.scss +1 -0
- package/styles/progress-button/_theme-variables.fluent-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.fluent.scss +1 -0
- package/styles/progress-button/_theme-variables.fluent2.scss +1 -0
- package/styles/progress-button/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/progress-button/_theme-variables.highcontrast.scss +1 -0
- package/styles/progress-button/_theme-variables.material-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.material.scss +1 -0
- package/styles/progress-button/_theme-variables.material3-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.material3.scss +1 -0
- package/styles/progress-button/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.tailwind.scss +1 -0
- package/styles/progress-button/_theme.bds.scss +4 -0
- package/styles/progress-button/_theme.bootstrap-dark.scss +4 -0
- package/styles/progress-button/_theme.bootstrap.scss +4 -0
- package/styles/progress-button/_theme.bootstrap4.scss +4 -0
- package/styles/progress-button/_theme.bootstrap5-dark.scss +4 -0
- package/styles/progress-button/_theme.bootstrap5.3.scss +4 -0
- package/styles/progress-button/_theme.bootstrap5.scss +4 -0
- package/styles/progress-button/_theme.fabric-dark.scss +4 -0
- package/styles/progress-button/_theme.fabric.scss +4 -0
- package/styles/progress-button/_theme.fluent-dark.scss +4 -0
- package/styles/progress-button/_theme.fluent.scss +4 -0
- package/styles/progress-button/_theme.fluent2.scss +4 -0
- package/styles/progress-button/_theme.highcontrast-light.scss +4 -0
- package/styles/progress-button/_theme.highcontrast.scss +4 -0
- package/styles/progress-button/_theme.material-dark.scss +4 -0
- package/styles/progress-button/_theme.material.scss +4 -0
- package/styles/progress-button/_theme.material3-dark.scss +4 -0
- package/styles/progress-button/_theme.material3.scss +4 -0
- package/styles/progress-button/_theme.scss +0 -1
- package/styles/progress-button/_theme.tailwind-dark.scss +4 -0
- package/styles/progress-button/_theme.tailwind.scss +4 -0
- package/styles/progress-button/_theme.tailwind3.scss +4 -0
- package/styles/progress-button/bds.css +189 -0
- package/styles/progress-button/bds.scss +2 -2
- package/styles/progress-button/bootstrap-dark.scss +2 -2
- package/styles/progress-button/bootstrap.scss +2 -2
- package/styles/progress-button/bootstrap4.scss +2 -2
- package/styles/progress-button/bootstrap5-dark.scss +2 -2
- package/styles/progress-button/bootstrap5.3.css +252 -0
- package/styles/progress-button/bootstrap5.3.scss +2 -2
- package/styles/progress-button/bootstrap5.scss +2 -2
- package/styles/progress-button/fabric-dark.scss +2 -2
- package/styles/progress-button/fabric.scss +2 -2
- package/styles/progress-button/fluent-dark.scss +2 -2
- package/styles/progress-button/fluent.scss +2 -2
- package/styles/progress-button/fluent2.css +258 -0
- package/styles/progress-button/fluent2.scss +2 -2
- package/styles/progress-button/highcontrast-light.scss +2 -2
- package/styles/progress-button/highcontrast.scss +2 -2
- package/styles/progress-button/material-dark.scss +2 -2
- package/styles/progress-button/material.scss +2 -2
- package/styles/progress-button/material3-dark.css +246 -0
- package/styles/progress-button/material3-dark.scss +2 -2
- package/styles/progress-button/material3.css +252 -0
- package/styles/progress-button/material3.scss +2 -2
- package/styles/progress-button/tailwind-dark.scss +2 -2
- package/styles/progress-button/tailwind.scss +2 -2
- package/styles/progress-button/tailwind3.css +222 -0
- package/styles/progress-button/tailwind3.scss +2 -2
- package/styles/split-button/_all.bds.scss +2 -0
- package/styles/split-button/_all.bootstrap-dark.scss +2 -0
- package/styles/split-button/_all.bootstrap.scss +2 -0
- package/styles/split-button/_all.bootstrap4.scss +2 -0
- package/styles/split-button/_all.bootstrap5-dark.scss +2 -0
- package/styles/split-button/_all.bootstrap5.3.scss +2 -0
- package/styles/split-button/_all.bootstrap5.scss +2 -0
- package/styles/split-button/_all.fabric-dark.scss +2 -0
- package/styles/split-button/_all.fabric.scss +2 -0
- package/styles/split-button/_all.fluent-dark.scss +2 -0
- package/styles/split-button/_all.fluent.scss +2 -0
- package/styles/split-button/_all.fluent2.scss +2 -0
- package/styles/split-button/_all.highcontrast-light.scss +2 -0
- package/styles/split-button/_all.highcontrast.scss +2 -0
- package/styles/split-button/_all.material-dark.scss +2 -0
- package/styles/split-button/_all.material.scss +2 -0
- package/styles/split-button/_all.material3-dark.scss +2 -0
- package/styles/split-button/_all.material3.scss +2 -0
- package/styles/split-button/_all.tailwind-dark.scss +2 -0
- package/styles/split-button/_all.tailwind.scss +2 -0
- package/styles/split-button/_all.tailwind3.scss +2 -0
- package/styles/split-button/_bigger.bds.scss +3 -0
- package/styles/split-button/_bigger.bootstrap-dark.scss +3 -0
- package/styles/split-button/_bigger.bootstrap.scss +3 -0
- package/styles/split-button/_bigger.bootstrap4.scss +3 -0
- package/styles/split-button/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/split-button/_bigger.bootstrap5.3.scss +3 -0
- package/styles/split-button/_bigger.bootstrap5.scss +3 -0
- package/styles/split-button/_bigger.fabric-dark.scss +3 -0
- package/styles/split-button/_bigger.fabric.scss +3 -0
- package/styles/split-button/_bigger.fluent-dark.scss +3 -0
- package/styles/split-button/_bigger.fluent.scss +3 -0
- package/styles/split-button/_bigger.fluent2.scss +3 -0
- package/styles/split-button/_bigger.highcontrast-light.scss +3 -0
- package/styles/split-button/_bigger.highcontrast.scss +3 -0
- package/styles/split-button/_bigger.material-dark.scss +3 -0
- package/styles/split-button/_bigger.material.scss +3 -0
- package/styles/split-button/_bigger.material3-dark.scss +3 -0
- package/styles/split-button/_bigger.material3.scss +3 -0
- package/styles/split-button/_bigger.scss +1 -1
- package/styles/split-button/_bigger.tailwind-dark.scss +3 -0
- package/styles/split-button/_bigger.tailwind.scss +3 -0
- package/styles/split-button/_bigger.tailwind3.scss +3 -0
- package/styles/split-button/_layout.bds.scss +3 -0
- package/styles/split-button/_layout.bootstrap-dark.scss +3 -0
- package/styles/split-button/_layout.bootstrap.scss +3 -0
- package/styles/split-button/_layout.bootstrap4.scss +3 -0
- package/styles/split-button/_layout.bootstrap5-dark.scss +3 -0
- package/styles/split-button/_layout.bootstrap5.3.scss +3 -0
- package/styles/split-button/_layout.bootstrap5.scss +3 -0
- package/styles/split-button/_layout.fabric-dark.scss +3 -0
- package/styles/split-button/_layout.fabric.scss +3 -0
- package/styles/split-button/_layout.fluent-dark.scss +3 -0
- package/styles/split-button/_layout.fluent.scss +3 -0
- package/styles/split-button/_layout.fluent2.scss +3 -0
- package/styles/split-button/_layout.highcontrast-light.scss +3 -0
- package/styles/split-button/_layout.highcontrast.scss +3 -0
- package/styles/split-button/_layout.material-dark.scss +3 -0
- package/styles/split-button/_layout.material.scss +3 -0
- package/styles/split-button/_layout.material3-dark.scss +3 -0
- package/styles/split-button/_layout.material3.scss +3 -0
- package/styles/split-button/_layout.scss +1 -1
- package/styles/split-button/_layout.tailwind-dark.scss +3 -0
- package/styles/split-button/_layout.tailwind.scss +3 -0
- package/styles/split-button/_layout.tailwind3.scss +3 -0
- package/styles/split-button/_theme-variables.bds.scss +1 -0
- package/styles/split-button/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/split-button/_theme-variables.bootstrap.scss +1 -0
- package/styles/split-button/_theme-variables.bootstrap4.scss +1 -0
- package/styles/split-button/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/split-button/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/split-button/_theme-variables.bootstrap5.scss +1 -0
- package/styles/split-button/_theme-variables.fabric-dark.scss +1 -0
- package/styles/split-button/_theme-variables.fabric.scss +1 -0
- package/styles/split-button/_theme-variables.fluent-dark.scss +1 -0
- package/styles/split-button/_theme-variables.fluent.scss +1 -0
- package/styles/split-button/_theme-variables.fluent2.scss +1 -0
- package/styles/split-button/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/split-button/_theme-variables.highcontrast.scss +1 -0
- package/styles/split-button/_theme-variables.material-dark.scss +1 -0
- package/styles/split-button/_theme-variables.material.scss +1 -0
- package/styles/split-button/_theme-variables.material3-dark.scss +1 -0
- package/styles/split-button/_theme-variables.material3.scss +1 -0
- package/styles/split-button/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/split-button/_theme-variables.tailwind.scss +1 -0
- package/styles/split-button/_theme.bds.scss +4 -0
- package/styles/split-button/_theme.bootstrap-dark.scss +4 -0
- package/styles/split-button/_theme.bootstrap.scss +4 -0
- package/styles/split-button/_theme.bootstrap4.scss +4 -0
- package/styles/split-button/_theme.bootstrap5-dark.scss +4 -0
- package/styles/split-button/_theme.bootstrap5.3.scss +4 -0
- package/styles/split-button/_theme.bootstrap5.scss +4 -0
- package/styles/split-button/_theme.fabric-dark.scss +4 -0
- package/styles/split-button/_theme.fabric.scss +4 -0
- package/styles/split-button/_theme.fluent-dark.scss +4 -0
- package/styles/split-button/_theme.fluent.scss +4 -0
- package/styles/split-button/_theme.fluent2.scss +4 -0
- package/styles/split-button/_theme.highcontrast-light.scss +4 -0
- package/styles/split-button/_theme.highcontrast.scss +4 -0
- package/styles/split-button/_theme.material-dark.scss +4 -0
- package/styles/split-button/_theme.material.scss +4 -0
- package/styles/split-button/_theme.material3-dark.scss +4 -0
- package/styles/split-button/_theme.material3.scss +4 -0
- package/styles/split-button/_theme.scss +1 -1
- package/styles/split-button/_theme.tailwind-dark.scss +4 -0
- package/styles/split-button/_theme.tailwind.scss +4 -0
- package/styles/split-button/_theme.tailwind3.scss +4 -0
- package/styles/split-button/bds.css +324 -0
- package/styles/split-button/bds.scss +2 -2
- package/styles/split-button/bootstrap-dark.scss +2 -2
- package/styles/split-button/bootstrap.scss +2 -2
- package/styles/split-button/bootstrap4.scss +2 -2
- package/styles/split-button/bootstrap5-dark.scss +2 -2
- package/styles/split-button/bootstrap5.3.css +252 -0
- package/styles/split-button/bootstrap5.3.scss +2 -2
- package/styles/split-button/bootstrap5.scss +2 -2
- package/styles/split-button/fabric-dark.scss +2 -2
- package/styles/split-button/fabric.scss +2 -2
- package/styles/split-button/fluent-dark.scss +2 -2
- package/styles/split-button/fluent.scss +2 -2
- package/styles/split-button/fluent2.css +258 -0
- package/styles/split-button/fluent2.scss +2 -2
- package/styles/split-button/highcontrast-light.scss +2 -2
- package/styles/split-button/highcontrast.scss +2 -2
- package/styles/split-button/material-dark.scss +2 -2
- package/styles/split-button/material.scss +2 -2
- package/styles/split-button/material3-dark.css +246 -0
- package/styles/split-button/material3-dark.scss +2 -2
- package/styles/split-button/material3.css +252 -0
- package/styles/split-button/material3.scss +2 -2
- package/styles/split-button/tailwind-dark.scss +2 -2
- package/styles/split-button/tailwind.scss +2 -2
- package/styles/split-button/tailwind3.css +222 -0
- package/styles/split-button/tailwind3.scss +2 -2
- package/styles/tailwind-dark-lite.scss +4 -4
- package/styles/tailwind-dark.scss +8 -8
- package/styles/tailwind-lite.scss +4 -4
- package/styles/tailwind.scss +8 -8
- package/styles/tailwind3-lite.css +592 -0
- package/styles/tailwind3-lite.scss +4 -4
- package/styles/tailwind3.css +888 -0
- package/styles/tailwind3.scss +8 -8
- /package/styles/button-group/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
- /package/styles/drop-down-button/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
- /package/styles/progress-button/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
- /package/styles/split-button/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
package/styles/bds-lite.css
CHANGED
|
@@ -109,6 +109,114 @@
|
|
|
109
109
|
content: "\e729";
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
/* stylelint-disable */
|
|
117
|
+
.e-btn.e-primary:focus {
|
|
118
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
119
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.e-btn.e-success:focus {
|
|
123
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
124
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.e-btn.e-info:focus {
|
|
128
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
129
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.e-btn.e-warning:focus {
|
|
133
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
134
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.e-btn.e-danger:focus {
|
|
138
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
139
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.e-btn.e-outline.e-info {
|
|
143
|
+
background: transparent !important;
|
|
144
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
145
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.e-btn.e-outline.e-info:hover {
|
|
149
|
+
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
150
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
151
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.e-btn.e-outline.e-info:active {
|
|
155
|
+
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
156
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
157
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.e-btn.e-flat.e-info {
|
|
161
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.e-bigger .e-btn,
|
|
165
|
+
.e-bigger .e-btn,
|
|
166
|
+
.e-bigger .e-css.e-btn,
|
|
167
|
+
.e-bigger.e-css.e-btn {
|
|
168
|
+
font-size: 14px;
|
|
169
|
+
line-height: 1.572em;
|
|
170
|
+
padding: 8px 15px;
|
|
171
|
+
border-radius: 8px !important;
|
|
172
|
+
font-weight: 600;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.e-dropdown-popup {
|
|
176
|
+
position: absolute;
|
|
177
|
+
border-radius: 8px;
|
|
178
|
+
margin-top: 4px;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.e-dropdown-popup ul {
|
|
182
|
+
border: 1px solid var(--color-sf-border-secondary);
|
|
183
|
+
border-radius: 8px;
|
|
184
|
+
-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
185
|
+
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
186
|
+
-webkit-box-sizing: border-box;
|
|
187
|
+
box-sizing: border-box;
|
|
188
|
+
font-size: 14px;
|
|
189
|
+
font-weight: 500;
|
|
190
|
+
list-style-image: none;
|
|
191
|
+
list-style-position: outside;
|
|
192
|
+
list-style-type: none;
|
|
193
|
+
margin: 0;
|
|
194
|
+
min-width: 120px;
|
|
195
|
+
overflow: hidden;
|
|
196
|
+
padding: 4px 0;
|
|
197
|
+
-webkit-user-select: none;
|
|
198
|
+
-moz-user-select: none;
|
|
199
|
+
-ms-user-select: none;
|
|
200
|
+
user-select: none;
|
|
201
|
+
white-space: nowrap;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.e-dropdown-popup ul .e-item {
|
|
205
|
+
cursor: pointer;
|
|
206
|
+
display: -webkit-box;
|
|
207
|
+
display: -ms-flexbox;
|
|
208
|
+
display: flex;
|
|
209
|
+
height: 32px;
|
|
210
|
+
line-height: 32px;
|
|
211
|
+
padding: 0 12px;
|
|
212
|
+
margin: 0 6px;
|
|
213
|
+
border-radius: 6px;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.e-dropdown-popup ul .e-item.e-url {
|
|
217
|
+
padding: 0;
|
|
218
|
+
}
|
|
219
|
+
|
|
112
220
|
.e-dropdown-btn,
|
|
113
221
|
.e-dropdown-btn.e-btn {
|
|
114
222
|
-webkit-box-shadow: none;
|
|
@@ -272,6 +380,114 @@
|
|
|
272
380
|
display: block !important; /* stylelint-disable-line declaration-no-important */
|
|
273
381
|
}
|
|
274
382
|
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
/* stylelint-disable */
|
|
388
|
+
.e-btn.e-primary:focus {
|
|
389
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
390
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
.e-btn.e-success:focus {
|
|
394
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
395
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
.e-btn.e-info:focus {
|
|
399
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
400
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.e-btn.e-warning:focus {
|
|
404
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
405
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.e-btn.e-danger:focus {
|
|
409
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
410
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
.e-btn.e-outline.e-info {
|
|
414
|
+
background: transparent !important;
|
|
415
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
416
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.e-btn.e-outline.e-info:hover {
|
|
420
|
+
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
421
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
422
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.e-btn.e-outline.e-info:active {
|
|
426
|
+
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
427
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
428
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.e-btn.e-flat.e-info {
|
|
432
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.e-bigger .e-btn,
|
|
436
|
+
.e-bigger .e-btn,
|
|
437
|
+
.e-bigger .e-css.e-btn,
|
|
438
|
+
.e-bigger.e-css.e-btn {
|
|
439
|
+
font-size: 14px;
|
|
440
|
+
line-height: 1.572em;
|
|
441
|
+
padding: 8px 15px;
|
|
442
|
+
border-radius: 8px !important;
|
|
443
|
+
font-weight: 600;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.e-dropdown-popup {
|
|
447
|
+
position: absolute;
|
|
448
|
+
border-radius: 8px;
|
|
449
|
+
margin-top: 4px;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.e-dropdown-popup ul {
|
|
453
|
+
border: 1px solid var(--color-sf-border-secondary);
|
|
454
|
+
border-radius: 8px;
|
|
455
|
+
-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
456
|
+
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
457
|
+
-webkit-box-sizing: border-box;
|
|
458
|
+
box-sizing: border-box;
|
|
459
|
+
font-size: 14px;
|
|
460
|
+
font-weight: 500;
|
|
461
|
+
list-style-image: none;
|
|
462
|
+
list-style-position: outside;
|
|
463
|
+
list-style-type: none;
|
|
464
|
+
margin: 0;
|
|
465
|
+
min-width: 120px;
|
|
466
|
+
overflow: hidden;
|
|
467
|
+
padding: 4px 0;
|
|
468
|
+
-webkit-user-select: none;
|
|
469
|
+
-moz-user-select: none;
|
|
470
|
+
-ms-user-select: none;
|
|
471
|
+
user-select: none;
|
|
472
|
+
white-space: nowrap;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.e-dropdown-popup ul .e-item {
|
|
476
|
+
cursor: pointer;
|
|
477
|
+
display: -webkit-box;
|
|
478
|
+
display: -ms-flexbox;
|
|
479
|
+
display: flex;
|
|
480
|
+
height: 32px;
|
|
481
|
+
line-height: 32px;
|
|
482
|
+
padding: 0 12px;
|
|
483
|
+
margin: 0 6px;
|
|
484
|
+
border-radius: 6px;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
.e-dropdown-popup ul .e-item.e-url {
|
|
488
|
+
padding: 0;
|
|
489
|
+
}
|
|
490
|
+
|
|
275
491
|
.e-dropdown-popup {
|
|
276
492
|
background: var(--color-sf-bg-primary-alt);
|
|
277
493
|
color: var(--color-sf-utility-secondary-text-color);
|
|
@@ -325,6 +541,114 @@
|
|
|
325
541
|
color: inherit;
|
|
326
542
|
}
|
|
327
543
|
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
/* stylelint-disable */
|
|
549
|
+
.e-btn.e-primary:focus {
|
|
550
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
551
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.e-btn.e-success:focus {
|
|
555
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
556
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
.e-btn.e-info:focus {
|
|
560
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
561
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
.e-btn.e-warning:focus {
|
|
565
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
566
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
.e-btn.e-danger:focus {
|
|
570
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
571
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.e-btn.e-outline.e-info {
|
|
575
|
+
background: transparent !important;
|
|
576
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
577
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
.e-btn.e-outline.e-info:hover {
|
|
581
|
+
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
582
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
583
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
.e-btn.e-outline.e-info:active {
|
|
587
|
+
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
588
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
589
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
.e-btn.e-flat.e-info {
|
|
593
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
.e-bigger .e-btn,
|
|
597
|
+
.e-bigger .e-btn,
|
|
598
|
+
.e-bigger .e-css.e-btn,
|
|
599
|
+
.e-bigger.e-css.e-btn {
|
|
600
|
+
font-size: 14px;
|
|
601
|
+
line-height: 1.572em;
|
|
602
|
+
padding: 8px 15px;
|
|
603
|
+
border-radius: 8px !important;
|
|
604
|
+
font-weight: 600;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
.e-dropdown-popup {
|
|
608
|
+
position: absolute;
|
|
609
|
+
border-radius: 8px;
|
|
610
|
+
margin-top: 4px;
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
.e-dropdown-popup ul {
|
|
614
|
+
border: 1px solid var(--color-sf-border-secondary);
|
|
615
|
+
border-radius: 8px;
|
|
616
|
+
-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
617
|
+
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
618
|
+
-webkit-box-sizing: border-box;
|
|
619
|
+
box-sizing: border-box;
|
|
620
|
+
font-size: 14px;
|
|
621
|
+
font-weight: 500;
|
|
622
|
+
list-style-image: none;
|
|
623
|
+
list-style-position: outside;
|
|
624
|
+
list-style-type: none;
|
|
625
|
+
margin: 0;
|
|
626
|
+
min-width: 120px;
|
|
627
|
+
overflow: hidden;
|
|
628
|
+
padding: 4px 0;
|
|
629
|
+
-webkit-user-select: none;
|
|
630
|
+
-moz-user-select: none;
|
|
631
|
+
-ms-user-select: none;
|
|
632
|
+
user-select: none;
|
|
633
|
+
white-space: nowrap;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
.e-dropdown-popup ul .e-item {
|
|
637
|
+
cursor: pointer;
|
|
638
|
+
display: -webkit-box;
|
|
639
|
+
display: -ms-flexbox;
|
|
640
|
+
display: flex;
|
|
641
|
+
height: 32px;
|
|
642
|
+
line-height: 32px;
|
|
643
|
+
padding: 0 12px;
|
|
644
|
+
margin: 0 6px;
|
|
645
|
+
border-radius: 6px;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
.e-dropdown-popup ul .e-item.e-url {
|
|
649
|
+
padding: 0;
|
|
650
|
+
}
|
|
651
|
+
|
|
328
652
|
.e-split-btn-wrapper {
|
|
329
653
|
display: -webkit-inline-box;
|
|
330
654
|
display: -ms-inline-flexbox;
|
|
@@ -497,6 +821,114 @@
|
|
|
497
821
|
border-top-left-radius: 0;
|
|
498
822
|
}
|
|
499
823
|
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
/* stylelint-disable */
|
|
829
|
+
.e-btn.e-primary:focus {
|
|
830
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
831
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
.e-btn.e-success:focus {
|
|
835
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
836
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
.e-btn.e-info:focus {
|
|
840
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
841
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
.e-btn.e-warning:focus {
|
|
845
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
846
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
.e-btn.e-danger:focus {
|
|
850
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
851
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
.e-btn.e-outline.e-info {
|
|
855
|
+
background: transparent !important;
|
|
856
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
857
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
.e-btn.e-outline.e-info:hover {
|
|
861
|
+
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
862
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
863
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
.e-btn.e-outline.e-info:active {
|
|
867
|
+
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
868
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
869
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
.e-btn.e-flat.e-info {
|
|
873
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
.e-bigger .e-btn,
|
|
877
|
+
.e-bigger .e-btn,
|
|
878
|
+
.e-bigger .e-css.e-btn,
|
|
879
|
+
.e-bigger.e-css.e-btn {
|
|
880
|
+
font-size: 14px;
|
|
881
|
+
line-height: 1.572em;
|
|
882
|
+
padding: 8px 15px;
|
|
883
|
+
border-radius: 8px !important;
|
|
884
|
+
font-weight: 600;
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
.e-dropdown-popup {
|
|
888
|
+
position: absolute;
|
|
889
|
+
border-radius: 8px;
|
|
890
|
+
margin-top: 4px;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
.e-dropdown-popup ul {
|
|
894
|
+
border: 1px solid var(--color-sf-border-secondary);
|
|
895
|
+
border-radius: 8px;
|
|
896
|
+
-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
897
|
+
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
898
|
+
-webkit-box-sizing: border-box;
|
|
899
|
+
box-sizing: border-box;
|
|
900
|
+
font-size: 14px;
|
|
901
|
+
font-weight: 500;
|
|
902
|
+
list-style-image: none;
|
|
903
|
+
list-style-position: outside;
|
|
904
|
+
list-style-type: none;
|
|
905
|
+
margin: 0;
|
|
906
|
+
min-width: 120px;
|
|
907
|
+
overflow: hidden;
|
|
908
|
+
padding: 4px 0;
|
|
909
|
+
-webkit-user-select: none;
|
|
910
|
+
-moz-user-select: none;
|
|
911
|
+
-ms-user-select: none;
|
|
912
|
+
user-select: none;
|
|
913
|
+
white-space: nowrap;
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
.e-dropdown-popup ul .e-item {
|
|
917
|
+
cursor: pointer;
|
|
918
|
+
display: -webkit-box;
|
|
919
|
+
display: -ms-flexbox;
|
|
920
|
+
display: flex;
|
|
921
|
+
height: 32px;
|
|
922
|
+
line-height: 32px;
|
|
923
|
+
padding: 0 12px;
|
|
924
|
+
margin: 0 6px;
|
|
925
|
+
border-radius: 6px;
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
.e-dropdown-popup ul .e-item.e-url {
|
|
929
|
+
padding: 0;
|
|
930
|
+
}
|
|
931
|
+
|
|
500
932
|
.e-split-btn-wrapper .e-split-btn {
|
|
501
933
|
border-right-color: var(--color-sf-utility-secondary-border-color);
|
|
502
934
|
}
|
|
@@ -595,6 +1027,69 @@
|
|
|
595
1027
|
border-color: transparent;
|
|
596
1028
|
}
|
|
597
1029
|
|
|
1030
|
+
|
|
1031
|
+
|
|
1032
|
+
|
|
1033
|
+
|
|
1034
|
+
/* stylelint-disable */
|
|
1035
|
+
.e-btn.e-primary:focus {
|
|
1036
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1037
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
.e-btn.e-success:focus {
|
|
1041
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
1042
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
.e-btn.e-info:focus {
|
|
1046
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1047
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
.e-btn.e-warning:focus {
|
|
1051
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
1052
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
.e-btn.e-danger:focus {
|
|
1056
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
1057
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
.e-btn.e-outline.e-info {
|
|
1061
|
+
background: transparent !important;
|
|
1062
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1063
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
.e-btn.e-outline.e-info:hover {
|
|
1067
|
+
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
1068
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1069
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
.e-btn.e-outline.e-info:active {
|
|
1073
|
+
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
1074
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1075
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
.e-btn.e-flat.e-info {
|
|
1079
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
.e-bigger .e-btn,
|
|
1083
|
+
.e-bigger .e-btn,
|
|
1084
|
+
.e-bigger .e-css.e-btn,
|
|
1085
|
+
.e-bigger.e-css.e-btn {
|
|
1086
|
+
font-size: 14px;
|
|
1087
|
+
line-height: 1.572em;
|
|
1088
|
+
padding: 8px 15px;
|
|
1089
|
+
border-radius: 8px !important;
|
|
1090
|
+
font-weight: 600;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
598
1093
|
/* stylelint-disable */
|
|
599
1094
|
*.e-btn-group,
|
|
600
1095
|
*.e-css.e-btn-group {
|
|
@@ -830,6 +1325,69 @@
|
|
|
830
1325
|
border-top-right-radius: 0;
|
|
831
1326
|
}
|
|
832
1327
|
|
|
1328
|
+
|
|
1329
|
+
|
|
1330
|
+
|
|
1331
|
+
|
|
1332
|
+
/* stylelint-disable */
|
|
1333
|
+
.e-btn.e-primary:focus {
|
|
1334
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1335
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
.e-btn.e-success:focus {
|
|
1339
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
1340
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
.e-btn.e-info:focus {
|
|
1344
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1345
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
.e-btn.e-warning:focus {
|
|
1349
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
1350
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
.e-btn.e-danger:focus {
|
|
1354
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
1355
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
|
+
.e-btn.e-outline.e-info {
|
|
1359
|
+
background: transparent !important;
|
|
1360
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1361
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
.e-btn.e-outline.e-info:hover {
|
|
1365
|
+
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
1366
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1367
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1370
|
+
.e-btn.e-outline.e-info:active {
|
|
1371
|
+
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
1372
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1373
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
.e-btn.e-flat.e-info {
|
|
1377
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
.e-bigger .e-btn,
|
|
1381
|
+
.e-bigger .e-btn,
|
|
1382
|
+
.e-bigger .e-css.e-btn,
|
|
1383
|
+
.e-bigger.e-css.e-btn {
|
|
1384
|
+
font-size: 14px;
|
|
1385
|
+
line-height: 1.572em;
|
|
1386
|
+
padding: 8px 15px;
|
|
1387
|
+
border-radius: 8px !important;
|
|
1388
|
+
font-weight: 600;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
833
1391
|
/* stylelint-disable */
|
|
834
1392
|
.e-btn-group:not(.e-outline),
|
|
835
1393
|
.e-css.e-btn-group:not(.e-outline) {
|
|
@@ -1428,6 +1986,69 @@
|
|
|
1428
1986
|
transform: rotate(360deg);
|
|
1429
1987
|
}
|
|
1430
1988
|
}
|
|
1989
|
+
|
|
1990
|
+
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
/* stylelint-disable */
|
|
1994
|
+
.e-btn.e-primary:focus {
|
|
1995
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1996
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1997
|
+
}
|
|
1998
|
+
|
|
1999
|
+
.e-btn.e-success:focus {
|
|
2000
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
2001
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
.e-btn.e-info:focus {
|
|
2005
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2006
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2007
|
+
}
|
|
2008
|
+
|
|
2009
|
+
.e-btn.e-warning:focus {
|
|
2010
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
2011
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
2012
|
+
}
|
|
2013
|
+
|
|
2014
|
+
.e-btn.e-danger:focus {
|
|
2015
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
2016
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
2017
|
+
}
|
|
2018
|
+
|
|
2019
|
+
.e-btn.e-outline.e-info {
|
|
2020
|
+
background: transparent !important;
|
|
2021
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2022
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
2023
|
+
}
|
|
2024
|
+
|
|
2025
|
+
.e-btn.e-outline.e-info:hover {
|
|
2026
|
+
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
2027
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2028
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2031
|
+
.e-btn.e-outline.e-info:active {
|
|
2032
|
+
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
2033
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2034
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
2035
|
+
}
|
|
2036
|
+
|
|
2037
|
+
.e-btn.e-flat.e-info {
|
|
2038
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
2039
|
+
}
|
|
2040
|
+
|
|
2041
|
+
.e-bigger .e-btn,
|
|
2042
|
+
.e-bigger .e-btn,
|
|
2043
|
+
.e-bigger .e-css.e-btn,
|
|
2044
|
+
.e-bigger.e-css.e-btn {
|
|
2045
|
+
font-size: 14px;
|
|
2046
|
+
line-height: 1.572em;
|
|
2047
|
+
padding: 8px 15px;
|
|
2048
|
+
border-radius: 8px !important;
|
|
2049
|
+
font-weight: 600;
|
|
2050
|
+
}
|
|
2051
|
+
|
|
1431
2052
|
.e-progress-btn {
|
|
1432
2053
|
position: relative;
|
|
1433
2054
|
}
|
|
@@ -1727,6 +2348,69 @@
|
|
|
1727
2348
|
}
|
|
1728
2349
|
}
|
|
1729
2350
|
|
|
2351
|
+
|
|
2352
|
+
|
|
2353
|
+
|
|
2354
|
+
|
|
2355
|
+
/* stylelint-disable */
|
|
2356
|
+
.e-btn.e-primary:focus {
|
|
2357
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2358
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
.e-btn.e-success:focus {
|
|
2362
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
2363
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
.e-btn.e-info:focus {
|
|
2367
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2368
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2369
|
+
}
|
|
2370
|
+
|
|
2371
|
+
.e-btn.e-warning:focus {
|
|
2372
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
2373
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
2374
|
+
}
|
|
2375
|
+
|
|
2376
|
+
.e-btn.e-danger:focus {
|
|
2377
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
2378
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2381
|
+
.e-btn.e-outline.e-info {
|
|
2382
|
+
background: transparent !important;
|
|
2383
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2384
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
2385
|
+
}
|
|
2386
|
+
|
|
2387
|
+
.e-btn.e-outline.e-info:hover {
|
|
2388
|
+
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
2389
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2390
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
2391
|
+
}
|
|
2392
|
+
|
|
2393
|
+
.e-btn.e-outline.e-info:active {
|
|
2394
|
+
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
2395
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2396
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
2397
|
+
}
|
|
2398
|
+
|
|
2399
|
+
.e-btn.e-flat.e-info {
|
|
2400
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
2401
|
+
}
|
|
2402
|
+
|
|
2403
|
+
.e-bigger .e-btn,
|
|
2404
|
+
.e-bigger .e-btn,
|
|
2405
|
+
.e-bigger .e-css.e-btn,
|
|
2406
|
+
.e-bigger.e-css.e-btn {
|
|
2407
|
+
font-size: 14px;
|
|
2408
|
+
line-height: 1.572em;
|
|
2409
|
+
padding: 8px 15px;
|
|
2410
|
+
border-radius: 8px !important;
|
|
2411
|
+
font-weight: 600;
|
|
2412
|
+
}
|
|
2413
|
+
|
|
1730
2414
|
/*! Progress Button Theme */
|
|
1731
2415
|
.e-progress-btn .e-spinner-pane .e-spinner-inner svg {
|
|
1732
2416
|
fill: var(--color-sf-utility-secondary-text-color);
|