
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
@assecosolutions/common
Advanced tools
This lib bundle all styles used inside assecosolutions applications. If you use styles / icons directly from the common folder you can brand your applications CI based on Assecosolutions recommendations and Guidelines and stay up to date when there are ne
This lib bundle all styles used inside assecosolutions applications. If you use styles / icons directly from the common folder you can brand your applications CI based on Assecosolutions recommendations and Guidelines and stay up to date when there are new changes.
npm i @assecosolutions/common
Inside the common folder we have 3 base folder:
Here we host our images for all applications and use it like.
<img src="./node_modules/@assecosolutions/common/images/asseco_solutions.png" />
The library also contains several intefaces to be used like this.
import { TableColumnConfiguration } from '@assecosolutions/common';
Here we host our application styles, themes and variables for public usage
//for all styles
@import '@assecosolutions/common/styles/base.app.styles.scss';
//only variables
@import '@assecosolutions/common/styles/variables.scss';
//only grid
@import '@assecosolutions/common/styles/grid.scss';
. . .
We Import our fonts via cdn and not local (if needed local, contact us).
<link
href="https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,900&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
We use Storybook to deliver an interactive documentation of our Design system. There you can find Multiple examples, guidelines and the documentation of all FOX web components.
Burak Topal (@biggisb) | Jari Möllenbernd (@jarmee) | Julia Nissen (@JuliaNssn) | Florian Ehmke (@florianehmke) |
FAQs
This lib bundle all styles used inside assecosolutions applications. If you use styles / icons directly from the common folder you can brand your applications CI based on Assecosolutions recommendations and Guidelines and stay up to date when there are ne
We found that @assecosolutions/common demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.