
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
@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.
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
Some components implicitly assume the existence of a global Tooltip component, make sure it exists by wrapping your app with AMPWrapper
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
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.