@breadstone/mosaik-themes 0.0.178 → 0.0.179

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 (70) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/package.json +6 -49
  3. package/tailwind/v3/index.d.ts +26 -0
  4. package/tailwind/v3/index.d.ts.map +1 -0
  5. package/tailwind/v3/index.js +95 -0
  6. package/tailwind/v3/index.js.map +1 -0
  7. package/tailwind/v3/plugins/bootstrapTailwindPlugin.d.ts +5 -0
  8. package/tailwind/v3/plugins/bootstrapTailwindPlugin.d.ts.map +1 -0
  9. package/tailwind/v3/plugins/bootstrapTailwindPlugin.js +113 -0
  10. package/tailwind/v3/plugins/bootstrapTailwindPlugin.js.map +1 -0
  11. package/tailwind/v3/plugins/cosmopolitanTailwindPlugin.d.ts +5 -0
  12. package/tailwind/v3/plugins/cosmopolitanTailwindPlugin.d.ts.map +1 -0
  13. package/tailwind/v3/plugins/cosmopolitanTailwindPlugin.js +144 -0
  14. package/tailwind/v3/plugins/cosmopolitanTailwindPlugin.js.map +1 -0
  15. package/tailwind/v3/plugins/fluentTailwindPlugin.d.ts +5 -0
  16. package/tailwind/v3/plugins/fluentTailwindPlugin.d.ts.map +1 -0
  17. package/tailwind/v3/plugins/fluentTailwindPlugin.js +64 -0
  18. package/tailwind/v3/plugins/fluentTailwindPlugin.js.map +1 -0
  19. package/tailwind/v3/plugins/joyTailwindPlugin.d.ts +5 -0
  20. package/tailwind/v3/plugins/joyTailwindPlugin.d.ts.map +1 -0
  21. package/tailwind/v3/plugins/joyTailwindPlugin.js +414 -0
  22. package/tailwind/v3/plugins/joyTailwindPlugin.js.map +1 -0
  23. package/tailwind/v3/plugins/materialTailwindPlugin.d.ts +5 -0
  24. package/tailwind/v3/plugins/materialTailwindPlugin.d.ts.map +1 -0
  25. package/tailwind/v3/plugins/materialTailwindPlugin.js +54 -0
  26. package/tailwind/v3/plugins/materialTailwindPlugin.js.map +1 -0
  27. package/tailwind/v3/plugins/memphisTailwindPlugin.d.ts +5 -0
  28. package/tailwind/v3/plugins/memphisTailwindPlugin.d.ts.map +1 -0
  29. package/tailwind/v3/plugins/memphisTailwindPlugin.js +357 -0
  30. package/tailwind/v3/plugins/memphisTailwindPlugin.js.map +1 -0
  31. package/tailwind/v3/presets/bootstrapTailwindPresets.d.ts +3 -0
  32. package/tailwind/v3/presets/bootstrapTailwindPresets.d.ts.map +1 -0
  33. package/tailwind/v3/presets/bootstrapTailwindPresets.js +102 -0
  34. package/tailwind/v3/presets/bootstrapTailwindPresets.js.map +1 -0
  35. package/tailwind/v3/presets/cosmopolitanTailwindPresets.d.ts +3 -0
  36. package/tailwind/v3/presets/cosmopolitanTailwindPresets.d.ts.map +1 -0
  37. package/tailwind/v3/presets/cosmopolitanTailwindPresets.js +133 -0
  38. package/tailwind/v3/presets/cosmopolitanTailwindPresets.js.map +1 -0
  39. package/tailwind/v3/presets/fluentTailwindPresets.d.ts +3 -0
  40. package/tailwind/v3/presets/fluentTailwindPresets.d.ts.map +1 -0
  41. package/tailwind/v3/presets/fluentTailwindPresets.js +53 -0
  42. package/tailwind/v3/presets/fluentTailwindPresets.js.map +1 -0
  43. package/tailwind/v3/presets/joyTailwindPresets.d.ts +3 -0
  44. package/tailwind/v3/presets/joyTailwindPresets.d.ts.map +1 -0
  45. package/tailwind/v3/presets/joyTailwindPresets.js +403 -0
  46. package/tailwind/v3/presets/joyTailwindPresets.js.map +1 -0
  47. package/tailwind/v3/presets/materialTailwindPresets.d.ts +3 -0
  48. package/tailwind/v3/presets/materialTailwindPresets.d.ts.map +1 -0
  49. package/tailwind/v3/presets/materialTailwindPresets.js +43 -0
  50. package/tailwind/v3/presets/materialTailwindPresets.js.map +1 -0
  51. package/tailwind/v3/presets/memphisTailwindPresets.d.ts +3 -0
  52. package/tailwind/v3/presets/memphisTailwindPresets.d.ts.map +1 -0
  53. package/tailwind/v3/presets/memphisTailwindPresets.js +346 -0
  54. package/tailwind/v3/presets/memphisTailwindPresets.js.map +1 -0
  55. package/Theming/Strategies/IThemeGeneratorStrategy.d.ts +0 -27
  56. package/Theming/Strategies/IThemeGeneratorStrategy.d.ts.map +0 -1
  57. package/Theming/Strategies/IThemeGeneratorStrategy.js +0 -3
  58. package/Theming/Strategies/IThemeGeneratorStrategy.js.map +0 -1
  59. package/tailwind/v3/plugins/mosaik-bootstrap.tailwind.plugin.cjs +0 -108
  60. package/tailwind/v3/plugins/mosaik-cosmopolitan.tailwind.plugin.cjs +0 -139
  61. package/tailwind/v3/plugins/mosaik-fluent.tailwind.plugin.cjs +0 -59
  62. package/tailwind/v3/plugins/mosaik-joy.tailwind.plugin.cjs +0 -409
  63. package/tailwind/v3/plugins/mosaik-material.tailwind.plugin.cjs +0 -49
  64. package/tailwind/v3/plugins/mosaik-memphis.tailwind.plugin.cjs +0 -352
  65. package/tailwind/v3/presets/mosaik-bootstrap.tailwind.presets.cjs +0 -99
  66. package/tailwind/v3/presets/mosaik-cosmopolitan.tailwind.presets.cjs +0 -130
  67. package/tailwind/v3/presets/mosaik-fluent.tailwind.presets.cjs +0 -50
  68. package/tailwind/v3/presets/mosaik-joy.tailwind.presets.cjs +0 -400
  69. package/tailwind/v3/presets/mosaik-material.tailwind.presets.cjs +0 -40
  70. package/tailwind/v3/presets/mosaik-memphis.tailwind.presets.cjs +0 -343
