@bigbinary/neeto-site-blocks 1.0.6 → 1.1.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/dist/index.js CHANGED
@@ -1,8 +1,8 @@
1
- import _extends$2 from '@babel/runtime/helpers/extends';
2
1
  import * as React from 'react';
3
2
  import React__default, { createContext, useLayoutEffect, useEffect, useContext, useRef, useInsertionEffect, useCallback, useMemo, forwardRef, createElement as createElement$1, useId, useState, cloneElement, Children, isValidElement } from 'react';
4
3
  import _defineProperty$1 from '@babel/runtime/helpers/defineProperty';
5
4
  import styled from 'styled-components';
5
+ import _extends$2 from '@babel/runtime/helpers/extends';
6
6
  import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
7
7
  import _taggedTemplateLiteral from '@babel/runtime/helpers/taggedTemplateLiteral';
8
8
  import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
@@ -20,8 +20,7 @@ import require$$0$1 from 'os';
20
20
  import require$$8 from 'zlib';
21
21
  import require$$1$2 from 'path';
22
22
  import require$$6 from 'fs';
23
- import { isNotEmpty } from '@bigbinary/neeto-commons-frontend/pure';
24
- import { isNotEmpty as isNotEmpty$1 } from '@bigbinary/neeto-cist';
23
+ import { isNotEmpty } from '@bigbinary/neeto-cist';
25
24
 
26
25
  function getDefaultExportFromCjs (x) {
27
26
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
@@ -40349,7 +40348,7 @@ var HeaderWithLogoTitle = function HeaderWithLogoTitle(_ref) {
40349
40348
  }, /*#__PURE__*/React__default.createElement("div", {
40350
40349
  className: classnames("col-start-2 ml-3 flex items-center sm:ml-0 sm:gap-x-4 lg:col-span-4 lg:col-start-1", {
40351
40350
  "col-span-10": isEmpty(buttons),
40352
- "col-span-4": isNotEmpty$1(buttons)
40351
+ "col-span-4": isNotEmpty(buttons)
40353
40352
  })
40354
40353
  }, /*#__PURE__*/React__default.createElement(StyledImage$1, {
40355
40354
  className: "max-h-8 sm:max-h-10 lg:max-h-12",