@noya-app/noya-file-explorer 0.0.15 → 0.0.16

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.
@@ -8,17 +8,17 @@
8
8
  CLI Target: esnext
9
9
  CJS Build start
10
10
  ESM Build start
11
- CJS dist/index.css 47.33 KB
12
- CJS dist/index.js 78.96 KB
13
- CJS dist/index.css.map 73.19 KB
14
- CJS dist/index.js.map 133.97 KB
15
- CJS ⚡️ Build success in 61ms
16
- ESM dist/index.mjs 75.99 KB
17
- ESM dist/index.css 47.33 KB
18
- ESM dist/index.css.map 73.19 KB
19
- ESM dist/index.mjs.map 132.87 KB
20
- ESM ⚡️ Build success in 62ms
11
+ ESM dist/index.mjs 79.23 KB
12
+ ESM dist/index.css 50.45 KB
13
+ ESM dist/index.css.map 78.12 KB
14
+ ESM dist/index.mjs.map 139.86 KB
15
+ ESM ⚡️ Build success in 122ms
16
+ CJS dist/index.css 50.45 KB
17
+ CJS dist/index.js 82.28 KB
18
+ CJS dist/index.js.map 140.92 KB
19
+ CJS dist/index.css.map 78.12 KB
20
+ CJS ⚡️ Build success in 123ms
21
21
  DTS Build start
22
- DTS ⚡️ Build success in 7473ms
23
- DTS dist/index.d.ts 1.65 MB
24
- DTS dist/index.d.mts 1.65 MB
22
+ DTS ⚡️ Build success in 8064ms
23
+ DTS dist/index.d.ts 2.12 MB
24
+ DTS dist/index.d.mts 2.12 MB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @noya-app/noya-file-explorer
2
2
 
3
+ ## 0.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 6c17ae1: Updates
8
+ - Updated dependencies [6c17ae1]
9
+ - @noya-app/noya-multiplayer-react@0.1.63
10
+ - @noya-app/noya-designsystem@0.1.64
11
+ - @noya-app/react-utils@0.1.24
12
+ - @noya-app/noya-schemas@0.1.6
13
+ - @noya-app/noya-keymap@0.1.4
14
+ - @noya-app/noya-icons@0.1.12
15
+ - @noya-app/noya-utils@0.1.6
16
+
3
17
  ## 0.0.15
4
18
 
5
19
  ### Patch Changes
package/dist/index.css CHANGED
@@ -12,6 +12,7 @@
12
12
  --n-primary-150:#e1dbff;
13
13
  --n-primary-100:#eae6ff;
14
14
  --n-primary-50:#f3f2ff;
15
+ --n-primary-25:#faf8ff;
15
16
  --n-indigo-950:#121a25;
16
17
  --n-indigo-900:#1e283c;
17
18
  --n-indigo-800:#263053;
@@ -57,6 +58,9 @@
57
58
  --n-button-background-active-hover:var(--n-primary-50);
58
59
  --n-button-text:var(--n-text);
59
60
  --n-button-text-active:var(--n-primary);
61
+ --n-toolbar-drawer-background:var(--n-primary-25);
62
+ --n-toolbar-drawer-border:color-mix(in srgb,var(--n-primary) 30%,transparent);
63
+ --n-toolbar-drawer-shadow:hsla(0,0%,60%,.25);
60
64
  --n-canvas-background:var(--n-indigo-25);
61
65
  --n-canvas-grid:rgba(0,0,0,.05);
62
66
  --n-sidebar-background:#fff;
@@ -159,6 +163,9 @@
159
163
  --n-button-text-active:var(--n-primary-100);
160
164
  --n-secondary-bright:#36fe91;
161
165
  --n-code-background:#141317;
166
+ --n-toolbar-drawer-background:color-mix(in srgb,var(--n-primary-900) 50%,var(--n-background));
167
+ --n-toolbar-drawer-border:color-mix(in srgb,var(--n-primary-700) 30%,transparent);
168
+ --n-toolbar-drawer-shadow:hsla(0,0%,100%,.1);
162
169
  --n-canvas-background:#141317;
163
170
  --n-canvas-grid:rgba(0,0,0,.1);
164
171
  --n-sidebar-background:#222127;
@@ -339,6 +346,9 @@
339
346
  .noya-styles .pointer-events-none {
340
347
  pointer-events: none;
341
348
  }
349
+ .noya-styles .pointer-events-auto {
350
+ pointer-events: auto;
351
+ }
342
352
  .noya-styles .visible {
343
353
  visibility: visible;
344
354
  }
