@libs-ui/components-spinner 0.2.357-7 → 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 +1 -1
package/README.md CHANGED
@@ -205,11 +205,3 @@ type TYPE_SPINNER =
205
205
  ```
206
206
 
207
207
  ⚠️ **Giá trị `null`/`undefined` cho input**: Cả `type` và `size` đều có transform guard — nếu truyền vào `null` hay `undefined`, component tự fallback về giá trị mặc định (`'spin-absolute-blue'` và `'medium'`).
208
-
209
- ## Demo
210
-
211
- ```bash
212
- npx nx serve core-ui
213
- ```
214
-
215
- Truy cập: http://localhost:4500/components/spinner
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libs-ui/components-spinner",
3
- "version": "0.2.357-7",
3
+ "version": "0.2.357-9",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=18.0.0"
6
6
  },