@noya-app/noya-file-explorer 0.0.14 → 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.
package/.eslintrc.js CHANGED
@@ -1,11 +1,7 @@
1
1
  /** @type {import("eslint").Linter.Config} */
2
2
  module.exports = {
3
3
  root: true,
4
- extends: ["@repo/eslint-config/next.js"],
4
+ extends: ["@repo/eslint-config/library.js"],
5
5
  parser: "@typescript-eslint/parser",
6
- rules: {
7
- "no-unused-vars": "off",
8
- "no-redeclare": "off",
9
- },
10
6
  ignorePatterns: ["dist/"],
11
7
  };
@@ -8,17 +8,17 @@
8
8
  CLI Target: esnext
9
9
  CJS Build start
10
10
  ESM Build start
11
- CJS dist/index.css 46.68 KB
12
- CJS dist/index.js 78.38 KB
13
- CJS dist/index.css.map 72.16 KB
14
- CJS dist/index.js.map 132.91 KB
15
- CJS ⚡️ Build success in 90ms
16
- ESM dist/index.css 46.68 KB
17
- ESM dist/index.mjs 75.47 KB
18
- ESM dist/index.css.map 72.16 KB
19
- ESM dist/index.mjs.map 131.86 KB
20
- ESM ⚡️ Build success in 91ms
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 7568ms
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,30 @@
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
+
17
+ ## 0.0.15
18
+
19
+ ### Patch Changes
20
+
21
+ - 9a1770a: Update packages
22
+ - Updated dependencies [9a1770a]
23
+ - @noya-app/noya-designsystem@0.1.63
24
+ - @noya-app/react-utils@0.1.23
25
+ - @noya-app/noya-icons@0.1.11
26
+ - @noya-app/noya-multiplayer-react@0.1.62
27
+
3
28
  ## 0.0.14
4
29
 
5
30
  ### 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;
@@ -68,6 +72,7 @@
68
72
  --n-list-view-thumbnail-background:var(--n-input-background);
69
73
  --n-slider-thumb-background:#fff;
70
74
  --n-slider-border:#9698ac;
75
+ --n-slider-active-background:var(--n-primary-600);
71
76
  --n-mask:#0cc143;
72
77
  --n-transparent-checker:hsla(0,0%,100%,.8);
73
78
  --n-scrollbar:hsla(0,0%,78%,.8);
@@ -147,17 +152,20 @@
147
152
  --n-primary:var(--n-primary-500);
148
153
  --n-primary-light:var(--n-primary-300);
149
154
  --n-icon:var(--n-text-muted);
150
- --n-selected-list-item-background:var(--n-primary-900);
155
+ --n-selected-list-item-background:var(--n-primary-700);
151
156
  --n-selected-list-item-text:var(--n-primary-100);
152
- --n-selected-list-item-icon-background:var(--n-primary-900);
157
+ --n-selected-list-item-icon-background:var(--n-primary-800);
153
158
  --n-button-background:var(--n-input-background);
154
159
  --n-button-background-hover:var(--n-input-background-light);
155
- --n-button-background-active:var(--n-primary-900);
156
- --n-button-background-active-hover:var(--n-primary-800);
160
+ --n-button-background-active:var(--n-primary-700);
161
+ --n-button-background-active-hover:var(--n-primary-600);
157
162
  --n-button-text:var(--n-text);
158
163
  --n-button-text-active:var(--n-primary-100);
159
164
  --n-secondary-bright:#36fe91;
160
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);
161
169
  --n-canvas-background:#141317;
162
170
  --n-canvas-grid:rgba(0,0,0,.1);
163
171
  --n-sidebar-background:#222127;
@@ -169,6 +177,7 @@
169
177
  --n-list-view-thumbnail-background:var(--n-input-background);
170
178
  --n-slider-thumb-background:var(--n-input-background-light);
171
179
  --n-slider-border:var(--n-divider);
180
+ --n-slider-active-background:var(--n-primary-700);
172
181
  --n-segmented-control-item-active-text:var(--n-text);
173
182
  --n-segmented-control-item-active-background:var(--n-input-background-light);
174
183
  --n-mask:#66bb6a;
@@ -337,6 +346,9 @@
337
346
  .noya-styles .pointer-events-none {
338
347
  pointer-events: none;
339
348
  }
349
+ .noya-styles .pointer-events-auto {
350
+ pointer-events: auto;
351
+ }
340
352
  .noya-styles .visible {
341
353
  visibility: visible;
342
354
  }
