react-semaphor 0.0.598 → 0.0.600

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.
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/dashboard-plus-CRYpdcX_.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/dashboard-plus-BmCs016Q.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
@@ -1,4 +1,4 @@
1
- import { D as f } from "../chunks/dashboard-plus-CvIP7sHn.js";
1
+ import { D as f } from "../chunks/dashboard-plus-Bzs4D9wv.js";
2
2
  import { EMPTY_SELECTION as a } from "../types/index.js";
3
3
  export {
4
4
  a as EMPTY_SELECTION,
@@ -2108,6 +2108,8 @@ export declare function useTextFilterHook(filterId: string): {
2108
2108
  allSelected: boolean;
2109
2109
  };
2110
2110
 
2111
+ export declare function Visual(props: VisualProps): JSX_2.Element;
2112
+
2111
2113
  /**
2112
2114
  * Display mode for visual components - controls which UI elements are shown
2113
2115
  */
@@ -2145,4 +2147,10 @@ export declare type VisualDisplayPreferences = {
2145
2147
  };
2146
2148
  };
2147
2149
 
2150
+ declare type VisualProps = DashboardProps & {
2151
+ cardId: string;
2152
+ dashboardId: string;
2153
+ displayPreferences?: VisualDisplayPreferences;
2154
+ };
2155
+
2148
2156
  export { }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "support@semaphor.cloud"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "0.0.598",
8
+ "version": "0.0.600",
9
9
  "description": "Fully interactive and customizable dashboards for your apps.",
10
10
  "keywords": [
11
11
  "react",