@janiscommerce/ui-web 0.17.0 → 0.19.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 +12 -0
- package/dist/index.umd.js +6 -0
- package/dist/index.umd.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.19.0] - 2024-07-10
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- color lightTurquoise to palette
|
|
15
|
+
|
|
16
|
+
## [0.18.0] - 2024-05-31
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
|
|
20
|
+
- new color in palette
|
|
21
|
+
|
|
10
22
|
## [0.17.0] - 2024-05-27
|
|
11
23
|
|
|
12
24
|
### 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,16 @@
|
|
|
573
575
|
lightGrey: '#E8EAF6',
|
|
574
576
|
lightGreyHover: '#F4F5FB',
|
|
575
577
|
lightGreyPressed: '#D0D3E3',
|
|
578
|
+
lightGreySelected: '#E4ECFA',
|
|
579
|
+
lightTurquoise: '#BBE9D6',
|
|
576
580
|
orange: '#FF8D10',
|
|
577
581
|
orangeHover: '#FFA33F',
|
|
582
|
+
orangeLight: '#ffead3',
|
|
578
583
|
orangePressed: '#FF6E08',
|
|
579
584
|
red: '#F13B70',
|
|
580
585
|
redHover: '#F3628C',
|
|
581
586
|
redPressed: '#EB2450',
|
|
587
|
+
redUnavailable: '#FFD9D9',
|
|
582
588
|
skyBlue: '#02BFFB',
|
|
583
589
|
skyBluePressed: '#00A6FA',
|
|
584
590
|
statusRed: '#FF4343',
|