@powerhousedao/connect 6.0.0-dev.234 → 6.0.0-dev.236
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/{DebugSettingsModal-CJTP979m.js → DebugSettingsModal-CCZMEuQy.js} +2 -2
- package/dist/{DebugSettingsModal-CJTP979m.js.map → DebugSettingsModal-CCZMEuQy.js.map} +1 -1
- package/dist/{ExportDocumentWithErrorsModal-DNRr3cjI.js → DownloadDocumentWithErrorsModal-B8ZKi2Xy.js} +8 -8
- package/dist/DownloadDocumentWithErrorsModal-B8ZKi2Xy.js.map +1 -0
- package/dist/{DriveSettingsModal-BdcjrRh9.js → DriveSettingsModal-Bnug5LXo.js} +1 -1
- package/dist/{DriveSettingsModal-BdcjrRh9.js.map → DriveSettingsModal-Bnug5LXo.js.map} +1 -1
- package/dist/{SettingsModal-BfosAg13.js → SettingsModal-CIHgaDF-.js} +3 -3
- package/dist/{SettingsModal-BfosAg13.js.map → SettingsModal-CIHgaDF-.js.map} +1 -1
- package/dist/{build-info-xpar6E5v.js → build-info-CE6ALCxe.js} +2 -2
- package/dist/{build-info-xpar6E5v.js.map → build-info-CE6ALCxe.js.map} +1 -1
- package/dist/{i18n-Ch408v5-.js → i18n-DLmohU39.js} +3 -3
- package/dist/{i18n-Ch408v5-.js.map → i18n-DLmohU39.js.map} +1 -1
- package/dist/{load-DEHOaW3M.js → load-Eq98YbRy.js} +2 -2
- package/dist/{load-DEHOaW3M.js.map → load-Eq98YbRy.js.map} +1 -1
- package/dist/main.js +1 -1
- package/dist/{package-DAZ96aLc.js → package-Chgb95IV.js} +2 -2
- package/dist/package-Chgb95IV.js.map +1 -0
- package/dist/{sidebar-CSUoRHiJ.js → sidebar-3okt6Rlv.js} +20 -35
- package/dist/sidebar-3okt6Rlv.js.map +1 -0
- package/dist/start-connect.js +1 -1
- package/dist/style.css +3 -147
- package/package.json +9 -9
- package/dist/ExportDocumentWithErrorsModal-DNRr3cjI.js.map +0 -1
- package/dist/package-DAZ96aLc.js.map +0 -1
- package/dist/sidebar-CSUoRHiJ.js.map +0 -1
package/dist/style.css
CHANGED
|
@@ -16,9 +16,7 @@
|
|
|
16
16
|
--color-red-700: oklch(50.5% 0.213 27.518);
|
|
17
17
|
--color-red-800: oklch(44.4% 0.177 26.899);
|
|
18
18
|
--color-red-900: oklch(39.6% 0.141 25.723);
|
|
19
|
-
--color-orange-100: oklch(95.4% 0.038 75.164);
|
|
20
19
|
--color-orange-700: oklch(55.3% 0.195 38.402);
|
|
21
|
-
--color-orange-800: oklch(47% 0.157 37.304);
|
|
22
20
|
--color-orange-900: oklch(40.8% 0.123 38.172);
|
|
23
21
|
--color-amber-50: oklch(98.7% 0.022 95.277);
|
|
24
22
|
--color-amber-200: oklch(92.4% 0.12 95.746);
|
|
@@ -124,7 +122,6 @@
|
|
|
124
122
|
--text-2xl--line-height: calc(2 / 1.5);
|
|
125
123
|
--text-3xl: 1.875rem;
|
|
126
124
|
--text-3xl--line-height: calc(2.25 / 1.875);
|
|
127
|
-
--font-weight-extralight: 200;
|
|
128
125
|
--font-weight-normal: 400;
|
|
129
126
|
--font-weight-medium: 500;
|
|
130
127
|
--font-weight-semibold: 600;
|
|
@@ -1694,9 +1691,7 @@
|
|
|
1694
1691
|
--color-red-700: hsl(4 81% 69%);
|
|
1695
1692
|
--color-red-800: hsl(5 81% 61%);
|
|
1696
1693
|
--color-red-900: hsl(5 81% 56%);
|
|
1697
|
-
--color-orange-100: hsl(33 100% 90%);
|
|
1698
1694
|
--color-orange-700: hsl(32 100% 60%);
|
|
1699
|
-
--color-orange-800: hsl(33 100% 55%);
|
|
1700
1695
|
--color-orange-900: hsl(32 100% 50%);
|
|
1701
1696
|
--color-yellow-50: oklch(98.7% 0.026 102.212);
|
|
1702
1697
|
--color-yellow-100: hsl(46 100% 94%);
|
|
@@ -1771,7 +1766,6 @@
|
|
|
1771
1766
|
--text-xl--line-height: calc(1.75 / 1.25);
|
|
1772
1767
|
--text-2xl: 1.5rem;
|
|
1773
1768
|
--text-2xl--line-height: calc(2 / 1.5);
|
|
1774
|
-
--font-weight-extralight: 200;
|
|
1775
1769
|
--font-weight-normal: 400;
|
|
1776
1770
|
--font-weight-medium: 500;
|
|
1777
1771
|
--font-weight-semibold: 600;
|
|
@@ -1964,9 +1958,6 @@
|
|
|
1964
1958
|
.collapse {
|
|
1965
1959
|
visibility: collapse;
|
|
1966
1960
|
}
|
|
1967
|
-
.invisible {
|
|
1968
|
-
visibility: hidden;
|
|
1969
|
-
}
|
|
1970
1961
|
.visible {
|
|
1971
1962
|
visibility: visible;
|
|
1972
1963
|
}
|
|
@@ -2080,9 +2071,6 @@
|
|
|
2080
2071
|
.left-\[0px\] {
|
|
2081
2072
|
left: 0px;
|
|
2082
2073
|
}
|
|
2083
|
-
.isolate {
|
|
2084
|
-
isolation: isolate;
|
|
2085
|
-
}
|
|
2086
2074
|
.z-0 {
|
|
2087
2075
|
z-index: 0;
|
|
2088
2076
|
}
|
|
@@ -2206,18 +2194,12 @@
|
|
|
2206
2194
|
.mr-3 {
|
|
2207
2195
|
margin-right: calc(var(--spacing) * 3);
|
|
2208
2196
|
}
|
|
2209
|
-
.mr-6 {
|
|
2210
|
-
margin-right: calc(var(--spacing) * 6);
|
|
2211
|
-
}
|
|
2212
2197
|
.-mb-1 {
|
|
2213
2198
|
margin-bottom: calc(var(--spacing) * -1);
|
|
2214
2199
|
}
|
|
2215
2200
|
.mb-0 {
|
|
2216
2201
|
margin-bottom: calc(var(--spacing) * 0);
|
|
2217
2202
|
}
|
|
2218
|
-
.mb-0\.5 {
|
|
2219
|
-
margin-bottom: calc(var(--spacing) * 0.5);
|
|
2220
|
-
}
|
|
2221
2203
|
.mb-1 {
|
|
2222
2204
|
margin-bottom: calc(var(--spacing) * 1);
|
|
2223
2205
|
}
|
|
@@ -2245,15 +2227,9 @@
|
|
|
2245
2227
|
.ml-1 {
|
|
2246
2228
|
margin-left: calc(var(--spacing) * 1);
|
|
2247
2229
|
}
|
|
2248
|
-
.ml-2 {
|
|
2249
|
-
margin-left: calc(var(--spacing) * 2);
|
|
2250
|
-
}
|
|
2251
2230
|
.ml-3 {
|
|
2252
2231
|
margin-left: calc(var(--spacing) * 3);
|
|
2253
2232
|
}
|
|
2254
|
-
.ml-\[234px\] {
|
|
2255
|
-
margin-left: 234px;
|
|
2256
|
-
}
|
|
2257
2233
|
.ml-auto {
|
|
2258
2234
|
margin-left: auto;
|
|
2259
2235
|
}
|
|
@@ -2395,9 +2371,6 @@
|
|
|
2395
2371
|
.h-10 {
|
|
2396
2372
|
height: calc(var(--spacing) * 10);
|
|
2397
2373
|
}
|
|
2398
|
-
.h-11 {
|
|
2399
|
-
height: calc(var(--spacing) * 11);
|
|
2400
|
-
}
|
|
2401
2374
|
.h-12 {
|
|
2402
2375
|
height: calc(var(--spacing) * 12);
|
|
2403
2376
|
}
|
|
@@ -2476,9 +2449,6 @@
|
|
|
2476
2449
|
.h-full {
|
|
2477
2450
|
height: 100%;
|
|
2478
2451
|
}
|
|
2479
|
-
.h-max {
|
|
2480
|
-
height: max-content;
|
|
2481
|
-
}
|
|
2482
2452
|
.h-px {
|
|
2483
2453
|
height: 1px;
|
|
2484
2454
|
}
|
|
@@ -2521,12 +2491,6 @@
|
|
|
2521
2491
|
.min-h-9 {
|
|
2522
2492
|
min-height: calc(var(--spacing) * 9);
|
|
2523
2493
|
}
|
|
2524
|
-
.min-h-11 {
|
|
2525
|
-
min-height: calc(var(--spacing) * 11);
|
|
2526
|
-
}
|
|
2527
|
-
.min-h-12 {
|
|
2528
|
-
min-height: calc(var(--spacing) * 12);
|
|
2529
|
-
}
|
|
2530
2494
|
.min-h-\[36px\] {
|
|
2531
2495
|
min-height: 36px;
|
|
2532
2496
|
}
|
|
@@ -2584,9 +2548,6 @@
|
|
|
2584
2548
|
.w-20 {
|
|
2585
2549
|
width: calc(var(--spacing) * 20);
|
|
2586
2550
|
}
|
|
2587
|
-
.w-32 {
|
|
2588
|
-
width: calc(var(--spacing) * 32);
|
|
2589
|
-
}
|
|
2590
2551
|
.w-40 {
|
|
2591
2552
|
width: calc(var(--spacing) * 40);
|
|
2592
2553
|
}
|
|
@@ -2674,9 +2635,6 @@
|
|
|
2674
2635
|
.max-w-36 {
|
|
2675
2636
|
max-width: calc(var(--spacing) * 36);
|
|
2676
2637
|
}
|
|
2677
|
-
.max-w-96 {
|
|
2678
|
-
max-width: calc(var(--spacing) * 96);
|
|
2679
|
-
}
|
|
2680
2638
|
.max-w-\[408px\] {
|
|
2681
2639
|
max-width: 408px;
|
|
2682
2640
|
}
|
|
@@ -2704,9 +2662,6 @@
|
|
|
2704
2662
|
.min-w-64 {
|
|
2705
2663
|
min-width: calc(var(--spacing) * 64);
|
|
2706
2664
|
}
|
|
2707
|
-
.min-w-72 {
|
|
2708
|
-
min-width: calc(var(--spacing) * 72);
|
|
2709
|
-
}
|
|
2710
2665
|
.min-w-\[80px\] {
|
|
2711
2666
|
min-width: 80px;
|
|
2712
2667
|
}
|
|
@@ -2743,9 +2698,6 @@
|
|
|
2743
2698
|
.border-collapse {
|
|
2744
2699
|
border-collapse: collapse;
|
|
2745
2700
|
}
|
|
2746
|
-
.border-separate {
|
|
2747
|
-
border-collapse: separate;
|
|
2748
|
-
}
|
|
2749
2701
|
.-translate-x-1\/2 {
|
|
2750
2702
|
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
2751
2703
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -2770,9 +2722,6 @@
|
|
|
2770
2722
|
.rotate-180 {
|
|
2771
2723
|
rotate: 180deg;
|
|
2772
2724
|
}
|
|
2773
|
-
.rotate-\[270deg\] {
|
|
2774
|
-
rotate: 270deg;
|
|
2775
|
-
}
|
|
2776
2725
|
.transform {
|
|
2777
2726
|
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
2778
2727
|
}
|
|
@@ -2797,18 +2746,12 @@
|
|
|
2797
2746
|
.grid-cols-\[1fr\,auto\,1fr\] {
|
|
2798
2747
|
grid-template-columns: 1fr,auto,1fr;
|
|
2799
2748
|
}
|
|
2800
|
-
.grid-cols-\[208px\,380px\] {
|
|
2801
|
-
grid-template-columns: 208px,380px;
|
|
2802
|
-
}
|
|
2803
2749
|
.grid-cols-\[auto\,auto\] {
|
|
2804
2750
|
grid-template-columns: auto,auto;
|
|
2805
2751
|
}
|
|
2806
2752
|
.grid-cols-\[minmax\(min-content\,1018px\)\] {
|
|
2807
2753
|
grid-template-columns: minmax(min-content,1018px);
|
|
2808
2754
|
}
|
|
2809
|
-
.grid-rows-4 {
|
|
2810
|
-
grid-template-rows: repeat(4, minmax(0, 1fr));
|
|
2811
|
-
}
|
|
2812
2755
|
.flex-col {
|
|
2813
2756
|
flex-direction: column;
|
|
2814
2757
|
}
|
|
@@ -2990,10 +2933,6 @@
|
|
|
2990
2933
|
border-top-left-radius: calc(infinity * 1px);
|
|
2991
2934
|
border-top-right-radius: calc(infinity * 1px);
|
|
2992
2935
|
}
|
|
2993
|
-
.rounded-t-md {
|
|
2994
|
-
border-top-left-radius: var(--radius-md);
|
|
2995
|
-
border-top-right-radius: var(--radius-md);
|
|
2996
|
-
}
|
|
2997
2936
|
.rounded-t-none {
|
|
2998
2937
|
border-top-left-radius: 0;
|
|
2999
2938
|
border-top-right-radius: 0;
|
|
@@ -3089,9 +3028,6 @@
|
|
|
3089
3028
|
.border-gray-300 {
|
|
3090
3029
|
border-color: var(--color-gray-300);
|
|
3091
3030
|
}
|
|
3092
|
-
.border-gray-400 {
|
|
3093
|
-
border-color: var(--color-gray-400);
|
|
3094
|
-
}
|
|
3095
3031
|
.border-gray-600 {
|
|
3096
3032
|
border-color: var(--color-gray-600);
|
|
3097
3033
|
}
|
|
@@ -3125,9 +3061,6 @@
|
|
|
3125
3061
|
.border-slate-200 {
|
|
3126
3062
|
border-color: var(--color-slate-200);
|
|
3127
3063
|
}
|
|
3128
|
-
.border-transparent {
|
|
3129
|
-
border-color: transparent;
|
|
3130
|
-
}
|
|
3131
3064
|
.border-white {
|
|
3132
3065
|
border-color: var(--color-white);
|
|
3133
3066
|
}
|
|
@@ -3218,9 +3151,6 @@
|
|
|
3218
3151
|
.bg-inherit {
|
|
3219
3152
|
background-color: inherit;
|
|
3220
3153
|
}
|
|
3221
|
-
.bg-orange-100 {
|
|
3222
|
-
background-color: var(--color-orange-100);
|
|
3223
|
-
}
|
|
3224
3154
|
.bg-purple-100 {
|
|
3225
3155
|
background-color: var(--color-purple-100);
|
|
3226
3156
|
}
|
|
@@ -3431,9 +3361,6 @@
|
|
|
3431
3361
|
.pb-3 {
|
|
3432
3362
|
padding-bottom: calc(var(--spacing) * 3);
|
|
3433
3363
|
}
|
|
3434
|
-
.pb-6 {
|
|
3435
|
-
padding-bottom: calc(var(--spacing) * 6);
|
|
3436
|
-
}
|
|
3437
3364
|
.pl-1 {
|
|
3438
3365
|
padding-left: calc(var(--spacing) * 1);
|
|
3439
3366
|
}
|
|
@@ -3446,9 +3373,6 @@
|
|
|
3446
3373
|
.pl-4 {
|
|
3447
3374
|
padding-left: calc(var(--spacing) * 4);
|
|
3448
3375
|
}
|
|
3449
|
-
.pl-5 {
|
|
3450
|
-
padding-left: calc(var(--spacing) * 5);
|
|
3451
|
-
}
|
|
3452
3376
|
.pl-7 {
|
|
3453
3377
|
padding-left: calc(var(--spacing) * 7);
|
|
3454
3378
|
}
|
|
@@ -3464,9 +3388,6 @@
|
|
|
3464
3388
|
.text-left {
|
|
3465
3389
|
text-align: left;
|
|
3466
3390
|
}
|
|
3467
|
-
.text-right {
|
|
3468
|
-
text-align: right;
|
|
3469
|
-
}
|
|
3470
3391
|
.text-start {
|
|
3471
3392
|
text-align: start;
|
|
3472
3393
|
}
|
|
@@ -3548,10 +3469,6 @@
|
|
|
3548
3469
|
--tw-font-weight: var(--font-weight-bold);
|
|
3549
3470
|
font-weight: var(--font-weight-bold);
|
|
3550
3471
|
}
|
|
3551
|
-
.font-extralight {
|
|
3552
|
-
--tw-font-weight: var(--font-weight-extralight);
|
|
3553
|
-
font-weight: var(--font-weight-extralight);
|
|
3554
|
-
}
|
|
3555
3472
|
.font-medium {
|
|
3556
3473
|
--tw-font-weight: var(--font-weight-medium);
|
|
3557
3474
|
font-weight: var(--font-weight-medium);
|
|
@@ -3572,9 +3489,6 @@
|
|
|
3572
3489
|
--tw-tracking: var(--tracking-wide);
|
|
3573
3490
|
letter-spacing: var(--tracking-wide);
|
|
3574
3491
|
}
|
|
3575
|
-
.text-nowrap {
|
|
3576
|
-
text-wrap: nowrap;
|
|
3577
|
-
}
|
|
3578
3492
|
.break-words {
|
|
3579
3493
|
overflow-wrap: break-word;
|
|
3580
3494
|
}
|
|
@@ -3663,9 +3577,6 @@
|
|
|
3663
3577
|
.text-orange-700 {
|
|
3664
3578
|
color: var(--color-orange-700);
|
|
3665
3579
|
}
|
|
3666
|
-
.text-orange-800 {
|
|
3667
|
-
color: var(--color-orange-800);
|
|
3668
|
-
}
|
|
3669
3580
|
.text-orange-900 {
|
|
3670
3581
|
color: var(--color-orange-900);
|
|
3671
3582
|
}
|
|
@@ -3765,6 +3676,9 @@
|
|
|
3765
3676
|
.opacity-50 {
|
|
3766
3677
|
opacity: 50%;
|
|
3767
3678
|
}
|
|
3679
|
+
.opacity-60 {
|
|
3680
|
+
opacity: 60%;
|
|
3681
|
+
}
|
|
3768
3682
|
.opacity-75 {
|
|
3769
3683
|
opacity: 75%;
|
|
3770
3684
|
}
|
|
@@ -3817,9 +3731,6 @@
|
|
|
3817
3731
|
outline-style: var(--tw-outline-style);
|
|
3818
3732
|
outline-width: 1px;
|
|
3819
3733
|
}
|
|
3820
|
-
.outline-red-900 {
|
|
3821
|
-
outline-color: var(--color-red-900);
|
|
3822
|
-
}
|
|
3823
3734
|
.blur {
|
|
3824
3735
|
--tw-blur: blur(8px);
|
|
3825
3736
|
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,);
|
|
@@ -3910,13 +3821,6 @@
|
|
|
3910
3821
|
color: var(--color-gray-900) !important;
|
|
3911
3822
|
}
|
|
3912
3823
|
}
|
|
3913
|
-
.group-hover\:visible {
|
|
3914
|
-
&:is(:where(.group):hover *) {
|
|
3915
|
-
@media (hover: hover) {
|
|
3916
|
-
visibility: visible;
|
|
3917
|
-
}
|
|
3918
|
-
}
|
|
3919
|
-
}
|
|
3920
3824
|
.group-hover\:mr-0 {
|
|
3921
3825
|
&:is(:where(.group):hover *) {
|
|
3922
3826
|
@media (hover: hover) {
|
|
@@ -4048,11 +3952,6 @@
|
|
|
4048
3952
|
color: var(--color-gray-500);
|
|
4049
3953
|
}
|
|
4050
3954
|
}
|
|
4051
|
-
.placeholder\:text-red-800 {
|
|
4052
|
-
&::placeholder {
|
|
4053
|
-
color: var(--color-red-800);
|
|
4054
|
-
}
|
|
4055
|
-
}
|
|
4056
3955
|
.group-focus-within\:placeholder\:\!text-gray-700 {
|
|
4057
3956
|
&:is(:where(.group):focus-within *) {
|
|
4058
3957
|
&::placeholder {
|
|
@@ -4247,18 +4146,6 @@
|
|
|
4247
4146
|
}
|
|
4248
4147
|
}
|
|
4249
4148
|
}
|
|
4250
|
-
.first\:border-l-0 {
|
|
4251
|
-
&:first-child {
|
|
4252
|
-
border-left-style: var(--tw-border-style);
|
|
4253
|
-
border-left-width: 0px;
|
|
4254
|
-
}
|
|
4255
|
-
}
|
|
4256
|
-
.last\:rounded-b-md {
|
|
4257
|
-
&:last-child {
|
|
4258
|
-
border-bottom-right-radius: var(--radius-md);
|
|
4259
|
-
border-bottom-left-radius: var(--radius-md);
|
|
4260
|
-
}
|
|
4261
|
-
}
|
|
4262
4149
|
.odd\:bg-white {
|
|
4263
4150
|
&:nth-child(odd) {
|
|
4264
4151
|
background-color: var(--color-white);
|
|
@@ -4758,21 +4645,6 @@
|
|
|
4758
4645
|
background-color: var(--color-gray-300);
|
|
4759
4646
|
}
|
|
4760
4647
|
}
|
|
4761
|
-
.disabled\:bg-transparent {
|
|
4762
|
-
&:disabled {
|
|
4763
|
-
background-color: transparent;
|
|
4764
|
-
}
|
|
4765
|
-
}
|
|
4766
|
-
.disabled\:p-0 {
|
|
4767
|
-
&:disabled {
|
|
4768
|
-
padding: calc(var(--spacing) * 0);
|
|
4769
|
-
}
|
|
4770
|
-
}
|
|
4771
|
-
.disabled\:text-left {
|
|
4772
|
-
&:disabled {
|
|
4773
|
-
text-align: left;
|
|
4774
|
-
}
|
|
4775
|
-
}
|
|
4776
4648
|
.disabled\:text-blue-400 {
|
|
4777
4649
|
&:disabled {
|
|
4778
4650
|
color: var(--color-blue-400);
|
|
@@ -4818,11 +4690,6 @@
|
|
|
4818
4690
|
opacity: 100%;
|
|
4819
4691
|
}
|
|
4820
4692
|
}
|
|
4821
|
-
.data-disabled\:cursor-not-allowed {
|
|
4822
|
-
&[data-disabled] {
|
|
4823
|
-
cursor: not-allowed;
|
|
4824
|
-
}
|
|
4825
|
-
}
|
|
4826
4693
|
.data-disabled\:text-gray-400 {
|
|
4827
4694
|
&[data-disabled] {
|
|
4828
4695
|
color: var(--color-gray-400);
|
|
@@ -12611,7 +12478,6 @@ input[type='number'] {
|
|
|
12611
12478
|
--color-red-600: hsl(4 81% 74%);
|
|
12612
12479
|
--color-red-800: hsl(5 81% 61%);
|
|
12613
12480
|
--color-red-900: hsl(5 81% 56%);
|
|
12614
|
-
--color-blue-100: hsl(209 100% 90%);
|
|
12615
12481
|
--color-slate-50: hsl(210 20% 96%);
|
|
12616
12482
|
--color-gray-50: hsl(0 0% 99%);
|
|
12617
12483
|
--color-gray-100: hsl(0 0% 96%);
|
|
@@ -13049,17 +12915,10 @@ input[type='number'] {
|
|
|
13049
12915
|
border-style: var(--tw-border-style);
|
|
13050
12916
|
border-width: 2px;
|
|
13051
12917
|
}
|
|
13052
|
-
.border-dashed {
|
|
13053
|
-
--tw-border-style: dashed;
|
|
13054
|
-
border-style: dashed;
|
|
13055
|
-
}
|
|
13056
12918
|
.border-none {
|
|
13057
12919
|
--tw-border-style: none;
|
|
13058
12920
|
border-style: none;
|
|
13059
12921
|
}
|
|
13060
|
-
.border-blue-100 {
|
|
13061
|
-
border-color: var(--color-blue-100);
|
|
13062
|
-
}
|
|
13063
12922
|
.border-gray-200 {
|
|
13064
12923
|
border-color: var(--color-gray-200);
|
|
13065
12924
|
}
|
|
@@ -13072,9 +12931,6 @@ input[type='number'] {
|
|
|
13072
12931
|
.border-transparent {
|
|
13073
12932
|
border-color: transparent;
|
|
13074
12933
|
}
|
|
13075
|
-
.bg-blue-100 {
|
|
13076
|
-
background-color: var(--color-blue-100);
|
|
13077
|
-
}
|
|
13078
12934
|
.bg-gray-50 {
|
|
13079
12935
|
background-color: var(--color-gray-50);
|
|
13080
12936
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/connect",
|
|
3
3
|
"productName": "Powerhouse-Connect",
|
|
4
|
-
"version": "6.0.0-dev.
|
|
4
|
+
"version": "6.0.0-dev.236",
|
|
5
5
|
"description": "Powerhouse Connect",
|
|
6
6
|
"main": "dist/index.html",
|
|
7
7
|
"type": "module",
|
|
@@ -66,14 +66,14 @@
|
|
|
66
66
|
"react-router-dom": "^6.11.2",
|
|
67
67
|
"tailwind-merge": "3.4.0",
|
|
68
68
|
"usehooks-ts": "^3.1.1",
|
|
69
|
-
"@powerhousedao/config": "6.0.0-dev.
|
|
70
|
-
"@powerhousedao/
|
|
71
|
-
"@powerhousedao/
|
|
72
|
-
"@powerhousedao/
|
|
73
|
-
"@powerhousedao/
|
|
74
|
-
"@
|
|
75
|
-
"
|
|
76
|
-
"
|
|
69
|
+
"@powerhousedao/config": "6.0.0-dev.236",
|
|
70
|
+
"@powerhousedao/design-system": "6.0.0-dev.236",
|
|
71
|
+
"@powerhousedao/reactor-browser": "6.0.0-dev.236",
|
|
72
|
+
"@powerhousedao/shared": "6.0.0-dev.236",
|
|
73
|
+
"@powerhousedao/powerhouse-vetra-packages": "6.0.0-dev.236",
|
|
74
|
+
"@powerhousedao/vetra": "6.0.0-dev.236",
|
|
75
|
+
"@renown/sdk": "6.0.0-dev.236",
|
|
76
|
+
"document-model": "6.0.0-dev.236"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@tailwindcss/cli": "4.2.2",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ExportDocumentWithErrorsModal-DNRr3cjI.js","names":[],"sources":["../src/components/modal/modals/ExportDocumentWithErrorsModal.tsx"],"sourcesContent":["import { ConnectConfirmationModal } from \"@powerhousedao/design-system/connect\";\nimport {\n closePHModal,\n exportFile,\n useDocumentById,\n usePHModal,\n validateDocument,\n} from \"@powerhousedao/reactor-browser\";\nimport { useTranslation } from \"react-i18next\";\nexport function ExportDocumentWithErrorsModal() {\n const phModal = usePHModal();\n const open = phModal?.type === \"exportDocumentWithErrors\";\n const documentId = open ? phModal.documentId : undefined;\n const [document] = useDocumentById(documentId);\n const { t } = useTranslation();\n\n if (!document) {\n return null;\n }\n\n const validationErrors = validateDocument(document);\n return (\n <ConnectConfirmationModal\n header={t(\"modals.exportDocumentWithErrors.title\")}\n title={t(\"modals.exportDocumentWithErrors.title\")}\n body={\n <div>\n <p>{t(\"modals.exportDocumentWithErrors.body\")}</p>\n <ul className=\"mt-4 flex list-disc flex-col items-start px-4 text-xs\">\n {validationErrors.map((error, index) => (\n <li key={index}>{error.message}</li>\n ))}\n </ul>\n </div>\n }\n cancelLabel={t(\"common.cancel\")}\n continueLabel={t(\"common.export\")}\n onCancel={() => closePHModal()}\n onContinue={async () => {\n try {\n await exportFile(document);\n } catch (error) {\n console.error(error);\n } finally {\n closePHModal();\n }\n }}\n open={open}\n onOpenChange={(status: boolean) => {\n if (!status) return closePHModal();\n }}\n />\n );\n}\n"],"mappings":";;;;;AASA,SAAgB,gCAAgC;CAC9C,MAAM,UAAU,YAAY;CAC5B,MAAM,OAAO,SAAS,SAAS;CAE/B,MAAM,CAAC,YAAY,gBADA,OAAO,QAAQ,aAAa,KAAA,EACD;CAC9C,MAAM,EAAE,MAAM,gBAAgB;AAE9B,KAAI,CAAC,SACH,QAAO;CAGT,MAAM,mBAAmB,iBAAiB,SAAS;AACnD,QACE,oBAAC,0BAAD;EACE,QAAQ,EAAE,wCAAwC;EAClD,OAAO,EAAE,wCAAwC;EACjD,MACE,qBAAC,OAAD,EAAA,UAAA,CACE,oBAAC,KAAD,EAAA,UAAI,EAAE,uCAAuC,EAAK,CAAA,EAClD,oBAAC,MAAD;GAAI,WAAU;aACX,iBAAiB,KAAK,OAAO,UAC5B,oBAAC,MAAD,EAAA,UAAiB,MAAM,SAAa,EAA3B,MAA2B,CACpC;GACC,CAAA,CACD,EAAA,CAAA;EAER,aAAa,EAAE,gBAAgB;EAC/B,eAAe,EAAE,gBAAgB;EACjC,gBAAgB,cAAc;EAC9B,YAAY,YAAY;AACtB,OAAI;AACF,UAAM,WAAW,SAAS;YACnB,OAAO;AACd,YAAQ,MAAM,MAAM;aACZ;AACR,kBAAc;;;EAGZ;EACN,eAAe,WAAoB;AACjC,OAAI,CAAC,OAAQ,QAAO,cAAc;;EAEpC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"package-DAZ96aLc.js","names":[],"sources":["../package.json"],"sourcesContent":[""],"mappings":""}
|