Skip to content

Commit 061a0e5

Browse files
committed
Deploying to gh-pages from @ 279169d πŸš€
1 parent 72b36a8 commit 061a0e5

40 files changed

+192
-98
lines changed

β€Žassets/AlertDialog.stories-SYYt55Hp.jsβ€Ž renamed to β€Žassets/AlertDialog.stories-om2LcEWo.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žassets/Color-RQJUDNI5-Hc5J2gtf.jsβ€Ž renamed to β€Žassets/Color-RQJUDNI5-tIkCcCUt.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žassets/Command.stories-3oXniwfP.jsβ€Ž

Lines changed: 89 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žassets/Dialog-J1LNeCtF.jsβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žassets/Dialog.stories-1lQn6j1R.jsβ€Ž

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
import{R as e}from"./index-OjgoNOWw.js";import{D as r,a as n,b as g,c as s,d as D,e as m,f as p,g as c}from"./Dialog-J1LNeCtF.js";import{B as a}from"./Button-8DtMR3DB.js";import"./index-sMCeeBkH.js";import"./index-ZtSIjf74.js";import"./index-mQqIOHEI.js";import"./index-6Pk-3rAJ.js";import"./index-_WWFXJ7k.js";import"./index-5NtMBFis.js";import"./index-Zv3dmeyd.js";import"./index-a0ZnpTZm.js";import"./index-TIUc5GdI.js";import"./index-nS3r_0j2.js";import"./index-RkI2KSEf.js";import"./index-LfZfiPec.js";import"./index-polp_dyw.js";const b={title:"Elements/Dialog",component:r,argTypes:{},parameters:{layout:"centered"},tags:["autodocs"]},t={name:"Default",render:()=>e.createElement(r,null,e.createElement(n,{asChild:!0},e.createElement(a,null,"Open Dialog")),e.createElement(g,null,e.createElement(s,null,e.createElement(D,null,"Dialog Title")),e.createElement(m,null,"Dialog Description"),e.createElement(p,null,e.createElement(c,{asChild:!0},e.createElement(a,null,"Cancel")))))};var o,l,i;t.parameters={...t.parameters,docs:{...(o=t.parameters)==null?void 0:o.docs,source:{originalSource:`{
2+
name: "Default",
3+
render: () => <Dialog>
4+
<DialogTrigger asChild>
5+
<Button>Open Dialog</Button>
6+
</DialogTrigger>
7+
<DialogContent>
8+
<DialogHeader>
9+
<DialogTitle>Dialog Title</DialogTitle>
10+
</DialogHeader>
11+
<DialogDescription>Dialog Description</DialogDescription>
12+
<DialogFooter>
13+
<DialogClose asChild>
14+
<Button>Cancel</Button>
15+
</DialogClose>
16+
</DialogFooter>
17+
</DialogContent>
18+
</Dialog>
19+
}`,...(i=(l=t.parameters)==null?void 0:l.docs)==null?void 0:i.source}}};const S=["DefaultVariant"];export{t as DefaultVariant,S as __namedExportsOrder,b as default};

0 commit comments

Comments
Β (0)