@bigbinary/neeto-site-blocks 1.0.6 → 1.0.7
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 +1 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -23,7 +23,6 @@ var require$$0$1 = require('os');
|
|
|
23
23
|
var require$$8 = require('zlib');
|
|
24
24
|
var require$$1$2 = require('path');
|
|
25
25
|
var require$$6 = require('fs');
|
|
26
|
-
var pure = require('@bigbinary/neeto-commons-frontend/pure');
|
|
27
26
|
var neetoCist = require('@bigbinary/neeto-cist');
|
|
28
27
|
|
|
29
28
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -40225,7 +40224,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
|
|
|
40225
40224
|
src: properties.logo.src,
|
|
40226
40225
|
className: classnames("col-start-2 ml-3 flex max-h-8 justify-start sm:ml-0 sm:max-h-10 lg:col-span-3 lg:col-start-1 lg:max-h-12", {
|
|
40227
40226
|
"col-span-10": isEmpty(buttons),
|
|
40228
|
-
"col-span-3 sm:col-span-4 sm:col-start-2":
|
|
40227
|
+
"col-span-3 sm:col-span-4 sm:col-start-2": neetoCist.isNotEmpty(buttons)
|
|
40229
40228
|
})
|
|
40230
40229
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
40231
40230
|
className: classnames("col-span-5 col-start-4 hidden items-center justify-center gap-x-6 lg:flex", {
|