sag_components 2.0.0-beta89 → 2.0.0-beta90

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.
@@ -35,3 +35,4 @@ export { default as BarChartTwoRows } from "./components/BarChartTwoRows/BarChar
35
35
  export { default as TwoBarCharts } from "./components/TwoBarCharts/TwoBarCharts.jsx";
36
36
  export { default as CollapseData } from "./components/CollapseData/CollapseData.jsx";
37
37
  export { default as InsightsCarousel } from "./components/InsightsCarousel/InsightsCarousel.jsx";
38
+ export { default as DownloadProgress } from "./components/DownloadProgress/DownloadProgress.jsx";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta89",
3
+ "version": "2.0.0-beta90",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",