@nextop-os/ui-system 0.0.26 → 0.0.27

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.
@@ -506,6 +506,24 @@
506
506
  "migrationHints": [],
507
507
  "storyboard": true
508
508
  },
509
+ {
510
+ "id": "mention-pill",
511
+ "layer": "base",
512
+ "name": "MentionPill",
513
+ "export": "MentionPill",
514
+ "from": "@nextop-os/ui-system/components",
515
+ "category": "primitive",
516
+ "status": "stable",
517
+ "source": "src/components/mention-pill/index.tsx",
518
+ "description": "Inline rich-text mention token for issue, session, and file references.",
519
+ "useCases": [
520
+ "Rich text mentions",
521
+ "Reference chips",
522
+ "Inline file references"
523
+ ],
524
+ "migrationHints": [],
525
+ "storyboard": true
526
+ },
509
527
  {
510
528
  "id": "resizable-panel-group",
511
529
  "layer": "base",
@@ -1720,7 +1738,7 @@
1720
1738
  "iconVariant": "filled"
1721
1739
  },
1722
1740
  {
1723
- "id": "file-create-filled-icon",
1741
+ "id": "create-filled-icon",
1724
1742
  "layer": "base",
1725
1743
  "name": "FileCreateIcon",
1726
1744
  "export": "FileCreateIcon",
@@ -1761,20 +1779,6 @@
1761
1779
  "migrationHints": [],
1762
1780
  "iconVariant": "lined"
1763
1781
  },
1764
- {
1765
- "id": "chevron-right-lined-icon",
1766
- "layer": "base",
1767
- "name": "ChevronRightIcon",
1768
- "export": "ChevronRightIcon",
1769
- "from": "@nextop-os/ui-system/icons",
1770
- "category": "icon",
1771
- "status": "stable",
1772
- "source": "src/icons/system-icons.tsx",
1773
- "description": "System icon for rightward disclosure or nested navigation.",
1774
- "useCases": ["Disclosure controls", "Nested menu triggers"],
1775
- "migrationHints": [],
1776
- "iconVariant": "lined"
1777
- },
1778
1782
  {
1779
1783
  "id": "edit-lined-icon",
1780
1784
  "layer": "base",
@@ -1790,16 +1794,16 @@
1790
1794
  "iconVariant": "lined"
1791
1795
  },
1792
1796
  {
1793
- "id": "layout-grid-lined-icon",
1797
+ "id": "nav-applications-lined-icon",
1794
1798
  "layer": "base",
1795
- "name": "LayoutGridIcon",
1796
- "export": "LayoutGridIcon",
1799
+ "name": "NavApplicationsLinedIcon",
1800
+ "export": "NavApplicationsLinedIcon",
1797
1801
  "from": "@nextop-os/ui-system/icons",
1798
1802
  "category": "icon",
1799
1803
  "status": "stable",
1800
1804
  "source": "src/icons/system-icons.tsx",
1801
- "description": "System icon for grid layout choices.",
1802
- "useCases": ["Layout controls", "Grid view toggles"],
1805
+ "description": "Navigation icon for applications.",
1806
+ "useCases": ["Applications navigation", "App grids"],
1803
1807
  "migrationHints": [],
1804
1808
  "iconVariant": "lined"
1805
1809
  },
@@ -2041,20 +2045,6 @@
2041
2045
  "migrationHints": [],
2042
2046
  "iconVariant": "filled"
2043
2047
  },
2044
- {
2045
- "id": "codex-filled-icon",
2046
- "layer": "base",
2047
- "name": "CodexFilledIcon",
2048
- "export": "CodexFilledIcon",
2049
- "from": "@nextop-os/ui-system/icons",
2050
- "category": "icon",
2051
- "status": "stable",
2052
- "source": "src/icons/system-icons.tsx",
2053
- "description": "Source-derived Codex agent mark for Agent GUI empty hero surfaces.",
2054
- "useCases": ["Agent GUI empty state", "Codex agent identity"],
2055
- "migrationHints": [],
2056
- "iconVariant": "filled"
2057
- },
2058
2048
  {
2059
2049
  "id": "folder-failed-filled-icon",
2060
2050
  "layer": "base",
@@ -2182,16 +2172,16 @@
2182
2172
  "iconVariant": "filled"
2183
2173
  },
2184
2174
  {
2185
- "id": "nav-templates-filled-icon",
2175
+ "id": "nav-applications-filled-icon",
2186
2176
  "layer": "base",
2187
- "name": "NavTemplatesIcon",
2188
- "export": "NavTemplatesIcon",
2177
+ "name": "NavApplicationsFilledIcon",
2178
+ "export": "NavApplicationsFilledIcon",
2189
2179
  "from": "@nextop-os/ui-system/icons",
2190
2180
  "category": "icon",
2191
2181
  "status": "stable",
2192
2182
  "source": "src/icons/system-icons.tsx",
2193
- "description": "Navigation icon for templates.",
2194
- "useCases": ["Template navigation", "Preset libraries"],
2183
+ "description": "Navigation icon for applications.",
2184
+ "useCases": ["Applications navigation", "App grids"],
2195
2185
  "migrationHints": [],
2196
2186
  "iconVariant": "filled"
2197
2187
  },
