@tlon/indigo-light
Advanced tools
Comparing version 1.0.6 to 1.0.7
16
index.ts
@@ -13,2 +13,3 @@ import baseStyled, { ThemedStyledInterface } from 'styled-components'; | ||
const scales = { | ||
white04: 'rgba(255,255,255,0.04)', | ||
white05: 'rgba(255,255,255,0.05)', | ||
@@ -25,2 +26,3 @@ white10: 'rgba(255,255,255,0.1)', | ||
white100: 'rgba(255,255,255,1)', | ||
black04: 'rgba(0,0,0,0.04)', | ||
black05: 'rgba(0,0,0,0.05)', | ||
@@ -37,2 +39,3 @@ black10: 'rgba(0,0,0,0.1)', | ||
black100: 'rgba(0,0,0,1)', | ||
red04: 'rgba(255,65,54,0.04)', | ||
red05: 'rgba(255,65,54,0.05)', | ||
@@ -49,2 +52,3 @@ red10: 'rgba(255,65,54,0.1)', | ||
red100: 'rgba(255,65,54,1)', | ||
yellow04: 'rgba(255,199,0,0.04)', | ||
yellow05: 'rgba(255,199,0,0.05)', | ||
@@ -61,2 +65,3 @@ yellow10: 'rgba(255,199,0,0.1)', | ||
yellow100: 'rgba(255,199,0,1)', | ||
green04: 'rgba(0,159,101,0.04)', | ||
green05: 'rgba(0,159,101,0.05)', | ||
@@ -73,2 +78,3 @@ green10: 'rgba(0,159,101,0.1)', | ||
green100: 'rgba(0,159,101,1)', | ||
blue04: 'rgba(33,157,255,0.04)', | ||
blue05: 'rgba(33,157,255,0.05)', | ||
@@ -100,4 +106,4 @@ blue10: 'rgba(33,157,255,0.1)', | ||
gray: scales.black60, | ||
lightGray: scales.black30, | ||
washedGray: scales.black05, | ||
lightGray: scales.black20, | ||
washedGray: scales.black04, | ||
@@ -110,11 +116,11 @@ red: base.red, | ||
lightYellow: scales.yellow30, | ||
washedYellow: scales.yellow10, | ||
washedYellow: scales.yellow05, | ||
green: base.green, | ||
lightGreen: scales.green30, | ||
washedGreen: scales.green10, | ||
washedGreen: scales.green05, | ||
blue: base.blue, | ||
lightBlue: scales.blue30, | ||
washedBlue: scales.blue10, | ||
washedBlue: scales.blue05, | ||
@@ -121,0 +127,0 @@ none: 'rgba(0,0,0,0)', |
{ | ||
"name": "@tlon/indigo-light", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"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
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
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
28032
8
640