@fonixtree/magic-design 2.0.109 → 2.0.110

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 (77) hide show
  1. package/es/assets/fonts/magic-box-iconfont.css +22 -10
  2. package/es/assets/fonts/magic-box-iconfont.css.bak +71 -7
  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/common/ImageModal/index.js +52 -50
  9. package/es/common/LinkModal/AffiliateProductTable/index.js +15 -27
  10. package/es/common/LinkModal/AffiliateStore/index.js +11 -23
  11. package/es/common/LinkModal/BundleCampaign/index.js +15 -27
  12. package/es/common/LinkModal/CatgTable/index.js +3 -11
  13. package/es/common/LinkModal/CouponTable/index.js +3 -11
  14. package/es/common/LinkModal/CustomTable/index.js +3 -11
  15. package/es/common/LinkModal/FilteredProductModal/index.js +23 -37
  16. package/es/common/LinkModal/FunctionTable/index.js +4 -11
  17. package/es/common/LinkModal/MiniAppApi/index.js +4 -12
  18. package/es/common/LinkModal/MiniAppTable/index.js +3 -11
  19. package/es/common/LinkModal/ProductDetailPage/index.js +26 -38
  20. package/es/common/LinkModal/SelectVideoModal/index.js +10 -18
  21. package/es/common/LinkModal/ShareUrl/index.js +3 -11
  22. package/es/common/LinkModal/StoreCatgTable/index.js +3 -11
  23. package/es/common/LinkModal/StoreTable/index.js +11 -23
  24. package/es/common/LinkModal/index.js +8 -19
  25. package/es/common/VideoUpload/index.js +1 -0
  26. package/es/composite-comp/dito/components/Orders/mobile/index.js +8 -6
  27. package/es/composite-comp/dito/components/PersonalInformation/mobile/index.js +8 -6
  28. package/es/composite-comp/monpay/components/InterestProducts/mobile/index.js +11 -6
  29. package/es/composite-comp/monpay/components/MonpayFlashDeal/mobile/index.js +5 -2
  30. package/es/constants/index.js +21 -4
  31. package/es/core/Designer/QuickMenuBar/index.js +59 -10
  32. package/es/core/Designer/index.js +21 -3
  33. package/es/core/SelectUrl/index.js +0 -1
  34. package/es/index.js +0 -8
  35. package/es/utils/androidUtil.js +5 -2
  36. package/es/utils/commonUtil.js +2 -2
  37. package/es/utils/coreUtil.js +12 -2
  38. package/lib/assets/fonts/magic-box-iconfont.css +22 -10
  39. package/lib/assets/fonts/magic-box-iconfont.css.bak +71 -7
  40. package/lib/assets/fonts/magic-box-iconfont.js +1 -1
  41. package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -1
  42. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  43. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  44. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  45. package/lib/common/ImageModal/index.js +52 -50
  46. package/lib/common/LinkModal/AffiliateProductTable/index.js +15 -27
  47. package/lib/common/LinkModal/AffiliateStore/index.js +11 -23
  48. package/lib/common/LinkModal/BundleCampaign/index.js +15 -27
  49. package/lib/common/LinkModal/CatgTable/index.js +3 -11
  50. package/lib/common/LinkModal/CouponTable/index.js +3 -11
  51. package/lib/common/LinkModal/CustomTable/index.js +3 -11
  52. package/lib/common/LinkModal/FilteredProductModal/index.js +23 -37
  53. package/lib/common/LinkModal/FunctionTable/index.js +4 -11
  54. package/lib/common/LinkModal/MiniAppApi/index.js +4 -12
  55. package/lib/common/LinkModal/MiniAppTable/index.js +3 -11
  56. package/lib/common/LinkModal/ProductDetailPage/index.js +26 -38
  57. package/lib/common/LinkModal/SelectVideoModal/index.js +10 -18
  58. package/lib/common/LinkModal/ShareUrl/index.js +3 -11
  59. package/lib/common/LinkModal/StoreCatgTable/index.js +3 -11
  60. package/lib/common/LinkModal/StoreTable/index.js +11 -23
  61. package/lib/common/LinkModal/index.js +8 -19
  62. package/lib/common/VideoUpload/index.js +1 -0
  63. package/lib/composite-comp/dito/components/Orders/mobile/index.js +8 -6
  64. package/lib/composite-comp/dito/components/PersonalInformation/mobile/index.js +8 -6
  65. package/lib/composite-comp/monpay/components/InterestProducts/mobile/index.js +11 -6
  66. package/lib/composite-comp/monpay/components/MonpayFlashDeal/mobile/index.js +5 -2
  67. package/lib/constants/index.js +21 -4
  68. package/lib/core/Designer/QuickMenuBar/index.js +59 -10
  69. package/lib/core/Designer/index.js +21 -3
  70. package/lib/core/SelectUrl/index.js +0 -1
  71. package/lib/index.js +0 -8
  72. package/lib/utils/androidUtil.js +5 -2
  73. package/lib/utils/commonUtil.js +2 -2
  74. package/lib/utils/coreUtil.js +12 -2
  75. package/package.json +1 -1
  76. package/es/assets/fonts/.DS_Store +0 -0
  77. 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=1716443961517') format('woff2'),
