@breadstone/mosaik-themes 0.0.174 → 0.0.175

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 (31) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/Themes/___material-tokens.css +3 -3
  3. package/Themes/material-tokens.scss +3 -3
  4. package/Themes/material.scss +3 -3
  5. package/Theming/Tokens/MaterialTokens.d.ts +3 -3
  6. package/Theming/Tokens/MaterialTokens.js +3 -3
  7. package/package.json +38 -14
  8. package/tailwind/v3/mosaik-bootstrap.tailwind.config.cjs +79 -0
  9. package/tailwind/v3/mosaik-cosmopolitan.tailwind.config.cjs +246 -0
  10. package/tailwind/v3/mosaik-fluent.tailwind.config.cjs +38 -0
  11. package/tailwind/v3/mosaik-joy.tailwind.config.cjs +537 -0
  12. package/tailwind/v3/mosaik-material.tailwind.config.cjs +28 -0
  13. package/tailwind/v3/mosaik-memphis.tailwind.config.cjs +423 -0
  14. package/tailwind/v3/plugins/mosaik-bootstrap.tailwind.plugin.cjs +92 -0
  15. package/tailwind/v3/plugins/mosaik-cosmopolitan.tailwind.plugin.cjs +259 -0
  16. package/tailwind/v3/plugins/mosaik-fluent.tailwind.plugin.cjs +51 -0
  17. package/tailwind/v3/plugins/mosaik-joy.tailwind.plugin.cjs +550 -0
  18. package/tailwind/v3/plugins/mosaik-material.tailwind.plugin.cjs +41 -0
  19. package/tailwind/v3/plugins/mosaik-memphis.tailwind.plugin.cjs +436 -0
  20. package/Themes/bootstrap-tokens.tailwind.js +0 -8
  21. package/Themes/cosmopolitan-tokens.tailwind.js +0 -32
  22. package/Themes/fluent-tokens.tailwind.js +0 -8
  23. package/Themes/joy-tokens.tailwind.js +0 -52
  24. package/Themes/material-tokens.tailwind.js +0 -8
  25. package/Themes/memphis-tokens.tailwind.js +0 -192
  26. package/tailwind/v3/bootstrap-tokens.tailwind.js +0 -41
  27. package/tailwind/v3/cosmopolitan-tokens.tailwind.js +0 -286
  28. package/tailwind/v3/fluent-tokens.tailwind.js +0 -39
  29. package/tailwind/v3/joy-tokens.tailwind.js +0 -562
  30. package/tailwind/v3/material-tokens.tailwind.js +0 -29
  31. package/tailwind/v3/memphis-tokens.tailwind.js +0 -410
