@nextop-os/ui-system 0.0.25 → 0.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-W4FQ2FEN.js → chunk-D5Y4OBKX.js} +205 -104
- package/dist/chunk-D5Y4OBKX.js.map +1 -0
- package/dist/{chunk-TYJPBTBR.js → chunk-UELLN5VR.js} +14 -68
- package/dist/chunk-UELLN5VR.js.map +1 -0
- package/dist/components/index.d.ts +17 -5
- package/dist/components/index.js +4 -2
- package/dist/icons/index.d.ts +5 -9
- package/dist/icons/index.js +9 -17
- package/dist/index.d.ts +2 -2
- package/dist/index.js +12 -18
- package/dist/metadata/components.json +56 -94
- package/dist/metadata/index.js +56 -94
- package/dist/metadata/index.js.map +1 -1
- package/dist/styles/theme.css +4 -4
- package/package.json +1 -1
- package/ui-system.md +3 -1
- package/dist/chunk-TYJPBTBR.js.map +0 -1
- package/dist/chunk-W4FQ2FEN.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -37,6 +37,7 @@ import {
|
|
|
37
37
|
DropdownMenuSubTrigger,
|
|
38
38
|
DropdownMenuTrigger,
|
|
39
39
|
Input,
|
|
40
|
+
MentionPill,
|
|
40
41
|
MenuSurface,
|
|
41
42
|
Popover,
|
|
42
43
|
PopoverAnchor,
|
|
@@ -90,7 +91,7 @@ import {
|
|
|
90
91
|
menuSurfaceClassName,
|
|
91
92
|
statusDotVariants,
|
|
92
93
|
toastVariants
|
|
93
|
-
} from "./chunk-
|
|
94
|
+
} from "./chunk-D5Y4OBKX.js";
|
|
94
95
|
import {
|
|
95
96
|
formatNextopDateTime,
|
|
96
97
|
formatNextopShortDateTime,
|
|
@@ -103,7 +104,6 @@ import {
|
|
|
103
104
|
import {
|
|
104
105
|
AddIcon,
|
|
105
106
|
AgentSessionsIcon,
|
|
106
|
-
AlertIcon,
|
|
107
107
|
AppWindowIcon,
|
|
108
108
|
ArrowLeftIcon,
|
|
109
109
|
ArrowRightIcon,
|
|
@@ -111,10 +111,8 @@ import {
|
|
|
111
111
|
ChatIcon,
|
|
112
112
|
CheckIcon,
|
|
113
113
|
ChevronDownIcon,
|
|
114
|
-
ChevronRightIcon,
|
|
115
114
|
ChevronUpIcon,
|
|
116
115
|
CloseIcon,
|
|
117
|
-
CodexFilledIcon,
|
|
118
116
|
CopyIcon,
|
|
119
117
|
CreateChatIcon,
|
|
120
118
|
DarkModeIcon,
|
|
@@ -129,8 +127,7 @@ import {
|
|
|
129
127
|
FileCodeIcon,
|
|
130
128
|
FileCreateIcon,
|
|
131
129
|
FileIcon,
|
|
132
|
-
|
|
133
|
-
FileSpreadsheetIcon,
|
|
130
|
+
FileLinedIcon,
|
|
134
131
|
FileTextIcon,
|
|
135
132
|
FolderFailedIcon,
|
|
136
133
|
FolderFilledIcon,
|
|
@@ -150,7 +147,6 @@ import {
|
|
|
150
147
|
IssueIcon,
|
|
151
148
|
KeyboardIcon,
|
|
152
149
|
LaunchIcon,
|
|
153
|
-
LayoutGridIcon,
|
|
154
150
|
LayoutMenuIcon,
|
|
155
151
|
LightModeIcon,
|
|
156
152
|
LinkIcon,
|
|
@@ -160,9 +156,11 @@ import {
|
|
|
160
156
|
MinimizeIcon,
|
|
161
157
|
MoreHorizontalIcon,
|
|
162
158
|
NavAgentsIcon,
|
|
159
|
+
NavApplicationsFilledIcon,
|
|
160
|
+
NavApplicationsLinedIcon,
|
|
163
161
|
NavLaunchIcon,
|
|
164
|
-
NavTemplatesIcon,
|
|
165
162
|
NewWorkspaceIcon,
|
|
163
|
+
NewWorkspaceLinedIcon,
|
|
166
164
|
OpenSessionsIcon,
|
|
167
165
|
OverviewLayoutIcon,
|
|
168
166
|
PanelIcon,
|
|
@@ -174,7 +172,6 @@ import {
|
|
|
174
172
|
RoomsHintIcon,
|
|
175
173
|
SearchIcon,
|
|
176
174
|
SettingsIcon,
|
|
177
|
-
SparkIcon,
|
|
178
175
|
SuccessFilledIcon,
|
|
179
176
|
SuccessLinedIcon,
|
|
180
177
|
TaskIcon,
|
|
@@ -188,14 +185,13 @@ import {
|
|
|
188
185
|
WarningLinedIcon,
|
|
189
186
|
WebIcon,
|
|
190
187
|
WebScrapeIcon
|
|
191
|
-
} from "./chunk-
|
|
188
|
+
} from "./chunk-UELLN5VR.js";
|
|
192
189
|
import {
|
|
193
190
|
cn
|
|
194
191
|
} from "./chunk-DGPY4WP3.js";
|
|
195
192
|
export {
|
|
196
193
|
AddIcon,
|
|
197
194
|
AgentSessionsIcon,
|
|
198
|
-
AlertIcon,
|
|
199
195
|
AppWindowIcon,
|
|
200
196
|
ArrowLeftIcon,
|
|
201
197
|
ArrowRightIcon,
|
|
@@ -213,10 +209,8 @@ export {
|
|
|
213
209
|
CheckIcon,
|
|
214
210
|
Checkbox,
|
|
215
211
|
ChevronDownIcon,
|
|
216
|
-
ChevronRightIcon,
|
|
217
212
|
ChevronUpIcon,
|
|
218
213
|
CloseIcon,
|
|
219
|
-
CodexFilledIcon,
|
|
220
214
|
ConfirmationDialog,
|
|
221
215
|
CopyIcon,
|
|
222
216
|
CreateChatIcon,
|
|
@@ -258,8 +252,7 @@ export {
|
|
|
258
252
|
FileCodeIcon,
|
|
259
253
|
FileCreateIcon,
|
|
260
254
|
FileIcon,
|
|
261
|
-
|
|
262
|
-
FileSpreadsheetIcon,
|
|
255
|
+
FileLinedIcon,
|
|
263
256
|
FileTextIcon,
|
|
264
257
|
FolderFailedIcon,
|
|
265
258
|
FolderFilledIcon,
|
|
@@ -280,7 +273,6 @@ export {
|
|
|
280
273
|
IssueIcon,
|
|
281
274
|
KeyboardIcon,
|
|
282
275
|
LaunchIcon,
|
|
283
|
-
LayoutGridIcon,
|
|
284
276
|
LayoutMenuIcon,
|
|
285
277
|
LayoutPresetIcon,
|
|
286
278
|
LightModeIcon,
|
|
@@ -288,13 +280,16 @@ export {
|
|
|
288
280
|
LoadingIcon,
|
|
289
281
|
LocateFolderIcon,
|
|
290
282
|
MaximizeIcon,
|
|
283
|
+
MentionPill,
|
|
291
284
|
MenuSurface,
|
|
292
285
|
MinimizeIcon,
|
|
293
286
|
MoreHorizontalIcon,
|
|
294
287
|
NavAgentsIcon,
|
|
288
|
+
NavApplicationsFilledIcon,
|
|
289
|
+
NavApplicationsLinedIcon,
|
|
295
290
|
NavLaunchIcon,
|
|
296
|
-
NavTemplatesIcon,
|
|
297
291
|
NewWorkspaceIcon,
|
|
292
|
+
NewWorkspaceLinedIcon,
|
|
298
293
|
NextopMark,
|
|
299
294
|
OpenSessionsIcon,
|
|
300
295
|
OverviewLayoutIcon,
|
|
@@ -334,7 +329,6 @@ export {
|
|
|
334
329
|
SelectValue,
|
|
335
330
|
Separator,
|
|
336
331
|
SettingsIcon,
|
|
337
|
-
SparkIcon,
|
|
338
332
|
Spinner,
|
|
339
333
|
StatusDot,
|
|
340
334
|
SuccessFilledIcon,
|
|
@@ -506,6 +506,24 @@
|
|
|
506
506
|
"migrationHints": [],
|
|
507
507
|
"storyboard": true
|
|
508
508
|
},
|
|
509
|
+
{
|
|
510
|
+
"id": "mention-pill",
|
|
511
|
+
"layer": "base",
|
|
512
|
+
"name": "MentionPill",
|
|
513
|
+
"export": "MentionPill",
|
|
514
|
+
"from": "@nextop-os/ui-system/components",
|
|
515
|
+
"category": "primitive",
|
|
516
|
+
"status": "stable",
|
|
517
|
+
"source": "src/components/mention-pill/index.tsx",
|
|
518
|
+
"description": "Inline rich-text mention token for issue, session, and file references.",
|
|
519
|
+
"useCases": [
|
|
520
|
+
"Rich text mentions",
|
|
521
|
+
"Reference chips",
|
|
522
|
+
"Inline file references"
|
|
523
|
+
],
|
|
524
|
+
"migrationHints": [],
|
|
525
|
+
"storyboard": true
|
|
526
|
+
},
|
|
509
527
|
{
|
|
510
528
|
"id": "resizable-panel-group",
|
|
511
529
|
"layer": "base",
|
|
@@ -1310,7 +1328,7 @@
|
|
|
1310
1328
|
"iconVariant": "filled"
|
|
1311
1329
|
},
|
|
1312
1330
|
{
|
|
1313
|
-
"id": "
|
|
1331
|
+
"id": "nav-launch-lined-icon",
|
|
1314
1332
|
"layer": "base",
|
|
1315
1333
|
"name": "DashboardIcon",
|
|
1316
1334
|
"export": "DashboardIcon",
|
|
@@ -1338,32 +1356,32 @@
|
|
|
1338
1356
|
"iconVariant": "filled"
|
|
1339
1357
|
},
|
|
1340
1358
|
{
|
|
1341
|
-
"id": "
|
|
1359
|
+
"id": "new-workspace-lined-icon",
|
|
1342
1360
|
"layer": "base",
|
|
1343
|
-
"name": "
|
|
1344
|
-
"export": "
|
|
1361
|
+
"name": "NewWorkspaceLinedIcon",
|
|
1362
|
+
"export": "NewWorkspaceLinedIcon",
|
|
1345
1363
|
"from": "@nextop-os/ui-system/icons",
|
|
1346
1364
|
"category": "icon",
|
|
1347
1365
|
"status": "stable",
|
|
1348
1366
|
"source": "src/icons/system-icons.tsx",
|
|
1349
|
-
"description": "
|
|
1350
|
-
"useCases": ["
|
|
1367
|
+
"description": "Lined system icon for creating a workspace or folder.",
|
|
1368
|
+
"useCases": ["Create workspace actions", "New folder actions"],
|
|
1351
1369
|
"migrationHints": [],
|
|
1352
1370
|
"iconVariant": "lined"
|
|
1353
1371
|
},
|
|
1354
1372
|
{
|
|
1355
|
-
"id": "
|
|
1373
|
+
"id": "health-lined-icon",
|
|
1356
1374
|
"layer": "base",
|
|
1357
|
-
"name": "
|
|
1358
|
-
"export": "
|
|
1375
|
+
"name": "HealthIcon",
|
|
1376
|
+
"export": "HealthIcon",
|
|
1359
1377
|
"from": "@nextop-os/ui-system/icons",
|
|
1360
1378
|
"category": "icon",
|
|
1361
1379
|
"status": "stable",
|
|
1362
1380
|
"source": "src/icons/system-icons.tsx",
|
|
1363
|
-
"description": "System icon for
|
|
1364
|
-
"useCases": ["
|
|
1381
|
+
"description": "System icon for health or storage state.",
|
|
1382
|
+
"useCases": ["System status", "Storage indicators"],
|
|
1365
1383
|
"migrationHints": [],
|
|
1366
|
-
"iconVariant": "
|
|
1384
|
+
"iconVariant": "lined"
|
|
1367
1385
|
},
|
|
1368
1386
|
{
|
|
1369
1387
|
"id": "loading-lined-icon",
|
|
@@ -1380,7 +1398,7 @@
|
|
|
1380
1398
|
"iconVariant": "lined"
|
|
1381
1399
|
},
|
|
1382
1400
|
{
|
|
1383
|
-
"id": "
|
|
1401
|
+
"id": "nav-agents-lined-icon",
|
|
1384
1402
|
"layer": "base",
|
|
1385
1403
|
"name": "PlatformIcon",
|
|
1386
1404
|
"export": "PlatformIcon",
|
|
@@ -1393,20 +1411,6 @@
|
|
|
1393
1411
|
"migrationHints": [],
|
|
1394
1412
|
"iconVariant": "lined"
|
|
1395
1413
|
},
|
|
1396
|
-
{
|
|
1397
|
-
"id": "spark-filled-icon",
|
|
1398
|
-
"layer": "base",
|
|
1399
|
-
"name": "SparkIcon",
|
|
1400
|
-
"export": "SparkIcon",
|
|
1401
|
-
"from": "@nextop-os/ui-system/icons",
|
|
1402
|
-
"category": "icon",
|
|
1403
|
-
"status": "stable",
|
|
1404
|
-
"source": "src/icons/system-icons.tsx",
|
|
1405
|
-
"description": "System icon for spark or assistant-oriented affordances.",
|
|
1406
|
-
"useCases": ["AI actions", "Highlights"],
|
|
1407
|
-
"migrationHints": [],
|
|
1408
|
-
"iconVariant": "filled"
|
|
1409
|
-
},
|
|
1410
1414
|
{
|
|
1411
1415
|
"id": "settings-lined-icon",
|
|
1412
1416
|
"layer": "base",
|
|
@@ -1691,6 +1695,20 @@
|
|
|
1691
1695
|
"migrationHints": [],
|
|
1692
1696
|
"iconVariant": "filled"
|
|
1693
1697
|
},
|
|
1698
|
+
{
|
|
1699
|
+
"id": "file-lined-icon",
|
|
1700
|
+
"layer": "base",
|
|
1701
|
+
"name": "FileLinedIcon",
|
|
1702
|
+
"export": "FileLinedIcon",
|
|
1703
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1704
|
+
"category": "icon",
|
|
1705
|
+
"status": "stable",
|
|
1706
|
+
"source": "src/icons/system-icons.tsx",
|
|
1707
|
+
"description": "Lined system icon for creating or adding files.",
|
|
1708
|
+
"useCases": ["File items", "New file actions", "Document lists"],
|
|
1709
|
+
"migrationHints": [],
|
|
1710
|
+
"iconVariant": "lined"
|
|
1711
|
+
},
|
|
1694
1712
|
{
|
|
1695
1713
|
"id": "file-text-filled-icon",
|
|
1696
1714
|
"layer": "base",
|
|
@@ -1720,7 +1738,7 @@
|
|
|
1720
1738
|
"iconVariant": "filled"
|
|
1721
1739
|
},
|
|
1722
1740
|
{
|
|
1723
|
-
"id": "
|
|
1741
|
+
"id": "create-filled-icon",
|
|
1724
1742
|
"layer": "base",
|
|
1725
1743
|
"name": "FileCreateIcon",
|
|
1726
1744
|
"export": "FileCreateIcon",
|
|
@@ -1733,34 +1751,6 @@
|
|
|
1733
1751
|
"migrationHints": [],
|
|
1734
1752
|
"iconVariant": "filled"
|
|
1735
1753
|
},
|
|
1736
|
-
{
|
|
1737
|
-
"id": "file-search-lined-icon",
|
|
1738
|
-
"layer": "base",
|
|
1739
|
-
"name": "FileSearchIcon",
|
|
1740
|
-
"export": "FileSearchIcon",
|
|
1741
|
-
"from": "@nextop-os/ui-system/icons",
|
|
1742
|
-
"category": "icon",
|
|
1743
|
-
"status": "stable",
|
|
1744
|
-
"source": "src/icons/system-icons.tsx",
|
|
1745
|
-
"description": "System icon for searching files.",
|
|
1746
|
-
"useCases": ["File search", "Inspect file actions"],
|
|
1747
|
-
"migrationHints": [],
|
|
1748
|
-
"iconVariant": "lined"
|
|
1749
|
-
},
|
|
1750
|
-
{
|
|
1751
|
-
"id": "file-spreadsheet-filled-icon",
|
|
1752
|
-
"layer": "base",
|
|
1753
|
-
"name": "FileSpreadsheetIcon",
|
|
1754
|
-
"export": "FileSpreadsheetIcon",
|
|
1755
|
-
"from": "@nextop-os/ui-system/icons",
|
|
1756
|
-
"category": "icon",
|
|
1757
|
-
"status": "stable",
|
|
1758
|
-
"source": "src/icons/system-icons.tsx",
|
|
1759
|
-
"description": "System icon for spreadsheet files.",
|
|
1760
|
-
"useCases": ["Spreadsheet file items"],
|
|
1761
|
-
"migrationHints": [],
|
|
1762
|
-
"iconVariant": "filled"
|
|
1763
|
-
},
|
|
1764
1754
|
{
|
|
1765
1755
|
"id": "image-file-filled-icon",
|
|
1766
1756
|
"layer": "base",
|
|
@@ -1789,20 +1779,6 @@
|
|
|
1789
1779
|
"migrationHints": [],
|
|
1790
1780
|
"iconVariant": "lined"
|
|
1791
1781
|
},
|
|
1792
|
-
{
|
|
1793
|
-
"id": "chevron-right-lined-icon",
|
|
1794
|
-
"layer": "base",
|
|
1795
|
-
"name": "ChevronRightIcon",
|
|
1796
|
-
"export": "ChevronRightIcon",
|
|
1797
|
-
"from": "@nextop-os/ui-system/icons",
|
|
1798
|
-
"category": "icon",
|
|
1799
|
-
"status": "stable",
|
|
1800
|
-
"source": "src/icons/system-icons.tsx",
|
|
1801
|
-
"description": "System icon for rightward disclosure or nested navigation.",
|
|
1802
|
-
"useCases": ["Disclosure controls", "Nested menu triggers"],
|
|
1803
|
-
"migrationHints": [],
|
|
1804
|
-
"iconVariant": "lined"
|
|
1805
|
-
},
|
|
1806
1782
|
{
|
|
1807
1783
|
"id": "edit-lined-icon",
|
|
1808
1784
|
"layer": "base",
|
|
@@ -1818,16 +1794,16 @@
|
|
|
1818
1794
|
"iconVariant": "lined"
|
|
1819
1795
|
},
|
|
1820
1796
|
{
|
|
1821
|
-
"id": "
|
|
1797
|
+
"id": "nav-applications-lined-icon",
|
|
1822
1798
|
"layer": "base",
|
|
1823
|
-
"name": "
|
|
1824
|
-
"export": "
|
|
1799
|
+
"name": "NavApplicationsLinedIcon",
|
|
1800
|
+
"export": "NavApplicationsLinedIcon",
|
|
1825
1801
|
"from": "@nextop-os/ui-system/icons",
|
|
1826
1802
|
"category": "icon",
|
|
1827
1803
|
"status": "stable",
|
|
1828
1804
|
"source": "src/icons/system-icons.tsx",
|
|
1829
|
-
"description": "
|
|
1830
|
-
"useCases": ["
|
|
1805
|
+
"description": "Navigation icon for applications.",
|
|
1806
|
+
"useCases": ["Applications navigation", "App grids"],
|
|
1831
1807
|
"migrationHints": [],
|
|
1832
1808
|
"iconVariant": "lined"
|
|
1833
1809
|
},
|
|
@@ -2069,20 +2045,6 @@
|
|
|
2069
2045
|
"migrationHints": [],
|
|
2070
2046
|
"iconVariant": "filled"
|
|
2071
2047
|
},
|
|
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
|
-
},
|
|
2086
2048
|
{
|
|
2087
2049
|
"id": "folder-failed-filled-icon",
|
|
2088
2050
|
"layer": "base",
|
|
@@ -2210,16 +2172,16 @@
|
|
|
2210
2172
|
"iconVariant": "filled"
|
|
2211
2173
|
},
|
|
2212
2174
|
{
|
|
2213
|
-
"id": "nav-
|
|
2175
|
+
"id": "nav-applications-filled-icon",
|
|
2214
2176
|
"layer": "base",
|
|
2215
|
-
"name": "
|
|
2216
|
-
"export": "
|
|
2177
|
+
"name": "NavApplicationsFilledIcon",
|
|
2178
|
+
"export": "NavApplicationsFilledIcon",
|
|
2217
2179
|
"from": "@nextop-os/ui-system/icons",
|
|
2218
2180
|
"category": "icon",
|
|
2219
2181
|
"status": "stable",
|
|
2220
2182
|
"source": "src/icons/system-icons.tsx",
|
|
2221
|
-
"description": "Navigation icon for
|
|
2222
|
-
"useCases": ["
|
|
2183
|
+
"description": "Navigation icon for applications.",
|
|
2184
|
+
"useCases": ["Applications navigation", "App grids"],
|
|
2223
2185
|
"migrationHints": [],
|
|
2224
2186
|
"iconVariant": "filled"
|
|
2225
2187
|
},
|
package/dist/metadata/index.js
CHANGED
|
@@ -507,6 +507,24 @@ var components_default = {
|
|
|
507
507
|
migrationHints: [],
|
|
508
508
|
storyboard: true
|
|
509
509
|
},
|
|
510
|
+
{
|
|
511
|
+
id: "mention-pill",
|
|
512
|
+
layer: "base",
|
|
513
|
+
name: "MentionPill",
|
|
514
|
+
export: "MentionPill",
|
|
515
|
+
from: "@nextop-os/ui-system/components",
|
|
516
|
+
category: "primitive",
|
|
517
|
+
status: "stable",
|
|
518
|
+
source: "src/components/mention-pill/index.tsx",
|
|
519
|
+
description: "Inline rich-text mention token for issue, session, and file references.",
|
|
520
|
+
useCases: [
|
|
521
|
+
"Rich text mentions",
|
|
522
|
+
"Reference chips",
|
|
523
|
+
"Inline file references"
|
|
524
|
+
],
|
|
525
|
+
migrationHints: [],
|
|
526
|
+
storyboard: true
|
|
527
|
+
},
|
|
510
528
|
{
|
|
511
529
|
id: "resizable-panel-group",
|
|
512
530
|
layer: "base",
|
|
@@ -1311,7 +1329,7 @@ var components_default = {
|
|
|
1311
1329
|
iconVariant: "filled"
|
|
1312
1330
|
},
|
|
1313
1331
|
{
|
|
1314
|
-
id: "
|
|
1332
|
+
id: "nav-launch-lined-icon",
|
|
1315
1333
|
layer: "base",
|
|
1316
1334
|
name: "DashboardIcon",
|
|
1317
1335
|
export: "DashboardIcon",
|
|
@@ -1339,32 +1357,32 @@ var components_default = {
|
|
|
1339
1357
|
iconVariant: "filled"
|
|
1340
1358
|
},
|
|
1341
1359
|
{
|
|
1342
|
-
id: "
|
|
1360
|
+
id: "new-workspace-lined-icon",
|
|
1343
1361
|
layer: "base",
|
|
1344
|
-
name: "
|
|
1345
|
-
export: "
|
|
1362
|
+
name: "NewWorkspaceLinedIcon",
|
|
1363
|
+
export: "NewWorkspaceLinedIcon",
|
|
1346
1364
|
from: "@nextop-os/ui-system/icons",
|
|
1347
1365
|
category: "icon",
|
|
1348
1366
|
status: "stable",
|
|
1349
1367
|
source: "src/icons/system-icons.tsx",
|
|
1350
|
-
description: "
|
|
1351
|
-
useCases: ["
|
|
1368
|
+
description: "Lined system icon for creating a workspace or folder.",
|
|
1369
|
+
useCases: ["Create workspace actions", "New folder actions"],
|
|
1352
1370
|
migrationHints: [],
|
|
1353
1371
|
iconVariant: "lined"
|
|
1354
1372
|
},
|
|
1355
1373
|
{
|
|
1356
|
-
id: "
|
|
1374
|
+
id: "health-lined-icon",
|
|
1357
1375
|
layer: "base",
|
|
1358
|
-
name: "
|
|
1359
|
-
export: "
|
|
1376
|
+
name: "HealthIcon",
|
|
1377
|
+
export: "HealthIcon",
|
|
1360
1378
|
from: "@nextop-os/ui-system/icons",
|
|
1361
1379
|
category: "icon",
|
|
1362
1380
|
status: "stable",
|
|
1363
1381
|
source: "src/icons/system-icons.tsx",
|
|
1364
|
-
description: "System icon for
|
|
1365
|
-
useCases: ["
|
|
1382
|
+
description: "System icon for health or storage state.",
|
|
1383
|
+
useCases: ["System status", "Storage indicators"],
|
|
1366
1384
|
migrationHints: [],
|
|
1367
|
-
iconVariant: "
|
|
1385
|
+
iconVariant: "lined"
|
|
1368
1386
|
},
|
|
1369
1387
|
{
|
|
1370
1388
|
id: "loading-lined-icon",
|
|
@@ -1381,7 +1399,7 @@ var components_default = {
|
|
|
1381
1399
|
iconVariant: "lined"
|
|
1382
1400
|
},
|
|
1383
1401
|
{
|
|
1384
|
-
id: "
|
|
1402
|
+
id: "nav-agents-lined-icon",
|
|
1385
1403
|
layer: "base",
|
|
1386
1404
|
name: "PlatformIcon",
|
|
1387
1405
|
export: "PlatformIcon",
|
|
@@ -1394,20 +1412,6 @@ var components_default = {
|
|
|
1394
1412
|
migrationHints: [],
|
|
1395
1413
|
iconVariant: "lined"
|
|
1396
1414
|
},
|
|
1397
|
-
{
|
|
1398
|
-
id: "spark-filled-icon",
|
|
1399
|
-
layer: "base",
|
|
1400
|
-
name: "SparkIcon",
|
|
1401
|
-
export: "SparkIcon",
|
|
1402
|
-
from: "@nextop-os/ui-system/icons",
|
|
1403
|
-
category: "icon",
|
|
1404
|
-
status: "stable",
|
|
1405
|
-
source: "src/icons/system-icons.tsx",
|
|
1406
|
-
description: "System icon for spark or assistant-oriented affordances.",
|
|
1407
|
-
useCases: ["AI actions", "Highlights"],
|
|
1408
|
-
migrationHints: [],
|
|
1409
|
-
iconVariant: "filled"
|
|
1410
|
-
},
|
|
1411
1415
|
{
|
|
1412
1416
|
id: "settings-lined-icon",
|
|
1413
1417
|
layer: "base",
|
|
@@ -1692,6 +1696,20 @@ var components_default = {
|
|
|
1692
1696
|
migrationHints: [],
|
|
1693
1697
|
iconVariant: "filled"
|
|
1694
1698
|
},
|
|
1699
|
+
{
|
|
1700
|
+
id: "file-lined-icon",
|
|
1701
|
+
layer: "base",
|
|
1702
|
+
name: "FileLinedIcon",
|
|
1703
|
+
export: "FileLinedIcon",
|
|
1704
|
+
from: "@nextop-os/ui-system/icons",
|
|
1705
|
+
category: "icon",
|
|
1706
|
+
status: "stable",
|
|
1707
|
+
source: "src/icons/system-icons.tsx",
|
|
1708
|
+
description: "Lined system icon for creating or adding files.",
|
|
1709
|
+
useCases: ["File items", "New file actions", "Document lists"],
|
|
1710
|
+
migrationHints: [],
|
|
1711
|
+
iconVariant: "lined"
|
|
1712
|
+
},
|
|
1695
1713
|
{
|
|
1696
1714
|
id: "file-text-filled-icon",
|
|
1697
1715
|
layer: "base",
|
|
@@ -1721,7 +1739,7 @@ var components_default = {
|
|
|
1721
1739
|
iconVariant: "filled"
|
|
1722
1740
|
},
|
|
1723
1741
|
{
|
|
1724
|
-
id: "
|
|
1742
|
+
id: "create-filled-icon",
|
|
1725
1743
|
layer: "base",
|
|
1726
1744
|
name: "FileCreateIcon",
|
|
1727
1745
|
export: "FileCreateIcon",
|
|
@@ -1734,34 +1752,6 @@ var components_default = {
|
|
|
1734
1752
|
migrationHints: [],
|
|
1735
1753
|
iconVariant: "filled"
|
|
1736
1754
|
},
|
|
1737
|
-
{
|
|
1738
|
-
id: "file-search-lined-icon",
|
|
1739
|
-
layer: "base",
|
|
1740
|
-
name: "FileSearchIcon",
|
|
1741
|
-
export: "FileSearchIcon",
|
|
1742
|
-
from: "@nextop-os/ui-system/icons",
|
|
1743
|
-
category: "icon",
|
|
1744
|
-
status: "stable",
|
|
1745
|
-
source: "src/icons/system-icons.tsx",
|
|
1746
|
-
description: "System icon for searching files.",
|
|
1747
|
-
useCases: ["File search", "Inspect file actions"],
|
|
1748
|
-
migrationHints: [],
|
|
1749
|
-
iconVariant: "lined"
|
|
1750
|
-
},
|
|
1751
|
-
{
|
|
1752
|
-
id: "file-spreadsheet-filled-icon",
|
|
1753
|
-
layer: "base",
|
|
1754
|
-
name: "FileSpreadsheetIcon",
|
|
1755
|
-
export: "FileSpreadsheetIcon",
|
|
1756
|
-
from: "@nextop-os/ui-system/icons",
|
|
1757
|
-
category: "icon",
|
|
1758
|
-
status: "stable",
|
|
1759
|
-
source: "src/icons/system-icons.tsx",
|
|
1760
|
-
description: "System icon for spreadsheet files.",
|
|
1761
|
-
useCases: ["Spreadsheet file items"],
|
|
1762
|
-
migrationHints: [],
|
|
1763
|
-
iconVariant: "filled"
|
|
1764
|
-
},
|
|
1765
1755
|
{
|
|
1766
1756
|
id: "image-file-filled-icon",
|
|
1767
1757
|
layer: "base",
|
|
@@ -1790,20 +1780,6 @@ var components_default = {
|
|
|
1790
1780
|
migrationHints: [],
|
|
1791
1781
|
iconVariant: "lined"
|
|
1792
1782
|
},
|
|
1793
|
-
{
|
|
1794
|
-
id: "chevron-right-lined-icon",
|
|
1795
|
-
layer: "base",
|
|
1796
|
-
name: "ChevronRightIcon",
|
|
1797
|
-
export: "ChevronRightIcon",
|
|
1798
|
-
from: "@nextop-os/ui-system/icons",
|
|
1799
|
-
category: "icon",
|
|
1800
|
-
status: "stable",
|
|
1801
|
-
source: "src/icons/system-icons.tsx",
|
|
1802
|
-
description: "System icon for rightward disclosure or nested navigation.",
|
|
1803
|
-
useCases: ["Disclosure controls", "Nested menu triggers"],
|
|
1804
|
-
migrationHints: [],
|
|
1805
|
-
iconVariant: "lined"
|
|
1806
|
-
},
|
|
1807
1783
|
{
|
|
1808
1784
|
id: "edit-lined-icon",
|
|
1809
1785
|
layer: "base",
|
|
@@ -1819,16 +1795,16 @@ var components_default = {
|
|
|
1819
1795
|
iconVariant: "lined"
|
|
1820
1796
|
},
|
|
1821
1797
|
{
|
|
1822
|
-
id: "
|
|
1798
|
+
id: "nav-applications-lined-icon",
|
|
1823
1799
|
layer: "base",
|
|
1824
|
-
name: "
|
|
1825
|
-
export: "
|
|
1800
|
+
name: "NavApplicationsLinedIcon",
|
|
1801
|
+
export: "NavApplicationsLinedIcon",
|
|
1826
1802
|
from: "@nextop-os/ui-system/icons",
|
|
1827
1803
|
category: "icon",
|
|
1828
1804
|
status: "stable",
|
|
1829
1805
|
source: "src/icons/system-icons.tsx",
|
|
1830
|
-
description: "
|
|
1831
|
-
useCases: ["
|
|
1806
|
+
description: "Navigation icon for applications.",
|
|
1807
|
+
useCases: ["Applications navigation", "App grids"],
|
|
1832
1808
|
migrationHints: [],
|
|
1833
1809
|
iconVariant: "lined"
|
|
1834
1810
|
},
|
|
@@ -2070,20 +2046,6 @@ var components_default = {
|
|
|
2070
2046
|
migrationHints: [],
|
|
2071
2047
|
iconVariant: "filled"
|
|
2072
2048
|
},
|
|
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
|
-
},
|
|
2087
2049
|
{
|
|
2088
2050
|
id: "folder-failed-filled-icon",
|
|
2089
2051
|
layer: "base",
|
|
@@ -2211,16 +2173,16 @@ var components_default = {
|
|
|
2211
2173
|
iconVariant: "filled"
|
|
2212
2174
|
},
|
|
2213
2175
|
{
|
|
2214
|
-
id: "nav-
|
|
2176
|
+
id: "nav-applications-filled-icon",
|
|
2215
2177
|
layer: "base",
|
|
2216
|
-
name: "
|
|
2217
|
-
export: "
|
|
2178
|
+
name: "NavApplicationsFilledIcon",
|
|
2179
|
+
export: "NavApplicationsFilledIcon",
|
|
2218
2180
|
from: "@nextop-os/ui-system/icons",
|
|
2219
2181
|
category: "icon",
|
|
2220
2182
|
status: "stable",
|
|
2221
2183
|
source: "src/icons/system-icons.tsx",
|
|
2222
|
-
description: "Navigation icon for
|
|
2223
|
-
useCases: ["
|
|
2184
|
+
description: "Navigation icon for applications.",
|
|
2185
|
+
useCases: ["Applications navigation", "App grids"],
|
|
2224
2186
|
migrationHints: [],
|
|
2225
2187
|
iconVariant: "filled"
|
|
2226
2188
|
},
|