@yugabytedb/perf-advisor-ui 1.0.32 → 1.0.33

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/dist/types.d.ts CHANGED
@@ -683,7 +683,7 @@ interface CodeBlockProps {
683
683
  }
684
684
  declare const YBCodeBlockCopy: FC<CodeBlockProps>;
685
685
 
686
- declare const useCodeBlockStyles: (props?: any) => _material_ui_core_styles_withStyles.ClassNameMap<"codeClassName" | "preClassName" | "containerClassName" | "searchBox" | "refreshBtn" | "codeBlock" | "codeBlockSqlView" | "tableHeaderCell" | "rowTableCell" | "tableContainer" | "tableRow" | "queryTableRow" | "queryTableCell" | "queryPreBlock" | "queryCodeElement" | "queryContainerCode" | "defaultActions" | "overrideExpandBtn">;
686
+ declare const useCodeBlockStyles: (props?: any) => _material_ui_core_styles_withStyles.ClassNameMap<"searchBox" | "refreshBtn" | "codeBlock" | "codeBlockSqlView" | "tableHeaderCell" | "rowTableCell" | "tableContainer" | "tableRow" | "queryTableRow" | "queryTableCell" | "queryPreBlock" | "queryCodeElement" | "queryContainerCode" | "defaultActions" | "overrideExpandBtn">;
687
687
 
688
688
  interface YBErrorIndicatorProps {
689
689
  type?: string;
@@ -950,6 +950,9 @@ declare const metricSplitSelectors: readonly [{
950
950
  }, {
951
951
  readonly value: MetricMeasure.OUTLIER_TABLES;
952
952
  readonly label: "Outlier Tables";
953
+ }, {
954
+ readonly value: MetricMeasure.OUTLIER_DB;
955
+ readonly label: "Outlier Databases";
953
956
  }];
954
957
  declare const otherSplitSelectors: readonly [{
955
958
  readonly value: MetricMeasure.OVERALL;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yugabytedb/perf-advisor-ui",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "main": "dist/cjs/index.js",
5
5
  "types": "dist/types.d.ts",
6
6
  "author": "Rajagopalan Madhavan",