@obolnetwork/obol-ui 1.0.27 → 1.0.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.es.js CHANGED
@@ -1134,6 +1134,8 @@ var TeamMemberCard = function (props) { return (jsxs(Box, __assign({ css: {
1134
1134
  borderRadius: "$3",
1135
1135
  backgroundColor: "$bg04",
1136
1136
  alignItems: "center",
1137
+ justifyItems: "center",
1138
+ width: "224px",
1137
1139
  gap: "$lg",
1138
1140
  p: "$xl",
1139
1141
  "@sm": { gridTemplateColumns: "1fr 2fr", p: "$sm" },
@@ -1729,11 +1731,11 @@ var Navbar = function (_a) {
1729
1731
  "@sm": {
1730
1732
  pl: "$sm",
1731
1733
  },
1732
- } }, { children: [jsxs(Box, __assign({ css: {
1734
+ } }, { children: [jsxs(Box, __assign({ as: "a", css: {
1733
1735
  display: "flex",
1734
1736
  alignItems: "center",
1735
1737
  "@sm": { display: "none" },
1736
- } }, { children: [jsx(ObolDarkBgH, {}), logoText && (jsx(Text, __assign({ css: {
1738
+ }, href: "/" }, { children: [jsx(ObolDarkBgH, {}), logoText && (jsx(Text, __assign({ css: {
1737
1739
  fontSize: "28px",
1738
1740
  color: "$muted",
1739
1741
  fontWeight: "bold",
package/dist/index.js CHANGED
@@ -1166,6 +1166,8 @@ var TeamMemberCard = function (props) { return (jsxRuntime.jsxs(Box, __assign({
1166
1166
  borderRadius: "$3",
1167
1167
  backgroundColor: "$bg04",
1168
1168
  alignItems: "center",
1169
+ justifyItems: "center",
1170
+ width: "224px",
1169
1171
  gap: "$lg",
1170
1172
  p: "$xl",
1171
1173
  "@sm": { gridTemplateColumns: "1fr 2fr", p: "$sm" },
@@ -1761,11 +1763,11 @@ var Navbar = function (_a) {
1761
1763
  "@sm": {
1762
1764
  pl: "$sm",
1763
1765
  },
1764
- } }, { children: [jsxRuntime.jsxs(Box, __assign({ css: {
1766
+ } }, { children: [jsxRuntime.jsxs(Box, __assign({ as: "a", css: {
1765
1767
  display: "flex",
1766
1768
  alignItems: "center",
1767
1769
  "@sm": { display: "none" },
1768
- } }, { children: [jsxRuntime.jsx(ObolDarkBgH, {}), logoText && (jsxRuntime.jsx(Text, __assign({ css: {
1770
+ }, href: "/" }, { children: [jsxRuntime.jsx(ObolDarkBgH, {}), logoText && (jsxRuntime.jsx(Text, __assign({ css: {
1769
1771
  fontSize: "28px",
1770
1772
  color: "$muted",
1771
1773
  fontWeight: "bold",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obolnetwork/obol-ui",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.es.js",
6
6
  "license": "MIT",