@orderly.network/trading 2.10.2 → 2.11.0-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 +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.js
CHANGED
|
@@ -762,7 +762,7 @@ var init_dataList_ui = __esm({
|
|
|
762
762
|
) })
|
|
763
763
|
] }),
|
|
764
764
|
arrow: { className: "oui-fill-base-6" },
|
|
765
|
-
children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: "oui-hidden group-data-[state=active]:oui-block
|
|
765
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: "oui-hidden oui-cursor-pointer group-data-[state=active]:oui-block", children: /* @__PURE__ */ jsxRuntime.jsx(ui.InfoCircleIcon, {}) })
|
|
766
766
|
}
|
|
767
767
|
)
|
|
768
768
|
] });
|