@xtdev/xt-miniprogram-ui 1.0.6 → 1.0.7
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xtdev/xt-miniprogram-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"miniprogram": "libs",
|
|
6
6
|
"publishConfig": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
16
16
|
"dev": "gulp",
|
|
17
17
|
"build": "gulp build",
|
|
18
|
-
"
|
|
18
|
+
"release": "yarn version --patch && yarn build && npm publish --access public --registry=https://registry.npmjs.org"
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
package/libs/xt-button/index.js
DELETED
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: "iconfont"; /* Project id 4088939 */
|
|
3
|
-
src: url("//at.alicdn.com/t/c/font_4088939_xa6wjfwsbpj.woff2?t=1685353003131")
|
|
4
|
-
format("woff2"),
|
|
5
|
-
url("//at.alicdn.com/t/c/font_4088939_xa6wjfwsbpj.woff?t=1685353003131")
|
|
6
|
-
format("woff"),
|
|
7
|
-
url("//at.alicdn.com/t/c/font_4088939_xa6wjfwsbpj.ttf?t=1685353003131")
|
|
8
|
-
format("truetype");
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.iconfont {
|
|
12
|
-
font-family: "iconfont" !important;
|
|
13
|
-
font-style: normal;
|
|
14
|
-
-webkit-font-smoothing: antialiased;
|
|
15
|
-
-moz-osx-font-smoothing: grayscale;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.icon-a-8:before {
|
|
19
|
-
content: "\e61e";
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.icon-a-9:before {
|
|
23
|
-
content: "\e61f";
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.icon-a-10:before {
|
|
27
|
-
content: "\e620";
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.icon-a-13:before {
|
|
31
|
-
content: "\e621";
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.icon-a-15:before {
|
|
35
|
-
content: "\e622";
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.icon-a-16:before {
|
|
39
|
-
content: "\e623";
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.icon-a-11:before {
|
|
43
|
-
content: "\e624";
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.icon-a-12:before {
|
|
47
|
-
content: "\e625";
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.icon-a-14:before {
|
|
51
|
-
content: "\e626";
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.icon-a-23:before {
|
|
55
|
-
content: "\e627";
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.icon-a-19:before {
|
|
59
|
-
content: "\e628";
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.icon-a-22:before {
|
|
63
|
-
content: "\e629";
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.icon-a-21:before {
|
|
67
|
-
content: "\e62a";
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.icon-a-20:before {
|
|
71
|
-
content: "\e62b";
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.icon-a-18:before {
|
|
75
|
-
content: "\e62c";
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.icon-a-17:before {
|
|
79
|
-
content: "\e62d";
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.icon-xingzhuangjiehe:before {
|
|
83
|
-
content: "\e60e";
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.icon-a-3:before {
|
|
87
|
-
content: "\e60f";
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.icon-a-4:before {
|
|
91
|
-
content: "\e614";
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.icon-a-2:before {
|
|
95
|
-
content: "\e615";
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.icon-a-5:before {
|
|
99
|
-
content: "\e616";
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.icon-a-6:before {
|
|
103
|
-
content: "\e61c";
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.icon-a-7:before {
|
|
107
|
-
content: "\e61d";
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.icon-jian-weixuanzhong:before {
|
|
111
|
-
content: "\e682";
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.icon-jia-xuanzhong:before {
|
|
115
|
-
content: "\e683";
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.icon-jian-xuanzhong:before {
|
|
119
|
-
content: "\e684";
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.icon-xiala:before {
|
|
123
|
-
content: "\e685";
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.icon-shangla:before {
|
|
127
|
-
content: "\e686";
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.icon-jinggao:before {
|
|
131
|
-
content: "\e687";
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.icon-weixuanzhong1:before {
|
|
135
|
-
content: "\e688";
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.icon-jinggao-hong:before {
|
|
139
|
-
content: "\e60b";
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.icon-daohang:before {
|
|
143
|
-
content: "\e60d";
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.icon-shouqi:before {
|
|
147
|
-
content: "\e610";
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.icon-shaixuan:before {
|
|
151
|
-
content: "\e611";
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.icon-shanchu:before {
|
|
155
|
-
content: "\e612";
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.icon-sousuo:before {
|
|
159
|
-
content: "\e613";
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.icon-zhengque:before {
|
|
163
|
-
content: "\e617";
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.icon-wenhao-xiao:before {
|
|
167
|
-
content: "\e618";
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.icon-youjiantou:before {
|
|
171
|
-
content: "\e619";
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.icon-wenhao:before {
|
|
175
|
-
content: "\e61a";
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.icon-zhankai:before {
|
|
179
|
-
content: "\e61b";
|
|
180
|
-
}
|