@tutti-os/ui-system 0.0.260 → 0.0.262
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 +1 -1
- package/dist/metadata/index.js +1 -1
- package/dist/metadata/index.js.map +1 -1
- package/dist/native.js +10 -2
- package/dist/native.js.map +1 -1
- package/package.json +1 -1
- package/ui-system.md +6 -4
|
@@ -3504,7 +3504,7 @@
|
|
|
3504
3504
|
"status": "experimental",
|
|
3505
3505
|
"source": "src/native/sheet.tsx",
|
|
3506
3506
|
"propsType": "NativeSheetProps",
|
|
3507
|
-
"description": "Controlled compact sheet backed by React Native Modal with a token-backed scrim and panel.",
|
|
3507
|
+
"description": "Controlled keyboard-avoiding compact sheet backed by React Native Modal with a token-backed scrim and panel.",
|
|
3508
3508
|
"useCases": ["Row actions", "Confirmation flows", "Compact forms"],
|
|
3509
3509
|
"migrationHints": [
|
|
3510
3510
|
"Provide a localized closeAccessibilityLabel and replace a single snapPoints value with height; keep multi-snap sheets app-owned."
|
package/dist/metadata/index.js
CHANGED
|
@@ -3505,7 +3505,7 @@ var components_default = {
|
|
|
3505
3505
|
status: "experimental",
|
|
3506
3506
|
source: "src/native/sheet.tsx",
|
|
3507
3507
|
propsType: "NativeSheetProps",
|
|
3508
|
-
description: "Controlled compact sheet backed by React Native Modal with a token-backed scrim and panel.",
|
|
3508
|
+
description: "Controlled keyboard-avoiding compact sheet backed by React Native Modal with a token-backed scrim and panel.",
|
|
3509
3509
|
useCases: ["Row actions", "Confirmation flows", "Compact forms"],
|
|
3510
3510
|
migrationHints: [
|
|
3511
3511
|
"Provide a localized closeAccessibilityLabel and replace a single snapPoints value with height; keep multi-snap sheets app-owned."
|