@powerhousedao/document-engineering 1.40.2 → 1.40.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 (35) hide show
  1. package/dist/src/scalars/components/aid-field/aid-field.d.ts.map +1 -1
  2. package/dist/src/scalars/components/aid-field/aid-field.js +21 -3
  3. package/dist/src/scalars/components/aid-field/aid-field.js.map +1 -1
  4. package/dist/src/scalars/components/country-code-field/country-code-field.js +1 -1
  5. package/dist/src/scalars/components/country-code-field/country-code-field.js.map +1 -1
  6. package/dist/src/scalars/components/phone-number-field/phone-number-field.js +1 -1
  7. package/dist/src/scalars/components/phone-number-field/phone-number-field.js.map +1 -1
  8. package/dist/src/scalars/lib/countries.d.ts +10 -0
  9. package/dist/src/scalars/lib/countries.d.ts.map +1 -0
  10. package/dist/src/scalars/lib/countries.js +69 -0
  11. package/dist/src/scalars/lib/countries.js.map +1 -0
  12. package/dist/src/table/components/default-cell-renderers/country-render.d.ts.map +1 -1
  13. package/dist/src/table/components/default-cell-renderers/country-render.js +3 -3
  14. package/dist/src/table/components/default-cell-renderers/country-render.js.map +1 -1
  15. package/dist/src/table/components/focus-trap.d.ts +2 -2
  16. package/dist/src/table/components/focus-trap.d.ts.map +1 -1
  17. package/dist/src/table/components/focus-trap.js.map +1 -1
  18. package/dist/src/ui/components/confirm/imperative-confirm.d.ts +2 -2
  19. package/dist/src/ui/components/confirm/imperative-confirm.d.ts.map +1 -1
  20. package/dist/src/ui/components/confirm/imperative-confirm.js +2 -2
  21. package/dist/src/ui/components/confirm/imperative-confirm.js.map +1 -1
  22. package/dist/src/ui/components/data-entry/country-code-picker/country-code-picker.js +3 -3
  23. package/dist/src/ui/components/data-entry/country-code-picker/country-code-picker.js.map +1 -1
  24. package/dist/src/ui/components/data-entry/password-input/password-strength.d.ts.map +1 -1
  25. package/dist/src/ui/components/data-entry/password-input/password-strength.js +13 -10
  26. package/dist/src/ui/components/data-entry/password-input/password-strength.js.map +1 -1
  27. package/dist/src/ui/components/data-entry/phone-number-input/subcomponents/phone-number-diff.js +1 -1
  28. package/dist/src/ui/components/data-entry/phone-number-input/subcomponents/phone-number-diff.js.map +1 -1
  29. package/dist/src/ui/components/data-entry/phone-number-input/use-phone-number-input.js +1 -1
  30. package/dist/src/ui/components/data-entry/phone-number-input/use-phone-number-input.js.map +1 -1
  31. package/dist/src/ui/components/data-entry/phone-number-input/utils.d.ts +1 -1
  32. package/dist/src/ui/components/data-entry/phone-number-input/utils.js +1 -1
  33. package/dist/src/ui/components/data-entry/phone-number-input/utils.js.map +1 -1
  34. package/dist/tsconfig.tsbuildinfo +1 -1
  35. package/package.json +16 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/document-engineering",
3
- "version": "1.40.2",
3
+ "version": "1.40.4",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist"
@@ -86,7 +86,6 @@
86
86
  "@commitlint/cli": "^20.1.0",
87
87
  "@commitlint/config-conventional": "^20.0.0",
88
88
  "@eslint/js": "^9.37.0",
89
- "@hookform/devtools": "^4.4.0",
90
89
  "@semantic-release/changelog": "^6.0.3",
91
90
  "@semantic-release/git": "^10.0.1",
92
91
  "@storybook/addon-actions": "^8.6.14",
@@ -111,16 +110,16 @@
111
110
  "@testing-library/user-event": "^14.6.1",
112
111
  "@types/diff": "^7.0.2",
113
112
  "@types/graphql-upload": "^17.0.0",
114
- "@types/jest": "^30.0.0",
115
113
  "@types/natural-compare-lite": "^1.4.2",
116
114
  "@types/node": "^24.7.2",
117
115
  "@types/react": "^19.2.2",
118
116
  "@types/react-dom": "^19.2.2",
119
117
  "@types/react-portal": "^4.0.7",
