@7shifts/sous-chef 3.85.0 → 3.86.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.
@@ -2,4 +2,5 @@ export declare const PERSISTENT_BANNER_THEME: {
2
2
  UPSELL: "upsell";
3
3
  INFO: "info";
4
4
  DANGER: "danger";
5
+ WARNING: "warning";
5
6
  };
@@ -1 +1 @@
1
- export type Theme = 'danger' | 'info' | 'upsell';
1
+ export type Theme = 'danger' | 'info' | 'upsell' | 'warning';
package/dist/index.css CHANGED
@@ -2559,6 +2559,10 @@ input:disabled + ._kmvBP::after {
2559
2559
  ._UGrRR {
2560
2560
  background-color: var(--color-upsell-color);
2561
2561
  }
2562
+ ._9eFhn {
2563
+ background-color: var(--color-warning-color);
2564
+ color: var(--color-surface-on-color-bold);
2565
+ }
2562
2566
  ._UI0Fo {
2563
2567
  position: relative;
2564
2568
  width: 48px;