@hyphen/hyphen-components 4.3.0 → 4.3.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/hyphen-components.cjs.development.js +4 -0
- 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 -0
- package/dist/hyphen-components.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Sidebar/Sidebar.tsx +5 -0
|
@@ -4058,6 +4058,10 @@ var Sidebar = /*#__PURE__*/React.forwardRef(function (_ref2, ref) {
|
|
|
4058
4058
|
top: '0',
|
|
4059
4059
|
bottom: '0',
|
|
4060
4060
|
zIndex: 'var(--size-z-index-drawer)',
|
|
4061
|
+
animationTimingFunction: 'var(--sidebar-transition-timing, linear)',
|
|
4062
|
+
transitionTimingFunction: 'var(--sidebar-transition-timing, linear)',
|
|
4063
|
+
transitionDuration: 'var(--sidebar-transition-duration, 200ms)',
|
|
4064
|
+
animationDuration: 'var(--sidebar-transition-duration, 200ms)',
|
|
4061
4065
|
transitionProperty: 'left, right, width',
|
|
4062
4066
|
width: 'var(--sidebar-width)',
|
|
4063
4067
|
height: '100svh'
|