@salutejs/plasma-new-hope 0.158.0-canary.1443.11125700749.0 → 0.158.0-canary.1443.11128958088.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. package/cjs/components/TextArea/TextArea.js +23 -16
  2. package/cjs/components/TextArea/TextArea.js.map +1 -1
  3. package/cjs/components/TextArea/TextArea.tokens.js +18 -2
  4. package/cjs/components/TextArea/TextArea.tokens.js.map +1 -1
  5. package/cjs/components/TextArea/variations/_clear/base.js +9 -0
  6. package/cjs/components/TextArea/variations/_clear/base.js.map +1 -0
  7. package/cjs/components/TextArea/variations/_clear/base_vidplj.css +1 -0
  8. package/cjs/components/TextArea/variations/_view/base.js +1 -1
  9. package/cjs/components/TextArea/variations/_view/base.js.map +1 -1
  10. package/cjs/components/TextArea/variations/_view/base_d1s4o7.css +1 -0
  11. package/cjs/index.css +3 -1
  12. package/emotion/cjs/components/Steps/Steps.template-doc.mdx +45 -39
  13. package/emotion/cjs/components/TextArea/TextArea.js +24 -17
  14. package/emotion/cjs/components/TextArea/TextArea.template-doc.mdx +29 -0
  15. package/emotion/cjs/components/TextArea/TextArea.tokens.js +18 -2
  16. package/emotion/cjs/components/TextArea/mixins/applyDynamicLabel.js +1 -1
  17. package/emotion/cjs/components/TextArea/variations/_clear/base.js +10 -0
  18. package/emotion/cjs/components/TextArea/variations/_view/base.js +2 -2
  19. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +12 -9
  20. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +18 -11
  21. package/emotion/cjs/examples/plasma_web/components/Steps/Steps.config.js +25 -0
  22. package/emotion/cjs/examples/plasma_web/components/Steps/Steps.js +13 -0
  23. package/emotion/cjs/examples/plasma_web/components/Steps/Steps.stories.tsx +169 -0
  24. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +12 -9
  25. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +18 -12
  26. package/emotion/es/components/Steps/Steps.template-doc.mdx +45 -39
  27. package/emotion/es/components/TextArea/TextArea.js +22 -15
  28. package/emotion/es/components/TextArea/TextArea.template-doc.mdx +29 -0
  29. package/emotion/es/components/TextArea/TextArea.tokens.js +18 -2
  30. package/emotion/es/components/TextArea/mixins/applyDynamicLabel.js +1 -1
  31. package/emotion/es/components/TextArea/variations/_clear/base.js +4 -0
  32. package/emotion/es/components/TextArea/variations/_view/base.js +2 -2
  33. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +12 -9
  34. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +18 -11
  35. package/emotion/es/examples/plasma_web/components/Steps/Steps.config.js +19 -0
  36. package/emotion/es/examples/plasma_web/components/Steps/Steps.js +9 -0
  37. package/emotion/es/examples/plasma_web/components/Steps/Steps.stories.tsx +169 -0
  38. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.config.js +12 -9
  39. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +18 -12
  40. package/es/components/TextArea/TextArea.js +23 -16
  41. package/es/components/TextArea/TextArea.js.map +1 -1
  42. package/es/components/TextArea/TextArea.tokens.js +18 -2
  43. package/es/components/TextArea/TextArea.tokens.js.map +1 -1
  44. package/es/components/TextArea/variations/_clear/base.js +5 -0
  45. package/es/components/TextArea/variations/_clear/base.js.map +1 -0
  46. package/es/components/TextArea/variations/_clear/base_vidplj.css +1 -0
  47. package/es/components/TextArea/variations/_view/base.js +1 -1
  48. package/es/components/TextArea/variations/_view/base.js.map +1 -1
  49. package/es/components/TextArea/variations/_view/base_d1s4o7.css +1 -0
  50. package/es/index.css +3 -1
  51. package/package.json +2 -2
  52. package/styled-components/cjs/components/Steps/Steps.template-doc.mdx +45 -39
  53. package/styled-components/cjs/components/TextArea/TextArea.js +23 -16
  54. package/styled-components/cjs/components/TextArea/TextArea.template-doc.mdx +29 -0
  55. package/styled-components/cjs/components/TextArea/TextArea.tokens.js +18 -2
  56. package/styled-components/cjs/components/TextArea/mixins/applyDynamicLabel.js +1 -1
  57. package/styled-components/cjs/components/TextArea/variations/_clear/base.js +10 -0
  58. package/styled-components/cjs/components/TextArea/variations/_view/base.js +1 -1
  59. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +12 -9
  60. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +18 -11
  61. package/styled-components/cjs/examples/plasma_web/components/Steps/Steps.config.js +25 -0
  62. package/styled-components/cjs/examples/plasma_web/components/Steps/Steps.js +13 -0
  63. package/styled-components/cjs/examples/plasma_web/components/Steps/Steps.stories.tsx +169 -0
  64. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +11 -8
  65. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +18 -12
  66. package/styled-components/es/components/Steps/Steps.template-doc.mdx +45 -39
  67. package/styled-components/es/components/TextArea/TextArea.js +21 -14
  68. package/styled-components/es/components/TextArea/TextArea.template-doc.mdx +29 -0
  69. package/styled-components/es/components/TextArea/TextArea.tokens.js +18 -2
  70. package/styled-components/es/components/TextArea/mixins/applyDynamicLabel.js +1 -1
  71. package/styled-components/es/components/TextArea/variations/_clear/base.js +4 -0
  72. package/styled-components/es/components/TextArea/variations/_view/base.js +1 -1
  73. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +12 -9
  74. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +18 -11
  75. package/styled-components/es/examples/plasma_web/components/Steps/Steps.config.js +19 -0
  76. package/styled-components/es/examples/plasma_web/components/Steps/Steps.js +9 -0
  77. package/styled-components/es/examples/plasma_web/components/Steps/Steps.stories.tsx +169 -0
  78. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.config.js +11 -8
  79. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +18 -12
  80. package/types/components/TextArea/TextArea.d.ts +4 -0
  81. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  82. package/types/components/TextArea/TextArea.tokens.d.ts +16 -0
  83. package/types/components/TextArea/TextArea.tokens.d.ts.map +1 -1
  84. package/types/components/TextArea/TextArea.types.d.ts +15 -3
  85. package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
  86. package/types/components/TextArea/mixins/applyDynamicLabel.d.ts.map +1 -1
  87. package/types/components/TextArea/variations/_clear/base.d.ts +2 -0
  88. package/types/components/TextArea/variations/_clear/base.d.ts.map +1 -0
  89. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts +3 -0
  90. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts.map +1 -1
  91. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts +81 -0
  92. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts.map +1 -1
  93. package/types/examples/plasma_web/components/Steps/Steps.config.d.ts +18 -0
  94. package/types/examples/plasma_web/components/Steps/Steps.config.d.ts.map +1 -0
  95. package/types/examples/plasma_web/components/Steps/Steps.d.ts +35 -0
  96. package/types/examples/plasma_web/components/Steps/Steps.d.ts.map +1 -0
  97. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts +3 -0
  98. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts.map +1 -1
  99. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts +81 -0
  100. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts.map +1 -1
  101. package/cjs/components/TextArea/variations/_view/base_8npjyq.css +0 -1
  102. package/es/components/TextArea/variations/_view/base_8npjyq.css +0 -1
