@7shifts/sous-chef 3.76.0 → 3.76.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/index.css +16 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -6804,7 +6804,7 @@ const BUTTON_THEME = {
|
|
|
6804
6804
|
UPSELL: 'upsell'
|
|
6805
6805
|
};
|
|
6806
6806
|
|
|
6807
|
-
var styles$1a = {"banner":"_omAUf","banner__title":"_8xIYW","banner__body":"_oA2J6","banner__body--multilineCTA":"_PLG8Z","banner--info":"_CRmFE","banner__icon":"_T80if","banner--success":"_PgpTw","banner--danger":"_O-lNW","banner--warning":"_fICdJ","banner--upsell":"_kUB2k","banner__close":"_P6nbA","banner--single-line":"_w-zAz"};
|
|
6807
|
+
var styles$1a = {"banner":"_omAUf","banner__title":"_8xIYW","banner__body":"_oA2J6","banner__body--multilineCTA":"_PLG8Z","banner--info":"_CRmFE","banner__icon":"_T80if","banner__icon--multiline":"_uJl2Y","banner--success":"_PgpTw","banner--danger":"_O-lNW","banner--warning":"_fICdJ","banner--upsell":"_kUB2k","banner__close":"_P6nbA","banner--single-line":"_w-zAz"};
|
|
6808
6808
|
|
|
6809
6809
|
/** Infers theme prop for Sous Chef Button CTAs if not explicitly passed, default is hollow, primaryCTA is Upsell if banner theme is Upsell*/
|
|
6810
6810
|
const ButtonCTA = ({
|
|
@@ -6910,7 +6910,9 @@ const InlineBanner = _ref => {
|
|
|
6910
6910
|
flex: ['0 1 auto', 1],
|
|
6911
6911
|
space: 12
|
|
6912
6912
|
}, React__default.createElement("div", {
|
|
6913
|
-
className: styles$1a['banner__icon']
|
|
6913
|
+
className: classnames(styles$1a['banner__icon'], {
|
|
6914
|
+
[styles$1a['banner__icon--multiline']]: multiLine
|
|
6915
|
+
})
|
|
6914
6916
|
}, React__default.createElement(InlineBannerIcon, {
|
|
6915
6917
|
theme: theme
|
|
6916
6918
|
})), React__default.createElement(Layout, {
|