@janiscommerce/ui-web 0.13.0 → 0.14.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.14.0] - 2024-04-22
11
+
12
+ ### Added
13
+
14
+ - New colors in theme
15
+
10
16
  ## [0.13.0] - 2024-03-09
11
17
 
12
18
  ### Removed
package/dist/index.umd.js CHANGED
@@ -552,9 +552,9 @@
552
552
  blackHover: '#585858',
553
553
  blackPressed: '#16232D',
554
554
  blue: '#2979FF',
555
+ blueDisabled: '#93BBFF',
555
556
  blueHover: '#5393FF',
556
557
  bluePressed: '#1759FF',
557
- blueDisabled: '#93BBFF',
558
558
  darkGrey: '#939598',
559
559
  darkGreyHover: '#A8AAAC',
560
560
  darkGreyPressed: '#747679',
@@ -579,14 +579,18 @@
579
579
  red: '#F13B70',
580
580
  redHover: '#F3628C',
581
581
  redPressed: '#EB2450',
582
+ skyBlue: '#02BFFB',
583
+ skyBluePressed: '#00A6FA',
582
584
  statusRed: '#FF4343',
583
585
  statusRedHover: '#FF6868',
584
586
  statusRedPressed: '#FF2A2A',
587
+ transparentWhite: 'rgba(256, 256, 256, 0.5)',
588
+ violet: '#BB98F1',
589
+ violetPressed: '#8848E7',
585
590
  white: '#FFF',
586
591
  yellow: '#FFCE17',
587
592
  yellowHover: '#FFD745',
588
- yellowPressed: '#FFBA0C',
589
- transparentWhite: 'rgba(256, 256, 256, 0.5)'
593
+ yellowPressed: '#FFBA0C'
590
594
  };
591
595
 
592
596
  /**