@funkit/connect 9.3.1 → 9.3.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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @funkit/connect
2
2
 
3
+ ## 9.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 7e7e08f: fix(connect): fix brokerage list gap across customers
8
+ - 96d574a: feat: preload swapped icons
9
+ - 7058a47: fix wallet option showing for dust balances by aligning usability check with asset selection screen
10
+ - 192e9d0: feat: update swapped iframe events
11
+ - b735dae: fix overlay scroll bug within swapped iframe in polymarket
12
+
3
13
  ## 9.3.1
4
14
 
5
15
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  baseTheme
4
- } from "./chunk-JKGPN2BQ.js";
4
+ } from "./chunk-MXNOQTKX.js";
5
5
 
6
6
  // src/themes/lightTheme.ts
7
7
  var accentColors = {
@@ -324,6 +324,7 @@ var baseTheme = ({
324
324
  selectAssetItemTextGap: "0px",
325
325
  selectBrokerageItemPaddingX: "12px",
326
326
  selectBrokerageItemPaddingY: "11px",
327
+ selectBrokerageListGap: "0px",
327
328
  txBreakdownMarginY: "18px",
328
329
  txBreakdownPaddingX: "12px",
329
330
  txSummaryBoxPaddingX: "12px",
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  baseTheme
4
- } from "./chunk-JKGPN2BQ.js";
4
+ } from "./chunk-MXNOQTKX.js";
5
5
 
6
6
  // src/themes/darkTheme.ts
7
7
  var accentColors = {