@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,5 +1,6 @@
|
|
|
1
1
|
@use 'sass:color';
|
|
2
|
-
@use '
|
|
2
|
+
@use 'variables' as *;
|
|
3
|
+
@use '@syncfusion/ej2-buttons/styles/button/variables' as btn;
|
|
3
4
|
|
|
4
5
|
@include export-module('progress-button-theme') {
|
|
5
6
|
|
|
@@ -19,25 +20,25 @@
|
|
|
19
20
|
}
|
|
20
21
|
|
|
21
22
|
.e-path-arc {
|
|
22
|
-
stroke:
|
|
23
|
+
stroke: btn.$btn-color;
|
|
23
24
|
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
|
|
24
25
|
stroke-width: 3px;
|
|
25
26
|
}
|
|
26
27
|
}
|
|
27
28
|
}
|
|
28
29
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
30
|
+
&.e-primary,
|
|
31
|
+
&.e-primary.e-outline:hover,
|
|
32
|
+
&.e-primary.e-outline:focus,
|
|
33
|
+
&.e-primary.e-flat:hover,
|
|
34
|
+
&.e-primary.e-flat:focus {
|
|
34
35
|
.e-spinner-pane .e-spinner-inner svg {
|
|
35
|
-
fill:
|
|
36
|
-
stroke:
|
|
36
|
+
fill: btn.$btn-primary-color;
|
|
37
|
+
stroke: btn.$btn-primary-color;
|
|
37
38
|
|
|
38
39
|
.e-path-circle {
|
|
39
40
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
|
|
40
|
-
stroke: color.adjust(
|
|
41
|
+
stroke: color.adjust(btn.$btn-primary-color, $alpha: -$progress-btn-circle-opacity);
|
|
41
42
|
}
|
|
42
43
|
@else if $skin-name == 'tailwind' {
|
|
43
44
|
stroke: color.adjust($progress-btn-primary-color, $alpha: -$progress-btn-circle-opacity);
|
|
@@ -45,21 +46,21 @@
|
|
|
45
46
|
}
|
|
46
47
|
|
|
47
48
|
.e-path-arc {
|
|
48
|
-
stroke:
|
|
49
|
+
stroke: btn.$btn-primary-color;
|
|
49
50
|
}
|
|
50
51
|
}
|
|
51
52
|
|
|
52
53
|
&.e-flat {
|
|
53
54
|
.e-spinner-pane .e-spinner-inner svg {
|
|
54
|
-
fill:
|
|
55
|
-
stroke:
|
|
55
|
+
fill: btn.$btn-flat-primary-color;
|
|
56
|
+
stroke: btn.$btn-flat-primary-color;
|
|
56
57
|
|
|
57
58
|
.e-path-circle {
|
|
58
59
|
@if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
59
60
|
stroke: color.adjust($btn-flat-primary-path-arc, $alpha: -$progress-btn-circle-opacity);
|
|
60
61
|
}
|
|
61
62
|
@else if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap'{
|
|
62
|
-
stroke: color.adjust(
|
|
63
|
+
stroke: color.adjust(btn.$btn-flat-primary-color, $alpha: -$progress-btn-circle-opacity);
|
|
63
64
|
}
|
|
64
65
|
}
|
|
65
66
|
|
|
@@ -68,45 +69,45 @@
|
|
|
68
69
|
stroke: $btn-flat-primary-path-arc;
|
|
69
70
|
}
|
|
70
71
|
@else {
|
|
71
|
-
stroke:
|
|
72
|
+
stroke: btn.$btn-flat-primary-color;
|
|
72
73
|
}
|
|
73
74
|
}
|
|
74
75
|
}
|
|
75
76
|
}
|
|
76
77
|
}
|
|
77
78
|
|
|
78
|
-
|
|
79
|
-
|
|
79
|
+
&.e-primary.e-outline:hover,
|
|
80
|
+
&.e-primary.e-outline:focus {
|
|
80
81
|
@if $skin-name == 'Material3' {
|
|
81
82
|
.e-spinner-pane .e-spinner-inner svg {
|
|
82
|
-
fill:
|
|
83
|
-
stroke:
|
|
83
|
+
fill: btn.$btn-primary-bgcolor;
|
|
84
|
+
stroke: btn.$btn-primary-bgcolor;
|
|
84
85
|
|
|
85
86
|
.e-path-circle {
|
|
86
87
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
87
|
-
stroke: color.adjust(
|
|
88
|
+
stroke: color.adjust(btn.$btn-primary-color, $alpha: -$progress-btn-circle-opacity);
|
|
88
89
|
}
|
|
89
90
|
}
|
|
90
91
|
|
|
91
92
|
.e-path-arc {
|
|
92
|
-
stroke:
|
|
93
|
+
stroke: btn.$btn-primary-color;
|
|
93
94
|
}
|
|
94
95
|
}
|
|
95
96
|
}
|
|
96
97
|
}
|
|
97
98
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
99
|
+
&.e-success,
|
|
100
|
+
&.e-success.e-outline:hover,
|
|
101
|
+
&.e-success.e-outline:focus,
|
|
102
|
+
&.e-success.e-flat:hover,
|
|
103
|
+
&.e-success.e-flat:focus {
|
|
103
104
|
.e-spinner-pane .e-spinner-inner svg {
|
|
104
|
-
fill:
|
|
105
|
-
stroke:
|
|
105
|
+
fill: btn.$btn-success-color;
|
|
106
|
+
stroke: btn.$btn-success-color;
|
|
106
107
|
|
|
107
108
|
.e-path-circle {
|
|
108
109
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
|
|
109
|
-
stroke: color.adjust(
|
|
110
|
+
stroke: color.adjust(btn.$btn-success-color, $alpha: -$progress-btn-circle-opacity);
|
|
110
111
|
}
|
|
111
112
|
@else if $skin-name == 'tailwind' {
|
|
112
113
|
stroke: color.adjust($progress-btn-success-color, $alpha: -$progress-btn-circle-opacity);
|
|
@@ -114,14 +115,14 @@
|
|
|
114
115
|
}
|
|
115
116
|
|
|
116
117
|
.e-path-arc {
|
|
117
|
-
stroke:
|
|
118
|
+
stroke: btn.$btn-success-color;
|
|
118
119
|
}
|
|
119
120
|
}
|
|
120
121
|
|
|
121
122
|
&.e-flat {
|
|
122
123
|
.e-spinner-pane .e-spinner-inner svg {
|
|
123
|
-
fill:
|
|
124
|
-
stroke:
|
|
124
|
+
fill: btn.$btn-flat-success-color;
|
|
125
|
+
stroke: btn.$btn-flat-success-color;
|
|
125
126
|
|
|
126
127
|
.e-path-circle {
|
|
127
128
|
@if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
@@ -129,7 +130,7 @@
|
|
|
129
130
|
}
|
|
130
131
|
@else {
|
|
131
132
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
132
|
-
stroke: color.adjust(
|
|
133
|
+
stroke: color.adjust(btn.$btn-flat-success-color, $alpha: -$progress-btn-circle-opacity);
|
|
133
134
|
}
|
|
134
135
|
}
|
|
135
136
|
}
|
|
@@ -139,28 +140,28 @@
|
|
|
139
140
|
stroke: $btn-flat-primary-path-arc;
|
|
140
141
|
}
|
|
141
142
|
@else {
|
|
142
|
-
stroke:
|
|
143
|
+
stroke: btn.$btn-flat-success-color;
|
|
143
144
|
}
|
|
144
145
|
}
|
|
145
146
|
}
|
|
146
147
|
}
|
|
147
148
|
}
|
|
148
149
|
|
|
149
|
-
|
|
150
|
-
|
|
150
|
+
&.e-success.e-outline:hover,
|
|
151
|
+
&.e-success.e-outline:focus {
|
|
151
152
|
@if $skin-name == 'Material3' {
|
|
152
153
|
.e-spinner-pane .e-spinner-inner svg {
|
|
153
|
-
fill:
|
|
154
|
-
stroke:
|
|
154
|
+
fill: btn.$btn-success-bgcolor;
|
|
155
|
+
stroke: btn.$btn-success-bgcolor;
|
|
155
156
|
|
|
156
157
|
.e-path-circle {
|
|
157
158
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
158
|
-
stroke: color.adjust(
|
|
159
|
+
stroke: color.adjust(btn.$btn-success-color, $alpha: -$progress-btn-circle-opacity);
|
|
159
160
|
}
|
|
160
161
|
}
|
|
161
162
|
|
|
162
163
|
.e-path-arc {
|
|
163
|
-
stroke:
|
|
164
|
+
stroke: btn.$btn-success-color;
|
|
164
165
|
}
|
|
165
166
|
}
|
|
166
167
|
}
|
|
@@ -172,12 +173,12 @@
|
|
|
172
173
|
&.e-info.e-flat:hover,
|
|
173
174
|
&.e-info.e-flat:focus {
|
|
174
175
|
.e-spinner-pane .e-spinner-inner svg {
|
|
175
|
-
fill:
|
|
176
|
-
stroke:
|
|
176
|
+
fill: btn.$btn-info-color;
|
|
177
|
+
stroke: btn.$btn-info-color;
|
|
177
178
|
|
|
178
179
|
.e-path-circle {
|
|
179
180
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
|
|
180
|
-
stroke: color.adjust(
|
|
181
|
+
stroke: color.adjust(btn.$btn-info-color, $alpha: -$progress-btn-circle-opacity);
|
|
181
182
|
}
|
|
182
183
|
@else if $skin-name == 'tailwind' {
|
|
183
184
|
stroke: color.adjust($progress-btn-info-color, $alpha: -$progress-btn-circle-opacity);
|
|
@@ -188,21 +189,21 @@
|
|
|
188
189
|
}
|
|
189
190
|
|
|
190
191
|
.e-path-arc {
|
|
191
|
-
stroke:
|
|
192
|
+
stroke: btn.$btn-info-color;
|
|
192
193
|
}
|
|
193
194
|
}
|
|
194
195
|
|
|
195
196
|
&.e-flat {
|
|
196
197
|
.e-spinner-pane .e-spinner-inner svg {
|
|
197
|
-
fill:
|
|
198
|
-
stroke:
|
|
198
|
+
fill: btn.$btn-flat-info-color;
|
|
199
|
+
stroke: btn.$btn-flat-info-color;
|
|
199
200
|
|
|
200
201
|
.e-path-circle {
|
|
201
202
|
@if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
202
203
|
stroke: color.adjust($btn-flat-primary-path-arc, $alpha: -$progress-btn-circle-opacity);
|
|
203
204
|
}
|
|
204
205
|
@else if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
205
|
-
stroke: color.adjust(
|
|
206
|
+
stroke: color.adjust(btn.$btn-flat-info-color, $alpha: -$progress-btn-circle-opacity);
|
|
206
207
|
}
|
|
207
208
|
}
|
|
208
209
|
|
|
@@ -211,28 +212,28 @@
|
|
|
211
212
|
stroke: $btn-flat-primary-path-arc;
|
|
212
213
|
}
|
|
213
214
|
@else {
|
|
214
|
-
stroke:
|
|
215
|
+
stroke: btn.$btn-flat-info-color;
|
|
215
216
|
}
|
|
216
217
|
}
|
|
217
218
|
}
|
|
218
219
|
}
|
|
219
220
|
}
|
|
220
221
|
|
|
221
|
-
|
|
222
|
-
|
|
222
|
+
&.e-info.e-outline:hover,
|
|
223
|
+
&.e-info.e-outline:focus {
|
|
223
224
|
@if $skin-name == 'Material3' {
|
|
224
225
|
.e-spinner-pane .e-spinner-inner svg {
|
|
225
|
-
fill:
|
|
226
|
-
stroke:
|
|
226
|
+
fill: btn.$btn-info-bgcolor;
|
|
227
|
+
stroke: btn.$btn-info-bgcolor;
|
|
227
228
|
|
|
228
229
|
.e-path-circle {
|
|
229
230
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
230
|
-
stroke: color.adjust(
|
|
231
|
+
stroke: color.adjust(btn.$btn-info-color, $alpha: -$progress-btn-circle-opacity);
|
|
231
232
|
}
|
|
232
233
|
}
|
|
233
234
|
|
|
234
235
|
.e-path-arc {
|
|
235
|
-
stroke:
|
|
236
|
+
stroke: btn.$btn-info-color;
|
|
236
237
|
}
|
|
237
238
|
}
|
|
238
239
|
}
|
|
@@ -244,12 +245,12 @@
|
|
|
244
245
|
&.e-warning.e-flat:hover,
|
|
245
246
|
&.e-warning.e-flat:focus {
|
|
246
247
|
.e-spinner-pane .e-spinner-inner svg {
|
|
247
|
-
fill:
|
|
248
|
-
stroke:
|
|
248
|
+
fill: btn.$btn-warning-color;
|
|
249
|
+
stroke: btn.$btn-warning-color;
|
|
249
250
|
|
|
250
251
|
.e-path-circle {
|
|
251
252
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
|
|
252
|
-
stroke: color.adjust(
|
|
253
|
+
stroke: color.adjust(btn.$btn-warning-color, $alpha: -$progress-btn-circle-opacity);
|
|
253
254
|
}
|
|
254
255
|
@else if $skin-name == 'tailwind' {
|
|
255
256
|
stroke: color.adjust($progress-btn-warning-color, $alpha: -$progress-btn-circle-opacity);
|
|
@@ -257,21 +258,21 @@
|
|
|
257
258
|
}
|
|
258
259
|
|
|
259
260
|
.e-path-arc {
|
|
260
|
-
stroke:
|
|
261
|
+
stroke: btn.$btn-warning-color;
|
|
261
262
|
}
|
|
262
263
|
}
|
|
263
264
|
|
|
264
265
|
&.e-flat {
|
|
265
266
|
.e-spinner-pane .e-spinner-inner svg {
|
|
266
|
-
fill:
|
|
267
|
-
stroke:
|
|
267
|
+
fill: btn.$btn-flat-warning-color;
|
|
268
|
+
stroke: btn.$btn-flat-warning-color;
|
|
268
269
|
|
|
269
270
|
.e-path-circle {
|
|
270
271
|
@if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
271
272
|
stroke: color.adjust($btn-flat-primary-path-arc, $alpha: -$progress-btn-circle-opacity);
|
|
272
273
|
}
|
|
273
274
|
@else {
|
|
274
|
-
stroke:
|
|
275
|
+
stroke: btn.$btn-flat-warning-color;
|
|
275
276
|
}
|
|
276
277
|
}
|
|
277
278
|
|
|
@@ -280,28 +281,28 @@
|
|
|
280
281
|
stroke: $btn-flat-primary-path-arc;
|
|
281
282
|
}
|
|
282
283
|
@else {
|
|
283
|
-
stroke:
|
|
284
|
+
stroke: btn.$btn-flat-warning-color;
|
|
284
285
|
}
|
|
285
286
|
}
|
|
286
287
|
}
|
|
287
288
|
}
|
|
288
289
|
}
|
|
289
290
|
|
|
290
|
-
|
|
291
|
-
|
|
291
|
+
&.e-warning.e-outline:hover,
|
|
292
|
+
&.e-warning.e-outline:focus {
|
|
292
293
|
@if $skin-name == 'Material3' {
|
|
293
294
|
.e-spinner-pane .e-spinner-inner svg {
|
|
294
|
-
fill:
|
|
295
|
-
stroke:
|
|
295
|
+
fill: btn.$btn-warning-bgcolor;
|
|
296
|
+
stroke: btn.$btn-warning-bgcolor;
|
|
296
297
|
|
|
297
298
|
.e-path-circle {
|
|
298
299
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
299
|
-
stroke: color.adjust(
|
|
300
|
+
stroke: color.adjust(btn.$btn-warning-color, $alpha: -$progress-btn-circle-opacity);
|
|
300
301
|
}
|
|
301
302
|
}
|
|
302
303
|
|
|
303
304
|
.e-path-arc {
|
|
304
|
-
stroke:
|
|
305
|
+
stroke: btn.$btn-warning-color;
|
|
305
306
|
}
|
|
306
307
|
}
|
|
307
308
|
}
|
|
@@ -313,12 +314,12 @@
|
|
|
313
314
|
&.e-danger.e-flat:hover,
|
|
314
315
|
&.e-danger.e-flat:focus {
|
|
315
316
|
.e-spinner-pane .e-spinner-inner svg {
|
|
316
|
-
fill:
|
|
317
|
-
stroke:
|
|
317
|
+
fill: btn.$btn-danger-color;
|
|
318
|
+
stroke: btn.$btn-danger-color;
|
|
318
319
|
|
|
319
320
|
.e-path-circle {
|
|
320
321
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
|
|
321
|
-
stroke: color.adjust(
|
|
322
|
+
stroke: color.adjust(btn.$btn-danger-color, $alpha: -$progress-btn-circle-opacity);
|
|
322
323
|
}
|
|
323
324
|
@else if $skin-name == 'tailwind' {
|
|
324
325
|
stroke: color.adjust($progress-btn-danger-color, $alpha: -$progress-btn-circle-opacity);
|
|
@@ -326,21 +327,21 @@
|
|
|
326
327
|
}
|
|
327
328
|
|
|
328
329
|
.e-path-arc {
|
|
329
|
-
stroke:
|
|
330
|
+
stroke: btn.$btn-danger-color;
|
|
330
331
|
}
|
|
331
332
|
}
|
|
332
333
|
|
|
333
334
|
&.e-flat {
|
|
334
335
|
.e-spinner-pane .e-spinner-inner svg {
|
|
335
|
-
fill:
|
|
336
|
-
stroke:
|
|
336
|
+
fill: btn.$btn-flat-danger-color;
|
|
337
|
+
stroke: btn.$btn-flat-danger-color;
|
|
337
338
|
|
|
338
339
|
.e-path-circle {
|
|
339
340
|
@if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
340
341
|
stroke: color.adjust($btn-flat-primary-path-arc, $alpha: -$progress-btn-circle-opacity);
|
|
341
342
|
}
|
|
342
343
|
@else if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
343
|
-
stroke: color.adjust(
|
|
344
|
+
stroke: color.adjust(btn.$btn-flat-danger-color, $alpha: -$progress-btn-circle-opacity);
|
|
344
345
|
}
|
|
345
346
|
}
|
|
346
347
|
|
|
@@ -349,28 +350,28 @@
|
|
|
349
350
|
stroke: $btn-flat-primary-path-arc;
|
|
350
351
|
}
|
|
351
352
|
@else {
|
|
352
|
-
stroke:
|
|
353
|
+
stroke: btn.$btn-flat-danger-color;
|
|
353
354
|
}
|
|
354
355
|
}
|
|
355
356
|
}
|
|
356
357
|
}
|
|
357
358
|
}
|
|
358
359
|
|
|
359
|
-
|
|
360
|
-
|
|
360
|
+
&.e-danger.e-outline:hover,
|
|
361
|
+
&.e-danger.e-outline:focus {
|
|
361
362
|
@if $skin-name == 'Material3' {
|
|
362
363
|
.e-spinner-pane .e-spinner-inner svg {
|
|
363
|
-
fill:
|
|
364
|
-
stroke:
|
|
364
|
+
fill: btn.$btn-danger-bgcolor;
|
|
365
|
+
stroke: btn.$btn-danger-bgcolor;
|
|
365
366
|
|
|
366
367
|
.e-path-circle {
|
|
367
368
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
368
|
-
stroke: color.adjust(
|
|
369
|
+
stroke: color.adjust(btn.$btn-danger-color, $alpha: -$progress-btn-circle-opacity);
|
|
369
370
|
}
|
|
370
371
|
}
|
|
371
372
|
|
|
372
373
|
.e-path-arc {
|
|
373
|
-
stroke:
|
|
374
|
+
stroke: btn.$btn-danger-color;
|
|
374
375
|
}
|
|
375
376
|
}
|
|
376
377
|
}
|
|
@@ -380,12 +381,12 @@
|
|
|
380
381
|
&.e-flat {
|
|
381
382
|
&.e-primary {
|
|
382
383
|
.e-spinner-pane .e-spinner-inner svg {
|
|
383
|
-
fill:
|
|
384
|
-
stroke:
|
|
384
|
+
fill: btn.$btn-primary-bgcolor;
|
|
385
|
+
stroke: btn.$btn-primary-bgcolor;
|
|
385
386
|
|
|
386
387
|
.e-path-circle {
|
|
387
388
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
|
|
388
|
-
stroke: color.adjust(
|
|
389
|
+
stroke: color.adjust(btn.$btn-primary-bgcolor, $alpha: -$progress-btn-circle-opacity);
|
|
389
390
|
}
|
|
390
391
|
@else if $skin-name == 'tailwind' {
|
|
391
392
|
stroke: color.adjust($progress-btn-primary-bgcolor, $alpha: -$progress-btn-circle-opacity);
|
|
@@ -393,35 +394,35 @@
|
|
|
393
394
|
}
|
|
394
395
|
|
|
395
396
|
.e-path-arc {
|
|
396
|
-
stroke:
|
|
397
|
+
stroke: btn.$btn-primary-bgcolor;
|
|
397
398
|
}
|
|
398
399
|
}
|
|
399
400
|
}
|
|
400
401
|
|
|
401
402
|
&.e-success {
|
|
402
403
|
.e-spinner-pane .e-spinner-inner svg {
|
|
403
|
-
fill:
|
|
404
|
-
stroke:
|
|
404
|
+
fill: btn.$btn-success-bgcolor;
|
|
405
|
+
stroke: btn.$btn-success-bgcolor;
|
|
405
406
|
|
|
406
407
|
.e-path-circle {
|
|
407
408
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
408
|
-
stroke: color.adjust(
|
|
409
|
+
stroke: color.adjust(btn.$btn-success-bgcolor, $alpha: -$progress-btn-circle-opacity);
|
|
409
410
|
}
|
|
410
411
|
}
|
|
411
412
|
.e-path-arc {
|
|
412
|
-
stroke:
|
|
413
|
+
stroke: btn.$btn-success-bgcolor;
|
|
413
414
|
}
|
|
414
415
|
}
|
|
415
416
|
}
|
|
416
417
|
|
|
417
418
|
&.e-info {
|
|
418
419
|
.e-spinner-pane .e-spinner-inner svg {
|
|
419
|
-
fill:
|
|
420
|
-
stroke:
|
|
420
|
+
fill: btn.$btn-info-bgcolor;
|
|
421
|
+
stroke: btn.$btn-info-bgcolor;
|
|
421
422
|
|
|
422
423
|
.e-path-circle {
|
|
423
424
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
|
|
424
|
-
stroke: color.adjust(
|
|
425
|
+
stroke: color.adjust(btn.$btn-info-bgcolor, $alpha: -$progress-btn-circle-opacity);
|
|
425
426
|
}
|
|
426
427
|
@else if $skin-name == 'tailwind' {
|
|
427
428
|
stroke: color.adjust($progress-btn-info-bgcolor, $alpha: -$progress-btn-circle-opacity);
|
|
@@ -429,41 +430,41 @@
|
|
|
429
430
|
}
|
|
430
431
|
|
|
431
432
|
.e-path-arc {
|
|
432
|
-
stroke:
|
|
433
|
+
stroke: btn.$btn-info-bgcolor;
|
|
433
434
|
}
|
|
434
435
|
}
|
|
435
436
|
}
|
|
436
437
|
|
|
437
438
|
&.e-warning {
|
|
438
439
|
.e-spinner-pane .e-spinner-inner svg {
|
|
439
|
-
fill:
|
|
440
|
-
stroke:
|
|
440
|
+
fill: btn.$btn-warning-bgcolor;
|
|
441
|
+
stroke: btn.$btn-warning-bgcolor;
|
|
441
442
|
|
|
442
443
|
.e-path-circle {
|
|
443
444
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
444
|
-
stroke: color.adjust(
|
|
445
|
+
stroke: color.adjust(btn.$btn-warning-bgcolor, $alpha: -$progress-btn-circle-opacity);
|
|
445
446
|
}
|
|
446
447
|
}
|
|
447
448
|
|
|
448
449
|
.e-path-arc {
|
|
449
|
-
stroke:
|
|
450
|
+
stroke: btn.$btn-warning-bgcolor;
|
|
450
451
|
}
|
|
451
452
|
}
|
|
452
453
|
}
|
|
453
454
|
|
|
454
455
|
&.e-danger {
|
|
455
456
|
.e-spinner-pane .e-spinner-inner svg {
|
|
456
|
-
fill:
|
|
457
|
-
stroke:
|
|
457
|
+
fill: btn.$btn-danger-bgcolor;
|
|
458
|
+
stroke: btn.$btn-danger-bgcolor;
|
|
458
459
|
|
|
459
460
|
.e-path-circle {
|
|
460
461
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
461
|
-
stroke: color.adjust(
|
|
462
|
+
stroke: color.adjust(btn.$btn-danger-bgcolor, $alpha: -$progress-btn-circle-opacity);
|
|
462
463
|
}
|
|
463
464
|
}
|
|
464
465
|
|
|
465
466
|
.e-path-arc {
|
|
466
|
-
stroke:
|
|
467
|
+
stroke: btn.$btn-danger-bgcolor;
|
|
467
468
|
}
|
|
468
469
|
}
|
|
469
470
|
}
|
|
@@ -471,12 +472,12 @@
|
|
|
471
472
|
|
|
472
473
|
&.e-link {
|
|
473
474
|
.e-spinner-pane .e-spinner-inner svg {
|
|
474
|
-
fill:
|
|
475
|
-
stroke:
|
|
475
|
+
fill: btn.$btn-link-color;
|
|
476
|
+
stroke: btn.$btn-link-color;
|
|
476
477
|
|
|
477
478
|
.e-path-circle {
|
|
478
479
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
|
|
479
|
-
stroke: color.adjust(
|
|
480
|
+
stroke: color.adjust(btn.$btn-link-color, $alpha: -$progress-btn-circle-opacity);
|
|
480
481
|
}
|
|
481
482
|
@else if $skin-name == 'tailwind' {
|
|
482
483
|
stroke: color.adjust($progress-btn-link-color, $alpha: -$progress-btn-circle-opacity);
|
|
@@ -484,7 +485,7 @@
|
|
|
484
485
|
}
|
|
485
486
|
|
|
486
487
|
.e-path-arc {
|
|
487
|
-
stroke:
|
|
488
|
+
stroke: btn.$btn-link-color;
|
|
488
489
|
}
|
|
489
490
|
}
|
|
490
491
|
}
|
|
@@ -499,9 +500,9 @@
|
|
|
499
500
|
}
|
|
500
501
|
}
|
|
501
502
|
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
503
|
+
*.e-primary,
|
|
504
|
+
*.e-success,
|
|
505
|
+
*.e-danger {
|
|
505
506
|
.e-progress {
|
|
506
507
|
@if $skin-name == 'bootstrap5.3' {
|
|
507
508
|
background: currentColor;
|
|
@@ -512,7 +513,7 @@
|
|
|
512
513
|
}
|
|
513
514
|
}
|
|
514
515
|
|
|
515
|
-
|
|
516
|
+
*.e-info {
|
|
516
517
|
.e-progress {
|
|
517
518
|
@if $skin-name == 'bootstrap5.3' {
|
|
518
519
|
background: currentColor;
|
|
@@ -523,7 +524,7 @@
|
|
|
523
524
|
}
|
|
524
525
|
}
|
|
525
526
|
|
|
526
|
-
|
|
527
|
+
*.e-flat {
|
|
527
528
|
&.e-primary {
|
|
528
529
|
.e-progress {
|
|
529
530
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
@@ -565,11 +566,11 @@
|
|
|
565
566
|
}
|
|
566
567
|
}
|
|
567
568
|
|
|
568
|
-
|
|
569
|
+
*.e-outline:not(:focus) {
|
|
569
570
|
&.e-primary {
|
|
570
571
|
.e-progress {
|
|
571
572
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
|
|
572
|
-
background: color.adjust(
|
|
573
|
+
background: color.adjust(btn.$btn-primary-bgcolor, $alpha: -.8);
|
|
573
574
|
}
|
|
574
575
|
@else if $skin-name == 'tailwind' {
|
|
575
576
|
background: color.adjust($progress-btn-primary-bgcolor, $alpha: -.8);
|
|
@@ -580,7 +581,7 @@
|
|
|
580
581
|
&.e-success {
|
|
581
582
|
.e-progress {
|
|
582
583
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
583
|
-
background: color.adjust(
|
|
584
|
+
background: color.adjust(btn.$btn-success-bgcolor, $alpha: -.8);
|
|
584
585
|
}
|
|
585
586
|
}
|
|
586
587
|
}
|
|
@@ -588,7 +589,7 @@
|
|
|
588
589
|
&.e-info {
|
|
589
590
|
.e-progress {
|
|
590
591
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
|
|
591
|
-
background: color.adjust(
|
|
592
|
+
background: color.adjust(btn.$btn-info-bgcolor, $alpha: -.8);
|
|
592
593
|
}
|
|
593
594
|
@else if $skin-name == 'tailwind' {
|
|
594
595
|
background: color.adjust($progress-btn-info-bgcolor, $alpha: -.8);
|
|
@@ -599,7 +600,7 @@
|
|
|
599
600
|
&.e-warning {
|
|
600
601
|
.e-progress {
|
|
601
602
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
602
|
-
background: color.adjust(
|
|
603
|
+
background: color.adjust(btn.$btn-warning-bgcolor, $alpha: -.8);
|
|
603
604
|
}
|
|
604
605
|
}
|
|
605
606
|
}
|
|
@@ -607,15 +608,15 @@
|
|
|
607
608
|
&.e-danger {
|
|
608
609
|
.e-progress {
|
|
609
610
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
610
|
-
background: color.adjust(
|
|
611
|
+
background: color.adjust(btn.$btn-danger-bgcolor, $alpha: -.8);
|
|
611
612
|
}
|
|
612
613
|
}
|
|
613
614
|
}
|
|
614
615
|
}
|
|
615
616
|
|
|
616
617
|
@if $skin-name == 'Material3' {
|
|
617
|
-
|
|
618
|
-
|
|
618
|
+
*.e-flat,
|
|
619
|
+
*.e-flat:not(:focus) {
|
|
619
620
|
&.e-primary {
|
|
620
621
|
.e-progress {
|
|
621
622
|
background: $progress-btn-flat-primary-progress-color;
|
|
@@ -648,12 +649,12 @@
|
|
|
648
649
|
}
|
|
649
650
|
}
|
|
650
651
|
|
|
651
|
-
|
|
652
|
+
*.e-flat:not(:focus) {
|
|
652
653
|
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
653
654
|
&.e-primary {
|
|
654
655
|
.e-progress {
|
|
655
656
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
|
|
656
|
-
background: color.adjust(
|
|
657
|
+
background: color.adjust(btn.$btn-primary-bgcolor, $alpha: -.8);
|
|
657
658
|
}
|
|
658
659
|
@else if $skin-name == 'tailwind' {
|
|
659
660
|
background: color.adjust($progress-btn-primary-bgcolor, $alpha: -.8);
|
|
@@ -664,7 +665,7 @@
|
|
|
664
665
|
&.e-success {
|
|
665
666
|
.e-progress {
|
|
666
667
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
667
|
-
background: color.adjust(
|
|
668
|
+
background: color.adjust(btn.$btn-success-bgcolor, $alpha: -.8);
|
|
668
669
|
}
|
|
669
670
|
}
|
|
670
671
|
}
|
|
@@ -672,7 +673,7 @@
|
|
|
672
673
|
&.e-info {
|
|
673
674
|
.e-progress {
|
|
674
675
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
|
|
675
|
-
background: color.adjust(
|
|
676
|
+
background: color.adjust(btn.$btn-info-bgcolor, $alpha: -.8);
|
|
676
677
|
}
|
|
677
678
|
@else if $skin-name == 'tailwind' {
|
|
678
679
|
background: color.adjust($progress-btn-info-bgcolor, $alpha: -.8);
|
|
@@ -683,7 +684,7 @@
|
|
|
683
684
|
&.e-warning {
|
|
684
685
|
.e-progress {
|
|
685
686
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
686
|
-
background: color.adjust(
|
|
687
|
+
background: color.adjust(btn.$btn-warning-bgcolor, $alpha: -.8);
|
|
687
688
|
}
|
|
688
689
|
}
|
|
689
690
|
}
|
|
@@ -691,7 +692,7 @@
|
|
|
691
692
|
&.e-danger {
|
|
692
693
|
.e-progress {
|
|
693
694
|
@if $skin-name == 'material' or $skin-name == 'fabric' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
694
|
-
background: color.adjust(
|
|
695
|
+
background: color.adjust(btn.$btn-danger-bgcolor, $alpha: -.8);
|
|
695
696
|
}
|
|
696
697
|
}
|
|
697
698
|
}
|
|
@@ -701,17 +702,17 @@
|
|
|
701
702
|
|
|
702
703
|
@if $skin-name != 'fluent2' {
|
|
703
704
|
.e-progress-btn.e-outline .e-spinner-pane .e-spinner-inner svg {
|
|
704
|
-
fill:
|
|
705
|
-
stroke:
|
|
705
|
+
fill: btn.$btn-outline-color;
|
|
706
|
+
stroke: btn.$btn-outline-color;
|
|
706
707
|
}
|
|
707
708
|
|
|
708
709
|
.e-progress-btn.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
|
|
709
|
-
fill:
|
|
710
|
-
stroke:
|
|
710
|
+
fill: btn.$btn-color;
|
|
711
|
+
stroke: btn.$btn-color;
|
|
711
712
|
}
|
|
712
713
|
|
|
713
714
|
.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
714
|
-
stroke:
|
|
715
|
+
stroke: btn.$btn-outline-color;
|
|
715
716
|
}
|
|
716
717
|
}
|
|
717
718
|
|