@grantcodes/style-dictionary 1.2.1 → 1.3.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 (53) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/.turbo/turbo-lint.log +10 -0
  3. package/AGENTS.md +67 -0
  4. package/CHANGELOG.md +7 -0
  5. package/config.js +25 -1
  6. package/package.json +1 -1
  7. package/tokens/core/tier-1-definitions/colors.json +172 -173
  8. package/tokens/core/tier-1-definitions/z-index.json +26 -27
  9. package/tokens/grantcodes/tier-1-definitions/animation.json +24 -25
  10. package/tokens/grantcodes/tier-1-definitions/borders.json +33 -34
  11. package/tokens/grantcodes/tier-1-definitions/shadows.json +36 -37
  12. package/tokens/grantcodes/tier-1-definitions/spacing.json +49 -0
  13. package/tokens/grantcodes/tier-1-definitions/typography.json +140 -131
  14. package/tokens/grantcodes/tier-2-usage/00-colors-background.json +69 -70
  15. package/tokens/grantcodes/tier-2-usage/00-colors-border.json +39 -40
  16. package/tokens/grantcodes/tier-2-usage/00-colors-content.json +42 -43
  17. package/tokens/grantcodes/tier-2-usage/animation.json +21 -21
  18. package/tokens/grantcodes/tier-2-usage/borders.json +24 -24
  19. package/tokens/grantcodes/tier-2-usage/shadows.json +36 -37
  20. package/tokens/grantcodes/tier-2-usage/spacing.json +25 -0
  21. package/tokens/grantcodes/tier-2-usage/typography-usage.json +274 -275
  22. package/tokens/grantcodes/tier-3-components/button.json +92 -92
  23. package/tokens/grantcodes/tier-3-components/focus-ring.json +23 -24
  24. package/tokens/grantcodes/tier-3-components/form.json +67 -67
  25. package/tokens/grantcodes/tier-3-components/link.json +36 -37
  26. package/tokens/todomap/tier-1-definitions/colors.json +89 -90
  27. package/tokens/todomap/tier-1-definitions/spacing.json +49 -0
  28. package/tokens/todomap/tier-1-definitions/typography.json +10 -8
  29. package/tokens/todomap/tier-2-usage/00-colors-background.json +33 -34
  30. package/tokens/todomap/tier-2-usage/00-colors-content.json +30 -31
  31. package/tokens/todomap/tier-2-usage/spacing.json +25 -0
  32. package/tokens/todomap/tier-2-usage/typography-usage.json +18 -18
  33. package/tokens/todomap/tier-3-components/button.json +138 -139
  34. package/tokens/todomap/tier-3-components/focus-ring.json +23 -24
  35. package/tokens/todomap/tier-3-components/form.json +67 -67
  36. package/tokens/todomap/tier-3-components/link.json +36 -37
  37. package/tokens/wireframe/tier-1-definitions/animation.json +15 -16
  38. package/tokens/wireframe/tier-1-definitions/borders.json +39 -40
  39. package/tokens/wireframe/tier-1-definitions/colors.json +33 -34
  40. package/tokens/wireframe/tier-1-definitions/shadows.json +36 -37
  41. package/tokens/wireframe/tier-1-definitions/spacing.json +49 -0
  42. package/tokens/wireframe/tier-1-definitions/typography.json +128 -128
  43. package/tokens/wireframe/tier-2-usage/00-colors-background.json +83 -84
  44. package/tokens/wireframe/tier-2-usage/00-colors-border.json +39 -40
  45. package/tokens/wireframe/tier-2-usage/00-colors-content.json +42 -43
  46. package/tokens/wireframe/tier-2-usage/animation.json +21 -22
  47. package/tokens/wireframe/tier-2-usage/borders.json +30 -31
  48. package/tokens/wireframe/tier-2-usage/shadows.json +36 -37
  49. package/tokens/wireframe/tier-2-usage/spacing.json +25 -0
  50. package/tokens/wireframe/tier-2-usage/typography-usage.json +442 -443
  51. package/tokens/wireframe/tier-3-components/focus-ring.json +23 -24
  52. package/tokens/wireframe/tier-3-components/form.json +67 -67
  53. package/tokens/wireframe/tier-3-components/link.json +36 -37
