@powerhousedao/contributor-billing 1.0.0-dev.19 → 1.0.0-dev.21
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.
- package/dist/document-models/account-transactions/v1/module.d.ts +1 -1
- package/dist/document-models/account-transactions/v1/module.d.ts.map +1 -1
- package/dist/document-models/account-transactions/v1/module.js +4 -1
- package/dist/document-models/accounts/v1/module.d.ts +1 -1
- package/dist/document-models/accounts/v1/module.d.ts.map +1 -1
- package/dist/document-models/accounts/v1/module.js +4 -1
- package/dist/document-models/billing-statement/v1/module.d.ts +1 -1
- package/dist/document-models/billing-statement/v1/module.d.ts.map +1 -1
- package/dist/document-models/billing-statement/v1/module.js +4 -1
- package/dist/document-models/expense-report/v1/module.d.ts +1 -1
- package/dist/document-models/expense-report/v1/module.d.ts.map +1 -1
- package/dist/document-models/expense-report/v1/module.js +4 -1
- package/dist/document-models/invoice/v1/module.d.ts +1 -1
- package/dist/document-models/invoice/v1/module.d.ts.map +1 -1
- package/dist/document-models/invoice/v1/module.js +4 -1
- package/dist/document-models/operational-hub-profile/v1/module.d.ts +1 -1
- package/dist/document-models/operational-hub-profile/v1/module.d.ts.map +1 -1
- package/dist/document-models/operational-hub-profile/v1/module.js +4 -1
- package/dist/document-models/snapshot-report/v1/module.d.ts +1 -1
- package/dist/document-models/snapshot-report/v1/module.d.ts.map +1 -1
- package/dist/document-models/snapshot-report/v1/module.js +4 -1
- package/dist/editors/builder-team-admin/components/FolderTree.d.ts.map +1 -1
- package/dist/editors/builder-team-admin/components/FolderTree.js +8 -6
- package/dist/editors/contributor-billing/components/BillingOverview.d.ts.map +1 -1
- package/dist/editors/contributor-billing/components/BillingOverview.js +63 -3
- package/dist/editors/contributor-billing/components/DocumentDropZone.d.ts.map +1 -1
- package/dist/editors/contributor-billing/components/DocumentDropZone.js +10 -1
- package/dist/editors/contributor-billing/components/EmptyState.d.ts +7 -2
- package/dist/editors/contributor-billing/components/EmptyState.d.ts.map +1 -1
- package/dist/editors/contributor-billing/components/EmptyState.js +3 -8
- package/dist/editors/contributor-billing/components/InvoiceTable/HeaderStats.d.ts.map +1 -1
- package/dist/editors/contributor-billing/components/InvoiceTable/HeaderStats.js +6 -0
- package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTable.d.ts.map +1 -1
- package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTable.js +20 -1
- package/dist/editors/contributor-billing/hooks/useDocumentAutoPlacement.d.ts.map +1 -1
- package/dist/editors/contributor-billing/hooks/useDocumentAutoPlacement.js +199 -1
- package/dist/style.css +1464 -151
- package/package.json +27 -20
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/contributor-billing",
|
|
3
3
|
"description": "Document models that help contributors of open organisations get paid anonymously for their work on a monthly basis.",
|
|
4
|
-
"version": "1.0.0-dev.
|
|
4
|
+
"version": "1.0.0-dev.21",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -75,14 +75,13 @@
|
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
77
|
"@electric-sql/pglite": "0.3.15",
|
|
78
|
-
"@
|
|
79
|
-
"@powerhousedao/builder-
|
|
80
|
-
"@powerhousedao/
|
|
81
|
-
"@powerhousedao/
|
|
82
|
-
"@powerhousedao/design-system": "6.0.0-dev.90",
|
|
78
|
+
"@powerhousedao/builder-profile": "1.1.0-dev.3",
|
|
79
|
+
"@powerhousedao/builder-tools": "6.0.0-staging.0",
|
|
80
|
+
"@powerhousedao/common": "6.0.0-staging.0",
|
|
81
|
+
"@powerhousedao/design-system": "6.0.0-staging.0",
|
|
83
82
|
"@powerhousedao/document-engineering": "1.40.1",
|
|
84
|
-
"@powerhousedao/service-offering": "1.0.0-dev.
|
|
85
|
-
"@powerhousedao/vetra": "
|
|
83
|
+
"@powerhousedao/service-offering": "1.0.0-dev.16",
|
|
84
|
+
"@powerhousedao/vetra": "6.0.0-staging.0",
|
|
86
85
|
"@react-pdf/renderer": "^4.3.1",
|
|
87
86
|
"@safe-global/api-kit": "^4.0.0",
|
|
88
87
|
"@safe-global/protocol-kit": "^6.0.3",
|
|
@@ -92,7 +91,7 @@
|
|
|
92
91
|
"axios": "^1.9.0",
|
|
93
92
|
"cmd-ts": "^0.15.0",
|
|
94
93
|
"cors": "^2.8.5",
|
|
95
|
-
"document-model": "6.0.0-
|
|
94
|
+
"document-model": "6.0.0-staging.0",
|
|
96
95
|
"dotenv": "^16.5.0",
|
|
97
96
|
"error": "^10.4.0",
|
|
98
97
|
"ethers": "^6.14.0",
|
|
@@ -106,35 +105,44 @@
|
|
|
106
105
|
},
|
|
107
106
|
"devDependencies": {
|
|
108
107
|
"@eslint/js": "^9.38.0",
|
|
109
|
-
"@
|
|
110
|
-
"@powerhousedao/
|
|
111
|
-
"@powerhousedao/
|
|
112
|
-
"@powerhousedao/
|
|
113
|
-
"@powerhousedao/
|
|
114
|
-
"@powerhousedao/reactor-
|
|
115
|
-
"@powerhousedao/reactor-
|
|
116
|
-
"@powerhousedao/
|
|
108
|
+
"@openfeature/web-sdk": "^1.7.3",
|
|
109
|
+
"@powerhousedao/analytics-engine-core": "6.0.0-staging.0",
|
|
110
|
+
"@powerhousedao/config": "6.0.0-staging.0",
|
|
111
|
+
"@powerhousedao/connect": "6.0.0-staging.0",
|
|
112
|
+
"@powerhousedao/ph-cli": "6.0.0-staging.0",
|
|
113
|
+
"@powerhousedao/reactor-api": "6.0.0-staging.0",
|
|
114
|
+
"@powerhousedao/reactor-browser": "6.0.0-staging.0",
|
|
115
|
+
"@powerhousedao/reactor-local": "6.0.0-staging.0",
|
|
116
|
+
"@powerhousedao/switchboard": "6.0.0-staging.0",
|
|
117
|
+
"@sentry/react": "^10.44.0",
|
|
117
118
|
"@tailwindcss/cli": "^4.1.4",
|
|
118
119
|
"@testing-library/react": "^16.3.0",
|
|
119
120
|
"@types/node": "^24.9.2",
|
|
120
121
|
"@types/react": "^19.2.3",
|
|
121
122
|
"@vitejs/plugin-react": "^5.1.0",
|
|
122
|
-
"document-drive": "6.0.0-
|
|
123
|
+
"document-drive": "6.0.0-staging.0",
|
|
123
124
|
"eslint": "^9.38.0",
|
|
124
125
|
"eslint-config-prettier": "^10.1.8",
|
|
125
126
|
"eslint-plugin-prettier": "^5.5.4",
|
|
126
127
|
"eslint-plugin-react": "^7.37.5",
|
|
127
128
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
128
129
|
"globals": "^16.4.0",
|
|
130
|
+
"i18next": "^25.8.18",
|
|
129
131
|
"package-manager-detector": "^0.2.8",
|
|
130
132
|
"pm2": "^5.4.3",
|
|
131
133
|
"react": "^19.2.3",
|
|
132
134
|
"react-dom": "^19.2.3",
|
|
135
|
+
"react-error-boundary": "^6.1.1",
|
|
136
|
+
"react-hotkeys-hook": "^5.2.4",
|
|
137
|
+
"react-i18next": "^16.5.8",
|
|
138
|
+
"react-router-dom": "^7.13.1",
|
|
133
139
|
"tailwindcss": "^4.1.16",
|
|
134
140
|
"typescript": "^5.9.3",
|
|
135
141
|
"typescript-eslint": "^8.46.2",
|
|
136
142
|
"vite": "^6.2.3",
|
|
143
|
+
"vite-plugin-html": "3.2.2",
|
|
137
144
|
"vite-plugin-node-polyfills": "^0.24.0",
|
|
145
|
+
"vite-plugin-svgr": "4.5.0",
|
|
138
146
|
"vitest": "^3.0.9"
|
|
139
147
|
},
|
|
140
148
|
"peerDependencies": {
|
|
@@ -142,8 +150,7 @@
|
|
|
142
150
|
"react-dom": ">=19.0.0"
|
|
143
151
|
},
|
|
144
152
|
"overrides": {
|
|
145
|
-
"graphql": "16.12.0"
|
|
146
|
-
"document-model": "6.0.0-dev.90"
|
|
153
|
+
"graphql": "16.12.0"
|
|
147
154
|
},
|
|
148
155
|
"bugs": {
|
|
149
156
|
"url": "https://github.com/powerhouse-inc/contributor-billing/issues"
|