@thecb/components 5.6.2 → 5.6.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "5.6.2",
3
+ "version": "5.6.3",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -29,7 +29,7 @@ const Sidebar = ({
29
29
  <SidebarInnerWrapper
30
30
  childGap={childGap}
31
31
  width={width}
32
- sidebarOnRight={sidebarOnRight}
32
+ $sidebarOnRight={sidebarOnRight}
33
33
  contentMinWidth={contentMinWidth}
34
34
  fullHeight={fullHeight}
35
35
  minHeight={minHeight}
@@ -26,8 +26,8 @@ export const SidebarInnerWrapper = styled(
26
26
  ${({ minHeight }) => (minHeight ? `margin-top: 0; margin-bottom: 0;` : ``)}
27
27
  }
28
28
 
29
- ${({ sidebarOnRight, contentMinWidth, childGap }) =>
30
- sidebarOnRight
29
+ ${({ $sidebarOnRight, contentMinWidth, childGap }) =>
30
+ $sidebarOnRight
31
31
  ? `> :first-child {
32
32
  flex-basis: 0;
33
33
  flex-grow: 999;
package/src/.DS_Store DELETED
Binary file
Binary file
Binary file
Binary file