@xyo-network/react-chain-boundwitness 1.7.1 → 1.7.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.
@@ -1,55 +1,3 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { FlexBoxProps } from '@xylabs/react-flexbox';
3
- import { HydratedBlock, XyoViewer, HydratedTransaction } from '@xyo-network/xl1-protocol';
4
- import { Hash } from '@xylabs/hex';
5
- import { ExtendEventNoun, EventNoun } from '@xyo-network/react-event';
6
- import React from 'react';
7
- import { QuickTipButtonProps } from '@xylabs/react-quick-tip-button';
8
- import { CardProps } from '@mui/material';
9
- import { HydratedTransactionInstance } from '@xyo-network/xl1-protocol-sdk';
10
-
11
- interface BoundWitnessDetailsProps extends FlexBoxProps {
12
- block?: HydratedBlock;
13
- viewer?: XyoViewer;
14
- }
15
- declare const BlockBoundWitnessDetails: ({ block, paper, viewer, children, ...props }: BoundWitnessDetailsProps) => react_jsx_runtime.JSX.Element;
16
-
17
- type ClickableFields = 'hash';
18
- interface BWPayloadTableFlexboxProps<TNoun extends ExtendEventNoun = EventNoun> extends FlexBoxProps {
19
- IconComponent?: React.ReactNode;
20
- clickableFields?: ClickableFields[];
21
- eventNoun?: TNoun;
22
- hashes?: Hash[];
23
- headingTitle?: string;
24
- schemas?: string[];
25
- tooltip?: string;
26
- }
27
- declare const PayloadTableFlexbox: <TNoun extends ExtendEventNoun = EventNoun>({ IconComponent, eventNoun, hashes, schemas, headingTitle, clickableFields, tooltip, ...props }: BWPayloadTableFlexboxProps<TNoun>) => react_jsx_runtime.JSX.Element;
28
-
29
- interface TransactionActionsProps extends FlexBoxProps {
30
- transaction?: HydratedTransaction | null;
31
- validationIconColors?: boolean;
32
- }
33
- declare const TransactionActions: React.FC<TransactionActionsProps>;
34
-
35
- interface TxVerification extends QuickTipButtonProps {
36
- iconColors?: boolean;
37
- transaction?: HydratedTransaction | null;
38
- }
39
- declare const TransactionVerification: React.FC<TxVerification>;
40
-
41
- interface TransactionBoundWitnessCardProps extends CardProps {
42
- linkedAddress?: boolean;
43
- wrapper?: HydratedTransactionInstance;
44
- }
45
- declare const TransactionBoundWitnessCard: React.FC<TransactionBoundWitnessCardProps>;
46
-
47
- interface TransactionBoundWitnessDetailsProps extends FlexBoxProps {
48
- transaction?: HydratedTransaction | null;
49
- }
50
- declare const TransactionBoundWitnessDetails: React.FC<TransactionBoundWitnessDetailsProps>;
51
-
52
- type TransactionBoundWitnessEvents = ExtendEventNoun<'transaction'>;
53
-
54
- export { BlockBoundWitnessDetails, PayloadTableFlexbox, TransactionActions, TransactionBoundWitnessCard, TransactionBoundWitnessDetails, TransactionVerification };
55
- export type { BWPayloadTableFlexboxProps, BoundWitnessDetailsProps, ClickableFields, TransactionActionsProps, TransactionBoundWitnessCardProps, TransactionBoundWitnessDetailsProps, TransactionBoundWitnessEvents, TxVerification };
1
+ export * from './components/index.ts';
2
+ export * from './types/index.ts';
3
+ //# sourceMappingURL=index.d.ts.map
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.7.1",
4
+ "version": "1.7.3",
5
5
  "description": "XYO Layer One React SDK BoundWitness",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -34,30 +34,30 @@
34
34
  "module": "dist/browser/index.mjs",
35
35
  "types": "dist/browser/index.d.ts",
