@fonixtree/magic-design 2.0.174 → 2.0.175

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 (41) hide show
  1. package/es/assets/fonts/magic-box-iconfont.css +10 -6
  2. package/es/assets/fonts/magic-box-iconfont.css.bak +59 -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/composite-comp/common/components/MonpayProductItem/index.js +17 -1
  9. package/es/composite-comp/common/components/MonpayProductItem/index.less +13 -0
  10. package/es/composite-comp/monpay/config-panels/MonpayRecommendConfig/RecommendConfigContent/index.js +2 -10
  11. package/es/composite-comp/public/components/Location/mobile/index.js +3 -208
  12. package/es/composite-comp/public/components/Location/mobile/index.less +0 -30
  13. package/es/composite-comp/public/components/Stores/mobile/StoreItem/index.js +16 -40
  14. package/es/composite-comp/public/components/Stores/mobile/StoreItem/index.less +1 -1
  15. package/es/composite-comp/public/components/Stores/mobile/index.js +209 -69
  16. package/es/locale/ar/ar.json +1 -0
  17. package/es/locale/en/en.json +1 -0
  18. package/es/locale/es/es.json +1 -0
  19. package/es/locale/mn/mn.json +1 -0
  20. package/lib/assets/fonts/magic-box-iconfont.css +10 -6
  21. package/lib/assets/fonts/magic-box-iconfont.css.bak +59 -3
  22. package/lib/assets/fonts/magic-box-iconfont.js +1 -1
  23. package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -1
  24. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  25. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  26. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  27. package/lib/composite-comp/common/components/MonpayProductItem/index.js +17 -1
  28. package/lib/composite-comp/common/components/MonpayProductItem/index.less +13 -0
  29. package/lib/composite-comp/monpay/config-panels/MonpayRecommendConfig/RecommendConfigContent/index.js +2 -10
  30. package/lib/composite-comp/public/components/Location/mobile/index.js +3 -208
  31. package/lib/composite-comp/public/components/Location/mobile/index.less +0 -30
  32. package/lib/composite-comp/public/components/Stores/mobile/StoreItem/index.js +16 -40
  33. package/lib/composite-comp/public/components/Stores/mobile/StoreItem/index.less +1 -1
  34. package/lib/composite-comp/public/components/Stores/mobile/index.js +209 -69
  35. package/lib/locale/ar/ar.json +1 -0
  36. package/lib/locale/en/en.json +1 -0
  37. package/lib/locale/es/es.json +1 -0
  38. package/lib/locale/mn/mn.json +1 -0
  39. package/package.json +1 -1
  40. package/es/assets/fonts/.DS_Store +0 -0
  41. package/lib/assets/fonts/.DS_Store +0 -0
@@ -1,9 +1,8 @@
1
1
  @font-face {
2
- font-family: "magic-box-iconfont";
3
- /* Project id 3317752 */
4
- src: url('magic-box-iconfont.woff2?t=1724808206413') format('woff2'),
5
- url('magic-box-iconfont.woff?t=1724808206413') format('woff'),
6
- url('magic-box-iconfont.ttf?t=1724808206413') format('truetype');
2
+ font-family: "magic-box-iconfont"; /* Project id 3317752 */
3
+ src: url('magic-box-iconfont.woff2?t=1726729418503') format('woff2'),
4
+ url('magic-box-iconfont.woff?t=1726729418503') format('woff'),
5
+ url('magic-box-iconfont.ttf?t=1726729418503') format('truetype');
7
6
  }
8
7
 
9
8
  .magic-box-iconfont {
@@ -14,6 +13,10 @@
14
13
  -moz-osx-font-smoothing: grayscale;
15
14
  }
16
15
 
16
+ .magic-box-icon-a-EssentionalUI:before {
17
+ content: "\ea9a";
18
+ }
19
+
17
20
  .magic-box-icon-chevron-right:before {
18
21
  content: "\e654";
19
22
  }
@@ -636,4 +639,5 @@
636
639
 
637
640
  .magic-box-icon-image:before {
638
641
  content: "\e608";
639
- }
642
+ }
643
+
@@ -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=1716881585254') format('woff2'),
4
- url('magic-box-iconfont.woff?t=1716881585254') format('woff'),
5
- url('magic-box-iconfont.ttf?t=1716881585254') format('truetype');
3
+ src: url('magic-box-iconfont.woff2?t=1726729418503') format('woff2'),
4
+ url('magic-box-iconfont.woff?t=1726729418503') format('woff'),
5
+ url('magic-box-iconfont.ttf?t=1726729418503') format('truetype');
6
6
  }
7
7
 
8
8
  .magic-box-iconfont {
@@ -13,6 +13,62 @@
13
13
  -moz-osx-font-smoothing: grayscale;
14
14
  }
15
15
 
16
+ .icon-a-EssentionalUI:before {
17
+ content: "\ea9a";
18
+ }
19
+
20
+ .icon-chevron-right:before {
21
+ content: "\e654";
22
+ }
23
+
24
+ .icon-star-circle:before {
25
+ content: "\e653";
26
+ }
27
+
28
+ .icon-search-short:before {
29
+ content: "\e64d";
30
+ }
31
+
32
+ .icon-basket-logo:before {
33
+ content: "\ea91";
34
+ }
35
+
36
+ .icon-corner:before {
37
+ content: "\e651";
38
+ }
39
+
40
+ .icon-border-radius:before {
41
+ content: "\e652";
42
+ }
43
+
44
+ .icon-bike:before {
45
+ content: "\e650";
46
+ }
47
+
48
+ .icon-time:before {
49
+ content: "\e64f";
50
+ }
51
+
52
+ .icon-map-marker-star:before {
53
+ content: "\e64e";
54
+ }
55
+
56
+ .icon-star-check:before {
57
+ content: "\e64a";
58
+ }
59
+
60
+ .icon-share-points:before {
61
+ content: "\e64b";
62
+ }
63
+
64
+ .icon-bargain:before {
65
+ content: "\e649";
66
+ }
67
+
68
+ .icon-kanjia:before {
69
+ content: "\e688";
70
+ }
71
+
16
72
  .icon-save:before {
17
73
  content: "\e646";
18
74
  }