react-semaphor 0.1.462 → 0.1.463

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 (35) hide show
  1. package/dist/appearance-runtime/index.cjs +1 -0
  2. package/dist/appearance-runtime/index.js +5 -0
  3. package/dist/brand-studio/index.cjs +1 -1
  4. package/dist/brand-studio/index.js +1 -1
  5. package/dist/chunks/appearance-context-DVXt8qjW.js +126 -0
  6. package/dist/chunks/appearance-context-DhyjbQk1.cjs +1 -0
  7. package/dist/chunks/appearance-runtime-provider-BgNYdUYH.cjs +1 -0
  8. package/dist/chunks/appearance-runtime-provider-CjmE4gBY.js +81 -0
  9. package/dist/chunks/{dashboard-briefing-launcher-C6ePN5_I.js → dashboard-briefing-launcher-Dcfh50rg.js} +23 -21
  10. package/dist/chunks/{dashboard-briefing-launcher-Qto0i-Gl.cjs → dashboard-briefing-launcher-Dyf9-SMG.cjs} +1 -1
  11. package/dist/chunks/{dashboard-controls-CJcvFl2B.js → dashboard-controls-Cux9l7G3.js} +8 -6
  12. package/dist/chunks/{dashboard-controls--Wg8-58g.cjs → dashboard-controls-Dk_4fD9Y.cjs} +1 -1
  13. package/dist/chunks/dashboard-json-6vY_UIQ9.cjs +1 -0
  14. package/dist/chunks/{dashboard-json-DFhvCpHL.js → dashboard-json-CLSh4K-P.js} +12 -10
  15. package/dist/chunks/{edit-dashboard-visual-D2JLKep9.cjs → edit-dashboard-visual-BNNbxMoA.cjs} +28 -28
  16. package/dist/chunks/{edit-dashboard-visual-Dhx5wAKM.js → edit-dashboard-visual-WYIa0u5O.js} +52 -50
  17. package/dist/chunks/{editor-action-buttons-Ba8M_DAF.cjs → editor-action-buttons-B1QYcu9f.cjs} +1 -1
  18. package/dist/chunks/{editor-action-buttons-C_wg1zTn.js → editor-action-buttons-DfKOZoQs.js} +2 -2
  19. package/dist/chunks/{index-BAN1CQ6R.cjs → index-BnsIn34X.cjs} +164 -164
  20. package/dist/chunks/{index-HMTOcZOr.js → index-BxQ_lHnZ.js} +16906 -16951
  21. package/dist/chunks/{report-preferences-dialog-BaVeLREU.cjs → report-preferences-dialog-Cd7yCULW.cjs} +1 -1
  22. package/dist/chunks/{report-preferences-dialog-Ditwc9JX.js → report-preferences-dialog-jy8Ck1pK.js} +2 -2
  23. package/dist/chunks/{switch-DBZsEV0U.cjs → switch-CNqDn5b8.cjs} +26 -26
  24. package/dist/chunks/{switch-kPUJEC1A.js → switch-G_-UwdXX.js} +2721 -2842
  25. package/dist/dashboard/index.cjs +1 -1
  26. package/dist/dashboard/index.js +1 -1
  27. package/dist/data-app-builder/index.cjs +1 -1
  28. package/dist/data-app-builder/index.js +2 -2
  29. package/dist/index.cjs +1 -1
  30. package/dist/index.js +152 -150
  31. package/dist/surfboard/index.cjs +1 -1
  32. package/dist/surfboard/index.js +2 -2
  33. package/dist/types/appearance-runtime.d.ts +151 -0
  34. package/package.json +8 -2
  35. package/dist/chunks/dashboard-json-DXrlNlUM.cjs +0 -1
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),o=require("react"),b=require("./x-B6ghREd2.cjs"),r=require("./switch-DBZsEV0U.cjs");require("./saved-temporal-bucket-format-3QKveR3v.cjs");require("./validators-dJlwubP4.cjs");require("./analyze-result-contract-DSGoFuXQ.cjs");require("../value-format-preferences/index.cjs");require("./index-BAN1CQ6R.cjs");require("./index-ByFbacH7.cjs");require("./temporal-bucket-authoring-BK1UhYpD.cjs");require("./color-CyB5o13F.cjs");require("react-dom");require("./index-DjjKJPDy.cjs");function S(){const t=r.useDashboardStore(e=>e.dashboard),d=r.useDashboardStore(e=>e.actions.setDashboard),c=r.useDashboardStore(e=>e.showDashboardJSON),h=r.useDashboardStore(e=>e.actions.setShowDashboardJSON),s=o.useMemo(()=>t?JSON.stringify(t,null,2):"",[t]),[l,n]=o.useState(s),i=o.useRef(s);return o.useEffect(()=>{s!==i.current&&(n(s),i.current=s)},[s]),a.jsxs("div",{className:r.cn("relative p-2",{hidden:!c}),children:[a.jsxs(r.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(r.CodeEditor,{value:l,onValueChange:e=>{n(e);try{const u=JSON.parse(e);i.current=JSON.stringify(u,null,2),d(u)}catch{}},language:"json"})})]})}exports.default=S;