@kodiak-finance/orderly-trading 2.8.21-rc.2 → 2.8.22-beta.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 +7 -29
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -29
- package/dist/index.mjs.map +1 -1
- package/package.json +21 -21
package/dist/index.js
CHANGED
|
@@ -3438,28 +3438,12 @@ 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(
|
|
3442
|
-
|
|
3443
|
-
{
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
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
|
-
)
|
|
3441
|
+
/* @__PURE__ */ jsxRuntime.jsx(orderlyUi.Text, { size: "xs", intensity: 54, className: "oui-whitespace-nowrap", 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, { size: "xs", intensity: 80, className: "oui-font-semibold", children: value }),
|
|
3444
|
+
annualizedValue && " / ",
|
|
3445
|
+
annualizedValue && /* @__PURE__ */ jsxRuntime.jsx(orderlyUi.Text, { size: "xs", intensity: 80, className: "oui-font-semibold", children: annualizedValue })
|
|
3446
|
+
] })
|
|
3463
3447
|
] });
|
|
3464
3448
|
};
|
|
3465
3449
|
return /* @__PURE__ */ jsxRuntime.jsxs(orderlyUi.Flex, { width: "100%", itemAlign: "center", direction: "column", gap: 1, children: [
|
|
@@ -5636,13 +5620,7 @@ var init_orderBookAndEntry_ui = __esm({
|
|
|
5636
5620
|
) })
|
|
5637
5621
|
}
|
|
5638
5622
|
),
|
|
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
|
-
) })
|
|
5623
|
+
/* @__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 }) })
|
|
5646
5624
|
]
|
|
5647
5625
|
}
|
|
5648
5626
|
);
|