@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.mjs
CHANGED
|
@@ -5451,7 +5451,7 @@ function useMarketsSheetScript() {
|
|
|
5451
5451
|
});
|
|
5452
5452
|
const [activeTab, setActiveTab] = useLocalStorage(
|
|
5453
5453
|
MARKETS_SHEET_SEL_TAB_KEY,
|
|
5454
|
-
"
|
|
5454
|
+
"all" /* All */
|
|
5455
5455
|
);
|
|
5456
5456
|
return {
|
|
5457
5457
|
tabSort,
|
|
@@ -6150,7 +6150,7 @@ var FundingRate = ({ symbol }) => {
|
|
|
6150
6150
|
return "--";
|
|
6151
6151
|
}
|
|
6152
6152
|
return /* @__PURE__ */ jsxs("div", { children: [
|
|
6153
|
-
/* @__PURE__ */ jsx(Text.numeral, { unit: "%", dp: 4,
|
|
6153
|
+
/* @__PURE__ */ jsx(Text.numeral, { unit: "%", dp: 4, intensity: 98, children: data.est_funding_rate }),
|
|
6154
6154
|
/* @__PURE__ */ jsx(Text, { intensity: 36, className: "oui-tabular-nums", children: ` in ${data.countDown}` })
|
|
6155
6155
|
] });
|
|
6156
6156
|
};
|