@thecb/components 8.4.0-beta.11 → 8.4.0-beta.13

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.11",
3
+ "version": "8.4.0-beta.13",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -67,18 +67,16 @@ const LinkCard = ({
67
67
  weight={FONT_WEIGHT_SEMIBOLD}
68
68
  color={themeValues.color}
69
69
  margin={0}
70
- extraStyles={`display: -webkit-box;
71
- background-color: transparent;
72
- -webkit-box-orient: vertical;
73
- -webkit-line-clamp: 2;
70
+ extraStyles={`
71
+ display: -webkit-box;
72
+ -webkit-box-orient: vertical;
73
+ -webkit-line-clamp: 2;
74
74
  align-self: stretch;
75
75
  overflow: hidden;
76
- text-overflow: ellipsis;
77
- font-family: Public Sans;
78
- font-size: 16px;
79
- font-style: normal;
80
- font-weight: 600;
76
+ text-overflow: ellipsis;
77
+ font-size: 16px;
81
78
  line-height: 150%;
79
+ background-color: transparent;
82
80
  `}
83
81
  >
84
82
  {title}
@@ -94,13 +92,8 @@ const LinkCard = ({
94
92
  -webkit-box-orient: vertical;
95
93
  -webkit-line-clamp: 2;
96
94
  align-self: stretch;
97
-
98
- /* CB Standard/Desktop/D - P Small - Regular */
99
- font-family: Public Sans;
100
95
  font-size: 14px;
101
- font-style: normal;
102
- font-weight: 400;
103
- line-height: 150%; /* 21px */
96
+ line-height: 150%;
104
97
  letter-spacing: 0.14px;"
105
98
  >
106
99
  {subtitle}