@powerhousedao/connect 1.0.3-dev.0 → 1.0.4-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/LICENSE +661 -0
  2. package/dist/assets/{app-D9QJBr8i.css → app-CcH3qGge.css} +213 -60
  3. package/dist/assets/{app-BYkaiTES.js → app-CrkKw3iM.js} +2100 -1018
  4. package/dist/assets/{app-loader-Bnp0H-wa.css → app-loader-DGByWxSG.css} +165 -22
  5. package/dist/assets/{app-loader-Bkg_WUos.js → app-loader-UcJ4Us8H.js} +438 -294
  6. package/dist/assets/{ccip-Dn5Ob09y.js → ccip-By_pxEiI.js} +3 -3
  7. package/dist/assets/{content-DcF7YyCb.js → content-Cztr255I.js} +36 -6
  8. package/dist/assets/{index-zVQzC6z2.js → index-CIzDiBJQ.js} +4 -4
  9. package/dist/assets/{index-B62Phyap.js → index-DL-uHasR.js} +3 -3
  10. package/dist/assets/{index-CBIcU4C0.js → index-vxDIqVse.js} +670 -519
  11. package/dist/assets/{main.CgKmK6gL.js → main.b7W0Jdwz.js} +1 -1
  12. package/dist/assets/{style-D4JhTt_m.css → style-Ce3V83BE.css} +31 -36
  13. package/dist/hmr.js +1 -1
  14. package/dist/index.html +1 -1
  15. package/dist/modules/@powerhousedao/reactor-browser/{chunk-G6LMXRY5.js → chunk-2ONJ2PX4.js} +1 -1
  16. package/dist/modules/@powerhousedao/reactor-browser/{chunk-XXFOSD4A.js → chunk-4GNNWOQN.js} +1 -1
  17. package/dist/modules/@powerhousedao/reactor-browser/{chunk-PQ4UODLR.js → chunk-AEE452AO.js} +1 -1
  18. package/dist/modules/@powerhousedao/reactor-browser/{chunk-FW7N6EJH.js → chunk-C7QRY43M.js} +3 -3
  19. package/dist/modules/@powerhousedao/reactor-browser/{chunk-45DCPCA7.js → chunk-CO2RVWYY.js} +1 -1
  20. package/dist/modules/@powerhousedao/reactor-browser/{chunk-YDERCA5J.js → chunk-N7NRLUYA.js} +1 -1
  21. package/dist/modules/@powerhousedao/reactor-browser/{chunk-F3RCGUF6.js → chunk-NHD6VUCD.js} +2 -2
  22. package/dist/modules/@powerhousedao/reactor-browser/{chunk-UP4DC4D2.js → chunk-Q5MVFG2N.js} +1 -1
  23. package/dist/modules/@powerhousedao/reactor-browser/{chunk-M2UUQ5LH.js → chunk-U34SEKEB.js} +2 -2
  24. package/dist/modules/@powerhousedao/reactor-browser/{chunk-A4GIWVYS.js → chunk-ZZIQ3KGW.js} +322 -183
  25. package/dist/modules/@powerhousedao/reactor-browser/context/index.js +2 -2
  26. package/dist/modules/@powerhousedao/reactor-browser/context/read-mode.js +2 -2
  27. package/dist/modules/@powerhousedao/reactor-browser/hooks/index.js +8 -8
  28. package/dist/modules/@powerhousedao/reactor-browser/hooks/useAddDebouncedOperations.js +3 -3
  29. package/dist/modules/@powerhousedao/reactor-browser/hooks/useConnectCrypto.js +2 -2
  30. package/dist/modules/@powerhousedao/reactor-browser/hooks/useDocumentDrives.js +2 -2
  31. package/dist/modules/@powerhousedao/reactor-browser/hooks/useDocumentEditor.js +5 -5
  32. package/dist/modules/@powerhousedao/reactor-browser/hooks/useDriveActions.js +2 -2
  33. package/dist/modules/@powerhousedao/reactor-browser/hooks/useDriveActionsWithUiNodes.js +3 -3
  34. package/dist/modules/@powerhousedao/reactor-browser/index.js +10 -10
  35. package/dist/modules/@powerhousedao/reactor-browser/reactor.js +2 -2
  36. package/dist/vite-envs.sh +1 -1
  37. package/package.json +9 -9
