@gympass/yoga 7.110.2 → 7.110.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.
@@ -124,7 +124,7 @@ const Banner = (0, import_react.forwardRef)((props, ref) => {
124
124
  marginRight: "xxsmall"
125
125
  }
126
126
  ),
127
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Text.default.Small, { flex: 1, marginTop: "xxsmall", marginBottom: "xxsmall", children: message }),
127
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Text.default.Body2, { flex: 1, marginTop: "xxsmall", marginBottom: "xxsmall", children: message }),
128
128
  primaryButton && !secondaryButton && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(BannerActionButton, { button: primaryButton, marginLeft: "xxsmall" })
129
129
  ] }),
130
130
  primaryButton && secondaryButton && /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
@@ -126,7 +126,7 @@ const Banner = (0, import_react.forwardRef)((props, ref) => {
126
126
  marginRight: "xxsmall"
127
127
  }
128
128
  ),
129
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Text.default.Small, { flex: 1, marginVertical: "xxsmall", children: message }),
129
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Text.default.Body2, { flex: 1, marginVertical: "xxsmall", children: message }),
130
130
  primaryButton && !secondaryButton && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(BannerActionButton, { button: primaryButton, marginLeft: "xxsmall" })
131
131
  ] }),
132
132
  primaryButton && secondaryButton && /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
@@ -100,7 +100,7 @@ const Banner = forwardRef((props, ref) => {
100
100
  marginRight: "xxsmall"
101
101
  }
102
102
  ),
103
- /* @__PURE__ */ jsx(Text.Small, { flex: 1, marginTop: "xxsmall", marginBottom: "xxsmall", children: message }),
103
+ /* @__PURE__ */ jsx(Text.Body2, { flex: 1, marginTop: "xxsmall", marginBottom: "xxsmall", children: message }),
104
104
  primaryButton && !secondaryButton && /* @__PURE__ */ jsx(BannerActionButton, { button: primaryButton, marginLeft: "xxsmall" })
105
105
  ] }),
106
106
  primaryButton && secondaryButton && /* @__PURE__ */ jsxs(
@@ -104,7 +104,7 @@ const Banner = forwardRef((props, ref) => {
104
104
  marginRight: "xxsmall"
105
105
  }
106
106
  ),
107
- /* @__PURE__ */ jsx(Text.Small, { flex: 1, marginVertical: "xxsmall", children: message }),
107
+ /* @__PURE__ */ jsx(Text.Body2, { flex: 1, marginVertical: "xxsmall", children: message }),
108
108
  primaryButton && !secondaryButton && /* @__PURE__ */ jsx(BannerActionButton, { button: primaryButton, marginLeft: "xxsmall" })
109
109
  ] }),
110
110
  primaryButton && secondaryButton && /* @__PURE__ */ jsxs(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga",
3
- "version": "7.110.2",
3
+ "version": "7.110.3",
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": "688077f280ef227940f13967f1d3f503e954a134",
60
+ "gitHead": "ec752cff3e390d614b5d583326480b297e954dd0",
61
61
  "module": "./esm",
62
62
  "private": false,
63
63
  "react-native": "./cjs/index.native.js"