@salutejs/plasma-new-hope 0.196.0-canary.1579.11944847972.0 → 0.196.0-canary.1582.11949993668.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/components/Notification/NotificationsStore.js +8 -6
- package/cjs/components/Notification/NotificationsStore.js.map +1 -1
- package/cjs/components/TextArea/TextArea.js +6 -12
- package/cjs/components/TextArea/TextArea.js.map +1 -1
- package/cjs/components/TextArea/TextArea.styles.js +9 -15
- package/cjs/components/TextArea/TextArea.styles.js.map +1 -1
- package/cjs/components/TextArea/{TextArea.styles_1qybm1d.css → TextArea.styles_1ke2ihc.css} +4 -5
- package/cjs/components/TextArea/ui/Hint/Hint.css +16 -17
- package/cjs/components/TextArea/variations/_clear/base.js +1 -1
- package/cjs/components/TextArea/variations/_clear/base_iz2qkw.css +1 -0
- package/cjs/index.css +18 -19
- package/emotion/cjs/components/Notification/Notification.template-doc.mdx +1 -0
- package/emotion/cjs/components/Notification/NotificationsStore.js +8 -6
- package/emotion/cjs/components/TextArea/TextArea.js +7 -13
- package/emotion/cjs/components/TextArea/TextArea.styles.js +33 -37
- package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +1 -8
- package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -7
- package/emotion/es/components/Notification/Notification.template-doc.mdx +1 -0
- package/emotion/es/components/Notification/NotificationsStore.js +8 -6
- package/emotion/es/components/TextArea/TextArea.js +8 -14
- package/emotion/es/components/TextArea/TextArea.styles.js +32 -36
- package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +1 -8
- package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -7
- package/es/components/Notification/NotificationsStore.js +8 -6
- package/es/components/Notification/NotificationsStore.js.map +1 -1
- package/es/components/TextArea/TextArea.js +7 -13
- package/es/components/TextArea/TextArea.js.map +1 -1
- package/es/components/TextArea/TextArea.styles.js +10 -15
- package/es/components/TextArea/TextArea.styles.js.map +1 -1
- package/es/components/TextArea/{TextArea.styles_1qybm1d.css → TextArea.styles_1ke2ihc.css} +4 -5
- package/es/components/TextArea/ui/Hint/Hint.css +16 -17
- package/es/components/TextArea/variations/_clear/base.js +1 -1
- package/es/components/TextArea/variations/_clear/base_iz2qkw.css +1 -0
- package/es/index.css +18 -19
- package/package.json +2 -2
- package/styled-components/cjs/components/Notification/Notification.template-doc.mdx +1 -0
- package/styled-components/cjs/components/Notification/NotificationsStore.js +8 -6
- package/styled-components/cjs/components/TextArea/TextArea.js +6 -12
- package/styled-components/cjs/components/TextArea/TextArea.styles.js +5 -8
- package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +1 -8
- package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -7
- package/styled-components/es/components/Notification/Notification.template-doc.mdx +1 -0
- package/styled-components/es/components/Notification/NotificationsStore.js +8 -6
- package/styled-components/es/components/TextArea/TextArea.js +7 -13
- package/styled-components/es/components/TextArea/TextArea.styles.js +4 -7
- package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +1 -8
- package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -7
- package/types/components/Notification/NotificationsStore.d.ts +4 -4
- package/types/components/Notification/NotificationsStore.d.ts.map +1 -1
- package/types/components/TextArea/TextArea.d.ts.map +1 -1
- package/types/components/TextArea/TextArea.styles.d.ts +0 -1
- package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
- package/types/components/TextArea/TextArea.types.d.ts +0 -5
- package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts +0 -16
- package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts.map +1 -1
- package/types/examples/plasma_web/components/TextArea/TextArea.d.ts +0 -16
- package/types/examples/plasma_web/components/TextArea/TextArea.d.ts.map +1 -1
- package/cjs/components/TextArea/variations/_clear/base_14608a0.css +0 -1
- package/es/components/TextArea/variations/_clear/base_14608a0.css +0 -1
@@ -105,21 +105,18 @@ export var StyledTextArea = /*#__PURE__*/styled.textarea.withConfig({
|
|
105
105
|
export var StyledHelpers = /*#__PURE__*/styled.div.withConfig({
|
106
106
|
componentId: "plasma-new-hope__sc-pxxv3p-13"
|
107
107
|
})(["box-sizing:border-box;display:flex;justify-content:space-between;transition:background-color 0.1s ease-in-out;background-color:var(", ");padding-top:var(", ");padding-right:var(", ");padding-bottom:var(", ");padding-left:var(", ");border-bottom-left-radius:var(", ");border-bottom-right-radius:var(", ");"], tokens.helpersBackgroundColor, tokens.helpersPaddingTop, tokens.helpersPaddingRight, tokens.helpersPaddingBottom, tokens.helpersPaddingLeft, tokens.borderRadius, tokens.borderRadius);
|
108
|
-
export var StyledOutsideHelpersWrapper = /*#__PURE__*/styled.div.withConfig({
|
109
|
-
componentId: "plasma-new-hope__sc-pxxv3p-14"
|
110
|
-
})(["box-sizing:border-box;display:flex;justify-content:space-between;padding-top:var(", ");"], tokens.clearHelpersPaddingTop);
|
111
108
|
export var StyledLeftHelper = /*#__PURE__*/styled.span.withConfig({
|
112
|
-
componentId: "plasma-new-hope__sc-pxxv3p-
|
109
|
+
componentId: "plasma-new-hope__sc-pxxv3p-14"
|
113
110
|
})(["", ";display:block;font-family:var(", ");font-size:var(", ");font-style:var(", ");font-weight:var(", ");letter-spacing:var(", ");line-height:var(", ");color:var(", ");"], /*#__PURE__*/applyEllipsis(), tokens.helpersFontFamily, tokens.helpersFontSize, tokens.helpersFontStyle, tokens.helpersFontWeight, tokens.helpersLetterSpacing, tokens.helpersLineHeight, tokens.leftHelperColor);
|
114
111
|
export var StyledRightHelper = /*#__PURE__*/styled(StyledLeftHelper).withConfig({
|
115
|
-
componentId: "plasma-new-hope__sc-pxxv3p-
|
112
|
+
componentId: "plasma-new-hope__sc-pxxv3p-15"
|
116
113
|
})(["color:var(", ");margin-left:auto;"], tokens.rightHelperColor);
|
117
114
|
export var StyledPlaceholder = /*#__PURE__*/styled.label.withConfig({
|
118
|
-
componentId: "plasma-new-hope__sc-pxxv3p-
|
115
|
+
componentId: "plasma-new-hope__sc-pxxv3p-16"
|
119
116
|
})(["box-sizing:border-box;position:absolute;pointer-events:none;display:inline-flex;align-items:center;transition:all 0.1s ease-in-out;transform-origin:top left;color:var(", ");width:100%;height:auto;top:var(", ");padding-left:var(", ");padding-right:", ";font-family:var(", ");font-size:var(", ");font-style:var(", ");font-weight:var(", ");letter-spacing:var(", ");line-height:var(", ");"], tokens.placeholderColor, tokens.inputPaddingTop, tokens.inputPaddingLeft, function (_ref20) {
|
120
117
|
var hasContentRight = _ref20.hasContentRight;
|
121
118
|
return hasContentRight ? "var(".concat(tokens.inputPaddingRightWithRightContent, ")") : "var(".concat(tokens.inputPaddingRight, ")");
|
122
119
|
}, tokens.inputFontFamily, tokens.inputFontSize, tokens.inputFontStyle, tokens.inputFontWeight, tokens.inputLetterSpacing, tokens.inputLineHeight);
|
123
120
|
export var StyledIndicator = /*#__PURE__*/styled.div.withConfig({
|
124
|
-
componentId: "plasma-new-hope__sc-pxxv3p-
|
121
|
+
componentId: "plasma-new-hope__sc-pxxv3p-17"
|
125
122
|
})(["position:absolute;border-radius:50%;background-color:var(", ");&.", "{width:var(", ");height:var(", ");inset:var(", ");&.", "{inset:var(", ");&.", "{right:calc(-1 * var(", "));}}}&.", "{width:var(", ");height:var(", ");inset:var(", ");&.", "{inset:var(", ");}}"], tokens.indicatorColor, classes.outerLabelPlacement, tokens.indicatorSizeOuter, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementOuter, classes.requiredAlignRight, tokens.indicatorLabelPlacementOuterRight, classes.hasHint, tokens.indicatorSizeOuter, classes.innerLabelPlacement, tokens.indicatorSizeInner, tokens.indicatorSizeInner, tokens.indicatorLabelPlacementInner, classes.requiredAlignRight, tokens.indicatorLabelPlacementInnerRight);
|
@@ -82,13 +82,7 @@ const meta: Meta<StoryTextAreaProps> = {
|
|
82
82
|
labelPlacement: {
|
83
83
|
options: labelPlacements,
|
84
84
|
control: {
|
85
|
-
type: '
|
86
|
-
},
|
87
|
-
},
|
88
|
-
helperPlacement: {
|
89
|
-
options: labelPlacements,
|
90
|
-
control: {
|
91
|
-
type: 'inline-radio',
|
85
|
+
type: 'select',
|
92
86
|
},
|
93
87
|
},
|
94
88
|
hasDivider: {
|
@@ -150,7 +144,6 @@ const meta: Meta<StoryTextAreaProps> = {
|
|
150
144
|
titleCaption: 'Подпись к полю',
|
151
145
|
leftHelper: 'Подсказка к полю слева',
|
152
146
|
rightHelper: 'Подсказка к полю справа',
|
153
|
-
helperPlacement: 'inner',
|
154
147
|
disabled: false,
|
155
148
|
readOnly: false,
|
156
149
|
autoResize: false,
|
@@ -87,12 +87,6 @@ const meta: Meta<typeof TextField> = {
|
|
87
87
|
type: 'inline-radio',
|
88
88
|
},
|
89
89
|
},
|
90
|
-
helperPlacement: {
|
91
|
-
options: labelPlacements,
|
92
|
-
control: {
|
93
|
-
type: 'inline-radio',
|
94
|
-
},
|
95
|
-
},
|
96
90
|
size: {
|
97
91
|
options: sizes,
|
98
92
|
control: {
|
@@ -221,7 +215,6 @@ export const Default: StoryObj<StoryPropsDefault> = {
|
|
221
215
|
textAfter: '',
|
222
216
|
placeholder: 'Заполните поле',
|
223
217
|
leftHelper: 'Подсказка к полю',
|
224
|
-
helperPlacement: 'inner',
|
225
218
|
disabled: false,
|
226
219
|
readOnly: false,
|
227
220
|
enableContentLeft: true,
|
@@ -18,9 +18,9 @@ export declare type NotificationsEvents = {
|
|
18
18
|
export declare const NotificationsStore: StoreonStore<NotificationsState, NotificationsEvents>;
|
19
19
|
export declare const closeNotification: (id: string, delay?: number) => void;
|
20
20
|
/**
|
21
|
-
* Открыть новое
|
22
|
-
* @param props Пропсы всплывающего
|
23
|
-
* @return Идентификатор нового
|
21
|
+
* Открыть новое оповещение.
|
22
|
+
* @param props Пропсы всплывающего оповещения
|
23
|
+
* @return Идентификатор нового оповещения
|
24
24
|
*/
|
25
|
-
export declare function addNotification({ id: externalId, ...rest }: NotificationProps, timeout?: number): string;
|
25
|
+
export declare function addNotification({ id: externalId, ...rest }: NotificationProps, timeout?: number | null): string;
|
26
26
|
//# sourceMappingURL=NotificationsStore.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"NotificationsStore.d.ts","sourceRoot":"","sources":["../../../src/components/Notification/NotificationsStore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,YAAY,EAAE,MAAM,SAAS,CAAC;AAEtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD,oBAAY,gBAAgB,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AACF,oBAAY,kBAAkB,GAAG;IAC7B,aAAa,EAAE,gBAAgB,EAAE,CAAC;CACrC,CAAC;AACF,oBAAY,mBAAmB,GAAG;IAC9B,GAAG,EAAE,gBAAgB,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,kBAAkB,uDAkB7B,CAAC;AAEH,eAAO,MAAM,iBAAiB,OAAQ,MAAM,yBAK3C,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,EAAE,EAAE,EAAE,UAAU,EAAE,GAAG,IAAI,EAAE,EAAE,iBAAiB,EAAE,OAAO,
|
1
|
+
{"version":3,"file":"NotificationsStore.d.ts","sourceRoot":"","sources":["../../../src/components/Notification/NotificationsStore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,YAAY,EAAE,MAAM,SAAS,CAAC;AAEtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD,oBAAY,gBAAgB,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AACF,oBAAY,kBAAkB,GAAG;IAC7B,aAAa,EAAE,gBAAgB,EAAE,CAAC;CACrC,CAAC;AACF,oBAAY,mBAAmB,GAAG;IAC9B,GAAG,EAAE,gBAAgB,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,kBAAkB,uDAkB7B,CAAC;AAEH,eAAO,MAAM,iBAAiB,OAAQ,MAAM,yBAK3C,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,EAAE,EAAE,EAAE,UAAU,EAAE,GAAG,IAAI,EAAE,EAAE,iBAAiB,EAAE,OAAO,GAAE,MAAM,GAAG,IAAW,UAe5G"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkF,MAAM,OAAO,CAAC;AAKvG,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;
|
1
|
+
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkF,MAAM,OAAO,CAAC;AAKvG,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AA6BrD,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAkCzE,eAAO,MAAM,sBAAsB,UAAW,aAAa,WAAW,OAAO,2BA2B5E,CAAC;AAEF,eAAO,MAAM,YAAY,SAAU,UAAU,mBAAmB,EAAE,iBAAiB,CAAC,8FA+R9E,CAAC;AAEP,eAAO,MAAM,cAAc;;;mBAjSQ,UAAU,mBAAmB,EAAE,iBAAiB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmUnF,CAAC"}
|
@@ -28,7 +28,6 @@ export declare const StyledTextArea: import("@linaria/react").StyledComponent<im
|
|
28
28
|
resize?: string | undefined;
|
29
29
|
}>;
|
30
30
|
export declare const StyledHelpers: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
31
|
-
export declare const StyledOutsideHelpersWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
32
31
|
export declare const StyledLeftHelper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
|
33
32
|
export declare const StyledRightHelper: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown> & {
|
34
33
|
as?: import("react").ElementType<any> | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TextArea.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.styles.ts"],"names":[],"mappings":";AAWA,eAAO,MAAM,IAAI,8OAAoB,CAAC;AAEtC,eAAO,MAAM,iBAAiB;kBAA8B,OAAO;EAMlE,CAAC;AAEF,eAAO,MAAM,WAAW,qKAWvB,CAAC;AAEF,eAAO,MAAM,YAAY,qKAUxB,CAAC;AAEF,eAAO,MAAM,sBAAsB,qKAIlC,CAAC;AAEF,eAAO,MAAM,kBAAkB;;EAe9B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAU7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAQ7B,CAAC;AAEF,eAAO,MAAM,eAAe,qKAAe,CAAC;AAE5C,eAAO,MAAM,qBAAqB;eACnB,OAAO;EAUrB,CAAC;AAEF,eAAO,MAAM,aAAa,qKAazB,CAAC;AAEF,eAAO,MAAM,eAAe;WAAuB,MAAM;EAOxD,CAAC;AAEF,eAAO,MAAM,cAAc;eACZ,OAAO;qBACD,OAAO;sBACN,OAAO;;;;EAkG5B,CAAC;AAEF,eAAO,MAAM,aAAa,qKAgBzB,CAAC;AAEF,eAAO,MAAM,
|
1
|
+
{"version":3,"file":"TextArea.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.styles.ts"],"names":[],"mappings":";AAWA,eAAO,MAAM,IAAI,8OAAoB,CAAC;AAEtC,eAAO,MAAM,iBAAiB;kBAA8B,OAAO;EAMlE,CAAC;AAEF,eAAO,MAAM,WAAW,qKAWvB,CAAC;AAEF,eAAO,MAAM,YAAY,qKAUxB,CAAC;AAEF,eAAO,MAAM,sBAAsB,qKAIlC,CAAC;AAEF,eAAO,MAAM,kBAAkB;;EAe9B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAU7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAQ7B,CAAC;AAEF,eAAO,MAAM,eAAe,qKAAe,CAAC;AAE5C,eAAO,MAAM,qBAAqB;eACnB,OAAO;EAUrB,CAAC;AAEF,eAAO,MAAM,aAAa,qKAazB,CAAC;AAEF,eAAO,MAAM,eAAe;WAAuB,MAAM;EAOxD,CAAC;AAEF,eAAO,MAAM,cAAc;eACZ,OAAO;qBACD,OAAO;sBACN,OAAO;;;;EAkG5B,CAAC;AAEF,eAAO,MAAM,aAAa,qKAgBzB,CAAC;AAEF,eAAO,MAAM,gBAAgB,uKAa5B,CAAC;AAEF,eAAO,MAAM,iBAAiB;;EAG7B,CAAC;AAEF,eAAO,MAAM,iBAAiB;qBACT,OAAO;EA2B3B,CAAC;AAEF,eAAO,MAAM,eAAe,qKA6B3B,CAAC"}
|
@@ -186,11 +186,6 @@ export declare type TextAreaPropsBase = {
|
|
186
186
|
* Вспомогательный текст снизу справа для поля ввода.
|
187
187
|
*/
|
188
188
|
rightHelper?: string;
|
189
|
-
/**
|
190
|
-
* Расположение вспомогательного текста
|
191
|
-
* @default 'inner'
|
192
|
-
*/
|
193
|
-
helperPlacement?: 'inner' | 'outer';
|
194
189
|
} & RequiredProps & HintProps;
|
195
190
|
declare type TextAreaPropsExtends = TextAreaPropsBase & {
|
196
191
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TextArea.types.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.types.tsx"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"file":"TextArea.types.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.types.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,KAAK,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAE1E,aAAK,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,IAAI;KACnB,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACvB,GACG;KACK,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,KAAK;CACzB,GACD;KACK,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,KAAK;CACzB,GACD;KACK,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,KAAK;CACzB,CAAC;AAEN,aAAK,KAAK,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AAEnG,aAAK,UAAU,GAAG;IACd;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,CAAC;IACb;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,oBAAY,uBAAuB,GAAG;IAClC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,oBAAY,wBAAwB,GAAG;IACnC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC3B,CAAC;AAEF,oBAAY,qBAAqB,GAAG;IAChC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,oBAAY,uBAAuB,GAAG,KAAK,CACvC,uBAAuB,EACvB,wBAAwB,EACxB,qBAAqB,EACrB,UAAU,CACb,CAAC;AAEF,aAAK,aAAa,GAAG;IACjB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACxC,GAAG,CACE;IACI;;OAEG;IACH,QAAQ,EAAE,IAAI,CAAC;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC;CAC5B,GACD;IACI;;OAEG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC;CAC5B,CACN,CAAC;AAEF,aAAK,SAAS,GACR;IACI;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;IAChC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B;;OAEG;IACH,aAAa,CAAC,EAAE,gBAAgB,GAAG,KAAK,CAAC,qBAAqB,CAAC,CAAC;IAChE;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;CAC/B,GACD;IACI,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,UAAU,CAAC,EAAE,KAAK,CAAC;IACnB,WAAW,CAAC,EAAE,KAAK,CAAC;IACpB,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,cAAc,CAAC,EAAE,KAAK,CAAC;IACvB,aAAa,CAAC,EAAE,KAAK,CAAC;IACtB,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,UAAU,CAAC,EAAE,KAAK,CAAC;IACnB,SAAS,CAAC,EAAE,KAAK,CAAC;IAClB,eAAe,CAAC,EAAE,KAAK,CAAC;CAC3B,CAAC;AAER,oBAAY,iBAAiB,GAAG;IAC5B;;;OAGG;IACH,MAAM,CAAC,EAAE,EAAE,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IAC9C;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;IACnC;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;IAClC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,YAAY,GAAG,UAAU,CAAC;IACrD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,GAAG,aAAa,GACb,SAAS,CAAC;AAEd,aAAK,oBAAoB,GAAG,iBAAiB,GAAG;IAC5C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,oBAAY,aAAa,GAAG,IAAI,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,UAAU,CAAC,GACvG,oBAAoB,GACpB,uBAAuB,CAAC;AAE5B,oBAAY,iBAAiB,GAAG;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB,GAAG,IAAI,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,UAAU,CAAC,CAAC"}
|
@@ -35,7 +35,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
35
35
|
helperText?: string | undefined;
|
36
36
|
leftHelper?: string | undefined;
|
37
37
|
rightHelper?: string | undefined;
|
38
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
39
38
|
} & {
|
40
39
|
requiredPlacement?: "left" | "right" | undefined;
|
41
40
|
} & {
|
@@ -79,7 +78,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
79
78
|
helperText?: string | undefined;
|
80
79
|
leftHelper?: string | undefined;
|
81
80
|
rightHelper?: string | undefined;
|
82
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
83
81
|
} & {
|
84
82
|
requiredPlacement?: "left" | "right" | undefined;
|
85
83
|
} & {
|
@@ -123,7 +121,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
123
121
|
helperText?: string | undefined;
|
124
122
|
leftHelper?: string | undefined;
|
125
123
|
rightHelper?: string | undefined;
|
126
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
127
124
|
} & {
|
128
125
|
requiredPlacement?: "left" | "right" | undefined;
|
129
126
|
} & {
|
@@ -167,7 +164,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
167
164
|
helperText?: string | undefined;
|
168
165
|
leftHelper?: string | undefined;
|
169
166
|
rightHelper?: string | undefined;
|
170
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
171
167
|
} & {
|
172
168
|
requiredPlacement?: "left" | "right" | undefined;
|
173
169
|
} & {
|
@@ -211,7 +207,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
211
207
|
helperText?: string | undefined;
|
212
208
|
leftHelper?: string | undefined;
|
213
209
|
rightHelper?: string | undefined;
|
214
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
215
210
|
} & {
|
216
211
|
requiredPlacement?: "left" | "right" | undefined;
|
217
212
|
} & {
|
@@ -255,7 +250,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
255
250
|
helperText?: string | undefined;
|
256
251
|
leftHelper?: string | undefined;
|
257
252
|
rightHelper?: string | undefined;
|
258
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
259
253
|
} & {
|
260
254
|
requiredPlacement?: "left" | "right" | undefined;
|
261
255
|
} & {
|
@@ -299,7 +293,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
299
293
|
helperText?: string | undefined;
|
300
294
|
leftHelper?: string | undefined;
|
301
295
|
rightHelper?: string | undefined;
|
302
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
303
296
|
} & {
|
304
297
|
requiredPlacement?: "left" | "right" | undefined;
|
305
298
|
} & {
|
@@ -343,7 +336,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
343
336
|
helperText?: string | undefined;
|
344
337
|
leftHelper?: string | undefined;
|
345
338
|
rightHelper?: string | undefined;
|
346
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
347
339
|
} & {
|
348
340
|
requiredPlacement?: "left" | "right" | undefined;
|
349
341
|
} & {
|
@@ -387,7 +379,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
387
379
|
helperText?: string | undefined;
|
388
380
|
leftHelper?: string | undefined;
|
389
381
|
rightHelper?: string | undefined;
|
390
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
391
382
|
} & {
|
392
383
|
requiredPlacement?: "left" | "right" | undefined;
|
393
384
|
} & {
|
@@ -431,7 +422,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
431
422
|
helperText?: string | undefined;
|
432
423
|
leftHelper?: string | undefined;
|
433
424
|
rightHelper?: string | undefined;
|
434
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
435
425
|
} & {
|
436
426
|
requiredPlacement?: "left" | "right" | undefined;
|
437
427
|
} & {
|
@@ -475,7 +465,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
475
465
|
helperText?: string | undefined;
|
476
466
|
leftHelper?: string | undefined;
|
477
467
|
rightHelper?: string | undefined;
|
478
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
479
468
|
} & {
|
480
469
|
requiredPlacement?: "left" | "right" | undefined;
|
481
470
|
} & {
|
@@ -519,7 +508,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
519
508
|
helperText?: string | undefined;
|
520
509
|
leftHelper?: string | undefined;
|
521
510
|
rightHelper?: string | undefined;
|
522
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
523
511
|
} & {
|
524
512
|
requiredPlacement?: "left" | "right" | undefined;
|
525
513
|
} & {
|
@@ -563,7 +551,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
563
551
|
helperText?: string | undefined;
|
564
552
|
leftHelper?: string | undefined;
|
565
553
|
rightHelper?: string | undefined;
|
566
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
567
554
|
} & {
|
568
555
|
requiredPlacement?: "left" | "right" | undefined;
|
569
556
|
} & {
|
@@ -607,7 +594,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
607
594
|
helperText?: string | undefined;
|
608
595
|
leftHelper?: string | undefined;
|
609
596
|
rightHelper?: string | undefined;
|
610
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
611
597
|
} & {
|
612
598
|
requiredPlacement?: "left" | "right" | undefined;
|
613
599
|
} & {
|
@@ -651,7 +637,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
651
637
|
helperText?: string | undefined;
|
652
638
|
leftHelper?: string | undefined;
|
653
639
|
rightHelper?: string | undefined;
|
654
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
655
640
|
} & {
|
656
641
|
requiredPlacement?: "left" | "right" | undefined;
|
657
642
|
} & {
|
@@ -695,7 +680,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
695
680
|
helperText?: string | undefined;
|
696
681
|
leftHelper?: string | undefined;
|
697
682
|
rightHelper?: string | undefined;
|
698
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
699
683
|
} & {
|
700
684
|
requiredPlacement?: "left" | "right" | undefined;
|
701
685
|
} & {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextArea/TextArea.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,QAAQ
|
1
|
+
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextArea/TextArea.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yDAA0B,CAAC"}
|
@@ -35,7 +35,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
35
35
|
helperText?: string | undefined;
|
36
36
|
leftHelper?: string | undefined;
|
37
37
|
rightHelper?: string | undefined;
|
38
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
39
38
|
} & {
|
40
39
|
requiredPlacement?: "left" | "right" | undefined;
|
41
40
|
} & {
|
@@ -79,7 +78,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
79
78
|
helperText?: string | undefined;
|
80
79
|
leftHelper?: string | undefined;
|
81
80
|
rightHelper?: string | undefined;
|
82
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
83
81
|
} & {
|
84
82
|
requiredPlacement?: "left" | "right" | undefined;
|
85
83
|
} & {
|
@@ -123,7 +121,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
123
121
|
helperText?: string | undefined;
|
124
122
|
leftHelper?: string | undefined;
|
125
123
|
rightHelper?: string | undefined;
|
126
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
127
124
|
} & {
|
128
125
|
requiredPlacement?: "left" | "right" | undefined;
|
129
126
|
} & {
|
@@ -167,7 +164,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
167
164
|
helperText?: string | undefined;
|
168
165
|
leftHelper?: string | undefined;
|
169
166
|
rightHelper?: string | undefined;
|
170
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
171
167
|
} & {
|
172
168
|
requiredPlacement?: "left" | "right" | undefined;
|
173
169
|
} & {
|
@@ -211,7 +207,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
211
207
|
helperText?: string | undefined;
|
212
208
|
leftHelper?: string | undefined;
|
213
209
|
rightHelper?: string | undefined;
|
214
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
215
210
|
} & {
|
216
211
|
requiredPlacement?: "left" | "right" | undefined;
|
217
212
|
} & {
|
@@ -255,7 +250,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
255
250
|
helperText?: string | undefined;
|
256
251
|
leftHelper?: string | undefined;
|
257
252
|
rightHelper?: string | undefined;
|
258
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
259
253
|
} & {
|
260
254
|
requiredPlacement?: "left" | "right" | undefined;
|
261
255
|
} & {
|
@@ -299,7 +293,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
299
293
|
helperText?: string | undefined;
|
300
294
|
leftHelper?: string | undefined;
|
301
295
|
rightHelper?: string | undefined;
|
302
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
303
296
|
} & {
|
304
297
|
requiredPlacement?: "left" | "right" | undefined;
|
305
298
|
} & {
|
@@ -343,7 +336,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
343
336
|
helperText?: string | undefined;
|
344
337
|
leftHelper?: string | undefined;
|
345
338
|
rightHelper?: string | undefined;
|
346
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
347
339
|
} & {
|
348
340
|
requiredPlacement?: "left" | "right" | undefined;
|
349
341
|
} & {
|
@@ -387,7 +379,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
387
379
|
helperText?: string | undefined;
|
388
380
|
leftHelper?: string | undefined;
|
389
381
|
rightHelper?: string | undefined;
|
390
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
391
382
|
} & {
|
392
383
|
requiredPlacement?: "left" | "right" | undefined;
|
393
384
|
} & {
|
@@ -431,7 +422,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
431
422
|
helperText?: string | undefined;
|
432
423
|
leftHelper?: string | undefined;
|
433
424
|
rightHelper?: string | undefined;
|
434
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
435
425
|
} & {
|
436
426
|
requiredPlacement?: "left" | "right" | undefined;
|
437
427
|
} & {
|
@@ -475,7 +465,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
475
465
|
helperText?: string | undefined;
|
476
466
|
leftHelper?: string | undefined;
|
477
467
|
rightHelper?: string | undefined;
|
478
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
479
468
|
} & {
|
480
469
|
requiredPlacement?: "left" | "right" | undefined;
|
481
470
|
} & {
|
@@ -519,7 +508,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
519
508
|
helperText?: string | undefined;
|
520
509
|
leftHelper?: string | undefined;
|
521
510
|
rightHelper?: string | undefined;
|
522
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
523
511
|
} & {
|
524
512
|
requiredPlacement?: "left" | "right" | undefined;
|
525
513
|
} & {
|
@@ -563,7 +551,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
563
551
|
helperText?: string | undefined;
|
564
552
|
leftHelper?: string | undefined;
|
565
553
|
rightHelper?: string | undefined;
|
566
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
567
554
|
} & {
|
568
555
|
requiredPlacement?: "left" | "right" | undefined;
|
569
556
|
} & {
|
@@ -607,7 +594,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
607
594
|
helperText?: string | undefined;
|
608
595
|
leftHelper?: string | undefined;
|
609
596
|
rightHelper?: string | undefined;
|
610
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
611
597
|
} & {
|
612
598
|
requiredPlacement?: "left" | "right" | undefined;
|
613
599
|
} & {
|
@@ -651,7 +637,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
651
637
|
helperText?: string | undefined;
|
652
638
|
leftHelper?: string | undefined;
|
653
639
|
rightHelper?: string | undefined;
|
654
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
655
640
|
} & {
|
656
641
|
requiredPlacement?: "left" | "right" | undefined;
|
657
642
|
} & {
|
@@ -695,7 +680,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
|
|
695
680
|
helperText?: string | undefined;
|
696
681
|
leftHelper?: string | undefined;
|
697
682
|
rightHelper?: string | undefined;
|
698
|
-
helperPlacement?: "inner" | "outer" | undefined;
|
699
683
|
} & {
|
700
684
|
requiredPlacement?: "left" | "right" | undefined;
|
701
685
|
} & {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/TextArea/TextArea.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,QAAQ
|
1
|
+
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/TextArea/TextArea.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yDAA0B,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
.b1x0cx6o.textarea-clear{border:unset;}.b1x0cx6o.textarea-clear .s3wsw3p{box-shadow:unset;background-color:unset;border-radius:0;padding-bottom:var(--plasma-textarea-input-padding-top);}.b1x0cx6o.textarea-clear .o1r1fvk8{margin-bottom:var(--plasma-textarea-clear-label-margin-bottom);}.b1x0cx6o.textarea-clear .stc5t23{right:0;bottom:unset;}.b1x0cx6o.textarea-clear .s18lndvq,.b1x0cx6o.textarea-clear .s183p45n{padding-left:0;}.b1x0cx6o.textarea-clear .s183p45n{background-color:unset;border-radius:0;padding-top:var(--plasma-textarea-clear-helpers-padding-top);padding-right:0;}.b1x0cx6o.textarea-clear .s18lndvq{color:var(--plasma-textarea-input-clear-color);padding-right:0;}.b1x0cx6o.textarea-clear .s18lndvq.textarea-has-right-content{padding-right:var(--plasma-textarea-clear-input-padding-right-with-right-content);}.b1x0cx6o.textarea-clear .salwx57:not(.inner-placeholder-up) .s11kd6xq{color:var(--plasma-textarea-clear-placeholder-color);}.b1x0cx6o.textarea-clear .salwx57:not(.inner-placeholder-up).focused-outer-placeholder-color .s11kd6xq{color:var(--plasma-textarea-clear-placeholder-color-focus);}.b1x0cx6o.textarea-clear .salwx57.inner-placeholder-up{color:var(--plasma-textarea-placeholder-color);}.b1x0cx6o.textarea-clear .s11kd6xq{padding-left:0;}.b1x0cx6o.textarea-clear .s14zw9ik.label-placement-inner{inset:var(--plasma-textarea__clear-indicator-placement-inner);}.b1x0cx6o.textarea-clear .s14zw9ik.label-placement-inner.required-align-right{inset:var(--plasma-textarea__clear-indicator-placement-inner-right);}.b1x0cx6o.textarea-clear.textarea-has-hint .s18tpn65.label-placement-inner{inset:var(--plasma-textarea__clear-hint-inner-label-placement-offset);}.b1x0cx6o.textarea-clear.textarea-has-hint .s14zw9ik.label-placement-inner.required-align-right{inset:var(--plasma-textarea__clear-indicator-hint-placement-inner-right);}.b1x0cx6o.textarea-clear .textarea-container{border:unset;border-radius:0;}.b1x0cx6o.textarea-clear:focus-within:not([readonly]) .textarea-wrapper{background-color:unset;box-shadow:unset;}.b1x0cx6o.textarea-clear:focus-within:not([readonly]) .textarea-container{border:unset;}.b1x0cx6o.textarea-clear:focus-within:not([readonly]) .textarea-helpers{background-color:unset;}.b1x0cx6o.textarea-clear.textarea-has-divider .s3wsw3p{position:relative;--plasma_private-textarea-divider-color:var(--plasma-textarea-divider-color);}.b1x0cx6o.textarea-clear.textarea-has-divider .s3wsw3p:before{content:'';position:absolute;height:0.063rem;width:100%;bottom:0;left:0;background-color:var(--plasma_private-textarea-divider-color);-webkit-transition:background-color 0.1s ease-in;transition:background-color 0.1s ease-in;}.b1x0cx6o.textarea-clear.textarea-has-divider:not([readonly]) .s3wsw3p:hover{--plasma_private-textarea-divider-color:var( --plasma-textarea-divider-color-hover, var(--plasma-textarea-divider-color) );}.b1x0cx6o.textarea-clear.textarea-has-divider:not([readonly]) .s3wsw3p:focus-within{--plasma_private-textarea-divider-color:var( --plasma-textarea-divider-color-focus, var(--plasma-textarea-divider-color) );}
|
@@ -1 +0,0 @@
|
|
1
|
-
.b1x0cx6o.textarea-clear{border:unset;}.b1x0cx6o.textarea-clear .s3wsw3p{box-shadow:unset;background-color:unset;border-radius:0;padding-bottom:var(--plasma-textarea-input-padding-top);}.b1x0cx6o.textarea-clear .o1r1fvk8{margin-bottom:var(--plasma-textarea-clear-label-margin-bottom);}.b1x0cx6o.textarea-clear .stc5t23{right:0;bottom:unset;}.b1x0cx6o.textarea-clear .s18lndvq,.b1x0cx6o.textarea-clear .s183p45n{padding-left:0;}.b1x0cx6o.textarea-clear .s183p45n{background-color:unset;border-radius:0;padding-top:var(--plasma-textarea-clear-helpers-padding-top);padding-right:0;}.b1x0cx6o.textarea-clear .s18lndvq{color:var(--plasma-textarea-input-clear-color);padding-right:0;}.b1x0cx6o.textarea-clear .s18lndvq.textarea-has-right-content{padding-right:var(--plasma-textarea-clear-input-padding-right-with-right-content);}.b1x0cx6o.textarea-clear .salwx57:not(.inner-placeholder-up) .s11kd6xq{color:var(--plasma-textarea-clear-placeholder-color);}.b1x0cx6o.textarea-clear .salwx57:not(.inner-placeholder-up).focused-outer-placeholder-color .s11kd6xq{color:var(--plasma-textarea-clear-placeholder-color-focus);}.b1x0cx6o.textarea-clear .salwx57.inner-placeholder-up{color:var(--plasma-textarea-placeholder-color);}.b1x0cx6o.textarea-clear .s11kd6xq{padding-left:0;}.b1x0cx6o.textarea-clear .s14zw9ik.label-placement-inner{inset:var(--plasma-textarea__clear-indicator-placement-inner);}.b1x0cx6o.textarea-clear .s14zw9ik.label-placement-inner.required-align-right{inset:var(--plasma-textarea__clear-indicator-placement-inner-right);}.b1x0cx6o.textarea-clear.textarea-has-hint .s18tpn65.label-placement-inner{inset:var(--plasma-textarea__clear-hint-inner-label-placement-offset);}.b1x0cx6o.textarea-clear.textarea-has-hint .s14zw9ik.label-placement-inner.required-align-right{inset:var(--plasma-textarea__clear-indicator-hint-placement-inner-right);}.b1x0cx6o.textarea-clear .textarea-container{border:unset;border-radius:0;}.b1x0cx6o.textarea-clear:focus-within:not([readonly]) .textarea-wrapper{background-color:unset;box-shadow:unset;}.b1x0cx6o.textarea-clear:focus-within:not([readonly]) .textarea-container{border:unset;}.b1x0cx6o.textarea-clear:focus-within:not([readonly]) .textarea-helpers{background-color:unset;}.b1x0cx6o.textarea-clear.textarea-has-divider .s3wsw3p{position:relative;--plasma_private-textarea-divider-color:var(--plasma-textarea-divider-color);}.b1x0cx6o.textarea-clear.textarea-has-divider .s3wsw3p:before{content:'';position:absolute;height:0.063rem;width:100%;bottom:0;left:0;background-color:var(--plasma_private-textarea-divider-color);-webkit-transition:background-color 0.1s ease-in;transition:background-color 0.1s ease-in;}.b1x0cx6o.textarea-clear.textarea-has-divider:not([readonly]) .s3wsw3p:hover{--plasma_private-textarea-divider-color:var( --plasma-textarea-divider-color-hover, var(--plasma-textarea-divider-color) );}.b1x0cx6o.textarea-clear.textarea-has-divider:not([readonly]) .s3wsw3p:focus-within{--plasma_private-textarea-divider-color:var( --plasma-textarea-divider-color-focus, var(--plasma-textarea-divider-color) );}
|