@@ -507,6 +507,24 @@ var components_default = {
507
507
  migrationHints: [],
508
508
  storyboard: true
509
509
  },
510
+ {
511
+ id: "mention-pill",
512
+ layer: "base",
513
+ name: "MentionPill",
514
+ export: "MentionPill",
515
+ from: "@nextop-os/ui-system/components",
516
+ category: "primitive",
517
+ status: "stable",
518
+ source: "src/components/mention-pill/index.tsx",
519
+ description: "Inline rich-text mention token for issue, session, and file references.",
520
+ useCases: [
521
+ "Rich text mentions",
522
+ "Reference chips",
523
+ "Inline file references"
524
+ ],
525
+ migrationHints: [],
526
+ storyboard: true
527
+ },
510
528
  {
511
529
  id: "resizable-panel-group",
512
530
  layer: "base",
@@ -1721,7 +1739,7 @@ var components_default = {
1721
1739
  iconVariant: "filled"
1722
1740
  },
1723
1741
  {
1724
- id: "file-create-filled-icon",
1742
+ id: "create-filled-icon",
1725
1743
  layer: "base",
1726
1744
  name: "FileCreateIcon",
1727
1745
  export: "FileCreateIcon",
@@ -1762,20 +1780,6 @@ var components_default = {
1762
1780
  migrationHints: [],
1763
1781
  iconVariant: "lined"
1764
1782
  },
1765
- {
1766
- id: "chevron-right-lined-icon",
1767
- layer: "base",
1768
- name: "ChevronRightIcon",
1769
- export: "ChevronRightIcon",
1770
- from: "@nextop-os/ui-system/icons",
1771
- category: "icon",
1772
- status: "stable",
1773
- source: "src/icons/system-icons.tsx",
1774
- description: "System icon for rightward disclosure or nested navigation.",
1775
- useCases: ["Disclosure controls", "Nested menu triggers"],
1776
- migrationHints: [],
1777
- iconVariant: "lined"
1778
- },
1779
1783
  {
1780
1784
  id: "edit-lined-icon",
1781
1785
  layer: "base",
@@ -1791,16 +1795,16 @@ var components_default = {
1791
1795
  iconVariant: "lined"
1792
1796
  },
1793
1797
  {
1794
- id: "layout-grid-lined-icon",
1798
+ id: "nav-applications-lined-icon",
1795
1799
  layer: "base",
1796
- name: "LayoutGridIcon",
1797
- export: "LayoutGridIcon",
1800
+ name: "NavApplicationsLinedIcon",
1801
+ export: "NavApplicationsLinedIcon",
1798
1802
  from: "@nextop-os/ui-system/icons",
1799
1803
  category: "icon",
1800
1804
  status: "stable",
1801
1805
  source: "src/icons/system-icons.tsx",
1802
- description: "System icon for grid layout choices.",
1803
- useCases: ["Layout controls", "Grid view toggles"],
1806
+ description: "Navigation icon for applications.",
1807
+ useCases: ["Applications navigation", "App grids"],
1804
1808
  migrationHints: [],
1805
1809
  iconVariant: "lined"
1806
1810
  },
@@ -2042,20 +2046,6 @@ var components_default = {
2042
2046
  migrationHints: [],
2043
2047
  iconVariant: "filled"
2044
2048
  },
2045
- {
2046
- id: "codex-filled-icon",
2047
- layer: "base",
2048
- name: "CodexFilledIcon",
2049
- export: "CodexFilledIcon",
2050
- from: "@nextop-os/ui-system/icons",
2051
- category: "icon",
2052
- status: "stable",
2053
- source: "src/icons/system-icons.tsx",
2054
- description: "Source-derived Codex agent mark for Agent GUI empty hero surfaces.",
2055
- useCases: ["Agent GUI empty state", "Codex agent identity"],
2056
- migrationHints: [],
2057
- iconVariant: "filled"
2058
- },
2059
2049
  {
2060
2050
  id: "folder-failed-filled-icon",
2061
2051
  layer: "base",
@@ -2183,16 +2173,16 @@ var components_default = {
2183
2173
  iconVariant: "filled"
2184
2174
  },
2185
2175
  {
2186
- id: "nav-templates-filled-icon",
2176
+ id: "nav-applications-filled-icon",
2187
2177
  layer: "base",
2188
- name: "NavTemplatesIcon",
2189
- export: "NavTemplatesIcon",
2178
+ name: "NavApplicationsFilledIcon",
2179
+ export: "NavApplicationsFilledIcon",
2190
2180
  from: "@nextop-os/ui-system/icons",
2191
2181
  category: "icon",
2192
2182
  status: "stable",
2193
2183
  source: "src/icons/system-icons.tsx",
2194
- description: "Navigation icon for templates.",
2195
- useCases: ["Template navigation", "Preset libraries"],
2184
+ description: "Navigation icon for applications.",
2185
+ useCases: ["Applications navigation", "App grids"],
2196
2186
  migrationHints: [],
2197
2187
  iconVariant: "filled"
2198
2188
  },