react-semaphor 0.1.173 → 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-ByOgk4Je.js → dashboard-controls-BdFhbpoS.js} +6 -6
- package/dist/chunks/{dashboard-controls-B6WiXn_t.js → dashboard-controls-Bxjvkywu.js} +354 -352
- package/dist/chunks/{dashboard-json--V83knyP.js → dashboard-json-BCH4SQkg.js} +1 -1
- package/dist/chunks/{dashboard-json-BhyQb37-.js → dashboard-json-ClK3yCs7.js} +1 -1
- package/dist/chunks/{edit-dashboard-visual-Cvaa7yWQ.js → edit-dashboard-visual-BEAKONcQ.js} +7 -7
- package/dist/chunks/{edit-dashboard-visual-BBlXAIn6.js → edit-dashboard-visual-CSI-cZoT.js} +421 -420
- package/dist/chunks/{editor-action-buttons-FLYhmv28.js → editor-action-buttons-BaHzz3CT.js} +1 -1
- package/dist/chunks/{editor-action-buttons-CY7ioULi.js → editor-action-buttons-DIFwpB2w.js} +2 -2
- package/dist/chunks/{index-B9kLqSMl.js → index-BAb30JIE.js} +34 -34
- package/dist/chunks/{index-CkciFx-7.js → index-CtuIHKSY.js} +2188 -2178
- package/dist/chunks/{resource-management-panel-NzY4o_yO.js → resource-management-panel-Cs7tkTxZ.js} +1 -1
- package/dist/chunks/{resource-management-panel-DzIeyziH.js → resource-management-panel-DRMNQIkI.js} +3 -3
- package/dist/chunks/{schedule-dashboard-D6bnu51y.js → schedule-dashboard-Bj4mXU5g.js} +3 -3
- package/dist/chunks/{schedule-dashboard-CWqTX2_E.js → schedule-dashboard-CInkuI61.js} +1 -1
- package/dist/chunks/{use-role-aware-display-preferences-CHeIMGXz.js → use-role-aware-display-preferences-BGTLQ_rf.js} +1 -1
- package/dist/chunks/{use-role-aware-display-preferences-vNHoh1Xk.js → use-role-aware-display-preferences-DgSkQ7I0.js} +1 -1
- package/dist/chunks/{use-visual-utils-CK6cVt23.js → use-visual-utils-BmwT7aG_.js} +1 -1
- package/dist/chunks/{use-visual-utils-BswYPLMe.js → use-visual-utils-CeBDoiB8.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/package.json +1 -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;
|