Skip to content

Commit

Permalink
Merge branch 'next' into kasper/context-prop
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Jun 28, 2024
2 parents fced992 + 5e33c61 commit ccabc98
Show file tree
Hide file tree
Showing 44 changed files with 767 additions and 1,923 deletions.
4 changes: 2 additions & 2 deletions code/addons/controls/src/SaveStory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const SaveStory = ({ saveStory, createStory, resetArgs }: SaveStoryProps)
};

return (
<Container>
<Container id="save-from-controls">
<Bar>
<Actions>
<WithTooltip
Expand Down Expand Up @@ -184,7 +184,7 @@ export const SaveStory = ({ saveStory, createStory, resetArgs }: SaveStoryProps)
</Info>

<Modal width={350} open={creating} onOpenChange={setCreating}>
<Form onSubmit={onSubmitForm}>
<Form onSubmit={onSubmitForm} id="create-new-story-form">
<Modal.Content>
<Modal.Header>
<Modal.Title>Create new story</Modal.Title>
Expand Down
2 changes: 1 addition & 1 deletion code/addons/onboarding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"framer-motion": "^11.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-joyride": "^2.7.2",
"react-joyride": "^2.8.2",
"react-use-measure": "^2.1.1",
"typescript": "^5.3.2"
},
Expand Down
155 changes: 0 additions & 155 deletions code/addons/onboarding/src/App.tsx

This file was deleted.

Loading

0 comments on commit ccabc98

Please sign in to comment.