@fonixtree/magic-design 1.0.111 → 1.0.113

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 (73) hide show
  1. package/es/assets/fonts/magic-box-iconfont.css +59 -7
  2. package/es/assets/fonts/magic-box-iconfont.js +1 -1
  3. package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
  4. package/es/assets/fonts/magic-box-iconfont.woff +0 -0
  5. package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
  6. package/es/composite-comp/common/components/ImageLabel/index.js +2 -2
  7. package/es/composite-comp/common/components/ImageLabel/index.less +16 -7
  8. package/es/composite-comp/common/components/ProductItem/index.js +35 -19
  9. package/es/composite-comp/common/components/ProductItem/index.less +9 -2
  10. package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +5 -3
  11. package/es/composite-comp/dito/components/PersonalInformation/mobile/images/avatar.png +0 -0
  12. package/es/composite-comp/dito/components/PersonalInformation/mobile/index.js +5 -7
  13. package/es/composite-comp/dito/components/Recommend/defaultJSON.js +24 -0
  14. package/es/composite-comp/dito/components/Recommend/mobile/index.less +2 -2
  15. package/es/composite-comp/dito/components/SearchBanner/defaultJSON.js +158 -0
  16. package/es/composite-comp/dito/components/SearchBanner/imgs/defaultImg.png +0 -0
  17. package/es/composite-comp/dito/components/SearchBanner/imgs/pcDefImg1.png +0 -0
  18. package/es/composite-comp/dito/components/SearchBanner/index.js +108 -0
  19. package/es/composite-comp/dito/components/SearchBanner/mobile/index.js +294 -0
  20. package/es/composite-comp/dito/components/SearchBanner/mobile/index.less +108 -0
  21. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +9 -1
  22. package/es/composite-comp/dito/config-panels/SearchBannerConfig/ConfigContent/index.js +192 -0
  23. package/es/composite-comp/dito/config-panels/SearchBannerConfig/ConfigContent/index.less +7 -0
  24. package/es/composite-comp/dito/config-panels/SearchBannerConfig/ConfigImageGroup/index.js +148 -0
  25. package/es/composite-comp/dito/config-panels/SearchBannerConfig/ConfigImageGroup/index.less +0 -0
  26. package/es/composite-comp/dito/config-panels/SearchBannerConfig/ConfigSetting/index.js +226 -0
  27. package/es/composite-comp/dito/config-panels/SearchBannerConfig/ConfigSetting/index.less +9 -0
  28. package/es/composite-comp/dito/config-panels/SearchBannerConfig/imgs/defaultImg.png +0 -0
  29. package/es/composite-comp/dito/config-panels/SearchBannerConfig/index.js +65 -0
  30. package/es/composite-comp/dito/second-config-panels/SearchBannerSecondConfig/index.js +98 -0
  31. package/es/constants/component-types.js +9 -3
  32. package/es/constants/index.js +4 -0
  33. package/es/core/Designer/ConfigPanel/index.js +1 -0
  34. package/es/locale/en/en.json +2 -0
  35. package/es/locale/es/es.json +2 -0
  36. package/es/locale/id/id.json +2 -0
  37. package/lib/assets/fonts/magic-box-iconfont.css +59 -7
  38. package/lib/assets/fonts/magic-box-iconfont.js +1 -1
  39. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  40. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  41. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  42. package/lib/composite-comp/common/components/ImageLabel/index.js +2 -2
  43. package/lib/composite-comp/common/components/ImageLabel/index.less +16 -7
  44. package/lib/composite-comp/common/components/ProductItem/index.js +35 -19
  45. package/lib/composite-comp/common/components/ProductItem/index.less +9 -2
  46. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +5 -3
  47. package/lib/composite-comp/dito/components/PersonalInformation/mobile/images/avatar.png +0 -0
  48. package/lib/composite-comp/dito/components/PersonalInformation/mobile/index.js +5 -7
  49. package/lib/composite-comp/dito/components/Recommend/defaultJSON.js +24 -0
  50. package/lib/composite-comp/dito/components/Recommend/mobile/index.less +2 -2
  51. package/lib/composite-comp/dito/components/SearchBanner/defaultJSON.js +158 -0
  52. package/lib/composite-comp/dito/components/SearchBanner/imgs/defaultImg.png +0 -0
  53. package/lib/composite-comp/dito/components/SearchBanner/imgs/pcDefImg1.png +0 -0
  54. package/lib/composite-comp/dito/components/SearchBanner/index.js +108 -0
  55. package/lib/composite-comp/dito/components/SearchBanner/mobile/index.js +294 -0
  56. package/lib/composite-comp/dito/components/SearchBanner/mobile/index.less +108 -0
  57. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +9 -1
  58. package/lib/composite-comp/dito/config-panels/SearchBannerConfig/ConfigContent/index.js +192 -0
  59. package/lib/composite-comp/dito/config-panels/SearchBannerConfig/ConfigContent/index.less +7 -0
  60. package/lib/composite-comp/dito/config-panels/SearchBannerConfig/ConfigImageGroup/index.js +148 -0
  61. package/lib/composite-comp/dito/config-panels/SearchBannerConfig/ConfigImageGroup/index.less +0 -0
  62. package/lib/composite-comp/dito/config-panels/SearchBannerConfig/ConfigSetting/index.js +226 -0
  63. package/lib/composite-comp/dito/config-panels/SearchBannerConfig/ConfigSetting/index.less +9 -0
  64. package/lib/composite-comp/dito/config-panels/SearchBannerConfig/imgs/defaultImg.png +0 -0
  65. package/lib/composite-comp/dito/config-panels/SearchBannerConfig/index.js +65 -0
  66. package/lib/composite-comp/dito/second-config-panels/SearchBannerSecondConfig/index.js +98 -0
  67. package/lib/constants/component-types.js +9 -3
  68. package/lib/constants/index.js +4 -0
  69. package/lib/core/Designer/ConfigPanel/index.js +1 -0
  70. package/lib/locale/en/en.json +2 -0
  71. package/lib/locale/es/es.json +2 -0
  72. package/lib/locale/id/id.json +2 -0
  73. package/package.json +1 -1
