@particle-network/ui-shared 0.4.1-beta.4 → 0.4.1-beta.5

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.
@@ -343,7 +343,8 @@ const CustomTheme = {
343
343
  ...UXDarkTheme,
344
344
  id: 'custom',
345
345
  zhName: '自定义',
346
- enName: 'Custom'
346
+ enName: 'Custom',
347
+ baseThemeId: UXDarkTheme.id
347
348
  };
348
349
  const themeData = [
349
350
  UXDarkTheme,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-shared",
3
- "version": "0.4.1-beta.4",
3
+ "version": "0.4.1-beta.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "react-native": "./dist/index.js",