formica-ui-lib 1.0.288 → 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.
@@ -77,10 +77,12 @@ export interface MarketReadinessSkuListItem {
77
77
  }
78
78
  export interface MarketReadinessSkuIntegration {
79
79
  lxId?: string;
80
+ lxSyncLoading?: boolean;
80
81
  bigCommerceId?: string;
81
82
  bigCommerceStatusLabel?: string;
82
83
  bigCommerceSyncLabel?: string;
83
84
  bigCommerceSyncDisabled?: boolean;
85
+ bigCommerceSyncLoading?: boolean;
84
86
  availableForOnlineCheckout?: boolean;
85
87
  availabilityLabel?: string;
86
88
  priceLabel?: string;
@@ -169,6 +171,7 @@ export interface MarketReadinessSampleEditor {
169
171
  newSkuValue: string;
170
172
  selectedFinish?: string;
171
173
  selectedSize?: string;
174
+ variantOptionsReadOnly?: boolean;
172
175
  finishOptions: MarketReadinessSkuVariantOption[];
173
176
  sizeOptions: MarketReadinessSkuVariantOption[];
174
177
  identifierHelpText: string;