@salutejs/plasma-web 1.400.0-canary.1392.10920536997.0 → 1.400.0-canary.1418.10918226755.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. package/api/plasma-web.api.md +196 -12
  2. package/components/Mask/Mask.d.ts +190 -0
  3. package/components/Mask/Mask.js +9 -0
  4. package/components/Mask/index.d.ts +1 -0
  5. package/components/Mask/index.js +12 -0
  6. package/components/Segment/Segment.d.ts +3 -12
  7. package/components/Segment/SegmentGroup.config.d.ts +2 -5
  8. package/components/Segment/SegmentGroup.config.js +11 -14
  9. package/components/Segment/SegmentItem.config.d.ts +1 -1
  10. package/components/Segment/SegmentItem.config.js +8 -8
  11. package/components/TextField/TextField.d.ts +11 -5
  12. package/components/TextField/TextField.js +2 -2
  13. package/css/cjs/components/Mask/Mask.js +11 -0
  14. package/css/cjs/components/Mask/Mask.js.map +1 -0
  15. package/css/cjs/components/Segment/Segment.css +18 -19
  16. package/css/cjs/components/Segment/SegmentGroup.config.js +3 -6
  17. package/css/cjs/components/Segment/SegmentGroup.config.js.map +1 -1
  18. package/css/cjs/components/Segment/SegmentGroup.config_notwep.css +10 -0
  19. package/css/cjs/components/Segment/SegmentItem.config.js +3 -3
  20. package/css/cjs/components/Segment/SegmentItem.config.js.map +1 -1
  21. package/css/cjs/components/Segment/SegmentItem.config_g2b5lk.css +9 -0
  22. package/css/cjs/components/TextField/TextField.js +1 -0
  23. package/css/cjs/components/TextField/TextField.js.map +1 -1
  24. package/css/cjs/index.css +19 -20
  25. package/css/cjs/index.js +2 -0
  26. package/css/cjs/index.js.map +1 -1
  27. package/css/es/components/Mask/Mask.js +7 -0
  28. package/css/es/components/Mask/Mask.js.map +1 -0
  29. package/css/es/components/Segment/Segment.css +18 -19
  30. package/css/es/components/Segment/SegmentGroup.config.js +3 -6
  31. package/css/es/components/Segment/SegmentGroup.config.js.map +1 -1
  32. package/css/es/components/Segment/SegmentGroup.config_notwep.css +10 -0
  33. package/css/es/components/Segment/SegmentItem.config.js +3 -3
  34. package/css/es/components/Segment/SegmentItem.config.js.map +1 -1
  35. package/css/es/components/Segment/SegmentItem.config_g2b5lk.css +9 -0
  36. package/css/es/components/TextField/TextField.js +1 -1
  37. package/css/es/components/TextField/TextField.js.map +1 -1
  38. package/css/es/index.css +19 -20
  39. package/css/es/index.js +1 -0
  40. package/css/es/index.js.map +1 -1
  41. package/css/index.d.ts +2 -0
  42. package/es/components/Mask/Mask.js +3 -0
  43. package/es/components/Mask/index.js +1 -0
  44. package/es/components/Segment/SegmentGroup.config.js +11 -14
  45. package/es/components/Segment/SegmentItem.config.js +8 -8
  46. package/es/components/TextField/TextField.js +1 -1
  47. package/es/index.js +2 -1
  48. package/index.d.ts +1 -0
  49. package/index.js +11 -0
  50. package/package.json +8 -8
  51. package/temp/plasma-web.api.md +196 -12
  52. package/css/cjs/components/Segment/SegmentGroup.config_ni2oaz.css +0 -11
  53. package/css/cjs/components/Segment/SegmentItem.config_1fal3h5.css +0 -9
  54. package/css/es/components/Segment/SegmentGroup.config_ni2oaz.css +0 -11
  55. package/css/es/components/Segment/SegmentItem.config_1fal3h5.css +0 -9
  56. /package/css/cjs/components/{TextField/TextField.css → Mask/Mask.css} +0 -0
  57. /package/css/es/components/{TextField/TextField.css → Mask/Mask.css} +0 -0
@@ -151,10 +151,12 @@ import { InputHTMLAttributes } from '@salutejs/plasma-core';
151
151
  import { InputHTMLAttributes as InputHTMLAttributes_2 } from '@salutejs/plasma-new-hope/types/types';
152
152
  import { InputHTMLAttributes as InputHTMLAttributes_3 } from 'react';
153
153
  import { JSXElementConstructor } from 'react';
154
+ import { KeyboardEvent as KeyboardEvent_2 } from 'react';
154
155
  import { LineSkeletonProps } from '@salutejs/plasma-new-hope/styled-components';
