@frontify/fondue 12.10.3 → 13.0.0-beta.1

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 (26) hide show
  1. package/dist/legacyTokens.tailwind.config.d.ts +2 -0
  2. package/{tailwind.config.ts → dist/legacyTokens.tailwind.config.js} +10 -15
  3. package/dist/packages/charts/style.css +1 -1
  4. package/dist/packages/components/style.css +1 -1
  5. package/dist/packages/tokens/css/base.css +313 -0
  6. package/dist/packages/tokens/fondue-tokens.js +1 -1
  7. package/dist/packages/tokens/fondue-tokens.umd.cjs +1 -1
  8. package/dist/packages/tokens/json/all-tokens.json +1903 -0
  9. package/dist/packages/tokens/json/colors.json +756 -0
  10. package/dist/packages/tokens/json/semantic.json +415 -0
  11. package/dist/packages/tokens/json/utilities.json +730 -0
  12. package/dist/packages/tokens/legacy/deprecatedBaseTokens.css +321 -0
  13. package/dist/packages/tokens/legacy/deprecatedTailwindConfig.d.ts +2 -0
  14. package/dist/packages/tokens/legacy/deprecatedTailwindConfig.ts +213 -0
  15. package/dist/packages/tokens/legacy/tools/replaceLegacyTokens.ts +176 -0
  16. package/dist/packages/tokens/legacy/tools/replacements.ts +422 -0
  17. package/dist/packages/tokens/tailwind/tailwind.config.d.ts +2 -0
  18. package/dist/packages/tokens/tailwind/tailwind.config.js +10 -0
  19. package/dist/packages/tokens/themes/themes.module.css +385 -0
  20. package/dist/packages/tokens/themes/themes.module.css.d.ts +2 -0
  21. package/dist/style.css +1 -1
  22. package/package.json +11 -10
  23. package/dist/packages/tokens/style.css +0 -1
  24. package/dist/packages/tokens/tailwind.config.js +0 -28
  25. package/dist/packages/tokens/theme/themes.module.css +0 -468
  26. package/dist/packages/tokens/theme/themes.module.css.d.ts +0 -13
