@vizzly/dashboard 0.14.4-dev-51267ad10bc9846a5c46942c25ada51ebac30d1a → 0.14.4-dev-12c764e26a853f4862d2a960cce54b033696df5a

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.
@@ -52,3 +52,4 @@ export declare type ProgressAttributes = ComponentType.ProgressAttributes;
52
52
  export declare type EditorSectionProps = VizzlyComponents.EditorSectionProps<ViewAttributes>;
53
53
  export type { VizzlyDashboard } from './sdk/types';
54
54
  export type { QueryEngineConfig } from '../../shared-logic/src/QueryEngineConfig/types';
55
+ export declare const VIRDIS_COLOR_PALETTE: string[];
@@ -72595,11 +72595,13 @@ var index = {
72595
72595
  displayPositions: displayPositions,
72596
72596
  DataSetField: DataSetField
72597
72597
  };
72598
+ var VIRDIS_COLOR_PALETTE = ["#440154FF", "#414487FF", "#2A788EFF", "#22A884FF", "#7AD151FF", "#FDE725FF"];
72598
72599
 
72599
72600
  exports.Dashboard = Dashboard$2;
72600
72601
  exports.DataSetField = DataSetField;
72601
72602
  exports.Editor = Editor$1;
72602
72603
  exports.NewVizzlyImplementation = NewVizzlyImplementation;
72604
+ exports.VIRDIS_COLOR_PALETTE = VIRDIS_COLOR_PALETTE;
72603
72605
  exports.VizzlyState = VizzlyState;
72604
72606
  exports.VizzlyTheming = VizzlyTheming;
72605
72607
  exports.default = index;