@salutejs/plasma-new-hope 0.345.0-canary.2423.20988873450.0 → 0.345.0-canary.2423.20994461674.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/cjs/components/TextArea/variations/_read-only/base.js +1 -1
- package/dist/css/cjs/components/TextArea/variations/_read-only/base.js.map +1 -1
- package/dist/css/cjs/components/TextArea/variations/_read-only/base_3zc8u3.css +1 -0
- package/dist/css/cjs/index.css +1 -1
- package/dist/css/es/components/TextArea/variations/_read-only/base.js +1 -1
- package/dist/css/es/components/TextArea/variations/_read-only/base.js.map +1 -1
- package/dist/css/es/components/TextArea/variations/_read-only/base_3zc8u3.css +1 -0
- package/dist/css/es/index.css +1 -1
- package/dist/emotion/cjs/components/TextArea/variations/_read-only/base.js +1 -1
- package/dist/emotion/cjs/examples/components/Combobox/Combobox.js +15 -0
- package/dist/emotion/es/components/TextArea/variations/_read-only/base.js +1 -1
- package/dist/styled-components/cjs/components/TextArea/variations/_read-only/base.js +1 -1
- package/dist/styled-components/es/components/TextArea/variations/_read-only/base.js +1 -1
- package/package.json +6 -6
- package/dist/css/cjs/components/TextArea/variations/_read-only/base_l5o3oz.css +0 -1
- package/dist/css/es/components/TextArea/variations/_read-only/base_l5o3oz.css +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.js","sources":["../../../../../../../src/components/TextArea/variations/_read-only/base.ts"],"sourcesContent":["import { css } from '@linaria/core';\n\nimport {\n StyledContainer,\n StyledContent,\n StyledHelpers,\n StyledTextArea,\n StyledTextAreaWrapper,\n} from '../../TextArea.styles';\nimport { classes, tokens } from '../../TextArea.tokens';\n\nexport const base = css`\n &[readonly] {\n ${StyledTextArea} {\n color: var(${tokens.inputColorReadOnly});\n }\n\n ${StyledContent} {\n opacity: var(${tokens.contentSlotRightOpacityReadOnly});\n\n &:hover {\n color: var(${tokens.rightContentColor});\n }\n\n &:active {\n color: var(${tokens.rightContentColor});\n }\n }\n\n &.${classes.clear} {\n ${StyledTextAreaWrapper} {\n &:before {\n background-color: var(${tokens.
|
|
1
|
+
{"version":3,"file":"base.js","sources":["../../../../../../../src/components/TextArea/variations/_read-only/base.ts"],"sourcesContent":["import { css } from '@linaria/core';\n\nimport {\n StyledContainer,\n StyledContent,\n StyledHelpers,\n StyledTextArea,\n StyledTextAreaWrapper,\n} from '../../TextArea.styles';\nimport { classes, tokens } from '../../TextArea.tokens';\n\nexport const base = css`\n &[readonly] {\n ${StyledTextArea} {\n color: var(${tokens.inputColorReadOnly});\n }\n\n ${StyledContent} {\n opacity: var(${tokens.contentSlotRightOpacityReadOnly});\n\n &:hover {\n color: var(${tokens.rightContentColor});\n }\n\n &:active {\n color: var(${tokens.rightContentColor});\n }\n }\n\n &.${classes.clear} {\n ${StyledTextAreaWrapper} {\n &:before {\n background-color: var(${tokens.dividerColor});\n }\n }\n }\n\n :not(&.${classes.clear}) {\n ${StyledTextAreaWrapper}, ${StyledHelpers} {\n background: transparent;\n }\n\n ${StyledTextAreaWrapper} {\n position: relative;\n box-shadow: none;\n\n :before {\n position: absolute;\n content: '';\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n box-shadow: inset 0 0 0 var(${tokens.borderSize}, 1px) var(${tokens.borderColorReadOnly});\n border-radius: var(${tokens.borderRadius});\n z-index: -1;\n }\n }\n\n ${StyledContainer} {\n background: transparent;\n position: relative;\n\n :before {\n position: absolute;\n content: '';\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background: var(${tokens.backgroundColorReadOnly});\n border-radius: var(${tokens.borderRadius});\n opacity: var(${tokens.readOnlyOpacity});\n\n z-index: -1;\n }\n\n :hover {\n background: transparent;\n }\n }\n }\n }\n`;\n"],"names":["base"],"mappings":";;;;AAWO,IAAMA,IAAI,GAwEhB;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.b1xxdrt2[readonly] .s7jal92{color:var(--plasma-textarea-input-color-read-only);}.b1xxdrt2[readonly] .salwx57{opacity:var(--plasma-textarea-right-content-opacity-readonly);}.b1xxdrt2[readonly] .salwx57:hover{color:var(--plasma-textarea-right-content-color);}.b1xxdrt2[readonly] .salwx57:active{color:var(--plasma-textarea-right-content-color);}.b1xxdrt2[readonly].textarea-clear .s3wsw3p:before{background-color:var(--plasma-textarea-divider-color);}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .s3wsw3p,.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .s14zw9ik{background:transparent;}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .s3wsw3p{position:relative;box-shadow:none;}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .s3wsw3p:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-border-color-readonly);border-radius:var(--plasma-textarea-border-radius);z-index:-1;}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .suev9vb{background:transparent;position:relative;}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .suev9vb:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background:var(--plasma-textarea-background-color-read-only);border-radius:var(--plasma-textarea-border-radius);opacity:var(--plasma-textarea-read-only-opacity);z-index:-1;}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .suev9vb:hover{background:transparent;}
|
package/dist/css/cjs/index.css
CHANGED
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
|
|
171
171
|
.base_15qflyx_bp4bcu4__07fe23eb{--plasma-tour__border-radius:var(--plasma-textarea-border-radius);}.base_15qflyx_bp4bcu4__07fe23eb.base_15qflyx_textareaHasHint__07fe23eb.base_15qflyx_textareaClear__07fe23eb .base_15qflyx_s1h2xvub__07fe23eb.base_15qflyx_labelPlacementInner__07fe23eb.base_15qflyx_requiredAlignRight__07fe23eb{inset:var(--plasma-textarea__clear-indicator-hint-placement-inner-right);}
|
|
172
172
|
|
|
173
|
-
.
|
|
173
|
+
.base_3zc8u3_b1xxdrt2__16b32419[readonly] .base_3zc8u3_s7jal92__16b32419{color:var(--plasma-textarea-input-color-read-only);}.base_3zc8u3_b1xxdrt2__16b32419[readonly] .base_3zc8u3_salwx57__16b32419{opacity:var(--plasma-textarea-right-content-opacity-readonly);}.base_3zc8u3_b1xxdrt2__16b32419[readonly] .base_3zc8u3_salwx57__16b32419:hover{color:var(--plasma-textarea-right-content-color);}.base_3zc8u3_b1xxdrt2__16b32419[readonly] .base_3zc8u3_salwx57__16b32419:active{color:var(--plasma-textarea-right-content-color);}.base_3zc8u3_b1xxdrt2__16b32419[readonly].base_3zc8u3_textareaClear__16b32419 .base_3zc8u3_s3wsw3p__16b32419:before{background-color:var(--plasma-textarea-divider-color);}.base_3zc8u3_b1xxdrt2__16b32419[readonly]:not(.base_3zc8u3_b1xxdrt2__16b32419[readonly].base_3zc8u3_textareaClear__16b32419) .base_3zc8u3_s3wsw3p__16b32419,.base_3zc8u3_b1xxdrt2__16b32419[readonly]:not(.base_3zc8u3_b1xxdrt2__16b32419[readonly].base_3zc8u3_textareaClear__16b32419) .base_3zc8u3_s14zw9ik__16b32419{background:transparent;}.base_3zc8u3_b1xxdrt2__16b32419[readonly]:not(.base_3zc8u3_b1xxdrt2__16b32419[readonly].base_3zc8u3_textareaClear__16b32419) .base_3zc8u3_s3wsw3p__16b32419{position:relative;box-shadow:none;}.base_3zc8u3_b1xxdrt2__16b32419[readonly]:not(.base_3zc8u3_b1xxdrt2__16b32419[readonly].base_3zc8u3_textareaClear__16b32419) .base_3zc8u3_s3wsw3p__16b32419:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-border-color-readonly);border-radius:var(--plasma-textarea-border-radius);z-index:-1;}.base_3zc8u3_b1xxdrt2__16b32419[readonly]:not(.base_3zc8u3_b1xxdrt2__16b32419[readonly].base_3zc8u3_textareaClear__16b32419) .base_3zc8u3_suev9vb__16b32419{background:transparent;position:relative;}.base_3zc8u3_b1xxdrt2__16b32419[readonly]:not(.base_3zc8u3_b1xxdrt2__16b32419[readonly].base_3zc8u3_textareaClear__16b32419) .base_3zc8u3_suev9vb__16b32419:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background:var(--plasma-textarea-background-color-read-only);border-radius:var(--plasma-textarea-border-radius);opacity:var(--plasma-textarea-read-only-opacity);z-index:-1;}.base_3zc8u3_b1xxdrt2__16b32419[readonly]:not(.base_3zc8u3_b1xxdrt2__16b32419[readonly].base_3zc8u3_textareaClear__16b32419) .base_3zc8u3_suev9vb__16b32419:hover{background:transparent;}
|
|
174
174
|
|
|
175
175
|
.base_1vc9ple_b1w9g1pa__5890e4a9[disabled]{opacity:var(--plasma-textarea-disabled-opacity);cursor:not-allowed;pointer-events:none;}.base_1vc9ple_b1w9g1pa__5890e4a9[disabled]:hover,.base_1vc9ple_b1w9g1pa__5890e4a9[disabled]:active{-webkit-transform:none;-ms-transform:none;transform:none;}.base_1vc9ple_b1w9g1pa__5890e4a9 .base_1vc9ple_textarea__5890e4a9:disabled{cursor:not-allowed;color:var(--plasma-textarea-input-color-disabled);}
|
|
176
176
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.js","sources":["../../../../../../../src/components/TextArea/variations/_read-only/base.ts"],"sourcesContent":["import { css } from '@linaria/core';\n\nimport {\n StyledContainer,\n StyledContent,\n StyledHelpers,\n StyledTextArea,\n StyledTextAreaWrapper,\n} from '../../TextArea.styles';\nimport { classes, tokens } from '../../TextArea.tokens';\n\nexport const base = css`\n &[readonly] {\n ${StyledTextArea} {\n color: var(${tokens.inputColorReadOnly});\n }\n\n ${StyledContent} {\n opacity: var(${tokens.contentSlotRightOpacityReadOnly});\n\n &:hover {\n color: var(${tokens.rightContentColor});\n }\n\n &:active {\n color: var(${tokens.rightContentColor});\n }\n }\n\n &.${classes.clear} {\n ${StyledTextAreaWrapper} {\n &:before {\n background-color: var(${tokens.
|
|
1
|
+
{"version":3,"file":"base.js","sources":["../../../../../../../src/components/TextArea/variations/_read-only/base.ts"],"sourcesContent":["import { css } from '@linaria/core';\n\nimport {\n StyledContainer,\n StyledContent,\n StyledHelpers,\n StyledTextArea,\n StyledTextAreaWrapper,\n} from '../../TextArea.styles';\nimport { classes, tokens } from '../../TextArea.tokens';\n\nexport const base = css`\n &[readonly] {\n ${StyledTextArea} {\n color: var(${tokens.inputColorReadOnly});\n }\n\n ${StyledContent} {\n opacity: var(${tokens.contentSlotRightOpacityReadOnly});\n\n &:hover {\n color: var(${tokens.rightContentColor});\n }\n\n &:active {\n color: var(${tokens.rightContentColor});\n }\n }\n\n &.${classes.clear} {\n ${StyledTextAreaWrapper} {\n &:before {\n background-color: var(${tokens.dividerColor});\n }\n }\n }\n\n :not(&.${classes.clear}) {\n ${StyledTextAreaWrapper}, ${StyledHelpers} {\n background: transparent;\n }\n\n ${StyledTextAreaWrapper} {\n position: relative;\n box-shadow: none;\n\n :before {\n position: absolute;\n content: '';\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n box-shadow: inset 0 0 0 var(${tokens.borderSize}, 1px) var(${tokens.borderColorReadOnly});\n border-radius: var(${tokens.borderRadius});\n z-index: -1;\n }\n }\n\n ${StyledContainer} {\n background: transparent;\n position: relative;\n\n :before {\n position: absolute;\n content: '';\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background: var(${tokens.backgroundColorReadOnly});\n border-radius: var(${tokens.borderRadius});\n opacity: var(${tokens.readOnlyOpacity});\n\n z-index: -1;\n }\n\n :hover {\n background: transparent;\n }\n }\n }\n }\n`;\n"],"names":["base"],"mappings":"AAWO,IAAMA,IAAI,GAwEhB;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.b1xxdrt2[readonly] .s7jal92{color:var(--plasma-textarea-input-color-read-only);}.b1xxdrt2[readonly] .salwx57{opacity:var(--plasma-textarea-right-content-opacity-readonly);}.b1xxdrt2[readonly] .salwx57:hover{color:var(--plasma-textarea-right-content-color);}.b1xxdrt2[readonly] .salwx57:active{color:var(--plasma-textarea-right-content-color);}.b1xxdrt2[readonly].textarea-clear .s3wsw3p:before{background-color:var(--plasma-textarea-divider-color);}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .s3wsw3p,.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .s14zw9ik{background:transparent;}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .s3wsw3p{position:relative;box-shadow:none;}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .s3wsw3p:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-border-color-readonly);border-radius:var(--plasma-textarea-border-radius);z-index:-1;}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .suev9vb{background:transparent;position:relative;}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .suev9vb:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background:var(--plasma-textarea-background-color-read-only);border-radius:var(--plasma-textarea-border-radius);opacity:var(--plasma-textarea-read-only-opacity);z-index:-1;}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .suev9vb:hover{background:transparent;}
|
package/dist/css/es/index.css
CHANGED
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
|
|
171
171
|
.base_15qflyx_bp4bcu4__07fe23eb{--plasma-tour__border-radius:var(--plasma-textarea-border-radius);}.base_15qflyx_bp4bcu4__07fe23eb.base_15qflyx_textareaHasHint__07fe23eb.base_15qflyx_textareaClear__07fe23eb .base_15qflyx_s1h2xvub__07fe23eb.base_15qflyx_labelPlacementInner__07fe23eb.base_15qflyx_requiredAlignRight__07fe23eb{inset:var(--plasma-textarea__clear-indicator-hint-placement-inner-right);}
|
|
172
172
|
|
|
173
|
-
.
|
|
173
|
+
.base_3zc8u3_b1xxdrt2__16b32419[readonly] .base_3zc8u3_s7jal92__16b32419{color:var(--plasma-textarea-input-color-read-only);}.base_3zc8u3_b1xxdrt2__16b32419[readonly] .base_3zc8u3_salwx57__16b32419{opacity:var(--plasma-textarea-right-content-opacity-readonly);}.base_3zc8u3_b1xxdrt2__16b32419[readonly] .base_3zc8u3_salwx57__16b32419:hover{color:var(--plasma-textarea-right-content-color);}.base_3zc8u3_b1xxdrt2__16b32419[readonly] .base_3zc8u3_salwx57__16b32419:active{color:var(--plasma-textarea-right-content-color);}.base_3zc8u3_b1xxdrt2__16b32419[readonly].base_3zc8u3_textareaClear__16b32419 .base_3zc8u3_s3wsw3p__16b32419:before{background-color:var(--plasma-textarea-divider-color);}.base_3zc8u3_b1xxdrt2__16b32419[readonly]:not(.base_3zc8u3_b1xxdrt2__16b32419[readonly].base_3zc8u3_textareaClear__16b32419) .base_3zc8u3_s3wsw3p__16b32419,.base_3zc8u3_b1xxdrt2__16b32419[readonly]:not(.base_3zc8u3_b1xxdrt2__16b32419[readonly].base_3zc8u3_textareaClear__16b32419) .base_3zc8u3_s14zw9ik__16b32419{background:transparent;}.base_3zc8u3_b1xxdrt2__16b32419[readonly]:not(.base_3zc8u3_b1xxdrt2__16b32419[readonly].base_3zc8u3_textareaClear__16b32419) .base_3zc8u3_s3wsw3p__16b32419{position:relative;box-shadow:none;}.base_3zc8u3_b1xxdrt2__16b32419[readonly]:not(.base_3zc8u3_b1xxdrt2__16b32419[readonly].base_3zc8u3_textareaClear__16b32419) .base_3zc8u3_s3wsw3p__16b32419:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-border-color-readonly);border-radius:var(--plasma-textarea-border-radius);z-index:-1;}.base_3zc8u3_b1xxdrt2__16b32419[readonly]:not(.base_3zc8u3_b1xxdrt2__16b32419[readonly].base_3zc8u3_textareaClear__16b32419) .base_3zc8u3_suev9vb__16b32419{background:transparent;position:relative;}.base_3zc8u3_b1xxdrt2__16b32419[readonly]:not(.base_3zc8u3_b1xxdrt2__16b32419[readonly].base_3zc8u3_textareaClear__16b32419) .base_3zc8u3_suev9vb__16b32419:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background:var(--plasma-textarea-background-color-read-only);border-radius:var(--plasma-textarea-border-radius);opacity:var(--plasma-textarea-read-only-opacity);z-index:-1;}.base_3zc8u3_b1xxdrt2__16b32419[readonly]:not(.base_3zc8u3_b1xxdrt2__16b32419[readonly].base_3zc8u3_textareaClear__16b32419) .base_3zc8u3_suev9vb__16b32419:hover{background:transparent;}
|
|
174
174
|
|
|
175
175
|
.base_1vc9ple_b1w9g1pa__5890e4a9[disabled]{opacity:var(--plasma-textarea-disabled-opacity);cursor:not-allowed;pointer-events:none;}.base_1vc9ple_b1w9g1pa__5890e4a9[disabled]:hover,.base_1vc9ple_b1w9g1pa__5890e4a9[disabled]:active{-webkit-transform:none;-ms-transform:none;transform:none;}.base_1vc9ple_b1w9g1pa__5890e4a9 .base_1vc9ple_textarea__5890e4a9:disabled{cursor:not-allowed;color:var(--plasma-textarea-input-color-disabled);}
|
|
176
176
|
|
|
@@ -11,4 +11,4 @@ Object.defineProperty(exports, "base", {
|
|
|
11
11
|
var _react = require("@emotion/react");
|
|
12
12
|
var _TextAreastyles = require("../../TextArea.styles");
|
|
13
13
|
var _TextAreatokens = require("../../TextArea.tokens");
|
|
14
|
-
var base = (0, /*#__PURE__*/ _react.css)("&[readonly]{", _TextAreastyles.StyledTextArea, "{color:var(", _TextAreatokens.tokens.inputColorReadOnly, ");}", _TextAreastyles.StyledContent, "{opacity:var(", _TextAreatokens.tokens.contentSlotRightOpacityReadOnly, ");&:hover{color:var(", _TextAreatokens.tokens.rightContentColor, ");}&:active{color:var(", _TextAreatokens.tokens.rightContentColor, ");}}&.", _TextAreatokens.classes.clear, "{", _TextAreastyles.StyledTextAreaWrapper, "{&:before{background-color:var(", _TextAreatokens.tokens.
|
|
14
|
+
var base = (0, /*#__PURE__*/ _react.css)("&[readonly]{", _TextAreastyles.StyledTextArea, "{color:var(", _TextAreatokens.tokens.inputColorReadOnly, ");}", _TextAreastyles.StyledContent, "{opacity:var(", _TextAreatokens.tokens.contentSlotRightOpacityReadOnly, ");&:hover{color:var(", _TextAreatokens.tokens.rightContentColor, ");}&:active{color:var(", _TextAreatokens.tokens.rightContentColor, ");}}&.", _TextAreatokens.classes.clear, "{", _TextAreastyles.StyledTextAreaWrapper, "{&:before{background-color:var(", _TextAreatokens.tokens.dividerColor, ");}}}:not(&.", _TextAreatokens.classes.clear, "){", _TextAreastyles.StyledTextAreaWrapper, ",", _TextAreastyles.StyledHelpers, "{background:transparent;}", _TextAreastyles.StyledTextAreaWrapper, "{position:relative;box-shadow:none;:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 var(", _TextAreatokens.tokens.borderSize, ",1px) var(", _TextAreatokens.tokens.borderColorReadOnly, ");border-radius:var(", _TextAreatokens.tokens.borderRadius, ");z-index:-1;}}", _TextAreastyles.StyledContainer, "{background:transparent;position:relative;:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background:var(", _TextAreatokens.tokens.backgroundColorReadOnly, ");border-radius:var(", _TextAreatokens.tokens.borderRadius, ");opacity:var(", _TextAreatokens.tokens.readOnlyOpacity, ");z-index:-1;}:hover{background:transparent;}}}}", "base", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UZXh0QXJlYS92YXJpYXRpb25zL19yZWFkLW9ubHkvYmFzZS50cyIsInNvdXJjZXMiOlsic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UZXh0QXJlYS92YXJpYXRpb25zL19yZWFkLW9ubHkvYmFzZS50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7XG4gICAgU3R5bGVkQ29udGFpbmVyLFxuICAgIFN0eWxlZENvbnRlbnQsXG4gICAgU3R5bGVkSGVscGVycyxcbiAgICBTdHlsZWRUZXh0QXJlYSxcbiAgICBTdHlsZWRUZXh0QXJlYVdyYXBwZXIsXG59IGZyb20gJy4uLy4uL1RleHRBcmVhLnN0eWxlcyc7XG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UZXh0QXJlYS50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICAmW3JlYWRvbmx5XSB7XG4gICAgICAgICR7U3R5bGVkVGV4dEFyZWF9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuaW5wdXRDb2xvclJlYWRPbmx5fSk7XG4gICAgICAgIH1cblxuICAgICAgICAke1N0eWxlZENvbnRlbnR9IHtcbiAgICAgICAgICAgIG9wYWNpdHk6IHZhcigke3Rva2Vucy5jb250ZW50U2xvdFJpZ2h0T3BhY2l0eVJlYWRPbmx5fSk7XG5cbiAgICAgICAgICAgICY6aG92ZXIge1xuICAgICAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMucmlnaHRDb250ZW50Q29sb3J9KTtcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgJjphY3RpdmUge1xuICAgICAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMucmlnaHRDb250ZW50Q29sb3J9KTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgICYuJHtjbGFzc2VzLmNsZWFyfSB7XG4gICAgICAgICAgICAke1N0eWxlZFRleHRBcmVhV3JhcHBlcn0ge1xuICAgICAgICAgICAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKCR7dG9rZW5zLmRpdmlkZXJDb2xvcn0pO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIDpub3QoJi4ke2NsYXNzZXMuY2xlYXJ9KSB7XG4gICAgICAgICAgICAke1N0eWxlZFRleHRBcmVhV3JhcHBlcn0sICR7U3R5bGVkSGVscGVyc30ge1xuICAgICAgICAgICAgICAgIGJhY2tncm91bmQ6IHRyYW5zcGFyZW50O1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAke1N0eWxlZFRleHRBcmVhV3JhcHBlcn0ge1xuICAgICAgICAgICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAgICAgICAgICAgICBib3gtc2hhZG93OiBub25lO1xuXG4gICAgICAgICAgICAgICAgOmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgICAgICAgICAgICAgY29udGVudDogJyc7XG4gICAgICAgICAgICAgICAgICAgIHRvcDogMDtcbiAgICAgICAgICAgICAgICAgICAgbGVmdDogMDtcbiAgICAgICAgICAgICAgICAgICAgcmlnaHQ6IDA7XG4gICAgICAgICAgICAgICAgICAgIGJvdHRvbTogMDtcbiAgICAgICAgICAgICAgICAgICAgYm94LXNoYWRvdzogaW5zZXQgMCAwIDAgdmFyKCR7dG9rZW5zLmJvcmRlclNpemV9LCAxcHgpIHZhcigke3Rva2Vucy5ib3JkZXJDb2xvclJlYWRPbmx5fSk7XG4gICAgICAgICAgICAgICAgICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5ib3JkZXJSYWRpdXN9KTtcbiAgICAgICAgICAgICAgICAgICAgei1pbmRleDogLTE7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAke1N0eWxlZENvbnRhaW5lcn0ge1xuICAgICAgICAgICAgICAgIGJhY2tncm91bmQ6IHRyYW5zcGFyZW50O1xuICAgICAgICAgICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcblxuICAgICAgICAgICAgICAgIDpiZWZvcmUge1xuICAgICAgICAgICAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgICAgICAgICAgICAgIGNvbnRlbnQ6ICcnO1xuICAgICAgICAgICAgICAgICAgICB0b3A6IDA7XG4gICAgICAgICAgICAgICAgICAgIGxlZnQ6IDA7XG4gICAgICAgICAgICAgICAgICAgIHJpZ2h0OiAwO1xuICAgICAgICAgICAgICAgICAgICBib3R0b206IDA7XG4gICAgICAgICAgICAgICAgICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5iYWNrZ3JvdW5kQ29sb3JSZWFkT25seX0pO1xuICAgICAgICAgICAgICAgICAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuYm9yZGVyUmFkaXVzfSk7XG4gICAgICAgICAgICAgICAgICAgIG9wYWNpdHk6IHZhcigke3Rva2Vucy5yZWFkT25seU9wYWNpdHl9KTtcblxuICAgICAgICAgICAgICAgICAgICB6LWluZGV4OiAtMTtcbiAgICAgICAgICAgICAgICB9XG5cbiAgICAgICAgICAgICAgICA6aG92ZXIge1xuICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5gO1xuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQVdvQiJ9 */");
|
|
@@ -1 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "Combobox", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return Combobox;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _engines = require("../../../engines");
|
|
12
|
+
var _ = require("../../..");
|
|
13
|
+
var _Comboboxconfig = require("./Combobox.config");
|
|
14
|
+
var mergedConfig = (0, _engines.mergeConfig)(_.comboboxNewConfig, _Comboboxconfig.config);
|
|
15
|
+
var ComboboxComponent = (0, _engines.component)(mergedConfig);
|
|
16
|
+
var Combobox = ComboboxComponent;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { css } from "@emotion/react";
|
|
2
2
|
import { StyledContainer, StyledContent, StyledHelpers, StyledTextArea, StyledTextAreaWrapper } from "../../TextArea.styles";
|
|
3
3
|
import { classes, tokens } from "../../TextArea.tokens";
|
|
4
|
-
export var base = /*#__PURE__*/ css("&[readonly]{", StyledTextArea, "{color:var(", tokens.inputColorReadOnly, ");}", StyledContent, "{opacity:var(", tokens.contentSlotRightOpacityReadOnly, ");&:hover{color:var(", tokens.rightContentColor, ");}&:active{color:var(", tokens.rightContentColor, ");}}&.", classes.clear, "{", StyledTextAreaWrapper, "{&:before{background-color:var(", tokens.
|
|
4
|
+
export var base = /*#__PURE__*/ css("&[readonly]{", StyledTextArea, "{color:var(", tokens.inputColorReadOnly, ");}", StyledContent, "{opacity:var(", tokens.contentSlotRightOpacityReadOnly, ");&:hover{color:var(", tokens.rightContentColor, ");}&:active{color:var(", tokens.rightContentColor, ");}}&.", classes.clear, "{", StyledTextAreaWrapper, "{&:before{background-color:var(", tokens.dividerColor, ");}}}:not(&.", classes.clear, "){", StyledTextAreaWrapper, ",", StyledHelpers, "{background:transparent;}", StyledTextAreaWrapper, "{position:relative;box-shadow:none;:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 var(", tokens.borderSize, ",1px) var(", tokens.borderColorReadOnly, ");border-radius:var(", tokens.borderRadius, ");z-index:-1;}}", StyledContainer, "{background:transparent;position:relative;:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background:var(", tokens.backgroundColorReadOnly, ");border-radius:var(", tokens.borderRadius, ");opacity:var(", tokens.readOnlyOpacity, ");z-index:-1;}:hover{background:transparent;}}}}", "base", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UZXh0QXJlYS92YXJpYXRpb25zL19yZWFkLW9ubHkvYmFzZS50cyIsInNvdXJjZXMiOlsic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UZXh0QXJlYS92YXJpYXRpb25zL19yZWFkLW9ubHkvYmFzZS50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7XG4gICAgU3R5bGVkQ29udGFpbmVyLFxuICAgIFN0eWxlZENvbnRlbnQsXG4gICAgU3R5bGVkSGVscGVycyxcbiAgICBTdHlsZWRUZXh0QXJlYSxcbiAgICBTdHlsZWRUZXh0QXJlYVdyYXBwZXIsXG59IGZyb20gJy4uLy4uL1RleHRBcmVhLnN0eWxlcyc7XG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UZXh0QXJlYS50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICAmW3JlYWRvbmx5XSB7XG4gICAgICAgICR7U3R5bGVkVGV4dEFyZWF9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuaW5wdXRDb2xvclJlYWRPbmx5fSk7XG4gICAgICAgIH1cblxuICAgICAgICAke1N0eWxlZENvbnRlbnR9IHtcbiAgICAgICAgICAgIG9wYWNpdHk6IHZhcigke3Rva2Vucy5jb250ZW50U2xvdFJpZ2h0T3BhY2l0eVJlYWRPbmx5fSk7XG5cbiAgICAgICAgICAgICY6aG92ZXIge1xuICAgICAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMucmlnaHRDb250ZW50Q29sb3J9KTtcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgJjphY3RpdmUge1xuICAgICAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMucmlnaHRDb250ZW50Q29sb3J9KTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgICYuJHtjbGFzc2VzLmNsZWFyfSB7XG4gICAgICAgICAgICAke1N0eWxlZFRleHRBcmVhV3JhcHBlcn0ge1xuICAgICAgICAgICAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKCR7dG9rZW5zLmRpdmlkZXJDb2xvcn0pO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIDpub3QoJi4ke2NsYXNzZXMuY2xlYXJ9KSB7XG4gICAgICAgICAgICAke1N0eWxlZFRleHRBcmVhV3JhcHBlcn0sICR7U3R5bGVkSGVscGVyc30ge1xuICAgICAgICAgICAgICAgIGJhY2tncm91bmQ6IHRyYW5zcGFyZW50O1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAke1N0eWxlZFRleHRBcmVhV3JhcHBlcn0ge1xuICAgICAgICAgICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAgICAgICAgICAgICBib3gtc2hhZG93OiBub25lO1xuXG4gICAgICAgICAgICAgICAgOmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgICAgICAgICAgICAgY29udGVudDogJyc7XG4gICAgICAgICAgICAgICAgICAgIHRvcDogMDtcbiAgICAgICAgICAgICAgICAgICAgbGVmdDogMDtcbiAgICAgICAgICAgICAgICAgICAgcmlnaHQ6IDA7XG4gICAgICAgICAgICAgICAgICAgIGJvdHRvbTogMDtcbiAgICAgICAgICAgICAgICAgICAgYm94LXNoYWRvdzogaW5zZXQgMCAwIDAgdmFyKCR7dG9rZW5zLmJvcmRlclNpemV9LCAxcHgpIHZhcigke3Rva2Vucy5ib3JkZXJDb2xvclJlYWRPbmx5fSk7XG4gICAgICAgICAgICAgICAgICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5ib3JkZXJSYWRpdXN9KTtcbiAgICAgICAgICAgICAgICAgICAgei1pbmRleDogLTE7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAke1N0eWxlZENvbnRhaW5lcn0ge1xuICAgICAgICAgICAgICAgIGJhY2tncm91bmQ6IHRyYW5zcGFyZW50O1xuICAgICAgICAgICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcblxuICAgICAgICAgICAgICAgIDpiZWZvcmUge1xuICAgICAgICAgICAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgICAgICAgICAgICAgIGNvbnRlbnQ6ICcnO1xuICAgICAgICAgICAgICAgICAgICB0b3A6IDA7XG4gICAgICAgICAgICAgICAgICAgIGxlZnQ6IDA7XG4gICAgICAgICAgICAgICAgICAgIHJpZ2h0OiAwO1xuICAgICAgICAgICAgICAgICAgICBib3R0b206IDA7XG4gICAgICAgICAgICAgICAgICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5iYWNrZ3JvdW5kQ29sb3JSZWFkT25seX0pO1xuICAgICAgICAgICAgICAgICAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuYm9yZGVyUmFkaXVzfSk7XG4gICAgICAgICAgICAgICAgICAgIG9wYWNpdHk6IHZhcigke3Rva2Vucy5yZWFkT25seU9wYWNpdHl9KTtcblxuICAgICAgICAgICAgICAgICAgICB6LWluZGV4OiAtMTtcbiAgICAgICAgICAgICAgICB9XG5cbiAgICAgICAgICAgICAgICA6aG92ZXIge1xuICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5gO1xuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQVdvQiJ9 */");
|
|
@@ -33,4 +33,4 @@ var base = (0, _styledcomponents.css)([
|
|
|
33
33
|
");border-radius:var(",
|
|
34
34
|
");opacity:var(",
|
|
35
35
|
");z-index:-1;}:hover{background:transparent;}}}}"
|
|
36
|
-
], _TextAreastyles.StyledTextArea, _TextAreatokens.tokens.inputColorReadOnly, _TextAreastyles.StyledContent, _TextAreatokens.tokens.contentSlotRightOpacityReadOnly, _TextAreatokens.tokens.rightContentColor, _TextAreatokens.tokens.rightContentColor, _TextAreatokens.classes.clear, _TextAreastyles.StyledTextAreaWrapper, _TextAreatokens.tokens.
|
|
36
|
+
], _TextAreastyles.StyledTextArea, _TextAreatokens.tokens.inputColorReadOnly, _TextAreastyles.StyledContent, _TextAreatokens.tokens.contentSlotRightOpacityReadOnly, _TextAreatokens.tokens.rightContentColor, _TextAreatokens.tokens.rightContentColor, _TextAreatokens.classes.clear, _TextAreastyles.StyledTextAreaWrapper, _TextAreatokens.tokens.dividerColor, _TextAreatokens.classes.clear, _TextAreastyles.StyledTextAreaWrapper, _TextAreastyles.StyledHelpers, _TextAreastyles.StyledTextAreaWrapper, _TextAreatokens.tokens.borderSize, _TextAreatokens.tokens.borderColorReadOnly, _TextAreatokens.tokens.borderRadius, _TextAreastyles.StyledContainer, _TextAreatokens.tokens.backgroundColorReadOnly, _TextAreatokens.tokens.borderRadius, _TextAreatokens.tokens.readOnlyOpacity);
|
|
@@ -23,4 +23,4 @@ export var base = css([
|
|
|
23
23
|
");border-radius:var(",
|
|
24
24
|
");opacity:var(",
|
|
25
25
|
");z-index:-1;}:hover{background:transparent;}}}}"
|
|
26
|
-
], StyledTextArea, tokens.inputColorReadOnly, StyledContent, tokens.contentSlotRightOpacityReadOnly, tokens.rightContentColor, tokens.rightContentColor, classes.clear, StyledTextAreaWrapper, tokens.
|
|
26
|
+
], StyledTextArea, tokens.inputColorReadOnly, StyledContent, tokens.contentSlotRightOpacityReadOnly, tokens.rightContentColor, tokens.rightContentColor, classes.clear, StyledTextAreaWrapper, tokens.dividerColor, classes.clear, StyledTextAreaWrapper, StyledHelpers, StyledTextAreaWrapper, tokens.borderSize, tokens.borderColorReadOnly, tokens.borderRadius, StyledContainer, tokens.backgroundColorReadOnly, tokens.borderRadius, tokens.readOnlyOpacity);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/plasma-new-hope",
|
|
3
|
-
"version": "0.345.0-canary.2423.
|
|
3
|
+
"version": "0.345.0-canary.2423.20994461674.0",
|
|
4
4
|
"description": "Salute Design System blueprint",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -92,9 +92,9 @@
|
|
|
92
92
|
"@rollup/plugin-babel": "^6.0.4",
|
|
93
93
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
94
94
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
95
|
-
"@salutejs/plasma-cy-utils": "0.143.0-canary.2423.
|
|
96
|
-
"@salutejs/plasma-sb-utils": "0.213.0-canary.2423.
|
|
97
|
-
"@salutejs/plasma-themes": "0.39.0-canary.2423.
|
|
95
|
+
"@salutejs/plasma-cy-utils": "0.143.0-canary.2423.20994461674.0",
|
|
96
|
+
"@salutejs/plasma-sb-utils": "0.213.0-canary.2423.20994461674.0",
|
|
97
|
+
"@salutejs/plasma-themes": "0.39.0-canary.2423.20994461674.0",
|
|
98
98
|
"@types/lodash": "^4.14.191",
|
|
99
99
|
"@types/lodash.chunk": "4.2.9",
|
|
100
100
|
"@types/lodash.throttle": "4.1.6",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"@linaria/react": "5.0.3",
|
|
123
123
|
"@popperjs/core": "2.11.8",
|
|
124
124
|
"@salutejs/input-core": "2.1.2",
|
|
125
|
-
"@salutejs/plasma-core": "1.213.0-canary.2423.
|
|
125
|
+
"@salutejs/plasma-core": "1.213.0-canary.2423.20994461674.0",
|
|
126
126
|
"@salutejs/react-maskinput": "3.3.2",
|
|
127
127
|
"@tanstack/react-table": "8.21.2",
|
|
128
128
|
"@tanstack/react-virtual": "3.13.2",
|
|
@@ -142,5 +142,5 @@
|
|
|
142
142
|
"sideEffects": [
|
|
143
143
|
"*.css"
|
|
144
144
|
],
|
|
145
|
-
"gitHead": "
|
|
145
|
+
"gitHead": "51cc03d7c2859b31d538a7a3d6630ce970a4f94a"
|
|
146
146
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.b1xxdrt2[readonly] .s7jal92{color:var(--plasma-textarea-input-color-read-only);}.b1xxdrt2[readonly] .salwx57{opacity:var(--plasma-textarea-right-content-opacity-readonly);}.b1xxdrt2[readonly] .salwx57:hover{color:var(--plasma-textarea-right-content-color);}.b1xxdrt2[readonly] .salwx57:active{color:var(--plasma-textarea-right-content-color);}.b1xxdrt2[readonly].textarea-clear .s3wsw3p:before{background-color:var(--plasma-textarea-divider-color-readonly);}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .s3wsw3p,.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .s14zw9ik{background:transparent;}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .s3wsw3p{position:relative;box-shadow:none;}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .s3wsw3p:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-border-color-readonly);border-radius:var(--plasma-textarea-border-radius);z-index:-1;}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .suev9vb{background:transparent;position:relative;}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .suev9vb:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background:var(--plasma-textarea-background-color-read-only);border-radius:var(--plasma-textarea-border-radius);opacity:var(--plasma-textarea-read-only-opacity);z-index:-1;}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .suev9vb:hover{background:transparent;}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.b1xxdrt2[readonly] .s7jal92{color:var(--plasma-textarea-input-color-read-only);}.b1xxdrt2[readonly] .salwx57{opacity:var(--plasma-textarea-right-content-opacity-readonly);}.b1xxdrt2[readonly] .salwx57:hover{color:var(--plasma-textarea-right-content-color);}.b1xxdrt2[readonly] .salwx57:active{color:var(--plasma-textarea-right-content-color);}.b1xxdrt2[readonly].textarea-clear .s3wsw3p:before{background-color:var(--plasma-textarea-divider-color-readonly);}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .s3wsw3p,.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .s14zw9ik{background:transparent;}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .s3wsw3p{position:relative;box-shadow:none;}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .s3wsw3p:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-border-color-readonly);border-radius:var(--plasma-textarea-border-radius);z-index:-1;}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .suev9vb{background:transparent;position:relative;}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .suev9vb:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background:var(--plasma-textarea-background-color-read-only);border-radius:var(--plasma-textarea-border-radius);opacity:var(--plasma-textarea-read-only-opacity);z-index:-1;}.b1xxdrt2[readonly]:not(.b1xxdrt2[readonly].textarea-clear) .suev9vb:hover{background:transparent;}
|