zebpay-ui 0.0.13 → 0.0.14

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.
Files changed (97) hide show
  1. package/dist/cjs/components/Accordion/index.d.ts +11 -0
  2. package/dist/cjs/components/Accordion/style.d.ts +5 -0
  3. package/dist/cjs/components/Button/index.d.ts +5 -0
  4. package/dist/cjs/components/Button/styles.d.ts +10 -0
  5. package/dist/cjs/components/Button/typings.d.ts +11 -0
  6. package/dist/cjs/components/Checkbox/index.d.ts +5 -0
  7. package/dist/cjs/components/Checkbox/styles.d.ts +8 -0
  8. package/dist/cjs/components/Checkbox/typings.d.ts +13 -0
  9. package/dist/cjs/components/CircularLoader/index.d.ts +4 -0
  10. package/dist/cjs/components/CircularLoader/style.d.ts +2 -0
  11. package/dist/cjs/components/CircularLoader/typings.d.ts +4 -0
  12. package/dist/cjs/components/DateRangePicker/index.d.ts +14 -0
  13. package/dist/cjs/components/Input/index.d.ts +4 -0
  14. package/dist/cjs/components/Input/styles.d.ts +13 -0
  15. package/dist/cjs/components/Input/typings.d.ts +23 -0
  16. package/dist/cjs/components/PinInput/PinInputField.d.ts +5 -0
  17. package/dist/cjs/components/PinInput/index.d.ts +5 -0
  18. package/dist/cjs/components/PinInput/style.d.ts +8 -0
  19. package/dist/cjs/components/PinInput/typing.d.ts +19 -0
  20. package/dist/cjs/components/Popper/index.d.ts +5 -0
  21. package/dist/cjs/components/Popper/styles.d.ts +6 -0
  22. package/dist/cjs/components/Popper/typings.d.ts +14 -0
  23. package/dist/cjs/components/Radio/index.d.ts +5 -0
  24. package/dist/cjs/components/Radio/styles.d.ts +3 -0
  25. package/dist/cjs/components/Radio/typings.d.ts +13 -0
  26. package/dist/cjs/components/Tabs/index.d.ts +6 -0
  27. package/dist/cjs/components/Tabs/styles.d.ts +10 -0
  28. package/dist/cjs/components/Tabs/typings.d.ts +15 -0
  29. package/dist/cjs/components/Tags/index.d.ts +8 -0
  30. package/dist/cjs/components/Tags/style.d.ts +1 -0
  31. package/dist/cjs/components/Toast/index.d.ts +6 -0
  32. package/dist/cjs/components/Toast/styles.d.ts +12 -0
  33. package/dist/cjs/components/Toast/typings.d.ts +6 -0
  34. package/dist/cjs/components/index.d.ts +12 -0
  35. package/dist/cjs/hooks/index.d.ts +1 -0
  36. package/dist/cjs/hooks/useFocus.d.ts +6 -0
  37. package/dist/cjs/index.d.ts +2 -0
  38. package/dist/cjs/index.js +2 -0
  39. package/dist/cjs/index.js.map +1 -0
  40. package/dist/cjs/styles/colors.d.ts +34 -0
  41. package/dist/cjs/styles/index.d.ts +5 -0
  42. package/dist/cjs/styles/mixins.d.ts +20 -0
  43. package/dist/cjs/styles/typography.d.ts +6 -0
  44. package/dist/cjs/styles/utils.d.ts +10 -0
  45. package/dist/esm/components/Accordion/index.d.ts +11 -0
  46. package/dist/esm/components/Accordion/style.d.ts +5 -0
  47. package/dist/esm/components/Button/index.d.ts +5 -0
  48. package/dist/esm/components/Button/styles.d.ts +10 -0
  49. package/dist/esm/components/Button/typings.d.ts +11 -0
  50. package/dist/esm/components/Checkbox/index.d.ts +5 -0
  51. package/dist/esm/components/Checkbox/styles.d.ts +8 -0
  52. package/dist/esm/components/Checkbox/typings.d.ts +13 -0
  53. package/dist/esm/components/CircularLoader/index.d.ts +4 -0
  54. package/dist/esm/components/CircularLoader/style.d.ts +2 -0
  55. package/dist/esm/components/CircularLoader/typings.d.ts +4 -0
  56. package/dist/esm/components/DateRangePicker/index.d.ts +14 -0
  57. package/dist/esm/components/Input/index.d.ts +4 -0
  58. package/dist/esm/components/Input/styles.d.ts +13 -0
  59. package/dist/esm/components/Input/typings.d.ts +23 -0
  60. package/dist/esm/components/PinInput/PinInputField.d.ts +5 -0
  61. package/dist/esm/components/PinInput/index.d.ts +5 -0
  62. package/dist/esm/components/PinInput/style.d.ts +8 -0
  63. package/dist/esm/components/PinInput/typing.d.ts +19 -0
  64. package/dist/esm/components/Popper/index.d.ts +5 -0
  65. package/dist/esm/components/Popper/styles.d.ts +6 -0
  66. package/dist/esm/components/Popper/typings.d.ts +14 -0
  67. package/dist/esm/components/Radio/index.d.ts +5 -0
  68. package/dist/esm/components/Radio/styles.d.ts +3 -0
  69. package/dist/esm/components/Radio/typings.d.ts +13 -0
  70. package/dist/esm/components/Tabs/index.d.ts +6 -0
  71. package/dist/esm/components/Tabs/styles.d.ts +10 -0
  72. package/dist/esm/components/Tabs/typings.d.ts +15 -0
  73. package/dist/esm/components/Tags/index.d.ts +8 -0
  74. package/dist/esm/components/Tags/style.d.ts +1 -0
  75. package/dist/esm/components/Toast/index.d.ts +6 -0
  76. package/dist/esm/components/Toast/styles.d.ts +12 -0
  77. package/dist/esm/components/Toast/typings.d.ts +6 -0
  78. package/dist/esm/components/index.d.ts +12 -0
  79. package/dist/esm/hooks/index.d.ts +1 -0
  80. package/dist/esm/hooks/useFocus.d.ts +6 -0
  81. package/dist/esm/index.d.ts +2 -0
  82. package/dist/esm/index.js +2 -0
  83. package/dist/esm/index.js.map +1 -0
  84. package/dist/esm/styles/colors.d.ts +34 -0
  85. package/dist/esm/styles/index.d.ts +5 -0
  86. package/dist/esm/styles/mixins.d.ts +20 -0
  87. package/dist/esm/styles/typography.d.ts +6 -0
  88. package/dist/esm/styles/utils.d.ts +10 -0
  89. package/dist/icons/icons.css +489 -0
  90. package/dist/icons/icons.eot +0 -0
  91. package/dist/icons/icons.html +1473 -0
  92. package/dist/icons/icons.json +159 -0
  93. package/dist/icons/icons.ts +637 -0
  94. package/dist/icons/icons.woff +0 -0
  95. package/dist/icons/icons.woff2 +0 -0
  96. package/package.json +1 -1
  97. package/release.md +10 -0
