@hyphen/hyphen-components 2.16.1 → 2.16.2
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/hyphen-components.cjs.development.js +2 -1
- package/dist/hyphen-components.cjs.development.js.map +1 -1
- package/dist/hyphen-components.cjs.production.min.js +1 -1
- package/dist/hyphen-components.cjs.production.min.js.map +1 -1
- package/dist/hyphen-components.esm.js +2 -1
- package/dist/hyphen-components.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Drawer/Drawer.tsx +5 -1
|
@@ -2009,7 +2009,8 @@ var Drawer = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
2009
2009
|
}
|
|
2010
2010
|
}, React.createElement(Box, {
|
|
2011
2011
|
"aria-label": ariaLabel,
|
|
2012
|
-
"aria-labelledby": ariaLabelledBy
|
|
2012
|
+
"aria-labelledby": ariaLabelledBy,
|
|
2013
|
+
height: "100%"
|
|
2013
2014
|
}, renderHeader(), content)))));
|
|
2014
2015
|
});
|
|
2015
2016
|
|