@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.
@@ -4034,6 +4034,10 @@ var Sidebar = /*#__PURE__*/React__default.forwardRef(function (_ref2, ref) {
4034
4034
  top: '0',
4035
4035
  bottom: '0',
4036
4036
  zIndex: 'var(--size-z-index-drawer)',
4037
+ animationTimingFunction: 'var(--sidebar-transition-timing, linear)',
4038
+ transitionTimingFunction: 'var(--sidebar-transition-timing, linear)',
4039
+ transitionDuration: 'var(--sidebar-transition-duration, 200ms)',
4040
+ animationDuration: 'var(--sidebar-transition-duration, 200ms)',
4037
4041
  transitionProperty: 'left, right, width',
4038
4042
  width: 'var(--sidebar-width)',
4039
4043
  height: '100svh'