@@ -371,6 +383,9 @@
371
383
  .noya-styles .bottom-0 {
372
384
  bottom: 0;
373
385
  }
386
+ .noya-styles .bottom-full {
387
+ bottom: 100%;
388
+ }
374
389
  .noya-styles .left-0 {
375
390
  left: 0;
376
391
  }
@@ -425,6 +440,9 @@
425
440
  .noya-styles .top-\[7px\] {
426
441
  top: 7px;
427
442
  }
443
+ .noya-styles .-z-10 {
444
+ z-index: -10;
445
+ }
428
446
  .noya-styles .z-20 {
429
447
  z-index: 20;
430
448
  }
@@ -474,10 +492,18 @@
474
492
  margin-left: .75rem;
475
493
  margin-right: .75rem;
476
494
  }
495
+ .noya-styles .mx-auto {
496
+ margin-left: auto;
497
+ margin-right: auto;
498
+ }
477
499
  .noya-styles .my-1 {
478
500
  margin-top: .25rem;
479
501
  margin-bottom: .25rem;
480
502
  }
503
+ .noya-styles .my-8 {
504
+ margin-top: 2rem;
505
+ margin-bottom: 2rem;
506
+ }
481
507
  .noya-styles .-mb-\[6px\] {
482
508
  margin-bottom: -6px;
483
509
  }
@@ -586,6 +612,9 @@
586
612
  .noya-styles .h-\[25px\] {
587
613
  height: 25px;
588
614
  }
615
+ .noya-styles .h-\[30px\] {
616
+ height: 30px;
617
+ }
589
618
  .noya-styles .h-\[3px\] {
590
619
  height: 3px;
591
620
  }
@@ -604,9 +633,15 @@
604
633
  .noya-styles .h-px {
605
634
  height: 1px;
606
635
  }
636
+ .noya-styles .max-h-\[500px\] {
637
+ max-height: 500px;
638
+ }
607
639
  .noya-styles .max-h-\[600px\] {
608
640
  max-height: 600px;
609
641
  }
642
+ .noya-styles .max-h-\[720px\] {
643
+ max-height: 720px;
644
+ }
610
645
  .noya-styles .max-h-\[85vh\] {
611
646
  max-height: 85vh;
612
647
  }
@@ -625,6 +660,9 @@
625
660
  .noya-styles .min-h-6 {
626
661
  min-height: 1.5rem;
627
662
  }
663
+ .noya-styles .min-h-\[15px\] {
664
+ min-height: 15px;
665
+ }
628
666
  .noya-styles .min-h-\[19px\] {
629
667
  min-height: 19px;
630
668
  }
@@ -640,6 +678,9 @@
640
678
  .noya-styles .w-0 {
641
679
  width: 0;
642
680
  }
681
+ .noya-styles .w-10 {
682
+ width: 2.5rem;
683
+ }
643
684
  .noya-styles .w-12 {
644
685
  width: 3rem;
645
686
  }
@@ -676,6 +717,15 @@
676
717
  .noya-styles .w-\[25px\] {
677
718
  width: 25px;
678
719
  }
720
+ .noya-styles .w-\[27px\] {
721
+ width: 27px;
722
+ }
723
+ .noya-styles .w-\[30px\] {
724
+ width: 30px;
725
+ }
726
+ .noya-styles .w-\[47px\] {
727
+ width: 47px;
728
+ }
679
729
  .noya-styles .w-\[50px\] {
680
730
  width: 50px;
681
731
  }
@@ -697,15 +747,18 @@
697
747
  .noya-styles .min-w-0 {
698
748
  min-width: 0;
699
749
  }
700
- .noya-styles .min-w-6 {
701
- min-width: 1.5rem;
702
- }
703
750
  .noya-styles .min-w-\[200px\] {
704
751
  min-width: 200px;
705
752
  }
753
+ .noya-styles .min-w-\[27px\] {
754
+ min-width: 27px;
755
+ }
706
756
  .noya-styles .min-w-\[31px\] {
707
757
  min-width: 31px;
708
758
  }
759
+ .noya-styles .min-w-input-height {
760
+ min-width: var(--n-input-height);
761
+ }
709
762
  .noya-styles .min-w-px {
710
763
  min-width: 1px;
711
764
  }
@@ -718,6 +771,10 @@
718
771
  .noya-styles .max-w-\[70\%\] {
719
772
  max-width: 70%;
720
773
  }
