@obolnetwork/obol-ui 1.0.28 → 1.0.29

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
@@ -1128,16 +1128,16 @@ var MinusIcon = function () { return (jsx("svg", __assign({ width: "15", height:
1128
1128
 
1129
1129
  var PlusIcon = function () { return (jsx("svg", __assign({ width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: jsx("path", { d: "M14 8H8V14H6V8H0V6H6V0H8V6H14V8Z", fill: "#DAEEF3" }) }))); };
1130
1130
 
1131
- var TeamMemberCard = function (props) { return (jsxs(Box, __assign({ css: {
1131
+ var TeamMemberCard = function (props) { return (jsxs(Box, __assign({ className: "team-member-card", css: {
1132
1132
  display: "grid",
1133
1133
  gridTemplateColumns: "1fr",
1134
1134
  borderRadius: "$3",
1135
1135
  backgroundColor: "$bg04",
1136
1136
  alignItems: "center",
1137
1137
  justifyItems: "center",
1138
- width: "224px",
1138
+ width: "288px",
1139
1139
  gap: "$lg",
1140
- p: "$xl",
1140
+ py: "$xl",
1141
1141
  "@sm": { gridTemplateColumns: "1fr 2fr", p: "$sm" },
1142
1142
  } }, { children: [jsx(Box, __assign({ css: {
1143
1143
  $$size: "160px",
package/dist/index.js CHANGED
@@ -1160,16 +1160,16 @@ var MinusIcon = function () { return (jsxRuntime.jsx("svg", __assign({ width: "1
1160
1160
 
1161
1161
  var PlusIcon = function () { return (jsxRuntime.jsx("svg", __assign({ width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: jsxRuntime.jsx("path", { d: "M14 8H8V14H6V8H0V6H6V0H8V6H14V8Z", fill: "#DAEEF3" }) }))); };
1162
1162
 
1163
- var TeamMemberCard = function (props) { return (jsxRuntime.jsxs(Box, __assign({ css: {
1163
+ var TeamMemberCard = function (props) { return (jsxRuntime.jsxs(Box, __assign({ className: "team-member-card", css: {
1164
1164
  display: "grid",
1165
1165
  gridTemplateColumns: "1fr",
1166
1166
  borderRadius: "$3",
1167
1167
  backgroundColor: "$bg04",
1168
1168
  alignItems: "center",
1169
1169
  justifyItems: "center",
1170
- width: "224px",
1170
+ width: "288px",
1171
1171
  gap: "$lg",
1172
- p: "$xl",
1172
+ py: "$xl",
1173
1173
  "@sm": { gridTemplateColumns: "1fr 2fr", p: "$sm" },
1174
1174
  } }, { children: [jsxRuntime.jsx(Box, __assign({ css: {
1175
1175
  $$size: "160px",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obolnetwork/obol-ui",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.es.js",
6
6
  "license": "MIT",