@@ -12,6 +12,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
12
12
  warning: import("@linaria/core").LinariaClassName;
13
13
  negative: import("@linaria/core").LinariaClassName;
14
14
  };
15
+ clear: {
16
+ true: import("@linaria/core").LinariaClassName;
17
+ };
15
18
  disabled: {
16
19
  true: import("@linaria/core").LinariaClassName;
17
20
  };
@@ -42,6 +45,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
42
45
  } & {
43
46
  rows?: undefined;
44
47
  cols?: undefined;
48
+ } & {
49
+ clear?: undefined;
50
+ hasDivider?: undefined;
45
51
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
46
52
  status?: "" | "error" | "success" | "warning" | undefined;
47
53
  label?: string | undefined;
@@ -69,6 +75,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
69
75
  } & {
70
76
  rows?: undefined;
71
77
  cols?: undefined;
78
+ } & {
79
+ clear?: undefined;
80
+ hasDivider?: undefined;
72
81
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
73
82
  status?: "" | "error" | "success" | "warning" | undefined;
74
83
  label?: string | undefined;
@@ -96,6 +105,39 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
96
105
  } & {
97
106
  height?: undefined;
98
107
  width?: undefined;
108
+ } & {
109
+ clear?: undefined;
110
+ hasDivider?: undefined;
111
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
112
+ status?: "" | "error" | "success" | "warning" | undefined;
113
+ label?: string | undefined;
114
+ labelPlacement?: "inner" | "outer" | undefined;
115
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
116
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
117
+ helperText?: string | undefined;
118
+ leftHelper?: string | undefined;
119
+ rightHelper?: string | undefined;
120
+ } & {
121
+ requiredPlacement?: "left" | "right" | undefined;
122
+ } & {
123
+ required: true;
124
+ optional?: false | undefined;
125
+ } & {
126
+ size?: string | undefined;
127
+ view?: string | undefined;
128
+ } & {
129
+ clear?: true | undefined;
130
+ hasDivider?: boolean | undefined;
131
+ } & {
132
+ rows?: undefined;
133
+ cols?: undefined;
134
+ } & {
135
+ autoResize?: undefined;
136
+ maxAuto?: undefined;
137
+ minAuto?: undefined;
138
+ } & {
139
+ height?: undefined;
140
+ width?: undefined;
99
141
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
100
142
  status?: "" | "error" | "success" | "warning" | undefined;
101
143
  label?: string | undefined;
@@ -123,6 +165,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
123
165
  } & {
124
166
  rows?: undefined;
125
167
  cols?: undefined;
168
+ } & {
169
+ clear?: undefined;
170
+ hasDivider?: undefined;
126
171
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
127
172
  status?: "" | "error" | "success" | "warning" | undefined;
128
173
  label?: string | undefined;
@@ -150,6 +195,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
150
195
  } & {
151
196
  rows?: undefined;
152
197
  cols?: undefined;
198
+ } & {
199
+ clear?: undefined;
200
+ hasDivider?: undefined;
153
201
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
154
202
  status?: "" | "error" | "success" | "warning" | undefined;
155
203
  label?: string | undefined;
@@ -177,5 +225,38 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
177
225
  } & {
178
226
  height?: undefined;
179
227
  width?: undefined;
228
+ } & {
229
+ clear?: undefined;
230
+ hasDivider?: undefined;
231
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
232
+ status?: "" | "error" | "success" | "warning" | undefined;
233
+ label?: string | undefined;
234
+ labelPlacement?: "inner" | "outer" | undefined;
235
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
236
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
237
+ helperText?: string | undefined;
238
+ leftHelper?: string | undefined;
239
+ rightHelper?: string | undefined;
240
+ } & {
241
+ requiredPlacement?: "left" | "right" | undefined;
242
+ } & {
243
+ optional?: true | undefined;
244
+ required?: false | undefined;
245
+ } & {
246
+ size?: string | undefined;
247
+ view?: string | undefined;
248
+ } & {
249
+ clear?: true | undefined;
250
+ hasDivider?: boolean | undefined;
251
+ } & {
252
+ rows?: undefined;
253
+ cols?: undefined;
254
+ } & {
255
+ autoResize?: undefined;
256
+ maxAuto?: undefined;
257
+ minAuto?: undefined;
258
+ } & {
259
+ height?: undefined;
260
+ width?: undefined;
180
261
  } & import("react").RefAttributes<HTMLTextAreaElement>))>;
