react-semaphor 0.1.241 → 0.1.243
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/CHANGELOG.md +6 -0
- package/dist/chunks/{dashboard-controls-Bbjg39W1.js → dashboard-controls-D9q-ca8O.js} +1 -1
- package/dist/chunks/{dashboard-controls-CydTgB8b.js → dashboard-controls-Dq5IKj7q.js} +4 -4
- package/dist/chunks/{dashboard-json-BqhlPxCk.js → dashboard-json-Bc3EkHxP.js} +1 -1
- package/dist/chunks/{dashboard-json-Dh0BCAEU.js → dashboard-json-BgVfGrJx.js} +1 -1
- package/dist/chunks/{dashboard-summary-settings-dialog-DMGeFM9N.js → dashboard-summary-settings-dialog-Bjp7y6sj.js} +1 -1
- package/dist/chunks/{dashboard-summary-settings-dialog-DXEx7VYT.js → dashboard-summary-settings-dialog-DLRHOBUf.js} +1 -1
- package/dist/chunks/{edit-dashboard-visual-BSHC5QiP.js → edit-dashboard-visual-41Y26RLQ.js} +1843 -1831
- package/dist/chunks/{edit-dashboard-visual-DcLZThas.js → edit-dashboard-visual-D3RKjIJc.js} +42 -42
- package/dist/chunks/{editor-action-buttons-lDMI1SQ2.js → editor-action-buttons-BuELeFM3.js} +2 -2
- package/dist/chunks/{editor-action-buttons-C_zLw3Aj.js → editor-action-buttons-C34rWlNb.js} +1 -1
- package/dist/chunks/{index-C1qXov_Z.js → index-CcCVbPnj.js} +27935 -27464
- package/dist/chunks/{index-CYQV2kbT.js → index-CzCcSZsR.js} +240 -234
- package/dist/chunks/{notification-bell-CuEbhFaL.js → notification-bell-C8s2IW-o.js} +3 -3
- package/dist/chunks/{notification-bell-CfYK7Cx6.js → notification-bell-naFRcds6.js} +1 -1
- package/dist/chunks/{resource-management-panel-xwPhr6Lm.js → resource-management-panel-BZ8sps7t.js} +1 -1
- package/dist/chunks/{resource-management-panel-G3XJbfPx.js → resource-management-panel-n4PVPFdU.js} +2 -2
- package/dist/chunks/{use-visual-utils-Cdm8jbGc.js → use-visual-utils-BWY6z-k8.js} +1 -1
- package/dist/chunks/{use-visual-utils-Du-m-SYb.js → use-visual-utils-CgFbcH47.js} +1 -1
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/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/main.d.ts +3 -2
- package/dist/types/types.d.ts +3 -2
- 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-CzCcSZsR.js"),a=require("../types/index.cjs"),e=require("../chunks/dashboard-summary-settings-dialog-DLRHOBUf.js");exports.Surfboard=r.DashboardPlus;exports.EMPTY_SELECTION=a.EMPTY_SELECTION;exports.CalendarPreferencesDialog=e.CalendarPreferencesDialog;exports.DashboardSummarySettingsDialog=e.DashboardSummarySettingsDialog;
|
package/dist/surfboard/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as o } from "../chunks/index-
|
|
1
|
+
import { a as o } from "../chunks/index-CcCVbPnj.js";
|
|
2
2
|
import { EMPTY_SELECTION as s } from "../types/index.js";
|
|
3
|
-
import { C as m, D as t } from "../chunks/dashboard-summary-settings-dialog-
|
|
3
|
+
import { C as m, D as t } from "../chunks/dashboard-summary-settings-dialog-Bjp7y6sj.js";
|
|
4
4
|
export {
|
|
5
5
|
m as CalendarPreferencesDialog,
|
|
6
6
|
t as DashboardSummarySettingsDialog,
|
package/dist/types/main.d.ts
CHANGED
|
@@ -4117,8 +4117,9 @@ export declare type UIConfig = {
|
|
|
4117
4117
|
*/
|
|
4118
4118
|
showInfoTab?: boolean;
|
|
4119
4119
|
/**
|
|
4120
|
-
*
|
|
4121
|
-
*
|
|
4120
|
+
* Controls dashboard assistant visibility.
|
|
4121
|
+
* If set, this takes precedence over the embed prop `showAssistant`.
|
|
4122
|
+
* If unset, runtime falls back to `showAssistant`; if both are unset, assistant is hidden.
|
|
4122
4123
|
*/
|
|
4123
4124
|
showDashboardAssistant?: boolean;
|
|
4124
4125
|
/**
|
package/dist/types/types.d.ts
CHANGED
|
@@ -2456,8 +2456,9 @@ export declare type UIConfig = {
|
|
|
2456
2456
|
*/
|
|
2457
2457
|
showInfoTab?: boolean;
|
|
2458
2458
|
/**
|
|
2459
|
-
*
|
|
2460
|
-
*
|
|
2459
|
+
* Controls dashboard assistant visibility.
|
|
2460
|
+
* If set, this takes precedence over the embed prop `showAssistant`.
|
|
2461
|
+
* If unset, runtime falls back to `showAssistant`; if both are unset, assistant is hidden.
|
|
2461
2462
|
*/
|
|
2462
2463
|
showDashboardAssistant?: boolean;
|
|
2463
2464
|
/**
|