react-semaphor 0.1.320 → 0.1.322
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 +4 -4
- package/dist/briefings/index.cjs +1 -1
- package/dist/briefings/index.js +278 -208
- package/dist/chunks/{braces-NfG5hX2c.js → braces-C7BeIXvM.js} +1 -1
- package/dist/chunks/{braces-CDPz6CF2.js → braces-ZjRH2Kl7.js} +1 -1
- package/dist/chunks/{calendar-preferences-dialog-CFXQBJ4A.js → calendar-preferences-dialog-CZqePF6B.js} +1 -1
- package/dist/chunks/{calendar-preferences-dialog-B7Z8OnuZ.js → calendar-preferences-dialog-t0OOALVd.js} +3 -3
- package/dist/chunks/{chevrons-up-down-BsdQRmJL.js → chevrons-up-down-CA-XvN1o.js} +1 -1
- package/dist/chunks/{chevrons-up-down-DiWloubI.js → chevrons-up-down-Cuilz9aY.js} +1 -1
- package/dist/chunks/{dashboard-briefing-launcher-DB16djcj.js → dashboard-briefing-launcher-BYbnbZ9e.js} +933 -910
- package/dist/chunks/{dashboard-briefing-launcher-DjDpGyD7.js → dashboard-briefing-launcher-d1_fm91W.js} +17 -17
- package/dist/chunks/dashboard-controls-B3HHMRPC.js +52 -0
- package/dist/chunks/dashboard-controls-BuChCKDm.js +2246 -0
- package/dist/chunks/{dashboard-json-C8-kkiyT.js → dashboard-json-DgoYjD0O.js} +2 -2
- package/dist/chunks/{dashboard-json-2nyFJ_-w.js → dashboard-json-M5-VFCtZ.js} +1 -1
- package/dist/chunks/{edit-dashboard-visual-BP77bJFI.js → edit-dashboard-visual-BH8DP1qq.js} +1 -1
- package/dist/chunks/{edit-dashboard-visual-D6oiTlXr.js → edit-dashboard-visual-DP31ytwJ.js} +6 -6
- package/dist/chunks/{index-Clw0hJzi.js → index-ChmS5nsv.js} +28873 -28145
- package/dist/chunks/{index-D8eouWYC.js → index-CodH6sqg.js} +217 -212
- package/dist/chunks/{palette-CJTdBzJB.js → palette-CanPG11m.js} +1 -1
- package/dist/chunks/{palette-BlxLchHy.js → palette-D96DOM7E.js} +1 -1
- package/dist/chunks/resource-management-panel-D3vO68dH.js +6 -0
- package/dist/chunks/{resource-management-panel-HcRJRZHO.js → resource-management-panel-gt__S0Pb.js} +451 -369
- package/dist/chunks/{save-B8x5Vi0W.js → save-CqrBQKG6.js} +1 -1
- package/dist/chunks/{save-DVRQBMeb.js → save-DxkSzUTZ.js} +1 -1
- package/dist/chunks/{switch-DPaKnsb8.js → switch-BXICAlvS.js} +2 -2
- package/dist/chunks/{switch-sauemjyY.js → switch-Deo2Ltmj.js} +133 -133
- package/dist/chunks/{use-create-flow-overlay-state-CdCldE6J.js → use-create-flow-overlay-state-BZaSpL-c.js} +1 -1
- package/dist/chunks/{use-create-flow-overlay-state-75l5mrVp.js → use-create-flow-overlay-state-OA3iI54p.js} +104 -104
- package/dist/chunks/{use-visual-utils-CMdEUnM5.js → use-visual-utils-CMucAqbS.js} +1 -1
- package/dist/chunks/{use-visual-utils-Bd4Cf9_B.js → use-visual-utils-CsXS-Zeh.js} +20 -20
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/dashboard-authoring/index.cjs +3 -0
- package/dist/dashboard-authoring/index.js +532 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +131 -130
- package/dist/style.css +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +2 -2
- package/dist/types/briefings.d.ts +15 -0
- package/dist/types/dashboard-authoring.d.ts +2703 -0
- package/dist/types/main.d.ts +145 -0
- package/package.json +6 -1
- package/dist/chunks/dashboard-controls-BisfskDD.js +0 -52
- package/dist/chunks/dashboard-controls-DPStW1kd.js +0 -1999
- package/dist/chunks/resource-management-panel-DTvY5OIq.js +0 -6
package/dist/surfboard/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../chunks/index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../chunks/index-CodH6sqg.js"),e=require("../chunks/common-types-C73-Ud1-.js"),a=require("../chunks/calendar-preferences-dialog-CZqePF6B.js");exports.Surfboard=r.DashboardPlus;exports.CONTROL_CARD_DEFAULT_VALUE=e.CONTROL_CARD_DEFAULT_VALUE;exports.EMPTY_SELECTION=e.EMPTY_SELECTION;exports.CalendarPreferencesDialog=a.CalendarPreferencesDialog;
|
package/dist/surfboard/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as e } from "../chunks/index-
|
|
1
|
+
import { a as e } from "../chunks/index-ChmS5nsv.js";
|
|
2
2
|
import { C, E } from "../chunks/common-types-4bjoIgvm.js";
|
|
3
|
-
import { C as s } from "../chunks/calendar-preferences-dialog-
|
|
3
|
+
import { C as s } from "../chunks/calendar-preferences-dialog-t0OOALVd.js";
|
|
4
4
|
export {
|
|
5
5
|
C as CONTROL_CARD_DEFAULT_VALUE,
|
|
6
6
|
s as CalendarPreferencesDialog,
|
|
@@ -8,6 +8,7 @@ export declare const BRIEFING_CONTENT_LIMITS: {
|
|
|
8
8
|
readonly maxParagraphCharacters: 5000;
|
|
9
9
|
readonly maxFindingCharacters: 5000;
|
|
10
10
|
readonly maxListItems: 100;
|
|
11
|
+
readonly maxKpiTiles: 8;
|
|
11
12
|
};
|
|
12
13
|
|
|
13
14
|
export declare const BRIEFING_KIND: "BRIEFING";
|
|
@@ -138,6 +139,11 @@ export declare type BriefingContentBlock = {
|
|
|
138
139
|
delta?: string | number | null;
|
|
139
140
|
unit?: string;
|
|
140
141
|
evidenceIds?: string[];
|
|
142
|
+
} | {
|
|
143
|
+
type: 'kpi_grid';
|
|
144
|
+
title?: string;
|
|
145
|
+
tiles: BriefingKpiTile[];
|
|
146
|
+
evidenceIds?: string[];
|
|
141
147
|
} | BriefingContentTableBlock | {
|
|
142
148
|
type: 'actions';
|
|
143
149
|
title?: string;
|
|
@@ -229,6 +235,15 @@ export declare type BriefingJobConfig = {
|
|
|
229
235
|
|
|
230
236
|
export declare type BriefingKind = typeof BRIEFING_KIND;
|
|
231
237
|
|
|
238
|
+
export declare type BriefingKpiTile = {
|
|
239
|
+
label: string;
|
|
240
|
+
value: string | number;
|
|
241
|
+
previousValue?: string | number | null;
|
|
242
|
+
delta?: string | number | null;
|
|
243
|
+
unit?: string;
|
|
244
|
+
evidenceIds?: string[];
|
|
245
|
+
};
|
|
246
|
+
|
|
232
247
|
export declare type BriefingLimits = {
|
|
233
248
|
maxToolCalls?: number;
|
|
234
249
|
maxRows?: number;
|