-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(paper): move elevated Card to dedicated Paper component
- Loading branch information
1 parent
2f1f88f
commit c20d2c9
Showing
20 changed files
with
328 additions
and
844 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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
module.exports = { | ||
color: { | ||
background: { | ||
paper: { | ||
comment: 'Background color for paper.', | ||
|
||
value: '{color.base.white.value}', | ||
}, | ||
}, | ||
|
||
text: { | ||
paper: { | ||
body: { | ||
comment: 'Text color for the body of any paper.', | ||
|
||
value: '{color.text.dark.value}', | ||
}, | ||
}, | ||
}, | ||
}, | ||
|
||
size: { | ||
paper: { | ||
padding: { | ||
horizontal: { | ||
comment: 'Horizontal padding for any paper.', | ||
|
||
value: '{size.spacing.2.value}', | ||
}, | ||
|
||
vertical: { | ||
comment: 'Vertical padding for any paper.', | ||
|
||
value: '{size.spacing.2.value}', | ||
}, | ||
}, | ||
}, | ||
}, | ||
} |
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
187 changes: 0 additions & 187 deletions
187
packages/fractal/src/components/Card/BorderedCard.stories.tsx
This file was deleted.
Oops, something went wrong.
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.