tinper-bee-core
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -0,1 +1,6 @@ | ||
export all from './all'; | ||
export componentOrElement from './componentOrElement'; | ||
export deprecated from './deprecated'; | ||
export elementType from './elementType'; | ||
export isRequiredForA11y from './isRequiredForA11y'; | ||
export splitComponent from './splitComponent'; |
{ | ||
"name": "tinper-bee-core", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "style core and js util for tinper-bee", | ||
@@ -10,3 +10,3 @@ "main": "js/index.js", | ||
"homepage": "https://github.com/tinper-bee/tinper-bee-core", | ||
"author": "", | ||
"author": "zhoubyc", | ||
"repository": "http://github.com/tinper-bee/tinper-bee-core", | ||
@@ -18,4 +18,6 @@ "bugs": "https://github.com/tinper-bee/tinper-bee-core/issues", | ||
}, | ||
"author": "zhoubyc", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"dependencies": { | ||
"warning": "^3.0.0" | ||
} | ||
} |
@@ -14,1 +14,52 @@ # bee-core | ||
## 工具方法库 | ||
### set-global | ||
- 设置body字体及颜色 | ||
- 设置图表间距 | ||
- 设置显隐u-visible u-not-visible | ||
- 设置边框u-border-top... | ||
### set-normalize | ||
- 重置css样式 | ||
### set-resets | ||
- 选择时删除文本阴影,及设置默认选中颜色 | ||
- html5标签的跨浏览器样式适配 | ||
- 删除FAB按钮周围的不需要的框 | ||
### util-iconfont | ||
- 图标设定 | ||
### util-ripple | ||
- 波动动画设定 | ||
### util-shadow | ||
- 阴影样式设定 | ||
### util-utilities | ||
- 垂直对齐样式 | ||
- display样式 | ||
- 文本换行,浅色 | ||
- 文本位置 | ||
- 文本大小写 | ||
- 字体粗度 | ||
- 字体大小 | ||
- 清除浮动及左右浮动 | ||
- 显示隐藏 | ||
- 宽高常用预设样式 | ||
- 常用margin,padding预设样式 | ||
- visible,hidden的适配预设 | ||
### minxin-colors | ||
- [文档](http://tinper.org/dist/neoui/global/color.html) | ||
### minxin-mixins | ||
### minxin-palette | ||
- 设置根据minxin-colors的颜色生成背景颜色和字体颜色 | ||
### minxin-themeColors | ||
- 设置主色和辅色 | ||
### minxin-variables | ||
- 默认变量 | ||
- 默认字体 | ||
- 默认颜色 | ||
- 字体大小和粗细 | ||
- 波纹效果 | ||
- 贝塞尔曲线动画 | ||
- 阴影 | ||
- 常用z-index值设定 | ||
- UI组件的预设 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
29
0
573
65
739234
1
+ Addedwarning@^3.0.0
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedwarning@3.0.0(transitive)