@fonixtree/magic-design 0.1.59 → 0.1.61
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 +13 -13
- package/es/assets/fonts/magic-box-iconfont.css.bak +13 -13
- 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/composite-comp/bol/components/Banner/index.js +42 -0
- package/es/composite-comp/bol/components/Video/components/VideoTag/index.js +5 -5
- package/es/composite-comp/bol/components/Video/components/VideoTag/index.less +2 -2
- package/es/composite-comp/bol/components/Video/defaultJSON.js +10 -0
- package/es/composite-comp/bol/components/Video/index.js +24 -0
- package/es/composite-comp/bol/components/Video/mobile/Layout1/index.js +6 -6
- package/es/composite-comp/bol/components/Video/mobile/Layout1/index.less +2 -2
- package/es/composite-comp/bol/components/Video/mobile/Layout2/index.js +6 -6
- package/es/composite-comp/bol/components/Video/mobile/Layout2/index.less +2 -2
- package/es/composite-comp/bol/components/Video/mobile/Layout3/index.js +6 -6
- package/es/composite-comp/bol/components/Video/mobile/Layout3/index.less +2 -2
- package/es/composite-comp/bol/components/Video/pc/Layout1/index.js +6 -6
- package/es/composite-comp/bol/components/Video/pc/Layout1/index.less +2 -2
- package/es/composite-comp/bol/components/Video/pc/Layout2/index.js +10 -10
- package/es/composite-comp/bol/components/Video/pc/Layout2/index.less +4 -4
- package/es/composite-comp/bol/components/Video/pc/Layout3/index.js +6 -6
- package/es/composite-comp/bol/components/Video/pc/Layout3/index.less +2 -2
- package/es/composite-comp/bol/components/Video/pc/Layout4/index.js +6 -6
- package/es/composite-comp/bol/components/Video/pc/Layout4/index.less +2 -2
- package/es/composite-comp/bol/components/Video/pc/Layout5/index.js +6 -6
- package/es/composite-comp/bol/components/Video/pc/Layout5/index.less +2 -2
- package/es/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +10 -1
- package/es/locale/en/en.json +2 -0
- package/es/locale/es/es.json +2 -0
- package/es/locale/id/id.json +2 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-01.svg +4 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-02.svg +4 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-03.svg +4 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-04.svg +4 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-05.svg +3 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-01.svg +4 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-02.svg +4 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-03.svg +4 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-04.svg +4 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-05.svg +3 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/index.js +198 -0
- package/es/meta-comp/config-panels/PlayIconConfig/index.js +211 -0
- package/es/meta-comp/config-panels/PlayIconConfig/index.less +37 -2
- package/lib/assets/fonts/magic-box-iconfont.css +13 -13
- package/lib/assets/fonts/magic-box-iconfont.css.bak +13 -13
- 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/composite-comp/bol/components/Banner/index.js +42 -0
- package/lib/composite-comp/bol/components/Video/components/VideoTag/index.js +5 -5
- package/lib/composite-comp/bol/components/Video/components/VideoTag/index.less +2 -2
- package/lib/composite-comp/bol/components/Video/defaultJSON.js +10 -0
- package/lib/composite-comp/bol/components/Video/index.js +24 -0
- package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.js +6 -6
- package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.less +2 -2
- package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.js +6 -6
- package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.less +2 -2
- package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.js +6 -6
- package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.less +2 -2
- package/lib/composite-comp/bol/components/Video/pc/Layout1/index.js +6 -6
- package/lib/composite-comp/bol/components/Video/pc/Layout1/index.less +2 -2
- package/lib/composite-comp/bol/components/Video/pc/Layout2/index.js +10 -10
- package/lib/composite-comp/bol/components/Video/pc/Layout2/index.less +4 -4
- package/lib/composite-comp/bol/components/Video/pc/Layout3/index.js +6 -6
- package/lib/composite-comp/bol/components/Video/pc/Layout3/index.less +2 -2
- package/lib/composite-comp/bol/components/Video/pc/Layout4/index.js +6 -6
- package/lib/composite-comp/bol/components/Video/pc/Layout4/index.less +2 -2
- package/lib/composite-comp/bol/components/Video/pc/Layout5/index.js +6 -6
- package/lib/composite-comp/bol/components/Video/pc/Layout5/index.less +2 -2
- package/lib/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +10 -1
- package/lib/locale/en/en.json +2 -0
- package/lib/locale/es/es.json +2 -0
- package/lib/locale/id/id.json +2 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-01.svg +4 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-02.svg +4 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-03.svg +4 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-04.svg +4 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-05.svg +3 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-01.svg +4 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-02.svg +4 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-03.svg +4 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-04.svg +4 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-05.svg +3 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/index.js +198 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/index.js +211 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/index.less +37 -2
- package/package.json +1 -1
|
@@ -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=1687675025610') format('woff2'),
|
|
4
|
+
url('magic-box-iconfont.woff?t=1687675025610') format('woff'),
|
|
5
|
+
url('magic-box-iconfont.ttf?t=1687675025610') format('truetype');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.magic-box-iconfont {
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
-moz-osx-font-smoothing: grayscale;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.magic-box-icon-w-
|
|
16
|
+
.magic-box-icon-w-play-03:before {
|
|
17
17
|
content: "\e67b";
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.magic-box-icon-b-
|
|
20
|
+
.magic-box-icon-b-play-03:before {
|
|
21
21
|
content: "\e671";
|
|
22
22
|
}
|
|
23
23
|
|
|
@@ -25,35 +25,35 @@
|
|
|
25
25
|
content: "\e67a";
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.magic-box-icon-b-
|
|
28
|
+
.magic-box-icon-b-play-02:before {
|
|
29
29
|
content: "\e672";
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.magic-box-icon-b-
|
|
32
|
+
.magic-box-icon-b-play-05:before {
|
|
33
33
|
content: "\e673";
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.magic-box-icon-b-
|
|
36
|
+
.magic-box-icon-b-play-01:before {
|
|
37
37
|
content: "\e674";
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.magic-box-icon-w-
|
|
40
|
+
.magic-box-icon-w-play-01:before {
|
|
41
41
|
content: "\e675";
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.magic-box-icon-w-
|
|
44
|
+
.magic-box-icon-w-play-04:before {
|
|
45
45
|
content: "\e676";
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.magic-box-icon-w-
|
|
48
|
+
.magic-box-icon-w-play-02:before {
|
|
49
49
|
content: "\e677";
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
.magic-box-icon-b-
|
|
52
|
+
.magic-box-icon-b-play-04:before {
|
|
53
53
|
content: "\e678";
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
.magic-box-icon-w-
|
|
56
|
+
.magic-box-icon-w-play-05:before {
|
|
57
57
|
content: "\e679";
|
|
58
58
|
}
|
|
59
59
|
|
|
@@ -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=1687675025610') format('woff2'),
|
|
4
|
+
url('magic-box-iconfont.woff?t=1687675025610') format('woff'),
|
|
5
|
+
url('magic-box-iconfont.ttf?t=1687675025610') format('truetype');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.magic-box-iconfont {
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
-moz-osx-font-smoothing: grayscale;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.icon-w-
|
|
16
|
+
.icon-w-play-03:before {
|
|
17
17
|
content: "\e67b";
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.icon-b-
|
|
20
|
+
.icon-b-play-03:before {
|
|
21
21
|
content: "\e671";
|
|
22
22
|
}
|
|
23
23
|
|
|
@@ -25,35 +25,35 @@
|
|
|
25
25
|
content: "\e67a";
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.icon-b-
|
|
28
|
+
.icon-b-play-02:before {
|
|
29
29
|
content: "\e672";
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.icon-b-
|
|
32
|
+
.icon-b-play-05:before {
|
|
33
33
|
content: "\e673";
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.icon-b-
|
|
36
|
+
.icon-b-play-01:before {
|
|
37
37
|
content: "\e674";
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.icon-w-
|
|
40
|
+
.icon-w-play-01:before {
|
|
41
41
|
content: "\e675";
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.icon-w-
|
|
44
|
+
.icon-w-play-04:before {
|
|
45
45
|
content: "\e676";
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.icon-w-
|
|
48
|
+
.icon-w-play-02:before {
|
|
49
49
|
content: "\e677";
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
.icon-b-
|
|
52
|
+
.icon-b-play-04:before {
|
|
53
53
|
content: "\e678";
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
.icon-w-
|
|
56
|
+
.icon-w-play-05:before {
|
|
57
57
|
content: "\e679";
|
|
58
58
|
}
|
|
59
59
|
|