Open origami-z opened 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.
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.
Some information around color is available on internal SO question 93999. Need to work out the rest of style package as well.