@cfxjs/sirius-next-common 0.1.31 → 0.1.33

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 (91) hide show
  1. package/dist/chunk-2P6RNTXI.js +141 -0
  2. package/dist/chunk-2P6RNTXI.js.map +1 -0
  3. package/dist/chunk-3MZJYUNS.js +212 -0
  4. package/dist/chunk-3MZJYUNS.js.map +1 -0
  5. package/dist/chunk-4WJIMFI5.js +141 -0
  6. package/dist/chunk-4WJIMFI5.js.map +1 -0
  7. package/dist/chunk-5PYSDWGQ.js +127 -0
  8. package/dist/chunk-5PYSDWGQ.js.map +1 -0
  9. package/dist/chunk-5Z5K44KU.js +108 -0
  10. package/dist/chunk-5Z5K44KU.js.map +1 -0
  11. package/dist/chunk-6CR7KJMU.js +141 -0
  12. package/dist/chunk-6CR7KJMU.js.map +1 -0
  13. package/dist/chunk-6Q2ML33K.js +141 -0
  14. package/dist/chunk-6Q2ML33K.js.map +1 -0
  15. package/dist/chunk-7TTJMYA4.js +108 -0
  16. package/dist/chunk-7TTJMYA4.js.map +1 -0
  17. package/dist/chunk-CL6X23Y3.js +108 -0
  18. package/dist/chunk-CL6X23Y3.js.map +1 -0
  19. package/dist/chunk-E7KZNWOF.js +150 -0
  20. package/dist/chunk-E7KZNWOF.js.map +1 -0
  21. package/dist/chunk-EF2N45TZ.js +49 -0
  22. package/dist/chunk-EF2N45TZ.js.map +1 -0
  23. package/dist/chunk-FRW235T3.js +213 -0
  24. package/dist/chunk-FRW235T3.js.map +1 -0
  25. package/dist/chunk-GJCBWNU5.js +127 -0
  26. package/dist/chunk-GJCBWNU5.js.map +1 -0
  27. package/dist/chunk-GL4KHAZB.js +105 -0
  28. package/dist/chunk-GL4KHAZB.js.map +1 -0
  29. package/dist/chunk-GYK27Y5X.js +796 -0
  30. package/dist/chunk-GYK27Y5X.js.map +1 -0
  31. package/dist/chunk-H63H7IRY.js +141 -0
  32. package/dist/chunk-H63H7IRY.js.map +1 -0
  33. package/dist/chunk-HMP3NSJX.js +3629 -0
  34. package/dist/chunk-HMP3NSJX.js.map +1 -0
  35. package/dist/chunk-JEBXQSTA.js +108 -0
  36. package/dist/chunk-JEBXQSTA.js.map +1 -0
  37. package/dist/chunk-JMM6NFUN.js +212 -0
  38. package/dist/chunk-JMM6NFUN.js.map +1 -0
  39. package/dist/chunk-LC3NZF3B.js +3629 -0
  40. package/dist/chunk-LC3NZF3B.js.map +1 -0
  41. package/dist/chunk-LSIWDRKV.js +105 -0
  42. package/dist/chunk-LSIWDRKV.js.map +1 -0
  43. package/dist/chunk-LXPKK77D.js +213 -0
  44. package/dist/chunk-LXPKK77D.js.map +1 -0
  45. package/dist/chunk-MN3Y4WII.js +2324 -0
  46. package/dist/chunk-MN3Y4WII.js.map +1 -0
  47. package/dist/chunk-OBYGZKWE.js +796 -0
  48. package/dist/chunk-OBYGZKWE.js.map +1 -0
  49. package/dist/chunk-PH7BGJ6R.js +150 -0
  50. package/dist/chunk-PH7BGJ6R.js.map +1 -0
  51. package/dist/chunk-PKSF74ZF.js +49 -0
  52. package/dist/chunk-PKSF74ZF.js.map +1 -0
  53. package/dist/chunk-QSLCIDOR.js +212 -0
  54. package/dist/chunk-QSLCIDOR.js.map +1 -0
  55. package/dist/chunk-XAIU7RPV.js +108 -0
  56. package/dist/chunk-XAIU7RPV.js.map +1 -0
  57. package/dist/chunk-XEK7EJTM.js +2324 -0
  58. package/dist/chunk-XEK7EJTM.js.map +1 -0
  59. package/dist/components/AddressContainer/CoreAddressContainer.js +10 -10
  60. package/dist/components/AddressContainer/EVMAddressContainer.js +9 -9
  61. package/dist/components/AddressContainer/addressSwitcher.js +7 -7
  62. package/dist/components/AddressContainer/addressView.js +6 -6
  63. package/dist/components/AddressContainer/label.js +3 -3
  64. package/dist/components/Age/index.js +3 -3
  65. package/dist/components/CopyButton/index.js +2 -2
  66. package/dist/components/DownloadCSV/index.js +3 -3
  67. package/dist/components/GasPriceDropdown/index.js +1 -1
  68. package/dist/components/IncreasePercent/index.js +1 -1
  69. package/dist/components/InfoIconWithTooltip/index.js +2 -2
  70. package/dist/components/Modal/index.js +2 -2
  71. package/dist/components/NetworkIcon/index.js +1 -1
  72. package/dist/components/PhishingAddressContainer/index.js +4 -4
  73. package/dist/components/Price/index.js +2 -2
  74. package/dist/components/Radio/index.js +1 -1
  75. package/dist/components/Select/index.js +2 -2
  76. package/dist/components/Select/select.js +2 -2
  77. package/dist/components/Text/index.js +3 -3
  78. package/dist/components/Tooltip/index.js +2 -2
  79. package/dist/components/TransactionAction/coreTransactionAction.js +10 -10
  80. package/dist/components/TransactionAction/evmTransactionAction.js +9 -9
  81. package/dist/utils/address.js +2 -2
  82. package/dist/utils/contractManagerTool.js +1 -1
  83. package/dist/utils/hooks/useENS.js +3 -3
  84. package/dist/utils/index.d.ts +15 -1
  85. package/dist/utils/index.js +7 -3
  86. package/dist/utils/rpcRequest.d.ts +1 -1
  87. package/dist/utils/rpcRequest.js +1 -1
  88. package/dist/utils/tx.d.ts +2 -0
  89. package/dist/utils/tx.js +95 -0
  90. package/dist/utils/tx.js.map +1 -0
  91. package/package.json +8 -4
