Skip to content

Releases: grommet/grommet-theme-hpe

v5.6.0

14 Aug 20:40
Compare
Choose a tag to compare
  • Added icon color to theme.anchor.icon.color. (#399)
  • Updated peer dependency for Grommet to v2.39.0. (#400)

v5.5.0

28 May 20:25
Compare
Choose a tag to compare
  • Added support for styled-components v6. (#397)

v5.4.0

25 Apr 18:08
6071c0e
Compare
Choose a tag to compare
  • Added NEW ToggleGroup styles. (#392)
  • Fixed List pinned icon pad to align with onOrder button icons. (#393)

v5.3.1

21 Mar 21:56
5f77b94
Compare
Choose a tag to compare
  • Fixed bug with padding on Table header cells. (#386)
  • Fixed bug with hover border of CheckBox toggle when used outside of FormField. (#387)

v5.3.0

13 Mar 16:34
Compare
Choose a tag to compare
  • Added readOnly styling. (#383)
  • Added use client to index.js. (#384)

v5.2.0

05 Feb 23:37
858e3bb
Compare
Choose a tag to compare

NEW Data + friends support:

  • Added kind="toolbar" button styling. (#374)

General:

  • Fixed h4 weight to render as 600. (#375)

Notification:

  • Updated inline direction to column. (#376)
  • Updated onClose icon from FormClose to Close. (#376)
  • Updated Anchors to use default Anchor styling. (#377)

v5.1.1

01 Nov 22:33
ed3f008
Compare
Choose a tag to compare
  • Fixed package.json for npm distribution. (#370)
  • Fixed hpePop heading level issue. (#371)

v5.1.0

01 Nov 20:41
2d15160
Compare
Choose a tag to compare

v5.1.0 includes small refinements to colors, typography sizes, and font-weights.

Colors:

  • text
    • light: #6F6F6F to #555555
    • dark: from #FFFFFFE6 to #FFFFFF
  • text-strong
    • light: #444444 to #333333
    • dark: #FFFFFFF5 to #FFFFFF

Button:

  • Change label font-weight for default, secondary, and toolbar buttons from 700 to 600.
  • Change toolbar button border from undefined to border-width 1px; border-color "border"; border-radius 6px
  • Changed small button height from 36px to 30px
    • Accordingly, padding adjustments were made for small buttons with labels: vertical padding 5px, horizontal padding 12px.
    • Accordingly, padding adjustments were made for small icon-only buttons: padding 7px.
  • Since text size large was reduced, adjusted padding on large button to retain existing dimensions.
    • large buttons with label: vertical padding 10px, horizontal padding 24px.
    • large icon-only buttons: padding 13px
  • Since text size large was reduced, adjusted padding on large button to retain existing dimensions.
    • xlarge buttons with label: vertical padding 21px, horizontal padding 30px.
    • xlarge icon-only buttons: padding 24px

DataTable:

  • Changed primary key font-weight from 400 to 500.

Heading:

  • Changed level 1 font-weight from 400 to 500.
  • Changed level 2 size large, xlarge font-weight from 400 to 500.

Icon:

  • Changed size "large" dimension from 24px to 22px to align with text size large.
  • Changed size "xlarge" dimensions from 30px to 24px to align with text size large.

Pagination:

  • Changed font-weight from 700 to 600.

Paragraph, Text, and Anchor:

  • Changed size "large" from font-size 24px, line-height 30px to font-size 22px, line-height 28px.
  • Changed size "xlarge" from font-size 30px, line-height 38px, font-weight 300 to font-size 24px, line-height 30px, font-weight 400.

Tabs:

  • Changed active tab font-weight from 700 to 600.
  • Extended bottom border of header across container width.

v5.0.3

05 Jun 18:51
Compare
Choose a tag to compare
  • Fixed Tag height to align with Button height. (#355)
  • Fixed Select emptySearchMessage styling. (#358)

v5.0.2

10 Apr 22:50
Compare
Choose a tag to compare
  • Updated DataTable units to use text-weak. (#346)
  • Fixed template literal interpolations. (#347)