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.
- package/dist/cjs/components/Input/styles.d.ts +5 -5
- package/dist/cjs/components/Input/typings.d.ts +1 -0
- package/dist/cjs/components/Shimmer/index.d.ts +1 -7
- package/dist/cjs/components/Shimmer/style.d.ts +2 -1
- package/dist/cjs/components/Shimmer/typings.d.ts +10 -0
- package/dist/cjs/components/Tabs/styles.d.ts +3 -2
- package/dist/cjs/components/Tabs/typings.d.ts +2 -0
- package/dist/cjs/globalTypings.d.ts +1 -0
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/styles/colors.d.ts +1 -0
- package/dist/esm/components/Input/styles.d.ts +5 -5
- package/dist/esm/components/Input/typings.d.ts +1 -0
- package/dist/esm/components/Shimmer/index.d.ts +1 -7
- package/dist/esm/components/Shimmer/style.d.ts +2 -1
- package/dist/esm/components/Shimmer/typings.d.ts +10 -0
- package/dist/esm/components/Tabs/styles.d.ts +3 -2
- package/dist/esm/components/Tabs/typings.d.ts +2 -0
- package/dist/esm/globalTypings.d.ts +1 -0
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/styles/colors.d.ts +1 -0
- package/dist/icons/icons.css +19 -16
- package/dist/icons/icons.eot +0 -0
- package/dist/icons/icons.html +9 -0
- package/dist/icons/icons.json +14 -13
- package/dist/icons/icons.ts +17 -13
- 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?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-
|
|
577
|
+
.icon-trophy:before {
|
|
578
578
|
content: "\f1bb";
|
|
579
579
|
}
|
|
580
|
-
.icon-
|
|
580
|
+
.icon-unarchive:before {
|
|
581
581
|
content: "\f1bc";
|
|
582
582
|
}
|
|
583
|
-
.icon-
|
|
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-
|
|
589
|
+
.icon-upi:before {
|
|
590
590
|
content: "\f1bf";
|
|
591
591
|
}
|
|
592
|
-
.icon-
|
|
592
|
+
.icon-upload:before {
|
|
593
593
|
content: "\f1c0";
|
|
594
594
|
}
|
|
595
|
-
.icon-
|
|
595
|
+
.icon-upwards:before {
|
|
596
596
|
content: "\f1c1";
|
|
597
597
|
}
|
|
598
|
-
.icon-
|
|
598
|
+
.icon-voting-card:before {
|
|
599
599
|
content: "\f1c2";
|
|
600
600
|
}
|
|
601
|
-
.icon-
|
|
601
|
+
.icon-wallet:before {
|
|
602
602
|
content: "\f1c3";
|
|
603
603
|
}
|
|
604
|
-
.icon-
|
|
604
|
+
.icon-way-arrow:before {
|
|
605
605
|
content: "\f1c4";
|
|
606
606
|
}
|
|
607
|
-
.icon-
|
|
607
|
+
.icon-whitelisted:before {
|
|
608
608
|
content: "\f1c5";
|
|
609
609
|
}
|
|
610
|
-
.icon-
|
|
610
|
+
.icon-withdraw-simple:before {
|
|
611
611
|
content: "\f1c6";
|
|
612
612
|
}
|
|
613
|
-
.icon-
|
|
613
|
+
.icon-xpress:before {
|
|
614
614
|
content: "\f1c7";
|
|
615
615
|
}
|
|
616
|
+
.icon-zip-code:before {
|
|
617
|
+
content: "\f1c8";
|
|
618
|
+
}
|
package/dist/icons/icons.eot
CHANGED
|
Binary file
|
package/dist/icons/icons.html
CHANGED
|
@@ -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>
|
package/dist/icons/icons.json
CHANGED
|
@@ -185,17 +185,18 @@
|
|
|
185
185
|
"trade-2": 61880,
|
|
186
186
|
"trash": 61881,
|
|
187
187
|
"trigger": 61882,
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
"upi": 61886,
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
"
|
|
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
|
}
|
package/dist/icons/icons.ts
CHANGED
|
@@ -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.
|
|
793
|
-
[Icons.
|
|
794
|
-
[Icons.
|
|
795
|
-
[Icons.
|
|
796
|
-
[Icons.
|
|
797
|
-
[Icons.
|
|
798
|
-
[Icons.
|
|
799
|
-
[Icons.
|
|
800
|
-
[Icons.
|
|
801
|
-
[Icons.
|
|
802
|
-
[Icons.
|
|
803
|
-
[Icons.
|
|
804
|
-
[Icons.
|
|
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
|
};
|
package/dist/icons/icons.woff
CHANGED
|
Binary file
|
package/dist/icons/icons.woff2
CHANGED
|
Binary file
|