@gobolt/genesis 0.4.27 → 0.4.28

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 CHANGED
@@ -85754,7 +85754,7 @@ const SecondaryTableControlsRow = ({
85754
85754
  marginRight: 16
85755
85755
  },
85756
85756
  children: [
85757
- isMoreThanInitial && hasChanged ? /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body1", color: "#6C6C6C", children: `${infiniteScrollData?.resultsShown ?? intialRowTotal} results` }) : null,
85757
+ isMoreThanInitial && hasChanged ? /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body3", color: "#6C6C6C", children: `${infiniteScrollData?.resultsShown ?? intialRowTotal} results` }) : null,
85758
85758
  !isGroupsEmpty ? /* @__PURE__ */ jsxRuntime.jsx(
85759
85759
  "button",
85760
85760
  {
@@ -85769,7 +85769,7 @@ const SecondaryTableControlsRow = ({
85769
85769
  alignItems: "center",
85770
85770
  gap: 4
85771
85771
  },
85772
- children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body1", color: "#30606B;", children: "Clear Filters" })
85772
+ children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body3", color: "#30606B;", children: "Clear Filters" })
85773
85773
  }
85774
85774
  ) : null
85775
85775
  ]
package/dist/index.js CHANGED
@@ -85736,7 +85736,7 @@ const SecondaryTableControlsRow = ({
85736
85736
  marginRight: 16
85737
85737
  },
85738
85738
  children: [
85739
- isMoreThanInitial && hasChanged ? /* @__PURE__ */ jsx(Typography, { variant: "body1", color: "#6C6C6C", children: `${infiniteScrollData?.resultsShown ?? intialRowTotal} results` }) : null,
85739
+ isMoreThanInitial && hasChanged ? /* @__PURE__ */ jsx(Typography, { variant: "body3", color: "#6C6C6C", children: `${infiniteScrollData?.resultsShown ?? intialRowTotal} results` }) : null,
85740
85740
  !isGroupsEmpty ? /* @__PURE__ */ jsx(
85741
85741
  "button",
85742
85742
  {
@@ -85751,7 +85751,7 @@ const SecondaryTableControlsRow = ({
85751
85751
  alignItems: "center",
85752
85752
  gap: 4
85753
85753
  },
85754
- children: /* @__PURE__ */ jsx(Typography, { variant: "body1", color: "#30606B;", children: "Clear Filters" })
85754
+ children: /* @__PURE__ */ jsx(Typography, { variant: "body3", color: "#30606B;", children: "Clear Filters" })
85755
85755
  }
85756
85756
  ) : null
85757
85757
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gobolt/genesis",
3
- "version": "0.4.27",
3
+ "version": "0.4.28",
4
4
  "description": "genesis design system",
5
5
  "author": "gobolt",
6
6
  "license": "MIT",