zebpay-ui 0.0.96 → 0.0.97
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/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/icons/icons.css +17 -14
- package/dist/icons/icons.eot +0 -0
- package/dist/icons/icons.html +9 -0
- package/dist/icons/icons.json +12 -11
- package/dist/icons/icons.ts +15 -11
- package/dist/icons/icons.woff +0 -0
- package/dist/icons/icons.woff2 +0 -0
- package/package.json +1 -1
package/dist/icons/icons.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "icons";
|
|
3
|
-
src: url("./icons.eot?
|
|
4
|
-
url("./icons.woff2?
|
|
5
|
-
url("./icons.woff?
|
|
3
|
+
src: url("./icons.eot?cf0158c58a3113997a56018018d17bb8#iefix") format("embedded-opentype"),
|
|
4
|
+
url("./icons.woff2?cf0158c58a3113997a56018018d17bb8") format("woff2"),
|
|
5
|
+
url("./icons.woff?cf0158c58a3113997a56018018d17bb8") format("woff");
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|
@@ -694,36 +694,39 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|
|
694
694
|
.icon-upi-landscape:before {
|
|
695
695
|
content: "\f1e2";
|
|
696
696
|
}
|
|
697
|
-
.icon-upi:before {
|
|
697
|
+
.icon-upi-new:before {
|
|
698
698
|
content: "\f1e3";
|
|
699
699
|
}
|
|
700
|
-
.icon-
|
|
700
|
+
.icon-upi:before {
|
|
701
701
|
content: "\f1e4";
|
|
702
702
|
}
|
|
703
|
-
.icon-
|
|
703
|
+
.icon-upload:before {
|
|
704
704
|
content: "\f1e5";
|
|
705
705
|
}
|
|
706
|
-
.icon-
|
|
706
|
+
.icon-upwards:before {
|
|
707
707
|
content: "\f1e6";
|
|
708
708
|
}
|
|
709
|
-
.icon-
|
|
709
|
+
.icon-usdt-m:before {
|
|
710
710
|
content: "\f1e7";
|
|
711
711
|
}
|
|
712
|
-
.icon-
|
|
712
|
+
.icon-voting-card:before {
|
|
713
713
|
content: "\f1e8";
|
|
714
714
|
}
|
|
715
|
-
.icon-
|
|
715
|
+
.icon-wallet:before {
|
|
716
716
|
content: "\f1e9";
|
|
717
717
|
}
|
|
718
|
-
.icon-
|
|
718
|
+
.icon-way-arrow:before {
|
|
719
719
|
content: "\f1ea";
|
|
720
720
|
}
|
|
721
|
-
.icon-
|
|
721
|
+
.icon-whitelisted:before {
|
|
722
722
|
content: "\f1eb";
|
|
723
723
|
}
|
|
724
|
-
.icon-
|
|
724
|
+
.icon-withdraw-simple:before {
|
|
725
725
|
content: "\f1ec";
|
|
726
726
|
}
|
|
727
|
-
.icon-
|
|
727
|
+
.icon-xpress:before {
|
|
728
728
|
content: "\f1ed";
|
|
729
729
|
}
|
|
730
|
+
.icon-zip-code:before {
|
|
731
|
+
content: "\f1ee";
|
|
732
|
+
}
|
package/dist/icons/icons.eot
CHANGED
|
Binary file
|
package/dist/icons/icons.html
CHANGED
|
@@ -2090,6 +2090,15 @@
|
|
|
2090
2090
|
</div>
|
|
2091
2091
|
|
|
2092
2092
|
|
|
2093
|
+
<div class="preview">
|
|
2094
|
+
<span class="inner">
|
|
2095
|
+
<i class="icon icon-upi-new"></i>
|
|
2096
|
+
</span>
|
|
2097
|
+
<br>
|
|
2098
|
+
<span class='label'>upi-new</span>
|
|
2099
|
+
</div>
|
|
2100
|
+
|
|
2101
|
+
|
|
2093
2102
|
<div class="preview">
|
|
2094
2103
|
<span class="inner">
|
|
2095
2104
|
<i class="icon icon-upi"></i>
|
package/dist/icons/icons.json
CHANGED
|
@@ -225,15 +225,16 @@
|
|
|
225
225
|
"unarchive": 61920,
|
|
226
226
|
"unlock": 61921,
|
|
227
227
|
"upi-landscape": 61922,
|
|
228
|
-
"upi": 61923,
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
"
|
|
232
|
-
"
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
"
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
"
|
|
228
|
+
"upi-new": 61923,
|
|
229
|
+
"upi": 61924,
|
|
230
|
+
"upload": 61925,
|
|
231
|
+
"upwards": 61926,
|
|
232
|
+
"usdt-m": 61927,
|
|
233
|
+
"voting-card": 61928,
|
|
234
|
+
"wallet": 61929,
|
|
235
|
+
"way-arrow": 61930,
|
|
236
|
+
"whitelisted": 61931,
|
|
237
|
+
"withdraw-simple": 61932,
|
|
238
|
+
"xpress": 61933,
|
|
239
|
+
"zip-code": 61934
|
|
239
240
|
}
|
package/dist/icons/icons.ts
CHANGED
|
@@ -225,6 +225,7 @@ export type IconsId =
|
|
|
225
225
|
| "unarchive"
|
|
226
226
|
| "unlock"
|
|
227
227
|
| "upi-landscape"
|
|
228
|
+
| "upi-new"
|
|
228
229
|
| "upi"
|
|
229
230
|
| "upload"
|
|
230
231
|
| "upwards"
|
|
@@ -464,6 +465,7 @@ export type IconsKey =
|
|
|
464
465
|
| "Unarchive"
|
|
465
466
|
| "Unlock"
|
|
466
467
|
| "UpiLandscape"
|
|
468
|
+
| "UpiNew"
|
|
467
469
|
| "Upi"
|
|
468
470
|
| "Upload"
|
|
469
471
|
| "Upwards"
|
|
@@ -703,6 +705,7 @@ export enum Icons {
|
|
|
703
705
|
Unarchive = "unarchive",
|
|
704
706
|
Unlock = "unlock",
|
|
705
707
|
UpiLandscape = "upi-landscape",
|
|
708
|
+
UpiNew = "upi-new",
|
|
706
709
|
Upi = "upi",
|
|
707
710
|
Upload = "upload",
|
|
708
711
|
Upwards = "upwards",
|
|
@@ -943,15 +946,16 @@ export const ICONS_CODEPOINTS: { [key in Icons]: string } = {
|
|
|
943
946
|
[Icons.Unarchive]: "61920",
|
|
944
947
|
[Icons.Unlock]: "61921",
|
|
945
948
|
[Icons.UpiLandscape]: "61922",
|
|
946
|
-
[Icons.
|
|
947
|
-
[Icons.
|
|
948
|
-
[Icons.
|
|
949
|
-
[Icons.
|
|
950
|
-
[Icons.
|
|
951
|
-
[Icons.
|
|
952
|
-
[Icons.
|
|
953
|
-
[Icons.
|
|
954
|
-
[Icons.
|
|
955
|
-
[Icons.
|
|
956
|
-
[Icons.
|
|
949
|
+
[Icons.UpiNew]: "61923",
|
|
950
|
+
[Icons.Upi]: "61924",
|
|
951
|
+
[Icons.Upload]: "61925",
|
|
952
|
+
[Icons.Upwards]: "61926",
|
|
953
|
+
[Icons.UsdtM]: "61927",
|
|
954
|
+
[Icons.VotingCard]: "61928",
|
|
955
|
+
[Icons.Wallet]: "61929",
|
|
956
|
+
[Icons.WayArrow]: "61930",
|
|
957
|
+
[Icons.Whitelisted]: "61931",
|
|
958
|
+
[Icons.WithdrawSimple]: "61932",
|
|
959
|
+
[Icons.Xpress]: "61933",
|
|
960
|
+
[Icons.ZipCode]: "61934",
|
|
957
961
|
};
|
package/dist/icons/icons.woff
CHANGED
|
Binary file
|
package/dist/icons/icons.woff2
CHANGED
|
Binary file
|