@rpg-engine/long-bow 0.7.17 → 0.7.18
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 -1
- 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 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/TradingMenu/TradingItemRow.tsx +3 -0
package/dist/long-bow.esm.js
CHANGED
|
@@ -33314,7 +33314,7 @@ var QuantityContainer$1 = /*#__PURE__*/styled.div.withConfig({
|
|
|
33314
33314
|
var QuantityInput = /*#__PURE__*/styled.input.withConfig({
|
|
33315
33315
|
displayName: "TradingItemRow__QuantityInput",
|
|
33316
33316
|
componentId: "sc-mja0b5-8"
|
|
33317
|
-
})(["width:40px;text-align:center;background-color:", ";color:white;border:1px solid ", ";padding:2px;font-size:", ";border:none;"], uiColors.darkGray, uiColors.lightGray, uiFonts.size.small);
|
|
33317
|
+
})(["width:40px;text-align:center;background-color:", ";color:white;border:1px solid ", ";padding:2px;font-size:", ";border:none;position:relative;left:-3px;"], uiColors.darkGray, uiColors.lightGray, uiFonts.size.small);
|
|
33318
33318
|
|
|
33319
33319
|
var TradingMenu = function TradingMenu(_ref) {
|
|
33320
33320
|
var traderItems = _ref.traderItems,
|