@salutejs/plasma-new-hope 0.345.0-canary.2422.20906430475.0 → 0.345.0-canary.2423.20988873450.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/Combobox/ComboboxNew/Combobox.js +4 -0
- package/dist/css/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/dist/css/cjs/components/TextArea/TextArea.js +61 -56
- package/dist/css/cjs/components/TextArea/TextArea.js.map +1 -1
- package/dist/css/cjs/components/TextArea/TextArea.styles.js +37 -30
- package/dist/css/cjs/components/TextArea/TextArea.styles.js.map +1 -1
- package/dist/css/cjs/components/TextArea/{TextArea.styles_j6drga.css → TextArea.styles_1y5shlb.css} +3 -3
- package/dist/css/cjs/components/TextArea/TextArea.tokens.js +49 -123
- package/dist/css/cjs/components/TextArea/TextArea.tokens.js.map +1 -1
- package/dist/css/cjs/components/TextArea/ui/Hint/Hint.css +22 -22
- package/dist/css/cjs/components/TextArea/variations/_disabled/base.js +1 -1
- package/dist/css/cjs/components/TextArea/variations/_disabled/base.js.map +1 -1
- package/dist/css/cjs/components/TextArea/variations/_disabled/base_1vc9ple.css +1 -0
- 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_l5o3oz.css +1 -0
- package/dist/css/cjs/components/TextArea/variations/_size/base.js +1 -1
- package/dist/css/cjs/components/TextArea/variations/_size/base.js.map +1 -1
- package/dist/css/cjs/components/TextArea/variations/_size/base_15qflyx.css +1 -0
- package/dist/css/cjs/components/TextArea/variations/_view/base.js +1 -1
- package/dist/css/cjs/components/TextArea/variations/_view/base.js.map +1 -1
- package/dist/css/cjs/components/TextArea/variations/_view/{base_1hvnv2t.css → base_l2axzd.css} +1 -1
- package/dist/css/cjs/index.css +31 -33
- package/dist/css/es/components/Combobox/ComboboxNew/Combobox.js +4 -0
- package/dist/css/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/dist/css/es/components/TextArea/TextArea.js +61 -56
- package/dist/css/es/components/TextArea/TextArea.js.map +1 -1
- package/dist/css/es/components/TextArea/TextArea.styles.js +37 -30
- package/dist/css/es/components/TextArea/TextArea.styles.js.map +1 -1
- package/dist/css/es/components/TextArea/{TextArea.styles_j6drga.css → TextArea.styles_1y5shlb.css} +3 -3
- package/dist/css/es/components/TextArea/TextArea.tokens.js +49 -123
- package/dist/css/es/components/TextArea/TextArea.tokens.js.map +1 -1
- package/dist/css/es/components/TextArea/ui/Hint/Hint.css +22 -22
- package/dist/css/es/components/TextArea/variations/_disabled/base.js +1 -1
- package/dist/css/es/components/TextArea/variations/_disabled/base.js.map +1 -1
- package/dist/css/es/components/TextArea/variations/_disabled/base_1vc9ple.css +1 -0
- 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_l5o3oz.css +1 -0
- package/dist/css/es/components/TextArea/variations/_size/base.js +1 -1
- package/dist/css/es/components/TextArea/variations/_size/base.js.map +1 -1
- package/dist/css/es/components/TextArea/variations/_size/base_15qflyx.css +1 -0
- package/dist/css/es/components/TextArea/variations/_view/base.js +1 -1
- package/dist/css/es/components/TextArea/variations/_view/base.js.map +1 -1
- package/dist/css/es/components/TextArea/variations/_view/{base_1hvnv2t.css → base_l2axzd.css} +1 -1
- package/dist/css/es/index.css +31 -33
- package/dist/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +3 -0
- package/dist/emotion/cjs/components/TextArea/TextArea.js +65 -52
- package/dist/emotion/cjs/components/TextArea/TextArea.styles.js +53 -50
- package/dist/emotion/cjs/components/TextArea/TextArea.tokens.js +106 -112
- package/dist/emotion/cjs/components/TextArea/variations/_disabled/base.js +1 -2
- package/dist/emotion/cjs/components/TextArea/variations/_read-only/base.js +1 -1
- package/dist/emotion/cjs/components/TextArea/variations/_size/base.js +2 -1
- package/dist/emotion/cjs/components/TextArea/variations/_view/base.js +1 -1
- package/dist/emotion/cjs/examples/components/Combobox/Combobox.js +0 -15
- package/dist/emotion/cjs/examples/components/TextArea/TextArea.clear.config.js +47 -0
- package/dist/emotion/cjs/examples/components/TextArea/TextArea.config.js +16 -19
- package/dist/emotion/cjs/examples/components/TextArea/TextArea.js +29 -5
- package/dist/emotion/es/components/Combobox/ComboboxNew/Combobox.js +3 -0
- package/dist/emotion/es/components/TextArea/TextArea.js +57 -44
- package/dist/emotion/es/components/TextArea/TextArea.styles.js +53 -50
- package/dist/emotion/es/components/TextArea/TextArea.tokens.js +106 -112
- package/dist/emotion/es/components/TextArea/variations/_disabled/base.js +1 -2
- package/dist/emotion/es/components/TextArea/variations/_read-only/base.js +1 -1
- package/dist/emotion/es/components/TextArea/variations/_size/base.js +3 -2
- package/dist/emotion/es/components/TextArea/variations/_view/base.js +2 -2
- package/dist/emotion/es/examples/components/TextArea/TextArea.clear.config.js +37 -0
- package/dist/emotion/es/examples/components/TextArea/TextArea.config.js +16 -19
- package/dist/emotion/es/examples/components/TextArea/TextArea.js +15 -2
- package/dist/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +3 -0
- package/dist/styled-components/cjs/components/TextArea/TextArea.js +64 -51
- package/dist/styled-components/cjs/components/TextArea/TextArea.styles.js +38 -32
- package/dist/styled-components/cjs/components/TextArea/TextArea.tokens.js +106 -112
- package/dist/styled-components/cjs/components/TextArea/variations/_disabled/base.js +3 -13
- package/dist/styled-components/cjs/components/TextArea/variations/_read-only/base.js +4 -2
- package/dist/styled-components/cjs/components/TextArea/variations/_size/base.js +9 -2
- package/dist/styled-components/cjs/components/TextArea/variations/_view/base.js +11 -2
- package/dist/styled-components/cjs/examples/components/TextArea/TextArea.clear.config.js +520 -0
- package/dist/styled-components/cjs/examples/components/TextArea/TextArea.config.js +258 -290
- package/dist/styled-components/cjs/examples/components/TextArea/TextArea.js +29 -5
- package/dist/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +3 -0
- package/dist/styled-components/es/components/TextArea/TextArea.js +56 -43
- package/dist/styled-components/es/components/TextArea/TextArea.styles.js +38 -32
- package/dist/styled-components/es/components/TextArea/TextArea.tokens.js +106 -112
- package/dist/styled-components/es/components/TextArea/variations/_disabled/base.js +3 -13
- package/dist/styled-components/es/components/TextArea/variations/_read-only/base.js +4 -2
- package/dist/styled-components/es/components/TextArea/variations/_size/base.js +10 -3
- package/dist/styled-components/es/components/TextArea/variations/_view/base.js +12 -3
- package/dist/styled-components/es/examples/components/TextArea/TextArea.clear.config.js +510 -0
- package/dist/styled-components/es/examples/components/TextArea/TextArea.config.js +258 -290
- package/dist/styled-components/es/examples/components/TextArea/TextArea.js +15 -2
- package/package.json +6 -6
- package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
- package/types/components/TextArea/TextArea.d.ts +0 -4
- package/types/components/TextArea/TextArea.d.ts.map +1 -1
- package/types/components/TextArea/TextArea.styles.d.ts +1 -0
- package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
- package/types/components/TextArea/TextArea.tokens.d.ts +45 -123
- package/types/components/TextArea/TextArea.tokens.d.ts.map +1 -1
- package/types/components/TextArea/TextArea.types.d.ts +8 -1
- package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
- package/types/components/TextArea/variations/_disabled/base.d.ts.map +1 -1
- package/types/components/TextArea/variations/_read-only/base.d.ts.map +1 -1
- package/types/components/TextArea/variations/_size/base.d.ts.map +1 -1
- package/types/components/TextArea/variations/_view/base.d.ts.map +1 -1
- package/types/examples/components/TextArea/TextArea.clear.config.d.ts +36 -0
- package/types/examples/components/TextArea/TextArea.clear.config.d.ts.map +1 -0
- package/types/examples/components/TextArea/TextArea.config.d.ts +7 -10
- package/types/examples/components/TextArea/TextArea.config.d.ts.map +1 -1
- package/types/examples/components/TextArea/TextArea.d.ts +1045 -11
- package/types/examples/components/TextArea/TextArea.d.ts.map +1 -1
- package/dist/css/cjs/components/TextArea/variations/_clear/base.js +0 -9
- package/dist/css/cjs/components/TextArea/variations/_clear/base.js.map +0 -1
- package/dist/css/cjs/components/TextArea/variations/_clear/base_1vo4ba5.css +0 -1
- package/dist/css/cjs/components/TextArea/variations/_disabled/base_s6ttw.css +0 -1
- package/dist/css/cjs/components/TextArea/variations/_read-only/base_pgwr5c.css +0 -1
- package/dist/css/cjs/components/TextArea/variations/_size/base_1mq4sb2.css +0 -1
- package/dist/css/es/components/TextArea/variations/_clear/base.js +0 -5
- package/dist/css/es/components/TextArea/variations/_clear/base.js.map +0 -1
- package/dist/css/es/components/TextArea/variations/_clear/base_1vo4ba5.css +0 -1
- package/dist/css/es/components/TextArea/variations/_disabled/base_s6ttw.css +0 -1
- package/dist/css/es/components/TextArea/variations/_read-only/base_pgwr5c.css +0 -1
- package/dist/css/es/components/TextArea/variations/_size/base_1mq4sb2.css +0 -1
- package/dist/emotion/cjs/components/TextArea/variations/_clear/base.js +0 -14
- package/dist/emotion/es/components/TextArea/variations/_clear/base.js +0 -4
- package/dist/styled-components/cjs/components/TextArea/variations/_clear/base.js +0 -67
- package/dist/styled-components/es/components/TextArea/variations/_clear/base.js +0 -57
- package/types/components/TextArea/variations/_clear/base.d.ts +0 -2
- package/types/components/TextArea/variations/_clear/base.d.ts.map +0 -1
|
@@ -1,5 +1,18 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { createConditionalComponent } from "../../../utils";
|
|
2
2
|
import { component, mergeConfig } from "../../../engines";
|
|
3
|
+
import { textAreaConfig } from "../../../components/TextArea";
|
|
3
4
|
import { config } from "./TextArea.config";
|
|
5
|
+
import { config as clearConfig } from "./TextArea.clear.config";
|
|
4
6
|
var mergedConfig = mergeConfig(textAreaConfig, config);
|
|
5
|
-
export var
|
|
7
|
+
export var TextAreaDefault = component(mergedConfig);
|
|
8
|
+
var mergedConfigClear = mergeConfig(textAreaConfig, clearConfig);
|
|
9
|
+
export var TextAreaClear = component(mergedConfigClear);
|
|
10
|
+
export var TextArea = createConditionalComponent(TextAreaDefault, [
|
|
11
|
+
{
|
|
12
|
+
conditions: {
|
|
13
|
+
prop: 'appearance',
|
|
14
|
+
value: 'clear'
|
|
15
|
+
},
|
|
16
|
+
component: TextAreaClear
|
|
17
|
+
}
|
|
18
|
+
]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/plasma-new-hope",
|
|
3
|
-
"version": "0.345.0-canary.
|
|
3
|
+
"version": "0.345.0-canary.2423.20988873450.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.
|
|
96
|
-
"@salutejs/plasma-sb-utils": "0.213.0-canary.
|
|
97
|
-
"@salutejs/plasma-themes": "0.39.0-canary.
|
|
95
|
+
"@salutejs/plasma-cy-utils": "0.143.0-canary.2423.20988873450.0",
|
|
96
|
+
"@salutejs/plasma-sb-utils": "0.213.0-canary.2423.20988873450.0",
|
|
97
|
+
"@salutejs/plasma-themes": "0.39.0-canary.2423.20988873450.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.
|
|
125
|
+
"@salutejs/plasma-core": "1.213.0-canary.2423.20988873450.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": "aa94d7dd83b285ded4e7fecaa043c853aaaa5ad2"
|
|
146
146
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../src/components/Combobox/ComboboxNew/Combobox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6E,MAAM,OAAO,CAAC;AAIlG,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AA8BxC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAOtD;;GAEG;AACH,eAAO,MAAM,YAAY,SAAU,SAAS,CAAC,gBAAgB,EAAE,IAAI,CAAC,aAAa,EAAE,OAAO,GAAG,eAAe,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../src/components/Combobox/ComboboxNew/Combobox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6E,MAAM,OAAO,CAAC;AAIlG,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AA8BxC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAOtD;;GAEG;AACH,eAAO,MAAM,YAAY,SAAU,SAAS,CAAC,gBAAgB,EAAE,IAAI,CAAC,aAAa,EAAE,OAAO,GAAG,eAAe,CAAC,CAAC,2FAwoBxG,CAAC;AAEP,eAAO,MAAM,cAAc;;;mBA1oBQ,SAAS,CAAC,gBAAgB,EAAE,IAAI,CAAC,aAAa,EAAE,OAAO,GAAG,eAAe,CAAC,CAAC;;;;;;;;;;;;;;;;;;CA+pB7G,CAAC"}
|
|
@@ -15,10 +15,6 @@ export declare const textAreaConfig: {
|
|
|
15
15
|
view: {
|
|
16
16
|
css: import("@linaria/core").LinariaClassName;
|
|
17
17
|
};
|
|
18
|
-
clear: {
|
|
19
|
-
css: import("@linaria/core").LinariaClassName;
|
|
20
|
-
attrs: boolean;
|
|
21
|
-
};
|
|
22
18
|
readOnly: {
|
|
23
19
|
css: import("@linaria/core").LinariaClassName;
|
|
24
20
|
attrs: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmG,MAAM,OAAO,CAAC;AAKxH,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,KAAmG,MAAM,OAAO,CAAC;AAKxH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAiCrD,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,SAAS,CAAC,mBAAmB,EAAE,iBAAiB,CAAC,8FAmX9E,CAAC;AAEP,eAAO,MAAM,cAAc;;;mBArXQ,SAAS,CAAC,mBAAmB,EAAE,iBAAiB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoZnF,CAAC"}
|
|
@@ -39,6 +39,7 @@ export declare const StyledTextArea: import("@linaria/react").StyledComponent<im
|
|
|
39
39
|
export declare const StyledHiddenTextArea: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLTextAreaElement> & import("react").TextareaHTMLAttributes<HTMLTextAreaElement> & {
|
|
40
40
|
hasContentRight: boolean;
|
|
41
41
|
resize?: string;
|
|
42
|
+
cols?: number;
|
|
42
43
|
}>;
|
|
43
44
|
export declare const StyledHelpers: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
44
45
|
export declare const StyledOutsideHelpersWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
@@ -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;WAAS,MAAM;EAOjF,CAAC;AAEF,eAAO,MAAM,WAAW,qKAWvB,CAAC;AAEF,eAAO,MAAM,YAAY,qKAUxB,CAAC;AAEF,eAAO,MAAM,sBAAsB,qKAIlC,CAAC;AAEF,eAAO,MAAM,kBAAkB;kBAA+B,OAAO;EAepE,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;eACP,OAAO;EAYrB,CAAC;AAEF,eAAO,MAAM,oBAAoB;eAA2B,OAAO;EAKlE,CAAC;AAEF,eAAO,MAAM,aAAa;gBAA4B,OAAO;
|
|
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;WAAS,MAAM;EAOjF,CAAC;AAEF,eAAO,MAAM,WAAW,qKAWvB,CAAC;AAEF,eAAO,MAAM,YAAY,qKAUxB,CAAC;AAEF,eAAO,MAAM,sBAAsB,qKAIlC,CAAC;AAEF,eAAO,MAAM,kBAAkB;kBAA+B,OAAO;EAepE,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;eACP,OAAO;EAYrB,CAAC;AAEF,eAAO,MAAM,oBAAoB;eAA2B,OAAO;EAKlE,CAAC;AAEF,eAAO,MAAM,aAAa;gBAA4B,OAAO;EAoB5D,CAAC;AAEF,eAAO,MAAM,gBAAgB,qKAG5B,CAAC;AAEF,eAAO,MAAM,cAAc,qKAE1B,CAAC;AAEF,eAAO,MAAM,OAAO,qKAGnB,CAAC;AAEF,eAAO,MAAM,eAAe;WAAuB,MAAM;EAOxD,CAAC;AAEF,eAAO,MAAM,cAAc;eACZ,OAAO;qBACD,OAAO;sBACN,OAAO;YACjB,MAAM,GAAG,MAAM;aACd,MAAM,GAAG,MAAM;aACf,MAAM;EAiGlB,CAAC;AAEF,eAAO,MAAM,oBAAoB;qBACZ,OAAO;aACf,MAAM;WACR,MAAM;EA+BhB,CAAC;AAEF,eAAO,MAAM,aAAa,qKAgBzB,CAAC;AAEF,eAAO,MAAM,2BAA2B,qKAMvC,CAAC;AAEF,eAAO,MAAM,gBAAgB,uKAiB5B,CAAC;AAEF,eAAO,MAAM,iBAAiB;SArTM,MAAO,WAAW;EAwTrD,CAAC;AAEF,eAAO,MAAM,iBAAiB;qBACT,OAAO;EA2B3B,CAAC;AAEF,eAAO,MAAM,eAAe,qKA+B3B,CAAC"}
|
|
@@ -28,200 +28,103 @@ export declare const classes: {
|
|
|
28
28
|
leftHelperFocus: string;
|
|
29
29
|
};
|
|
30
30
|
export declare const tokens: {
|
|
31
|
-
/** Цвет фона для всего компонента */
|
|
32
31
|
backgroundColor: string;
|
|
33
|
-
/** Цвет фона для всего компонента в состоянии hover */
|
|
34
32
|
backgroundColorHover: string;
|
|
35
|
-
/** Цвет фона для всего компонента в состоянии active */
|
|
36
33
|
backgroundColorActive: string;
|
|
37
|
-
/** Цвет фона для всего компонента в состоянии focus */
|
|
38
34
|
backgroundColorFocus: string;
|
|
39
|
-
/** Цвет фона для элемента textarea */
|
|
40
35
|
inputBackgroundColor: string;
|
|
41
|
-
/** Цвет фона для элемента textarea в состоянии hover */
|
|
42
36
|
inputBackgroundColorHover: string;
|
|
43
|
-
/** Цвет фона для элемента textarea в состоянии active */
|
|
44
37
|
inputBackgroundColorActive: string;
|
|
45
|
-
/** Цвет фона для элемента textarea в состоянии focus */
|
|
46
38
|
inputBackgroundColorFocus: string;
|
|
47
|
-
/** Цвета границы для элемента textarea */
|
|
48
39
|
inputBorderColor: string;
|
|
49
|
-
/** Цвета границы для элемента textarea в состоянии hover */
|
|
50
40
|
inputBorderColorHover: string;
|
|
51
|
-
/** Цвета границы для элемента textarea в состоянии active */
|
|
52
41
|
inputBorderColorActive: string;
|
|
53
|
-
/** Цвета границы для элемента textarea в состоянии focus */
|
|
54
42
|
inputBorderColorFocus: string;
|
|
55
|
-
/** Цвет фона для блока подписей снизу */
|
|
56
43
|
helpersBackgroundColor: string;
|
|
57
|
-
/** Цвет фона для блока подписей снизу в состоянии hover */
|
|
58
44
|
helpersBackgroundColorHover: string;
|
|
59
|
-
/** Цвет фона для блока подписей снизу в состоянии active */
|
|
60
45
|
helpersBackgroundColorActive: string;
|
|
61
|
-
/** Цвет фона для блока подписей снизу в состоянии focus */
|
|
62
46
|
helpersBackgroundColorFocus: string;
|
|
63
|
-
/** Цвет текста для элемента textarea */
|
|
64
47
|
inputColor: string;
|
|
65
|
-
clearInputColor: string;
|
|
66
|
-
inputColorReadOnly: string;
|
|
67
|
-
backgroundColorReadOnly: string;
|
|
68
|
-
readOnlyOpacity: string;
|
|
69
|
-
/** Цвет текста для элемента textarea в состоянии focus */
|
|
70
48
|
inputColorFocus: string;
|
|
71
|
-
/** Цвет каретки
|
|
49
|
+
/** Цвет каретки */
|
|
72
50
|
inputCaretColor: string;
|
|
73
|
-
/** Цвет элемента placeholder */
|
|
74
51
|
placeholderColor: string;
|
|
75
|
-
clearPlaceholderColor: string;
|
|
76
|
-
/** Цвет элемента placeholder в состоянии focus */
|
|
77
52
|
placeholderColorFocus: string;
|
|
78
|
-
clearPlaceholderColorFocus: string;
|
|
79
|
-
/** Цвет элемента optional */
|
|
80
53
|
optionalColor: string;
|
|
81
|
-
/** Цвет текста для левой подписи снизу */
|
|
82
54
|
leftHelperColor: string;
|
|
83
|
-
/** Цвет текста для левой подписи снизу в состоянии focus */
|
|
84
55
|
leftHelperColorFocus: string;
|
|
85
|
-
/** Цвет текста для правой подписи снизу */
|
|
86
56
|
rightHelperColor: string;
|
|
87
|
-
/** Цвета
|
|
88
|
-
|
|
57
|
+
/** Цвета для read-only состояния */
|
|
58
|
+
inputColorReadOnly: string;
|
|
59
|
+
backgroundColorReadOnly: string;
|
|
89
60
|
borderColorReadOnly: string;
|
|
90
|
-
|
|
61
|
+
readOnlyOpacity: string;
|
|
62
|
+
borderColor: string;
|
|
91
63
|
borderColorHover: string;
|
|
92
|
-
/** Цвета границы для всего компонента в состоянии focus */
|
|
93
64
|
borderColorFocus: string;
|
|
94
|
-
|
|
65
|
+
dividerColor: string;
|
|
66
|
+
dividerColorHover: string;
|
|
67
|
+
dividerColorFocus: string;
|
|
68
|
+
dividerColorReadOnly: string;
|
|
69
|
+
boxShadow: string;
|
|
95
70
|
inputWidth: string;
|
|
96
|
-
/** Высота элемента textarea */
|
|
97
71
|
inputHeight: string;
|
|
98
|
-
/** Минимальная высота элемента textarea */
|
|
99
72
|
inputMinHeight: string;
|
|
100
|
-
/** Толщина рамки всего компонента */
|
|
101
73
|
borderSize: string;
|
|
102
|
-
/** Размер скругления рамки всего компонента */
|
|
103
74
|
borderRadius: string;
|
|
104
|
-
/** Размер скругления рамки всего компонента, когда есть блок подписей и у него нет рамки */
|
|
105
75
|
borderRadiusWithHelpers: string;
|
|
106
|
-
/**
|
|
76
|
+
/** Отступы для элемента textarea */
|
|
107
77
|
inputPaddingTop: string;
|
|
108
|
-
/** Отступ справа для элемента textarea */
|
|
109
78
|
inputPaddingRight: string;
|
|
110
|
-
/** Отступ справа для элемента textarea, когда есть контент справа */
|
|
111
79
|
inputPaddingRightWithRightContent: string;
|
|
112
|
-
clearInputPaddingRightWithRightContent: string;
|
|
113
|
-
/** Отступ снизу для элемента textarea */
|
|
114
80
|
inputPaddingBottom: string;
|
|
115
|
-
/** Отступ снизу для элемента textarea, когда есть блок подписей */
|
|
116
81
|
inputPaddingBottomWithHelpers: string;
|
|
117
|
-
/** Отступ слева для элемента textarea */
|
|
118
82
|
inputPaddingLeft: string;
|
|
119
|
-
/**
|
|
83
|
+
/** Отступы для блока подписей */
|
|
120
84
|
helpersPaddingTop: string;
|
|
121
85
|
clearHelpersPaddingTop: string;
|
|
122
|
-
/** Отступ справа для блока подписей */
|
|
123
86
|
helpersPaddingRight: string;
|
|
124
|
-
/** Отступ снизу для блока подписей */
|
|
125
87
|
helpersPaddingBottom: string;
|
|
126
|
-
/** Отступ слева для блока подписей */
|
|
127
88
|
helpersPaddingLeft: string;
|
|
128
|
-
/** Вспомогательная высота для всего компонента, когда есть блок подписей и у него нет рамки */
|
|
129
89
|
helpersOffset: string;
|
|
130
|
-
/**
|
|
90
|
+
/** Позиционирование контента справа */
|
|
131
91
|
rightContentTop: string;
|
|
132
|
-
/** Отступ справа для контента справа */
|
|
133
92
|
rightContentRight: string;
|
|
134
|
-
/** Высота контента справа */
|
|
135
93
|
rightContentHeight: string;
|
|
136
|
-
|
|
94
|
+
rightContentColor: string;
|
|
95
|
+
rightContentColorHover: string;
|
|
96
|
+
rightContentColorActive: string;
|
|
97
|
+
contentSlotRightOpacityReadOnly: string;
|
|
98
|
+
/** Токены лейбла */
|
|
137
99
|
labelOuterColor: string;
|
|
138
|
-
/** Шрифт для элемента label, когда он внутри и уменьшен */
|
|
139
100
|
labelOuterFontFamily: string;
|
|
140
|
-
/** Размер шрифта для элемента label, когда он внутри и уменьшен */
|
|
141
|
-
labelOuterFontSize: string;
|
|
142
|
-
/** Стиль шрифта для элемента label, когда он внутри и уменьшен */
|
|
143
101
|
labelOuterFontStyle: string;
|
|
144
|
-
|
|
102
|
+
labelOuterFontSize: string;
|
|
145
103
|
labelOuterFontWeight: string;
|
|
146
|
-
/** Межсимвольное расстояние для элемента label, когда он внутри и уменьшен */
|
|
147
104
|
labelOuterLetterSpacing: string;
|
|
148
|
-
/** Высота строки для элемента label, когда он внутри и уменьшен */
|
|
149
105
|
labelOuterLineHeight: string;
|
|
150
|
-
/** Отступ сверху для элемента label, когда он внутри и уменьшен */
|
|
151
106
|
labelMarginBottom: string;
|
|
152
|
-
clearLabelMarginBottom: string;
|
|
153
|
-
/** Шрифт для элемента label, когда он внутри и уменьшен */
|
|
154
107
|
labelInnerFontFamily: string;
|
|
155
|
-
/** Размер шрифта для элемента label, когда он внутри и уменьшен */
|
|
156
|
-
labelInnerFontSize: string;
|
|
157
|
-
/** Стиль шрифта для элемента label, когда он внутри и уменьшен */
|
|
158
108
|
labelInnerFontStyle: string;
|
|
159
|
-
|
|
109
|
+
labelInnerFontSize: string;
|
|
160
110
|
labelInnerFontWeight: string;
|
|
161
|
-
/** Межсимвольное расстояние для элемента label, когда он внутри и уменьшен */
|
|
162
111
|
labelInnerLetterSpacing: string;
|
|
163
|
-
/** Высота строки для элемента label, когда он внутри и уменьшен */
|
|
164
112
|
labelInnerLineHeight: string;
|
|
165
|
-
/** Отступ сверху для элемента textarea при фокусе */
|
|
166
113
|
labelInnerTop: string;
|
|
167
|
-
/** Вспомогательный отступ сверху для элемента textarea при фокусе для компенсации размеров */
|
|
168
114
|
labelInnerTopHelper: string;
|
|
169
|
-
/** Отступ между Label и TextArea */
|
|
170
115
|
labelInnerMarginBottom: string;
|
|
171
|
-
/** Шрифт для элемента textarea */
|
|
172
116
|
inputFontFamily: string;
|
|
173
|
-
/** Размер шрифта для элемента textarea */
|
|
174
|
-
inputFontSize: string;
|
|
175
|
-
/** Стиль шрифта для элемента textarea */
|
|
176
117
|
inputFontStyle: string;
|
|
177
|
-
|
|
118
|
+
inputFontSize: string;
|
|
178
119
|
inputFontWeight: string;
|
|
179
|
-
/** Межсимвольное расстояние шрифта для элемента textarea */
|
|
180
120
|
inputLetterSpacing: string;
|
|
181
|
-
/** Высота строки шрифта для элемента textarea */
|
|
182
121
|
inputLineHeight: string;
|
|
183
|
-
/** Шрифт для элемента блока подписей снизу */
|
|
184
122
|
helpersFontFamily: string;
|
|
185
|
-
/** Размер шрифта для элемента блока подписей снизу */
|
|
186
|
-
helpersFontSize: string;
|
|
187
|
-
/** Стиль шрифта для элемента блока подписей снизу */
|
|
188
123
|
helpersFontStyle: string;
|
|
189
|
-
|
|
124
|
+
helpersFontSize: string;
|
|
190
125
|
helpersFontWeight: string;
|
|
191
|
-
/** Межсимвольное расстояние для элемента блока подписей снизу */
|
|
192
126
|
helpersLetterSpacing: string;
|
|
193
|
-
/** Высота строки для элемента блока подписей снизу */
|
|
194
127
|
helpersLineHeight: string;
|
|
195
|
-
/** Тень */
|
|
196
|
-
boxShadow: string;
|
|
197
|
-
rightContentColor: string;
|
|
198
|
-
/** Прозрачность для всего компонента в состоянии disabled */
|
|
199
|
-
disabledOpacity: string;
|
|
200
|
-
/** Цвет текста для элемента textarea в состоянии disabled */
|
|
201
|
-
inputColorDisabled: string;
|
|
202
|
-
indicatorColor: string;
|
|
203
|
-
indicatorSizeInner: string;
|
|
204
|
-
indicatorSizeOuter: string;
|
|
205
|
-
indicatorLabelPlacementInner: string;
|
|
206
|
-
indicatorLabelPlacementOuter: string;
|
|
207
|
-
indicatorLabelPlacementInnerRight: string;
|
|
208
|
-
indicatorLabelPlacementOuterRight: string;
|
|
209
|
-
indicatorLabelPlacementHintOuterRight: string;
|
|
210
|
-
clearIndicatorLabelPlacementInner: string;
|
|
211
|
-
clearIndicatorLabelPlacementInnerRight: string;
|
|
212
|
-
clearIndicatorHintInnerRight: string;
|
|
213
|
-
scrollbarWidth: string;
|
|
214
|
-
scrollbarBorderWidth: string;
|
|
215
|
-
scrollbarThumbBackgroundColor: string;
|
|
216
|
-
scrollbarThumbBackgroundColorHover: string;
|
|
217
|
-
scrollbarThumbBackgroundColorActive: string;
|
|
218
|
-
scrollbarTrackBackgroundColor: string;
|
|
219
|
-
scrollbarTrackBackgroundColorHover: string;
|
|
220
|
-
scrollbarTrackBackgroundColorActive: string;
|
|
221
|
-
dividerColor: string;
|
|
222
|
-
dividerColorHover: string;
|
|
223
|
-
dividerColorFocus: string;
|
|
224
|
-
dividerColorReadOnly: string;
|
|
225
128
|
titleCaptionColor: string;
|
|
226
129
|
titleCaptionColorReadOnly: string;
|
|
227
130
|
titleCaptionInnerLabelOffset: string;
|
|
@@ -231,13 +134,15 @@ export declare const tokens: {
|
|
|
231
134
|
titleCaptionFontWeight: string;
|
|
232
135
|
titleCaptionLetterSpacing: string;
|
|
233
136
|
titleCaptionLineHeight: string;
|
|
137
|
+
/** Прозрачность для всего компонента в состоянии disabled */
|
|
138
|
+
disabledOpacity: string;
|
|
139
|
+
inputColorDisabled: string;
|
|
234
140
|
/** Токены для tooltip */
|
|
235
|
-
hintCustomIconTargetSize: string;
|
|
236
141
|
hintMargin: string;
|
|
237
142
|
hintTargetSize: string;
|
|
143
|
+
hintCustomIconTargetSize: string;
|
|
238
144
|
hintIconColor: string;
|
|
239
145
|
hintInnerLabelPlacementOffset: string;
|
|
240
|
-
clearHintInnerLabelPlacementOffset: string;
|
|
241
146
|
tooltipBackgroundColor: string;
|
|
242
147
|
tooltipBoxShadow: string;
|
|
243
148
|
tooltipColor: string;
|
|
@@ -260,7 +165,24 @@ export declare const tokens: {
|
|
|
260
165
|
tooltipArrowHeight: string;
|
|
261
166
|
tooltipArrowEdgeMargin: string;
|
|
262
167
|
tooltipArrowBackground: string;
|
|
263
|
-
|
|
168
|
+
/** Токены скроллбара */
|
|
169
|
+
scrollbarWidth: string;
|
|
170
|
+
scrollbarBorderWidth: string;
|
|
171
|
+
scrollbarThumbBackgroundColor: string;
|
|
172
|
+
scrollbarThumbBackgroundColorHover: string;
|
|
173
|
+
scrollbarThumbBackgroundColorActive: string;
|
|
174
|
+
scrollbarTrackBackgroundColor: string;
|
|
175
|
+
scrollbarTrackBackgroundColorHover: string;
|
|
176
|
+
scrollbarTrackBackgroundColorActive: string;
|
|
177
|
+
indicatorColor: string;
|
|
178
|
+
indicatorSizeInner: string;
|
|
179
|
+
indicatorSizeOuter: string;
|
|
180
|
+
indicatorLabelPlacementInner: string;
|
|
181
|
+
indicatorLabelPlacementOuter: string;
|
|
182
|
+
indicatorLabelPlacementInnerRight: string;
|
|
183
|
+
indicatorLabelPlacementOuterRight: string;
|
|
184
|
+
indicatorLabelPlacementHintOuterRight: string;
|
|
185
|
+
clearIndicatorHintInnerRight: string;
|
|
264
186
|
tourBorderRadius: string;
|
|
265
187
|
};
|
|
266
188
|
//# sourceMappingURL=TextArea.tokens.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.tokens.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;IAChB,6DAA6D;;IAE7D,kEAAkE;;IAElE,+CAA+C;;IAE/C,6CAA6C;;IAE7C,4CAA4C;;IAE5C,mDAAmD;;IAEnD,+CAA+C;;IAE/C,2CAA2C;;;;IAI3C,6BAA6B;;;;;;;;;CAShC,CAAC;AAEF,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"TextArea.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.tokens.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;IAChB,6DAA6D;;IAE7D,kEAAkE;;IAElE,+CAA+C;;IAE/C,6CAA6C;;IAE7C,4CAA4C;;IAE5C,mDAAmD;;IAEnD,+CAA+C;;IAE/C,2CAA2C;;;;IAI3C,6BAA6B;;;;;;;;;CAShC,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;IAwBf,mBAAmB;;;;;;;;IAUnB,oCAAoC;;;;;;;;;;;;;;;;;;;IAwBpC,oCAAoC;;;;;;;IAQpC,iCAAiC;;;;;;;IAQjC,uCAAuC;;;;;;;;IAWvC,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmDpB,6DAA6D;;;IAI7D,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA+BzB,wBAAwB;;;;;;;;;;;;;;;;;;;CAqB3B,CAAC"}
|
|
@@ -14,6 +14,8 @@ type OneOf<T, U, R, K> = Only<T, U, R, K> | Only<U, T, R, K> | Only<R, T, U, K>
|
|
|
14
14
|
type ClearProps = {
|
|
15
15
|
/**
|
|
16
16
|
* view применяется с clear-токенами
|
|
17
|
+
* @deprecated
|
|
18
|
+
* use `appearance="clear"` instead
|
|
17
19
|
*/
|
|
18
20
|
clear?: true;
|
|
19
21
|
/**
|
|
@@ -197,6 +199,12 @@ export type TextAreaPropsBase = {
|
|
|
197
199
|
leftHelperPlacement?: 'inner' | 'outer';
|
|
198
200
|
} & RequiredProps & HintProps;
|
|
199
201
|
type TextAreaPropsExtends = TextAreaPropsBase & {
|
|
202
|
+
/**
|
|
203
|
+
* Стиль для UI конфигурации
|
|
204
|
+
* Влияет на выбор предустановленного набора токенов
|
|
205
|
+
* @default default
|
|
206
|
+
*/
|
|
207
|
+
appearance?: 'default' | 'clear';
|
|
200
208
|
/**
|
|
201
209
|
* Размер контрола.
|
|
202
210
|
*/
|
|
@@ -218,7 +226,6 @@ export type TextAreaRootProps = {
|
|
|
218
226
|
view?: string;
|
|
219
227
|
hintView?: string;
|
|
220
228
|
hintSize?: string;
|
|
221
|
-
clear?: boolean;
|
|
222
229
|
readOnly?: boolean;
|
|
223
230
|
disabled?: boolean;
|
|
224
231
|
} & Omit<TextareaHTMLAttributes<HTMLTextAreaElement>, 'rows' | 'cols' | 'required'>;
|
|
@@ -1 +1 @@
|
|
|
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,KAAK,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,KAAK,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,KAAK,UAAU,GAAG;IACd
|
|
1
|
+
{"version":3,"file":"TextArea.types.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.types.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextArea/variations/_disabled/base.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextArea/variations/_disabled/base.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,IAAI,0CAkBhB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextArea/variations/_read-only/base.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextArea/variations/_read-only/base.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,IAAI,0CAwEhB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextArea/variations/_size/base.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextArea/variations/_size/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAUhB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextArea/variations/_view/base.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextArea/variations/_view/base.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,IAAI,0CA6FhB,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export declare const config: {
|
|
2
|
+
defaults: {
|
|
3
|
+
view: string;
|
|
4
|
+
size: string;
|
|
5
|
+
labelPlacement: string;
|
|
6
|
+
};
|
|
7
|
+
variations: {
|
|
8
|
+
view: {
|
|
9
|
+
default: import("@linaria/core").LinariaClassName;
|
|
10
|
+
positive: import("@linaria/core").LinariaClassName;
|
|
11
|
+
warning: import("@linaria/core").LinariaClassName;
|
|
12
|
+
negative: import("@linaria/core").LinariaClassName;
|
|
13
|
+
};
|
|
14
|
+
size: {
|
|
15
|
+
xl: import("@linaria/core").LinariaClassName;
|
|
16
|
+
l: import("@linaria/core").LinariaClassName;
|
|
17
|
+
m: import("@linaria/core").LinariaClassName;
|
|
18
|
+
s: import("@linaria/core").LinariaClassName;
|
|
19
|
+
xs: import("@linaria/core").LinariaClassName;
|
|
20
|
+
};
|
|
21
|
+
hintView: {
|
|
22
|
+
default: import("@linaria/core").LinariaClassName;
|
|
23
|
+
};
|
|
24
|
+
hintSize: {
|
|
25
|
+
m: import("@linaria/core").LinariaClassName;
|
|
26
|
+
s: import("@linaria/core").LinariaClassName;
|
|
27
|
+
};
|
|
28
|
+
disabled: {
|
|
29
|
+
true: import("@linaria/core").LinariaClassName;
|
|
30
|
+
};
|
|
31
|
+
readOnly: {
|
|
32
|
+
true: import("@linaria/core").LinariaClassName;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=TextArea.clear.config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextArea.clear.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/TextArea/TextArea.clear.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAylBlB,CAAC"}
|
|
@@ -4,19 +4,19 @@ export declare const config: {
|
|
|
4
4
|
focused: string;
|
|
5
5
|
};
|
|
6
6
|
variations: {
|
|
7
|
-
size: {
|
|
8
|
-
xs: import("@linaria/core").LinariaClassName;
|
|
9
|
-
s: import("@linaria/core").LinariaClassName;
|
|
10
|
-
m: import("@linaria/core").LinariaClassName;
|
|
11
|
-
l: import("@linaria/core").LinariaClassName;
|
|
12
|
-
xl: import("@linaria/core").LinariaClassName;
|
|
13
|
-
};
|
|
14
7
|
view: {
|
|
15
8
|
default: import("@linaria/core").LinariaClassName;
|
|
16
9
|
positive: import("@linaria/core").LinariaClassName;
|
|
17
10
|
warning: import("@linaria/core").LinariaClassName;
|
|
18
11
|
negative: import("@linaria/core").LinariaClassName;
|
|
19
12
|
};
|
|
13
|
+
size: {
|
|
14
|
+
xl: import("@linaria/core").LinariaClassName;
|
|
15
|
+
l: import("@linaria/core").LinariaClassName;
|
|
16
|
+
m: import("@linaria/core").LinariaClassName;
|
|
17
|
+
s: import("@linaria/core").LinariaClassName;
|
|
18
|
+
xs: import("@linaria/core").LinariaClassName;
|
|
19
|
+
};
|
|
20
20
|
hintView: {
|
|
21
21
|
default: import("@linaria/core").LinariaClassName;
|
|
22
22
|
};
|
|
@@ -24,9 +24,6 @@ export declare const config: {
|
|
|
24
24
|
m: import("@linaria/core").LinariaClassName;
|
|
25
25
|
s: import("@linaria/core").LinariaClassName;
|
|
26
26
|
};
|
|
27
|
-
clear: {
|
|
28
|
-
true: import("@linaria/core").LinariaClassName;
|
|
29
|
-
};
|
|
30
27
|
readOnly: {
|
|
31
28
|
true: import("@linaria/core").LinariaClassName;
|
|
32
29
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/TextArea/TextArea.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"TextArea.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/TextArea/TextArea.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAymBlB,CAAC"}
|