@jaw.id/ui 1.0.2 → 1.1.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 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Eip712Dialog/index.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AA0P5C,eAAO,MAAM,YAAY,GAAI,mLAgB1B,iBAAiB,4CAuOnB,CAAC;AAEF,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Eip712Dialog/index.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AA2P5C,eAAO,MAAM,YAAY,GAAI,mLAgB1B,iBAAiB,4CA0OnB,CAAC;AAEF,cAAc,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DecodedCalldata.d.ts","sourceRoot":"","sources":["../../../src/components/TransactionDialog/DecodedCalldata.tsx"],"names":[],"mappings":"AAoBA,UAAU,oBAAoB;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC3C,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACzC,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,eAAe,GAAI,mFAQ7B,oBAAoB,4CAqLtB,CAAC"}
1
+ {"version":3,"file":"DecodedCalldata.d.ts","sourceRoot":"","sources":["../../../src/components/TransactionDialog/DecodedCalldata.tsx"],"names":[],"mappings":"AAiDA,UAAU,oBAAoB;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC3C,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACzC,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,eAAe,GAAI,mFAQ7B,oBAAoB,4CA2LtB,CAAC"}
@@ -0,0 +1,18 @@
1
+ /** A single labeled, monospace, 0x-prefixed hash value with copy-to-clipboard. */
2
+ export declare const DigestRow: ({ label, value, prominent, }: {
3
+ label: string;
4
+ value: string;
5
+ prominent?: boolean;
6
+ }) => import("react/jsx-runtime").JSX.Element;
7
+ /**
8
+ * ERC-8213 verification digests for an EIP-712 signature, collapsed behind a
9
+ * disclosure. Expanded, the EIP-712 Digest is shown prominently (the one hash
10
+ * the signer verifies) above the secondary Domain and Message hashes.
11
+ *
12
+ * Renders nothing if the typed data can't be parsed — the dialog already shows
13
+ * its own "Failed to parse typed data" message in that case.
14
+ */
15
+ export declare const Eip712VerificationDigests: ({ typedDataJson }: {
16
+ typedDataJson: string;
17
+ }) => import("react/jsx-runtime").JSX.Element | null;
18
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/VerificationDigest/index.tsx"],"names":[],"mappings":"AAgBA,kFAAkF;AAClF,eAAO,MAAM,SAAS,GAAI,8BAIvB;IACD,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,4CA8BA,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,yBAAyB,GAAI,mBAAmB;IAAE,aAAa,EAAE,MAAM,CAAA;CAAE,mDAoBrF,CAAC"}