
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
@flatfile/design-system
Advanced tools
This is the home for Flatfile's design system and component library.
Please visit Installation for more detailed guidelines.
Using NPM:
First and foremost run npm install
To run Storybook npm run storybook
To test npm test
To create a new component, run npm run createComp {ComponentName}. The template folder contains a file for your component, docs, css, and tests. Don't forget to export your component from src/index.ts
On your branch, run npm run changeset from the root of this repo and select @flatfile/design-system.
Select the correct version update (major/minor/patch) and provide a message for what has changed.
A changeset markdown file will be added that should be merged with your PR.
Once merged, this will trigger a Github action to create a PR to update the version and publish the package.
We use Tailwind for our styling and therefore support Tailwind supported browsers.
Design system is built on top of React-Aria which provides accessibility and behavior according to WAI-ARIA Authoring Practice.
In order to use keyboard interactions in Mac OS (Safari and Firefox):
Preferences > Advanced > Press tab to highlight each item on a page.We require an approval from a member of the design team and a member of the engineering team.
npm install @flatfile/design-system
or
yarn add @flatfile/design-system
import { Button } from '@flatfile/design-system'
If you have made changes within the design system repo and would like to test the new package locally:
npm run pack:prod (or npm run build && npm pack)package.json, update the design system dependency to
"@flatfile/design-system": "file:./path/to/flatfile-design-system-x.x.x.tgz"npm iFAQs
flatfile's design system
The npm package @flatfile/design-system receives a total of 0 weekly downloads. As such, @flatfile/design-system popularity was classified as not popular.
We found that @flatfile/design-system demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 15 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.