@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.
@@ -14266,7 +14266,7 @@ var ItemSlot = /*#__PURE__*/mobxReactLite.observer(function (_ref) {
14266
14266
  onDrag: onDraggableProgress,
14267
14267
  position: dragPosition,
14268
14268
  cancel: ".empty-slot",
14269
- bounds: ".item-container-body"
14269
+ bounds: ".item-container-body, .equipment-container-body"
14270
14270
  }, React__default.createElement(ItemContainer, {
14271
14271
  ref: dragContainer,
14272
14272
  isFocused: isFocused,
@@ -16233,8 +16233,6 @@ var useScrollOnDrag = function useScrollOnDrag(_ref) {
16233
16233
  };
16234
16234
  };
16235
16235
 
16236
- var UI_BREAKPOINT_MOBILE = '950px';
16237
-
16238
16236
  var ShortcutsSetter = function ShortcutsSetter(_ref) {
16239
16237
  var setSettingShortcutIndex = _ref.setSettingShortcutIndex,
16240
16238
  settingShortcutIndex = _ref.settingShortcutIndex,
@@ -16305,7 +16303,7 @@ var ShortcutsSetter = function ShortcutsSetter(_ref) {
16305
16303
  var Container$k = /*#__PURE__*/styled__default.div.withConfig({
16306
16304
  displayName: "ShortcutsSetter__Container",
16307
16305
  componentId: "sc-xuouuf-0"
16308
- })(["p{margin:0;margin-left:0.5rem;font-size:10px;}width:100%;@media screen and (max-width:", "){max-height:80px;}"], UI_BREAKPOINT_MOBILE);
16306
+ })(["p{margin:0;margin-left:0.5rem;font-size:10px;}width:100%;"]);
16309
16307
  var Shortcut = /*#__PURE__*/styled__default.button.withConfig({
16310
16308
  displayName: "ShortcutsSetter__Shortcut",
16311
16309
  componentId: "sc-xuouuf-1"