@rpg-engine/long-bow 0.5.78 → 0.5.79
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 +1 -3
- 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 +1 -3
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Shortcuts/ShortcutsSetter.tsx +0 -6
- package/src/stories/ItemContainer.stories.tsx +3 -3
|
@@ -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
|
|
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"
|