@gympass/yoga 7.53.3 → 7.53.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.
@@ -25,7 +25,7 @@ function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.s
25
25
 
26
26
  var StyledActionRequirement = _styledComponents["default"].div(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n display: flex;\n ", "\n ", "\n"])), _yogaHelpers.media.xxs(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["\n flex-direction: column;\n "]))), _yogaHelpers.media.lg(_templateObject3 || (_templateObject3 = _taggedTemplateLiteralLoose(["\n flex-direction: row-reverse;\n "]))));
27
27
 
28
- var Content = _styledComponents["default"].div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteralLoose([""])));
28
+ var Content = _styledComponents["default"].div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteralLoose(["\n width: 520px;\n margin-right: 120px;\n display: flex;\n flex-direction: column;\n justify-content: center;\n"])));
29
29
 
30
30
  var BoxIllustration = (0, _styledComponents["default"])(_Box["default"])(_templateObject5 || (_templateObject5 = _taggedTemplateLiteralLoose(["\n text-align: center;\n"])));
31
31
 
@@ -10,7 +10,7 @@ import { Actions, Title, PrimaryButton, SecondaryButton } from './ActionRequirem
10
10
  import Text from '../../Text';
11
11
  import Box from '../../Box';
12
12
  var StyledActionRequirement = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n display: flex;\n ", "\n ", "\n"])), media.xxs(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["\n flex-direction: column;\n "]))), media.lg(_templateObject3 || (_templateObject3 = _taggedTemplateLiteralLoose(["\n flex-direction: row-reverse;\n "]))));
13
- var Content = styled.div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteralLoose([""])));
13
+ var Content = styled.div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteralLoose(["\n width: 520px;\n margin-right: 120px;\n display: flex;\n flex-direction: column;\n justify-content: center;\n"])));
14
14
  var BoxIllustration = styled(Box)(_templateObject5 || (_templateObject5 = _taggedTemplateLiteralLoose(["\n text-align: center;\n"])));
15
15
 
16
16
  function isChildFromComponent(child, component) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga",
3
- "version": "7.53.3",
3
+ "version": "7.53.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": "53da13afdb0ffad132fe39dc7cbd1cc561dbf8d5",
55
+ "gitHead": "e81463e5bdc834483aa2f300abad56ec061a4ae1",
56
56
  "module": "./esm",
57
57
  "private": false,
58
58
  "react-native": "./cjs/index.native.js"