@@ -0,0 +1,105 @@
1
+ import {
2
+ useBreakpoint
3
+ } from "./chunk-TOKKKTFG.js";
4
+ import {
5
+ Tooltip
6
+ } from "./chunk-XEK7EJTM.js";
7
+ import {
8
+ selectText
9
+ } from "./chunk-OBYGZKWE.js";
10
+
11
+ // src/components/Text/index.tsx
12
+ import React from "react";
13
+ import clsx from "clsx";
14
+ import { jsx } from "react/jsx-runtime";
15
+ var getTypeColor = (type) => {
16
+ const colors = {
17
+ default: "inherit",
18
+ primary: "#7cd77b",
19
+ secondary: "#666",
20
+ success: "#7cd77b",
21
+ warning: "#ffc438",
22
+ error: "#e15c56"
23
+ };
24
+ return colors[type] || colors.default;
25
+ };
26
+ var Text = React.memo(
27
+ ({
28
+ className,
29
+ children,
30
+ maxWidth: _maxWidth,
31
+ mobileMaxWidth = _maxWidth,
32
+ maxCount: _maxCount,
33
+ mobileMaxCount = _maxCount,
34
+ hoverValue,
35
+ hoverValueMaxCount: outerHoverValueMaxCount,
36
+ tag = "p",
37
+ type = "default",
38
+ hideTooltip = false,
39
+ ...props
40
+ }) => {
41
+ const Component = tag;
42
+ const bp = useBreakpoint();
43
+ let child = children;
44
+ const maxCount = bp === "s" ? mobileMaxCount : _maxCount;
45
+ const maxWidth = bp === "s" ? mobileMaxWidth : _maxWidth;
46
+ if (maxWidth === void 0 && maxCount && typeof children === "string" && children.length > maxCount) {
47
+ child = String.prototype.substr.call(children, 0, maxCount) + "...";
48
+ }
49
+ let textContent = hoverValue || children;
50
+ if (bp === "s" && typeof textContent === "string") {
51
+ const hoverValueMaxCount = outerHoverValueMaxCount || 34;
52
+ let textContentCopy = textContent;
53
+ let newTextContent = [];
54
+ let count = 0;
55
+ while (textContentCopy.length > hoverValueMaxCount) {
56
+ newTextContent.push(
57
+ /* @__PURE__ */ jsx("span", { children: textContentCopy.substr(0, hoverValueMaxCount) }, count)
58
+ );
59
+ newTextContent.push(/* @__PURE__ */ jsx("br", {}, `br${count}`));
60
+ textContentCopy = textContentCopy.substr(hoverValueMaxCount);
61
+ if (count > 3) {
62
+ textContentCopy = textContentCopy.substr(0, hoverValueMaxCount - 3) + "...";
63
+ }
64
+ }
65
+ newTextContent.push(/* @__PURE__ */ jsx("span", { children: textContentCopy }, ++count));
66
+ textContent = newTextContent;
67
+ }
68
+ const tooltipText = !hideTooltip && React.createElement(
69
+ "div",
70
+ {
71
+ onClick: (e) => {
72
+ e.preventDefault();
73
+ e.stopPropagation();
74
+ selectText(e.currentTarget);
75
+ }
76
+ },
77
+ textContent
78
+ );
79
+ const p = { title: tooltipText };
80
+ return React.createElement(Tooltip, p, [
81
+ /* @__PURE__ */ jsx("span", { children: /* @__PURE__ */ jsx(
82
+ Component,
83
+ {
84
+ className: clsx(
85
+ "sirius-text truncate vertical-bottom",
86
+ "all-[a]:truncate all-[a]:vertical-bottom all-[a]:cursor-pointer all-[a:hover]:text-#0626ae",
87
+ className
88
+ ),
89
+ style: {
90
+ maxWidth,
91
+ display: maxWidth === void 0 ? "inherit" : "inline-block",
92
+ color: getTypeColor(type)
93
+ },
94
+ ...props,
95
+ children: child
96
+ }
97
+ ) }, "text")
98
+ ]);
99
+ }
100
+ );
101
+
102
+ export {
103
+ Text
104
+ };
105
+ //# sourceMappingURL=chunk-GL4KHAZB.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/components/Text/index.tsx"],"sourcesContent":["import React from 'react';\nimport clsx from 'clsx';\nimport { Tooltip } from '../Tooltip';\nimport { selectText } from '../../utils';\nimport { useBreakpoint } from '../../utils/media';\n\ntype NormalTypes =\n | 'default'\n | 'secondary'\n | 'success'\n | 'warning'\n | 'error'\n | 'primary';\n\ntype TextProps = {\n children?: React.ReactNode;\n maxWidth?: string;\n mobileMaxWidth?: string;\n maxCount?: number;\n mobileMaxCount?: number;\n hoverValue?: React.ReactNode;\n hoverValueMaxCount?: number;\n tag?: 'p' | 'span';\n type?: NormalTypes;\n hideTooltip?: boolean;\n};\ntype NativeAttrs = Omit<React.HTMLAttributes<any>, keyof TextProps>;\n\nconst getTypeColor = (type: NormalTypes) => {\n const colors: { [key in NormalTypes]: string } = {\n default: 'inherit',\n primary: '#7cd77b',\n secondary: '#666',\n success: '#7cd77b',\n warning: '#ffc438',\n error: '#e15c56',\n };\n\n return colors[type] || colors.default;\n};\n\n// note:\n// 1. maxWidth priority is higher than maxCount\n// 2. maxCount only apply to string\n// 3. if hoverValue is provided, use hoverValue as Tooltip text, otherwise use children\n// if text of prop tooltip is provided, use as Tooltip text\nexport const Text = React.memo(\n ({\n className,\n children,\n maxWidth: _maxWidth,\n mobileMaxWidth = _maxWidth,\n maxCount: _maxCount,\n mobileMaxCount = _maxCount,\n hoverValue,\n hoverValueMaxCount: outerHoverValueMaxCount,\n tag = 'p',\n type = 'default',\n hideTooltip = false,\n ...props\n }: NativeAttrs & TextProps) => {\n const Component = tag;\n const bp = useBreakpoint();\n let child: React.ReactNode = children;\n const maxCount = bp === 's' ? mobileMaxCount : _maxCount;\n const maxWidth = bp === 's' ? mobileMaxWidth : _maxWidth;\n if (\n maxWidth === undefined &&\n maxCount &&\n typeof children === 'string' &&\n children.length > maxCount\n ) {\n child = String.prototype.substr.call(children, 0, maxCount) + '...';\n }\n\n let textContent = hoverValue || children;\n // 控制移动端字符串类型 tooltip 的长度\n // 这里有个问题,就是截断的位置可能是一个完整的单词,暂时没有办法处理,如果为了避免这种情况,需要由外面传入前对内容进行处理,比如设置固定宽度小于 24rem\n // @todo 后续可以试下读取文本长度,动态设置容器宽度值的方式,可以避免截断位置的问题\n if (bp === 's' && typeof textContent === 'string') {\n const hoverValueMaxCount = outerHoverValueMaxCount || 34; // default text count is 36\n let textContentCopy: string = textContent;\n let newTextContent: Array<React.ReactNode> = [];\n let count = 0;\n while (textContentCopy.length > hoverValueMaxCount) {\n newTextContent.push(\n <span key={count}>\n {textContentCopy.substr(0, hoverValueMaxCount)}\n </span>,\n );\n newTextContent.push(<br key={`br${count}`} />);\n textContentCopy = textContentCopy.substr(hoverValueMaxCount);\n // 防止文本过长的情况\n if (count > 3) {\n textContentCopy =\n textContentCopy.substr(0, hoverValueMaxCount - 3) + '...';\n }\n }\n newTextContent.push(<span key={++count}>{textContentCopy}</span>);\n textContent = newTextContent;\n }\n const tooltipText =\n !hideTooltip &&\n React.createElement(\n 'div',\n {\n onClick: e => {\n e.preventDefault();\n e.stopPropagation();\n selectText(e.currentTarget);\n },\n },\n textContent,\n );\n\n const p = { title: tooltipText };\n return React.createElement(Tooltip, p, [\n <span key=\"text\">\n <Component\n className={clsx(\n 'sirius-text truncate vertical-bottom',\n 'all-[a]:truncate all-[a]:vertical-bottom all-[a]:cursor-pointer all-[a:hover]:text-#0626ae',\n className,\n )}\n style={{\n maxWidth,\n display: maxWidth === undefined ? 'inherit' : 'inline-block',\n color: getTypeColor(type),\n }}\n {...props}\n >\n {child}\n </Component>\n </span>,\n ]);\n },\n);\n"],"mappings":";;;;;;;;;;;AAAA,OAAO,WAAW;AAClB,OAAO,UAAU;AAqFP;AA1DV,IAAM,eAAe,CAAC,SAAsB;AAC1C,QAAM,SAA2C;AAAA,IAC/C,SAAS;AAAA,IACT,SAAS;AAAA,IACT,WAAW;AAAA,IACX,SAAS;AAAA,IACT,SAAS;AAAA,IACT,OAAO;AAAA,EACT;AAEA,SAAO,OAAO,IAAI,KAAK,OAAO;AAChC;AAOO,IAAM,OAAO,MAAM;AAAA,EACxB,CAAC;AAAA,IACC;AAAA,IACA;AAAA,IACA,UAAU;AAAA,IACV,iBAAiB;AAAA,IACjB,UAAU;AAAA,IACV,iBAAiB;AAAA,IACjB;AAAA,IACA,oBAAoB;AAAA,IACpB,MAAM;AAAA,IACN,OAAO;AAAA,IACP,cAAc;AAAA,IACd,GAAG;AAAA,EACL,MAA+B;AAC7B,UAAM,YAAY;AAClB,UAAM,KAAK,cAAc;AACzB,QAAI,QAAyB;AAC7B,UAAM,WAAW,OAAO,MAAM,iBAAiB;AAC/C,UAAM,WAAW,OAAO,MAAM,iBAAiB;AAC/C,QACE,aAAa,UACb,YACA,OAAO,aAAa,YACpB,SAAS,SAAS,UAClB;AACA,cAAQ,OAAO,UAAU,OAAO,KAAK,UAAU,GAAG,QAAQ,IAAI;AAAA,IAChE;AAEA,QAAI,cAAc,cAAc;AAIhC,QAAI,OAAO,OAAO,OAAO,gBAAgB,UAAU;AACjD,YAAM,qBAAqB,2BAA2B;AACtD,UAAI,kBAA0B;AAC9B,UAAI,iBAAyC,CAAC;AAC9C,UAAI,QAAQ;AACZ,aAAO,gBAAgB,SAAS,oBAAoB;AAClD,uBAAe;AAAA,UACb,oBAAC,UACE,0BAAgB,OAAO,GAAG,kBAAkB,KADpC,KAEX;AAAA,QACF;AACA,uBAAe,KAAK,oBAAC,UAAQ,KAAK,OAAS,CAAE;AAC7C,0BAAkB,gBAAgB,OAAO,kBAAkB;AAE3D,YAAI,QAAQ,GAAG;AACb,4BACE,gBAAgB,OAAO,GAAG,qBAAqB,CAAC,IAAI;AAAA,QACxD;AAAA,MACF;AACA,qBAAe,KAAK,oBAAC,UAAoB,6BAAV,EAAE,KAAwB,CAAO;AAChE,oBAAc;AAAA,IAChB;AACA,UAAM,cACJ,CAAC,eACD,MAAM;AAAA,MACJ;AAAA,MACA;AAAA,QACE,SAAS,OAAK;AACZ,YAAE,eAAe;AACjB,YAAE,gBAAgB;AAClB,qBAAW,EAAE,aAAa;AAAA,QAC5B;AAAA,MACF;AAAA,MACA;AAAA,IACF;AAEF,UAAM,IAAI,EAAE,OAAO,YAAY;AAC/B,WAAO,MAAM,cAAc,SAAS,GAAG;AAAA,MACrC,oBAAC,UACC;AAAA,QAAC;AAAA;AAAA,UACC,WAAW;AAAA,YACT;AAAA,YACA;AAAA,YACA;AAAA,UACF;AAAA,UACA,OAAO;AAAA,YACL;AAAA,YACA,SAAS,aAAa,SAAY,YAAY;AAAA,YAC9C,OAAO,aAAa,IAAI;AAAA,UAC1B;AAAA,UACC,GAAG;AAAA,UAEH;AAAA;AAAA,MACH,KAfQ,MAgBV;AAAA,IACF,CAAC;AAAA,EACH;AACF;","names":[]}