@shipengine/elements-sdk 2.26.2 → 2.26.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.
@@ -40103,7 +40103,7 @@ const VHe = () => {
40103
40103
  mutationKey: ["useAddSandboxCarriers"],
40104
40104
  onError: St
40105
40105
  });
40106
- }, HHe = "2.26.2", GHe = {
40106
+ }, HHe = "2.26.3", GHe = {
40107
40107
  components: {
40108
40108
  Typography: {
40109
40109
  body1: {
@@ -59765,7 +59765,9 @@ const ste = /* @__PURE__ */ gn(Kit), Xit = (e) => /* @__PURE__ */ C.createElemen
59765
59765
  if (F && F.error)
59766
59766
  return F;
59767
59767
  const Q = Y[q];
59768
- return !Q || /^[0-9\p{Script=Latin}\p{P}\p{S}\s]+$/u.test(Q) ? F : q === "name" || q === "companyName" ? { error: !1, message: i("charsetWarnings.name.message") } : {
59768
+ return !Q || /^[0-9A-Za-z\u00C0-\u017F\u0100-\u024F\u1E00-\u1EFF\u0020-\u002F\u003A-\u0040\u005B-\u0060\u007B-\u007E\u00A0-\u00BF\u2000-\u206F\u2E00-\u2E7F\s]+$/u.test(
59769
+ Q
59770
+ ) ? F : q === "name" || q === "companyName" ? { error: !1, message: i("charsetWarnings.name.message") } : {
59769
59771
  error: !0,
59770
59772
  message: i("charsetWarnings.address.message"),
59771
59773
  title: i("charsetWarnings.address.title")
@@ -84121,7 +84123,7 @@ const N6t = ({
84121
84123
  });
84122
84124
  var rie, TV = fo;
84123
84125
  rie = TV.createRoot, TV.hydrateRoot;
84124
- const e$t = "2.26.2", DV = qe({
84126
+ const e$t = "2.26.3", DV = qe({
84125
84127
  sidepanelHeaderStyles: (e) => ({
84126
84128
  backgroundColor: T(e).palette.gray.megaLight,
84127
84129
  display: "flex",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/elements-sdk",
3
- "version": "2.26.2",
3
+ "version": "2.26.3",
4
4
  "types": "./dist/public-sdk.d.ts",
5
5
  "main": "./dist/shipengine-elements-sdk.mjs",
6
6
  "scripts": {