@kodiak-finance/orderly-trading 2.8.21-rc.2 → 2.8.21

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
@@ -3431,28 +3431,12 @@ var init_fundingRateModal_ui = __esm({
3431
3431
  return null;
3432
3432
  }
3433
3433
  return /* @__PURE__ */ jsxs(Flex, { justify: "between", itemAlign: "center", width: "100%", children: [
3434
- /* @__PURE__ */ jsx(
3435
- Text,
3436
- {
3437
- size: "xs",
3438
- intensity: 54,
3439
- className: "oui-whitespace-nowrap",
3440
- children: annualizedValue ? `${label}/ ${t("trading.fundingRate.annualized")}` : label
3441
- }
3442
- ),
3443
- /* @__PURE__ */ jsxs(
3444
- Flex,
3445
- {
3446
- itemAlign: "end",
3447
- gap: 1,
3448
- className: "oui-text-base-contrast-80",
3449
- children: [
3450
- /* @__PURE__ */ jsx(Text, { size: "xs", intensity: 80, className: "oui-font-semibold", children: value }),
3451
- annualizedValue && " / ",
3452
- annualizedValue && /* @__PURE__ */ jsx(Text, { size: "xs", intensity: 80, className: "oui-font-semibold", children: annualizedValue })
3453
- ]
3454
- }
3455
- )
3434
+ /* @__PURE__ */ jsx(Text, { size: "xs", intensity: 54, className: "oui-whitespace-nowrap", children: annualizedValue ? `${label}/ ${t("trading.fundingRate.annualized")}` : label }),
3435
+ /* @__PURE__ */ jsxs(Flex, { itemAlign: "end", gap: 1, className: "oui-text-base-contrast-80", children: [
3436
+ /* @__PURE__ */ jsx(Text, { size: "xs", intensity: 80, className: "oui-font-semibold", children: value }),
3437
+ annualizedValue && " / ",
3438
+ annualizedValue && /* @__PURE__ */ jsx(Text, { size: "xs", intensity: 80, className: "oui-font-semibold", children: annualizedValue })
3439
+ ] })
3456
3440
  ] });
3457
3441
  };
3458
3442
  return /* @__PURE__ */ jsxs(Flex, { width: "100%", itemAlign: "center", direction: "column", gap: 1, children: [
@@ -5629,13 +5613,7 @@ var init_orderBookAndEntry_ui = __esm({
5629
5613
  ) })
5630
5614
  }
5631
5615
  ),
5632
- /* @__PURE__ */ jsx("div", { className: "oui-rounded-xl oui-bg-base-9 oui-p-2", children: /* @__PURE__ */ jsx(
5633
- OrderEntryWidget,
5634
- {
5635
- symbol: props.symbol,
5636
- containerRef: divRef
5637
- }
5638
- ) })
5616
+ /* @__PURE__ */ jsx("div", { className: "oui-rounded-xl oui-bg-base-9 oui-p-2", children: /* @__PURE__ */ jsx(OrderEntryWidget, { symbol: props.symbol, containerRef: divRef }) })
5639
5617
  ]
5640
5618
  }
5641
5619
  );