@ape.swap/bonds-sdk 3.0.32 → 3.0.33
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/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -71154,7 +71154,7 @@ const PlaceholderMonkey = ({ text }) => {
|
|
|
71154
71154
|
alignItems: 'center',
|
|
71155
71155
|
borderRadius: 'normal',
|
|
71156
71156
|
mt: '15px',
|
|
71157
|
-
}, children: [jsx$2(Svg, { icon: "placeholderMonkey" }), jsx$2(Text, { sx: { fontWeight: 600, fontSize: '16px', mt: '15px', opacity: 0.6 }, children: text }), text === 'You are not connected' && (jsx$2(Flex, { sx: { width: '150px', mt: '10px' }, children: jsx$2(ConnectButton, {}) }))] }));
|
|
71157
|
+
}, children: [jsx$2(Svg, { icon: "placeholderMonkey" }), jsx$2(Text, { sx: { fontWeight: 600, fontSize: '16px', mt: '15px', opacity: 0.6 }, children: text }), text === 'You are not connected.' && (jsx$2(Flex, { sx: { width: '150px', mt: '10px' }, children: jsx$2(ConnectButton, {}) }))] }));
|
|
71158
71158
|
};
|
|
71159
71159
|
|
|
71160
71160
|
function useChainFilterOption() {
|