react-semaphor 0.1.382 → 0.1.383
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/brand-studio/index.cjs +4 -4
- package/dist/brand-studio/index.js +27 -27
- package/dist/chunks/{braces-CP8BEzl3.js → braces--20GzUQh.js} +1 -1
- package/dist/chunks/{braces-CGi-YFZp.js → braces-C0Vh_Mft.js} +1 -1
- package/dist/chunks/{calendar-preferences-dialog-CV4xF2Tp.js → calendar-preferences-dialog-B-VsxhsA.js} +3 -3
- package/dist/chunks/calendar-preferences-dialog-DE67Z3oQ.js +1 -0
- package/dist/chunks/{dashboard-briefing-launcher-BT00MvGB.js → dashboard-briefing-launcher-BIj3X7b3.js} +107 -106
- package/dist/chunks/dashboard-briefing-launcher-Czx6BcXW.js +80 -0
- package/dist/chunks/dashboard-controls-BP-DcPFs.js +52 -0
- package/dist/chunks/{dashboard-controls-B6y7jkKO.js → dashboard-controls-BXxucM4f.js} +114 -113
- package/dist/chunks/dashboard-json-BNwshkK2.js +1 -0
- package/dist/chunks/{dashboard-json-CfIUG8k1.js → dashboard-json-C6oZuipD.js} +8 -8
- package/dist/chunks/edit-dashboard-visual-BAprin3J.js +178 -0
- package/dist/chunks/{edit-dashboard-visual-DMbf89xa.js → edit-dashboard-visual-CmfrI_L3.js} +1277 -1276
- package/dist/chunks/{index-CrKxP9uF.js → index-4W_ElSBJ.js} +219 -239
- package/dist/chunks/{index-BAsWLkZ8.js → index-icb12JV1.js} +879 -932
- package/dist/chunks/{layout-grid-jJQUqDN9.js → layout-grid-B7-klXiK.js} +1 -1
- package/dist/chunks/{layout-grid-BsKH3TgY.js → layout-grid-DV89AC9_.js} +1 -1
- package/dist/chunks/{palette-xU9Qt6bE.js → palette-5IwhMbSF.js} +1 -1
- package/dist/chunks/{palette-9zLPGlj2.js → palette-Dj-dgPYh.js} +1 -1
- package/dist/chunks/{save-DzciESDh.js → save-16C6YSW2.js} +1 -1
- package/dist/chunks/{save-8A_q6K4E.js → save-C5fwVdTF.js} +1 -1
- package/dist/chunks/search-0LmWwZzW.js +57 -0
- package/dist/chunks/search-Dq1Mbb03.js +21 -0
- package/dist/chunks/{switch-DArtNJZh.js → switch-DUdaHFZQ.js} +2332 -2419
- package/dist/chunks/{switch-k7kj6NRg.js → switch-bdJp0Bkw.js} +29 -54
- package/dist/chunks/use-create-flow-overlay-state-BIHKf_XK.js +21 -0
- package/dist/chunks/{use-create-flow-overlay-state-BdG1DiSx.js → use-create-flow-overlay-state-YvqCp6Zo.js} +74 -74
- package/dist/chunks/x-B_cx7LwM.js +26 -0
- package/dist/chunks/x-IdR_js6f.js +139 -0
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/data-app-builder/index.cjs +23 -23
- package/dist/data-app-builder/index.js +17 -15
- package/dist/data-app-sdk/index.cjs +68 -1
- package/dist/data-app-sdk/index.js +2705 -422
- package/dist/index.cjs +1 -1
- package/dist/index.js +14 -14
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +2 -2
- package/dist/types/data-app-sdk.d.ts +127 -1
- package/package.json +1 -1
- package/dist/chunks/calendar-preferences-dialog-rDDobeLo.js +0 -1
- package/dist/chunks/dashboard-briefing-launcher-Dcbh-mjY.js +0 -80
- package/dist/chunks/dashboard-controls-CRqnPibB.js +0 -52
- package/dist/chunks/dashboard-json-DEQqRR1x.js +0 -1
- package/dist/chunks/edit-dashboard-visual-wDOcHak3.js +0 -178
- package/dist/chunks/index-BxM99sFL.js +0 -1
- package/dist/chunks/index-CuHybtft.js +0 -51
- package/dist/chunks/use-create-flow-overlay-state-ipeaE65_.js +0 -21
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),o=require("react"),b=require("./x-B_cx7LwM.js"),s=require("./switch-bdJp0Bkw.js");require("./analyze-result-contract-CtXfp3nv.js");require("./index-4W_ElSBJ.js");require("./index-DRlMUglg.js");require("react-dom");function S(){const t=s.useDashboardStore(e=>e.dashboard),c=s.useDashboardStore(e=>e.actions.setDashboard),u=s.useDashboardStore(e=>e.showDashboardJSON),h=s.useDashboardStore(e=>e.actions.setShowDashboardJSON),r=o.useMemo(()=>t?JSON.stringify(t,null,2):"",[t]),[l,i]=o.useState(r),n=o.useRef(r);return o.useEffect(()=>{r!==n.current&&(i(r),n.current=r)},[r]),a.jsxs("div",{className:s.cn("relative p-2",{hidden:!u}),children:[a.jsxs(s.Button,{variant:"secondary",size:"sm",className:"absolute right-2 top-2 z-10 h-8",onClick:()=>h(!1),children:[a.jsx(b.X,{className:"mr-2 h-4 w-4"}),"Close"]}),a.jsx("div",{className:"h-[550px] overflow-hidden",children:a.jsx(s.CodeEditor,{value:l,onValueChange:e=>{i(e);try{const d=JSON.parse(e);n.current=JSON.stringify(d,null,2),c(d)}catch{}},language:"json"})})]})}exports.default=S;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as d, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { useMemo as m, useState as
|
|
3
|
-
import "./
|
|
4
|
-
import { u as o,
|
|
2
|
+
import { useMemo as m, useState as f, useRef as b, useEffect as p } from "react";
|
|
3
|
+
import { X as S } from "./x-IdR_js6f.js";
|
|
4
|
+
import { u as o, c as N, B as D, C as J } from "./switch-DUdaHFZQ.js";
|
|
5
5
|
import "./analyze-result-contract-DuhlklhI.js";
|
|
6
|
-
import "./index-
|
|
6
|
+
import "./index-icb12JV1.js";
|
|
7
7
|
import "./index-CJdxSyQq.js";
|
|
8
8
|
import "react-dom";
|
|
9
9
|
function j() {
|
|
@@ -14,25 +14,25 @@ function j() {
|
|
|
14
14
|
), a = m(
|
|
15
15
|
() => e ? JSON.stringify(e, null, 2) : "",
|
|
16
16
|
[e]
|
|
17
|
-
), [u, n] =
|
|
17
|
+
), [u, n] = f(a), r = b(a);
|
|
18
18
|
return p(() => {
|
|
19
19
|
a !== r.current && (n(a), r.current = a);
|
|
20
20
|
}, [a]), /* @__PURE__ */ d(
|
|
21
21
|
"div",
|
|
22
22
|
{
|
|
23
|
-
className:
|
|
23
|
+
className: N("relative p-2", {
|
|
24
24
|
hidden: !h
|
|
25
25
|
}),
|
|
26
26
|
children: [
|
|
27
27
|
/* @__PURE__ */ d(
|
|
28
|
-
|
|
28
|
+
D,
|
|
29
29
|
{
|
|
30
30
|
variant: "secondary",
|
|
31
31
|
size: "sm",
|
|
32
32
|
className: "absolute right-2 top-2 z-10 h-8",
|
|
33
33
|
onClick: () => l(!1),
|
|
34
34
|
children: [
|
|
35
|
-
/* @__PURE__ */ t(
|
|
35
|
+
/* @__PURE__ */ t(S, { className: "mr-2 h-4 w-4" }),
|
|
36
36
|
"Close"
|
|
37
37
|
]
|
|
38
38
|
}
|