@hyperbridge/ui 0.0.4 → 0.0.6

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.
@@ -816,7 +816,7 @@ var SvgLoader = (props) => /* @__PURE__ */ jsxs3(
816
816
  width: 16,
817
817
  height: 16,
818
818
  fill: "#000",
819
- children: /* @__PURE__ */ jsx30("path", { fill: "currentColor", d: "M0 0h16v16H0z" })
819
+ children: /* @__PURE__ */ jsx30("path", { fill: "transparent", d: "M0 0h16v16H0z" })
820
820
  }
821
821
  ),
822
822
  /* @__PURE__ */ jsx30(
@@ -901,10 +901,10 @@ var SvgLoader = (props) => /* @__PURE__ */ jsxs3(
901
901
  var Memo30 = memo30(SvgLoader);
902
902
  var Loader_default = Memo30;
903
903
 
904
- // src/components/icons/Menu.tsx
904
+ // src/components/icons/Mainnet.tsx
905
905
  import { memo as memo31 } from "react";
906
906
  import { jsx as jsx31 } from "react/jsx-runtime";
907
- var SvgMenu = (props) => /* @__PURE__ */ jsx31(
907
+ var SvgMainnet = (props) => /* @__PURE__ */ jsx31(
908
908
  "svg",
909
909
  __spreadProps(__spreadValues({
910
910
  width: "1em",
@@ -914,6 +914,30 @@ var SvgMenu = (props) => /* @__PURE__ */ jsx31(
914
914
  xmlns: "http://www.w3.org/2000/svg"
915
915
  }, props), {
916
916
  children: /* @__PURE__ */ jsx31(
917
+ "path",
918
+ {
919
+ d: "M15 4.5a3.5 3.5 0 1 0-7 0A3.5 3.5 0 1 0 4.5 8 3.5 3.5 0 1 0 8 11.5 3.5 3.5 0 1 0 11.501 8 3.5 3.5 0 0 0 15 4.5Z",
920
+ fill: "currentColor"
921
+ }
922
+ )
923
+ })
924
+ );
925
+ var Memo31 = memo31(SvgMainnet);
926
+ var Mainnet_default = Memo31;
927
+
928
+ // src/components/icons/Menu.tsx
929
+ import { memo as memo32 } from "react";
930
+ import { jsx as jsx32 } from "react/jsx-runtime";
931
+ var SvgMenu = (props) => /* @__PURE__ */ jsx32(
932
+ "svg",
933
+ __spreadProps(__spreadValues({
934
+ width: "1em",
935
+ height: "1em",
936
+ viewBox: "0 0 16 16",
937
+ fill: "none",
938
+ xmlns: "http://www.w3.org/2000/svg"
939
+ }, props), {
940
+ children: /* @__PURE__ */ jsx32(
917
941
  "path",
918
942
  {
919
943
  d: "M1.833 10.167h12.334M1.834 6h12.333",
@@ -925,13 +949,13 @@ var SvgMenu = (props) => /* @__PURE__ */ jsx31(
925
949
  )
926
950
  })
927
951
  );
928
- var Memo31 = memo31(SvgMenu);
929
- var Menu_default = Memo31;
952
+ var Memo32 = memo32(SvgMenu);
953
+ var Menu_default = Memo32;
930
954
 
931
955
  // src/components/icons/Pen.tsx
932
- import { memo as memo32 } from "react";
933
- import { jsx as jsx32 } from "react/jsx-runtime";
934
- var SvgPen = (props) => /* @__PURE__ */ jsx32(
956
+ import { memo as memo33 } from "react";
957
+ import { jsx as jsx33 } from "react/jsx-runtime";
958
+ var SvgPen = (props) => /* @__PURE__ */ jsx33(
935
959
  "svg",
936
960
  __spreadProps(__spreadValues({
937
961
  width: "1em",
@@ -940,7 +964,7 @@ var SvgPen = (props) => /* @__PURE__ */ jsx32(
940
964
  fill: "none",
941
965
  xmlns: "http://www.w3.org/2000/svg"
942
966
  }, props), {
943
- children: /* @__PURE__ */ jsx32(
967
+ children: /* @__PURE__ */ jsx33(
944
968
  "path",
945
969
  {
946
970
  d: "m9.486 3.951 2.563 2.563-6.14 6.134a4.82 4.82 0 0 1-2.001 1.202l-2.097.64a.244.244 0 0 1-.3-.301l.64-2.097a4.822 4.822 0 0 1 1.201-2.002l6.134-6.139Zm3.672-2.134 1.025 1.025c.396.397.421 1.024.074 1.45l-1.168 1.173-2.554-2.554 1.09-1.094a1.084 1.084 0 0 1 1.533 0Z",
@@ -949,13 +973,13 @@ var SvgPen = (props) => /* @__PURE__ */ jsx32(
949
973
  )
950
974
  })
951
975
  );
952
- var Memo32 = memo32(SvgPen);
953
- var Pen_default = Memo32;
976
+ var Memo33 = memo33(SvgPen);
977
+ var Pen_default = Memo33;
954
978
 
955
979
  // src/components/icons/Percent.tsx
956
- import { memo as memo33 } from "react";
957
- import { jsx as jsx33 } from "react/jsx-runtime";
958
- var SvgPercent = (props) => /* @__PURE__ */ jsx33(
980
+ import { memo as memo34 } from "react";
981
+ import { jsx as jsx34 } from "react/jsx-runtime";
982
+ var SvgPercent = (props) => /* @__PURE__ */ jsx34(
959
983
  "svg",
960
984
  __spreadProps(__spreadValues({
961
985
  width: "1em",
@@ -964,7 +988,7 @@ var SvgPercent = (props) => /* @__PURE__ */ jsx33(
964
988
  fill: "none",
965
989
  xmlns: "http://www.w3.org/2000/svg"
966
990
  }, props), {
967
- children: /* @__PURE__ */ jsx33(
991
+ children: /* @__PURE__ */ jsx34(
968
992
  "path",
969
993
  {
970
994
  fillRule: "evenodd",
@@ -975,13 +999,13 @@ var SvgPercent = (props) => /* @__PURE__ */ jsx33(
975
999
  )
976
1000
  })
977
1001
  );
978
- var Memo33 = memo33(SvgPercent);
979
- var Percent_default = Memo33;
1002
+ var Memo34 = memo34(SvgPercent);
1003
+ var Percent_default = Memo34;
980
1004
 
981
1005
  // src/components/icons/Plus.tsx
982
- import { memo as memo34 } from "react";
983
- import { jsx as jsx34 } from "react/jsx-runtime";
984
- var SvgPlus = (props) => /* @__PURE__ */ jsx34(
1006
+ import { memo as memo35 } from "react";
1007
+ import { jsx as jsx35 } from "react/jsx-runtime";
1008
+ var SvgPlus = (props) => /* @__PURE__ */ jsx35(
985
1009
  "svg",
986
1010
  __spreadProps(__spreadValues({
987
1011
  width: "1em",
@@ -990,7 +1014,7 @@ var SvgPlus = (props) => /* @__PURE__ */ jsx34(
990
1014
  fill: "none",
991
1015
  xmlns: "http://www.w3.org/2000/svg"
992
1016
  }, props), {
993
- children: /* @__PURE__ */ jsx34(
1017
+ children: /* @__PURE__ */ jsx35(
994
1018
  "path",
995
1019
  {
996
1020
  fillRule: "evenodd",
@@ -1001,13 +1025,13 @@ var SvgPlus = (props) => /* @__PURE__ */ jsx34(
1001
1025
  )
1002
1026
  })
1003
1027
  );
1004
- var Memo34 = memo34(SvgPlus);
1005
- var Plus_default = Memo34;
1028
+ var Memo35 = memo35(SvgPlus);
1029
+ var Plus_default = Memo35;
1006
1030
 
1007
1031
  // src/components/icons/Power.tsx
1008
- import { memo as memo35 } from "react";
1009
- import { jsx as jsx35 } from "react/jsx-runtime";
1010
- var SvgPower = (props) => /* @__PURE__ */ jsx35(
1032
+ import { memo as memo36 } from "react";
1033
+ import { jsx as jsx36 } from "react/jsx-runtime";
1034
+ var SvgPower = (props) => /* @__PURE__ */ jsx36(
1011
1035
  "svg",
1012
1036
  __spreadProps(__spreadValues({
1013
1037
  width: "1em",
@@ -1016,7 +1040,7 @@ var SvgPower = (props) => /* @__PURE__ */ jsx35(
1016
1040
  fill: "none",
1017
1041
  xmlns: "http://www.w3.org/2000/svg"
1018
1042
  }, props), {
1019
- children: /* @__PURE__ */ jsx35(
1043
+ children: /* @__PURE__ */ jsx36(
1020
1044
  "path",
1021
1045
  {
1022
1046
  d: "M7.999 2v6m3.816-3.216a5.4 5.4 0 1 1-7.639 0",
@@ -1028,13 +1052,13 @@ var SvgPower = (props) => /* @__PURE__ */ jsx35(
1028
1052
  )
1029
1053
  })
1030
1054
  );
1031
- var Memo35 = memo35(SvgPower);
1032
- var Power_default = Memo35;
1055
+ var Memo36 = memo36(SvgPower);
1056
+ var Power_default = Memo36;
1033
1057
 
1034
1058
  // src/components/icons/RotateCcw.tsx
1035
- import { memo as memo36 } from "react";
1036
- import { jsx as jsx36 } from "react/jsx-runtime";
1037
- var SvgRotateCcw = (props) => /* @__PURE__ */ jsx36(
1059
+ import { memo as memo37 } from "react";
1060
+ import { jsx as jsx37 } from "react/jsx-runtime";
1061
+ var SvgRotateCcw = (props) => /* @__PURE__ */ jsx37(
1038
1062
  "svg",
1039
1063
  __spreadProps(__spreadValues({
1040
1064
  width: "1em",
@@ -1043,7 +1067,7 @@ var SvgRotateCcw = (props) => /* @__PURE__ */ jsx36(
1043
1067
  fill: "none",
1044
1068
  xmlns: "http://www.w3.org/2000/svg"
1045
1069
  }, props), {
1046
- children: /* @__PURE__ */ jsx36(
1070
+ children: /* @__PURE__ */ jsx37(
1047
1071
  "path",
1048
1072
  {
1049
1073
  d: "M2.827 9.833A5.502 5.502 0 0 0 13.514 8a5.5 5.5 0 0 0-5.5-5.5c-1.878 0-3.133.803-4.347 2.173m-.5-2.006v2.166a.5.5 0 0 0 .5.5h2.166",
@@ -1055,13 +1079,13 @@ var SvgRotateCcw = (props) => /* @__PURE__ */ jsx36(
1055
1079
  )
1056
1080
  })
1057
1081
  );
1058
- var Memo36 = memo36(SvgRotateCcw);
1059
- var RotateCcw_default = Memo36;
1082
+ var Memo37 = memo37(SvgRotateCcw);
1083
+ var RotateCcw_default = Memo37;
1060
1084
 
1061
1085
  // src/components/icons/Search.tsx
1062
- import { memo as memo37 } from "react";
1063
- import { jsx as jsx37 } from "react/jsx-runtime";
1064
- var SvgSearch = (props) => /* @__PURE__ */ jsx37(
1086
+ import { memo as memo38 } from "react";
1087
+ import { jsx as jsx38 } from "react/jsx-runtime";
1088
+ var SvgSearch = (props) => /* @__PURE__ */ jsx38(
1065
1089
  "svg",
1066
1090
  __spreadProps(__spreadValues({
1067
1091
  width: "1em",
@@ -1070,7 +1094,7 @@ var SvgSearch = (props) => /* @__PURE__ */ jsx37(
1070
1094
  fill: "none",
1071
1095
  xmlns: "http://www.w3.org/2000/svg"
1072
1096
  }, props), {
1073
- children: /* @__PURE__ */ jsx37(
1097
+ children: /* @__PURE__ */ jsx38(
1074
1098
  "path",
1075
1099
  {
1076
1100
  d: "m14 14-2.9-2.9m1.567-3.767A5.333 5.333 0 1 1 2 7.333a5.333 5.333 0 0 1 10.667 0Z",
@@ -1082,13 +1106,13 @@ var SvgSearch = (props) => /* @__PURE__ */ jsx37(
1082
1106
  )
1083
1107
  })
1084
1108
  );
1085
- var Memo37 = memo37(SvgSearch);
1086
- var Search_default = Memo37;
1109
+ var Memo38 = memo38(SvgSearch);
1110
+ var Search_default = Memo38;
1087
1111
 
1088
1112
  // src/components/icons/Server.tsx
1089
- import { memo as memo38 } from "react";
1090
- import { jsx as jsx38, jsxs as jsxs4 } from "react/jsx-runtime";
1091
- var SvgServer = (props) => /* @__PURE__ */ jsxs4(
1113
+ import { memo as memo39 } from "react";
1114
+ import { jsx as jsx39 } from "react/jsx-runtime";
1115
+ var SvgServer = (props) => /* @__PURE__ */ jsx39(
1092
1116
  "svg",
1093
1117
  __spreadProps(__spreadValues({
1094
1118
  width: "1em",
@@ -1097,33 +1121,22 @@ var SvgServer = (props) => /* @__PURE__ */ jsxs4(
1097
1121
  fill: "none",
1098
1122
  xmlns: "http://www.w3.org/2000/svg"
1099
1123
  }, props), {
1100
- children: [
1101
- /* @__PURE__ */ jsx38(
1102
- "path",
1103
- {
1104
- fillRule: "evenodd",
1105
- clipRule: "evenodd",
1106
- d: "M11.665 3.208c0-.44-.25-.78-.527-1.013-.28-.236-.65-.422-1.056-.567-.817-.292-1.907-.461-3.083-.461-1.177 0-2.267.169-3.084.46-.406.146-.776.332-1.055.568-.277.234-.528.574-.528 1.013v2.625c0 .44.251.78.528 1.014.28.235.65.422 1.055.567.817.292 1.907.46 3.084.46 1.176 0 2.266-.168 3.083-.46.406-.145.776-.332 1.055-.567.277-.234.528-.574.528-1.014V3.208Zm-8.052-.122a.437.437 0 0 0-.11.122c.01.02.037.06.11.122.133.113.362.241.695.36.66.236 1.612.393 2.69.393 1.08 0 2.03-.157 2.692-.393.333-.119.561-.247.695-.36a.436.436 0 0 0 .11-.122.436.436 0 0 0-.11-.122c-.134-.113-.362-.24-.695-.36-.661-.236-1.612-.393-2.691-.393-1.08 0-2.03.157-2.691.393-.333.12-.562.247-.695.36Z",
1107
- fill: "currentColor"
1108
- }
1109
- ),
1110
- /* @__PURE__ */ jsx38(
1111
- "path",
1112
- {
1113
- d: "M10.475 8.512a4.906 4.906 0 0 0 1.19-.6v2.88c0 .44-.25.78-.527 1.013-.28.236-.65.422-1.056.567-.817.292-1.907.461-3.083.461-1.177 0-2.267-.17-3.084-.46-.406-.146-.776-.332-1.055-.568-.277-.234-.528-.574-.528-1.013v-2.88c.374.266.794.459 1.19.6.974.348 2.203.53 3.477.53s2.503-.182 3.476-.53Z",
1114
- fill: "currentColor"
1115
- }
1116
- )
1117
- ]
1124
+ children: /* @__PURE__ */ jsx39(
1125
+ "path",
1126
+ {
1127
+ d: "M11.665 3.208c0-.44-.25-.78-.527-1.013-.28-.236-.65-.422-1.056-.567-.817-.292-1.907-.461-3.083-.461-1.177 0-2.267.169-3.084.46-.406.146-.776.332-1.055.568-.277.234-.528.574-.528 1.013v2.625c0 .44.251.78.528 1.014.28.235.65.422 1.055.567.817.292 1.907.46 3.084.46 1.176 0 2.266-.168 3.083-.46.406-.145.776-.332 1.055-.567.277-.234.528-.574.528-1.014V3.208Zm-8.052-.122a.437.437 0 0 0-.11.122c.01.02.037.06.11.122.133.113.362.241.695.36.66.236 1.612.393 2.69.393 1.08 0 2.03-.157 2.692-.393.333-.119.561-.247.695-.36a.436.436 0 0 0 .11-.122.436.436 0 0 0-.11-.122c-.134-.113-.362-.24-.695-.36-.661-.236-1.612-.393-2.691-.393-1.08 0-2.03.157-2.691.393-.333.12-.562.247-.695.36ZM10.475 8.512a4.906 4.906 0 0 0 1.19-.6v2.88c0 .44-.25.78-.527 1.013-.28.236-.65.422-1.056.567-.817.292-1.907.461-3.083.461-1.177 0-2.267-.17-3.084-.46-.406-.146-.776-.332-1.055-.568-.277-.234-.528-.574-.528-1.013v-2.88c.374.266.794.459 1.19.6.974.348 2.203.53 3.477.53s2.503-.182 3.476-.53Z",
1128
+ fill: "currentColor"
1129
+ }
1130
+ )
1118
1131
  })
1119
1132
  );
1120
- var Memo38 = memo38(SvgServer);
1121
- var Server_default = Memo38;
1133
+ var Memo39 = memo39(SvgServer);
1134
+ var Server_default = Memo39;
1122
1135
 
1123
1136
  // src/components/icons/SettingsGear.tsx
1124
- import { memo as memo39 } from "react";
1125
- import { jsx as jsx39 } from "react/jsx-runtime";
1126
- var SvgSettingsGear = (props) => /* @__PURE__ */ jsx39(
1137
+ import { memo as memo40 } from "react";
1138
+ import { jsx as jsx40 } from "react/jsx-runtime";
1139
+ var SvgSettingsGear = (props) => /* @__PURE__ */ jsx40(
1127
1140
  "svg",
1128
1141
  __spreadProps(__spreadValues({
1129
1142
  width: "1em",
@@ -1132,7 +1145,7 @@ var SvgSettingsGear = (props) => /* @__PURE__ */ jsx39(
1132
1145
  fill: "none",
1133
1146
  xmlns: "http://www.w3.org/2000/svg"
1134
1147
  }, props), {
1135
- children: /* @__PURE__ */ jsx39(
1148
+ children: /* @__PURE__ */ jsx40(
1136
1149
  "path",
1137
1150
  {
1138
1151
  fillRule: "evenodd",
@@ -1143,13 +1156,13 @@ var SvgSettingsGear = (props) => /* @__PURE__ */ jsx39(
1143
1156
  )
1144
1157
  })
1145
1158
  );
1146
- var Memo39 = memo39(SvgSettingsGear);
1147
- var SettingsGear_default = Memo39;
1159
+ var Memo40 = memo40(SvgSettingsGear);
1160
+ var SettingsGear_default = Memo40;
1148
1161
 
1149
1162
  // src/components/icons/Settings.tsx
1150
- import { memo as memo40 } from "react";
1151
- import { jsx as jsx40 } from "react/jsx-runtime";
1152
- var SvgSettings = (props) => /* @__PURE__ */ jsx40(
1163
+ import { memo as memo41 } from "react";
1164
+ import { jsx as jsx41 } from "react/jsx-runtime";
1165
+ var SvgSettings = (props) => /* @__PURE__ */ jsx41(
1153
1166
  "svg",
1154
1167
  __spreadProps(__spreadValues({
1155
1168
  width: "1em",
@@ -1158,7 +1171,7 @@ var SvgSettings = (props) => /* @__PURE__ */ jsx40(
1158
1171
  fill: "none",
1159
1172
  xmlns: "http://www.w3.org/2000/svg"
1160
1173
  }, props), {
1161
- children: /* @__PURE__ */ jsx40(
1174
+ children: /* @__PURE__ */ jsx41(
1162
1175
  "path",
1163
1176
  {
1164
1177
  fillRule: "evenodd",
@@ -1169,13 +1182,13 @@ var SvgSettings = (props) => /* @__PURE__ */ jsx40(
1169
1182
  )
1170
1183
  })
1171
1184
  );
1172
- var Memo40 = memo40(SvgSettings);
1173
- var Settings_default = Memo40;
1185
+ var Memo41 = memo41(SvgSettings);
1186
+ var Settings_default = Memo41;
1174
1187
 
1175
1188
  // src/components/icons/Shuffle.tsx
1176
- import { memo as memo41 } from "react";
1177
- import { jsx as jsx41, jsxs as jsxs5 } from "react/jsx-runtime";
1178
- var SvgShuffle = (props) => /* @__PURE__ */ jsxs5(
1189
+ import { memo as memo42 } from "react";
1190
+ import { jsx as jsx42, jsxs as jsxs4 } from "react/jsx-runtime";
1191
+ var SvgShuffle = (props) => /* @__PURE__ */ jsxs4(
1179
1192
  "svg",
1180
1193
  __spreadProps(__spreadValues({
1181
1194
  width: "1em",
@@ -1185,14 +1198,14 @@ var SvgShuffle = (props) => /* @__PURE__ */ jsxs5(
1185
1198
  xmlns: "http://www.w3.org/2000/svg"
1186
1199
  }, props), {
1187
1200
  children: [
1188
- /* @__PURE__ */ jsx41(
1201
+ /* @__PURE__ */ jsx42(
1189
1202
  "path",
1190
1203
  {
1191
1204
  d: "M10.98 3.646a.5.5 0 0 0 0 .708l.48.48H8.918c-.447 0-.855.255-1.05.657l-.14.29a.267.267 0 0 0 0 .232l.379.783c.049.1.191.1.24 0l.421-.869a.167.167 0 0 1 .15-.094h2.542l-.48.48a.5.5 0 0 0 .707.707l1.333-1.333a.5.5 0 0 0 0-.707l-1.333-1.334a.5.5 0 0 0-.707 0ZM6.69 10.219a.267.267 0 0 0 0-.232l-.38-.783a.133.133 0 0 0-.24 0l-.421.869a.167.167 0 0 1-.15.094H3.334a.5.5 0 1 0 0 1h2.165c.447 0 .855-.256 1.05-.658l.14-.29Z",
1192
1205
  fill: "currentColor"
1193
1206
  }
1194
1207
  ),
1195
- /* @__PURE__ */ jsx41(
1208
+ /* @__PURE__ */ jsx42(
1196
1209
  "path",
1197
1210
  {
1198
1211
  d: "M10.98 12.354a.5.5 0 0 1 0-.708l.48-.48H8.918c-.447 0-.855-.255-1.05-.657L5.649 5.927a.167.167 0 0 0-.15-.094H3.334a.5.5 0 1 1 0-1h2.165c.447 0 .855.256 1.05.658l2.219 4.582a.167.167 0 0 0 .15.094h2.542l-.48-.48a.5.5 0 0 1 .707-.707l1.333 1.333a.5.5 0 0 1 0 .707l-1.333 1.334a.5.5 0 0 1-.707 0Z",
@@ -1202,13 +1215,13 @@ var SvgShuffle = (props) => /* @__PURE__ */ jsxs5(
1202
1215
  ]
1203
1216
  })
1204
1217
  );
1205
- var Memo41 = memo41(SvgShuffle);
1206
- var Shuffle_default = Memo41;
1218
+ var Memo42 = memo42(SvgShuffle);
1219
+ var Shuffle_default = Memo42;
1207
1220
 
1208
1221
  // src/components/icons/SquareArrowTopRight.tsx
1209
- import { memo as memo42 } from "react";
1210
- import { jsx as jsx42 } from "react/jsx-runtime";
1211
- var SvgSquareArrowTopRight = (props) => /* @__PURE__ */ jsx42(
1222
+ import { memo as memo43 } from "react";
1223
+ import { jsx as jsx43 } from "react/jsx-runtime";
1224
+ var SvgSquareArrowTopRight = (props) => /* @__PURE__ */ jsx43(
1212
1225
  "svg",
1213
1226
  __spreadProps(__spreadValues({
1214
1227
  width: "1em",
@@ -1217,7 +1230,7 @@ var SvgSquareArrowTopRight = (props) => /* @__PURE__ */ jsx42(
1217
1230
  fill: "none",
1218
1231
  xmlns: "http://www.w3.org/2000/svg"
1219
1232
  }, props), {
1220
- children: /* @__PURE__ */ jsx42(
1233
+ children: /* @__PURE__ */ jsx43(
1221
1234
  "path",
1222
1235
  {
1223
1236
  fillRule: "evenodd",
@@ -1228,13 +1241,13 @@ var SvgSquareArrowTopRight = (props) => /* @__PURE__ */ jsx42(
1228
1241
  )
1229
1242
  })
1230
1243
  );
1231
- var Memo42 = memo42(SvgSquareArrowTopRight);
1232
- var SquareArrowTopRight_default = Memo42;
1244
+ var Memo43 = memo43(SvgSquareArrowTopRight);
1245
+ var SquareArrowTopRight_default = Memo43;
1233
1246
 
1234
1247
  // src/components/icons/StepBack.tsx
1235
- import { memo as memo43 } from "react";
1236
- import { jsx as jsx43 } from "react/jsx-runtime";
1237
- var SvgStepBack = (props) => /* @__PURE__ */ jsx43(
1248
+ import { memo as memo44 } from "react";
1249
+ import { jsx as jsx44 } from "react/jsx-runtime";
1250
+ var SvgStepBack = (props) => /* @__PURE__ */ jsx44(
1238
1251
  "svg",
1239
1252
  __spreadProps(__spreadValues({
1240
1253
  width: "1em",
@@ -1243,7 +1256,7 @@ var SvgStepBack = (props) => /* @__PURE__ */ jsx43(
1243
1256
  fill: "none",
1244
1257
  xmlns: "http://www.w3.org/2000/svg"
1245
1258
  }, props), {
1246
- children: /* @__PURE__ */ jsx43(
1259
+ children: /* @__PURE__ */ jsx44(
1247
1260
  "path",
1248
1261
  {
1249
1262
  fillRule: "evenodd",
@@ -1254,13 +1267,46 @@ var SvgStepBack = (props) => /* @__PURE__ */ jsx43(
1254
1267
  )
1255
1268
  })
1256
1269
  );
1257
- var Memo43 = memo43(SvgStepBack);
1258
- var StepBack_default = Memo43;
1270
+ var Memo44 = memo44(SvgStepBack);
1271
+ var StepBack_default = Memo44;
1272
+
1273
+ // src/components/icons/Testnet.tsx
1274
+ import { memo as memo45 } from "react";
1275
+ import { jsx as jsx45, jsxs as jsxs5 } from "react/jsx-runtime";
1276
+ var SvgTestnet = (props) => /* @__PURE__ */ jsxs5(
1277
+ "svg",
1278
+ __spreadProps(__spreadValues({
1279
+ width: "1em",
1280
+ height: "1em",
1281
+ viewBox: "0 0 16 16",
1282
+ fill: "none",
1283
+ xmlns: "http://www.w3.org/2000/svg"
1284
+ }, props), {
1285
+ children: [
1286
+ /* @__PURE__ */ jsx45(
1287
+ "path",
1288
+ {
1289
+ d: "M11.12 3.12a3.12 3.12 0 1 1-6.24 0 3.12 3.12 0 0 1 6.24 0ZM11.12 12.88a3.12 3.12 0 1 1-6.24 0 3.12 3.12 0 0 1 6.24 0ZM12.88 11.12a3.12 3.12 0 1 1 0-6.24 3.12 3.12 0 0 1 0 6.24Z",
1290
+ fill: "#929DAA"
1291
+ }
1292
+ ),
1293
+ /* @__PURE__ */ jsx45(
1294
+ "path",
1295
+ {
1296
+ d: "M3.12 11.12a3.12 3.12 0 1 1 0-6.24 3.12 3.12 0 0 1 0 6.24Z",
1297
+ fill: "currentColor"
1298
+ }
1299
+ )
1300
+ ]
1301
+ })
1302
+ );
1303
+ var Memo45 = memo45(SvgTestnet);
1304
+ var Testnet_default = Memo45;
1259
1305
 
1260
1306
  // src/components/icons/Transfer.tsx
1261
- import { memo as memo44 } from "react";
1262
- import { jsx as jsx44 } from "react/jsx-runtime";
1263
- var SvgTransfer = (props) => /* @__PURE__ */ jsx44(
1307
+ import { memo as memo46 } from "react";
1308
+ import { jsx as jsx46 } from "react/jsx-runtime";
1309
+ var SvgTransfer = (props) => /* @__PURE__ */ jsx46(
1264
1310
  "svg",
1265
1311
  __spreadProps(__spreadValues({
1266
1312
  width: "1em",
@@ -1269,7 +1315,7 @@ var SvgTransfer = (props) => /* @__PURE__ */ jsx44(
1269
1315
  fill: "none",
1270
1316
  xmlns: "http://www.w3.org/2000/svg"
1271
1317
  }, props), {
1272
- children: /* @__PURE__ */ jsx44(
1318
+ children: /* @__PURE__ */ jsx46(
1273
1319
  "path",
1274
1320
  {
1275
1321
  d: "M3 6.538 5.96 4v8.459M12.23 9.923l-2.96 2.538V4.002",
@@ -1281,13 +1327,13 @@ var SvgTransfer = (props) => /* @__PURE__ */ jsx44(
1281
1327
  )
1282
1328
  })
1283
1329
  );
1284
- var Memo44 = memo44(SvgTransfer);
1285
- var Transfer_default = Memo44;
1330
+ var Memo46 = memo46(SvgTransfer);
1331
+ var Transfer_default = Memo46;
1286
1332
 
1287
1333
  // src/components/icons/Trash.tsx
1288
- import { memo as memo45 } from "react";
1289
- import { jsx as jsx45 } from "react/jsx-runtime";
1290
- var SvgTrash = (props) => /* @__PURE__ */ jsx45(
1334
+ import { memo as memo47 } from "react";
1335
+ import { jsx as jsx47 } from "react/jsx-runtime";
1336
+ var SvgTrash = (props) => /* @__PURE__ */ jsx47(
1291
1337
  "svg",
1292
1338
  __spreadProps(__spreadValues({
1293
1339
  width: "1em",
@@ -1296,7 +1342,7 @@ var SvgTrash = (props) => /* @__PURE__ */ jsx45(
1296
1342
  fill: "none",
1297
1343
  xmlns: "http://www.w3.org/2000/svg"
1298
1344
  }, props), {
1299
- children: /* @__PURE__ */ jsx45(
1345
+ children: /* @__PURE__ */ jsx47(
1300
1346
  "path",
1301
1347
  {
1302
1348
  d: "m3.333 4.333.582 8.426c.048.699.629 1.241 1.33 1.241h5.51c.701 0 1.283-.542 1.33-1.241l.582-8.426M2.333 4h11.334M5.38 3.83a2.668 2.668 0 0 1 5.24 0",
@@ -1308,13 +1354,13 @@ var SvgTrash = (props) => /* @__PURE__ */ jsx45(
1308
1354
  )
1309
1355
  })
1310
1356
  );
1311
- var Memo45 = memo45(SvgTrash);
1312
- var Trash_default = Memo45;
1357
+ var Memo47 = memo47(SvgTrash);
1358
+ var Trash_default = Memo47;
1313
1359
 
1314
1360
  // src/components/icons/Wallet.tsx
1315
- import { memo as memo46 } from "react";
1316
- import { jsx as jsx46 } from "react/jsx-runtime";
1317
- var SvgWallet = (props) => /* @__PURE__ */ jsx46(
1361
+ import { memo as memo48 } from "react";
1362
+ import { jsx as jsx48 } from "react/jsx-runtime";
1363
+ var SvgWallet = (props) => /* @__PURE__ */ jsx48(
1318
1364
  "svg",
1319
1365
  __spreadProps(__spreadValues({
1320
1366
  width: "1em",
@@ -1323,7 +1369,7 @@ var SvgWallet = (props) => /* @__PURE__ */ jsx46(
1323
1369
  fill: "none",
1324
1370
  xmlns: "http://www.w3.org/2000/svg"
1325
1371
  }, props), {
1326
- children: /* @__PURE__ */ jsx46(
1372
+ children: /* @__PURE__ */ jsx48(
1327
1373
  "path",
1328
1374
  {
1329
1375
  fillRule: "evenodd",
@@ -1334,13 +1380,13 @@ var SvgWallet = (props) => /* @__PURE__ */ jsx46(
1334
1380
  )
1335
1381
  })
1336
1382
  );
1337
- var Memo46 = memo46(SvgWallet);
1338
- var Wallet_default = Memo46;
1383
+ var Memo48 = memo48(SvgWallet);
1384
+ var Wallet_default = Memo48;
1339
1385
 
1340
1386
  // src/components/icons/XCircle.tsx
1341
- import { memo as memo47 } from "react";
1342
- import { jsx as jsx47 } from "react/jsx-runtime";
1343
- var SvgXCircle = (props) => /* @__PURE__ */ jsx47(
1387
+ import { memo as memo49 } from "react";
1388
+ import { jsx as jsx49 } from "react/jsx-runtime";
1389
+ var SvgXCircle = (props) => /* @__PURE__ */ jsx49(
1344
1390
  "svg",
1345
1391
  __spreadProps(__spreadValues({
1346
1392
  width: "1em",
@@ -1349,7 +1395,7 @@ var SvgXCircle = (props) => /* @__PURE__ */ jsx47(
1349
1395
  fill: "none",
1350
1396
  xmlns: "http://www.w3.org/2000/svg"
1351
1397
  }, props), {
1352
- children: /* @__PURE__ */ jsx47(
1398
+ children: /* @__PURE__ */ jsx49(
1353
1399
  "path",
1354
1400
  {
1355
1401
  d: "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm2.948 4.054a.673.673 0 0 0-.95-.001L8.001 7.05 6.003 5.052l-.105-.086a.674.674 0 0 0-.931.931l.087.106L7.05 8 5.054 9.997a.672.672 0 0 0 .95.95L8 8.95l1.996 1.996.105.086a.672.672 0 0 0 .931-.93l-.086-.106L8.951 8l1.996-1.996a.673.673 0 0 0 .001-.95Z",
@@ -1358,13 +1404,13 @@ var SvgXCircle = (props) => /* @__PURE__ */ jsx47(
1358
1404
  )
1359
1405
  })
1360
1406
  );
1361
- var Memo47 = memo47(SvgXCircle);
1362
- var XCircle_default = Memo47;
1407
+ var Memo49 = memo49(SvgXCircle);
1408
+ var XCircle_default = Memo49;
1363
1409
 
1364
1410
  // src/components/icons/XIcon.tsx
1365
- import { memo as memo48 } from "react";
1366
- import { jsx as jsx48 } from "react/jsx-runtime";
1367
- var SvgXIcon = (props) => /* @__PURE__ */ jsx48(
1411
+ import { memo as memo50 } from "react";
1412
+ import { jsx as jsx50 } from "react/jsx-runtime";
1413
+ var SvgXIcon = (props) => /* @__PURE__ */ jsx50(
1368
1414
  "svg",
1369
1415
  __spreadProps(__spreadValues({
1370
1416
  width: "1em",
@@ -1373,7 +1419,7 @@ var SvgXIcon = (props) => /* @__PURE__ */ jsx48(
1373
1419
  fill: "none",
1374
1420
  xmlns: "http://www.w3.org/2000/svg"
1375
1421
  }, props), {
1376
- children: /* @__PURE__ */ jsx48(
1422
+ children: /* @__PURE__ */ jsx50(
1377
1423
  "path",
1378
1424
  {
1379
1425
  d: "m3.334 3.334 9.333 9.333m0-9.333-9.333 9.333",
@@ -1384,8 +1430,8 @@ var SvgXIcon = (props) => /* @__PURE__ */ jsx48(
1384
1430
  )
1385
1431
  })
1386
1432
  );
1387
- var Memo48 = memo48(SvgXIcon);
1388
- var XIcon_default = Memo48;
1433
+ var Memo50 = memo50(SvgXIcon);
1434
+ var XIcon_default = Memo50;
1389
1435
 
1390
1436
  export {
1391
1437
  __spreadValues,
@@ -1421,6 +1467,7 @@ export {
1421
1467
  Gas_default,
1422
1468
  History_default,
1423
1469
  Loader_default,
1470
+ Mainnet_default,
1424
1471
  Menu_default,
1425
1472
  Pen_default,
1426
1473
  Percent_default,
@@ -1434,6 +1481,7 @@ export {
1434
1481
  Shuffle_default,
1435
1482
  SquareArrowTopRight_default,
1436
1483
  StepBack_default,
1484
+ Testnet_default,
1437
1485
  Transfer_default,
1438
1486
  Trash_default,
1439
1487
  Wallet_default,
@@ -2,6 +2,10 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as React from 'react';
3
3
  import { SVGProps } from 'react';
4
4
 
5
+ declare const Memo$N: React.MemoExoticComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element>;
6
+
7
+ declare const Memo$M: React.MemoExoticComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element>;
8
+
5
9
  declare const Memo$L: React.MemoExoticComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element>;
6
10
 
7
11
  declare const Memo$K: React.MemoExoticComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element>;
@@ -98,4 +102,4 @@ declare const Memo$1: React.MemoExoticComponent<(props: SVGProps<SVGSVGElement>)
98
102
 
99
103
  declare const Memo: React.MemoExoticComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element>;
100
104
 
101
- export { Memo$L as Alert, Memo$K as ArrowBottomTop, Memo$H as ArrowRight, Memo$J as ArrowRightDownCircle, Memo$I as ArrowRightUpCircle, Memo$G as ArrowSplit, Memo$F as ArrowTopBottom, Memo$E as ArrowTriangleBottom, Memo$D as ArrowTriangleTop, Memo$C as ArrowUpRight, Memo$B as ArtifactNews, Memo$A as BrowserWindow, Memo$z as Check, Memo$y as ChevronBottomDown, Memo$x as ChevronBottomUp, Memo$w as ChevronDoubleRight, Memo$v as ChevronDownSmall, Memo$t as ChevronGrabberVertical, Memo$u as ChevronGrabberVertical1, Memo$p as Circle, Memo$s as CircleInfo, Memo$q as CirclePlaceholder, Memo$r as CirclePlaceholderDashed, Memo$o as Clock, Memo$n as Coins, Memo$m as Copy, Memo$l as Filter, Memo$k as Gas, Memo$j as History, Memo$i as Loader, Memo$h as Menu, Memo$g as Pen, Memo$f as Percent, Memo$e as Plus, Memo$d as Power, Memo$c as RotateCcw, Memo$b as Search, Memo$a as Server, Memo$8 as Settings, Memo$9 as SettingsGear, Memo$7 as Shuffle, Memo$6 as SquareArrowTopRight, Memo$5 as StepBack, Memo$4 as Transfer, Memo$3 as Trash, Memo$2 as Wallet, Memo$1 as XCircle, Memo as XIcon };
105
+ export { Memo$N as Alert, Memo$M as ArrowBottomTop, Memo$J as ArrowRight, Memo$L as ArrowRightDownCircle, Memo$K as ArrowRightUpCircle, Memo$I as ArrowSplit, Memo$H as ArrowTopBottom, Memo$G as ArrowTriangleBottom, Memo$F as ArrowTriangleTop, Memo$E as ArrowUpRight, Memo$D as ArtifactNews, Memo$C as BrowserWindow, Memo$B as Check, Memo$A as ChevronBottomDown, Memo$z as ChevronBottomUp, Memo$y as ChevronDoubleRight, Memo$x as ChevronDownSmall, Memo$v as ChevronGrabberVertical, Memo$w as ChevronGrabberVertical1, Memo$r as Circle, Memo$u as CircleInfo, Memo$s as CirclePlaceholder, Memo$t as CirclePlaceholderDashed, Memo$q as Clock, Memo$p as Coins, Memo$o as Copy, Memo$n as Filter, Memo$m as Gas, Memo$l as History, Memo$k as Loader, Memo$j as Mainnet, Memo$i as Menu, Memo$h as Pen, Memo$g as Percent, Memo$f as Plus, Memo$e as Power, Memo$d as RotateCcw, Memo$c as Search, Memo$b as Server, Memo$9 as Settings, Memo$a as SettingsGear, Memo$8 as Shuffle, Memo$7 as SquareArrowTopRight, Memo$6 as StepBack, Memo$5 as Testnet, Memo$4 as Transfer, Memo$3 as Trash, Memo$2 as Wallet, Memo$1 as XCircle, Memo as XIcon };
@@ -29,6 +29,7 @@ import {
29
29
  Gas_default,
30
30
  History_default,
31
31
  Loader_default,
32
+ Mainnet_default,
32
33
  Menu_default,
33
34
  Pen_default,
34
35
  Percent_default,
@@ -42,12 +43,13 @@ import {
42
43
  Shuffle_default,
43
44
  SquareArrowTopRight_default,
44
45
  StepBack_default,
46
+ Testnet_default,
45
47
  Transfer_default,
46
48
  Trash_default,
47
49
  Wallet_default,
48
50
  XCircle_default,
49
51
  XIcon_default
50
- } from "../chunk-O7MCYCGJ.mjs";
52
+ } from "../chunk-DO43LZ75.mjs";
51
53
  export {
52
54
  Alert_default as Alert,
53
55
  ArrowBottomTop_default as ArrowBottomTop,
@@ -79,6 +81,7 @@ export {
79
81
  Gas_default as Gas,
80
82
  History_default as History,
81
83
  Loader_default as Loader,
84
+ Mainnet_default as Mainnet,
82
85
  Menu_default as Menu,
83
86
  Pen_default as Pen,
84
87
  Percent_default as Percent,
@@ -92,6 +95,7 @@ export {
92
95
  Shuffle_default as Shuffle,
93
96
  SquareArrowTopRight_default as SquareArrowTopRight,
94
97
  StepBack_default as StepBack,
98
+ Testnet_default as Testnet,
95
99
  Transfer_default as Transfer,
96
100
  Trash_default as Trash,
97
101
  Wallet_default as Wallet,