@powerhousedao/connect 1.0.0-dev.241 → 1.0.0-dev.243
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/assets/{app-OVm0Zlli.css → app-D3TxLTK-.css} +45 -1
- package/dist/assets/{app-Cx6yVoWZ.js → app-OhsW1euo.js} +5848 -5815
- package/dist/assets/{app-loader-CAYRtGE1.js → app-loader-A6VDzgXS.js} +35 -16
- package/dist/assets/{app-loader-Vi763_LE.css → app-loader-CjrEwupY.css} +46 -4
- package/dist/assets/{ccip-R0KrJfPl.js → ccip-DzPI63xu.js} +3 -3
- package/dist/assets/{content-CqOHLc-O.js → content-BxH7jEK7.js} +5 -5
- package/dist/assets/{index-C4nkPxsU.js → index-BZxn24lR.js} +4 -4
- package/dist/assets/{index-DsyWXJcL.js → index-CJeYWUG4.js} +3 -3
- package/dist/assets/{index-svE1s-4x.js → index-D-8e_JCN.js} +3 -3
- package/dist/assets/{main.BHov_sDD.js → main.cdpmF4Pk.js} +1 -1
- package/dist/index.html +1 -1
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-JEDWG5AH.js → chunk-4LZZ55AN.js} +1 -1
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-YEIWJWUR.js → chunk-6AXML2S3.js} +1 -1
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-UJU4RHH3.js → chunk-P46ZMPJ3.js} +1 -1
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-SHKY62YH.js → chunk-POMUCSTC.js} +10 -6
- package/dist/modules/@powerhousedao/reactor-browser/{chunk-DO4ZK6HR.js → chunk-YOX3ZAET.js} +9 -6
- 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/vite-envs.sh +1 -1
- package/package.json +7 -8
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.0.
|
|
1
|
+
/*! tailwindcss v4.0.15 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer theme, base, components, utilities;
|
|
3
3
|
@layer theme {
|
|
4
4
|
:root, :host {
|
|
@@ -1765,6 +1765,9 @@
|
|
|
1765
1765
|
.h-\[20px\] {
|
|
1766
1766
|
height: 20px;
|
|
1767
1767
|
}
|
|
1768
|
+
.h-\[22px\] {
|
|
1769
|
+
height: 22px;
|
|
1770
|
+
}
|
|
1768
1771
|
.h-\[28px\] {
|
|
1769
1772
|
height: 28px;
|
|
1770
1773
|
}
|
|
@@ -1915,6 +1918,9 @@
|
|
|
1915
1918
|
.w-\[68px\] {
|
|
1916
1919
|
width: 68px;
|
|
1917
1920
|
}
|
|
1921
|
+
.w-\[83px\] {
|
|
1922
|
+
width: 83px;
|
|
1923
|
+
}
|
|
1918
1924
|
.w-\[114px\] {
|
|
1919
1925
|
width: 114px;
|
|
1920
1926
|
}
|
|
@@ -2247,6 +2253,20 @@
|
|
|
2247
2253
|
.gap-y-\[15px\] {
|
|
2248
2254
|
row-gap: 15px;
|
|
2249
2255
|
}
|
|
2256
|
+
.divide-y {
|
|
2257
|
+
:where(& > :not(:last-child)) {
|
|
2258
|
+
--tw-divide-y-reverse: 0;
|
|
2259
|
+
border-bottom-style: var(--tw-border-style);
|
|
2260
|
+
border-top-style: var(--tw-border-style);
|
|
2261
|
+
border-top-width: calc(1px * var(--tw-divide-y-reverse));
|
|
2262
|
+
border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
2263
|
+
}
|
|
2264
|
+
}
|
|
2265
|
+
.divide-gray-200 {
|
|
2266
|
+
:where(& > :not(:last-child)) {
|
|
2267
|
+
border-color: var(--color-gray-200);
|
|
2268
|
+
}
|
|
2269
|
+
}
|
|
2250
2270
|
.truncate {
|
|
2251
2271
|
overflow: hidden;
|
|
2252
2272
|
text-overflow: ellipsis;
|
|
@@ -2979,6 +2999,9 @@
|
|
|
2979
2999
|
.opacity-80 {
|
|
2980
3000
|
opacity: 80%;
|
|
2981
3001
|
}
|
|
3002
|
+
.opacity-100 {
|
|
3003
|
+
opacity: 100%;
|
|
3004
|
+
}
|
|
2982
3005
|
.shadow {
|
|
2983
3006
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
2984
3007
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -3090,6 +3113,10 @@
|
|
|
3090
3113
|
--tw-duration: 75ms;
|
|
3091
3114
|
transition-duration: 75ms;
|
|
3092
3115
|
}
|
|
3116
|
+
.duration-150 {
|
|
3117
|
+
--tw-duration: 150ms;
|
|
3118
|
+
transition-duration: 150ms;
|
|
3119
|
+
}
|
|
3093
3120
|
.duration-200 {
|
|
3094
3121
|
--tw-duration: 200ms;
|
|
3095
3122
|
transition-duration: 200ms;
|
|
@@ -3842,6 +3869,13 @@
|
|
|
3842
3869
|
}
|
|
3843
3870
|
}
|
|
3844
3871
|
}
|
|
3872
|
+
.hover\:text-red-700 {
|
|
3873
|
+
&:hover {
|
|
3874
|
+
@media (hover: hover) {
|
|
3875
|
+
color: var(--color-red-700);
|
|
3876
|
+
}
|
|
3877
|
+
}
|
|
3878
|
+
}
|
|
3845
3879
|
.hover\:text-red-900 {
|
|
3846
3880
|
&:hover {
|
|
3847
3881
|
@media (hover: hover) {
|
|
@@ -4040,6 +4074,11 @@
|
|
|
4040
4074
|
opacity: 50%;
|
|
4041
4075
|
}
|
|
4042
4076
|
}
|
|
4077
|
+
.active\:opacity-70 {
|
|
4078
|
+
&:active {
|
|
4079
|
+
opacity: 70%;
|
|
4080
|
+
}
|
|
4081
|
+
}
|
|
4043
4082
|
.active\:opacity-75 {
|
|
4044
4083
|
&:active {
|
|
4045
4084
|
opacity: 75%;
|
|
@@ -5349,6 +5388,11 @@ input[type="number"] {
|
|
|
5349
5388
|
inherits: false;
|
|
5350
5389
|
initial-value: 0;
|
|
5351
5390
|
}
|
|
5391
|
+
@property --tw-divide-y-reverse {
|
|
5392
|
+
syntax: "*";
|
|
5393
|
+
inherits: false;
|
|
5394
|
+
initial-value: 0;
|
|
5395
|
+
}
|
|
5352
5396
|
@property --tw-leading {
|
|
5353
5397
|
syntax: "*";
|
|
5354
5398
|
inherits: false;
|