@solvapay/react 1.2.0 → 1.2.1-preview-11b3dbaad91ebe943310ab34750f6b20261e2693
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/CHANGELOG.md +7 -0
- package/README.md +51 -711
- package/dist/{chunk-YCZJZC7G.js → chunk-MYD6KTR2.js} +1 -1
- package/dist/{chunk-CFGFC2KM.js → chunk-XRNCDI2T.js} +83 -42
- package/dist/{chunk-ZPEMAXUJ.js → chunk-Y2UAJG67.js} +6 -3
- package/dist/{index-CA-YDmg8.d.ts → index-Cs-QqpkJ.d.ts} +1 -1
- package/dist/{index-D_v8sRXE.d.cts → index-DPoqku6R.d.cts} +1 -1
- package/dist/index.cjs +16 -5
- package/dist/index.d.cts +13 -4
- package/dist/index.d.ts +13 -4
- package/dist/index.js +15 -46
- package/dist/mcp/index.cjs +803 -764
- package/dist/mcp/index.d.cts +23 -17
- package/dist/mcp/index.d.ts +23 -17
- package/dist/mcp/index.js +69 -72
- package/dist/mcp/styles.css +119 -187
- package/dist/primitives/index.cjs +6 -3
- package/dist/primitives/index.d.cts +4 -4
- package/dist/primitives/index.d.ts +4 -4
- package/dist/primitives/index.js +2 -2
- package/dist/{shared-C9ibtYsS.d.ts → shared-CXRbrNFw.d.ts} +281 -88
- package/dist/{shared-D6vMshoV.d.cts → shared-DpS2yEah.d.cts} +281 -88
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @solvapay/react changelog
|
|
2
2
|
|
|
3
|
+
## 1.2.1-preview-11b3dbaad91ebe943310ab34750f6b20261e2693
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [254498f]
|
|
8
|
+
- @solvapay/mcp-core@0.2.5-preview-11b3dbaad91ebe943310ab34750f6b20261e2693
|
|
9
|
+
|
|
3
10
|
## 1.2.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|