@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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,13 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [17.3.0](https://github.com/ModaOperandi/om/compare/v17.2.1...v17.3.0) (2022-08-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **colorswatch:** add new colors ([#2854](https://github.com/ModaOperandi/om/issues/2854)) ([a087080](https://github.com/ModaOperandi/om/commit/a0870807d284aab16815673720dca147a895fa09))
|
|
12
|
+
|
|
6
13
|
## [17.2.1](https://github.com/ModaOperandi/om/compare/v17.2.0...v17.2.1) (2022-08-22)
|
|
7
14
|
|
|
8
15
|
|
package/dist/index.cjs.js
CHANGED
|
@@ -5956,6 +5956,7 @@ var SKU_COLORS = {
|
|
|
5956
5956
|
'rose gold': '#b76e79',
|
|
5957
5957
|
'royal blue': '#0049ff',
|
|
5958
5958
|
animal: undefined,
|
|
5959
|
+
berry: '#8f1e47',
|
|
5959
5960
|
black: '#000',
|
|
5960
5961
|
blue: '#3755a4',
|
|
5961
5962
|
bronze: '#cd7f2e',
|
|
@@ -5986,7 +5987,9 @@ var SKU_COLORS = {
|
|
|
5986
5987
|
silver: '#c0c0c0',
|
|
5987
5988
|
stripe: undefined,
|
|
5988
5989
|
tan: '#baa094',
|
|
5990
|
+
taupe: '#483c32',
|
|
5989
5991
|
turquoise: '#1e83a8',
|
|
5992
|
+
universal: undefined,
|
|
5990
5993
|
white: '#fff',
|
|
5991
5994
|
yellow: '#ffca44'
|
|
5992
5995
|
};
|