@orderly.network/markets 2.8.3 → 2.8.4
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -5457,7 +5457,7 @@ function useMarketsSheetScript() {
|
|
|
5457
5457
|
});
|
|
5458
5458
|
const [activeTab, setActiveTab] = hooks.useLocalStorage(
|
|
5459
5459
|
MARKETS_SHEET_SEL_TAB_KEY,
|
|
5460
|
-
"
|
|
5460
|
+
"all" /* All */
|
|
5461
5461
|
);
|
|
5462
5462
|
return {
|
|
5463
5463
|
tabSort,
|
|
@@ -6156,7 +6156,7 @@ var FundingRate = ({ symbol }) => {
|
|
|
6156
6156
|
return "--";
|
|
6157
6157
|
}
|
|
6158
6158
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
6159
|
-
/* @__PURE__ */ jsxRuntime.jsx(ui.Text.numeral, { unit: "%", dp: 4,
|
|
6159
|
+
/* @__PURE__ */ jsxRuntime.jsx(ui.Text.numeral, { unit: "%", dp: 4, intensity: 98, children: data.est_funding_rate }),
|
|
6160
6160
|
/* @__PURE__ */ jsxRuntime.jsx(ui.Text, { intensity: 36, className: "oui-tabular-nums", children: ` in ${data.countDown}` })
|
|
6161
6161
|
] });
|
|
6162
6162
|
};
|