@aurora-ds/components 1.7.8 → 1.7.9

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/esm/index.js CHANGED
@@ -5641,7 +5641,7 @@ const DRAWER_STYLES = createStyles((theme) => ({
5641
5641
  display: 'flex',
5642
5642
  flexDirection: 'column',
5643
5643
  width: isExpanded ? EXPANDED_DRAWER_WIDTH : COLLAPSED_DRAWER_WIDTH,
5644
- transition: `width ${theme.transition.slow}`,
5644
+ transition: `width ${theme.transition.fast}`,
5645
5645
  overflow: 'hidden',
5646
5646
  backgroundColor: theme.colors.surfacePaper,
5647
5647
  borderRight: `1px solid ${theme.colors.borderMain}`,
@@ -5826,7 +5826,7 @@ const DRAWER_ITEM_STYLES = createStyles((theme) => ({
5826
5826
  outline: 'none',
5827
5827
  textDecoration: 'none',
5828
5828
  boxSizing: 'border-box',
5829
- transition: `width ${theme.transition.slow}, background-color ${theme.transition.fast}, color ${theme.transition.fast}`,
5829
+ transition: `width ${theme.transition.fast}, background-color ${theme.transition.fast}, color ${theme.transition.fast}`,
5830
5830
  whiteSpace: 'nowrap',
5831
5831
  overflow: 'hidden',
5832
5832
  height: DEFAULT_DRAWER_ITEM_SIZE,