@kodiak-finance/orderly-trading 2.8.20 → 2.8.21-rc.1

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 CHANGED
@@ -3438,30 +3438,54 @@ var init_fundingRateModal_ui = __esm({
3438
3438
  return null;
3439
3439
  }
3440
3440
  return /* @__PURE__ */ jsxRuntime.jsxs(orderlyUi.Flex, { justify: "between", itemAlign: "center", width: "100%", children: [
3441
- /* @__PURE__ */ jsxRuntime.jsx(orderlyUi.Text, { intensity: 54, children: annualizedValue ? `${label}/ ${t("trading.fundingRate.annualized")}` : label }),
3442
- /* @__PURE__ */ jsxRuntime.jsxs(orderlyUi.Flex, { itemAlign: "end", gap: 1, className: "oui-text-base-contrast-80", children: [
3443
- /* @__PURE__ */ jsxRuntime.jsx(orderlyUi.Text, { intensity: 80, children: value }),
3444
- annualizedValue && " / ",
3445
- annualizedValue && annualizedValue
3446
- ] })
3441
+ /* @__PURE__ */ jsxRuntime.jsx(
3442
+ orderlyUi.Text,
3443
+ {
3444
+ size: "xs",
3445
+ intensity: 54,
3446
+ className: "oui-whitespace-nowrap",
3447
+ children: annualizedValue ? `${label}/ ${t("trading.fundingRate.annualized")}` : label
3448
+ }
3449
+ ),
3450
+ /* @__PURE__ */ jsxRuntime.jsxs(
3451
+ orderlyUi.Flex,
3452
+ {
3453
+ itemAlign: "end",
3454
+ gap: 1,
3455
+ className: "oui-text-base-contrast-80",
3456
+ children: [
3457
+ /* @__PURE__ */ jsxRuntime.jsx(orderlyUi.Text, { size: "xs", intensity: 80, className: "oui-font-semibold", children: value }),
3458
+ annualizedValue && " / ",
3459
+ annualizedValue && /* @__PURE__ */ jsxRuntime.jsx(orderlyUi.Text, { size: "xs", intensity: 80, className: "oui-font-semibold", children: annualizedValue })
3460
+ ]
3461
+ }
3462
+ )
3447
3463
  ] });
3448
3464
  };
3449
3465
  return /* @__PURE__ */ jsxRuntime.jsxs(orderlyUi.Flex, { width: "100%", itemAlign: "center", direction: "column", gap: 1, children: [
3450
3466
  /* @__PURE__ */ jsxRuntime.jsxs(orderlyUi.Flex, { justify: "between", itemAlign: "center", width: "100%", children: [
3451
- /* @__PURE__ */ jsxRuntime.jsx(orderlyUi.Text, { intensity: 54, children: t("trading.fundingRate.predFundingRate.interval") }),
3452
- /* @__PURE__ */ jsxRuntime.jsx(orderlyUi.Text, { intensity: 80, children: fundingPeriod })
3467
+ /* @__PURE__ */ jsxRuntime.jsx(orderlyUi.Text, { size: "xs", intensity: 54, className: "oui-flex-shrink-0", children: t("trading.fundingRate.predFundingRate.interval") }),
3468
+ /* @__PURE__ */ jsxRuntime.jsx(orderlyUi.Text, { size: "xs", intensity: 80, className: "oui-flex-shrink-0", children: fundingPeriod })
3453
3469
  ] }),
3454
3470
  /* @__PURE__ */ jsxRuntime.jsxs(orderlyUi.Flex, { justify: "between", itemAlign: "center", width: "100%", children: [
3455
- /* @__PURE__ */ jsxRuntime.jsxs(orderlyUi.Text, { intensity: 54, children: [
3471
+ /* @__PURE__ */ jsxRuntime.jsxs(orderlyUi.Text, { size: "xs", intensity: 54, className: "oui-flex-shrink-0", children: [
3456
3472
  t("trading.fundingRate.predFundingRate.cap"),
3457
3473
  " /",
3458
3474
  t("trading.fundingRate.predFundingRate.floor")
3459
3475
  ] }),
3460
- /* @__PURE__ */ jsxRuntime.jsxs(orderlyUi.Text, { intensity: 80, children: [
3461
- capFunding,
3462
- " / ",
3463
- floorFunding
3464
- ] })
3476
+ /* @__PURE__ */ jsxRuntime.jsxs(
3477
+ orderlyUi.Text,
3478
+ {
3479
+ size: "xs",
3480
+ intensity: 80,
3481
+ className: "oui-flex-shrink-0 oui-font-semibold oui-whitespace-nowrap",
3482
+ children: [
3483
+ capFunding,
3484
+ " / ",
3485
+ floorFunding
3486
+ ]
3487
+ }
3488
+ )
3465
3489
  ] }),
3466
3490
  renderRow(
3467
3491
  t("trading.fundingRate.lastFundingRate"),
@@ -3475,7 +3499,7 @@ var init_fundingRateModal_ui = __esm({
3475
3499
  ),
3476
3500
  renderRow(t("trading.fundingRate.estimatedFundingFee"), estFundingFee),
3477
3501
  /* @__PURE__ */ jsxRuntime.jsx(orderlyUi.Divider, { my: 4, className: "oui-w-full", intensity: 8 }),
3478
- t("markets.symbolInfoBar.predFundingRate.tooltip")
3502
+ /* @__PURE__ */ jsxRuntime.jsx(orderlyUi.Text, { intensity: 54, children: t("markets.symbolInfoBar.predFundingRate.tooltip") })
3479
3503
  ] });
3480
3504
  };
3481
3505
  }
@@ -5243,7 +5267,8 @@ var init_tradingview_ui = __esm({
5243
5267
  mode: 3,
5244
5268
  scriptSRC: props.tradingViewConfig?.scriptSRC,
5245
5269
  customCssUrl: props.tradingViewConfig?.customCssUrl,
5246
- ...props.tradingViewConfig
5270
+ ...props.tradingViewConfig,
5271
+ showVolumeInSamePane: true
5247
5272
  }
5248
5273
  ) }),
5249
5274
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "oui-relative oui-w-full", children: /* @__PURE__ */ jsxRuntime.jsx(
@@ -5611,7 +5636,13 @@ var init_orderBookAndEntry_ui = __esm({
5611
5636
  ) })
5612
5637
  }
5613
5638
  ),
5614
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "oui-rounded-xl oui-bg-base-9 oui-p-2", children: /* @__PURE__ */ jsxRuntime.jsx(orderlyUiOrderEntry.OrderEntryWidget, { symbol: props.symbol, containerRef: divRef }) })
5639
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "oui-rounded-xl oui-bg-base-9 oui-p-2", children: /* @__PURE__ */ jsxRuntime.jsx(
5640
+ orderlyUiOrderEntry.OrderEntryWidget,
5641
+ {
5642
+ symbol: props.symbol,
5643
+ containerRef: divRef
5644
+ }
5645
+ ) })
5615
5646
  ]
5616
5647
  }
5617
5648
  );