@thecb/components 3.6.0-beta.0 → 3.6.0-beta.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.
package/dist/index.cjs.js CHANGED
@@ -14276,7 +14276,7 @@ var Alert = function Alert(_ref) {
14276
14276
  }, /*#__PURE__*/React__default.createElement(Icon, null)))), /*#__PURE__*/React__default.createElement(Box, {
14277
14277
  padding: "0"
14278
14278
  }, /*#__PURE__*/React__default.createElement(Sidebar, {
14279
- onRight: true,
14279
+ sidebarOnRight: true,
14280
14280
  width: "24px",
14281
14281
  childGap: "0rem"
14282
14282
  }, /*#__PURE__*/React__default.createElement(Box, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "3.6.0-beta.0",
3
+ "version": "3.6.0-beta.1",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -36,7 +36,7 @@ const Alert = ({
36
36
  </Cover>
37
37
  </Box>
38
38
  <Box padding="0">
39
- <Sidebar onRight width="24px" childGap="0rem">
39
+ <Sidebar sidebarOnRight width="24px" childGap="0rem">
40
40
  <Box padding="1rem">
41
41
  <Cluster justify="flex-start" align="center">
42
42
  <Stack fullHeight childGap="0.25rem">