@tutti-os/ui-system 0.0.268 → 0.0.269
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/dist/metadata/components.json +17 -0
- package/dist/metadata/index.js +17 -0
- package/dist/metadata/index.js.map +1 -1
- package/dist/native.d.ts +14 -2
- package/dist/native.js +150 -44
- package/dist/native.js.map +1 -1
- package/package.json +1 -1
- package/ui-system.md +5 -0
|
@@ -3445,6 +3445,23 @@
|
|
|
3445
3445
|
"useCases": ["Native renderer roots", "Product theme preferences"],
|
|
3446
3446
|
"migrationHints": []
|
|
3447
3447
|
},
|
|
3448
|
+
{
|
|
3449
|
+
"id": "native-avatar",
|
|
3450
|
+
"layer": "base",
|
|
3451
|
+
"name": "NativeAvatar",
|
|
3452
|
+
"export": "NativeAvatar",
|
|
3453
|
+
"from": "@tutti-os/ui-system/native",
|
|
3454
|
+
"category": "primitive",
|
|
3455
|
+
"status": "experimental",
|
|
3456
|
+
"source": "src/native/avatar.tsx",
|
|
3457
|
+
"propsType": "NativeAvatarProps",
|
|
3458
|
+
"description": "Token-backed decorative identity image for React Native with loading and broken-image fallback states.",
|
|
3459
|
+
"useCases": ["People and account identity", "Compact identity surfaces"],
|
|
3460
|
+
"migrationHints": [
|
|
3461
|
+
"Pass a stable label even when src is available so unavailable images have a meaningful initial fallback."
|
|
3462
|
+
],
|
|
3463
|
+
"nativePreview": true
|
|
3464
|
+
},
|
|
3448
3465
|
{
|
|
3449
3466
|
"id": "native-button",
|
|
3450
3467
|
"layer": "base",
|
package/dist/metadata/index.js
CHANGED
|
@@ -3446,6 +3446,23 @@ var components_default = {
|
|
|
3446
3446
|
useCases: ["Native renderer roots", "Product theme preferences"],
|
|
3447
3447
|
migrationHints: []
|
|
3448
3448
|
},
|
|
3449
|
+
{
|
|
3450
|
+
id: "native-avatar",
|
|
3451
|
+
layer: "base",
|
|
3452
|
+
name: "NativeAvatar",
|
|
3453
|
+
export: "NativeAvatar",
|
|
3454
|
+
from: "@tutti-os/ui-system/native",
|
|
3455
|
+
category: "primitive",
|
|
3456
|
+
status: "experimental",
|
|
3457
|
+
source: "src/native/avatar.tsx",
|
|
3458
|
+
propsType: "NativeAvatarProps",
|
|
3459
|
+
description: "Token-backed decorative identity image for React Native with loading and broken-image fallback states.",
|
|
3460
|
+
useCases: ["People and account identity", "Compact identity surfaces"],
|
|
3461
|
+
migrationHints: [
|
|
3462
|
+
"Pass a stable label even when src is available so unavailable images have a meaningful initial fallback."
|
|
3463
|
+
],
|
|
3464
|
+
nativePreview: true
|
|
3465
|
+
},
|
|
3449
3466
|
{
|
|
3450
3467
|
id: "native-button",
|
|
3451
3468
|
layer: "base",
|