@nextop-os/ui-system 0.0.18 → 0.0.20

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.
@@ -11,7 +11,7 @@ var components_default = {
11
11
  from: "@nextop-os/ui-system/components",
12
12
  category: "primitive",
13
13
  status: "stable",
14
- source: "src/components/badge.tsx",
14
+ source: "src/components/badge/index.tsx",
15
15
  description: "Inline label component with semantic visual variants.",
16
16
  useCases: ["Status labels", "Compact metadata", "Counts or tags"],
17
17
  migrationHints: [],
@@ -25,7 +25,7 @@ var components_default = {
25
25
  from: "@nextop-os/ui-system/components",
26
26
  category: "utility",
27
27
  status: "stable",
28
- source: "src/components/badge.tsx",
28
+ source: "src/components/badge/index.tsx",
29
29
  description: "Class variance helper for Badge styling.",
30
30
  useCases: ["Composing badge-compatible styles"],
31
31
  migrationHints: []
@@ -38,7 +38,7 @@ var components_default = {
38
38
  from: "@nextop-os/ui-system/components",
39
39
  category: "primitive",
40
40
  status: "stable",
41
- source: "src/components/button.tsx",
41
+ source: "src/components/button/index.tsx",
42
42
  description: "Interactive button primitive with variants, sizes, and slot support.",
43
43
  useCases: ["Primary actions", "Secondary actions", "Icon buttons"],
44
44
  migrationHints: [],
@@ -52,7 +52,7 @@ var components_default = {
52
52
  from: "@nextop-os/ui-system/components",
53
53
  category: "utility",
54
54
  status: "stable",
55
- source: "src/components/button.tsx",
55
+ source: "src/components/button/index.tsx",
56
56
  description: "Class variance helper for Button styling.",
57
57
  useCases: ["Composing button-compatible styles"],
58
58
  migrationHints: []
@@ -65,7 +65,7 @@ var components_default = {
65
65
  from: "@nextop-os/ui-system/components",
66
66
  category: "composition",
67
67
  status: "stable",
68
- source: "src/components/card.tsx",
68
+ source: "src/components/card/index.tsx",
69
69
  description: "Structured container for grouped interface content.",
70
70
  useCases: ["Panels", "Grouped details", "Section containers"],
71
71
  migrationHints: [],
@@ -79,7 +79,7 @@ var components_default = {
79
79
  from: "@nextop-os/ui-system/components",
80
80
  category: "composition",
81
81
  status: "stable",
82
- source: "src/components/card.tsx",
82
+ source: "src/components/card/index.tsx",
83
83
  description: "Header region for Card layouts.",
84
84
  useCases: ["Card titles", "Card summaries", "Card actions"],
85
85
  migrationHints: []
@@ -92,7 +92,7 @@ var components_default = {
92
92
  from: "@nextop-os/ui-system/components",
93
93
  category: "composition",
94
94
  status: "stable",
95
- source: "src/components/card.tsx",
95
+ source: "src/components/card/index.tsx",
96
96
  description: "Footer region for Card layouts.",
97
97
  useCases: ["Card actions", "Supplemental controls"],
98
98
  migrationHints: []
@@ -105,7 +105,7 @@ var components_default = {
105
105
  from: "@nextop-os/ui-system/components",
106
106
  category: "composition",
107
107
  status: "stable",
108
- source: "src/components/card.tsx",
108
+ source: "src/components/card/index.tsx",
109
109
  description: "Title text region for Card headers.",
110
110
  useCases: ["Card headings"],
111
111
  migrationHints: []
@@ -118,7 +118,7 @@ var components_default = {
118
118
  from: "@nextop-os/ui-system/components",
119
119
  category: "composition",
120
120
  status: "stable",
121
- source: "src/components/card.tsx",
121
+ source: "src/components/card/index.tsx",
122
122
  description: "Action region aligned within Card headers.",
123
123
  useCases: ["Header buttons", "Header menus"],
124
124
  migrationHints: []
@@ -131,7 +131,7 @@ var components_default = {
131
131
  from: "@nextop-os/ui-system/components",
132
132
  category: "composition",
133
133
  status: "stable",
134
- source: "src/components/card.tsx",
134
+ source: "src/components/card/index.tsx",
135
135
  description: "Secondary description text for Card headers.",
136
136
  useCases: ["Card summaries", "Supporting copy"],
137
137
  migrationHints: []
@@ -144,7 +144,7 @@ var components_default = {
144
144
  from: "@nextop-os/ui-system/components",
145
145
  category: "composition",
146
146
  status: "stable",
147
- source: "src/components/card.tsx",
147
+ source: "src/components/card/index.tsx",
148
148
  description: "Main content region for Card layouts.",
149
149
  useCases: ["Card body content"],
150
150
  migrationHints: []
@@ -157,7 +157,7 @@ var components_default = {
157
157
  from: "@nextop-os/ui-system/components",
158
158
  category: "composition",
159
159
  status: "stable",
160
- source: "src/components/confirmation-dialog.tsx",
160
+ source: "src/components/confirmation-dialog/index.tsx",
161
161
  description: "Opinionated confirmation dialog built on the Dialog primitives.",
162
162
  useCases: [
163
163
  "Confirming destructive actions",
@@ -174,7 +174,7 @@ var components_default = {
174
174
  from: "@nextop-os/ui-system/components",
175
175
  category: "composition",
176
176
  status: "stable",
177
- source: "src/components/dialog.tsx",
177
+ source: "src/components/dialog/index.tsx",
178
178
  description: "Dialog root primitive for modal and non-modal overlays.",
179
179
  useCases: ["Modal surfaces", "Focused workflows"],
180
180
  migrationHints: [],
@@ -188,7 +188,7 @@ var components_default = {
188
188
  from: "@nextop-os/ui-system/components",
189
189
  category: "composition",
190
190
  status: "stable",
191
- source: "src/components/dialog.tsx",
191
+ source: "src/components/dialog/index.tsx",
192
192
  description: "Close control primitive for Dialog compositions.",
193
193
  useCases: ["Dialog close buttons"],
194
194
  migrationHints: []
@@ -201,7 +201,7 @@ var components_default = {
201
201
  from: "@nextop-os/ui-system/components",
202
202
  category: "composition",
203
203
  status: "stable",
204
- source: "src/components/dialog.tsx",
204
+ source: "src/components/dialog/index.tsx",
205
205
  description: "Content surface for Dialog layouts.",
206
206
  useCases: ["Dialog bodies", "Modal panels"],
207
207
  migrationHints: []
@@ -214,7 +214,7 @@ var components_default = {
214
214
  from: "@nextop-os/ui-system/components",
215
215
  category: "composition",
216
216
  status: "stable",
217
- source: "src/components/dialog.tsx",
217
+ source: "src/components/dialog/index.tsx",
218
218
  description: "Accessible description primitive for Dialog content.",
219
219
  useCases: ["Dialog supporting copy"],
220
220
  migrationHints: []
@@ -227,7 +227,7 @@ var components_default = {
227
227
  from: "@nextop-os/ui-system/components",
228
228
  category: "composition",
229
229
  status: "stable",
230
- source: "src/components/dialog.tsx",
230
+ source: "src/components/dialog/index.tsx",
231
231
  description: "Footer region for Dialog actions.",
232
232
  useCases: ["Dialog action rows"],
233
233
  migrationHints: []
@@ -240,7 +240,7 @@ var components_default = {
240
240
  from: "@nextop-os/ui-system/components",
241
241
  category: "composition",
242
242
  status: "stable",
243
- source: "src/components/dialog.tsx",
243
+ source: "src/components/dialog/index.tsx",
244
244
  description: "Header region for Dialog titles and descriptions.",
245
245
  useCases: ["Dialog headings"],
246
246
  migrationHints: []
@@ -253,7 +253,7 @@ var components_default = {
253
253
  from: "@nextop-os/ui-system/components",
254
254
  category: "composition",
255
255
  status: "stable",
256
- source: "src/components/dialog.tsx",
256
+ source: "src/components/dialog/index.tsx",
257
257
  description: "Overlay backdrop for Dialog content.",
258
258
  useCases: ["Modal backdrops"],
259
259
  migrationHints: []
@@ -266,7 +266,7 @@ var components_default = {
266
266
  from: "@nextop-os/ui-system/components",
267
267
  category: "composition",
268
268
  status: "stable",
269
- source: "src/components/dialog.tsx",
269
+ source: "src/components/dialog/index.tsx",
270
270
  description: "Portal primitive for Dialog content placement.",
271
271
  useCases: ["Portaled dialog content"],
272
272
  migrationHints: []
@@ -279,7 +279,7 @@ var components_default = {
279
279
  from: "@nextop-os/ui-system/components",
280
280
  category: "composition",
281
281
  status: "stable",
282
- source: "src/components/dialog.tsx",
282
+ source: "src/components/dialog/index.tsx",
283
283
  description: "Accessible title primitive for Dialog content.",
284
284
  useCases: ["Dialog headings"],
285
285
  migrationHints: []
@@ -292,7 +292,7 @@ var components_default = {
292
292
  from: "@nextop-os/ui-system/components",
293
293
  category: "composition",
294
294
  status: "stable",
295
- source: "src/components/dialog.tsx",
295
+ source: "src/components/dialog/index.tsx",
296
296
  description: "Trigger primitive for opening Dialog content.",
297
297
  useCases: ["Dialog launch controls"],
298
298
  migrationHints: []
@@ -305,7 +305,7 @@ var components_default = {
305
305
  from: "@nextop-os/ui-system/components",
306
306
  category: "composition",
307
307
  status: "stable",
308
- source: "src/components/dropdown-menu.tsx",
308
+ source: "src/components/dropdown-menu/index.tsx",
309
309
  description: "Dropdown menu root primitive for contextual actions.",
310
310
  useCases: ["Action menus", "Contextual controls"],
311
311
  migrationHints: [],
@@ -319,7 +319,7 @@ var components_default = {
319
319
  from: "@nextop-os/ui-system/components",
320
320
  category: "composition",
321
321
  status: "stable",
322
- source: "src/components/dropdown-menu.tsx",
322
+ source: "src/components/dropdown-menu/index.tsx",
323
323
  description: "Checkbox item primitive for DropdownMenu selections.",
324
324
  useCases: ["Toggleable menu options"],
325
325
  migrationHints: []
@@ -332,7 +332,7 @@ var components_default = {
332
332
  from: "@nextop-os/ui-system/components",
333
333
  category: "composition",
334
334
  status: "stable",
335
- source: "src/components/dropdown-menu.tsx",
335
+ source: "src/components/dropdown-menu/index.tsx",
336
336
  description: "Popup content surface for DropdownMenu options.",
337
337
  useCases: ["Menu panels", "Context menus"],
338
338
  migrationHints: []
@@ -345,7 +345,7 @@ var components_default = {
345
345
  from: "@nextop-os/ui-system/components",
346
346
  category: "composition",
347
347
  status: "stable",
348
- source: "src/components/dropdown-menu.tsx",
348
+ source: "src/components/dropdown-menu/index.tsx",
349
349
  description: "Group container for related DropdownMenu items.",
350
350
  useCases: ["Grouped menu actions"],
351
351
  migrationHints: []
@@ -358,7 +358,7 @@ var components_default = {
358
358
  from: "@nextop-os/ui-system/components",
359
359
  category: "composition",
360
360
  status: "stable",
361
- source: "src/components/dropdown-menu.tsx",
361
+ source: "src/components/dropdown-menu/index.tsx",
362
362
  description: "Selectable action row for DropdownMenu content.",
363
363
  useCases: ["Menu actions", "Destructive menu actions"],
364
364
  migrationHints: []
@@ -371,7 +371,7 @@ var components_default = {
371
371
  from: "@nextop-os/ui-system/components",
372
372
  category: "composition",
373
373
  status: "stable",
374
- source: "src/components/dropdown-menu.tsx",
374
+ source: "src/components/dropdown-menu/index.tsx",
375
375
  description: "Label primitive for DropdownMenu sections.",
376
376
  useCases: ["Menu section labels"],
377
377
  migrationHints: []
@@ -384,7 +384,7 @@ var components_default = {
384
384
  from: "@nextop-os/ui-system/components",
385
385
  category: "composition",
386
386
  status: "stable",
387
- source: "src/components/dropdown-menu.tsx",
387
+ source: "src/components/dropdown-menu/index.tsx",
388
388
  description: "Portal primitive for DropdownMenu content placement.",
389
389
  useCases: ["Portaled menu content"],
390
390
  migrationHints: []
@@ -397,7 +397,7 @@ var components_default = {
397
397
  from: "@nextop-os/ui-system/components",
398
398
  category: "composition",
399
399
  status: "stable",
400
- source: "src/components/dropdown-menu.tsx",
400
+ source: "src/components/dropdown-menu/index.tsx",
401
401
  description: "Radio group primitive for DropdownMenu selections.",
402
402
  useCases: ["Single-choice menu groups"],
403
403
  migrationHints: []
@@ -410,7 +410,7 @@ var components_default = {
410
410
  from: "@nextop-os/ui-system/components",
411
411
  category: "composition",
412
412
  status: "stable",
413
- source: "src/components/dropdown-menu.tsx",
413
+ source: "src/components/dropdown-menu/index.tsx",
414
414
  description: "Radio item primitive for DropdownMenu selections.",
415
415
  useCases: ["Single-choice menu options"],
416
416
  migrationHints: []
@@ -423,7 +423,7 @@ var components_default = {
423
423
  from: "@nextop-os/ui-system/components",
424
424
  category: "composition",
425
425
  status: "stable",
426
- source: "src/components/dropdown-menu.tsx",
426
+ source: "src/components/dropdown-menu/index.tsx",
427
427
  description: "Separator primitive for DropdownMenu groups.",
428
428
  useCases: ["Menu group separation"],
429
429
  migrationHints: []
@@ -436,7 +436,7 @@ var components_default = {
436
436
  from: "@nextop-os/ui-system/components",
437
437
  category: "composition",
438
438
  status: "stable",
439
- source: "src/components/dropdown-menu.tsx",
439
+ source: "src/components/dropdown-menu/index.tsx",
440
440
  description: "Shortcut text primitive for DropdownMenu items.",
441
441
  useCases: ["Keyboard shortcut hints"],
442
442
  migrationHints: []
@@ -449,7 +449,7 @@ var components_default = {
449
449
  from: "@nextop-os/ui-system/components",
450
450
  category: "composition",
451
451
  status: "stable",
452
- source: "src/components/dropdown-menu.tsx",
452
+ source: "src/components/dropdown-menu/index.tsx",
453
453
  description: "Submenu root primitive for nested DropdownMenu content.",
454
454
  useCases: ["Nested menus"],
455
455
  migrationHints: []
@@ -462,7 +462,7 @@ var components_default = {
462
462
  from: "@nextop-os/ui-system/components",
463
463
  category: "composition",
464
464
  status: "stable",
465
- source: "src/components/dropdown-menu.tsx",
465
+ source: "src/components/dropdown-menu/index.tsx",
466
466
  description: "Popup content surface for DropdownMenu submenus.",
467
467
  useCases: ["Nested menu panels"],
468
468
  migrationHints: []
@@ -475,7 +475,7 @@ var components_default = {
475
475
  from: "@nextop-os/ui-system/components",
476
476
  category: "composition",
477
477
  status: "stable",
478
- source: "src/components/dropdown-menu.tsx",
478
+ source: "src/components/dropdown-menu/index.tsx",
479
479
  description: "Trigger row for opening DropdownMenu submenus.",
480
480
  useCases: ["Nested menu launch controls"],
481
481
  migrationHints: []
@@ -488,7 +488,7 @@ var components_default = {
488
488
  from: "@nextop-os/ui-system/components",
489
489
  category: "primitive",
490
490
  status: "stable",
491
- source: "src/components/dropdown-menu.tsx",
491
+ source: "src/components/dropdown-menu/index.tsx",
492
492
  description: "Trigger control for opening DropdownMenu content.",
493
493
  useCases: ["Menu buttons", "Contextual action controls"],
494
494
  migrationHints: []
@@ -501,7 +501,7 @@ var components_default = {
501
501
  from: "@nextop-os/ui-system/components",
502
502
  category: "primitive",
503
503
  status: "stable",
504
- source: "src/components/input.tsx",
504
+ source: "src/components/input/index.tsx",
505
505
  description: "Styled input primitive for text and form fields.",
506
506
  useCases: ["Text fields", "Form inputs"],
507
507
  migrationHints: [],
@@ -515,7 +515,7 @@ var components_default = {
515
515
  from: "@nextop-os/ui-system/components",
516
516
  category: "composition",
517
517
  status: "stable",
518
- source: "src/components/resizable.tsx",
518
+ source: "src/components/resizable/index.tsx",
519
519
  description: "Container for resizable panel layouts.",
520
520
  useCases: ["Split panes", "Resizable workspaces"],
521
521
  migrationHints: [],
@@ -529,7 +529,7 @@ var components_default = {
529
529
  from: "@nextop-os/ui-system/components",
530
530
  category: "composition",
531
531
  status: "stable",
532
- source: "src/components/resizable.tsx",
532
+ source: "src/components/resizable/index.tsx",
533
533
  description: "Panel primitive used inside resizable panel groups.",
534
534
  useCases: ["Resizable content panes"],
535
535
  migrationHints: []
@@ -542,7 +542,7 @@ var components_default = {
542
542
  from: "@nextop-os/ui-system/components",
543
543
  category: "composition",
544
544
  status: "stable",
545
- source: "src/components/resizable.tsx",
545
+ source: "src/components/resizable/index.tsx",
546
546
  description: "Handle primitive for resizing adjacent panels.",
547
547
  useCases: ["Panel resize handles"],
548
548
  migrationHints: []
@@ -555,7 +555,7 @@ var components_default = {
555
555
  from: "@nextop-os/ui-system/components",
556
556
  category: "primitive",
557
557
  status: "stable",
558
- source: "src/components/scroll-area.tsx",
558
+ source: "src/components/scroll-area/index.tsx",
559
559
  description: "Styled scroll container with custom scrollbar primitives.",
560
560
  useCases: ["Scrollable regions", "Panel content overflow"],
561
561
  migrationHints: [],
@@ -569,7 +569,7 @@ var components_default = {
569
569
  from: "@nextop-os/ui-system/components",
570
570
  category: "primitive",
571
571
  status: "stable",
572
- source: "src/components/scroll-area.tsx",
572
+ source: "src/components/scroll-area/index.tsx",
573
573
  description: "Scrollbar primitive used by ScrollArea.",
574
574
  useCases: ["Custom scrollbars"],
575
575
  migrationHints: []
@@ -582,7 +582,7 @@ var components_default = {
582
582
  from: "@nextop-os/ui-system/components",
583
583
  category: "primitive",
584
584
  status: "stable",
585
- source: "src/components/select.tsx",
585
+ source: "src/components/select/index.tsx",
586
586
  description: "Select root primitive for choosing one option from a list.",
587
587
  useCases: ["Option selection", "Forms", "Compact filters"],
588
588
  migrationHints: [],
@@ -596,7 +596,7 @@ var components_default = {
596
596
  from: "@nextop-os/ui-system/components",
597
597
  category: "composition",
598
598
  status: "stable",
599
- source: "src/components/select.tsx",
599
+ source: "src/components/select/index.tsx",
600
600
  description: "Popup content surface for Select options.",
601
601
  useCases: ["Select menus", "Option lists"],
602
602
  migrationHints: []
@@ -609,7 +609,7 @@ var components_default = {
609
609
  from: "@nextop-os/ui-system/components",
610
610
  category: "composition",
611
611
  status: "stable",
612
- source: "src/components/select.tsx",
612
+ source: "src/components/select/index.tsx",
613
613
  description: "Group container for related Select items.",
614
614
  useCases: ["Grouped options"],
615
615
  migrationHints: []
@@ -622,7 +622,7 @@ var components_default = {
622
622
  from: "@nextop-os/ui-system/components",
623
623
  category: "composition",
624
624
  status: "stable",
625
- source: "src/components/select.tsx",
625
+ source: "src/components/select/index.tsx",
626
626
  description: "Selectable option row for Select menus.",
627
627
  useCases: ["Menu options", "Single-select choices"],
628
628
  migrationHints: []
@@ -635,7 +635,7 @@ var components_default = {
635
635
  from: "@nextop-os/ui-system/components",
636
636
  category: "composition",
637
637
  status: "stable",
638
- source: "src/components/select.tsx",
638
+ source: "src/components/select/index.tsx",
639
639
  description: "Label primitive for grouped Select options.",
640
640
  useCases: ["Option group labels"],
641
641
  migrationHints: []
@@ -648,7 +648,7 @@ var components_default = {
648
648
  from: "@nextop-os/ui-system/components",
649
649
  category: "composition",
650
650
  status: "stable",
651
- source: "src/components/select.tsx",
651
+ source: "src/components/select/index.tsx",
652
652
  description: "Two-column Select menu layout for model and setting selection.",
653
653
  useCases: ["Model selection", "Asymmetric option groups"],
654
654
  migrationHints: []
@@ -661,7 +661,7 @@ var components_default = {
661
661
  from: "@nextop-os/ui-system/components",
662
662
  category: "composition",
663
663
  status: "stable",
664
- source: "src/components/select.tsx",
664
+ source: "src/components/select/index.tsx",
665
665
  description: "Column container for split Select menu sections.",
666
666
  useCases: ["Model selection columns"],
667
667
  migrationHints: []
@@ -674,7 +674,7 @@ var components_default = {
674
674
  from: "@nextop-os/ui-system/components",
675
675
  category: "composition",
676
676
  status: "stable",
677
- source: "src/components/select.tsx",
677
+ source: "src/components/select/index.tsx",
678
678
  description: "Section label for split Select menu columns.",
679
679
  useCases: ["Model selection labels"],
680
680
  migrationHints: []
@@ -687,7 +687,7 @@ var components_default = {
687
687
  from: "@nextop-os/ui-system/components",
688
688
  category: "composition",
689
689
  status: "stable",
690
- source: "src/components/select.tsx",
690
+ source: "src/components/select/index.tsx",
691
691
  description: "Scrollable item stack for split Select menu columns.",
692
692
  useCases: ["Scrollable model option columns"],
693
693
  migrationHints: []
@@ -700,7 +700,7 @@ var components_default = {
700
700
  from: "@nextop-os/ui-system/components",
701
701
  category: "composition",
702
702
  status: "stable",
703
- source: "src/components/select.tsx",
703
+ source: "src/components/select/index.tsx",
704
704
  description: "Vertical separator between split Select menu columns.",
705
705
  useCases: ["Model selection dividers"],
706
706
  migrationHints: []
@@ -713,7 +713,7 @@ var components_default = {
713
713
  from: "@nextop-os/ui-system/components",
714
714
  category: "composition",
715
715
  status: "stable",
716
- source: "src/components/select.tsx",
716
+ source: "src/components/select/index.tsx",
717
717
  description: "Scroll down affordance for overflowing Select content.",
718
718
  useCases: ["Long option lists"],
719
719
  migrationHints: []
@@ -726,7 +726,7 @@ var components_default = {
726
726
  from: "@nextop-os/ui-system/components",
727
727
  category: "composition",
728
728
  status: "stable",
729
- source: "src/components/select.tsx",
729
+ source: "src/components/select/index.tsx",
730
730
  description: "Scroll up affordance for overflowing Select content.",
731
731
  useCases: ["Long option lists"],
732
732
  migrationHints: []
@@ -739,7 +739,7 @@ var components_default = {
739
739
  from: "@nextop-os/ui-system/components",
740
740
  category: "composition",
741
741
  status: "stable",
742
- source: "src/components/select.tsx",
742
+ source: "src/components/select/index.tsx",
743
743
  description: "Separator primitive for Select option groups.",
744
744
  useCases: ["Grouped option separation"],
745
745
  migrationHints: []
@@ -752,7 +752,7 @@ var components_default = {
752
752
  from: "@nextop-os/ui-system/components",
753
753
  category: "primitive",
754
754
  status: "stable",
755
- source: "src/components/select.tsx",
755
+ source: "src/components/select/index.tsx",
756
756
  description: "Trigger control for opening Select content.",
757
757
  useCases: ["Form controls", "Filter controls"],
758
758
  migrationHints: []
@@ -765,7 +765,7 @@ var components_default = {
765
765
  from: "@nextop-os/ui-system/components",
766
766
  category: "composition",
767
767
  status: "stable",
768
- source: "src/components/select.tsx",
768
+ source: "src/components/select/index.tsx",
769
769
  description: "Selected value display primitive for Select triggers.",
770
770
  useCases: ["Selected option display"],
771
771
  migrationHints: []
@@ -778,7 +778,7 @@ var components_default = {
778
778
  from: "@nextop-os/ui-system/components",
779
779
  category: "primitive",
780
780
  status: "stable",
781
- source: "src/components/separator.tsx",
781
+ source: "src/components/separator/index.tsx",
782
782
  description: "Horizontal or vertical separator primitive.",
783
783
  useCases: ["Visual dividers", "Grouped content separation"],
784
784
  migrationHints: [],
@@ -792,7 +792,7 @@ var components_default = {
792
792
  from: "@nextop-os/ui-system/components",
793
793
  category: "composition",
794
794
  status: "stable",
795
- source: "src/components/toast.tsx",
795
+ source: "src/components/toast/index.tsx",
796
796
  description: "Provider primitive for toast notification state.",
797
797
  useCases: ["Toast notification setup"],
798
798
  migrationHints: []
@@ -805,7 +805,7 @@ var components_default = {
805
805
  from: "@nextop-os/ui-system/components",
806
806
  category: "composition",
807
807
  status: "stable",
808
- source: "src/components/toast.tsx",
808
+ source: "src/components/toast/index.tsx",
809
809
  description: "Toast notification surface primitive.",
810
810
  useCases: ["Toast messages", "Transient feedback"],
811
811
  migrationHints: [],
@@ -819,7 +819,7 @@ var components_default = {
819
819
  from: "@nextop-os/ui-system/components",
820
820
  category: "composition",
821
821
  status: "stable",
822
- source: "src/components/toast.tsx",
822
+ source: "src/components/toast/index.tsx",
823
823
  description: "Title region for toast notifications.",
824
824
  useCases: ["Toast headings"],
825
825
  migrationHints: []
@@ -832,7 +832,7 @@ var components_default = {
832
832
  from: "@nextop-os/ui-system/components",
833
833
  category: "composition",
834
834
  status: "stable",
835
- source: "src/components/toast.tsx",
835
+ source: "src/components/toast/index.tsx",
836
836
  description: "Description region for toast notifications.",
837
837
  useCases: ["Toast supporting copy"],
838
838
  migrationHints: []
@@ -845,7 +845,7 @@ var components_default = {
845
845
  from: "@nextop-os/ui-system/components",
846
846
  category: "composition",
847
847
  status: "stable",
848
- source: "src/components/toast.tsx",
848
+ source: "src/components/toast/index.tsx",
849
849
  description: "Close control for toast notifications.",
850
850
  useCases: ["Dismissible toasts"],
851
851
  migrationHints: []
@@ -858,7 +858,7 @@ var components_default = {
858
858
  from: "@nextop-os/ui-system/components",
859
859
  category: "composition",
860
860
  status: "stable",
861
- source: "src/components/toast.tsx",
861
+ source: "src/components/toast/index.tsx",
862
862
  description: "Viewport container for toast notification placement.",
863
863
  useCases: ["Toast stacks"],
864
864
  migrationHints: []
@@ -871,7 +871,7 @@ var components_default = {
871
871
  from: "@nextop-os/ui-system/components",
872
872
  category: "utility",
873
873
  status: "stable",
874
- source: "src/components/toast.tsx",
874
+ source: "src/components/toast/index.tsx",
875
875
  description: "Class variance helper for Toast styling.",
876
876
  useCases: ["Composing toast-compatible styles"],
877
877
  migrationHints: []
@@ -884,7 +884,7 @@ var components_default = {
884
884
  from: "@nextop-os/ui-system/components",
885
885
  category: "primitive",
886
886
  status: "stable",
887
- source: "src/components/checkbox.tsx",
887
+ source: "src/components/checkbox/index.tsx",
888
888
  description: "Compact boolean checkbox primitive for dense workbench forms and lists.",
889
889
  useCases: [
890
890
  "Settings forms",
@@ -904,7 +904,7 @@ var components_default = {
904
904
  from: "@nextop-os/ui-system/components",
905
905
  category: "primitive",
906
906
  status: "stable",
907
- source: "src/components/switch.tsx",
907
+ source: "src/components/switch/index.tsx",
908
908
  description: "Immediate on-off switch primitive for preference and runtime toggles.",
909
909
  useCases: [
910
910
  "Settings panels",
@@ -924,7 +924,7 @@ var components_default = {
924
924
  from: "@nextop-os/ui-system/components",
925
925
  category: "composition",
926
926
  status: "stable",
927
- source: "src/components/tooltip.tsx",
927
+ source: "src/components/tooltip/index.tsx",
928
928
  description: "Tooltip root primitive for short contextual guidance and control labels.",
929
929
  useCases: ["Icon button hints", "Dense UI annotations"],
930
930
  migrationHints: [],
@@ -938,7 +938,7 @@ var components_default = {
938
938
  from: "@nextop-os/ui-system/components",
939
939
  category: "composition",
940
940
  status: "stable",
941
- source: "src/components/tooltip.tsx",
941
+ source: "src/components/tooltip/index.tsx",
942
942
  description: "Provider primitive for tooltip timing behavior.",
943
943
  useCases: ["Tooltip setup"],
944
944
  migrationHints: []
@@ -951,7 +951,7 @@ var components_default = {
951
951
  from: "@nextop-os/ui-system/components",
952
952
  category: "composition",
953
953
  status: "stable",
954
- source: "src/components/tooltip.tsx",
954
+ source: "src/components/tooltip/index.tsx",
955
955
  description: "Trigger primitive that anchors shared tooltip content.",
956
956
  useCases: ["Hover targets", "Focus targets"],
957
957
  migrationHints: []
@@ -964,7 +964,7 @@ var components_default = {
964
964
  from: "@nextop-os/ui-system/components",
965
965
  category: "composition",
966
966
  status: "stable",
967
- source: "src/components/tooltip.tsx",
967
+ source: "src/components/tooltip/index.tsx",
968
968
  description: "Tooltip surface content primitive with shared workbench styling.",
969
969
  useCases: ["Short helper copy", "Keyboard shortcut hints"],
970
970
  migrationHints: []
@@ -977,7 +977,7 @@ var components_default = {
977
977
  from: "@nextop-os/ui-system/components",
978
978
  category: "composition",
979
979
  status: "stable",
980
- source: "src/components/tooltip.tsx",
980
+ source: "src/components/tooltip/index.tsx",
981
981
  description: "Tooltip portal primitive for layered rendering.",
982
982
  useCases: ["Tooltip layering"],
983
983
  migrationHints: []
@@ -990,7 +990,7 @@ var components_default = {
990
990
  from: "@nextop-os/ui-system/components",
991
991
  category: "composition",
992
992
  status: "stable",
993
- source: "src/components/popover.tsx",
993
+ source: "src/components/popover/index.tsx",
994
994
  description: "Popover root primitive for anchored floating workbench panels.",
995
995
  useCases: [
996
996
  "Inline settings",
@@ -1008,7 +1008,7 @@ var components_default = {
1008
1008
  from: "@nextop-os/ui-system/components",
1009
1009
  category: "composition",
1010
1010
  status: "stable",
1011
- source: "src/components/popover.tsx",
1011
+ source: "src/components/popover/index.tsx",
1012
1012
  description: "Trigger primitive that anchors popover content.",
1013
1013
  useCases: ["Popover entry buttons"],
1014
1014
  migrationHints: []
@@ -1021,7 +1021,7 @@ var components_default = {
1021
1021
  from: "@nextop-os/ui-system/components",
1022
1022
  category: "composition",
1023
1023
  status: "stable",
1024
- source: "src/components/popover.tsx",
1024
+ source: "src/components/popover/index.tsx",
1025
1025
  description: "Shared popover surface primitive with workbench panel styling.",
1026
1026
  useCases: ["Filters", "Small forms", "Inline command groups"],
1027
1027
  migrationHints: []
@@ -1034,7 +1034,7 @@ var components_default = {
1034
1034
  from: "@nextop-os/ui-system/components",
1035
1035
  category: "composition",
1036
1036
  status: "stable",
1037
- source: "src/components/popover.tsx",
1037
+ source: "src/components/popover/index.tsx",
1038
1038
  description: "Anchor primitive for explicit popover positioning.",
1039
1039
  useCases: ["Custom overlay anchors"],
1040
1040
  migrationHints: []
@@ -1047,7 +1047,7 @@ var components_default = {
1047
1047
  from: "@nextop-os/ui-system/components",
1048
1048
  category: "composition",
1049
1049
  status: "stable",
1050
- source: "src/components/popover.tsx",
1050
+ source: "src/components/popover/index.tsx",
1051
1051
  description: "Popover portal primitive for layered rendering.",
1052
1052
  useCases: ["Popover layering"],
1053
1053
  migrationHints: []
@@ -1060,7 +1060,7 @@ var components_default = {
1060
1060
  from: "@nextop-os/ui-system/components",
1061
1061
  category: "composition",
1062
1062
  status: "stable",
1063
- source: "src/components/popover.tsx",
1063
+ source: "src/components/popover/index.tsx",
1064
1064
  description: "Close primitive for popover content actions.",
1065
1065
  useCases: ["Dismiss actions in popovers"],
1066
1066
  migrationHints: []
@@ -1073,7 +1073,7 @@ var components_default = {
1073
1073
  from: "@nextop-os/ui-system/components",
1074
1074
  category: "primitive",
1075
1075
  status: "stable",
1076
- source: "src/components/textarea.tsx",
1076
+ source: "src/components/textarea/index.tsx",
1077
1077
  description: "Multi-line text input primitive aligned with shared workbench field tokens.",
1078
1078
  useCases: ["Prompt editors", "Notes", "Long-form form fields"],
1079
1079
  migrationHints: [
@@ -1089,7 +1089,7 @@ var components_default = {
1089
1089
  from: "@nextop-os/ui-system/components",
1090
1090
  category: "primitive",
1091
1091
  status: "stable",
1092
- source: "src/components/spinner.tsx",
1092
+ source: "src/components/spinner/index.tsx",
1093
1093
  description: "Lightweight loading spinner primitive for inline and panel-level busy states.",
1094
1094
  useCases: [
1095
1095
  "Button busy indicators",
@@ -1109,7 +1109,7 @@ var components_default = {
1109
1109
  from: "@nextop-os/ui-system/components",
1110
1110
  category: "composition",
1111
1111
  status: "stable",
1112
- source: "src/components/underline-tabs.tsx",
1112
+ source: "src/components/underline-tabs/index.tsx",
1113
1113
  description: "Scrollable underline tab row primitive for dense pane navigation.",
1114
1114
  useCases: [
1115
1115
  "Pane switching",
@@ -1127,7 +1127,7 @@ var components_default = {
1127
1127
  from: "@nextop-os/ui-system/components",
1128
1128
  category: "composition",
1129
1129
  status: "stable",
1130
- source: "src/components/date-picker.tsx",
1130
+ source: "src/components/date-picker/index.tsx",
1131
1131
  description: "Host-agnostic calendar picker with layered month grid popover.",
1132
1132
  useCases: ["Date filters", "Scheduling fields", "Deadline selection"],
1133
1133
  migrationHints: [],
@@ -1141,7 +1141,7 @@ var components_default = {
1141
1141
  from: "@nextop-os/ui-system/components",
1142
1142
  category: "primitive",
1143
1143
  status: "stable",
1144
- source: "src/components/status-dot.tsx",
1144
+ source: "src/components/status-dot/index.tsx",
1145
1145
  description: "Small semantic presence and status marker with optional pulse treatment.",
1146
1146
  useCases: [
1147
1147
  "Connection status",
@@ -1159,7 +1159,7 @@ var components_default = {
1159
1159
  from: "@nextop-os/ui-system/components",
1160
1160
  category: "utility",
1161
1161
  status: "stable",
1162
- source: "src/components/status-dot.tsx",
1162
+ source: "src/components/status-dot/index.tsx",
1163
1163
  description: "Class variance helper for StatusDot tone, size, and pulse styling.",
1164
1164
  useCases: ["Composing StatusDot-compatible wrappers"],
1165
1165
  migrationHints: []
@@ -1172,7 +1172,7 @@ var components_default = {
1172
1172
  from: "@nextop-os/ui-system/components",
1173
1173
  category: "composition",
1174
1174
  status: "stable",
1175
- source: "src/components/menu-surface.tsx",
1175
+ source: "src/components/menu-surface/index.tsx",
1176
1176
  description: "Token-backed menu container for small floating command and navigation surfaces.",
1177
1177
  useCases: [
1178
1178
  "Dropdown menu panels",
@@ -1190,7 +1190,7 @@ var components_default = {
1190
1190
  from: "@nextop-os/ui-system/components",
1191
1191
  category: "utility",
1192
1192
  status: "stable",
1193
- source: "src/components/menu-surface.tsx",
1193
+ source: "src/components/menu-surface/index.tsx",
1194
1194
  description: "Shared class contract for composing MenuSurface-compatible wrappers.",
1195
1195
  useCases: ["Composing menu-compatible surfaces"],
1196
1196
  migrationHints: []
@@ -1203,7 +1203,7 @@ var components_default = {
1203
1203
  from: "@nextop-os/ui-system/components",
1204
1204
  category: "utility",
1205
1205
  status: "stable",
1206
- source: "src/components/menu-surface.tsx",
1206
+ source: "src/components/menu-surface/index.tsx",
1207
1207
  description: "Shared token-backed item class for MenuSurface-compatible menu rows.",
1208
1208
  useCases: ["Composing menu-compatible selectable rows"],
1209
1209
  migrationHints: []
@@ -1216,7 +1216,7 @@ var components_default = {
1216
1216
  from: "@nextop-os/ui-system/components",
1217
1217
  category: "utility",
1218
1218
  status: "stable",
1219
- source: "src/components/menu-surface.tsx",
1219
+ source: "src/components/menu-surface/index.tsx",
1220
1220
  description: "Shared token-backed item class for MenuSurface rows with trailing indicators.",
1221
1221
  useCases: [
1222
1222
  "Composing menu-compatible radio, checkbox, and select rows"
@@ -1231,7 +1231,7 @@ var components_default = {
1231
1231
  from: "@nextop-os/ui-system/components",
1232
1232
  category: "utility",
1233
1233
  status: "stable",
1234
- source: "src/components/menu-surface.tsx",
1234
+ source: "src/components/menu-surface/index.tsx",
1235
1235
  description: "Shared trailing indicator placement class for MenuSurface-compatible menu rows.",
1236
1236
  useCases: ["Positioning selected, radio, and checkbox menu indicators"],
1237
1237
  migrationHints: []
@@ -1244,7 +1244,7 @@ var components_default = {
1244
1244
  from: "@nextop-os/ui-system/components",
1245
1245
  category: "composition",
1246
1246
  status: "stable",
1247
- source: "src/components/viewport-menu-surface.tsx",
1247
+ source: "src/components/viewport-menu-surface/index.tsx",
1248
1248
  description: "Viewport-aware floating menu surface for absolute and point-based placement.",
1249
1249
  useCases: [
1250
1250
  "Canvas context menus",
@@ -2070,6 +2070,20 @@ var components_default = {
2070
2070
  migrationHints: [],
2071
2071
  iconVariant: "filled"
2072
2072
  },
2073
+ {
2074
+ id: "codex-filled-icon",
2075
+ layer: "base",
2076
+ name: "CodexFilledIcon",
2077
+ export: "CodexFilledIcon",
2078
+ from: "@nextop-os/ui-system/icons",
2079
+ category: "icon",
2080
+ status: "stable",
2081
+ source: "src/icons/system-icons.tsx",
2082
+ description: "Source-derived Codex agent mark for Agent GUI empty hero surfaces.",
2083
+ useCases: ["Agent GUI empty state", "Codex agent identity"],
2084
+ migrationHints: [],
2085
+ iconVariant: "filled"
2086
+ },
2073
2087
  {
2074
2088
  id: "folder-failed-filled-icon",
2075
2089
  layer: "base",