@salutejs/plasma-b2c 1.418.0-canary.1458.11351852488.0 → 1.418.0-canary.1459.11348453591.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
@@ -159,7 +159,6 @@ import { InputHTMLAttributes as InputHTMLAttributes_3 } from 'react';
159
159
  import type { ItemOption } from '@salutejs/plasma-new-hope';
160
160
  import { ItemOption as ItemOption_2 } from '@salutejs/plasma-new-hope/styled-components';
161
161
  import { JSXElementConstructor } from 'react';
162
- import { KeyboardEvent as KeyboardEvent_2 } from 'react';
163
162
  import { LineSkeletonProps } from '@salutejs/plasma-new-hope/styled-components';
164
163
  import { LinkCustomProps } from '@salutejs/plasma-new-hope/types/components/Link/Link';
165
164
  import { List } from '@salutejs/plasma-hope';
@@ -196,6 +195,9 @@ import { PickOptional } from '@salutejs/plasma-core';
196
195
  import { PinProps } from '@salutejs/plasma-core';
197
196
  import { PolymorphicClassName } from '@salutejs/plasma-new-hope/types/engines/types';
198
197
  import { PopoverPlacement } from '@salutejs/plasma-new-hope/styled-components';
198
+ import type { PopoverPlacement as PopoverPlacement_2 } from '@salutejs/plasma-new-hope';
199
+ import type { PopoverPlacementBasic } from '@salutejs/plasma-new-hope';
200
+ import type { PopoverPlacementBasic as PopoverPlacementBasic_2 } from '@salutejs/plasma-new-hope/styled-components';
199
201
  import { PopoverProps } from '@salutejs/plasma-new-hope/styled-components';
200
202
  import { PopoverTrigger } from '@salutejs/plasma-new-hope/styled-components';
201
203
  import { Popup } from '@salutejs/plasma-hope';
@@ -285,9 +287,9 @@ import { TextareaHTMLAttributes } from '@salutejs/plasma-core';
285
287
  import type { TextAreaProps as TextAreaProps_2 } from '@salutejs/plasma-hope';
286
288
  import { TextareaResize } from '@salutejs/plasma-core';
287
289
  import { TextFieldGroupProps } from '@salutejs/plasma-new-hope/styled-components';
