@powerhousedao/contributor-billing 1.0.0-dev.11 → 1.0.0-dev.13
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/style.css +7 -1
- package/package.json +2 -2
package/dist/style.css
CHANGED
|
@@ -6661,7 +6661,7 @@
|
|
|
6661
6661
|
}
|
|
6662
6662
|
}
|
|
6663
6663
|
}
|
|
6664
|
-
/*! tailwindcss v4.1
|
|
6664
|
+
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
6665
6665
|
@layer properties;
|
|
6666
6666
|
@layer theme, base, components, utilities;
|
|
6667
6667
|
@layer theme {
|
|
@@ -6927,6 +6927,12 @@
|
|
|
6927
6927
|
.sticky {
|
|
6928
6928
|
position: sticky;
|
|
6929
6929
|
}
|
|
6930
|
+
.start {
|
|
6931
|
+
inset-inline-start: var(--spacing);
|
|
6932
|
+
}
|
|
6933
|
+
.end {
|
|
6934
|
+
inset-inline-end: var(--spacing);
|
|
6935
|
+
}
|
|
6930
6936
|
.top-0 {
|
|
6931
6937
|
top: calc(var(--spacing) * 0);
|
|
6932
6938
|
}
|
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.13",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@powerhousedao/common": "5.3.4",
|
|
75
75
|
"@powerhousedao/design-system": "5.3.4",
|
|
76
76
|
"@powerhousedao/document-engineering": "^1.40.1",
|
|
77
|
-
"@powerhousedao/service-offering": "0.0.
|
|
77
|
+
"@powerhousedao/service-offering": "0.0.12",
|
|
78
78
|
"@powerhousedao/vetra": "^5.3.4",
|
|
79
79
|
"@react-pdf/renderer": "^4.3.1",
|
|
80
80
|
"@safe-global/api-kit": "^4.0.0",
|