@@ -373,6 +383,9 @@
373
383
  .noya-styles .bottom-0 {
374
384
  bottom: 0;
375
385
  }
386
+ .noya-styles .bottom-full {
387
+ bottom: 100%;
388
+ }
376
389
  .noya-styles .left-0 {
377
390
  left: 0;
378
391
  }
@@ -427,6 +440,9 @@
427
440
  .noya-styles .top-\[7px\] {
428
441
  top: 7px;
429
442
  }
443
+ .noya-styles .-z-10 {
444
+ z-index: -10;
445
+ }
430
446
  .noya-styles .z-20 {
431
447
  z-index: 20;
432
448
  }
@@ -476,10 +492,18 @@
476
492
  margin-left: .75rem;
477
493
  margin-right: .75rem;
478
494
  }
495
+ .noya-styles .mx-auto {
496
+ margin-left: auto;
497
+ margin-right: auto;
498
+ }
479
499
  .noya-styles .my-1 {
480
500
  margin-top: .25rem;
481
501
  margin-bottom: .25rem;
482
502
  }
503
+ .noya-styles .my-8 {
504
+ margin-top: 2rem;
505
+ margin-bottom: 2rem;
506
+ }
483
507
  .noya-styles .-mb-\[6px\] {
484
508
  margin-bottom: -6px;
485
509
  }
@@ -588,6 +612,9 @@
588
612
  .noya-styles .h-\[25px\] {
589
613
  height: 25px;
590
614
  }
615
+ .noya-styles .h-\[30px\] {
616
+ height: 30px;
617
+ }
591
618
  .noya-styles .h-\[3px\] {
592
619
  height: 3px;
593
620
  }
@@ -606,9 +633,15 @@
606
633
  .noya-styles .h-px {
607
634
  height: 1px;
608
635
  }
636
+ .noya-styles .max-h-\[500px\] {
637
+ max-height: 500px;
638
+ }
609
639
  .noya-styles .max-h-\[600px\] {
610
640
  max-height: 600px;
611
641
  }
642
+ .noya-styles .max-h-\[720px\] {
643
+ max-height: 720px;
644
+ }
612
645
  .noya-styles .max-h-\[85vh\] {
613
646
  max-height: 85vh;
614
647
  }
@@ -627,6 +660,9 @@
627
660
  .noya-styles .min-h-6 {
628
661
  min-height: 1.5rem;
629
662
  }
663
+ .noya-styles .min-h-\[15px\] {
664
+ min-height: 15px;
665
+ }
630
666
  .noya-styles .min-h-\[19px\] {
631
667
  min-height: 19px;
632
668
  }
@@ -642,6 +678,9 @@
642
678
  .noya-styles .w-0 {
643
679
  width: 0;
644
680
  }
681
+ .noya-styles .w-10 {
682
+ width: 2.5rem;
683
+ }
645
684
  .noya-styles .w-12 {
646
685
  width: 3rem;
647
686
  }
@@ -681,6 +720,9 @@
681
720
  .noya-styles .w-\[27px\] {
682
721
  width: 27px;
683
722
  }
723
+ .noya-styles .w-\[30px\] {
724
+ width: 30px;
725
+ }
684
726
  .noya-styles .w-\[47px\] {
685
727
  width: 47px;
686
728
  }
@@ -705,9 +747,6 @@
705
747
  .noya-styles .min-w-0 {
706
748
  min-width: 0;
707
749
  }
708
- .noya-styles .min-w-6 {
709
- min-width: 1.5rem;
710
- }
711
750
  .noya-styles .min-w-\[200px\] {
712
751
  min-width: 200px;
713
752
  }
@@ -717,6 +756,9 @@
717
756
  .noya-styles .min-w-\[31px\] {
718
757
  min-width: 31px;
719
758
  }
759
+ .noya-styles .min-w-input-height {
760
+ min-width: var(--n-input-height);
761
+ }
720
762
  .noya-styles .min-w-px {
721
763
  min-width: 1px;
722
764
  }
@@ -729,6 +771,10 @@
729
771
  .noya-styles .max-w-\[70\%\] {
730
772
  max-width: 70%;
731
773
  }
774
+ .noya-styles .max-w-fit {
775
+ max-width: -moz-fit-content;
776
+ max-width: fit-content;
777
+ }
732
778
  .noya-styles .max-w-full {
733
779
  max-width: 100%;
734
780
  }
@@ -954,6 +1000,9 @@
954
1000
  .noya-styles .overflow-y-auto {
955
1001
  overflow-y: auto;
956
1002
  }
