@orderly.network/markets 2.8.3 → 2.8.4-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 CHANGED
@@ -5457,7 +5457,7 @@ function useMarketsSheetScript() {
5457
5457
  });
5458
5458
  const [activeTab, setActiveTab] = hooks.useLocalStorage(
5459
5459
  MARKETS_SHEET_SEL_TAB_KEY,
5460
- "favorites" /* Favorites */
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, className: "oui-text-warning-darken", children: data.est_funding_rate }),
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
  };