@bigbinary/neeto-site-blocks 1.18.2 → 1.18.4
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 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +7 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -303,7 +303,10 @@ var LOGO_SIZE_VALUES = {
|
|
|
303
303
|
"5xl": 44,
|
|
304
304
|
"6xl": 48,
|
|
305
305
|
"7xl": 52,
|
|
306
|
-
"8xl": 56
|
|
306
|
+
"8xl": 56,
|
|
307
|
+
"9xl": 62,
|
|
308
|
+
"10xl": 70,
|
|
309
|
+
"11xl": 80
|
|
307
310
|
};
|
|
308
311
|
var IMAGE_FIT_VALUES = {
|
|
309
312
|
auto: "auto",
|
|
@@ -16209,7 +16212,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
|
|
|
16209
16212
|
image: image,
|
|
16210
16213
|
priority: true,
|
|
16211
16214
|
alt: properties.logo.alt,
|
|
16212
|
-
className: "max-h-
|
|
16215
|
+
className: "sm:max-h-18 max-h-16 lg:max-h-20",
|
|
16213
16216
|
design: design.logo,
|
|
16214
16217
|
src: properties.logo.src
|
|
16215
16218
|
})
|
|
@@ -16334,7 +16337,7 @@ var HeaderWithDropdownLinks = function HeaderWithDropdownLinks(_ref) {
|
|
|
16334
16337
|
image: image,
|
|
16335
16338
|
priority: true,
|
|
16336
16339
|
alt: properties.logo.alt,
|
|
16337
|
-
className: "max-h-
|
|
16340
|
+
className: "sm:max-h-18 max-h-16 lg:max-h-20",
|
|
16338
16341
|
design: design.logo,
|
|
16339
16342
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
16340
16343
|
id: "header-with-dropdown-links-logo",
|
|
@@ -16589,7 +16592,7 @@ var HeaderWithLogoTitle = function HeaderWithLogoTitle(_ref) {
|
|
|
16589
16592
|
image: image,
|
|
16590
16593
|
priority: true,
|
|
16591
16594
|
alt: properties.logo.alt,
|
|
16592
|
-
className: "max-h-
|
|
16595
|
+
className: "sm:max-h-18 max-h-16 lg:max-h-20",
|
|
16593
16596
|
design: design.logo,
|
|
16594
16597
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
16595
16598
|
id: "header-with-logo-title-logo",
|