@fonixtree/magic-design 0.1.70 → 0.1.72

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 (143) hide show
  1. package/es/assets/fonts/magic-box-iconfont.css +3 -47
  2. package/es/assets/fonts/magic-box-iconfont.css.bak +3 -47
  3. package/es/assets/fonts/magic-box-iconfont.js +1 -1
  4. package/es/assets/fonts/magic-box-iconfont.js.bak +1 -1
  5. package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
  6. package/es/assets/fonts/magic-box-iconfont.woff +0 -0
  7. package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
  8. package/es/assets/less/slider.less +1 -49
  9. package/es/common/ImagePicker/index.js +1 -9
  10. package/es/common/LinkModal/AffiliateProductTable/index.js +3 -2
  11. package/es/composite-comp/bol/components/Banner/index.js +42 -14
  12. package/es/composite-comp/bol/components/Video/components/VideoTag/index.js +10 -49
  13. package/es/composite-comp/bol/components/Video/components/VideoTag/index.less +5 -5
  14. package/es/composite-comp/bol/components/Video/defaultJSON.js +0 -10
  15. package/es/composite-comp/bol/components/Video/index.js +1 -23
  16. package/es/composite-comp/bol/components/Video/mobile/Layout1/index.js +8 -8
  17. package/es/composite-comp/bol/components/Video/mobile/Layout1/index.less +2 -2
  18. package/es/composite-comp/bol/components/Video/mobile/Layout2/index.js +7 -7
  19. package/es/composite-comp/bol/components/Video/mobile/Layout2/index.less +2 -2
  20. package/es/composite-comp/bol/components/Video/mobile/Layout3/index.js +7 -8
  21. package/es/composite-comp/bol/components/Video/mobile/Layout3/index.less +2 -6
  22. package/es/composite-comp/bol/components/Video/mobile/index.js +49 -8
  23. package/es/composite-comp/bol/components/Video/pc/Layout1/index.js +8 -8
  24. package/es/composite-comp/bol/components/Video/pc/Layout1/index.less +2 -2
  25. package/es/composite-comp/bol/components/Video/pc/Layout2/index.js +12 -14
  26. package/es/composite-comp/bol/components/Video/pc/Layout2/index.less +4 -4
  27. package/es/composite-comp/bol/components/Video/pc/Layout3/index.js +7 -7
  28. package/es/composite-comp/bol/components/Video/pc/Layout3/index.less +2 -2
  29. package/es/composite-comp/bol/components/Video/pc/Layout4/index.js +8 -8
  30. package/es/composite-comp/bol/components/Video/pc/Layout4/index.less +4 -5
  31. package/es/composite-comp/bol/components/Video/pc/Layout5/index.js +8 -8
  32. package/es/composite-comp/bol/components/Video/pc/Layout5/index.less +10 -12
  33. package/es/composite-comp/bol/config-panels/VideoConfig/index.js +1 -3
  34. package/es/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +1 -10
  35. package/es/composite-comp/common/config-panels/CustomizeConfig/index.js +3 -5
  36. package/es/core/Designer/index.js +9 -30
  37. package/es/locale/en/en.json +0 -4
  38. package/es/locale/es/es.json +0 -4
  39. package/es/locale/id/id.json +0 -4
  40. package/es/meta-comp/config-panels/PlayIconConfig/index.less +2 -37
  41. package/es/meta-comp/config-panels/TextConfig/index.js +1 -5
  42. package/es/mobx/Store.js +0 -3
  43. package/es/utils/businessUtil.js +3 -2
  44. package/es/utils/commonUtil.js +1 -76
  45. package/lib/assets/fonts/magic-box-iconfont.css +3 -47
  46. package/lib/assets/fonts/magic-box-iconfont.css.bak +3 -47
  47. package/lib/assets/fonts/magic-box-iconfont.js +1 -1
  48. package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -1
  49. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  50. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  51. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  52. package/lib/assets/less/slider.less +1 -49
  53. package/lib/common/ImagePicker/index.js +1 -9
  54. package/lib/common/LinkModal/AffiliateProductTable/index.js +3 -2
  55. package/lib/composite-comp/bol/components/Banner/index.js +42 -14
  56. package/lib/composite-comp/bol/components/Video/components/VideoTag/index.js +10 -49
  57. package/lib/composite-comp/bol/components/Video/components/VideoTag/index.less +5 -5
  58. package/lib/composite-comp/bol/components/Video/defaultJSON.js +0 -10
  59. package/lib/composite-comp/bol/components/Video/index.js +1 -23
  60. package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.js +8 -8
  61. package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.less +2 -2
  62. package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.js +7 -7
  63. package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.less +2 -2
  64. package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.js +7 -8
  65. package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.less +2 -6
  66. package/lib/composite-comp/bol/components/Video/mobile/index.js +49 -8
  67. package/lib/composite-comp/bol/components/Video/pc/Layout1/index.js +8 -8
  68. package/lib/composite-comp/bol/components/Video/pc/Layout1/index.less +2 -2
  69. package/lib/composite-comp/bol/components/Video/pc/Layout2/index.js +12 -14
  70. package/lib/composite-comp/bol/components/Video/pc/Layout2/index.less +4 -4
  71. package/lib/composite-comp/bol/components/Video/pc/Layout3/index.js +7 -7
  72. package/lib/composite-comp/bol/components/Video/pc/Layout3/index.less +2 -2
  73. package/lib/composite-comp/bol/components/Video/pc/Layout4/index.js +8 -8
  74. package/lib/composite-comp/bol/components/Video/pc/Layout4/index.less +4 -5
  75. package/lib/composite-comp/bol/components/Video/pc/Layout5/index.js +8 -8
  76. package/lib/composite-comp/bol/components/Video/pc/Layout5/index.less +10 -12
  77. package/lib/composite-comp/bol/config-panels/VideoConfig/index.js +1 -3
  78. package/lib/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +1 -10
  79. package/lib/composite-comp/common/config-panels/CustomizeConfig/index.js +3 -5
  80. package/lib/core/Designer/index.js +9 -30
  81. package/lib/locale/en/en.json +0 -4
  82. package/lib/locale/es/es.json +0 -4
  83. package/lib/locale/id/id.json +0 -4
  84. package/lib/meta-comp/config-panels/PlayIconConfig/index.less +2 -37
  85. package/lib/meta-comp/config-panels/TextConfig/index.js +1 -5
  86. package/lib/mobx/Store.js +0 -3
  87. package/lib/utils/businessUtil.js +3 -2
  88. package/lib/utils/commonUtil.js +1 -76
  89. package/package.json +1 -1
  90. package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back1.png +0 -0
  91. package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back2.png +0 -0
  92. package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back3.png +0 -0
  93. package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back4.png +0 -0
  94. package/es/core/Designer/AiImageGenerator/GenerateArtist/index.js +0 -72
  95. package/es/core/Designer/AiImageGenerator/GenerateArtist/index.less +0 -41
  96. package/es/core/Designer/AiImageGenerator/GenerateSize/index.js +0 -43
  97. package/es/core/Designer/AiImageGenerator/GenerateSize/index.less +0 -3
  98. package/es/core/Designer/AiImageGenerator/UploadReference/index.js +0 -45
  99. package/es/core/Designer/AiImageGenerator/UploadReference/index.less +0 -39
  100. package/es/core/Designer/AiImageGenerator/images/nodata.png +0 -0
  101. package/es/core/Designer/AiImageGenerator/index.js +0 -221
  102. package/es/core/Designer/AiImageGenerator/index.less +0 -79
  103. package/es/core/Designer/ChatRobot/index.js +0 -204
  104. package/es/core/Designer/ChatRobot/index.less +0 -74
  105. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-01.svg +0 -4
  106. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-02.svg +0 -4
  107. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-03.svg +0 -4
  108. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-04.svg +0 -4
  109. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-05.svg +0 -3
  110. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-01.svg +0 -4
  111. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-02.svg +0 -4
  112. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-03.svg +0 -4
  113. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-04.svg +0 -4
  114. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-05.svg +0 -3
  115. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/index.js +0 -63
  116. package/es/meta-comp/config-panels/PlayIconConfig/index.js +0 -211
  117. package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back1.png +0 -0
  118. package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back2.png +0 -0
  119. package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back3.png +0 -0
  120. package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back4.png +0 -0
  121. package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.js +0 -72
  122. package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.less +0 -41
  123. package/lib/core/Designer/AiImageGenerator/GenerateSize/index.js +0 -43
  124. package/lib/core/Designer/AiImageGenerator/GenerateSize/index.less +0 -3
  125. package/lib/core/Designer/AiImageGenerator/UploadReference/index.js +0 -45
  126. package/lib/core/Designer/AiImageGenerator/UploadReference/index.less +0 -39
  127. package/lib/core/Designer/AiImageGenerator/images/nodata.png +0 -0
  128. package/lib/core/Designer/AiImageGenerator/index.js +0 -221
  129. package/lib/core/Designer/AiImageGenerator/index.less +0 -79
  130. package/lib/core/Designer/ChatRobot/index.js +0 -204
  131. package/lib/core/Designer/ChatRobot/index.less +0 -74
  132. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-01.svg +0 -4
  133. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-02.svg +0 -4
  134. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-03.svg +0 -4
  135. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-04.svg +0 -4
  136. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-05.svg +0 -3
  137. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-01.svg +0 -4
  138. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-02.svg +0 -4
  139. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-03.svg +0 -4
  140. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-04.svg +0 -4
  141. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-05.svg +0 -3
  142. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/index.js +0 -63
  143. package/lib/meta-comp/config-panels/PlayIconConfig/index.js +0 -211
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "magic-box-iconfont"; /* Project id 3317752 */
3
- src: url('magic-box-iconfont.woff2?t=1687675025610') format('woff2'),
4
- url('magic-box-iconfont.woff?t=1687675025610') format('woff'),
5
- url('magic-box-iconfont.ttf?t=1687675025610') format('truetype');
3
+ src: url('magic-box-iconfont.woff2?t=1686648198297') format('woff2'),
4
+ url('magic-box-iconfont.woff?t=1686648198297') format('woff'),
5
+ url('magic-box-iconfont.ttf?t=1686648198297') format('truetype');
6
6
  }
