@powerhousedao/connect 1.0.22-dev.4 → 1.0.22-dev.5
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/assets/{app-CmlD3Pwe.css → app-D5gNm0Gn.css} +67 -26
- package/dist/assets/{app-DZfkpUSg.js → app-bXMgXr_2.js} +2102 -5095
- package/dist/assets/app-bXMgXr_2.js.map +1 -0
- package/dist/assets/{app-loader-DWy8SQ7o.js → app-loader-Bbnowyvy.js} +70 -49
- package/dist/assets/app-loader-Bbnowyvy.js.map +1 -0
- package/dist/assets/{app-loader-DaCxVT0x.css → app-loader-NDVZu4bS.css} +28 -34
- package/dist/assets/{browser-B_zTOFuJ.js → browser-CX-a5MKk.js} +38 -48
- package/dist/assets/browser-CX-a5MKk.js.map +1 -0
- package/dist/assets/{ccip-Br7QabLv.js → ccip-BBMJrqAU.js} +5 -5
- package/dist/assets/ccip-BBMJrqAU.js.map +1 -0
- package/dist/assets/{content-Ch_VzBZ4.js → content-B0W_DYic.js} +74 -114
- package/dist/assets/content-B0W_DYic.js.map +1 -0
- package/dist/assets/{index-CVuue1Uq.js → index-CPgk_OFL.js} +4 -4
- package/dist/assets/{index-CVuue1Uq.js.map → index-CPgk_OFL.js.map} +1 -1
- package/dist/assets/{index-Dkmlt_Sd.js → index-CU_lAxAd.js} +4 -4
- package/dist/assets/{index-Dkmlt_Sd.js.map → index-CU_lAxAd.js.map} +1 -1
- package/dist/assets/{index--JP0V-_i.js → index-DT91xQ-T.js} +5 -5
- package/dist/assets/{index--JP0V-_i.js.map → index-DT91xQ-T.js.map} +1 -1
- package/dist/assets/{index-BW2kpwdQ.js → index-IlX4YC7Y.js} +551 -748
- package/dist/assets/index-IlX4YC7Y.js.map +1 -0
- package/dist/assets/{main.DjHkckQe.js → main.D4SFrwJR.js} +2 -2
- package/dist/assets/{main.DjHkckQe.js.map → main.D4SFrwJR.js.map} +1 -1
- package/dist/assets/{reactor-analytics-U0uwNQ_2.js → reactor-analytics-e6XADmbk.js} +6 -6
- package/dist/assets/{reactor-analytics-U0uwNQ_2.js.map → reactor-analytics-e6XADmbk.js.map} +1 -1
- package/dist/assets/{router-D0FWn4U0.js → router-Cw4YsdTX.js} +12 -12
- package/dist/assets/router-Cw4YsdTX.js.map +1 -0
- package/dist/assets/{style-BPUyhu8E.css → style-CdxGKc2g.css} +36 -25
- package/dist/index.html +1 -1
- package/dist/vite-envs.sh +1 -1
- package/package.json +7 -7
- package/dist/assets/app-DZfkpUSg.js.map +0 -1
- package/dist/assets/app-loader-DWy8SQ7o.js.map +0 -1
- package/dist/assets/browser-B_zTOFuJ.js.map +0 -1
- package/dist/assets/ccip-Br7QabLv.js.map +0 -1
- package/dist/assets/content-Ch_VzBZ4.js.map +0 -1
- package/dist/assets/index-BW2kpwdQ.js.map +0 -1
- package/dist/assets/router-D0FWn4U0.js.map +0 -1
|
@@ -93,7 +93,17 @@
|
|
|
93
93
|
--default-transition-duration: 150ms;
|
|
94
94
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
95
95
|
--default-font-family: var(--font-sans);
|
|
96
|
+
--default-font-feature-settings: var(--font-sans--font-feature-settings);
|
|
97
|
+
--default-font-variation-settings: var(
|
|
98
|
+
--font-sans--font-variation-settings
|
|
99
|
+
);
|
|
96
100
|
--default-mono-font-family: var(--font-mono);
|
|
101
|
+
--default-mono-font-feature-settings: var(
|
|
102
|
+
--font-mono--font-feature-settings
|
|
103
|
+
);
|
|
104
|
+
--default-mono-font-variation-settings: var(
|
|
105
|
+
--font-mono--font-variation-settings
|
|
106
|
+
);
|
|
97
107
|
}
|
|
98
108
|
}
|
|
99
109
|
@layer base {
|
|
@@ -107,11 +117,14 @@
|
|
|
107
117
|
line-height: 1.5;
|
|
108
118
|
-webkit-text-size-adjust: 100%;
|
|
109
119
|
tab-size: 4;
|
|
110
|
-
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
120
|
+
font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
|
|
111
121
|
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
112
|
-
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
122
|
+
font-variation-settings: var( --default-font-variation-settings, normal );
|
|
113
123
|
-webkit-tap-highlight-color: transparent;
|
|
114
124
|
}
|
|
125
|
+
body {
|
|
126
|
+
line-height: inherit;
|
|
127
|
+
}
|
|
115
128
|
hr {
|
|
116
129
|
height: 0;
|
|
117
130
|
color: inherit;
|
|
@@ -134,9 +147,9 @@
|
|
|
134
147
|
font-weight: bolder;
|
|
135
148
|
}
|
|
136
149
|
code, kbd, samp, pre {
|
|
137
|
-
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
138
|
-
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
139
|
-
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
150
|
+
font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
|
|
151
|
+
font-feature-settings: var( --default-mono-font-feature-settings, normal );
|
|
152
|
+
font-variation-settings: var( --default-mono-font-variation-settings, normal );
|
|
140
153
|
font-size: 1em;
|
|
141
154
|
}
|
|
142
155
|
small {
|
|
@@ -200,13 +213,9 @@
|
|
|
200
213
|
}
|
|
201
214
|
::placeholder {
|
|
202
215
|
opacity: 1;
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
color: currentColor;
|
|
207
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
208
|
-
color: color-mix(in oklab, currentColor 50%, transparent);
|
|
209
|
-
}
|
|
216
|
+
color: currentColor;
|
|
217
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
218
|
+
color: color-mix(in oklab, currentColor 50%, transparent);
|
|
210
219
|
}
|
|
211
220
|
}
|
|
212
221
|
textarea {
|
|
@@ -400,7 +409,7 @@
|
|
|
400
409
|
color: var(--color-gray-600);
|
|
401
410
|
}
|
|
402
411
|
}
|
|
403
|
-
/*! tailwindcss v4.0.
|
|
412
|
+
/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
|
|
404
413
|
:root {
|
|
405
414
|
--toastify-color-light: #fff;
|
|
406
415
|
--toastify-color-dark: #121212;
|
|
@@ -1088,6 +1097,8 @@
|
|
|
1088
1097
|
@layer theme {
|
|
1089
1098
|
:root, :host {
|
|
1090
1099
|
--font-sans: "Inter", sans-serif;
|
|
1100
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
1101
|
+
"Courier New", monospace;
|
|
1091
1102
|
--color-red-100: hsl(3 82% 96%);
|
|
1092
1103
|
--color-red-400: hsl(5 82% 83%);
|
|
1093
1104
|
--color-red-500: hsl(5 80% 78%);
|
|
@@ -1174,6 +1185,18 @@
|
|
|
1174
1185
|
--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
1175
1186
|
--default-transition-duration: 150ms;
|
|
1176
1187
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1188
|
+
--default-font-family: var(--font-sans);
|
|
1189
|
+
--default-font-feature-settings: var(--font-sans--font-feature-settings);
|
|
1190
|
+
--default-font-variation-settings: var(
|
|
1191
|
+
--font-sans--font-variation-settings
|
|
1192
|
+
);
|
|
1193
|
+
--default-mono-font-family: var(--font-mono);
|
|
1194
|
+
--default-mono-font-feature-settings: var(
|
|
1195
|
+
--font-mono--font-feature-settings
|
|
1196
|
+
);
|
|
1197
|
+
--default-mono-font-variation-settings: var(
|
|
1198
|
+
--font-mono--font-variation-settings
|
|
1199
|
+
);
|
|
1177
1200
|
--color-charcoal-300: hsl(221 17% 67%);
|
|
1178
1201
|
--color-charcoal-700: hsl(219 17% 34%);
|
|
1179
1202
|
--color-charcoal-800: hsl(221 17% 26%);
|
|
@@ -1199,11 +1222,14 @@
|
|
|
1199
1222
|
line-height: 1.5;
|
|
1200
1223
|
-webkit-text-size-adjust: 100%;
|
|
1201
1224
|
tab-size: 4;
|
|
1202
|
-
font-family:
|
|
1203
|
-
font-feature-settings:
|
|
1204
|
-
font-variation-settings:
|
|
1225
|
+
font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
|
|
1226
|
+
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
1227
|
+
font-variation-settings: var( --default-font-variation-settings, normal );
|
|
1205
1228
|
-webkit-tap-highlight-color: transparent;
|
|
1206
1229
|
}
|
|
1230
|
+
body {
|
|
1231
|
+
line-height: inherit;
|
|
1232
|
+
}
|
|
1207
1233
|
hr {
|
|
1208
1234
|
height: 0;
|
|
1209
1235
|
color: inherit;
|
|
@@ -1226,9 +1252,9 @@
|
|
|
1226
1252
|
font-weight: bolder;
|
|
1227
1253
|
}
|
|
1228
1254
|
code, kbd, samp, pre {
|
|
1229
|
-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
1230
|
-
font-feature-settings:
|
|
1231
|
-
font-variation-settings:
|
|
1255
|
+
font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
|
|
1256
|
+
font-feature-settings: var( --default-mono-font-feature-settings, normal );
|
|
1257
|
+
font-variation-settings: var( --default-mono-font-variation-settings, normal );
|
|
1232
1258
|
font-size: 1em;
|
|
1233
1259
|
}
|
|
1234
1260
|
small {
|
|
@@ -1292,13 +1318,9 @@
|
|
|
1292
1318
|
}
|
|
1293
1319
|
::placeholder {
|
|
1294
1320
|
opacity: 1;
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
color: currentColor;
|
|
1299
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1300
|
-
color: color-mix(in oklab, currentColor 50%, transparent);
|
|
1301
|
-
}
|
|
1321
|
+
color: currentColor;
|
|
1322
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1323
|
+
color: color-mix(in oklab, currentColor 50%, transparent);
|
|
1302
1324
|
}
|
|
1303
1325
|
}
|
|
1304
1326
|
textarea {
|
|
@@ -2665,6 +2687,12 @@
|
|
|
2665
2687
|
.bg-green-600 {
|
|
2666
2688
|
background-color: var(--color-green-600);
|
|
2667
2689
|
}
|
|
2690
|
+
.bg-green-600\/30 {
|
|
2691
|
+
background-color: color-mix(in srgb, oklch(0.627 0.194 149.214) 30%, transparent);
|
|
2692
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2693
|
+
background-color: color-mix(in oklab, var(--color-green-600) 30%, transparent);
|
|
2694
|
+
}
|
|
2695
|
+
}
|
|
2668
2696
|
.bg-green-900 {
|
|
2669
2697
|
background-color: var(--color-green-900);
|
|
2670
2698
|
}
|
|
@@ -2680,6 +2708,12 @@
|
|
|
2680
2708
|
.bg-red-600 {
|
|
2681
2709
|
background-color: var(--color-red-600);
|
|
2682
2710
|
}
|
|
2711
|
+
.bg-red-600\/30 {
|
|
2712
|
+
background-color: color-mix(in srgb, oklch(0.577 0.245 27.325) 30%, transparent);
|
|
2713
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2714
|
+
background-color: color-mix(in oklab, var(--color-red-600) 30%, transparent);
|
|
2715
|
+
}
|
|
2716
|
+
}
|
|
2683
2717
|
.bg-red-900 {
|
|
2684
2718
|
background-color: var(--color-red-900);
|
|
2685
2719
|
}
|
|
@@ -5533,6 +5567,13 @@
|
|
|
5533
5567
|
}
|
|
5534
5568
|
}
|
|
5535
5569
|
}
|
|
5570
|
+
.\[\&\>span\]\:truncate {
|
|
5571
|
+
&>span {
|
|
5572
|
+
overflow: hidden;
|
|
5573
|
+
text-overflow: ellipsis;
|
|
5574
|
+
white-space: nowrap;
|
|
5575
|
+
}
|
|
5576
|
+
}
|
|
5536
5577
|
.\[\&\>svg\]\:size-4 {
|
|
5537
5578
|
&>svg {
|
|
5538
5579
|
width: calc(var(--spacing) * 4);
|