@midas-ds/theme 2.0.0 → 3.0.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/color-scheme.css +1 -0
- package/fonts.css +1 -0
- package/{index.js → index.mjs} +791 -551
- package/lib/index.d.ts +4 -3
- package/lib/style-dictionary-dist/{generated-object.d.ts → token-dictionary.d.ts} +18 -3
- package/lib/style-dictionary-dist/{generated-tokens.d.ts → variables.d.ts} +18 -3
- package/package.json +11 -4
- package/{assets/variables.css → variables.css} +1 -1
- package/README.md +0 -58
package/{index.js → index.mjs}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
const
|
|
1
|
+
const Oa = {
|
|
2
2
|
windowSizes: {
|
|
3
3
|
sm: {
|
|
4
4
|
key: "{windowSizes.sm}",
|
|
5
5
|
$value: "480px",
|
|
6
|
-
filePath: "tokens/breakpoints.json",
|
|
6
|
+
filePath: "packages/theme/tokens/breakpoints.json",
|
|
7
7
|
isSource: !0,
|
|
8
8
|
$type: "dimension",
|
|
9
9
|
original: {
|
|
@@ -18,7 +18,7 @@ const xr = {
|
|
|
18
18
|
md: {
|
|
19
19
|
key: "{windowSizes.md}",
|
|
20
20
|
$value: "768px",
|
|
21
|
-
filePath: "tokens/breakpoints.json",
|
|
21
|
+
filePath: "packages/theme/tokens/breakpoints.json",
|
|
22
22
|
isSource: !0,
|
|
23
23
|
$type: "dimension",
|
|
24
24
|
original: {
|
|
@@ -33,7 +33,7 @@ const xr = {
|
|
|
33
33
|
lg: {
|
|
34
34
|
key: "{windowSizes.lg}",
|
|
35
35
|
$value: "1024px",
|
|
36
|
-
filePath: "tokens/breakpoints.json",
|
|
36
|
+
filePath: "packages/theme/tokens/breakpoints.json",
|
|
37
37
|
isSource: !0,
|
|
38
38
|
$type: "dimension",
|
|
39
39
|
original: {
|
|
@@ -48,7 +48,7 @@ const xr = {
|
|
|
48
48
|
xl: {
|
|
49
49
|
key: "{windowSizes.xl}",
|
|
50
50
|
$value: "1280px",
|
|
51
|
-
filePath: "tokens/breakpoints.json",
|
|
51
|
+
filePath: "packages/theme/tokens/breakpoints.json",
|
|
52
52
|
isSource: !0,
|
|
53
53
|
$type: "dimension",
|
|
54
54
|
original: {
|
|
@@ -64,12 +64,12 @@ const xr = {
|
|
|
64
64
|
breakpoints: {
|
|
65
65
|
xs: {
|
|
66
66
|
key: "{breakpoints.xs}",
|
|
67
|
-
$value: "
|
|
68
|
-
filePath: "tokens/breakpoints.json",
|
|
67
|
+
$value: "(max-width: calc(480px - 1px))",
|
|
68
|
+
filePath: "packages/theme/tokens/breakpoints.json",
|
|
69
69
|
isSource: !0,
|
|
70
70
|
$type: "string",
|
|
71
71
|
original: {
|
|
72
|
-
$value: "
|
|
72
|
+
$value: "(max-width: calc({windowSizes.sm} - 1px))",
|
|
73
73
|
$type: "string",
|
|
74
74
|
key: "{breakpoints.xs}"
|
|
75
75
|
},
|
|
@@ -79,12 +79,12 @@ const xr = {
|
|
|
79
79
|
},
|
|
80
80
|
sm: {
|
|
81
81
|
key: "{breakpoints.sm}",
|
|
82
|
-
$value: "
|
|
83
|
-
filePath: "tokens/breakpoints.json",
|
|
82
|
+
$value: "(min-width: 480px)",
|
|
83
|
+
filePath: "packages/theme/tokens/breakpoints.json",
|
|
84
84
|
isSource: !0,
|
|
85
85
|
$type: "string",
|
|
86
86
|
original: {
|
|
87
|
-
$value: "
|
|
87
|
+
$value: "(min-width: {windowSizes.sm})",
|
|
88
88
|
$type: "string",
|
|
89
89
|
key: "{breakpoints.sm}"
|
|
90
90
|
},
|
|
@@ -94,12 +94,12 @@ const xr = {
|
|
|
94
94
|
},
|
|
95
95
|
md: {
|
|
96
96
|
key: "{breakpoints.md}",
|
|
97
|
-
$value: "
|
|
98
|
-
filePath: "tokens/breakpoints.json",
|
|
97
|
+
$value: "(min-width: 768px)",
|
|
98
|
+
filePath: "packages/theme/tokens/breakpoints.json",
|
|
99
99
|
isSource: !0,
|
|
100
100
|
$type: "string",
|
|
101
101
|
original: {
|
|
102
|
-
$value: "
|
|
102
|
+
$value: "(min-width: {windowSizes.md})",
|
|
103
103
|
$type: "string",
|
|
104
104
|
key: "{breakpoints.md}"
|
|
105
105
|
},
|
|
@@ -109,12 +109,12 @@ const xr = {
|
|
|
109
109
|
},
|
|
110
110
|
lg: {
|
|
111
111
|
key: "{breakpoints.lg}",
|
|
112
|
-
$value: "
|
|
113
|
-
filePath: "tokens/breakpoints.json",
|
|
112
|
+
$value: "(min-width: 1024px)",
|
|
113
|
+
filePath: "packages/theme/tokens/breakpoints.json",
|
|
114
114
|
isSource: !0,
|
|
115
115
|
$type: "string",
|
|
116
116
|
original: {
|
|
117
|
-
$value: "
|
|
117
|
+
$value: "(min-width: {windowSizes.lg})",
|
|
118
118
|
$type: "string",
|
|
119
119
|
key: "{breakpoints.lg}"
|
|
120
120
|
},
|
|
@@ -124,13 +124,13 @@ const xr = {
|
|
|
124
124
|
},
|
|
125
125
|
xl: {
|
|
126
126
|
key: "{breakpoints.xl}",
|
|
127
|
-
$value: "
|
|
127
|
+
$value: "(min-width: 1280px)",
|
|
128
128
|
$comment: "This is the largest breakpoint",
|
|
129
|
-
filePath: "tokens/breakpoints.json",
|
|
129
|
+
filePath: "packages/theme/tokens/breakpoints.json",
|
|
130
130
|
isSource: !0,
|
|
131
131
|
$type: "string",
|
|
132
132
|
original: {
|
|
133
|
-
$value: "
|
|
133
|
+
$value: "(min-width: {windowSizes.xl})",
|
|
134
134
|
$comment: "This is the largest breakpoint",
|
|
135
135
|
$type: "string",
|
|
136
136
|
key: "{breakpoints.xl}"
|
|
@@ -138,51 +138,6 @@ const xr = {
|
|
|
138
138
|
name: "breakpointsXl",
|
|
139
139
|
attributes: {},
|
|
140
140
|
path: ["breakpoints", "xl"]
|
|
141
|
-
},
|
|
142
|
-
forcedColorsMode: {
|
|
143
|
-
key: "{breakpoints.forcedColorsMode}",
|
|
144
|
-
$value: "'(forced-colors: active)'",
|
|
145
|
-
filePath: "tokens/breakpoints.json",
|
|
146
|
-
isSource: !0,
|
|
147
|
-
$type: "string",
|
|
148
|
-
original: {
|
|
149
|
-
$value: "'(forced-colors: active)'",
|
|
150
|
-
$type: "string",
|
|
151
|
-
key: "{breakpoints.forcedColorsMode}"
|
|
152
|
-
},
|
|
153
|
-
name: "breakpointsForcedColorsMode",
|
|
154
|
-
attributes: {},
|
|
155
|
-
path: ["breakpoints", "forcedColorsMode"]
|
|
156
|
-
},
|
|
157
|
-
darkMode: {
|
|
158
|
-
key: "{breakpoints.darkMode}",
|
|
159
|
-
$value: "'(prefers-color-scheme: dark)'",
|
|
160
|
-
filePath: "tokens/breakpoints.json",
|
|
161
|
-
isSource: !0,
|
|
162
|
-
$type: "string",
|
|
163
|
-
original: {
|
|
164
|
-
$value: "'(prefers-color-scheme: dark)'",
|
|
165
|
-
$type: "string",
|
|
166
|
-
key: "{breakpoints.darkMode}"
|
|
167
|
-
},
|
|
168
|
-
name: "breakpointsDarkMode",
|
|
169
|
-
attributes: {},
|
|
170
|
-
path: ["breakpoints", "darkMode"]
|
|
171
|
-
},
|
|
172
|
-
prefersReducedMotion: {
|
|
173
|
-
key: "{breakpoints.prefersReducedMotion}",
|
|
174
|
-
$value: "'(prefers-reduced-motion: reduced)'",
|
|
175
|
-
filePath: "tokens/breakpoints.json",
|
|
176
|
-
isSource: !0,
|
|
177
|
-
$type: "string",
|
|
178
|
-
original: {
|
|
179
|
-
$value: "'(prefers-reduced-motion: reduced)'",
|
|
180
|
-
$type: "string",
|
|
181
|
-
key: "{breakpoints.prefersReducedMotion}"
|
|
182
|
-
},
|
|
183
|
-
name: "breakpointsPrefersReducedMotion",
|
|
184
|
-
attributes: {},
|
|
185
|
-
path: ["breakpoints", "prefersReducedMotion"]
|
|
186
141
|
}
|
|
187
142
|
},
|
|
188
143
|
color: {
|
|
@@ -191,7 +146,7 @@ const xr = {
|
|
|
191
146
|
key: "{color.black.base}",
|
|
192
147
|
$value: "#000",
|
|
193
148
|
$description: "Black",
|
|
194
|
-
filePath: "tokens/colors.json",
|
|
149
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
195
150
|
isSource: !0,
|
|
196
151
|
$type: "color",
|
|
197
152
|
original: {
|
|
@@ -208,7 +163,7 @@ const xr = {
|
|
|
208
163
|
key: "{color.black.hover}",
|
|
209
164
|
$value: "#0d0d0d",
|
|
210
165
|
$description: "Black hover",
|
|
211
|
-
filePath: "tokens/colors.json",
|
|
166
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
212
167
|
isSource: !0,
|
|
213
168
|
$type: "color",
|
|
214
169
|
original: {
|
|
@@ -227,7 +182,7 @@ const xr = {
|
|
|
227
182
|
key: "{color.white.base}",
|
|
228
183
|
$value: "#fff",
|
|
229
184
|
$description: "White",
|
|
230
|
-
filePath: "tokens/colors.json",
|
|
185
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
231
186
|
isSource: !0,
|
|
232
187
|
$type: "color",
|
|
233
188
|
original: {
|
|
@@ -244,7 +199,7 @@ const xr = {
|
|
|
244
199
|
key: "{color.white.hover}",
|
|
245
200
|
$value: "#e6e6e6",
|
|
246
201
|
$description: "White hover",
|
|
247
|
-
filePath: "tokens/colors.json",
|
|
202
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
248
203
|
isSource: !0,
|
|
249
204
|
$type: "color",
|
|
250
205
|
original: {
|
|
@@ -262,7 +217,7 @@ const xr = {
|
|
|
262
217
|
10: {
|
|
263
218
|
key: "{color.gray.10}",
|
|
264
219
|
$value: "#f2f2f2",
|
|
265
|
-
filePath: "tokens/colors.json",
|
|
220
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
266
221
|
isSource: !0,
|
|
267
222
|
$type: "color",
|
|
268
223
|
original: {
|
|
@@ -277,7 +232,7 @@ const xr = {
|
|
|
277
232
|
20: {
|
|
278
233
|
key: "{color.gray.20}",
|
|
279
234
|
$value: "#e6e6e6",
|
|
280
|
-
filePath: "tokens/colors.json",
|
|
235
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
281
236
|
isSource: !0,
|
|
282
237
|
$type: "color",
|
|
283
238
|
original: {
|
|
@@ -292,7 +247,7 @@ const xr = {
|
|
|
292
247
|
30: {
|
|
293
248
|
key: "{color.gray.30}",
|
|
294
249
|
$value: "#d9d9d9",
|
|
295
|
-
filePath: "tokens/colors.json",
|
|
250
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
296
251
|
isSource: !0,
|
|
297
252
|
$type: "color",
|
|
298
253
|
original: {
|
|
@@ -307,7 +262,7 @@ const xr = {
|
|
|
307
262
|
40: {
|
|
308
263
|
key: "{color.gray.40}",
|
|
309
264
|
$value: "#ccc",
|
|
310
|
-
filePath: "tokens/colors.json",
|
|
265
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
311
266
|
isSource: !0,
|
|
312
267
|
$type: "color",
|
|
313
268
|
original: {
|
|
@@ -322,7 +277,7 @@ const xr = {
|
|
|
322
277
|
50: {
|
|
323
278
|
key: "{color.gray.50}",
|
|
324
279
|
$value: "#bfbfbf",
|
|
325
|
-
filePath: "tokens/colors.json",
|
|
280
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
326
281
|
isSource: !0,
|
|
327
282
|
$type: "color",
|
|
328
283
|
original: {
|
|
@@ -337,7 +292,7 @@ const xr = {
|
|
|
337
292
|
60: {
|
|
338
293
|
key: "{color.gray.60}",
|
|
339
294
|
$value: "#b3b3b3",
|
|
340
|
-
filePath: "tokens/colors.json",
|
|
295
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
341
296
|
isSource: !0,
|
|
342
297
|
$type: "color",
|
|
343
298
|
original: {
|
|
@@ -352,7 +307,7 @@ const xr = {
|
|
|
352
307
|
70: {
|
|
353
308
|
key: "{color.gray.70}",
|
|
354
309
|
$value: "#a6a6a6",
|
|
355
|
-
filePath: "tokens/colors.json",
|
|
310
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
356
311
|
isSource: !0,
|
|
357
312
|
$type: "color",
|
|
358
313
|
original: {
|
|
@@ -367,7 +322,7 @@ const xr = {
|
|
|
367
322
|
80: {
|
|
368
323
|
key: "{color.gray.80}",
|
|
369
324
|
$value: "#999",
|
|
370
|
-
filePath: "tokens/colors.json",
|
|
325
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
371
326
|
isSource: !0,
|
|
372
327
|
$type: "color",
|
|
373
328
|
original: {
|
|
@@ -382,7 +337,7 @@ const xr = {
|
|
|
382
337
|
90: {
|
|
383
338
|
key: "{color.gray.90}",
|
|
384
339
|
$value: "#8c8c8c",
|
|
385
|
-
filePath: "tokens/colors.json",
|
|
340
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
386
341
|
isSource: !0,
|
|
387
342
|
$type: "color",
|
|
388
343
|
original: {
|
|
@@ -397,7 +352,7 @@ const xr = {
|
|
|
397
352
|
100: {
|
|
398
353
|
key: "{color.gray.100}",
|
|
399
354
|
$value: "#808080",
|
|
400
|
-
filePath: "tokens/colors.json",
|
|
355
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
401
356
|
isSource: !0,
|
|
402
357
|
$type: "color",
|
|
403
358
|
original: {
|
|
@@ -412,7 +367,7 @@ const xr = {
|
|
|
412
367
|
110: {
|
|
413
368
|
key: "{color.gray.110}",
|
|
414
369
|
$value: "#737373",
|
|
415
|
-
filePath: "tokens/colors.json",
|
|
370
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
416
371
|
isSource: !0,
|
|
417
372
|
$type: "color",
|
|
418
373
|
original: {
|
|
@@ -427,7 +382,7 @@ const xr = {
|
|
|
427
382
|
120: {
|
|
428
383
|
key: "{color.gray.120}",
|
|
429
384
|
$value: "#666",
|
|
430
|
-
filePath: "tokens/colors.json",
|
|
385
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
431
386
|
isSource: !0,
|
|
432
387
|
$type: "color",
|
|
433
388
|
original: {
|
|
@@ -442,7 +397,7 @@ const xr = {
|
|
|
442
397
|
130: {
|
|
443
398
|
key: "{color.gray.130}",
|
|
444
399
|
$value: "#5d5d5d",
|
|
445
|
-
filePath: "tokens/colors.json",
|
|
400
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
446
401
|
isSource: !0,
|
|
447
402
|
$type: "color",
|
|
448
403
|
original: {
|
|
@@ -457,7 +412,7 @@ const xr = {
|
|
|
457
412
|
140: {
|
|
458
413
|
key: "{color.gray.140}",
|
|
459
414
|
$value: "#525252",
|
|
460
|
-
filePath: "tokens/colors.json",
|
|
415
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
461
416
|
isSource: !0,
|
|
462
417
|
$type: "color",
|
|
463
418
|
original: {
|
|
@@ -472,7 +427,7 @@ const xr = {
|
|
|
472
427
|
150: {
|
|
473
428
|
key: "{color.gray.150}",
|
|
474
429
|
$value: "#474747",
|
|
475
|
-
filePath: "tokens/colors.json",
|
|
430
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
476
431
|
isSource: !0,
|
|
477
432
|
$type: "color",
|
|
478
433
|
original: {
|
|
@@ -487,7 +442,7 @@ const xr = {
|
|
|
487
442
|
160: {
|
|
488
443
|
key: "{color.gray.160}",
|
|
489
444
|
$value: "#383838",
|
|
490
|
-
filePath: "tokens/colors.json",
|
|
445
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
491
446
|
isSource: !0,
|
|
492
447
|
$type: "color",
|
|
493
448
|
original: {
|
|
@@ -502,7 +457,7 @@ const xr = {
|
|
|
502
457
|
170: {
|
|
503
458
|
key: "{color.gray.170}",
|
|
504
459
|
$value: "#333",
|
|
505
|
-
filePath: "tokens/colors.json",
|
|
460
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
506
461
|
isSource: !0,
|
|
507
462
|
$type: "color",
|
|
508
463
|
original: {
|
|
@@ -517,7 +472,7 @@ const xr = {
|
|
|
517
472
|
180: {
|
|
518
473
|
key: "{color.gray.180}",
|
|
519
474
|
$value: "#262626",
|
|
520
|
-
filePath: "tokens/colors.json",
|
|
475
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
521
476
|
isSource: !0,
|
|
522
477
|
$type: "color",
|
|
523
478
|
original: {
|
|
@@ -532,7 +487,7 @@ const xr = {
|
|
|
532
487
|
190: {
|
|
533
488
|
key: "{color.gray.190}",
|
|
534
489
|
$value: "#212121",
|
|
535
|
-
filePath: "tokens/colors.json",
|
|
490
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
536
491
|
isSource: !0,
|
|
537
492
|
$type: "color",
|
|
538
493
|
original: {
|
|
@@ -547,7 +502,7 @@ const xr = {
|
|
|
547
502
|
200: {
|
|
548
503
|
key: "{color.gray.200}",
|
|
549
504
|
$value: "#171717",
|
|
550
|
-
filePath: "tokens/colors.json",
|
|
505
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
551
506
|
isSource: !0,
|
|
552
507
|
$type: "color",
|
|
553
508
|
original: {
|
|
@@ -564,7 +519,7 @@ const xr = {
|
|
|
564
519
|
10: {
|
|
565
520
|
key: "{color.blue.10}",
|
|
566
521
|
$value: "#eaf2f6",
|
|
567
|
-
filePath: "tokens/colors.json",
|
|
522
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
568
523
|
isSource: !0,
|
|
569
524
|
$type: "color",
|
|
570
525
|
original: {
|
|
@@ -579,7 +534,7 @@ const xr = {
|
|
|
579
534
|
20: {
|
|
580
535
|
key: "{color.blue.20}",
|
|
581
536
|
$value: "#d5e5ed",
|
|
582
|
-
filePath: "tokens/colors.json",
|
|
537
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
583
538
|
isSource: !0,
|
|
584
539
|
$type: "color",
|
|
585
540
|
original: {
|
|
@@ -594,7 +549,7 @@ const xr = {
|
|
|
594
549
|
40: {
|
|
595
550
|
key: "{color.blue.40}",
|
|
596
551
|
$value: "#abcbdb",
|
|
597
|
-
filePath: "tokens/colors.json",
|
|
552
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
598
553
|
isSource: !0,
|
|
599
554
|
$type: "color",
|
|
600
555
|
original: {
|
|
@@ -609,7 +564,7 @@ const xr = {
|
|
|
609
564
|
50: {
|
|
610
565
|
key: "{color.blue.50}",
|
|
611
566
|
$value: "#94BCD1",
|
|
612
|
-
filePath: "tokens/colors.json",
|
|
567
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
613
568
|
isSource: !0,
|
|
614
569
|
$type: "color",
|
|
615
570
|
original: {
|
|
@@ -624,7 +579,7 @@ const xr = {
|
|
|
624
579
|
60: {
|
|
625
580
|
key: "{color.blue.60}",
|
|
626
581
|
$value: "#82b0c9",
|
|
627
|
-
filePath: "tokens/colors.json",
|
|
582
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
628
583
|
isSource: !0,
|
|
629
584
|
$type: "color",
|
|
630
585
|
original: {
|
|
@@ -639,7 +594,7 @@ const xr = {
|
|
|
639
594
|
70: {
|
|
640
595
|
key: "{color.blue.70}",
|
|
641
596
|
$value: "#6CA3C0",
|
|
642
|
-
filePath: "tokens/colors.json",
|
|
597
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
643
598
|
isSource: !0,
|
|
644
599
|
$type: "color",
|
|
645
600
|
original: {
|
|
@@ -654,7 +609,7 @@ const xr = {
|
|
|
654
609
|
80: {
|
|
655
610
|
key: "{color.blue.80}",
|
|
656
611
|
$value: "#5897b8",
|
|
657
|
-
filePath: "tokens/colors.json",
|
|
612
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
658
613
|
isSource: !0,
|
|
659
614
|
$type: "color",
|
|
660
615
|
original: {
|
|
@@ -669,7 +624,7 @@ const xr = {
|
|
|
669
624
|
90: {
|
|
670
625
|
key: "{color.blue.90}",
|
|
671
626
|
$value: "#4289ad",
|
|
672
|
-
filePath: "tokens/colors.json",
|
|
627
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
673
628
|
isSource: !0,
|
|
674
629
|
$type: "color",
|
|
675
630
|
original: {
|
|
@@ -684,7 +639,7 @@ const xr = {
|
|
|
684
639
|
100: {
|
|
685
640
|
key: "{color.blue.100}",
|
|
686
641
|
$value: "#2e7ca5",
|
|
687
|
-
filePath: "tokens/colors.json",
|
|
642
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
688
643
|
isSource: !0,
|
|
689
644
|
$type: "color",
|
|
690
645
|
original: {
|
|
@@ -699,7 +654,7 @@ const xr = {
|
|
|
699
654
|
110: {
|
|
700
655
|
key: "{color.blue.110}",
|
|
701
656
|
$value: "#2C7399",
|
|
702
|
-
filePath: "tokens/colors.json",
|
|
657
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
703
658
|
isSource: !0,
|
|
704
659
|
$type: "color",
|
|
705
660
|
original: {
|
|
@@ -714,7 +669,7 @@ const xr = {
|
|
|
714
669
|
120: {
|
|
715
670
|
key: "{color.blue.120}",
|
|
716
671
|
$value: "#29698C",
|
|
717
|
-
filePath: "tokens/colors.json",
|
|
672
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
718
673
|
isSource: !0,
|
|
719
674
|
$type: "color",
|
|
720
675
|
original: {
|
|
@@ -729,7 +684,7 @@ const xr = {
|
|
|
729
684
|
130: {
|
|
730
685
|
key: "{color.blue.130}",
|
|
731
686
|
$value: "#25607f",
|
|
732
|
-
filePath: "tokens/colors.json",
|
|
687
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
733
688
|
isSource: !0,
|
|
734
689
|
$type: "color",
|
|
735
690
|
original: {
|
|
@@ -744,7 +699,7 @@ const xr = {
|
|
|
744
699
|
150: {
|
|
745
700
|
key: "{color.blue.150}",
|
|
746
701
|
$value: "#143c50",
|
|
747
|
-
filePath: "tokens/colors.json",
|
|
702
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
748
703
|
isSource: !0,
|
|
749
704
|
$type: "color",
|
|
750
705
|
original: {
|
|
@@ -761,7 +716,7 @@ const xr = {
|
|
|
761
716
|
80: {
|
|
762
717
|
key: "{color.purple.80}",
|
|
763
718
|
$value: "#b46ab4",
|
|
764
|
-
filePath: "tokens/colors.json",
|
|
719
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
765
720
|
isSource: !0,
|
|
766
721
|
$type: "color",
|
|
767
722
|
original: {
|
|
@@ -776,7 +731,7 @@ const xr = {
|
|
|
776
731
|
110: {
|
|
777
732
|
key: "{color.purple.110}",
|
|
778
733
|
$value: "#954b95",
|
|
779
|
-
filePath: "tokens/colors.json",
|
|
734
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
780
735
|
isSource: !0,
|
|
781
736
|
$type: "color",
|
|
782
737
|
original: {
|
|
@@ -793,7 +748,7 @@ const xr = {
|
|
|
793
748
|
100: {
|
|
794
749
|
key: "{color.red.100}",
|
|
795
750
|
$value: "#b90835",
|
|
796
|
-
filePath: "tokens/colors.json",
|
|
751
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
797
752
|
isSource: !0,
|
|
798
753
|
$type: "color",
|
|
799
754
|
original: {
|
|
@@ -810,7 +765,7 @@ const xr = {
|
|
|
810
765
|
10: {
|
|
811
766
|
key: "{color.signalBlue.10}",
|
|
812
767
|
$value: "#eaf2f6",
|
|
813
|
-
filePath: "tokens/colors.json",
|
|
768
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
814
769
|
isSource: !0,
|
|
815
770
|
$type: "color",
|
|
816
771
|
original: {
|
|
@@ -825,7 +780,7 @@ const xr = {
|
|
|
825
780
|
20: {
|
|
826
781
|
key: "{color.signalBlue.20}",
|
|
827
782
|
$value: "#d5e5ed",
|
|
828
|
-
filePath: "tokens/colors.json",
|
|
783
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
829
784
|
isSource: !0,
|
|
830
785
|
$type: "color",
|
|
831
786
|
original: {
|
|
@@ -840,7 +795,7 @@ const xr = {
|
|
|
840
795
|
100: {
|
|
841
796
|
key: "{color.signalBlue.100}",
|
|
842
797
|
$value: "#06c",
|
|
843
|
-
filePath: "tokens/colors.json",
|
|
798
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
844
799
|
isSource: !0,
|
|
845
800
|
$type: "color",
|
|
846
801
|
original: {
|
|
@@ -857,7 +812,7 @@ const xr = {
|
|
|
857
812
|
20: {
|
|
858
813
|
key: "{color.signalGreen.20}",
|
|
859
814
|
$value: "#d5f2d9",
|
|
860
|
-
filePath: "tokens/colors.json",
|
|
815
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
861
816
|
isSource: !0,
|
|
862
817
|
$type: "color",
|
|
863
818
|
original: {
|
|
@@ -872,7 +827,7 @@ const xr = {
|
|
|
872
827
|
30: {
|
|
873
828
|
key: "{color.signalGreen.30}",
|
|
874
829
|
$value: "#bae5c5",
|
|
875
|
-
filePath: "tokens/colors.json",
|
|
830
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
876
831
|
isSource: !0,
|
|
877
832
|
$type: "color",
|
|
878
833
|
original: {
|
|
@@ -887,7 +842,7 @@ const xr = {
|
|
|
887
842
|
100: {
|
|
888
843
|
key: "{color.signalGreen.100}",
|
|
889
844
|
$value: "#008d3c",
|
|
890
|
-
filePath: "tokens/colors.json",
|
|
845
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
891
846
|
isSource: !0,
|
|
892
847
|
$type: "color",
|
|
893
848
|
original: {
|
|
@@ -898,17 +853,32 @@ const xr = {
|
|
|
898
853
|
name: "colorSignalGreen100",
|
|
899
854
|
attributes: {},
|
|
900
855
|
path: ["color", "signalGreen", "100"]
|
|
856
|
+
},
|
|
857
|
+
150: {
|
|
858
|
+
key: "{color.signalGreen.150}",
|
|
859
|
+
$value: "#194B33",
|
|
860
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
861
|
+
isSource: !0,
|
|
862
|
+
$type: "color",
|
|
863
|
+
original: {
|
|
864
|
+
$value: "#194B33",
|
|
865
|
+
$type: "color",
|
|
866
|
+
key: "{color.signalGreen.150}"
|
|
867
|
+
},
|
|
868
|
+
name: "colorSignalGreen150",
|
|
869
|
+
attributes: {},
|
|
870
|
+
path: ["color", "signalGreen", "150"]
|
|
901
871
|
}
|
|
902
872
|
},
|
|
903
873
|
signalYellow: {
|
|
904
874
|
10: {
|
|
905
875
|
key: "{color.signalYellow.10}",
|
|
906
|
-
$value: "#
|
|
907
|
-
filePath: "tokens/colors.json",
|
|
876
|
+
$value: "#fff8e2",
|
|
877
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
908
878
|
isSource: !0,
|
|
909
879
|
$type: "color",
|
|
910
880
|
original: {
|
|
911
|
-
$value: "#
|
|
881
|
+
$value: "#fff8e2",
|
|
912
882
|
$type: "color",
|
|
913
883
|
key: "{color.signalYellow.10}"
|
|
914
884
|
},
|
|
@@ -918,12 +888,12 @@ const xr = {
|
|
|
918
888
|
},
|
|
919
889
|
20: {
|
|
920
890
|
key: "{color.signalYellow.20}",
|
|
921
|
-
$value: "#
|
|
922
|
-
filePath: "tokens/colors.json",
|
|
891
|
+
$value: "#fff1cd",
|
|
892
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
923
893
|
isSource: !0,
|
|
924
894
|
$type: "color",
|
|
925
895
|
original: {
|
|
926
|
-
$value: "#
|
|
896
|
+
$value: "#fff1cd",
|
|
927
897
|
$type: "color",
|
|
928
898
|
key: "{color.signalYellow.20}"
|
|
929
899
|
},
|
|
@@ -931,27 +901,282 @@ const xr = {
|
|
|
931
901
|
attributes: {},
|
|
932
902
|
path: ["color", "signalYellow", "20"]
|
|
933
903
|
},
|
|
904
|
+
30: {
|
|
905
|
+
key: "{color.signalYellow.30}",
|
|
906
|
+
$value: "#ffeab8",
|
|
907
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
908
|
+
isSource: !0,
|
|
909
|
+
$type: "color",
|
|
910
|
+
original: {
|
|
911
|
+
$value: "#ffeab8",
|
|
912
|
+
$type: "color",
|
|
913
|
+
key: "{color.signalYellow.30}"
|
|
914
|
+
},
|
|
915
|
+
name: "colorSignalYellow30",
|
|
916
|
+
attributes: {},
|
|
917
|
+
path: ["color", "signalYellow", "30"]
|
|
918
|
+
},
|
|
919
|
+
40: {
|
|
920
|
+
key: "{color.signalYellow.40}",
|
|
921
|
+
$value: "#ffe3a3",
|
|
922
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
923
|
+
isSource: !0,
|
|
924
|
+
$type: "color",
|
|
925
|
+
original: {
|
|
926
|
+
$value: "#ffe3a3",
|
|
927
|
+
$type: "color",
|
|
928
|
+
key: "{color.signalYellow.40}"
|
|
929
|
+
},
|
|
930
|
+
name: "colorSignalYellow40",
|
|
931
|
+
attributes: {},
|
|
932
|
+
path: ["color", "signalYellow", "40"]
|
|
933
|
+
},
|
|
934
|
+
50: {
|
|
935
|
+
key: "{color.signalYellow.50}",
|
|
936
|
+
$value: "#ffdc8b",
|
|
937
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
938
|
+
isSource: !0,
|
|
939
|
+
$type: "color",
|
|
940
|
+
original: {
|
|
941
|
+
$value: "#ffdc8b",
|
|
942
|
+
$type: "color",
|
|
943
|
+
key: "{color.signalYellow.50}"
|
|
944
|
+
},
|
|
945
|
+
name: "colorSignalYellow50",
|
|
946
|
+
attributes: {},
|
|
947
|
+
path: ["color", "signalYellow", "50"]
|
|
948
|
+
},
|
|
949
|
+
60: {
|
|
950
|
+
key: "{color.signalYellow.60}",
|
|
951
|
+
$value: "#ffd47b",
|
|
952
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
953
|
+
isSource: !0,
|
|
954
|
+
$type: "color",
|
|
955
|
+
original: {
|
|
956
|
+
$value: "#ffd47b",
|
|
957
|
+
$type: "color",
|
|
958
|
+
key: "{color.signalYellow.60}"
|
|
959
|
+
},
|
|
960
|
+
name: "colorSignalYellow60",
|
|
961
|
+
attributes: {},
|
|
962
|
+
path: ["color", "signalYellow", "60"]
|
|
963
|
+
},
|
|
964
|
+
70: {
|
|
965
|
+
key: "{color.signalYellow.70}",
|
|
966
|
+
$value: "#fdcd5d",
|
|
967
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
968
|
+
isSource: !0,
|
|
969
|
+
$type: "color",
|
|
970
|
+
original: {
|
|
971
|
+
$value: "#fdcd5d",
|
|
972
|
+
$type: "color",
|
|
973
|
+
key: "{color.signalYellow.70}"
|
|
974
|
+
},
|
|
975
|
+
name: "colorSignalYellow70",
|
|
976
|
+
attributes: {},
|
|
977
|
+
path: ["color", "signalYellow", "70"]
|
|
978
|
+
},
|
|
979
|
+
80: {
|
|
980
|
+
key: "{color.signalYellow.80}",
|
|
981
|
+
$value: "#fbc640",
|
|
982
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
983
|
+
isSource: !0,
|
|
984
|
+
$type: "color",
|
|
985
|
+
original: {
|
|
986
|
+
$value: "#fbc640",
|
|
987
|
+
$type: "color",
|
|
988
|
+
key: "{color.signalYellow.80}"
|
|
989
|
+
},
|
|
990
|
+
name: "colorSignalYellow80",
|
|
991
|
+
attributes: {},
|
|
992
|
+
path: ["color", "signalYellow", "80"]
|
|
993
|
+
},
|
|
994
|
+
90: {
|
|
995
|
+
key: "{color.signalYellow.90}",
|
|
996
|
+
$value: "#fabf1b",
|
|
997
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
998
|
+
isSource: !0,
|
|
999
|
+
$type: "color",
|
|
1000
|
+
original: {
|
|
1001
|
+
$value: "#fabf1b",
|
|
1002
|
+
$type: "color",
|
|
1003
|
+
key: "{color.signalYellow.90}"
|
|
1004
|
+
},
|
|
1005
|
+
name: "colorSignalYellow90",
|
|
1006
|
+
attributes: {},
|
|
1007
|
+
path: ["color", "signalYellow", "90"]
|
|
1008
|
+
},
|
|
934
1009
|
100: {
|
|
935
1010
|
key: "{color.signalYellow.100}",
|
|
936
|
-
$value: "#
|
|
937
|
-
filePath: "tokens/colors.json",
|
|
1011
|
+
$value: "#fab900",
|
|
1012
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
938
1013
|
isSource: !0,
|
|
939
1014
|
$type: "color",
|
|
940
1015
|
original: {
|
|
941
|
-
$value: "#
|
|
1016
|
+
$value: "#fab900",
|
|
942
1017
|
$type: "color",
|
|
943
1018
|
key: "{color.signalYellow.100}"
|
|
944
1019
|
},
|
|
945
1020
|
name: "colorSignalYellow100",
|
|
946
1021
|
attributes: {},
|
|
947
1022
|
path: ["color", "signalYellow", "100"]
|
|
1023
|
+
},
|
|
1024
|
+
110: {
|
|
1025
|
+
key: "{color.signalYellow.110}",
|
|
1026
|
+
$value: "#daa105",
|
|
1027
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1028
|
+
isSource: !0,
|
|
1029
|
+
$type: "color",
|
|
1030
|
+
original: {
|
|
1031
|
+
$value: "#daa105",
|
|
1032
|
+
$type: "color",
|
|
1033
|
+
key: "{color.signalYellow.110}"
|
|
1034
|
+
},
|
|
1035
|
+
name: "colorSignalYellow110",
|
|
1036
|
+
attributes: {},
|
|
1037
|
+
path: ["color", "signalYellow", "110"]
|
|
1038
|
+
},
|
|
1039
|
+
120: {
|
|
1040
|
+
key: "{color.signalYellow.120}",
|
|
1041
|
+
$value: "#bd8c1e",
|
|
1042
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1043
|
+
isSource: !0,
|
|
1044
|
+
$type: "color",
|
|
1045
|
+
original: {
|
|
1046
|
+
$value: "#bd8c1e",
|
|
1047
|
+
$type: "color",
|
|
1048
|
+
key: "{color.signalYellow.120}"
|
|
1049
|
+
},
|
|
1050
|
+
name: "colorSignalYellow120",
|
|
1051
|
+
attributes: {},
|
|
1052
|
+
path: ["color", "signalYellow", "120"]
|
|
1053
|
+
},
|
|
1054
|
+
130: {
|
|
1055
|
+
key: "{color.signalYellow.130}",
|
|
1056
|
+
$value: "#a17927",
|
|
1057
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1058
|
+
isSource: !0,
|
|
1059
|
+
$type: "color",
|
|
1060
|
+
original: {
|
|
1061
|
+
$value: "#a17927",
|
|
1062
|
+
$type: "color",
|
|
1063
|
+
key: "{color.signalYellow.130}"
|
|
1064
|
+
},
|
|
1065
|
+
name: "colorSignalYellow130",
|
|
1066
|
+
attributes: {},
|
|
1067
|
+
path: ["color", "signalYellow", "130"]
|
|
1068
|
+
},
|
|
1069
|
+
140: {
|
|
1070
|
+
key: "{color.signalYellow.140}",
|
|
1071
|
+
$value: "#88672a",
|
|
1072
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1073
|
+
isSource: !0,
|
|
1074
|
+
$type: "color",
|
|
1075
|
+
original: {
|
|
1076
|
+
$value: "#88672a",
|
|
1077
|
+
$type: "color",
|
|
1078
|
+
key: "{color.signalYellow.140}"
|
|
1079
|
+
},
|
|
1080
|
+
name: "colorSignalYellow140",
|
|
1081
|
+
attributes: {},
|
|
1082
|
+
path: ["color", "signalYellow", "140"]
|
|
1083
|
+
},
|
|
1084
|
+
150: {
|
|
1085
|
+
key: "{color.signalYellow.150}",
|
|
1086
|
+
$value: "#70562b",
|
|
1087
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1088
|
+
isSource: !0,
|
|
1089
|
+
$type: "color",
|
|
1090
|
+
original: {
|
|
1091
|
+
$value: "#70562b",
|
|
1092
|
+
$type: "color",
|
|
1093
|
+
key: "{color.signalYellow.150}"
|
|
1094
|
+
},
|
|
1095
|
+
name: "colorSignalYellow150",
|
|
1096
|
+
attributes: {},
|
|
1097
|
+
path: ["color", "signalYellow", "150"]
|
|
1098
|
+
},
|
|
1099
|
+
160: {
|
|
1100
|
+
key: "{color.signalYellow.160}",
|
|
1101
|
+
$value: "#5a4629",
|
|
1102
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1103
|
+
isSource: !0,
|
|
1104
|
+
$type: "color",
|
|
1105
|
+
original: {
|
|
1106
|
+
$value: "#5a4629",
|
|
1107
|
+
$type: "color",
|
|
1108
|
+
key: "{color.signalYellow.160}"
|
|
1109
|
+
},
|
|
1110
|
+
name: "colorSignalYellow160",
|
|
1111
|
+
attributes: {},
|
|
1112
|
+
path: ["color", "signalYellow", "160"]
|
|
1113
|
+
},
|
|
1114
|
+
170: {
|
|
1115
|
+
key: "{color.signalYellow.170}",
|
|
1116
|
+
$value: "#453826",
|
|
1117
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1118
|
+
isSource: !0,
|
|
1119
|
+
$type: "color",
|
|
1120
|
+
original: {
|
|
1121
|
+
$value: "#453826",
|
|
1122
|
+
$type: "color",
|
|
1123
|
+
key: "{color.signalYellow.170}"
|
|
1124
|
+
},
|
|
1125
|
+
name: "colorSignalYellow170",
|
|
1126
|
+
attributes: {},
|
|
1127
|
+
path: ["color", "signalYellow", "170"]
|
|
1128
|
+
},
|
|
1129
|
+
180: {
|
|
1130
|
+
key: "{color.signalYellow.180}",
|
|
1131
|
+
$value: "#322a20",
|
|
1132
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1133
|
+
isSource: !0,
|
|
1134
|
+
$type: "color",
|
|
1135
|
+
original: {
|
|
1136
|
+
$value: "#322a20",
|
|
1137
|
+
$type: "color",
|
|
1138
|
+
key: "{color.signalYellow.180}"
|
|
1139
|
+
},
|
|
1140
|
+
name: "colorSignalYellow180",
|
|
1141
|
+
attributes: {},
|
|
1142
|
+
path: ["color", "signalYellow", "180"]
|
|
1143
|
+
},
|
|
1144
|
+
190: {
|
|
1145
|
+
key: "{color.signalYellow.190}",
|
|
1146
|
+
$value: "#201c18",
|
|
1147
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1148
|
+
isSource: !0,
|
|
1149
|
+
$type: "color",
|
|
1150
|
+
original: {
|
|
1151
|
+
$value: "#201c18",
|
|
1152
|
+
$type: "color",
|
|
1153
|
+
key: "{color.signalYellow.190}"
|
|
1154
|
+
},
|
|
1155
|
+
name: "colorSignalYellow190",
|
|
1156
|
+
attributes: {},
|
|
1157
|
+
path: ["color", "signalYellow", "190"]
|
|
1158
|
+
},
|
|
1159
|
+
200: {
|
|
1160
|
+
key: "{color.signalYellow.200}",
|
|
1161
|
+
$value: "#0f0e0e",
|
|
1162
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1163
|
+
isSource: !0,
|
|
1164
|
+
$type: "color",
|
|
1165
|
+
original: {
|
|
1166
|
+
$value: "#0f0e0e",
|
|
1167
|
+
$type: "color",
|
|
1168
|
+
key: "{color.signalYellow.200}"
|
|
1169
|
+
},
|
|
1170
|
+
name: "colorSignalYellow200",
|
|
1171
|
+
attributes: {},
|
|
1172
|
+
path: ["color", "signalYellow", "200"]
|
|
948
1173
|
}
|
|
949
1174
|
},
|
|
950
1175
|
signalRed: {
|
|
951
1176
|
10: {
|
|
952
1177
|
key: "{color.signalRed.10}",
|
|
953
1178
|
$value: "#ffefef",
|
|
954
|
-
filePath: "tokens/colors.json",
|
|
1179
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
955
1180
|
isSource: !0,
|
|
956
1181
|
$type: "color",
|
|
957
1182
|
original: {
|
|
@@ -966,7 +1191,7 @@ const xr = {
|
|
|
966
1191
|
20: {
|
|
967
1192
|
key: "{color.signalRed.20}",
|
|
968
1193
|
$value: "#ffdfdf",
|
|
969
|
-
filePath: "tokens/colors.json",
|
|
1194
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
970
1195
|
isSource: !0,
|
|
971
1196
|
$type: "color",
|
|
972
1197
|
original: {
|
|
@@ -981,7 +1206,7 @@ const xr = {
|
|
|
981
1206
|
30: {
|
|
982
1207
|
key: "{color.signalRed.30}",
|
|
983
1208
|
$value: "#fcc8c8",
|
|
984
|
-
filePath: "tokens/colors.json",
|
|
1209
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
985
1210
|
isSource: !0,
|
|
986
1211
|
$type: "color",
|
|
987
1212
|
original: {
|
|
@@ -996,7 +1221,7 @@ const xr = {
|
|
|
996
1221
|
40: {
|
|
997
1222
|
key: "{color.signalRed.40}",
|
|
998
1223
|
$value: "#f9b0b0",
|
|
999
|
-
filePath: "tokens/colors.json",
|
|
1224
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1000
1225
|
isSource: !0,
|
|
1001
1226
|
$type: "color",
|
|
1002
1227
|
original: {
|
|
@@ -1011,7 +1236,7 @@ const xr = {
|
|
|
1011
1236
|
50: {
|
|
1012
1237
|
key: "{color.signalRed.50}",
|
|
1013
1238
|
$value: "#f69999",
|
|
1014
|
-
filePath: "tokens/colors.json",
|
|
1239
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1015
1240
|
isSource: !0,
|
|
1016
1241
|
$type: "color",
|
|
1017
1242
|
original: {
|
|
@@ -1026,7 +1251,7 @@ const xr = {
|
|
|
1026
1251
|
60: {
|
|
1027
1252
|
key: "{color.signalRed.60}",
|
|
1028
1253
|
$value: "#f38181",
|
|
1029
|
-
filePath: "tokens/colors.json",
|
|
1254
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1030
1255
|
isSource: !0,
|
|
1031
1256
|
$type: "color",
|
|
1032
1257
|
original: {
|
|
@@ -1041,7 +1266,7 @@ const xr = {
|
|
|
1041
1266
|
70: {
|
|
1042
1267
|
key: "{color.signalRed.70}",
|
|
1043
1268
|
$value: "#ef6a6a",
|
|
1044
|
-
filePath: "tokens/colors.json",
|
|
1269
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1045
1270
|
isSource: !0,
|
|
1046
1271
|
$type: "color",
|
|
1047
1272
|
original: {
|
|
@@ -1055,12 +1280,12 @@ const xr = {
|
|
|
1055
1280
|
},
|
|
1056
1281
|
80: {
|
|
1057
1282
|
key: "{color.signalRed.80}",
|
|
1058
|
-
$value: "#
|
|
1059
|
-
filePath: "tokens/colors.json",
|
|
1283
|
+
$value: "#EC5252",
|
|
1284
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1060
1285
|
isSource: !0,
|
|
1061
1286
|
$type: "color",
|
|
1062
1287
|
original: {
|
|
1063
|
-
$value: "#
|
|
1288
|
+
$value: "#EC5252",
|
|
1064
1289
|
$type: "color",
|
|
1065
1290
|
key: "{color.signalRed.80}"
|
|
1066
1291
|
},
|
|
@@ -1071,7 +1296,7 @@ const xr = {
|
|
|
1071
1296
|
90: {
|
|
1072
1297
|
key: "{color.signalRed.90}",
|
|
1073
1298
|
$value: "#e93b3b",
|
|
1074
|
-
filePath: "tokens/colors.json",
|
|
1299
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1075
1300
|
isSource: !0,
|
|
1076
1301
|
$type: "color",
|
|
1077
1302
|
original: {
|
|
@@ -1086,7 +1311,7 @@ const xr = {
|
|
|
1086
1311
|
100: {
|
|
1087
1312
|
key: "{color.signalRed.100}",
|
|
1088
1313
|
$value: "#e62323",
|
|
1089
|
-
filePath: "tokens/colors.json",
|
|
1314
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1090
1315
|
isSource: !0,
|
|
1091
1316
|
$type: "color",
|
|
1092
1317
|
original: {
|
|
@@ -1101,7 +1326,7 @@ const xr = {
|
|
|
1101
1326
|
110: {
|
|
1102
1327
|
key: "{color.signalRed.110}",
|
|
1103
1328
|
$value: "#d12020",
|
|
1104
|
-
filePath: "tokens/colors.json",
|
|
1329
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1105
1330
|
isSource: !0,
|
|
1106
1331
|
$type: "color",
|
|
1107
1332
|
original: {
|
|
@@ -1116,7 +1341,7 @@ const xr = {
|
|
|
1116
1341
|
120: {
|
|
1117
1342
|
key: "{color.signalRed.120}",
|
|
1118
1343
|
$value: "#bc1d1d",
|
|
1119
|
-
filePath: "tokens/colors.json",
|
|
1344
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1120
1345
|
isSource: !0,
|
|
1121
1346
|
$type: "color",
|
|
1122
1347
|
original: {
|
|
@@ -1131,7 +1356,7 @@ const xr = {
|
|
|
1131
1356
|
130: {
|
|
1132
1357
|
key: "{color.signalRed.130}",
|
|
1133
1358
|
$value: "#a71919",
|
|
1134
|
-
filePath: "tokens/colors.json",
|
|
1359
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1135
1360
|
isSource: !0,
|
|
1136
1361
|
$type: "color",
|
|
1137
1362
|
original: {
|
|
@@ -1146,7 +1371,7 @@ const xr = {
|
|
|
1146
1371
|
140: {
|
|
1147
1372
|
key: "{color.signalRed.140}",
|
|
1148
1373
|
$value: "#921616",
|
|
1149
|
-
filePath: "tokens/colors.json",
|
|
1374
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1150
1375
|
isSource: !0,
|
|
1151
1376
|
$type: "color",
|
|
1152
1377
|
original: {
|
|
@@ -1161,7 +1386,7 @@ const xr = {
|
|
|
1161
1386
|
150: {
|
|
1162
1387
|
key: "{color.signalRed.150}",
|
|
1163
1388
|
$value: "#7d1313",
|
|
1164
|
-
filePath: "tokens/colors.json",
|
|
1389
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1165
1390
|
isSource: !0,
|
|
1166
1391
|
$type: "color",
|
|
1167
1392
|
original: {
|
|
@@ -1176,7 +1401,7 @@ const xr = {
|
|
|
1176
1401
|
160: {
|
|
1177
1402
|
key: "{color.signalRed.160}",
|
|
1178
1403
|
$value: "#691010",
|
|
1179
|
-
filePath: "tokens/colors.json",
|
|
1404
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1180
1405
|
isSource: !0,
|
|
1181
1406
|
$type: "color",
|
|
1182
1407
|
original: {
|
|
@@ -1191,7 +1416,7 @@ const xr = {
|
|
|
1191
1416
|
170: {
|
|
1192
1417
|
key: "{color.signalRed.170}",
|
|
1193
1418
|
$value: "#540d0d",
|
|
1194
|
-
filePath: "tokens/colors.json",
|
|
1419
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1195
1420
|
isSource: !0,
|
|
1196
1421
|
$type: "color",
|
|
1197
1422
|
original: {
|
|
@@ -1206,7 +1431,7 @@ const xr = {
|
|
|
1206
1431
|
180: {
|
|
1207
1432
|
key: "{color.signalRed.180}",
|
|
1208
1433
|
$value: "#3f0a0a",
|
|
1209
|
-
filePath: "tokens/colors.json",
|
|
1434
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1210
1435
|
isSource: !0,
|
|
1211
1436
|
$type: "color",
|
|
1212
1437
|
original: {
|
|
@@ -1221,7 +1446,7 @@ const xr = {
|
|
|
1221
1446
|
190: {
|
|
1222
1447
|
key: "{color.signalRed.190}",
|
|
1223
1448
|
$value: "#2a0606",
|
|
1224
|
-
filePath: "tokens/colors.json",
|
|
1449
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1225
1450
|
isSource: !0,
|
|
1226
1451
|
$type: "color",
|
|
1227
1452
|
original: {
|
|
@@ -1236,7 +1461,7 @@ const xr = {
|
|
|
1236
1461
|
200: {
|
|
1237
1462
|
key: "{color.signalRed.200}",
|
|
1238
1463
|
$value: "#150303",
|
|
1239
|
-
filePath: "tokens/colors.json",
|
|
1464
|
+
filePath: "packages/theme/tokens/colors.json",
|
|
1240
1465
|
isSource: !0,
|
|
1241
1466
|
$type: "color",
|
|
1242
1467
|
original: {
|
|
@@ -1255,7 +1480,7 @@ const xr = {
|
|
|
1255
1480
|
key: "{background.base}",
|
|
1256
1481
|
$value: "light-dark(#fff, #171717)",
|
|
1257
1482
|
$description: "Standardbakgrund för våra applikationer",
|
|
1258
|
-
filePath: "tokens/object-values.json",
|
|
1483
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1259
1484
|
isSource: !0,
|
|
1260
1485
|
original: {
|
|
1261
1486
|
$value: "light-dark({color.white.base}, {color.gray.200})",
|
|
@@ -1270,7 +1495,7 @@ const xr = {
|
|
|
1270
1495
|
key: "{background.hover}",
|
|
1271
1496
|
$value: "light-dark(#e6e6e6, #212121)",
|
|
1272
1497
|
$description: "Hoverfärg för bakgrund",
|
|
1273
|
-
filePath: "tokens/object-values.json",
|
|
1498
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1274
1499
|
isSource: !0,
|
|
1275
1500
|
original: {
|
|
1276
1501
|
$value: "light-dark({color.white.hover}, {color.gray.190})",
|
|
@@ -1285,7 +1510,7 @@ const xr = {
|
|
|
1285
1510
|
key: "{background.inverse}",
|
|
1286
1511
|
$value: "light-dark(#171717, #f2f2f2)",
|
|
1287
1512
|
$description: "Bakgrund eller element i med hög kontrast",
|
|
1288
|
-
filePath: "tokens/object-values.json",
|
|
1513
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1289
1514
|
isSource: !0,
|
|
1290
1515
|
original: {
|
|
1291
1516
|
$value: "light-dark({color.gray.200}, {color.gray.10})",
|
|
@@ -1303,7 +1528,7 @@ const xr = {
|
|
|
1303
1528
|
key: "{layer.01.base}",
|
|
1304
1529
|
$value: "light-dark(#f2f2f2, #262626)",
|
|
1305
1530
|
$description: "Yta som används på background. Sekundär bakgrundsfärg",
|
|
1306
|
-
filePath: "tokens/object-values.json",
|
|
1531
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1307
1532
|
isSource: !0,
|
|
1308
1533
|
original: {
|
|
1309
1534
|
$value: "light-dark({color.gray.10}, {color.gray.180})",
|
|
@@ -1318,7 +1543,7 @@ const xr = {
|
|
|
1318
1543
|
key: "{layer.01.hover}",
|
|
1319
1544
|
$value: "light-dark(#e6e6e6, #333)",
|
|
1320
1545
|
$description: "Hover state för layer01",
|
|
1321
|
-
filePath: "tokens/object-values.json",
|
|
1546
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1322
1547
|
isSource: !0,
|
|
1323
1548
|
original: {
|
|
1324
1549
|
$value: "light-dark({color.gray.20}, {color.gray.170})",
|
|
@@ -1333,7 +1558,7 @@ const xr = {
|
|
|
1333
1558
|
key: "{layer.01.selected}",
|
|
1334
1559
|
$value: "light-dark(#d9d9d9, #383838)",
|
|
1335
1560
|
$description: "Selected state för layer01",
|
|
1336
|
-
filePath: "tokens/object-values.json",
|
|
1561
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1337
1562
|
isSource: !0,
|
|
1338
1563
|
original: {
|
|
1339
1564
|
$value: "light-dark({color.gray.30}, {color.gray.160})",
|
|
@@ -1348,7 +1573,7 @@ const xr = {
|
|
|
1348
1573
|
key: "{layer.01.selectedHover}",
|
|
1349
1574
|
$value: "light-dark(#ccc, #474747)",
|
|
1350
1575
|
$description: "Hover state för layerSelected01",
|
|
1351
|
-
filePath: "tokens/object-values.json",
|
|
1576
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1352
1577
|
isSource: !0,
|
|
1353
1578
|
original: {
|
|
1354
1579
|
$value: "light-dark({color.gray.40}, {color.gray.150})",
|
|
@@ -1365,7 +1590,7 @@ const xr = {
|
|
|
1365
1590
|
key: "{layer.02.base}",
|
|
1366
1591
|
$value: "light-dark(#fff, #383838)",
|
|
1367
1592
|
$description: "Yta som ligger på layer01",
|
|
1368
|
-
filePath: "tokens/object-values.json",
|
|
1593
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1369
1594
|
isSource: !0,
|
|
1370
1595
|
original: {
|
|
1371
1596
|
$value: "light-dark({color.white.base}, {color.gray.160})",
|
|
@@ -1380,7 +1605,7 @@ const xr = {
|
|
|
1380
1605
|
key: "{layer.02.hover}",
|
|
1381
1606
|
$value: "light-dark(#e6e6e6, #474747)",
|
|
1382
1607
|
$description: "Hover state för layer02",
|
|
1383
|
-
filePath: "tokens/object-values.json",
|
|
1608
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1384
1609
|
isSource: !0,
|
|
1385
1610
|
original: {
|
|
1386
1611
|
$value: "light-dark({color.white.hover}, {color.gray.150})",
|
|
@@ -1395,7 +1620,7 @@ const xr = {
|
|
|
1395
1620
|
key: "{layer.02.selected}",
|
|
1396
1621
|
$value: "light-dark(#d9d9d9, #525252)",
|
|
1397
1622
|
$description: "Selected state för layer02",
|
|
1398
|
-
filePath: "tokens/object-values.json",
|
|
1623
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1399
1624
|
isSource: !0,
|
|
1400
1625
|
original: {
|
|
1401
1626
|
$value: "light-dark({color.gray.30}, {color.gray.140})",
|
|
@@ -1410,7 +1635,7 @@ const xr = {
|
|
|
1410
1635
|
key: "{layer.02.selectedHover}",
|
|
1411
1636
|
$value: "light-dark(#ccc, #5d5d5d)",
|
|
1412
1637
|
$description: "Hover state för layerSelected02",
|
|
1413
|
-
filePath: "tokens/object-values.json",
|
|
1638
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1414
1639
|
isSource: !0,
|
|
1415
1640
|
original: {
|
|
1416
1641
|
$value: "light-dark({color.gray.40}, {color.gray.130})",
|
|
@@ -1429,7 +1654,7 @@ const xr = {
|
|
|
1429
1654
|
key: "{layerAccent.01.base}",
|
|
1430
1655
|
$value: "light-dark(#d9d9d9, #383838)",
|
|
1431
1656
|
$description: "Accentfärg som används tillsammans med layer01",
|
|
1432
|
-
filePath: "tokens/object-values.json",
|
|
1657
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1433
1658
|
isSource: !0,
|
|
1434
1659
|
original: {
|
|
1435
1660
|
$value: "light-dark({color.gray.30}, {color.gray.160})",
|
|
@@ -1444,7 +1669,7 @@ const xr = {
|
|
|
1444
1669
|
key: "{layerAccent.01.hover}",
|
|
1445
1670
|
$value: "light-dark(#ccc, #474747)",
|
|
1446
1671
|
$description: "Hover state för layerAccent01",
|
|
1447
|
-
filePath: "tokens/object-values.json",
|
|
1672
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1448
1673
|
isSource: !0,
|
|
1449
1674
|
original: {
|
|
1450
1675
|
$value: "light-dark({color.gray.40}, {color.gray.150})",
|
|
@@ -1459,7 +1684,7 @@ const xr = {
|
|
|
1459
1684
|
key: "{layerAccent.01.selected}",
|
|
1460
1685
|
$value: "light-dark(#bfbfbf, #525252)",
|
|
1461
1686
|
$description: "Selected state för layerAccent01",
|
|
1462
|
-
filePath: "tokens/object-values.json",
|
|
1687
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1463
1688
|
isSource: !0,
|
|
1464
1689
|
original: {
|
|
1465
1690
|
$value: "light-dark({color.gray.50}, {color.gray.140})",
|
|
@@ -1476,7 +1701,7 @@ const xr = {
|
|
|
1476
1701
|
key: "{layerAccent.02.base}",
|
|
1477
1702
|
$value: "light-dark(#f2f2f2, #262626)",
|
|
1478
1703
|
$description: "Accentfärg som används tillsammans med layer02",
|
|
1479
|
-
filePath: "tokens/object-values.json",
|
|
1704
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1480
1705
|
isSource: !0,
|
|
1481
1706
|
original: {
|
|
1482
1707
|
$value: "light-dark({color.gray.10}, {color.gray.180})",
|
|
@@ -1491,7 +1716,7 @@ const xr = {
|
|
|
1491
1716
|
key: "{layerAccent.02.hover}",
|
|
1492
1717
|
$value: "light-dark(#e6e6e6, #333)",
|
|
1493
1718
|
$description: "Hover state för layerAccent02",
|
|
1494
|
-
filePath: "tokens/object-values.json",
|
|
1719
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1495
1720
|
isSource: !0,
|
|
1496
1721
|
original: {
|
|
1497
1722
|
$value: "light-dark({color.gray.20}, {color.gray.170})",
|
|
@@ -1506,7 +1731,7 @@ const xr = {
|
|
|
1506
1731
|
key: "{layerAccent.02.selected}",
|
|
1507
1732
|
$value: "light-dark(#d9d9d9, #383838)",
|
|
1508
1733
|
$description: "Selected state för layerAccent02",
|
|
1509
|
-
filePath: "tokens/object-values.json",
|
|
1734
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1510
1735
|
isSource: !0,
|
|
1511
1736
|
original: {
|
|
1512
1737
|
$value: "light-dark({color.gray.30}, {color.gray.160})",
|
|
@@ -1524,7 +1749,7 @@ const xr = {
|
|
|
1524
1749
|
key: "{brand.primary}",
|
|
1525
1750
|
$value: "light-dark(#b90835, #b90835)",
|
|
1526
1751
|
$description: "Primära röda färgen",
|
|
1527
|
-
filePath: "tokens/object-values.json",
|
|
1752
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1528
1753
|
isSource: !0,
|
|
1529
1754
|
original: {
|
|
1530
1755
|
$value: "light-dark({color.red.100}, {color.red.100})",
|
|
@@ -1542,7 +1767,7 @@ const xr = {
|
|
|
1542
1767
|
key: "{border.color.primary}",
|
|
1543
1768
|
$value: "light-dark(#171717, #f2f2f2)",
|
|
1544
1769
|
$description: "Kantlinje med hög kontrast, används med field01",
|
|
1545
|
-
filePath: "tokens/object-values.json",
|
|
1770
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1546
1771
|
isSource: !0,
|
|
1547
1772
|
original: {
|
|
1548
1773
|
$value: "light-dark({color.gray.200}, {color.gray.10})",
|
|
@@ -1557,7 +1782,7 @@ const xr = {
|
|
|
1557
1782
|
key: "{border.color.secondary}",
|
|
1558
1783
|
$value: "light-dark(#737373, #8c8c8c)",
|
|
1559
1784
|
$description: "Kantlinje med medelhög kontrast",
|
|
1560
|
-
filePath: "tokens/object-values.json",
|
|
1785
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1561
1786
|
isSource: !0,
|
|
1562
1787
|
original: {
|
|
1563
1788
|
$value: "light-dark({color.gray.110}, {color.gray.90})",
|
|
@@ -1572,7 +1797,7 @@ const xr = {
|
|
|
1572
1797
|
key: "{border.color.subtle}",
|
|
1573
1798
|
$value: "light-dark(#bfbfbf, #383838)",
|
|
1574
1799
|
$description: "Kantlinje med låg kontrast",
|
|
1575
|
-
filePath: "tokens/object-values.json",
|
|
1800
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1576
1801
|
isSource: !0,
|
|
1577
1802
|
original: {
|
|
1578
1803
|
$value: "light-dark({color.gray.50}, {color.gray.160})",
|
|
@@ -1587,7 +1812,7 @@ const xr = {
|
|
|
1587
1812
|
key: "{border.color.tertiary}",
|
|
1588
1813
|
$value: "light-dark(#143c50, #2e7ca5)",
|
|
1589
1814
|
$description: "Primärblå kantlinje",
|
|
1590
|
-
filePath: "tokens/object-values.json",
|
|
1815
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1591
1816
|
isSource: !0,
|
|
1592
1817
|
original: {
|
|
1593
1818
|
$value: "light-dark({color.blue.150}, {color.blue.100})",
|
|
@@ -1602,7 +1827,7 @@ const xr = {
|
|
|
1602
1827
|
key: "{border.color.disabled}",
|
|
1603
1828
|
$value: "light-dark(#bfbfbf, #525252)",
|
|
1604
1829
|
$description: "Kantlinje för disabled state",
|
|
1605
|
-
filePath: "tokens/object-values.json",
|
|
1830
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1606
1831
|
isSource: !0,
|
|
1607
1832
|
original: {
|
|
1608
1833
|
$value: "light-dark({color.gray.50}, {color.gray.140})",
|
|
@@ -1618,7 +1843,7 @@ const xr = {
|
|
|
1618
1843
|
key: "{border.width}",
|
|
1619
1844
|
$type: "size",
|
|
1620
1845
|
$value: "1px",
|
|
1621
|
-
filePath: "tokens/object-values.json",
|
|
1846
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1622
1847
|
isSource: !0,
|
|
1623
1848
|
original: {
|
|
1624
1849
|
$type: "size",
|
|
@@ -1636,7 +1861,7 @@ const xr = {
|
|
|
1636
1861
|
key: "{field.01.base}",
|
|
1637
1862
|
$value: "light-dark(#f2f2f2, #262626)",
|
|
1638
1863
|
$description: "Standardfärg för fält, som ligger på background",
|
|
1639
|
-
filePath: "tokens/object-values.json",
|
|
1864
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1640
1865
|
isSource: !0,
|
|
1641
1866
|
original: {
|
|
1642
1867
|
$value: "light-dark({color.gray.10}, {color.gray.180})",
|
|
@@ -1651,7 +1876,7 @@ const xr = {
|
|
|
1651
1876
|
key: "{field.01.hover}",
|
|
1652
1877
|
$value: "light-dark(#e6e6e6, #333)",
|
|
1653
1878
|
$description: "Hover state för field01",
|
|
1654
|
-
filePath: "tokens/object-values.json",
|
|
1879
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1655
1880
|
isSource: !0,
|
|
1656
1881
|
original: {
|
|
1657
1882
|
$value: "light-dark({color.gray.20}, {color.gray.170})",
|
|
@@ -1666,7 +1891,7 @@ const xr = {
|
|
|
1666
1891
|
key: "{field.01.active}",
|
|
1667
1892
|
$value: "light-dark(#d9d9d9, #383838)",
|
|
1668
1893
|
$description: "Active state för field01",
|
|
1669
|
-
filePath: "tokens/object-values.json",
|
|
1894
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1670
1895
|
isSource: !0,
|
|
1671
1896
|
original: {
|
|
1672
1897
|
$value: "light-dark({color.gray.30}, {color.gray.160})",
|
|
@@ -1683,7 +1908,7 @@ const xr = {
|
|
|
1683
1908
|
key: "{field.02.base}",
|
|
1684
1909
|
$value: "light-dark(#fff, #383838)",
|
|
1685
1910
|
$description: "Sekundfärfärg för fält, som ligger på layer01",
|
|
1686
|
-
filePath: "tokens/object-values.json",
|
|
1911
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1687
1912
|
isSource: !0,
|
|
1688
1913
|
original: {
|
|
1689
1914
|
$value: "light-dark({color.white.base}, {color.gray.160})",
|
|
@@ -1698,7 +1923,7 @@ const xr = {
|
|
|
1698
1923
|
key: "{field.02.hover}",
|
|
1699
1924
|
$value: "light-dark(#e6e6e6, #474747)",
|
|
1700
1925
|
$description: "Hover state för field02",
|
|
1701
|
-
filePath: "tokens/object-values.json",
|
|
1926
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1702
1927
|
isSource: !0,
|
|
1703
1928
|
original: {
|
|
1704
1929
|
$value: "light-dark({color.white.hover}, {color.gray.150})",
|
|
@@ -1713,7 +1938,7 @@ const xr = {
|
|
|
1713
1938
|
key: "{field.02.active}",
|
|
1714
1939
|
$value: "light-dark(#d9d9d9, #525252)",
|
|
1715
1940
|
$description: "Active state för field02",
|
|
1716
|
-
filePath: "tokens/object-values.json",
|
|
1941
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1717
1942
|
isSource: !0,
|
|
1718
1943
|
original: {
|
|
1719
1944
|
$value: "light-dark({color.gray.30}, {color.gray.140})",
|
|
@@ -1729,7 +1954,7 @@ const xr = {
|
|
|
1729
1954
|
key: "{field.disabled}",
|
|
1730
1955
|
$value: "light-dark(#f2f2f2, #262626)",
|
|
1731
1956
|
$description: "Disabled state för fält",
|
|
1732
|
-
filePath: "tokens/object-values.json",
|
|
1957
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1733
1958
|
isSource: !0,
|
|
1734
1959
|
original: {
|
|
1735
1960
|
$value: "light-dark({color.gray.10}, {color.gray.180})",
|
|
@@ -1746,7 +1971,7 @@ const xr = {
|
|
|
1746
1971
|
key: "{skeleton.01}",
|
|
1747
1972
|
$value: "light-dark(#f2f2f2, #262626)",
|
|
1748
1973
|
$description: "Standardfärg för skeleton",
|
|
1749
|
-
filePath: "tokens/object-values.json",
|
|
1974
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1750
1975
|
isSource: !0,
|
|
1751
1976
|
original: {
|
|
1752
1977
|
$value: "light-dark({color.gray.10}, {color.gray.180})",
|
|
@@ -1761,7 +1986,7 @@ const xr = {
|
|
|
1761
1986
|
key: "{skeleton.02}",
|
|
1762
1987
|
$value: "light-dark(#d9d9d9, #383838)",
|
|
1763
1988
|
$description: "Färg som används när Skeleton ligger på bakgrundsfärgen `layer01` eller `light-dark(#f2f2f2,#262626)`",
|
|
1764
|
-
filePath: "tokens/object-values.json",
|
|
1989
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1765
1990
|
isSource: !0,
|
|
1766
1991
|
original: {
|
|
1767
1992
|
$value: "light-dark({color.gray.30}, {color.gray.160})",
|
|
@@ -1778,7 +2003,7 @@ const xr = {
|
|
|
1778
2003
|
key: "{icon.primary}",
|
|
1779
2004
|
$value: "light-dark(#171717, #f2f2f2)",
|
|
1780
2005
|
$description: "Primär ikonfärg",
|
|
1781
|
-
filePath: "tokens/object-values.json",
|
|
2006
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1782
2007
|
isSource: !0,
|
|
1783
2008
|
original: {
|
|
1784
2009
|
$value: "light-dark({color.gray.200}, {color.gray.10})",
|
|
@@ -1793,7 +2018,7 @@ const xr = {
|
|
|
1793
2018
|
key: "{icon.secondary}",
|
|
1794
2019
|
$value: "light-dark(#525252, #a6a6a6)",
|
|
1795
2020
|
$description: "Sekundär ikonfärg",
|
|
1796
|
-
filePath: "tokens/object-values.json",
|
|
2021
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1797
2022
|
isSource: !0,
|
|
1798
2023
|
original: {
|
|
1799
2024
|
$value: "light-dark({color.gray.140}, {color.gray.70})",
|
|
@@ -1807,7 +2032,7 @@ const xr = {
|
|
|
1807
2032
|
tertiary: {
|
|
1808
2033
|
key: "{icon.tertiary}",
|
|
1809
2034
|
$value: "light-dark(#143c50, #f2f2f2)",
|
|
1810
|
-
filePath: "tokens/object-values.json",
|
|
2035
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1811
2036
|
isSource: !0,
|
|
1812
2037
|
original: {
|
|
1813
2038
|
$value: "light-dark({color.blue.150}, {color.gray.10})",
|
|
@@ -1821,7 +2046,7 @@ const xr = {
|
|
|
1821
2046
|
key: "{icon.inverse}",
|
|
1822
2047
|
$value: "light-dark(#fff, #171717)",
|
|
1823
2048
|
$description: "Inverterad ikonfärg. Ljus ikon i ljust läge och mörk ikon i mörkt läge",
|
|
1824
|
-
filePath: "tokens/object-values.json",
|
|
2049
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1825
2050
|
isSource: !0,
|
|
1826
2051
|
original: {
|
|
1827
2052
|
$value: "light-dark({color.white.base}, {color.gray.200})",
|
|
@@ -1836,7 +2061,7 @@ const xr = {
|
|
|
1836
2061
|
key: "{icon.onColor}",
|
|
1837
2062
|
$value: "light-dark(#fff, #fff)",
|
|
1838
2063
|
$description: "Ikonfärg på färgade ytor som inte är lager",
|
|
1839
|
-
filePath: "tokens/object-values.json",
|
|
2064
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1840
2065
|
isSource: !0,
|
|
1841
2066
|
original: {
|
|
1842
2067
|
$value: "light-dark({color.white.base}, {color.white.base})",
|
|
@@ -1851,7 +2076,7 @@ const xr = {
|
|
|
1851
2076
|
key: "{icon.disabled}",
|
|
1852
2077
|
$value: "light-dark(#bfbfbf, #525252)",
|
|
1853
2078
|
$description: "Ikoner som är disabled",
|
|
1854
|
-
filePath: "tokens/object-values.json",
|
|
2079
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1855
2080
|
isSource: !0,
|
|
1856
2081
|
original: {
|
|
1857
2082
|
$value: "light-dark({color.gray.50}, {color.gray.140})",
|
|
@@ -1866,7 +2091,7 @@ const xr = {
|
|
|
1866
2091
|
key: "{icon.success}",
|
|
1867
2092
|
$value: "light-dark(#008d3c, #008d3c)",
|
|
1868
2093
|
$description: "Ikonfär för success state",
|
|
1869
|
-
filePath: "tokens/object-values.json",
|
|
2094
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1870
2095
|
isSource: !0,
|
|
1871
2096
|
original: {
|
|
1872
2097
|
$value: "light-dark({color.signalGreen.100}, {color.signalGreen.100})",
|
|
@@ -1881,7 +2106,7 @@ const xr = {
|
|
|
1881
2106
|
key: "{icon.info}",
|
|
1882
2107
|
$value: "light-dark(#06c, #06c)",
|
|
1883
2108
|
$description: "Ikonfärg för informationsikoner",
|
|
1884
|
-
filePath: "tokens/object-values.json",
|
|
2109
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1885
2110
|
isSource: !0,
|
|
1886
2111
|
original: {
|
|
1887
2112
|
$value: "light-dark({color.signalBlue.100}, {color.signalBlue.100})",
|
|
@@ -1896,7 +2121,7 @@ const xr = {
|
|
|
1896
2121
|
key: "{icon.warning}",
|
|
1897
2122
|
$value: "light-dark(#e62323, #e62323)",
|
|
1898
2123
|
$description: "Ikonfärg för varningsikoner och invalid state",
|
|
1899
|
-
filePath: "tokens/object-values.json",
|
|
2124
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1900
2125
|
isSource: !0,
|
|
1901
2126
|
original: {
|
|
1902
2127
|
$value: "light-dark({color.signalRed.100}, {color.signalRed.100})",
|
|
@@ -1909,9 +2134,9 @@ const xr = {
|
|
|
1909
2134
|
},
|
|
1910
2135
|
important: {
|
|
1911
2136
|
key: "{icon.important}",
|
|
1912
|
-
$value: "light-dark(#
|
|
2137
|
+
$value: "light-dark(#fab900, #fab900)",
|
|
1913
2138
|
$description: "Ikonfärg för viktig information",
|
|
1914
|
-
filePath: "tokens/object-values.json",
|
|
2139
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1915
2140
|
isSource: !0,
|
|
1916
2141
|
original: {
|
|
1917
2142
|
$value: "light-dark({color.signalYellow.100}, {color.signalYellow.100})",
|
|
@@ -1928,7 +2153,7 @@ const xr = {
|
|
|
1928
2153
|
key: "{link.enabled}",
|
|
1929
2154
|
$value: "light-dark(#29698C, #6CA3C0)",
|
|
1930
2155
|
$description: "Primärlänkfärg",
|
|
1931
|
-
filePath: "tokens/object-values.json",
|
|
2156
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1932
2157
|
isSource: !0,
|
|
1933
2158
|
original: {
|
|
1934
2159
|
$value: "light-dark({color.blue.120}, {color.blue.70})",
|
|
@@ -1943,7 +2168,7 @@ const xr = {
|
|
|
1943
2168
|
key: "{link.hover}",
|
|
1944
2169
|
$value: "light-dark(#143c50, #94BCD1)",
|
|
1945
2170
|
$description: "Hover state för länkar",
|
|
1946
|
-
filePath: "tokens/object-values.json",
|
|
2171
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1947
2172
|
isSource: !0,
|
|
1948
2173
|
original: {
|
|
1949
2174
|
$value: "light-dark({color.blue.150}, {color.blue.50})",
|
|
@@ -1958,7 +2183,7 @@ const xr = {
|
|
|
1958
2183
|
key: "{link.pressed}",
|
|
1959
2184
|
$value: "light-dark(#171717, #abcbdb)",
|
|
1960
2185
|
$description: "Active/pressed state för länkar",
|
|
1961
|
-
filePath: "tokens/object-values.json",
|
|
2186
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1962
2187
|
isSource: !0,
|
|
1963
2188
|
original: {
|
|
1964
2189
|
$value: "light-dark({color.gray.200}, {color.blue.40})",
|
|
@@ -1973,7 +2198,7 @@ const xr = {
|
|
|
1973
2198
|
key: "{link.visited}",
|
|
1974
2199
|
$value: "light-dark(#954b95, #b46ab4)",
|
|
1975
2200
|
$description: "Färg för besökta länkar",
|
|
1976
|
-
filePath: "tokens/object-values.json",
|
|
2201
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1977
2202
|
isSource: !0,
|
|
1978
2203
|
original: {
|
|
1979
2204
|
$value: "light-dark({color.purple.110}, {color.purple.80})",
|
|
@@ -1991,7 +2216,7 @@ const xr = {
|
|
|
1991
2216
|
key: "{support.border.success}",
|
|
1992
2217
|
$value: "light-dark(#008d3c, #008d3c)",
|
|
1993
2218
|
$description: "Kantlinje för success-notifikationer",
|
|
1994
|
-
filePath: "tokens/object-values.json",
|
|
2219
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
1995
2220
|
isSource: !0,
|
|
1996
2221
|
original: {
|
|
1997
2222
|
$value: "light-dark({color.signalGreen.100}, {color.signalGreen.100})",
|
|
@@ -2006,7 +2231,7 @@ const xr = {
|
|
|
2006
2231
|
key: "{support.border.info}",
|
|
2007
2232
|
$value: "light-dark(#06c, #06c)",
|
|
2008
2233
|
$description: "Kantlinje för notifikationer med information",
|
|
2009
|
-
filePath: "tokens/object-values.json",
|
|
2234
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2010
2235
|
isSource: !0,
|
|
2011
2236
|
original: {
|
|
2012
2237
|
$value: "light-dark({color.signalBlue.100}, {color.signalBlue.100})",
|
|
@@ -2019,9 +2244,9 @@ const xr = {
|
|
|
2019
2244
|
},
|
|
2020
2245
|
important: {
|
|
2021
2246
|
key: "{support.border.important}",
|
|
2022
|
-
$value: "light-dark(#
|
|
2247
|
+
$value: "light-dark(#fab900, #fab900)",
|
|
2023
2248
|
$description: "Kantlinje för notifikationer med viktig information",
|
|
2024
|
-
filePath: "tokens/object-values.json",
|
|
2249
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2025
2250
|
isSource: !0,
|
|
2026
2251
|
original: {
|
|
2027
2252
|
$value: "light-dark({color.signalYellow.100}, {color.signalYellow.100})",
|
|
@@ -2036,7 +2261,7 @@ const xr = {
|
|
|
2036
2261
|
key: "{support.border.warning}",
|
|
2037
2262
|
$value: "light-dark(#e62323, #e62323)",
|
|
2038
2263
|
$description: "Kantlinje för notifikationer med varningar",
|
|
2039
|
-
filePath: "tokens/object-values.json",
|
|
2264
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2040
2265
|
isSource: !0,
|
|
2041
2266
|
original: {
|
|
2042
2267
|
$value: "light-dark({color.signalRed.100}, {color.signalRed.100})",
|
|
@@ -2053,7 +2278,7 @@ const xr = {
|
|
|
2053
2278
|
key: "{support.background.success}",
|
|
2054
2279
|
$value: "light-dark(#d5f2d9, #262626)",
|
|
2055
2280
|
$description: "Bakgrund för success-notifikationer",
|
|
2056
|
-
filePath: "tokens/object-values.json",
|
|
2281
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2057
2282
|
isSource: !0,
|
|
2058
2283
|
original: {
|
|
2059
2284
|
$value: "light-dark({color.signalGreen.20}, {color.gray.180})",
|
|
@@ -2068,7 +2293,7 @@ const xr = {
|
|
|
2068
2293
|
key: "{support.background.successHover}",
|
|
2069
2294
|
$value: "light-dark(#bae5c5, #333)",
|
|
2070
2295
|
$description: "Hoverbakgrund för success-notifikationer",
|
|
2071
|
-
filePath: "tokens/object-values.json",
|
|
2296
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2072
2297
|
isSource: !0,
|
|
2073
2298
|
original: {
|
|
2074
2299
|
$value: "light-dark({color.signalGreen.30}, {color.gray.170})",
|
|
@@ -2083,7 +2308,7 @@ const xr = {
|
|
|
2083
2308
|
key: "{support.background.info}",
|
|
2084
2309
|
$value: "light-dark(#eaf2f6, #262626)",
|
|
2085
2310
|
$description: "Bakgrund för notifikationer med information",
|
|
2086
|
-
filePath: "tokens/object-values.json",
|
|
2311
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2087
2312
|
isSource: !0,
|
|
2088
2313
|
original: {
|
|
2089
2314
|
$value: "light-dark({color.signalBlue.10}, {color.gray.180})",
|
|
@@ -2098,7 +2323,7 @@ const xr = {
|
|
|
2098
2323
|
key: "{support.background.infoHover}",
|
|
2099
2324
|
$value: "light-dark(#d5e5ed, #333)",
|
|
2100
2325
|
$description: "Hoverbakgrund för notifikationer med information",
|
|
2101
|
-
filePath: "tokens/object-values.json",
|
|
2326
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2102
2327
|
isSource: !0,
|
|
2103
2328
|
original: {
|
|
2104
2329
|
$value: "light-dark({color.signalBlue.20}, {color.gray.170})",
|
|
@@ -2111,9 +2336,9 @@ const xr = {
|
|
|
2111
2336
|
},
|
|
2112
2337
|
important: {
|
|
2113
2338
|
key: "{support.background.important}",
|
|
2114
|
-
$value: "light-dark(#
|
|
2339
|
+
$value: "light-dark(#fff8e2, #262626)",
|
|
2115
2340
|
$description: "Bakgrund för notifikationer med viktig information",
|
|
2116
|
-
filePath: "tokens/object-values.json",
|
|
2341
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2117
2342
|
isSource: !0,
|
|
2118
2343
|
original: {
|
|
2119
2344
|
$value: "light-dark({color.signalYellow.10}, {color.gray.180})",
|
|
@@ -2126,9 +2351,9 @@ const xr = {
|
|
|
2126
2351
|
},
|
|
2127
2352
|
importantHover: {
|
|
2128
2353
|
key: "{support.background.importantHover}",
|
|
2129
|
-
$value: "light-dark(#
|
|
2354
|
+
$value: "light-dark(#fff1cd, #333)",
|
|
2130
2355
|
$description: "Hoverbakgrund för notifikationer med viktig information",
|
|
2131
|
-
filePath: "tokens/object-values.json",
|
|
2356
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2132
2357
|
isSource: !0,
|
|
2133
2358
|
original: {
|
|
2134
2359
|
$value: "light-dark({color.signalYellow.20}, {color.gray.170})",
|
|
@@ -2143,7 +2368,7 @@ const xr = {
|
|
|
2143
2368
|
key: "{support.background.warning}",
|
|
2144
2369
|
$value: "light-dark(#ffdfdf, #262626)",
|
|
2145
2370
|
$description: "Bakgrund för notifikationer med varningar",
|
|
2146
|
-
filePath: "tokens/object-values.json",
|
|
2371
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2147
2372
|
isSource: !0,
|
|
2148
2373
|
original: {
|
|
2149
2374
|
$value: "light-dark({color.signalRed.20}, {color.gray.180})",
|
|
@@ -2158,7 +2383,7 @@ const xr = {
|
|
|
2158
2383
|
key: "{support.background.warningHover}",
|
|
2159
2384
|
$value: "light-dark(#fcc8c8, #333)",
|
|
2160
2385
|
$description: "Hoverbakgrund för notifikationer med varningar",
|
|
2161
|
-
filePath: "tokens/object-values.json",
|
|
2386
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2162
2387
|
isSource: !0,
|
|
2163
2388
|
original: {
|
|
2164
2389
|
$value: "light-dark({color.signalRed.30}, {color.gray.170})",
|
|
@@ -2176,7 +2401,7 @@ const xr = {
|
|
|
2176
2401
|
key: "{text.primary}",
|
|
2177
2402
|
$value: "light-dark(#171717, #f2f2f2)",
|
|
2178
2403
|
$description: "Primär textfärg. Rubriker och brödtext.",
|
|
2179
|
-
filePath: "tokens/object-values.json",
|
|
2404
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2180
2405
|
isSource: !0,
|
|
2181
2406
|
original: {
|
|
2182
2407
|
$value: "light-dark({color.gray.200}, {color.gray.10})",
|
|
@@ -2191,7 +2416,7 @@ const xr = {
|
|
|
2191
2416
|
key: "{text.secondary}",
|
|
2192
2417
|
$value: "light-dark(#525252, #a6a6a6)",
|
|
2193
2418
|
$description: "Sekundär textfärg",
|
|
2194
|
-
filePath: "tokens/object-values.json",
|
|
2419
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2195
2420
|
isSource: !0,
|
|
2196
2421
|
original: {
|
|
2197
2422
|
$value: "light-dark({color.gray.140}, {color.gray.70})",
|
|
@@ -2206,7 +2431,7 @@ const xr = {
|
|
|
2206
2431
|
key: "{text.tertiary}",
|
|
2207
2432
|
$value: "light-dark(#143c50, #f2f2f2)",
|
|
2208
2433
|
$description: "Textfärg på tertiär knapp",
|
|
2209
|
-
filePath: "tokens/object-values.json",
|
|
2434
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2210
2435
|
isSource: !0,
|
|
2211
2436
|
original: {
|
|
2212
2437
|
$value: "light-dark({color.blue.150}, {color.gray.10})",
|
|
@@ -2221,7 +2446,7 @@ const xr = {
|
|
|
2221
2446
|
key: "{text.onColor}",
|
|
2222
2447
|
$value: "light-dark(#fff, #fff)",
|
|
2223
2448
|
$description: "Textfärg på färgade bakgrunder som inte är lager",
|
|
2224
|
-
filePath: "tokens/object-values.json",
|
|
2449
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2225
2450
|
isSource: !0,
|
|
2226
2451
|
original: {
|
|
2227
2452
|
$value: "light-dark({color.white.base}, {color.white.base})",
|
|
@@ -2236,7 +2461,7 @@ const xr = {
|
|
|
2236
2461
|
key: "{text.inverse}",
|
|
2237
2462
|
$value: "light-dark(#f2f2f2, #171717)",
|
|
2238
2463
|
$description: "Inverterad textfärg",
|
|
2239
|
-
filePath: "tokens/object-values.json",
|
|
2464
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2240
2465
|
isSource: !0,
|
|
2241
2466
|
original: {
|
|
2242
2467
|
$value: "light-dark({color.gray.10}, {color.gray.200})",
|
|
@@ -2251,7 +2476,7 @@ const xr = {
|
|
|
2251
2476
|
key: "{text.disabled}",
|
|
2252
2477
|
$value: "light-dark(#bfbfbf, #525252)",
|
|
2253
2478
|
$description: "Textfärg för disabled state",
|
|
2254
|
-
filePath: "tokens/object-values.json",
|
|
2479
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2255
2480
|
isSource: !0,
|
|
2256
2481
|
original: {
|
|
2257
2482
|
$value: "light-dark({color.gray.50}, {color.gray.140})",
|
|
@@ -2264,9 +2489,9 @@ const xr = {
|
|
|
2264
2489
|
},
|
|
2265
2490
|
warning: {
|
|
2266
2491
|
key: "{text.warning}",
|
|
2267
|
-
$value: "light-dark(#e62323, #
|
|
2492
|
+
$value: "light-dark(#e62323, #EC5252)",
|
|
2268
2493
|
$description: "Textfärg för felmeddelanden",
|
|
2269
|
-
filePath: "tokens/object-values.json",
|
|
2494
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2270
2495
|
isSource: !0,
|
|
2271
2496
|
original: {
|
|
2272
2497
|
$value: "light-dark({color.signalRed.100}, {color.signalRed.80})",
|
|
@@ -2281,7 +2506,7 @@ const xr = {
|
|
|
2281
2506
|
key: "{text.placeholder}",
|
|
2282
2507
|
$value: "light-dark(#a6a6a6, #525252)",
|
|
2283
2508
|
$description: "Textfärg för platshållare",
|
|
2284
|
-
filePath: "tokens/object-values.json",
|
|
2509
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2285
2510
|
isSource: !0,
|
|
2286
2511
|
original: {
|
|
2287
2512
|
$value: "light-dark({color.gray.70}, {color.gray.140})",
|
|
@@ -2300,7 +2525,7 @@ const xr = {
|
|
|
2300
2525
|
key: "{button.background.primary.base}",
|
|
2301
2526
|
$value: "light-dark(#143c50, #2e7ca5)",
|
|
2302
2527
|
$description: "Färg på primärknapp",
|
|
2303
|
-
filePath: "tokens/object-values.json",
|
|
2528
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2304
2529
|
isSource: !0,
|
|
2305
2530
|
original: {
|
|
2306
2531
|
$value: "light-dark({color.blue.150}, {color.blue.100})",
|
|
@@ -2315,7 +2540,7 @@ const xr = {
|
|
|
2315
2540
|
key: "{button.background.primary.hover}",
|
|
2316
2541
|
$value: "light-dark(#25607f, #25607f)",
|
|
2317
2542
|
$description: "Hover state på primärknapp",
|
|
2318
|
-
filePath: "tokens/object-values.json",
|
|
2543
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2319
2544
|
isSource: !0,
|
|
2320
2545
|
original: {
|
|
2321
2546
|
$value: "light-dark({color.blue.130}, {color.blue.130})",
|
|
@@ -2330,7 +2555,7 @@ const xr = {
|
|
|
2330
2555
|
key: "{button.background.primary.active}",
|
|
2331
2556
|
$value: "light-dark(#2e7ca5, #143c50)",
|
|
2332
2557
|
$description: "Active state för primärknapp",
|
|
2333
|
-
filePath: "tokens/object-values.json",
|
|
2558
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2334
2559
|
isSource: !0,
|
|
2335
2560
|
original: {
|
|
2336
2561
|
$value: "light-dark({color.blue.100}, {color.blue.150})",
|
|
@@ -2347,7 +2572,7 @@ const xr = {
|
|
|
2347
2572
|
key: "{button.background.secondary.base}",
|
|
2348
2573
|
$value: "light-dark(#fff, #171717)",
|
|
2349
2574
|
$description: "Färg på sekundärknapp",
|
|
2350
|
-
filePath: "tokens/object-values.json",
|
|
2575
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2351
2576
|
isSource: !0,
|
|
2352
2577
|
original: {
|
|
2353
2578
|
$value: "light-dark({color.white.base}, {color.gray.200})",
|
|
@@ -2362,7 +2587,7 @@ const xr = {
|
|
|
2362
2587
|
key: "{button.background.secondary.hover}",
|
|
2363
2588
|
$value: "light-dark(#e6e6e6, #212121)",
|
|
2364
2589
|
$description: "Hover state på sekundärknapp",
|
|
2365
|
-
filePath: "tokens/object-values.json",
|
|
2590
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2366
2591
|
isSource: !0,
|
|
2367
2592
|
original: {
|
|
2368
2593
|
$value: "light-dark({color.white.hover}, {color.gray.190})",
|
|
@@ -2377,7 +2602,7 @@ const xr = {
|
|
|
2377
2602
|
key: "{button.background.secondary.active}",
|
|
2378
2603
|
$value: "light-dark(#d9d9d9, #262626)",
|
|
2379
2604
|
$description: "Active state för sekundärknapp",
|
|
2380
|
-
filePath: "tokens/object-values.json",
|
|
2605
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2381
2606
|
isSource: !0,
|
|
2382
2607
|
original: {
|
|
2383
2608
|
$value: "light-dark({color.gray.30}, {color.gray.180})",
|
|
@@ -2394,7 +2619,7 @@ const xr = {
|
|
|
2394
2619
|
key: "{button.background.tertiary.hover}",
|
|
2395
2620
|
$value: "light-dark(#e6e6e6, #212121)",
|
|
2396
2621
|
$description: "Hover state för tertiär knapp",
|
|
2397
|
-
filePath: "tokens/object-values.json",
|
|
2622
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2398
2623
|
isSource: !0,
|
|
2399
2624
|
original: {
|
|
2400
2625
|
$value: "light-dark({color.white.hover}, {color.gray.190})",
|
|
@@ -2409,7 +2634,7 @@ const xr = {
|
|
|
2409
2634
|
key: "{button.background.tertiary.active}",
|
|
2410
2635
|
$value: "light-dark(#d9d9d9, #262626)",
|
|
2411
2636
|
$description: "Active state för tertiär knapp",
|
|
2412
|
-
filePath: "tokens/object-values.json",
|
|
2637
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2413
2638
|
isSource: !0,
|
|
2414
2639
|
original: {
|
|
2415
2640
|
$value: "light-dark({color.gray.30}, {color.gray.180})",
|
|
@@ -2426,7 +2651,7 @@ const xr = {
|
|
|
2426
2651
|
key: "{button.background.danger.base}",
|
|
2427
2652
|
$value: "light-dark(#e62323, #e62323)",
|
|
2428
2653
|
$description: "Färg på danger knapp",
|
|
2429
|
-
filePath: "tokens/object-values.json",
|
|
2654
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2430
2655
|
isSource: !0,
|
|
2431
2656
|
original: {
|
|
2432
2657
|
$value: "light-dark({color.signalRed.100}, {color.signalRed.100})",
|
|
@@ -2441,7 +2666,7 @@ const xr = {
|
|
|
2441
2666
|
key: "{button.background.danger.hover}",
|
|
2442
2667
|
$value: "light-dark(#bc1d1d, #bc1d1d)",
|
|
2443
2668
|
$description: "Hover state för danger knapp",
|
|
2444
|
-
filePath: "tokens/object-values.json",
|
|
2669
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2445
2670
|
isSource: !0,
|
|
2446
2671
|
original: {
|
|
2447
2672
|
$value: "light-dark({color.signalRed.120}, {color.signalRed.120})",
|
|
@@ -2456,7 +2681,7 @@ const xr = {
|
|
|
2456
2681
|
key: "{button.background.danger.active}",
|
|
2457
2682
|
$value: "light-dark(#7d1313, #7d1313)",
|
|
2458
2683
|
$description: "Active state för danger knapp",
|
|
2459
|
-
filePath: "tokens/object-values.json",
|
|
2684
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2460
2685
|
isSource: !0,
|
|
2461
2686
|
original: {
|
|
2462
2687
|
$value: "light-dark({color.signalRed.150}, {color.signalRed.150})",
|
|
@@ -2472,7 +2697,7 @@ const xr = {
|
|
|
2472
2697
|
key: "{button.background.disabled}",
|
|
2473
2698
|
$value: "light-dark(#f2f2f2, #262626)",
|
|
2474
2699
|
$description: "Disabled state för knappar",
|
|
2475
|
-
filePath: "tokens/object-values.json",
|
|
2700
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2476
2701
|
isSource: !0,
|
|
2477
2702
|
original: {
|
|
2478
2703
|
$value: "light-dark({color.gray.10}, {color.gray.180})",
|
|
@@ -2489,7 +2714,7 @@ const xr = {
|
|
|
2489
2714
|
key: "{button.border.secondary}",
|
|
2490
2715
|
$value: "light-dark(#143c50, #f2f2f2)",
|
|
2491
2716
|
$description: "Kantfärg för sekundärknapp",
|
|
2492
|
-
filePath: "tokens/object-values.json",
|
|
2717
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2493
2718
|
isSource: !0,
|
|
2494
2719
|
original: {
|
|
2495
2720
|
$value: "light-dark({color.blue.150}, {color.gray.10})",
|
|
@@ -2505,7 +2730,7 @@ const xr = {
|
|
|
2505
2730
|
hover: {
|
|
2506
2731
|
key: "{button.icon.hover}",
|
|
2507
2732
|
$value: "light-dark(#0000001a, #ffffff1a)",
|
|
2508
|
-
filePath: "tokens/object-values.json",
|
|
2733
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2509
2734
|
isSource: !0,
|
|
2510
2735
|
original: {
|
|
2511
2736
|
$value: "light-dark(#0000001a, #ffffff1a)",
|
|
@@ -2519,7 +2744,7 @@ const xr = {
|
|
|
2519
2744
|
key: "{button.icon.active}",
|
|
2520
2745
|
$value: "light-dark(#00000033, #ffffff33)",
|
|
2521
2746
|
$description: "Active state för ikoner",
|
|
2522
|
-
filePath: "tokens/object-values.json",
|
|
2747
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2523
2748
|
isSource: !0,
|
|
2524
2749
|
original: {
|
|
2525
2750
|
$value: "light-dark(#00000033, #ffffff33)",
|
|
@@ -2536,7 +2761,7 @@ const xr = {
|
|
|
2536
2761
|
background: {
|
|
2537
2762
|
key: "{badge.background}",
|
|
2538
2763
|
$value: "light-dark(#e62323, #e62323)",
|
|
2539
|
-
filePath: "tokens/object-values.json",
|
|
2764
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2540
2765
|
isSource: !0,
|
|
2541
2766
|
original: {
|
|
2542
2767
|
$value: "light-dark({color.signalRed.100}, {color.signalRed.100})",
|
|
@@ -2553,7 +2778,7 @@ const xr = {
|
|
|
2553
2778
|
hover: {
|
|
2554
2779
|
key: "{calendar.date.background.hover}",
|
|
2555
2780
|
$value: "light-dark(#0000001a, #ffffff1a)",
|
|
2556
|
-
filePath: "tokens/object-values.json",
|
|
2781
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2557
2782
|
isSource: !0,
|
|
2558
2783
|
original: {
|
|
2559
2784
|
$value: "light-dark(#0000001a, #ffffff1a)",
|
|
@@ -2566,7 +2791,7 @@ const xr = {
|
|
|
2566
2791
|
selected: {
|
|
2567
2792
|
key: "{calendar.date.background.selected}",
|
|
2568
2793
|
$value: "light-dark(#143c50, #5897b8)",
|
|
2569
|
-
filePath: "tokens/object-values.json",
|
|
2794
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2570
2795
|
isSource: !0,
|
|
2571
2796
|
original: {
|
|
2572
2797
|
$value: "light-dark({color.blue.150}, {color.blue.80})",
|
|
@@ -2579,7 +2804,7 @@ const xr = {
|
|
|
2579
2804
|
startRange: {
|
|
2580
2805
|
key: "{calendar.date.background.startRange}",
|
|
2581
2806
|
$value: "light-dark(#143c50, #5897b8)",
|
|
2582
|
-
filePath: "tokens/object-values.json",
|
|
2807
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2583
2808
|
isSource: !0,
|
|
2584
2809
|
original: {
|
|
2585
2810
|
$value: "light-dark({color.blue.150}, {color.blue.80})",
|
|
@@ -2592,7 +2817,7 @@ const xr = {
|
|
|
2592
2817
|
inRange: {
|
|
2593
2818
|
key: "{calendar.date.background.inRange}",
|
|
2594
2819
|
$value: "light-dark(#d5e5ed, #143c50)",
|
|
2595
|
-
filePath: "tokens/object-values.json",
|
|
2820
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2596
2821
|
isSource: !0,
|
|
2597
2822
|
original: {
|
|
2598
2823
|
$value: "light-dark({color.blue.20}, {color.blue.150})",
|
|
@@ -2605,7 +2830,7 @@ const xr = {
|
|
|
2605
2830
|
endRange: {
|
|
2606
2831
|
key: "{calendar.date.background.endRange}",
|
|
2607
2832
|
$value: "light-dark(#143c50, #5897b8)",
|
|
2608
|
-
filePath: "tokens/object-values.json",
|
|
2833
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2609
2834
|
isSource: !0,
|
|
2610
2835
|
original: {
|
|
2611
2836
|
$value: "light-dark({color.blue.150}, {color.blue.80})",
|
|
@@ -2623,7 +2848,7 @@ const xr = {
|
|
|
2623
2848
|
key: "{logo.primary}",
|
|
2624
2849
|
$value: "light-dark(#b90835, #fff)",
|
|
2625
2850
|
$description: "Färg på logotypen",
|
|
2626
|
-
filePath: "tokens/object-values.json",
|
|
2851
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2627
2852
|
isSource: !0,
|
|
2628
2853
|
original: {
|
|
2629
2854
|
$value: "light-dark({color.red.100}, {color.white.base})",
|
|
@@ -2642,7 +2867,7 @@ const xr = {
|
|
|
2642
2867
|
key: "{menu.item.background.hover}",
|
|
2643
2868
|
$value: "light-dark(#e6e6e6, #212121)",
|
|
2644
2869
|
$description: "Bakgrundsfärg för menu vid hover",
|
|
2645
|
-
filePath: "tokens/object-values.json",
|
|
2870
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2646
2871
|
isSource: !0,
|
|
2647
2872
|
original: {
|
|
2648
2873
|
$value: "light-dark({color.gray.20}, {color.gray.190})",
|
|
@@ -2657,7 +2882,7 @@ const xr = {
|
|
|
2657
2882
|
key: "{menu.item.background.selected}",
|
|
2658
2883
|
$value: "light-dark(#f2f2f2, #262626)",
|
|
2659
2884
|
$description: "Bakgrundsfärg för aktiv menu",
|
|
2660
|
-
filePath: "tokens/object-values.json",
|
|
2885
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2661
2886
|
isSource: !0,
|
|
2662
2887
|
original: {
|
|
2663
2888
|
$value: "light-dark({color.gray.10}, {color.gray.180})",
|
|
@@ -2674,7 +2899,7 @@ const xr = {
|
|
|
2674
2899
|
sectionHeader: {
|
|
2675
2900
|
key: "{menu.text.sectionHeader}",
|
|
2676
2901
|
$value: "light-dark(#29698C, #5897b8)",
|
|
2677
|
-
filePath: "tokens/object-values.json",
|
|
2902
|
+
filePath: "packages/theme/tokens/object-values.json",
|
|
2678
2903
|
isSource: !0,
|
|
2679
2904
|
original: {
|
|
2680
2905
|
$value: "light-dark({color.blue.120}, {color.blue.80})",
|
|
@@ -2690,7 +2915,7 @@ const xr = {
|
|
|
2690
2915
|
10: {
|
|
2691
2916
|
key: "{size.10}",
|
|
2692
2917
|
$value: "0.125rem",
|
|
2693
|
-
filePath: "tokens/sizing.json",
|
|
2918
|
+
filePath: "packages/theme/tokens/sizing.json",
|
|
2694
2919
|
isSource: !0,
|
|
2695
2920
|
$type: "dimension",
|
|
2696
2921
|
original: {
|
|
@@ -2705,7 +2930,7 @@ const xr = {
|
|
|
2705
2930
|
15: {
|
|
2706
2931
|
key: "{size.15}",
|
|
2707
2932
|
$value: "0.188rem",
|
|
2708
|
-
filePath: "tokens/sizing.json",
|
|
2933
|
+
filePath: "packages/theme/tokens/sizing.json",
|
|
2709
2934
|
isSource: !0,
|
|
2710
2935
|
$type: "dimension",
|
|
2711
2936
|
original: {
|
|
@@ -2720,7 +2945,7 @@ const xr = {
|
|
|
2720
2945
|
20: {
|
|
2721
2946
|
key: "{size.20}",
|
|
2722
2947
|
$value: "0.25rem",
|
|
2723
|
-
filePath: "tokens/sizing.json",
|
|
2948
|
+
filePath: "packages/theme/tokens/sizing.json",
|
|
2724
2949
|
isSource: !0,
|
|
2725
2950
|
$type: "dimension",
|
|
2726
2951
|
original: {
|
|
@@ -2735,7 +2960,7 @@ const xr = {
|
|
|
2735
2960
|
30: {
|
|
2736
2961
|
key: "{size.30}",
|
|
2737
2962
|
$value: "0.375rem",
|
|
2738
|
-
filePath: "tokens/sizing.json",
|
|
2963
|
+
filePath: "packages/theme/tokens/sizing.json",
|
|
2739
2964
|
isSource: !0,
|
|
2740
2965
|
$type: "dimension",
|
|
2741
2966
|
original: {
|
|
@@ -2750,7 +2975,7 @@ const xr = {
|
|
|
2750
2975
|
40: {
|
|
2751
2976
|
key: "{size.40}",
|
|
2752
2977
|
$value: "0.5rem",
|
|
2753
|
-
filePath: "tokens/sizing.json",
|
|
2978
|
+
filePath: "packages/theme/tokens/sizing.json",
|
|
2754
2979
|
isSource: !0,
|
|
2755
2980
|
$type: "dimension",
|
|
2756
2981
|
original: {
|
|
@@ -2765,7 +2990,7 @@ const xr = {
|
|
|
2765
2990
|
50: {
|
|
2766
2991
|
key: "{size.50}",
|
|
2767
2992
|
$value: "0.625rem",
|
|
2768
|
-
filePath: "tokens/sizing.json",
|
|
2993
|
+
filePath: "packages/theme/tokens/sizing.json",
|
|
2769
2994
|
isSource: !0,
|
|
2770
2995
|
$type: "dimension",
|
|
2771
2996
|
original: {
|
|
@@ -2780,7 +3005,7 @@ const xr = {
|
|
|
2780
3005
|
60: {
|
|
2781
3006
|
key: "{size.60}",
|
|
2782
3007
|
$value: "0.75rem",
|
|
2783
|
-
filePath: "tokens/sizing.json",
|
|
3008
|
+
filePath: "packages/theme/tokens/sizing.json",
|
|
2784
3009
|
isSource: !0,
|
|
2785
3010
|
$type: "dimension",
|
|
2786
3011
|
original: {
|
|
@@ -2795,7 +3020,7 @@ const xr = {
|
|
|
2795
3020
|
70: {
|
|
2796
3021
|
key: "{size.70}",
|
|
2797
3022
|
$value: "0.875rem",
|
|
2798
|
-
filePath: "tokens/sizing.json",
|
|
3023
|
+
filePath: "packages/theme/tokens/sizing.json",
|
|
2799
3024
|
isSource: !0,
|
|
2800
3025
|
$type: "dimension",
|
|
2801
3026
|
original: {
|
|
@@ -2810,7 +3035,7 @@ const xr = {
|
|
|
2810
3035
|
75: {
|
|
2811
3036
|
key: "{size.75}",
|
|
2812
3037
|
$value: "0.938rem",
|
|
2813
|
-
filePath: "tokens/sizing.json",
|
|
3038
|
+
filePath: "packages/theme/tokens/sizing.json",
|
|
2814
3039
|
isSource: !0,
|
|
2815
3040
|
$type: "dimension",
|
|
2816
3041
|
original: {
|
|
@@ -2825,7 +3050,7 @@ const xr = {
|
|
|
2825
3050
|
80: {
|
|
2826
3051
|
key: "{size.80}",
|
|
2827
3052
|
$value: "1rem",
|
|
2828
|
-
filePath: "tokens/sizing.json",
|
|
3053
|
+
filePath: "packages/theme/tokens/sizing.json",
|
|
2829
3054
|
isSource: !0,
|
|
2830
3055
|
$type: "dimension",
|
|
2831
3056
|
original: {
|
|
@@ -2840,7 +3065,7 @@ const xr = {
|
|
|
2840
3065
|
90: {
|
|
2841
3066
|
key: "{size.90}",
|
|
2842
3067
|
$value: "1.25rem",
|
|
2843
|
-
filePath: "tokens/sizing.json",
|
|
3068
|
+
filePath: "packages/theme/tokens/sizing.json",
|
|
2844
3069
|
isSource: !0,
|
|
2845
3070
|
$type: "dimension",
|
|
2846
3071
|
original: {
|
|
@@ -2855,7 +3080,7 @@ const xr = {
|
|
|
2855
3080
|
100: {
|
|
2856
3081
|
key: "{size.100}",
|
|
2857
3082
|
$value: "1.5rem",
|
|
2858
|
-
filePath: "tokens/sizing.json",
|
|
3083
|
+
filePath: "packages/theme/tokens/sizing.json",
|
|
2859
3084
|
isSource: !0,
|
|
2860
3085
|
$type: "dimension",
|
|
2861
3086
|
original: {
|
|
@@ -2870,7 +3095,7 @@ const xr = {
|
|
|
2870
3095
|
110: {
|
|
2871
3096
|
key: "{size.110}",
|
|
2872
3097
|
$value: "1.75rem",
|
|
2873
|
-
filePath: "tokens/sizing.json",
|
|
3098
|
+
filePath: "packages/theme/tokens/sizing.json",
|
|
2874
3099
|
isSource: !0,
|
|
2875
3100
|
$type: "dimension",
|
|
2876
3101
|
original: {
|
|
@@ -2885,7 +3110,7 @@ const xr = {
|
|
|
2885
3110
|
120: {
|
|
2886
3111
|
key: "{size.120}",
|
|
2887
3112
|
$value: "2rem",
|
|
2888
|
-
filePath: "tokens/sizing.json",
|
|
3113
|
+
filePath: "packages/theme/tokens/sizing.json",
|
|
2889
3114
|
isSource: !0,
|
|
2890
3115
|
$type: "dimension",
|
|
2891
3116
|
original: {
|
|
@@ -2900,7 +3125,7 @@ const xr = {
|
|
|
2900
3125
|
130: {
|
|
2901
3126
|
key: "{size.130}",
|
|
2902
3127
|
$value: "2.5rem",
|
|
2903
|
-
filePath: "tokens/sizing.json",
|
|
3128
|
+
filePath: "packages/theme/tokens/sizing.json",
|
|
2904
3129
|
isSource: !0,
|
|
2905
3130
|
$type: "dimension",
|
|
2906
3131
|
original: {
|
|
@@ -2915,7 +3140,7 @@ const xr = {
|
|
|
2915
3140
|
140: {
|
|
2916
3141
|
key: "{size.140}",
|
|
2917
3142
|
$value: "2.75rem",
|
|
2918
|
-
filePath: "tokens/sizing.json",
|
|
3143
|
+
filePath: "packages/theme/tokens/sizing.json",
|
|
2919
3144
|
isSource: !0,
|
|
2920
3145
|
$type: "dimension",
|
|
2921
3146
|
original: {
|
|
@@ -2930,7 +3155,7 @@ const xr = {
|
|
|
2930
3155
|
150: {
|
|
2931
3156
|
key: "{size.150}",
|
|
2932
3157
|
$value: "3rem",
|
|
2933
|
-
filePath: "tokens/sizing.json",
|
|
3158
|
+
filePath: "packages/theme/tokens/sizing.json",
|
|
2934
3159
|
isSource: !0,
|
|
2935
3160
|
$type: "dimension",
|
|
2936
3161
|
original: {
|
|
@@ -2945,7 +3170,7 @@ const xr = {
|
|
|
2945
3170
|
"00": {
|
|
2946
3171
|
key: "{size.00}",
|
|
2947
3172
|
$value: 0,
|
|
2948
|
-
filePath: "tokens/sizing.json",
|
|
3173
|
+
filePath: "packages/theme/tokens/sizing.json",
|
|
2949
3174
|
isSource: !0,
|
|
2950
3175
|
$type: "dimension",
|
|
2951
3176
|
original: {
|
|
@@ -2960,7 +3185,7 @@ const xr = {
|
|
|
2960
3185
|
"05": {
|
|
2961
3186
|
key: "{size.05}",
|
|
2962
3187
|
$value: "0.063rem",
|
|
2963
|
-
filePath: "tokens/sizing.json",
|
|
3188
|
+
filePath: "packages/theme/tokens/sizing.json",
|
|
2964
3189
|
isSource: !0,
|
|
2965
3190
|
$type: "dimension",
|
|
2966
3191
|
original: {
|
|
@@ -2978,7 +3203,7 @@ const xr = {
|
|
|
2978
3203
|
key: "{spacing.10}",
|
|
2979
3204
|
$type: "dimension",
|
|
2980
3205
|
$value: "0.125rem",
|
|
2981
|
-
filePath: "tokens/spacing.json",
|
|
3206
|
+
filePath: "packages/theme/tokens/spacing.json",
|
|
2982
3207
|
isSource: !0,
|
|
2983
3208
|
original: {
|
|
2984
3209
|
$type: "dimension",
|
|
@@ -2993,7 +3218,7 @@ const xr = {
|
|
|
2993
3218
|
key: "{spacing.20}",
|
|
2994
3219
|
$type: "dimension",
|
|
2995
3220
|
$value: "0.25rem",
|
|
2996
|
-
filePath: "tokens/spacing.json",
|
|
3221
|
+
filePath: "packages/theme/tokens/spacing.json",
|
|
2997
3222
|
isSource: !0,
|
|
2998
3223
|
original: {
|
|
2999
3224
|
$type: "dimension",
|
|
@@ -3008,7 +3233,7 @@ const xr = {
|
|
|
3008
3233
|
key: "{spacing.30}",
|
|
3009
3234
|
$type: "dimension",
|
|
3010
3235
|
$value: "0.5rem",
|
|
3011
|
-
filePath: "tokens/spacing.json",
|
|
3236
|
+
filePath: "packages/theme/tokens/spacing.json",
|
|
3012
3237
|
isSource: !0,
|
|
3013
3238
|
original: {
|
|
3014
3239
|
$type: "dimension",
|
|
@@ -3023,7 +3248,7 @@ const xr = {
|
|
|
3023
3248
|
key: "{spacing.40}",
|
|
3024
3249
|
$type: "dimension",
|
|
3025
3250
|
$value: "0.75rem",
|
|
3026
|
-
filePath: "tokens/spacing.json",
|
|
3251
|
+
filePath: "packages/theme/tokens/spacing.json",
|
|
3027
3252
|
isSource: !0,
|
|
3028
3253
|
original: {
|
|
3029
3254
|
$type: "dimension",
|
|
@@ -3038,7 +3263,7 @@ const xr = {
|
|
|
3038
3263
|
key: "{spacing.50}",
|
|
3039
3264
|
$type: "dimension",
|
|
3040
3265
|
$value: "1rem",
|
|
3041
|
-
filePath: "tokens/spacing.json",
|
|
3266
|
+
filePath: "packages/theme/tokens/spacing.json",
|
|
3042
3267
|
isSource: !0,
|
|
3043
3268
|
original: {
|
|
3044
3269
|
$type: "dimension",
|
|
@@ -3053,7 +3278,7 @@ const xr = {
|
|
|
3053
3278
|
key: "{spacing.60}",
|
|
3054
3279
|
$type: "dimension",
|
|
3055
3280
|
$value: "1.5rem",
|
|
3056
|
-
filePath: "tokens/spacing.json",
|
|
3281
|
+
filePath: "packages/theme/tokens/spacing.json",
|
|
3057
3282
|
isSource: !0,
|
|
3058
3283
|
original: {
|
|
3059
3284
|
$type: "dimension",
|
|
@@ -3068,7 +3293,7 @@ const xr = {
|
|
|
3068
3293
|
key: "{spacing.70}",
|
|
3069
3294
|
$type: "dimension",
|
|
3070
3295
|
$value: "2rem",
|
|
3071
|
-
filePath: "tokens/spacing.json",
|
|
3296
|
+
filePath: "packages/theme/tokens/spacing.json",
|
|
3072
3297
|
isSource: !0,
|
|
3073
3298
|
original: {
|
|
3074
3299
|
$type: "dimension",
|
|
@@ -3083,7 +3308,7 @@ const xr = {
|
|
|
3083
3308
|
key: "{spacing.80}",
|
|
3084
3309
|
$type: "dimension",
|
|
3085
3310
|
$value: "2.5rem",
|
|
3086
|
-
filePath: "tokens/spacing.json",
|
|
3311
|
+
filePath: "packages/theme/tokens/spacing.json",
|
|
3087
3312
|
isSource: !0,
|
|
3088
3313
|
original: {
|
|
3089
3314
|
$type: "dimension",
|
|
@@ -3098,7 +3323,7 @@ const xr = {
|
|
|
3098
3323
|
key: "{spacing.90}",
|
|
3099
3324
|
$type: "dimension",
|
|
3100
3325
|
$value: "3rem",
|
|
3101
|
-
filePath: "tokens/spacing.json",
|
|
3326
|
+
filePath: "packages/theme/tokens/spacing.json",
|
|
3102
3327
|
isSource: !0,
|
|
3103
3328
|
original: {
|
|
3104
3329
|
$type: "dimension",
|
|
@@ -3113,7 +3338,7 @@ const xr = {
|
|
|
3113
3338
|
key: "{spacing.100}",
|
|
3114
3339
|
$type: "dimension",
|
|
3115
3340
|
$value: "4rem",
|
|
3116
|
-
filePath: "tokens/spacing.json",
|
|
3341
|
+
filePath: "packages/theme/tokens/spacing.json",
|
|
3117
3342
|
isSource: !0,
|
|
3118
3343
|
original: {
|
|
3119
3344
|
$type: "dimension",
|
|
@@ -3128,7 +3353,7 @@ const xr = {
|
|
|
3128
3353
|
key: "{spacing.110}",
|
|
3129
3354
|
$type: "dimension",
|
|
3130
3355
|
$value: "5rem",
|
|
3131
|
-
filePath: "tokens/spacing.json",
|
|
3356
|
+
filePath: "packages/theme/tokens/spacing.json",
|
|
3132
3357
|
isSource: !0,
|
|
3133
3358
|
original: {
|
|
3134
3359
|
$type: "dimension",
|
|
@@ -3143,7 +3368,7 @@ const xr = {
|
|
|
3143
3368
|
key: "{spacing.120}",
|
|
3144
3369
|
$type: "dimension",
|
|
3145
3370
|
$value: "6rem",
|
|
3146
|
-
filePath: "tokens/spacing.json",
|
|
3371
|
+
filePath: "packages/theme/tokens/spacing.json",
|
|
3147
3372
|
isSource: !0,
|
|
3148
3373
|
original: {
|
|
3149
3374
|
$type: "dimension",
|
|
@@ -3160,7 +3385,7 @@ const xr = {
|
|
|
3160
3385
|
key: "{state.focus}",
|
|
3161
3386
|
$type: "string",
|
|
3162
3387
|
$value: "0 0 0 2px light-dark(white, black), 0 0 0 4px light-dark(black, white)",
|
|
3163
|
-
filePath: "tokens/states.json",
|
|
3388
|
+
filePath: "packages/theme/tokens/states.json",
|
|
3164
3389
|
isSource: !0,
|
|
3165
3390
|
original: {
|
|
3166
3391
|
$type: "string",
|
|
@@ -3175,7 +3400,7 @@ const xr = {
|
|
|
3175
3400
|
key: "{state.focusInset}",
|
|
3176
3401
|
$type: "string",
|
|
3177
3402
|
$value: "inset 0 0 0 2px light-dark(black, white), inset 0 0 0 4px light-dark(white, black)",
|
|
3178
|
-
filePath: "tokens/states.json",
|
|
3403
|
+
filePath: "packages/theme/tokens/states.json",
|
|
3179
3404
|
isSource: !0,
|
|
3180
3405
|
original: {
|
|
3181
3406
|
$type: "string",
|
|
@@ -3193,7 +3418,7 @@ const xr = {
|
|
|
3193
3418
|
key: "{transitions.duration.slow}",
|
|
3194
3419
|
$type: "time",
|
|
3195
3420
|
$value: "500ms",
|
|
3196
|
-
filePath: "tokens/transitions.json",
|
|
3421
|
+
filePath: "packages/theme/tokens/transitions.json",
|
|
3197
3422
|
isSource: !0,
|
|
3198
3423
|
original: {
|
|
3199
3424
|
$type: "time",
|
|
@@ -3208,7 +3433,7 @@ const xr = {
|
|
|
3208
3433
|
key: "{transitions.duration.normal}",
|
|
3209
3434
|
$type: "time",
|
|
3210
3435
|
$value: "300ms",
|
|
3211
|
-
filePath: "tokens/transitions.json",
|
|
3436
|
+
filePath: "packages/theme/tokens/transitions.json",
|
|
3212
3437
|
isSource: !0,
|
|
3213
3438
|
original: {
|
|
3214
3439
|
$type: "time",
|
|
@@ -3223,7 +3448,7 @@ const xr = {
|
|
|
3223
3448
|
key: "{transitions.duration.fast}",
|
|
3224
3449
|
$type: "time",
|
|
3225
3450
|
$value: "250ms",
|
|
3226
|
-
filePath: "tokens/transitions.json",
|
|
3451
|
+
filePath: "packages/theme/tokens/transitions.json",
|
|
3227
3452
|
isSource: !0,
|
|
3228
3453
|
original: {
|
|
3229
3454
|
$type: "time",
|
|
@@ -3242,7 +3467,7 @@ const xr = {
|
|
|
3242
3467
|
key: "{typography.font.family}",
|
|
3243
3468
|
$type: "fontFamily",
|
|
3244
3469
|
$value: "Inter, sans-serif",
|
|
3245
|
-
filePath: "tokens/typography.json",
|
|
3470
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3246
3471
|
isSource: !0,
|
|
3247
3472
|
original: {
|
|
3248
3473
|
$type: "fontFamily",
|
|
@@ -3258,7 +3483,7 @@ const xr = {
|
|
|
3258
3483
|
key: "{typography.font.size.10}",
|
|
3259
3484
|
$type: "fontSize",
|
|
3260
3485
|
$value: "0.75rem",
|
|
3261
|
-
filePath: "tokens/typography.json",
|
|
3486
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3262
3487
|
isSource: !0,
|
|
3263
3488
|
original: {
|
|
3264
3489
|
$type: "fontSize",
|
|
@@ -3273,7 +3498,7 @@ const xr = {
|
|
|
3273
3498
|
key: "{typography.font.size.20}",
|
|
3274
3499
|
$type: "fontSize",
|
|
3275
3500
|
$value: "0.875rem",
|
|
3276
|
-
filePath: "tokens/typography.json",
|
|
3501
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3277
3502
|
isSource: !0,
|
|
3278
3503
|
original: {
|
|
3279
3504
|
$type: "fontSize",
|
|
@@ -3288,7 +3513,7 @@ const xr = {
|
|
|
3288
3513
|
key: "{typography.font.size.30}",
|
|
3289
3514
|
$type: "fontSize",
|
|
3290
3515
|
$value: "1rem",
|
|
3291
|
-
filePath: "tokens/typography.json",
|
|
3516
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3292
3517
|
isSource: !0,
|
|
3293
3518
|
original: {
|
|
3294
3519
|
$type: "fontSize",
|
|
@@ -3303,7 +3528,7 @@ const xr = {
|
|
|
3303
3528
|
key: "{typography.font.size.40}",
|
|
3304
3529
|
$type: "fontSize",
|
|
3305
3530
|
$value: "1.125rem",
|
|
3306
|
-
filePath: "tokens/typography.json",
|
|
3531
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3307
3532
|
isSource: !0,
|
|
3308
3533
|
original: {
|
|
3309
3534
|
$type: "fontSize",
|
|
@@ -3318,7 +3543,7 @@ const xr = {
|
|
|
3318
3543
|
key: "{typography.font.size.50}",
|
|
3319
3544
|
$type: "fontSize",
|
|
3320
3545
|
$value: "1.25rem",
|
|
3321
|
-
filePath: "tokens/typography.json",
|
|
3546
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3322
3547
|
isSource: !0,
|
|
3323
3548
|
original: {
|
|
3324
3549
|
$type: "fontSize",
|
|
@@ -3333,7 +3558,7 @@ const xr = {
|
|
|
3333
3558
|
key: "{typography.font.size.60}",
|
|
3334
3559
|
$type: "fontSize",
|
|
3335
3560
|
$value: "1.5rem",
|
|
3336
|
-
filePath: "tokens/typography.json",
|
|
3561
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3337
3562
|
isSource: !0,
|
|
3338
3563
|
original: {
|
|
3339
3564
|
$type: "fontSize",
|
|
@@ -3348,7 +3573,7 @@ const xr = {
|
|
|
3348
3573
|
key: "{typography.font.size.70}",
|
|
3349
3574
|
$type: "fontSize",
|
|
3350
3575
|
$value: "1.75rem",
|
|
3351
|
-
filePath: "tokens/typography.json",
|
|
3576
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3352
3577
|
isSource: !0,
|
|
3353
3578
|
original: {
|
|
3354
3579
|
$type: "fontSize",
|
|
@@ -3363,7 +3588,7 @@ const xr = {
|
|
|
3363
3588
|
key: "{typography.font.size.80}",
|
|
3364
3589
|
$type: "fontSize",
|
|
3365
3590
|
$value: "2rem",
|
|
3366
|
-
filePath: "tokens/typography.json",
|
|
3591
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3367
3592
|
isSource: !0,
|
|
3368
3593
|
original: {
|
|
3369
3594
|
$type: "fontSize",
|
|
@@ -3378,7 +3603,7 @@ const xr = {
|
|
|
3378
3603
|
key: "{typography.font.size.90}",
|
|
3379
3604
|
$type: "fontSize",
|
|
3380
3605
|
$value: "2.25rem",
|
|
3381
|
-
filePath: "tokens/typography.json",
|
|
3606
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3382
3607
|
isSource: !0,
|
|
3383
3608
|
original: {
|
|
3384
3609
|
$type: "fontSize",
|
|
@@ -3393,7 +3618,7 @@ const xr = {
|
|
|
3393
3618
|
key: "{typography.font.size.100}",
|
|
3394
3619
|
$type: "fontSize",
|
|
3395
3620
|
$value: "2.625rem",
|
|
3396
|
-
filePath: "tokens/typography.json",
|
|
3621
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3397
3622
|
isSource: !0,
|
|
3398
3623
|
original: {
|
|
3399
3624
|
$type: "fontSize",
|
|
@@ -3411,7 +3636,7 @@ const xr = {
|
|
|
3411
3636
|
key: "{typography.lineHeight.10}",
|
|
3412
3637
|
$type: "lineHeight",
|
|
3413
3638
|
$value: "1rem",
|
|
3414
|
-
filePath: "tokens/typography.json",
|
|
3639
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3415
3640
|
isSource: !0,
|
|
3416
3641
|
original: {
|
|
3417
3642
|
$type: "lineHeight",
|
|
@@ -3426,7 +3651,7 @@ const xr = {
|
|
|
3426
3651
|
key: "{typography.lineHeight.20}",
|
|
3427
3652
|
$type: "lineHeight",
|
|
3428
3653
|
$value: "1.125rem",
|
|
3429
|
-
filePath: "tokens/typography.json",
|
|
3654
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3430
3655
|
isSource: !0,
|
|
3431
3656
|
original: {
|
|
3432
3657
|
$type: "lineHeight",
|
|
@@ -3441,7 +3666,7 @@ const xr = {
|
|
|
3441
3666
|
key: "{typography.lineHeight.30}",
|
|
3442
3667
|
$type: "lineHeight",
|
|
3443
3668
|
$value: "1.25rem",
|
|
3444
|
-
filePath: "tokens/typography.json",
|
|
3669
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3445
3670
|
isSource: !0,
|
|
3446
3671
|
original: {
|
|
3447
3672
|
$type: "lineHeight",
|
|
@@ -3456,7 +3681,7 @@ const xr = {
|
|
|
3456
3681
|
key: "{typography.lineHeight.40}",
|
|
3457
3682
|
$type: "lineHeight",
|
|
3458
3683
|
$value: "1.375rem",
|
|
3459
|
-
filePath: "tokens/typography.json",
|
|
3684
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3460
3685
|
isSource: !0,
|
|
3461
3686
|
original: {
|
|
3462
3687
|
$type: "lineHeight",
|
|
@@ -3471,7 +3696,7 @@ const xr = {
|
|
|
3471
3696
|
key: "{typography.lineHeight.50}",
|
|
3472
3697
|
$type: "lineHeight",
|
|
3473
3698
|
$value: "1.5rem",
|
|
3474
|
-
filePath: "tokens/typography.json",
|
|
3699
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3475
3700
|
isSource: !0,
|
|
3476
3701
|
original: {
|
|
3477
3702
|
$type: "lineHeight",
|
|
@@ -3486,7 +3711,7 @@ const xr = {
|
|
|
3486
3711
|
key: "{typography.lineHeight.60}",
|
|
3487
3712
|
$type: "lineHeight",
|
|
3488
3713
|
$value: "1.75rem",
|
|
3489
|
-
filePath: "tokens/typography.json",
|
|
3714
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3490
3715
|
isSource: !0,
|
|
3491
3716
|
original: {
|
|
3492
3717
|
$type: "lineHeight",
|
|
@@ -3501,7 +3726,7 @@ const xr = {
|
|
|
3501
3726
|
key: "{typography.lineHeight.70}",
|
|
3502
3727
|
$type: "lineHeight",
|
|
3503
3728
|
$value: "2rem",
|
|
3504
|
-
filePath: "tokens/typography.json",
|
|
3729
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3505
3730
|
isSource: !0,
|
|
3506
3731
|
original: {
|
|
3507
3732
|
$type: "lineHeight",
|
|
@@ -3516,7 +3741,7 @@ const xr = {
|
|
|
3516
3741
|
key: "{typography.lineHeight.80}",
|
|
3517
3742
|
$type: "lineHeight",
|
|
3518
3743
|
$value: "2.25rem",
|
|
3519
|
-
filePath: "tokens/typography.json",
|
|
3744
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3520
3745
|
isSource: !0,
|
|
3521
3746
|
original: {
|
|
3522
3747
|
$type: "lineHeight",
|
|
@@ -3531,7 +3756,7 @@ const xr = {
|
|
|
3531
3756
|
key: "{typography.lineHeight.90}",
|
|
3532
3757
|
$type: "lineHeight",
|
|
3533
3758
|
$value: "2.5rem",
|
|
3534
|
-
filePath: "tokens/typography.json",
|
|
3759
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3535
3760
|
isSource: !0,
|
|
3536
3761
|
original: {
|
|
3537
3762
|
$type: "lineHeight",
|
|
@@ -3546,7 +3771,7 @@ const xr = {
|
|
|
3546
3771
|
key: "{typography.lineHeight.100}",
|
|
3547
3772
|
$type: "lineHeight",
|
|
3548
3773
|
$value: "2.75rem",
|
|
3549
|
-
filePath: "tokens/typography.json",
|
|
3774
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3550
3775
|
isSource: !0,
|
|
3551
3776
|
original: {
|
|
3552
3777
|
$type: "lineHeight",
|
|
@@ -3563,7 +3788,7 @@ const xr = {
|
|
|
3563
3788
|
key: "{typography.weight.thin}",
|
|
3564
3789
|
$type: "fontWeight",
|
|
3565
3790
|
$value: 100,
|
|
3566
|
-
filePath: "tokens/typography.json",
|
|
3791
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3567
3792
|
isSource: !0,
|
|
3568
3793
|
original: {
|
|
3569
3794
|
$type: "fontWeight",
|
|
@@ -3578,7 +3803,7 @@ const xr = {
|
|
|
3578
3803
|
key: "{typography.weight.extraLight}",
|
|
3579
3804
|
$type: "fontWeight",
|
|
3580
3805
|
$value: 200,
|
|
3581
|
-
filePath: "tokens/typography.json",
|
|
3806
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3582
3807
|
isSource: !0,
|
|
3583
3808
|
original: {
|
|
3584
3809
|
$type: "fontWeight",
|
|
@@ -3593,7 +3818,7 @@ const xr = {
|
|
|
3593
3818
|
key: "{typography.weight.light}",
|
|
3594
3819
|
$type: "fontWeight",
|
|
3595
3820
|
$value: 300,
|
|
3596
|
-
filePath: "tokens/typography.json",
|
|
3821
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3597
3822
|
isSource: !0,
|
|
3598
3823
|
original: {
|
|
3599
3824
|
$type: "fontWeight",
|
|
@@ -3608,7 +3833,7 @@ const xr = {
|
|
|
3608
3833
|
key: "{typography.weight.regular}",
|
|
3609
3834
|
$type: "fontWeight",
|
|
3610
3835
|
$value: 400,
|
|
3611
|
-
filePath: "tokens/typography.json",
|
|
3836
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3612
3837
|
isSource: !0,
|
|
3613
3838
|
original: {
|
|
3614
3839
|
$type: "fontWeight",
|
|
@@ -3623,7 +3848,7 @@ const xr = {
|
|
|
3623
3848
|
key: "{typography.weight.medium}",
|
|
3624
3849
|
$type: "fontWeight",
|
|
3625
3850
|
$value: 500,
|
|
3626
|
-
filePath: "tokens/typography.json",
|
|
3851
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3627
3852
|
isSource: !0,
|
|
3628
3853
|
original: {
|
|
3629
3854
|
$type: "fontWeight",
|
|
@@ -3638,7 +3863,7 @@ const xr = {
|
|
|
3638
3863
|
key: "{typography.weight.semiBold}",
|
|
3639
3864
|
$type: "fontWeight",
|
|
3640
3865
|
$value: 600,
|
|
3641
|
-
filePath: "tokens/typography.json",
|
|
3866
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3642
3867
|
isSource: !0,
|
|
3643
3868
|
original: {
|
|
3644
3869
|
$type: "fontWeight",
|
|
@@ -3653,7 +3878,7 @@ const xr = {
|
|
|
3653
3878
|
key: "{typography.weight.bold}",
|
|
3654
3879
|
$type: "fontWeight",
|
|
3655
3880
|
$value: 700,
|
|
3656
|
-
filePath: "tokens/typography.json",
|
|
3881
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3657
3882
|
isSource: !0,
|
|
3658
3883
|
original: {
|
|
3659
3884
|
$type: "fontWeight",
|
|
@@ -3668,7 +3893,7 @@ const xr = {
|
|
|
3668
3893
|
key: "{typography.weight.extraBold}",
|
|
3669
3894
|
$type: "fontWeight",
|
|
3670
3895
|
$value: 800,
|
|
3671
|
-
filePath: "tokens/typography.json",
|
|
3896
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3672
3897
|
isSource: !0,
|
|
3673
3898
|
original: {
|
|
3674
3899
|
$type: "fontWeight",
|
|
@@ -3683,7 +3908,7 @@ const xr = {
|
|
|
3683
3908
|
key: "{typography.weight.black}",
|
|
3684
3909
|
$type: "fontWeight",
|
|
3685
3910
|
$value: 900,
|
|
3686
|
-
filePath: "tokens/typography.json",
|
|
3911
|
+
filePath: "packages/theme/tokens/typography.json",
|
|
3687
3912
|
isSource: !0,
|
|
3688
3913
|
original: {
|
|
3689
3914
|
$type: "fontWeight",
|
|
@@ -3700,7 +3925,7 @@ const xr = {
|
|
|
3700
3925
|
base: {
|
|
3701
3926
|
key: "{zIndex.base}",
|
|
3702
3927
|
$value: 1,
|
|
3703
|
-
filePath: "tokens/z-index.json",
|
|
3928
|
+
filePath: "packages/theme/tokens/z-index.json",
|
|
3704
3929
|
isSource: !0,
|
|
3705
3930
|
$type: "number",
|
|
3706
3931
|
original: {
|
|
@@ -3715,7 +3940,7 @@ const xr = {
|
|
|
3715
3940
|
above: {
|
|
3716
3941
|
key: "{zIndex.above}",
|
|
3717
3942
|
$value: 10,
|
|
3718
|
-
filePath: "tokens/z-index.json",
|
|
3943
|
+
filePath: "packages/theme/tokens/z-index.json",
|
|
3719
3944
|
isSource: !0,
|
|
3720
3945
|
$type: "number",
|
|
3721
3946
|
original: {
|
|
@@ -3730,7 +3955,7 @@ const xr = {
|
|
|
3730
3955
|
modal: {
|
|
3731
3956
|
key: "{zIndex.modal}",
|
|
3732
3957
|
$value: 1e3,
|
|
3733
|
-
filePath: "tokens/z-index.json",
|
|
3958
|
+
filePath: "packages/theme/tokens/z-index.json",
|
|
3734
3959
|
isSource: !0,
|
|
3735
3960
|
$type: "number",
|
|
3736
3961
|
original: {
|
|
@@ -3745,7 +3970,7 @@ const xr = {
|
|
|
3745
3970
|
toast: {
|
|
3746
3971
|
key: "{zIndex.toast}",
|
|
3747
3972
|
$value: 1100,
|
|
3748
|
-
filePath: "tokens/z-index.json",
|
|
3973
|
+
filePath: "packages/theme/tokens/z-index.json",
|
|
3749
3974
|
isSource: !0,
|
|
3750
3975
|
$type: "number",
|
|
3751
3976
|
original: {
|
|
@@ -3760,7 +3985,7 @@ const xr = {
|
|
|
3760
3985
|
skipToContent: {
|
|
3761
3986
|
key: "{zIndex.skipToContent}",
|
|
3762
3987
|
$value: 1200,
|
|
3763
|
-
filePath: "tokens/z-index.json",
|
|
3988
|
+
filePath: "packages/theme/tokens/z-index.json",
|
|
3764
3989
|
isSource: !0,
|
|
3765
3990
|
$type: "number",
|
|
3766
3991
|
original: {
|
|
@@ -3773,254 +3998,269 @@ const xr = {
|
|
|
3773
3998
|
path: ["zIndex", "skipToContent"]
|
|
3774
3999
|
}
|
|
3775
4000
|
}
|
|
3776
|
-
}, e = "480px", o = "768px", t = "1024px",
|
|
4001
|
+
}, e = "480px", o = "768px", t = "1024px", a = "1280px", r = "(max-width: calc(480px - 1px))", i = "(min-width: 480px)", l = "(min-width: 768px)", n = "(min-width: 1024px)", s = "(min-width: 1280px)", c = "#000", g = "#0d0d0d", u = "#fff", p = "#e6e6e6", k = "#f2f2f2", d = "#e6e6e6", y = "#d9d9d9", h = "#ccc", f = "#bfbfbf", b = "#b3b3b3", m = "#a6a6a6", $ = "#999", v = "#8c8c8c", S = "#808080", j = "#737373", P = "#666", w = "#5d5d5d", z = "#525252", B = "#474747", H = "#383838", x = "#333", R = "#262626", Y = "#212121", I = "#171717", A = "#eaf2f6", G = "#d5e5ed", C = "#abcbdb", W = "#94BCD1", F = "#82b0c9", D = "#6CA3C0", T = "#5897b8", L = "#4289ad", K = "#2e7ca5", E = "#2C7399", M = "#29698C", O = "#25607f", X = "#143c50", _ = "#b46ab4", N = "#954b95", V = "#b90835", q = "#eaf2f6", J = "#d5e5ed", Q = "#06c", U = "#d5f2d9", Z = "#bae5c5", ee = "#008d3c", oe = "#194B33", te = "#fff8e2", ae = "#fff1cd", re = "#ffeab8", ie = "#ffe3a3", le = "#ffdc8b", ne = "#ffd47b", se = "#fdcd5d", ce = "#fbc640", ge = "#fabf1b", ue = "#fab900", pe = "#daa105", ke = "#bd8c1e", de = "#a17927", ye = "#88672a", he = "#70562b", fe = "#5a4629", be = "#453826", me = "#322a20", $e = "#201c18", ve = "#0f0e0e", Se = "#ffefef", je = "#ffdfdf", Pe = "#fcc8c8", we = "#f9b0b0", ze = "#f69999", Be = "#f38181", He = "#ef6a6a", xe = "#EC5252", Re = "#e93b3b", Ye = "#e62323", Ie = "#d12020", Ae = "#bc1d1d", Ge = "#a71919", Ce = "#921616", We = "#7d1313", Fe = "#691010", De = "#540d0d", Te = "#3f0a0a", Le = "#2a0606", Ke = "#150303", Ee = "light-dark(#fff, #171717)", Me = "light-dark(#e6e6e6, #212121)", Oe = "light-dark(#171717, #f2f2f2)", Xe = "light-dark(#f2f2f2, #262626)", _e = "light-dark(#e6e6e6, #333)", Ne = "light-dark(#d9d9d9, #383838)", Ve = "light-dark(#ccc, #474747)", qe = "light-dark(#fff, #383838)", Je = "light-dark(#e6e6e6, #474747)", Qe = "light-dark(#d9d9d9, #525252)", Ue = "light-dark(#ccc, #5d5d5d)", Ze = "light-dark(#d9d9d9, #383838)", eo = "light-dark(#ccc, #474747)", oo = "light-dark(#bfbfbf, #525252)", to = "light-dark(#f2f2f2, #262626)", ao = "light-dark(#e6e6e6, #333)", ro = "light-dark(#d9d9d9, #383838)", io = "light-dark(#b90835, #b90835)", lo = "light-dark(#171717, #f2f2f2)", no = "light-dark(#737373, #8c8c8c)", so = "light-dark(#bfbfbf, #383838)", co = "light-dark(#143c50, #2e7ca5)", go = "light-dark(#bfbfbf, #525252)", uo = "1px", po = "light-dark(#f2f2f2, #262626)", ko = "light-dark(#e6e6e6, #333)", yo = "light-dark(#d9d9d9, #383838)", ho = "light-dark(#fff, #383838)", fo = "light-dark(#e6e6e6, #474747)", bo = "light-dark(#d9d9d9, #525252)", mo = "light-dark(#f2f2f2, #262626)", $o = "light-dark(#f2f2f2, #262626)", vo = "light-dark(#d9d9d9, #383838)", So = "light-dark(#171717, #f2f2f2)", jo = "light-dark(#525252, #a6a6a6)", Po = "light-dark(#143c50, #f2f2f2)", wo = "light-dark(#fff, #171717)", zo = "light-dark(#fff, #fff)", Bo = "light-dark(#bfbfbf, #525252)", Ho = "light-dark(#008d3c, #008d3c)", xo = "light-dark(#06c, #06c)", Ro = "light-dark(#e62323, #e62323)", Yo = "light-dark(#fab900, #fab900)", Io = "light-dark(#29698C, #6CA3C0)", Ao = "light-dark(#143c50, #94BCD1)", Go = "light-dark(#171717, #abcbdb)", Co = "light-dark(#954b95, #b46ab4)", Wo = "light-dark(#008d3c, #008d3c)", Fo = "light-dark(#06c, #06c)", Do = "light-dark(#fab900, #fab900)", To = "light-dark(#e62323, #e62323)", Lo = "light-dark(#d5f2d9, #262626)", Ko = "light-dark(#bae5c5, #333)", Eo = "light-dark(#eaf2f6, #262626)", Mo = "light-dark(#d5e5ed, #333)", Oo = "light-dark(#fff8e2, #262626)", Xo = "light-dark(#fff1cd, #333)", _o = "light-dark(#ffdfdf, #262626)", No = "light-dark(#fcc8c8, #333)", Vo = "light-dark(#171717, #f2f2f2)", qo = "light-dark(#525252, #a6a6a6)", Jo = "light-dark(#143c50, #f2f2f2)", Qo = "light-dark(#fff, #fff)", Uo = "light-dark(#f2f2f2, #171717)", Zo = "light-dark(#bfbfbf, #525252)", et = "light-dark(#e62323, #EC5252)", ot = "light-dark(#a6a6a6, #525252)", tt = "light-dark(#143c50, #2e7ca5)", at = "light-dark(#25607f, #25607f)", rt = "light-dark(#2e7ca5, #143c50)", it = "light-dark(#fff, #171717)", lt = "light-dark(#e6e6e6, #212121)", nt = "light-dark(#d9d9d9, #262626)", st = "light-dark(#e6e6e6, #212121)", ct = "light-dark(#d9d9d9, #262626)", gt = "light-dark(#e62323, #e62323)", ut = "light-dark(#bc1d1d, #bc1d1d)", pt = "light-dark(#7d1313, #7d1313)", kt = "light-dark(#f2f2f2, #262626)", dt = "light-dark(#143c50, #f2f2f2)", yt = "light-dark(#0000001a, #ffffff1a)", ht = "light-dark(#00000033, #ffffff33)", ft = "light-dark(#e62323, #e62323)", bt = "light-dark(#0000001a, #ffffff1a)", mt = "light-dark(#143c50, #5897b8)", $t = "light-dark(#143c50, #5897b8)", vt = "light-dark(#d5e5ed, #143c50)", St = "light-dark(#143c50, #5897b8)", jt = "light-dark(#b90835, #fff)", Pt = "light-dark(#e6e6e6, #212121)", wt = "light-dark(#f2f2f2, #262626)", zt = "light-dark(#29698C, #5897b8)", Bt = "0.125rem", Ht = "0.188rem", xt = "0.25rem", Rt = "0.375rem", Yt = "0.5rem", It = "0.625rem", At = "0.75rem", Gt = "0.875rem", Ct = "0.938rem", Wt = "1rem", Ft = "1.25rem", Dt = "1.5rem", Tt = "1.75rem", Lt = "2rem", Kt = "2.5rem", Et = "2.75rem", Mt = "3rem", Ot = 0, Xt = "0.063rem", _t = "0.125rem", Nt = "0.25rem", Vt = "0.5rem", qt = "0.75rem", Jt = "1rem", Qt = "1.5rem", Ut = "2rem", Zt = "2.5rem", ea = "3rem", oa = "4rem", ta = "5rem", aa = "6rem", ra = "0 0 0 2px light-dark(white, black), 0 0 0 4px light-dark(black, white)", ia = "inset 0 0 0 2px light-dark(black, white), inset 0 0 0 4px light-dark(white, black)", la = "500ms", na = "300ms", sa = "250ms", ca = "Inter, sans-serif", ga = "0.75rem", ua = "0.875rem", pa = "1rem", ka = "1.125rem", da = "1.25rem", ya = "1.5rem", ha = "1.75rem", fa = "2rem", ba = "2.25rem", ma = "2.625rem", $a = "1rem", va = "1.125rem", Sa = "1.25rem", ja = "1.375rem", Pa = "1.5rem", wa = "1.75rem", za = "2rem", Ba = "2.25rem", Ha = "2.5rem", xa = "2.75rem", Ra = 100, Ya = 200, Ia = 300, Aa = 400, Ga = 500, Ca = 600, Wa = 700, Fa = 800, Da = 900, Ta = 1, La = 10, Ka = 1e3, Ea = 1100, Ma = 1200, Xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3777
4002
|
__proto__: null,
|
|
3778
|
-
backgroundBase:
|
|
3779
|
-
backgroundHover:
|
|
3780
|
-
backgroundInverse:
|
|
3781
|
-
badgeBackground:
|
|
3782
|
-
borderColorDisabled:
|
|
3783
|
-
borderColorPrimary:
|
|
3784
|
-
borderColorSecondary:
|
|
3785
|
-
borderColorSubtle:
|
|
3786
|
-
borderColorTertiary:
|
|
3787
|
-
borderWidth:
|
|
3788
|
-
brandPrimary:
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
breakpointsLg: l,
|
|
3792
|
-
breakpointsMd: n,
|
|
3793
|
-
breakpointsPrefersReducedMotion: g,
|
|
4003
|
+
backgroundBase: Ee,
|
|
4004
|
+
backgroundHover: Me,
|
|
4005
|
+
backgroundInverse: Oe,
|
|
4006
|
+
badgeBackground: ft,
|
|
4007
|
+
borderColorDisabled: go,
|
|
4008
|
+
borderColorPrimary: lo,
|
|
4009
|
+
borderColorSecondary: no,
|
|
4010
|
+
borderColorSubtle: so,
|
|
4011
|
+
borderColorTertiary: co,
|
|
4012
|
+
borderWidth: uo,
|
|
4013
|
+
brandPrimary: io,
|
|
4014
|
+
breakpointsLg: n,
|
|
4015
|
+
breakpointsMd: l,
|
|
3794
4016
|
breakpointsSm: i,
|
|
3795
4017
|
breakpointsXl: s,
|
|
3796
|
-
breakpointsXs:
|
|
3797
|
-
buttonBackgroundDangerActive:
|
|
3798
|
-
buttonBackgroundDangerBase:
|
|
3799
|
-
buttonBackgroundDangerHover:
|
|
3800
|
-
buttonBackgroundDisabled:
|
|
3801
|
-
buttonBackgroundPrimaryActive:
|
|
3802
|
-
buttonBackgroundPrimaryBase:
|
|
3803
|
-
buttonBackgroundPrimaryHover:
|
|
3804
|
-
buttonBackgroundSecondaryActive:
|
|
3805
|
-
buttonBackgroundSecondaryBase:
|
|
3806
|
-
buttonBackgroundSecondaryHover:
|
|
3807
|
-
buttonBackgroundTertiaryActive:
|
|
3808
|
-
buttonBackgroundTertiaryHover:
|
|
3809
|
-
buttonBorderSecondary:
|
|
3810
|
-
buttonIconActive:
|
|
3811
|
-
buttonIconHover:
|
|
3812
|
-
calendarDateBackgroundEndRange:
|
|
3813
|
-
calendarDateBackgroundHover:
|
|
3814
|
-
calendarDateBackgroundInRange:
|
|
3815
|
-
calendarDateBackgroundSelected:
|
|
3816
|
-
calendarDateBackgroundStartRange:
|
|
3817
|
-
colorBlackBase:
|
|
3818
|
-
colorBlackHover:
|
|
3819
|
-
colorBlue10:
|
|
3820
|
-
colorBlue100:
|
|
3821
|
-
colorBlue110:
|
|
3822
|
-
colorBlue120:
|
|
3823
|
-
colorBlue130:
|
|
3824
|
-
colorBlue150:
|
|
3825
|
-
colorBlue20:
|
|
3826
|
-
colorBlue40:
|
|
3827
|
-
colorBlue50:
|
|
3828
|
-
colorBlue60:
|
|
3829
|
-
colorBlue70:
|
|
3830
|
-
colorBlue80:
|
|
3831
|
-
colorBlue90:
|
|
3832
|
-
colorGray10:
|
|
3833
|
-
colorGray100:
|
|
3834
|
-
colorGray110:
|
|
3835
|
-
colorGray120:
|
|
4018
|
+
breakpointsXs: r,
|
|
4019
|
+
buttonBackgroundDangerActive: pt,
|
|
4020
|
+
buttonBackgroundDangerBase: gt,
|
|
4021
|
+
buttonBackgroundDangerHover: ut,
|
|
4022
|
+
buttonBackgroundDisabled: kt,
|
|
4023
|
+
buttonBackgroundPrimaryActive: rt,
|
|
4024
|
+
buttonBackgroundPrimaryBase: tt,
|
|
4025
|
+
buttonBackgroundPrimaryHover: at,
|
|
4026
|
+
buttonBackgroundSecondaryActive: nt,
|
|
4027
|
+
buttonBackgroundSecondaryBase: it,
|
|
4028
|
+
buttonBackgroundSecondaryHover: lt,
|
|
4029
|
+
buttonBackgroundTertiaryActive: ct,
|
|
4030
|
+
buttonBackgroundTertiaryHover: st,
|
|
4031
|
+
buttonBorderSecondary: dt,
|
|
4032
|
+
buttonIconActive: ht,
|
|
4033
|
+
buttonIconHover: yt,
|
|
4034
|
+
calendarDateBackgroundEndRange: St,
|
|
4035
|
+
calendarDateBackgroundHover: bt,
|
|
4036
|
+
calendarDateBackgroundInRange: vt,
|
|
4037
|
+
calendarDateBackgroundSelected: mt,
|
|
4038
|
+
calendarDateBackgroundStartRange: $t,
|
|
4039
|
+
colorBlackBase: c,
|
|
4040
|
+
colorBlackHover: g,
|
|
4041
|
+
colorBlue10: A,
|
|
4042
|
+
colorBlue100: K,
|
|
4043
|
+
colorBlue110: E,
|
|
4044
|
+
colorBlue120: M,
|
|
4045
|
+
colorBlue130: O,
|
|
4046
|
+
colorBlue150: X,
|
|
4047
|
+
colorBlue20: G,
|
|
4048
|
+
colorBlue40: C,
|
|
4049
|
+
colorBlue50: W,
|
|
4050
|
+
colorBlue60: F,
|
|
4051
|
+
colorBlue70: D,
|
|
4052
|
+
colorBlue80: T,
|
|
4053
|
+
colorBlue90: L,
|
|
4054
|
+
colorGray10: k,
|
|
4055
|
+
colorGray100: S,
|
|
4056
|
+
colorGray110: j,
|
|
4057
|
+
colorGray120: P,
|
|
3836
4058
|
colorGray130: w,
|
|
3837
|
-
colorGray140:
|
|
3838
|
-
colorGray150:
|
|
3839
|
-
colorGray160:
|
|
3840
|
-
colorGray170:
|
|
3841
|
-
colorGray180:
|
|
3842
|
-
colorGray190:
|
|
3843
|
-
colorGray20:
|
|
3844
|
-
colorGray200:
|
|
3845
|
-
colorGray30:
|
|
3846
|
-
colorGray40:
|
|
3847
|
-
colorGray50:
|
|
3848
|
-
colorGray60:
|
|
3849
|
-
colorGray70:
|
|
3850
|
-
colorGray80:
|
|
3851
|
-
colorGray90:
|
|
3852
|
-
colorPurple110:
|
|
3853
|
-
colorPurple80:
|
|
3854
|
-
colorRed100:
|
|
3855
|
-
colorSignalBlue10:
|
|
3856
|
-
colorSignalBlue100:
|
|
3857
|
-
colorSignalBlue20:
|
|
3858
|
-
colorSignalGreen100:
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3886
|
-
|
|
3887
|
-
|
|
3888
|
-
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
|
|
3892
|
-
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3900
|
-
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
|
|
3911
|
-
|
|
3912
|
-
|
|
3913
|
-
|
|
3914
|
-
|
|
3915
|
-
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
|
|
3922
|
-
|
|
3923
|
-
|
|
3924
|
-
|
|
3925
|
-
|
|
3926
|
-
|
|
3927
|
-
|
|
3928
|
-
|
|
3929
|
-
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
|
|
3939
|
-
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
|
|
3944
|
-
|
|
3945
|
-
|
|
3946
|
-
|
|
3947
|
-
|
|
3948
|
-
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
|
|
3952
|
-
|
|
3953
|
-
|
|
3954
|
-
|
|
3955
|
-
|
|
3956
|
-
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
|
|
4010
|
-
|
|
4011
|
-
|
|
4012
|
-
|
|
4059
|
+
colorGray140: z,
|
|
4060
|
+
colorGray150: B,
|
|
4061
|
+
colorGray160: H,
|
|
4062
|
+
colorGray170: x,
|
|
4063
|
+
colorGray180: R,
|
|
4064
|
+
colorGray190: Y,
|
|
4065
|
+
colorGray20: d,
|
|
4066
|
+
colorGray200: I,
|
|
4067
|
+
colorGray30: y,
|
|
4068
|
+
colorGray40: h,
|
|
4069
|
+
colorGray50: f,
|
|
4070
|
+
colorGray60: b,
|
|
4071
|
+
colorGray70: m,
|
|
4072
|
+
colorGray80: $,
|
|
4073
|
+
colorGray90: v,
|
|
4074
|
+
colorPurple110: N,
|
|
4075
|
+
colorPurple80: _,
|
|
4076
|
+
colorRed100: V,
|
|
4077
|
+
colorSignalBlue10: q,
|
|
4078
|
+
colorSignalBlue100: Q,
|
|
4079
|
+
colorSignalBlue20: J,
|
|
4080
|
+
colorSignalGreen100: ee,
|
|
4081
|
+
colorSignalGreen150: oe,
|
|
4082
|
+
colorSignalGreen20: U,
|
|
4083
|
+
colorSignalGreen30: Z,
|
|
4084
|
+
colorSignalRed10: Se,
|
|
4085
|
+
colorSignalRed100: Ye,
|
|
4086
|
+
colorSignalRed110: Ie,
|
|
4087
|
+
colorSignalRed120: Ae,
|
|
4088
|
+
colorSignalRed130: Ge,
|
|
4089
|
+
colorSignalRed140: Ce,
|
|
4090
|
+
colorSignalRed150: We,
|
|
4091
|
+
colorSignalRed160: Fe,
|
|
4092
|
+
colorSignalRed170: De,
|
|
4093
|
+
colorSignalRed180: Te,
|
|
4094
|
+
colorSignalRed190: Le,
|
|
4095
|
+
colorSignalRed20: je,
|
|
4096
|
+
colorSignalRed200: Ke,
|
|
4097
|
+
colorSignalRed30: Pe,
|
|
4098
|
+
colorSignalRed40: we,
|
|
4099
|
+
colorSignalRed50: ze,
|
|
4100
|
+
colorSignalRed60: Be,
|
|
4101
|
+
colorSignalRed70: He,
|
|
4102
|
+
colorSignalRed80: xe,
|
|
4103
|
+
colorSignalRed90: Re,
|
|
4104
|
+
colorSignalYellow10: te,
|
|
4105
|
+
colorSignalYellow100: ue,
|
|
4106
|
+
colorSignalYellow110: pe,
|
|
4107
|
+
colorSignalYellow120: ke,
|
|
4108
|
+
colorSignalYellow130: de,
|
|
4109
|
+
colorSignalYellow140: ye,
|
|
4110
|
+
colorSignalYellow150: he,
|
|
4111
|
+
colorSignalYellow160: fe,
|
|
4112
|
+
colorSignalYellow170: be,
|
|
4113
|
+
colorSignalYellow180: me,
|
|
4114
|
+
colorSignalYellow190: $e,
|
|
4115
|
+
colorSignalYellow20: ae,
|
|
4116
|
+
colorSignalYellow200: ve,
|
|
4117
|
+
colorSignalYellow30: re,
|
|
4118
|
+
colorSignalYellow40: ie,
|
|
4119
|
+
colorSignalYellow50: le,
|
|
4120
|
+
colorSignalYellow60: ne,
|
|
4121
|
+
colorSignalYellow70: se,
|
|
4122
|
+
colorSignalYellow80: ce,
|
|
4123
|
+
colorSignalYellow90: ge,
|
|
4124
|
+
colorWhiteBase: u,
|
|
4125
|
+
colorWhiteHover: p,
|
|
4126
|
+
field01Active: yo,
|
|
4127
|
+
field01Base: po,
|
|
4128
|
+
field01Hover: ko,
|
|
4129
|
+
field02Active: bo,
|
|
4130
|
+
field02Base: ho,
|
|
4131
|
+
field02Hover: fo,
|
|
4132
|
+
fieldDisabled: mo,
|
|
4133
|
+
iconDisabled: Bo,
|
|
4134
|
+
iconImportant: Yo,
|
|
4135
|
+
iconInfo: xo,
|
|
4136
|
+
iconInverse: wo,
|
|
4137
|
+
iconOnColor: zo,
|
|
4138
|
+
iconPrimary: So,
|
|
4139
|
+
iconSecondary: jo,
|
|
4140
|
+
iconSuccess: Ho,
|
|
4141
|
+
iconTertiary: Po,
|
|
4142
|
+
iconWarning: Ro,
|
|
4143
|
+
layer01Base: Xe,
|
|
4144
|
+
layer01Hover: _e,
|
|
4145
|
+
layer01Selected: Ne,
|
|
4146
|
+
layer01SelectedHover: Ve,
|
|
4147
|
+
layer02Base: qe,
|
|
4148
|
+
layer02Hover: Je,
|
|
4149
|
+
layer02Selected: Qe,
|
|
4150
|
+
layer02SelectedHover: Ue,
|
|
4151
|
+
layerAccent01Base: Ze,
|
|
4152
|
+
layerAccent01Hover: eo,
|
|
4153
|
+
layerAccent01Selected: oo,
|
|
4154
|
+
layerAccent02Base: to,
|
|
4155
|
+
layerAccent02Hover: ao,
|
|
4156
|
+
layerAccent02Selected: ro,
|
|
4157
|
+
linkEnabled: Io,
|
|
4158
|
+
linkHover: Ao,
|
|
4159
|
+
linkPressed: Go,
|
|
4160
|
+
linkVisited: Co,
|
|
4161
|
+
logoPrimary: jt,
|
|
4162
|
+
menuItemBackgroundHover: Pt,
|
|
4163
|
+
menuItemBackgroundSelected: wt,
|
|
4164
|
+
menuTextSectionHeader: zt,
|
|
4165
|
+
size00: Ot,
|
|
4166
|
+
size05: Xt,
|
|
4167
|
+
size10: Bt,
|
|
4168
|
+
size100: Dt,
|
|
4169
|
+
size110: Tt,
|
|
4170
|
+
size120: Lt,
|
|
4171
|
+
size130: Kt,
|
|
4172
|
+
size140: Et,
|
|
4173
|
+
size15: Ht,
|
|
4174
|
+
size150: Mt,
|
|
4175
|
+
size20: xt,
|
|
4176
|
+
size30: Rt,
|
|
4177
|
+
size40: Yt,
|
|
4178
|
+
size50: It,
|
|
4179
|
+
size60: At,
|
|
4180
|
+
size70: Gt,
|
|
4181
|
+
size75: Ct,
|
|
4182
|
+
size80: Wt,
|
|
4183
|
+
size90: Ft,
|
|
4184
|
+
skeleton01: $o,
|
|
4185
|
+
skeleton02: vo,
|
|
4186
|
+
spacing10: _t,
|
|
4187
|
+
spacing100: oa,
|
|
4188
|
+
spacing110: ta,
|
|
4189
|
+
spacing120: aa,
|
|
4190
|
+
spacing20: Nt,
|
|
4191
|
+
spacing30: Vt,
|
|
4192
|
+
spacing40: qt,
|
|
4193
|
+
spacing50: Jt,
|
|
4194
|
+
spacing60: Qt,
|
|
4195
|
+
spacing70: Ut,
|
|
4196
|
+
spacing80: Zt,
|
|
4197
|
+
spacing90: ea,
|
|
4198
|
+
stateFocus: ra,
|
|
4199
|
+
stateFocusInset: ia,
|
|
4200
|
+
supportBackgroundImportant: Oo,
|
|
4201
|
+
supportBackgroundImportantHover: Xo,
|
|
4202
|
+
supportBackgroundInfo: Eo,
|
|
4203
|
+
supportBackgroundInfoHover: Mo,
|
|
4204
|
+
supportBackgroundSuccess: Lo,
|
|
4205
|
+
supportBackgroundSuccessHover: Ko,
|
|
4206
|
+
supportBackgroundWarning: _o,
|
|
4207
|
+
supportBackgroundWarningHover: No,
|
|
4208
|
+
supportBorderImportant: Do,
|
|
4209
|
+
supportBorderInfo: Fo,
|
|
4210
|
+
supportBorderSuccess: Wo,
|
|
4211
|
+
supportBorderWarning: To,
|
|
4212
|
+
textDisabled: Zo,
|
|
4213
|
+
textInverse: Uo,
|
|
4214
|
+
textOnColor: Qo,
|
|
4215
|
+
textPlaceholder: ot,
|
|
4216
|
+
textPrimary: Vo,
|
|
4217
|
+
textSecondary: qo,
|
|
4218
|
+
textTertiary: Jo,
|
|
4219
|
+
textWarning: et,
|
|
4220
|
+
transitionsDurationFast: sa,
|
|
4221
|
+
transitionsDurationNormal: na,
|
|
4222
|
+
transitionsDurationSlow: la,
|
|
4223
|
+
typographyFontFamily: ca,
|
|
4224
|
+
typographyFontSize10: ga,
|
|
4225
|
+
typographyFontSize100: ma,
|
|
4226
|
+
typographyFontSize20: ua,
|
|
4227
|
+
typographyFontSize30: pa,
|
|
4228
|
+
typographyFontSize40: ka,
|
|
4229
|
+
typographyFontSize50: da,
|
|
4230
|
+
typographyFontSize60: ya,
|
|
4231
|
+
typographyFontSize70: ha,
|
|
4232
|
+
typographyFontSize80: fa,
|
|
4233
|
+
typographyFontSize90: ba,
|
|
4234
|
+
typographyLineHeight10: $a,
|
|
4235
|
+
typographyLineHeight100: xa,
|
|
4236
|
+
typographyLineHeight20: va,
|
|
4237
|
+
typographyLineHeight30: Sa,
|
|
4238
|
+
typographyLineHeight40: ja,
|
|
4239
|
+
typographyLineHeight50: Pa,
|
|
4240
|
+
typographyLineHeight60: wa,
|
|
4241
|
+
typographyLineHeight70: za,
|
|
4242
|
+
typographyLineHeight80: Ba,
|
|
4243
|
+
typographyLineHeight90: Ha,
|
|
4244
|
+
typographyWeightBlack: Da,
|
|
4245
|
+
typographyWeightBold: Wa,
|
|
4246
|
+
typographyWeightExtraBold: Fa,
|
|
4247
|
+
typographyWeightExtraLight: Ya,
|
|
4248
|
+
typographyWeightLight: Ia,
|
|
4249
|
+
typographyWeightMedium: Ga,
|
|
4250
|
+
typographyWeightRegular: Aa,
|
|
4251
|
+
typographyWeightSemiBold: Ca,
|
|
4252
|
+
typographyWeightThin: Ra,
|
|
4013
4253
|
windowSizesLg: t,
|
|
4014
4254
|
windowSizesMd: o,
|
|
4015
4255
|
windowSizesSm: e,
|
|
4016
|
-
windowSizesXl:
|
|
4017
|
-
zIndexAbove:
|
|
4018
|
-
zIndexBase:
|
|
4019
|
-
zIndexModal:
|
|
4020
|
-
zIndexSkipToContent:
|
|
4021
|
-
zIndexToast:
|
|
4256
|
+
windowSizesXl: a,
|
|
4257
|
+
zIndexAbove: La,
|
|
4258
|
+
zIndexBase: Ta,
|
|
4259
|
+
zIndexModal: Ka,
|
|
4260
|
+
zIndexSkipToContent: Ma,
|
|
4261
|
+
zIndexToast: Ea
|
|
4022
4262
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4023
4263
|
export {
|
|
4024
|
-
|
|
4025
|
-
|
|
4264
|
+
Oa as tokenDictionary,
|
|
4265
|
+
Xa as variables
|
|
4026
4266
|
};
|