@occmundial/occ-atomic 3.0.0-beta.56 → 3.0.0-beta.57

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [3.0.0-beta.57](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.56...v3.0.0-beta.57) (2024-09-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Set only padding vertical for footer container ([5a593ab](https://github.com/occmundial/occ-atomic/commit/5a593ab8f785ef3f5c04c5718d925227d17df39d))
7
+
1
8
  # [3.0.0-beta.56](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.55...v3.0.0-beta.56) (2024-09-04)
2
9
 
3
10
 
@@ -38,7 +38,8 @@ var _default = {
38
38
  footerContainer: (_footerContainer = {
39
39
  display: 'flex',
40
40
  flexDirection: 'column',
41
- padding: [_spacing["default"]['size-7'], 0],
41
+ paddingTop: _spacing["default"]['size-7'],
42
+ paddingBottom: _spacing["default"]['size-7'],
42
43
  rowGap: _spacing["default"]['size-5']
43
44
  }, _defineProperty(_footerContainer, "@media (min-width: ".concat(_grid["default"].xs, "px)"), {
44
45
  rowGap: _spacing["default"]['size-7']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@occmundial/occ-atomic",
3
- "version": "3.0.0-beta.56",
3
+ "version": "3.0.0-beta.57",
4
4
  "description": "Collection of shareable styled React components for OCC applications.",
5
5
  "homepage": "http://occmundial.github.io/occ-atomic",
6
6
  "main": "build/index.js",