@fonixtree/magic-design 1.0.5 → 2.0.2

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 (245) hide show
  1. package/es/assets/fonts/magic-box-iconfont.css +47 -3
  2. package/es/assets/fonts/magic-box-iconfont.css.bak +47 -3
  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 +49 -1
  9. package/es/common/ImageModal/index.js +35 -2
  10. package/es/common/ImagePicker/index.js +69 -9
  11. package/es/common/ImagePicker/index.less +1 -0
  12. package/es/common/LinkModal/AffiliateProductTable/index.js +348 -0
  13. package/es/common/LinkModal/CatgTable/index.js +6 -3
  14. package/es/common/LinkModal/FilteredProductModal/index.js +2 -2
  15. package/es/common/LinkModal/ProductDetailPage/index.js +1 -1
  16. package/es/common/LinkModal/index.js +6 -0
  17. package/es/composite-comp/bol/components/Banner/defaultJSON.js +1 -1
  18. package/es/composite-comp/bol/components/Banner/index.js +15 -1
  19. package/es/composite-comp/bol/components/Banner/mobile/index.js +1 -4
  20. package/es/composite-comp/bol/components/Banner/mobile/index.less +52 -78
  21. package/es/composite-comp/bol/components/Banner/pc/index.js +1 -4
  22. package/es/composite-comp/bol/components/Button/index.js +3 -4
  23. package/es/composite-comp/bol/components/Carousel/mobile/index.js +1 -4
  24. package/es/composite-comp/bol/components/Carousel/mobile/index.less +81 -100
  25. package/es/composite-comp/bol/components/Carousel/pc/index.js +1 -4
  26. package/es/composite-comp/bol/components/ImageGallery/mobile/index.js +1 -4
  27. package/es/composite-comp/bol/components/ImageGallery/mobile/index.less +15 -22
  28. package/es/composite-comp/bol/components/ImageGallery/pc/index.js +3 -4
  29. package/es/composite-comp/bol/components/ImageText/defaultJSON.js +11 -2
  30. package/es/composite-comp/bol/components/ImageText/mobile/index.js +1 -4
  31. package/es/composite-comp/bol/components/ImageText/mobile/index.less +233 -292
  32. package/es/composite-comp/bol/components/ImageText/pc/index.js +3 -4
  33. package/es/composite-comp/bol/components/Newsletter/index.js +1 -4
  34. package/es/composite-comp/bol/components/Tag/index.js +3 -4
  35. package/es/composite-comp/bol/components/Text/index.js +3 -4
  36. package/es/composite-comp/bol/components/Video/components/VideoTag/index.js +49 -10
  37. package/es/composite-comp/bol/components/Video/components/VideoTag/index.less +5 -5
  38. package/es/composite-comp/bol/components/Video/defaultJSON.js +10 -0
  39. package/es/composite-comp/bol/components/Video/index.js +23 -1
  40. package/es/composite-comp/bol/components/Video/mobile/Layout1/index.js +9 -12
  41. package/es/composite-comp/bol/components/Video/mobile/Layout1/index.less +21 -27
  42. package/es/composite-comp/bol/components/Video/mobile/Layout2/index.js +8 -11
  43. package/es/composite-comp/bol/components/Video/mobile/Layout2/index.less +36 -45
  44. package/es/composite-comp/bol/components/Video/mobile/Layout3/index.js +9 -11
  45. package/es/composite-comp/bol/components/Video/mobile/Layout3/index.less +43 -50
  46. package/es/composite-comp/bol/components/Video/mobile/index.js +8 -49
  47. package/es/composite-comp/bol/components/Video/mobile/index.less +2 -3
  48. package/es/composite-comp/bol/components/Video/pc/Layout1/index.js +9 -12
  49. package/es/composite-comp/bol/components/Video/pc/Layout1/index.less +2 -2
  50. package/es/composite-comp/bol/components/Video/pc/Layout2/index.js +15 -16
  51. package/es/composite-comp/bol/components/Video/pc/Layout2/index.less +4 -4
  52. package/es/composite-comp/bol/components/Video/pc/Layout3/index.js +8 -11
  53. package/es/composite-comp/bol/components/Video/pc/Layout3/index.less +2 -2
  54. package/es/composite-comp/bol/components/Video/pc/Layout4/index.js +9 -12
  55. package/es/composite-comp/bol/components/Video/pc/Layout4/index.less +5 -4
  56. package/es/composite-comp/bol/components/Video/pc/Layout5/index.js +9 -12
  57. package/es/composite-comp/bol/components/Video/pc/Layout5/index.less +12 -10
  58. package/es/composite-comp/bol/components/Wallet/mobile/index.js +1 -4
  59. package/es/composite-comp/bol/components/Wallet/mobile/index.less +27 -40
  60. package/es/composite-comp/bol/components/Wallet/pc/index.js +1 -4
  61. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +4 -0
  62. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +1 -1
  63. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +1 -1
  64. package/es/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.js +12 -2
  65. package/es/composite-comp/bol/config-panels/VideoConfig/index.js +3 -1
  66. package/es/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +10 -1
  67. package/es/composite-comp/common/config-panels/BackgroundConfig/index.js +12 -2
  68. package/es/composite-comp/common/config-panels/CustomizeConfig/index.js +5 -3
  69. package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +83 -97
  70. package/es/composite-comp/dito/components/MobileNavigation/mobile/index.less +18 -35
  71. package/es/composite-comp/dito/components/Recommend/mobile/index.less +73 -86
  72. package/es/composite-comp/dito/components/SearchBar/mobile/index.less +45 -52
  73. package/es/composite-comp/dito/components/SignBoard/mobile/index.less +76 -80
  74. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/AIRecommendation/index.js +1 -1
  75. package/es/constants/index.js +4 -2
  76. package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back1.png +0 -0
  77. package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back2.png +0 -0
  78. package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back3.png +0 -0
  79. package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back4.png +0 -0
  80. package/es/core/Designer/AiImageGenerator/GenerateArtist/index.js +72 -0
  81. package/es/core/Designer/AiImageGenerator/GenerateArtist/index.less +41 -0
  82. package/es/core/Designer/AiImageGenerator/GenerateSize/index.js +43 -0
  83. package/es/core/Designer/AiImageGenerator/GenerateSize/index.less +3 -0
  84. package/es/core/Designer/AiImageGenerator/History/index.js +141 -0
  85. package/es/core/Designer/AiImageGenerator/History/index.less +69 -0
  86. package/es/core/Designer/AiImageGenerator/UploadReference/index.js +45 -0
  87. package/es/core/Designer/AiImageGenerator/UploadReference/index.less +39 -0
  88. package/es/core/Designer/AiImageGenerator/images/nodata.png +0 -0
  89. package/es/core/Designer/AiImageGenerator/index.js +711 -0
  90. package/es/core/Designer/AiImageGenerator/index.less +140 -0
  91. package/es/core/Designer/ChatRobot/components/CopyBtn/index.js +49 -0
  92. package/es/core/Designer/ChatRobot/components/CopyBtn/index.less +0 -0
  93. package/es/core/Designer/ChatRobot/index.js +321 -0
  94. package/es/core/Designer/ChatRobot/index.less +130 -0
  95. package/es/core/Designer/ChatRobot/markdown.less +1 -0
  96. package/es/core/Designer/FonixtreeGpt/index.js +160 -0
  97. package/es/core/Designer/index.js +27 -8
  98. package/es/decorator/metaDecorator.js +1 -1
  99. package/es/locale/en/en.json +5 -0
  100. package/es/locale/es/es.json +5 -0
  101. package/es/locale/id/id.json +5 -0
  102. package/es/meta-comp/config-panels/ImageConfig/index.js +32 -11
  103. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-01.svg +4 -0
  104. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-02.svg +4 -0
  105. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-03.svg +4 -0
  106. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-04.svg +4 -0
  107. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-05.svg +3 -0
  108. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-01.svg +4 -0
  109. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-02.svg +4 -0
  110. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-03.svg +4 -0
  111. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-04.svg +4 -0
  112. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-05.svg +3 -0
  113. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/index.js +63 -0
  114. package/es/meta-comp/config-panels/PlayIconConfig/index.js +211 -0
  115. package/es/meta-comp/config-panels/PlayIconConfig/index.less +37 -2
  116. package/es/meta-comp/config-panels/TextConfig/index.js +5 -1
  117. package/es/mobx/Store.js +3 -0
  118. package/es/utils/androidUtil.js +2 -1
  119. package/es/utils/businessUtil.js +13 -0
  120. package/es/utils/commonUtil.js +142 -34
  121. package/es/utils/coreUtil.js +3 -4
  122. package/lib/assets/fonts/magic-box-iconfont.css +47 -3
  123. package/lib/assets/fonts/magic-box-iconfont.css.bak +47 -3
  124. package/lib/assets/fonts/magic-box-iconfont.js +1 -1
  125. package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -1
  126. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  127. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  128. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  129. package/lib/assets/less/slider.less +49 -1
  130. package/lib/common/ImageModal/index.js +35 -2
  131. package/lib/common/ImagePicker/index.js +69 -9
  132. package/lib/common/ImagePicker/index.less +1 -0
  133. package/lib/common/LinkModal/AffiliateProductTable/index.js +348 -0
  134. package/lib/common/LinkModal/CatgTable/index.js +6 -3
  135. package/lib/common/LinkModal/FilteredProductModal/index.js +2 -2
  136. package/lib/common/LinkModal/ProductDetailPage/index.js +1 -1
  137. package/lib/common/LinkModal/index.js +6 -0
  138. package/lib/composite-comp/bol/components/Banner/defaultJSON.js +1 -1
  139. package/lib/composite-comp/bol/components/Banner/index.js +15 -1
  140. package/lib/composite-comp/bol/components/Banner/mobile/index.js +1 -4
  141. package/lib/composite-comp/bol/components/Banner/mobile/index.less +52 -78
  142. package/lib/composite-comp/bol/components/Banner/pc/index.js +1 -4
  143. package/lib/composite-comp/bol/components/Button/index.js +3 -4
  144. package/lib/composite-comp/bol/components/Carousel/mobile/index.js +1 -4
  145. package/lib/composite-comp/bol/components/Carousel/mobile/index.less +81 -100
  146. package/lib/composite-comp/bol/components/Carousel/pc/index.js +1 -4
  147. package/lib/composite-comp/bol/components/ImageGallery/mobile/index.js +1 -4
  148. package/lib/composite-comp/bol/components/ImageGallery/mobile/index.less +15 -22
  149. package/lib/composite-comp/bol/components/ImageGallery/pc/index.js +3 -4
  150. package/lib/composite-comp/bol/components/ImageText/defaultJSON.js +11 -2
  151. package/lib/composite-comp/bol/components/ImageText/mobile/index.js +1 -4
  152. package/lib/composite-comp/bol/components/ImageText/mobile/index.less +233 -292
  153. package/lib/composite-comp/bol/components/ImageText/pc/index.js +3 -4
  154. package/lib/composite-comp/bol/components/Newsletter/index.js +1 -4
  155. package/lib/composite-comp/bol/components/Tag/index.js +3 -4
  156. package/lib/composite-comp/bol/components/Text/index.js +3 -4
  157. package/lib/composite-comp/bol/components/Video/components/VideoTag/index.js +49 -10
  158. package/lib/composite-comp/bol/components/Video/components/VideoTag/index.less +5 -5
  159. package/lib/composite-comp/bol/components/Video/defaultJSON.js +10 -0
  160. package/lib/composite-comp/bol/components/Video/index.js +23 -1
  161. package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.js +9 -12
  162. package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.less +21 -27
  163. package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.js +8 -11
  164. package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.less +36 -45
  165. package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.js +9 -11
  166. package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.less +43 -50
  167. package/lib/composite-comp/bol/components/Video/mobile/index.js +8 -49
  168. package/lib/composite-comp/bol/components/Video/mobile/index.less +2 -3
  169. package/lib/composite-comp/bol/components/Video/pc/Layout1/index.js +9 -12
  170. package/lib/composite-comp/bol/components/Video/pc/Layout1/index.less +2 -2
  171. package/lib/composite-comp/bol/components/Video/pc/Layout2/index.js +15 -16
  172. package/lib/composite-comp/bol/components/Video/pc/Layout2/index.less +4 -4
  173. package/lib/composite-comp/bol/components/Video/pc/Layout3/index.js +8 -11
  174. package/lib/composite-comp/bol/components/Video/pc/Layout3/index.less +2 -2
  175. package/lib/composite-comp/bol/components/Video/pc/Layout4/index.js +9 -12
  176. package/lib/composite-comp/bol/components/Video/pc/Layout4/index.less +5 -4
  177. package/lib/composite-comp/bol/components/Video/pc/Layout5/index.js +9 -12
  178. package/lib/composite-comp/bol/components/Video/pc/Layout5/index.less +12 -10
  179. package/lib/composite-comp/bol/components/Wallet/mobile/index.js +1 -4
  180. package/lib/composite-comp/bol/components/Wallet/mobile/index.less +27 -40
  181. package/lib/composite-comp/bol/components/Wallet/pc/index.js +1 -4
  182. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +4 -0
  183. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +1 -1
  184. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +1 -1
  185. package/lib/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.js +12 -2
  186. package/lib/composite-comp/bol/config-panels/VideoConfig/index.js +3 -1
  187. package/lib/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +10 -1
  188. package/lib/composite-comp/common/config-panels/BackgroundConfig/index.js +12 -2
  189. package/lib/composite-comp/common/config-panels/CustomizeConfig/index.js +5 -3
  190. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +83 -97
  191. package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.less +18 -35
  192. package/lib/composite-comp/dito/components/Recommend/mobile/index.less +73 -86
  193. package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +45 -52
  194. package/lib/composite-comp/dito/components/SignBoard/mobile/index.less +76 -80
  195. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/AIRecommendation/index.js +1 -1
  196. package/lib/constants/index.js +4 -2
  197. package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back1.png +0 -0
  198. package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back2.png +0 -0
  199. package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back3.png +0 -0
  200. package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back4.png +0 -0
  201. package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.js +72 -0
  202. package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.less +41 -0
  203. package/lib/core/Designer/AiImageGenerator/GenerateSize/index.js +43 -0
  204. package/lib/core/Designer/AiImageGenerator/GenerateSize/index.less +3 -0
  205. package/lib/core/Designer/AiImageGenerator/History/index.js +141 -0
  206. package/lib/core/Designer/AiImageGenerator/History/index.less +69 -0
  207. package/lib/core/Designer/AiImageGenerator/UploadReference/index.js +45 -0
  208. package/lib/core/Designer/AiImageGenerator/UploadReference/index.less +39 -0
  209. package/lib/core/Designer/AiImageGenerator/images/nodata.png +0 -0
  210. package/lib/core/Designer/AiImageGenerator/index.js +711 -0
  211. package/lib/core/Designer/AiImageGenerator/index.less +140 -0
  212. package/lib/core/Designer/ChatRobot/components/CopyBtn/index.js +49 -0
  213. package/lib/core/Designer/ChatRobot/components/CopyBtn/index.less +0 -0
  214. package/lib/core/Designer/ChatRobot/index.js +321 -0
  215. package/lib/core/Designer/ChatRobot/index.less +130 -0
  216. package/lib/core/Designer/ChatRobot/markdown.less +1 -0
  217. package/lib/core/Designer/FonixtreeGpt/index.js +160 -0
  218. package/lib/core/Designer/index.js +27 -8
  219. package/lib/decorator/metaDecorator.js +1 -1
  220. package/lib/locale/en/en.json +5 -0
  221. package/lib/locale/es/es.json +5 -0
  222. package/lib/locale/id/id.json +5 -0
  223. package/lib/meta-comp/config-panels/ImageConfig/index.js +32 -11
  224. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-01.svg +4 -0
  225. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-02.svg +4 -0
  226. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-03.svg +4 -0
  227. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-04.svg +4 -0
  228. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-05.svg +3 -0
  229. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-01.svg +4 -0
  230. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-02.svg +4 -0
  231. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-03.svg +4 -0
  232. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-04.svg +4 -0
  233. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-05.svg +3 -0
  234. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/index.js +63 -0
  235. package/lib/meta-comp/config-panels/PlayIconConfig/index.js +211 -0
  236. package/lib/meta-comp/config-panels/PlayIconConfig/index.less +37 -2
  237. package/lib/meta-comp/config-panels/TextConfig/index.js +5 -1
  238. package/lib/mobx/Store.js +3 -0
  239. package/lib/utils/androidUtil.js +2 -1
  240. package/lib/utils/businessUtil.js +13 -0
  241. package/lib/utils/commonUtil.js +142 -34
  242. package/lib/utils/coreUtil.js +3 -4
  243. package/package.json +2 -1
  244. package/es/assets/fonts/.DS_Store +0 -0
  245. package/lib/assets/fonts/.DS_Store +0 -0
@@ -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=1686648198297') format('woff2'),
4
- url('magic-box-iconfont.woff?t=1686648198297') format('woff'),
5
- url('magic-box-iconfont.ttf?t=1686648198297') 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,6 +13,50 @@
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
+
16
60
  .magic-box-icon-ListBullets02:before {
17
61
  content: "\e670";
18
62
  }
@@ -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=1686648198297') format('woff2'),
4
- url('magic-box-iconfont.woff?t=1686648198297') format('woff'),
5
- url('magic-box-iconfont.ttf?t=1686648198297') 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,6 +13,50 @@
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
+
16
60
  .icon-ListBullets02:before {
17
61
  content: "\e670";
18
62
  }