react-semaphor 0.1.436 → 0.1.438
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.js +1 -1
- package/dist/chunks/{code-editor-C8zzmSgt.js → code-editor-25d16KDV.js} +34 -34
- package/dist/chunks/{dashboard-nvGHASLa.js → dashboard-Cm4D_4sW.js} +184 -184
- package/dist/chunks/{dashboard-DB97Qehi.js → dashboard-H2ONqclF.js} +24181 -24126
- package/dist/chunks/{dashboard-briefing-launcher-BBUSizLQ.js → dashboard-briefing-launcher-B2ktS4sN.js} +881 -882
- package/dist/chunks/dashboard-briefing-launcher-BevUTBG_.js +31 -0
- package/dist/chunks/dashboard-controls-8G5EZjyA.js +36 -0
- package/dist/chunks/{dashboard-controls-c1BKqObc.js → dashboard-controls-BMy5GxU5.js} +926 -906
- package/dist/chunks/{dashboard-json-5z_cenUT.js → dashboard-json-BLxeyDM2.js} +2 -2
- package/dist/chunks/{dashboard-json-CkTVRqge.js → dashboard-json-DWF407Fp.js} +1 -1
- package/dist/chunks/{edit-dashboard-visual-q4YYssFo.js → edit-dashboard-visual-C0-7PJ0V.js} +9 -9
- package/dist/chunks/{edit-dashboard-visual-MCDuE3GS.js → edit-dashboard-visual-DCx9r7g2.js} +3045 -3021
- package/dist/chunks/{report-preferences-dialog-CZhv1HKW.js → report-preferences-dialog-D98RpVTB.js} +2 -2
- package/dist/chunks/{report-preferences-dialog-DGbUoySN.js → report-preferences-dialog-Sl3VZLDC.js} +1 -1
- package/dist/chunks/{use-create-flow-overlay-state-CK3794Xa.js → use-create-flow-overlay-state-B7nbDg72.js} +1 -1
- package/dist/chunks/{use-create-flow-overlay-state-i0V_ZEiS.js → use-create-flow-overlay-state-D2y57BqL.js} +2 -2
- 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 +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.js +6 -6
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +2 -2
- package/dist/types/dashboard.d.ts +4 -1
- package/dist/types/main.d.ts +4 -1
- package/dist/types/surfboard.d.ts +4 -1
- package/dist/types/types.d.ts +4 -1
- package/package.json +1 -1
- package/dist/chunks/dashboard-briefing-launcher-C8_pyleA.js +0 -31
- package/dist/chunks/dashboard-controls-D8ob37pk.js +0 -36
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as d, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useMemo as u, useState as p, useRef as f, useEffect as b } from "react";
|
|
3
3
|
import { X as S } from "./index-xHCrHprY.js";
|
|
4
|
-
import { u as o, B as N, C as D, c as J } from "./code-editor-
|
|
4
|
+
import { u as o, B as N, C as D, c as J } from "./code-editor-25d16KDV.js";
|
|
5
5
|
import "./analyze-result-contract-CfOBEwaC.js";
|
|
6
6
|
import "../value-format-preferences/index.js";
|
|
7
|
-
import "./dashboard-
|
|
7
|
+
import "./dashboard-H2ONqclF.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-Cm4D_4sW.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;
|