@thecb/components 11.2.13-beta.2 → 11.2.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": "11.2.13-beta.2",
3
+ "version": "11.2.13",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -55,7 +55,11 @@ const LinkCard = ({
55
55
  style={{ width: "100%" }}
56
56
  fullHeight
57
57
  >
58
- <Stack direction="row" childGap="0.5rem">
58
+ <Stack
59
+ direction="row"
60
+ childGap="0.5rem"
61
+ extraStyles={`align-items: center;`}
62
+ >
59
63
  <Styled.Title
60
64
  variant={titleVariant}
61
65
  theme={themeValues}
@@ -123,7 +123,7 @@ const meta = {
123
123
  defaultValue: { summary: false }
124
124
  }
125
125
  },
126
- iseExternalLink: {
126
+ isExternalLink: {
127
127
  description:
128
128
  "Whether the LinkCard uses an external link, default is internal",
129
129
  table: {