@occmundial/occ-atomic 1.18.1 → 1.18.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.18.2](https://github.com/occmundial/occ-atomic/compare/v1.18.1...v1.18.2) (2021-10-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Correction of the backgroundSize property of the modal ([022ef26](https://github.com/occmundial/occ-atomic/commit/022ef26d7141f48265783cfacc8df446a5ac9d6c))
7
+
1
8
  ## [1.18.1](https://github.com/occmundial/occ-atomic/compare/v1.18.0...v1.18.1) (2021-10-12)
2
9
 
3
10
 
@@ -205,7 +205,7 @@ var _default = {
205
205
  },
206
206
  backgroundSize: function backgroundSize(_ref12) {
207
207
  var imgTop = _ref12.imgTop;
208
- imgTop.size === 'contain' ? 'auto 100%' : imgTop.size || 'cover';
208
+ return imgTop.size === 'contain' ? 'auto 100%' : imgTop.size || 'cover';
209
209
  },
210
210
  backgroundColor: function backgroundColor(_ref13) {
211
211
  var imgTop = _ref13.imgTop;
@@ -3,4 +3,4 @@ module.exports = {
3
3
  rules: {
4
4
  'subject-case': [2, 'always', 'sentence-case']
5
5
  }
6
- }
6
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@occmundial/occ-atomic",
3
- "version": "1.18.1",
3
+ "version": "1.18.2",
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",
@@ -86,6 +86,7 @@
86
86
  "react-meta-tags": "^0.7.4",
87
87
  "react-test-renderer": "^16.3.1",
88
88
  "semantic-release": "18.0.0",
89
+ "semantic-release-slack-bot": "^2.1.1",
89
90
  "style-loader": "^0.21.0",
90
91
  "terser-webpack-plugin": "^5.1.1",
91
92
  "webpack": "^5.32.0",