@promise-inc/ui-states 0.1.1 → 0.1.3
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/README.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -160,6 +160,14 @@ Cache is stored in `sessionStorage` and auto-invalidates when:
|
|
|
160
160
|
4. The **Skeleton Renderer** renders the tree as `div` elements with Tailwind classes (`animate-pulse`, `bg-neutral-200/60`)
|
|
161
161
|
5. When loading ends, the skeleton is removed and real children are shown
|
|
162
162
|
|
|
163
|
+
## Also by Promise Inc.
|
|
164
|
+
|
|
165
|
+
| Package | Description |
|
|
166
|
+
|---------|-------------|
|
|
167
|
+
| [`@promise-inc/fs-guard`](https://www.npmjs.com/package/@promise-inc/fs-guard) | Validate project folder and file structure |
|
|
168
|
+
| [`@promise-inc/devlog`](https://www.npmjs.com/package/@promise-inc/devlog) | Logger with automatic context |
|
|
169
|
+
| [`@promise-inc/ai-guard`](https://www.npmjs.com/package/@promise-inc/ai-guard) | Detect AI-generated code patterns |
|
|
170
|
+
|
|
163
171
|
## License
|
|
164
172
|
|
|
165
173
|
MIT
|