@huma-finance/widgets 0.0.62-beta.693 → 0.0.62-beta.698
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huma-finance/widgets",
|
|
3
|
-
"version": "0.0.62-beta.
|
|
3
|
+
"version": "0.0.62-beta.698+242c438",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"@ethersproject/experimental": "^5.7.0",
|
|
30
30
|
"@ethersproject/providers": "^5.6.0",
|
|
31
31
|
"@ethersproject/units": "^5.6.0",
|
|
32
|
-
"@huma-finance/sdk": "^0.0.
|
|
33
|
-
"@huma-finance/shared": "^0.0.
|
|
34
|
-
"@huma-finance/web-shared": "^0.0.
|
|
32
|
+
"@huma-finance/sdk": "^0.0.61",
|
|
33
|
+
"@huma-finance/shared": "^0.0.61",
|
|
34
|
+
"@huma-finance/web-shared": "^0.0.61",
|
|
35
35
|
"@mui/icons-material": "^5.3.0",
|
|
36
36
|
"@mui/material": "^5.0.6",
|
|
37
37
|
"@mui/styles": "^5.0.2",
|
|
@@ -203,5 +203,5 @@
|
|
|
203
203
|
"optionalDependencies": {
|
|
204
204
|
"encoding": "^0.1.13"
|
|
205
205
|
},
|
|
206
|
-
"gitHead": "
|
|
206
|
+
"gitHead": "242c4388175affcc3a0c75d03f2dddd79e4a57d0"
|
|
207
207
|
}
|
|
@@ -236,8 +236,7 @@ export function PointsEarned({
|
|
|
236
236
|
</Box>
|
|
237
237
|
<Box css={styles.entirePointsDetails}>
|
|
238
238
|
You'll earn points <span css={styles.everyday}>everyday</span> for{' '}
|
|
239
|
-
{monthText} straight.
|
|
240
|
-
{monthText}, you’ll gain extra points daily.
|
|
239
|
+
{monthText} straight.
|
|
241
240
|
</Box>
|
|
242
241
|
<BottomButton variant='contained' onClick={handleCloseModal}>
|
|
243
242
|
GREAT
|
|
@@ -229,8 +229,7 @@ export function PointsEarned({
|
|
|
229
229
|
</Box>
|
|
230
230
|
<Box css={styles.entirePointsDetails}>
|
|
231
231
|
You'll earn points <span css={styles.everyday}>everyday</span> for{' '}
|
|
232
|
-
{monthText} straight.
|
|
233
|
-
{monthText}, you’ll gain extra points daily.
|
|
232
|
+
{monthText} straight.
|
|
234
233
|
</Box>
|
|
235
234
|
<BottomButton variant='contained' onClick={handleCloseModal}>
|
|
236
235
|
GREAT
|