This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
Releases: nordnet/nordnet-ui-kit
Releases · nordnet/nordnet-ui-kit
v5.0.3
v5.0.2
v5.0.1
v5.0.0
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