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

v5.0.0

Compare
Choose a tag to compare
@nordnet-release nordnet-release released this 21 Mar 12:20
· 29 commits to master since this release

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