155
156
  import { LinkCustomProps } from '@salutejs/plasma-new-hope/types/components/Link/Link';
156
157
  import { List } from '@salutejs/plasma-hope';
157
158
  import { ListItem } from '@salutejs/plasma-hope';
159
+ import { MaskProps } from '@salutejs/plasma-new-hope/types/components/Mask/Mask.types';
158
160
  import { MaxLinesProps } from '@salutejs/plasma-core';
159
161
  import { mediaQuery } from '@salutejs/plasma-hope';
160
162
  import { MediaQueryFunction } from '@salutejs/plasma-hope';
@@ -1843,6 +1845,197 @@ export { List }
1843
1845
 
1844
1846
  export { ListItem }
1845
1847
 
1848
+ // @public (undocumented)
1849
+ export const Mask: ForwardRefExoticComponent<(Omit<PropsType< {
1850
+ view: {
1851
+ default: PolymorphicClassName;
1852
+ positive: PolymorphicClassName;
1853
+ warning: PolymorphicClassName;
1854
+ negative: PolymorphicClassName;
1855
+ };
1856
+ size: {
1857
+ l: PolymorphicClassName;
1858
+ m: PolymorphicClassName;
1859
+ s: PolymorphicClassName;
1860
+ xs: PolymorphicClassName;
1861
+ };
1862
+ labelPlacement: {
1863
+ inner: PolymorphicClassName;
1864
+ outer: PolymorphicClassName;
1865
+ };
1866
+ disabled: {
1867
+ true: PolymorphicClassName;
1868
+ };
1869
+ readOnly: {
1870
+ true: PolymorphicClassName;
1871
+ };
1872
+ }> & {
1873
+ size?: string | undefined;
1874
+ view?: string | undefined;
1875
+ readOnly?: boolean | undefined;
1876
+ disabled?: boolean | undefined;
1877
+ } & {
1878
+ label?: string | undefined;
1879
+ labelPlacement?: "outer" | "inner" | undefined;
1880
+ leftHelper?: string | undefined;
1881
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1882
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1883
+ textBefore?: string | undefined;
1884
+ textAfter?: string | undefined;
1885
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
1886
+ } & {
1887
+ requiredPlacement?: "right" | "left" | undefined;
1888
+ } & {
1889
+ required: true;
1890
+ optional?: false | undefined;
1891
+ } & {
1892
+ chips?: undefined;
1893
+ onChangeChips?: undefined;
1894
+ enumerationType?: "plain" | undefined;
1895
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
1896
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
1897
+ view: {
1898
+ default: PolymorphicClassName;
1899
+ positive: PolymorphicClassName;
1900
+ warning: PolymorphicClassName;
1901
+ negative: PolymorphicClassName;
1902
+ };
1903
+ size: {
1904
+ l: PolymorphicClassName;
1905
+ m: PolymorphicClassName;
1906
+ s: PolymorphicClassName;
1907
+ xs: PolymorphicClassName;
1908
+ };
1909
+ labelPlacement: {
1910
+ inner: PolymorphicClassName;
1911
+ outer: PolymorphicClassName;
1912
+ };
1913
+ disabled: {
1914
+ true: PolymorphicClassName;
1915
+ };
1916
+ readOnly: {
1917
+ true: PolymorphicClassName;
1918
+ };
1919
+ }> & {
1920
+ size?: string | undefined;
1921
+ view?: string | undefined;
1922
+ readOnly?: boolean | undefined;
1923
+ disabled?: boolean | undefined;
1924
+ } & {
1925
+ label?: string | undefined;
1926
+ labelPlacement?: "outer" | "inner" | undefined;
1927
+ leftHelper?: string | undefined;
1928
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1929
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1930
+ textBefore?: string | undefined;
1931
+ textAfter?: string | undefined;
1932
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
1933
+ } & {
1934
+ requiredPlacement?: "right" | "left" | undefined;
1935
+ } & {
1936
+ required: true;
1937
+ optional?: false | undefined;
1938
+ } & {
1939
+ enumerationType: "chip";
1940
+ onSearch?: undefined;
1941
+ chips?: TextFieldPrimitiveValue[] | undefined;
1942
+ onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
1943
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
1944
+ view: {
1945
+ default: PolymorphicClassName;
1946
+ positive: PolymorphicClassName;
1947
+ warning: PolymorphicClassName;
1948
+ negative: PolymorphicClassName;
1949
+ };
1950
+ size: {
1951
+ l: PolymorphicClassName;
1952
+ m: PolymorphicClassName;
1953
+ s: PolymorphicClassName;
1954
+ xs: PolymorphicClassName;
1955
+ };
1956
+ labelPlacement: {
1957
+ inner: PolymorphicClassName;
1958
+ outer: 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
+ optional?: true | undefined;
1984
+ required?: false | undefined;
1985
+ } & {
1986
+ chips?: undefined;
1987
+ onChangeChips?: undefined;
1988
+ enumerationType?: "plain" | undefined;
1989
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
1990
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
1991
+ view: {
1992
+ default: PolymorphicClassName;
1993
+ positive: PolymorphicClassName;
1994
+ warning: PolymorphicClassName;
1995
+ negative: PolymorphicClassName;
1996
+ };
1997
+ size: {
1998
+ l: PolymorphicClassName;
1999
+ m: PolymorphicClassName;
2000
+ s: PolymorphicClassName;
2001
+ xs: PolymorphicClassName;
2002
+ };
2003
+ labelPlacement: {
2004
+ inner: PolymorphicClassName;
2005
+ outer: PolymorphicClassName;
2006
+ };
2007
+ disabled: {
2008
+ true: PolymorphicClassName;
2009
+ };
2010
+ readOnly: {
2011
+ true: PolymorphicClassName;
2012
+ };
2013
+ }> & {
2014
+ size?: string | undefined;
2015
+ view?: string | undefined;
2016
+ readOnly?: boolean | undefined;
2017
+ disabled?: boolean | undefined;
2018
+ } & {
2019
+ label?: string | undefined;
2020
+ labelPlacement?: "outer" | "inner" | undefined;
2021
+ leftHelper?: string | undefined;
2022
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2023
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2024
+ textBefore?: string | undefined;
2025
+ textAfter?: string | undefined;
2026
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2027
+ } & {
2028
+ requiredPlacement?: "right" | "left" | undefined;
2029
+ } & {
2030
+ optional?: true | undefined;
2031
+ required?: false | undefined;
2032
+ } & {
2033
+ enumerationType: "chip";
2034
+ onSearch?: undefined;
2035
+ chips?: TextFieldPrimitiveValue[] | undefined;
2036
+ onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2037
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref">) & RefAttributes<HTMLInputElement>>;
2038
+
1846
2039
  export { MaxLinesProps }
1847
2040
 
1848
2041
  export { mediaQuery }
@@ -2239,26 +2432,20 @@ true: PolymorphicClassName;
2239
2432
  pilled: {
2240
2433
  true: PolymorphicClassName;
2241
2434
  };
2242
- stretch: {
2243
- true: PolymorphicClassName;
2244
- };
2245
2435
  filledBackground: {
2246
2436
  true: PolymorphicClassName;
2247
2437
  };
2248
- orientation: {
2249
- vertical: PolymorphicClassName;
2438
+ stretch: {
2439
+ true: PolymorphicClassName;
2250
2440
  };
2251
2441
  }> & HTMLAttributes<HTMLDivElement> & {
2252
2442
  selectionMode?: "multiple" | "single" | undefined;
2253
2443
  disabled?: boolean | undefined;
2254
2444
  stretch?: boolean | undefined;
2255
- clip?: "scroll" | "showAll" | undefined;
2256
- orientation?: "horizontal" | "vertical" | undefined;
2257
2445
  pilled?: boolean | undefined;
2258
2446
  filledBackground?: boolean | undefined;
2259
2447
  size?: string | undefined;
2260
2448
  view?: string | undefined;
2261
- hasBackground?: boolean | undefined;
2262
2449
  } & RefAttributes<HTMLDivElement>>;
2263
2450
 
2264
2451
  export { SegmentGroupProps }
@@ -2267,8 +2454,8 @@ export { SegmentGroupProps }
2267
2454
  export const SegmentItem: FunctionComponent<PropsType< {
2268
2455
  view: {
2269
2456
  clear: PolymorphicClassName;
2270
- secondary: PolymorphicClassName;
2271
2457
  default: PolymorphicClassName;
2458
+ secondary: PolymorphicClassName;
2272
2459
  };
2273
2460
  size: {
2274
2461
  xs: PolymorphicClassName;
@@ -2288,11 +2475,8 @@ id?: string | undefined;
2288
2475
  label?: ReactNode;
2289
2476
  pilled?: boolean | undefined;
2290
2477
  customHandleSelect?: ((e: MouseEvent_2<HTMLButtonElement, MouseEvent>) => void) | undefined;
2291
- skipSelection?: boolean | undefined;
2292
2478
  size?: string | undefined;
2293
2479
  view?: string | undefined;
2294
- contentLeft?: ReactNode;
2295
- contentRight?: ReactNode;
2296
2480
  } & RefAttributes<HTMLLabelElement>>;
2297
2481
 
2298
2482
  export { SegmentItemProps }
@@ -1,11 +0,0 @@
1
- .cct3vnm{--plasma-segment-arrow-color:var(--text-secondary);--plasma-segment-group-background-color:tranparent;--plasma-segment-outline-focus-color:var(--plasma-colors-button-focused);}
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);}
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(--plasma-colors-surface-liquid02);}
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);--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);--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);}
2
- .s1xvuorj{--plasma-segment-item-color:var(--text-primary);--plasma-segment-item-background-color:transparent;--plasma-segment-item-color-hover:var(--text-primary);--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-solid-card);--plasma-segment-item-selected-color-hover:var(--text-primary);--plasma-segment-item-selected-background-color-hover:var(--surface-solid-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);}
3
- .d1f4sf91{--plasma-segment-item-color:var(--text-primary);--plasma-segment-item-background-color:transparent;--plasma-segment-item-color-hover:var(--text-primary);--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);--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);}
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-bold-font-family);--plasma-segment-item-font-size:var(--plasma-typo-body-xs-bold-font-size);--plasma-segment-item-font-style:var(--plasma-typo-body-xs-bold-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-bold-letter-spacing);--plasma-segment-item-lineheight:var(--plasma-typo-body-xs-bold-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-bold-font-family);--plasma-segment-item-font-size:var(--plasma-typo-body-s-bold-font-size);--plasma-segment-item-font-style:var(--plasma-typo-body-s-bold-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-bold-letter-spacing);--plasma-segment-item-lineheight:var(--plasma-typo-body-s-bold-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-bold-font-family);--plasma-segment-item-font-size:var(--plasma-typo-body-m-bold-font-size);--plasma-segment-item-font-style:var(--plasma-typo-body-m-bold-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-bold-letter-spacing);--plasma-segment-item-lineheight:var(--plasma-typo-body-m-bold-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-bold-font-family);--plasma-segment-item-font-size:var(--plasma-typo-body-l-bold-font-size);--plasma-segment-item-font-style:var(--plasma-typo-body-l-bold-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-bold-letter-spacing);--plasma-segment-item-lineheight:var(--plasma-typo-body-l-bold-line-height);}
8
- .t169sl90{--plasma-segment-disabled-opacity:0.4;}
9
- .t1aaurja{--plasma-segment-item-pilled-border-radius:1.75rem;}
@@ -1,11 +0,0 @@
1
- .cct3vnm{--plasma-segment-arrow-color:var(--text-secondary);--plasma-segment-group-background-color:tranparent;--plasma-segment-outline-focus-color:var(--plasma-colors-button-focused);}
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);}
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(--plasma-colors-surface-liquid02);}
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);--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);--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);}
2
- .s1xvuorj{--plasma-segment-item-color:var(--text-primary);--plasma-segment-item-background-color:transparent;--plasma-segment-item-color-hover:var(--text-primary);--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-solid-card);--plasma-segment-item-selected-color-hover:var(--text-primary);--plasma-segment-item-selected-background-color-hover:var(--surface-solid-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);}
3
- .d1f4sf91{--plasma-segment-item-color:var(--text-primary);--plasma-segment-item-background-color:transparent;--plasma-segment-item-color-hover:var(--text-primary);--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);--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);}
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-bold-font-family);--plasma-segment-item-font-size:var(--plasma-typo-body-xs-bold-font-size);--plasma-segment-item-font-style:var(--plasma-typo-body-xs-bold-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-bold-letter-spacing);--plasma-segment-item-lineheight:var(--plasma-typo-body-xs-bold-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-bold-font-family);--plasma-segment-item-font-size:var(--plasma-typo-body-s-bold-font-size);--plasma-segment-item-font-style:var(--plasma-typo-body-s-bold-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-bold-letter-spacing);--plasma-segment-item-lineheight:var(--plasma-typo-body-s-bold-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-bold-font-family);--plasma-segment-item-font-size:var(--plasma-typo-body-m-bold-font-size);--plasma-segment-item-font-style:var(--plasma-typo-body-m-bold-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-bold-letter-spacing);--plasma-segment-item-lineheight:var(--plasma-typo-body-m-bold-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-bold-font-family);--plasma-segment-item-font-size:var(--plasma-typo-body-l-bold-font-size);--plasma-segment-item-font-style:var(--plasma-typo-body-l-bold-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-bold-letter-spacing);--plasma-segment-item-lineheight:var(--plasma-typo-body-l-bold-line-height);}
8
- .t169sl90{--plasma-segment-disabled-opacity:0.4;}
9
- .t1aaurja{--plasma-segment-item-pilled-border-radius:1.75rem;}