@7shifts/sous-chef 3.45.1-beta.0 → 3.45.1-beta.1

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.
Files changed (2) hide show
  1. package/dist/index.css +12 -12
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -626,24 +626,24 @@ Just for future references:
626
626
  }
627
627
 
628
628
  ._1cX3x {
629
- background: var(--color-eggplant-400);
630
- border-color: var(--color-eggplant-400);
631
- color: var(--color-white);
629
+ background: var(--color-eggplant-300);
630
+ border-color: var(--color-eggplant-300);
631
+ color: var(--color-grey-600);
632
632
  }
633
633
  ._1cX3x:hover {
634
- background: var(--color-eggplant-500);
635
- border-color: var(--color-eggplant-500);
636
- color: var(--color-white);
634
+ background: #cfaef1;
635
+ border-color: #cfaef1;
636
+ color: var(--color-grey-600);
637
637
  }
638
638
  ._1cX3x:disabled {
639
- background: var(--color-eggplant-300);
640
- border-color: var(--color-eggplant-300);
641
- color: var(--color-white);
639
+ background: var(--color-grey-200);
640
+ border-color: var(--color-grey-200);
641
+ color: var(--color-grey-300);
642
642
  }
643
643
  ._1cX3x[aria-disabled=true] {
644
- background: var(--color-eggplant-300);
645
- border-color: var(--color-eggplant-300);
646
- color: var(--color-white);
644
+ background: var(--color-grey-200);
645
+ border-color: var(--color-grey-200);
646
+ color: var(--color-grey-300);
647
647
  }
648
648
 
649
649
  ._1KiTO {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7shifts/sous-chef",
3
- "version": "3.45.1-beta.0",
3
+ "version": "3.45.1-beta.1",
4
4
  "description": "7shifts component library",
5
5
  "author": "7shifts",
6
6
  "license": "MIT",