@dreamcommerce/aurora 3.0.0-123 → 3.0.0-124

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.
@@ -28,7 +28,7 @@ var PersistentSidebar = /*#__PURE__*/React__default['default'].forwardRef(functi
28
28
  });
29
29
  return /*#__PURE__*/React__default['default'].createElement("aside", _rollupPluginBabelHelpers.objectSpread2({
30
30
  "aria-expanded": open,
31
- className: cn.cn('aurora-relative aurora-overflow-hidden aurora-transition-all aurora-duration-200'),
31
+ className: cn.cn('aurora-relative aurora-transition-all aurora-duration-200'),
32
32
  style: {
33
33
  width: open ? width : 0,
34
34
  maxWidth: open ? width : 0,
@@ -20,7 +20,7 @@ var PersistentSidebar = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
20
20
  });
21
21
  return /*#__PURE__*/React.createElement("aside", _objectSpread2({
22
22
  "aria-expanded": open,
23
- className: cn('aurora-relative aurora-overflow-hidden aurora-transition-all aurora-duration-200'),
23
+ className: cn('aurora-relative aurora-transition-all aurora-duration-200'),
24
24
  style: {
25
25
  width: open ? width : 0,
26
26
  maxWidth: open ? width : 0,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@dreamcommerce/aurora",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "3.0.0-123",
5
+ "version": "3.0.0-124",
6
6
  "description": "aurora",
7
7
  "author": "zefirek",
8
8
  "license": "MIT",