Skip to content

Commit

Permalink
[WebComponent/SmartCameraWeb]Fix storybook not transitions from selfi…
Browse files Browse the repository at this point in the history
…e to document capture (#291)

Fix storybook not transitions from selfie to document capture
  • Loading branch information
ayinloya authored Jul 18, 2024
1 parent aa07403 commit 8078dc2
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,35 @@ export default meta;

export const SmartCameraWeb = {
render: () => `
<smart-camera-web show-navigation>
<smart-camera-web capture-id show-navigation>
</smart-camera-web>
`,
};

export const SmartCameraWebWithOutInstructions = {
render: () => `
<smart-camera-web hide-instructions>
<smart-camera-web capture-id hide-instructions>
</smart-camera-web>
`,
};

export const SmartCameraWebWithOutNavigation = {
render: () => `
<smart-camera-web>
<smart-camera-web capture-id>
</smart-camera-web>
`,
};

export const SmartCameraWebWithOutBackToHost = {
render: () => `
<smart-camera-web show-navigation hide-back-to-host>
<smart-camera-web capture-id show-navigation hide-back-to-host>
</smart-camera-web>
`,
};

export const SmartCameraWebWithOutBackId = {
render: () => `
<smart-camera-web show-navigation hide-back-of-id>
<smart-camera-web capture-id show-navigation hide-back-of-id>
</smart-camera-web>
`,
};

0 comments on commit 8078dc2

Please sign in to comment.