Skip to content

Commit

Permalink
feat: text input (#93)
Browse files Browse the repository at this point in the history
- TextInput component
- fix `Article` body layout
- fix `RadioSet` disabled label appearance
- `Card` section inherit background color for `TextInput` outline label
- fix jest configuration
- bump vite from 2.7.6 to 2.7.7
- bump @types/node from 17.0.4 to 17.0.5
- bump @typescript-eslint/parser from 5.8.0 to 5.8.1
- bump @typescript-eslint/eslint-plugin from 5.8.0 to 5.8.1
- bump @commitlint/cli from 15.0.0 to 16.0.0
  • Loading branch information
uipoet authored Dec 28, 2021
1 parent 4f64a37 commit 226d78c
Show file tree
Hide file tree
Showing 22 changed files with 851 additions and 376 deletions.
6 changes: 1 addition & 5 deletions jest.config.ts → jest.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import type { Config } from "@jest/types";

const config: Config.InitialOptions = {
export default {
collectCoverageFrom: ["<rootDir>/src/lib/**/*.ts?(x)"],
moduleNameMapper: {
"^.+\\.css$": "identity-obj-proxy",
Expand All @@ -14,5 +12,3 @@ const config: Config.InitialOptions = {
"\\.(ts|tsx)$": "esbuild-runner/jest",
},
};

export default config;
Loading

0 comments on commit 226d78c

Please sign in to comment.