36
36
  "dependencies": {
37
- "@xylabs/array": "^4.13.15",
38
- "@xylabs/assert": "^4.13.15",
39
- "@xylabs/eth-address": "^4.13.15",
40
- "@xylabs/hex": "^4.13.15",
37
+ "@xylabs/array": "^4.13.17",
38
+ "@xylabs/assert": "^4.13.17",
39
+ "@xylabs/eth-address": "^4.13.17",
40
+ "@xylabs/hex": "^4.13.17",
41
41
  "@xylabs/react-error": "^6.3.11",
42
42
  "@xylabs/react-flexbox": "^6.3.11",
43
43
  "@xylabs/react-promise": "^6.3.11",
44
44
  "@xylabs/react-quick-tip-button": "^6.3.11",
45
- "@xylabs/typeof": "^4.13.15",
46
- "@xyo-network/boundwitness-model": "^4.1.2",
47
- "@xyo-network/chain-utils": "^1.7.1",
48
- "@xyo-network/chain-validation": "^1.7.1",
49
- "@xyo-network/chain-wrappers": "^1.7.1",
50
- "@xyo-network/payload-builder": "^4.1.2",
51
- "@xyo-network/payload-model": "^4.1.2",
45
+ "@xylabs/typeof": "^4.13.17",
46
+ "@xyo-network/boundwitness-model": "^4.1.3",
47
+ "@xyo-network/chain-utils": "^1.7.3",
48
+ "@xyo-network/chain-validation": "^1.7.3",
49
+ "@xyo-network/chain-wrappers": "^1.7.3",
50
+ "@xyo-network/payload-builder": "^4.1.3",
51
+ "@xyo-network/payload-model": "^4.1.3",
52
52
  "@xyo-network/react-boundwitness-plugin": "^6.1.1",
53
- "@xyo-network/react-chain-blockchain": "^1.7.1",
54
- "@xyo-network/react-chain-blockies": "^1.7.1",
55
- "@xyo-network/react-chain-shared": "^1.7.1",
53
+ "@xyo-network/react-chain-blockchain": "^1.7.3",
54
+ "@xyo-network/react-chain-blockies": "^1.7.3",
55
+ "@xyo-network/react-chain-shared": "^1.7.3",
56
56
  "@xyo-network/react-event": "^6.1.1",
57
57
  "@xyo-network/react-shared": "^6.1.1",
58
58
  "@xyo-network/react-table": "^6.1.1",
59
- "@xyo-network/xl1-protocol": "^1.6.4",
60
- "@xyo-network/xl1-protocol-sdk": "^1.7.1",
59
+ "@xyo-network/xl1-protocol": "^1.7.1",
60
+ "@xyo-network/xl1-protocol-sdk": "^1.7.3",
61
61
  "react-icons": "^5.5.0"
62
62
  },
63
63
  "devDependencies": {
@@ -66,18 +66,18 @@
66
66
  "@mui/icons-material": "^7.2.0",
67
67
  "@mui/material": "^7.2.0",
68
68
  "@storybook/react-vite": "^9.0.17",
69
- "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.26",
70
- "@xylabs/tsconfig-react": "^7.0.0-rc.26",
71
- "@xyo-network/account": "^4.1.2",
72
- "@xyo-network/chain-network-model": "^1.7.1",
73
- "@xyo-network/chain-protocol": "^1.7.1",
74
- "@xyo-network/react-chain-network": "^1.7.1",
75
- "@xyo-network/react-chain-provider": "^1.7.1",
76
- "@xyo-network/react-chain-shared": "^1.7.1",
69
+ "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.27",
70
+ "@xylabs/tsconfig-react": "^7.0.0-rc.27",
71
+ "@xyo-network/account": "^4.1.3",
72
+ "@xyo-network/chain-network-model": "^1.7.3",
73
+ "@xyo-network/chain-protocol": "^1.7.3",
74
+ "@xyo-network/react-chain-network": "^1.7.3",
75
+ "@xyo-network/react-chain-provider": "^1.7.3",
76
+ "@xyo-network/react-chain-shared": "^1.7.3",
77
77
  "knip": "^5.61.3",
78
78
  "react": "^19.1.0",
79
79
  "react-dom": "^19.1.0",
80
- "react-router-dom": "^7.6.3",
80
+ "react-router-dom": "^7.7.0",
81
81
  "typescript": "^5.8.3"
82
82
  },
83
83
  "peerDependencies": {