Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
monday-ui-style
Advanced tools
Vibe Design System's styling foundations: Theme definition, colors, shadows, dimensions, etc.
npm install monday-ui-style
# or
yarn add monday-ui-style
Styles: Import the css file in order to have the css variables exposed on the root level
@import "~monday-ui-style/dist/index.min.css";
or if you want to import it in your JS files
import "monday-ui-style/dist/index.min.css";
Mixins and functions: We export multiple SCSS mixins and function helpers that can be used in your application if you use SASS. All helpers can be imported as demonstrated below.
@import "~monday-ui-style/dist/mixins";
@import "~monday-ui-style/dist/functions";
It is recommended to extend our Stylelint config in order to ensure proper usage of this library.
To use the supplied config, add monday-ui-style/stylelint-config
as a Stylelint config extension:
// Your .stylelintrc
{
...
"extends": "monday-ui-style/stylelint-config",
...
}
The following SCSS functions are exported:
camelize
: camelcase stringcapitalize
: capitalize stringcontain
: returns whether $value
is contained in $list
as a Booleanmap-collect
: merges maps from different scopes into oneextract-rgb
: returns a comma separated list of rgb values from a colorThe following SCSS mixins are exported:
hidden-element
grid-auto-fit($grid-gap, $grid-column-gap, $grid-row-gap. $grid-cell-min-width, $grid-cell-array-calc, $important)
scroller($width, $height, $color)
disabled
reset-button
focus-style($focus-radius)
vibe-text($type, $weight)
vibe-heading($type, $weight)
line-clamp($lines)
ellipsis
FAQs
Monday UI CSS Foundations
The npm package monday-ui-style receives a total of 33,780 weekly downloads. As such, monday-ui-style popularity was classified as popular.
We found that monday-ui-style 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.