Skip to content

Tags: PolymathNetwork/ui-blocks

Tags

v1.28.0

Toggle v1.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove references to `FC` (#37)

* refactor: update Badge component

* refactor: update Box component

* refactor: update Button component

* refactor: update Chips component

* refactor: update Collapsable component

* refactor: update DatePicker component

* refactor: update Drawer component

* refactor: update DropZone component

* refactor: update Flex component

* refactor: update Grid component

* refactor: update Heading component

* refactor: update InfoBox component

* refactor: update Notification component

* refactor: update Page component

* refactor: update ProgressBar component

* refactor: update Radio component

* refactor: update Select component

* refactor: update TabBar component

* refactor: update Table component

* refactor: update TableBatchActions component

* refactor: update TableCheckbox component

* refactor: update TableEditableCell component

* refactor: update TablePagination component

* refactor: update Text component

* refactor: update PolyThemeProvider component

* fix: set children as any in Tooltip component

* refactor: update ProfilePicture and SelectCard component

v1.27.1

Toggle v1.27.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: miscellaneous fixes (#32)

* fix: prevent background color change on hover

* fix: render button with Poppins font for pink theme

* fix: fix checkbox minimum width and height

v1.27.0

Toggle v1.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: update inputs to work with react-hook-form (#31)

* fix: checkbox label alignments

* feat: add demo for custom labels in checkbox

* fix: input with forward ref

* fix: checkbox to work with react-hook-form

v1.26.0

Toggle v1.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: new icons and fixes (#30)

* refactor: move out styled component definitions

https://styled-components.com/docs/faqs#why-should-i-avoid-declaring-styled-components-in-the-render-method

* fix: render label as a component

* fix: update checkbox label type

* fix: allow margins to work correctly

* feat: add fluid prop to button

* feat: update ledger icon

* chore: remove fluid prop from button

* feat: add poly-pink icon

v1.25.4

Toggle v1.25.4's commit message
fix(storybook): update packages

v1.25.3

Toggle v1.25.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: table ui (#29)

* fix: update hover and active color

* fix: add td borders

* fix: colors and lineheight for th

* fix: check box and row actions alignments

* fix: align row exapand icon

* fix: rows per page text alignment

* fix: add margin-top to pagination section

* refactor: swap lines

v1.25.2

Toggle v1.25.2's commit message
fix(select): set portal target to on mount

v1.25.1

Toggle v1.25.1's commit message
fix(loader): bring back types file

v1.25.0

Toggle v1.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: export server style sheet (#27)

* feat: export ServerStyleSheet for next.js

* feat: allow specifying width and height for icons

v1.24.0

Toggle v1.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: added Loading and Progressbar commponents (#23)

* feat: added Loading and Progressbar commponents

* fix: remove react imports, rename component, fix lint

Co-authored-by: honarpour <amir@honarpour.com>