@peasant-labs/fairtrade 0.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.
Files changed (117) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +85 -0
  3. package/dist/lib/README.md +13 -0
  4. package/dist/lib/base.css +48 -0
  5. package/dist/lib/components.css +2 -0
  6. package/dist/lib/fonts.css +28 -0
  7. package/dist/lib/tokens.css +184 -0
  8. package/dist/lib/tokens.json +768 -0
  9. package/dist/lib/types/Accordion.d.ts +47 -0
  10. package/dist/lib/types/Accordion.stories.d.ts +91 -0
  11. package/dist/lib/types/Avatar.d.ts +94 -0
  12. package/dist/lib/types/Avatar.stories.d.ts +160 -0
  13. package/dist/lib/types/BrandMark.d.ts +25 -0
  14. package/dist/lib/types/BrandMark.stories.d.ts +75 -0
  15. package/dist/lib/types/Breadcrumb.d.ts +66 -0
  16. package/dist/lib/types/Breadcrumb.stories.d.ts +91 -0
  17. package/dist/lib/types/Button.d.ts +86 -0
  18. package/dist/lib/types/Button.stories.d.ts +129 -0
  19. package/dist/lib/types/Card.d.ts +145 -0
  20. package/dist/lib/types/Card.stories.d.ts +70 -0
  21. package/dist/lib/types/Chart.stories.d.ts +55 -0
  22. package/dist/lib/types/ChartBar.d.ts +51 -0
  23. package/dist/lib/types/ChartLine.d.ts +54 -0
  24. package/dist/lib/types/Checkbox.d.ts +132 -0
  25. package/dist/lib/types/Checkbox.stories.d.ts +75 -0
  26. package/dist/lib/types/Chip.d.ts +85 -0
  27. package/dist/lib/types/Chip.stories.d.ts +190 -0
  28. package/dist/lib/types/CliOnboard.d.ts +68 -0
  29. package/dist/lib/types/CliOnboard.stories.d.ts +24 -0
  30. package/dist/lib/types/CommandPalette.d.ts +6 -0
  31. package/dist/lib/types/CommandPalette.stories.d.ts +94 -0
  32. package/dist/lib/types/CommitGraph.d.ts +71 -0
  33. package/dist/lib/types/CommitGraph.stories.d.ts +17 -0
  34. package/dist/lib/types/ConnectionState.d.ts +82 -0
  35. package/dist/lib/types/ConnectionState.stories.d.ts +117 -0
  36. package/dist/lib/types/ConsentDialog.d.ts +97 -0
  37. package/dist/lib/types/ConsentDialog.stories.d.ts +61 -0
  38. package/dist/lib/types/DataTable.d.ts +116 -0
  39. package/dist/lib/types/DataTable.stories.d.ts +240 -0
  40. package/dist/lib/types/DateRange.d.ts +242 -0
  41. package/dist/lib/types/DateRange.stories.d.ts +272 -0
  42. package/dist/lib/types/Dialog.d.ts +9 -0
  43. package/dist/lib/types/Dialog.stories.d.ts +121 -0
  44. package/dist/lib/types/DiffView.d.ts +39 -0
  45. package/dist/lib/types/DiffView.stories.d.ts +118 -0
  46. package/dist/lib/types/EmptyState.d.ts +28 -0
  47. package/dist/lib/types/EmptyState.stories.d.ts +130 -0
  48. package/dist/lib/types/EvidenceCaption.d.ts +39 -0
  49. package/dist/lib/types/EvidenceCaption.stories.d.ts +43 -0
  50. package/dist/lib/types/Explainer.d.ts +82 -0
  51. package/dist/lib/types/Explainer.stories.d.ts +22 -0
  52. package/dist/lib/types/FacetRail.d.ts +13 -0
  53. package/dist/lib/types/FacetRail.stories.d.ts +28 -0
  54. package/dist/lib/types/Feedback.d.ts +222 -0
  55. package/dist/lib/types/Feedback.stories.d.ts +81 -0
  56. package/dist/lib/types/GroupedMultiSelect.d.ts +67 -0
  57. package/dist/lib/types/GroupedMultiSelect.stories.d.ts +59 -0
  58. package/dist/lib/types/Input.d.ts +158 -0
  59. package/dist/lib/types/Input.stories.d.ts +181 -0
  60. package/dist/lib/types/Intensity.d.ts +55 -0
  61. package/dist/lib/types/Intensity.stories.d.ts +108 -0
  62. package/dist/lib/types/MapCanvas.d.ts +89 -0
  63. package/dist/lib/types/MapCanvas.stories.d.ts +174 -0
  64. package/dist/lib/types/Menu.d.ts +62 -0
  65. package/dist/lib/types/Menu.stories.d.ts +173 -0
  66. package/dist/lib/types/ModerationQueue.d.ts +135 -0
  67. package/dist/lib/types/ModerationQueue.stories.d.ts +34 -0
  68. package/dist/lib/types/Pager.d.ts +47 -0
  69. package/dist/lib/types/Pager.stories.d.ts +100 -0
  70. package/dist/lib/types/Pagination.d.ts +50 -0
  71. package/dist/lib/types/Pagination.stories.d.ts +193 -0
  72. package/dist/lib/types/PolicySelect.d.ts +80 -0
  73. package/dist/lib/types/PolicySelect.stories.d.ts +130 -0
  74. package/dist/lib/types/ProviderIcon.d.ts +83 -0
  75. package/dist/lib/types/ProviderIcon.stories.d.ts +44 -0
  76. package/dist/lib/types/RailShell.d.ts +199 -0
  77. package/dist/lib/types/RailShell.stories.d.ts +32 -0
  78. package/dist/lib/types/Redaction.d.ts +53 -0
  79. package/dist/lib/types/Redaction.stories.d.ts +120 -0
  80. package/dist/lib/types/RoleRoster.d.ts +97 -0
  81. package/dist/lib/types/RoleRoster.stories.d.ts +23 -0
  82. package/dist/lib/types/SignIn.d.ts +78 -0
  83. package/dist/lib/types/SignIn.stories.d.ts +57 -0
  84. package/dist/lib/types/Sparkline.d.ts +19 -0
  85. package/dist/lib/types/StatTiles.d.ts +115 -0
  86. package/dist/lib/types/StatTiles.stories.d.ts +31 -0
  87. package/dist/lib/types/StepWizard.d.ts +92 -0
  88. package/dist/lib/types/StepWizard.stories.d.ts +18 -0
  89. package/dist/lib/types/StepsWaterfall.d.ts +67 -0
  90. package/dist/lib/types/StepsWaterfall.stories.d.ts +94 -0
  91. package/dist/lib/types/Switch.d.ts +63 -0
  92. package/dist/lib/types/Switch.stories.d.ts +134 -0
  93. package/dist/lib/types/Tabs.d.ts +48 -0
  94. package/dist/lib/types/Tabs.stories.d.ts +75 -0
  95. package/dist/lib/types/TimeStrip.d.ts +12 -0
  96. package/dist/lib/types/TimeStrip.stories.d.ts +30 -0
  97. package/dist/lib/types/Timeline.d.ts +192 -0
  98. package/dist/lib/types/Timeline.stories.d.ts +974 -0
  99. package/dist/lib/types/ToastHost.d.ts +70 -0
  100. package/dist/lib/types/ToastHost.stories.d.ts +115 -0
  101. package/dist/lib/types/ToolRenderers.d.ts +24 -0
  102. package/dist/lib/types/ToolRenderers.stories.d.ts +138 -0
  103. package/dist/lib/types/Tooltip.d.ts +80 -0
  104. package/dist/lib/types/Tooltip.stories.d.ts +116 -0
  105. package/dist/lib/types/Tour.d.ts +37 -0
  106. package/dist/lib/types/Tour.stories.d.ts +39 -0
  107. package/dist/lib/types/TranscriptMarkers.d.ts +50 -0
  108. package/dist/lib/types/TranscriptMarkers.stories.d.ts +48 -0
  109. package/dist/lib/types/Treemap.d.ts +77 -0
  110. package/dist/lib/types/Treemap.stories.d.ts +101 -0
  111. package/dist/lib/types/VisibilityControl.d.ts +54 -0
  112. package/dist/lib/types/VisibilityControl.stories.d.ts +126 -0
  113. package/dist/lib/types/chart-shared.d.ts +63 -0
  114. package/dist/lib/types/index.d.ts +53 -0
  115. package/dist/lib/types/story-frame.d.ts +12 -0
  116. package/dist/lib/ui.js +8707 -0
  117. package/package.json +67 -0
