@7shifts/sous-chef 3.81.0 → 3.81.1
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -10226,9 +10226,9 @@ const AccordionItem = props => {
|
|
|
10226
10226
|
}, React__default.createElement(Inline, {
|
|
10227
10227
|
justifyContent: "space-between",
|
|
10228
10228
|
alignItems: "center"
|
|
10229
|
-
}, React__default.createElement(Text, {
|
|
10229
|
+
}, typeof title === 'string' ? React__default.createElement(Text, {
|
|
10230
10230
|
emphasis: "bold"
|
|
10231
|
-
}, title), React__default.createElement(IconChevronDown, {
|
|
10231
|
+
}, title) : title, React__default.createElement(IconChevronDown, {
|
|
10232
10232
|
className: styles$x[`accordion-item__icon${isOpen ? '--active' : ''}`],
|
|
10233
10233
|
color: 'surface-on-color-subtle'
|
|
10234
10234
|
}))), React__default.createElement("div", {
|