@studious-creative/yumekit 0.1.0

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.
@@ -0,0 +1,397 @@
1
+ /* Colors */
2
+ :root {
3
+ --neutral--: #7f8286ff;
4
+ --neutral-white: #ffffffff;
5
+ --neutral-black: #000000ff;
6
+ --neutral-light-0: #f7f7faff;
7
+ --neutral-light-1: #f0f0f2ff;
8
+ --neutral-light-2: #dfe0e3ff;
9
+ --neutral-light-3: #cacbcfff;
10
+ --neutral-light-4: #bbbdc0ff;
11
+ --neutral-light-5: #acaeb2ff;
12
+ --neutral-light-6: #9d9fa3ff;
13
+ --neutral-light-7: #8e9195ff;
14
+ --neutral-dark-0: #0c0c0dff;
15
+ --neutral-dark-1: #151617ff;
16
+ --neutral-dark-2: #292a2bff;
17
+ --neutral-dark-3: #37383aff;
18
+ --neutral-dark-4: #46474aff;
19
+ --neutral-dark-5: #545659ff;
20
+ --neutral-dark-6: #626568ff;
21
+ --neutral-dark-7: #717377ff;
22
+ --neutral-black-translucent: #0000001f;
23
+ --neutral-white-translucent: #1111111f;
24
+ --red--: #b80421ff;
25
+ --red-light-0: #f2e6e8ff;
26
+ --red-light-1: #ebcacfff;
27
+ --red-light-2: #e4aeb6ff;
28
+ --red-light-3: #dc919dff;
29
+ --red-light-4: #d57585ff;
30
+ --red-light-5: #ce596cff;
31
+ --red-light-6: #c73d53ff;
32
+ --red-light-7: #bf203aff;
33
+ --red-dark-0: #0d0103ff;
34
+ --red-dark-1: #220107ff;
35
+ --red-dark-2: #38020bff;
36
+ --red-dark-3: #4d020eff;
37
+ --red-dark-4: #630312ff;
38
+ --red-dark-5: #780316ff;
39
+ --red-dark-6: #8d031aff;
40
+ --red-dark-7: #a3041dff;
41
+ --red-translucent: #b804211f;
42
+ --orange--: #d13704ff;
43
+ --orange-light-0: #f2e9e6ff;
44
+ --orange-light-1: #eed3caff;
45
+ --orange-light-2: #eabdaeff;
46
+ --orange-light-3: #e6a691ff;
47
+ --orange-light-4: #e29075ff;
48
+ --orange-light-5: #dd7a59ff;
49
+ --orange-light-6: #d9643dff;
50
+ --orange-light-7: #d54d20ff;
51
+ --orange-dark-0: #0d0300ff;
52
+ --orange-dark-1: #260a01ff;
53
+ --orange-dark-2: #3e1001ff;
54
+ --orange-dark-3: #571702ff;
55
+ --orange-dark-4: #6f1d02ff;
56
+ --orange-dark-5: #882403ff;
57
+ --orange-dark-6: #a02a03ff;
58
+ --orange-dark-7: #b93104ff;
59
+ --orange-translucent: #d137041f;
60
+ --amber--: #d16004ff;
61
+ --amber-light-0: #f2ece6ff;
62
+ --amber-light-1: #eedbcaff;
63
+ --amber-light-2: #eac9aeff;
64
+ --amber-light-3: #e6b891ff;
65
+ --amber-light-4: #e2a675ff;
66
+ --amber-light-5: #dd9559ff;
67
+ --amber-light-6: #d9833dff;
68
+ --amber-light-7: #d57220ff;
69
+ --amber-dark-0: #0d0c0cff;
70
+ --amber-dark-1: #26170bff;
71
+ --amber-dark-2: #3e210aff;
72
+ --amber-dark-3: #572c09ff;
73
+ --amber-dark-4: #6f3608ff;
74
+ --amber-dark-5: #884107ff;
75
+ --amber-dark-6: #a04b06ff;
76
+ --amber-dark-7: #b95605ff;
77
+ --amber-translucent: #d160041f;
78
+ --yellow--: #d17f04ff;
79
+ --yellow-light-0: #f2eadfff;
80
+ --yellow-light-1: #eeddc4ff;
81
+ --yellow-light-2: #eacfa8ff;
82
+ --yellow-light-3: #e6c28dff;
83
+ --yellow-light-4: #e2b572ff;
84
+ --yellow-light-5: #dda756ff;
85
+ --yellow-light-6: #d99a3bff;
86
+ --yellow-light-7: #d58c1fff;
87
+ --yellow-dark-0: #0d0c0cff;
88
+ --yellow-dark-1: #261a0bff;
89
+ --yellow-dark-2: #3e290aff;
90
+ --yellow-dark-3: #573709ff;
91
+ --yellow-dark-4: #6f4608ff;
92
+ --yellow-dark-5: #885407ff;
93
+ --yellow-dark-6: #a06206ff;
94
+ --yellow-dark-7: #b97105ff;
95
+ --yellow-translucent: #d17f041f;
96
+ --lime--: #cad104ff;
97
+ --lime-light-0: #f2f2dfff;
98
+ --lime-light-1: #edeec4ff;
99
+ --lime-light-2: #e8eaa8ff;
100
+ --lime-light-3: #e3e68dff;
101
+ --lime-light-4: #dee272ff;
102
+ --lime-light-5: #d9dd56ff;
103
+ --lime-light-6: #d4d93bff;
104
+ --lime-light-7: #cfd51fff;
105
+ --lime-dark-0: #0d0d0cff;
106
+ --lime-dark-1: #25260bff;
107
+ --lime-dark-2: #3c3e0aff;
108
+ --lime-dark-3: #545709ff;
109
+ --lime-dark-4: #6c6f08ff;
110
+ --lime-dark-5: #838807ff;
111
+ --lime-dark-6: #9ba006ff;
112
+ --lime-dark-7: #b2b905ff;
113
+ --lime-translucent: #cad1041f;
114
+ --green--: #2dba73ff;
115
+ --green-light-0: #e6f2ecff;
116
+ --green-light-1: #cfebddff;
117
+ --green-light-2: #b8e4ceff;
118
+ --green-light-3: #a1ddbfff;
119
+ --green-light-4: #8ad6b0ff;
120
+ --green-light-5: #72cfa0ff;
121
+ --green-light-6: #5bc891ff;
122
+ --green-light-7: #44c182ff;
123
+ --green-dark-0: #030d08ff;
124
+ --green-dark-1: #082315ff;
125
+ --green-dark-2: #0e3823ff;
126
+ --green-dark-3: #134e30ff;
127
+ --green-dark-4: #18643eff;
128
+ --green-dark-5: #1d794bff;
129
+ --green-dark-6: #238f58ff;
130
+ --green-dark-7: #28a466ff;
131
+ --green-translucent: #2dba731f;
132
+ --teal--: #04b8b8ff;
133
+ --teal-light-0: #f2fffeff;
134
+ --teal-light-1: #d4f6f5ff;
135
+ --teal-light-2: #b7ededff;
136
+ --teal-light-3: #99e4e4ff;
137
+ --teal-light-4: #7bdcdbff;
138
+ --teal-light-5: #5dd3d2ff;
139
+ --teal-light-6: #40cacaff;
140
+ --teal-light-7: #22c1c1ff;
141
+ --teal-dark-0: #0c0d0dff;
142
+ --teal-dark-1: #0b2624ff;
143
+ --teal-dark-2: #0a3e3cff;
144
+ --teal-dark-3: #095753ff;
145
+ --teal-dark-4: #086f6aff;
146
+ --teal-dark-5: #078881ff;
147
+ --teal-dark-6: #06a099ff;
148
+ --teal-dark-7: #05b9b0ff;
149
+ --teal-translucent: #04b8b81f;
150
+ --blue--: #0576ffff;
151
+ --blue-light-0: #ebf5ffff;
152
+ --blue-light-1: #cee5ffff;
153
+ --blue-light-2: #b2d5ffff;
154
+ --blue-light-3: #95c5ffff;
155
+ --blue-light-4: #78b6ffff;
156
+ --blue-light-5: #5ba6ffff;
157
+ --blue-light-6: #3f96ffff;
158
+ --blue-light-7: #2286ffff;
159
+ --blue-dark-0: #0c0c0dff;
160
+ --blue-dark-1: #0b192bff;
161
+ --blue-dark-2: #0a274aff;
162
+ --blue-dark-3: #093468ff;
163
+ --blue-dark-4: #094186ff;
164
+ --blue-dark-5: #084ea4ff;
165
+ --blue-dark-6: #075cc3ff;
166
+ --blue-dark-7: #0669e1ff;
167
+ --blue-translucent: #0576ff1f;
168
+ --indigo--: #5405ffff;
169
+ --indigo-light-0: #f6f2ffff;
170
+ --indigo-light-1: #e2d4ffff;
171
+ --indigo-light-2: #ceb7ffff;
172
+ --indigo-light-3: #b999ffff;
173
+ --indigo-light-4: #a57cffff;
174
+ --indigo-light-5: #915effff;
175
+ --indigo-light-6: #7d40ffff;
176
+ --indigo-light-7: #6823ffff;
177
+ --indigo-dark-0: #0d0c0cff;
178
+ --indigo-dark-1: #160b2aff;
179
+ --indigo-dark-2: #1f0a49ff;
180
+ --indigo-dark-3: #280967ff;
181
+ --indigo-dark-4: #310986ff;
182
+ --indigo-dark-5: #3908a4ff;
183
+ --indigo-dark-6: #4207c2ff;
184
+ --indigo-dark-7: #4b06e1ff;
185
+ --indigo-translucent: #5405ff1f;
186
+ --purple--: #8a05ffff;
187
+ --purple-light-0: #f9f2ffff;
188
+ --purple-light-1: #ebd4ffff;
189
+ --purple-light-2: #ddb7ffff;
190
+ --purple-light-3: #cf99ffff;
191
+ --purple-light-4: #c27cffff;
192
+ --purple-light-5: #b45effff;
193
+ --purple-light-6: #a640ffff;
194
+ --purple-light-7: #9823ffff;
195
+ --purple-dark-0: #0c0c0dff;
196
+ --purple-dark-1: #1c0b2bff;
197
+ --purple-dark-2: #2c0a4aff;
198
+ --purple-dark-3: #3b0968ff;
199
+ --purple-dark-4: #4b0986ff;
200
+ --purple-dark-5: #5b08a4ff;
201
+ --purple-dark-6: #6b07c3ff;
202
+ --purple-dark-7: #7a06e1ff;
203
+ --purple-translucent: #8a05ff1f;
204
+ --pink--: #ff05a8ff;
205
+ --pink-light-0: #f9f2ffff;
206
+ --pink-light-1: #fad4f4ff;
207
+ --pink-light-2: #fbb7e9ff;
208
+ --pink-light-3: #fb99deff;
209
+ --pink-light-4: #fc7cd4ff;
210
+ --pink-light-5: #fd5ec9ff;
211
+ --pink-light-6: #fe40beff;
212
+ --pink-light-7: #fe23b3ff;
213
+ --pink-dark-0: #0c0c0dff;
214
+ --pink-dark-1: #2a0b20ff;
215
+ --pink-dark-2: #490a34ff;
216
+ --pink-dark-3: #670947ff;
217
+ --pink-dark-4: #86095bff;
218
+ --pink-dark-5: #a4086eff;
219
+ --pink-dark-6: #c20781ff;
220
+ --pink-dark-7: #e10695ff;
221
+ --pink-translucent: #ff05a81f;
222
+ --brown--: #ab642eff;
223
+ --brown-light-0: #f2dfdfff;
224
+ --brown-light-1: #e9d0c9ff;
225
+ --brown-light-2: #e0c0b3ff;
226
+ --brown-light-3: #d7b19dff;
227
+ --brown-light-4: #cfa287ff;
228
+ --brown-light-5: #c69270ff;
229
+ --brown-light-6: #bd835aff;
230
+ --brown-light-7: #b47344ff;
231
+ --brown-dark-0: #0d0c0cff;
232
+ --brown-dark-1: #211710ff;
233
+ --brown-dark-2: #352215ff;
234
+ --brown-dark-3: #482d19ff;
235
+ --brown-dark-4: #5c381dff;
236
+ --brown-dark-5: #704321ff;
237
+ --brown-dark-6: #844e26ff;
238
+ --brown-dark-7: #97592aff;
239
+ --brown-translucent: #ab642e1f;
240
+ }
241
+
242
+ /* Numerics */
243
+ :root {
244
+ --border-none: 0px;
245
+ --border-x-thin: 1px;
246
+ --border-thin: 2px;
247
+ --border-medium: 4px;
248
+ --border-thick: 8px;
249
+ --border-x-thick: 10px;
250
+ --spacing-none: 0px;
251
+ --spacing-4x-small: 1px;
252
+ --spacing-2x-small: 2px;
253
+ --spacing-x-small: 4px;
254
+ --spacing-small: 6px;
255
+ --spacing-medium: 8px;
256
+ --spacing-large: 12px;
257
+ --spacing-x-large: 16px;
258
+ --spacing-2x-large: 24px;
259
+ --spacing-4x-large: 32px;
260
+ --font-size-display-1: 6em;
261
+ --font-size-display-2: 5.5em;
262
+ --font-size-display-3: 4.5em;
263
+ --font-size-display-4: 3.5em;
264
+ --font-size-h1: 2em;
265
+ --font-size-h2: 1.5em;
266
+ --font-size-h3: 1.17em;
267
+ --font-size-h4: 1em;
268
+ --font-size-h5: 0.83em;
269
+ --font-size-paragraph: 1em;
270
+ --font-size-small: 0.8em;
271
+ --font-size-label: 0.83em;
272
+ --font-size-button: 1em;
273
+ --font-size-quote: 1.17em;
274
+ --radii-none: 0px;
275
+ --radii-x-small: 0.125em;
276
+ --radii-small: 0.25em;
277
+ --radii-medium: 0.375em;
278
+ --radii-large: 0.5px;
279
+ --radii-x-large: 1em;
280
+ --radii-full: 9999px;
281
+ --sizing-2x-small: 16px;
282
+ --sizing-x-small: 19px;
283
+ --sizing-small: 32px;
284
+ --sizing-medium: 40px;
285
+ --sizing-large: 56px;
286
+ }
287
+
288
+ /* Components */
289
+
290
+ :root {
291
+ --component-appbar-collapsed-width: 48px;
292
+ --component-appbar-padding: var(--spacing-medium);
293
+ --component-appbar-width: 240px;
294
+ --component-avatar-border-radius-circle: var(--radii-full);
295
+ --component-avatar-border-radius-square: var(--radii-small);
296
+ --component-avatar-size-large: var(--sizing-large);
297
+ --component-avatar-size-medium: var(--sizing-medium);
298
+ --component-avatar-size-small: var(--sizing-small);
299
+ --component-badge-border-radius-circle: var(--radii-full);
300
+ --component-badge-border-radius-square: var(--radii-small);
301
+ --component-badge-padding-large: var(--spacing-small);
302
+ --component-badge-padding-medium: var(--spacing-x-small);
303
+ --component-badge-padding-small: var(--spacing-2x-small);
304
+ --component-badge-size-large: var(--sizing-medium);
305
+ --component-badge-size-medium: var(--sizing-small);
306
+ --component-badge-size-small: var(--sizing-2x-small);
307
+ --component-button-border-radius-inner: var(--radii-x-small);
308
+ --component-button-border-radius-outer: var(--radii-small);
309
+ --component-button-border-width: var(--border-thin);
310
+ --component-button-border-width-2: var(--border-x-thin);
311
+ --component-button-border-width-2: var(--border-x-thin);
312
+ --component-button-padding-large: var(--spacing-x-large);
313
+ --component-button-padding-medium: var(--spacing-medium);
314
+ --component-button-padding-small: var(--spacing-x-small);
315
+ --component-card-border-radius-inner: var(--radii-small);
316
+ --component-card-border-radius-outer: var(--radii-medium);
317
+ --component-card-border-width: var(--border-x-thin);
318
+ --component-card-inner-border-width: var(--border-x-thin);
319
+ --component-card-padding-inner: var(--spacing-medium);
320
+ --component-card-padding-outer: var(--spacing-x-large);
321
+ --component-checkbox-icon-size: var(--sizing-2x-small);
322
+ --component-checkbox-size: var(--sizing-x-small);
323
+ --component-dialog-border-radius-inner: var(--radii-x-small);
324
+ --component-dialog-border-radius-outer: var(--radii-small);
325
+ --component-dialog-border-width: var(--border-x-thin);
326
+ --component-dialog-inner-border-width: var(--border-x-thin);
327
+ --component-dialog-padding: var(--spacing-medium);
328
+ --component-drawer-border-radius: var(--radii-small);
329
+ --component-drawer-border-width: var(--border-x-thin);
330
+ --component-drawer-handle-padding: var(--spacing-x-small);
331
+ --component-drawer-handle-width: var(--spacing-x-small);
332
+ --component-drawer-padding: var(--spacing-medium);
333
+ --component-inputs-border-radius-inner: var(--radii-x-small);
334
+ --component-inputs-border-radius-outer: var(--radii-small);
335
+ --component-inputs-border-width: var(--border-thin);
336
+ --component-inputs-padding-large: var(--spacing-x-large);
337
+ --component-inputs-padding-medium: var(--spacing-medium);
338
+ --component-inputs-padding-small: var(--spacing-x-small);
339
+ --component-menu-border-radius: var(--radii-x-small);
340
+ --component-menu-border-width: var(--border-x-thin);
341
+ --component-menu-padding-horizontal: var(--spacing-small);
342
+ --component-menu-padding-vertical: var(--spacing-x-small);
343
+ --component-panelbar-border-radius: var(--radii-x-small);
344
+ --component-panelbar-border-width: var(--border-x-thin);
345
+ --component-panelbar-border-width: var(--border-x-thin);
346
+ --component-panelbar-padding: var(--spacing-medium);
347
+ --component-progress-border-radius-inner: var(--radii-small);
348
+ --component-progress-border-radius-outer: calc(var(--radii-small) + 4px);
349
+ --component-progress-border-width: var(--border-x-thin);
350
+ --component-progress-padding: var(--spacing-x-small);
351
+ --component-progress-size-large: var(--sizing-large);
352
+ --component-progress-size-medium: var(--sizing-medium);
353
+ --component-progress-size-small: var(--sizing-small);
354
+ --component-radio-dot-offset: var(--spacing-2x-small);
355
+ --component-radio-dot-size: var(--spacing-medium);
356
+ --component-radio-size: var(--sizing-2x-small);
357
+ --component-sidebar-border-radius: var(--radii-small);
358
+ --component-sidebar-border-width: var(--border-x-thin);
359
+ --component-slider-border-radius-inner: var(--radii-small);
360
+ --component-slider-border-radius-outer: calc(var(--radii-small) + 4px);
361
+ --component-slider-border-width: var(--border-x-thin);
362
+ --component-slider-padding: var(--spacing-x-small);
363
+ --component-slider-thumb-border-radius: var(--radii-x-small);
364
+ --component-switch-border-radius: var(--radii-full);
365
+ --component-switch-border-width: var(--border-x-thin);
366
+ --component-switch-padding: var(--spacing-2x-small);
367
+ --component-tab-border-radius-inner: var(--radii-x-small);
368
+ --component-tab-border-radius-outer: var(--radii-small);
369
+ --component-tab-border-width: var(--border-x-thin);
370
+ --component-tab-gap-large: var(--spacing-large);
371
+ --component-tab-gap-medium: var(--spacing-small);
372
+ --component-tab-gap-small: var(--spacing-2x-small);
373
+ --component-tab-padding-large: var(--spacing-2x-large);
374
+ --component-tab-padding-medium: var(--spacing-large);
375
+ --component-tab-padding-small: var(--spacing-small);
376
+ --component-table-border-radius: var(--radii-small);
377
+ --component-table-border-width: var(--border-x-thin);
378
+ --component-table-border-width-header: var(--border-thin);
379
+ --component-table-padding-large: var(--spacing-large);
380
+ --component-table-padding-medium: var(--spacing-medium);
381
+ --component-table-padding-small: var(--spacing-small);
382
+ --component-tag-border-radius-circle: var(--radii-full);
383
+ --component-tag-border-radius-square: var(--radii-small);
384
+ --component-tag-padding-large: var(--spacing-small);
385
+ --component-tag-padding-medium: var(--spacing-x-small);
386
+ --component-tag-padding-small: var(--spacing-2x-small);
387
+ --component-tag-size-large: var(--sizing-large);
388
+ --component-tag-size-medium: var(--sizing-medium);
389
+ --component-tag-size-small: var(--sizing-small);
390
+ --component-toast-border-radius: var(--radii-small);
391
+ --component-toast-offset: var(--spacing-x-large);
392
+ --component-toast-padding: var(--spacing-medium);
393
+ --component-toast-padding-h: var(--spacing-x-large);
394
+ --component-tooltip-border-radius: var(--radii-small);
395
+ --component-tooltip-padding: var(--spacing-x-small);
396
+ --component-tooltip-padding-h: var(--spacing-medium);
397
+ }