mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
6d6f3acd97
* 🔨 base functionality done * :fix: changes accordingly to review * :fix: replaced div with n8n-text * :fix: return wrong deleted color variable * add mock examples for testing * add slack node test param * 🔨 changed font size of hint, added top margin * 🔨 updated comments and function name * 🔨 updated parameterHint to hint * 🔨 updated text color, set compact to true, changed inputLabelHint to hint * 🔨 updated components styles * 🔨 replaced mini with xsmall * :fix: fixed line height * :fix: changed line height to 1.25 * :hummer: removed mock data * 🔨 changed xsmall line-height * ⚡ update to merge hint Co-authored-by: Mutasem <mutdmour@gmail.com> |
||
---|---|---|
.. | ||
.storybook | ||
src | ||
theme | ||
.browserslistrc | ||
.editorconfig | ||
.eslintrc.js | ||
.npmignore | ||
babel.config.js | ||
gulpfile.js | ||
jest.config.js | ||
LICENSE.md | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json |
n8n-design-system
A component system for n8n using Storybook to preview.
Project setup
npm install
Compiles and hot-reloads for development
npm run storybook
Build static pages
npm run build:storybook
Run your unit tests
npm run test:unit
Lints and fixes files
npm run lint
Build css files
npm run build:theme
Monitor theme files and build any changes
npm run watch:theme