tek-wallet 0.0.805 → 0.0.807

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 (196) hide show
  1. package/dist/components/TekWallet/components/index.d.ts +2 -1
  2. package/dist/components/TekWallet/components/index.js +2 -1
  3. package/dist/components/TekWallet/components/layouts/ChildPageLayout/index.js +3 -3
  4. package/dist/components/TekWallet/components/layouts/DefaultPageLayout/index.js +3 -3
  5. package/dist/components/TekWallet/components/ui/ActivitiesTypeSlice/index.js +12 -8
  6. package/dist/components/TekWallet/components/ui/ActivityDetail/index.js +17 -19
  7. package/dist/components/TekWallet/components/ui/ActivityItem/index.js +13 -13
  8. package/dist/components/TekWallet/components/ui/AmountGroupAndChart/index.js +3 -3
  9. package/dist/components/TekWallet/components/ui/AnalyticGroup/index.js +20 -20
  10. package/dist/components/TekWallet/components/ui/AnalyticGroupCenter/index.js +9 -8
  11. package/dist/components/TekWallet/components/ui/AppBackDrop/index.js +3 -3
  12. package/dist/components/TekWallet/components/ui/AppDialog/index.js +3 -3
  13. package/dist/components/TekWallet/components/ui/AssetViewHeader/index.js +9 -8
  14. package/dist/components/TekWallet/components/ui/BackHeader/index.js +6 -6
  15. package/dist/components/TekWallet/components/ui/BottomActionLayout/index.js +3 -3
  16. package/dist/components/TekWallet/components/ui/Button/index.js +4 -4
  17. package/dist/components/TekWallet/components/ui/CardToken/index.js +8 -8
  18. package/dist/components/TekWallet/components/ui/Column/index.js +3 -3
  19. package/dist/components/TekWallet/components/ui/ConfirmByPasscode/index.js +6 -4
  20. package/dist/components/TekWallet/components/ui/ConfirmLayout/index.js +3 -3
  21. package/dist/components/TekWallet/components/ui/ConfirmSwapToken/Result.js +17 -17
  22. package/dist/components/TekWallet/components/ui/ConfirmTransfer/index.js +3 -3
  23. package/dist/components/TekWallet/components/ui/CopyTextComponent/index.js +6 -6
  24. package/dist/components/TekWallet/components/ui/CustomTooltip/index.js +4 -2
  25. package/dist/components/TekWallet/components/ui/DetailSwap/index.js +9 -9
  26. package/dist/components/TekWallet/components/ui/DialogContentLayout/index.js +6 -6
  27. package/dist/components/TekWallet/components/ui/DrawerDrag/index.js +3 -3
  28. package/dist/components/TekWallet/components/ui/EmptyData/index.js +3 -3
  29. package/dist/components/TekWallet/components/ui/Fees/index.js +25 -25
  30. package/dist/components/TekWallet/components/ui/FeesAutoDebounce/index.js +24 -25
  31. package/dist/components/TekWallet/components/ui/FiatDeposit/components/shareAction.js +4 -6
  32. package/dist/components/TekWallet/components/ui/FiatDeposit/components/shareDrawer.js +2 -5
  33. package/dist/components/TekWallet/components/ui/FiatDeposit/components/shareImage.js +1 -2
  34. package/dist/components/TekWallet/components/ui/FiatDeposit/index.js +28 -26
  35. package/dist/components/TekWallet/components/ui/Formatter/index.js +3 -0
  36. package/dist/components/TekWallet/components/ui/FunctionItem/index.js +4 -5
  37. package/dist/components/TekWallet/components/ui/Icon/index.js +1 -1
  38. package/dist/components/TekWallet/components/ui/IconText/index.js +3 -3
  39. package/dist/components/TekWallet/components/ui/IncomeWallet/components/AnalyticGroup.js +19 -20
  40. package/dist/components/TekWallet/components/ui/IncomeWallet/components/BalanceChart.js +5 -5
  41. package/dist/components/TekWallet/components/ui/IncomeWallet/components/FunctionItem.js +3 -3
  42. package/dist/components/TekWallet/components/ui/IncomeWallet/components/HistoryItem.js +3 -3
  43. package/dist/components/TekWallet/components/ui/IncomeWallet/components/WealthDeposit.js +3 -1
  44. package/dist/components/TekWallet/components/ui/IncomeWallet/components/WealthWithdraw.js +3 -1
  45. package/dist/components/TekWallet/components/ui/IncomeWallet/components/history/index.js +3 -3
  46. package/dist/components/TekWallet/components/ui/IncomeWallet/index.js +10 -10
  47. package/dist/components/TekWallet/components/ui/InlineTitleValue/index.js +3 -3
  48. package/dist/components/TekWallet/components/ui/Input/index.js +5 -5
  49. package/dist/components/TekWallet/components/ui/LineValue/index.js +3 -3
  50. package/dist/components/TekWallet/components/ui/ListItemCustom/index.js +8 -6
  51. package/dist/components/TekWallet/components/ui/LoadingLayout/index.js +3 -3
  52. package/dist/components/TekWallet/components/ui/LockToken/index.js +4 -4
  53. package/dist/components/TekWallet/components/ui/ModalCheckboxToken/index.js +22 -22
  54. package/dist/components/TekWallet/components/ui/ModalDateFilter/index.js +11 -11
  55. package/dist/components/TekWallet/components/ui/ModalLayout/index.js +3 -3
  56. package/dist/components/TekWallet/components/ui/ModalSelectToken/index.js +12 -12
  57. package/dist/components/TekWallet/components/ui/ModalStatusFilter/index.js +16 -16
  58. package/dist/components/TekWallet/components/ui/ModalTitle/index.js +3 -3
  59. package/dist/components/TekWallet/components/ui/NeonLineChart/index.js +4 -4
  60. package/dist/components/TekWallet/components/ui/NetworkSelection/index.js +5 -5
  61. package/dist/components/TekWallet/components/ui/OTP/index.js +24 -18
  62. package/dist/components/TekWallet/components/ui/PageHeader/index.js +3 -3
  63. package/dist/components/TekWallet/components/ui/QRCode/index.js +3 -1
  64. package/dist/components/TekWallet/components/ui/QrCodeReader/index.js +2 -3
  65. package/dist/components/TekWallet/components/ui/ReceiveDirectly/index.d.ts +26 -0
  66. package/dist/components/TekWallet/components/ui/ReceiveDirectly/index.js +365 -0
  67. package/dist/components/TekWallet/components/ui/ReceiveFunction/components/HelpView.js +4 -4
  68. package/dist/components/TekWallet/components/ui/ReceiveFunction/components/SortGroup.js +4 -4
  69. package/dist/components/TekWallet/components/ui/ReceiveFunction/components/SortTool.js +7 -12
  70. package/dist/components/TekWallet/components/ui/ReceiveFunction/index.js +39 -56
  71. package/dist/components/TekWallet/components/ui/ReceiveHistory/ReceiveCardHistory.js +13 -13
  72. package/dist/components/TekWallet/components/ui/ReceiveHistory/ReceiveHistoryDetails.js +22 -29
  73. package/dist/components/TekWallet/components/ui/ReceiveHistory/index.js +19 -19
  74. package/dist/components/TekWallet/components/ui/Row/index.js +3 -3
  75. package/dist/components/TekWallet/components/ui/ScanQRToSend/index.js +7 -7
  76. package/dist/components/TekWallet/components/ui/SearchBar.d.ts +10 -0
  77. package/dist/components/TekWallet/components/ui/SearchBar.js +42 -0
  78. package/dist/components/TekWallet/components/ui/SendExternalToken/index.js +7 -7
  79. package/dist/components/TekWallet/components/ui/SendInternalToken/index.js +5 -5
  80. package/dist/components/TekWallet/components/ui/SmartList/index.js +3 -3
  81. package/dist/components/TekWallet/components/ui/StatusDisplay/index.js +7 -7
  82. package/dist/components/TekWallet/components/ui/SvgPath/index.js +27 -27
  83. package/dist/components/TekWallet/components/ui/SwiperControlled/index.js +1 -3
  84. package/dist/components/TekWallet/components/ui/TimeFilter/index.js +9 -8
  85. package/dist/components/TekWallet/components/ui/TimeText/index.js +1 -1
  86. package/dist/components/TekWallet/components/ui/TokenItem/index.js +7 -15
  87. package/dist/components/TekWallet/components/ui/TokenSelection/index.js +5 -5
  88. package/dist/components/TekWallet/components/ui/TokensBoard/index.js +12 -12
  89. package/dist/components/TekWallet/components/ui/TransferConfirmation/index.js +3 -3
  90. package/dist/components/TekWallet/components/ui/TransferInternal/index.js +3 -3
  91. package/dist/components/TekWallet/components/ui/UpdateLockToken/index.js +4 -4
  92. package/dist/components/TekWallet/components/ui/UserInfo/index.js +4 -4
  93. package/dist/components/TekWallet/components/ui/WaitingData/index.js +13 -12
  94. package/dist/components/TekWallet/components/ui/WithdrawFunction/components/selectToken.js +11 -11
  95. package/dist/components/TekWallet/components/ui/WithdrawFunction/components/sendForm.js +30 -30
  96. package/dist/components/TekWallet/components/ui/WithdrawFunction/components/sortByBalance.js +3 -3
  97. package/dist/components/TekWallet/components/ui/WithdrawFunction/components/sortByToken.js +3 -3
  98. package/dist/components/TekWallet/components/ui/WithdrawFunction/components/summary/infoSummary.js +8 -8
  99. package/dist/components/TekWallet/components/ui/WithdrawFunction/index.js +9 -9
  100. package/dist/components/TekWallet/components/views/ActivityView/index.js +4 -4
  101. package/dist/components/TekWallet/components/views/AssetView/Menu.js +3 -3
  102. package/dist/components/TekWallet/components/views/AssetView/index.js +12 -12
  103. package/dist/components/TekWallet/components/views/AuthView/index.js +4 -4
  104. package/dist/components/TekWallet/components/views/AuthViewSignIn/index.js +4 -4
  105. package/dist/components/TekWallet/components/views/ChangePasscodeView/index.js +8 -6
  106. package/dist/components/TekWallet/components/views/CreateWalletView/index.js +4 -4
  107. package/dist/components/TekWallet/components/views/DetailActivityView/LoadingView.js +4 -4
  108. package/dist/components/TekWallet/components/views/GetSeedPhraseWalletView/index.js +7 -7
  109. package/dist/components/TekWallet/components/views/ImportWalletView/index.js +4 -7
  110. package/dist/components/TekWallet/components/views/SendExternalView/components/Form.js +32 -37
  111. package/dist/components/TekWallet/components/views/SendExternalView/components/Result.js +16 -16
  112. package/dist/components/TekWallet/components/views/SendExternalView/components/SelectNetwork.js +3 -3
  113. package/dist/components/TekWallet/components/views/SendExternalView/components/SelectToken.js +7 -32
  114. package/dist/components/TekWallet/components/views/SendExternalView/components/Summary.js +12 -12
  115. package/dist/components/TekWallet/components/views/SendExternalView/index.js +3 -3
  116. package/dist/components/TekWallet/components/views/SendInternalView/components/AmountForm.js +26 -24
  117. package/dist/components/TekWallet/components/views/SendInternalView/components/Form.js +27 -33
  118. package/dist/components/TekWallet/components/views/SendInternalView/components/Result.js +14 -14
  119. package/dist/components/TekWallet/components/views/SendInternalView/components/SelectToken.js +7 -32
  120. package/dist/components/TekWallet/components/views/SendInternalView/components/Summary.js +10 -10
  121. package/dist/components/TekWallet/components/views/SendInternalView/index.js +3 -3
  122. package/dist/components/TekWallet/components/views/SettingView/index.js +4 -13
  123. package/dist/components/TekWallet/components/views/SwapView/components/FromCard/FromCardSkeleton.js +7 -8
  124. package/dist/components/TekWallet/components/views/SwapView/components/FromCard/index.js +20 -25
  125. package/dist/components/TekWallet/components/views/SwapView/components/SelectToken.js +7 -32
  126. package/dist/components/TekWallet/components/views/SwapView/components/Summary.js +36 -39
  127. package/dist/components/TekWallet/components/views/SwapView/components/ToCard/index.js +7 -7
  128. package/dist/components/TekWallet/components/views/SwapView/index.js +12 -10
  129. package/dist/components/TekWallet/hooks/useEventHandler.d.ts +1 -0
  130. package/dist/components/TekWallet/hooks/useEventHandler.js +9 -7
  131. package/dist/components/TekWallet/hooks/useRefetchOnWindowFocused.d.ts +7 -0
  132. package/dist/components/TekWallet/hooks/useRefetchOnWindowFocused.js +144 -0
  133. package/dist/components/TekWallet/hooks/useValidateAmount.js +3 -3
  134. package/dist/components/TekWallet/hooks/useWarningWrongPasscode.js +5 -5
  135. package/dist/components/TekWallet/index.d.ts +2 -0
  136. package/dist/components/TekWallet/index.js +2 -12
  137. package/dist/components/TekWallet/layouts/ChildPageLayout/index.js +3 -3
  138. package/dist/components/TekWallet/providers/ActivitiesProvider/index.js +28 -0
  139. package/dist/components/TekWallet/providers/ActivitiesProvider/type.d.ts +1 -0
  140. package/dist/components/TekWallet/providers/EventHandlerProvider/index.js +11 -1
  141. package/dist/components/TekWallet/providers/RealtimeProvider/index.js +15 -13
  142. package/dist/components/TekWallet/providers/TekWalletProvider/index.d.ts +9 -1
  143. package/dist/components/TekWallet/providers/TekWalletProvider/index.js +11 -4
  144. package/dist/components/TekWallet/providers/index.d.ts +0 -1
  145. package/dist/components/TekWallet/providers/index.js +0 -1
  146. package/dist/components/TekWallet/theme/mui/components/index.d.ts +133 -0
  147. package/dist/components/TekWallet/theme/mui/components/index.js +14 -0
  148. package/dist/components/TekWallet/theme/mui/components/overrides/Button.d.ts +142 -0
  149. package/dist/components/TekWallet/theme/mui/components/overrides/Button.js +84 -0
  150. package/dist/components/TekWallet/theme/mui/components/overrides/Drawer.d.ts +4 -0
  151. package/dist/components/TekWallet/theme/mui/components/overrides/Drawer.js +9 -0
  152. package/dist/components/TekWallet/theme/mui/components/overrides/Paper.d.ts +3 -0
  153. package/dist/components/TekWallet/theme/mui/components/overrides/Paper.js +15 -0
  154. package/dist/components/TekWallet/theme/mui/components/overrides/SnackBar.d.ts +3 -0
  155. package/dist/components/TekWallet/theme/mui/components/overrides/SnackBar.js +32 -0
  156. package/dist/components/TekWallet/theme/mui/fixed-mixins.d.ts +2 -0
  157. package/dist/components/TekWallet/theme/mui/fixed-mixins.js +218 -0
  158. package/dist/components/TekWallet/theme/mui/index.d.ts +3 -3
  159. package/dist/components/TekWallet/theme/mui/index.js +16 -32
  160. package/dist/components/TekWallet/theme/mui/palette.d.ts +34 -0
  161. package/dist/components/TekWallet/theme/mui/palette.js +133 -0
  162. package/dist/components/TekWallet/theme/mui/shadows/index.d.ts +3 -0
  163. package/dist/components/TekWallet/theme/mui/shadows/index.js +64 -0
  164. package/dist/components/TekWallet/theme/mui/spacing.d.ts +1 -0
  165. package/dist/components/TekWallet/theme/mui/spacing.js +5 -0
  166. package/dist/components/TekWallet/theme/mui/theme.d.ts +9 -442
  167. package/dist/components/TekWallet/theme/mui/theme.js +38 -415
  168. package/dist/components/TekWallet/theme/mui/type.d.ts +5 -0
  169. package/dist/components/TekWallet/theme/mui/type.js +9 -0
  170. package/dist/components/TekWallet/theme/mui/typography.d.ts +27 -0
  171. package/dist/components/TekWallet/theme/mui/typography.js +30 -0
  172. package/dist/components/TekWallet/theme/mui/utils/deepMergeTheme.d.ts +2 -0
  173. package/dist/components/TekWallet/theme/mui/utils/deepMergeTheme.js +7 -0
  174. package/dist/components/TekWallet/utils/getContractColor.d.ts +1 -0
  175. package/dist/components/TekWallet/utils/getContractColor.js +30 -0
  176. package/package.json +1 -1
  177. package/dist/components/TekWallet/components/ui/CardHistorySwap/index.d.ts +0 -12
  178. package/dist/components/TekWallet/components/ui/CardHistorySwap/index.js +0 -75
  179. package/dist/components/TekWallet/components/ui/DetailSwapResult/index.d.ts +0 -8
  180. package/dist/components/TekWallet/components/ui/DetailSwapResult/index.js +0 -122
  181. package/dist/components/TekWallet/components/ui/HistorySwap/index.d.ts +0 -16
  182. package/dist/components/TekWallet/components/ui/HistorySwap/index.js +0 -434
  183. package/dist/components/TekWallet/components/ui/SwapFunction/index.d.ts +0 -16
  184. package/dist/components/TekWallet/components/ui/SwapFunction/index.js +0 -271
  185. package/dist/components/TekWallet/components/ui/SwapToken/index.d.ts +0 -31
  186. package/dist/components/TekWallet/components/ui/SwapToken/index.js +0 -293
  187. package/dist/components/TekWallet/providers/ThemeProvider/index.d.ts +0 -8
  188. package/dist/components/TekWallet/providers/ThemeProvider/index.js +0 -43
  189. package/dist/components/TekWallet/theme/mui/deposit-fiat-theme/components.d.ts +0 -3
  190. package/dist/components/TekWallet/theme/mui/deposit-fiat-theme/components.js +0 -158
  191. package/dist/components/TekWallet/theme/mui/deposit-fiat-theme/palette.d.ts +0 -55
  192. package/dist/components/TekWallet/theme/mui/deposit-fiat-theme/palette.js +0 -45
  193. package/dist/components/TekWallet/theme/mui/deposit-fiat-theme/theme.d.ts +0 -2
  194. package/dist/components/TekWallet/theme/mui/deposit-fiat-theme/theme.js +0 -13
  195. package/dist/components/TekWallet/theme/mui/deposit-fiat-theme/typography.d.ts +0 -39
  196. package/dist/components/TekWallet/theme/mui/deposit-fiat-theme/typography.js +0 -65
