tek-wallet 0.0.735 → 0.0.737

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 (76) hide show
  1. package/dist/components/TekWallet/components/index.d.ts +2 -0
  2. package/dist/components/TekWallet/components/index.js +2 -0
  3. package/dist/components/TekWallet/components/ui/AmountGroupAndChart/index.js +13 -12
  4. package/dist/components/TekWallet/components/ui/AnalyticGroup/index.js +10 -11
  5. package/dist/components/TekWallet/components/ui/DrawerComponent/index.d.ts +2 -0
  6. package/dist/components/TekWallet/components/ui/DrawerComponent/index.js +9 -12
  7. package/dist/components/TekWallet/components/ui/Fees/index.d.ts +1 -1
  8. package/dist/components/TekWallet/components/ui/Fees/index.js +2 -2
  9. package/dist/components/TekWallet/components/ui/HistorySwap/index.js +3 -2
  10. package/dist/components/TekWallet/components/ui/IncomeWallet/components/AnalyticGroup.d.ts +8 -0
  11. package/dist/components/TekWallet/components/ui/IncomeWallet/components/AnalyticGroup.js +87 -0
  12. package/dist/components/TekWallet/components/ui/IncomeWallet/components/BalanceChart.d.ts +7 -0
  13. package/dist/components/TekWallet/components/ui/IncomeWallet/components/BalanceChart.js +170 -0
  14. package/dist/components/TekWallet/components/ui/IncomeWallet/components/FunctionItem.d.ts +11 -0
  15. package/dist/components/TekWallet/components/ui/IncomeWallet/components/FunctionItem.js +29 -0
  16. package/dist/components/TekWallet/components/ui/IncomeWallet/components/HistoryItem.d.ts +7 -0
  17. package/dist/components/TekWallet/components/ui/IncomeWallet/components/HistoryItem.js +60 -0
  18. package/dist/components/TekWallet/components/ui/IncomeWallet/components/WealthDeposit.d.ts +13 -0
  19. package/dist/components/TekWallet/components/ui/IncomeWallet/components/WealthDeposit.js +69 -0
  20. package/dist/components/TekWallet/components/ui/IncomeWallet/components/WealthWithdraw.d.ts +13 -0
  21. package/dist/components/TekWallet/components/ui/IncomeWallet/components/WealthWithdraw.js +67 -0
  22. package/dist/components/TekWallet/components/ui/IncomeWallet/components/deposit/index.d.ts +6 -0
  23. package/dist/components/TekWallet/components/ui/IncomeWallet/components/deposit/index.js +13 -0
  24. package/dist/components/TekWallet/components/ui/IncomeWallet/components/history/index.d.ts +6 -0
  25. package/dist/components/TekWallet/components/ui/IncomeWallet/components/history/index.js +19 -0
  26. package/dist/components/TekWallet/components/ui/IncomeWallet/index.d.ts +8 -0
  27. package/dist/components/TekWallet/components/ui/IncomeWallet/index.js +57 -0
  28. package/dist/components/TekWallet/components/ui/IncomeWallet/types/index.d.ts +2 -0
  29. package/dist/components/TekWallet/components/ui/IncomeWallet/types/index.js +18 -0
  30. package/dist/components/TekWallet/components/ui/IncomeWallet/types/transaction.history.dto.d.ts +15 -0
  31. package/dist/components/TekWallet/components/ui/IncomeWallet/types/transaction.history.dto.js +2 -0
  32. package/dist/components/TekWallet/components/ui/IncomeWallet/types/userinfo.dto.d.ts +12 -0
  33. package/dist/components/TekWallet/components/ui/IncomeWallet/types/userinfo.dto.js +2 -0
  34. package/dist/components/TekWallet/components/ui/ModalLayout/index.d.ts +1 -1
  35. package/dist/components/TekWallet/components/ui/ModalLayout/index.js +1 -1
  36. package/dist/components/TekWallet/components/ui/QRCode/index.js +1 -1
  37. package/dist/components/TekWallet/components/ui/QrCodeReader/index.js +1 -1
  38. package/dist/components/TekWallet/components/ui/ReceiveFunction/index.d.ts +1 -3
  39. package/dist/components/TekWallet/components/ui/ReceiveFunction/index.js +13 -27
  40. package/dist/components/TekWallet/components/ui/ReceiveHistory/index.js +3 -2
  41. package/dist/components/TekWallet/components/ui/Spacer/index.d.ts +5 -0
  42. package/dist/components/TekWallet/components/ui/Spacer/index.js +7 -0
  43. package/dist/components/TekWallet/components/ui/SvgPath/index.d.ts +5 -0
  44. package/dist/components/TekWallet/components/ui/SvgPath/index.js +7 -2
  45. package/dist/components/TekWallet/components/ui/TransferConfirmation/index.d.ts +1 -0
  46. package/dist/components/TekWallet/components/ui/TransferConfirmation/index.js +21 -14
  47. package/dist/components/TekWallet/index.d.ts +10 -0
  48. package/dist/components/TekWallet/index.js +10 -0
  49. package/dist/components/TekWallet/theme/mui/theme.d.ts +5 -0
  50. package/dist/components/TekWallet/theme/mui/theme.js +5 -0
  51. package/dist/components/TekWallet/types/expose-type.d.ts +0 -46
  52. package/dist/components/TekWallet/utils/ref.extension.d.ts +3 -0
  53. package/dist/components/TekWallet/utils/ref.extension.js +8 -0
  54. package/package.json +1 -1
  55. package/dist/components/TekWallet/components/ui/FiatDeposit/components/shareAction.d.ts +0 -8
  56. package/dist/components/TekWallet/components/ui/FiatDeposit/components/shareAction.js +0 -149
  57. package/dist/components/TekWallet/components/ui/FiatDeposit/components/shareDrawer.d.ts +0 -8
  58. package/dist/components/TekWallet/components/ui/FiatDeposit/components/shareDrawer.js +0 -21
  59. package/dist/components/TekWallet/components/ui/FiatDeposit/components/shareImage.d.ts +0 -9
  60. package/dist/components/TekWallet/components/ui/FiatDeposit/components/shareImage.js +0 -125
  61. package/dist/components/TekWallet/components/ui/FiatDeposit/index.d.ts +0 -5
  62. package/dist/components/TekWallet/components/ui/FiatDeposit/index.js +0 -254
  63. package/dist/components/TekWallet/components/ui/TimeText/index.d.ts +0 -5
  64. package/dist/components/TekWallet/components/ui/TimeText/index.js +0 -22
  65. package/dist/components/TekWallet/services/axios/get-deposit-fiat-info-service/getDepositFiatInfoService.d.ts +0 -13
  66. package/dist/components/TekWallet/services/axios/get-deposit-fiat-info-service/getDepositFiatInfoService.js +0 -55
  67. package/dist/components/TekWallet/theme/mui/deposit-fiat-theme/components.d.ts +0 -3
  68. package/dist/components/TekWallet/theme/mui/deposit-fiat-theme/components.js +0 -158
  69. package/dist/components/TekWallet/theme/mui/deposit-fiat-theme/palette.d.ts +0 -55
  70. package/dist/components/TekWallet/theme/mui/deposit-fiat-theme/palette.js +0 -45
  71. package/dist/components/TekWallet/theme/mui/deposit-fiat-theme/theme.d.ts +0 -2
  72. package/dist/components/TekWallet/theme/mui/deposit-fiat-theme/theme.js +0 -13
  73. package/dist/components/TekWallet/theme/mui/deposit-fiat-theme/typography.d.ts +0 -39
  74. package/dist/components/TekWallet/theme/mui/deposit-fiat-theme/typography.js +0 -65
  75. package/dist/components/TekWallet/utils/cn.d.ts +0 -2
  76. package/dist/components/TekWallet/utils/cn.js +0 -12
