react-semaphor 0.1.429 → 0.1.431
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/brand-studio/index.cjs +1 -1
- package/dist/brand-studio/index.js +1 -1
- package/dist/chunks/{code-editor-DOh3aYEh.js → code-editor-BSENCZwR.js} +1 -1
- package/dist/chunks/{code-editor-C65eEYyU.js → code-editor-C8zzmSgt.js} +4 -3
- package/dist/chunks/{dashboard-agBXhvKo.js → dashboard-CPq4lMF5.js} +23257 -23042
- package/dist/chunks/{dashboard-CQfAvRYI.js → dashboard-D2wh2Avv.js} +193 -192
- package/dist/chunks/{dashboard-briefing-launcher-CkH_pthg.js → dashboard-briefing-launcher-DyhfpSOW.js} +1 -1
- package/dist/chunks/{dashboard-briefing-launcher-gBNNKqoH.js → dashboard-briefing-launcher-n7BdUvVr.js} +3 -3
- package/dist/chunks/{dashboard-controls-CAZnIGfT.js → dashboard-controls-BCkIDYU4.js} +1 -1
- package/dist/chunks/{dashboard-controls-CoIxUTvH.js → dashboard-controls-BoiZVnIH.js} +4 -4
- package/dist/chunks/{dashboard-json-D4hFrMkX.js → dashboard-json-BW3ftPy_.js} +1 -1
- package/dist/chunks/{dashboard-json-BMcPjL8-.js → dashboard-json-CC5FPyln.js} +2 -2
- package/dist/chunks/{edit-dashboard-visual-Bc8qNfSr.js → edit-dashboard-visual-BYhZFx_B.js} +3 -3
- package/dist/chunks/{edit-dashboard-visual-onhUUXlw.js → edit-dashboard-visual-CkVRSfgf.js} +1 -1
- package/dist/chunks/{report-preferences-dialog-DV_5aHrS.js → report-preferences-dialog-CDlNNs5F.js} +1 -1
- package/dist/chunks/{report-preferences-dialog-CPptr_V9.js → report-preferences-dialog-Dpt-3Gkx.js} +2 -2
- package/dist/chunks/{use-create-flow-overlay-state-Bs6gqgjo.js → use-create-flow-overlay-state-CCJylXK4.js} +1 -1
- package/dist/chunks/{use-create-flow-overlay-state-CgQbCrni.js → use-create-flow-overlay-state-Du9wYMdG.js} +2 -2
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/data-app-builder/index.cjs +1 -1
- package/dist/data-app-builder/index.js +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.js +6 -6
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +2 -2
- package/package.json +1 -1
|
@@ -3500,11 +3500,12 @@ function Lm(e) {
|
|
|
3500
3500
|
return ((n = e.cards) == null ? void 0 : n.find((r) => r.id === e.activeCardId)) || ((t = e.cards) == null ? void 0 : t[0]);
|
|
3501
3501
|
}
|
|
3502
3502
|
function ri(e) {
|
|
3503
|
-
var
|
|
3504
|
-
|
|
3503
|
+
var t;
|
|
3504
|
+
const n = (t = Lm(e)) == null ? void 0 : t.type;
|
|
3505
|
+
return n === "text" || n === "kpi" ? "compact" : "default";
|
|
3505
3506
|
}
|
|
3506
3507
|
function Gc(e) {
|
|
3507
|
-
return ri(e) === "
|
|
3508
|
+
return ri(e) === "compact" ? Nm : km;
|
|
3508
3509
|
}
|
|
3509
3510
|
function Bm(e, n) {
|
|
3510
3511
|
return e.x < n.x + n.w && e.x + e.w > n.x;
|