Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6a28394 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Aug 20, 2024
1 parent a858b97 commit 83a907c
Show file tree
Hide file tree
Showing 233 changed files with 61,258 additions and 46,491 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @suid/site

## 0.19.0

### Minor Changes

- [`bee2e07`](https://github.com/swordev/suid/commit/bee2e07ac95a9042e2971cb54c5ddcf45018c959) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies

### Patch Changes

- Updated dependencies [[`bee2e07`](https://github.com/swordev/suid/commit/bee2e07ac95a9042e2971cb54c5ddcf45018c959), [`55b070c`](https://github.com/swordev/suid/commit/55b070ceb72a90d8fb9de85d8c8deca287a2ca80), [`8ea405f`](https://github.com/swordev/suid/commit/8ea405f9754ac02eee855d6c1e06721f4df012c8)]:
- @suid/icons-material@0.8.0
- @suid/material@0.17.0
- @suid/codemod@0.11.0
- @suid/system@0.12.0
- @suid/types@0.7.0
- @suid/utils@0.10.0
- @suid/base@0.10.0

## 0.18.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion assets/Add-D_QclGij.js → assets/Add-OvZ6NC6m.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{c as v,t}from"./index-D9l_Mn70.js";var a=t('<svg><path d="M0 0h24v24H0z"fill=none></svg>',!1,!0),e=t('<svg><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"></svg>',!1,!0);const h=v(()=>[a(),e()],"Add");export{h as A};
import{c as v,t}from"./index-ridAuENd.js";var a=t('<svg><path d="M0 0h24v24H0z"fill=none></svg>',!1,!0),e=t('<svg><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"></svg>',!1,!0);const h=v(()=>[a(),e()],"Add");export{h as A};
1 change: 1 addition & 0 deletions assets/Alert-DEyugyMG.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion assets/Alert-DikefxYh.js

This file was deleted.

61 changes: 0 additions & 61 deletions assets/AlertPage-BLBJpfKE.js

This file was deleted.

61 changes: 61 additions & 0 deletions assets/AlertPage-Kgvwldtk.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
var p=Object.defineProperty;var e=(n,i)=>p(n,"name",{value:i,configurable:!0});import{A as r}from"./Alert-DEyugyMG.js";import{C as m}from"./ComponentInfo-CHqyrOGo.js";import{h as t,z as d,N as T,O as f,f as k,R as y,k as v,m as w,W as S,t as x}from"./index-ridAuENd.js";import{S as l}from"./copyText-CCrSkyLZ.js";import"./Link-q_lmqSfc.js";import"./PaperCode-Ae8UmCps.js";function a(){return t(l,{sx:{width:"100%"},spacing:2,get children(){return[t(r,{onClose:e(()=>{console.log("close")},"onClose"),children:"This is a success alert — check it out!"}),t(r,{get action(){return t(d,{color:"inherit",size:"small",children:"UNDO"})},children:"This is a success alert — check it out!"})]}})}e(a,"ActionAlerts");a.code=`import { Alert, Button, Stack } from "@suid/material";
export default function ActionAlerts() {
return (
<Stack sx={{ width: "100%" }} spacing={2}>
<Alert
onClose={() => {
console.log("close");
}}
>
This is a success alert — check it out!
</Alert>
<Alert
action={
<Button color="inherit" size="small">
UNDO
</Button>
}
>
This is a success alert — check it out!
</Alert>
</Stack>
);
}
`;function u(){return t(l,{sx:{width:"100%"},spacing:2,get children(){return[t(r,{severity:"error",children:"This is an error alert — check it out!"}),t(r,{severity:"warning",children:"This is a warning alert — check it out!"}),t(r,{severity:"info",children:"This is an info alert — check it out!"}),t(r,{severity:"success",children:"This is a success alert — check it out!"})]}})}e(u,"BasicAlerts");u.code=`import { Alert, Stack } from "@suid/material";
export default function BasicAlerts() {
return (
<Stack sx={{ width: "100%" }} spacing={2}>
<Alert severity="error">This is an error alert — check it out!</Alert>
<Alert severity="warning">This is a warning alert — check it out!</Alert>
<Alert severity="info">This is an info alert — check it out!</Alert>
<Alert severity="success">This is a success alert — check it out!</Alert>
</Stack>
);
}
`;function C(n){return f("MuiAlertTitle",n)}e(C,"getAlertTitleUtilityClass");T("MuiAlertTitle",["root"]);const B=k()({name:"MuiAlertTitle",selfPropNames:["children","classes"],propDefaults:e(({set:n})=>n({component:"div"}),"propDefaults"),utilityClass:C,slotClasses:e(()=>({root:["root"]}),"slotClasses")}),D=y(v,{name:"MuiAlertTitle",slot:"Root",overridesResolver:e((n,i)=>i.root,"overridesResolver")})(({theme:n})=>({fontWeight:n.typography.fontWeightMedium,marginTop:-2})),s=B.component(e(function({allProps:i,classes:A,otherProps:c,props:g}){return t(D,w({gutterBottom:!0},c,{ownerState:i,get class(){return S(A.root,c.class)},get children(){return g.children}}))},"AlertTitle2"));var o=x("<strong>check it out!");function h(){return t(l,{sx:{width:"100%"},spacing:2,get children(){return[t(r,{severity:"error",get children(){return[t(s,{children:"Error"}),"This is an error alert — ",o()]}}),t(r,{severity:"warning",get children(){return[t(s,{children:"Warning"}),"This is a warning alert — ",o()]}}),t(r,{severity:"info",get children(){return[t(s,{children:"Info"}),"This is an info alert — ",o()]}}),t(r,{severity:"success",get children(){return[t(s,{children:"Success"}),"This is a success alert — ",o()]}})]}})}e(h,"DescriptionAlerts");h.code=`import { Alert, AlertTitle, Stack } from "@suid/material";
export default function DescriptionAlerts() {
return (
<Stack sx={{ width: "100%" }} spacing={2}>
<Alert severity="error">
<AlertTitle>Error</AlertTitle>
This is an error alert — <strong>check it out!</strong>
</Alert>
<Alert severity="warning">
<AlertTitle>Warning</AlertTitle>
This is a warning alert — <strong>check it out!</strong>
</Alert>
<Alert severity="info">
<AlertTitle>Info</AlertTitle>
This is an info alert — <strong>check it out!</strong>
</Alert>
<Alert severity="success">
<AlertTitle>Success</AlertTitle>
This is a success alert — <strong>check it out!</strong>
</Alert>
</Stack>
);
}
`;function O(){return t(m,{get name(){return r.name},importInfo:["Alert","AlertTitle"],examples:[u,{title:"Description",component:h},{title:"Actions",component:a}]})}e(O,"AlertPage");export{O as default};
Loading

0 comments on commit 83a907c

Please sign in to comment.