@@ -1,39 +0,0 @@
1
- import type { Palette } from "@mui/material";
2
- import type { PaletteColor, TypographyVariantsOptions } from "@mui/material/styles";
3
- declare module "@mui/material/styles" {
4
- interface TypographyVariants {
5
- title01: React.CSSProperties;
6
- title02: React.CSSProperties;
7
- title03: React.CSSProperties;
8
- content02: React.CSSProperties;
9
- content01: React.CSSProperties;
10
- supportLabel: React.CSSProperties;
11
- supportButton: React.CSSProperties;
12
- }
13
- interface TypographyPropsColorOverrides {
14
- accent2?: Partial<PaletteColor>;
15
- accent3?: Partial<PaletteColor>;
16
- }
17
- interface TypographyVariantsOptions {
18
- title01?: React.CSSProperties;
19
- title02?: React.CSSProperties;
20
- title03?: React.CSSProperties;
21
- content02?: React.CSSProperties;
22
- content01?: React.CSSProperties;
23
- supportLabel?: React.CSSProperties;
24
- supportButton?: React.CSSProperties;
25
- }
26
- }
27
- declare module "@mui/material/Typography" {
28
- interface TypographyPropsVariantOverrides {
29
- title01: true;
30
- title02: true;
31
- title03: true;
32
- content02: true;
33
- content01: true;
34
- supportLabel: true;
35
- supportButton: true;
36
- h3: false;
37
- }
38
- }
39
- export declare const typography: TypographyVariantsOptions | ((palette: Palette) => TypographyVariantsOptions);
@@ -1,65 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.typography = void 0;
4
- exports.typography = {
5
- fontFamily: '"Urbanist", Helvetica',
6
- fontSize: 16,
7
- content01: {
8
- fontSize: ".75rem",
9
- fontWeight: 600,
10
- lineHeight: 1.4,
11
- letterSpacing: "0rem",
12
- fontStyle: "normal",
13
- },
14
- content02: {
15
- fontSize: ".688rem",
16
- fontWeight: 500,
17
- lineHeight: "170%",
18
- letterSpacing: "0.028rem",
19
- fontStyle: "normal",
20
- },
21
- supportButton: {
22
- fontSize: "0.875rem",
23
- fontWeight: 600,
24
- lineHeight: "120%",
25
- letterSpacing: "0rem",
26
- fontStyle: "normal",
27
- },
28
- supportLabel: {
29
- fontSize: "0.625rem",
30
- fontWeight: 600,
31
- lineHeight: 1.2,
32
- letterSpacing: "0rem",
33
- fontStyle: "normal",
34
- },
35
- title01: {
36
- fontSize: "1rem",
37
- fontWeight: 700,
38
- lineHeight: 1.4,
39
- letterSpacing: "0rem",
40
- fontStyle: "normal",
41
- },
42
- title02: {
43
- fontSize: "0.875rem",
44
- fontWeight: 700,
45
- lineHeight: 1.4,
46
- letterSpacing: "0.035rem",
47
- fontStyle: "normal",
48
- },
49
- title03: {
50
- fontSize: "0.813rem",
51
- fontWeight: 500,
52
- lineHeight: 1.4,
53
- letterSpacing: "0rem",
54
- fontStyle: "normal",
55
- },
56
- // Map the content02 typography to body2 for use in the component
57
- body2: {
58
- fontFamily: '"Urbanist", Helvetica',
59
- fontSize: "0.688rem",
60
- fontWeight: 500,
61
- lineHeight: 1.4,
62
- letterSpacing: "0.028rem",
63
- fontStyle: "normal",
64
- },
65
- };
@@ -1,2 +0,0 @@
1
- import type { ClassValue } from "clsx";
2
- export declare function cn(...inputs: ClassValue[]): string;
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.cn = cn;
4
- var clsx_1 = require("clsx");
5
- var tailwind_merge_1 = require("tailwind-merge");
6
- function cn() {
7
- var inputs = [];
8
- for (var _i = 0; _i < arguments.length; _i++) {
9
- inputs[_i] = arguments[_i];
10
- }
11
- return (0, tailwind_merge_1.twMerge)((0, clsx_1.clsx)(inputs));
12
- }