@yca-software/yca-react-core 0.0.1

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 (87) hide show
  1. package/README.md +129 -0
  2. package/dist/admin/index.d.ts +10 -0
  3. package/dist/admin/index.js +3 -0
  4. package/dist/admin/index.js.map +1 -0
  5. package/dist/admin-BVYdWtEy.d.ts +3 -0
  6. package/dist/api/index.d.ts +68 -0
  7. package/dist/api/index.js +3 -0
  8. package/dist/api/index.js.map +1 -0
  9. package/dist/auth/index.d.ts +49 -0
  10. package/dist/auth/index.js +3 -0
  11. package/dist/auth/index.js.map +1 -0
  12. package/dist/chunk-2HJO2ICF.js +339 -0
  13. package/dist/chunk-2HJO2ICF.js.map +1 -0
  14. package/dist/chunk-3AYG73DK.js +174 -0
  15. package/dist/chunk-3AYG73DK.js.map +1 -0
  16. package/dist/chunk-3SCZ4Z6P.js +26 -0
  17. package/dist/chunk-3SCZ4Z6P.js.map +1 -0
  18. package/dist/chunk-3ZLODBRJ.js +21 -0
  19. package/dist/chunk-3ZLODBRJ.js.map +1 -0
  20. package/dist/chunk-6LO5O4G6.js +224 -0
  21. package/dist/chunk-6LO5O4G6.js.map +1 -0
  22. package/dist/chunk-APZVW5SW.js +75 -0
  23. package/dist/chunk-APZVW5SW.js.map +1 -0
  24. package/dist/chunk-EVZBADFR.js +583 -0
  25. package/dist/chunk-EVZBADFR.js.map +1 -0
  26. package/dist/chunk-GXWVFQCK.js +52 -0
  27. package/dist/chunk-GXWVFQCK.js.map +1 -0
  28. package/dist/chunk-KG4JVAKS.js +13 -0
  29. package/dist/chunk-KG4JVAKS.js.map +1 -0
  30. package/dist/chunk-KZH56VPP.js +183 -0
  31. package/dist/chunk-KZH56VPP.js.map +1 -0
  32. package/dist/chunk-LP7Q75C6.js +96 -0
  33. package/dist/chunk-LP7Q75C6.js.map +1 -0
  34. package/dist/chunk-NL4NAHXG.js +3 -0
  35. package/dist/chunk-NL4NAHXG.js.map +1 -0
  36. package/dist/chunk-PLSNCPEC.js +2507 -0
  37. package/dist/chunk-PLSNCPEC.js.map +1 -0
  38. package/dist/chunk-QFKVPVFC.js +1391 -0
  39. package/dist/chunk-QFKVPVFC.js.map +1 -0
  40. package/dist/chunk-TSXUUD64.js +64 -0
  41. package/dist/chunk-TSXUUD64.js.map +1 -0
  42. package/dist/chunk-UCJ76BEC.js +32 -0
  43. package/dist/chunk-UCJ76BEC.js.map +1 -0
  44. package/dist/chunk-WFTIYYII.js +3 -0
  45. package/dist/chunk-WFTIYYII.js.map +1 -0
  46. package/dist/components/forms/index.d.ts +101 -0
  47. package/dist/components/forms/index.js +7 -0
  48. package/dist/components/forms/index.js.map +1 -0
  49. package/dist/components/marketing/index.d.ts +473 -0
  50. package/dist/components/marketing/index.js +5 -0
  51. package/dist/components/marketing/index.js.map +1 -0
  52. package/dist/components/spa/index.d.ts +275 -0
  53. package/dist/components/spa/index.js +8 -0
  54. package/dist/components/spa/index.js.map +1 -0
  55. package/dist/components/ui/index.d.ts +420 -0
  56. package/dist/components/ui/index.js +6 -0
  57. package/dist/components/ui/index.js.map +1 -0
  58. package/dist/constants/index.d.ts +2 -0
  59. package/dist/constants/index.js +4 -0
  60. package/dist/constants/index.js.map +1 -0
  61. package/dist/cookies-ZS_QYOR7.d.ts +8 -0
  62. package/dist/dateRangePickerTranslations-B99F2WQA.d.ts +9 -0
  63. package/dist/errors/index.d.ts +48 -0
  64. package/dist/errors/index.js +3 -0
  65. package/dist/errors/index.js.map +1 -0
  66. package/dist/forms-VpLvEFob.d.ts +18 -0
  67. package/dist/hooks/index.d.ts +18 -0
  68. package/dist/hooks/index.js +4 -0
  69. package/dist/hooks/index.js.map +1 -0
  70. package/dist/index.d.ts +42 -0
  71. package/dist/index.js +19 -0
  72. package/dist/index.js.map +1 -0
  73. package/dist/lib/index.d.ts +49 -0
  74. package/dist/lib/index.js +7 -0
  75. package/dist/lib/index.js.map +1 -0
  76. package/dist/pagination-CFqoqiAG.d.ts +10 -0
  77. package/dist/radix-overlays-BlCr-uem.d.ts +10 -0
  78. package/dist/styles.css +9 -0
  79. package/dist/theme/marketing.css +750 -0
  80. package/dist/theme/tokens.css +115 -0
  81. package/dist/types/index.d.ts +2 -0
  82. package/dist/types/index.js +3 -0
  83. package/dist/types/index.js.map +1 -0
  84. package/dist/types-BuNHOJ1h.d.ts +58 -0
  85. package/dist/types-CN73TWSY.d.ts +51 -0
  86. package/dist/useAdminListPage-C4ZTTllP.d.ts +26 -0
  87. package/package.json +152 -0