@@ -0,0 +1,550 @@
1
+ const plugin = require('tailwindcss/plugin');
2
+
3
+ module.exports = {
4
+ theme: {
5
+ "extend": {
6
+ "fontFamily": {
7
+ "font.family": "Nunito, sans-serif",
8
+ "typography.headline1.fontFamily": "Nunito, sans-serif",
9
+ "typography.headline2'.fontFamily": "Nunito, sans-serif",
10
+ "typography.headline3.fontFamily": "Nunito, sans-serif",
11
+ "typography.headline4.fontFamily": "Nunito, sans-serif",
12
+ "typography.headline5.fontFamily": "Nunito, sans-serif",
13
+ "typography.headline6.fontFamily": "Nunito, sans-serif",
14
+ "typography.subtitle1.fontFamily": "Nunito, sans-serif",
15
+ "typography.subtitle2.fontFamily": "Nunito, sans-serif",
16
+ "typography.body1.fontFamily": "Nunito, sans-serif",
17
+ "typography.body2.fontFamily": "Nunito, sans-serif",
18
+ "typography.caption.fontFamily": "Nunito, sans-serif",
19
+ "typography.button.fontFamily": "Nunito, sans-serif",
20
+ "typography.overline.fontFamily": "Nunito, sans-serif"
21
+ },
22
+ "spacing": {
23
+ "layout.radius": "12px",
24
+ "layout.space": "8px",
25
+ "layout.thickness": "2px",
26
+ "typography.headline1.lineHeight": "100px",
27
+ "typography.headline2'.lineHeight": "64px",
28
+ "typography.headline3.lineHeight": "52px",
29
+ "typography.headline4.lineHeight": "38px",
30
+ "typography.headline5.lineHeight": "28px",
31
+ "typography.headline6.lineHeight": "24px",
32
+ "typography.subtitle1.lineHeight": "20px",
33
+ "typography.subtitle2.lineHeight": "18px",
34
+ "typography.body1.lineHeight": "20px",
35
+ "typography.body2.lineHeight": "18px",
36
+ "typography.caption.lineHeight": "16px",
37
+ "typography.button.lineHeight": "18px",
38
+ "typography.overline.lineHeight": "16px",
39
+ "elevation.light.light.offsetX.0": "0px",
40
+ "elevation.light.light.offsetX.1": "0px",
41
+ "elevation.light.light.offsetY.0": "0px",
42
+ "elevation.light.light.offsetY.1": "1px",
43
+ "elevation.light.light.blur.0": "2px",
44
+ "elevation.light.light.blur.1": "2px",
45
+ "elevation.light.light.spread.0": "0px",
46
+ "elevation.light.light.spread.1": "0px",
47
+ "elevation.light.semilight.offsetX.0": "0px",
48
+ "elevation.light.semilight.offsetX.1": "0px",
49
+ "elevation.light.semilight.offsetY.0": "0px",
50
+ "elevation.light.semilight.offsetY.1": "2px",
51
+ "elevation.light.semilight.blur.0": "2px",
52
+ "elevation.light.semilight.blur.1": "4px",
53
+ "elevation.light.semilight.spread.0": "0px",
54
+ "elevation.light.semilight.spread.1": "0px",
55
+ "elevation.light.regular.offsetX.0": "0px",
56
+ "elevation.light.regular.offsetX.1": "0px",
57
+ "elevation.light.regular.offsetY.0": "0px",
58
+ "elevation.light.regular.offsetY.1": "4px",
59
+ "elevation.light.regular.blur.0": "2px",
60
+ "elevation.light.regular.blur.1": "8px",
61
+ "elevation.light.regular.spread.0": "0px",
62
+ "elevation.light.regular.spread.1": "0px",
63
+ "elevation.light.semibold.offsetX.0": "0px",
64
+ "elevation.light.semibold.offsetX.1": "0px",
65
+ "elevation.light.semibold.offsetY.0": "0px",
66
+ "elevation.light.semibold.offsetY.1": "8px",
67
+ "elevation.light.semibold.blur.0": "2px",
68
+ "elevation.light.semibold.blur.1": "16px",
69
+ "elevation.light.semibold.spread.0": "0px",
70
+ "elevation.light.semibold.spread.1": "0px",
71
+ "elevation.light.bold.offsetX.0": "0px",
72
+ "elevation.light.bold.offsetX.1": "0px",
73
+ "elevation.light.bold.offsetY.0": "0px",
74
+ "elevation.light.bold.offsetY.1": "14px",
75
+ "elevation.light.bold.blur.0": "8px",
76
+ "elevation.light.bold.blur.1": "28px",
77
+ "elevation.light.bold.spread.0": "0px",
78
+ "elevation.light.bold.spread.1": "0px",
79
+ "elevation.light.extrabold.offsetX.0": "0px",
80
+ "elevation.light.extrabold.offsetX.1": "0px",
81
+ "elevation.light.extrabold.offsetY.0": "0px",
82
+ "elevation.light.extrabold.offsetY.1": "32px",
83
+ "elevation.light.extrabold.blur.0": "8px",
84
+ "elevation.light.extrabold.blur.1": "64px",
85
+ "elevation.light.extrabold.spread.0": "0px",
86
+ "elevation.light.extrabold.spread.1": "0px",
87
+ "elevation.dark.light.offsetX.0": "0px",
88
+ "elevation.dark.light.offsetX.1": "0px",
89
+ "elevation.dark.light.offsetY.0": "0px",
90
+ "elevation.dark.light.offsetY.1": "1px",
91
+ "elevation.dark.light.blur.0": "2px",
92
+ "elevation.dark.light.blur.1": "2px",
93
+ "elevation.dark.light.spread.0": "0px",
94
+ "elevation.dark.light.spread.1": "0px",
95
+ "elevation.dark.semilight.offsetX.0": "0px",
96
+ "elevation.dark.semilight.offsetX.1": "0px",
97
+ "elevation.dark.semilight.offsetY.0": "0px",
98
+ "elevation.dark.semilight.offsetY.1": "2px",
99
+ "elevation.dark.semilight.blur.0": "2px",
100
+ "elevation.dark.semilight.blur.1": "4px",
101
+ "elevation.dark.semilight.spread.0": "0px",
102
+ "elevation.dark.semilight.spread.1": "0px",
103
+ "elevation.dark.regular.offsetX.0": "0px",
104
+ "elevation.dark.regular.offsetX.1": "0px",
105
+ "elevation.dark.regular.offsetY.0": "0px",
106
+ "elevation.dark.regular.offsetY.1": "4px",
107
+ "elevation.dark.regular.blur.0": "2px",
108
+ "elevation.dark.regular.blur.1": "8px",
109
+ "elevation.dark.regular.spread.0": "0px",
110
+ "elevation.dark.regular.spread.1": "0px",
111
+ "elevation.dark.semibold.offsetX.0": "0px",
112
+ "elevation.dark.semibold.offsetX.1": "0px",
113
+ "elevation.dark.semibold.offsetY.0": "0px",
114
+ "elevation.dark.semibold.offsetY.1": "8px",
115
+ "elevation.dark.semibold.blur.0": "2px",
116
+ "elevation.dark.semibold.blur.1": "16px",
117
+ "elevation.dark.semibold.spread.0": "0px",
118
+ "elevation.dark.semibold.spread.1": "0px",
119
+ "elevation.dark.bold.offsetX.0": "0px",
120
+ "elevation.dark.bold.offsetX.1": "0px",
121
+ "elevation.dark.bold.offsetY.0": "0px",
122
+ "elevation.dark.bold.offsetY.1": "14px",
123
+ "elevation.dark.bold.blur.0": "8px",
124
+ "elevation.dark.bold.blur.1": "28px",
125
+ "elevation.dark.bold.spread.0": "0px",
126
+ "elevation.dark.bold.spread.1": "0px",
127
+ "elevation.dark.extrabold.offsetX.0": "0px",
128
+ "elevation.dark.extrabold.offsetX.1": "0px",
129
+ "elevation.dark.extrabold.offsetY.0": "0px",
130
+ "elevation.dark.extrabold.offsetY.1": "32px",
131
+ "elevation.dark.extrabold.blur.0": "8px",
132
+ "elevation.dark.extrabold.blur.1": "64px",
133
+ "elevation.dark.extrabold.spread.0": "0px",
134
+ "elevation.dark.extrabold.spread.1": "0px",
135
+ "size.tiny": "2px",
136
+ "size.small": "4px",
137
+ "size.medium": "8px",
138
+ "size.large": "16px",
139
+ "size.giant": "32px"
140
+ },
141
+ "colors": {
142
+ "scheme": {
143
+ "light": {
144
+ "background": "rgb(234, 234, 234)",
145
+ "foreground": "rgb(60, 69, 79)",
146
+ "highlight": "rgb(209, 209, 209)",
147
+ "middlelight": "rgb(138, 138, 138)",
148
+ "lowlight": "rgb(92, 92, 92)",
149
+ "transparent": "rgba(255, 255, 255, 0)",
150
+ "semiTransparent": "rgba(255, 255, 255, 0.67)",
151
+ "disabled": "rgb(104, 104, 104)",
152
+ "contrast": "rgb(255, 255, 255)",
153
+ "selection": "rgba(204, 204, 204, 0.44)"
154
+ },
155
+ "dark": {
156
+ "background": "rgb(21, 21, 21)",
157
+ "foreground": "rgb(195, 186, 176)",
158
+ "highlight": "rgb(46, 46, 46)",
159
+ "middlelight": "rgb(117, 117, 117)",
160
+ "lowlight": "rgb(163, 163, 163)",
161
+ "transparent": "rgba(255, 255, 255, 0)",
162
+ "semiTransparent": "rgba(255, 255, 255, 0.03)",
163
+ "disabled": "rgb(71, 71, 71)",
164
+ "contrast": "rgb(0, 0, 0)",
165
+ "selection": "rgba(204, 204, 204, 0.44)"
166
+ }
167
+ },
168
+ "color": {
169
+ "light": {
170
+ "primary": {
171
+ "0": "rgb(255, 255, 255)",
172
+ "50": "rgb(252, 228, 236)",
173
+ "100": "#f8bcd0",
174
+ "200": "rgb(244, 143, 177)",
175
+ "300": "rgb(240, 98, 146)",
176
+ "400": "#ec407a",
177
+ "500": "rgb(233, 30, 99)",
178
+ "600": "rgb(203, 26, 86)",
179
+ "700": "rgb(163, 21, 69)",
180
+ "800": "rgb(126, 16, 53)",
181
+ "900": "rgb(58, 8, 25)"
182
+ },
183
+ "secondary": {
184
+ "0": "rgb(255, 255, 255)",
185
+ "50": "rgb(230, 246, 233)",
186
+ "100": "rgb(195, 232, 201)",
187
+ "200": "rgb(155, 217, 167)",
188
+ "300": "rgb(112, 203, 131)",
189
+ "400": "rgb(77, 191, 104)",
190
+ "500": "rgb(33, 179, 77)",
191
+ "600": "rgb(22, 164, 68)",
192
+ "700": "rgb(0, 146, 56)",
193
+ "800": "rgb(0, 129, 45)",
194
+ "900": "rgb(0, 98, 24)"
195
+ },
196
+ "tertiary": {
197
+ "0": "rgb(255, 255, 255)",
198
+ "50": "rgb(225, 245, 252)",
199
+ "100": "rgb(180, 230, 247)",
200
+ "200": "rgb(132, 213, 243)",
201
+ "300": "rgb(86, 197, 238)",
202
+ "400": "rgb(53, 184, 235)",
203
+ "500": "rgb(25, 172, 233)",
204
+ "600": "rgb(19, 158, 219)",
205
+ "700": "rgb(9, 139, 199)",
206
+ "800": "rgb(8, 122, 180)",
207
+ "900": "rgb(0, 90, 146)"
208
+ },
209
+ "info": {
210
+ "0": "rgb(255, 255, 255)",
211
+ "50": "rgb(244, 250, 255)",
212
+ "100": "rgb(221, 241, 255)",
213
+ "200": "rgb(173, 219, 255)",
214
+ "300": "rgb(111, 182, 255)",
215
+ "400": "rgb(57, 144, 255)",
216
+ "500": "rgb(9, 107, 222)",
217
+ "600": "rgb(5, 77, 167)",
218
+ "700": "rgb(2, 54, 125)",
219
+ "800": "rgb(7, 40, 89)",
220
+ "900": "rgb(0, 21, 60)"
221
+ },
222
+ "warning": {
223
+ "0": "rgb(255, 255, 255)",
224
+ "50": "rgb(255, 248, 197)",
225
+ "100": "rgb(250, 225, 125)",
226
+ "200": "rgb(234, 197, 79)",
227
+ "300": "rgb(212, 167, 44)",
228
+ "400": "rgb(191, 135, 0)",
229
+ "500": "rgb(154, 103, 0)",
230
+ "600": "rgb(125, 78, 0)",
231
+ "700": "rgb(99, 60, 1)",
232
+ "800": "rgb(77, 45, 0)",
233
+ "900": "rgb(59, 35, 0)"
234
+ },
235
+ "danger": {
236
+ "0": "rgb(255, 255, 255)",
237
+ "50": "rgb(255, 248, 246)",
238
+ "100": "rgb(255, 233, 232)",
239
+ "200": "rgb(255, 199, 197)",
240
+ "300": "rgb(255, 145, 146)",
241
+ "400": "rgb(250, 82, 85)",
242
+ "500": "rgb(211, 35, 47)",
243
+ "600": "rgb(161, 14, 37)",
244
+ "700": "rgb(119, 6, 27)",
245
+ "800": "rgb(88, 0, 19)",
246
+ "900": "rgb(57, 0, 13)"
247
+ },
248
+ "success": {
249
+ "0": "rgb(255, 255, 255)",
250
+ "50": "rgb(243, 254, 245)",
251
+ "100": "rgb(215, 245, 221)",
252
+ "200": "rgb(119, 236, 149)",
253
+ "300": "rgb(76, 199, 110)",
254
+ "400": "rgb(44, 162, 77)",
255
+ "500": "rgb(26, 125, 54)",
256
+ "600": "rgb(15, 93, 38)",
257
+ "700": "rgb(3, 67, 24)",
258
+ "800": "rgb(0, 47, 15)",
259
+ "900": "rgb(0, 29, 9)"
260
+ },
261
+ "highlight": {
262
+ "0": "rgb(255, 255, 255)",
263
+ "50": "rgb(253, 247, 255)",
264
+ "100": "rgb(244, 234, 255)",
265
+ "200": "rgb(225, 203, 255)",
266
+ "300": "rgb(198, 158, 255)",
267
+ "400": "rgb(163, 116, 249)",
268
+ "500": "rgb(129, 77, 222)",
269
+ "600": "rgb(95, 53, 174)",
270
+ "700": "rgb(69, 35, 130)",
271
+ "800": "rgb(48, 23, 97)",
272
+ "900": "rgb(29, 10, 66)"
273
+ },
274
+ "neutral": {
275
+ "0": "rgb(255, 255, 255)",
276
+ "50": "rgb(247, 247, 248)",
277
+ "100": "rgb(235, 235, 239)",
278
+ "200": "rgb(216, 216, 223)",
279
+ "300": "rgb(185, 185, 198)",
280
+ "400": "rgb(143, 143, 163)",
281
+ "500": "rgb(115, 115, 140)",
282
+ "600": "rgb(90, 90, 114)",
283
+ "700": "rgb(67, 67, 86)",
284
+ "800": "rgb(37, 37, 45)",
285
+ "900": "rgb(19, 19, 24)"
286
+ }
287
+ },
288
+ "dark": {
289
+ "primary": {
290
+ "0": "rgb(0, 0, 0)",
291
+ "50": "rgb(58, 8, 25)",
292
+ "100": "rgb(126, 16, 53)",
293
+ "200": "rgb(163, 21, 69)",
294
+ "300": "rgb(203, 26, 86)",
295
+ "400": "rgb(233, 30, 99)",
296
+ "500": "rgb(236, 64, 122)",
297
+ "600": "rgb(240, 98, 146)",
298
+ "700": "rgb(244, 143, 177)",
299
+ "800": "rgb(248, 188, 208)",
300
+ "900": "rgb(252, 228, 236)"
301
+ },
302
+ "secondary": {
303
+ "0": "rgb(0, 0, 0)",
304
+ "50": "rgb(0, 98, 24)",
305
+ "100": "rgb(0, 129, 45)",
306
+ "200": "rgb(0, 146, 56)",
307
+ "300": "rgb(22, 164, 68)",
308
+ "400": "rgb(33, 179, 77)",
309
+ "500": "rgb(77, 191, 104)",
310
+ "600": "rgb(112, 203, 131)",
311
+ "700": "rgb(155, 217, 167)",
312
+ "800": "rgb(195, 232, 201)",
313
+ "900": "rgb(230, 246, 233)"
314
+ },
315
+ "tertiary": {
316
+ "0": "rgb(0, 0, 0)",
317
+ "50": "rgb(0, 90, 146)",
318
+ "100": "rgb(8, 122, 180)",
319
+ "200": "rgb(9, 139, 199)",
320
+ "300": "rgb(19, 158, 219)",
321
+ "400": "rgb(25, 172, 233)",
322
+ "500": "rgb(53, 184, 235)",
323
+ "600": "rgb(86, 197, 238)",
324
+ "700": "rgb(132, 213, 243)",
325
+ "800": "rgb(180, 230, 247)",
326
+ "900": "rgb(225, 245, 252)"
327
+ },
328
+ "info": {
329
+ "0": "rgb(0, 0, 0)",
330
+ "50": "rgb(0, 21, 60)",
331
+ "100": "rgb(7, 40, 89)",
332
+ "200": "rgb(2, 54, 125)",
333
+ "300": "rgb(5, 77, 167)",
334
+ "400": "rgb(9, 107, 222)",
335
+ "500": "rgb(57, 144, 255)",
336
+ "600": "rgb(111, 182, 255)",
337
+ "700": "rgb(173, 219, 255)",
338
+ "800": "rgb(221, 241, 255)",
339
+ "900": "rgb(244, 250, 255)"
340
+ },
341
+ "warning": {
342
+ "0": "rgb(0, 0, 0)",
343
+ "50": "rgb(59, 35, 0)",
344
+ "100": "rgb(77, 45, 0)",
345
+ "200": "rgb(99, 60, 1)",
346
+ "300": "rgb(125, 78, 0)",
347
+ "400": "rgb(154, 103, 0)",
348
+ "500": "rgb(191, 135, 0)",
349
+ "600": "rgb(212, 167, 44)",
350
+ "700": "rgb(234, 197, 79)",
351
+ "800": "rgb(250, 225, 125)",
352
+ "900": "rgb(255, 248, 197)"
353
+ },
354
+ "danger": {
355
+ "0": "rgb(0, 0, 0)",
356
+ "50": "rgb(57, 0, 13)",
357
+ "100": "rgb(88, 0, 19)",
358
+ "200": "rgb(119, 6, 27)",
359
+ "300": "rgb(161, 14, 37)",
360
+ "400": "rgb(211, 35, 47)",
361
+ "500": "rgb(250, 82, 85)",
362
+ "600": "rgb(255, 145, 146)",
363
+ "700": "rgb(255, 199, 197)",
364
+ "800": "rgb(255, 233, 232)",
365
+ "900": "rgb(255, 248, 246)"
366
+ },
367
+ "success": {
368
+ "0": "rgb(0, 0, 0)",
369
+ "50": "rgb(0, 29, 9)",
370
+ "100": "rgb(0, 47, 15)",
371
+ "200": "rgb(3, 67, 24)",
372
+ "300": "rgb(15, 93, 38)",
373
+ "400": "rgb(26, 125, 54)",
374
+ "500": "rgb(44, 162, 77)",
375
+ "600": "rgb(76, 199, 110)",
376
+ "700": "rgb(119, 236, 149)",
377
+ "800": "rgb(215, 245, 221)",
378
+ "900": "rgb(243, 254, 245)"
379
+ },
380
+ "highlight": {
381
+ "0": "rgb(0, 0, 0)",
382
+ "50": "rgb(29, 10, 66)",
383
+ "100": "rgb(48, 23, 97)",
384
+ "200": "rgb(69, 35, 130)",
385
+ "300": "rgb(95, 53, 174)",
386
+ "400": "rgb(129, 77, 222)",
387
+ "500": "rgb(163, 116, 249)",
388
+ "600": "rgb(198, 158, 255)",
389
+ "700": "rgb(225, 203, 255)",
390
+ "800": "rgb(244, 234, 255)",
391
+ "900": "rgb(253, 247, 255)"
392
+ },
393
+ "neutral": {
394
+ "0": "rgb(0, 0, 0)",
395
+ "50": "rgb(19, 19, 24)",
396
+ "100": "rgb(37, 37, 45)",
397
+ "200": "rgb(67, 67, 86)",
398
+ "300": "rgb(90, 90, 114)",
399
+ "400": "rgb(115, 115, 140)",
400
+ "500": "rgb(143, 143, 163)",
401
+ "600": "rgb(185, 185, 198)",
402
+ "700": "rgb(216, 216, 223)",
403
+ "800": "rgb(235, 235, 239)",
404
+ "900": "rgb(247, 247, 248)"
405
+ }
406
+ }
407
+ },
408
+ "elevation": {
409
+ "light": {
410
+ "light": {
411
+ "color": {
412
+ "0": "rgba(0, 0, 0, 0.12)",
413
+ "1": "rgba(0, 0, 0, 0.14)"
414
+ }
415
+ },
416
+ "semilight": {
417
+ "color": {
418
+ "0": "rgba(0, 0, 0, 0.12)",
419
+ "1": "rgba(0, 0, 0, 0.14)"
420
+ }
421
+ },
422
+ "regular": {
423
+ "color": {
424
+ "0": "rgba(0, 0, 0, 0.12)",
425
+ "1": "rgba(0, 0, 0, 0.14)"
426
+ }
427
+ },
428
+ "semibold": {
429
+ "color": {
430
+ "0": "rgba(0, 0, 0, 0.12)",
431
+ "1": "rgba(0, 0, 0, 0.14)"
432
+ }
433
+ },
434
+ "bold": {
435
+ "color": {
436
+ "0": "rgba(0, 0, 0, 0.12)",
437
+ "1": "rgba(0, 0, 0, 0.14)"
438
+ }
439
+ },
440
+ "extrabold": {
441
+ "color": {
442
+ "0": "rgba(0, 0, 0, 0.12)",
443
+ "1": "rgba(0, 0, 0, 0.14)"
444
+ }
445
+ }
446
+ },
447
+ "dark": {
448
+ "light": {
449
+ "color": {
450
+ "0": "rgba(0, 0, 0, 0.24)",
451
+ "1": "rgba(0, 0, 0, 0.28)"
452
+ }
453
+ },
454
+ "semilight": {
455
+ "color": {
456
+ "0": "rgba(0, 0, 0, 0.24)",
457
+ "1": "rgba(0, 0, 0, 0.28)"
458
+ }
459
+ },
460
+ "regular": {
461
+ "color": {
462
+ "0": "rgba(0, 0, 0, 0.24)",
463
+ "1": "rgba(0, 0, 0, 0.28)"
464
+ }
465
+ },
466
+ "semibold": {
467
+ "color": {
468
+ "0": "rgba(0, 0, 0, 0.24)",
469
+ "1": "rgba(0, 0, 0, 0.28)"
470
+ }
471
+ },
472
+ "bold": {
473
+ "color": {
474
+ "0": "rgba(0, 0, 0, 0.24)",
475
+ "1": "rgba(0, 0, 0, 0.28)"
476
+ }
477
+ },
478
+ "extrabold": {
479
+ "color": {
480
+ "0": "rgba(0, 0, 0, 0.24)",
481
+ "1": "rgba(0, 0, 0, 0.28)"
482
+ }
483
+ }
484
+ }
485
+ }
486
+ },
487
+ "fontSize": {
488
+ "typography.headline1.fontSize": "96px",
489
+ "typography.headline2'.fontSize": "60px",
490
+ "typography.headline3.fontSize": "48px",
491
+ "typography.headline4.fontSize": "34px",
492
+ "typography.headline5.fontSize": "24px",
493
+ "typography.headline6.fontSize": "20px",
494
+ "typography.subtitle1.fontSize": "16px",
495
+ "typography.subtitle2.fontSize": "14px",
496
+ "typography.body1.fontSize": "16px",
497
+ "typography.body2.fontSize": "14px",
498
+ "typography.caption.fontSize": "12px",
499
+ "typography.button.fontSize": "14px",
500
+ "typography.overline.fontSize": "12px"
501
+ },
502
+ "letterSpacing": {
503
+ "typography.headline1.letterSpacing": "-0.25px",
504
+ "typography.headline2'.letterSpacing": "-0.13333333333333333px",
505
+ "typography.headline3.letterSpacing": "normal",
506
+ "typography.headline4.letterSpacing": "0.11764705882352941px",
507
+ "typography.headline5.letterSpacing": "normal",
508
+ "typography.headline6.letterSpacing": "0.2px",
509
+ "typography.subtitle1.letterSpacing": "0.15px",
510
+ "typography.subtitle2.letterSpacing": "0.1142857142857143px",
511
+ "typography.body1.letterSpacing": "0.5px",
512
+ "typography.body2.letterSpacing": "0.2857142857142857px",
513
+ "typography.caption.letterSpacing": "0.5333333333333333px",
514
+ "typography.button.letterSpacing": "1.4285714285714286px",
515
+ "typography.overline.letterSpacing": "2.6666666666666665px"
516
+ },
517
+ "boxShadow": {
518
+ "elevation-light-light-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.14)",
519
+ "elevation-light-semilight-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px 0px rgba(0, 0, 0, 0.14)",
520
+ "elevation-light-regular-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 4px 8px 0px rgba(0, 0, 0, 0.14)",
521
+ "elevation-light-semibold-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14)",
522
+ "elevation-light-bold-_": "0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 14px 28px 0px rgba(0, 0, 0, 0.14)",
523
+ "elevation-light-extrabold-_": "0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 32px 64px 0px rgba(0, 0, 0, 0.14)",
524
+ "elevation-dark-light-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 2px 0px rgba(0, 0, 0, 0.28)",
525
+ "elevation-dark-semilight-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 2px 4px 0px rgba(0, 0, 0, 0.28)",
526
+ "elevation-dark-regular-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 4px 8px 0px rgba(0, 0, 0, 0.28)",
527
+ "elevation-dark-semibold-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 8px 16px 0px rgba(0, 0, 0, 0.28)",
528
+ "elevation-dark-bold-_": "0px 0px 8px 0px rgba(0, 0, 0, 0.24), 0px 14px 28px 0px rgba(0, 0, 0, 0.28)",
529
+ "elevation-dark-extrabold-_": "0px 0px 8px 0px rgba(0, 0, 0, 0.24), 0px 32px 64px 0px rgba(0, 0, 0, 0.28)"
530
+ },
531
+ "transitionDuration": {
532
+ "duration._": "200ms 400ms 600ms",
533
+ "duration.short": "200ms",
534
+ "duration.medium": "400ms",
535
+ "duration.long": "600ms"
536
+ }
537
+ }
538
+ },
539
+ plugins: [
540
+ plugin(function({ addUtilities, theme, e }) {
541
+ const shadows = theme('boxShadow') || {};
542
+ const utils = Object.entries(shadows).reduce((acc, [key, value]) => {
543
+ acc['.' + e('shadow-' + key)] = { boxShadow: value };
544
+ return acc;
545
+ }, {});
546
+ addUtilities(utils, ['responsive', 'hover', 'focus']);
547
+ // You can extend with more utilities here (spacing, radii, etc.)
548
+ })
549
+ ]
550
+ };
@@ -0,0 +1,41 @@
1
+ const plugin = require('tailwindcss/plugin');
2
+
3
+ module.exports = {
4
+ theme: {
5
+ "extend": {
6
+ "fontFamily": {
7
+ "font.family": "'Inter', Roboto, Helvetica, sans-serif"
8
+ },
9
+ "spacing": {
10
+ "layout.radius": "12px",
11
+ "layout.space": "8px",
12
+ "layout.thickness": "2px",
13
+ "size.tiny": "2px",
14
+ "size.small": "4px",
15
+ "size.medium": "8px",
16
+ "size.large": "16px",
17
+ "size.giant": "32px"
18
+ },
19
+ "colors": {
20
+ "color": {
21
+ "light": {
22
+ "primary": "rgb(98, 0, 238)",
23
+ "secondary": "rgb(55, 0, 179)",
24
+ "tertiary": "rgb(3, 218, 198)"
25
+ }
26
+ }
27
+ }
28
+ }
29
+ },
30
+ plugins: [
31
+ plugin(function({ addUtilities, theme, e }) {
32
+ const shadows = theme('boxShadow') || {};
33
+ const utils = Object.entries(shadows).reduce((acc, [key, value]) => {
34
+ acc['.' + e('shadow-' + key)] = { boxShadow: value };
35
+ return acc;
36
+ }, {});
37
+ addUtilities(utils, ['responsive', 'hover', 'focus']);
38
+ // You can extend with more utilities here (spacing, radii, etc.)
39
+ })
40
+ ]
41
+ };