@kodiak-finance/orderly-markets 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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -5663,11 +5663,11 @@ var SymbolInfoBar = (props) => {
|
|
|
5663
5663
|
),
|
|
5664
5664
|
children: [
|
|
5665
5665
|
/* @__PURE__ */ jsxRuntime.jsxs(orderlyUi.Flex, { gapX: 3, className: "oui-flex-1 oui-overflow-hidden oui-h-full", children: [
|
|
5666
|
-
/* @__PURE__ */ jsxRuntime.jsxs(orderlyUi.Flex, { gapX:
|
|
5666
|
+
/* @__PURE__ */ jsxRuntime.jsxs(orderlyUi.Flex, { gapX: 2, itemAlign: "center", children: [
|
|
5667
5667
|
/* @__PURE__ */ jsxRuntime.jsx(orderlyUi.TokenIcon, { symbol, size: "xs" }),
|
|
5668
|
-
/* @__PURE__ */ jsxRuntime.jsxs(orderlyUi.Flex, {
|
|
5668
|
+
/* @__PURE__ */ jsxRuntime.jsxs(orderlyUi.Flex, { gapX: 2, itemAlign: "center", children: [
|
|
5669
5669
|
symbolView,
|
|
5670
|
-
/* @__PURE__ */ jsxRuntime.jsxs(orderlyUi.Flex, { gap: 1, children: [
|
|
5670
|
+
/* @__PURE__ */ jsxRuntime.jsxs(orderlyUi.Flex, { gap: 1, itemAlign: "center", children: [
|
|
5671
5671
|
/* @__PURE__ */ jsxRuntime.jsxs(orderlyUi.Badge, { size: "xs", color: "primary", children: [
|
|
5672
5672
|
leverage,
|
|
5673
5673
|
"x"
|