-
Notifications
You must be signed in to change notification settings - Fork 44
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
DApp-1708 added support for new css variables and semantics in blocks components #1716
DApp-1708 added support for new css variables and semantics in blocks components #1716
Conversation
All looks good. |
All looks good. |
|
src/blocks/box/Box.types.ts
Outdated
@@ -21,15 +21,15 @@ export type BoxResponsiveProps = { | |||
/* Sets flex-direction css property */ | |||
flexDirection?: ResponsiveProp<CSSProperties['flexDirection']>; | |||
/* Sets gap between the elements */ | |||
gap?: ResponsiveProp<SpaceType>; | |||
gap?: ResponsiveProp<BlocksSpaceType>; |
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.
gap cant take input for all four sides, we should define a different type for it
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.
added a new type. will remove the previous type afterwards because that will break thing s right now.
All looks good. |
… components (#1716) * update changes * add props type * update version and remove on dash * added support for new css variables * deleted curropted file * added gap type --------- Co-authored-by: corlard3y <[email protected]>
… components (#1716) * update changes * add props type * update version and remove on dash * added support for new css variables * deleted curropted file * added gap type --------- Co-authored-by: corlard3y <[email protected]>
Pull Request Template
Ticket Number
Description
Type of Change
Checklist
Frontend Guidelines
Build & Testing
Screenshots/Video with Explanation
Before: Explain the previous behavior
After: What's changed now
Additional Context
Review & Approvals
Notes