@@ -0,0 +1,473 @@
1
+ import * as React from 'react';
2
+
3
+ interface BentoCell {
4
+ title: string;
5
+ description: string;
6
+ /** Tailwind span classes, e.g. `md:col-span-2` or `md:row-span-2`. */
7
+ className?: string;
8
+ icon?: React.ReactNode;
9
+ }
10
+ interface BentoFeaturesProps {
11
+ id?: string;
12
+ eyebrow?: string;
13
+ title?: string;
14
+ description?: string;
15
+ cells: BentoCell[];
16
+ className?: string;
17
+ }
18
+ /**
19
+ * Bento-style grid: accent rail, gradient icon wells, and hover lift per tile.
20
+ */
21
+ declare function BentoFeatures({ id, eyebrow, title, description, cells, className, }: BentoFeaturesProps): React.JSX.Element;
22
+
23
+ interface BlogPostTeaser {
24
+ title: string;
25
+ excerpt: string;
26
+ date: string;
27
+ href: string;
28
+ image?: {
29
+ src: string;
30
+ alt: string;
31
+ };
32
+ }
33
+ interface BlogTeaserProps {
34
+ id?: string;
35
+ eyebrow?: string;
36
+ title?: string;
37
+ description?: string;
38
+ posts: BlogPostTeaser[];
39
+ className?: string;
40
+ }
41
+ /**
42
+ * Blog / changelog teaser grid with image cards and hover lift.
43
+ */
44
+ declare function BlogTeaser({ id, eyebrow, title, description, posts, className }: BlogTeaserProps): React.JSX.Element;
45
+
46
+ interface ContactSectionProps {
47
+ id?: string;
48
+ eyebrow?: string;
49
+ title: string;
50
+ description?: string;
51
+ email?: string;
52
+ phone?: string;
53
+ address?: string;
54
+ /** Right column: custom form or map embed */
55
+ children?: React.ReactNode;
56
+ className?: string;
57
+ }
58
+ /**
59
+ * Two-column contact block: copy + channels on the left, `children` (e.g. form) on the right.
60
+ */
61
+ declare function ContactSection({ id, eyebrow, title, description, email, phone, address, children, className, }: ContactSectionProps): React.JSX.Element;
62
+
63
+ /** Button/link for the hero CTA (label + href). */
64
+ interface HeroAction {
65
+ label: string;
66
+ href: string;
67
+ }
68
+ /** Props for the Hero component. */
69
+ interface HeroProps {
70
+ id?: string;
71
+ subtitle?: string;
72
+ title: string;
73
+ description?: string;
74
+ primaryAction?: HeroAction;
75
+ secondaryAction?: HeroAction;
76
+ className?: string;
77
+ }
78
+ /**
79
+ * Marketing hero section: centered headline, optional subtitle/description, and primary/secondary CTAs.
80
+ * Min height ~80vh; responsive typography.
81
+ */
82
+ declare function Hero({ id, subtitle, title, description, primaryAction, secondaryAction, className, }: HeroProps): React.JSX.Element;
83
+
84
+ interface CtaBannerProps {
85
+ id?: string;
86
+ title: string;
87
+ description?: string;
88
+ primaryAction?: HeroAction;
89
+ secondaryAction?: HeroAction;
90
+ /** Use gradient band (primary-tinted) vs solid primary. */
91
+ variant?: 'gradient' | 'solid';
92
+ className?: string;
93
+ }
94
+ /**
95
+ * Full-width call-to-action: ambient background + frosted inner panel + hero-style buttons.
96
+ */
97
+ declare function CtaBanner({ id, title, description, primaryAction, secondaryAction, variant, className, }: CtaBannerProps): React.JSX.Element;
98
+
99
+ interface ErrorSpotlightProps {
100
+ title?: React.ReactNode;
101
+ description?: React.ReactNode;
102
+ centerContent?: React.ReactNode;
103
+ /** Characters used in the grid, brightest → dimmest (we pick by intensity). */
104
+ symbolPalette?: string;
105
+ /** Approximate pixel step between grid cells (smaller = denser, heavier). */
106
+ cellSize?: number;
107
+ className?: string;
108
+ }
109
+ /**
110
+ * Full-viewport error state: ASCII symbol field that “lights up” along a beam
111
+ * from the bottom-center mark toward the cursor (Vercel-style).
112
+ * Pass `centerContent` for a logo instead of the default triangle.
113
+ */
114
+ declare function ErrorSpotlight({ title, description, centerContent, symbolPalette, cellSize, className, }: ErrorSpotlightProps): React.JSX.Element;
115
+
116
+ interface FaqItem {
117
+ question: string;
118
+ answer: string;
119
+ }
120
+ interface FaqSectionProps {
121
+ id?: string;
122
+ eyebrow?: string;
123
+ title?: string;
124
+ description?: string;
125
+ items: FaqItem[];
126
+ className?: string;
127
+ }
128
+ /**
129
+ * Accessible FAQ list using native disclosure (`details` / `summary`).
130
+ */
131
+ declare function FaqSection({ id, eyebrow, title, description, items, className }: FaqSectionProps): React.JSX.Element;
132
+
133
+ interface FeatureMediaProps {
134
+ id?: string;
135
+ title: string;
136
+ description: string;
137
+ eyebrow?: string;
138
+ image?: {
139
+ src: string;
140
+ alt: string;
141
+ className?: string;
142
+ };
143
+ media?: React.ReactNode;
144
+ imagePosition?: 'left' | 'right';
145
+ className?: string;
146
+ }
147
+ /**
148
+ * Alternating feature row: headline + copy beside an image or custom `media`.
149
+ */
150
+ declare function FeatureMedia({ id, title, description, eyebrow, image, media, imagePosition, className, }: FeatureMediaProps): React.JSX.Element;
151
+
152
+ /** Contact details shown in the footer. */
153
+ interface FooterContact {
154
+ address?: string;
155
+ phone?: string;
156
+ email?: string;
157
+ }
158
+ /** Link item for the footer nav column. */
159
+ interface FooterLink {
160
+ label: string;
161
+ href: string;
162
+ }
163
+ /** Props for the Footer component. */
164
+ interface FooterProps {
165
+ logo: React.ReactNode;
166
+ description?: string;
167
+ contact?: FooterContact;
168
+ links?: FooterLink[];
169
+ /** Shown under the copyright line (e.g. “A YCA Software product”). */
170
+ attribution?: string;
171
+ className?: string;
172
+ }
173
+ /**
174
+ * Marketing site footer with logo, optional description, contact block, and link column.
175
+ * Renders a copyright line for the current year.
176
+ */
177
+ declare function Footer({ logo, description, contact, links, attribution, className }: FooterProps): React.JSX.Element;
178
+
179
+ interface HeroSplitProps {
180
+ id?: string;
181
+ subtitle?: string;
182
+ title: string;
183
+ description?: string;
184
+ primaryAction?: HeroAction;
185
+ secondaryAction?: HeroAction;
186
+ /** Image shown in the media column (alternative to `media`). */
187
+ image?: {
188
+ src: string;
189
+ alt: string;
190
+ className?: string;
191
+ };
192
+ /** Custom media: video, illustration, or optimized image from Astro. */
193
+ media?: React.ReactNode;
194
+ /** When true, applies ambient gradient + float wrapper on media (uses `.ds-mkt-*` utilities). */
195
+ decorative?: boolean;
196
+ className?: string;
197
+ }
198
+ /**
199
+ * Two-column hero: copy and CTAs on one side, image or custom `media` on the other.
200
+ */
201
+ declare function HeroSplit({ id, subtitle, title, description, primaryAction, secondaryAction, image, media, decorative, className, }: HeroSplitProps): React.JSX.Element;
202
+
203
+ interface LogoCloudItem {
204
+ src: string;
205
+ alt: string;
206
+ href?: string;
207
+ }
208
+ interface LogoCloudProps {
209
+ id?: string;
210
+ title?: string;
211
+ logos: LogoCloudItem[];
212
+ className?: string;
213
+ }
214
+ /**
215
+ * Grayscale logo strip for social proof; optional heading.
216
+ */
217
+ declare function LogoCloud({ id, title, logos, className }: LogoCloudProps): React.JSX.Element;
218
+
219
+ /** Link item for the nav bar. */
220
+ interface NavigationLink {
221
+ label: string;
222
+ href: string;
223
+ }
224
+ /** Call-to-action button shown in the nav (e.g. "Get started"). */
225
+ interface NavigationCTA {
226
+ label: string;
227
+ href: string;
228
+ }
229
+ interface NavigationLanguageOption {
230
+ label: string;
231
+ href: string;
232
+ code: string;
233
+ }
234
+ interface NavigationLanguageSwitcher {
235
+ ariaLabel?: string;
236
+ currentCode: string;
237
+ options: NavigationLanguageOption[];
238
+ }
239
+ /** Props for the Navigation component. */
240
+ interface NavigationProps {
241
+ logo: React.ReactNode;
242
+ logoHref?: string;
243
+ links: NavigationLink[];
244
+ cta?: NavigationCTA;
245
+ languageSwitcher?: NavigationLanguageSwitcher;
246
+ className?: string;
247
+ }
248
+ /**
249
+ * Marketing site header with logo, nav links, optional CTA, and mobile drawer.
250
+ * Uses a portaled overlay on small screens; locks body scroll when open.
251
+ */
252
+ declare function Navigation({ logo, logoHref, links, cta, languageSwitcher, className, }: NavigationProps): React.JSX.Element;
253
+
254
+ interface NewsletterProps {
255
+ id?: string;
256
+ title: string;
257
+ description?: string;
258
+ placeholder?: string;
259
+ buttonLabel?: string;
260
+ /** When set, renders a GET/POST form to this URL (e.g. Buttondown, Formspree). */
261
+ formAction?: string;
262
+ formMethod?: 'get' | 'post';
263
+ inputName?: string;
264
+ /** Custom form content (e.g. hidden fields). When set, other form props are ignored. */
265
+ children?: React.ReactNode;
266
+ className?: string;
267
+ }
268
+ /**
269
+ * Email capture block with elevated surface; works with external form endpoints or `children`.
270
+ */
271
+ declare function Newsletter({ id, title, description, placeholder, buttonLabel, formAction, formMethod, inputName, children, className, }: NewsletterProps): React.JSX.Element;
272
+
273
+ interface PricingTier {
274
+ name: string;
275
+ /** Single price (legacy). Ignored when `priceMonthly` + `priceAnnual` are set. */
276
+ price: string;
277
+ /** Optional struck-through anchor price shown above discounted price. */
278
+ originalPrice?: string;
279
+ period?: string;
280
+ /** Enables monthly/annual toggle when both are set (with `priceAnnual`). */
281
+ priceMonthly?: string;
282
+ priceAnnual?: string;
283
+ periodMonthly?: string;
284
+ periodAnnual?: string;
285
+ description?: string;
286
+ features: string[];
287
+ cta: HeroAction;
288
+ highlighted?: boolean;
289
+ /** Small badge under the plan name (e.g. trial). */
290
+ badge?: string;
291
+ }
292
+ /** Feature comparison row: one value per tier (same order as `tiers`). */
293
+ interface PricingComparisonRow {
294
+ label: string;
295
+ /** `true` = checkmark, `false` = muted dot, `string` = shown as text */
296
+ values: (boolean | string)[];
297
+ }
298
+ interface PricingSectionProps {
299
+ id?: string;
300
+ eyebrow?: string;
301
+ title?: string;
302
+ description?: string;
303
+ tiers: PricingTier[];
304
+ /** Shown below the cards; same column order as `tiers`. */
305
+ comparisonRows?: PricingComparisonRow[];
306
+ /** Deprecated: comparison title is intentionally not rendered. */
307
+ comparisonTitle?: string;
308
+ /** When monthly/annual prices exist, show “Save X%” style badge. */
309
+ annualDiscountPercent?: number;
310
+ className?: string;
311
+ }
312
+ /**
313
+ * Pricing grid with optional billing toggle, tier badges, and feature comparison table
314
+ * (aligned with the React SPA `PricingContent` / pricing modal layout).
315
+ */
316
+ declare function PricingSection({ id, eyebrow, title, description, tiers, comparisonRows, annualDiscountPercent, className, }: PricingSectionProps): React.JSX.Element;
317
+
318
+ interface LaunchProject {
319
+ name: string;
320
+ description: string;
321
+ href: string;
322
+ status: 'live' | 'coming-soon';
323
+ }
324
+ interface ProjectLaunchesProps {
325
+ id?: string;
326
+ eyebrow: string;
327
+ title: string;
328
+ liveLabel: string;
329
+ comingSoonLabel: string;
330
+ projects: LaunchProject[];
331
+ className?: string;
332
+ }
333
+ /**
334
+ * Product / project launch grid with live vs coming-soon status chips.
335
+ */
336
+ declare function ProjectLaunches({ id, eyebrow, title, liveLabel, comingSoonLabel, projects, className, }: ProjectLaunchesProps): React.JSX.Element;
337
+
338
+ interface PromoBannerProps {
339
+ /** Banner body (string or rich content) */
340
+ children: React.ReactNode;
341
+ href?: string;
342
+ linkLabel?: string;
343
+ dismissible?: boolean;
344
+ className?: string;
345
+ }
346
+ /**
347
+ * Slim announcement strip; optional link and client-side dismiss (hydrate with `client:load` in Astro when `dismissible`).
348
+ */
349
+ declare function PromoBanner({ children, href, linkLabel, dismissible, className, }: PromoBannerProps): React.JSX.Element | null;
350
+
351
+ type SectionVariant = 'default' | 'soft' | 'spotlight';
352
+ /** Props for the Section component. */
353
+ interface SectionProps {
354
+ id?: string;
355
+ title?: string;
356
+ subtitle?: string;
357
+ description?: string;
358
+ children?: React.ReactNode;
359
+ /** Ambient background treatment. */
360
+ variant?: SectionVariant;
361
+ className?: string;
362
+ }
363
+ /**
364
+ * Full-width section with optional heading block (subtitle, title, description) and content.
365
+ * Uses container and centered text for the heading when present.
366
+ */
367
+ declare function Section({ id, title, subtitle, description, children, variant, className, }: SectionProps): React.JSX.Element;
368
+
369
+ /** Props for the ServiceCard component. */
370
+ interface ServiceCardProps {
371
+ title: string;
372
+ description: string;
373
+ icon?: React.ReactNode;
374
+ className?: string;
375
+ }
376
+ /** Card for highlighting a service or feature (title, description, optional icon). */
377
+ declare function ServiceCard({ title, description, icon, className }: ServiceCardProps): React.JSX.Element;
378
+
379
+ interface StatItem {
380
+ value: string;
381
+ label: string;
382
+ }
383
+ interface StatsStripProps {
384
+ id?: string;
385
+ stats: StatItem[];
386
+ className?: string;
387
+ }
388
+ /**
389
+ * Responsive row of metrics (value + label).
390
+ */
391
+ declare function StatsStrip({ id, stats, className }: StatsStripProps): React.JSX.Element;
392
+
393
+ interface TeamMember {
394
+ name: string;
395
+ role: string;
396
+ image?: {
397
+ src: string;
398
+ alt: string;
399
+ };
400
+ href?: string;
401
+ }
402
+ interface TeamGridProps {
403
+ id?: string;
404
+ eyebrow?: string;
405
+ title?: string;
406
+ description?: string;
407
+ members: TeamMember[];
408
+ className?: string;
409
+ }
410
+ /**
411
+ * Team / leadership grid with portrait cards.
412
+ */
413
+ declare function TeamGrid({ id, eyebrow, title, description, members, className }: TeamGridProps): React.JSX.Element;
414
+
415
+ interface TestimonialProps {
416
+ id?: string;
417
+ quote: string;
418
+ attribution: string;
419
+ role?: string;
420
+ avatar?: {
421
+ src: string;
422
+ alt: string;
423
+ };
424
+ logo?: {
425
+ src: string;
426
+ alt: string;
427
+ };
428
+ className?: string;
429
+ }
430
+ /**
431
+ * Single testimonial block with quote and optional avatar / company logo.
432
+ */
433
+ declare function Testimonial({ id, quote, attribution, role, avatar, logo, className, }: TestimonialProps): React.JSX.Element;
434
+
435
+ interface TrustBadgeItem {
436
+ label: string;
437
+ icon?: React.ReactNode;
438
+ }
439
+ interface TrustBadgesProps {
440
+ id?: string;
441
+ title?: string;
442
+ items: TrustBadgeItem[];
443
+ className?: string;
444
+ }
445
+ /**
446
+ * Inline trust / compliance chips (SOC2-style labels, guarantees, etc.).
447
+ */
448
+ declare function TrustBadges({ id, title, items, className }: TrustBadgesProps): React.JSX.Element;
449
+
450
+ interface VideoShowcaseProps {
451
+ id?: string;
452
+ title?: string;
453
+ description?: string;
454
+ /** Embeddable URL (YouTube/Vimeo iframe src). */
455
+ embedUrl?: string;
456
+ /** Native video source; ignored if `embedUrl` is set. */
457
+ video?: {
458
+ src: string;
459
+ poster?: string;
460
+ controls?: boolean;
461
+ playsInline?: boolean;
462
+ loop?: boolean;
463
+ muted?: boolean;
464
+ };
465
+ titleAttr?: string;
466
+ className?: string;
467
+ }
468
+ /**
469
+ * Responsive 16:9 video frame: iframe embed or HTML5 video.
470
+ */
471
+ declare function VideoShowcase({ id, title, description, embedUrl, video, titleAttr, className, }: VideoShowcaseProps): React.JSX.Element;
472
+
473
+ export { type BentoCell, BentoFeatures, type BentoFeaturesProps, type BlogPostTeaser, BlogTeaser, type BlogTeaserProps, ContactSection, type ContactSectionProps, CtaBanner, type CtaBannerProps, ErrorSpotlight, type ErrorSpotlightProps, type FaqItem, FaqSection, type FaqSectionProps, FeatureMedia, type FeatureMediaProps, Footer, type FooterContact, type FooterLink, type FooterProps, Hero, type HeroAction, type HeroProps, HeroSplit, type HeroSplitProps, type LaunchProject, LogoCloud, type LogoCloudItem, type LogoCloudProps, Navigation, type NavigationCTA, type NavigationLanguageOption, type NavigationLanguageSwitcher, type NavigationLink, type NavigationProps, Newsletter, type NewsletterProps, type PricingComparisonRow, PricingSection, type PricingSectionProps, type PricingTier, ProjectLaunches, type ProjectLaunchesProps, PromoBanner, type PromoBannerProps, Section, type SectionProps, type SectionVariant, ServiceCard, type ServiceCardProps, type StatItem, StatsStrip, type StatsStripProps, TeamGrid, type TeamGridProps, type TeamMember, Testimonial, type TestimonialProps, type TrustBadgeItem, TrustBadges, type TrustBadgesProps, VideoShowcase, type VideoShowcaseProps };
@@ -0,0 +1,5 @@
1
+ export { BentoFeatures, BlogTeaser, ContactSection, CtaBanner, ErrorSpotlight, FaqSection, FeatureMedia, Footer, Hero, HeroSplit, LogoCloud, Navigation, Newsletter, PricingSection, ProjectLaunches, PromoBanner, Section, ServiceCard, StatsStrip, TeamGrid, Testimonial, TrustBadges, VideoShowcase } from '../../chunk-QFKVPVFC.js';
2
+ import '../../chunk-3AYG73DK.js';
3
+ import '../../chunk-GXWVFQCK.js';
4
+ //# sourceMappingURL=index.js.map
5
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js"}