@rpg-engine/long-bow 0.6.78 → 0.6.79

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.
@@ -31145,9 +31145,21 @@ var TabBody = function TabBody(_ref) {
31145
31145
  var Container$p = /*#__PURE__*/styled.div.withConfig({
31146
31146
  displayName: "TabBody__Container",
31147
31147
  componentId: "sc-196oof2-0"
31148
- })(["width:100%;height:", ";overflow-y:auto;"], function (props) {
31148
+ })(["width:", ";height:", ";overflow-y:auto;display:", ";justify-content:", ";align-items:", ";"], function (props) {
31149
31149
  var _props$styles;
31150
- return ((_props$styles = props.styles) == null ? void 0 : _props$styles.height) || 'auto';
31150
+ return ((_props$styles = props.styles) == null ? void 0 : _props$styles.width) || '100%';
31151
+ }, function (props) {
31152
+ var _props$styles2;
31153
+ return ((_props$styles2 = props.styles) == null ? void 0 : _props$styles2.height) || 'auto';
31154
+ }, function (props) {
31155
+ var _props$styles3;
31156
+ return (_props$styles3 = props.styles) != null && _props$styles3.centerContent ? 'flex' : 'block';
31157
+ }, function (props) {
31158
+ var _props$styles4;
31159
+ return (_props$styles4 = props.styles) != null && _props$styles4.centerContent ? 'center' : 'initial';
31160
+ }, function (props) {
31161
+ var _props$styles5;
31162
+ return (_props$styles5 = props.styles) != null && _props$styles5.centerContent ? 'center' : 'initial';
31151
31163
  });
31152
31164
 
31153
31165
  var Tab$1 = function Tab(_ref) {