@salutejs/plasma-b2c 1.417.0-canary.1458.11343649190.0 → 1.417.0-canary.1459.11345044568.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. package/api/plasma-b2c.api.md +10 -429
  2. package/components/Breadcrumbs/Breadcrumbs.config.js +1 -1
  3. package/components/Mask/Mask.d.ts +2 -425
  4. package/components/TextArea/TextArea.config.d.ts +11 -1
  5. package/components/TextArea/TextArea.config.js +23 -13
  6. package/components/TextArea/index.d.ts +78 -1
  7. package/components/TextField/TextField.config.d.ts +10 -0
  8. package/components/TextField/TextField.config.js +21 -11
  9. package/components/TextField/TextField.d.ts +71 -278
  10. package/components/TextField/TextField.js +7 -1
  11. package/css/cjs/components/Breadcrumbs/Breadcrumbs.config.js +1 -1
  12. package/css/cjs/components/Breadcrumbs/Breadcrumbs.config.js.map +1 -1
  13. package/css/cjs/components/Breadcrumbs/{Breadcrumbs.config_b0qlrl.css → Breadcrumbs.config_i0qxb7.css} +1 -1
  14. package/css/cjs/components/Breadcrumbs/Breadcrumbs.css +5 -5
  15. package/css/cjs/components/Mask/Mask.css +17 -11
  16. package/css/cjs/components/Mask/Mask.js.map +1 -1
  17. package/css/cjs/components/TextArea/TextArea.config.js +14 -4
  18. package/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
  19. package/css/{es/components/TextArea/TextArea.config_1g56huc.css → cjs/components/TextArea/TextArea.config_lr7df6.css} +16 -10
  20. package/css/cjs/components/TextArea/TextArea.css +16 -10
  21. package/css/cjs/components/TextField/TextField.config.js +13 -3
  22. package/css/cjs/components/TextField/TextField.config.js.map +1 -1
  23. package/css/cjs/components/TextField/TextField.config_dt66zs.css +19 -0
  24. package/css/cjs/components/TextField/TextField.js +7 -1
  25. package/css/cjs/components/TextField/TextField.js.map +1 -1
  26. package/css/cjs/index.css +42 -30
  27. package/css/es/components/Breadcrumbs/Breadcrumbs.config.js +1 -1
  28. package/css/es/components/Breadcrumbs/Breadcrumbs.config.js.map +1 -1
  29. package/css/es/components/Breadcrumbs/{Breadcrumbs.config_b0qlrl.css → Breadcrumbs.config_i0qxb7.css} +1 -1
  30. package/css/es/components/Breadcrumbs/Breadcrumbs.css +5 -5
  31. package/css/es/components/Mask/Mask.css +17 -11
  32. package/css/es/components/Mask/Mask.js.map +1 -1
  33. package/css/es/components/TextArea/TextArea.config.js +14 -4
  34. package/css/es/components/TextArea/TextArea.config.js.map +1 -1
  35. package/css/{cjs/components/TextArea/TextArea.config_1g56huc.css → es/components/TextArea/TextArea.config_lr7df6.css} +16 -10
  36. package/css/es/components/TextArea/TextArea.css +16 -10
  37. package/css/es/components/TextField/TextField.config.js +13 -3
  38. package/css/es/components/TextField/TextField.config.js.map +1 -1
  39. package/css/es/components/TextField/TextField.config_dt66zs.css +19 -0
  40. package/css/es/components/TextField/TextField.js +7 -1
  41. package/css/es/components/TextField/TextField.js.map +1 -1
  42. package/css/es/index.css +42 -30
  43. package/es/components/Breadcrumbs/Breadcrumbs.config.js +1 -1
  44. package/es/components/TextArea/TextArea.config.js +23 -13
  45. package/es/components/TextField/TextField.config.js +21 -11
  46. package/es/components/TextField/TextField.js +7 -1
  47. package/package.json +3 -3
  48. package/temp/plasma-b2c.api.md +10 -429
  49. package/css/cjs/components/TextField/TextField.config_o06qtv.css +0 -13
  50. package/css/es/components/TextField/TextField.config_o06qtv.css +0 -13
