@salutejs/plasma-web 1.421.1-canary.1346.11361458839.0 → 1.422.0-canary.1459.11364623616.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. package/api/plasma-web.api.md +18 -441
  2. package/components/Mask/Mask.d.ts +2 -425
  3. package/components/Segment/Segment.d.ts +9 -12
  4. package/components/Segment/SegmentGroup.config.d.ts +5 -2
  5. package/components/Segment/SegmentGroup.config.js +14 -11
  6. package/components/Segment/SegmentItem.config.d.ts +1 -1
  7. package/components/Segment/SegmentItem.config.js +8 -8
  8. package/components/TextArea/TextArea.config.d.ts +10 -0
  9. package/components/TextArea/TextArea.config.js +22 -12
  10. package/components/TextArea/index.d.ts +68 -1
  11. package/components/TextField/TextField.config.d.ts +10 -0
  12. package/components/TextField/TextField.config.js +21 -11
  13. package/components/TextField/TextField.d.ts +61 -282
  14. package/components/TextField/TextField.js +4 -1
  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/Segment/Segment.css +19 -18
  18. package/css/cjs/components/Segment/SegmentGroup.config.js +6 -3
  19. package/css/cjs/components/Segment/SegmentGroup.config.js.map +1 -1
  20. package/css/cjs/components/Segment/SegmentGroup.config_uubjjb.css +11 -0
  21. package/css/cjs/components/Segment/SegmentItem.config.js +3 -3
  22. package/css/cjs/components/Segment/SegmentItem.config.js.map +1 -1
  23. package/css/cjs/components/Segment/SegmentItem.config_1mppsqs.css +9 -0
  24. package/css/cjs/components/TextArea/TextArea.config.js +13 -3
  25. package/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
  26. package/css/{es/components/TextArea/TextArea.config_gz8cpa.css → cjs/components/TextArea/TextArea.config_g5fxsq.css} +16 -10
  27. package/css/cjs/components/TextArea/TextArea.css +16 -10
  28. package/css/cjs/components/TextField/TextField.config.js +13 -3
  29. package/css/cjs/components/TextField/TextField.config.js.map +1 -1
  30. package/css/cjs/components/TextField/TextField.config_owf0ip.css +19 -0
  31. package/css/cjs/components/TextField/TextField.js +4 -1
  32. package/css/cjs/components/TextField/TextField.js.map +1 -1
  33. package/css/cjs/index.css +57 -44
  34. package/css/es/components/Mask/Mask.css +17 -11
  35. package/css/es/components/Mask/Mask.js.map +1 -1
  36. package/css/es/components/Segment/Segment.css +19 -18
  37. package/css/es/components/Segment/SegmentGroup.config.js +6 -3
  38. package/css/es/components/Segment/SegmentGroup.config.js.map +1 -1
  39. package/css/es/components/Segment/SegmentGroup.config_uubjjb.css +11 -0
  40. package/css/es/components/Segment/SegmentItem.config.js +3 -3
  41. package/css/es/components/Segment/SegmentItem.config.js.map +1 -1
  42. package/css/es/components/Segment/SegmentItem.config_1mppsqs.css +9 -0
  43. package/css/es/components/TextArea/TextArea.config.js +13 -3
  44. package/css/es/components/TextArea/TextArea.config.js.map +1 -1
  45. package/css/{cjs/components/TextArea/TextArea.config_gz8cpa.css → es/components/TextArea/TextArea.config_g5fxsq.css} +16 -10
  46. package/css/es/components/TextArea/TextArea.css +16 -10
  47. package/css/es/components/TextField/TextField.config.js +13 -3
  48. package/css/es/components/TextField/TextField.config.js.map +1 -1
  49. package/css/es/components/TextField/TextField.config_owf0ip.css +19 -0
  50. package/css/es/components/TextField/TextField.js +4 -1
  51. package/css/es/components/TextField/TextField.js.map +1 -1
  52. package/css/es/index.css +57 -44
  53. package/es/components/Segment/SegmentGroup.config.js +14 -11
  54. package/es/components/Segment/SegmentItem.config.js +8 -8
  55. package/es/components/TextArea/TextArea.config.js +22 -12
  56. package/es/components/TextField/TextField.config.js +21 -11
  57. package/es/components/TextField/TextField.js +4 -1
  58. package/package.json +3 -3
  59. package/temp/plasma-web.api.md +18 -441
  60. package/css/cjs/components/Segment/SegmentGroup.config_notwep.css +0 -10
  61. package/css/cjs/components/Segment/SegmentItem.config_g2b5lk.css +0 -9
  62. package/css/cjs/components/TextField/TextField.config_j0ymp0.css +0 -13
  63. package/css/es/components/Segment/SegmentGroup.config_notwep.css +0 -10
  64. package/css/es/components/Segment/SegmentItem.config_g2b5lk.css +0 -9
  65. 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
 
