Commit Graph

7 Commits

Author SHA1 Message Date
Pavel 8434771753
Automate sync of colors and icons with Figma (#378)
* remove old icons

* add script for syncing icons

* regenerate icons

* update @status-im/icons exports

* allow scroll in storybook

* migrate to new icons import

* add iconography story

* update root package.json

* fix typo

* add @status-im/colors

* generate colors

* add colors story

* fix ci
2023-04-14 23:27:05 +02:00
Felicio Mununga 94e98a5e8b
Merge branch 'next' into 'main' 2023-04-06 15:33:18 +02:00
Pavel Prichodko 2fedef69ad
add react types resolution 2023-03-14 13:48:29 +01:00
Pavel Prichodko 92271643d6
update tsconfig jsx field to "react-jsx" 2023-01-20 15:26:14 +01:00
Pavel 81153a3d98
Move to ESM, Vite, Vitest and Turborepo (#286)
* fix example hot module replacement

* add turbo

* migrate to vite

* use turbo for running scripts

* migrate testing to vitest

* set yarn in settings.json

* set noEmit in base tsconfig

* update yarn.lock

* move protos to src

* remove relative paths from status-js

* remove unused files

* update declaration dir

* use vite-node as a debugging runtime

* fix test

* unify tests

* fix test case typo
2022-06-28 16:40:39 +02:00
Pavel Prichodko 3179159211
Enable isolatedModules in tsconfig 2022-03-02 18:13:16 +01:00
Pavel 040be085f4
Improve TypeScript monorepo configuration (#226)
* Unify TypeScript configuration

* Fix package.json target fields
2022-02-23 16:16:42 +01:00