@@ -1,352 +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
- const plugin = require('tailwindcss/plugin');
10
-
11
- module.exports = plugin(function({ addUtilities, theme, e }) {
12
- // Optional: Add custom utilities here
13
- // Example: Custom shadow utilities
14
- // const shadows = theme('boxShadow') || {};
15
- // const shadowUtils = Object.entries(shadows).reduce((acc, [key, value]) => {
16
- // acc['.' + e('shadow-' + key)] = { boxShadow: value };
17
- // return acc;
18
- // }, {});
19
- // addUtilities(shadowUtils);
20
- }, {
21
- "extend": {
22
- "fontFamily": {
23
- "sans": "Nunito, sans-serif",
24
- "headline1": "Nunito, sans-serif",
25
- "headline2'": "Nunito, sans-serif",
26
- "headline3": "Nunito, sans-serif",
27
- "headline4": "Nunito, sans-serif",
28
- "headline5": "Nunito, sans-serif",
29
- "headline6": "Nunito, sans-serif",
30
- "subtitle1": "Nunito, sans-serif",
31
- "subtitle2": "Nunito, sans-serif",
32
- "body1": "Nunito, sans-serif",
33
- "body2": "Nunito, sans-serif",
34
- "caption": "Nunito, sans-serif",
35
- "button": "Nunito, sans-serif",
36
- "overline": "Nunito, sans-serif"
37
- },
38
- "borderRadius": {
39
- "DEFAULT": "0px"
40
- },
41
- "spacing": {
42
- "DEFAULT": "10px"
43
- },
44
- "borderWidth": {
45
- "DEFAULT": "3px"
46
- },
47
- "colors": {
48
- "scheme-background": {
49
- "DEFAULT": "oklch(93.70% 0.0000 NaN)"
50
- },
51
- "scheme-foreground": {
52
- "DEFAULT": "oklch(38.62% 0.0207 251.11)"
53
- },
54
- "scheme-highlight": {
55
- "DEFAULT": "oklch(86.07% 0.0000 NaN)"
56
- },
57
- "scheme-middlelight": {
58
- "DEFAULT": "oklch(63.34% 0.0000 NaN)"
59
- },
60
- "scheme-lowlight": {
61
- "DEFAULT": "oklch(47.48% 0.0000 NaN)"
62
- },
63
- "scheme-transparent": {
64
- "DEFAULT": "oklch(100.00% 0.0000 NaN / 0.00)"
65
- },
66
- "scheme-semiTransparent": {
67
- "DEFAULT": "oklch(100.00% 0.0000 NaN / 0.67)"
68
- },
69
- "scheme-disabled": {
70
- "DEFAULT": "oklch(51.73% 0.0000 NaN)"
71
- },
72
- "scheme-contrast": {
73
- "DEFAULT": "oklch(32.11% 0.0000 NaN)"
74
- },
75
- "scheme-background-dark": {
76
- "DEFAULT": "oklch(19.57% 0.0000 NaN)"
77
- },
78
- "scheme-foreground-dark": {
79
- "DEFAULT": "oklch(79.35% 0.0173 70.48)"
80
- },
81
- "scheme-highlight-dark": {
82
- "DEFAULT": "oklch(30.12% 0.0000 NaN)"
83
- },
84
- "scheme-middlelight-dark": {
85
- "DEFAULT": "oklch(56.24% 0.0000 NaN)"
86
- },
87
- "scheme-lowlight-dark": {
88
- "DEFAULT": "oklch(71.55% 0.0000 NaN)"
89
- },
90
- "scheme-transparent-dark": {
91
- "DEFAULT": "oklch(100.00% 0.0000 NaN / 0.00)"
92
- },
93
- "scheme-semiTransparent-dark": {
94
- "DEFAULT": "oklch(0.00% 0.0000 NaN / 0.67)"
95
- },
96
- "scheme-disabled-dark": {
97
- "DEFAULT": "oklch(39.79% 0.0000 NaN)"
98
- },
99
- "scheme-contrast-dark": {
100
- "DEFAULT": "oklch(100.00% 0.0000 NaN)"
101
- },
102
- "primary": {
103
- "0": "oklch(100.00% 0.0000 NaN)",
104
- "50": "oklch(98.21% 0.0000 NaN)",
105
- "100": "oklch(96.12% 0.0000 NaN)",
106
- "200": "oklch(93.10% 0.0000 NaN)",
107
- "300": "oklch(88.22% 0.0000 NaN)",
108
- "400": "oklch(76.99% 0.0000 NaN)",
109
- "500": "oklch(66.65% 0.0000 NaN)",
110
- "600": "oklch(53.13% 0.0000 NaN)",
111
- "700": "oklch(46.40% 0.0000 NaN)",
112
- "800": "oklch(34.85% 0.0000 NaN)",
113
- "900": "oklch(21.78% 0.0000 NaN)"
114
- },
115
- "secondary": {
116
- "0": "oklch(100.00% 0.0000 NaN)",
117
- "50": "oklch(94.97% 0.0197 181.01)",
118
- "100": "oklch(87.34% 0.0468 179.37)",
119
- "200": "oklch(79.59% 0.0765 177.63)",
120
- "300": "oklch(72.02% 0.0990 175.79)",
121
- "400": "oklch(66.49% 0.1076 175.10)",
122
- "500": "oklch(61.35% 0.1083 173.03)",
123
- "600": "oklch(57.43% 0.1030 171.47)",
124
- "700": "oklch(52.55% 0.0957 170.04)",
125
- "800": "oklch(47.58% 0.0876 169.17)",
126
- "900": "oklch(38.51% 0.0745 165.49)"
127
- },
128
- "info": {
129
- "0": "oklch(100.00% 0.0000 NaN)",
130
- "50": "oklch(93.99% 0.0203 279.98)",
131
- "100": "oklch(84.66% 0.0556 281.77)",
132
- "200": "oklch(74.58% 0.0927 278.40)",
133
- "300": "oklch(64.30% 0.1333 276.18)",
134
- "400": "oklch(56.30% 0.1679 273.90)",
135
- "500": "oklch(48.71% 0.1977 270.31)",
136
- "600": "oklch(45.84% 0.1955 270.44)",
137
- "700": "oklch(42.49% 0.1941 269.50)",
138
- "800": "oklch(39.05% 0.1932 268.83)",
139
- "900": "oklch(33.07% 0.1949 265.89)"
140
- },
141
- "warning": {
142
- "0": "oklch(100.00% 0.0000 NaN)",
143
- "50": "oklch(98.50% 0.0301 106.90)",
144
- "100": "oklch(96.06% 0.0707 106.78)",
145
- "200": "oklch(94.00% 0.1164 108.96)",
146
- "300": "oklch(91.71% 0.1543 109.48)",
147
- "400": "oklch(89.86% 0.1772 110.18)",
148
- "500": "oklch(88.33% 0.1942 111.06)",
149
- "600": "oklch(83.31% 0.1816 109.76)",
150
- "700": "oklch(76.80% 0.1654 107.77)",
151
- "800": "oklch(70.25% 0.1489 104.75)",
152
- "900": "oklch(58.92% 0.1214 96.61)"
153
- },
154
- "danger": {
155
- "0": "oklch(100.00% 0.0000 NaN)",
156
- "50": "oklch(95.66% 0.0178 4.63)",
157
- "100": "oklch(89.30% 0.0454 9.58)",
158
- "200": "oklch(77.19% 0.0850 17.37)",
159
- "300": "oklch(68.64% 0.1170 19.23)",
160
- "400": "oklch(65.26% 0.1653 22.80)",
161
- "500": "oklch(64.08% 0.1872 26.78)",
162
- "600": "oklch(60.73% 0.1797 25.28)",
163
- "700": "oklch(56.68% 0.1705 24.38)",
164
- "800": "oklch(53.67% 0.1615 25.20)",
165
- "900": "oklch(50.01% 0.1579 26.13)"
166
- },
167
- "success": {
168
- "0": "oklch(100.00% 0.0000 NaN)",
169
- "50": "oklch(94.97% 0.0197 181.01)",
170
- "100": "oklch(87.34% 0.0468 179.37)",
171
- "200": "oklch(79.59% 0.0765 177.63)",
172
- "300": "oklch(72.02% 0.0990 175.79)",
173
- "400": "oklch(66.49% 0.1076 175.10)",
174
- "500": "oklch(61.35% 0.1083 173.03)",
175
- "600": "oklch(57.43% 0.1030 171.47)",
176
- "700": "oklch(52.55% 0.0957 170.04)",
177
- "800": "oklch(47.58% 0.0876 169.17)",
178
- "900": "oklch(38.51% 0.0745 165.49)"
179
- },
180
- "neutral": {
181
- "0": "oklch(100.00% 0.0000 NaN)",
182
- "50": "oklch(98.21% 0.0000 NaN)",
183
- "100": "oklch(96.12% 0.0000 NaN)",
184
- "200": "oklch(93.10% 0.0000 NaN)",
185
- "300": "oklch(88.22% 0.0000 NaN)",
186
- "400": "oklch(76.99% 0.0000 NaN)",
187
- "500": "oklch(66.65% 0.0000 NaN)",
188
- "600": "oklch(53.13% 0.0000 NaN)",
189
- "700": "oklch(46.40% 0.0000 NaN)",
190
- "800": "oklch(34.85% 0.0000 NaN)",
191
- "900": "oklch(21.78% 0.0000 NaN)"
192
- },
193
- "primary-dark": {
194
- "0": "oklch(0.00% 0.0000 NaN)",
195
- "50": "oklch(21.78% 0.0000 NaN)",
196
- "100": "oklch(34.85% 0.0000 NaN)",
197
- "200": "oklch(46.40% 0.0000 NaN)",
198
- "300": "oklch(53.13% 0.0000 NaN)",
199
- "400": "oklch(66.65% 0.0000 NaN)",
200
- "500": "oklch(76.99% 0.0000 NaN)",
201
- "600": "oklch(88.22% 0.0000 NaN)",
202
- "700": "oklch(93.10% 0.0000 NaN)",
203
- "800": "oklch(96.12% 0.0000 NaN)",
204
- "900": "oklch(98.21% 0.0000 NaN)"
205
- },
206
- "secondary-dark": {
207
- "0": "oklch(0.00% 0.0000 NaN)",
208
- "50": "oklch(38.51% 0.0745 165.49)",
209
- "100": "oklch(47.58% 0.0876 169.17)",
210
- "200": "oklch(52.55% 0.0957 170.04)",
211
- "300": "oklch(57.43% 0.1030 171.47)",
212
- "400": "oklch(61.35% 0.1083 173.03)",
213
- "500": "oklch(66.49% 0.1076 175.10)",
214
- "600": "oklch(72.02% 0.0990 175.79)",
215
- "700": "oklch(79.59% 0.0765 177.63)",
216
- "800": "oklch(87.34% 0.0468 179.37)",
217
- "900": "oklch(94.97% 0.0197 181.01)"
218
- },
219
- "info-dark": {
220
- "0": "oklch(0.00% 0.0000 NaN)",
221
- "50": "oklch(33.07% 0.1949 265.89)",
222
- "100": "oklch(39.05% 0.1932 268.83)",
223
- "200": "oklch(42.49% 0.1941 269.50)",
224
- "300": "oklch(45.84% 0.1955 270.44)",
225
- "400": "oklch(48.71% 0.1977 270.31)",
226
- "500": "oklch(56.30% 0.1679 273.90)",
227
- "600": "oklch(64.30% 0.1333 276.18)",
228
- "700": "oklch(74.58% 0.0927 278.40)",
229
- "800": "oklch(84.66% 0.0556 281.77)",
230
- "900": "oklch(93.99% 0.0203 279.98)"
231
- },
232
- "warning-dark": {
233
- "0": "oklch(0.00% 0.0000 NaN)",
234
- "50": "oklch(58.92% 0.1214 96.61)",
235
- "100": "oklch(70.25% 0.1489 104.75)",
236
- "200": "oklch(76.80% 0.1654 107.77)",
237
- "300": "oklch(83.31% 0.1816 109.76)",
238
- "400": "oklch(88.33% 0.1942 111.06)",
239
- "500": "oklch(89.86% 0.1772 110.18)",
240
- "600": "oklch(91.71% 0.1543 109.48)",
241
- "700": "oklch(94.00% 0.1164 108.96)",
242
- "800": "oklch(96.06% 0.0707 106.78)",
243
- "900": "oklch(98.50% 0.0301 106.90)"
244
- },
245
- "danger-dark": {
246
- "0": "oklch(0.00% 0.0000 NaN)",
247
- "50": "oklch(50.01% 0.1579 26.13)",
248
- "100": "oklch(53.67% 0.1615 25.20)",
249
- "200": "oklch(56.68% 0.1705 24.38)",
250
- "300": "oklch(60.73% 0.1797 25.28)",
251
- "400": "oklch(64.08% 0.1872 26.78)",
252
- "500": "oklch(65.26% 0.1653 22.80)",
253
- "600": "oklch(68.64% 0.1170 19.23)",
254
- "700": "oklch(77.19% 0.0850 17.37)",
255
- "800": "oklch(89.30% 0.0454 9.58)",
256
- "900": "oklch(95.66% 0.0178 4.63)"
257
- },
258
- "success-dark": {
259
- "0": "oklch(0.00% 0.0000 NaN)",
260
- "50": "oklch(38.51% 0.0745 165.49)",
261
- "100": "oklch(47.58% 0.0876 169.17)",
262
- "200": "oklch(52.55% 0.0957 170.04)",
263
- "300": "oklch(57.43% 0.1030 171.47)",
264
- "400": "oklch(61.35% 0.1083 173.03)",
265
- "500": "oklch(66.49% 0.1076 175.10)",
266
- "600": "oklch(72.02% 0.0990 175.79)",
267
- "700": "oklch(79.59% 0.0765 177.63)",
268
- "800": "oklch(87.34% 0.0468 179.37)",
269
- "900": "oklch(94.97% 0.0197 181.01)"
270
- },
271
- "neutral-dark": {
272
- "0": "oklch(0.00% 0.0000 NaN)",
273
- "50": "oklch(21.78% 0.0000 NaN)",
274
- "100": "oklch(34.85% 0.0000 NaN)",
275
- "200": "oklch(46.40% 0.0000 NaN)",
276
- "300": "oklch(53.13% 0.0000 NaN)",
277
- "400": "oklch(66.65% 0.0000 NaN)",
278
- "500": "oklch(76.99% 0.0000 NaN)",
279
- "600": "oklch(88.22% 0.0000 NaN)",
280
- "700": "oklch(93.10% 0.0000 NaN)",
281
- "800": "oklch(96.12% 0.0000 NaN)",
282
- "900": "oklch(98.21% 0.0000 NaN)"
283
- }
284
- },
285
- "lineHeight": {
286
- "headline1": "100px",
287
- "headline2'": "64px",
288
- "headline3": "52px",
289
- "headline4": "38px",
290
- "headline5": "28px",
291
- "headline6": "24px",
292
- "subtitle1": "20px",
293
- "subtitle2": "18px",
294
- "body1": "20px",
295
- "body2": "18px",
296
- "caption": "16px",
297
- "button": "18px",
298
- "overline": "16px"
299
- },
300
- "fontWeight": {
301
- "headline1": "300",
302
- "headline2'": "300",
303
- "headline3": "400",
304
- "headline4": "400",
305
- "headline5": "400",
306
- "headline6": "500",
307
- "subtitle1": "400",
308
- "subtitle2": "500",
309
- "body1": "400",
310
- "body2": "400",
311
- "caption": "400",
312
- "button": "700",
313
- "overline": "500"
314
- },
315
- "letterSpacing": {
316
- "headline1": "-0.25px",
317
- "headline2'": "-0.13333333333333333px",
318
- "headline3": "normal",
319
- "headline4": "0.11764705882352941px",
320
- "headline5": "normal",
321
- "headline6": "0.2px",
322
- "subtitle1": "0.15px",
323
- "subtitle2": "0.1142857142857143px",
324
- "body1": "0.5px",
325
- "body2": "0.2857142857142857px",
326
- "caption": "0.5333333333333333px",
327
- "button": "1.4285714285714286px",
328
- "overline": "2.6666666666666665px"
329
- },
330
- "boxShadow": {
331
- "elevation-none": "none",
332
- "elevation-light-light-_": "2px 2px 0px 0px oklch(32.11% 0.0000 NaN)",
333
- "elevation-light-semilight-_": "3px 3px 0px 0px oklch(32.11% 0.0000 NaN)",
334
- "elevation-light-regular-_": "4px 4px 0px 0px oklch(32.11% 0.0000 NaN)",
335
- "elevation-light-semibold-_": "5px 5px 0px 0px oklch(32.11% 0.0000 NaN)",
336
- "elevation-light-bold-_": "6px 6px 0px 0px oklch(32.11% 0.0000 NaN)",
337
- "elevation-light-extrabold-_": "7px 7px 0px 0px oklch(32.11% 0.0000 NaN)",
338
- "elevation-dark-light-_": "2px 2px 0px 0px oklch(100.00% 0.0000 NaN)",
339
- "elevation-dark-semilight-_": "3px 3px 0px 0px oklch(100.00% 0.0000 NaN)",
340
- "elevation-dark-regular-_": "4px 4px 0px 0px oklch(100.00% 0.0000 NaN)",
341
- "elevation-dark-semibold-_": "5px 5px 0px 0px oklch(100.00% 0.0000 NaN)",
342
- "elevation-dark-bold-_": "6px 6px 0px 0px oklch(100.00% 0.0000 NaN)",
343
- "elevation-dark-extrabold-_": "7px 7px 0px 0px oklch(100.00% 0.0000 NaN)"
344
- },
345
- "transitionDuration": {
346
- "DEFAULT": "200ms 400ms 600ms",
347
- "short": "200ms",
348
- "medium": "400ms",
349
- "long": "600ms"
350
- }
351
- }
352
- });
@@ -1,99 +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
- "100": "#cfe2ff",
27
- "200": "#9ec5fe",
28
- "300": "#6ea8fe",
29
- "400": "#3d8bfd",
30
- "500": "#0d6efd",
31
- "600": "#0a58ca",
32
- "700": "#084298",
33
- "800": "#052c65",
34
- "900": "#031633"
35
- },
36
- "secondary": {
37
- "100": "#f8f9fa",
38
- "200": "#e9ecef",
39
- "300": "#dee2e6",
40
- "400": "#ced4da",
41
- "500": "#adb5bd",
42
- "600": "#6c757d",
43
- "700": "#495057",
44
- "800": "#343a40",
45
- "900": "#212529"
46
- },
47
- "primary-dark": {
48
- "100": "#cfe2ff",
49
- "200": "#9ec5fe",
50
- "300": "#6ea8fe",
51
- "400": "#3d8bfd",
52
- "500": "#0d6efd",
53
- "600": "#0a58ca",
54
- "700": "#084298",
55
- "800": "#052c65",
56
- "900": "#031633"
57
- },
58
- "secondary-dark": {
59
- "100": "#f8f9fa",
60
- "200": "#e9ecef",
61
- "300": "#dee2e6",
62
- "400": "#ced4da",
63
- "500": "#adb5bd",
64
- "600": "#6c757d",
65
- "700": "#495057",
66
- "800": "#343a40",
67
- "900": "#212529"
68
- }
69
- },
70
- "lineHeight": {
71
- "headline1": "1.2",
72
- "headline2": "1.2",
73
- "headline3": "1.2",
74
- "headline4": "1.2",
75
- "headline5": "1.2",
76
- "headline6": "1.2"
77
- },
78
- "fontWeight": {
79
- "headline1": "300",
80
- "headline2": "300",
81
- "headline3": "300",
82
- "headline4": "300",
83
- "headline5": "300",
84
- "headline6": "300"
85
- },
86
- "letterSpacing": {
87
- "headline1": "0",
88
- "headline2": "0",
89
- "headline3": "0",
90
- "headline4": "0",
91
- "headline5": "0",
92
- "headline6": "0"
93
- },
94
- "boxShadow": {
95
- "DEFAULT": "none"
96
- }
97
- }
98
- }
99
- };
@@ -1,130 +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": "'Noto Sans', sans-serif",
14
- "heading": "'Noto Sans', sans-serif",
15
- "content": "'Noto Sans', sans-serif",
16
- "button": "'Noto Sans', sans-serif"
17
- },
18
- "borderRadius": {
19
- "DEFAULT": "3px"
20
- },
21
- "spacing": {
22
- "DEFAULT": "8px"
23
- },
24
- "borderWidth": {
25
- "DEFAULT": "1px"
26
- },
27
- "colors": {
28
- "scheme-contrast": {
29
- "DEFAULT": "oklch(100.00% 0.0000 NaN)"
30
- },
31
- "scheme-background": {
32
- "DEFAULT": "oklch(100.00% 0.0000 NaN)"
33
- },
34
- "scheme-foreground": {
35
- "DEFAULT": "oklch(0.00% 0.0000 NaN)"
36
- },
37
- "scheme-highlight": {
38
- "DEFAULT": "oklch(91.28% 0.0000 NaN)"
39
- },
40
- "scheme-middlelight": {
41
- "DEFAULT": "oklch(56.93% 0.0000 NaN)"
42
- },
43
- "scheme-lowlight": {
44
- "DEFAULT": "oklch(42.02% 0.0000 NaN)"
45
- },
46
- "scheme-transparent": {
47
- "DEFAULT": "oklch(100.00% 0.0000 NaN / 0.00)"
48
- },
49
- "scheme-semiTransparent": {
50
- "DEFAULT": "oklch(100.00% 0.0000 NaN / 0.67)"
51
- },
52
- "scheme-disabled": {
53
- "DEFAULT": "oklch(77.47% 0.0055 67.77)"
54
- },
55
- "scheme-contrast-dark": {
56
- "DEFAULT": "oklch(100.00% 0.0000 NaN)"
57
- },
58
- "scheme-background-dark": {
59
- "DEFAULT": "oklch(29.82% 0.0014 17.61)"
60
- },
61
- "scheme-foreground-dark": {
62
- "DEFAULT": "oklch(100.00% 0.0000 NaN)"
63
- },
64
- "scheme-highlight-dark": {
65
- "DEFAULT": "oklch(32.11% 0.0000 NaN)"
66
- },
67
- "scheme-middlelight-dark": {
68
- "DEFAULT": "oklch(51.03% 0.0000 NaN)"
69
- },
70
- "scheme-lowlight-dark": {
71
- "DEFAULT": "oklch(68.30% 0.0000 NaN)"
72
- },
73
- "scheme-transparent-dark": {
74
- "DEFAULT": "oklch(20.46% 0.0000 NaN / 0.00)"
75
- },
76
- "scheme-semiTransparent-dark": {
77
- "DEFAULT": "oklch(20.46% 0.0000 NaN / 0.67)"
78
- },
79
- "scheme-disabled-dark": {
80
- "DEFAULT": "oklch(46.58% 0.0062 67.68)"
81
- },
82
- "primary": {
83
- "0": "oklch(100.00% 0.0000 NaN)",
84
- "100": "oklch(91.74% 0.0497 347.24)",
85
- "500": "oklch(59.06% 0.2325 355.11)"
86
- },
87
- "primary-dark": {
88
- "0": "oklch(0.00% 0.0000 NaN)",
89
- "100": "oklch(26.98% 0.1065 359.19)",
90
- "500": "oklch(59.06% 0.2325 355.11)"
91
- }
92
- },
93
- "lineHeight": {
94
- "heading": "28px",
95
- "content": "20px",
96
- "button": "20px"
97
- },
98
- "fontWeight": {
99
- "heading": "300",
100
- "content": "300",
101
- "button": "700"
102
- },
103
- "letterSpacing": {
104
- "heading": "-0.25px",
105
- "content": "-0.25px",
106
- "button": "-0.25px"
107
- },
108
- "boxShadow": {
109
- "elevation-none": "none",
110
- "light": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.14)",
111
- "semilight": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px 0px rgba(0, 0, 0, 0.14)",
112
- "regular": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 4px 8px 0px rgba(0, 0, 0, 0.14)",
113
- "semibold": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14)",
114
- "bold": "0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 14px 28px 0px rgba(0, 0, 0, 0.14)",
115
- "extrabold": "0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 32px 64px 0px rgba(0, 0, 0, 0.14)",
116
- "light-dark": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 2px 0px rgba(0, 0, 0, 0.28)",
117
- "semilight-dark": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 2px 4px 0px rgba(0, 0, 0, 0.28)",
118
- "regular-dark": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 4px 8px 0px rgba(0, 0, 0, 0.28)",
119
- "semibold-dark": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 8px 16px 0px rgba(0, 0, 0, 0.28)",
120
- "bold-dark": "0px 0px 8px 0px rgba(0, 0, 0, 0.24), 0px 14px 28px 0px rgba(0, 0, 0, 0.28)",
121
- "extrabold-dark": "0px 0px 8px 0px rgba(0, 0, 0, 0.24), 0px 32px 64px 0px rgba(0, 0, 0, 0.28)"
122
- },
123
- "transitionDuration": {
124
- "short": "200ms",
125
- "medium": "400ms",
126
- "long": "600ms"
127
- }
128
- }
129
- }
130
- };
@@ -1,50 +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": "#0078D4"
27
- },
28
- "secondary": {
29
- "DEFAULT": "#005A9E"
30
- },
31
- "tertiary": {
32
- "DEFAULT": "#003E6B"
33
- }
34
- },
35
- "boxShadow": {
36
- "DEFAULT": "none"
37
- },
38
- "transitionDuration": {
39
- "durationUltraFast": "50ms",
40
- "durationFaster": "100ms",
41
- "durationFast": "150ms",
42
- "durationNormal": "200ms",
43
- "durationGentle": "250ms",
44
- "durationSlow": "300ms",
45
- "durationSlower": "400ms",
46
- "durationUltraSlow": "500ms"
47
- }
48
- }
49
- }
50
- };