scope360-core 0.0.240 → 0.0.241
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/scope360-core.js
CHANGED
|
@@ -30131,7 +30131,7 @@ function T5(t, e) {
|
|
|
30131
30131
|
}
|
|
30132
30132
|
function D5(t, e) {
|
|
30133
30133
|
const n = +new Date(e) - +new Date(t), s = Math.floor(n / (1e3 * 60 * 60 * 24));
|
|
30134
|
-
return s === 0 ? "
|
|
30134
|
+
return s === 0 ? "blue-1" : s > 7 ? "blue-3" : "blue-2";
|
|
30135
30135
|
}
|
|
30136
30136
|
function FV(t) {
|
|
30137
30137
|
const e = /^(.*?)(BTC|ETH|USDT|USD|USDC)$/, n = t.match(e);
|