react-semaphor 0.1.434 → 0.1.436
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-yWFfL8DR.js → dashboard-DB97Qehi.js} +15660 -15642
- package/dist/chunks/{dashboard-briefing-launcher-Btxf_WwP.js → dashboard-briefing-launcher-BBUSizLQ.js} +752 -740
- package/dist/chunks/dashboard-briefing-launcher-C8_pyleA.js +31 -0
- package/dist/chunks/dashboard-controls-D8ob37pk.js +36 -0
- package/dist/chunks/{dashboard-controls-QDvheX2S.js → dashboard-controls-c1BKqObc.js} +883 -873
- package/dist/chunks/{dashboard-json-Cy30BkTb.js → dashboard-json-5z_cenUT.js} +1 -1
- package/dist/chunks/{dashboard-json-Cjeju9_w.js → dashboard-json-CkTVRqge.js} +1 -1
- package/dist/chunks/{dashboard-czW777OP.js → dashboard-nvGHASLa.js} +187 -187
- package/dist/chunks/{edit-dashboard-visual-B9K3RbmG.js → edit-dashboard-visual-MCDuE3GS.js} +2 -2
- package/dist/chunks/{edit-dashboard-visual-CZ_VwF0R.js → edit-dashboard-visual-q4YYssFo.js} +1 -1
- package/dist/chunks/{report-preferences-dialog-DQoLS75q.js → report-preferences-dialog-CZhv1HKW.js} +1 -1
- package/dist/chunks/{report-preferences-dialog-CLVxbcNw.js → report-preferences-dialog-DGbUoySN.js} +1 -1
- package/dist/chunks/{use-create-flow-overlay-state-C7q1RJRX.js → use-create-flow-overlay-state-CK3794Xa.js} +1 -1
- package/dist/chunks/{use-create-flow-overlay-state-DDW51h9w.js → use-create-flow-overlay-state-i0V_ZEiS.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/dist/types/dashboard.d.ts +2 -0
- package/dist/types/main.d.ts +2 -0
- package/dist/types/surfboard.d.ts +2 -0
- package/dist/types/types.d.ts +2 -0
- package/package.json +1 -1
- package/dist/chunks/dashboard-briefing-launcher-BFbnlzAS.js +0 -31
- package/dist/chunks/dashboard-controls-B1EJzIqs.js +0 -36
|
@@ -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-DB97Qehi.js";
|
|
8
8
|
import "./index-If0wlXGi.js";
|
|
9
9
|
import "./comparison-document-migration-Dj6xZMCb.js";
|
|
10
10
|
import "react-dom";
|
|
@@ -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-nvGHASLa.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;
|