@@ -1,277 +1,276 @@
1
1
  {
2
- "typography": {
3
- "display-default": {
4
- "font-family": {
5
- "value": "{typography.font-family.greycliff}"
6
- },
7
- "font-weight": {
8
- "value": "{typography.font-weight.600}"
9
- },
10
- "font-size": {
11
- "value": "{typography.font-size.100}"
12
- },
13
- "line-height": {
14
- "value": "{typography.line-height.110}"
15
- },
16
- "letter-spacing": {
17
- "value": "{typography.letter-spacing.0}"
18
- }
19
- },
20
- "display-sm": {
21
- "font-family": {
22
- "value": "{typography.font-family.greycliff}"
23
- },
24
- "font-weight": {
25
- "value": "{typography.font-weight.600}"
26
- },
27
- "font-size": {
28
- "value": "{typography.font-size.100}"
29
- },
30
- "line-height": {
31
- "value": "{typography.line-height.110}"
32
- },
33
- "letter-spacing": {
34
- "value": "{typography.letter-spacing.0}"
35
- }
36
- },
37
- "headline-lg": {
38
- "font-family": {
39
- "value": "{typography.font-family.greycliff}"
40
- },
41
- "font-weight": {
42
- "value": "{typography.font-weight.600}"
43
- },
44
- "font-size": {
45
- "value": "{typography.font-size.48}"
46
- },
47
- "line-height": {
48
- "value": "{typography.line-height.56}"
49
- },
50
- "letter-spacing": {
51
- "value": "{typography.letter-spacing.half}"
52
- }
53
- },
54
- "headline-default": {
55
- "font-family": {
56
- "value": "{typography.font-family.greycliff}"
57
- },
58
- "font-weight": {
59
- "value": "{typography.font-weight.600}"
60
- },
61
- "font-size": {
62
- "value": "{typography.font-size.40}"
63
- },
64
- "line-height": {
65
- "value": "{typography.line-height.48}"
66
- },
67
- "letter-spacing": {
68
- "value": "{typography.letter-spacing.half}"
69
- }
70
- },
71
- "headline-sm": {
72
- "font-family": {
73
- "value": "{typography.font-family.greycliff}"
74
- },
75
- "font-weight": {
76
- "value": "{typography.font-weight.600}"
77
- },
78
- "font-size": {
79
- "value": "{typography.font-size.32}"
80
- },
81
- "line-height": {
82
- "value": "{typography.line-height.40}"
83
- },
84
- "letter-spacing": {
85
- "value": "{typography.letter-spacing.half}"
86
- }
87
- },
88
- "title-lg": {
89
- "font-family": {
90
- "value": "{typography.font-family.system}"
91
- },
92
- "font-weight": {
93
- "value": "{typography.font-weight.600}"
94
- },
95
- "font-size": {
96
- "value": "{typography.font-size.32}"
97
- },
98
- "line-height": {
99
- "value": "{typography.line-height.40}"
100
- },
101
- "letter-spacing": {
102
- "value": "{typography.letter-spacing.half}"
103
- }
104
- },
105
- "title-default": {
106
- "font-family": {
107
- "value": "{typography.font-family.system}"
108
- },
109
- "font-weight": {
110
- "value": "{typography.font-weight.600}"
111
- },
112
- "font-size": {
113
- "value": "{typography.font-size.28}"
114
- },
115
- "line-height": {
116
- "value": "{typography.line-height.36}"
117
- },
118
- "letter-spacing": {
119
- "value": "{typography.letter-spacing.half}"
120
- }
121
- },
122
- "title-sm": {
123
- "font-family": {
124
- "value": "{typography.font-family.system}"
125
- },
126
- "font-weight": {
127
- "value": "{typography.font-weight.600}"
128
- },
129
- "font-size": {
130
- "value": "{typography.font-size.24}"
131
- },
132
- "line-height": {
133
- "value": "{typography.line-height.32}"
134
- },
135
- "letter-spacing": {
136
- "value": "{typography.letter-spacing.half}"
137
- }
138
- },
139
- "label-lg": {
140
- "font-family": {
141
- "value": "{typography.font-family.system}"
142
- },
143
- "font-weight": {
144
- "value": "{typography.font-weight.600}"
145
- },
146
- "font-size": {
147
- "value": "{typography.font-size.20}"
148
- },
149
- "line-height": {
150
- "value": "{typography.line-height.28}"
151
- },
152
- "letter-spacing": {
153
- "value": "{typography.letter-spacing.0}"
154
- }
155
- },
156
- "label-default": {
157
- "font-family": {
158
- "value": "{typography.font-family.system}"
159
- },
160
- "font-weight": {
161
- "value": "{typography.font-weight.600}"
162
- },
163
- "font-size": {
164
- "value": "{typography.font-size.16}"
165
- },
166
- "line-height": {
167
- "value": "{typography.line-height.24}"
168
- },
169
- "letter-spacing": {
170
- "value": "{typography.letter-spacing.0}"
171
- }
172
- },
173
- "label-sm": {
174
- "font-family": {
175
- "value": "{typography.font-family.system}"
176
- },
177
- "font-weight": {
178
- "value": "{typography.font-weight.600}"
179
- },
180
- "font-size": {
181
- "value": "{typography.font-size.14}"
182
- },
183
- "line-height": {
184
- "value": "{typography.line-height.20}"
185
- },
186
- "letter-spacing": {
187
- "value": "{typography.letter-spacing.0}"
188
- }
189
- },
190
- "body-lg": {
191
- "font-family": {
192
- "value": "{typography.font-family.system}"
193
- },
194
- "font-weight": {
195
- "value": "{typography.font-weight.400}"
196
- },
197
- "font-size": {
198
- "value": "{typography.font-size.20}"
199
- },
200
- "line-height": {
201
- "value": "{typography.line-height.28}"
202
- },
203
- "letter-spacing": {
204
- "value": "{typography.letter-spacing.0}"
205
- }
206
- },
207
- "body-default": {
208
- "font-family": {
209
- "value": "{typography.font-family.system}"
210
- },
211
- "font-weight": {
212
- "value": "{typography.font-weight.400}"
213
- },
214
- "font-size": {
215
- "value": "{typography.font-size.16}"
216
- },
217
- "line-height": {
218
- "value": "{typography.line-height.24}"
219
- },
220
- "letter-spacing": {
221
- "value": "{typography.letter-spacing.0}"
222
- }
223
- },
224
- "body-sm": {
225
- "font-family": {
226
- "value": "{typography.font-family.system}"
227
- },
228
- "font-weight": {
229
- "value": "{typography.font-weight.400}"
230
- },
231
- "font-size": {
232
- "value": "{typography.font-size.14}"
233
- },
234
- "line-height": {
235
- "value": "{typography.line-height.20}"
236
- },
237
- "letter-spacing": {
238
- "value": "{typography.letter-spacing.0}"
239
- }
240
- },
241
- "meta-default": {
242
- "font-family": {
243
- "value": "{typography.font-family.system}"
244
- },
245
- "font-weight": {
246
- "value": "{typography.font-weight.600}"
247
- },
248
- "font-size": {
249
- "value": "{typography.font-size.14}"
250
- },
251
- "line-height": {
252
- "value": "{typography.line-height.20}"
253
- },
254
- "letter-spacing": {
255
- "value": "{typography.letter-spacing.2}"
256
- }
257
- },
258
- "meta-sm": {
259
- "font-family": {
260
- "value": "{typography.font-family.system}"
261
- },
262
- "font-weight": {
263
- "value": "{typography.font-weight.600}"
264
- },
265
- "font-size": {
266
- "value": "{typography.font-size.12}"
267
- },
268
- "line-height": {
269
- "value": "{typography.line-height.16}"
270
- },
271
- "letter-spacing": {
272
- "value": "{typography.letter-spacing.2}"
273
- }
274
- }
275
- }
2
+ "typography": {
3
+ "display-default": {
4
+ "font-family": {
5
+ "value": "{typography.font-family.greycliff}"
6
+ },
7
+ "font-weight": {
8
+ "value": "{typography.font-weight.900}"
9
+ },
10
+ "font-size": {
11
+ "value": "{typography.font-size.100}"
12
+ },
13
+ "line-height": {
14
+ "value": "{typography.line-height.110}"
15
+ },
16
+ "letter-spacing": {
17
+ "value": "{typography.letter-spacing.0}"
18
+ }
19
+ },
20
+ "display-sm": {
21
+ "font-family": {
22
+ "value": "{typography.font-family.greycliff}"
23
+ },
24
+ "font-weight": {
25
+ "value": "{typography.font-weight.900}"
26
+ },
27
+ "font-size": {
28
+ "value": "{typography.font-size.100}"
29
+ },
30
+ "line-height": {
31
+ "value": "{typography.line-height.110}"
32
+ },
33
+ "letter-spacing": {
34
+ "value": "{typography.letter-spacing.0}"
35
+ }
36
+ },
37
+ "headline-lg": {
38
+ "font-family": {
39
+ "value": "{typography.font-family.greycliff}"
40
+ },
41
+ "font-weight": {
42
+ "value": "{typography.font-weight.900}"
43
+ },
44
+ "font-size": {
45
+ "value": "{typography.font-size.48}"
46
+ },
47
+ "line-height": {
48
+ "value": "{typography.line-height.56}"
49
+ },
50
+ "letter-spacing": {
51
+ "value": "{typography.letter-spacing.half}"
52
+ }
53
+ },
54
+ "headline-default": {
55
+ "font-family": {
56
+ "value": "{typography.font-family.greycliff}"
57
+ },
58
+ "font-weight": {
59
+ "value": "{typography.font-weight.900}"
60
+ },
61
+ "font-size": {
62
+ "value": "{typography.font-size.40}"
63
+ },
64
+ "line-height": {
65
+ "value": "{typography.line-height.48}"
66
+ },
67
+ "letter-spacing": {
68
+ "value": "{typography.letter-spacing.half}"
69
+ }
70
+ },
71
+ "headline-sm": {
72
+ "font-family": {
73
+ "value": "{typography.font-family.greycliff}"
74
+ },
75
+ "font-weight": {
76
+ "value": "{typography.font-weight.900}"
77
+ },
78
+ "font-size": {
79
+ "value": "{typography.font-size.32}"
80
+ },
81
+ "line-height": {
82
+ "value": "{typography.line-height.40}"
83
+ },
84
+ "letter-spacing": {
85
+ "value": "{typography.letter-spacing.half}"
86
+ }
87
+ },
88
+ "title-lg": {
89
+ "font-family": {
90
+ "value": "{typography.font-family.greycliff}"
91
+ },
92
+ "font-weight": {
93
+ "value": "{typography.font-weight.900}"
94
+ },
95
+ "font-size": {
96
+ "value": "{typography.font-size.32}"
97
+ },
98
+ "line-height": {
99
+ "value": "{typography.line-height.40}"
100
+ },
101
+ "letter-spacing": {
102
+ "value": "{typography.letter-spacing.half}"
103
+ }
104
+ },
105
+ "title-default": {
106
+ "font-family": {
107
+ "value": "{typography.font-family.greycliff}"
108
+ },
109
+ "font-weight": {
110
+ "value": "{typography.font-weight.900}"
111
+ },
112
+ "font-size": {
113
+ "value": "{typography.font-size.28}"
114
+ },
115
+ "line-height": {
116
+ "value": "{typography.line-height.36}"
117
+ },
118
+ "letter-spacing": {
119
+ "value": "{typography.letter-spacing.half}"
120
+ }
121
+ },
122
+ "title-sm": {
123
+ "font-family": {
124
+ "value": "{typography.font-family.greycliff}"
125
+ },
126
+ "font-weight": {
127
+ "value": "{typography.font-weight.900}"
128
+ },
129
+ "font-size": {
130
+ "value": "{typography.font-size.24}"
131
+ },
132
+ "line-height": {
133
+ "value": "{typography.line-height.32}"
134
+ },
135
+ "letter-spacing": {
136
+ "value": "{typography.letter-spacing.half}"
137
+ }
138
+ },
139
+ "label-lg": {
140
+ "font-family": {
141
+ "value": "{typography.font-family.greycliff}"
142
+ },
143
+ "font-weight": {
144
+ "value": "{typography.font-weight.600}"
145
+ },
146
+ "font-size": {
147
+ "value": "{typography.font-size.20}"
148
+ },
149
+ "line-height": {
150
+ "value": "{typography.line-height.28}"
151
+ },
152
+ "letter-spacing": {
153
+ "value": "{typography.letter-spacing.0}"
154
+ }
155
+ },
156
+ "label-default": {
157
+ "font-family": {
158
+ "value": "{typography.font-family.greycliff}"
159
+ },
160
+ "font-weight": {
161
+ "value": "{typography.font-weight.600}"
162
+ },
163
+ "font-size": {
164
+ "value": "{typography.font-size.16}"
165
+ },
166
+ "line-height": {
167
+ "value": "{typography.line-height.24}"
168
+ },
169
+ "letter-spacing": {
170
+ "value": "{typography.letter-spacing.0}"
171
+ }
172
+ },
173
+ "label-sm": {
174
+ "font-family": {
175
+ "value": "{typography.font-family.greycliff}"
176
+ },
177
+ "font-weight": {
178
+ "value": "{typography.font-weight.600}"
179
+ },
180
+ "font-size": {
181
+ "value": "{typography.font-size.14}"
182
+ },
183
+ "line-height": {
184
+ "value": "{typography.line-height.20}"
185
+ },
186
+ "letter-spacing": {
187
+ "value": "{typography.letter-spacing.0}"
188
+ }
189
+ },
190
+ "body-lg": {
191
+ "font-family": {
192
+ "value": "{typography.font-family.greycliff}"
193
+ },
194
+ "font-weight": {
195
+ "value": "{typography.font-weight.400}"
196
+ },
197
+ "font-size": {
198
+ "value": "{typography.font-size.20}"
199
+ },
200
+ "line-height": {
201
+ "value": "{typography.line-height.28}"
202
+ },
203
+ "letter-spacing": {
204
+ "value": "{typography.letter-spacing.0}"
205
+ }
206
+ },
207
+ "body-default": {
208
+ "font-family": {
209
+ "value": "{typography.font-family.greycliff}"
210
+ },
211
+ "font-weight": {
212
+ "value": "{typography.font-weight.500}"
213
+ },
214
+ "font-size": {
215
+ "value": "{typography.font-size.16}"
216
+ },
217
+ "line-height": {
218
+ "value": "{typography.line-height.24}"
219
+ },
220
+ "letter-spacing": {
221
+ "value": "{typography.letter-spacing.0}"
222
+ }
223
+ },
224
+ "body-sm": {
225
+ "font-family": {
226
+ "value": "{typography.font-family.greycliff}"
227
+ },
228
+ "font-weight": {
229
+ "value": "{typography.font-weight.500}"
230
+ },
231
+ "font-size": {
232
+ "value": "{typography.font-size.14}"
233
+ },
234
+ "line-height": {
235
+ "value": "{typography.line-height.20}"
236
+ },
237
+ "letter-spacing": {
238
+ "value": "{typography.letter-spacing.0}"
239
+ }
240
+ },
241
+ "meta-default": {
242
+ "font-family": {
243
+ "value": "{typography.font-family.greycliff}"
244
+ },
245
+ "font-weight": {
246
+ "value": "{typography.font-weight.600}"
247
+ },
248
+ "font-size": {
249
+ "value": "{typography.font-size.14}"
250
+ },
251
+ "line-height": {
252
+ "value": "{typography.line-height.20}"
253
+ },
254
+ "letter-spacing": {
255
+ "value": "{typography.letter-spacing.2}"
256
+ }
257
+ },
258
+ "meta-sm": {
259
+ "font-family": {
260
+ "value": "{typography.font-family.greycliff}"
261
+ },
262
+ "font-weight": {
263
+ "value": "{typography.font-weight.600}"
264
+ },
265
+ "font-size": {
266
+ "value": "{typography.font-size.12}"
267
+ },
268
+ "line-height": {
269
+ "value": "{typography.line-height.16}"
270
+ },
271
+ "letter-spacing": {
272
+ "value": "{typography.letter-spacing.2}"
273
+ }
274
+ }
275
+ }
276
276
  }
277
-