@tutti-os/ui-system 0.0.322 → 0.0.324
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/{chunk-YSDCTWIA.js → chunk-KKRH7LL6.js} +9 -1
- package/dist/chunk-KKRH7LL6.js.map +1 -0
- package/dist/{chunk-E5CACAWB.js → chunk-SM2YFZCC.js} +2 -2
- package/dist/components/index.js +2 -2
- package/dist/icons/index.d.ts +3 -1
- package/dist/icons/index.js +7 -3
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7 -3
- package/dist/metadata/components.json +49 -0
- package/dist/metadata/index.js +49 -0
- package/dist/metadata/index.js.map +1 -1
- package/dist/native.d.ts +15 -1
- package/dist/native.js +268 -23
- package/dist/native.js.map +1 -1
- package/package.json +1 -1
- package/ui-system.md +6 -0
- package/dist/chunk-YSDCTWIA.js.map +0 -1
- /package/dist/{chunk-E5CACAWB.js.map → chunk-SM2YFZCC.js.map} +0 -0
package/dist/metadata/index.js
CHANGED
|
@@ -1861,6 +1861,34 @@ var components_default = {
|
|
|
1861
1861
|
migrationHints: [],
|
|
1862
1862
|
iconVariant: "lined"
|
|
1863
1863
|
},
|
|
1864
|
+
{
|
|
1865
|
+
id: "worktree-lined-icon",
|
|
1866
|
+
layer: "base",
|
|
1867
|
+
name: "WorktreeLinedIcon",
|
|
1868
|
+
export: "WorktreeLinedIcon",
|
|
1869
|
+
from: "@tutti-os/ui-system/icons",
|
|
1870
|
+
category: "icon",
|
|
1871
|
+
status: "stable",
|
|
1872
|
+
source: "src/icons/system-icons.tsx",
|
|
1873
|
+
description: "System icon for an isolated Git worktree.",
|
|
1874
|
+
useCases: ["Worktree launch controls", "Worktree session indicators"],
|
|
1875
|
+
migrationHints: [],
|
|
1876
|
+
iconVariant: "lined"
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
id: "local-computer-lined-icon",
|
|
1880
|
+
layer: "base",
|
|
1881
|
+
name: "LocalComputerLinedIcon",
|
|
1882
|
+
export: "LocalComputerLinedIcon",
|
|
1883
|
+
from: "@tutti-os/ui-system/icons",
|
|
1884
|
+
category: "icon",
|
|
1885
|
+
status: "stable",
|
|
1886
|
+
source: "src/icons/system-icons.tsx",
|
|
1887
|
+
description: "System icon for work performed in the local project directory.",
|
|
1888
|
+
useCases: ["Local launch controls", "Local processing indicators"],
|
|
1889
|
+
migrationHints: [],
|
|
1890
|
+
iconVariant: "lined"
|
|
1891
|
+
},
|
|
1864
1892
|
{
|
|
1865
1893
|
id: "folder-lined-icon",
|
|
1866
1894
|
layer: "base",
|
|
@@ -3534,6 +3562,27 @@ var components_default = {
|
|
|
3534
3562
|
migrationHints: [],
|
|
3535
3563
|
nativePreview: true
|
|
3536
3564
|
},
|
|
3565
|
+
{
|
|
3566
|
+
id: "native-control-glyph",
|
|
3567
|
+
layer: "base",
|
|
3568
|
+
name: "NativeControlGlyph",
|
|
3569
|
+
export: "NativeControlGlyph",
|
|
3570
|
+
from: "@tutti-os/ui-system/native",
|
|
3571
|
+
category: "icon",
|
|
3572
|
+
status: "experimental",
|
|
3573
|
+
source: "src/native/control-glyph.tsx",
|
|
3574
|
+
propsType: "NativeControlGlyphProps",
|
|
3575
|
+
description: "Decorative add, back, chevron, send, status, and stop glyph variants for React Native controls.",
|
|
3576
|
+
useCases: [
|
|
3577
|
+
"Native icon buttons",
|
|
3578
|
+
"Disclosure affordances",
|
|
3579
|
+
"Compact status indicators"
|
|
3580
|
+
],
|
|
3581
|
+
migrationHints: [
|
|
3582
|
+
"Keep the glyph decorative and provide the localized accessible name on its owning control."
|
|
3583
|
+
],
|
|
3584
|
+
nativePreview: true
|
|
3585
|
+
},
|
|
3537
3586
|
{
|
|
3538
3587
|
id: "native-progress-bar",
|
|
3539
3588
|
layer: "base",
|