erp-pos-ecommerce-shared 0.1.5 → 0.1.6
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/components.js +2 -2
- package/dist/components.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/components.js
CHANGED
|
@@ -1470,7 +1470,7 @@ var TableBody = ({
|
|
|
1470
1470
|
Menu.Item,
|
|
1471
1471
|
{
|
|
1472
1472
|
onClick: action.onClick,
|
|
1473
|
-
|
|
1473
|
+
leftSection: action.Icon && /* @__PURE__ */ jsx(action.Icon, {}),
|
|
1474
1474
|
children: action.label
|
|
1475
1475
|
},
|
|
1476
1476
|
action.label
|
|
@@ -1609,7 +1609,7 @@ var SimpleDataTable = ({
|
|
|
1609
1609
|
const dataColumnsCount = table.getAllLeafColumns().length;
|
|
1610
1610
|
const hasActionsColumn = !!(columnActions || listMenuActions);
|
|
1611
1611
|
const headerBg = typeof headerBgColor === "string" ? headerBgColor : headerBgColor?.bgColor ?? defaultHeaderBgColor;
|
|
1612
|
-
return /* @__PURE__ */ jsx(Paper, { withBorder, radius: borderRadius, children: /* @__PURE__ */ jsx(ScrollArea, { h:
|
|
1612
|
+
return /* @__PURE__ */ jsx(Paper, { withBorder, radius: borderRadius, children: /* @__PURE__ */ jsx(ScrollArea, { h: 600, type: "scroll", scrollbarSize: 8, children: /* @__PURE__ */ jsxs(
|
|
1613
1613
|
Table,
|
|
1614
1614
|
{
|
|
1615
1615
|
styles: {
|