@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.mjs
CHANGED
|
@@ -1777,8 +1777,8 @@ var TPSLAdvancedUI = (props) => {
|
|
|
1777
1777
|
gap: 2,
|
|
1778
1778
|
className: "oui-mt-3 oui-w-full",
|
|
1779
1779
|
children: [
|
|
1780
|
-
/* @__PURE__ */ jsx("div", { className: "oui-relative oui-top-[7px] oui-size-1 oui-rounded-full oui-bg-
|
|
1781
|
-
/* @__PURE__ */ jsx(Text, { className: "oui-text-2xs oui-text-
|
|
1780
|
+
/* @__PURE__ */ jsx("div", { className: "oui-relative oui-top-[7px] oui-size-1 oui-rounded-full oui-bg-warning-darken" }),
|
|
1781
|
+
/* @__PURE__ */ jsx(Text, { className: "oui-text-2xs oui-text-warning-darken", children: t("tpsl.positionType.full.tips.market") })
|
|
1782
1782
|
]
|
|
1783
1783
|
}
|
|
1784
1784
|
)
|
|
@@ -3508,8 +3508,8 @@ var EditBracketOrderUI = (props) => {
|
|
|
3508
3508
|
gap: 2,
|
|
3509
3509
|
className: "oui-mt-3 oui-w-full",
|
|
3510
3510
|
children: [
|
|
3511
|
-
/* @__PURE__ */ jsx("div", { className: "oui-relative oui-top-[7px] oui-size-1 oui-rounded-full oui-bg-
|
|
3512
|
-
/* @__PURE__ */ jsx(Text, { className: "oui-text-2xs oui-text-
|
|
3511
|
+
/* @__PURE__ */ jsx("div", { className: "oui-relative oui-top-[7px] oui-size-1 oui-rounded-full oui-bg-warning-darken" }),
|
|
3512
|
+
/* @__PURE__ */ jsx(Text, { className: "oui-text-2xs oui-text-warning-darken", children: t("tpsl.positionType.full.tips.market") })
|
|
3513
3513
|
]
|
|
3514
3514
|
}
|
|
3515
3515
|
)
|