@janiscommerce/ui-web 0.17.0 → 0.18.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.18.0] - 2024-05-31
11
+
12
+ ### Added
13
+
14
+ - new color in palette
15
+
10
16
  ## [0.17.0] - 2024-05-27
11
17
 
12
18
  ### Added
package/dist/index.umd.js CHANGED
@@ -555,6 +555,7 @@
555
555
  blueDisabled: '#93BBFF',
556
556
  blueHover: '#5393FF',
557
557
  bluePressed: '#1759FF',
558
+ blueAvailable: '#E4ECFA',
558
559
  darkGrey: '#939598',
559
560
  darkGreyHover: '#A8AAAC',
560
561
  darkGreyPressed: '#747679',
@@ -566,6 +567,7 @@
566
567
  greenPressed: '#54B039',
567
568
  grey: '#D5D7DB',
568
569
  greyHover: '#DDDFE2',
570
+ greyHoverLight: '#EAEBED',
569
571
  greyPressed: '#C4C6CC',
570
572
  lightBlue: '#08C4C4',
571
573
  lightBlueHover: '#39CFCF',
@@ -573,12 +575,15 @@
573
575
  lightGrey: '#E8EAF6',
574
576
  lightGreyHover: '#F4F5FB',
575
577
  lightGreyPressed: '#D0D3E3',
578
+ lightGreySelected: '#E4ECFA',
576
579
  orange: '#FF8D10',
577
580
  orangeHover: '#FFA33F',
581
+ orangeLight: '#ffead3',
578
582
  orangePressed: '#FF6E08',
579
583
  red: '#F13B70',
580
584
  redHover: '#F3628C',
581
585
  redPressed: '#EB2450',
586
+ redUnavailable: '#FFD9D9',
582
587
  skyBlue: '#02BFFB',
583
588
  skyBluePressed: '#00A6FA',
584
589
  statusRed: '#FF4343',