@powerhousedao/connect 1.0.8 → 1.0.9-dev.0
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/.env +0 -5
- package/dist/assets/{app-D3TxLTK-.css → app-D9QJBr8i.css} +19 -1
- package/dist/assets/{app-Bw1Ba-jV.js → app-Uu65do7x.js} +342 -384
- package/dist/assets/{app-loader-CjrEwupY.css → app-loader-Bnp0H-wa.css} +16 -0
- package/dist/assets/{app-loader-KTD3Q6e9.js → app-loader-BnxLpX27.js} +445 -320
- package/dist/assets/{ccip-D3HujWHr.js → ccip-CpD5P3bc.js} +3 -3
- package/dist/assets/{content-D3TuBhK9.js → content-DV_bRXbH.js} +3 -3
- package/dist/assets/{index-DpasqVlD.js → index-B4m3ucR9.js} +3 -3
- package/dist/assets/{index-DsNVpRhT.js → index-Ch_NXi_f.js} +3 -3
- package/dist/assets/{index-yFk8X8m1.js → index-yrCJMRn6.js} +4 -4
- package/dist/assets/{main.CzEw2R-H.js → main.CpORyZoE.js} +1 -1
- package/dist/external-packages.js +5 -0
- package/dist/hmr.js +4 -1
- package/dist/index.html +1 -4
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-POMUCSTC.js → chunk-6MBHOHAA.js} +74 -20
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-4LZZ55AN.js → chunk-IC6B3767.js} +1 -1
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-YOX3ZAET.js → chunk-N5UNGAA6.js} +256 -183
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-P46ZMPJ3.js → chunk-OYYVE7RP.js} +1 -1
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-6AXML2S3.js → chunk-UDKYG6I4.js} +1 -1
- package/dist/modules/@powerhousedao/reactor-browser/context/index.js +2 -2
- package/dist/modules/@powerhousedao/reactor-browser/context/read-mode.js +2 -2
- package/dist/modules/@powerhousedao/reactor-browser/hooks/index.js +3 -3
- package/dist/modules/@powerhousedao/reactor-browser/hooks/useDriveActions.js +2 -2
- package/dist/modules/@powerhousedao/reactor-browser/hooks/useDriveActionsWithUiNodes.js +3 -3
- package/dist/modules/@powerhousedao/reactor-browser/index.js +5 -5
- package/dist/modules/@powerhousedao/reactor-browser/reactor.js +2 -2
- package/dist/swEnv.js +0 -3
- package/dist/vite-envs.sh +1 -28
- package/package.json +9 -9
|
@@ -2958,6 +2958,10 @@
|
|
|
2958
2958
|
user-select: none;
|
|
2959
2959
|
}
|
|
2960
2960
|
|
|
2961
|
+
.\[scrollbar-width\:none\] {
|
|
2962
|
+
scrollbar-width: none;
|
|
2963
|
+
}
|
|
2964
|
+
|
|
2961
2965
|
.group-focus-within\:\!text-gray-900:is(:where(.group):focus-within *) {
|
|
2962
2966
|
color: var(--color-gray-900) !important;
|
|
2963
2967
|
}
|
|
@@ -4375,6 +4379,18 @@
|
|
|
4375
4379
|
flex-shrink: 0;
|
|
4376
4380
|
}
|
|
4377
4381
|
|
|
4382
|
+
.\[\&\:\:-webkit-scrollbar\]\:\!hidden::-webkit-scrollbar {
|
|
4383
|
+
display: none !important;
|
|
4384
|
+
}
|
|
4385
|
+
|
|
4386
|
+
.\[\&\:\:-webkit-scrollbar-thumb\]\:\!hidden::-webkit-scrollbar-thumb {
|
|
4387
|
+
display: none !important;
|
|
4388
|
+
}
|
|
4389
|
+
|
|
4390
|
+
.\[\&\:\:-webkit-scrollbar-track\]\:\!hidden::-webkit-scrollbar-track {
|
|
4391
|
+
display: none !important;
|
|
4392
|
+
}
|
|
4393
|
+
|
|
4378
4394
|
.\[\&\:\:-webkit-search-cancel-button\]\:hidden::-webkit-search-cancel-button {
|
|
4379
4395
|
display: none;
|
|
4380
4396
|
}
|