@blocklet/launcher-ux 2.3.37 → 2.3.38
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.
|
@@ -201,7 +201,8 @@ function Component(_ref2) {
|
|
|
201
201
|
duration: (0, _prettyMsI18n.default)(freeTrialDurationSeconds * 1000, {
|
|
202
202
|
locale: locale === 'zh' ? 'zh_CN' : 'en_US',
|
|
203
203
|
compact: true,
|
|
204
|
-
verbose:
|
|
204
|
+
verbose: true,
|
|
205
|
+
unitCount: 1
|
|
205
206
|
})
|
|
206
207
|
}),
|
|
207
208
|
color: "success",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/launcher-ux",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.38",
|
|
4
4
|
"description": "Launcher UX lib",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@arcblock/ux": "^2.10.12",
|
|
57
|
-
"@blocklet/launcher-util": "2.3.
|
|
57
|
+
"@blocklet/launcher-util": "2.3.38",
|
|
58
58
|
"@blocklet/payment-react": "^1.14.11",
|
|
59
59
|
"@emotion/styled": "^11.13.0",
|
|
60
60
|
"@mui/icons-material": "^5.16.6",
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"require": "./lib/use-mobile/index.js"
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "e0bc571eb6b0c54e0180312515b85663d90e06f8"
|
|
97
97
|
}
|