-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
181 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,7 +87,7 @@ export const LongTitle: Story = { | |
faq: [ | ||
{ title: "Question 1?", text: "Answer 1!" }, | ||
{ | ||
title: "This is another question?", | ||
title: "This is another different question?", | ||
text: "Here's an answer for that question! Yay!", | ||
}, | ||
], | ||
|
@@ -165,6 +165,58 @@ export const Minimum: Story = { | |
}, | ||
} | ||
|
||
export const Maximum: Story = { | ||
args: { | ||
question: "Is there a difference between brown sugar and white sugar?", | ||
summary: | ||
"Contrary to common belief, they are nutritionally similar. Nutritionally speaking, all natural sugars have relatively comparable nutritional value with approximately 15 calories per teaspoon (4.2 g).\n", | ||
title: "Sugar Investigations in the US", | ||
mainContact: { | ||
name: "Contact Name", | ||
title: "Title", | ||
employer: "Employer", | ||
email: "[email protected]", | ||
}, | ||
|
||
status: "open", | ||
opportunityCloses: new Date("2022-03-04"), | ||
startDate: new Date("2022-01-03"), | ||
endDate: new Date("2022-03-04"), | ||
agency: "Sugar Agency", | ||
topics: [ | ||
{ slug: "conspiracy", title: "conspiracy" }, | ||
{ slug: "investigation", title: "investigation" }, | ||
], | ||
lastModified: new Date("2022-05-27T16:34:04.000Z"), | ||
slug: "project/sugar-investigations", | ||
emailContent: | ||
"Dearest community, Are you interested in knowing about sugars? So are we! Join our search!", | ||
deliverable: | ||
"Analysis of existing sugars in the United States. Summary of and detailed recommendations and potential action steps to inform the public about the sugars they are consuming. \\n* See project summary for additional information.", | ||
purpose: | ||
"Results will be shared with the FDA and whoever else wants these results. We have no oversight and thus may do as we wish.", | ||
expertise: | ||
"While our team does not have previous experience in organic chemistry, we are committed to uncovering the truth.", | ||
requirement: "I do not understand this question. Next.", | ||
keyDates: "Publish data at some point in time.", | ||
priorResearch: "Prior research is published in many reputable journals.", | ||
statusOfData: "Data collection has not begun.", | ||
fundingInfo: | ||
"Our team will evaluate whether or not a project needs money, and we will most likely need the project team to figure out funding.", | ||
openText: "Are you interested in collaborating?", | ||
ongoingText: "This project is ongoing.", | ||
completeText: "This project is complete.", | ||
projectTeam: ProjectTeamStories.Primary.args.contacts, | ||
faq: [ | ||
{ title: "Question 1?", text: "Answer 1!" }, | ||
{ | ||
title: "This is another question?", | ||
text: "Here's an answer for that question! Yay!", | ||
}, | ||
], | ||
}, | ||
} | ||
|
||
export const TailwindXSWindow: Story = { | ||
args: Primary.args, | ||
parameters: { viewport: { defaultViewport: "tailwindXS" } }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.