react-semaphor 0.1.353 → 0.1.354
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/{calendar-preferences-dialog-BP6VCs24.js → calendar-preferences-dialog-BlF7tQVO.js} +1 -1
- package/dist/chunks/{calendar-preferences-dialog-DqB0gRKY.js → calendar-preferences-dialog-C89peE7b.js} +1 -1
- package/dist/chunks/contracts-CoCOpd_i.js +11 -0
- package/dist/chunks/contracts-CtB2VONT.js +1 -0
- package/dist/chunks/{dashboard-briefing-launcher-DxLotfPa.js → dashboard-briefing-launcher-CzTXDvdU.js} +1 -1
- package/dist/chunks/{dashboard-briefing-launcher-CE8bNT8E.js → dashboard-briefing-launcher-thntGohY.js} +3 -3
- package/dist/chunks/{dashboard-controls-B00gdNuz.js → dashboard-controls-DyPZNfmg.js} +3 -3
- package/dist/chunks/{dashboard-controls-DiRVwF2s.js → dashboard-controls-Pbm2gZA5.js} +1 -1
- package/dist/chunks/{dashboard-json-qKWjSofT.js → dashboard-json-B2qFCVuf.js} +1 -1
- package/dist/chunks/{dashboard-json-BvdoNEjb.js → dashboard-json-sLdO-LC1.js} +1 -1
- package/dist/chunks/{edit-dashboard-visual-B25Pk-Hr.js → edit-dashboard-visual-BTTIog61.js} +3 -3
- package/dist/chunks/{edit-dashboard-visual-ChpvAgup.js → edit-dashboard-visual-j17SdtRC.js} +1 -1
- package/dist/chunks/{index-D14U5QOC.js → index-Dh4zmLqk.js} +21309 -21093
- package/dist/chunks/{index-DYHvr2To.js → index-o6tGBWww.js} +206 -206
- package/dist/chunks/{resource-management-panel-BOW5JCor.js → resource-management-panel-CgQRI6g7.js} +2 -2
- package/dist/chunks/{resource-management-panel-ChEmFjoR.js → resource-management-panel-wn2UAr-d.js} +1 -1
- package/dist/chunks/{use-create-flow-overlay-state-CZk4rrrw.js → use-create-flow-overlay-state-CATp6oTj.js} +1 -1
- package/dist/chunks/{use-create-flow-overlay-state-C5jxnrOJ.js → use-create-flow-overlay-state-CVwvTfpo.js} +2 -2
- package/dist/chunks/{use-visual-utils-DHBV770y.js → use-visual-utils-BVmHziAk.js} +1 -1
- package/dist/chunks/{use-visual-utils-ika7wXDI.js → use-visual-utils-YXOTwvaX.js} +1 -1
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/dashboard-authoring/index.cjs +3 -3
- package/dist/dashboard-authoring/index.js +484 -440
- package/dist/data-app-builder/index.cjs +1 -1
- package/dist/data-app-builder/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +5 -5
- package/dist/style.css +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +2 -2
- package/dist/types/dashboard-authoring.d.ts +1 -1
- package/package.json +1 -1
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-o6tGBWww.js"),e=require("../chunks/common-types-C73-Ud1-.js"),a=require("../chunks/calendar-preferences-dialog-C89peE7b.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-Dh4zmLqk.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-BlF7tQVO.js";
|
|
4
4
|
export {
|
|
5
5
|
C as CONTROL_CARD_DEFAULT_VALUE,
|
|
6
6
|
s as CalendarPreferencesDialog,
|
|
@@ -493,7 +493,7 @@ declare type CustomCard = CardWithContent | CardWithFooter;
|
|
|
493
493
|
|
|
494
494
|
export declare const DASHBOARD_AUTHORING_BREAKPOINTS: readonly ["lg", "md", "sm", "xs", "xxs"];
|
|
495
495
|
|
|
496
|
-
export declare const DASHBOARD_AUTHORING_MAX_GENERATED_CARDS =
|
|
496
|
+
export declare const DASHBOARD_AUTHORING_MAX_GENERATED_CARDS = 15;
|
|
497
497
|
|
|
498
498
|
declare type DashboardAIContext = AIContext & {
|
|
499
499
|
mode?: DashboardAIContextMode;
|