774
+ .noya-styles .max-w-fit {
775
+ max-width: -moz-fit-content;
776
+ max-width: fit-content;
777
+ }
721
778
  .noya-styles .max-w-full {
722
779
  max-width: 100%;
723
780
  }
@@ -852,9 +909,6 @@
852
909
  .noya-styles .resize-none {
853
910
  resize: none;
854
911
  }
855
- .noya-styles .resize {
856
- resize: both;
857
- }
858
912
  .noya-styles .list-none {
859
913
  list-style-type: none;
860
914
  }
@@ -946,6 +1000,9 @@
946
1000
  .noya-styles .overflow-y-auto {
947
1001
  overflow-y: auto;
948
1002
  }
1003
+ .noya-styles .overflow-x-hidden {
1004
+ overflow-x: hidden;
1005
+ }
949
1006
  .noya-styles .truncate {
950
1007
  overflow: hidden;
951
1008
  text-overflow: ellipsis;
@@ -966,9 +1023,6 @@
966
1023
  .noya-styles .rounded-\[2px\] {
967
1024
  border-radius: 2px;
968
1025
  }
969
- .noya-styles .rounded-\[3px\] {
970
- border-radius: 3px;
971
- }
972
1026
  .noya-styles .rounded-\[50\%\] {
973
1027
  border-radius: 50%;
974
1028
  }
@@ -995,6 +1049,10 @@
995
1049
  border-top-right-radius: .25rem;
996
1050
  border-bottom-right-radius: .25rem;
997
1051
  }
1052
+ .noya-styles .rounded-t-lg {
1053
+ border-top-left-radius: .5rem;
1054
+ border-top-right-radius: .5rem;
1055
+ }
998
1056
  .noya-styles .border {
999
1057
  border-width: 1px;
1000
1058
  }
@@ -1042,6 +1100,13 @@
1042
1100
  --tw-border-opacity:1;
1043
1101
  border-color: rgb(229 231 235/var(--tw-border-opacity,1));
1044
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
+ }
1045
1110
  .noya-styles .border-primary {
1046
1111
  border-color: var(--n-primary);
1047
1112
  }
@@ -1051,6 +1116,9 @@
1051
1116
  .noya-styles .border-slider-border {
1052
1117
  border-color: var(--n-slider-border);
1053
1118
  }
1119
+ .noya-styles .border-toolbar-drawer-border {
1120
+ border-color: var(--n-toolbar-drawer-border);
1121
+ }
1054
1122
  .noya-styles .border-transparent {
1055
1123
  border-color: transparent;
1056
1124
  }
@@ -1058,9 +1126,8 @@
1058
1126
  border-top-color: transparent;
1059
1127
  border-bottom-color: transparent;
1060
1128
  }
