@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.
- package/dist/long-bow.cjs.development.js +2 -4
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +2 -4
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Item/Inventory/ItemSlot.tsx +1 -1
- package/src/components/Shortcuts/ShortcutsSetter.tsx +0 -6
- package/src/stories/ItemContainer.stories.tsx +3 -3
package/dist/long-bow.esm.js
CHANGED
|
@@ -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
|
|
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"
|