@@ -157,7 +157,6 @@ import { InputHTMLAttributes } from '@salutejs/plasma-core';
157
157
  import { InputHTMLAttributes as InputHTMLAttributes_2 } from '@salutejs/plasma-new-hope/types/types';
158
158
  import { InputHTMLAttributes as InputHTMLAttributes_3 } from 'react';
159
159
  import { JSXElementConstructor } from 'react';
160
- import { KeyboardEvent as KeyboardEvent_2 } from 'react';
161
160
  import { LineSkeletonProps } from '@salutejs/plasma-new-hope/styled-components';
162
161
  import { LinkCustomProps } from '@salutejs/plasma-new-hope/types/components/Link/Link';
163
162
  import { List } from '@salutejs/plasma-hope';
@@ -193,6 +192,9 @@ import { PickOptional } from '@salutejs/plasma-core';
193
192
  import { PinProps } from '@salutejs/plasma-core';
194
193
  import { PolymorphicClassName } from '@salutejs/plasma-new-hope/types/engines/types';
195
194
  import { PopoverPlacement } from '@salutejs/plasma-new-hope/styled-components';
195
+ import type { PopoverPlacement as PopoverPlacement_2 } from '@salutejs/plasma-new-hope';
196
+ import type { PopoverPlacementBasic } from '@salutejs/plasma-new-hope';
197
+ import type { PopoverPlacementBasic as PopoverPlacementBasic_2 } from '@salutejs/plasma-new-hope/styled-components';
196
198
  import { PopoverProps } from '@salutejs/plasma-new-hope/styled-components';
197
199
  import { PopoverTrigger } from '@salutejs/plasma-new-hope/styled-components';
198
200
  import { Popup } from '@salutejs/plasma-hope';
@@ -282,9 +284,9 @@ import { TextareaHTMLAttributes } from '@salutejs/plasma-core';
282
284
  import type { TextAreaProps as TextAreaProps_2 } from '@salutejs/plasma-hope';
283
285
  import { TextareaResize } from '@salutejs/plasma-core';
284
286
  import { TextFieldGroupProps } from '@salutejs/plasma-new-hope/styled-components';
