@janiscommerce/ui-web 0.18.0 → 0.20.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,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.20.0] - 2024-08-27
11
+
12
+ ### Added
13
+
14
+ - Color darkblue and magenta
15
+
16
+ ### Changed
17
+
18
+ - Styles of documentation
19
+
20
+ ## [0.19.0] - 2024-07-10
21
+
22
+ ### Added
23
+
24
+ - color lightTurquoise to palette
25
+
10
26
  ## [0.18.0] - 2024-05-31
11
27
 
12
28
  ### Added
package/dist/index.umd.js CHANGED
@@ -556,6 +556,7 @@
556
556
  blueHover: '#5393FF',
557
557
  bluePressed: '#1759FF',
558
558
  blueAvailable: '#E4ECFA',
559
+ darkBlue: '#0016DD',
559
560
  darkGrey: '#939598',
560
561
  darkGreyHover: '#A8AAAC',
561
562
  darkGreyPressed: '#747679',
@@ -576,6 +577,8 @@
576
577
  lightGreyHover: '#F4F5FB',
577
578
  lightGreyPressed: '#D0D3E3',
578
579
  lightGreySelected: '#E4ECFA',
580
+ lightTurquoise: '#BBE9D6',
581
+ magenta: '#ED14A4',
579
582
  orange: '#FF8D10',
580
583
  orangeHover: '#FFA33F',
581
584
  orangeLight: '#ffead3',