@gympass/yoga 7.111.0 → 7.111.1

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.
@@ -210,10 +210,9 @@ const Snackbar = (0, import_react.forwardRef)((props, ref) => {
210
210
  }
211
211
  ),
212
212
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
213
- import_Text.default,
213
+ import_Text.default.Body2,
214
214
  {
215
215
  flex: 1,
216
- fontSize: "small",
217
216
  marginTop: "xxxsmall",
218
217
  marginBottom: "xxxsmall",
219
218
  numberOfLines: 2,
@@ -213,7 +213,7 @@ const Snackbar = import_react.default.forwardRef(
213
213
  height: "large"
214
214
  }
215
215
  ) }),
216
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Text.default.Small, { flex: 1, mr: "small", numberOfLines: 2, children: message }),
216
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Text.default.Body2, { flex: 1, mr: "small", numberOfLines: 2, children: message }),
217
217
  /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(ActionsWrapper, { children: [
218
218
  onAction && actionLabel && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Button.default.Link, { onClick: onAction, secondary: true, small: true, children: actionLabel }),
219
219
  !hideCloseButton && onClose && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(IconButtonWrapper, { role: "button", onClick: onClose, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Icon.default, { as: import_yoga_icons.Close, fill: "secondary", size: "medium" }) })
@@ -185,10 +185,9 @@ const Snackbar = forwardRef((props, ref) => {
185
185
  }
186
186
  ),
187
187
  /* @__PURE__ */ jsx(
188
- Text,
188
+ Text.Body2,
189
189
  {
190
190
  flex: 1,
191
- fontSize: "small",
192
191
  marginTop: "xxxsmall",
193
192
  marginBottom: "xxxsmall",
194
193
  numberOfLines: 2,
@@ -182,7 +182,7 @@ const Snackbar = React.forwardRef(
182
182
  height: "large"
183
183
  }
184
184
  ) }),
185
- /* @__PURE__ */ jsx(Text.Small, { flex: 1, mr: "small", numberOfLines: 2, children: message }),
185
+ /* @__PURE__ */ jsx(Text.Body2, { flex: 1, mr: "small", numberOfLines: 2, children: message }),
186
186
  /* @__PURE__ */ jsxs(ActionsWrapper, { children: [
187
187
  onAction && actionLabel && /* @__PURE__ */ jsx(Button.Link, { onClick: onAction, secondary: true, small: true, children: actionLabel }),
188
188
  !hideCloseButton && onClose && /* @__PURE__ */ jsx(IconButtonWrapper, { role: "button", onClick: onClose, children: /* @__PURE__ */ jsx(Icon, { as: Close, fill: "secondary", size: "medium" }) })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga",
3
- "version": "7.111.0",
3
+ "version": "7.111.1",
4
4
  "description": "Gympass component library",
5
5
  "main": "./cjs",
6
6
  "types": "./typings/index.d.ts",
@@ -57,7 +57,7 @@
57
57
  "react-native": "0.72.3",
58
58
  "styled-components": "^4.4.0"
59
59
  },
60
- "gitHead": "2b021eb53a54d8efe7c309117b22d9cc42dc805f",
60
+ "gitHead": "e892002f014e3951eeaf192df5c22afeaa1d1721",
61
61
  "module": "./esm",
62
62
  "private": false,
63
63
  "react-native": "./cjs/index.native.js"