@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.cjs.js +7 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2896,6 +2896,11 @@ var LOGO_SIZE_VALUES = {
|
|
|
2896
2896
|
"7xl": 52,
|
|
2897
2897
|
"8xl": 56
|
|
2898
2898
|
};
|
|
2899
|
+
var IMAGE_FIT_VALUES = {
|
|
2900
|
+
auto: "auto",
|
|
2901
|
+
cover: "cover",
|
|
2902
|
+
contain: "contain"
|
|
2903
|
+
};
|
|
2899
2904
|
|
|
2900
2905
|
var index$1 = /*#__PURE__*/Object.freeze({
|
|
2901
2906
|
__proto__: null,
|
|
@@ -2921,7 +2926,8 @@ var index$1 = /*#__PURE__*/Object.freeze({
|
|
|
2921
2926
|
DEFAULT_TYPOGRAPHY_STYLES: DEFAULT_TYPOGRAPHY_STYLES,
|
|
2922
2927
|
DEFAULT_LINK_STYLES: DEFAULT_LINK_STYLES,
|
|
2923
2928
|
IMAGE_POSITIONS: IMAGE_POSITIONS,
|
|
2924
|
-
LOGO_SIZE_VALUES: LOGO_SIZE_VALUES
|
|
2929
|
+
LOGO_SIZE_VALUES: LOGO_SIZE_VALUES,
|
|
2930
|
+
IMAGE_FIT_VALUES: IMAGE_FIT_VALUES
|
|
2925
2931
|
});
|
|
2926
2932
|
|
|
2927
2933
|
var _excluded$1A = ["size"];
|