@salutejs/plasma-web 1.422.0-canary.1459.11364623616.0 → 1.422.0-canary.1486.11363705461.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 +441 -18
  2. package/components/Mask/Mask.d.ts +425 -2
  3. package/components/Segment/Segment.d.ts +12 -9
  4. package/components/Segment/SegmentGroup.config.d.ts +2 -5
  5. package/components/Segment/SegmentGroup.config.js +11 -14
  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 +0 -10
  9. package/components/TextArea/TextArea.config.js +12 -22
  10. package/components/TextArea/index.d.ts +1 -68
  11. package/components/TextField/TextField.config.d.ts +0 -10
  12. package/components/TextField/TextField.config.js +11 -21
  13. package/components/TextField/TextField.d.ts +282 -61
  14. package/components/TextField/TextField.js +1 -4
  15. package/css/cjs/components/Mask/Mask.css +11 -17
  16. package/css/cjs/components/Mask/Mask.js.map +1 -1
  17. package/css/cjs/components/Segment/Segment.css +18 -19
  18. package/css/cjs/components/Segment/SegmentGroup.config.js +3 -6
  19. package/css/cjs/components/Segment/SegmentGroup.config.js.map +1 -1
  20. package/css/cjs/components/Segment/SegmentGroup.config_notwep.css +10 -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_g2b5lk.css +9 -0
  24. package/css/cjs/components/TextArea/TextArea.config.js +3 -13
  25. package/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
  26. package/css/{es/components/TextArea/TextArea.config_g5fxsq.css → cjs/components/TextArea/TextArea.config_gz8cpa.css} +10 -16
  27. package/css/cjs/components/TextArea/TextArea.css +10 -16
  28. package/css/cjs/components/TextField/TextField.config.js +3 -13
  29. package/css/cjs/components/TextField/TextField.config.js.map +1 -1
  30. package/css/cjs/components/TextField/TextField.config_j0ymp0.css +13 -0
  31. package/css/cjs/components/TextField/TextField.js +1 -4
  32. package/css/cjs/components/TextField/TextField.js.map +1 -1
  33. package/css/cjs/index.css +44 -57
  34. package/css/es/components/Mask/Mask.css +11 -17
  35. package/css/es/components/Mask/Mask.js.map +1 -1
  36. package/css/es/components/Segment/Segment.css +18 -19
  37. package/css/es/components/Segment/SegmentGroup.config.js +3 -6
  38. package/css/es/components/Segment/SegmentGroup.config.js.map +1 -1
  39. package/css/es/components/Segment/SegmentGroup.config_notwep.css +10 -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_g2b5lk.css +9 -0
  43. package/css/es/components/TextArea/TextArea.config.js +3 -13
  44. package/css/es/components/TextArea/TextArea.config.js.map +1 -1
  45. package/css/{cjs/components/TextArea/TextArea.config_g5fxsq.css → es/components/TextArea/TextArea.config_gz8cpa.css} +10 -16
  46. package/css/es/components/TextArea/TextArea.css +10 -16
  47. package/css/es/components/TextField/TextField.config.js +3 -13
  48. package/css/es/components/TextField/TextField.config.js.map +1 -1
  49. package/css/es/components/TextField/TextField.config_j0ymp0.css +13 -0
  50. package/css/es/components/TextField/TextField.js +1 -4
  51. package/css/es/components/TextField/TextField.js.map +1 -1
  52. package/css/es/index.css +44 -57
  53. package/es/components/Segment/SegmentGroup.config.js +11 -14
  54. package/es/components/Segment/SegmentItem.config.js +8 -8
  55. package/es/components/TextArea/TextArea.config.js +12 -22
  56. package/es/components/TextField/TextField.config.js +11 -21
  57. package/es/components/TextField/TextField.js +1 -4
  58. package/package.json +7 -7
  59. package/temp/plasma-web.api.md +441 -18
  60. package/css/cjs/components/Segment/SegmentGroup.config_uubjjb.css +0 -11
  61. package/css/cjs/components/Segment/SegmentItem.config_1mppsqs.css +0 -9
  62. package/css/cjs/components/TextField/TextField.config_owf0ip.css +0 -19
  63. package/css/es/components/Segment/SegmentGroup.config_uubjjb.css +0 -11
  64. package/css/es/components/Segment/SegmentItem.config_1mppsqs.css +0 -9
  65. package/css/es/components/TextField/TextField.config_owf0ip.css +0 -19
@@ -160,6 +160,7 @@ 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';
163
164
  import { LineSkeletonProps } from '@salutejs/plasma-new-hope/styled-components';
164
165
  import { LinkCustomProps } from '@salutejs/plasma-new-hope/types/components/Link/Link';
165
166
  import { List } from '@salutejs/plasma-hope';
@@ -196,9 +197,6 @@ import { PickOptional } from '@salutejs/plasma-core';
196
197
  import { PinProps } from '@salutejs/plasma-core';
197
198
  import { PolymorphicClassName } from '@salutejs/plasma-new-hope/types/engines/types';
198
199
  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';
202
200
  import { PopoverProps } from '@salutejs/plasma-new-hope/styled-components';
203
201
  import { PopoverTrigger } from '@salutejs/plasma-new-hope/styled-components';
204
202
  import { Popup } from '@salutejs/plasma-hope';
@@ -288,9 +286,9 @@ import { TextareaHTMLAttributes } from '@salutejs/plasma-core';
288
286
  import type { TextAreaProps as TextAreaProps_2 } from '@salutejs/plasma-hope';
289
287
  import { TextareaResize } from '@salutejs/plasma-core';
290
288
  import { TextFieldGroupProps } from '@salutejs/plasma-new-hope/styled-components';
