react-semaphor 0.0.101 → 0.0.102
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/react-semaphor.js +6 -6
- package/dist/react-semaphor.umd.cjs +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/react-semaphor.js
CHANGED
|
@@ -10856,7 +10856,7 @@ function l$({
|
|
|
10856
10856
|
"div",
|
|
10857
10857
|
{
|
|
10858
10858
|
className: Te(
|
|
10859
|
-
" h-full flex flex-col justify-between",
|
|
10859
|
+
" grow h-full flex flex-col justify-between",
|
|
10860
10860
|
p == null ? void 0 : p.dashboardPanel,
|
|
10861
10861
|
e
|
|
10862
10862
|
),
|
|
@@ -40130,7 +40130,7 @@ const dT = Pe.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ w.jsx(
|
|
|
40130
40130
|
{
|
|
40131
40131
|
role: "editor-panel",
|
|
40132
40132
|
ref: n,
|
|
40133
|
-
className: Te("flex
|
|
40133
|
+
className: Te("flex grow h-full", e),
|
|
40134
40134
|
...t
|
|
40135
40135
|
}
|
|
40136
40136
|
));
|
|
@@ -52154,7 +52154,7 @@ function Tfe() {
|
|
|
52154
52154
|
className: "min-w-full max-w-lg min-h-[250px]",
|
|
52155
52155
|
children: [
|
|
52156
52156
|
/* @__PURE__ */ w.jsx(Hh, { className: "flex", minSize: 20, defaultSize: 40, children: /* @__PURE__ */ w.jsx(pde, {}) }),
|
|
52157
|
-
/* @__PURE__ */ w.jsx(vO, { className: "border
|
|
52157
|
+
/* @__PURE__ */ w.jsx(vO, { className: "border " }),
|
|
52158
52158
|
/* @__PURE__ */ w.jsx(Hh, { minSize: 20, defaultSize: 60, children: e ? /* @__PURE__ */ w.jsxs(mO, { direction: "horizontal", children: [
|
|
52159
52159
|
/* @__PURE__ */ w.jsx(w.Fragment, { children: /* @__PURE__ */ w.jsx(
|
|
52160
52160
|
Hh,
|
|
@@ -52166,7 +52166,7 @@ function Tfe() {
|
|
|
52166
52166
|
children: /* @__PURE__ */ w.jsx(Mfe, {})
|
|
52167
52167
|
}
|
|
52168
52168
|
) }),
|
|
52169
|
-
/* @__PURE__ */ w.jsx(vO, { className: "border
|
|
52169
|
+
/* @__PURE__ */ w.jsx(vO, { className: "border " }),
|
|
52170
52170
|
/* @__PURE__ */ w.jsx(Hh, { minSize: 40, defaultSize: 75, maxSize: 100, children: /* @__PURE__ */ w.jsx(mP, {}) })
|
|
52171
52171
|
] }) : /* @__PURE__ */ w.jsx(mP, {}) })
|
|
52172
52172
|
]
|
|
@@ -52181,8 +52181,8 @@ function Afe({ authToken: e, onSave: t, onClose: n }) {
|
|
|
52181
52181
|
}, [t, r, n, i]), ye(() => {
|
|
52182
52182
|
e && e.accessToken && o(e);
|
|
52183
52183
|
}, [e, o]), // <DashboardProvider>
|
|
52184
|
-
/* @__PURE__ */ w.jsxs(dT, { className: "rounded-none", children: [
|
|
52185
|
-
/* @__PURE__ */ w.jsx(fT, { className: " rounded-none border-r-[
|
|
52184
|
+
/* @__PURE__ */ w.jsxs(dT, { className: "rounded-none", role: "editor-panel", children: [
|
|
52185
|
+
/* @__PURE__ */ w.jsx(fT, { className: " rounded-none border-r-[1.5px] ", children: /* @__PURE__ */ w.jsx(AT, {}) }),
|
|
52186
52186
|
/* @__PURE__ */ w.jsx(hT, { children: /* @__PURE__ */ w.jsx(Tfe, {}) })
|
|
52187
52187
|
] });
|
|
52188
52188
|
}
|