@wix/headless-stores 0.0.89 → 0.0.90

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.
@@ -164,7 +164,7 @@ export interface TotalsDisplayedProps {
164
164
  asChild?: boolean;
165
165
  /** Custom render function when using asChild */
166
166
  children?: AsChildChildren<{
167
- displayedProducts: number;
167
+ displayedItems: number;
168
168
  }>;
169
169
  /** CSS classes to apply to the default element */
170
170
  className?: string;
@@ -164,7 +164,7 @@ export interface TotalsDisplayedProps {
164
164
  asChild?: boolean;
165
165
  /** Custom render function when using asChild */
166
166
  children?: AsChildChildren<{
167
- displayedProducts: number;
167
+ displayedItems: number;
168
168
  }>;
169
169
  /** CSS classes to apply to the default element */
170
170
  className?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/headless-stores",
3
- "version": "0.0.89",
3
+ "version": "0.0.90",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "prebuild": "cd ../media && yarn build && cd ../ecom && yarn build",