@syncupsuite/themes 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +11364 -4488
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.js +11359 -4487
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/art-deco/tailwind.css +22 -0
- package/src/art-deco/tokens.css +16 -2
- package/src/de-stijl/meta.json +50 -0
- package/src/de-stijl/tailwind.css +391 -0
- package/src/de-stijl/tokens.css +319 -0
- package/src/de-stijl/tokens.json +840 -0
- package/src/milanese-design/meta.json +50 -0
- package/src/milanese-design/tailwind.css +391 -0
- package/src/milanese-design/tokens.css +319 -0
- package/src/milanese-design/tokens.json +840 -0
- package/src/nihon-minimal/tailwind.css +22 -0
- package/src/nihon-minimal/tokens.css +16 -2
- package/src/nihon-traditional/tailwind.css +22 -0
- package/src/nihon-traditional/tokens.css +16 -2
- package/src/nordic-modern/tailwind.css +22 -0
- package/src/nordic-modern/tokens.css +16 -2
- package/src/renaissance/tailwind.css +22 -0
- package/src/renaissance/tokens.css +16 -2
- package/src/shuimo-modern/tailwind.css +22 -0
- package/src/shuimo-modern/tokens.css +16 -2
- package/src/swiss-international/tailwind.css +22 -0
- package/src/swiss-international/tokens.css +16 -2
- package/src/swiss-modernist/meta.json +62 -0
- package/src/swiss-modernist/tailwind.css +451 -0
- package/src/swiss-modernist/tokens.css +359 -0
- package/src/swiss-modernist/tokens.json +960 -0
- package/src/tang-imperial/tailwind.css +22 -0
- package/src/tang-imperial/tokens.css +16 -2
- package/src/wiener-werkstaette/meta.json +44 -0
- package/src/wiener-werkstaette/tailwind.css +361 -0
- package/src/wiener-werkstaette/tokens.css +299 -0
- package/src/wiener-werkstaette/tokens.json +780 -0
|
@@ -0,0 +1,780 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$name": "wiener-werkstaette",
|
|
3
|
+
"$description": "Wiener Werkstätte — Vienna Workshop, founded 1903. Josef Hoffmann and Koloman Moser's Gesamtkunstwerk vocabulary: geometric rigor, Klimt gilding, and Biedermeier warmth.",
|
|
4
|
+
"$extensions": {
|
|
5
|
+
"syncupsuite.foundation": {
|
|
6
|
+
"story": "Josef Hoffmann and Koloman Moser's Vienna Workshop unified fine art and craft under geometric rigor. Their black-and-white checkerboard motifs, Klimt-gilded surfaces, and Biedermeier cream walls created a distinctly Viennese vocabulary that lives between ornament and abstraction.",
|
|
7
|
+
"philosophy": "Gesamtkunstwerk — the total work of art, where every object from building to teaspoon belongs to the same aesthetic whole",
|
|
8
|
+
"era": "Early Modernist — 1903–1932",
|
|
9
|
+
"harmonyMode": "golden-ratio",
|
|
10
|
+
"radiusTendency": "subtle",
|
|
11
|
+
"typographyCategory": "geometric-sans"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"primitive": {
|
|
15
|
+
"color": {
|
|
16
|
+
"gold-klimt-gold": {
|
|
17
|
+
"50": {
|
|
18
|
+
"$type": "color",
|
|
19
|
+
"$value": "#FCF4E5",
|
|
20
|
+
"$description": "Gold (Klimt-Gold) 50"
|
|
21
|
+
},
|
|
22
|
+
"100": {
|
|
23
|
+
"$type": "color",
|
|
24
|
+
"$value": "#F2E5CE",
|
|
25
|
+
"$description": "Gold (Klimt-Gold) 100"
|
|
26
|
+
},
|
|
27
|
+
"200": {
|
|
28
|
+
"$type": "color",
|
|
29
|
+
"$value": "#E7D6B6",
|
|
30
|
+
"$description": "Gold (Klimt-Gold) 200"
|
|
31
|
+
},
|
|
32
|
+
"300": {
|
|
33
|
+
"$type": "color",
|
|
34
|
+
"$value": "#DDC79E",
|
|
35
|
+
"$description": "Gold (Klimt-Gold) 300"
|
|
36
|
+
},
|
|
37
|
+
"400": {
|
|
38
|
+
"$type": "color",
|
|
39
|
+
"$value": "#D2B886",
|
|
40
|
+
"$description": "Gold (Klimt-Gold) 400"
|
|
41
|
+
},
|
|
42
|
+
"500": {
|
|
43
|
+
"$type": "color",
|
|
44
|
+
"$value": "#C8A96E",
|
|
45
|
+
"$description": "Gold (Klimt-Gold) 500",
|
|
46
|
+
"$extensions": {
|
|
47
|
+
"syncupsuite.provenance": {
|
|
48
|
+
"name": "Gold (Klimt-Gold)",
|
|
49
|
+
"tradition": "Klimt gilding — gold leaf on Secession paintings. The warmth and material opulence of Vienna's artistic golden age.",
|
|
50
|
+
"source": "Gustav Klimt: Painting, Design and Modern Life, T. Natter & G. Frodl",
|
|
51
|
+
"isSeed": true
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"600": {
|
|
56
|
+
"$type": "color",
|
|
57
|
+
"$value": "#947A46",
|
|
58
|
+
"$description": "Gold (Klimt-Gold) 600"
|
|
59
|
+
},
|
|
60
|
+
"700": {
|
|
61
|
+
"$type": "color",
|
|
62
|
+
"$value": "#634D21",
|
|
63
|
+
"$description": "Gold (Klimt-Gold) 700"
|
|
64
|
+
},
|
|
65
|
+
"800": {
|
|
66
|
+
"$type": "color",
|
|
67
|
+
"$value": "#362500",
|
|
68
|
+
"$description": "Gold (Klimt-Gold) 800"
|
|
69
|
+
},
|
|
70
|
+
"900": {
|
|
71
|
+
"$type": "color",
|
|
72
|
+
"$value": "#0E0300",
|
|
73
|
+
"$description": "Gold (Klimt-Gold) 900"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"crimson-werkst-tte-rot": {
|
|
77
|
+
"50": {
|
|
78
|
+
"$type": "color",
|
|
79
|
+
"$value": "#FFEDE7",
|
|
80
|
+
"$description": "Crimson (Werkstätte Rot) 50"
|
|
81
|
+
},
|
|
82
|
+
"100": {
|
|
83
|
+
"$type": "color",
|
|
84
|
+
"$value": "#FDCBC3",
|
|
85
|
+
"$description": "Crimson (Werkstätte Rot) 100"
|
|
86
|
+
},
|
|
87
|
+
"200": {
|
|
88
|
+
"$type": "color",
|
|
89
|
+
"$value": "#EDABA0",
|
|
90
|
+
"$description": "Crimson (Werkstätte Rot) 200"
|
|
91
|
+
},
|
|
92
|
+
"300": {
|
|
93
|
+
"$type": "color",
|
|
94
|
+
"$value": "#DB8A7D",
|
|
95
|
+
"$description": "Crimson (Werkstätte Rot) 300"
|
|
96
|
+
},
|
|
97
|
+
"400": {
|
|
98
|
+
"$type": "color",
|
|
99
|
+
"$value": "#C9695C",
|
|
100
|
+
"$description": "Crimson (Werkstätte Rot) 400"
|
|
101
|
+
},
|
|
102
|
+
"500": {
|
|
103
|
+
"$type": "color",
|
|
104
|
+
"$value": "#B5473A",
|
|
105
|
+
"$description": "Crimson (Werkstätte Rot) 500",
|
|
106
|
+
"$extensions": {
|
|
107
|
+
"syncupsuite.provenance": {
|
|
108
|
+
"name": "Crimson (Werkstätte Rot)",
|
|
109
|
+
"tradition": "Werkstätte textile dyes — lacquered tin boxes and woven fabric. The warm red of Viennese craft tradition.",
|
|
110
|
+
"source": "Wiener Werkstätte: Design in Vienna 1903–1932, C. Brandstätter",
|
|
111
|
+
"isSeed": true
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"600": {
|
|
116
|
+
"$type": "color",
|
|
117
|
+
"$value": "#8C2D23",
|
|
118
|
+
"$description": "Crimson (Werkstätte Rot) 600"
|
|
119
|
+
},
|
|
120
|
+
"700": {
|
|
121
|
+
"$type": "color",
|
|
122
|
+
"$value": "#65120C",
|
|
123
|
+
"$description": "Crimson (Werkstätte Rot) 700"
|
|
124
|
+
},
|
|
125
|
+
"800": {
|
|
126
|
+
"$type": "color",
|
|
127
|
+
"$value": "#400000",
|
|
128
|
+
"$description": "Crimson (Werkstätte Rot) 800"
|
|
129
|
+
},
|
|
130
|
+
"900": {
|
|
131
|
+
"$type": "color",
|
|
132
|
+
"$value": "#1D0000",
|
|
133
|
+
"$description": "Crimson (Werkstätte Rot) 900"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"charcoal-schmiedeeisen": {
|
|
137
|
+
"50": {
|
|
138
|
+
"$type": "color",
|
|
139
|
+
"$value": "#F5F5F4",
|
|
140
|
+
"$description": "Charcoal (Schmiedeeisen) 50"
|
|
141
|
+
},
|
|
142
|
+
"100": {
|
|
143
|
+
"$type": "color",
|
|
144
|
+
"$value": "#C4C4C3",
|
|
145
|
+
"$description": "Charcoal (Schmiedeeisen) 100"
|
|
146
|
+
},
|
|
147
|
+
"200": {
|
|
148
|
+
"$type": "color",
|
|
149
|
+
"$value": "#969694",
|
|
150
|
+
"$description": "Charcoal (Schmiedeeisen) 200"
|
|
151
|
+
},
|
|
152
|
+
"300": {
|
|
153
|
+
"$type": "color",
|
|
154
|
+
"$value": "#6A6A68",
|
|
155
|
+
"$description": "Charcoal (Schmiedeeisen) 300"
|
|
156
|
+
},
|
|
157
|
+
"400": {
|
|
158
|
+
"$type": "color",
|
|
159
|
+
"$value": "#41413F",
|
|
160
|
+
"$description": "Charcoal (Schmiedeeisen) 400"
|
|
161
|
+
},
|
|
162
|
+
"500": {
|
|
163
|
+
"$type": "color",
|
|
164
|
+
"$value": "#1C1C1A",
|
|
165
|
+
"$description": "Charcoal (Schmiedeeisen) 500",
|
|
166
|
+
"$extensions": {
|
|
167
|
+
"syncupsuite.provenance": {
|
|
168
|
+
"name": "Charcoal (Schmiedeeisen)",
|
|
169
|
+
"tradition": "Secession building wrought iron — Josef Hoffmann's geometric ironwork. The black of structural craft.",
|
|
170
|
+
"source": "Josef Hoffmann: Interiors 1902–1913, C. Long",
|
|
171
|
+
"isSeed": true
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"600": {
|
|
176
|
+
"$type": "color",
|
|
177
|
+
"$value": "#161614",
|
|
178
|
+
"$description": "Charcoal (Schmiedeeisen) 600"
|
|
179
|
+
},
|
|
180
|
+
"700": {
|
|
181
|
+
"$type": "color",
|
|
182
|
+
"$value": "#10100F",
|
|
183
|
+
"$description": "Charcoal (Schmiedeeisen) 700"
|
|
184
|
+
},
|
|
185
|
+
"800": {
|
|
186
|
+
"$type": "color",
|
|
187
|
+
"$value": "#0A0A09",
|
|
188
|
+
"$description": "Charcoal (Schmiedeeisen) 800"
|
|
189
|
+
},
|
|
190
|
+
"900": {
|
|
191
|
+
"$type": "color",
|
|
192
|
+
"$value": "#060605",
|
|
193
|
+
"$description": "Charcoal (Schmiedeeisen) 900"
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"cream-wiener-wei": {
|
|
197
|
+
"50": {
|
|
198
|
+
"$type": "color",
|
|
199
|
+
"$value": "#F6F5F3",
|
|
200
|
+
"$description": "Cream (Wiener Weiß) 50"
|
|
201
|
+
},
|
|
202
|
+
"100": {
|
|
203
|
+
"$type": "color",
|
|
204
|
+
"$value": "#F6F4F1",
|
|
205
|
+
"$description": "Cream (Wiener Weiß) 100"
|
|
206
|
+
},
|
|
207
|
+
"200": {
|
|
208
|
+
"$type": "color",
|
|
209
|
+
"$value": "#F6F3EE",
|
|
210
|
+
"$description": "Cream (Wiener Weiß) 200"
|
|
211
|
+
},
|
|
212
|
+
"300": {
|
|
213
|
+
"$type": "color",
|
|
214
|
+
"$value": "#F5F2EC",
|
|
215
|
+
"$description": "Cream (Wiener Weiß) 300"
|
|
216
|
+
},
|
|
217
|
+
"400": {
|
|
218
|
+
"$type": "color",
|
|
219
|
+
"$value": "#F5F1EA",
|
|
220
|
+
"$description": "Cream (Wiener Weiß) 400"
|
|
221
|
+
},
|
|
222
|
+
"500": {
|
|
223
|
+
"$type": "color",
|
|
224
|
+
"$value": "#F5F0E8",
|
|
225
|
+
"$description": "Cream (Wiener Weiß) 500",
|
|
226
|
+
"$extensions": {
|
|
227
|
+
"syncupsuite.provenance": {
|
|
228
|
+
"name": "Cream (Wiener Weiß)",
|
|
229
|
+
"tradition": "Viennese plasterwork walls — Biedermeier domestic interiors. The warm white ground of all Werkstätte composition.",
|
|
230
|
+
"source": "Vienna 1900: Art, Life & Culture, C. Schorske",
|
|
231
|
+
"isSeed": true
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
"600": {
|
|
236
|
+
"$type": "color",
|
|
237
|
+
"$value": "#B1ADA6",
|
|
238
|
+
"$description": "Cream (Wiener Weiß) 600"
|
|
239
|
+
},
|
|
240
|
+
"700": {
|
|
241
|
+
"$type": "color",
|
|
242
|
+
"$value": "#716E68",
|
|
243
|
+
"$description": "Cream (Wiener Weiß) 700"
|
|
244
|
+
},
|
|
245
|
+
"800": {
|
|
246
|
+
"$type": "color",
|
|
247
|
+
"$value": "#373530",
|
|
248
|
+
"$description": "Cream (Wiener Weiß) 800"
|
|
249
|
+
},
|
|
250
|
+
"900": {
|
|
251
|
+
"$type": "color",
|
|
252
|
+
"$value": "#070604",
|
|
253
|
+
"$description": "Cream (Wiener Weiß) 900"
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
"neutral": {
|
|
257
|
+
"50": {
|
|
258
|
+
"$type": "color",
|
|
259
|
+
"$value": "#FCF8F1",
|
|
260
|
+
"$description": "Neutral 50"
|
|
261
|
+
},
|
|
262
|
+
"100": {
|
|
263
|
+
"$type": "color",
|
|
264
|
+
"$value": "#F2EEE7",
|
|
265
|
+
"$description": "Neutral 100"
|
|
266
|
+
},
|
|
267
|
+
"200": {
|
|
268
|
+
"$type": "color",
|
|
269
|
+
"$value": "#E1DDD7",
|
|
270
|
+
"$description": "Neutral 200"
|
|
271
|
+
},
|
|
272
|
+
"300": {
|
|
273
|
+
"$type": "color",
|
|
274
|
+
"$value": "#C7C4BD",
|
|
275
|
+
"$description": "Neutral 300"
|
|
276
|
+
},
|
|
277
|
+
"400": {
|
|
278
|
+
"$type": "color",
|
|
279
|
+
"$value": "#9B9891",
|
|
280
|
+
"$description": "Neutral 400"
|
|
281
|
+
},
|
|
282
|
+
"500": {
|
|
283
|
+
"$type": "color",
|
|
284
|
+
"$value": "#716E68",
|
|
285
|
+
"$description": "Neutral 500"
|
|
286
|
+
},
|
|
287
|
+
"600": {
|
|
288
|
+
"$type": "color",
|
|
289
|
+
"$value": "#504D47",
|
|
290
|
+
"$description": "Neutral 600"
|
|
291
|
+
},
|
|
292
|
+
"700": {
|
|
293
|
+
"$type": "color",
|
|
294
|
+
"$value": "#35322D",
|
|
295
|
+
"$description": "Neutral 700"
|
|
296
|
+
},
|
|
297
|
+
"800": {
|
|
298
|
+
"$type": "color",
|
|
299
|
+
"$value": "#1D1A15",
|
|
300
|
+
"$description": "Neutral 800"
|
|
301
|
+
},
|
|
302
|
+
"900": {
|
|
303
|
+
"$type": "color",
|
|
304
|
+
"$value": "#090704",
|
|
305
|
+
"$description": "Neutral 900"
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"accent": {
|
|
309
|
+
"50": {
|
|
310
|
+
"$type": "color",
|
|
311
|
+
"$value": "#F8F1FF",
|
|
312
|
+
"$description": "Accent 50"
|
|
313
|
+
},
|
|
314
|
+
"100": {
|
|
315
|
+
"$type": "color",
|
|
316
|
+
"$value": "#E1D6FD",
|
|
317
|
+
"$description": "Accent 100"
|
|
318
|
+
},
|
|
319
|
+
"200": {
|
|
320
|
+
"$type": "color",
|
|
321
|
+
"$value": "#CCBCF0",
|
|
322
|
+
"$description": "Accent 200"
|
|
323
|
+
},
|
|
324
|
+
"300": {
|
|
325
|
+
"$type": "color",
|
|
326
|
+
"$value": "#B6A2E3",
|
|
327
|
+
"$description": "Accent 300"
|
|
328
|
+
},
|
|
329
|
+
"400": {
|
|
330
|
+
"$type": "color",
|
|
331
|
+
"$value": "#A289D6",
|
|
332
|
+
"$description": "Accent 400"
|
|
333
|
+
},
|
|
334
|
+
"500": {
|
|
335
|
+
"$type": "color",
|
|
336
|
+
"$value": "#8E6FC8",
|
|
337
|
+
"$description": "Accent 500"
|
|
338
|
+
},
|
|
339
|
+
"600": {
|
|
340
|
+
"$type": "color",
|
|
341
|
+
"$value": "#694E9A",
|
|
342
|
+
"$description": "Accent 600"
|
|
343
|
+
},
|
|
344
|
+
"700": {
|
|
345
|
+
"$type": "color",
|
|
346
|
+
"$value": "#472E6E",
|
|
347
|
+
"$description": "Accent 700"
|
|
348
|
+
},
|
|
349
|
+
"800": {
|
|
350
|
+
"$type": "color",
|
|
351
|
+
"$value": "#271045",
|
|
352
|
+
"$description": "Accent 800"
|
|
353
|
+
},
|
|
354
|
+
"900": {
|
|
355
|
+
"$type": "color",
|
|
356
|
+
"$value": "#0B0020",
|
|
357
|
+
"$description": "Accent 900"
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
},
|
|
361
|
+
"typography": {
|
|
362
|
+
"family": {
|
|
363
|
+
"heading": {
|
|
364
|
+
"$type": "fontFamily",
|
|
365
|
+
"$value": "\"Inter\", \"Futura\", system-ui, sans-serif",
|
|
366
|
+
"$description": "Heading font family"
|
|
367
|
+
},
|
|
368
|
+
"body": {
|
|
369
|
+
"$type": "fontFamily",
|
|
370
|
+
"$value": "\"Inter\", system-ui, sans-serif",
|
|
371
|
+
"$description": "Body font family"
|
|
372
|
+
},
|
|
373
|
+
"mono": {
|
|
374
|
+
"$type": "fontFamily",
|
|
375
|
+
"$value": "\"JetBrains Mono\", \"Fira Code\", monospace",
|
|
376
|
+
"$description": "Monospace font family"
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
"size": {
|
|
380
|
+
"xs": {
|
|
381
|
+
"$type": "dimension",
|
|
382
|
+
"$value": "0.75rem",
|
|
383
|
+
"$description": "Font size xs"
|
|
384
|
+
},
|
|
385
|
+
"sm": {
|
|
386
|
+
"$type": "dimension",
|
|
387
|
+
"$value": "0.875rem",
|
|
388
|
+
"$description": "Font size sm"
|
|
389
|
+
},
|
|
390
|
+
"base": {
|
|
391
|
+
"$type": "dimension",
|
|
392
|
+
"$value": "1rem",
|
|
393
|
+
"$description": "Font size base"
|
|
394
|
+
},
|
|
395
|
+
"lg": {
|
|
396
|
+
"$type": "dimension",
|
|
397
|
+
"$value": "1.125rem",
|
|
398
|
+
"$description": "Font size lg"
|
|
399
|
+
},
|
|
400
|
+
"xl": {
|
|
401
|
+
"$type": "dimension",
|
|
402
|
+
"$value": "1.25rem",
|
|
403
|
+
"$description": "Font size xl"
|
|
404
|
+
},
|
|
405
|
+
"2xl": {
|
|
406
|
+
"$type": "dimension",
|
|
407
|
+
"$value": "1.5rem",
|
|
408
|
+
"$description": "Font size 2xl"
|
|
409
|
+
},
|
|
410
|
+
"3xl": {
|
|
411
|
+
"$type": "dimension",
|
|
412
|
+
"$value": "1.875rem",
|
|
413
|
+
"$description": "Font size 3xl"
|
|
414
|
+
},
|
|
415
|
+
"4xl": {
|
|
416
|
+
"$type": "dimension",
|
|
417
|
+
"$value": "2.25rem",
|
|
418
|
+
"$description": "Font size 4xl"
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
"weight": {
|
|
422
|
+
"normal": {
|
|
423
|
+
"$type": "fontWeight",
|
|
424
|
+
"$value": "400",
|
|
425
|
+
"$description": "Font weight normal"
|
|
426
|
+
},
|
|
427
|
+
"medium": {
|
|
428
|
+
"$type": "fontWeight",
|
|
429
|
+
"$value": "500",
|
|
430
|
+
"$description": "Font weight medium"
|
|
431
|
+
},
|
|
432
|
+
"semibold": {
|
|
433
|
+
"$type": "fontWeight",
|
|
434
|
+
"$value": "600",
|
|
435
|
+
"$description": "Font weight semibold"
|
|
436
|
+
},
|
|
437
|
+
"bold": {
|
|
438
|
+
"$type": "fontWeight",
|
|
439
|
+
"$value": "700",
|
|
440
|
+
"$description": "Font weight bold"
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
"lineHeight": {
|
|
444
|
+
"tight": {
|
|
445
|
+
"$type": "number",
|
|
446
|
+
"$value": "1.25",
|
|
447
|
+
"$description": "Line height tight"
|
|
448
|
+
},
|
|
449
|
+
"normal": {
|
|
450
|
+
"$type": "number",
|
|
451
|
+
"$value": "1.5",
|
|
452
|
+
"$description": "Line height normal"
|
|
453
|
+
},
|
|
454
|
+
"relaxed": {
|
|
455
|
+
"$type": "number",
|
|
456
|
+
"$value": "1.75",
|
|
457
|
+
"$description": "Line height relaxed"
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
"spacing": {
|
|
462
|
+
"0": {
|
|
463
|
+
"$type": "dimension",
|
|
464
|
+
"$value": "0px",
|
|
465
|
+
"$description": "Spacing 0 (0px)"
|
|
466
|
+
},
|
|
467
|
+
"1": {
|
|
468
|
+
"$type": "dimension",
|
|
469
|
+
"$value": "4px",
|
|
470
|
+
"$description": "Spacing 1 (4px)"
|
|
471
|
+
},
|
|
472
|
+
"2": {
|
|
473
|
+
"$type": "dimension",
|
|
474
|
+
"$value": "8px",
|
|
475
|
+
"$description": "Spacing 2 (8px)"
|
|
476
|
+
},
|
|
477
|
+
"3": {
|
|
478
|
+
"$type": "dimension",
|
|
479
|
+
"$value": "12px",
|
|
480
|
+
"$description": "Spacing 3 (12px)"
|
|
481
|
+
},
|
|
482
|
+
"4": {
|
|
483
|
+
"$type": "dimension",
|
|
484
|
+
"$value": "16px",
|
|
485
|
+
"$description": "Spacing 4 (16px)"
|
|
486
|
+
},
|
|
487
|
+
"5": {
|
|
488
|
+
"$type": "dimension",
|
|
489
|
+
"$value": "20px",
|
|
490
|
+
"$description": "Spacing 5 (20px)"
|
|
491
|
+
},
|
|
492
|
+
"6": {
|
|
493
|
+
"$type": "dimension",
|
|
494
|
+
"$value": "24px",
|
|
495
|
+
"$description": "Spacing 6 (24px)"
|
|
496
|
+
},
|
|
497
|
+
"8": {
|
|
498
|
+
"$type": "dimension",
|
|
499
|
+
"$value": "32px",
|
|
500
|
+
"$description": "Spacing 8 (32px)"
|
|
501
|
+
},
|
|
502
|
+
"10": {
|
|
503
|
+
"$type": "dimension",
|
|
504
|
+
"$value": "40px",
|
|
505
|
+
"$description": "Spacing 10 (40px)"
|
|
506
|
+
},
|
|
507
|
+
"12": {
|
|
508
|
+
"$type": "dimension",
|
|
509
|
+
"$value": "48px",
|
|
510
|
+
"$description": "Spacing 12 (48px)"
|
|
511
|
+
},
|
|
512
|
+
"16": {
|
|
513
|
+
"$type": "dimension",
|
|
514
|
+
"$value": "64px",
|
|
515
|
+
"$description": "Spacing 16 (64px)"
|
|
516
|
+
},
|
|
517
|
+
"20": {
|
|
518
|
+
"$type": "dimension",
|
|
519
|
+
"$value": "80px",
|
|
520
|
+
"$description": "Spacing 20 (80px)"
|
|
521
|
+
},
|
|
522
|
+
"0.5": {
|
|
523
|
+
"$type": "dimension",
|
|
524
|
+
"$value": "2px",
|
|
525
|
+
"$description": "Spacing 0.5 (2px)"
|
|
526
|
+
},
|
|
527
|
+
"1.5": {
|
|
528
|
+
"$type": "dimension",
|
|
529
|
+
"$value": "6px",
|
|
530
|
+
"$description": "Spacing 1.5 (6px)"
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
"radius": {
|
|
534
|
+
"none": {
|
|
535
|
+
"$type": "dimension",
|
|
536
|
+
"$value": "0px",
|
|
537
|
+
"$description": "Border radius none"
|
|
538
|
+
},
|
|
539
|
+
"sm": {
|
|
540
|
+
"$type": "dimension",
|
|
541
|
+
"$value": "2px",
|
|
542
|
+
"$description": "Border radius sm"
|
|
543
|
+
},
|
|
544
|
+
"md": {
|
|
545
|
+
"$type": "dimension",
|
|
546
|
+
"$value": "4px",
|
|
547
|
+
"$description": "Border radius md"
|
|
548
|
+
},
|
|
549
|
+
"lg": {
|
|
550
|
+
"$type": "dimension",
|
|
551
|
+
"$value": "6px",
|
|
552
|
+
"$description": "Border radius lg"
|
|
553
|
+
},
|
|
554
|
+
"xl": {
|
|
555
|
+
"$type": "dimension",
|
|
556
|
+
"$value": "8px",
|
|
557
|
+
"$description": "Border radius xl"
|
|
558
|
+
},
|
|
559
|
+
"full": {
|
|
560
|
+
"$type": "dimension",
|
|
561
|
+
"$value": "9999px",
|
|
562
|
+
"$description": "Border radius full"
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
},
|
|
566
|
+
"semantic": {
|
|
567
|
+
"light": {
|
|
568
|
+
"background": {
|
|
569
|
+
"canvas": {
|
|
570
|
+
"$type": "color",
|
|
571
|
+
"$value": "{primitive.color.neutral.50}",
|
|
572
|
+
"$description": "Page background"
|
|
573
|
+
},
|
|
574
|
+
"surface": {
|
|
575
|
+
"$type": "color",
|
|
576
|
+
"$value": "#FFFFFF",
|
|
577
|
+
"$description": "Card/surface background"
|
|
578
|
+
},
|
|
579
|
+
"muted": {
|
|
580
|
+
"$type": "color",
|
|
581
|
+
"$value": "{primitive.color.neutral.100}",
|
|
582
|
+
"$description": "Muted background"
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
"text": {
|
|
586
|
+
"primary": {
|
|
587
|
+
"$type": "color",
|
|
588
|
+
"$value": "{primitive.color.neutral.900}",
|
|
589
|
+
"$description": "Primary text"
|
|
590
|
+
},
|
|
591
|
+
"secondary": {
|
|
592
|
+
"$type": "color",
|
|
593
|
+
"$value": "{primitive.color.neutral.600}",
|
|
594
|
+
"$description": "Secondary text"
|
|
595
|
+
},
|
|
596
|
+
"muted": {
|
|
597
|
+
"$type": "color",
|
|
598
|
+
"$value": "{primitive.color.neutral.500}",
|
|
599
|
+
"$description": "Muted/disabled text"
|
|
600
|
+
},
|
|
601
|
+
"inverse": {
|
|
602
|
+
"$type": "color",
|
|
603
|
+
"$value": "{primitive.color.neutral.50}",
|
|
604
|
+
"$description": "Text on dark backgrounds"
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
"interactive": {
|
|
608
|
+
"primary": {
|
|
609
|
+
"$type": "color",
|
|
610
|
+
"$value": "{primitive.color.gold-klimt-gold.500}",
|
|
611
|
+
"$description": "Primary interactive (buttons, links)"
|
|
612
|
+
},
|
|
613
|
+
"primary-hover": {
|
|
614
|
+
"$type": "color",
|
|
615
|
+
"$value": "{primitive.color.gold-klimt-gold.600}",
|
|
616
|
+
"$description": "Primary interactive hover"
|
|
617
|
+
},
|
|
618
|
+
"primary-active": {
|
|
619
|
+
"$type": "color",
|
|
620
|
+
"$value": "{primitive.color.gold-klimt-gold.700}",
|
|
621
|
+
"$description": "Primary interactive active"
|
|
622
|
+
}
|
|
623
|
+
},
|
|
624
|
+
"border": {
|
|
625
|
+
"default": {
|
|
626
|
+
"$type": "color",
|
|
627
|
+
"$value": "{primitive.color.neutral.200}",
|
|
628
|
+
"$description": "Default border"
|
|
629
|
+
},
|
|
630
|
+
"strong": {
|
|
631
|
+
"$type": "color",
|
|
632
|
+
"$value": "{primitive.color.neutral.400}",
|
|
633
|
+
"$description": "Strong border"
|
|
634
|
+
}
|
|
635
|
+
},
|
|
636
|
+
"status": {
|
|
637
|
+
"error": {
|
|
638
|
+
"$type": "color",
|
|
639
|
+
"$value": "#DC2626",
|
|
640
|
+
"$description": "Error — WCAG-compliant red"
|
|
641
|
+
},
|
|
642
|
+
"success": {
|
|
643
|
+
"$type": "color",
|
|
644
|
+
"$value": "#16A34A",
|
|
645
|
+
"$description": "Success — WCAG-compliant green"
|
|
646
|
+
},
|
|
647
|
+
"warning": {
|
|
648
|
+
"$type": "color",
|
|
649
|
+
"$value": "#A16207",
|
|
650
|
+
"$description": "Warning — WCAG AA amber (4.5:1+ on white)"
|
|
651
|
+
},
|
|
652
|
+
"info": {
|
|
653
|
+
"$type": "color",
|
|
654
|
+
"$value": "{primitive.color.gold-klimt-gold.500}",
|
|
655
|
+
"$description": "Info status"
|
|
656
|
+
}
|
|
657
|
+
},
|
|
658
|
+
"focus": {
|
|
659
|
+
"ring": {
|
|
660
|
+
"$type": "color",
|
|
661
|
+
"$value": "{primitive.color.gold-klimt-gold.500}",
|
|
662
|
+
"$description": "Focus ring color"
|
|
663
|
+
}
|
|
664
|
+
},
|
|
665
|
+
"accessibility": {
|
|
666
|
+
"focus-visible": {
|
|
667
|
+
"$type": "color",
|
|
668
|
+
"$value": "{primitive.color.gold-klimt-gold.500}",
|
|
669
|
+
"$description": "Keyboard focus indicator"
|
|
670
|
+
}
|
|
671
|
+
}
|
|
672
|
+
},
|
|
673
|
+
"dark": {
|
|
674
|
+
"background": {
|
|
675
|
+
"canvas": {
|
|
676
|
+
"$type": "color",
|
|
677
|
+
"$value": "{primitive.color.neutral.900}",
|
|
678
|
+
"$description": "Page background — dark"
|
|
679
|
+
},
|
|
680
|
+
"surface": {
|
|
681
|
+
"$type": "color",
|
|
682
|
+
"$value": "{primitive.color.neutral.800}",
|
|
683
|
+
"$description": "Card/surface — dark"
|
|
684
|
+
},
|
|
685
|
+
"muted": {
|
|
686
|
+
"$type": "color",
|
|
687
|
+
"$value": "{primitive.color.neutral.700}",
|
|
688
|
+
"$description": "Muted background — dark"
|
|
689
|
+
}
|
|
690
|
+
},
|
|
691
|
+
"text": {
|
|
692
|
+
"primary": {
|
|
693
|
+
"$type": "color",
|
|
694
|
+
"$value": "{primitive.color.neutral.50}",
|
|
695
|
+
"$description": "Primary text — dark"
|
|
696
|
+
},
|
|
697
|
+
"secondary": {
|
|
698
|
+
"$type": "color",
|
|
699
|
+
"$value": "{primitive.color.neutral.300}",
|
|
700
|
+
"$description": "Secondary text — dark"
|
|
701
|
+
},
|
|
702
|
+
"muted": {
|
|
703
|
+
"$type": "color",
|
|
704
|
+
"$value": "{primitive.color.neutral.500}",
|
|
705
|
+
"$description": "Muted text — dark"
|
|
706
|
+
},
|
|
707
|
+
"inverse": {
|
|
708
|
+
"$type": "color",
|
|
709
|
+
"$value": "{primitive.color.neutral.900}",
|
|
710
|
+
"$description": "Text on light backgrounds — dark"
|
|
711
|
+
}
|
|
712
|
+
},
|
|
713
|
+
"interactive": {
|
|
714
|
+
"primary": {
|
|
715
|
+
"$type": "color",
|
|
716
|
+
"$value": "{primitive.color.gold-klimt-gold.400}",
|
|
717
|
+
"$description": "Primary interactive — dark"
|
|
718
|
+
},
|
|
719
|
+
"primary-hover": {
|
|
720
|
+
"$type": "color",
|
|
721
|
+
"$value": "{primitive.color.gold-klimt-gold.300}",
|
|
722
|
+
"$description": "Primary hover — dark"
|
|
723
|
+
},
|
|
724
|
+
"primary-active": {
|
|
725
|
+
"$type": "color",
|
|
726
|
+
"$value": "{primitive.color.gold-klimt-gold.200}",
|
|
727
|
+
"$description": "Primary active — dark"
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
"border": {
|
|
731
|
+
"default": {
|
|
732
|
+
"$type": "color",
|
|
733
|
+
"$value": "{primitive.color.neutral.700}",
|
|
734
|
+
"$description": "Default border — dark"
|
|
735
|
+
},
|
|
736
|
+
"strong": {
|
|
737
|
+
"$type": "color",
|
|
738
|
+
"$value": "{primitive.color.neutral.500}",
|
|
739
|
+
"$description": "Strong border — dark"
|
|
740
|
+
}
|
|
741
|
+
},
|
|
742
|
+
"status": {
|
|
743
|
+
"error": {
|
|
744
|
+
"$type": "color",
|
|
745
|
+
"$value": "#EF4444",
|
|
746
|
+
"$description": "Error — WCAG-compliant red (dark)"
|
|
747
|
+
},
|
|
748
|
+
"success": {
|
|
749
|
+
"$type": "color",
|
|
750
|
+
"$value": "#22C55E",
|
|
751
|
+
"$description": "Success — WCAG-compliant green (dark)"
|
|
752
|
+
},
|
|
753
|
+
"warning": {
|
|
754
|
+
"$type": "color",
|
|
755
|
+
"$value": "#EAB308",
|
|
756
|
+
"$description": "Warning — WCAG-compliant amber (dark)"
|
|
757
|
+
},
|
|
758
|
+
"info": {
|
|
759
|
+
"$type": "color",
|
|
760
|
+
"$value": "{primitive.color.gold-klimt-gold.400}",
|
|
761
|
+
"$description": "Info — dark"
|
|
762
|
+
}
|
|
763
|
+
},
|
|
764
|
+
"focus": {
|
|
765
|
+
"ring": {
|
|
766
|
+
"$type": "color",
|
|
767
|
+
"$value": "{primitive.color.gold-klimt-gold.400}",
|
|
768
|
+
"$description": "Focus ring — dark"
|
|
769
|
+
}
|
|
770
|
+
},
|
|
771
|
+
"accessibility": {
|
|
772
|
+
"focus-visible": {
|
|
773
|
+
"$type": "color",
|
|
774
|
+
"$value": "{primitive.color.gold-klimt-gold.400}",
|
|
775
|
+
"$description": "Keyboard focus — dark"
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
}
|
|
779
|
+
}
|
|
780
|
+
}
|