@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
package/styles/material3.scss
CHANGED
|
@@ -1,17 +1,13 @@
|
|
|
1
|
-
@use 'ej2-base/styles/definition/material3' as *;
|
|
2
|
-
@use 'ej2-buttons/styles/button/material3-definition' as *;
|
|
3
|
-
@use 'ej2-popups/styles/popup/material3-definition' as *;
|
|
4
1
|
@use 'drop-down-button/material3-definition' as *;
|
|
5
2
|
@use 'drop-down-button/icons/material3' as *;
|
|
6
|
-
@use 'drop-down-button/all
|
|
7
|
-
@use 'drop-down-button/bigger
|
|
3
|
+
@use 'drop-down-button/all' as *;
|
|
4
|
+
@use 'drop-down-button/bigger' as *;
|
|
8
5
|
@use 'split-button/material3-definition' as *;
|
|
9
|
-
@use 'split-button/all
|
|
10
|
-
@use 'split-button/bigger
|
|
6
|
+
@use 'split-button/all' as *;
|
|
7
|
+
@use 'split-button/bigger' as *;
|
|
11
8
|
@use 'button-group/material3-definition' as *;
|
|
12
|
-
@use 'button-group/all
|
|
13
|
-
@use 'button-group/bigger
|
|
14
|
-
@use 'ej2-popups/styles/spinner/material3-definition' as *;
|
|
9
|
+
@use 'button-group/all' as *;
|
|
10
|
+
@use 'button-group/bigger' as *;
|
|
15
11
|
@use 'progress-button/material3-definition' as *;
|
|
16
|
-
@use 'progress-button/all
|
|
17
|
-
@use 'progress-button/bigger
|
|
12
|
+
@use 'progress-button/all' as *;
|
|
13
|
+
@use 'progress-button/bigger' as *;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@forward 'layout';
|
|
2
|
+
@forward 'theme';
|
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
@use 'ej2-buttons/styles/button/bds-definition' as *;
|
|
3
|
-
@forward 'ej2-base/styles/definition/bds';
|
|
4
|
-
@forward 'ej2-buttons/styles/button/bds-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
5
2
|
|
|
6
3
|
//layout variables
|
|
7
|
-
$skin-name :'Material3';
|
|
8
4
|
$progress-btn-circle-opacity: .8 !default;
|
|
9
5
|
$progress-btn-transition: all .3s linear !default;
|
|
10
6
|
$progress-btn-spinner-padding: 12px !default;
|
|
@@ -19,12 +15,12 @@ $progress-btn-color: $secondary-text-color !default;
|
|
|
19
15
|
$progress-btn-bgcolor: rgba($icon-color, .2) !default;
|
|
20
16
|
$progress-btn-bgcolor-normal: rgba($icon-color, .2) !default;
|
|
21
17
|
$progress-btn-warning-progress-color: $progress-btn-bgcolor !default;
|
|
22
|
-
$progress-btn-flat-primary-progress-color: rgba($
|
|
23
|
-
$progress-btn-flat-success-progress-color: rgba($
|
|
24
|
-
$progress-btn-flat-info-progress-color: rgba($info
|
|
25
|
-
$progress-btn-flat-warning-progress-color: rgba($
|
|
26
|
-
$progress-btn-flat-danger-progress-color: rgba($
|
|
27
|
-
$btn-flat-primary-path-arc: $white;
|
|
18
|
+
$progress-btn-flat-primary-progress-color: rgba($progress-btn-white, 1) !default;
|
|
19
|
+
$progress-btn-flat-success-progress-color: rgba($progress-btn-white, 1) !default;
|
|
20
|
+
$progress-btn-flat-info-progress-color: rgba($progress-btn-info, 1) !default;
|
|
21
|
+
$progress-btn-flat-warning-progress-color: rgba($progress-btn-white, 1) !default;
|
|
22
|
+
$progress-btn-flat-danger-progress-color: rgba($progress-btn-white, 1) !default;
|
|
23
|
+
$btn-flat-primary-path-arc: $progress-btn-white !default;
|
|
28
24
|
$fade-out: none !default;
|
|
29
25
|
$progress-btn-zero-padding-margin: 0 !default;
|
|
30
26
|
$progress-btn-line-height: 1 !default;
|
|
@@ -40,3 +36,11 @@ $progress-slidedown-to-top: 100px !default;
|
|
|
40
36
|
$progress-slideup-to-top: -100px !default;
|
|
41
37
|
$progress-zero-width: 0% !default;
|
|
42
38
|
$progress-negative-full-width: -100% !default;
|
|
39
|
+
$progress-btn-primary-color: $progress-btn-white !default;
|
|
40
|
+
$progress-btn-success-color: $progress-btn-white !default;
|
|
41
|
+
$progress-btn-info-color: $progress-btn-info !default;
|
|
42
|
+
$progress-btn-warning-color: $progress-btn-white !default;
|
|
43
|
+
$progress-btn-danger-color: $progress-btn-white !default;
|
|
44
|
+
$progress-btn-primary-bgcolor: $progress-btn-primary-bg !default;
|
|
45
|
+
$progress-btn-info-bgcolor: $progress-btn-info-bg !default;
|
|
46
|
+
$progress-btn-link-color: $progress-btn-link !default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
@use '
|
|
1
|
+
@use 'variables' as *;
|
|
2
2
|
|
|
3
3
|
@include export-module('progress-button-bigger') {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
*.e-bigger .e-progress-btn,
|
|
5
|
+
*.e-bigger.e-progress-btn {
|
|
6
6
|
&.e-progress-active:not(.e-hide-spinner) {
|
|
7
7
|
&.e-spin-left:not(.e-round) {
|
|
8
8
|
.e-spinner {
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
|
|
3
|
-
@forward 'ej2-base/styles/definition/bootstrap-dark';
|
|
4
|
-
@forward 'ej2-buttons/styles/button/bootstrap-dark-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
2
|
+
|
|
5
3
|
$progress-btn-color: $grey-light-font !default;
|
|
6
4
|
$progress-btn-bgcolor: rgba($grey-light-font, .3) !default;
|
|
7
5
|
$progress-btn-bgcolor-normal: rgba($grey-light-font, .2) !default;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
|
|
3
|
-
@forward 'ej2-base/styles/definition/bootstrap';
|
|
4
|
-
@forward 'ej2-buttons/styles/button/bootstrap-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
2
|
+
|
|
5
3
|
$progress-btn-color: $grey-light-font !default;
|
|
6
4
|
$progress-btn-bgcolor: rgba($grey-white, .3) !default;
|
|
7
5
|
$progress-btn-bgcolor-normal: rgba($grey-base, .2) !default;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
|
|
3
|
-
@forward 'ej2-base/styles/definition/bootstrap4';
|
|
4
|
-
@forward 'ej2-buttons/styles/button/bootstrap4-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
2
|
+
|
|
5
3
|
$progress-btn-color: $white !default;
|
|
6
4
|
$progress-btn-bgcolor: rgba($white, .25) !default;
|
|
7
5
|
$progress-btn-bgcolor-normal: rgba($white, .25) !default;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
|
|
3
|
-
@forward 'ej2-base/styles/definition/bootstrap5-dark';
|
|
4
|
-
@forward 'ej2-buttons/styles/button/bootstrap5-dark-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
2
|
+
|
|
5
3
|
$progress-btn-circle-opacity: .3 !default;
|
|
6
4
|
$progress-btn-transition: all .3s linear !default;
|
|
7
5
|
$progress-btn-spinner-padding: 12px !default;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
|
|
3
|
-
@forward 'ej2-base/styles/definition/bootstrap5';
|
|
4
|
-
@forward 'ej2-buttons/styles/button/bootstrap5-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
2
|
+
|
|
5
3
|
$progress-btn-circle-opacity: .3 !default;
|
|
6
4
|
$progress-btn-transition: all .3s linear !default;
|
|
7
5
|
$progress-btn-spinner-padding: 12px !default;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
|
|
3
|
-
@forward 'ej2-base/styles/definition/bootstrap5.3';
|
|
4
|
-
@forward 'ej2-buttons/styles/button/bootstrap5.3-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
2
|
+
|
|
5
3
|
$progress-btn-circle-opacity: .3 !default;
|
|
6
4
|
$progress-btn-transition: all .3s linear !default;
|
|
7
5
|
$progress-btn-spinner-padding: 12px !default;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
|
|
3
|
-
@forward 'ej2-base/styles/definition/fabric-dark';
|
|
4
|
-
@forward 'ej2-buttons/styles/button/fabric-dark-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
2
|
+
|
|
5
3
|
$progress-btn-color: $neutral-light-font !default;
|
|
6
4
|
$progress-btn-bgcolor: rgba($neutral-light-font, .2) !default;
|
|
7
5
|
$progress-btn-bgcolor-normal: rgba($neutral-light-font, .2) !default;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
|
|
3
|
-
@forward 'ej2-base/styles/definition/fabric';
|
|
4
|
-
@forward 'ej2-buttons/styles/button/fabric-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
2
|
+
|
|
5
3
|
$progress-btn-color: $neutral-light-font !default;
|
|
6
4
|
$progress-btn-bgcolor: rgba($neutral-black, .2) !default;
|
|
7
5
|
$progress-btn-bgcolor-normal: rgba($neutral-black, .2) !default;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
|
|
3
|
-
@forward 'ej2-base/styles/definition/fluent-dark';
|
|
4
|
-
@forward 'ej2-buttons/styles/button/fluent-dark-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
2
|
+
|
|
5
3
|
$progress-btn-circle-opacity: .3 !default;
|
|
6
4
|
$progress-btn-transition: all .3s linear !default;
|
|
7
5
|
$progress-btn-spinner-padding: 12px !default;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
|
|
3
|
-
@forward 'ej2-base/styles/definition/fluent';
|
|
4
|
-
@forward 'ej2-buttons/styles/button/fluent-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
2
|
+
|
|
5
3
|
$progress-btn-circle-opacity: .3 !default;
|
|
6
4
|
$progress-btn-transition: all .3s linear !default;
|
|
7
5
|
$progress-btn-spinner-padding: 12px !default;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
|
|
3
|
-
@forward 'ej2-base/styles/definition/fluent2';
|
|
4
|
-
@forward 'ej2-buttons/styles/button/fluent2-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
2
|
+
|
|
5
3
|
$progress-btn-circle-opacity: .8 !default;
|
|
6
4
|
$progress-btn-transition: all .3s linear !default;
|
|
7
5
|
$progress-btn-spinner-padding: 12px !default;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
|
|
3
|
-
@forward 'ej2-base/styles/definition/highcontrast';
|
|
4
|
-
@forward 'ej2-buttons/styles/button/highcontrast-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
2
|
+
|
|
5
3
|
$progress-btn-color: $content-font !default;
|
|
6
4
|
$progress-btn-bgcolor: rgba($bg-base-0, .3) !default;
|
|
7
5
|
$progress-btn-bgcolor-normal: rgba($bg-base-100, .3) !default;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
|
|
3
|
-
@forward 'ej2-base/styles/definition/highcontrast-light';
|
|
4
|
-
@forward 'ej2-buttons/styles/button/highcontrast-light-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
2
|
+
|
|
5
3
|
$progress-btn-color: $content-font !default;
|
|
6
4
|
$progress-btn-bgcolor: rgba($bg-base-0, .3) !default;
|
|
7
5
|
$progress-btn-bgcolor-normal: rgba($bg-base-100, .3) !default;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
|
|
3
|
-
@forward 'ej2-base/styles/definition/material-dark';
|
|
4
|
-
@forward 'ej2-buttons/styles/button/material-dark-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
2
|
+
|
|
5
3
|
$progress-btn-color: rgba($grey-black, .87) !default;
|
|
6
4
|
$progress-btn-bgcolor: rgba($grey-black, .2) !default;
|
|
7
5
|
$progress-btn-bgcolor-normal: rgba($grey-black, .2) !default;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
|
|
3
|
-
@forward 'ej2-base/styles/definition/material';
|
|
4
|
-
@forward 'ej2-buttons/styles/button/material-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
2
|
+
|
|
5
3
|
$progress-btn-color: rgba($grey-black, .87) !default;
|
|
6
4
|
$progress-btn-bgcolor: rgba($grey-black, .2) !default;
|
|
7
5
|
$progress-btn-bgcolor-normal: rgba($grey-black, .2) !default;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
|
|
3
|
-
@forward 'ej2-base/styles/definition/material3-dark';
|
|
4
|
-
@forward 'ej2-buttons/styles/button/material3-dark-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
2
|
+
|
|
5
3
|
$progress-btn-circle-opacity: .3 !default;
|
|
6
4
|
$progress-btn-transition: all .3s linear !default;
|
|
7
5
|
$progress-btn-spinner-padding: 12px !default;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
|
|
3
|
-
@forward 'ej2-base/styles/definition/material3';
|
|
4
|
-
@forward 'ej2-buttons/styles/button/material3-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
2
|
+
|
|
5
3
|
$progress-btn-circle-opacity: .3 !default;
|
|
6
4
|
$progress-btn-transition: all .3s linear !default;
|
|
7
5
|
$progress-btn-spinner-padding: 12px !default;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
@use 'ej2-buttons/styles/button/tailwind-dark-definition' as *;
|
|
3
|
-
|
|
4
|
-
@forward 'ej2-buttons/styles/button/tailwind-dark-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
2
|
+
@use '@syncfusion/ej2-buttons/styles/button/tailwind-dark-definition' as *;
|
|
3
|
+
|
|
5
4
|
$progress-btn-circle-opacity: .8 !default;
|
|
6
5
|
$progress-btn-transition: all .3s linear !default;
|
|
7
6
|
$progress-btn-spinner-padding: 12px !default;
|
|
@@ -36,3 +35,11 @@ $progress-slidedown-to-top: 100px !default;
|
|
|
36
35
|
$progress-slideup-to-top: -100px !default;
|
|
37
36
|
$progress-zero-width: 0% !default;
|
|
38
37
|
$progress-negative-full-width: -100% !default;
|
|
38
|
+
$progress-btn-primary-color: $btn-primary-color !default;
|
|
39
|
+
$progress-btn-success-color: $btn-success-color !default;
|
|
40
|
+
$progress-btn-info-color: $btn-info-color !default;
|
|
41
|
+
$progress-btn-warning-color: $btn-warning-color !default;
|
|
42
|
+
$progress-btn-danger-color: $btn-danger-color !default;
|
|
43
|
+
$progress-btn-primary-bgcolor: $btn-primary-bgcolor !default;
|
|
44
|
+
$progress-btn-info-bgcolor: $btn-info-bgcolor !default;
|
|
45
|
+
$progress-btn-link-color: $btn-link-color !default;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
@use 'ej2-buttons/styles/button/tailwind-definition' as *;
|
|
3
|
-
|
|
4
|
-
@forward 'ej2-buttons/styles/button/tailwind-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
2
|
+
@use '@syncfusion/ej2-buttons/styles/button/tailwind-definition' as *;
|
|
3
|
+
|
|
5
4
|
$progress-btn-circle-opacity: .8 !default;
|
|
6
5
|
$progress-btn-transition: all .3s linear !default;
|
|
7
6
|
$progress-btn-spinner-padding: 12px !default;
|
|
@@ -36,3 +35,11 @@ $progress-slidedown-to-top: 100px !default;
|
|
|
36
35
|
$progress-slideup-to-top: -100px !default;
|
|
37
36
|
$progress-zero-width: 0% !default;
|
|
38
37
|
$progress-negative-full-width: -100% !default;
|
|
38
|
+
$progress-btn-primary-color: $btn-primary-color !default;
|
|
39
|
+
$progress-btn-success-color: $btn-success-color !default;
|
|
40
|
+
$progress-btn-info-color: $btn-info-color !default;
|
|
41
|
+
$progress-btn-warning-color: $btn-warning-color !default;
|
|
42
|
+
$progress-btn-danger-color: $btn-danger-color !default;
|
|
43
|
+
$progress-btn-primary-bgcolor: $btn-primary-bgcolor !default;
|
|
44
|
+
$progress-btn-info-bgcolor: $btn-info-bgcolor !default;
|
|
45
|
+
$progress-btn-link-color: $btn-link-color !default;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
@use 'ej2-base/styles/
|
|
2
|
-
|
|
3
|
-
@forward 'ej2-base/styles/definition/tailwind3';
|
|
4
|
-
@forward 'ej2-buttons/styles/button/tailwind3-definition';
|
|
1
|
+
@use '@syncfusion/ej2-base/styles/common/base-variables' as *;
|
|
2
|
+
|
|
5
3
|
$progress-btn-circle-opacity: .3 !default;
|
|
6
4
|
$progress-btn-transition: all .3s linear !default;
|
|
7
5
|
$progress-btn-spinner-padding: 12px !default;
|