Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPHJOD-287: Update Figma URLs in stories #30

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions lib/components/HeroCard/HeroCard.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const Primary: Story = {
parameters: {
design: {
type: 'figma',
url: 'https://www.figma.com/file/LP7Acqn5dNNHS0R1YUWM1n/cx_jod_sb?node-id=98%3A43037',
url: 'https://www.figma.com/file/6M2LrpSCcB0thlFDaQAI2J/cx_jod_client?node-id=541%3A4601',
},
docs: {
description: {
Expand Down Expand Up @@ -54,7 +54,7 @@ export const Secondary: Story = {
parameters: {
design: {
type: 'figma',
url: 'https://www.figma.com/file/LP7Acqn5dNNHS0R1YUWM1n/cx_jod_sb?node-id=98%3A43040',
url: 'https://www.figma.com/file/6M2LrpSCcB0thlFDaQAI2J/cx_jod_client?node-id=541%3A4604',
},
docs: {
description: {
Expand All @@ -79,7 +79,7 @@ export const MultipleSecondary: Story = {
parameters: {
design: {
type: 'figma',
url: 'https://www.figma.com/file/LP7Acqn5dNNHS0R1YUWM1n/cx_jod_sb?node-id=98%3A42967',
url: 'https://www.figma.com/file/6M2LrpSCcB0thlFDaQAI2J/cx_jod_client?node-id=541%3A4574',
},
docs: {
description: {
Expand Down Expand Up @@ -109,7 +109,7 @@ export const Hero: Story = {
parameters: {
design: {
type: 'figma',
url: 'https://www.figma.com/file/LP7Acqn5dNNHS0R1YUWM1n/cx_jod_sb?node-id=98%3A43037',
url: 'https://www.figma.com/file/6M2LrpSCcB0thlFDaQAI2J/cx_jod_client?node-id=541%3A4574',
},
docs: {
description: {
Expand Down
6 changes: 3 additions & 3 deletions lib/components/ResultsCard/ResultsCard.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const Default: Story = {
parameters: {
design: {
type: 'figma',
url: 'https://www.figma.com/file/LP7Acqn5dNNHS0R1YUWM1n/cx_jod_sb?node-id=1-1059',
url: 'https://www.figma.com/file/6M2LrpSCcB0thlFDaQAI2J/cx_jod_client?node-id=585%3A15053',
},
docs: {
description: {
Expand All @@ -25,7 +25,7 @@ export const Default: Story = {
},
},
args: {
value: 734,
value: 534,
label: 'ammatteja',
},
};
Expand All @@ -34,7 +34,7 @@ export const Longer: Story = {
parameters: {
design: {
type: 'figma',
url: 'https://www.figma.com/file/LP7Acqn5dNNHS0R1YUWM1n/cx_jod_sb?node-id=1%3A1062',
url: 'https://www.figma.com/file/6M2LrpSCcB0thlFDaQAI2J/cx_jod_client?node-id=585%3A15053',
},
docs: {
description: {
Expand Down