@gympass/yoga 7.108.2 → 7.108.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.
@@ -67,7 +67,7 @@ var import_Text = __toESM(require("../../Text"));
67
67
  var import_Box = __toESM(require("../../Box"));
68
68
  const Title = (_a) => {
69
69
  var _b = _a, { children } = _b, props = __objRest(_b, ["children"]);
70
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Box.default, { w: "100%", textAlign: "center", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Text.default.Medium, __spreadProps(__spreadValues({}, props), { fontSize: "small", as: "h1", children })) });
70
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Box.default, { w: "100%", textAlign: "center", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Text.default.Body2, __spreadProps(__spreadValues({}, props), { as: "h1", bold: true, children })) });
71
71
  };
72
72
  Title.propTypes = {
73
73
  children: import_prop_types.default.string.isRequired
@@ -36,7 +36,7 @@ import Text from "../../Text";
36
36
  import Box from "../../Box";
37
37
  const Title = (_a) => {
38
38
  var _b = _a, { children } = _b, props = __objRest(_b, ["children"]);
39
- return /* @__PURE__ */ jsx(Box, { w: "100%", textAlign: "center", children: /* @__PURE__ */ jsx(Text.Medium, __spreadProps(__spreadValues({}, props), { fontSize: "small", as: "h1", children })) });
39
+ return /* @__PURE__ */ jsx(Box, { w: "100%", textAlign: "center", children: /* @__PURE__ */ jsx(Text.Body2, __spreadProps(__spreadValues({}, props), { as: "h1", bold: true, children })) });
40
40
  };
41
41
  Title.propTypes = {
42
42
  children: PropTypes.string.isRequired
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga",
3
- "version": "7.108.2",
3
+ "version": "7.108.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": "332b0673dc10bf427dc8664aa774d0f7ea3156ee",
60
+ "gitHead": "87f494a36913a74665bc2cc73da684ed399d23bd",
61
61
  "module": "./esm",
62
62
  "private": false,
63
63
  "react-native": "./cjs/index.native.js"