@gympass/yoga 7.110.0 → 7.110.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.
@@ -126,7 +126,7 @@ function Feedback(_a) {
126
126
  ),
127
127
  /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_StyledFeedback.TextContainer, { children: [
128
128
  titleElement,
129
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Text.default, { mt: "small", color: "deep", children: description })
129
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Text.default.Body1, { mt: "small", color: "deep", children: description })
130
130
  ] }),
131
131
  /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_StyledFeedback.Actions, { mt: "xxxlarge", children: [
132
132
  primaryButton,
@@ -61,7 +61,8 @@ const TextContainer = import_styled_components.default.div`
61
61
  `}}
62
62
  `;
63
63
  const Title = (0, import_styled_components.default)(import_Text.default.H4).attrs(() => ({
64
- as: "p"
64
+ as: "p",
65
+ bold: true
65
66
  }))`
66
67
  ${({
67
68
  theme: {
@@ -102,7 +102,7 @@ function Feedback(_a) {
102
102
  ),
103
103
  /* @__PURE__ */ jsxs(TextContainer, { children: [
104
104
  titleElement,
105
- /* @__PURE__ */ jsx(Text, { mt: "small", color: "deep", children: description })
105
+ /* @__PURE__ */ jsx(Text.Body1, { mt: "small", color: "deep", children: description })
106
106
  ] }),
107
107
  /* @__PURE__ */ jsxs(Actions, { mt: "xxxlarge", children: [
108
108
  primaryButton,
@@ -23,7 +23,8 @@ const TextContainer = styled.div`
23
23
  `}}
24
24
  `;
25
25
  const Title = styled(Text.H4).attrs(() => ({
26
- as: "p"
26
+ as: "p",
27
+ bold: true
27
28
  }))`
28
29
  ${({
29
30
  theme: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga",
3
- "version": "7.110.0",
3
+ "version": "7.110.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": "39f59f3f77306904124b0db21b748b14243ff194",
60
+ "gitHead": "d5b7c3d7a9ab76ac82045ddb9511102c68febfa4",
61
61
  "module": "./esm",
62
62
  "private": false,
63
63
  "react-native": "./cjs/index.native.js"