@breadstone/mosaik-themes 0.0.205 → 0.0.209

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 (80) hide show
  1. package/CHANGELOG.md +143 -0
  2. package/_index.scss +0 -12
  3. package/index.cjs +1457 -696
  4. package/index.cjs.map +1 -1
  5. package/index.d.mts +256 -58
  6. package/index.d.ts +256 -58
  7. package/index.js +1458 -697
  8. package/index.js.map +1 -1
  9. package/package.json +6 -3
  10. package/tailwind/v3/index.d.ts +0 -6
  11. package/tailwind/v3/index.d.ts.map +1 -1
  12. package/tailwind/v3/index.js +1 -7
  13. package/tailwind/v3/index.js.map +1 -1
  14. package/tailwind/v3/plugins/cosmopolitanTailwindPlugin.js +272 -12
  15. package/tailwind/v3/plugins/cosmopolitanTailwindPlugin.js.map +1 -1
  16. package/tailwind/v3/plugins/joyTailwindPlugin.js +6 -0
  17. package/tailwind/v3/plugins/joyTailwindPlugin.js.map +1 -1
  18. package/tailwind/v3/plugins/memphisTailwindPlugin.js +204 -140
  19. package/tailwind/v3/plugins/memphisTailwindPlugin.js.map +1 -1
  20. package/tailwind/v3/presets/cosmopolitanTailwindPresets.js +272 -12
  21. package/tailwind/v3/presets/cosmopolitanTailwindPresets.js.map +1 -1
  22. package/tailwind/v3/presets/joyTailwindPresets.js +6 -0
  23. package/tailwind/v3/presets/joyTailwindPresets.js.map +1 -1
  24. package/tailwind/v3/presets/memphisTailwindPresets.js +204 -140
  25. package/tailwind/v3/presets/memphisTailwindPresets.js.map +1 -1
  26. package/tailwind/v4/cosmopolitanTailwindPresets.css +305 -0
  27. package/tailwind/v4/joyTailwindPresets.css +321 -0
  28. package/tailwind/v4/memphisTailwindPresets.css +322 -0
  29. package/themes/___cosmopolitan-tokens.css +264 -20
  30. package/themes/___joy-tokens.css +2 -0
  31. package/themes/___memphis-tokens.css +188 -140
  32. package/themes/cosmopolitan-tokens.scss +264 -20
  33. package/themes/cosmopolitan.scss +661 -77
  34. package/themes/joy-tokens.scss +2 -0
  35. package/themes/joy.scss +341 -53
  36. package/themes/memphis-tokens.scss +188 -140
  37. package/themes/memphis.scss +527 -193
  38. package/index.node.cjs +0 -2710
  39. package/index.node.cjs.map +0 -1
  40. package/index.node.d.mts +0 -468
  41. package/index.node.d.ts +0 -468
  42. package/index.node.js +0 -2695
  43. package/index.node.js.map +0 -1
  44. package/tailwind/v3/plugins/base/c.d.ts +0 -44
  45. package/tailwind/v3/plugins/base/c.d.ts.map +0 -1
  46. package/tailwind/v3/plugins/base/c.js +0 -155
  47. package/tailwind/v3/plugins/base/c.js.map +0 -1
  48. package/tailwind/v3/plugins/bootstrapTailwindPlugin.d.ts +0 -2
  49. package/tailwind/v3/plugins/bootstrapTailwindPlugin.d.ts.map +0 -1
  50. package/tailwind/v3/plugins/bootstrapTailwindPlugin.js +0 -112
  51. package/tailwind/v3/plugins/bootstrapTailwindPlugin.js.map +0 -1
  52. package/tailwind/v3/plugins/fluentTailwindPlugin.d.ts +0 -2
  53. package/tailwind/v3/plugins/fluentTailwindPlugin.d.ts.map +0 -1
  54. package/tailwind/v3/plugins/fluentTailwindPlugin.js +0 -63
  55. package/tailwind/v3/plugins/fluentTailwindPlugin.js.map +0 -1
  56. package/tailwind/v3/plugins/materialTailwindPlugin.d.ts +0 -2
  57. package/tailwind/v3/plugins/materialTailwindPlugin.d.ts.map +0 -1
  58. package/tailwind/v3/plugins/materialTailwindPlugin.js +0 -53
  59. package/tailwind/v3/plugins/materialTailwindPlugin.js.map +0 -1
  60. package/tailwind/v3/presets/bootstrapTailwindPresets.d.ts +0 -2
  61. package/tailwind/v3/presets/bootstrapTailwindPresets.d.ts.map +0 -1
  62. package/tailwind/v3/presets/bootstrapTailwindPresets.js +0 -101
  63. package/tailwind/v3/presets/bootstrapTailwindPresets.js.map +0 -1
  64. package/tailwind/v3/presets/fluentTailwindPresets.d.ts +0 -2
  65. package/tailwind/v3/presets/fluentTailwindPresets.d.ts.map +0 -1
  66. package/tailwind/v3/presets/fluentTailwindPresets.js +0 -52
  67. package/tailwind/v3/presets/fluentTailwindPresets.js.map +0 -1
  68. package/tailwind/v3/presets/materialTailwindPresets.d.ts +0 -2
  69. package/tailwind/v3/presets/materialTailwindPresets.d.ts.map +0 -1
  70. package/tailwind/v3/presets/materialTailwindPresets.js +0 -42
  71. package/tailwind/v3/presets/materialTailwindPresets.js.map +0 -1
  72. package/themes/___bootstrap-tokens.css +0 -91
  73. package/themes/___fluent-tokens.css +0 -30
  74. package/themes/___material-tokens.css +0 -22
  75. package/themes/bootstrap-tokens.scss +0 -89
  76. package/themes/bootstrap.scss +0 -163
  77. package/themes/fluent-tokens.scss +0 -28
  78. package/themes/fluent.scss +0 -1591
  79. package/themes/material-tokens.scss +0 -20
  80. package/themes/material.scss +0 -94
