@thecb/components 10.9.0-beta.1 → 10.9.0-beta.2

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.9.0-beta.1",
3
+ "version": "10.9.0-beta.2",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -128,7 +128,7 @@ const AddressForm = ({
128
128
  />
129
129
  <FormInput
130
130
  isNum={isUS}
131
- formatter={isUS ? zipFormat : null}
131
+ // formatter={isUS ? zipFormat : null}
132
132
  labelTextWhenNoError="Zip code"
133
133
  errorMessages={zipErrorMessages}
134
134
  field={fields.zip}