@bigbinary/neetoui 5.2.25 → 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 +4 -0
- package/index.cjs.js.map +1 -1
- package/index.css +1 -1
- package/index.js +4 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -35856,6 +35856,7 @@ var Table = function Table(_ref) {
|
|
|
35856
35856
|
return /*#__PURE__*/React__default.createElement(Button, {
|
|
35857
35857
|
className: "",
|
|
35858
35858
|
icon: Left,
|
|
35859
|
+
size: "small",
|
|
35859
35860
|
style: "text"
|
|
35860
35861
|
});
|
|
35861
35862
|
}
|
|
@@ -35863,6 +35864,7 @@ var Table = function Table(_ref) {
|
|
|
35863
35864
|
return /*#__PURE__*/React__default.createElement(Button, {
|
|
35864
35865
|
className: "",
|
|
35865
35866
|
icon: Right,
|
|
35867
|
+
size: "small",
|
|
35866
35868
|
style: "text"
|
|
35867
35869
|
});
|
|
35868
35870
|
}
|
|
@@ -35870,6 +35872,7 @@ var Table = function Table(_ref) {
|
|
|
35870
35872
|
return /*#__PURE__*/React__default.createElement(Button, {
|
|
35871
35873
|
className: "",
|
|
35872
35874
|
icon: MenuHorizontal,
|
|
35875
|
+
size: "small",
|
|
35873
35876
|
style: "text"
|
|
35874
35877
|
});
|
|
35875
35878
|
}
|
|
@@ -35877,6 +35880,7 @@ var Table = function Table(_ref) {
|
|
|
35877
35880
|
return /*#__PURE__*/React__default.createElement(Button, {
|
|
35878
35881
|
className: "",
|
|
35879
35882
|
icon: MenuHorizontal,
|
|
35883
|
+
size: "small",
|
|
35880
35884
|
style: "text"
|
|
35881
35885
|
});
|
|
35882
35886
|
}
|