@@ -0,0 +1,322 @@
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
+ @theme {
10
+ /* border-width */
11
+ --border-width-layout-thickness: 3px;
12
+
13
+ /* color */
14
+ --color-danger-0: oklch(100.00% 0.0000 NaN);
15
+ --color-danger-0-dark: oklch(0.00% 0.0000 NaN);
16
+ --color-danger-100: oklch(95.14% 0.0241 20.79);
17
+ --color-danger-100-dark: oklch(29.16% 0.1169 18.65);
18
+ --color-danger-200: oklch(87.87% 0.0643 20.84);
19
+ --color-danger-200-dark: oklch(36.34% 0.1413 20.63);
20
+ --color-danger-300: oklch(77.41% 0.1330 20.02);
21
+ --color-danger-300-dark: oklch(45.31% 0.1751 21.97);
22
+ --color-danger-400: oklch(67.11% 0.2042 23.57);
23
+ --color-danger-400-dark: oklch(55.98% 0.2080 24.57);
24
+ --color-danger-50: oklch(98.40% 0.0080 36.71);
25
+ --color-danger-50-dark: oklch(21.92% 0.0876 14.52);
26
+ --color-danger-500: oklch(55.98% 0.2080 24.57);
27
+ --color-danger-500-dark: oklch(67.11% 0.2042 23.57);
28
+ --color-danger-600: oklch(45.31% 0.1751 21.97);
29
+ --color-danger-600-dark: oklch(77.41% 0.1330 20.02);
30
+ --color-danger-700: oklch(36.34% 0.1413 20.63);
31
+ --color-danger-700-dark: oklch(87.87% 0.0643 20.84);
32
+ --color-danger-800: oklch(29.16% 0.1169 18.65);
33
+ --color-danger-800-dark: oklch(95.14% 0.0241 20.79);
34
+ --color-danger-900: oklch(21.92% 0.0876 14.52);
35
+ --color-danger-900-dark: oklch(98.40% 0.0080 36.71);
36
+ --color-highlight-0: oklch(100.00% 0.0000 NaN);
37
+ --color-highlight-0-dark: oklch(0.00% 0.0000 NaN);
38
+ --color-highlight-100: oklch(95.10% 0.0298 307.19);
39
+ --color-highlight-100-dark: oklch(28.99% 0.1222 292.55);
40
+ --color-highlight-200: oklch(87.70% 0.0743 304.18);
41
+ --color-highlight-200-dark: oklch(36.12% 0.1494 293.98);
42
+ --color-highlight-300: oklch(77.21% 0.1405 302.22);
43
+ --color-highlight-300-dark: oklch(45.17% 0.1813 293.78);
44
+ --color-highlight-400: oklch(66.65% 0.1915 297.24);
45
+ --color-highlight-400-dark: oklch(55.72% 0.2094 295.22);
46
+ --color-highlight-50: oklch(98.30% 0.0123 317.91);
47
+ --color-highlight-50-dark: oklch(21.71% 0.0975 291.58);
48
+ --color-highlight-500: oklch(55.72% 0.2094 295.22);
49
+ --color-highlight-500-dark: oklch(66.65% 0.1915 297.24);
50
+ --color-highlight-600: oklch(45.17% 0.1813 293.78);
51
+ --color-highlight-600-dark: oklch(77.21% 0.1405 302.22);
52
+ --color-highlight-700: oklch(36.12% 0.1494 293.98);
53
+ --color-highlight-700-dark: oklch(87.70% 0.0743 304.18);
54
+ --color-highlight-800: oklch(28.99% 0.1222 292.55);
55
+ --color-highlight-800-dark: oklch(95.10% 0.0298 307.19);
56
+ --color-highlight-900: oklch(21.71% 0.0975 291.58);
57
+ --color-highlight-900-dark: oklch(98.30% 0.0123 317.91);
58
+ --color-info-0: oklch(100.00% 0.0000 NaN);
59
+ --color-info-0-dark: oklch(0.00% 0.0000 NaN);
60
+ --color-info-100: oklch(94.76% 0.0284 238.21);
61
+ --color-info-100-dark: oklch(28.68% 0.0962 258.87);
62
+ --color-info-200: oklch(87.12% 0.0693 242.12);
63
+ --color-info-200-dark: oklch(35.06% 0.1310 258.67);
64
+ --color-info-300: oklch(75.94% 0.1278 250.45);
65
+ --color-info-300-dark: oklch(43.86% 0.1585 258.07);
66
+ --color-info-400: oklch(65.77% 0.1844 256.27);
67
+ --color-info-400-dark: oklch(54.72% 0.1933 257.47);
68
+ --color-info-50: oklch(98.20% 0.0092 242.79);
69
+ --color-info-50-dark: oklch(20.84% 0.0811 259.09);
70
+ --color-info-500: oklch(54.72% 0.1933 257.47);
71
+ --color-info-500-dark: oklch(65.77% 0.1844 256.27);
72
+ --color-info-600: oklch(43.86% 0.1585 258.07);
73
+ --color-info-600-dark: oklch(75.94% 0.1278 250.45);
74
+ --color-info-700: oklch(35.06% 0.1310 258.67);
75
+ --color-info-700-dark: oklch(87.12% 0.0693 242.12);
76
+ --color-info-800: oklch(28.68% 0.0962 258.87);
77
+ --color-info-800-dark: oklch(94.76% 0.0284 238.21);
78
+ --color-info-900: oklch(20.84% 0.0811 259.09);
79
+ --color-info-900-dark: oklch(98.20% 0.0092 242.79);
80
+ --color-neutral-0: oklch(100.00% 0.0000 NaN);
81
+ --color-neutral-0-dark: oklch(0.00% 0.0000 NaN);
82
+ --color-neutral-100: oklch(94.12% 0.0053 286.52);
83
+ --color-neutral-100-dark: oklch(26.79% 0.0148 285.38);
84
+ --color-neutral-200: oklch(88.43% 0.0095 286.32);
85
+ --color-neutral-200-dark: oklch(39.06% 0.0320 284.84);
86
+ --color-neutral-300: oklch(78.98% 0.0182 286.03);
87
+ --color-neutral-300-dark: oklch(47.68% 0.0384 284.87);
88
+ --color-neutral-400: oklch(65.67% 0.0294 285.59);
89
+ --color-neutral-400-dark: oklch(56.46% 0.0383 285.12);
90
+ --color-neutral-50: oklch(97.64% 0.0013 287.31);
91
+ --color-neutral-50-dark: oklch(18.91% 0.0101 285.42);
92
+ --color-neutral-500: oklch(56.46% 0.0383 285.12);
93
+ --color-neutral-500-dark: oklch(65.67% 0.0294 285.59);
94
+ --color-neutral-600: oklch(47.68% 0.0384 284.87);
95
+ --color-neutral-600-dark: oklch(78.98% 0.0182 286.03);
96
+ --color-neutral-700: oklch(39.06% 0.0320 284.84);
97
+ --color-neutral-700-dark: oklch(88.43% 0.0095 286.32);
98
+ --color-neutral-800: oklch(26.79% 0.0148 285.38);
99
+ --color-neutral-800-dark: oklch(94.12% 0.0053 286.52);
100
+ --color-neutral-900: oklch(18.91% 0.0101 285.42);
101
+ --color-neutral-900-dark: oklch(97.64% 0.0013 287.31);
102
+ --color-primary-0: oklch(100.00% 0.0000 NaN);
103
+ --color-primary-0-dark: oklch(0.00% 0.0000 NaN);
104
+ --color-primary-100: #f8bcd0;
105
+ --color-primary-100-dark: oklch(38.85% 0.1431 8.52);
106
+ --color-primary-200: oklch(76.57% 0.1276 358.98);
107
+ --color-primary-200-dark: oklch(46.66% 0.1743 9.02);
108
+ --color-primary-300: oklch(68.78% 0.1797 1.97);
109
+ --color-primary-300-dark: oklch(54.73% 0.2066 9.46);
110
+ --color-primary-400: #ec407a;
111
+ --color-primary-400-dark: oklch(60.62% 0.2298 9.63);
112
+ --color-primary-50: oklch(94.05% 0.0282 355.51);
113
+ --color-primary-50-dark: oklch(23.55% 0.0784 5.22);
114
+ --color-primary-500: oklch(60.62% 0.2298 9.63);
115
+ --color-primary-500-dark: oklch(63.92% 0.2104 5.28);
116
+ --color-primary-600: oklch(54.73% 0.2066 9.46);
117
+ --color-primary-600-dark: oklch(68.78% 0.1797 1.97);
118
+ --color-primary-700: oklch(46.66% 0.1743 9.02);
119
+ --color-primary-700-dark: oklch(76.57% 0.1276 358.98);
120
+ --color-primary-800: oklch(38.85% 0.1431 8.52);
121
+ --color-primary-800-dark: oklch(85.51% 0.0733 356.98);
122
+ --color-primary-900: oklch(23.55% 0.0784 5.22);
123
+ --color-primary-900-dark: oklch(94.05% 0.0282 355.51);
124
+ --color-scheme-background: oklch(93.70% 0.0000 NaN);
125
+ --color-scheme-background-dark: oklch(19.57% 0.0000 NaN);
126
+ --color-scheme-contrast: oklch(32.11% 0.0000 NaN);
127
+ --color-scheme-contrast-dark: oklch(100.00% 0.0000 NaN);
128
+ --color-scheme-disabled: oklch(51.73% 0.0000 NaN);
129
+ --color-scheme-disabled-dark: oklch(39.79% 0.0000 NaN);
130
+ --color-scheme-foreground: oklch(38.62% 0.0207 251.11);
131
+ --color-scheme-foreground-dark: oklch(79.35% 0.0173 70.48);
132
+ --color-scheme-highlight: oklch(86.07% 0.0000 NaN);
133
+ --color-scheme-highlight-dark: oklch(30.12% 0.0000 NaN);
134
+ --color-scheme-lowlight: oklch(47.48% 0.0000 NaN);
135
+ --color-scheme-lowlight-dark: oklch(71.55% 0.0000 NaN);
136
+ --color-scheme-middlelight: oklch(63.34% 0.0000 NaN);
137
+ --color-scheme-middlelight-dark: oklch(56.24% 0.0000 NaN);
138
+ --color-scheme-selection: oklch(81.26% 0.0933 268.18);
139
+ --color-scheme-selection-dark: oklch(59.81% 0.2213 277.37);
140
+ --color-scheme-semiTransparent: oklch(100.00% 0.0000 NaN / 0.67);
141
+ --color-scheme-semiTransparent-dark: oklch(0.00% 0.0000 NaN / 0.67);
142
+ --color-scheme-surface: oklch(100.00% 0.0000 NaN);
143
+ --color-scheme-surface-dark: oklch(30.12% 0.0000 NaN);
144
+ --color-scheme-transparent: oklch(100.00% 0.0000 NaN / 0.00);
145
+ --color-scheme-transparent-dark: oklch(100.00% 0.0000 NaN / 0.00);
146
+ --color-secondary-0: oklch(100.00% 0.0000 NaN);
147
+ --color-secondary-0-dark: oklch(0.00% 0.0000 NaN);
148
+ --color-secondary-100: oklch(89.61% 0.0571 149.74);
149
+ --color-secondary-100-dark: oklch(52.56% 0.1558 147.09);
150
+ --color-secondary-200: oklch(82.99% 0.0942 149.93);
151
+ --color-secondary-200-dark: oklch(57.54% 0.1673 147.83);
152
+ --color-secondary-300: oklch(76.70% 0.1351 149.12);
153
+ --color-secondary-300-dark: oklch(62.90% 0.1763 147.89);
154
+ --color-secondary-400: oklch(71.84% 0.1617 148.57);
155
+ --color-secondary-400-dark: oklch(67.23% 0.1848 147.88);
156
+ --color-secondary-50: oklch(95.77% 0.0241 151.10);
157
+ --color-secondary-50-dark: oklch(43.14% 0.1344 145.31);
158
+ --color-secondary-500: oklch(67.23% 0.1848 147.88);
159
+ --color-secondary-500-dark: oklch(71.84% 0.1617 148.57);
160
+ --color-secondary-600: oklch(62.90% 0.1763 147.89);
161
+ --color-secondary-600-dark: oklch(76.70% 0.1351 149.12);
162
+ --color-secondary-700: oklch(57.54% 0.1673 147.83);
163
+ --color-secondary-700-dark: oklch(82.99% 0.0942 149.93);
164
+ --color-secondary-800: oklch(52.56% 0.1558 147.09);
165
+ --color-secondary-800-dark: oklch(89.61% 0.0571 149.74);
166
+ --color-secondary-900: oklch(43.14% 0.1344 145.31);
167
+ --color-secondary-900-dark: oklch(95.77% 0.0241 151.10);
168
+ --color-success-0: oklch(100.00% 0.0000 NaN);
169
+ --color-success-0-dark: oklch(0.00% 0.0000 NaN);
170
+ --color-success-100: oklch(94.20% 0.0448 151.23);
171
+ --color-success-100-dark: oklch(26.65% 0.0750 149.11);
172
+ --color-success-200: oklch(85.32% 0.1616 150.11);
173
+ --color-success-200-dark: oklch(33.49% 0.0936 148.36);
174
+ --color-success-300: oklch(73.96% 0.1674 149.48);
175
+ --color-success-300-dark: oklch(42.02% 0.1131 148.08);
176
+ --color-success-400: oklch(62.86% 0.1606 148.43);
177
+ --color-success-400-dark: oklch(51.86% 0.1383 147.98);
178
+ --color-success-50: oklch(98.64% 0.0165 150.99);
179
+ --color-success-50-dark: oklch(20.20% 0.0538 151.47);
180
+ --color-success-500: oklch(51.86% 0.1383 147.98);
181
+ --color-success-500-dark: oklch(62.86% 0.1606 148.43);
182
+ --color-success-600: oklch(42.02% 0.1131 148.08);
183
+ --color-success-600-dark: oklch(73.96% 0.1674 149.48);
184
+ --color-success-700: oklch(33.49% 0.0936 148.36);
185
+ --color-success-700-dark: oklch(85.32% 0.1616 150.11);
186
+ --color-success-800: oklch(26.65% 0.0750 149.11);
187
+ --color-success-800-dark: oklch(94.20% 0.0448 151.23);
188
+ --color-success-900: oklch(20.20% 0.0538 151.47);
189
+ --color-success-900-dark: oklch(98.64% 0.0165 150.99);
190
+ --color-tertiary-0: oklch(100.00% 0.0000 NaN);
191
+ --color-tertiary-0-dark: oklch(0.00% 0.0000 NaN);
192
+ --color-tertiary-100: oklch(89.57% 0.0563 220.64);
193
+ --color-tertiary-100-dark: oklch(55.32% 0.1255 240.41);
194
+ --color-tertiary-200: oklch(83.17% 0.0896 223.70);
195
+ --color-tertiary-200-dark: oklch(60.48% 0.1324 238.12);
196
+ --color-tertiary-300: oklch(77.54% 0.1158 225.67);
197
+ --color-tertiary-300-dark: oklch(66.14% 0.1382 235.75);
198
+ --color-tertiary-400: oklch(73.53% 0.1310 229.33);
199
+ --color-tertiary-400-dark: oklch(70.20% 0.1419 233.82);
200
+ --color-tertiary-50: oklch(95.75% 0.0231 220.67);
201
+ --color-tertiary-50-dark: oklch(45.31% 0.1162 245.86);
202
+ --color-tertiary-500: oklch(70.20% 0.1419 233.82);
203
+ --color-tertiary-500-dark: oklch(73.53% 0.1310 229.33);
204
+ --color-tertiary-600: oklch(66.14% 0.1382 235.75);
205
+ --color-tertiary-600-dark: oklch(77.54% 0.1158 225.67);
206
+ --color-tertiary-700: oklch(60.48% 0.1324 238.12);
207
+ --color-tertiary-700-dark: oklch(83.17% 0.0896 223.70);
208
+ --color-tertiary-800: oklch(55.32% 0.1255 240.41);
209
+ --color-tertiary-800-dark: oklch(89.57% 0.0563 220.64);
210
+ --color-tertiary-900: oklch(45.31% 0.1162 245.86);
211
+ --color-tertiary-900-dark: oklch(95.75% 0.0231 220.67);
212
+ --color-warning-0: oklch(100.00% 0.0000 NaN);
213
+ --color-warning-0-dark: oklch(0.00% 0.0000 NaN);
214
+ --color-warning-100: oklch(90.99% 0.1235 95.66);
215
+ --color-warning-100-dark: oklch(32.98% 0.0722 68.30);
216
+ --color-warning-200: oklch(83.42% 0.1401 91.50);
217
+ --color-warning-200-dark: oklch(39.37% 0.0853 68.93);
218
+ --color-warning-300: oklch(74.98% 0.1407 87.05);
219
+ --color-warning-300-dark: oklch(46.65% 0.1009 70.17);
220
+ --color-warning-400: oklch(66.19% 0.1374 79.24);
221
+ --color-warning-400-dark: oklch(55.42% 0.1169 75.00);
222
+ --color-warning-50: oklch(97.22% 0.0659 100.99);
223
+ --color-warning-50-dark: oklch(28.03% 0.0602 71.48);
224
+ --color-warning-500: oklch(55.42% 0.1169 75.00);
225
+ --color-warning-500-dark: oklch(66.19% 0.1374 79.24);
226
+ --color-warning-600: oklch(46.65% 0.1009 70.17);
227
+ --color-warning-600-dark: oklch(74.98% 0.1407 87.05);
228
+ --color-warning-700: oklch(39.37% 0.0853 68.93);
229
+ --color-warning-700-dark: oklch(83.42% 0.1401 91.50);
230
+ --color-warning-800: oklch(32.98% 0.0722 68.30);
231
+ --color-warning-800-dark: oklch(90.99% 0.1235 95.66);
232
+ --color-warning-900: oklch(28.03% 0.0602 71.48);
233
+ --color-warning-900-dark: oklch(97.22% 0.0659 100.99);
234
+
235
+ /* font-family */
236
+ --font-family-body1: Nunito, sans-serif;
237
+ --font-family-body2: Nunito, sans-serif;
238
+ --font-family-button: Nunito, sans-serif;
239
+ --font-family-caption: Nunito, sans-serif;
240
+ --font-family-family: Nunito, sans-serif;
241
+ --font-family-headline1: Nunito, sans-serif;
242
+ --font-family-headline2: Nunito, sans-serif;
243
+ --font-family-headline3: Nunito, sans-serif;
244
+ --font-family-headline4: Nunito, sans-serif;
245
+ --font-family-headline5: Nunito, sans-serif;
246
+ --font-family-headline6: Nunito, sans-serif;
247
+ --font-family-overline: Nunito, sans-serif;
248
+ --font-family-subtitle1: Nunito, sans-serif;
249
+ --font-family-subtitle2: Nunito, sans-serif;
250
+
251
+ /* font-weight */
252
+ --font-weight-body1: 400;
253
+ --font-weight-body2: 400;
254
+ --font-weight-button: 700;
255
+ --font-weight-caption: 400;
256
+ --font-weight-headline1: 300;
257
+ --font-weight-headline2: 300;
258
+ --font-weight-headline3: 400;
259
+ --font-weight-headline4: 400;
260
+ --font-weight-headline5: 400;
261
+ --font-weight-headline6: 500;
262
+ --font-weight-overline: 500;
263
+ --font-weight-subtitle1: 400;
264
+ --font-weight-subtitle2: 500;
265
+
266
+ /* letter-spacing */
267
+ --letter-spacing-body1: 0.5px;
268
+ --letter-spacing-body2: 0.2857142857142857px;
269
+ --letter-spacing-button: 1.4285714285714286px;
270
+ --letter-spacing-caption: 0.5333333333333333px;
271
+ --letter-spacing-headline1: -0.25px;
272
+ --letter-spacing-headline2: -0.13333333333333333px;
273
+ --letter-spacing-headline3: normal;
274
+ --letter-spacing-headline4: 0.11764705882352941px;
275
+ --letter-spacing-headline5: normal;
276
+ --letter-spacing-headline6: 0.2px;
277
+ --letter-spacing-overline: 2.6666666666666665px;
278
+ --letter-spacing-subtitle1: 0.15px;
279
+ --letter-spacing-subtitle2: 0.1142857142857143px;
280
+
281
+ /* line-height */
282
+ --line-height-body1: 20px;
283
+ --line-height-body2: 18px;
284
+ --line-height-button: 18px;
285
+ --line-height-caption: 16px;
286
+ --line-height-headline1: 100px;
287
+ --line-height-headline2: 64px;
288
+ --line-height-headline3: 52px;
289
+ --line-height-headline4: 38px;
290
+ --line-height-headline5: 28px;
291
+ --line-height-headline6: 24px;
292
+ --line-height-overline: 16px;
293
+ --line-height-subtitle1: 20px;
294
+ --line-height-subtitle2: 18px;
295
+
296
+ /* radius */
297
+ --radius-layout-radius: 0px;
298
+
299
+ /* shadow */
300
+ --shadow-bold: 6px 6px 0px 0px oklch(32.11% 0.0000 NaN);
301
+ --shadow-bold-dark: 6px 6px 0px 0px oklch(100.00% 0.0000 NaN);
302
+ --shadow-extrabold: 7px 7px 0px 0px oklch(32.11% 0.0000 NaN);
303
+ --shadow-extrabold-dark: 7px 7px 0px 0px oklch(100.00% 0.0000 NaN);
304
+ --shadow-light: 2px 2px 0px 0px oklch(32.11% 0.0000 NaN);
305
+ --shadow-light-dark: 2px 2px 0px 0px oklch(100.00% 0.0000 NaN);
306
+ --shadow-none: none;
307
+ --shadow-regular: 4px 4px 0px 0px oklch(32.11% 0.0000 NaN);
308
+ --shadow-regular-dark: 4px 4px 0px 0px oklch(100.00% 0.0000 NaN);
309
+ --shadow-semibold: 5px 5px 0px 0px oklch(32.11% 0.0000 NaN);
310
+ --shadow-semibold-dark: 5px 5px 0px 0px oklch(100.00% 0.0000 NaN);
311
+ --shadow-semilight: 3px 3px 0px 0px oklch(32.11% 0.0000 NaN);
312
+ --shadow-semilight-dark: 3px 3px 0px 0px oklch(100.00% 0.0000 NaN);
313
+
314
+ /* spacing */
315
+ --spacing-space: 10px;
316
+
317
+ /* transition-duration */
318
+ --transition-duration-default: 200ms 400ms 600ms;
319
+ --transition-duration-long: 600ms;
320
+ --transition-duration-medium: 400ms;
321
+ --transition-duration-short: 200ms;
322
+ }
@@ -4,6 +4,7 @@
4
4
  --layout-radius: 3px;
