@imtbl/design-system
Advanced tools
Comparing version 0.0.69 to 0.0.70
import { BaseComponentPropTypes } from './shared.types'; | ||
export declare type TokenNetwork = 'Ethereum' | 'Immutable X'; | ||
export declare enum ImxAssetStatuses { | ||
eth = 1, | ||
depositing = 2, | ||
imx = 3, | ||
preparing_withdrawal = 4, | ||
withdrawing = 5, | ||
withdrawable = 6, | ||
listed_for_sale = 7, | ||
remove_from_sale = 8, | ||
already_in_imx = 9, | ||
already_in_eth = 10 | ||
eth = "eth", | ||
depositing = "depositing", | ||
imx = "imx", | ||
preparing_withdrawal = "preparing_withdrawal", | ||
withdrawing = "withdrawing", | ||
withdrawable = "withdrawable", | ||
listed_for_sale = "listed_for_sale", | ||
remove_from_sale = "remove_from_sale", | ||
already_in_imx = "already_in_imx", | ||
already_in_eth = "already_in_eth" | ||
} | ||
@@ -15,0 +15,0 @@ export interface ImxAssetImageTilePropTypes extends BaseComponentPropTypes { |
{ | ||
"name": "@imtbl/design-system", | ||
"version": "0.0.69", | ||
"version": "0.0.70", | ||
"description": "A repository to house all design system components utilised inside of IMX GUI", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
651217