@rpg-engine/long-bow 0.6.2 → 0.6.4
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 -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 +3 -3
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Item/Inventory/ItemGem.tsx +6 -4
|
@@ -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
|
-
})(["width:8px;height:8px;background
|
|
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 color;
|
|
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;
|