@@ -0,0 +1,637 @@
1
+ export type IconsId =
2
+ | "1-graph"
3
+ | "4-graph"
4
+ | "account-no"
5
+ | "activity"
6
+ | "add-collateral"
7
+ | "add"
8
+ | "address"
9
+ | "api"
10
+ | "arrow-down"
11
+ | "arrow-left"
12
+ | "arrow-right"
13
+ | "arrow-up"
14
+ | "asterik"
15
+ | "balance-ltv"
16
+ | "bank"
17
+ | "blog"
18
+ | "bonus"
19
+ | "buy-crypto"
20
+ | "calendar"
21
+ | "camera"
22
+ | "cancelled"
23
+ | "candle-chart"
24
+ | "cheque"
25
+ | "circle-cross"
26
+ | "circulation-supply"
27
+ | "city"
28
+ | "coin-stack"
29
+ | "coins"
30
+ | "compare"
31
+ | "completed"
32
+ | "contract"
33
+ | "copy"
34
+ | "coupon"
35
+ | "cross"
36
+ | "deactivate"
37
+ | "deposit"
38
+ | "depth-chart"
39
+ | "district"
40
+ | "dob"
41
+ | "download"
42
+ | "downwards"
43
+ | "driving-licence"
44
+ | "earned"
45
+ | "edit"
46
+ | "email"
47
+ | "emi-amount"
48
+ | "emi-duedate"
49
+ | "error"
50
+ | "expand"
51
+ | "external-link"
52
+ | "facelock"
53
+ | "fees"
54
+ | "filter"
55
+ | "fingerprint"
56
+ | "form"
57
+ | "globe"
58
+ | "hamburger"
59
+ | "help"
60
+ | "hide"
61
+ | "home"
62
+ | "ifsc"
63
+ | "income-source"
64
+ | "indicators"
65
+ | "info"
66
+ | "initial-ltv"
67
+ | "instant-buy-sell"
68
+ | "interest-amount"
69
+ | "interest-rate"
70
+ | "kyc"
71
+ | "lend"
72
+ | "link"
73
+ | "liquidation-cost"
74
+ | "liquidation-id"
75
+ | "liquidation-price"
76
+ | "liquidation"
77
+ | "list"
78
+ | "loan-amount"
79
+ | "loan-details"
80
+ | "loan-repayment"
81
+ | "loan-term"
82
+ | "location"
83
+ | "lock"
84
+ | "logout"
85
+ | "ltv-ratio"
86
+ | "mail"
87
+ | "map"
88
+ | "margin-call"
89
+ | "max-supply"
90
+ | "menu"
91
+ | "more-options"
92
+ | "negative"
93
+ | "network"
94
+ | "next"
95
+ | "nominee"
96
+ | "note"
97
+ | "notification"
98
+ | "occupation"
99
+ | "ongoing"
100
+ | "order"
101
+ | "orders-complete"
102
+ | "pair-selector"
103
+ | "pan"
104
+ | "passbook"
105
+ | "passport"
106
+ | "pay-emi"
107
+ | "pay-lumpsum"
108
+ | "pay-off-loan"
109
+ | "penalty-charges"
110
+ | "percentage"
111
+ | "phone"
112
+ | "positive"
113
+ | "prepay-principal"
114
+ | "previous"
115
+ | "profile"
116
+ | "quicktrade"
117
+ | "rank"
118
+ | "ream"
119
+ | "recieve"
120
+ | "repayment-schedule"
121
+ | "reports"
122
+ | "reset"
123
+ | "save"
124
+ | "scan"
125
+ | "search"
126
+ | "security"
127
+ | "selfie"
128
+ | "sell-crypto"
129
+ | "send-email"
130
+ | "send"
131
+ | "separator"
132
+ | "setttings"
133
+ | "share"
134
+ | "show"
135
+ | "side"
136
+ | "sip"
137
+ | "sms"
138
+ | "star-filled"
139
+ | "star"
140
+ | "statement"
141
+ | "stop"
142
+ | "street-address"
143
+ | "subtract"
144
+ | "success"
145
+ | "support"
146
+ | "templates"
147
+ | "term"
148
+ | "tick"
149
+ | "total-payable-lumpsum"
150
+ | "trash"
151
+ | "unlock"
152
+ | "upi"
153
+ | "upload"
154
+ | "upwards"
155
+ | "voting-card"
156
+ | "wallet"
157
+ | "xpress"
158
+ | "zip-code";
159
+
160
+ export type IconsKey =
161
+ | "i1Graph"
162
+ | "i4Graph"
163
+ | "AccountNo"
164
+ | "Activity"
165
+ | "AddCollateral"
166
+ | "Add"
167
+ | "Address"
168
+ | "Api"
169
+ | "ArrowDown"
170
+ | "ArrowLeft"
171
+ | "ArrowRight"
172
+ | "ArrowUp"
173
+ | "Asterik"
174
+ | "BalanceLtv"
175
+ | "Bank"
176
+ | "Blog"
177
+ | "Bonus"
178
+ | "BuyCrypto"
179
+ | "Calendar"
180
+ | "Camera"
181
+ | "Cancelled"
182
+ | "CandleChart"
183
+ | "Cheque"
184
+ | "CircleCross"
185
+ | "CirculationSupply"
186
+ | "City"
187
+ | "CoinStack"
188
+ | "Coins"
189
+ | "Compare"
190
+ | "Completed"
191
+ | "Contract"
192
+ | "Copy"
193
+ | "Coupon"
194
+ | "Cross"
195
+ | "Deactivate"
196
+ | "Deposit"
197
+ | "DepthChart"
198
+ | "District"
199
+ | "Dob"
200
+ | "Download"
201
+ | "Downwards"
202
+ | "DrivingLicence"
203
+ | "Earned"
204
+ | "Edit"
205
+ | "Email"
206
+ | "EmiAmount"
207
+ | "EmiDuedate"
208
+ | "Error"
209
+ | "Expand"
210
+ | "ExternalLink"
211
+ | "Facelock"
212
+ | "Fees"
213
+ | "Filter"
214
+ | "Fingerprint"
215
+ | "Form"
216
+ | "Globe"
217
+ | "Hamburger"
218
+ | "Help"
219
+ | "Hide"
220
+ | "Home"
221
+ | "Ifsc"
222
+ | "IncomeSource"
223
+ | "Indicators"
224
+ | "Info"
225
+ | "InitialLtv"
226
+ | "InstantBuySell"
227
+ | "InterestAmount"
228
+ | "InterestRate"
229
+ | "Kyc"
230
+ | "Lend"
231
+ | "Link"
232
+ | "LiquidationCost"
233
+ | "LiquidationId"
234
+ | "LiquidationPrice"
235
+ | "Liquidation"
236
+ | "List"
237
+ | "LoanAmount"
238
+ | "LoanDetails"
239
+ | "LoanRepayment"
240
+ | "LoanTerm"
241
+ | "Location"
242
+ | "Lock"
243
+ | "Logout"
244
+ | "LtvRatio"
245
+ | "Mail"
246
+ | "Map"
247
+ | "MarginCall"
248
+ | "MaxSupply"
249
+ | "Menu"
250
+ | "MoreOptions"
251
+ | "Negative"
252
+ | "Network"
253
+ | "Next"
254
+ | "Nominee"
255
+ | "Note"
256
+ | "Notification"
257
+ | "Occupation"
258
+ | "Ongoing"
259
+ | "Order"
260
+ | "OrdersComplete"
261
+ | "PairSelector"
262
+ | "Pan"
263
+ | "Passbook"
264
+ | "Passport"
265
+ | "PayEmi"
266
+ | "PayLumpsum"
267
+ | "PayOffLoan"
268
+ | "PenaltyCharges"
269
+ | "Percentage"
270
+ | "Phone"
271
+ | "Positive"
272
+ | "PrepayPrincipal"
273
+ | "Previous"
274
+ | "Profile"
275
+ | "Quicktrade"
276
+ | "Rank"
277
+ | "Ream"
278
+ | "Recieve"
279
+ | "RepaymentSchedule"
280
+ | "Reports"
281
+ | "Reset"
282
+ | "Save"
283
+ | "Scan"
284
+ | "Search"
285
+ | "Security"
286
+ | "Selfie"
287
+ | "SellCrypto"
288
+ | "SendEmail"
289
+ | "Send"
290
+ | "Separator"
291
+ | "Setttings"
292
+ | "Share"
293
+ | "Show"
294
+ | "Side"
295
+ | "Sip"
296
+ | "Sms"
297
+ | "StarFilled"
298
+ | "Star"
299
+ | "Statement"
300
+ | "Stop"
301
+ | "StreetAddress"
302
+ | "Subtract"
303
+ | "Success"
304
+ | "Support"
305
+ | "Templates"
306
+ | "Term"
307
+ | "Tick"
308
+ | "TotalPayableLumpsum"
309
+ | "Trash"
310
+ | "Unlock"
311
+ | "Upi"
312
+ | "Upload"
313
+ | "Upwards"
314
+ | "VotingCard"
315
+ | "Wallet"
316
+ | "Xpress"
317
+ | "ZipCode";
318
+
319
+ export enum Icons {
320
+ i1Graph = "1-graph",
321
+ i4Graph = "4-graph",
322
+ AccountNo = "account-no",
323
+ Activity = "activity",
324
+ AddCollateral = "add-collateral",
325
+ Add = "add",
326
+ Address = "address",
327
+ Api = "api",
328
+ ArrowDown = "arrow-down",
329
+ ArrowLeft = "arrow-left",
330
+ ArrowRight = "arrow-right",
331
+ ArrowUp = "arrow-up",
332
+ Asterik = "asterik",
333
+ BalanceLtv = "balance-ltv",
334
+ Bank = "bank",
335
+ Blog = "blog",
336
+ Bonus = "bonus",
337
+ BuyCrypto = "buy-crypto",
338
+ Calendar = "calendar",
339
+ Camera = "camera",
340
+ Cancelled = "cancelled",
341
+ CandleChart = "candle-chart",
342
+ Cheque = "cheque",
343
+ CircleCross = "circle-cross",
344
+ CirculationSupply = "circulation-supply",
345
+ City = "city",
346
+ CoinStack = "coin-stack",
347
+ Coins = "coins",
348
+ Compare = "compare",
349
+ Completed = "completed",
350
+ Contract = "contract",
351
+ Copy = "copy",
352
+ Coupon = "coupon",
353
+ Cross = "cross",
354
+ Deactivate = "deactivate",
355
+ Deposit = "deposit",
356
+ DepthChart = "depth-chart",
357
+ District = "district",
358
+ Dob = "dob",
359
+ Download = "download",
360
+ Downwards = "downwards",
361
+ DrivingLicence = "driving-licence",
362
+ Earned = "earned",
363
+ Edit = "edit",
364
+ Email = "email",
365
+ EmiAmount = "emi-amount",
366
+ EmiDuedate = "emi-duedate",
367
+ Error = "error",
368
+ Expand = "expand",
369
+ ExternalLink = "external-link",
370
+ Facelock = "facelock",
371
+ Fees = "fees",
372
+ Filter = "filter",
373
+ Fingerprint = "fingerprint",
374
+ Form = "form",
375
+ Globe = "globe",
376
+ Hamburger = "hamburger",
377
+ Help = "help",
378
+ Hide = "hide",
379
+ Home = "home",
380
+ Ifsc = "ifsc",
381
+ IncomeSource = "income-source",
382
+ Indicators = "indicators",
383
+ Info = "info",
384
+ InitialLtv = "initial-ltv",
385
+ InstantBuySell = "instant-buy-sell",
386
+ InterestAmount = "interest-amount",
387
+ InterestRate = "interest-rate",
388
+ Kyc = "kyc",
389
+ Lend = "lend",
390
+ Link = "link",
391
+ LiquidationCost = "liquidation-cost",
392
+ LiquidationId = "liquidation-id",
393
+ LiquidationPrice = "liquidation-price",
394
+ Liquidation = "liquidation",
395
+ List = "list",
396
+ LoanAmount = "loan-amount",
397
+ LoanDetails = "loan-details",
398
+ LoanRepayment = "loan-repayment",
399
+ LoanTerm = "loan-term",
400
+ Location = "location",
401
+ Lock = "lock",
402
+ Logout = "logout",
403
+ LtvRatio = "ltv-ratio",
404
+ Mail = "mail",
405
+ Map = "map",
406
+ MarginCall = "margin-call",
407
+ MaxSupply = "max-supply",
408
+ Menu = "menu",
409
+ MoreOptions = "more-options",
410
+ Negative = "negative",
411
+ Network = "network",
412
+ Next = "next",
413
+ Nominee = "nominee",
414
+ Note = "note",
415
+ Notification = "notification",
416
+ Occupation = "occupation",
417
+ Ongoing = "ongoing",
418
+ Order = "order",
419
+ OrdersComplete = "orders-complete",
420
+ PairSelector = "pair-selector",
421
+ Pan = "pan",
422
+ Passbook = "passbook",
423
+ Passport = "passport",
424
+ PayEmi = "pay-emi",
425
+ PayLumpsum = "pay-lumpsum",
426
+ PayOffLoan = "pay-off-loan",
427
+ PenaltyCharges = "penalty-charges",
428
+ Percentage = "percentage",
429
+ Phone = "phone",
430
+ Positive = "positive",
431
+ PrepayPrincipal = "prepay-principal",
432
+ Previous = "previous",
433
+ Profile = "profile",
434
+ Quicktrade = "quicktrade",
435
+ Rank = "rank",
436
+ Ream = "ream",
437
+ Recieve = "recieve",
438
+ RepaymentSchedule = "repayment-schedule",
439
+ Reports = "reports",
440
+ Reset = "reset",
441
+ Save = "save",
442
+ Scan = "scan",
443
+ Search = "search",
444
+ Security = "security",
445
+ Selfie = "selfie",
446
+ SellCrypto = "sell-crypto",
447
+ SendEmail = "send-email",
448
+ Send = "send",
449
+ Separator = "separator",
450
+ Setttings = "setttings",
451
+ Share = "share",
452
+ Show = "show",
453
+ Side = "side",
454
+ Sip = "sip",
455
+ Sms = "sms",
456
+ StarFilled = "star-filled",
457
+ Star = "star",
458
+ Statement = "statement",
459
+ Stop = "stop",
460
+ StreetAddress = "street-address",
461
+ Subtract = "subtract",
462
+ Success = "success",
463
+ Support = "support",
464
+ Templates = "templates",
465
+ Term = "term",
466
+ Tick = "tick",
467
+ TotalPayableLumpsum = "total-payable-lumpsum",
468
+ Trash = "trash",
469
+ Unlock = "unlock",
470
+ Upi = "upi",
471
+ Upload = "upload",
472
+ Upwards = "upwards",
473
+ VotingCard = "voting-card",
474
+ Wallet = "wallet",
475
+ Xpress = "xpress",
476
+ ZipCode = "zip-code",
477
+ }
478
+
479
+ export const ICONS_CODEPOINTS: { [key in Icons]: string } = {
480
+ [Icons.i1Graph]: "61697",
481
+ [Icons.i4Graph]: "61698",
482
+ [Icons.AccountNo]: "61699",
483
+ [Icons.Activity]: "61700",
484
+ [Icons.AddCollateral]: "61701",
485
+ [Icons.Add]: "61702",
486
+ [Icons.Address]: "61703",
487
+ [Icons.Api]: "61704",
488
+ [Icons.ArrowDown]: "61705",
489
+ [Icons.ArrowLeft]: "61706",
490
+ [Icons.ArrowRight]: "61707",
491
+ [Icons.ArrowUp]: "61708",
492
+ [Icons.Asterik]: "61709",
493
+ [Icons.BalanceLtv]: "61710",
494
+ [Icons.Bank]: "61711",
495
+ [Icons.Blog]: "61712",
496
+ [Icons.Bonus]: "61713",
497
+ [Icons.BuyCrypto]: "61714",
498
+ [Icons.Calendar]: "61715",
499
+ [Icons.Camera]: "61716",
500
+ [Icons.Cancelled]: "61717",
501
+ [Icons.CandleChart]: "61718",
502
+ [Icons.Cheque]: "61719",
503
+ [Icons.CircleCross]: "61720",
504
+ [Icons.CirculationSupply]: "61721",
505
+ [Icons.City]: "61722",
506
+ [Icons.CoinStack]: "61723",
507
+ [Icons.Coins]: "61724",
508
+ [Icons.Compare]: "61725",
509
+ [Icons.Completed]: "61726",
510
+ [Icons.Contract]: "61727",
511
+ [Icons.Copy]: "61728",
512
+ [Icons.Coupon]: "61729",
513
+ [Icons.Cross]: "61730",
514
+ [Icons.Deactivate]: "61731",
515
+ [Icons.Deposit]: "61732",
516
+ [Icons.DepthChart]: "61733",
517
+ [Icons.District]: "61734",
518
+ [Icons.Dob]: "61735",
519
+ [Icons.Download]: "61736",
520
+ [Icons.Downwards]: "61737",
521
+ [Icons.DrivingLicence]: "61738",
522
+ [Icons.Earned]: "61739",
523
+ [Icons.Edit]: "61740",
524
+ [Icons.Email]: "61741",
525
+ [Icons.EmiAmount]: "61742",
526
+ [Icons.EmiDuedate]: "61743",
527
+ [Icons.Error]: "61744",
528
+ [Icons.Expand]: "61745",
529
+ [Icons.ExternalLink]: "61746",
530
+ [Icons.Facelock]: "61747",
531
+ [Icons.Fees]: "61748",
532
+ [Icons.Filter]: "61749",
533
+ [Icons.Fingerprint]: "61750",
534
+ [Icons.Form]: "61751",
535
+ [Icons.Globe]: "61752",
536
+ [Icons.Hamburger]: "61753",
537
+ [Icons.Help]: "61754",
538
+ [Icons.Hide]: "61755",
539
+ [Icons.Home]: "61756",
540
+ [Icons.Ifsc]: "61757",
541
+ [Icons.IncomeSource]: "61758",
542
+ [Icons.Indicators]: "61759",
543
+ [Icons.Info]: "61760",
544
+ [Icons.InitialLtv]: "61761",
545
+ [Icons.InstantBuySell]: "61762",
546
+ [Icons.InterestAmount]: "61763",
547
+ [Icons.InterestRate]: "61764",
548
+ [Icons.Kyc]: "61765",
549
+ [Icons.Lend]: "61766",
550
+ [Icons.Link]: "61767",
551
+ [Icons.LiquidationCost]: "61768",
552
+ [Icons.LiquidationId]: "61769",
553
+ [Icons.LiquidationPrice]: "61770",
554
+ [Icons.Liquidation]: "61771",
555
+ [Icons.List]: "61772",
556
+ [Icons.LoanAmount]: "61773",
557
+ [Icons.LoanDetails]: "61774",
558
+ [Icons.LoanRepayment]: "61775",
559
+ [Icons.LoanTerm]: "61776",
560
+ [Icons.Location]: "61777",
561
+ [Icons.Lock]: "61778",
562
+ [Icons.Logout]: "61779",
563
+ [Icons.LtvRatio]: "61780",
564
+ [Icons.Mail]: "61781",
565
+ [Icons.Map]: "61782",
566
+ [Icons.MarginCall]: "61783",
567
+ [Icons.MaxSupply]: "61784",
568
+ [Icons.Menu]: "61785",
569
+ [Icons.MoreOptions]: "61786",
570
+ [Icons.Negative]: "61787",
571
+ [Icons.Network]: "61788",
572
+ [Icons.Next]: "61789",
573
+ [Icons.Nominee]: "61790",
574
+ [Icons.Note]: "61791",
575
+ [Icons.Notification]: "61792",
576
+ [Icons.Occupation]: "61793",
577
+ [Icons.Ongoing]: "61794",
578
+ [Icons.Order]: "61795",
579
+ [Icons.OrdersComplete]: "61796",
580
+ [Icons.PairSelector]: "61797",
581
+ [Icons.Pan]: "61798",
582
+ [Icons.Passbook]: "61799",
583
+ [Icons.Passport]: "61800",
584
+ [Icons.PayEmi]: "61801",
585
+ [Icons.PayLumpsum]: "61802",
586
+ [Icons.PayOffLoan]: "61803",
587
+ [Icons.PenaltyCharges]: "61804",
588
+ [Icons.Percentage]: "61805",
589
+ [Icons.Phone]: "61806",
590
+ [Icons.Positive]: "61807",
591
+ [Icons.PrepayPrincipal]: "61808",
592
+ [Icons.Previous]: "61809",
593
+ [Icons.Profile]: "61810",
594
+ [Icons.Quicktrade]: "61811",
595
+ [Icons.Rank]: "61812",
596
+ [Icons.Ream]: "61813",
597
+ [Icons.Recieve]: "61814",
598
+ [Icons.RepaymentSchedule]: "61815",
599
+ [Icons.Reports]: "61816",
600
+ [Icons.Reset]: "61817",
601
+ [Icons.Save]: "61818",
602
+ [Icons.Scan]: "61819",
603
+ [Icons.Search]: "61820",
604
+ [Icons.Security]: "61821",
605
+ [Icons.Selfie]: "61822",
606
+ [Icons.SellCrypto]: "61823",
607
+ [Icons.SendEmail]: "61824",
608
+ [Icons.Send]: "61825",
609
+ [Icons.Separator]: "61826",
610
+ [Icons.Setttings]: "61827",
611
+ [Icons.Share]: "61828",
612
+ [Icons.Show]: "61829",
613
+ [Icons.Side]: "61830",
614
+ [Icons.Sip]: "61831",
615
+ [Icons.Sms]: "61832",
616
+ [Icons.StarFilled]: "61833",
617
+ [Icons.Star]: "61834",
618
+ [Icons.Statement]: "61835",
619
+ [Icons.Stop]: "61836",
620
+ [Icons.StreetAddress]: "61837",
621
+ [Icons.Subtract]: "61838",
622
+ [Icons.Success]: "61839",
623
+ [Icons.Support]: "61840",
624
+ [Icons.Templates]: "61841",
625
+ [Icons.Term]: "61842",
626
+ [Icons.Tick]: "61843",
627
+ [Icons.TotalPayableLumpsum]: "61844",
628
+ [Icons.Trash]: "61845",
629
+ [Icons.Unlock]: "61846",
630
+ [Icons.Upi]: "61847",
631
+ [Icons.Upload]: "61848",
632
+ [Icons.Upwards]: "61849",
633
+ [Icons.VotingCard]: "61850",
634
+ [Icons.Wallet]: "61851",
635
+ [Icons.Xpress]: "61852",
636
+ [Icons.ZipCode]: "61853",
637
+ };
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zebpay-ui",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
package/release.md ADDED
@@ -0,0 +1,10 @@
1
+ ### Build steps:
2
+
3
+ ```
4
+ yarn install;
5
+ yarn clear:output;
6
+ yarn build:icons;
7
+ yarn build;
8
+ npm login;
9
+ npm publish;
10
+ ```