1003
+ .noya-styles .overflow-x-hidden {
1004
+ overflow-x: hidden;
1005
+ }
957
1006
  .noya-styles .truncate {
958
1007
  overflow: hidden;
959
1008
  text-overflow: ellipsis;
@@ -1000,6 +1049,10 @@
1000
1049
  border-top-right-radius: .25rem;
1001
1050
  border-bottom-right-radius: .25rem;
1002
1051
  }
1052
+ .noya-styles .rounded-t-lg {
1053
+ border-top-left-radius: .5rem;
1054
+ border-top-right-radius: .5rem;
1055
+ }
1003
1056
  .noya-styles .border {
1004
1057
  border-width: 1px;
1005
1058
  }
@@ -1047,6 +1100,13 @@
1047
1100
  --tw-border-opacity:1;
1048
1101
  border-color: rgb(229 231 235/var(--tw-border-opacity,1));
1049
1102
  }
1103
+ .noya-styles .border-indigo-100 {
1104
+ --tw-border-opacity:1;
1105
+ border-color: rgb(224 231 255/var(--tw-border-opacity,1));
1106
+ }
1107
+ .noya-styles .border-input-background {
1108
+ border-color: var(--n-input-background);
1109
+ }
1050
1110
  .noya-styles .border-primary {
1051
1111
  border-color: var(--n-primary);
1052
1112
  }
@@ -1056,6 +1116,9 @@
1056
1116
  .noya-styles .border-slider-border {
1057
1117
  border-color: var(--n-slider-border);
1058
1118
  }
1119
+ .noya-styles .border-toolbar-drawer-border {
1120
+ border-color: var(--n-toolbar-drawer-border);
1121
+ }
1059
1122
  .noya-styles .border-transparent {
1060
1123
  border-color: transparent;
1061
1124
  }
@@ -1063,6 +1126,9 @@
1063
1126
  border-top-color: transparent;
1064
1127
  border-bottom-color: transparent;
1065
1128
  }
1129
+ .noya-styles .border-b-transparent {
1130
+ border-bottom-color: transparent;
1131
+ }
1066
1132
  .noya-styles .bg-\[rgb\(255\,219\,219\)\] {
1067
1133
  --tw-bg-opacity:1;
1068
1134
  background-color: rgb(255 219 219/var(--tw-bg-opacity,1));
@@ -1112,6 +1178,10 @@
1112
1178
  .noya-styles .bg-floating-button {
1113
1179
  background-color: var(--n-floating-button);
1114
1180
  }
1181
+ .noya-styles .bg-indigo-50 {
1182
+ --tw-bg-opacity:1;
1183
+ background-color: rgb(238 242 255/var(--tw-bg-opacity,1));
1184
+ }
1115
1185
  .noya-styles .bg-input-background {
1116
1186
  background-color: var(--n-input-background);
1117
1187
  }
@@ -1160,6 +1230,9 @@
1160
1230
  .noya-styles .bg-text {
1161
1231
  background-color: var(--n-text);
1162
1232
  }
1233
+ .noya-styles .bg-toolbar-drawer-background {
1234
+ background-color: var(--n-toolbar-drawer-background);
1235
+ }
1163
1236
  .noya-styles .bg-transparent {
1164
1237
  background-color: transparent;
1165
1238
  }
@@ -1221,6 +1294,9 @@
1221
1294
  .noya-styles .p-3 {
1222
1295
  padding: .75rem;
1223
1296
  }
1297
+ .noya-styles .p-4 {
1298
+ padding: 1rem;
1299
+ }
1224
1300
  .noya-styles .p-5 {
1225
1301
  padding: 1.25rem;
1226
1302
  }
@@ -1317,6 +1393,10 @@
1317
1393
  padding-top: .75rem;
1318
1394
  padding-bottom: .75rem;
1319
1395
  }
