@gympass/yoga 7.108.4 → 7.108.5
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.
|
@@ -72,7 +72,7 @@ var import_Divider = __toESM(require("../../../Divider"));
|
|
|
72
72
|
const Wrapper = (0, import_styled_components.default)(import_Content.default)`
|
|
73
73
|
flex: 1;
|
|
74
74
|
`;
|
|
75
|
-
const Title = (0, import_styled_components.default)(import_Text.default.
|
|
75
|
+
const Title = (0, import_styled_components.default)(import_Text.default.Body1)`
|
|
76
76
|
${(props) => {
|
|
77
77
|
const {
|
|
78
78
|
components: { card, cardweb },
|
|
@@ -153,7 +153,7 @@ const PlanCardContent = (_a) => {
|
|
|
153
153
|
]);
|
|
154
154
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(Wrapper, __spreadProps(__spreadValues({}, rest), { children: [
|
|
155
155
|
subtitle && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Subtitle.default, { children: subtitle }),
|
|
156
|
-
title && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Title, { badgeColor, children: title }),
|
|
156
|
+
title && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Title, { bold: true, badgeColor, children: title }),
|
|
157
157
|
description && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Description, { children: description }),
|
|
158
158
|
!!price && /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(Price, { children: [
|
|
159
159
|
currency && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Text.default.H4, { as: "sup", children: currency }),
|
|
@@ -41,7 +41,7 @@ import Divider from "../../../Divider";
|
|
|
41
41
|
const Wrapper = styled(Content)`
|
|
42
42
|
flex: 1;
|
|
43
43
|
`;
|
|
44
|
-
const Title = styled(Text.
|
|
44
|
+
const Title = styled(Text.Body1)`
|
|
45
45
|
${(props) => {
|
|
46
46
|
const {
|
|
47
47
|
components: { card, cardweb },
|
|
@@ -122,7 +122,7 @@ const PlanCardContent = (_a) => {
|
|
|
122
122
|
]);
|
|
123
123
|
return /* @__PURE__ */ jsxs(Wrapper, __spreadProps(__spreadValues({}, rest), { children: [
|
|
124
124
|
subtitle && /* @__PURE__ */ jsx(Subtitle, { children: subtitle }),
|
|
125
|
-
title && /* @__PURE__ */ jsx(Title, { badgeColor, children: title }),
|
|
125
|
+
title && /* @__PURE__ */ jsx(Title, { bold: true, badgeColor, children: title }),
|
|
126
126
|
description && /* @__PURE__ */ jsx(Description, { children: description }),
|
|
127
127
|
!!price && /* @__PURE__ */ jsxs(Price, { children: [
|
|
128
128
|
currency && /* @__PURE__ */ jsx(Text.H4, { as: "sup", children: currency }),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gympass/yoga",
|
|
3
|
-
"version": "7.108.
|
|
3
|
+
"version": "7.108.5",
|
|
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": "
|
|
60
|
+
"gitHead": "28f54c98eae07e1b15f6cd6b670fe2dee2fe7cc1",
|
|
61
61
|
"module": "./esm",
|
|
62
62
|
"private": false,
|
|
63
63
|
"react-native": "./cjs/index.native.js"
|