
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
@andeeplus/basic-tools
Advanced tools


Basic Tools is a collection of components made to create React application with ease. It includes all the standard elements we usually need to build a webpage.
It makes use of Stlyed Components and its prop system is based on Styled System.
Theme has been built using the default Styled System keys plus some useful extra props to have better control on specific elements.
For instance you have the possibility to transform a simple text in anchor element using the link prop and assign it to the desired item. Those styles are controlled via the custom prop linkStyles in the theme.
<Text link="cta" href="#">
Go to another place
</Text>
If you need to override the standard theme, you can do it updating the keys you want to change in the theme object.
Say you need to update the font family used by the theme, you can ovveride the default theme object with your fonts and fontWeights options.
const theme = {
...btTheme,
mode,
fontWeights: {
light: 100,
regular: 400,
semibold: 600,
bold: 700
},
fonts: {
normal: '"Inter", sans-serif',
title: '"Inter", sans-serif'
}
};
| Theme Key | CSS Properties | |||
|---|---|---|---|---|
| space | margin, margin-top, margin-right, margin-bottom, margin-left, padding, padding-top, padding-right, padding-bottom, padding-left, grid-gap, grid-column-gap, grid-row-gap | |||
| fontSizes | font-size | |||
| colors | color, background-color, border-color | |||
| fonts | font-family | |||
| fontWeights | font-weight | |||
| lineHeights | line-height | |||
| sizes | width, height, min-width, max-width, min-height, max-height | |||
| radii | border-radius | |||
| shadows | box-shadow, text-shadow | |||
| zIndices | z-index |
| Theme Key | Component |
|---|---|
| buttonStyles | Button |
| textStyles | Text |
| linkStyles | Text |
Notes: This library has been made mainly for personal use and with simplicity in mind. If you feel it could fits your needs or if you think it could be improved, do not hesitate to use it or to collaborate to its melioration, you are welcome.
FAQs

The npm package @andeeplus/basic-tools receives a total of 8 weekly downloads. As such, @andeeplus/basic-tools popularity was classified as not popular.
We found that @andeeplus/basic-tools 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.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.