@tlon/indigo-light
Advanced tools
Comparing version 1.0.3 to 1.0.4
28
index.ts
@@ -9,3 +9,3 @@ import baseStyled, { ThemedStyledInterface } from 'styled-components'; | ||
green: 'rgba(0,159,101,1)', | ||
blue: 'rgba(0,142,255,1)', | ||
blue: 'rgba(33,157,255,1)', | ||
}; | ||
@@ -69,13 +69,13 @@ | ||
green100: 'rgba(0,159,101,1)', | ||
blue05: 'rgba(0,142,255,0.05)', | ||
blue10: 'rgba(0,142,255,0.1)', | ||
blue20: 'rgba(0,142,255,0.2)', | ||
blue30: 'rgba(0,142,255,0.3)', | ||
blue40: 'rgba(0,142,255,0.4)', | ||
blue50: 'rgba(0,142,255,0.5)', | ||
blue60: 'rgba(0,142,255,0.6)', | ||
blue70: 'rgba(0,142,255,0.7)', | ||
blue80: 'rgba(0,142,255,0.8)', | ||
blue90: 'rgba(0,142,255,0.9)', | ||
blue100: 'rgba(0,142,255,1)', | ||
blue05: 'rgba(33,157,255,0.05)', | ||
blue10: 'rgba(33,157,255,0.1)', | ||
blue20: 'rgba(33,157,255,0.2)', | ||
blue30: 'rgba(33,157,255,0.3)', | ||
blue40: 'rgba(33,157,255,0.4)', | ||
blue50: 'rgba(33,157,255,0.5)', | ||
blue60: 'rgba(33,157,255,0.6)', | ||
blue70: 'rgba(33,157,255,0.7)', | ||
blue80: 'rgba(33,157,255,0.8)', | ||
blue90: 'rgba(33,157,255,0.9)', | ||
blue100: 'rgba(33,157,255,1)', | ||
}; | ||
@@ -142,5 +142,5 @@ | ||
min: 1.2, | ||
short: 1.333333, | ||
short: 1.333334, | ||
regular: 1.5, | ||
tall: 1.666666, | ||
tall: 1.666667, | ||
}, | ||
@@ -147,0 +147,0 @@ // border, border-top, border-right, border-bottom, border-left |
{ | ||
"name": "@tlon/indigo-light", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Light theme for Indigo React", | ||
@@ -5,0 +5,0 @@ "author": "tlon", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7379
0