Files
trezor-suite/packages/suite-data
Jan Bouchner 23a8ae6a09 chore: suite utils (wallet and few others from suite) and types to common package (#5874)
* chore(wallet-utils): Moving wallet utils to common package

* chore(suite-common) Device types moved to common package

* chore(suite-common): Moving tests from suite to common package

* chore(test): wallet utils tests moved to common suite package

* chore: replace message system types from suite-types from common package

* chore: import global JestMocks in suite and wallet-utils

* chore: decrease jest global coverage thresholds for suite tests

* chore: fix import for suite-config

* chore: update refactored build paths and pckg for web and web-landing
2022-08-01 19:08:06 +02:00
..
2022-06-20 14:28:00 +02:00
2022-06-09 17:29:15 +02:00

@trezor/suite-data

Collection of static assets and scripts for @trezor/suite-* packages.

files

Static assets such as images, translations etc.

src

browser detection

Used by suite-web. On initial screen load, determine whether the browser is supported. Either show a warning or load the app.

guide

Updates guide content as described in Documentation.

message-system

Contains warning messages to be displayed to a user based on app version and environment. More info in Documentation.

translations

Scripts to update translations, mostly used by CI jobs. More info in Documentation.