@salutejs/plasma-web 1.423.0-canary.1490.11387458591.0 → 1.424.0-canary.1459.11400476651.0

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