@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.mjs CHANGED
@@ -3324,7 +3324,7 @@ var init_fundingRate_ui = __esm({
3324
3324
  }
3325
3325
  ),
3326
3326
  predFundingRate === null ? "--" : /* @__PURE__ */ jsxs("div", { className: "orderly-flex orderly-gap-1 oui-text-2xs oui-text-base-contrast-36", children: [
3327
- /* @__PURE__ */ jsx(Text.numeral, { suffix: "%", dp: 4, intensity: 80, children: predFundingRate ?? "--" }),
3327
+ /* @__PURE__ */ jsx(Text.numeral, { coloring: true, suffix: "%", dp: 4, children: predFundingRate ?? "--" }),
3328
3328
  /* @__PURE__ */ jsx("span", { children: " in" }),
3329
3329
  /* @__PURE__ */ jsx("span", { children: " " + countDown })
3330
3330
  ] })
@@ -5236,6 +5236,7 @@ var init_tradingview_ui = __esm({
5236
5236
  mode: 3,
5237
5237
  scriptSRC: props.tradingViewConfig?.scriptSRC,
5238
5238
  customCssUrl: props.tradingViewConfig?.customCssUrl,
5239
+ showVolumeInSamePane: true,
5239
5240
  ...props.tradingViewConfig
5240
5241
  }
5241
5242
  ) }),