formica-ui-lib 1.0.289 → 1.0.291

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.
@@ -171,6 +171,7 @@ export interface MarketReadinessSampleEditor {
171
171
  newSkuValue: string;
172
172
  selectedFinish?: string;
173
173
  selectedSize?: string;
174
+ variantOptionsReadOnly?: boolean;
174
175
  finishOptions: MarketReadinessSkuVariantOption[];
175
176
  sizeOptions: MarketReadinessSkuVariantOption[];
176
177
  identifierHelpText: string;