5
5
  --layout-space: 8px;
6
6
  --layout-thickness: 1px;
7
+ --scheme-light-surface: #fefefe;
7
8
  --scheme-light-contrast: #ffffff;
8
9
  --scheme-light-background: #ffffff;
9
10
  --scheme-light-foreground: #000000;
@@ -13,6 +14,8 @@
13
14
  --scheme-light-transparent: rgba(255, 255, 255, 0);
14
15
  --scheme-light-semi-transparent: rgba(255, 255, 255, 0.67);
15
16
  --scheme-light-disabled: #b8b5b2;
17
+ --scheme-light-selection: #ffaad4;
18
+ --scheme-dark-surface: #2e2d2d;
16
19
  --scheme-dark-contrast: #ffffff;
17
20
  --scheme-dark-background: #2e2d2d;
18
21
  --scheme-dark-foreground: #ffffff;
@@ -22,24 +25,253 @@
22
25
  --scheme-dark-transparent: rgba(23, 23, 23, 0);
23
26
  --scheme-dark-semi-transparent: rgba(23, 23, 23, 0.67);
24
27
  --scheme-dark-disabled: #5c5956;
28
+ --scheme-dark-selection: #ff66aa;
25
29
  --color-light-primary-0: #ffffff;
26
- --color-light-primary-100: #fed7ea;
27
- --color-light-primary-500: #dc1884;
30
+ --color-light-primary-50: #fce4ec;
31
+ --color-light-primary-100: #f8bcd0;
32
+ --color-light-primary-200: #f48fb1;
33
+ --color-light-primary-300: #f06292;
34
+ --color-light-primary-400: #ec407a;
35
+ --color-light-primary-500: #e91e63;
36
+ --color-light-primary-600: #cb1a56;
37
+ --color-light-primary-700: #a31545;
38
+ --color-light-primary-800: #7e1035;
39
+ --color-light-primary-900: #3a0819;
40
+ --color-light-secondary-0: #ffffff;
41
+ --color-light-secondary-50: #e6f6e9;
42
+ --color-light-secondary-100: #c3e8c9;
43
+ --color-light-secondary-200: #9bd9a7;
44
+ --color-light-secondary-300: #70cb83;
45
+ --color-light-secondary-400: #4dbf68;
46
+ --color-light-secondary-500: #21b34d;
47
+ --color-light-secondary-600: #16a444;
48
+ --color-light-secondary-700: #009238;
49
+ --color-light-secondary-800: #00812d;
50
+ --color-light-secondary-900: #006218;
51
+ --color-light-tertiary-0: #ffffff;
52
+ --color-light-tertiary-50: #e1f5fc;
53
+ --color-light-tertiary-100: #b4e6f7;
54
+ --color-light-tertiary-200: #84d5f3;
55
+ --color-light-tertiary-300: #56c5ee;
56
+ --color-light-tertiary-400: #35b8eb;
57
+ --color-light-tertiary-500: #19ace9;
58
+ --color-light-tertiary-600: #139edb;
59
+ --color-light-tertiary-700: #098bc7;
60
+ --color-light-tertiary-800: #087ab4;
61
+ --color-light-tertiary-900: #005a92;
62
+ --color-light-info-0: #ffffff;
63
+ --color-light-info-50: #f4faff;
64
+ --color-light-info-100: #ddf1ff;
65
+ --color-light-info-200: #addbff;
66
+ --color-light-info-300: #6fb6ff;
67
+ --color-light-info-400: #3990ff;
68
+ --color-light-info-500: #096bde;
69
+ --color-light-info-600: #054da7;
70
+ --color-light-info-700: #02367d;
71
+ --color-light-info-800: #072859;
72
+ --color-light-info-900: #00153c;
73
+ --color-light-warning-0: #ffffff;
74
+ --color-light-warning-50: #fff8c5;
75
+ --color-light-warning-100: #fae17d;
76
+ --color-light-warning-200: #eac54f;
77
+ --color-light-warning-300: #d4a72c;
78
+ --color-light-warning-400: #bf8700;
79
+ --color-light-warning-500: #9a6700;
80
+ --color-light-warning-600: #7d4e00;
81
+ --color-light-warning-700: #633c01;
82
+ --color-light-warning-800: #4d2d00;
83
+ --color-light-warning-900: #3b2300;
84
+ --color-light-danger-0: #ffffff;
85
+ --color-light-danger-50: #fff8f6;
86
+ --color-light-danger-100: #ffe9e8;
87
+ --color-light-danger-200: #ffc7c5;
88
+ --color-light-danger-300: #ff9192;
89
+ --color-light-danger-400: #fa5255;
90
+ --color-light-danger-500: #d3232f;
91
+ --color-light-danger-600: #a10e25;
92
+ --color-light-danger-700: #77061b;
93
+ --color-light-danger-800: #580013;
94
+ --color-light-danger-900: #39000d;
95
+ --color-light-success-0: #ffffff;
96
+ --color-light-success-50: #f3fef5;
97
+ --color-light-success-100: #d7f5dd;
98
+ --color-light-success-200: #77ec95;
99
+ --color-light-success-300: #4cc76e;
100
+ --color-light-success-400: #2ca24d;
101
+ --color-light-success-500: #1a7d36;
102
+ --color-light-success-600: #0f5d26;
103
+ --color-light-success-700: #034318;
104
+ --color-light-success-800: #002f0f;
105
+ --color-light-success-900: #001d09;
106
+ --color-light-highlight-0: #ffffff;
107
+ --color-light-highlight-50: #fdf7ff;
108
+ --color-light-highlight-100: #f4eaff;
109
+ --color-light-highlight-200: #e1cbff;
110
+ --color-light-highlight-300: #c69eff;
111
+ --color-light-highlight-400: #a374f9;
112
+ --color-light-highlight-500: #814dde;
113
+ --color-light-highlight-600: #5f35ae;
114
+ --color-light-highlight-700: #452382;
115
+ --color-light-highlight-800: #301761;
116
+ --color-light-highlight-900: #1d0a42;
117
+ --color-light-neutral-0: #ffffff;
118
+ --color-light-neutral-50: #f7f7f8;
119
+ --color-light-neutral-100: #ebebef;
120
+ --color-light-neutral-200: #d8d8df;
121
+ --color-light-neutral-300: #b9b9c6;
122
+ --color-light-neutral-400: #8f8fa3;
123
+ --color-light-neutral-500: #73738c;
124
+ --color-light-neutral-600: #5a5a72;
125
+ --color-light-neutral-700: #434356;
126
+ --color-light-neutral-800: #25252d;
127
+ --color-light-neutral-900: #131318;
28
128
  --color-dark-primary-0: #000000;
