@breadstone/mosaik-themes 0.0.178 → 0.0.180

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 (74) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/package.json +6 -49
  3. package/tailwind/v3/factories/index.d.ts +9 -0
  4. package/tailwind/v3/factories/index.d.ts.map +1 -0
  5. package/tailwind/v3/factories/index.js +27 -0
  6. package/tailwind/v3/factories/index.js.map +1 -0
  7. package/tailwind/v3/index.d.ts +14 -0
  8. package/tailwind/v3/index.d.ts.map +1 -0
  9. package/tailwind/v3/index.js +53 -0
  10. package/tailwind/v3/index.js.map +1 -0
  11. package/tailwind/v3/plugins/bootstrapTailwindPlugin.d.ts +2 -0
  12. package/tailwind/v3/plugins/bootstrapTailwindPlugin.d.ts.map +1 -0
  13. package/tailwind/v3/plugins/bootstrapTailwindPlugin.js +112 -0
  14. package/tailwind/v3/plugins/bootstrapTailwindPlugin.js.map +1 -0
  15. package/tailwind/v3/plugins/cosmopolitanTailwindPlugin.d.ts +2 -0
  16. package/tailwind/v3/plugins/cosmopolitanTailwindPlugin.d.ts.map +1 -0
  17. package/tailwind/v3/plugins/cosmopolitanTailwindPlugin.js +143 -0
  18. package/tailwind/v3/plugins/cosmopolitanTailwindPlugin.js.map +1 -0
  19. package/tailwind/v3/plugins/fluentTailwindPlugin.d.ts +2 -0
  20. package/tailwind/v3/plugins/fluentTailwindPlugin.d.ts.map +1 -0
  21. package/tailwind/v3/plugins/fluentTailwindPlugin.js +63 -0
  22. package/tailwind/v3/plugins/fluentTailwindPlugin.js.map +1 -0
  23. package/tailwind/v3/plugins/joyTailwindPlugin.d.ts +2 -0
  24. package/tailwind/v3/plugins/joyTailwindPlugin.d.ts.map +1 -0
  25. package/tailwind/v3/plugins/joyTailwindPlugin.js +413 -0
  26. package/tailwind/v3/plugins/joyTailwindPlugin.js.map +1 -0
  27. package/tailwind/v3/plugins/materialTailwindPlugin.d.ts +2 -0
  28. package/tailwind/v3/plugins/materialTailwindPlugin.d.ts.map +1 -0
  29. package/tailwind/v3/plugins/materialTailwindPlugin.js +53 -0
  30. package/tailwind/v3/plugins/materialTailwindPlugin.js.map +1 -0
  31. package/tailwind/v3/plugins/memphisTailwindPlugin.d.ts +2 -0
  32. package/tailwind/v3/plugins/memphisTailwindPlugin.d.ts.map +1 -0
  33. package/tailwind/v3/plugins/memphisTailwindPlugin.js +356 -0
  34. package/tailwind/v3/plugins/memphisTailwindPlugin.js.map +1 -0
  35. package/tailwind/v3/presets/bootstrapTailwindPresets.d.ts +2 -0
  36. package/tailwind/v3/presets/bootstrapTailwindPresets.d.ts.map +1 -0
  37. package/tailwind/v3/presets/bootstrapTailwindPresets.js +101 -0
  38. package/tailwind/v3/presets/bootstrapTailwindPresets.js.map +1 -0
  39. package/tailwind/v3/presets/cosmopolitanTailwindPresets.d.ts +2 -0
  40. package/tailwind/v3/presets/cosmopolitanTailwindPresets.d.ts.map +1 -0
  41. package/tailwind/v3/presets/cosmopolitanTailwindPresets.js +132 -0
  42. package/tailwind/v3/presets/cosmopolitanTailwindPresets.js.map +1 -0
  43. package/tailwind/v3/presets/fluentTailwindPresets.d.ts +2 -0
  44. package/tailwind/v3/presets/fluentTailwindPresets.d.ts.map +1 -0
  45. package/tailwind/v3/presets/fluentTailwindPresets.js +52 -0
  46. package/tailwind/v3/presets/fluentTailwindPresets.js.map +1 -0
  47. package/tailwind/v3/presets/joyTailwindPresets.d.ts +2 -0
  48. package/tailwind/v3/presets/joyTailwindPresets.d.ts.map +1 -0
  49. package/tailwind/v3/presets/joyTailwindPresets.js +402 -0
  50. package/tailwind/v3/presets/joyTailwindPresets.js.map +1 -0
  51. package/tailwind/v3/presets/materialTailwindPresets.d.ts +2 -0
  52. package/tailwind/v3/presets/materialTailwindPresets.d.ts.map +1 -0
  53. package/tailwind/v3/presets/materialTailwindPresets.js +42 -0
  54. package/tailwind/v3/presets/materialTailwindPresets.js.map +1 -0
  55. package/tailwind/v3/presets/memphisTailwindPresets.d.ts +2 -0
  56. package/tailwind/v3/presets/memphisTailwindPresets.d.ts.map +1 -0
  57. package/tailwind/v3/presets/memphisTailwindPresets.js +345 -0
  58. package/tailwind/v3/presets/memphisTailwindPresets.js.map +1 -0
  59. package/Theming/Strategies/IThemeGeneratorStrategy.d.ts +0 -27
  60. package/Theming/Strategies/IThemeGeneratorStrategy.d.ts.map +0 -1
  61. package/Theming/Strategies/IThemeGeneratorStrategy.js +0 -3
  62. package/Theming/Strategies/IThemeGeneratorStrategy.js.map +0 -1
  63. package/tailwind/v3/plugins/mosaik-bootstrap.tailwind.plugin.cjs +0 -108
  64. package/tailwind/v3/plugins/mosaik-cosmopolitan.tailwind.plugin.cjs +0 -139
  65. package/tailwind/v3/plugins/mosaik-fluent.tailwind.plugin.cjs +0 -59
  66. package/tailwind/v3/plugins/mosaik-joy.tailwind.plugin.cjs +0 -409
  67. package/tailwind/v3/plugins/mosaik-material.tailwind.plugin.cjs +0 -49
  68. package/tailwind/v3/plugins/mosaik-memphis.tailwind.plugin.cjs +0 -352
  69. package/tailwind/v3/presets/mosaik-bootstrap.tailwind.presets.cjs +0 -99
  70. package/tailwind/v3/presets/mosaik-cosmopolitan.tailwind.presets.cjs +0 -130
  71. package/tailwind/v3/presets/mosaik-fluent.tailwind.presets.cjs +0 -50
  72. package/tailwind/v3/presets/mosaik-joy.tailwind.presets.cjs +0 -400
  73. package/tailwind/v3/presets/mosaik-material.tailwind.presets.cjs +0 -40
  74. package/tailwind/v3/presets/mosaik-memphis.tailwind.presets.cjs +0 -343
