@rpg-engine/long-bow 0.6.79 → 0.6.81

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.
@@ -30524,7 +30524,7 @@ var StyledDropdown = /*#__PURE__*/styled(Dropdown).withConfig({
30524
30524
  var ItemComponentScrollWrapper = /*#__PURE__*/styled.div.withConfig({
30525
30525
  displayName: "Leaderboard__ItemComponentScrollWrapper",
30526
30526
  componentId: "sc-1wdsq7i-2"
30527
- })(["overflow-y:scroll;height:390px;width:100%;margin-top:1rem;@media (max-width:950px){height:250px;}"]);
30527
+ })(["overflow-y:auto;height:390px;width:100%;margin-top:1rem;@media (max-width:950px){height:250px;}"]);
30528
30528
  var TableWrapper = /*#__PURE__*/styled.table.withConfig({
30529
30529
  displayName: "Leaderboard__TableWrapper",
30530
30530
  componentId: "sc-1wdsq7i-3"
@@ -31136,10 +31136,12 @@ var PagerContainer$1 = /*#__PURE__*/styled.div.withConfig({
31136
31136
  var TabBody = function TabBody(_ref) {
31137
31137
  var id = _ref.id,
31138
31138
  children = _ref.children,
31139
- styles = _ref.styles;
31139
+ styles = _ref.styles,
31140
+ centerContent = _ref.centerContent;
31140
31141
  return React.createElement(Container$p, {
31141
31142
  styles: styles,
31142
- "data-tab-id": id
31143
+ "data-tab-id": id,
31144
+ centerContent: centerContent
31143
31145
  }, children);
31144
31146
  };
31145
31147
  var Container$p = /*#__PURE__*/styled.div.withConfig({
@@ -31152,14 +31154,11 @@ var Container$p = /*#__PURE__*/styled.div.withConfig({
31152
31154
  var _props$styles2;
31153
31155
  return ((_props$styles2 = props.styles) == null ? void 0 : _props$styles2.height) || 'auto';
31154
31156
  }, function (props) {
31155
- var _props$styles3;
31156
- return (_props$styles3 = props.styles) != null && _props$styles3.centerContent ? 'flex' : 'block';
31157
+ return props.centerContent ? 'flex' : 'block';
31157
31158
  }, function (props) {
31158
- var _props$styles4;
31159
- return (_props$styles4 = props.styles) != null && _props$styles4.centerContent ? 'center' : 'initial';
31159
+ return props.centerContent ? 'center' : 'initial';
31160
31160
  }, function (props) {
31161
- var _props$styles5;
31162
- return (_props$styles5 = props.styles) != null && _props$styles5.centerContent ? 'center' : 'initial';
31161
+ return props.centerContent ? 'center' : 'initial';
31163
31162
  });
31164
31163
 
31165
31164
  var Tab$1 = function Tab(_ref) {