@aragon/gov-ui-kit 1.16.0 → 1.17.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.
|
@@ -27,6 +27,10 @@ export type ITransactionDataListItemProps = IDataListItemProps & {
|
|
|
27
27
|
* The price of the transaction in USD.
|
|
28
28
|
*/
|
|
29
29
|
amountUsd?: number | string;
|
|
30
|
+
/**
|
|
31
|
+
* Whether to hide the value of the transaction (USD price).
|
|
32
|
+
*/
|
|
33
|
+
hideValue?: boolean;
|
|
30
34
|
/**
|
|
31
35
|
* The type of transaction.
|
|
32
36
|
* @default TransactionType.ACTION
|