@unciatech/file-manager 0.0.25 → 0.0.26
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/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6411,7 +6411,7 @@ var import_jsx_runtime91 = require("react/jsx-runtime");
|
|
|
6411
6411
|
function FileManager(props) {
|
|
6412
6412
|
return /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(FileManagerErrorBoundary, { children: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(FileManagerComposition.Page, __spreadProps(__spreadValues({}, props), { children: [
|
|
6413
6413
|
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(KeyboardShortcuts, {}),
|
|
6414
|
-
/* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "flex h-full relative pb-12 overflow-hidden", children: [
|
|
6414
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "flex h-full relative pb-12 overflow-hidden bg-background text-foreground", children: [
|
|
6415
6415
|
/* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "flex-1 flex w-full flex-col", children: [
|
|
6416
6416
|
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(FileManagerComposition.Header, { children: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "flex w-full justify-between gap-2", children: [
|
|
6417
6417
|
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(HeaderNavigation, {}),
|
package/dist/index.js
CHANGED
|
@@ -6364,7 +6364,7 @@ import { jsx as jsx91, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
|
6364
6364
|
function FileManager(props) {
|
|
6365
6365
|
return /* @__PURE__ */ jsx91(FileManagerErrorBoundary, { children: /* @__PURE__ */ jsxs65(FileManagerComposition.Page, __spreadProps(__spreadValues({}, props), { children: [
|
|
6366
6366
|
/* @__PURE__ */ jsx91(KeyboardShortcuts, {}),
|
|
6367
|
-
/* @__PURE__ */ jsxs65("div", { className: "flex h-full relative pb-12 overflow-hidden", children: [
|
|
6367
|
+
/* @__PURE__ */ jsxs65("div", { className: "flex h-full relative pb-12 overflow-hidden bg-background text-foreground", children: [
|
|
6368
6368
|
/* @__PURE__ */ jsxs65("div", { className: "flex-1 flex w-full flex-col", children: [
|
|
6369
6369
|
/* @__PURE__ */ jsx91(FileManagerComposition.Header, { children: /* @__PURE__ */ jsxs65("div", { className: "flex w-full justify-between gap-2", children: [
|
|
6370
6370
|
/* @__PURE__ */ jsx91(HeaderNavigation, {}),
|