tek-wallet 0.0.760 → 0.0.762

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 (49) hide show
  1. package/dist/components/TekWallet/components/ui/ActivitiesTypeSlice/index.js +15 -24
  2. package/dist/components/TekWallet/components/ui/ActivityDetail/index.js +4 -2
  3. package/dist/components/TekWallet/components/ui/ActivityItem/index.js +4 -2
  4. package/dist/components/TekWallet/components/ui/AnalyticGroupCenter/index.js +10 -42
  5. package/dist/components/TekWallet/components/ui/AssetViewHeader/index.js +12 -11
  6. package/dist/components/TekWallet/components/ui/CloseModal/index.js +1 -1
  7. package/dist/components/TekWallet/components/ui/CopyTextComponent/index.d.ts +2 -1
  8. package/dist/components/TekWallet/components/ui/CopyTextComponent/index.js +4 -3
  9. package/dist/components/TekWallet/components/ui/CopyableText/index.js +1 -1
  10. package/dist/components/TekWallet/components/ui/EmptyData/index.js +1 -1
  11. package/dist/components/TekWallet/components/ui/FiatDeposit/components/shareAction.js +2 -2
  12. package/dist/components/TekWallet/components/ui/FiatDeposit/components/shareImage.js +13 -13
  13. package/dist/components/TekWallet/components/ui/FiatDeposit/index.js +11 -5
  14. package/dist/components/TekWallet/components/ui/QRCode/index.js +1 -1
  15. package/dist/components/TekWallet/components/ui/QrCodeReader/index.js +10 -8
  16. package/dist/components/TekWallet/components/ui/QrCodeReader/reader.json +2644 -0
  17. package/dist/components/TekWallet/components/ui/ReceiveFunction/index.js +1 -1
  18. package/dist/components/TekWallet/components/ui/SendExternalToken/index.js +1 -1
  19. package/dist/components/TekWallet/components/ui/SvgPath/index.d.ts +1 -0
  20. package/dist/components/TekWallet/components/ui/SvgPath/index.js +24 -23
  21. package/dist/components/TekWallet/components/ui/WaitingData/index.js +29 -5
  22. package/dist/components/TekWallet/components/views/AssetView/index.js +6 -10
  23. package/dist/components/TekWallet/components/views/DetailActivityView/index.d.ts +8 -0
  24. package/dist/components/TekWallet/components/views/DetailActivityView/index.js +31 -0
  25. package/dist/components/TekWallet/components/views/SendExternalView/components/Summary.js +1 -4
  26. package/dist/components/TekWallet/components/views/SendInternalView/components/AmountForm.js +1 -1
  27. package/dist/components/TekWallet/components/views/SendInternalView/components/Form.js +1 -1
  28. package/dist/components/TekWallet/components/views/SendInternalView/components/Summary.js +1 -4
  29. package/dist/components/TekWallet/components/views/SettingView/index.d.ts +1 -1
  30. package/dist/components/TekWallet/components/views/SettingView/index.js +1 -1
  31. package/dist/components/TekWallet/components/views/TekWalletView/expose.d.ts +0 -1
  32. package/dist/components/TekWallet/components/views/TekWalletView/expose.js +0 -1
  33. package/dist/components/TekWallet/components/views/TekWalletView/index.d.ts +10 -6
  34. package/dist/components/TekWallet/components/views/TekWalletView/index.js +48 -5
  35. package/dist/components/TekWallet/providers/EventHandlerProvider/index.js +26 -2
  36. package/dist/components/TekWallet/providers/RealtimeProvider/index.js +33 -5
  37. package/dist/components/TekWallet/providers/RealtimeProvider/type.d.ts +1 -0
  38. package/dist/components/TekWallet/providers/TekWalletProvider/index.d.ts +3 -1
  39. package/dist/components/TekWallet/providers/WalletDataProvider/index.js +2 -0
  40. package/dist/components/TekWallet/providers/WalletDataProviderNoImport/index.js +2 -0
  41. package/dist/components/TekWallet/theme/mui/deposit-fiat-theme/components.js +3 -3
  42. package/dist/components/TekWallet/theme/mui/deposit-fiat-theme/palette.js +3 -3
  43. package/dist/components/TekWallet/theme/mui/theme.js +5 -5
  44. package/dist/components/TekWallet/types/expose-type.d.ts +4 -0
  45. package/dist/components/TekWallet/utils/stopPropagation.d.ts +2 -0
  46. package/dist/components/TekWallet/utils/stopPropagation.js +7 -0
  47. package/package.json +2 -1
  48. package/dist/components/TekWallet/components/views/TekWalletView/routes.d.ts +0 -10
  49. package/dist/components/TekWallet/components/views/TekWalletView/routes.js +0 -45
@@ -12,6 +12,8 @@ var AppBackDrop_1 = __importDefault(require("../AppBackDrop"));
12
12
  var ChildPageLayout_1 = __importDefault(require("../../layouts/ChildPageLayout"));
13
13
  var PageHeader_1 = __importDefault(require("../PageHeader"));
14
14
  var providers_1 = require("../../../providers");
15
+ var lottie_react_1 = __importDefault(require("lottie-react"));
16
+ var reader_json_1 = __importDefault(require("./reader.json"));
15
17
  var STYLES = {
16
18
  borderWidth: "4px",
17
19
  borderColor: "#ffffff",
@@ -116,14 +118,14 @@ var QrCodeReader = (0, react_1.forwardRef)(function (props, ref) {
116
118
  transform: "translateX(-50%) translateY(-50%)",
117
119
  boxShadow: "0 0 2px max(50vw, 50dvh) rgba(0, 0, 0, 0.36)",
118
120
  color: "#C5E99F",
119
- }, children: [(0, jsx_runtime_1.jsx)("div", { className: "move-up-down-animation", style: {
120
- position: "absolute",
121
- left: 0,
122
- top: 0,
123
- width: "100%",
124
- height: "100%",
125
- borderTop: "2px solid currentColor",
126
- } }), (0, jsx_runtime_1.jsx)("div", { style: {
121
+ }, children: [(0, jsx_runtime_1.jsx)("div", { className: "w-[100%] aspect-square absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 opacity-40", children: (0, jsx_runtime_1.jsx)(lottie_react_1.default, { animationData: reader_json_1.default, style: {
122
+ width: "100%",
123
+ height: "100%",
124
+ position: "absolute",
125
+ top: "50%",
126
+ left: "50%",
127
+ transform: "translate(-50%, -50%) scale(1)",
128
+ } }) }), (0, jsx_runtime_1.jsx)("div", { style: {
127
129
  position: "absolute",
128
130
  borderTopLeftRadius: STYLES.borderRadius,
129
131
  top: "-".concat(STYLES.borderWidth),