@tutti-os/ui-system 0.0.236 → 0.0.237
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 +4 -2
- package/dist/metadata/index.js +4 -2
- package/dist/metadata/index.js.map +1 -1
- package/dist/native.d.ts +6 -6
- package/dist/native.js +61 -27
- package/dist/native.js.map +1 -1
- package/package.json +1 -6
- package/ui-system.md +10 -7
|
@@ -3476,9 +3476,11 @@
|
|
|
3476
3476
|
"status": "experimental",
|
|
3477
3477
|
"source": "src/native/sheet.tsx",
|
|
3478
3478
|
"propsType": "NativeSheetProps",
|
|
3479
|
-
"description": "Controlled
|
|
3479
|
+
"description": "Controlled compact sheet backed by React Native Modal with a token-backed scrim and panel.",
|
|
3480
3480
|
"useCases": ["Row actions", "Confirmation flows", "Compact forms"],
|
|
3481
|
-
"migrationHints": [
|
|
3481
|
+
"migrationHints": [
|
|
3482
|
+
"Provide a localized closeAccessibilityLabel and replace a single snapPoints value with height; keep multi-snap sheets app-owned."
|
|
3483
|
+
],
|
|
3482
3484
|
"nativePreview": true
|
|
3483
3485
|
},
|
|
3484
3486
|
{
|
package/dist/metadata/index.js
CHANGED
|
@@ -3477,9 +3477,11 @@ var components_default = {
|
|
|
3477
3477
|
status: "experimental",
|
|
3478
3478
|
source: "src/native/sheet.tsx",
|
|
3479
3479
|
propsType: "NativeSheetProps",
|
|
3480
|
-
description: "Controlled
|
|
3480
|
+
description: "Controlled compact sheet backed by React Native Modal with a token-backed scrim and panel.",
|
|
3481
3481
|
useCases: ["Row actions", "Confirmation flows", "Compact forms"],
|
|
3482
|
-
migrationHints: [
|
|
3482
|
+
migrationHints: [
|
|
3483
|
+
"Provide a localized closeAccessibilityLabel and replace a single snapPoints value with height; keep multi-snap sheets app-owned."
|
|
3484
|
+
],
|
|
3483
3485
|
nativePreview: true
|
|
3484
3486
|
},
|
|
3485
3487
|
{
|