Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@hashicorp/design-system-components
Advanced tools
A package containing the components for the Helios Design System.
yarn add @hashicorp/design-system-components
You will need to do three things before importing the styles into your app:
ember-cli-sass
ember install ember-cli-sass
app/styles/app.css
to app/styles/app.scss
app
definition (starts on/around line 6 in new Ember apps) in ember-cli-build.js
sassOptions: {
precision: 4,
includePaths: [
'./node_modules/@hashicorp/design-system-tokens/dist/products/css',
'./node_modules/@hashicorp/ember-flight-icons/dist/styles'
'./node_modules/@hashicorp/design-system-components/dist/styles',
],
},
Finally, add this line to the top of your app's style file (app.scss
or similar):
@import '@hashicorp/design-system-components';
⚠️ Notice: our component library assumes that a *, *::before, *::after { box-sizing: border-box; }
reset is applied globally in the CSS of the application. If in your use case this is not true, please speak with the design system team (we can try to find a workaround).
See the dedicated components website: https://helios.hashicorp.design/components
See the Contributing guide for details.
This project is licensed under the Mozilla Public License 2.0.
FAQs
Helios Design System Components
The npm package @hashicorp/design-system-components receives a total of 2,725 weekly downloads. As such, @hashicorp/design-system-components popularity was classified as popular.
We found that @hashicorp/design-system-components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.