@@ -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.14 | MIT License | https://tailwindcss.com */
4
- /*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
3
+ /*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */
4
+ /*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */
5
5
  :root {
6
6
  --toastify-color-light: #fff;
7
7
  --toastify-color-dark: #121212;
@@ -715,7 +715,6 @@
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;
719
718
  --color-red-100: #fdedec;
720
719
  --color-red-400: oklch(.704 .191 22.216);
721
720
  --color-red-500: oklch(.637 .237 25.331);
@@ -736,6 +735,7 @@
736
735
  --color-green-700: oklch(.527 .154 150.069);
737
736
  --color-green-800: oklch(.448 .119 151.328);
738
737
  --color-green-900: oklch(.393 .095 152.535);
738
+ --color-blue-50: oklch(.97 .014 254.604);
739
739
  --color-blue-100: oklch(.932 .032 255.585);
740
740
  --color-blue-400: oklch(.707 .165 254.624);
741
741
  --color-blue-500: oklch(.623 .214 259.815);
@@ -798,12 +798,6 @@
798
798
  --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
799
799
  --default-transition-duration: .15s;
800
800
  --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
801
- --default-font-family: var(--font-sans);
802
- --default-font-feature-settings: var(--font-sans--font-feature-settings);
803
- --default-font-variation-settings: var(--font-sans--font-variation-settings);
804
- --default-mono-font-family: var(--font-mono);
805
- --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
806
- --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
807
801
  --color-charcoal-300: #9da6b9;
808
802
  --color-charcoal-700: #485265;
809
803
  --color-charcoal-800: #373e4e;
@@ -816,20 +810,51 @@
816
810
  --animate-slide-in-from-bottom: slideInFromBottom .2s ease-in-out;
817
811
  --animate-slide-in-from-left: slideInFromLeft .2s ease-in-out;
818
812
  --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;
819
814
  --text-3xl: 1.875rem;
820
815
  --text-3xl--line-height: calc(2.25 / 1.875);
821
816
  --leading-normal: 1.5;
822
817
  --leading-relaxed: 1.625;
823
818
  --drop-shadow-sm: 0 1px 2px #00000026;
824
819
  --blur-sm: 8px;
820
+ --default-font-family: var(--font-sans);
821
+ --default-mono-font-family: var(--font-mono);
825
822
  --spacing-app-height: calc(100vh - 32px);
826
823
  }
827
824
  }
828
825
  @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
+
829
849
  h1, h2, h3, h4, h5, h6, p {
830
850
  color: var(--color-gray-900);
831
851
  }
832
852
 
853
+ * {
854
+ scrollbar-color: initial;
855
+ scrollbar-width: initial;
856
+ }
857
+
833
858
  *, :after, :before, ::backdrop {
834
859
  box-sizing: border-box;
835
860
  border: 0 solid;
@@ -854,10 +879,6 @@
854
879
  -webkit-tap-highlight-color: transparent;
855
880
  }
856
881
 
857
- body {
858
- line-height: inherit;
859
- }
860
-
861
882
  hr {
862
883
  height: 0;
863
884
  color: inherit;
@@ -980,7 +1001,12 @@
980
1001
 
981
1002
  ::placeholder {
982
1003
  opacity: 1;
983
- color: color-mix(in oklab, currentColor 50%, transparent);
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
+ }
984
1010
  }
985
1011
 
986
1012
  textarea {
@@ -1384,6 +1410,32 @@
1384
1410
  margin-left: auto;
1385
1411
  }
1386
1412
 
1413
+ .scrollbar-thin {
1414
+ scrollbar-width: thin;
1415
+ scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
1416
+ }
1417
+
1418
+ .scrollbar-thin::-webkit-scrollbar-track {
1419
+ background-color: var(--scrollbar-track);
1420
+ border-radius: var(--scrollbar-track-radius);
1421
+ }
1422
+
1423
+ .scrollbar-thin::-webkit-scrollbar-thumb {
1424
+ background-color: var(--scrollbar-thumb);
1425
+ border-radius: var(--scrollbar-thumb-radius);
1426
+ }
1427
+
1428
+ .scrollbar-thin::-webkit-scrollbar-corner {
1429
+ background-color: var(--scrollbar-corner);
1430
+ border-radius: var(--scrollbar-corner-radius);
1431
+ }
1432
+
1433
+ .scrollbar-thin::-webkit-scrollbar {
1434
+ width: 8px;
1435
+ height: 8px;
1436
+ display: block;
1437
+ }
1438
+
1387
1439
  .line-clamp-2 {
1388
1440
  -webkit-line-clamp: 2;
1389
1441
  -webkit-box-orient: vertical;
@@ -1793,6 +1845,10 @@
1793
1845
  min-width: calc(var(--spacing) * 8);
1794
1846
  }
