@fonixtree/magic-design 2.0.73 → 2.0.75
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.
- package/es/assets/fonts/.DS_Store +0 -0
- package/es/assets/fonts/magic-box-iconfont.css +8 -4
- package/es/assets/fonts/magic-box-iconfont.css.bak +8 -4
- package/es/assets/fonts/magic-box-iconfont.js +1 -1
- package/es/assets/fonts/magic-box-iconfont.js.bak +1 -1
- package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
- package/es/assets/fonts/magic-box-iconfont.woff +0 -0
- package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
- package/es/common/LinkModal/BundleCampaign/index.js +2 -2
- package/es/common/LinkModal/CouponTable/index.js +1 -1
- package/es/common/LinkModal/FilteredProductModal/index.js +14 -88
- package/es/common/LinkModal/FilteredProductModal/index.less +0 -6
- package/es/common/LinkModal/ProductDetailPage/index.js +52 -32
- package/es/common/MagicLink/index.js +2 -2
- package/es/common/ProductModal/index.js +50 -43
- package/es/common/ProductSource/index.js +19 -20
- package/es/common/UrlPicker/AnchorModal/index.js +170 -0
- package/es/common/UrlPicker/AnchorModal/index.less +21 -0
- package/es/common/UrlPicker/index.js +61 -11
- package/es/composite-comp/bol/components/Wallet/mobile/index.js +1 -1
- package/es/composite-comp/bol/second-config-panels/WalletSecondConfig/index.js +1 -1
- package/es/composite-comp/dito/components/Recommend/mobile/index.js +1 -1
- package/es/composite-comp/dito/components/Recommend/pc/index.js +1 -1
- package/es/constants/index.js +3 -2
- package/es/core/Designer/QuickMenuBar/index.js +1 -1
- package/es/locale/en/en.json +1 -0
- package/es/locale/es/es.json +1 -0
- package/es/locale/id/id.json +1 -0
- package/es/utils/businessUtil.js +13 -2
- package/es/utils/coreUtil.js +11 -0
- package/lib/assets/fonts/.DS_Store +0 -0
- package/lib/assets/fonts/magic-box-iconfont.css +8 -4
- package/lib/assets/fonts/magic-box-iconfont.css.bak +8 -4
- package/lib/assets/fonts/magic-box-iconfont.js +1 -1
- package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -1
- package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
- package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
- package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
- package/lib/common/LinkModal/BundleCampaign/index.js +2 -2
- package/lib/common/LinkModal/CouponTable/index.js +1 -1
- package/lib/common/LinkModal/FilteredProductModal/index.js +14 -88
- package/lib/common/LinkModal/FilteredProductModal/index.less +0 -6
- package/lib/common/LinkModal/ProductDetailPage/index.js +52 -32
- package/lib/common/MagicLink/index.js +2 -2
- package/lib/common/ProductModal/index.js +50 -43
- package/lib/common/ProductSource/index.js +19 -20
- package/lib/common/UrlPicker/AnchorModal/index.js +170 -0
- package/lib/common/UrlPicker/AnchorModal/index.less +21 -0
- package/lib/common/UrlPicker/index.js +61 -11
- package/lib/composite-comp/bol/components/Wallet/mobile/index.js +1 -1
- package/lib/composite-comp/bol/second-config-panels/WalletSecondConfig/index.js +1 -1
- package/lib/composite-comp/dito/components/Recommend/mobile/index.js +1 -1
- package/lib/composite-comp/dito/components/Recommend/pc/index.js +1 -1
- package/lib/constants/index.js +3 -2
- package/lib/core/Designer/QuickMenuBar/index.js +1 -1
- package/lib/locale/en/en.json +1 -0
- package/lib/locale/es/es.json +1 -0
- package/lib/locale/id/id.json +1 -0
- package/lib/utils/businessUtil.js +13 -2
- package/lib/utils/coreUtil.js +11 -0
- package/package.json +1 -1
|
Binary file
|
|
@@ -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=
|
|
4
|
-
url('magic-box-iconfont.woff?t=
|
|
5
|
-
url('magic-box-iconfont.ttf?t=
|
|
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');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.magic-box-iconfont {
|
|
@@ -13,6 +13,10 @@
|
|
|
13
13
|
-moz-osx-font-smoothing: grayscale;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
.magic-box-icon-anchor:before {
|
|
17
|
+
content: "\e642";
|
|
18
|
+
}
|
|
19
|
+
|
|
16
20
|
.magic-box-icon-circle-down:before {
|
|
17
21
|
content: "\e686";
|
|
18
22
|
}
|
|
@@ -21,7 +25,7 @@
|
|
|
21
25
|
content: "\e687";
|
|
22
26
|
}
|
|
23
27
|
|
|
24
|
-
.magic-box-icon-
|
|
28
|
+
.magic-box-icon-template:before {
|
|
25
29
|
content: "\e685";
|
|
26
30
|
}
|
|
27
31
|
|
|
@@ -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=
|
|
4
|
-
url('magic-box-iconfont.woff?t=
|
|
5
|
-
url('magic-box-iconfont.ttf?t=
|
|
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');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.magic-box-iconfont {
|
|
@@ -13,6 +13,10 @@
|
|
|
13
13
|
-moz-osx-font-smoothing: grayscale;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
.icon-anchor:before {
|
|
17
|
+
content: "\e642";
|
|
18
|
+
}
|
|
19
|
+
|
|
16
20
|
.icon-circle-down:before {
|
|
17
21
|
content: "\e686";
|
|
18
22
|
}
|
|
@@ -21,7 +25,7 @@
|
|
|
21
25
|
content: "\e687";
|
|
22
26
|
}
|
|
23
27
|
|
|
24
|
-
.icon-
|
|
28
|
+
.icon-template:before {
|
|
25
29
|
content: "\e685";
|
|
26
30
|
}
|
|
27
31
|
|