@nextop-os/ui-system 0.0.26 → 0.0.28

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.
@@ -296,6 +296,137 @@
296
296
  "useCases": ["Dialog launch controls"],
297
297
  "migrationHints": []
298
298
  },
299
+ {
300
+ "id": "drawer",
301
+ "layer": "base",
302
+ "name": "Drawer",
303
+ "export": "Drawer",
304
+ "from": "@nextop-os/ui-system/components",
305
+ "category": "composition",
306
+ "status": "stable",
307
+ "source": "src/components/drawer/index.tsx",
308
+ "description": "Drawer root primitive for edge-attached overlay surfaces.",
309
+ "useCases": ["Side drawers", "Bottom sheets", "Transient panels"],
310
+ "migrationHints": [],
311
+ "storyboard": true
312
+ },
313
+ {
314
+ "id": "drawer-close",
315
+ "layer": "base",
316
+ "name": "DrawerClose",
317
+ "export": "DrawerClose",
318
+ "from": "@nextop-os/ui-system/components",
319
+ "category": "composition",
320
+ "status": "stable",
321
+ "source": "src/components/drawer/index.tsx",
322
+ "description": "Close control primitive for Drawer compositions.",
323
+ "useCases": ["Drawer close buttons"],
324
+ "migrationHints": []
325
+ },
326
+ {
327
+ "id": "drawer-content",
328
+ "layer": "base",
329
+ "name": "DrawerContent",
330
+ "export": "DrawerContent",
331
+ "from": "@nextop-os/ui-system/components",
332
+ "category": "composition",
333
+ "status": "stable",
334
+ "source": "src/components/drawer/index.tsx",
335
+ "description": "Content surface for Drawer layouts.",
336
+ "useCases": ["Drawer bodies", "Sheet panels"],
337
+ "migrationHints": []
338
+ },
339
+ {
340
+ "id": "drawer-description",
341
+ "layer": "base",
342
+ "name": "DrawerDescription",
343
+ "export": "DrawerDescription",
344
+ "from": "@nextop-os/ui-system/components",
345
+ "category": "composition",
346
+ "status": "stable",
347
+ "source": "src/components/drawer/index.tsx",
348
+ "description": "Accessible description primitive for Drawer content.",
349
+ "useCases": ["Drawer supporting copy"],
350
+ "migrationHints": []
351
+ },
352
+ {
353
+ "id": "drawer-footer",
354
+ "layer": "base",
355
+ "name": "DrawerFooter",
356
+ "export": "DrawerFooter",
357
+ "from": "@nextop-os/ui-system/components",
358
+ "category": "composition",
359
+ "status": "stable",
360
+ "source": "src/components/drawer/index.tsx",
361
+ "description": "Footer region for Drawer actions.",
362
+ "useCases": ["Drawer action rows"],
363
+ "migrationHints": []
364
+ },
365
+ {
366
+ "id": "drawer-header",
367
+ "layer": "base",
368
+ "name": "DrawerHeader",
369
+ "export": "DrawerHeader",
370
+ "from": "@nextop-os/ui-system/components",
371
+ "category": "composition",
372
+ "status": "stable",
373
+ "source": "src/components/drawer/index.tsx",
374
+ "description": "Header region for Drawer titles and descriptions.",
375
+ "useCases": ["Drawer headings"],
376
+ "migrationHints": []
377
+ },
378
+ {
379
+ "id": "drawer-overlay",
380
+ "layer": "base",
381
+ "name": "DrawerOverlay",
382
+ "export": "DrawerOverlay",
383
+ "from": "@nextop-os/ui-system/components",
384
+ "category": "composition",
385
+ "status": "stable",
386
+ "source": "src/components/drawer/index.tsx",
387
+ "description": "Overlay backdrop for Drawer content.",
388
+ "useCases": ["Modal drawer backdrops"],
389
+ "migrationHints": []
390
+ },
391
+ {
392
+ "id": "drawer-portal",
393
+ "layer": "base",
394
+ "name": "DrawerPortal",
395
+ "export": "DrawerPortal",
396
+ "from": "@nextop-os/ui-system/components",
397
+ "category": "composition",
398
+ "status": "stable",
399
+ "source": "src/components/drawer/index.tsx",
400
+ "description": "Portal primitive for Drawer content placement.",
401
+ "useCases": ["Portaled drawer content"],
402
+ "migrationHints": []
403
+ },
404
+ {
405
+ "id": "drawer-title",
406
+ "layer": "base",
407
+ "name": "DrawerTitle",
408
+ "export": "DrawerTitle",
409
+ "from": "@nextop-os/ui-system/components",
410
+ "category": "composition",
411
+ "status": "stable",
412
+ "source": "src/components/drawer/index.tsx",
413
+ "description": "Accessible title primitive for Drawer content.",
414
+ "useCases": ["Drawer headings"],
415
+ "migrationHints": []
416
+ },
417
+ {
418
+ "id": "drawer-trigger",
419
+ "layer": "base",
420
+ "name": "DrawerTrigger",
421
+ "export": "DrawerTrigger",
422
+ "from": "@nextop-os/ui-system/components",
423
+ "category": "composition",
424
+ "status": "stable",
425
+ "source": "src/components/drawer/index.tsx",
426
+ "description": "Trigger primitive for opening Drawer content.",
427
+ "useCases": ["Drawer launch controls"],
428
+ "migrationHints": []
429
+ },
299
430
  {
300
431
  "id": "dropdown-menu",
301
432
  "layer": "base",
@@ -506,6 +637,24 @@
506
637
  "migrationHints": [],
507
638
  "storyboard": true
508
639
  },
