@shipengine/elements 0.14.0 → 0.15.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.
@@ -357,6 +357,8 @@ declare const _default: {
357
357
  };
358
358
  invalidAddressName: string;
359
359
  invalidAddressPoBox: string;
360
+ invalidPostalCode: string;
361
+ invalidStateProvince: string;
360
362
  invalidString: string;
361
363
  nonnegative: string;
362
364
  nonnegativeList: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/elements",
3
- "version": "0.14.0",
3
+ "version": "0.15.0",
4
4
  "typedoc": {
5
5
  "entryPoint": "./src/index.ts",
6
6
  "readmeFile": "../../README.md",
@@ -19,12 +19,12 @@
19
19
  "react": "^18.2.0",
20
20
  "@emotion/react": "^11.10.0",
21
21
  "@packlink/brands": "^3.18.0",
22
- "@shipengine/react": "0.14.0",
22
+ "@shipengine/react": "0.15.0",
23
23
  "react-hook-form": "^7.31.2",
24
24
  "@emotion/css": "^11.10.5",
25
25
  "humps": "^2.0.1",
26
26
  "react-datepicker": "^4.8.0",
27
- "@shipengine/types": "0.14.0",
27
+ "@shipengine/types": "0.15.0",
28
28
  "zod": "^3.17.3",
29
29
  "react-dom": "^18.2.0",
30
30
  "libphonenumber-js": "^1.10.14",