react-semaphor 0.1.129 → 0.1.131

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.
Files changed (29) hide show
  1. package/dist/chunks/{dashboard-controls-CdYJPicU.js → dashboard-controls-B2o_Ml98.js} +3 -3
  2. package/dist/chunks/{dashboard-controls-D9rqbD5g.js → dashboard-controls-CLmhjguK.js} +1 -1
  3. package/dist/chunks/dashboard-export-dialog-Ch0ElsMI.js +6 -0
  4. package/dist/chunks/{dashboard-export-dialog-DNF_PQZb.js → dashboard-export-dialog-DwkHS7L_.js} +196 -195
  5. package/dist/chunks/{dashboard-json-Dtshd-QS.js → dashboard-json-BPO_6NQh.js} +1 -1
  6. package/dist/chunks/{dashboard-json-xVrkPU1h.js → dashboard-json-DawmOBwK.js} +1 -1
  7. package/dist/chunks/edit-dashboard-visual-CE0f3H3D.js +195 -0
  8. package/dist/chunks/{edit-dashboard-visual-VEw_9V-L.js → edit-dashboard-visual-VH55I2qe.js} +1506 -1430
  9. package/dist/chunks/{editor-action-buttons-BFF_pszh.js → editor-action-buttons-BCRzk-0n.js} +2 -2
  10. package/dist/chunks/{editor-action-buttons-C3KskLE0.js → editor-action-buttons-BCX2a6QA.js} +1 -1
  11. package/dist/chunks/{index-vRQsO2Ki.js → index-BiG_2DRk.js} +9728 -9701
  12. package/dist/chunks/{index-Df1tIEqs.js → index-D3VnAyrW.js} +115 -115
  13. package/dist/chunks/{resource-management-panel-DBZxxjm6.js → resource-management-panel-CFSAxmG5.js} +2 -2
  14. package/dist/chunks/{resource-management-panel-C2Ee-LoN.js → resource-management-panel-DAc7CcYm.js} +1 -1
  15. package/dist/chunks/{use-visual-utils-BMr6v4np.js → use-visual-utils-_KE2a0K6.js} +1 -1
  16. package/dist/chunks/{use-visual-utils-Cdg5yE9F.js → use-visual-utils-iLF6cWs6.js} +1 -1
  17. package/dist/dashboard/index.cjs +1 -1
  18. package/dist/dashboard/index.js +1 -1
  19. package/dist/index.cjs +1 -1
  20. package/dist/index.js +4 -4
  21. package/dist/surfboard/index.cjs +1 -1
  22. package/dist/surfboard/index.js +1 -1
  23. package/dist/types/dashboard.d.ts +17 -0
  24. package/dist/types/main.d.ts +18 -1
  25. package/dist/types/surfboard.d.ts +17 -0
  26. package/dist/types/types.d.ts +17 -0
  27. package/package.json +1 -1
  28. package/dist/chunks/dashboard-export-dialog-BjqND5hL.js +0 -6
  29. package/dist/chunks/edit-dashboard-visual-YSsXOgAP.js +0 -195
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),a=require("./index-Df1tIEqs.js");require("react");require("react-dom");function i(){const o=a.useDashboardStore(e=>e.dashboard),r=a.useDashboardStore(e=>e.actions.setDashboard),t=a.useDashboardStore(e=>e.showDashboardJSON),n=a.useDashboardStore(e=>e.actions.setShowDashboardJSON);return s.jsxs("div",{className:a.cn("relative p-2",{hidden:!t}),children:[s.jsxs(a.Button,{variant:"secondary",size:"sm",className:"absolute right-2 top-2 z-10 h-8",onClick:()=>n(!1),children:[s.jsx(a.X,{className:"mr-2 h-4 w-4"}),"Close"]}),s.jsx(a.de,{onChange:e=>{if(e)try{JSON.parse(e),r(JSON.parse(e))}catch{}},defaultLanguage:"json",className:"h-[550px] overflow-y-auto",value:JSON.stringify(o,null,2),options:{minimap:{enabled:!1},glyphMargin:!1,wordWrap:"on",scrollbar:{verticalScrollbarSize:0,horizontalScrollbarSize:0},fontSize:12,renderLineHighlight:"none"}})]})}exports.default=i;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),a=require("./index-D3VnAyrW.js");require("react");require("react-dom");function i(){const o=a.useDashboardStore(e=>e.dashboard),r=a.useDashboardStore(e=>e.actions.setDashboard),t=a.useDashboardStore(e=>e.showDashboardJSON),n=a.useDashboardStore(e=>e.actions.setShowDashboardJSON);return s.jsxs("div",{className:a.cn("relative p-2",{hidden:!t}),children:[s.jsxs(a.Button,{variant:"secondary",size:"sm",className:"absolute right-2 top-2 z-10 h-8",onClick:()=>n(!1),children:[s.jsx(a.X,{className:"mr-2 h-4 w-4"}),"Close"]}),s.jsx(a.de,{onChange:e=>{if(e)try{JSON.parse(e),r(JSON.parse(e))}catch{}},defaultLanguage:"json",className:"h-[550px] overflow-y-auto",value:JSON.stringify(o,null,2),options:{minimap:{enabled:!1},glyphMargin:!1,wordWrap:"on",scrollbar:{verticalScrollbarSize:0,horizontalScrollbarSize:0},fontSize:12,renderLineHighlight:"none"}})]})}exports.default=i;
@@ -1,5 +1,5 @@
1
1
  import { jsxs as o, jsx as r } from "react/jsx-runtime";
2
- import { u as s, c as l, B as h, X as d, d as c } from "./index-vRQsO2Ki.js";
2
+ import { u as s, c as l, B as h, X as d, d as c } from "./index-BiG_2DRk.js";
3
3
  import "react";
4
4
  import "react-dom";
5
5
  function N() {