@worldcoin/idkit 1.1.3 → 1.1.4

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.
Files changed (2) hide show
  1. package/build/index.js +1 -4
  2. package/package.json +2 -2
package/build/index.js CHANGED
@@ -812,9 +812,6 @@ select{
812
812
  .w-full{
813
813
  width: 100%;
814
814
  }
815
- .max-w-\\[14rem\\]{
816
- max-width: 14rem;
817
- }
818
815
  .max-w-\\[224px\\]{
819
816
  max-width: 224px;
820
817
  }
@@ -1460,7 +1457,7 @@ var ErrorState = () => {
1460
1457
  /* @__PURE__ */ jsx6("div", { className: "-mt-5 flex items-center justify-center", children: errorState?.code == AppErrorCodes.VerificationRejected ? /* @__PURE__ */ jsx6(WarningIcon_default, { className: "w-24" }) : /* @__PURE__ */ jsx6(ErrorIcon_default, { className: "w-24" }) }),
1461
1458
  /* @__PURE__ */ jsxs3("div", { children: [
1462
1459
  /* @__PURE__ */ jsx6("p", { className: "text-center text-2xl font-semibold text-gray-900 dark:text-white", children: errorState?.code && ERROR_TITLES[errorState.code] || ERROR_TITLES[AppErrorCodes.GenericError] }),
1463
- /* @__PURE__ */ jsx6("p", { className: "mx-auto mt-2 max-w-[14rem] text-center text-657080", children: errorState?.message || ERROR_MESSAGES[errorState?.code ?? AppErrorCodes.GenericError] })
1460
+ /* @__PURE__ */ jsx6("p", { className: "mx-auto mt-2 max-w-[224px] text-center text-657080", children: errorState?.message || ERROR_MESSAGES[errorState?.code ?? AppErrorCodes.GenericError] })
1464
1461
  ] }),
1465
1462
  /* @__PURE__ */ jsx6("div", { className: "flex justify-center", children: /* @__PURE__ */ jsxs3(
1466
1463
  "button",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worldcoin/idkit",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "homepage": "https://docs.worldcoin.org/id/idkit",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -64,7 +64,7 @@
64
64
  "qrcode": "^1.5.1",
65
65
  "react-shadow": "^19.1.0",
66
66
  "zustand": "^4.3.3",
67
- "@worldcoin/idkit-core": "1.1.3"
67
+ "@worldcoin/idkit-core": "1.1.4"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@types/node": "18.11.9",