7
7
 
8
8
  .magic-box-iconfont {
@@ -13,50 +13,6 @@
13
13
  -moz-osx-font-smoothing: grayscale;
14
14
  }
15
15
 
16
- .magic-box-icon-w-play-03:before {
17
- content: "\e67b";
18
- }
19
-
20
- .magic-box-icon-b-play-03:before {
21
- content: "\e671";
22
- }
23
-
24
- .magic-box-icon-select2:before {
25
- content: "\e67a";
26
- }
27
-
28
- .magic-box-icon-b-play-02:before {
29
- content: "\e672";
30
- }
31
-
32
- .magic-box-icon-b-play-05:before {
33
- content: "\e673";
34
- }
35
-
36
- .magic-box-icon-b-play-01:before {
37
- content: "\e674";
38
- }
39
-
40
- .magic-box-icon-w-play-01:before {
41
- content: "\e675";
42
- }
43
-
44
- .magic-box-icon-w-play-04:before {
45
- content: "\e676";
46
- }
47
-
48
- .magic-box-icon-w-play-02:before {
49
- content: "\e677";
50
- }
51
-
52
- .magic-box-icon-b-play-04:before {
53
- content: "\e678";
54
- }
55
-
56
- .magic-box-icon-w-play-05:before {
57
- content: "\e679";
58
- }
59
-
60
16
  .magic-box-icon-ListBullets02:before {
61
17
  content: "\e670";
62
18
  }
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "magic-box-iconfont"; /* Project id 3317752 */
3
- src: url('magic-box-iconfont.woff2?t=1687675025610') format('woff2'),
4
- url('magic-box-iconfont.woff?t=1687675025610') format('woff'),
5
- url('magic-box-iconfont.ttf?t=1687675025610') format('truetype');
3
+ src: url('magic-box-iconfont.woff2?t=1686648198297') format('woff2'),
4
+ url('magic-box-iconfont.woff?t=1686648198297') format('woff'),
5
+ url('magic-box-iconfont.ttf?t=1686648198297') format('truetype');
6
6
  }
7
7
 
8
8
  .magic-box-iconfont {
@@ -13,50 +13,6 @@
13
13
  -moz-osx-font-smoothing: grayscale;
14
14
  }
15
15
 
16
- .icon-w-play-03:before {
17
- content: "\e67b";
18
- }
19
-
20
- .icon-b-play-03:before {
21
- content: "\e671";
22
- }
23
-
24
- .icon-select2:before {
25
- content: "\e67a";
26
- }
27
-
28
- .icon-b-play-02:before {
29
- content: "\e672";
30
- }
31
-
32
- .icon-b-play-05:before {
33
- content: "\e673";
34
- }
35
-
36
- .icon-b-play-01:before {
37
- content: "\e674";
38
- }
39
-
40
- .icon-w-play-01:before {
41
- content: "\e675";
42
- }
43
-
44
- .icon-w-play-04:before {
45
- content: "\e676";
46
- }
47
-
48
- .icon-w-play-02:before {
49
- content: "\e677";
50
- }
51
-
52
- .icon-b-play-04:before {
53
- content: "\e678";
54
- }
55
-
56
- .icon-w-play-05:before {
57
- content: "\e679";
58
- }
59
-
60
16
  .icon-ListBullets02:before {
61
17
  content: "\e670";
62
18
  }