@noya-app/noya-file-explorer 0.0.31 → 0.0.32
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/.turbo/turbo-build.log +11 -11
- package/CHANGELOG.md +12 -0
- package/dist/index.css +84 -11
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +30 -2
- package/dist/index.d.ts +30 -2
- package/dist/index.js +731 -211
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +759 -212
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -6
- package/src/GitFileExplorer.tsx +432 -0
- package/src/git/gitFileTree.ts +110 -0
- package/src/git/useGitFileOperations.ts +184 -0
- package/src/git/useGitFileTree.ts +91 -0
- package/src/index.ts +1 -0
- package/src/utils/handleFileDrop.ts +2 -84
package/.turbo/turbo-build.log
CHANGED
|
@@ -8,17 +8,17 @@
|
|
|
8
8
|
[34mCLI[39m Target: esnext
|
|
9
9
|
[34mCJS[39m Build start
|
|
10
10
|
[34mESM[39m Build start
|
|
11
|
-
[
|
|
12
|
-
[
|
|
13
|
-
[
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
19
|
-
[
|
|
20
|
-
[
|
|
11
|
+
[32mCJS[39m [1mdist/index.css [22m[32m76.50 KB[39m
|
|
12
|
+
[32mCJS[39m [1mdist/index.js [22m[32m139.49 KB[39m
|
|
13
|
+
[32mCJS[39m [1mdist/index.css.map [22m[32m113.98 KB[39m
|
|
14
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m238.82 KB[39m
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 87ms
|
|
16
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m133.25 KB[39m
|
|
17
|
+
[32mESM[39m [1mdist/index.css [22m[32m76.50 KB[39m
|
|
18
|
+
[32mESM[39m [1mdist/index.css.map [22m[32m113.98 KB[39m
|
|
19
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m240.27 KB[39m
|
|
20
|
+
[32mESM[39m ⚡️ Build success in 88ms
|
|
21
21
|
DTS Build start
|
|
22
|
-
DTS ⚡️ Build success in
|
|
22
|
+
DTS ⚡️ Build success in 5825ms
|
|
23
23
|
DTS dist/index.d.ts 2.14 MB
|
|
24
24
|
DTS dist/index.d.mts 2.14 MB
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @noya-app/noya-file-explorer
|
|
2
2
|
|
|
3
|
+
## 0.0.32
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3128375: Update packages
|
|
8
|
+
- Updated dependencies [3128375]
|
|
9
|
+
- @noya-app/noya-multiplayer-react@0.1.78
|
|
10
|
+
- @noya-app/noya-designsystem@0.1.77
|
|
11
|
+
- @noya-app/react-utils@0.1.29
|
|
12
|
+
- @noya-app/noya-schemas@0.1.9
|
|
13
|
+
- @noya-app/noya-icons@0.1.17
|
|
14
|
+
|
|
3
15
|
## 0.0.31
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -723,6 +723,26 @@
|
|
|
723
723
|
.n-prose-sm :where(.n-prose-sm > :last-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
|
|
724
724
|
margin-bottom: 0;
|
|
725
725
|
}
|
|
726
|
+
.n-prose-invert {
|
|
727
|
+
--tw-prose-body:var(--tw-prose-invert-body);
|
|
728
|
+
--tw-prose-headings:var(--tw-prose-invert-headings);
|
|
729
|
+
--tw-prose-lead:var(--tw-prose-invert-lead);
|
|
730
|
+
--tw-prose-links:var(--tw-prose-invert-links);
|
|
731
|
+
--tw-prose-bold:var(--tw-prose-invert-bold);
|
|
732
|
+
--tw-prose-counters:var(--tw-prose-invert-counters);
|
|
733
|
+
--tw-prose-bullets:var(--tw-prose-invert-bullets);
|
|
734
|
+
--tw-prose-hr:var(--tw-prose-invert-hr);
|
|
735
|
+
--tw-prose-quotes:var(--tw-prose-invert-quotes);
|
|
736
|
+
--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);
|
|
737
|
+
--tw-prose-captions:var(--tw-prose-invert-captions);
|
|
738
|
+
--tw-prose-kbd:var(--tw-prose-invert-kbd);
|
|
739
|
+
--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);
|
|
740
|
+
--tw-prose-code:var(--tw-prose-invert-code);
|
|
741
|
+
--tw-prose-pre-code:var(--tw-prose-invert-pre-code);
|
|
742
|
+
--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);
|
|
743
|
+
--tw-prose-th-borders:var(--tw-prose-invert-th-borders);
|
|
744
|
+
--tw-prose-td-borders:var(--tw-prose-invert-td-borders);
|
|
745
|
+
}
|
|
726
746
|
.n-pointer-events-none {
|
|
727
747
|
pointer-events: none;
|
|
728
748
|
}
|
|
@@ -1434,6 +1454,9 @@
|
|
|
1434
1454
|
.n-rounded {
|
|
1435
1455
|
border-radius: .25rem;
|
|
1436
1456
|
}
|
|
1457
|
+
.n-rounded-3xl {
|
|
1458
|
+
border-radius: 1.5rem;
|
|
1459
|
+
}
|
|
1437
1460
|
.n-rounded-\[10px\] {
|
|
1438
1461
|
border-radius: 10px;
|
|
1439
1462
|
}
|
|
@@ -1813,6 +1836,10 @@
|
|
|
1813
1836
|
padding-left: 1.25rem;
|
|
1814
1837
|
padding-right: 1.25rem;
|
|
1815
1838
|
}
|
|
1839
|
+
.n-px-6 {
|
|
1840
|
+
padding-left: 1.5rem;
|
|
1841
|
+
padding-right: 1.5rem;
|
|
1842
|
+
}
|
|
1816
1843
|
.n-px-\[1px\] {
|
|
1817
1844
|
padding-left: 1px;
|
|
1818
1845
|
padding-right: 1px;
|
|
@@ -1875,6 +1902,9 @@
|
|
|
1875
1902
|
.n-pb-4 {
|
|
1876
1903
|
padding-bottom: 1rem;
|
|
1877
1904
|
}
|
|
1905
|
+
.n-pb-6 {
|
|
1906
|
+
padding-bottom: 1.5rem;
|
|
1907
|
+
}
|
|
1878
1908
|
.n-pl-1 {
|
|
1879
1909
|
padding-left: .25rem;
|
|
1880
1910
|
}
|
|
@@ -1893,6 +1923,9 @@
|
|
|
1893
1923
|
.n-pt-1 {
|
|
1894
1924
|
padding-top: .25rem;
|
|
1895
1925
|
}
|
|
1926
|
+
.n-pt-4 {
|
|
1927
|
+
padding-top: 1rem;
|
|
1928
|
+
}
|
|
1896
1929
|
.n-pt-\[5px\] {
|
|
1897
1930
|
padding-top: 5px;
|
|
1898
1931
|
}
|
|
@@ -2138,6 +2171,14 @@
|
|
|
2138
2171
|
.n-opacity-60 {
|
|
2139
2172
|
opacity: .6;
|
|
2140
2173
|
}
|
|
2174
|
+
.n-shadow-2xl {
|
|
2175
|
+
--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);
|
|
2176
|
+
--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);
|
|
2177
|
+
box-shadow:
|
|
2178
|
+
var(--tw-ring-offset-shadow,0 0 #0000),
|
|
2179
|
+
var(--tw-ring-shadow,0 0 #0000),
|
|
2180
|
+
var(--tw-shadow);
|
|
2181
|
+
}
|
|
2141
2182
|
.n-shadow-\[0_0_0_1px_var\(--n-chip-default-shadow\)_inset\] {
|
|
2142
2183
|
--tw-shadow:0 0 0 1px var(--n-chip-default-shadow) inset;
|
|
2143
2184
|
--tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);
|
|
@@ -2803,17 +2844,6 @@
|
|
|
2803
2844
|
.focus\:n-ring-offset-\[1px\]:focus {
|
|
2804
2845
|
--tw-ring-offset-width:1px;
|
|
2805
2846
|
}
|
|
2806
|
-
.focus-visible\:n-ring-2:focus-visible {
|
|
2807
|
-
--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2808
|
-
--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2809
|
-
box-shadow:
|
|
2810
|
-
var(--tw-ring-offset-shadow),
|
|
2811
|
-
var(--tw-ring-shadow),
|
|
2812
|
-
var(--tw-shadow,0 0 #0000);
|
|
2813
|
-
}
|
|
2814
|
-
.focus-visible\:n-ring-primary:focus-visible {
|
|
2815
|
-
--tw-ring-color:var(--n-primary);
|
|
2816
|
-
}
|
|
2817
2847
|
.active\:n-bg-active-background:active {
|
|
2818
2848
|
background-color: var(--n-active-background);
|
|
2819
2849
|
}
|
|
@@ -2943,14 +2973,57 @@
|
|
|
2943
2973
|
padding-right: 0 !important;
|
|
2944
2974
|
}
|
|
2945
2975
|
}
|
|
2976
|
+
.prose-p\:n-m-0 :is(:where(p):not(:where([class~=n-not-prose], [class~=n-not-prose] *))) {
|
|
2977
|
+
margin: 0;
|
|
2978
|
+
}
|
|
2946
2979
|
.prose-a\:n-text-blue-600 :is(:where(a):not(:where([class~=n-not-prose], [class~=n-not-prose] *))) {
|
|
2947
2980
|
--tw-text-opacity:1;
|
|
2948
2981
|
color: rgb(37 99 235/var(--tw-text-opacity,1));
|
|
2949
2982
|
}
|
|
2983
|
+
.prose-a\:n-text-inherit :is(:where(a):not(:where([class~=n-not-prose], [class~=n-not-prose] *))) {
|
|
2984
|
+
color: inherit;
|
|
2985
|
+
}
|
|
2986
|
+
.prose-strong\:n-text-inherit :is(:where(strong):not(:where([class~=n-not-prose], [class~=n-not-prose] *))) {
|
|
2987
|
+
color: inherit;
|
|
2988
|
+
}
|
|
2989
|
+
.prose-em\:n-italic :is(:where(em):not(:where([class~=n-not-prose], [class~=n-not-prose] *))) {
|
|
2990
|
+
font-style: italic;
|
|
2991
|
+
}
|
|
2992
|
+
.prose-ol\:n-m-0 :is(:where(ol):not(:where([class~=n-not-prose], [class~=n-not-prose] *))) {
|
|
2993
|
+
margin: 0;
|
|
2994
|
+
}
|
|
2995
|
+
.prose-ol\:n-list-inside :is(:where(ol):not(:where([class~=n-not-prose], [class~=n-not-prose] *))) {
|
|
2996
|
+
list-style-position: inside;
|
|
2997
|
+
}
|
|
2998
|
+
.prose-ol\:n-pl-0 :is(:where(ol):not(:where([class~=n-not-prose], [class~=n-not-prose] *))) {
|
|
2999
|
+
padding-left: 0;
|
|
3000
|
+
}
|
|
3001
|
+
.prose-ul\:n-m-0 :is(:where(ul):not(:where([class~=n-not-prose], [class~=n-not-prose] *))) {
|
|
3002
|
+
margin: 0;
|
|
3003
|
+
}
|
|
3004
|
+
.prose-ul\:n-list-inside :is(:where(ul):not(:where([class~=n-not-prose], [class~=n-not-prose] *))) {
|
|
3005
|
+
list-style-position: inside;
|
|
3006
|
+
}
|
|
3007
|
+
.prose-ul\:n-pl-0 :is(:where(ul):not(:where([class~=n-not-prose], [class~=n-not-prose] *))) {
|
|
3008
|
+
padding-left: 0;
|
|
3009
|
+
}
|
|
3010
|
+
.prose-li\:n-m-0 :is(:where(li):not(:where([class~=n-not-prose], [class~=n-not-prose] *))) {
|
|
3011
|
+
margin: 0;
|
|
3012
|
+
}
|
|
3013
|
+
.prose-li\:n-p-0 :is(:where(li):not(:where([class~=n-not-prose], [class~=n-not-prose] *))) {
|
|
3014
|
+
padding: 0;
|
|
3015
|
+
}
|
|
2950
3016
|
@media (min-width:640px) {
|
|
2951
3017
|
.sm\:\!n-max-w-sm {
|
|
2952
3018
|
max-width: 24rem !important;
|
|
2953
3019
|
}
|
|
3020
|
+
.sm\:\!n-px-6 {
|
|
3021
|
+
padding-left: 1.5rem !important;
|
|
3022
|
+
padding-right: 1.5rem !important;
|
|
3023
|
+
}
|
|
3024
|
+
.sm\:\!n-pt-6 {
|
|
3025
|
+
padding-top: 1.5rem !important;
|
|
3026
|
+
}
|
|
2954
3027
|
}
|
|
2955
3028
|
.\[\&\:has\(\+\[aria-checked\=true\]\)\]\:n-border-r-transparent:has(+ [aria-checked=true]) {
|
|
2956
3029
|
border-right-color: transparent;
|