@rpg-engine/long-bow 0.8.41 → 0.8.43

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.
@@ -28423,16 +28423,13 @@ var ItemInfo = function ItemInfo(_ref) {
28423
28423
  var Container$b = /*#__PURE__*/styled__default.div.withConfig({
28424
28424
  displayName: "ItemInfo__Container",
28425
28425
  componentId: "sc-1xm4q8k-0"
28426
- })(["color:white;background-color:#222;border-radius:5px;padding:0.5rem;font-size:", ";border:3px solid ", ";box-shadow:", ";height:max-content;width:18rem;position:relative;", " @media (max-width:640px){width:80vw;}"], uiFonts.size.small, function (_ref2) {
28426
+ })(["color:white;background-color:#222;border-radius:5px;padding:0.5rem;font-size:", ";border:3px solid ", ";box-shadow:", ";height:max-content;width:18rem;position:relative;@media (max-width:640px){width:80vw;}"], uiFonts.size.small, function (_ref2) {
28427
28427
  var _rarityColor;
28428
28428
  var item = _ref2.item;
28429
28429
  return (_rarityColor = rarityColor(item)) != null ? _rarityColor : uiColors.lightGray;
28430
28430
  }, function (_ref3) {
28431
28431
  var item = _ref3.item;
28432
28432
  return "0 0 5px 2px " + rarityColor(item);
28433
- }, function (_ref4) {
28434
- var item = _ref4.item;
28435
- return (item == null ? void 0 : item.quality) && item.quality !== shared.ItemQualityLevel.Normal && "\n &::before {\n content: '\u2605';\n position: absolute;\n top: 0.2rem;\n left: 0.5rem;\n font-size: 1.2rem;\n color: " + qualityColorHex(item) + ";\n text-shadow: 0 0 3px black;\n }\n ";
28436
28433
  });
28437
28434
  var Title$1 = /*#__PURE__*/styled__default.div.withConfig({
28438
28435
  displayName: "ItemInfo__Title",
@@ -28441,8 +28438,8 @@ var Title$1 = /*#__PURE__*/styled__default.div.withConfig({
28441
28438
  var Rarity = /*#__PURE__*/styled__default.div.withConfig({
28442
28439
  displayName: "ItemInfo__Rarity",
28443
28440
  componentId: "sc-1xm4q8k-2"
28444
- })(["font-size:", ";font-weight:normal;margin-top:0.2rem;color:", ";filter:brightness(1.5);"], uiFonts.size.small, function (_ref5) {
28445
- var item = _ref5.item;
28441
+ })(["font-size:", ";font-weight:normal;margin-top:0.2rem;color:", ";filter:brightness(1.5);"], uiFonts.size.small, function (_ref4) {
28442
+ var item = _ref4.item;
28446
28443
  return rarityColor(item);
28447
28444
  });
28448
28445
  var Type = /*#__PURE__*/styled__default.div.withConfig({
@@ -28456,8 +28453,8 @@ var LevelRequirement = /*#__PURE__*/styled__default.div.withConfig({
28456
28453
  var Statistic = /*#__PURE__*/styled__default.div.withConfig({
28457
28454
  displayName: "ItemInfo__Statistic",
28458
28455
  componentId: "sc-1xm4q8k-5"
28459
- })(["margin-bottom:0.4rem;width:100%;color:", ";.label{display:inline-block;margin-right:0.5rem;color:inherit;}.value{display:inline-block;color:inherit;}&.better,.better{color:", ";}&.worse,.worse{color:", ";}"], function (_ref6) {
28460
- var $isSpecial = _ref6.$isSpecial;
28456
+ })(["margin-bottom:0.4rem;width:100%;color:", ";.label{display:inline-block;margin-right:0.5rem;color:inherit;}.value{display:inline-block;color:inherit;}&.better,.better{color:", ";}&.worse,.worse{color:", ";}"], function (_ref5) {
28457
+ var $isSpecial = _ref5.$isSpecial;
28461
28458
  return $isSpecial ? uiColors.darkYellow : 'inherit';
28462
28459
  }, uiColors.lightGreen, uiColors.cardinal);
28463
28460
  var Description = /*#__PURE__*/styled__default.div.withConfig({
@@ -32583,8 +32580,8 @@ var SearchBarActions$1 = /*#__PURE__*/styled__default.div.withConfig({
32583
32580
  componentId: "sc-e3h0p2-1"
32584
32581
  })(["display:flex;align-items:center;gap:0.5rem;"]);
32585
32582
 
32586
- var ITEMS_PER_PAGE$2 = 3;
32587
- var GRID_COLUMNS = 3;
32583
+ var ITEMS_PER_PAGE$2 = 4;
32584
+ var GRID_COLUMNS = 4;
32588
32585
  var InformationCenterTutorialsSection = function InformationCenterTutorialsSection(_ref) {
32589
32586
  var videoGuides = _ref.videoGuides,
32590
32587
  initialSearchQuery = _ref.initialSearchQuery,