@numueg/theme-sdk 0.1.0 → 0.2.0

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,5 +1,3 @@
1
- import './theme-NWJAU9jd.js';
2
-
3
1
  /** Core store entity */
4
2
  interface Store {
5
3
  id: string;
@@ -164,4 +162,4 @@ interface Page {
164
162
  data?: Record<string, any>;
165
163
  }
166
164
 
167
- export type { Address as A, Collection as C, Order as O, Product as P, Store as S, Cart as a, Customer as b, Page as c, ProductVariant as d, CartItem as e, OrderItem as f, ProductImage as g, ProductOption as h };
165
+ export type { Address as A, Cart as C, Order as O, Page as P, Store as S, CartItem as a, Collection as b, Customer as c, OrderItem as d, Product as e, ProductImage as f, ProductVariant as g, ProductOption as h };
@@ -1,5 +1,3 @@
1
- import './theme-NWJAU9jd.mjs';
2
-
3
1
  /** Core store entity */
4
2
  interface Store {
5
3
  id: string;
@@ -164,4 +162,4 @@ interface Page {
164
162
  data?: Record<string, any>;
165
163
  }
166
164
 
167
- export type { Address as A, Collection as C, Order as O, Product as P, Store as S, Cart as a, Customer as b, Page as c, ProductVariant as d, CartItem as e, OrderItem as f, ProductImage as g, ProductOption as h };
165
+ export type { Address as A, Cart as C, Order as O, Page as P, Store as S, CartItem as a, Collection as b, Customer as c, OrderItem as d, Product as e, ProductImage as f, ProductVariant as g, ProductOption as h };