@salutejs/sdds-insol 0.328.0-canary.2423.20988873450.0 → 0.328.0-canary.2424.21061741521.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.
- package/dist/css/cjs/components/DatePicker/DatePicker.clear.config.js +43 -0
- package/dist/css/cjs/components/DatePicker/DatePicker.clear.config.js.map +1 -0
- package/dist/css/cjs/components/DatePicker/DatePicker.clear.config_erdd8p.css +13 -0
- package/dist/css/cjs/components/DatePicker/DatePicker.config.js +10 -3
- package/dist/css/cjs/components/DatePicker/DatePicker.config.js.map +1 -1
- package/dist/css/cjs/components/DatePicker/DatePicker.config_fsx0ql.css +13 -0
- package/dist/css/cjs/components/DatePicker/DatePicker.css +27 -10
- package/dist/css/cjs/components/DatePicker/DatePicker.js +27 -4
- package/dist/css/cjs/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/css/cjs/components/Range/Range.clear.config.js +41 -0
- package/dist/css/cjs/components/Range/Range.clear.config.js.map +1 -0
- package/dist/css/cjs/components/Range/Range.clear.config_1vqmj3b.css +11 -0
- package/dist/css/cjs/components/Range/Range.config.js +1 -1
- package/dist/css/cjs/components/Range/Range.config.js.map +1 -1
- package/dist/css/cjs/components/Range/Range.config_gk59nl.css +11 -0
- package/dist/css/cjs/components/Range/Range.css +23 -11
- package/dist/css/cjs/components/Range/Range.js +14 -6
- package/dist/css/cjs/components/Range/Range.js.map +1 -1
- package/dist/css/cjs/components/TextArea/TextArea.config.js +11 -11
- package/dist/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
- package/dist/css/cjs/components/TextArea/TextArea.config_14dw15u.css +14 -0
- package/dist/css/cjs/components/TextArea/TextArea.css +13 -27
- package/dist/css/cjs/components/TextArea/TextArea.js +6 -13
- package/dist/css/cjs/components/TextArea/TextArea.js.map +1 -1
- package/dist/css/cjs/index.css +64 -49
- package/dist/css/es/components/DatePicker/DatePicker.clear.config.js +39 -0
- package/dist/css/es/components/DatePicker/DatePicker.clear.config.js.map +1 -0
- package/dist/css/es/components/DatePicker/DatePicker.clear.config_erdd8p.css +13 -0
- package/dist/css/es/components/DatePicker/DatePicker.config.js +10 -3
- package/dist/css/es/components/DatePicker/DatePicker.config.js.map +1 -1
- package/dist/css/es/components/DatePicker/DatePicker.config_fsx0ql.css +13 -0
- package/dist/css/es/components/DatePicker/DatePicker.css +27 -10
- package/dist/css/es/components/DatePicker/DatePicker.js +25 -6
- package/dist/css/es/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/css/es/components/Range/Range.clear.config.js +37 -0
- package/dist/css/es/components/Range/Range.clear.config.js.map +1 -0
- package/dist/css/es/components/Range/Range.clear.config_1vqmj3b.css +11 -0
- package/dist/css/es/components/Range/Range.config.js +1 -1
- package/dist/css/es/components/Range/Range.config.js.map +1 -1
- package/dist/css/es/components/Range/Range.config_gk59nl.css +11 -0
- package/dist/css/es/components/Range/Range.css +23 -11
- package/dist/css/es/components/Range/Range.js +14 -8
- package/dist/css/es/components/Range/Range.js.map +1 -1
- package/dist/css/es/components/TextArea/TextArea.config.js +11 -11
- package/dist/css/es/components/TextArea/TextArea.config.js.map +1 -1
- package/dist/css/es/components/TextArea/TextArea.config_14dw15u.css +14 -0
- package/dist/css/es/components/TextArea/TextArea.css +13 -27
- package/dist/css/es/components/TextArea/TextArea.js +8 -13
- package/dist/css/es/components/TextArea/TextArea.js.map +1 -1
- package/dist/css/es/index.css +64 -49
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.clear.config.js +1067 -0
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +303 -82
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.js +39 -4
- package/dist/styled-components/cjs/components/Range/Range.clear.config.js +554 -0
- package/dist/styled-components/cjs/components/Range/Range.config.js +19 -7
- package/dist/styled-components/cjs/components/Range/Range.js +28 -5
- package/dist/styled-components/cjs/components/TextArea/TextArea.config.js +333 -290
- package/dist/styled-components/cjs/components/TextArea/TextArea.js +5 -27
- package/dist/styled-components/es/components/DatePicker/DatePicker.clear.config.js +1057 -0
- package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +303 -82
- package/dist/styled-components/es/components/DatePicker/DatePicker.js +28 -5
- package/dist/styled-components/es/components/Range/Range.clear.config.js +544 -0
- package/dist/styled-components/es/components/Range/Range.config.js +19 -7
- package/dist/styled-components/es/components/Range/Range.js +16 -6
- package/dist/styled-components/es/components/TextArea/TextArea.config.js +339 -296
- package/dist/styled-components/es/components/TextArea/TextArea.js +5 -14
- package/package.json +7 -7
- package/types/components/{TextArea/TextArea.clear.config.d.ts → DatePicker/DatePicker.clear.config.d.ts} +4 -3
- package/types/components/DatePicker/DatePicker.config.d.ts +7 -0
- package/types/components/DatePicker/DatePicker.d.ts +526 -5
- package/types/components/Range/Range.clear.config.d.ts +33 -0
- package/types/components/Range/Range.d.ts +1659 -4
- package/types/components/TextArea/TextArea.config.d.ts +7 -7
- package/types/components/TextArea/TextArea.d.ts +11 -1036
- package/dist/css/cjs/components/DatePicker/DatePicker.config_1uoda34.css +0 -10
- package/dist/css/cjs/components/Range/Range.config_m3cwc1.css +0 -11
- package/dist/css/cjs/components/TextArea/TextArea.clear.config.js +0 -42
- package/dist/css/cjs/components/TextArea/TextArea.clear.config.js.map +0 -1
- package/dist/css/cjs/components/TextArea/TextArea.clear.config_vvqdh8.css +0 -13
- package/dist/css/cjs/components/TextArea/TextArea.config_5f42o1.css +0 -14
- package/dist/css/es/components/DatePicker/DatePicker.config_1uoda34.css +0 -10
- package/dist/css/es/components/Range/Range.config_m3cwc1.css +0 -11
- package/dist/css/es/components/TextArea/TextArea.clear.config.js +0 -38
- package/dist/css/es/components/TextArea/TextArea.clear.config.js.map +0 -1
- package/dist/css/es/components/TextArea/TextArea.clear.config_vvqdh8.css +0 -13
- package/dist/css/es/components/TextArea/TextArea.config_5f42o1.css +0 -14
- package/dist/styled-components/cjs/components/TextArea/TextArea.clear.config.js +0 -592
- package/dist/styled-components/es/components/TextArea/TextArea.clear.config.js +0 -582
|
@@ -9,178 +9,67 @@ function _tagged_template_literal(strings, raw) {
|
|
|
9
9
|
}));
|
|
10
10
|
}
|
|
11
11
|
function _templateObject() {
|
|
12
|
-
var data = _tagged_template_literal([
|
|
13
|
-
"\n ",
|
|
14
|
-
": var(--outline-clear);\n ",
|
|
15
|
-
": var(--outline-solid-secondary);\n ",
|
|
16
|
-
": var(--outline-clear);\n ",
|
|
17
|
-
": var(--surface-transparent-card);\n ",
|
|
18
|
-
": var(--surface-transparent-card-hover);\n ",
|
|
19
|
-
": var(--surface-transparent-card-active);\n ",
|
|
20
|
-
": var(--surface-transparent-card);\n\n ",
|
|
21
|
-
": var(--text-primary);\n ",
|
|
22
|
-
": var(--text-primary);\n ",
|
|
23
|
-
": var(--text-primary);\n ",
|
|
24
|
-
": var(--text-accent);\n\n ",
|
|
25
|
-
": var(--text-secondary);\n ",
|
|
26
|
-
": var(--text-tertiary);\n\n ",
|
|
27
|
-
": var(--text-secondary);\n ",
|
|
28
|
-
": var(--text-secondary);\n ",
|
|
29
|
-
": var(--text-secondary);\n\n ",
|
|
30
|
-
": var(--surface-negative);\n ",
|
|
31
|
-
": var(--text-tertiary);\n\n ",
|
|
32
|
-
": var(--surface-transparent-tertiary);\n ",
|
|
33
|
-
": var(--surface-transparent-tertiary-hover);\n ",
|
|
34
|
-
": var(--surface-transparent-tertiary-active);\n ",
|
|
35
|
-
": var(--surface-transparent-primary);\n ",
|
|
36
|
-
": var(--surface-transparent-primary-active);\n ",
|
|
37
|
-
": var(--surface-transparent-primary-hover);\n\n ",
|
|
38
|
-
": var(--surface-transparent-tertiary);\n ",
|
|
39
|
-
": var(--text-secondary);\n ",
|
|
40
|
-
": var(--surface-accent);\n ",
|
|
41
|
-
": var(--text-secondary);\n ",
|
|
42
|
-
": var(--text-secondary);\n ",
|
|
43
|
-
": var(--shadow-down-soft-s);\n "
|
|
44
|
-
]);
|
|
45
|
-
_templateObject = function _templateObject() {
|
|
46
|
-
return data;
|
|
47
|
-
};
|
|
48
|
-
return data;
|
|
49
|
-
}
|
|
50
|
-
function _templateObject1() {
|
|
51
|
-
var data = _tagged_template_literal([
|
|
52
|
-
"\n ",
|
|
53
|
-
": var(--outline-warning-minor);\n ",
|
|
54
|
-
": var(--outline-warning-minor-active);\n ",
|
|
55
|
-
": var(--outline-warning-minor-hover);\n ",
|
|
56
|
-
": var(--surface-transparent-card);\n ",
|
|
57
|
-
": var(--surface-transparent-card-hover);\n ",
|
|
58
|
-
": var(--surface-transparent-card-active);\n ",
|
|
59
|
-
": var(--surface-transparent-card);\n\n ",
|
|
60
|
-
": var(--text-primary);\n ",
|
|
61
|
-
": color-mix(in oklab, var(--text-warning) 70%, transparent);\n ",
|
|
62
|
-
": color-mix(in oklab, var(--text-warning) 70%, transparent);\n ",
|
|
63
|
-
": var(--text-accent);\n\n ",
|
|
64
|
-
": var(--text-secondary);\n ",
|
|
65
|
-
": var(--text-tertiary);\n\n ",
|
|
66
|
-
": color-mix(in oklab, var(--text-warning) 70%, transparent);\n ",
|
|
67
|
-
": var(--text-secondary);\n ",
|
|
68
|
-
": var(--text-secondary);\n\n ",
|
|
69
|
-
": var(--surface-negative);\n ",
|
|
70
|
-
": var(--text-tertiary);\n\n ",
|
|
71
|
-
": var(--surface-transparent-tertiary);\n ",
|
|
72
|
-
": var(--surface-transparent-tertiary-hover);\n ",
|
|
73
|
-
": var(--surface-transparent-tertiary-active);\n ",
|
|
74
|
-
": var(--surface-transparent-primary);\n ",
|
|
75
|
-
": var(--surface-transparent-primary-active);\n ",
|
|
76
|
-
": var(--surface-transparent-primary-hover);\n\n ",
|
|
77
|
-
": var(--surface-warning);\n ",
|
|
78
|
-
": var(--surface-warning);\n ",
|
|
79
|
-
": var(--surface-accent);\n ",
|
|
80
|
-
": var(--text-secondary);\n ",
|
|
81
|
-
": var(--text-secondary);\n ",
|
|
82
|
-
": var(--shadow-down-soft-s);\n "
|
|
83
|
-
]);
|
|
84
|
-
_templateObject1 = function _templateObject() {
|
|
85
|
-
return data;
|
|
86
|
-
};
|
|
87
|
-
return data;
|
|
88
|
-
}
|
|
89
|
-
function _templateObject2() {
|
|
90
|
-
var data = _tagged_template_literal([
|
|
91
|
-
"\n ",
|
|
92
|
-
": var(--outline-negative-minor);\n ",
|
|
93
|
-
": var(--outline-negative-minor-active);\n ",
|
|
94
|
-
": var(--outline-negative-minor-hover);\n ",
|
|
95
|
-
": var(--surface-transparent-card);\n ",
|
|
96
|
-
": var(--surface-transparent-card-hover);\n ",
|
|
97
|
-
": var(--surface-transparent-card-active);\n ",
|
|
98
|
-
": var(--surface-transparent-card);\n\n ",
|
|
99
|
-
": var(--text-primary);\n ",
|
|
100
|
-
": color-mix(in oklab, var(--text-negative) 70%, transparent);\n ",
|
|
101
|
-
": color-mix(in oklab, var(--text-negative) 70%, transparent);\n ",
|
|
102
|
-
": var(--text-accent);\n\n ",
|
|
103
|
-
": var(--text-secondary);\n ",
|
|
104
|
-
": var(--text-tertiary);\n\n ",
|
|
105
|
-
": color-mix(in oklab, var(--text-negative) 70%, transparent);\n ",
|
|
106
|
-
": var(--text-secondary);\n ",
|
|
107
|
-
": var(--text-secondary);\n\n ",
|
|
108
|
-
": var(--surface-negative);\n ",
|
|
109
|
-
": var(--text-tertiary);\n\n ",
|
|
110
|
-
": var(--surface-transparent-tertiary);\n ",
|
|
111
|
-
": var(--surface-transparent-tertiary-hover);\n ",
|
|
112
|
-
": var(--surface-transparent-tertiary-active);\n ",
|
|
113
|
-
": var(--surface-transparent-primary);\n ",
|
|
114
|
-
": var(--surface-transparent-primary-active);\n ",
|
|
115
|
-
": var(--surface-transparent-primary-hover);\n\n ",
|
|
116
|
-
": var(--surface-negative);\n ",
|
|
117
|
-
": var(--surface-negative);\n ",
|
|
118
|
-
": var(--surface-accent);\n ",
|
|
119
|
-
": var(--text-secondary);\n ",
|
|
120
|
-
": var(--text-secondary);\n ",
|
|
121
|
-
": var(--shadow-down-soft-s);\n "
|
|
122
|
-
]);
|
|
123
|
-
_templateObject2 = function _templateObject() {
|
|
124
|
-
return data;
|
|
125
|
-
};
|
|
126
|
-
return data;
|
|
127
|
-
}
|
|
128
|
-
function _templateObject3() {
|
|
129
12
|
var data = _tagged_template_literal([
|
|
130
13
|
"\n ",
|
|
131
14
|
": 100%;\n ",
|
|
132
|
-
":
|
|
133
|
-
":
|
|
134
|
-
":
|
|
135
|
-
": 0.
|
|
136
|
-
":
|
|
137
|
-
":
|
|
138
|
-
":
|
|
139
|
-
":
|
|
15
|
+
": 7.312rem;\n ",
|
|
16
|
+
": 0.625rem;\n ",
|
|
17
|
+
": 0.5rem;\n /* stylelint-disable-next-line number-max-precision */\n ",
|
|
18
|
+
": 0.0625rem;\n ",
|
|
19
|
+
": 0.5rem 0.5rem 0 0;\n ",
|
|
20
|
+
": 0.563rem;\n ",
|
|
21
|
+
": 0.75rem;\n ",
|
|
22
|
+
": 2.375rem;\n ",
|
|
23
|
+
": 1.5rem;\n ",
|
|
24
|
+
": 0.563rem;\n ",
|
|
140
25
|
": 0.75rem;\n ",
|
|
141
|
-
":
|
|
26
|
+
": 0.5rem;\n ",
|
|
27
|
+
": 0.25rem;\n ",
|
|
142
28
|
": 0.75rem;\n ",
|
|
143
|
-
":
|
|
29
|
+
": 0.5rem;\n ",
|
|
144
30
|
": 0.75rem;\n ",
|
|
145
|
-
":
|
|
146
|
-
":
|
|
147
|
-
":
|
|
148
|
-
":
|
|
149
|
-
":
|
|
150
|
-
": 0.
|
|
31
|
+
": 0rem;\n ",
|
|
32
|
+
": 0.5rem;\n ",
|
|
33
|
+
": 0.75rem;\n ",
|
|
34
|
+
": 1rem;\n ",
|
|
35
|
+
": 0.375rem;\n ",
|
|
36
|
+
": 0.25rem;\n ",
|
|
37
|
+
": var(--plasma-typo-body-xxs-font-family);\n ",
|
|
38
|
+
": var(--plasma-typo-body-xxs-font-size);\n ",
|
|
39
|
+
": var(--plasma-typo-body-xxs-font-style);\n ",
|
|
40
|
+
": var(--plasma-typo-body-xxs-font-weight);\n ",
|
|
41
|
+
": var(--plasma-typo-body-xxs-letter-spacing);\n ",
|
|
42
|
+
": var(--plasma-typo-body-xxs-line-height);\n ",
|
|
43
|
+
": 0rem;\n ",
|
|
44
|
+
": 0rem;\n ",
|
|
151
45
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
152
46
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
153
47
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
154
48
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
155
49
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
156
|
-
": var(--plasma-typo-body-xs-line-height);\n
|
|
157
|
-
": 0.813rem;\n ",
|
|
158
|
-
": -0.313rem;\n ",
|
|
159
|
-
": 0.25rem;\n\n ",
|
|
160
|
-
": var(--plasma-typo-body-m-font-family);\n ",
|
|
161
|
-
": var(--plasma-typo-body-m-font-size);\n ",
|
|
162
|
-
": var(--plasma-typo-body-m-font-style);\n ",
|
|
163
|
-
": var(--plasma-typo-body-m-font-weight);\n ",
|
|
164
|
-
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
|
165
|
-
": var(--plasma-typo-body-m-line-height);\n\n ",
|
|
50
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
166
51
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
167
52
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
168
53
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
169
54
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
170
55
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
171
|
-
": var(--plasma-typo-body-xs-line-height);\n
|
|
172
|
-
": 0.
|
|
56
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
57
|
+
": 0.375rem;\n ",
|
|
173
58
|
": 0.375rem;\n ",
|
|
174
59
|
": 0 0 0 0;\n ",
|
|
175
|
-
": 0.
|
|
60
|
+
": 0.25rem auto auto -0.625rem;\n ",
|
|
176
61
|
": 0 0 auto auto;\n ",
|
|
177
|
-
": 0.
|
|
178
|
-
": -0.
|
|
62
|
+
": 0.125rem -0.625rem auto auto;\n ",
|
|
63
|
+
": -0.375rem;\n ",
|
|
64
|
+
": 0.813rem auto auto -0.625rem;\n ",
|
|
65
|
+
": 0.813rem -0.625rem auto auto;\n\n ",
|
|
179
66
|
": 0.188rem;\n ",
|
|
180
67
|
": 0.063rem;\n\n ",
|
|
181
|
-
": -0.
|
|
68
|
+
": -0.75rem -0.625rem -0.75rem -0.5rem;\n ",
|
|
182
69
|
": 2.375rem;\n ",
|
|
183
|
-
": 0.
|
|
70
|
+
": -0.188rem -2.188rem auto auto;\n ",
|
|
71
|
+
": -0.188rem -1.938rem auto auto;\n ",
|
|
72
|
+
": 0.813rem -1.988rem auto auto;\n\n ",
|
|
184
73
|
": 0.25rem;\n ",
|
|
185
74
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
186
75
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
@@ -189,67 +78,75 @@ function _templateObject3() {
|
|
|
189
78
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
190
79
|
": var(--plasma-typo-body-xs-line-height);\n "
|
|
191
80
|
]);
|
|
192
|
-
|
|
81
|
+
_templateObject = function _templateObject() {
|
|
193
82
|
return data;
|
|
194
83
|
};
|
|
195
84
|
return data;
|
|
196
85
|
}
|
|
197
|
-
function
|
|
86
|
+
function _templateObject1() {
|
|
198
87
|
var data = _tagged_template_literal([
|
|
199
88
|
"\n ",
|
|
200
89
|
": 100%;\n ",
|
|
201
|
-
":
|
|
202
|
-
":
|
|
203
|
-
": 0.
|
|
204
|
-
": 0.
|
|
205
|
-
": 0.
|
|
206
|
-
":
|
|
207
|
-
": 1.125rem;\n ",
|
|
208
|
-
": 3.625rem;\n ",
|
|
90
|
+
": 7.187rem;\n ",
|
|
91
|
+
": 0.625rem;\n ",
|
|
92
|
+
": 0.625rem;\n /* stylelint-disable-next-line number-max-precision */\n ",
|
|
93
|
+
": 0.0625rem;\n ",
|
|
94
|
+
": 0.625rem 0.625rem 0 0;\n ",
|
|
95
|
+
": 0.813rem;\n ",
|
|
209
96
|
": 0.75rem;\n ",
|
|
210
|
-
":
|
|
97
|
+
": 2.5rem;\n ",
|
|
98
|
+
": 2rem;\n ",
|
|
99
|
+
": 0.75rem;\n ",
|
|
100
|
+
": 0.75rem;\n ",
|
|
101
|
+
": 0.75rem;\n ",
|
|
102
|
+
": 0.25rem;\n ",
|
|
103
|
+
": 0.75rem;\n ",
|
|
104
|
+
": 0.75rem;\n ",
|
|
105
|
+
": 0.75rem;\n ",
|
|
106
|
+
": 0rem;\n ",
|
|
211
107
|
": 0.75rem;\n ",
|
|
212
|
-
": 1.125rem;\n ",
|
|
213
108
|
": 0.75rem;\n ",
|
|
214
|
-
": 1.125rem;\n ",
|
|
215
|
-
": 0rem;\n\n ",
|
|
216
|
-
": 1.063rem;\n ",
|
|
217
109
|
": 1rem;\n ",
|
|
218
|
-
":
|
|
219
|
-
": 0.
|
|
110
|
+
": 0.5rem;\n ",
|
|
111
|
+
": 0.25rem;\n ",
|
|
112
|
+
": var(--plasma-typo-body-xxs-font-family);\n ",
|
|
113
|
+
": var(--plasma-typo-body-xxs-font-size);\n ",
|
|
114
|
+
": var(--plasma-typo-body-xxs-font-style);\n ",
|
|
115
|
+
": var(--plasma-typo-body-xxs-font-weight);\n ",
|
|
116
|
+
": var(--plasma-typo-body-xxs-letter-spacing);\n ",
|
|
117
|
+
": var(--plasma-typo-body-xxs-line-height);\n ",
|
|
118
|
+
": 0.375rem;\n ",
|
|
119
|
+
": 0.063rem;\n ",
|
|
120
|
+
": 0.125rem;\n ",
|
|
220
121
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
221
122
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
222
123
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
223
124
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
224
125
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
225
|
-
": var(--plasma-typo-body-xs-line-height);\n
|
|
226
|
-
": 0.5625rem;\n ",
|
|
227
|
-
": -0.313rem;\n ",
|
|
228
|
-
": 0.125rem;\n\n ",
|
|
229
|
-
": var(--plasma-typo-body-s-font-family);\n ",
|
|
230
|
-
": var(--plasma-typo-body-s-font-size);\n ",
|
|
231
|
-
": var(--plasma-typo-body-s-font-style);\n ",
|
|
232
|
-
": var(--plasma-typo-body-s-font-weight);\n ",
|
|
233
|
-
": var(--plasma-typo-body-s-letter-spacing);\n ",
|
|
234
|
-
": var(--plasma-typo-body-s-line-height);\n\n ",
|
|
126
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
235
127
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
236
128
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
237
129
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
238
130
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
239
131
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
240
|
-
": var(--plasma-typo-body-xs-line-height);\n
|
|
241
|
-
": 0.
|
|
132
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
133
|
+
": 0.375rem;\n ",
|
|
242
134
|
": 0.375rem;\n ",
|
|
243
135
|
": 0 0 0 0;\n ",
|
|
244
|
-
": 0.
|
|
136
|
+
": 0.25rem auto auto -0.675rem;\n ",
|
|
245
137
|
": 0 0 auto auto;\n ",
|
|
246
|
-
": 0.
|
|
247
|
-
": -0.25rem;\n
|
|
138
|
+
": 0.125rem -0.625rem auto auto;\n ",
|
|
139
|
+
": -0.25rem;\n ",
|
|
140
|
+
": 1.063rem auto auto -0.75rem;\n ",
|
|
141
|
+
": 1.063rem -0.75rem auto auto;\n\n ",
|
|
248
142
|
": 0.188rem;\n ",
|
|
249
143
|
": 0.063rem;\n\n ",
|
|
144
|
+
": 1rem;\n ",
|
|
250
145
|
": -0.688rem -0.5rem;\n ",
|
|
251
146
|
": 2.375rem;\n ",
|
|
252
|
-
": 0.
|
|
147
|
+
": 0.062rem -2.188rem auto auto;\n ",
|
|
148
|
+
": 0.062rem -1.938rem auto auto;\n ",
|
|
149
|
+
": 1.063rem -1.988rem auto auto;\n\n ",
|
|
253
150
|
": 0.25rem;\n ",
|
|
254
151
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
255
152
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
@@ -258,67 +155,74 @@ function _templateObject4() {
|
|
|
258
155
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
259
156
|
": var(--plasma-typo-body-xs-line-height);\n "
|
|
260
157
|
]);
|
|
261
|
-
|
|
158
|
+
_templateObject1 = function _templateObject() {
|
|
262
159
|
return data;
|
|
263
160
|
};
|
|
264
161
|
return data;
|
|
265
162
|
}
|
|
266
|
-
function
|
|
163
|
+
function _templateObject2() {
|
|
267
164
|
var data = _tagged_template_literal([
|
|
268
165
|
"\n ",
|
|
269
166
|
": 100%;\n ",
|
|
270
167
|
": 7rem;\n ",
|
|
271
168
|
": 1.125rem;\n ",
|
|
272
|
-
": 0.75rem;\n ",
|
|
273
|
-
": 0.
|
|
274
|
-
": 0.75rem 0.75rem 0 0;\n
|
|
275
|
-
":
|
|
169
|
+
": 0.75rem;\n /* stylelint-disable-next-line number-max-precision */\n ",
|
|
170
|
+
": 0.0625rem;\n ",
|
|
171
|
+
": 0.75rem 0.75rem 0 0;\n ",
|
|
172
|
+
": 1.188rem;\n ",
|
|
276
173
|
": 1rem;\n ",
|
|
277
|
-
":
|
|
278
|
-
":
|
|
279
|
-
": 1rem;\n\n ",
|
|
174
|
+
": 3rem;\n ",
|
|
175
|
+
": 2.125rem;\n ",
|
|
280
176
|
": 0.75rem;\n ",
|
|
281
177
|
": 1rem;\n ",
|
|
282
178
|
": 0.75rem;\n ",
|
|
179
|
+
": 0.25rem;\n ",
|
|
283
180
|
": 1rem;\n ",
|
|
284
|
-
": 0rem;\n\n ",
|
|
285
181
|
": 0.875rem;\n ",
|
|
182
|
+
": 1rem;\n ",
|
|
183
|
+
": 0rem;\n ",
|
|
286
184
|
": 0.875rem;\n ",
|
|
287
|
-
":
|
|
288
|
-
":
|
|
185
|
+
": 1rem;\n ",
|
|
186
|
+
": 1.25rem;\n ",
|
|
187
|
+
": 0.625rem;\n ",
|
|
188
|
+
": 0.25rem;\n ",
|
|
189
|
+
": var(--plasma-typo-body-xxs-font-family);\n ",
|
|
190
|
+
": var(--plasma-typo-body-xxs-font-size);\n ",
|
|
191
|
+
": var(--plasma-typo-body-xxs-font-style);\n ",
|
|
192
|
+
": var(--plasma-typo-body-xxs-font-weight);\n ",
|
|
193
|
+
": var(--plasma-typo-body-xxs-letter-spacing);\n ",
|
|
194
|
+
": var(--plasma-typo-body-xxs-line-height);\n ",
|
|
195
|
+
": 0.5rem;\n ",
|
|
196
|
+
": -0.313rem;\n ",
|
|
197
|
+
": 0.25rem;\n ",
|
|
289
198
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
290
199
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
291
200
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
292
201
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
293
202
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
294
|
-
": var(--plasma-typo-body-xs-line-height);\n
|
|
295
|
-
": 0.375rem;\n ",
|
|
296
|
-
": -0.313rem;\n ",
|
|
297
|
-
": 0.125rem;\n\n ",
|
|
298
|
-
": var(--plasma-typo-body-s-font-family);\n ",
|
|
299
|
-
": var(--plasma-typo-body-s-font-size);\n ",
|
|
300
|
-
": var(--plasma-typo-body-s-font-style);\n ",
|
|
301
|
-
": var(--plasma-typo-body-s-font-weight);\n ",
|
|
302
|
-
": var(--plasma-typo-body-s-letter-spacing);\n ",
|
|
303
|
-
": var(--plasma-typo-body-s-line-height);\n\n ",
|
|
203
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
304
204
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
305
205
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
306
206
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
307
207
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
308
208
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
309
|
-
": var(--plasma-typo-body-xs-line-height);\n
|
|
209
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
310
210
|
": 0.5rem;\n ",
|
|
311
211
|
": 0.375rem;\n ",
|
|
312
|
-
": 0 0 0 0;\n ",
|
|
313
|
-
": 0.
|
|
314
|
-
": 0 0 auto auto;\n ",
|
|
315
|
-
": 0.
|
|
316
|
-
": -0.25rem;\n
|
|
212
|
+
": 0 0 0 0;\n /* stylelint-disable-next-line number-max-precision */\n ",
|
|
213
|
+
": 0.25rem auto auto -0.675rem;\n ",
|
|
214
|
+
": 0 0 auto auto;\n /* stylelint-disable-next-line number-max-precision */\n ",
|
|
215
|
+
": 0.125rem -0.625rem auto auto;\n ",
|
|
216
|
+
": -0.25rem;\n ",
|
|
217
|
+
": 1.25rem auto auto -0.875rem;\n ",
|
|
218
|
+
": 1.25rem -0.875rem auto auto;\n\n ",
|
|
317
219
|
": 0.188rem;\n ",
|
|
318
220
|
": 0.063rem;\n\n ",
|
|
319
221
|
": -0.688rem -0.5rem;\n ",
|
|
320
222
|
": 2.375rem;\n ",
|
|
321
|
-
": 0.312rem -2.813rem auto auto;\n
|
|
223
|
+
": 0.312rem -2.813rem auto auto;\n ",
|
|
224
|
+
": 0.312rem -2.188rem auto auto;\n ",
|
|
225
|
+
": 1.25rem -2.488rem auto auto;\n\n ",
|
|
322
226
|
": 0.25rem;\n ",
|
|
323
227
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
324
228
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
@@ -327,67 +231,73 @@ function _templateObject5() {
|
|
|
327
231
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
328
232
|
": var(--plasma-typo-body-xs-line-height);\n "
|
|
329
233
|
]);
|
|
330
|
-
|
|
234
|
+
_templateObject2 = function _templateObject() {
|
|
331
235
|
return data;
|
|
332
236
|
};
|
|
333
237
|
return data;
|
|
334
238
|
}
|
|
335
|
-
function
|
|
239
|
+
function _templateObject3() {
|
|
336
240
|
var data = _tagged_template_literal([
|
|
337
241
|
"\n ",
|
|
338
242
|
": 100%;\n ",
|
|
339
|
-
":
|
|
340
|
-
":
|
|
341
|
-
": 0.
|
|
342
|
-
": 0.
|
|
343
|
-
": 0.
|
|
344
|
-
":
|
|
345
|
-
":
|
|
346
|
-
": 3.
|
|
347
|
-
":
|
|
348
|
-
": 0.875rem;\n\n ",
|
|
243
|
+
": 6.812rem;\n ",
|
|
244
|
+
": 1.625rem;\n ",
|
|
245
|
+
": 0.875rem;\n /* stylelint-disable-next-line number-max-precision */\n ",
|
|
246
|
+
": 0.0625rem;\n ",
|
|
247
|
+
": 0.875rem 0.875rem 0 0;\n ",
|
|
248
|
+
": 1.063rem;\n ",
|
|
249
|
+
": 1.125rem;\n ",
|
|
250
|
+
": 3.375rem;\n ",
|
|
251
|
+
": 2.25rem;\n ",
|
|
349
252
|
": 0.75rem;\n ",
|
|
350
|
-
":
|
|
253
|
+
": 1.125rem;\n ",
|
|
351
254
|
": 0.75rem;\n ",
|
|
255
|
+
": 0.25rem;\n ",
|
|
256
|
+
": 1.125rem;\n ",
|
|
352
257
|
": 0.875rem;\n ",
|
|
353
|
-
":
|
|
354
|
-
":
|
|
258
|
+
": 1.125rem;\n ",
|
|
259
|
+
": 0rem;\n ",
|
|
260
|
+
": 1rem;\n ",
|
|
261
|
+
": 1.125rem;\n ",
|
|
262
|
+
": 1.5rem;\n ",
|
|
355
263
|
": 0.75rem;\n ",
|
|
356
|
-
":
|
|
357
|
-
": 0.5rem;\n\n ",
|
|
358
|
-
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
359
|
-
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
360
|
-
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
361
|
-
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
362
|
-
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
363
|
-
": var(--plasma-typo-body-xs-line-height);\n\n ",
|
|
364
|
-
": 0.375rem;\n ",
|
|
365
|
-
": -0.313rem;\n ",
|
|
366
|
-
": 0.125rem;\n\n ",
|
|
264
|
+
": 0.25rem;\n ",
|
|
367
265
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
368
266
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
369
267
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
370
268
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
371
269
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
372
|
-
": var(--plasma-typo-body-xs-line-height);\n
|
|
270
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
271
|
+
": 0.813rem;\n ",
|
|
272
|
+
": 0.313rem;\n ",
|
|
273
|
+
": var(--plasma-typo-body-s-font-family);\n ",
|
|
274
|
+
": var(--plasma-typo-body-s-font-size);\n ",
|
|
275
|
+
": var(--plasma-typo-body-s-font-style);\n ",
|
|
276
|
+
": var(--plasma-typo-body-s-font-weight);\n ",
|
|
277
|
+
": var(--plasma-typo-body-s-letter-spacing);\n ",
|
|
278
|
+
": var(--plasma-typo-body-s-line-height);\n ",
|
|
373
279
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
374
280
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
375
281
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
376
282
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
377
283
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
378
|
-
": var(--plasma-typo-body-xs-line-height);\n
|
|
379
|
-
": 0.
|
|
284
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
285
|
+
": 0.5rem;\n ",
|
|
380
286
|
": 0.375rem;\n ",
|
|
381
287
|
": 0 0 0 0;\n ",
|
|
382
288
|
": 0.375rem auto auto -0.675rem;\n ",
|
|
383
289
|
": 0 0 auto auto;\n ",
|
|
384
290
|
": 0.25rem -0.625rem auto auto;\n ",
|
|
385
|
-
": -0.25rem;\n
|
|
291
|
+
": -0.25rem;\n ",
|
|
292
|
+
": 1.5rem auto auto -0.875rem;\n ",
|
|
293
|
+
": 1.5rem -0.875rem auto auto;\n\n ",
|
|
386
294
|
": 0.188rem;\n ",
|
|
387
295
|
": 0.063rem;\n\n ",
|
|
388
296
|
": -0.688rem -0.5rem;\n ",
|
|
389
297
|
": 2.375rem;\n ",
|
|
390
|
-
": 0.
|
|
298
|
+
": 0.563rem -2.938rem auto auto;\n ",
|
|
299
|
+
": 0.563rem -2.188rem auto auto;\n ",
|
|
300
|
+
": 1.5rem -2.488rem auto auto;\n\n ",
|
|
391
301
|
": 0.25rem;\n ",
|
|
392
302
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
393
303
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
@@ -396,67 +306,74 @@ function _templateObject6() {
|
|
|
396
306
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
397
307
|
": var(--plasma-typo-body-xs-line-height);\n "
|
|
398
308
|
]);
|
|
399
|
-
|
|
309
|
+
_templateObject3 = function _templateObject() {
|
|
400
310
|
return data;
|
|
401
311
|
};
|
|
402
312
|
return data;
|
|
403
313
|
}
|
|
404
|
-
function
|
|
314
|
+
function _templateObject4() {
|
|
405
315
|
var data = _tagged_template_literal([
|
|
406
316
|
"\n ",
|
|
407
317
|
": 100%;\n ",
|
|
408
|
-
":
|
|
409
|
-
":
|
|
410
|
-
":
|
|
411
|
-
": 0.
|
|
412
|
-
":
|
|
413
|
-
":
|
|
414
|
-
":
|
|
415
|
-
":
|
|
416
|
-
":
|
|
417
|
-
": 0.
|
|
418
|
-
":
|
|
419
|
-
": 0.
|
|
420
|
-
": 0.
|
|
421
|
-
":
|
|
422
|
-
":
|
|
423
|
-
":
|
|
424
|
-
": 0.5rem;\n ",
|
|
425
|
-
": 1rem;\n\n ",
|
|
426
|
-
": 0.375rem;\n\n ",
|
|
427
|
-
": var(--plasma-typo-body-xxs-font-family);\n ",
|
|
428
|
-
": var(--plasma-typo-body-xxs-font-size);\n ",
|
|
429
|
-
": var(--plasma-typo-body-xxs-font-style);\n ",
|
|
430
|
-
": var(--plasma-typo-body-xxs-font-weight);\n ",
|
|
431
|
-
": var(--plasma-typo-body-xxs-letter-spacing);\n ",
|
|
432
|
-
": var(--plasma-typo-body-xxs-line-height);\n\n ",
|
|
318
|
+
": 6.812rem;\n ",
|
|
319
|
+
": 1.625rem;\n ",
|
|
320
|
+
": 1rem;\n /* stylelint-disable-next-line number-max-precision */\n ",
|
|
321
|
+
": 0.0625rem;\n ",
|
|
322
|
+
": 1rem 1rem 0 0;\n ",
|
|
323
|
+
": 1.313rem;\n ",
|
|
324
|
+
": 1.25rem;\n ",
|
|
325
|
+
": 3.5rem;\n ",
|
|
326
|
+
": 2.5rem;\n ",
|
|
327
|
+
": 0.75rem;\n ",
|
|
328
|
+
": 1.25rem;\n ",
|
|
329
|
+
": 0.75rem;\n ",
|
|
330
|
+
": 0.25rem;\n ",
|
|
331
|
+
": 1.25rem;\n ",
|
|
332
|
+
": 0.875rem;\n ",
|
|
333
|
+
": 1.25rem;\n ",
|
|
433
334
|
": 0rem;\n ",
|
|
434
|
-
":
|
|
435
|
-
":
|
|
335
|
+
": 1.25rem;\n ",
|
|
336
|
+
": 1.25rem;\n ",
|
|
337
|
+
": 1.5rem;\n ",
|
|
338
|
+
": 0.75rem;\n ",
|
|
339
|
+
": 0.25rem;\n ",
|
|
436
340
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
437
341
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
438
342
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
439
343
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
440
344
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
441
|
-
": var(--plasma-typo-body-xs-line-height);\n
|
|
345
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
346
|
+
": 0.813rem;\n ",
|
|
347
|
+
": -0.313rem;\n ",
|
|
348
|
+
": 0.25rem;\n ",
|
|
349
|
+
": var(--plasma-typo-body-m-font-family);\n ",
|
|
350
|
+
": var(--plasma-typo-body-m-font-size);\n ",
|
|
351
|
+
": var(--plasma-typo-body-m-font-style);\n ",
|
|
352
|
+
": var(--plasma-typo-body-m-font-weight);\n ",
|
|
353
|
+
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
|
354
|
+
": var(--plasma-typo-body-m-line-height);\n ",
|
|
442
355
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
443
356
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
444
357
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
445
358
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
446
359
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
447
|
-
": var(--plasma-typo-body-xs-line-height);\n
|
|
448
|
-
": 0.
|
|
360
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
361
|
+
": 0.5rem;\n ",
|
|
449
362
|
": 0.375rem;\n ",
|
|
450
363
|
": 0 0 0 0;\n ",
|
|
451
|
-
": 0.
|
|
364
|
+
": 0.5rem auto auto -0.675rem;\n ",
|
|
452
365
|
": 0 0 auto auto;\n ",
|
|
453
|
-
": 0.
|
|
454
|
-
": -0.25rem;\n
|
|
366
|
+
": 0.25rem -0.625rem auto auto;\n ",
|
|
367
|
+
": -0.25rem;\n ",
|
|
368
|
+
": 1.5rem auto auto -0.875rem;\n ",
|
|
369
|
+
": 1.5rem -0.875rem auto auto;\n\n ",
|
|
455
370
|
": 0.188rem;\n ",
|
|
456
371
|
": 0.063rem;\n\n ",
|
|
457
|
-
": -0.
|
|
372
|
+
": -0.688rem -0.5rem;\n ",
|
|
458
373
|
": 2.375rem;\n ",
|
|
459
|
-
":
|
|
374
|
+
": 0.751rem -2.938rem auto auto;\n ",
|
|
375
|
+
": 0.751rem -2.188rem auto auto;\n ",
|
|
376
|
+
": 1.5rem -2.488rem auto auto;\n\n ",
|
|
460
377
|
": 0.25rem;\n ",
|
|
461
378
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
462
379
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
@@ -465,6 +382,132 @@ function _templateObject7() {
|
|
|
465
382
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
466
383
|
": var(--plasma-typo-body-xs-line-height);\n "
|
|
467
384
|
]);
|
|
385
|
+
_templateObject4 = function _templateObject() {
|
|
386
|
+
return data;
|
|
387
|
+
};
|
|
388
|
+
return data;
|
|
389
|
+
}
|
|
390
|
+
function _templateObject5() {
|
|
391
|
+
var data = _tagged_template_literal([
|
|
392
|
+
"\n ",
|
|
393
|
+
": var(--outline-clear);\n ",
|
|
394
|
+
": var(--outline-solid-secondary);\n ",
|
|
395
|
+
": var(--outline-clear);\n ",
|
|
396
|
+
": var(--surface-transparent-card);\n ",
|
|
397
|
+
": var(--surface-transparent-card-hover);\n ",
|
|
398
|
+
": var(--surface-transparent-card-active);\n ",
|
|
399
|
+
": var(--surface-transparent-card);\n ",
|
|
400
|
+
": var(--text-primary);\n ",
|
|
401
|
+
": var(--text-primary);\n ",
|
|
402
|
+
": var(--text-primary);\n ",
|
|
403
|
+
": var(--text-primary);\n ",
|
|
404
|
+
": var(--text-accent);\n ",
|
|
405
|
+
": var(--text-secondary);\n ",
|
|
406
|
+
": var(--text-tertiary);\n ",
|
|
407
|
+
": var(--text-secondary);\n ",
|
|
408
|
+
": var(--text-tertiary);\n ",
|
|
409
|
+
": var(--text-secondary);\n ",
|
|
410
|
+
": var(--text-secondary);\n ",
|
|
411
|
+
": var(--surface-negative);\n ",
|
|
412
|
+
": var(--text-tertiary);\n ",
|
|
413
|
+
": var(--text-secondary);\n\n ",
|
|
414
|
+
": var(--surface-transparent-tertiary);\n ",
|
|
415
|
+
": var(--surface-transparent-tertiary-hover);\n ",
|
|
416
|
+
": var(--surface-transparent-tertiary-active);\n ",
|
|
417
|
+
": var(--surface-transparent-primary);\n ",
|
|
418
|
+
": var(--surface-transparent-primary-active);\n ",
|
|
419
|
+
": var(--surface-transparent-primary-hover);\n\n ",
|
|
420
|
+
": var(--surface-transparent-tertiary);\n ",
|
|
421
|
+
": var(--text-secondary);\n ",
|
|
422
|
+
": var(--surface-accent);\n ",
|
|
423
|
+
": var(--text-secondary);\n ",
|
|
424
|
+
": var(--text-secondary);\n ",
|
|
425
|
+
": var(--shadow-down-soft-s);\n "
|
|
426
|
+
]);
|
|
427
|
+
_templateObject5 = function _templateObject() {
|
|
428
|
+
return data;
|
|
429
|
+
};
|
|
430
|
+
return data;
|
|
431
|
+
}
|
|
432
|
+
function _templateObject6() {
|
|
433
|
+
var data = _tagged_template_literal([
|
|
434
|
+
"\n ",
|
|
435
|
+
": var(--outline-warning-minor);\n ",
|
|
436
|
+
": var(--outline-warning-minor-active);\n ",
|
|
437
|
+
": var(--outline-warning-minor-hover);\n ",
|
|
438
|
+
": var(--surface-transparent-card);\n ",
|
|
439
|
+
": var(--surface-transparent-card-hover);\n ",
|
|
440
|
+
": var(--surface-transparent-card-active);\n ",
|
|
441
|
+
": var(--surface-transparent-card);\n ",
|
|
442
|
+
": var(--text-primary);\n ",
|
|
443
|
+
": color-mix(in oklab, var(--text-warning) 70%, transparent);\n ",
|
|
444
|
+
": color-mix(in oklab, var(--text-warning) 70%, transparent);\n ",
|
|
445
|
+
": var(--text-secondary);\n ",
|
|
446
|
+
": color-mix(in oklab, var(--text-warning) 70%, transparent);\n ",
|
|
447
|
+
": var(--text-accent);\n ",
|
|
448
|
+
": var(--text-secondary);\n ",
|
|
449
|
+
": var(--text-tertiary);\n ",
|
|
450
|
+
": var(--text-tertiary);\n ",
|
|
451
|
+
": color-mix(in oklab, var(--text-warning) 70%, transparent);\n ",
|
|
452
|
+
": var(--text-secondary);\n ",
|
|
453
|
+
": var(--surface-negative);\n ",
|
|
454
|
+
": var(--text-tertiary);\n ",
|
|
455
|
+
": var(--text-secondary);\n\n ",
|
|
456
|
+
": var(--surface-transparent-tertiary);\n ",
|
|
457
|
+
": var(--surface-transparent-tertiary-hover);\n ",
|
|
458
|
+
": var(--surface-transparent-tertiary-active);\n ",
|
|
459
|
+
": var(--surface-transparent-primary);\n ",
|
|
460
|
+
": var(--surface-transparent-primary-active);\n ",
|
|
461
|
+
": var(--surface-transparent-primary-hover);\n\n ",
|
|
462
|
+
": var(--surface-warning);\n ",
|
|
463
|
+
": var(--surface-warning);\n ",
|
|
464
|
+
": var(--surface-accent);\n ",
|
|
465
|
+
": var(--text-secondary);\n ",
|
|
466
|
+
": var(--text-secondary);\n ",
|
|
467
|
+
": var(--shadow-down-soft-s);\n "
|
|
468
|
+
]);
|
|
469
|
+
_templateObject6 = function _templateObject() {
|
|
470
|
+
return data;
|
|
471
|
+
};
|
|
472
|
+
return data;
|
|
473
|
+
}
|
|
474
|
+
function _templateObject7() {
|
|
475
|
+
var data = _tagged_template_literal([
|
|
476
|
+
"\n ",
|
|
477
|
+
": var(--outline-negative-minor);\n ",
|
|
478
|
+
": var(--outline-negative-minor-active);\n ",
|
|
479
|
+
": var(--outline-negative-minor-hover);\n ",
|
|
480
|
+
": var(--surface-transparent-card);\n ",
|
|
481
|
+
": var(--surface-transparent-card-hover);\n ",
|
|
482
|
+
": var(--surface-transparent-card-active);\n ",
|
|
483
|
+
": var(--surface-transparent-card);\n ",
|
|
484
|
+
": var(--text-primary);\n ",
|
|
485
|
+
": color-mix(in oklab, var(--text-negative) 70%, transparent);\n ",
|
|
486
|
+
": color-mix(in oklab, var(--text-negative) 70%, transparent);\n ",
|
|
487
|
+
": var(--text-secondary);\n ",
|
|
488
|
+
": color-mix(in oklab, var(--text-negative) 70%, transparent);\n ",
|
|
489
|
+
": var(--text-accent);\n ",
|
|
490
|
+
": var(--text-secondary);\n ",
|
|
491
|
+
": var(--text-tertiary);\n ",
|
|
492
|
+
": var(--text-tertiary);\n ",
|
|
493
|
+
": color-mix(in oklab, var(--text-negative) 70%, transparent);\n ",
|
|
494
|
+
": var(--text-secondary);\n ",
|
|
495
|
+
": var(--surface-negative);\n ",
|
|
496
|
+
": var(--text-tertiary);\n ",
|
|
497
|
+
": var(--text-secondary);\n\n ",
|
|
498
|
+
": var(--surface-transparent-tertiary);\n ",
|
|
499
|
+
": var(--surface-transparent-tertiary-hover);\n ",
|
|
500
|
+
": var(--surface-transparent-tertiary-active);\n ",
|
|
501
|
+
": var(--surface-transparent-primary);\n ",
|
|
502
|
+
": var(--surface-transparent-primary-active);\n ",
|
|
503
|
+
": var(--surface-transparent-primary-hover);\n\n ",
|
|
504
|
+
": var(--surface-negative);\n ",
|
|
505
|
+
": var(--surface-negative);\n ",
|
|
506
|
+
": var(--surface-accent);\n ",
|
|
507
|
+
": var(--text-secondary);\n ",
|
|
508
|
+
": var(--text-secondary);\n ",
|
|
509
|
+
": var(--shadow-down-soft-s);\n "
|
|
510
|
+
]);
|
|
468
511
|
_templateObject7 = function _templateObject() {
|
|
469
512
|
return data;
|
|
470
513
|
};
|
|
@@ -588,40 +631,40 @@ function _templateObject13() {
|
|
|
588
631
|
};
|
|
589
632
|
return data;
|
|
590
633
|
}
|
|
591
|
-
import { css, textAreaTokens
|
|
634
|
+
import { css, textAreaTokens } from '@salutejs/plasma-new-hope/styled-components';
|
|
592
635
|
export var config = {
|
|
593
636
|
defaults: {
|
|
594
637
|
view: 'default',
|
|
595
638
|
focused: 'true'
|
|
596
639
|
},
|
|
597
640
|
variations: {
|
|
598
|
-
view: {
|
|
599
|
-
default: css(_templateObject(), tokens.borderColor, tokens.borderColorFocus, tokens.borderColorHover, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorActive, tokens.backgroundColorFocus, tokens.labelOuterColor, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.indicatorColor, tokens.optionalColor, tokens.scrollbarThumbBackgroundColor, tokens.scrollbarThumbBackgroundColorHover, tokens.scrollbarThumbBackgroundColorActive, tokens.scrollbarTrackBackgroundColor, tokens.scrollbarTrackBackgroundColorActive, tokens.scrollbarTrackBackgroundColorHover, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.titleCaptionColor, tokens.hintIconColor, tokens.boxShadow),
|
|
600
|
-
warning: css(_templateObject1(), tokens.borderColor, tokens.borderColorFocus, tokens.borderColorHover, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorActive, tokens.backgroundColorFocus, tokens.labelOuterColor, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.indicatorColor, tokens.optionalColor, tokens.scrollbarThumbBackgroundColor, tokens.scrollbarThumbBackgroundColorHover, tokens.scrollbarThumbBackgroundColorActive, tokens.scrollbarTrackBackgroundColor, tokens.scrollbarTrackBackgroundColorActive, tokens.scrollbarTrackBackgroundColorHover, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.titleCaptionColor, tokens.hintIconColor, tokens.boxShadow),
|
|
601
|
-
negative: css(_templateObject2(), tokens.borderColor, tokens.borderColorFocus, tokens.borderColorHover, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorActive, tokens.backgroundColorFocus, tokens.labelOuterColor, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.indicatorColor, tokens.optionalColor, tokens.scrollbarThumbBackgroundColor, tokens.scrollbarThumbBackgroundColorHover, tokens.scrollbarThumbBackgroundColorActive, tokens.scrollbarTrackBackgroundColor, tokens.scrollbarTrackBackgroundColorActive, tokens.scrollbarTrackBackgroundColorHover, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.titleCaptionColor, tokens.hintIconColor, tokens.boxShadow)
|
|
602
|
-
},
|
|
603
641
|
size: {
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
m: css(
|
|
607
|
-
|
|
608
|
-
|
|
642
|
+
xs: css(_templateObject(), textAreaTokens.inputWidth, textAreaTokens.inputHeight, textAreaTokens.inputMinHeight, textAreaTokens.borderRadius, textAreaTokens.borderSize, textAreaTokens.borderRadiusWithHelpers, textAreaTokens.inputPaddingTop, textAreaTokens.inputPaddingRight, textAreaTokens.inputPaddingRightWithRightContent, textAreaTokens.clearInputPaddingRightWithRightContent, textAreaTokens.inputPaddingBottom, textAreaTokens.inputPaddingLeft, textAreaTokens.helpersPaddingTop, textAreaTokens.clearHelpersPaddingTop, textAreaTokens.helpersPaddingRight, textAreaTokens.helpersPaddingBottom, textAreaTokens.helpersPaddingLeft, textAreaTokens.helpersOffset, textAreaTokens.rightContentTop, textAreaTokens.rightContentRight, textAreaTokens.rightContentHeight, textAreaTokens.labelMarginBottom, textAreaTokens.clearLabelMarginBottom, textAreaTokens.labelInnerFontFamily, textAreaTokens.labelInnerFontSize, textAreaTokens.labelInnerFontStyle, textAreaTokens.labelInnerFontWeight, textAreaTokens.labelInnerLetterSpacing, textAreaTokens.labelInnerLineHeight, textAreaTokens.labelInnerTop, textAreaTokens.labelInnerMarginBottom, textAreaTokens.inputFontFamily, textAreaTokens.inputFontSize, textAreaTokens.inputFontStyle, textAreaTokens.inputFontWeight, textAreaTokens.inputLetterSpacing, textAreaTokens.inputLineHeight, textAreaTokens.helpersFontFamily, textAreaTokens.helpersFontSize, textAreaTokens.helpersFontStyle, textAreaTokens.helpersFontWeight, textAreaTokens.helpersLetterSpacing, textAreaTokens.helpersLineHeight, textAreaTokens.indicatorSizeInner, textAreaTokens.indicatorSizeOuter, textAreaTokens.indicatorLabelPlacementInner, textAreaTokens.indicatorLabelPlacementOuter, textAreaTokens.indicatorLabelPlacementInnerRight, textAreaTokens.indicatorLabelPlacementOuterRight, textAreaTokens.indicatorLabelPlacementHintOuterRight, textAreaTokens.clearIndicatorLabelPlacementInner, textAreaTokens.clearIndicatorLabelPlacementInnerRight, textAreaTokens.scrollbarWidth, textAreaTokens.scrollbarBorderWidth, textAreaTokens.hintMargin, textAreaTokens.hintTargetSize, textAreaTokens.hintInnerLabelPlacementOffset, textAreaTokens.clearHintInnerLabelPlacementOffset, textAreaTokens.clearIndicatorHintInnerRight, textAreaTokens.titleCaptionInnerLabelOffset, textAreaTokens.titleCaptionFontFamily, textAreaTokens.titleCaptionFontSize, textAreaTokens.titleCaptionFontStyle, textAreaTokens.titleCaptionFontWeight, textAreaTokens.titleCaptionLetterSpacing, textAreaTokens.titleCaptionLineHeight),
|
|
643
|
+
s: css(_templateObject1(), textAreaTokens.inputWidth, textAreaTokens.inputHeight, textAreaTokens.inputMinHeight, textAreaTokens.borderRadius, textAreaTokens.borderSize, textAreaTokens.borderRadiusWithHelpers, textAreaTokens.inputPaddingTop, textAreaTokens.inputPaddingRight, textAreaTokens.inputPaddingRightWithRightContent, textAreaTokens.clearInputPaddingRightWithRightContent, textAreaTokens.inputPaddingBottom, textAreaTokens.inputPaddingLeft, textAreaTokens.helpersPaddingTop, textAreaTokens.clearHelpersPaddingTop, textAreaTokens.helpersPaddingRight, textAreaTokens.helpersPaddingBottom, textAreaTokens.helpersPaddingLeft, textAreaTokens.helpersOffset, textAreaTokens.rightContentTop, textAreaTokens.rightContentRight, textAreaTokens.rightContentHeight, textAreaTokens.labelMarginBottom, textAreaTokens.clearLabelMarginBottom, textAreaTokens.labelInnerFontFamily, textAreaTokens.labelInnerFontSize, textAreaTokens.labelInnerFontStyle, textAreaTokens.labelInnerFontWeight, textAreaTokens.labelInnerLetterSpacing, textAreaTokens.labelInnerLineHeight, textAreaTokens.labelInnerTop, textAreaTokens.labelInnerTopHelper, textAreaTokens.labelInnerMarginBottom, textAreaTokens.inputFontFamily, textAreaTokens.inputFontSize, textAreaTokens.inputFontStyle, textAreaTokens.inputFontWeight, textAreaTokens.inputLetterSpacing, textAreaTokens.inputLineHeight, textAreaTokens.helpersFontFamily, textAreaTokens.helpersFontSize, textAreaTokens.helpersFontStyle, textAreaTokens.helpersFontWeight, textAreaTokens.helpersLetterSpacing, textAreaTokens.helpersLineHeight, textAreaTokens.indicatorSizeInner, textAreaTokens.indicatorSizeOuter, textAreaTokens.indicatorLabelPlacementInner, textAreaTokens.indicatorLabelPlacementOuter, textAreaTokens.indicatorLabelPlacementInnerRight, textAreaTokens.indicatorLabelPlacementOuterRight, textAreaTokens.indicatorLabelPlacementHintOuterRight, textAreaTokens.clearIndicatorLabelPlacementInner, textAreaTokens.clearIndicatorLabelPlacementInnerRight, textAreaTokens.scrollbarWidth, textAreaTokens.scrollbarBorderWidth, textAreaTokens.hintCustomIconTargetSize, textAreaTokens.hintMargin, textAreaTokens.hintTargetSize, textAreaTokens.hintInnerLabelPlacementOffset, textAreaTokens.clearHintInnerLabelPlacementOffset, textAreaTokens.clearIndicatorHintInnerRight, textAreaTokens.titleCaptionInnerLabelOffset, textAreaTokens.titleCaptionFontFamily, textAreaTokens.titleCaptionFontSize, textAreaTokens.titleCaptionFontStyle, textAreaTokens.titleCaptionFontWeight, textAreaTokens.titleCaptionLetterSpacing, textAreaTokens.titleCaptionLineHeight),
|
|
644
|
+
m: css(_templateObject2(), textAreaTokens.inputWidth, textAreaTokens.inputHeight, textAreaTokens.inputMinHeight, textAreaTokens.borderRadius, textAreaTokens.borderSize, textAreaTokens.borderRadiusWithHelpers, textAreaTokens.inputPaddingTop, textAreaTokens.inputPaddingRight, textAreaTokens.inputPaddingRightWithRightContent, textAreaTokens.clearInputPaddingRightWithRightContent, textAreaTokens.inputPaddingBottom, textAreaTokens.inputPaddingLeft, textAreaTokens.helpersPaddingTop, textAreaTokens.clearHelpersPaddingTop, textAreaTokens.helpersPaddingRight, textAreaTokens.helpersPaddingBottom, textAreaTokens.helpersPaddingLeft, textAreaTokens.helpersOffset, textAreaTokens.rightContentTop, textAreaTokens.rightContentRight, textAreaTokens.rightContentHeight, textAreaTokens.labelMarginBottom, textAreaTokens.clearLabelMarginBottom, textAreaTokens.labelInnerFontFamily, textAreaTokens.labelInnerFontSize, textAreaTokens.labelInnerFontStyle, textAreaTokens.labelInnerFontWeight, textAreaTokens.labelInnerLetterSpacing, textAreaTokens.labelInnerLineHeight, textAreaTokens.labelInnerTop, textAreaTokens.labelInnerTopHelper, textAreaTokens.labelInnerMarginBottom, textAreaTokens.inputFontFamily, textAreaTokens.inputFontSize, textAreaTokens.inputFontStyle, textAreaTokens.inputFontWeight, textAreaTokens.inputLetterSpacing, textAreaTokens.inputLineHeight, textAreaTokens.helpersFontFamily, textAreaTokens.helpersFontSize, textAreaTokens.helpersFontStyle, textAreaTokens.helpersFontWeight, textAreaTokens.helpersLetterSpacing, textAreaTokens.helpersLineHeight, textAreaTokens.indicatorSizeInner, textAreaTokens.indicatorSizeOuter, textAreaTokens.indicatorLabelPlacementInner, textAreaTokens.indicatorLabelPlacementOuter, textAreaTokens.indicatorLabelPlacementInnerRight, textAreaTokens.indicatorLabelPlacementOuterRight, textAreaTokens.indicatorLabelPlacementHintOuterRight, textAreaTokens.clearIndicatorLabelPlacementInner, textAreaTokens.clearIndicatorLabelPlacementInnerRight, textAreaTokens.scrollbarWidth, textAreaTokens.scrollbarBorderWidth, textAreaTokens.hintMargin, textAreaTokens.hintTargetSize, textAreaTokens.hintInnerLabelPlacementOffset, textAreaTokens.clearHintInnerLabelPlacementOffset, textAreaTokens.clearIndicatorHintInnerRight, textAreaTokens.titleCaptionInnerLabelOffset, textAreaTokens.titleCaptionFontFamily, textAreaTokens.titleCaptionFontSize, textAreaTokens.titleCaptionFontStyle, textAreaTokens.titleCaptionFontWeight, textAreaTokens.titleCaptionLetterSpacing, textAreaTokens.titleCaptionLineHeight),
|
|
645
|
+
l: css(_templateObject3(), textAreaTokens.inputWidth, textAreaTokens.inputHeight, textAreaTokens.inputMinHeight, textAreaTokens.borderRadius, textAreaTokens.borderSize, textAreaTokens.borderRadiusWithHelpers, textAreaTokens.inputPaddingTop, textAreaTokens.inputPaddingRight, textAreaTokens.inputPaddingRightWithRightContent, textAreaTokens.clearInputPaddingRightWithRightContent, textAreaTokens.inputPaddingBottom, textAreaTokens.inputPaddingLeft, textAreaTokens.helpersPaddingTop, textAreaTokens.clearHelpersPaddingTop, textAreaTokens.helpersPaddingRight, textAreaTokens.helpersPaddingBottom, textAreaTokens.helpersPaddingLeft, textAreaTokens.helpersOffset, textAreaTokens.rightContentTop, textAreaTokens.rightContentRight, textAreaTokens.rightContentHeight, textAreaTokens.labelMarginBottom, textAreaTokens.clearLabelMarginBottom, textAreaTokens.labelInnerFontFamily, textAreaTokens.labelInnerFontSize, textAreaTokens.labelInnerFontStyle, textAreaTokens.labelInnerFontWeight, textAreaTokens.labelInnerLetterSpacing, textAreaTokens.labelInnerLineHeight, textAreaTokens.labelInnerTop, textAreaTokens.labelInnerMarginBottom, textAreaTokens.inputFontFamily, textAreaTokens.inputFontSize, textAreaTokens.inputFontStyle, textAreaTokens.inputFontWeight, textAreaTokens.inputLetterSpacing, textAreaTokens.inputLineHeight, textAreaTokens.helpersFontFamily, textAreaTokens.helpersFontSize, textAreaTokens.helpersFontStyle, textAreaTokens.helpersFontWeight, textAreaTokens.helpersLetterSpacing, textAreaTokens.helpersLineHeight, textAreaTokens.indicatorSizeInner, textAreaTokens.indicatorSizeOuter, textAreaTokens.indicatorLabelPlacementInner, textAreaTokens.indicatorLabelPlacementOuter, textAreaTokens.indicatorLabelPlacementInnerRight, textAreaTokens.indicatorLabelPlacementOuterRight, textAreaTokens.indicatorLabelPlacementHintOuterRight, textAreaTokens.clearIndicatorLabelPlacementInner, textAreaTokens.clearIndicatorLabelPlacementInnerRight, textAreaTokens.scrollbarWidth, textAreaTokens.scrollbarBorderWidth, textAreaTokens.hintMargin, textAreaTokens.hintTargetSize, textAreaTokens.hintInnerLabelPlacementOffset, textAreaTokens.clearHintInnerLabelPlacementOffset, textAreaTokens.clearIndicatorHintInnerRight, textAreaTokens.titleCaptionInnerLabelOffset, textAreaTokens.titleCaptionFontFamily, textAreaTokens.titleCaptionFontSize, textAreaTokens.titleCaptionFontStyle, textAreaTokens.titleCaptionFontWeight, textAreaTokens.titleCaptionLetterSpacing, textAreaTokens.titleCaptionLineHeight),
|
|
646
|
+
xl: css(_templateObject4(), textAreaTokens.inputWidth, textAreaTokens.inputHeight, textAreaTokens.inputMinHeight, textAreaTokens.borderRadius, textAreaTokens.borderSize, textAreaTokens.borderRadiusWithHelpers, textAreaTokens.inputPaddingTop, textAreaTokens.inputPaddingRight, textAreaTokens.inputPaddingRightWithRightContent, textAreaTokens.clearInputPaddingRightWithRightContent, textAreaTokens.inputPaddingBottom, textAreaTokens.inputPaddingLeft, textAreaTokens.helpersPaddingTop, textAreaTokens.clearHelpersPaddingTop, textAreaTokens.helpersPaddingRight, textAreaTokens.helpersPaddingBottom, textAreaTokens.helpersPaddingLeft, textAreaTokens.helpersOffset, textAreaTokens.rightContentTop, textAreaTokens.rightContentRight, textAreaTokens.rightContentHeight, textAreaTokens.labelMarginBottom, textAreaTokens.clearLabelMarginBottom, textAreaTokens.labelInnerFontFamily, textAreaTokens.labelInnerFontSize, textAreaTokens.labelInnerFontStyle, textAreaTokens.labelInnerFontWeight, textAreaTokens.labelInnerLetterSpacing, textAreaTokens.labelInnerLineHeight, textAreaTokens.labelInnerTop, textAreaTokens.labelInnerTopHelper, textAreaTokens.labelInnerMarginBottom, textAreaTokens.inputFontFamily, textAreaTokens.inputFontSize, textAreaTokens.inputFontStyle, textAreaTokens.inputFontWeight, textAreaTokens.inputLetterSpacing, textAreaTokens.inputLineHeight, textAreaTokens.helpersFontFamily, textAreaTokens.helpersFontSize, textAreaTokens.helpersFontStyle, textAreaTokens.helpersFontWeight, textAreaTokens.helpersLetterSpacing, textAreaTokens.helpersLineHeight, textAreaTokens.indicatorSizeInner, textAreaTokens.indicatorSizeOuter, textAreaTokens.indicatorLabelPlacementInner, textAreaTokens.indicatorLabelPlacementOuter, textAreaTokens.indicatorLabelPlacementInnerRight, textAreaTokens.indicatorLabelPlacementOuterRight, textAreaTokens.indicatorLabelPlacementHintOuterRight, textAreaTokens.clearIndicatorLabelPlacementInner, textAreaTokens.clearIndicatorLabelPlacementInnerRight, textAreaTokens.scrollbarWidth, textAreaTokens.scrollbarBorderWidth, textAreaTokens.hintMargin, textAreaTokens.hintTargetSize, textAreaTokens.hintInnerLabelPlacementOffset, textAreaTokens.clearHintInnerLabelPlacementOffset, textAreaTokens.clearIndicatorHintInnerRight, textAreaTokens.titleCaptionInnerLabelOffset, textAreaTokens.titleCaptionFontFamily, textAreaTokens.titleCaptionFontSize, textAreaTokens.titleCaptionFontStyle, textAreaTokens.titleCaptionFontWeight, textAreaTokens.titleCaptionLetterSpacing, textAreaTokens.titleCaptionLineHeight)
|
|
647
|
+
},
|
|
648
|
+
view: {
|
|
649
|
+
default: css(_templateObject5(), textAreaTokens.borderColor, textAreaTokens.borderColorFocus, textAreaTokens.borderColorHover, textAreaTokens.backgroundColor, textAreaTokens.backgroundColorHover, textAreaTokens.backgroundColorActive, textAreaTokens.backgroundColorFocus, textAreaTokens.labelOuterColor, textAreaTokens.inputColor, textAreaTokens.clearInputColor, textAreaTokens.inputColorFocus, textAreaTokens.inputCaretColor, textAreaTokens.placeholderColor, textAreaTokens.placeholderColorFocus, textAreaTokens.clearPlaceholderColor, textAreaTokens.clearPlaceholderColorFocus, textAreaTokens.leftHelperColor, textAreaTokens.rightHelperColor, textAreaTokens.indicatorColor, textAreaTokens.optionalColor, textAreaTokens.rightContentColor, textAreaTokens.scrollbarThumbBackgroundColor, textAreaTokens.scrollbarThumbBackgroundColorHover, textAreaTokens.scrollbarThumbBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColor, textAreaTokens.scrollbarTrackBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColorHover, textAreaTokens.dividerColor, textAreaTokens.dividerColorHover, textAreaTokens.dividerColorFocus, textAreaTokens.titleCaptionColor, textAreaTokens.hintIconColor, textAreaTokens.boxShadow),
|
|
650
|
+
warning: css(_templateObject6(), textAreaTokens.borderColor, textAreaTokens.borderColorFocus, textAreaTokens.borderColorHover, textAreaTokens.backgroundColor, textAreaTokens.backgroundColorHover, textAreaTokens.backgroundColorActive, textAreaTokens.backgroundColorFocus, textAreaTokens.labelOuterColor, textAreaTokens.inputColor, textAreaTokens.clearInputColor, textAreaTokens.clearPlaceholderColor, textAreaTokens.inputColorFocus, textAreaTokens.inputCaretColor, textAreaTokens.placeholderColor, textAreaTokens.placeholderColorFocus, textAreaTokens.clearPlaceholderColorFocus, textAreaTokens.leftHelperColor, textAreaTokens.rightHelperColor, textAreaTokens.indicatorColor, textAreaTokens.optionalColor, textAreaTokens.rightContentColor, textAreaTokens.scrollbarThumbBackgroundColor, textAreaTokens.scrollbarThumbBackgroundColorHover, textAreaTokens.scrollbarThumbBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColor, textAreaTokens.scrollbarTrackBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColorHover, textAreaTokens.dividerColor, textAreaTokens.dividerColorHover, textAreaTokens.dividerColorFocus, textAreaTokens.titleCaptionColor, textAreaTokens.hintIconColor, textAreaTokens.boxShadow),
|
|
651
|
+
negative: css(_templateObject7(), textAreaTokens.borderColor, textAreaTokens.borderColorFocus, textAreaTokens.borderColorHover, textAreaTokens.backgroundColor, textAreaTokens.backgroundColorHover, textAreaTokens.backgroundColorActive, textAreaTokens.backgroundColorFocus, textAreaTokens.labelOuterColor, textAreaTokens.inputColor, textAreaTokens.clearInputColor, textAreaTokens.clearPlaceholderColor, textAreaTokens.inputColorFocus, textAreaTokens.inputCaretColor, textAreaTokens.placeholderColor, textAreaTokens.placeholderColorFocus, textAreaTokens.clearPlaceholderColorFocus, textAreaTokens.leftHelperColor, textAreaTokens.rightHelperColor, textAreaTokens.indicatorColor, textAreaTokens.optionalColor, textAreaTokens.rightContentColor, textAreaTokens.scrollbarThumbBackgroundColor, textAreaTokens.scrollbarThumbBackgroundColorHover, textAreaTokens.scrollbarThumbBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColor, textAreaTokens.scrollbarTrackBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColorHover, textAreaTokens.dividerColor, textAreaTokens.dividerColorHover, textAreaTokens.dividerColorFocus, textAreaTokens.titleCaptionColor, textAreaTokens.hintIconColor, textAreaTokens.boxShadow)
|
|
609
652
|
},
|
|
610
653
|
hintView: {
|
|
611
|
-
default: css(_templateObject8(),
|
|
654
|
+
default: css(_templateObject8(), textAreaTokens.tooltipBackgroundColor, textAreaTokens.tooltipBoxShadow, textAreaTokens.tooltipColor, textAreaTokens.tooltipArrowBackground)
|
|
612
655
|
},
|
|
613
656
|
hintSize: {
|
|
614
|
-
m: css(_templateObject9(),
|
|
615
|
-
s: css(_templateObject10(),
|
|
657
|
+
m: css(_templateObject9(), textAreaTokens.tooltipPaddingTop, textAreaTokens.tooltipPaddingRight, textAreaTokens.tooltipPaddingBottom, textAreaTokens.tooltipPaddingLeft, textAreaTokens.tooltipMinHeight, textAreaTokens.tooltipBorderRadius, textAreaTokens.tooltipTextFontFamily, textAreaTokens.tooltipTextFontSize, textAreaTokens.tooltipTextFontStyle, textAreaTokens.tooltipTextFontWeight, textAreaTokens.tooltipTextFontLetterSpacing, textAreaTokens.tooltipTextFontLineHeight, textAreaTokens.tooltipContentLeftMargin, textAreaTokens.tooltipArrowMaskWidth, textAreaTokens.tooltipArrowMaskHeight, textAreaTokens.tooltipArrowMaskImage, textAreaTokens.tooltipArrowHeight, textAreaTokens.tooltipArrowEdgeMargin),
|
|
658
|
+
s: css(_templateObject10(), textAreaTokens.tooltipPaddingTop, textAreaTokens.tooltipPaddingRight, textAreaTokens.tooltipPaddingBottom, textAreaTokens.tooltipPaddingLeft, textAreaTokens.tooltipMinHeight, textAreaTokens.tooltipBorderRadius, textAreaTokens.tooltipTextFontFamily, textAreaTokens.tooltipTextFontSize, textAreaTokens.tooltipTextFontStyle, textAreaTokens.tooltipTextFontWeight, textAreaTokens.tooltipTextFontLetterSpacing, textAreaTokens.tooltipTextFontLineHeight, textAreaTokens.tooltipContentLeftMargin, textAreaTokens.tooltipArrowMaskWidth, textAreaTokens.tooltipArrowMaskHeight, textAreaTokens.tooltipArrowMaskImage, textAreaTokens.tooltipArrowHeight, textAreaTokens.tooltipArrowEdgeMargin)
|
|
616
659
|
},
|
|
617
660
|
clear: {
|
|
618
661
|
true: css(_templateObject11())
|
|
619
662
|
},
|
|
620
663
|
disabled: {
|
|
621
|
-
true: css(_templateObject12(),
|
|
664
|
+
true: css(_templateObject12(), textAreaTokens.borderColor, textAreaTokens.borderColorHover, textAreaTokens.borderColorFocus, textAreaTokens.leftHelperColor, textAreaTokens.disabledOpacity, textAreaTokens.inputColorDisabled, textAreaTokens.dividerColorReadOnly, textAreaTokens.titleCaptionColorReadOnly, textAreaTokens.boxShadow)
|
|
622
665
|
},
|
|
623
666
|
readOnly: {
|
|
624
|
-
true: css(_templateObject13(),
|
|
667
|
+
true: css(_templateObject13(), textAreaTokens.readOnlyOpacity, textAreaTokens.contentSlotRightOpacityReadOnly, textAreaTokens.backgroundColorReadOnly, textAreaTokens.inputColorReadOnly, textAreaTokens.leftHelperColor, textAreaTokens.inputBackgroundColor, textAreaTokens.helpersBackgroundColor, textAreaTokens.borderColor, textAreaTokens.borderColorHover, textAreaTokens.borderColorFocus, textAreaTokens.inputColor, textAreaTokens.inputColorFocus, textAreaTokens.placeholderColorFocus, textAreaTokens.labelOuterColor, textAreaTokens.boxShadow)
|
|
625
668
|
}
|
|
626
669
|
}
|
|
627
670
|
};
|