@kodiak-finance/orderly-react-app 2.9.2-alpha.1 → 2.9.2

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
@@ -1271,14 +1271,18 @@ var CHANGESETS = {
1271
1271
  title: "Orderly SDK 3.0.2 sync",
1272
1272
  summary: "Aligned the SDK with the latest Orderly SDK 3.0.2 update and staged the release as the first alpha prerelease for the next patch version.",
1273
1273
  highlights: [
1274
- "Synced internal integrations and app surfaces to the new Orderly SDK 3.0.2 behavior"
1274
+ "Synced internal integrations and app surfaces to the new Orderly SDK 3.0.2 behavior",
1275
+ "Fixed leverage not updating after switching to isolated margin mode",
1276
+ "Fixed stale order-entry state causing incorrect symbol/margin-mode behavior when switching between cross and isolated margin",
1277
+ "Added support for deposits from exchanges / other wallets via an exclusive deposit flow"
1275
1278
  ],
1276
1279
  packages: [
1277
1280
  "kodiak-orderly-app",
1278
1281
  "kodiak-orderly-core",
1279
1282
  "kodiak-orderly-hooks",
1280
1283
  "kodiak-orderly-types",
1281
- "kodiak-orderly-ui"
1284
+ "kodiak-orderly-ui",
1285
+ "kodiak-orderly-trading"
1282
1286
  ],
1283
1287
  type: "improvement"
1284
1288
  },