640
+ {
641
+ "id": "mention-pill",
642
+ "layer": "base",
643
+ "name": "MentionPill",
644
+ "export": "MentionPill",
645
+ "from": "@nextop-os/ui-system/components",
646
+ "category": "primitive",
647
+ "status": "stable",
648
+ "source": "src/components/mention-pill/index.tsx",
649
+ "description": "Inline rich-text mention token for issue, session, and file references.",
650
+ "useCases": [
651
+ "Rich text mentions",
652
+ "Reference chips",
653
+ "Inline file references"
654
+ ],
655
+ "migrationHints": [],
656
+ "storyboard": true
657
+ },
509
658
  {
510
659
  "id": "resizable-panel-group",
511
660
  "layer": "base",
@@ -875,6 +1024,41 @@
875
1024
  "useCases": ["Composing toast-compatible styles"],
876
1025
  "migrationHints": []
877
1026
  },
1027
+ {
1028
+ "id": "toaster",
1029
+ "layer": "base",
1030
+ "name": "Toaster",
1031
+ "export": "Toaster",
1032
+ "from": "@nextop-os/ui-system/components",
1033
+ "category": "composition",
1034
+ "status": "stable",
1035
+ "source": "src/components/sonner/index.tsx",
1036
+ "description": "Sonner-backed notification viewport for rich transient notifications.",
1037
+ "useCases": [
1038
+ "Actionable notifications",
1039
+ "Top-right notification stacks",
1040
+ "Longer-lived async workflow prompts"
1041
+ ],
1042
+ "migrationHints": [
1043
+ "Use Toaster with the exported toast API when notifications need actions, placement, or longer duration than the compact Toast primitive."
1044
+ ],
1045
+ "storyboard": true
1046
+ },
1047
+ {
1048
+ "id": "sonner-toast",
1049
+ "layer": "base",
1050
+ "name": "toast",
1051
+ "export": "toast",
1052
+ "from": "@nextop-os/ui-system/components",
1053
+ "category": "utility",
1054
+ "status": "stable",
1055
+ "source": "src/components/sonner/index.tsx",
1056
+ "description": "Command API for dispatching Sonner-backed notifications.",
1057
+ "useCases": ["Notification dispatch", "Actionable toast updates"],
1058
+ "migrationHints": [
1059
+ "Prefer this exported toast API over direct sonner imports so consumers stay on the UI-system notification wrapper."
1060
+ ]
1061
+ },
878
1062
  {
879
1063
  "id": "checkbox",
880
1064
  "layer": "base",
@@ -1351,6 +1535,20 @@
1351
1535
  "migrationHints": [],
1352
1536
  "iconVariant": "lined"
1353
1537
  },
1538
+ {
1539
+ "id": "no-workspace-lined-icon",
1540
+ "layer": "base",
1541
+ "name": "NoWorkspaceLinedIcon",
1542
+ "export": "NoWorkspaceLinedIcon",
1543
+ "from": "@nextop-os/ui-system/icons",
1544
+ "category": "icon",
1545
+ "status": "stable",
1546
+ "source": "src/icons/system-icons.tsx",
1547
+ "description": "Lined system icon for no-workspace or no-project states.",
1548
+ "useCases": ["No workspace states", "No project menu options"],
1549
+ "migrationHints": [],
1550
+ "iconVariant": "lined"
1551
+ },
1354
1552
  {
1355
1553
  "id": "health-lined-icon",
1356
1554
  "layer": "base",
@@ -1720,7 +1918,7 @@
1720
1918
  "iconVariant": "filled"
1721
1919
  },
1722
1920
  {
1723
- "id": "file-create-filled-icon",
1921
+ "id": "create-filled-icon",
1724
1922
  "layer": "base",
1725
1923
  "name": "FileCreateIcon",
1726
1924
  "export": "FileCreateIcon",
@@ -1761,20 +1959,6 @@
1761
1959
  "migrationHints": [],
1762
1960
  "iconVariant": "lined"
1763
1961
  },
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
1962
  {
1779
1963
  "id": "edit-lined-icon",
1780
1964
  "layer": "base",
@@ -1790,16 +1974,16 @@
1790
1974
  "iconVariant": "lined"
1791
1975
  },
