@dreamcommerce/aurora 3.0.0-10 → 3.0.0-11

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.
@@ -28,7 +28,7 @@ var SidebarTrigger = function SidebarTrigger(_ref) {
28
28
  onClick: toggleSidebar
29
29
  }, /*#__PURE__*/React.createElement(chevron_left_icon.ChevronLeftIcon, {
30
30
  fill: css_color_tokens_values.CSS_COLOR_TOKENS_VALUES.neutral900,
31
- className: cn.cn('aurora-pointer aurora-transition-transform aurora duration-100 aurora-text hover:aurora-scale-125', {
31
+ className: cn.cn('aurora-pointer aurora-transition-transform aurora-duration-100 aurora-text hover:aurora-scale-125', {
32
32
  'aurora-rotate-180': side === sidebar_constants.SIDEBAR_SIDE.right && open || side === sidebar_constants.SIDEBAR_SIDE.left && !open
33
33
  })
34
34
  }));
@@ -34,7 +34,7 @@ var Sidebar = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
34
34
  return /*#__PURE__*/React.createElement("div", _rollupPluginBabelHelpers.objectSpread2({
35
35
  "aria-expanded": open,
36
36
  ref: sidebarRef,
37
- className: cn.cn(className),
37
+ className: cn.cn('aurora-relative aurora-transition-all aurora-duration-200', className),
38
38
  style: {
39
39
  width: open ? width : 0,
40
40
  maxWidth: open ? width : 0,
@@ -24,7 +24,7 @@ var SidebarTrigger = function SidebarTrigger(_ref) {
24
24
  onClick: toggleSidebar
25
25
  }, /*#__PURE__*/createElement(ChevronLeftIcon, {
26
26
  fill: CSS_COLOR_TOKENS_VALUES.neutral900,
27
- className: cn('aurora-pointer aurora-transition-transform aurora duration-100 aurora-text hover:aurora-scale-125', {
27
+ className: cn('aurora-pointer aurora-transition-transform aurora-duration-100 aurora-text hover:aurora-scale-125', {
28
28
  'aurora-rotate-180': side === SIDEBAR_SIDE.right && open || side === SIDEBAR_SIDE.left && !open
29
29
  })
30
30
  }));
@@ -30,7 +30,7 @@ var Sidebar = /*#__PURE__*/forwardRef(function (_ref, ref) {
30
30
  return /*#__PURE__*/createElement("div", _objectSpread2({
31
31
  "aria-expanded": open,
32
32
  ref: sidebarRef,
33
- className: cn(className),
33
+ className: cn('aurora-relative aurora-transition-all aurora-duration-200', className),
34
34
  style: {
35
35
  width: open ? width : 0,
36
36
  maxWidth: open ? width : 0,