@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.
- package/dist/components/Drawer/Drawer.stories.d.ts +3 -1
- package/dist/hyphen-components.cjs.development.js +4 -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 +4 -1
- package/dist/hyphen-components.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Drawer/Drawer.stories.tsx +67 -17
- package/src/components/Drawer/Drawer.tsx +1 -1
|
@@ -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:
|
|
1952
|
+
padding: {
|
|
1953
|
+
base: '2xl',
|
|
1954
|
+
tablet: '4xl'
|
|
1955
|
+
}
|
|
1953
1956
|
}, React.createElement(Box, {
|
|
1954
1957
|
className: styles$h.title,
|
|
1955
1958
|
fontWeight: "bold"
|