jpmorganchase / salt-ds

React UI components built with a focus on accessibility, customization and ease-of-use
https://www.saltdesignsystem.com
Apache License 2.0
132 stars 89 forks source link

Create migration guide for UITK styles package #4397

Open origami-z opened 1 week ago

origami-z commented 1 week ago

Produce migration guide for the style package. Need to work out all exports from style.

Note: examples below is not 100% straightforward given some color is slightly different.

import { color } from '@jpmuitk/style';
...
color: color.orange500
color: 'var(--salt-color-orange-500)' 

Some information around color is available on internal SO question 93999. Need to work out the rest of style package as well.