@bigbinary/neetoui 5.2.24 → 5.2.26

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/index.cjs.js CHANGED
@@ -35889,6 +35889,7 @@ var Table = function Table(_ref) {
35889
35889
  return /*#__PURE__*/React__default["default"].createElement(Button, {
35890
35890
  className: "",
35891
35891
  icon: neetoIcons.Left,
35892
+ size: "small",
35892
35893
  style: "text"
35893
35894
  });
35894
35895
  }
@@ -35896,6 +35897,7 @@ var Table = function Table(_ref) {
35896
35897
  return /*#__PURE__*/React__default["default"].createElement(Button, {
35897
35898
  className: "",
35898
35899
  icon: neetoIcons.Right,
35900
+ size: "small",
35899
35901
  style: "text"
35900
35902
  });
35901
35903
  }
@@ -35903,6 +35905,7 @@ var Table = function Table(_ref) {
35903
35905
  return /*#__PURE__*/React__default["default"].createElement(Button, {
35904
35906
  className: "",
35905
35907
  icon: neetoIcons.MenuHorizontal,
35908
+ size: "small",
35906
35909
  style: "text"
35907
35910
  });
35908
35911
  }
@@ -35910,6 +35913,7 @@ var Table = function Table(_ref) {
35910
35913
  return /*#__PURE__*/React__default["default"].createElement(Button, {
35911
35914
  className: "",
35912
35915
  icon: neetoIcons.MenuHorizontal,
35916
+ size: "small",
35913
35917
  style: "text"
35914
35918
  });
35915
35919
  }