1795
1847
 
1848
+ .min-w-9 {
1849
+ min-width: calc(var(--spacing) * 9);
1850
+ }
1851
+
1796
1852
  .min-w-36 {
1797
1853
  min-width: calc(var(--spacing) * 36);
1798
1854
  }
@@ -1805,12 +1861,12 @@
1805
1861
  min-width: calc(var(--spacing) * 72);
1806
1862
  }
1807
1863
 
1808
- .min-w-\[142px\] {
1809
- min-width: 142px;
1864
+ .min-w-\[40px\] {
1865
+ min-width: 40px;
1810
1866
  }
1811
1867
 
1812
- .min-w-\[160px\] {
1813
- min-width: 160px;
1868
+ .min-w-\[142px\] {
1869
+ min-width: 142px;
1814
1870
  }
1815
1871
 
1816
1872
  .min-w-\[360px\] {
@@ -2053,6 +2109,10 @@
2053
2109
  overflow: scroll;
2054
2110
  }
2055
2111
 
2112
+ .overflow-x-auto {
2113
+ overflow-x: auto;
2114
+ }
2115
+
2056
2116
  .overflow-x-hidden {
2057
2117
  overflow-x: hidden;
2058
2118
  }
@@ -2159,6 +2219,11 @@
2159
2219
  border-top-width: 1px;
2160
2220
  }
2161
2221
 
2222
+ .border-r {
2223
+ border-right-style: var(--tw-border-style);
2224
+ border-right-width: 1px;
2225
+ }
2226
+
2162
2227
  .border-r-\[0\.5px\] {
2163
2228
  border-right-style: var(--tw-border-style);
2164
2229
  border-right-width: .5px;
@@ -2202,6 +2267,10 @@
2202
2267
  border-color: var(--color-blue-600);
2203
2268
  }
2204
2269
 
2270
+ .border-blue-900 {
2271
+ border-color: var(--color-blue-900);
2272
+ }
2273
+
2205
2274
  .border-gray-100 {
2206
2275
  border-color: var(--color-gray-100);
2207
2276
  }
@@ -2250,10 +2319,26 @@
2250
2319
  border-color: var(--color-white);
2251
2320
  }
2252
2321
 
2322
+ .border-t-blue-900 {
2323
+ border-top-color: var(--color-blue-900);
2324
+ }
2325
+
2326
+ .border-t-transparent {
2327
+ border-top-color: #0000;
2328
+ }
2329
+
2330
+ .border-b-blue-900 {
2331
+ border-bottom-color: var(--color-blue-900);
2332
+ }
2333
+
2253
2334
  .border-b-gray-300 {
2254
2335
  border-bottom-color: var(--color-gray-300);
2255
2336
  }
2256
2337
 
2338
+ .border-b-transparent {
2339
+ border-bottom-color: #0000;
2340
+ }
2341
+
2257
2342
  .bg-\[\#FCFCFC\] {
2258
2343
  background-color: #fcfcfc;
2259
2344
  }
@@ -2262,6 +2347,10 @@
2262
2347
  background-color: #fff;
2263
2348
  }
2264
2349
 
2350
+ .bg-blue-50 {
2351
+ background-color: var(--color-blue-50);
2352
+ }
2353
+
2265
2354
  .bg-blue-100 {
2266
2355
  background-color: var(--color-blue-100);
2267
2356
  }
@@ -2306,6 +2395,10 @@
2306
2395
  background-color: var(--color-green-500);
2307
2396
  }
2308
2397
 
2398
+ .bg-green-900 {
2399
+ background-color: var(--color-green-900);
2400
+ }
2401
+
2309
2402
  .bg-inherit {
2310
2403
  background-color: inherit;
2311
2404
  }
@@ -2398,6 +2491,10 @@
2398
2491
  padding-inline: 5.5px;
2399
2492
  }
2400
2493
 
2494
+ .px-\[12px\] {
2495
+ padding-inline: 12px;
2496
+ }
2497
+
2401
2498
  .py-0 {
2402
2499
  padding-block: calc(var(--spacing) * 0);
2403
2500
  }
@@ -2430,6 +2527,10 @@
2430
2527
  padding-block: 7px;
2431
2528
  }
2432
2529
 
2530
+ .py-\[15px\] {
2531
+ padding-block: 15px;
2532
+ }
2533
+
2433
2534
  .pt-0 {
2434
2535
  padding-top: calc(var(--spacing) * 0);
2435
2536
  }
