@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,
|
|
@@ -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,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gympass/yoga",
|
|
3
|
-
"version": "7.110.
|
|
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": "
|
|
60
|
+
"gitHead": "d5b7c3d7a9ab76ac82045ddb9511102c68febfa4",
|
|
61
61
|
"module": "./esm",
|
|
62
62
|
"private": false,
|
|
63
63
|
"react-native": "./cjs/index.native.js"
|