From 8e1d333d85fb25473f1ff9b82463dfb154a09634 Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Thu, 21 May 2026 21:42:39 +0200 Subject: [PATCH] feat(cardshed): scaffold apps/ui + design system (#148) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit M1 (SCAFFOLD apps/ui) - Mirror @lab/ll-RELIQUARY/apps/ui tree at @lab/ll-CARDSHED/apps/ui. - Vite 5.4 + React 18 + TS 5.7 + Tailwind v4; port 4343. - Deps per PRP 3 M1: add partysocket, zod, immer, zustand, framer-motion, Radix dialog/tabs/tooltip, tailwind-merge, clsx, @cardshed/core via file:../core; drop pixi.js + react-router-dom. - Boot screen calls createDeck() from @cardshed/core to smoke-prove the workspace link; renders "CARD SHED — MVP M1" + "deck: 52 cards". - tsconfig noEmit:true so tsc -b is type-check only; Vite owns emit. - Minimal flat ESLint config (--max-warnings 0 green). M2 (STORYBOARD + DESIGN SYSTEM) - docs/STORYBOARD.md §1–§7: premise, three-player user journey, screen inventory (S01–S10 MVP subset), engine-contract mapping, full ASCII wireframes for every MVP screen, Stitch provenance log. - .stitch/DESIGN.md regenerated as DS-1 from a single canonical Stitch run (S03 Table) — full token blocks for color, typography, spacing, radius, elevation, motion, component vocabulary, plus a drop-in Tailwind v4 @theme block. - docs/DECISIONS/2026-05-21-stitch-run-1.md records why one screen anchored the system (warm-session silent-drop invariant), what Stitch chose, and the decision criteria for any future DS bump. - .stitch/designs/S03-table.{html,png} kept as the visual source-of- truth for DS-1. Evidence - dogfood-output/20260521T193040Z/m1-boot/ — agent-browser screenshot at 1440×900 + report.md confirming clean console + working core link. --- @lab/ll-CARDSHED/.stitch/DESIGN.md | 328 +- .../.stitch/designs/S03-table.html | 331 ++ .../ll-CARDSHED/.stitch/designs/S03-table.png | Bin 0 -> 62431 bytes @lab/ll-CARDSHED/apps/ui/.gitignore | 5 + @lab/ll-CARDSHED/apps/ui/eslint.config.js | 36 + @lab/ll-CARDSHED/apps/ui/index.html | 13 + @lab/ll-CARDSHED/apps/ui/package-lock.json | 5224 +++++++++++++++++ @lab/ll-CARDSHED/apps/ui/package.json | 45 + @lab/ll-CARDSHED/apps/ui/src/App.tsx | 39 + @lab/ll-CARDSHED/apps/ui/src/index.css | 31 + @lab/ll-CARDSHED/apps/ui/src/main.tsx | 10 + @lab/ll-CARDSHED/apps/ui/tsconfig.json | 22 + @lab/ll-CARDSHED/apps/ui/vite.config.ts | 12 + .../docs/DECISIONS/2026-05-21-stitch-run-1.md | 99 + @lab/ll-CARDSHED/docs/STORYBOARD.md | 417 ++ .../m1-boot/boot-screen-1440x900.png | Bin 0 -> 35502 bytes .../20260521T193040Z/m1-boot/report.md | 65 + 17 files changed, 6655 insertions(+), 22 deletions(-) create mode 100644 @lab/ll-CARDSHED/.stitch/designs/S03-table.html create mode 100644 @lab/ll-CARDSHED/.stitch/designs/S03-table.png create mode 100644 @lab/ll-CARDSHED/apps/ui/.gitignore create mode 100644 @lab/ll-CARDSHED/apps/ui/eslint.config.js create mode 100644 @lab/ll-CARDSHED/apps/ui/index.html create mode 100644 @lab/ll-CARDSHED/apps/ui/package-lock.json create mode 100644 @lab/ll-CARDSHED/apps/ui/package.json create mode 100644 @lab/ll-CARDSHED/apps/ui/src/App.tsx create mode 100644 @lab/ll-CARDSHED/apps/ui/src/index.css create mode 100644 @lab/ll-CARDSHED/apps/ui/src/main.tsx create mode 100644 @lab/ll-CARDSHED/apps/ui/tsconfig.json create mode 100644 @lab/ll-CARDSHED/apps/ui/vite.config.ts create mode 100644 @lab/ll-CARDSHED/docs/DECISIONS/2026-05-21-stitch-run-1.md create mode 100644 @lab/ll-CARDSHED/docs/STORYBOARD.md create mode 100644 @lab/ll-CARDSHED/dogfood-output/20260521T193040Z/m1-boot/boot-screen-1440x900.png create mode 100644 @lab/ll-CARDSHED/dogfood-output/20260521T193040Z/m1-boot/report.md diff --git a/@lab/ll-CARDSHED/.stitch/DESIGN.md b/@lab/ll-CARDSHED/.stitch/DESIGN.md index 762579c..0cee4ca 100644 --- a/@lab/ll-CARDSHED/.stitch/DESIGN.md +++ b/@lab/ll-CARDSHED/.stitch/DESIGN.md @@ -1,38 +1,322 @@ # Design System: CARD SHED -**Project ID:** _not-yet-created_ -**Generated:** _placeholder — regenerate via `Skill: stitch-design` at PRP 3 M1_ -**Source seed:** PRP 3 §B (screen inventory) + `apps/core/src/core/types.ts` (state vocabulary) -**Status:** PLACEHOLDER. **Do not hand-edit** — see `.claude/rules/ui-design-pipeline.md`. Regenerate via the skill once the first screen needs design tokens. +**Stitch project:** `projects/4083518914509964664` — "ll-CARDSHED — MVP hot-seat" +**Generated from:** S03 Table (canonical in-match screen) — Stitch screen `5ff3a87d9ffc4425a79c418d68be0b2e` +**Generated:** 2026-05-21 (UTC) — first Stitch run for cardshed +**Source seed:** `docs/STORYBOARD.md` §1 premise + §5 wireframes + `apps/core/src/core/types.ts` engine vocabulary +**DS version:** **DS-1** +**Owner of regenerations:** `Skill: stitch-design` only — see `.claude/rules/ui-design-pipeline.md` §2 + +> **Do not hand-edit tokens.** When the design needs to evolve, run `Skill: stitch-design` and bump the DS version. Every screen mockup under `docs/SCREENS/` is keyed to a specific DS version. --- -## Placeholder notice +## 1. Visual theme -This file is intentionally empty of design content. The real design system will be generated by `Skill: stitch-design` (Stitch MCP, Gemini 3.1 Pro or current model) when PRP 3 M1 opens. +**One-line:** *a quiet tournament table — calm, focused, decisive.* -**Until then, do NOT:** +- **Aesthetic anchor:** card-game-first. Readability over decoration. The table is the protagonist, not the chrome. +- **References (positive):** *Hearthstone* clarity, *Slay the Spire* card legibility, *Threes!* snap. +- **References (negative):** no poker-felt cliché texture, no playing-card-house ornament, no Western-saloon kitsch, no luxury-museum hush (that's `@lab/ll-RELIQUARY`, deliberately distinct). +- **Mood:** the moment a defender is about to beat or stop. Quiet, weighted, never frantic. -- Hand-author color tokens, type tokens, motion tokens here. -- Copy `@lab/ll-RELIQUARY/.stitch/DESIGN.md` into this file — Reliquary's "modern-museum × quiet-occult" aesthetic does not fit a card game and would mislead Stitch's design synthesis. -- Reference this file from `apps/ui/src/index.css` until it has real content. +## 2. Palette -**When PRP 3 M1 opens, do:** +Tokens are presented as `--name: value /* role */`. Every UI surface MUST source color from this list — no inline hex outside this file. -1. Read `PRPs/cardshed-03-experience-prp.md` §B (screen inventory + per-screen wireframes). -2. Run `Skill: enhance-prompt` if the aesthetic direction is vague. -3. Run `Skill: stitch-design` with: premise + first screen wireframe + (later) the locked engine API as state vocabulary. -4. The skill will overwrite this file with sections 1–10 (visual theme, palette, typography, components, geometry, motion, layout, voice, Tailwind `@theme` block, provenance). -5. Commit the regenerated file in the same PR as the first screen mockup under `docs/SCREENS/`. +### 2.1 Felt + chrome (background + ink) ---- +```css +--color-felt-base: #1A2421; /* table felt (deep green-charcoal) */ +--color-felt-glow: #232d29; /* radial-gradient center on felt */ +--color-bg-page: #101415; /* page background outside the felt */ +--color-surface-lowest: #0b0f10; /* the deepest panel (e.g. trump chip cluster) */ +--color-surface-low: #191c1e; /* secondary surface (header background) */ +--color-surface: #1d2022; /* default container surface */ +--color-surface-high: #272a2c; /* raised chip / inactive opponent pill */ +--color-surface-highest: #323537; /* hover state for header buttons */ +--color-surface-bright: #363a3b; /* brightest surface — modal scrim contrast */ +``` -## What the generated file will contain +### 2.2 Ink (text + glyphs) -For reference, see `@lab/ll-RELIQUARY/.stitch/DESIGN.md` — the structure (sections 1–10) is canonical and is enforced by the `design-md` skill. CARD SHED's content will differ: where Reliquary is hushed-museum-warm, CARD SHED is plausibly tabletop-felt-cool (felt-green, ivory cards, decisive typography) — but that's a Stitch decision, not a hand-authored one. +```css +--color-ink: #e0e3e5; /* default body text on dark surface */ +--color-ink-strong: #bec9c4; /* primary heading + brand-mark "CARD SHED" */ +--color-ink-muted: #c3c8c5; /* secondary text on surface */ +--color-ink-faint: #8d928f; /* tertiary, dividers, faint labels */ +``` ---- +### 2.3 Accent — primary / "your turn" / defender highlight (gold) + +```css +--color-accent: #ee9800; /* the gold accent — defender pill, Stop CTA */ +--color-accent-soft: #ffb95f; /* hovered / fixed-dim variant of gold */ +--color-accent-ink: #5b3800; /* ink on top of accent surfaces */ +--color-accent-on: #472a00; /* deeper ink on accent (badge dots) */ +--color-accent-fixed: #ffddb8; /* tonal-fixed gold (extra-soft surface) */ +``` + +### 2.4 Accent — secondary / "legal beat" / success (teal) + +```css +--color-legal: #6bd8cb; /* legal-counter highlight + attacker chip dot */ +--color-legal-soft: #89f5e7; /* hover / fixed-dim variant of teal */ +--color-legal-ink: #00201d; /* ink on teal surfaces */ +--color-legal-surface: #002723; /* container surface for teal-bg chips */ +--color-legal-strong: #1a998d; /* high-contrast teal text on dark */ +``` + +### 2.5 Error / illegal / danger (warm red — NOT alarm crimson) + +```css +--color-danger: #ffb4ab; /* error text on dark */ +--color-danger-soft: #ffdad6; /* hover surface for danger */ +--color-danger-strong: #93000a; /* danger container background */ +--color-danger-ink: #690005; /* ink on danger surfaces */ +``` + +### 2.6 Card face (always white — cards are always readable) + +```css +--color-card-face: #ffffff; /* card background — always */ +--color-card-border: #434846; /* outline-variant on idle card */ +--color-card-ink-black: #101415; /* ♠ ♣ glyphs + black ranks */ +--color-card-ink-red: #ef4444; /* ♥ ♦ glyphs + red ranks */ +--color-card-back: #1A2421; /* face-down card back (matches felt) */ +``` + +### 2.7 Outlines + dividers + +```css +--color-outline: #8d928f; /* primary outline */ +--color-outline-variant: #434846; /* subtle divider / card border */ +``` + +### 2.8 Suit semantics (colorblind-safe — color + glyph) + +| Suit | Color token | Glyph | Engine `Suit` enum | +|------|---------------------|-------|--------------------| +| Clubs | `--color-card-ink-black` | ♣ | 0 | +| Diamonds | `--color-card-ink-red` | ♦ | 1 | +| Hearts | `--color-card-ink-red` | ♥ | 2 | +| Spades | `--color-card-ink-black` | ♠ | 3 | + +Every card MUST render both a color AND a glyph. Never color-only. + +## 3. Typography + +Two families. No third family without a new Stitch run. + +```css +--font-display: "Playfair Display", "Iowan Old Style", "Palatino", serif; /* brand-mark + result banners */ +--font-body: "Inter", "Segoe UI", system-ui, sans-serif; /* everything else */ +--font-card: "Inter", system-ui, sans-serif; /* card ranks (bold tabular) */ +``` + +### 3.1 Type scale (load-bearing — match Stitch's choices) + +| Token | Size | Line | Weight | Tracking | Family | Use | +|------------------|-------|-------|--------|----------|----------|----------------------------------------| +| `--type-display` | 48px | 1.2 | 700 | 0 | display | brand-mark "CARD SHED"; result banners | +| `--type-headline`| 24px | 1.4 | 600 | 0 | display | section heads (Pending Attack, Who's playing) | +| `--type-body-lg` | 18px | 1.6 | 400 | 0 | body | dialog body copy, RulesHelp prose | +| `--type-body` | 14px | 1.5 | 400 | 0 | body | default UI text | +| `--type-card` | 28px | 1.0 | 700 | 0 | card | rank glyph on every card | +| `--type-label` | 12px | 1.0 | 600 | 0.05em | body | UPPERCASE CHIP LABELS, phase tags | + +Brand-mark "CARD SHED" is always uppercased with **widest tracking** (`letter-spacing: 0.15em`+). + +## 4. Geometry — spacing + radius + +```css +--space-unit: 8px; /* base step — every other space is a multiple */ +--space-gutter: 16px; /* page padding + header padding-x */ +--space-panel-padding: 24px; /* internal padding for panels (pending-attack, dialogs) */ +--space-table-margin: 32px; /* outer breathing room around the felt arena */ +--space-card-overlap: -40px; /* horizontal overlap when fanning the hand */ +``` + +```css +--radius-sm: 0.25rem; /* 4px — small chips, hairline cards */ +--radius-md: 0.5rem; /* 8px — buttons, chips */ +--radius-lg: 0.75rem; /* 12px — cards (the card itself) */ +--radius-xl: 40px; /* the felt-arena recessed rectangle */ +--radius-pill: 9999px; /* opponent chips, primary action buttons */ +``` + +Card aspect-ratio is locked: **80 × 112 px** on desktop (≈ 1 : 1.4). Mobile may scale ≤ ×0.85 keeping the same ratio. + +## 5. Elevation — shadows + +```css +--shadow-card: 0 8px 16px rgba(0, 0, 0, 0.30); /* resting card */ +--shadow-card-active: 0 12px 24px rgba(0, 0, 0, 0.50); /* hovered / selected card */ +--shadow-glow-defender: 0 0 12px rgba(245, 158, 11, 0.30); /* active-defender chip ring */ +--shadow-panel-inset: inset 0 4px 12px rgba(0, 0, 0, 0.50); /* recessed felt panel */ +``` + +No glassmorphism. No neumorphism. The pending-attack panel uses **inset** shadow only. + +## 6. Motion + +| Token | Value | Easing | When | +|------------------------|----------------|--------------|-------------------------------------------------| +| `--motion-snap` | 140ms | ease-out | button press, chip toggle | +| `--motion-base` | 200ms | ease-out | card lift, panel reveal | +| `--motion-deliberate` | 320ms | ease-out | screen transition, dialog open | +| `--motion-card-snap` | 220ms | spring 280/22| card-play overshoot (framer-motion `spring`) | +| `--motion-defender-pulse` | 3000ms | ease-in-out | active-defender ring pulse | + +Honor `prefers-reduced-motion: reduce` — collapse `--motion-card-snap` to a 100ms opacity fade. + +## 7. Components — domain vocabulary + +These are the named building blocks. Every screen composes from this list; no novel components without a new Stitch run. + +### 7.1 Card + +- Surface: `--color-card-face` (always white). Border: `--color-card-border` (1px). +- Radius: `--radius-lg`. Size: 80 × 112 desktop. +- Shadow: `--shadow-card` idle → `--shadow-card-active` on hover/selected. +- Top-left + bottom-right (rotated 180°): rank + suit glyph in suit color. +- Center: large 4xl suit glyph in suit color. +- States: `normal | hovered | selected | legal | illegal | disabled | trump-suit | recently-played | discarding | face-down`. +- `selected` + `legal`: 2px border in `--color-accent` (gold). +- `illegal`: opacity 0.5, no hover lift, no border. +- `recently-played`: framer-motion enter via `--motion-card-snap`. + +### 7.2 Player chip (opponent bar) + +- Surface: `--color-surface-high`. Border: `--color-outline-variant`. +- Padding-x: 16px / padding-y: 6px / radius: `--radius-pill`. +- Inside: 8px dot (role-colored) + label `Name · count (role)` in `--type-label`. +- **Active role** (current attacker OR defender): swap surface for `--color-accent` family + `--shadow-glow-defender` + pulsing dot. +- Dot color map: defender → `--color-accent-on`, attacker → `--color-legal`, waiting → `--color-outline`. + +### 7.3 State chip (trump / deck / discard) + +- Surface: `--color-surface-lowest` at 80% opacity over felt. +- Border: `--color-outline-variant` at 30% opacity. +- Padding: 12px / radius: `--radius-md`. +- Inside: stacked — big glyph or number (top, `--type-headline`) + caption (bottom, `--type-label`, uppercase). + +### 7.4 Pending-attack panel + +- Outer: 800 × 400 desktop. Radius: `--radius-xl` (40px). +- Shadow: `--shadow-panel-inset`. Border: 1px white at 5% opacity. +- Header label: `--type-headline` ink at 40% opacity, uppercase, tracking 0.2em ("PENDING ATTACK"). +- Sub-label: `--type-label` ink-muted at 50% opacity ("Awaiting Defense · Defender: Bo"). +- Unbeaten cards: each ringed with a 2px dashed `--color-accent` at 50% opacity, 4px outset. +- Beaten pairs: counter card rotated 12° + translated (4, 2) px, z-index above the attack card. + +### 7.5 Action button (pill) + +- Pill (`--radius-pill`), padding-x: 24px, padding-y: 10px, `--type-body` weight 600. +- **Primary** ("Send attack", "Stop", "Play"): surface `--color-accent`, ink `--color-accent-on`. +- **Secondary** ("Clear", "Pass", "Main menu"): surface `--color-surface-high`, ink `--color-ink`. +- **Destructive-confirm** ("Reset match" 2nd tap): surface `--color-danger-strong`, ink `--color-danger-soft`. +- Active state: `transform: scale(0.95)` via `--motion-snap`. + +### 7.6 Icon button (header) + +- 40 × 40 px, circular (`--radius-pill`), no surface idle, hover surface `--color-surface-highest`. +- Material Symbols Outlined, weight 400, optical size 24, ink `--color-ink-strong`. + +### 7.7 Dialog (Radix Dialog overlay) + +- Backdrop: `--color-bg-page` at 60% opacity + `backdrop-filter: blur(6px)`. +- Surface: `--color-surface-high` with `--shadow-card-active` at higher intensity. +- Radius: `--radius-lg`. Padding: `--space-panel-padding`. +- Header: `--type-headline` + close-X icon-button top-right. +- Tabs (RulesHelp): Radix Tabs, active tab gets a 2px `--color-accent` bottom-border. + +### 7.8 Privacy splash (full-screen) + +- Surface: `--color-bg-page` (opaque, blocks any leak). +- Center: `--type-display` ink-strong: "Pass device to {name}". +- Below: a single primary pill ("I'm {name} — reveal"). +- No other UI surface visible — no header, no chips, no hand. + +## 8. Voice + copy + +- **Imperative, short, lowercase-leaning.** "Send attack" not "Submit Attack". "Stop" not "Stop Defending". "Pass device to Bo" not "It is now Bo's turn — please pass the device". +- **Engine-domain verbs verbatim.** "Awaiting Attack" / "Awaiting Defense" / "Resolving" / "Round Ended" / "Match Ended". Never invent synonyms like "Your move" — use the engine state. +- **Validation errors are direct, not apologetic.** "Invalid combo: ATTACK_NO_TWO_PAIRS — 5-card attack needs two pairs of distinct ranks." No "Sorry,". +- **Tooltips warn, don't scold.** "Unbeaten cards will go to your hand. Tap Stop again to confirm." + +## 9. Tailwind v4 `@theme` block (drop into `apps/ui/src/index.css`) + +> **Authoritative source.** When `apps/ui/src/index.css` changes, the diff against this block MUST be zero outside of comments. Run `Skill: stitch-design` to regenerate both at once. + +```css +@import "tailwindcss"; + +@theme { + /* —— color: felt + chrome —— */ + --color-felt-base: #1A2421; + --color-felt-glow: #232d29; + --color-bg-page: #101415; + --color-surface-lowest: #0b0f10; + --color-surface-low: #191c1e; + --color-surface: #1d2022; + --color-surface-high: #272a2c; + --color-surface-highest: #323537; + --color-surface-bright: #363a3b; + + /* —— color: ink —— */ + --color-ink: #e0e3e5; + --color-ink-strong: #bec9c4; + --color-ink-muted: #c3c8c5; + --color-ink-faint: #8d928f; + + /* —— color: accents —— */ + --color-accent: #ee9800; + --color-accent-soft: #ffb95f; + --color-accent-ink: #5b3800; + --color-accent-on: #472a00; + --color-legal: #6bd8cb; + --color-legal-soft: #89f5e7; + --color-legal-ink: #00201d; + --color-legal-strong: #1a998d; + --color-danger: #ffb4ab; + --color-danger-soft: #ffdad6; + --color-danger-strong: #93000a; + --color-danger-ink: #690005; + + /* —— color: card —— */ + --color-card-face: #ffffff; + --color-card-border: #434846; + --color-card-ink-black: #101415; + --color-card-ink-red: #ef4444; + --color-card-back: #1A2421; + + /* —— color: outlines —— */ + --color-outline: #8d928f; + --color-outline-variant: #434846; + + /* —— typography —— */ + --font-display: "Playfair Display", "Iowan Old Style", "Palatino", serif; + --font-body: "Inter", "Segoe UI", system-ui, sans-serif; + --font-card: "Inter", system-ui, sans-serif; + + /* —— spacing —— */ + --spacing-unit: 8px; + --spacing-gutter: 16px; + --spacing-panel-padding: 24px; + --spacing-table-margin: 32px; + + /* —— radius —— */ + --radius-sm: 0.25rem; + --radius-md: 0.5rem; + --radius-lg: 0.75rem; + --radius-xl: 40px; + --radius-pill: 9999px; +} +``` -## Provenance (filled by `stitch-design`) +## 10. Provenance -_empty — populated at first generation_ +| # | UTC | Stitch project | Screen | DS version | Prompt summary | Decision doc | +|---|-----|----------------|--------|------------|----------------|--------------| +| 1 | 2026-05-21 | `projects/4083518914509964664` | `screens/5ff3a87d9ffc4425a79c418d68be0b2e` (S03 Table, 2880×2048 source → 1440×900 viewport) | **DS-1** | Canonical in-match screen — establishes felt+gold+teal palette, Playfair+Inter type pair, 80×112 card geometry, pending-attack panel as the felt's recessed hot zone. | [`docs/DECISIONS/2026-05-21-stitch-run-1.md`](../docs/DECISIONS/2026-05-21-stitch-run-1.md) | diff --git a/@lab/ll-CARDSHED/.stitch/designs/S03-table.html b/@lab/ll-CARDSHED/.stitch/designs/S03-table.html new file mode 100644 index 0000000..31c9446 --- /dev/null +++ b/@lab/ll-CARDSHED/.stitch/designs/S03-table.html @@ -0,0 +1,331 @@ + + + + + +CARD SHED - Table Screen + + + + + + + + +
+
+ +CARD SHED +
+ +
+ + +
+
+ +
+ +
+
+
+ +Trump +
+
+
+37 +Deck +
+
+
+2 +Discard +
+
+
+ +
+ +
+

Pending Attack

+

Awaiting Defense · Defender: Bo

+
+ +
+ +
+
+ +
+
+9 + +
+
+
+9 + +
+
+Needs Beat +
+ +
+ +
+
+K + +
+
+
+K + +
+
+ +
+
+7 + +
+
+
+7 + +
+
+
+
+
+ +
+

Your Hand (Bo)

+
+ + + + + +
+
+
+Q + +
+
+
+Q + +
+
+
+ +
+
+
+7 + +
+
+
+7 + +
+
+
+
+
+
+ + + +
+ +
+
+ + \ No newline at end of file diff --git a/@lab/ll-CARDSHED/.stitch/designs/S03-table.png b/@lab/ll-CARDSHED/.stitch/designs/S03-table.png new file mode 100644 index 0000000000000000000000000000000000000000..7cce3ce595303fd60737f3de030589077d2486e5 GIT binary patch literal 62431 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

`+MNLa z|9J|X94}7Oi8+V2klfkiA=k4Ac;nb~+ED9ung0-DS>MNU#lrtMVk0pzByT4a|aSlcm9jHH94Luc1R^lXuZ5TtiG8f$9mX1xA%46B z$n??Q5{*dsm&3bycFNoFZXZABbOS_;4S!*THtGhAMl@&BB$DF}d774_5duQ--G*X> zz#XA(fK2q>4HzV2I&&)xt5TICM}J7rAH>uV3xOc$1|94I5V2GQmF+Ix6G0-ot6Te2 zl)4HlAL0gtcx2hKnj-((iY#qXUPF|vU;J5%eTcyC0~7EaIUubGgbK|hBA2iSRH+{I z%^}oKYv)k4hEx@hO@tmIB4aFKQ8o)wmZqt}T$SI>MBBLOD?s0Yn1qlT=J{Rc<%}RJTvIRr zT=m4^tty&IAL^2=Y=#U#OJOXmK|SJkab-?MZj@k2+@BXLzt1lcXLlHXr}^1Af&pIM zas?OBoK?ixLY%phbGM}W*&~0fueu8K2mR{1)2kv#h&u%}$Z!!@O|G2+t@7;6f3oib z3DwhrdAkb%K%QL`J37?z36gR@jld-PY$ zLYWhw^*&(Sub55{#EU5u0P<6NnfWVH!Je2fyD+oc%Y0rJ-B9b8@y%vXp1Idxn!$!l znKU^Lx-HUiI&GSh2_}=Pz=k3eK!BK+pAB*=^yi}j2~}Bkb`Gr_T}iB0k~nE56TQiF zPi-}zKKfU-YBI4Q@%WCITOgV3zd`A#hLn$OLq7nEKZL<6tt*JDd?lGPQ=}N!*Ry24rH(iB0Al{rNHllOIxTsYibiqXgSOA#r1vYXcx7%~C6mBdX6G zvvO90vVz2bRwLWLPUAObL|ApZ$^$4VrQ8p2tZkLM-?Fi-?cJAE$L1CDJgT4^+d_GT zv0be?C4u&Q2bQk1+-v0(cXB(}fP zZnq>CpQLC}k<#YkTdJB}y@qHw0gh`_Fw(6$zAyoll-~5&(*OV<07*naR3YD%E92DP z)ZL$h^^MB)oFrnC5RkMgi|M<#g4i|6f<^RKS=HIt))uan;m?U&U4C2MZfkVK(Z2*5 zQf~|MKa|@YJo=NVh8U8rjT|R(<$gFrOsN#vNK@Tb=cuffh7;iUz^;lgy#bXk0#}#c z@(5RHvtjFL7_4?wI=1WN;l{qavl2uhxjXh_TL-Sqh(uA!DooB9Yto}$LwNLudh{o* zw8Um5-f*B4{agHCdXD~@5Tm0ZI$Ry7P|+BXORV9bt05YSmp*UHv9WEd@(DoUVQd@~ z;xm>`eQi$Dy+G*@PW@DAY?tMtB%+_8f2J}T=x?PnX@1uVm&#r}K3ia1M{Q|{De0m= zl(td{`YV#Bwtri0SCb)Vm!(adA;py*O9wMi>d?8XU|}+|D%xNhs8j!?j+dstS$Dg( z7^7C>#x{aB`a^2Hfr$Rf0G7)3w;A5T?jx6!;!=IfUJ)li!Bg!_YNuz6NjHhRFHu|Q zpL{l{fI@T${kaO54e~_aL9o&$s?ZM>2|u0-2cGT+@_NkFEGXySC(7Uv@vUkVM3zsf+f_xuc4f+Gu4yEXiO4}c@RtL^7fEK^-VpOn7L)zt7N78sH z7|T-Hax1{nJ!tpzl!Epceg%xD!ZyVj7|v3&*H{#1@!1Ty!t5;(3!e=aJeiT=DK zNU7}~zb3}DmuMFzISQ_cZu90$TS5oHDbewLT2zh0#~yy$AHU@tfAN>!_dPFo?a%(= zo8R^pBDnkRyPx=^C;t4afA&xB__Npi#H-)?cYnRKwDhj`yywdg-2ePQ}z%TfXI+JwyQTeLqXu>-C~23Zv-O z$3FIX&wF0P*f%}xNoUTSdHmxa2LPu}pZ@*VzmYN4?RG!#fe##ge8+S3kRd+;N7e{!-Bs;SY2K14+fw8>KAtG*zp_x z&u^VNb!zk6+-NlNJfDy20Ehl+)zCwKK^yZs*%!Vncm0^5{}oXeXU<}&^g3Y+?W)(w z+6wBsbf|I9wbz(sP+V2rvZbU8w1R0Qbf`5Id8wniD2-x;UnGrf;L)G*AuYblL)@QI z87m&t`@L2@q<0*&cEQe81(NE9VR&%=)ejvxOaPl^X0AJM?caasA7M25ffxSJ=kEF9 za5TDR@4hqV&Tiej<><*1vs2T9!C+-|bsum9y=`;)ic@yw?@?U7?g4;_7EdUEn{kG=J8-~HbI z^xMDrkMDoqrKKg`^MFJD^hzafIr;-|vB4_z$F|YmB82E9;%)2FD2h>Cm#{ZgPLP}aPf z=wDStMb`T9T>*O~X`8BvP~9*LgCGEah_NsXd)+PotdEA>pyPR77=|8t1mJsKL_|c0 zn0#|Q2%;$RJTHu*P7sX4(DS^}c--rDy|mWH7S8RS+d3Q%13%~l0b^_wj{Du-*-IC< zPS3>XpH;2O_7@ubTgt2{F;0a z#<2G-mBpm1NqOmjijf~-5-e$DwT9H8fBGMR@p=;n5&eY+V$ux#$#(iOR;_k`Uo4%ti#ldy(${|RKuB1gSlAm^=E|4O5y z2K_++E}%sJ^wWkMj$X-AReQE-H8tf+g^Th;4$!}xQCwzf|763!ksF{WqhZO7 zCjeRdTLGBd2~eXy7+9Su;?X|==5*`68v141UxEJ0$PXtzWlzaiZd>$+oDIo09Fn0Q z09jhfEaatOc>d7Culw=uc-)Qq`n^uk(vOcmCITX0*g;^vC+-GI+gd$nz@29}4Q}cGk=K zG)4~{$#hB4OwA`4=ZnBqcMD`7bMf8CLS{?-mC!#f2DPw@H`nUXKbM?e+C$@^mv*-O zgqLO2$!xL+T*gd`vi*%q!}0Fv;Dc}e)txsyojRKUJ$}L>03gPQh!JBfV$@mqY%seY zCg#EG@QqF-8iuN07!6_h=->bSdtdys|6~6R*K+Y3EaoCz4FLoMN?zL4@(%NM$Y;Hl z&_APQhl!G%hBR?*3dLxZqVNFh`IqKH0!rWaX~Ci53`lgq!np^K-F0bB#9ljcrn0Kq zHcVyo&)C(+<<;m9+!g>SY0M&t{BTYpl(nK#)Exc6-VZ1=V{67AYBI^tpNJM7K79XY z|8n!KFCJk4B*Qon5D_sJVH5&%FMJ;6pFEz}4#aeikX4L)f?x&)J74r8Ti$YU`Bks~ z|Mp$IIp+t-Ax>F8Ap)>kpiMOdQ`rN&5SJ$G*&%~IPQ#uM#=#V^6+h;8s z1x;=LQm-;Um=%+oPHV>73vMPD=W75lImHw4qw3{#HnxZr=#QyM-puv~ZUpm@pL{z9 z0TBNNn-Tg0BvBxpiKB#4(Kl@9=_R8_&Mp1^um14X>%L_K0kBAwmWVONSQLiQaJ3V7 zG_f66$QM(_HSxW8FM*#kqHulkniqf9^Ir8EZ@;wM0l-UZ%e1l#K?)pkAN0Gk6SEyZ zD07bDru6_k4?CT1;QP|5uaK0p9WwDVTeT(hFB5uWND;`eBm?tb*gtCzohpRkB89PC z)=F@xogT8B0A%2in?(nR4eLX-PPZHM*8o+1qmaDnn_Q=rle(cL%`D3F9qA0v-&sB4Cn>^3sWnUkzA3J`0I2`)E zR~`dJKpKrk4;?!6(2>J4lha8b@;i)E^v85^iQSz{ON`Oq@GGY-df!I(C+DD@dTU}WzB)b(9O_ZmY#5En45nFBOL%ZgE=KMMB>RE7S68z>HSZYwtk zKe9QaMD7yw=j+>m>g(%@hzB~ETe@mS005(jekXg1olbcC`0&FY4z9bd_mrm)!1`Tx zt>5z{+Pw>(@y%Wo0#5Ly5+a1*@}K{C|MuJcy?f(1AT#`lh(94tVZkGMor!&W_bjc2 zx83^K$%#ou4EQ|=004N)%{M=I=+MH#g714`U1SsgnyarlaOltnKJu@dre+a|KlX=5 z|FjX@pnnB2IItR;QO>%N9OlrUqDQm3%R=WJA1jH=!I>3PXesVj!``$%46bhebp$3< z7!P&98O?%AZU17eNXnE%e)z`sB=nbyETF%la0O?*v2A7wDRXax42<%%#28j`8AZdN`l)DPLD*G8 z#2DkzUo9dL5gU(2*B!ie(C>#~$RfrVix^|XqWC(Bq9{6e%{84Mh~fwFe~b|WN-pD{ zG#-Zs4jg#GV;>hrK$X7z@lpMQOqEvl=ck`h!B9a(gum?1|`~=aFrH(M^yeKNV7m za%T=n-PmrdaVU(cmd!&f<&$6_AGbkTUYc9H;63hf5Cjy3>o0xT#J_xK;w3MceA6F} z-t(^E{r5t88jn0pXZK@JXG}Up4L#5Eeb4t%PDy~UdCOe<%`fzQOp^JY=jA)}33kly zh|5gJsH{oxRTxGG4_q@Gt|w39EQy9Bt_j!4X6O$lwtqf0+~Aa%rnu0qIJcl7rA1P@ zfq*-AtC^uB5byLscHldg(CI`V;-9-AY99hpsE}~0_}oxx%Ks_~uF~Kd?N*?_DmV8W zLA)mf{o;LzfFQn094D7-|5Bm^g|n+uZ*B#267EQm@w|%9e8ESIBc-2$K^NqbTI>q)mYW`WvqL zCVwa&5Y^@dFJA+#X*_$lG%?D{!ekCWwQiXbmi_?ojS#99%Yq7XkGm*dqcwm!MQETX zq`VZ_TTu=AgYcAxV>SAVS%{D7D&zhY>_B2?<<~cCbL9VS5K+Z10Ei;U<2D2U@u$_| zAuY79@1yV2cr2HnQg+Al{ZsecvwZU8)|+o;qtWTle?A(I=l1WXFcfTY0`&b&`}d>g zq3@mj!WVk8vqH=%_0H1iJGskuR=RkAl&?r<@A287zcB7NxT)2UdMm_$oZ_1eDdGY- zWe`kBSjL68>M|(n?@EatwbW=0pz?Qi*WB}~MgN+@6k{QSRE_LOcq_I2kwZn%3dlp* z2x{~<7~6c&1VF~3BcR3BSZh; z-FGi|9(tY>`UhzaKn#b&OGl3EeEj3*_U+qp-E~_Y^O%ME@6SDWB4SCYUf|8_+BLIl zm*)r3XtZhn{_GJyv!!-7vY6zvW8KZwzEI$?0Mt+1zt0@^5kqcm{q{J0d z*G`-cxx-}QTOFml*)&ssa-}6}`G&h!%pAN2AlM@^nfodw=r3zdm6@tQ|2#QycgqVv zNP0X&e~BR<=K&xB^aLj9*v^cRN8+7m%=2UIPHY+B%HK*zNWH z@DEp>``qB~{%-l*@5X1}9$bG@ve%O+*tZV=R^IUrT3-i%VE1m|cKs*8dPD#it*jto zZ)S#~2oMLGHZ6=s;b?@u7r$VfjIRW$2?5T1{BHEkmBiMvS!81W9Troz5-TDFl!L9>mY~n53XA z;^c&9PA!^YO(y^WD0scJE>3Zoka?*j^qkfeIz_>QS(d^1HCk|EAmaMe}Q zU;N_mpZ^(rf9BqM{cYPQ3{wu2ZTTkvF9?W;MNv2!5o0Whh{y{9A|_}^JPUZZeD>_< z;>EpBe|i?iNzq@3nJLjft5CL7T~rK%UgpPF9r`QKx+yqW<`EO$MStD-Gi?oc#Xp2O+{beHR&CGNrC(qq?-~27N9J}i-uiKs3v&Zwja1?>mX$XjT?%sRnZoI+o zc4PBD(+~mu)9Js6{s8GdF-ndAq3j3`lgN+U9h4$dHSw_96gg}lJkQfM`hz&XQvPof zQV)XSpdjh56B6r-x(cID4L%BAM%DsWwxGEJCuVqk&y_u-67)woPvT`eL4Qg5|MN*T zwhI-fFr+m0LSe{8BN~qtgFA|7Jf`s&BGnlZ88No!X-^woy!h~kKE%RsytK6S`s-Pg zF4A({f#_X6d1|<@u=&7&*!+*tU$FhNGd@9${@LUZD+lH0{b-{9g6-yT=qP%rP7s&OTPD|M0kwnvRavUqo85fm7T$S|o5CXso+n>d05Hk(Yp;F(v68(uw<^n^SMShwVpzVZG@=xZ6 zIavUZyHqur(>K|3`@jV$ig7+6xS0S{0AT_ec4ND)Z21eg`nG@O*YoIKaF+OUAj;q5 zMDAZ*+4(~+Y++ZjtnJY|JMpejDXM}M*GdiWJV?#+8V&Khq_=8$6A@8&VgdkWcJH3q zy_-dmqNxbHpcALhOv_>{IQfKx3jI?!A(WI+Zu`4YXLpF5mgm9`(3Z#Z!c(V~ZoO^& z6Q6*f(pyD@(P;VQFJHOi4y;TWLpcJmF!F*R8V=F(DyoEtY&7zMfQ4Zm@yR1U@!*%= z&EzMF>_~#-hi3f^ZT}p2ob|a26*Mk`&tPo6Bui5@)oMz*b_y)CqKFK#y3uW_OssfbOrh&VmKT| z!;#nNte!g?^n1g_#R{3%7ccnziPh7myqCZLU7z-oW{!k+T$(K&v#pM8icllH)^WcIIKWI#fwsYZmE6C+G&~!TF zr^OO@C+V*RBQb9=b}ZkNQ=}k+`K5^d$fG~V=%2FJw*4#OKH}Jxr#J4h!5l!PePLHv zI{%p{rHMzMO3E0Ueb0NmO`D{zyC`xDhf_cO)7{%{D|-VVk(Q`CIkokso7iZCp2x=F zt|vW-RD~k|G1&Fgr_pGHo)-;=+itzBGw5g2KPtZKi}BYZQ}pL-qPn)Pb`YzwXKWnw zFkg^OS%SA?Rz{}asFhR1kbK5y)&eM8*PWA2X|R~H)6jn71~0`ok_V6}4Jz)HC2w3G zzLhgyELR+bn^4Tl&)c%?pAFhLr+X)2hG7+ zY4sPAC-W`=VlDb7q_S<(+ba_FCG2-R%+F-89}g>Fnu{Yly${P+E7wjJ46Nli$&q) z0|%yd?C4HR6oX5tC4mS)Q8d^*xBvF%btflS6ha0xDEV!fiWJbl^25uRfo7TTDm0K? z3TLg?xFAcnfeaKyrnNBH#`l=ceRl4=HNJgbyZ^9evQL`rOa z(O7a)7X|uPSyH)UP=@~TtnNvXA0GX4oy#q|3Z=zVyrLLsG(xMUT#i&?2l(yMmq=fl zR>!U@e{$k5A(2CcSBC#6iaLWqG5CYY)Ss&?F&3wcH6-01oC}z)3KJ`!f6h=!^7M zh&Qc@$9kpa4L4faK>uW%U=6ILa%7z)_FVcEDLL{3sqLSPY$5>E@av&wY#X)&XK_2S z-knk^SV4c0>#lOXT=P)(uCG>|h@r2p4`TAT9iOS?o1#Ay(7*iS&ya2!*Fk^c6yC9Cl#69= zQREUC3x?ePL30w~Q()naDSIkvg?#S2GG7+?5j2F-bAlUmk%F~LSG_<@LO{HJ)>(D{ zqS<6m68b0ofHmtsDf$aRD#7+ouTi`sqJLJE+}Bg`t+nj3R8>M(5al&_l)3^K`&-%S zfCeLr7afZSbO3;an{lDOSFIwR=Mj30rTGxi^HY<6fY%U2@H|Wi5RuSB0s`){!>YQF z2z447QmBQqun(_$_I7|R^h;uB2vGje?#v$n{bfI-qBsOdj{Pb_e{lLqfL6_au$=%h z-wSHdpX*^~Gns_`u`GOWM|7ln6<&HB9MW6IQ+-9)1vZ?2v8?V>|A)z#o0?i=ExO;i{{YXyJL@!ov@*oIf8- zPH)}bLEl?Dzc9RXDH!x8=jZbnKY{1_OJ~k39Y5X~3}Dl&7X(Y^&Rslu%Gd>LK_=x^e$>HZ7LXjG8J=J|AUZpevhX5NKHj%5)V&zM3l0zcOF8nu!GQ2PRVJ z@KO!2MgJO=X^AW*04lkb@AC6QYOpp%D#3K(*;E(^rRbk{BxSaLJ`PEUVJTT9b))*R zt*Q{1waou+@5{q2C$2lsk#v{0_UqRxy}X9r+lGd2mVlvY8ZcgC2*i+um^d+xF=Lxa zKAiD5iA@$WadyW}?D3b(eDQpC7AId4JD!jjV}rq9Ghj9^Y`wkS`>l7sSJIh3q>`#i zC0$8Z_tA@f-QRt>SGAm~I_FoX7L~Xd8EHrsV+j}N*Ae@qE@`vpDv}fib={iWYd!R3 zxN>(Od(pNLq1~$8`p)7Vzc_sV{Xh1EGXMY}07*naRKXpknyw#x=9&4)N!0Y(iK)iR zCr?;w_TP9b5cA`p>Gvv&7AII=|eUBUihX6RPOY)((1t^*>VMx9QlUT5}?v#-2jl*_0gpoWG~*}q>a zmq|m^bu^$_2S%fVL|q136RJBB;RFD2gUUL zS!E<-e?E=mO)aV$_Np+*joBn5Wq%AN;;fo^73)0}mqKP|-o5&XPtfsc_PDm2tHQPm zM(s;~YyR*5g^R{uXsGk;Z+D)5-dj09=L5OJ+z3!Z)HGtJz@irr001;y_vRZ305qLj z^(E>yA0gf6%TC^|V)l4?-^{q@2^fK z0YtS)-?ae>G4;;+3GmI8VjLj)uF^dcLJKkD?K8JYx4*VOU0BjQOChxgbx%Xzw z@e#8FNLZpE_4a^d?C)$nAxQ-CV)?D;`w#@)yTiOwT)4-+;;_Fn7*w-ntjg=zwd&Eh z<&==SR$j<%S>Pfv`7~$AdC>`Md-&daaqUXJ4^Z2-X%60Ui}C)uX=a8hmBO{x8XGr) zZF{*RfNfdJw{06bXBAl{xG#4G)BwoV3Wc%t>z(~y2nb{kFJHd&!V9fti`++i2^{vf ztcl&b^{|tuIgRCOirB=0@KAAIW`44<#vbI7${ox1SKmy2k~eGI!)X-Hz>h(One{`^mV0Z@%PCa&3Sgt0$L$DsHxs>VPsi2e2ZQl?Fk9(b=>jhkK)t?tJD zDfj$H>M6()<@>w$_#L0B(_*;8VtV%Z5+AbL6SU}#mgA6aZaddcb@I#pY!zC-%Zc7 zM$S2Bb{udVNBv-bulY%^y&jVDQ(Rojwv;k(AckYxe7~(ok66D={@APQ zNF3#FJlpb%%c;<_^@`4CqO`oI)TPS3;PH}Y8lnm+Ue zH*i1I!Z_c8!gv2?;sZ;YSG+j`iT(X30rpQaho^Fg7O*>TvN8hADLe6*F?SbcU)^1#sr6qNVhD_var(uvt^sj6YXK`!ryOjpd;U5d|!rQj3Tb60s zmTeV^OTC$T-uFiYAj_&A|JsA!dgz(GB^_+b^7jQeDRIRi0A0gMrQ*5vGWCk1jM>@Q za-pQGitO0GKb8w_@tpOEg!BHuv08V9in6=pTR&xG?v}rr{TYY&*PKWouz$Mc3HdjE zTT%Z&jIaz<nn$kNt@&m0vuezb1AlO=y0R!mxod$-nmM zjHLsYaa2#sA)%ZY%eG@`2nbRR7Y%@+P1k?m*0)}~`;ylUl#3h<6A{@qS+?CVt#-$1 znpVAS59qLbe7Io9b3x82-Zp_{+g7KuWa5I6MdP-!trMY5Pyly?Fk7jA??;C^mOVOH zvMlq}y{~TGwAnOGc`(OzgfyG2Bgc;Fy5Z0wag!Yq`xDXQPdqU=PzJug;VLmZ^qL-p zCE@t~p=nEM&Knuu6R4wxX6oEeRiJJjWN>&R%ncIA?2jt;=Nvx4KZs{bs%q}$fMx}+ z!g2Mc^N^!N@opsI+qRdg@Yl--RiVPZ2XBV3KM3rv$V_+))v5SU4G$W25K8YL#Yt6x zoO|d*qU$;|taKyHw!8aO;@|Lq>>(&;M8*JzD@{020q6vH1lgzg-&U=i>2yAK;&8W2 zT- zV?o|$OvGS+K`@#9Mc+R-^8*0h=rG9s1Q5gQ6}{fV`2Jq@&R<-;={%4(swGGxLA20G z2@GDP^8Fp#1Yix~wj2u_!v6e6C`on|M$iw=wzKE}dQN~VQ;@s`*HxVYAC^xeBo7dR z$I}pRV#a;zrrQIsf1Ie^ZcLaXy1r2O(;I-6$|5Hq>iEe!Yj5)iQG0EpYHpQUFPgg0>z%tNA? z80;^lBd|Yu?C&`dEE+e?az6xyQRWq&{W*_`xwXA?0}{`sN&tm#QbJwWUlCPl=covq zKtuc?DFP6(wMJyij?O+V=UE$@ocxMN4a9<`SpW?U3#4-^0IoMcfEod~2X$x&uw-np zZPAg*gSA$hnvMC&{GsDVP0gJR zLN*RTa#xpIw!Lv^cy!Si01VWsuT&~)mMnAqE3Xeeg?)ej3r0FbGNd3uEep*r!uJQB zi{qi2?;n&xFmA7~&L(6GJi`H^U8~tYI>Vp^alb9h2!QL>30H4C50DvIoVM)?To9j(m|XW1F|17Cd9V$a@xgie z?9%o0$+Hb$KYPyfq-}qEc(iI;e^{%nl1C;8ZYSWHIXk(<)s{)i`ll5uZ$5T(jjlVb zjP5d!%g`180bRCasRrmwXS6Kqd(%@T?<_g=J^&FdpcTc^ma)Ya5di3j2dkC6^}6nM zX2{1%RySM+*$;}4TbIirmZ0iD;c~{~kVL%ikKI_xAr>clR0`jpXMdG-Gugt~Kj{b{ zZvT-L{9+l7ow_quz9xhephx!S2pfbv0_-2jbsYP%7-8%$>Vz};@TdAiH*Jxm9HElL zV}Iy%8~~o;rSAhcv6$y7@JfuVV}OLFOd_547_2itE|iq5xjFMW;JIaMb^YV@DiEyE zgFC(WrB;7cMgw&A3a!<{{9~~d#y+ZM}I(DzJqMrvj&J*|!BLe?N5tUhk z&s`DhPwXwgJo|f@MHYm0LlON@h1D@fB>NK=7^P6I=6M`~LTK=6-*r;Dv43bQ%k0k+*#g4v zba3^?b5+D2C_pCckA9iKH*}vbqJ4iBOYr@H(->*y$4?*G^LZZolj58+F)z%D{rxZ* zbO2s%>0^?ro}*HXnVYO3{OBSPpE%3Bj5JxRtC~YTeaCmRxlW$F{*B0)sOMf#NyKRg zxf56HEugL!Zvhd3j$jh#2paFAc%1-;4v}+4ylInxo=W=DMR97NAO3zY4`qgFTnwQD z=$>VCsS>k4Q#60r9^Sd3TSUcuf&E1d@#K!h{t(g7ir@>m_A9pliHE_lQul}b#rPuo z1H@o|)<8l+(d_SBxaZ2mW`A&kgqv%y&EnJyzo)G?2!o}V;5*%j6jP2b6dIyzia2Sz zuV?Wq%IA4L9b#h!I!4qa0>HJ12+$xpL9_~>;Ex!cApw^b0Rc=ARe=Ct6=A{c^xYXE zVj(qfUH5|2U#i$20160BH&Q^&9d&whMyCKGRL2_@rxLVR-#`71Po9WFHJI4V80^nN z@a!L4JB%nxTrkgfVY&dN%WC*{l;b#+LH8~QF}~)+@!hVFNS=&-mjPVM@i&Cth4t6& ztYW-k#P|JQBP8Z(p^+I029wE%{X;@1vs44U(>utaWb`c3x#7?&?jw44sk~=k@T6(| zYIT08rd_QYKRGb?SM};X+b(#?c^v_>?R{k5Q7TOd?c0gW5Q zwr$T?rjuoX%@rvP7ZHe%06GLZlAdhFpKqdmDH*a($-HZ+Yru#ETvYelst(21axTekjs!}H@ z67T!-AbygFAGPsy9qIA11Qnw6$o{;8lf{~FGN>IR6utpR2;But>>tE+cX-?8#`Tg! zxR2~V7#g{IeAyARv(zx&G(7tHBL}t*4F3G$B@ecmKeXEgaOql-`XJD~14H*MTXCdg zF4Fb4jEtOnz z+81|_g6Wc2#ev_Fq#gHubkL-aL8&zaqJNcVkAblSzmDjo@3Fr`{Ha<<5ov)Zf6)Ky z4?Q&hJ|7nP%l-gB+}Rnf>+hbZsXmKA+&nG&{=TUE1PeQ!iT6L{vV^j~;&vtt=82s} zYKj7dA!=+TCKET&#O%)p^u{1jZ6dP2GCg|N*!WY8`i9AUA3lC`eX01n!=p_ilfWkT z=wXG10GL2;8XTIp>AQ0J|WhQ|7ch2ii$Nuhj&tnI^w0yaR%_4sEz?7_@ zqaueSus1o$Kpx4Dw(b!=-Ew6JsHiy0mFf(>D7Z5}&htHrnFsX=YC-n*QuBm$dK7;* z7(1EG4-n=8i{dG}YRI~~&M39G(*@~NE!t?kFlmb-4X`|0Ch2<^``3WpTqq7{+T)En z=*H)o^@?R(P%4{T0?568OVAJk1F%Il==uZg=C2<+@=T|*D3FawG%+~TFs-AFdc(4w zo}C#mj5VdQ^2lGOT1=o-gM-H#jizmf%{TO$?)jYLuU^i+$))rCgE@rWj|i8+o*xJl zK%NBxCHp%!Q6!?ksxQSV2A{dQDoOs5=JbWsP-R5`p>G7U5rE{g(|d+%dK?$~BYUTw z`G;tck43DpL)f4D#apEJ3mtYoGyf~9G>P5r$6zgsxgg1*RwooUc~xtB+aY+XK!|G$ z@pAP)ovggHU0)%j2qwTdA_6wZwNe|Pzzzf@fEl30Oqp0!JFSUK4G92_SoWvP#tH;O z)%GP_pKZ5(P_33UY>{o+_MlI7BU84By|IiC-{qtVTlJ0f2G}$g3pxK(0)L zaH!vFE%t^TzsmSYN%SK{x19eDRVDj}Okl~)6gKT7uz$a-H;Y}Neqxf4X%gmpLB7vs zFGAvnQyJEXJelQ<|AZUDs89z4q8FO=Hx7?}WN`SAr7LuRzo=FUfHu%4$Ctf-@zSkS8^*kCzixOK5sv%rKd&KZ5o{b7)DWMqR!pL%9g{aQ zgV<{`VBkV^GkGSeB#0YfglmY$xruTQ`u@D<2ZEiF_gpDI^W$@fn6;=O{BPn_w0JQK zvv6*JD#O6|Pc;R^e6WxS@x&08-r2Rh9xr!I!q`q=e5w+d2B{ z`zu7svKw%d%;1GI{+LXt%#8FxNDx$N>OBX*wZC_P2(Vhix12oowWTZWU9!AlS)Vw0 z{0Yn412At}Ho>mL2UlqtfW-bpfPh%F?RndZ7R*3+u~r=}6n2g;v5632f3;e%Ot#10 z(>iqA|HY*e0_#xRt_S;%j2M6-fH+eK4WLE zV1GeFeBJ;8p8Z7^5rDTfay?Oip4nghb09L8Q_K(tQNRs1P@Z4)gi6v~=5V|H4$ zZTRfZ*AWuXkgglPh&XSW3orm#U2ADWFhCtUv4@$Poe9X`TM_T+}W5v#(%mPx7xKjF8{CC~TaYXf8-SYGcHq^fLW3;s^lQBl~`8VRf9A z{gL}loYur@%glXWCJTBMkT9Y`a7o!hQtaxv@yP{(QQ$hJ;2E+%C1C#qw&%BkSh)*1 zhZ_V2#u+?IM|=HAI%$#BV+{AY)=GxHzo;P;M?*9w18@$X=ldt+5D2or{~2P4T&#YB z^Yy!AXh3&?CZK!>gti^b zm8BASUmc#yIL<%<1nuO0B;g_{`$KrurDJ~p(X(UMuOa(KyA&4 z^wk=|v$4YW=h>e{;iO8gAqwB0)e;4_UvOeAjQVi)CG~GIv^WA$k_UqMmP5Y5c$X?9 z601yfzo?$l<{B~iMqR~~n7VWkg+4Z@uetFM&$d}}LQ*5) z+WnSvOD3C6VCf{}uWS*&2_ga}_x%ANOZJZsnf-bH!1+bikWlvL{R4qan6jp4e-Nvc z#1CHF1y>tIh9S+DV3~?Y#UO!PNK_c_I(&K4dq{v|f3CL>oP2*^!2Oz#E4e?x8{F6K z$@b)SN2lv*PPeWXxz8kNbA58c_;O;A*+`x~aas`;RmJ|Gv~37se=ZB3{SyJbKaBUi zUFQo4;x$2eTYW=7?9m|wK6}*=BDEVA4TT3O1rRjE?-8QeA5>M9es0i{)$d6s za3YBUx>0*&{|F6X#~&;hSlQ8c^&*=feg{C{cfavR7z`@kFLYcluFiXp>$9?DW82Cu zMAo^u4p$$?0d58=F}gKw2zaLmAmgsft3eX3BiP@UMP`5gzG7T2<%xdJ=Bh~w4IvP0 z8#1n)sH_#>YZ8Lm*#)uLKahX#zCYgw#Et@yY6431nM^fRsV@=PvvTN}(adO%(LW>kqoOd`BqM zzJCgzH!l0TUwAh_@ET+nLOffXof+@R+5`JTH~(P4eSb*RVu_zsB*7%RBaHq1007ct z9%seiUpe_w;%0*Y`^WL@WJweB0sU%pVqPxw==%$i``!m2FgsLvB*-||>;64L^lH=7 z5Kl>@FhUVhX$XkypCKfoM}^pd2+~EWOuMN^h^{I$BuT!kvroP1s}8`;0dR+f^N|8G zKc4Rp<`N`lf5$sfdHo8+XoBpKLS+(n0Eh`%H!=G&1RB{r`IA|9vXTld7o+_YpEmnMiF3Jq6ewKyE+6t1?SniuNvs@PMp?1HluVdn%fIrX z_a;e*3i4fQh&3k6S7-yyugZAlhlL0{5~N5?SqOpcQ~Bn+e-Iwmzmvv7vjOJ;#gHJ) z2!IG;eG*!q^}EYr@`bTkN;fB$6ObKV4~Vax+@RhaJ|9=}V9sm`!UIPV`; zk;q^9J&-#D;Mkw|F9}6WI67Ql_UB6I&}v)>5^MwIvvanDM!38DJbU;SMsIG0|B<+d zJeh5?Pcfxf?shM$c?rZfEM5Qr6GKTvK~yb*kC*W{fS=WsHm$~$2;vLnl34ca@7?uo zlNeMkl5ng$6V4M1-Rs~!;)J56Ggso;g%^OL1NGB63@?7ST$AfMicQz!(_V@I0*6pY z5mf9CglzFw+7Q_v_J56heGc--IJQJ-&MWjxF6`l$IPCAW98U%Op&mT@6MqA|pP_3( zdmPuxvM2U1v(XHm{e{%yOh;niA{HEyO({P{Ruux*>XKBv=a2GBJ;<2_bot+9f6wvf z-R-ciN_ek$C-EYff|OctOi7-;1@n_q@54-CxbGiX0Vy@aPdbH~L~97BIV6hx!EXyf zP_Tbu+vP=#9Wxdy^#Q4Sx8!R8zTc+a4wR1lxxbD^k>~9a3n%7=iUd@m_5uoAgy$BF znwc6X+26gzy3MG_kl3~bhdW_eqN^PthV=u0cOWAaoX?e#>`KDG)vYp- z2pJPMaCldj2~xO6Lf9l4(!1=@DR3O(Og1QkD2JgmBp(T~C0Rf8aR>{1i*r(85bQ#f4I2eh?tc?w}YB#n1lGL(mWdpAJH@ zPssi#)-z>VE|EhV*N;E?&kYqKns;CU(~uqnOTzxX7Dy`5Z*VNiE~C6+8Ob^T^8d&q zKXh9TiO4(5Ih>q``F29WLMEaUBNoRgF9AEGh0DZgf6C+`*XXV_e8dgnW;G>ZQFl}b zZqyf*nYst<8axy2Rh6-;f8Z90P|^^tyx{o8Sbd@Xxl!J_znf8`jsL0v)8d84z zBUCE2S2jfQ+=Q+ZlpZ9nLFCxBa0+L44oQVTxrMqQj(PmyDHpkK?9Z4j=62L>Flw{a zw32Yw&fZWP!0D~!X63?hSE5CWX)i>-eHtL8ZS(ctbB=aKwHae{s2tT%kONd}LT4}1 z)WhkjA%X}whx863{VRWYuNwgfNCWT=aZ?YZ{o#GY*q~eUcM+?nyNSa}9}svsgnQLPMa3CEt(~&t&x40i?3+?1yY;7}6WtX>Z%P zhQvayAVwv1duf;jUv#4lma{(V9E z4xkJB`&tw9?DCe2f_n9&D^k_rDQVk~Ye+QCA`L-Lid;kbf|MOVKCbT*da}3E%d-o$ zZ5g?S@HksF1ab}O2hywo@F!!aXMTLe@m78Fmg|nFo-}6Ucmeyp$sx9eysp9n4wn1ip|DfPpLwdlOq#@GGPo#!`a=q6<&i=h4!3cnFhe-BE z?o((YVt?|6<8kK9>IOALZQCIlLb-;hafWG#&;DIB1Z4K-H6&M&ED(1D5S#shNOgdp zb4Y7$*dls0wo}ix-RoRKvcnn1{_eHo`*+b0kl7#Ir;c+a$qIUTV6ba#3T=d9YsoFA zdIFotqN;a6k>Jyd)Gy3B#h{l52g4*4R%`$uYR*pGa=?Yn;h?8MeeC#Y zCyEq^P~%)f`hhb{L*Q)Ekl_5!DLxJ`T=G}7AqB3zg?sIM;L(&l7JiDNVK;ZcPTtmWeHfRWN{{9)IA&$3?Xc&f993ncE2LZ;~wQFB% z8FJ*vk>d;jYIx+xQQNjpW#0E-6iWlIwG26OHd&UH)w8dN zpzFG(C38=0f=(X}6Vw3=?Q~erO@+Jz$dMyQdJs{o)n2(`*}8Kl48usu+NuO?)3o;Q zKX~}av2v*xXESBPf|qI<81~zi*#ntU8Uh?|!ncm;P=wbHkbcJX19=CKBS(&ua9sX9 zd#;+Eo_*$-=iBX0&)Xjf01E|U%a)B>w{Cvoi6M)Hxyw=&pLzG6u5ooC0zqewdl}{E&Mcu+eh;CgB&@|YIIEVn%!4D z{P3f;O@%_1-lS=owoQBX?0V#p?;wVrsPjStKfa^(p*=q!0?Sqg$pDC8XfWS2-u0#J z2kTlnlKBv|1N-+{wuPv%UrybDL-!6~sztwY`N$o6mfNg;H4VSNw{qj(9F_V2BC1qt zWYg&Auvg}0t5q(Qg2~#pono{YmRc`qdT}kwDijJ~>GUt_963%$v|8<}uDblO$G&SA zdKkwMk!9JsuB9MBB5JkUSMPem!;d_sG`*$`TNYVgy!~m@iZ%7mzpXk2bPc9zgX{m~ z{0o-a5rsLuI)Lt+b*N(h)K4t=+yh7N`0U>IetzG3Kfmv)|MBuw+s0s4=x~W>dS>oD zzx=Md?s`wF)vh-hbMw_^vvvKo*EE{Vx%o=7*#dxSwO*~&8_j09T(&F=04&RzotWxaZ<|NqZn6_cOj*v%&fB)#YPIJpRok|wre_z8j$V4{ z&Q7OOt2fF6Wy`YWE7f|v;lyn;o7e5xec;ehA|j%>xk|IuBBJ^EYQ5fQH2mV^$ZXtyZJijK~5J4PBp~pI^3giE?@Q z#XA1l)h8(4!mqBuObs**bPW&z5i|q@&=9nE{A}5Z+!2azxd)0p4)!m1uy;J z<@eup=kDECKKs=3x8Hu-&)jzNB^U3w@4nwGl}eqCxoXupANtT;7hQDzh7ITa^es2u z{`0q0Dz#3>+k-S5A%)oSnBb;XB1c$cp0S6qJSo$tA$QmuXP1MmB(o8N(e)mr0*>-T)@V;_Ct zndk0&&mC`n`?0q(hlr}x`rUWmx$DX++MUjO-}~;jzV(L7FTdpD z_x+}(X{W^r;6dPN@z8pX*A77qu`FxDhI3zib)R8`PKsBmwRgPZZP&l?y8G_?=yT7# zeEaP`vvI?DD^@K3h1-9o)9GBj>kV&y)AiAPfUfJWys~d%Vy&t4t~$7N#iSL(<_sOa z^cej3F#K>5zVHZ4RbZwHuO5ev4X+-DV{>u)0MmvyoHuv09V_r@fw;348bC>df(8W* zpr8m)C>Srl^zz;R<$acAZQQhBY|)}Zq40rw?wOgH`ON43R6 zpxJEcy8gry-<_VBZMIsQHf?z9(eLcOX7_d1?Rn|Nm)5PDKn-W-E4y}I_42Fxue$0D zmtK0Ylm5GZ=~hJi`@jFkciwu-?|kgnpMUoG%PzZg^TzY`?cKL++ty>pk3aj&b3gg^ zx76$PHEY)V?5#JgUcKtbk)zjKv+Kmv%q=(n%9`&)0A znVx>)@h5)n=We_A-h00N$fLWjxq92y&Cfpj+>V_)+U?F`k3Lqd)lcQIUXC0Y!X_FR z7?_)@MC-h1nnQzwbF*_hcWxUQ8F}Yzx9qug_sW$kmM&d#_3o?JtXW-ebQuKH>y1*W z7<8=&0CXBE#hTTzZMb3+9GiooG7J=9(I9;JyKs00o_qxk&%i%@FK!1w1Y?68u+AJa z&t}@%vaIbFyzWOoe(~M6-*NdBmv7m!xmvBx&CV`cvFz!mpBWw**|>4Tcc1v~=;)$< z{JXz<^2w)m?!4%M2mZ5MDsJ1lY1_7~J1^dGc=C{882|JS|IqGq>h-2=+XcfowD%>$ zFjlNs{>e|=Un~|kY~1jbul(Eg3(h}$=bo_zBE-Sks8jxQPSnC6~6yT9|D z$0ycJ7>2QL@4oZapZC{){e?Aa);#*?cPz_3|NPhg_HTXc=#isaw{0CB9^SNh(~p1r z($S;G7L5)!8jbxg|9F0Gj))q~)`pE6zVzjP)eYmZN50i+wKNSY)%ry{F8uIs-oIt* zmV*Zm4h;=%+PvxU$DerP4cD(;wW?9CUvkOC4?OVop~2JjSUt)Qgvt?#poSn~tJNAF z9*iFK7K_D4AARiZUwQxKKXJ+U_+rbn4ow~!9vQjdg4a(ToZPf|Q?(Y=0T5BSTLOI3dV=w$Se$%VDE8QIs*GnfQE5T??;6BrUCkyV=l24 z?sX048uqI%Sug?s04FRh@Yb7?C#UYb^OxT8);IslKmY5xiM8uDtUr3>sBPJQ|HZ$( z;)=`Hu3huZhrYFP<;p+(^rxPG?uFUe*-J0I_-kML4*)0@i;EU5`uf)&+P!<%_&F0N zPn;Mims;(1yWRfnPyF7&gOkN#p*Xf;YHHdt&1OO~8GabnGy)!%>m`^QhtluD)h|KO8*_wE}R9<*({TB+Rhwl`MhD}VNxKmYgt z`@s0vXuZ)qapJ_E{lR@R)6@6=&hKvBx@GO!wGTe{jSDZ_zI?^<=bwLJ*|KFnaoHtb z|Hd~XR*7@uIFn%L`u_a~H*MPR^wZCU?f)4a8UCxk{+m*4C_ty}A zbf|XKpB>!3*l!ivwvV5jHgtV-blB{ejb^J@EC9jC$k5dEEC7s-4AmP=%d!Ut%bku{ zFpP4!WLnnL)U2lA;;}`IW^-hCs8Xqoj0^$5$*GxQv4Ds~G&(X|snh_V)o$y$zIbfZ zS;ZY58l11x3I#*gG+oySz_#snyE9NOS(ZIA;-}VVHfyy;xm*H(cDrNS_Q>#%reUE_ zICf&HR4nScHZnW}0CV$|fpV!@Zver_@Sw9VXl}mJ?wG|wVbSRD$>|vc932^&o|!Ke zjZ&#-npUw`$k{)~S%qe+b*I$42Hy---Kv`j2H4Cm>+4;+N zKGTXv-$7^yfMCblKdK?r+s3Lt-f_X=r~^MwuU$Z~o&z}4psADMBFwPHvwx1$5lXE* za|X9LdPcN{5K*aE+m=)6z z(Zs~+iFFe%JpY4ArKX<$VR*KpedMD0FI|4%oJI2h*}E`^VA}A*qbq;wfmP4W>C1~< zGRQlC9H%-W^f4a+ + + + + + + CARD SHED + + +

+ + + diff --git a/@lab/ll-CARDSHED/apps/ui/package-lock.json b/@lab/ll-CARDSHED/apps/ui/package-lock.json new file mode 100644 index 0000000..96790ac --- /dev/null +++ b/@lab/ll-CARDSHED/apps/ui/package-lock.json @@ -0,0 +1,5224 @@ +{ + "name": "cardshed-ui", + "version": "0.0.0-boilerplate", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "cardshed-ui", + "version": "0.0.0-boilerplate", + "dependencies": { + "@cardshed/core": "file:../core", + "@radix-ui/react-dialog": "^1.1.4", + "@radix-ui/react-tabs": "^1.1.2", + "@radix-ui/react-tooltip": "^1.1.6", + "@tanstack/react-query": "^5.62.7", + "clsx": "^2.1.1", + "framer-motion": "^11.15.0", + "immer": "^10.1.1", + "partysocket": "^1.0.2", + "react": "^18.3.1", + "react-dom": "^18.3.1", + "tailwind-merge": "^2.5.5", + "zod": "^3.24.1", + "zustand": "^5.0.2" + }, + "devDependencies": { + "@eslint/js": "^9.17.0", + "@tailwindcss/vite": "^4.0.0", + "@types/react": "^18.3.17", + "@types/react-dom": "^18.3.5", + "@vitejs/plugin-react": "^4.3.4", + "eslint": "^9.17.0", + "eslint-plugin-react-hooks": "^5.1.0", + "eslint-plugin-react-refresh": "^0.4.16", + "globals": "^15.14.0", + "tailwindcss": "^4.0.0", + "typescript": "^5.7.2", + "typescript-eslint": "^8.18.0", + "vite": "^5.4.11", + "vitest": "^2.1.8" + } + }, + "../core": { + "name": "@cardshed/core", + "version": "0.0.0", + "devDependencies": { + "@types/node": "^25.9.1", + "@typescript-eslint/eslint-plugin": "^8.18.0", + "@typescript-eslint/parser": "^8.18.0", + "eslint": "^9.17.0", + "fast-check": "^3.23.2", + "tsx": "^4.19.2", + "typescript": "^5.7.2", + "typescript-eslint": "^8.18.0", + "vitest": "^4.1.7" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz", + "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.28.5", + "js-tokens": "^4.0.0", + "picocolors": "^1.1.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.29.3", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.3.tgz", + "integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz", + "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.29.0", + "@babel/generator": "^7.29.0", + "@babel/helper-compilation-targets": "^7.28.6", + "@babel/helper-module-transforms": "^7.28.6", + "@babel/helpers": "^7.28.6", + "@babel/parser": "^7.29.0", + "@babel/template": "^7.28.6", + "@babel/traverse": "^7.29.0", + "@babel/types": "^7.29.0", + "@jridgewell/remapping": "^2.3.5", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/generator": { + "version": "7.29.1", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz", + "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.29.0", + "@babel/types": "^7.29.0", + "@jridgewell/gen-mapping": "^0.3.12", + "@jridgewell/trace-mapping": "^0.3.28", + "jsesc": "^3.0.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz", + "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.28.6", + "@babel/helper-validator-option": "^7.27.1", + "browserslist": "^4.24.0", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-globals": { + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", + "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz", + "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.28.6", + "@babel/types": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz", + "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-module-imports": "^7.28.6", + "@babel/helper-validator-identifier": "^7.28.5", + "@babel/traverse": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz", + "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", + "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", + "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", + "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.29.2", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz", + "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/template": "^7.28.6", + "@babel/types": "^7.29.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.29.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz", + "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.29.0" + }, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-transform-react-jsx-self": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz", + "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-jsx-source": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz", + "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/template": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz", + "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.28.6", + "@babel/parser": "^7.28.6", + "@babel/types": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz", + "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.29.0", + "@babel/generator": "^7.29.0", + "@babel/helper-globals": "^7.28.0", + "@babel/parser": "^7.29.0", + "@babel/template": "^7.28.6", + "@babel/types": "^7.29.0", + "debug": "^4.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz", + "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^7.27.1", + "@babel/helper-validator-identifier": "^7.28.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@cardshed/core": { + "resolved": "../core", + "link": true + }, + "node_modules/@esbuild/aix-ppc64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", + "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", + "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", + "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", + "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", + "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", + "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", + "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", + "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", + "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", + "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", + "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", + "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", + "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", + "cpu": [ + "mips64el" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", + "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", + "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", + "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", + "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", + "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", + "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", + "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", + "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", + "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", + "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@eslint-community/eslint-utils": { + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz", + "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "eslint-visitor-keys": "^3.4.3" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + } + }, + "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@eslint-community/regexpp": { + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", + "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + } + }, + "node_modules/@eslint/config-array": { + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz", + "integrity": "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/object-schema": "^2.1.7", + "debug": "^4.3.1", + "minimatch": "^3.1.5" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/config-helpers": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz", + "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^0.17.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/core": { + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz", + "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/eslintrc": { + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.5.tgz", + "integrity": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==", + "dev": true, + "license": "MIT", + "dependencies": { + "ajv": "^6.14.0", + "debug": "^4.3.2", + "espree": "^10.0.1", + "globals": "^14.0.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.1", + "minimatch": "^3.1.5", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@eslint/eslintrc/node_modules/globals": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", + "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/js": { + "version": "9.39.4", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.4.tgz", + "integrity": "sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://eslint.org/donate" + } + }, + "node_modules/@eslint/object-schema": { + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz", + "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/plugin-kit": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz", + "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^0.17.0", + "levn": "^0.4.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@floating-ui/core": { + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.5.tgz", + "integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==", + "license": "MIT", + "dependencies": { + "@floating-ui/utils": "^0.2.11" + } + }, + "node_modules/@floating-ui/dom": { + "version": "1.7.6", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.6.tgz", + "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==", + "license": "MIT", + "dependencies": { + "@floating-ui/core": "^1.7.5", + "@floating-ui/utils": "^0.2.11" + } + }, + "node_modules/@floating-ui/react-dom": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.8.tgz", + "integrity": "sha512-cC52bHwM/n/CxS87FH0yWdngEZrjdtLW/qVruo68qg+prK7ZQ4YGdut2GyDVpoGeAYe/h899rVeOVm6Oi40k2A==", + "license": "MIT", + "dependencies": { + "@floating-ui/dom": "^1.7.6" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@floating-ui/utils": { + "version": "0.2.11", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.11.tgz", + "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==", + "license": "MIT" + }, + "node_modules/@humanfs/core": { + "version": "0.19.2", + "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz", + "integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@humanfs/types": "^0.15.0" + }, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@humanfs/node": { + "version": "0.16.8", + "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz", + "integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@humanfs/core": "^0.19.2", + "@humanfs/types": "^0.15.0", + "@humanwhocodes/retry": "^0.4.0" + }, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@humanfs/types": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz", + "integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=12.22" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@humanwhocodes/retry": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz", + "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=18.18" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", + "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.0", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "node_modules/@jridgewell/remapping": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", + "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", + "dev": true, + "license": "MIT" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@radix-ui/primitive": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.3.tgz", + "integrity": "sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==", + "license": "MIT" + }, + "node_modules/@radix-ui/react-arrow": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.1.7.tgz", + "integrity": "sha512-F+M1tLhO+mlQaOWspE8Wstg+z6PwxwRd8oQ8IXceWz92kfAmalTRf0EjrouQeo7QssEPfCn05B4Ihs1K9WQ/7w==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-primitive": "2.1.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-collection": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.7.tgz", + "integrity": "sha512-Fh9rGN0MoI4ZFUNyfFVNU4y9LUz93u9/0K+yLgA2bwRojxM8JU1DyvvMBabnZPBgMWREAJvU2jjVzq+LrFUglw==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-compose-refs": "1.1.2", + "@radix-ui/react-context": "1.1.2", + "@radix-ui/react-primitive": "2.1.3", + "@radix-ui/react-slot": "1.2.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-compose-refs": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.2.tgz", + "integrity": "sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-context": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.2.tgz", + "integrity": "sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-dialog": { + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.1.15.tgz", + "integrity": "sha512-TCglVRtzlffRNxRMEyR36DGBLJpeusFcgMVD9PZEzAKnUs1lKCgX5u9BmC2Yg+LL9MgZDugFFs1Vl+Jp4t/PGw==", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.3", + "@radix-ui/react-compose-refs": "1.1.2", + "@radix-ui/react-context": "1.1.2", + "@radix-ui/react-dismissable-layer": "1.1.11", + "@radix-ui/react-focus-guards": "1.1.3", + "@radix-ui/react-focus-scope": "1.1.7", + "@radix-ui/react-id": "1.1.1", + "@radix-ui/react-portal": "1.1.9", + "@radix-ui/react-presence": "1.1.5", + "@radix-ui/react-primitive": "2.1.3", + "@radix-ui/react-slot": "1.2.3", + "@radix-ui/react-use-controllable-state": "1.2.2", + "aria-hidden": "^1.2.4", + "react-remove-scroll": "^2.6.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-direction": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.1.tgz", + "integrity": "sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-dismissable-layer": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.11.tgz", + "integrity": "sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg==", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.3", + "@radix-ui/react-compose-refs": "1.1.2", + "@radix-ui/react-primitive": "2.1.3", + "@radix-ui/react-use-callback-ref": "1.1.1", + "@radix-ui/react-use-escape-keydown": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-focus-guards": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.3.tgz", + "integrity": "sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw==", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-focus-scope": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.7.tgz", + "integrity": "sha512-t2ODlkXBQyn7jkl6TNaw/MtVEVvIGelJDCG41Okq/KwUsJBwQ4XVZsHAVUkK4mBv3ewiAS3PGuUWuY2BoK4ZUw==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-compose-refs": "1.1.2", + "@radix-ui/react-primitive": "2.1.3", + "@radix-ui/react-use-callback-ref": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-id": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.1.tgz", + "integrity": "sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-use-layout-effect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-popper": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.8.tgz", + "integrity": "sha512-0NJQ4LFFUuWkE7Oxf0htBKS6zLkkjBH+hM1uk7Ng705ReR8m/uelduy1DBo0PyBXPKVnBA6YBlU94MBGXrSBCw==", + "license": "MIT", + "dependencies": { + "@floating-ui/react-dom": "^2.0.0", + "@radix-ui/react-arrow": "1.1.7", + "@radix-ui/react-compose-refs": "1.1.2", + "@radix-ui/react-context": "1.1.2", + "@radix-ui/react-primitive": "2.1.3", + "@radix-ui/react-use-callback-ref": "1.1.1", + "@radix-ui/react-use-layout-effect": "1.1.1", + "@radix-ui/react-use-rect": "1.1.1", + "@radix-ui/react-use-size": "1.1.1", + "@radix-ui/rect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-portal": { + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.9.tgz", + "integrity": "sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-primitive": "2.1.3", + "@radix-ui/react-use-layout-effect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-presence": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.5.tgz", + "integrity": "sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-compose-refs": "1.1.2", + "@radix-ui/react-use-layout-effect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-primitive": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.1.3.tgz", + "integrity": "sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-slot": "1.2.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-roving-focus": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.11.tgz", + "integrity": "sha512-7A6S9jSgm/S+7MdtNDSb+IU859vQqJ/QAtcYQcfFC6W8RS4IxIZDldLR0xqCFZ6DCyrQLjLPsxtTNch5jVA4lA==", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.3", + "@radix-ui/react-collection": "1.1.7", + "@radix-ui/react-compose-refs": "1.1.2", + "@radix-ui/react-context": "1.1.2", + "@radix-ui/react-direction": "1.1.1", + "@radix-ui/react-id": "1.1.1", + "@radix-ui/react-primitive": "2.1.3", + "@radix-ui/react-use-callback-ref": "1.1.1", + "@radix-ui/react-use-controllable-state": "1.2.2" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-slot": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz", + "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-compose-refs": "1.1.2" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-tabs": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/@radix-ui/react-tabs/-/react-tabs-1.1.13.tgz", + "integrity": "sha512-7xdcatg7/U+7+Udyoj2zodtI9H/IIopqo+YOIcZOq1nJwXWBZ9p8xiu5llXlekDbZkca79a/fozEYQXIA4sW6A==", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.3", + "@radix-ui/react-context": "1.1.2", + "@radix-ui/react-direction": "1.1.1", + "@radix-ui/react-id": "1.1.1", + "@radix-ui/react-presence": "1.1.5", + "@radix-ui/react-primitive": "2.1.3", + "@radix-ui/react-roving-focus": "1.1.11", + "@radix-ui/react-use-controllable-state": "1.2.2" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-tooltip": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@radix-ui/react-tooltip/-/react-tooltip-1.2.8.tgz", + "integrity": "sha512-tY7sVt1yL9ozIxvmbtN5qtmH2krXcBCfjEiCgKGLqunJHvgvZG2Pcl2oQ3kbcZARb1BGEHdkLzcYGO8ynVlieg==", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.3", + "@radix-ui/react-compose-refs": "1.1.2", + "@radix-ui/react-context": "1.1.2", + "@radix-ui/react-dismissable-layer": "1.1.11", + "@radix-ui/react-id": "1.1.1", + "@radix-ui/react-popper": "1.2.8", + "@radix-ui/react-portal": "1.1.9", + "@radix-ui/react-presence": "1.1.5", + "@radix-ui/react-primitive": "2.1.3", + "@radix-ui/react-slot": "1.2.3", + "@radix-ui/react-use-controllable-state": "1.2.2", + "@radix-ui/react-visually-hidden": "1.2.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-callback-ref": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.1.tgz", + "integrity": "sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-controllable-state": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.2.2.tgz", + "integrity": "sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-use-effect-event": "0.0.2", + "@radix-ui/react-use-layout-effect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-effect-event": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-effect-event/-/react-use-effect-event-0.0.2.tgz", + "integrity": "sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-use-layout-effect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-escape-keydown": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.1.tgz", + "integrity": "sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-use-callback-ref": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-layout-effect": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.1.tgz", + "integrity": "sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-rect": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.1.1.tgz", + "integrity": "sha512-QTYuDesS0VtuHNNvMh+CjlKJ4LJickCMUAqjlE3+j8w+RlRpwyX3apEQKGFzbZGdo7XNG1tXa+bQqIE7HIXT2w==", + "license": "MIT", + "dependencies": { + "@radix-ui/rect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-size": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.1.1.tgz", + "integrity": "sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-use-layout-effect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-visually-hidden": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.2.3.tgz", + "integrity": "sha512-pzJq12tEaaIhqjbzpCuv/OypJY/BPavOofm+dbab+MHLajy277+1lLm6JFcGgF5eskJ6mquGirhXY2GD/8u8Ug==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-primitive": "2.1.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/rect": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.1.1.tgz", + "integrity": "sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==", + "license": "MIT" + }, + "node_modules/@rolldown/pluginutils": { + "version": "1.0.0-beta.27", + "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz", + "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.4.tgz", + "integrity": "sha512-F5QXMSiFebS9hKZj02XhWLLnRpJ3B3AROP0tWbFBSj+6kCbg5m9j5JoHKd4mmSVy5mS/IMQloYgYxCuJC0fxEQ==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.4.tgz", + "integrity": "sha512-GxxTKApUpzRhof7poWvCJHRF51C67u1R7D6DiluBE8wKU1u5GWE8t+v81JvJYtbawoBFX1hLv5Ei4eVjkWokaw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.4.tgz", + "integrity": "sha512-tua0TaJxMOB1R0V0RS1jFZ/RpURFDJIOR2A6jWwQeawuFyS4gBW+rntLRaQd0EQ4bd6Vp44Z2rXW+YYDBsj6IA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.4.tgz", + "integrity": "sha512-CSKq7MsP+5PFIcydhAiR1K0UhEI1A2jWXVKHPCBZ151yOutENwvnPocgVHkivu2kviURtCEB6zUQw0vs8RrhMg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-freebsd-arm64": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.4.tgz", + "integrity": "sha512-+O8OkVdyvXMtJEciu2wS/pzm1IxntEEQx3z5TAVy4l32G0etZn+RsA48ARRrFm6Ri8fvqPQfgrvNxSjKAbnd3g==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-freebsd-x64": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.4.tgz", + "integrity": "sha512-Iw3oMskH3AfNuhU0MSN7vNbdi4me/NiYo2azqPz/Le16zHSa+3RRmliCMWWQmh4lcndccU40xcJuTYJZxNo/lw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.4.tgz", + "integrity": "sha512-EIPRXTVQpHyF8WOo219AD2yEltPehLTcTMz2fn6JsatLYSzQf00hj3rulF+yauOlF9/FtM2WpkT/hJh/KJFGhA==", + "cpu": [ + "arm" + ], + "dev": true, + "libc": [ + "glibc" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.4.tgz", + "integrity": "sha512-J3Yh9PzzF1Ovah2At+lHiGQdsYgArxBbXv/zHfSyaiFQEqvNv7DcW98pCrmdjCZBrqBiKrKKe2V+aaSGWuBe/w==", + "cpu": [ + "arm" + ], + "dev": true, + "libc": [ + "musl" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.4.tgz", + "integrity": "sha512-BFDEZMYfUvLn37ONE1yMBojPxnMlTFsdyNoqncT0qFq1mAfllL+ATMMJd8TeuVMiX84s1KbcxcZbXInmcO2mRg==", + "cpu": [ + "arm64" + ], + "dev": true, + "libc": [ + "glibc" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.4.tgz", + "integrity": "sha512-pc9EYOSlOgdQ2uPl1o9PF6/kLSgaUosia7gOuS8mB69IxJvlclko1MECXysjs5ryez1/5zjYqx3+xYU0TU6R1A==", + "cpu": [ + "arm64" + ], + "dev": true, + "libc": [ + "musl" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-loong64-gnu": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.4.tgz", + "integrity": "sha512-NxnomyxYerDh5n4iLrNa+sH+Z+U4BMEE46V2PgQ/hoB909i8gV1M5wPojWg9fk1jWpO3IQnOs20K4wyZuFLEFQ==", + "cpu": [ + "loong64" + ], + "dev": true, + "libc": [ + "glibc" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-loong64-musl": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.4.tgz", + "integrity": "sha512-nbJnQ8a3z1mtmrwImCYhc6BGpThAyYVRQxw9uKSKG4wR6aAYno9sVjJ0zaZcW9BPJX1GbrDPf+SvdWjgTuDmnw==", + "cpu": [ + "loong64" + ], + "dev": true, + "libc": [ + "musl" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-ppc64-gnu": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.4.tgz", + "integrity": "sha512-2EU6acNrQLd8tYvo/LXW535wupT3m6fo7HKo6lr7ktQoItxTyOL1ZCR/GfGCuXl2vR+zmfI6eRXkSemafv+iVg==", + "cpu": [ + "ppc64" + ], + "dev": true, + "libc": [ + "glibc" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-ppc64-musl": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.4.tgz", + "integrity": "sha512-WeBtoMuaMxiiIrO2IYP3xs6GMWkJP2C0EoT8beTLkUPmzV1i/UcOSVw1d5r9KBODtHKilG5yFxsGRnBbK3wJ4A==", + "cpu": [ + "ppc64" + ], + "dev": true, + "libc": [ + "musl" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.4.tgz", + "integrity": "sha512-FJHFfqpKUI3A10WrWKiFbBZ7yVbGT4q4B5o1qKFFojqpaYoh9LrQgqWCmmcxQzVSXYtyB5bzkXrYzlHTs21MYA==", + "cpu": [ + "riscv64" + ], + "dev": true, + "libc": [ + "glibc" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-musl": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.4.tgz", + "integrity": "sha512-mcEl6CUT5IAUmQf1m9FYSmVqCJlpQ8r8eyftFUHG8i9OhY7BkBXSUdnLH5DOf0wCOjcP9v/QO93zpmF1SptCCw==", + "cpu": [ + "riscv64" + ], + "dev": true, + "libc": [ + "musl" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.4.tgz", + "integrity": "sha512-ynt3JxVd2w2buzoKDWIyiV1pJW93xlQic1THVLXilz429oijRpSHivZAgp65KBu+cMcgf1eVVjdnTLvPxgCuoQ==", + "cpu": [ + "s390x" + ], + "dev": true, + "libc": [ + "glibc" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.4.tgz", + "integrity": "sha512-Boiz5+MsaROEWDf+GGEwF8VMHGhlUoQMtIPjOgA5fv4osupqTVnJteQNKJwUcnUog2G55jYXH7KZFFiJe0TEzQ==", + "cpu": [ + "x64" + ], + "dev": true, + "libc": [ + "glibc" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.4.tgz", + "integrity": "sha512-+qfSY27qIrFfI/Hom04KYFw3GKZSGU4lXus51wsb5EuySfFlWRwjkKWoE9emgRw/ukoT4Udsj4W/+xxG8VbPKg==", + "cpu": [ + "x64" + ], + "dev": true, + "libc": [ + "musl" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-openbsd-x64": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.4.tgz", + "integrity": "sha512-VpTfOPHgVXEBeeR8hZ2O0F3aSso+JDWqTWmTmzcQKted54IAdUVbxE+j/MVxUsKa8L20HJhv3vUezVPoquqWjA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ] + }, + "node_modules/@rollup/rollup-openharmony-arm64": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.4.tgz", + "integrity": "sha512-IPOsh5aRYuLv/nkU51X10Bf75Bsf6+gZdx1X+QP5QM6lIJFHHqbHLG0uJn/hWthzo13UAc2umiUorqZy3axoZg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.4.tgz", + "integrity": "sha512-4QzE9E81OohJ/HKzHhsqU+zcYYojVOXlFMs1DdyMT6qXl/niOH7AVElmmEdUNHHS/oRkc++d5k6Vy85zFs0DEw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.4.tgz", + "integrity": "sha512-zTPgT1YuHHcd+Tmx7h8aml0FWFVelV5N54oHow9SLj+GfoDy/huQ+UV396N/C7KpMDMiPspRktzM1/0r1usYEA==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-gnu": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.4.tgz", + "integrity": "sha512-DRS4G7mi9lJxqEDezIkKCaUIKCrLUUDCUaCsTPCi/rtqaC6D/jjwslMQyiDU50Ka0JKpeXeRBFBAXwArY52vBw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.4.tgz", + "integrity": "sha512-QVTUovf40zgTqlFVrKA1uXMVvU2QWEFWfAH8Wdc48IxLvrJMQVMBRjuQyUpzZCDkakImib9eVazbWlC6ksWtJw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@tailwindcss/node": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.0.tgz", + "integrity": "sha512-aFb4gUhFOgdh9AXo4IzBEOzBkkAxm9VigwDJnMIYv3lcfXCJVesNfbEaBl4BNgVRyid92AmdviqwBUBRKSeY3g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/remapping": "^2.3.5", + "enhanced-resolve": "^5.21.0", + "jiti": "^2.6.1", + "lightningcss": "1.32.0", + "magic-string": "^0.30.21", + "source-map-js": "^1.2.1", + "tailwindcss": "4.3.0" + } + }, + "node_modules/@tailwindcss/oxide": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.0.tgz", + "integrity": "sha512-F7HZGBeN9I0/AuuJS5PwcD8xayx5ri5GhjYUDBEVYUkexyA/giwbDNjRVrxSezE3T250OU2K/wp/ltWx3UOefg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 20" + }, + "optionalDependencies": { + "@tailwindcss/oxide-android-arm64": "4.3.0", + "@tailwindcss/oxide-darwin-arm64": "4.3.0", + "@tailwindcss/oxide-darwin-x64": "4.3.0", + "@tailwindcss/oxide-freebsd-x64": "4.3.0", + "@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.0", + "@tailwindcss/oxide-linux-arm64-gnu": "4.3.0", + "@tailwindcss/oxide-linux-arm64-musl": "4.3.0", + "@tailwindcss/oxide-linux-x64-gnu": "4.3.0", + "@tailwindcss/oxide-linux-x64-musl": "4.3.0", + "@tailwindcss/oxide-wasm32-wasi": "4.3.0", + "@tailwindcss/oxide-win32-arm64-msvc": "4.3.0", + "@tailwindcss/oxide-win32-x64-msvc": "4.3.0" + } + }, + "node_modules/@tailwindcss/oxide-android-arm64": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.0.tgz", + "integrity": "sha512-TJPiq67tKlLuObP6RkwvVGDoxCMBVtDgKkLfa/uyj7/FyxvQwHS+UOnVrXXgbEsfUaMgiVvC4KbJnRr26ho4Ng==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-darwin-arm64": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.0.tgz", + "integrity": "sha512-oMN/WZRb+SO37BmUElEgeEWuU8E/HXRkiODxJxLe1UTHVXLrdVSgfaJV7pSlhRGMSOiXLuxTIjfsF3wYvz8cgQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-darwin-x64": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.0.tgz", + "integrity": "sha512-N6CUmu4a6bKVADfw77p+iw6Yd9Q3OBhe0veaDX+QazfuVYlQsHfDgxBrsjQ/IW+zywL8mTrNd0SdJT/zgtvMdA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-freebsd-x64": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.0.tgz", + "integrity": "sha512-zDL5hBkQdH5C6MpqbK3gQAgP80tsMwSI26vjOzjJtNCMUo0lFgOItzHKBIupOZNQxt3ouPH7RPhvNhiTfCe5CQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.0.tgz", + "integrity": "sha512-R06HdNi7A7OEoMsf6d4tjZ71RCWnZQPHj2mnotSFURjNLdBC+cIgXQ7l81CqeoiQftjf6OOblxXMInMgN2VzMA==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.0.tgz", + "integrity": "sha512-qTJHELX8jetjhRQHCLilkVLmybpzNQAtaI/gaoVoidn/ufbNDbAo8KlK2J+yPoc8wQxvDxCmh/5lr8nC1+lTbg==", + "cpu": [ + "arm64" + ], + "dev": true, + "libc": [ + "glibc" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm64-musl": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.0.tgz", + "integrity": "sha512-Z6sukiQsngnWO+l39X4pPbiWT81IC+PLKF+PHxIlyZbGNb9MODfYlXEVlFvej5BOZInWX01kVyzeLvHsXhfczQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "libc": [ + "musl" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-linux-x64-gnu": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.0.tgz", + "integrity": "sha512-DRNdQRpSGzRGfARVuVkxvM8Q12nh19l4BF/G7zGA1oe+9wcC6saFBHTISrpIcKzhiXtSrlSrluCfvMuledoCTQ==", + "cpu": [ + "x64" + ], + "dev": true, + "libc": [ + "glibc" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-linux-x64-musl": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.0.tgz", + "integrity": "sha512-Z0IADbDo8bh6I7h2IQMx601AdXBLfFpEdUotft86evd/8ZPflZe9COPO8Q1vw+pfLWIUo9zN/JGZvwuAJqduqg==", + "cpu": [ + "x64" + ], + "dev": true, + "libc": [ + "musl" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.0.tgz", + "integrity": "sha512-HNZGOUxEmElksYR7S6sC5jTeNGpobAsy9u7Gu0AskJ8/20FR9GqebUyB+HBcU/ax6BHuiuJi+Oda4B+YX6H1yA==", + "bundleDependencies": [ + "@napi-rs/wasm-runtime", + "@emnapi/core", + "@emnapi/runtime", + "@tybys/wasm-util", + "@emnapi/wasi-threads", + "tslib" + ], + "cpu": [ + "wasm32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.10.0", + "@emnapi/runtime": "^1.10.0", + "@emnapi/wasi-threads": "^1.2.1", + "@napi-rs/wasm-runtime": "^1.1.4", + "@tybys/wasm-util": "^0.10.1", + "tslib": "^2.8.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.0.tgz", + "integrity": "sha512-Pe+RPVTi1T+qymuuRpcdvwSVZjnll/f7n8gBxMMh3xLTctMDKqpdfGimbMyioqtLhUYZxdJ9wGNhV7MKHvgZsQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-win32-x64-msvc": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.0.tgz", + "integrity": "sha512-Mvrf2kXW/yeW/OTezZlCGOirXRcUuLIBx/5Y12BaPM7wJoryG6dfS/NJL8aBPqtTEx/Vm4T4vKzFUcKDT+TKUA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/vite": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.3.0.tgz", + "integrity": "sha512-t6J3OrB5Fc0ExuhohouH0fWUGMYL6PTLhW+E7zIk/pdbnJARZDCwjBznFnkh5ynRnIRSI4YjtTH0t6USjJISrw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@tailwindcss/node": "4.3.0", + "@tailwindcss/oxide": "4.3.0", + "tailwindcss": "4.3.0" + }, + "peerDependencies": { + "vite": "^5.2.0 || ^6 || ^7 || ^8" + } + }, + "node_modules/@tanstack/query-core": { + "version": "5.100.11", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.100.11.tgz", + "integrity": "sha512-lmE0994apShXPj8CUxgx4ch5yUJhE9k/+tVwihBvPOyerACWdBocfFg24t8+0RhtlTd7tEgchDkhlCxNssvDxw==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + } + }, + "node_modules/@tanstack/react-query": { + "version": "5.100.11", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.100.11.tgz", + "integrity": "sha512-J0f9s5x3LE1450nNNfYx+e/n0DMa0uOBdFJUy5r0RvmsXd4nB/n0rbHtHI1vYXhikNFan+wf51p6Tmp4c8ucrg==", + "license": "MIT", + "dependencies": { + "@tanstack/query-core": "5.100.11" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + }, + "peerDependencies": { + "react": "^18 || ^19" + } + }, + "node_modules/@types/babel__core": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.27.0", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz", + "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz", + "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.28.2" + } + }, + "node_modules/@types/estree": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz", + "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/json-schema": { + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/prop-types": { + "version": "15.7.15", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz", + "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", + "devOptional": true, + "license": "MIT" + }, + "node_modules/@types/react": { + "version": "18.3.29", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.29.tgz", + "integrity": "sha512-ch0qJdr2JY0r04NXSprbK6TXOgnaJ1Tz23fm5W+z0/CBah6BSBc3n96h7K9GOtwh0HrilNWHIBzE1Ko4Dcw/Wg==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "@types/prop-types": "*", + "csstype": "^3.2.2" + } + }, + "node_modules/@types/react-dom": { + "version": "18.3.7", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz", + "integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==", + "devOptional": true, + "license": "MIT", + "peerDependencies": { + "@types/react": "^18.0.0" + } + }, + "node_modules/@typescript-eslint/eslint-plugin": { + "version": "8.59.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.4.tgz", + "integrity": "sha512-PegsU+XfyJJNjd4+u/k6f9yTyp0lEXXiPopUNobZcIAUJFGICFLN+sP0Rb3JehVmiij1Ph0dFGYqODoRo/2+6A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/regexpp": "^4.12.2", + "@typescript-eslint/scope-manager": "8.59.4", + "@typescript-eslint/type-utils": "8.59.4", + "@typescript-eslint/utils": "8.59.4", + "@typescript-eslint/visitor-keys": "8.59.4", + "ignore": "^7.0.5", + "natural-compare": "^1.4.0", + "ts-api-utils": "^2.5.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^8.59.4", + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.1.0" + } + }, + "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz", + "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, + "node_modules/@typescript-eslint/parser": { + "version": "8.59.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.4.tgz", + "integrity": "sha512-zORHqO/tuhxY1zWuTvMUqddRxpiFJ72xVfcNoWpqdLjs6lfPbuQBJuW4pk+49/uBMy7Ssr4bzgjiKmmDB1UbZQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/scope-manager": "8.59.4", + "@typescript-eslint/types": "8.59.4", + "@typescript-eslint/typescript-estree": "8.59.4", + "@typescript-eslint/visitor-keys": "8.59.4", + "debug": "^4.4.3" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.1.0" + } + }, + "node_modules/@typescript-eslint/project-service": { + "version": "8.59.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.4.tgz", + "integrity": "sha512-Ly00Vu4oAacfDeHp2Zg85ioNG6l8HG+tN1D7J+xTHSxu9y0awYKJ2zH1rFBn8ZSfuGK+7FxK3Cgl3uAz0aZZLg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/tsconfig-utils": "^8.59.4", + "@typescript-eslint/types": "^8.59.4", + "debug": "^4.4.3" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.1.0" + } + }, + "node_modules/@typescript-eslint/scope-manager": { + "version": "8.59.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.4.tgz", + "integrity": "sha512-mUeR/3H1WrTAddJrwut8OoPjfauaztMQmRwV5fQTUyNVJCLiUXXe4lGEyYIL2oFDpP7UtgbGJXCt72wT0z2S3Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.59.4", + "@typescript-eslint/visitor-keys": "8.59.4" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/tsconfig-utils": { + "version": "8.59.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.4.tgz", + "integrity": "sha512-DLCpnKgD4alVxTBSKulK+gU1KCqOgUXfDRDXh2mZgzokQKa/70ax93I2uVO3m/LLvIAtWZIFoiifudmIqAxpMA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.1.0" + } + }, + "node_modules/@typescript-eslint/type-utils": { + "version": "8.59.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.4.tgz", + "integrity": "sha512-uonTuPAAKr9XaBGqJ3LjYTh72zy5DyGesljO9gtmk/eFW0W1fRHjnwVYKB35Lm8d5Q5CluEW3gPHjTvZTmgrfA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.59.4", + "@typescript-eslint/typescript-estree": "8.59.4", + "@typescript-eslint/utils": "8.59.4", + "debug": "^4.4.3", + "ts-api-utils": "^2.5.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.1.0" + } + }, + "node_modules/@typescript-eslint/types": { + "version": "8.59.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.4.tgz", + "integrity": "sha512-F1o7WJcCq+bc8dwcO/YsSEOudAH8RDtaOhM6wcAQhcUsFhnWQl81JKy48q1hoxAU0qrzM89+31GYh1515Zde3Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/typescript-estree": { + "version": "8.59.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.4.tgz", + "integrity": "sha512-F+RuOmcDXo4+TPdfd/TCLS3m2nw8gE9XXyZLrA3JBfaA5tz9TtdkyD3YJFmPxulyc2cKbEok/CvFE3MgSLWnag==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/project-service": "8.59.4", + "@typescript-eslint/tsconfig-utils": "8.59.4", + "@typescript-eslint/types": "8.59.4", + "@typescript-eslint/visitor-keys": "8.59.4", + "debug": "^4.4.3", + "minimatch": "^10.2.2", + "semver": "^7.7.3", + "tinyglobby": "^0.2.15", + "ts-api-utils": "^2.5.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.1.0" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", + "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "18 || 20 || >=22" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz", + "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^4.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", + "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "brace-expansion": "^5.0.5" + }, + "engines": { + "node": "18 || 20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz", + "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@typescript-eslint/utils": { + "version": "8.59.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.4.tgz", + "integrity": "sha512-cYXeNAUsG4lJo5dbc1FcKm+JwIWrj1/UpTORsC6tGMjEZ81DYcvIr9/ueikhMa/Y/gDQYGp+YX9/xQrXje5BJw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.9.1", + "@typescript-eslint/scope-manager": "8.59.4", + "@typescript-eslint/types": "8.59.4", + "@typescript-eslint/typescript-estree": "8.59.4" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.1.0" + } + }, + "node_modules/@typescript-eslint/visitor-keys": { + "version": "8.59.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.4.tgz", + "integrity": "sha512-U3gxVaDVnuZKhSspW/MzMxE1kq7zOdc072FcSNoqA1I9p8HyKbBFfEHoWckBAMgNMph4MamwS5iTVzFmrnt8TQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.59.4", + "eslint-visitor-keys": "^5.0.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz", + "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@vitejs/plugin-react": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz", + "integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/core": "^7.28.0", + "@babel/plugin-transform-react-jsx-self": "^7.27.1", + "@babel/plugin-transform-react-jsx-source": "^7.27.1", + "@rolldown/pluginutils": "1.0.0-beta.27", + "@types/babel__core": "^7.20.5", + "react-refresh": "^0.17.0" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "peerDependencies": { + "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" + } + }, + "node_modules/@vitest/expect": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-2.1.9.tgz", + "integrity": "sha512-UJCIkTBenHeKT1TTlKMJWy1laZewsRIzYighyYiJKZreqtdxSos/S1t+ktRMQWu2CKqaarrkeszJx1cgC5tGZw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@vitest/spy": "2.1.9", + "@vitest/utils": "2.1.9", + "chai": "^5.1.2", + "tinyrainbow": "^1.2.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "node_modules/@vitest/mocker": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-2.1.9.tgz", + "integrity": "sha512-tVL6uJgoUdi6icpxmdrn5YNo3g3Dxv+IHJBr0GXHaEdTcw3F+cPKnsXFhli6nO+f/6SDKPHEK1UN+k+TQv0Ehg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@vitest/spy": "2.1.9", + "estree-walker": "^3.0.3", + "magic-string": "^0.30.12" + }, + "funding": { + "url": "https://opencollective.com/vitest" + }, + "peerDependencies": { + "msw": "^2.4.9", + "vite": "^5.0.0" + }, + "peerDependenciesMeta": { + "msw": { + "optional": true + }, + "vite": { + "optional": true + } + } + }, + "node_modules/@vitest/pretty-format": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-2.1.9.tgz", + "integrity": "sha512-KhRIdGV2U9HOUzxfiHmY8IFHTdqtOhIzCpd8WRdJiE7D/HUcZVD0EgQCVjm+Q9gkUXWgBvMmTtZgIG48wq7sOQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "tinyrainbow": "^1.2.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "node_modules/@vitest/runner": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-2.1.9.tgz", + "integrity": "sha512-ZXSSqTFIrzduD63btIfEyOmNcBmQvgOVsPNPe0jYtESiXkhd8u2erDLnMxmGrDCwHCCHE7hxwRDCT3pt0esT4g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@vitest/utils": "2.1.9", + "pathe": "^1.1.2" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "node_modules/@vitest/snapshot": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-2.1.9.tgz", + "integrity": "sha512-oBO82rEjsxLNJincVhLhaxxZdEtV0EFHMK5Kmx5sJ6H9L183dHECjiefOAdnqpIgT5eZwT04PoggUnW88vOBNQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@vitest/pretty-format": "2.1.9", + "magic-string": "^0.30.12", + "pathe": "^1.1.2" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "node_modules/@vitest/spy": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-2.1.9.tgz", + "integrity": "sha512-E1B35FwzXXTs9FHNK6bDszs7mtydNi5MIfUWpceJ8Xbfb1gBMscAnwLbEu+B44ed6W3XjL9/ehLPHR1fkf1KLQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "tinyspy": "^3.0.2" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "node_modules/@vitest/utils": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-2.1.9.tgz", + "integrity": "sha512-v0psaMSkNJ3A2NMrUEHFRzJtDPFn+/VWZ5WxImB21T9fjucJRmS7xCS3ppEnARb9y11OAzaD+P2Ps+b+BGX5iQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@vitest/pretty-format": "2.1.9", + "loupe": "^3.1.2", + "tinyrainbow": "^1.2.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "node_modules/acorn": { + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", + "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", + "dev": true, + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/ajv": { + "version": "6.15.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz", + "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true, + "license": "Python-2.0" + }, + "node_modules/aria-hidden": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.6.tgz", + "integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==", + "license": "MIT", + "dependencies": { + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/assertion-error": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz", + "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true, + "license": "MIT" + }, + "node_modules/baseline-browser-mapping": { + "version": "2.10.31", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.31.tgz", + "integrity": "sha512-MujYO3eP72uvmSE0i4wltsodRfIpZATP3jvzRNRGGxgzId7aVocVJJV3nf01qnzzKFGxQVC9bpWxl5cjxTr/7Q==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "baseline-browser-mapping": "dist/cli.cjs" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz", + "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/browserslist": { + "version": "4.28.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz", + "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "baseline-browser-mapping": "^2.10.12", + "caniuse-lite": "^1.0.30001782", + "electron-to-chromium": "^1.5.328", + "node-releases": "^2.0.36", + "update-browserslist-db": "^1.2.3" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/cac": { + "version": "6.7.14", + "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz", + "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001793", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001793.tgz", + "integrity": "sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "CC-BY-4.0" + }, + "node_modules/chai": { + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/chai/-/chai-5.3.3.tgz", + "integrity": "sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==", + "dev": true, + "license": "MIT", + "dependencies": { + "assertion-error": "^2.0.1", + "check-error": "^2.1.1", + "deep-eql": "^5.0.1", + "loupe": "^3.1.0", + "pathval": "^2.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/check-error": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.3.tgz", + "integrity": "sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 16" + } + }, + "node_modules/clsx": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", + "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true, + "license": "MIT" + }, + "node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true, + "license": "MIT" + }, + "node_modules/cross-spawn": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/csstype": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", + "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", + "devOptional": true, + "license": "MIT" + }, + "node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/deep-eql": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz", + "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/detect-libc": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=8" + } + }, + "node_modules/detect-node-es": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/detect-node-es/-/detect-node-es-1.1.0.tgz", + "integrity": "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==", + "license": "MIT" + }, + "node_modules/electron-to-chromium": { + "version": "1.5.360", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.360.tgz", + "integrity": "sha512-GkcBt6YYAw9SxFWn+xVar4cLVGlXVuswwtRLBozi2zp0GjXs4ZnOrqV4zbXzg35n7w81hCkyJNYicgXlVHAmBA==", + "dev": true, + "license": "ISC" + }, + "node_modules/enhanced-resolve": { + "version": "5.21.6", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.6.tgz", + "integrity": "sha512-aNnGCvbJ/RIyWo1IuhNdVjnNF+EjH9wpzpNHt+ci/m9He9LJvUN8wrCcXjp9cWsGNAuvSpVFTx/vraAFQ8qGjQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.3.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/es-module-lexer": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", + "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", + "dev": true, + "license": "MIT" + }, + "node_modules/esbuild": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", + "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.21.5", + "@esbuild/android-arm": "0.21.5", + "@esbuild/android-arm64": "0.21.5", + "@esbuild/android-x64": "0.21.5", + "@esbuild/darwin-arm64": "0.21.5", + "@esbuild/darwin-x64": "0.21.5", + "@esbuild/freebsd-arm64": "0.21.5", + "@esbuild/freebsd-x64": "0.21.5", + "@esbuild/linux-arm": "0.21.5", + "@esbuild/linux-arm64": "0.21.5", + "@esbuild/linux-ia32": "0.21.5", + "@esbuild/linux-loong64": "0.21.5", + "@esbuild/linux-mips64el": "0.21.5", + "@esbuild/linux-ppc64": "0.21.5", + "@esbuild/linux-riscv64": "0.21.5", + "@esbuild/linux-s390x": "0.21.5", + "@esbuild/linux-x64": "0.21.5", + "@esbuild/netbsd-x64": "0.21.5", + "@esbuild/openbsd-x64": "0.21.5", + "@esbuild/sunos-x64": "0.21.5", + "@esbuild/win32-arm64": "0.21.5", + "@esbuild/win32-ia32": "0.21.5", + "@esbuild/win32-x64": "0.21.5" + } + }, + "node_modules/escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint": { + "version": "9.39.4", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.4.tgz", + "integrity": "sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.8.0", + "@eslint-community/regexpp": "^4.12.1", + "@eslint/config-array": "^0.21.2", + "@eslint/config-helpers": "^0.4.2", + "@eslint/core": "^0.17.0", + "@eslint/eslintrc": "^3.3.5", + "@eslint/js": "9.39.4", + "@eslint/plugin-kit": "^0.4.1", + "@humanfs/node": "^0.16.6", + "@humanwhocodes/module-importer": "^1.0.1", + "@humanwhocodes/retry": "^0.4.2", + "@types/estree": "^1.0.6", + "ajv": "^6.14.0", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.6", + "debug": "^4.3.2", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^8.4.0", + "eslint-visitor-keys": "^4.2.1", + "espree": "^10.4.0", + "esquery": "^1.5.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^8.0.0", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "ignore": "^5.2.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.5", + "natural-compare": "^1.4.0", + "optionator": "^0.9.3" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://eslint.org/donate" + }, + "peerDependencies": { + "jiti": "*" + }, + "peerDependenciesMeta": { + "jiti": { + "optional": true + } + } + }, + "node_modules/eslint-plugin-react-hooks": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz", + "integrity": "sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" + } + }, + "node_modules/eslint-plugin-react-refresh": { + "version": "0.4.26", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.26.tgz", + "integrity": "sha512-1RETEylht2O6FM/MvgnyvT+8K21wLqDNg4qD51Zj3guhjt433XbnnkVttHMyaVyAFD03QSV4LPS5iE3VQmO7XQ==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "eslint": ">=8.40" + } + }, + "node_modules/eslint-scope": { + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz", + "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", + "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/espree": { + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz", + "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "acorn": "^8.15.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^4.2.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/esquery": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz", + "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estree-walker": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", + "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/estree": "^1.0.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/event-target-polyfill": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/event-target-polyfill/-/event-target-polyfill-0.0.4.tgz", + "integrity": "sha512-Gs6RLjzlLRdT8X9ZipJdIZI/Y6/HhRLyq9RdDlCsnpxr/+Nn6bU2EFGuC94GjxqhM+Nmij2Vcq98yoHrU8uNFQ==", + "license": "MIT" + }, + "node_modules/expect-type": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.3.0.tgz", + "integrity": "sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true, + "license": "MIT" + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "dev": true, + "license": "MIT" + }, + "node_modules/fdir": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "picomatch": "^3 || ^4" + }, + "peerDependenciesMeta": { + "picomatch": { + "optional": true + } + } + }, + "node_modules/file-entry-cache": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", + "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "flat-cache": "^4.0.0" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "license": "MIT", + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/flat-cache": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", + "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", + "dev": true, + "license": "MIT", + "dependencies": { + "flatted": "^3.2.9", + "keyv": "^4.5.4" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/flatted": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz", + "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==", + "dev": true, + "license": "ISC" + }, + "node_modules/framer-motion": { + "version": "11.18.2", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.18.2.tgz", + "integrity": "sha512-5F5Och7wrvtLVElIpclDT0CBzMVg3dL22B64aZwHtsIY8RB4mXICLrkajK4G9R+ieSAGcgrLeae2SeUTg2pr6w==", + "license": "MIT", + "dependencies": { + "motion-dom": "^11.18.1", + "motion-utils": "^11.18.1", + "tslib": "^2.4.0" + }, + "peerDependencies": { + "@emotion/is-prop-valid": "*", + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@emotion/is-prop-valid": { + "optional": true + }, + "react": { + "optional": true + }, + "react-dom": { + "optional": true + } + } + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-nonce": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-nonce/-/get-nonce-1.0.1.tgz", + "integrity": "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/globals": { + "version": "15.15.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", + "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/ignore": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, + "node_modules/immer": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/immer/-/immer-10.2.0.tgz", + "integrity": "sha512-d/+XTN3zfODyjr89gM3mPq1WNX2B8pYsu7eORitdwyA2sBubnTl3laYlBk4sXY5FUa5qTZGBDPJICVbvqzjlbw==", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/immer" + } + }, + "node_modules/import-fresh": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", + "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true, + "license": "ISC" + }, + "node_modules/jiti": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz", + "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==", + "dev": true, + "license": "MIT", + "bin": { + "jiti": "lib/jiti-cli.mjs" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "license": "MIT" + }, + "node_modules/js-yaml": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "dev": true, + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsesc": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", + "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", + "dev": true, + "license": "MIT", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true, + "license": "MIT" + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "dev": true, + "license": "MIT" + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, + "license": "MIT", + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/keyv": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "dev": true, + "license": "MIT", + "dependencies": { + "json-buffer": "3.0.1" + } + }, + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/lightningcss": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz", + "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==", + "dev": true, + "license": "MPL-2.0", + "dependencies": { + "detect-libc": "^2.0.3" + }, + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "lightningcss-android-arm64": "1.32.0", + "lightningcss-darwin-arm64": "1.32.0", + "lightningcss-darwin-x64": "1.32.0", + "lightningcss-freebsd-x64": "1.32.0", + "lightningcss-linux-arm-gnueabihf": "1.32.0", + "lightningcss-linux-arm64-gnu": "1.32.0", + "lightningcss-linux-arm64-musl": "1.32.0", + "lightningcss-linux-x64-gnu": "1.32.0", + "lightningcss-linux-x64-musl": "1.32.0", + "lightningcss-win32-arm64-msvc": "1.32.0", + "lightningcss-win32-x64-msvc": "1.32.0" + } + }, + "node_modules/lightningcss-android-arm64": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz", + "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-darwin-arm64": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz", + "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-darwin-x64": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz", + "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-freebsd-x64": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz", + "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm-gnueabihf": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz", + "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-gnu": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz", + "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "libc": [ + "glibc" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-musl": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz", + "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==", + "cpu": [ + "arm64" + ], + "dev": true, + "libc": [ + "musl" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-gnu": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz", + "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==", + "cpu": [ + "x64" + ], + "dev": true, + "libc": [ + "glibc" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-musl": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz", + "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==", + "cpu": [ + "x64" + ], + "dev": true, + "libc": [ + "musl" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-arm64-msvc": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz", + "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-x64-msvc": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz", + "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "license": "MIT", + "dependencies": { + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" + } + }, + "node_modules/loupe": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.2.1.tgz", + "integrity": "sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/magic-string": { + "version": "0.30.21", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", + "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.5" + } + }, + "node_modules/minimatch": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/motion-dom": { + "version": "11.18.1", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-11.18.1.tgz", + "integrity": "sha512-g76KvA001z+atjfxczdRtw/RXOM3OMSdd1f4DL77qCTF/+avrRJiawSG4yDibEQ215sr9kpinSlX2pCTJ9zbhw==", + "license": "MIT", + "dependencies": { + "motion-utils": "^11.18.1" + } + }, + "node_modules/motion-utils": { + "version": "11.18.1", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-11.18.1.tgz", + "integrity": "sha512-49Kt+HKjtbJKLtgO/LKj9Ld+6vw9BjH5d9sc40R/kVyH8GLAXgT42M2NnuPcJNuA3s9ZfZBUcwIgpmZWGEE+hA==", + "license": "MIT" + }, + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, + "license": "MIT" + }, + "node_modules/nanoid": { + "version": "3.3.12", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz", + "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true, + "license": "MIT" + }, + "node_modules/node-releases": { + "version": "2.0.45", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.45.tgz", + "integrity": "sha512-iIbHXV9eBB2nB0wa7oTsrrXq+qQt+9SIlx9AX3T96YgobtEQfis5n6TJ6vV+3QP8DwdriEAcGhARaFCu37peBg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + } + }, + "node_modules/optionator": { + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", + "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", + "dev": true, + "license": "MIT", + "dependencies": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.5" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "license": "MIT", + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/partysocket": { + "version": "1.1.19", + "resolved": "https://registry.npmjs.org/partysocket/-/partysocket-1.1.19.tgz", + "integrity": "sha512-hPwsXSdUc8PKNCinET6TD3JQOxzQ2JaP0bUZQXBVl6UM8UuLn1odgf1LcJXHy4UHSQwWL/RU3AnyhEsGM+W+sg==", + "license": "MIT", + "dependencies": { + "event-target-polyfill": "^0.0.4" + }, + "peerDependencies": { + "react": ">=17" + }, + "peerDependenciesMeta": { + "react": { + "optional": true + } + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/pathe": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", + "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/pathval": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.1.tgz", + "integrity": "sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 14.16" + } + }, + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "dev": true, + "license": "ISC" + }, + "node_modules/picomatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/postcss": { + "version": "8.5.15", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", + "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.12", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/react": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", + "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "license": "MIT", + "dependencies": { + "loose-envify": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-dom": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", + "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", + "license": "MIT", + "dependencies": { + "loose-envify": "^1.1.0", + "scheduler": "^0.23.2" + }, + "peerDependencies": { + "react": "^18.3.1" + } + }, + "node_modules/react-refresh": { + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz", + "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-remove-scroll": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.7.2.tgz", + "integrity": "sha512-Iqb9NjCCTt6Hf+vOdNIZGdTiH1QSqr27H/Ek9sv/a97gfueI/5h1s3yRi1nngzMUaOOToin5dI1dXKdXiF+u0Q==", + "license": "MIT", + "dependencies": { + "react-remove-scroll-bar": "^2.3.7", + "react-style-singleton": "^2.2.3", + "tslib": "^2.1.0", + "use-callback-ref": "^1.3.3", + "use-sidecar": "^1.1.3" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/react-remove-scroll-bar": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.8.tgz", + "integrity": "sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==", + "license": "MIT", + "dependencies": { + "react-style-singleton": "^2.2.2", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/react-style-singleton": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.3.tgz", + "integrity": "sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==", + "license": "MIT", + "dependencies": { + "get-nonce": "^1.0.0", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/rollup": { + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.4.tgz", + "integrity": "sha512-WHeFSbZYsPu3+bLoNRUuAO+wavNlocOPf3wSHTP7hcFKVnJeWsYlCDbr3mTS14FCizf9ccIxXA8sGL8zKeQN3g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/estree": "1.0.8" + }, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "@rollup/rollup-android-arm-eabi": "4.60.4", + "@rollup/rollup-android-arm64": "4.60.4", + "@rollup/rollup-darwin-arm64": "4.60.4", + "@rollup/rollup-darwin-x64": "4.60.4", + "@rollup/rollup-freebsd-arm64": "4.60.4", + "@rollup/rollup-freebsd-x64": "4.60.4", + "@rollup/rollup-linux-arm-gnueabihf": "4.60.4", + "@rollup/rollup-linux-arm-musleabihf": "4.60.4", + "@rollup/rollup-linux-arm64-gnu": "4.60.4", + "@rollup/rollup-linux-arm64-musl": "4.60.4", + "@rollup/rollup-linux-loong64-gnu": "4.60.4", + "@rollup/rollup-linux-loong64-musl": "4.60.4", + "@rollup/rollup-linux-ppc64-gnu": "4.60.4", + "@rollup/rollup-linux-ppc64-musl": "4.60.4", + "@rollup/rollup-linux-riscv64-gnu": "4.60.4", + "@rollup/rollup-linux-riscv64-musl": "4.60.4", + "@rollup/rollup-linux-s390x-gnu": "4.60.4", + "@rollup/rollup-linux-x64-gnu": "4.60.4", + "@rollup/rollup-linux-x64-musl": "4.60.4", + "@rollup/rollup-openbsd-x64": "4.60.4", + "@rollup/rollup-openharmony-arm64": "4.60.4", + "@rollup/rollup-win32-arm64-msvc": "4.60.4", + "@rollup/rollup-win32-ia32-msvc": "4.60.4", + "@rollup/rollup-win32-x64-gnu": "4.60.4", + "@rollup/rollup-win32-x64-msvc": "4.60.4", + "fsevents": "~2.3.2" + } + }, + "node_modules/rollup/node_modules/@types/estree": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", + "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", + "dev": true, + "license": "MIT" + }, + "node_modules/scheduler": { + "version": "0.23.2", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", + "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", + "license": "MIT", + "dependencies": { + "loose-envify": "^1.1.0" + } + }, + "node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/siginfo": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz", + "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==", + "dev": true, + "license": "ISC" + }, + "node_modules/source-map-js": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/stackback": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz", + "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==", + "dev": true, + "license": "MIT" + }, + "node_modules/std-env": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz", + "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==", + "dev": true, + "license": "MIT" + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/tailwind-merge": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.6.1.tgz", + "integrity": "sha512-Oo6tHdpZsGpkKG88HJ8RR1rg/RdnEkQEfMoEk2x1XRI3F1AxeU+ijRXpiVUF4UbLfcxxRGw6TbUINKYdWVsQTQ==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/dcastil" + } + }, + "node_modules/tailwindcss": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz", + "integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/tapable": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz", + "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/tinybench": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz", + "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==", + "dev": true, + "license": "MIT" + }, + "node_modules/tinyexec": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz", + "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==", + "dev": true, + "license": "MIT" + }, + "node_modules/tinyglobby": { + "version": "0.2.16", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz", + "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==", + "dev": true, + "license": "MIT", + "dependencies": { + "fdir": "^6.5.0", + "picomatch": "^4.0.4" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/SuperchupuDev" + } + }, + "node_modules/tinypool": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.1.1.tgz", + "integrity": "sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.0.0 || >=20.0.0" + } + }, + "node_modules/tinyrainbow": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-1.2.0.tgz", + "integrity": "sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/tinyspy": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-3.0.2.tgz", + "integrity": "sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/ts-api-utils": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz", + "integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18.12" + }, + "peerDependencies": { + "typescript": ">=4.8.4" + } + }, + "node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD" + }, + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "license": "MIT", + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/typescript": { + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/typescript-eslint": { + "version": "8.59.4", + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.4.tgz", + "integrity": "sha512-Rw6+44QNFaXtgHSjPy+Kw8hrJniMYzR85E9yLmOLcfZ91/rz+JXQbDTCmc6ccxMPY6K6PgAq26f0JCBfR7LIPQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/eslint-plugin": "8.59.4", + "@typescript-eslint/parser": "8.59.4", + "@typescript-eslint/typescript-estree": "8.59.4", + "@typescript-eslint/utils": "8.59.4" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.1.0" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", + "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "escalade": "^3.2.0", + "picocolors": "^1.1.1" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/use-callback-ref": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.3.tgz", + "integrity": "sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==", + "license": "MIT", + "dependencies": { + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/use-sidecar": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/use-sidecar/-/use-sidecar-1.1.3.tgz", + "integrity": "sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==", + "license": "MIT", + "dependencies": { + "detect-node-es": "^1.1.0", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/vite": { + "version": "5.4.21", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz", + "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==", + "dev": true, + "license": "MIT", + "dependencies": { + "esbuild": "^0.21.3", + "postcss": "^8.4.43", + "rollup": "^4.20.0" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^18.0.0 || >=20.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^18.0.0 || >=20.0.0", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "sass-embedded": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } + } + }, + "node_modules/vite-node": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-2.1.9.tgz", + "integrity": "sha512-AM9aQ/IPrW/6ENLQg3AGY4K1N2TGZdR5e4gu/MmmR2xR3Ll1+dib+nook92g4TV3PXVyeyxdWwtaCAiUL0hMxA==", + "dev": true, + "license": "MIT", + "dependencies": { + "cac": "^6.7.14", + "debug": "^4.3.7", + "es-module-lexer": "^1.5.4", + "pathe": "^1.1.2", + "vite": "^5.0.0" + }, + "bin": { + "vite-node": "vite-node.mjs" + }, + "engines": { + "node": "^18.0.0 || >=20.0.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "node_modules/vitest": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/vitest/-/vitest-2.1.9.tgz", + "integrity": "sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@vitest/expect": "2.1.9", + "@vitest/mocker": "2.1.9", + "@vitest/pretty-format": "^2.1.9", + "@vitest/runner": "2.1.9", + "@vitest/snapshot": "2.1.9", + "@vitest/spy": "2.1.9", + "@vitest/utils": "2.1.9", + "chai": "^5.1.2", + "debug": "^4.3.7", + "expect-type": "^1.1.0", + "magic-string": "^0.30.12", + "pathe": "^1.1.2", + "std-env": "^3.8.0", + "tinybench": "^2.9.0", + "tinyexec": "^0.3.1", + "tinypool": "^1.0.1", + "tinyrainbow": "^1.2.0", + "vite": "^5.0.0", + "vite-node": "2.1.9", + "why-is-node-running": "^2.3.0" + }, + "bin": { + "vitest": "vitest.mjs" + }, + "engines": { + "node": "^18.0.0 || >=20.0.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" + }, + "peerDependencies": { + "@edge-runtime/vm": "*", + "@types/node": "^18.0.0 || >=20.0.0", + "@vitest/browser": "2.1.9", + "@vitest/ui": "2.1.9", + "happy-dom": "*", + "jsdom": "*" + }, + "peerDependenciesMeta": { + "@edge-runtime/vm": { + "optional": true + }, + "@types/node": { + "optional": true + }, + "@vitest/browser": { + "optional": true + }, + "@vitest/ui": { + "optional": true + }, + "happy-dom": { + "optional": true + }, + "jsdom": { + "optional": true + } + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/why-is-node-running": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz", + "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==", + "dev": true, + "license": "MIT", + "dependencies": { + "siginfo": "^2.0.0", + "stackback": "0.0.2" + }, + "bin": { + "why-is-node-running": "cli.js" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/word-wrap": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true, + "license": "ISC" + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/zod": { + "version": "3.25.76", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", + "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, + "node_modules/zustand": { + "version": "5.0.13", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.13.tgz", + "integrity": "sha512-efI2tVaVQPqtOh114loML/Z80Y4NP3yc+Ff0fYiZJPauNeWZeIp/bRFD7I9bfmCOYBh/PHxlglQ9+wvlwnPikQ==", + "license": "MIT", + "engines": { + "node": ">=12.20.0" + }, + "peerDependencies": { + "@types/react": ">=18.0.0", + "immer": ">=9.0.6", + "react": ">=18.0.0", + "use-sync-external-store": ">=1.2.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "immer": { + "optional": true + }, + "react": { + "optional": true + }, + "use-sync-external-store": { + "optional": true + } + } + } + } +} diff --git a/@lab/ll-CARDSHED/apps/ui/package.json b/@lab/ll-CARDSHED/apps/ui/package.json new file mode 100644 index 0000000..2952197 --- /dev/null +++ b/@lab/ll-CARDSHED/apps/ui/package.json @@ -0,0 +1,45 @@ +{ + "name": "cardshed-ui", + "version": "0.0.0-boilerplate", + "private": true, + "type": "module", + "scripts": { + "dev": "vite", + "build": "tsc -b && vite build", + "preview": "vite preview --host --port 4343", + "lint": "eslint . --max-warnings 0", + "test": "vitest run" + }, + "dependencies": { + "@cardshed/core": "file:../core", + "@radix-ui/react-dialog": "^1.1.4", + "@radix-ui/react-tabs": "^1.1.2", + "@radix-ui/react-tooltip": "^1.1.6", + "@tanstack/react-query": "^5.62.7", + "clsx": "^2.1.1", + "framer-motion": "^11.15.0", + "immer": "^10.1.1", + "partysocket": "^1.0.2", + "react": "^18.3.1", + "react-dom": "^18.3.1", + "tailwind-merge": "^2.5.5", + "zod": "^3.24.1", + "zustand": "^5.0.2" + }, + "devDependencies": { + "@eslint/js": "^9.17.0", + "@tailwindcss/vite": "^4.0.0", + "@types/react": "^18.3.17", + "@types/react-dom": "^18.3.5", + "@vitejs/plugin-react": "^4.3.4", + "eslint": "^9.17.0", + "eslint-plugin-react-hooks": "^5.1.0", + "eslint-plugin-react-refresh": "^0.4.16", + "globals": "^15.14.0", + "tailwindcss": "^4.0.0", + "typescript": "^5.7.2", + "typescript-eslint": "^8.18.0", + "vite": "^5.4.11", + "vitest": "^2.1.8" + } +} diff --git a/@lab/ll-CARDSHED/apps/ui/src/App.tsx b/@lab/ll-CARDSHED/apps/ui/src/App.tsx new file mode 100644 index 0000000..8e085d5 --- /dev/null +++ b/@lab/ll-CARDSHED/apps/ui/src/App.tsx @@ -0,0 +1,39 @@ +/* + * Boilerplate boot screen — placeholder ONLY. + * + * Per @lab/ll-CARDSHED/.claude/rules/ui-design-pipeline.md, no hand-rolled + * UI past this stub. M3 onward replaces every screen via Skill: stitch-design. + * + * The smoke-import from @cardshed/core proves the workspace file: link works. + */ + +import { createDeck } from "@cardshed/core"; + +const DECK_SIZE = createDeck().length; + +export default function App() { + return ( +
+
+

+ CARD SHED — MVP M1 +

+

+ Scaffold boots. The table is empty. +
+ Stitch-driven screens land at M2 → M11. +

+ +
+
core: @cardshed/core linked
+
deck: {DECK_SIZE} cards
+
+ +
+ Next: docs/STORYBOARD.md §5 wireframes, then{" "} + Skill: stitch-design. +
+
+
+ ); +} diff --git a/@lab/ll-CARDSHED/apps/ui/src/index.css b/@lab/ll-CARDSHED/apps/ui/src/index.css new file mode 100644 index 0000000..620cac9 --- /dev/null +++ b/@lab/ll-CARDSHED/apps/ui/src/index.css @@ -0,0 +1,31 @@ +@import "tailwindcss"; + +/* + * Placeholder tokens — REPLACED on first `stitch-design` run (M2). + * Do not hand-author beyond this point. See .stitch/DESIGN.md and + * .claude/rules/ui-design-pipeline.md. + */ +@theme { + --color-surface: #0e0f12; + --color-surface-raised: #181a1f; + --color-ink: #f1ece1; + --color-ink-muted: #a8a194; + --color-accent: #c9a050; +} + +html, +body, +#root { + height: 100%; +} + +body { + background: var(--color-surface); + color: var(--color-ink); + font-family: + "Inter", + "Segoe UI", + system-ui, + sans-serif; + -webkit-font-smoothing: antialiased; +} diff --git a/@lab/ll-CARDSHED/apps/ui/src/main.tsx b/@lab/ll-CARDSHED/apps/ui/src/main.tsx new file mode 100644 index 0000000..27481e0 --- /dev/null +++ b/@lab/ll-CARDSHED/apps/ui/src/main.tsx @@ -0,0 +1,10 @@ +import React from "react"; +import ReactDOM from "react-dom/client"; +import App from "./App"; +import "./index.css"; + +ReactDOM.createRoot(document.getElementById("root")!).render( + + + , +); diff --git a/@lab/ll-CARDSHED/apps/ui/tsconfig.json b/@lab/ll-CARDSHED/apps/ui/tsconfig.json new file mode 100644 index 0000000..8743dac --- /dev/null +++ b/@lab/ll-CARDSHED/apps/ui/tsconfig.json @@ -0,0 +1,22 @@ +{ + "compilerOptions": { + "target": "ES2022", + "lib": ["ES2022", "DOM", "DOM.Iterable"], + "module": "ESNext", + "moduleResolution": "bundler", + "jsx": "react-jsx", + "strict": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "noFallthroughCasesInSwitch": true, + "esModuleInterop": true, + "skipLibCheck": true, + "allowSyntheticDefaultImports": true, + "isolatedModules": true, + "noEmit": true, + "resolveJsonModule": true, + "verbatimModuleSyntax": false, + "types": ["vite/client"] + }, + "include": ["src"] +} diff --git a/@lab/ll-CARDSHED/apps/ui/vite.config.ts b/@lab/ll-CARDSHED/apps/ui/vite.config.ts new file mode 100644 index 0000000..1239765 --- /dev/null +++ b/@lab/ll-CARDSHED/apps/ui/vite.config.ts @@ -0,0 +1,12 @@ +import { defineConfig } from "vite"; +import react from "@vitejs/plugin-react"; +import tailwindcss from "@tailwindcss/vite"; + +// https://vite.dev/config/ +export default defineConfig({ + plugins: [react(), tailwindcss()], + server: { + host: true, + port: 4343, + }, +}); diff --git a/@lab/ll-CARDSHED/docs/DECISIONS/2026-05-21-stitch-run-1.md b/@lab/ll-CARDSHED/docs/DECISIONS/2026-05-21-stitch-run-1.md new file mode 100644 index 0000000..5d43433 --- /dev/null +++ b/@lab/ll-CARDSHED/docs/DECISIONS/2026-05-21-stitch-run-1.md @@ -0,0 +1,99 @@ +# Stitch Run #1 — Initial Design System (DS-1) + +- **UTC:** 2026-05-21 +- **Stitch project:** `projects/4083518914509964664` — "ll-CARDSHED — MVP hot-seat" (created in this session) +- **Screen produced:** `projects/4083518914509964664/screens/5ff3a87d9ffc4425a79c418d68be0b2e` — "Table — CARD SHED" (2880 × 2048 source, designed for the 1440 × 900 viewport) +- **Local artifacts:** + - `.stitch/designs/S03-table.html` (Stitch's HTML, 17 KB) + - `.stitch/designs/S03-table.png` (Stitch's PNG, 62 KB) +- **DS version produced:** **DS-1** (recorded in `.stitch/DESIGN.md` §10) +- **Issue:** #148 (M1 + M2) +- **Branch:** `feat/cardshed-ui-scaffold` + +## Why one screen instead of ten + +Project memory `reference_w7_sh_gitignore_convention`'s sibling note (carried in this session's prime) states the **Stitch warm-session silent-drop** invariant: the first `generate_screen_from_text` call per Claude Code session succeeds; calls #2+ in the same session time out at ~2 min and never appear in `list_screens`. Restarting Claude Code is the only known unblock. + +Given that constraint, the design-system synthesis path chosen was: + +- **Generate one canonical screen** that exercises the *full* visual vocabulary so the design system can be derived from it. +- Defer per-screen mockups (S01, S02, S04–S10) to **M3 onwards**, where each milestone owns one Stitch run in its own session. + +S03 Table was the right anchor because it touches every component class the design system needs to define: + +| Vocabulary class | Where S03 exercises it | +|-----------------------|------------------------| +| Brand-mark | top-left "CARD SHED" wordmark | +| Icon button (header) | menu / help / settings 40×40 | +| Player chip (active) | "Bo · 4 (defender)" with pulse + glow | +| Player chip (idle) | "Alice · 6 (waiting)" + "Charlie · 5 (attacker)" | +| State chip | trump/deck/discard column top-left | +| Pending-attack panel | the recessed 800×400 felt rectangle | +| Card (idle) | the K♠ in the beaten pair | +| Card (selected/legal) | 10♦, J♦ with gold border | +| Card (illegal) | Q♥, 7♥ at 0.5 opacity | +| Card (ringed-target) | the 9♣ unbeaten with dashed gold ring | +| Action button (pill) | Pass + Stop pills bottom-right | +| Helper text region | "▢ Select an unbeaten card to beat" bottom-left | +| Felt arena | the radial-gradient table background | + +Every other screen in M3–M11 derives its tokens from this single source. + +## Prompt that produced DS-1 + +Full prompt was ~1500 chars; key structural decisions encoded: + +1. **Aesthetic anchor** — Hearthstone/Slay-the-Spire/Threes references; explicit *negative* anchor against `@lab/ll-RELIQUARY`'s modern-museum tone. +2. **Palette role-spec** — felt base, defender-active accent (gold), legal-counter accent (teal), danger (warm red, not crimson). Forced color + glyph rule for colorblind safety. +3. **Type pair** — geometric/humanist sans for UI + higher-contrast display face for brand + result banners. Rank glyphs ≥28px. +4. **Engine vocabulary verbatim** — phase names (`Awaiting Attack`, `Awaiting Defense`, `Resolving`), role names (`attacker`, `defender`, `waiting`), action verbs (`Send attack`, `Beat`, `Stop`, `Pass device`). +5. **Layout regions** — top header / sub-header chips / center pending-attack / bottom hand / action bar. Each region's content was specified card-for-card so Stitch could render an accurate snapshot of a real `AwaitingDefense` state. +6. **Accessibility constraints** — ≥44 × 44 tap targets, ≥80 × 112 card size, WCAG AA contrast against felt. + +The full prompt is preserved in the session transcript (PR #148's first turn). Future Stitch runs that re-anchor DS should reference this prompt's structure. + +## What Stitch chose (the deltas worth recording) + +| Token | Stitch's choice | Notes | +|---------------|---------------------------|-------| +| Felt base | `#1A2421` + radial glow to `#232d29` | green-charcoal, no overt "poker felt" texture — matches the brief's "calm tournament, not casino" | +| Page bg | `#101415` | nearly black, lets the felt arena visually float | +| Accent gold | `#ee9800` + soft `#ffb95f`| warm, not yellow; defender pill + Stop button + ringed unbeaten card | +| Legal teal | `#6bd8cb` + strong `#1a998d` | calm cyan-teal, not alarm green — attacker-chip dot uses this | +| Danger | `#ffb4ab` | warm red text, not crimson — error toasts | +| Card face | `#ffffff` | always — readability over aesthetic experimentation | +| Card ink red | `#ef4444` | for ♥ ♦ — visibly red but not Crayola | +| Card ink black| `#101415` | same as page bg — locks visual consistency between card-back-side and chrome | +| Display face | Playfair Display 700 | for brand-mark + result banners | +| Body face | Inter 400/600/700 | UI labels, chip captions, helper text | +| Card-rank face| Inter 28px 700 | bold tabular numerics, no serif on cards | +| Card radius | 0.75rem (12px) | softly rounded but still rectangular — matches Hearthstone-clarity reference | +| Pill radius | 9999px | full pill on opponent chips + primary actions | +| Panel radius | 40px | the felt arena's gentle outer curve | +| Card geometry | 80 × 112 px desktop | locks aspect-ratio 1:1.4 across the codebase | +| Card overlap | -40px horizontal stagger | the fanned-hand pattern | +| Card shadow | `0 8px 16px rgba(0,0,0,0.3)` idle, `0 12px 24px rgba(0,0,0,0.5)` active | resting → hovered/selected | +| Panel shadow | `inset 0 4px 12px rgba(0,0,0,0.5)` | the recessed-felt look | +| Defender glow | `0 0 12px rgba(245,158,11,0.3)` | gold halo on the active-defender chip | +| Pulse motion | 3s ease-in-out infinite | active-defender ring | +| Card-lift | 200ms ease-out + 2px translate | card hover | +| Hand-fan lift | 300ms + 8px lift + clear-mx | each hand card on hover, with siblings parting | + +## Open questions surfaced by DS-1 + +- **Tailwind v4 token name collisions.** `--color-felt-base` and friends are domain-specific; Tailwind generates utilities (`bg-felt-base`, `text-ink-strong`) from them. Confirm at M3 that the generated utility names are usable (no hyphenation issues with multi-word felts). +- **Font loading.** Stitch's HTML uses `` to Google Fonts. The cardshed UI ships with nginx — confirm at M3 whether we self-host or CDN-load. Affects `Dockerfile` only (not the design tokens). +- **Material Symbols Outlined.** Stitch used Material Symbols for the header icons (menu, help, settings). We may switch to Lucide React (npm package, no extra font fetch) — that's a code-side decision, not a token-side one. Document at the time of M3 implementation. +- **Mobile.** DS-1 was produced at 1440×900. M13 (responsive sweep) will need either a second Stitch run at 375×667 to confirm token scale, or — preferred — apply DS-1 with reflow rules baked into Tailwind's responsive utilities. Decision: defer to M13's planning step. + +## What does NOT change as DS-2 would + +DS-1 is the **definitive** design system for M3–M11. Per `.claude/rules/ui-design-pipeline.md` §5 ("inventing tokens is forbidden"), screen implementers must consume `.stitch/DESIGN.md` as-is. + +DS-2 may be triggered only by: + +- A user-driven aesthetic pivot. +- A failed `agent-browser` review that identifies a systemic gap (e.g., insufficient contrast for a class of users). +- A new screen class outside the existing 10 (e.g., online lobby S11 if its premise materially differs). + +Cosmetic tweaks to a single screen (e.g., adjusting the AttackSelect helper-text copy) go through `edit_screens` against DS-1, not a regeneration. diff --git a/@lab/ll-CARDSHED/docs/STORYBOARD.md b/@lab/ll-CARDSHED/docs/STORYBOARD.md new file mode 100644 index 0000000..e308d7a --- /dev/null +++ b/@lab/ll-CARDSHED/docs/STORYBOARD.md @@ -0,0 +1,417 @@ +# STORYBOARD — CARD SHED (MVP, hot-seat browser) + +> **Scope:** PRP 3 Sub-deliverable A (M1–M17). Local hot-seat browser, 3–4 humans pass-and-play, TypeScript + React + Tailwind v4 + Radix + framer-motion + Zustand. No server, no online, no AI beyond Level-0 filler, no audio, no accounts. +> +> **Purpose of this file:** mandatory input to `Skill: stitch-design`. Per `.claude/rules/ui-design-pipeline.md` §2, no Stitch generation runs without §5 wireframes locked here. Every screen in §3 has a wireframe in §5 and an entry in `docs/SCREENS/.md` once Stitch produces a mockup. +> +> **Source-of-truth:** `PRPs/cardshed-03-experience-prp.md` (lines 694–1169). `apps/core/src/core/types.ts` + `rules.ts` are the engine contract — every wireframe references state the engine exposes. + +--- + +## §1 — Premise + +CARD SHED is a 3–4 player, single-deck, shifting-trump card game derived from Russian Durak. One device, one room, friends around a table — the MVP is **pass-and-play hot-seat in a browser**. + +Three properties hold the game together: + +1. **Hidden hands.** Every player's hand is private. When the device passes, the previous viewer's hand vanishes and the next viewer's hand reveals only after they confirm. (S04 — Privacy splash.) +2. **One trump per round, picked by the deck.** At deal time, the bottom card's suit is the round's trump. Trump beats anything else; same-suit cards beat lower same-suit. The trump shifts every round. +3. **Attack, beat, or take.** The attacker plays 1, 3, or 5 cards in a valid combo. The defender either beats every card (full defence → becomes the next attacker) or stops early (partial / no defence → unbeaten cards enter their hand → next clockwise player attacks). + +The MVP ships a **single round = a match** (per PRP 3 NEW #9). Multi-round semantics ship post-MVP without wire-format changes. + +**Aesthetic anchor.** The product is **a card game first** — the table is the protagonist. Visual language is calm, high-contrast, with playful but restrained motion. CARD SHED is NOT a luxury collectible (`@lab/ll-RELIQUARY`); do not import its modern-museum / quiet-occult tokens. Inspirations: *Hearthstone's* readability without its excess, *Slay the Spire's* card legibility, *Threes!* feel-of-snap. + +--- + +## §2 — User Journey (MVP, one match, three players) + +> Personas: **Ada** (host, picks device), **Bo**, **Cy**. All three around a kitchen table. One laptop. Friday night. + +``` + ① Ada opens http://localhost:4343 + │ + ▼ + S01 MainMenu ──── click "Play" + │ + ▼ + S02 PlayerSetup ── enters "Ada", "Bo", "Cy" → "Start match" + │ (matchStore.startMatch → @cardshed/core.startNewRound(null, seed)) + ▼ + S04 Privacy splash: "Pass device to Ada" ── Ada confirms + │ + ▼ + S03 Table (viewer = Ada) + ├── Trump indicator shows bottom-card suit + ├── Opponent bar: Bo (5), Cy (5) + ├── Deck: 37, Discard: 0 + ├── Phase: AwaitingAttack — Ada is attacker + ├── Hand: Ada's 5 cards (legal-action highlighting) + └── Action bar: "Send Attack" (disabled until selection) + │ + ▼ + S05 AttackSelect — Ada taps 1, 3, or 5 cards + ├── Live preview chip: "3 cards (pair + kicker)" + ├── validateAttack(...) result → Send enabled / "Invalid combo: ..." + └── Send → optimistic UI; LocalDispatcher dispatches SubmitAttack + │ + ▼ + S04 Privacy splash: "Pass device to Bo" ── Bo confirms + │ + ▼ + S03 Table (viewer = Bo) → phase = AwaitingDefense + │ pending-attack panel shows Ada's cards face-up + ▼ + S06 DefenseSelect — Bo beats cards one by one OR stops + ├── Tap an unbeaten card → legal counters in hand highlight; illegals dim + ├── Tap a counter → pair flies to beatenPairs panel + ├── "Stop defending" → tooltip warns "Unbeaten cards go to your hand." + └── On full defence → "Full defence! You become attacker." + │ + ▼ ── continue with @cardshed/core branches (full/partial defence) ── + │ + ▼ ── repeat: attack → privacy → defense → privacy … ── + │ + ▼ + S07 RoundResult — RoundWon event → "Bo wins!" + │ + ▼ + S08 MatchResult — (MVP: single round = match) → "Bo wins the match. Play again?" + │ + └─ "Play again" → S02 PlayerSetup pre-filled + └─ "Main menu" → S01 + + Overlays available from anywhere via header buttons: + S09 RulesHelp ("?" top-right) — Radix Dialog + S10 Settings ("≡" top-left) — Radix Dialog +``` + +**Error-path coverage** + +- Invalid combo: validateAttack rejection chip stays on screen until selection changes. +- Illegal beat: counter card stays in hand; suit/rank reason appears as toast. +- Attempted Stop with full hand-beat available: allowed (it's the player's choice), but the next-attacker is *them* — they may want to think twice. No UI block. +- Resign / leave: not in MVP (PRP 3 §C MVP scope). + +--- + +## §3 — Screen Inventory (MVP subset of PRP 3 §B) + +| # | Slug | Parent state | Stitch spec | Owns | +|---|------|--------------|-------------|------| +| **S01** | main-menu | pre-match | `docs/SCREENS/main-menu.md` | Play / Rules / Settings buttons. Brand mark. Version chip. | +| **S02** | player-setup | pre-match | `docs/SCREENS/player-setup.md` | 3–4 name inputs. Start. Seed (optional advanced). | +| **S03** | table | every in-match phase | `docs/SCREENS/table.md` | Opponent bar, trump chip, deck/discard, pending-attack panel, hand, phase label, action buttons. | +| **S04** | privacy | between turns | `docs/SCREENS/privacy.md` | Pass-device blackout + confirm. | +| **S05** | attack-select | `AwaitingAttack` | `docs/SCREENS/attack-select.md` | Card multi-select on the table hand + Send. | +| **S06** | defense-select | `AwaitingDefense` + `Resolving` | `docs/SCREENS/defense-select.md` | Beat / Stop overlays on the table. | +| **S07** | round-result | `RoundEnded` | `docs/SCREENS/round-result.md` | Winner banner. (Next round button — disabled in MVP.) | +| **S08** | match-result | `MatchEnded` | `docs/SCREENS/match-result.md` | Match winner. Play again / Main menu. | +| **S09** | rules-help | overlay | `docs/SCREENS/rules-help.md` | Radix Dialog with rules sections. | +| **S10** | settings | overlay | `docs/SCREENS/settings.md` | Sound toggle (post-MVP), reduced motion, reset match. | + +S05/S06/S07/S08 render **on top of** S03 — they're modal overlays or table-layer panels rather than independent pages. + +--- + +## §4 — Engine Contract Referenced by the UI + +> Every wireframe in §5 may only display state derivable from these. The UI MUST NOT reimplement rule logic; legality comes from the engine. + +| UI element | Reads from | Engine source | +|------------|-----------|---------------| +| Opponent count chips | `PrivatePlayerView.players[i].hand.count` | `createPrivateView` | +| Trump indicator | `PrivatePlayerView.round.trump` | `startNewRound` / `determineTrumpFromBottomCard` | +| Deck / discard counts | `PrivatePlayerView.deckCount / discardCount` | `createPrivateView` | +| Pending attack panel | `PrivatePlayerView.round.pendingAttack` | `submitAttack` / `submitBeat` | +| Phase label | `PrivatePlayerView.round.phase` | reducers | +| Current viewer's hand | `PrivatePlayerView.viewerHand` | `createPrivateView(state, viewerId)` | +| Legal-attack highlight | `getLegalActions(state, viewerId)` filter Attack | `getLegalActions` | +| Legal-beat highlight | `canBeat(attack, counter, trump)` for each hand card | `canBeat` | +| Send-Attack disabled | `validateAttack(state, attackerId, cards)` ok? | `validateAttack` | +| RoundEnded / MatchEnded | `GameEvent` union | reducers emit | + +All actions go through `LocalDispatcher.dispatch(action) → ActionResult`. The dispatcher is a thin wrapper over `submitAttack | submitBeat | stopDefending`. + +--- + +## §5 — Wireframes (input to Stitch — DO NOT skip; the pipeline gates on this) + +ASCII intent only. Stitch produces the visual design system + per-screen mockups. **Tokens (color, type, spacing, radius, motion) MUST come from `.stitch/DESIGN.md` once it exists** — do not transcribe pixel values from these wireframes. + +> Canonical desktop viewport: **1440 × 900**. Mobile portrait 375 × 667 follows the same layout reflowed vertically (M13 owns mobile sweep). + +### S01 — MainMenu + +``` +┌─────────────────────────────────────────────────────────────────┐ +│ │ +│ │ +│ │ +│ CARD SHED │ +│ (logotype + tagline) │ +│ │ +│ │ +│ ┌──────────────────┐ │ +│ │ P L A Y │ │ +│ └──────────────────┘ │ +│ ┌──────────────────┐ │ +│ │ Rules │ │ +│ └──────────────────┘ │ +│ ┌──────────────────┐ │ +│ │ Settings │ │ +│ └──────────────────┘ │ +│ │ +│ │ +│ v0.x • MVP • hot-seat +└─────────────────────────────────────────────────────────────────┘ +``` + +Intent: brand-forward, primary CTA visually dominant, the other two buttons quieter. Tone-setter for the whole UI. + +### S02 — PlayerSetup + +``` +┌─────────────────────────────────────────────────────────────────┐ +│ ◀ Main menu │ +│ │ +│ Who's playing? │ +│ │ +│ Player 1 ┌─────────────────────────────┐ │ +│ │ Ada │ │ +│ └─────────────────────────────┘ │ +│ Player 2 ┌─────────────────────────────┐ │ +│ │ Bo │ │ +│ └─────────────────────────────┘ │ +│ Player 3 ┌─────────────────────────────┐ │ +│ │ Cy │ │ +│ └─────────────────────────────┘ │ +│ Player 4 ┌─────────────────────────────┐ [ remove ] │ +│ │ (optional — leave blank) │ │ +│ └─────────────────────────────┘ │ +│ │ +│ ▼ Advanced │ +│ Seed: 0x4a2c… [ randomize ] │ +│ │ +│ ┌──────────────────┐ │ +│ │ Start match │ │ +│ └──────────────────┘ │ +└─────────────────────────────────────────────────────────────────┘ +``` + +Intent: scannable form, big inputs (touch-friendly), Start disabled until ≥3 names. Advanced seed is collapsed by default. + +### S03 — Table (the canonical in-match screen) + +``` +┌─────────────────────────────────────────────────────────────────┐ +│ ≡ Bo (4) — defender • Cy (5) — waiting ? │ +│ │ +│ ┌──────────────┐ ┌───────┐ ┌───────┐ │ +│ │ trump ♠ │ │ Deck │ │ Disc. │ │ +│ │ (suit chip) │ │ 37 │ │ 2 │ │ +│ └──────────────┘ └───────┘ └───────┘ │ +│ │ +│ ╔═════════════════════════════════════════════════╗ │ +│ ║ PENDING ATTACK (phase = AwaitingDefense) ║ │ +│ ║ unbeaten: [9♣] ║ │ +│ ║ beaten: [K♠ ▸ 7♠] ║ │ +│ ╚═════════════════════════════════════════════════╝ │ +│ │ +│ Phase: Awaiting Defense • Defender: Bo │ +│ │ +│ ┌────────────────────── YOUR HAND (Bo) ──────────────────┐ │ +│ │ [10♦] [J♦] [Q♥] [7♥] ← horizontally scrollable │ │ +│ └────────────────────────────────────────────────────────┘ │ +│ │ +│ ┌──── action bar ───────────────────────────────────────┐ │ +│ │ ▢ Select an unbeaten card to beat [ Stop ] │ │ +│ └────────────────────────────────────────────────────────┘ │ +└─────────────────────────────────────────────────────────────────┘ +``` + +Header chips (opponent bar) compress as opponents grow. The pending-attack panel grows as more cards land. Hand is horizontally scrollable; never wraps to two rows on desktop. + +### S04 — Privacy (Pass-Device splash) + +``` +┌─────────────────────────────────────────────────────────────────┐ +│ │ +│ │ +│ │ +│ │ +│ Pass device to │ +│ │ +│ Bo │ +│ │ +│ │ +│ ┌──────────────────┐ │ +│ │ I'm Bo — reveal │ │ +│ └──────────────────┘ │ +│ │ +│ ▲ │ +│ └── previous viewer's hand is BLANK. │ +│ │ +└─────────────────────────────────────────────────────────────────┘ +``` + +Intent: nothing else on screen. No leak surface. Full opaque background, big confirm. + +### S05 — AttackSelect (overlay on S03 when phase = AwaitingAttack) + +``` +┌──────────────── (table chrome above unchanged) ────────────────┐ +│ │ +│ ┌──── YOUR HAND (Ada — attacker) ──────────────────────────┐ │ +│ │ [10♦ ✓] [10♥ ✓] [J♣] [Q♠ ✓] [K♣] ← selected ringed │ │ +│ └─────────────────────────────────────────────────────────┘ │ +│ │ +│ ┌─── preview ───────────────────────────────────────────┐ │ +│ │ 3 cards selected: pair of 10s + Queen kicker ✅ │ │ +│ └────────────────────────────────────────────────────────┘ │ +│ │ +│ ┌── action bar ───────────────────────────────────────┐ │ +│ │ [ Clear ] [ Send attack ] │ │ +│ └─────────────────────────────────────────────────────┘ │ +└─────────────────────────────────────────────────────────────────┘ +``` + +Selection state lives in `attackDraft` (uiStore). Preview chip live-reads `validateAttack`. Selected cards are ringed in the *accent* token from `.stitch/DESIGN.md`. Invalid combos show the validation code instead of `✅`. + +### S06 — DefenseSelect (overlay on S03 when phase = AwaitingDefense | Resolving) + +``` +┌──────────────── (table chrome above unchanged) ────────────────┐ +│ │ +│ PENDING ATTACK │ +│ unbeaten: [9♣ ◉] ← active target ringed │ +│ beaten: [K♠ ▸ 7♠] │ +│ │ +│ ┌──── YOUR HAND (Bo — defender) ────────────────────────────┐│ +│ │ [10♦ ✓ legal] [J♦ ✓ legal] [Q♥ — dim] [7♥ — dim] ││ +│ └───────────────────────────────────────────────────────────┘│ +│ │ +│ ┌── action bar ───────────────────────────────────────┐ │ +│ │ [ Clear target ] [ Beat ] [ Stop ] │ │ +│ └─────────────────────────────────────────────────────┘ │ +│ │ +│ Tooltip on hovered Stop: │ +│ "Unbeaten cards will go to your hand. Tap Stop again │ +│ to confirm." │ +└─────────────────────────────────────────────────────────────────┘ +``` + +Tap an unbeaten card → it becomes the active target → cards in hand that satisfy `canBeat(attack, counter, trump)` light up as "legal", others dim to "illegal". Tap a legal counter → pair flies to `beatenPairs`. Repeat until all beaten OR Stop. + +### S07 — RoundResult (overlay on S03 after RoundEnded event) + +``` +┌─────────────────────────────────────────────────────────────────┐ +│ │ +│ │ +│ │ +│ Bo wins the round │ +│ │ +│ (round 1 of 1 — MVP) │ +│ │ +│ ┌──────────────────────────────┐ │ +│ │ Continue to match end │ │ +│ └──────────────────────────────┘ │ +│ │ +│ │ +└─────────────────────────────────────────────────────────────────┘ +``` + +Intent: clear, calm, brief. MVP single-round-match means this segues straight to S08. Multi-round semantics (post-MVP) would show a leaderboard + "Next round" button here. + +### S08 — MatchResult + +``` +┌─────────────────────────────────────────────────────────────────┐ +│ │ +│ │ +│ │ +│ 🏆 Bo wins the match │ +│ │ +│ │ +│ ┌──────────────────────────────┐ │ +│ │ Play again │ ◀ pre-fills names │ +│ └──────────────────────────────┘ │ +│ ┌──────────────────────────────┐ │ +│ │ Main menu │ │ +│ └──────────────────────────────┘ │ +│ │ +│ │ +└─────────────────────────────────────────────────────────────────┘ +``` + +Intent: celebratory but not loud. The 🏆 glyph is a placeholder; Stitch may replace it with a real mark from the design system. + +### S09 — RulesHelp (Radix Dialog overlay) + +``` +┌─── Dialog 800×640, centered, dim backdrop ─────────────────────┐ +│ How to play CARD SHED [ × ] │ +│ ───────────────────────────────────────────────────────────── │ +│ ┌─ Tabs ──────────────────────────────────────┐ │ +│ │ Basics │ Attacks │ Defence │ Trump │ │ +│ └─────────────────────────────────────────────┘ │ +│ │ +│ Body text (markdown): │ +│ • 3–4 players, single deck. │ +│ • Bottom card's suit is trump for the round. │ +│ • Attacker plays 1, 3, or 5 cards in a valid combo. │ +│ • Defender beats every card → becomes next attacker │ +│ (full defence). Otherwise unbeaten cards enter their │ +│ hand and next clockwise player attacks (partial). │ +│ • First to empty their hand with the deck exhausted wins. │ +│ │ +│ [ Close ] │ +└─────────────────────────────────────────────────────────────────┘ +``` + +Tabs are Radix Tabs. Body is markdown rendered through a safe renderer. No state, no engine interaction. + +### S10 — Settings (Radix Dialog overlay) + +``` +┌─── Dialog 560×480, centered, dim backdrop ─────────────────────┐ +│ Settings [ × ] │ +│ ───────────────────────────────────────────────────────────── │ +│ ┌──── Match ──────────────────────────────────────────────┐ │ +│ │ [ ⟲ Reset current match ] │ │ +│ │ ▸ keeps players, regenerates seed │ │ +│ └─────────────────────────────────────────────────────────┘ │ +│ ┌──── Accessibility ──────────────────────────────────────┐ │ +│ │ ☐ Reduced motion │ │ +│ │ ☐ High-contrast cards │ │ +│ └─────────────────────────────────────────────────────────┘ │ +│ ┌──── Audio ──────────────────────────────────────────────┐ │ +│ │ ☐ Sound effects (post-MVP — disabled) │ │ +│ └─────────────────────────────────────────────────────────┘ │ +│ │ +│ [ Close ] │ +└─────────────────────────────────────────────────────────────────┘ +``` + +Reset-match prompts a confirm step. Reduced-motion respects the OS `prefers-reduced-motion` by default. + +--- + +## §6 — Out of Scope (this storyboard slice) + +- Online lobby (S11), Reconnect (S12), Spectator (S13), Async list (S14) — those land in PRP 3 sub-deliverables C/D once the WebSocket protocol is implemented (M-future). +- Multi-round match scoring screen — MVP treats round = match (NEW #9). The post-MVP storyboard will add a Leaderboard panel between S07 and S08. +- Card art / illustrated suits — MVP uses Unicode suit glyphs ♠♥♦♣ plus rank text. Stitch may choose typography for the rank but no per-card illustrations. +- Onboarding tutorial overlay — MVP relies on S09 RulesHelp as the only learning surface. +- Mobile-specific gestures (swipe-to-fan hand, long-press preview) — captured in M13, not designed here. + +--- + +## §7 — Stitch Provenance (filled by `Skill: stitch-design` runs) + +Every Stitch run that touches this storyboard or `.stitch/DESIGN.md` MUST record a row here AND a corresponding file under `docs/DECISIONS/-stitch-run-N.md`. + +| # | UTC | Prompt summary | DS version | Screens produced | Decision doc | +|---|-----|----------------|------------|-------------------|--------------| +| 1 | 2026-05-21 | Initial design system anchored on S03 Table (single canonical screen → derive tokens for whole system; per-screen mockups in M3+ per warm-session-drop constraint) | DS-1 | S03 Table (`.stitch/designs/S03-table.{html,png}`) | [`docs/DECISIONS/2026-05-21-stitch-run-1.md`](DECISIONS/2026-05-21-stitch-run-1.md) | diff --git a/@lab/ll-CARDSHED/dogfood-output/20260521T193040Z/m1-boot/boot-screen-1440x900.png b/@lab/ll-CARDSHED/dogfood-output/20260521T193040Z/m1-boot/boot-screen-1440x900.png new file mode 100644 index 0000000000000000000000000000000000000000..2f2920d90cc03548cb0ebd9957bcf35b384d043b GIT binary patch literal 35502 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 literal 0 HcmV?d00001 diff --git a/@lab/ll-CARDSHED/dogfood-output/20260521T193040Z/m1-boot/report.md b/@lab/ll-CARDSHED/dogfood-output/20260521T193040Z/m1-boot/report.md new file mode 100644 index 0000000..a658646 --- /dev/null +++ b/@lab/ll-CARDSHED/dogfood-output/20260521T193040Z/m1-boot/report.md @@ -0,0 +1,65 @@ +# M1 Boot — agent-browser dogfood report + +> **Milestone:** PRP 3 §A M1 — SCAFFOLD apps/ui +> **Issue:** #148 (chained under umbrella #146) +> **Branch:** `feat/cardshed-ui-scaffold` +> **UTC:** 20260521T193040Z +> **Viewport:** 1440 × 900 +> **URL:** http://localhost:4343/ +> **Validator:** `agent-browser` (skill) — Ubuntu 26.04 with `--no-sandbox,--disable-dev-shm-usage` + +## Acceptance gates (PRP 3 §M1) + +| Gate | Result | Evidence | +|------|--------|----------| +| `npm install` succeeds | ✅ | 271 packages, 0 errors | +| `npm run build` green (`tsc -b && vite build`) | ✅ | `dist/index.html` + 143.68 kB JS bundle | +| `npm run lint` green (`eslint . --max-warnings 0`) | ✅ | 0 errors, 0 warnings | +| `npm run dev` serves on :4343 | ✅ | Vite 5.4.21 — `host: true`, `port: 4343` | +| Boot screen renders "CARD SHED — MVP M1" | ✅ | See `boot-screen-1440x900.png` | +| `agent-browser` evidence captured | ✅ | This report + screenshot | +| Zero console errors | ✅ | Only Vite HMR-debug + React-DevTools info | + +## Smoke check — `@cardshed/core` workspace link + +- `App.tsx` calls `createDeck()` from `@cardshed/core`. +- Rendered output reads **`deck: 52 cards`** — matches the conservation invariant from PRP 2 (`apps/core/.claude/rules/core-determinism.md` §3). +- Proves the `file:../core` link in `apps/ui/package.json` resolves correctly through Vite's bundler resolution. + +## Console output (full) + +``` +[debug] [vite] connecting... +[debug] [vite] connected. +[info] Download the React DevTools for a better development experience +``` + +Zero errors. Zero warnings. No 404s, no missing assets, no React StrictMode complaints. + +## Accessibility snapshot + +``` +- generic "CARD SHED — MVP M1Scaffold boots..." [ref=e1] clickable + - heading "CARD SHED — MVP M1" [level=1, ref=e2] +``` + +Heading is an `

` and is in the document landmark structure (`
`). + +## What was NOT verified (deferred per scope) + +- **No design tokens** — index.css ships placeholder `@theme` values that will be **completely replaced** by M2's `Skill: stitch-design` output. Per `.claude/rules/ui-design-pipeline.md` §5: "inventing tokens" is forbidden past the placeholder phase. +- **No screens** — every screen lands at M3+ via Stitch. No hand-rolled UI past this stub boot screen. +- **No mobile viewport** — first storyboard wireframe (M2) determines whether mobile gets captured. +- **No game actions** — M1 has no engine wiring beyond the smoke `createDeck()` call. Actions land at M5+. + +## Files produced + +``` +@lab/ll-CARDSHED/dogfood-output/20260521T193040Z/m1-boot/ +├── boot-screen-1440x900.png (visual proof) +└── report.md (this file) +``` + +## Next + +Mark #148 M1 ✅. Begin M2 — `docs/STORYBOARD.md` §1/§2/§5 + first `Skill: stitch-design` run that replaces `.stitch/DESIGN.md` placeholder. Provenance into `docs/DECISIONS/-stitch-run-1.md`.