@@ -0,0 +1,415 @@
1
+ {
2
+ "border-radius": {
3
+ "large": {
4
+ "name": "border-radius-large",
5
+ "type": "float",
6
+ "value": "var(--border-radius-large)",
7
+ "path": [
8
+ "default",
9
+ "border-radius",
10
+ "large"
11
+ ]
12
+ },
13
+ "medium": {
14
+ "name": "border-radius-medium",
15
+ "type": "float",
16
+ "value": "var(--border-radius-medium)",
17
+ "path": [
18
+ "default",
19
+ "border-radius",
20
+ "medium"
21
+ ]
22
+ },
23
+ "small": {
24
+ "name": "border-radius-small",
25
+ "type": "float",
26
+ "value": "var(--border-radius-small)",
27
+ "path": [
28
+ "default",
29
+ "border-radius",
30
+ "small"
31
+ ]
32
+ },
33
+ "x-large": {
34
+ "name": "border-radius-x-large",
35
+ "type": "float",
36
+ "value": "var(--border-radius-x-large)",
37
+ "path": [
38
+ "default",
39
+ "border-radius",
40
+ "x-large"
41
+ ]
42
+ }
43
+ },
44
+ "border-width": {
45
+ "default": {
46
+ "name": "border-width-default",
47
+ "type": "float",
48
+ "value": "var(--border-width-default)",
49
+ "path": [
50
+ "default",
51
+ "border-width",
52
+ "default"
53
+ ]
54
+ },
55
+ "large": {
56
+ "name": "border-width-large",
57
+ "type": "float",
58
+ "value": "var(--border-width-large)",
59
+ "path": [
60
+ "default",
61
+ "border-width",
62
+ "large"
63
+ ]
64
+ }
65
+ },
66
+ "shadow": {
67
+ "big": {
68
+ "name": "shadow-big",
69
+ "type": "shadow",
70
+ "value": "var(--shadow-big)",
71
+ "path": [
72
+ "default",
73
+ "shadow",
74
+ "big"
75
+ ]
76
+ },
77
+ "default": {
78
+ "name": "shadow-default",
79
+ "type": "shadow",
80
+ "value": "var(--shadow-default)",
81
+ "path": [
82
+ "default",
83
+ "shadow",
84
+ "default"
85
+ ]
86
+ },
87
+ "mid": {
88
+ "name": "shadow-mid",
89
+ "type": "shadow",
90
+ "value": "var(--shadow-mid)",
91
+ "path": [
92
+ "default",
93
+ "shadow",
94
+ "mid"
95
+ ]
96
+ }
97
+ },
98
+ "spacing": {
99
+ "large": {
100
+ "name": "spacing-large",
101
+ "type": "float",
102
+ "value": "var(--spacing-large)",
103
+ "path": [
104
+ "default",
105
+ "spacing",
106
+ "large"
107
+ ]
108
+ },
109
+ "medium": {
110
+ "name": "spacing-medium",
111
+ "type": "float",
112
+ "value": "var(--spacing-medium)",
113
+ "path": [
114
+ "default",
115
+ "spacing",
116
+ "medium"
117
+ ]
118
+ },
119
+ "small": {
120
+ "name": "spacing-small",
121
+ "type": "float",
122
+ "value": "var(--spacing-small)",
123
+ "path": [
124
+ "default",
125
+ "spacing",
126
+ "small"
127
+ ]
128
+ },
129
+ "x-large": {
130
+ "name": "spacing-x-large",
131
+ "type": "float",
132
+ "value": "var(--spacing-x-large)",
133
+ "path": [
134
+ "default",
135
+ "spacing",
136
+ "x-large"
137
+ ]
138
+ },
139
+ "x-small": {
140
+ "name": "spacing-x-small",
141
+ "type": "float",
142
+ "value": "var(--spacing-x-small)",
143
+ "path": [
144
+ "default",
145
+ "spacing",
146
+ "x-small"
147
+ ]
148
+ },
149
+ "xx-large": {
150
+ "name": "spacing-xx-large",
151
+ "type": "float",
152
+ "value": "var(--spacing-xx-large)",
153
+ "path": [
154
+ "default",
155
+ "spacing",
156
+ "xx-large"
157
+ ]
158
+ },
159
+ "xx-small": {
160
+ "name": "spacing-xx-small",
161
+ "type": "float",
162
+ "value": "var(--spacing-xx-small)",
163
+ "path": [
164
+ "default",
165
+ "spacing",
166
+ "xx-small"
167
+ ]
168
+ }
169
+ },
170
+ "typography": {
171
+ "font-family": {
172
+ "monospace": {
173
+ "name": "typography-font-family-monospace",
174
+ "type": "string",
175
+ "value": "var(--typography-font-family-monospace)",
176
+ "path": [
177
+ "default",
178
+ "typography",
179
+ "font-family",
180
+ "monospace"
181
+ ]
182
+ },
183
+ "primary": {
184
+ "name": "typography-font-family-primary",
185
+ "type": "string",
186
+ "value": "var(--typography-font-family-primary)",
187
+ "path": [
188
+ "default",
189
+ "typography",
190
+ "font-family",
191
+ "primary"
192
+ ]
193
+ }
194
+ },
195
+ "font-size": {
196
+ "large": {
197
+ "name": "typography-font-size-large",
198
+ "type": "float",
199
+ "value": "var(--typography-font-size-large)",
200
+ "path": [
201
+ "default",
202
+ "typography",
203
+ "font-size",
204
+ "large"
205
+ ]
206
+ },
207
+ "medium": {
208
+ "name": "typography-font-size-medium",
209
+ "type": "float",
210
+ "value": "var(--typography-font-size-medium)",
211
+ "path": [
212
+ "default",
213
+ "typography",
214
+ "font-size",
215
+ "medium"
216
+ ]
217
+ },
218
+ "small": {
219
+ "name": "typography-font-size-small",
220
+ "type": "float",
221
+ "value": "var(--typography-font-size-small)",
222
+ "path": [
223
+ "default",
224
+ "typography",
225
+ "font-size",
226
+ "small"
227
+ ]
228
+ },
229
+ "x-large": {
230
+ "name": "typography-font-size-x-large",
231
+ "type": "float",
232
+ "value": "var(--typography-font-size-x-large)",
233
+ "path": [
234
+ "default",
235
+ "typography",
236
+ "font-size",
237
+ "x-large"
238
+ ]
239
+ },
240
+ "x-small": {
241
+ "name": "typography-font-size-x-small",
242
+ "type": "float",
243
+ "value": "var(--typography-font-size-x-small)",
244
+ "path": [
245
+ "default",
246
+ "typography",
247
+ "font-size",
248
+ "x-small"
249
+ ]
250
+ },
251
+ "xx-large": {
252
+ "name": "typography-font-size-xx-large",
253
+ "type": "float",
254
+ "value": "var(--typography-font-size-xx-large)",
255
+ "path": [
256
+ "default",
257
+ "typography",
258
+ "font-size",
259
+ "xx-large"
260
+ ]
261
+ },
262
+ "xx-small": {
263
+ "name": "typography-font-size-xx-small",
264
+ "type": "float",
265
+ "value": "var(--typography-font-size-xx-small)",
266
+ "path": [
267
+ "default",
268
+ "typography",
269
+ "font-size",
270
+ "xx-small"
271
+ ]
272
+ }
273
+ },
274
+ "font-weight": {
275
+ "bold": {
276
+ "name": "typography-font-weight-bold",
277
+ "type": "float",
278
+ "value": "var(--typography-font-weight-bold)",
279
+ "path": [
280
+ "default",
281
+ "typography",
282
+ "font-weight",
283
+ "bold"
284
+ ]
285
+ },
286
+ "medium": {
287
+ "name": "typography-font-weight-medium",
288
+ "type": "float",
289
+ "value": "var(--typography-font-weight-medium)",
290
+ "path": [
291
+ "default",
292
+ "typography",
293
+ "font-weight",
294
+ "medium"
295
+ ]
296
+ },
297
+ "regular": {
298
+ "name": "typography-font-weight-regular",
299
+ "type": "float",
300
+ "value": "var(--typography-font-weight-regular)",
301
+ "path": [
302
+ "default",
303
+ "typography",
304
+ "font-weight",
305
+ "regular"
306
+ ]
307
+ }
308
+ },
309
+ "letter-spacing": {
310
+ "default": {
311
+ "name": "typography-letter-spacing-default",
312
+ "type": "float",
313
+ "value": "var(--typography-letter-spacing-default)",
314
+ "path": [
315
+ "default",
316
+ "typography",
317
+ "letter-spacing",
318
+ "default"
319
+ ]
320
+ },
321
+ "wide": {
322
+ "name": "typography-letter-spacing-wide",
323
+ "type": "float",
324
+ "value": "var(--typography-letter-spacing-wide)",
325
+ "path": [
326
+ "default",
327
+ "typography",
328
+ "letter-spacing",
329
+ "wide"
330
+ ]
331
+ }
332
+ },
333
+ "line-height": {
334
+ "extra-loose": {
335
+ "name": "typography-line-height-extra-loose",
336
+ "type": "float",
337
+ "value": "var(--typography-line-height-extra-loose)",
338
+ "path": [
339
+ "default",
340
+ "typography",
341
+ "line-height",
342
+ "extra-loose"
343
+ ]
344
+ },
345
+ "loose": {
346
+ "name": "typography-line-height-loose",
347
+ "type": "float",
348
+ "value": "var(--typography-line-height-loose)",
349
+ "path": [
350
+ "default",
351
+ "typography",
352
+ "line-height",
353
+ "loose"
354
+ ]
355
+ },
356
+ "medium": {
357
+ "name": "typography-line-height-medium",
358
+ "type": "float",
359
+ "value": "var(--typography-line-height-medium)",
360
+ "path": [
361
+ "default",
362
+ "typography",
363
+ "line-height",
364
+ "medium"
365
+ ]
366
+ },
367
+ "tight": {
368
+ "name": "typography-line-height-tight",
369
+ "type": "float",
370
+ "value": "var(--typography-line-height-tight)",
371
+ "path": [
372
+ "default",
373
+ "typography",
374
+ "line-height",
375
+ "tight"
376
+ ]
377
+ },
378
+ "wide": {
379
+ "name": "typography-line-height-wide",
380
+ "type": "float",
381
+ "value": "var(--typography-line-height-wide)",
382
+ "path": [
383
+ "default",
384
+ "typography",
385
+ "line-height",
386
+ "wide"
387
+ ]
388
+ }
389
+ },
390
+ "text-transform": {
391
+ "default": {
392
+ "name": "typography-text-transform-default",
393
+ "type": "string",
394
+ "value": "var(--typography-text-transform-default)",
395
+ "path": [
396
+ "default",
397
+ "typography",
398
+ "text-transform",
399
+ "default"
400
+ ]
401
+ },
402
+ "uppercase": {
403
+ "name": "typography-text-transform-uppercase",
404
+ "type": "string",
405
+ "value": "var(--typography-text-transform-uppercase)",
406
+ "path": [
407
+ "default",
408
+ "typography",
409
+ "text-transform",
410
+ "uppercase"
411
+ ]
412
+ }
413
+ }
414
+ }
415
+ }