@powerhousedao/connect 1.0.22-staging.0 → 1.0.23-dev.1

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 (37) hide show
  1. package/dist/.env +1 -1
  2. package/dist/assets/{app-CDOWlDp2.css → app-D5gNm0Gn.css} +186 -27
  3. package/dist/assets/{app-CpNI4xTA.js → app-DCtCV8Sz.js} +10895 -8420
  4. package/dist/assets/app-DCtCV8Sz.js.map +1 -0
  5. package/dist/assets/{app-loader-DADQ7rok.js → app-loader-BAEWEx-m.js} +733 -403
  6. package/dist/assets/app-loader-BAEWEx-m.js.map +1 -0
  7. package/dist/assets/{app-loader-DiF8OhX3.css → app-loader-NDVZu4bS.css} +162 -34
  8. package/dist/assets/browser-BeUBqndM.js +27224 -0
  9. package/dist/assets/browser-BeUBqndM.js.map +1 -0
  10. package/dist/assets/{ccip-DATfa3z8.js → ccip-CMd6tRtn.js} +5 -4
  11. package/dist/assets/ccip-CMd6tRtn.js.map +1 -0
  12. package/dist/assets/{content-CkbffPFR.js → content-DsWyfJvF.js} +1105 -463
  13. package/dist/assets/content-DsWyfJvF.js.map +1 -0
  14. package/dist/assets/{index-GuaHVlAM.js → index-ADsM2QWh.js} +23 -171
  15. package/dist/assets/index-ADsM2QWh.js.map +1 -0
  16. package/dist/assets/{index-BFdIunuJ.js → index-CCDoOj0e.js} +4 -3
  17. package/dist/assets/index-CCDoOj0e.js.map +1 -0
  18. package/dist/assets/{index-CEFMQRxw.js → index-CSN0Iyem.js} +554 -750
  19. package/dist/assets/index-CSN0Iyem.js.map +1 -0
  20. package/dist/assets/index-Dl8ZqWS0.js +208 -0
  21. package/dist/assets/index-Dl8ZqWS0.js.map +1 -0
  22. package/dist/assets/{main.Dqmo52dd.js → main.DW9UCmAK.js} +2 -1
  23. package/dist/assets/main.DW9UCmAK.js.map +1 -0
  24. package/dist/assets/reactor-analytics-hlzA2WG5.js +42 -0
  25. package/dist/assets/reactor-analytics-hlzA2WG5.js.map +1 -0
  26. package/dist/assets/router-DJRPUFad.js +1585 -0
  27. package/dist/assets/router-DJRPUFad.js.map +1 -0
  28. package/dist/assets/{style-Ce3V83BE.css → style-CdxGKc2g.css} +39 -25
  29. package/dist/external-packages.js +1 -0
  30. package/dist/external-packages.js.map +1 -0
  31. package/dist/hmr.js +1 -0
  32. package/dist/hmr.js.map +1 -0
  33. package/dist/index.html +1 -1
  34. package/dist/service-worker.js +1 -0
  35. package/dist/service-worker.js.map +1 -0
  36. package/dist/vite-envs.sh +1 -1
  37. package/package.json +17 -10
@@ -1,7 +1,7 @@
1
1
  @import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
2
2
 
