@xyo-network/react-chain-boundwitness 1.14.3 → 1.15.0

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.
@@ -1,2 +1,3 @@
1
1
  export * from './BlockBoundWitnessDetails.tsx';
2
+ export * from './card/index.ts';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/block/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/block/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAA;AAC9C,cAAc,iBAAiB,CAAA"}
@@ -907,7 +907,10 @@ var TransactionBoundWitnessDetails = /* @__PURE__ */ __name(({ transaction, ...p
907
907
  })));
908
908
  }, "TransactionBoundWitnessDetails");
909
909
  export {
910
+ BlockBoundWitnessActions,
911
+ BlockBoundWitnessCard,
910
912
  BlockBoundWitnessDetails,
913
+ BlockBoundWitnessVerification,
911
914
  PayloadTableFlexbox,
912
915
  TransactionActions,
913
916
  TransactionBoundWitnessCard,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/package.json",
3
3
  "name": "@xyo-network/react-chain-boundwitness",
4
- "version": "1.14.3",
4
+ "version": "1.15.0",
5
5
  "description": "XYO Layer One React SDK BoundWitness",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -51,22 +51,22 @@
51
51
  "@xylabs/react-quick-tip-button": "~7.0.4",
52
52
  "@xylabs/typeof": "~5.0.11",
53
53
  "@xyo-network/boundwitness-model": "~5.1.2",
54
- "@xyo-network/chain-utils": "~1.14.3",
55
- "@xyo-network/chain-validation": "~1.14.3",
56
- "@xyo-network/chain-wrappers": "~1.14.3",
54
+ "@xyo-network/chain-utils": "~1.15.0",
55
+ "@xyo-network/chain-validation": "~1.15.0",
56
+ "@xyo-network/chain-wrappers": "~1.15.0",
57
57
  "@xyo-network/payload-builder": "~5.1.2",
58
58
  "@xyo-network/payload-model": "~5.1.2",
59
- "@xyo-network/react-boundwitness-plugin": "~7.2.0",
60
- "@xyo-network/react-chain-blockchain": "~1.14.3",
61
- "@xyo-network/react-chain-blockies": "~1.14.3",
62
- "@xyo-network/react-chain-shared": "~1.14.3",
63
- "@xyo-network/react-event": "~7.2.0",
64
- "@xyo-network/react-shared": "~7.2.0",
65
- "@xyo-network/react-table": "~7.2.0",
66
- "@xyo-network/xl1-protocol": "~1.12.22",
67
- "@xyo-network/xl1-protocol-sdk": "~1.14.3",
68
- "@xyo-network/xl1-validation": "~1.14.3",
69
- "@xyo-network/xl1-wrappers": "~1.14.3",
59
+ "@xyo-network/react-boundwitness-plugin": "~7.2.1",
60
+ "@xyo-network/react-chain-blockchain": "~1.15.0",
61
+ "@xyo-network/react-chain-blockies": "~1.15.0",
62
+ "@xyo-network/react-chain-shared": "~1.15.0",
63
+ "@xyo-network/react-event": "~7.2.1",
64
+ "@xyo-network/react-shared": "~7.2.1",
65
+ "@xyo-network/react-table": "~7.2.1",
66
+ "@xyo-network/xl1-protocol": "~1.12.32",
67
+ "@xyo-network/xl1-protocol-sdk": "~1.15.0",
68
+ "@xyo-network/xl1-validation": "~1.15.0",
69
+ "@xyo-network/xl1-wrappers": "~1.15.0",
70
70
  "react-icons": "~5.5.0"
71
71
  },
72
72
  "devDependencies": {
@@ -74,19 +74,19 @@
74
74
  "@emotion/styled": "~11.14.1",
75
75
  "@mui/icons-material": "~7.3.2",
76
76
  "@mui/material": "~7.3.2",
77
- "@storybook/react-vite": "~9.1.4",
77
+ "@storybook/react-vite": "~9.1.5",
78
78
  "@xylabs/ts-scripts-yarn3": "~7.1.7",
79
79
  "@xylabs/tsconfig": "~7.1.7",
80
80
  "@xylabs/tsconfig-dom": "~7.1.7",
81
81
  "@xylabs/tsconfig-react": "~7.1.7",
82
82
  "@xyo-network/account": "~5.1.2",
83
- "@xyo-network/chain-network-model": "~1.14.3",
84
- "@xyo-network/react-chain-network": "~1.14.3",
85
- "@xyo-network/react-chain-provider": "~1.14.3",
86
- "eslint": "^9.34.0",
83
+ "@xyo-network/chain-network-model": "~1.15.0",
84
+ "@xyo-network/react-chain-network": "~1.15.0",
85
+ "@xyo-network/react-chain-provider": "~1.15.0",
86
+ "eslint": "^9.35.0",
87
87
  "react": "~19.1.1",
88
88
  "react-dom": "~19.1.1",
89
- "react-router-dom": "~7.8.2",
89
+ "react-router-dom": "~7.9.1",
90
90
  "typescript": "~5.9.2"
91
91
  },
92
92
  "peerDependencies": {
@@ -1 +1,2 @@
1
1
  export * from './BlockBoundWitnessDetails.tsx'
2
+ export * from './card/index.ts'