@rpg-engine/long-bow 0.7.62 → 0.7.63

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.
@@ -30775,7 +30775,7 @@ var ItemContainer$1 = function ItemContainer(_ref) {
30775
30775
  var ItemsContainer = /*#__PURE__*/styled.div.withConfig({
30776
30776
  displayName: "ItemContainer__ItemsContainer",
30777
30777
  componentId: "sc-15y5p9l-0"
30778
- })(["*{border:1px solid red;}display:flex;justify-content:", ";flex-wrap:wrap;max-height:", ";overflow-y:", ";overflow-x:hidden;width:", ";max-height:", ";@media screen and (max-height:350px){max-height:", ";}"], function (_ref2) {
30778
+ })(["display:flex;justify-content:", ";flex-wrap:wrap;max-height:", ";overflow-y:", ";overflow-x:hidden;width:", ";max-height:", ";@media screen and (max-height:350px){max-height:", ";}"], function (_ref2) {
30779
30779
  var isFullScreen = _ref2.isFullScreen;
30780
30780
  return isFullScreen ? 'flex-start' : 'center';
30781
30781
  }, function (_ref3) {