@7shifts/sous-chef 3.87.0-beta.2 → 3.87.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.
@@ -13252,7 +13252,7 @@ const TimeRangeField = ({
13252
13252
  })));
13253
13253
  };
13254
13254
 
13255
- var styles$9 = {"currency-field__mask-display":"_ddacu","currency-field__mask-display--disabled":"_o1-zA"};
13255
+ var styles$9 = {"currency-field":"_GyYnE","currency-field__mask-display":"_ddacu","currency-field__mask-display--disabled":"_o1-zA"};
13256
13256
 
13257
13257
  const CURRENCY_DISPLAY_DEFAULT_MARGIN = 8;
13258
13258
  const CURRENCY_DISPLAY_MARGIN_BUFFER = 1;
@@ -13317,7 +13317,8 @@ const CurrencyFieldElement = (_ref, forwardedRef) => {
13317
13317
  onFocus: e => {
13318
13318
  setShowMask(false);
13319
13319
  inputProps.onFocus(e);
13320
- }
13320
+ },
13321
+ className: classnames(inputProps.className, styles$9['currency-field'])
13321
13322
  }))), showMask && !!inputProps.value && React__default.createElement("div", {
13322
13323
  className: classnames(styles$9['currency-field__mask-display'], {
13323
13324
  [styles$9['currency-field__mask-display--disabled']]: inputProps.disabled