@kodiak-finance/orderly-trading 2.8.19 → 2.8.21-alpha.0
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/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +21 -21
package/dist/index.js
CHANGED
|
@@ -3331,7 +3331,7 @@ var init_fundingRate_ui = __esm({
|
|
|
3331
3331
|
}
|
|
3332
3332
|
),
|
|
3333
3333
|
predFundingRate === null ? "--" : /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "orderly-flex orderly-gap-1 oui-text-2xs oui-text-base-contrast-36", children: [
|
|
3334
|
-
/* @__PURE__ */ jsxRuntime.jsx(orderlyUi.Text.numeral, { suffix: "%", dp: 4,
|
|
3334
|
+
/* @__PURE__ */ jsxRuntime.jsx(orderlyUi.Text.numeral, { coloring: true, suffix: "%", dp: 4, children: predFundingRate ?? "--" }),
|
|
3335
3335
|
/* @__PURE__ */ jsxRuntime.jsx("span", { children: " in" }),
|
|
3336
3336
|
/* @__PURE__ */ jsxRuntime.jsx("span", { children: " " + countDown })
|
|
3337
3337
|
] })
|
|
@@ -5243,6 +5243,7 @@ var init_tradingview_ui = __esm({
|
|
|
5243
5243
|
mode: 3,
|
|
5244
5244
|
scriptSRC: props.tradingViewConfig?.scriptSRC,
|
|
5245
5245
|
customCssUrl: props.tradingViewConfig?.customCssUrl,
|
|
5246
|
+
showVolumeInSamePane: true,
|
|
5246
5247
|
...props.tradingViewConfig
|
|
5247
5248
|
}
|
|
5248
5249
|
) }),
|