-
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.
Merge pull request #71 from tone-row/fix-value-problem
fix(value problem): 0 values not added
- Loading branch information
Showing
3 changed files
with
76 additions
and
11 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 |
---|---|---|
@@ -1,10 +1,15 @@ | ||
import "modern-normalize"; | ||
import "./index.css"; | ||
export { default as BoxComponent, BaseBoxProps } from "./Box/Box"; | ||
export { default as TypeComponent, BaseTypeProps } from "./Type/Type"; | ||
|
||
// Global Configuration | ||
export { SlangConfig, defaultConfig, mergeDefault } from "./config"; | ||
|
||
// CSS Generation Logic | ||
export { makeCSS as getThemeCss, getPaletteColorName } from "./makeCSS"; | ||
export { forwardRefWithAs, PropsWithAs } from "./utils"; | ||
|
||
// This will come in handy from quite-fast-design.systems | ||
// export { default as Global } from "./Global"; | ||
// Components | ||
export { default as BoxComponent, BaseBoxProps } from "./Box/Box"; | ||
export { default as TypeComponent, BaseTypeProps } from "./Type/Type"; | ||
|
||
// Component Utilities | ||
export { forwardRefWithAs, PropsWithAs } from "./utils"; |
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
5a711e6
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.
Successfully deployed to the following URLs: