@royaloperahouse/harmonic 1.0.6-b → 1.0.6-c
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/harmonic.cjs.development.js +3 -1
- package/dist/harmonic.cjs.development.js.map +1 -1
- package/dist/harmonic.cjs.production.min.js +1 -1
- package/dist/harmonic.cjs.production.min.js.map +1 -1
- package/dist/harmonic.esm.js +3 -1
- package/dist/harmonic.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -2995,8 +2995,10 @@ var Button = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
2995
2995
|
ref: ref
|
|
2996
2996
|
}), iconName ? (/*#__PURE__*/React__default.createElement(ButtonIconWrapper, {
|
|
2997
2997
|
"data-testid": "button-icon",
|
|
2998
|
-
className: iconClassName
|
|
2998
|
+
className: iconClassName,
|
|
2999
|
+
"aria-hidden": true
|
|
2999
3000
|
}, /*#__PURE__*/React__default.createElement(Icon, {
|
|
3001
|
+
"aria-hidden": true,
|
|
3000
3002
|
iconName: iconName,
|
|
3001
3003
|
direction: iconDirection,
|
|
3002
3004
|
color: color
|