@synergy-design-system/tokens 2.21.0 → 2.23.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/CHANGELOG.md +14 -0
- package/README.md +231 -9
- package/dist/js/index.d.ts +517 -522
- package/dist/js/index.js +259 -264
- package/dist/scss/_tokens.scss +203 -204
- package/dist/themes/dark.css +204 -207
- package/dist/themes/light.css +204 -207
- package/dist/themes/sick2018_dark.css +268 -0
- package/dist/themes/sick2018_light.css +268 -0
- package/dist/themes/sick2025_dark.css +268 -0
- package/dist/themes/sick2025_light.css +268 -0
- package/package.json +20 -8
- package/src/figma-variables/output/sick2018-dark.json +1183 -0
- package/src/figma-variables/output/sick2018-light.json +1183 -0
- package/src/figma-variables/output/sick2025-dark.json +1183 -0
- package/src/figma-variables/output/sick2025-light.json +1183 -0
package/dist/js/index.d.ts
CHANGED
|
@@ -1,1299 +1,1294 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.
|
|
2
|
+
* @synergy-design-system/tokens version 2.22.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
* Maps to the css variable `--syn-
|
|
8
|
-
*/
|
|
9
|
-
export const SynFontSizeXSmall: string;
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* Maps to the css variable `--syn-font-size-small`
|
|
7
|
+
* Maps to the css variable `--syn-border-radius-circle`
|
|
13
8
|
*/
|
|
14
|
-
export const
|
|
9
|
+
export const SynBorderRadiusCircle: string;
|
|
15
10
|
|
|
16
11
|
/**
|
|
17
|
-
* Maps to the css variable `--syn-
|
|
12
|
+
* Maps to the css variable `--syn-border-radius-large`
|
|
18
13
|
*/
|
|
19
|
-
export const
|
|
14
|
+
export const SynBorderRadiusLarge: string;
|
|
20
15
|
|
|
21
16
|
/**
|
|
22
|
-
* Maps to the css variable `--syn-
|
|
17
|
+
* Maps to the css variable `--syn-border-radius-medium`
|
|
23
18
|
*/
|
|
24
|
-
export const
|
|
19
|
+
export const SynBorderRadiusMedium: string;
|
|
25
20
|
|
|
26
21
|
/**
|
|
27
|
-
* Maps to the css variable `--syn-
|
|
22
|
+
* Maps to the css variable `--syn-border-radius-none`
|
|
28
23
|
*/
|
|
29
|
-
export const
|
|
24
|
+
export const SynBorderRadiusNone: string;
|
|
30
25
|
|
|
31
26
|
/**
|
|
32
|
-
* Maps to the css variable `--syn-
|
|
27
|
+
* Maps to the css variable `--syn-border-radius-pill`
|
|
33
28
|
*/
|
|
34
|
-
export const
|
|
29
|
+
export const SynBorderRadiusPill: string;
|
|
35
30
|
|
|
36
31
|
/**
|
|
37
|
-
* Maps to the css variable `--syn-
|
|
32
|
+
* Maps to the css variable `--syn-border-radius-small`
|
|
38
33
|
*/
|
|
39
|
-
export const
|
|
34
|
+
export const SynBorderRadiusSmall: string;
|
|
40
35
|
|
|
41
36
|
/**
|
|
42
|
-
* Maps to the css variable `--syn-
|
|
37
|
+
* Maps to the css variable `--syn-border-radius-x-large`
|
|
43
38
|
*/
|
|
44
|
-
export const
|
|
39
|
+
export const SynBorderRadiusXLarge: string;
|
|
45
40
|
|
|
46
41
|
/**
|
|
47
|
-
* Maps to the css variable `--syn-
|
|
42
|
+
* Maps to the css variable `--syn-border-width-large`
|
|
48
43
|
*/
|
|
49
|
-
export const
|
|
44
|
+
export const SynBorderWidthLarge: string;
|
|
50
45
|
|
|
51
46
|
/**
|
|
52
|
-
* Maps to the css variable `--syn-
|
|
47
|
+
* Maps to the css variable `--syn-border-width-medium`
|
|
53
48
|
*/
|
|
54
|
-
export const
|
|
49
|
+
export const SynBorderWidthMedium: string;
|
|
55
50
|
|
|
56
51
|
/**
|
|
57
|
-
* Maps to the css variable `--syn-
|
|
52
|
+
* Maps to the css variable `--syn-border-width-none`
|
|
58
53
|
*/
|
|
59
|
-
export const
|
|
54
|
+
export const SynBorderWidthNone: string;
|
|
60
55
|
|
|
61
56
|
/**
|
|
62
|
-
* Maps to the css variable `--syn-
|
|
57
|
+
* Maps to the css variable `--syn-border-width-small`
|
|
63
58
|
*/
|
|
64
|
-
export const
|
|
59
|
+
export const SynBorderWidthSmall: string;
|
|
65
60
|
|
|
66
61
|
/**
|
|
67
|
-
* Maps to the css variable `--syn-
|
|
62
|
+
* Maps to the css variable `--syn-border-width-x-large`
|
|
68
63
|
*/
|
|
69
|
-
export const
|
|
64
|
+
export const SynBorderWidthXLarge: string;
|
|
70
65
|
|
|
71
66
|
/**
|
|
72
|
-
* Maps to the css variable `--syn-
|
|
67
|
+
* Maps to the css variable `--syn-button-font-size-large`
|
|
73
68
|
*/
|
|
74
|
-
export const
|
|
69
|
+
export const SynButtonFontSizeLarge: string;
|
|
75
70
|
|
|
76
71
|
/**
|
|
77
|
-
* Maps to the css variable `--syn-
|
|
72
|
+
* Maps to the css variable `--syn-button-font-size-medium`
|
|
78
73
|
*/
|
|
79
|
-
export const
|
|
74
|
+
export const SynButtonFontSizeMedium: string;
|
|
80
75
|
|
|
81
76
|
/**
|
|
82
|
-
* Maps to the css variable `--syn-
|
|
77
|
+
* Maps to the css variable `--syn-button-font-size-small`
|
|
83
78
|
*/
|
|
84
|
-
export const
|
|
79
|
+
export const SynButtonFontSizeSmall: string;
|
|
85
80
|
|
|
86
81
|
/**
|
|
87
|
-
* Maps to the css variable `--syn-
|
|
82
|
+
* Maps to the css variable `--syn-color-accent-50`
|
|
88
83
|
*/
|
|
89
|
-
export const
|
|
84
|
+
export const SynColorAccent50: string;
|
|
90
85
|
|
|
91
86
|
/**
|
|
92
|
-
* Maps to the css variable `--syn-
|
|
87
|
+
* Maps to the css variable `--syn-color-accent-100`
|
|
93
88
|
*/
|
|
94
|
-
export const
|
|
89
|
+
export const SynColorAccent100: string;
|
|
95
90
|
|
|
96
91
|
/**
|
|
97
|
-
* Maps to the css variable `--syn-
|
|
92
|
+
* Maps to the css variable `--syn-color-accent-200`
|
|
98
93
|
*/
|
|
99
|
-
export const
|
|
94
|
+
export const SynColorAccent200: string;
|
|
100
95
|
|
|
101
96
|
/**
|
|
102
|
-
* Maps to the css variable `--syn-
|
|
97
|
+
* Maps to the css variable `--syn-color-accent-300`
|
|
103
98
|
*/
|
|
104
|
-
export const
|
|
99
|
+
export const SynColorAccent300: string;
|
|
105
100
|
|
|
106
101
|
/**
|
|
107
|
-
* Maps to the css variable `--syn-
|
|
102
|
+
* Maps to the css variable `--syn-color-accent-400`
|
|
108
103
|
*/
|
|
109
|
-
export const
|
|
104
|
+
export const SynColorAccent400: string;
|
|
110
105
|
|
|
111
106
|
/**
|
|
112
|
-
* Maps to the css variable `--syn-
|
|
107
|
+
* Maps to the css variable `--syn-color-accent-500`
|
|
113
108
|
*/
|
|
114
|
-
export const
|
|
109
|
+
export const SynColorAccent500: string;
|
|
115
110
|
|
|
116
111
|
/**
|
|
117
|
-
* Maps to the css variable `--syn-
|
|
112
|
+
* Maps to the css variable `--syn-color-accent-600`
|
|
118
113
|
*/
|
|
119
|
-
export const
|
|
114
|
+
export const SynColorAccent600: string;
|
|
120
115
|
|
|
121
116
|
/**
|
|
122
|
-
* Maps to the css variable `--syn-
|
|
117
|
+
* Maps to the css variable `--syn-color-accent-700`
|
|
123
118
|
*/
|
|
124
|
-
export const
|
|
119
|
+
export const SynColorAccent700: string;
|
|
125
120
|
|
|
126
121
|
/**
|
|
127
|
-
* Maps to the css variable `--syn-
|
|
122
|
+
* Maps to the css variable `--syn-color-accent-800`
|
|
128
123
|
*/
|
|
129
|
-
export const
|
|
124
|
+
export const SynColorAccent800: string;
|
|
130
125
|
|
|
131
126
|
/**
|
|
132
|
-
* Maps to the css variable `--syn-
|
|
127
|
+
* Maps to the css variable `--syn-color-accent-900`
|
|
133
128
|
*/
|
|
134
|
-
export const
|
|
129
|
+
export const SynColorAccent900: string;
|
|
135
130
|
|
|
136
131
|
/**
|
|
137
|
-
* Maps to the css variable `--syn-
|
|
132
|
+
* Maps to the css variable `--syn-color-accent-950`
|
|
138
133
|
*/
|
|
139
|
-
export const
|
|
134
|
+
export const SynColorAccent950: string;
|
|
140
135
|
|
|
141
136
|
/**
|
|
142
|
-
* Maps to the css variable `--syn-
|
|
137
|
+
* Maps to the css variable `--syn-color-error-50`
|
|
143
138
|
*/
|
|
144
|
-
export const
|
|
139
|
+
export const SynColorError50: string;
|
|
145
140
|
|
|
146
141
|
/**
|
|
147
|
-
* Maps to the css variable `--syn-
|
|
142
|
+
* Maps to the css variable `--syn-color-error-100`
|
|
148
143
|
*/
|
|
149
|
-
export const
|
|
144
|
+
export const SynColorError100: string;
|
|
150
145
|
|
|
151
146
|
/**
|
|
152
|
-
* Maps to the css variable `--syn-
|
|
147
|
+
* Maps to the css variable `--syn-color-error-200`
|
|
153
148
|
*/
|
|
154
|
-
export const
|
|
149
|
+
export const SynColorError200: string;
|
|
155
150
|
|
|
156
151
|
/**
|
|
157
|
-
* Maps to the css variable `--syn-
|
|
152
|
+
* Maps to the css variable `--syn-color-error-300`
|
|
158
153
|
*/
|
|
159
|
-
export const
|
|
154
|
+
export const SynColorError300: string;
|
|
160
155
|
|
|
161
156
|
/**
|
|
162
|
-
* Maps to the css variable `--syn-
|
|
157
|
+
* Maps to the css variable `--syn-color-error-400`
|
|
163
158
|
*/
|
|
164
|
-
export const
|
|
159
|
+
export const SynColorError400: string;
|
|
165
160
|
|
|
166
161
|
/**
|
|
167
|
-
* Maps to the css variable `--syn-
|
|
162
|
+
* Maps to the css variable `--syn-color-error-500`
|
|
168
163
|
*/
|
|
169
|
-
export const
|
|
164
|
+
export const SynColorError500: string;
|
|
170
165
|
|
|
171
166
|
/**
|
|
172
|
-
* Maps to the css variable `--syn-
|
|
167
|
+
* Maps to the css variable `--syn-color-error-600`
|
|
173
168
|
*/
|
|
174
|
-
export const
|
|
169
|
+
export const SynColorError600: string;
|
|
175
170
|
|
|
176
171
|
/**
|
|
177
|
-
* Maps to the css variable `--syn-
|
|
172
|
+
* Maps to the css variable `--syn-color-error-700`
|
|
178
173
|
*/
|
|
179
|
-
export const
|
|
174
|
+
export const SynColorError700: string;
|
|
180
175
|
|
|
181
176
|
/**
|
|
182
|
-
* Maps to the css variable `--syn-
|
|
177
|
+
* Maps to the css variable `--syn-color-error-800`
|
|
183
178
|
*/
|
|
184
|
-
export const
|
|
179
|
+
export const SynColorError800: string;
|
|
185
180
|
|
|
186
181
|
/**
|
|
187
|
-
* Maps to the css variable `--syn-
|
|
182
|
+
* Maps to the css variable `--syn-color-error-900`
|
|
188
183
|
*/
|
|
189
|
-
export const
|
|
184
|
+
export const SynColorError900: string;
|
|
190
185
|
|
|
191
186
|
/**
|
|
192
|
-
* Maps to the css variable `--syn-
|
|
187
|
+
* Maps to the css variable `--syn-color-error-950`
|
|
193
188
|
*/
|
|
194
|
-
export const
|
|
189
|
+
export const SynColorError950: string;
|
|
195
190
|
|
|
196
191
|
/**
|
|
197
|
-
* Maps to the css variable `--syn-
|
|
192
|
+
* Maps to the css variable `--syn-color-neutral-0`
|
|
198
193
|
*/
|
|
199
|
-
export const
|
|
194
|
+
export const SynColorNeutral0: string;
|
|
200
195
|
|
|
201
196
|
/**
|
|
202
|
-
* Maps to the css variable `--syn-
|
|
197
|
+
* Maps to the css variable `--syn-color-neutral-50`
|
|
203
198
|
*/
|
|
204
|
-
export const
|
|
199
|
+
export const SynColorNeutral50: string;
|
|
205
200
|
|
|
206
201
|
/**
|
|
207
|
-
* Maps to the css variable `--syn-
|
|
202
|
+
* Maps to the css variable `--syn-color-neutral-100`
|
|
208
203
|
*/
|
|
209
|
-
export const
|
|
204
|
+
export const SynColorNeutral100: string;
|
|
210
205
|
|
|
211
206
|
/**
|
|
212
|
-
* Maps to the css variable `--syn-
|
|
207
|
+
* Maps to the css variable `--syn-color-neutral-200`
|
|
213
208
|
*/
|
|
214
|
-
export const
|
|
209
|
+
export const SynColorNeutral200: string;
|
|
215
210
|
|
|
216
211
|
/**
|
|
217
|
-
* Maps to the css variable `--syn-
|
|
212
|
+
* Maps to the css variable `--syn-color-neutral-300`
|
|
218
213
|
*/
|
|
219
|
-
export const
|
|
214
|
+
export const SynColorNeutral300: string;
|
|
220
215
|
|
|
221
216
|
/**
|
|
222
|
-
* Maps to the css variable `--syn-
|
|
217
|
+
* Maps to the css variable `--syn-color-neutral-400`
|
|
223
218
|
*/
|
|
224
|
-
export const
|
|
219
|
+
export const SynColorNeutral400: string;
|
|
225
220
|
|
|
226
221
|
/**
|
|
227
|
-
* Maps to the css variable `--syn-
|
|
222
|
+
* Maps to the css variable `--syn-color-neutral-500`
|
|
228
223
|
*/
|
|
229
|
-
export const
|
|
224
|
+
export const SynColorNeutral500: string;
|
|
230
225
|
|
|
231
226
|
/**
|
|
232
|
-
* Maps to the css variable `--syn-
|
|
227
|
+
* Maps to the css variable `--syn-color-neutral-600`
|
|
233
228
|
*/
|
|
234
|
-
export const
|
|
229
|
+
export const SynColorNeutral600: string;
|
|
235
230
|
|
|
236
231
|
/**
|
|
237
|
-
* Maps to the css variable `--syn-
|
|
232
|
+
* Maps to the css variable `--syn-color-neutral-700`
|
|
238
233
|
*/
|
|
239
|
-
export const
|
|
234
|
+
export const SynColorNeutral700: string;
|
|
240
235
|
|
|
241
236
|
/**
|
|
242
|
-
* Maps to the css variable `--syn-
|
|
237
|
+
* Maps to the css variable `--syn-color-neutral-800`
|
|
243
238
|
*/
|
|
244
|
-
export const
|
|
239
|
+
export const SynColorNeutral800: string;
|
|
245
240
|
|
|
246
241
|
/**
|
|
247
|
-
* Maps to the css variable `--syn-
|
|
242
|
+
* Maps to the css variable `--syn-color-neutral-900`
|
|
248
243
|
*/
|
|
249
|
-
export const
|
|
244
|
+
export const SynColorNeutral900: string;
|
|
250
245
|
|
|
251
246
|
/**
|
|
252
|
-
* Maps to the css variable `--syn-
|
|
247
|
+
* Maps to the css variable `--syn-color-neutral-950`
|
|
253
248
|
*/
|
|
254
|
-
export const
|
|
249
|
+
export const SynColorNeutral950: string;
|
|
255
250
|
|
|
256
251
|
/**
|
|
257
|
-
* Maps to the css variable `--syn-
|
|
252
|
+
* Maps to the css variable `--syn-color-neutral-1000`
|
|
258
253
|
*/
|
|
259
|
-
export const
|
|
254
|
+
export const SynColorNeutral1000: string;
|
|
260
255
|
|
|
261
256
|
/**
|
|
262
|
-
* Maps to the css variable `--syn-
|
|
257
|
+
* Maps to the css variable `--syn-color-primary-50`
|
|
263
258
|
*/
|
|
264
|
-
export const
|
|
259
|
+
export const SynColorPrimary50: string;
|
|
265
260
|
|
|
266
261
|
/**
|
|
267
|
-
* Maps to the css variable `--syn-
|
|
262
|
+
* Maps to the css variable `--syn-color-primary-100`
|
|
268
263
|
*/
|
|
269
|
-
export const
|
|
264
|
+
export const SynColorPrimary100: string;
|
|
270
265
|
|
|
271
266
|
/**
|
|
272
|
-
* Maps to the css variable `--syn-
|
|
267
|
+
* Maps to the css variable `--syn-color-primary-200`
|
|
273
268
|
*/
|
|
274
|
-
export const
|
|
269
|
+
export const SynColorPrimary200: string;
|
|
275
270
|
|
|
276
271
|
/**
|
|
277
|
-
* Maps to the css variable `--syn-
|
|
272
|
+
* Maps to the css variable `--syn-color-primary-300`
|
|
278
273
|
*/
|
|
279
|
-
export const
|
|
274
|
+
export const SynColorPrimary300: string;
|
|
280
275
|
|
|
281
276
|
/**
|
|
282
|
-
* Maps to the css variable `--syn-
|
|
277
|
+
* Maps to the css variable `--syn-color-primary-400`
|
|
283
278
|
*/
|
|
284
|
-
export const
|
|
279
|
+
export const SynColorPrimary400: string;
|
|
285
280
|
|
|
286
281
|
/**
|
|
287
|
-
* Maps to the css variable `--syn-
|
|
282
|
+
* Maps to the css variable `--syn-color-primary-500`
|
|
288
283
|
*/
|
|
289
|
-
export const
|
|
284
|
+
export const SynColorPrimary500: string;
|
|
290
285
|
|
|
291
286
|
/**
|
|
292
|
-
* Maps to the css variable `--syn-
|
|
287
|
+
* Maps to the css variable `--syn-color-primary-600`
|
|
293
288
|
*/
|
|
294
|
-
export const
|
|
289
|
+
export const SynColorPrimary600: string;
|
|
295
290
|
|
|
296
291
|
/**
|
|
297
|
-
* Maps to the css variable `--syn-
|
|
292
|
+
* Maps to the css variable `--syn-color-primary-700`
|
|
298
293
|
*/
|
|
299
|
-
export const
|
|
294
|
+
export const SynColorPrimary700: string;
|
|
300
295
|
|
|
301
296
|
/**
|
|
302
|
-
* Maps to the css variable `--syn-
|
|
297
|
+
* Maps to the css variable `--syn-color-primary-800`
|
|
303
298
|
*/
|
|
304
|
-
export const
|
|
299
|
+
export const SynColorPrimary800: string;
|
|
305
300
|
|
|
306
301
|
/**
|
|
307
|
-
* Maps to the css variable `--syn-
|
|
302
|
+
* Maps to the css variable `--syn-color-primary-900`
|
|
308
303
|
*/
|
|
309
|
-
export const
|
|
304
|
+
export const SynColorPrimary900: string;
|
|
310
305
|
|
|
311
306
|
/**
|
|
312
|
-
* Maps to the css variable `--syn-
|
|
307
|
+
* Maps to the css variable `--syn-color-primary-950`
|
|
313
308
|
*/
|
|
314
|
-
export const
|
|
309
|
+
export const SynColorPrimary950: string;
|
|
315
310
|
|
|
316
311
|
/**
|
|
317
|
-
* Maps to the css variable `--syn-
|
|
312
|
+
* Maps to the css variable `--syn-color-success-50`
|
|
318
313
|
*/
|
|
319
|
-
export const
|
|
314
|
+
export const SynColorSuccess50: string;
|
|
320
315
|
|
|
321
316
|
/**
|
|
322
|
-
* Maps to the css variable `--syn-
|
|
317
|
+
* Maps to the css variable `--syn-color-success-100`
|
|
323
318
|
*/
|
|
324
|
-
export const
|
|
319
|
+
export const SynColorSuccess100: string;
|
|
325
320
|
|
|
326
321
|
/**
|
|
327
|
-
* Maps to the css variable `--syn-
|
|
322
|
+
* Maps to the css variable `--syn-color-success-200`
|
|
328
323
|
*/
|
|
329
|
-
export const
|
|
324
|
+
export const SynColorSuccess200: string;
|
|
330
325
|
|
|
331
326
|
/**
|
|
332
|
-
* Maps to the css variable `--syn-
|
|
327
|
+
* Maps to the css variable `--syn-color-success-300`
|
|
333
328
|
*/
|
|
334
|
-
export const
|
|
329
|
+
export const SynColorSuccess300: string;
|
|
335
330
|
|
|
336
331
|
/**
|
|
337
|
-
* Maps to the css variable `--syn-
|
|
332
|
+
* Maps to the css variable `--syn-color-success-400`
|
|
338
333
|
*/
|
|
339
|
-
export const
|
|
334
|
+
export const SynColorSuccess400: string;
|
|
340
335
|
|
|
341
336
|
/**
|
|
342
|
-
* Maps to the css variable `--syn-
|
|
337
|
+
* Maps to the css variable `--syn-color-success-500`
|
|
343
338
|
*/
|
|
344
|
-
export const
|
|
339
|
+
export const SynColorSuccess500: string;
|
|
345
340
|
|
|
346
341
|
/**
|
|
347
|
-
* Maps to the css variable `--syn-
|
|
342
|
+
* Maps to the css variable `--syn-color-success-600`
|
|
348
343
|
*/
|
|
349
|
-
export const
|
|
344
|
+
export const SynColorSuccess600: string;
|
|
350
345
|
|
|
351
346
|
/**
|
|
352
|
-
* Maps to the css variable `--syn-
|
|
347
|
+
* Maps to the css variable `--syn-color-success-700`
|
|
353
348
|
*/
|
|
354
|
-
export const
|
|
349
|
+
export const SynColorSuccess700: string;
|
|
355
350
|
|
|
356
351
|
/**
|
|
357
|
-
* Maps to the css variable `--syn-
|
|
352
|
+
* Maps to the css variable `--syn-color-success-800`
|
|
358
353
|
*/
|
|
359
|
-
export const
|
|
354
|
+
export const SynColorSuccess800: string;
|
|
360
355
|
|
|
361
356
|
/**
|
|
362
|
-
* Maps to the css variable `--syn-
|
|
357
|
+
* Maps to the css variable `--syn-color-success-900`
|
|
363
358
|
*/
|
|
364
|
-
export const
|
|
359
|
+
export const SynColorSuccess900: string;
|
|
365
360
|
|
|
366
361
|
/**
|
|
367
|
-
* Maps to the css variable `--syn-
|
|
362
|
+
* Maps to the css variable `--syn-color-success-950`
|
|
368
363
|
*/
|
|
369
|
-
export const
|
|
364
|
+
export const SynColorSuccess950: string;
|
|
370
365
|
|
|
371
366
|
/**
|
|
372
|
-
* Maps to the css variable `--syn-
|
|
367
|
+
* Maps to the css variable `--syn-color-warning-50`
|
|
373
368
|
*/
|
|
374
|
-
export const
|
|
369
|
+
export const SynColorWarning50: string;
|
|
375
370
|
|
|
376
371
|
/**
|
|
377
|
-
* Maps to the css variable `--syn-
|
|
372
|
+
* Maps to the css variable `--syn-color-warning-100`
|
|
378
373
|
*/
|
|
379
|
-
export const
|
|
374
|
+
export const SynColorWarning100: string;
|
|
380
375
|
|
|
381
376
|
/**
|
|
382
|
-
* Maps to the css variable `--syn-
|
|
377
|
+
* Maps to the css variable `--syn-color-warning-200`
|
|
383
378
|
*/
|
|
384
|
-
export const
|
|
379
|
+
export const SynColorWarning200: string;
|
|
385
380
|
|
|
386
381
|
/**
|
|
387
|
-
* Maps to the css variable `--syn-
|
|
382
|
+
* Maps to the css variable `--syn-color-warning-300`
|
|
388
383
|
*/
|
|
389
|
-
export const
|
|
384
|
+
export const SynColorWarning300: string;
|
|
390
385
|
|
|
391
386
|
/**
|
|
392
|
-
* Maps to the css variable `--syn-
|
|
387
|
+
* Maps to the css variable `--syn-color-warning-400`
|
|
393
388
|
*/
|
|
394
|
-
export const
|
|
389
|
+
export const SynColorWarning400: string;
|
|
395
390
|
|
|
396
391
|
/**
|
|
397
|
-
* Maps to the css variable `--syn-
|
|
392
|
+
* Maps to the css variable `--syn-color-warning-500`
|
|
398
393
|
*/
|
|
399
|
-
export const
|
|
394
|
+
export const SynColorWarning500: string;
|
|
400
395
|
|
|
401
396
|
/**
|
|
402
|
-
* Maps to the css variable `--syn-
|
|
397
|
+
* Maps to the css variable `--syn-color-warning-600`
|
|
403
398
|
*/
|
|
404
|
-
export const
|
|
399
|
+
export const SynColorWarning600: string;
|
|
405
400
|
|
|
406
401
|
/**
|
|
407
|
-
* Maps to the css variable `--syn-
|
|
402
|
+
* Maps to the css variable `--syn-color-warning-700`
|
|
408
403
|
*/
|
|
409
|
-
export const
|
|
404
|
+
export const SynColorWarning700: string;
|
|
410
405
|
|
|
411
406
|
/**
|
|
412
|
-
* Maps to the css variable `--syn-
|
|
407
|
+
* Maps to the css variable `--syn-color-warning-800`
|
|
413
408
|
*/
|
|
414
|
-
export const
|
|
409
|
+
export const SynColorWarning800: string;
|
|
415
410
|
|
|
416
411
|
/**
|
|
417
|
-
* Maps to the css variable `--syn-
|
|
412
|
+
* Maps to the css variable `--syn-color-warning-900`
|
|
418
413
|
*/
|
|
419
|
-
export const
|
|
414
|
+
export const SynColorWarning900: string;
|
|
420
415
|
|
|
421
416
|
/**
|
|
422
|
-
* Maps to the css variable `--syn-
|
|
417
|
+
* Maps to the css variable `--syn-color-warning-950`
|
|
423
418
|
*/
|
|
424
|
-
export const
|
|
419
|
+
export const SynColorWarning950: string;
|
|
425
420
|
|
|
426
421
|
/**
|
|
427
|
-
* Maps to the css variable `--syn-
|
|
422
|
+
* Maps to the css variable `--syn-dimension-base`
|
|
428
423
|
*/
|
|
429
|
-
export const
|
|
424
|
+
export const SynDimensionBase: string;
|
|
430
425
|
|
|
431
426
|
/**
|
|
432
|
-
* Maps to the css variable `--syn-
|
|
427
|
+
* Maps to the css variable `--syn-duration-extra-fast`
|
|
433
428
|
*/
|
|
434
|
-
export const
|
|
429
|
+
export const SynDurationExtraFast: string;
|
|
435
430
|
|
|
436
431
|
/**
|
|
437
|
-
* Maps to the css variable `--syn-
|
|
432
|
+
* Maps to the css variable `--syn-duration-extra-slow`
|
|
438
433
|
*/
|
|
439
|
-
export const
|
|
434
|
+
export const SynDurationExtraSlow: string;
|
|
440
435
|
|
|
441
436
|
/**
|
|
442
|
-
* Maps to the css variable `--syn-
|
|
437
|
+
* Maps to the css variable `--syn-duration-fast`
|
|
443
438
|
*/
|
|
444
|
-
export const
|
|
439
|
+
export const SynDurationFast: string;
|
|
445
440
|
|
|
446
441
|
/**
|
|
447
|
-
* Maps to the css variable `--syn-
|
|
442
|
+
* Maps to the css variable `--syn-duration-normal`
|
|
448
443
|
*/
|
|
449
|
-
export const
|
|
444
|
+
export const SynDurationNormal: string;
|
|
450
445
|
|
|
451
446
|
/**
|
|
452
|
-
* Maps to the css variable `--syn-
|
|
447
|
+
* Maps to the css variable `--syn-duration-slow`
|
|
453
448
|
*/
|
|
454
|
-
export const
|
|
449
|
+
export const SynDurationSlow: string;
|
|
455
450
|
|
|
456
451
|
/**
|
|
457
|
-
* Maps to the css variable `--syn-
|
|
452
|
+
* Maps to the css variable `--syn-focus-ring-color`
|
|
458
453
|
*/
|
|
459
|
-
export const
|
|
454
|
+
export const SynFocusRingColor: string;
|
|
460
455
|
|
|
461
456
|
/**
|
|
462
|
-
* Maps to the css variable `--syn-
|
|
457
|
+
* Maps to the css variable `--syn-focus-ring-offset`
|
|
463
458
|
*/
|
|
464
|
-
export const
|
|
459
|
+
export const SynFocusRingOffset: string;
|
|
465
460
|
|
|
466
461
|
/**
|
|
467
|
-
* Maps to the css variable `--syn-
|
|
462
|
+
* Maps to the css variable `--syn-focus-ring-style`
|
|
468
463
|
*/
|
|
469
|
-
export const
|
|
464
|
+
export const SynFocusRingStyle: string;
|
|
470
465
|
|
|
471
466
|
/**
|
|
472
|
-
* Maps to the css variable `--syn-
|
|
467
|
+
* Maps to the css variable `--syn-focus-ring-width`
|
|
473
468
|
*/
|
|
474
|
-
export const
|
|
469
|
+
export const SynFocusRingWidth: string;
|
|
475
470
|
|
|
476
471
|
/**
|
|
477
|
-
* Maps to the css variable `--syn-
|
|
472
|
+
* Maps to the css variable `--syn-font-mono`
|
|
478
473
|
*/
|
|
479
|
-
export const
|
|
474
|
+
export const SynFontMono: string;
|
|
480
475
|
|
|
481
476
|
/**
|
|
482
|
-
* Maps to the css variable `--syn-
|
|
477
|
+
* Maps to the css variable `--syn-font-sans`
|
|
483
478
|
*/
|
|
484
|
-
export const
|
|
479
|
+
export const SynFontSans: string;
|
|
485
480
|
|
|
486
481
|
/**
|
|
487
|
-
* Maps to the css variable `--syn-
|
|
482
|
+
* Maps to the css variable `--syn-font-sans-fallback`
|
|
488
483
|
*/
|
|
489
|
-
export const
|
|
484
|
+
export const SynFontSansFallback: string;
|
|
490
485
|
|
|
491
486
|
/**
|
|
492
|
-
* Maps to the css variable `--syn-
|
|
487
|
+
* Maps to the css variable `--syn-font-serif`
|
|
493
488
|
*/
|
|
494
|
-
export const
|
|
489
|
+
export const SynFontSerif: string;
|
|
495
490
|
|
|
496
491
|
/**
|
|
497
|
-
* Maps to the css variable `--syn-
|
|
492
|
+
* Maps to the css variable `--syn-font-size-2x-large`
|
|
498
493
|
*/
|
|
499
|
-
export const
|
|
494
|
+
export const SynFontSize2xLarge: string;
|
|
500
495
|
|
|
501
496
|
/**
|
|
502
|
-
* Maps to the css variable `--syn-
|
|
497
|
+
* Maps to the css variable `--syn-font-size-2x-small`
|
|
503
498
|
*/
|
|
504
|
-
export const
|
|
499
|
+
export const SynFontSize2xSmall: string;
|
|
505
500
|
|
|
506
501
|
/**
|
|
507
|
-
* Maps to the css variable `--syn-
|
|
502
|
+
* Maps to the css variable `--syn-font-size-3x-large`
|
|
508
503
|
*/
|
|
509
|
-
export const
|
|
504
|
+
export const SynFontSize3xLarge: string;
|
|
510
505
|
|
|
511
506
|
/**
|
|
512
|
-
* Maps to the css variable `--syn-
|
|
507
|
+
* Maps to the css variable `--syn-font-size-4x-large`
|
|
513
508
|
*/
|
|
514
|
-
export const
|
|
509
|
+
export const SynFontSize4xLarge: string;
|
|
515
510
|
|
|
516
511
|
/**
|
|
517
|
-
* Maps to the css variable `--syn-
|
|
512
|
+
* Maps to the css variable `--syn-font-size-large`
|
|
518
513
|
*/
|
|
519
|
-
export const
|
|
514
|
+
export const SynFontSizeLarge: string;
|
|
520
515
|
|
|
521
516
|
/**
|
|
522
|
-
* Maps to the css variable `--syn-
|
|
517
|
+
* Maps to the css variable `--syn-font-size-medium`
|
|
523
518
|
*/
|
|
524
|
-
export const
|
|
519
|
+
export const SynFontSizeMedium: string;
|
|
525
520
|
|
|
526
521
|
/**
|
|
527
|
-
* Maps to the css variable `--syn-
|
|
522
|
+
* Maps to the css variable `--syn-font-size-small`
|
|
528
523
|
*/
|
|
529
|
-
export const
|
|
524
|
+
export const SynFontSizeSmall: string;
|
|
530
525
|
|
|
531
526
|
/**
|
|
532
|
-
* Maps to the css variable `--syn-
|
|
527
|
+
* Maps to the css variable `--syn-font-size-x-large`
|
|
533
528
|
*/
|
|
534
|
-
export const
|
|
529
|
+
export const SynFontSizeXLarge: string;
|
|
535
530
|
|
|
536
531
|
/**
|
|
537
|
-
* Maps to the css variable `--syn-
|
|
532
|
+
* Maps to the css variable `--syn-font-size-x-small`
|
|
538
533
|
*/
|
|
539
|
-
export const
|
|
534
|
+
export const SynFontSizeXSmall: string;
|
|
540
535
|
|
|
541
536
|
/**
|
|
542
|
-
* Maps to the css variable `--syn-
|
|
537
|
+
* Maps to the css variable `--syn-font-weight-bold`
|
|
543
538
|
*/
|
|
544
|
-
export const
|
|
539
|
+
export const SynFontWeightBold: string;
|
|
545
540
|
|
|
546
541
|
/**
|
|
547
|
-
* Maps to the css variable `--syn-
|
|
542
|
+
* Maps to the css variable `--syn-font-weight-light`
|
|
548
543
|
*/
|
|
549
|
-
export const
|
|
544
|
+
export const SynFontWeightLight: string;
|
|
550
545
|
|
|
551
546
|
/**
|
|
552
|
-
* Maps to the css variable `--syn-
|
|
547
|
+
* Maps to the css variable `--syn-font-weight-normal`
|
|
553
548
|
*/
|
|
554
|
-
export const
|
|
549
|
+
export const SynFontWeightNormal: string;
|
|
555
550
|
|
|
556
551
|
/**
|
|
557
|
-
* Maps to the css variable `--syn-
|
|
552
|
+
* Maps to the css variable `--syn-font-weight-semibold`
|
|
558
553
|
*/
|
|
559
|
-
export const
|
|
554
|
+
export const SynFontWeightSemibold: string;
|
|
560
555
|
|
|
561
556
|
/**
|
|
562
|
-
* Maps to the css variable `--syn-input-
|
|
557
|
+
* Maps to the css variable `--syn-input-background-color`
|
|
563
558
|
*/
|
|
564
|
-
export const
|
|
559
|
+
export const SynInputBackgroundColor: string;
|
|
565
560
|
|
|
566
561
|
/**
|
|
567
|
-
* Maps to the css variable `--syn-input-
|
|
562
|
+
* Maps to the css variable `--syn-input-background-color-disabled`
|
|
568
563
|
*/
|
|
569
|
-
export const
|
|
564
|
+
export const SynInputBackgroundColorDisabled: string;
|
|
570
565
|
|
|
571
566
|
/**
|
|
572
|
-
* Maps to the css variable `--syn-input-
|
|
567
|
+
* Maps to the css variable `--syn-input-background-color-focus`
|
|
573
568
|
*/
|
|
574
|
-
export const
|
|
569
|
+
export const SynInputBackgroundColorFocus: string;
|
|
575
570
|
|
|
576
571
|
/**
|
|
577
|
-
* Maps to the css variable `--syn-input-
|
|
572
|
+
* Maps to the css variable `--syn-input-background-color-hover`
|
|
578
573
|
*/
|
|
579
|
-
export const
|
|
574
|
+
export const SynInputBackgroundColorHover: string;
|
|
580
575
|
|
|
581
576
|
/**
|
|
582
|
-
* Maps to the css variable `--syn-input-
|
|
577
|
+
* Maps to the css variable `--syn-input-border-color`
|
|
583
578
|
*/
|
|
584
|
-
export const
|
|
579
|
+
export const SynInputBorderColor: string;
|
|
585
580
|
|
|
586
581
|
/**
|
|
587
|
-
* Maps to the css variable `--syn-input-
|
|
582
|
+
* Maps to the css variable `--syn-input-border-color-disabled`
|
|
588
583
|
*/
|
|
589
|
-
export const
|
|
584
|
+
export const SynInputBorderColorDisabled: string;
|
|
590
585
|
|
|
591
586
|
/**
|
|
592
|
-
* Maps to the css variable `--syn-input-
|
|
587
|
+
* Maps to the css variable `--syn-input-border-color-focus`
|
|
593
588
|
*/
|
|
594
|
-
export const
|
|
589
|
+
export const SynInputBorderColorFocus: string;
|
|
595
590
|
|
|
596
591
|
/**
|
|
597
|
-
* Maps to the css variable `--syn-input-
|
|
592
|
+
* Maps to the css variable `--syn-input-border-color-focus-error`
|
|
598
593
|
*/
|
|
599
|
-
export const
|
|
594
|
+
export const SynInputBorderColorFocusError: string;
|
|
600
595
|
|
|
601
596
|
/**
|
|
602
|
-
* Maps to the css variable `--syn-input-
|
|
597
|
+
* Maps to the css variable `--syn-input-border-color-hover`
|
|
603
598
|
*/
|
|
604
|
-
export const
|
|
599
|
+
export const SynInputBorderColorHover: string;
|
|
605
600
|
|
|
606
601
|
/**
|
|
607
|
-
* Maps to the css variable `--syn-input-
|
|
602
|
+
* Maps to the css variable `--syn-input-border-radius-large`
|
|
608
603
|
*/
|
|
609
|
-
export const
|
|
604
|
+
export const SynInputBorderRadiusLarge: string;
|
|
610
605
|
|
|
611
606
|
/**
|
|
612
|
-
* Maps to the css variable `--syn-
|
|
607
|
+
* Maps to the css variable `--syn-input-border-radius-medium`
|
|
613
608
|
*/
|
|
614
|
-
export const
|
|
609
|
+
export const SynInputBorderRadiusMedium: string;
|
|
615
610
|
|
|
616
611
|
/**
|
|
617
|
-
* Maps to the css variable `--syn-
|
|
612
|
+
* Maps to the css variable `--syn-input-border-radius-small`
|
|
618
613
|
*/
|
|
619
|
-
export const
|
|
614
|
+
export const SynInputBorderRadiusSmall: string;
|
|
620
615
|
|
|
621
616
|
/**
|
|
622
|
-
* Maps to the css variable `--syn-
|
|
617
|
+
* Maps to the css variable `--syn-input-border-width`
|
|
623
618
|
*/
|
|
624
|
-
export const
|
|
619
|
+
export const SynInputBorderWidth: string;
|
|
625
620
|
|
|
626
621
|
/**
|
|
627
|
-
* Maps to the css variable `--syn-
|
|
622
|
+
* Maps to the css variable `--syn-input-color`
|
|
628
623
|
*/
|
|
629
|
-
export const
|
|
624
|
+
export const SynInputColor: string;
|
|
630
625
|
|
|
631
626
|
/**
|
|
632
|
-
* Maps to the css variable `--syn-
|
|
627
|
+
* Maps to the css variable `--syn-input-color-disabled`
|
|
633
628
|
*/
|
|
634
|
-
export const
|
|
629
|
+
export const SynInputColorDisabled: string;
|
|
635
630
|
|
|
636
631
|
/**
|
|
637
|
-
* Maps to the css variable `--syn-
|
|
632
|
+
* Maps to the css variable `--syn-input-color-focus`
|
|
638
633
|
*/
|
|
639
|
-
export const
|
|
634
|
+
export const SynInputColorFocus: string;
|
|
640
635
|
|
|
641
636
|
/**
|
|
642
|
-
* Maps to the css variable `--syn-
|
|
637
|
+
* Maps to the css variable `--syn-input-color-hover`
|
|
643
638
|
*/
|
|
644
|
-
export const
|
|
639
|
+
export const SynInputColorHover: string;
|
|
645
640
|
|
|
646
641
|
/**
|
|
647
|
-
* Maps to the css variable `--syn-
|
|
642
|
+
* Maps to the css variable `--syn-input-disabled-opacity`
|
|
648
643
|
*/
|
|
649
|
-
export const
|
|
644
|
+
export const SynInputDisabledOpacity: string;
|
|
650
645
|
|
|
651
646
|
/**
|
|
652
|
-
* Maps to the css variable `--syn-
|
|
647
|
+
* Maps to the css variable `--syn-input-focus-ring-color`
|
|
653
648
|
*/
|
|
654
|
-
export const
|
|
649
|
+
export const SynInputFocusRingColor: string;
|
|
655
650
|
|
|
656
651
|
/**
|
|
657
|
-
* Maps to the css variable `--syn-
|
|
652
|
+
* Maps to the css variable `--syn-input-focus-ring-error`
|
|
658
653
|
*/
|
|
659
|
-
export const
|
|
654
|
+
export const SynInputFocusRingError: string;
|
|
660
655
|
|
|
661
656
|
/**
|
|
662
|
-
* Maps to the css variable `--syn-
|
|
657
|
+
* Maps to the css variable `--syn-input-focus-ring-offset`
|
|
663
658
|
*/
|
|
664
|
-
export const
|
|
659
|
+
export const SynInputFocusRingOffset: string;
|
|
665
660
|
|
|
666
661
|
/**
|
|
667
|
-
* Maps to the css variable `--syn-
|
|
662
|
+
* Maps to the css variable `--syn-input-font-family`
|
|
668
663
|
*/
|
|
669
|
-
export const
|
|
664
|
+
export const SynInputFontFamily: string;
|
|
670
665
|
|
|
671
666
|
/**
|
|
672
|
-
* Maps to the css variable `--syn-
|
|
667
|
+
* Maps to the css variable `--syn-input-font-size-large`
|
|
673
668
|
*/
|
|
674
|
-
export const
|
|
669
|
+
export const SynInputFontSizeLarge: string;
|
|
675
670
|
|
|
676
671
|
/**
|
|
677
|
-
* Maps to the css variable `--syn-
|
|
672
|
+
* Maps to the css variable `--syn-input-font-size-medium`
|
|
678
673
|
*/
|
|
679
|
-
export const
|
|
674
|
+
export const SynInputFontSizeMedium: string;
|
|
680
675
|
|
|
681
676
|
/**
|
|
682
|
-
* Maps to the css variable `--syn-
|
|
677
|
+
* Maps to the css variable `--syn-input-font-size-small`
|
|
683
678
|
*/
|
|
684
|
-
export const
|
|
679
|
+
export const SynInputFontSizeSmall: string;
|
|
685
680
|
|
|
686
681
|
/**
|
|
687
|
-
* Maps to the css variable `--syn-
|
|
682
|
+
* Maps to the css variable `--syn-input-font-weight`
|
|
688
683
|
*/
|
|
689
|
-
export const
|
|
684
|
+
export const SynInputFontWeight: string;
|
|
690
685
|
|
|
691
686
|
/**
|
|
692
|
-
* Maps to the css variable `--syn-
|
|
687
|
+
* Maps to the css variable `--syn-input-height-large`
|
|
693
688
|
*/
|
|
694
|
-
export const
|
|
689
|
+
export const SynInputHeightLarge: string;
|
|
695
690
|
|
|
696
691
|
/**
|
|
697
|
-
* Maps to the css variable `--syn-
|
|
692
|
+
* Maps to the css variable `--syn-input-height-medium`
|
|
698
693
|
*/
|
|
699
|
-
export const
|
|
694
|
+
export const SynInputHeightMedium: string;
|
|
700
695
|
|
|
701
696
|
/**
|
|
702
|
-
* Maps to the css variable `--syn-
|
|
697
|
+
* Maps to the css variable `--syn-input-height-small`
|
|
703
698
|
*/
|
|
704
|
-
export const
|
|
699
|
+
export const SynInputHeightSmall: string;
|
|
705
700
|
|
|
706
701
|
/**
|
|
707
|
-
* Maps to the css variable `--syn-
|
|
702
|
+
* Maps to the css variable `--syn-input-help-text-color`
|
|
708
703
|
*/
|
|
709
|
-
export const
|
|
704
|
+
export const SynInputHelpTextColor: string;
|
|
710
705
|
|
|
711
706
|
/**
|
|
712
|
-
* Maps to the css variable `--syn-
|
|
707
|
+
* Maps to the css variable `--syn-input-help-text-color-error`
|
|
713
708
|
*/
|
|
714
|
-
export const
|
|
709
|
+
export const SynInputHelpTextColorError: string;
|
|
715
710
|
|
|
716
711
|
/**
|
|
717
|
-
* Maps to the css variable `--syn-
|
|
712
|
+
* Maps to the css variable `--syn-input-help-text-font-size-large`
|
|
718
713
|
*/
|
|
719
|
-
export const
|
|
714
|
+
export const SynInputHelpTextFontSizeLarge: string;
|
|
720
715
|
|
|
721
716
|
/**
|
|
722
|
-
* Maps to the css variable `--syn-
|
|
717
|
+
* Maps to the css variable `--syn-input-help-text-font-size-medium`
|
|
723
718
|
*/
|
|
724
|
-
export const
|
|
719
|
+
export const SynInputHelpTextFontSizeMedium: string;
|
|
725
720
|
|
|
726
721
|
/**
|
|
727
|
-
* Maps to the css variable `--syn-
|
|
722
|
+
* Maps to the css variable `--syn-input-help-text-font-size-small`
|
|
728
723
|
*/
|
|
729
|
-
export const
|
|
724
|
+
export const SynInputHelpTextFontSizeSmall: string;
|
|
730
725
|
|
|
731
726
|
/**
|
|
732
|
-
* Maps to the css variable `--syn-
|
|
727
|
+
* Maps to the css variable `--syn-input-icon-color`
|
|
733
728
|
*/
|
|
734
|
-
export const
|
|
729
|
+
export const SynInputIconColor: string;
|
|
735
730
|
|
|
736
731
|
/**
|
|
737
|
-
* Maps to the css variable `--syn-
|
|
732
|
+
* Maps to the css variable `--syn-input-icon-color-focus`
|
|
738
733
|
*/
|
|
739
|
-
export const
|
|
734
|
+
export const SynInputIconColorFocus: string;
|
|
740
735
|
|
|
741
736
|
/**
|
|
742
|
-
* Maps to the css variable `--syn-
|
|
737
|
+
* Maps to the css variable `--syn-input-icon-color-hover`
|
|
743
738
|
*/
|
|
744
|
-
export const
|
|
739
|
+
export const SynInputIconColorHover: string;
|
|
745
740
|
|
|
746
741
|
/**
|
|
747
|
-
* Maps to the css variable `--syn-
|
|
742
|
+
* Maps to the css variable `--syn-input-icon-icon-clearable-color`
|
|
748
743
|
*/
|
|
749
|
-
export const
|
|
744
|
+
export const SynInputIconIconClearableColor: string;
|
|
750
745
|
|
|
751
746
|
/**
|
|
752
|
-
* Maps to the css variable `--syn-
|
|
747
|
+
* Maps to the css variable `--syn-input-icon-icon-clearable-color-focus`
|
|
753
748
|
*/
|
|
754
|
-
export const
|
|
749
|
+
export const SynInputIconIconClearableColorFocus: string;
|
|
755
750
|
|
|
756
751
|
/**
|
|
757
|
-
* Maps to the css variable `--syn-
|
|
752
|
+
* Maps to the css variable `--syn-input-icon-icon-clearable-color-hover`
|
|
758
753
|
*/
|
|
759
|
-
export const
|
|
754
|
+
export const SynInputIconIconClearableColorHover: string;
|
|
760
755
|
|
|
761
756
|
/**
|
|
762
|
-
* Maps to the css variable `--syn-
|
|
757
|
+
* Maps to the css variable `--syn-input-label-color`
|
|
763
758
|
*/
|
|
764
|
-
export const
|
|
759
|
+
export const SynInputLabelColor: string;
|
|
765
760
|
|
|
766
761
|
/**
|
|
767
|
-
* Maps to the css variable `--syn-
|
|
762
|
+
* Maps to the css variable `--syn-input-label-font-size-large`
|
|
768
763
|
*/
|
|
769
|
-
export const
|
|
764
|
+
export const SynInputLabelFontSizeLarge: string;
|
|
770
765
|
|
|
771
766
|
/**
|
|
772
|
-
* Maps to the css variable `--syn-
|
|
767
|
+
* Maps to the css variable `--syn-input-label-font-size-medium`
|
|
773
768
|
*/
|
|
774
|
-
export const
|
|
769
|
+
export const SynInputLabelFontSizeMedium: string;
|
|
775
770
|
|
|
776
771
|
/**
|
|
777
|
-
* Maps to the css variable `--syn-
|
|
772
|
+
* Maps to the css variable `--syn-input-label-font-size-small`
|
|
778
773
|
*/
|
|
779
|
-
export const
|
|
774
|
+
export const SynInputLabelFontSizeSmall: string;
|
|
780
775
|
|
|
781
776
|
/**
|
|
782
|
-
* Maps to the css variable `--syn-
|
|
777
|
+
* Maps to the css variable `--syn-input-letter-spacing`
|
|
783
778
|
*/
|
|
784
|
-
export const
|
|
779
|
+
export const SynInputLetterSpacing: string;
|
|
785
780
|
|
|
786
781
|
/**
|
|
787
|
-
* Maps to the css variable `--syn-
|
|
782
|
+
* Maps to the css variable `--syn-input-placeholder-color`
|
|
788
783
|
*/
|
|
789
|
-
export const
|
|
784
|
+
export const SynInputPlaceholderColor: string;
|
|
790
785
|
|
|
791
786
|
/**
|
|
792
|
-
* Maps to the css variable `--syn-
|
|
787
|
+
* Maps to the css variable `--syn-input-placeholder-color-disabled`
|
|
793
788
|
*/
|
|
794
|
-
export const
|
|
789
|
+
export const SynInputPlaceholderColorDisabled: string;
|
|
795
790
|
|
|
796
791
|
/**
|
|
797
|
-
* Maps to the css variable `--syn-
|
|
792
|
+
* Maps to the css variable `--syn-input-readonly-color`
|
|
798
793
|
*/
|
|
799
|
-
export const
|
|
794
|
+
export const SynInputReadonlyColor: string;
|
|
800
795
|
|
|
801
796
|
/**
|
|
802
|
-
* Maps to the css variable `--syn-
|
|
797
|
+
* Maps to the css variable `--syn-input-readonly-color-disabled`
|
|
803
798
|
*/
|
|
804
|
-
export const
|
|
799
|
+
export const SynInputReadonlyColorDisabled: string;
|
|
805
800
|
|
|
806
801
|
/**
|
|
807
|
-
* Maps to the css variable `--syn-
|
|
802
|
+
* Maps to the css variable `--syn-input-readonly-color-focus`
|
|
808
803
|
*/
|
|
809
|
-
export const
|
|
804
|
+
export const SynInputReadonlyColorFocus: string;
|
|
810
805
|
|
|
811
806
|
/**
|
|
812
|
-
* Maps to the css variable `--syn-color-
|
|
807
|
+
* Maps to the css variable `--syn-input-readonly-color-hover`
|
|
813
808
|
*/
|
|
814
|
-
export const
|
|
809
|
+
export const SynInputReadonlyColorHover: string;
|
|
815
810
|
|
|
816
811
|
/**
|
|
817
|
-
* Maps to the css variable `--syn-
|
|
812
|
+
* Maps to the css variable `--syn-input-readonly-background-color`
|
|
818
813
|
*/
|
|
819
|
-
export const
|
|
814
|
+
export const SynInputReadonlyBackgroundColor: string;
|
|
820
815
|
|
|
821
816
|
/**
|
|
822
|
-
* Maps to the css variable `--syn-color-
|
|
817
|
+
* Maps to the css variable `--syn-input-readonly-background-color-disabled`
|
|
823
818
|
*/
|
|
824
|
-
export const
|
|
819
|
+
export const SynInputReadonlyBackgroundColorDisabled: string;
|
|
825
820
|
|
|
826
821
|
/**
|
|
827
|
-
* Maps to the css variable `--syn-color-
|
|
822
|
+
* Maps to the css variable `--syn-input-readonly-background-color-focus`
|
|
828
823
|
*/
|
|
829
|
-
export const
|
|
824
|
+
export const SynInputReadonlyBackgroundColorFocus: string;
|
|
830
825
|
|
|
831
826
|
/**
|
|
832
|
-
* Maps to the css variable `--syn-color-
|
|
827
|
+
* Maps to the css variable `--syn-input-readonly-background-color-hover`
|
|
833
828
|
*/
|
|
834
|
-
export const
|
|
829
|
+
export const SynInputReadonlyBackgroundColorHover: string;
|
|
835
830
|
|
|
836
831
|
/**
|
|
837
|
-
* Maps to the css variable `--syn-
|
|
832
|
+
* Maps to the css variable `--syn-input-required-content`
|
|
838
833
|
*/
|
|
839
|
-
export const
|
|
834
|
+
export const SynInputRequiredContent: string;
|
|
840
835
|
|
|
841
836
|
/**
|
|
842
|
-
* Maps to the css variable `--syn-
|
|
837
|
+
* Maps to the css variable `--syn-input-required-content-color`
|
|
843
838
|
*/
|
|
844
|
-
export const
|
|
839
|
+
export const SynInputRequiredContentColor: string;
|
|
845
840
|
|
|
846
841
|
/**
|
|
847
|
-
* Maps to the css variable `--syn-
|
|
842
|
+
* Maps to the css variable `--syn-input-required-content-offset`
|
|
848
843
|
*/
|
|
849
|
-
export const
|
|
844
|
+
export const SynInputRequiredContentOffset: string;
|
|
850
845
|
|
|
851
846
|
/**
|
|
852
|
-
* Maps to the css variable `--syn-
|
|
847
|
+
* Maps to the css variable `--syn-input-spacing-large`
|
|
853
848
|
*/
|
|
854
|
-
export const
|
|
849
|
+
export const SynInputSpacingLarge: string;
|
|
855
850
|
|
|
856
851
|
/**
|
|
857
|
-
* Maps to the css variable `--syn-
|
|
852
|
+
* Maps to the css variable `--syn-input-spacing-medium`
|
|
858
853
|
*/
|
|
859
|
-
export const
|
|
854
|
+
export const SynInputSpacingMedium: string;
|
|
860
855
|
|
|
861
856
|
/**
|
|
862
|
-
* Maps to the css variable `--syn-
|
|
857
|
+
* Maps to the css variable `--syn-input-spacing-small`
|
|
863
858
|
*/
|
|
864
|
-
export const
|
|
859
|
+
export const SynInputSpacingSmall: string;
|
|
865
860
|
|
|
866
861
|
/**
|
|
867
|
-
* Maps to the css variable `--syn-
|
|
862
|
+
* Maps to the css variable `--syn-input-width`
|
|
868
863
|
*/
|
|
869
|
-
export const
|
|
864
|
+
export const SynInputWidth: string;
|
|
870
865
|
|
|
871
866
|
/**
|
|
872
|
-
* Maps to the css variable `--syn-
|
|
867
|
+
* Maps to the css variable `--syn-letter-spacing-dense`
|
|
873
868
|
*/
|
|
874
|
-
export const
|
|
869
|
+
export const SynLetterSpacingDense: string;
|
|
875
870
|
|
|
876
871
|
/**
|
|
877
|
-
* Maps to the css variable `--syn-
|
|
872
|
+
* Maps to the css variable `--syn-letter-spacing-denser`
|
|
878
873
|
*/
|
|
879
|
-
export const
|
|
874
|
+
export const SynLetterSpacingDenser: string;
|
|
880
875
|
|
|
881
876
|
/**
|
|
882
|
-
* Maps to the css variable `--syn-
|
|
877
|
+
* Maps to the css variable `--syn-letter-spacing-loose`
|
|
883
878
|
*/
|
|
884
|
-
export const
|
|
879
|
+
export const SynLetterSpacingLoose: string;
|
|
885
880
|
|
|
886
881
|
/**
|
|
887
|
-
* Maps to the css variable `--syn-
|
|
882
|
+
* Maps to the css variable `--syn-letter-spacing-looser`
|
|
888
883
|
*/
|
|
889
|
-
export const
|
|
884
|
+
export const SynLetterSpacingLooser: string;
|
|
890
885
|
|
|
891
886
|
/**
|
|
892
|
-
* Maps to the css variable `--syn-
|
|
887
|
+
* Maps to the css variable `--syn-letter-spacing-normal`
|
|
893
888
|
*/
|
|
894
|
-
export const
|
|
889
|
+
export const SynLetterSpacingNormal: string;
|
|
895
890
|
|
|
896
891
|
/**
|
|
897
|
-
* Maps to the css variable `--syn-
|
|
892
|
+
* Maps to the css variable `--syn-line-height-dense`
|
|
898
893
|
*/
|
|
899
|
-
export const
|
|
894
|
+
export const SynLineHeightDense: string;
|
|
900
895
|
|
|
901
896
|
/**
|
|
902
|
-
* Maps to the css variable `--syn-
|
|
897
|
+
* Maps to the css variable `--syn-line-height-denser`
|
|
903
898
|
*/
|
|
904
|
-
export const
|
|
899
|
+
export const SynLineHeightDenser: string;
|
|
905
900
|
|
|
906
901
|
/**
|
|
907
|
-
* Maps to the css variable `--syn-
|
|
902
|
+
* Maps to the css variable `--syn-line-height-loose`
|
|
908
903
|
*/
|
|
909
|
-
export const
|
|
904
|
+
export const SynLineHeightLoose: string;
|
|
910
905
|
|
|
911
906
|
/**
|
|
912
|
-
* Maps to the css variable `--syn-
|
|
907
|
+
* Maps to the css variable `--syn-line-height-looser`
|
|
913
908
|
*/
|
|
914
|
-
export const
|
|
909
|
+
export const SynLineHeightLooser: string;
|
|
915
910
|
|
|
916
911
|
/**
|
|
917
|
-
* Maps to the css variable `--syn-
|
|
912
|
+
* Maps to the css variable `--syn-line-height-normal`
|
|
918
913
|
*/
|
|
919
|
-
export const
|
|
914
|
+
export const SynLineHeightNormal: string;
|
|
920
915
|
|
|
921
916
|
/**
|
|
922
|
-
* Maps to the css variable `--syn-color
|
|
917
|
+
* Maps to the css variable `--syn-link-color`
|
|
923
918
|
*/
|
|
924
|
-
export const
|
|
919
|
+
export const SynLinkColor: string;
|
|
925
920
|
|
|
926
921
|
/**
|
|
927
|
-
* Maps to the css variable `--syn-color-
|
|
922
|
+
* Maps to the css variable `--syn-link-color-active`
|
|
928
923
|
*/
|
|
929
|
-
export const
|
|
924
|
+
export const SynLinkColorActive: string;
|
|
930
925
|
|
|
931
926
|
/**
|
|
932
|
-
* Maps to the css variable `--syn-color-
|
|
927
|
+
* Maps to the css variable `--syn-link-color-hover`
|
|
933
928
|
*/
|
|
934
|
-
export const
|
|
929
|
+
export const SynLinkColorHover: string;
|
|
935
930
|
|
|
936
931
|
/**
|
|
937
|
-
* Maps to the css variable `--syn-
|
|
932
|
+
* Maps to the css variable `--syn-link-quiet-color`
|
|
938
933
|
*/
|
|
939
|
-
export const
|
|
934
|
+
export const SynLinkQuietColor: string;
|
|
940
935
|
|
|
941
936
|
/**
|
|
942
|
-
* Maps to the css variable `--syn-color-
|
|
937
|
+
* Maps to the css variable `--syn-link-quiet-color-active`
|
|
943
938
|
*/
|
|
944
|
-
export const
|
|
939
|
+
export const SynLinkQuietColorActive: string;
|
|
945
940
|
|
|
946
941
|
/**
|
|
947
|
-
* Maps to the css variable `--syn-color-
|
|
942
|
+
* Maps to the css variable `--syn-link-quiet-color-hover`
|
|
948
943
|
*/
|
|
949
|
-
export const
|
|
944
|
+
export const SynLinkQuietColorHover: string;
|
|
950
945
|
|
|
951
946
|
/**
|
|
952
|
-
* Maps to the css variable `--syn-
|
|
947
|
+
* Maps to the css variable `--syn-opacity-50`
|
|
953
948
|
*/
|
|
954
|
-
export const
|
|
949
|
+
export const SynOpacity50: string;
|
|
955
950
|
|
|
956
951
|
/**
|
|
957
|
-
* Maps to the css variable `--syn-
|
|
952
|
+
* Maps to the css variable `--syn-overlay-background-color`
|
|
958
953
|
*/
|
|
959
|
-
export const
|
|
954
|
+
export const SynOverlayBackgroundColor: string;
|
|
960
955
|
|
|
961
956
|
/**
|
|
962
|
-
* Maps to the css variable `--syn-
|
|
957
|
+
* Maps to the css variable `--syn-panel-background-color`
|
|
963
958
|
*/
|
|
964
|
-
export const
|
|
959
|
+
export const SynPanelBackgroundColor: string;
|
|
965
960
|
|
|
966
961
|
/**
|
|
967
|
-
* Maps to the css variable `--syn-
|
|
962
|
+
* Maps to the css variable `--syn-panel-border-color`
|
|
968
963
|
*/
|
|
969
|
-
export const
|
|
964
|
+
export const SynPanelBorderColor: string;
|
|
970
965
|
|
|
971
966
|
/**
|
|
972
|
-
* Maps to the css variable `--syn-
|
|
967
|
+
* Maps to the css variable `--syn-panel-border-width`
|
|
973
968
|
*/
|
|
974
|
-
export const
|
|
969
|
+
export const SynPanelBorderWidth: string;
|
|
975
970
|
|
|
976
971
|
/**
|
|
977
|
-
* Maps to the css variable `--syn-
|
|
972
|
+
* Maps to the css variable `--syn-spacing-2x-large`
|
|
978
973
|
*/
|
|
979
|
-
export const
|
|
974
|
+
export const SynSpacing2xLarge: string;
|
|
980
975
|
|
|
981
976
|
/**
|
|
982
|
-
* Maps to the css variable `--syn-
|
|
977
|
+
* Maps to the css variable `--syn-spacing-2x-small`
|
|
983
978
|
*/
|
|
984
|
-
export const
|
|
979
|
+
export const SynSpacing2xSmall: string;
|
|
985
980
|
|
|
986
981
|
/**
|
|
987
|
-
* Maps to the css variable `--syn-
|
|
982
|
+
* Maps to the css variable `--syn-spacing-3x-large`
|
|
988
983
|
*/
|
|
989
|
-
export const
|
|
984
|
+
export const SynSpacing3xLarge: string;
|
|
990
985
|
|
|
991
986
|
/**
|
|
992
|
-
* Maps to the css variable `--syn-
|
|
987
|
+
* Maps to the css variable `--syn-spacing-3x-small`
|
|
993
988
|
*/
|
|
994
|
-
export const
|
|
989
|
+
export const SynSpacing3xSmall: string;
|
|
995
990
|
|
|
996
991
|
/**
|
|
997
|
-
* Maps to the css variable `--syn-
|
|
992
|
+
* Maps to the css variable `--syn-spacing-4x-large`
|
|
998
993
|
*/
|
|
999
|
-
export const
|
|
994
|
+
export const SynSpacing4xLarge: string;
|
|
1000
995
|
|
|
1001
996
|
/**
|
|
1002
|
-
* Maps to the css variable `--syn-
|
|
997
|
+
* Maps to the css variable `--syn-spacing-4x-small`
|
|
1003
998
|
*/
|
|
1004
|
-
export const
|
|
999
|
+
export const SynSpacing4xSmall: string;
|
|
1005
1000
|
|
|
1006
1001
|
/**
|
|
1007
|
-
* Maps to the css variable `--syn-
|
|
1002
|
+
* Maps to the css variable `--syn-spacing-5x-large`
|
|
1008
1003
|
*/
|
|
1009
|
-
export const
|
|
1004
|
+
export const SynSpacing5xLarge: string;
|
|
1010
1005
|
|
|
1011
1006
|
/**
|
|
1012
|
-
* Maps to the css variable `--syn-
|
|
1007
|
+
* Maps to the css variable `--syn-spacing-large`
|
|
1013
1008
|
*/
|
|
1014
|
-
export const
|
|
1009
|
+
export const SynSpacingLarge: string;
|
|
1015
1010
|
|
|
1016
1011
|
/**
|
|
1017
|
-
* Maps to the css variable `--syn-
|
|
1012
|
+
* Maps to the css variable `--syn-spacing-medium`
|
|
1018
1013
|
*/
|
|
1019
|
-
export const
|
|
1014
|
+
export const SynSpacingMedium: string;
|
|
1020
1015
|
|
|
1021
1016
|
/**
|
|
1022
|
-
* Maps to the css variable `--syn-
|
|
1017
|
+
* Maps to the css variable `--syn-spacing-medium-large`
|
|
1023
1018
|
*/
|
|
1024
|
-
export const
|
|
1019
|
+
export const SynSpacingMediumLarge: string;
|
|
1025
1020
|
|
|
1026
1021
|
/**
|
|
1027
|
-
* Maps to the css variable `--syn-
|
|
1022
|
+
* Maps to the css variable `--syn-spacing-small`
|
|
1028
1023
|
*/
|
|
1029
|
-
export const
|
|
1024
|
+
export const SynSpacingSmall: string;
|
|
1030
1025
|
|
|
1031
1026
|
/**
|
|
1032
|
-
* Maps to the css variable `--syn-
|
|
1027
|
+
* Maps to the css variable `--syn-spacing-x-large`
|
|
1033
1028
|
*/
|
|
1034
|
-
export const
|
|
1029
|
+
export const SynSpacingXLarge: string;
|
|
1035
1030
|
|
|
1036
1031
|
/**
|
|
1037
|
-
* Maps to the css variable `--syn-
|
|
1032
|
+
* Maps to the css variable `--syn-spacing-x-small`
|
|
1038
1033
|
*/
|
|
1039
|
-
export const
|
|
1034
|
+
export const SynSpacingXSmall: string;
|
|
1040
1035
|
|
|
1041
1036
|
/**
|
|
1042
|
-
* Maps to the css variable `--syn-
|
|
1037
|
+
* Maps to the css variable `--syn-text-decoration-default`
|
|
1043
1038
|
*/
|
|
1044
|
-
export const
|
|
1039
|
+
export const SynTextDecorationDefault: string;
|
|
1045
1040
|
|
|
1046
1041
|
/**
|
|
1047
|
-
* Maps to the css variable `--syn-
|
|
1042
|
+
* Maps to the css variable `--syn-text-decoration-underline`
|
|
1048
1043
|
*/
|
|
1049
|
-
export const
|
|
1044
|
+
export const SynTextDecorationUnderline: string;
|
|
1050
1045
|
|
|
1051
1046
|
/**
|
|
1052
|
-
* Maps to the css variable `--syn-
|
|
1047
|
+
* Maps to the css variable `--syn-toggle-size-large`
|
|
1053
1048
|
*/
|
|
1054
|
-
export const
|
|
1049
|
+
export const SynToggleSizeLarge: string;
|
|
1055
1050
|
|
|
1056
1051
|
/**
|
|
1057
|
-
* Maps to the css variable `--syn-
|
|
1052
|
+
* Maps to the css variable `--syn-toggle-size-medium`
|
|
1058
1053
|
*/
|
|
1059
|
-
export const
|
|
1054
|
+
export const SynToggleSizeMedium: string;
|
|
1060
1055
|
|
|
1061
1056
|
/**
|
|
1062
|
-
* Maps to the css variable `--syn-
|
|
1057
|
+
* Maps to the css variable `--syn-toggle-size-small`
|
|
1063
1058
|
*/
|
|
1064
|
-
export const
|
|
1059
|
+
export const SynToggleSizeSmall: string;
|
|
1065
1060
|
|
|
1066
1061
|
/**
|
|
1067
|
-
* Maps to the css variable `--syn-
|
|
1062
|
+
* Maps to the css variable `--syn-tooltip-arrow-size`
|
|
1068
1063
|
*/
|
|
1069
|
-
export const
|
|
1064
|
+
export const SynTooltipArrowSize: string;
|
|
1070
1065
|
|
|
1071
1066
|
/**
|
|
1072
|
-
* Maps to the css variable `--syn-
|
|
1067
|
+
* Maps to the css variable `--syn-tooltip-background-color`
|
|
1073
1068
|
*/
|
|
1074
|
-
export const
|
|
1069
|
+
export const SynTooltipBackgroundColor: string;
|
|
1075
1070
|
|
|
1076
1071
|
/**
|
|
1077
|
-
* Maps to the css variable `--syn-
|
|
1072
|
+
* Maps to the css variable `--syn-tooltip-border-radius`
|
|
1078
1073
|
*/
|
|
1079
|
-
export const
|
|
1074
|
+
export const SynTooltipBorderRadius: string;
|
|
1080
1075
|
|
|
1081
1076
|
/**
|
|
1082
|
-
* Maps to the css variable `--syn-color
|
|
1077
|
+
* Maps to the css variable `--syn-tooltip-color`
|
|
1083
1078
|
*/
|
|
1084
|
-
export const
|
|
1079
|
+
export const SynTooltipColor: string;
|
|
1085
1080
|
|
|
1086
1081
|
/**
|
|
1087
|
-
* Maps to the css variable `--syn-
|
|
1082
|
+
* Maps to the css variable `--syn-tooltip-font-family`
|
|
1088
1083
|
*/
|
|
1089
|
-
export const
|
|
1084
|
+
export const SynTooltipFontFamily: string;
|
|
1090
1085
|
|
|
1091
1086
|
/**
|
|
1092
|
-
* Maps to the css variable `--syn-
|
|
1087
|
+
* Maps to the css variable `--syn-tooltip-font-size`
|
|
1093
1088
|
*/
|
|
1094
|
-
export const
|
|
1089
|
+
export const SynTooltipFontSize: string;
|
|
1095
1090
|
|
|
1096
1091
|
/**
|
|
1097
|
-
* Maps to the css variable `--syn-
|
|
1092
|
+
* Maps to the css variable `--syn-tooltip-font-weight`
|
|
1098
1093
|
*/
|
|
1099
|
-
export const
|
|
1094
|
+
export const SynTooltipFontWeight: string;
|
|
1100
1095
|
|
|
1101
1096
|
/**
|
|
1102
|
-
* Maps to the css variable `--syn-
|
|
1097
|
+
* Maps to the css variable `--syn-tooltip-line-height`
|
|
1103
1098
|
*/
|
|
1104
|
-
export const
|
|
1099
|
+
export const SynTooltipLineHeight: string;
|
|
1105
1100
|
|
|
1106
1101
|
/**
|
|
1107
|
-
* Maps to the css variable `--syn-
|
|
1102
|
+
* Maps to the css variable `--syn-tooltip-padding`
|
|
1108
1103
|
*/
|
|
1109
|
-
export const
|
|
1104
|
+
export const SynTooltipPadding: string;
|
|
1110
1105
|
|
|
1111
1106
|
/**
|
|
1112
|
-
* Maps to the css variable `--syn-
|
|
1107
|
+
* Maps to the css variable `--syn-transition-fast`
|
|
1113
1108
|
*/
|
|
1114
|
-
export const
|
|
1109
|
+
export const SynTransitionFast: string;
|
|
1115
1110
|
|
|
1116
1111
|
/**
|
|
1117
|
-
* Maps to the css variable `--syn-
|
|
1112
|
+
* Maps to the css variable `--syn-transition-medium`
|
|
1118
1113
|
*/
|
|
1119
|
-
export const
|
|
1114
|
+
export const SynTransitionMedium: string;
|
|
1120
1115
|
|
|
1121
1116
|
/**
|
|
1122
|
-
* Maps to the css variable `--syn-
|
|
1117
|
+
* Maps to the css variable `--syn-transition-slow`
|
|
1123
1118
|
*/
|
|
1124
|
-
export const
|
|
1119
|
+
export const SynTransitionSlow: string;
|
|
1125
1120
|
|
|
1126
1121
|
/**
|
|
1127
|
-
* Maps to the css variable `--syn-
|
|
1122
|
+
* Maps to the css variable `--syn-transition-x-fast`
|
|
1128
1123
|
*/
|
|
1129
|
-
export const
|
|
1124
|
+
export const SynTransitionXFast: string;
|
|
1130
1125
|
|
|
1131
1126
|
/**
|
|
1132
|
-
* Maps to the css variable `--syn-
|
|
1127
|
+
* Maps to the css variable `--syn-transition-x-slow`
|
|
1133
1128
|
*/
|
|
1134
|
-
export const
|
|
1129
|
+
export const SynTransitionXSlow: string;
|
|
1135
1130
|
|
|
1136
1131
|
/**
|
|
1137
|
-
* Maps to the css variable `--syn-color-
|
|
1132
|
+
* Maps to the css variable `--syn-typography-color-text`
|
|
1138
1133
|
*/
|
|
1139
|
-
export const
|
|
1134
|
+
export const SynTypographyColorText: string;
|
|
1140
1135
|
|
|
1141
1136
|
/**
|
|
1142
|
-
* Maps to the css variable `--syn-color-
|
|
1137
|
+
* Maps to the css variable `--syn-typography-color-text-inverted`
|
|
1143
1138
|
*/
|
|
1144
|
-
export const
|
|
1139
|
+
export const SynTypographyColorTextInverted: string;
|
|
1145
1140
|
|
|
1146
1141
|
/**
|
|
1147
|
-
* Maps to the css variable `--syn-
|
|
1142
|
+
* Maps to the css variable `--syn-z-index-dialog`
|
|
1148
1143
|
*/
|
|
1149
|
-
export const
|
|
1144
|
+
export const SynZIndexDialog: string;
|
|
1150
1145
|
|
|
1151
1146
|
/**
|
|
1152
|
-
* Maps to the css variable `--syn-
|
|
1147
|
+
* Maps to the css variable `--syn-z-index-drawer`
|
|
1153
1148
|
*/
|
|
1154
|
-
export const
|
|
1149
|
+
export const SynZIndexDrawer: string;
|
|
1155
1150
|
|
|
1156
1151
|
/**
|
|
1157
|
-
* Maps to the css variable `--syn-
|
|
1152
|
+
* Maps to the css variable `--syn-z-index-dropdown`
|
|
1158
1153
|
*/
|
|
1159
|
-
export const
|
|
1154
|
+
export const SynZIndexDropdown: string;
|
|
1160
1155
|
|
|
1161
1156
|
/**
|
|
1162
|
-
* Maps to the css variable `--syn-
|
|
1157
|
+
* Maps to the css variable `--syn-z-index-toast`
|
|
1163
1158
|
*/
|
|
1164
|
-
export const
|
|
1159
|
+
export const SynZIndexToast: string;
|
|
1165
1160
|
|
|
1166
1161
|
/**
|
|
1167
|
-
* Maps to the css variable `--syn-
|
|
1162
|
+
* Maps to the css variable `--syn-z-index-tooltip`
|
|
1168
1163
|
*/
|
|
1169
|
-
export const
|
|
1164
|
+
export const SynZIndexTooltip: string;
|
|
1170
1165
|
|
|
1171
1166
|
/**
|
|
1172
|
-
* Maps to the css variable `--syn-
|
|
1167
|
+
* Maps to the css variable `--syn-shadow-medium`
|
|
1173
1168
|
*/
|
|
1174
|
-
export const
|
|
1169
|
+
export const SynShadowMedium: string;
|
|
1175
1170
|
|
|
1176
1171
|
/**
|
|
1177
|
-
* Maps to the css variable `--syn-
|
|
1172
|
+
* Maps to the css variable `--syn-shadow-large`
|
|
1178
1173
|
*/
|
|
1179
|
-
export const
|
|
1174
|
+
export const SynShadowLarge: string;
|
|
1180
1175
|
|
|
1181
1176
|
/**
|
|
1182
|
-
* Maps to the css variable `--syn-
|
|
1177
|
+
* Maps to the css variable `--syn-shadow-x-large`
|
|
1183
1178
|
*/
|
|
1184
|
-
export const
|
|
1179
|
+
export const SynShadowXLarge: string;
|
|
1185
1180
|
|
|
1186
1181
|
/**
|
|
1187
|
-
* Maps to the css variable `--syn-
|
|
1182
|
+
* Maps to the css variable `--syn-shadow-overflow-down`
|
|
1188
1183
|
*/
|
|
1189
|
-
export const
|
|
1184
|
+
export const SynShadowOverflowDown: string;
|
|
1190
1185
|
|
|
1191
1186
|
/**
|
|
1192
|
-
* Maps to the css variable `--syn-
|
|
1187
|
+
* Maps to the css variable `--syn-shadow-overflow-up`
|
|
1193
1188
|
*/
|
|
1194
|
-
export const
|
|
1189
|
+
export const SynShadowOverflowUp: string;
|
|
1195
1190
|
|
|
1196
1191
|
/**
|
|
1197
|
-
* Maps to the css variable `--syn-
|
|
1192
|
+
* Maps to the css variable `--syn-shadow-overflow-left`
|
|
1198
1193
|
*/
|
|
1199
|
-
export const
|
|
1194
|
+
export const SynShadowOverflowLeft: string;
|
|
1200
1195
|
|
|
1201
1196
|
/**
|
|
1202
|
-
* Maps to the css variable `--syn-
|
|
1197
|
+
* Maps to the css variable `--syn-shadow-overflow-right`
|
|
1203
1198
|
*/
|
|
1204
|
-
export const
|
|
1199
|
+
export const SynShadowOverflowRight: string;
|
|
1205
1200
|
|
|
1206
1201
|
/**
|
|
1207
|
-
* Maps to the css variable `--syn-
|
|
1202
|
+
* Maps to the css variable `--syn-shadow-x-small`
|
|
1208
1203
|
*/
|
|
1209
|
-
export const
|
|
1204
|
+
export const SynShadowXSmall: string;
|
|
1210
1205
|
|
|
1211
1206
|
/**
|
|
1212
|
-
* Maps to the css variable `--syn-
|
|
1207
|
+
* Maps to the css variable `--syn-shadow-small`
|
|
1213
1208
|
*/
|
|
1214
|
-
export const
|
|
1209
|
+
export const SynShadowSmall: string;
|
|
1215
1210
|
|
|
1216
1211
|
/**
|
|
1217
|
-
* Maps to the css variable `--syn-
|
|
1212
|
+
* Maps to the css variable `--syn-body-x-small-regular`
|
|
1218
1213
|
*/
|
|
1219
|
-
export const
|
|
1214
|
+
export const SynBodyXSmallRegular: string;
|
|
1220
1215
|
|
|
1221
1216
|
/**
|
|
1222
|
-
* Maps to the css variable `--syn-
|
|
1217
|
+
* Maps to the css variable `--syn-body-x-small-semibold`
|
|
1223
1218
|
*/
|
|
1224
|
-
export const
|
|
1219
|
+
export const SynBodyXSmallSemibold: string;
|
|
1225
1220
|
|
|
1226
1221
|
/**
|
|
1227
|
-
* Maps to the css variable `--syn-
|
|
1222
|
+
* Maps to the css variable `--syn-body-x-small-bold`
|
|
1228
1223
|
*/
|
|
1229
|
-
export const
|
|
1224
|
+
export const SynBodyXSmallBold: string;
|
|
1230
1225
|
|
|
1231
1226
|
/**
|
|
1232
|
-
* Maps to the css variable `--syn-
|
|
1227
|
+
* Maps to the css variable `--syn-body-small-regular`
|
|
1233
1228
|
*/
|
|
1234
|
-
export const
|
|
1229
|
+
export const SynBodySmallRegular: string;
|
|
1235
1230
|
|
|
1236
1231
|
/**
|
|
1237
|
-
* Maps to the css variable `--syn-
|
|
1232
|
+
* Maps to the css variable `--syn-body-small-semibold`
|
|
1238
1233
|
*/
|
|
1239
|
-
export const
|
|
1234
|
+
export const SynBodySmallSemibold: string;
|
|
1240
1235
|
|
|
1241
1236
|
/**
|
|
1242
|
-
* Maps to the css variable `--syn-
|
|
1237
|
+
* Maps to the css variable `--syn-body-small-bold`
|
|
1243
1238
|
*/
|
|
1244
|
-
export const
|
|
1239
|
+
export const SynBodySmallBold: string;
|
|
1245
1240
|
|
|
1246
1241
|
/**
|
|
1247
|
-
* Maps to the css variable `--syn-
|
|
1242
|
+
* Maps to the css variable `--syn-body-medium-regular`
|
|
1248
1243
|
*/
|
|
1249
|
-
export const
|
|
1244
|
+
export const SynBodyMediumRegular: string;
|
|
1250
1245
|
|
|
1251
1246
|
/**
|
|
1252
|
-
* Maps to the css variable `--syn-
|
|
1247
|
+
* Maps to the css variable `--syn-body-medium-semibold`
|
|
1253
1248
|
*/
|
|
1254
|
-
export const
|
|
1249
|
+
export const SynBodyMediumSemibold: string;
|
|
1255
1250
|
|
|
1256
1251
|
/**
|
|
1257
|
-
* Maps to the css variable `--syn-
|
|
1252
|
+
* Maps to the css variable `--syn-body-medium-bold`
|
|
1258
1253
|
*/
|
|
1259
|
-
export const
|
|
1254
|
+
export const SynBodyMediumBold: string;
|
|
1260
1255
|
|
|
1261
1256
|
/**
|
|
1262
|
-
* Maps to the css variable `--syn-
|
|
1257
|
+
* Maps to the css variable `--syn-body-large-regular`
|
|
1263
1258
|
*/
|
|
1264
|
-
export const
|
|
1259
|
+
export const SynBodyLargeRegular: string;
|
|
1265
1260
|
|
|
1266
1261
|
/**
|
|
1267
|
-
* Maps to the css variable `--syn-
|
|
1262
|
+
* Maps to the css variable `--syn-body-large-semibold`
|
|
1268
1263
|
*/
|
|
1269
|
-
export const
|
|
1264
|
+
export const SynBodyLargeSemibold: string;
|
|
1270
1265
|
|
|
1271
1266
|
/**
|
|
1272
|
-
* Maps to the css variable `--syn-
|
|
1267
|
+
* Maps to the css variable `--syn-body-large-bold`
|
|
1273
1268
|
*/
|
|
1274
|
-
export const
|
|
1269
|
+
export const SynBodyLargeBold: string;
|
|
1275
1270
|
|
|
1276
1271
|
/**
|
|
1277
|
-
* Maps to the css variable `--syn-
|
|
1272
|
+
* Maps to the css variable `--syn-heading-large`
|
|
1278
1273
|
*/
|
|
1279
|
-
export const
|
|
1274
|
+
export const SynHeadingLarge: string;
|
|
1280
1275
|
|
|
1281
1276
|
/**
|
|
1282
|
-
* Maps to the css variable `--syn-
|
|
1277
|
+
* Maps to the css variable `--syn-heading-x-large`
|
|
1283
1278
|
*/
|
|
1284
|
-
export const
|
|
1279
|
+
export const SynHeadingXLarge: string;
|
|
1285
1280
|
|
|
1286
1281
|
/**
|
|
1287
|
-
* Maps to the css variable `--syn-
|
|
1282
|
+
* Maps to the css variable `--syn-heading-2x-large`
|
|
1288
1283
|
*/
|
|
1289
|
-
export const
|
|
1284
|
+
export const SynHeading2xLarge: string;
|
|
1290
1285
|
|
|
1291
1286
|
/**
|
|
1292
|
-
* Maps to the css variable `--syn-
|
|
1287
|
+
* Maps to the css variable `--syn-heading-3x-large`
|
|
1293
1288
|
*/
|
|
1294
|
-
export const
|
|
1289
|
+
export const SynHeading3xLarge: string;
|
|
1295
1290
|
|
|
1296
1291
|
/**
|
|
1297
|
-
* Maps to the css variable `--syn-
|
|
1292
|
+
* Maps to the css variable `--syn-focus-ring`
|
|
1298
1293
|
*/
|
|
1299
|
-
export const
|
|
1294
|
+
export const SynFocusRing: string;
|