@7shifts/sous-chef 3.53.0 → 3.54.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.
@@ -4,4 +4,5 @@ export declare const PILL_THEME: {
4
4
  DANGER: "danger";
5
5
  WARNING: "warning";
6
6
  DEFAULT: "default";
7
+ UPSELL: "upsell";
7
8
  };
@@ -1 +1 @@
1
- export type PillTheme = 'info' | 'success' | 'danger' | 'warning' | 'default';
1
+ export type PillTheme = 'info' | 'success' | 'danger' | 'warning' | 'upsell' | 'default';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7shifts/sous-chef",
3
- "version": "3.53.0",
3
+ "version": "3.54.0",
4
4
  "description": "7shifts component library",
5
5
  "author": "7shifts",
6
6
  "license": "MIT",