@moda/om 17.2.1 → 17.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/index.cjs.js +3 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/src/components/ColorSwatch/skuColors.d.ts +3 -0
- package/package.json +1 -1
- package/src/components/ColorSwatch/skuColors.ts +3 -0
package/dist/index.esm.js
CHANGED
|
@@ -5929,6 +5929,7 @@ var SKU_COLORS = {
|
|
|
5929
5929
|
'rose gold': '#b76e79',
|
|
5930
5930
|
'royal blue': '#0049ff',
|
|
5931
5931
|
animal: undefined,
|
|
5932
|
+
berry: '#8f1e47',
|
|
5932
5933
|
black: '#000',
|
|
5933
5934
|
blue: '#3755a4',
|
|
5934
5935
|
bronze: '#cd7f2e',
|
|
@@ -5959,7 +5960,9 @@ var SKU_COLORS = {
|
|
|
5959
5960
|
silver: '#c0c0c0',
|
|
5960
5961
|
stripe: undefined,
|
|
5961
5962
|
tan: '#baa094',
|
|
5963
|
+
taupe: '#483c32',
|
|
5962
5964
|
turquoise: '#1e83a8',
|
|
5965
|
+
universal: undefined,
|
|
5963
5966
|
white: '#fff',
|
|
5964
5967
|
yellow: '#ffca44'
|
|
5965
5968
|
};
|