@janiscommerce/ui-web 0.14.0 → 0.15.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.15.0] - 2024-04-22
11
+
12
+ ### Added
13
+
14
+ - New colors in theme
15
+
10
16
  ## [0.14.0] - 2024-04-22
11
17
 
12
18
  ### Added
package/dist/index.umd.js CHANGED
@@ -586,6 +586,7 @@
586
586
  statusRedPressed: '#FF2A2A',
587
587
  transparentWhite: 'rgba(256, 256, 256, 0.5)',
588
588
  violet: '#BB98F1',
589
+ violetHover: '#A06CEC',
589
590
  violetPressed: '#8848E7',
590
591
  white: '#FFF',
591
592
  yellow: '#FFCE17',