@7shifts/sous-chef 3.57.2-beta0 → 3.57.2-beta1
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/dist/index.modern.js
CHANGED
|
@@ -9586,7 +9586,7 @@ const AccordionItem = props => {
|
|
|
9586
9586
|
}))), React__default.createElement("div", {
|
|
9587
9587
|
"data-testid": `${isOpen ? 'accordion-item-' + id + '-open' : 'accordion-item-' + id + '-closed'}`,
|
|
9588
9588
|
className: styles$y[`accordion-item__content${isOpen ? '--active' : ''}`]
|
|
9589
|
-
},
|
|
9589
|
+
}, React__default.createElement(Text, {
|
|
9590
9590
|
color: "grey-500"
|
|
9591
9591
|
}, content)));
|
|
9592
9592
|
};
|