@thecb/components 7.0.2-beta.2 → 7.0.2-beta.4

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": "7.0.2-beta.2",
3
+ "version": "7.0.2-beta.4",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -126,7 +126,7 @@ const CollapsibleSection = ({
126
126
  initial={initiallyOpen ? "open" : "closed"}
127
127
  exit="closed"
128
128
  variants={wrapper}
129
- extraStyles={`transform-origin: 100% 0; overflow-y: hidden;`}
129
+ extraStyles={`transform-origin: 100% 0; overflow-y: hidden`}
130
130
  id={`${id}-content`}
131
131
  role={"region"}
132
132
  aria-labelledby={`${id}-button`}