feat: add zIndex to widget theme (#5915)
* feat: create feature flag for swap widget * feat: add new flag to modal * fix: missing defaultField usage * feat: add zIndex to widget theme
Showing
| ... | @@ -152,7 +152,7 @@ | ... | @@ -152,7 +152,7 @@ |
| "@uniswap/v3-core": "1.0.0", | "@uniswap/v3-core": "1.0.0", | ||
| "@uniswap/v3-periphery": "^1.1.1", | "@uniswap/v3-periphery": "^1.1.1", | ||
| "@uniswap/v3-sdk": "^3.9.0", | "@uniswap/v3-sdk": "^3.9.0", | ||
| "@uniswap/widgets": "^2.26.0", | "@uniswap/widgets": "^2.27.0", | ||
| "@vanilla-extract/css": "^1.7.2", | "@vanilla-extract/css": "^1.7.2", | ||
| "@vanilla-extract/css-utils": "^0.1.2", | "@vanilla-extract/css-utils": "^0.1.2", | ||
| "@vanilla-extract/dynamic": "^2.0.2", | "@vanilla-extract/dynamic": "^2.0.2", | ||
| ... | ... |
Please register or sign in to comment