@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 +6 -0
- package/dist/index.umd.js +7 -3
- package/dist/index.umd.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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
|
/**
|