@aclymatepackages/modules 2.4.0 → 2.4.2

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.
@@ -90,10 +90,7 @@ const PdlCompanySelect = _ref => {
90
90
  variant: "h6",
91
91
  align: "center"
92
92
  }, actionLabel)), /*#__PURE__*/_react.default.createElement(_material.Grid, {
93
- item: true,
94
- container: true,
95
- spacing: 2,
96
- justifyContent: "center"
93
+ item: true
97
94
  }, /*#__PURE__*/_react.default.createElement(_atoms.MatchingCompanyChips, {
98
95
  matchingCompanies: matchingCompanies,
99
96
  selectedCompanyId: selectedCompanyId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aclymatepackages/modules",
3
- "version": "2.4.0",
3
+ "version": "2.4.2",
4
4
  "description": "Aclymate modules",
5
5
  "author": "William Loopesko",
6
6
  "main": "dist/index.js",
@@ -99,7 +99,7 @@ const PdlCompanySelect = ({
99
99
  {actionLabel}
100
100
  </Typography>
101
101
  </Grid>
102
- <Grid item container spacing={2} justifyContent="center">
102
+ <Grid item>
103
103
  <MatchingCompanyChips
104
104
  matchingCompanies={matchingCompanies}
105
105
  selectedCompanyId={selectedCompanyId}