@launchpad-ui/progress
Advanced tools
Comparing version 0.5.34-alpha.0 to 0.5.34-alpha.1
@@ -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
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
21462