@thecb/components 8.4.0-beta.19 → 8.4.0-beta.20

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": "8.4.0-beta.19",
3
+ "version": "8.4.0-beta.20",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -13,11 +13,12 @@ export const Container = styled(Box)`
13
13
  gap: 40px;
14
14
  flex-shrink: 0;
15
15
  align-self: stretch;
16
+ border-radius: 8px;
16
17
 
17
18
  &:hover,
18
19
  &:active {
20
+ margin-top: 2px;
19
21
  cursor: pointer;
20
- border-radius: 8px;
21
22
  box-shadow: 0px 0px 0px 0px rgba(41, 42, 51, 0.1),
22
23
  0px 5px 11px 0px rgba(41, 42, 51, 0.1),
23
24
  0px 4px 19px 0px rgba(41, 42, 51, 0.09),