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