sag_components 2.0.0-beta94 → 2.0.0-beta96

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,4 +1,4 @@
1
- export function BubbleChart({ data, title, subtitle, leftHeader, rightHeader, topHeader, bottomHeader, colorPalette, height, width, backgroundColor, showAxis, }: {
1
+ export function BubbleChart({ data, title, subtitle, leftHeader, rightHeader, topHeader, bottomHeader, colorPalette, height, width, backgroundColor, showAxis, noDataText, }: {
2
2
  data?: any[];
3
3
  title?: string;
4
4
  subtitle?: string;
@@ -11,5 +11,6 @@ export function BubbleChart({ data, title, subtitle, leftHeader, rightHeader, to
11
11
  width?: string;
12
12
  backgroundColor?: string;
13
13
  showAxis?: boolean;
14
+ noDataText?: string;
14
15
  }): import("react/jsx-runtime").JSX.Element;
15
16
  export default BubbleChart;
@@ -80,6 +80,12 @@ declare namespace _default {
80
80
  let description_12: string;
81
81
  export { description_12 as description };
82
82
  }
83
+ export namespace noDataText {
84
+ let control_11: string;
85
+ export { control_11 as control };
86
+ let description_13: string;
87
+ export { description_13 as description };
88
+ }
83
89
  }
84
90
  }
85
91
  export default _default;
@@ -89,5 +95,6 @@ export const ShowAxis: any;
89
95
  export const InAdThemeData: any;
90
96
  export const EcommOnlySavingsEventData: any;
91
97
  export const backgroundWhite: any;
98
+ export const noData: any;
92
99
  import BubbleChart from './BubbleChart';
93
100
  import readme from './BubbleChart.md';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta94",
3
+ "version": "2.0.0-beta96",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",