29
- --color-dark-primary-100: #4b0225;
30
- --color-dark-primary-500: #dc1884;
31
- --typography-heading-font-size: 24px;
32
- --typography-heading-line-height: 28px;
33
- --typography-heading-font-weight: 300;
34
- --typography-heading-letter-spacing: -0.25px;
35
- --typography-heading-text-decoration: none;
36
- --typography-heading-text-transform: none;
37
- --typography-content-font-size: 16px;
38
- --typography-content-line-height: 20px;
39
- --typography-content-font-weight: 300;
40
- --typography-content-letter-spacing: -0.25px;
41
- --typography-content-text-decoration: none;
42
- --typography-content-text-transform: none;
129
+ --color-dark-primary-50: #3a0819;
130
+ --color-dark-primary-100: #7e1035;
131
+ --color-dark-primary-200: #a31545;
132
+ --color-dark-primary-300: #cb1a56;
133
+ --color-dark-primary-400: #e91e63;
134
+ --color-dark-primary-500: #ec407a;
135
+ --color-dark-primary-600: #f06292;
136
+ --color-dark-primary-700: #f48fb1;
137
+ --color-dark-primary-800: #f8bcd0;
138
+ --color-dark-primary-900: #fce4ec;
139
+ --color-dark-secondary-0: #000000;
140
+ --color-dark-secondary-50: #006218;
141
+ --color-dark-secondary-100: #00812d;
142
+ --color-dark-secondary-200: #009238;
143
+ --color-dark-secondary-300: #16a444;
144
+ --color-dark-secondary-400: #21b34d;
145
+ --color-dark-secondary-500: #4dbf68;
146
+ --color-dark-secondary-600: #70cb83;
147
+ --color-dark-secondary-700: #9bd9a7;
148
+ --color-dark-secondary-800: #c3e8c9;
149
+ --color-dark-secondary-900: #e6f6e9;
150
+ --color-dark-tertiary-0: #000000;
151
+ --color-dark-tertiary-50: #005a92;
152
+ --color-dark-tertiary-100: #087ab4;
153
+ --color-dark-tertiary-200: #098bc7;
154
+ --color-dark-tertiary-300: #139edb;
155
+ --color-dark-tertiary-400: #19ace9;
156
+ --color-dark-tertiary-500: #35b8eb;
157
+ --color-dark-tertiary-600: #56c5ee;
158
+ --color-dark-tertiary-700: #84d5f3;
159
+ --color-dark-tertiary-800: #b4e6f7;
160
+ --color-dark-tertiary-900: #e1f5fc;
161
+ --color-dark-info-0: #000000;
162
+ --color-dark-info-50: #00153c;
163
+ --color-dark-info-100: #072859;
164
+ --color-dark-info-200: #02367d;
165
+ --color-dark-info-300: #054da7;
166
+ --color-dark-info-400: #096bde;
167
+ --color-dark-info-500: #3990ff;
168
+ --color-dark-info-600: #6fb6ff;
169
+ --color-dark-info-700: #addbff;
170
+ --color-dark-info-800: #ddf1ff;
171
+ --color-dark-info-900: #f4faff;
172
+ --color-dark-warning-0: #000000;
173
+ --color-dark-warning-50: #3b2300;
174
+ --color-dark-warning-100: #4d2d00;
175
+ --color-dark-warning-200: #633c01;
176
+ --color-dark-warning-300: #7d4e00;
177
+ --color-dark-warning-400: #9a6700;
178
+ --color-dark-warning-500: #bf8700;
179
+ --color-dark-warning-600: #d4a72c;
180
+ --color-dark-warning-700: #eac54f;
181
+ --color-dark-warning-800: #fae17d;
182
+ --color-dark-warning-900: #fff8c5;
183
+ --color-dark-danger-0: #000000;
184
+ --color-dark-danger-50: #39000d;
185
+ --color-dark-danger-100: #580013;
186
+ --color-dark-danger-200: #77061b;
187
+ --color-dark-danger-300: #a10e25;
188
+ --color-dark-danger-400: #d3232f;
189
+ --color-dark-danger-500: #fa5255;
190
+ --color-dark-danger-600: #ff9192;
191
+ --color-dark-danger-700: #ffc7c5;
192
+ --color-dark-danger-800: #ffe9e8;
193
+ --color-dark-danger-900: #fff8f6;
194
+ --color-dark-success-0: #000000;
195
+ --color-dark-success-50: #001d09;
196
+ --color-dark-success-100: #002f0f;
197
+ --color-dark-success-200: #034318;
198
+ --color-dark-success-300: #0f5d26;
199
+ --color-dark-success-400: #1a7d36;
200
+ --color-dark-success-500: #2ca24d;
201
+ --color-dark-success-600: #4cc76e;
202
+ --color-dark-success-700: #77ec95;
203
+ --color-dark-success-800: #d7f5dd;
204
+ --color-dark-success-900: #f3fef5;
205
+ --color-dark-highlight-0: #000000;
206
+ --color-dark-highlight-50: #1d0a42;
207
+ --color-dark-highlight-100: #301761;
208
+ --color-dark-highlight-200: #452382;
209
+ --color-dark-highlight-300: #5f35ae;
210
+ --color-dark-highlight-400: #814dde;
211
+ --color-dark-highlight-500: #a374f9;
212
+ --color-dark-highlight-600: #c69eff;
213
+ --color-dark-highlight-700: #e1cbff;
214
+ --color-dark-highlight-800: #f4eaff;
215
+ --color-dark-highlight-900: #fdf7ff;
216
+ --color-dark-neutral-0: #000000;
217
+ --color-dark-neutral-50: #131318;
218
+ --color-dark-neutral-100: #25252d;
219
+ --color-dark-neutral-200: #434356;
220
+ --color-dark-neutral-300: #5a5a72;
221
+ --color-dark-neutral-400: #73738c;
222
+ --color-dark-neutral-500: #8f8fa3;
223
+ --color-dark-neutral-600: #b9b9c6;
224
+ --color-dark-neutral-700: #d8d8df;
225
+ --color-dark-neutral-800: #ebebef;
226
+ --color-dark-neutral-900: #f7f7f8;
227
+ --typography-headline1-font-size: 24px;
228
+ --typography-headline1-line-height: 28px;
229
+ --typography-headline1-font-weight: 300;
230
+ --typography-headline1-letter-spacing: -0.25px;
231
+ --typography-headline1-text-decoration: none;
232
+ --typography-headline1-text-transform: none;
233
+ --typography-headline2-font-size: 24px;
234
+ --typography-headline2-line-height: 28px;
235
+ --typography-headline2-font-weight: 300;
236
+ --typography-headline2-letter-spacing: -0.25px;
237
+ --typography-headline2-text-decoration: none;
238
+ --typography-headline2-text-transform: none;
239
+ --typography-headline3-font-size: 24px;
240
+ --typography-headline3-line-height: 28px;
241
+ --typography-headline3-font-weight: 300;
242
+ --typography-headline3-letter-spacing: -0.25px;
243
+ --typography-headline3-text-decoration: none;
244
+ --typography-headline3-text-transform: none;
245
+ --typography-headline4-font-size: 24px;
246
+ --typography-headline4-line-height: 28px;
247
+ --typography-headline4-font-weight: 300;
248
+ --typography-headline4-letter-spacing: -0.25px;
249
+ --typography-headline4-text-decoration: none;
250
+ --typography-headline4-text-transform: none;
251
+ --typography-headline5-font-size: 24px;
252
+ --typography-headline5-line-height: 28px;
253
+ --typography-headline5-font-weight: 300;
254
+ --typography-headline5-letter-spacing: -0.25px;
255
+ --typography-headline5-text-decoration: none;
256
+ --typography-headline5-text-transform: none;
257
+ --typography-headline6-font-size: 24px;
258
+ --typography-headline6-line-height: 28px;
259
+ --typography-headline6-font-weight: 300;
260
+ --typography-headline6-letter-spacing: -0.25px;
261
+ --typography-headline6-text-decoration: none;
262
+ --typography-headline6-text-transform: none;
263
+ --typography-body1-font-size: 16px;
264
+ --typography-body1-line-height: 20px;
265
+ --typography-body1-font-weight: 300;
266
+ --typography-body1-letter-spacing: -0.25px;
267
+ --typography-body1-text-decoration: none;
268
+ --typography-body1-text-transform: none;
269
+ --typography-body2-font-size: 16px;
270
+ --typography-body2-line-height: 20px;
271
+ --typography-body2-font-weight: 300;
272
+ --typography-body2-letter-spacing: -0.25px;
273
+ --typography-body2-text-decoration: none;
274
+ --typography-body2-text-transform: none;
43
275
  --typography-button-font-size: 16px;
