Skip to content

Commit

Permalink
fix(doc): clean up demo until better complex example
Browse files Browse the repository at this point in the history
  • Loading branch information
dpellier committed Jul 29, 2024
1 parent f263d7c commit 87350ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default meta;

export const Demo: StoryObj = {
render: (args) => html`
<ods-input name="input-1" style="padding-right: 8px"></ods-input>
<ods-button id="trigger-demo"
label="Trigger">
</ods-button>
Expand All @@ -29,7 +28,6 @@ export const Demo: StoryObj = {
with-arrow="${args.withArrow}">
${unsafeHTML(args.content)}
</ods-popover>
<ods-input name="input-2" style="padding-left: 8px"></ods-input>
`,
argTypes: orderControls({
content: {
Expand Down
8 changes: 6 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3994,19 +3994,23 @@ __metadata:
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
>>>>>>> 7ad9d6e7b (feat(medium): implement component)
=======
=======
=======
>>>>>>> fddca8114 (feat(popover): implement component)
=======
>>>>>>> 451aae11f (fix(doc): clean up demo until better complex example)
"@ovhcloud/ods-component-password@workspace:packages/ods/src/components/password":
version: 0.0.0-use.local
resolution: "@ovhcloud/ods-component-password@workspace:packages/ods/src/components/password"
=======
languageName: unknown
linkType: soft

"@ovhcloud/ods-component-popover@workspace:packages/ods/src/components/popover":
version: 0.0.0-use.local
resolution: "@ovhcloud/ods-component-popover@workspace:packages/ods/src/components/popover"
>>>>>>> f36639b7 (feat(popover): implement component)
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 87350ef

Please sign in to comment.