@fonixtree/magic-design 2.0.142 → 2.0.144

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.
Files changed (47) hide show
  1. package/es/common/AffiliateProductModal/index.js +4 -4
  2. package/es/common/ColorPickerInput/index.js +3 -1
  3. package/es/common/FontStyles/index.js +2 -2
  4. package/es/common/FontStyles/index.less +5 -9
  5. package/es/common/ImageModal/CommonModal/index.js +4 -2
  6. package/es/common/ImageModal/index.js +1 -1
  7. package/es/common/ImagePicker/index.js +1 -1
  8. package/es/common/LinkModal/FilteredProductModal/index.js +1 -1
  9. package/es/common/ProductFilterModal/index.js +1 -1
  10. package/es/common/ProductModal/index.js +8 -8
  11. package/es/composite-comp/monpay/components/Bundle/mobile/index.js +10 -5
  12. package/es/composite-comp/monpay/components/InterestProducts/mobile/index.js +3 -1
  13. package/es/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigContent/index.js +1 -1
  14. package/es/core/Designer/AiImageGenerator/GenerateArtist/index.js +6 -4
  15. package/es/core/Designer/AiImageGenerator/index.js +10 -10
  16. package/es/core/Designer/ChatRobot/components/SearchCondition/index.js +7 -5
  17. package/es/core/Designer/ChatRobot/index.js +4 -4
  18. package/es/locale/en/en.json +41 -14
  19. package/es/locale/es/es.json +41 -14
  20. package/es/locale/mn/mn.json +305 -278
  21. package/es/utils/androidUtil.js +2 -1
  22. package/es/utils/coreUtil.js +1 -1
  23. package/lib/common/AffiliateProductModal/index.js +4 -4
  24. package/lib/common/ColorPickerInput/index.js +3 -1
  25. package/lib/common/FontStyles/index.js +2 -2
  26. package/lib/common/FontStyles/index.less +5 -9
  27. package/lib/common/ImageModal/CommonModal/index.js +4 -2
  28. package/lib/common/ImageModal/index.js +1 -1
  29. package/lib/common/ImagePicker/index.js +1 -1
  30. package/lib/common/LinkModal/FilteredProductModal/index.js +1 -1
  31. package/lib/common/ProductFilterModal/index.js +1 -1
  32. package/lib/common/ProductModal/index.js +8 -8
  33. package/lib/composite-comp/monpay/components/Bundle/mobile/index.js +10 -5
  34. package/lib/composite-comp/monpay/components/InterestProducts/mobile/index.js +3 -1
  35. package/lib/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigContent/index.js +1 -1
  36. package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.js +6 -4
  37. package/lib/core/Designer/AiImageGenerator/index.js +10 -10
  38. package/lib/core/Designer/ChatRobot/components/SearchCondition/index.js +7 -5
  39. package/lib/core/Designer/ChatRobot/index.js +4 -4
  40. package/lib/locale/en/en.json +41 -14
  41. package/lib/locale/es/es.json +41 -14
  42. package/lib/locale/mn/mn.json +305 -278
  43. package/lib/utils/androidUtil.js +2 -1
  44. package/lib/utils/coreUtil.js +1 -1
  45. package/package.json +1 -1
  46. package/es/assets/fonts/.DS_Store +0 -0
  47. package/lib/assets/fonts/.DS_Store +0 -0
@@ -335,7 +335,7 @@ var clickUrl = function clickUrl(url, state) {
335
335
  return;
336
336
  }
337
337
 
338
- if ((0, _androidUtil.browserVersion)().isAshitaApp) {
338
+ if ((0, _androidUtil.browserVersion)().isAshitaApp || (0, _androidUtil.browserVersion)().flutterApp) {
339
339
  (0, _androidUtil.sendToApp)(data);
340
340
  } else if ((0, _androidUtil.browserVersion)().isApp && params.link && params.link.startsWith('http')) {
341
341
  // 跳转链接是个绝对路径
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "2.0.142",
4
+ "version": "2.0.144",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",
Binary file
Binary file