3
- /*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */
4
- /*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */
3
+ /*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
4
+ /*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
5
5
  :root {
6
6
  --toastify-color-light: #fff;
7
7
  --toastify-color-dark: #121212;
@@ -715,6 +715,7 @@
715
715
  @layer theme {
716
716
  :root, :host {
717
717
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
718
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
718
719
  --color-red-100: #fdedec;
719
720
  --color-red-400: oklch(.704 .191 22.216);
720
721
  --color-red-500: oklch(.637 .237 25.331);
@@ -732,11 +733,14 @@
732
733
  --color-yellow-900: oklch(.421 .095 57.708);
733
734
  --color-green-100: oklch(.962 .044 156.743);
734
735
  --color-green-500: oklch(.723 .219 149.579);
736
+ --color-green-600: oklch(.627 .194 149.214);
735
737
  --color-green-700: oklch(.527 .154 150.069);
736
738
  --color-green-800: oklch(.448 .119 151.328);
737
739
  --color-green-900: oklch(.393 .095 152.535);
738
740
  --color-blue-50: oklch(.97 .014 254.604);
739
741
  --color-blue-100: oklch(.932 .032 255.585);
742
+ --color-blue-200: oklch(.882 .059 254.128);
743
+ --color-blue-300: oklch(.809 .105 251.813);
740
744
  --color-blue-400: oklch(.707 .165 254.624);
741
745
  --color-blue-500: oklch(.623 .214 259.815);
742
746
  --color-blue-600: oklch(.546 .245 262.881);
@@ -798,6 +802,12 @@
798
802
  --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
799
803
  --default-transition-duration: .15s;
800
804
  --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
805
+ --default-font-family: var(--font-sans);
806
+ --default-font-feature-settings: var(--font-sans--font-feature-settings);
807
+ --default-font-variation-settings: var(--font-sans--font-variation-settings);
808
+ --default-mono-font-family: var(--font-mono);
809
+ --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
810
+ --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
801
811
  --color-charcoal-300: #9da6b9;
802
812
  --color-charcoal-700: #485265;
803
813
  --color-charcoal-800: #373e4e;
@@ -810,46 +820,24 @@
810
820
  --animate-slide-in-from-bottom: slideInFromBottom .2s ease-in-out;
811
821
  --animate-slide-in-from-left: slideInFromLeft .2s ease-in-out;
812
822
  --animate-slide-in-from-right: slideInFromRight .2s ease-in-out;
813
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
814
823
  --text-3xl: 1.875rem;
815
824
  --text-3xl--line-height: calc(2.25 / 1.875);
816
825
  --leading-normal: 1.5;
817
826
  --leading-relaxed: 1.625;
818
827
  --drop-shadow-sm: 0 1px 2px #00000026;
819
828
  --blur-sm: 8px;
820
- --default-font-family: var(--font-sans);
821
- --default-mono-font-family: var(--font-mono);
822
829
  --spacing-app-height: calc(100vh - 32px);
823
830
  }
824
831
  }
825
832
  @layer base {
826
- html, :host {
827
- -webkit-text-size-adjust: 100%;
828
- tab-size: 4;
829
- font-feature-settings: initial;
830
- font-variation-settings: initial;
831
- -webkit-tap-highlight-color: transparent;
832
- font-family: Inter, sans-serif;
833
- line-height: 1.5;
834
- }
835
-
836
- code, kbd, samp, pre {
837
- font-feature-settings: initial;
838
- font-variation-settings: initial;
839
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
840
- font-size: 1em;
841
- }
842
-
843
- @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
844
- ::placeholder {
845
- color: color-mix(in oklab, currentColor 50%, transparent);
846
- }
847
- }
848
-
849
833
  h1, h2, h3, h4, h5, h6, p {
850
834
  color: var(--color-gray-900);
851
835
  }
852
836
 
837
+ button {
838
+ cursor: pointer;
839
+ }
840
+
853
841
  * {
854
842
  scrollbar-color: initial;
855
843
  scrollbar-width: initial;
@@ -879,6 +867,10 @@
879
867
  -webkit-tap-highlight-color: transparent;
880
868
  }
881
869
 
870
+ body {
871
+ line-height: inherit;
872
+ }
873
+
882
874
  hr {
883
875
  height: 0;
884
876
  color: inherit;
@@ -1001,12 +993,7 @@
1001
993
 
1002
994
  ::placeholder {
1003
995
  opacity: 1;
1004
- }
1005
-
1006
- @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
1007
- ::placeholder {
1008
- color: color-mix(in oklab, currentColor 50%, transparent);
1009
- }
996
+ color: color-mix(in oklab, currentColor 50%, transparent);
1010
997
  }
1011
998
 
1012
999
  textarea {
@@ -1164,6 +1151,14 @@
1164
1151
  top: -2px;
1165
1152
  }
1166
1153
 
1154
+ .top-\[-11px\] {
1155
+ top: -11px;
1156
+ }
1157
+
1158
+ .top-\[11px\] {
1159
+ top: 11px;
1160
+ }
1161
+
1167
1162
  .top-\[48px\] {
1168
1163
  top: 48px;
1169
1164
  }
@@ -1192,6 +1187,10 @@
1192
1187
  right: -2px;
1193
1188
  }
1194
1189
 
1190
+ .right-\[0px\] {
1191
+ right: 0;
1192
+ }
1193
+
1195
1194
  .bottom-5 {
1196
1195
  bottom: calc(var(--spacing) * 5);
1197
1196
  }
@@ -1228,6 +1227,10 @@
1228
1227
  left: -2px;
1229
1228
  }
1230
1229
 
1230
+ .left-\[0px\] {
1231
+ left: 0;
1232
+ }
1233
+
1231
1234
  .isolate {
1232
1235
  isolation: isolate;
1233
1236
  }
@@ -1240,10 +1243,18 @@
1240
1243
  z-index: 10;
1241
1244
  }
1242
1245
 
1246
+ .z-40 {
1247
+ z-index: 40;
1248
+ }
1249
+
1243
1250
  .z-50 {
1244
1251
  z-index: 50;
1245
1252
  }
1246
1253
 
1254
+ .z-\[20\] {
1255
+ z-index: 20;
1256
+ }
1257
+
1247
1258
  @media (width >= 40rem) {
1248
1259
  .container {
1249
1260
  max-width: 40rem;
@@ -1286,6 +1297,10 @@
1286
1297
  margin: calc(var(--spacing) * 8);
1287
1298
  }
1288
1299
 
1300
+ .mx-0\.5 {
1301
+ margin-inline: calc(var(--spacing) * .5);
1302
+ }
1303
+
1289
1304
  .mx-3 {
1290
1305
  margin-inline: calc(var(--spacing) * 3);
1291
1306
  }
@@ -1350,6 +1365,10 @@
1350
1365
  margin-top: 5px;
1351
1366
  }
1352
1367
 
1368
+ .mt-\[11px\] {
1369
+ margin-top: 11px;
1370
+ }
1371
+
1353
1372
  .mt-\[14px\] {
1354
1373
  margin-top: 14px;
1355
1374
  }
@@ -1499,6 +1518,11 @@
1499
1518
  height: calc(var(--spacing) * 10);
1500
1519
  }
1501
1520
 
1521
+ .size-\[3px\] {
1522
+ width: 3px;
1523
+ height: 3px;
1524
+ }
1525
+
1502
1526
  .size-\[18px\] {
1503
1527
  width: 18px;
1504
1528
  height: 18px;
@@ -1541,6 +1565,30 @@
1541
1565
  height: calc(var(--spacing) * 48);
1542
1566
  }
1543
1567
 
1568
+ .h-\[1px\] {
1569
+ height: 1px;
1570
+ }
1571
+
1572
+ .h-\[3px\] {
1573
+ height: 3px;
1574
+ }
1575
+
1576
+ .h-\[6px\] {
1577
+ height: 6px;
1578
+ }
1579
+
1580
+ .h-\[9px\] {
1581
+ height: 9px;
1582
+ }
1583
+
1584
+ .h-\[12px\] {
1585
+ height: 12px;
1586
+ }
1587
+
1588
+ .h-\[17px\] {
1589
+ height: 17px;
1590
+ }
1591
+
1544
1592
  .h-\[20px\] {
1545
1593
  height: 20px;
1546
1594
  }
@@ -1549,6 +1597,10 @@
1549
1597
  height: 22px;
1550
1598
  }
1551
1599
 
1600
+ .h-\[25px\] {
1601
+ height: 25px;
1602
+ }
1603
+
1552
1604
  .h-\[28px\] {
1553
1605
  height: 28px;
1554
1606
  }
@@ -1557,6 +1609,10 @@
1557
1609
  height: 34px;
1558
1610
  }
1559
1611
 
1612
+ .h-\[36px\] {
1613
+ height: 36px;
1614
+ }
1615
+
1560
1616
  .h-\[37px\] {
1561
1617
  height: 37px;
1562
1618
  }
@@ -1661,6 +1717,22 @@
1661
1717
  width: var(--radix-popover-trigger-width);
1662
1718
  }
1663
1719
 
1720
+ .w-0\.5 {
1721
+ width: calc(var(--spacing) * .5);
1722
+ }
1723
+
1724
+ .w-1 {
1725
+ width: calc(var(--spacing) * 1);
1726
+ }
1727
+
1728
+ .w-1\.5 {
1729
+ width: calc(var(--spacing) * 1.5);
1730
+ }
1731
+
1732
+ .w-2 {
1733
+ width: calc(var(--spacing) * 2);
1734
+ }
1735
+
1664
1736
  .w-4 {
1665
1737
  width: calc(var(--spacing) * 4);
1666
1738
  }
@@ -1713,6 +1785,10 @@
1713
1785
  width: --radix-popover-trigger-width;
1714
1786
  }
1715
1787
 
1788
+ .w-\[6px\] {
1789
+ width: 6px;
1790
+ }
1791
+
1716
1792
  .w-\[10px\] {
1717
1793
  width: 10px;
1718
1794
  }
@@ -2137,6 +2213,10 @@
2137
2213
  border-radius: var(--radius-3xl);
2138
2214
  }
2139
2215
 
2216
+ .rounded-\[2px\] {
2217
+ border-radius: 2px;
2218
+ }
2219
+
2140
2220
  .rounded-\[4px\] {
2141
2221
  border-radius: 4px;
2142
2222
  }
@@ -2172,6 +2252,11 @@
2172
2252
  border-top-right-radius: .25rem;
2173
2253
  }
2174
2254
 
2255
+ .rounded-t-full {
2256
+ border-top-left-radius: 3.40282e38px;
2257
+ border-top-right-radius: 3.40282e38px;
2258
+ }
2259
+
2175
2260
  .rounded-t-md {
2176
2261
  border-top-left-radius: var(--radius-md);
2177
2262
  border-top-right-radius: var(--radius-md);
@@ -2192,6 +2277,10 @@
2192
2277
  border-bottom-left-radius: 0;
2193
2278
  }
2194
2279
 
2280
+ .rounded-tl-md {
2281
+ border-top-left-radius: var(--radius-md);
2282
+ }
2283
+
2195
2284
  .rounded-r-md {
2196
2285
  border-top-right-radius: var(--radius-md);
2197
2286
  border-bottom-right-radius: var(--radius-md);
@@ -2202,6 +2291,15 @@
2202
2291
  border-bottom-right-radius: 0;
2203
2292
  }
2204
2293
 
2294
+ .rounded-tr-md {
2295
+ border-top-right-radius: var(--radius-md);
2296
+ }
2297
+
2298
+ .rounded-b-full {
2299
+ border-bottom-right-radius: 3.40282e38px;
2300
+ border-bottom-left-radius: 3.40282e38px;
2301
+ }
2302
+
2205
2303
  .border-0 {
2206
2304
  border-style: var(--tw-border-style);
2207
2305
  border-width: 0;
@@ -2363,6 +2461,14 @@
2363
2461
  background-color: var(--color-blue-100);
2364
2462
  }
2365
2463
 
2464
+ .bg-blue-200 {
2465
+ background-color: var(--color-blue-200);
2466
+ }
2467
+
2468
+ .bg-blue-300 {
2469
+ background-color: var(--color-blue-300);
2470
+ }
2471
+
2366
2472
  .bg-blue-500 {
2367
2473
  background-color: var(--color-blue-500);
2368
2474
  }
@@ -2403,6 +2509,14 @@
2403
2509
  background-color: var(--color-green-500);
2404
2510
  }
2405
2511
 
2512
+ .bg-green-600 {
2513
+ background-color: var(--color-green-600);
2514
+ }
2515
+
2516
+ .bg-green-600\/30 {
2517
+ background-color: color-mix(in oklab, var(--color-green-600) 30%, transparent);
2518
+ }
2519
+
2406
2520
  .bg-green-900 {
2407
2521
  background-color: var(--color-green-900);
2408
2522
  }
@@ -2423,6 +2537,10 @@
2423
2537
  background-color: var(--color-red-600);
2424
2538
  }
2425
2539
 
2540
+ .bg-red-600\/30 {
2541
+ background-color: color-mix(in oklab, var(--color-red-600) 30%, transparent);
2542
+ }
2543
+
2426
2544
  .bg-red-900 {
2427
2545
  background-color: var(--color-red-900);
2428
2546
  }
@@ -3513,6 +3631,10 @@
3513
3631
  background-color: var(--color-blue-100);
3514
3632
  }
3515
3633
 
3634
+ .hover\:bg-blue-300:hover {
3635
+ background-color: var(--color-blue-300);
3636
+ }
3637
+
3516
3638
  .hover\:bg-gray-50:hover {
3517
3639
  background-color: var(--color-gray-50);
3518
3640
  }
@@ -4560,6 +4682,12 @@
4560
4682
  }
4561
4683
  }
4562
4684
 
4685
+ .\[\&\>span\]\:truncate > span {
4686
+ text-overflow: ellipsis;
4687
+ white-space: nowrap;
4688
+ overflow: hidden;
4689
+ }
4690
+
4563
4691
  .\[\&\>svg\]\:size-4 > svg {
4564
4692
  width: calc(var(--spacing) * 4);
4565
4693
  height: calc(var(--spacing) * 4);