181
262
  //# sourceMappingURL=TextArea.d.ts.map
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yDAA0B,CAAC"}
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"}
@@ -0,0 +1,18 @@
1
+ export declare const config: {
2
+ defaults: {
3
+ size: string;
4
+ view: string;
5
+ };
6
+ variations: {
7
+ view: {
8
+ default: import("@linaria/core").LinariaClassName;
9
+ };
10
+ size: {
11
+ l: import("@linaria/core").LinariaClassName;
12
+ m: import("@linaria/core").LinariaClassName;
13
+ s: import("@linaria/core").LinariaClassName;
14
+ xs: import("@linaria/core").LinariaClassName;
15
+ };
16
+ };
17
+ };
18
+ //# sourceMappingURL=Steps.config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Steps.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Steps/Steps.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;CA8NlB,CAAC"}
@@ -0,0 +1,35 @@
1
+ /// <reference types="react" />
2
+ declare const mergedConfig: import("../../../../engines").ComponentConfig<string, {
3
+ view: {
4
+ default: import("@linaria/core").LinariaClassName;
5
+ };
6
+ size: {
7
+ l: import("@linaria/core").LinariaClassName;
8
+ m: import("@linaria/core").LinariaClassName;
9
+ s: import("@linaria/core").LinariaClassName;
10
+ xs: import("@linaria/core").LinariaClassName;
11
+ };
12
+ }, import("../../../../engines/types").PropsType<{
13
+ view: {
14
+ default: import("@linaria/core").LinariaClassName;
15
+ };
16
+ size: {
17
+ l: import("@linaria/core").LinariaClassName;
18
+ m: import("@linaria/core").LinariaClassName;
19
+ s: import("@linaria/core").LinariaClassName;
20
+ xs: import("@linaria/core").LinariaClassName;
21
+ };
22
+ }>, import("react").HTMLAttributes<HTMLElement> | import("../../../../engines/types").HTMLAttributesWithoutOnChange<HTMLElement>>;
23
+ declare const Steps: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
24
+ view: {
25
+ default: import("@linaria/core").LinariaClassName;
26
+ };
27
+ size: {
28
+ l: import("@linaria/core").LinariaClassName;
29
+ m: import("@linaria/core").LinariaClassName;
30
+ s: import("@linaria/core").LinariaClassName;
31
+ xs: import("@linaria/core").LinariaClassName;
32
+ };
33
+ }> & (import("react").HTMLAttributes<HTMLElement> | import("../../../../engines/types").HTMLAttributesWithoutOnChange<HTMLElement>)>;
34
+ export { Steps, mergedConfig };
35
+ //# sourceMappingURL=Steps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Steps.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Steps/Steps.ts"],"names":[],"mappings":";AAOA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;iIAAmC,CAAC;AAEtD,QAAA,MAAM,KAAK;;;;;;;;;;oIAA0B,CAAC;AAEtC,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,CAAC"}
@@ -16,6 +16,9 @@ export declare const config: {
16
16
  warning: import("@linaria/core").LinariaClassName;
17
17
  negative: import("@linaria/core").LinariaClassName;
18
18
  };
