@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.
- package/dist/feedback/PersistentBanner/constants.d.ts +1 -0
- package/dist/feedback/PersistentBanner/types.d.ts +1 -1
- package/dist/index.css +4 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +7 -6
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +8 -6
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
|
@@ -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;
|