@salutejs/plasma-web 1.584.0-canary.1973.15343275842.0 → 1.584.0-canary.1973.15428061748.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/components/Accordion/Accordion.d.ts +9 -10
  2. package/components/Attach/Attach.d.ts +158 -159
  3. package/components/Autocomplete/Autocomplete.d.ts +344 -345
  4. package/components/Avatar/Avatar.d.ts +46 -47
  5. package/components/AvatarGroup/AvatarGroup.d.ts +1 -2
  6. package/components/Badge/Badge.d.ts +40 -41
  7. package/components/Breadcrumbs/Breadcrumbs.d.ts +3 -4
  8. package/components/Button/Button.d.ts +35 -36
  9. package/components/ButtonGroup/ButtonGroup.d.ts +0 -4
  10. package/components/Carousel/Carousel.d.ts +2 -3
  11. package/components/Cell/Cell.d.ts +19 -20
  12. package/components/Checkbox/Checkbox.d.ts +1 -1
  13. package/components/Chip/Chip.d.ts +0 -1
  14. package/components/ChipGroup/ChipGroup.d.ts +0 -1
  15. package/components/CodeField/CodeField.d.ts +18 -19
  16. package/components/CodeInput/CodeInput.config.js +8 -4
  17. package/components/CodeInput/CodeInput.d.ts +19 -20
  18. package/components/Combobox/Combobox.d.ts +953 -953
  19. package/components/Combobox/Legacy/Combobox.d.ts +36 -37
  20. package/components/Counter/Counter.d.ts +0 -1
  21. package/components/DatePicker/DatePicker.d.ts +53 -54
  22. package/components/Divider/Divider.d.ts +0 -1
  23. package/components/Drawer/Drawer.d.ts +18 -19
  24. package/components/Dropdown/Dropdown.d.ts +52 -52
  25. package/components/Dropdown/components/DropdownItem.d.ts +14 -14
  26. package/components/Dropzone/Dropzone.d.ts +15 -16
  27. package/components/Editable/Editable.d.ts +0 -1
  28. package/components/EmptyState/EmptyState.d.ts +0 -1
  29. package/components/Flow/Flow.d.ts +1 -2
  30. package/components/Grid/Grid.d.ts +0 -1
  31. package/components/IconButton/IconButton.d.ts +35 -36
  32. package/components/Image/Image.d.ts +3 -4
  33. package/components/Indicator/Indicator.d.ts +0 -1
  34. package/components/Link/Link.d.ts +0 -1
  35. package/components/LinkButton/LinkButton.d.ts +8 -9
  36. package/components/List/List.d.ts +4 -5
  37. package/components/Mask/Mask.d.ts +224 -225
  38. package/components/Note/Note.d.ts +11 -12
  39. package/components/NumberFormat/NumberFormat.d.ts +1 -1
  40. package/components/NumberInput/NumberInput.d.ts +38 -39
  41. package/components/Pagination/Pagination.d.ts +0 -1
  42. package/components/Popover/Popover.d.ts +0 -1
  43. package/components/Price/Price.d.ts +0 -1
  44. package/components/Progress/Progress.d.ts +0 -1
  45. package/components/Radiobox/Radiobox.d.ts +1 -1
  46. package/components/Range/Range.d.ts +105 -106
  47. package/components/Rating/Rating.d.ts +13 -14
  48. package/components/Segment/Segment.d.ts +8 -9
  49. package/components/Select/Select.d.ts +244 -244
  50. package/components/Sheet/Sheet.d.ts +0 -1
  51. package/components/Skeleton/Skeleton.d.ts +4 -5
  52. package/components/Slider/Slider.d.ts +96 -105
  53. package/components/Steps/Steps.d.ts +0 -1
  54. package/components/Switch/Switch.d.ts +1 -1
  55. package/components/Table/Table.d.ts +0 -1
  56. package/components/Tabs/TabItem.d.ts +14 -14
  57. package/components/Tabs/Tabs.d.ts +5 -7
  58. package/components/TextArea/TextArea.d.ts +205 -206
  59. package/components/TextArea/index.d.ts +4 -4
  60. package/components/TextField/TextField.d.ts +261 -269
  61. package/components/TextFieldGroup/TextFieldGroup.d.ts +12 -13
  62. package/components/Toast/Toast.d.ts +0 -1
  63. package/components/Tokens/Colors/Colors.styles.d.ts +25 -26
  64. package/components/Tokens/Typography/Typography.styles.d.ts +23 -24
  65. package/components/Toolbar/Toolbar.d.ts +5 -6
  66. package/components/Tree/Tree.d.ts +0 -1
  67. package/components/Typography/Old/index.d.ts +36 -37
  68. package/components/Typography/Typography.d.ts +204 -205
  69. package/css/cjs/components/CodeInput/CodeInput.config.js +1 -1
  70. package/css/cjs/components/CodeInput/CodeInput.config.js.map +1 -1
  71. package/css/cjs/components/CodeInput/CodeInput.config_1msjkqh.css +5 -0
  72. package/css/cjs/components/CodeInput/CodeInput.css +5 -5
  73. package/css/cjs/index.css +5 -5
  74. package/css/es/components/CodeInput/CodeInput.config.js +1 -1
  75. package/css/es/components/CodeInput/CodeInput.config.js.map +1 -1
  76. package/css/es/components/CodeInput/CodeInput.config_1msjkqh.css +5 -0
  77. package/css/es/components/CodeInput/CodeInput.css +5 -5
  78. package/css/es/index.css +5 -5
  79. package/es/components/CodeInput/CodeInput.config.js +9 -5
  80. package/mixins/index.d.ts +1 -2
  81. package/package.json +11 -11
  82. package/css/cjs/components/CodeInput/CodeInput.config_1an7au3.css +0 -5
  83. package/css/es/components/CodeInput/CodeInput.config_1an7au3.css +0 -5
@@ -1,290 +1,289 @@
1
- /// <reference types="react" />
2
1
  export declare const BodyM: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
3
2
  size: {
4
3
  m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
5
4
  };
