@gympass/yoga 7.53.5 → 7.53.7

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.
@@ -17,7 +17,7 @@ var _Text = _interopRequireDefault(require("../../Text"));
17
17
 
18
18
  var _Box = _interopRequireDefault(require("../../Box"));
19
19
 
20
- var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6;
20
+ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7;
21
21
 
22
22
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
23
23
 
@@ -25,9 +25,9 @@ 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(["\n width: 520px;\n margin-right: 120px;\n display: flex;\n flex-direction: column;\n justify-content: center;\n\n ", "\n"])), _yogaHelpers.media.xxs(_templateObject5 || (_templateObject5 = _taggedTemplateLiteralLoose(["\n width: auto;\n margin-right: 0;\n "]))));
28
+ var Content = _styledComponents["default"].div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n justify-content: center;\n\n ", "\n\n ", "\n"])), _yogaHelpers.media.xxs(_templateObject5 || (_templateObject5 = _taggedTemplateLiteralLoose(["\n width: auto;\n margin-right: 0;\n "]))), _yogaHelpers.media.lg(_templateObject6 || (_templateObject6 = _taggedTemplateLiteralLoose(["\n width: 520px;\n margin-right: 120px;\n "]))));
29
29
 
30
- var BoxIllustration = (0, _styledComponents["default"])(_Box["default"])(_templateObject6 || (_templateObject6 = _taggedTemplateLiteralLoose(["\n text-align: center;\n"])));
30
+ var BoxIllustration = (0, _styledComponents["default"])(_Box["default"])(_templateObject7 || (_templateObject7 = _taggedTemplateLiteralLoose(["\n text-align: center;\n"])));
31
31
 
32
32
  function isChildFromComponent(child, component) {
33
33
  return child.type.displayName === component.displayName;
@@ -1,4 +1,4 @@
1
- var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6;
1
+ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7;
2
2
 
3
3
  function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
4
4
 
@@ -10,8 +10,8 @@ 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(["\n width: 520px;\n margin-right: 120px;\n display: flex;\n flex-direction: column;\n justify-content: center;\n\n ", "\n"])), media.xxs(_templateObject5 || (_templateObject5 = _taggedTemplateLiteralLoose(["\n width: auto;\n margin-right: 0;\n "]))));
14
- var BoxIllustration = styled(Box)(_templateObject6 || (_templateObject6 = _taggedTemplateLiteralLoose(["\n text-align: center;\n"])));
13
+ var Content = styled.div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n justify-content: center;\n\n ", "\n\n ", "\n"])), media.xxs(_templateObject5 || (_templateObject5 = _taggedTemplateLiteralLoose(["\n width: auto;\n margin-right: 0;\n "]))), media.lg(_templateObject6 || (_templateObject6 = _taggedTemplateLiteralLoose(["\n width: 520px;\n margin-right: 120px;\n "]))));
14
+ var BoxIllustration = styled(Box)(_templateObject7 || (_templateObject7 = _taggedTemplateLiteralLoose(["\n text-align: center;\n"])));
15
15
 
16
16
  function isChildFromComponent(child, component) {
17
17
  return child.type.displayName === component.displayName;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga",
3
- "version": "7.53.5",
3
+ "version": "7.53.7",
4
4
  "description": "Gympass component library",
5
5
  "main": "./cjs",
6
6
  "sideEffects": false,
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@gympass/yoga-common": "^1.1.1",
29
29
  "@gympass/yoga-helpers": "^1.0.3",
30
- "@gympass/yoga-icons": "^1.5.1",
30
+ "@gympass/yoga-icons": "^1.6.0",
31
31
  "@gympass/yoga-illustrations": "^0.5.1",
32
32
  "@gympass/yoga-system": "^0.10.2",
33
33
  "@gympass/yoga-tokens": "^3.1.4",
@@ -52,7 +52,7 @@
52
52
  "react": ">=16",
53
53
  "styled-components": "^4.4.0"
54
54
  },
55
- "gitHead": "59e20c846352caf5079152f2fd0bee369f4abd4d",
55
+ "gitHead": "a56e42732554c6991c4337a3d9eef1a34ce14808",
56
56
  "module": "./esm",
57
57
  "private": false,
58
58
  "react-native": "./cjs/index.native.js"