1396
+ .noya-styles .py-4 {
1397
+ padding-top: 1rem;
1398
+ padding-bottom: 1rem;
1399
+ }
1320
1400
  .noya-styles .py-\[1px\] {
1321
1401
  padding-top: 1px;
1322
1402
  padding-bottom: 1px;
@@ -1340,9 +1420,6 @@
1340
1420
  .noya-styles .pr-1\.5 {
1341
1421
  padding-right: .375rem;
1342
1422
  }
1343
- .noya-styles .pr-2\.5 {
1344
- padding-right: .625rem;
1345
- }
1346
1423
  .noya-styles .pr-4 {
1347
1424
  padding-right: 1rem;
1348
1425
  }
@@ -1355,6 +1432,9 @@
1355
1432
  .noya-styles .text-center {
1356
1433
  text-align: center;
1357
1434
  }
1435
+ .noya-styles .text-right {
1436
+ text-align: right;
1437
+ }
1358
1438
  .noya-styles .align-middle {
1359
1439
  vertical-align: middle;
1360
1440
  }
@@ -1506,6 +1586,13 @@
1506
1586
  .noya-styles .text-button-text-active {
1507
1587
  color: var(--n-button-text-active);
1508
1588
  }
1589
+ .noya-styles .text-cm-error {
1590
+ color: var(--n-cm-error);
1591
+ }
1592
+ .noya-styles .text-indigo-900 {
1593
+ --tw-text-opacity:1;
1594
+ color: rgb(49 46 129/var(--tw-text-opacity,1));
1595
+ }
1509
1596
  .noya-styles .text-inherit {
1510
1597
  color: inherit;
1511
1598
  }
@@ -1665,14 +1752,21 @@
1665
1752
  .noya-styles .outline-primary {
1666
1753
  outline-color: var(--n-primary);
1667
1754
  }
1668
- .noya-styles .ring-2 {
1755
+ .noya-styles .ring {
1669
1756
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1670
- --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1757
+ --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1758
+ }
1759
+ .noya-styles .ring,
1760
+ .noya-styles .ring-2 {
1671
1761
  box-shadow:
1672
1762
  var(--tw-ring-offset-shadow),
1673
1763
  var(--tw-ring-shadow),
1674
1764
  var(--tw-shadow,0 0 #0000);
1675
1765
  }
1766
+ .noya-styles .ring-2 {
1767
+ --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1768
+ --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1769
+ }
1676
1770
  .noya-styles .ring-inset {
1677
1771
  --tw-ring-inset:inset;
1678
1772
  }
@@ -1904,6 +1998,17 @@
1904
1998
  .focus\:ring-offset-\[1px\]:focus {
1905
1999
  --tw-ring-offset-width:1px;
1906
2000
  }
2001
+ .focus-visible\:ring-2:focus-visible {
2002
+ --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2003
+ --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2004
+ box-shadow:
2005
+ var(--tw-ring-offset-shadow),
2006
+ var(--tw-ring-shadow),
2007
+ var(--tw-shadow,0 0 #0000);
2008
+ }
2009
+ .focus-visible\:ring-primary:focus-visible {
2010
+ --tw-ring-color:var(--n-primary);
2011
+ }
1907
2012
  .active\:bg-active-background:active {
1908
2013
  background-color: var(--n-active-background);
1909
2014
  }
@@ -1919,6 +2024,9 @@
1919
2024
  .active\:bg-selected-list-item-background:active {
1920
2025
  background-color: var(--n-selected-list-item-background);
1921
2026
  }
2027
+ .active\:text-button-text-active:active {
2028
+ color: var(--n-button-text-active);
2029
+ }
1922
2030
  .active\:opacity-70:active {
1923
2031
  opacity: .7;
1924
2032
  }
@@ -1957,6 +2065,9 @@
1957
2065
  .aria-checked\:border-r-transparent[aria-checked=true] {
1958
2066
  border-right-color: transparent;
1959
2067
  }
2068
+ .aria-checked\:bg-button-background-active[aria-checked=true] {
2069
+ background-color: var(--n-button-background-active);
2070
+ }
1960
2071
  .aria-checked\:bg-primary[aria-checked=true] {
1961
2072
  background-color: var(--n-primary);
1962
2073
  }
@@ -1966,6 +2077,9 @@
1966
2077
  .aria-checked\:bg-segmented-control-item-active-background[aria-checked=true] {
1967
2078
  background-color: var(--n-segmented-control-item-active-background);
1968
2079
  }
2080
+ .aria-checked\:text-button-text-active[aria-checked=true] {
2081
+ color: var(--n-button-text-active);
2082
+ }
1969
2083
  .aria-checked\:text-primary[aria-checked=true] {
1970
2084
  color: var(--n-primary);
1971
2085
  }
@@ -2003,8 +2117,8 @@
2003
2117
  }
2004
2118
  }
2005
2119
  @media (min-width:640px) {
2006
- .sm\:max-w-sm {
2007
- max-width: 24rem;
2120
+ .sm\:\!max-w-sm {
2121
+ max-width: 24rem !important;
2008
2122
  }
2009
2123
  }
2010
2124
  .\[\&\:has\(\+\[aria-checked\=true\]\)\]\:border-r-transparent:has(+ [aria-checked=true]) {