@dreamcommerce/aurora 2.26.0-9 → 2.26.0

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.
@@ -97,7 +97,7 @@ var Accordion = function Accordion(_ref) {
97
97
  style: negativeIndentValue ? contentIndentStyles : undefined
98
98
  }, children) : null, !unmountOnExit ? /*#__PURE__*/React__default['default'].createElement("div", {
99
99
  id: id,
100
- hidden: isOpen,
100
+ hidden: !isOpen,
101
101
  className: main_module['default'][css_classes['default'].accordionContent],
102
102
  style: negativeIndentValue ? contentIndentStyles : undefined
103
103
  }, children) : null);
@@ -88,7 +88,7 @@ var Accordion = function Accordion(_ref) {
88
88
  style: negativeIndentValue ? contentIndentStyles : undefined
89
89
  }, children) : null, !unmountOnExit ? /*#__PURE__*/React.createElement("div", {
90
90
  id: id,
91
- hidden: isOpen,
91
+ hidden: !isOpen,
92
92
  className: cssClasses[CSS_CLASSES.accordionContent],
93
93
  style: negativeIndentValue ? contentIndentStyles : undefined
94
94
  }, children) : null);
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": "2.26.0-9",
5
+ "version": "2.26.0",
6
6
  "description": "aurora",
7
7
  "author": "k0ssak",
8
8
  "license": "MIT",