1061
- .noya-styles .bg-\[\#0ab557\] {
1062
- --tw-bg-opacity:1;
1063
- background-color: rgb(10 181 87/var(--tw-bg-opacity,1));
1129
+ .noya-styles .border-b-transparent {
1130
+ border-bottom-color: transparent;
1064
1131
  }
1065
1132
  .noya-styles .bg-\[rgb\(255\,219\,219\)\] {
1066
1133
  --tw-bg-opacity:1;
@@ -1111,6 +1178,10 @@
1111
1178
  .noya-styles .bg-floating-button {
1112
1179
  background-color: var(--n-floating-button);
1113
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
+ }
1114
1185
  .noya-styles .bg-input-background {
1115
1186
  background-color: var(--n-input-background);
1116
1187
  }
@@ -1150,12 +1221,18 @@
1150
1221
  .noya-styles .bg-sidebar-background {
1151
1222
  background-color: var(--n-sidebar-background);
1152
1223
  }
1224
+ .noya-styles .bg-slider-active-background {
1225
+ background-color: var(--n-slider-active-background);
1226
+ }
1153
1227
  .noya-styles .bg-slider-thumb-background {
1154
1228
  background-color: var(--n-slider-thumb-background);
1155
1229
  }
1156
1230
  .noya-styles .bg-text {
1157
1231
  background-color: var(--n-text);
1158
1232
  }
1233
+ .noya-styles .bg-toolbar-drawer-background {
1234
+ background-color: var(--n-toolbar-drawer-background);
1235
+ }
1159
1236
  .noya-styles .bg-transparent {
1160
1237
  background-color: transparent;
1161
1238
  }
@@ -1217,6 +1294,9 @@
1217
1294
  .noya-styles .p-3 {
1218
1295
  padding: .75rem;
1219
1296
  }
1297
+ .noya-styles .p-4 {
1298
+ padding: 1rem;
1299
+ }
1220
1300
  .noya-styles .p-5 {
1221
1301
  padding: 1.25rem;
1222
1302
  }
@@ -1285,10 +1365,6 @@
1285
1365
  padding-left: 6px;
1286
1366
  padding-right: 6px;
1287
1367
  }
1288
- .noya-styles .px-medium {
1289
- padding-left: 16px;
1290
- padding-right: 16px;
1291
- }
1292
1368
  .noya-styles .py-0 {
1293
1369
  padding-top: 0;
1294
1370
  padding-bottom: 0;
@@ -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;
@@ -1325,10 +1405,6 @@
1325
1405
  padding-top: 2px;
1326
1406
  padding-bottom: 2px;
1327
1407
  }
1328
- .noya-styles .py-small {
1329
- padding-top: 8px;
1330
- padding-bottom: 8px;
1331
- }
1332
1408
  .noya-styles .\!pr-9 {
1333
1409
  padding-right: 2.25rem !important;
1334
1410
  }
@@ -1344,9 +1420,6 @@
1344
1420
  .noya-styles .pr-1\.5 {
1345
1421
  padding-right: .375rem;
1346
1422
  }
1347
- .noya-styles .pr-2\.5 {
1348
- padding-right: .625rem;
1349
- }
1350
1423
  .noya-styles .pr-4 {
1351
1424
  padding-right: 1rem;
1352
1425
  }
@@ -1359,6 +1432,9 @@
1359
1432
  .noya-styles .text-center {
1360
1433
  text-align: center;
1361
1434
  }
1435
+ .noya-styles .text-right {
1436
+ text-align: right;
1437
+ }
1362
1438
  .noya-styles .align-middle {
1363
1439
  vertical-align: middle;
1364
1440
  }
@@ -1510,6 +1586,13 @@
1510
1586
  .noya-styles .text-button-text-active {
1511
1587
  color: var(--n-button-text-active);
1512
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
+ }
1513
1596
  .noya-styles .text-inherit {
1514
1597
  color: inherit;
1515
1598
  }
@@ -1638,11 +1721,18 @@
1638
1721
  .noya-styles .shadow-sm {
1639
1722
  --tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);
1640
1723
  --tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);
