@orderly.network/ui-tpsl 2.10.1 → 2.10.2
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 +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -1779,8 +1779,8 @@ var TPSLAdvancedUI = (props) => {
|
|
|
1779
1779
|
gap: 2,
|
|
1780
1780
|
className: "oui-mt-3 oui-w-full",
|
|
1781
1781
|
children: [
|
|
1782
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "oui-relative oui-top-[7px] oui-size-1 oui-rounded-full oui-bg-
|
|
1783
|
-
/* @__PURE__ */ jsxRuntime.jsx(ui.Text, { className: "oui-text-2xs oui-text-
|
|
1782
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "oui-relative oui-top-[7px] oui-size-1 oui-rounded-full oui-bg-warning-darken" }),
|
|
1783
|
+
/* @__PURE__ */ jsxRuntime.jsx(ui.Text, { className: "oui-text-2xs oui-text-warning-darken", children: t("tpsl.positionType.full.tips.market") })
|
|
1784
1784
|
]
|
|
1785
1785
|
}
|
|
1786
1786
|
)
|
|
@@ -3510,8 +3510,8 @@ var EditBracketOrderUI = (props) => {
|
|
|
3510
3510
|
gap: 2,
|
|
3511
3511
|
className: "oui-mt-3 oui-w-full",
|
|
3512
3512
|
children: [
|
|
3513
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "oui-relative oui-top-[7px] oui-size-1 oui-rounded-full oui-bg-
|
|
3514
|
-
/* @__PURE__ */ jsxRuntime.jsx(ui.Text, { className: "oui-text-2xs oui-text-
|
|
3513
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "oui-relative oui-top-[7px] oui-size-1 oui-rounded-full oui-bg-warning-darken" }),
|
|
3514
|
+
/* @__PURE__ */ jsxRuntime.jsx(ui.Text, { className: "oui-text-2xs oui-text-warning-darken", children: t("tpsl.positionType.full.tips.market") })
|
|
3515
3515
|
]
|
|
3516
3516
|
}
|
|
3517
3517
|
)
|