@janiscommerce/ui-web 0.19.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,16 @@ 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
+
10
20
  ## [0.19.0] - 2024-07-10
11
21
 
12
22
  ### 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',
@@ -577,6 +578,7 @@
577
578
  lightGreyPressed: '#D0D3E3',
578
579
  lightGreySelected: '#E4ECFA',
579
580
  lightTurquoise: '#BBE9D6',
581
+ magenta: '#ED14A4',
580
582
  orange: '#FF8D10',
581
583
  orangeHover: '#FFA33F',
582
584
  orangeLight: '#ffead3',