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