@ballistix.digital/react-components 0.4.118 → 0.4.119

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.esm.js CHANGED
@@ -753,7 +753,6 @@ var DividerLayout = function (props) {
753
753
  return result;
754
754
  };
755
755
  var styles = handleGenerateStyle();
756
- console.log(styles.body);
757
756
  return (jsxs("div", { className: styles.container, children: [jsx("div", { className: styles.head, "aria-hidden": "true", children: jsx("div", { className: styles.line }) }), jsx("div", { className: styles.body, children: jsx("div", { className: styles.content, children: children }) })] }));
758
757
  };
759
758