@libs-ui/components-scroll-overlay 0.2.357-8 → 0.2.357-9

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.
Files changed (2) hide show
  1. package/README.md +0 -8
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -381,11 +381,3 @@ Mỗi instance directive tự inject CSS variables lên container div để khô
381
381
  ⚠️ **scrollX/scrollY: 'hidden'**: Khi đặt cả hai thành `'hidden'`, host element sẽ có class `overflow-hidden`, ngăn mọi scroll. Chỉ dùng khi thực sự muốn block scroll hoàn toàn.
382
382
 
383
383
  ⚠️ **Không dùng với `overflow: visible`**: Directive yêu cầu host element có thể scroll (overflow có giá trị). Nếu element không có nội dung tràn, scrollbar sẽ không hiển thị (ẩn tự động theo `display: none`).
384
-
385
- ## Demo
386
-
387
- ```bash
388
- npx nx serve core-ui
389
- ```
390
-
391
- Truy cập: `http://localhost:4500/components/scroll-overlay`
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@libs-ui/components-scroll-overlay",
3
- "version": "0.2.357-8",
3
+ "version": "0.2.357-9",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=18.0.0",
6
- "@libs-ui/utils": "0.2.357-8",
6
+ "@libs-ui/utils": "0.2.357-9",
7
7
  "rxjs": "~7.8.0"
8
8
  },
9
9
  "sideEffects": false,