120
118
  "@types/react-virtualized": "^9.22.3",
119
+ "graphql": "^16.9.0",
120
+ "graphql-upload": "^17.0.0",
121
121
  "@vitejs/plugin-react": "^5.0.4",
122
122
  "autoprefixer": "^10.4.20",
123
- "camelcase": "^8.0.0",
124
123
  "cross-env": "^7.0.3",
125
124
  "eslint": "^9.37.0",
126
125
  "eslint-config-prettier": "^10.1.8",
@@ -128,12 +127,9 @@
128
127
  "eslint-plugin-prettier": "^5.5.4",
129
128
  "eslint-plugin-react": "^7.37.5",
130
129
  "eslint-plugin-react-hooks": "^7.0.0",
131
- "fast-xml-parser": "^4.3.4",
132
130
  "globals": "^16.4.0",
133
131
  "happy-dom": "^20.0.0",
134
132
  "husky": "^9.1.7",
135
- "import": "^0.0.6",
136
- "jsdom": "^27.0.0",
137
133
  "prettier": "^3.6.2",
138
134
  "react": "^19.2.0",
139
135
  "react-dom": "^19.2.0",
@@ -150,18 +146,27 @@
150
146
  "vitest": "^3.2.4"
151
147
  },
152
148
  "peerDependencies": {
149
+ "graphql": "^16.9.0",
150
+ "graphql-upload": "^17.0.0",
153
151
  "react": "^19.2.0",
154
152
  "react-dom": "^19.2.0"
155
153
  },
154
+ "peerDependenciesMeta": {
155
+ "graphql": {
156
+ "optional": true
157
+ },
158
+ "graphql-upload": {
159
+ "optional": true
160
+ }
161
+ },
156
162
  "dependencies": {
157
- "@internationalized/date": "^3.5.6",
163
+ "@noble/hashes": "^1.8.0",
158
164
  "@radix-ui/react-alert-dialog": "^1.1.15",
159
165
  "@radix-ui/react-checkbox": "^1.3.3",
160
166
  "@radix-ui/react-dropdown-menu": "^2.1.16",
161
167
  "@radix-ui/react-popover": "^1.1.15",
162
168
  "@radix-ui/react-progress": "^1.1.7",
163
169
  "@radix-ui/react-radio-group": "^1.3.8",
164
- "@radix-ui/react-separator": "^1.1.7",
165
170
  "@radix-ui/react-slot": "^1.2.3",
166
171
  "@radix-ui/react-switch": "^1.2.6",
167
172
  "@radix-ui/react-tabs": "^1.1.1",
@@ -170,23 +175,19 @@
170
175
  "@zxcvbn-ts/core": "^3.0.4",
171
176
  "@zxcvbn-ts/language-common": "^3.0.4",
172
177
  "@zxcvbn-ts/language-en": "^3.0.2",
173
- "@zxcvbn-ts/matcher-pwned": "^3.0.4",
174
178
  "class-variance-authority": "^0.7.0",
175
179
  "clsx": "^2.1.1",
176
180
  "cmdk": "^1.0.4",
181
+ "countries-list": "^3.1.1",
177
182
  "date-fns": "^4.1.0",
178
- "date-fns-tz": "^3.2.0",
179
183
  "diff": "^7.0.0",
180
184
  "focus-trap": "^7.6.5",
181
- "graphql": "^16.9.0",
182
- "graphql-upload": "^17.0.0",
183
185
  "libphonenumber-js": "^1.12.11",
184
186
  "mime": "^4.0.7",
185
187
  "nanoid": "^5.0.9",
186
188
  "natural-compare-lite": "^1.4.0",
187
189
  "react-circle-flags": "^0.0.22",
188
190
  "react-day-picker": "9.4.3",
189
- "react-docgen": "^8.0.0",
190
191
  "react-dropzone": "^14.3.8",
191
192
  "react-hook-form": "^7.53.0",
192
193
  "react-portal": "^4.3.0",
@@ -194,8 +195,6 @@
194
195
  "remark-gfm": "^4.0.1",
195
196
  "tailwind-merge": "^3.3.1",
196
197
  "usehooks-ts": "^3.1.0",
197
- "viem": "^2.16.1",
198
- "world-countries": "^5.0.0",
199
- "zod": "^4.3.5"
198
+ "zod": "4.3.6"
200
199
  }
201
200
  }