@colearn/theme
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "@colearn/theme", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Colean UI Theme", | ||
@@ -5,0 +5,0 @@ "author": "Colearn", |
const MultiProgressBar = { | ||
parts: ['container', 'progress'], | ||
parts: ['container', 'progress', 'bonus'], | ||
baseStyle: { | ||
@@ -25,2 +25,19 @@ container: { | ||
}, | ||
bonus: { | ||
pos: 'absolute', | ||
right: 0, | ||
border: '1px solid #f6f6f6', | ||
borderRadius: '0.25rem', | ||
borderTopLeftRadius: 0, | ||
borderBottomLeftRadius: 0, | ||
borderLeft: 0, | ||
background: 'white', | ||
height: '100%', | ||
color: 'white', | ||
fontSize: '0.75rem', | ||
fontWeight: '500', | ||
textAlign: 'right', | ||
width: '0%', | ||
transition: 'width 0.25s ease-out', | ||
}, | ||
}, | ||
@@ -27,0 +44,0 @@ sizes: { |
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
135310
3003