Skip to content

Releases: equinor/design-system

[email protected]

16 Jul 10:57
Compare
Choose a tag to compare

Changed

  • Font-weight has been increased to medium in all cases where the font-size is below 16px for improved legibility. This change is most notable in table cells and labels.
  • Font-size has been increased and line-height decreased for <helper> and <label>
  • <Icon> now uses currentColor for its fill value – which means it inherits its fill colour from its parents color value
  • <Typography> now accepts any value for its color property

[email protected]

13 Jul 09:34
04d0d17
Compare
Choose a tag to compare

Added

  • <Typography> can now limit the number of visible lines, render any typography style in EDS, change the underlying html element and override/extend tokens used for a particular variant
  • <Table> can now have headers in columns in the table body

Fixed 🐛

  • Fixed horizontal alignment of icons and unintended border-color in <Button> in Safari (#465)
  • Fixed the “off”-colour in <Switch>(#466)
  • Fixed an alignment bug in <Tooltip>(#408)
  • Fixed alignment of headers in <Table>(#407)

[email protected]

13 Jul 11:19
6a2491e
Compare
Choose a tag to compare

Changed

  • Updated tokens to include text-align even if the value is “left”

[email protected]

26 Jun 08:11
824d57f
Compare
Choose a tag to compare

Added

  • Breadcrumbs
  • Progress
  • Snackbar
  • <Button> can now be rendered as an <a> by providing an href attribute
  • Support for left/right icons inside <Button

Fixed

  • Fixed an overflow bug in <Popover>(#375)

Changed

  • Increased <Button> icon size to 24px (up from 16px) for greater legibility

[email protected]

17 Jun 07:18
f0fddbf
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where <Tabs> steals focus from interactive controls in tab panels. (#369)

[email protected]

09 Jun 10:08
aaeb642
Compare
Choose a tag to compare

Added

  • New icon for cable under Technical

Fixed 🐛

  • Fixed missing circle on info_circle icon (#349)

[email protected]

09 Jun 10:34
12145a3
Compare
Choose a tag to compare

Added

  • Banner
  • Popover
  • Slider
  • Selection controls
  • Option to control the <Search> component. (#342)

Fixed 🐛

  • Fixed a bug where <Tooltip> did not close as expected. (#339)

Changed

  • README
    • Moved Banner, Popover, Selection controls and Slider to «Available»
    • Moved Progress indicator and Snackbar to «In progress»

[email protected]

02 Jun 10:18
cef687d
Compare
Choose a tag to compare

Fixed 🐛

Fixed bug where the <Tabs> component focused automatically on the active tab on render. (#329)

[email protected]

29 May 12:20
9c9b95f
Compare
Choose a tag to compare

Added

  • New group of icons, Technical, including gear, bearing, pressure, platform, circuit, gas & beat icons

[email protected]

29 May 12:15
226a08c
Compare
Choose a tag to compare

Fixed 🐛

  • Fixed bug where <Search> component ignored onFocus & onBlur functions. (#330)