@fias/arche-sdk 1.1.4 → 1.1.5

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 (43) hide show
  1. package/dist/bridge.d.ts +11 -1
  2. package/dist/bridge.d.ts.map +1 -1
  3. package/dist/bridge.js +61 -2
  4. package/dist/bridge.js.map +1 -1
  5. package/dist/bridge.test.js +24 -7
  6. package/dist/bridge.test.js.map +1 -1
  7. package/dist/cli/create-plugin.js +4 -1
  8. package/dist/cli/create-plugin.js.map +1 -1
  9. package/dist/hooks.d.ts +18 -1
  10. package/dist/hooks.d.ts.map +1 -1
  11. package/dist/hooks.js +69 -2
  12. package/dist/hooks.js.map +1 -1
  13. package/dist/hooks.test.js +30 -6
  14. package/dist/hooks.test.js.map +1 -1
  15. package/dist/index.d.ts +7 -2
  16. package/dist/index.d.ts.map +1 -1
  17. package/dist/index.js +16 -1
  18. package/dist/index.js.map +1 -1
  19. package/dist/index.mjs +1966 -5
  20. package/dist/theme.d.ts +18 -0
  21. package/dist/theme.d.ts.map +1 -0
  22. package/dist/theme.js +85 -0
  23. package/dist/theme.js.map +1 -0
  24. package/dist/themes/catalog-data.d.ts +3 -0
  25. package/dist/themes/catalog-data.d.ts.map +1 -0
  26. package/dist/themes/catalog-data.js +1559 -0
  27. package/dist/themes/catalog-data.js.map +1 -0
  28. package/dist/themes/fonts.d.ts +17 -0
  29. package/dist/themes/fonts.d.ts.map +1 -0
  30. package/dist/themes/fonts.js +175 -0
  31. package/dist/themes/fonts.js.map +1 -0
  32. package/dist/themes/index.d.ts +20 -0
  33. package/dist/themes/index.d.ts.map +1 -0
  34. package/dist/themes/index.js +76 -0
  35. package/dist/themes/index.js.map +1 -0
  36. package/dist/types.d.ts +28 -2
  37. package/dist/types.d.ts.map +1 -1
  38. package/package.json +5 -4
  39. package/templates/default/.cursorrules +1 -0
  40. package/templates/default/.github/copilot-instructions.md +1 -0
  41. package/templates/default/AGENTS.md +351 -0
  42. package/templates/default/CLAUDE.md +351 -0
  43. package/templates/default/fias-plugin.json +2 -1
