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.
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "icons";
3
- src: url("./icons.eot?12ca03c0dec93d95bcfb962f2dbce25b#iefix") format("embedded-opentype"),
4
- url("./icons.woff2?12ca03c0dec93d95bcfb962f2dbce25b") format("woff2"),
5
- url("./icons.woff?12ca03c0dec93d95bcfb962f2dbce25b") format("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-upload:before {
700
+ .icon-upi:before {
701
701
  content: "\f1e4";
702
702
  }
703
- .icon-upwards:before {
703
+ .icon-upload:before {
704
704
  content: "\f1e5";
705
705
  }
706
- .icon-usdt-m:before {
706
+ .icon-upwards:before {
707
707
  content: "\f1e6";
708
708
  }
709
- .icon-voting-card:before {
709
+ .icon-usdt-m:before {
710
710
  content: "\f1e7";
711
711
  }
712
- .icon-wallet:before {
712
+ .icon-voting-card:before {
713
713
  content: "\f1e8";
714
714
  }
715
- .icon-way-arrow:before {
715
+ .icon-wallet:before {
716
716
  content: "\f1e9";
717
717
  }
718
- .icon-whitelisted:before {
718
+ .icon-way-arrow:before {
719
719
  content: "\f1ea";
720
720
  }
721
- .icon-withdraw-simple:before {
721
+ .icon-whitelisted:before {
722
722
  content: "\f1eb";
723
723
  }
724
- .icon-xpress:before {
724
+ .icon-withdraw-simple:before {
725
725
  content: "\f1ec";
726
726
  }
727
- .icon-zip-code:before {
727
+ .icon-xpress:before {
728
728
  content: "\f1ed";
729
729
  }
730
+ .icon-zip-code:before {
731
+ content: "\f1ee";
732
+ }
Binary file
@@ -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>
@@ -225,15 +225,16 @@
225
225
  "unarchive": 61920,
226
226
  "unlock": 61921,
227
227
  "upi-landscape": 61922,
228
- "upi": 61923,
229
- "upload": 61924,
230
- "upwards": 61925,
231
- "usdt-m": 61926,
232
- "voting-card": 61927,
233
- "wallet": 61928,
234
- "way-arrow": 61929,
235
- "whitelisted": 61930,
236
- "withdraw-simple": 61931,
237
- "xpress": 61932,
238
- "zip-code": 61933
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
  }
@@ -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.Upi]: "61923",
947
- [Icons.Upload]: "61924",
948
- [Icons.Upwards]: "61925",
949
- [Icons.UsdtM]: "61926",
950
- [Icons.VotingCard]: "61927",
951
- [Icons.Wallet]: "61928",
952
- [Icons.WayArrow]: "61929",
953
- [Icons.Whitelisted]: "61930",
954
- [Icons.WithdrawSimple]: "61931",
955
- [Icons.Xpress]: "61932",
956
- [Icons.ZipCode]: "61933",
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
  };
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zebpay-ui",
3
- "version": "0.0.96",
3
+ "version": "0.0.97",
4
4
  "description": "A lightweight component and utilities library Design System created using React",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",