@occmundial/occ-atomic 3.0.0-beta.58 → 3.0.0-beta.59

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ # [3.0.0-beta.59](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.58...v3.0.0-beta.59) (2024-09-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Remove margin bottom from slidedown wrapper ([7b90312](https://github.com/occmundial/occ-atomic/commit/7b90312aa7246e0e66f2f25a278f0bfa2e211106))
7
+ * Remove margin bottom from slidedown wrapper ([44e67ca](https://github.com/occmundial/occ-atomic/commit/44e67ca6b2e85f5d61cec6807e7edb0d55d7be2e))
8
+ * Remove margin bottom from slidedown wrapper ([47e3233](https://github.com/occmundial/occ-atomic/commit/47e323333ad15d01d629adc1dccbd2c79892411e))
9
+ * Remove margin bottom from slidedown wrapper ([b6ce89b](https://github.com/occmundial/occ-atomic/commit/b6ce89bcbd383dd038d2abe2635c4fd86adb396b))
10
+
1
11
  # [3.0.0-beta.58](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.57...v3.0.0-beta.58) (2024-09-06)
2
12
 
3
13
 
@@ -85,10 +85,8 @@ Object {
85
85
  },
86
86
  "display": "flex",
87
87
  "flexDirection": "column",
88
- "padding": Array [
89
- "40px",
90
- 0,
91
- ],
88
+ "paddingBottom": "40px",
89
+ "paddingTop": "40px",
92
90
  "rowGap": "24px",
93
91
  },
94
92
  "footerTransparent": Object {
@@ -137,7 +137,7 @@ function SlideDown(_ref) {
137
137
  }
138
138
  }, [prevExpanded, expanded]);
139
139
  return /*#__PURE__*/_react["default"].createElement("div", {
140
- className: "".concat(classes.wrapper).concat(divider ? " ".concat(classes.divider) : '')
140
+ className: divider ? classes.divider : ''
141
141
  }, /*#__PURE__*/_react["default"].createElement("div", _extends({
142
142
  className: "".concat(classes.button, " ").concat(textSize === 'lg' ? classes.largePadding : classes.normalPadding).concat(!noPadding ? " ".concat(classes.buttonPadding) : '').concat(disabled ? " ".concat(classes.disabled) : ''),
143
143
  role: "button"
@@ -65,9 +65,6 @@ Object {
65
65
  "text": Object {
66
66
  "cursor": "pointer",
67
67
  },
68
- "wrapper": Object {
69
- "marginBottom": "16px",
70
- },
71
68
  }
72
69
  `;
73
70
 
@@ -12,9 +12,6 @@ var _colors = _interopRequireDefault(require("../tokens/colors.json"));
12
12
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
13
13
 
14
14
  var _default = {
15
- wrapper: {
16
- marginBottom: _spacing["default"]['size-4']
17
- },
18
15
  button: {
19
16
  cursor: 'pointer'
20
17
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@occmundial/occ-atomic",
3
- "version": "3.0.0-beta.58",
3
+ "version": "3.0.0-beta.59",
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",