umwd-components 0.1.754 → 0.1.756

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,2 +1 @@
1
- declare function getSalesData(year: number): Promise<any>;
2
- export { getSalesData };
1
+ export declare function getSalesData(year: number): Promise<any>;
@@ -242,3 +242,5 @@ export { IroStatusIndicator } from "./components/e-commerce/iro/IroStatusIndicat
242
242
  export { default as ManageIROForm } from "./components/e-commerce/iro/ManageIROForm";
243
243
  export { default as TextualIROItemUpdater } from "./components/e-commerce/iro/TextualIROItemUpdater";
244
244
  export { default as TextualManageIroForm } from "./components/e-commerce/iro/TextualManageIROForm";
245
+ export { default as SalesChart } from "./components/e-commerce/charts/SalesChart";
246
+ export { getSalesData as getSalesData } from "./data/loaders/e-commerce/charts/getSalesData";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "umwd-components",
3
- "version": "0.1.754",
3
+ "version": "0.1.756",
4
4
  "description": "UMWD Component library",
5
5
  "main": "./dist/cjs/src/index.js",
6
6
  "module": "./dist/esm/src/index.js",