6
5
  }> & (({
7
- noWrap?: boolean | undefined;
8
- breakWord?: boolean | undefined;
9
- color?: string | undefined;
10
- size?: string | undefined;
11
- isNumeric?: boolean | undefined;
12
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
13
- noWrap?: boolean | undefined;
14
- breakWord?: boolean | undefined;
15
- color?: string | undefined;
16
- size?: string | undefined;
17
- isNumeric?: boolean | undefined;
18
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
6
+ noWrap?: boolean;
7
+ breakWord?: boolean;
8
+ color?: string;
9
+ size?: string;
10
+ isNumeric?: boolean;
11
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
12
+ noWrap?: boolean;
13
+ breakWord?: boolean;
14
+ color?: string;
15
+ size?: string;
16
+ isNumeric?: boolean;
17
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
19
18
  export declare const BodyL: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
20
19
  size: {
21
20
  l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
21
  };
23
22
  }> & (({
24
- noWrap?: boolean | undefined;
25
- breakWord?: boolean | undefined;
26
- color?: string | undefined;
27
- size?: string | undefined;
28
- isNumeric?: boolean | undefined;
29
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
30
- noWrap?: boolean | undefined;
31
- breakWord?: boolean | undefined;
32
- color?: string | undefined;
33
- size?: string | undefined;
34
- isNumeric?: boolean | undefined;
35
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
23
+ noWrap?: boolean;
24
+ breakWord?: boolean;
25
+ color?: string;
26
+ size?: string;
27
+ isNumeric?: boolean;
28
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
29
+ noWrap?: boolean;
30
+ breakWord?: boolean;
31
+ color?: string;
32
+ size?: string;
33
+ isNumeric?: boolean;
34
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
36
35
  export declare const BodyS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
37
36
  size: {
38
37
  s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
39
38
  };
40
39
  }> & (({
41
- noWrap?: boolean | undefined;
42
- breakWord?: boolean | undefined;
43
- color?: string | undefined;
44
- size?: string | undefined;
45
- isNumeric?: boolean | undefined;
46
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
47
- noWrap?: boolean | undefined;
48
- breakWord?: boolean | undefined;
49
- color?: string | undefined;
50
- size?: string | undefined;
51
- isNumeric?: boolean | undefined;
52
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
40
+ noWrap?: boolean;
41
+ breakWord?: boolean;
42
+ color?: string;
43
+ size?: string;
44
+ isNumeric?: boolean;
45
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
46
+ noWrap?: boolean;
47
+ breakWord?: boolean;
48
+ color?: string;
49
+ size?: string;
50
+ isNumeric?: boolean;
51
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
53
52
  export declare const BodyXS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
54
53
  size: {
55
54
  xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
56
55
  };
57
56
  }> & (({
58
- noWrap?: boolean | undefined;
59
- breakWord?: boolean | undefined;
60
- color?: string | undefined;
61
- size?: string | undefined;
62
- isNumeric?: boolean | undefined;
63
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
64
- noWrap?: boolean | undefined;
65
- breakWord?: boolean | undefined;
66
- color?: string | undefined;
67
- size?: string | undefined;
68
- isNumeric?: boolean | undefined;
69
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
57
+ noWrap?: boolean;
58
+ breakWord?: boolean;
59
+ color?: string;
60
+ size?: string;
61
+ isNumeric?: boolean;
62
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
63
+ noWrap?: boolean;
64
+ breakWord?: boolean;
65
+ color?: string;
66
+ size?: string;
67
+ isNumeric?: boolean;
68
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
70
69
  export declare const BodyXXS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
71
70
  size: {
72
71
  xxs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
73
72
  };
74
73
  }> & (({
75
- noWrap?: boolean | undefined;
76
- breakWord?: boolean | undefined;
77
- color?: string | undefined;
78
- size?: string | undefined;
79
- isNumeric?: boolean | undefined;
80
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
81
- noWrap?: boolean | undefined;
82
- breakWord?: boolean | undefined;
83
- color?: string | undefined;
84
- size?: string | undefined;
85
- isNumeric?: boolean | undefined;
86
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
74
+ noWrap?: boolean;
75
+ breakWord?: boolean;
76
+ color?: string;
77
+ size?: string;
78
+ isNumeric?: boolean;
79
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
80
+ noWrap?: boolean;
81
+ breakWord?: boolean;
82
+ color?: string;
83
+ size?: string;
84
+ isNumeric?: boolean;
85
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
87
86
  export declare const DsplM: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
88
87
  size: {
89
88
  m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
90
89
  };
91
90
  }> & (({
92
- noWrap?: boolean | undefined;
93
- breakWord?: boolean | undefined;
94
- color?: string | undefined;
95
- size?: string | undefined;
96
- isNumeric?: boolean | undefined;
97
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
98
- noWrap?: boolean | undefined;
99
- breakWord?: boolean | undefined;
100
- color?: string | undefined;
101
- size?: string | undefined;
102
- isNumeric?: boolean | undefined;
103
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
91
+ noWrap?: boolean;
92
+ breakWord?: boolean;
93
+ color?: string;
94
+ size?: string;
95
+ isNumeric?: boolean;
96
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
97
+ noWrap?: boolean;
98
+ breakWord?: boolean;
99
+ color?: string;
100
+ size?: string;
101
+ isNumeric?: boolean;
102
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
104
103
  export declare const DsplL: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
105
104
  size: {
106
105
  l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
107
106
  };
108
107
  }> & (({
109
- noWrap?: boolean | undefined;
110
- breakWord?: boolean | undefined;
111
- color?: string | undefined;
112
- size?: string | undefined;
113
- isNumeric?: boolean | undefined;
114
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
115
- noWrap?: boolean | undefined;
116
- breakWord?: boolean | undefined;
117
- color?: string | undefined;
118
- size?: string | undefined;
119
- isNumeric?: boolean | undefined;
120
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
108
+ noWrap?: boolean;
109
+ breakWord?: boolean;
110
+ color?: string;
111
+ size?: string;
112
+ isNumeric?: boolean;
113
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
114
+ noWrap?: boolean;
115
+ breakWord?: boolean;
116
+ color?: string;
117
+ size?: string;
118
+ isNumeric?: boolean;
119
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
121
120
  export declare const DsplS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
122
121
  size: {
123
122
  s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
124
123
  };
125
124
  }> & (({
126
- noWrap?: boolean | undefined;
127
- breakWord?: boolean | undefined;
128
- color?: string | undefined;
129
- size?: string | undefined;
130
- isNumeric?: boolean | undefined;
131
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
132
- noWrap?: boolean | undefined;
133
- breakWord?: boolean | undefined;
134
- color?: string | undefined;
135
- size?: string | undefined;
136
- isNumeric?: boolean | undefined;
137
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
125
+ noWrap?: boolean;
126
+ breakWord?: boolean;
127
+ color?: string;
128
+ size?: string;
129
+ isNumeric?: boolean;
130
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
131
+ noWrap?: boolean;
132
+ breakWord?: boolean;
133
+ color?: string;
134
+ size?: string;
135
+ isNumeric?: boolean;
136
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
138
137
  export declare const H1: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
139
138
  size: {
140
139
  h1: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
141
140
  };
142
141
  }> & (({
143
- noWrap?: boolean | undefined;
144
- breakWord?: boolean | undefined;
145
- color?: string | undefined;
146
- size?: string | undefined;
147
- isNumeric?: boolean | undefined;
148
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
149
- noWrap?: boolean | undefined;
150
- breakWord?: boolean | undefined;
151
- color?: string | undefined;
152
- size?: string | undefined;
153
- isNumeric?: boolean | undefined;
154
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
142
+ noWrap?: boolean;
143
+ breakWord?: boolean;
144
+ color?: string;
145
+ size?: string;
146
+ isNumeric?: boolean;
147
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
148
+ noWrap?: boolean;
149
+ breakWord?: boolean;
150
+ color?: string;
151
+ size?: string;
152
+ isNumeric?: boolean;
153
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
155
154
  export declare const H2: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
156
155
  size: {
157
156
  h2: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
158
157
  };
159
158
  }> & (({
160
- noWrap?: boolean | undefined;
161
- breakWord?: boolean | undefined;
162
- color?: string | undefined;
163
- size?: string | undefined;
164
- isNumeric?: boolean | undefined;
165
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
166
- noWrap?: boolean | undefined;
167
- breakWord?: boolean | undefined;
168
- color?: string | undefined;
169
- size?: string | undefined;
170
- isNumeric?: boolean | undefined;
171
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
159
+ noWrap?: boolean;
160
+ breakWord?: boolean;
161
+ color?: string;
162
+ size?: string;
163
+ isNumeric?: boolean;
164
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
165
+ noWrap?: boolean;
166
+ breakWord?: boolean;
167
+ color?: string;
168
+ size?: string;
169
+ isNumeric?: boolean;
170
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
172
171
  export declare const H3: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
173
172
  size: {
174
173
  h3: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
175
174
  };
176
175
  }> & (({
177
- noWrap?: boolean | undefined;
178
- breakWord?: boolean | undefined;
179
- color?: string | undefined;
180
- size?: string | undefined;
181
- isNumeric?: boolean | undefined;
182
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
183
- noWrap?: boolean | undefined;
184
- breakWord?: boolean | undefined;
185
- color?: string | undefined;
186
- size?: string | undefined;
187
- isNumeric?: boolean | undefined;
188
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
176
+ noWrap?: boolean;
177
+ breakWord?: boolean;
178
+ color?: string;
179
+ size?: string;
180
+ isNumeric?: boolean;
181
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
182
+ noWrap?: boolean;
183
+ breakWord?: boolean;
184
+ color?: string;
185
+ size?: string;
186
+ isNumeric?: boolean;
187
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
189
188
  export declare const H4: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
190
189
  size: {
191
190
  h4: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
192
191
  };
193
192
  }> & (({
194
- noWrap?: boolean | undefined;
195
- breakWord?: boolean | undefined;
196
- color?: string | undefined;
197
- size?: string | undefined;
198
- isNumeric?: boolean | undefined;
199
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
200
- noWrap?: boolean | undefined;
201
- breakWord?: boolean | undefined;
202
- color?: string | undefined;
203
- size?: string | undefined;
204
- isNumeric?: boolean | undefined;
205
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
193
+ noWrap?: boolean;
194
+ breakWord?: boolean;
195
+ color?: string;
196
+ size?: string;
197
+ isNumeric?: boolean;
198
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
199
+ noWrap?: boolean;
200
+ breakWord?: boolean;
201
+ color?: string;
202
+ size?: string;
203
+ isNumeric?: boolean;
204
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
206
205
  export declare const H5: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
207
206
  size: {
208
207
  h5: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
209
208
  };
210
209
  }> & (({
211
- noWrap?: boolean | undefined;
212
- breakWord?: boolean | undefined;
213
- color?: string | undefined;
214
- size?: string | undefined;
215
- isNumeric?: boolean | undefined;
216
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
217
- noWrap?: boolean | undefined;
218
- breakWord?: boolean | undefined;
219
- color?: string | undefined;
220
- size?: string | undefined;
221
- isNumeric?: boolean | undefined;
222
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
210
+ noWrap?: boolean;
211
+ breakWord?: boolean;
212
+ color?: string;
213
+ size?: string;
214
+ isNumeric?: boolean;
215
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
216
+ noWrap?: boolean;
217
+ breakWord?: boolean;
218
+ color?: string;
219
+ size?: string;
220
+ isNumeric?: boolean;
221
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
223
222
  export declare const TextM: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
224
223
  size: {
225
224
  m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
226
225
  };
227
226
  }> & (({
228
- noWrap?: boolean | undefined;
229
- breakWord?: boolean | undefined;
230
- color?: string | undefined;
231
- size?: string | undefined;
232
- isNumeric?: boolean | undefined;
233
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
234
- noWrap?: boolean | undefined;
235
- breakWord?: boolean | undefined;
236
- color?: string | undefined;
237
- size?: string | undefined;
238
- isNumeric?: boolean | undefined;
239
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
227
+ noWrap?: boolean;
228
+ breakWord?: boolean;
229
+ color?: string;
230
+ size?: string;
231
+ isNumeric?: boolean;
232
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
233
+ noWrap?: boolean;
234
+ breakWord?: boolean;
235
+ color?: string;
236
+ size?: string;
237
+ isNumeric?: boolean;
238
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
240
239
  export declare const TextL: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
241
240
  size: {
242
241
  l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
243
242
  };
244
243
  }> & (({
245
- noWrap?: boolean | undefined;
246
- breakWord?: boolean | undefined;
247
- color?: string | undefined;
248
- size?: string | undefined;
249
- isNumeric?: boolean | undefined;
250
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
251
- noWrap?: boolean | undefined;
252
- breakWord?: boolean | undefined;
253
- color?: string | undefined;
254
- size?: string | undefined;
255
- isNumeric?: boolean | undefined;
256
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
244
+ noWrap?: boolean;
245
+ breakWord?: boolean;
246
+ color?: string;
247
+ size?: string;
248
+ isNumeric?: boolean;
249
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
250
+ noWrap?: boolean;
251
+ breakWord?: boolean;
252
+ color?: string;
253
+ size?: string;
254
+ isNumeric?: boolean;
255
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
257
256
  export declare const TextS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
258
257
  size: {
259
258
  s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
260
259
  };
261
260
  }> & (({
262
- noWrap?: boolean | undefined;
263
- breakWord?: boolean | undefined;
264
- color?: string | undefined;
265
- size?: string | undefined;
266
- isNumeric?: boolean | undefined;
267
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
268
- noWrap?: boolean | undefined;
269
- breakWord?: boolean | undefined;
270
- color?: string | undefined;
271
- size?: string | undefined;
272
- isNumeric?: boolean | undefined;
273
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
261
+ noWrap?: boolean;
262
+ breakWord?: boolean;
263
+ color?: string;
264
+ size?: string;
265
+ isNumeric?: boolean;
266
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
267
+ noWrap?: boolean;
268
+ breakWord?: boolean;
269
+ color?: string;
270
+ size?: string;
271
+ isNumeric?: boolean;
272
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
274
273
  export declare const TextXS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
275
274
  size: {
276
275
  xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
277
276
  };
278
277
  }> & (({
279
- noWrap?: boolean | undefined;
280
- breakWord?: boolean | undefined;
281
- color?: string | undefined;
282
- size?: string | undefined;
283
- isNumeric?: boolean | undefined;
284
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
285
- noWrap?: boolean | undefined;
286
- breakWord?: boolean | undefined;
287
- color?: string | undefined;
288
- size?: string | undefined;
289
- isNumeric?: boolean | undefined;
290
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
278
+ noWrap?: boolean;
279
+ breakWord?: boolean;
280
+ color?: string;
281
+ size?: string;
282
+ isNumeric?: boolean;
283
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
284
+ noWrap?: boolean;
285
+ breakWord?: boolean;
286
+ color?: string;
287
+ size?: string;
288
+ isNumeric?: boolean;
289
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
@@ -1,4 +1,4 @@
1
- require('./CodeInput.config_1an7au3.css');
1
+ require('./CodeInput.config_1msjkqh.css');
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1 +1 @@
1
- {"version":3,"file":"CodeInput.config.js","sources":["../../../../src-css/components/CodeInput/CodeInput.config.tsx"],"sourcesContent":["import { css, codeInputTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'l',\n },\n variations: {\n view: {\n default: css`\n ${tokens.captionColor}: var(--text-secondary);\n ${tokens.captionColorError}: var(--text-negative);\n\n ${tokens.codeColor}: var(--text-primary);\n ${tokens.codeColorError}: var(--text-negative);\n `,\n },\n size: {\n l: css`\n ${tokens.captionGap}: 2.5rem;\n ${tokens.codeItemsGap}: 0.75rem;\n\n ${tokens.separatorWidth}: 1rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-dspl-l-font-family);\n ${tokens.fontStyle}: var(--plasma-typo-dspl-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-dspl-l-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-dspl-l-letter-spacing);\n\n ${tokens.largeScreenFontSize}: 8rem;\n ${tokens.largeScreenLineHeight}: 8rem;\n\n ${tokens.mediumScreenFontSize}: 7rem;\n ${tokens.mediumScreenLineHeight}: 7rem;\n\n ${tokens.smallScreenFontSize}: 5.5rem;\n ${tokens.smallScreenLineHeight}: 5.75rem;\n\n ${tokens.captionFontFamily}: var(--plasma-typo-h3-font-family);\n ${tokens.captionFontSize}: var(--plasma-typo-h3-font-size);\n ${tokens.captionFontStyle}: var(--plasma-typo-h3-font-style);\n ${tokens.captionFontWeight}: var(--plasma-typo-h3-font-weight);\n ${tokens.captionLetterSpacing}: var(--plasma-typo-h3-letter-spacing);\n ${tokens.captionLineHeight}: var(--plasma-typo-h3-line-height);\n\n ${tokens.codeItemLargeWidth}: 5rem;\n ${tokens.codeItemLargeHeight}: 8rem;\n\n ${tokens.codeItemMediumWidth}: 4.5rem;\n ${tokens.codeItemMediumHeight}: 7rem;\n\n ${tokens.codeItemSmallWidth}: 3.5rem;\n ${tokens.codeItemSmallHeight}: 5.75rem;\n\n ${tokens.codeItemCircleBorderWidth}: 0.125rem;\n ${tokens.codeItemCircleSize}: 1.5rem;\n `,\n m: css`\n ${tokens.captionGap}: 1.75rem;\n ${tokens.codeItemsGap}: 0.5rem;\n\n ${tokens.separatorWidth}: 1rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-dspl-m-font-family);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n\n ${tokens.largeScreenFontSize}: 5.5rem;\n ${tokens.largeScreenLineHeight}: 5.75rem;\n\n ${tokens.mediumScreenFontSize}: 4.5rem;\n ${tokens.mediumScreenLineHeight}: 4.75rem;\n\n ${tokens.smallScreenFontSize}: 3.5rem;\n ${tokens.smallScreenLineHeight}: 3.75rem;\n\n ${tokens.captionFontFamily}: var(--plasma-typo-h4-font-family);\n ${tokens.captionFontSize}: var(--plasma-typo-h4-font-size);\n ${tokens.captionFontStyle}: var(--plasma-typo-h4-font-style);\n ${tokens.captionFontWeight}: var(--plasma-typo-h4-font-weight);\n ${tokens.captionLetterSpacing}: var(--plasma-typo-h4-letter-spacing);\n ${tokens.captionLineHeight}: var(--plasma-typo-h4-line-height);\n\n ${tokens.codeItemLargeWidth}: 3.5rem;\n ${tokens.codeItemLargeHeight}: 5.75rem;\n\n ${tokens.codeItemMediumWidth}: 3rem;\n ${tokens.codeItemMediumHeight}: 4.75rem;\n\n ${tokens.codeItemSmallWidth}: 2.25rem;\n ${tokens.codeItemSmallHeight}: 3.75rem;\n\n ${tokens.codeItemCircleBorderWidth}: 0.094rem;\n ${tokens.codeItemCircleSize}: 1rem;\n `,\n s: css`\n ${tokens.captionGap}: 1.5rem;\n ${tokens.codeItemsGap}: 0.25rem;\n\n ${tokens.separatorWidth}: 0.5rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-dspl-s-font-family);\n ${tokens.fontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-s-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n\n ${tokens.largeScreenFontSize}: 4rem;\n ${tokens.largeScreenLineHeight}: 4.25rem;\n\n ${tokens.mediumScreenFontSize}: 3rem;\n ${tokens.mediumScreenLineHeight}: 3.25rem;\n\n ${tokens.smallScreenFontSize}: 2.5rem;\n ${tokens.smallScreenLineHeight}: 2.75rem;\n\n ${tokens.captionFontFamily}: var(--plasma-typo-h5-font-family);\n ${tokens.captionFontSize}: var(--plasma-typo-h5-font-size);\n ${tokens.captionFontStyle}: var(--plasma-typo-h5-font-style);\n ${tokens.captionFontWeight}: var(--plasma-typo-h5-font-weight);\n ${tokens.captionLetterSpacing}: var(--plasma-typo-h5-letter-spacing);\n ${tokens.captionLineHeight}: var(--plasma-typo-h5-line-height);\n\n ${tokens.codeItemLargeWidth}: 2.5rem;\n ${tokens.codeItemLargeHeight}: 4.25rem;\n\n ${tokens.codeItemMediumWidth}: 2rem;\n ${tokens.codeItemMediumHeight}: 3.25rem;\n\n ${tokens.codeItemSmallWidth}: 1.625rem;\n ${tokens.codeItemSmallHeight}: 2.75rem;\n\n ${tokens.codeItemCircleBorderWidth}: 0.063rem;\n ${tokens.codeItemCircleSize}: 0.75rem;\n `,\n },\n disabled: {\n true: css`\n ${tokens.disabledOpacity}: 0.4;\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","default","l","m","s","disabled","true"],"mappings":";;;;AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;MACFG,SAAO,EAAA,UAAA;KAOV;AACDF,IAAAA,IAAI,EAAE;AACFG,MAAAA,CAAC,EAsCA,SAAA;AACDC,MAAAA,CAAC,EAsCA,SAAA;AACDC,MAAAA,CAAC,EAAA,UAAA;KAuCJ;AACDC,IAAAA,QAAQ,EAAE;MACNC,MAAI,EAAA,UAAA;AAGR,KAAA;AACJ,GAAA;AACJ;;;;"}
1
+ {"version":3,"file":"CodeInput.config.js","sources":["../../../../src-css/components/CodeInput/CodeInput.config.tsx"],"sourcesContent":["import { css, codeInputTokens as tokens, getCodeInputView } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'l',\n },\n variations: {\n view: {\n default: css`\n ${tokens.captionColor}: var(--text-secondary);\n ${tokens.captionColorError}: var(--text-negative);\n\n ${tokens.codeColor}: var(--text-primary);\n ${tokens.codeColorError}: var(--text-negative);\n\n ${getCodeInputView(\n {\n [tokens.smallMMinWidth]: 0,\n [tokens.mediumSMinWidth]: '35rem',\n [tokens.mediumMMinWidth]: '49.125rem',\n [tokens.largeSMinWidth]: '60rem',\n [tokens.largeMMinWidth]: '75rem',\n },\n 'default',\n )};\n `,\n },\n size: {\n l: css`\n ${tokens.captionGap}: 2.5rem;\n ${tokens.codeItemsGap}: 0.75rem;\n\n ${tokens.separatorWidth}: 1rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-dspl-l-font-family);\n ${tokens.fontStyle}: var(--plasma-typo-dspl-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-dspl-l-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-dspl-l-letter-spacing);\n\n ${tokens.largeSFontSize}: 8rem;\n ${tokens.largeSLineHeight}: 8rem;\n\n ${tokens.largeMFontSize}: 8rem;\n ${tokens.largeMLineHeight}: 8rem;\n\n ${tokens.mediumSFontSize}: 7rem;\n ${tokens.mediumSLineHeight}: 7rem;\n\n ${tokens.mediumMFontSize}: 7rem;\n ${tokens.mediumMLineHeight}: 7rem;\n\n ${tokens.smallMFontSize}: 5.5rem;\n ${tokens.smallMLineHeight}: 5.75rem;\n\n ${tokens.captionFontFamily}: var(--plasma-typo-h3-font-family);\n ${tokens.captionFontSize}: var(--plasma-typo-h3-font-size);\n ${tokens.captionFontStyle}: var(--plasma-typo-h3-font-style);\n ${tokens.captionFontWeight}: var(--plasma-typo-h3-font-weight);\n ${tokens.captionLetterSpacing}: var(--plasma-typo-h3-letter-spacing);\n ${tokens.captionLineHeight}: var(--plasma-typo-h3-line-height);\n\n ${tokens.largeMCodeItemWidth}: 5rem;\n ${tokens.largeMCodeItemHeight}: 8rem;\n\n ${tokens.largeSCodeItemWidth}: 5rem;\n ${tokens.largeSCodeItemHeight}: 8rem;\n\n ${tokens.mediumMCodeItemWidth}: 4.5rem;\n ${tokens.mediumMCodeItemHeight}: 7rem;\n\n ${tokens.mediumSCodeItemWidth}: 4.5rem;\n ${tokens.mediumSCodeItemHeight}: 7rem;\n\n ${tokens.smallMCodeItemWidth}: 3.5rem;\n ${tokens.smallMCodeItemHeight}: 5.75rem;\n\n ${tokens.codeItemCircleBorderWidth}: 0.125rem;\n ${tokens.codeItemCircleSize}: 1.5rem;\n `,\n m: css`\n ${tokens.captionGap}: 1.75rem;\n ${tokens.codeItemsGap}: 0.5rem;\n\n ${tokens.separatorWidth}: 1rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-dspl-m-font-family);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n\n ${tokens.largeMFontSize}: 5.5rem;\n ${tokens.largeMLineHeight}: 5.75rem;\n\n ${tokens.largeSFontSize}: 5.5rem;\n ${tokens.largeSLineHeight}: 5.75rem;\n\n ${tokens.mediumSFontSize}: 4.5rem;\n ${tokens.mediumSLineHeight}: 4.75rem;\n\n ${tokens.mediumMFontSize}: 4.5rem;\n ${tokens.mediumMLineHeight}: 4.75rem;\n\n ${tokens.smallMFontSize}: 3.5rem;\n ${tokens.smallMLineHeight}: 3.75rem;\n\n ${tokens.captionFontFamily}: var(--plasma-typo-h4-font-family);\n ${tokens.captionFontSize}: var(--plasma-typo-h4-font-size);\n ${tokens.captionFontStyle}: var(--plasma-typo-h4-font-style);\n ${tokens.captionFontWeight}: var(--plasma-typo-h4-font-weight);\n ${tokens.captionLetterSpacing}: var(--plasma-typo-h4-letter-spacing);\n ${tokens.captionLineHeight}: var(--plasma-typo-h4-line-height);\n\n ${tokens.largeMCodeItemWidth}: 3.5rem;\n ${tokens.largeMCodeItemHeight}: 5.75rem;\n\n ${tokens.largeSCodeItemWidth}: 3.5rem;\n ${tokens.largeSCodeItemHeight}: 5.75rem;\n\n ${tokens.mediumMCodeItemWidth}: 3rem;\n ${tokens.mediumMCodeItemHeight}: 4.75rem;\n\n ${tokens.mediumSCodeItemWidth}: 3rem;\n ${tokens.mediumSCodeItemHeight}: 4.75rem;\n\n ${tokens.smallMCodeItemWidth}: 2.25rem;\n ${tokens.smallMCodeItemHeight}: 3.75rem;\n\n ${tokens.codeItemCircleBorderWidth}: 0.094rem;\n ${tokens.codeItemCircleSize}: 1rem;\n `,\n s: css`\n ${tokens.captionGap}: 1.5rem;\n ${tokens.codeItemsGap}: 0.25rem;\n\n ${tokens.separatorWidth}: 0.5rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-dspl-s-font-family);\n ${tokens.fontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-s-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n\n ${tokens.largeMFontSize}: 4rem;\n ${tokens.largeMLineHeight}: 4.25rem;\n\n ${tokens.largeSFontSize}: 4rem;\n ${tokens.largeSLineHeight}: 4.25rem;\n\n ${tokens.mediumMFontSize}: 3rem;\n ${tokens.mediumMLineHeight}: 3.25rem;\n\n ${tokens.mediumSFontSize}: 3rem;\n ${tokens.mediumSLineHeight}: 3.25rem;\n\n ${tokens.smallMFontSize}: 2.5rem;\n ${tokens.smallMLineHeight}: 2.75rem;\n\n ${tokens.captionFontFamily}: var(--plasma-typo-h5-font-family);\n ${tokens.captionFontSize}: var(--plasma-typo-h5-font-size);\n ${tokens.captionFontStyle}: var(--plasma-typo-h5-font-style);\n ${tokens.captionFontWeight}: var(--plasma-typo-h5-font-weight);\n ${tokens.captionLetterSpacing}: var(--plasma-typo-h5-letter-spacing);\n ${tokens.captionLineHeight}: var(--plasma-typo-h5-line-height);\n\n ${tokens.largeMCodeItemWidth}: 2.5rem;\n ${tokens.largeMCodeItemHeight}: 4.25rem;\n\n ${tokens.largeSCodeItemWidth}: 2.5rem;\n ${tokens.largeSCodeItemHeight}: 4.25rem;\n\n ${tokens.mediumMCodeItemWidth}: 2rem;\n ${tokens.mediumMCodeItemHeight}: 3.25rem;\n\n ${tokens.mediumSCodeItemWidth}: 2rem;\n ${tokens.mediumSCodeItemHeight}: 3.25rem;\n\n ${tokens.smallMCodeItemWidth}: 1.625rem;\n ${tokens.smallMCodeItemHeight}: 2.75rem;\n\n ${tokens.codeItemCircleBorderWidth}: 0.063rem;\n ${tokens.codeItemCircleSize}: 0.75rem;\n `,\n },\n disabled: {\n true: css`\n ${tokens.disabledOpacity}: 0.4;\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","default","l","m","s","disabled","true"],"mappings":";;;;AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;MACFG,SAAO,EAAA,UAAA;KAkBV;AACDF,IAAAA,IAAI,EAAE;AACFG,MAAAA,CAAC,EAkDA,SAAA;AACDC,MAAAA,CAAC,EAkDA,SAAA;AACDC,MAAAA,CAAC,EAAA,UAAA;KAmDJ;AACDC,IAAAA,QAAQ,EAAE;MACNC,MAAI,EAAA,UAAA;AAGR,KAAA;AACJ,GAAA;AACJ;;;;"}
@@ -0,0 +1,5 @@
1
+ .d1bd11l2{--plasma-codeinput-caption-color:var(--text-secondary);--plasma-codeinput-caption-color-error:var(--text-negative);--plasma-codeinput-code-color:var(--text-primary);--plasma-codeinput-code-color-error:var(--text-negative);}@media (min-width:undefined){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(undefined);--private-codeinput-line-height:var(undefined);--private-codeinput-item-width:var(undefined);--private-codeinput-item-hieght:var(undefined);}}@media (min-width:undefined){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(undefined);--private-codeinput-line-height:var(undefined);--private-codeinput-item-width:var(undefined);--private-codeinput-item-hieght:var(undefined);}}@media (min-width:undefined){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(undefined);--private-codeinput-line-height:var(undefined);--private-codeinput-item-width:var(undefined);--private-codeinput-item-hieght:var(undefined);}}@media (min-width:0){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(--plasma-codeinput-small-m-font-size);--private-codeinput-line-height:var(--plasma-codeinput-small-m-line-height);--private-codeinput-item-width:var(--plasma-codeinput-item-small-m-width);--private-codeinput-item-hieght:var(--plasma-codeinput-item-small-m-height);}}@media (min-width:undefined){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(undefined);--private-codeinput-line-height:var(undefined);--private-codeinput-item-width:var(undefined);--private-codeinput-item-hieght:var(undefined);}}@media (min-width:undefined){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(undefined);--private-codeinput-line-height:var(undefined);--private-codeinput-item-width:var(undefined);--private-codeinput-item-hieght:var(undefined);}}@media (min-width:undefined){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(undefined);--private-codeinput-line-height:var(undefined);--private-codeinput-item-width:var(undefined);--private-codeinput-item-hieght:var(undefined);}}@media (min-width:undefined){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(undefined);--private-codeinput-line-height:var(undefined);--private-codeinput-item-width:var(undefined);--private-codeinput-item-hieght:var(undefined);}}@media (min-width:undefined){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(undefined);--private-codeinput-line-height:var(undefined);--private-codeinput-item-width:var(undefined);--private-codeinput-item-hieght:var(undefined);}}@media (min-width:35rem){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(--plasma-codeinput-medium-s-font-size);--private-codeinput-line-height:var(--plasma-codeinput-medium-s-line-height);--private-codeinput-item-width:var(--plasma-codeinput-item-medium-s-width);--private-codeinput-item-hieght:var(--plasma-codeinput-item-medium-s-height);}}@media (min-width:49.125rem){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(--plasma-codeinput-medium-m-font-size);--private-codeinput-line-height:var(--plasma-codeinput-medium-m-line-height);--private-codeinput-item-width:var(--plasma-codeinput-item-medium-m-width);--private-codeinput-item-hieght:var(--plasma-codeinput-item-medium-m-height);}}@media (min-width:undefined){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(undefined);--private-codeinput-line-height:var(undefined);--private-codeinput-item-width:var(undefined);--private-codeinput-item-hieght:var(undefined);}}@media (min-width:undefined){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(undefined);--private-codeinput-line-height:var(undefined);--private-codeinput-item-width:var(undefined);--private-codeinput-item-hieght:var(undefined);}}@media (min-width:undefined){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(undefined);--private-codeinput-line-height:var(undefined);--private-codeinput-item-width:var(undefined);--private-codeinput-item-hieght:var(undefined);}}@media (min-width:undefined){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(undefined);--private-codeinput-line-height:var(undefined);--private-codeinput-item-width:var(undefined);--private-codeinput-item-hieght:var(undefined);}}@media (min-width:undefined){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(undefined);--private-codeinput-line-height:var(undefined);--private-codeinput-item-width:var(undefined);--private-codeinput-item-hieght:var(undefined);}}@media (min-width:60rem){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(--plasma-codeinput-large-s-font-size);--private-codeinput-line-height:var(--plasma-codeinput-large-s-line-height);--private-codeinput-item-width:var(--plasma-codeinput-item-large-s-width);--private-codeinput-item-hieght:var(--plasma-codeinput-item-large-s-height);}}@media (min-width:75rem){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(--plasma-codeinput-large-m-font-size);--private-codeinput-line-height:var(--plasma-codeinput-large-m-line-height);--private-codeinput-item-width:var(--plasma-codeinput-item-large-m-width);--private-codeinput-item-hieght:var(--plasma-codeinput-item-large-m-height);}}@media (min-width:undefined){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(undefined);--private-codeinput-line-height:var(undefined);--private-codeinput-item-width:var(undefined);--private-codeinput-item-hieght:var(undefined);}}@media (min-width:undefined){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(undefined);--private-codeinput-line-height:var(undefined);--private-codeinput-item-width:var(undefined);--private-codeinput-item-hieght:var(undefined);}}@media (min-width:undefined){.d1bd11l2.codeinput-default-view{--private-codeinput-font-size:var(undefined);--private-codeinput-line-height:var(undefined);--private-codeinput-item-width:var(undefined);--private-codeinput-item-hieght:var(undefined);}}
2
+ .l3q7trr{--plasma-codeinput-caption-gap:2.5rem;--plasma-codeinput-code-item-gap:0.75rem;--plasma-codeinput-separator-width:1rem;--plasma-codeinput-font-family:var(--plasma-typo-dspl-l-font-family);--plasma-codeinput-font-style:var(--plasma-typo-dspl-l-font-style);--plasma-codeinput-font-weight:var(--plasma-typo-dspl-l-bold-font-weight);--plasma-codeinput-letter-spacing:var(--plasma-typo-dspl-l-letter-spacing);--plasma-codeinput-large-s-font-size:8rem;--plasma-codeinput-large-s-line-height:8rem;--plasma-codeinput-large-m-font-size:8rem;--plasma-codeinput-large-m-line-height:8rem;--plasma-codeinput-medium-s-font-size:7rem;--plasma-codeinput-medium-s-line-height:7rem;--plasma-codeinput-medium-m-font-size:7rem;--plasma-codeinput-medium-m-line-height:7rem;--plasma-codeinput-small-m-font-size:5.5rem;--plasma-codeinput-small-m-line-height:5.75rem;--plasma-codeinput-caption-font-family:var(--plasma-typo-h3-font-family);--plasma-codeinput-caption-font-style:var(--plasma-typo-h3-font-size);--plasma-codeinput-caption-font-size:var(--plasma-typo-h3-font-style);--plasma-codeinput-caption-font-weight:var(--plasma-typo-h3-font-weight);--plasma-codeinput-caption-letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-codeinput-caption-line-height:var(--plasma-typo-h3-line-height);--plasma-codeinput-item-large-m-width:5rem;--plasma-codeinput-item-large-m-height:8rem;--plasma-codeinput-item-large-s-width:5rem;--plasma-codeinput-item-large-s-height:8rem;--plasma-codeinput-item-medium-m-width:4.5rem;--plasma-codeinput-item-medium-m-height:7rem;--plasma-codeinput-item-medium-s-width:4.5rem;--plasma-codeinput-item-medium-s-height:7rem;--plasma-codeinput-item-small-m-width:3.5rem;--plasma-codeinput-item-small-m-height:5.75rem;--plasma-codeinput-item-circle-border-width:0.125rem;--plasma-codeinput-item-circle-size:1.5rem;}
3
+ .mthn074{--plasma-codeinput-caption-gap:1.75rem;--plasma-codeinput-code-item-gap:0.5rem;--plasma-codeinput-separator-width:1rem;--plasma-codeinput-font-family:var(--plasma-typo-dspl-m-font-family);--plasma-codeinput-font-style:var(--plasma-typo-body-m-font-style);--plasma-codeinput-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-codeinput-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-codeinput-large-m-font-size:5.5rem;--plasma-codeinput-large-m-line-height:5.75rem;--plasma-codeinput-large-s-font-size:5.5rem;--plasma-codeinput-large-s-line-height:5.75rem;--plasma-codeinput-medium-s-font-size:4.5rem;--plasma-codeinput-medium-s-line-height:4.75rem;--plasma-codeinput-medium-m-font-size:4.5rem;--plasma-codeinput-medium-m-line-height:4.75rem;--plasma-codeinput-small-m-font-size:3.5rem;--plasma-codeinput-small-m-line-height:3.75rem;--plasma-codeinput-caption-font-family:var(--plasma-typo-h4-font-family);--plasma-codeinput-caption-font-style:var(--plasma-typo-h4-font-size);--plasma-codeinput-caption-font-size:var(--plasma-typo-h4-font-style);--plasma-codeinput-caption-font-weight:var(--plasma-typo-h4-font-weight);--plasma-codeinput-caption-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-codeinput-caption-line-height:var(--plasma-typo-h4-line-height);--plasma-codeinput-item-large-m-width:3.5rem;--plasma-codeinput-item-large-m-height:5.75rem;--plasma-codeinput-item-large-s-width:3.5rem;--plasma-codeinput-item-large-s-height:5.75rem;--plasma-codeinput-item-medium-m-width:3rem;--plasma-codeinput-item-medium-m-height:4.75rem;--plasma-codeinput-item-medium-s-width:3rem;--plasma-codeinput-item-medium-s-height:4.75rem;--plasma-codeinput-item-small-m-width:2.25rem;--plasma-codeinput-item-small-m-height:3.75rem;--plasma-codeinput-item-circle-border-width:0.094rem;--plasma-codeinput-item-circle-size:1rem;}
4
+ .s1dk91qy{--plasma-codeinput-caption-gap:1.5rem;--plasma-codeinput-code-item-gap:0.25rem;--plasma-codeinput-separator-width:0.5rem;--plasma-codeinput-font-family:var(--plasma-typo-dspl-s-font-family);--plasma-codeinput-font-style:var(--plasma-typo-body-s-font-style);--plasma-codeinput-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-codeinput-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-codeinput-large-m-font-size:4rem;--plasma-codeinput-large-m-line-height:4.25rem;--plasma-codeinput-large-s-font-size:4rem;--plasma-codeinput-large-s-line-height:4.25rem;--plasma-codeinput-medium-m-font-size:3rem;--plasma-codeinput-medium-m-line-height:3.25rem;--plasma-codeinput-medium-s-font-size:3rem;--plasma-codeinput-medium-s-line-height:3.25rem;--plasma-codeinput-small-m-font-size:2.5rem;--plasma-codeinput-small-m-line-height:2.75rem;--plasma-codeinput-caption-font-family:var(--plasma-typo-h5-font-family);--plasma-codeinput-caption-font-style:var(--plasma-typo-h5-font-size);--plasma-codeinput-caption-font-size:var(--plasma-typo-h5-font-style);--plasma-codeinput-caption-font-weight:var(--plasma-typo-h5-font-weight);--plasma-codeinput-caption-letter-spacing:var(--plasma-typo-h5-letter-spacing);--plasma-codeinput-caption-line-height:var(--plasma-typo-h5-line-height);--plasma-codeinput-item-large-m-width:2.5rem;--plasma-codeinput-item-large-m-height:4.25rem;--plasma-codeinput-item-large-s-width:2.5rem;--plasma-codeinput-item-large-s-height:4.25rem;--plasma-codeinput-item-medium-m-width:2rem;--plasma-codeinput-item-medium-m-height:3.25rem;--plasma-codeinput-item-medium-s-width:2rem;--plasma-codeinput-item-medium-s-height:3.25rem;--plasma-codeinput-item-small-m-width:1.625rem;--plasma-codeinput-item-small-m-height:2.75rem;--plasma-codeinput-item-circle-border-width:0.063rem;--plasma-codeinput-item-circle-size:0.75rem;}
5
+ .t1gsvi3c{--plasma-codeinput-disabled-opacity:0.4;}