Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@colearn/theme

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@colearn/theme - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

2

package.json
{
"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: {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc