@fonixtree/magic-design 2.0.61 → 2.0.63

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 (57) hide show
  1. package/es/assets/fonts/.DS_Store +0 -0
  2. package/es/assets/fonts/magic-box-iconfont.css +18 -6
  3. package/es/assets/fonts/magic-box-iconfont.css.bak +15 -12
  4. package/es/assets/fonts/magic-box-iconfont.js +1 -5
  5. package/es/assets/fonts/magic-box-iconfont.js.bak +1 -5
  6. package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
  7. package/es/assets/fonts/magic-box-iconfont.woff +0 -0
  8. package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
  9. package/es/composite-comp/bol/components/Video/index.js +1 -2
  10. package/es/composite-comp/common/components/AffiliateProductItem/index.less +17 -1
  11. package/es/composite-comp/common/components/ProductItem/index.less +4 -1
  12. package/es/composite-comp/dito/components/AffiliateRecommend/mobile/index.js +6 -5
  13. package/es/composite-comp/dito/components/AffiliateRecommend/mobile/index.less +1 -12
  14. package/es/composite-comp/dito/components/AffiliateRecommend/pc/index.js +6 -5
  15. package/es/composite-comp/dito/components/FlashDeal/mobile/index.js +8 -6
  16. package/es/composite-comp/dito/components/FlashDeal/pc/index.js +8 -6
  17. package/es/composite-comp/dito/components/HeadNavigation/defaultJSON.js +87 -0
  18. package/es/composite-comp/dito/components/MenuNavigation/defaultJSON.js +79 -0
  19. package/es/composite-comp/dito/components/Recommend/mobile/index.js +6 -5
  20. package/es/composite-comp/dito/components/Recommend/pc/index.js +6 -5
  21. package/es/core/Designer/ChatRobot/index.js +18 -14
  22. package/es/core/Designer/ChatRobot/index.less +30 -9
  23. package/es/core/Designer/RenderHtml/index.js +18 -15
  24. package/es/core/Designer/RenderHtml/index.less +1 -1
  25. package/es/core/Designer/ToolBarModal/index.js +8 -7
  26. package/es/core/Designer/index.js +7 -0
  27. package/es/meta-comp/components/Text/formats/textAlign.js +58 -0
  28. package/es/meta-comp/components/Text/index.js +2 -0
  29. package/lib/assets/fonts/.DS_Store +0 -0
  30. package/lib/assets/fonts/magic-box-iconfont.css +18 -6
  31. package/lib/assets/fonts/magic-box-iconfont.css.bak +15 -12
  32. package/lib/assets/fonts/magic-box-iconfont.js +1 -5
  33. package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -5
  34. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  35. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  36. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  37. package/lib/composite-comp/bol/components/Video/index.js +1 -2
  38. package/lib/composite-comp/common/components/AffiliateProductItem/index.less +17 -1
  39. package/lib/composite-comp/common/components/ProductItem/index.less +4 -1
  40. package/lib/composite-comp/dito/components/AffiliateRecommend/mobile/index.js +6 -5
  41. package/lib/composite-comp/dito/components/AffiliateRecommend/mobile/index.less +1 -12
  42. package/lib/composite-comp/dito/components/AffiliateRecommend/pc/index.js +6 -5
  43. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.js +8 -6
  44. package/lib/composite-comp/dito/components/FlashDeal/pc/index.js +8 -6
  45. package/lib/composite-comp/dito/components/HeadNavigation/defaultJSON.js +87 -0
  46. package/lib/composite-comp/dito/components/MenuNavigation/defaultJSON.js +79 -0
  47. package/lib/composite-comp/dito/components/Recommend/mobile/index.js +6 -5
  48. package/lib/composite-comp/dito/components/Recommend/pc/index.js +6 -5
  49. package/lib/core/Designer/ChatRobot/index.js +18 -14
  50. package/lib/core/Designer/ChatRobot/index.less +30 -9
  51. package/lib/core/Designer/RenderHtml/index.js +18 -15
  52. package/lib/core/Designer/RenderHtml/index.less +1 -1
  53. package/lib/core/Designer/ToolBarModal/index.js +8 -7
  54. package/lib/core/Designer/index.js +7 -0
  55. package/lib/meta-comp/components/Text/formats/textAlign.js +58 -0
  56. package/lib/meta-comp/components/Text/index.js +2 -0
  57. package/package.json +1 -1
