Skip to content

Commit

Permalink
just release. (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy authored Mar 23, 2024
2 parents e94d4d7 + 2ee21d5 commit 1cef205
Show file tree
Hide file tree
Showing 18 changed files with 1,147 additions and 86 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ jobs:
with:
message: |
Deployed to Vercel Preview: ${{ steps.deploy.outputs.stdout }}
[Playground](${{ steps.deploy.outputs.stdout }}/playground.html)
[Storybook](${{ steps.deploy.outputs.stdout }}/storybook/)
9 changes: 5 additions & 4 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ import './storybook.css'

const preview: Preview = {
decorators: [
(Story) => (
<div id='ui-root'>
(Story, c) => {
const noScaling = c.parameters.noScaling
return <div id={noScaling ? '' : 'ui-root'}>
<Story />
</div>
),
</div>;
},
],
parameters: {
actions: { argTypesRegex: "^on[A-Z].*" },
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,16 @@
"node-gzip": "^1.1.2",
"peerjs": "^1.5.0",
"pretty-bytes": "^6.1.1",
"prosemirror-example-setup": "^1.2.2",
"prosemirror-markdown": "^1.12.0",
"prosemirror-state": "^1.4.3",
"prosemirror-view": "^1.33.1",
"prismarine-provider-anvil": "github:zardoy/prismarine-provider-anvil#everything",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-transition-group": "^4.4.5",
"remark": "^15.0.1",
"sanitize-filename": "^1.6.3",
"skinview3d": "^3.0.1",
"source-map-js": "^1.0.2",
Expand Down
Loading

0 comments on commit 1cef205

Please sign in to comment.