@7shifts/sous-chef 1.5.2 → 1.5.3

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
@@ -1,3 +1,9 @@
1
+ ## 1.5.3 (December 7th, 2021)
2
+
3
+ ### Enhancements
4
+
5
+ - Button: Updated link button themes to have proper one shade darker color (excluding contrast, icon, and toolbar theme) on hover. ([#70](https://github.com/7shifts/sous-chef/pull/70))
6
+
1
7
  ## 1.5.2 (November 10th, 2021)
2
8
 
3
9
  ### Enhancements
package/dist/index.css CHANGED
@@ -417,7 +417,7 @@ Please ask a designer if you have questions about which colours to use.
417
417
  ._23S36:hover {
418
418
  background: rgba(0, 0, 0, 0.03);
419
419
  border-color: #f8f8f8;
420
- color: #5bc0de; }
420
+ color: #51acc7; }
421
421
  ._23S36:disabled {
422
422
  background: transparent;
423
423
  border-color: transparent;
@@ -434,7 +434,7 @@ Please ask a designer if you have questions about which colours to use.
434
434
  ._2CzxI:hover {
435
435
  background: rgba(0, 0, 0, 0.03);
436
436
  border-color: #f8f8f8;
437
- color: #e76767; }
437
+ color: #cf5c5c; }
438
438
  ._2CzxI:disabled {
439
439
  background: transparent;
440
440
  border-color: transparent;
@@ -451,7 +451,7 @@ Please ask a designer if you have questions about which colours to use.
451
451
  ._21e4m:hover {
452
452
  background: rgba(0, 0, 0, 0.03);
453
453
  border-color: #f8f8f8;
454
- color: #6d87dd; }
454
+ color: #6179c6; }
455
455
  ._21e4m:disabled {
456
456
  background: transparent;
457
457
  border-color: transparent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7shifts/sous-chef",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "7shifts component library",
5
5
  "author": "7shifts",
6
6
  "license": "MIT",