@gelatin-hero/framer-charts 0.1.0 → 0.1.2
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/chunk-372PIACU.mjs +49 -0
- package/dist/index.mjs +29176 -140
- package/dist/settlement-speeds-FZEIXKFQ.mjs +6 -0
- package/package.json +9 -11
- package/dist/chunk-24EYBU3B.mjs +0 -9
- package/dist/chunk-24EYBU3B.mjs.map +0 -1
- package/dist/index.mjs.map +0 -1
- package/dist/settlement-speeds-PQNHMD2W.mjs +0 -8
- package/dist/settlement-speeds-PQNHMD2W.mjs.map +0 -1
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
9
|
+
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
10
|
+
}) : x)(function(x) {
|
|
11
|
+
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
12
|
+
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
13
|
+
});
|
|
14
|
+
var __commonJS = (cb, mod) => function __require2() {
|
|
15
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
16
|
+
};
|
|
17
|
+
var __export = (target, all) => {
|
|
18
|
+
for (var name in all)
|
|
19
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
20
|
+
};
|
|
21
|
+
var __copyProps = (to, from, except, desc) => {
|
|
22
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
23
|
+
for (let key of __getOwnPropNames(from))
|
|
24
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
25
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
26
|
+
}
|
|
27
|
+
return to;
|
|
28
|
+
};
|
|
29
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
30
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
31
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
32
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
33
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
34
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
35
|
+
mod
|
|
36
|
+
));
|
|
37
|
+
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
38
|
+
|
|
39
|
+
// src/data/settlement-speeds.csv?raw
|
|
40
|
+
var settlement_speeds_default = ",Aug 25,Sep 25,Oct 25,Nov 25,Dec 25,Jan 26,Feb 26\r\nCrypto Instant,86.40%,89.30%,87.00%,85.40%,89.10%,90.60%,84.10%\r\nCrypto Fast,10.10%,7.40%,9.40%,9.00%,6.90%,5.90%,9.80%\r\nCrypto SLA,3.40%,3.20%,3.50%,5.50%,4.00%,3.50%,6.10%\r\nG3 Instant,27.40%,25.60%,41.60%,48.30%,66.50%,67.80%,85.40%\r\nG3 Fast,26.10%,33.40%,29.60%,31.90%,22.60%,15.70%,5.00%\r\nG3 SLA,46.50%,41.00%,28.80%,19.80%,10.90%,16.50%,9.60%\r\nG7 Instant,68.90%,70.60%,87.80%,90.20%,83.20%,88.60%,90.20%\r\nG7 Fast,14.80%,17.40%,5.10%,4.40%,12.00%,5.70%,4.30%\r\nG7 SLA,16.40%,11.90%,7.10%,5.40%,4.80%,5.70%,5.50%";
|
|
41
|
+
|
|
42
|
+
export {
|
|
43
|
+
__require,
|
|
44
|
+
__commonJS,
|
|
45
|
+
__export,
|
|
46
|
+
__toESM,
|
|
47
|
+
__publicField,
|
|
48
|
+
settlement_speeds_default
|
|
49
|
+
};
|