Security News
RubyGems.org Adds New Maintainer Role
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.
nuke-theme-provider
Advanced tools
需要全局换肤的时候,可以通过简单修改主题变量,达到换肤的目的。
属性 | 说明 | 类型 | 默认值 |
---|---|---|---|
style | 需要替换的主题变量集合 | obj | 无 |
androidConfigs | 安卓 md 相关配置,如{materialDesign:false,rippleEnabled:false} | obj | 无 |
style
style 注入提供了主题换肤能力,使用 style 注入变量后,可以直接替换全局的颜色、大小配置。
使用 demo:
import { StyleProvider } from 'nuke-theme-provider';
let orange = {
Core:{
[`color-brand1-1`]: '#FFF0E6', // [主品牌色-浅]
[`color-brand1-6`]: '#FF6A00', // [主品牌色-常规]
[`color-brand1-9`]: '#E35300' // [主品牌色-深]
},
};
<StyleProvider style={orange}>
<Button type="primary" style={styles.btn}>主操作</Button>
</StyleProvider>
androidConfigs
androidConfigs 是为安卓定制,主要用于 MD 开关的开启、关闭。当前开放的 api 为:
{
materialDesign:true, // 是否启用 materialDesign 效果
rippleEnabled:true // 是否开启水波纹特效
}
使用 demo:
import { StyleProvider } from 'nuke-theme-provider';
<StyleProvider androidConfigs={{materialDesign:true,rippleEnabled:true}}>
<Button type="primary" style={styles.btn}>主操作</Button>
</StyleProvider>
'color-brand1-1' :'#E4F0FD', // [主品牌色-浅]
'color-brand1-6': '#3089DC', // [主品牌色-常规]
'color-Brand1-9' :'#1170BC', // [主品牌色-深]
'color-line1-2' :'#DCDEE3', // [线条-常规]
'color-line1-3' :'#C4C6CF', // [线条-深]
'color-text1-2' :'#999999', // [文字-浅]
'color-text1-3' :'#666666', // [文字-常规]
FAQs
The npm package nuke-theme-provider receives a total of 5 weekly downloads. As such, nuke-theme-provider popularity was classified as not popular.
We found that nuke-theme-provider demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
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.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.