-
Notifications
You must be signed in to change notification settings - Fork 0
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
release: v3.0.5 #165
release: v3.0.5 #165
Conversation
fix(issue#152) renamed the classnames.tsx to classnames.ts
🦋 Changeset detectedLatest commit: b6651f4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
(components/docs) fix: navigation docs and exports
fix(issue#157) added 0 to SpacingRange type
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.
Looks great
@@ -5,7 +5,7 @@ const TOTAL_SPACE_CLASSES = 10 | |||
const BREAKPOINTS: Exclude<Breakpoint, "sm">[] = ["md", "lg", "xl", "xxl"] | |||
|
|||
// This should be the same amount as TOTAL_SPACE_CLASSES | |||
type SpacingRange = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | |||
type SpacingRange = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
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.
I wish TS supported range definitions.
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.
Me too. There is a proposal being worked on, so hopefully soon 🙏
microsoft/TypeScript#43505
Description
Fix #152 with #164
Fix #158 with #160
To-Do