-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrated client-report to compdem subdir.
- Loading branch information
Showing
16 changed files
with
89 additions
and
98 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
7 changes: 3 additions & 4 deletions
7
stories/client-report/barChart.stories.js → ...compdem/client-report/BarChart.stories.js
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
8 changes: 4 additions & 4 deletions
8
stories/client-report/beeswarm.stories.js → ...compdem/client-report/Beeswarm.stories.js
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
7 changes: 3 additions & 4 deletions
7
stories/client-report/overview.stories.js → ...compdem/client-report/Overview.stories.js
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
8 changes: 4 additions & 4 deletions
8
...ient-report/framework/checkbox.stories.js → ...ient-report/framework/Checkbox.stories.js
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import React from 'react' | ||
import Footer from '../../../../codebases/compdem/client-report/src/components/framework/Footer' | ||
|
||
import '../../../../codebases/compdem/client-report/src/index.css' | ||
|
||
export default { | ||
component: Footer, | ||
} | ||
|
||
const Template = (args) => <Footer {...args} /> | ||
|
||
export const Default = Template.bind({}) | ||
Default.args = {} |
16 changes: 16 additions & 0 deletions
16
stories/compdem/client-report/framework/Heading.stories.js
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import React from 'react' | ||
import Heading from '../../../../codebases/compdem/client-report/src/components/framework/heading' | ||
import { getConversation } from '../../../../.storybook/utils' | ||
|
||
import '../../../../codebases/compdem/client-report/src/index.css'; | ||
|
||
export default { | ||
component: Heading, | ||
} | ||
|
||
const Template = (args) => <Heading {...args} /> | ||
|
||
export const Default = Template.bind({}) | ||
Default.args = { | ||
conversation: getConversation(), | ||
} |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import React from 'react' | ||
import Legend from '../../../../codebases/compdem/client-report/src/components/framework/legend' | ||
import { getVoteColors } from '../../../../.storybook/utils' | ||
|
||
import '../../../../codebases/compdem/client-report/src/index.css'; | ||
|
||
export default { | ||
component: Legend, | ||
} | ||
|
||
const Template = (args) => <Legend {...args} /> | ||
|
||
export const Default = Template.bind({}) | ||
Default.args = { | ||
voteColors: getVoteColors(), | ||
} |
13 changes: 13 additions & 0 deletions
13
stories/compdem/client-report/framework/LogoLargeShort.stories.js
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import React from 'react' | ||
import LogoLargeShort from '../../../../codebases/compdem/client-report/src/components/framework/logoLargeShort' | ||
|
||
import '../../../../codebases/compdem/client-report/src/index.css'; | ||
|
||
export default { | ||
component: LogoLargeShort, | ||
} | ||
|
||
const Template = (args) => <LogoLargeShort {...args} /> | ||
|
||
export const Default = Template.bind({}) | ||
Default.args = {} |
13 changes: 13 additions & 0 deletions
13
stories/compdem/client-report/framework/LogoSmallLong.stories.js
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import React from 'react' | ||
import LogoSmallLong from '../../../../codebases/compdem/client-report/src/components/framework/logoSmallLong' | ||
|
||
import '../../../../codebases/compdem/client-report/src/index.css'; | ||
|
||
export default { | ||
component: LogoSmallLong, | ||
} | ||
|
||
const Template = (args) => <LogoSmallLong {...args} /> | ||
|
||
export const Default = Template.bind({}) | ||
Default.args = {} |
5 changes: 2 additions & 3 deletions
5
...t-report/lists/BarChartCompact.stories.js → ...t-report/lists/BarChartCompact.stories.js
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
5 changes: 2 additions & 3 deletions
5
...client-report/lists/CommentRow.stories.js → ...client-report/lists/CommentRow.stories.js
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