@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
|
@@ -102,6 +102,69 @@
|
|
|
102
102
|
transform: rotate(360deg);
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
/* stylelint-disable */
|
|
110
|
+
.e-btn.e-primary:focus {
|
|
111
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
112
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.e-btn.e-success:focus {
|
|
116
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
117
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.e-btn.e-info:focus {
|
|
121
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
122
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.e-btn.e-warning:focus {
|
|
126
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
127
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.e-btn.e-danger:focus {
|
|
131
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
132
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.e-btn.e-outline.e-info {
|
|
136
|
+
background: transparent !important;
|
|
137
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
138
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.e-btn.e-outline.e-info:hover {
|
|
142
|
+
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
143
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
144
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.e-btn.e-outline.e-info:active {
|
|
148
|
+
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
149
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
150
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.e-btn.e-flat.e-info {
|
|
154
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.e-bigger .e-btn,
|
|
158
|
+
.e-bigger .e-btn,
|
|
159
|
+
.e-bigger .e-css.e-btn,
|
|
160
|
+
.e-bigger.e-css.e-btn {
|
|
161
|
+
font-size: 14px;
|
|
162
|
+
line-height: 1.572em;
|
|
163
|
+
padding: 8px 15px;
|
|
164
|
+
border-radius: 8px !important;
|
|
165
|
+
font-weight: 600;
|
|
166
|
+
}
|
|
167
|
+
|
|
105
168
|
.e-progress-btn {
|
|
106
169
|
position: relative;
|
|
107
170
|
}
|
|
@@ -401,6 +464,69 @@
|
|
|
401
464
|
}
|
|
402
465
|
}
|
|
403
466
|
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
/* stylelint-disable */
|
|
472
|
+
.e-btn.e-primary:focus {
|
|
473
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
474
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
.e-btn.e-success:focus {
|
|
478
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
479
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.e-btn.e-info:focus {
|
|
483
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
484
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
.e-btn.e-warning:focus {
|
|
488
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
489
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.e-btn.e-danger:focus {
|
|
493
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
494
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
.e-btn.e-outline.e-info {
|
|
498
|
+
background: transparent !important;
|
|
499
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
500
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.e-btn.e-outline.e-info:hover {
|
|
504
|
+
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
505
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
506
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
.e-btn.e-outline.e-info:active {
|
|
510
|
+
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
511
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
512
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.e-btn.e-flat.e-info {
|
|
516
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
.e-bigger .e-btn,
|
|
520
|
+
.e-bigger .e-btn,
|
|
521
|
+
.e-bigger .e-css.e-btn,
|
|
522
|
+
.e-bigger.e-css.e-btn {
|
|
523
|
+
font-size: 14px;
|
|
524
|
+
line-height: 1.572em;
|
|
525
|
+
padding: 8px 15px;
|
|
526
|
+
border-radius: 8px !important;
|
|
527
|
+
font-weight: 600;
|
|
528
|
+
}
|
|
529
|
+
|
|
404
530
|
/*! Progress Button Theme */
|
|
405
531
|
.e-progress-btn .e-spinner-pane .e-spinner-inner svg {
|
|
406
532
|
fill: var(--color-sf-utility-secondary-text-color);
|
|
@@ -609,6 +735,69 @@
|
|
|
609
735
|
stroke: var(--color-sf-utility-secondary-text-color);
|
|
610
736
|
}
|
|
611
737
|
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
/* stylelint-disable */
|
|
743
|
+
.e-btn.e-primary:focus {
|
|
744
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
745
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
.e-btn.e-success:focus {
|
|
749
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
750
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.e-btn.e-info:focus {
|
|
754
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
755
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
.e-btn.e-warning:focus {
|
|
759
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
760
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
.e-btn.e-danger:focus {
|
|
764
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
765
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
.e-btn.e-outline.e-info {
|
|
769
|
+
background: transparent !important;
|
|
770
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
771
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
.e-btn.e-outline.e-info:hover {
|
|
775
|
+
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
776
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
777
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
.e-btn.e-outline.e-info:active {
|
|
781
|
+
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
782
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
783
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
.e-btn.e-flat.e-info {
|
|
787
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
.e-bigger .e-btn,
|
|
791
|
+
.e-bigger .e-btn,
|
|
792
|
+
.e-bigger .e-css.e-btn,
|
|
793
|
+
.e-bigger.e-css.e-btn {
|
|
794
|
+
font-size: 14px;
|
|
795
|
+
line-height: 1.572em;
|
|
796
|
+
padding: 8px 15px;
|
|
797
|
+
border-radius: 8px !important;
|
|
798
|
+
font-weight: 600;
|
|
799
|
+
}
|
|
800
|
+
|
|
612
801
|
*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner,
|
|
613
802
|
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
|
|
614
803
|
padding-right: 14px;
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
@use 'ej2-buttons/styles/button/bootstrap-dark-definition' as *;
|
|
3
3
|
@use 'ej2-popups/styles/spinner/bootstrap-dark-definition' as *;
|
|
4
4
|
@use 'bootstrap-dark-definition' as *;
|
|
5
|
-
@use 'all' as *;
|
|
6
|
-
@use 'bigger' as *;
|
|
5
|
+
@use 'all.bootstrap-dark' as *;
|
|
6
|
+
@use 'bigger.bootstrap-dark' as *;
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
@use 'ej2-buttons/styles/button/bootstrap5-dark-definition' as *;
|
|
3
3
|
@use 'ej2-popups/styles/spinner/bootstrap5-dark-definition' as *;
|
|
4
4
|
@use 'bootstrap5-dark-definition' as *;
|
|
5
|
-
@use 'all' as *;
|
|
6
|
-
@use 'bigger' as *;
|
|
5
|
+
@use 'all.bootstrap5-dark' as *;
|
|
6
|
+
@use 'bigger.bootstrap5-dark' as *;
|
|
@@ -123,6 +123,90 @@
|
|
|
123
123
|
transform: rotate(360deg);
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
/* Font Family */
|
|
137
|
+
/* Font Sizes */
|
|
138
|
+
/* Radius */
|
|
139
|
+
/* 1px */
|
|
140
|
+
/* 2px */
|
|
141
|
+
/* 3px */
|
|
142
|
+
/* 4px */
|
|
143
|
+
/* 5px */
|
|
144
|
+
/* 6px */
|
|
145
|
+
/* 7px */
|
|
146
|
+
/* 8px */
|
|
147
|
+
/* 9px */
|
|
148
|
+
/* 10px */
|
|
149
|
+
/* 11px */
|
|
150
|
+
/* 12px */
|
|
151
|
+
/* 13px */
|
|
152
|
+
/* 14px */
|
|
153
|
+
/* 15px */
|
|
154
|
+
/* 16px */
|
|
155
|
+
/* 17px */
|
|
156
|
+
/* 18px */
|
|
157
|
+
/* 19px */
|
|
158
|
+
/* 20px */
|
|
159
|
+
/* 21px */
|
|
160
|
+
/* 22px */
|
|
161
|
+
/* 23px */
|
|
162
|
+
/* 24px */
|
|
163
|
+
/* 25px */
|
|
164
|
+
/* 26px */
|
|
165
|
+
/* 27px */
|
|
166
|
+
/* 28px */
|
|
167
|
+
/* 29px */
|
|
168
|
+
/* 30px */
|
|
169
|
+
/* 31px */
|
|
170
|
+
/* 32px */
|
|
171
|
+
/* 33px */
|
|
172
|
+
/* 34px */
|
|
173
|
+
/* 35px */
|
|
174
|
+
/* 36px */
|
|
175
|
+
/* 37px */
|
|
176
|
+
/* 38px */
|
|
177
|
+
/* 39px */
|
|
178
|
+
/* 40px */
|
|
179
|
+
/* 41px */
|
|
180
|
+
/* 42px */
|
|
181
|
+
/* 43px */
|
|
182
|
+
/* 44px */
|
|
183
|
+
/* 45px */
|
|
184
|
+
/* 46px */
|
|
185
|
+
/* 47px */
|
|
186
|
+
/* 48px */
|
|
187
|
+
/* 49px */
|
|
188
|
+
/* 50px */
|
|
189
|
+
/* 5em */
|
|
190
|
+
/* 65% */
|
|
191
|
+
/* border */
|
|
192
|
+
/* 0px */
|
|
193
|
+
/* 1px */
|
|
194
|
+
/* 1.5px */
|
|
195
|
+
/* 2px */
|
|
196
|
+
/* 3px */
|
|
197
|
+
/* 4px */
|
|
198
|
+
/* 5px */
|
|
199
|
+
/* 6px */
|
|
200
|
+
/* 7px */
|
|
201
|
+
/* 8px */
|
|
202
|
+
/* 9px */
|
|
203
|
+
/* 10px */
|
|
204
|
+
/* 11px */
|
|
205
|
+
/* 12px */
|
|
206
|
+
/* 13px */
|
|
207
|
+
/* 14px */
|
|
208
|
+
/* 15px */
|
|
209
|
+
/* 16px */
|
|
126
210
|
.e-progress-btn {
|
|
127
211
|
position: relative;
|
|
128
212
|
}
|
|
@@ -439,6 +523,90 @@
|
|
|
439
523
|
}
|
|
440
524
|
}
|
|
441
525
|
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
/* Font Family */
|
|
537
|
+
/* Font Sizes */
|
|
538
|
+
/* Radius */
|
|
539
|
+
/* 1px */
|
|
540
|
+
/* 2px */
|
|
541
|
+
/* 3px */
|
|
542
|
+
/* 4px */
|
|
543
|
+
/* 5px */
|
|
544
|
+
/* 6px */
|
|
545
|
+
/* 7px */
|
|
546
|
+
/* 8px */
|
|
547
|
+
/* 9px */
|
|
548
|
+
/* 10px */
|
|
549
|
+
/* 11px */
|
|
550
|
+
/* 12px */
|
|
551
|
+
/* 13px */
|
|
552
|
+
/* 14px */
|
|
553
|
+
/* 15px */
|
|
554
|
+
/* 16px */
|
|
555
|
+
/* 17px */
|
|
556
|
+
/* 18px */
|
|
557
|
+
/* 19px */
|
|
558
|
+
/* 20px */
|
|
559
|
+
/* 21px */
|
|
560
|
+
/* 22px */
|
|
561
|
+
/* 23px */
|
|
562
|
+
/* 24px */
|
|
563
|
+
/* 25px */
|
|
564
|
+
/* 26px */
|
|
565
|
+
/* 27px */
|
|
566
|
+
/* 28px */
|
|
567
|
+
/* 29px */
|
|
568
|
+
/* 30px */
|
|
569
|
+
/* 31px */
|
|
570
|
+
/* 32px */
|
|
571
|
+
/* 33px */
|
|
572
|
+
/* 34px */
|
|
573
|
+
/* 35px */
|
|
574
|
+
/* 36px */
|
|
575
|
+
/* 37px */
|
|
576
|
+
/* 38px */
|
|
577
|
+
/* 39px */
|
|
578
|
+
/* 40px */
|
|
579
|
+
/* 41px */
|
|
580
|
+
/* 42px */
|
|
581
|
+
/* 43px */
|
|
582
|
+
/* 44px */
|
|
583
|
+
/* 45px */
|
|
584
|
+
/* 46px */
|
|
585
|
+
/* 47px */
|
|
586
|
+
/* 48px */
|
|
587
|
+
/* 49px */
|
|
588
|
+
/* 50px */
|
|
589
|
+
/* 5em */
|
|
590
|
+
/* 65% */
|
|
591
|
+
/* border */
|
|
592
|
+
/* 0px */
|
|
593
|
+
/* 1px */
|
|
594
|
+
/* 1.5px */
|
|
595
|
+
/* 2px */
|
|
596
|
+
/* 3px */
|
|
597
|
+
/* 4px */
|
|
598
|
+
/* 5px */
|
|
599
|
+
/* 6px */
|
|
600
|
+
/* 7px */
|
|
601
|
+
/* 8px */
|
|
602
|
+
/* 9px */
|
|
603
|
+
/* 10px */
|
|
604
|
+
/* 11px */
|
|
605
|
+
/* 12px */
|
|
606
|
+
/* 13px */
|
|
607
|
+
/* 14px */
|
|
608
|
+
/* 15px */
|
|
609
|
+
/* 16px */
|
|
442
610
|
/*! Progress Button Theme */
|
|
443
611
|
.e-progress-btn .e-spinner-pane .e-spinner-inner svg {
|
|
444
612
|
fill: var(--color-sf-secondary-text-color);
|
|
@@ -591,6 +759,90 @@
|
|
|
591
759
|
stroke: var(--color-sf-secondary-outline);
|
|
592
760
|
}
|
|
593
761
|
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
/* Font Family */
|
|
773
|
+
/* Font Sizes */
|
|
774
|
+
/* Radius */
|
|
775
|
+
/* 1px */
|
|
776
|
+
/* 2px */
|
|
777
|
+
/* 3px */
|
|
778
|
+
/* 4px */
|
|
779
|
+
/* 5px */
|
|
780
|
+
/* 6px */
|
|
781
|
+
/* 7px */
|
|
782
|
+
/* 8px */
|
|
783
|
+
/* 9px */
|
|
784
|
+
/* 10px */
|
|
785
|
+
/* 11px */
|
|
786
|
+
/* 12px */
|
|
787
|
+
/* 13px */
|
|
788
|
+
/* 14px */
|
|
789
|
+
/* 15px */
|
|
790
|
+
/* 16px */
|
|
791
|
+
/* 17px */
|
|
792
|
+
/* 18px */
|
|
793
|
+
/* 19px */
|
|
794
|
+
/* 20px */
|
|
795
|
+
/* 21px */
|
|
796
|
+
/* 22px */
|
|
797
|
+
/* 23px */
|
|
798
|
+
/* 24px */
|
|
799
|
+
/* 25px */
|
|
800
|
+
/* 26px */
|
|
801
|
+
/* 27px */
|
|
802
|
+
/* 28px */
|
|
803
|
+
/* 29px */
|
|
804
|
+
/* 30px */
|
|
805
|
+
/* 31px */
|
|
806
|
+
/* 32px */
|
|
807
|
+
/* 33px */
|
|
808
|
+
/* 34px */
|
|
809
|
+
/* 35px */
|
|
810
|
+
/* 36px */
|
|
811
|
+
/* 37px */
|
|
812
|
+
/* 38px */
|
|
813
|
+
/* 39px */
|
|
814
|
+
/* 40px */
|
|
815
|
+
/* 41px */
|
|
816
|
+
/* 42px */
|
|
817
|
+
/* 43px */
|
|
818
|
+
/* 44px */
|
|
819
|
+
/* 45px */
|
|
820
|
+
/* 46px */
|
|
821
|
+
/* 47px */
|
|
822
|
+
/* 48px */
|
|
823
|
+
/* 49px */
|
|
824
|
+
/* 50px */
|
|
825
|
+
/* 5em */
|
|
826
|
+
/* 65% */
|
|
827
|
+
/* border */
|
|
828
|
+
/* 0px */
|
|
829
|
+
/* 1px */
|
|
830
|
+
/* 1.5px */
|
|
831
|
+
/* 2px */
|
|
832
|
+
/* 3px */
|
|
833
|
+
/* 4px */
|
|
834
|
+
/* 5px */
|
|
835
|
+
/* 6px */
|
|
836
|
+
/* 7px */
|
|
837
|
+
/* 8px */
|
|
838
|
+
/* 9px */
|
|
839
|
+
/* 10px */
|
|
840
|
+
/* 11px */
|
|
841
|
+
/* 12px */
|
|
842
|
+
/* 13px */
|
|
843
|
+
/* 14px */
|
|
844
|
+
/* 15px */
|
|
845
|
+
/* 16px */
|
|
594
846
|
*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner,
|
|
595
847
|
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
|
|
596
848
|
padding-right: 14px;
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
@use 'ej2-buttons/styles/button/bootstrap5.3-definition' as *;
|
|
3
3
|
@use 'ej2-popups/styles/spinner/bootstrap5.3-definition' as *;
|
|
4
4
|
@use 'bootstrap5.3-definition' as *;
|
|
5
|
-
@use 'all' as *;
|
|
6
|
-
@use 'bigger' as *;
|
|
5
|
+
@use 'all.bootstrap5.3' as *;
|
|
6
|
+
@use 'bigger.bootstrap5.3' as *;
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
@use 'ej2-buttons/styles/button/fabric-dark-definition' as *;
|
|
3
3
|
@use 'ej2-popups/styles/spinner/fabric-dark-definition' as *;
|
|
4
4
|
@use 'fabric-dark-definition' as *;
|
|
5
|
-
@use 'all' as *;
|
|
6
|
-
@use 'bigger' as *;
|
|
5
|
+
@use 'all.fabric-dark' as *;
|
|
6
|
+
@use 'bigger.fabric-dark' as *;
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
@use 'ej2-buttons/styles/button/fluent-dark-definition' as *;
|
|
3
3
|
@use 'ej2-popups/styles/spinner/fluent-dark-definition' as *;
|
|
4
4
|
@use 'fluent-dark-definition' as *;
|
|
5
|
-
@use 'all' as *;
|
|
6
|
-
@use 'bigger' as *;
|
|
5
|
+
@use 'all.fluent-dark' as *;
|
|
6
|
+
@use 'bigger.fluent-dark' as *;
|