@trafilea/afrodita-components 6.28.18 → 6.29.0

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.
package/build/index.js CHANGED
@@ -2173,7 +2173,7 @@ if (process.env.NODE_ENV !== 'production') {
2173
2173
  EmotionCacheContext.displayName = 'EmotionCacheContext';
2174
2174
  }
2175
2175
 
2176
- EmotionCacheContext.Provider;
2176
+ var CacheProvider = EmotionCacheContext.Provider;
2177
2177
 
2178
2178
  var withEmotionCache = function withEmotionCache(func) {
2179
2179
  // $FlowFixMe
@@ -20952,6 +20952,7 @@ exports.ButtonPrimary = ButtonPrimary;
20952
20952
  exports.ButtonSecondary = ButtonSecondary;
20953
20953
  exports.ButtonSecondaryOutline = ButtonSecondaryOutline;
20954
20954
  exports.BuyNowPayLater = BuyNowPayLater;
20955
+ exports.CacheProvider = CacheProvider;
20955
20956
  exports.CancellationFlowAccordionContentPerPartner = CancellationFlowAccordionContentPerPartner;
20956
20957
  exports.Card = Card$3;
20957
20958
  exports.CartProductItem = CartProductItem;
@@ -21054,6 +21055,7 @@ exports.TrackingProgressV2 = TrackingProgressV2;
21054
21055
  exports.Video = Video$1;
21055
21056
  exports.buildImageUrl = buildImageUrl;
21056
21057
  exports.componentSizeMapper = componentSizeMapper;
21058
+ exports.createCache = createCache;
21057
21059
  exports.css = css;
21058
21060
  exports.decimalFormat = decimalFormat;
21059
21061
  exports.formatPrice = formatPrice;