@gympass/yoga 7.114.12 → 7.114.13

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.
@@ -116,7 +116,7 @@ function ActionRequirement(props) {
116
116
  /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(Content, { children: [
117
117
  titleAsTextDisplay ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Text.default.Display2, { children: title }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ActionRequirementStyles.Title, { children: title }),
118
118
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Text.default.Body1, { mt: "small", color: "deep", children: description }),
119
- list && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Text.default.Body1, { mt: "large", color: "deep", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Box.default, { children: list }) }),
119
+ list && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Box.default, { mt: "large", children: list }),
120
120
  checkable && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Box.default, { mt: "xxlarge", children: checkable }),
121
121
  /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_ActionRequirementStyles.Actions, { mt: "xlarge", children: [
122
122
  primaryButton,
@@ -90,7 +90,7 @@ function ActionRequirement(props) {
90
90
  /* @__PURE__ */ jsxs(Content, { children: [
91
91
  titleAsTextDisplay ? /* @__PURE__ */ jsx(Text.Display2, { children: title }) : /* @__PURE__ */ jsx(Title, { children: title }),
92
92
  /* @__PURE__ */ jsx(Text.Body1, { mt: "small", color: "deep", children: description }),
93
- list && /* @__PURE__ */ jsx(Text.Body1, { mt: "large", color: "deep", children: /* @__PURE__ */ jsx(Box, { children: list }) }),
93
+ list && /* @__PURE__ */ jsx(Box, { mt: "large", children: list }),
94
94
  checkable && /* @__PURE__ */ jsx(Box, { mt: "xxlarge", children: checkable }),
95
95
  /* @__PURE__ */ jsxs(Actions, { mt: "xlarge", children: [
96
96
  primaryButton,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga",
3
- "version": "7.114.12",
3
+ "version": "7.114.13",
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": "ebe92119ee741b48f012de3ae4db802e5175143d",
60
+ "gitHead": "1766b52456c1b8d469b9d1a976b9afaa5a2258aa",
61
61
  "module": "./esm",
62
62
  "private": false,
63
63
  "react-native": "./cjs/index.native.js"