emphasizer
Advanced tools
Comparing version 1.4.3 to 1.4.4
{ | ||
"name": "emphasizer", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "React style emphasizer", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -19,6 +19,7 @@ # emphasizer | ||
## Methods | ||
## Glossary | ||
- [emphasizeStyle()](#emphasizestyle) | ||
- [emphasizeStyleProperty()](#emphasizestyleproperty) | ||
- [Suported styles](#suported-styles) | ||
- [emphasizeNumber()](#emphasizenumber) | ||
@@ -150,2 +151,13 @@ | ||
### Suported styles: | ||
```html | ||
width, minWidth, maxWidth, height, minHeight, maxHeight, border, borderColor, borderBottom, borderBottomColor, | ||
borderBottomWidth, borderLeft, borderLeftColor, borderLeftWidth, borderRight, borderRightColor, borderRightWidth, | ||
borderTop, borderTopColor, borderTopWidth, borderRadius, borderBottomLeftRadius, borderBottomRightRadius, | ||
borderTopLeftRadius, borderTopRightRadius, padding, paddingBottom, paddingLeft, paddingRight, paddingTop, margin, | ||
marginBottom, marginLeft, marginRight, marginTop, bottom, left, right, top, color, backgroundColor, caretColor, | ||
outlineColor, textDecorationColor, fontSize, boxShadow | ||
``` | ||
### emphasizeNumber(...) | ||
@@ -152,0 +164,0 @@ |
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
30918
195