@fonixtree/magic-design 2.0.48 → 2.0.50
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 +22 -6
- package/es/assets/fonts/magic-box-iconfont.css.bak +28 -3
- package/es/assets/fonts/magic-box-iconfont.js +5 -1
- package/es/assets/fonts/magic-box-iconfont.js.bak +5 -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/assets/images/base64/index.js +10 -2
- package/es/assets/images/layout-icon/walletNuriLayout1.png +0 -0
- package/es/common/ImagePicker/index.js +1 -1
- package/es/common/MyModal/index.js +413 -0
- package/es/common/MyModal/index.less +74 -0
- package/es/common/index.js +8 -0
- package/es/composite-comp/bol/components/Wallet/mobile/index.js +60 -77
- package/es/composite-comp/bol/components/WalletNuri/defaultJSON.js +148 -0
- package/es/composite-comp/bol/components/WalletNuri/index.js +84 -0
- package/es/composite-comp/bol/components/WalletNuri/mobile/index.js +366 -0
- package/es/composite-comp/bol/components/WalletNuri/mobile/index.less +22 -0
- package/es/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/defaultImg.png +0 -0
- package/es/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/index.js +100 -0
- package/es/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/index.less +72 -0
- package/es/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.js +123 -0
- package/es/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.less +0 -0
- package/es/composite-comp/bol/config-panels/WalletNuriConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/config-panels/WalletNuriConfig/index.js +61 -0
- package/es/composite-comp/bol/second-config-panels/WalletNuriSecondConfig/index.js +152 -0
- package/es/composite-comp/bol/second-config-panels/WalletSecondConfig/index.js +1 -0
- package/es/composite-comp/dito/components/SearchBar/mobile/index.js +1 -1
- package/es/constants/component-types.js +9 -3
- package/es/constants/index.js +4 -0
- package/es/constants/layout.js +9 -1
- package/es/core/Designer/ToolBarModal/ToolBtn/index.js +9 -0
- package/es/core/Designer/ToolBarModal/index.js +55 -0
- package/es/core/Designer/ToolBarModal/index.less +3 -2
- package/es/core/Renderer/index.js +44 -3
- package/es/locale/en/en.json +2 -1
- package/es/locale/es/es.json +2 -1
- package/es/locale/id/id.json +2 -1
- package/es/meta-comp/components/Image/index.js +31 -25
- package/es/meta-comp/config-panels/ImageConfig/index.js +44 -42
- package/es/mobx/Frame.js +15 -1
- package/es/utils/businessUtil.js +2 -1
- package/lib/assets/fonts/.DS_Store +0 -0
- package/lib/assets/fonts/magic-box-iconfont.css +22 -6
- package/lib/assets/fonts/magic-box-iconfont.css.bak +28 -3
- package/lib/assets/fonts/magic-box-iconfont.js +5 -1
- package/lib/assets/fonts/magic-box-iconfont.js.bak +5 -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/assets/images/base64/index.js +10 -2
- package/lib/assets/images/layout-icon/walletNuriLayout1.png +0 -0
- package/lib/common/ImagePicker/index.js +1 -1
- package/lib/common/MyModal/index.js +413 -0
- package/lib/common/MyModal/index.less +74 -0
- package/lib/common/index.js +8 -0
- package/lib/composite-comp/bol/components/Wallet/mobile/index.js +60 -77
- package/lib/composite-comp/bol/components/WalletNuri/defaultJSON.js +148 -0
- package/lib/composite-comp/bol/components/WalletNuri/index.js +84 -0
- package/lib/composite-comp/bol/components/WalletNuri/mobile/index.js +366 -0
- package/lib/composite-comp/bol/components/WalletNuri/mobile/index.less +22 -0
- package/lib/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/defaultImg.png +0 -0
- package/lib/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/index.js +100 -0
- package/lib/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/index.less +72 -0
- package/lib/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.js +123 -0
- package/lib/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.less +0 -0
- package/lib/composite-comp/bol/config-panels/WalletNuriConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/config-panels/WalletNuriConfig/index.js +61 -0
- package/lib/composite-comp/bol/second-config-panels/WalletNuriSecondConfig/index.js +152 -0
- package/lib/composite-comp/bol/second-config-panels/WalletSecondConfig/index.js +1 -0
- package/lib/composite-comp/dito/components/SearchBar/mobile/index.js +1 -1
- package/lib/constants/component-types.js +9 -3
- package/lib/constants/index.js +4 -0
- package/lib/constants/layout.js +9 -1
- package/lib/core/Designer/ToolBarModal/ToolBtn/index.js +9 -0
- package/lib/core/Designer/ToolBarModal/index.js +55 -0
- package/lib/core/Designer/ToolBarModal/index.less +3 -2
- package/lib/core/Renderer/index.js +44 -3
- package/lib/locale/en/en.json +2 -1
- package/lib/locale/es/es.json +2 -1
- package/lib/locale/id/id.json +2 -1
- package/lib/meta-comp/components/Image/index.js +31 -25
- package/lib/meta-comp/config-panels/ImageConfig/index.js +44 -42
- package/lib/mobx/Frame.js +15 -1
- package/lib/utils/businessUtil.js +2 -1
- package/package.json +1 -1
|
Binary file
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
-
font-family: "magic-box-iconfont";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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');
|
|
6
7
|
}
|
|
7
8
|
|
|
8
9
|
.magic-box-iconfont {
|
|
@@ -13,6 +14,22 @@
|
|
|
13
14
|
-moz-osx-font-smoothing: grayscale;
|
|
14
15
|
}
|
|
15
16
|
|
|
17
|
+
.magic-box-icon-text-align-center:before {
|
|
18
|
+
content: "\e682";
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.magic-box-icon-text-align-left:before {
|
|
22
|
+
content: "\e683";
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.magic-box-icon-text-align-right:before {
|
|
26
|
+
content: "\e684";
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.magic-box-icon-Wallet:before {
|
|
30
|
+
content: "\e681";
|
|
31
|
+
}
|
|
32
|
+
|
|
16
33
|
.magic-box-icon-ShoppingCartSimple1:before {
|
|
17
34
|
content: "\e680";
|
|
18
35
|
}
|
|
@@ -487,5 +504,4 @@
|
|
|
487
504
|
|
|
488
505
|
.magic-box-icon-image:before {
|
|
489
506
|
content: "\e608";
|
|
490
|
-
}
|
|
491
|
-
|
|
507
|
+
}
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "magic-box-iconfont"; /* Project id 3317752 */
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
url('magic-box-iconfont.
|
|
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
|
|
6
12
|
}
|
|
7
13
|
|
|
8
14
|
.magic-box-iconfont {
|
|
@@ -13,6 +19,25 @@
|
|
|
13
19
|
-moz-osx-font-smoothing: grayscale;
|
|
14
20
|
}
|
|
15
21
|
|
|
22
|
+
<<<<<<< HEAD
|
|
23
|
+
.icon-text-align-center:before {
|
|
24
|
+
content: "\e682";
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.icon-text-align-left:before {
|
|
28
|
+
content: "\e683";
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.icon-text-align-right:before {
|
|
32
|
+
content: "\e684";
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
=======
|
|
36
|
+
>>>>>>> 86531b2d2d408d9c7659ae4abbc8532b5abc431d
|
|
37
|
+
.icon-Wallet:before {
|
|
38
|
+
content: "\e681";
|
|
39
|
+
}
|
|
40
|
+
|
|
16
41
|
.icon-ShoppingCartSimple1:before {
|
|
17
42
|
content: "\e680";
|
|
18
43
|
}
|