@syncfusion/ej2-angular-inputs 22.2.9 → 22.2.12-ngcc
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/@syncfusion/ej2-angular-inputs.es5.js +1759 -0
- package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-inputs.js +1657 -0
- package/@syncfusion/ej2-angular-inputs.js.map +1 -0
- package/CHANGELOG.md +1556 -0
- package/dist/ej2-angular-inputs.umd.js +1848 -0
- package/dist/ej2-angular-inputs.umd.js.map +1 -0
- package/dist/ej2-angular-inputs.umd.min.js +11 -0
- package/dist/ej2-angular-inputs.umd.min.js.map +1 -0
- package/ej2-angular-inputs.d.ts +12 -0
- package/ej2-angular-inputs.metadata.json +1 -0
- package/package.json +14 -28
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/color-picker/colorpicker-all.module.d.ts +0 -6
- package/src/color-picker/colorpicker.component.d.ts +0 -3
- package/src/color-picker/colorpicker.module.d.ts +0 -6
- package/src/maskedtextbox/maskedtextbox-all.module.d.ts +0 -6
- package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -3
- package/src/maskedtextbox/maskedtextbox.module.d.ts +0 -6
- package/src/numerictextbox/numerictextbox-all.module.d.ts +0 -6
- package/src/numerictextbox/numerictextbox.component.d.ts +0 -3
- package/src/numerictextbox/numerictextbox.module.d.ts +0 -6
- package/src/rating/rating-all.module.d.ts +0 -6
- package/src/rating/rating.component.d.ts +0 -3
- package/src/rating/rating.module.d.ts +0 -6
- package/src/signature/signature-all.module.d.ts +0 -6
- package/src/signature/signature.component.d.ts +0 -3
- package/src/signature/signature.module.d.ts +0 -6
- package/src/slider/slider-all.module.d.ts +0 -6
- package/src/slider/slider.component.d.ts +0 -3
- package/src/slider/slider.module.d.ts +0 -6
- package/src/textbox/textbox-all.module.d.ts +0 -6
- package/src/textbox/textbox.component.d.ts +0 -3
- package/src/textbox/textbox.module.d.ts +0 -6
- package/src/uploader/files.directive.d.ts +0 -5
- package/src/uploader/uploader-all.module.d.ts +0 -6
- package/src/uploader/uploader.component.d.ts +0 -3
- package/src/uploader/uploader.module.d.ts +0 -7
- package/styles/color-picker/bootstrap-dark.scss +1 -11
- package/styles/color-picker/bootstrap.scss +1 -11
- package/styles/color-picker/bootstrap4.scss +1 -11
- package/styles/color-picker/bootstrap5-dark.scss +1 -11
- package/styles/color-picker/bootstrap5.scss +1 -11
- package/styles/color-picker/fabric-dark.scss +1 -11
- package/styles/color-picker/fabric.scss +1 -11
- package/styles/color-picker/fluent-dark.scss +1 -11
- package/styles/color-picker/fluent.scss +1 -11
- package/styles/color-picker/highcontrast-light.scss +1 -11
- package/styles/color-picker/highcontrast.scss +1 -11
- package/styles/color-picker/material-dark.scss +1 -11
- package/styles/color-picker/material.css +1 -1
- package/styles/color-picker/material.scss +1 -11
- package/styles/color-picker/material3-dark.scss +1 -11
- package/styles/color-picker/material3.scss +1 -11
- package/styles/color-picker/tailwind-dark.scss +1 -11
- package/styles/color-picker/tailwind.scss +1 -11
- package/styles/input/bootstrap-dark.scss +1 -4
- package/styles/input/bootstrap.scss +1 -4
- package/styles/input/bootstrap4.scss +1 -4
- package/styles/input/bootstrap5-dark.scss +1 -4
- package/styles/input/bootstrap5.scss +1 -4
- package/styles/input/fabric-dark.scss +1 -4
- package/styles/input/fabric.scss +1 -4
- package/styles/input/fluent-dark.scss +1 -4
- package/styles/input/fluent.scss +1 -4
- package/styles/input/highcontrast-light.scss +1 -4
- package/styles/input/highcontrast.scss +1 -4
- package/styles/input/material-dark.css +74 -13
- package/styles/input/material-dark.scss +1 -4
- package/styles/input/material.css +75 -14
- package/styles/input/material.scss +1 -4
- package/styles/input/material3-dark.css +74 -13
- package/styles/input/material3-dark.scss +1 -4
- package/styles/input/material3.css +74 -13
- package/styles/input/material3.scss +1 -4
- package/styles/input/tailwind-dark.scss +1 -4
- package/styles/input/tailwind.scss +1 -4
- package/styles/maskedtextbox/bootstrap-dark.scss +1 -4
- package/styles/maskedtextbox/bootstrap.scss +1 -4
- package/styles/maskedtextbox/bootstrap4.scss +1 -4
- package/styles/maskedtextbox/bootstrap5-dark.scss +1 -4
- package/styles/maskedtextbox/bootstrap5.scss +1 -4
- package/styles/maskedtextbox/fabric-dark.scss +1 -4
- package/styles/maskedtextbox/fabric.scss +1 -4
- package/styles/maskedtextbox/fluent-dark.scss +1 -4
- package/styles/maskedtextbox/fluent.scss +1 -4
- package/styles/maskedtextbox/highcontrast-light.scss +1 -4
- package/styles/maskedtextbox/highcontrast.scss +1 -4
- package/styles/maskedtextbox/material-dark.scss +1 -4
- package/styles/maskedtextbox/material.css +1 -1
- package/styles/maskedtextbox/material.scss +1 -4
- package/styles/maskedtextbox/material3-dark.scss +1 -4
- package/styles/maskedtextbox/material3.scss +1 -4
- package/styles/maskedtextbox/tailwind-dark.scss +1 -4
- package/styles/maskedtextbox/tailwind.scss +1 -4
- package/styles/material-dark.css +74 -13
- package/styles/material.css +75 -14
- package/styles/material3-dark.css +522 -13
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +1020 -71
- package/styles/material3.scss +0 -1
- package/styles/numerictextbox/bootstrap-dark.scss +1 -5
- package/styles/numerictextbox/bootstrap.scss +1 -5
- package/styles/numerictextbox/bootstrap4.scss +1 -5
- package/styles/numerictextbox/bootstrap5-dark.scss +1 -5
- package/styles/numerictextbox/bootstrap5.scss +1 -5
- package/styles/numerictextbox/fabric-dark.scss +1 -5
- package/styles/numerictextbox/fabric.scss +1 -5
- package/styles/numerictextbox/fluent-dark.scss +1 -5
- package/styles/numerictextbox/fluent.scss +1 -5
- package/styles/numerictextbox/highcontrast-light.scss +1 -5
- package/styles/numerictextbox/highcontrast.scss +1 -5
- package/styles/numerictextbox/material-dark.scss +1 -5
- package/styles/numerictextbox/material.css +1 -1
- package/styles/numerictextbox/material.scss +1 -5
- package/styles/numerictextbox/material3-dark.scss +1 -5
- package/styles/numerictextbox/material3.scss +1 -5
- package/styles/numerictextbox/tailwind-dark.scss +1 -5
- package/styles/numerictextbox/tailwind.scss +1 -5
- package/styles/rating/bootstrap-dark.scss +1 -4
- package/styles/rating/bootstrap.scss +1 -4
- package/styles/rating/bootstrap4.scss +1 -4
- package/styles/rating/bootstrap5-dark.scss +1 -4
- package/styles/rating/bootstrap5.scss +1 -4
- package/styles/rating/fabric-dark.scss +1 -4
- package/styles/rating/fabric.scss +1 -4
- package/styles/rating/fluent-dark.scss +1 -4
- package/styles/rating/fluent.scss +1 -4
- package/styles/rating/highcontrast-light.scss +1 -4
- package/styles/rating/highcontrast.scss +1 -4
- package/styles/rating/material-dark.scss +1 -4
- package/styles/rating/material.css +1 -1
- package/styles/rating/material.scss +1 -4
- package/styles/rating/material3-dark.scss +1 -4
- package/styles/rating/material3.scss +1 -4
- package/styles/rating/tailwind-dark.scss +1 -4
- package/styles/rating/tailwind.scss +1 -4
- package/styles/signature/bootstrap-dark.scss +1 -3
- package/styles/signature/bootstrap.scss +1 -3
- package/styles/signature/bootstrap4.scss +1 -3
- package/styles/signature/bootstrap5-dark.scss +1 -3
- package/styles/signature/bootstrap5.scss +1 -3
- package/styles/signature/fabric-dark.scss +1 -3
- package/styles/signature/fabric.scss +1 -3
- package/styles/signature/fluent-dark.scss +1 -3
- package/styles/signature/fluent.scss +1 -3
- package/styles/signature/highcontrast-light.scss +1 -3
- package/styles/signature/highcontrast.scss +1 -3
- package/styles/signature/material-dark.scss +1 -3
- package/styles/signature/material.css +1 -1
- package/styles/signature/material.scss +1 -3
- package/styles/signature/material3-dark.scss +1 -3
- package/styles/signature/material3.scss +1 -3
- package/styles/signature/tailwind-dark.scss +1 -3
- package/styles/signature/tailwind.scss +1 -3
- package/styles/slider/bootstrap-dark.scss +1 -5
- package/styles/slider/bootstrap.scss +1 -5
- package/styles/slider/bootstrap4.scss +1 -5
- package/styles/slider/bootstrap5-dark.scss +1 -5
- package/styles/slider/bootstrap5.scss +1 -5
- package/styles/slider/fabric-dark.scss +1 -5
- package/styles/slider/fabric.scss +1 -5
- package/styles/slider/fluent-dark.scss +1 -5
- package/styles/slider/fluent.scss +1 -5
- package/styles/slider/highcontrast-light.scss +1 -5
- package/styles/slider/highcontrast.scss +1 -5
- package/styles/slider/material-dark.scss +1 -5
- package/styles/slider/material.css +1 -1
- package/styles/slider/material.scss +1 -5
- package/styles/slider/material3-dark.scss +1 -5
- package/styles/slider/material3.scss +1 -5
- package/styles/slider/tailwind-dark.scss +1 -5
- package/styles/slider/tailwind.scss +1 -5
- package/styles/textbox/bootstrap-dark.scss +1 -4
- package/styles/textbox/bootstrap.scss +1 -4
- package/styles/textbox/bootstrap4.scss +1 -4
- package/styles/textbox/bootstrap5-dark.scss +1 -4
- package/styles/textbox/bootstrap5.scss +1 -4
- package/styles/textbox/fabric-dark.scss +1 -4
- package/styles/textbox/fabric.scss +1 -4
- package/styles/textbox/fluent-dark.scss +1 -4
- package/styles/textbox/fluent.scss +1 -4
- package/styles/textbox/highcontrast-light.scss +1 -4
- package/styles/textbox/highcontrast.scss +1 -4
- package/styles/textbox/material-dark.scss +1 -4
- package/styles/textbox/material.css +1 -1
- package/styles/textbox/material.scss +1 -4
- package/styles/textbox/material3-dark.scss +1 -4
- package/styles/textbox/material3.scss +1 -4
- package/styles/textbox/tailwind-dark.scss +1 -4
- package/styles/textbox/tailwind.scss +1 -4
- package/styles/uploader/bootstrap-dark.scss +1 -6
- package/styles/uploader/bootstrap.scss +1 -6
- package/styles/uploader/bootstrap4.scss +1 -6
- package/styles/uploader/bootstrap5-dark.scss +1 -6
- package/styles/uploader/bootstrap5.scss +1 -6
- package/styles/uploader/fabric-dark.scss +1 -6
- package/styles/uploader/fabric.scss +1 -6
- package/styles/uploader/fluent-dark.scss +1 -6
- package/styles/uploader/fluent.scss +1 -6
- package/styles/uploader/highcontrast-light.scss +1 -6
- package/styles/uploader/highcontrast.scss +1 -6
- package/styles/uploader/material-dark.scss +1 -6
- package/styles/uploader/material.css +1 -1
- package/styles/uploader/material.scss +1 -6
- package/styles/uploader/material3-dark.scss +1 -6
- package/styles/uploader/material3.scss +1 -6
- package/styles/uploader/tailwind-dark.scss +1 -6
- package/styles/uploader/tailwind.scss +1 -6
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
- package/esm2020/src/color-picker/colorpicker.component.mjs +0 -83
- package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
- package/esm2020/src/form-validator/form-validator.mjs +0 -193
- package/esm2020/src/index.mjs +0 -28
- package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
- package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -84
- package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
- package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
- package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -84
- package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
- package/esm2020/src/rating/rating-all.module.mjs +0 -23
- package/esm2020/src/rating/rating.component.mjs +0 -108
- package/esm2020/src/rating/rating.module.mjs +0 -25
- package/esm2020/src/signature/signature-all.module.mjs +0 -23
- package/esm2020/src/signature/signature.component.mjs +0 -83
- package/esm2020/src/signature/signature.module.mjs +0 -25
- package/esm2020/src/slider/slider-all.module.mjs +0 -23
- package/esm2020/src/slider/slider.component.mjs +0 -83
- package/esm2020/src/slider/slider.module.mjs +0 -25
- package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
- package/esm2020/src/textbox/textbox.component.mjs +0 -84
- package/esm2020/src/textbox/textbox.module.mjs +0 -25
- package/esm2020/src/uploader/files.directive.mjs +0 -58
- package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
- package/esm2020/src/uploader/uploader.component.mjs +0 -95
- package/esm2020/src/uploader/uploader.module.mjs +0 -34
- package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1237
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1237
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
- package/styles/color-picker/_all.scss +0 -2
- package/styles/color-picker/_bootstrap-dark-definition.scss +0 -131
- package/styles/color-picker/_bootstrap-definition.scss +0 -128
- package/styles/color-picker/_bootstrap4-definition.scss +0 -127
- package/styles/color-picker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/color-picker/_bootstrap5-definition.scss +0 -133
- package/styles/color-picker/_fabric-dark-definition.scss +0 -131
- package/styles/color-picker/_fabric-definition.scss +0 -127
- package/styles/color-picker/_fluent-dark-definition.scss +0 -1
- package/styles/color-picker/_fluent-definition.scss +0 -133
- package/styles/color-picker/_fusionnew-definition.scss +0 -133
- package/styles/color-picker/_highcontrast-definition.scss +0 -127
- package/styles/color-picker/_highcontrast-light-definition.scss +0 -130
- package/styles/color-picker/_layout.scss +0 -1304
- package/styles/color-picker/_material-dark-definition.scss +0 -135
- package/styles/color-picker/_material-definition.scss +0 -130
- package/styles/color-picker/_material3-dark-definition.scss +0 -1
- package/styles/color-picker/_material3-definition.scss +0 -141
- package/styles/color-picker/_tailwind-dark-definition.scss +0 -1
- package/styles/color-picker/_tailwind-definition.scss +0 -132
- package/styles/color-picker/_theme.scss +0 -191
- package/styles/color-picker/icons/_bootstrap-dark.scss +0 -9
- package/styles/color-picker/icons/_bootstrap.scss +0 -9
- package/styles/color-picker/icons/_bootstrap4.scss +0 -9
- package/styles/color-picker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/color-picker/icons/_bootstrap5.scss +0 -9
- package/styles/color-picker/icons/_fabric-dark.scss +0 -9
- package/styles/color-picker/icons/_fabric.scss +0 -9
- package/styles/color-picker/icons/_fluent-dark.scss +0 -1
- package/styles/color-picker/icons/_fluent.scss +0 -9
- package/styles/color-picker/icons/_fusionnew.scss +0 -9
- package/styles/color-picker/icons/_highcontrast-light.scss +0 -9
- package/styles/color-picker/icons/_highcontrast.scss +0 -9
- package/styles/color-picker/icons/_material-dark.scss +0 -9
- package/styles/color-picker/icons/_material.scss +0 -9
- package/styles/color-picker/icons/_material3-dark.scss +0 -1
- package/styles/color-picker/icons/_material3.scss +0 -9
- package/styles/color-picker/icons/_tailwind-dark.scss +0 -9
- package/styles/color-picker/icons/_tailwind.scss +0 -9
- package/styles/input/_all.scss +0 -3
- package/styles/input/_bootstrap-dark-definition.scss +0 -329
- package/styles/input/_bootstrap-definition.scss +0 -320
- package/styles/input/_bootstrap4-definition.scss +0 -325
- package/styles/input/_bootstrap5-dark-definition.scss +0 -1
- package/styles/input/_bootstrap5-definition.scss +0 -336
- package/styles/input/_definition.scss +0 -232
- package/styles/input/_fabric-dark-definition.scss +0 -319
- package/styles/input/_fabric-definition.scss +0 -311
- package/styles/input/_fluent-dark-definition.scss +0 -1
- package/styles/input/_fluent-definition.scss +0 -338
- package/styles/input/_fusionnew-definition.scss +0 -336
- package/styles/input/_highcontrast-definition.scss +0 -312
- package/styles/input/_highcontrast-light-definition.scss +0 -320
- package/styles/input/_layout.scss +0 -11285
- package/styles/input/_material-dark-definition.scss +0 -573
- package/styles/input/_material-definition.scss +0 -573
- package/styles/input/_material3-dark-definition.scss +0 -1
- package/styles/input/_material3-definition.scss +0 -548
- package/styles/input/_responsive.scss +0 -1
- package/styles/input/_tailwind-dark-definition.scss +0 -1
- package/styles/input/_tailwind-definition.scss +0 -335
- package/styles/input/_theme.scss +0 -4284
- package/styles/input/icons/_bootstrap-dark.scss +0 -17
- package/styles/input/icons/_bootstrap.scss +0 -17
- package/styles/input/icons/_bootstrap4.scss +0 -17
- package/styles/input/icons/_bootstrap5-dark.scss +0 -1
- package/styles/input/icons/_bootstrap5.scss +0 -17
- package/styles/input/icons/_fabric-dark.scss +0 -17
- package/styles/input/icons/_fabric.scss +0 -17
- package/styles/input/icons/_fluent-dark.scss +0 -1
- package/styles/input/icons/_fluent.scss +0 -17
- package/styles/input/icons/_fusionnew.scss +0 -17
- package/styles/input/icons/_highcontrast-light.scss +0 -17
- package/styles/input/icons/_highcontrast.scss +0 -17
- package/styles/input/icons/_material-dark.scss +0 -49
- package/styles/input/icons/_material.scss +0 -49
- package/styles/input/icons/_material3-dark.scss +0 -1
- package/styles/input/icons/_material3.scss +0 -17
- package/styles/input/icons/_tailwind-dark.scss +0 -1
- package/styles/input/icons/_tailwind.scss +0 -17
- package/styles/maskedtextbox/_all.scss +0 -2
- package/styles/maskedtextbox/_bootstrap-dark-definition.scss +0 -7
- package/styles/maskedtextbox/_bootstrap-definition.scss +0 -4
- package/styles/maskedtextbox/_bootstrap4-definition.scss +0 -4
- package/styles/maskedtextbox/_bootstrap5-dark-definition.scss +0 -1
- package/styles/maskedtextbox/_bootstrap5-definition.scss +0 -7
- package/styles/maskedtextbox/_fabric-dark-definition.scss +0 -7
- package/styles/maskedtextbox/_fabric-definition.scss +0 -4
- package/styles/maskedtextbox/_fluent-dark-definition.scss +0 -1
- package/styles/maskedtextbox/_fluent-definition.scss +0 -7
- package/styles/maskedtextbox/_fusionnew-definition.scss +0 -7
- package/styles/maskedtextbox/_highcontrast-definition.scss +0 -4
- package/styles/maskedtextbox/_highcontrast-light-definition.scss +0 -7
- package/styles/maskedtextbox/_layout.scss +0 -33
- package/styles/maskedtextbox/_material-dark-definition.scss +0 -7
- package/styles/maskedtextbox/_material-definition.scss +0 -4
- package/styles/maskedtextbox/_material3-dark-definition.scss +0 -1
- package/styles/maskedtextbox/_material3-definition.scss +0 -4
- package/styles/maskedtextbox/_tailwind-dark-definition.scss +0 -1
- package/styles/maskedtextbox/_tailwind-definition.scss +0 -7
- package/styles/maskedtextbox/_theme.scss +0 -15
- package/styles/numerictextbox/_all.scss +0 -2
- package/styles/numerictextbox/_bootstrap-dark-definition.scss +0 -6
- package/styles/numerictextbox/_bootstrap-definition.scss +0 -3
- package/styles/numerictextbox/_bootstrap4-definition.scss +0 -3
- package/styles/numerictextbox/_bootstrap5-dark-definition.scss +0 -1
- package/styles/numerictextbox/_bootstrap5-definition.scss +0 -3
- package/styles/numerictextbox/_fabric-dark-definition.scss +0 -6
- package/styles/numerictextbox/_fabric-definition.scss +0 -3
- package/styles/numerictextbox/_fluent-dark-definition.scss +0 -1
- package/styles/numerictextbox/_fluent-definition.scss +0 -5
- package/styles/numerictextbox/_fusionnew-definition.scss +0 -3
- package/styles/numerictextbox/_highcontrast-definition.scss +0 -3
- package/styles/numerictextbox/_highcontrast-light-definition.scss +0 -6
- package/styles/numerictextbox/_layout.scss +0 -30
- package/styles/numerictextbox/_material-dark-definition.scss +0 -6
- package/styles/numerictextbox/_material-definition.scss +0 -3
- package/styles/numerictextbox/_material3-dark-definition.scss +0 -1
- package/styles/numerictextbox/_material3-definition.scss +0 -4
- package/styles/numerictextbox/_tailwind-dark-definition.scss +0 -1
- package/styles/numerictextbox/_tailwind-definition.scss +0 -3
- package/styles/numerictextbox/_theme.scss +0 -39
- package/styles/numerictextbox/icons/_bootstrap-dark.scss +0 -11
- package/styles/numerictextbox/icons/_bootstrap.scss +0 -11
- package/styles/numerictextbox/icons/_bootstrap4.scss +0 -11
- package/styles/numerictextbox/icons/_bootstrap5-dark.scss +0 -1
- package/styles/numerictextbox/icons/_bootstrap5.scss +0 -11
- package/styles/numerictextbox/icons/_fabric-dark.scss +0 -11
- package/styles/numerictextbox/icons/_fabric.scss +0 -11
- package/styles/numerictextbox/icons/_fluent-dark.scss +0 -1
- package/styles/numerictextbox/icons/_fluent.scss +0 -11
- package/styles/numerictextbox/icons/_fusionnew.scss +0 -11
- package/styles/numerictextbox/icons/_highcontrast-light.scss +0 -11
- package/styles/numerictextbox/icons/_highcontrast.scss +0 -11
- package/styles/numerictextbox/icons/_material-dark.scss +0 -11
- package/styles/numerictextbox/icons/_material.scss +0 -11
- package/styles/numerictextbox/icons/_material3-dark.scss +0 -1
- package/styles/numerictextbox/icons/_material3.scss +0 -11
- package/styles/numerictextbox/icons/_tailwind-dark.scss +0 -1
- package/styles/numerictextbox/icons/_tailwind.scss +0 -11
- package/styles/rating/_all.scss +0 -2
- package/styles/rating/_bootstrap-dark-definition.scss +0 -47
- package/styles/rating/_bootstrap-definition.scss +0 -47
- package/styles/rating/_bootstrap4-definition.scss +0 -47
- package/styles/rating/_bootstrap5-dark-definition.scss +0 -1
- package/styles/rating/_bootstrap5-definition.scss +0 -47
- package/styles/rating/_fabric-dark-definition.scss +0 -47
- package/styles/rating/_fabric-definition.scss +0 -47
- package/styles/rating/_fluent-dark-definition.scss +0 -1
- package/styles/rating/_fluent-definition.scss +0 -47
- package/styles/rating/_fusionnew-definition.scss +0 -47
- package/styles/rating/_highcontrast-definition.scss +0 -47
- package/styles/rating/_highcontrast-light-definition.scss +0 -47
- package/styles/rating/_layout.scss +0 -211
- package/styles/rating/_material-dark-definition.scss +0 -47
- package/styles/rating/_material-definition.scss +0 -47
- package/styles/rating/_material3-dark-definition.scss +0 -1
- package/styles/rating/_material3-definition.scss +0 -47
- package/styles/rating/_tailwind-dark-definition.scss +0 -1
- package/styles/rating/_tailwind-definition.scss +0 -47
- package/styles/rating/_theme.scss +0 -192
- package/styles/signature/_all.scss +0 -2
- package/styles/signature/_bootstrap-dark-definition.scss +0 -3
- package/styles/signature/_bootstrap-definition.scss +0 -3
- package/styles/signature/_bootstrap4-definition.scss +0 -3
- package/styles/signature/_bootstrap5-dark-definition.scss +0 -1
- package/styles/signature/_bootstrap5-definition.scss +0 -3
- package/styles/signature/_fabric-dark-definition.scss +0 -3
- package/styles/signature/_fabric-definition.scss +0 -3
- package/styles/signature/_fluent-dark-definition.scss +0 -1
- package/styles/signature/_fluent-definition.scss +0 -3
- package/styles/signature/_fusionnew-definition.scss +0 -3
- package/styles/signature/_highcontrast-definition.scss +0 -3
- package/styles/signature/_highcontrast-light-definition.scss +0 -3
- package/styles/signature/_layout.scss +0 -5
- package/styles/signature/_material-dark-definition.scss +0 -3
- package/styles/signature/_material-definition.scss +0 -3
- package/styles/signature/_material3-dark-definition.scss +0 -1
- package/styles/signature/_material3-definition.scss +0 -3
- package/styles/signature/_tailwind-dark-definition.scss +0 -1
- package/styles/signature/_tailwind-definition.scss +0 -3
- package/styles/signature/_theme.scss +0 -7
- package/styles/slider/_all.scss +0 -3
- package/styles/slider/_bootstrap-dark-definition.scss +0 -156
- package/styles/slider/_bootstrap-definition.scss +0 -152
- package/styles/slider/_bootstrap4-definition.scss +0 -147
- package/styles/slider/_bootstrap5-dark-definition.scss +0 -1
- package/styles/slider/_bootstrap5-definition.scss +0 -90
- package/styles/slider/_fabric-dark-definition.scss +0 -162
- package/styles/slider/_fabric-definition.scss +0 -156
- package/styles/slider/_fluent-dark-definition.scss +0 -1
- package/styles/slider/_fluent-definition.scss +0 -74
- package/styles/slider/_fusionnew-definition.scss +0 -90
- package/styles/slider/_highcontrast-definition.scss +0 -145
- package/styles/slider/_highcontrast-light-definition.scss +0 -149
- package/styles/slider/_icons.scss +0 -1
- package/styles/slider/_layout.scss +0 -2485
- package/styles/slider/_material-dark-definition.scss +0 -159
- package/styles/slider/_material-definition.scss +0 -154
- package/styles/slider/_material3-dark-definition.scss +0 -1
- package/styles/slider/_material3-definition.scss +0 -97
- package/styles/slider/_tailwind-dark-definition.scss +0 -1
- package/styles/slider/_tailwind-definition.scss +0 -84
- package/styles/slider/_theme.scss +0 -249
- package/styles/textbox/_all.scss +0 -1
- package/styles/textbox/_bootstrap-dark-definition.scss +0 -4
- package/styles/textbox/_bootstrap-definition.scss +0 -4
- package/styles/textbox/_bootstrap4-definition.scss +0 -4
- package/styles/textbox/_bootstrap5-dark-definition.scss +0 -1
- package/styles/textbox/_bootstrap5-definition.scss +0 -4
- package/styles/textbox/_fabric-dark-definition.scss +0 -4
- package/styles/textbox/_fabric-definition.scss +0 -4
- package/styles/textbox/_fluent-dark-definition.scss +0 -1
- package/styles/textbox/_fluent-definition.scss +0 -4
- package/styles/textbox/_fusionnew-definition.scss +0 -4
- package/styles/textbox/_highcontrast-definition.scss +0 -4
- package/styles/textbox/_highcontrast-light-definition.scss +0 -4
- package/styles/textbox/_layout.scss +0 -37
- package/styles/textbox/_material-dark-definition.scss +0 -4
- package/styles/textbox/_material-definition.scss +0 -4
- package/styles/textbox/_material3-dark-definition.scss +0 -1
- package/styles/textbox/_material3-definition.scss +0 -4
- package/styles/textbox/_tailwind-dark-definition.scss +0 -1
- package/styles/textbox/_tailwind-definition.scss +0 -4
- package/styles/textbox/_theme.scss +0 -1
- package/styles/uploader/_all.scss +0 -2
- package/styles/uploader/_bootstrap-dark-definition.scss +0 -213
- package/styles/uploader/_bootstrap-definition.scss +0 -208
- package/styles/uploader/_bootstrap4-definition.scss +0 -211
- package/styles/uploader/_bootstrap5-dark-definition.scss +0 -1
- package/styles/uploader/_bootstrap5-definition.scss +0 -216
- package/styles/uploader/_definition.scss +0 -142
- package/styles/uploader/_fabric-dark-definition.scss +0 -216
- package/styles/uploader/_fabric-definition.scss +0 -210
- package/styles/uploader/_fluent-dark-definition.scss +0 -1
- package/styles/uploader/_fluent-definition.scss +0 -234
- package/styles/uploader/_fusionnew-definition.scss +0 -216
- package/styles/uploader/_highcontrast-definition.scss +0 -211
- package/styles/uploader/_highcontrast-light-definition.scss +0 -219
- package/styles/uploader/_layout.scss +0 -989
- package/styles/uploader/_material-dark-definition.scss +0 -217
- package/styles/uploader/_material-definition.scss +0 -214
- package/styles/uploader/_material3-dark-definition.scss +0 -1
- package/styles/uploader/_material3-definition.scss +0 -215
- package/styles/uploader/_tailwind-dark-definition.scss +0 -1
- package/styles/uploader/_tailwind-definition.scss +0 -232
- package/styles/uploader/_theme.scss +0 -146
- package/styles/uploader/icons/_bootstrap-dark.scss +0 -34
- package/styles/uploader/icons/_bootstrap.scss +0 -34
- package/styles/uploader/icons/_bootstrap4.scss +0 -34
- package/styles/uploader/icons/_bootstrap5-dark.scss +0 -1
- package/styles/uploader/icons/_bootstrap5.scss +0 -34
- package/styles/uploader/icons/_fabric-dark.scss +0 -34
- package/styles/uploader/icons/_fabric.scss +0 -34
- package/styles/uploader/icons/_fluent-dark.scss +0 -1
- package/styles/uploader/icons/_fluent.scss +0 -34
- package/styles/uploader/icons/_fusionnew.scss +0 -34
- package/styles/uploader/icons/_highcontrast-light.scss +0 -34
- package/styles/uploader/icons/_highcontrast.scss +0 -34
- package/styles/uploader/icons/_material-dark.scss +0 -34
- package/styles/uploader/icons/_material.scss +0 -34
- package/styles/uploader/icons/_material3-dark.scss +0 -1
- package/styles/uploader/icons/_material3.scss +0 -34
- package/styles/uploader/icons/_tailwind-dark.scss +0 -1
- package/styles/uploader/icons/_tailwind.scss +0 -34
- package/syncfusion-ej2-angular-inputs.d.ts +0 -5
package/styles/material3.css
CHANGED
|
@@ -120,6 +120,117 @@
|
|
|
120
120
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
+
:root {
|
|
124
|
+
--color-sf-black: 0, 0, 0;
|
|
125
|
+
--color-sf-white: 255, 255, 255;
|
|
126
|
+
--color-sf-primary: 103, 80, 164;
|
|
127
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
128
|
+
--color-sf-secondary: 98, 91, 113;
|
|
129
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
130
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
131
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
132
|
+
--color-sf-surface: 255, 255, 255;
|
|
133
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
134
|
+
--color-sf-background: var(--color-sf-surface);
|
|
135
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
136
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
137
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
138
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
139
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
140
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
141
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
142
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
143
|
+
--color-sf-on-background: 28, 27, 31;
|
|
144
|
+
--color-sf-outline: 121, 116, 126;
|
|
145
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
146
|
+
--color-sf-shadow: 0, 0, 0;
|
|
147
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
148
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
149
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
150
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
151
|
+
--color-sf-scrim: 0, 0, 0;
|
|
152
|
+
--color-sf-error: 179, 38, 30;
|
|
153
|
+
--color-sf-error-container: 249, 222, 220;
|
|
154
|
+
--color-sf-on-error: 255, 250, 250;
|
|
155
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
156
|
+
--color-sf-success: 32, 81, 7;
|
|
157
|
+
--color-sf-success-container: 209, 255, 186;
|
|
158
|
+
--color-sf-on-success: 244, 255, 239;
|
|
159
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
160
|
+
--color-sf-info: 1, 87, 155;
|
|
161
|
+
--color-sf-info-container: 233, 245, 255;
|
|
162
|
+
--color-sf-on-info: 250, 253, 255;
|
|
163
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
164
|
+
--color-sf-warning: 145, 76, 0;
|
|
165
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
166
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
167
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
168
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
169
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
170
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
171
|
+
--color-sf-success-text: 255, 255, 255;
|
|
172
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
173
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
174
|
+
--color-sf-info-text: 255, 255, 255;
|
|
175
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
176
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.e-dark-mode {
|
|
180
|
+
--color-sf-black: 0, 0, 0;
|
|
181
|
+
--color-sf-white: 255, 255, 255;
|
|
182
|
+
--color-sf-primary: 208, 188, 255;
|
|
183
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
184
|
+
--color-sf-secondary: 204, 194, 220;
|
|
185
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
186
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
187
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
188
|
+
--color-sf-surface: 28, 27, 31;
|
|
189
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
190
|
+
--color-sf-background: var(--color-sf-surface);
|
|
191
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
192
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
193
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
194
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
195
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
196
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
197
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
198
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
199
|
+
--color-sf-on-background: 230, 225, 229;
|
|
200
|
+
--color-sf-outline: 147, 143, 153;
|
|
201
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
202
|
+
--color-sf-shadow: 0, 0, 0;
|
|
203
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
204
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
205
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
206
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
207
|
+
--color-sf-scrim: 0, 0, 0;
|
|
208
|
+
--color-sf-error: 242, 184, 181;
|
|
209
|
+
--color-sf-error-container: 140, 29, 24;
|
|
210
|
+
--color-sf-on-error: 96, 20, 16;
|
|
211
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
212
|
+
--color-sf-success: 83, 202, 23;
|
|
213
|
+
--color-sf-success-container: 22, 62, 2;
|
|
214
|
+
--color-sf-on-success: 13, 39, 0;
|
|
215
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
216
|
+
--color-sf-info: 71, 172, 251;
|
|
217
|
+
--color-sf-info-container: 0, 67, 120;
|
|
218
|
+
--color-sf-on-info: 0, 51, 91;
|
|
219
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
220
|
+
--color-sf-warning: 245, 180, 130;
|
|
221
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
222
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
223
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
224
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
225
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
226
|
+
--color-sf-success-text: 0, 0, 0;
|
|
227
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
228
|
+
--color-sf-info-text: 0, 0, 0;
|
|
229
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
230
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
231
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
232
|
+
}
|
|
233
|
+
|
|
123
234
|
/* stylelint-disable property-no-vendor-prefix */
|
|
124
235
|
@keyframes e-input-ripple {
|
|
125
236
|
100% {
|
|
@@ -1424,6 +1535,26 @@ label.e-float-text,
|
|
|
1424
1535
|
user-select: text;
|
|
1425
1536
|
}
|
|
1426
1537
|
|
|
1538
|
+
.e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
1539
|
+
left: -34px;
|
|
1540
|
+
width: auto;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
.e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
1544
|
+
right: -34px;
|
|
1545
|
+
width: auto;
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
.e-bigger .e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
1549
|
+
left: -40px;
|
|
1550
|
+
width: auto;
|
|
1551
|
+
}
|
|
1552
|
+
|
|
1553
|
+
.e-bigger .e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
1554
|
+
right: -40px;
|
|
1555
|
+
width: auto;
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1427
1558
|
label.e-float-text,
|
|
1428
1559
|
.e-float-input label.e-float-text,
|
|
1429
1560
|
.e-float-input.e-control-wrapper label.e-float-text,
|
|
@@ -3302,7 +3433,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3302
3433
|
.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
|
|
3303
3434
|
border: 1px solid;
|
|
3304
3435
|
border-width: 0 0 1px 0;
|
|
3305
|
-
margin-left:
|
|
3436
|
+
margin-left: 8px;
|
|
3306
3437
|
}
|
|
3307
3438
|
|
|
3308
3439
|
.e-rtl .e-float-input.e-float-icon-left .e-input-in-wrap,
|
|
@@ -3313,7 +3444,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3313
3444
|
.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
|
|
3314
3445
|
.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
|
|
3315
3446
|
margin-left: 0;
|
|
3316
|
-
margin-right:
|
|
3447
|
+
margin-right: 8px;
|
|
3317
3448
|
}
|
|
3318
3449
|
|
|
3319
3450
|
.e-float-input input.e-input,
|
|
@@ -4220,6 +4351,14 @@ textarea.e-outline.e-input,
|
|
|
4220
4351
|
border-top-color: transparent;
|
|
4221
4352
|
}
|
|
4222
4353
|
|
|
4354
|
+
.e-outline.e-input-group.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4355
|
+
.e-outline.e-input-group.e-valid-input.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4356
|
+
.e-outline.e-float-input.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4357
|
+
.e-outline.e-float-input.e-valid-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4358
|
+
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
|
|
4359
|
+
border-top-color: transparent;
|
|
4360
|
+
}
|
|
4361
|
+
|
|
4223
4362
|
.e-outline.e-input-group,
|
|
4224
4363
|
.e-outline .e-input-group,
|
|
4225
4364
|
.e-outline .e-input-group.e-control-wrapper,
|
|
@@ -4348,20 +4487,12 @@ textarea.e-outline.e-input,
|
|
|
4348
4487
|
.e-outline.e-input-group.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
|
|
4349
4488
|
.e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
|
|
4350
4489
|
.e-outline.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
|
|
4351
|
-
.e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4352
|
-
.e-outline.e-input-group.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4353
|
-
.e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4354
|
-
.e-outline.e-float-input.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4355
4490
|
.e-outline.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4356
4491
|
.e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4357
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
|
|
4358
|
-
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
|
|
4359
4492
|
.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4360
4493
|
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4361
4494
|
.e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4362
|
-
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled)
|
|
4363
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4364
|
-
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
|
|
4495
|
+
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
|
|
4365
4496
|
border-color: rgba(var(--color-sf-primary));
|
|
4366
4497
|
box-shadow: inset 1px 1px rgba(var(--color-sf-primary)), inset -1px 0 rgba(var(--color-sf-primary)), inset 0 -1px rgba(var(--color-sf-primary));
|
|
4367
4498
|
}
|
|
@@ -4375,11 +4506,27 @@ textarea.e-outline.e-input,
|
|
|
4375
4506
|
margin-left: 0;
|
|
4376
4507
|
}
|
|
4377
4508
|
|
|
4509
|
+
.e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
4510
|
+
.e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
|
|
4511
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
4512
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
|
|
4513
|
+
margin-right: 0;
|
|
4514
|
+
}
|
|
4515
|
+
|
|
4378
4516
|
.e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
4379
4517
|
.e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
4380
4518
|
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
4381
4519
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
4382
|
-
margin:
|
|
4520
|
+
margin-left: 4px;
|
|
4521
|
+
margin-right: 0;
|
|
4522
|
+
}
|
|
4523
|
+
|
|
4524
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
4525
|
+
.e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
4526
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
4527
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
4528
|
+
margin-right: 4px;
|
|
4529
|
+
margin-left: 0;
|
|
4383
4530
|
}
|
|
4384
4531
|
|
|
4385
4532
|
.e-outline.e-float-input .e-clear-icon,
|
|
@@ -4794,6 +4941,22 @@ textarea.e-input.e-small.e-outline,
|
|
|
4794
4941
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
4795
4942
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
4796
4943
|
.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
4944
|
+
margin-left: 8px;
|
|
4945
|
+
margin-right: 0;
|
|
4946
|
+
}
|
|
4947
|
+
|
|
4948
|
+
.e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
4949
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
4950
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
4951
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
4952
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
4953
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
4954
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
4955
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
4956
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
4957
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
4958
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
4959
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
4797
4960
|
margin-left: 0;
|
|
4798
4961
|
margin-right: 8px;
|
|
4799
4962
|
}
|
|
@@ -5180,7 +5343,7 @@ textarea.e-input.e-bigger.e-small.e-outline,
|
|
|
5180
5343
|
.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid) ~ label.e-float-text,
|
|
5181
5344
|
.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
|
|
5182
5345
|
.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
|
|
5183
|
-
line-height:
|
|
5346
|
+
line-height: 54px;
|
|
5184
5347
|
}
|
|
5185
5348
|
|
|
5186
5349
|
.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -5295,6 +5458,15 @@ textarea.e-input.e-bigger.e-small.e-outline,
|
|
|
5295
5458
|
transition: border-color 0.1s, box-shadow 0.2s;
|
|
5296
5459
|
}
|
|
5297
5460
|
|
|
5461
|
+
.e-outline.e-float-icon-left label.e-float-text::before,
|
|
5462
|
+
.e-outline.e-float-icon-left label.e-float-text::after,
|
|
5463
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
|
|
5464
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
|
|
5465
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
|
|
5466
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
|
|
5467
|
+
transition: none;
|
|
5468
|
+
}
|
|
5469
|
+
|
|
5298
5470
|
.e-bigger.e-outline label.e-float-text::before,
|
|
5299
5471
|
.e-bigger.e-outline label.e-float-text::after,
|
|
5300
5472
|
.e-bigger.e-outline.e-float-input label.e-float-text::before,
|
|
@@ -12448,69 +12620,291 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12448
12620
|
}
|
|
12449
12621
|
|
|
12450
12622
|
/* stylelint-disable-line no-empty-source */
|
|
12451
|
-
|
|
12452
|
-
|
|
12453
|
-
|
|
12454
|
-
|
|
12455
|
-
|
|
12456
|
-
|
|
12457
|
-
|
|
12458
|
-
|
|
12459
|
-
|
|
12460
|
-
|
|
12461
|
-
|
|
12462
|
-
|
|
12463
|
-
|
|
12464
|
-
|
|
12465
|
-
|
|
12466
|
-
|
|
12467
|
-
|
|
12468
|
-
|
|
12469
|
-
|
|
12470
|
-
|
|
12471
|
-
|
|
12472
|
-
|
|
12473
|
-
|
|
12474
|
-
|
|
12475
|
-
|
|
12476
|
-
|
|
12477
|
-
|
|
12478
|
-
|
|
12479
|
-
|
|
12480
|
-
|
|
12481
|
-
|
|
12482
|
-
|
|
12483
|
-
|
|
12484
|
-
|
|
12485
|
-
|
|
12486
|
-
|
|
12487
|
-
|
|
12488
|
-
|
|
12489
|
-
|
|
12490
|
-
|
|
12491
|
-
|
|
12492
|
-
|
|
12493
|
-
|
|
12494
|
-
|
|
12495
|
-
|
|
12496
|
-
|
|
12497
|
-
|
|
12498
|
-
|
|
12499
|
-
|
|
12500
|
-
|
|
12501
|
-
text
|
|
12502
|
-
|
|
12503
|
-
|
|
12623
|
+
:root {
|
|
12624
|
+
--color-sf-black: 0, 0, 0;
|
|
12625
|
+
--color-sf-white: 255, 255, 255;
|
|
12626
|
+
--color-sf-primary: 103, 80, 164;
|
|
12627
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
12628
|
+
--color-sf-secondary: 98, 91, 113;
|
|
12629
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
12630
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
12631
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
12632
|
+
--color-sf-surface: 255, 255, 255;
|
|
12633
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
12634
|
+
--color-sf-background: var(--color-sf-surface);
|
|
12635
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
12636
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
12637
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
12638
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
12639
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
12640
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
12641
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
12642
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
12643
|
+
--color-sf-on-background: 28, 27, 31;
|
|
12644
|
+
--color-sf-outline: 121, 116, 126;
|
|
12645
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
12646
|
+
--color-sf-shadow: 0, 0, 0;
|
|
12647
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
12648
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
12649
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
12650
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
12651
|
+
--color-sf-scrim: 0, 0, 0;
|
|
12652
|
+
--color-sf-error: 179, 38, 30;
|
|
12653
|
+
--color-sf-error-container: 249, 222, 220;
|
|
12654
|
+
--color-sf-on-error: 255, 250, 250;
|
|
12655
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
12656
|
+
--color-sf-success: 32, 81, 7;
|
|
12657
|
+
--color-sf-success-container: 209, 255, 186;
|
|
12658
|
+
--color-sf-on-success: 244, 255, 239;
|
|
12659
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
12660
|
+
--color-sf-info: 1, 87, 155;
|
|
12661
|
+
--color-sf-info-container: 233, 245, 255;
|
|
12662
|
+
--color-sf-on-info: 250, 253, 255;
|
|
12663
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
12664
|
+
--color-sf-warning: 145, 76, 0;
|
|
12665
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
12666
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
12667
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
12668
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
12669
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
12670
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
12671
|
+
--color-sf-success-text: 255, 255, 255;
|
|
12672
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
12673
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
12674
|
+
--color-sf-info-text: 255, 255, 255;
|
|
12675
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
12676
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
12504
12677
|
}
|
|
12505
12678
|
|
|
12506
|
-
.e-
|
|
12507
|
-
|
|
12679
|
+
.e-dark-mode {
|
|
12680
|
+
--color-sf-black: 0, 0, 0;
|
|
12681
|
+
--color-sf-white: 255, 255, 255;
|
|
12682
|
+
--color-sf-primary: 208, 188, 255;
|
|
12683
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
12684
|
+
--color-sf-secondary: 204, 194, 220;
|
|
12685
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
12686
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
12687
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
12688
|
+
--color-sf-surface: 28, 27, 31;
|
|
12689
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
12690
|
+
--color-sf-background: var(--color-sf-surface);
|
|
12691
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
12692
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
12693
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
12694
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
12695
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
12696
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
12697
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
12698
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
12699
|
+
--color-sf-on-background: 230, 225, 229;
|
|
12700
|
+
--color-sf-outline: 147, 143, 153;
|
|
12701
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
12702
|
+
--color-sf-shadow: 0, 0, 0;
|
|
12703
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
12704
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
12705
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
12706
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
12707
|
+
--color-sf-scrim: 0, 0, 0;
|
|
12708
|
+
--color-sf-error: 242, 184, 181;
|
|
12709
|
+
--color-sf-error-container: 140, 29, 24;
|
|
12710
|
+
--color-sf-on-error: 96, 20, 16;
|
|
12711
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
12712
|
+
--color-sf-success: 83, 202, 23;
|
|
12713
|
+
--color-sf-success-container: 22, 62, 2;
|
|
12714
|
+
--color-sf-on-success: 13, 39, 0;
|
|
12715
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
12716
|
+
--color-sf-info: 71, 172, 251;
|
|
12717
|
+
--color-sf-info-container: 0, 67, 120;
|
|
12718
|
+
--color-sf-on-info: 0, 51, 91;
|
|
12719
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
12720
|
+
--color-sf-warning: 245, 180, 130;
|
|
12721
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
12722
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
12723
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
12724
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
12725
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
12726
|
+
--color-sf-success-text: 0, 0, 0;
|
|
12727
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
12728
|
+
--color-sf-info-text: 0, 0, 0;
|
|
12729
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
12730
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
12731
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
12732
|
+
}
|
|
12733
|
+
|
|
12734
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12735
|
+
@keyframes e-input-ripple {
|
|
12736
|
+
100% {
|
|
12737
|
+
opacity: 0;
|
|
12738
|
+
transform: scale(4);
|
|
12739
|
+
}
|
|
12740
|
+
}
|
|
12741
|
+
@keyframes slideTopUp {
|
|
12742
|
+
from {
|
|
12743
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
12744
|
+
}
|
|
12745
|
+
to {
|
|
12746
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
12747
|
+
}
|
|
12748
|
+
}
|
|
12749
|
+
.e-input-group-icon.e-spin-up::before {
|
|
12750
|
+
content: "\e87a";
|
|
12751
|
+
font-family: "e-icons";
|
|
12752
|
+
}
|
|
12753
|
+
|
|
12754
|
+
.e-input-group-icon.e-spin-down::before {
|
|
12755
|
+
content: "\e70d";
|
|
12756
|
+
font-family: "e-icons";
|
|
12757
|
+
}
|
|
12758
|
+
|
|
12759
|
+
.e-numeric-container {
|
|
12760
|
+
width: 100%;
|
|
12761
|
+
}
|
|
12762
|
+
|
|
12763
|
+
.e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
12764
|
+
background-size: 300px 33px;
|
|
12765
|
+
min-height: 33px;
|
|
12766
|
+
}
|
|
12767
|
+
|
|
12768
|
+
.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
|
|
12769
|
+
.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
12770
|
+
background-size: 300px 40px;
|
|
12771
|
+
min-height: 40px;
|
|
12772
|
+
}
|
|
12773
|
+
|
|
12774
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
12775
|
+
.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
12776
|
+
.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
12777
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
12778
|
+
.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
12779
|
+
.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
|
|
12780
|
+
border: 0;
|
|
12781
|
+
height: 0;
|
|
12782
|
+
margin: 0;
|
|
12783
|
+
padding: 0;
|
|
12784
|
+
text-indent: 0;
|
|
12785
|
+
visibility: hidden;
|
|
12786
|
+
width: 0;
|
|
12787
|
+
}
|
|
12788
|
+
|
|
12789
|
+
.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
12790
|
+
font-size: 16px;
|
|
12508
12791
|
}
|
|
12509
12792
|
|
|
12510
12793
|
.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
|
|
12511
12794
|
font-size: 18px;
|
|
12512
12795
|
}
|
|
12513
12796
|
|
|
12797
|
+
:root {
|
|
12798
|
+
--color-sf-black: 0, 0, 0;
|
|
12799
|
+
--color-sf-white: 255, 255, 255;
|
|
12800
|
+
--color-sf-primary: 103, 80, 164;
|
|
12801
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
12802
|
+
--color-sf-secondary: 98, 91, 113;
|
|
12803
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
12804
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
12805
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
12806
|
+
--color-sf-surface: 255, 255, 255;
|
|
12807
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
12808
|
+
--color-sf-background: var(--color-sf-surface);
|
|
12809
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
12810
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
12811
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
12812
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
12813
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
12814
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
12815
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
12816
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
12817
|
+
--color-sf-on-background: 28, 27, 31;
|
|
12818
|
+
--color-sf-outline: 121, 116, 126;
|
|
12819
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
12820
|
+
--color-sf-shadow: 0, 0, 0;
|
|
12821
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
12822
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
12823
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
12824
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
12825
|
+
--color-sf-scrim: 0, 0, 0;
|
|
12826
|
+
--color-sf-error: 179, 38, 30;
|
|
12827
|
+
--color-sf-error-container: 249, 222, 220;
|
|
12828
|
+
--color-sf-on-error: 255, 250, 250;
|
|
12829
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
12830
|
+
--color-sf-success: 32, 81, 7;
|
|
12831
|
+
--color-sf-success-container: 209, 255, 186;
|
|
12832
|
+
--color-sf-on-success: 244, 255, 239;
|
|
12833
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
12834
|
+
--color-sf-info: 1, 87, 155;
|
|
12835
|
+
--color-sf-info-container: 233, 245, 255;
|
|
12836
|
+
--color-sf-on-info: 250, 253, 255;
|
|
12837
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
12838
|
+
--color-sf-warning: 145, 76, 0;
|
|
12839
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
12840
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
12841
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
12842
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
12843
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
12844
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
12845
|
+
--color-sf-success-text: 255, 255, 255;
|
|
12846
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
12847
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
12848
|
+
--color-sf-info-text: 255, 255, 255;
|
|
12849
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
12850
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
12851
|
+
}
|
|
12852
|
+
|
|
12853
|
+
.e-dark-mode {
|
|
12854
|
+
--color-sf-black: 0, 0, 0;
|
|
12855
|
+
--color-sf-white: 255, 255, 255;
|
|
12856
|
+
--color-sf-primary: 208, 188, 255;
|
|
12857
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
12858
|
+
--color-sf-secondary: 204, 194, 220;
|
|
12859
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
12860
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
12861
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
12862
|
+
--color-sf-surface: 28, 27, 31;
|
|
12863
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
12864
|
+
--color-sf-background: var(--color-sf-surface);
|
|
12865
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
12866
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
12867
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
12868
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
12869
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
12870
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
12871
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
12872
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
12873
|
+
--color-sf-on-background: 230, 225, 229;
|
|
12874
|
+
--color-sf-outline: 147, 143, 153;
|
|
12875
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
12876
|
+
--color-sf-shadow: 0, 0, 0;
|
|
12877
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
12878
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
12879
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
12880
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
12881
|
+
--color-sf-scrim: 0, 0, 0;
|
|
12882
|
+
--color-sf-error: 242, 184, 181;
|
|
12883
|
+
--color-sf-error-container: 140, 29, 24;
|
|
12884
|
+
--color-sf-on-error: 96, 20, 16;
|
|
12885
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
12886
|
+
--color-sf-success: 83, 202, 23;
|
|
12887
|
+
--color-sf-success-container: 22, 62, 2;
|
|
12888
|
+
--color-sf-on-success: 13, 39, 0;
|
|
12889
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
12890
|
+
--color-sf-info: 71, 172, 251;
|
|
12891
|
+
--color-sf-info-container: 0, 67, 120;
|
|
12892
|
+
--color-sf-on-info: 0, 51, 91;
|
|
12893
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
12894
|
+
--color-sf-warning: 245, 180, 130;
|
|
12895
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
12896
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
12897
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
12898
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
12899
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
12900
|
+
--color-sf-success-text: 0, 0, 0;
|
|
12901
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
12902
|
+
--color-sf-info-text: 0, 0, 0;
|
|
12903
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
12904
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
12905
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
12906
|
+
}
|
|
12907
|
+
|
|
12514
12908
|
/* stylelint-disable property-no-vendor-prefix */
|
|
12515
12909
|
@keyframes e-input-ripple {
|
|
12516
12910
|
100% {
|
|
@@ -12556,8 +12950,119 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12556
12950
|
color: rgba(var(--color-sf-error));
|
|
12557
12951
|
}
|
|
12558
12952
|
|
|
12559
|
-
.e-utility-mask.e-error {
|
|
12560
|
-
color: rgba(var(--color-sf-error));
|
|
12953
|
+
.e-utility-mask.e-error {
|
|
12954
|
+
color: rgba(var(--color-sf-error));
|
|
12955
|
+
}
|
|
12956
|
+
|
|
12957
|
+
:root {
|
|
12958
|
+
--color-sf-black: 0, 0, 0;
|
|
12959
|
+
--color-sf-white: 255, 255, 255;
|
|
12960
|
+
--color-sf-primary: 103, 80, 164;
|
|
12961
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
12962
|
+
--color-sf-secondary: 98, 91, 113;
|
|
12963
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
12964
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
12965
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
12966
|
+
--color-sf-surface: 255, 255, 255;
|
|
12967
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
12968
|
+
--color-sf-background: var(--color-sf-surface);
|
|
12969
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
12970
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
12971
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
12972
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
12973
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
12974
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
12975
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
12976
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
12977
|
+
--color-sf-on-background: 28, 27, 31;
|
|
12978
|
+
--color-sf-outline: 121, 116, 126;
|
|
12979
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
12980
|
+
--color-sf-shadow: 0, 0, 0;
|
|
12981
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
12982
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
12983
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
12984
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
12985
|
+
--color-sf-scrim: 0, 0, 0;
|
|
12986
|
+
--color-sf-error: 179, 38, 30;
|
|
12987
|
+
--color-sf-error-container: 249, 222, 220;
|
|
12988
|
+
--color-sf-on-error: 255, 250, 250;
|
|
12989
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
12990
|
+
--color-sf-success: 32, 81, 7;
|
|
12991
|
+
--color-sf-success-container: 209, 255, 186;
|
|
12992
|
+
--color-sf-on-success: 244, 255, 239;
|
|
12993
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
12994
|
+
--color-sf-info: 1, 87, 155;
|
|
12995
|
+
--color-sf-info-container: 233, 245, 255;
|
|
12996
|
+
--color-sf-on-info: 250, 253, 255;
|
|
12997
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
12998
|
+
--color-sf-warning: 145, 76, 0;
|
|
12999
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
13000
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
13001
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
13002
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
13003
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
13004
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
13005
|
+
--color-sf-success-text: 255, 255, 255;
|
|
13006
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
13007
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
13008
|
+
--color-sf-info-text: 255, 255, 255;
|
|
13009
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
13010
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
13011
|
+
}
|
|
13012
|
+
|
|
13013
|
+
.e-dark-mode {
|
|
13014
|
+
--color-sf-black: 0, 0, 0;
|
|
13015
|
+
--color-sf-white: 255, 255, 255;
|
|
13016
|
+
--color-sf-primary: 208, 188, 255;
|
|
13017
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
13018
|
+
--color-sf-secondary: 204, 194, 220;
|
|
13019
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
13020
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
13021
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
13022
|
+
--color-sf-surface: 28, 27, 31;
|
|
13023
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
13024
|
+
--color-sf-background: var(--color-sf-surface);
|
|
13025
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
13026
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
13027
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
13028
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
13029
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
13030
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
13031
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
13032
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
13033
|
+
--color-sf-on-background: 230, 225, 229;
|
|
13034
|
+
--color-sf-outline: 147, 143, 153;
|
|
13035
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
13036
|
+
--color-sf-shadow: 0, 0, 0;
|
|
13037
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
13038
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
13039
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
13040
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
13041
|
+
--color-sf-scrim: 0, 0, 0;
|
|
13042
|
+
--color-sf-error: 242, 184, 181;
|
|
13043
|
+
--color-sf-error-container: 140, 29, 24;
|
|
13044
|
+
--color-sf-on-error: 96, 20, 16;
|
|
13045
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
13046
|
+
--color-sf-success: 83, 202, 23;
|
|
13047
|
+
--color-sf-success-container: 22, 62, 2;
|
|
13048
|
+
--color-sf-on-success: 13, 39, 0;
|
|
13049
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
13050
|
+
--color-sf-info: 71, 172, 251;
|
|
13051
|
+
--color-sf-info-container: 0, 67, 120;
|
|
13052
|
+
--color-sf-on-info: 0, 51, 91;
|
|
13053
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
13054
|
+
--color-sf-warning: 245, 180, 130;
|
|
13055
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
13056
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
13057
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
13058
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
13059
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
13060
|
+
--color-sf-success-text: 0, 0, 0;
|
|
13061
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
13062
|
+
--color-sf-info-text: 0, 0, 0;
|
|
13063
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
13064
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
13065
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
12561
13066
|
}
|
|
12562
13067
|
|
|
12563
13068
|
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
@@ -13269,6 +13774,117 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13269
13774
|
.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
|
|
13270
13775
|
border-color: rgba(var(--color-sf-primary));
|
|
13271
13776
|
}
|
|
13777
|
+
:root {
|
|
13778
|
+
--color-sf-black: 0, 0, 0;
|
|
13779
|
+
--color-sf-white: 255, 255, 255;
|
|
13780
|
+
--color-sf-primary: 103, 80, 164;
|
|
13781
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
13782
|
+
--color-sf-secondary: 98, 91, 113;
|
|
13783
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
13784
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
13785
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
13786
|
+
--color-sf-surface: 255, 255, 255;
|
|
13787
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
13788
|
+
--color-sf-background: var(--color-sf-surface);
|
|
13789
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
13790
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
13791
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
13792
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
13793
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
13794
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
13795
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
13796
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
13797
|
+
--color-sf-on-background: 28, 27, 31;
|
|
13798
|
+
--color-sf-outline: 121, 116, 126;
|
|
13799
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
13800
|
+
--color-sf-shadow: 0, 0, 0;
|
|
13801
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
13802
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
13803
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
13804
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
13805
|
+
--color-sf-scrim: 0, 0, 0;
|
|
13806
|
+
--color-sf-error: 179, 38, 30;
|
|
13807
|
+
--color-sf-error-container: 249, 222, 220;
|
|
13808
|
+
--color-sf-on-error: 255, 250, 250;
|
|
13809
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
13810
|
+
--color-sf-success: 32, 81, 7;
|
|
13811
|
+
--color-sf-success-container: 209, 255, 186;
|
|
13812
|
+
--color-sf-on-success: 244, 255, 239;
|
|
13813
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
13814
|
+
--color-sf-info: 1, 87, 155;
|
|
13815
|
+
--color-sf-info-container: 233, 245, 255;
|
|
13816
|
+
--color-sf-on-info: 250, 253, 255;
|
|
13817
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
13818
|
+
--color-sf-warning: 145, 76, 0;
|
|
13819
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
13820
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
13821
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
13822
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
13823
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
13824
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
13825
|
+
--color-sf-success-text: 255, 255, 255;
|
|
13826
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
13827
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
13828
|
+
--color-sf-info-text: 255, 255, 255;
|
|
13829
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
13830
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
13831
|
+
}
|
|
13832
|
+
|
|
13833
|
+
.e-dark-mode {
|
|
13834
|
+
--color-sf-black: 0, 0, 0;
|
|
13835
|
+
--color-sf-white: 255, 255, 255;
|
|
13836
|
+
--color-sf-primary: 208, 188, 255;
|
|
13837
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
13838
|
+
--color-sf-secondary: 204, 194, 220;
|
|
13839
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
13840
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
13841
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
13842
|
+
--color-sf-surface: 28, 27, 31;
|
|
13843
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
13844
|
+
--color-sf-background: var(--color-sf-surface);
|
|
13845
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
13846
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
13847
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
13848
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
13849
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
13850
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
13851
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
13852
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
13853
|
+
--color-sf-on-background: 230, 225, 229;
|
|
13854
|
+
--color-sf-outline: 147, 143, 153;
|
|
13855
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
13856
|
+
--color-sf-shadow: 0, 0, 0;
|
|
13857
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
13858
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
13859
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
13860
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
13861
|
+
--color-sf-scrim: 0, 0, 0;
|
|
13862
|
+
--color-sf-error: 242, 184, 181;
|
|
13863
|
+
--color-sf-error-container: 140, 29, 24;
|
|
13864
|
+
--color-sf-on-error: 96, 20, 16;
|
|
13865
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
13866
|
+
--color-sf-success: 83, 202, 23;
|
|
13867
|
+
--color-sf-success-container: 22, 62, 2;
|
|
13868
|
+
--color-sf-on-success: 13, 39, 0;
|
|
13869
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
13870
|
+
--color-sf-info: 71, 172, 251;
|
|
13871
|
+
--color-sf-info-container: 0, 67, 120;
|
|
13872
|
+
--color-sf-on-info: 0, 51, 91;
|
|
13873
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
13874
|
+
--color-sf-warning: 245, 180, 130;
|
|
13875
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
13876
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
13877
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
13878
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
13879
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
13880
|
+
--color-sf-success-text: 0, 0, 0;
|
|
13881
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
13882
|
+
--color-sf-info-text: 0, 0, 0;
|
|
13883
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
13884
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
13885
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
13886
|
+
}
|
|
13887
|
+
|
|
13272
13888
|
/* stylelint-disable property-no-vendor-prefix */
|
|
13273
13889
|
@keyframes e-input-ripple {
|
|
13274
13890
|
100% {
|
|
@@ -13284,7 +13900,118 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13284
13900
|
transform: translate3d(0, 0, 0) scale(1);
|
|
13285
13901
|
}
|
|
13286
13902
|
}
|
|
13287
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
13903
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
13904
|
+
:root {
|
|
13905
|
+
--color-sf-black: 0, 0, 0;
|
|
13906
|
+
--color-sf-white: 255, 255, 255;
|
|
13907
|
+
--color-sf-primary: 103, 80, 164;
|
|
13908
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
13909
|
+
--color-sf-secondary: 98, 91, 113;
|
|
13910
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
13911
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
13912
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
13913
|
+
--color-sf-surface: 255, 255, 255;
|
|
13914
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
13915
|
+
--color-sf-background: var(--color-sf-surface);
|
|
13916
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
13917
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
13918
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
13919
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
13920
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
13921
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
13922
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
13923
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
13924
|
+
--color-sf-on-background: 28, 27, 31;
|
|
13925
|
+
--color-sf-outline: 121, 116, 126;
|
|
13926
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
13927
|
+
--color-sf-shadow: 0, 0, 0;
|
|
13928
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
13929
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
13930
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
13931
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
13932
|
+
--color-sf-scrim: 0, 0, 0;
|
|
13933
|
+
--color-sf-error: 179, 38, 30;
|
|
13934
|
+
--color-sf-error-container: 249, 222, 220;
|
|
13935
|
+
--color-sf-on-error: 255, 250, 250;
|
|
13936
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
13937
|
+
--color-sf-success: 32, 81, 7;
|
|
13938
|
+
--color-sf-success-container: 209, 255, 186;
|
|
13939
|
+
--color-sf-on-success: 244, 255, 239;
|
|
13940
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
13941
|
+
--color-sf-info: 1, 87, 155;
|
|
13942
|
+
--color-sf-info-container: 233, 245, 255;
|
|
13943
|
+
--color-sf-on-info: 250, 253, 255;
|
|
13944
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
13945
|
+
--color-sf-warning: 145, 76, 0;
|
|
13946
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
13947
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
13948
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
13949
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
13950
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
13951
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
13952
|
+
--color-sf-success-text: 255, 255, 255;
|
|
13953
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
13954
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
13955
|
+
--color-sf-info-text: 255, 255, 255;
|
|
13956
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
13957
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
13958
|
+
}
|
|
13959
|
+
|
|
13960
|
+
.e-dark-mode {
|
|
13961
|
+
--color-sf-black: 0, 0, 0;
|
|
13962
|
+
--color-sf-white: 255, 255, 255;
|
|
13963
|
+
--color-sf-primary: 208, 188, 255;
|
|
13964
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
13965
|
+
--color-sf-secondary: 204, 194, 220;
|
|
13966
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
13967
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
13968
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
13969
|
+
--color-sf-surface: 28, 27, 31;
|
|
13970
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
13971
|
+
--color-sf-background: var(--color-sf-surface);
|
|
13972
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
13973
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
13974
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
13975
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
13976
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
13977
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
13978
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
13979
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
13980
|
+
--color-sf-on-background: 230, 225, 229;
|
|
13981
|
+
--color-sf-outline: 147, 143, 153;
|
|
13982
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
13983
|
+
--color-sf-shadow: 0, 0, 0;
|
|
13984
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
13985
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
13986
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
13987
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
13988
|
+
--color-sf-scrim: 0, 0, 0;
|
|
13989
|
+
--color-sf-error: 242, 184, 181;
|
|
13990
|
+
--color-sf-error-container: 140, 29, 24;
|
|
13991
|
+
--color-sf-on-error: 96, 20, 16;
|
|
13992
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
13993
|
+
--color-sf-success: 83, 202, 23;
|
|
13994
|
+
--color-sf-success-container: 22, 62, 2;
|
|
13995
|
+
--color-sf-on-success: 13, 39, 0;
|
|
13996
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
13997
|
+
--color-sf-info: 71, 172, 251;
|
|
13998
|
+
--color-sf-info-container: 0, 67, 120;
|
|
13999
|
+
--color-sf-on-info: 0, 51, 91;
|
|
14000
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
14001
|
+
--color-sf-warning: 245, 180, 130;
|
|
14002
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
14003
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
14004
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
14005
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
14006
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
14007
|
+
--color-sf-success-text: 0, 0, 0;
|
|
14008
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
14009
|
+
--color-sf-info-text: 0, 0, 0;
|
|
14010
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
14011
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
14012
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
14013
|
+
}
|
|
14014
|
+
|
|
13288
14015
|
/* stylelint-disable property-no-vendor-prefix */
|
|
13289
14016
|
@keyframes material-spinner-rotate {
|
|
13290
14017
|
0% {
|
|
@@ -14091,6 +14818,117 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
14091
14818
|
box-shadow: 0 0 0 transparent;
|
|
14092
14819
|
}
|
|
14093
14820
|
|
|
14821
|
+
:root {
|
|
14822
|
+
--color-sf-black: 0, 0, 0;
|
|
14823
|
+
--color-sf-white: 255, 255, 255;
|
|
14824
|
+
--color-sf-primary: 103, 80, 164;
|
|
14825
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
14826
|
+
--color-sf-secondary: 98, 91, 113;
|
|
14827
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
14828
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
14829
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
14830
|
+
--color-sf-surface: 255, 255, 255;
|
|
14831
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
14832
|
+
--color-sf-background: var(--color-sf-surface);
|
|
14833
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
14834
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
14835
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
14836
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
14837
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
14838
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
14839
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
14840
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
14841
|
+
--color-sf-on-background: 28, 27, 31;
|
|
14842
|
+
--color-sf-outline: 121, 116, 126;
|
|
14843
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
14844
|
+
--color-sf-shadow: 0, 0, 0;
|
|
14845
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
14846
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
14847
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
14848
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
14849
|
+
--color-sf-scrim: 0, 0, 0;
|
|
14850
|
+
--color-sf-error: 179, 38, 30;
|
|
14851
|
+
--color-sf-error-container: 249, 222, 220;
|
|
14852
|
+
--color-sf-on-error: 255, 250, 250;
|
|
14853
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
14854
|
+
--color-sf-success: 32, 81, 7;
|
|
14855
|
+
--color-sf-success-container: 209, 255, 186;
|
|
14856
|
+
--color-sf-on-success: 244, 255, 239;
|
|
14857
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
14858
|
+
--color-sf-info: 1, 87, 155;
|
|
14859
|
+
--color-sf-info-container: 233, 245, 255;
|
|
14860
|
+
--color-sf-on-info: 250, 253, 255;
|
|
14861
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
14862
|
+
--color-sf-warning: 145, 76, 0;
|
|
14863
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
14864
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
14865
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
14866
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
14867
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
14868
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
14869
|
+
--color-sf-success-text: 255, 255, 255;
|
|
14870
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
14871
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
14872
|
+
--color-sf-info-text: 255, 255, 255;
|
|
14873
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
14874
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
14875
|
+
}
|
|
14876
|
+
|
|
14877
|
+
.e-dark-mode {
|
|
14878
|
+
--color-sf-black: 0, 0, 0;
|
|
14879
|
+
--color-sf-white: 255, 255, 255;
|
|
14880
|
+
--color-sf-primary: 208, 188, 255;
|
|
14881
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
14882
|
+
--color-sf-secondary: 204, 194, 220;
|
|
14883
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
14884
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
14885
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
14886
|
+
--color-sf-surface: 28, 27, 31;
|
|
14887
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
14888
|
+
--color-sf-background: var(--color-sf-surface);
|
|
14889
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
14890
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
14891
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
14892
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
14893
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
14894
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
14895
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
14896
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
14897
|
+
--color-sf-on-background: 230, 225, 229;
|
|
14898
|
+
--color-sf-outline: 147, 143, 153;
|
|
14899
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
14900
|
+
--color-sf-shadow: 0, 0, 0;
|
|
14901
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
14902
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
14903
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
14904
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
14905
|
+
--color-sf-scrim: 0, 0, 0;
|
|
14906
|
+
--color-sf-error: 242, 184, 181;
|
|
14907
|
+
--color-sf-error-container: 140, 29, 24;
|
|
14908
|
+
--color-sf-on-error: 96, 20, 16;
|
|
14909
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
14910
|
+
--color-sf-success: 83, 202, 23;
|
|
14911
|
+
--color-sf-success-container: 22, 62, 2;
|
|
14912
|
+
--color-sf-on-success: 13, 39, 0;
|
|
14913
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
14914
|
+
--color-sf-info: 71, 172, 251;
|
|
14915
|
+
--color-sf-info-container: 0, 67, 120;
|
|
14916
|
+
--color-sf-on-info: 0, 51, 91;
|
|
14917
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
14918
|
+
--color-sf-warning: 245, 180, 130;
|
|
14919
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
14920
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
14921
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
14922
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
14923
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
14924
|
+
--color-sf-success-text: 0, 0, 0;
|
|
14925
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
14926
|
+
--color-sf-info-text: 0, 0, 0;
|
|
14927
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
14928
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
14929
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
14930
|
+
}
|
|
14931
|
+
|
|
14094
14932
|
/* stylelint-disable-line no-empty-source */
|
|
14095
14933
|
/* stylelint-disable property-no-vendor-prefix */
|
|
14096
14934
|
@keyframes e-input-ripple {
|
|
@@ -14916,6 +15754,117 @@ body.e-colorpicker-overflow {
|
|
|
14916
15754
|
border-color: rgba(var(--color-sf-white));
|
|
14917
15755
|
}
|
|
14918
15756
|
|
|
15757
|
+
:root {
|
|
15758
|
+
--color-sf-black: 0, 0, 0;
|
|
15759
|
+
--color-sf-white: 255, 255, 255;
|
|
15760
|
+
--color-sf-primary: 103, 80, 164;
|
|
15761
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
15762
|
+
--color-sf-secondary: 98, 91, 113;
|
|
15763
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
15764
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
15765
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
15766
|
+
--color-sf-surface: 255, 255, 255;
|
|
15767
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
15768
|
+
--color-sf-background: var(--color-sf-surface);
|
|
15769
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
15770
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
15771
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
15772
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
15773
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
15774
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
15775
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
15776
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
15777
|
+
--color-sf-on-background: 28, 27, 31;
|
|
15778
|
+
--color-sf-outline: 121, 116, 126;
|
|
15779
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
15780
|
+
--color-sf-shadow: 0, 0, 0;
|
|
15781
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
15782
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
15783
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
15784
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
15785
|
+
--color-sf-scrim: 0, 0, 0;
|
|
15786
|
+
--color-sf-error: 179, 38, 30;
|
|
15787
|
+
--color-sf-error-container: 249, 222, 220;
|
|
15788
|
+
--color-sf-on-error: 255, 250, 250;
|
|
15789
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
15790
|
+
--color-sf-success: 32, 81, 7;
|
|
15791
|
+
--color-sf-success-container: 209, 255, 186;
|
|
15792
|
+
--color-sf-on-success: 244, 255, 239;
|
|
15793
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
15794
|
+
--color-sf-info: 1, 87, 155;
|
|
15795
|
+
--color-sf-info-container: 233, 245, 255;
|
|
15796
|
+
--color-sf-on-info: 250, 253, 255;
|
|
15797
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
15798
|
+
--color-sf-warning: 145, 76, 0;
|
|
15799
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
15800
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
15801
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
15802
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
15803
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
15804
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
15805
|
+
--color-sf-success-text: 255, 255, 255;
|
|
15806
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
15807
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
15808
|
+
--color-sf-info-text: 255, 255, 255;
|
|
15809
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
15810
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
15811
|
+
}
|
|
15812
|
+
|
|
15813
|
+
.e-dark-mode {
|
|
15814
|
+
--color-sf-black: 0, 0, 0;
|
|
15815
|
+
--color-sf-white: 255, 255, 255;
|
|
15816
|
+
--color-sf-primary: 208, 188, 255;
|
|
15817
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
15818
|
+
--color-sf-secondary: 204, 194, 220;
|
|
15819
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
15820
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
15821
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
15822
|
+
--color-sf-surface: 28, 27, 31;
|
|
15823
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
15824
|
+
--color-sf-background: var(--color-sf-surface);
|
|
15825
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
15826
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
15827
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
15828
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
15829
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
15830
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
15831
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
15832
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
15833
|
+
--color-sf-on-background: 230, 225, 229;
|
|
15834
|
+
--color-sf-outline: 147, 143, 153;
|
|
15835
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
15836
|
+
--color-sf-shadow: 0, 0, 0;
|
|
15837
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
15838
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
15839
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
15840
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
15841
|
+
--color-sf-scrim: 0, 0, 0;
|
|
15842
|
+
--color-sf-error: 242, 184, 181;
|
|
15843
|
+
--color-sf-error-container: 140, 29, 24;
|
|
15844
|
+
--color-sf-on-error: 96, 20, 16;
|
|
15845
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
15846
|
+
--color-sf-success: 83, 202, 23;
|
|
15847
|
+
--color-sf-success-container: 22, 62, 2;
|
|
15848
|
+
--color-sf-on-success: 13, 39, 0;
|
|
15849
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
15850
|
+
--color-sf-info: 71, 172, 251;
|
|
15851
|
+
--color-sf-info-container: 0, 67, 120;
|
|
15852
|
+
--color-sf-on-info: 0, 51, 91;
|
|
15853
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
15854
|
+
--color-sf-warning: 245, 180, 130;
|
|
15855
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
15856
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
15857
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
15858
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
15859
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
15860
|
+
--color-sf-success-text: 0, 0, 0;
|
|
15861
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
15862
|
+
--color-sf-info-text: 0, 0, 0;
|
|
15863
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
15864
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
15865
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
15866
|
+
}
|
|
15867
|
+
|
|
14919
15868
|
.e-rating-container {
|
|
14920
15869
|
display: -ms-inline-flexbox;
|
|
14921
15870
|
display: inline-flex;
|