@syncfusion/ej2-angular-inputs 23.1.36 → 23.1.38-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 +1791 -0
- package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-inputs.js +1689 -0
- package/@syncfusion/ej2-angular-inputs.js.map +1 -0
- package/CHANGELOG.md +1468 -0
- package/dist/ej2-angular-inputs.umd.js +1880 -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 +15 -29
- 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 +3 -5
- 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 +3 -5
- 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 +3 -5
- 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 +15 -5
- 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 +3 -5
- 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 +3 -5
- 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 +3 -5
- 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 +3 -5
- package/src/uploader/uploader.module.d.ts +0 -7
- package/styles/bootstrap-dark.css +1 -4
- package/styles/bootstrap.css +1 -4
- package/styles/bootstrap4.css +1 -4
- package/styles/bootstrap5-dark.css +1 -4
- package/styles/bootstrap5.css +1 -4
- 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.css +0 -1
- package/styles/color-picker/material-dark.scss +1 -11
- package/styles/color-picker/material.css +0 -1
- package/styles/color-picker/material.scss +1 -11
- package/styles/color-picker/material3-dark.css +0 -1
- package/styles/color-picker/material3-dark.scss +1 -11
- package/styles/color-picker/material3.css +0 -1
- package/styles/color-picker/material3.scss +1 -11
- package/styles/color-picker/tailwind-dark.css +0 -1
- package/styles/color-picker/tailwind-dark.scss +1 -11
- package/styles/color-picker/tailwind.css +0 -1
- package/styles/color-picker/tailwind.scss +1 -11
- package/styles/fabric-dark.css +1 -4
- package/styles/fabric.css +1 -4
- package/styles/fluent-dark.css +1 -4
- package/styles/fluent.css +1 -4
- package/styles/highcontrast-light.css +1 -4
- package/styles/highcontrast.css +1 -4
- package/styles/input/bootstrap-dark.css +1 -0
- package/styles/input/bootstrap-dark.scss +1 -4
- package/styles/input/bootstrap.css +1 -0
- package/styles/input/bootstrap.scss +1 -4
- package/styles/input/bootstrap4.css +1 -0
- package/styles/input/bootstrap4.scss +1 -4
- package/styles/input/bootstrap5-dark.css +1 -0
- package/styles/input/bootstrap5-dark.scss +1 -4
- package/styles/input/bootstrap5.css +1 -0
- package/styles/input/bootstrap5.scss +1 -4
- package/styles/input/fabric-dark.css +1 -0
- package/styles/input/fabric-dark.scss +1 -4
- package/styles/input/fabric.css +1 -0
- package/styles/input/fabric.scss +1 -4
- package/styles/input/fluent-dark.css +1 -0
- package/styles/input/fluent-dark.scss +1 -4
- package/styles/input/fluent.css +1 -0
- package/styles/input/fluent.scss +1 -4
- package/styles/input/highcontrast-light.css +1 -0
- package/styles/input/highcontrast-light.scss +1 -4
- package/styles/input/highcontrast.css +1 -0
- package/styles/input/highcontrast.scss +1 -4
- package/styles/input/material-dark.css +103 -16
- package/styles/input/material-dark.scss +1 -4
- package/styles/input/material.css +103 -16
- package/styles/input/material.scss +1 -4
- package/styles/input/material3-dark.css +103 -16
- package/styles/input/material3-dark.scss +1 -4
- package/styles/input/material3.css +103 -16
- package/styles/input/material3.scss +1 -4
- package/styles/input/tailwind-dark.css +1 -1
- package/styles/input/tailwind-dark.scss +1 -4
- package/styles/input/tailwind.css +1 -1
- 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.css +0 -1
- package/styles/maskedtextbox/material-dark.scss +1 -4
- package/styles/maskedtextbox/material.css +0 -1
- package/styles/maskedtextbox/material.scss +1 -4
- package/styles/maskedtextbox/material3-dark.css +0 -1
- package/styles/maskedtextbox/material3-dark.scss +1 -4
- package/styles/maskedtextbox/material3.css +0 -1
- package/styles/maskedtextbox/material3.scss +1 -4
- package/styles/maskedtextbox/tailwind-dark.css +0 -1
- package/styles/maskedtextbox/tailwind-dark.scss +1 -4
- package/styles/maskedtextbox/tailwind.css +0 -1
- package/styles/maskedtextbox/tailwind.scss +1 -4
- package/styles/material-dark.css +103 -20
- package/styles/material.css +103 -20
- package/styles/material3-dark.css +544 -21
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +1034 -63
- 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.css +0 -1
- package/styles/numerictextbox/material-dark.scss +1 -5
- package/styles/numerictextbox/material.css +0 -1
- package/styles/numerictextbox/material.scss +1 -5
- package/styles/numerictextbox/material3-dark.css +0 -1
- package/styles/numerictextbox/material3-dark.scss +1 -5
- package/styles/numerictextbox/material3.css +0 -1
- package/styles/numerictextbox/material3.scss +1 -5
- package/styles/numerictextbox/tailwind-dark.css +0 -1
- package/styles/numerictextbox/tailwind-dark.scss +1 -5
- package/styles/numerictextbox/tailwind.css +0 -1
- package/styles/numerictextbox/tailwind.scss +1 -5
- package/styles/rating/bootstrap-dark.css +0 -4
- package/styles/rating/bootstrap-dark.scss +1 -4
- package/styles/rating/bootstrap.css +0 -4
- package/styles/rating/bootstrap.scss +1 -4
- package/styles/rating/bootstrap4.css +0 -4
- package/styles/rating/bootstrap4.scss +1 -4
- package/styles/rating/bootstrap5-dark.css +0 -4
- package/styles/rating/bootstrap5-dark.scss +1 -4
- package/styles/rating/bootstrap5.css +0 -4
- package/styles/rating/bootstrap5.scss +1 -4
- package/styles/rating/fabric-dark.css +0 -4
- package/styles/rating/fabric-dark.scss +1 -4
- package/styles/rating/fabric.css +0 -4
- package/styles/rating/fabric.scss +1 -4
- package/styles/rating/fluent-dark.css +0 -4
- package/styles/rating/fluent-dark.scss +1 -4
- package/styles/rating/fluent.css +0 -4
- package/styles/rating/fluent.scss +1 -4
- package/styles/rating/highcontrast-light.css +0 -4
- package/styles/rating/highcontrast-light.scss +1 -4
- package/styles/rating/highcontrast.css +0 -4
- package/styles/rating/highcontrast.scss +1 -4
- package/styles/rating/material-dark.css +0 -5
- package/styles/rating/material-dark.scss +1 -4
- package/styles/rating/material.css +0 -5
- package/styles/rating/material.scss +1 -4
- package/styles/rating/material3-dark.css +1 -6
- package/styles/rating/material3-dark.scss +1 -4
- package/styles/rating/material3.css +1 -6
- package/styles/rating/material3.scss +1 -4
- package/styles/rating/tailwind-dark.css +0 -5
- package/styles/rating/tailwind-dark.scss +1 -4
- package/styles/rating/tailwind.css +0 -5
- 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.css +0 -1
- package/styles/signature/material-dark.scss +1 -3
- package/styles/signature/material.css +0 -1
- package/styles/signature/material.scss +1 -3
- package/styles/signature/material3-dark.css +0 -1
- package/styles/signature/material3-dark.scss +1 -3
- package/styles/signature/material3.css +0 -1
- package/styles/signature/material3.scss +1 -3
- package/styles/signature/tailwind-dark.css +0 -1
- package/styles/signature/tailwind-dark.scss +1 -3
- package/styles/signature/tailwind.css +0 -1
- 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.css +0 -1
- package/styles/slider/material-dark.scss +1 -5
- package/styles/slider/material.css +0 -1
- package/styles/slider/material.scss +1 -5
- package/styles/slider/material3-dark.css +0 -1
- package/styles/slider/material3-dark.scss +1 -5
- package/styles/slider/material3.css +0 -1
- package/styles/slider/material3.scss +1 -5
- package/styles/slider/tailwind-dark.css +0 -1
- package/styles/slider/tailwind-dark.scss +1 -5
- package/styles/slider/tailwind.css +0 -1
- package/styles/slider/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +1 -13
- package/styles/tailwind.css +1 -13
- 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.css +0 -1
- package/styles/textbox/material-dark.scss +1 -4
- package/styles/textbox/material.css +0 -1
- package/styles/textbox/material.scss +1 -4
- package/styles/textbox/material3-dark.css +0 -1
- package/styles/textbox/material3-dark.scss +1 -4
- package/styles/textbox/material3.css +0 -1
- package/styles/textbox/material3.scss +1 -4
- package/styles/textbox/tailwind-dark.css +0 -1
- package/styles/textbox/tailwind-dark.scss +1 -4
- package/styles/textbox/tailwind.css +0 -1
- 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.css +0 -1
- package/styles/uploader/material-dark.scss +1 -6
- package/styles/uploader/material.css +0 -1
- package/styles/uploader/material.scss +1 -6
- package/styles/uploader/material3-dark.css +0 -1
- package/styles/uploader/material3-dark.scss +1 -6
- package/styles/uploader/material3.css +0 -1
- package/styles/uploader/material3.scss +1 -6
- package/styles/uploader/tailwind-dark.css +0 -1
- package/styles/uploader/tailwind-dark.scss +1 -6
- package/styles/uploader/tailwind.css +0 -1
- 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 -11252
- 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
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -64,6 +63,61 @@
|
|
|
64
63
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
65
64
|
}
|
|
66
65
|
|
|
66
|
+
:root {
|
|
67
|
+
--color-sf-black: 0, 0, 0;
|
|
68
|
+
--color-sf-white: 255, 255, 255;
|
|
69
|
+
--color-sf-primary: 208, 188, 255;
|
|
70
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
71
|
+
--color-sf-secondary: 204, 194, 220;
|
|
72
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
73
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
74
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
75
|
+
--color-sf-surface: 28, 27, 31;
|
|
76
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
77
|
+
--color-sf-background: var(--color-sf-surface);
|
|
78
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
79
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
80
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
81
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
82
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
83
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
84
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
85
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
86
|
+
--color-sf-on-background: 230, 225, 229;
|
|
87
|
+
--color-sf-outline: 147, 143, 153;
|
|
88
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
89
|
+
--color-sf-shadow: 0, 0, 0;
|
|
90
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
91
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
92
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
93
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
94
|
+
--color-sf-scrim: 0, 0, 0;
|
|
95
|
+
--color-sf-error: 242, 184, 181;
|
|
96
|
+
--color-sf-error-container: 140, 29, 24;
|
|
97
|
+
--color-sf-on-error: 96, 20, 16;
|
|
98
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
99
|
+
--color-sf-success: 83, 202, 23;
|
|
100
|
+
--color-sf-success-container: 22, 62, 2;
|
|
101
|
+
--color-sf-on-success: 13, 39, 0;
|
|
102
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
103
|
+
--color-sf-info: 71, 172, 251;
|
|
104
|
+
--color-sf-info-container: 0, 67, 120;
|
|
105
|
+
--color-sf-on-info: 0, 51, 91;
|
|
106
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
107
|
+
--color-sf-warning: 245, 180, 130;
|
|
108
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
109
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
110
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
111
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
112
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
113
|
+
--color-sf-success-text: 0, 0, 0;
|
|
114
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
115
|
+
--color-sf-info-text: 0, 0, 0;
|
|
116
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
117
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
118
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
119
|
+
}
|
|
120
|
+
|
|
67
121
|
/* stylelint-disable property-no-vendor-prefix */
|
|
68
122
|
@keyframes e-input-ripple {
|
|
69
123
|
100% {
|
|
@@ -1004,7 +1058,7 @@ label.e-float-text,
|
|
|
1004
1058
|
.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
|
|
1005
1059
|
.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
|
|
1006
1060
|
.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text {
|
|
1007
|
-
top: -
|
|
1061
|
+
top: -7px;
|
|
1008
1062
|
}
|
|
1009
1063
|
|
|
1010
1064
|
.e-float-input.e-small input:focus ~ label.e-float-text,
|
|
@@ -1037,7 +1091,7 @@ label.e-float-text,
|
|
|
1037
1091
|
.e-small .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
|
|
1038
1092
|
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
|
|
1039
1093
|
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text {
|
|
1040
|
-
top: -
|
|
1094
|
+
top: -7px;
|
|
1041
1095
|
}
|
|
1042
1096
|
|
|
1043
1097
|
.e-float-input.e-small.e-bigger input:focus ~ label.e-float-text,
|
|
@@ -1368,6 +1422,26 @@ label.e-float-text,
|
|
|
1368
1422
|
user-select: text;
|
|
1369
1423
|
}
|
|
1370
1424
|
|
|
1425
|
+
.e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
1426
|
+
left: -34px;
|
|
1427
|
+
width: auto;
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
.e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
1431
|
+
right: -34px;
|
|
1432
|
+
width: auto;
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
.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 {
|
|
1436
|
+
left: -40px;
|
|
1437
|
+
width: auto;
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
.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 {
|
|
1441
|
+
right: -40px;
|
|
1442
|
+
width: auto;
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1371
1445
|
label.e-float-text,
|
|
1372
1446
|
.e-float-input label.e-float-text,
|
|
1373
1447
|
.e-float-input.e-control-wrapper label.e-float-text,
|
|
@@ -2167,6 +2241,7 @@ input.e-input,
|
|
|
2167
2241
|
}
|
|
2168
2242
|
|
|
2169
2243
|
input.e-input.e-bigger,
|
|
2244
|
+
.e-bigger input.e-input,
|
|
2170
2245
|
.e-input-group.e-bigger input,
|
|
2171
2246
|
.e-input-group.e-bigger input.e-input,
|
|
2172
2247
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -3245,7 +3320,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3245
3320
|
.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
|
|
3246
3321
|
border: 1px solid;
|
|
3247
3322
|
border-width: 0 0 1px 0;
|
|
3248
|
-
margin-left:
|
|
3323
|
+
margin-left: 8px;
|
|
3249
3324
|
}
|
|
3250
3325
|
|
|
3251
3326
|
.e-rtl .e-float-input.e-float-icon-left .e-input-in-wrap,
|
|
@@ -3256,7 +3331,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3256
3331
|
.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
|
|
3257
3332
|
.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
|
|
3258
3333
|
margin-left: 0;
|
|
3259
|
-
margin-right:
|
|
3334
|
+
margin-right: 8px;
|
|
3260
3335
|
}
|
|
3261
3336
|
|
|
3262
3337
|
.e-float-input input.e-input,
|
|
@@ -4163,6 +4238,14 @@ textarea.e-outline.e-input,
|
|
|
4163
4238
|
border-top-color: transparent;
|
|
4164
4239
|
}
|
|
4165
4240
|
|
|
4241
|
+
.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),
|
|
4242
|
+
.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),
|
|
4243
|
+
.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),
|
|
4244
|
+
.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),
|
|
4245
|
+
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
|
|
4246
|
+
border-top-color: transparent;
|
|
4247
|
+
}
|
|
4248
|
+
|
|
4166
4249
|
.e-outline.e-input-group,
|
|
4167
4250
|
.e-outline .e-input-group,
|
|
4168
4251
|
.e-outline .e-input-group.e-control-wrapper,
|
|
@@ -4291,20 +4374,12 @@ textarea.e-outline.e-input,
|
|
|
4291
4374
|
.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),
|
|
4292
4375
|
.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),
|
|
4293
4376
|
.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),
|
|
4294
|
-
.e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4295
|
-
.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),
|
|
4296
|
-
.e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4297
|
-
.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),
|
|
4298
4377
|
.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),
|
|
4299
4378
|
.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),
|
|
4300
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
|
|
4301
|
-
.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),
|
|
4302
4379
|
.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4303
4380
|
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4304
4381
|
.e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4305
|
-
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled)
|
|
4306
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4307
|
-
.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) {
|
|
4382
|
+
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
|
|
4308
4383
|
border-color: rgba(var(--color-sf-primary));
|
|
4309
4384
|
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));
|
|
4310
4385
|
}
|
|
@@ -4318,11 +4393,27 @@ textarea.e-outline.e-input,
|
|
|
4318
4393
|
margin-left: 0;
|
|
4319
4394
|
}
|
|
4320
4395
|
|
|
4396
|
+
.e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
4397
|
+
.e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
|
|
4398
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
4399
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
|
|
4400
|
+
margin-right: 0;
|
|
4401
|
+
}
|
|
4402
|
+
|
|
4321
4403
|
.e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
4322
4404
|
.e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
4323
4405
|
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
4324
4406
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
4325
|
-
margin:
|
|
4407
|
+
margin-left: 4px;
|
|
4408
|
+
margin-right: 0;
|
|
4409
|
+
}
|
|
4410
|
+
|
|
4411
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
4412
|
+
.e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
4413
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
4414
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
4415
|
+
margin-right: 4px;
|
|
4416
|
+
margin-left: 0;
|
|
4326
4417
|
}
|
|
4327
4418
|
|
|
4328
4419
|
.e-outline.e-float-input .e-clear-icon,
|
|
@@ -4677,6 +4768,14 @@ textarea.e-input.e-small.e-outline,
|
|
|
4677
4768
|
margin-right: 10px;
|
|
4678
4769
|
}
|
|
4679
4770
|
|
|
4771
|
+
.e-outline.e-input-group.e-prepend.e-small .e-input-group-icon,
|
|
4772
|
+
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon,
|
|
4773
|
+
.e-small .e-outline.e-input-group.e-prepend .e-input-group-icon,
|
|
4774
|
+
.e-small .e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon {
|
|
4775
|
+
margin-left: 10px;
|
|
4776
|
+
margin-right: 0;
|
|
4777
|
+
}
|
|
4778
|
+
|
|
4680
4779
|
.e-outline.e-input-group.e-small .e-clear-icon,
|
|
4681
4780
|
.e-outline.e-input-group .e-clear-icon.e-small,
|
|
4682
4781
|
.e-small .e-outline.e-input-group .e-clear-icon,
|
|
@@ -4729,6 +4828,22 @@ textarea.e-input.e-small.e-outline,
|
|
|
4729
4828
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
4730
4829
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
4731
4830
|
.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
4831
|
+
margin-left: 8px;
|
|
4832
|
+
margin-right: 0;
|
|
4833
|
+
}
|
|
4834
|
+
|
|
4835
|
+
.e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
4836
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
4837
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
4838
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
4839
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
4840
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
4841
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
4842
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
4843
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
4844
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
4845
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
4846
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
4732
4847
|
margin-left: 0;
|
|
4733
4848
|
margin-right: 8px;
|
|
4734
4849
|
}
|
|
@@ -4742,6 +4857,15 @@ textarea.e-input.e-small.e-outline,
|
|
|
4742
4857
|
margin: 15px 16px 15px 0;
|
|
4743
4858
|
}
|
|
4744
4859
|
|
|
4860
|
+
.e-outline.e-input-group.e-prepend.e-bigger .e-input-group-icon,
|
|
4861
|
+
.e-outline.e-input-group.e-prepend .e-input-group-icon.e-bigger,
|
|
4862
|
+
.e-bigger .e-outline.e-input-group.e-prepend .e-input-group-icon,
|
|
4863
|
+
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-bigger .e-input-group-icon,
|
|
4864
|
+
.e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon.e-bigger,
|
|
4865
|
+
.e-bigger .e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon {
|
|
4866
|
+
margin: 15px 0 15px 16px;
|
|
4867
|
+
}
|
|
4868
|
+
|
|
4745
4869
|
input.e-input.e-bigger.e-outline,
|
|
4746
4870
|
.e-bigger input.e-input.e-outline,
|
|
4747
4871
|
.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) input.e-input,
|
|
@@ -4932,6 +5056,15 @@ textarea.e-input.e-bigger.e-small.e-outline,
|
|
|
4932
5056
|
margin: 9px 12px 9px 0;
|
|
4933
5057
|
}
|
|
4934
5058
|
|
|
5059
|
+
.e-outline.e-input-group.e-prepend.e-small.e-bigger .e-input-group-icon,
|
|
5060
|
+
.e-outline.e-input-group.e-prepend.e-small .e-input-group-icon.e-bigger,
|
|
5061
|
+
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
5062
|
+
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
5063
|
+
.e-bigger .e-outline.e-input-group.e-prepend.e-small .e-input-group-icon,
|
|
5064
|
+
.e-bigger .e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon {
|
|
5065
|
+
margin: 9px 0 9px 12px;
|
|
5066
|
+
}
|
|
5067
|
+
|
|
4935
5068
|
.e-outline.e-float-input.e-input-group.e-small .e-input-group-icon,
|
|
4936
5069
|
.e-small .e-outline.e-float-input.e-input-group .e-input-group-icon,
|
|
4937
5070
|
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
|
|
@@ -5097,7 +5230,7 @@ textarea.e-input.e-bigger.e-small.e-outline,
|
|
|
5097
5230
|
.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid) ~ label.e-float-text,
|
|
5098
5231
|
.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,
|
|
5099
5232
|
.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 {
|
|
5100
|
-
line-height:
|
|
5233
|
+
line-height: 54px;
|
|
5101
5234
|
}
|
|
5102
5235
|
|
|
5103
5236
|
.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -5212,6 +5345,15 @@ textarea.e-input.e-bigger.e-small.e-outline,
|
|
|
5212
5345
|
transition: border-color 0.1s, box-shadow 0.2s;
|
|
5213
5346
|
}
|
|
5214
5347
|
|
|
5348
|
+
.e-outline.e-float-icon-left label.e-float-text::before,
|
|
5349
|
+
.e-outline.e-float-icon-left label.e-float-text::after,
|
|
5350
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
|
|
5351
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
|
|
5352
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
|
|
5353
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
|
|
5354
|
+
transition: none;
|
|
5355
|
+
}
|
|
5356
|
+
|
|
5215
5357
|
.e-bigger.e-outline label.e-float-text::before,
|
|
5216
5358
|
.e-bigger.e-outline label.e-float-text::after,
|
|
5217
5359
|
.e-bigger.e-outline.e-float-input label.e-float-text::before,
|
|
@@ -12365,6 +12507,61 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12365
12507
|
}
|
|
12366
12508
|
|
|
12367
12509
|
/* stylelint-disable-line no-empty-source */
|
|
12510
|
+
:root {
|
|
12511
|
+
--color-sf-black: 0, 0, 0;
|
|
12512
|
+
--color-sf-white: 255, 255, 255;
|
|
12513
|
+
--color-sf-primary: 208, 188, 255;
|
|
12514
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
12515
|
+
--color-sf-secondary: 204, 194, 220;
|
|
12516
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
12517
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
12518
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
12519
|
+
--color-sf-surface: 28, 27, 31;
|
|
12520
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
12521
|
+
--color-sf-background: var(--color-sf-surface);
|
|
12522
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
12523
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
12524
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
12525
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
12526
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
12527
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
12528
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
12529
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
12530
|
+
--color-sf-on-background: 230, 225, 229;
|
|
12531
|
+
--color-sf-outline: 147, 143, 153;
|
|
12532
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
12533
|
+
--color-sf-shadow: 0, 0, 0;
|
|
12534
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
12535
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
12536
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
12537
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
12538
|
+
--color-sf-scrim: 0, 0, 0;
|
|
12539
|
+
--color-sf-error: 242, 184, 181;
|
|
12540
|
+
--color-sf-error-container: 140, 29, 24;
|
|
12541
|
+
--color-sf-on-error: 96, 20, 16;
|
|
12542
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
12543
|
+
--color-sf-success: 83, 202, 23;
|
|
12544
|
+
--color-sf-success-container: 22, 62, 2;
|
|
12545
|
+
--color-sf-on-success: 13, 39, 0;
|
|
12546
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
12547
|
+
--color-sf-info: 71, 172, 251;
|
|
12548
|
+
--color-sf-info-container: 0, 67, 120;
|
|
12549
|
+
--color-sf-on-info: 0, 51, 91;
|
|
12550
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
12551
|
+
--color-sf-warning: 245, 180, 130;
|
|
12552
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
12553
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
12554
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
12555
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
12556
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
12557
|
+
--color-sf-success-text: 0, 0, 0;
|
|
12558
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
12559
|
+
--color-sf-info-text: 0, 0, 0;
|
|
12560
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
12561
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
12562
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
12563
|
+
}
|
|
12564
|
+
|
|
12368
12565
|
/* stylelint-disable property-no-vendor-prefix */
|
|
12369
12566
|
@keyframes e-input-ripple {
|
|
12370
12567
|
100% {
|
|
@@ -12428,6 +12625,61 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12428
12625
|
font-size: 18px;
|
|
12429
12626
|
}
|
|
12430
12627
|
|
|
12628
|
+
:root {
|
|
12629
|
+
--color-sf-black: 0, 0, 0;
|
|
12630
|
+
--color-sf-white: 255, 255, 255;
|
|
12631
|
+
--color-sf-primary: 208, 188, 255;
|
|
12632
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
12633
|
+
--color-sf-secondary: 204, 194, 220;
|
|
12634
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
12635
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
12636
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
12637
|
+
--color-sf-surface: 28, 27, 31;
|
|
12638
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
12639
|
+
--color-sf-background: var(--color-sf-surface);
|
|
12640
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
12641
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
12642
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
12643
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
12644
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
12645
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
12646
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
12647
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
12648
|
+
--color-sf-on-background: 230, 225, 229;
|
|
12649
|
+
--color-sf-outline: 147, 143, 153;
|
|
12650
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
12651
|
+
--color-sf-shadow: 0, 0, 0;
|
|
12652
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
12653
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
12654
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
12655
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
12656
|
+
--color-sf-scrim: 0, 0, 0;
|
|
12657
|
+
--color-sf-error: 242, 184, 181;
|
|
12658
|
+
--color-sf-error-container: 140, 29, 24;
|
|
12659
|
+
--color-sf-on-error: 96, 20, 16;
|
|
12660
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
12661
|
+
--color-sf-success: 83, 202, 23;
|
|
12662
|
+
--color-sf-success-container: 22, 62, 2;
|
|
12663
|
+
--color-sf-on-success: 13, 39, 0;
|
|
12664
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
12665
|
+
--color-sf-info: 71, 172, 251;
|
|
12666
|
+
--color-sf-info-container: 0, 67, 120;
|
|
12667
|
+
--color-sf-on-info: 0, 51, 91;
|
|
12668
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
12669
|
+
--color-sf-warning: 245, 180, 130;
|
|
12670
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
12671
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
12672
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
12673
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
12674
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
12675
|
+
--color-sf-success-text: 0, 0, 0;
|
|
12676
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
12677
|
+
--color-sf-info-text: 0, 0, 0;
|
|
12678
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
12679
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
12680
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
12681
|
+
}
|
|
12682
|
+
|
|
12431
12683
|
/* stylelint-disable property-no-vendor-prefix */
|
|
12432
12684
|
@keyframes e-input-ripple {
|
|
12433
12685
|
100% {
|
|
@@ -12477,6 +12729,61 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12477
12729
|
color: rgba(var(--color-sf-error));
|
|
12478
12730
|
}
|
|
12479
12731
|
|
|
12732
|
+
:root {
|
|
12733
|
+
--color-sf-black: 0, 0, 0;
|
|
12734
|
+
--color-sf-white: 255, 255, 255;
|
|
12735
|
+
--color-sf-primary: 208, 188, 255;
|
|
12736
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
12737
|
+
--color-sf-secondary: 204, 194, 220;
|
|
12738
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
12739
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
12740
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
12741
|
+
--color-sf-surface: 28, 27, 31;
|
|
12742
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
12743
|
+
--color-sf-background: var(--color-sf-surface);
|
|
12744
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
12745
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
12746
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
12747
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
12748
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
12749
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
12750
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
12751
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
12752
|
+
--color-sf-on-background: 230, 225, 229;
|
|
12753
|
+
--color-sf-outline: 147, 143, 153;
|
|
12754
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
12755
|
+
--color-sf-shadow: 0, 0, 0;
|
|
12756
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
12757
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
12758
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
12759
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
12760
|
+
--color-sf-scrim: 0, 0, 0;
|
|
12761
|
+
--color-sf-error: 242, 184, 181;
|
|
12762
|
+
--color-sf-error-container: 140, 29, 24;
|
|
12763
|
+
--color-sf-on-error: 96, 20, 16;
|
|
12764
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
12765
|
+
--color-sf-success: 83, 202, 23;
|
|
12766
|
+
--color-sf-success-container: 22, 62, 2;
|
|
12767
|
+
--color-sf-on-success: 13, 39, 0;
|
|
12768
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
12769
|
+
--color-sf-info: 71, 172, 251;
|
|
12770
|
+
--color-sf-info-container: 0, 67, 120;
|
|
12771
|
+
--color-sf-on-info: 0, 51, 91;
|
|
12772
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
12773
|
+
--color-sf-warning: 245, 180, 130;
|
|
12774
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
12775
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
12776
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
12777
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
12778
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
12779
|
+
--color-sf-success-text: 0, 0, 0;
|
|
12780
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
12781
|
+
--color-sf-info-text: 0, 0, 0;
|
|
12782
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
12783
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
12784
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
12785
|
+
}
|
|
12786
|
+
|
|
12480
12787
|
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
12481
12788
|
/* stylelint-disable property-no-vendor-prefix */
|
|
12482
12789
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
@@ -13186,6 +13493,61 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13186
13493
|
.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
|
|
13187
13494
|
border-color: rgba(var(--color-sf-primary));
|
|
13188
13495
|
}
|
|
13496
|
+
:root {
|
|
13497
|
+
--color-sf-black: 0, 0, 0;
|
|
13498
|
+
--color-sf-white: 255, 255, 255;
|
|
13499
|
+
--color-sf-primary: 208, 188, 255;
|
|
13500
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
13501
|
+
--color-sf-secondary: 204, 194, 220;
|
|
13502
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
13503
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
13504
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
13505
|
+
--color-sf-surface: 28, 27, 31;
|
|
13506
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
13507
|
+
--color-sf-background: var(--color-sf-surface);
|
|
13508
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
13509
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
13510
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
13511
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
13512
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
13513
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
13514
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
13515
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
13516
|
+
--color-sf-on-background: 230, 225, 229;
|
|
13517
|
+
--color-sf-outline: 147, 143, 153;
|
|
13518
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
13519
|
+
--color-sf-shadow: 0, 0, 0;
|
|
13520
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
13521
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
13522
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
13523
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
13524
|
+
--color-sf-scrim: 0, 0, 0;
|
|
13525
|
+
--color-sf-error: 242, 184, 181;
|
|
13526
|
+
--color-sf-error-container: 140, 29, 24;
|
|
13527
|
+
--color-sf-on-error: 96, 20, 16;
|
|
13528
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
13529
|
+
--color-sf-success: 83, 202, 23;
|
|
13530
|
+
--color-sf-success-container: 22, 62, 2;
|
|
13531
|
+
--color-sf-on-success: 13, 39, 0;
|
|
13532
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
13533
|
+
--color-sf-info: 71, 172, 251;
|
|
13534
|
+
--color-sf-info-container: 0, 67, 120;
|
|
13535
|
+
--color-sf-on-info: 0, 51, 91;
|
|
13536
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
13537
|
+
--color-sf-warning: 245, 180, 130;
|
|
13538
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
13539
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
13540
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
13541
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
13542
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
13543
|
+
--color-sf-success-text: 0, 0, 0;
|
|
13544
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
13545
|
+
--color-sf-info-text: 0, 0, 0;
|
|
13546
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
13547
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
13548
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
13549
|
+
}
|
|
13550
|
+
|
|
13189
13551
|
/* stylelint-disable property-no-vendor-prefix */
|
|
13190
13552
|
@keyframes e-input-ripple {
|
|
13191
13553
|
100% {
|
|
@@ -13202,6 +13564,61 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13202
13564
|
}
|
|
13203
13565
|
}
|
|
13204
13566
|
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
13567
|
+
:root {
|
|
13568
|
+
--color-sf-black: 0, 0, 0;
|
|
13569
|
+
--color-sf-white: 255, 255, 255;
|
|
13570
|
+
--color-sf-primary: 208, 188, 255;
|
|
13571
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
13572
|
+
--color-sf-secondary: 204, 194, 220;
|
|
13573
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
13574
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
13575
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
13576
|
+
--color-sf-surface: 28, 27, 31;
|
|
13577
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
13578
|
+
--color-sf-background: var(--color-sf-surface);
|
|
13579
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
13580
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
13581
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
13582
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
13583
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
13584
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
13585
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
13586
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
13587
|
+
--color-sf-on-background: 230, 225, 229;
|
|
13588
|
+
--color-sf-outline: 147, 143, 153;
|
|
13589
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
13590
|
+
--color-sf-shadow: 0, 0, 0;
|
|
13591
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
13592
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
13593
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
13594
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
13595
|
+
--color-sf-scrim: 0, 0, 0;
|
|
13596
|
+
--color-sf-error: 242, 184, 181;
|
|
13597
|
+
--color-sf-error-container: 140, 29, 24;
|
|
13598
|
+
--color-sf-on-error: 96, 20, 16;
|
|
13599
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
13600
|
+
--color-sf-success: 83, 202, 23;
|
|
13601
|
+
--color-sf-success-container: 22, 62, 2;
|
|
13602
|
+
--color-sf-on-success: 13, 39, 0;
|
|
13603
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
13604
|
+
--color-sf-info: 71, 172, 251;
|
|
13605
|
+
--color-sf-info-container: 0, 67, 120;
|
|
13606
|
+
--color-sf-on-info: 0, 51, 91;
|
|
13607
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
13608
|
+
--color-sf-warning: 245, 180, 130;
|
|
13609
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
13610
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
13611
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
13612
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
13613
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
13614
|
+
--color-sf-success-text: 0, 0, 0;
|
|
13615
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
13616
|
+
--color-sf-info-text: 0, 0, 0;
|
|
13617
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
13618
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
13619
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
13620
|
+
}
|
|
13621
|
+
|
|
13205
13622
|
/* stylelint-disable property-no-vendor-prefix */
|
|
13206
13623
|
@keyframes material-spinner-rotate {
|
|
13207
13624
|
0% {
|
|
@@ -14008,6 +14425,61 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
14008
14425
|
box-shadow: 0 0 0 transparent;
|
|
14009
14426
|
}
|
|
14010
14427
|
|
|
14428
|
+
:root {
|
|
14429
|
+
--color-sf-black: 0, 0, 0;
|
|
14430
|
+
--color-sf-white: 255, 255, 255;
|
|
14431
|
+
--color-sf-primary: 208, 188, 255;
|
|
14432
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
14433
|
+
--color-sf-secondary: 204, 194, 220;
|
|
14434
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
14435
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
14436
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
14437
|
+
--color-sf-surface: 28, 27, 31;
|
|
14438
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
14439
|
+
--color-sf-background: var(--color-sf-surface);
|
|
14440
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
14441
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
14442
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
14443
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
14444
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
14445
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
14446
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
14447
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
14448
|
+
--color-sf-on-background: 230, 225, 229;
|
|
14449
|
+
--color-sf-outline: 147, 143, 153;
|
|
14450
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
14451
|
+
--color-sf-shadow: 0, 0, 0;
|
|
14452
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
14453
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
14454
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
14455
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
14456
|
+
--color-sf-scrim: 0, 0, 0;
|
|
14457
|
+
--color-sf-error: 242, 184, 181;
|
|
14458
|
+
--color-sf-error-container: 140, 29, 24;
|
|
14459
|
+
--color-sf-on-error: 96, 20, 16;
|
|
14460
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
14461
|
+
--color-sf-success: 83, 202, 23;
|
|
14462
|
+
--color-sf-success-container: 22, 62, 2;
|
|
14463
|
+
--color-sf-on-success: 13, 39, 0;
|
|
14464
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
14465
|
+
--color-sf-info: 71, 172, 251;
|
|
14466
|
+
--color-sf-info-container: 0, 67, 120;
|
|
14467
|
+
--color-sf-on-info: 0, 51, 91;
|
|
14468
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
14469
|
+
--color-sf-warning: 245, 180, 130;
|
|
14470
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
14471
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
14472
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
14473
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
14474
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
14475
|
+
--color-sf-success-text: 0, 0, 0;
|
|
14476
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
14477
|
+
--color-sf-info-text: 0, 0, 0;
|
|
14478
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
14479
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
14480
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
14481
|
+
}
|
|
14482
|
+
|
|
14011
14483
|
/* stylelint-disable-line no-empty-source */
|
|
14012
14484
|
/* stylelint-disable property-no-vendor-prefix */
|
|
14013
14485
|
@keyframes e-input-ripple {
|
|
@@ -14833,6 +15305,61 @@ body.e-colorpicker-overflow {
|
|
|
14833
15305
|
border-color: rgba(var(--color-sf-white));
|
|
14834
15306
|
}
|
|
14835
15307
|
|
|
15308
|
+
:root {
|
|
15309
|
+
--color-sf-black: 0, 0, 0;
|
|
15310
|
+
--color-sf-white: 255, 255, 255;
|
|
15311
|
+
--color-sf-primary: 208, 188, 255;
|
|
15312
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
15313
|
+
--color-sf-secondary: 204, 194, 220;
|
|
15314
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
15315
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
15316
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
15317
|
+
--color-sf-surface: 28, 27, 31;
|
|
15318
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
15319
|
+
--color-sf-background: var(--color-sf-surface);
|
|
15320
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
15321
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
15322
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
15323
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
15324
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
15325
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
15326
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
15327
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
15328
|
+
--color-sf-on-background: 230, 225, 229;
|
|
15329
|
+
--color-sf-outline: 147, 143, 153;
|
|
15330
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
15331
|
+
--color-sf-shadow: 0, 0, 0;
|
|
15332
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
15333
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
15334
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
15335
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
15336
|
+
--color-sf-scrim: 0, 0, 0;
|
|
15337
|
+
--color-sf-error: 242, 184, 181;
|
|
15338
|
+
--color-sf-error-container: 140, 29, 24;
|
|
15339
|
+
--color-sf-on-error: 96, 20, 16;
|
|
15340
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
15341
|
+
--color-sf-success: 83, 202, 23;
|
|
15342
|
+
--color-sf-success-container: 22, 62, 2;
|
|
15343
|
+
--color-sf-on-success: 13, 39, 0;
|
|
15344
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
15345
|
+
--color-sf-info: 71, 172, 251;
|
|
15346
|
+
--color-sf-info-container: 0, 67, 120;
|
|
15347
|
+
--color-sf-on-info: 0, 51, 91;
|
|
15348
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
15349
|
+
--color-sf-warning: 245, 180, 130;
|
|
15350
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
15351
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
15352
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
15353
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
15354
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
15355
|
+
--color-sf-success-text: 0, 0, 0;
|
|
15356
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
15357
|
+
--color-sf-info-text: 0, 0, 0;
|
|
15358
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
15359
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
15360
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
15361
|
+
}
|
|
15362
|
+
|
|
14836
15363
|
.e-rating-container {
|
|
14837
15364
|
display: -ms-inline-flexbox;
|
|
14838
15365
|
display: inline-flex;
|
|
@@ -14867,7 +15394,6 @@ body.e-colorpicker-overflow {
|
|
|
14867
15394
|
cursor: pointer;
|
|
14868
15395
|
font-size: 20px;
|
|
14869
15396
|
padding: 4px;
|
|
14870
|
-
line-height: 13px;
|
|
14871
15397
|
display: block;
|
|
14872
15398
|
min-width: calc(1em + 8px);
|
|
14873
15399
|
min-height: calc(1em + 8px);
|
|
@@ -14965,7 +15491,6 @@ body.e-colorpicker-overflow {
|
|
|
14965
15491
|
.e-small.e-rating-container .e-rating-item-container,
|
|
14966
15492
|
.e-small .e-rating-container .e-rating-item-container {
|
|
14967
15493
|
font-size: 16px;
|
|
14968
|
-
line-height: 9px;
|
|
14969
15494
|
}
|
|
14970
15495
|
.e-small.e-rating-container .e-rating-label,
|
|
14971
15496
|
.e-small .e-rating-container .e-rating-label {
|
|
@@ -14980,7 +15505,6 @@ body.e-colorpicker-overflow {
|
|
|
14980
15505
|
.e-bigger.e-rating-container .e-rating-item-container,
|
|
14981
15506
|
.e-bigger .e-rating-container .e-rating-item-container {
|
|
14982
15507
|
font-size: 28px;
|
|
14983
|
-
line-height: 21px;
|
|
14984
15508
|
}
|
|
14985
15509
|
.e-bigger.e-rating-container .e-rating-label,
|
|
14986
15510
|
.e-bigger .e-rating-container .e-rating-label {
|
|
@@ -14997,7 +15521,6 @@ body.e-colorpicker-overflow {
|
|
|
14997
15521
|
.e-bigger .e-small.e-rating-container .e-rating-item-container,
|
|
14998
15522
|
.e-small .e-bigger.e-rating-container .e-rating-item-container {
|
|
14999
15523
|
font-size: 24px;
|
|
15000
|
-
line-height: 17px;
|
|
15001
15524
|
}
|
|
15002
15525
|
.e-bigger.e-small.e-rating-container .e-rating-label,
|
|
15003
15526
|
.e-bigger.e-small .e-rating-container .e-rating-label,
|
|
@@ -15061,7 +15584,7 @@ body.e-colorpicker-overflow {
|
|
|
15061
15584
|
/* stylelint-disable property-no-vendor-prefix */
|
|
15062
15585
|
-webkit-background-clip: text;
|
|
15063
15586
|
/* stylelint-enable property-no-vendor-prefix */
|
|
15064
|
-
-webkit-text-stroke: 1px rgba(var(--color-sf-primary))
|
|
15587
|
+
-webkit-text-stroke: 1px rgba(var(--color-sf-primary));
|
|
15065
15588
|
}
|
|
15066
15589
|
.e-rating-container.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
15067
15590
|
background: linear-gradient(to left, rgba(var(--color-sf-primary)) var(--rating-value), transparent var(--rating-value));
|