@wix/headless-stores 0.0.32 → 0.0.33
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.
|
@@ -7,6 +7,7 @@ import { ProductService, ProductServiceDefinition, } from "@wix/headless-stores/
|
|
|
7
7
|
* Root component that provides the ProductsList service context to its children.
|
|
8
8
|
* This component sets up the necessary services for managing products list state.
|
|
9
9
|
*
|
|
10
|
+
* @order 1
|
|
10
11
|
* @component
|
|
11
12
|
* @example
|
|
12
13
|
* ```tsx
|
|
@@ -7,6 +7,7 @@ import { ProductService, ProductServiceDefinition, } from "@wix/headless-stores/
|
|
|
7
7
|
* Root component that provides the ProductsList service context to its children.
|
|
8
8
|
* This component sets up the necessary services for managing products list state.
|
|
9
9
|
*
|
|
10
|
+
* @order 1
|
|
10
11
|
* @component
|
|
11
12
|
* @example
|
|
12
13
|
* ```tsx
|