19
+ clear: {
20
+ true: import("@linaria/core").LinariaClassName;
21
+ };
19
22
  disabled: {
20
23
  true: import("@linaria/core").LinariaClassName;
21
24
  };
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/TextArea/TextArea.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;CA+QlB,CAAC"}
1
+ {"version":3,"file":"TextArea.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/TextArea/TextArea.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;CAkUlB,CAAC"}
@@ -12,6 +12,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
12
12
  warning: import("@linaria/core").LinariaClassName;
13
13
  negative: import("@linaria/core").LinariaClassName;
14
14
  };
15
+ clear: {
16
+ true: import("@linaria/core").LinariaClassName;
17
+ };
15
18
  disabled: {
16
19
  true: import("@linaria/core").LinariaClassName;
17
20
  };
@@ -42,6 +45,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
42
45
  } & {
43
46
  rows?: undefined;
44
47
  cols?: undefined;
48
+ } & {
49
+ clear?: undefined;
50
+ hasDivider?: undefined;
45
51
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
46
52
  status?: "" | "error" | "success" | "warning" | undefined;
47
53
  label?: string | undefined;
@@ -69,6 +75,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
69
75
  } & {
70
76
  rows?: undefined;
71
77
  cols?: undefined;
78
+ } & {
79
+ clear?: undefined;
80
+ hasDivider?: undefined;
72
81
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
73
82
  status?: "" | "error" | "success" | "warning" | undefined;
74
83
  label?: string | undefined;
@@ -96,6 +105,39 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
96
105
  } & {
97
106
  height?: undefined;
98
107
  width?: undefined;
108
+ } & {
109
+ clear?: undefined;
110
+ hasDivider?: undefined;
111
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
112
+ status?: "" | "error" | "success" | "warning" | undefined;
113
+ label?: string | undefined;
114
+ labelPlacement?: "inner" | "outer" | undefined;
115
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
116
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
117
+ helperText?: string | undefined;
118
+ leftHelper?: string | undefined;
119
+ rightHelper?: string | undefined;
120
+ } & {
121
+ requiredPlacement?: "left" | "right" | undefined;
122
+ } & {
123
+ required: true;
124
+ optional?: false | undefined;
125
+ } & {
126
+ size?: string | undefined;
127
+ view?: string | undefined;
128
+ } & {
129
+ clear?: true | undefined;
130
+ hasDivider?: boolean | undefined;
131
+ } & {
132
+ rows?: undefined;
133
+ cols?: undefined;
134
+ } & {
135
+ autoResize?: undefined;
136
+ maxAuto?: undefined;
137
+ minAuto?: undefined;
138
+ } & {
139
+ height?: undefined;
140
+ width?: undefined;
99
141
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
100
142
  status?: "" | "error" | "success" | "warning" | undefined;
101
143
  label?: string | undefined;
@@ -123,6 +165,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
123
165
  } & {
124
166
  rows?: undefined;
125
167
  cols?: undefined;
168
+ } & {
169
+ clear?: undefined;
170
+ hasDivider?: undefined;
126
171
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
127
172
  status?: "" | "error" | "success" | "warning" | undefined;
128
173
  label?: string | undefined;
@@ -150,6 +195,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
150
195
  } & {
151
196
  rows?: undefined;
152
197
  cols?: undefined;
198
+ } & {
199
+ clear?: undefined;
200
+ hasDivider?: undefined;
153
201
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
154
202
  status?: "" | "error" | "success" | "warning" | undefined;
155
203
  label?: string | undefined;
@@ -177,5 +225,38 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
177
225
  } & {
178
226
  height?: undefined;
179
227
  width?: undefined;
228
+ } & {
229
+ clear?: undefined;
230
+ hasDivider?: undefined;
231
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
232
+ status?: "" | "error" | "success" | "warning" | undefined;
233
+ label?: string | undefined;
234
+ labelPlacement?: "inner" | "outer" | undefined;
235
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
236
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
237
+ helperText?: string | undefined;
238
+ leftHelper?: string | undefined;
239
+ rightHelper?: string | undefined;
240
+ } & {
241
+ requiredPlacement?: "left" | "right" | undefined;
242
+ } & {
243
+ optional?: true | undefined;
244
+ required?: false | undefined;
245
+ } & {
246
+ size?: string | undefined;
247
+ view?: string | undefined;
248
+ } & {
249
+ clear?: true | undefined;
250
+ hasDivider?: boolean | undefined;
251
+ } & {
252
+ rows?: undefined;
253
+ cols?: undefined;
254
+ } & {
255
+ autoResize?: undefined;
256
+ maxAuto?: undefined;
257
+ minAuto?: undefined;
258
+ } & {
259
+ height?: undefined;
260
+ width?: undefined;
180
261
  } & import("react").RefAttributes<HTMLTextAreaElement>))>;
