@syncfusion/ej2-splitbuttons 33.2.6 → 34.1.31
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 +44 -12
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +46 -13
- 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 +31 -4
- package/src/split-button/split-button.d.ts +1 -0
- package/src/split-button/split-button.js +15 -9
- package/styles/bds-lite.css +19 -745
- package/styles/bds-lite.scss +4 -7
- package/styles/bds.css +104 -1172
- package/styles/bds.scss +8 -11
- package/styles/bootstrap-dark-lite.css +0 -41
- package/styles/bootstrap-dark-lite.scss +4 -7
- package/styles/bootstrap-dark.css +0 -41
- package/styles/bootstrap-dark.scss +8 -11
- package/styles/bootstrap-lite.css +0 -41
- package/styles/bootstrap-lite.scss +4 -7
- package/styles/bootstrap.css +0 -41
- package/styles/bootstrap.scss +8 -11
- package/styles/bootstrap4-lite.css +0 -41
- package/styles/bootstrap4-lite.scss +4 -7
- package/styles/bootstrap4.css +0 -41
- package/styles/bootstrap4.scss +8 -11
- package/styles/bootstrap5-dark-lite.css +0 -42
- package/styles/bootstrap5-dark-lite.scss +4 -7
- package/styles/bootstrap5-dark.css +0 -42
- package/styles/bootstrap5-dark.scss +8 -11
- package/styles/bootstrap5-lite.css +0 -42
- package/styles/bootstrap5-lite.scss +4 -8
- package/styles/bootstrap5.3-lite.css +2 -716
- package/styles/bootstrap5.3-lite.scss +4 -8
- package/styles/bootstrap5.3.css +74 -1124
- package/styles/bootstrap5.3.scss +8 -12
- package/styles/bootstrap5.css +0 -42
- package/styles/bootstrap5.scss +8 -12
- package/styles/button-group/_all.scss +2 -2
- package/styles/button-group/_bds-definition.scss +2 -4
- package/styles/button-group/_bigger.scss +2 -2
- package/styles/button-group/_bootstrap-dark-definition.scss +1 -4
- package/styles/button-group/_bootstrap-definition.scss +3 -4
- package/styles/button-group/_bootstrap4-definition.scss +3 -4
- package/styles/button-group/_bootstrap5-dark-definition.scss +2 -4
- package/styles/button-group/_bootstrap5-definition.scss +2 -4
- package/styles/button-group/_bootstrap5.3-definition.scss +2 -4
- package/styles/button-group/_fabric-dark-definition.scss +2 -4
- package/styles/button-group/_fabric-definition.scss +2 -4
- package/styles/button-group/_fluent-dark-definition.scss +2 -4
- package/styles/button-group/_fluent-definition.scss +2 -4
- package/styles/button-group/_fluent2-definition.scss +2 -4
- package/styles/button-group/_group-button-mixin.scss +7 -5
- package/styles/button-group/_highcontrast-definition.scss +2 -4
- package/styles/button-group/_highcontrast-light-definition.scss +1 -4
- package/styles/button-group/_layout.scss +6 -6
- package/styles/button-group/_material-dark-definition.scss +1 -4
- package/styles/button-group/_material-definition.scss +2 -4
- package/styles/button-group/_material3-dark-definition.scss +2 -4
- package/styles/button-group/_material3-definition.scss +2 -4
- package/styles/button-group/_tailwind-dark-definition.scss +2 -4
- package/styles/button-group/_tailwind-definition.scss +2 -4
- package/styles/button-group/_tailwind3-definition.scss +2 -4
- package/styles/button-group/_theme.scss +71 -68
- package/styles/button-group/_variables.scss +2 -0
- package/styles/button-group/bds.css +0 -189
- package/styles/button-group/bds.scss +2 -4
- package/styles/button-group/bootstrap-dark.scss +2 -4
- package/styles/button-group/bootstrap.scss +2 -4
- package/styles/button-group/bootstrap4.scss +2 -4
- package/styles/button-group/bootstrap5-dark.scss +2 -4
- package/styles/button-group/bootstrap5.3.css +0 -252
- package/styles/button-group/bootstrap5.3.scss +2 -4
- package/styles/button-group/bootstrap5.scss +2 -4
- package/styles/button-group/fabric-dark.scss +2 -4
- package/styles/button-group/fabric.scss +2 -4
- package/styles/button-group/fluent-dark.scss +2 -4
- package/styles/button-group/fluent.scss +2 -4
- package/styles/button-group/fluent2.css +1 -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 +85 -814
- package/styles/fluent2-lite.scss +4 -8
- package/styles/fluent2.css +141 -1214
- package/styles/fluent2.scss +8 -12
- package/styles/highcontrast-light-lite.css +0 -41
- package/styles/highcontrast-light-lite.scss +4 -8
- package/styles/highcontrast-light.css +0 -41
- package/styles/highcontrast-light.scss +8 -12
- package/styles/highcontrast-lite.css +0 -41
- package/styles/highcontrast-lite.scss +4 -8
- package/styles/highcontrast.css +0 -41
- package/styles/highcontrast.scss +8 -12
- package/styles/material-dark-lite.css +0 -41
- package/styles/material-dark-lite.scss +4 -8
- package/styles/material-dark.css +0 -41
- package/styles/material-dark.scss +8 -12
- package/styles/material-lite.css +0 -41
- package/styles/material-lite.scss +4 -7
- package/styles/material.css +0 -41
- package/styles/material.scss +8 -11
- package/styles/material3-dark-lite.css +6 -704
- package/styles/material3-dark-lite.scss +4 -8
- package/styles/material3-dark.css +80 -1106
- package/styles/material3-dark.scss +8 -12
- package/styles/material3-lite.css +76 -790
- package/styles/material3-lite.scss +4 -8
- package/styles/material3.css +74 -1124
- package/styles/material3.scss +8 -12
- package/styles/progress-button/_all.scss +2 -2
- package/styles/progress-button/_bds-definition.scss +1 -4
- package/styles/progress-button/_bigger.scss +3 -3
- package/styles/progress-button/_bootstrap-dark-definition.scss +2 -4
- package/styles/progress-button/_bootstrap-definition.scss +2 -4
- package/styles/progress-button/_bootstrap4-definition.scss +2 -4
- package/styles/progress-button/_bootstrap5-dark-definition.scss +2 -4
- package/styles/progress-button/_bootstrap5-definition.scss +2 -4
- package/styles/progress-button/_bootstrap5.3-definition.scss +2 -4
- package/styles/progress-button/_fabric-dark-definition.scss +2 -4
- package/styles/progress-button/_fabric-definition.scss +2 -4
- package/styles/progress-button/_fluent-dark-definition.scss +2 -4
- package/styles/progress-button/_fluent-definition.scss +2 -4
- package/styles/progress-button/_fluent2-definition.scss +2 -4
- package/styles/progress-button/_highcontrast-definition.scss +2 -4
- package/styles/progress-button/_highcontrast-light-definition.scss +2 -4
- package/styles/progress-button/_layout.scss +2 -1
- package/styles/progress-button/_material-dark-definition.scss +2 -4
- package/styles/progress-button/_material-definition.scss +2 -4
- package/styles/progress-button/_material3-dark-definition.scss +2 -4
- package/styles/progress-button/_material3-definition.scss +2 -4
- package/styles/progress-button/_tailwind-dark-definition.scss +3 -4
- package/styles/progress-button/_tailwind-definition.scss +3 -4
- package/styles/progress-button/_tailwind3-definition.scss +2 -4
- package/styles/progress-button/_theme.scss +131 -130
- package/styles/progress-button/_variables.scss +2 -0
- package/styles/progress-button/bds.css +0 -230
- package/styles/progress-button/bds.scss +2 -5
- package/styles/progress-button/bootstrap-dark.css +0 -41
- package/styles/progress-button/bootstrap-dark.scss +2 -5
- package/styles/progress-button/bootstrap.css +0 -41
- package/styles/progress-button/bootstrap.scss +2 -5
- package/styles/progress-button/bootstrap4.css +0 -41
- package/styles/progress-button/bootstrap4.scss +2 -5
- package/styles/progress-button/bootstrap5-dark.css +0 -41
- package/styles/progress-button/bootstrap5-dark.scss +2 -5
- package/styles/progress-button/bootstrap5.3.css +0 -293
- package/styles/progress-button/bootstrap5.3.scss +2 -5
- package/styles/progress-button/bootstrap5.css +0 -41
- package/styles/progress-button/bootstrap5.scss +2 -5
- package/styles/progress-button/fabric-dark.css +0 -41
- package/styles/progress-button/fabric-dark.scss +2 -5
- package/styles/progress-button/fabric.css +0 -41
- package/styles/progress-button/fabric.scss +2 -5
- package/styles/progress-button/fluent-dark.css +0 -41
- package/styles/progress-button/fluent-dark.scss +2 -5
- package/styles/progress-button/fluent.css +0 -41
- package/styles/progress-button/fluent.scss +2 -5
- package/styles/progress-button/fluent2.css +0 -299
- package/styles/progress-button/fluent2.scss +2 -5
- package/styles/progress-button/highcontrast-light.css +0 -41
- package/styles/progress-button/highcontrast-light.scss +2 -5
- package/styles/progress-button/highcontrast.css +0 -41
- package/styles/progress-button/highcontrast.scss +2 -5
- package/styles/progress-button/material-dark.css +0 -41
- package/styles/progress-button/material-dark.scss +2 -5
- package/styles/progress-button/material.css +0 -41
- package/styles/progress-button/material.scss +2 -5
- package/styles/progress-button/material3-dark.css +0 -287
- package/styles/progress-button/material3-dark.scss +2 -5
- package/styles/progress-button/material3.css +0 -293
- package/styles/progress-button/material3.scss +2 -5
- package/styles/progress-button/tailwind-dark.css +0 -41
- package/styles/progress-button/tailwind-dark.scss +2 -5
- package/styles/progress-button/tailwind.css +0 -41
- package/styles/progress-button/tailwind.scss +2 -5
- package/styles/progress-button/tailwind3.css +0 -263
- package/styles/progress-button/tailwind3.scss +2 -5
- package/styles/split-button/_all.scss +2 -2
- package/styles/split-button/_bds-definition.scss +4 -3
- package/styles/split-button/_bigger.scss +4 -3
- package/styles/split-button/_bootstrap-dark-definition.scss +4 -3
- package/styles/split-button/_bootstrap-definition.scss +4 -3
- package/styles/split-button/_bootstrap4-definition.scss +5 -3
- package/styles/split-button/_bootstrap5-dark-definition.scss +4 -3
- package/styles/split-button/_bootstrap5-definition.scss +4 -3
- package/styles/split-button/_bootstrap5.3-definition.scss +4 -3
- package/styles/split-button/_fabric-dark-definition.scss +4 -3
- package/styles/split-button/_fabric-definition.scss +4 -3
- package/styles/split-button/_fluent-dark-definition.scss +4 -3
- package/styles/split-button/_fluent-definition.scss +4 -3
- package/styles/split-button/_fluent2-definition.scss +4 -3
- package/styles/split-button/_fusionnew-definition.scss +2 -0
- package/styles/split-button/_highcontrast-definition.scss +4 -3
- package/styles/split-button/_highcontrast-light-definition.scss +4 -3
- package/styles/split-button/_layout.scss +10 -9
- package/styles/split-button/_material-dark-definition.scss +4 -3
- package/styles/split-button/_material-definition.scss +4 -3
- package/styles/split-button/_material3-dark-definition.scss +3 -3
- package/styles/split-button/_material3-definition.scss +3 -3
- package/styles/split-button/_tailwind-dark-definition.scss +3 -3
- package/styles/split-button/_tailwind-definition.scss +3 -3
- package/styles/split-button/_tailwind3-definition.scss +4 -3
- package/styles/split-button/_theme.scss +9 -8
- package/styles/split-button/_variables.scss +2 -0
- package/styles/split-button/bds.css +0 -325
- package/styles/split-button/bds.scss +2 -6
- package/styles/split-button/bootstrap-dark.scss +2 -6
- package/styles/split-button/bootstrap.scss +2 -6
- package/styles/split-button/bootstrap4.scss +2 -6
- package/styles/split-button/bootstrap5-dark.css +0 -1
- package/styles/split-button/bootstrap5-dark.scss +2 -6
- package/styles/split-button/bootstrap5.3.css +0 -253
- package/styles/split-button/bootstrap5.3.scss +2 -6
- package/styles/split-button/bootstrap5.css +0 -1
- package/styles/split-button/bootstrap5.scss +2 -6
- package/styles/split-button/fabric-dark.scss +2 -6
- package/styles/split-button/fabric.scss +2 -6
- package/styles/split-button/fluent-dark.css +0 -1
- package/styles/split-button/fluent-dark.scss +2 -6
- package/styles/split-button/fluent.css +0 -1
- package/styles/split-button/fluent.scss +2 -6
- package/styles/split-button/fluent2.css +0 -259
- package/styles/split-button/fluent2.scss +2 -6
- package/styles/split-button/highcontrast-light.scss +2 -6
- package/styles/split-button/highcontrast.scss +2 -6
- package/styles/split-button/material-dark.scss +2 -6
- package/styles/split-button/material.scss +2 -6
- package/styles/split-button/material3-dark.css +0 -247
- package/styles/split-button/material3-dark.scss +2 -6
- package/styles/split-button/material3.css +0 -253
- package/styles/split-button/material3.scss +2 -6
- package/styles/split-button/tailwind-dark.css +0 -1
- package/styles/split-button/tailwind-dark.scss +2 -6
- package/styles/split-button/tailwind.css +0 -1
- package/styles/split-button/tailwind.scss +2 -6
- package/styles/split-button/tailwind3.css +0 -223
- package/styles/split-button/tailwind3.scss +2 -6
- package/styles/tailwind-dark-lite.css +0 -42
- package/styles/tailwind-dark-lite.scss +4 -8
- package/styles/tailwind-dark.css +0 -42
- package/styles/tailwind-dark.scss +8 -12
- package/styles/tailwind-lite.css +0 -42
- package/styles/tailwind-lite.scss +4 -8
- package/styles/tailwind.css +0 -42
- package/styles/tailwind.scss +8 -12
- package/styles/tailwind3-lite.css +22 -656
- package/styles/tailwind3-lite.scss +4 -8
- package/styles/tailwind3.css +34 -964
- package/styles/tailwind3.scss +8 -12
- package/styles/button-group/_all.bds.scss +0 -2
- package/styles/button-group/_all.bootstrap-dark.scss +0 -2
- package/styles/button-group/_all.bootstrap.scss +0 -2
- package/styles/button-group/_all.bootstrap4.scss +0 -2
- package/styles/button-group/_all.bootstrap5-dark.scss +0 -2
- package/styles/button-group/_all.bootstrap5.3.scss +0 -2
- package/styles/button-group/_all.bootstrap5.scss +0 -2
- package/styles/button-group/_all.fabric-dark.scss +0 -2
- package/styles/button-group/_all.fabric.scss +0 -2
- package/styles/button-group/_all.fluent-dark.scss +0 -2
- package/styles/button-group/_all.fluent.scss +0 -2
- package/styles/button-group/_all.fluent2.scss +0 -2
- package/styles/button-group/_all.highcontrast-light.scss +0 -2
- package/styles/button-group/_all.highcontrast.scss +0 -2
- package/styles/button-group/_all.material-dark.scss +0 -2
- package/styles/button-group/_all.material.scss +0 -2
- package/styles/button-group/_all.material3-dark.scss +0 -2
- package/styles/button-group/_all.material3.scss +0 -2
- package/styles/button-group/_all.tailwind-dark.scss +0 -2
- package/styles/button-group/_all.tailwind.scss +0 -2
- package/styles/button-group/_all.tailwind3.scss +0 -2
- package/styles/button-group/_bigger.bds.scss +0 -4
- package/styles/button-group/_bigger.bootstrap-dark.scss +0 -4
- package/styles/button-group/_bigger.bootstrap.scss +0 -4
- package/styles/button-group/_bigger.bootstrap4.scss +0 -4
- package/styles/button-group/_bigger.bootstrap5-dark.scss +0 -4
- package/styles/button-group/_bigger.bootstrap5.3.scss +0 -4
- package/styles/button-group/_bigger.bootstrap5.scss +0 -4
- package/styles/button-group/_bigger.fabric-dark.scss +0 -4
- package/styles/button-group/_bigger.fabric.scss +0 -4
- package/styles/button-group/_bigger.fluent-dark.scss +0 -4
- package/styles/button-group/_bigger.fluent.scss +0 -4
- package/styles/button-group/_bigger.fluent2.scss +0 -4
- package/styles/button-group/_bigger.highcontrast-light.scss +0 -4
- package/styles/button-group/_bigger.highcontrast.scss +0 -4
- package/styles/button-group/_bigger.material-dark.scss +0 -4
- package/styles/button-group/_bigger.material.scss +0 -4
- package/styles/button-group/_bigger.material3-dark.scss +0 -4
- package/styles/button-group/_bigger.material3.scss +0 -4
- package/styles/button-group/_bigger.tailwind-dark.scss +0 -4
- package/styles/button-group/_bigger.tailwind.scss +0 -4
- package/styles/button-group/_bigger.tailwind3.scss +0 -4
- package/styles/button-group/_layout.bds.scss +0 -4
- package/styles/button-group/_layout.bootstrap-dark.scss +0 -4
- package/styles/button-group/_layout.bootstrap.scss +0 -4
- package/styles/button-group/_layout.bootstrap4.scss +0 -4
- package/styles/button-group/_layout.bootstrap5-dark.scss +0 -4
- package/styles/button-group/_layout.bootstrap5.3.scss +0 -4
- package/styles/button-group/_layout.bootstrap5.scss +0 -4
- package/styles/button-group/_layout.fabric-dark.scss +0 -4
- package/styles/button-group/_layout.fabric.scss +0 -4
- package/styles/button-group/_layout.fluent-dark.scss +0 -4
- package/styles/button-group/_layout.fluent.scss +0 -4
- package/styles/button-group/_layout.fluent2.scss +0 -4
- package/styles/button-group/_layout.highcontrast-light.scss +0 -4
- package/styles/button-group/_layout.highcontrast.scss +0 -4
- package/styles/button-group/_layout.material-dark.scss +0 -4
- package/styles/button-group/_layout.material.scss +0 -4
- package/styles/button-group/_layout.material3-dark.scss +0 -4
- package/styles/button-group/_layout.material3.scss +0 -4
- package/styles/button-group/_layout.tailwind-dark.scss +0 -4
- package/styles/button-group/_layout.tailwind.scss +0 -4
- package/styles/button-group/_layout.tailwind3.scss +0 -4
- package/styles/button-group/_theme-variables.bds.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap4.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap5.scss +0 -1
- package/styles/button-group/_theme-variables.fabric-dark.scss +0 -1
- package/styles/button-group/_theme-variables.fabric.scss +0 -1
- package/styles/button-group/_theme-variables.fluent-dark.scss +0 -1
- package/styles/button-group/_theme-variables.fluent.scss +0 -1
- package/styles/button-group/_theme-variables.fluent2.scss +0 -1
- package/styles/button-group/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/button-group/_theme-variables.highcontrast.scss +0 -1
- package/styles/button-group/_theme-variables.material-dark.scss +0 -1
- package/styles/button-group/_theme-variables.material.scss +0 -1
- package/styles/button-group/_theme-variables.material3-dark.scss +0 -1
- package/styles/button-group/_theme-variables.material3.scss +0 -1
- package/styles/button-group/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/button-group/_theme-variables.tailwind.scss +0 -1
- package/styles/button-group/_theme-variables.tailwind3.scss +0 -1
- package/styles/button-group/_theme.bds.scss +0 -6
- package/styles/button-group/_theme.bootstrap-dark.scss +0 -6
- package/styles/button-group/_theme.bootstrap.scss +0 -6
- package/styles/button-group/_theme.bootstrap4.scss +0 -6
- package/styles/button-group/_theme.bootstrap5-dark.scss +0 -6
- package/styles/button-group/_theme.bootstrap5.3.scss +0 -6
- package/styles/button-group/_theme.bootstrap5.scss +0 -6
- package/styles/button-group/_theme.fabric-dark.scss +0 -6
- package/styles/button-group/_theme.fabric.scss +0 -6
- package/styles/button-group/_theme.fluent-dark.scss +0 -6
- package/styles/button-group/_theme.fluent.scss +0 -6
- package/styles/button-group/_theme.fluent2.scss +0 -6
- package/styles/button-group/_theme.highcontrast-light.scss +0 -6
- package/styles/button-group/_theme.highcontrast.scss +0 -6
- package/styles/button-group/_theme.material-dark.scss +0 -6
- package/styles/button-group/_theme.material.scss +0 -6
- package/styles/button-group/_theme.material3-dark.scss +0 -6
- package/styles/button-group/_theme.material3.scss +0 -6
- package/styles/button-group/_theme.tailwind-dark.scss +0 -6
- package/styles/button-group/_theme.tailwind.scss +0 -6
- package/styles/button-group/_theme.tailwind3.scss +0 -6
- package/styles/drop-down-button/_all.bds.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap-dark.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap4.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap5-dark.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap5.3.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap5.scss +0 -2
- package/styles/drop-down-button/_all.fabric-dark.scss +0 -2
- package/styles/drop-down-button/_all.fabric.scss +0 -2
- package/styles/drop-down-button/_all.fluent-dark.scss +0 -2
- package/styles/drop-down-button/_all.fluent.scss +0 -2
- package/styles/drop-down-button/_all.fluent2.scss +0 -2
- package/styles/drop-down-button/_all.highcontrast-light.scss +0 -2
- package/styles/drop-down-button/_all.highcontrast.scss +0 -2
- package/styles/drop-down-button/_all.material-dark.scss +0 -2
- package/styles/drop-down-button/_all.material.scss +0 -2
- package/styles/drop-down-button/_all.material3-dark.scss +0 -2
- package/styles/drop-down-button/_all.material3.scss +0 -2
- package/styles/drop-down-button/_all.tailwind-dark.scss +0 -2
- package/styles/drop-down-button/_all.tailwind.scss +0 -2
- package/styles/drop-down-button/_all.tailwind3.scss +0 -2
- package/styles/drop-down-button/_bigger.bds.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap4.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap5.3.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap5.scss +0 -3
- package/styles/drop-down-button/_bigger.fabric-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.fabric.scss +0 -3
- package/styles/drop-down-button/_bigger.fluent-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.fluent.scss +0 -3
- package/styles/drop-down-button/_bigger.fluent2.scss +0 -3
- package/styles/drop-down-button/_bigger.highcontrast-light.scss +0 -3
- package/styles/drop-down-button/_bigger.highcontrast.scss +0 -3
- package/styles/drop-down-button/_bigger.material-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.material.scss +0 -3
- package/styles/drop-down-button/_bigger.material3-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.material3.scss +0 -3
- package/styles/drop-down-button/_bigger.tailwind-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.tailwind.scss +0 -3
- package/styles/drop-down-button/_bigger.tailwind3.scss +0 -3
- package/styles/drop-down-button/_layout.bds.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap-dark.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap4.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap5-dark.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap5.3.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap5.scss +0 -3
- package/styles/drop-down-button/_layout.fabric-dark.scss +0 -3
- package/styles/drop-down-button/_layout.fabric.scss +0 -3
- package/styles/drop-down-button/_layout.fluent-dark.scss +0 -3
- package/styles/drop-down-button/_layout.fluent.scss +0 -3
- package/styles/drop-down-button/_layout.fluent2.scss +0 -3
- package/styles/drop-down-button/_layout.highcontrast-light.scss +0 -3
- package/styles/drop-down-button/_layout.highcontrast.scss +0 -3
- package/styles/drop-down-button/_layout.material-dark.scss +0 -3
- package/styles/drop-down-button/_layout.material.scss +0 -3
- package/styles/drop-down-button/_layout.material3-dark.scss +0 -3
- package/styles/drop-down-button/_layout.material3.scss +0 -3
- package/styles/drop-down-button/_layout.tailwind-dark.scss +0 -3
- package/styles/drop-down-button/_layout.tailwind.scss +0 -3
- package/styles/drop-down-button/_layout.tailwind3.scss +0 -3
- package/styles/drop-down-button/_theme-variables.bds.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap4.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap5.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fabric-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fabric.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fluent-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fluent.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fluent2.scss +0 -1
- package/styles/drop-down-button/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/drop-down-button/_theme-variables.highcontrast.scss +0 -1
- package/styles/drop-down-button/_theme-variables.material-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.material.scss +0 -1
- package/styles/drop-down-button/_theme-variables.material3-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.material3.scss +0 -1
- package/styles/drop-down-button/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.tailwind.scss +0 -1
- package/styles/drop-down-button/_theme-variables.tailwind3.scss +0 -1
- package/styles/drop-down-button/_theme.bds.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap-dark.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap4.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap5-dark.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap5.3.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap5.scss +0 -4
- package/styles/drop-down-button/_theme.fabric-dark.scss +0 -4
- package/styles/drop-down-button/_theme.fabric.scss +0 -4
- package/styles/drop-down-button/_theme.fluent-dark.scss +0 -4
- package/styles/drop-down-button/_theme.fluent.scss +0 -4
- package/styles/drop-down-button/_theme.fluent2.scss +0 -4
- package/styles/drop-down-button/_theme.highcontrast-light.scss +0 -4
- package/styles/drop-down-button/_theme.highcontrast.scss +0 -4
- package/styles/drop-down-button/_theme.material-dark.scss +0 -4
- package/styles/drop-down-button/_theme.material.scss +0 -4
- package/styles/drop-down-button/_theme.material3-dark.scss +0 -4
- package/styles/drop-down-button/_theme.material3.scss +0 -4
- package/styles/drop-down-button/_theme.tailwind-dark.scss +0 -4
- package/styles/drop-down-button/_theme.tailwind.scss +0 -4
- package/styles/drop-down-button/_theme.tailwind3.scss +0 -4
- package/styles/progress-button/_all.bds.scss +0 -2
- package/styles/progress-button/_all.bootstrap-dark.scss +0 -2
- package/styles/progress-button/_all.bootstrap.scss +0 -2
- package/styles/progress-button/_all.bootstrap4.scss +0 -2
- package/styles/progress-button/_all.bootstrap5-dark.scss +0 -2
- package/styles/progress-button/_all.bootstrap5.3.scss +0 -2
- package/styles/progress-button/_all.bootstrap5.scss +0 -2
- package/styles/progress-button/_all.fabric-dark.scss +0 -2
- package/styles/progress-button/_all.fabric.scss +0 -2
- package/styles/progress-button/_all.fluent-dark.scss +0 -2
- package/styles/progress-button/_all.fluent.scss +0 -2
- package/styles/progress-button/_all.fluent2.scss +0 -2
- package/styles/progress-button/_all.highcontrast-light.scss +0 -2
- package/styles/progress-button/_all.highcontrast.scss +0 -2
- package/styles/progress-button/_all.material-dark.scss +0 -2
- package/styles/progress-button/_all.material.scss +0 -2
- package/styles/progress-button/_all.material3-dark.scss +0 -2
- package/styles/progress-button/_all.material3.scss +0 -2
- package/styles/progress-button/_all.tailwind-dark.scss +0 -2
- package/styles/progress-button/_all.tailwind.scss +0 -2
- package/styles/progress-button/_all.tailwind3.scss +0 -2
- package/styles/progress-button/_bigger.bds.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap-dark.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap4.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap5.3.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap5.scss +0 -3
- package/styles/progress-button/_bigger.fabric-dark.scss +0 -3
- package/styles/progress-button/_bigger.fabric.scss +0 -3
- package/styles/progress-button/_bigger.fluent-dark.scss +0 -3
- package/styles/progress-button/_bigger.fluent.scss +0 -3
- package/styles/progress-button/_bigger.fluent2.scss +0 -3
- package/styles/progress-button/_bigger.highcontrast-light.scss +0 -3
- package/styles/progress-button/_bigger.highcontrast.scss +0 -3
- package/styles/progress-button/_bigger.material-dark.scss +0 -3
- package/styles/progress-button/_bigger.material.scss +0 -3
- package/styles/progress-button/_bigger.material3-dark.scss +0 -3
- package/styles/progress-button/_bigger.material3.scss +0 -3
- package/styles/progress-button/_bigger.tailwind-dark.scss +0 -3
- package/styles/progress-button/_bigger.tailwind.scss +0 -3
- package/styles/progress-button/_bigger.tailwind3.scss +0 -3
- package/styles/progress-button/_layout.bds.scss +0 -3
- package/styles/progress-button/_layout.bootstrap-dark.scss +0 -3
- package/styles/progress-button/_layout.bootstrap.scss +0 -3
- package/styles/progress-button/_layout.bootstrap4.scss +0 -3
- package/styles/progress-button/_layout.bootstrap5-dark.scss +0 -3
- package/styles/progress-button/_layout.bootstrap5.3.scss +0 -3
- package/styles/progress-button/_layout.bootstrap5.scss +0 -3
- package/styles/progress-button/_layout.fabric-dark.scss +0 -3
- package/styles/progress-button/_layout.fabric.scss +0 -3
- package/styles/progress-button/_layout.fluent-dark.scss +0 -3
- package/styles/progress-button/_layout.fluent.scss +0 -3
- package/styles/progress-button/_layout.fluent2.scss +0 -3
- package/styles/progress-button/_layout.highcontrast-light.scss +0 -3
- package/styles/progress-button/_layout.highcontrast.scss +0 -3
- package/styles/progress-button/_layout.material-dark.scss +0 -3
- package/styles/progress-button/_layout.material.scss +0 -3
- package/styles/progress-button/_layout.material3-dark.scss +0 -3
- package/styles/progress-button/_layout.material3.scss +0 -3
- package/styles/progress-button/_layout.tailwind-dark.scss +0 -3
- package/styles/progress-button/_layout.tailwind.scss +0 -3
- package/styles/progress-button/_layout.tailwind3.scss +0 -3
- package/styles/progress-button/_theme-variables.bds.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap4.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap5.scss +0 -1
- package/styles/progress-button/_theme-variables.fabric-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.fabric.scss +0 -1
- package/styles/progress-button/_theme-variables.fluent-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.fluent.scss +0 -1
- package/styles/progress-button/_theme-variables.fluent2.scss +0 -1
- package/styles/progress-button/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/progress-button/_theme-variables.highcontrast.scss +0 -1
- package/styles/progress-button/_theme-variables.material-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.material.scss +0 -1
- package/styles/progress-button/_theme-variables.material3-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.material3.scss +0 -1
- package/styles/progress-button/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.tailwind.scss +0 -1
- package/styles/progress-button/_theme-variables.tailwind3.scss +0 -1
- package/styles/progress-button/_theme.bds.scss +0 -4
- package/styles/progress-button/_theme.bootstrap-dark.scss +0 -4
- package/styles/progress-button/_theme.bootstrap.scss +0 -4
- package/styles/progress-button/_theme.bootstrap4.scss +0 -4
- package/styles/progress-button/_theme.bootstrap5-dark.scss +0 -4
- package/styles/progress-button/_theme.bootstrap5.3.scss +0 -4
- package/styles/progress-button/_theme.bootstrap5.scss +0 -4
- package/styles/progress-button/_theme.fabric-dark.scss +0 -4
- package/styles/progress-button/_theme.fabric.scss +0 -4
- package/styles/progress-button/_theme.fluent-dark.scss +0 -4
- package/styles/progress-button/_theme.fluent.scss +0 -4
- package/styles/progress-button/_theme.fluent2.scss +0 -4
- package/styles/progress-button/_theme.highcontrast-light.scss +0 -4
- package/styles/progress-button/_theme.highcontrast.scss +0 -4
- package/styles/progress-button/_theme.material-dark.scss +0 -4
- package/styles/progress-button/_theme.material.scss +0 -4
- package/styles/progress-button/_theme.material3-dark.scss +0 -4
- package/styles/progress-button/_theme.material3.scss +0 -4
- package/styles/progress-button/_theme.tailwind-dark.scss +0 -4
- package/styles/progress-button/_theme.tailwind.scss +0 -4
- package/styles/progress-button/_theme.tailwind3.scss +0 -4
- package/styles/split-button/_all.bds.scss +0 -2
- package/styles/split-button/_all.bootstrap-dark.scss +0 -2
- package/styles/split-button/_all.bootstrap.scss +0 -2
- package/styles/split-button/_all.bootstrap4.scss +0 -2
- package/styles/split-button/_all.bootstrap5-dark.scss +0 -2
- package/styles/split-button/_all.bootstrap5.3.scss +0 -2
- package/styles/split-button/_all.bootstrap5.scss +0 -2
- package/styles/split-button/_all.fabric-dark.scss +0 -2
- package/styles/split-button/_all.fabric.scss +0 -2
- package/styles/split-button/_all.fluent-dark.scss +0 -2
- package/styles/split-button/_all.fluent.scss +0 -2
- package/styles/split-button/_all.fluent2.scss +0 -2
- package/styles/split-button/_all.highcontrast-light.scss +0 -2
- package/styles/split-button/_all.highcontrast.scss +0 -2
- package/styles/split-button/_all.material-dark.scss +0 -2
- package/styles/split-button/_all.material.scss +0 -2
- package/styles/split-button/_all.material3-dark.scss +0 -2
- package/styles/split-button/_all.material3.scss +0 -2
- package/styles/split-button/_all.tailwind-dark.scss +0 -2
- package/styles/split-button/_all.tailwind.scss +0 -2
- package/styles/split-button/_all.tailwind3.scss +0 -2
- package/styles/split-button/_bigger.bds.scss +0 -3
- package/styles/split-button/_bigger.bootstrap-dark.scss +0 -3
- package/styles/split-button/_bigger.bootstrap.scss +0 -3
- package/styles/split-button/_bigger.bootstrap4.scss +0 -3
- package/styles/split-button/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/split-button/_bigger.bootstrap5.3.scss +0 -3
- package/styles/split-button/_bigger.bootstrap5.scss +0 -3
- package/styles/split-button/_bigger.fabric-dark.scss +0 -3
- package/styles/split-button/_bigger.fabric.scss +0 -3
- package/styles/split-button/_bigger.fluent-dark.scss +0 -3
- package/styles/split-button/_bigger.fluent.scss +0 -3
- package/styles/split-button/_bigger.fluent2.scss +0 -3
- package/styles/split-button/_bigger.highcontrast-light.scss +0 -3
- package/styles/split-button/_bigger.highcontrast.scss +0 -3
- package/styles/split-button/_bigger.material-dark.scss +0 -3
- package/styles/split-button/_bigger.material.scss +0 -3
- package/styles/split-button/_bigger.material3-dark.scss +0 -3
- package/styles/split-button/_bigger.material3.scss +0 -3
- package/styles/split-button/_bigger.tailwind-dark.scss +0 -3
- package/styles/split-button/_bigger.tailwind.scss +0 -3
- package/styles/split-button/_bigger.tailwind3.scss +0 -3
- package/styles/split-button/_layout.bds.scss +0 -3
- package/styles/split-button/_layout.bootstrap-dark.scss +0 -3
- package/styles/split-button/_layout.bootstrap.scss +0 -3
- package/styles/split-button/_layout.bootstrap4.scss +0 -3
- package/styles/split-button/_layout.bootstrap5-dark.scss +0 -3
- package/styles/split-button/_layout.bootstrap5.3.scss +0 -3
- package/styles/split-button/_layout.bootstrap5.scss +0 -3
- package/styles/split-button/_layout.fabric-dark.scss +0 -3
- package/styles/split-button/_layout.fabric.scss +0 -3
- package/styles/split-button/_layout.fluent-dark.scss +0 -3
- package/styles/split-button/_layout.fluent.scss +0 -3
- package/styles/split-button/_layout.fluent2.scss +0 -3
- package/styles/split-button/_layout.highcontrast-light.scss +0 -3
- package/styles/split-button/_layout.highcontrast.scss +0 -3
- package/styles/split-button/_layout.material-dark.scss +0 -3
- package/styles/split-button/_layout.material.scss +0 -3
- package/styles/split-button/_layout.material3-dark.scss +0 -3
- package/styles/split-button/_layout.material3.scss +0 -3
- package/styles/split-button/_layout.tailwind-dark.scss +0 -3
- package/styles/split-button/_layout.tailwind.scss +0 -3
- package/styles/split-button/_layout.tailwind3.scss +0 -3
- package/styles/split-button/_theme-variables.bds.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap4.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap5.scss +0 -1
- package/styles/split-button/_theme-variables.fabric-dark.scss +0 -1
- package/styles/split-button/_theme-variables.fabric.scss +0 -1
- package/styles/split-button/_theme-variables.fluent-dark.scss +0 -1
- package/styles/split-button/_theme-variables.fluent.scss +0 -1
- package/styles/split-button/_theme-variables.fluent2.scss +0 -1
- package/styles/split-button/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/split-button/_theme-variables.highcontrast.scss +0 -1
- package/styles/split-button/_theme-variables.material-dark.scss +0 -1
- package/styles/split-button/_theme-variables.material.scss +0 -1
- package/styles/split-button/_theme-variables.material3-dark.scss +0 -1
- package/styles/split-button/_theme-variables.material3.scss +0 -1
- package/styles/split-button/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/split-button/_theme-variables.tailwind.scss +0 -1
- package/styles/split-button/_theme-variables.tailwind3.scss +0 -1
- package/styles/split-button/_theme.bds.scss +0 -4
- package/styles/split-button/_theme.bootstrap-dark.scss +0 -4
- package/styles/split-button/_theme.bootstrap.scss +0 -4
- package/styles/split-button/_theme.bootstrap4.scss +0 -4
- package/styles/split-button/_theme.bootstrap5-dark.scss +0 -4
- package/styles/split-button/_theme.bootstrap5.3.scss +0 -4
- package/styles/split-button/_theme.bootstrap5.scss +0 -4
- package/styles/split-button/_theme.fabric-dark.scss +0 -4
- package/styles/split-button/_theme.fabric.scss +0 -4
- package/styles/split-button/_theme.fluent-dark.scss +0 -4
- package/styles/split-button/_theme.fluent.scss +0 -4
- package/styles/split-button/_theme.fluent2.scss +0 -4
- package/styles/split-button/_theme.highcontrast-light.scss +0 -4
- package/styles/split-button/_theme.highcontrast.scss +0 -4
- package/styles/split-button/_theme.material-dark.scss +0 -4
- package/styles/split-button/_theme.material.scss +0 -4
- package/styles/split-button/_theme.material3-dark.scss +0 -4
- package/styles/split-button/_theme.material3.scss +0 -4
- package/styles/split-button/_theme.tailwind-dark.scss +0 -4
- package/styles/split-button/_theme.tailwind.scss +0 -4
- package/styles/split-button/_theme.tailwind3.scss +0 -4
|
@@ -6,81 +6,6 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
/* Font Family */
|
|
10
|
-
/* border */
|
|
11
|
-
/* 0px */
|
|
12
|
-
/* 1px */
|
|
13
|
-
/* 1.5px */
|
|
14
|
-
/* 2px */
|
|
15
|
-
/* 3px */
|
|
16
|
-
/* 4px */
|
|
17
|
-
/* 5px */
|
|
18
|
-
/* 6px */
|
|
19
|
-
/* 7px */
|
|
20
|
-
/* 8px */
|
|
21
|
-
/* Radius */
|
|
22
|
-
/* 1px */
|
|
23
|
-
/* 2px */
|
|
24
|
-
/* 3px */
|
|
25
|
-
/* 4px */
|
|
26
|
-
/* 5px */
|
|
27
|
-
/* 6px */
|
|
28
|
-
/* 7px */
|
|
29
|
-
/* 8px */
|
|
30
|
-
/* 9px */
|
|
31
|
-
/* 10px */
|
|
32
|
-
/* 11px */
|
|
33
|
-
/* 12px */
|
|
34
|
-
/* 13px */
|
|
35
|
-
/* 14px */
|
|
36
|
-
/* 15px */
|
|
37
|
-
/* 16px */
|
|
38
|
-
/* 17px */
|
|
39
|
-
/* 18px */
|
|
40
|
-
/* 19px */
|
|
41
|
-
/* 20px */
|
|
42
|
-
/* 21px */
|
|
43
|
-
/* 22px */
|
|
44
|
-
/* 23px */
|
|
45
|
-
/* 24px */
|
|
46
|
-
/* 25px */
|
|
47
|
-
/* 26px */
|
|
48
|
-
/* 27px */
|
|
49
|
-
/* 28px */
|
|
50
|
-
/* 29px */
|
|
51
|
-
/* 30px */
|
|
52
|
-
/* 31px */
|
|
53
|
-
/* 32px */
|
|
54
|
-
/* 33px */
|
|
55
|
-
/* 34px */
|
|
56
|
-
/* 35px */
|
|
57
|
-
/* 36px */
|
|
58
|
-
/* 37px */
|
|
59
|
-
/* 38px */
|
|
60
|
-
/* 39px */
|
|
61
|
-
/* 40px */
|
|
62
|
-
/* 41px */
|
|
63
|
-
/* 42px */
|
|
64
|
-
/* 43px */
|
|
65
|
-
/* 44px */
|
|
66
|
-
/* 45px */
|
|
67
|
-
/* 46px */
|
|
68
|
-
/* 47px */
|
|
69
|
-
/* 48px */
|
|
70
|
-
/* 49px */
|
|
71
|
-
/* 50px */
|
|
72
|
-
/* 5em */
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
/* stylelint-disable-line no-empty-source */
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
9
|
/* Font Family */
|
|
85
10
|
/* border */
|
|
86
11
|
/* 0px */
|
|
@@ -313,80 +238,6 @@
|
|
|
313
238
|
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
314
239
|
}
|
|
315
240
|
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
/* Font Family */
|
|
325
|
-
/* border */
|
|
326
|
-
/* 0px */
|
|
327
|
-
/* 1px */
|
|
328
|
-
/* 1.5px */
|
|
329
|
-
/* 2px */
|
|
330
|
-
/* 3px */
|
|
331
|
-
/* 4px */
|
|
332
|
-
/* 5px */
|
|
333
|
-
/* 6px */
|
|
334
|
-
/* 7px */
|
|
335
|
-
/* 8px */
|
|
336
|
-
/* Radius */
|
|
337
|
-
/* 1px */
|
|
338
|
-
/* 2px */
|
|
339
|
-
/* 3px */
|
|
340
|
-
/* 4px */
|
|
341
|
-
/* 5px */
|
|
342
|
-
/* 6px */
|
|
343
|
-
/* 7px */
|
|
344
|
-
/* 8px */
|
|
345
|
-
/* 9px */
|
|
346
|
-
/* 10px */
|
|
347
|
-
/* 11px */
|
|
348
|
-
/* 12px */
|
|
349
|
-
/* 13px */
|
|
350
|
-
/* 14px */
|
|
351
|
-
/* 15px */
|
|
352
|
-
/* 16px */
|
|
353
|
-
/* 17px */
|
|
354
|
-
/* 18px */
|
|
355
|
-
/* 19px */
|
|
356
|
-
/* 20px */
|
|
357
|
-
/* 21px */
|
|
358
|
-
/* 22px */
|
|
359
|
-
/* 23px */
|
|
360
|
-
/* 24px */
|
|
361
|
-
/* 25px */
|
|
362
|
-
/* 26px */
|
|
363
|
-
/* 27px */
|
|
364
|
-
/* 28px */
|
|
365
|
-
/* 29px */
|
|
366
|
-
/* 30px */
|
|
367
|
-
/* 31px */
|
|
368
|
-
/* 32px */
|
|
369
|
-
/* 33px */
|
|
370
|
-
/* 34px */
|
|
371
|
-
/* 35px */
|
|
372
|
-
/* 36px */
|
|
373
|
-
/* 37px */
|
|
374
|
-
/* 38px */
|
|
375
|
-
/* 39px */
|
|
376
|
-
/* 40px */
|
|
377
|
-
/* 41px */
|
|
378
|
-
/* 42px */
|
|
379
|
-
/* 43px */
|
|
380
|
-
/* 44px */
|
|
381
|
-
/* 45px */
|
|
382
|
-
/* 46px */
|
|
383
|
-
/* 47px */
|
|
384
|
-
/* 48px */
|
|
385
|
-
/* 49px */
|
|
386
|
-
/* 50px */
|
|
387
|
-
/* 5em */
|
|
388
|
-
|
|
389
|
-
|
|
390
241
|
.e-split-btn-wrapper .e-split-btn:focus {
|
|
391
242
|
border-right-color: var(--color-sf-secondary-border-color);
|
|
392
243
|
}
|
|
@@ -483,80 +334,6 @@
|
|
|
483
334
|
border-color: transparent;
|
|
484
335
|
}
|
|
485
336
|
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
/* Font Family */
|
|
495
|
-
/* border */
|
|
496
|
-
/* 0px */
|
|
497
|
-
/* 1px */
|
|
498
|
-
/* 1.5px */
|
|
499
|
-
/* 2px */
|
|
500
|
-
/* 3px */
|
|
501
|
-
/* 4px */
|
|
502
|
-
/* 5px */
|
|
503
|
-
/* 6px */
|
|
504
|
-
/* 7px */
|
|
505
|
-
/* 8px */
|
|
506
|
-
/* Radius */
|
|
507
|
-
/* 1px */
|
|
508
|
-
/* 2px */
|
|
509
|
-
/* 3px */
|
|
510
|
-
/* 4px */
|
|
511
|
-
/* 5px */
|
|
512
|
-
/* 6px */
|
|
513
|
-
/* 7px */
|
|
514
|
-
/* 8px */
|
|
515
|
-
/* 9px */
|
|
516
|
-
/* 10px */
|
|
517
|
-
/* 11px */
|
|
518
|
-
/* 12px */
|
|
519
|
-
/* 13px */
|
|
520
|
-
/* 14px */
|
|
521
|
-
/* 15px */
|
|
522
|
-
/* 16px */
|
|
523
|
-
/* 17px */
|
|
524
|
-
/* 18px */
|
|
525
|
-
/* 19px */
|
|
526
|
-
/* 20px */
|
|
527
|
-
/* 21px */
|
|
528
|
-
/* 22px */
|
|
529
|
-
/* 23px */
|
|
530
|
-
/* 24px */
|
|
531
|
-
/* 25px */
|
|
532
|
-
/* 26px */
|
|
533
|
-
/* 27px */
|
|
534
|
-
/* 28px */
|
|
535
|
-
/* 29px */
|
|
536
|
-
/* 30px */
|
|
537
|
-
/* 31px */
|
|
538
|
-
/* 32px */
|
|
539
|
-
/* 33px */
|
|
540
|
-
/* 34px */
|
|
541
|
-
/* 35px */
|
|
542
|
-
/* 36px */
|
|
543
|
-
/* 37px */
|
|
544
|
-
/* 38px */
|
|
545
|
-
/* 39px */
|
|
546
|
-
/* 40px */
|
|
547
|
-
/* 41px */
|
|
548
|
-
/* 42px */
|
|
549
|
-
/* 43px */
|
|
550
|
-
/* 44px */
|
|
551
|
-
/* 45px */
|
|
552
|
-
/* 46px */
|
|
553
|
-
/* 47px */
|
|
554
|
-
/* 48px */
|
|
555
|
-
/* 49px */
|
|
556
|
-
/* 50px */
|
|
557
|
-
/* 5em */
|
|
558
|
-
|
|
559
|
-
|
|
560
337
|
.e-bigger .e-split-btn-wrapper .e-split-btn,
|
|
561
338
|
.e-bigger.e-split-btn-wrapper .e-split-btn {
|
|
562
339
|
padding-left: 12px;
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
@use 'ej2-base/styles/definition/tailwind3' as *;
|
|
2
|
-
@use 'ej2-buttons/styles/button/tailwind3-definition' as *;
|
|
3
|
-
@use 'ej2-popups/styles/popup/tailwind3-definition' as *;
|
|
4
|
-
@use './../drop-down-button/tailwind3-definition' as *;
|
|
5
1
|
@use 'tailwind3-definition' as *;
|
|
6
|
-
@use 'all
|
|
7
|
-
@use 'bigger
|
|
2
|
+
@use 'all' as *;
|
|
3
|
+
@use 'bigger' as *;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable-line no-empty-source */
|
|
2
1
|
.e-dropdown-btn .e-caret::before,
|
|
3
2
|
.e-dropdown-btn.e-btn .e-caret::before {
|
|
4
3
|
content: "\e70d";
|
|
@@ -1282,47 +1281,6 @@
|
|
|
1282
1281
|
border-color: #f87171;
|
|
1283
1282
|
outline-color: inherit;
|
|
1284
1283
|
}
|
|
1285
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1286
|
-
@-webkit-keyframes material-spinner-rotate {
|
|
1287
|
-
0% {
|
|
1288
|
-
-webkit-transform: rotate(0);
|
|
1289
|
-
transform: rotate(0);
|
|
1290
|
-
}
|
|
1291
|
-
100% {
|
|
1292
|
-
-webkit-transform: rotate(360deg);
|
|
1293
|
-
transform: rotate(360deg);
|
|
1294
|
-
}
|
|
1295
|
-
}
|
|
1296
|
-
@keyframes material-spinner-rotate {
|
|
1297
|
-
0% {
|
|
1298
|
-
-webkit-transform: rotate(0);
|
|
1299
|
-
transform: rotate(0);
|
|
1300
|
-
}
|
|
1301
|
-
100% {
|
|
1302
|
-
-webkit-transform: rotate(360deg);
|
|
1303
|
-
transform: rotate(360deg);
|
|
1304
|
-
}
|
|
1305
|
-
}
|
|
1306
|
-
@-webkit-keyframes fabric-spinner-rotate {
|
|
1307
|
-
0% {
|
|
1308
|
-
-webkit-transform: rotate(0);
|
|
1309
|
-
transform: rotate(0);
|
|
1310
|
-
}
|
|
1311
|
-
100% {
|
|
1312
|
-
-webkit-transform: rotate(360deg);
|
|
1313
|
-
transform: rotate(360deg);
|
|
1314
|
-
}
|
|
1315
|
-
}
|
|
1316
|
-
@keyframes fabric-spinner-rotate {
|
|
1317
|
-
0% {
|
|
1318
|
-
-webkit-transform: rotate(0);
|
|
1319
|
-
transform: rotate(0);
|
|
1320
|
-
}
|
|
1321
|
-
100% {
|
|
1322
|
-
-webkit-transform: rotate(360deg);
|
|
1323
|
-
transform: rotate(360deg);
|
|
1324
|
-
}
|
|
1325
|
-
}
|
|
1326
1284
|
.e-progress-btn {
|
|
1327
1285
|
position: relative;
|
|
1328
1286
|
}
|
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
@use 'ej2-base/styles/definition/tailwind-dark' as *;
|
|
2
|
-
@use 'ej2-buttons/styles/button/tailwind-dark-definition' as *;
|
|
3
|
-
@use 'ej2-popups/styles/popup/tailwind-dark-definition' as *;
|
|
4
1
|
@use 'drop-down-button/tailwind-dark-definition' as *;
|
|
5
2
|
@use 'drop-down-button/icons/tailwind-dark' as *;
|
|
6
|
-
@use 'drop-down-button/all
|
|
3
|
+
@use 'drop-down-button/all' as *;
|
|
7
4
|
@use 'split-button/tailwind-dark-definition' as *;
|
|
8
|
-
@use 'split-button/all
|
|
5
|
+
@use 'split-button/all' as *;
|
|
9
6
|
@use 'button-group/tailwind-dark-definition' as *;
|
|
10
|
-
@use 'button-group/all
|
|
11
|
-
@use 'ej2-popups/styles/spinner/tailwind-dark-definition' as *;
|
|
7
|
+
@use 'button-group/all' as *;
|
|
12
8
|
@use 'progress-button/tailwind-dark-definition' as *;
|
|
13
|
-
@use 'progress-button/all
|
|
9
|
+
@use 'progress-button/all' as *;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable-line no-empty-source */
|
|
2
1
|
.e-dropdown-btn .e-caret::before,
|
|
3
2
|
.e-dropdown-btn.e-btn .e-caret::before {
|
|
4
3
|
content: "\e70d";
|
|
@@ -1429,47 +1428,6 @@
|
|
|
1429
1428
|
font-size: 22px;
|
|
1430
1429
|
}
|
|
1431
1430
|
|
|
1432
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1433
|
-
@-webkit-keyframes material-spinner-rotate {
|
|
1434
|
-
0% {
|
|
1435
|
-
-webkit-transform: rotate(0);
|
|
1436
|
-
transform: rotate(0);
|
|
1437
|
-
}
|
|
1438
|
-
100% {
|
|
1439
|
-
-webkit-transform: rotate(360deg);
|
|
1440
|
-
transform: rotate(360deg);
|
|
1441
|
-
}
|
|
1442
|
-
}
|
|
1443
|
-
@keyframes material-spinner-rotate {
|
|
1444
|
-
0% {
|
|
1445
|
-
-webkit-transform: rotate(0);
|
|
1446
|
-
transform: rotate(0);
|
|
1447
|
-
}
|
|
1448
|
-
100% {
|
|
1449
|
-
-webkit-transform: rotate(360deg);
|
|
1450
|
-
transform: rotate(360deg);
|
|
1451
|
-
}
|
|
1452
|
-
}
|
|
1453
|
-
@-webkit-keyframes fabric-spinner-rotate {
|
|
1454
|
-
0% {
|
|
1455
|
-
-webkit-transform: rotate(0);
|
|
1456
|
-
transform: rotate(0);
|
|
1457
|
-
}
|
|
1458
|
-
100% {
|
|
1459
|
-
-webkit-transform: rotate(360deg);
|
|
1460
|
-
transform: rotate(360deg);
|
|
1461
|
-
}
|
|
1462
|
-
}
|
|
1463
|
-
@keyframes fabric-spinner-rotate {
|
|
1464
|
-
0% {
|
|
1465
|
-
-webkit-transform: rotate(0);
|
|
1466
|
-
transform: rotate(0);
|
|
1467
|
-
}
|
|
1468
|
-
100% {
|
|
1469
|
-
-webkit-transform: rotate(360deg);
|
|
1470
|
-
transform: rotate(360deg);
|
|
1471
|
-
}
|
|
1472
|
-
}
|
|
1473
1431
|
.e-progress-btn {
|
|
1474
1432
|
position: relative;
|
|
1475
1433
|
}
|
|
@@ -1,17 +1,13 @@
|
|
|
1
|
-
@use 'ej2-base/styles/definition/tailwind-dark' as *;
|
|
2
|
-
@use 'ej2-buttons/styles/button/tailwind-dark-definition' as *;
|
|
3
|
-
@use 'ej2-popups/styles/popup/tailwind-dark-definition' as *;
|
|
4
1
|
@use 'drop-down-button/tailwind-dark-definition' as *;
|
|
5
2
|
@use 'drop-down-button/icons/tailwind-dark' 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/tailwind-dark-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/tailwind-dark-definition' as *;
|
|
12
|
-
@use 'button-group/all
|
|
13
|
-
@use 'button-group/bigger
|
|
14
|
-
@use 'ej2-popups/styles/spinner/tailwind-dark-definition' as *;
|
|
9
|
+
@use 'button-group/all' as *;
|
|
10
|
+
@use 'button-group/bigger' as *;
|
|
15
11
|
@use 'progress-button/tailwind-dark-definition' as *;
|
|
16
|
-
@use 'progress-button/all
|
|
17
|
-
@use 'progress-button/bigger
|
|
12
|
+
@use 'progress-button/all' as *;
|
|
13
|
+
@use 'progress-button/bigger' as *;
|
package/styles/tailwind-lite.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable-line no-empty-source */
|
|
2
1
|
.e-dropdown-btn .e-caret::before,
|
|
3
2
|
.e-dropdown-btn.e-btn .e-caret::before {
|
|
4
3
|
content: "\e729";
|
|
@@ -1282,47 +1281,6 @@
|
|
|
1282
1281
|
border-color: #dc2626;
|
|
1283
1282
|
outline-color: inherit;
|
|
1284
1283
|
}
|
|
1285
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1286
|
-
@-webkit-keyframes material-spinner-rotate {
|
|
1287
|
-
0% {
|
|
1288
|
-
-webkit-transform: rotate(0);
|
|
1289
|
-
transform: rotate(0);
|
|
1290
|
-
}
|
|
1291
|
-
100% {
|
|
1292
|
-
-webkit-transform: rotate(360deg);
|
|
1293
|
-
transform: rotate(360deg);
|
|
1294
|
-
}
|
|
1295
|
-
}
|
|
1296
|
-
@keyframes material-spinner-rotate {
|
|
1297
|
-
0% {
|
|
1298
|
-
-webkit-transform: rotate(0);
|
|
1299
|
-
transform: rotate(0);
|
|
1300
|
-
}
|
|
1301
|
-
100% {
|
|
1302
|
-
-webkit-transform: rotate(360deg);
|
|
1303
|
-
transform: rotate(360deg);
|
|
1304
|
-
}
|
|
1305
|
-
}
|
|
1306
|
-
@-webkit-keyframes fabric-spinner-rotate {
|
|
1307
|
-
0% {
|
|
1308
|
-
-webkit-transform: rotate(0);
|
|
1309
|
-
transform: rotate(0);
|
|
1310
|
-
}
|
|
1311
|
-
100% {
|
|
1312
|
-
-webkit-transform: rotate(360deg);
|
|
1313
|
-
transform: rotate(360deg);
|
|
1314
|
-
}
|
|
1315
|
-
}
|
|
1316
|
-
@keyframes fabric-spinner-rotate {
|
|
1317
|
-
0% {
|
|
1318
|
-
-webkit-transform: rotate(0);
|
|
1319
|
-
transform: rotate(0);
|
|
1320
|
-
}
|
|
1321
|
-
100% {
|
|
1322
|
-
-webkit-transform: rotate(360deg);
|
|
1323
|
-
transform: rotate(360deg);
|
|
1324
|
-
}
|
|
1325
|
-
}
|
|
1326
1284
|
.e-progress-btn {
|
|
1327
1285
|
position: relative;
|
|
1328
1286
|
}
|
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
@use 'ej2-base/styles/definition/tailwind' as *;
|
|
2
|
-
@use 'ej2-buttons/styles/button/tailwind-definition' as *;
|
|
3
|
-
@use 'ej2-popups/styles/popup/tailwind-definition' as *;
|
|
4
1
|
@use 'drop-down-button/tailwind-definition' as *;
|
|
5
2
|
@use 'drop-down-button/icons/tailwind' as *;
|
|
6
|
-
@use 'drop-down-button/all
|
|
3
|
+
@use 'drop-down-button/all' as *;
|
|
7
4
|
@use 'split-button/tailwind-definition' as *;
|
|
8
|
-
@use 'split-button/all
|
|
5
|
+
@use 'split-button/all' as *;
|
|
9
6
|
@use 'button-group/tailwind-definition' as *;
|
|
10
|
-
@use 'button-group/all
|
|
11
|
-
@use 'ej2-popups/styles/spinner/tailwind-definition' as *;
|
|
7
|
+
@use 'button-group/all' as *;
|
|
12
8
|
@use 'progress-button/tailwind-definition' as *;
|
|
13
|
-
@use 'progress-button/all
|
|
9
|
+
@use 'progress-button/all' as *;
|
package/styles/tailwind.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable-line no-empty-source */
|
|
2
1
|
.e-dropdown-btn .e-caret::before,
|
|
3
2
|
.e-dropdown-btn.e-btn .e-caret::before {
|
|
4
3
|
content: "\e729";
|
|
@@ -1429,47 +1428,6 @@
|
|
|
1429
1428
|
font-size: 22px;
|
|
1430
1429
|
}
|
|
1431
1430
|
|
|
1432
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1433
|
-
@-webkit-keyframes material-spinner-rotate {
|
|
1434
|
-
0% {
|
|
1435
|
-
-webkit-transform: rotate(0);
|
|
1436
|
-
transform: rotate(0);
|
|
1437
|
-
}
|
|
1438
|
-
100% {
|
|
1439
|
-
-webkit-transform: rotate(360deg);
|
|
1440
|
-
transform: rotate(360deg);
|
|
1441
|
-
}
|
|
1442
|
-
}
|
|
1443
|
-
@keyframes material-spinner-rotate {
|
|
1444
|
-
0% {
|
|
1445
|
-
-webkit-transform: rotate(0);
|
|
1446
|
-
transform: rotate(0);
|
|
1447
|
-
}
|
|
1448
|
-
100% {
|
|
1449
|
-
-webkit-transform: rotate(360deg);
|
|
1450
|
-
transform: rotate(360deg);
|
|
1451
|
-
}
|
|
1452
|
-
}
|
|
1453
|
-
@-webkit-keyframes fabric-spinner-rotate {
|
|
1454
|
-
0% {
|
|
1455
|
-
-webkit-transform: rotate(0);
|
|
1456
|
-
transform: rotate(0);
|
|
1457
|
-
}
|
|
1458
|
-
100% {
|
|
1459
|
-
-webkit-transform: rotate(360deg);
|
|
1460
|
-
transform: rotate(360deg);
|
|
1461
|
-
}
|
|
1462
|
-
}
|
|
1463
|
-
@keyframes fabric-spinner-rotate {
|
|
1464
|
-
0% {
|
|
1465
|
-
-webkit-transform: rotate(0);
|
|
1466
|
-
transform: rotate(0);
|
|
1467
|
-
}
|
|
1468
|
-
100% {
|
|
1469
|
-
-webkit-transform: rotate(360deg);
|
|
1470
|
-
transform: rotate(360deg);
|
|
1471
|
-
}
|
|
1472
|
-
}
|
|
1473
1431
|
.e-progress-btn {
|
|
1474
1432
|
position: relative;
|
|
1475
1433
|
}
|
package/styles/tailwind.scss
CHANGED
|
@@ -1,17 +1,13 @@
|
|
|
1
|
-
@use 'ej2-base/styles/definition/tailwind' as *;
|
|
2
|
-
@use 'ej2-buttons/styles/button/tailwind-definition' as *;
|
|
3
|
-
@use 'ej2-popups/styles/popup/tailwind-definition' as *;
|
|
4
1
|
@use 'drop-down-button/tailwind-definition' as *;
|
|
5
2
|
@use 'drop-down-button/icons/tailwind' 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/tailwind-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/tailwind-definition' as *;
|
|
12
|
-
@use 'button-group/all
|
|
13
|
-
@use 'button-group/bigger
|
|
14
|
-
@use 'ej2-popups/styles/spinner/tailwind-definition' as *;
|
|
9
|
+
@use 'button-group/all' as *;
|
|
10
|
+
@use 'button-group/bigger' as *;
|
|
15
11
|
@use 'progress-button/tailwind-definition' as *;
|
|
16
|
-
@use 'progress-button/all
|
|
17
|
-
@use 'progress-button/bigger
|
|
12
|
+
@use 'progress-button/all' as *;
|
|
13
|
+
@use 'progress-button/bigger' as *;
|