@@ -0,0 +1,1559 @@
1
+ "use strict";
2
+ // Auto-generated from DaisyUI v5 themes — do not edit manually
3
+ // Run: npx tsx scripts/convert-daisy-themes.ts > packages/arche-sdk/src/themes/catalog-data.ts
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.DAISY_THEMES = void 0;
6
+ exports.DAISY_THEMES = [
7
+ {
8
+ id: 'abyss',
9
+ name: 'Abyss',
10
+ source: 'daisy',
11
+ mode: 'dark',
12
+ theme: {
13
+ mode: 'dark',
14
+ colors: {
15
+ primary: '#bdff00',
16
+ primaryText: '#427600',
17
+ secondary: '#cebef4',
18
+ accent: '#505050',
19
+ background: '#001e29',
20
+ surface: '#00111d',
21
+ card: '#00111d',
22
+ cardText: '#ffd6a7',
23
+ text: '#ffd6a7',
24
+ textSecondary: '#564775',
25
+ muted: '#003843',
26
+ mutedText: '#ffd6a7',
27
+ border: '#000611',
28
+ error: '#f04e4f',
29
+ warning: '#ffbf00',
30
+ success: '#01df72',
31
+ info: '#00bafe',
32
+ },
33
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
34
+ fonts: {
35
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
36
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
37
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
38
+ },
39
+ components: {
40
+ borderRadius: '0.5rem',
41
+ buttonRadius: '2rem',
42
+ cardRadius: '0.5rem',
43
+ inputRadius: '0.25rem',
44
+ shadowSm: '0 1px 2px 0 rgba(0, 0, 0, 0.05)',
45
+ shadowMd: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)',
46
+ shadowLg: '0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)',
47
+ borderWidth: '1px',
48
+ },
49
+ },
50
+ preview: {
51
+ colors: ['#bdff00', '#cebef4', '#001e29', '#505050'],
52
+ },
53
+ },
54
+ {
55
+ id: 'acid',
56
+ name: 'Acid',
57
+ source: 'daisy',
58
+ mode: 'light',
59
+ theme: {
60
+ mode: 'light',
61
+ colors: {
62
+ primary: '#ff00ff',
63
+ primaryText: '#180017',
64
+ secondary: '#ff6e00',
65
+ accent: '#c8ff00',
66
+ background: '#f8f8f8',
67
+ surface: '#eeeeee',
68
+ card: '#eeeeee',
69
+ cardText: '#000000',
70
+ text: '#000000',
71
+ textSecondary: '#180400',
72
+ muted: '#140151',
73
+ mutedText: '#c7cadc',
74
+ border: '#e1e1e1',
75
+ error: '#ff0000',
76
+ warning: '#ffe200',
77
+ success: '#00ff8a',
78
+ info: '#007fff',
79
+ },
80
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
81
+ fonts: {
82
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
83
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
84
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
85
+ },
86
+ components: {
87
+ borderRadius: '1rem',
88
+ buttonRadius: '1rem',
89
+ cardRadius: '1rem',
90
+ inputRadius: '1rem',
91
+ shadowSm: '0 1px 2px 0 rgba(0, 0, 0, 0.05)',
92
+ shadowMd: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)',
93
+ shadowLg: '0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)',
94
+ borderWidth: '1px',
95
+ },
96
+ },
97
+ preview: {
98
+ colors: ['#ff00ff', '#ff6e00', '#f8f8f8', '#c8ff00'],
99
+ },
100
+ },
101
+ {
102
+ id: 'aqua',
103
+ name: 'Aqua',
104
+ source: 'daisy',
105
+ mode: 'dark',
106
+ theme: {
107
+ mode: 'dark',
108
+ colors: {
109
+ primary: '#13ecf3',
110
+ primaryText: '#015355',
111
+ secondary: '#966fb3',
112
+ accent: '#ffe999',
113
+ background: '#1a368b',
114
+ surface: '#162455',
115
+ card: '#162455',
116
+ cardText: '#b8e6fe',
117
+ text: '#b8e6fe',
118
+ textSecondary: '#f2f0fc',
119
+ muted: '#05176c',
120
+ mutedText: '#90baff',
121
+ border: '#091444',
122
+ error: '#ff7265',
123
+ warning: '#d97708',
124
+ success: '#18a34a',
125
+ info: '#2563eb',
126
+ },
127
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
128
+ fonts: {
129
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
130
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
131
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
132
+ },
133
+ components: {
134
+ borderRadius: '1rem',
135
+ buttonRadius: '1rem',
136
+ cardRadius: '1rem',
137
+ inputRadius: '0.5rem',
138
+ shadowSm: '0 1px 2px 0 rgba(0, 0, 0, 0.05)',
139
+ shadowMd: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)',
140
+ shadowLg: '0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)',
141
+ borderWidth: '1px',
142
+ },
143
+ },
144
+ preview: {
145
+ colors: ['#13ecf3', '#966fb3', '#1a368b', '#ffe999'],
146
+ },
147
+ },
148
+ {
149
+ id: 'autumn',
150
+ name: 'Autumn',
151
+ source: 'daisy',
152
+ mode: 'light',
153
+ theme: {
154
+ mode: 'light',
155
+ colors: {
156
+ primary: '#8c0327',
157
+ primaryText: '#edd0d0',
158
+ secondary: '#d85251',
159
+ accent: '#d59b6b',
160
+ background: '#f1f1f1',
161
+ surface: '#dbdbdb',
162
+ card: '#dbdbdb',
163
+ cardText: '#141414',
164
+ text: '#141414',
165
+ textSecondary: '#110202',
166
+ muted: '#826a5c',
167
+ mutedText: '#e5e0dd',
168
+ border: '#c5c5c5',
169
+ error: '#d40014',
170
+ warning: '#e97f16',
171
+ success: '#499380',
172
+ info: '#44adbb',
173
+ },
174
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
175
+ fonts: {
176
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
177
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
178
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
179
+ },
180
+ components: {
181
+ borderRadius: '1rem',
182
+ buttonRadius: '1rem',
183
+ cardRadius: '1rem',
184
+ inputRadius: '0.5rem',
185
+ shadowSm: '0 1px 2px 0 rgba(0, 0, 0, 0.05)',
186
+ shadowMd: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)',
187
+ shadowLg: '0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)',
188
+ borderWidth: '1px',
189
+ },
190
+ },
191
+ preview: {
192
+ colors: ['#8c0327', '#d85251', '#f1f1f1', '#d59b6b'],
193
+ },
194
+ },
195
+ {
196
+ id: 'black',
197
+ name: 'Black',
198
+ source: 'daisy',
199
+ mode: 'dark',
200
+ theme: {
201
+ mode: 'dark',
202
+ colors: {
203
+ primary: '#3a3a3a',
204
+ primaryText: '#ffffff',
205
+ secondary: '#3a3a3a',
206
+ accent: '#3a3a3a',
207
+ background: '#000000',
208
+ surface: '#141414',
209
+ card: '#141414',
210
+ cardText: '#d6d6d6',
211
+ text: '#d6d6d6',
212
+ textSecondary: '#ffffff',
213
+ muted: '#3a3a3a',
214
+ mutedText: '#ffffff',
215
+ border: '#1b1b1b',
216
+ error: '#ff0301',
217
+ warning: '#ffff00',
218
+ success: '#028002',
219
+ info: '#0000ff',
220
+ },
221
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
222
+ fonts: {
223
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
224
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
225
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
226
+ },
227
+ components: {
228
+ borderRadius: '0rem',
229
+ buttonRadius: '0rem',
230
+ cardRadius: '0rem',
231
+ inputRadius: '0rem',
232
+ shadowSm: 'none',
233
+ shadowMd: 'none',
234
+ shadowLg: 'none',
235
+ borderWidth: '1px',
236
+ },
237
+ },
238
+ preview: {
239
+ colors: ['#3a3a3a', '#3a3a3a', '#000000', '#3a3a3a'],
240
+ },
241
+ },
242
+ {
243
+ id: 'bumblebee',
244
+ name: 'Bumblebee',
245
+ source: 'daisy',
246
+ mode: 'light',
247
+ theme: {
248
+ mode: 'light',
249
+ colors: {
250
+ primary: '#fdc700',
251
+ primaryText: '#733e0a',
252
+ secondary: '#ff8904',
253
+ accent: '#000000',
254
+ background: '#ffffff',
255
+ surface: '#f5f5f5',
256
+ card: '#f5f5f5',
257
+ cardText: '#161616',
258
+ text: '#161616',
259
+ textSecondary: '#7c2808',
260
+ muted: '#433f3a',
261
+ mutedText: '#e6e4e3',
262
+ border: '#e4e4e4',
263
+ error: '#ff6266',
264
+ warning: '#fcb700',
265
+ success: '#00d390',
266
+ info: '#00bafe',
267
+ },
268
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
269
+ fonts: {
270
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
271
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
272
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
273
+ },
274
+ components: {
275
+ borderRadius: '1rem',
276
+ buttonRadius: '1rem',
277
+ cardRadius: '1rem',
278
+ inputRadius: '0.5rem',
279
+ shadowSm: '0 1px 2px 0 rgba(0, 0, 0, 0.05)',
280
+ shadowMd: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)',
281
+ shadowLg: '0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)',
282
+ borderWidth: '1px',
283
+ },
284
+ },
285
+ preview: {
286
+ colors: ['#fdc700', '#ff8904', '#ffffff', '#000000'],
287
+ },
288
+ },
289
+ {
290
+ id: 'business',
291
+ name: 'Business',
292
+ source: 'daisy',
293
+ mode: 'dark',
294
+ theme: {
295
+ mode: 'dark',
296
+ colors: {
297
+ primary: '#1c4e80',
298
+ primaryText: '#d0dae5',
299
+ secondary: '#7c909a',
300
+ accent: '#ea6947',
301
+ background: '#202020',
302
+ surface: '#1c1c1c',
303
+ card: '#1c1c1c',
304
+ cardText: '#cdcdcd',
305
+ text: '#cdcdcd',
306
+ textSecondary: '#050708',
307
+ muted: '#23282e',
308
+ mutedText: '#cecfd0',
309
+ border: '#181818',
310
+ error: '#ac3e31',
311
+ warning: '#dbae5a',
312
+ success: '#6bb187',
313
+ info: '#0291d5',
314
+ },
315
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
316
+ fonts: {
317
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
318
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
319
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
320
+ },
321
+ components: {
322
+ borderRadius: '0.25rem',
323
+ buttonRadius: '0rem',
324
+ cardRadius: '0.25rem',
325
+ inputRadius: '0.25rem',
326
+ shadowSm: 'none',
327
+ shadowMd: 'none',
328
+ shadowLg: 'none',
329
+ borderWidth: '1px',
330
+ },
331
+ },
332
+ preview: {
333
+ colors: ['#1c4e80', '#7c909a', '#202020', '#ea6947'],
334
+ },
335
+ },
336
+ {
337
+ id: 'caramellatte',
338
+ name: 'Caramellatte',
339
+ source: 'daisy',
340
+ mode: 'light',
341
+ theme: {
342
+ mode: 'light',
343
+ colors: {
344
+ primary: '#000000',
345
+ primaryText: '#ffffff',
346
+ secondary: '#370a00',
347
+ accent: '#8c3f27',
348
+ background: '#fff7ed',
349
+ surface: '#feecd3',
350
+ card: '#feecd3',
351
+ cardText: '#7c2808',
352
+ text: '#7c2808',
353
+ textSecondary: '#ffd6a7',
354
+ muted: '#c93400',
355
+ mutedText: '#fff7ed',
356
+ border: '#ffd6a7',
357
+ error: '#ff6266',
358
+ warning: '#fcb700',
359
+ success: '#006044',
360
+ info: '#193ab7',
361
+ },
362
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
363
+ fonts: {
364
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
365
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
366
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
367
+ },
368
+ components: {
369
+ borderRadius: '1rem',
370
+ buttonRadius: '2rem',
371
+ cardRadius: '1rem',
372
+ inputRadius: '0.5rem',
373
+ shadowSm: '0 1px 2px 0 rgba(0, 0, 0, 0.05)',
374
+ shadowMd: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)',
375
+ shadowLg: '0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)',
376
+ borderWidth: '2px',
377
+ },
378
+ },
379
+ preview: {
380
+ colors: ['#000000', '#370a00', '#fff7ed', '#8c3f27'],
381
+ },
382
+ },
383
+ {
384
+ id: 'cmyk',
385
+ name: 'Cmyk',
386
+ source: 'daisy',
387
+ mode: 'light',
388
+ theme: {
389
+ mode: 'light',
390
+ colors: {
391
+ primary: '#45aeee',
392
+ primaryText: '#020b13',
393
+ secondary: '#e8488a',
394
+ accent: '#fff234',
395
+ background: '#ffffff',
396
+ surface: '#eeeeee',
397
+ card: '#eeeeee',
398
+ cardText: '#161616',
399
+ text: '#161616',
400
+ textSecondary: '#130207',
401
+ muted: '#1a1a1a',
402
+ mutedText: '#cbcbcb',
403
+ border: '#dedede',
404
+ error: '#e93f33',
405
+ warning: '#ee8134',
406
+ success: '#823290',
407
+ info: '#4ba8c0',
408
+ },
409
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
410
+ fonts: {
411
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
412
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
413
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
414
+ },
415
+ components: {
416
+ borderRadius: '1rem',
417
+ buttonRadius: '1rem',
418
+ cardRadius: '1rem',
419
+ inputRadius: '0.5rem',
420
+ shadowSm: 'none',
421
+ shadowMd: 'none',
422
+ shadowLg: 'none',
423
+ borderWidth: '1px',
424
+ },
425
+ },
426
+ preview: {
427
+ colors: ['#45aeee', '#e8488a', '#ffffff', '#fff234'],
428
+ },
429
+ },
430
+ {
431
+ id: 'coffee',
432
+ name: 'Coffee',
433
+ source: 'daisy',
434
+ mode: 'dark',
435
+ theme: {
436
+ mode: 'dark',
437
+ colors: {
438
+ primary: '#db924c',
439
+ primaryText: '#110802',
440
+ secondary: '#273e3f',
441
+ accent: '#11576d',
442
+ background: '#261b25',
443
+ surface: '#1e151d',
444
+ card: '#1e151d',
445
+ cardText: '#c59f61',
446
+ text: '#c59f61',
447
+ textSecondary: '#d0d5d5',
448
+ muted: '#120c12',
449
+ mutedText: '#c9c7c9',
450
+ border: '#120a11',
451
+ error: '#fc9581',
452
+ warning: '#ffd260',
453
+ success: '#9db787',
454
+ info: '#8ecac1',
455
+ },
456
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
457
+ fonts: {
458
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
459
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
460
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
461
+ },
462
+ components: {
463
+ borderRadius: '1rem',
464
+ buttonRadius: '1rem',
465
+ cardRadius: '1rem',
466
+ inputRadius: '0.5rem',
467
+ shadowSm: 'none',
468
+ shadowMd: 'none',
469
+ shadowLg: 'none',
470
+ borderWidth: '1px',
471
+ },
472
+ },
473
+ preview: {
474
+ colors: ['#db924c', '#273e3f', '#261b25', '#11576d'],
475
+ },
476
+ },
477
+ {
478
+ id: 'corporate',
479
+ name: 'Corporate',
480
+ source: 'daisy',
481
+ mode: 'light',
482
+ theme: {
483
+ mode: 'light',
484
+ colors: {
485
+ primary: '#0082ce',
486
+ primaryText: '#ffffff',
487
+ secondary: '#61738d',
488
+ accent: '#009689',
489
+ background: '#ffffff',
490
+ surface: '#e8e8e8',
491
+ card: '#e8e8e8',
492
+ cardText: '#181a2a',
493
+ text: '#181a2a',
494
+ textSecondary: '#ffffff',
495
+ muted: '#000000',
496
+ mutedText: '#ffffff',
497
+ border: '#d1d1d1',
498
+ error: '#ff6266',
499
+ warning: '#fdc700',
500
+ success: '#00a43b',
501
+ info: '#0090b5',
502
+ },
503
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
504
+ fonts: {
505
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
506
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
507
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
508
+ },
509
+ components: {
510
+ borderRadius: '0.25rem',
511
+ buttonRadius: '0.25rem',
512
+ cardRadius: '0.25rem',
513
+ inputRadius: '0.25rem',
514
+ shadowSm: 'none',
515
+ shadowMd: 'none',
516
+ shadowLg: 'none',
517
+ borderWidth: '1px',
518
+ },
519
+ },
520
+ preview: {
521
+ colors: ['#0082ce', '#61738d', '#ffffff', '#009689'],
522
+ },
523
+ },
524
+ {
525
+ id: 'cupcake',
526
+ name: 'Cupcake',
527
+ source: 'daisy',
528
+ mode: 'light',
529
+ theme: {
530
+ mode: 'light',
531
+ colors: {
532
+ primary: '#44ebd3',
533
+ primaryText: '#005d58',
534
+ secondary: '#f9cbe5',
535
+ accent: '#ffd6a7',
536
+ background: '#faf7f5',
537
+ surface: '#efeae6',
538
+ card: '#efeae6',
539
+ cardText: '#291334',
540
+ text: '#291334',
541
+ textSecondary: '#a0004a',
542
+ muted: '#262629',
543
+ mutedText: '#e4e4e7',
544
+ border: '#e7e2df',
545
+ error: '#fe1c55',
546
+ warning: '#eeaf00',
547
+ success: '#00ba7b',
548
+ info: '#00a4f2',
549
+ },
550
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
551
+ fonts: {
552
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
553
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
554
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
555
+ },
556
+ components: {
557
+ borderRadius: '1rem',
558
+ buttonRadius: '1rem',
559
+ cardRadius: '1rem',
560
+ inputRadius: '2rem',
561
+ shadowSm: '0 1px 2px 0 rgba(0, 0, 0, 0.05)',
562
+ shadowMd: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)',
563
+ shadowLg: '0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)',
564
+ borderWidth: '2px',
565
+ },
566
+ },
567
+ preview: {
568
+ colors: ['#44ebd3', '#f9cbe5', '#faf7f5', '#ffd6a7'],
569
+ },
570
+ },
571
+ {
572
+ id: 'cyberpunk',
573
+ name: 'Cyberpunk',
574
+ source: 'daisy',
575
+ mode: 'light',
576
+ theme: {
577
+ mode: 'light',
578
+ colors: {
579
+ primary: '#ff6596',
580
+ primaryText: '#180408',
581
+ secondary: '#00e8ff',
582
+ accent: '#ce74ff',
583
+ background: '#fff248',
584
+ surface: '#f7e83a',
585
+ card: '#f7e83a',
586
+ cardText: '#000000',
587
+ text: '#000000',
588
+ textSecondary: '#001316',
589
+ muted: '#111a3b',
590
+ mutedText: '#fff248',
591
+ border: '#e3d40e',
592
+ error: '#ff5861',
593
+ warning: '#ffbe00',
594
+ success: '#00a96e',
595
+ info: '#00b5ff',
596
+ },
597
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
598
+ fonts: {
599
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
600
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
601
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
602
+ },
603
+ components: {
604
+ borderRadius: '0rem',
605
+ buttonRadius: '0rem',
606
+ cardRadius: '0rem',
607
+ inputRadius: '0rem',
608
+ shadowSm: 'none',
609
+ shadowMd: 'none',
610
+ shadowLg: 'none',
611
+ borderWidth: '1px',
612
+ },
613
+ },
614
+ preview: {
615
+ colors: ['#ff6596', '#00e8ff', '#fff248', '#ce74ff'],
616
+ },
617
+ },
618
+ {
619
+ id: 'dim',
620
+ name: 'Dim',
621
+ source: 'daisy',
622
+ mode: 'dark',
623
+ theme: {
624
+ mode: 'dark',
625
+ colors: {
626
+ primary: '#9fe88d',
627
+ primaryText: '#091307',
628
+ secondary: '#ff7d5d',
629
+ accent: '#c792e9',
630
+ background: '#2a303c',
631
+ surface: '#242933',
632
+ card: '#242933',
633
+ cardText: '#b2ccd6',
634
+ text: '#b2ccd6',
635
+ textSecondary: '#160503',
636
+ muted: '#1c212b',
637
+ mutedText: '#b2ccd6',
638
+ border: '#20252e',
639
+ error: '#ffae9b',
640
+ warning: '#efd057',
641
+ success: '#62efbd',
642
+ info: '#28ebff',
643
+ },
644
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
645
+ fonts: {
646
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
647
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
648
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
649
+ },
650
+ components: {
651
+ borderRadius: '1rem',
652
+ buttonRadius: '1rem',
653
+ cardRadius: '1rem',
654
+ inputRadius: '0.5rem',
655
+ shadowSm: 'none',
656
+ shadowMd: 'none',
657
+ shadowLg: 'none',
658
+ borderWidth: '1px',
659
+ },
660
+ },
661
+ preview: {
662
+ colors: ['#9fe88d', '#ff7d5d', '#2a303c', '#c792e9'],
663
+ },
664
+ },
665
+ {
666
+ id: 'dracula',
667
+ name: 'Dracula',
668
+ source: 'daisy',
669
+ mode: 'dark',
670
+ theme: {
671
+ mode: 'dark',
672
+ colors: {
673
+ primary: '#ff79c6',
674
+ primaryText: '#16050e',
675
+ secondary: '#bd93f9',
676
+ accent: '#ffb86c',
677
+ background: '#282a36',
678
+ surface: '#232530',
679
+ card: '#232530',
680
+ cardText: '#f8f8f3',
681
+ text: '#f8f8f3',
682
+ textSecondary: '#0d0815',
683
+ muted: '#414558',
684
+ mutedText: '#d6d7db',
685
+ border: '#1f202a',
686
+ error: '#ff5555',
687
+ warning: '#f1fa8c',
688
+ success: '#51fa7b',
689
+ info: '#8be9fd',
690
+ },
691
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
692
+ fonts: {
693
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
694
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
695
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
696
+ },
697
+ components: {
698
+ borderRadius: '1rem',
699
+ buttonRadius: '1rem',
700
+ cardRadius: '1rem',
701
+ inputRadius: '0.5rem',
702
+ shadowSm: 'none',
703
+ shadowMd: 'none',
704
+ shadowLg: 'none',
705
+ borderWidth: '1px',
706
+ },
707
+ },
708
+ preview: {
709
+ colors: ['#ff79c6', '#bd93f9', '#282a36', '#ffb86c'],
710
+ },
711
+ },
712
+ {
713
+ id: 'emerald',
714
+ name: 'Emerald',
715
+ source: 'daisy',
716
+ mode: 'light',
717
+ theme: {
718
+ mode: 'light',
719
+ colors: {
720
+ primary: '#66cc8a',
721
+ primaryText: '#223d30',
722
+ secondary: '#377cfb',
723
+ accent: '#f68067',
724
+ background: '#ffffff',
725
+ surface: '#e8e8e8',
726
+ card: '#e8e8e8',
727
+ cardText: '#333c4d',
728
+ text: '#333c4d',
729
+ textSecondary: '#ffffff',
730
+ muted: '#333c4d',
731
+ mutedText: '#f9fafb',
732
+ border: '#d1d1d1',
733
+ error: '#ff5861',
734
+ warning: '#ffbe00',
735
+ success: '#00a96e',
736
+ info: '#00b5ff',
737
+ },
738
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
739
+ fonts: {
740
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
741
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
742
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
743
+ },
744
+ components: {
745
+ borderRadius: '1rem',
746
+ buttonRadius: '1rem',
747
+ cardRadius: '1rem',
748
+ inputRadius: '0.5rem',
749
+ shadowSm: 'none',
750
+ shadowMd: 'none',
751
+ shadowLg: 'none',
752
+ borderWidth: '1px',
753
+ },
754
+ },
755
+ preview: {
756
+ colors: ['#66cc8a', '#377cfb', '#ffffff', '#f68067'],
757
+ },
758
+ },
759
+ {
760
+ id: 'fantasy',
761
+ name: 'Fantasy',
762
+ source: 'daisy',
763
+ mode: 'light',
764
+ theme: {
765
+ mode: 'light',
766
+ colors: {
767
+ primary: '#6d0076',
768
+ primaryText: '#e3cee4',
769
+ secondary: '#0075c2',
770
+ accent: '#ff8600',
771
+ background: '#ffffff',
772
+ surface: '#e8e8e8',
773
+ card: '#e8e8e8',
774
+ cardText: '#1f2937',
775
+ text: '#1f2937',
776
+ textSecondary: '#cfe4f4',
777
+ muted: '#1f2937',
778
+ mutedText: '#cdd0d3',
779
+ border: '#d1d1d1',
780
+ error: '#ff5861',
781
+ warning: '#ffbe00',
782
+ success: '#00a96e',
783
+ info: '#00b5ff',
784
+ },
785
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
786
+ fonts: {
787
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
788
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
789
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
790
+ },
791
+ components: {
792
+ borderRadius: '1rem',
793
+ buttonRadius: '1rem',
794
+ cardRadius: '1rem',
795
+ inputRadius: '0.5rem',
796
+ shadowSm: '0 1px 2px 0 rgba(0, 0, 0, 0.05)',
797
+ shadowMd: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)',
798
+ shadowLg: '0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)',
799
+ borderWidth: '1px',
800
+ },
801
+ },
802
+ preview: {
803
+ colors: ['#6d0076', '#0075c2', '#ffffff', '#ff8600'],
804
+ },
805
+ },
806
+ {
807
+ id: 'forest',
808
+ name: 'Forest',
809
+ source: 'daisy',
810
+ mode: 'dark',
811
+ theme: {
812
+ mode: 'dark',
813
+ colors: {
814
+ primary: '#1fb854',
815
+ primaryText: '#000000',
816
+ secondary: '#1eb88e',
817
+ accent: '#1fb8ab',
818
+ background: '#1b1717',
819
+ surface: '#161212',
820
+ card: '#161212',
821
+ cardText: '#cac9c9',
822
+ text: '#cac9c9',
823
+ textSecondary: '#000c07',
824
+ muted: '#19362d',
825
+ mutedText: '#cdd3d1',
826
+ border: '#110d0d',
827
+ error: '#ff5861',
828
+ warning: '#ffbe00',
829
+ success: '#00a96e',
830
+ info: '#00b5ff',
831
+ },
832
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
833
+ fonts: {
834
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
835
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
836
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
837
+ },
838
+ components: {
839
+ borderRadius: '1rem',
840
+ buttonRadius: '1rem',
841
+ cardRadius: '1rem',
842
+ inputRadius: '2rem',
843
+ shadowSm: 'none',
844
+ shadowMd: 'none',
845
+ shadowLg: 'none',
846
+ borderWidth: '1px',
847
+ },
848
+ },
849
+ preview: {
850
+ colors: ['#1fb854', '#1eb88e', '#1b1717', '#1fb8ab'],
851
+ },
852
+ },
853
+ {
854
+ id: 'garden',
855
+ name: 'Garden',
856
+ source: 'daisy',
857
+ mode: 'light',
858
+ theme: {
859
+ mode: 'light',
860
+ colors: {
861
+ primary: '#fe0075',
862
+ primaryText: '#ffffff',
863
+ secondary: '#8e4162',
864
+ accent: '#5c7f67',
865
+ background: '#e9e7e7',
866
+ surface: '#d4d2d2',
867
+ card: '#d4d2d2',
868
+ cardText: '#100f0f',
869
+ text: '#100f0f',
870
+ textSecondary: '#ead7de',
871
+ muted: '#291e00',
872
+ mutedText: '#e9e7e7',
873
+ border: '#bebdbd',
874
+ error: '#ff5861',
875
+ warning: '#ffbe00',
876
+ success: '#00a96e',
877
+ info: '#00b5ff',
878
+ },
879
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
880
+ fonts: {
881
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
882
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
883
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
884
+ },
885
+ components: {
886
+ borderRadius: '1rem',
887
+ buttonRadius: '1rem',
888
+ cardRadius: '1rem',
889
+ inputRadius: '0.5rem',
890
+ shadowSm: 'none',
891
+ shadowMd: 'none',
892
+ shadowLg: 'none',
893
+ borderWidth: '1px',
894
+ },
895
+ },
896
+ preview: {
897
+ colors: ['#fe0075', '#8e4162', '#e9e7e7', '#5c7f67'],
898
+ },
899
+ },
900
+ {
901
+ id: 'halloween',
902
+ name: 'Halloween',
903
+ source: 'daisy',
904
+ mode: 'dark',
905
+ theme: {
906
+ mode: 'dark',
907
+ colors: {
908
+ primary: '#ff8f00',
909
+ primaryText: '#131616',
910
+ secondary: '#7a00c2',
911
+ accent: '#42aa00',
912
+ background: '#1b1816',
913
+ surface: '#0b0908',
914
+ card: '#0b0908',
915
+ cardText: '#cdcdcd',
916
+ text: '#cdcdcd',
917
+ textSecondary: '#e3d4f6',
918
+ muted: '#2f1b05',
919
+ mutedText: '#d2ccc7',
920
+ border: '#000000',
921
+ error: '#f35248',
922
+ warning: '#d97708',
923
+ success: '#18a34a',
924
+ info: '#2563eb',
925
+ },
926
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
927
+ fonts: {
928
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
929
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
930
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
931
+ },
932
+ components: {
933
+ borderRadius: '1rem',
934
+ buttonRadius: '1rem',
935
+ cardRadius: '1rem',
936
+ inputRadius: '0.5rem',
937
+ shadowSm: '0 1px 2px 0 rgba(0, 0, 0, 0.05)',
938
+ shadowMd: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)',
939
+ shadowLg: '0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)',
940
+ borderWidth: '1px',
941
+ },
942
+ },
943
+ preview: {
944
+ colors: ['#ff8f00', '#7a00c2', '#1b1816', '#42aa00'],
945
+ },
946
+ },
947
+ {
948
+ id: 'lemonade',
949
+ name: 'Lemonade',
950
+ source: 'daisy',
951
+ mode: 'light',
952
+ theme: {
953
+ mode: 'light',
954
+ colors: {
955
+ primary: '#419400',
956
+ primaryText: '#010800',
957
+ secondary: '#bdc000',
958
+ accent: '#edd000',
959
+ background: '#f8fdef',
960
+ surface: '#e1e6d9',
961
+ card: '#e1e6d9',
962
+ cardText: '#151614',
963
+ text: '#151614',
964
+ textSecondary: '#0d0e00',
965
+ muted: '#343300',
966
+ mutedText: '#d2d3c7',
967
+ border: '#cbcfc3',
968
+ error: '#efc6c2',
969
+ warning: '#d7d3b0',
970
+ success: '#b9dbc6',
971
+ info: '#b1d9e9',
972
+ },
973
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
974
+ fonts: {
975
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
976
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
977
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
978
+ },
979
+ components: {
980
+ borderRadius: '1rem',
981
+ buttonRadius: '1rem',
982
+ cardRadius: '1rem',
983
+ inputRadius: '0.5rem',
984
+ shadowSm: 'none',
985
+ shadowMd: 'none',
986
+ shadowLg: 'none',
987
+ borderWidth: '1px',
988
+ },
989
+ },
990
+ preview: {
991
+ colors: ['#419400', '#bdc000', '#f8fdef', '#edd000'],
992
+ },
993
+ },
994
+ {
995
+ id: 'lofi',
996
+ name: 'Lofi',
997
+ source: 'daisy',
998
+ mode: 'light',
999
+ theme: {
1000
+ mode: 'light',
1001
+ colors: {
1002
+ primary: '#0d0d0d',
1003
+ primaryText: '#ffffff',
1004
+ secondary: '#1a1919',
1005
+ accent: '#262626',
1006
+ background: '#ffffff',
1007
+ surface: '#f5f5f5',
1008
+ card: '#f5f5f5',
1009
+ cardText: '#000000',
1010
+ text: '#000000',
1011
+ textSecondary: '#ffffff',
1012
+ muted: '#000000',
1013
+ mutedText: '#ffffff',
1014
+ border: '#ebebeb',
1015
+ error: '#ff9181',
1016
+ warning: '#ffce69',
1017
+ success: '#69fec3',
1018
+ info: '#5fcfdd',
1019
+ },
1020
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
1021
+ fonts: {
1022
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1023
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1024
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
1025
+ },
1026
+ components: {
1027
+ borderRadius: '0.5rem',
1028
+ buttonRadius: '2rem',
1029
+ cardRadius: '0.5rem',
1030
+ inputRadius: '0.25rem',
1031
+ shadowSm: 'none',
1032
+ shadowMd: 'none',
1033
+ shadowLg: 'none',
1034
+ borderWidth: '1px',
1035
+ },
1036
+ },
1037
+ preview: {
1038
+ colors: ['#0d0d0d', '#1a1919', '#ffffff', '#262626'],
1039
+ },
1040
+ },
1041
+ {
1042
+ id: 'luxury',
1043
+ name: 'Luxury',
1044
+ source: 'daisy',
1045
+ mode: 'dark',
1046
+ theme: {
1047
+ mode: 'dark',
1048
+ colors: {
1049
+ primary: '#ffffff',
1050
+ primaryText: '#161616',
1051
+ secondary: '#152747',
1052
+ accent: '#513448',
1053
+ background: '#09090b',
1054
+ surface: '#171618',
1055
+ card: '#171618',
1056
+ cardText: '#dca54d',
1057
+ text: '#dca54d',
1058
+ textSecondary: '#cbd0d7',
1059
+ muted: '#331800',
1060
+ mutedText: '#ffe7a4',
1061
+ border: '#1e1d1f',
1062
+ error: '#ff6f6f',
1063
+ warning: '#e2d563',
1064
+ success: '#87d03a',
1065
+ info: '#67c6ff',
1066
+ },
1067
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
1068
+ fonts: {
1069
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1070
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1071
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
1072
+ },
1073
+ components: {
1074
+ borderRadius: '1rem',
1075
+ buttonRadius: '1rem',
1076
+ cardRadius: '1rem',
1077
+ inputRadius: '0.5rem',
1078
+ shadowSm: '0 1px 2px 0 rgba(0, 0, 0, 0.05)',
1079
+ shadowMd: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)',
1080
+ shadowLg: '0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)',
1081
+ borderWidth: '1px',
1082
+ },
1083
+ },
1084
+ preview: {
1085
+ colors: ['#ffffff', '#152747', '#09090b', '#513448'],
1086
+ },
1087
+ },
1088
+ {
1089
+ id: 'night',
1090
+ name: 'Night',
1091
+ source: 'daisy',
1092
+ mode: 'dark',
1093
+ theme: {
1094
+ mode: 'dark',
1095
+ colors: {
1096
+ primary: '#3abdf7',
1097
+ primaryText: '#010d15',
1098
+ secondary: '#818cf8',
1099
+ accent: '#f471b5',
1100
+ background: '#0f172a',
1101
+ surface: '#0c1425',
1102
+ card: '#0c1425',
1103
+ cardText: '#c9cbd0',
1104
+ text: '#c9cbd0',
1105
+ textSecondary: '#060715',
1106
+ muted: '#1e293b',
1107
+ mutedText: '#cdd0d4',
1108
+ border: '#0a1120',
1109
+ error: '#fb7085',
1110
+ warning: '#f4bf51',
1111
+ success: '#2fd4bf',
1112
+ info: '#0ca5e9',
1113
+ },
1114
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
1115
+ fonts: {
1116
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1117
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1118
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
1119
+ },
1120
+ components: {
1121
+ borderRadius: '1rem',
1122
+ buttonRadius: '1rem',
1123
+ cardRadius: '1rem',
1124
+ inputRadius: '0.5rem',
1125
+ shadowSm: 'none',
1126
+ shadowMd: 'none',
1127
+ shadowLg: 'none',
1128
+ borderWidth: '1px',
1129
+ },
1130
+ },
1131
+ preview: {
1132
+ colors: ['#3abdf7', '#818cf8', '#0f172a', '#f471b5'],
1133
+ },
1134
+ },
1135
+ {
1136
+ id: 'nord',
1137
+ name: 'Nord',
1138
+ source: 'daisy',
1139
+ mode: 'light',
1140
+ theme: {
1141
+ mode: 'light',
1142
+ colors: {
1143
+ primary: '#5e81ac',
1144
+ primaryText: '#03060b',
1145
+ secondary: '#81a1c1',
1146
+ accent: '#88c0d0',
1147
+ background: '#eceff4',
1148
+ surface: '#e5e9f0',
1149
+ card: '#e5e9f0',
1150
+ cardText: '#2e3440',
1151
+ text: '#2e3440',
1152
+ textSecondary: '#06090d',
1153
+ muted: '#4c566a',
1154
+ mutedText: '#d8dee9',
1155
+ border: '#d8dee9',
1156
+ error: '#bf616a',
1157
+ warning: '#ebcb8b',
1158
+ success: '#a3be8d',
1159
+ info: '#b48ead',
1160
+ },
1161
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
1162
+ fonts: {
1163
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1164
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1165
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
1166
+ },
1167
+ components: {
1168
+ borderRadius: '0.5rem',
1169
+ buttonRadius: '1rem',
1170
+ cardRadius: '0.5rem',
1171
+ inputRadius: '0.25rem',
1172
+ shadowSm: 'none',
1173
+ shadowMd: 'none',
1174
+ shadowLg: 'none',
1175
+ borderWidth: '1px',
1176
+ },
1177
+ },
1178
+ preview: {
1179
+ colors: ['#5e81ac', '#81a1c1', '#eceff4', '#88c0d0'],
1180
+ },
1181
+ },
1182
+ {
1183
+ id: 'pastel',
1184
+ name: 'Pastel',
1185
+ source: 'daisy',
1186
+ mode: 'light',
1187
+ theme: {
1188
+ mode: 'light',
1189
+ colors: {
1190
+ primary: '#e9d4ff',
1191
+ primaryText: '#8000d9',
1192
+ secondary: '#feccd2',
1193
+ accent: '#a3f2ce',
1194
+ background: '#ffffff',
1195
+ surface: '#f9fafb',
1196
+ card: '#f9fafb',
1197
+ cardText: '#161616',
1198
+ text: '#161616',
1199
+ textSecondary: '#c50035',
1200
+ muted: '#61738d',
1201
+ mutedText: '#dfe5ed',
1202
+ border: '#e5e6e7',
1203
+ error: '#ff9fa0',
1204
+ warning: '#ffb667',
1205
+ success: '#7af1a7',
1206
+ info: '#51e8fb',
1207
+ },
1208
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
1209
+ fonts: {
1210
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1211
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1212
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
1213
+ },
1214
+ components: {
1215
+ borderRadius: '1rem',
1216
+ buttonRadius: '1rem',
1217
+ cardRadius: '1rem',
1218
+ inputRadius: '2rem',
1219
+ shadowSm: 'none',
1220
+ shadowMd: 'none',
1221
+ shadowLg: 'none',
1222
+ borderWidth: '2px',
1223
+ },
1224
+ },
1225
+ preview: {
1226
+ colors: ['#e9d4ff', '#feccd2', '#ffffff', '#a3f2ce'],
1227
+ },
1228
+ },
1229
+ {
1230
+ id: 'retro',
1231
+ name: 'Retro',
1232
+ source: 'daisy',
1233
+ mode: 'light',
1234
+ theme: {
1235
+ mode: 'light',
1236
+ colors: {
1237
+ primary: '#ff9fa0',
1238
+ primaryText: '#801518',
1239
+ secondary: '#b7f6cd',
1240
+ accent: '#d08700',
1241
+ background: '#ece3ca',
1242
+ surface: '#e4d8b4',
1243
+ card: '#e4d8b4',
1244
+ cardText: '#793205',
1245
+ text: '#793205',
1246
+ textSecondary: '#00642e',
1247
+ muted: '#56524c',
1248
+ mutedText: '#d4d0ce',
1249
+ border: '#dbca9b',
1250
+ error: '#ff6266',
1251
+ warning: '#f34700',
1252
+ success: '#00776f',
1253
+ info: '#0082ce',
1254
+ },
1255
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
1256
+ fonts: {
1257
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1258
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1259
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
1260
+ },
1261
+ components: {
1262
+ borderRadius: '0.5rem',
1263
+ buttonRadius: '0.25rem',
1264
+ cardRadius: '0.5rem',
1265
+ inputRadius: '0.25rem',
1266
+ shadowSm: 'none',
1267
+ shadowMd: 'none',
1268
+ shadowLg: 'none',
1269
+ borderWidth: '1px',
1270
+ },
1271
+ },
1272
+ preview: {
1273
+ colors: ['#ff9fa0', '#b7f6cd', '#ece3ca', '#d08700'],
1274
+ },
1275
+ },
1276
+ {
1277
+ id: 'silk',
1278
+ name: 'Silk',
1279
+ source: 'daisy',
1280
+ mode: 'light',
1281
+ theme: {
1282
+ mode: 'light',
1283
+ colors: {
1284
+ primary: '#1c1c29',
1285
+ primaryText: '#e1ff00',
1286
+ secondary: '#1c1c29',
1287
+ accent: '#1c1c29',
1288
+ background: '#f7f5f3',
1289
+ surface: '#f3ede9',
1290
+ card: '#f3ede9',
1291
+ cardText: '#4b4743',
1292
+ text: '#4b4743',
1293
+ textSecondary: '#ff7700',
1294
+ muted: '#161616',
1295
+ mutedText: '#c2bdb9',
1296
+ border: '#e2ddd9',
1297
+ error: '#ff7878',
1298
+ warning: '#efc375',
1299
+ success: '#afd89e',
1300
+ info: '#78c8ff',
1301
+ },
1302
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
1303
+ fonts: {
1304
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1305
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1306
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
1307
+ },
1308
+ components: {
1309
+ borderRadius: '1rem',
1310
+ buttonRadius: '2rem',
1311
+ cardRadius: '1rem',
1312
+ inputRadius: '0.5rem',
1313
+ shadowSm: '0 1px 2px 0 rgba(0, 0, 0, 0.05)',
1314
+ shadowMd: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)',
1315
+ shadowLg: '0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)',
1316
+ borderWidth: '2px',
1317
+ },
1318
+ },
1319
+ preview: {
1320
+ colors: ['#1c1c29', '#1c1c29', '#f7f5f3', '#1c1c29'],
1321
+ },
1322
+ },
1323
+ {
1324
+ id: 'sunset',
1325
+ name: 'Sunset',
1326
+ source: 'daisy',
1327
+ mode: 'dark',
1328
+ theme: {
1329
+ mode: 'dark',
1330
+ colors: {
1331
+ primary: '#ff865b',
1332
+ primaryText: '#160603',
1333
+ secondary: '#fd6f9c',
1334
+ accent: '#b387fa',
1335
+ background: '#121c22',
1336
+ surface: '#0e171e',
1337
+ card: '#0e171e',
1338
+ cardText: '#9fb9d0',
1339
+ text: '#9fb9d0',
1340
+ textSecondary: '#160409',
1341
+ muted: '#1b262c',
1342
+ mutedText: '#94a0a9',
1343
+ border: '#091319',
1344
+ error: '#ffbbbd',
1345
+ warning: '#f1c892',
1346
+ success: '#addfad',
1347
+ info: '#89e0eb',
1348
+ },
1349
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
1350
+ fonts: {
1351
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1352
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1353
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
1354
+ },
1355
+ components: {
1356
+ borderRadius: '1rem',
1357
+ buttonRadius: '1rem',
1358
+ cardRadius: '1rem',
1359
+ inputRadius: '0.5rem',
1360
+ shadowSm: 'none',
1361
+ shadowMd: 'none',
1362
+ shadowLg: 'none',
1363
+ borderWidth: '1px',
1364
+ },
1365
+ },
1366
+ preview: {
1367
+ colors: ['#ff865b', '#fd6f9c', '#121c22', '#b387fa'],
1368
+ },
1369
+ },
1370
+ {
1371
+ id: 'synthwave',
1372
+ name: 'Synthwave',
1373
+ source: 'daisy',
1374
+ mode: 'dark',
1375
+ theme: {
1376
+ mode: 'dark',
1377
+ colors: {
1378
+ primary: '#f861b4',
1379
+ primaryText: '#500323',
1380
+ secondary: '#71d1fe',
1381
+ accent: '#ff8904',
1382
+ background: '#09002f',
1383
+ surface: '#120b3d',
1384
+ card: '#120b3d',
1385
+ cardText: '#a1b1ff',
1386
+ text: '#a1b1ff',
1387
+ textSecondary: '#042e49',
1388
+ muted: '#422ad5',
1389
+ mutedText: '#c6d2ff',
1390
+ border: '#1c184b',
1391
+ error: '#ec8c78',
1392
+ warning: '#fede1c',
1393
+ success: '#00d3bb',
1394
+ info: '#00bafe',
1395
+ },
1396
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
1397
+ fonts: {
1398
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1399
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1400
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
1401
+ },
1402
+ components: {
1403
+ borderRadius: '1rem',
1404
+ buttonRadius: '1rem',
1405
+ cardRadius: '1rem',
1406
+ inputRadius: '0.5rem',
1407
+ shadowSm: 'none',
1408
+ shadowMd: 'none',
1409
+ shadowLg: 'none',
1410
+ borderWidth: '1px',
1411
+ },
1412
+ },
1413
+ preview: {
1414
+ colors: ['#f861b4', '#71d1fe', '#09002f', '#ff8904'],
1415
+ },
1416
+ },
1417
+ {
1418
+ id: 'valentine',
1419
+ name: 'Valentine',
1420
+ source: 'daisy',
1421
+ mode: 'light',
1422
+ theme: {
1423
+ mode: 'light',
1424
+ colors: {
1425
+ primary: '#f43098',
1426
+ primaryText: '#ffffff',
1427
+ secondary: '#ab44ff',
1428
+ accent: '#71d1fe',
1429
+ background: '#fcf2f8',
1430
+ surface: '#f9e4f0',
1431
+ card: '#f9e4f0',
1432
+ cardText: '#c5005a',
1433
+ text: '#c5005a',
1434
+ textSecondary: '#f8f3fd',
1435
+ muted: '#830c41',
1436
+ mutedText: '#f9cbe5',
1437
+ border: '#f9cbe5',
1438
+ error: '#f82834',
1439
+ warning: '#ff8904',
1440
+ success: '#5ce8b3',
1441
+ info: '#51e8fb',
1442
+ },
1443
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
1444
+ fonts: {
1445
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1446
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1447
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
1448
+ },
1449
+ components: {
1450
+ borderRadius: '1rem',
1451
+ buttonRadius: '1rem',
1452
+ cardRadius: '1rem',
1453
+ inputRadius: '2rem',
1454
+ shadowSm: 'none',
1455
+ shadowMd: 'none',
1456
+ shadowLg: 'none',
1457
+ borderWidth: '1px',
1458
+ },
1459
+ },
1460
+ preview: {
1461
+ colors: ['#f43098', '#ab44ff', '#fcf2f8', '#71d1fe'],
1462
+ },
1463
+ },
1464
+ {
1465
+ id: 'winter',
1466
+ name: 'Winter',
1467
+ source: 'daisy',
1468
+ mode: 'light',
1469
+ theme: {
1470
+ mode: 'light',
1471
+ colors: {
1472
+ primary: '#0069ff',
1473
+ primaryText: '#cee4ff',
1474
+ secondary: '#463aa2',
1475
+ accent: '#c148ac',
1476
+ background: '#ffffff',
1477
+ surface: '#f2f7fe',
1478
+ card: '#f2f7fe',
1479
+ cardText: '#394e6a',
1480
+ text: '#394e6a',
1481
+ textSecondary: '#d5d7ee',
1482
+ muted: '#021431',
1483
+ mutedText: '#c5cbd2',
1484
+ border: '#e3e9f4',
1485
+ error: '#e58b8b',
1486
+ warning: '#efd7bc',
1487
+ success: '#81cfd1',
1488
+ info: '#94e7fb',
1489
+ },
1490
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
1491
+ fonts: {
1492
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1493
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1494
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
1495
+ },
1496
+ components: {
1497
+ borderRadius: '1rem',
1498
+ buttonRadius: '1rem',
1499
+ cardRadius: '1rem',
1500
+ inputRadius: '0.5rem',
1501
+ shadowSm: 'none',
1502
+ shadowMd: 'none',
1503
+ shadowLg: 'none',
1504
+ borderWidth: '1px',
1505
+ },
1506
+ },
1507
+ preview: {
1508
+ colors: ['#0069ff', '#463aa2', '#ffffff', '#c148ac'],
1509
+ },
1510
+ },
1511
+ {
1512
+ id: 'wireframe',
1513
+ name: 'Wireframe',
1514
+ source: 'daisy',
1515
+ mode: 'light',
1516
+ theme: {
1517
+ mode: 'light',
1518
+ colors: {
1519
+ primary: '#d4d4d4',
1520
+ primaryText: '#242424',
1521
+ secondary: '#d4d4d4',
1522
+ accent: '#d4d4d4',
1523
+ background: '#ffffff',
1524
+ surface: '#f5f5f5',
1525
+ card: '#f5f5f5',
1526
+ cardText: '#161616',
1527
+ text: '#161616',
1528
+ textSecondary: '#242424',
1529
+ muted: '#d4d4d4',
1530
+ mutedText: '#242424',
1531
+ border: '#ebebeb',
1532
+ error: '#9d0410',
1533
+ warning: '#963b00',
1534
+ success: '#006044',
1535
+ info: '#005889',
1536
+ },
1537
+ spacing: { xs: '4px', sm: '8px', md: '16px', lg: '24px', xl: '32px' },
1538
+ fonts: {
1539
+ body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1540
+ heading: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
1541
+ mono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace",
1542
+ },
1543
+ components: {
1544
+ borderRadius: '0.25rem',
1545
+ buttonRadius: '0rem',
1546
+ cardRadius: '0.25rem',
1547
+ inputRadius: '0.25rem',
1548
+ shadowSm: 'none',
1549
+ shadowMd: 'none',
1550
+ shadowLg: 'none',
1551
+ borderWidth: '1px',
1552
+ },
1553
+ },
1554
+ preview: {
1555
+ colors: ['#d4d4d4', '#d4d4d4', '#ffffff', '#d4d4d4'],
1556
+ },
1557
+ },
1558
+ ];
1559
+ //# sourceMappingURL=catalog-data.js.map