@@ -1,442 +1,9 @@
1
- declare const theme: {
2
- palette: {
3
- primary: {
4
- main: string;
5
- contrastText: string;
6
- };
7
- secondary: {
8
- main: string;
9
- contrastText: string;
10
- };
11
- success: {
12
- main: string;
13
- contrastText: string;
14
- };
15
- error: {
16
- main: string;
17
- contrastText: string;
18
- };
19
- warning: {
20
- main: string;
21
- contrastText: string;
22
- };
23
- info: {
24
- main: string;
25
- contrastText: string;
26
- };
27
- background: {
28
- white: string;
29
- white80: string;
30
- white64: string;
31
- white24: string;
32
- white16: string;
33
- black: string;
34
- black64: string;
35
- black24: string;
36
- black16: string;
37
- primary: string;
38
- primary16: string;
39
- secondary: string;
40
- secondary16: string;
41
- error: string;
42
- error16: string;
43
- tertiary: string;
44
- accent3: string;
45
- successStatus: string;
46
- infoStatus: string;
47
- errorStatus: string;
48
- };
49
- border: {
50
- primary: string;
51
- white: string;
52
- white64: string;
53
- white24: string;
54
- white16: string;
55
- black: string;
56
- black64: string;
57
- black24: string;
58
- black16: string;
59
- secondary: string;
60
- secondary16: string;
61
- accent: string;
62
- accent3: string;
63
- tertiary: string;
64
- success: string;
65
- error: string;
66
- info: string;
67
- warning: string;
68
- };
69
- text: {
70
- white: string;
71
- white80: string;
72
- white64: string;
73
- white24: string;
74
- black: string;
75
- black80: string;
76
- black64: string;
77
- black24: string;
78
- blackContrast: string;
79
- primary: string;
80
- secondary: string;
81
- accent: string;
82
- accent2: string;
83
- successStatus: string;
84
- errorStatus: string;
85
- loadingStatus: string;
86
- increase: string;
87
- decrease: string;
88
- warningStatus: string;
89
- alertStatus: string;
90
- tertiary: string;
91
- };
92
- divider: string;
93
- };
94
- zIndex: {
95
- drawer: number;
96
- };
97
- typography: {
98
- fontSize10: string;
99
- fontSize11: string;
100
- fontSize12: string;
101
- fontSize13: string;
102
- fontSize14: string;
103
- fontSize15: string;
104
- fontSize16: string;
105
- fontSize17: string;
106
- fontSize18: string;
107
- fontSize19: string;
108
- fontSize20: string;
109
- fontSize21: string;
110
- fontSize22: string;
111
- fontSize24: string;
112
- leading100: string;
113
- leading120: string;
114
- leading140: string;
115
- leading160: string;
116
- leading180: string;
117
- leading200: string;
118
- fontWeight300: number;
119
- fontWeight400: number;
120
- fontWeight500: number;
121
- fontWeight600: number;
122
- fontWeight700: number;
123
- };
124
- shadows: string[];
125
- components: {
126
- MuiButton: {
127
- variants: ({
128
- props: {
129
- variant: string;
130
- };
131
- style: {
132
- color: string;
133
- backgroundColor: string;
134
- fontSize: string;
135
- lineHeight: string;
136
- fontWeight: number;
137
- padding: string;
138
- borderRadius: string;
139
- textTransform: string;
140
- borderColor?: undefined;
141
- };
142
- } | {
143
- props: {
144
- variant: string;
145
- };
146
- style: {
147
- color: string;
148
- backgroundColor: string;
149
- fontSize: string;
150
- lineHeight: string;
151
- fontWeight: number;
152
- padding: string;
153
- borderRadius: string;
154
- textTransform: string;
155
- borderColor: string;
156
- };
157
- })[];
158
- };
159
- };
160
- mixins: {
161
- pagePadding: {
162
- paddingLeft: string;
163
- paddingRight: string;
164
- paddingTop: string;
165
- paddingBottom: string;
166
- };
167
- customPadding: {
168
- p0: string;
169
- p4: string;
170
- p6: string;
171
- p8: string;
172
- p10: string;
173
- p12: string;
174
- p16: string;
175
- p20: string;
176
- p24: string;
177
- p32: string;
178
- p40: string;
179
- p48: string;
180
- };
181
- customMargin: {
182
- m4: string;
183
- m6: string;
184
- m8: string;
185
- m10: string;
186
- m12: string;
187
- m16: string;
188
- m20: string;
189
- m24: string;
190
- m32: string;
191
- m40: string;
192
- m48: string;
193
- };
194
- customRadius: {
195
- full: string;
196
- r4: string;
197
- r6: string;
198
- r8: string;
199
- r10: string;
200
- r12: string;
201
- r16: string;
202
- r20: string;
203
- r24: string;
204
- r32: string;
205
- r40: string;
206
- r48: string;
207
- };
208
- gaps: {
209
- g2: string;
210
- g4: string;
211
- g6: string;
212
- g8: string;
213
- g10: string;
214
- g12: string;
215
- g16: string;
216
- g20: string;
217
- g24: string;
218
- g32: string;
219
- g40: string;
220
- };
221
- background: {
222
- white: string;
223
- white80: string;
224
- white64: string;
225
- white24: string;
226
- white16: string;
227
- black: string;
228
- black64: string;
229
- black24: string;
230
- black16: string;
231
- primary: string;
232
- primary16: string;
233
- secondary: string;
234
- secondary16: string;
235
- error: string;
236
- error16: string;
237
- tertiary: string;
238
- accent3: string;
239
- successStatus: string;
240
- infoStatus: string;
241
- errorStatus: string;
242
- };
243
- border: {
244
- primary: string;
245
- white: string;
246
- white64: string;
247
- white24: string;
248
- white16: string;
249
- black: string;
250
- black64: string;
251
- black24: string;
252
- black16: string;
253
- secondary: string;
254
- secondary16: string;
255
- accent: string;
256
- accent3: string;
257
- tertiary: string;
258
- success: string;
259
- error: string;
260
- info: string;
261
- warning: string;
262
- };
263
- text: {
264
- white: string;
265
- white80: string;
266
- white64: string;
267
- white24: string;
268
- black: string;
269
- black80: string;
270
- black64: string;
271
- black24: string;
272
- blackContrast: string;
273
- primary: string;
274
- secondary: string;
275
- accent: string;
276
- accent2: string;
277
- successStatus: string;
278
- errorStatus: string;
279
- loadingStatus: string;
280
- increase: string;
281
- decrease: string;
282
- warningStatus: string;
283
- alertStatus: string;
284
- tertiary: string;
285
- };
286
- row: {
287
- display: string;
288
- alignItems: string;
289
- };
290
- column: {
291
- display: string;
292
- flexDirection: string;
293
- width: string;
294
- };
295
- headerTitle: {
296
- color: string;
297
- fontWeight: number;
298
- fontSize: string;
299
- textAlign: string;
300
- };
301
- sessionTitle: {
302
- color: string;
303
- fontWeight: number;
304
- fontSize: string;
305
- textAlign: string;
306
- };
307
- sessionDescription: {
308
- color: string;
309
- fontWeight: number;
310
- fontSize: string;
311
- textAlign: string;
312
- };
313
- noteContent: {
314
- color: string;
315
- fontWeight: number;
316
- fontSize: string;
317
- };
318
- fieldTitle: {
319
- color: string;
320
- fontWeight: number;
321
- fontSize: string;
322
- };
323
- inputLabel: {
324
- color: string;
325
- fontWeight: number;
326
- fontSize: string;
327
- };
328
- center: {
329
- position: string;
330
- left: string;
331
- top: string;
332
- transform: string;
333
- };
334
- value: {
335
- color: string;
336
- fontWeight: number;
337
- fontSize: string;
338
- lineHeight: string;
339
- };
340
- valueDescription: {
341
- color: string;
342
- fontWeight: number;
343
- fontSize: string;
344
- lineHeight: string;
345
- };
346
- validationError: {
347
- color: string;
348
- fontWeight: number;
349
- fontSize: string;
350
- lineHeight: string;
351
- };
352
- validationDescription: {
353
- color: string;
354
- fontWeight: number;
355
- fontSize: string;
356
- lineHeight: string;
357
- };
358
- whiteLoadingOverlay: {
359
- backgroundColor: string;
360
- backdropFilter: string;
361
- zIndex: number;
362
- position: string;
363
- inset: number;
364
- };
365
- paper: {
366
- display: string;
367
- flexDirection: string;
368
- width: string;
369
- gap: string;
370
- padding: string;
371
- backgroundColor: string;
372
- borderRadius: string;
373
- };
374
- listTitle: {
375
- color: string;
376
- fontWeight: number;
377
- fontSize: string;
378
- lineHeight: string;
379
- textTransform: string;
380
- };
381
- listDescription: {
382
- color: string;
383
- fontWeight: number;
384
- fontSize: string;
385
- lineHeight: string;
386
- };
387
- smallButton: {
388
- fontSize: string;
389
- padding: string;
390
- height: string;
391
- minHeight: string;
392
- minWidth: string;
393
- width: string;
394
- borderRadius: string;
395
- lineHeight: string;
396
- };
397
- dialogContent: {
398
- fontSize: string;
399
- lineHeight: string;
400
- color: string;
401
- };
402
- dialogActionsOk: {
403
- fontSize: string;
404
- lineHeight: string;
405
- color: string;
406
- textAlign: string;
407
- padding: string;
408
- };
409
- dialogActionsCancel: {
410
- fontSize: string;
411
- lineHeight: string;
412
- color: string;
413
- textAlign: string;
414
- padding: string;
415
- };
416
- warning: {
417
- color: string;
418
- fontSize: string;
419
- lineHeight: string;
420
- };
421
- activityTitle: {
422
- color: string;
423
- fontWeight: number;
424
- fontSize: string;
425
- lineHeight: string;
426
- textTransform: string;
427
- };
428
- activityDescription: {
429
- color: string;
430
- fontWeight: number;
431
- fontSize: string;
432
- lineHeight: string;
433
- };
434
- bigValue: {
435
- color: string;
436
- fontWeight: number;
437
- fontSize: string;
438
- lineHeight: string;
439
- };
440
- };
441
- };
442
- export default theme;
1
+ import { Theme } from "@mui/material/styles";
2
+ import { ThemeModes } from "./type";
3
+ declare module "@mui/material/styles" {
4
+ interface Theme {
5
+ styleMixins: Record<string, any>;
6
+ }
7
+ }
8
+ declare const createThemeByMode: (mode: ThemeModes) => Theme;
9
+ export default createThemeByMode;