@thecb/components 11.10.0-beta.2 → 11.10.0

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.10.0-beta.2",
3
+ "version": "11.10.0",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -46,7 +46,7 @@ const CardType = ({ type, size = "small" }) => {
46
46
  const { label, [size]: IconComponent } =
47
47
  cardBrands[normalizedType] || cardBrands.default;
48
48
  return (
49
- <span role="img" aria-label={label}>
49
+ <span>
50
50
  <IconComponent />
51
51
  </span>
52
52
  );
@@ -148,7 +148,7 @@ const FormInput = ({
148
148
  <Stack childGap="0.25rem">
149
149
  <Box padding="0">
150
150
  {helperModal ? (
151
- <Cluster justify="space-between" align="center">
151
+ <Cluster justify="space-between" align="center" overflow>
152
152
  {labelDisplayOverride ? (
153
153
  labelDisplayOverride
154
154
  ) : (