@mihcm/ai-ui 0.15.1 → 0.16.1
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 +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -6,9 +6,9 @@ This package is the only approved path for rendering model-generated UI. It keep
|
|
|
6
6
|
|
|
7
7
|
## Current release
|
|
8
8
|
|
|
9
|
-
Current published version: **0.
|
|
9
|
+
Current published version: **0.16.0**.
|
|
10
10
|
|
|
11
|
-
This release
|
|
11
|
+
This release tracks `@mihcm/ui@0.16.0`. Descriptor validation and the renderer allowlist remain unchanged; the package stays aligned with the current UI surface (including the rebuilt sonner-backed `Toast` and the polished `MainSidebar` with whitelabel `colorScheme` support) and its dependency train.
|
|
12
12
|
|
|
13
13
|
## Install
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mihcm/ai-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.1",
|
|
4
4
|
"description": "Zod-typed component descriptors + safe renderer for AI-generated UI. Universal across React, Next.js, and React Native.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"zod": "^4.4.3",
|
|
40
|
-
"@mihcm/ui": "0.
|
|
40
|
+
"@mihcm/ui": "0.16.1"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": ">=19.0.0"
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"eslint": "10.4.0",
|
|
48
48
|
"react": "19.2.6",
|
|
49
49
|
"typescript": "^6.0.3",
|
|
50
|
-
"@mihcm/eslint-config": "0.1.
|
|
50
|
+
"@mihcm/eslint-config": "0.1.4"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|
|
53
53
|
"build": "tsc -p tsconfig.json",
|