@hyphen/hyphen-components 2.19.1 → 2.19.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.
@@ -1949,7 +1949,10 @@ var Drawer = /*#__PURE__*/forwardRef(function (_ref, ref) {
1949
1949
  direction: "row",
1950
1950
  justifyContent: "space-between",
1951
1951
  alignItems: "center",
1952
- padding: "2xl"
1952
+ padding: {
1953
+ base: '2xl',
1954
+ tablet: '4xl'
1955
+ }
1953
1956
  }, React.createElement(Box, {
1954
1957
  className: styles$h.title,
1955
1958
  fontWeight: "bold"