@janiscommerce/ui-web 0.18.0 → 0.19.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 CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.19.0] - 2024-07-10
11
+
12
+ ### Added
13
+
14
+ - color lightTurquoise to palette
15
+
10
16
  ## [0.18.0] - 2024-05-31
11
17
 
12
18
  ### Added
package/dist/index.umd.js CHANGED
@@ -576,6 +576,7 @@
576
576
  lightGreyHover: '#F4F5FB',
577
577
  lightGreyPressed: '#D0D3E3',
578
578
  lightGreySelected: '#E4ECFA',
579
+ lightTurquoise: '#BBE9D6',
579
580
  orange: '#FF8D10',
580
581
  orangeHover: '#FFA33F',
581
582
  orangeLight: '#ffead3',