@grantcodes/style-dictionary 1.3.1 → 1.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/CHANGELOG.md +15 -0
- package/assets/fonts/grantina.css +1 -0
- package/assets/logos/grantina/monogram-light-bg.svg +3 -0
- package/assets/logos/grantina/monogram.svg +15 -0
- package/dist/css/grantcodes/dark.css +168 -0
- package/dist/css/grantcodes/grantcodes.css +126 -150
- package/dist/css/grantcodes/tokens.css +126 -150
- package/dist/css/grantina/dark.css +166 -0
- package/dist/css/grantina/grantina.css +363 -0
- package/dist/css/grantina/tokens.css +363 -0
- package/dist/css/todomap/dark.css +120 -0
- package/dist/css/todomap/todomap.css +172 -12
- package/dist/css/todomap/tokens.css +172 -12
- package/dist/css/wireframe/dark.css +180 -0
- package/dist/css/wireframe/tokens.css +145 -206
- package/dist/css/wireframe/wireframe.css +145 -206
- package/dist/js/grantcodes/style-dictionary.d.ts +111 -133
- package/dist/js/grantcodes/style-dictionary.js +117 -141
- package/dist/js/grantina/style-dictionary.d.ts +362 -0
- package/dist/js/grantina/style-dictionary.js +391 -0
- package/dist/js/todomap/style-dictionary.d.ts +164 -10
- package/dist/js/todomap/style-dictionary.js +182 -14
- package/dist/js/wireframe/style-dictionary.d.ts +130 -183
- package/dist/js/wireframe/style-dictionary.js +134 -193
- package/dist/json/grantcodes/tokens.json +114 -136
- package/dist/json/grantina/tokens.json +352 -0
- package/dist/json/todomap/tokens.json +159 -13
- package/dist/json/wireframe/tokens.json +133 -186
- package/package.json +13 -3
|
@@ -1,4 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
+
"g-animation-duration-10": "100ms",
|
|
3
|
+
"g-animation-duration-15": "0.15s",
|
|
4
|
+
"g-animation-duration-20": "200ms",
|
|
5
|
+
"g-animation-duration-30": "300ms",
|
|
6
|
+
"g-animation-duration-40": "0.4s",
|
|
7
|
+
"g-animation-timing-function-ease": "ease-in-out",
|
|
8
|
+
"g-animation-timing-function-linear": "linear",
|
|
9
|
+
"g-animation-easing-default": "ease",
|
|
10
|
+
"g-theme-animation-fade-quick": "0.15s",
|
|
11
|
+
"g-theme-animation-fade-long": "0.4s",
|
|
12
|
+
"g-theme-animation-move-quick": "0.15s",
|
|
13
|
+
"g-theme-animation-move-long": "0.4s",
|
|
14
|
+
"g-theme-animation-ease": "ease",
|
|
15
|
+
"g-border-width-1": "0.0625rem",
|
|
16
|
+
"g-border-width-2": "0.125rem",
|
|
17
|
+
"g-border-width-4": "0.25rem",
|
|
18
|
+
"g-border-width-8": "0.5rem",
|
|
19
|
+
"g-theme-border-width-sm": "0.0625rem",
|
|
20
|
+
"g-theme-border-width-md": "0.125rem",
|
|
21
|
+
"g-theme-border-width-lg": "0.25rem",
|
|
22
|
+
"g-theme-border-width-xl": "0.5rem",
|
|
23
|
+
"g-border-radius-0": "0rem",
|
|
24
|
+
"g-border-radius-2": "0.125rem",
|
|
25
|
+
"g-border-radius-4": "0.25rem",
|
|
26
|
+
"g-border-radius-8": "0.5rem",
|
|
27
|
+
"g-border-radius-16": "1rem",
|
|
28
|
+
"g-border-radius-32": "2rem",
|
|
29
|
+
"g-border-radius-round": "62.4375rem",
|
|
30
|
+
"g-theme-border-radius-none": "0rem",
|
|
31
|
+
"g-theme-border-radius-sm": "0rem",
|
|
32
|
+
"g-theme-border-radius-md": "0rem",
|
|
33
|
+
"g-theme-border-radius-lg": "0rem",
|
|
2
34
|
"g-color-neutral-100": "oklch(95% 0 0)",
|
|
3
35
|
"g-color-neutral-200": "oklch(90% 0 0)",
|
|
4
36
|
"g-color-neutral-300": "oklch(80% 0 0)",
|
|
@@ -108,41 +140,6 @@
|
|
|
108
140
|
"g-theme-color-content-utility-warning": "oklch(78.68% 0.162 96.43)",
|
|
109
141
|
"g-theme-color-content-utility-success": "oklch(65.44% 0.1981 141.12)",
|
|
110
142
|
"g-theme-color-content-utility-info": "oklch(68.89% 0.125872 220.4932)",
|
|
111
|
-
"g-z-index-0": "0",
|
|
112
|
-
"g-z-index-100": "100",
|
|
113
|
-
"g-z-index-200": "200",
|
|
114
|
-
"g-z-index-300": "300",
|
|
115
|
-
"g-z-index-400": "400",
|
|
116
|
-
"g-z-index-500": "500",
|
|
117
|
-
"g-z-index-top": "99999",
|
|
118
|
-
"g-z-index-bottom": "-100",
|
|
119
|
-
"g-animation-duration-15": "0.15s",
|
|
120
|
-
"g-animation-duration-40": "0.4s",
|
|
121
|
-
"g-animation-easing-default": "ease",
|
|
122
|
-
"g-theme-animation-fade-quick": "0.15s",
|
|
123
|
-
"g-theme-animation-fade-long": "0.4s",
|
|
124
|
-
"g-theme-animation-move-quick": "0.15s",
|
|
125
|
-
"g-theme-animation-move-long": "0.4s",
|
|
126
|
-
"g-theme-animation-ease": "ease",
|
|
127
|
-
"g-border-radius-0": "0rem",
|
|
128
|
-
"g-border-radius-2": "0.125rem",
|
|
129
|
-
"g-border-radius-4": "0.25rem",
|
|
130
|
-
"g-border-radius-8": "0.5rem",
|
|
131
|
-
"g-border-radius-16": "1rem",
|
|
132
|
-
"g-border-radius-32": "2rem",
|
|
133
|
-
"g-border-radius-round": "62.4375rem",
|
|
134
|
-
"g-theme-border-radius-none": "0rem",
|
|
135
|
-
"g-theme-border-radius-sm": "0rem",
|
|
136
|
-
"g-theme-border-radius-md": "0rem",
|
|
137
|
-
"g-theme-border-radius-lg": "0rem",
|
|
138
|
-
"g-border-width-1": "0.0625rem",
|
|
139
|
-
"g-border-width-2": "0.125rem",
|
|
140
|
-
"g-border-width-4": "0.25rem",
|
|
141
|
-
"g-border-width-8": "0.5rem",
|
|
142
|
-
"g-theme-border-width-sm": "0.0625rem",
|
|
143
|
-
"g-theme-border-width-md": "0.125rem",
|
|
144
|
-
"g-theme-border-width-lg": "0.25rem",
|
|
145
|
-
"g-theme-border-width-xl": "0.5rem",
|
|
146
143
|
"g-shadow-sm-x": "0rem",
|
|
147
144
|
"g-shadow-sm-y": "0.25rem",
|
|
148
145
|
"g-shadow-sm-blur": "0.25rem",
|
|
@@ -175,176 +172,126 @@
|
|
|
175
172
|
"g-theme-spacing-xl": "2rem",
|
|
176
173
|
"g-theme-spacing-2xl": "3rem",
|
|
177
174
|
"g-theme-spacing-3xl": "4rem",
|
|
178
|
-
"g-typography-font-family-system": "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
|
|
179
|
-
"g-typography-font-family-helvetica": "Helvetica, sans-serif",
|
|
180
175
|
"g-typography-font-weight-400": "400",
|
|
176
|
+
"g-typography-font-weight-500": "500",
|
|
177
|
+
"g-typography-font-weight-600": "600",
|
|
181
178
|
"g-typography-font-weight-700": "700",
|
|
182
|
-
"g-typography-
|
|
183
|
-
"g-typography-
|
|
184
|
-
"g-typography-
|
|
185
|
-
"g-typography-
|
|
186
|
-
"g-typography-
|
|
187
|
-
"g-typography-
|
|
188
|
-
"g-typography-
|
|
189
|
-
"g-typography-font-size-32": "2rem",
|
|
190
|
-
"g-typography-font-size-40": "2.5rem",
|
|
191
|
-
"g-typography-font-size-48": "3rem",
|
|
192
|
-
"g-typography-font-size-56": "3.5rem",
|
|
193
|
-
"g-typography-font-size-64": "4rem",
|
|
194
|
-
"g-typography-font-size-100": "6.25rem",
|
|
195
|
-
"g-typography-line-height-16": "1rem",
|
|
196
|
-
"g-typography-line-height-20": "1.25rem",
|
|
197
|
-
"g-typography-line-height-24": "1.5rem",
|
|
198
|
-
"g-typography-line-height-28": "1.75rem",
|
|
199
|
-
"g-typography-line-height-32": "2rem",
|
|
200
|
-
"g-typography-line-height-36": "2.25rem",
|
|
201
|
-
"g-typography-line-height-40": "2.5rem",
|
|
202
|
-
"g-typography-line-height-48": "3rem",
|
|
203
|
-
"g-typography-line-height-56": "3.5rem",
|
|
204
|
-
"g-typography-line-height-64": "4rem",
|
|
205
|
-
"g-typography-line-height-72": "4.5rem",
|
|
206
|
-
"g-typography-line-height-110": "6.875rem",
|
|
207
|
-
"g-typography-letter-spacing-0": "0rem",
|
|
208
|
-
"g-typography-letter-spacing-2": "0.125rem",
|
|
209
|
-
"g-typography-letter-spacing-minus-2": "-0.125rem",
|
|
210
|
-
"g-typography-letter-spacing-minus-1-half": "-0.0938rem",
|
|
211
|
-
"g-typography-letter-spacing-minus-1": "-0.0625rem",
|
|
212
|
-
"g-typography-letter-spacing-minus-half": "-0.0313rem",
|
|
213
|
-
"g-typography-letter-spacing-half": "0.0313rem",
|
|
179
|
+
"g-typography-letter-spacing-none": "0rem",
|
|
180
|
+
"g-typography-letter-spacing-sm": "0.0313rem",
|
|
181
|
+
"g-typography-letter-spacing-lg": "0.125rem",
|
|
182
|
+
"g-typography-letter-spacing-neg-sm": "-0.0313rem",
|
|
183
|
+
"g-typography-letter-spacing-neg-md": "-0.0625rem",
|
|
184
|
+
"g-typography-letter-spacing-neg-lg": "-0.0938rem",
|
|
185
|
+
"g-typography-letter-spacing-neg-xl": "-0.125rem",
|
|
214
186
|
"g-typography-text-transform-none": "none",
|
|
215
187
|
"g-typography-text-transform-uppercase": "uppercase",
|
|
216
|
-
"g-
|
|
217
|
-
"g-
|
|
218
|
-
"g-
|
|
219
|
-
"g-
|
|
220
|
-
"g-
|
|
221
|
-
"g-
|
|
222
|
-
"g-
|
|
223
|
-
"g-
|
|
224
|
-
"g-
|
|
225
|
-
"g-
|
|
226
|
-
"g-
|
|
227
|
-
"g-
|
|
228
|
-
"g-
|
|
229
|
-
"g-
|
|
230
|
-
"g-
|
|
231
|
-
"g-theme-typography-
|
|
232
|
-
"g-theme-typography-
|
|
233
|
-
"g-theme-typography-
|
|
234
|
-
"g-theme-typography-
|
|
235
|
-
"g-theme-typography-
|
|
236
|
-
"g-theme-typography-
|
|
237
|
-
"g-theme-typography-
|
|
238
|
-
"g-theme-typography-
|
|
239
|
-
"g-theme-typography-
|
|
240
|
-
"g-theme-typography-
|
|
241
|
-
"g-theme-typography-
|
|
242
|
-
"g-theme-typography-
|
|
243
|
-
"g-theme-typography-
|
|
244
|
-
"g-theme-typography-
|
|
245
|
-
"g-theme-typography-
|
|
246
|
-
"g-theme-typography-
|
|
247
|
-
"g-theme-typography-
|
|
248
|
-
"g-theme-typography-
|
|
249
|
-
"g-theme-typography-
|
|
250
|
-
"g-theme-typography-
|
|
251
|
-
"g-theme-typography-
|
|
252
|
-
"g-theme-typography-
|
|
253
|
-
"g-theme-typography-
|
|
254
|
-
"g-theme-typography-
|
|
255
|
-
"g-theme-typography-
|
|
256
|
-
"g-theme-typography-
|
|
257
|
-
"g-theme-typography-
|
|
258
|
-
"g-theme-typography-
|
|
259
|
-
"g-theme-typography-
|
|
260
|
-
"g-theme-typography-
|
|
261
|
-
"g-theme-typography-
|
|
262
|
-
"g-theme-typography-
|
|
263
|
-
"g-theme-typography-
|
|
264
|
-
"g-theme-typography-
|
|
265
|
-
"g-theme-typography-
|
|
266
|
-
"g-theme-typography-
|
|
267
|
-
"g-theme-typography-headline-sm-line-height": "2.5rem",
|
|
268
|
-
"g-theme-typography-headline-sm-letter-spacing": "0.0313rem",
|
|
269
|
-
"g-theme-typography-headline-sm-text-transform": "none",
|
|
270
|
-
"g-theme-typography-headline-sm-mobile-font-family": "Helvetica, sans-serif",
|
|
271
|
-
"g-theme-typography-headline-sm-mobile-font-weight": "700",
|
|
272
|
-
"g-theme-typography-headline-sm-mobile-font-size": "1.75rem",
|
|
273
|
-
"g-theme-typography-headline-sm-mobile-line-height": "2.25rem",
|
|
274
|
-
"g-theme-typography-headline-sm-mobile-letter-spacing": "0.0313rem",
|
|
275
|
-
"g-theme-typography-headline-sm-mobile-text-transform": "none",
|
|
276
|
-
"g-theme-typography-title-lg-font-family": "Helvetica, sans-serif",
|
|
277
|
-
"g-theme-typography-title-lg-font-weight": "700",
|
|
278
|
-
"g-theme-typography-title-lg-font-size": "2rem",
|
|
279
|
-
"g-theme-typography-title-lg-line-height": "2.5rem",
|
|
280
|
-
"g-theme-typography-title-lg-letter-spacing": "-0.0625rem",
|
|
281
|
-
"g-theme-typography-title-lg-text-transform": "none",
|
|
282
|
-
"g-theme-typography-title-lg-mobile-font-family": "Helvetica, sans-serif",
|
|
283
|
-
"g-theme-typography-title-lg-mobile-font-weight": "700",
|
|
284
|
-
"g-theme-typography-title-lg-mobile-font-size": "1.75rem",
|
|
285
|
-
"g-theme-typography-title-lg-mobile-line-height": "2.25rem",
|
|
286
|
-
"g-theme-typography-title-lg-mobile-letter-spacing": "-0.0313rem",
|
|
287
|
-
"g-theme-typography-title-lg-mobile-text-transform": "none",
|
|
288
|
-
"g-theme-typography-title-default-font-family": "Helvetica, sans-serif",
|
|
289
|
-
"g-theme-typography-title-default-font-weight": "700",
|
|
290
|
-
"g-theme-typography-title-default-font-size": "1.75rem",
|
|
291
|
-
"g-theme-typography-title-default-line-height": "2.25rem",
|
|
292
|
-
"g-theme-typography-title-default-letter-spacing": "-0.0313rem",
|
|
293
|
-
"g-theme-typography-title-default-text-transform": "none",
|
|
294
|
-
"g-theme-typography-title-sm-font-family": "Helvetica, sans-serif",
|
|
295
|
-
"g-theme-typography-title-sm-font-weight": "700",
|
|
296
|
-
"g-theme-typography-title-sm-font-size": "1.5rem",
|
|
297
|
-
"g-theme-typography-title-sm-line-height": "2rem",
|
|
298
|
-
"g-theme-typography-title-sm-letter-spacing": "-0.0313rem",
|
|
299
|
-
"g-theme-typography-title-sm-text-transform": "none",
|
|
300
|
-
"g-theme-typography-label-lg-font-family": "Helvetica, sans-serif",
|
|
301
|
-
"g-theme-typography-label-lg-font-weight": "700",
|
|
302
|
-
"g-theme-typography-label-lg-font-size": "1.25rem",
|
|
303
|
-
"g-theme-typography-label-lg-line-height": "1.75rem",
|
|
304
|
-
"g-theme-typography-label-lg-letter-spacing": "0rem",
|
|
305
|
-
"g-theme-typography-label-lg-text-transform": "none",
|
|
306
|
-
"g-theme-typography-label-default-font-family": "Helvetica, sans-serif",
|
|
307
|
-
"g-theme-typography-label-default-font-weight": "700",
|
|
308
|
-
"g-theme-typography-label-default-font-size": "1rem",
|
|
309
|
-
"g-theme-typography-label-default-line-height": "1.5rem",
|
|
310
|
-
"g-theme-typography-label-default-letter-spacing": "0rem",
|
|
311
|
-
"g-theme-typography-label-default-text-transform": "none",
|
|
312
|
-
"g-theme-typography-label-sm-font-family": "Helvetica, sans-serif",
|
|
313
|
-
"g-theme-typography-label-sm-font-weight": "700",
|
|
314
|
-
"g-theme-typography-label-sm-font-size": "0.875rem",
|
|
315
|
-
"g-theme-typography-label-sm-line-height": "1.25rem",
|
|
316
|
-
"g-theme-typography-label-sm-letter-spacing": "0rem",
|
|
317
|
-
"g-theme-typography-label-sm-text-transform": "none",
|
|
188
|
+
"g-typography-font-family-system": "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
|
|
189
|
+
"g-typography-font-family-helvetica": "Helvetica, sans-serif",
|
|
190
|
+
"g-typography-font-size-xs": "0.75rem",
|
|
191
|
+
"g-typography-font-size-sm": "0.875rem",
|
|
192
|
+
"g-typography-font-size-md": "1rem",
|
|
193
|
+
"g-typography-font-size-lg": "1.125rem",
|
|
194
|
+
"g-typography-font-size-xl": "1.25rem",
|
|
195
|
+
"g-typography-font-size-2xl": "1.5rem",
|
|
196
|
+
"g-typography-font-size-3xl": "1.75rem",
|
|
197
|
+
"g-typography-font-size-4xl": "2rem",
|
|
198
|
+
"g-typography-font-size-5xl": "2.5rem",
|
|
199
|
+
"g-typography-font-size-6xl": "3rem",
|
|
200
|
+
"g-typography-font-size-7xl": "3.5rem",
|
|
201
|
+
"g-typography-font-size-8xl": "4rem",
|
|
202
|
+
"g-typography-font-size-display": "6.25rem",
|
|
203
|
+
"g-theme-typography-h1-font-family": "Helvetica, sans-serif",
|
|
204
|
+
"g-theme-typography-h1-font-weight": "700",
|
|
205
|
+
"g-theme-typography-h1-font-size": "6.25rem",
|
|
206
|
+
"g-theme-typography-h1-line-height": "1.1",
|
|
207
|
+
"g-theme-typography-h1-letter-spacing": "-0.125rem",
|
|
208
|
+
"g-theme-typography-h1-text-transform": "none",
|
|
209
|
+
"g-theme-typography-h2-font-family": "Helvetica, sans-serif",
|
|
210
|
+
"g-theme-typography-h2-font-weight": "700",
|
|
211
|
+
"g-theme-typography-h2-font-size": "3rem",
|
|
212
|
+
"g-theme-typography-h2-line-height": "1.17",
|
|
213
|
+
"g-theme-typography-h2-letter-spacing": "0.0313rem",
|
|
214
|
+
"g-theme-typography-h2-text-transform": "none",
|
|
215
|
+
"g-theme-typography-h3-font-family": "Helvetica, sans-serif",
|
|
216
|
+
"g-theme-typography-h3-font-weight": "700",
|
|
217
|
+
"g-theme-typography-h3-font-size": "2.5rem",
|
|
218
|
+
"g-theme-typography-h3-line-height": "1.2",
|
|
219
|
+
"g-theme-typography-h3-letter-spacing": "0.0313rem",
|
|
220
|
+
"g-theme-typography-h3-text-transform": "none",
|
|
221
|
+
"g-theme-typography-h4-font-family": "Helvetica, sans-serif",
|
|
222
|
+
"g-theme-typography-h4-font-weight": "700",
|
|
223
|
+
"g-theme-typography-h4-font-size": "2rem",
|
|
224
|
+
"g-theme-typography-h4-line-height": "1.25",
|
|
225
|
+
"g-theme-typography-h4-letter-spacing": "0.0313rem",
|
|
226
|
+
"g-theme-typography-h4-text-transform": "none",
|
|
227
|
+
"g-theme-typography-h5-font-family": "Helvetica, sans-serif",
|
|
228
|
+
"g-theme-typography-h5-font-weight": "700",
|
|
229
|
+
"g-theme-typography-h5-font-size": "1.75rem",
|
|
230
|
+
"g-theme-typography-h5-line-height": "1.29",
|
|
231
|
+
"g-theme-typography-h5-letter-spacing": "-0.0313rem",
|
|
232
|
+
"g-theme-typography-h5-text-transform": "none",
|
|
233
|
+
"g-theme-typography-h6-font-family": "Helvetica, sans-serif",
|
|
234
|
+
"g-theme-typography-h6-font-weight": "700",
|
|
235
|
+
"g-theme-typography-h6-font-size": "1.5rem",
|
|
236
|
+
"g-theme-typography-h6-line-height": "1.33",
|
|
237
|
+
"g-theme-typography-h6-letter-spacing": "-0.0313rem",
|
|
238
|
+
"g-theme-typography-h6-text-transform": "none",
|
|
318
239
|
"g-theme-typography-body-lg-font-family": "Helvetica, sans-serif",
|
|
319
240
|
"g-theme-typography-body-lg-font-weight": "400",
|
|
320
241
|
"g-theme-typography-body-lg-font-size": "1.25rem",
|
|
321
|
-
"g-theme-typography-body-lg-line-height": "1.
|
|
242
|
+
"g-theme-typography-body-lg-line-height": "1.4",
|
|
322
243
|
"g-theme-typography-body-lg-letter-spacing": "0rem",
|
|
323
244
|
"g-theme-typography-body-lg-text-transform": "none",
|
|
324
|
-
"g-theme-typography-body-
|
|
325
|
-
"g-theme-typography-body-
|
|
326
|
-
"g-theme-typography-body-
|
|
327
|
-
"g-theme-typography-body-
|
|
328
|
-
"g-theme-typography-body-
|
|
329
|
-
"g-theme-typography-body-
|
|
245
|
+
"g-theme-typography-body-font-family": "Helvetica, sans-serif",
|
|
246
|
+
"g-theme-typography-body-font-weight": "400",
|
|
247
|
+
"g-theme-typography-body-font-size": "1rem",
|
|
248
|
+
"g-theme-typography-body-line-height": "1.5",
|
|
249
|
+
"g-theme-typography-body-letter-spacing": "0rem",
|
|
250
|
+
"g-theme-typography-body-text-transform": "none",
|
|
330
251
|
"g-theme-typography-body-sm-font-family": "Helvetica, sans-serif",
|
|
331
252
|
"g-theme-typography-body-sm-font-weight": "400",
|
|
332
253
|
"g-theme-typography-body-sm-font-size": "0.875rem",
|
|
333
|
-
"g-theme-typography-body-sm-line-height": "1.
|
|
254
|
+
"g-theme-typography-body-sm-line-height": "1.43",
|
|
334
255
|
"g-theme-typography-body-sm-letter-spacing": "0rem",
|
|
335
256
|
"g-theme-typography-body-sm-text-transform": "none",
|
|
336
|
-
"g-theme-typography-
|
|
337
|
-
"g-theme-typography-
|
|
338
|
-
"g-theme-typography-
|
|
339
|
-
"g-theme-typography-
|
|
340
|
-
"g-theme-typography-
|
|
341
|
-
"g-theme-typography-
|
|
257
|
+
"g-theme-typography-label-lg-font-family": "Helvetica, sans-serif",
|
|
258
|
+
"g-theme-typography-label-lg-font-weight": "700",
|
|
259
|
+
"g-theme-typography-label-lg-font-size": "1.25rem",
|
|
260
|
+
"g-theme-typography-label-lg-line-height": "1.4",
|
|
261
|
+
"g-theme-typography-label-lg-letter-spacing": "0rem",
|
|
262
|
+
"g-theme-typography-label-lg-text-transform": "none",
|
|
263
|
+
"g-theme-typography-label-font-family": "Helvetica, sans-serif",
|
|
264
|
+
"g-theme-typography-label-font-weight": "700",
|
|
265
|
+
"g-theme-typography-label-font-size": "1rem",
|
|
266
|
+
"g-theme-typography-label-line-height": "1.5",
|
|
267
|
+
"g-theme-typography-label-letter-spacing": "0rem",
|
|
268
|
+
"g-theme-typography-label-text-transform": "none",
|
|
269
|
+
"g-theme-typography-label-sm-font-family": "Helvetica, sans-serif",
|
|
270
|
+
"g-theme-typography-label-sm-font-weight": "700",
|
|
271
|
+
"g-theme-typography-label-sm-font-size": "0.875rem",
|
|
272
|
+
"g-theme-typography-label-sm-line-height": "1.43",
|
|
273
|
+
"g-theme-typography-label-sm-letter-spacing": "0rem",
|
|
274
|
+
"g-theme-typography-label-sm-text-transform": "none",
|
|
275
|
+
"g-theme-typography-meta-font-family": "Helvetica, sans-serif",
|
|
276
|
+
"g-theme-typography-meta-font-weight": "700",
|
|
277
|
+
"g-theme-typography-meta-font-size": "0.875rem",
|
|
278
|
+
"g-theme-typography-meta-line-height": "1.43",
|
|
279
|
+
"g-theme-typography-meta-letter-spacing": "0.125rem",
|
|
280
|
+
"g-theme-typography-meta-text-transform": "uppercase",
|
|
342
281
|
"g-theme-typography-meta-sm-font-family": "Helvetica, sans-serif",
|
|
343
282
|
"g-theme-typography-meta-sm-font-weight": "700",
|
|
344
283
|
"g-theme-typography-meta-sm-font-size": "0.75rem",
|
|
345
|
-
"g-theme-typography-meta-sm-line-height": "
|
|
284
|
+
"g-theme-typography-meta-sm-line-height": "1.33",
|
|
346
285
|
"g-theme-typography-meta-sm-letter-spacing": "0.125rem",
|
|
347
286
|
"g-theme-typography-meta-sm-text-transform": "uppercase",
|
|
287
|
+
"g-z-index-0": "0",
|
|
288
|
+
"g-z-index-100": "100",
|
|
289
|
+
"g-z-index-200": "200",
|
|
290
|
+
"g-z-index-300": "300",
|
|
291
|
+
"g-z-index-400": "400",
|
|
292
|
+
"g-z-index-500": "500",
|
|
293
|
+
"g-z-index-top": "99999",
|
|
294
|
+
"g-z-index-bottom": "-100",
|
|
348
295
|
"g-theme-button-color-background-default": "oklch(95% 0 0)",
|
|
349
296
|
"g-theme-button-color-background-hover": "oklch(90% 0 0)",
|
|
350
297
|
"g-theme-button-color-background-active": "oklch(90% 0 0)",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grantcodes/style-dictionary",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "My personal style dictionary",
|
|
6
6
|
"main": "./dist/js/default/style-dictionary.js",
|
|
@@ -17,13 +17,23 @@
|
|
|
17
17
|
"./todomap/css/theme": "./dist/css/todomap/todomap.css",
|
|
18
18
|
"./todomap/js": "./dist/js/todomap/style-dictionary.js",
|
|
19
19
|
"./todomap/json": "./dist/json/todomap/tokens.json",
|
|
20
|
+
"./grantina/css": "./dist/css/grantina/tokens.css",
|
|
21
|
+
"./grantina/css/theme": "./dist/css/grantina/grantina.css",
|
|
22
|
+
"./grantina/js": "./dist/js/grantina/style-dictionary.js",
|
|
23
|
+
"./grantina/json": "./dist/json/grantina/tokens.json",
|
|
24
|
+
"./wireframe/css/dark": "./dist/css/wireframe/dark.css",
|
|
25
|
+
"./grantcodes/css/dark": "./dist/css/grantcodes/dark.css",
|
|
26
|
+
"./todomap/css/dark": "./dist/css/todomap/dark.css",
|
|
27
|
+
"./grantina/css/dark": "./dist/css/grantina/dark.css",
|
|
20
28
|
"./assets/fonts/greycliff": "./assets/fonts/greycliff.css",
|
|
21
|
-
"./assets/fonts/quicksand": "./assets/fonts/quicksand.css"
|
|
29
|
+
"./assets/fonts/quicksand": "./assets/fonts/quicksand.css",
|
|
30
|
+
"./assets/fonts/grantina": "./assets/fonts/grantina.css"
|
|
22
31
|
},
|
|
23
32
|
"types": {
|
|
24
33
|
"./wireframe/js": "./dist/js/wireframe/style-dictionary.d.ts",
|
|
25
34
|
"./grantcodes/js": "./dist/js/grantcodes/style-dictionary.d.ts",
|
|
26
|
-
"./todomap/js": "./dist/js/todomap/style-dictionary.d.ts"
|
|
35
|
+
"./todomap/js": "./dist/js/todomap/style-dictionary.d.ts",
|
|
36
|
+
"./grantina/js": "./dist/js/grantina/style-dictionary.d.ts"
|
|
27
37
|
},
|
|
28
38
|
"author": {
|
|
29
39
|
"email": "mail@grant.codes",
|