
Product
Introducing Pull Request Stories to Help Security Teams Track Supply Chain Risks
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
metatrust-design-system
Advanced tools
This repository provides Figma Design Tokens and reusable components with Storybook documentation
This repository provides Figma Design Tokens and reusable components with Storybook documentation.
You need to have got installed NodeJs+NPM.
node -v
then npm -v
commandsyarn
npm i -g yarn
yarn -v
Execute: yarn add https://github.com/everestate/metatrust-design-system
NOTE: To install this package you need to authorize/login to your github account during installation process as this repository is hosted by everestate organization.
To use Icons provided by this module in your project, you need to install @svgr/webpack
module and add the following rule
to your webpack
config file:
{
test: /\.svg$/,
include: /node_modules\/metatrust-design-system/,
use: [
{
loader: '@svgr/webpack',
options: {
icon: true,
},
},
],
}
Settings
in your GitHub pageDeveloper settings
option and click itPersonal access tokens
optionGenerate new token
buttonNote
) you want, decide should and when it expoirerepo
checkbox (only this one - it select all other required option within repo
section)Generate token
button at the bottomSettings
tabGitHub
buttonAdd new credentials
Personal Access Token
fieldName
Repository (username/repo)
enter everestate/metatrust-design-system
Default Branch
enter figma-design-tokens
File Path
enter src/tokens/metatrust.tokens.json
Save
buttonPull
arrow button at the bottom-left WARNING: Pull action always overwrites local data!It is strongly recommended to create separate branch during each tokens update.
Before starting the work, pull changes
When you want to push your changes, after making changes, click Push
button at borrim left
In new window you need to enter Commit message
, make it relevant to changes and task itself, add [MET-XXXXXX]
at the end what reflects JIRA ticket number
Enter Branch
name that reflects changes made for specific JIRA ticket followed by pattern:
feat/MET-XXXXXX_short_description_of_the_ticket
Keep Push
ing to this branch till all changes required by the ticket are done. You can do it many times.
Click Push
button
When operation is done, you should see new window with Create pull request
button. Click it when you do first push
for the JIRA ticket`
New browser window should be oppened
REMEMBER to change base
branch as main
is selected by default always
base: main
dropdownfigma-design-tokens
optionCreate pull request
buttonSquash and merge
buttonSee static Storybook
Or locally:
yarn install
yarn run storybook
http://localhost:6006/
in your browserFAQs
This repository provides Figma Design Tokens and reusable components with Storybook documentation
We found that metatrust-design-system demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.