@blocklet/launcher-ux 2.3.37 → 2.3.39

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.
@@ -186,7 +186,8 @@ function Component({
186
186
  duration: prettyMs(freeTrialDurationSeconds * 1000, {
187
187
  locale: locale === 'zh' ? 'zh_CN' : 'en_US',
188
188
  compact: true,
189
- verbose: false
189
+ verbose: true,
190
+ unitCount: 1
190
191
  })
191
192
  }),
192
193
  color: "success",
@@ -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: false
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.37",
3
+ "version": "2.3.39",
4
4
  "description": "Launcher UX lib",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -33,7 +33,7 @@
33
33
  "autoexports": "node tools/auto-exports.js",
34
34
  "watch": "npm run watch:lib && npm run watch:es && npm run autoexports",
35
35
  "watch:lib": "babel src --out-dir lib -w --copy-files",
36
- "watch:es": "babel --config-file ./babel.config.es.js src --out-dir lib -w --copy-files",
36
+ "watch:es": "babel --config-file ./babel.config.es.js src --out-dir es -w --copy-files",
37
37
  "prepublish": "npm run build"
38
38
  },
39
39
  "bugs": {
@@ -54,8 +54,8 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@arcblock/ux": "^2.10.12",
57
- "@blocklet/launcher-util": "2.3.37",
58
- "@blocklet/payment-react": "^1.14.11",
57
+ "@blocklet/launcher-util": "2.3.39",
58
+ "@blocklet/payment-react": "^1.14.14",
59
59
  "@emotion/styled": "^11.13.0",
60
60
  "@mui/icons-material": "^5.16.6",
61
61
  "@mui/material": "^5.16.6",
@@ -93,5 +93,5 @@
93
93
  "require": "./lib/use-mobile/index.js"
94
94
  }
95
95
  },
96
- "gitHead": "0513d4f7afcaa4a4b87953f17d88d592969d3150"
96
+ "gitHead": "ceb54fac7ea9a7e304109813163bc65111a78253"
97
97
  }