@@ -1,9 +1,9 @@
1
1
  @font-face {
2
2
  font-family: "magic-box-iconfont";
3
3
  /* Project id 3317752 */
4
- src: url('magic-box-iconfont.woff2?t=1717469468478') format('woff2'),
5
- url('magic-box-iconfont.woff?t=1717469468478') format('woff'),
6
- url('magic-box-iconfont.ttf?t=1717469468478') format('truetype');
4
+ src: url('magic-box-iconfont.woff2?t=1732721916699') format('woff2'),
5
+ url('magic-box-iconfont.woff?t=1732721916699') format('woff'),
6
+ url('magic-box-iconfont.ttf?t=1732721916699') format('truetype');
7
7
  }
8
8
 
9
9
  .magic-box-iconfont {
@@ -14,6 +14,62 @@
14
14
  -moz-osx-font-smoothing: grayscale;
15
15
  }
16
16
 
17
+ .magic-box-icon-chatbot:before {
18
+ content: "\e657";
19
+ }
20
+
21
+ .magic-box-icon-letter:before {
22
+ content: "\e656";
23
+ }
24
+
25
+ .magic-box-icon-a-EssentionalUI:before {
26
+ content: "\ea9a";
27
+ }
28
+
29
+ .magic-box-icon-chevron-right:before {
30
+ content: "\e654";
31
+ }
32
+
33
+ .magic-box-icon-star-circle:before {
34
+ content: "\e653";
35
+ }
36
+
37
+ .magic-box-icon-search-short:before {
38
+ content: "\e64d";
39
+ }
40
+
41
+ .magic-box-icon-basket-logo:before {
42
+ content: "\ea91";
43
+ }
44
+
45
+ .magic-box-icon-corner:before {
46
+ content: "\e651";
47
+ }
48
+
49
+ .magic-box-icon-border-radius:before {
50
+ content: "\e652";
51
+ }
52
+
53
+ .magic-box-icon-bike:before {
54
+ content: "\e650";
55
+ }
56
+
57
+ .magic-box-icon-time:before {
58
+ content: "\e64f";
59
+ }
60
+
61
+ .magic-box-icon-map-marker-star:before {
62
+ content: "\e64e";
63
+ }
64
+
65
+ .magic-box-icon-star-check:before {
66
+ content: "\e64a";
67
+ }
68
+
69
+ .magic-box-icon-share-points:before {
70
+ content: "\e64b";
71
+ }
72
+
17
73
  .magic-box-icon-bargain:before {
18
74
  content: "\e649";
19
75
  }
@@ -150,10 +206,6 @@
150
206
  content: "\e671";
151
207
  }
152
208
 
153
- .magic-box-icon-select2:before {
154
- content: "\e67a";
155
- }
156
-
157
209
  .magic-box-icon-b-play-02:before {
158
210
  content: "\e672";
159
211
  }