veza/apps/web/dist_verification/assets/confirmation-dialog-oRC6nIEK.js
senke 203cb5d5e5 refactor: Phase 8 — Update docs, ESLint, Storybook config for SUMI
- DESIGN_TOKENS.md: Complete rewrite to document --sumi-* token system
- APP_SHELL.md: Update layout shell docs (glass bg, backdrop-blur, z-index)
- DESIGN_DIRECTION.md: Update aesthetic direction to SUMI philosophy
- .storybook/preview.tsx: Remove deleted CSS imports, update bg colors
- eslint.config.js: Update color rule message from Kodo to SUMI tokens
- tailwind.config.ts: Fix comment referencing deleted design-tokens.css

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 02:15:11 +01:00

1 line
939 B
JavaScript

import{j as e}from"./vendor-react-Dkpvlwai.js";import{D as m}from"./index-jE2AGx2y.js";import{A as o}from"./vendor-icons-CbmLcMl-.js";function j({open:t,onClose:s,onConfirm:a,title:i,description:c,confirmLabel:l="Confirm",cancelLabel:x="Cancel",variant:n="destructive",isLoading:r=!1}){const d=()=>{r||a()};return e.jsx(m,{open:t,onClose:s,title:i,onConfirm:d,confirmLabel:r?"Processing...":l,onCancel:s,showCancel:!0,children:e.jsx("div",{className:"space-y-4 py-4",children:e.jsxs("div",{className:"flex items-start gap-4",children:[n==="destructive"&&e.jsx("div",{className:"flex-shrink-0",children:e.jsx("div",{className:"flex h-10 w-10 items-center justify-center rounded-full bg-destructive/10 dark:bg-destructive/20",children:e.jsx(o,{className:"h-5 w-5 text-destructive dark:text-destructive"})})}),e.jsx("div",{className:"flex-1",children:e.jsx("p",{className:"text-sm text-muted-foreground",children:c})})]})})})}export{j as C};