@daimo/pay 0.3.1 → 0.3.3
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/README.md +5 -6
- package/build/index.es.js +233 -214
- package/build/index.es.js.map +1 -1
- package/build/packages/paykit/packages/connectkit/src/assets/crepe.d.ts +4 -0
- package/build/packages/paykit/packages/connectkit/src/assets/logos.d.ts +3 -0
- package/build/packages/paykit/packages/connectkit/src/components/Common/PoweredByFooter/index.d.ts +2 -0
- package/build/packages/paykit/packages/connectkit/src/styles/themes/base.d.ts +0 -1
- package/build/packages/paykit/packages/connectkit/src/styles/themes/index.d.ts +0 -7
- package/build/packages/paykit/packages/connectkit/src/styles/themes/midnight.d.ts +0 -1
- package/build/packages/paykit/packages/connectkit/src/styles/themes/minimal.d.ts +0 -1
- package/build/packages/paykit/packages/connectkit/src/styles/themes/nouns.d.ts +0 -1
- package/build/packages/paykit/packages/connectkit/src/styles/themes/rounded.d.ts +0 -1
- package/build/packages/paykit/packages/connectkit/src/styles/themes/soft.d.ts +0 -1
- package/build/packages/paykit/packages/connectkit/src/styles/themes/web95.d.ts +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
</a> -->
|
|
1
|
+
<a href="https://paydocs.daimo.com">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/daimo-eth/paykit/refs/heads/main/packages/connectkit/header.png">
|
|
3
|
+
</a>
|
|
5
4
|
|
|
6
5
|
# Daimo Pay
|
|
7
6
|
|
|
@@ -25,11 +24,11 @@ You can find the full Daimo Pay documentation [here](https://paydocs.daimo.com).
|
|
|
25
24
|
|
|
26
25
|
## Examples
|
|
27
26
|
|
|
28
|
-
Check out https://github.com/daimo-eth/pay-
|
|
27
|
+
Check out https://github.com/daimo-eth/daimo-pay-demo
|
|
29
28
|
|
|
30
29
|
### Try in CodeSandbox
|
|
31
30
|
|
|
32
|
-
Coming soon
|
|
31
|
+
Coming soon.
|
|
33
32
|
|
|
34
33
|
### Local Development
|
|
35
34
|
|