285
- import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
286
287
  import { TextfieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
287
288
  import type { TextFieldProps as TextFieldProps_2 } from '@salutejs/plasma-hope';
289
+ import type { TextFieldProps as TextFieldProps_3 } from '@salutejs/plasma-new-hope/styled-components';
288
290
  import { TextFieldPropsBase } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
289
291
  import { TextFieldView } from '@salutejs/plasma-hope';
290
292
  import { TextSkeletonBaseProps } from '@salutejs/plasma-new-hope/types/components/Skeleton/TextSkeleton/TextSkeleton.types';
@@ -2100,431 +2102,7 @@ export { List }
2100
2102
  export { ListItem }
2101
2103
 
2102
2104
  // @public (undocumented)
2103
- export const Mask: ForwardRefExoticComponent<(Omit<PropsType< {
2104
- view: {
2105
- default: PolymorphicClassName;
2106
- positive: PolymorphicClassName;
2107
- warning: PolymorphicClassName;
2108
- negative: PolymorphicClassName;
2109
- };
2110
- size: {
2111
- l: PolymorphicClassName;
2112
- m: PolymorphicClassName;
2113
- s: PolymorphicClassName;
2114
- xs: PolymorphicClassName;
2115
- };
2116
- labelPlacement: {
2117
- inner: PolymorphicClassName;
2118
- outer: PolymorphicClassName;
2119
- };
2120
- clear: {
2121
- true: PolymorphicClassName;
2122
- };
2123
- disabled: {
2124
- true: PolymorphicClassName;
2125
- };
2126
- readOnly: {
2127
- true: PolymorphicClassName;
2128
- };
2129
- }> & {
2130
- size?: string | undefined;
2131
- view?: string | undefined;
2132
- readOnly?: boolean | undefined;
2133
- disabled?: boolean | undefined;
2134
- } & {
2135
- label?: string | undefined;
2136
- labelPlacement?: "outer" | "inner" | undefined;
2137
- leftHelper?: string | undefined;
2138
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2139
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2140
- textBefore?: string | undefined;
2141
- textAfter?: string | undefined;
2142
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2143
- } & {
2144
- requiredPlacement?: "right" | "left" | undefined;
2145
- } & {
2146
- required: true;
2147
- optional?: false | undefined;
2148
- } & {
2149
- clear?: boolean | undefined;
2150
- hasDivider?: boolean | undefined;
2151
- } & {
2152
- chips?: undefined;
2153
- onChangeChips?: undefined;
2154
- enumerationType?: "plain" | undefined;
2155
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2156
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2157
- view: {
2158
- default: PolymorphicClassName;
2159
- positive: PolymorphicClassName;
2160
- warning: PolymorphicClassName;
2161
- negative: PolymorphicClassName;
2162
- };
2163
- size: {
2164
- l: PolymorphicClassName;
2165
- m: PolymorphicClassName;
2166
- s: PolymorphicClassName;
2167
- xs: PolymorphicClassName;
2168
- };
2169
- labelPlacement: {
2170
- inner: PolymorphicClassName;
2171
- outer: PolymorphicClassName;
2172
- };
2173
- clear: {
2174
- true: PolymorphicClassName;
2175
- };
2176
- disabled: {
2177
- true: PolymorphicClassName;
2178
- };
2179
- readOnly: {
2180
- true: PolymorphicClassName;
2181
- };
2182
- }> & {
2183
- size?: string | undefined;
2184
- view?: string | undefined;
2185
- readOnly?: boolean | undefined;
2186
- disabled?: boolean | undefined;
2187
- } & {
2188
- label?: string | undefined;
2189
- labelPlacement?: "outer" | "inner" | undefined;
2190
- leftHelper?: string | undefined;
2191
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2192
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2193
- textBefore?: string | undefined;
2194
- textAfter?: string | undefined;
2195
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2196
- } & {
2197
- requiredPlacement?: "right" | "left" | undefined;
2198
- } & {
2199
- required: true;
2200
- optional?: false | undefined;
2201
- } & {
2202
- clear?: boolean | undefined;
2203
- hasDivider?: boolean | undefined;
2204
- } & {
2205
- enumerationType: "chip";
2206
- onSearch?: undefined;
2207
- chips?: TextFieldPrimitiveValue[] | undefined;
2208
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2209
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2210
- view: {
2211
- default: PolymorphicClassName;
2212
- positive: PolymorphicClassName;
2213
- warning: PolymorphicClassName;
2214
- negative: PolymorphicClassName;
2215
- };
2216
- size: {
2217
- l: PolymorphicClassName;
2218
- m: PolymorphicClassName;
2219
- s: PolymorphicClassName;
2220
- xs: PolymorphicClassName;
2221
- };
2222
- labelPlacement: {
2223
- inner: PolymorphicClassName;
2224
- outer: PolymorphicClassName;
2225
- };
2226
- clear: {
2227
- true: PolymorphicClassName;
2228
- };
2229
- disabled: {
2230
- true: PolymorphicClassName;
2231
- };
2232
- readOnly: {
2233
- true: PolymorphicClassName;
2234
- };
2235
- }> & {
2236
- size?: string | undefined;
2237
- view?: string | undefined;
2238
- readOnly?: boolean | undefined;
2239
- disabled?: boolean | undefined;
2240
- } & {
2241
- label?: string | undefined;
2242
- labelPlacement?: "outer" | "inner" | undefined;
2243
- leftHelper?: string | undefined;
2244
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2245
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2246
- textBefore?: string | undefined;
2247
- textAfter?: string | undefined;
2248
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2249
- } & {
2250
- requiredPlacement?: "right" | "left" | undefined;
2251
- } & {
2252
- required: true;
2253
- optional?: false | undefined;
2254
- } & {
2255
- clear?: false | undefined;
2256
- hasDivider?: undefined;
2257
- } & {
2258
- chips?: undefined;
2259
- onChangeChips?: undefined;
2260
- enumerationType?: "plain" | undefined;
2261
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2262
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2263
- view: {
2264
- default: PolymorphicClassName;
2265
- positive: PolymorphicClassName;
2266
- warning: PolymorphicClassName;
2267
- negative: PolymorphicClassName;
2268
- };
2269
- size: {
2270
- l: PolymorphicClassName;
2271
- m: PolymorphicClassName;
2272
- s: PolymorphicClassName;
2273
- xs: PolymorphicClassName;
2274
- };
2275
- labelPlacement: {
2276
- inner: PolymorphicClassName;
2277
- outer: PolymorphicClassName;
2278
- };
2279
- clear: {
2280
- true: PolymorphicClassName;
2281
- };
2282
- disabled: {
2283
- true: PolymorphicClassName;
2284
- };
2285
- readOnly: {
2286
- true: PolymorphicClassName;
2287
- };
2288
- }> & {
2289
- size?: string | undefined;
2290
- view?: string | undefined;
2291
- readOnly?: boolean | undefined;
2292
- disabled?: boolean | undefined;
2293
- } & {
2294
- label?: string | undefined;
2295
- labelPlacement?: "outer" | "inner" | undefined;
2296
- leftHelper?: string | undefined;
2297
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2298
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2299
- textBefore?: string | undefined;
2300
- textAfter?: string | undefined;
2301
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2302
- } & {
2303
- requiredPlacement?: "right" | "left" | undefined;
2304
- } & {
2305
- required: true;
2306
- optional?: false | undefined;
2307
- } & {
2308
- clear?: false | undefined;
2309
- hasDivider?: undefined;
2310
- } & {
2311
- enumerationType: "chip";
2312
- onSearch?: undefined;
2313
- chips?: TextFieldPrimitiveValue[] | undefined;
2314
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2315
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2316
- view: {
2317
- default: PolymorphicClassName;
2318
- positive: PolymorphicClassName;
2319
- warning: PolymorphicClassName;
2320
- negative: PolymorphicClassName;
2321
- };
2322
- size: {
2323
- l: PolymorphicClassName;
2324
- m: PolymorphicClassName;
2325
- s: PolymorphicClassName;
2326
- xs: PolymorphicClassName;
2327
- };
2328
- labelPlacement: {
2329
- inner: PolymorphicClassName;
2330
- outer: PolymorphicClassName;
2331
- };
2332
- clear: {
2333
- true: PolymorphicClassName;
2334
- };
2335
- disabled: {
2336
- true: PolymorphicClassName;
2337
- };
2338
- readOnly: {
2339
- true: PolymorphicClassName;
2340
- };
2341
- }> & {
2342
- size?: string | undefined;
2343
- view?: string | undefined;
2344
- readOnly?: boolean | undefined;
2345
- disabled?: boolean | undefined;
2346
- } & {
2347
- label?: string | undefined;
2348
- labelPlacement?: "outer" | "inner" | undefined;
2349
- leftHelper?: string | undefined;
2350
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2351
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2352
- textBefore?: string | undefined;
2353
- textAfter?: string | undefined;
2354
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2355
- } & {
2356
- requiredPlacement?: "right" | "left" | undefined;
2357
- } & {
2358
- optional?: true | undefined;
2359
- required?: false | undefined;
2360
- } & {
2361
- clear?: boolean | undefined;
2362
- hasDivider?: boolean | undefined;
2363
- } & {
2364
- chips?: undefined;
2365
- onChangeChips?: undefined;
2366
- enumerationType?: "plain" | undefined;
2367
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2368
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2369
- view: {
2370
- default: PolymorphicClassName;
2371
- positive: PolymorphicClassName;
2372
- warning: PolymorphicClassName;
2373
- negative: PolymorphicClassName;
2374
- };
2375
- size: {
2376
- l: PolymorphicClassName;
2377
- m: PolymorphicClassName;
2378
- s: PolymorphicClassName;
2379
- xs: PolymorphicClassName;
2380
- };
2381
- labelPlacement: {
2382
- inner: PolymorphicClassName;
2383
- outer: PolymorphicClassName;
2384
- };
2385
- clear: {
2386
- true: PolymorphicClassName;
2387
- };
2388
- disabled: {
2389
- true: PolymorphicClassName;
2390
- };
2391
- readOnly: {
2392
- true: PolymorphicClassName;
2393
- };
2394
- }> & {
2395
- size?: string | undefined;
2396
- view?: string | undefined;
2397
- readOnly?: boolean | undefined;
2398
- disabled?: boolean | undefined;
2399
- } & {
2400
- label?: string | undefined;
2401
- labelPlacement?: "outer" | "inner" | undefined;
2402
- leftHelper?: string | undefined;
2403
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2404
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2405
- textBefore?: string | undefined;
2406
- textAfter?: string | undefined;
2407
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2408
- } & {
2409
- requiredPlacement?: "right" | "left" | undefined;
2410
- } & {
2411
- optional?: true | undefined;
2412
- required?: false | undefined;
2413
- } & {
2414
- clear?: boolean | undefined;
2415
- hasDivider?: boolean | undefined;
2416
- } & {
2417
- enumerationType: "chip";
2418
- onSearch?: undefined;
2419
- chips?: TextFieldPrimitiveValue[] | undefined;
2420
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2421
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2422
- view: {
2423
- default: PolymorphicClassName;
2424
- positive: PolymorphicClassName;
2425
- warning: PolymorphicClassName;
2426
- negative: PolymorphicClassName;
2427
- };
2428
- size: {
2429
- l: PolymorphicClassName;
2430
- m: PolymorphicClassName;
2431
- s: PolymorphicClassName;
2432
- xs: PolymorphicClassName;
2433
- };
2434
- labelPlacement: {
2435
- inner: PolymorphicClassName;
2436
- outer: PolymorphicClassName;
2437
- };
2438
- clear: {
2439
- true: PolymorphicClassName;
2440
- };
2441
- disabled: {
2442
- true: PolymorphicClassName;
2443
- };
2444
- readOnly: {
2445
- true: PolymorphicClassName;
2446
- };
2447
- }> & {
2448
- size?: string | undefined;
2449
- view?: string | undefined;
2450
- readOnly?: boolean | undefined;
2451
- disabled?: boolean | undefined;
2452
- } & {
2453
- label?: string | undefined;
2454
- labelPlacement?: "outer" | "inner" | undefined;
2455
- leftHelper?: string | undefined;
2456
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2457
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2458
- textBefore?: string | undefined;
2459
- textAfter?: string | undefined;
2460
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2461
- } & {
2462
- requiredPlacement?: "right" | "left" | undefined;
2463
- } & {
2464
- optional?: true | undefined;
2465
- required?: false | undefined;
2466
- } & {
2467
- clear?: false | undefined;
2468
- hasDivider?: undefined;
2469
- } & {
2470
- chips?: undefined;
2471
- onChangeChips?: undefined;
2472
- enumerationType?: "plain" | undefined;
2473
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2474
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2475
- view: {
2476
- default: PolymorphicClassName;
2477
- positive: PolymorphicClassName;
2478
- warning: PolymorphicClassName;
2479
- negative: PolymorphicClassName;
2480
- };
2481
- size: {
2482
- l: PolymorphicClassName;
2483
- m: PolymorphicClassName;
2484
- s: PolymorphicClassName;
2485
- xs: PolymorphicClassName;
2486
- };
2487
- labelPlacement: {
2488
- inner: PolymorphicClassName;
2489
- outer: PolymorphicClassName;
2490
- };
2491
- clear: {
2492
- true: PolymorphicClassName;
2493
- };
2494
- disabled: {
2495
- true: PolymorphicClassName;
2496
- };
2497
- readOnly: {
2498
- true: PolymorphicClassName;
2499
- };
2500
- }> & {
2501
- size?: string | undefined;
2502
- view?: string | undefined;
2503
- readOnly?: boolean | undefined;
2504
- disabled?: boolean | undefined;
2505
- } & {
2506
- label?: string | undefined;
2507
- labelPlacement?: "outer" | "inner" | undefined;
2508
- leftHelper?: string | undefined;
2509
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2510
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2511
- textBefore?: string | undefined;
2512
- textAfter?: string | undefined;
2513
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2514
- } & {
2515
- requiredPlacement?: "right" | "left" | undefined;
2516
- } & {
2517
- optional?: true | undefined;
2518
- required?: false | undefined;
2519
- } & {
2520
- clear?: false | undefined;
2521
- hasDivider?: undefined;
2522
- } & {
2523
- enumerationType: "chip";
2524
- onSearch?: undefined;
2525
- chips?: TextFieldPrimitiveValue[] | undefined;
2526
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2527
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref">) & RefAttributes<HTMLInputElement>>;
2105
+ export const Mask: ForwardRefExoticComponent<(TextFieldProps_3 & MaskProps) & RefAttributes<HTMLInputElement>>;
2528
2106
 
2529
2107
  export { MaxLinesProps }
2530
2108
 
@@ -3344,11 +2922,13 @@ export { TextareaHTMLAttributes }
3344
2922
 
3345
2923
  // Warning: (ae-forgotten-export) The symbol "RequiredProps" needs to be exported by the entry point index.d.ts
3346
2924
  // Warning: (ae-forgotten-export) The symbol "ClearProps" needs to be exported by the entry point index.d.ts
2925
+ // Warning: (ae-forgotten-export) The symbol "HintProps" needs to be exported by the entry point index.d.ts
3347
2926
  //
3348
2927
  // @public (undocumented)
3349
2928
  export type TextAreaProps = TextAreaProps_2 & {
3350
2929
  resize?: 'none' | 'both' | 'horizontal' | 'vertical';
3351
- } & RequiredProps & ClearProps;
2930
+ titleCaption?: ReactNode;
2931
+ } & RequiredProps & ClearProps & RequiredProps & HintProps;
3352
2932
 
3353
2933
  export { TextareaResize }
3354
2934
 
@@ -3403,9 +2983,10 @@ export { TextFieldGroupProps }
3403
2983
  // Warning: (ae-forgotten-export) The symbol "newHopeTextFieldProps" needs to be exported by the entry point index.d.ts
3404
2984
  // Warning: (ae-forgotten-export) The symbol "RequiredProps_2" needs to be exported by the entry point index.d.ts
3405
2985
  // Warning: (ae-forgotten-export) The symbol "ClearProps_2" needs to be exported by the entry point index.d.ts
2986
+ // Warning: (ae-forgotten-export) The symbol "HintProps_2" needs to be exported by the entry point index.d.ts
3406
2987
  //
3407
2988
  // @public (undocumented)
3408
- export type TextFieldProps = (TextFieldProps_2 & Pick<newHopeTextFieldProps, 'enumerationType' | 'chips' | 'onChangeChips'>) & RequiredProps_2 & ClearProps_2;
2989
+ export type TextFieldProps = (TextFieldProps_2 & Pick<newHopeTextFieldProps, 'enumerationType' | 'chips' | 'onChangeChips' | 'titleCaption'>) & RequiredProps_2 & ClearProps_2 & HintProps_2;
3409
2990
 
3410
2991
  export { TextFieldView }
3411
2992
 
@@ -14,7 +14,7 @@ var config = exports.config = {
14
14
  },
15
15
  variations: {
16
16
  view: {
17
- "default": /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-primary);\n ", ": var(--text-primary);\n ", ": var(--text-primary);\n ", ": 0.4;\n ", ": var(--surface-accent);\n "])), _styledComponents.breadcrumbsTokens.breadcrumbsColor, _styledComponents.breadcrumbsTokens.breadcrumbsColorText, _styledComponents.breadcrumbsTokens.breadcrumbsColorSeparator, _styledComponents.breadcrumbsTokens.breadcrumbsOpacity, _styledComponents.breadcrumbsTokens.breadcrumbsFocusOutlineColor)
17
+ "default": /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-primary);\n ", ": 0.4;\n ", ": var(--surface-accent);\n "])), _styledComponents.breadcrumbsTokens.breadcrumbsColor, _styledComponents.breadcrumbsTokens.breadcrumbsOpacity, _styledComponents.breadcrumbsTokens.breadcrumbsFocusOutlineColor)
18
18
  },
19
19
  size: {
20
20
  l: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-bold-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n "])), _styledComponents.breadcrumbsTokens.breadcrumbsGap, _styledComponents.breadcrumbsTokens.breadcrumbsFontFamily, _styledComponents.breadcrumbsTokens.breadcrumbsFontSize, _styledComponents.breadcrumbsTokens.breadcrumbsFontStyle, _styledComponents.breadcrumbsTokens.breadcrumbsFontWeight, _styledComponents.breadcrumbsTokens.breadcrumbsLetterSpacing, _styledComponents.breadcrumbsTokens.breadcrumbsLineHeight),