@gobolt/genesis 0.9.2 → 0.9.3

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
@@ -77694,7 +77694,7 @@ const GlobalHeader = ({
77694
77694
  children: [
77695
77695
  /* @__PURE__ */ jsxRuntime.jsxs(Tile, { isHorizontal: true, style: { flex: 1, gap: "16px", minWidth: "200px" }, children: [
77696
77696
  onBack && /* @__PURE__ */ jsxRuntime.jsx(UtilityButton, { icon: /* @__PURE__ */ jsxRuntime.jsx(RefIcon$j, {}), onClick: onBack }),
77697
- /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "display3", children: title })
77697
+ /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "display3", style: { marginTop: 0 }, children: title })
77698
77698
  ] }),
77699
77699
  /* @__PURE__ */ jsxRuntime.jsxs(
77700
77700
  Tile,
package/dist/index.js CHANGED
@@ -77676,7 +77676,7 @@ const GlobalHeader = ({
77676
77676
  children: [
77677
77677
  /* @__PURE__ */ jsxs(Tile, { isHorizontal: true, style: { flex: 1, gap: "16px", minWidth: "200px" }, children: [
77678
77678
  onBack && /* @__PURE__ */ jsx(UtilityButton, { icon: /* @__PURE__ */ jsx(RefIcon$j, {}), onClick: onBack }),
77679
- /* @__PURE__ */ jsx(Typography, { variant: "display3", children: title })
77679
+ /* @__PURE__ */ jsx(Typography, { variant: "display3", style: { marginTop: 0 }, children: title })
77680
77680
  ] }),
77681
77681
  /* @__PURE__ */ jsxs(
77682
77682
  Tile,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gobolt/genesis",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "genesis design system",
5
5
  "author": "gobolt",
6
6
  "license": "MIT",