@7shifts/sous-chef 2.15.1 → 2.15.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.
@@ -42,12 +42,12 @@ export declare const BANANA400: '#ffc74a';
42
42
  export declare const BANANA500: '#e5b242';
43
43
  export declare const BANANA600: '#99772c';
44
44
  export declare const BANANA700: '#4c3b16';
45
- export declare const GREY100: '#f8f8f8';
46
- export declare const GREY200: '#e0e0e0';
47
- export declare const GREY300: '#c1c1c1';
48
- export declare const GREY400: '#929292';
49
- export declare const GREY500: '#555555';
50
- export declare const GREY600: '#464646';
45
+ export declare const GREY100: '#F3F3F3';
46
+ export declare const GREY200: '#C8C8C8';
47
+ export declare const GREY300: '#949494';
48
+ export declare const GREY400: '#767676';
49
+ export declare const GREY500: '#464646';
50
+ export declare const GREY600: '#323232';
51
51
  export declare const COLORS: {
52
52
  TANGERINE: string;
53
53
  EGGPLANT: string;