tek-wallet 0.0.798 → 0.0.799

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.
@@ -123,10 +123,17 @@ var AssetView = function (props) {
123
123
  placeContent: "center",
124
124
  columnSpan: 1,
125
125
  }, children: (0, jsx_runtime_1.jsx)(FunctionItem_1.default, { icon: "IC_TRANSFER", label: "Transfer", sx: { width: "100%" } }) }) }, "send-internal"),
126
- (0, jsx_runtime_1.jsx)(link_1.default, { href: "".concat(basePath || "", "/tek-wallet/swap"), children: (0, jsx_runtime_1.jsx)(material_1.ListItem, { component: ClickEffect_1.default, sx: {
127
- placeContent: "center",
128
- columnSpan: 1,
129
- }, children: (0, jsx_runtime_1.jsx)(FunctionItem_1.default, { icon: "IC_SWAP_FC", label: "Swap", sx: { width: "100%" } }) }) }, "swap"),
126
+ // <Link href={`${basePath || ""}/tek-wallet/swap`} key="swap">
127
+ // <ListItem
128
+ // component={ClickEffect}
129
+ // sx={{
130
+ // placeContent: "center",
131
+ // columnSpan: 1,
132
+ // }}
133
+ // >
134
+ // <FunctionItem icon={"IC_SWAP_FC"} label="Swap" sx={{ width: "100%" }} />
135
+ // </ListItem>
136
+ // </Link>,
130
137
  ] }), !hideActivitySectionInAssetView && ((0, jsx_runtime_1.jsxs)(material_1.Box, { sx: __assign(__assign({}, theme.mixins.column), { gap: theme.mixins.gaps.g12 }), children: [(0, jsx_runtime_1.jsxs)(material_1.Box, { sx: {
131
138
  display: "flex",
132
139
  gap: theme.mixins.gaps.g20,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.798",
3
+ "version": "0.0.799",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",