Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "i2ui", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "i2ui - Intuitively Understantable User Interface", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -80,3 +80,4 @@ # i2ui | ||
```html | ||
<I2Number value={1234567.89} fromStyle={{ fontSize: '1em', opacity: 0.6 }} toStyle={{ fontSize: '4em', opacity: 1 }} /> | ||
<I2Number value={1234567.89} fromStyle={{ fontSize: '1em', opacity: 0.6 }} toStyle={{ fontSize: '4em', opacity: 1 }} | ||
decimalDigits={2} /> | ||
``` |
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
40615
83