@rpg-engine/long-bow 0.6.2 → 0.6.3

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.
@@ -13704,9 +13704,9 @@ var ItemQtyContainer = /*#__PURE__*/styled.div.withConfig({
13704
13704
  var Gem = /*#__PURE__*/styled.div.withConfig({
13705
13705
  displayName: "ItemGem__Gem",
13706
13706
  componentId: "sc-1ekseaq-1"
13707
- })(["width:8px;height:8px;background-color:", ";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) {
13707
+ })(["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) {
13708
13708
  var color = _ref2.color;
13709
- return color;
13709
+ return "radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 1), transparent 20%), \n linear-gradient(45deg, " + color + ", " + color + " 40%, rgba(255, 255, 255, 0.2))";
13710
13710
  }, function (_ref3) {
13711
13711
  var color = _ref3.color;
13712
13712
  return color;