beca-ui 2.0.0-beta.22 → 2.0.0-beta.24
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 +1 -1
- package/dist/main.css +1 -1
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -91063,7 +91063,7 @@ const AppContext = createContext$1({}), MainLayout = (a) => {
|
|
|
91063
91063
|
/* @__PURE__ */ jsx(
|
|
91064
91064
|
Content$1,
|
|
91065
91065
|
{
|
|
91066
|
-
className: `
|
|
91066
|
+
className: `beca-main-content${E ? " collapsed" : ""}`,
|
|
91067
91067
|
children: s
|
|
91068
91068
|
}
|
|
91069
91069
|
)
|