Binary file
@@ -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=1699520254143') format('woff2'),
5
- url('magic-box-iconfont.woff?t=1699520254143') format('woff'),
6
- url('magic-box-iconfont.ttf?t=1699520254143') format('truetype');
2
+ font-family: "magic-box-iconfont"; /* Project id 3317752 */
3
+ src: url('magic-box-iconfont.woff2?t=1700809570587') format('woff2'),
4
+ url('magic-box-iconfont.woff?t=1700809570587') format('woff'),
5
+ url('magic-box-iconfont.ttf?t=1700809570587') format('truetype');
7
6
  }
8
7
 
9
8
  .magic-box-iconfont {
@@ -14,6 +13,18 @@
14
13
  -moz-osx-font-smoothing: grayscale;
15
14
  }
16
15
 
16
+ .magic-box-icon-circle-down:before {
17
+ content: "\e686";
18
+ }
19
+
20
+ .magic-box-icon-circle-up:before {
21
+ content: "\e687";
22
+ }
23
+
24
+ .magic-box-icon-Sidebar:before {
25
+ content: "\e685";
26
+ }
27
+
17
28
  .magic-box-icon-text-align-center:before {
18
29
  content: "\e682";
19
30
  }
@@ -504,4 +515,5 @@
504
515
 
505
516
  .magic-box-icon-image:before {
506
517
  content: "\e608";
507
- }
518
+ }
519
+
@@ -1,14 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "magic-box-iconfont"; /* Project id 3317752 */
3
- <<<<<<< HEAD
4
- src: url('magic-box-iconfont.woff2?t=1699520254143') format('woff2'),
5
- url('magic-box-iconfont.woff?t=1699520254143') format('woff'),
6
- url('magic-box-iconfont.ttf?t=1699520254143') format('truetype');
7
- =======
8
- src: url('magic-box-iconfont.woff2?t=1698821773295') format('woff2'),
9
- url('magic-box-iconfont.woff?t=1698821773295') format('woff'),
10
- url('magic-box-iconfont.ttf?t=1698821773295') format('truetype');
11
- >>>>>>> 86531b2d2d408d9c7659ae4abbc8532b5abc431d
3
+ src: url('magic-box-iconfont.woff2?t=1700809570587') format('woff2'),
4
+ url('magic-box-iconfont.woff?t=1700809570587') format('woff'),
5
+ url('magic-box-iconfont.ttf?t=1700809570587') format('truetype');
12
6
  }
13
7
 
14
8
  .magic-box-iconfont {
@@ -19,7 +13,18 @@
19
13
  -moz-osx-font-smoothing: grayscale;
20
14
  }
21
15
 
22
- <<<<<<< HEAD
16
+ .icon-circle-down:before {
17
+ content: "\e686";
18
+ }
19
+
20
+ .icon-circle-up:before {
21
+ content: "\e687";
22
+ }
23
+
24
+ .icon-Sidebar:before {
25
+ content: "\e685";
26
+ }
27
+
23
28
  .icon-text-align-center:before {
24
29
  content: "\e682";
25
30
  }
@@ -32,8 +37,6 @@
32
37
  content: "\e684";
33
38
  }
34
39
 
35
- =======
36
- >>>>>>> 86531b2d2d408d9c7659ae4abbc8532b5abc431d
37
40
  .icon-Wallet:before {
38
41
  content: "\e681";
39
42
  }