@tutti-os/ui-system 0.0.323 → 0.0.325

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.
@@ -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",