@rpg-engine/long-bow 0.5.78 → 0.5.80

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.
@@ -14260,7 +14260,7 @@ var ItemSlot = /*#__PURE__*/observer(function (_ref) {
14260
14260
  onDrag: onDraggableProgress,
14261
14261
  position: dragPosition,
14262
14262
  cancel: ".empty-slot",
14263
- bounds: ".item-container-body"
14263
+ bounds: ".item-container-body, .equipment-container-body"
14264
14264
  }, React.createElement(ItemContainer, {
14265
14265
  ref: dragContainer,
14266
14266
  isFocused: isFocused,
@@ -16229,8 +16229,6 @@ var useScrollOnDrag = function useScrollOnDrag(_ref) {
16229
16229
  };
16230
16230
  };
16231
16231
 
16232
- var UI_BREAKPOINT_MOBILE = '950px';
16233
-
16234
16232
  var ShortcutsSetter = function ShortcutsSetter(_ref) {
16235
16233
  var setSettingShortcutIndex = _ref.setSettingShortcutIndex,
16236
16234
  settingShortcutIndex = _ref.settingShortcutIndex,
@@ -16301,7 +16299,7 @@ var ShortcutsSetter = function ShortcutsSetter(_ref) {
16301
16299
  var Container$k = /*#__PURE__*/styled.div.withConfig({
16302
16300
  displayName: "ShortcutsSetter__Container",
16303
16301
  componentId: "sc-xuouuf-0"
16304
- })(["p{margin:0;margin-left:0.5rem;font-size:10px;}width:100%;@media screen and (max-width:", "){max-height:80px;}"], UI_BREAKPOINT_MOBILE);
16302
+ })(["p{margin:0;margin-left:0.5rem;font-size:10px;}width:100%;"]);
16305
16303
  var Shortcut = /*#__PURE__*/styled.button.withConfig({
16306
16304
  displayName: "ShortcutsSetter__Shortcut",
16307
16305
  componentId: "sc-xuouuf-1"