@fonixtree/magic-design 0.1.71 → 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 (139) 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/composite-comp/bol/components/Banner/index.js +42 -14
  11. package/es/composite-comp/bol/components/Video/components/VideoTag/index.js +10 -49
  12. package/es/composite-comp/bol/components/Video/components/VideoTag/index.less +5 -5
  13. package/es/composite-comp/bol/components/Video/defaultJSON.js +0 -10
  14. package/es/composite-comp/bol/components/Video/index.js +1 -23
  15. package/es/composite-comp/bol/components/Video/mobile/Layout1/index.js +8 -8
  16. package/es/composite-comp/bol/components/Video/mobile/Layout1/index.less +2 -2
  17. package/es/composite-comp/bol/components/Video/mobile/Layout2/index.js +7 -7
  18. package/es/composite-comp/bol/components/Video/mobile/Layout2/index.less +2 -2
  19. package/es/composite-comp/bol/components/Video/mobile/Layout3/index.js +7 -8
  20. package/es/composite-comp/bol/components/Video/mobile/Layout3/index.less +2 -6
  21. package/es/composite-comp/bol/components/Video/mobile/index.js +49 -8
  22. package/es/composite-comp/bol/components/Video/pc/Layout1/index.js +8 -8
  23. package/es/composite-comp/bol/components/Video/pc/Layout1/index.less +2 -2
  24. package/es/composite-comp/bol/components/Video/pc/Layout2/index.js +12 -14
  25. package/es/composite-comp/bol/components/Video/pc/Layout2/index.less +4 -4
  26. package/es/composite-comp/bol/components/Video/pc/Layout3/index.js +7 -7
  27. package/es/composite-comp/bol/components/Video/pc/Layout3/index.less +2 -2
  28. package/es/composite-comp/bol/components/Video/pc/Layout4/index.js +8 -8
  29. package/es/composite-comp/bol/components/Video/pc/Layout4/index.less +4 -5
  30. package/es/composite-comp/bol/components/Video/pc/Layout5/index.js +8 -8
  31. package/es/composite-comp/bol/components/Video/pc/Layout5/index.less +10 -12
  32. package/es/composite-comp/bol/config-panels/VideoConfig/index.js +1 -3
  33. package/es/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +1 -10
  34. package/es/composite-comp/common/config-panels/CustomizeConfig/index.js +3 -5
  35. package/es/core/Designer/index.js +9 -30
  36. package/es/locale/en/en.json +0 -4
  37. package/es/locale/es/es.json +0 -4
  38. package/es/locale/id/id.json +0 -4
  39. package/es/meta-comp/config-panels/PlayIconConfig/index.less +2 -37
  40. package/es/meta-comp/config-panels/TextConfig/index.js +1 -5
  41. package/es/mobx/Store.js +0 -3
  42. package/es/utils/commonUtil.js +1 -76
  43. package/lib/assets/fonts/magic-box-iconfont.css +3 -47
  44. package/lib/assets/fonts/magic-box-iconfont.css.bak +3 -47
  45. package/lib/assets/fonts/magic-box-iconfont.js +1 -1
  46. package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -1
  47. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  48. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  49. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  50. package/lib/assets/less/slider.less +1 -49
  51. package/lib/common/ImagePicker/index.js +1 -9
  52. package/lib/composite-comp/bol/components/Banner/index.js +42 -14
  53. package/lib/composite-comp/bol/components/Video/components/VideoTag/index.js +10 -49
  54. package/lib/composite-comp/bol/components/Video/components/VideoTag/index.less +5 -5
  55. package/lib/composite-comp/bol/components/Video/defaultJSON.js +0 -10
  56. package/lib/composite-comp/bol/components/Video/index.js +1 -23
  57. package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.js +8 -8
  58. package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.less +2 -2
  59. package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.js +7 -7
  60. package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.less +2 -2
  61. package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.js +7 -8
  62. package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.less +2 -6
  63. package/lib/composite-comp/bol/components/Video/mobile/index.js +49 -8
  64. package/lib/composite-comp/bol/components/Video/pc/Layout1/index.js +8 -8
  65. package/lib/composite-comp/bol/components/Video/pc/Layout1/index.less +2 -2
  66. package/lib/composite-comp/bol/components/Video/pc/Layout2/index.js +12 -14
  67. package/lib/composite-comp/bol/components/Video/pc/Layout2/index.less +4 -4
  68. package/lib/composite-comp/bol/components/Video/pc/Layout3/index.js +7 -7
  69. package/lib/composite-comp/bol/components/Video/pc/Layout3/index.less +2 -2
  70. package/lib/composite-comp/bol/components/Video/pc/Layout4/index.js +8 -8
  71. package/lib/composite-comp/bol/components/Video/pc/Layout4/index.less +4 -5
  72. package/lib/composite-comp/bol/components/Video/pc/Layout5/index.js +8 -8
  73. package/lib/composite-comp/bol/components/Video/pc/Layout5/index.less +10 -12
  74. package/lib/composite-comp/bol/config-panels/VideoConfig/index.js +1 -3
  75. package/lib/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +1 -10
  76. package/lib/composite-comp/common/config-panels/CustomizeConfig/index.js +3 -5
  77. package/lib/core/Designer/index.js +9 -30
  78. package/lib/locale/en/en.json +0 -4
  79. package/lib/locale/es/es.json +0 -4
  80. package/lib/locale/id/id.json +0 -4
  81. package/lib/meta-comp/config-panels/PlayIconConfig/index.less +2 -37
  82. package/lib/meta-comp/config-panels/TextConfig/index.js +1 -5
  83. package/lib/mobx/Store.js +0 -3
  84. package/lib/utils/commonUtil.js +1 -76
  85. package/package.json +1 -1
  86. package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back1.png +0 -0
  87. package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back2.png +0 -0
  88. package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back3.png +0 -0
  89. package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back4.png +0 -0
  90. package/es/core/Designer/AiImageGenerator/GenerateArtist/index.js +0 -72
  91. package/es/core/Designer/AiImageGenerator/GenerateArtist/index.less +0 -41
  92. package/es/core/Designer/AiImageGenerator/GenerateSize/index.js +0 -43
  93. package/es/core/Designer/AiImageGenerator/GenerateSize/index.less +0 -3
  94. package/es/core/Designer/AiImageGenerator/UploadReference/index.js +0 -45
  95. package/es/core/Designer/AiImageGenerator/UploadReference/index.less +0 -39
  96. package/es/core/Designer/AiImageGenerator/images/nodata.png +0 -0
  97. package/es/core/Designer/AiImageGenerator/index.js +0 -221
  98. package/es/core/Designer/AiImageGenerator/index.less +0 -79
  99. package/es/core/Designer/ChatRobot/index.js +0 -204
  100. package/es/core/Designer/ChatRobot/index.less +0 -74
  101. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-01.svg +0 -4
  102. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-02.svg +0 -4
  103. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-03.svg +0 -4
  104. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-04.svg +0 -4
  105. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-05.svg +0 -3
  106. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-01.svg +0 -4
  107. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-02.svg +0 -4
  108. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-03.svg +0 -4
  109. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-04.svg +0 -4
  110. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-05.svg +0 -3
  111. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/index.js +0 -63
  112. package/es/meta-comp/config-panels/PlayIconConfig/index.js +0 -211
  113. package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back1.png +0 -0
  114. package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back2.png +0 -0
  115. package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back3.png +0 -0
  116. package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back4.png +0 -0
  117. package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.js +0 -72
  118. package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.less +0 -41
  119. package/lib/core/Designer/AiImageGenerator/GenerateSize/index.js +0 -43
  120. package/lib/core/Designer/AiImageGenerator/GenerateSize/index.less +0 -3
  121. package/lib/core/Designer/AiImageGenerator/UploadReference/index.js +0 -45
  122. package/lib/core/Designer/AiImageGenerator/UploadReference/index.less +0 -39
  123. package/lib/core/Designer/AiImageGenerator/images/nodata.png +0 -0
  124. package/lib/core/Designer/AiImageGenerator/index.js +0 -221
  125. package/lib/core/Designer/AiImageGenerator/index.less +0 -79
  126. package/lib/core/Designer/ChatRobot/index.js +0 -204
  127. package/lib/core/Designer/ChatRobot/index.less +0 -74
  128. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-01.svg +0 -4
  129. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-02.svg +0 -4
  130. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-03.svg +0 -4
  131. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-04.svg +0 -4
  132. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-05.svg +0 -3
  133. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-01.svg +0 -4
  134. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-02.svg +0 -4
  135. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-03.svg +0 -4
  136. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-04.svg +0 -4
  137. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-05.svg +0 -3
  138. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/index.js +0 -63
  139. 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
  }