@blocklet/launcher-workflow 2.3.48 → 2.3.50

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/es/prepare.js CHANGED
@@ -317,7 +317,8 @@ function Content({
317
317
  'subscription_data.days_until_due': 0,
318
318
  'subscription_data.days_until_cancel': window.blocklet?.preferences?.daysUntilCancel || 30
319
319
  },
320
- onPaid: handlePaid
320
+ onPaid: handlePaid,
321
+ theme: "inherit"
321
322
  })
322
323
  })
323
324
  })]
package/lib/prepare.js CHANGED
@@ -330,7 +330,8 @@ function Content(_ref) {
330
330
  'subscription_data.days_until_due': 0,
331
331
  'subscription_data.days_until_cancel': ((_window$blocklet4 = window.blocklet) === null || _window$blocklet4 === void 0 || (_window$blocklet4 = _window$blocklet4.preferences) === null || _window$blocklet4 === void 0 ? void 0 : _window$blocklet4.daysUntilCancel) || 30
332
332
  },
333
- onPaid: handlePaid
333
+ onPaid: handlePaid,
334
+ theme: "inherit"
334
335
  })
335
336
  })
336
337
  })]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-workflow",
3
- "version": "2.3.48",
3
+ "version": "2.3.50",
4
4
  "description": "Purchase components for Launcher UI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -41,22 +41,22 @@
41
41
  "react": ">=18.1.0"
42
42
  },
43
43
  "dependencies": {
44
- "@arcblock/did-connect": "^2.10.18",
45
- "@arcblock/icons": "^2.10.18",
46
- "@arcblock/license": "^2.10.18",
47
- "@arcblock/react-hooks": "^2.10.18",
48
- "@arcblock/ux": "^2.10.18",
49
- "@blocklet/launcher-layout": "^2.10.20",
50
- "@blocklet/launcher-util": "2.3.48",
51
- "@blocklet/launcher-ux": "2.3.48",
44
+ "@arcblock/did-connect": "^2.10.23",
45
+ "@arcblock/icons": "^2.10.23",
46
+ "@arcblock/license": "^2.10.23",
47
+ "@arcblock/react-hooks": "^2.10.23",
48
+ "@arcblock/ux": "^2.10.23",
49
+ "@blocklet/launcher-layout": "^2.10.23",
50
+ "@blocklet/launcher-util": "2.3.50",
51
+ "@blocklet/launcher-ux": "2.3.50",
52
52
  "@blocklet/payment": "^1.14.8",
53
- "@blocklet/payment-react": "1.14.21",
54
- "@emotion/react": "^11.13.0",
53
+ "@blocklet/payment-react": "^1.14.34",
54
+ "@emotion/react": "^11.13.3",
55
55
  "@emotion/styled": "^11.13.0",
56
56
  "@mui/icons-material": "^5.16.7",
57
57
  "@mui/lab": "^5.0.0-alpha.173",
58
58
  "@mui/material": "^5.16.7",
59
- "@ocap/util": "^1.18.128",
59
+ "@ocap/util": "^1.18.132",
60
60
  "@splidejs/react-splide": "^0.7.12",
61
61
  "@splidejs/splide": "^4.1.4",
62
62
  "@splidejs/splide-extension-grid": "^0.4.1",
@@ -75,14 +75,14 @@
75
75
  "moment": "^2.30.1",
76
76
  "prop-types": "^15.8.1",
77
77
  "react-lottie-player": "^1.5.6",
78
- "react-router-dom": "^6.26.0",
78
+ "react-router-dom": "^6.26.1",
79
79
  "react-use": "^17.5.1",
80
80
  "url-join": "^4.0.1"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@babel/cli": "^7.24.8",
84
84
  "@babel/core": "^7.25.2",
85
- "@babel/preset-env": "^7.25.3",
85
+ "@babel/preset-env": "^7.25.4",
86
86
  "@babel/preset-react": "^7.24.7",
87
87
  "babel-plugin-inline-react-svg": "^2.0.2",
88
88
  "glob": "^10.4.5"
@@ -105,5 +105,5 @@
105
105
  "require": "./lib/locales/index.js"
106
106
  }
107
107
  },
108
- "gitHead": "7c8f4bf0ed38d62ef57e90ab5a94b9a0eda2b0cc"
108
+ "gitHead": "1fce965a3faefe5ed5bf0f98f04b6daaaa6437b1"
109
109
  }