@faststore/components 3.68.0 → 3.70.2

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.
@@ -12,8 +12,8 @@ interface VariationProductColumn {
12
12
  label: string;
13
13
  stockDisplaySettings: 'showStockQuantity' | 'showAvailability';
14
14
  };
15
- price: number;
16
- quantitySelector: number;
15
+ price: string;
16
+ quantitySelector: string;
17
17
  }
18
18
  export interface SKUMatrixSidebarProps extends Omit<SlideOverProps, 'isOpen' | 'setIsOpen' | 'fade'> {
19
19
  /**
@@ -12,8 +12,8 @@ interface VariationProductColumn {
12
12
  label: string;
13
13
  stockDisplaySettings: 'showStockQuantity' | 'showAvailability';
14
14
  };
15
- price: number;
16
- quantitySelector: number;
15
+ price: string;
16
+ quantitySelector: string;
17
17
  }
18
18
  export interface SKUMatrixSidebarProps extends Omit<SlideOverProps, 'isOpen' | 'setIsOpen' | 'fade'> {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/components",
3
- "version": "3.68.0",
3
+ "version": "3.70.2",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "typings": "dist/esm/index.d.ts",
@@ -56,5 +56,5 @@
56
56
  "volta": {
57
57
  "extends": "../../package.json"
58
58
  },
59
- "gitHead": "ecc700eec58eaa22c6ae8c5f655c204ecf18f598"
59
+ "gitHead": "9388d1dd171b76fa3ccb77ec3a5327b2ca9a01fc"
60
60
  }
@@ -20,8 +20,8 @@ interface VariationProductColumn {
20
20
  label: string
21
21
  stockDisplaySettings: 'showStockQuantity' | 'showAvailability'
22
22
  }
23
- price: number
24
- quantitySelector: number
23
+ price: string
24
+ quantitySelector: string
25
25
  }
26
26
 
27
27
  const ImageComponentFallback: SKUMatrixSidebarProps['ImageComponent'] = ({