formica-ui-lib 1.0.229 → 1.0.231

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.
@@ -36,6 +36,8 @@ export type PurchasePanelTabOptionGroups = {
36
36
  gradeOptions?: PurchasePanelOptionProps[];
37
37
  textureOptions?: PurchasePanelOptionProps[];
38
38
  sizeOptions?: PurchasePanelOptionProps[];
39
+ minQuantity?: number;
40
+ maxQuantity?: number;
39
41
  };
40
42
  export type ProductVariantProps = {
41
43
  id: string;
@@ -102,6 +102,8 @@ export type ProductDetailPurchaseTabOptionIds = {
102
102
  productOptionIds?: string[];
103
103
  textureOptionIds?: string[];
104
104
  sizeOptionIds?: string[];
105
+ minQuantity?: number;
106
+ maxQuantity?: number;
105
107
  };
106
108
  export type ProductDetailPurchase = {
107
109
  defaults?: {