@tutti-os/ui-system 0.0.321 → 0.0.322
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 +10 -1
- package/dist/native.js +63 -9
- package/dist/native.js.map +1 -1
- package/package.json +1 -1
- package/ui-system.md +5 -0
|
@@ -3533,6 +3533,23 @@
|
|
|
3533
3533
|
"migrationHints": [],
|
|
3534
3534
|
"nativePreview": true
|
|
3535
3535
|
},
|
|
3536
|
+
{
|
|
3537
|
+
"id": "native-progress-bar",
|
|
3538
|
+
"layer": "base",
|
|
3539
|
+
"name": "NativeProgressBar",
|
|
3540
|
+
"export": "NativeProgressBar",
|
|
3541
|
+
"from": "@tutti-os/ui-system/native",
|
|
3542
|
+
"category": "primitive",
|
|
3543
|
+
"status": "experimental",
|
|
3544
|
+
"source": "src/native/progress-bar.tsx",
|
|
3545
|
+
"propsType": "NativeProgressBarProps",
|
|
3546
|
+
"description": "Token-backed determinate or indeterminate progress indicator for React Native renderers.",
|
|
3547
|
+
"useCases": ["Downloads and transfers", "Long-running Native tasks"],
|
|
3548
|
+
"migrationHints": [
|
|
3549
|
+
"Provide a localized accessibility label and pass null when total progress is unknown."
|
|
3550
|
+
],
|
|
3551
|
+
"nativePreview": true
|
|
3552
|
+
},
|
|
3536
3553
|
{
|
|
3537
3554
|
"id": "native-list-row",
|
|
3538
3555
|
"layer": "base",
|
package/dist/metadata/index.js
CHANGED
|
@@ -3534,6 +3534,23 @@ var components_default = {
|
|
|
3534
3534
|
migrationHints: [],
|
|
3535
3535
|
nativePreview: true
|
|
3536
3536
|
},
|
|
3537
|
+
{
|
|
3538
|
+
id: "native-progress-bar",
|
|
3539
|
+
layer: "base",
|
|
3540
|
+
name: "NativeProgressBar",
|
|
3541
|
+
export: "NativeProgressBar",
|
|
3542
|
+
from: "@tutti-os/ui-system/native",
|
|
3543
|
+
category: "primitive",
|
|
3544
|
+
status: "experimental",
|
|
3545
|
+
source: "src/native/progress-bar.tsx",
|
|
3546
|
+
propsType: "NativeProgressBarProps",
|
|
3547
|
+
description: "Token-backed determinate or indeterminate progress indicator for React Native renderers.",
|
|
3548
|
+
useCases: ["Downloads and transfers", "Long-running Native tasks"],
|
|
3549
|
+
migrationHints: [
|
|
3550
|
+
"Provide a localized accessibility label and pass null when total progress is unknown."
|
|
3551
|
+
],
|
|
3552
|
+
nativePreview: true
|
|
3553
|
+
},
|
|
3537
3554
|
{
|
|
3538
3555
|
id: "native-list-row",
|
|
3539
3556
|
layer: "base",
|