8 Commits

Author SHA1 Message Date
Wes Souza
375646b55d feat(slider): convert to TypeScript and export types 2022-07-26 20:38:07 +02:00
Wes Souza
cc6ca3e2a9 chore: install and configure TypeScript
This commit:
- Adds .editorconfig file
- Installs TypeScript and necessary dependencies
- Configures TypeScript tsconfig.json
- Configures Rollup to use esbuild and export .d.ts
- Converts entry files to TypeScript
- Configures Storybook to generate docs based on types
- Configures TypeScript on ESLint
- Configures Jest and ts-jest for TypeScript
- Fixes no-use-before-define problems on stories
- Ignores @typescript-eslint/no-unused-vars on mapFromWindowsTheme
- Fixes test failure on CSS check
2022-07-24 19:57:31 +02:00
Artur Bień
79eca2d341 feat(esm,themes,fonts): include esm build and fonts in the package
includes ESM build and fonts in the package. Themes are now now moved from main bundle to
'react95/dist/themes'

BREAKING CHANGE: themes moved from the main bundle to 'react95/dist/themes'
2020-05-31 18:30:34 +02:00
Artur Bien
0661c3ddc9 added Touch event mock to test utils 2020-01-26 13:53:22 +01:00
Luiz Baldi
372f3d975d chore: upgrade dependencies 2019-10-02 22:22:13 -03:00
Baldi
526dc80144 Create render with theme wrapper and add tests for Avatar 2019-07-10 21:40:21 -03:00
Baldi
2f81a44f14 Add and config jest-styled-components 2019-07-09 10:12:07 -03:00
Baldi
69e498dec6 Setup initial test structure 2019-07-08 21:56:17 -03:00