@rpg-engine/long-bow 0.6.3 → 0.6.5
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 +3 -5
- 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 +3 -5
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Item/Inventory/ItemGem.tsx +5 -5
- package/src/components/Stepper.tsx +1 -1
- package/src/stories/Stepper.stories.tsx +1 -1
|
@@ -13706,13 +13706,13 @@ var ItemSlotQty = function ItemSlotQty(_ref) {
|
|
|
13706
13706
|
var ItemQtyContainer = /*#__PURE__*/styled__default.div.withConfig({
|
|
13707
13707
|
displayName: "ItemGem__ItemQtyContainer",
|
|
13708
13708
|
componentId: "sc-1ekseaq-0"
|
|
13709
|
-
})(["position:relative;width:85%;height:16px;top:
|
|
13709
|
+
})(["position:relative;width:85%;height:16px;top:28px;left:0px;pointer-events:none;transform:scale(0.8);display:flex;align-items:center;justify-content:flex-start;opacity:0.8;"]);
|
|
13710
13710
|
var Gem = /*#__PURE__*/styled__default.div.withConfig({
|
|
13711
13711
|
displayName: "ItemGem__Gem",
|
|
13712
13712
|
componentId: "sc-1ekseaq-1"
|
|
13713
13713
|
})(["width:8px;height:8px;background:", ";border:1px solid black;transform:rotate(45deg);margin:0 2px;box-shadow:0 0 5px ", ";transition:transform 0.2s,box-shadow 0.2s;&:hover{transform:rotate(45deg) scale(1.2);box-shadow:0 0 10px ", ";}"], function (_ref2) {
|
|
13714
13714
|
var color = _ref2.color;
|
|
13715
|
-
return "radial-gradient(circle at 20% 20%, rgba(255, 255, 255,
|
|
13715
|
+
return "radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.8), transparent 30%), \n linear-gradient(45deg, " + color + ", " + color + " 50%, rgba(255, 255, 255, 0.2))";
|
|
13716
13716
|
}, function (_ref3) {
|
|
13717
13717
|
var color = _ref3.color;
|
|
13718
13718
|
return color;
|
|
@@ -19059,9 +19059,7 @@ var Stepper = function Stepper(_ref) {
|
|
|
19059
19059
|
}
|
|
19060
19060
|
}), currentStep === totalSteps - 1 && finalCTAButton && React__default.createElement(Button, {
|
|
19061
19061
|
buttonType: exports.ButtonTypes.RPGUIButton,
|
|
19062
|
-
onPointerDown:
|
|
19063
|
-
return finalCTAButton.onClick;
|
|
19064
|
-
}
|
|
19062
|
+
onPointerDown: finalCTAButton.onClick
|
|
19065
19063
|
}, finalCTAButton.label)));
|
|
19066
19064
|
};
|
|
19067
19065
|
var StepperContainer = /*#__PURE__*/styled__default.div.withConfig({
|