@gympass/yoga 7.64.3 → 7.64.4
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.
|
@@ -27,7 +27,7 @@ exports.Content = Content;
|
|
|
27
27
|
|
|
28
28
|
var TextContainer = _styledComponents["default"].div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["\n ", "}\n"])), function (_ref) {
|
|
29
29
|
var feedback = _ref.theme.yoga.components.feedback;
|
|
30
|
-
return (0, _styledComponents.css)(_templateObject3 || (_templateObject3 = _taggedTemplateLiteralLoose(["\n max-width: ", "px;\n "])), feedback.text.maxWidth);
|
|
30
|
+
return (0, _styledComponents.css)(_templateObject3 || (_templateObject3 = _taggedTemplateLiteralLoose(["\n max-width: 100%;\n @media (min-width: 769px) {\n max-width: ", "px;\n }\n "])), feedback.text.maxWidth);
|
|
31
31
|
});
|
|
32
32
|
|
|
33
33
|
exports.TextContainer = TextContainer;
|
|
@@ -9,7 +9,7 @@ import Text from '../../Text';
|
|
|
9
9
|
export var Content = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n @media (min-width: 769px) {\n margin: auto;\n }\n"])));
|
|
10
10
|
export var TextContainer = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["\n ", "}\n"])), function (_ref) {
|
|
11
11
|
var feedback = _ref.theme.yoga.components.feedback;
|
|
12
|
-
return css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteralLoose(["\n max-width: ", "px;\n "])), feedback.text.maxWidth);
|
|
12
|
+
return css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteralLoose(["\n max-width: 100%;\n @media (min-width: 769px) {\n max-width: ", "px;\n }\n "])), feedback.text.maxWidth);
|
|
13
13
|
});
|
|
14
14
|
export var Title = styled(Text.H4).attrs(function () {
|
|
15
15
|
return {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gympass/yoga",
|
|
3
|
-
"version": "7.64.
|
|
3
|
+
"version": "7.64.4",
|
|
4
4
|
"description": "Gympass component library",
|
|
5
5
|
"main": "./cjs",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"react": ">=16",
|
|
53
53
|
"styled-components": "^4.4.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "7796e568fc72db2f5820bb7287c05d05a4d52768",
|
|
56
56
|
"module": "./esm",
|
|
57
57
|
"private": false,
|
|
58
58
|
"react-native": "./cjs/index.native.js"
|