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

feat: add fast-foundation as a new package #3122

Merged
merged 23 commits into from
May 14, 2020
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6f04c94
add initial frame for fast-foundation
chrisdholt May 13, 2020
c8dbade
move specs from fast-components to fast-foundation
chrisdholt May 13, 2020
68b0960
remove dupe templates and classes from fast-components
chrisdholt May 13, 2020
64327fa
update pathing to reference fast-foundation
chrisdholt May 13, 2020
1ead8ca
update package.json package title
chrisdholt May 13, 2020
4f0c1ff
remove reference to fast slider
chrisdholt May 13, 2020
43a0b9f
update pathing for components and revert unintentional file removal
chrisdholt May 13, 2020
813334a
update readme paths to specs
chrisdholt May 13, 2020
171511f
drop errant inclusion of changelog
chrisdholt May 13, 2020
6ac1686
update design system provider readmes
chrisdholt May 13, 2020
6483705
fix focus styling on anchor and button
chrisdholt May 13, 2020
b1eaacd
remove unnecessary slider-util file from fast-components
chrisdholt May 13, 2020
a78a12c
remove unnecessary references to storybook
chrisdholt May 13, 2020
51ed5e4
update designSystemProvider decorator API to expect template
chrisdholt May 13, 2020
2607481
fix eslint error on import order
chrisdholt May 13, 2020
115aaf9
fix readme capitalization
chrisdholt May 13, 2020
3628252
drop dependency on fast-web-utilities
chrisdholt May 13, 2020
2f4103c
update design system provider readme to reflect api
chrisdholt May 13, 2020
3d157b3
export color recipes
chrisdholt May 14, 2020
0c67dd9
export color recipes
chrisdholt May 14, 2020
513b293
remove unused vars
chrisdholt May 14, 2020
bc5e090
update pathing to .js
chrisdholt May 14, 2020
aad1697
add initial package.json version
chrisdholt May 14, 2020
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
Prev Previous commit
Next Next commit
drop dependency on fast-web-utilities
  • Loading branch information
chrisdholt committed May 14, 2020
commit 362825292f3c497ebb3aa5300114f674f5a787f1
3 changes: 1 addition & 2 deletions packages/web-components/fast-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@
"dependencies": {
"@microsoft/fast-colors": "^5.0.8",
"@microsoft/fast-element": "^0.8.1",
"@microsoft/fast-foundation": "^0.0.0",
"@microsoft/fast-web-utilities": "^4.4.5"
"@microsoft/fast-foundation": "^0.0.0"
},
"peerDependencies": {
"lodash-es": "^4.0.0"
Expand Down