@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.
Files changed (91) hide show
  1. package/es/assets/fonts/magic-box-iconfont.css +13 -13
  2. package/es/assets/fonts/magic-box-iconfont.css.bak +13 -13
  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/composite-comp/bol/components/Banner/index.js +42 -0
  9. package/es/composite-comp/bol/components/Video/components/VideoTag/index.js +5 -5
  10. package/es/composite-comp/bol/components/Video/components/VideoTag/index.less +2 -2
  11. package/es/composite-comp/bol/components/Video/defaultJSON.js +10 -0
  12. package/es/composite-comp/bol/components/Video/index.js +24 -0
  13. package/es/composite-comp/bol/components/Video/mobile/Layout1/index.js +6 -6
  14. package/es/composite-comp/bol/components/Video/mobile/Layout1/index.less +2 -2
  15. package/es/composite-comp/bol/components/Video/mobile/Layout2/index.js +6 -6
  16. package/es/composite-comp/bol/components/Video/mobile/Layout2/index.less +2 -2
  17. package/es/composite-comp/bol/components/Video/mobile/Layout3/index.js +6 -6
  18. package/es/composite-comp/bol/components/Video/mobile/Layout3/index.less +2 -2
  19. package/es/composite-comp/bol/components/Video/pc/Layout1/index.js +6 -6
  20. package/es/composite-comp/bol/components/Video/pc/Layout1/index.less +2 -2
  21. package/es/composite-comp/bol/components/Video/pc/Layout2/index.js +10 -10
  22. package/es/composite-comp/bol/components/Video/pc/Layout2/index.less +4 -4
  23. package/es/composite-comp/bol/components/Video/pc/Layout3/index.js +6 -6
  24. package/es/composite-comp/bol/components/Video/pc/Layout3/index.less +2 -2
  25. package/es/composite-comp/bol/components/Video/pc/Layout4/index.js +6 -6
  26. package/es/composite-comp/bol/components/Video/pc/Layout4/index.less +2 -2
  27. package/es/composite-comp/bol/components/Video/pc/Layout5/index.js +6 -6
  28. package/es/composite-comp/bol/components/Video/pc/Layout5/index.less +2 -2
  29. package/es/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +10 -1
  30. package/es/locale/en/en.json +2 -0
  31. package/es/locale/es/es.json +2 -0
  32. package/es/locale/id/id.json +2 -0
  33. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-01.svg +4 -0
  34. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-02.svg +4 -0
  35. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-03.svg +4 -0
  36. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-04.svg +4 -0
  37. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-05.svg +3 -0
  38. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-01.svg +4 -0
  39. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-02.svg +4 -0
  40. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-03.svg +4 -0
  41. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-04.svg +4 -0
  42. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-05.svg +3 -0
  43. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/index.js +198 -0
  44. package/es/meta-comp/config-panels/PlayIconConfig/index.js +211 -0
  45. package/es/meta-comp/config-panels/PlayIconConfig/index.less +37 -2
  46. package/lib/assets/fonts/magic-box-iconfont.css +13 -13
  47. package/lib/assets/fonts/magic-box-iconfont.css.bak +13 -13
  48. package/lib/assets/fonts/magic-box-iconfont.js +1 -1
  49. package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -1
  50. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  51. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  52. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  53. package/lib/composite-comp/bol/components/Banner/index.js +42 -0
  54. package/lib/composite-comp/bol/components/Video/components/VideoTag/index.js +5 -5
  55. package/lib/composite-comp/bol/components/Video/components/VideoTag/index.less +2 -2
  56. package/lib/composite-comp/bol/components/Video/defaultJSON.js +10 -0
  57. package/lib/composite-comp/bol/components/Video/index.js +24 -0
  58. package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.js +6 -6
  59. package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.less +2 -2
  60. package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.js +6 -6
  61. package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.less +2 -2
  62. package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.js +6 -6
  63. package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.less +2 -2
  64. package/lib/composite-comp/bol/components/Video/pc/Layout1/index.js +6 -6
  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 +10 -10
  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 +6 -6
  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 +6 -6
  71. package/lib/composite-comp/bol/components/Video/pc/Layout4/index.less +2 -2
  72. package/lib/composite-comp/bol/components/Video/pc/Layout5/index.js +6 -6
  73. package/lib/composite-comp/bol/components/Video/pc/Layout5/index.less +2 -2
  74. package/lib/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +10 -1
  75. package/lib/locale/en/en.json +2 -0
  76. package/lib/locale/es/es.json +2 -0
  77. package/lib/locale/id/id.json +2 -0
  78. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-01.svg +4 -0
  79. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-02.svg +4 -0
  80. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-03.svg +4 -0
  81. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-04.svg +4 -0
  82. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-05.svg +3 -0
  83. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-01.svg +4 -0
  84. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-02.svg +4 -0
  85. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-03.svg +4 -0
  86. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-04.svg +4 -0
  87. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-05.svg +3 -0
  88. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/index.js +198 -0
  89. package/lib/meta-comp/config-panels/PlayIconConfig/index.js +211 -0
  90. package/lib/meta-comp/config-panels/PlayIconConfig/index.less +37 -2
  91. 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=1687310060792') format('woff2'),
