zebpay-ui 0.0.28 → 0.0.30
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/CalendarPicker/typings.d.ts +5 -0
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/components/CalendarPicker/typings.d.ts +5 -0
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/icons/icons.css +42 -39
- package/dist/icons/icons.eot +0 -0
- package/dist/icons/icons.html +9 -0
- package/dist/icons/icons.json +37 -36
- package/dist/icons/icons.ts +40 -36
- 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?d50255664946db591e12721baf2020b9#iefix") format("embedded-opentype"),
|
|
4
|
+
url("./icons.woff2?d50255664946db591e12721baf2020b9") format("woff2"),
|
|
5
|
+
url("./icons.woff?d50255664946db591e12721baf2020b9") format("woff");
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|
@@ -502,111 +502,114 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|
|
502
502
|
.icon-show:before {
|
|
503
503
|
content: "\f1a2";
|
|
504
504
|
}
|
|
505
|
-
.icon-side:before {
|
|
505
|
+
.icon-side-2:before {
|
|
506
506
|
content: "\f1a3";
|
|
507
507
|
}
|
|
508
|
-
.icon-
|
|
508
|
+
.icon-side:before {
|
|
509
509
|
content: "\f1a4";
|
|
510
510
|
}
|
|
511
|
-
.icon-
|
|
511
|
+
.icon-sip:before {
|
|
512
512
|
content: "\f1a5";
|
|
513
513
|
}
|
|
514
|
-
.icon-
|
|
514
|
+
.icon-sms:before {
|
|
515
515
|
content: "\f1a6";
|
|
516
516
|
}
|
|
517
|
-
.icon-sorter:before {
|
|
517
|
+
.icon-sorter-filled:before {
|
|
518
518
|
content: "\f1a7";
|
|
519
519
|
}
|
|
520
|
-
.icon-
|
|
520
|
+
.icon-sorter:before {
|
|
521
521
|
content: "\f1a8";
|
|
522
522
|
}
|
|
523
|
-
.icon-star:before {
|
|
523
|
+
.icon-star-filled:before {
|
|
524
524
|
content: "\f1a9";
|
|
525
525
|
}
|
|
526
|
-
.icon-
|
|
526
|
+
.icon-star:before {
|
|
527
527
|
content: "\f1aa";
|
|
528
528
|
}
|
|
529
|
-
.icon-
|
|
529
|
+
.icon-statement:before {
|
|
530
530
|
content: "\f1ab";
|
|
531
531
|
}
|
|
532
|
-
.icon-
|
|
532
|
+
.icon-stop:before {
|
|
533
533
|
content: "\f1ac";
|
|
534
534
|
}
|
|
535
|
-
.icon-
|
|
535
|
+
.icon-street-address:before {
|
|
536
536
|
content: "\f1ad";
|
|
537
537
|
}
|
|
538
|
-
.icon-
|
|
538
|
+
.icon-subtract:before {
|
|
539
539
|
content: "\f1ae";
|
|
540
540
|
}
|
|
541
|
-
.icon-
|
|
541
|
+
.icon-success:before {
|
|
542
542
|
content: "\f1af";
|
|
543
543
|
}
|
|
544
|
-
.icon-
|
|
544
|
+
.icon-support:before {
|
|
545
545
|
content: "\f1b0";
|
|
546
546
|
}
|
|
547
|
-
.icon-
|
|
547
|
+
.icon-taxnode:before {
|
|
548
548
|
content: "\f1b1";
|
|
549
549
|
}
|
|
550
|
-
.icon-
|
|
550
|
+
.icon-team:before {
|
|
551
551
|
content: "\f1b2";
|
|
552
552
|
}
|
|
553
|
-
.icon-
|
|
553
|
+
.icon-templates:before {
|
|
554
554
|
content: "\f1b3";
|
|
555
555
|
}
|
|
556
|
-
.icon-
|
|
556
|
+
.icon-term:before {
|
|
557
557
|
content: "\f1b4";
|
|
558
558
|
}
|
|
559
|
-
.icon-
|
|
559
|
+
.icon-tick:before {
|
|
560
560
|
content: "\f1b5";
|
|
561
561
|
}
|
|
562
|
-
.icon-
|
|
562
|
+
.icon-time:before {
|
|
563
563
|
content: "\f1b6";
|
|
564
564
|
}
|
|
565
|
-
.icon-
|
|
565
|
+
.icon-total-payable-lumpsum:before {
|
|
566
566
|
content: "\f1b7";
|
|
567
567
|
}
|
|
568
|
-
.icon-
|
|
568
|
+
.icon-trade-2:before {
|
|
569
569
|
content: "\f1b8";
|
|
570
570
|
}
|
|
571
|
-
.icon-
|
|
571
|
+
.icon-trash:before {
|
|
572
572
|
content: "\f1b9";
|
|
573
573
|
}
|
|
574
|
-
.icon-
|
|
574
|
+
.icon-trigger:before {
|
|
575
575
|
content: "\f1ba";
|
|
576
576
|
}
|
|
577
|
-
.icon-
|
|
577
|
+
.icon-unarchive:before {
|
|
578
578
|
content: "\f1bb";
|
|
579
579
|
}
|
|
580
|
-
.icon-
|
|
580
|
+
.icon-unlock:before {
|
|
581
581
|
content: "\f1bc";
|
|
582
582
|
}
|
|
583
|
-
.icon-upi:before {
|
|
583
|
+
.icon-upi-landscape:before {
|
|
584
584
|
content: "\f1bd";
|
|
585
585
|
}
|
|
586
|
-
.icon-
|
|
586
|
+
.icon-upi:before {
|
|
587
587
|
content: "\f1be";
|
|
588
588
|
}
|
|
589
|
-
.icon-
|
|
589
|
+
.icon-upload:before {
|
|
590
590
|
content: "\f1bf";
|
|
591
591
|
}
|
|
592
|
-
.icon-
|
|
592
|
+
.icon-upwards:before {
|
|
593
593
|
content: "\f1c0";
|
|
594
594
|
}
|
|
595
|
-
.icon-
|
|
595
|
+
.icon-voting-card:before {
|
|
596
596
|
content: "\f1c1";
|
|
597
597
|
}
|
|
598
|
-
.icon-
|
|
598
|
+
.icon-wallet:before {
|
|
599
599
|
content: "\f1c2";
|
|
600
600
|
}
|
|
601
|
-
.icon-
|
|
601
|
+
.icon-way-arrow:before {
|
|
602
602
|
content: "\f1c3";
|
|
603
603
|
}
|
|
604
|
-
.icon-
|
|
604
|
+
.icon-whitelisted:before {
|
|
605
605
|
content: "\f1c4";
|
|
606
606
|
}
|
|
607
|
-
.icon-
|
|
607
|
+
.icon-withdraw-simple:before {
|
|
608
608
|
content: "\f1c5";
|
|
609
609
|
}
|
|
610
|
-
.icon-
|
|
610
|
+
.icon-xpress:before {
|
|
611
611
|
content: "\f1c6";
|
|
612
612
|
}
|
|
613
|
+
.icon-zip-code:before {
|
|
614
|
+
content: "\f1c7";
|
|
615
|
+
}
|
package/dist/icons/icons.eot
CHANGED
|
Binary file
|
package/dist/icons/icons.html
CHANGED
|
@@ -1514,6 +1514,15 @@
|
|
|
1514
1514
|
</div>
|
|
1515
1515
|
|
|
1516
1516
|
|
|
1517
|
+
<div class="preview">
|
|
1518
|
+
<span class="inner">
|
|
1519
|
+
<i class="icon icon-side-2"></i>
|
|
1520
|
+
</span>
|
|
1521
|
+
<br>
|
|
1522
|
+
<span class='label'>side-2</span>
|
|
1523
|
+
</div>
|
|
1524
|
+
|
|
1525
|
+
|
|
1517
1526
|
<div class="preview">
|
|
1518
1527
|
<span class="inner">
|
|
1519
1528
|
<i class="icon icon-side"></i>
|
package/dist/icons/icons.json
CHANGED
|
@@ -161,40 +161,41 @@
|
|
|
161
161
|
"share": 61856,
|
|
162
162
|
"shield": 61857,
|
|
163
163
|
"show": 61858,
|
|
164
|
-
"side": 61859,
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"sorter": 61863,
|
|
169
|
-
"
|
|
170
|
-
"star": 61865,
|
|
171
|
-
"
|
|
172
|
-
"
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
"
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
-
"upi": 61885,
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
"
|
|
199
|
-
"
|
|
164
|
+
"side-2": 61859,
|
|
165
|
+
"side": 61860,
|
|
166
|
+
"sip": 61861,
|
|
167
|
+
"sms": 61862,
|
|
168
|
+
"sorter-filled": 61863,
|
|
169
|
+
"sorter": 61864,
|
|
170
|
+
"star-filled": 61865,
|
|
171
|
+
"star": 61866,
|
|
172
|
+
"statement": 61867,
|
|
173
|
+
"stop": 61868,
|
|
174
|
+
"street-address": 61869,
|
|
175
|
+
"subtract": 61870,
|
|
176
|
+
"success": 61871,
|
|
177
|
+
"support": 61872,
|
|
178
|
+
"taxnode": 61873,
|
|
179
|
+
"team": 61874,
|
|
180
|
+
"templates": 61875,
|
|
181
|
+
"term": 61876,
|
|
182
|
+
"tick": 61877,
|
|
183
|
+
"time": 61878,
|
|
184
|
+
"total-payable-lumpsum": 61879,
|
|
185
|
+
"trade-2": 61880,
|
|
186
|
+
"trash": 61881,
|
|
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
|
|
200
201
|
}
|
package/dist/icons/icons.ts
CHANGED
|
@@ -161,6 +161,7 @@ export type IconsId =
|
|
|
161
161
|
| "share"
|
|
162
162
|
| "shield"
|
|
163
163
|
| "show"
|
|
164
|
+
| "side-2"
|
|
164
165
|
| "side"
|
|
165
166
|
| "sip"
|
|
166
167
|
| "sms"
|
|
@@ -361,6 +362,7 @@ export type IconsKey =
|
|
|
361
362
|
| "Share"
|
|
362
363
|
| "Shield"
|
|
363
364
|
| "Show"
|
|
365
|
+
| "Side_2"
|
|
364
366
|
| "Side"
|
|
365
367
|
| "Sip"
|
|
366
368
|
| "Sms"
|
|
@@ -561,6 +563,7 @@ export enum Icons {
|
|
|
561
563
|
Share = "share",
|
|
562
564
|
Shield = "shield",
|
|
563
565
|
Show = "show",
|
|
566
|
+
Side_2 = "side-2",
|
|
564
567
|
Side = "side",
|
|
565
568
|
Sip = "sip",
|
|
566
569
|
Sms = "sms",
|
|
@@ -762,40 +765,41 @@ export const ICONS_CODEPOINTS: { [key in Icons]: string } = {
|
|
|
762
765
|
[Icons.Share]: "61856",
|
|
763
766
|
[Icons.Shield]: "61857",
|
|
764
767
|
[Icons.Show]: "61858",
|
|
765
|
-
[Icons.
|
|
766
|
-
[Icons.
|
|
767
|
-
[Icons.
|
|
768
|
-
[Icons.
|
|
769
|
-
[Icons.
|
|
770
|
-
[Icons.
|
|
771
|
-
[Icons.
|
|
772
|
-
[Icons.
|
|
773
|
-
[Icons.
|
|
774
|
-
[Icons.
|
|
775
|
-
[Icons.
|
|
776
|
-
[Icons.
|
|
777
|
-
[Icons.
|
|
778
|
-
[Icons.
|
|
779
|
-
[Icons.
|
|
780
|
-
[Icons.
|
|
781
|
-
[Icons.
|
|
782
|
-
[Icons.
|
|
783
|
-
[Icons.
|
|
784
|
-
[Icons.
|
|
785
|
-
[Icons.
|
|
786
|
-
[Icons.
|
|
787
|
-
[Icons.
|
|
788
|
-
[Icons.
|
|
789
|
-
[Icons.
|
|
790
|
-
[Icons.
|
|
791
|
-
[Icons.
|
|
792
|
-
[Icons.
|
|
793
|
-
[Icons.
|
|
794
|
-
[Icons.
|
|
795
|
-
[Icons.
|
|
796
|
-
[Icons.
|
|
797
|
-
[Icons.
|
|
798
|
-
[Icons.
|
|
799
|
-
[Icons.
|
|
800
|
-
[Icons.
|
|
768
|
+
[Icons.Side_2]: "61859",
|
|
769
|
+
[Icons.Side]: "61860",
|
|
770
|
+
[Icons.Sip]: "61861",
|
|
771
|
+
[Icons.Sms]: "61862",
|
|
772
|
+
[Icons.SorterFilled]: "61863",
|
|
773
|
+
[Icons.Sorter]: "61864",
|
|
774
|
+
[Icons.StarFilled]: "61865",
|
|
775
|
+
[Icons.Star]: "61866",
|
|
776
|
+
[Icons.Statement]: "61867",
|
|
777
|
+
[Icons.Stop]: "61868",
|
|
778
|
+
[Icons.StreetAddress]: "61869",
|
|
779
|
+
[Icons.Subtract]: "61870",
|
|
780
|
+
[Icons.Success]: "61871",
|
|
781
|
+
[Icons.Support]: "61872",
|
|
782
|
+
[Icons.Taxnode]: "61873",
|
|
783
|
+
[Icons.Team]: "61874",
|
|
784
|
+
[Icons.Templates]: "61875",
|
|
785
|
+
[Icons.Term]: "61876",
|
|
786
|
+
[Icons.Tick]: "61877",
|
|
787
|
+
[Icons.Time]: "61878",
|
|
788
|
+
[Icons.TotalPayableLumpsum]: "61879",
|
|
789
|
+
[Icons.Trade_2]: "61880",
|
|
790
|
+
[Icons.Trash]: "61881",
|
|
791
|
+
[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",
|
|
801
805
|
};
|
package/dist/icons/icons.woff
CHANGED
|
Binary file
|
package/dist/icons/icons.woff2
CHANGED
|
Binary file
|