@thecb/components 10.8.3-beta.3 → 10.8.3

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.8.3-beta.3",
3
+ "version": "10.8.3",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -116,6 +116,7 @@ const AddressForm = ({
116
116
  isRequired={true}
117
117
  />
118
118
  <FormInput
119
+ isMobile={true}
119
120
  isNum={isUS}
120
121
  formatter={isUS ? zipFormat : null}
121
122
  labelTextWhenNoError="Zip code"