@forgecharts/sdk 1.5.46 → 1.5.47
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/compatibility.d.ts +32 -0
- package/dist/compatibility.d.ts.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +52 -1
- package/dist/index.js.map +1 -1
- package/dist/internal.js +52 -1
- package/dist/internal.js.map +1 -1
- package/dist/react/index.js +3 -3
- package/dist/react/index.js.map +1 -1
- package/dist/react/internal.js +3 -3
- package/dist/react/internal.js.map +1 -1
- package/package.json +1 -1
package/dist/react/index.js
CHANGED
|
@@ -18029,6 +18029,9 @@ var DEMONSTRATION_RADIUS = 44;
|
|
|
18029
18029
|
var DEMONSTRATION_FILL = "rgba(255, 200, 50, 0.18)";
|
|
18030
18030
|
var DEMONSTRATION_STROKE = "rgba(255, 200, 50, 0.7)";
|
|
18031
18031
|
var DEMONSTRATION_COLOR = "var(--crosshair-overlay, rgba(255,255,255,0.75))";
|
|
18032
|
+
|
|
18033
|
+
// src/version.ts
|
|
18034
|
+
var FORGECHARTS_VERSION = "1.5.47" ;
|
|
18032
18035
|
function applyRuntimeConfig(caps, config) {
|
|
18033
18036
|
if (!config) return caps;
|
|
18034
18037
|
const orderEntry = config.enableOrderEntry === false ? false : caps.orderEntry;
|
|
@@ -26714,9 +26717,6 @@ function _guessFrontMonth(product, months) {
|
|
|
26714
26717
|
}
|
|
26715
26718
|
return `${product}${months[0]}${currentYear + 1}`;
|
|
26716
26719
|
}
|
|
26717
|
-
|
|
26718
|
-
// src/version.ts
|
|
26719
|
-
var FORGECHARTS_VERSION = "1.5.46" ;
|
|
26720
26720
|
var TIMEZONE_OPTIONS = [
|
|
26721
26721
|
{ label: "UTC", value: "UTC" },
|
|
26722
26722
|
{ label: "Exchange", value: "exchange" },
|