beca-ui 2.0.0-beta.50 → 2.0.0-beta.51

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.
package/dist/beca-ui.js CHANGED
@@ -92880,7 +92880,7 @@ const AppContext = createContext$1({}), MainLayout = (a) => {
92880
92880
  );
92881
92881
  }, getClassName$G = (a) => {
92882
92882
  const { className: s, fullHeight: c, scrollable: u = !0, isCardContent: d } = a;
92883
- let f = "beca-card ";
92883
+ let f = "beca-card";
92884
92884
  return s && (f += " " + s), c && (f += " fullHeight"), u && (f += " card-scrollable"), d && (f += " card-content"), f;
92885
92885
  }, BodyCard = (a) => {
92886
92886
  const {