@thecb/components 10.0.0 → 10.1.0-beta.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": "10.0.0",
3
+ "version": "10.1.0-beta.0",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -7,7 +7,7 @@ import Box from "../layouts/Box";
7
7
  import Text from "../text";
8
8
  import { themeComponent } from "../../../util/themeUtils";
9
9
 
10
- const CheckboxContainer = styled.div`
10
+ const CheckboxContainer = styled.span`
11
11
  display: inline-block;
12
12
  vertical-align: middle;
13
13
  `;
@@ -147,13 +147,7 @@ const FormInput = ({
147
147
  >
148
148
  {labelTextWhenNoError}
149
149
  </Text>
150
- <Text
151
- color={themeValues.linkColor}
152
- variant="pS"
153
- weight={themeValues.fontWeight}
154
- >
155
- {helperModal()}
156
- </Text>
150
+ {helperModal()}
157
151
  </Cluster>
158
152
  ) : (
159
153
  <Box padding="0" minWidth="100%">