Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@workday/canvas-kit-css-banner
Advanced tools
Errors and Alerts notify users of missteps that happen within a workflow and describe how the user can take appropriate action to resolve them.
yarn add @workday/canvas-kit-css
or
yarn add @workday/canvas-kit-css-banner
Add your node_modules
directory to your SASS includePaths
. You will then be able to import
index.scss
.
You must have PostCSS support. Add the postcss-inline-svg plugin to properly process and inline icons. Process your SASS through PostCSS once it has been compiled to CSS.
@import '~@workday/canvas-kit-css-banner/index.scss';
Use by applying .wdc-banner
.
.wdc-banner-text
- Contains the alert/error text.
.wdc-banner-right
- Rightmost area containing a link.
<a class="wdc-banner" href="#">
<span class="wdc-banner-text">
12 Alerts
</span>
<span class="wdc-banner-link">
View All
</span>
</a>
.wdc-banner-error
Set the banner variant as
error
<a class="wdc-banner wdc-banner-error" href="#">
<span class="wdc-banner-text">
24 Errors and 12 Alerts
</span>
<span class="wdc-banner-link">
View All
</span>
</a>
.wdc-banner-sticky
Set the banner variant as
sticky
. Text will truncate with an ellipsis if longer than maximum width.
<a class="wdc-banner wdc-banner-sticky" href="#">
<span class="wdc-banner-text">
12 Alerts
</span>
<span class="wdc-banner-link">
View All
</span>
</a>
Responsive styles will modify both the full and minimized alert bars at smaller screen sizes. The full alert bar will have a fixed width while the minimized bar will only have the icon shown.
See canvas-kit-core for accessibility guidelines.
FAQs
Errors and alerts for canvas-kit-css
We found that @workday/canvas-kit-css-banner demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.