@databrainhq/plugin 0.7.1 → 0.7.2

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.
@@ -101,6 +101,11 @@ export declare type MetricOutputProps = {
101
101
  setBackGroundColor: React.Dispatch<React.SetStateAction<BackgroundSettings>>;
102
102
  rlsConditions?: RlsCondition[] | undefined;
103
103
  onChangeFilterValue?: (name: string, value: string) => void;
104
+ moreTabs?: {
105
+ name: string;
106
+ tab: JSX.Element;
107
+ tabContent: JSX.Element;
108
+ }[];
104
109
  };
105
110
  export declare type CompanyIntegration = {
106
111
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databrainhq/plugin",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "Databrain app dashboard ui plugin.",
5
5
  "author": "",
6
6
  "license": "MIT",