@citygross/components 0.8.174 → 0.8.175

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.
@@ -20,7 +20,7 @@ var Flex = styled__default["default"].div(templateObject_1 || (templateObject_1
20
20
  return gap !== null && gap !== void 0 ? gap : 0;
21
21
  }, function (_a) {
22
22
  var justifyContent = _a.justifyContent;
23
- return justifyContent !== null && justifyContent !== void 0 ? justifyContent : 'center';
23
+ return justifyContent !== null && justifyContent !== void 0 ? justifyContent : 'flex-start';
24
24
  });
25
25
  var templateObject_1;
26
26
 
@@ -12,7 +12,7 @@ var Flex = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObje
12
12
  return gap !== null && gap !== void 0 ? gap : 0;
13
13
  }, function (_a) {
14
14
  var justifyContent = _a.justifyContent;
15
- return justifyContent !== null && justifyContent !== void 0 ? justifyContent : 'center';
15
+ return justifyContent !== null && justifyContent !== void 0 ? justifyContent : 'flex-start';
16
16
  });
17
17
  var templateObject_1;
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citygross/components",
3
- "version": "0.8.174",
3
+ "version": "0.8.175",
4
4
  "license": "ISC",
5
5
  "sideEffects": false,
6
6
  "main": "./build/cjs/components/src/index.js",
@@ -74,5 +74,5 @@
74
74
  "react-slick": "^0.30.1",
75
75
  "slick-carousel": "^1.8.1"
76
76
  },
77
- "gitHead": "57c68282f7d418e4f0b323a1dd79fc23c48b3e89"
77
+ "gitHead": "3d68a4a9f028a5abb569c750ff2f598fe72fba2b"
78
78
  }