@@ -2706,21 +2284,16 @@ true: PolymorphicClassName;
2706
2284
  pilled: {
2707
2285
  true: PolymorphicClassName;
2708
2286
  };
2709
- filledBackground: {
2287
+ stretch: {
2710
2288
  true: PolymorphicClassName;
2711
2289
  };
2712
- stretch: {
2290
+ filledBackground: {
2713
2291
  true: PolymorphicClassName;
2714
2292
  };
2715
- }> & HTMLAttributes<HTMLDivElement> & {
2716
- selectionMode?: "multiple" | "single" | undefined;
2717
- disabled?: boolean | undefined;
2718
- stretch?: boolean | undefined;
2719
- pilled?: boolean | undefined;
2720
- filledBackground?: boolean | undefined;
2721
- size?: string | undefined;
2722
- view?: string | undefined;
2723
- } & RefAttributes<HTMLDivElement>>;
2293
+ orientation: {
2294
+ vertical: PolymorphicClassName;
2295
+ };
2296
+ }> & SegmentGroupProps & RefAttributes<HTMLDivElement>>;
2724
2297
 
2725
2298
  export { SegmentGroupProps }
2726
2299
 
@@ -2728,8 +2301,8 @@ export { SegmentGroupProps }
2728
2301
  export const SegmentItem: FunctionComponent<PropsType< {
2729
2302
  view: {
2730
2303
  clear: PolymorphicClassName;
2731
- default: PolymorphicClassName;
2732
2304
  secondary: PolymorphicClassName;
2305
+ default: PolymorphicClassName;
2733
2306
  };
2734
2307
  size: {
2735
2308
  xs: PolymorphicClassName;
@@ -2751,6 +2324,8 @@ pilled?: boolean | undefined;
2751
2324
  customHandleSelect?: ((e: MouseEvent_2<HTMLButtonElement, MouseEvent>) => void) | undefined;
2752
2325
  size?: string | undefined;
2753
2326
  view?: string | undefined;
2327
+ contentLeft?: ReactNode;
2328
+ contentRight?: ReactNode;
2754
2329
  } & RefAttributes<HTMLLabelElement>>;
2755
2330
 
2756
2331
  export { SegmentItemProps }
@@ -3128,11 +2703,13 @@ export { TextareaHTMLAttributes }
3128
2703
 
3129
2704
  // Warning: (ae-forgotten-export) The symbol "RequiredProps" needs to be exported by the entry point index.d.ts
3130
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
3131
2707
  //
3132
2708
  // @public (undocumented)
3133
2709
  export type TextAreaProps = TextAreaProps_2 & {
3134
2710
  resize?: 'none' | 'both' | 'horizontal' | 'vertical';
3135
- } & RequiredProps & ClearProps;
2711
+ titleCaption?: ReactNode;
2712
+ } & RequiredProps & ClearProps & HintProps;
3136
2713
 
3137
2714
  export { TextareaResize }
3138
2715
 
@@ -3188,7 +2765,7 @@ export { TextFieldGroupProps }
3188
2765
  // Warning: (ae-forgotten-export) The symbol "newHopeTextFieldProps" needs to be exported by the entry point index.d.ts
3189
2766
  //
3190
2767
  // @public (undocumented)
3191
- export type TextFieldProps = TextFieldProps_2 & Pick<newHopeTextFieldProps, 'enumerationType' | 'chips' | 'onChangeChips'>;
2768
+ export type TextFieldProps = TextFieldProps_2 & Pick<newHopeTextFieldProps, 'enumerationType' | 'chips' | 'onChangeChips' | 'titleCaption'>;
3192
2769
 
3193
2770
  export { TextFieldView }
3194
2771