@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,436 @@
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": "0px",
24
+ "layout.space": "10px",
25
+ "layout.thickness": "3px",
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": "2px",
40
+ "elevation.light.light.offsetY.0": "2px",
41
+ "elevation.light.light.blur.0": "0px",
42
+ "elevation.light.light.spread.0": "0px",
43
+ "elevation.light.semilight.offsetX.0": "3px",
44
+ "elevation.light.semilight.offsetY.0": "3px",
45
+ "elevation.light.semilight.blur.0": "0px",
46
+ "elevation.light.semilight.spread.0": "0px",
47
+ "elevation.light.regular.offsetX.0": "4px",
48
+ "elevation.light.regular.offsetY.0": "4px",
49
+ "elevation.light.regular.blur.0": "0px",
50
+ "elevation.light.regular.spread.0": "0px",
51
+ "elevation.light.semibold.offsetX.0": "5px",
52
+ "elevation.light.semibold.offsetY.0": "5px",
53
+ "elevation.light.semibold.blur.0": "0px",
54
+ "elevation.light.semibold.spread.0": "0px",
55
+ "elevation.light.bold.offsetX.0": "6px",
56
+ "elevation.light.bold.offsetY.0": "6px",
57
+ "elevation.light.bold.blur.0": "0px",
58
+ "elevation.light.bold.spread.0": "0px",
59
+ "elevation.light.extrabold.offsetX.0": "7px",
60
+ "elevation.light.extrabold.offsetY.0": "7px",
61
+ "elevation.light.extrabold.blur.0": "0px",
62
+ "elevation.light.extrabold.spread.0": "0px",
63
+ "elevation.dark.light.offsetX.0": "2px",
64
+ "elevation.dark.light.offsetY.0": "2px",
65
+ "elevation.dark.light.blur.0": "0px",
66
+ "elevation.dark.light.spread.0": "0px",
67
+ "elevation.dark.semilight.offsetX.0": "3px",
68
+ "elevation.dark.semilight.offsetY.0": "3px",
69
+ "elevation.dark.semilight.blur.0": "0px",
70
+ "elevation.dark.semilight.spread.0": "0px",
71
+ "elevation.dark.regular.offsetX.0": "4px",
72
+ "elevation.dark.regular.offsetY.0": "4px",
73
+ "elevation.dark.regular.blur.0": "0px",
74
+ "elevation.dark.regular.spread.0": "0px",
75
+ "elevation.dark.semibold.offsetX.0": "5px",
76
+ "elevation.dark.semibold.offsetY.0": "5px",
77
+ "elevation.dark.semibold.blur.0": "0px",
78
+ "elevation.dark.semibold.spread.0": "0px",
79
+ "elevation.dark.bold.offsetX.0": "6px",
80
+ "elevation.dark.bold.offsetY.0": "6px",
81
+ "elevation.dark.bold.blur.0": "0px",
82
+ "elevation.dark.bold.spread.0": "0px",
83
+ "elevation.dark.extrabold.offsetX.0": "7px",
84
+ "elevation.dark.extrabold.offsetY.0": "7px",
85
+ "elevation.dark.extrabold.blur.0": "0px",
86
+ "elevation.dark.extrabold.spread.0": "0px",
87
+ "size.tiny": "2px",
88
+ "size.small": "4px",
89
+ "size.medium": "8px",
90
+ "size.large": "16px",
91
+ "size.giant": "32px"
92
+ },
93
+ "colors": {
94
+ "scheme": {
95
+ "light": {
96
+ "background": "rgb(234, 234, 234)",
97
+ "foreground": "rgb(60, 69, 79)",
98
+ "highlight": "rgb(209, 209, 209)",
99
+ "middlelight": "rgb(138, 138, 138)",
100
+ "lowlight": "rgb(92, 92, 92)",
101
+ "transparent": "rgba(255, 255, 255, 0)",
102
+ "semiTransparent": "rgba(255, 255, 255, 0.67)",
103
+ "disabled": "rgb(104, 104, 104)",
104
+ "contrast": "rgb(51, 51, 51)"
105
+ },
106
+ "dark": {
107
+ "background": "rgb(21, 21, 21)",
108
+ "foreground": "rgb(195, 186, 176)",
109
+ "highlight": "rgb(46, 46, 46)",
110
+ "middlelight": "rgb(117, 117, 117)",
111
+ "lowlight": "rgb(163, 163, 163)",
112
+ "transparent": "rgba(255, 255, 255, 0)",
113
+ "semiTransparent": "rgba(0, 0, 0, 0.67)",
114
+ "disabled": "rgb(71, 71, 71)",
115
+ "contrast": "rgb(255, 255, 255)"
116
+ }
117
+ },
118
+ "color": {
119
+ "light": {
120
+ "primary": {
121
+ "0": "rgb(255, 255, 255)",
122
+ "50": "rgb(249, 249, 249)",
123
+ "100": "rgb(242, 242, 242)",
124
+ "200": "rgb(232, 232, 232)",
125
+ "300": "rgb(216, 216, 216)",
126
+ "400": "rgb(180, 180, 180)",
127
+ "500": "rgb(148, 148, 148)",
128
+ "600": "rgb(108, 108, 108)",
129
+ "700": "rgb(89, 89, 89)",
130
+ "800": "rgb(58, 58, 58)",
131
+ "900": "rgb(26, 26, 26)"
132
+ },
133
+ "secondary": {
134
+ "0": "rgb(255, 255, 255)",
135
+ "50": "rgb(225, 243, 239)",
136
+ "100": "rgb(181, 224, 214)",
137
+ "200": "rgb(133, 205, 188)",
138
+ "300": "rgb(87, 185, 162)",
139
+ "400": "rgb(56, 169, 144)",
140
+ "500": "rgb(36, 153, 126)",
141
+ "600": "rgb(32, 140, 113)",
142
+ "700": "rgb(27, 124, 98)",
143
+ "800": "rgb(22, 108, 84)",
144
+ "900": "rgb(13, 80, 58)"
145
+ },
146
+ "info": {
147
+ "0": "rgb(255, 255, 255)",
148
+ "50": "rgb(232, 234, 249)",
149
+ "100": "rgb(198, 201, 241)",
150
+ "200": "rgb(159, 167, 231)",
151
+ "300": "rgb(120, 132, 221)",
152
+ "400": "rgb(89, 104, 214)",
153
+ "500": "rgb(57, 77, 205)",
154
+ "600": "rgb(51, 68, 194)",
155
+ "700": "rgb(41, 58, 182)",
156
+ "800": "rgb(32, 47, 170)",
157
+ "900": "rgb(10, 26, 151)"
158
+ },
159
+ "warning": {
160
+ "0": "rgb(255, 255, 255)",
161
+ "50": "rgb(252, 252, 229)",
162
+ "100": "rgb(247, 246, 191)",
163
+ "200": "rgb(241, 242, 148)",
164
+ "300": "rgb(235, 236, 103)",
165
+ "400": "rgb(229, 231, 65)",
166
+ "500": "rgb(223, 227, 0)",
167
+ "600": "rgb(209, 209, 0)",
168
+ "700": "rgb(191, 186, 0)",
169
+ "800": "rgb(174, 163, 0)",
170
+ "900": "rgb(146, 124, 0)"
171
+ },
172
+ "danger": {
173
+ "0": "rgb(255, 255, 255)",
174
+ "50": "rgb(252, 236, 239)",
175
+ "100": "rgb(248, 208, 213)",
176
+ "200": "rgb(230, 159, 161)",
177
+ "300": "rgb(217, 123, 125)",
178
+ "400": "rgb(227, 95, 95)",
179
+ "500": "rgb(232, 82, 74)",
180
+ "600": "rgb(217, 74, 71)",
181
+ "700": "rgb(199, 65, 65)",
182
+ "800": "rgb(185, 60, 58)",
183
+ "900": "rgb(171, 50, 47)"
184
+ },
185
+ "success": {
186
+ "0": "rgb(255, 255, 255)",
187
+ "50": "rgb(225, 243, 239)",
188
+ "100": "rgb(181, 224, 214)",
189
+ "200": "rgb(133, 205, 188)",
190
+ "300": "rgb(87, 185, 162)",
191
+ "400": "rgb(56, 169, 144)",
192
+ "500": "rgb(36, 153, 126)",
193
+ "600": "rgb(32, 140, 113)",
194
+ "700": "rgb(27, 124, 98)",
195
+ "800": "rgb(22, 108, 84)",
196
+ "900": "rgb(13, 80, 58)"
197
+ },
198
+ "neutral": {
199
+ "0": "rgb(255, 255, 255)",
200
+ "50": "rgb(249, 249, 249)",
201
+ "100": "rgb(242, 242, 242)",
202
+ "200": "rgb(232, 232, 232)",
203
+ "300": "rgb(216, 216, 216)",
204
+ "400": "rgb(180, 180, 180)",
205
+ "500": "rgb(148, 148, 148)",
206
+ "600": "rgb(108, 108, 108)",
207
+ "700": "rgb(89, 89, 89)",
208
+ "800": "rgb(58, 58, 58)",
209
+ "900": "rgb(26, 26, 26)"
210
+ }
211
+ },
212
+ "dark": {
213
+ "primary": {
214
+ "0": "rgb(0, 0, 0)",
215
+ "50": "rgb(26, 26, 26)",
216
+ "100": "rgb(58, 58, 58)",
217
+ "200": "rgb(89, 89, 89)",
218
+ "300": "rgb(108, 108, 108)",
219
+ "400": "rgb(148, 148, 148)",
220
+ "500": "rgb(180, 180, 180)",
221
+ "600": "rgb(216, 216, 216)",
222
+ "700": "rgb(232, 232, 232)",
223
+ "800": "rgb(242, 242, 242)",
224
+ "900": "rgb(249, 249, 249)"
225
+ },
226
+ "secondary": {
227
+ "0": "rgb(0, 0, 0)",
228
+ "50": "rgb(13, 80, 58)",
229
+ "100": "rgb(22, 108, 84)",
230
+ "200": "rgb(27, 124, 98)",
231
+ "300": "rgb(32, 140, 113)",
232
+ "400": "rgb(36, 153, 126)",
233
+ "500": "rgb(56, 169, 144)",
234
+ "600": "rgb(87, 185, 162)",
235
+ "700": "rgb(133, 205, 188)",
236
+ "800": "rgb(181, 224, 214)",
237
+ "900": "rgb(225, 243, 239)"
238
+ },
239
+ "info": {
240
+ "0": "rgb(0, 0, 0)",
241
+ "50": "rgb(10, 26, 151)",
242
+ "100": "rgb(32, 47, 170)",
243
+ "200": "rgb(41, 58, 182)",
244
+ "300": "rgb(51, 68, 194)",
245
+ "400": "rgb(57, 77, 205)",
246
+ "500": "rgb(89, 104, 214)",
247
+ "600": "rgb(120, 132, 221)",
248
+ "700": "rgb(159, 167, 231)",
249
+ "800": "rgb(198, 201, 241)",
250
+ "900": "rgb(232, 234, 249)"
251
+ },
252
+ "warning": {
253
+ "0": "rgb(0, 0, 0)",
254
+ "50": "rgb(146, 124, 0)",
255
+ "100": "rgb(174, 163, 0)",
256
+ "200": "rgb(191, 186, 0)",
257
+ "300": "rgb(209, 209, 0)",
258
+ "400": "rgb(223, 227, 0)",
259
+ "500": "rgb(229, 231, 65)",
260
+ "600": "rgb(235, 236, 103)",
261
+ "700": "rgb(241, 242, 148)",
262
+ "800": "rgb(247, 246, 191)",
263
+ "900": "rgb(252, 252, 229)"
264
+ },
265
+ "danger": {
266
+ "0": "rgb(0, 0, 0)",
267
+ "50": "rgb(171, 50, 47)",
268
+ "100": "rgb(185, 60, 58)",
269
+ "200": "rgb(199, 65, 65)",
270
+ "300": "rgb(217, 74, 71)",
271
+ "400": "rgb(232, 82, 74)",
272
+ "500": "rgb(227, 95, 95)",
273
+ "600": "rgb(217, 123, 125)",
274
+ "700": "rgb(230, 159, 161)",
275
+ "800": "rgb(248, 208, 213)",
276
+ "900": "rgb(252, 236, 239)"
277
+ },
278
+ "success": {
279
+ "0": "rgb(0, 0, 0)",
280
+ "50": "rgb(13, 80, 58)",
281
+ "100": "rgb(22, 108, 84)",
282
+ "200": "rgb(27, 124, 98)",
283
+ "300": "rgb(32, 140, 113)",
284
+ "400": "rgb(36, 153, 126)",
285
+ "500": "rgb(56, 169, 144)",
286
+ "600": "rgb(87, 185, 162)",
287
+ "700": "rgb(133, 205, 188)",
288
+ "800": "rgb(181, 224, 214)",
289
+ "900": "rgb(225, 243, 239)"
290
+ },
291
+ "neutral": {
292
+ "0": "rgb(0, 0, 0)",
293
+ "50": "rgb(26, 26, 26)",
294
+ "100": "rgb(58, 58, 58)",
295
+ "200": "rgb(89, 89, 89)",
296
+ "300": "rgb(108, 108, 108)",
297
+ "400": "rgb(148, 148, 148)",
298
+ "500": "rgb(180, 180, 180)",
299
+ "600": "rgb(216, 216, 216)",
300
+ "700": "rgb(232, 232, 232)",
301
+ "800": "rgb(242, 242, 242)",
302
+ "900": "rgb(249, 249, 249)"
303
+ }
304
+ }
305
+ },
306
+ "elevation": {
307
+ "light": {
308
+ "light": {
309
+ "color": {
310
+ "0": "rgb(51, 51, 51)"
311
+ }
312
+ },
313
+ "semilight": {
314
+ "color": {
315
+ "0": "rgb(51, 51, 51)"
316
+ }
317
+ },
318
+ "regular": {
319
+ "color": {
320
+ "0": "rgb(51, 51, 51)"
321
+ }
322
+ },
323
+ "semibold": {
324
+ "color": {
325
+ "0": "rgb(51, 51, 51)"
326
+ }
327
+ },
328
+ "bold": {
329
+ "color": {
330
+ "0": "rgb(51, 51, 51)"
331
+ }
332
+ },
333
+ "extrabold": {
334
+ "color": {
335
+ "0": "rgb(51, 51, 51)"
336
+ }
337
+ }
338
+ },
339
+ "dark": {
340
+ "light": {
341
+ "color": {
342
+ "0": "rgb(255, 255, 255)"
343
+ }
344
+ },
345
+ "semilight": {
346
+ "color": {
347
+ "0": "rgb(255, 255, 255)"
348
+ }
349
+ },
350
+ "regular": {
351
+ "color": {
352
+ "0": "rgb(255, 255, 255)"
353
+ }
354
+ },
355
+ "semibold": {
356
+ "color": {
357
+ "0": "rgb(255, 255, 255)"
358
+ }
359
+ },
360
+ "bold": {
361
+ "color": {
362
+ "0": "rgb(255, 255, 255)"
363
+ }
364
+ },
365
+ "extrabold": {
366
+ "color": {
367
+ "0": "rgb(255, 255, 255)"
368
+ }
369
+ }
370
+ }
371
+ }
372
+ },
373
+ "fontSize": {
374
+ "typography.headline1.fontSize": "96px",
375
+ "typography.headline2'.fontSize": "60px",
376
+ "typography.headline3.fontSize": "48px",
377
+ "typography.headline4.fontSize": "34px",
378
+ "typography.headline5.fontSize": "24px",
379
+ "typography.headline6.fontSize": "20px",
380
+ "typography.subtitle1.fontSize": "16px",
381
+ "typography.subtitle2.fontSize": "14px",
382
+ "typography.body1.fontSize": "16px",
383
+ "typography.body2.fontSize": "14px",
384
+ "typography.caption.fontSize": "12px",
385
+ "typography.button.fontSize": "14px",
386
+ "typography.overline.fontSize": "12px"
387
+ },
388
+ "letterSpacing": {
389
+ "typography.headline1.letterSpacing": "-0.25px",
390
+ "typography.headline2'.letterSpacing": "-0.13333333333333333px",
391
+ "typography.headline3.letterSpacing": "normal",
392
+ "typography.headline4.letterSpacing": "0.11764705882352941px",
393
+ "typography.headline5.letterSpacing": "normal",
394
+ "typography.headline6.letterSpacing": "0.2px",
395
+ "typography.subtitle1.letterSpacing": "0.15px",
396
+ "typography.subtitle2.letterSpacing": "0.1142857142857143px",
397
+ "typography.body1.letterSpacing": "0.5px",
398
+ "typography.body2.letterSpacing": "0.2857142857142857px",
399
+ "typography.caption.letterSpacing": "0.5333333333333333px",
400
+ "typography.button.letterSpacing": "1.4285714285714286px",
401
+ "typography.overline.letterSpacing": "2.6666666666666665px"
402
+ },
403
+ "boxShadow": {
404
+ "elevation-light-light-_": "2px 2px 0px 0px rgb(51, 51, 51)",
405
+ "elevation-light-semilight-_": "3px 3px 0px 0px rgb(51, 51, 51)",
406
+ "elevation-light-regular-_": "4px 4px 0px 0px rgb(51, 51, 51)",
407
+ "elevation-light-semibold-_": "5px 5px 0px 0px rgb(51, 51, 51)",
408
+ "elevation-light-bold-_": "6px 6px 0px 0px rgb(51, 51, 51)",
409
+ "elevation-light-extrabold-_": "7px 7px 0px 0px rgb(51, 51, 51)",
410
+ "elevation-dark-light-_": "2px 2px 0px 0px rgb(255, 255, 255)",
411
+ "elevation-dark-semilight-_": "3px 3px 0px 0px rgb(255, 255, 255)",
412
+ "elevation-dark-regular-_": "4px 4px 0px 0px rgb(255, 255, 255)",
413
+ "elevation-dark-semibold-_": "5px 5px 0px 0px rgb(255, 255, 255)",
414
+ "elevation-dark-bold-_": "6px 6px 0px 0px rgb(255, 255, 255)",
415
+ "elevation-dark-extrabold-_": "7px 7px 0px 0px rgb(255, 255, 255)"
416
+ },
417
+ "transitionDuration": {
418
+ "duration._": "200ms 400ms 600ms",
419
+ "duration.short": "200ms",
420
+ "duration.medium": "400ms",
421
+ "duration.long": "600ms"
422
+ }
423
+ }
424
+ },
425
+ plugins: [
426
+ plugin(function({ addUtilities, theme, e }) {
427
+ const shadows = theme('boxShadow') || {};
428
+ const utils = Object.entries(shadows).reduce((acc, [key, value]) => {
429
+ acc['.' + e('shadow-' + key)] = { boxShadow: value };
430
+ return acc;
431
+ }, {});
432
+ addUtilities(utils, ['responsive', 'hover', 'focus']);
433
+ // You can extend with more utilities here (spacing, radii, etc.)
434
+ })
435
+ ]
436
+ };
@@ -1,8 +0,0 @@
1
- module.exports = {
2
- theme: {
3
- extend: {
4
- colors: {
5
- }
6
- }
7
- }
8
- };
@@ -1,32 +0,0 @@
1
- module.exports = {
2
- theme: {
3
- extend: {
4
- colors: {
5
- 'ELEVATION_LIGHT_LIGHT_COLOR_0': 'rgba(0, 0, 0, 0.12)',
6
- 'ELEVATION_LIGHT_LIGHT_COLOR_1': 'rgba(0, 0, 0, 0.14)',
7
- 'ELEVATION_LIGHT_SEMILIGHT_COLOR_0': 'rgba(0, 0, 0, 0.12)',
8
- 'ELEVATION_LIGHT_SEMILIGHT_COLOR_1': 'rgba(0, 0, 0, 0.14)',
9
- 'ELEVATION_LIGHT_REGULAR_COLOR_0': 'rgba(0, 0, 0, 0.12)',
10
- 'ELEVATION_LIGHT_REGULAR_COLOR_1': 'rgba(0, 0, 0, 0.14)',
11
- 'ELEVATION_LIGHT_SEMIBOLD_COLOR_0': 'rgba(0, 0, 0, 0.12)',
12
- 'ELEVATION_LIGHT_SEMIBOLD_COLOR_1': 'rgba(0, 0, 0, 0.14)',
13
- 'ELEVATION_LIGHT_BOLD_COLOR_0': 'rgba(0, 0, 0, 0.12)',
14
- 'ELEVATION_LIGHT_BOLD_COLOR_1': 'rgba(0, 0, 0, 0.14)',
15
- 'ELEVATION_LIGHT_EXTRABOLD_COLOR_0': 'rgba(0, 0, 0, 0.12)',
16
- 'ELEVATION_LIGHT_EXTRABOLD_COLOR_1': 'rgba(0, 0, 0, 0.14)',
17
- 'ELEVATION_DARK_LIGHT_COLOR_0': 'rgba(0, 0, 0, 0.24)',
18
- 'ELEVATION_DARK_LIGHT_COLOR_1': 'rgba(0, 0, 0, 0.28)',
19
- 'ELEVATION_DARK_SEMILIGHT_COLOR_0': 'rgba(0, 0, 0, 0.24)',
20
- 'ELEVATION_DARK_SEMILIGHT_COLOR_1': 'rgba(0, 0, 0, 0.28)',
21
- 'ELEVATION_DARK_REGULAR_COLOR_0': 'rgba(0, 0, 0, 0.24)',
22
- 'ELEVATION_DARK_REGULAR_COLOR_1': 'rgba(0, 0, 0, 0.28)',
23
- 'ELEVATION_DARK_SEMIBOLD_COLOR_0': 'rgba(0, 0, 0, 0.24)',
24
- 'ELEVATION_DARK_SEMIBOLD_COLOR_1': 'rgba(0, 0, 0, 0.28)',
25
- 'ELEVATION_DARK_BOLD_COLOR_0': 'rgba(0, 0, 0, 0.24)',
26
- 'ELEVATION_DARK_BOLD_COLOR_1': 'rgba(0, 0, 0, 0.28)',
27
- 'ELEVATION_DARK_EXTRABOLD_COLOR_0': 'rgba(0, 0, 0, 0.24)',
28
- 'ELEVATION_DARK_EXTRABOLD_COLOR_1': 'rgba(0, 0, 0, 0.28)',
29
- }
30
- }
31
- }
32
- };
@@ -1,8 +0,0 @@
1
- module.exports = {
2
- theme: {
3
- extend: {
4
- colors: {
5
- }
6
- }
7
- }
8
- };
@@ -1,52 +0,0 @@
1
- module.exports = {
2
- theme: {
3
- extend: {
4
- colors: {
5
- 'SCHEME_LIGHT_BACKGROUND': '#eaeaea',
6
- 'SCHEME_LIGHT_FOREGROUND': '#3c454f',
7
- 'SCHEME_LIGHT_HIGHLIGHT': '#d1d1d1',
8
- 'SCHEME_LIGHT_MIDDLELIGHT': '#8a8a8a',
9
- 'SCHEME_LIGHT_LOWLIGHT': '#5c5c5c',
10
- 'SCHEME_LIGHT_TRANSPARENT': 'rgba(255, 255, 255, 0)',
11
- 'SCHEME_LIGHT_SEMI_TRANSPARENT': 'rgba(255, 255, 255, 0.67)',
12
- 'SCHEME_LIGHT_DISABLED': '#686868',
13
- 'SCHEME_LIGHT_CONTRAST': '#ffffff',
14
- 'SCHEME_LIGHT_SELECTION': 'rgba(204, 204, 204, 0.44)',
15
- 'SCHEME_DARK_BACKGROUND': '#151515',
16
- 'SCHEME_DARK_FOREGROUND': '#c3bab0',
17
- 'SCHEME_DARK_HIGHLIGHT': '#2e2e2e',
18
- 'SCHEME_DARK_MIDDLELIGHT': '#757575',
19
- 'SCHEME_DARK_LOWLIGHT': '#a3a3a3',
20
- 'SCHEME_DARK_TRANSPARENT': 'rgba(255, 255, 255, 0)',
21
- 'SCHEME_DARK_SEMI_TRANSPARENT': 'rgba(255, 255, 255, 0.03)',
22
- 'SCHEME_DARK_DISABLED': '#474747',
23
- 'SCHEME_DARK_CONTRAST': '#000000',
24
- 'SCHEME_DARK_SELECTION': 'rgba(204, 204, 204, 0.44)',
25
- 'ELEVATION_LIGHT_LIGHT_COLOR_0': 'rgba(0, 0, 0, 0.12)',
26
- 'ELEVATION_LIGHT_LIGHT_COLOR_1': 'rgba(0, 0, 0, 0.14)',
27
- 'ELEVATION_LIGHT_SEMILIGHT_COLOR_0': 'rgba(0, 0, 0, 0.12)',
28
- 'ELEVATION_LIGHT_SEMILIGHT_COLOR_1': 'rgba(0, 0, 0, 0.14)',
29
- 'ELEVATION_LIGHT_REGULAR_COLOR_0': 'rgba(0, 0, 0, 0.12)',
30
- 'ELEVATION_LIGHT_REGULAR_COLOR_1': 'rgba(0, 0, 0, 0.14)',
31
- 'ELEVATION_LIGHT_SEMIBOLD_COLOR_0': 'rgba(0, 0, 0, 0.12)',
32
- 'ELEVATION_LIGHT_SEMIBOLD_COLOR_1': 'rgba(0, 0, 0, 0.14)',
33
- 'ELEVATION_LIGHT_BOLD_COLOR_0': 'rgba(0, 0, 0, 0.12)',
34
- 'ELEVATION_LIGHT_BOLD_COLOR_1': 'rgba(0, 0, 0, 0.14)',
35
- 'ELEVATION_LIGHT_EXTRABOLD_COLOR_0': 'rgba(0, 0, 0, 0.12)',
36
- 'ELEVATION_LIGHT_EXTRABOLD_COLOR_1': 'rgba(0, 0, 0, 0.14)',
37
- 'ELEVATION_DARK_LIGHT_COLOR_0': 'rgba(0, 0, 0, 0.24)',
38
- 'ELEVATION_DARK_LIGHT_COLOR_1': 'rgba(0, 0, 0, 0.28)',
39
- 'ELEVATION_DARK_SEMILIGHT_COLOR_0': 'rgba(0, 0, 0, 0.24)',
40
- 'ELEVATION_DARK_SEMILIGHT_COLOR_1': 'rgba(0, 0, 0, 0.28)',
41
- 'ELEVATION_DARK_REGULAR_COLOR_0': 'rgba(0, 0, 0, 0.24)',
42
- 'ELEVATION_DARK_REGULAR_COLOR_1': 'rgba(0, 0, 0, 0.28)',
43
- 'ELEVATION_DARK_SEMIBOLD_COLOR_0': 'rgba(0, 0, 0, 0.24)',
44
- 'ELEVATION_DARK_SEMIBOLD_COLOR_1': 'rgba(0, 0, 0, 0.28)',
45
- 'ELEVATION_DARK_BOLD_COLOR_0': 'rgba(0, 0, 0, 0.24)',
46
- 'ELEVATION_DARK_BOLD_COLOR_1': 'rgba(0, 0, 0, 0.28)',
47
- 'ELEVATION_DARK_EXTRABOLD_COLOR_0': 'rgba(0, 0, 0, 0.24)',
48
- 'ELEVATION_DARK_EXTRABOLD_COLOR_1': 'rgba(0, 0, 0, 0.28)',
49
- }
50
- }
51
- }
52
- };
@@ -1,8 +0,0 @@
1
- module.exports = {
2
- theme: {
3
- extend: {
4
- colors: {
5
- }
6
- }
7
- }
8
- };