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

@launchpad-ui/progress

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchpad-ui/progress - npm Package Compare versions

Comparing version 0.5.34-alpha.0 to 0.5.34-alpha.1

10

dist/index.es.js

@@ -26,10 +26,10 @@ import './style.css';

};
const Progress$1 = "_Progress_sueab_11";
const indeterminate = "_indeterminate_sueab_1";
const Progress$1 = "_Progress_9bfyk_11";
const indeterminate = "_indeterminate_9bfyk_1";
const styles = {
Progress: Progress$1,
"Progress--indeterminate": "_Progress--indeterminate_sueab_17",
"Progress--indeterminate": "_Progress--indeterminate_9bfyk_17",
indeterminate,
"Progress-track": "_Progress-track_sueab_21",
"Progress-head": "_Progress-head_sueab_26"
"Progress-track": "_Progress-track_9bfyk_21",
"Progress-head": "_Progress-head_9bfyk_26"
};

@@ -36,0 +36,0 @@ const clamp = (number, lower, upper) => upper ? Math.min(Math.max(number, lower), upper) : Math.min(number, lower);

@@ -28,10 +28,10 @@ require('./style.css');

};
const Progress$1 = "_Progress_sueab_11";
const indeterminate = "_indeterminate_sueab_1";
const Progress$1 = "_Progress_9bfyk_11";
const indeterminate = "_indeterminate_9bfyk_1";
const styles = {
Progress: Progress$1,
"Progress--indeterminate": "_Progress--indeterminate_sueab_17",
"Progress--indeterminate": "_Progress--indeterminate_9bfyk_17",
indeterminate,
"Progress-track": "_Progress-track_sueab_21",
"Progress-head": "_Progress-head_sueab_26"
"Progress-track": "_Progress-track_9bfyk_21",
"Progress-head": "_Progress-head_9bfyk_26"
};

@@ -38,0 +38,0 @@ const clamp = (number, lower, upper) => upper ? Math.min(Math.max(number, lower), upper) : Math.min(number, lower);

{
"name": "@launchpad-ui/progress",
"version": "0.5.34-alpha.0",
"version": "0.5.34-alpha.1",
"status": "beta",

@@ -30,3 +30,3 @@ "publishConfig": {

"classix": "2.1.17",
"@launchpad-ui/tokens": "~0.9.0-alpha.1"
"@launchpad-ui/tokens": "~0.9.0-alpha.2"
},

@@ -33,0 +33,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

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