@wix/headless-stores 0.0.53 → 0.0.54
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,6 +1,6 @@
|
|
|
1
1
|
export * as CategoryListCore from './core/CategoryList.js';
|
|
2
2
|
export * as CategoryCore from './core/Category.js';
|
|
3
|
-
export * as
|
|
3
|
+
export * as ProductCore from './core/Product.js';
|
|
4
4
|
export * as ProductModifiers from './core/ProductModifiers.js';
|
|
5
5
|
export * as ProductList from './core/ProductList.js';
|
|
6
6
|
export * as ProductListFilters from './core/ProductListFilters.js';
|
|
@@ -8,7 +8,7 @@ export * as ProductListPagination from './core/ProductListPagination.js';
|
|
|
8
8
|
export * as ProductListSort from './core/ProductListSort.js';
|
|
9
9
|
export * as ProductVariantSelector from './core/ProductVariantSelector.js';
|
|
10
10
|
export * as SelectedVariant from './core/SelectedVariant.js';
|
|
11
|
-
export * as
|
|
11
|
+
export * as Product from './Product.js';
|
|
12
12
|
export * as Option from './Option.js';
|
|
13
13
|
export * as Choice from './Choice.js';
|
|
14
14
|
export * as CategoryList from './CategoryList.js';
|
package/cjs/dist/react/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * as CategoryListCore from './core/CategoryList.js';
|
|
2
2
|
export * as CategoryCore from './core/Category.js';
|
|
3
|
-
export * as
|
|
3
|
+
export * as ProductCore from './core/Product.js';
|
|
4
4
|
export * as ProductModifiers from './core/ProductModifiers.js';
|
|
5
5
|
export * as ProductList from './core/ProductList.js';
|
|
6
6
|
export * as ProductListFilters from './core/ProductListFilters.js';
|
|
@@ -8,7 +8,7 @@ export * as ProductListPagination from './core/ProductListPagination.js';
|
|
|
8
8
|
export * as ProductListSort from './core/ProductListSort.js';
|
|
9
9
|
export * as ProductVariantSelector from './core/ProductVariantSelector.js';
|
|
10
10
|
export * as SelectedVariant from './core/SelectedVariant.js';
|
|
11
|
-
export * as
|
|
11
|
+
export * as Product from './Product.js';
|
|
12
12
|
export * as Option from './Option.js';
|
|
13
13
|
export * as Choice from './Choice.js';
|
|
14
14
|
export * as CategoryList from './CategoryList.js';
|
package/dist/react/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * as CategoryListCore from './core/CategoryList.js';
|
|
2
2
|
export * as CategoryCore from './core/Category.js';
|
|
3
|
-
export * as
|
|
3
|
+
export * as ProductCore from './core/Product.js';
|
|
4
4
|
export * as ProductModifiers from './core/ProductModifiers.js';
|
|
5
5
|
export * as ProductList from './core/ProductList.js';
|
|
6
6
|
export * as ProductListFilters from './core/ProductListFilters.js';
|
|
@@ -8,7 +8,7 @@ export * as ProductListPagination from './core/ProductListPagination.js';
|
|
|
8
8
|
export * as ProductListSort from './core/ProductListSort.js';
|
|
9
9
|
export * as ProductVariantSelector from './core/ProductVariantSelector.js';
|
|
10
10
|
export * as SelectedVariant from './core/SelectedVariant.js';
|
|
11
|
-
export * as
|
|
11
|
+
export * as Product from './Product.js';
|
|
12
12
|
export * as Option from './Option.js';
|
|
13
13
|
export * as Choice from './Choice.js';
|
|
14
14
|
export * as CategoryList from './CategoryList.js';
|
package/dist/react/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * as CategoryListCore from './core/CategoryList.js';
|
|
2
2
|
export * as CategoryCore from './core/Category.js';
|
|
3
|
-
export * as
|
|
3
|
+
export * as ProductCore from './core/Product.js';
|
|
4
4
|
export * as ProductModifiers from './core/ProductModifiers.js';
|
|
5
5
|
export * as ProductList from './core/ProductList.js';
|
|
6
6
|
export * as ProductListFilters from './core/ProductListFilters.js';
|
|
@@ -8,7 +8,7 @@ export * as ProductListPagination from './core/ProductListPagination.js';
|
|
|
8
8
|
export * as ProductListSort from './core/ProductListSort.js';
|
|
9
9
|
export * as ProductVariantSelector from './core/ProductVariantSelector.js';
|
|
10
10
|
export * as SelectedVariant from './core/SelectedVariant.js';
|
|
11
|
-
export * as
|
|
11
|
+
export * as Product from './Product.js';
|
|
12
12
|
export * as Option from './Option.js';
|
|
13
13
|
export * as Choice from './Choice.js';
|
|
14
14
|
export * as CategoryList from './CategoryList.js';
|