1724
+ }
1725
+ .noya-styles .shadow-sm,
1726
+ .noya-styles .shadow-tooltip {
1641
1727
  box-shadow:
1642
1728
  var(--tw-ring-offset-shadow,0 0 #0000),
1643
1729
  var(--tw-ring-shadow,0 0 #0000),
1644
1730
  var(--tw-shadow);
1645
1731
  }
1732
+ .noya-styles .shadow-tooltip {
1733
+ --tw-shadow:0 1px 2px rgba(0,0,0,.2),0 2px 4px rgba(0,0,0,.1);
1734
+ --tw-shadow-colored:0 1px 2px var(--tw-shadow-color),0 2px 4px var(--tw-shadow-color);
1735
+ }
1646
1736
  .noya-styles .outline-none {
1647
1737
  outline: 2px solid transparent;
1648
1738
  outline-offset: 2px;
@@ -1659,14 +1749,24 @@
1659
1749
  .noya-styles .outline-background {
1660
1750
  outline-color: var(--n-background);
1661
1751
  }
1662
- .noya-styles .ring-2 {
1752
+ .noya-styles .outline-primary {
1753
+ outline-color: var(--n-primary);
1754
+ }
1755
+ .noya-styles .ring {
1663
1756
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1664
- --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 {
1665
1761
  box-shadow:
1666
1762
  var(--tw-ring-offset-shadow),
1667
1763
  var(--tw-ring-shadow),
1668
1764
  var(--tw-shadow,0 0 #0000);
1669
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
+ }
1670
1770
  .noya-styles .ring-inset {
1671
1771
  --tw-ring-inset:inset;
1672
1772
  }
@@ -1841,6 +1941,9 @@
1841
1941
  var(--tw-ring-shadow,0 0 #0000),
1842
1942
  var(--tw-shadow);
1843
1943
  }
1944
+ .hover\:outline-2:hover {
1945
+ outline-width: 2px;
1946
+ }
1844
1947
  .focus\:z-interactable:focus {
1845
1948
  z-index: var(--n-interactable-z-index);
1846
1949
  }
@@ -1862,6 +1965,12 @@
1862
1965
  outline: 2px solid transparent;
1863
1966
  outline-offset: 2px;
1864
1967
  }
1968
+ .focus\:outline:focus {
1969
+ outline-style: solid;
1970
+ }
1971
+ .focus\:outline-1:focus {
1972
+ outline-width: 1px;
1973
+ }
1865
1974
  .focus\:outline-2:focus {
1866
1975
  outline-width: 2px;
1867
1976
  }
@@ -1889,6 +1998,17 @@
1889
1998
  .focus\:ring-offset-\[1px\]:focus {
1890
1999
  --tw-ring-offset-width:1px;
1891
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
+ }
1892
2012
  .active\:bg-active-background:active {
1893
2013
  background-color: var(--n-active-background);
1894
2014
  }
@@ -1904,6 +2024,9 @@
1904
2024
  .active\:bg-selected-list-item-background:active {
1905
2025
  background-color: var(--n-selected-list-item-background);
1906
2026
  }
2027
+ .active\:text-button-text-active:active {
2028
+ color: var(--n-button-text-active);
2029
+ }
1907
2030
  .active\:opacity-70:active {
1908
2031
  opacity: .7;
1909
2032
  }
@@ -1919,7 +2042,7 @@
1919
2042
  .group:hover .group-hover\:flex {
1920
2043
  display: flex;
1921
2044
  }
1922
- .group:focus .group-focus\:ring-2 {
2045
+ .group:focus-visible .group-focus-visible\:ring-2 {
1923
2046
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1924
2047
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1925
2048
  box-shadow:
@@ -1927,10 +2050,10 @@
1927
2050
  var(--tw-ring-shadow),
1928
2051
  var(--tw-shadow,0 0 #0000);
1929
2052
  }
1930
- .group:focus .group-focus\:ring-primary-pastel {
2053
+ .group:focus-visible .group-focus-visible\:ring-primary-pastel {
1931
2054
  --tw-ring-color:var(--n-primary-pastel);
1932
2055
  }
1933
- .group:focus .group-focus\:ring-offset-2 {
2056
+ .group:focus-visible .group-focus-visible\:ring-offset-2 {
1934
2057
  --tw-ring-offset-width:2px;
1935
2058
  }
1936
2059
  .peer:checked ~ .peer-checked\:opacity-100 {
@@ -1942,6 +2065,9 @@
1942
2065
  .aria-checked\:border-r-transparent[aria-checked=true] {
1943
2066
  border-right-color: transparent;
1944
2067
  }
2068
+ .aria-checked\:bg-button-background-active[aria-checked=true] {
2069
+ background-color: var(--n-button-background-active);
2070
+ }
1945
2071
  .aria-checked\:bg-primary[aria-checked=true] {
1946
2072
  background-color: var(--n-primary);
1947
2073
  }
@@ -1951,6 +2077,9 @@
1951
2077
  .aria-checked\:bg-segmented-control-item-active-background[aria-checked=true] {
1952
2078
  background-color: var(--n-segmented-control-item-active-background);
1953
2079
  }
2080
+ .aria-checked\:text-button-text-active[aria-checked=true] {
2081
+ color: var(--n-button-text-active);
2082
+ }
1954
2083
  .aria-checked\:text-primary[aria-checked=true] {
1955
2084
  color: var(--n-primary);
1956
2085
  }
@@ -1988,13 +2117,16 @@
1988
2117
  }
1989
2118
  }
1990
2119
  @media (min-width:640px) {
1991
- .sm\:max-w-sm {
1992
- max-width: 24rem;
2120
+ .sm\:\!max-w-sm {
2121
+ max-width: 24rem !important;
1993
2122
  }
1994
2123
  }
1995
2124
  .\[\&\:has\(\+\[aria-checked\=true\]\)\]\:border-r-transparent:has(+ [aria-checked=true]) {
1996
2125
  border-right-color: transparent;
1997
2126
  }
2127
+ .\[\&\:not\(\:has\(\[data-editor-selectable-block\]\:hover\)\)\]\:hover\:outline:hover:not(:has([data-editor-selectable-block]:hover)) {
2128
+ outline-style: solid;
2129
+ }
1998
2130
  .\[\&\>\*\]\:pointer-events-none > * {
1999
2131
  pointer-events: none;
2000
2132
  }