@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
package/dist/.env
CHANGED
|
@@ -43,11 +43,6 @@ PH_CONNECT_SENTRY_TRACING_ENABLED="false"
|
|
|
43
43
|
## analytics
|
|
44
44
|
PH_CONNECT_GA_TRACKING_ID=
|
|
45
45
|
|
|
46
|
-
## dev studio
|
|
47
|
-
LOCAL_DOCUMENT_MODELS=""
|
|
48
|
-
LOCAL_DOCUMENT_EDITORS=""
|
|
49
|
-
LOAD_EXTERNAL_PACKAGES="true"
|
|
50
|
-
|
|
51
46
|
FILE_UPLOAD_OPERATIONS_CHUNK_SIZE="50"
|
|
52
47
|
PH_CONNECT_VERSION_CHECK_INTERVAL="3600000"
|
|
53
48
|
PH_CONNECT_CLI_VERSION=""
|
|
@@ -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;
|