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.
Files changed (29) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/chunks/{dashboard-controls-Bbjg39W1.js → dashboard-controls-D9q-ca8O.js} +1 -1
  3. package/dist/chunks/{dashboard-controls-CydTgB8b.js → dashboard-controls-Dq5IKj7q.js} +4 -4
  4. package/dist/chunks/{dashboard-json-BqhlPxCk.js → dashboard-json-Bc3EkHxP.js} +1 -1
  5. package/dist/chunks/{dashboard-json-Dh0BCAEU.js → dashboard-json-BgVfGrJx.js} +1 -1
  6. package/dist/chunks/{dashboard-summary-settings-dialog-DMGeFM9N.js → dashboard-summary-settings-dialog-Bjp7y6sj.js} +1 -1
  7. package/dist/chunks/{dashboard-summary-settings-dialog-DXEx7VYT.js → dashboard-summary-settings-dialog-DLRHOBUf.js} +1 -1
  8. package/dist/chunks/{edit-dashboard-visual-BSHC5QiP.js → edit-dashboard-visual-41Y26RLQ.js} +1843 -1831
  9. package/dist/chunks/{edit-dashboard-visual-DcLZThas.js → edit-dashboard-visual-D3RKjIJc.js} +42 -42
  10. package/dist/chunks/{editor-action-buttons-lDMI1SQ2.js → editor-action-buttons-BuELeFM3.js} +2 -2
  11. package/dist/chunks/{editor-action-buttons-C_zLw3Aj.js → editor-action-buttons-C34rWlNb.js} +1 -1
  12. package/dist/chunks/{index-C1qXov_Z.js → index-CcCVbPnj.js} +27935 -27464
  13. package/dist/chunks/{index-CYQV2kbT.js → index-CzCcSZsR.js} +240 -234
  14. package/dist/chunks/{notification-bell-CuEbhFaL.js → notification-bell-C8s2IW-o.js} +3 -3
  15. package/dist/chunks/{notification-bell-CfYK7Cx6.js → notification-bell-naFRcds6.js} +1 -1
  16. package/dist/chunks/{resource-management-panel-xwPhr6Lm.js → resource-management-panel-BZ8sps7t.js} +1 -1
  17. package/dist/chunks/{resource-management-panel-G3XJbfPx.js → resource-management-panel-n4PVPFdU.js} +2 -2
  18. package/dist/chunks/{use-visual-utils-Cdm8jbGc.js → use-visual-utils-BWY6z-k8.js} +1 -1
  19. package/dist/chunks/{use-visual-utils-Du-m-SYb.js → use-visual-utils-CgFbcH47.js} +1 -1
  20. package/dist/dashboard/index.cjs +1 -1
  21. package/dist/dashboard/index.js +1 -1
  22. package/dist/index.cjs +1 -1
  23. package/dist/index.js +5 -5
  24. package/dist/style.css +1 -1
  25. package/dist/surfboard/index.cjs +1 -1
  26. package/dist/surfboard/index.js +2 -2
  27. package/dist/types/main.d.ts +3 -2
  28. package/dist/types/types.d.ts +3 -2
  29. package/package.json +1 -1
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../chunks/index-CYQV2kbT.js"),a=require("../types/index.cjs"),e=require("../chunks/dashboard-summary-settings-dialog-DXEx7VYT.js");exports.Surfboard=r.DashboardPlus;exports.EMPTY_SELECTION=a.EMPTY_SELECTION;exports.CalendarPreferencesDialog=e.CalendarPreferencesDialog;exports.DashboardSummarySettingsDialog=e.DashboardSummarySettingsDialog;
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;
@@ -1,6 +1,6 @@
1
- import { a as o } from "../chunks/index-C1qXov_Z.js";
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-DMGeFM9N.js";
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,
@@ -4117,8 +4117,9 @@ export declare type UIConfig = {
4117
4117
  */
4118
4118
  showInfoTab?: boolean;
4119
4119
  /**
4120
- * Enables the AI-powered dashboard assistant.
4121
- * Defaults to true unless explicitly disabled.
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
  /**
@@ -2456,8 +2456,9 @@ export declare type UIConfig = {
2456
2456
  */
2457
2457
  showInfoTab?: boolean;
2458
2458
  /**
2459
- * Enables the AI-powered dashboard assistant.
2460
- * Defaults to true unless explicitly disabled.
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
  /**
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "support@semaphor.cloud"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "0.1.241",
8
+ "version": "0.1.243",
9
9
  "description": "Fully interactive and customizable dashboards for your apps.",
10
10
  "keywords": [
11
11
  "react",