1792
1976
  {
1793
- "id": "layout-grid-lined-icon",
1977
+ "id": "nav-applications-lined-icon",
1794
1978
  "layer": "base",
1795
- "name": "LayoutGridIcon",
1796
- "export": "LayoutGridIcon",
1979
+ "name": "NavApplicationsLinedIcon",
1980
+ "export": "NavApplicationsLinedIcon",
1797
1981
  "from": "@nextop-os/ui-system/icons",
1798
1982
  "category": "icon",
1799
1983
  "status": "stable",
1800
1984
  "source": "src/icons/system-icons.tsx",
1801
- "description": "System icon for grid layout choices.",
1802
- "useCases": ["Layout controls", "Grid view toggles"],
1985
+ "description": "Navigation icon for applications.",
1986
+ "useCases": ["Applications navigation", "App grids"],
1803
1987
  "migrationHints": [],
1804
1988
  "iconVariant": "lined"
1805
1989
  },
@@ -1859,6 +2043,20 @@
1859
2043
  "migrationHints": [],
1860
2044
  "iconVariant": "lined"
1861
2045
  },
2046
+ {
2047
+ "id": "pin-lined-icon",
2048
+ "layer": "base",
2049
+ "name": "PinIcon",
2050
+ "export": "PinIcon",
2051
+ "from": "@nextop-os/ui-system/icons",
2052
+ "category": "icon",
2053
+ "status": "stable",
2054
+ "source": "src/icons/system-icons.tsx",
2055
+ "description": "System icon for pinning items in menus or compact controls.",
2056
+ "useCases": ["Pinned lists", "Topic ordering", "Compact menu actions"],
2057
+ "migrationHints": [],
2058
+ "iconVariant": "lined"
2059
+ },
1862
2060
  {
1863
2061
  "id": "layout-preset-filled-icon",
1864
2062
  "layer": "base",
@@ -2023,7 +2221,7 @@
2023
2221
  "status": "stable",
2024
2222
  "source": "src/icons/system-icons.tsx",
2025
2223
  "description": "System icon for agent session threads.",
2026
- "useCases": ["Agent sessions", "Conversation history"],
2224
+ "useCases": ["Agent sessions", "Session history"],
2027
2225
  "migrationHints": [],
2028
2226
  "iconVariant": "filled"
2029
2227
  },
@@ -2037,21 +2235,7 @@
2037
2235
  "status": "stable",
2038
2236
  "source": "src/icons/system-icons.tsx",
2039
2237
  "description": "System icon for creating a chat.",
2040
- "useCases": ["Create chat actions", "New conversation controls"],
2041
- "migrationHints": [],
2042
- "iconVariant": "filled"
2043
- },
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"],
2238
+ "useCases": ["Create chat actions", "New session controls"],
2055
2239
  "migrationHints": [],
2056
2240
  "iconVariant": "filled"
2057
2241
  },
@@ -2182,16 +2366,16 @@
2182
2366
  "iconVariant": "filled"
2183
2367
  },
2184
2368
  {
2185
- "id": "nav-templates-filled-icon",
2369
+ "id": "nav-applications-filled-icon",
2186
2370
  "layer": "base",
2187
- "name": "NavTemplatesIcon",
2188
- "export": "NavTemplatesIcon",
2371
+ "name": "NavApplicationsFilledIcon",
2372
+ "export": "NavApplicationsFilledIcon",
2189
2373
  "from": "@nextop-os/ui-system/icons",
2190
2374
  "category": "icon",
2191
2375
  "status": "stable",
2192
2376
  "source": "src/icons/system-icons.tsx",
2193
- "description": "Navigation icon for templates.",
2194
- "useCases": ["Template navigation", "Preset libraries"],
2377
+ "description": "Navigation icon for applications.",
2378
+ "useCases": ["Applications navigation", "App grids"],
2195
2379
  "migrationHints": [],
2196
2380
  "iconVariant": "filled"
2197
2381
  },
@@ -2205,7 +2389,7 @@
2205
2389
  "status": "stable",
2206
2390
  "source": "src/icons/system-icons.tsx",
2207
2391
  "description": "System icon for open sessions.",
2208
- "useCases": ["Open sessions", "Active conversations"],
2392
+ "useCases": ["Open sessions", "Active sessions"],
2209
2393
  "migrationHints": [],
2210
2394
  "iconVariant": "filled"
2211
2395
  },
@@ -2331,7 +2515,7 @@
2331
2515
  "status": "stable",
2332
2516
  "source": "src/icons/system-icons.tsx",
2333
2517
  "description": "System icon for chat surfaces.",
2334
- "useCases": ["Chat surfaces", "Conversation controls"],
2518
+ "useCases": ["Chat surfaces", "Session controls"],
2335
2519
  "migrationHints": [],
2336
2520
  "iconVariant": "lined"
2337
2521
  },
@@ -2373,7 +2557,7 @@
2373
2557
  "status": "stable",
2374
2558
  "source": "src/icons/system-icons.tsx",
2375
2559
  "description": "System icon for unavailable chat states.",
2376
- "useCases": ["Unavailable chats", "Disabled conversations"],
2560
+ "useCases": ["Unavailable chats", "Disabled sessions"],
2377
2561
  "migrationHints": [],
2378
2562
  "iconVariant": "filled"
2379
2563
  },