289
+ import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
291
290
  import { TextfieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
292
291
  import type { TextFieldProps as TextFieldProps_3 } from '@salutejs/plasma-hope';
293
- import type { TextFieldProps as TextFieldProps_4 } from '@salutejs/plasma-new-hope/styled-components';
294
292
  import { TextFieldPropsBase } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
295
293
  import { TextFieldView } from '@salutejs/plasma-hope';
296
294
  import { TextSkeletonBaseProps } from '@salutejs/plasma-new-hope/types/components/Skeleton/TextSkeleton/TextSkeleton.types';
@@ -1886,7 +1884,431 @@ export { List }
1886
1884
  export { ListItem }
1887
1885
 
1888
1886
  // @public (undocumented)
1889
- export const Mask: ForwardRefExoticComponent<(TextFieldProps_4 & MaskProps) & RefAttributes<HTMLInputElement>>;
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>>;
1890
2312
 
1891
2313
  export { MaxLinesProps }
1892
2314
 
@@ -2284,16 +2706,21 @@ true: PolymorphicClassName;
2284
2706
  pilled: {
2285
2707
  true: PolymorphicClassName;
2286
2708
  };
2287
- stretch: {
2288
- true: PolymorphicClassName;
2289
- };
2290
2709
  filledBackground: {
2291
2710
  true: PolymorphicClassName;
2292
2711
  };
2293
- orientation: {
2294
- vertical: PolymorphicClassName;
2712
+ stretch: {
2713
+ true: PolymorphicClassName;
2295
2714
  };
2296
- }> & SegmentGroupProps & RefAttributes<HTMLDivElement>>;
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>>;
2297
2724
 
2298
2725
  export { SegmentGroupProps }
2299
2726
 
@@ -2301,8 +2728,8 @@ export { SegmentGroupProps }
2301
2728
  export const SegmentItem: FunctionComponent<PropsType< {
2302
2729
  view: {
2303
2730
  clear: PolymorphicClassName;
2304
- secondary: PolymorphicClassName;
2305
2731
  default: PolymorphicClassName;
2732
+ secondary: PolymorphicClassName;
2306
2733
  };
2307
2734
  size: {
2308
2735
  xs: PolymorphicClassName;
@@ -2324,8 +2751,6 @@ pilled?: boolean | undefined;
2324
2751
  customHandleSelect?: ((e: MouseEvent_2<HTMLButtonElement, MouseEvent>) => void) | undefined;
2325
2752
  size?: string | undefined;
2326
2753
  view?: string | undefined;
2327
- contentLeft?: ReactNode;
2328
- contentRight?: ReactNode;
2329
2754
  } & RefAttributes<HTMLLabelElement>>;
2330
2755
 
2331
2756
  export { SegmentItemProps }
@@ -2703,13 +3128,11 @@ export { TextareaHTMLAttributes }
2703
3128
 
2704
3129
  // Warning: (ae-forgotten-export) The symbol "RequiredProps" needs to be exported by the entry point index.d.ts
2705
3130
  // 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
2707
3131
  //
2708
3132
  // @public (undocumented)
2709
3133
  export type TextAreaProps = TextAreaProps_2 & {
2710
3134
  resize?: 'none' | 'both' | 'horizontal' | 'vertical';
2711
- titleCaption?: ReactNode;
2712
- } & RequiredProps & ClearProps & HintProps;
3135
+ } & RequiredProps & ClearProps;
2713
3136
 
2714
3137
  export { TextareaResize }
2715
3138
 
@@ -2765,7 +3188,7 @@ export { TextFieldGroupProps }
2765
3188
  // Warning: (ae-forgotten-export) The symbol "newHopeTextFieldProps" needs to be exported by the entry point index.d.ts
2766
3189
  //
2767
3190
  // @public (undocumented)
2768
- export type TextFieldProps = TextFieldProps_2 & Pick<newHopeTextFieldProps, 'enumerationType' | 'chips' | 'onChangeChips' | 'titleCaption'>;
3191
+ export type TextFieldProps = TextFieldProps_2 & Pick<newHopeTextFieldProps, 'enumerationType' | 'chips' | 'onChangeChips'>;
2769
3192
 
2770
3193
  export { TextFieldView }
2771
3194
 
@@ -1,11 +0,0 @@
1
- .cct3vnm{--plasma-segment-arrow-color:var(--text-secondary);--plasma-segment-group-background-color:transparent;--plasma-segment-outline-focus-color:var(--plasma-colors-button-focused,var(--text-accent));}
2
- .f15142ru{--plasma-segment-arrow-color:var(--text-secondary);--plasma-segment-group-background-color:transparent;--plasma-segment-outline-focus-color:var(--plasma-colors-button-focused,var(--text-accent));}
3
- .xekvq49{--plasma-segment-group-border-radius:0.625rem;--plasma-segment-group-pilled-border-radius:1.125rem;--plasma-segment-group-width:auto;--plasma-segment-group-height:auto;--plasma-segment-group-arrow-padding:0.25rem 0.75rem;--plasma-segment-group-vertical-arrow-padding:0.75rem 0;}
4
- .slveods{--plasma-segment-group-border-radius:0.75rem;--plasma-segment-group-pilled-border-radius:1.375rem;--plasma-segment-group-width:auto;--plasma-segment-group-height:auto;--plasma-segment-group-arrow-padding:0.5rem 0.875rem;--plasma-segment-group-vertical-arrow-padding:0.875rem 0;}
5
- .mt19ik9{--plasma-segment-group-border-radius:0.875rem;--plasma-segment-group-pilled-border-radius:1.625rem;--plasma-segment-group-width:auto;--plasma-segment-group-height:auto;--plasma-segment-group-arrow-padding:0.75rem 1.25rem;--plasma-segment-group-vertical-arrow-padding:1.25rem 0;}
6
- .l1pt19wo{--plasma-segment-group-border-radius:1rem;--plasma-segment-group-pilled-border-radius:1.875rem;--plasma-segment-group-width:auto;--plasma-segment-group-height:auto;--plasma-segment-group-arrow-padding:1rem 1.375rem;--plasma-segment-group-vertical-arrow-padding:1.375rem 0;}
7
- .t1832286{--plasma-segment-disabled-opacity:0.4;}
8
-
9
-
10
- .tjfuhig{--plasma-segment-group-filled-background-color:var(--surface-transparent-secondary);}
11
-
@@ -1,9 +0,0 @@
1
- .cw5l9ny{--plasma-segment-item-color:var(--text-secondary);--plasma-segment-item-background-color:transparent;--plasma-segment-item-color-hover:var(--text-primary-hover);--plasma-segment-item-background-color-hover:transparent;--plasma-segment-item-additional-color:var(--text-tertiary);--plasma-segment-item-additional-color-hover:var(--text-secondary);--plasma-segment-item-selected-color:var(--text-primary-hover);--plasma-segment-item-selected-background-color:transparent;--plasma-segment-item-selected-color-hover:var(--text-primary);--plasma-segment-item-selected-background-color-hover:transparent;--plasma-segment-item-selected-additional-color:var(--text-secondary);--plasma-segment-item-selected-additional-color-hover:var(--text-secondary);--plasma-segment-outline-focus-color:var(--plasma-colors-button-focused,var(--text-accent));}
2
- .s1xvuorj{--plasma-segment-item-color:var(--text-primary);--plasma-segment-item-background-color:transparent;--plasma-segment-item-color-hover:var(--text-primary-hover);--plasma-segment-item-background-color-hover:transparent;--plasma-segment-item-additional-color:var(--text-secondary);--plasma-segment-item-additional-color-hover:var(--text-secondary);--plasma-segment-item-selected-color:var(--text-primary);--plasma-segment-item-selected-background-color:var(--surface-transparent-card);--plasma-segment-item-selected-color-hover:var(--text-primary-hover);--plasma-segment-item-selected-background-color-hover:var(--surface-transparent-card);--plasma-segment-item-selected-additional-color:var(--text-secondary);--plasma-segment-item-selected-additional-color-hover:var(--text-secondary);--plasma-segment-outline-focus-color:var(--plasma-colors-button-focused,var(--text-accent));}
3
- .d1f4sf91{--plasma-segment-item-color:var(--text-primary);--plasma-segment-item-background-color:transparent;--plasma-segment-item-color-hover:var(--text-primary-hover);--plasma-segment-item-background-color-hover:transparent;--plasma-segment-item-additional-color:var(--text-secondary);--plasma-segment-item-additional-color-hover:var(--text-secondary);--plasma-segment-item-selected-color:var(--inverse-text-primary);--plasma-segment-item-selected-background-color:var(--surface-solid-default);--plasma-segment-item-selected-color-hover:var(--inverse-text-primary-hover);--plasma-segment-item-selected-background-color-hover:var(--surface-solid-default);--plasma-segment-item-selected-additional-color:var(--inverse-text-secondary);--plasma-segment-item-selected-additional-color-hover:var(--inverse-text-secondary);--plasma-segment-outline-focus-color:var(--plasma-colors-button-focused,var(--text-accent));}
4
- .x12jn5jz{--plasma-segment-item-border-radius:0.5rem;--plasma-segment-item-width:auto;--plasma-segment-item-height:2rem;--plasma-segment-item-padding:0.5rem 0.75rem;--plasma-segment-item-pilled-padding:0.5rem 0.5rem;--plasma-segment-item-content-padding:0.0625rem 0.125rem;--plasma-segment-item-content-icon-margin:0.125rem;--plasma-segment-item-margin-left:0;--plasma-segment-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-segment-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-segment-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-segment-item-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-segment-item-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-segment-item-lineheight:var(--plasma-typo-body-xs-line-height);}
5
- .s1w7desh{--plasma-segment-item-border-radius:0.625rem;--plasma-segment-item-width:auto;--plasma-segment-item-height:2.5rem;--plasma-segment-item-padding:0.5rem 1rem;--plasma-segment-item-pilled-padding:0.5rem 0.5rem;--plasma-segment-item-content-padding:0.1875rem 0.125rem;--plasma-segment-item-content-icon-margin:0.125rem;--plasma-segment-item-margin-left:0rem;--plasma-segment-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-segment-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-segment-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-segment-item-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-segment-item-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-segment-item-lineheight:var(--plasma-typo-body-s-line-height);}
6
- .msu8eyv{--plasma-segment-item-border-radius:0.75rem;--plasma-segment-item-width:auto;--plasma-segment-item-height:3rem;--plasma-segment-item-padding:0.75rem 1.25rem;--plasma-segment-item-pilled-padding:0.75rem 0.75rem;--plasma-segment-item-content-padding:0.125rem;--plasma-segment-item-content-icon-margin:0.25rem;--plasma-segment-item-margin-left:0rem;--plasma-segment-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-segment-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-segment-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-segment-item-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-segment-item-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-segment-item-lineheight:var(--plasma-typo-body-m-line-height);}
7
- .l1k7f0bw{--plasma-segment-item-border-radius:0.875rem;--plasma-segment-item-width:auto;--plasma-segment-item-height:3.5rem;--plasma-segment-item-padding:1rem 1.5rem;--plasma-segment-item-pilled-padding:1rem 1rem;--plasma-segment-item-content-padding:0.0625rem 0.125rem;--plasma-segment-item-content-icon-margin:0.375rem;--plasma-segment-item-margin-left:0;--plasma-segment-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-segment-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-segment-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-segment-item-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-segment-item-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-segment-item-lineheight:var(--plasma-typo-body-l-line-height);}
8
- .t169sl90{--plasma-segment-disabled-opacity:0.4;}
9
- .t1aaurja{--plasma-segment-item-pilled-border-radius:1.75rem;}
@@ -1,19 +0,0 @@
1
- .dtkroq0{--plasma-textfield-color:var(--text-primary);--plasma-textfield-clear-color:var(--text-primary);--plasma-textfield-bg-color:var(--surface-clear);--plasma-textfield__caret-color:var(--text-accent);--plasma-textfield__placeholder-color:var(--text-secondary);--plasma-textfield__clear-placeholder-color:var(--text-secondary);--plasma-textfield__placeholder-color-focus:var(--text-tertiary);--plasma-textfield__clear-placeholder-color-focus:var(--text-tertiary);--plasma-textfield__label-color:var(--text-primary);--plasma-textfield__left-helper-color:var(--text-secondary);--plasma-textfield__title-caption-color:var(--text-secondary);--plasma-textfield__hint-icon-color:var(--text-secondary);--plasma-textfield-content-slot-color:var(--text-secondary);--plasma-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-textfield-border-color:var(--surface-transparent-tertiary);--plasma-textfield-border-color-hover:var(--text-secondary);--plasma-textfield-border-color-focus:var(--surface-accent);--plasma-textfield-divider-color:var(--surface-transparent-tertiary);--plasma-textfield-divider-color-hover:var(--text-secondary);--plasma-textfield-divider-color-focus:var(--surface-accent);--plasma-textfield__chip-close-icon-color:var(--text-secondary);--plasma-textfield__chip-color:var(--text-primary);--plasma-textfield__chip-background:var(--surface-transparent-secondary);--plasma-textfield__chip-color-hover:var(--text-primary);--plasma-textfield__chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-textfield__chip-color-active:var(--text-primary);--plasma-textfield__chip-background-active:var(--surface-transparent-secondary-active);--plasma-textfield__chip-background-readonly:var(--surface-transparent-secondary);--plasma-textfield__chip-color-readonly:var(--text-primary);--plasma-textfield__chip-background-readonly-hover:var(--surface-transparent-secondary);--plasma-textfield__chip-color-readonly-hover:var(--text-primary);--plasma-textfield__chip-opacity-readonly:0.72;--plasma-textfield__before-text-color:var(--text-tertiary);--plasma-textfield__after-text-color:var(--text-tertiary);--plasma-textfield-focus-color:var(--text-accent);--plasma-textfield__indicator-color:var(--surface-negative);--plasma-textfield__optional-color:var(--text-tertiary);}
2
- .pfhkds4{--plasma-textfield-color:var(--text-primary);--plasma-textfield-clear-color:var(--text-positive);--plasma-textfield__clear-placeholder-color:var(--text-positive);--plasma-textfield-bg-color:var(--surface-clear);--plasma-textfield__caret-color:var(--text-accent);--plasma-textfield__placeholder-color:var(--text-secondary);--plasma-textfield__placeholder-color-focus:var(--text-tertiary);--plasma-textfield__clear-placeholder-color-focus:var(--text-positive);--plasma-textfield__label-color:var(--text-primary);--plasma-textfield__left-helper-color:var(--text-positive);--plasma-textfield__title-caption-color:var(--text-secondary);--plasma-textfield__hint-icon-color:var(--text-secondary);--plasma-textfield-content-slot-color:var(--text-secondary);--plasma-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-textfield-border-color:var(--surface-positive);--plasma-textfield-border-color-hover:var(--surface-positive);--plasma-textfield-border-color-focus:var(--surface-accent);--plasma-textfield-divider-color:var(--surface-positive);--plasma-textfield-divider-color-hover:var(--surface-positive);--plasma-textfield-divider-color-focus:var(--surface-accent);--plasma-textfield__chip-close-icon-color:var(--text-secondary);--plasma-textfield__chip-color:var(--text-primary);--plasma-textfield__chip-background:var(--surface-transparent-secondary);--plasma-textfield__chip-color-hover:var(--text-primary);--plasma-textfield__chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-textfield__chip-color-active:var(--text-primary);--plasma-textfield__chip-background-active:var(--surface-transparent-secondary-active);--plasma-textfield__chip-background-readonly:var(--surface-transparent-secondary);--plasma-textfield__chip-color-readonly:var(--text-primary);--plasma-textfield__chip-background-readonly-hover:var(--surface-transparent-secondary);--plasma-textfield__chip-color-readonly-hover:var(--text-primary);--plasma-textfield__chip-opacity-readonly:0.72;--plasma-textfield__before-text-color:var(--text-tertiary);--plasma-textfield__after-text-color:var(--text-tertiary);--plasma-textfield-focus-color:var(--text-accent);--plasma-textfield__indicator-color:var(--surface-negative);--plasma-textfield__optional-color:var(--text-tertiary);}
3
- .w1ocoxlz{--plasma-textfield-color:var(--text-primary);--plasma-textfield-clear-color:var(--text-warning);--plasma-textfield__clear-placeholder-color:var(--text-warning);--plasma-textfield-bg-color:var(--surface-clear);--plasma-textfield__caret-color:var(--text-accent);--plasma-textfield__placeholder-color:var(--text-secondary);--plasma-textfield__placeholder-color-focus:var(--text-tertiary);--plasma-textfield__clear-placeholder-color-focus:var(--text-warning);--plasma-textfield__label-color:var(--text-primary);--plasma-textfield__left-helper-color:var(--text-warning);--plasma-textfield__title-caption-color:var(--text-secondary);--plasma-textfield__hint-icon-color:var(--text-secondary);--plasma-textfield-content-slot-color:var(--text-secondary);--plasma-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-textfield-border-color:var(--surface-warning);--plasma-textfield-border-color-hover:var(--surface-warning);--plasma-textfield-border-color-focus:var(--surface-accent);--plasma-textfield-divider-color:var(--surface-warning);--plasma-textfield-divider-color-hover:var(--surface-warning);--plasma-textfield-divider-color-focus:var(--surface-accent);--plasma-textfield__chip-close-icon-color:var(--text-secondary);--plasma-textfield__chip-color:var(--text-primary);--plasma-textfield__chip-background:var(--surface-transparent-secondary);--plasma-textfield__chip-color-hover:var(--text-primary);--plasma-textfield__chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-textfield__chip-color-active:var(--text-primary);--plasma-textfield__chip-background-active:var(--surface-transparent-secondary-active);--plasma-textfield__chip-background-readonly:var(--surface-transparent-secondary);--plasma-textfield__chip-color-readonly:var(--text-primary);--plasma-textfield__chip-background-readonly-hover:var(--surface-transparent-secondary);--plasma-textfield__chip-color-readonly-hover:var(--text-primary);--plasma-textfield__chip-opacity-readonly:0.72;--plasma-textfield__before-text-color:var(--text-tertiary);--plasma-textfield__after-text-color:var(--text-tertiary);--plasma-textfield-focus-color:var(--text-accent);--plasma-textfield__indicator-color:var(--surface-negative);--plasma-textfield__optional-color:var(--text-tertiary);}
4
- .nlfdoc8{--plasma-textfield-color:var(--text-primary);--plasma-textfield-clear-color:var(--text-negative);--plasma-textfield__clear-placeholder-color:var(--text-negative);--plasma-textfield-bg-color:var(--surface-clear);--plasma-textfield__caret-color:var(--text-accent);--plasma-textfield__placeholder-color:var(--text-secondary);--plasma-textfield__placeholder-color-focus:var(--text-tertiary);--plasma-textfield__clear-placeholder-color-focus:var(--text-negative);--plasma-textfield__label-color:var(--text-primary);--plasma-textfield__left-helper-color:var(--text-negative);--plasma-textfield__title-caption-color:var(--text-secondary);--plasma-textfield__hint-icon-color:var(--text-secondary);--plasma-textfield-content-slot-color:var(--text-secondary);--plasma-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-textfield-border-color:var(--surface-negative);--plasma-textfield-border-color-hover:var(--surface-negative);--plasma-textfield-border-color-focus:var(--surface-accent);--plasma-textfield-divider-color:var(--surface-negative);--plasma-textfield-divider-color-hover:var(--surface-negative);--plasma-textfield-divider-color-focus:var(--surface-accent);--plasma-textfield__chip-close-icon-color:var(--text-secondary);--plasma-textfield__chip-color:var(--text-primary);--plasma-textfield__chip-background:var(--surface-transparent-secondary);--plasma-textfield__chip-color-hover:var(--text-primary);--plasma-textfield__chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-textfield__chip-color-active:var(--text-primary);--plasma-textfield__chip-background-active:var(--surface-transparent-secondary-active);--plasma-textfield__chip-background-readonly:var(--surface-transparent-secondary);--plasma-textfield__chip-color-readonly:var(--text-primary);--plasma-textfield__chip-background-readonly-hover:var(--surface-transparent-secondary);--plasma-textfield__chip-color-readonly-hover:var(--text-primary);--plasma-textfield__chip-opacity-readonly:0.72;--plasma-textfield__before-text-color:var(--text-tertiary);--plasma-textfield__after-text-color:var(--text-tertiary);--plasma-textfield-focus-color:var(--text-accent);--plasma-textfield__indicator-color:var(--surface-negative);--plasma-textfield__optional-color:var(--text-tertiary);}
5
- .l6zduia{--plasma-textfield-height:3.5rem;--plasma-textfield-padding:1.0625rem 1.125rem 1.0625rem 1.125rem;--plasma-textfield-padding-with-chips:0.375rem;--plasma-textfield-border-radius:0.875rem;--plasma-textfield-border-width:0.0625rem;--plasma-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem -0.125rem;--plasma-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-textfield-font-family:var(--plasma-typo-body-l-font-family);--plasma-textfield-font-size:var(--plasma-typo-body-l-font-size);--plasma-textfield-font-style:var(--plasma-typo-body-l-font-style);--plasma-textfield-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-textfield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-textfield-line-height:var(--plasma-typo-body-l-line-height);--plasma-textfield__label-offset:0.75rem;--plasma-textfield__clear-label-offset:0.25rem;--plasma-textfield__label-font-family:var(--plasma-typo-body-l-font-family);--plasma-textfield__label-font-size:var(--plasma-typo-body-l-font-size);--plasma-textfield__label-font-style:var(--plasma-typo-body-l-font-style);--plasma-textfield__label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-textfield__label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-textfield__label-line-height:var(--plasma-typo-body-l-line-height);--plasma-textfield__hint-margin:-0.688rem -0.5rem;--plasma-textfield__hint-target-size:2.375rem;--plasma-textfield__hint-inner-label-placement-offset:-0.751rem -2rem auto auto;--plasma-textfield__clear-hint-inner-label-placement-offset:0.562rem -2.063rem auto auto;--plasma-textfield__title-caption-label-inner-offset:0.25rem;--plasma-textfield__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textfield__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textfield__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textfield__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textfield__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textfield__title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textfield__left-helper-offset:0.25rem;--plasma-textfield__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textfield__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textfield__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textfield__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textfield__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textfield__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textfield-placement_inner__label-padding:0.5625rem 0 0.125rem 0;--plasma-textfield-placement_inner__content-padding:1.5625rem 0 0.5625rem 0;--plasma-textfield__before-text-margin:0 0.25rem 0 0;--plasma-textfield__after-text-margin:0 0 0 0.25rem;--plasma-textfield__chip-gap:0.25rem;--plasma-textfield__chip-border-radius:0.5rem;--plasma-textfield__chip-width:auto;--plasma-textfield__chip-height:2.75rem;--plasma-textfield__chip-padding-right:0.75rem;--plasma-textfield__chip-padding-left:1rem;--plasma-textfield__chip-clear-content-margin-left:0.625rem;--plasma-textfield__chip-clear-content-margin-right:0rem;--plasma-textfield__chip-close-icon-size:1.5rem;--plasma-textfield__chip-font-family:var(--plasma-typo-body-l-font-family);--plasma-textfield__chip-font-size:var(--plasma-typo-body-l-font-size);--plasma-textfield__chip-font-style:var(--plasma-typo-body-l-font-style);--plasma-textfield__chip-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-textfield__chip-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-textfield__chip-line-height:var(--plasma-typo-body-l-line-height);--plasma-textfield__indicator-size-inner:0.5rem;--plasma-textfield__indicator-size-outer:0.375rem;--plasma-textfield__indicator-placement-inner:0 0 0 0;--plasma-textfield__indicator-placement-outer:0.5rem auto auto -0.75rem;--plasma-textfield__indicator-placement-inner-right:0 0 auto auto;--plasma-textfield__indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-textfield__clear-indicator-placement-inner:1.5rem auto auto -0.875rem;--plasma-textfield__clear-indicator-placement-inner-right:1.5rem -0.875rem auto auto;--plasma-textfield__clear-indicator-hint-placement-inner-right:1.5rem -2.25rem auto auto;}
6
- .mp7pk8g{--plasma-textfield-height:3rem;--plasma-textfield-padding:0.875rem 1rem 0.875rem 1rem;--plasma-textfield-padding-with-chips:0.375rem;--plasma-textfield-border-radius:0.75rem;--plasma-textfield-border-width:0.0625rem;--plasma-textfield__left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-textfield__right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-textfield__label-offset:0.625rem;--plasma-textfield__clear-label-offset:0.25rem;--plasma-textfield__label-font-family:var(--plasma-typo-body-m-font-family);--plasma-textfield__label-font-size:var(--plasma-typo-body-m-font-size);--plasma-textfield__label-font-style:var(--plasma-typo-body-m-font-style);--plasma-textfield__label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-textfield__label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-textfield__label-line-height:var(--plasma-typo-body-m-line-height);--plasma-textfield__hint-margin:-0.688rem -0.5rem;--plasma-textfield__hint-target-size:2.375rem;--plasma-textfield__hint-inner-label-placement-offset:-0.751rem -2rem auto auto;--plasma-textfield__clear-hint-inner-label-placement-offset:0.312rem -2.063rem auto auto;--plasma-textfield__title-caption-label-inner-offset:0.25rem;--plasma-textfield__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textfield__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textfield__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textfield__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textfield__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textfield__title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textfield__left-helper-offset:0.25rem;--plasma-textfield__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textfield__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textfield__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textfield__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textfield__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textfield__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textfield-placement_inner__label-padding:0.375rem 0 0.125rem 0;--plasma-textfield-placement_inner__content-padding:1.375rem 0 0.375rem 0;--plasma-textfield__before-text-margin:0 0.25rem 0 0;--plasma-textfield__after-text-margin:0 0 0 0.25rem;--plasma-textfield__chip-gap:0.25rem;--plasma-textfield__chip-border-radius:0.375rem;--plasma-textfield__chip-width:auto;--plasma-textfield__chip-height:2.25rem;--plasma-textfield__chip-padding-right:0.625rem;--plasma-textfield__chip-padding-left:0.875rem;--plasma-textfield__chip-clear-content-margin-left:0.5rem;--plasma-textfield__chip-clear-content-margin-right:0rem;--plasma-textfield__chip-close-icon-size:1.25rem;--plasma-textfield__chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-textfield__chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-textfield__chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-textfield__chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-textfield__chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-textfield__chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-textfield__indicator-size-inner:0.5rem;--plasma-textfield__indicator-size-outer:0.375rem;--plasma-textfield__indicator-placement-inner:0 0 0 0;--plasma-textfield__indicator-placement-outer:0.375rem auto auto -0.75rem;--plasma-textfield__indicator-placement-inner-right:0 0 auto auto;--plasma-textfield__indicator-placement-outer-right:0.25rem -0.6875rem auto auto;--plasma-textfield__clear-indicator-placement-inner:1.25rem auto auto -0.875rem;--plasma-textfield__clear-indicator-placement-inner-right:1.25rem -0.875rem auto auto;--plasma-textfield__clear-indicator-hint-placement-inner-right:1.25rem -2.25rem auto auto;}
7
- .s2w1lwg{--plasma-textfield-height:2.5rem;--plasma-textfield-padding:0.6875rem 0.875rem 0.6875rem 0.875rem;--plasma-textfield-padding-with-chips:0.375rem;--plasma-textfield-border-radius:0.625rem;--plasma-textfield-border-width:0.0625rem;--plasma-textfield__left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-textfield__right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-textfield__label-offset:0.5rem;--plasma-textfield__clear-label-offset:0.25rem;--plasma-textfield__label-font-family:var(--plasma-typo-body-s-font-family);--plasma-textfield__label-font-size:var(--plasma-typo-body-s-font-size);--plasma-textfield__label-font-style:var(--plasma-typo-body-s-font-style);--plasma-textfield__label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-textfield__label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-textfield__label-line-height:var(--plasma-typo-body-s-line-height);--plasma-textfield__hint-margin:-0.688rem -0.5rem;--plasma-textfield__hint-target-size:2.375rem;--plasma-textfield__hint-inner-label-placement-offset:-0.751rem -2rem auto auto;--plasma-textfield__clear-hint-inner-label-placement-offset:0.062rem -2.063rem auto auto;--plasma-textfield__title-caption-label-inner-offset:0.25rem;--plasma-textfield__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textfield__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textfield__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textfield__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textfield__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textfield__title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textfield__left-helper-offset:0.25rem;--plasma-textfield__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textfield__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textfield__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textfield__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textfield__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textfield__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textfield-placement_inner__label-padding:0.3125rem 0 0 0;--plasma-textfield-placement_inner__content-padding:1.0625rem 0 0.3125rem 0;--plasma-textfield__before-text-margin:0 0.25rem 0 0;--plasma-textfield__after-text-margin:0 0 0 0.25rem;--plasma-textfield__chip-gap:0.25rem;--plasma-textfield__chip-border-radius:0.25rem;--plasma-textfield__chip-width:auto;--plasma-textfield__chip-height:1.75rem;--plasma-textfield__chip-padding-right:0.5rem;--plasma-textfield__chip-padding-left:0.75rem;--plasma-textfield__chip-clear-content-margin-left:0.375rem;--plasma-textfield__chip-clear-content-margin-right:0rem;--plasma-textfield__chip-close-icon-size:1rem;--plasma-textfield__chip-font-family:var(--plasma-typo-body-s-font-family);--plasma-textfield__chip-font-size:var(--plasma-typo-body-s-font-size);--plasma-textfield__chip-font-style:var(--plasma-typo-body-s-font-style);--plasma-textfield__chip-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-textfield__chip-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-textfield__chip-line-height:var(--plasma-typo-body-s-line-height);--plasma-textfield__indicator-size-inner:0.375rem;--plasma-textfield__indicator-size-outer:0.375rem;--plasma-textfield__indicator-placement-inner:0 0 0 0;--plasma-textfield__indicator-placement-outer:0.3125rem auto auto -0.6875rem;--plasma-textfield__indicator-placement-inner-right:0 0 auto auto;--plasma-textfield__indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-textfield__clear-indicator-placement-inner:1.063rem auto auto -0.75rem;--plasma-textfield__clear-indicator-placement-inner-right:1.063rem -0.75rem auto auto;--plasma-textfield__clear-indicator-hint-placement-inner-right:1.063rem -2.125rem auto auto;}
8
- .x1w33z3o{--plasma-textfield-height:2rem;--plasma-textfield-padding:0.5625rem 0.625rem 0.5625rem 0.625rem;--plasma-textfield-padding-with-chips:0.375rem;--plasma-textfield-border-radius:0.5rem;--plasma-textfield-border-width:0.0625rem;--plasma-textfield__left-content-margin:-0.0625rem 0.25rem -0.0625rem -0.125rem;--plasma-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textfield__label-offset:0.375rem;--plasma-textfield__clear-label-offset:0.25rem;--plasma-textfield__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textfield__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textfield__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textfield__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textfield__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textfield__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textfield__hint-margin:-0.75rem -0.625rem -0.75rem -0.5rem;--plasma-textfield__hint-target-size:2.375rem;--plasma-textfield__hint-inner-label-placement-offset:-0.751rem -1.875rem auto auto;--plasma-textfield__clear-hint-inner-label-placement-offset:-0.188rem -1.938rem auto auto;--plasma-textfield__title-caption-label-inner-offset:0.25rem;--plasma-textfield__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textfield__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textfield__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textfield__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textfield__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textfield__title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textfield__left-helper-offset:0.25rem;--plasma-textfield__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textfield__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textfield__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textfield__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textfield__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textfield__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textfield-placement_inner__label-padding:0.3125rem 0 0 0;--plasma-textfield-placement_inner__content-padding:1.0625rem 0 0.3125rem 0;--plasma-textfield__before-text-margin:0 0.25rem 0 0;--plasma-textfield__after-text-margin:0 0 0 0.25rem;--plasma-textfield__chip-gap:0.25rem;--plasma-textfield__chip-border-radius:0.125rem;--plasma-textfield__chip-width:auto;--plasma-textfield__chip-height:1.25rem;--plasma-textfield__chip-padding-right:0.375rem;--plasma-textfield__chip-padding-left:0.625rem;--plasma-textfield__chip-clear-content-margin-left:0.25rem;--plasma-textfield__chip-clear-content-margin-right:0rem;--plasma-textfield__chip-close-icon-size:0.75rem;--plasma-textfield__chip-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textfield__chip-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textfield__chip-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textfield__chip-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textfield__chip-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textfield__chip-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textfield__indicator-size-inner:0.375rem;--plasma-textfield__indicator-size-outer:0.375rem;--plasma-textfield__indicator-placement-inner:0 0 0 0;--plasma-textfield__indicator-placement-outer:0.25rem auto auto -0.625rem;--plasma-textfield__indicator-placement-inner-right:0 0 auto auto;--plasma-textfield__indicator-placement-outer-right:0.125rem -0.6875rem auto auto;--plasma-textfield__clear-indicator-placement-inner:0.813rem auto auto -0.625rem;--plasma-textfield__clear-indicator-placement-inner-right:0.813rem -0.625rem auto auto;--plasma-textfield__clear-indicator-hint-placement-inner-right:0.813rem -1.875rem auto auto;}
9
- .i8whelw{--plasma-textfield__placeholder-color:var(--plasma-input-label-color,var(--plasma-input-placeholder-color,var(--text-secondary)));--plasma-textfield-placement_inner__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textfield-placement_inner__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textfield-placement_inner__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textfield-placement_inner__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textfield-placement_inner__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textfield-placement_inner__label-line-height:var(--plasma-typo-body-xs-line-height);}
10
-
11
-
12
- .dx53wwr{--plasma-textfield__tooltip-background-color:var(--surface-solid-card);--plasma-textfield__tooltip-box-shadow:var(--shadow-down-hard-m);--plasma-textfield__tooltip-color:var(--text-primary);}
13
- .oaletrs{--plasma-textfield__tooltip-background-color:var(--on-dark-surface-solid-card);--plasma-textfield__tooltip-box-shadow:var(--shadow-down-hard-m);--plasma-textfield__tooltip-color:var(--on-dark-text-primary);}
14
- .o1t7mzsz{--plasma-textfield__tooltip-background-color:var(--on-light-surface-solid-card);--plasma-textfield__tooltip-box-shadow:var(--shadow-down-hard-m);--plasma-textfield__tooltip-color:var(--on-light-text-primary);}
15
- .ib550dj{--plasma-textfield__tooltip-background-color:var(--inverse-surface-solid-card);--plasma-textfield__tooltip-box-shadow:var(--shadow-down-hard-m);--plasma-textfield__tooltip-color:var(--inverse-text-primary);}
16
- .mkng3yc{--plasma-textfield__tooltip-padding-top:0.6875rem;--plasma-textfield__tooltip-padding-right:0.875rem;--plasma-textfield__tooltip-padding-bottom:0.6875rem;--plasma-textfield__tooltip-padding-left:0.875rem;--plasma-textfield__tooltip-min-height:2.5rem;--plasma-textfield__tooltip-border-radius:0.625rem;--plasma-textfield__tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-textfield__tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-textfield__tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-textfield__tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-textfield__tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-textfield__tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-textfield__tooltip-content-left-margin:0.375rem;--plasma-textfield__tooltip-arrow-mask-width:1.25rem;--plasma-textfield__tooltip-arrow-mask-height:1.25rem;--plasma-textfield__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-textfield__tooltip-arrow-height:0.5rem;--plasma-textfield__tooltip-arrow-edge-margin:0.625rem;--plasma-textfield__tooltip-arrow-background:var(--surface-solid-card);}
17
- .spf8jwm{--plasma-textfield__tooltip-padding-top:0.5rem;--plasma-textfield__tooltip-padding-right:0.75rem;--plasma-textfield__tooltip-padding-bottom:0.5rem;--plasma-textfield__tooltip-padding-left:0.75rem;--plasma-textfield__tooltip-min-height:2rem;--plasma-textfield__tooltip-border-radius:0.5rem;--plasma-textfield__tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textfield__tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textfield__tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textfield__tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textfield__tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textfield__tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textfield__tooltip-content-left-margin:0.25rem;--plasma-textfield__tooltip-arrow-mask-width:1rem;--plasma-textfield__tooltip-arrow-mask-height:1rem;--plasma-textfield__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-textfield__tooltip-arrow-height:0.375rem;--plasma-textfield__tooltip-arrow-edge-margin:0.5625rem;--plasma-textfield__tooltip-arrow-background:var(--surface-solid-card);}
18
- .t8ra9ji{--plasma-textfield-disabled-opacity:0.4;}
19
- .t13sqnyj{--plasma-textfield-color-readonly:var(--text-secondary);--plasma-textfield-bg-color-readonly:var(--surface-clear);--plasma-textfield-border-color-readonly:var(--surface-transparent-tertiary);--plasma-textfield__placeholder-color-readonly:var(--text-secondary);--plasma-textfield__left-helper-color-readonly:var(--text-secondary);--plasma-textfield__title-caption-color-readonly:var(--text-secondary);--plasma-textfield__label-color-readonly:var(--text-secondary);}
@@ -1,11 +0,0 @@
1
- .cct3vnm{--plasma-segment-arrow-color:var(--text-secondary);--plasma-segment-group-background-color:transparent;--plasma-segment-outline-focus-color:var(--plasma-colors-button-focused,var(--text-accent));}
2
- .f15142ru{--plasma-segment-arrow-color:var(--text-secondary);--plasma-segment-group-background-color:transparent;--plasma-segment-outline-focus-color:var(--plasma-colors-button-focused,var(--text-accent));}
3
- .xekvq49{--plasma-segment-group-border-radius:0.625rem;--plasma-segment-group-pilled-border-radius:1.125rem;--plasma-segment-group-width:auto;--plasma-segment-group-height:auto;--plasma-segment-group-arrow-padding:0.25rem 0.75rem;--plasma-segment-group-vertical-arrow-padding:0.75rem 0;}
4
- .slveods{--plasma-segment-group-border-radius:0.75rem;--plasma-segment-group-pilled-border-radius:1.375rem;--plasma-segment-group-width:auto;--plasma-segment-group-height:auto;--plasma-segment-group-arrow-padding:0.5rem 0.875rem;--plasma-segment-group-vertical-arrow-padding:0.875rem 0;}
5
- .mt19ik9{--plasma-segment-group-border-radius:0.875rem;--plasma-segment-group-pilled-border-radius:1.625rem;--plasma-segment-group-width:auto;--plasma-segment-group-height:auto;--plasma-segment-group-arrow-padding:0.75rem 1.25rem;--plasma-segment-group-vertical-arrow-padding:1.25rem 0;}
6
- .l1pt19wo{--plasma-segment-group-border-radius:1rem;--plasma-segment-group-pilled-border-radius:1.875rem;--plasma-segment-group-width:auto;--plasma-segment-group-height:auto;--plasma-segment-group-arrow-padding:1rem 1.375rem;--plasma-segment-group-vertical-arrow-padding:1.375rem 0;}
7
- .t1832286{--plasma-segment-disabled-opacity:0.4;}
8
-
9
-
10
- .tjfuhig{--plasma-segment-group-filled-background-color:var(--surface-transparent-secondary);}
11
-