288
- import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
289
290
  import { TextfieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
290
291
  import type { TextFieldProps as TextFieldProps_2 } from '@salutejs/plasma-hope';
292
+ import type { TextFieldProps as TextFieldProps_3 } from '@salutejs/plasma-new-hope/styled-components';
291
293
  import { TextFieldPropsBase } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
292
294
  import { TextFieldView } from '@salutejs/plasma-hope';
293
295
  import { TextSkeletonBaseProps } from '@salutejs/plasma-new-hope/types/components/Skeleton/TextSkeleton/TextSkeleton.types';
@@ -1881,431 +1883,7 @@ export { List }
1881
1883
  export { ListItem }
1882
1884
 
1883
1885
  // @public (undocumented)
1884
- export const Mask: ForwardRefExoticComponent<(Omit<PropsType< {
1885
- view: {
1886
- default: PolymorphicClassName;
1887
- positive: PolymorphicClassName;
1888
- warning: PolymorphicClassName;
1889
- negative: PolymorphicClassName;
1890
- };
1891
- size: {
1892
- l: PolymorphicClassName;
1893
- m: PolymorphicClassName;
1894
- s: PolymorphicClassName;
1895
- xs: PolymorphicClassName;
1896
- };
1897
- labelPlacement: {
1898
- inner: PolymorphicClassName;
1899
- outer: PolymorphicClassName;
1900
- };
1901
- clear: {
1902
- true: PolymorphicClassName;
1903
- };
1904
- disabled: {
1905
- true: PolymorphicClassName;
1906
- };
1907
- readOnly: {
1908
- true: PolymorphicClassName;
1909
- };
1910
- }> & {
1911
- size?: string | undefined;
1912
- view?: string | undefined;
1913
- readOnly?: boolean | undefined;
1914
- disabled?: boolean | undefined;
1915
- } & {
1916
- label?: string | undefined;
1917
- labelPlacement?: "outer" | "inner" | undefined;
1918
- leftHelper?: string | undefined;
1919
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1920
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1921
- textBefore?: string | undefined;
1922
- textAfter?: string | undefined;
1923
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
1924
- } & {
1925
- requiredPlacement?: "right" | "left" | undefined;
1926
- } & {
1927
- required: true;
1928
- optional?: false | undefined;
1929
- } & {
1930
- clear?: boolean | undefined;
1931
- hasDivider?: boolean | undefined;
1932
- } & {
1933
- chips?: undefined;
1934
- onChangeChips?: undefined;
1935
- enumerationType?: "plain" | undefined;
1936
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
1937
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
1938
- view: {
1939
- default: PolymorphicClassName;
1940
- positive: PolymorphicClassName;
1941
- warning: PolymorphicClassName;
1942
- negative: PolymorphicClassName;
1943
- };
1944
- size: {
1945
- l: PolymorphicClassName;
1946
- m: PolymorphicClassName;
1947
- s: PolymorphicClassName;
1948
- xs: PolymorphicClassName;
1949
- };
1950
- labelPlacement: {
1951
- inner: PolymorphicClassName;
1952
- outer: PolymorphicClassName;
1953
- };
1954
- clear: {
1955
- true: PolymorphicClassName;
1956
- };
1957
- disabled: {
1958
- true: PolymorphicClassName;
1959
- };
1960
- readOnly: {
1961
- true: PolymorphicClassName;
1962
- };
1963
- }> & {
1964
- size?: string | undefined;
1965
- view?: string | undefined;
1966
- readOnly?: boolean | undefined;
1967
- disabled?: boolean | undefined;
1968
- } & {
1969
- label?: string | undefined;
1970
- labelPlacement?: "outer" | "inner" | undefined;
1971
- leftHelper?: string | undefined;
1972
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1973
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1974
- textBefore?: string | undefined;
1975
- textAfter?: string | undefined;
1976
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
1977
- } & {
1978
- requiredPlacement?: "right" | "left" | undefined;
1979
- } & {
1980
- required: true;
1981
- optional?: false | undefined;
1982
- } & {
1983
- clear?: boolean | undefined;
1984
- hasDivider?: boolean | undefined;
1985
- } & {
1986
- enumerationType: "chip";
1987
- onSearch?: undefined;
1988
- chips?: TextFieldPrimitiveValue[] | undefined;
1989
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
1990
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
1991
- view: {
1992
- default: PolymorphicClassName;
1993
- positive: PolymorphicClassName;
1994
- warning: PolymorphicClassName;
1995
- negative: PolymorphicClassName;
1996
- };
1997
- size: {
1998
- l: PolymorphicClassName;
1999
- m: PolymorphicClassName;
2000
- s: PolymorphicClassName;
2001
- xs: PolymorphicClassName;
2002
- };
2003
- labelPlacement: {
2004
- inner: PolymorphicClassName;
2005
- outer: PolymorphicClassName;
2006
- };
2007
- clear: {
2008
- true: PolymorphicClassName;
2009
- };
2010
- disabled: {
2011
- true: PolymorphicClassName;
2012
- };
2013
- readOnly: {
2014
- true: PolymorphicClassName;
2015
- };
2016
- }> & {
2017
- size?: string | undefined;
2018
- view?: string | undefined;
2019
- readOnly?: boolean | undefined;
2020
- disabled?: boolean | undefined;
2021
- } & {
2022
- label?: string | undefined;
2023
- labelPlacement?: "outer" | "inner" | undefined;
2024
- leftHelper?: string | undefined;
2025
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2026
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2027
- textBefore?: string | undefined;
2028
- textAfter?: string | undefined;
2029
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2030
- } & {
2031
- requiredPlacement?: "right" | "left" | undefined;
2032
- } & {
2033
- required: true;
2034
- optional?: false | undefined;
2035
- } & {
2036
- clear?: false | undefined;
2037
- hasDivider?: undefined;
2038
- } & {
2039
- chips?: undefined;
2040
- onChangeChips?: undefined;
2041
- enumerationType?: "plain" | undefined;
2042
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2043
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2044
- view: {
2045
- default: PolymorphicClassName;
2046
- positive: PolymorphicClassName;
2047
- warning: PolymorphicClassName;
2048
- negative: PolymorphicClassName;
2049
- };
2050
- size: {
2051
- l: PolymorphicClassName;
2052
- m: PolymorphicClassName;
2053
- s: PolymorphicClassName;
2054
- xs: PolymorphicClassName;
2055
- };
2056
- labelPlacement: {
2057
- inner: PolymorphicClassName;
2058
- outer: PolymorphicClassName;
2059
- };
2060
- clear: {
2061
- true: PolymorphicClassName;
2062
- };
2063
- disabled: {
2064
- true: PolymorphicClassName;
2065
- };
2066
- readOnly: {
2067
- true: PolymorphicClassName;
2068
- };
2069
- }> & {
2070
- size?: string | undefined;
2071
- view?: string | undefined;
2072
- readOnly?: boolean | undefined;
2073
- disabled?: boolean | undefined;
2074
- } & {
2075
- label?: string | undefined;
2076
- labelPlacement?: "outer" | "inner" | undefined;
2077
- leftHelper?: string | undefined;
2078
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2079
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2080
- textBefore?: string | undefined;
2081
- textAfter?: string | undefined;
2082
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2083
- } & {
2084
- requiredPlacement?: "right" | "left" | undefined;
2085
- } & {
2086
- required: true;
2087
- optional?: false | undefined;
2088
- } & {
2089
- clear?: false | undefined;
2090
- hasDivider?: undefined;
2091
- } & {
2092
- enumerationType: "chip";
2093
- onSearch?: undefined;
2094
- chips?: TextFieldPrimitiveValue[] | undefined;
2095
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2096
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2097
- view: {
2098
- default: PolymorphicClassName;
2099
- positive: PolymorphicClassName;
2100
- warning: PolymorphicClassName;
2101
- negative: PolymorphicClassName;
2102
- };
2103
- size: {
2104
- l: PolymorphicClassName;
2105
- m: PolymorphicClassName;
2106
- s: PolymorphicClassName;
2107
- xs: PolymorphicClassName;
2108
- };
2109
- labelPlacement: {
2110
- inner: PolymorphicClassName;
2111
- outer: PolymorphicClassName;
2112
- };
2113
- clear: {
2114
- true: PolymorphicClassName;
2115
- };
2116
- disabled: {
2117
- true: PolymorphicClassName;
2118
- };
2119
- readOnly: {
2120
- true: PolymorphicClassName;
2121
- };
2122
- }> & {
2123
- size?: string | undefined;
2124
- view?: string | undefined;
2125
- readOnly?: boolean | undefined;
2126
- disabled?: boolean | undefined;
2127
- } & {
2128
- label?: string | undefined;
2129
- labelPlacement?: "outer" | "inner" | undefined;
2130
- leftHelper?: string | undefined;
2131
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2132
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2133
- textBefore?: string | undefined;
2134
- textAfter?: string | undefined;
2135
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2136
- } & {
2137
- requiredPlacement?: "right" | "left" | undefined;
2138
- } & {
2139
- optional?: true | undefined;
2140
- required?: false | undefined;
2141
- } & {
2142
- clear?: boolean | undefined;
2143
- hasDivider?: boolean | undefined;
2144
- } & {
2145
- chips?: undefined;
2146
- onChangeChips?: undefined;
2147
- enumerationType?: "plain" | undefined;
2148
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2149
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2150
- view: {
2151
- default: PolymorphicClassName;
2152
- positive: PolymorphicClassName;
2153
- warning: PolymorphicClassName;
2154
- negative: PolymorphicClassName;
2155
- };
2156
- size: {
2157
- l: PolymorphicClassName;
2158
- m: PolymorphicClassName;
2159
- s: PolymorphicClassName;
2160
- xs: PolymorphicClassName;
2161
- };
2162
- labelPlacement: {
2163
- inner: PolymorphicClassName;
2164
- outer: PolymorphicClassName;
2165
- };
2166
- clear: {
2167
- true: PolymorphicClassName;
2168
- };
2169
- disabled: {
2170
- true: PolymorphicClassName;
2171
- };
2172
- readOnly: {
2173
- true: PolymorphicClassName;
2174
- };
2175
- }> & {
2176
- size?: string | undefined;
2177
- view?: string | undefined;
2178
- readOnly?: boolean | undefined;
2179
- disabled?: boolean | undefined;
2180
- } & {
2181
- label?: string | undefined;
2182
- labelPlacement?: "outer" | "inner" | undefined;
2183
- leftHelper?: string | undefined;
2184
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2185
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2186
- textBefore?: string | undefined;
2187
- textAfter?: string | undefined;
2188
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2189
- } & {
2190
- requiredPlacement?: "right" | "left" | undefined;
2191
- } & {
2192
- optional?: true | undefined;
2193
- required?: false | undefined;
2194
- } & {
2195
- clear?: boolean | undefined;
2196
- hasDivider?: boolean | undefined;
2197
- } & {
2198
- enumerationType: "chip";
2199
- onSearch?: undefined;
2200
- chips?: TextFieldPrimitiveValue[] | undefined;
2201
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2202
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2203
- view: {
2204
- default: PolymorphicClassName;
2205
- positive: PolymorphicClassName;
2206
- warning: PolymorphicClassName;
2207
- negative: PolymorphicClassName;
2208
- };
2209
- size: {
2210
- l: PolymorphicClassName;
2211
- m: PolymorphicClassName;
2212
- s: PolymorphicClassName;
2213
- xs: PolymorphicClassName;
2214
- };
2215
- labelPlacement: {
2216
- inner: PolymorphicClassName;
2217
- outer: PolymorphicClassName;
2218
- };
2219
- clear: {
2220
- true: PolymorphicClassName;
2221
- };
2222
- disabled: {
2223
- true: PolymorphicClassName;
2224
- };
2225
- readOnly: {
2226
- true: PolymorphicClassName;
2227
- };
2228
- }> & {
2229
- size?: string | undefined;
2230
- view?: string | undefined;
2231
- readOnly?: boolean | undefined;
2232
- disabled?: boolean | undefined;
2233
- } & {
2234
- label?: string | undefined;
2235
- labelPlacement?: "outer" | "inner" | undefined;
2236
- leftHelper?: string | undefined;
2237
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2238
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2239
- textBefore?: string | undefined;
2240
- textAfter?: string | undefined;
2241
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2242
- } & {
2243
- requiredPlacement?: "right" | "left" | undefined;
2244
- } & {
2245
- optional?: true | undefined;
2246
- required?: false | undefined;
2247
- } & {
2248
- clear?: false | undefined;
2249
- hasDivider?: undefined;
2250
- } & {
2251
- chips?: undefined;
2252
- onChangeChips?: undefined;
2253
- enumerationType?: "plain" | undefined;
2254
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2255
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2256
- view: {
2257
- default: PolymorphicClassName;
2258
- positive: PolymorphicClassName;
2259
- warning: PolymorphicClassName;
2260
- negative: PolymorphicClassName;
2261
- };
2262
- size: {
2263
- l: PolymorphicClassName;
2264
- m: PolymorphicClassName;
2265
- s: PolymorphicClassName;
2266
- xs: PolymorphicClassName;
2267
- };
2268
- labelPlacement: {
2269
- inner: PolymorphicClassName;
2270
- outer: PolymorphicClassName;
2271
- };
2272
- clear: {
2273
- true: PolymorphicClassName;
2274
- };
2275
- disabled: {
2276
- true: PolymorphicClassName;
2277
- };
2278
- readOnly: {
2279
- true: PolymorphicClassName;
2280
- };
2281
- }> & {
2282
- size?: string | undefined;
2283
- view?: string | undefined;
2284
- readOnly?: boolean | undefined;
2285
- disabled?: boolean | undefined;
2286
- } & {
2287
- label?: string | undefined;
2288
- labelPlacement?: "outer" | "inner" | undefined;
2289
- leftHelper?: string | undefined;
2290
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2291
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2292
- textBefore?: string | undefined;
2293
- textAfter?: string | undefined;
2294
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2295
- } & {
2296
- requiredPlacement?: "right" | "left" | undefined;
2297
- } & {
2298
- optional?: true | undefined;
2299
- required?: false | undefined;
2300
- } & {
2301
- clear?: false | undefined;
2302
- hasDivider?: undefined;
2303
- } & {
2304
- enumerationType: "chip";
2305
- onSearch?: undefined;
2306
- chips?: TextFieldPrimitiveValue[] | undefined;
2307
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2308
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref">) & RefAttributes<HTMLInputElement>>;
1886
+ export const Mask: ForwardRefExoticComponent<(TextFieldProps_3 & MaskProps) & RefAttributes<HTMLInputElement>>;
2309
1887
 
2310
1888
  export { MaxLinesProps }
2311
1889
 
@@ -3125,11 +2703,13 @@ export { TextareaHTMLAttributes }
3125
2703
 
3126
2704
  // Warning: (ae-forgotten-export) The symbol "RequiredProps" needs to be exported by the entry point index.d.ts
3127
2705
  // Warning: (ae-forgotten-export) The symbol "ClearProps" needs to be exported by the entry point index.d.ts
2706
+ // Warning: (ae-forgotten-export) The symbol "HintProps" needs to be exported by the entry point index.d.ts
3128
2707
  //
3129
2708
  // @public (undocumented)
3130
2709
  export type TextAreaProps = TextAreaProps_2 & {
3131
2710
  resize?: 'none' | 'both' | 'horizontal' | 'vertical';
3132
- } & RequiredProps & ClearProps;
2711
+ titleCaption?: ReactNode;
2712
+ } & RequiredProps & ClearProps & RequiredProps & HintProps;
3133
2713
 
3134
2714
  export { TextareaResize }
3135
2715
 
@@ -3184,9 +2764,10 @@ export { TextFieldGroupProps }
3184
2764
  // Warning: (ae-forgotten-export) The symbol "newHopeTextFieldProps" needs to be exported by the entry point index.d.ts
3185
2765
  // Warning: (ae-forgotten-export) The symbol "RequiredProps_2" needs to be exported by the entry point index.d.ts
3186
2766
  // Warning: (ae-forgotten-export) The symbol "ClearProps_2" needs to be exported by the entry point index.d.ts
2767
+ // Warning: (ae-forgotten-export) The symbol "HintProps_2" needs to be exported by the entry point index.d.ts
3187
2768
  //
3188
2769
  // @public (undocumented)
3189
- export type TextFieldProps = (TextFieldProps_2 & Pick<newHopeTextFieldProps, 'enumerationType' | 'chips' | 'onChangeChips'>) & RequiredProps_2 & ClearProps_2;
2770
+ export type TextFieldProps = (TextFieldProps_2 & Pick<newHopeTextFieldProps, 'enumerationType' | 'chips' | 'onChangeChips' | 'titleCaption'>) & RequiredProps_2 & ClearProps_2 & HintProps_2;
3190
2771
 
3191
2772
  export { TextFieldView }
3192
2773
 
@@ -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),