@breadstone/mosaik-themes 0.0.173 → 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.
- package/CHANGELOG.md +23 -0
- package/Themes/___bootstrap-tokens.css +91 -0
- package/Themes/___cosmopolitan-tokens.css +213 -0
- package/Themes/___fluent-tokens.css +30 -0
- package/Themes/___joy-tokens.css +500 -0
- package/Themes/___material-tokens.css +22 -0
- package/Themes/___memphis-tokens.css +392 -0
- package/Themes/bootstrap-tokens.scss +89 -0
- package/Themes/cosmopolitan-tokens.scss +211 -0
- package/Themes/fluent-tokens.scss +28 -0
- package/Themes/joy-tokens.scss +498 -0
- package/Themes/joy.scss +0 -1
- package/Themes/material-tokens.scss +20 -0
- package/Themes/material.scss +3 -3
- package/Themes/memphis-tokens.scss +390 -0
- package/Themes/memphis.scss +1 -0
- package/Theming/Tokens/JoyTokens.d.ts +0 -1
- package/Theming/Tokens/JoyTokens.d.ts.map +1 -1
- package/Theming/Tokens/JoyTokens.js +0 -1
- package/Theming/Tokens/JoyTokens.js.map +1 -1
- package/Theming/Tokens/MaterialTokens.d.ts +3 -3
- package/Theming/Tokens/MaterialTokens.js +3 -3
- package/Theming/Tokens/MemphisTokens.d.ts +1 -0
- package/Theming/Tokens/MemphisTokens.d.ts.map +1 -1
- package/Theming/Tokens/MemphisTokens.js +1 -0
- package/Theming/Tokens/MemphisTokens.js.map +1 -1
- package/package.json +51 -3
- package/tailwind/v3/mosaik-bootstrap.tailwind.config.cjs +79 -0
- package/tailwind/v3/mosaik-cosmopolitan.tailwind.config.cjs +246 -0
- package/tailwind/v3/mosaik-fluent.tailwind.config.cjs +38 -0
- package/tailwind/v3/mosaik-joy.tailwind.config.cjs +537 -0
- package/tailwind/v3/mosaik-material.tailwind.config.cjs +28 -0
- package/tailwind/v3/mosaik-memphis.tailwind.config.cjs +423 -0
- package/tailwind/v3/plugins/mosaik-bootstrap.tailwind.plugin.cjs +92 -0
- package/tailwind/v3/plugins/mosaik-cosmopolitan.tailwind.plugin.cjs +259 -0
- package/tailwind/v3/plugins/mosaik-fluent.tailwind.plugin.cjs +51 -0
- package/tailwind/v3/plugins/mosaik-joy.tailwind.plugin.cjs +550 -0
- package/tailwind/v3/plugins/mosaik-material.tailwind.plugin.cjs +41 -0
- package/tailwind/v3/plugins/mosaik-memphis.tailwind.plugin.cjs +436 -0
|
@@ -0,0 +1,423 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
"theme": {
|
|
3
|
+
"extend": {
|
|
4
|
+
"fontFamily": {
|
|
5
|
+
"font.family": "Nunito, sans-serif",
|
|
6
|
+
"typography.headline1.fontFamily": "Nunito, sans-serif",
|
|
7
|
+
"typography.headline2'.fontFamily": "Nunito, sans-serif",
|
|
8
|
+
"typography.headline3.fontFamily": "Nunito, sans-serif",
|
|
9
|
+
"typography.headline4.fontFamily": "Nunito, sans-serif",
|
|
10
|
+
"typography.headline5.fontFamily": "Nunito, sans-serif",
|
|
11
|
+
"typography.headline6.fontFamily": "Nunito, sans-serif",
|
|
12
|
+
"typography.subtitle1.fontFamily": "Nunito, sans-serif",
|
|
13
|
+
"typography.subtitle2.fontFamily": "Nunito, sans-serif",
|
|
14
|
+
"typography.body1.fontFamily": "Nunito, sans-serif",
|
|
15
|
+
"typography.body2.fontFamily": "Nunito, sans-serif",
|
|
16
|
+
"typography.caption.fontFamily": "Nunito, sans-serif",
|
|
17
|
+
"typography.button.fontFamily": "Nunito, sans-serif",
|
|
18
|
+
"typography.overline.fontFamily": "Nunito, sans-serif"
|
|
19
|
+
},
|
|
20
|
+
"spacing": {
|
|
21
|
+
"layout.radius": "0px",
|
|
22
|
+
"layout.space": "10px",
|
|
23
|
+
"layout.thickness": "3px",
|
|
24
|
+
"typography.headline1.lineHeight": "100px",
|
|
25
|
+
"typography.headline2'.lineHeight": "64px",
|
|
26
|
+
"typography.headline3.lineHeight": "52px",
|
|
27
|
+
"typography.headline4.lineHeight": "38px",
|
|
28
|
+
"typography.headline5.lineHeight": "28px",
|
|
29
|
+
"typography.headline6.lineHeight": "24px",
|
|
30
|
+
"typography.subtitle1.lineHeight": "20px",
|
|
31
|
+
"typography.subtitle2.lineHeight": "18px",
|
|
32
|
+
"typography.body1.lineHeight": "20px",
|
|
33
|
+
"typography.body2.lineHeight": "18px",
|
|
34
|
+
"typography.caption.lineHeight": "16px",
|
|
35
|
+
"typography.button.lineHeight": "18px",
|
|
36
|
+
"typography.overline.lineHeight": "16px",
|
|
37
|
+
"elevation.light.light.offsetX.0": "2px",
|
|
38
|
+
"elevation.light.light.offsetY.0": "2px",
|
|
39
|
+
"elevation.light.light.blur.0": "0px",
|
|
40
|
+
"elevation.light.light.spread.0": "0px",
|
|
41
|
+
"elevation.light.semilight.offsetX.0": "3px",
|
|
42
|
+
"elevation.light.semilight.offsetY.0": "3px",
|
|
43
|
+
"elevation.light.semilight.blur.0": "0px",
|
|
44
|
+
"elevation.light.semilight.spread.0": "0px",
|
|
45
|
+
"elevation.light.regular.offsetX.0": "4px",
|
|
46
|
+
"elevation.light.regular.offsetY.0": "4px",
|
|
47
|
+
"elevation.light.regular.blur.0": "0px",
|
|
48
|
+
"elevation.light.regular.spread.0": "0px",
|
|
49
|
+
"elevation.light.semibold.offsetX.0": "5px",
|
|
50
|
+
"elevation.light.semibold.offsetY.0": "5px",
|
|
51
|
+
"elevation.light.semibold.blur.0": "0px",
|
|
52
|
+
"elevation.light.semibold.spread.0": "0px",
|
|
53
|
+
"elevation.light.bold.offsetX.0": "6px",
|
|
54
|
+
"elevation.light.bold.offsetY.0": "6px",
|
|
55
|
+
"elevation.light.bold.blur.0": "0px",
|
|
56
|
+
"elevation.light.bold.spread.0": "0px",
|
|
57
|
+
"elevation.light.extrabold.offsetX.0": "7px",
|
|
58
|
+
"elevation.light.extrabold.offsetY.0": "7px",
|
|
59
|
+
"elevation.light.extrabold.blur.0": "0px",
|
|
60
|
+
"elevation.light.extrabold.spread.0": "0px",
|
|
61
|
+
"elevation.dark.light.offsetX.0": "2px",
|
|
62
|
+
"elevation.dark.light.offsetY.0": "2px",
|
|
63
|
+
"elevation.dark.light.blur.0": "0px",
|
|
64
|
+
"elevation.dark.light.spread.0": "0px",
|
|
65
|
+
"elevation.dark.semilight.offsetX.0": "3px",
|
|
66
|
+
"elevation.dark.semilight.offsetY.0": "3px",
|
|
67
|
+
"elevation.dark.semilight.blur.0": "0px",
|
|
68
|
+
"elevation.dark.semilight.spread.0": "0px",
|
|
69
|
+
"elevation.dark.regular.offsetX.0": "4px",
|
|
70
|
+
"elevation.dark.regular.offsetY.0": "4px",
|
|
71
|
+
"elevation.dark.regular.blur.0": "0px",
|
|
72
|
+
"elevation.dark.regular.spread.0": "0px",
|
|
73
|
+
"elevation.dark.semibold.offsetX.0": "5px",
|
|
74
|
+
"elevation.dark.semibold.offsetY.0": "5px",
|
|
75
|
+
"elevation.dark.semibold.blur.0": "0px",
|
|
76
|
+
"elevation.dark.semibold.spread.0": "0px",
|
|
77
|
+
"elevation.dark.bold.offsetX.0": "6px",
|
|
78
|
+
"elevation.dark.bold.offsetY.0": "6px",
|
|
79
|
+
"elevation.dark.bold.blur.0": "0px",
|
|
80
|
+
"elevation.dark.bold.spread.0": "0px",
|
|
81
|
+
"elevation.dark.extrabold.offsetX.0": "7px",
|
|
82
|
+
"elevation.dark.extrabold.offsetY.0": "7px",
|
|
83
|
+
"elevation.dark.extrabold.blur.0": "0px",
|
|
84
|
+
"elevation.dark.extrabold.spread.0": "0px",
|
|
85
|
+
"size.tiny": "2px",
|
|
86
|
+
"size.small": "4px",
|
|
87
|
+
"size.medium": "8px",
|
|
88
|
+
"size.large": "16px",
|
|
89
|
+
"size.giant": "32px"
|
|
90
|
+
},
|
|
91
|
+
"colors": {
|
|
92
|
+
"scheme": {
|
|
93
|
+
"light": {
|
|
94
|
+
"background": "rgb(234, 234, 234)",
|
|
95
|
+
"foreground": "rgb(60, 69, 79)",
|
|
96
|
+
"highlight": "rgb(209, 209, 209)",
|
|
97
|
+
"middlelight": "rgb(138, 138, 138)",
|
|
98
|
+
"lowlight": "rgb(92, 92, 92)",
|
|
99
|
+
"transparent": "rgba(255, 255, 255, 0)",
|
|
100
|
+
"semiTransparent": "rgba(255, 255, 255, 0.67)",
|
|
101
|
+
"disabled": "rgb(104, 104, 104)",
|
|
102
|
+
"contrast": "rgb(51, 51, 51)"
|
|
103
|
+
},
|
|
104
|
+
"dark": {
|
|
105
|
+
"background": "rgb(21, 21, 21)",
|
|
106
|
+
"foreground": "rgb(195, 186, 176)",
|
|
107
|
+
"highlight": "rgb(46, 46, 46)",
|
|
108
|
+
"middlelight": "rgb(117, 117, 117)",
|
|
109
|
+
"lowlight": "rgb(163, 163, 163)",
|
|
110
|
+
"transparent": "rgba(255, 255, 255, 0)",
|
|
111
|
+
"semiTransparent": "rgba(0, 0, 0, 0.67)",
|
|
112
|
+
"disabled": "rgb(71, 71, 71)",
|
|
113
|
+
"contrast": "rgb(255, 255, 255)"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"color": {
|
|
117
|
+
"light": {
|
|
118
|
+
"primary": {
|
|
119
|
+
"0": "rgb(255, 255, 255)",
|
|
120
|
+
"50": "rgb(249, 249, 249)",
|
|
121
|
+
"100": "rgb(242, 242, 242)",
|
|
122
|
+
"200": "rgb(232, 232, 232)",
|
|
123
|
+
"300": "rgb(216, 216, 216)",
|
|
124
|
+
"400": "rgb(180, 180, 180)",
|
|
125
|
+
"500": "rgb(148, 148, 148)",
|
|
126
|
+
"600": "rgb(108, 108, 108)",
|
|
127
|
+
"700": "rgb(89, 89, 89)",
|
|
128
|
+
"800": "rgb(58, 58, 58)",
|
|
129
|
+
"900": "rgb(26, 26, 26)"
|
|
130
|
+
},
|
|
131
|
+
"secondary": {
|
|
132
|
+
"0": "rgb(255, 255, 255)",
|
|
133
|
+
"50": "rgb(225, 243, 239)",
|
|
134
|
+
"100": "rgb(181, 224, 214)",
|
|
135
|
+
"200": "rgb(133, 205, 188)",
|
|
136
|
+
"300": "rgb(87, 185, 162)",
|
|
137
|
+
"400": "rgb(56, 169, 144)",
|
|
138
|
+
"500": "rgb(36, 153, 126)",
|
|
139
|
+
"600": "rgb(32, 140, 113)",
|
|
140
|
+
"700": "rgb(27, 124, 98)",
|
|
141
|
+
"800": "rgb(22, 108, 84)",
|
|
142
|
+
"900": "rgb(13, 80, 58)"
|
|
143
|
+
},
|
|
144
|
+
"info": {
|
|
145
|
+
"0": "rgb(255, 255, 255)",
|
|
146
|
+
"50": "rgb(232, 234, 249)",
|
|
147
|
+
"100": "rgb(198, 201, 241)",
|
|
148
|
+
"200": "rgb(159, 167, 231)",
|
|
149
|
+
"300": "rgb(120, 132, 221)",
|
|
150
|
+
"400": "rgb(89, 104, 214)",
|
|
151
|
+
"500": "rgb(57, 77, 205)",
|
|
152
|
+
"600": "rgb(51, 68, 194)",
|
|
153
|
+
"700": "rgb(41, 58, 182)",
|
|
154
|
+
"800": "rgb(32, 47, 170)",
|
|
155
|
+
"900": "rgb(10, 26, 151)"
|
|
156
|
+
},
|
|
157
|
+
"warning": {
|
|
158
|
+
"0": "rgb(255, 255, 255)",
|
|
159
|
+
"50": "rgb(252, 252, 229)",
|
|
160
|
+
"100": "rgb(247, 246, 191)",
|
|
161
|
+
"200": "rgb(241, 242, 148)",
|
|
162
|
+
"300": "rgb(235, 236, 103)",
|
|
163
|
+
"400": "rgb(229, 231, 65)",
|
|
164
|
+
"500": "rgb(223, 227, 0)",
|
|
165
|
+
"600": "rgb(209, 209, 0)",
|
|
166
|
+
"700": "rgb(191, 186, 0)",
|
|
167
|
+
"800": "rgb(174, 163, 0)",
|
|
168
|
+
"900": "rgb(146, 124, 0)"
|
|
169
|
+
},
|
|
170
|
+
"danger": {
|
|
171
|
+
"0": "rgb(255, 255, 255)",
|
|
172
|
+
"50": "rgb(252, 236, 239)",
|
|
173
|
+
"100": "rgb(248, 208, 213)",
|
|
174
|
+
"200": "rgb(230, 159, 161)",
|
|
175
|
+
"300": "rgb(217, 123, 125)",
|
|
176
|
+
"400": "rgb(227, 95, 95)",
|
|
177
|
+
"500": "rgb(232, 82, 74)",
|
|
178
|
+
"600": "rgb(217, 74, 71)",
|
|
179
|
+
"700": "rgb(199, 65, 65)",
|
|
180
|
+
"800": "rgb(185, 60, 58)",
|
|
181
|
+
"900": "rgb(171, 50, 47)"
|
|
182
|
+
},
|
|
183
|
+
"success": {
|
|
184
|
+
"0": "rgb(255, 255, 255)",
|
|
185
|
+
"50": "rgb(225, 243, 239)",
|
|
186
|
+
"100": "rgb(181, 224, 214)",
|
|
187
|
+
"200": "rgb(133, 205, 188)",
|
|
188
|
+
"300": "rgb(87, 185, 162)",
|
|
189
|
+
"400": "rgb(56, 169, 144)",
|
|
190
|
+
"500": "rgb(36, 153, 126)",
|
|
191
|
+
"600": "rgb(32, 140, 113)",
|
|
192
|
+
"700": "rgb(27, 124, 98)",
|
|
193
|
+
"800": "rgb(22, 108, 84)",
|
|
194
|
+
"900": "rgb(13, 80, 58)"
|
|
195
|
+
},
|
|
196
|
+
"neutral": {
|
|
197
|
+
"0": "rgb(255, 255, 255)",
|
|
198
|
+
"50": "rgb(249, 249, 249)",
|
|
199
|
+
"100": "rgb(242, 242, 242)",
|
|
200
|
+
"200": "rgb(232, 232, 232)",
|
|
201
|
+
"300": "rgb(216, 216, 216)",
|
|
202
|
+
"400": "rgb(180, 180, 180)",
|
|
203
|
+
"500": "rgb(148, 148, 148)",
|
|
204
|
+
"600": "rgb(108, 108, 108)",
|
|
205
|
+
"700": "rgb(89, 89, 89)",
|
|
206
|
+
"800": "rgb(58, 58, 58)",
|
|
207
|
+
"900": "rgb(26, 26, 26)"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
"dark": {
|
|
211
|
+
"primary": {
|
|
212
|
+
"0": "rgb(0, 0, 0)",
|
|
213
|
+
"50": "rgb(26, 26, 26)",
|
|
214
|
+
"100": "rgb(58, 58, 58)",
|
|
215
|
+
"200": "rgb(89, 89, 89)",
|
|
216
|
+
"300": "rgb(108, 108, 108)",
|
|
217
|
+
"400": "rgb(148, 148, 148)",
|
|
218
|
+
"500": "rgb(180, 180, 180)",
|
|
219
|
+
"600": "rgb(216, 216, 216)",
|
|
220
|
+
"700": "rgb(232, 232, 232)",
|
|
221
|
+
"800": "rgb(242, 242, 242)",
|
|
222
|
+
"900": "rgb(249, 249, 249)"
|
|
223
|
+
},
|
|
224
|
+
"secondary": {
|
|
225
|
+
"0": "rgb(0, 0, 0)",
|
|
226
|
+
"50": "rgb(13, 80, 58)",
|
|
227
|
+
"100": "rgb(22, 108, 84)",
|
|
228
|
+
"200": "rgb(27, 124, 98)",
|
|
229
|
+
"300": "rgb(32, 140, 113)",
|
|
230
|
+
"400": "rgb(36, 153, 126)",
|
|
231
|
+
"500": "rgb(56, 169, 144)",
|
|
232
|
+
"600": "rgb(87, 185, 162)",
|
|
233
|
+
"700": "rgb(133, 205, 188)",
|
|
234
|
+
"800": "rgb(181, 224, 214)",
|
|
235
|
+
"900": "rgb(225, 243, 239)"
|
|
236
|
+
},
|
|
237
|
+
"info": {
|
|
238
|
+
"0": "rgb(0, 0, 0)",
|
|
239
|
+
"50": "rgb(10, 26, 151)",
|
|
240
|
+
"100": "rgb(32, 47, 170)",
|
|
241
|
+
"200": "rgb(41, 58, 182)",
|
|
242
|
+
"300": "rgb(51, 68, 194)",
|
|
243
|
+
"400": "rgb(57, 77, 205)",
|
|
244
|
+
"500": "rgb(89, 104, 214)",
|
|
245
|
+
"600": "rgb(120, 132, 221)",
|
|
246
|
+
"700": "rgb(159, 167, 231)",
|
|
247
|
+
"800": "rgb(198, 201, 241)",
|
|
248
|
+
"900": "rgb(232, 234, 249)"
|
|
249
|
+
},
|
|
250
|
+
"warning": {
|
|
251
|
+
"0": "rgb(0, 0, 0)",
|
|
252
|
+
"50": "rgb(146, 124, 0)",
|
|
253
|
+
"100": "rgb(174, 163, 0)",
|
|
254
|
+
"200": "rgb(191, 186, 0)",
|
|
255
|
+
"300": "rgb(209, 209, 0)",
|
|
256
|
+
"400": "rgb(223, 227, 0)",
|
|
257
|
+
"500": "rgb(229, 231, 65)",
|
|
258
|
+
"600": "rgb(235, 236, 103)",
|
|
259
|
+
"700": "rgb(241, 242, 148)",
|
|
260
|
+
"800": "rgb(247, 246, 191)",
|
|
261
|
+
"900": "rgb(252, 252, 229)"
|
|
262
|
+
},
|
|
263
|
+
"danger": {
|
|
264
|
+
"0": "rgb(0, 0, 0)",
|
|
265
|
+
"50": "rgb(171, 50, 47)",
|
|
266
|
+
"100": "rgb(185, 60, 58)",
|
|
267
|
+
"200": "rgb(199, 65, 65)",
|
|
268
|
+
"300": "rgb(217, 74, 71)",
|
|
269
|
+
"400": "rgb(232, 82, 74)",
|
|
270
|
+
"500": "rgb(227, 95, 95)",
|
|
271
|
+
"600": "rgb(217, 123, 125)",
|
|
272
|
+
"700": "rgb(230, 159, 161)",
|
|
273
|
+
"800": "rgb(248, 208, 213)",
|
|
274
|
+
"900": "rgb(252, 236, 239)"
|
|
275
|
+
},
|
|
276
|
+
"success": {
|
|
277
|
+
"0": "rgb(0, 0, 0)",
|
|
278
|
+
"50": "rgb(13, 80, 58)",
|
|
279
|
+
"100": "rgb(22, 108, 84)",
|
|
280
|
+
"200": "rgb(27, 124, 98)",
|
|
281
|
+
"300": "rgb(32, 140, 113)",
|
|
282
|
+
"400": "rgb(36, 153, 126)",
|
|
283
|
+
"500": "rgb(56, 169, 144)",
|
|
284
|
+
"600": "rgb(87, 185, 162)",
|
|
285
|
+
"700": "rgb(133, 205, 188)",
|
|
286
|
+
"800": "rgb(181, 224, 214)",
|
|
287
|
+
"900": "rgb(225, 243, 239)"
|
|
288
|
+
},
|
|
289
|
+
"neutral": {
|
|
290
|
+
"0": "rgb(0, 0, 0)",
|
|
291
|
+
"50": "rgb(26, 26, 26)",
|
|
292
|
+
"100": "rgb(58, 58, 58)",
|
|
293
|
+
"200": "rgb(89, 89, 89)",
|
|
294
|
+
"300": "rgb(108, 108, 108)",
|
|
295
|
+
"400": "rgb(148, 148, 148)",
|
|
296
|
+
"500": "rgb(180, 180, 180)",
|
|
297
|
+
"600": "rgb(216, 216, 216)",
|
|
298
|
+
"700": "rgb(232, 232, 232)",
|
|
299
|
+
"800": "rgb(242, 242, 242)",
|
|
300
|
+
"900": "rgb(249, 249, 249)"
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
"elevation": {
|
|
305
|
+
"light": {
|
|
306
|
+
"light": {
|
|
307
|
+
"color": {
|
|
308
|
+
"0": "rgb(51, 51, 51)"
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
"semilight": {
|
|
312
|
+
"color": {
|
|
313
|
+
"0": "rgb(51, 51, 51)"
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
"regular": {
|
|
317
|
+
"color": {
|
|
318
|
+
"0": "rgb(51, 51, 51)"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
"semibold": {
|
|
322
|
+
"color": {
|
|
323
|
+
"0": "rgb(51, 51, 51)"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
"bold": {
|
|
327
|
+
"color": {
|
|
328
|
+
"0": "rgb(51, 51, 51)"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
"extrabold": {
|
|
332
|
+
"color": {
|
|
333
|
+
"0": "rgb(51, 51, 51)"
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
"dark": {
|
|
338
|
+
"light": {
|
|
339
|
+
"color": {
|
|
340
|
+
"0": "rgb(255, 255, 255)"
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
"semilight": {
|
|
344
|
+
"color": {
|
|
345
|
+
"0": "rgb(255, 255, 255)"
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
"regular": {
|
|
349
|
+
"color": {
|
|
350
|
+
"0": "rgb(255, 255, 255)"
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
"semibold": {
|
|
354
|
+
"color": {
|
|
355
|
+
"0": "rgb(255, 255, 255)"
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
"bold": {
|
|
359
|
+
"color": {
|
|
360
|
+
"0": "rgb(255, 255, 255)"
|
|
361
|
+
}
|
|
362
|
+
},
|
|
363
|
+
"extrabold": {
|
|
364
|
+
"color": {
|
|
365
|
+
"0": "rgb(255, 255, 255)"
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
"fontSize": {
|
|
372
|
+
"typography.headline1.fontSize": "96px",
|
|
373
|
+
"typography.headline2'.fontSize": "60px",
|
|
374
|
+
"typography.headline3.fontSize": "48px",
|
|
375
|
+
"typography.headline4.fontSize": "34px",
|
|
376
|
+
"typography.headline5.fontSize": "24px",
|
|
377
|
+
"typography.headline6.fontSize": "20px",
|
|
378
|
+
"typography.subtitle1.fontSize": "16px",
|
|
379
|
+
"typography.subtitle2.fontSize": "14px",
|
|
380
|
+
"typography.body1.fontSize": "16px",
|
|
381
|
+
"typography.body2.fontSize": "14px",
|
|
382
|
+
"typography.caption.fontSize": "12px",
|
|
383
|
+
"typography.button.fontSize": "14px",
|
|
384
|
+
"typography.overline.fontSize": "12px"
|
|
385
|
+
},
|
|
386
|
+
"letterSpacing": {
|
|
387
|
+
"typography.headline1.letterSpacing": "-0.25px",
|
|
388
|
+
"typography.headline2'.letterSpacing": "-0.13333333333333333px",
|
|
389
|
+
"typography.headline3.letterSpacing": "normal",
|
|
390
|
+
"typography.headline4.letterSpacing": "0.11764705882352941px",
|
|
391
|
+
"typography.headline5.letterSpacing": "normal",
|
|
392
|
+
"typography.headline6.letterSpacing": "0.2px",
|
|
393
|
+
"typography.subtitle1.letterSpacing": "0.15px",
|
|
394
|
+
"typography.subtitle2.letterSpacing": "0.1142857142857143px",
|
|
395
|
+
"typography.body1.letterSpacing": "0.5px",
|
|
396
|
+
"typography.body2.letterSpacing": "0.2857142857142857px",
|
|
397
|
+
"typography.caption.letterSpacing": "0.5333333333333333px",
|
|
398
|
+
"typography.button.letterSpacing": "1.4285714285714286px",
|
|
399
|
+
"typography.overline.letterSpacing": "2.6666666666666665px"
|
|
400
|
+
},
|
|
401
|
+
"boxShadow": {
|
|
402
|
+
"elevation-light-light-_": "2px 2px 0px 0px rgb(51, 51, 51)",
|
|
403
|
+
"elevation-light-semilight-_": "3px 3px 0px 0px rgb(51, 51, 51)",
|
|
404
|
+
"elevation-light-regular-_": "4px 4px 0px 0px rgb(51, 51, 51)",
|
|
405
|
+
"elevation-light-semibold-_": "5px 5px 0px 0px rgb(51, 51, 51)",
|
|
406
|
+
"elevation-light-bold-_": "6px 6px 0px 0px rgb(51, 51, 51)",
|
|
407
|
+
"elevation-light-extrabold-_": "7px 7px 0px 0px rgb(51, 51, 51)",
|
|
408
|
+
"elevation-dark-light-_": "2px 2px 0px 0px rgb(255, 255, 255)",
|
|
409
|
+
"elevation-dark-semilight-_": "3px 3px 0px 0px rgb(255, 255, 255)",
|
|
410
|
+
"elevation-dark-regular-_": "4px 4px 0px 0px rgb(255, 255, 255)",
|
|
411
|
+
"elevation-dark-semibold-_": "5px 5px 0px 0px rgb(255, 255, 255)",
|
|
412
|
+
"elevation-dark-bold-_": "6px 6px 0px 0px rgb(255, 255, 255)",
|
|
413
|
+
"elevation-dark-extrabold-_": "7px 7px 0px 0px rgb(255, 255, 255)"
|
|
414
|
+
},
|
|
415
|
+
"transitionDuration": {
|
|
416
|
+
"duration._": "200ms 400ms 600ms",
|
|
417
|
+
"duration.short": "200ms",
|
|
418
|
+
"duration.medium": "400ms",
|
|
419
|
+
"duration.long": "600ms"
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
};
|
|
@@ -0,0 +1,92 @@
|
|
|
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": {
|
|
23
|
+
"100": "#cfe2ff",
|
|
24
|
+
"200": "#9ec5fe",
|
|
25
|
+
"300": "#6ea8fe",
|
|
26
|
+
"400": "#3d8bfd",
|
|
27
|
+
"500": "#0d6efd",
|
|
28
|
+
"600": "#0a58ca",
|
|
29
|
+
"700": "#084298",
|
|
30
|
+
"800": "#052c65",
|
|
31
|
+
"900": "#031633"
|
|
32
|
+
},
|
|
33
|
+
"secondary": {
|
|
34
|
+
"100": "#f8f9fa",
|
|
35
|
+
"200": "#e9ecef",
|
|
36
|
+
"300": "#dee2e6",
|
|
37
|
+
"400": "#ced4da",
|
|
38
|
+
"500": "#adb5bd",
|
|
39
|
+
"600": "#6c757d",
|
|
40
|
+
"700": "#495057",
|
|
41
|
+
"800": "#343a40",
|
|
42
|
+
"900": "#212529"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"dark": {
|
|
46
|
+
"primary": {
|
|
47
|
+
"100": "#cfe2ff",
|
|
48
|
+
"200": "#9ec5fe",
|
|
49
|
+
"300": "#6ea8fe",
|
|
50
|
+
"400": "#3d8bfd",
|
|
51
|
+
"500": "#0d6efd",
|
|
52
|
+
"600": "#0a58ca",
|
|
53
|
+
"700": "#084298",
|
|
54
|
+
"800": "#052c65",
|
|
55
|
+
"900": "#031633"
|
|
56
|
+
},
|
|
57
|
+
"secondary": {
|
|
58
|
+
"100": "#f8f9fa",
|
|
59
|
+
"200": "#e9ecef",
|
|
60
|
+
"300": "#dee2e6",
|
|
61
|
+
"400": "#ced4da",
|
|
62
|
+
"500": "#adb5bd",
|
|
63
|
+
"600": "#6c757d",
|
|
64
|
+
"700": "#495057",
|
|
65
|
+
"800": "#343a40",
|
|
66
|
+
"900": "#212529"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"fontSize": {
|
|
72
|
+
"typography.headline1.fontSize": "80px",
|
|
73
|
+
"typography.headline2.fontSize": "72px",
|
|
74
|
+
"typography.headline3.fontSize": "64px",
|
|
75
|
+
"typography.headline4.fontSize": "56px",
|
|
76
|
+
"typography.headline5.fontSize": "48px",
|
|
77
|
+
"typography.headline6.fontSize": "40px"
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
plugins: [
|
|
82
|
+
plugin(function({ addUtilities, theme, e }) {
|
|
83
|
+
const shadows = theme('boxShadow') || {};
|
|
84
|
+
const utils = Object.entries(shadows).reduce((acc, [key, value]) => {
|
|
85
|
+
acc['.' + e('shadow-' + key)] = { boxShadow: value };
|
|
86
|
+
return acc;
|
|
87
|
+
}, {});
|
|
88
|
+
addUtilities(utils, ['responsive', 'hover', 'focus']);
|
|
89
|
+
// You can extend with more utilities here (spacing, radii, etc.)
|
|
90
|
+
})
|
|
91
|
+
]
|
|
92
|
+
};
|