@bigbinary/neeto-site-blocks 1.3.2 → 1.3.3

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/dist/index.js CHANGED
@@ -2850,6 +2850,11 @@ var LOGO_SIZE_VALUES = {
2850
2850
  "7xl": 52,
2851
2851
  "8xl": 56
2852
2852
  };
2853
+ var IMAGE_FIT_VALUES = {
2854
+ auto: "auto",
2855
+ cover: "cover",
2856
+ contain: "contain"
2857
+ };
2853
2858
 
2854
2859
  var index$1 = /*#__PURE__*/Object.freeze({
2855
2860
  __proto__: null,
@@ -2875,7 +2880,8 @@ var index$1 = /*#__PURE__*/Object.freeze({
2875
2880
  DEFAULT_TYPOGRAPHY_STYLES: DEFAULT_TYPOGRAPHY_STYLES,
2876
2881
  DEFAULT_LINK_STYLES: DEFAULT_LINK_STYLES,
2877
2882
  IMAGE_POSITIONS: IMAGE_POSITIONS,
2878
- LOGO_SIZE_VALUES: LOGO_SIZE_VALUES
2883
+ LOGO_SIZE_VALUES: LOGO_SIZE_VALUES,
2884
+ IMAGE_FIT_VALUES: IMAGE_FIT_VALUES
2879
2885
  });
2880
2886
 
2881
2887
  var _excluded$1A = ["size"];