feat(design-system): port molecules

This commit is contained in:
41666 2020-10-24 18:03:55 -04:00
parent 35e4c94e56
commit b3c384421b
41 changed files with 447 additions and 187 deletions

View file

@ -18,7 +18,7 @@
"lint:prettier": "cross-env prettier -c '**/*.{ts,tsx,css,yml,yaml,md,json,js,jsx,sh,gitignore,mdx}'",
"lint:stylelint": "cross-env stylelint '**/*.{ts,tsx}'",
"now-build": "run-s storybook:build",
"storybook": "start-storybook -p 6006",
"storybook": "start-storybook -p 6006 --no-dll",
"storybook:build": "build-storybook",
"test": "jest"
},
@ -29,6 +29,7 @@
"google-protobuf": "^3.13.0",
"next": "^9.5.5",
"react": "^17.0.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^17.0.1",
"react-icons": "^3.11.0",
"react-tooltip": "^4.2.10",
@ -51,6 +52,7 @@
"@types/minimist": "^1.2.0",
"@types/node": "^14.14.2",
"@types/react": "^16.9.53",
"@types/react-custom-scrollbars": "^4.0.7",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.4",
"@typescript-eslint/eslint-plugin": "^4.5.0",
@ -87,4 +89,4 @@
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^4.0.3"
}
}
}