react-semaphor 0.1.172 → 0.1.174
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-BuKUWOU1.js → dashboard-controls-BdFhbpoS.js} +6 -6
- package/dist/chunks/{dashboard-controls-DA-lJWSK.js → dashboard-controls-Bxjvkywu.js} +354 -352
- package/dist/chunks/{dashboard-json-CUTAJhWz.js → dashboard-json-BCH4SQkg.js} +1 -1
- package/dist/chunks/{dashboard-json-BTWzsbui.js → dashboard-json-ClK3yCs7.js} +1 -1
- package/dist/chunks/edit-dashboard-visual-BEAKONcQ.js +189 -0
- package/dist/chunks/{edit-dashboard-visual-BEWMIe7g.js → edit-dashboard-visual-CSI-cZoT.js} +4835 -4809
- package/dist/chunks/{editor-action-buttons-WGWavDMB.js → editor-action-buttons-BaHzz3CT.js} +1 -1
- package/dist/chunks/{editor-action-buttons-C5Ejuo4M.js → editor-action-buttons-DIFwpB2w.js} +2 -2
- package/dist/chunks/{index-DMR0K1Nf.js → index-BAb30JIE.js} +75 -75
- package/dist/chunks/{index-C8T45uat.js → index-CtuIHKSY.js} +4370 -4304
- package/dist/chunks/{resource-management-panel-DFC27hgo.js → resource-management-panel-Cs7tkTxZ.js} +1 -1
- package/dist/chunks/{resource-management-panel-BKAs9Em0.js → resource-management-panel-DRMNQIkI.js} +3 -3
- package/dist/chunks/{schedule-dashboard-r_XMtRaW.js → schedule-dashboard-Bj4mXU5g.js} +38 -38
- package/dist/chunks/{schedule-dashboard-DC7XeEaW.js → schedule-dashboard-CInkuI61.js} +2 -2
- package/dist/chunks/{use-role-aware-display-preferences-CAbBsXoz.js → use-role-aware-display-preferences-BGTLQ_rf.js} +1 -1
- package/dist/chunks/{use-role-aware-display-preferences-BOpxNd8x.js → use-role-aware-display-preferences-DgSkQ7I0.js} +1 -1
- package/dist/chunks/use-visual-utils-BmwT7aG_.js +338 -0
- package/dist/chunks/use-visual-utils-CeBDoiB8.js +1 -0
- 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/style.css +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +1 -1
- package/dist/types/main.d.ts +36 -0
- package/package.json +1 -1
- package/dist/chunks/edit-dashboard-visual-_uEu62dm.js +0 -189
- package/dist/chunks/use-visual-utils-BJxotk2m.js +0 -331
- package/dist/chunks/use-visual-utils-DG7j82aL.js +0 -1
|
@@ -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-CtuIHKSY.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-BAb30JIE.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;
|