@powerhousedao/document-engineering 1.40.0 → 1.40.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.
Files changed (38) hide show
  1. package/dist/src/scalars/graphql/Amount.d.ts +1 -7
  2. package/dist/src/scalars/graphql/Amount.d.ts.map +1 -1
  3. package/dist/src/scalars/graphql/AmountCrypto.d.ts +1 -7
  4. package/dist/src/scalars/graphql/AmountCrypto.d.ts.map +1 -1
  5. package/dist/src/scalars/graphql/AmountCurrency.d.ts +1 -7
  6. package/dist/src/scalars/graphql/AmountCurrency.d.ts.map +1 -1
  7. package/dist/src/scalars/graphql/AmountFiat.d.ts +1 -7
  8. package/dist/src/scalars/graphql/AmountFiat.d.ts.map +1 -1
  9. package/dist/src/scalars/graphql/Date.d.ts +2 -2
  10. package/dist/src/scalars/graphql/Date.d.ts.map +1 -1
  11. package/dist/src/scalars/graphql/Date.js +2 -2
  12. package/dist/src/scalars/graphql/Date.js.map +1 -1
  13. package/dist/src/scalars/graphql/DateTime.d.ts +2 -2
  14. package/dist/src/scalars/graphql/DateTime.d.ts.map +1 -1
  15. package/dist/src/scalars/graphql/DateTime.js +2 -2
  16. package/dist/src/scalars/graphql/DateTime.js.map +1 -1
  17. package/dist/src/scalars/graphql/EmailAddress.d.ts +2 -2
  18. package/dist/src/scalars/graphql/EmailAddress.d.ts.map +1 -1
  19. package/dist/src/scalars/graphql/EmailAddress.js +2 -2
  20. package/dist/src/scalars/graphql/EmailAddress.js.map +1 -1
  21. package/dist/src/scalars/graphql/URL.d.ts +2 -2
  22. package/dist/src/scalars/graphql/URL.d.ts.map +1 -1
  23. package/dist/src/scalars/graphql/URL.js +2 -2
  24. package/dist/src/scalars/graphql/URL.js.map +1 -1
  25. package/dist/src/table/components/focus-trap.d.ts +25 -0
  26. package/dist/src/table/components/focus-trap.d.ts.map +1 -0
  27. package/dist/src/table/components/focus-trap.js +46 -0
  28. package/dist/src/table/components/focus-trap.js.map +1 -0
  29. package/dist/src/table/components/table-focus-trap.js +1 -1
  30. package/dist/src/table/components/table-focus-trap.js.map +1 -1
  31. package/dist/src/ui/components/confirm/confirm.js +1 -1
  32. package/dist/src/ui/components/confirm/confirm.js.map +1 -1
  33. package/dist/src/ui/components/confirm/imperative-confirm.d.ts +25 -0
  34. package/dist/src/ui/components/confirm/imperative-confirm.d.ts.map +1 -0
  35. package/dist/src/ui/components/confirm/imperative-confirm.js +55 -0
  36. package/dist/src/ui/components/confirm/imperative-confirm.js.map +1 -0
  37. package/dist/tsconfig.tsbuildinfo +1 -1
  38. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/document-engineering",
3
- "version": "1.40.0",
3
+ "version": "1.40.2",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist"
@@ -177,7 +177,7 @@
177
177
  "date-fns": "^4.1.0",
178
178
  "date-fns-tz": "^3.2.0",
179
179
  "diff": "^7.0.0",
180
- "focus-trap-react": "^11.0.3",
180
+ "focus-trap": "^7.6.5",
181
181
  "graphql": "^16.9.0",
182
182
  "graphql-upload": "^17.0.0",
183
183
  "libphonenumber-js": "^1.12.11",
@@ -185,7 +185,6 @@
185
185
  "nanoid": "^5.0.9",
186
186
  "natural-compare-lite": "^1.4.0",
187
187
  "react-circle-flags": "^0.0.22",
188
- "react-confirm": "^0.4.0",
189
188
  "react-day-picker": "9.4.3",
190
189
  "react-docgen": "^8.0.0",
191
190
  "react-dropzone": "^14.3.8",
@@ -197,6 +196,6 @@
197
196
  "usehooks-ts": "^3.1.0",
198
197
  "viem": "^2.16.1",
199
198
  "world-countries": "^5.0.0",
200
- "zod": "^3.25.76"
199
+ "zod": "^4.3.5"
201
200
  }
202
201
  }