react-semaphor 0.1.426 → 0.1.427
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/CHANGELOG.md +5 -0
- package/dist/brand-studio/index.cjs +1 -1
- package/dist/brand-studio/index.js +1 -1
- package/dist/chunks/{calendar-preferences-dialog-tBSngRN-.js → calendar-preferences-dialog-DE4tk3t3.js} +2 -2
- package/dist/chunks/{calendar-preferences-dialog-C-gN-vlq.js → calendar-preferences-dialog-DuGX1NPV.js} +1 -1
- package/dist/chunks/{code-editor-tfzm8LWW.js → code-editor-BoowcKU0.js} +23 -23
- package/dist/chunks/{code-editor-Pod1s6SK.js → code-editor-CojfM3qp.js} +772 -757
- package/dist/chunks/{dashboard-ZoKNg47G.js → dashboard-DSxho2LN.js} +30409 -30201
- package/dist/chunks/{dashboard-briefing-launcher-BE-sNAzW.js → dashboard-briefing-launcher-BFIw5BOf.js} +3 -3
- package/dist/chunks/{dashboard-briefing-launcher-0kR-QThz.js → dashboard-briefing-launcher-CguxcHIl.js} +1 -1
- package/dist/chunks/{dashboard-controls-BUYTVauu.js → dashboard-controls-Cl0LagTr.js} +8 -8
- package/dist/chunks/{dashboard-controls-Ce_Bps8f.js → dashboard-controls-jD-HpCNK.js} +528 -523
- package/dist/chunks/{dashboard-json-81uc8aVR.js → dashboard-json-7mpQsizF.js} +1 -1
- package/dist/chunks/{dashboard-json-4quaFoSw.js → dashboard-json-BovTt0uu.js} +2 -2
- package/dist/chunks/dashboard-ogxedhSY.js +1402 -0
- package/dist/chunks/{edit-dashboard-visual-nVRXv1Lq.js → edit-dashboard-visual-B7wLrHeF.js} +1 -1
- package/dist/chunks/{edit-dashboard-visual-DqQsH7rN.js → edit-dashboard-visual-dlm8F_Qu.js} +302 -302
- package/dist/chunks/{use-create-flow-overlay-state-DUVIsF0y.js → use-create-flow-overlay-state-BU0ROMSm.js} +2 -2
- package/dist/chunks/{use-create-flow-overlay-state-CoANTEXS.js → use-create-flow-overlay-state-kbl6avDY.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 +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.js +6 -6
- package/dist/style.css +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +2 -2
- package/dist/types/main.d.ts +19 -0
- package/dist/types/types.d.ts +18 -0
- package/package.json +1 -1
- package/dist/chunks/dashboard-JNK2ly_e.js +0 -1402
|
@@ -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-
|
|
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-BoowcKU0.js");require("./analyze-result-contract-ege_u6Nl.js");require("./dashboard-ogxedhSY.js");require("./index-Dpm_VET4.js");require("./comparison-document-migration-b6c3xiWh.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;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as d, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useMemo as u, useState as f, useRef as p, 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-CojfM3qp.js";
|
|
5
5
|
import "./analyze-result-contract-DnfF8kBb.js";
|
|
6
|
-
import "./dashboard-
|
|
6
|
+
import "./dashboard-DSxho2LN.js";
|
|
7
7
|
import "./index-If0wlXGi.js";
|
|
8
8
|
import "./comparison-document-migration-BJH1idOd.js";
|
|
9
9
|
import "react-dom";
|