@@ -1,400 +0,0 @@
1
- // ------------------------------------------------------------------------------
2
- // <auto-generated>
3
- // This code was generated by a tool.
4
- // Changes to this file may cause incorrect behavior and will be lost if
5
- // the code is regenerated.
6
- // </auto-generated>
7
- // ------------------------------------------------------------------------------
8
-
9
- module.exports = {
10
- "theme": {
11
- "extend": {
12
- "fontFamily": {
13
- "sans": "Nunito, sans-serif",
14
- "headline1": "Nunito, sans-serif",
15
- "headline2'": "Nunito, sans-serif",
16
- "headline3": "Nunito, sans-serif",
17
- "headline4": "Nunito, sans-serif",
18
- "headline5": "Nunito, sans-serif",
19
- "headline6": "Nunito, sans-serif",
20
- "subtitle1": "Nunito, sans-serif",
21
- "subtitle2": "Nunito, sans-serif",
22
- "body1": "Nunito, sans-serif",
23
- "body2": "Nunito, sans-serif",
24
- "caption": "Nunito, sans-serif",
25
- "button": "Nunito, sans-serif",
26
- "overline": "Nunito, sans-serif"
27
- },
28
- "borderRadius": {
29
- "DEFAULT": "12px"
30
- },
31
- "spacing": {
32
- "DEFAULT": "8px"
33
- },
34
- "borderWidth": {
35
- "DEFAULT": "2px"
36
- },
37
- "colors": {
38
- "scheme-background": {
39
- "DEFAULT": "oklch(93.70% 0.0000 NaN)"
40
- },
41
- "scheme-foreground": {
42
- "DEFAULT": "oklch(38.62% 0.0207 251.11)"
43
- },
44
- "scheme-highlight": {
45
- "DEFAULT": "oklch(86.07% 0.0000 NaN)"
46
- },
47
- "scheme-middlelight": {
48
- "DEFAULT": "oklch(63.34% 0.0000 NaN)"
49
- },
50
- "scheme-lowlight": {
51
- "DEFAULT": "oklch(47.48% 0.0000 NaN)"
52
- },
53
- "scheme-transparent": {
54
- "DEFAULT": "oklch(100.00% 0.0000 NaN / 0.00)"
55
- },
56
- "scheme-semiTransparent": {
57
- "DEFAULT": "oklch(100.00% 0.0000 NaN / 0.67)"
58
- },
59
- "scheme-disabled": {
60
- "DEFAULT": "oklch(51.73% 0.0000 NaN)"
61
- },
62
- "scheme-contrast": {
63
- "DEFAULT": "oklch(100.00% 0.0000 NaN)"
64
- },
65
- "scheme-selection": {
66
- "DEFAULT": "oklch(84.52% 0.0000 NaN / 0.44)"
67
- },
68
- "scheme-background-dark": {
69
- "DEFAULT": "oklch(19.57% 0.0000 NaN)"
70
- },
71
- "scheme-foreground-dark": {
72
- "DEFAULT": "oklch(79.35% 0.0173 70.48)"
73
- },
74
- "scheme-highlight-dark": {
75
- "DEFAULT": "oklch(30.12% 0.0000 NaN)"
76
- },
77
- "scheme-middlelight-dark": {
78
- "DEFAULT": "oklch(56.24% 0.0000 NaN)"
79
- },
80
- "scheme-lowlight-dark": {
81
- "DEFAULT": "oklch(71.55% 0.0000 NaN)"
82
- },
83
- "scheme-transparent-dark": {
84
- "DEFAULT": "oklch(100.00% 0.0000 NaN / 0.00)"
85
- },
86
- "scheme-semiTransparent-dark": {
87
- "DEFAULT": "oklch(100.00% 0.0000 NaN / 0.03)"
88
- },
89
- "scheme-disabled-dark": {
90
- "DEFAULT": "oklch(39.79% 0.0000 NaN)"
91
- },
92
- "scheme-contrast-dark": {
93
- "DEFAULT": "oklch(0.00% 0.0000 NaN)"
94
- },
95
- "scheme-selection-dark": {
96
- "DEFAULT": "oklch(84.52% 0.0000 NaN / 0.44)"
97
- },
98
- "primary": {
99
- "0": "oklch(100.00% 0.0000 NaN)",
100
- "50": "oklch(94.05% 0.0282 355.51)",
101
- "100": "#f8bcd0",
102
- "200": "oklch(76.57% 0.1276 358.98)",
103
- "300": "oklch(68.78% 0.1797 1.97)",
104
- "400": "#ec407a",
105
- "500": "oklch(60.62% 0.2298 9.63)",
106
- "600": "oklch(54.73% 0.2066 9.46)",
107
- "700": "oklch(46.66% 0.1743 9.02)",
108
- "800": "oklch(38.85% 0.1431 8.52)",
109
- "900": "oklch(23.55% 0.0784 5.22)"
110
- },
111
- "secondary": {
112
- "0": "oklch(100.00% 0.0000 NaN)",
113
- "50": "oklch(95.77% 0.0241 151.10)",
114
- "100": "oklch(89.61% 0.0571 149.74)",
115
- "200": "oklch(82.99% 0.0942 149.93)",
116
- "300": "oklch(76.70% 0.1351 149.12)",
117
- "400": "oklch(71.84% 0.1617 148.57)",
118
- "500": "oklch(67.23% 0.1848 147.88)",
119
- "600": "oklch(62.90% 0.1763 147.89)",
120
- "700": "oklch(57.54% 0.1673 147.83)",
121
- "800": "oklch(52.56% 0.1558 147.09)",
122
- "900": "oklch(43.14% 0.1344 145.31)"
123
- },
124
- "tertiary": {
125
- "0": "oklch(100.00% 0.0000 NaN)",
126
- "50": "oklch(95.75% 0.0231 220.67)",
127
- "100": "oklch(89.57% 0.0563 220.64)",
128
- "200": "oklch(83.17% 0.0896 223.70)",
129
- "300": "oklch(77.54% 0.1158 225.67)",
130
- "400": "oklch(73.53% 0.1310 229.33)",
131
- "500": "oklch(70.20% 0.1419 233.82)",
132
- "600": "oklch(66.14% 0.1382 235.75)",
133
- "700": "oklch(60.48% 0.1324 238.12)",
134
- "800": "oklch(55.32% 0.1255 240.41)",
135
- "900": "oklch(45.31% 0.1162 245.86)"
136
- },
137
- "info": {
138
- "0": "oklch(100.00% 0.0000 NaN)",
139
- "50": "oklch(98.20% 0.0092 242.79)",
140
- "100": "oklch(94.76% 0.0284 238.21)",
141
- "200": "oklch(87.12% 0.0693 242.12)",
142
- "300": "oklch(75.94% 0.1278 250.45)",
143
- "400": "oklch(65.77% 0.1844 256.27)",
144
- "500": "oklch(54.72% 0.1933 257.47)",
145
- "600": "oklch(43.86% 0.1585 258.07)",
146
- "700": "oklch(35.06% 0.1310 258.67)",
147
- "800": "oklch(28.68% 0.0962 258.87)",
148
- "900": "oklch(20.84% 0.0811 259.09)"
149
- },
150
- "warning": {
151
- "0": "oklch(100.00% 0.0000 NaN)",
152
- "50": "oklch(97.22% 0.0659 100.99)",
153
- "100": "oklch(90.99% 0.1235 95.66)",
154
- "200": "oklch(83.42% 0.1401 91.50)",
155
- "300": "oklch(74.98% 0.1407 87.05)",
156
- "400": "oklch(66.19% 0.1374 79.24)",
157
- "500": "oklch(55.42% 0.1169 75.00)",
158
- "600": "oklch(46.65% 0.1009 70.17)",
159
- "700": "oklch(39.37% 0.0853 68.93)",
160
- "800": "oklch(32.98% 0.0722 68.30)",
161
- "900": "oklch(28.03% 0.0602 71.48)"
162
- },
163
- "danger": {
164
- "0": "oklch(100.00% 0.0000 NaN)",
165
- "50": "oklch(98.40% 0.0080 36.71)",
166
- "100": "oklch(95.14% 0.0241 20.79)",
167
- "200": "oklch(87.87% 0.0643 20.84)",
168
- "300": "oklch(77.41% 0.1330 20.02)",
169
- "400": "oklch(67.11% 0.2042 23.57)",
170
- "500": "oklch(55.98% 0.2080 24.57)",
171
- "600": "oklch(45.31% 0.1751 21.97)",
172
- "700": "oklch(36.34% 0.1413 20.63)",
173
- "800": "oklch(29.16% 0.1169 18.65)",
174
- "900": "oklch(21.92% 0.0876 14.52)"
175
- },
176
- "success": {
177
- "0": "oklch(100.00% 0.0000 NaN)",
178
- "50": "oklch(98.64% 0.0165 150.99)",
179
- "100": "oklch(94.20% 0.0448 151.23)",
180
- "200": "oklch(85.32% 0.1616 150.11)",
181
- "300": "oklch(73.96% 0.1674 149.48)",
182
- "400": "oklch(62.86% 0.1606 148.43)",
183
- "500": "oklch(51.86% 0.1383 147.98)",
184
- "600": "oklch(42.02% 0.1131 148.08)",
185
- "700": "oklch(33.49% 0.0936 148.36)",
186
- "800": "oklch(26.65% 0.0750 149.11)",
187
- "900": "oklch(20.20% 0.0538 151.47)"
188
- },
189
- "highlight": {
190
- "0": "oklch(100.00% 0.0000 NaN)",
191
- "50": "oklch(98.30% 0.0123 317.91)",
192
- "100": "oklch(95.10% 0.0298 307.19)",
193
- "200": "oklch(87.70% 0.0743 304.18)",
194
- "300": "oklch(77.21% 0.1405 302.22)",
195
- "400": "oklch(66.65% 0.1915 297.24)",
196
- "500": "oklch(55.72% 0.2094 295.22)",
197
- "600": "oklch(45.17% 0.1813 293.78)",
198
- "700": "oklch(36.12% 0.1494 293.98)",
199
- "800": "oklch(28.99% 0.1222 292.55)",
200
- "900": "oklch(21.71% 0.0975 291.58)"
201
- },
202
- "neutral": {
203
- "0": "oklch(100.00% 0.0000 NaN)",
204
- "50": "oklch(97.64% 0.0013 287.31)",
205
- "100": "oklch(94.12% 0.0053 286.52)",
206
- "200": "oklch(88.43% 0.0095 286.32)",
207
- "300": "oklch(78.98% 0.0182 286.03)",
208
- "400": "oklch(65.67% 0.0294 285.59)",
209
- "500": "oklch(56.46% 0.0383 285.12)",
210
- "600": "oklch(47.68% 0.0384 284.87)",
211
- "700": "oklch(39.06% 0.0320 284.84)",
212
- "800": "oklch(26.79% 0.0148 285.38)",
213
- "900": "oklch(18.91% 0.0101 285.42)"
214
- },
215
- "primary-dark": {
216
- "0": "oklch(0.00% 0.0000 NaN)",
217
- "50": "oklch(23.55% 0.0784 5.22)",
218
- "100": "oklch(38.85% 0.1431 8.52)",
219
- "200": "oklch(46.66% 0.1743 9.02)",
220
- "300": "oklch(54.73% 0.2066 9.46)",
221
- "400": "oklch(60.62% 0.2298 9.63)",
222
- "500": "oklch(63.92% 0.2104 5.28)",
223
- "600": "oklch(68.78% 0.1797 1.97)",
224
- "700": "oklch(76.57% 0.1276 358.98)",
225
- "800": "oklch(85.51% 0.0733 356.98)",
226
- "900": "oklch(94.05% 0.0282 355.51)"
227
- },
228
- "secondary-dark": {
229
- "0": "oklch(0.00% 0.0000 NaN)",
230
- "50": "oklch(43.14% 0.1344 145.31)",
231
- "100": "oklch(52.56% 0.1558 147.09)",
232
- "200": "oklch(57.54% 0.1673 147.83)",
233
- "300": "oklch(62.90% 0.1763 147.89)",
234
- "400": "oklch(67.23% 0.1848 147.88)",
235
- "500": "oklch(71.84% 0.1617 148.57)",
236
- "600": "oklch(76.70% 0.1351 149.12)",
237
- "700": "oklch(82.99% 0.0942 149.93)",
238
- "800": "oklch(89.61% 0.0571 149.74)",
239
- "900": "oklch(95.77% 0.0241 151.10)"
240
- },
241
- "tertiary-dark": {
242
- "0": "oklch(0.00% 0.0000 NaN)",
243
- "50": "oklch(45.31% 0.1162 245.86)",
244
- "100": "oklch(55.32% 0.1255 240.41)",
245
- "200": "oklch(60.48% 0.1324 238.12)",
246
- "300": "oklch(66.14% 0.1382 235.75)",
247
- "400": "oklch(70.20% 0.1419 233.82)",
248
- "500": "oklch(73.53% 0.1310 229.33)",
249
- "600": "oklch(77.54% 0.1158 225.67)",
250
- "700": "oklch(83.17% 0.0896 223.70)",
251
- "800": "oklch(89.57% 0.0563 220.64)",
252
- "900": "oklch(95.75% 0.0231 220.67)"
253
- },
254
- "info-dark": {
255
- "0": "oklch(0.00% 0.0000 NaN)",
256
- "50": "oklch(20.84% 0.0811 259.09)",
257
- "100": "oklch(28.68% 0.0962 258.87)",
258
- "200": "oklch(35.06% 0.1310 258.67)",
259
- "300": "oklch(43.86% 0.1585 258.07)",
260
- "400": "oklch(54.72% 0.1933 257.47)",
261
- "500": "oklch(65.77% 0.1844 256.27)",
262
- "600": "oklch(75.94% 0.1278 250.45)",
263
- "700": "oklch(87.12% 0.0693 242.12)",
264
- "800": "oklch(94.76% 0.0284 238.21)",
265
- "900": "oklch(98.20% 0.0092 242.79)"
266
- },
267
- "warning-dark": {
268
- "0": "oklch(0.00% 0.0000 NaN)",
269
- "50": "oklch(28.03% 0.0602 71.48)",
270
- "100": "oklch(32.98% 0.0722 68.30)",
271
- "200": "oklch(39.37% 0.0853 68.93)",
272
- "300": "oklch(46.65% 0.1009 70.17)",
273
- "400": "oklch(55.42% 0.1169 75.00)",
274
- "500": "oklch(66.19% 0.1374 79.24)",
275
- "600": "oklch(74.98% 0.1407 87.05)",
276
- "700": "oklch(83.42% 0.1401 91.50)",
277
- "800": "oklch(90.99% 0.1235 95.66)",
278
- "900": "oklch(97.22% 0.0659 100.99)"
279
- },
280
- "danger-dark": {
281
- "0": "oklch(0.00% 0.0000 NaN)",
282
- "50": "oklch(21.92% 0.0876 14.52)",
283
- "100": "oklch(29.16% 0.1169 18.65)",
284
- "200": "oklch(36.34% 0.1413 20.63)",
285
- "300": "oklch(45.31% 0.1751 21.97)",
286
- "400": "oklch(55.98% 0.2080 24.57)",
287
- "500": "oklch(67.11% 0.2042 23.57)",
288
- "600": "oklch(77.41% 0.1330 20.02)",
289
- "700": "oklch(87.87% 0.0643 20.84)",
290
- "800": "oklch(95.14% 0.0241 20.79)",
291
- "900": "oklch(98.40% 0.0080 36.71)"
292
- },
293
- "success-dark": {
294
- "0": "oklch(0.00% 0.0000 NaN)",
295
- "50": "oklch(20.20% 0.0538 151.47)",
296
- "100": "oklch(26.65% 0.0750 149.11)",
297
- "200": "oklch(33.49% 0.0936 148.36)",
298
- "300": "oklch(42.02% 0.1131 148.08)",
299
- "400": "oklch(51.86% 0.1383 147.98)",
300
- "500": "oklch(62.86% 0.1606 148.43)",
301
- "600": "oklch(73.96% 0.1674 149.48)",
302
- "700": "oklch(85.32% 0.1616 150.11)",
303
- "800": "oklch(94.20% 0.0448 151.23)",
304
- "900": "oklch(98.64% 0.0165 150.99)"
305
- },
306
- "highlight-dark": {
307
- "0": "oklch(0.00% 0.0000 NaN)",
308
- "50": "oklch(21.71% 0.0975 291.58)",
309
- "100": "oklch(28.99% 0.1222 292.55)",
310
- "200": "oklch(36.12% 0.1494 293.98)",
311
- "300": "oklch(45.17% 0.1813 293.78)",
312
- "400": "oklch(55.72% 0.2094 295.22)",
313
- "500": "oklch(66.65% 0.1915 297.24)",
314
- "600": "oklch(77.21% 0.1405 302.22)",
315
- "700": "oklch(87.70% 0.0743 304.18)",
316
- "800": "oklch(95.10% 0.0298 307.19)",
317
- "900": "oklch(98.30% 0.0123 317.91)"
318
- },
319
- "neutral-dark": {
320
- "0": "oklch(0.00% 0.0000 NaN)",
321
- "50": "oklch(18.91% 0.0101 285.42)",
322
- "100": "oklch(26.79% 0.0148 285.38)",
323
- "200": "oklch(39.06% 0.0320 284.84)",
324
- "300": "oklch(47.68% 0.0384 284.87)",
325
- "400": "oklch(56.46% 0.0383 285.12)",
326
- "500": "oklch(65.67% 0.0294 285.59)",
327
- "600": "oklch(78.98% 0.0182 286.03)",
328
- "700": "oklch(88.43% 0.0095 286.32)",
329
- "800": "oklch(94.12% 0.0053 286.52)",
330
- "900": "oklch(97.64% 0.0013 287.31)"
331
- }
332
- },
333
- "lineHeight": {
334
- "headline1": "100px",
335
- "headline2'": "64px",
336
- "headline3": "52px",
337
- "headline4": "38px",
338
- "headline5": "28px",
339
- "headline6": "24px",
340
- "subtitle1": "20px",
341
- "subtitle2": "18px",
342
- "body1": "20px",
343
- "body2": "18px",
344
- "caption": "16px",
345
- "button": "18px",
346
- "overline": "16px"
347
- },
348
- "fontWeight": {
349
- "headline1": "300",
350
- "headline2'": "300",
351
- "headline3": "400",
352
- "headline4": "400",
353
- "headline5": "400",
354
- "headline6": "500",
355
- "subtitle1": "400",
356
- "subtitle2": "500",
357
- "body1": "400",
358
- "body2": "400",
359
- "caption": "400",
360
- "button": "700",
361
- "overline": "500"
362
- },
363
- "letterSpacing": {
364
- "headline1": "-0.25px",
365
- "headline2'": "-0.13333333333333333px",
366
- "headline3": "normal",
367
- "headline4": "0.11764705882352941px",
368
- "headline5": "normal",
369
- "headline6": "0.2px",
370
- "subtitle1": "0.15px",
371
- "subtitle2": "0.1142857142857143px",
372
- "body1": "0.5px",
373
- "body2": "0.2857142857142857px",
374
- "caption": "0.5333333333333333px",
375
- "button": "1.4285714285714286px",
376
- "overline": "2.6666666666666665px"
377
- },
378
- "boxShadow": {
379
- "elevation-none": "none",
380
- "light": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.14)",
381
- "semilight": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px 0px rgba(0, 0, 0, 0.14)",
382
- "regular": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 4px 8px 0px rgba(0, 0, 0, 0.14)",
383
- "semibold": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14)",
384
- "bold": "0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 14px 28px 0px rgba(0, 0, 0, 0.14)",
385
- "extrabold": "0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 32px 64px 0px rgba(0, 0, 0, 0.14)",
386
- "light-dark": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 2px 0px rgba(0, 0, 0, 0.28)",
387
- "semilight-dark": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 2px 4px 0px rgba(0, 0, 0, 0.28)",
388
- "regular-dark": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 4px 8px 0px rgba(0, 0, 0, 0.28)",
389
- "semibold-dark": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 8px 16px 0px rgba(0, 0, 0, 0.28)",
390
- "bold-dark": "0px 0px 8px 0px rgba(0, 0, 0, 0.24), 0px 14px 28px 0px rgba(0, 0, 0, 0.28)",
391
- "extrabold-dark": "0px 0px 8px 0px rgba(0, 0, 0, 0.24), 0px 32px 64px 0px rgba(0, 0, 0, 0.28)"
392
- },
393
- "transitionDuration": {
394
- "short": "200ms",
395
- "medium": "400ms",
396
- "long": "600ms"
397
- }
398
- }
399
- }
400
- };
@@ -1,40 +0,0 @@
1
- // ------------------------------------------------------------------------------
2
- // <auto-generated>
3
- // This code was generated by a tool.
4
- // Changes to this file may cause incorrect behavior and will be lost if
5
- // the code is regenerated.
6
- // </auto-generated>
7
- // ------------------------------------------------------------------------------
8
-
9
- module.exports = {
10
- "theme": {
11
- "extend": {
12
- "fontFamily": {
13
- "DEFAULT": "'Inter', Roboto, Helvetica, sans-serif"
14
- },
15
- "borderRadius": {
16
- "DEFAULT": "12px"
17
- },
18
- "spacing": {
19
- "DEFAULT": "8px"
20
- },
21
- "borderWidth": {
22
- "DEFAULT": "2px"
23
- },
24
- "colors": {
25
- "primary": {
26
- "DEFAULT": "oklch(48.14% 0.2784 286.55)"
27
- },
28
- "secondary": {
29
- "DEFAULT": "oklch(37.32% 0.2273 279.07)"
30
- },
31
- "tertiary": {
32
- "DEFAULT": "oklch(79.79% 0.1416 183.25)"
33
- }
34
- },
35
- "boxShadow": {
36
- "DEFAULT": "none"
37
- }
38
- }
39
- }
40
- };