@bigbinary/neeto-molecules 1.0.89 → 1.0.91

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.
@@ -1510,7 +1510,7 @@ function _defineProperty(obj, key, value) {
1510
1510
  var _excluded$1 = ["buttonProps"];
1511
1511
  function ownKeys$2(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
1512
1512
  function _objectSpread$2(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
1513
- var Columns = function Columns(_ref) {
1513
+ var Columns = /*#__PURE__*/forwardRef(function (_ref, ref) {
1514
1514
  var _ref$buttonProps = _ref.buttonProps,
1515
1515
  buttonProps = _ref$buttonProps === void 0 ? {} : _ref$buttonProps,
1516
1516
  props = _objectWithoutProperties(_ref, _excluded$1);
@@ -1529,8 +1529,11 @@ var Columns = function Columns(_ref) {
1529
1529
  "data-testid": "columns-button",
1530
1530
  "data-cy": "columns-dropdown-button"
1531
1531
  }, buttonProps)
1532
- }, props)));
1533
- };
1532
+ }, _objectSpread$2(_objectSpread$2({}, props), {}, {
1533
+ ref: ref
1534
+ }))));
1535
+ });
1536
+ Columns.displayName = "Columns";
1534
1537
 
1535
1538
  var DownloadButton = function DownloadButton(_ref) {
1536
1539
  var count = _ref.count,