@nonoun/native-app 0.2.1 → 0.2.2

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.
@@ -18,7 +18,6 @@
18
18
  :where(n-sidebar) {
19
19
  display: flex;
20
20
  height: 100dvh;
21
- user-select: none;
22
21
  }
23
22
 
24
23
  /* WHY: Reserve sidebar width before JS builds the DOM — prevents layout shift.
@@ -789,7 +788,6 @@
789
788
  scrollbar-width: none;
790
789
  background: var(--n-ground);
791
790
  border-radius: var(--n-radius);
792
- user-select: none;
793
791
  }
794
792
 
795
793
  :where(n-app-panel)[show-scrollbar] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nonoun/native-app",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Application layout and navigation components for @nonoun/native-ui",
5
5
  "license": "MIT",
6
6
  "type": "module",