Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Releases: nordnet/nordnet-ui-kit

v5.0.3

25 Mar 12:27
Compare
Choose a tag to compare

5.0.3 (2019-03-25)

Bug Fixes

v5.0.2

22 Mar 10:16
Compare
Choose a tag to compare

5.0.2 (2019-03-22)

Bug Fixes

  • explicitly force white for secondary buttons (1457dd7)
  • use default browser underlines (b680c4c)

v5.0.1

22 Mar 10:07
Compare
Choose a tag to compare

5.0.1 (2019-03-22)

Bug Fixes

  • handle invalid color proxy on render (ab6bf64)

v5.0.0

21 Mar 12:20
Compare
Choose a tag to compare

5.0.0 (2019-03-21)

Features

  • colors: add new VI palette (f01b9c1)

BREAKING CHANGES

raw colors in theme.palette

theme.palette now includes only raw colors, which are:



  // BRAND
  brandBlue: '#00C8F5',
  brandGreen: '#D2F500',
  brandPink: '#FF2B83',
  brandTurquoise: '#00F0E1',

  // COMPLEMENTARY BRAND COLOURS
  complementaryBlue1: '#385E9D',
  complementaryBlue2: '#131F4F',
  complementaryGreen1: '#3A913F',
  complementaryGreen2: '#023C00',
  complementaryPink1: '#AC135A',
  complementaryPink2: '#78013A',
  complementaryTurquoise1: '#009195',
  complementaryTurquoise2: '#01424C',

  // GRAYSCALE PALETTE

  black: '#000000',
  gray0: '#282823',
  gray1: '#4B4B46',
  gray2: '#6E6E69',
  gray3: '#A0A09B',
  gray4: '#BCBCB6',
  gray5: '#D7D7D2',
  gray6: '#EBEBE8',
  gray7: '#F5F5F5',
  white: '#FFFFFF',

  // FUNCTIONAL COLOURS FOR PRODUCT DEVELOPMENT

  cta: '#0046FF',
  positive: '#00D200',
  negative: '#FF1900',
  index: '#FFCF00',

theme.palette[oldKey] deprecation

Everything old in theme.palette is deprecated: (type, color, text, action, background, shades, primary, accent, error), if any of these items will be accessed, then you will receive a warning and color will default to pink



v4.0.8

19 Mar 20:58
Compare
Choose a tag to compare

4.0.8 (2019-03-19)

Bug Fixes

  • button: adjust font size and paddings (#593) (e6846a0)

v4.0.7

19 Mar 10:16
5ea5fd5
Compare
Choose a tag to compare

4.0.7 (2019-03-19)

Bug Fixes

  • editable-input: adjust positioning of buttons per mixin breakpoint (#590) (f0914f8)
  • font stack (#591) (5ea5fd5)

v4.0.6

15 Mar 10:55
Compare
Choose a tag to compare

4.0.6 (2019-03-15)

Bug Fixes

  • editableinput: removes fixed size for editbutton on editableinput (#583) (585e014)
  • icon: support for stroke on lightning (#584) (1510ba9)

v4.0.5

12 Mar 09:33
e7b257d
Compare
Choose a tag to compare

4.0.5 (2019-03-12)

Bug Fixes

  • input: adjust positioning and margins of help text (#581) (e7b257d)

v4.0.4

11 Mar 13:58
1208079
Compare
Choose a tag to compare

4.0.4 (2019-03-11)

Bug Fixes

  • disallow extrabold for secondary, tertiary, caption (#579) (1208079)

v4.0.3

11 Mar 09:37
Compare
Choose a tag to compare

4.0.3 (2019-03-11)

Bug Fixes

  • typography: remove lineheight (0e24228)