@gobolt/genesis 0.4.19 → 0.4.20
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.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -85374,7 +85374,7 @@ const SecondaryTableControlsRow = ({
|
|
|
85374
85374
|
children: [
|
|
85375
85375
|
/* @__PURE__ */ jsxRuntime.jsx(GroupsRow, { groups, onGroupItemClick }),
|
|
85376
85376
|
(totalRecords ?? 0) > 0 && !infiniteScrollData ? /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body2", color: "#6C6C6C", children: `${totalRecords} results` }) : null,
|
|
85377
|
-
infiniteScrollData ? /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body2", color: "#6C6C6C", children:
|
|
85377
|
+
infiniteScrollData ? /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body2", color: "#6C6C6C", children: `${infiniteScrollData.resultsShown} results` }) : null
|
|
85378
85378
|
]
|
|
85379
85379
|
}
|
|
85380
85380
|
);
|
package/dist/index.js
CHANGED
|
@@ -85356,7 +85356,7 @@ const SecondaryTableControlsRow = ({
|
|
|
85356
85356
|
children: [
|
|
85357
85357
|
/* @__PURE__ */ jsx(GroupsRow, { groups, onGroupItemClick }),
|
|
85358
85358
|
(totalRecords ?? 0) > 0 && !infiniteScrollData ? /* @__PURE__ */ jsx(Typography, { variant: "body2", color: "#6C6C6C", children: `${totalRecords} results` }) : null,
|
|
85359
|
-
infiniteScrollData ? /* @__PURE__ */ jsx(Typography, { variant: "body2", color: "#6C6C6C", children:
|
|
85359
|
+
infiniteScrollData ? /* @__PURE__ */ jsx(Typography, { variant: "body2", color: "#6C6C6C", children: `${infiniteScrollData.resultsShown} results` }) : null
|
|
85360
85360
|
]
|
|
85361
85361
|
}
|
|
85362
85362
|
);
|