@powerhousedao/connect 1.0.0-dev.244 → 1.0.0-dev.246
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-DR3WlBLu.js → app-BT03qzg4.js} +342 -384
- package/dist/assets/{app-D3TxLTK-.css → app-D9QJBr8i.css} +19 -1
- package/dist/assets/{app-loader-CjrEwupY.css → app-loader-Bnp0H-wa.css} +16 -0
- package/dist/assets/{app-loader-CXe8k3Z6.js → app-loader-Cp_C_kSQ.js} +243 -139
- package/dist/assets/{ccip-DqQzZGts.js → ccip-rCu2dOKk.js} +3 -3
- package/dist/assets/{content-C4uS9aKJ.js → content-B1RXkSXz.js} +3 -3
- package/dist/assets/{index-DXnKAS5B.js → index-CJbQZ7hP.js} +3 -3
- package/dist/assets/{index-Ka_SdIs9.js → index-DX2bXpNe.js} +3 -3
- package/dist/assets/{index-BSwHlrXw.js → index-a5VEmfQw.js} +4 -4
- package/dist/assets/{main.CwbMf_Nf.js → main.Hm4UID1Z.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-YOX3ZAET.js → chunk-A4GIWVYS.js} +162 -109
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-6AXML2S3.js → chunk-PQ4UODLR.js} +1 -1
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-P46ZMPJ3.js → chunk-UP4DC4D2.js} +1 -1
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-POMUCSTC.js → chunk-XXFOSD4A.js} +74 -20
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-4LZZ55AN.js → chunk-YDERCA5J.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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.0.
|
|
1
|
+
/*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer theme, base, components, utilities;
|
|
3
3
|
@layer theme {
|
|
4
4
|
:root, :host {
|
|
@@ -3149,6 +3149,9 @@
|
|
|
3149
3149
|
-webkit-user-select: none;
|
|
3150
3150
|
user-select: none;
|
|
3151
3151
|
}
|
|
3152
|
+
.\[scrollbar-width\:none\] {
|
|
3153
|
+
scrollbar-width: none;
|
|
3154
|
+
}
|
|
3152
3155
|
.group-focus-within\:\!text-gray-900 {
|
|
3153
3156
|
&:is(:where(.group):focus-within *) {
|
|
3154
3157
|
color: var(--color-gray-900) !important;
|
|
@@ -5260,6 +5263,21 @@
|
|
|
5260
5263
|
flex-shrink: 0;
|
|
5261
5264
|
}
|
|
5262
5265
|
}
|
|
5266
|
+
.\[\&\:\:-webkit-scrollbar\]\:\!hidden {
|
|
5267
|
+
&::-webkit-scrollbar {
|
|
5268
|
+
display: none !important;
|
|
5269
|
+
}
|
|
5270
|
+
}
|
|
5271
|
+
.\[\&\:\:-webkit-scrollbar-thumb\]\:\!hidden {
|
|
5272
|
+
&::-webkit-scrollbar-thumb {
|
|
5273
|
+
display: none !important;
|
|
5274
|
+
}
|
|
5275
|
+
}
|
|
5276
|
+
.\[\&\:\:-webkit-scrollbar-track\]\:\!hidden {
|
|
5277
|
+
&::-webkit-scrollbar-track {
|
|
5278
|
+
display: none !important;
|
|
5279
|
+
}
|
|
5280
|
+
}
|
|
5263
5281
|
.\[\&\:\:-webkit-search-cancel-button\]\:hidden {
|
|
5264
5282
|
&::-webkit-search-cancel-button {
|
|
5265
5283
|
display: none;
|
|
@@ -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
|
}
|