zebpay-ui 0.0.38 → 0.0.39

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.
@@ -39,5 +39,6 @@ declare const colors: {
39
39
  Zeb_Effects_Shadow_M_Drawer: string;
40
40
  Zeb_Effects_Shadow_Hover_Up: string;
41
41
  Zeb_Effects_Shimmer: string;
42
+ Zeb_Effects_ShimmerLight: string;
42
43
  };
43
44
  export default colors;
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "icons";
3
- src: url("./icons.eot?d50255664946db591e12721baf2020b9#iefix") format("embedded-opentype"),
4
- url("./icons.woff2?d50255664946db591e12721baf2020b9") format("woff2"),
5
- url("./icons.woff?d50255664946db591e12721baf2020b9") format("woff");
3
+ src: url("./icons.eot?124a239a999999e18bebd0c358988110#iefix") format("embedded-opentype"),
4
+ url("./icons.woff2?124a239a999999e18bebd0c358988110") format("woff2"),
5
+ url("./icons.woff?124a239a999999e18bebd0c358988110") format("woff");
6
6
  }
7
7
 
8
8
  i[class^="icon-"]:before, i[class*=" icon-"]:before {
@@ -574,42 +574,45 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
574
574
  .icon-trigger:before {
575
575
  content: "\f1ba";
576
576
  }
577
- .icon-unarchive:before {
577
+ .icon-trophy:before {
578
578
  content: "\f1bb";
579
579
  }
580
- .icon-unlock:before {
580
+ .icon-unarchive:before {
581
581
  content: "\f1bc";
582
582
  }
583
- .icon-upi-landscape:before {
583
+ .icon-unlock:before {
584
584
  content: "\f1bd";
585
585
  }
586
- .icon-upi:before {
586
+ .icon-upi-landscape:before {
587
587
  content: "\f1be";
588
588
  }
589
- .icon-upload:before {
589
+ .icon-upi:before {
590
590
  content: "\f1bf";
591
591
  }
592
- .icon-upwards:before {
592
+ .icon-upload:before {
593
593
  content: "\f1c0";
594
594
  }
595
- .icon-voting-card:before {
595
+ .icon-upwards:before {
596
596
  content: "\f1c1";
597
597
  }
598
- .icon-wallet:before {
598
+ .icon-voting-card:before {
599
599
  content: "\f1c2";
600
600
  }
601
- .icon-way-arrow:before {
601
+ .icon-wallet:before {
602
602
  content: "\f1c3";
603
603
  }
604
- .icon-whitelisted:before {
604
+ .icon-way-arrow:before {
605
605
  content: "\f1c4";
606
606
  }
607
- .icon-withdraw-simple:before {
607
+ .icon-whitelisted:before {
608
608
  content: "\f1c5";
609
609
  }
610
- .icon-xpress:before {
610
+ .icon-withdraw-simple:before {
611
611
  content: "\f1c6";
612
612
  }
613
- .icon-zip-code:before {
613
+ .icon-xpress:before {
614
614
  content: "\f1c7";
615
615
  }
616
+ .icon-zip-code:before {
617
+ content: "\f1c8";
618
+ }
Binary file
@@ -1730,6 +1730,15 @@
1730
1730
  </div>
1731
1731
 
1732
1732
 
1733
+ <div class="preview">
1734
+ <span class="inner">
1735
+ <i class="icon icon-trophy"></i>
1736
+ </span>
1737
+ <br>
1738
+ <span class='label'>trophy</span>
1739
+ </div>
1740
+
1741
+
1733
1742
  <div class="preview">
1734
1743
  <span class="inner">
1735
1744
  <i class="icon icon-unarchive"></i>
@@ -185,17 +185,18 @@
185
185
  "trade-2": 61880,
186
186
  "trash": 61881,
187
187
  "trigger": 61882,
188
- "unarchive": 61883,
189
- "unlock": 61884,
190
- "upi-landscape": 61885,
191
- "upi": 61886,
192
- "upload": 61887,
193
- "upwards": 61888,
194
- "voting-card": 61889,
195
- "wallet": 61890,
196
- "way-arrow": 61891,
197
- "whitelisted": 61892,
198
- "withdraw-simple": 61893,
199
- "xpress": 61894,
200
- "zip-code": 61895
188
+ "trophy": 61883,
189
+ "unarchive": 61884,
190
+ "unlock": 61885,
191
+ "upi-landscape": 61886,
192
+ "upi": 61887,
193
+ "upload": 61888,
194
+ "upwards": 61889,
195
+ "voting-card": 61890,
196
+ "wallet": 61891,
197
+ "way-arrow": 61892,
198
+ "whitelisted": 61893,
199
+ "withdraw-simple": 61894,
200
+ "xpress": 61895,
201
+ "zip-code": 61896
201
202
  }
@@ -185,6 +185,7 @@ export type IconsId =
185
185
  | "trade-2"
186
186
  | "trash"
187
187
  | "trigger"
188
+ | "trophy"
188
189
  | "unarchive"
189
190
  | "unlock"
190
191
  | "upi-landscape"
@@ -386,6 +387,7 @@ export type IconsKey =
386
387
  | "Trade_2"
387
388
  | "Trash"
388
389
  | "Trigger"
390
+ | "Trophy"
389
391
  | "Unarchive"
390
392
  | "Unlock"
391
393
  | "UpiLandscape"
@@ -587,6 +589,7 @@ export enum Icons {
587
589
  Trade_2 = "trade-2",
588
590
  Trash = "trash",
589
591
  Trigger = "trigger",
592
+ Trophy = "trophy",
590
593
  Unarchive = "unarchive",
591
594
  Unlock = "unlock",
592
595
  UpiLandscape = "upi-landscape",
@@ -789,17 +792,18 @@ export const ICONS_CODEPOINTS: { [key in Icons]: string } = {
789
792
  [Icons.Trade_2]: "61880",
790
793
  [Icons.Trash]: "61881",
791
794
  [Icons.Trigger]: "61882",
792
- [Icons.Unarchive]: "61883",
793
- [Icons.Unlock]: "61884",
794
- [Icons.UpiLandscape]: "61885",
795
- [Icons.Upi]: "61886",
796
- [Icons.Upload]: "61887",
797
- [Icons.Upwards]: "61888",
798
- [Icons.VotingCard]: "61889",
799
- [Icons.Wallet]: "61890",
800
- [Icons.WayArrow]: "61891",
801
- [Icons.Whitelisted]: "61892",
802
- [Icons.WithdrawSimple]: "61893",
803
- [Icons.Xpress]: "61894",
804
- [Icons.ZipCode]: "61895",
795
+ [Icons.Trophy]: "61883",
796
+ [Icons.Unarchive]: "61884",
797
+ [Icons.Unlock]: "61885",
798
+ [Icons.UpiLandscape]: "61886",
799
+ [Icons.Upi]: "61887",
800
+ [Icons.Upload]: "61888",
801
+ [Icons.Upwards]: "61889",
802
+ [Icons.VotingCard]: "61890",
803
+ [Icons.Wallet]: "61891",
804
+ [Icons.WayArrow]: "61892",
805
+ [Icons.Whitelisted]: "61893",
806
+ [Icons.WithdrawSimple]: "61894",
807
+ [Icons.Xpress]: "61895",
808
+ [Icons.ZipCode]: "61896",
805
809
  };
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zebpay-ui",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
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",