@powerhousedao/contributor-billing 0.0.90 → 0.0.91

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/dist/style.css +19 -0
  2. package/package.json +12 -12
package/dist/style.css CHANGED
@@ -90,6 +90,7 @@
90
90
  --color-zinc-200: oklch(92% 0.004 286.32);
91
91
  --color-zinc-500: oklch(55.2% 0.016 285.938);
92
92
  --color-zinc-600: oklch(44.2% 0.017 285.786);
93
+ --color-stone-300: oklch(86.9% 0.005 56.366);
93
94
  --color-black: #000;
94
95
  --color-white: #fff;
95
96
  --spacing: 0.25rem;
@@ -1999,6 +2000,7 @@
1999
2000
  --color-zinc-200: oklch(92% 0.004 286.32);
2000
2001
  --color-zinc-500: oklch(55.2% 0.016 285.938);
2001
2002
  --color-zinc-600: oklch(44.2% 0.017 285.786);
2003
+ --color-stone-300: oklch(86.9% 0.005 56.366);
2002
2004
  --color-black: hsl(0 0% 0%);
2003
2005
  --color-white: hsl(0 0% 100%);
2004
2006
  --spacing: 0.25rem;
@@ -3753,6 +3755,9 @@
3753
3755
  .text-slate-800 {
3754
3756
  color: var(--color-slate-800);
3755
3757
  }
3758
+ .text-stone-300 {
3759
+ color: var(--color-stone-300);
3760
+ }
3756
3761
  .text-white {
3757
3762
  color: var(--color-white);
3758
3763
  }
@@ -4387,6 +4392,13 @@
4387
4392
  }
4388
4393
  }
4389
4394
  }
4395
+ .hover\:bg-blue-600 {
4396
+ &:hover {
4397
+ @media (hover: hover) {
4398
+ background-color: var(--color-blue-600);
4399
+ }
4400
+ }
4401
+ }
4390
4402
  .hover\:bg-gray-50 {
4391
4403
  &:hover {
4392
4404
  @media (hover: hover) {
@@ -4422,6 +4434,13 @@
4422
4434
  }
4423
4435
  }
4424
4436
  }
4437
+ .hover\:bg-slate-100 {
4438
+ &:hover {
4439
+ @media (hover: hover) {
4440
+ background-color: var(--color-slate-100);
4441
+ }
4442
+ }
4443
+ }
4425
4444
  .hover\:bg-slate-800 {
4426
4445
  &:hover {
4427
4446
  @media (hover: hover) {
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": "0.0.90",
4
+ "version": "0.0.91",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",
7
7
  "files": [
@@ -57,9 +57,9 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@google-cloud/documentai": "^8.12.0",
60
- "@powerhousedao/builder-tools": "^5.0.0-staging.15",
61
- "@powerhousedao/common": "^5.0.0-staging.15",
62
- "@powerhousedao/design-system": "^5.0.0-staging.15",
60
+ "@powerhousedao/builder-tools": "^5.0.0-staging.18",
61
+ "@powerhousedao/common": "^5.0.0-staging.18",
62
+ "@powerhousedao/design-system": "^5.0.0-staging.18",
63
63
  "@powerhousedao/document-engineering": "^1.37.0",
64
64
  "@react-pdf/renderer": "^4.3.0",
65
65
  "@safe-global/api-kit": "^3.0.1",
@@ -69,7 +69,7 @@
69
69
  "@types/cors": "^2.8.17",
70
70
  "axios": "^1.9.0",
71
71
  "cors": "^2.8.5",
72
- "document-model": "^5.0.0-staging.15",
72
+ "document-model": "^5.0.0-staging.18",
73
73
  "dotenv": "^16.5.0",
74
74
  "error": "^10.4.0",
75
75
  "ethers": "^6.14.0",
@@ -85,19 +85,19 @@
85
85
  "@electric-sql/pglite": "^0.2.12",
86
86
  "@eslint/js": "^9.25.0",
87
87
  "@powerhousedao/analytics-engine-core": "^0.5.0",
88
- "@powerhousedao/codegen": "^5.0.0-staging.15",
89
- "@powerhousedao/ph-cli": "^5.0.0-staging.15",
90
- "@powerhousedao/reactor-api": "^5.0.0-staging.15",
91
- "@powerhousedao/reactor-browser": "^5.0.0-staging.15",
92
- "@powerhousedao/reactor-local": "^5.0.0-staging.15",
88
+ "@powerhousedao/codegen": "^5.0.0-staging.18",
89
+ "@powerhousedao/ph-cli": "^5.0.0-staging.18",
90
+ "@powerhousedao/reactor-api": "^5.0.0-staging.18",
91
+ "@powerhousedao/reactor-browser": "^5.0.0-staging.18",
92
+ "@powerhousedao/reactor-local": "^5.0.0-staging.18",
93
93
  "@powerhousedao/scalars": "^1.33.1-staging.5",
94
- "@powerhousedao/switchboard": "^5.0.0-staging.15",
94
+ "@powerhousedao/switchboard": "^5.0.0-staging.18",
95
95
  "@tailwindcss/cli": "^4.1.4",
96
96
  "@testing-library/react": "^16.3.0",
97
97
  "@types/node": "^22.14.1",
98
98
  "@types/react": "^18.3.20",
99
99
  "@vitejs/plugin-react": "^4.4.1",
100
- "document-drive": "^5.0.0-staging.15",
100
+ "document-drive": "^5.0.0-staging.18",
101
101
  "eslint": "^9.25.0",
102
102
  "eslint-plugin-react": "^7.37.5",
103
103
  "eslint-plugin-react-hooks": "^5.2.0",