-
Notifications
You must be signed in to change notification settings - Fork 30
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
create foundations + layout stories #2966
Merged
+3,451
−136
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
e75c216
create foundations + layout stories
dreamwasp 077dceb
Merge branch 'cass-sb-8-layout' into cass-gm-842
dreamwasp 6537339
start foundations
dreamwasp 03b9002
start retooling componentheader
dreamwasp 55a5dcb
component header tweak
dreamwasp 6d85bc3
start restructure of header components
dreamwasp 7cee2cc
TOC + Theme working, need DataTable + code background color
dreamwasp 2d96f2a
Merge branch 'cass-sb-8-layout' into cass-gm-842
dreamwasp 826963c
working on color mode - need to fix text color
dreamwasp 497d63b
Merge branch 'cass-gm-842' of ssh://github.com/Codecademy/gamut into …
dreamwasp 7f75bca
revert test
dreamwasp 9b69962
Theme page sorted, need to fix ColorMode
dreamwasp cb3c78a
colormode sorted
dreamwasp d85461f
colormode sorted
dreamwasp b1f2136
start type fix + what to do about blocks
dreamwasp be4e7ca
Merge branch 'cass-sb-8-layout' into cass-gm-842
dreamwasp 7032817
LayoutGrid + content Container
dreamwasp 2ab0c47
Merge branch 'cass-sb-8-layout' into cass-gm-842
dreamwasp 5053d9b
Merge branch 'cass-sb-8-layout' into cass-gm-842
dreamwasp f20113c
Merge branch 'cass-sb-8-layout' into cass-gm-842
dreamwasp 927e21a
Merge branch 'cass-sb-8-layout' into cass-gm-842
dreamwasp 4abf62e
LayoutGrid done
dreamwasp 86f15c9
Merge branch 'cass-gm-842' of ssh://github.com/Codecademy/gamut into …
dreamwasp 02bcda0
start flexbox, need to look into sandbox stuff
dreamwasp 2c044d5
gridbox + flexbox are good, just need to tweak
dreamwasp 76ace8d
Merge branch 'cass-sb-8-layout', remote-tracking branch 'origin' into…
dreamwasp be7ec47
tweaks to headers
dreamwasp a77ce8e
lots of style tweaks + deduplications
dreamwasp b286e5a
fix typograpth, need to fix color mode switches
dreamwasp af5be6e
Merge branch 'cass-sb-8-layout' into cass-gm-842
dreamwasp a4d6db1
start on system stories
dreamwasp 45ff066
unify shared elements
dreamwasp 0693a32
add variance + fix tables
dreamwasp d98ca77
more tweaks to status
dreamwasp c8f9041
Merge branch 'cass-sb-8-layout' into cass-gm-842
dreamwasp 7641220
design tweaks
dreamwasp 2759bd2
Merge branch 'cass-gm-842' of ssh://github.com/Codecademy/gamut into …
dreamwasp 018ffc3
add hub
dreamwasp 2e01130
more tweaks
dreamwasp 3b3d557
Merge branch 'cass-sb-8-layout' into cass-gm-842
dreamwasp dce02a1
rename DataTable
dreamwasp 37ab760
clean up of default
dreamwasp 4e1b4c1
fix kenny tweaks!
dreamwasp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading status checks…
lots of style tweaks + deduplications
commit a77ce8e12efd34565332620fad7666d57d0a3db7
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
packages/styleguide/.storybook/components/Elements/Wrappers.tsx
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,11 @@ | ||
import { Background } from '@codecademy/gamut-styles'; | ||
|
||
export const SourceWrapper: React.FC<React.PropsWithChildren> = ({ | ||
children, | ||
}) => { | ||
return ( | ||
<Background bg="white" borderRadius="md" px={24} py={8}> | ||
{children} | ||
</Background> | ||
); | ||
}; |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to make this subtitle section accept markdown? I've seen some existing subtitles use backticks