@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.
- package/es/assets/fonts/magic-box-iconfont.css +3 -47
- package/es/assets/fonts/magic-box-iconfont.css.bak +3 -47
- package/es/assets/fonts/magic-box-iconfont.js +1 -1
- package/es/assets/fonts/magic-box-iconfont.js.bak +1 -1
- package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
- package/es/assets/fonts/magic-box-iconfont.woff +0 -0
- package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
- package/es/assets/less/slider.less +1 -49
- package/es/common/ImagePicker/index.js +1 -9
- package/es/common/LinkModal/AffiliateProductTable/index.js +3 -2
- package/es/composite-comp/bol/components/Banner/index.js +42 -14
- package/es/composite-comp/bol/components/Video/components/VideoTag/index.js +10 -49
- package/es/composite-comp/bol/components/Video/components/VideoTag/index.less +5 -5
- package/es/composite-comp/bol/components/Video/defaultJSON.js +0 -10
- package/es/composite-comp/bol/components/Video/index.js +1 -23
- package/es/composite-comp/bol/components/Video/mobile/Layout1/index.js +8 -8
- package/es/composite-comp/bol/components/Video/mobile/Layout1/index.less +2 -2
- package/es/composite-comp/bol/components/Video/mobile/Layout2/index.js +7 -7
- package/es/composite-comp/bol/components/Video/mobile/Layout2/index.less +2 -2
- package/es/composite-comp/bol/components/Video/mobile/Layout3/index.js +7 -8
- package/es/composite-comp/bol/components/Video/mobile/Layout3/index.less +2 -6
- package/es/composite-comp/bol/components/Video/mobile/index.js +49 -8
- package/es/composite-comp/bol/components/Video/pc/Layout1/index.js +8 -8
- package/es/composite-comp/bol/components/Video/pc/Layout1/index.less +2 -2
- package/es/composite-comp/bol/components/Video/pc/Layout2/index.js +12 -14
- package/es/composite-comp/bol/components/Video/pc/Layout2/index.less +4 -4
- package/es/composite-comp/bol/components/Video/pc/Layout3/index.js +7 -7
- package/es/composite-comp/bol/components/Video/pc/Layout3/index.less +2 -2
- package/es/composite-comp/bol/components/Video/pc/Layout4/index.js +8 -8
- package/es/composite-comp/bol/components/Video/pc/Layout4/index.less +4 -5
- package/es/composite-comp/bol/components/Video/pc/Layout5/index.js +8 -8
- package/es/composite-comp/bol/components/Video/pc/Layout5/index.less +10 -12
- package/es/composite-comp/bol/config-panels/VideoConfig/index.js +1 -3
- package/es/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +1 -10
- package/es/composite-comp/common/config-panels/CustomizeConfig/index.js +3 -5
- package/es/core/Designer/index.js +9 -30
- package/es/locale/en/en.json +0 -4
- package/es/locale/es/es.json +0 -4
- package/es/locale/id/id.json +0 -4
- package/es/meta-comp/config-panels/PlayIconConfig/index.less +2 -37
- package/es/meta-comp/config-panels/TextConfig/index.js +1 -5
- package/es/mobx/Store.js +0 -3
- package/es/utils/businessUtil.js +3 -2
- package/es/utils/commonUtil.js +1 -76
- package/lib/assets/fonts/magic-box-iconfont.css +3 -47
- package/lib/assets/fonts/magic-box-iconfont.css.bak +3 -47
- package/lib/assets/fonts/magic-box-iconfont.js +1 -1
- package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -1
- package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
- package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
- package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
- package/lib/assets/less/slider.less +1 -49
- package/lib/common/ImagePicker/index.js +1 -9
- package/lib/common/LinkModal/AffiliateProductTable/index.js +3 -2
- package/lib/composite-comp/bol/components/Banner/index.js +42 -14
- package/lib/composite-comp/bol/components/Video/components/VideoTag/index.js +10 -49
- package/lib/composite-comp/bol/components/Video/components/VideoTag/index.less +5 -5
- package/lib/composite-comp/bol/components/Video/defaultJSON.js +0 -10
- package/lib/composite-comp/bol/components/Video/index.js +1 -23
- package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.js +8 -8
- package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.less +2 -2
- package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.js +7 -7
- package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.less +2 -2
- package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.js +7 -8
- package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.less +2 -6
- package/lib/composite-comp/bol/components/Video/mobile/index.js +49 -8
- package/lib/composite-comp/bol/components/Video/pc/Layout1/index.js +8 -8
- package/lib/composite-comp/bol/components/Video/pc/Layout1/index.less +2 -2
- package/lib/composite-comp/bol/components/Video/pc/Layout2/index.js +12 -14
- package/lib/composite-comp/bol/components/Video/pc/Layout2/index.less +4 -4
- package/lib/composite-comp/bol/components/Video/pc/Layout3/index.js +7 -7
- package/lib/composite-comp/bol/components/Video/pc/Layout3/index.less +2 -2
- package/lib/composite-comp/bol/components/Video/pc/Layout4/index.js +8 -8
- package/lib/composite-comp/bol/components/Video/pc/Layout4/index.less +4 -5
- package/lib/composite-comp/bol/components/Video/pc/Layout5/index.js +8 -8
- package/lib/composite-comp/bol/components/Video/pc/Layout5/index.less +10 -12
- package/lib/composite-comp/bol/config-panels/VideoConfig/index.js +1 -3
- package/lib/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +1 -10
- package/lib/composite-comp/common/config-panels/CustomizeConfig/index.js +3 -5
- package/lib/core/Designer/index.js +9 -30
- package/lib/locale/en/en.json +0 -4
- package/lib/locale/es/es.json +0 -4
- package/lib/locale/id/id.json +0 -4
- package/lib/meta-comp/config-panels/PlayIconConfig/index.less +2 -37
- package/lib/meta-comp/config-panels/TextConfig/index.js +1 -5
- package/lib/mobx/Store.js +0 -3
- package/lib/utils/businessUtil.js +3 -2
- package/lib/utils/commonUtil.js +1 -76
- package/package.json +1 -1
- package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back1.png +0 -0
- package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back2.png +0 -0
- package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back3.png +0 -0
- package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back4.png +0 -0
- package/es/core/Designer/AiImageGenerator/GenerateArtist/index.js +0 -72
- package/es/core/Designer/AiImageGenerator/GenerateArtist/index.less +0 -41
- package/es/core/Designer/AiImageGenerator/GenerateSize/index.js +0 -43
- package/es/core/Designer/AiImageGenerator/GenerateSize/index.less +0 -3
- package/es/core/Designer/AiImageGenerator/UploadReference/index.js +0 -45
- package/es/core/Designer/AiImageGenerator/UploadReference/index.less +0 -39
- package/es/core/Designer/AiImageGenerator/images/nodata.png +0 -0
- package/es/core/Designer/AiImageGenerator/index.js +0 -221
- package/es/core/Designer/AiImageGenerator/index.less +0 -79
- package/es/core/Designer/ChatRobot/index.js +0 -204
- package/es/core/Designer/ChatRobot/index.less +0 -74
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-01.svg +0 -4
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-02.svg +0 -4
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-03.svg +0 -4
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-04.svg +0 -4
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-05.svg +0 -3
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-01.svg +0 -4
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-02.svg +0 -4
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-03.svg +0 -4
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-04.svg +0 -4
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-05.svg +0 -3
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/index.js +0 -63
- package/es/meta-comp/config-panels/PlayIconConfig/index.js +0 -211
- package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back1.png +0 -0
- package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back2.png +0 -0
- package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back3.png +0 -0
- package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back4.png +0 -0
- package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.js +0 -72
- package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.less +0 -41
- package/lib/core/Designer/AiImageGenerator/GenerateSize/index.js +0 -43
- package/lib/core/Designer/AiImageGenerator/GenerateSize/index.less +0 -3
- package/lib/core/Designer/AiImageGenerator/UploadReference/index.js +0 -45
- package/lib/core/Designer/AiImageGenerator/UploadReference/index.less +0 -39
- package/lib/core/Designer/AiImageGenerator/images/nodata.png +0 -0
- package/lib/core/Designer/AiImageGenerator/index.js +0 -221
- package/lib/core/Designer/AiImageGenerator/index.less +0 -79
- package/lib/core/Designer/ChatRobot/index.js +0 -204
- package/lib/core/Designer/ChatRobot/index.less +0 -74
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-01.svg +0 -4
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-02.svg +0 -4
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-03.svg +0 -4
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-04.svg +0 -4
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-05.svg +0 -3
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-01.svg +0 -4
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-02.svg +0 -4
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-03.svg +0 -4
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-04.svg +0 -4
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-05.svg +0 -3
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/index.js +0 -63
- 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=
|
|
4
|
-
url('magic-box-iconfont.woff?t=
|
|
5
|
-
url('magic-box-iconfont.ttf?t=
|
|
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=
|
|
4
|
-
url('magic-box-iconfont.woff?t=
|
|
5
|
-
url('magic-box-iconfont.ttf?t=
|
|
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
|
}
|