formica-ui-lib 1.0.213 → 1.0.214

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.
@@ -130,6 +130,8 @@ export type ProductDetailVariant = {
130
130
  grade?: string;
131
131
  isEcomm?: boolean;
132
132
  isMTO?: boolean;
133
+ isSample?: boolean;
134
+ sampleAvailable?: boolean;
133
135
  bigCommerceProductId?: string;
134
136
  publishDate: string;
135
137
  unpublishDate: string;