react-semaphor 0.1.422 → 0.1.424
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/briefings/index.cjs +1 -1
- package/dist/briefings/index.js +913 -712
- package/dist/chunks/{calendar-preferences-dialog-Cbavs2EK.js → calendar-preferences-dialog-D5mABNDT.js} +2 -2
- package/dist/chunks/{calendar-preferences-dialog-C2fBRNZh.js → calendar-preferences-dialog-iokD3HbE.js} +1 -1
- package/dist/chunks/card-config-utils-15sRtebL.js +1 -0
- package/dist/chunks/card-config-utils-BYZ5MJOh.js +16 -0
- package/dist/chunks/dashboard-briefing-launcher-BNDzMjjt.js +3401 -0
- package/dist/chunks/dashboard-briefing-launcher-DuWgwtxX.js +26 -0
- package/dist/chunks/dashboard-controls-bbEF-AbK.js +52 -0
- package/dist/chunks/dashboard-controls-id39vb7G.js +2322 -0
- package/dist/chunks/{dashboard-json-Db3rkY_a.js → dashboard-json-CkTEDNtH.js} +11 -10
- package/dist/chunks/dashboard-json-DVoqS1ks.js +1 -0
- package/dist/chunks/{edit-dashboard-visual-CW7mv_si.js → edit-dashboard-visual-CRjVRZLk.js} +258 -256
- package/dist/chunks/edit-dashboard-visual-CkrxZCcp.js +178 -0
- package/dist/chunks/{index-OD6mLD7U.js → index-Dzz6jXSY.js} +81915 -75775
- package/dist/chunks/index-S1CGUcSz.js +1406 -0
- package/dist/chunks/{switch-CWcWwwDJ.js → switch-2bh3Hka1.js} +619 -632
- package/dist/chunks/{switch-DRNqX0v0.js → switch-DMT7qf_R.js} +24 -24
- package/dist/chunks/use-create-flow-overlay-state-B-bYbtix.js +11 -0
- package/dist/chunks/{use-create-flow-overlay-state-CkMmXhI-.js → use-create-flow-overlay-state-B9vArrvr.js} +514 -543
- 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 +108 -108
- package/dist/index.cjs +1 -1
- package/dist/index.js +167 -163
- 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 +2388 -7
- package/dist/types/main.d.ts +70 -10
- package/dist/types/types.d.ts +4 -8
- package/package.json +1 -1
- package/dist/chunks/dashboard-briefing-launcher-C0_ZbBK3.js +0 -9077
- package/dist/chunks/dashboard-briefing-launcher-CGfEFUnX.js +0 -80
- package/dist/chunks/dashboard-controls-BUuS-BGl.js +0 -52
- package/dist/chunks/dashboard-controls-ae5t32xV.js +0 -2280
- package/dist/chunks/dashboard-json-DTL_kYhz.js +0 -1
- package/dist/chunks/edit-dashboard-visual-Ciqdu58a.js +0 -178
- package/dist/chunks/index-8y8XX7sX.js +0 -1346
- package/dist/chunks/use-create-flow-overlay-state-C0Uhmlpd.js +0 -21
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-S1CGUcSz.js"),e=require("../chunks/common-types-C73-Ud1-.js"),a=require("../chunks/calendar-preferences-dialog-iokD3HbE.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-Dzz6jXSY.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-D5mABNDT.js";
|
|
4
4
|
export {
|
|
5
5
|
C as CONTROL_CARD_DEFAULT_VALUE,
|
|
6
6
|
s as CalendarPreferencesDialog,
|