react-semaphor 0.1.175 → 0.1.177
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-controls-00cjSeD7.js +42 -0
- package/dist/chunks/dashboard-controls-C9IWIFfW.js +1624 -0
- package/dist/chunks/{dashboard-json-DddaSWpl.js → dashboard-json--ke9XK9p.js} +1 -1
- package/dist/chunks/{dashboard-json-CMYMYz8t.js → dashboard-json-BDjl-3ej.js} +1 -1
- package/dist/chunks/{edit-dashboard-visual-CYfGc778.js → edit-dashboard-visual-BBsC9feJ.js} +762 -726
- package/dist/chunks/{edit-dashboard-visual-DPKlhiyI.js → edit-dashboard-visual-BroCdmtP.js} +34 -34
- package/dist/chunks/{editor-action-buttons-DPK6j7ie.js → editor-action-buttons-CHoiNw7F.js} +2 -2
- package/dist/chunks/{editor-action-buttons-D2f078Q2.js → editor-action-buttons-JE9t84-4.js} +1 -1
- package/dist/chunks/{index-Ddo6owXU.js → index-CdfFCbJb.js} +199 -230
- package/dist/chunks/{index-nz5YKmTp.js → index-DZjcALSv.js} +16033 -16342
- package/dist/chunks/{resource-management-panel-CnlQHXZ9.js → resource-management-panel-C96ElLa5.js} +1 -1
- package/dist/chunks/{resource-management-panel-DpWhJzMn.js → resource-management-panel-DE8DnPSl.js} +3 -3
- package/dist/chunks/{schedule-dashboard-CA-u7Ov1.js → schedule-dashboard-BFa0Uljc.js} +3 -3
- package/dist/chunks/{schedule-dashboard-BL5CTGzo.js → schedule-dashboard-CzU0ziLB.js} +1 -1
- package/dist/chunks/{use-role-aware-display-preferences-BAbYQx23.js → use-role-aware-display-preferences-Dovp_VmV.js} +1 -1
- package/dist/chunks/{use-role-aware-display-preferences-CSacCN5X.js → use-role-aware-display-preferences-Rd1BhDG4.js} +1 -1
- package/dist/chunks/{use-visual-utils-DV14Lork.js → use-visual-utils-BkRr5LoD.js} +1 -1
- package/dist/chunks/{use-visual-utils-Dt5WKeeY.js → use-visual-utils-Cnju2tnE.js} +1 -1
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/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 +1 -1
- package/dist/types/main.d.ts +6 -3
- package/package.json +2 -2
- package/dist/chunks/dashboard-controls-BF1ISsg_.js +0 -26
- package/dist/chunks/dashboard-controls-CQNvLMGb.js +0 -1509
|
@@ -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-
|
|
2
|
+
import { u as s, c as l, B as h, X as d, d as c } from "./index-DZjcALSv.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "react-dom";
|
|
5
5
|
function N() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),a=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),a=require("./index-CdfFCbJb.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;
|