react-semaphor 0.1.432 → 0.1.434
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/chunks/{dashboard-briefing-launcher-Hvo4V3np.js → dashboard-briefing-launcher-BFbnlzAS.js} +1 -1
- package/dist/chunks/{dashboard-briefing-launcher-B2jFSq0-.js → dashboard-briefing-launcher-Btxf_WwP.js} +2 -2
- package/dist/chunks/dashboard-controls-B1EJzIqs.js +36 -0
- package/dist/chunks/{dashboard-controls-CB2dDJP4.js → dashboard-controls-QDvheX2S.js} +342 -342
- package/dist/chunks/{dashboard-DxwOPUB6.js → dashboard-czW777OP.js} +40 -40
- package/dist/chunks/{dashboard-json-n4hMQPtc.js → dashboard-json-Cjeju9_w.js} +1 -1
- package/dist/chunks/{dashboard-json-cSLaRjlU.js → dashboard-json-Cy30BkTb.js} +1 -1
- package/dist/chunks/{dashboard-BNNLoBLt.js → dashboard-yWFfL8DR.js} +2811 -2801
- package/dist/chunks/{edit-dashboard-visual-C5eejq9I.js → edit-dashboard-visual-B9K3RbmG.js} +2 -2
- package/dist/chunks/{edit-dashboard-visual-BwXL-sin.js → edit-dashboard-visual-CZ_VwF0R.js} +1 -1
- package/dist/chunks/{report-preferences-dialog-CDYDm7dt.js → report-preferences-dialog-CLVxbcNw.js} +1 -1
- package/dist/chunks/{report-preferences-dialog-D8Qe2GGf.js → report-preferences-dialog-DQoLS75q.js} +1 -1
- package/dist/chunks/{use-create-flow-overlay-state-Dv5iYPzX.js → use-create-flow-overlay-state-C7q1RJRX.js} +1 -1
- package/dist/chunks/{use-create-flow-overlay-state-9-aceNp5.js → use-create-flow-overlay-state-DDW51h9w.js} +1 -1
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/data-app-builder/index.cjs +1 -1
- package/dist/data-app-builder/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +4 -4
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunks/dashboard-controls-DwW7cOds.js +0 -36
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),o=require("react"),b=require("./index-jSrCwPQz.js"),s=require("./code-editor-BSENCZwR.js");require("./analyze-result-contract-BswhsmWT.js");require("../value-format-preferences/index.cjs");require("./dashboard-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),o=require("react"),b=require("./index-jSrCwPQz.js"),s=require("./code-editor-BSENCZwR.js");require("./analyze-result-contract-BswhsmWT.js");require("../value-format-preferences/index.cjs");require("./dashboard-czW777OP.js");require("./index-Dpm_VET4.js");require("./comparison-document-migration-DbU_BTxR.js");require("react-dom");require("../briefings/index.cjs");function S(){const t=s.useDashboardStore(e=>e.dashboard),u=s.useDashboardStore(e=>e.actions.setDashboard),c=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:!c}),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),u(d)}catch{}},language:"json"})})]})}exports.default=S;
|
|
@@ -4,7 +4,7 @@ import { X as S } from "./index-xHCrHprY.js";
|
|
|
4
4
|
import { u as o, B as N, C as D, c as J } from "./code-editor-C8zzmSgt.js";
|
|
5
5
|
import "./analyze-result-contract-CfOBEwaC.js";
|
|
6
6
|
import "../value-format-preferences/index.js";
|
|
7
|
-
import "./dashboard-
|
|
7
|
+
import "./dashboard-yWFfL8DR.js";
|
|
8
8
|
import "./index-If0wlXGi.js";
|
|
9
9
|
import "./comparison-document-migration-Dj6xZMCb.js";
|
|
10
10
|
import "react-dom";
|