@orderly.network/trading 2.10.2 → 2.11.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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +21 -21
package/dist/index.mjs
CHANGED
|
@@ -755,7 +755,7 @@ var init_dataList_ui = __esm({
|
|
|
755
755
|
) })
|
|
756
756
|
] }),
|
|
757
757
|
arrow: { className: "oui-fill-base-6" },
|
|
758
|
-
children: /* @__PURE__ */ jsx("span", { className: "oui-hidden group-data-[state=active]:oui-block
|
|
758
|
+
children: /* @__PURE__ */ jsx("span", { className: "oui-hidden oui-cursor-pointer group-data-[state=active]:oui-block", children: /* @__PURE__ */ jsx(InfoCircleIcon, {}) })
|
|
759
759
|
}
|
|
760
760
|
)
|
|
761
761
|
] });
|