181
262
  //# sourceMappingURL=TextArea.d.ts.map
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yDAA0B,CAAC"}
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
- .bofyi4a .textarea-container{-webkit-transition:box-shadow 0.1s ease-in-out;transition:box-shadow 0.1s ease-in-out;border-radius:var(--plasma-textarea-border-radius);border:var(--plasma-textarea-border-size) solid var(--plasma-textarea-border-color);}.bofyi4a .textarea-wrapper{-webkit-transition:background-color 0.1s ease-in-out,box-shadow 0.1s ease-in-out;transition:background-color 0.1s ease-in-out,box-shadow 0.1s ease-in-out;box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-input-border-color);}.bofyi4a:focus-within:not([readonly]) .textarea-wrapper{background-color:var(--plasma-textarea-input-background-color-focus);box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-input-border-color-focus);}.bofyi4a:focus-within:not([readonly]) .textarea-container{border:var(--plasma-textarea-border-size) solid var(--plasma-textarea-border-color-focus);}.bofyi4a:focus-within:not([readonly]) .textarea-helpers{background-color:var(--plasma-textarea-helpers-background-color-focus);}.bofyi4a:hover:not([disabled]):not([readonly]):not(:focus-within) .textarea-container{border:var(--plasma-textarea-border-size) solid var(--plasma-textarea-border-color-hover);}.bofyi4a:hover:not([disabled]):not([readonly]):not(:focus-within) .textarea-wrapper{box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-input-border-color-hover);background-color:var(--plasma-textarea-input-background-color-hover);}.bofyi4a:hover:not([disabled]):not([readonly]):not(:focus-within) .textarea-wrapper + .textarea-helpers{background-color:var(--plasma-textarea-helpers-background-color-hover);}.bofyi4a:active:not([disabled]):not([readonly]):not(:focus-within) .textarea-wrapper{box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-input-border-color-active);background-color:var(--plasma-textarea-input-background-color-active);}.bofyi4a:active:not([disabled]):not([readonly]):not(:focus-within) .textarea-wrapper + .textarea-helpers{background-color:var(--plasma-textarea-helpers-background-color-active);}
@@ -1 +0,0 @@
1
- .bofyi4a .textarea-container{-webkit-transition:box-shadow 0.1s ease-in-out;transition:box-shadow 0.1s ease-in-out;border-radius:var(--plasma-textarea-border-radius);border:var(--plasma-textarea-border-size) solid var(--plasma-textarea-border-color);}.bofyi4a .textarea-wrapper{-webkit-transition:background-color 0.1s ease-in-out,box-shadow 0.1s ease-in-out;transition:background-color 0.1s ease-in-out,box-shadow 0.1s ease-in-out;box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-input-border-color);}.bofyi4a:focus-within:not([readonly]) .textarea-wrapper{background-color:var(--plasma-textarea-input-background-color-focus);box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-input-border-color-focus);}.bofyi4a:focus-within:not([readonly]) .textarea-container{border:var(--plasma-textarea-border-size) solid var(--plasma-textarea-border-color-focus);}.bofyi4a:focus-within:not([readonly]) .textarea-helpers{background-color:var(--plasma-textarea-helpers-background-color-focus);}.bofyi4a:hover:not([disabled]):not([readonly]):not(:focus-within) .textarea-container{border:var(--plasma-textarea-border-size) solid var(--plasma-textarea-border-color-hover);}.bofyi4a:hover:not([disabled]):not([readonly]):not(:focus-within) .textarea-wrapper{box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-input-border-color-hover);background-color:var(--plasma-textarea-input-background-color-hover);}.bofyi4a:hover:not([disabled]):not([readonly]):not(:focus-within) .textarea-wrapper + .textarea-helpers{background-color:var(--plasma-textarea-helpers-background-color-hover);}.bofyi4a:active:not([disabled]):not([readonly]):not(:focus-within) .textarea-wrapper{box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-input-border-color-active);background-color:var(--plasma-textarea-input-background-color-active);}.bofyi4a:active:not([disabled]):not([readonly]):not(:focus-within) .textarea-wrapper + .textarea-helpers{background-color:var(--plasma-textarea-helpers-background-color-active);}