4
- url('magic-box-iconfont.woff?t=1687310060792') format('woff'),
5
- url('magic-box-iconfont.ttf?t=1687310060792') format('truetype');
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-pla.magic-box-icon-03:before {
16
+ .magic-box-icon-w-play-03:before {
17
17
  content: "\e67b";
18
18
  }
19
19
 
20
- .magic-box-icon-b-pla.magic-box-icon-03:before {
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-pla.magic-box-icon-02:before {
28
+ .magic-box-icon-b-play-02:before {
29
29
  content: "\e672";
30
30
  }
31
31
 
32
- .magic-box-icon-b-pla.magic-box-icon-05:before {
32
+ .magic-box-icon-b-play-05:before {
33
33
  content: "\e673";
34
34
  }
35
35
 
36
- .magic-box-icon-b-pla.magic-box-icon-01:before {
36
+ .magic-box-icon-b-play-01:before {
37
37
  content: "\e674";
38
38
  }
39
39
 
40
- .magic-box-icon-w-pla.magic-box-icon-01:before {
40
+ .magic-box-icon-w-play-01:before {
41
41
  content: "\e675";
42
42
  }
43
43
 
44
- .magic-box-icon-w-pla.magic-box-icon-04:before {
44
+ .magic-box-icon-w-play-04:before {
45
45
  content: "\e676";
46
46
  }
47
47
 
48
- .magic-box-icon-w-pla.magic-box-icon-02:before {
48
+ .magic-box-icon-w-play-02:before {
49
49
  content: "\e677";
50
50
  }
51
51
 
52
- .magic-box-icon-b-pla.magic-box-icon-04:before {
52
+ .magic-box-icon-b-play-04:before {
53
53
  content: "\e678";
54
54
  }
55
55
 
56
- .magic-box-icon-w-pla.magic-box-icon-05:before {
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=1687310060792') format('woff2'),
4
- url('magic-box-iconfont.woff?t=1687310060792') format('woff'),
5
- url('magic-box-iconfont.ttf?t=1687310060792') format('truetype');
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-playicon-03:before {
16
+ .icon-w-play-03:before {
17
17
  content: "\e67b";
18
18
  }
19
19
 
20
- .icon-b-playicon-03:before {
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-playicon-02:before {
28
+ .icon-b-play-02:before {
29
29
  content: "\e672";
30
30
  }
31
31
 
32
- .icon-b-playicon-05:before {
32
+ .icon-b-play-05:before {
33
33
  content: "\e673";
34
34
  }
35
35
 
36
- .icon-b-playicon-01:before {
36
+ .icon-b-play-01:before {
37
37
  content: "\e674";
38
38
  }
39
39
 
40
- .icon-w-playicon-01:before {
40
+ .icon-w-play-01:before {
41
41
  content: "\e675";
42
42
  }
43
43
 
44
- .icon-w-playicon-04:before {
44
+ .icon-w-play-04:before {
45
45
  content: "\e676";
46
46
  }
47
47
 
48
- .icon-w-playicon-02:before {
48
+ .icon-w-play-02:before {
49
49
  content: "\e677";
50
50
  }
51
51
 
52
- .icon-b-playicon-04:before {
52
+ .icon-b-play-04:before {
53
53
  content: "\e678";
54
54
  }
55
55
 
56
- .icon-w-playicon-05:before {
56
+ .icon-w-play-05:before {
57
57
  content: "\e679";
58
58
  }
59
59