@fonixtree/magic-design 2.0.7 → 2.0.9

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 (27) hide show
  1. package/es/assets/fonts/.DS_Store +0 -0
  2. package/es/common/ImagePicker/index.js +4 -2
  3. package/es/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +182 -2
  4. package/es/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +114 -2
  5. package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +113 -2
  6. package/es/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +54 -2
  7. package/es/composite-comp/dito/second-config-panels/MobileNavigationSecondConfig/index.js +68 -1
  8. package/es/core/Designer/AiImageGenerator/History/index.less +1 -1
  9. package/es/core/Designer/ConfigPanel/index.js +2 -1
  10. package/es/locale/en/en.json +1 -0
  11. package/es/locale/es/es.json +1 -0
  12. package/es/locale/id/id.json +1 -0
  13. package/es/meta-comp/config-panels/ImageConfig/index.js +3 -1
  14. package/lib/assets/fonts/.DS_Store +0 -0
  15. package/lib/common/ImagePicker/index.js +4 -2
  16. package/lib/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +182 -2
  17. package/lib/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +114 -2
  18. package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +113 -2
  19. package/lib/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +54 -2
  20. package/lib/composite-comp/dito/second-config-panels/MobileNavigationSecondConfig/index.js +68 -1
  21. package/lib/core/Designer/AiImageGenerator/History/index.less +1 -1
  22. package/lib/core/Designer/ConfigPanel/index.js +2 -1
  23. package/lib/locale/en/en.json +1 -0
  24. package/lib/locale/es/es.json +1 -0
  25. package/lib/locale/id/id.json +1 -0
  26. package/lib/meta-comp/config-panels/ImageConfig/index.js +3 -1
  27. package/package.json +1 -1
@@ -1,4 +1,5 @@
1
1
  {
2
+ "RECOMMENDED_SIZE": "Recommended Size",
2
3
  "BOLD": "Bold",
3
4
  "SEMIBOLD": "Semibold",
4
5
  "DARK": "Dark",
@@ -319,7 +319,8 @@ function (_super) {
319
319
  data = _a.data,
320
320
  needHover = _a.needHover,
321
321
  needClickArea = _a.needClickArea,
322
- needURL = _a.needURL;
322
+ needURL = _a.needURL,
323
+ recommendImgSize = _a.recommendImgSize;
323
324
  var selectImg = this.getSelectedImg(data);
324
325
 
325
326
  var ContentSetting = /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_common.ImagePicker, {
@@ -330,6 +331,7 @@ function (_super) {
330
331
  onChange: function onChange(v, way) {
331
332
  _this.getImg(v, way);
332
333
  },
334
+ recommendImgSize: recommendImgSize,
333
335
  value: selectImg
334
336
  }), needClickArea && selectImg && /*#__PURE__*/_react["default"].createElement(_HotAreaConfig["default"], {
335
337
  imgUrl: selectImg,
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.7",
4
+ "version": "2.0.9",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",