@@ -0,0 +1,768 @@
1
+ {
2
+ "$schema": "https://design-tokens.github.io/community-group/format/",
3
+ "$description": "fairtrade design tokens, generated from src/index.css. dark is the default; light values are in $extensions[\"fairtrade.theme\"].light. never hardcode a hex - reference a token. radius is 0 everywhere; spacing is the 4/8 scale.",
4
+ "color": {
5
+ "canvas": {
6
+ "$type": "color",
7
+ "$value": "#070706",
8
+ "$extensions": {
9
+ "fairtrade.theme": {
10
+ "light": "#fbfaf7"
11
+ }
12
+ }
13
+ },
14
+ "surface": {
15
+ "$type": "color",
16
+ "$value": "#0e0e0c",
17
+ "$extensions": {
18
+ "fairtrade.theme": {
19
+ "light": "#fdfcfa"
20
+ }
21
+ }
22
+ },
23
+ "surface-2": {
24
+ "$type": "color",
25
+ "$value": "#141413",
26
+ "$extensions": {
27
+ "fairtrade.theme": {
28
+ "light": "#f4f2ec"
29
+ }
30
+ }
31
+ },
32
+ "surface-hover": {
33
+ "$type": "color",
34
+ "$value": "#1b1a17",
35
+ "$extensions": {
36
+ "fairtrade.theme": {
37
+ "light": "#edeae2"
38
+ }
39
+ }
40
+ },
41
+ "surface-elev": {
42
+ "$type": "color",
43
+ "$value": "#1c1b18",
44
+ "$extensions": {
45
+ "fairtrade.theme": {
46
+ "light": "#efece4"
47
+ }
48
+ }
49
+ },
50
+ "ink-strong": {
51
+ "$type": "color",
52
+ "$value": "#f8f5ed",
53
+ "$extensions": {
54
+ "fairtrade.theme": {
55
+ "light": "#0d0c09"
56
+ }
57
+ }
58
+ },
59
+ "ink": {
60
+ "$type": "color",
61
+ "$value": "#e9e5db",
62
+ "$extensions": {
63
+ "fairtrade.theme": {
64
+ "light": "#27241f"
65
+ }
66
+ }
67
+ },
68
+ "ink-2": {
69
+ "$type": "color",
70
+ "$value": "#b8b3a4",
71
+ "$extensions": {
72
+ "fairtrade.theme": {
73
+ "light": "#4a463e"
74
+ }
75
+ }
76
+ },
77
+ "ink-3": {
78
+ "$type": "color",
79
+ "$value": "#9a9488",
80
+ "$extensions": {
81
+ "fairtrade.theme": {
82
+ "light": "#5c574d"
83
+ }
84
+ }
85
+ },
86
+ "ink-4": {
87
+ "$type": "color",
88
+ "$value": "#8a8478",
89
+ "$extensions": {
90
+ "fairtrade.theme": {
91
+ "light": "#6f695e"
92
+ }
93
+ }
94
+ },
95
+ "ink-5": {
96
+ "$type": "color",
97
+ "$value": "#534e45",
98
+ "$extensions": {
99
+ "fairtrade.theme": {
100
+ "light": "#837d72"
101
+ }
102
+ }
103
+ },
104
+ "rule": {
105
+ "$type": "color",
106
+ "$value": "#3c382f",
107
+ "$extensions": {
108
+ "fairtrade.theme": {
109
+ "light": "#c4bca8"
110
+ }
111
+ }
112
+ },
113
+ "rule-strong": {
114
+ "$type": "color",
115
+ "$value": "#6f6a5f",
116
+ "$extensions": {
117
+ "fairtrade.theme": {
118
+ "light": "#8b836d"
119
+ }
120
+ }
121
+ },
122
+ "focus-ring": {
123
+ "$type": "color",
124
+ "$value": "#cba35c",
125
+ "$extensions": {
126
+ "fairtrade.theme": {
127
+ "light": "#0d0c09"
128
+ }
129
+ }
130
+ },
131
+ "amber": {
132
+ "$type": "color",
133
+ "$value": "#cba35c",
134
+ "$extensions": {
135
+ "fairtrade.theme": {
136
+ "light": "#8a5f1f"
137
+ }
138
+ }
139
+ },
140
+ "amber-bright": {
141
+ "$type": "color",
142
+ "$value": "#e6c483",
143
+ "$extensions": {
144
+ "fairtrade.theme": {
145
+ "light": "#6e4c16"
146
+ }
147
+ }
148
+ },
149
+ "amber-dim": {
150
+ "$type": "color",
151
+ "$value": "#937a45",
152
+ "$extensions": {
153
+ "fairtrade.theme": {
154
+ "light": "#b09a63"
155
+ }
156
+ }
157
+ },
158
+ "amber-fill": {
159
+ "$type": "color",
160
+ "$value": "#cba35c",
161
+ "$extensions": {
162
+ "fairtrade.theme": {
163
+ "light": "#b8841a"
164
+ }
165
+ }
166
+ },
167
+ "amber-fill-ink": {
168
+ "$type": "color",
169
+ "$value": "#141003",
170
+ "$extensions": {
171
+ "fairtrade.theme": {
172
+ "light": "#1a1206"
173
+ }
174
+ }
175
+ },
176
+ "teal": {
177
+ "$type": "color",
178
+ "$value": "#7ea69d",
179
+ "$extensions": {
180
+ "fairtrade.theme": {
181
+ "light": "#3a675e"
182
+ }
183
+ }
184
+ },
185
+ "olive": {
186
+ "$type": "color",
187
+ "$value": "#9aa779",
188
+ "$extensions": {
189
+ "fairtrade.theme": {
190
+ "light": "#586a3c"
191
+ }
192
+ }
193
+ },
194
+ "clay": {
195
+ "$type": "color",
196
+ "$value": "#c07f64",
197
+ "$extensions": {
198
+ "fairtrade.theme": {
199
+ "light": "#974b32"
200
+ }
201
+ }
202
+ },
203
+ "mauve": {
204
+ "$type": "color",
205
+ "$value": "#9a8cae",
206
+ "$extensions": {
207
+ "fairtrade.theme": {
208
+ "light": "#594e72"
209
+ }
210
+ }
211
+ },
212
+ "on-amber": {
213
+ "$type": "color",
214
+ "$value": "#141003",
215
+ "$extensions": {
216
+ "fairtrade.theme": {
217
+ "light": "#fffdf8"
218
+ }
219
+ }
220
+ },
221
+ "success": {
222
+ "$type": "color",
223
+ "$value": "#9aa779",
224
+ "$extensions": {
225
+ "fairtrade.theme": {
226
+ "light": "#586a3c"
227
+ }
228
+ }
229
+ },
230
+ "success-fg": {
231
+ "$type": "color",
232
+ "$value": "#141003",
233
+ "$extensions": {
234
+ "fairtrade.theme": {
235
+ "light": "#fffdf8"
236
+ }
237
+ }
238
+ },
239
+ "warning": {
240
+ "$type": "color",
241
+ "$value": "#cba35c",
242
+ "$extensions": {
243
+ "fairtrade.theme": {
244
+ "light": "#8a5f1f"
245
+ }
246
+ }
247
+ },
248
+ "warning-fg": {
249
+ "$type": "color",
250
+ "$value": "#141003",
251
+ "$extensions": {
252
+ "fairtrade.theme": {
253
+ "light": "#fffdf8"
254
+ }
255
+ }
256
+ },
257
+ "danger": {
258
+ "$type": "color",
259
+ "$value": "#c07f64",
260
+ "$extensions": {
261
+ "fairtrade.theme": {
262
+ "light": "#974b32"
263
+ }
264
+ }
265
+ },
266
+ "danger-fg": {
267
+ "$type": "color",
268
+ "$value": "#141003",
269
+ "$extensions": {
270
+ "fairtrade.theme": {
271
+ "light": "#fffdf8"
272
+ }
273
+ }
274
+ },
275
+ "add-text": {
276
+ "$type": "color",
277
+ "$value": "#bccb96",
278
+ "$extensions": {
279
+ "fairtrade.theme": {
280
+ "light": "#465528"
281
+ }
282
+ }
283
+ },
284
+ "add-rail": {
285
+ "$type": "color",
286
+ "$value": "#9aa779",
287
+ "$extensions": {
288
+ "fairtrade.theme": {
289
+ "light": "#586a3c"
290
+ }
291
+ }
292
+ },
293
+ "del-text": {
294
+ "$type": "color",
295
+ "$value": "#daa791",
296
+ "$extensions": {
297
+ "fairtrade.theme": {
298
+ "light": "#82402a"
299
+ }
300
+ }
301
+ },
302
+ "del-rail": {
303
+ "$type": "color",
304
+ "$value": "#c07f64",
305
+ "$extensions": {
306
+ "fairtrade.theme": {
307
+ "light": "#974b32"
308
+ }
309
+ }
310
+ }
311
+ },
312
+ "space": {
313
+ "sp-1": {
314
+ "$type": "dimension",
315
+ "$value": "4px"
316
+ },
317
+ "sp-2": {
318
+ "$type": "dimension",
319
+ "$value": "8px"
320
+ },
321
+ "sp-3": {
322
+ "$type": "dimension",
323
+ "$value": "12px"
324
+ },
325
+ "sp-4": {
326
+ "$type": "dimension",
327
+ "$value": "16px"
328
+ },
329
+ "sp-5": {
330
+ "$type": "dimension",
331
+ "$value": "24px"
332
+ },
333
+ "sp-6": {
334
+ "$type": "dimension",
335
+ "$value": "32px"
336
+ },
337
+ "sp-7": {
338
+ "$type": "dimension",
339
+ "$value": "40px"
340
+ },
341
+ "sp-8": {
342
+ "$type": "dimension",
343
+ "$value": "56px"
344
+ },
345
+ "control-h": {
346
+ "$type": "dimension",
347
+ "$value": "36px"
348
+ },
349
+ "control-h-sm": {
350
+ "$type": "dimension",
351
+ "$value": "28px"
352
+ },
353
+ "nav-h": {
354
+ "$type": "dimension",
355
+ "$value": "56px"
356
+ },
357
+ "maxw": {
358
+ "$type": "dimension",
359
+ "$value": "1040px"
360
+ },
361
+ "gutter": {
362
+ "$type": "dimension",
363
+ "$value": "var(--sp-6)"
364
+ },
365
+ "band-y": {
366
+ "$type": "dimension",
367
+ "$value": "clamp(40px, 4.4vh, 60px)"
368
+ },
369
+ "group-y": {
370
+ "$type": "dimension",
371
+ "$value": "clamp(52px, 6vh, 84px)"
372
+ },
373
+ "target-min": {
374
+ "$type": "dimension",
375
+ "$value": "24px"
376
+ },
377
+ "target-comfortable": {
378
+ "$type": "dimension",
379
+ "$value": "44px"
380
+ },
381
+ "row-h-compact": {
382
+ "$type": "dimension",
383
+ "$value": "32px"
384
+ },
385
+ "row-h-standard": {
386
+ "$type": "dimension",
387
+ "$value": "40px"
388
+ },
389
+ "row-h-comfortable": {
390
+ "$type": "dimension",
391
+ "$value": "48px"
392
+ }
393
+ },
394
+ "typography": {
395
+ "lh-body": {
396
+ "$type": "dimension",
397
+ "$value": "1.5"
398
+ },
399
+ "lh-tight": {
400
+ "$type": "dimension",
401
+ "$value": "1.12"
402
+ },
403
+ "lh-mono": {
404
+ "$type": "dimension",
405
+ "$value": "1.4"
406
+ },
407
+ "ic-sm": {
408
+ "$type": "dimension",
409
+ "$value": "14px"
410
+ },
411
+ "ic-md": {
412
+ "$type": "dimension",
413
+ "$value": "16px"
414
+ },
415
+ "ic-lg": {
416
+ "$type": "dimension",
417
+ "$value": "18px"
418
+ },
419
+ "fs-label": {
420
+ "$type": "dimension",
421
+ "$value": "14px"
422
+ },
423
+ "fs-sm": {
424
+ "$type": "dimension",
425
+ "$value": "14px"
426
+ },
427
+ "fs-body": {
428
+ "$type": "dimension",
429
+ "$value": "16px"
430
+ },
431
+ "fs-md": {
432
+ "$type": "dimension",
433
+ "$value": "18px"
434
+ },
435
+ "fs-lg": {
436
+ "$type": "dimension",
437
+ "$value": "22px"
438
+ },
439
+ "fs-xl": {
440
+ "$type": "dimension",
441
+ "$value": "28px"
442
+ },
443
+ "fs-hero": {
444
+ "$type": "dimension",
445
+ "$value": "40px"
446
+ },
447
+ "fs-display": {
448
+ "$type": "dimension",
449
+ "$value": "52px"
450
+ },
451
+ "fs-micro": {
452
+ "$type": "dimension",
453
+ "$value": "11px"
454
+ },
455
+ "fs-group": {
456
+ "$type": "dimension",
457
+ "$value": "clamp(34px, 4vw, 46px)"
458
+ },
459
+ "fs-section": {
460
+ "$type": "dimension",
461
+ "$value": "clamp(27px, 2.9vw, 33px)"
462
+ },
463
+ "fs-sub": {
464
+ "$type": "dimension",
465
+ "$value": "clamp(15px, 1.35vw, 17px)"
466
+ },
467
+ "fs-min": {
468
+ "$type": "dimension",
469
+ "$value": "16px"
470
+ }
471
+ },
472
+ "motion": {
473
+ "motion-base": {
474
+ "$type": "duration",
475
+ "$value": "0ms"
476
+ },
477
+ "dur-1": {
478
+ "$type": "duration",
479
+ "$value": "120ms"
480
+ },
481
+ "dur-2": {
482
+ "$type": "duration",
483
+ "$value": "160ms"
484
+ },
485
+ "dur-3": {
486
+ "$type": "duration",
487
+ "$value": "200ms"
488
+ },
489
+ "dur-entrance": {
490
+ "$type": "duration",
491
+ "$value": "900ms"
492
+ },
493
+ "ease-standard": {
494
+ "$type": "duration",
495
+ "$value": "cubic-bezier(.2, 0, 0, 1)"
496
+ },
497
+ "ease-out": {
498
+ "$type": "duration",
499
+ "$value": "cubic-bezier(.16, 1, .3, 1)"
500
+ },
501
+ "ease-spring": {
502
+ "$type": "duration",
503
+ "$value": "cubic-bezier(.2, .82, .2, 1.12)"
504
+ }
505
+ },
506
+ "font": {
507
+ "font-display": {
508
+ "$type": "fontFamily",
509
+ "$value": "\"Atkinson Hyperlegible Mono\", ui-monospace, Menlo, Consolas, monospace"
510
+ },
511
+ "font-body": {
512
+ "$type": "fontFamily",
513
+ "$value": "\"Atkinson Hyperlegible\", ui-sans-serif, system-ui, -apple-system, sans-serif"
514
+ },
515
+ "font-mono": {
516
+ "$type": "fontFamily",
517
+ "$value": "\"Atkinson Hyperlegible Mono\", ui-monospace, Menlo, Consolas, monospace"
518
+ }
519
+ },
520
+ "breakpoint": {
521
+ "bp-sm": {
522
+ "$type": "dimension",
523
+ "$value": "480px"
524
+ },
525
+ "bp-md": {
526
+ "$type": "dimension",
527
+ "$value": "768px"
528
+ },
529
+ "bp-lg": {
530
+ "$type": "dimension",
531
+ "$value": "1024px"
532
+ },
533
+ "bp-xl": {
534
+ "$type": "dimension",
535
+ "$value": "1440px"
536
+ }
537
+ },
538
+ "z-index": {
539
+ "z-sticky": {
540
+ "$type": "number",
541
+ "$value": "30"
542
+ },
543
+ "z-nav": {
544
+ "$type": "number",
545
+ "$value": "40"
546
+ },
547
+ "z-dropdown": {
548
+ "$type": "number",
549
+ "$value": "50"
550
+ },
551
+ "z-dialog": {
552
+ "$type": "number",
553
+ "$value": "60"
554
+ },
555
+ "z-toast": {
556
+ "$type": "number",
557
+ "$value": "70"
558
+ },
559
+ "z-tooltip": {
560
+ "$type": "number",
561
+ "$value": "80"
562
+ }
563
+ },
564
+ "other": {
565
+ "bd": {
566
+ "$type": "other",
567
+ "$value": "1px solid var(--rule)"
568
+ },
569
+ "bd-strong": {
570
+ "$type": "other",
571
+ "$value": "1px solid var(--rule-strong)"
572
+ },
573
+ "dialog-w": {
574
+ "$type": "other",
575
+ "$value": "420px"
576
+ },
577
+ "menu-min-w": {
578
+ "$type": "other",
579
+ "$value": "256px"
580
+ },
581
+ "tracking-prose": {
582
+ "$type": "other",
583
+ "$value": "0.03em"
584
+ },
585
+ "word-spacing-prose": {
586
+ "$type": "other",
587
+ "$value": "0.16em"
588
+ },
589
+ "measure-prose": {
590
+ "$type": "other",
591
+ "$value": "66ch"
592
+ },
593
+ "measure-read": {
594
+ "$type": "other",
595
+ "$value": "60ch"
596
+ },
597
+ "measure-code": {
598
+ "$type": "other",
599
+ "$value": "80ch"
600
+ },
601
+ "toast-w": {
602
+ "$type": "other",
603
+ "$value": "360px"
604
+ },
605
+ "success-soft": {
606
+ "$type": "other",
607
+ "$value": "rgba(154,167,121,.14)",
608
+ "$extensions": {
609
+ "fairtrade.theme": {
610
+ "light": "rgba(88,106,60,.14)"
611
+ }
612
+ }
613
+ },
614
+ "warning-soft": {
615
+ "$type": "other",
616
+ "$value": "rgba(203,163,92,.14)",
617
+ "$extensions": {
618
+ "fairtrade.theme": {
619
+ "light": "rgba(138,95,31,.14)"
620
+ }
621
+ }
622
+ },
623
+ "danger-soft": {
624
+ "$type": "other",
625
+ "$value": "rgba(192,127,100,.14)",
626
+ "$extensions": {
627
+ "fairtrade.theme": {
628
+ "light": "rgba(151,75,50,.14)"
629
+ }
630
+ }
631
+ },
632
+ "add-bg": {
633
+ "$type": "other",
634
+ "$value": "rgba(154,167,121,.13)",
635
+ "$extensions": {
636
+ "fairtrade.theme": {
637
+ "light": "rgba(88,106,60,.13)"
638
+ }
639
+ }
640
+ },
641
+ "del-bg": {
642
+ "$type": "other",
643
+ "$value": "rgba(192,127,100,.14)",
644
+ "$extensions": {
645
+ "fairtrade.theme": {
646
+ "light": "rgba(151,75,50,.12)"
647
+ }
648
+ }
649
+ },
650
+ "chart-1": {
651
+ "$type": "other",
652
+ "$value": "var(--teal)"
653
+ },
654
+ "chart-2": {
655
+ "$type": "other",
656
+ "$value": "var(--olive)"
657
+ },
658
+ "chart-3": {
659
+ "$type": "other",
660
+ "$value": "var(--clay)"
661
+ },
662
+ "chart-4": {
663
+ "$type": "other",
664
+ "$value": "var(--mauve)"
665
+ },
666
+ "chart-amber": {
667
+ "$type": "other",
668
+ "$value": "var(--amber)"
669
+ },
670
+ "chart-grid": {
671
+ "$type": "other",
672
+ "$value": "var(--rule)"
673
+ },
674
+ "chart-axis": {
675
+ "$type": "other",
676
+ "$value": "var(--ink-3)"
677
+ },
678
+ "chart-surface": {
679
+ "$type": "other",
680
+ "$value": "var(--surface)"
681
+ },
682
+ "chart-point-stroke": {
683
+ "$type": "other",
684
+ "$value": "var(--surface)"
685
+ },
686
+ "nav-bg": {
687
+ "$type": "other",
688
+ "$value": "rgba(7,7,6,.92)",
689
+ "$extensions": {
690
+ "fairtrade.theme": {
691
+ "light": "rgba(255,255,255,.9)"
692
+ }
693
+ }
694
+ },
695
+ "grid": {
696
+ "$type": "other",
697
+ "$value": "rgba(203,163,92,.12)",
698
+ "$extensions": {
699
+ "fairtrade.theme": {
700
+ "light": "rgba(120,100,40,.08)"
701
+ }
702
+ }
703
+ },
704
+ "hero-tex": {
705
+ "$type": "other",
706
+ "$value": ".16",
707
+ "$extensions": {
708
+ "fairtrade.theme": {
709
+ "light": ".06"
710
+ }
711
+ }
712
+ },
713
+ "glow": {
714
+ "$type": "other",
715
+ "$value": "0 0 6px rgba(203,163,92,.22)",
716
+ "$extensions": {
717
+ "fairtrade.theme": {
718
+ "light": "none"
719
+ }
720
+ }
721
+ },
722
+ "glow-soft": {
723
+ "$type": "other",
724
+ "$value": "0 0 4px rgba(203,163,92,.13)",
725
+ "$extensions": {
726
+ "fairtrade.theme": {
727
+ "light": "none"
728
+ }
729
+ }
730
+ },
731
+ "glass-bg": {
732
+ "$type": "other",
733
+ "$value": "rgba(245,243,235,.06)",
734
+ "$extensions": {
735
+ "fairtrade.theme": {
736
+ "light": "rgba(255,255,255,.3)"
737
+ }
738
+ }
739
+ },
740
+ "glass-solid": {
741
+ "$type": "other",
742
+ "$value": "rgba(20,20,18,.62)",
743
+ "$extensions": {
744
+ "fairtrade.theme": {
745
+ "light": "rgba(255,255,255,.74)"
746
+ }
747
+ }
748
+ },
749
+ "glass-edge": {
750
+ "$type": "other",
751
+ "$value": "rgba(245,243,235,.18)",
752
+ "$extensions": {
753
+ "fairtrade.theme": {
754
+ "light": "rgba(20,16,9,.12)"
755
+ }
756
+ }
757
+ },
758
+ "glass-hi": {
759
+ "$type": "other",
760
+ "$value": "rgba(245,243,235,.26)",
761
+ "$extensions": {
762
+ "fairtrade.theme": {
763
+ "light": "rgba(255,255,255,.7)"
764
+ }
765
+ }
766
+ }
767
+ }
768
+ }