44
276
  --typography-button-line-height: 20px;
45
277
  --typography-button-font-weight: 700;
@@ -189,8 +421,14 @@
189
421
  --size-key-medium: "medium";
190
422
  --size-key-large: "large";
191
423
  --size-key-giant: "giant";
192
- --typography-key-heading: "heading";
193
- --typography-key-content: "content";
424
+ --typography-key-headline1: "headline1";
425
+ --typography-key-headline2: "headline2";
426
+ --typography-key-headline3: "headline3";
427
+ --typography-key-headline4: "headline4";
428
+ --typography-key-headline5: "headline5";
429
+ --typography-key-headline6: "headline6";
430
+ --typography-key-body1: "body1";
431
+ --typography-key-body2: "body2";
194
432
  --typography-key-button: "button";
195
433
  --elevation-key-light: "light";
196
434
  --elevation-key-semilight: "semilight";
@@ -204,8 +442,14 @@
204
442
  --duration-short: 200ms;
205
443
  --duration-medium: 400ms;
206
444
  --duration-long: 600ms;
207
- --typography-heading-font-family: var(--font-family);
208
- --typography-content-font-family: var(--font-family);
445
+ --typography-headline1-font-family: var(--font-family);
446
+ --typography-headline2-font-family: var(--font-family);
447
+ --typography-headline3-font-family: var(--font-family);
448
+ --typography-headline4-font-family: var(--font-family);
449
+ --typography-headline5-font-family: var(--font-family);
450
+ --typography-headline6-font-family: var(--font-family);
451
+ --typography-body1-font-family: var(--font-family);
452
+ --typography-body2-font-family: var(--font-family);
209
453
  --typography-button-font-family: var(--font-family);
210
454
  --size-key: var(--size-key-tiny) var(--size-key-small) var(--size-key-medium) var(--size-key-large) var(--size-key-giant);
211
455
  --elevation-key: var(--elevation-key-light) var(--elevation-key-semilight) var(--elevation-key-regular) var(--elevation-key-semibold) var(--elevation-key-bold) var(--elevation-key-extrabold);
@@ -4,6 +4,7 @@
4
4
  --layout-radius: 12px;
5
5
  --layout-space: 8px;
6
6
  --layout-thickness: 2px;
7
+ --scheme-light-surface: #f5f5f5;
7
8
  --scheme-light-background: #eaeaea;
8
9
  --scheme-light-foreground: #3c454f;
9
10
  --scheme-light-highlight: #d1d1d1;
@@ -14,6 +15,7 @@
14
15
  --scheme-light-disabled: #686868;
15
16
  --scheme-light-contrast: #ffffff;
16
17
  --scheme-light-selection: rgba(204, 204, 204, 0.44);
18
+ --scheme-dark-surface: #1e1e1e;
17
19
  --scheme-dark-background: #151515;
18
20
  --scheme-dark-foreground: #c3bab0;
19
21
  --scheme-dark-highlight: #2e2e2e;