@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.
@@ -72653,6 +72653,7 @@ var index = {
72653
72653
  displayPositions: displayPositions,
72654
72654
  DataSetField: DataSetField
72655
72655
  };
72656
+ var VIRDIS_COLOR_PALETTE = ["#440154FF", "#414487FF", "#2A788EFF", "#22A884FF", "#7AD151FF", "#FDE725FF"];
72656
72657
 
72657
72658
  export default index;
72658
- export { Dashboard$2 as Dashboard, DataSetField, Editor$1 as Editor, NewVizzlyImplementation, VizzlyState, VizzlyTheming, displayPositions, useVizzly, vizzlyState };
72659
+ export { Dashboard$2 as Dashboard, DataSetField, Editor$1 as Editor, NewVizzlyImplementation, VIRDIS_COLOR_PALETTE, VizzlyState, VizzlyTheming, displayPositions, useVizzly, vizzlyState };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vizzly/dashboard",
3
3
  "author": "james@vizzly.co",
4
- "version": "0.14.4-dev-51267ad10bc9846a5c46942c25ada51ebac30d1a",
4
+ "version": "0.14.4-dev-12c764e26a853f4862d2a960cce54b033696df5a",
5
5
  "source": "src/index.tsx",
6
6
  "types": "./dist/dashboard/src/index.d.ts",
7
7
  "module": "./dist/dashboard.esm.js",