@goodaofi/bonds-sdk 3.0.129 → 3.0.130
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
|
@@ -94678,7 +94678,7 @@ const ProgressBar = ({ saleInfo }) => {
|
|
|
94678
94678
|
})
|
|
94679
94679
|
: 'N/A';
|
|
94680
94680
|
}, [saleInfo]);
|
|
94681
|
-
return (jsxs(Fragment$1, { children: [jsx$2(Confetti, { trigger: stageSoldOut }), jsxs(Flex$1, { sx: { alignItems: 'end', justifyContent: 'space-between', flexDirection: 'row', mt: '1rem' }, children: [jsxs(Flex$1, { sx: { flexDirection: 'column', width: '200px' }, children: [jsx$2(Text, { sx: {
|
|
94681
|
+
return (jsxs(Fragment$1, { children: [jsx$2(Confetti, { trigger: stageSoldOut }), jsxs(Flex$1, { sx: { alignItems: 'end', justifyContent: 'space-between', flexDirection: 'row', mt: '1rem' }, children: [jsxs(Flex$1, { sx: { flexDirection: 'column', width: '200px', alignItems: 'start' }, children: [jsx$2(Text, { sx: {
|
|
94682
94682
|
fontSize: '14px',
|
|
94683
94683
|
fontWeight: '700',
|
|
94684
94684
|
color: 'var(--theme-ui-colors-textDisabledButton)',
|