5
- url('magic-box-iconfont.woff?t=1716443961517') format('woff'),
6
- url('magic-box-iconfont.ttf?t=1716443961517') format('truetype');
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');
7
6
  }
8
7
 
9
8
  .magic-box-iconfont {
@@ -14,6 +13,22 @@
14
13
  -moz-osx-font-smoothing: grayscale;
15
14
  }
16
15
 
16
+ .magic-box-icon-save:before {
17
+ content: "\e646";
18
+ }
19
+
20
+ .magic-box-icon-eye1:before {
21
+ content: "\e647";
22
+ }
23
+
24
+ .magic-box-icon-clock:before {
25
+ content: "\e648";
26
+ }
27
+
28
+ .magic-box-icon-select2:before {
29
+ content: "\e67a";
30
+ }
31
+
17
32
  .magic-box-icon-list-sort:before {
18
33
  content: "\e645";
19
34
  }
@@ -126,10 +141,6 @@
126
141
  content: "\e671";
127
142
  }
128
143
 
129
- .magic-box-icon-select2:before {
130
- content: "\e67a";
131
- }
132
-
133
144
  .magic-box-icon-b-play-02:before {
134
145
  content: "\e672";
135
146
  }
@@ -572,4 +583,5 @@
572
583
 
573
584
  .magic-box-icon-image:before {
574
585
  content: "\e608";
575
- }
586
+ }
587
+
@@ -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=1704245006151') format('woff2'),
4
- url('magic-box-iconfont.woff?t=1704245006151') format('woff'),
5
- url('magic-box-iconfont.ttf?t=1704245006151') format('truetype');
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');
6
6
  }
7
7
 
8
8
  .magic-box-iconfont {
@@ -13,6 +13,74 @@
13
13
  -moz-osx-font-smoothing: grayscale;
14
14
  }
15
15
 
16
+ .icon-save:before {
17
+ content: "\e646";
18
+ }
19
+
20
+ .icon-eye1:before {
21
+ content: "\e647";
22
+ }
23
+
24
+ .icon-clock:before {
25
+ content: "\e648";
26
+ }
27
+
28
+ .icon-select2:before {
29
+ content: "\e67a";
30
+ }
31
+
32
+ .icon-list-sort:before {
33
+ content: "\e645";
34
+ }
35
+
36
+ .icon-check:before {
37
+ content: "\e644";
38
+ }
39
+
40
+ .icon-sale:before {
41
+ content: "\e78b";
42
+ }
43
+
44
+ .icon-bundle:before {
45
+ content: "\e6cb";
46
+ }
47
+
48
+ .icon-interests:before {
49
+ content: "\e829";
50
+ }
51
+
52
+ .icon-group-users:before {
53
+ content: "\e60a";
54
+ }
55
+
56
+ .icon-group-buy:before {
57
+ content: "\e643";
58
+ }
59
+
60
+ .icon-orders:before {
61
+ content: "\e64c";
62
+ }
63
+
64
+ .icon-function:before {
65
+ content: "\e6d1";
66
+ }
67
+
68
+ .icon-messages:before {
69
+ content: "\e600";
70
+ }
71
+
72
+ .icon-set:before {
73
+ content: "\e601";
74
+ }
75
+
76
+ .icon-cards_fill:before {
77
+ content: "\e7a6";
78
+ }
79
+
80
+ .icon-account:before {
81
+ content: "\e655";
82
+ }
83
+
16
84
  .icon-anchor:before {
17
85
  content: "\e642";
18
86
  }
@@ -73,10 +141,6 @@
73
141
  content: "\e671";
74
142
  }
75
143
 
76
- .icon-select2:before {
77
- content: "\e67a";
78
- }
79
-
80
144
  .icon-b-play-02:before {
81
145
  content: "\e672";
82
146
  }