@syncfusion/ej2-splitbuttons 33.2.3 → 34.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ej2-splitbuttons.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +3 -3
- package/src/common/common.d.ts +1 -0
- package/src/drop-down-button/drop-down-button.js +1 -1
- package/styles/bds-lite.css +144 -829
- package/styles/bds-lite.scss +4 -7
- package/styles/bds.css +165 -1192
- package/styles/bds.scss +8 -11
- package/styles/bootstrap-dark-lite.css +0 -41
- package/styles/bootstrap-dark-lite.scss +4 -7
- package/styles/bootstrap-dark.css +0 -41
- package/styles/bootstrap-dark.scss +8 -11
- package/styles/bootstrap-lite.css +0 -41
- package/styles/bootstrap-lite.scss +4 -7
- package/styles/bootstrap.css +0 -41
- package/styles/bootstrap.scss +8 -11
- package/styles/bootstrap4-lite.css +0 -41
- package/styles/bootstrap4-lite.scss +4 -7
- package/styles/bootstrap4.css +0 -41
- package/styles/bootstrap4.scss +8 -11
- package/styles/bootstrap5-dark-lite.css +0 -42
- package/styles/bootstrap5-dark-lite.scss +4 -7
- package/styles/bootstrap5-dark.css +0 -42
- package/styles/bootstrap5-dark.scss +8 -11
- package/styles/bootstrap5-lite.css +0 -42
- package/styles/bootstrap5-lite.scss +4 -8
- package/styles/bootstrap5.3-lite.css +80 -794
- package/styles/bootstrap5.3-lite.scss +4 -8
- package/styles/bootstrap5.3.css +78 -1128
- package/styles/bootstrap5.3.scss +8 -12
- package/styles/bootstrap5.css +0 -42
- package/styles/bootstrap5.scss +8 -12
- package/styles/button-group/_all.scss +2 -2
- package/styles/button-group/_bds-definition.scss +2 -4
- package/styles/button-group/_bigger.scss +2 -2
- package/styles/button-group/_bootstrap-dark-definition.scss +1 -4
- package/styles/button-group/_bootstrap-definition.scss +3 -4
- package/styles/button-group/_bootstrap4-definition.scss +3 -4
- package/styles/button-group/_bootstrap5-dark-definition.scss +2 -4
- package/styles/button-group/_bootstrap5-definition.scss +2 -4
- package/styles/button-group/_bootstrap5.3-definition.scss +2 -4
- package/styles/button-group/_fabric-dark-definition.scss +2 -4
- package/styles/button-group/_fabric-definition.scss +2 -4
- package/styles/button-group/_fluent-dark-definition.scss +2 -4
- package/styles/button-group/_fluent-definition.scss +2 -4
- package/styles/button-group/_fluent2-definition.scss +2 -4
- package/styles/button-group/_group-button-mixin.scss +7 -5
- package/styles/button-group/_highcontrast-definition.scss +2 -4
- package/styles/button-group/_highcontrast-light-definition.scss +1 -4
- package/styles/button-group/_layout.scss +6 -6
- package/styles/button-group/_material-dark-definition.scss +1 -4
- package/styles/button-group/_material-definition.scss +2 -4
- package/styles/button-group/_material3-dark-definition.scss +2 -4
- package/styles/button-group/_material3-definition.scss +2 -4
- package/styles/button-group/_tailwind-dark-definition.scss +2 -4
- package/styles/button-group/_tailwind-definition.scss +2 -4
- package/styles/button-group/_tailwind3-definition.scss +2 -4
- package/styles/button-group/_theme.scss +71 -68
- package/styles/button-group/_variables.scss +2 -0
- package/styles/button-group/bds.css +0 -189
- package/styles/button-group/bds.scss +2 -4
- package/styles/button-group/bootstrap-dark.scss +2 -4
- package/styles/button-group/bootstrap.scss +2 -4
- package/styles/button-group/bootstrap4.scss +2 -4
- package/styles/button-group/bootstrap5-dark.scss +2 -4
- package/styles/button-group/bootstrap5.3.css +8 -260
- package/styles/button-group/bootstrap5.3.scss +2 -4
- package/styles/button-group/bootstrap5.scss +2 -4
- package/styles/button-group/fabric-dark.scss +2 -4
- package/styles/button-group/fabric.scss +2 -4
- package/styles/button-group/fluent-dark.scss +2 -4
- package/styles/button-group/fluent.scss +2 -4
- package/styles/button-group/fluent2.css +0 -258
- package/styles/button-group/fluent2.scss +2 -4
- package/styles/button-group/highcontrast-light.scss +2 -4
- package/styles/button-group/highcontrast.scss +2 -4
- package/styles/button-group/material-dark.scss +2 -4
- package/styles/button-group/material.scss +2 -4
- package/styles/button-group/material3-dark.css +0 -246
- package/styles/button-group/material3-dark.scss +2 -4
- package/styles/button-group/material3.css +0 -252
- package/styles/button-group/material3.scss +2 -4
- package/styles/button-group/tailwind-dark.scss +2 -4
- package/styles/button-group/tailwind.scss +2 -4
- package/styles/button-group/tailwind3.css +0 -222
- package/styles/button-group/tailwind3.scss +2 -4
- package/styles/drop-down-button/_all.scss +2 -2
- package/styles/drop-down-button/_bds-definition.scss +1 -4
- package/styles/drop-down-button/_bigger.scss +4 -4
- package/styles/drop-down-button/_bootstrap-dark-definition.scss +2 -4
- package/styles/drop-down-button/_bootstrap-definition.scss +2 -4
- package/styles/drop-down-button/_bootstrap4-definition.scss +2 -4
- package/styles/drop-down-button/_bootstrap5-dark-definition.scss +2 -4
- package/styles/drop-down-button/_bootstrap5-definition.scss +2 -4
- package/styles/drop-down-button/_bootstrap5.3-definition.scss +2 -4
- package/styles/drop-down-button/_fabric-dark-definition.scss +2 -4
- package/styles/drop-down-button/_fabric-definition.scss +2 -4
- package/styles/drop-down-button/_fluent-dark-definition.scss +2 -4
- package/styles/drop-down-button/_fluent-definition.scss +2 -4
- package/styles/drop-down-button/_fluent2-definition.scss +2 -4
- package/styles/drop-down-button/_fusionnew-definition.scss +2 -4
- package/styles/drop-down-button/_highcontrast-definition.scss +2 -4
- package/styles/drop-down-button/_highcontrast-light-definition.scss +2 -4
- package/styles/drop-down-button/_layout.scss +5 -4
- package/styles/drop-down-button/_material-dark-definition.scss +2 -4
- package/styles/drop-down-button/_material-definition.scss +2 -4
- package/styles/drop-down-button/_material3-dark-definition.scss +2 -4
- package/styles/drop-down-button/_material3-definition.scss +2 -4
- package/styles/drop-down-button/_tailwind-dark-definition.scss +2 -4
- package/styles/drop-down-button/_tailwind-definition.scss +2 -4
- package/styles/drop-down-button/_tailwind3-definition.scss +2 -4
- package/styles/drop-down-button/_theme.scss +3 -2
- package/styles/drop-down-button/_variables.scss +2 -0
- package/styles/drop-down-button/bds.css +0 -325
- package/styles/drop-down-button/bds.scss +2 -5
- package/styles/drop-down-button/bootstrap-dark.scss +2 -5
- package/styles/drop-down-button/bootstrap.scss +2 -5
- package/styles/drop-down-button/bootstrap4.scss +2 -5
- package/styles/drop-down-button/bootstrap5-dark.css +0 -1
- package/styles/drop-down-button/bootstrap5-dark.scss +2 -5
- package/styles/drop-down-button/bootstrap5.3.css +0 -253
- package/styles/drop-down-button/bootstrap5.3.scss +2 -5
- package/styles/drop-down-button/bootstrap5.css +0 -1
- package/styles/drop-down-button/bootstrap5.scss +2 -5
- package/styles/drop-down-button/fabric-dark.scss +2 -5
- package/styles/drop-down-button/fabric.scss +2 -5
- package/styles/drop-down-button/fluent-dark.css +0 -1
- package/styles/drop-down-button/fluent-dark.scss +2 -5
- package/styles/drop-down-button/fluent.css +0 -1
- package/styles/drop-down-button/fluent.scss +2 -5
- package/styles/drop-down-button/fluent2.css +0 -259
- package/styles/drop-down-button/fluent2.scss +2 -5
- package/styles/drop-down-button/highcontrast-light.scss +2 -5
- package/styles/drop-down-button/highcontrast.scss +2 -5
- package/styles/drop-down-button/icons/_bds.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap-dark.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap4.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap5.3.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap5.scss +1 -1
- package/styles/drop-down-button/icons/_fabric-dark.scss +1 -1
- package/styles/drop-down-button/icons/_fabric.scss +1 -1
- package/styles/drop-down-button/icons/_fluent.scss +1 -1
- package/styles/drop-down-button/icons/_fluent2.scss +1 -1
- package/styles/drop-down-button/icons/_fusionnew.scss +1 -1
- package/styles/drop-down-button/icons/_highcontrast-light.scss +1 -1
- package/styles/drop-down-button/icons/_highcontrast.scss +1 -1
- package/styles/drop-down-button/icons/_material-dark.scss +1 -1
- package/styles/drop-down-button/icons/_material.scss +1 -1
- package/styles/drop-down-button/icons/_material3.scss +1 -1
- package/styles/drop-down-button/icons/_tailwind-dark.scss +1 -1
- package/styles/drop-down-button/icons/_tailwind.scss +1 -1
- package/styles/drop-down-button/icons/_tailwind3.scss +1 -1
- package/styles/drop-down-button/material-dark.scss +2 -5
- package/styles/drop-down-button/material.scss +2 -5
- package/styles/drop-down-button/material3-dark.css +0 -247
- package/styles/drop-down-button/material3-dark.scss +2 -5
- package/styles/drop-down-button/material3.css +0 -253
- package/styles/drop-down-button/material3.scss +2 -5
- package/styles/drop-down-button/tailwind-dark.css +0 -1
- package/styles/drop-down-button/tailwind-dark.scss +2 -5
- package/styles/drop-down-button/tailwind.css +0 -1
- package/styles/drop-down-button/tailwind.scss +2 -5
- package/styles/drop-down-button/tailwind3.css +0 -223
- package/styles/drop-down-button/tailwind3.scss +2 -5
- package/styles/fabric-dark-lite.css +0 -41
- package/styles/fabric-dark-lite.scss +4 -8
- package/styles/fabric-dark.css +0 -41
- package/styles/fabric-dark.scss +8 -12
- package/styles/fabric-lite.css +0 -41
- package/styles/fabric-lite.scss +4 -8
- package/styles/fabric.css +0 -41
- package/styles/fabric.scss +8 -12
- package/styles/fluent-dark-lite.css +0 -42
- package/styles/fluent-dark-lite.scss +4 -8
- package/styles/fluent-dark.css +0 -42
- package/styles/fluent-dark.scss +8 -12
- package/styles/fluent-lite.css +0 -42
- package/styles/fluent-lite.scss +4 -8
- package/styles/fluent.css +0 -42
- package/styles/fluent.scss +8 -12
- package/styles/fluent2-lite.css +84 -814
- package/styles/fluent2-lite.scss +4 -8
- package/styles/fluent2.css +140 -1214
- package/styles/fluent2.scss +8 -12
- package/styles/highcontrast-light-lite.css +0 -41
- package/styles/highcontrast-light-lite.scss +4 -8
- package/styles/highcontrast-light.css +0 -41
- package/styles/highcontrast-light.scss +8 -12
- package/styles/highcontrast-lite.css +0 -41
- package/styles/highcontrast-lite.scss +4 -8
- package/styles/highcontrast.css +0 -41
- package/styles/highcontrast.scss +8 -12
- package/styles/material-dark-lite.css +0 -41
- package/styles/material-dark-lite.scss +4 -8
- package/styles/material-dark.css +0 -41
- package/styles/material-dark.scss +8 -12
- package/styles/material-lite.css +0 -41
- package/styles/material-lite.scss +4 -7
- package/styles/material.css +0 -41
- package/styles/material.scss +8 -11
- package/styles/material3-dark-lite.css +6 -704
- package/styles/material3-dark-lite.scss +4 -8
- package/styles/material3-dark.css +80 -1106
- package/styles/material3-dark.scss +8 -12
- package/styles/material3-lite.css +76 -790
- package/styles/material3-lite.scss +4 -8
- package/styles/material3.css +74 -1124
- package/styles/material3.scss +8 -12
- package/styles/progress-button/_all.scss +2 -2
- package/styles/progress-button/_bds-definition.scss +15 -11
- package/styles/progress-button/_bigger.scss +3 -3
- package/styles/progress-button/_bootstrap-dark-definition.scss +2 -4
- package/styles/progress-button/_bootstrap-definition.scss +2 -4
- package/styles/progress-button/_bootstrap4-definition.scss +2 -4
- package/styles/progress-button/_bootstrap5-dark-definition.scss +2 -4
- package/styles/progress-button/_bootstrap5-definition.scss +2 -4
- package/styles/progress-button/_bootstrap5.3-definition.scss +2 -4
- package/styles/progress-button/_fabric-dark-definition.scss +2 -4
- package/styles/progress-button/_fabric-definition.scss +2 -4
- package/styles/progress-button/_fluent-dark-definition.scss +2 -4
- package/styles/progress-button/_fluent-definition.scss +2 -4
- package/styles/progress-button/_fluent2-definition.scss +2 -4
- package/styles/progress-button/_highcontrast-definition.scss +2 -4
- package/styles/progress-button/_highcontrast-light-definition.scss +2 -4
- package/styles/progress-button/_layout.scss +2 -1
- package/styles/progress-button/_material-dark-definition.scss +2 -4
- package/styles/progress-button/_material-definition.scss +2 -4
- package/styles/progress-button/_material3-dark-definition.scss +2 -4
- package/styles/progress-button/_material3-definition.scss +2 -4
- package/styles/progress-button/_tailwind-dark-definition.scss +11 -4
- package/styles/progress-button/_tailwind-definition.scss +11 -4
- package/styles/progress-button/_tailwind3-definition.scss +2 -4
- package/styles/progress-button/_theme.scss +179 -142
- package/styles/progress-button/_variables.scss +2 -0
- package/styles/progress-button/bds.css +92 -281
- package/styles/progress-button/bds.scss +2 -5
- package/styles/progress-button/bootstrap-dark.css +0 -41
- package/styles/progress-button/bootstrap-dark.scss +2 -5
- package/styles/progress-button/bootstrap.css +0 -41
- package/styles/progress-button/bootstrap.scss +2 -5
- package/styles/progress-button/bootstrap4.css +0 -41
- package/styles/progress-button/bootstrap4.scss +2 -5
- package/styles/progress-button/bootstrap5-dark.css +0 -41
- package/styles/progress-button/bootstrap5-dark.scss +2 -5
- package/styles/progress-button/bootstrap5.3.css +0 -293
- package/styles/progress-button/bootstrap5.3.scss +2 -5
- package/styles/progress-button/bootstrap5.css +0 -41
- package/styles/progress-button/bootstrap5.scss +2 -5
- package/styles/progress-button/fabric-dark.css +0 -41
- package/styles/progress-button/fabric-dark.scss +2 -5
- package/styles/progress-button/fabric.css +0 -41
- package/styles/progress-button/fabric.scss +2 -5
- package/styles/progress-button/fluent-dark.css +0 -41
- package/styles/progress-button/fluent-dark.scss +2 -5
- package/styles/progress-button/fluent.css +0 -41
- package/styles/progress-button/fluent.scss +2 -5
- package/styles/progress-button/fluent2.css +0 -299
- package/styles/progress-button/fluent2.scss +2 -5
- package/styles/progress-button/highcontrast-light.css +0 -41
- package/styles/progress-button/highcontrast-light.scss +2 -5
- package/styles/progress-button/highcontrast.css +0 -41
- package/styles/progress-button/highcontrast.scss +2 -5
- package/styles/progress-button/material-dark.css +0 -41
- package/styles/progress-button/material-dark.scss +2 -5
- package/styles/progress-button/material.css +0 -41
- package/styles/progress-button/material.scss +2 -5
- package/styles/progress-button/material3-dark.css +0 -287
- package/styles/progress-button/material3-dark.scss +2 -5
- package/styles/progress-button/material3.css +0 -293
- package/styles/progress-button/material3.scss +2 -5
- package/styles/progress-button/tailwind-dark.css +0 -41
- package/styles/progress-button/tailwind-dark.scss +2 -5
- package/styles/progress-button/tailwind.css +0 -41
- package/styles/progress-button/tailwind.scss +2 -5
- package/styles/progress-button/tailwind3.css +0 -263
- package/styles/progress-button/tailwind3.scss +2 -5
- package/styles/split-button/_all.scss +2 -2
- package/styles/split-button/_bds-definition.scss +4 -3
- package/styles/split-button/_bigger.scss +4 -3
- package/styles/split-button/_bootstrap-dark-definition.scss +4 -3
- package/styles/split-button/_bootstrap-definition.scss +4 -3
- package/styles/split-button/_bootstrap4-definition.scss +5 -3
- package/styles/split-button/_bootstrap5-dark-definition.scss +4 -3
- package/styles/split-button/_bootstrap5-definition.scss +4 -3
- package/styles/split-button/_bootstrap5.3-definition.scss +4 -3
- package/styles/split-button/_fabric-dark-definition.scss +4 -3
- package/styles/split-button/_fabric-definition.scss +4 -3
- package/styles/split-button/_fluent-dark-definition.scss +4 -3
- package/styles/split-button/_fluent-definition.scss +4 -3
- package/styles/split-button/_fluent2-definition.scss +4 -3
- package/styles/split-button/_fusionnew-definition.scss +2 -0
- package/styles/split-button/_highcontrast-definition.scss +4 -3
- package/styles/split-button/_highcontrast-light-definition.scss +4 -3
- package/styles/split-button/_layout.scss +10 -9
- package/styles/split-button/_material-dark-definition.scss +4 -3
- package/styles/split-button/_material-definition.scss +4 -3
- package/styles/split-button/_material3-dark-definition.scss +3 -3
- package/styles/split-button/_material3-definition.scss +3 -3
- package/styles/split-button/_tailwind-dark-definition.scss +3 -3
- package/styles/split-button/_tailwind-definition.scss +3 -3
- package/styles/split-button/_tailwind3-definition.scss +4 -3
- package/styles/split-button/_theme.scss +9 -8
- package/styles/split-button/_variables.scss +2 -0
- package/styles/split-button/bds.css +0 -325
- package/styles/split-button/bds.scss +2 -6
- package/styles/split-button/bootstrap-dark.scss +2 -6
- package/styles/split-button/bootstrap.scss +2 -6
- package/styles/split-button/bootstrap4.scss +2 -6
- package/styles/split-button/bootstrap5-dark.css +0 -1
- package/styles/split-button/bootstrap5-dark.scss +2 -6
- package/styles/split-button/bootstrap5.3.css +0 -253
- package/styles/split-button/bootstrap5.3.scss +2 -6
- package/styles/split-button/bootstrap5.css +0 -1
- package/styles/split-button/bootstrap5.scss +2 -6
- package/styles/split-button/fabric-dark.scss +2 -6
- package/styles/split-button/fabric.scss +2 -6
- package/styles/split-button/fluent-dark.css +0 -1
- package/styles/split-button/fluent-dark.scss +2 -6
- package/styles/split-button/fluent.css +0 -1
- package/styles/split-button/fluent.scss +2 -6
- package/styles/split-button/fluent2.css +0 -259
- package/styles/split-button/fluent2.scss +2 -6
- package/styles/split-button/highcontrast-light.scss +2 -6
- package/styles/split-button/highcontrast.scss +2 -6
- package/styles/split-button/material-dark.scss +2 -6
- package/styles/split-button/material.scss +2 -6
- package/styles/split-button/material3-dark.css +0 -247
- package/styles/split-button/material3-dark.scss +2 -6
- package/styles/split-button/material3.css +0 -253
- package/styles/split-button/material3.scss +2 -6
- package/styles/split-button/tailwind-dark.css +0 -1
- package/styles/split-button/tailwind-dark.scss +2 -6
- package/styles/split-button/tailwind.css +0 -1
- package/styles/split-button/tailwind.scss +2 -6
- package/styles/split-button/tailwind3.css +0 -223
- package/styles/split-button/tailwind3.scss +2 -6
- package/styles/tailwind-dark-lite.css +0 -42
- package/styles/tailwind-dark-lite.scss +4 -8
- package/styles/tailwind-dark.css +0 -42
- package/styles/tailwind-dark.scss +8 -12
- package/styles/tailwind-lite.css +0 -42
- package/styles/tailwind-lite.scss +4 -8
- package/styles/tailwind.css +0 -42
- package/styles/tailwind.scss +8 -12
- package/styles/tailwind3-lite.css +22 -656
- package/styles/tailwind3-lite.scss +4 -8
- package/styles/tailwind3.css +34 -964
- package/styles/tailwind3.scss +8 -12
- package/styles/button-group/_all.bds.scss +0 -2
- package/styles/button-group/_all.bootstrap-dark.scss +0 -2
- package/styles/button-group/_all.bootstrap.scss +0 -2
- package/styles/button-group/_all.bootstrap4.scss +0 -2
- package/styles/button-group/_all.bootstrap5-dark.scss +0 -2
- package/styles/button-group/_all.bootstrap5.3.scss +0 -2
- package/styles/button-group/_all.bootstrap5.scss +0 -2
- package/styles/button-group/_all.fabric-dark.scss +0 -2
- package/styles/button-group/_all.fabric.scss +0 -2
- package/styles/button-group/_all.fluent-dark.scss +0 -2
- package/styles/button-group/_all.fluent.scss +0 -2
- package/styles/button-group/_all.fluent2.scss +0 -2
- package/styles/button-group/_all.highcontrast-light.scss +0 -2
- package/styles/button-group/_all.highcontrast.scss +0 -2
- package/styles/button-group/_all.material-dark.scss +0 -2
- package/styles/button-group/_all.material.scss +0 -2
- package/styles/button-group/_all.material3-dark.scss +0 -2
- package/styles/button-group/_all.material3.scss +0 -2
- package/styles/button-group/_all.tailwind-dark.scss +0 -2
- package/styles/button-group/_all.tailwind.scss +0 -2
- package/styles/button-group/_all.tailwind3.scss +0 -2
- package/styles/button-group/_bigger.bds.scss +0 -4
- package/styles/button-group/_bigger.bootstrap-dark.scss +0 -4
- package/styles/button-group/_bigger.bootstrap.scss +0 -4
- package/styles/button-group/_bigger.bootstrap4.scss +0 -4
- package/styles/button-group/_bigger.bootstrap5-dark.scss +0 -4
- package/styles/button-group/_bigger.bootstrap5.3.scss +0 -4
- package/styles/button-group/_bigger.bootstrap5.scss +0 -4
- package/styles/button-group/_bigger.fabric-dark.scss +0 -4
- package/styles/button-group/_bigger.fabric.scss +0 -4
- package/styles/button-group/_bigger.fluent-dark.scss +0 -4
- package/styles/button-group/_bigger.fluent.scss +0 -4
- package/styles/button-group/_bigger.fluent2.scss +0 -4
- package/styles/button-group/_bigger.highcontrast-light.scss +0 -4
- package/styles/button-group/_bigger.highcontrast.scss +0 -4
- package/styles/button-group/_bigger.material-dark.scss +0 -4
- package/styles/button-group/_bigger.material.scss +0 -4
- package/styles/button-group/_bigger.material3-dark.scss +0 -4
- package/styles/button-group/_bigger.material3.scss +0 -4
- package/styles/button-group/_bigger.tailwind-dark.scss +0 -4
- package/styles/button-group/_bigger.tailwind.scss +0 -4
- package/styles/button-group/_bigger.tailwind3.scss +0 -4
- package/styles/button-group/_layout.bds.scss +0 -4
- package/styles/button-group/_layout.bootstrap-dark.scss +0 -4
- package/styles/button-group/_layout.bootstrap.scss +0 -4
- package/styles/button-group/_layout.bootstrap4.scss +0 -4
- package/styles/button-group/_layout.bootstrap5-dark.scss +0 -4
- package/styles/button-group/_layout.bootstrap5.3.scss +0 -4
- package/styles/button-group/_layout.bootstrap5.scss +0 -4
- package/styles/button-group/_layout.fabric-dark.scss +0 -4
- package/styles/button-group/_layout.fabric.scss +0 -4
- package/styles/button-group/_layout.fluent-dark.scss +0 -4
- package/styles/button-group/_layout.fluent.scss +0 -4
- package/styles/button-group/_layout.fluent2.scss +0 -4
- package/styles/button-group/_layout.highcontrast-light.scss +0 -4
- package/styles/button-group/_layout.highcontrast.scss +0 -4
- package/styles/button-group/_layout.material-dark.scss +0 -4
- package/styles/button-group/_layout.material.scss +0 -4
- package/styles/button-group/_layout.material3-dark.scss +0 -4
- package/styles/button-group/_layout.material3.scss +0 -4
- package/styles/button-group/_layout.tailwind-dark.scss +0 -4
- package/styles/button-group/_layout.tailwind.scss +0 -4
- package/styles/button-group/_layout.tailwind3.scss +0 -4
- package/styles/button-group/_theme-variables.bds.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap4.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/button-group/_theme-variables.bootstrap5.scss +0 -1
- package/styles/button-group/_theme-variables.fabric-dark.scss +0 -1
- package/styles/button-group/_theme-variables.fabric.scss +0 -1
- package/styles/button-group/_theme-variables.fluent-dark.scss +0 -1
- package/styles/button-group/_theme-variables.fluent.scss +0 -1
- package/styles/button-group/_theme-variables.fluent2.scss +0 -1
- package/styles/button-group/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/button-group/_theme-variables.highcontrast.scss +0 -1
- package/styles/button-group/_theme-variables.material-dark.scss +0 -1
- package/styles/button-group/_theme-variables.material.scss +0 -1
- package/styles/button-group/_theme-variables.material3-dark.scss +0 -1
- package/styles/button-group/_theme-variables.material3.scss +0 -1
- package/styles/button-group/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/button-group/_theme-variables.tailwind.scss +0 -1
- package/styles/button-group/_theme-variables.tailwind3.scss +0 -1
- package/styles/button-group/_theme.bds.scss +0 -6
- package/styles/button-group/_theme.bootstrap-dark.scss +0 -6
- package/styles/button-group/_theme.bootstrap.scss +0 -6
- package/styles/button-group/_theme.bootstrap4.scss +0 -6
- package/styles/button-group/_theme.bootstrap5-dark.scss +0 -6
- package/styles/button-group/_theme.bootstrap5.3.scss +0 -6
- package/styles/button-group/_theme.bootstrap5.scss +0 -6
- package/styles/button-group/_theme.fabric-dark.scss +0 -6
- package/styles/button-group/_theme.fabric.scss +0 -6
- package/styles/button-group/_theme.fluent-dark.scss +0 -6
- package/styles/button-group/_theme.fluent.scss +0 -6
- package/styles/button-group/_theme.fluent2.scss +0 -6
- package/styles/button-group/_theme.highcontrast-light.scss +0 -6
- package/styles/button-group/_theme.highcontrast.scss +0 -6
- package/styles/button-group/_theme.material-dark.scss +0 -6
- package/styles/button-group/_theme.material.scss +0 -6
- package/styles/button-group/_theme.material3-dark.scss +0 -6
- package/styles/button-group/_theme.material3.scss +0 -6
- package/styles/button-group/_theme.tailwind-dark.scss +0 -6
- package/styles/button-group/_theme.tailwind.scss +0 -6
- package/styles/button-group/_theme.tailwind3.scss +0 -6
- package/styles/drop-down-button/_all.bds.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap-dark.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap4.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap5-dark.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap5.3.scss +0 -2
- package/styles/drop-down-button/_all.bootstrap5.scss +0 -2
- package/styles/drop-down-button/_all.fabric-dark.scss +0 -2
- package/styles/drop-down-button/_all.fabric.scss +0 -2
- package/styles/drop-down-button/_all.fluent-dark.scss +0 -2
- package/styles/drop-down-button/_all.fluent.scss +0 -2
- package/styles/drop-down-button/_all.fluent2.scss +0 -2
- package/styles/drop-down-button/_all.highcontrast-light.scss +0 -2
- package/styles/drop-down-button/_all.highcontrast.scss +0 -2
- package/styles/drop-down-button/_all.material-dark.scss +0 -2
- package/styles/drop-down-button/_all.material.scss +0 -2
- package/styles/drop-down-button/_all.material3-dark.scss +0 -2
- package/styles/drop-down-button/_all.material3.scss +0 -2
- package/styles/drop-down-button/_all.tailwind-dark.scss +0 -2
- package/styles/drop-down-button/_all.tailwind.scss +0 -2
- package/styles/drop-down-button/_all.tailwind3.scss +0 -2
- package/styles/drop-down-button/_bigger.bds.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap4.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap5.3.scss +0 -3
- package/styles/drop-down-button/_bigger.bootstrap5.scss +0 -3
- package/styles/drop-down-button/_bigger.fabric-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.fabric.scss +0 -3
- package/styles/drop-down-button/_bigger.fluent-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.fluent.scss +0 -3
- package/styles/drop-down-button/_bigger.fluent2.scss +0 -3
- package/styles/drop-down-button/_bigger.highcontrast-light.scss +0 -3
- package/styles/drop-down-button/_bigger.highcontrast.scss +0 -3
- package/styles/drop-down-button/_bigger.material-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.material.scss +0 -3
- package/styles/drop-down-button/_bigger.material3-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.material3.scss +0 -3
- package/styles/drop-down-button/_bigger.tailwind-dark.scss +0 -3
- package/styles/drop-down-button/_bigger.tailwind.scss +0 -3
- package/styles/drop-down-button/_bigger.tailwind3.scss +0 -3
- package/styles/drop-down-button/_layout.bds.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap-dark.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap4.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap5-dark.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap5.3.scss +0 -3
- package/styles/drop-down-button/_layout.bootstrap5.scss +0 -3
- package/styles/drop-down-button/_layout.fabric-dark.scss +0 -3
- package/styles/drop-down-button/_layout.fabric.scss +0 -3
- package/styles/drop-down-button/_layout.fluent-dark.scss +0 -3
- package/styles/drop-down-button/_layout.fluent.scss +0 -3
- package/styles/drop-down-button/_layout.fluent2.scss +0 -3
- package/styles/drop-down-button/_layout.highcontrast-light.scss +0 -3
- package/styles/drop-down-button/_layout.highcontrast.scss +0 -3
- package/styles/drop-down-button/_layout.material-dark.scss +0 -3
- package/styles/drop-down-button/_layout.material.scss +0 -3
- package/styles/drop-down-button/_layout.material3-dark.scss +0 -3
- package/styles/drop-down-button/_layout.material3.scss +0 -3
- package/styles/drop-down-button/_layout.tailwind-dark.scss +0 -3
- package/styles/drop-down-button/_layout.tailwind.scss +0 -3
- package/styles/drop-down-button/_layout.tailwind3.scss +0 -3
- package/styles/drop-down-button/_theme-variables.bds.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap4.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/drop-down-button/_theme-variables.bootstrap5.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fabric-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fabric.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fluent-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fluent.scss +0 -1
- package/styles/drop-down-button/_theme-variables.fluent2.scss +0 -1
- package/styles/drop-down-button/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/drop-down-button/_theme-variables.highcontrast.scss +0 -1
- package/styles/drop-down-button/_theme-variables.material-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.material.scss +0 -1
- package/styles/drop-down-button/_theme-variables.material3-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.material3.scss +0 -1
- package/styles/drop-down-button/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/drop-down-button/_theme-variables.tailwind.scss +0 -1
- package/styles/drop-down-button/_theme-variables.tailwind3.scss +0 -1
- package/styles/drop-down-button/_theme.bds.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap-dark.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap4.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap5-dark.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap5.3.scss +0 -4
- package/styles/drop-down-button/_theme.bootstrap5.scss +0 -4
- package/styles/drop-down-button/_theme.fabric-dark.scss +0 -4
- package/styles/drop-down-button/_theme.fabric.scss +0 -4
- package/styles/drop-down-button/_theme.fluent-dark.scss +0 -4
- package/styles/drop-down-button/_theme.fluent.scss +0 -4
- package/styles/drop-down-button/_theme.fluent2.scss +0 -4
- package/styles/drop-down-button/_theme.highcontrast-light.scss +0 -4
- package/styles/drop-down-button/_theme.highcontrast.scss +0 -4
- package/styles/drop-down-button/_theme.material-dark.scss +0 -4
- package/styles/drop-down-button/_theme.material.scss +0 -4
- package/styles/drop-down-button/_theme.material3-dark.scss +0 -4
- package/styles/drop-down-button/_theme.material3.scss +0 -4
- package/styles/drop-down-button/_theme.tailwind-dark.scss +0 -4
- package/styles/drop-down-button/_theme.tailwind.scss +0 -4
- package/styles/drop-down-button/_theme.tailwind3.scss +0 -4
- package/styles/progress-button/_all.bds.scss +0 -2
- package/styles/progress-button/_all.bootstrap-dark.scss +0 -2
- package/styles/progress-button/_all.bootstrap.scss +0 -2
- package/styles/progress-button/_all.bootstrap4.scss +0 -2
- package/styles/progress-button/_all.bootstrap5-dark.scss +0 -2
- package/styles/progress-button/_all.bootstrap5.3.scss +0 -2
- package/styles/progress-button/_all.bootstrap5.scss +0 -2
- package/styles/progress-button/_all.fabric-dark.scss +0 -2
- package/styles/progress-button/_all.fabric.scss +0 -2
- package/styles/progress-button/_all.fluent-dark.scss +0 -2
- package/styles/progress-button/_all.fluent.scss +0 -2
- package/styles/progress-button/_all.fluent2.scss +0 -2
- package/styles/progress-button/_all.highcontrast-light.scss +0 -2
- package/styles/progress-button/_all.highcontrast.scss +0 -2
- package/styles/progress-button/_all.material-dark.scss +0 -2
- package/styles/progress-button/_all.material.scss +0 -2
- package/styles/progress-button/_all.material3-dark.scss +0 -2
- package/styles/progress-button/_all.material3.scss +0 -2
- package/styles/progress-button/_all.tailwind-dark.scss +0 -2
- package/styles/progress-button/_all.tailwind.scss +0 -2
- package/styles/progress-button/_all.tailwind3.scss +0 -2
- package/styles/progress-button/_bigger.bds.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap-dark.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap4.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap5.3.scss +0 -3
- package/styles/progress-button/_bigger.bootstrap5.scss +0 -3
- package/styles/progress-button/_bigger.fabric-dark.scss +0 -3
- package/styles/progress-button/_bigger.fabric.scss +0 -3
- package/styles/progress-button/_bigger.fluent-dark.scss +0 -3
- package/styles/progress-button/_bigger.fluent.scss +0 -3
- package/styles/progress-button/_bigger.fluent2.scss +0 -3
- package/styles/progress-button/_bigger.highcontrast-light.scss +0 -3
- package/styles/progress-button/_bigger.highcontrast.scss +0 -3
- package/styles/progress-button/_bigger.material-dark.scss +0 -3
- package/styles/progress-button/_bigger.material.scss +0 -3
- package/styles/progress-button/_bigger.material3-dark.scss +0 -3
- package/styles/progress-button/_bigger.material3.scss +0 -3
- package/styles/progress-button/_bigger.tailwind-dark.scss +0 -3
- package/styles/progress-button/_bigger.tailwind.scss +0 -3
- package/styles/progress-button/_bigger.tailwind3.scss +0 -3
- package/styles/progress-button/_layout.bds.scss +0 -3
- package/styles/progress-button/_layout.bootstrap-dark.scss +0 -3
- package/styles/progress-button/_layout.bootstrap.scss +0 -3
- package/styles/progress-button/_layout.bootstrap4.scss +0 -3
- package/styles/progress-button/_layout.bootstrap5-dark.scss +0 -3
- package/styles/progress-button/_layout.bootstrap5.3.scss +0 -3
- package/styles/progress-button/_layout.bootstrap5.scss +0 -3
- package/styles/progress-button/_layout.fabric-dark.scss +0 -3
- package/styles/progress-button/_layout.fabric.scss +0 -3
- package/styles/progress-button/_layout.fluent-dark.scss +0 -3
- package/styles/progress-button/_layout.fluent.scss +0 -3
- package/styles/progress-button/_layout.fluent2.scss +0 -3
- package/styles/progress-button/_layout.highcontrast-light.scss +0 -3
- package/styles/progress-button/_layout.highcontrast.scss +0 -3
- package/styles/progress-button/_layout.material-dark.scss +0 -3
- package/styles/progress-button/_layout.material.scss +0 -3
- package/styles/progress-button/_layout.material3-dark.scss +0 -3
- package/styles/progress-button/_layout.material3.scss +0 -3
- package/styles/progress-button/_layout.tailwind-dark.scss +0 -3
- package/styles/progress-button/_layout.tailwind.scss +0 -3
- package/styles/progress-button/_layout.tailwind3.scss +0 -3
- package/styles/progress-button/_theme-variables.bds.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap4.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/progress-button/_theme-variables.bootstrap5.scss +0 -1
- package/styles/progress-button/_theme-variables.fabric-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.fabric.scss +0 -1
- package/styles/progress-button/_theme-variables.fluent-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.fluent.scss +0 -1
- package/styles/progress-button/_theme-variables.fluent2.scss +0 -1
- package/styles/progress-button/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/progress-button/_theme-variables.highcontrast.scss +0 -1
- package/styles/progress-button/_theme-variables.material-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.material.scss +0 -1
- package/styles/progress-button/_theme-variables.material3-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.material3.scss +0 -1
- package/styles/progress-button/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/progress-button/_theme-variables.tailwind.scss +0 -1
- package/styles/progress-button/_theme-variables.tailwind3.scss +0 -1
- package/styles/progress-button/_theme.bds.scss +0 -4
- package/styles/progress-button/_theme.bootstrap-dark.scss +0 -4
- package/styles/progress-button/_theme.bootstrap.scss +0 -4
- package/styles/progress-button/_theme.bootstrap4.scss +0 -4
- package/styles/progress-button/_theme.bootstrap5-dark.scss +0 -4
- package/styles/progress-button/_theme.bootstrap5.3.scss +0 -4
- package/styles/progress-button/_theme.bootstrap5.scss +0 -4
- package/styles/progress-button/_theme.fabric-dark.scss +0 -4
- package/styles/progress-button/_theme.fabric.scss +0 -4
- package/styles/progress-button/_theme.fluent-dark.scss +0 -4
- package/styles/progress-button/_theme.fluent.scss +0 -4
- package/styles/progress-button/_theme.fluent2.scss +0 -4
- package/styles/progress-button/_theme.highcontrast-light.scss +0 -4
- package/styles/progress-button/_theme.highcontrast.scss +0 -4
- package/styles/progress-button/_theme.material-dark.scss +0 -4
- package/styles/progress-button/_theme.material.scss +0 -4
- package/styles/progress-button/_theme.material3-dark.scss +0 -4
- package/styles/progress-button/_theme.material3.scss +0 -4
- package/styles/progress-button/_theme.tailwind-dark.scss +0 -4
- package/styles/progress-button/_theme.tailwind.scss +0 -4
- package/styles/progress-button/_theme.tailwind3.scss +0 -4
- package/styles/split-button/_all.bds.scss +0 -2
- package/styles/split-button/_all.bootstrap-dark.scss +0 -2
- package/styles/split-button/_all.bootstrap.scss +0 -2
- package/styles/split-button/_all.bootstrap4.scss +0 -2
- package/styles/split-button/_all.bootstrap5-dark.scss +0 -2
- package/styles/split-button/_all.bootstrap5.3.scss +0 -2
- package/styles/split-button/_all.bootstrap5.scss +0 -2
- package/styles/split-button/_all.fabric-dark.scss +0 -2
- package/styles/split-button/_all.fabric.scss +0 -2
- package/styles/split-button/_all.fluent-dark.scss +0 -2
- package/styles/split-button/_all.fluent.scss +0 -2
- package/styles/split-button/_all.fluent2.scss +0 -2
- package/styles/split-button/_all.highcontrast-light.scss +0 -2
- package/styles/split-button/_all.highcontrast.scss +0 -2
- package/styles/split-button/_all.material-dark.scss +0 -2
- package/styles/split-button/_all.material.scss +0 -2
- package/styles/split-button/_all.material3-dark.scss +0 -2
- package/styles/split-button/_all.material3.scss +0 -2
- package/styles/split-button/_all.tailwind-dark.scss +0 -2
- package/styles/split-button/_all.tailwind.scss +0 -2
- package/styles/split-button/_all.tailwind3.scss +0 -2
- package/styles/split-button/_bigger.bds.scss +0 -3
- package/styles/split-button/_bigger.bootstrap-dark.scss +0 -3
- package/styles/split-button/_bigger.bootstrap.scss +0 -3
- package/styles/split-button/_bigger.bootstrap4.scss +0 -3
- package/styles/split-button/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/split-button/_bigger.bootstrap5.3.scss +0 -3
- package/styles/split-button/_bigger.bootstrap5.scss +0 -3
- package/styles/split-button/_bigger.fabric-dark.scss +0 -3
- package/styles/split-button/_bigger.fabric.scss +0 -3
- package/styles/split-button/_bigger.fluent-dark.scss +0 -3
- package/styles/split-button/_bigger.fluent.scss +0 -3
- package/styles/split-button/_bigger.fluent2.scss +0 -3
- package/styles/split-button/_bigger.highcontrast-light.scss +0 -3
- package/styles/split-button/_bigger.highcontrast.scss +0 -3
- package/styles/split-button/_bigger.material-dark.scss +0 -3
- package/styles/split-button/_bigger.material.scss +0 -3
- package/styles/split-button/_bigger.material3-dark.scss +0 -3
- package/styles/split-button/_bigger.material3.scss +0 -3
- package/styles/split-button/_bigger.tailwind-dark.scss +0 -3
- package/styles/split-button/_bigger.tailwind.scss +0 -3
- package/styles/split-button/_bigger.tailwind3.scss +0 -3
- package/styles/split-button/_layout.bds.scss +0 -3
- package/styles/split-button/_layout.bootstrap-dark.scss +0 -3
- package/styles/split-button/_layout.bootstrap.scss +0 -3
- package/styles/split-button/_layout.bootstrap4.scss +0 -3
- package/styles/split-button/_layout.bootstrap5-dark.scss +0 -3
- package/styles/split-button/_layout.bootstrap5.3.scss +0 -3
- package/styles/split-button/_layout.bootstrap5.scss +0 -3
- package/styles/split-button/_layout.fabric-dark.scss +0 -3
- package/styles/split-button/_layout.fabric.scss +0 -3
- package/styles/split-button/_layout.fluent-dark.scss +0 -3
- package/styles/split-button/_layout.fluent.scss +0 -3
- package/styles/split-button/_layout.fluent2.scss +0 -3
- package/styles/split-button/_layout.highcontrast-light.scss +0 -3
- package/styles/split-button/_layout.highcontrast.scss +0 -3
- package/styles/split-button/_layout.material-dark.scss +0 -3
- package/styles/split-button/_layout.material.scss +0 -3
- package/styles/split-button/_layout.material3-dark.scss +0 -3
- package/styles/split-button/_layout.material3.scss +0 -3
- package/styles/split-button/_layout.tailwind-dark.scss +0 -3
- package/styles/split-button/_layout.tailwind.scss +0 -3
- package/styles/split-button/_layout.tailwind3.scss +0 -3
- package/styles/split-button/_theme-variables.bds.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap4.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/split-button/_theme-variables.bootstrap5.scss +0 -1
- package/styles/split-button/_theme-variables.fabric-dark.scss +0 -1
- package/styles/split-button/_theme-variables.fabric.scss +0 -1
- package/styles/split-button/_theme-variables.fluent-dark.scss +0 -1
- package/styles/split-button/_theme-variables.fluent.scss +0 -1
- package/styles/split-button/_theme-variables.fluent2.scss +0 -1
- package/styles/split-button/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/split-button/_theme-variables.highcontrast.scss +0 -1
- package/styles/split-button/_theme-variables.material-dark.scss +0 -1
- package/styles/split-button/_theme-variables.material.scss +0 -1
- package/styles/split-button/_theme-variables.material3-dark.scss +0 -1
- package/styles/split-button/_theme-variables.material3.scss +0 -1
- package/styles/split-button/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/split-button/_theme-variables.tailwind.scss +0 -1
- package/styles/split-button/_theme-variables.tailwind3.scss +0 -1
- package/styles/split-button/_theme.bds.scss +0 -4
- package/styles/split-button/_theme.bootstrap-dark.scss +0 -4
- package/styles/split-button/_theme.bootstrap.scss +0 -4
- package/styles/split-button/_theme.bootstrap4.scss +0 -4
- package/styles/split-button/_theme.bootstrap5-dark.scss +0 -4
- package/styles/split-button/_theme.bootstrap5.3.scss +0 -4
- package/styles/split-button/_theme.bootstrap5.scss +0 -4
- package/styles/split-button/_theme.fabric-dark.scss +0 -4
- package/styles/split-button/_theme.fabric.scss +0 -4
- package/styles/split-button/_theme.fluent-dark.scss +0 -4
- package/styles/split-button/_theme.fluent.scss +0 -4
- package/styles/split-button/_theme.fluent2.scss +0 -4
- package/styles/split-button/_theme.highcontrast-light.scss +0 -4
- package/styles/split-button/_theme.highcontrast.scss +0 -4
- package/styles/split-button/_theme.material-dark.scss +0 -4
- package/styles/split-button/_theme.material.scss +0 -4
- package/styles/split-button/_theme.material3-dark.scss +0 -4
- package/styles/split-button/_theme.material3.scss +0 -4
- package/styles/split-button/_theme.tailwind-dark.scss +0 -4
- package/styles/split-button/_theme.tailwind.scss +0 -4
- package/styles/split-button/_theme.tailwind3.scss +0 -4
package/styles/bds-lite.css
CHANGED
|
@@ -2,66 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
/* stylelint-disable */
|
|
6
|
-
.e-btn.e-primary:focus {
|
|
7
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
8
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.e-btn.e-success:focus {
|
|
12
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
13
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.e-btn.e-info:focus {
|
|
17
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
18
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.e-btn.e-warning:focus {
|
|
22
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
23
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.e-btn.e-danger:focus {
|
|
27
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
28
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.e-btn.e-outline.e-info {
|
|
32
|
-
background: transparent !important;
|
|
33
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
34
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.e-btn.e-outline.e-info:hover {
|
|
38
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
39
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
40
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.e-btn.e-outline.e-info:active {
|
|
44
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
45
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
46
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.e-btn.e-flat.e-info {
|
|
50
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.e-bigger .e-btn,
|
|
54
|
-
.e-bigger .e-btn,
|
|
55
|
-
.e-bigger .e-css.e-btn,
|
|
56
|
-
.e-bigger.e-css.e-btn {
|
|
57
|
-
font-size: 14px;
|
|
58
|
-
line-height: 1.572em;
|
|
59
|
-
padding: 8px 15px;
|
|
60
|
-
border-radius: 8px !important;
|
|
61
|
-
font-weight: 600;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
/* stylelint-disable-line no-empty-source */
|
|
65
5
|
.e-dropdown-popup {
|
|
66
6
|
position: absolute;
|
|
67
7
|
border-radius: 8px;
|
|
@@ -109,10 +49,6 @@
|
|
|
109
49
|
content: "\e729";
|
|
110
50
|
}
|
|
111
51
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
52
|
/* stylelint-disable */
|
|
117
53
|
.e-btn.e-primary:focus {
|
|
118
54
|
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
@@ -172,51 +108,6 @@
|
|
|
172
108
|
font-weight: 600;
|
|
173
109
|
}
|
|
174
110
|
|
|
175
|
-
.e-dropdown-popup {
|
|
176
|
-
position: absolute;
|
|
177
|
-
border-radius: 8px;
|
|
178
|
-
margin-top: 4px;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.e-dropdown-popup ul {
|
|
182
|
-
border: 1px solid var(--color-sf-border-secondary);
|
|
183
|
-
border-radius: 8px;
|
|
184
|
-
-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
185
|
-
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
186
|
-
-webkit-box-sizing: border-box;
|
|
187
|
-
box-sizing: border-box;
|
|
188
|
-
font-size: 14px;
|
|
189
|
-
font-weight: 500;
|
|
190
|
-
list-style-image: none;
|
|
191
|
-
list-style-position: outside;
|
|
192
|
-
list-style-type: none;
|
|
193
|
-
margin: 0;
|
|
194
|
-
min-width: 120px;
|
|
195
|
-
overflow: hidden;
|
|
196
|
-
padding: 4px 0;
|
|
197
|
-
-webkit-user-select: none;
|
|
198
|
-
-moz-user-select: none;
|
|
199
|
-
-ms-user-select: none;
|
|
200
|
-
user-select: none;
|
|
201
|
-
white-space: nowrap;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
.e-dropdown-popup ul .e-item {
|
|
205
|
-
cursor: pointer;
|
|
206
|
-
display: -webkit-box;
|
|
207
|
-
display: -ms-flexbox;
|
|
208
|
-
display: flex;
|
|
209
|
-
height: 32px;
|
|
210
|
-
line-height: 32px;
|
|
211
|
-
padding: 0 12px;
|
|
212
|
-
margin: 0 6px;
|
|
213
|
-
border-radius: 6px;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.e-dropdown-popup ul .e-item.e-url {
|
|
217
|
-
padding: 0;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
111
|
.e-dropdown-btn,
|
|
221
112
|
.e-dropdown-btn.e-btn {
|
|
222
113
|
-webkit-box-shadow: none;
|
|
@@ -380,114 +271,6 @@
|
|
|
380
271
|
display: block !important; /* stylelint-disable-line declaration-no-important */
|
|
381
272
|
}
|
|
382
273
|
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
/* stylelint-disable */
|
|
388
|
-
.e-btn.e-primary:focus {
|
|
389
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
390
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
.e-btn.e-success:focus {
|
|
394
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
395
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
.e-btn.e-info:focus {
|
|
399
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
400
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
.e-btn.e-warning:focus {
|
|
404
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
405
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.e-btn.e-danger:focus {
|
|
409
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
410
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
.e-btn.e-outline.e-info {
|
|
414
|
-
background: transparent !important;
|
|
415
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
416
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
.e-btn.e-outline.e-info:hover {
|
|
420
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
421
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
422
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
.e-btn.e-outline.e-info:active {
|
|
426
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
427
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
428
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
.e-btn.e-flat.e-info {
|
|
432
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
.e-bigger .e-btn,
|
|
436
|
-
.e-bigger .e-btn,
|
|
437
|
-
.e-bigger .e-css.e-btn,
|
|
438
|
-
.e-bigger.e-css.e-btn {
|
|
439
|
-
font-size: 14px;
|
|
440
|
-
line-height: 1.572em;
|
|
441
|
-
padding: 8px 15px;
|
|
442
|
-
border-radius: 8px !important;
|
|
443
|
-
font-weight: 600;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
.e-dropdown-popup {
|
|
447
|
-
position: absolute;
|
|
448
|
-
border-radius: 8px;
|
|
449
|
-
margin-top: 4px;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
.e-dropdown-popup ul {
|
|
453
|
-
border: 1px solid var(--color-sf-border-secondary);
|
|
454
|
-
border-radius: 8px;
|
|
455
|
-
-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
456
|
-
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
457
|
-
-webkit-box-sizing: border-box;
|
|
458
|
-
box-sizing: border-box;
|
|
459
|
-
font-size: 14px;
|
|
460
|
-
font-weight: 500;
|
|
461
|
-
list-style-image: none;
|
|
462
|
-
list-style-position: outside;
|
|
463
|
-
list-style-type: none;
|
|
464
|
-
margin: 0;
|
|
465
|
-
min-width: 120px;
|
|
466
|
-
overflow: hidden;
|
|
467
|
-
padding: 4px 0;
|
|
468
|
-
-webkit-user-select: none;
|
|
469
|
-
-moz-user-select: none;
|
|
470
|
-
-ms-user-select: none;
|
|
471
|
-
user-select: none;
|
|
472
|
-
white-space: nowrap;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
.e-dropdown-popup ul .e-item {
|
|
476
|
-
cursor: pointer;
|
|
477
|
-
display: -webkit-box;
|
|
478
|
-
display: -ms-flexbox;
|
|
479
|
-
display: flex;
|
|
480
|
-
height: 32px;
|
|
481
|
-
line-height: 32px;
|
|
482
|
-
padding: 0 12px;
|
|
483
|
-
margin: 0 6px;
|
|
484
|
-
border-radius: 6px;
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
.e-dropdown-popup ul .e-item.e-url {
|
|
488
|
-
padding: 0;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
274
|
.e-dropdown-popup {
|
|
492
275
|
background: var(--color-sf-bg-primary-alt);
|
|
493
276
|
color: var(--color-sf-utility-secondary-text-color);
|
|
@@ -512,141 +295,33 @@
|
|
|
512
295
|
color: var(--color-sf-text-primary);
|
|
513
296
|
}
|
|
514
297
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
515
|
-
color: var(--color-sf-text-primary);
|
|
516
|
-
}
|
|
517
|
-
.e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon {
|
|
518
|
-
color: var(--color-sf-text-primary);
|
|
519
|
-
}
|
|
520
|
-
.e-dropdown-popup ul .e-separator {
|
|
521
|
-
border-bottom-color: var(--color-sf-border-secondary);
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
.e-dropdown-btn.e-inherit,
|
|
525
|
-
.e-dropdown-btn.e-btn.e-inherit {
|
|
526
|
-
background: inherit;
|
|
527
|
-
border-color: transparent;
|
|
528
|
-
-webkit-box-shadow: none;
|
|
529
|
-
box-shadow: none;
|
|
530
|
-
color: inherit;
|
|
531
|
-
}
|
|
532
|
-
.e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
|
|
533
|
-
.e-dropdown-btn.e-btn.e-inherit:hover,
|
|
534
|
-
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
535
|
-
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
536
|
-
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
537
|
-
background: rgba(0, 0, 0, 0.056);
|
|
538
|
-
border-color: transparent;
|
|
539
|
-
-webkit-box-shadow: none;
|
|
540
|
-
box-shadow: none;
|
|
541
|
-
color: inherit;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
/* stylelint-disable */
|
|
549
|
-
.e-btn.e-primary:focus {
|
|
550
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
551
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
.e-btn.e-success:focus {
|
|
555
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
556
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
.e-btn.e-info:focus {
|
|
560
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
561
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
.e-btn.e-warning:focus {
|
|
565
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
566
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
.e-btn.e-danger:focus {
|
|
570
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
571
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
.e-btn.e-outline.e-info {
|
|
575
|
-
background: transparent !important;
|
|
576
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
577
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
.e-btn.e-outline.e-info:hover {
|
|
581
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
582
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
583
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
.e-btn.e-outline.e-info:active {
|
|
587
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
588
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
589
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
.e-btn.e-flat.e-info {
|
|
593
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
.e-bigger .e-btn,
|
|
597
|
-
.e-bigger .e-btn,
|
|
598
|
-
.e-bigger .e-css.e-btn,
|
|
599
|
-
.e-bigger.e-css.e-btn {
|
|
600
|
-
font-size: 14px;
|
|
601
|
-
line-height: 1.572em;
|
|
602
|
-
padding: 8px 15px;
|
|
603
|
-
border-radius: 8px !important;
|
|
604
|
-
font-weight: 600;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
.e-dropdown-popup {
|
|
608
|
-
position: absolute;
|
|
609
|
-
border-radius: 8px;
|
|
610
|
-
margin-top: 4px;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
.e-dropdown-popup ul {
|
|
614
|
-
border: 1px solid var(--color-sf-border-secondary);
|
|
615
|
-
border-radius: 8px;
|
|
616
|
-
-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
617
|
-
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
618
|
-
-webkit-box-sizing: border-box;
|
|
619
|
-
box-sizing: border-box;
|
|
620
|
-
font-size: 14px;
|
|
621
|
-
font-weight: 500;
|
|
622
|
-
list-style-image: none;
|
|
623
|
-
list-style-position: outside;
|
|
624
|
-
list-style-type: none;
|
|
625
|
-
margin: 0;
|
|
626
|
-
min-width: 120px;
|
|
627
|
-
overflow: hidden;
|
|
628
|
-
padding: 4px 0;
|
|
629
|
-
-webkit-user-select: none;
|
|
630
|
-
-moz-user-select: none;
|
|
631
|
-
-ms-user-select: none;
|
|
632
|
-
user-select: none;
|
|
633
|
-
white-space: nowrap;
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
.e-dropdown-popup ul .e-item {
|
|
637
|
-
cursor: pointer;
|
|
638
|
-
display: -webkit-box;
|
|
639
|
-
display: -ms-flexbox;
|
|
640
|
-
display: flex;
|
|
641
|
-
height: 32px;
|
|
642
|
-
line-height: 32px;
|
|
643
|
-
padding: 0 12px;
|
|
644
|
-
margin: 0 6px;
|
|
645
|
-
border-radius: 6px;
|
|
298
|
+
color: var(--color-sf-text-primary);
|
|
299
|
+
}
|
|
300
|
+
.e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon {
|
|
301
|
+
color: var(--color-sf-text-primary);
|
|
302
|
+
}
|
|
303
|
+
.e-dropdown-popup ul .e-separator {
|
|
304
|
+
border-bottom-color: var(--color-sf-border-secondary);
|
|
646
305
|
}
|
|
647
306
|
|
|
648
|
-
.e-dropdown-
|
|
649
|
-
|
|
307
|
+
.e-dropdown-btn.e-inherit,
|
|
308
|
+
.e-dropdown-btn.e-btn.e-inherit {
|
|
309
|
+
background: inherit;
|
|
310
|
+
border-color: transparent;
|
|
311
|
+
-webkit-box-shadow: none;
|
|
312
|
+
box-shadow: none;
|
|
313
|
+
color: inherit;
|
|
314
|
+
}
|
|
315
|
+
.e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
|
|
316
|
+
.e-dropdown-btn.e-btn.e-inherit:hover,
|
|
317
|
+
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
318
|
+
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
319
|
+
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
320
|
+
background: rgba(0, 0, 0, 0.056);
|
|
321
|
+
border-color: transparent;
|
|
322
|
+
-webkit-box-shadow: none;
|
|
323
|
+
box-shadow: none;
|
|
324
|
+
color: inherit;
|
|
650
325
|
}
|
|
651
326
|
|
|
652
327
|
.e-split-btn-wrapper {
|
|
@@ -821,114 +496,6 @@
|
|
|
821
496
|
border-top-left-radius: 0;
|
|
822
497
|
}
|
|
823
498
|
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
/* stylelint-disable */
|
|
829
|
-
.e-btn.e-primary:focus {
|
|
830
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
831
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
.e-btn.e-success:focus {
|
|
835
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
836
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
.e-btn.e-info:focus {
|
|
840
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
841
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
.e-btn.e-warning:focus {
|
|
845
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
846
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
847
|
-
}
|
|
848
|
-
|
|
849
|
-
.e-btn.e-danger:focus {
|
|
850
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
851
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
.e-btn.e-outline.e-info {
|
|
855
|
-
background: transparent !important;
|
|
856
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
857
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
.e-btn.e-outline.e-info:hover {
|
|
861
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
862
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
863
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
.e-btn.e-outline.e-info:active {
|
|
867
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
868
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
869
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
.e-btn.e-flat.e-info {
|
|
873
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
874
|
-
}
|
|
875
|
-
|
|
876
|
-
.e-bigger .e-btn,
|
|
877
|
-
.e-bigger .e-btn,
|
|
878
|
-
.e-bigger .e-css.e-btn,
|
|
879
|
-
.e-bigger.e-css.e-btn {
|
|
880
|
-
font-size: 14px;
|
|
881
|
-
line-height: 1.572em;
|
|
882
|
-
padding: 8px 15px;
|
|
883
|
-
border-radius: 8px !important;
|
|
884
|
-
font-weight: 600;
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
.e-dropdown-popup {
|
|
888
|
-
position: absolute;
|
|
889
|
-
border-radius: 8px;
|
|
890
|
-
margin-top: 4px;
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
.e-dropdown-popup ul {
|
|
894
|
-
border: 1px solid var(--color-sf-border-secondary);
|
|
895
|
-
border-radius: 8px;
|
|
896
|
-
-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
897
|
-
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
898
|
-
-webkit-box-sizing: border-box;
|
|
899
|
-
box-sizing: border-box;
|
|
900
|
-
font-size: 14px;
|
|
901
|
-
font-weight: 500;
|
|
902
|
-
list-style-image: none;
|
|
903
|
-
list-style-position: outside;
|
|
904
|
-
list-style-type: none;
|
|
905
|
-
margin: 0;
|
|
906
|
-
min-width: 120px;
|
|
907
|
-
overflow: hidden;
|
|
908
|
-
padding: 4px 0;
|
|
909
|
-
-webkit-user-select: none;
|
|
910
|
-
-moz-user-select: none;
|
|
911
|
-
-ms-user-select: none;
|
|
912
|
-
user-select: none;
|
|
913
|
-
white-space: nowrap;
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
.e-dropdown-popup ul .e-item {
|
|
917
|
-
cursor: pointer;
|
|
918
|
-
display: -webkit-box;
|
|
919
|
-
display: -ms-flexbox;
|
|
920
|
-
display: flex;
|
|
921
|
-
height: 32px;
|
|
922
|
-
line-height: 32px;
|
|
923
|
-
padding: 0 12px;
|
|
924
|
-
margin: 0 6px;
|
|
925
|
-
border-radius: 6px;
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
.e-dropdown-popup ul .e-item.e-url {
|
|
929
|
-
padding: 0;
|
|
930
|
-
}
|
|
931
|
-
|
|
932
499
|
.e-split-btn-wrapper .e-split-btn {
|
|
933
500
|
border-right-color: var(--color-sf-utility-secondary-border-color);
|
|
934
501
|
}
|
|
@@ -1027,69 +594,6 @@
|
|
|
1027
594
|
border-color: transparent;
|
|
1028
595
|
}
|
|
1029
596
|
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
/* stylelint-disable */
|
|
1035
|
-
.e-btn.e-primary:focus {
|
|
1036
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1037
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
|
-
.e-btn.e-success:focus {
|
|
1041
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
1042
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
.e-btn.e-info:focus {
|
|
1046
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1047
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1048
|
-
}
|
|
1049
|
-
|
|
1050
|
-
.e-btn.e-warning:focus {
|
|
1051
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
1052
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
.e-btn.e-danger:focus {
|
|
1056
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
1057
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
.e-btn.e-outline.e-info {
|
|
1061
|
-
background: transparent !important;
|
|
1062
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1063
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
|
-
.e-btn.e-outline.e-info:hover {
|
|
1067
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
1068
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1069
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
1070
|
-
}
|
|
1071
|
-
|
|
1072
|
-
.e-btn.e-outline.e-info:active {
|
|
1073
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
1074
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1075
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
1076
|
-
}
|
|
1077
|
-
|
|
1078
|
-
.e-btn.e-flat.e-info {
|
|
1079
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
.e-bigger .e-btn,
|
|
1083
|
-
.e-bigger .e-btn,
|
|
1084
|
-
.e-bigger .e-css.e-btn,
|
|
1085
|
-
.e-bigger.e-css.e-btn {
|
|
1086
|
-
font-size: 14px;
|
|
1087
|
-
line-height: 1.572em;
|
|
1088
|
-
padding: 8px 15px;
|
|
1089
|
-
border-radius: 8px !important;
|
|
1090
|
-
font-weight: 600;
|
|
1091
|
-
}
|
|
1092
|
-
|
|
1093
597
|
/* stylelint-disable */
|
|
1094
598
|
*.e-btn-group,
|
|
1095
599
|
*.e-css.e-btn-group {
|
|
@@ -1290,102 +794,39 @@
|
|
|
1290
794
|
border-bottom-right-radius: 0;
|
|
1291
795
|
border-top-right-radius: 0;
|
|
1292
796
|
}
|
|
1293
|
-
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
1294
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
1295
|
-
border-bottom-left-radius: 0;
|
|
1296
|
-
border-top-left-radius: 0;
|
|
1297
|
-
}
|
|
1298
|
-
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
|
|
1299
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
|
|
1300
|
-
border-bottom-right-radius: 20px;
|
|
1301
|
-
border-top-right-radius: 20px;
|
|
1302
|
-
}
|
|
1303
|
-
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
|
|
1304
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
|
|
1305
|
-
border-radius: 20px;
|
|
1306
|
-
}
|
|
1307
|
-
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
|
|
1308
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
|
|
1309
|
-
border-bottom-right-radius: 20px;
|
|
1310
|
-
border-top-right-radius: 20px;
|
|
1311
|
-
}
|
|
1312
|
-
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
|
|
1313
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
|
|
1314
|
-
border-bottom-left-radius: 20px;
|
|
1315
|
-
border-top-left-radius: 20px;
|
|
1316
|
-
}
|
|
1317
|
-
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
|
|
1318
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
1319
|
-
border-bottom-left-radius: 0;
|
|
1320
|
-
border-top-left-radius: 0;
|
|
1321
|
-
}
|
|
1322
|
-
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
|
|
1323
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
|
|
1324
|
-
border-bottom-right-radius: 0;
|
|
1325
|
-
border-top-right-radius: 0;
|
|
1326
|
-
}
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
/* stylelint-disable */
|
|
1333
|
-
.e-btn.e-primary:focus {
|
|
1334
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1335
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
|
-
.e-btn.e-success:focus {
|
|
1339
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
1340
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
.e-btn.e-info:focus {
|
|
1344
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1345
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1346
|
-
}
|
|
1347
|
-
|
|
1348
|
-
.e-btn.e-warning:focus {
|
|
1349
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
1350
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
797
|
+
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
798
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
799
|
+
border-bottom-left-radius: 0;
|
|
800
|
+
border-top-left-radius: 0;
|
|
1351
801
|
}
|
|
1352
|
-
|
|
1353
|
-
.e-btn.e-
|
|
1354
|
-
-
|
|
1355
|
-
|
|
802
|
+
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
|
|
803
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
|
|
804
|
+
border-bottom-right-radius: 20px;
|
|
805
|
+
border-top-right-radius: 20px;
|
|
1356
806
|
}
|
|
1357
|
-
|
|
1358
|
-
.e-btn.e-
|
|
1359
|
-
|
|
1360
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
1361
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
807
|
+
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
|
|
808
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
|
|
809
|
+
border-radius: 20px;
|
|
1362
810
|
}
|
|
1363
|
-
|
|
1364
|
-
.e-btn.e-
|
|
1365
|
-
|
|
1366
|
-
border-
|
|
1367
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
811
|
+
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
|
|
812
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
|
|
813
|
+
border-bottom-right-radius: 20px;
|
|
814
|
+
border-top-right-radius: 20px;
|
|
1368
815
|
}
|
|
1369
|
-
|
|
1370
|
-
.e-btn.e-
|
|
1371
|
-
|
|
1372
|
-
border-
|
|
1373
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
816
|
+
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
|
|
817
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
|
|
818
|
+
border-bottom-left-radius: 20px;
|
|
819
|
+
border-top-left-radius: 20px;
|
|
1374
820
|
}
|
|
1375
|
-
|
|
1376
|
-
.e-btn.e-
|
|
1377
|
-
|
|
821
|
+
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
|
|
822
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
823
|
+
border-bottom-left-radius: 0;
|
|
824
|
+
border-top-left-radius: 0;
|
|
1378
825
|
}
|
|
1379
|
-
|
|
1380
|
-
.e-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
.e-bigger.e-css.e-btn {
|
|
1384
|
-
font-size: 14px;
|
|
1385
|
-
line-height: 1.572em;
|
|
1386
|
-
padding: 8px 15px;
|
|
1387
|
-
border-radius: 8px !important;
|
|
1388
|
-
font-weight: 600;
|
|
826
|
+
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
|
|
827
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
|
|
828
|
+
border-bottom-right-radius: 0;
|
|
829
|
+
border-top-right-radius: 0;
|
|
1389
830
|
}
|
|
1390
831
|
|
|
1391
832
|
/* stylelint-disable */
|
|
@@ -1945,110 +1386,6 @@
|
|
|
1945
1386
|
border-color: #b32218;
|
|
1946
1387
|
outline-color: inherit;
|
|
1947
1388
|
}
|
|
1948
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1949
|
-
@-webkit-keyframes material-spinner-rotate {
|
|
1950
|
-
0% {
|
|
1951
|
-
-webkit-transform: rotate(0);
|
|
1952
|
-
transform: rotate(0);
|
|
1953
|
-
}
|
|
1954
|
-
100% {
|
|
1955
|
-
-webkit-transform: rotate(360deg);
|
|
1956
|
-
transform: rotate(360deg);
|
|
1957
|
-
}
|
|
1958
|
-
}
|
|
1959
|
-
@keyframes material-spinner-rotate {
|
|
1960
|
-
0% {
|
|
1961
|
-
-webkit-transform: rotate(0);
|
|
1962
|
-
transform: rotate(0);
|
|
1963
|
-
}
|
|
1964
|
-
100% {
|
|
1965
|
-
-webkit-transform: rotate(360deg);
|
|
1966
|
-
transform: rotate(360deg);
|
|
1967
|
-
}
|
|
1968
|
-
}
|
|
1969
|
-
@-webkit-keyframes fabric-spinner-rotate {
|
|
1970
|
-
0% {
|
|
1971
|
-
-webkit-transform: rotate(0);
|
|
1972
|
-
transform: rotate(0);
|
|
1973
|
-
}
|
|
1974
|
-
100% {
|
|
1975
|
-
-webkit-transform: rotate(360deg);
|
|
1976
|
-
transform: rotate(360deg);
|
|
1977
|
-
}
|
|
1978
|
-
}
|
|
1979
|
-
@keyframes fabric-spinner-rotate {
|
|
1980
|
-
0% {
|
|
1981
|
-
-webkit-transform: rotate(0);
|
|
1982
|
-
transform: rotate(0);
|
|
1983
|
-
}
|
|
1984
|
-
100% {
|
|
1985
|
-
-webkit-transform: rotate(360deg);
|
|
1986
|
-
transform: rotate(360deg);
|
|
1987
|
-
}
|
|
1988
|
-
}
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
/* stylelint-disable */
|
|
1994
|
-
.e-btn.e-primary:focus {
|
|
1995
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1996
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
1997
|
-
}
|
|
1998
|
-
|
|
1999
|
-
.e-btn.e-success:focus {
|
|
2000
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
2001
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
2002
|
-
}
|
|
2003
|
-
|
|
2004
|
-
.e-btn.e-info:focus {
|
|
2005
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2006
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2007
|
-
}
|
|
2008
|
-
|
|
2009
|
-
.e-btn.e-warning:focus {
|
|
2010
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
2011
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
2012
|
-
}
|
|
2013
|
-
|
|
2014
|
-
.e-btn.e-danger:focus {
|
|
2015
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
2016
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
2017
|
-
}
|
|
2018
|
-
|
|
2019
|
-
.e-btn.e-outline.e-info {
|
|
2020
|
-
background: transparent !important;
|
|
2021
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2022
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
2023
|
-
}
|
|
2024
|
-
|
|
2025
|
-
.e-btn.e-outline.e-info:hover {
|
|
2026
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
2027
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2028
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
2029
|
-
}
|
|
2030
|
-
|
|
2031
|
-
.e-btn.e-outline.e-info:active {
|
|
2032
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
2033
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2034
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
2035
|
-
}
|
|
2036
|
-
|
|
2037
|
-
.e-btn.e-flat.e-info {
|
|
2038
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
2039
|
-
}
|
|
2040
|
-
|
|
2041
|
-
.e-bigger .e-btn,
|
|
2042
|
-
.e-bigger .e-btn,
|
|
2043
|
-
.e-bigger .e-css.e-btn,
|
|
2044
|
-
.e-bigger.e-css.e-btn {
|
|
2045
|
-
font-size: 14px;
|
|
2046
|
-
line-height: 1.572em;
|
|
2047
|
-
padding: 8px 15px;
|
|
2048
|
-
border-radius: 8px !important;
|
|
2049
|
-
font-weight: 600;
|
|
2050
|
-
}
|
|
2051
|
-
|
|
2052
1389
|
.e-progress-btn {
|
|
2053
1390
|
position: relative;
|
|
2054
1391
|
}
|
|
@@ -2348,81 +1685,25 @@
|
|
|
2348
1685
|
}
|
|
2349
1686
|
}
|
|
2350
1687
|
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
/* stylelint-disable */
|
|
2356
|
-
.e-btn.e-primary:focus {
|
|
2357
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2358
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2359
|
-
}
|
|
2360
|
-
|
|
2361
|
-
.e-btn.e-success:focus {
|
|
2362
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
2363
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
2364
|
-
}
|
|
2365
|
-
|
|
2366
|
-
.e-btn.e-info:focus {
|
|
2367
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2368
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
2369
|
-
}
|
|
2370
|
-
|
|
2371
|
-
.e-btn.e-warning:focus {
|
|
2372
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
2373
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
2374
|
-
}
|
|
2375
|
-
|
|
2376
|
-
.e-btn.e-danger:focus {
|
|
2377
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
2378
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
2379
|
-
}
|
|
2380
|
-
|
|
2381
|
-
.e-btn.e-outline.e-info {
|
|
2382
|
-
background: transparent !important;
|
|
2383
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2384
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
2385
|
-
}
|
|
2386
|
-
|
|
2387
|
-
.e-btn.e-outline.e-info:hover {
|
|
2388
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
2389
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2390
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
2391
|
-
}
|
|
2392
|
-
|
|
2393
|
-
.e-btn.e-outline.e-info:active {
|
|
2394
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
2395
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
2396
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
2397
|
-
}
|
|
2398
|
-
|
|
2399
|
-
.e-btn.e-flat.e-info {
|
|
2400
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
2401
|
-
}
|
|
2402
|
-
|
|
2403
|
-
.e-bigger .e-btn,
|
|
2404
|
-
.e-bigger .e-btn,
|
|
2405
|
-
.e-bigger .e-css.e-btn,
|
|
2406
|
-
.e-bigger.e-css.e-btn {
|
|
2407
|
-
font-size: 14px;
|
|
2408
|
-
line-height: 1.572em;
|
|
2409
|
-
padding: 8px 15px;
|
|
2410
|
-
border-radius: 8px !important;
|
|
2411
|
-
font-weight: 600;
|
|
2412
|
-
}
|
|
2413
|
-
|
|
2414
1688
|
/*! Progress Button Theme */
|
|
2415
1689
|
.e-progress-btn .e-spinner-pane .e-spinner-inner svg {
|
|
2416
1690
|
fill: var(--color-sf-utility-secondary-text-color);
|
|
2417
1691
|
stroke: var(--color-sf-utility-secondary-text-color);
|
|
2418
1692
|
}
|
|
1693
|
+
.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1694
|
+
stroke-width: 3px;
|
|
1695
|
+
}
|
|
2419
1696
|
.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2420
1697
|
stroke: var(--color-sf-utility-secondary-text-color);
|
|
1698
|
+
stroke-width: 3px;
|
|
2421
1699
|
}
|
|
2422
1700
|
.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-flat:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-flat:focus .e-spinner-pane .e-spinner-inner svg {
|
|
2423
1701
|
fill: var(--color-sf-on-brand-solid-primary);
|
|
2424
1702
|
stroke: var(--color-sf-on-brand-solid-primary);
|
|
2425
1703
|
}
|
|
1704
|
+
.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1705
|
+
stroke: rgba(255, 255, 255, 0.2);
|
|
1706
|
+
}
|
|
2426
1707
|
.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2427
1708
|
stroke: var(--color-sf-on-brand-solid-primary);
|
|
2428
1709
|
}
|
|
@@ -2430,20 +1711,19 @@
|
|
|
2430
1711
|
fill: var(--color-sf-brand-solid-primary);
|
|
2431
1712
|
stroke: var(--color-sf-brand-solid-primary);
|
|
2432
1713
|
}
|
|
2433
|
-
.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-
|
|
2434
|
-
stroke:
|
|
2435
|
-
}
|
|
2436
|
-
.e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
|
|
2437
|
-
fill: var(--color-sf-brand-solid-primary);
|
|
2438
|
-
stroke: var(--color-sf-brand-solid-primary);
|
|
1714
|
+
.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1715
|
+
stroke: rgba(255, 255, 255, 0.2);
|
|
2439
1716
|
}
|
|
2440
|
-
.e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2441
|
-
stroke:
|
|
1717
|
+
.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
1718
|
+
stroke: #fff;
|
|
2442
1719
|
}
|
|
2443
1720
|
.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-flat:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-flat:focus .e-spinner-pane .e-spinner-inner svg {
|
|
2444
1721
|
fill: var(--color-sf-base-white);
|
|
2445
1722
|
stroke: var(--color-sf-base-white);
|
|
2446
1723
|
}
|
|
1724
|
+
.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1725
|
+
stroke: rgba(255, 255, 255, 0.2);
|
|
1726
|
+
}
|
|
2447
1727
|
.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2448
1728
|
stroke: var(--color-sf-base-white);
|
|
2449
1729
|
}
|
|
@@ -2451,20 +1731,19 @@
|
|
|
2451
1731
|
fill: #057647;
|
|
2452
1732
|
stroke: #057647;
|
|
2453
1733
|
}
|
|
2454
|
-
.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-
|
|
2455
|
-
stroke:
|
|
2456
|
-
}
|
|
2457
|
-
.e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
|
|
2458
|
-
fill: #057647;
|
|
2459
|
-
stroke: #057647;
|
|
1734
|
+
.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1735
|
+
stroke: rgba(255, 255, 255, 0.2);
|
|
2460
1736
|
}
|
|
2461
|
-
.e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2462
|
-
stroke:
|
|
1737
|
+
.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
1738
|
+
stroke: #fff;
|
|
2463
1739
|
}
|
|
2464
1740
|
.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-flat:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-flat:focus .e-spinner-pane .e-spinner-inner svg {
|
|
2465
1741
|
fill: var(--color-sf-utility-info-text);
|
|
2466
1742
|
stroke: var(--color-sf-utility-info-text);
|
|
2467
1743
|
}
|
|
1744
|
+
.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1745
|
+
stroke: rgba(104, 64, 198, 0.2);
|
|
1746
|
+
}
|
|
2468
1747
|
.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2469
1748
|
stroke: var(--color-sf-utility-info-text);
|
|
2470
1749
|
}
|
|
@@ -2472,20 +1751,19 @@
|
|
|
2472
1751
|
fill: var(--color-sf-bg-primary);
|
|
2473
1752
|
stroke: var(--color-sf-bg-primary);
|
|
2474
1753
|
}
|
|
2475
|
-
.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-
|
|
2476
|
-
stroke:
|
|
2477
|
-
}
|
|
2478
|
-
.e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
|
|
2479
|
-
fill: var(--color-sf-bg-primary);
|
|
2480
|
-
stroke: var(--color-sf-bg-primary);
|
|
1754
|
+
.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1755
|
+
stroke: rgba(255, 255, 255, 0.2);
|
|
2481
1756
|
}
|
|
2482
|
-
.e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2483
|
-
stroke:
|
|
1757
|
+
.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
1758
|
+
stroke: #fff;
|
|
2484
1759
|
}
|
|
2485
1760
|
.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-flat:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-flat:focus .e-spinner-pane .e-spinner-inner svg {
|
|
2486
1761
|
fill: var(--color-sf-base-white);
|
|
2487
1762
|
stroke: var(--color-sf-base-white);
|
|
2488
1763
|
}
|
|
1764
|
+
.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1765
|
+
stroke: rgba(255, 255, 255, 0.2);
|
|
1766
|
+
}
|
|
2489
1767
|
.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2490
1768
|
stroke: var(--color-sf-base-white);
|
|
2491
1769
|
}
|
|
@@ -2494,22 +1772,18 @@
|
|
|
2494
1772
|
stroke: #b54707;
|
|
2495
1773
|
}
|
|
2496
1774
|
.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
2497
|
-
stroke:
|
|
1775
|
+
stroke: rgba(255, 255, 255, 0.2);
|
|
2498
1776
|
}
|
|
2499
1777
|
.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2500
|
-
stroke: #
|
|
2501
|
-
}
|
|
2502
|
-
.e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
|
|
2503
|
-
fill: #b54707;
|
|
2504
|
-
stroke: #b54707;
|
|
2505
|
-
}
|
|
2506
|
-
.e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2507
|
-
stroke: var(--color-sf-base-white);
|
|
1778
|
+
stroke: #fff;
|
|
2508
1779
|
}
|
|
2509
1780
|
.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-flat:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-flat:focus .e-spinner-pane .e-spinner-inner svg {
|
|
2510
1781
|
fill: var(--color-sf-base-white);
|
|
2511
1782
|
stroke: var(--color-sf-base-white);
|
|
2512
1783
|
}
|
|
1784
|
+
.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1785
|
+
stroke: rgba(255, 255, 255, 0.2);
|
|
1786
|
+
}
|
|
2513
1787
|
.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2514
1788
|
stroke: var(--color-sf-base-white);
|
|
2515
1789
|
}
|
|
@@ -2517,20 +1791,19 @@
|
|
|
2517
1791
|
fill: #d92c20;
|
|
2518
1792
|
stroke: #d92c20;
|
|
2519
1793
|
}
|
|
2520
|
-
.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-
|
|
2521
|
-
stroke:
|
|
2522
|
-
}
|
|
2523
|
-
.e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
|
|
2524
|
-
fill: #d92c20;
|
|
2525
|
-
stroke: #d92c20;
|
|
1794
|
+
.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1795
|
+
stroke: rgba(255, 255, 255, 0.2);
|
|
2526
1796
|
}
|
|
2527
|
-
.e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2528
|
-
stroke:
|
|
1797
|
+
.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
1798
|
+
stroke: #fff;
|
|
2529
1799
|
}
|
|
2530
1800
|
.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-flat.e-primary .e-spinner-pane .e-spinner-inner svg {
|
|
2531
1801
|
fill: var(--color-sf-brand-solid-primary);
|
|
2532
1802
|
stroke: var(--color-sf-brand-solid-primary);
|
|
2533
1803
|
}
|
|
1804
|
+
.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-flat.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1805
|
+
stroke: rgba(126, 86, 216, 0.2);
|
|
1806
|
+
}
|
|
2534
1807
|
.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-flat.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2535
1808
|
stroke: var(--color-sf-brand-solid-primary);
|
|
2536
1809
|
}
|
|
@@ -2538,6 +1811,9 @@
|
|
|
2538
1811
|
fill: #057647;
|
|
2539
1812
|
stroke: #057647;
|
|
2540
1813
|
}
|
|
1814
|
+
.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-flat.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1815
|
+
stroke: rgba(5, 118, 71, 0.2);
|
|
1816
|
+
}
|
|
2541
1817
|
.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-flat.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2542
1818
|
stroke: #057647;
|
|
2543
1819
|
}
|
|
@@ -2545,6 +1821,9 @@
|
|
|
2545
1821
|
fill: var(--color-sf-bg-primary);
|
|
2546
1822
|
stroke: var(--color-sf-bg-primary);
|
|
2547
1823
|
}
|
|
1824
|
+
.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-flat.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1825
|
+
stroke: rgba(255, 255, 255, 0.2);
|
|
1826
|
+
}
|
|
2548
1827
|
.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-flat.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2549
1828
|
stroke: var(--color-sf-bg-primary);
|
|
2550
1829
|
}
|
|
@@ -2552,6 +1831,9 @@
|
|
|
2552
1831
|
fill: #b54707;
|
|
2553
1832
|
stroke: #b54707;
|
|
2554
1833
|
}
|
|
1834
|
+
.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-flat.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1835
|
+
stroke: rgba(181, 71, 7, 0.2);
|
|
1836
|
+
}
|
|
2555
1837
|
.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-flat.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2556
1838
|
stroke: #b54707;
|
|
2557
1839
|
}
|
|
@@ -2559,6 +1841,9 @@
|
|
|
2559
1841
|
fill: #d92c20;
|
|
2560
1842
|
stroke: #d92c20;
|
|
2561
1843
|
}
|
|
1844
|
+
.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-flat.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1845
|
+
stroke: rgba(217, 44, 32, 0.2);
|
|
1846
|
+
}
|
|
2562
1847
|
.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-flat.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2563
1848
|
stroke: #d92c20;
|
|
2564
1849
|
}
|
|
@@ -2566,6 +1851,9 @@
|
|
|
2566
1851
|
fill: var(--color-sf-brand-primary);
|
|
2567
1852
|
stroke: var(--color-sf-brand-primary);
|
|
2568
1853
|
}
|
|
1854
|
+
.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1855
|
+
stroke: rgba(126, 86, 216, 0.2);
|
|
1856
|
+
}
|
|
2569
1857
|
.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
2570
1858
|
stroke: var(--color-sf-brand-primary);
|
|
2571
1859
|
}
|
|
@@ -2584,25 +1872,52 @@
|
|
|
2584
1872
|
background: rgba(var(--color-sf-fg-secondary), 0.2);
|
|
2585
1873
|
}
|
|
2586
1874
|
|
|
2587
|
-
*.e-flat.e-primary .e-progress
|
|
1875
|
+
*.e-flat.e-primary .e-progress {
|
|
1876
|
+
background: rgba(255, 255, 255, 0.2);
|
|
1877
|
+
}
|
|
1878
|
+
*.e-flat.e-success .e-progress {
|
|
1879
|
+
background: rgba(255, 255, 255, 0.2);
|
|
1880
|
+
}
|
|
1881
|
+
*.e-flat.e-info .e-progress {
|
|
1882
|
+
background: rgba(104, 64, 198, 0.2);
|
|
1883
|
+
}
|
|
1884
|
+
*.e-flat.e-warning .e-progress {
|
|
1885
|
+
background: rgba(255, 255, 255, 0.2);
|
|
1886
|
+
}
|
|
1887
|
+
*.e-flat.e-danger .e-progress {
|
|
1888
|
+
background: rgba(255, 255, 255, 0.2);
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
*.e-outline:not(:focus).e-primary .e-progress {
|
|
1892
|
+
background: rgba(126, 86, 216, 0.2);
|
|
1893
|
+
}
|
|
1894
|
+
*.e-outline:not(:focus).e-success .e-progress {
|
|
1895
|
+
background: rgba(5, 118, 71, 0.2);
|
|
1896
|
+
}
|
|
1897
|
+
*.e-outline:not(:focus).e-info .e-progress {
|
|
1898
|
+
background: rgba(255, 255, 255, 0.2);
|
|
1899
|
+
}
|
|
1900
|
+
*.e-outline:not(:focus).e-warning .e-progress {
|
|
1901
|
+
background: rgba(181, 71, 7, 0.2);
|
|
1902
|
+
}
|
|
1903
|
+
*.e-outline:not(:focus).e-danger .e-progress {
|
|
1904
|
+
background: rgba(217, 44, 32, 0.2);
|
|
1905
|
+
}
|
|
1906
|
+
|
|
2588
1907
|
*.e-flat:not(:focus).e-primary .e-progress {
|
|
2589
|
-
background: rgba(
|
|
1908
|
+
background: rgba(126, 86, 216, 0.2);
|
|
2590
1909
|
}
|
|
2591
|
-
*.e-flat.e-success .e-progress,
|
|
2592
1910
|
*.e-flat:not(:focus).e-success .e-progress {
|
|
2593
|
-
background: rgba(
|
|
1911
|
+
background: rgba(5, 118, 71, 0.2);
|
|
2594
1912
|
}
|
|
2595
|
-
*.e-flat.e-info .e-progress,
|
|
2596
1913
|
*.e-flat:not(:focus).e-info .e-progress {
|
|
2597
|
-
background: rgba(
|
|
1914
|
+
background: rgba(255, 255, 255, 0.2);
|
|
2598
1915
|
}
|
|
2599
|
-
*.e-flat.e-warning .e-progress,
|
|
2600
1916
|
*.e-flat:not(:focus).e-warning .e-progress {
|
|
2601
|
-
background: rgba(
|
|
1917
|
+
background: rgba(181, 71, 7, 0.2);
|
|
2602
1918
|
}
|
|
2603
|
-
*.e-flat.e-danger .e-progress,
|
|
2604
1919
|
*.e-flat:not(:focus).e-danger .e-progress {
|
|
2605
|
-
background: rgba(
|
|
1920
|
+
background: rgba(217, 44, 32, 0.2);
|
|
2606
1921
|
}
|
|
2607
1922
|
|
|
2608
1923
|
.e-progress-btn.e-outline .e-spinner-pane .e-spinner-inner svg {
|