You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QZ-946 make @quartz/styles a dependency (#118)
* make @quartz/styles a dependency
* Add TypeScript types
Co-authored-by: GitHub Action <action@github.com>
QZ-763 Alt Pill component style with inverted colors (#113)
* convert Pill to TS & add icon prop
* add typographyInverted
* [WILL REVERT] use my styles branch
* add alt type styles
* rename type to pillStyle
* make class name more readable
* build
* convert PageHeader to TS; add showTopMargin prop
* Add TypeScript types
* make border and showPadding optional for PageHeader
* Add TypeScript types
* rename pillStyle options
* Add TypeScript types
* bump styles version
* Add TypeScript types
Co-authored-by: GitHub Action <action@github.com>
Button: restore "inactive" prop; typescript-ify (#111)
It's used all over qz-react. It was removed in #24 without explanation. Seems like an oversight.