@beydesign/storybook 0.0.40 → 0.0.41

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.
@@ -34,6 +34,7 @@ const LogoContainer = styled.div `
34
34
  min-height: 38px;
35
35
  height: 38px;
36
36
  transition: all 0.3s ease-in-out;
37
+ padding: ${({ $size }) => $size === SidebarSize.Expanded ? '0px 28px' : '0px'};
37
38
  `;
38
39
  const ToggleButtonWrapper = styled.div `
39
40
  position: absolute;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@beydesign/storybook",
3
3
  "private": false,
4
- "version": "0.0.40",
4
+ "version": "0.0.41",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",