@syncfusion/ej2-splitbuttons 33.2.6 → 34.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ej2-splitbuttons.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +3 -3
- package/src/common/common.d.ts +1 -0
- package/src/drop-down-button/drop-down-button.js +1 -1
- package/styles/bds-lite.css +19 -745
- package/styles/bds-lite.scss +4 -7
- package/styles/bds.css +104 -1172
- package/styles/bds.scss +8 -11
- package/styles/bootstrap-dark-lite.css +0 -41
- package/styles/bootstrap-dark-lite.scss +4 -7
- package/styles/bootstrap-dark.css +0 -41
- package/styles/bootstrap-dark.scss +8 -11
- package/styles/bootstrap-lite.css +0 -41
- package/styles/bootstrap-lite.scss +4 -7
- package/styles/bootstrap.css +0 -41
- package/styles/bootstrap.scss +8 -11
- package/styles/bootstrap4-lite.css +0 -41
- package/styles/bootstrap4-lite.scss +4 -7
- package/styles/bootstrap4.css +0 -41
- package/styles/bootstrap4.scss +8 -11
- package/styles/bootstrap5-dark-lite.css +0 -42
- package/styles/bootstrap5-dark-lite.scss +4 -7
- package/styles/bootstrap5-dark.css +0 -42
- package/styles/bootstrap5-dark.scss +8 -11
- package/styles/bootstrap5-lite.css +0 -42
- package/styles/bootstrap5-lite.scss +4 -8
- package/styles/bootstrap5.3-lite.css +2 -716
- package/styles/bootstrap5.3-lite.scss +4 -8
- package/styles/bootstrap5.3.css +74 -1124
- package/styles/bootstrap5.3.scss +8 -12
- package/styles/bootstrap5.css +0 -42
- package/styles/bootstrap5.scss +8 -12
- package/styles/button-group/_all.scss +2 -2
- package/styles/button-group/_bds-definition.scss +2 -4
- package/styles/button-group/_bigger.scss +2 -2
- package/styles/button-group/_bootstrap-dark-definition.scss +1 -4
- package/styles/button-group/_bootstrap-definition.scss +3 -4
- package/styles/button-group/_bootstrap4-definition.scss +3 -4
- package/styles/button-group/_bootstrap5-dark-definition.scss +2 -4
- package/styles/button-group/_bootstrap5-definition.scss +2 -4
- package/styles/button-group/_bootstrap5.3-definition.scss +2 -4
- package/styles/button-group/_fabric-dark-definition.scss +2 -4
- package/styles/button-group/_fabric-definition.scss +2 -4
- package/styles/button-group/_fluent-dark-definition.scss +2 -4
- package/styles/button-group/_fluent-definition.scss +2 -4
- package/styles/button-group/_fluent2-definition.scss +2 -4
- package/styles/button-group/_group-button-mixin.scss +7 -5
- package/styles/button-group/_highcontrast-definition.scss +2 -4
- package/styles/button-group/_highcontrast-light-definition.scss +1 -4
- package/styles/button-group/_layout.scss +6 -6
- package/styles/button-group/_material-dark-definition.scss +1 -4
- package/styles/button-group/_material-definition.scss +2 -4
- package/styles/button-group/_material3-dark-definition.scss +2 -4
- package/styles/button-group/_material3-definition.scss +2 -4
- package/styles/button-group/_tailwind-dark-definition.scss +2 -4
- package/styles/button-group/_tailwind-definition.scss +2 -4
- package/styles/button-group/_tailwind3-definition.scss +2 -4
- package/styles/button-group/_theme.scss +71 -68
- package/styles/button-group/_variables.scss +2 -0
- package/styles/button-group/bds.css +0 -189
- package/styles/button-group/bds.scss +2 -4
- package/styles/button-group/bootstrap-dark.scss +2 -4
- package/styles/button-group/bootstrap.scss +2 -4
- package/styles/button-group/bootstrap4.scss +2 -4
- package/styles/button-group/bootstrap5-dark.scss +2 -4
- package/styles/button-group/bootstrap5.3.css +0 -252
- package/styles/button-group/bootstrap5.3.scss +2 -4
- package/styles/button-group/bootstrap5.scss +2 -4
- package/styles/button-group/fabric-dark.scss +2 -4
- package/styles/button-group/fabric.scss +2 -4
- package/styles/button-group/fluent-dark.scss +2 -4
- package/styles/button-group/fluent.scss +2 -4
- package/styles/button-group/fluent2.css +0 -258
- package/styles/button-group/fluent2.scss +2 -4
- package/styles/button-group/highcontrast-light.scss +2 -4
- package/styles/button-group/highcontrast.scss +2 -4
- package/styles/button-group/material-dark.scss +2 -4
- package/styles/button-group/material.scss +2 -4
- package/styles/button-group/material3-dark.css +0 -246
- package/styles/button-group/material3-dark.scss +2 -4
- package/styles/button-group/material3.css +0 -252
- package/styles/button-group/material3.scss +2 -4
- package/styles/button-group/tailwind-dark.scss +2 -4
- package/styles/button-group/tailwind.scss +2 -4
- package/styles/button-group/tailwind3.css +0 -222
- package/styles/button-group/tailwind3.scss +2 -4
- package/styles/drop-down-button/_all.scss +2 -2
- package/styles/drop-down-button/_bds-definition.scss +1 -4
- package/styles/drop-down-button/_bigger.scss +4 -4
- package/styles/drop-down-button/_bootstrap-dark-definition.scss +2 -4
- package/styles/drop-down-button/_bootstrap-definition.scss +2 -4
- package/styles/drop-down-button/_bootstrap4-definition.scss +2 -4
- package/styles/drop-down-button/_bootstrap5-dark-definition.scss +2 -4
- package/styles/drop-down-button/_bootstrap5-definition.scss +2 -4
- package/styles/drop-down-button/_bootstrap5.3-definition.scss +2 -4
- package/styles/drop-down-button/_fabric-dark-definition.scss +2 -4
- package/styles/drop-down-button/_fabric-definition.scss +2 -4
- package/styles/drop-down-button/_fluent-dark-definition.scss +2 -4
- package/styles/drop-down-button/_fluent-definition.scss +2 -4
- package/styles/drop-down-button/_fluent2-definition.scss +2 -4
- package/styles/drop-down-button/_fusionnew-definition.scss +2 -4
- package/styles/drop-down-button/_highcontrast-definition.scss +2 -4
- package/styles/drop-down-button/_highcontrast-light-definition.scss +2 -4
- package/styles/drop-down-button/_layout.scss +5 -4
- package/styles/drop-down-button/_material-dark-definition.scss +2 -4
- package/styles/drop-down-button/_material-definition.scss +2 -4
- package/styles/drop-down-button/_material3-dark-definition.scss +2 -4
- package/styles/drop-down-button/_material3-definition.scss +2 -4
- package/styles/drop-down-button/_tailwind-dark-definition.scss +2 -4
- package/styles/drop-down-button/_tailwind-definition.scss +2 -4
- package/styles/drop-down-button/_tailwind3-definition.scss +2 -4
- package/styles/drop-down-button/_theme.scss +3 -2
- package/styles/drop-down-button/_variables.scss +2 -0
- package/styles/drop-down-button/bds.css +0 -325
- package/styles/drop-down-button/bds.scss +2 -5
- package/styles/drop-down-button/bootstrap-dark.scss +2 -5
- package/styles/drop-down-button/bootstrap.scss +2 -5
- package/styles/drop-down-button/bootstrap4.scss +2 -5
- package/styles/drop-down-button/bootstrap5-dark.css +0 -1
- package/styles/drop-down-button/bootstrap5-dark.scss +2 -5
- package/styles/drop-down-button/bootstrap5.3.css +0 -253
- package/styles/drop-down-button/bootstrap5.3.scss +2 -5
- package/styles/drop-down-button/bootstrap5.css +0 -1
- package/styles/drop-down-button/bootstrap5.scss +2 -5
- package/styles/drop-down-button/fabric-dark.scss +2 -5
- package/styles/drop-down-button/fabric.scss +2 -5
- package/styles/drop-down-button/fluent-dark.css +0 -1
- package/styles/drop-down-button/fluent-dark.scss +2 -5
- package/styles/drop-down-button/fluent.css +0 -1
- package/styles/drop-down-button/fluent.scss +2 -5
- package/styles/drop-down-button/fluent2.css +0 -259
- package/styles/drop-down-button/fluent2.scss +2 -5
- package/styles/drop-down-button/highcontrast-light.scss +2 -5
- package/styles/drop-down-button/highcontrast.scss +2 -5
- package/styles/drop-down-button/icons/_bds.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap-dark.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap4.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap5.3.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap5.scss +1 -1
- package/styles/drop-down-button/icons/_fabric-dark.scss +1 -1
- package/styles/drop-down-button/icons/_fabric.scss +1 -1
- package/styles/drop-down-button/icons/_fluent.scss +1 -1
- package/styles/drop-down-button/icons/_fluent2.scss +1 -1
- package/styles/drop-down-button/icons/_fusionnew.scss +1 -1
- package/styles/drop-down-button/icons/_highcontrast-light.scss +1 -1
- package/styles/drop-down-button/icons/_highcontrast.scss +1 -1
- package/styles/drop-down-button/icons/_material-dark.scss +1 -1
- package/styles/drop-down-button/icons/_material.scss +1 -1
- package/styles/drop-down-button/icons/_material3.scss +1 -1
- package/styles/drop-down-button/icons/_tailwind-dark.scss +1 -1
- package/styles/drop-down-button/icons/_tailwind.scss +1 -1
- package/styles/drop-down-button/icons/_tailwind3.scss +1 -1
- package/styles/drop-down-button/material-dark.scss +2 -5
- package/styles/drop-down-button/material.scss +2 -5
- package/styles/drop-down-button/material3-dark.css +0 -247
- package/styles/drop-down-button/material3-dark.scss +2 -5
- package/styles/drop-down-button/material3.css +0 -253
- package/styles/drop-down-button/material3.scss +2 -5
- package/styles/drop-down-button/tailwind-dark.css +0 -1
- package/styles/drop-down-button/tailwind-dark.scss +2 -5
- package/styles/drop-down-button/tailwind.css +0 -1
- package/styles/drop-down-button/tailwind.scss +2 -5
- package/styles/drop-down-button/tailwind3.css +0 -223
- package/styles/drop-down-button/tailwind3.scss +2 -5
- package/styles/fabric-dark-lite.css +0 -41
- package/styles/fabric-dark-lite.scss +4 -8
- package/styles/fabric-dark.css +0 -41
- package/styles/fabric-dark.scss +8 -12
- package/styles/fabric-lite.css +0 -41
- package/styles/fabric-lite.scss +4 -8
- package/styles/fabric.css +0 -41
- package/styles/fabric.scss +8 -12
- package/styles/fluent-dark-lite.css +0 -42
- package/styles/fluent-dark-lite.scss +4 -8
- package/styles/fluent-dark.css +0 -42
- package/styles/fluent-dark.scss +8 -12
- package/styles/fluent-lite.css +0 -42
- package/styles/fluent-lite.scss +4 -8
- package/styles/fluent.css +0 -42
- package/styles/fluent.scss +8 -12
- package/styles/fluent2-lite.css +84 -814
- package/styles/fluent2-lite.scss +4 -8
- package/styles/fluent2.css +140 -1214
- package/styles/fluent2.scss +8 -12
- package/styles/highcontrast-light-lite.css +0 -41
- package/styles/highcontrast-light-lite.scss +4 -8
- package/styles/highcontrast-light.css +0 -41
- package/styles/highcontrast-light.scss +8 -12
- package/styles/highcontrast-lite.css +0 -41
- package/styles/highcontrast-lite.scss +4 -8
- package/styles/highcontrast.css +0 -41
- package/styles/highcontrast.scss +8 -12
- package/styles/material-dark-lite.css +0 -41
- package/styles/material-dark-lite.scss +4 -8
- package/styles/material-dark.css +0 -41
- package/styles/material-dark.scss +8 -12
- package/styles/material-lite.css +0 -41
- package/styles/material-lite.scss +4 -7
- package/styles/material.css +0 -41
- package/styles/material.scss +8 -11
- package/styles/material3-dark-lite.css +6 -704
- package/styles/material3-dark-lite.scss +4 -8
- package/styles/material3-dark.css +80 -1106
- package/styles/material3-dark.scss +8 -12
- package/styles/material3-lite.css +76 -790
- package/styles/material3-lite.scss +4 -8
- package/styles/material3.css +74 -1124
- package/styles/material3.scss +8 -12
- package/styles/progress-button/_all.scss +2 -2
- package/styles/progress-button/_bds-definition.scss +1 -4
- package/styles/progress-button/_bigger.scss +3 -3
- package/styles/progress-button/_bootstrap-dark-definition.scss +2 -4
- package/styles/progress-button/_bootstrap-definition.scss +2 -4
- package/styles/progress-button/_bootstrap4-definition.scss +2 -4
- package/styles/progress-button/_bootstrap5-dark-definition.scss +2 -4
- package/styles/progress-button/_bootstrap5-definition.scss +2 -4
- package/styles/progress-button/_bootstrap5.3-definition.scss +2 -4
- package/styles/progress-button/_fabric-dark-definition.scss +2 -4
- package/styles/progress-button/_fabric-definition.scss +2 -4
- package/styles/progress-button/_fluent-dark-definition.scss +2 -4
- package/styles/progress-button/_fluent-definition.scss +2 -4
- package/styles/progress-button/_fluent2-definition.scss +2 -4
- package/styles/progress-button/_highcontrast-definition.scss +2 -4
- package/styles/progress-button/_highcontrast-light-definition.scss +2 -4
- package/styles/progress-button/_layout.scss +2 -1
- package/styles/progress-button/_material-dark-definition.scss +2 -4
- package/styles/progress-button/_material-definition.scss +2 -4
- package/styles/progress-button/_material3-dark-definition.scss +2 -4
- package/styles/progress-button/_material3-definition.scss +2 -4
- package/styles/progress-button/_tailwind-dark-definition.scss +3 -4
- package/styles/progress-button/_tailwind-definition.scss +3 -4
- package/styles/progress-button/_tailwind3-definition.scss +2 -4
- package/styles/progress-button/_theme.scss +131 -130
- package/styles/progress-button/_variables.scss +2 -0
- package/styles/progress-button/bds.css +0 -230
- package/styles/progress-button/bds.scss +2 -5
- package/styles/progress-button/bootstrap-dark.css +0 -41
- package/styles/progress-button/bootstrap-dark.scss +2 -5
- package/styles/progress-button/bootstrap.css +0 -41
- package/styles/progress-button/bootstrap.scss +2 -5
- package/styles/progress-button/bootstrap4.css +0 -41
- package/styles/progress-button/bootstrap4.scss +2 -5
- package/styles/progress-button/bootstrap5-dark.css +0 -41
- package/styles/progress-button/bootstrap5-dark.scss +2 -5
- package/styles/progress-button/bootstrap5.3.css +0 -293
- package/styles/progress-button/bootstrap5.3.scss +2 -5
- package/styles/progress-button/bootstrap5.css +0 -41
- package/styles/progress-button/bootstrap5.scss +2 -5
- package/styles/progress-button/fabric-dark.css +0 -41
- package/styles/progress-button/fabric-dark.scss +2 -5
- package/styles/progress-button/fabric.css +0 -41
- package/styles/progress-button/fabric.scss +2 -5
- package/styles/progress-button/fluent-dark.css +0 -41
- package/styles/progress-button/fluent-dark.scss +2 -5
- package/styles/progress-button/fluent.css +0 -41
- package/styles/progress-button/fluent.scss +2 -5
- package/styles/progress-button/fluent2.css +0 -299
- package/styles/progress-button/fluent2.scss +2 -5
- package/styles/progress-button/highcontrast-light.css +0 -41
- package/styles/progress-button/highcontrast-light.scss +2 -5
- package/styles/progress-button/highcontrast.css +0 -41
- package/styles/progress-button/highcontrast.scss +2 -5
- package/styles/progress-button/material-dark.css +0 -41
- package/styles/progress-button/material-dark.scss +2 -5
- package/styles/progress-button/material.css +0 -41
- package/styles/progress-button/material.scss +2 -5
- package/styles/progress-button/material3-dark.css +0 -287
- package/styles/progress-button/material3-dark.scss +2 -5
- package/styles/progress-button/material3.css +0 -293
- package/styles/progress-button/material3.scss +2 -5
- package/styles/progress-button/tailwind-dark.css +0 -41
- package/styles/progress-button/tailwind-dark.scss +2 -5
- package/styles/progress-button/tailwind.css +0 -41
- package/styles/progress-button/tailwind.scss +2 -5
- package/styles/progress-button/tailwind3.css +0 -263
- package/styles/progress-button/tailwind3.scss +2 -5
- package/styles/split-button/_all.scss +2 -2
- package/styles/split-button/_bds-definition.scss +4 -3
- package/styles/split-button/_bigger.scss +4 -3
- package/styles/split-button/_bootstrap-dark-definition.scss +4 -3
- package/styles/split-button/_bootstrap-definition.scss +4 -3
- package/styles/split-button/_bootstrap4-definition.scss +5 -3
- package/styles/split-button/_bootstrap5-dark-definition.scss +4 -3
- package/styles/split-button/_bootstrap5-definition.scss +4 -3
- package/styles/split-button/_bootstrap5.3-definition.scss +4 -3
- package/styles/split-button/_fabric-dark-definition.scss +4 -3
- package/styles/split-button/_fabric-definition.scss +4 -3
- package/styles/split-button/_fluent-dark-definition.scss +4 -3
- package/styles/split-button/_fluent-definition.scss +4 -3
- package/styles/split-button/_fluent2-definition.scss +4 -3
- package/styles/split-button/_fusionnew-definition.scss +2 -0
- package/styles/split-button/_highcontrast-definition.scss +4 -3
- package/styles/split-button/_highcontrast-light-definition.scss +4 -3
- package/styles/split-button/_layout.scss +10 -9
- package/styles/split-button/_material-dark-definition.scss +4 -3
- package/styles/split-button/_material-definition.scss +4 -3
- package/styles/split-button/_material3-dark-definition.scss +3 -3
- package/styles/split-button/_material3-definition.scss +3 -3
- package/styles/split-button/_tailwind-dark-definition.scss +3 -3
- package/styles/split-button/_tailwind-definition.scss +3 -3
- package/styles/split-button/_tailwind3-definition.scss +4 -3
- package/styles/split-button/_theme.scss +9 -8
- package/styles/split-button/_variables.scss +2 -0
- package/styles/split-button/bds.css +0 -325
- package/styles/split-button/bds.scss +2 -6
- package/styles/split-button/bootstrap-dark.scss +2 -6
- package/styles/split-button/bootstrap.scss +2 -6
- package/styles/split-button/bootstrap4.scss +2 -6
- package/styles/split-button/bootstrap5-dark.css +0 -1
- package/styles/split-button/bootstrap5-dark.scss +2 -6
- package/styles/split-button/bootstrap5.3.css +0 -253
- package/styles/split-button/bootstrap5.3.scss +2 -6
- package/styles/split-button/bootstrap5.css +0 -1
- package/styles/split-button/bootstrap5.scss +2 -6
- package/styles/split-button/fabric-dark.scss +2 -6
- package/styles/split-button/fabric.scss +2 -6
- package/styles/split-button/fluent-dark.css +0 -1
- package/styles/split-button/fluent-dark.scss +2 -6
- package/styles/split-button/fluent.css +0 -1
- package/styles/split-button/fluent.scss +2 -6
- package/styles/split-button/fluent2.css +0 -259
- package/styles/split-button/fluent2.scss +2 -6
- package/styles/split-button/highcontrast-light.scss +2 -6
- package/styles/split-button/highcontrast.scss +2 -6
- package/styles/split-button/material-dark.scss +2 -6
- package/styles/split-button/material.scss +2 -6
- package/styles/split-button/material3-dark.css +0 -247
- package/styles/split-button/material3-dark.scss +2 -6
- package/styles/split-button/material3.css +0 -253
- package/styles/split-button/material3.scss +2 -6
- package/styles/split-button/tailwind-dark.css +0 -1
- package/styles/split-button/tailwind-dark.scss +2 -6
- package/styles/split-button/tailwind.css +0 -1
- package/styles/split-button/tailwind.scss +2 -6
- package/styles/split-button/tailwind3.css +0 -223
- package/styles/split-button/tailwind3.scss +2 -6
- package/styles/tailwind-dark-lite.css +0 -42
- package/styles/tailwind-dark-lite.scss +4 -8
- package/styles/tailwind-dark.css +0 -42
- package/styles/tailwind-dark.scss +8 -12
- package/styles/tailwind-lite.css +0 -42
- package/styles/tailwind-lite.scss +4 -8
- package/styles/tailwind.css +0 -42
- package/styles/tailwind.scss +8 -12
- package/styles/tailwind3-lite.css +22 -656
- package/styles/tailwind3-lite.scss +4 -8
- package/styles/tailwind3.css +34 -964
- package/styles/tailwind3.scss +8 -12
- package/styles/button-group/_all.bds.scss +0 -2
- package/styles/button-group/_all.bootstrap-dark.scss +0 -2
- package/styles/button-group/_all.bootstrap.scss +0 -2
- package/styles/button-group/_all.bootstrap4.scss +0 -2
- package/styles/button-group/_all.bootstrap5-dark.scss +0 -2
- package/styles/button-group/_all.bootstrap5.3.scss +0 -2
- package/styles/button-group/_all.bootstrap5.scss +0 -2
- package/styles/button-group/_all.fabric-dark.scss +0 -2
- package/styles/button-group/_all.fabric.scss +0 -2
- package/styles/button-group/_all.fluent-dark.scss +0 -2
- package/styles/button-group/_all.fluent.scss +0 -2
- package/styles/button-group/_all.fluent2.scss +0 -2
- package/styles/button-group/_all.highcontrast-light.scss +0 -2
- package/styles/button-group/_all.highcontrast.scss +0 -2
- package/styles/button-group/_all.material-dark.scss +0 -2
- package/styles/button-group/_all.material.scss +0 -2
- package/styles/button-group/_all.material3-dark.scss +0 -2
- package/styles/button-group/_all.material3.scss +0 -2
- package/styles/button-group/_all.tailwind-dark.scss +0 -2
- package/styles/button-group/_all.tailwind.scss +0 -2
- package/styles/button-group/_all.tailwind3.scss +0 -2
- package/styles/button-group/_bigger.bds.scss +0 -4
- package/styles/button-group/_bigger.bootstrap-dark.scss +0 -4
- package/styles/button-group/_bigger.bootstrap.scss +0 -4
- package/styles/button-group/_bigger.bootstrap4.scss +0 -4
- package/styles/button-group/_bigger.bootstrap5-dark.scss +0 -4
- package/styles/button-group/_bigger.bootstrap5.3.scss +0 -4
- package/styles/button-group/_bigger.bootstrap5.scss +0 -4
- package/styles/button-group/_bigger.fabric-dark.scss +0 -4
- package/styles/button-group/_bigger.fabric.scss +0 -4
- package/styles/button-group/_bigger.fluent-dark.scss +0 -4
- package/styles/button-group/_bigger.fluent.scss +0 -4
- package/styles/button-group/_bigger.fluent2.scss +0 -4
- package/styles/button-group/_bigger.highcontrast-light.scss +0 -4
- package/styles/button-group/_bigger.highcontrast.scss +0 -4
- package/styles/button-group/_bigger.material-dark.scss +0 -4
- package/styles/button-group/_bigger.material.scss +0 -4
- package/styles/button-group/_bigger.material3-dark.scss +0 -4
- package/styles/button-group/_bigger.material3.scss +0 -4
- package/styles/button-group/_bigger.tailwind-dark.scss +0 -4
- package/styles/button-group/_bigger.tailwind.scss +0 -4
- package/styles/button-group/_bigger.tailwind3.scss +0 -4
- package/styles/button-group/_layout.bds.scss +0 -4
- package/styles/button-group/_layout.bootstrap-dark.scss +0 -4
- package/styles/button-group/_layout.bootstrap.scss +0 -4
- package/styles/button-group/_layout.bootstrap4.scss +0 -4
- package/styles/button-group/_layout.bootstrap5-dark.scss +0 -4
- package/styles/button-group/_layout.bootstrap5.3.scss +0 -4
- package/styles/button-group/_layout.bootstrap5.scss +0 -4
- package/styles/button-group/_layout.fabric-dark.scss +0 -4
- package/styles/button-group/_layout.fabric.scss +0 -4
- package/styles/button-group/_layout.fluent-dark.scss +0 -4
- package/styles/button-group/_layout.fluent.scss +0 -4
- package/styles/button-group/_layout.fluent2.scss +0 -4
- package/styles/button-group/_layout.highcontrast-light.scss +0 -4
- package/styles/button-group/_layout.highcontrast.scss +0 -4
- package/styles/button-group/_layout.material-dark.scss +0 -4
- package/styles/button-group/_layout.material.scss +0 -4
- package/styles/button-group/_layout.material3-dark.scss +0 -4
- package/styles/button-group/_layout.material3.scss +0 -4
- package/styles/button-group/_layout.tailwind-dark.scss +0 -4
- package/styles/button-group/_layout.tailwind.scss +0 -4
- package/styles/button-group/_layout.tailwind3.scss +0 -4
- package/styles/button-group/_theme-variables.bds.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap4.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap5.scss +0 -1
- package/styles/button-group/_theme-variables.fabric-dark.scss +0 -1
- package/styles/button-group/_theme-variables.fabric.scss +0 -1
- package/styles/button-group/_theme-variables.fluent-dark.scss +0 -1
- package/styles/button-group/_theme-variables.fluent.scss +0 -1
- package/styles/button-group/_theme-variables.fluent2.scss +0 -1
- package/styles/button-group/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/button-group/_theme-variables.highcontrast.scss +0 -1
- package/styles/button-group/_theme-variables.material-dark.scss +0 -1
- package/styles/button-group/_theme-variables.material.scss +0 -1
- package/styles/button-group/_theme-variables.material3-dark.scss +0 -1
- package/styles/button-group/_theme-variables.material3.scss +0 -1
- package/styles/button-group/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/button-group/_theme-variables.tailwind.scss +0 -1
- package/styles/button-group/_theme-variables.tailwind3.scss +0 -1
- package/styles/button-group/_theme.bds.scss +0 -6
- package/styles/button-group/_theme.bootstrap-dark.scss +0 -6
- package/styles/button-group/_theme.bootstrap.scss +0 -6
- package/styles/button-group/_theme.bootstrap4.scss +0 -6
- package/styles/button-group/_theme.bootstrap5-dark.scss +0 -6
- package/styles/button-group/_theme.bootstrap5.3.scss +0 -6
- package/styles/button-group/_theme.bootstrap5.scss +0 -6
- package/styles/button-group/_theme.fabric-dark.scss +0 -6
- package/styles/button-group/_theme.fabric.scss +0 -6
- package/styles/button-group/_theme.fluent-dark.scss +0 -6
- package/styles/button-group/_theme.fluent.scss +0 -6
- package/styles/button-group/_theme.fluent2.scss +0 -6
- package/styles/button-group/_theme.highcontrast-light.scss +0 -6
- package/styles/button-group/_theme.highcontrast.scss +0 -6
- package/styles/button-group/_theme.material-dark.scss +0 -6
- package/styles/button-group/_theme.material.scss +0 -6
- package/styles/button-group/_theme.material3-dark.scss +0 -6
- package/styles/button-group/_theme.material3.scss +0 -6
- package/styles/button-group/_theme.tailwind-dark.scss +0 -6
- package/styles/button-group/_theme.tailwind.scss +0 -6
- package/styles/button-group/_theme.tailwind3.scss +0 -6
- package/styles/drop-down-button/_all.bds.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap-dark.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap4.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap5-dark.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap5.3.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap5.scss +0 -2
- package/styles/drop-down-button/_all.fabric-dark.scss +0 -2
- package/styles/drop-down-button/_all.fabric.scss +0 -2
- package/styles/drop-down-button/_all.fluent-dark.scss +0 -2
- package/styles/drop-down-button/_all.fluent.scss +0 -2
- package/styles/drop-down-button/_all.fluent2.scss +0 -2
- package/styles/drop-down-button/_all.highcontrast-light.scss +0 -2
- package/styles/drop-down-button/_all.highcontrast.scss +0 -2
- package/styles/drop-down-button/_all.material-dark.scss +0 -2
- package/styles/drop-down-button/_all.material.scss +0 -2
- package/styles/drop-down-button/_all.material3-dark.scss +0 -2
- package/styles/drop-down-button/_all.material3.scss +0 -2
- package/styles/drop-down-button/_all.tailwind-dark.scss +0 -2
- package/styles/drop-down-button/_all.tailwind.scss +0 -2
- package/styles/drop-down-button/_all.tailwind3.scss +0 -2
- package/styles/drop-down-button/_bigger.bds.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap4.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap5.3.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap5.scss +0 -3
- package/styles/drop-down-button/_bigger.fabric-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.fabric.scss +0 -3
- package/styles/drop-down-button/_bigger.fluent-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.fluent.scss +0 -3
- package/styles/drop-down-button/_bigger.fluent2.scss +0 -3
- package/styles/drop-down-button/_bigger.highcontrast-light.scss +0 -3
- package/styles/drop-down-button/_bigger.highcontrast.scss +0 -3
- package/styles/drop-down-button/_bigger.material-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.material.scss +0 -3
- package/styles/drop-down-button/_bigger.material3-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.material3.scss +0 -3
- package/styles/drop-down-button/_bigger.tailwind-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.tailwind.scss +0 -3
- package/styles/drop-down-button/_bigger.tailwind3.scss +0 -3
- package/styles/drop-down-button/_layout.bds.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap-dark.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap4.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap5-dark.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap5.3.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap5.scss +0 -3
- package/styles/drop-down-button/_layout.fabric-dark.scss +0 -3
- package/styles/drop-down-button/_layout.fabric.scss +0 -3
- package/styles/drop-down-button/_layout.fluent-dark.scss +0 -3
- package/styles/drop-down-button/_layout.fluent.scss +0 -3
- package/styles/drop-down-button/_layout.fluent2.scss +0 -3
- package/styles/drop-down-button/_layout.highcontrast-light.scss +0 -3
- package/styles/drop-down-button/_layout.highcontrast.scss +0 -3
- package/styles/drop-down-button/_layout.material-dark.scss +0 -3
- package/styles/drop-down-button/_layout.material.scss +0 -3
- package/styles/drop-down-button/_layout.material3-dark.scss +0 -3
- package/styles/drop-down-button/_layout.material3.scss +0 -3
- package/styles/drop-down-button/_layout.tailwind-dark.scss +0 -3
- package/styles/drop-down-button/_layout.tailwind.scss +0 -3
- package/styles/drop-down-button/_layout.tailwind3.scss +0 -3
- package/styles/drop-down-button/_theme-variables.bds.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap4.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap5.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fabric-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fabric.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fluent-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fluent.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fluent2.scss +0 -1
- package/styles/drop-down-button/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/drop-down-button/_theme-variables.highcontrast.scss +0 -1
- package/styles/drop-down-button/_theme-variables.material-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.material.scss +0 -1
- package/styles/drop-down-button/_theme-variables.material3-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.material3.scss +0 -1
- package/styles/drop-down-button/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.tailwind.scss +0 -1
- package/styles/drop-down-button/_theme-variables.tailwind3.scss +0 -1
- package/styles/drop-down-button/_theme.bds.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap-dark.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap4.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap5-dark.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap5.3.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap5.scss +0 -4
- package/styles/drop-down-button/_theme.fabric-dark.scss +0 -4
- package/styles/drop-down-button/_theme.fabric.scss +0 -4
- package/styles/drop-down-button/_theme.fluent-dark.scss +0 -4
- package/styles/drop-down-button/_theme.fluent.scss +0 -4
- package/styles/drop-down-button/_theme.fluent2.scss +0 -4
- package/styles/drop-down-button/_theme.highcontrast-light.scss +0 -4
- package/styles/drop-down-button/_theme.highcontrast.scss +0 -4
- package/styles/drop-down-button/_theme.material-dark.scss +0 -4
- package/styles/drop-down-button/_theme.material.scss +0 -4
- package/styles/drop-down-button/_theme.material3-dark.scss +0 -4
- package/styles/drop-down-button/_theme.material3.scss +0 -4
- package/styles/drop-down-button/_theme.tailwind-dark.scss +0 -4
- package/styles/drop-down-button/_theme.tailwind.scss +0 -4
- package/styles/drop-down-button/_theme.tailwind3.scss +0 -4
- package/styles/progress-button/_all.bds.scss +0 -2
- package/styles/progress-button/_all.bootstrap-dark.scss +0 -2
- package/styles/progress-button/_all.bootstrap.scss +0 -2
- package/styles/progress-button/_all.bootstrap4.scss +0 -2
- package/styles/progress-button/_all.bootstrap5-dark.scss +0 -2
- package/styles/progress-button/_all.bootstrap5.3.scss +0 -2
- package/styles/progress-button/_all.bootstrap5.scss +0 -2
- package/styles/progress-button/_all.fabric-dark.scss +0 -2
- package/styles/progress-button/_all.fabric.scss +0 -2
- package/styles/progress-button/_all.fluent-dark.scss +0 -2
- package/styles/progress-button/_all.fluent.scss +0 -2
- package/styles/progress-button/_all.fluent2.scss +0 -2
- package/styles/progress-button/_all.highcontrast-light.scss +0 -2
- package/styles/progress-button/_all.highcontrast.scss +0 -2
- package/styles/progress-button/_all.material-dark.scss +0 -2
- package/styles/progress-button/_all.material.scss +0 -2
- package/styles/progress-button/_all.material3-dark.scss +0 -2
- package/styles/progress-button/_all.material3.scss +0 -2
- package/styles/progress-button/_all.tailwind-dark.scss +0 -2
- package/styles/progress-button/_all.tailwind.scss +0 -2
- package/styles/progress-button/_all.tailwind3.scss +0 -2
- package/styles/progress-button/_bigger.bds.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap-dark.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap4.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap5.3.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap5.scss +0 -3
- package/styles/progress-button/_bigger.fabric-dark.scss +0 -3
- package/styles/progress-button/_bigger.fabric.scss +0 -3
- package/styles/progress-button/_bigger.fluent-dark.scss +0 -3
- package/styles/progress-button/_bigger.fluent.scss +0 -3
- package/styles/progress-button/_bigger.fluent2.scss +0 -3
- package/styles/progress-button/_bigger.highcontrast-light.scss +0 -3
- package/styles/progress-button/_bigger.highcontrast.scss +0 -3
- package/styles/progress-button/_bigger.material-dark.scss +0 -3
- package/styles/progress-button/_bigger.material.scss +0 -3
- package/styles/progress-button/_bigger.material3-dark.scss +0 -3
- package/styles/progress-button/_bigger.material3.scss +0 -3
- package/styles/progress-button/_bigger.tailwind-dark.scss +0 -3
- package/styles/progress-button/_bigger.tailwind.scss +0 -3
- package/styles/progress-button/_bigger.tailwind3.scss +0 -3
- package/styles/progress-button/_layout.bds.scss +0 -3
- package/styles/progress-button/_layout.bootstrap-dark.scss +0 -3
- package/styles/progress-button/_layout.bootstrap.scss +0 -3
- package/styles/progress-button/_layout.bootstrap4.scss +0 -3
- package/styles/progress-button/_layout.bootstrap5-dark.scss +0 -3
- package/styles/progress-button/_layout.bootstrap5.3.scss +0 -3
- package/styles/progress-button/_layout.bootstrap5.scss +0 -3
- package/styles/progress-button/_layout.fabric-dark.scss +0 -3
- package/styles/progress-button/_layout.fabric.scss +0 -3
- package/styles/progress-button/_layout.fluent-dark.scss +0 -3
- package/styles/progress-button/_layout.fluent.scss +0 -3
- package/styles/progress-button/_layout.fluent2.scss +0 -3
- package/styles/progress-button/_layout.highcontrast-light.scss +0 -3
- package/styles/progress-button/_layout.highcontrast.scss +0 -3
- package/styles/progress-button/_layout.material-dark.scss +0 -3
- package/styles/progress-button/_layout.material.scss +0 -3
- package/styles/progress-button/_layout.material3-dark.scss +0 -3
- package/styles/progress-button/_layout.material3.scss +0 -3
- package/styles/progress-button/_layout.tailwind-dark.scss +0 -3
- package/styles/progress-button/_layout.tailwind.scss +0 -3
- package/styles/progress-button/_layout.tailwind3.scss +0 -3
- package/styles/progress-button/_theme-variables.bds.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap4.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap5.scss +0 -1
- package/styles/progress-button/_theme-variables.fabric-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.fabric.scss +0 -1
- package/styles/progress-button/_theme-variables.fluent-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.fluent.scss +0 -1
- package/styles/progress-button/_theme-variables.fluent2.scss +0 -1
- package/styles/progress-button/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/progress-button/_theme-variables.highcontrast.scss +0 -1
- package/styles/progress-button/_theme-variables.material-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.material.scss +0 -1
- package/styles/progress-button/_theme-variables.material3-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.material3.scss +0 -1
- package/styles/progress-button/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.tailwind.scss +0 -1
- package/styles/progress-button/_theme-variables.tailwind3.scss +0 -1
- package/styles/progress-button/_theme.bds.scss +0 -4
- package/styles/progress-button/_theme.bootstrap-dark.scss +0 -4
- package/styles/progress-button/_theme.bootstrap.scss +0 -4
- package/styles/progress-button/_theme.bootstrap4.scss +0 -4
- package/styles/progress-button/_theme.bootstrap5-dark.scss +0 -4
- package/styles/progress-button/_theme.bootstrap5.3.scss +0 -4
- package/styles/progress-button/_theme.bootstrap5.scss +0 -4
- package/styles/progress-button/_theme.fabric-dark.scss +0 -4
- package/styles/progress-button/_theme.fabric.scss +0 -4
- package/styles/progress-button/_theme.fluent-dark.scss +0 -4
- package/styles/progress-button/_theme.fluent.scss +0 -4
- package/styles/progress-button/_theme.fluent2.scss +0 -4
- package/styles/progress-button/_theme.highcontrast-light.scss +0 -4
- package/styles/progress-button/_theme.highcontrast.scss +0 -4
- package/styles/progress-button/_theme.material-dark.scss +0 -4
- package/styles/progress-button/_theme.material.scss +0 -4
- package/styles/progress-button/_theme.material3-dark.scss +0 -4
- package/styles/progress-button/_theme.material3.scss +0 -4
- package/styles/progress-button/_theme.tailwind-dark.scss +0 -4
- package/styles/progress-button/_theme.tailwind.scss +0 -4
- package/styles/progress-button/_theme.tailwind3.scss +0 -4
- package/styles/split-button/_all.bds.scss +0 -2
- package/styles/split-button/_all.bootstrap-dark.scss +0 -2
- package/styles/split-button/_all.bootstrap.scss +0 -2
- package/styles/split-button/_all.bootstrap4.scss +0 -2
- package/styles/split-button/_all.bootstrap5-dark.scss +0 -2
- package/styles/split-button/_all.bootstrap5.3.scss +0 -2
- package/styles/split-button/_all.bootstrap5.scss +0 -2
- package/styles/split-button/_all.fabric-dark.scss +0 -2
- package/styles/split-button/_all.fabric.scss +0 -2
- package/styles/split-button/_all.fluent-dark.scss +0 -2
- package/styles/split-button/_all.fluent.scss +0 -2
- package/styles/split-button/_all.fluent2.scss +0 -2
- package/styles/split-button/_all.highcontrast-light.scss +0 -2
- package/styles/split-button/_all.highcontrast.scss +0 -2
- package/styles/split-button/_all.material-dark.scss +0 -2
- package/styles/split-button/_all.material.scss +0 -2
- package/styles/split-button/_all.material3-dark.scss +0 -2
- package/styles/split-button/_all.material3.scss +0 -2
- package/styles/split-button/_all.tailwind-dark.scss +0 -2
- package/styles/split-button/_all.tailwind.scss +0 -2
- package/styles/split-button/_all.tailwind3.scss +0 -2
- package/styles/split-button/_bigger.bds.scss +0 -3
- package/styles/split-button/_bigger.bootstrap-dark.scss +0 -3
- package/styles/split-button/_bigger.bootstrap.scss +0 -3
- package/styles/split-button/_bigger.bootstrap4.scss +0 -3
- package/styles/split-button/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/split-button/_bigger.bootstrap5.3.scss +0 -3
- package/styles/split-button/_bigger.bootstrap5.scss +0 -3
- package/styles/split-button/_bigger.fabric-dark.scss +0 -3
- package/styles/split-button/_bigger.fabric.scss +0 -3
- package/styles/split-button/_bigger.fluent-dark.scss +0 -3
- package/styles/split-button/_bigger.fluent.scss +0 -3
- package/styles/split-button/_bigger.fluent2.scss +0 -3
- package/styles/split-button/_bigger.highcontrast-light.scss +0 -3
- package/styles/split-button/_bigger.highcontrast.scss +0 -3
- package/styles/split-button/_bigger.material-dark.scss +0 -3
- package/styles/split-button/_bigger.material.scss +0 -3
- package/styles/split-button/_bigger.material3-dark.scss +0 -3
- package/styles/split-button/_bigger.material3.scss +0 -3
- package/styles/split-button/_bigger.tailwind-dark.scss +0 -3
- package/styles/split-button/_bigger.tailwind.scss +0 -3
- package/styles/split-button/_bigger.tailwind3.scss +0 -3
- package/styles/split-button/_layout.bds.scss +0 -3
- package/styles/split-button/_layout.bootstrap-dark.scss +0 -3
- package/styles/split-button/_layout.bootstrap.scss +0 -3
- package/styles/split-button/_layout.bootstrap4.scss +0 -3
- package/styles/split-button/_layout.bootstrap5-dark.scss +0 -3
- package/styles/split-button/_layout.bootstrap5.3.scss +0 -3
- package/styles/split-button/_layout.bootstrap5.scss +0 -3
- package/styles/split-button/_layout.fabric-dark.scss +0 -3
- package/styles/split-button/_layout.fabric.scss +0 -3
- package/styles/split-button/_layout.fluent-dark.scss +0 -3
- package/styles/split-button/_layout.fluent.scss +0 -3
- package/styles/split-button/_layout.fluent2.scss +0 -3
- package/styles/split-button/_layout.highcontrast-light.scss +0 -3
- package/styles/split-button/_layout.highcontrast.scss +0 -3
- package/styles/split-button/_layout.material-dark.scss +0 -3
- package/styles/split-button/_layout.material.scss +0 -3
- package/styles/split-button/_layout.material3-dark.scss +0 -3
- package/styles/split-button/_layout.material3.scss +0 -3
- package/styles/split-button/_layout.tailwind-dark.scss +0 -3
- package/styles/split-button/_layout.tailwind.scss +0 -3
- package/styles/split-button/_layout.tailwind3.scss +0 -3
- package/styles/split-button/_theme-variables.bds.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap4.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap5.scss +0 -1
- package/styles/split-button/_theme-variables.fabric-dark.scss +0 -1
- package/styles/split-button/_theme-variables.fabric.scss +0 -1
- package/styles/split-button/_theme-variables.fluent-dark.scss +0 -1
- package/styles/split-button/_theme-variables.fluent.scss +0 -1
- package/styles/split-button/_theme-variables.fluent2.scss +0 -1
- package/styles/split-button/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/split-button/_theme-variables.highcontrast.scss +0 -1
- package/styles/split-button/_theme-variables.material-dark.scss +0 -1
- package/styles/split-button/_theme-variables.material.scss +0 -1
- package/styles/split-button/_theme-variables.material3-dark.scss +0 -1
- package/styles/split-button/_theme-variables.material3.scss +0 -1
- package/styles/split-button/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/split-button/_theme-variables.tailwind.scss +0 -1
- package/styles/split-button/_theme-variables.tailwind3.scss +0 -1
- package/styles/split-button/_theme.bds.scss +0 -4
- package/styles/split-button/_theme.bootstrap-dark.scss +0 -4
- package/styles/split-button/_theme.bootstrap.scss +0 -4
- package/styles/split-button/_theme.bootstrap4.scss +0 -4
- package/styles/split-button/_theme.bootstrap5-dark.scss +0 -4
- package/styles/split-button/_theme.bootstrap5.3.scss +0 -4
- package/styles/split-button/_theme.bootstrap5.scss +0 -4
- package/styles/split-button/_theme.fabric-dark.scss +0 -4
- package/styles/split-button/_theme.fabric.scss +0 -4
- package/styles/split-button/_theme.fluent-dark.scss +0 -4
- package/styles/split-button/_theme.fluent.scss +0 -4
- package/styles/split-button/_theme.fluent2.scss +0 -4
- package/styles/split-button/_theme.highcontrast-light.scss +0 -4
- package/styles/split-button/_theme.highcontrast.scss +0 -4
- package/styles/split-button/_theme.material-dark.scss +0 -4
- package/styles/split-button/_theme.material.scss +0 -4
- package/styles/split-button/_theme.material3-dark.scss +0 -4
- package/styles/split-button/_theme.material3.scss +0 -4
- package/styles/split-button/_theme.tailwind-dark.scss +0 -4
- package/styles/split-button/_theme.tailwind.scss +0 -4
- package/styles/split-button/_theme.tailwind3.scss +0 -4
|
@@ -6,133 +6,6 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
/* Font Family */
|
|
10
|
-
/* Font Sizes */
|
|
11
|
-
/* Radius */
|
|
12
|
-
/* 1px */
|
|
13
|
-
/* 2px */
|
|
14
|
-
/* 3px */
|
|
15
|
-
/* 4px */
|
|
16
|
-
/* 5px */
|
|
17
|
-
/* 6px */
|
|
18
|
-
/* 7px */
|
|
19
|
-
/* 8px */
|
|
20
|
-
/* 9px */
|
|
21
|
-
/* 10px */
|
|
22
|
-
/* 11px */
|
|
23
|
-
/* 12px */
|
|
24
|
-
/* 13px */
|
|
25
|
-
/* 14px */
|
|
26
|
-
/* 15px */
|
|
27
|
-
/* 16px */
|
|
28
|
-
/* 17px */
|
|
29
|
-
/* 18px */
|
|
30
|
-
/* 19px */
|
|
31
|
-
/* 20px */
|
|
32
|
-
/* 21px */
|
|
33
|
-
/* 22px */
|
|
34
|
-
/* 23px */
|
|
35
|
-
/* 24px */
|
|
36
|
-
/* 25px */
|
|
37
|
-
/* 26px */
|
|
38
|
-
/* 27px */
|
|
39
|
-
/* 28px */
|
|
40
|
-
/* 29px */
|
|
41
|
-
/* 30px */
|
|
42
|
-
/* 31px */
|
|
43
|
-
/* 32px */
|
|
44
|
-
/* 33px */
|
|
45
|
-
/* 34px */
|
|
46
|
-
/* 35px */
|
|
47
|
-
/* 36px */
|
|
48
|
-
/* 37px */
|
|
49
|
-
/* 38px */
|
|
50
|
-
/* 39px */
|
|
51
|
-
/* 40px */
|
|
52
|
-
/* 41px */
|
|
53
|
-
/* 42px */
|
|
54
|
-
/* 43px */
|
|
55
|
-
/* 44px */
|
|
56
|
-
/* 45px */
|
|
57
|
-
/* 46px */
|
|
58
|
-
/* 47px */
|
|
59
|
-
/* 48px */
|
|
60
|
-
/* 49px */
|
|
61
|
-
/* 50px */
|
|
62
|
-
/* 5em */
|
|
63
|
-
/* 65% */
|
|
64
|
-
/* border */
|
|
65
|
-
/* 0px */
|
|
66
|
-
/* 1px */
|
|
67
|
-
/* 1.5px */
|
|
68
|
-
/* 2px */
|
|
69
|
-
/* 3px */
|
|
70
|
-
/* 4px */
|
|
71
|
-
/* 5px */
|
|
72
|
-
/* 6px */
|
|
73
|
-
/* 7px */
|
|
74
|
-
/* 8px */
|
|
75
|
-
/* 9px */
|
|
76
|
-
/* 10px */
|
|
77
|
-
/* 11px */
|
|
78
|
-
/* 12px */
|
|
79
|
-
/* 13px */
|
|
80
|
-
/* 14px */
|
|
81
|
-
/* 15px */
|
|
82
|
-
/* 16px */
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
88
|
-
@-webkit-keyframes material-spinner-rotate {
|
|
89
|
-
0% {
|
|
90
|
-
-webkit-transform: rotate(0);
|
|
91
|
-
transform: rotate(0);
|
|
92
|
-
}
|
|
93
|
-
100% {
|
|
94
|
-
-webkit-transform: rotate(360deg);
|
|
95
|
-
transform: rotate(360deg);
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
@keyframes material-spinner-rotate {
|
|
99
|
-
0% {
|
|
100
|
-
-webkit-transform: rotate(0);
|
|
101
|
-
transform: rotate(0);
|
|
102
|
-
}
|
|
103
|
-
100% {
|
|
104
|
-
-webkit-transform: rotate(360deg);
|
|
105
|
-
transform: rotate(360deg);
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
@-webkit-keyframes fabric-spinner-rotate {
|
|
109
|
-
0% {
|
|
110
|
-
-webkit-transform: rotate(0);
|
|
111
|
-
transform: rotate(0);
|
|
112
|
-
}
|
|
113
|
-
100% {
|
|
114
|
-
-webkit-transform: rotate(360deg);
|
|
115
|
-
transform: rotate(360deg);
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
@keyframes fabric-spinner-rotate {
|
|
119
|
-
0% {
|
|
120
|
-
-webkit-transform: rotate(0);
|
|
121
|
-
transform: rotate(0);
|
|
122
|
-
}
|
|
123
|
-
100% {
|
|
124
|
-
-webkit-transform: rotate(360deg);
|
|
125
|
-
transform: rotate(360deg);
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
9
|
/* Font Family */
|
|
137
10
|
/* Font Sizes */
|
|
138
11
|
/* Radius */
|
|
@@ -510,92 +383,6 @@
|
|
|
510
383
|
}
|
|
511
384
|
}
|
|
512
385
|
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
/* Font Family */
|
|
522
|
-
/* Font Sizes */
|
|
523
|
-
/* Radius */
|
|
524
|
-
/* 1px */
|
|
525
|
-
/* 2px */
|
|
526
|
-
/* 3px */
|
|
527
|
-
/* 4px */
|
|
528
|
-
/* 5px */
|
|
529
|
-
/* 6px */
|
|
530
|
-
/* 7px */
|
|
531
|
-
/* 8px */
|
|
532
|
-
/* 9px */
|
|
533
|
-
/* 10px */
|
|
534
|
-
/* 11px */
|
|
535
|
-
/* 12px */
|
|
536
|
-
/* 13px */
|
|
537
|
-
/* 14px */
|
|
538
|
-
/* 15px */
|
|
539
|
-
/* 16px */
|
|
540
|
-
/* 17px */
|
|
541
|
-
/* 18px */
|
|
542
|
-
/* 19px */
|
|
543
|
-
/* 20px */
|
|
544
|
-
/* 21px */
|
|
545
|
-
/* 22px */
|
|
546
|
-
/* 23px */
|
|
547
|
-
/* 24px */
|
|
548
|
-
/* 25px */
|
|
549
|
-
/* 26px */
|
|
550
|
-
/* 27px */
|
|
551
|
-
/* 28px */
|
|
552
|
-
/* 29px */
|
|
553
|
-
/* 30px */
|
|
554
|
-
/* 31px */
|
|
555
|
-
/* 32px */
|
|
556
|
-
/* 33px */
|
|
557
|
-
/* 34px */
|
|
558
|
-
/* 35px */
|
|
559
|
-
/* 36px */
|
|
560
|
-
/* 37px */
|
|
561
|
-
/* 38px */
|
|
562
|
-
/* 39px */
|
|
563
|
-
/* 40px */
|
|
564
|
-
/* 41px */
|
|
565
|
-
/* 42px */
|
|
566
|
-
/* 43px */
|
|
567
|
-
/* 44px */
|
|
568
|
-
/* 45px */
|
|
569
|
-
/* 46px */
|
|
570
|
-
/* 47px */
|
|
571
|
-
/* 48px */
|
|
572
|
-
/* 49px */
|
|
573
|
-
/* 50px */
|
|
574
|
-
/* 5em */
|
|
575
|
-
/* 65% */
|
|
576
|
-
/* border */
|
|
577
|
-
/* 0px */
|
|
578
|
-
/* 1px */
|
|
579
|
-
/* 1.5px */
|
|
580
|
-
/* 2px */
|
|
581
|
-
/* 3px */
|
|
582
|
-
/* 4px */
|
|
583
|
-
/* 5px */
|
|
584
|
-
/* 6px */
|
|
585
|
-
/* 7px */
|
|
586
|
-
/* 8px */
|
|
587
|
-
/* 9px */
|
|
588
|
-
/* 10px */
|
|
589
|
-
/* 11px */
|
|
590
|
-
/* 12px */
|
|
591
|
-
/* 13px */
|
|
592
|
-
/* 14px */
|
|
593
|
-
/* 15px */
|
|
594
|
-
/* 16px */
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
386
|
/*! Progress Button Theme */
|
|
600
387
|
.e-progress-btn .e-spinner-pane .e-spinner-inner svg {
|
|
601
388
|
fill: var(--color-sf-secondary-text-color);
|
|
@@ -786,92 +573,6 @@
|
|
|
786
573
|
stroke: #ebf3fc !important; /* stylelint-disable-line declaration-no-important */
|
|
787
574
|
}
|
|
788
575
|
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
/* Font Family */
|
|
798
|
-
/* Font Sizes */
|
|
799
|
-
/* Radius */
|
|
800
|
-
/* 1px */
|
|
801
|
-
/* 2px */
|
|
802
|
-
/* 3px */
|
|
803
|
-
/* 4px */
|
|
804
|
-
/* 5px */
|
|
805
|
-
/* 6px */
|
|
806
|
-
/* 7px */
|
|
807
|
-
/* 8px */
|
|
808
|
-
/* 9px */
|
|
809
|
-
/* 10px */
|
|
810
|
-
/* 11px */
|
|
811
|
-
/* 12px */
|
|
812
|
-
/* 13px */
|
|
813
|
-
/* 14px */
|
|
814
|
-
/* 15px */
|
|
815
|
-
/* 16px */
|
|
816
|
-
/* 17px */
|
|
817
|
-
/* 18px */
|
|
818
|
-
/* 19px */
|
|
819
|
-
/* 20px */
|
|
820
|
-
/* 21px */
|
|
821
|
-
/* 22px */
|
|
822
|
-
/* 23px */
|
|
823
|
-
/* 24px */
|
|
824
|
-
/* 25px */
|
|
825
|
-
/* 26px */
|
|
826
|
-
/* 27px */
|
|
827
|
-
/* 28px */
|
|
828
|
-
/* 29px */
|
|
829
|
-
/* 30px */
|
|
830
|
-
/* 31px */
|
|
831
|
-
/* 32px */
|
|
832
|
-
/* 33px */
|
|
833
|
-
/* 34px */
|
|
834
|
-
/* 35px */
|
|
835
|
-
/* 36px */
|
|
836
|
-
/* 37px */
|
|
837
|
-
/* 38px */
|
|
838
|
-
/* 39px */
|
|
839
|
-
/* 40px */
|
|
840
|
-
/* 41px */
|
|
841
|
-
/* 42px */
|
|
842
|
-
/* 43px */
|
|
843
|
-
/* 44px */
|
|
844
|
-
/* 45px */
|
|
845
|
-
/* 46px */
|
|
846
|
-
/* 47px */
|
|
847
|
-
/* 48px */
|
|
848
|
-
/* 49px */
|
|
849
|
-
/* 50px */
|
|
850
|
-
/* 5em */
|
|
851
|
-
/* 65% */
|
|
852
|
-
/* border */
|
|
853
|
-
/* 0px */
|
|
854
|
-
/* 1px */
|
|
855
|
-
/* 1.5px */
|
|
856
|
-
/* 2px */
|
|
857
|
-
/* 3px */
|
|
858
|
-
/* 4px */
|
|
859
|
-
/* 5px */
|
|
860
|
-
/* 6px */
|
|
861
|
-
/* 7px */
|
|
862
|
-
/* 8px */
|
|
863
|
-
/* 9px */
|
|
864
|
-
/* 10px */
|
|
865
|
-
/* 11px */
|
|
866
|
-
/* 12px */
|
|
867
|
-
/* 13px */
|
|
868
|
-
/* 14px */
|
|
869
|
-
/* 15px */
|
|
870
|
-
/* 16px */
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
576
|
*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner,
|
|
876
577
|
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
|
|
877
578
|
padding-right: 14px;
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
@use 'ej2-base/styles/definition/fluent2' as *;
|
|
2
|
-
@use 'ej2-buttons/styles/button/fluent2-definition' as *;
|
|
3
|
-
@use 'ej2-popups/styles/spinner/fluent2-definition' as *;
|
|
4
1
|
@use 'fluent2-definition' as *;
|
|
5
|
-
@use 'all
|
|
6
|
-
@use 'bigger
|
|
2
|
+
@use 'all' as *;
|
|
3
|
+
@use 'bigger' as *;
|
|
@@ -1,44 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
-
@-webkit-keyframes material-spinner-rotate {
|
|
3
|
-
0% {
|
|
4
|
-
-webkit-transform: rotate(0);
|
|
5
|
-
transform: rotate(0);
|
|
6
|
-
}
|
|
7
|
-
100% {
|
|
8
|
-
-webkit-transform: rotate(360deg);
|
|
9
|
-
transform: rotate(360deg);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
@keyframes material-spinner-rotate {
|
|
13
|
-
0% {
|
|
14
|
-
-webkit-transform: rotate(0);
|
|
15
|
-
transform: rotate(0);
|
|
16
|
-
}
|
|
17
|
-
100% {
|
|
18
|
-
-webkit-transform: rotate(360deg);
|
|
19
|
-
transform: rotate(360deg);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
@-webkit-keyframes fabric-spinner-rotate {
|
|
23
|
-
0% {
|
|
24
|
-
-webkit-transform: rotate(0);
|
|
25
|
-
transform: rotate(0);
|
|
26
|
-
}
|
|
27
|
-
100% {
|
|
28
|
-
-webkit-transform: rotate(360deg);
|
|
29
|
-
transform: rotate(360deg);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
@keyframes fabric-spinner-rotate {
|
|
33
|
-
0% {
|
|
34
|
-
-webkit-transform: rotate(0);
|
|
35
|
-
transform: rotate(0);
|
|
36
|
-
}
|
|
37
|
-
100% {
|
|
38
|
-
-webkit-transform: rotate(360deg);
|
|
39
|
-
transform: rotate(360deg);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
1
|
.e-progress-btn {
|
|
43
2
|
position: relative;
|
|
44
3
|
}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
@use 'ej2-base/styles/definition/highcontrast-light' as *;
|
|
2
|
-
@use 'ej2-buttons/styles/button/highcontrast-light-definition' as *;
|
|
3
|
-
@use 'ej2-popups/styles/spinner/highcontrast-light-definition' as *;
|
|
4
1
|
@use 'highcontrast-light-definition' as *;
|
|
5
|
-
@use 'all
|
|
6
|
-
@use 'bigger
|
|
2
|
+
@use 'all' as *;
|
|
3
|
+
@use 'bigger' as *;
|
|
@@ -1,44 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
-
@-webkit-keyframes material-spinner-rotate {
|
|
3
|
-
0% {
|
|
4
|
-
-webkit-transform: rotate(0);
|
|
5
|
-
transform: rotate(0);
|
|
6
|
-
}
|
|
7
|
-
100% {
|
|
8
|
-
-webkit-transform: rotate(360deg);
|
|
9
|
-
transform: rotate(360deg);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
@keyframes material-spinner-rotate {
|
|
13
|
-
0% {
|
|
14
|
-
-webkit-transform: rotate(0);
|
|
15
|
-
transform: rotate(0);
|
|
16
|
-
}
|
|
17
|
-
100% {
|
|
18
|
-
-webkit-transform: rotate(360deg);
|
|
19
|
-
transform: rotate(360deg);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
@-webkit-keyframes fabric-spinner-rotate {
|
|
23
|
-
0% {
|
|
24
|
-
-webkit-transform: rotate(0);
|
|
25
|
-
transform: rotate(0);
|
|
26
|
-
}
|
|
27
|
-
100% {
|
|
28
|
-
-webkit-transform: rotate(360deg);
|
|
29
|
-
transform: rotate(360deg);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
@keyframes fabric-spinner-rotate {
|
|
33
|
-
0% {
|
|
34
|
-
-webkit-transform: rotate(0);
|
|
35
|
-
transform: rotate(0);
|
|
36
|
-
}
|
|
37
|
-
100% {
|
|
38
|
-
-webkit-transform: rotate(360deg);
|
|
39
|
-
transform: rotate(360deg);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
1
|
.e-progress-btn {
|
|
43
2
|
position: relative;
|
|
44
3
|
}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
@use 'ej2-base/styles/definition/highcontrast' as *;
|
|
2
|
-
@use 'ej2-buttons/styles/button/highcontrast-definition' as *;
|
|
3
|
-
@use 'ej2-popups/styles/spinner/highcontrast-definition' as *;
|
|
4
1
|
@use 'highcontrast-definition' as *;
|
|
5
|
-
@use 'all
|
|
6
|
-
@use 'bigger
|
|
2
|
+
@use 'all' as *;
|
|
3
|
+
@use 'bigger' as *;
|
|
@@ -1,44 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
-
@-webkit-keyframes material-spinner-rotate {
|
|
3
|
-
0% {
|
|
4
|
-
-webkit-transform: rotate(0deg);
|
|
5
|
-
transform: rotate(0deg);
|
|
6
|
-
}
|
|
7
|
-
100% {
|
|
8
|
-
-webkit-transform: rotate(360deg);
|
|
9
|
-
transform: rotate(360deg);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
@keyframes material-spinner-rotate {
|
|
13
|
-
0% {
|
|
14
|
-
-webkit-transform: rotate(0deg);
|
|
15
|
-
transform: rotate(0deg);
|
|
16
|
-
}
|
|
17
|
-
100% {
|
|
18
|
-
-webkit-transform: rotate(360deg);
|
|
19
|
-
transform: rotate(360deg);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
@-webkit-keyframes fabric-spinner-rotate {
|
|
23
|
-
0% {
|
|
24
|
-
-webkit-transform: rotate(0deg);
|
|
25
|
-
transform: rotate(0deg);
|
|
26
|
-
}
|
|
27
|
-
100% {
|
|
28
|
-
-webkit-transform: rotate(360deg);
|
|
29
|
-
transform: rotate(360deg);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
@keyframes fabric-spinner-rotate {
|
|
33
|
-
0% {
|
|
34
|
-
-webkit-transform: rotate(0deg);
|
|
35
|
-
transform: rotate(0deg);
|
|
36
|
-
}
|
|
37
|
-
100% {
|
|
38
|
-
-webkit-transform: rotate(360deg);
|
|
39
|
-
transform: rotate(360deg);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
1
|
.e-progress-btn {
|
|
43
2
|
position: relative;
|
|
44
3
|
}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
@use 'ej2-base/styles/definition/material-dark' as *;
|
|
2
|
-
@use 'ej2-buttons/styles/button/material-dark-definition' as *;
|
|
3
|
-
@use 'ej2-popups/styles/spinner/material-dark-definition' as *;
|
|
4
1
|
@use 'material-dark-definition' as *;
|
|
5
|
-
@use 'all
|
|
6
|
-
@use 'bigger
|
|
2
|
+
@use 'all' as *;
|
|
3
|
+
@use 'bigger' as *;
|
|
@@ -1,44 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
-
@-webkit-keyframes material-spinner-rotate {
|
|
3
|
-
0% {
|
|
4
|
-
-webkit-transform: rotate(0deg);
|
|
5
|
-
transform: rotate(0deg);
|
|
6
|
-
}
|
|
7
|
-
100% {
|
|
8
|
-
-webkit-transform: rotate(360deg);
|
|
9
|
-
transform: rotate(360deg);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
@keyframes material-spinner-rotate {
|
|
13
|
-
0% {
|
|
14
|
-
-webkit-transform: rotate(0deg);
|
|
15
|
-
transform: rotate(0deg);
|
|
16
|
-
}
|
|
17
|
-
100% {
|
|
18
|
-
-webkit-transform: rotate(360deg);
|
|
19
|
-
transform: rotate(360deg);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
@-webkit-keyframes fabric-spinner-rotate {
|
|
23
|
-
0% {
|
|
24
|
-
-webkit-transform: rotate(0deg);
|
|
25
|
-
transform: rotate(0deg);
|
|
26
|
-
}
|
|
27
|
-
100% {
|
|
28
|
-
-webkit-transform: rotate(360deg);
|
|
29
|
-
transform: rotate(360deg);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
@keyframes fabric-spinner-rotate {
|
|
33
|
-
0% {
|
|
34
|
-
-webkit-transform: rotate(0deg);
|
|
35
|
-
transform: rotate(0deg);
|
|
36
|
-
}
|
|
37
|
-
100% {
|
|
38
|
-
-webkit-transform: rotate(360deg);
|
|
39
|
-
transform: rotate(360deg);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
1
|
.e-progress-btn {
|
|
43
2
|
position: relative;
|
|
44
3
|
}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
@use 'ej2-base/styles/definition/material' as *;
|
|
2
|
-
@use 'ej2-buttons/styles/button/material-definition' as *;
|
|
3
|
-
@use 'ej2-popups/styles/spinner/material-definition' as *;
|
|
4
1
|
@use 'material-definition' as *;
|
|
5
|
-
@use 'all
|
|
6
|
-
@use 'bigger
|
|
2
|
+
@use 'all' as *;
|
|
3
|
+
@use 'bigger' as *;
|