@@ -2589,6 +2690,11 @@
2589
2690
  line-height: calc(var(--spacing) * 5);
2590
2691
  }
2591
2692
 
2693
+ .leading-\[14px\] {
2694
+ --tw-leading: 14px;
2695
+ line-height: 14px;
2696
+ }
2697
+
2592
2698
  .leading-\[18px\] {
2593
2699
  --tw-leading: 18px;
2594
2700
  line-height: 18px;
@@ -2962,6 +3068,19 @@
2962
3068
  scrollbar-width: none;
2963
3069
  }
2964
3070
 
3071
+ .scrollbar-thumb-gray-300 {
3072
+ --scrollbar-thumb: #d8d9da;
3073
+ }
3074
+
3075
+ .scrollbar-track-transparent {
3076
+ --scrollbar-track: transparent;
3077
+ }
3078
+
3079
+ .not-last\:border-b:not(:last-child) {
3080
+ border-bottom-style: var(--tw-border-style);
3081
+ border-bottom-width: 1px;
3082
+ }
3083
+
2965
3084
  .group-focus-within\:\!text-gray-900:is(:where(.group):focus-within *) {
2966
3085
  color: var(--color-gray-900) !important;
2967
3086
  }
@@ -3386,6 +3505,10 @@
3386
3505
  background-color: #0000 !important;
3387
3506
  }
3388
3507
 
3508
+ .hover\:bg-blue-100:hover {
3509
+ background-color: var(--color-blue-100);
3510
+ }
3511
+
3389
3512
  .hover\:bg-gray-50:hover {
3390
3513
  background-color: var(--color-gray-50);
3391
3514
  }
@@ -3478,10 +3601,6 @@
3478
3601
  color: var(--color-slate-200);
3479
3602
  }
3480
3603
 
3481
- .hover\:text-white:hover {
3482
- color: var(--color-white);
3483
- }
3484
-
3485
3604
  .hover\:underline:hover {
3486
3605
  text-decoration-line: underline;
3487
3606
  }
@@ -3499,6 +3618,10 @@
3499
3618
  filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
3500
3619
  }
3501
3620
 
3621
+ .hover\:scrollbar-thumb-gray-300:hover {
3622
+ --scrollbar-thumb: #d8d9da;
3623
+ }
3624
+
3502
3625
  .focus-within\:hover\:cursor-default:focus-within:hover {
3503
3626
  cursor: default;
3504
3627
  }
@@ -3698,6 +3821,14 @@
3698
3821
  opacity: 1;
3699
3822
  }
3700
3823
 
3824
+ .aria-selected\:\!bg-gray-900[aria-selected="true"] {
3825
+ background-color: var(--color-gray-900) !important;
3826
+ }
3827
+
3828
+ .aria-selected\:\!text-white[aria-selected="true"] {
3829
+ color: var(--color-white) !important;
3830
+ }
3831
+
3701
3832
  .aria-selected\:opacity-30[aria-selected="true"] {
3702
3833
  opacity: .3;
3703
3834
  }
@@ -4066,6 +4197,10 @@
4066
4197
  --tw-ring-color: var(--color-charcoal-300);
4067
4198
  }
4068
4199
 
4200
+ .dark\:scrollbar-thumb-charcoal-700:where(.dark, .dark *) {
4201
+ --scrollbar-thumb: #485265;
4202
+ }
4203
+
4069
4204
  .dark\:group-focus-within\:\!text-gray-50:where(.dark, .dark *):is(:where(.group):focus-within *) {
4070
4205
  color: var(--color-gray-50) !important;
4071
4206
  }
@@ -4235,6 +4370,10 @@
4235
4370
  color: var(--color-slate-50);
4236
4371
  }
4237
4372
 
4373
+ .dark\:hover\:scrollbar-thumb-charcoal-700:where(.dark, .dark *):hover {
4374
+ --scrollbar-thumb: #485265;
4375
+ }
4376
+
4238
4377
  .dark\:focus-within\:hover\:bg-charcoal-900:where(.dark, .dark *):focus-within:hover {
4239
4378
  background-color: var(--color-charcoal-900);
4240
4379
  }
@@ -4340,6 +4479,10 @@
4340
4479
  background-color: #404446;
4341
4480
  }
4342
4481
 
4482
+ .\[\&\]\:\!w-\[120px\] {
4483
+ width: 120px !important;
4484
+ }
4485
+
4343
4486
  .focus\:\[\&_\.input-field\]\:bg-transparent:focus .input-field {
4344
4487
  background-color: #0000;
4345
4488
  }