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.
- package/dist/components/TekWallet/components/ui/ActivitiesTypeSlice/index.js +15 -24
- package/dist/components/TekWallet/components/ui/ActivityDetail/index.js +4 -2
- package/dist/components/TekWallet/components/ui/ActivityItem/index.js +4 -2
- package/dist/components/TekWallet/components/ui/AnalyticGroupCenter/index.js +10 -42
- package/dist/components/TekWallet/components/ui/AssetViewHeader/index.js +12 -11
- package/dist/components/TekWallet/components/ui/CloseModal/index.js +1 -1
- package/dist/components/TekWallet/components/ui/CopyTextComponent/index.d.ts +2 -1
- package/dist/components/TekWallet/components/ui/CopyTextComponent/index.js +4 -3
- package/dist/components/TekWallet/components/ui/CopyableText/index.js +1 -1
- package/dist/components/TekWallet/components/ui/EmptyData/index.js +1 -1
- package/dist/components/TekWallet/components/ui/FiatDeposit/components/shareAction.js +2 -2
- package/dist/components/TekWallet/components/ui/FiatDeposit/components/shareImage.js +13 -13
- package/dist/components/TekWallet/components/ui/FiatDeposit/index.js +11 -5
- package/dist/components/TekWallet/components/ui/QRCode/index.js +1 -1
- package/dist/components/TekWallet/components/ui/QrCodeReader/index.js +10 -8
- package/dist/components/TekWallet/components/ui/QrCodeReader/reader.json +2644 -0
- package/dist/components/TekWallet/components/ui/ReceiveFunction/index.js +1 -1
- package/dist/components/TekWallet/components/ui/SendExternalToken/index.js +1 -1
- package/dist/components/TekWallet/components/ui/SvgPath/index.d.ts +1 -0
- package/dist/components/TekWallet/components/ui/SvgPath/index.js +24 -23
- package/dist/components/TekWallet/components/ui/WaitingData/index.js +29 -5
- package/dist/components/TekWallet/components/views/AssetView/index.js +6 -10
- package/dist/components/TekWallet/components/views/DetailActivityView/index.d.ts +8 -0
- package/dist/components/TekWallet/components/views/DetailActivityView/index.js +31 -0
- package/dist/components/TekWallet/components/views/SendExternalView/components/Summary.js +1 -4
- package/dist/components/TekWallet/components/views/SendInternalView/components/AmountForm.js +1 -1
- package/dist/components/TekWallet/components/views/SendInternalView/components/Form.js +1 -1
- package/dist/components/TekWallet/components/views/SendInternalView/components/Summary.js +1 -4
- package/dist/components/TekWallet/components/views/SettingView/index.d.ts +1 -1
- package/dist/components/TekWallet/components/views/SettingView/index.js +1 -1
- package/dist/components/TekWallet/components/views/TekWalletView/expose.d.ts +0 -1
- package/dist/components/TekWallet/components/views/TekWalletView/expose.js +0 -1
- package/dist/components/TekWallet/components/views/TekWalletView/index.d.ts +10 -6
- package/dist/components/TekWallet/components/views/TekWalletView/index.js +48 -5
- package/dist/components/TekWallet/providers/EventHandlerProvider/index.js +26 -2
- package/dist/components/TekWallet/providers/RealtimeProvider/index.js +33 -5
- package/dist/components/TekWallet/providers/RealtimeProvider/type.d.ts +1 -0
- package/dist/components/TekWallet/providers/TekWalletProvider/index.d.ts +3 -1
- package/dist/components/TekWallet/providers/WalletDataProvider/index.js +2 -0
- package/dist/components/TekWallet/providers/WalletDataProviderNoImport/index.js +2 -0
- package/dist/components/TekWallet/theme/mui/deposit-fiat-theme/components.js +3 -3
- package/dist/components/TekWallet/theme/mui/deposit-fiat-theme/palette.js +3 -3
- package/dist/components/TekWallet/theme/mui/theme.js +5 -5
- package/dist/components/TekWallet/types/expose-type.d.ts +4 -0
- package/dist/components/TekWallet/utils/stopPropagation.d.ts +2 -0
- package/dist/components/TekWallet/utils/stopPropagation.js +7 -0
- package/package.json +2 -1
- package/dist/components/TekWallet/components/views/TekWalletView/routes.d.ts +0 -10
- 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: "
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
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),
|