umwd-components 0.1.815 → 0.1.816

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,4 +1,4 @@
1
1
  declare const InvoicePDF: () => import("react/jsx-runtime").JSX.Element;
2
- export declare function InvoiceDownloadLink(): import("react/jsx-runtime").JSX.Element;
3
- export declare function InvoicePDFViewer(): import("react/jsx-runtime").JSX.Element;
4
- export default InvoicePDF;
2
+ declare function InvoiceDownloadLink(): import("react/jsx-runtime").JSX.Element;
3
+ declare function InvoicePDFViewer(): import("react/jsx-runtime").JSX.Element;
4
+ export { InvoicePDF, InvoicePDFViewer, InvoiceDownloadLink };
@@ -98,6 +98,7 @@ export { OpoSummaryRow as OpoSummaryRow } from "./components/e-commerce/opo/OpoS
98
98
  export { PaymentStatusIndicator as PaymentStatusIndicator } from "./components/e-commerce/opo/PaymentStatusIndicator";
99
99
  export { InvoiceDownloadLink as InvoiceDownloadLink } from "./components/e-commerce/invoice/InvoicePDF";
100
100
  export { InvoicePDFViewer as InvoicePDFViewer } from "./components/e-commerce/invoice/InvoicePDF";
101
+ export { InvoicePDF as InvoicePDF } from "./components/e-commerce/invoice/InvoicePDF";
101
102
  export { getCustomerProfile as getCustomerProfile, getSingleOrderByUuid as getSingleOrderByUuid, } from "./data/loaders/e-commerce-loaders";
102
103
  export { getAllOpos as getAllOpos } from "./data/loaders/e-commerce/getAllOpos";
103
104
  export { getSingleCategory as getSingleCategory } from "./data/loaders/e-commerce/getSingleCategory";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "umwd-components",
3
- "version": "0.1.815",
3
+ "version": "0.1.816",
4
4
  "description": "UMWD Component library",
5
5
  "main": "./dist/cjs/src/index.js",
6
6
  "module": "./dist/esm/src/index.js",