@syncfusion/ej2-splitbuttons 33.2.6 → 34.1.29
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 +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +1 -1
- 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/common/common.d.ts +1 -0
- package/src/drop-down-button/drop-down-button.js +1 -1
- package/styles/bds-lite.css +19 -745
- package/styles/bds-lite.scss +4 -7
- package/styles/bds.css +104 -1172
- package/styles/bds.scss +8 -11
- package/styles/bootstrap-dark-lite.css +0 -41
- package/styles/bootstrap-dark-lite.scss +4 -7
- package/styles/bootstrap-dark.css +0 -41
- package/styles/bootstrap-dark.scss +8 -11
- package/styles/bootstrap-lite.css +0 -41
- package/styles/bootstrap-lite.scss +4 -7
- package/styles/bootstrap.css +0 -41
- package/styles/bootstrap.scss +8 -11
- package/styles/bootstrap4-lite.css +0 -41
- package/styles/bootstrap4-lite.scss +4 -7
- package/styles/bootstrap4.css +0 -41
- package/styles/bootstrap4.scss +8 -11
- package/styles/bootstrap5-dark-lite.css +0 -42
- package/styles/bootstrap5-dark-lite.scss +4 -7
- package/styles/bootstrap5-dark.css +0 -42
- package/styles/bootstrap5-dark.scss +8 -11
- package/styles/bootstrap5-lite.css +0 -42
- package/styles/bootstrap5-lite.scss +4 -8
- package/styles/bootstrap5.3-lite.css +2 -716
- package/styles/bootstrap5.3-lite.scss +4 -8
- package/styles/bootstrap5.3.css +74 -1124
- package/styles/bootstrap5.3.scss +8 -12
- package/styles/bootstrap5.css +0 -42
- package/styles/bootstrap5.scss +8 -12
- package/styles/button-group/_all.scss +2 -2
- package/styles/button-group/_bds-definition.scss +2 -4
- package/styles/button-group/_bigger.scss +2 -2
- package/styles/button-group/_bootstrap-dark-definition.scss +1 -4
- package/styles/button-group/_bootstrap-definition.scss +3 -4
- package/styles/button-group/_bootstrap4-definition.scss +3 -4
- package/styles/button-group/_bootstrap5-dark-definition.scss +2 -4
- package/styles/button-group/_bootstrap5-definition.scss +2 -4
- package/styles/button-group/_bootstrap5.3-definition.scss +2 -4
- package/styles/button-group/_fabric-dark-definition.scss +2 -4
- package/styles/button-group/_fabric-definition.scss +2 -4
- package/styles/button-group/_fluent-dark-definition.scss +2 -4
- package/styles/button-group/_fluent-definition.scss +2 -4
- package/styles/button-group/_fluent2-definition.scss +2 -4
- package/styles/button-group/_group-button-mixin.scss +7 -5
- package/styles/button-group/_highcontrast-definition.scss +2 -4
- package/styles/button-group/_highcontrast-light-definition.scss +1 -4
- package/styles/button-group/_layout.scss +6 -6
- package/styles/button-group/_material-dark-definition.scss +1 -4
- package/styles/button-group/_material-definition.scss +2 -4
- package/styles/button-group/_material3-dark-definition.scss +2 -4
- package/styles/button-group/_material3-definition.scss +2 -4
- package/styles/button-group/_tailwind-dark-definition.scss +2 -4
- package/styles/button-group/_tailwind-definition.scss +2 -4
- package/styles/button-group/_tailwind3-definition.scss +2 -4
- package/styles/button-group/_theme.scss +71 -68
- package/styles/button-group/_variables.scss +2 -0
- package/styles/button-group/bds.css +0 -189
- package/styles/button-group/bds.scss +2 -4
- package/styles/button-group/bootstrap-dark.scss +2 -4
- package/styles/button-group/bootstrap.scss +2 -4
- package/styles/button-group/bootstrap4.scss +2 -4
- package/styles/button-group/bootstrap5-dark.scss +2 -4
- package/styles/button-group/bootstrap5.3.css +0 -252
- package/styles/button-group/bootstrap5.3.scss +2 -4
- package/styles/button-group/bootstrap5.scss +2 -4
- package/styles/button-group/fabric-dark.scss +2 -4
- package/styles/button-group/fabric.scss +2 -4
- package/styles/button-group/fluent-dark.scss +2 -4
- package/styles/button-group/fluent.scss +2 -4
- package/styles/button-group/fluent2.css +0 -258
- package/styles/button-group/fluent2.scss +2 -4
- package/styles/button-group/highcontrast-light.scss +2 -4
- package/styles/button-group/highcontrast.scss +2 -4
- package/styles/button-group/material-dark.scss +2 -4
- package/styles/button-group/material.scss +2 -4
- package/styles/button-group/material3-dark.css +0 -246
- package/styles/button-group/material3-dark.scss +2 -4
- package/styles/button-group/material3.css +0 -252
- package/styles/button-group/material3.scss +2 -4
- package/styles/button-group/tailwind-dark.scss +2 -4
- package/styles/button-group/tailwind.scss +2 -4
- package/styles/button-group/tailwind3.css +0 -222
- package/styles/button-group/tailwind3.scss +2 -4
- package/styles/drop-down-button/_all.scss +2 -2
- package/styles/drop-down-button/_bds-definition.scss +1 -4
- package/styles/drop-down-button/_bigger.scss +4 -4
- package/styles/drop-down-button/_bootstrap-dark-definition.scss +2 -4
- package/styles/drop-down-button/_bootstrap-definition.scss +2 -4
- package/styles/drop-down-button/_bootstrap4-definition.scss +2 -4
- package/styles/drop-down-button/_bootstrap5-dark-definition.scss +2 -4
- package/styles/drop-down-button/_bootstrap5-definition.scss +2 -4
- package/styles/drop-down-button/_bootstrap5.3-definition.scss +2 -4
- package/styles/drop-down-button/_fabric-dark-definition.scss +2 -4
- package/styles/drop-down-button/_fabric-definition.scss +2 -4
- package/styles/drop-down-button/_fluent-dark-definition.scss +2 -4
- package/styles/drop-down-button/_fluent-definition.scss +2 -4
- package/styles/drop-down-button/_fluent2-definition.scss +2 -4
- package/styles/drop-down-button/_fusionnew-definition.scss +2 -4
- package/styles/drop-down-button/_highcontrast-definition.scss +2 -4
- package/styles/drop-down-button/_highcontrast-light-definition.scss +2 -4
- package/styles/drop-down-button/_layout.scss +5 -4
- package/styles/drop-down-button/_material-dark-definition.scss +2 -4
- package/styles/drop-down-button/_material-definition.scss +2 -4
- package/styles/drop-down-button/_material3-dark-definition.scss +2 -4
- package/styles/drop-down-button/_material3-definition.scss +2 -4
- package/styles/drop-down-button/_tailwind-dark-definition.scss +2 -4
- package/styles/drop-down-button/_tailwind-definition.scss +2 -4
- package/styles/drop-down-button/_tailwind3-definition.scss +2 -4
- package/styles/drop-down-button/_theme.scss +3 -2
- package/styles/drop-down-button/_variables.scss +2 -0
- package/styles/drop-down-button/bds.css +0 -325
- package/styles/drop-down-button/bds.scss +2 -5
- package/styles/drop-down-button/bootstrap-dark.scss +2 -5
- package/styles/drop-down-button/bootstrap.scss +2 -5
- package/styles/drop-down-button/bootstrap4.scss +2 -5
- package/styles/drop-down-button/bootstrap5-dark.css +0 -1
- package/styles/drop-down-button/bootstrap5-dark.scss +2 -5
- package/styles/drop-down-button/bootstrap5.3.css +0 -253
- package/styles/drop-down-button/bootstrap5.3.scss +2 -5
- package/styles/drop-down-button/bootstrap5.css +0 -1
- package/styles/drop-down-button/bootstrap5.scss +2 -5
- package/styles/drop-down-button/fabric-dark.scss +2 -5
- package/styles/drop-down-button/fabric.scss +2 -5
- package/styles/drop-down-button/fluent-dark.css +0 -1
- package/styles/drop-down-button/fluent-dark.scss +2 -5
- package/styles/drop-down-button/fluent.css +0 -1
- package/styles/drop-down-button/fluent.scss +2 -5
- package/styles/drop-down-button/fluent2.css +0 -259
- package/styles/drop-down-button/fluent2.scss +2 -5
- package/styles/drop-down-button/highcontrast-light.scss +2 -5
- package/styles/drop-down-button/highcontrast.scss +2 -5
- package/styles/drop-down-button/icons/_bds.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap-dark.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap4.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap5.3.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap5.scss +1 -1
- package/styles/drop-down-button/icons/_fabric-dark.scss +1 -1
- package/styles/drop-down-button/icons/_fabric.scss +1 -1
- package/styles/drop-down-button/icons/_fluent.scss +1 -1
- package/styles/drop-down-button/icons/_fluent2.scss +1 -1
- package/styles/drop-down-button/icons/_fusionnew.scss +1 -1
- package/styles/drop-down-button/icons/_highcontrast-light.scss +1 -1
- package/styles/drop-down-button/icons/_highcontrast.scss +1 -1
- package/styles/drop-down-button/icons/_material-dark.scss +1 -1
- package/styles/drop-down-button/icons/_material.scss +1 -1
- package/styles/drop-down-button/icons/_material3.scss +1 -1
- package/styles/drop-down-button/icons/_tailwind-dark.scss +1 -1
- package/styles/drop-down-button/icons/_tailwind.scss +1 -1
- package/styles/drop-down-button/icons/_tailwind3.scss +1 -1
- package/styles/drop-down-button/material-dark.scss +2 -5
- package/styles/drop-down-button/material.scss +2 -5
- package/styles/drop-down-button/material3-dark.css +0 -247
- package/styles/drop-down-button/material3-dark.scss +2 -5
- package/styles/drop-down-button/material3.css +0 -253
- package/styles/drop-down-button/material3.scss +2 -5
- package/styles/drop-down-button/tailwind-dark.css +0 -1
- package/styles/drop-down-button/tailwind-dark.scss +2 -5
- package/styles/drop-down-button/tailwind.css +0 -1
- package/styles/drop-down-button/tailwind.scss +2 -5
- package/styles/drop-down-button/tailwind3.css +0 -223
- package/styles/drop-down-button/tailwind3.scss +2 -5
- package/styles/fabric-dark-lite.css +0 -41
- package/styles/fabric-dark-lite.scss +4 -8
- package/styles/fabric-dark.css +0 -41
- package/styles/fabric-dark.scss +8 -12
- package/styles/fabric-lite.css +0 -41
- package/styles/fabric-lite.scss +4 -8
- package/styles/fabric.css +0 -41
- package/styles/fabric.scss +8 -12
- package/styles/fluent-dark-lite.css +0 -42
- package/styles/fluent-dark-lite.scss +4 -8
- package/styles/fluent-dark.css +0 -42
- package/styles/fluent-dark.scss +8 -12
- package/styles/fluent-lite.css +0 -42
- package/styles/fluent-lite.scss +4 -8
- package/styles/fluent.css +0 -42
- package/styles/fluent.scss +8 -12
- package/styles/fluent2-lite.css +84 -814
- package/styles/fluent2-lite.scss +4 -8
- package/styles/fluent2.css +140 -1214
- package/styles/fluent2.scss +8 -12
- package/styles/highcontrast-light-lite.css +0 -41
- package/styles/highcontrast-light-lite.scss +4 -8
- package/styles/highcontrast-light.css +0 -41
- package/styles/highcontrast-light.scss +8 -12
- package/styles/highcontrast-lite.css +0 -41
- package/styles/highcontrast-lite.scss +4 -8
- package/styles/highcontrast.css +0 -41
- package/styles/highcontrast.scss +8 -12
- package/styles/material-dark-lite.css +0 -41
- package/styles/material-dark-lite.scss +4 -8
- package/styles/material-dark.css +0 -41
- package/styles/material-dark.scss +8 -12
- package/styles/material-lite.css +0 -41
- package/styles/material-lite.scss +4 -7
- package/styles/material.css +0 -41
- package/styles/material.scss +8 -11
- package/styles/material3-dark-lite.css +6 -704
- package/styles/material3-dark-lite.scss +4 -8
- package/styles/material3-dark.css +80 -1106
- package/styles/material3-dark.scss +8 -12
- package/styles/material3-lite.css +76 -790
- package/styles/material3-lite.scss +4 -8
- package/styles/material3.css +74 -1124
- package/styles/material3.scss +8 -12
- package/styles/progress-button/_all.scss +2 -2
- package/styles/progress-button/_bds-definition.scss +1 -4
- package/styles/progress-button/_bigger.scss +3 -3
- package/styles/progress-button/_bootstrap-dark-definition.scss +2 -4
- package/styles/progress-button/_bootstrap-definition.scss +2 -4
- package/styles/progress-button/_bootstrap4-definition.scss +2 -4
- package/styles/progress-button/_bootstrap5-dark-definition.scss +2 -4
- package/styles/progress-button/_bootstrap5-definition.scss +2 -4
- package/styles/progress-button/_bootstrap5.3-definition.scss +2 -4
- package/styles/progress-button/_fabric-dark-definition.scss +2 -4
- package/styles/progress-button/_fabric-definition.scss +2 -4
- package/styles/progress-button/_fluent-dark-definition.scss +2 -4
- package/styles/progress-button/_fluent-definition.scss +2 -4
- package/styles/progress-button/_fluent2-definition.scss +2 -4
- package/styles/progress-button/_highcontrast-definition.scss +2 -4
- package/styles/progress-button/_highcontrast-light-definition.scss +2 -4
- package/styles/progress-button/_layout.scss +2 -1
- package/styles/progress-button/_material-dark-definition.scss +2 -4
- package/styles/progress-button/_material-definition.scss +2 -4
- package/styles/progress-button/_material3-dark-definition.scss +2 -4
- package/styles/progress-button/_material3-definition.scss +2 -4
- package/styles/progress-button/_tailwind-dark-definition.scss +3 -4
- package/styles/progress-button/_tailwind-definition.scss +3 -4
- package/styles/progress-button/_tailwind3-definition.scss +2 -4
- package/styles/progress-button/_theme.scss +131 -130
- package/styles/progress-button/_variables.scss +2 -0
- package/styles/progress-button/bds.css +0 -230
- package/styles/progress-button/bds.scss +2 -5
- package/styles/progress-button/bootstrap-dark.css +0 -41
- package/styles/progress-button/bootstrap-dark.scss +2 -5
- package/styles/progress-button/bootstrap.css +0 -41
- package/styles/progress-button/bootstrap.scss +2 -5
- package/styles/progress-button/bootstrap4.css +0 -41
- package/styles/progress-button/bootstrap4.scss +2 -5
- package/styles/progress-button/bootstrap5-dark.css +0 -41
- package/styles/progress-button/bootstrap5-dark.scss +2 -5
- package/styles/progress-button/bootstrap5.3.css +0 -293
- package/styles/progress-button/bootstrap5.3.scss +2 -5
- package/styles/progress-button/bootstrap5.css +0 -41
- package/styles/progress-button/bootstrap5.scss +2 -5
- package/styles/progress-button/fabric-dark.css +0 -41
- package/styles/progress-button/fabric-dark.scss +2 -5
- package/styles/progress-button/fabric.css +0 -41
- package/styles/progress-button/fabric.scss +2 -5
- package/styles/progress-button/fluent-dark.css +0 -41
- package/styles/progress-button/fluent-dark.scss +2 -5
- package/styles/progress-button/fluent.css +0 -41
- package/styles/progress-button/fluent.scss +2 -5
- package/styles/progress-button/fluent2.css +0 -299
- package/styles/progress-button/fluent2.scss +2 -5
- package/styles/progress-button/highcontrast-light.css +0 -41
- package/styles/progress-button/highcontrast-light.scss +2 -5
- package/styles/progress-button/highcontrast.css +0 -41
- package/styles/progress-button/highcontrast.scss +2 -5
- package/styles/progress-button/material-dark.css +0 -41
- package/styles/progress-button/material-dark.scss +2 -5
- package/styles/progress-button/material.css +0 -41
- package/styles/progress-button/material.scss +2 -5
- package/styles/progress-button/material3-dark.css +0 -287
- package/styles/progress-button/material3-dark.scss +2 -5
- package/styles/progress-button/material3.css +0 -293
- package/styles/progress-button/material3.scss +2 -5
- package/styles/progress-button/tailwind-dark.css +0 -41
- package/styles/progress-button/tailwind-dark.scss +2 -5
- package/styles/progress-button/tailwind.css +0 -41
- package/styles/progress-button/tailwind.scss +2 -5
- package/styles/progress-button/tailwind3.css +0 -263
- package/styles/progress-button/tailwind3.scss +2 -5
- package/styles/split-button/_all.scss +2 -2
- package/styles/split-button/_bds-definition.scss +4 -3
- package/styles/split-button/_bigger.scss +4 -3
- package/styles/split-button/_bootstrap-dark-definition.scss +4 -3
- package/styles/split-button/_bootstrap-definition.scss +4 -3
- package/styles/split-button/_bootstrap4-definition.scss +5 -3
- package/styles/split-button/_bootstrap5-dark-definition.scss +4 -3
- package/styles/split-button/_bootstrap5-definition.scss +4 -3
- package/styles/split-button/_bootstrap5.3-definition.scss +4 -3
- package/styles/split-button/_fabric-dark-definition.scss +4 -3
- package/styles/split-button/_fabric-definition.scss +4 -3
- package/styles/split-button/_fluent-dark-definition.scss +4 -3
- package/styles/split-button/_fluent-definition.scss +4 -3
- package/styles/split-button/_fluent2-definition.scss +4 -3
- package/styles/split-button/_fusionnew-definition.scss +2 -0
- package/styles/split-button/_highcontrast-definition.scss +4 -3
- package/styles/split-button/_highcontrast-light-definition.scss +4 -3
- package/styles/split-button/_layout.scss +10 -9
- package/styles/split-button/_material-dark-definition.scss +4 -3
- package/styles/split-button/_material-definition.scss +4 -3
- package/styles/split-button/_material3-dark-definition.scss +3 -3
- package/styles/split-button/_material3-definition.scss +3 -3
- package/styles/split-button/_tailwind-dark-definition.scss +3 -3
- package/styles/split-button/_tailwind-definition.scss +3 -3
- package/styles/split-button/_tailwind3-definition.scss +4 -3
- package/styles/split-button/_theme.scss +9 -8
- package/styles/split-button/_variables.scss +2 -0
- package/styles/split-button/bds.css +0 -325
- package/styles/split-button/bds.scss +2 -6
- package/styles/split-button/bootstrap-dark.scss +2 -6
- package/styles/split-button/bootstrap.scss +2 -6
- package/styles/split-button/bootstrap4.scss +2 -6
- package/styles/split-button/bootstrap5-dark.css +0 -1
- package/styles/split-button/bootstrap5-dark.scss +2 -6
- package/styles/split-button/bootstrap5.3.css +0 -253
- package/styles/split-button/bootstrap5.3.scss +2 -6
- package/styles/split-button/bootstrap5.css +0 -1
- package/styles/split-button/bootstrap5.scss +2 -6
- package/styles/split-button/fabric-dark.scss +2 -6
- package/styles/split-button/fabric.scss +2 -6
- package/styles/split-button/fluent-dark.css +0 -1
- package/styles/split-button/fluent-dark.scss +2 -6
- package/styles/split-button/fluent.css +0 -1
- package/styles/split-button/fluent.scss +2 -6
- package/styles/split-button/fluent2.css +0 -259
- package/styles/split-button/fluent2.scss +2 -6
- package/styles/split-button/highcontrast-light.scss +2 -6
- package/styles/split-button/highcontrast.scss +2 -6
- package/styles/split-button/material-dark.scss +2 -6
- package/styles/split-button/material.scss +2 -6
- package/styles/split-button/material3-dark.css +0 -247
- package/styles/split-button/material3-dark.scss +2 -6
- package/styles/split-button/material3.css +0 -253
- package/styles/split-button/material3.scss +2 -6
- package/styles/split-button/tailwind-dark.css +0 -1
- package/styles/split-button/tailwind-dark.scss +2 -6
- package/styles/split-button/tailwind.css +0 -1
- package/styles/split-button/tailwind.scss +2 -6
- package/styles/split-button/tailwind3.css +0 -223
- package/styles/split-button/tailwind3.scss +2 -6
- package/styles/tailwind-dark-lite.css +0 -42
- package/styles/tailwind-dark-lite.scss +4 -8
- package/styles/tailwind-dark.css +0 -42
- package/styles/tailwind-dark.scss +8 -12
- package/styles/tailwind-lite.css +0 -42
- package/styles/tailwind-lite.scss +4 -8
- package/styles/tailwind.css +0 -42
- package/styles/tailwind.scss +8 -12
- package/styles/tailwind3-lite.css +22 -656
- package/styles/tailwind3-lite.scss +4 -8
- package/styles/tailwind3.css +34 -964
- package/styles/tailwind3.scss +8 -12
- package/styles/button-group/_all.bds.scss +0 -2
- package/styles/button-group/_all.bootstrap-dark.scss +0 -2
- package/styles/button-group/_all.bootstrap.scss +0 -2
- package/styles/button-group/_all.bootstrap4.scss +0 -2
- package/styles/button-group/_all.bootstrap5-dark.scss +0 -2
- package/styles/button-group/_all.bootstrap5.3.scss +0 -2
- package/styles/button-group/_all.bootstrap5.scss +0 -2
- package/styles/button-group/_all.fabric-dark.scss +0 -2
- package/styles/button-group/_all.fabric.scss +0 -2
- package/styles/button-group/_all.fluent-dark.scss +0 -2
- package/styles/button-group/_all.fluent.scss +0 -2
- package/styles/button-group/_all.fluent2.scss +0 -2
- package/styles/button-group/_all.highcontrast-light.scss +0 -2
- package/styles/button-group/_all.highcontrast.scss +0 -2
- package/styles/button-group/_all.material-dark.scss +0 -2
- package/styles/button-group/_all.material.scss +0 -2
- package/styles/button-group/_all.material3-dark.scss +0 -2
- package/styles/button-group/_all.material3.scss +0 -2
- package/styles/button-group/_all.tailwind-dark.scss +0 -2
- package/styles/button-group/_all.tailwind.scss +0 -2
- package/styles/button-group/_all.tailwind3.scss +0 -2
- package/styles/button-group/_bigger.bds.scss +0 -4
- package/styles/button-group/_bigger.bootstrap-dark.scss +0 -4
- package/styles/button-group/_bigger.bootstrap.scss +0 -4
- package/styles/button-group/_bigger.bootstrap4.scss +0 -4
- package/styles/button-group/_bigger.bootstrap5-dark.scss +0 -4
- package/styles/button-group/_bigger.bootstrap5.3.scss +0 -4
- package/styles/button-group/_bigger.bootstrap5.scss +0 -4
- package/styles/button-group/_bigger.fabric-dark.scss +0 -4
- package/styles/button-group/_bigger.fabric.scss +0 -4
- package/styles/button-group/_bigger.fluent-dark.scss +0 -4
- package/styles/button-group/_bigger.fluent.scss +0 -4
- package/styles/button-group/_bigger.fluent2.scss +0 -4
- package/styles/button-group/_bigger.highcontrast-light.scss +0 -4
- package/styles/button-group/_bigger.highcontrast.scss +0 -4
- package/styles/button-group/_bigger.material-dark.scss +0 -4
- package/styles/button-group/_bigger.material.scss +0 -4
- package/styles/button-group/_bigger.material3-dark.scss +0 -4
- package/styles/button-group/_bigger.material3.scss +0 -4
- package/styles/button-group/_bigger.tailwind-dark.scss +0 -4
- package/styles/button-group/_bigger.tailwind.scss +0 -4
- package/styles/button-group/_bigger.tailwind3.scss +0 -4
- package/styles/button-group/_layout.bds.scss +0 -4
- package/styles/button-group/_layout.bootstrap-dark.scss +0 -4
- package/styles/button-group/_layout.bootstrap.scss +0 -4
- package/styles/button-group/_layout.bootstrap4.scss +0 -4
- package/styles/button-group/_layout.bootstrap5-dark.scss +0 -4
- package/styles/button-group/_layout.bootstrap5.3.scss +0 -4
- package/styles/button-group/_layout.bootstrap5.scss +0 -4
- package/styles/button-group/_layout.fabric-dark.scss +0 -4
- package/styles/button-group/_layout.fabric.scss +0 -4
- package/styles/button-group/_layout.fluent-dark.scss +0 -4
- package/styles/button-group/_layout.fluent.scss +0 -4
- package/styles/button-group/_layout.fluent2.scss +0 -4
- package/styles/button-group/_layout.highcontrast-light.scss +0 -4
- package/styles/button-group/_layout.highcontrast.scss +0 -4
- package/styles/button-group/_layout.material-dark.scss +0 -4
- package/styles/button-group/_layout.material.scss +0 -4
- package/styles/button-group/_layout.material3-dark.scss +0 -4
- package/styles/button-group/_layout.material3.scss +0 -4
- package/styles/button-group/_layout.tailwind-dark.scss +0 -4
- package/styles/button-group/_layout.tailwind.scss +0 -4
- package/styles/button-group/_layout.tailwind3.scss +0 -4
- package/styles/button-group/_theme-variables.bds.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap4.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap5.scss +0 -1
- package/styles/button-group/_theme-variables.fabric-dark.scss +0 -1
- package/styles/button-group/_theme-variables.fabric.scss +0 -1
- package/styles/button-group/_theme-variables.fluent-dark.scss +0 -1
- package/styles/button-group/_theme-variables.fluent.scss +0 -1
- package/styles/button-group/_theme-variables.fluent2.scss +0 -1
- package/styles/button-group/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/button-group/_theme-variables.highcontrast.scss +0 -1
- package/styles/button-group/_theme-variables.material-dark.scss +0 -1
- package/styles/button-group/_theme-variables.material.scss +0 -1
- package/styles/button-group/_theme-variables.material3-dark.scss +0 -1
- package/styles/button-group/_theme-variables.material3.scss +0 -1
- package/styles/button-group/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/button-group/_theme-variables.tailwind.scss +0 -1
- package/styles/button-group/_theme-variables.tailwind3.scss +0 -1
- package/styles/button-group/_theme.bds.scss +0 -6
- package/styles/button-group/_theme.bootstrap-dark.scss +0 -6
- package/styles/button-group/_theme.bootstrap.scss +0 -6
- package/styles/button-group/_theme.bootstrap4.scss +0 -6
- package/styles/button-group/_theme.bootstrap5-dark.scss +0 -6
- package/styles/button-group/_theme.bootstrap5.3.scss +0 -6
- package/styles/button-group/_theme.bootstrap5.scss +0 -6
- package/styles/button-group/_theme.fabric-dark.scss +0 -6
- package/styles/button-group/_theme.fabric.scss +0 -6
- package/styles/button-group/_theme.fluent-dark.scss +0 -6
- package/styles/button-group/_theme.fluent.scss +0 -6
- package/styles/button-group/_theme.fluent2.scss +0 -6
- package/styles/button-group/_theme.highcontrast-light.scss +0 -6
- package/styles/button-group/_theme.highcontrast.scss +0 -6
- package/styles/button-group/_theme.material-dark.scss +0 -6
- package/styles/button-group/_theme.material.scss +0 -6
- package/styles/button-group/_theme.material3-dark.scss +0 -6
- package/styles/button-group/_theme.material3.scss +0 -6
- package/styles/button-group/_theme.tailwind-dark.scss +0 -6
- package/styles/button-group/_theme.tailwind.scss +0 -6
- package/styles/button-group/_theme.tailwind3.scss +0 -6
- package/styles/drop-down-button/_all.bds.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap-dark.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap4.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap5-dark.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap5.3.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap5.scss +0 -2
- package/styles/drop-down-button/_all.fabric-dark.scss +0 -2
- package/styles/drop-down-button/_all.fabric.scss +0 -2
- package/styles/drop-down-button/_all.fluent-dark.scss +0 -2
- package/styles/drop-down-button/_all.fluent.scss +0 -2
- package/styles/drop-down-button/_all.fluent2.scss +0 -2
- package/styles/drop-down-button/_all.highcontrast-light.scss +0 -2
- package/styles/drop-down-button/_all.highcontrast.scss +0 -2
- package/styles/drop-down-button/_all.material-dark.scss +0 -2
- package/styles/drop-down-button/_all.material.scss +0 -2
- package/styles/drop-down-button/_all.material3-dark.scss +0 -2
- package/styles/drop-down-button/_all.material3.scss +0 -2
- package/styles/drop-down-button/_all.tailwind-dark.scss +0 -2
- package/styles/drop-down-button/_all.tailwind.scss +0 -2
- package/styles/drop-down-button/_all.tailwind3.scss +0 -2
- package/styles/drop-down-button/_bigger.bds.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap4.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap5.3.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap5.scss +0 -3
- package/styles/drop-down-button/_bigger.fabric-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.fabric.scss +0 -3
- package/styles/drop-down-button/_bigger.fluent-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.fluent.scss +0 -3
- package/styles/drop-down-button/_bigger.fluent2.scss +0 -3
- package/styles/drop-down-button/_bigger.highcontrast-light.scss +0 -3
- package/styles/drop-down-button/_bigger.highcontrast.scss +0 -3
- package/styles/drop-down-button/_bigger.material-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.material.scss +0 -3
- package/styles/drop-down-button/_bigger.material3-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.material3.scss +0 -3
- package/styles/drop-down-button/_bigger.tailwind-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.tailwind.scss +0 -3
- package/styles/drop-down-button/_bigger.tailwind3.scss +0 -3
- package/styles/drop-down-button/_layout.bds.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap-dark.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap4.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap5-dark.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap5.3.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap5.scss +0 -3
- package/styles/drop-down-button/_layout.fabric-dark.scss +0 -3
- package/styles/drop-down-button/_layout.fabric.scss +0 -3
- package/styles/drop-down-button/_layout.fluent-dark.scss +0 -3
- package/styles/drop-down-button/_layout.fluent.scss +0 -3
- package/styles/drop-down-button/_layout.fluent2.scss +0 -3
- package/styles/drop-down-button/_layout.highcontrast-light.scss +0 -3
- package/styles/drop-down-button/_layout.highcontrast.scss +0 -3
- package/styles/drop-down-button/_layout.material-dark.scss +0 -3
- package/styles/drop-down-button/_layout.material.scss +0 -3
- package/styles/drop-down-button/_layout.material3-dark.scss +0 -3
- package/styles/drop-down-button/_layout.material3.scss +0 -3
- package/styles/drop-down-button/_layout.tailwind-dark.scss +0 -3
- package/styles/drop-down-button/_layout.tailwind.scss +0 -3
- package/styles/drop-down-button/_layout.tailwind3.scss +0 -3
- package/styles/drop-down-button/_theme-variables.bds.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap4.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap5.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fabric-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fabric.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fluent-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fluent.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fluent2.scss +0 -1
- package/styles/drop-down-button/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/drop-down-button/_theme-variables.highcontrast.scss +0 -1
- package/styles/drop-down-button/_theme-variables.material-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.material.scss +0 -1
- package/styles/drop-down-button/_theme-variables.material3-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.material3.scss +0 -1
- package/styles/drop-down-button/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.tailwind.scss +0 -1
- package/styles/drop-down-button/_theme-variables.tailwind3.scss +0 -1
- package/styles/drop-down-button/_theme.bds.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap-dark.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap4.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap5-dark.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap5.3.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap5.scss +0 -4
- package/styles/drop-down-button/_theme.fabric-dark.scss +0 -4
- package/styles/drop-down-button/_theme.fabric.scss +0 -4
- package/styles/drop-down-button/_theme.fluent-dark.scss +0 -4
- package/styles/drop-down-button/_theme.fluent.scss +0 -4
- package/styles/drop-down-button/_theme.fluent2.scss +0 -4
- package/styles/drop-down-button/_theme.highcontrast-light.scss +0 -4
- package/styles/drop-down-button/_theme.highcontrast.scss +0 -4
- package/styles/drop-down-button/_theme.material-dark.scss +0 -4
- package/styles/drop-down-button/_theme.material.scss +0 -4
- package/styles/drop-down-button/_theme.material3-dark.scss +0 -4
- package/styles/drop-down-button/_theme.material3.scss +0 -4
- package/styles/drop-down-button/_theme.tailwind-dark.scss +0 -4
- package/styles/drop-down-button/_theme.tailwind.scss +0 -4
- package/styles/drop-down-button/_theme.tailwind3.scss +0 -4
- package/styles/progress-button/_all.bds.scss +0 -2
- package/styles/progress-button/_all.bootstrap-dark.scss +0 -2
- package/styles/progress-button/_all.bootstrap.scss +0 -2
- package/styles/progress-button/_all.bootstrap4.scss +0 -2
- package/styles/progress-button/_all.bootstrap5-dark.scss +0 -2
- package/styles/progress-button/_all.bootstrap5.3.scss +0 -2
- package/styles/progress-button/_all.bootstrap5.scss +0 -2
- package/styles/progress-button/_all.fabric-dark.scss +0 -2
- package/styles/progress-button/_all.fabric.scss +0 -2
- package/styles/progress-button/_all.fluent-dark.scss +0 -2
- package/styles/progress-button/_all.fluent.scss +0 -2
- package/styles/progress-button/_all.fluent2.scss +0 -2
- package/styles/progress-button/_all.highcontrast-light.scss +0 -2
- package/styles/progress-button/_all.highcontrast.scss +0 -2
- package/styles/progress-button/_all.material-dark.scss +0 -2
- package/styles/progress-button/_all.material.scss +0 -2
- package/styles/progress-button/_all.material3-dark.scss +0 -2
- package/styles/progress-button/_all.material3.scss +0 -2
- package/styles/progress-button/_all.tailwind-dark.scss +0 -2
- package/styles/progress-button/_all.tailwind.scss +0 -2
- package/styles/progress-button/_all.tailwind3.scss +0 -2
- package/styles/progress-button/_bigger.bds.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap-dark.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap4.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap5.3.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap5.scss +0 -3
- package/styles/progress-button/_bigger.fabric-dark.scss +0 -3
- package/styles/progress-button/_bigger.fabric.scss +0 -3
- package/styles/progress-button/_bigger.fluent-dark.scss +0 -3
- package/styles/progress-button/_bigger.fluent.scss +0 -3
- package/styles/progress-button/_bigger.fluent2.scss +0 -3
- package/styles/progress-button/_bigger.highcontrast-light.scss +0 -3
- package/styles/progress-button/_bigger.highcontrast.scss +0 -3
- package/styles/progress-button/_bigger.material-dark.scss +0 -3
- package/styles/progress-button/_bigger.material.scss +0 -3
- package/styles/progress-button/_bigger.material3-dark.scss +0 -3
- package/styles/progress-button/_bigger.material3.scss +0 -3
- package/styles/progress-button/_bigger.tailwind-dark.scss +0 -3
- package/styles/progress-button/_bigger.tailwind.scss +0 -3
- package/styles/progress-button/_bigger.tailwind3.scss +0 -3
- package/styles/progress-button/_layout.bds.scss +0 -3
- package/styles/progress-button/_layout.bootstrap-dark.scss +0 -3
- package/styles/progress-button/_layout.bootstrap.scss +0 -3
- package/styles/progress-button/_layout.bootstrap4.scss +0 -3
- package/styles/progress-button/_layout.bootstrap5-dark.scss +0 -3
- package/styles/progress-button/_layout.bootstrap5.3.scss +0 -3
- package/styles/progress-button/_layout.bootstrap5.scss +0 -3
- package/styles/progress-button/_layout.fabric-dark.scss +0 -3
- package/styles/progress-button/_layout.fabric.scss +0 -3
- package/styles/progress-button/_layout.fluent-dark.scss +0 -3
- package/styles/progress-button/_layout.fluent.scss +0 -3
- package/styles/progress-button/_layout.fluent2.scss +0 -3
- package/styles/progress-button/_layout.highcontrast-light.scss +0 -3
- package/styles/progress-button/_layout.highcontrast.scss +0 -3
- package/styles/progress-button/_layout.material-dark.scss +0 -3
- package/styles/progress-button/_layout.material.scss +0 -3
- package/styles/progress-button/_layout.material3-dark.scss +0 -3
- package/styles/progress-button/_layout.material3.scss +0 -3
- package/styles/progress-button/_layout.tailwind-dark.scss +0 -3
- package/styles/progress-button/_layout.tailwind.scss +0 -3
- package/styles/progress-button/_layout.tailwind3.scss +0 -3
- package/styles/progress-button/_theme-variables.bds.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap4.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap5.scss +0 -1
- package/styles/progress-button/_theme-variables.fabric-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.fabric.scss +0 -1
- package/styles/progress-button/_theme-variables.fluent-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.fluent.scss +0 -1
- package/styles/progress-button/_theme-variables.fluent2.scss +0 -1
- package/styles/progress-button/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/progress-button/_theme-variables.highcontrast.scss +0 -1
- package/styles/progress-button/_theme-variables.material-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.material.scss +0 -1
- package/styles/progress-button/_theme-variables.material3-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.material3.scss +0 -1
- package/styles/progress-button/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.tailwind.scss +0 -1
- package/styles/progress-button/_theme-variables.tailwind3.scss +0 -1
- package/styles/progress-button/_theme.bds.scss +0 -4
- package/styles/progress-button/_theme.bootstrap-dark.scss +0 -4
- package/styles/progress-button/_theme.bootstrap.scss +0 -4
- package/styles/progress-button/_theme.bootstrap4.scss +0 -4
- package/styles/progress-button/_theme.bootstrap5-dark.scss +0 -4
- package/styles/progress-button/_theme.bootstrap5.3.scss +0 -4
- package/styles/progress-button/_theme.bootstrap5.scss +0 -4
- package/styles/progress-button/_theme.fabric-dark.scss +0 -4
- package/styles/progress-button/_theme.fabric.scss +0 -4
- package/styles/progress-button/_theme.fluent-dark.scss +0 -4
- package/styles/progress-button/_theme.fluent.scss +0 -4
- package/styles/progress-button/_theme.fluent2.scss +0 -4
- package/styles/progress-button/_theme.highcontrast-light.scss +0 -4
- package/styles/progress-button/_theme.highcontrast.scss +0 -4
- package/styles/progress-button/_theme.material-dark.scss +0 -4
- package/styles/progress-button/_theme.material.scss +0 -4
- package/styles/progress-button/_theme.material3-dark.scss +0 -4
- package/styles/progress-button/_theme.material3.scss +0 -4
- package/styles/progress-button/_theme.tailwind-dark.scss +0 -4
- package/styles/progress-button/_theme.tailwind.scss +0 -4
- package/styles/progress-button/_theme.tailwind3.scss +0 -4
- package/styles/split-button/_all.bds.scss +0 -2
- package/styles/split-button/_all.bootstrap-dark.scss +0 -2
- package/styles/split-button/_all.bootstrap.scss +0 -2
- package/styles/split-button/_all.bootstrap4.scss +0 -2
- package/styles/split-button/_all.bootstrap5-dark.scss +0 -2
- package/styles/split-button/_all.bootstrap5.3.scss +0 -2
- package/styles/split-button/_all.bootstrap5.scss +0 -2
- package/styles/split-button/_all.fabric-dark.scss +0 -2
- package/styles/split-button/_all.fabric.scss +0 -2
- package/styles/split-button/_all.fluent-dark.scss +0 -2
- package/styles/split-button/_all.fluent.scss +0 -2
- package/styles/split-button/_all.fluent2.scss +0 -2
- package/styles/split-button/_all.highcontrast-light.scss +0 -2
- package/styles/split-button/_all.highcontrast.scss +0 -2
- package/styles/split-button/_all.material-dark.scss +0 -2
- package/styles/split-button/_all.material.scss +0 -2
- package/styles/split-button/_all.material3-dark.scss +0 -2
- package/styles/split-button/_all.material3.scss +0 -2
- package/styles/split-button/_all.tailwind-dark.scss +0 -2
- package/styles/split-button/_all.tailwind.scss +0 -2
- package/styles/split-button/_all.tailwind3.scss +0 -2
- package/styles/split-button/_bigger.bds.scss +0 -3
- package/styles/split-button/_bigger.bootstrap-dark.scss +0 -3
- package/styles/split-button/_bigger.bootstrap.scss +0 -3
- package/styles/split-button/_bigger.bootstrap4.scss +0 -3
- package/styles/split-button/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/split-button/_bigger.bootstrap5.3.scss +0 -3
- package/styles/split-button/_bigger.bootstrap5.scss +0 -3
- package/styles/split-button/_bigger.fabric-dark.scss +0 -3
- package/styles/split-button/_bigger.fabric.scss +0 -3
- package/styles/split-button/_bigger.fluent-dark.scss +0 -3
- package/styles/split-button/_bigger.fluent.scss +0 -3
- package/styles/split-button/_bigger.fluent2.scss +0 -3
- package/styles/split-button/_bigger.highcontrast-light.scss +0 -3
- package/styles/split-button/_bigger.highcontrast.scss +0 -3
- package/styles/split-button/_bigger.material-dark.scss +0 -3
- package/styles/split-button/_bigger.material.scss +0 -3
- package/styles/split-button/_bigger.material3-dark.scss +0 -3
- package/styles/split-button/_bigger.material3.scss +0 -3
- package/styles/split-button/_bigger.tailwind-dark.scss +0 -3
- package/styles/split-button/_bigger.tailwind.scss +0 -3
- package/styles/split-button/_bigger.tailwind3.scss +0 -3
- package/styles/split-button/_layout.bds.scss +0 -3
- package/styles/split-button/_layout.bootstrap-dark.scss +0 -3
- package/styles/split-button/_layout.bootstrap.scss +0 -3
- package/styles/split-button/_layout.bootstrap4.scss +0 -3
- package/styles/split-button/_layout.bootstrap5-dark.scss +0 -3
- package/styles/split-button/_layout.bootstrap5.3.scss +0 -3
- package/styles/split-button/_layout.bootstrap5.scss +0 -3
- package/styles/split-button/_layout.fabric-dark.scss +0 -3
- package/styles/split-button/_layout.fabric.scss +0 -3
- package/styles/split-button/_layout.fluent-dark.scss +0 -3
- package/styles/split-button/_layout.fluent.scss +0 -3
- package/styles/split-button/_layout.fluent2.scss +0 -3
- package/styles/split-button/_layout.highcontrast-light.scss +0 -3
- package/styles/split-button/_layout.highcontrast.scss +0 -3
- package/styles/split-button/_layout.material-dark.scss +0 -3
- package/styles/split-button/_layout.material.scss +0 -3
- package/styles/split-button/_layout.material3-dark.scss +0 -3
- package/styles/split-button/_layout.material3.scss +0 -3
- package/styles/split-button/_layout.tailwind-dark.scss +0 -3
- package/styles/split-button/_layout.tailwind.scss +0 -3
- package/styles/split-button/_layout.tailwind3.scss +0 -3
- package/styles/split-button/_theme-variables.bds.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap4.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap5.scss +0 -1
- package/styles/split-button/_theme-variables.fabric-dark.scss +0 -1
- package/styles/split-button/_theme-variables.fabric.scss +0 -1
- package/styles/split-button/_theme-variables.fluent-dark.scss +0 -1
- package/styles/split-button/_theme-variables.fluent.scss +0 -1
- package/styles/split-button/_theme-variables.fluent2.scss +0 -1
- package/styles/split-button/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/split-button/_theme-variables.highcontrast.scss +0 -1
- package/styles/split-button/_theme-variables.material-dark.scss +0 -1
- package/styles/split-button/_theme-variables.material.scss +0 -1
- package/styles/split-button/_theme-variables.material3-dark.scss +0 -1
- package/styles/split-button/_theme-variables.material3.scss +0 -1
- package/styles/split-button/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/split-button/_theme-variables.tailwind.scss +0 -1
- package/styles/split-button/_theme-variables.tailwind3.scss +0 -1
- package/styles/split-button/_theme.bds.scss +0 -4
- package/styles/split-button/_theme.bootstrap-dark.scss +0 -4
- package/styles/split-button/_theme.bootstrap.scss +0 -4
- package/styles/split-button/_theme.bootstrap4.scss +0 -4
- package/styles/split-button/_theme.bootstrap5-dark.scss +0 -4
- package/styles/split-button/_theme.bootstrap5.3.scss +0 -4
- package/styles/split-button/_theme.bootstrap5.scss +0 -4
- package/styles/split-button/_theme.fabric-dark.scss +0 -4
- package/styles/split-button/_theme.fabric.scss +0 -4
- package/styles/split-button/_theme.fluent-dark.scss +0 -4
- package/styles/split-button/_theme.fluent.scss +0 -4
- package/styles/split-button/_theme.fluent2.scss +0 -4
- package/styles/split-button/_theme.highcontrast-light.scss +0 -4
- package/styles/split-button/_theme.highcontrast.scss +0 -4
- package/styles/split-button/_theme.material-dark.scss +0 -4
- package/styles/split-button/_theme.material.scss +0 -4
- package/styles/split-button/_theme.material3-dark.scss +0 -4
- package/styles/split-button/_theme.material3.scss +0 -4
- package/styles/split-button/_theme.tailwind-dark.scss +0 -4
- package/styles/split-button/_theme.tailwind.scss +0 -4
- package/styles/split-button/_theme.tailwind3.scss +0 -4
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
@use '
|
|
1
|
+
@use 'variables' as *;
|
|
2
|
+
@use '@syncfusion/ej2-buttons/styles/button/variables' as btn;
|
|
3
|
+
@use '@syncfusion/ej2-buttons/styles/button/mixin' as *;
|
|
4
|
+
@use 'group-button-mixin' as *;
|
|
2
5
|
|
|
3
6
|
@include export-module('button-group-theme') {
|
|
4
7
|
/* stylelint-disable */
|
|
@@ -6,7 +9,7 @@
|
|
|
6
9
|
.e-css.e-btn-group {
|
|
7
10
|
&:not(.e-outline) {
|
|
8
11
|
@if $skin-name != 'Material3' {
|
|
9
|
-
box-shadow:
|
|
12
|
+
box-shadow: btn.$btn-box-shadow;
|
|
10
13
|
}
|
|
11
14
|
}
|
|
12
15
|
|
|
@@ -23,7 +26,7 @@
|
|
|
23
26
|
@if $skin-name == 'Material3' {
|
|
24
27
|
.e-btn:focus-visible,
|
|
25
28
|
input:focus-visible+label.e-btn { // only for keybord
|
|
26
|
-
box-shadow:
|
|
29
|
+
box-shadow: btn.$btn-keyboard-focus-box-shadow !important;
|
|
27
30
|
z-index: 1;
|
|
28
31
|
|
|
29
32
|
&.e-primary,
|
|
@@ -31,19 +34,19 @@
|
|
|
31
34
|
&.e-info,
|
|
32
35
|
&.e-warning,
|
|
33
36
|
&.e-danger {
|
|
34
|
-
box-shadow:
|
|
37
|
+
box-shadow: btn.$btn-keyboard-focus-box-shadow !important;
|
|
35
38
|
z-index: 1;
|
|
36
39
|
}
|
|
37
40
|
|
|
38
41
|
&.e-outline {
|
|
39
|
-
box-shadow:
|
|
42
|
+
box-shadow: btn.$btn-keyboard-focus-box-shadow !important;
|
|
40
43
|
z-index: 1;
|
|
41
44
|
&.e-primary,
|
|
42
45
|
&.e-success,
|
|
43
46
|
&.e-info,
|
|
44
47
|
&.e-warning,
|
|
45
48
|
&.e-danger {
|
|
46
|
-
box-shadow:
|
|
49
|
+
box-shadow: btn.$btn-keyboard-focus-box-shadow !important;
|
|
47
50
|
z-index: 1;
|
|
48
51
|
}
|
|
49
52
|
}
|
|
@@ -53,7 +56,7 @@
|
|
|
53
56
|
@if $skin-name == 'fluent2' {
|
|
54
57
|
.e-btn:focus-visible,
|
|
55
58
|
input:focus-visible+label.e-btn { // only for keybord
|
|
56
|
-
box-shadow:
|
|
59
|
+
box-shadow: btn.$btn-keyboard-focus-box-shadow !important;
|
|
57
60
|
}
|
|
58
61
|
|
|
59
62
|
.e-outline.e-btn:active,
|
|
@@ -72,7 +75,7 @@
|
|
|
72
75
|
box-shadow: none;
|
|
73
76
|
}
|
|
74
77
|
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
|
75
|
-
border-color:
|
|
78
|
+
border-color: btn.$btn-focus-bgcolor;
|
|
76
79
|
}
|
|
77
80
|
outline-color: $btn-grp-outline-focus-color;
|
|
78
81
|
@if $skin-name == 'fabric' {
|
|
@@ -84,22 +87,22 @@
|
|
|
84
87
|
}
|
|
85
88
|
|
|
86
89
|
@if $skin-name == 'tailwind3' {
|
|
87
|
-
background:
|
|
88
|
-
color:
|
|
89
|
-
box-shadow:
|
|
90
|
+
background: btn.$btn-bgcolor;
|
|
91
|
+
color: btn.$btn-color;
|
|
92
|
+
box-shadow: btn.$btn-focus-box-shadow;
|
|
90
93
|
}
|
|
91
94
|
|
|
92
95
|
&.e-primary {
|
|
93
96
|
@include primary-focus;
|
|
94
97
|
@include box-shadow-theme;
|
|
95
98
|
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
|
96
|
-
border-color:
|
|
99
|
+
border-color: btn.$btn-primary-focus-bgcolor;
|
|
97
100
|
}
|
|
98
101
|
outline-color: $btn-grp-outline-focus-primary-color;
|
|
99
102
|
@if $skin-name == 'tailwind3' {
|
|
100
|
-
background:
|
|
101
|
-
color:
|
|
102
|
-
box-shadow:
|
|
103
|
+
background: btn.$btn-primary-bgcolor;
|
|
104
|
+
color: btn.$btn-primary-color;
|
|
105
|
+
box-shadow: btn.$btn-focus-box-shadow;
|
|
103
106
|
}
|
|
104
107
|
}
|
|
105
108
|
|
|
@@ -107,13 +110,13 @@
|
|
|
107
110
|
@include success-focus;
|
|
108
111
|
@include box-shadow-theme;
|
|
109
112
|
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
|
110
|
-
border-color:
|
|
113
|
+
border-color: btn.$btn-success-focus-bgcolor;
|
|
111
114
|
}
|
|
112
115
|
outline-color: $btn-grp-outline-focus-success-color;
|
|
113
116
|
@if $skin-name == 'tailwind3' {
|
|
114
|
-
background:
|
|
115
|
-
color:
|
|
116
|
-
box-shadow:
|
|
117
|
+
background: btn.$btn-success-bgcolor;
|
|
118
|
+
color: btn.$btn-success-color;
|
|
119
|
+
box-shadow: btn.$btn-focus-box-shadow;
|
|
117
120
|
}
|
|
118
121
|
}
|
|
119
122
|
|
|
@@ -121,13 +124,13 @@
|
|
|
121
124
|
@include info-focus;
|
|
122
125
|
@include box-shadow-theme;
|
|
123
126
|
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
|
124
|
-
border-color:
|
|
127
|
+
border-color: btn.$btn-info-focus-bgcolor;
|
|
125
128
|
}
|
|
126
129
|
outline-color: $btn-grp-outline-focus-info-color;
|
|
127
130
|
@if $skin-name == 'tailwind3' {
|
|
128
|
-
background:
|
|
129
|
-
color:
|
|
130
|
-
box-shadow:
|
|
131
|
+
background: btn.$btn-info-bgcolor;
|
|
132
|
+
color: btn.$btn-info-color;
|
|
133
|
+
box-shadow: btn.$btn-focus-box-shadow;
|
|
131
134
|
}
|
|
132
135
|
}
|
|
133
136
|
|
|
@@ -135,13 +138,13 @@
|
|
|
135
138
|
@include warning-focus;
|
|
136
139
|
@include box-shadow-theme;
|
|
137
140
|
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
|
138
|
-
border-color:
|
|
141
|
+
border-color: btn.$btn-warning-focus-bgcolor;
|
|
139
142
|
}
|
|
140
143
|
outline-color: $btn-grp-outline-focus-warning-color;
|
|
141
144
|
@if $skin-name == 'tailwind3' {
|
|
142
|
-
background:
|
|
143
|
-
color:
|
|
144
|
-
box-shadow:
|
|
145
|
+
background: btn.$btn-warning-bgcolor;
|
|
146
|
+
color: btn.$btn-warning-color;
|
|
147
|
+
box-shadow: btn.$btn-focus-box-shadow;
|
|
145
148
|
}
|
|
146
149
|
}
|
|
147
150
|
|
|
@@ -149,13 +152,13 @@
|
|
|
149
152
|
@include danger-focus;
|
|
150
153
|
@include box-shadow-theme;
|
|
151
154
|
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
|
152
|
-
border-color:
|
|
155
|
+
border-color: btn.$btn-danger-focus-bgcolor;
|
|
153
156
|
}
|
|
154
157
|
outline-color: $btn-grp-outline-focus-danger-color;
|
|
155
158
|
@if $skin-name == 'tailwind3' {
|
|
156
|
-
background:
|
|
157
|
-
color:
|
|
158
|
-
box-shadow:
|
|
159
|
+
background: btn.$btn-danger-bgcolor;
|
|
160
|
+
color: btn.$btn-danger-color;
|
|
161
|
+
box-shadow: btn.$btn-focus-box-shadow;
|
|
159
162
|
}
|
|
160
163
|
}
|
|
161
164
|
|
|
@@ -171,24 +174,24 @@
|
|
|
171
174
|
@include outline-focus;
|
|
172
175
|
@include outline-box-shadow-theme;
|
|
173
176
|
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
|
174
|
-
border-color:
|
|
177
|
+
border-color: btn.$btn-outline-focus-bgcolor;
|
|
175
178
|
}
|
|
176
179
|
@if $skin-name == 'tailwind3' {
|
|
177
180
|
background: $transparent;
|
|
178
|
-
color:
|
|
179
|
-
box-shadow:
|
|
181
|
+
color: btn.$btn-color;
|
|
182
|
+
box-shadow: btn.$btn-focus-box-shadow;
|
|
180
183
|
}
|
|
181
184
|
|
|
182
185
|
&.e-primary {
|
|
183
186
|
@include outline-primary-focus;
|
|
184
187
|
@include outline-box-shadow-theme;
|
|
185
188
|
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
|
186
|
-
border-color:
|
|
189
|
+
border-color: btn.$btn-outline-primary-focus-bgcolor;
|
|
187
190
|
}
|
|
188
191
|
@if $skin-name == 'tailwind3' {
|
|
189
192
|
background: $transparent;
|
|
190
|
-
color:
|
|
191
|
-
box-shadow:
|
|
193
|
+
color: btn.$btn-primary-bgcolor;
|
|
194
|
+
box-shadow: btn.$btn-focus-box-shadow;
|
|
192
195
|
}
|
|
193
196
|
}
|
|
194
197
|
|
|
@@ -196,12 +199,12 @@
|
|
|
196
199
|
@include outline-success-focus;
|
|
197
200
|
@include outline-box-shadow-theme;
|
|
198
201
|
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
|
199
|
-
border-color:
|
|
202
|
+
border-color: btn.$btn-success-focus-bgcolor;
|
|
200
203
|
}
|
|
201
204
|
@if $skin-name == 'tailwind3' {
|
|
202
205
|
background: $transparent;
|
|
203
|
-
color:
|
|
204
|
-
box-shadow:
|
|
206
|
+
color: btn.$btn-success-bgcolor;
|
|
207
|
+
box-shadow: btn.$btn-focus-box-shadow;
|
|
205
208
|
}
|
|
206
209
|
}
|
|
207
210
|
|
|
@@ -209,12 +212,12 @@
|
|
|
209
212
|
@include outline-info-focus;
|
|
210
213
|
@include outline-box-shadow-theme;
|
|
211
214
|
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
|
212
|
-
border-color:
|
|
215
|
+
border-color: btn.$btn-info-hover-bgcolor;
|
|
213
216
|
}
|
|
214
217
|
@if $skin-name == 'tailwind3' {
|
|
215
218
|
background: $transparent;
|
|
216
|
-
color:
|
|
217
|
-
box-shadow:
|
|
219
|
+
color: btn.$btn-info-bgcolor;
|
|
220
|
+
box-shadow: btn.$btn-focus-box-shadow;
|
|
218
221
|
}
|
|
219
222
|
}
|
|
220
223
|
|
|
@@ -222,12 +225,12 @@
|
|
|
222
225
|
@include outline-warning-focus;
|
|
223
226
|
@include outline-box-shadow-theme;
|
|
224
227
|
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
|
225
|
-
border-color:
|
|
228
|
+
border-color: btn.$btn-warning-hover-bgcolor;
|
|
226
229
|
}
|
|
227
230
|
@if $skin-name == 'tailwind3' {
|
|
228
231
|
background: $transparent;
|
|
229
|
-
color:
|
|
230
|
-
box-shadow:
|
|
232
|
+
color: btn.$btn-warning-bgcolor;
|
|
233
|
+
box-shadow: btn.$btn-focus-box-shadow;
|
|
231
234
|
}
|
|
232
235
|
}
|
|
233
236
|
|
|
@@ -235,12 +238,12 @@
|
|
|
235
238
|
@include outline-danger-focus;
|
|
236
239
|
@include outline-box-shadow-theme;
|
|
237
240
|
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
|
238
|
-
border-color:
|
|
241
|
+
border-color: btn.$btn-danger-hover-bgcolor;
|
|
239
242
|
}
|
|
240
243
|
@if $skin-name == 'tailwind3' {
|
|
241
244
|
background: $transparent;
|
|
242
|
-
color:
|
|
243
|
-
box-shadow:
|
|
245
|
+
color: btn.$btn-danger-bgcolor;
|
|
246
|
+
box-shadow: btn.$btn-focus-box-shadow;
|
|
244
247
|
}
|
|
245
248
|
}
|
|
246
249
|
}
|
|
@@ -314,87 +317,87 @@
|
|
|
314
317
|
input:disabled+label.e-btn {
|
|
315
318
|
@include disabled;
|
|
316
319
|
@if $skin-name != 'bootstrap4' {
|
|
317
|
-
border-color:
|
|
320
|
+
border-color: btn.$btn-border-color;
|
|
318
321
|
}
|
|
319
322
|
|
|
320
323
|
&.e-primary {
|
|
321
324
|
@include primary-disabled;
|
|
322
325
|
@if $skin-name != 'bootstrap4' and $skin-name != 'tailwind3' {
|
|
323
|
-
border-color:
|
|
326
|
+
border-color: btn.$btn-primary-border-color;
|
|
324
327
|
}
|
|
325
328
|
}
|
|
326
329
|
|
|
327
330
|
&.e-success {
|
|
328
331
|
@include success-disabled;
|
|
329
332
|
@if $skin-name != 'bootstrap4' and $skin-name != 'tailwind3' {
|
|
330
|
-
border-color:
|
|
333
|
+
border-color: btn.$btn-success-border-color;
|
|
331
334
|
}
|
|
332
335
|
}
|
|
333
336
|
|
|
334
337
|
&.e-info {
|
|
335
338
|
@include info-disabled;
|
|
336
339
|
@if $skin-name != 'bootstrap4' and $skin-name != 'tailwind3' {
|
|
337
|
-
border-color:
|
|
340
|
+
border-color: btn.$btn-info-border-color;
|
|
338
341
|
}
|
|
339
342
|
}
|
|
340
343
|
|
|
341
344
|
&.e-warning {
|
|
342
345
|
@include warning-disabled;
|
|
343
346
|
@if $skin-name != 'bootstrap4' and $skin-name != 'tailwind3' {
|
|
344
|
-
border-color:
|
|
347
|
+
border-color: btn.$btn-warning-border-color;
|
|
345
348
|
}
|
|
346
349
|
}
|
|
347
350
|
|
|
348
351
|
&.e-danger {
|
|
349
352
|
@include danger-disabled;
|
|
350
353
|
@if $skin-name != 'bootstrap4' and $skin-name != 'tailwind3' {
|
|
351
|
-
border-color:
|
|
354
|
+
border-color: btn.$btn-danger-border-color;
|
|
352
355
|
}
|
|
353
356
|
}
|
|
354
357
|
|
|
355
358
|
&.e-link {
|
|
356
359
|
@include link-disabled;
|
|
357
360
|
@if $skin-name != 'bootstrap4' and $skin-name != 'tailwind3' {
|
|
358
|
-
border-color:
|
|
361
|
+
border-color: btn.$btn-link-border-color;
|
|
359
362
|
}
|
|
360
363
|
}
|
|
361
364
|
|
|
362
365
|
&.e-outline {
|
|
363
366
|
@include outline-disabled;
|
|
364
|
-
border-color:
|
|
367
|
+
border-color: btn.$btn-outline-border-color;
|
|
365
368
|
|
|
366
369
|
&.e-primary {
|
|
367
370
|
@include outline-primary-disabled;
|
|
368
371
|
@if $skin-name != 'tailwind3' {
|
|
369
|
-
border-color:
|
|
372
|
+
border-color: btn.$btn-primary-bgcolor;
|
|
370
373
|
}
|
|
371
374
|
}
|
|
372
375
|
|
|
373
376
|
&.e-success {
|
|
374
377
|
@include outline-success-disabled;
|
|
375
378
|
@if $skin-name != 'tailwind3' {
|
|
376
|
-
border-color:
|
|
379
|
+
border-color: btn.$btn-success-bgcolor;
|
|
377
380
|
}
|
|
378
381
|
}
|
|
379
382
|
|
|
380
383
|
&.e-info {
|
|
381
384
|
@include outline-info-disabled;
|
|
382
385
|
@if $skin-name != 'tailwind3' {
|
|
383
|
-
border-color:
|
|
386
|
+
border-color: btn.$btn-info-bgcolor;
|
|
384
387
|
}
|
|
385
388
|
}
|
|
386
389
|
|
|
387
390
|
&.e-warning {
|
|
388
391
|
@include outline-warning-disabled;
|
|
389
392
|
@if $skin-name != 'tailwind3' {
|
|
390
|
-
border-color:
|
|
393
|
+
border-color: btn.$btn-warning-bgcolor;
|
|
391
394
|
}
|
|
392
395
|
}
|
|
393
396
|
|
|
394
397
|
&.e-danger {
|
|
395
398
|
@include outline-danger-disabled;
|
|
396
399
|
@if $skin-name != 'tailwind3' {
|
|
397
|
-
border-color:
|
|
400
|
+
border-color: btn.$btn-danger-bgcolor;
|
|
398
401
|
}
|
|
399
402
|
}
|
|
400
403
|
}
|
|
@@ -415,26 +418,26 @@
|
|
|
415
418
|
}
|
|
416
419
|
|
|
417
420
|
.e-btn:hover {
|
|
418
|
-
border-color:
|
|
421
|
+
border-color: btn.$btn-border-color;
|
|
419
422
|
|
|
420
423
|
&.e-primary {
|
|
421
|
-
border-color:
|
|
424
|
+
border-color: btn.$btn-primary-bgcolor;
|
|
422
425
|
}
|
|
423
426
|
|
|
424
427
|
&.e-success {
|
|
425
|
-
border-color:
|
|
428
|
+
border-color: btn.$btn-success-bgcolor;
|
|
426
429
|
}
|
|
427
430
|
|
|
428
431
|
&.e-info {
|
|
429
|
-
border-color:
|
|
432
|
+
border-color: btn.$btn-info-bgcolor;
|
|
430
433
|
}
|
|
431
434
|
|
|
432
435
|
&.e-warning {
|
|
433
|
-
border-color:
|
|
436
|
+
border-color: btn.$btn-warning-bgcolor;
|
|
434
437
|
}
|
|
435
438
|
|
|
436
439
|
&.e-danger {
|
|
437
|
-
border-color:
|
|
440
|
+
border-color: btn.$btn-danger-bgcolor;
|
|
438
441
|
}
|
|
439
442
|
}
|
|
440
443
|
}
|
|
@@ -2,69 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
/* stylelint-disable */
|
|
6
|
-
.e-btn.e-primary:focus {
|
|
7
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
8
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.e-btn.e-success:focus {
|
|
12
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
13
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.e-btn.e-info:focus {
|
|
17
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
18
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.e-btn.e-warning:focus {
|
|
22
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
23
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.e-btn.e-danger:focus {
|
|
27
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
28
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.e-btn.e-outline.e-info {
|
|
32
|
-
background: transparent !important;
|
|
33
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
34
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.e-btn.e-outline.e-info:hover {
|
|
38
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
39
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
40
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.e-btn.e-outline.e-info:active {
|
|
44
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
45
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
46
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.e-btn.e-flat.e-info {
|
|
50
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.e-bigger .e-btn,
|
|
54
|
-
.e-bigger .e-btn,
|
|
55
|
-
.e-bigger .e-css.e-btn,
|
|
56
|
-
.e-bigger.e-css.e-btn {
|
|
57
|
-
font-size: 14px;
|
|
58
|
-
line-height: 1.572em;
|
|
59
|
-
padding: 8px 15px;
|
|
60
|
-
border-radius: 8px !important;
|
|
61
|
-
font-weight: 600;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
5
|
/* stylelint-disable */
|
|
69
6
|
.e-btn.e-primary:focus {
|
|
70
7
|
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
@@ -359,69 +296,6 @@
|
|
|
359
296
|
border-top-right-radius: 0;
|
|
360
297
|
}
|
|
361
298
|
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
/* stylelint-disable */
|
|
367
|
-
.e-btn.e-primary:focus {
|
|
368
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
369
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
.e-btn.e-success:focus {
|
|
373
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
374
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.e-btn.e-info:focus {
|
|
378
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
379
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
.e-btn.e-warning:focus {
|
|
383
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
384
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
.e-btn.e-danger:focus {
|
|
388
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
389
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
.e-btn.e-outline.e-info {
|
|
393
|
-
background: transparent !important;
|
|
394
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
395
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
.e-btn.e-outline.e-info:hover {
|
|
399
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
400
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
401
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
.e-btn.e-outline.e-info:active {
|
|
405
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
406
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
407
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
.e-btn.e-flat.e-info {
|
|
411
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
.e-bigger .e-btn,
|
|
415
|
-
.e-bigger .e-btn,
|
|
416
|
-
.e-bigger .e-css.e-btn,
|
|
417
|
-
.e-bigger.e-css.e-btn {
|
|
418
|
-
font-size: 14px;
|
|
419
|
-
line-height: 1.572em;
|
|
420
|
-
padding: 8px 15px;
|
|
421
|
-
border-radius: 8px !important;
|
|
422
|
-
font-weight: 600;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
299
|
/* stylelint-disable */
|
|
426
300
|
.e-btn-group:not(.e-outline),
|
|
427
301
|
.e-css.e-btn-group:not(.e-outline) {
|
|
@@ -979,69 +853,6 @@
|
|
|
979
853
|
border-color: #b32218;
|
|
980
854
|
outline-color: inherit;
|
|
981
855
|
}
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
/* stylelint-disable */
|
|
987
|
-
.e-btn.e-primary:focus {
|
|
988
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
989
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
.e-btn.e-success:focus {
|
|
993
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
994
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
995
|
-
}
|
|
996
|
-
|
|
997
|
-
.e-btn.e-info:focus {
|
|
998
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
999
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
.e-btn.e-warning:focus {
|
|
1003
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
1004
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
|
-
.e-btn.e-danger:focus {
|
|
1008
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
1009
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
|
-
.e-btn.e-outline.e-info {
|
|
1013
|
-
background: transparent !important;
|
|
1014
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1015
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
|
-
.e-btn.e-outline.e-info:hover {
|
|
1019
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
1020
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1021
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
1022
|
-
}
|
|
1023
|
-
|
|
1024
|
-
.e-btn.e-outline.e-info:active {
|
|
1025
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
1026
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1027
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
1028
|
-
}
|
|
1029
|
-
|
|
1030
|
-
.e-btn.e-flat.e-info {
|
|
1031
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
|
-
.e-bigger .e-btn,
|
|
1035
|
-
.e-bigger .e-btn,
|
|
1036
|
-
.e-bigger .e-css.e-btn,
|
|
1037
|
-
.e-bigger.e-css.e-btn {
|
|
1038
|
-
font-size: 14px;
|
|
1039
|
-
line-height: 1.572em;
|
|
1040
|
-
padding: 8px 15px;
|
|
1041
|
-
border-radius: 8px !important;
|
|
1042
|
-
font-weight: 600;
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
856
|
.e-bigger .e-btn-group .e-btn-icon,
|
|
1046
857
|
.e-bigger.e-btn-group .e-btn-icon,
|
|
1047
858
|
.e-bigger .e-css.e-btn-group .e-btn-icon,
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
@use 'ej2-base/styles/definition/bootstrap-dark' as *;
|
|
2
|
-
@use 'ej2-buttons/styles/button/bootstrap-dark-definition' as *;
|
|
3
1
|
@use 'bootstrap-dark-definition' as *;
|
|
4
|
-
@use 'all
|
|
5
|
-
@use 'bigger
|
|
2
|
+
@use 'all' as *;
|
|
3
|
+
@use 'bigger' as *;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
@use 'ej2-base/styles/definition/bootstrap5-dark' as *;
|
|
2
|
-
@use 'ej2-buttons/styles/button/bootstrap5-dark-definition' as *;
|
|
3
1
|
@use 'bootstrap5-dark-definition' as *;
|
|
4
|
-
@use 'all
|
|
5
|
-
@use 'bigger
|
|
2
|
+
@use 'all' as *;
|
|
3
|
+
@use 'bigger' as *;
|