@nextop-os/ui-system 0.0.17 → 0.0.19
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 +30 -8
- package/README.md +11 -14
- package/agent/install-skill.mjs +65 -5
- package/agent/nextop-ui-system/SKILL.md +119 -8
- package/agent/nextop-ui-system/references/extract-base-component.md +50 -6
- package/agent/nextop-ui-system/references/maintain-inventory.md +5 -0
- package/agent/nextop-ui-system/references/promote-business-component.md +94 -208
- package/dist/chunk-GE5YVRTV.js +859 -0
- package/dist/chunk-GE5YVRTV.js.map +1 -0
- package/dist/chunk-KJQ366TA.js +70 -0
- package/dist/chunk-KJQ366TA.js.map +1 -0
- package/dist/chunk-LVHEV755.js +2553 -0
- package/dist/chunk-LVHEV755.js.map +1 -0
- package/dist/components/index.d.ts +162 -11
- package/dist/components/index.js +62 -2
- package/dist/date-format.d.ts +6 -0
- package/dist/date-format.js +11 -0
- package/dist/date-format.js.map +1 -0
- package/dist/dev-vite.js +12 -5
- package/dist/dev-vite.js.map +1 -1
- package/dist/icons/index.d.ts +90 -47
- package/dist/icons/index.js +91 -11
- package/dist/index.d.ts +3 -2
- package/dist/index.js +159 -11
- package/dist/metadata/components.json +1320 -265
- package/dist/metadata/components.schema.json +4 -0
- package/dist/metadata/index.d.ts +3 -1
- package/dist/metadata/index.js +1320 -265
- package/dist/metadata/index.js.map +1 -1
- package/dist/styles/base.css +85 -0
- package/dist/styles/index.css +1 -0
- package/dist/styles/semantic.css +7 -0
- package/dist/styles/theme.css +82 -1
- package/package.json +10 -3
- package/ui-system.md +640 -0
- package/UI_SYSTEM_GUIDELINES.md +0 -148
- package/dist/chunk-FT633NLJ.js +0 -1159
- package/dist/chunk-FT633NLJ.js.map +0 -1
- package/dist/chunk-NFSMZKML.js +0 -208
- package/dist/chunk-NFSMZKML.js.map +0 -1
|
@@ -639,6 +639,71 @@
|
|
|
639
639
|
"useCases": ["Option group labels"],
|
|
640
640
|
"migrationHints": []
|
|
641
641
|
},
|
|
642
|
+
{
|
|
643
|
+
"id": "select-split-layout",
|
|
644
|
+
"layer": "base",
|
|
645
|
+
"name": "SelectSplitLayout",
|
|
646
|
+
"export": "SelectSplitLayout",
|
|
647
|
+
"from": "@nextop-os/ui-system/components",
|
|
648
|
+
"category": "composition",
|
|
649
|
+
"status": "stable",
|
|
650
|
+
"source": "src/components/select.tsx",
|
|
651
|
+
"description": "Two-column Select menu layout for model and setting selection.",
|
|
652
|
+
"useCases": ["Model selection", "Asymmetric option groups"],
|
|
653
|
+
"migrationHints": []
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"id": "select-split-column",
|
|
657
|
+
"layer": "base",
|
|
658
|
+
"name": "SelectSplitColumn",
|
|
659
|
+
"export": "SelectSplitColumn",
|
|
660
|
+
"from": "@nextop-os/ui-system/components",
|
|
661
|
+
"category": "composition",
|
|
662
|
+
"status": "stable",
|
|
663
|
+
"source": "src/components/select.tsx",
|
|
664
|
+
"description": "Column container for split Select menu sections.",
|
|
665
|
+
"useCases": ["Model selection columns"],
|
|
666
|
+
"migrationHints": []
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"id": "select-split-column-label",
|
|
670
|
+
"layer": "base",
|
|
671
|
+
"name": "SelectSplitColumnLabel",
|
|
672
|
+
"export": "SelectSplitColumnLabel",
|
|
673
|
+
"from": "@nextop-os/ui-system/components",
|
|
674
|
+
"category": "composition",
|
|
675
|
+
"status": "stable",
|
|
676
|
+
"source": "src/components/select.tsx",
|
|
677
|
+
"description": "Section label for split Select menu columns.",
|
|
678
|
+
"useCases": ["Model selection labels"],
|
|
679
|
+
"migrationHints": []
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"id": "select-split-column-items",
|
|
683
|
+
"layer": "base",
|
|
684
|
+
"name": "SelectSplitColumnItems",
|
|
685
|
+
"export": "SelectSplitColumnItems",
|
|
686
|
+
"from": "@nextop-os/ui-system/components",
|
|
687
|
+
"category": "composition",
|
|
688
|
+
"status": "stable",
|
|
689
|
+
"source": "src/components/select.tsx",
|
|
690
|
+
"description": "Scrollable item stack for split Select menu columns.",
|
|
691
|
+
"useCases": ["Scrollable model option columns"],
|
|
692
|
+
"migrationHints": []
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"id": "select-split-divider",
|
|
696
|
+
"layer": "base",
|
|
697
|
+
"name": "SelectSplitDivider",
|
|
698
|
+
"export": "SelectSplitDivider",
|
|
699
|
+
"from": "@nextop-os/ui-system/components",
|
|
700
|
+
"category": "composition",
|
|
701
|
+
"status": "stable",
|
|
702
|
+
"source": "src/components/select.tsx",
|
|
703
|
+
"description": "Vertical separator between split Select menu columns.",
|
|
704
|
+
"useCases": ["Model selection dividers"],
|
|
705
|
+
"migrationHints": []
|
|
706
|
+
},
|
|
642
707
|
{
|
|
643
708
|
"id": "select-scroll-down-button",
|
|
644
709
|
"layer": "base",
|
|
@@ -811,7 +876,385 @@
|
|
|
811
876
|
"migrationHints": []
|
|
812
877
|
},
|
|
813
878
|
{
|
|
814
|
-
"id": "
|
|
879
|
+
"id": "checkbox",
|
|
880
|
+
"layer": "base",
|
|
881
|
+
"name": "Checkbox",
|
|
882
|
+
"export": "Checkbox",
|
|
883
|
+
"from": "@nextop-os/ui-system/components",
|
|
884
|
+
"category": "primitive",
|
|
885
|
+
"status": "stable",
|
|
886
|
+
"source": "src/components/checkbox.tsx",
|
|
887
|
+
"description": "Compact boolean checkbox primitive for dense workbench forms and lists.",
|
|
888
|
+
"useCases": [
|
|
889
|
+
"Settings forms",
|
|
890
|
+
"Bulk row selection",
|
|
891
|
+
"Boolean field toggles"
|
|
892
|
+
],
|
|
893
|
+
"migrationHints": [
|
|
894
|
+
"Replace local Radix checkbox wrappers with the shared Checkbox to keep token and focus treatment aligned."
|
|
895
|
+
],
|
|
896
|
+
"storyboard": true
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"id": "switch",
|
|
900
|
+
"layer": "base",
|
|
901
|
+
"name": "Switch",
|
|
902
|
+
"export": "Switch",
|
|
903
|
+
"from": "@nextop-os/ui-system/components",
|
|
904
|
+
"category": "primitive",
|
|
905
|
+
"status": "stable",
|
|
906
|
+
"source": "src/components/switch.tsx",
|
|
907
|
+
"description": "Immediate on-off switch primitive for preference and runtime toggles.",
|
|
908
|
+
"useCases": [
|
|
909
|
+
"Settings panels",
|
|
910
|
+
"Feature toggles",
|
|
911
|
+
"Inline enable or disable controls"
|
|
912
|
+
],
|
|
913
|
+
"migrationHints": [
|
|
914
|
+
"Use the shared Switch instead of product-local toggles so checked and focus states stay consistent."
|
|
915
|
+
],
|
|
916
|
+
"storyboard": true
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"id": "tooltip",
|
|
920
|
+
"layer": "base",
|
|
921
|
+
"name": "Tooltip",
|
|
922
|
+
"export": "Tooltip",
|
|
923
|
+
"from": "@nextop-os/ui-system/components",
|
|
924
|
+
"category": "composition",
|
|
925
|
+
"status": "stable",
|
|
926
|
+
"source": "src/components/tooltip.tsx",
|
|
927
|
+
"description": "Tooltip root primitive for short contextual guidance and control labels.",
|
|
928
|
+
"useCases": ["Icon button hints", "Dense UI annotations"],
|
|
929
|
+
"migrationHints": [],
|
|
930
|
+
"storyboard": true
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"id": "tooltip-provider",
|
|
934
|
+
"layer": "base",
|
|
935
|
+
"name": "TooltipProvider",
|
|
936
|
+
"export": "TooltipProvider",
|
|
937
|
+
"from": "@nextop-os/ui-system/components",
|
|
938
|
+
"category": "composition",
|
|
939
|
+
"status": "stable",
|
|
940
|
+
"source": "src/components/tooltip.tsx",
|
|
941
|
+
"description": "Provider primitive for tooltip timing behavior.",
|
|
942
|
+
"useCases": ["Tooltip setup"],
|
|
943
|
+
"migrationHints": []
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"id": "tooltip-trigger",
|
|
947
|
+
"layer": "base",
|
|
948
|
+
"name": "TooltipTrigger",
|
|
949
|
+
"export": "TooltipTrigger",
|
|
950
|
+
"from": "@nextop-os/ui-system/components",
|
|
951
|
+
"category": "composition",
|
|
952
|
+
"status": "stable",
|
|
953
|
+
"source": "src/components/tooltip.tsx",
|
|
954
|
+
"description": "Trigger primitive that anchors shared tooltip content.",
|
|
955
|
+
"useCases": ["Hover targets", "Focus targets"],
|
|
956
|
+
"migrationHints": []
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"id": "tooltip-content",
|
|
960
|
+
"layer": "base",
|
|
961
|
+
"name": "TooltipContent",
|
|
962
|
+
"export": "TooltipContent",
|
|
963
|
+
"from": "@nextop-os/ui-system/components",
|
|
964
|
+
"category": "composition",
|
|
965
|
+
"status": "stable",
|
|
966
|
+
"source": "src/components/tooltip.tsx",
|
|
967
|
+
"description": "Tooltip surface content primitive with shared workbench styling.",
|
|
968
|
+
"useCases": ["Short helper copy", "Keyboard shortcut hints"],
|
|
969
|
+
"migrationHints": []
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"id": "tooltip-portal",
|
|
973
|
+
"layer": "base",
|
|
974
|
+
"name": "TooltipPortal",
|
|
975
|
+
"export": "TooltipPortal",
|
|
976
|
+
"from": "@nextop-os/ui-system/components",
|
|
977
|
+
"category": "composition",
|
|
978
|
+
"status": "stable",
|
|
979
|
+
"source": "src/components/tooltip.tsx",
|
|
980
|
+
"description": "Tooltip portal primitive for layered rendering.",
|
|
981
|
+
"useCases": ["Tooltip layering"],
|
|
982
|
+
"migrationHints": []
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"id": "popover",
|
|
986
|
+
"layer": "base",
|
|
987
|
+
"name": "Popover",
|
|
988
|
+
"export": "Popover",
|
|
989
|
+
"from": "@nextop-os/ui-system/components",
|
|
990
|
+
"category": "composition",
|
|
991
|
+
"status": "stable",
|
|
992
|
+
"source": "src/components/popover.tsx",
|
|
993
|
+
"description": "Popover root primitive for anchored floating workbench panels.",
|
|
994
|
+
"useCases": [
|
|
995
|
+
"Inline settings",
|
|
996
|
+
"Contextual action menus",
|
|
997
|
+
"Inspector flyouts"
|
|
998
|
+
],
|
|
999
|
+
"migrationHints": [],
|
|
1000
|
+
"storyboard": true
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"id": "popover-trigger",
|
|
1004
|
+
"layer": "base",
|
|
1005
|
+
"name": "PopoverTrigger",
|
|
1006
|
+
"export": "PopoverTrigger",
|
|
1007
|
+
"from": "@nextop-os/ui-system/components",
|
|
1008
|
+
"category": "composition",
|
|
1009
|
+
"status": "stable",
|
|
1010
|
+
"source": "src/components/popover.tsx",
|
|
1011
|
+
"description": "Trigger primitive that anchors popover content.",
|
|
1012
|
+
"useCases": ["Popover entry buttons"],
|
|
1013
|
+
"migrationHints": []
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"id": "popover-content",
|
|
1017
|
+
"layer": "base",
|
|
1018
|
+
"name": "PopoverContent",
|
|
1019
|
+
"export": "PopoverContent",
|
|
1020
|
+
"from": "@nextop-os/ui-system/components",
|
|
1021
|
+
"category": "composition",
|
|
1022
|
+
"status": "stable",
|
|
1023
|
+
"source": "src/components/popover.tsx",
|
|
1024
|
+
"description": "Shared popover surface primitive with workbench panel styling.",
|
|
1025
|
+
"useCases": ["Filters", "Small forms", "Inline command groups"],
|
|
1026
|
+
"migrationHints": []
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"id": "popover-anchor",
|
|
1030
|
+
"layer": "base",
|
|
1031
|
+
"name": "PopoverAnchor",
|
|
1032
|
+
"export": "PopoverAnchor",
|
|
1033
|
+
"from": "@nextop-os/ui-system/components",
|
|
1034
|
+
"category": "composition",
|
|
1035
|
+
"status": "stable",
|
|
1036
|
+
"source": "src/components/popover.tsx",
|
|
1037
|
+
"description": "Anchor primitive for explicit popover positioning.",
|
|
1038
|
+
"useCases": ["Custom overlay anchors"],
|
|
1039
|
+
"migrationHints": []
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"id": "popover-portal",
|
|
1043
|
+
"layer": "base",
|
|
1044
|
+
"name": "PopoverPortal",
|
|
1045
|
+
"export": "PopoverPortal",
|
|
1046
|
+
"from": "@nextop-os/ui-system/components",
|
|
1047
|
+
"category": "composition",
|
|
1048
|
+
"status": "stable",
|
|
1049
|
+
"source": "src/components/popover.tsx",
|
|
1050
|
+
"description": "Popover portal primitive for layered rendering.",
|
|
1051
|
+
"useCases": ["Popover layering"],
|
|
1052
|
+
"migrationHints": []
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"id": "popover-close",
|
|
1056
|
+
"layer": "base",
|
|
1057
|
+
"name": "PopoverClose",
|
|
1058
|
+
"export": "PopoverClose",
|
|
1059
|
+
"from": "@nextop-os/ui-system/components",
|
|
1060
|
+
"category": "composition",
|
|
1061
|
+
"status": "stable",
|
|
1062
|
+
"source": "src/components/popover.tsx",
|
|
1063
|
+
"description": "Close primitive for popover content actions.",
|
|
1064
|
+
"useCases": ["Dismiss actions in popovers"],
|
|
1065
|
+
"migrationHints": []
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"id": "textarea",
|
|
1069
|
+
"layer": "base",
|
|
1070
|
+
"name": "Textarea",
|
|
1071
|
+
"export": "Textarea",
|
|
1072
|
+
"from": "@nextop-os/ui-system/components",
|
|
1073
|
+
"category": "primitive",
|
|
1074
|
+
"status": "stable",
|
|
1075
|
+
"source": "src/components/textarea.tsx",
|
|
1076
|
+
"description": "Multi-line text input primitive aligned with shared workbench field tokens.",
|
|
1077
|
+
"useCases": ["Prompt editors", "Notes", "Long-form form fields"],
|
|
1078
|
+
"migrationHints": [
|
|
1079
|
+
"Prefer the shared Textarea over custom textarea classes so invalid, disabled, and focus states stay consistent."
|
|
1080
|
+
],
|
|
1081
|
+
"storyboard": true
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"id": "spinner",
|
|
1085
|
+
"layer": "base",
|
|
1086
|
+
"name": "Spinner",
|
|
1087
|
+
"export": "Spinner",
|
|
1088
|
+
"from": "@nextop-os/ui-system/components",
|
|
1089
|
+
"category": "primitive",
|
|
1090
|
+
"status": "stable",
|
|
1091
|
+
"source": "src/components/spinner.tsx",
|
|
1092
|
+
"description": "Lightweight loading spinner primitive for inline and panel-level busy states.",
|
|
1093
|
+
"useCases": [
|
|
1094
|
+
"Button busy indicators",
|
|
1095
|
+
"Inline loading states",
|
|
1096
|
+
"Panel loading placeholders"
|
|
1097
|
+
],
|
|
1098
|
+
"migrationHints": [
|
|
1099
|
+
"Use Spinner instead of rotating icon ad-hoc classes when the intent is a generic busy indicator."
|
|
1100
|
+
],
|
|
1101
|
+
"storyboard": true
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"id": "underline-tabs",
|
|
1105
|
+
"layer": "base",
|
|
1106
|
+
"name": "UnderlineTabs",
|
|
1107
|
+
"export": "UnderlineTabs",
|
|
1108
|
+
"from": "@nextop-os/ui-system/components",
|
|
1109
|
+
"category": "composition",
|
|
1110
|
+
"status": "stable",
|
|
1111
|
+
"source": "src/components/underline-tabs.tsx",
|
|
1112
|
+
"description": "Scrollable underline tab row primitive for dense pane navigation.",
|
|
1113
|
+
"useCases": [
|
|
1114
|
+
"Pane switching",
|
|
1115
|
+
"Workbench sub-navigation",
|
|
1116
|
+
"Entity detail tabs"
|
|
1117
|
+
],
|
|
1118
|
+
"migrationHints": [],
|
|
1119
|
+
"storyboard": true
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"id": "date-picker",
|
|
1123
|
+
"layer": "base",
|
|
1124
|
+
"name": "DatePicker",
|
|
1125
|
+
"export": "DatePicker",
|
|
1126
|
+
"from": "@nextop-os/ui-system/components",
|
|
1127
|
+
"category": "composition",
|
|
1128
|
+
"status": "stable",
|
|
1129
|
+
"source": "src/components/date-picker.tsx",
|
|
1130
|
+
"description": "Host-agnostic calendar picker with layered month grid popover.",
|
|
1131
|
+
"useCases": ["Date filters", "Scheduling fields", "Deadline selection"],
|
|
1132
|
+
"migrationHints": [],
|
|
1133
|
+
"storyboard": true
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"id": "status-dot",
|
|
1137
|
+
"layer": "base",
|
|
1138
|
+
"name": "StatusDot",
|
|
1139
|
+
"export": "StatusDot",
|
|
1140
|
+
"from": "@nextop-os/ui-system/components",
|
|
1141
|
+
"category": "primitive",
|
|
1142
|
+
"status": "stable",
|
|
1143
|
+
"source": "src/components/status-dot.tsx",
|
|
1144
|
+
"description": "Small semantic presence and status marker with optional pulse treatment.",
|
|
1145
|
+
"useCases": [
|
|
1146
|
+
"Connection status",
|
|
1147
|
+
"Runtime state",
|
|
1148
|
+
"Row metadata markers"
|
|
1149
|
+
],
|
|
1150
|
+
"migrationHints": [],
|
|
1151
|
+
"storyboard": true
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"id": "status-dot-variants",
|
|
1155
|
+
"layer": "base",
|
|
1156
|
+
"name": "statusDotVariants",
|
|
1157
|
+
"export": "statusDotVariants",
|
|
1158
|
+
"from": "@nextop-os/ui-system/components",
|
|
1159
|
+
"category": "utility",
|
|
1160
|
+
"status": "stable",
|
|
1161
|
+
"source": "src/components/status-dot.tsx",
|
|
1162
|
+
"description": "Class variance helper for StatusDot tone, size, and pulse styling.",
|
|
1163
|
+
"useCases": ["Composing StatusDot-compatible wrappers"],
|
|
1164
|
+
"migrationHints": []
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"id": "menu-surface",
|
|
1168
|
+
"layer": "base",
|
|
1169
|
+
"name": "MenuSurface",
|
|
1170
|
+
"export": "MenuSurface",
|
|
1171
|
+
"from": "@nextop-os/ui-system/components",
|
|
1172
|
+
"category": "composition",
|
|
1173
|
+
"status": "stable",
|
|
1174
|
+
"source": "src/components/menu-surface.tsx",
|
|
1175
|
+
"description": "Token-backed menu container for small floating command and navigation surfaces.",
|
|
1176
|
+
"useCases": [
|
|
1177
|
+
"Dropdown menu panels",
|
|
1178
|
+
"Compact switchers",
|
|
1179
|
+
"Floating command surfaces"
|
|
1180
|
+
],
|
|
1181
|
+
"migrationHints": [],
|
|
1182
|
+
"storyboard": true
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"id": "menu-surface-class-name",
|
|
1186
|
+
"layer": "base",
|
|
1187
|
+
"name": "menuSurfaceClassName",
|
|
1188
|
+
"export": "menuSurfaceClassName",
|
|
1189
|
+
"from": "@nextop-os/ui-system/components",
|
|
1190
|
+
"category": "utility",
|
|
1191
|
+
"status": "stable",
|
|
1192
|
+
"source": "src/components/menu-surface.tsx",
|
|
1193
|
+
"description": "Shared class contract for composing MenuSurface-compatible wrappers.",
|
|
1194
|
+
"useCases": ["Composing menu-compatible surfaces"],
|
|
1195
|
+
"migrationHints": []
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"id": "menu-item-class-name",
|
|
1199
|
+
"layer": "base",
|
|
1200
|
+
"name": "menuItemClassName",
|
|
1201
|
+
"export": "menuItemClassName",
|
|
1202
|
+
"from": "@nextop-os/ui-system/components",
|
|
1203
|
+
"category": "utility",
|
|
1204
|
+
"status": "stable",
|
|
1205
|
+
"source": "src/components/menu-surface.tsx",
|
|
1206
|
+
"description": "Shared token-backed item class for MenuSurface-compatible menu rows.",
|
|
1207
|
+
"useCases": ["Composing menu-compatible selectable rows"],
|
|
1208
|
+
"migrationHints": []
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"id": "menu-item-with-indicator-class-name",
|
|
1212
|
+
"layer": "base",
|
|
1213
|
+
"name": "menuItemWithIndicatorClassName",
|
|
1214
|
+
"export": "menuItemWithIndicatorClassName",
|
|
1215
|
+
"from": "@nextop-os/ui-system/components",
|
|
1216
|
+
"category": "utility",
|
|
1217
|
+
"status": "stable",
|
|
1218
|
+
"source": "src/components/menu-surface.tsx",
|
|
1219
|
+
"description": "Shared token-backed item class for MenuSurface rows with trailing indicators.",
|
|
1220
|
+
"useCases": [
|
|
1221
|
+
"Composing menu-compatible radio, checkbox, and select rows"
|
|
1222
|
+
],
|
|
1223
|
+
"migrationHints": []
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"id": "menu-item-indicator-class-name",
|
|
1227
|
+
"layer": "base",
|
|
1228
|
+
"name": "menuItemIndicatorClassName",
|
|
1229
|
+
"export": "menuItemIndicatorClassName",
|
|
1230
|
+
"from": "@nextop-os/ui-system/components",
|
|
1231
|
+
"category": "utility",
|
|
1232
|
+
"status": "stable",
|
|
1233
|
+
"source": "src/components/menu-surface.tsx",
|
|
1234
|
+
"description": "Shared trailing indicator placement class for MenuSurface-compatible menu rows.",
|
|
1235
|
+
"useCases": ["Positioning selected, radio, and checkbox menu indicators"],
|
|
1236
|
+
"migrationHints": []
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"id": "viewport-menu-surface",
|
|
1240
|
+
"layer": "base",
|
|
1241
|
+
"name": "ViewportMenuSurface",
|
|
1242
|
+
"export": "ViewportMenuSurface",
|
|
1243
|
+
"from": "@nextop-os/ui-system/components",
|
|
1244
|
+
"category": "composition",
|
|
1245
|
+
"status": "stable",
|
|
1246
|
+
"source": "src/components/viewport-menu-surface.tsx",
|
|
1247
|
+
"description": "Viewport-aware floating menu surface for absolute and point-based placement.",
|
|
1248
|
+
"useCases": [
|
|
1249
|
+
"Canvas context menus",
|
|
1250
|
+
"Floating action menus",
|
|
1251
|
+
"Viewport-bounded overlays"
|
|
1252
|
+
],
|
|
1253
|
+
"migrationHints": [],
|
|
1254
|
+
"storyboard": true
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"id": "nextop-mark-filled-icon",
|
|
815
1258
|
"layer": "base",
|
|
816
1259
|
"name": "NextopMark",
|
|
817
1260
|
"export": "NextopMark",
|
|
@@ -821,10 +1264,11 @@
|
|
|
821
1264
|
"source": "src/icons/nextop-mark.tsx",
|
|
822
1265
|
"description": "Nextop brand mark SVG icon.",
|
|
823
1266
|
"useCases": ["Brand marks", "Application identity"],
|
|
824
|
-
"migrationHints": []
|
|
1267
|
+
"migrationHints": [],
|
|
1268
|
+
"iconVariant": "filled"
|
|
825
1269
|
},
|
|
826
1270
|
{
|
|
827
|
-
"id": "launch-icon",
|
|
1271
|
+
"id": "launch-lined-icon",
|
|
828
1272
|
"layer": "base",
|
|
829
1273
|
"name": "LaunchIcon",
|
|
830
1274
|
"export": "LaunchIcon",
|
|
@@ -834,10 +1278,11 @@
|
|
|
834
1278
|
"source": "src/icons/system-icons.tsx",
|
|
835
1279
|
"description": "System icon for launch or external navigation actions.",
|
|
836
1280
|
"useCases": ["Launch actions", "External links"],
|
|
837
|
-
"migrationHints": []
|
|
1281
|
+
"migrationHints": [],
|
|
1282
|
+
"iconVariant": "lined"
|
|
838
1283
|
},
|
|
839
1284
|
{
|
|
840
|
-
"id": "folder-icon",
|
|
1285
|
+
"id": "folder-lined-icon",
|
|
841
1286
|
"layer": "base",
|
|
842
1287
|
"name": "FolderIcon",
|
|
843
1288
|
"export": "FolderIcon",
|
|
@@ -847,23 +1292,39 @@
|
|
|
847
1292
|
"source": "src/icons/system-icons.tsx",
|
|
848
1293
|
"description": "System icon for folders or open directories.",
|
|
849
1294
|
"useCases": ["Folders", "Directory navigation"],
|
|
850
|
-
"migrationHints": []
|
|
1295
|
+
"migrationHints": [],
|
|
1296
|
+
"iconVariant": "lined"
|
|
851
1297
|
},
|
|
852
1298
|
{
|
|
853
|
-
"id": "
|
|
1299
|
+
"id": "folder-filled-icon",
|
|
854
1300
|
"layer": "base",
|
|
855
|
-
"name": "
|
|
856
|
-
"export": "
|
|
1301
|
+
"name": "FolderFilledIcon",
|
|
1302
|
+
"export": "FolderFilledIcon",
|
|
857
1303
|
"from": "@nextop-os/ui-system/icons",
|
|
858
1304
|
"category": "icon",
|
|
859
1305
|
"status": "stable",
|
|
860
1306
|
"source": "src/icons/system-icons.tsx",
|
|
861
|
-
"description": "
|
|
862
|
-
"useCases": ["
|
|
863
|
-
"migrationHints": []
|
|
1307
|
+
"description": "Filled system icon for folders or open directories.",
|
|
1308
|
+
"useCases": ["Folders", "Directory navigation", "Folder highlights"],
|
|
1309
|
+
"migrationHints": [],
|
|
1310
|
+
"iconVariant": "filled"
|
|
864
1311
|
},
|
|
865
1312
|
{
|
|
866
|
-
"id": "
|
|
1313
|
+
"id": "dashboard-lined-icon",
|
|
1314
|
+
"layer": "base",
|
|
1315
|
+
"name": "DashboardIcon",
|
|
1316
|
+
"export": "DashboardIcon",
|
|
1317
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1318
|
+
"category": "icon",
|
|
1319
|
+
"status": "stable",
|
|
1320
|
+
"source": "src/icons/system-icons.tsx",
|
|
1321
|
+
"description": "System icon for dashboard or home surfaces.",
|
|
1322
|
+
"useCases": ["Dashboards", "Home navigation"],
|
|
1323
|
+
"migrationHints": [],
|
|
1324
|
+
"iconVariant": "lined"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"id": "new-workspace-filled-icon",
|
|
867
1328
|
"layer": "base",
|
|
868
1329
|
"name": "NewWorkspaceIcon",
|
|
869
1330
|
"export": "NewWorkspaceIcon",
|
|
@@ -873,10 +1334,11 @@
|
|
|
873
1334
|
"source": "src/icons/system-icons.tsx",
|
|
874
1335
|
"description": "System icon for creating a workspace or folder.",
|
|
875
1336
|
"useCases": ["Create workspace actions", "New folder actions"],
|
|
876
|
-
"migrationHints": []
|
|
1337
|
+
"migrationHints": [],
|
|
1338
|
+
"iconVariant": "filled"
|
|
877
1339
|
},
|
|
878
1340
|
{
|
|
879
|
-
"id": "health-icon",
|
|
1341
|
+
"id": "health-lined-icon",
|
|
880
1342
|
"layer": "base",
|
|
881
1343
|
"name": "HealthIcon",
|
|
882
1344
|
"export": "HealthIcon",
|
|
@@ -886,10 +1348,11 @@
|
|
|
886
1348
|
"source": "src/icons/system-icons.tsx",
|
|
887
1349
|
"description": "System icon for health or storage state.",
|
|
888
1350
|
"useCases": ["System status", "Storage indicators"],
|
|
889
|
-
"migrationHints": []
|
|
1351
|
+
"migrationHints": [],
|
|
1352
|
+
"iconVariant": "lined"
|
|
890
1353
|
},
|
|
891
1354
|
{
|
|
892
|
-
"id": "alert-icon",
|
|
1355
|
+
"id": "alert-filled-icon",
|
|
893
1356
|
"layer": "base",
|
|
894
1357
|
"name": "AlertIcon",
|
|
895
1358
|
"export": "AlertIcon",
|
|
@@ -899,540 +1362,1132 @@
|
|
|
899
1362
|
"source": "src/icons/system-icons.tsx",
|
|
900
1363
|
"description": "System icon for alerts or warnings.",
|
|
901
1364
|
"useCases": ["Warnings", "Error states"],
|
|
902
|
-
"migrationHints": []
|
|
1365
|
+
"migrationHints": [],
|
|
1366
|
+
"iconVariant": "filled"
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"id": "loading-lined-icon",
|
|
1370
|
+
"layer": "base",
|
|
1371
|
+
"name": "LoadingIcon",
|
|
1372
|
+
"export": "LoadingIcon",
|
|
1373
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1374
|
+
"category": "icon",
|
|
1375
|
+
"status": "stable",
|
|
1376
|
+
"source": "src/icons/system-icons.tsx",
|
|
1377
|
+
"description": "System icon for loading or progress states.",
|
|
1378
|
+
"useCases": ["Loading states", "Busy indicators"],
|
|
1379
|
+
"migrationHints": [],
|
|
1380
|
+
"iconVariant": "lined"
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"id": "platform-lined-icon",
|
|
1384
|
+
"layer": "base",
|
|
1385
|
+
"name": "PlatformIcon",
|
|
1386
|
+
"export": "PlatformIcon",
|
|
1387
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1388
|
+
"category": "icon",
|
|
1389
|
+
"status": "stable",
|
|
1390
|
+
"source": "src/icons/system-icons.tsx",
|
|
1391
|
+
"description": "System icon for platform or environment settings.",
|
|
1392
|
+
"useCases": ["Platform settings", "Environment indicators"],
|
|
1393
|
+
"migrationHints": [],
|
|
1394
|
+
"iconVariant": "lined"
|
|
1395
|
+
},
|
|
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
|
+
{
|
|
1411
|
+
"id": "settings-lined-icon",
|
|
1412
|
+
"layer": "base",
|
|
1413
|
+
"name": "SettingsIcon",
|
|
1414
|
+
"export": "SettingsIcon",
|
|
1415
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1416
|
+
"category": "icon",
|
|
1417
|
+
"status": "stable",
|
|
1418
|
+
"source": "src/icons/system-icons.tsx",
|
|
1419
|
+
"description": "System icon for settings.",
|
|
1420
|
+
"useCases": ["Settings navigation", "Configuration actions"],
|
|
1421
|
+
"migrationHints": [],
|
|
1422
|
+
"iconVariant": "lined"
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"id": "close-lined-icon",
|
|
1426
|
+
"layer": "base",
|
|
1427
|
+
"name": "CloseIcon",
|
|
1428
|
+
"export": "CloseIcon",
|
|
1429
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1430
|
+
"category": "icon",
|
|
1431
|
+
"status": "stable",
|
|
1432
|
+
"source": "src/icons/system-icons.tsx",
|
|
1433
|
+
"description": "System icon for close or dismiss actions.",
|
|
1434
|
+
"useCases": ["Close buttons", "Dismiss actions"],
|
|
1435
|
+
"migrationHints": [],
|
|
1436
|
+
"iconVariant": "lined"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"id": "minimize-lined-icon",
|
|
1440
|
+
"layer": "base",
|
|
1441
|
+
"name": "MinimizeIcon",
|
|
1442
|
+
"export": "MinimizeIcon",
|
|
1443
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1444
|
+
"category": "icon",
|
|
1445
|
+
"status": "stable",
|
|
1446
|
+
"source": "src/icons/system-icons.tsx",
|
|
1447
|
+
"description": "System icon for minimize actions.",
|
|
1448
|
+
"useCases": ["Window controls", "Collapse actions"],
|
|
1449
|
+
"migrationHints": [],
|
|
1450
|
+
"iconVariant": "lined"
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"id": "maximize-lined-icon",
|
|
1454
|
+
"layer": "base",
|
|
1455
|
+
"name": "MaximizeIcon",
|
|
1456
|
+
"export": "MaximizeIcon",
|
|
1457
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1458
|
+
"category": "icon",
|
|
1459
|
+
"status": "stable",
|
|
1460
|
+
"source": "src/icons/system-icons.tsx",
|
|
1461
|
+
"description": "System icon for maximize actions.",
|
|
1462
|
+
"useCases": ["Window controls", "Expand actions"],
|
|
1463
|
+
"migrationHints": [],
|
|
1464
|
+
"iconVariant": "lined"
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"id": "restore-lined-icon",
|
|
1468
|
+
"layer": "base",
|
|
1469
|
+
"name": "RestoreIcon",
|
|
1470
|
+
"export": "RestoreIcon",
|
|
1471
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1472
|
+
"category": "icon",
|
|
1473
|
+
"status": "stable",
|
|
1474
|
+
"source": "src/icons/system-icons.tsx",
|
|
1475
|
+
"description": "System icon for restore actions.",
|
|
1476
|
+
"useCases": ["Window controls", "Restore actions"],
|
|
1477
|
+
"migrationHints": [],
|
|
1478
|
+
"iconVariant": "lined"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"id": "layout-menu-lined-icon",
|
|
1482
|
+
"layer": "base",
|
|
1483
|
+
"name": "LayoutMenuIcon",
|
|
1484
|
+
"export": "LayoutMenuIcon",
|
|
1485
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1486
|
+
"category": "icon",
|
|
1487
|
+
"status": "stable",
|
|
1488
|
+
"source": "src/icons/system-icons.tsx",
|
|
1489
|
+
"description": "System icon for layout menu controls.",
|
|
1490
|
+
"useCases": ["Layout menus", "Panel controls"],
|
|
1491
|
+
"migrationHints": [],
|
|
1492
|
+
"iconVariant": "lined"
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"id": "grid-left-lined-icon",
|
|
1496
|
+
"layer": "base",
|
|
1497
|
+
"name": "GridLeftLinedIcon",
|
|
1498
|
+
"export": "GridLeftLinedIcon",
|
|
1499
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1500
|
+
"category": "icon",
|
|
1501
|
+
"status": "stable",
|
|
1502
|
+
"source": "src/icons/system-icons.tsx",
|
|
1503
|
+
"description": "System icon for grid layouts with a left panel.",
|
|
1504
|
+
"useCases": ["Layout controls", "Left panel placement", "Grid previews"],
|
|
1505
|
+
"migrationHints": [],
|
|
1506
|
+
"iconVariant": "lined"
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"id": "grid-right-lined-icon",
|
|
1510
|
+
"layer": "base",
|
|
1511
|
+
"name": "GridRightLinedIcon",
|
|
1512
|
+
"export": "GridRightLinedIcon",
|
|
1513
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1514
|
+
"category": "icon",
|
|
1515
|
+
"status": "stable",
|
|
1516
|
+
"source": "src/icons/system-icons.tsx",
|
|
1517
|
+
"description": "System icon for grid layouts with a right panel.",
|
|
1518
|
+
"useCases": ["Layout controls", "Right panel placement", "Grid previews"],
|
|
1519
|
+
"migrationHints": [],
|
|
1520
|
+
"iconVariant": "lined"
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"id": "grid-top-lined-icon",
|
|
1524
|
+
"layer": "base",
|
|
1525
|
+
"name": "GridTopLinedIcon",
|
|
1526
|
+
"export": "GridTopLinedIcon",
|
|
1527
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1528
|
+
"category": "icon",
|
|
1529
|
+
"status": "stable",
|
|
1530
|
+
"source": "src/icons/system-icons.tsx",
|
|
1531
|
+
"description": "System icon for grid layouts with a top panel.",
|
|
1532
|
+
"useCases": ["Layout controls", "Top panel placement", "Grid previews"],
|
|
1533
|
+
"migrationHints": [],
|
|
1534
|
+
"iconVariant": "lined"
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"id": "grid-bottom-lined-icon",
|
|
1538
|
+
"layer": "base",
|
|
1539
|
+
"name": "GridBottomLinedIcon",
|
|
1540
|
+
"export": "GridBottomLinedIcon",
|
|
1541
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1542
|
+
"category": "icon",
|
|
1543
|
+
"status": "stable",
|
|
1544
|
+
"source": "src/icons/system-icons.tsx",
|
|
1545
|
+
"description": "System icon for grid layouts with a bottom panel.",
|
|
1546
|
+
"useCases": [
|
|
1547
|
+
"Layout controls",
|
|
1548
|
+
"Bottom panel placement",
|
|
1549
|
+
"Grid previews"
|
|
1550
|
+
],
|
|
1551
|
+
"migrationHints": [],
|
|
1552
|
+
"iconVariant": "lined"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"id": "arrow-left-lined-icon",
|
|
1556
|
+
"layer": "base",
|
|
1557
|
+
"name": "ArrowLeftIcon",
|
|
1558
|
+
"export": "ArrowLeftIcon",
|
|
1559
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1560
|
+
"category": "icon",
|
|
1561
|
+
"status": "stable",
|
|
1562
|
+
"source": "src/icons/system-icons.tsx",
|
|
1563
|
+
"description": "System icon for left navigation.",
|
|
1564
|
+
"useCases": ["Back navigation", "Previous actions"],
|
|
1565
|
+
"migrationHints": [],
|
|
1566
|
+
"iconVariant": "lined"
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"id": "arrow-right-lined-icon",
|
|
1570
|
+
"layer": "base",
|
|
1571
|
+
"name": "ArrowRightIcon",
|
|
1572
|
+
"export": "ArrowRightIcon",
|
|
1573
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1574
|
+
"category": "icon",
|
|
1575
|
+
"status": "stable",
|
|
1576
|
+
"source": "src/icons/system-icons.tsx",
|
|
1577
|
+
"description": "System icon for right navigation.",
|
|
1578
|
+
"useCases": ["Forward navigation", "Next actions"],
|
|
1579
|
+
"migrationHints": [],
|
|
1580
|
+
"iconVariant": "lined"
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
"id": "check-lined-icon",
|
|
1584
|
+
"layer": "base",
|
|
1585
|
+
"name": "CheckIcon",
|
|
1586
|
+
"export": "CheckIcon",
|
|
1587
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1588
|
+
"category": "icon",
|
|
1589
|
+
"status": "stable",
|
|
1590
|
+
"source": "src/icons/system-icons.tsx",
|
|
1591
|
+
"description": "System icon for selected or confirmed states.",
|
|
1592
|
+
"useCases": ["Selected items", "Confirmed states"],
|
|
1593
|
+
"migrationHints": [],
|
|
1594
|
+
"iconVariant": "lined"
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"id": "chevron-down-lined-icon",
|
|
1598
|
+
"layer": "base",
|
|
1599
|
+
"name": "ChevronDownIcon",
|
|
1600
|
+
"export": "ChevronDownIcon",
|
|
1601
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1602
|
+
"category": "icon",
|
|
1603
|
+
"status": "stable",
|
|
1604
|
+
"source": "src/icons/system-icons.tsx",
|
|
1605
|
+
"description": "System icon for downward disclosure or menu controls.",
|
|
1606
|
+
"useCases": ["Select triggers", "Dropdown controls"],
|
|
1607
|
+
"migrationHints": [],
|
|
1608
|
+
"iconVariant": "lined"
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"id": "chevron-up-lined-icon",
|
|
1612
|
+
"layer": "base",
|
|
1613
|
+
"name": "ChevronUpIcon",
|
|
1614
|
+
"export": "ChevronUpIcon",
|
|
1615
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1616
|
+
"category": "icon",
|
|
1617
|
+
"status": "stable",
|
|
1618
|
+
"source": "src/icons/system-icons.tsx",
|
|
1619
|
+
"description": "System icon for upward disclosure or scroll controls.",
|
|
1620
|
+
"useCases": ["Scrollable menus", "Disclosure controls"],
|
|
1621
|
+
"migrationHints": [],
|
|
1622
|
+
"iconVariant": "lined"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"id": "add-lined-icon",
|
|
1626
|
+
"layer": "base",
|
|
1627
|
+
"name": "AddIcon",
|
|
1628
|
+
"export": "AddIcon",
|
|
1629
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1630
|
+
"category": "icon",
|
|
1631
|
+
"status": "stable",
|
|
1632
|
+
"source": "src/icons/system-icons.tsx",
|
|
1633
|
+
"description": "System icon for add or create actions.",
|
|
1634
|
+
"useCases": ["Add buttons", "Create controls"],
|
|
1635
|
+
"migrationHints": [],
|
|
1636
|
+
"iconVariant": "lined"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"id": "copy-lined-icon",
|
|
1640
|
+
"layer": "base",
|
|
1641
|
+
"name": "CopyIcon",
|
|
1642
|
+
"export": "CopyIcon",
|
|
1643
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1644
|
+
"category": "icon",
|
|
1645
|
+
"status": "stable",
|
|
1646
|
+
"source": "src/icons/system-icons.tsx",
|
|
1647
|
+
"description": "System icon for copy actions.",
|
|
1648
|
+
"useCases": ["Copy buttons"],
|
|
1649
|
+
"migrationHints": [],
|
|
1650
|
+
"iconVariant": "lined"
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"id": "directory-filled-icon",
|
|
1654
|
+
"layer": "base",
|
|
1655
|
+
"name": "DirectoryIcon",
|
|
1656
|
+
"export": "DirectoryIcon",
|
|
1657
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1658
|
+
"category": "icon",
|
|
1659
|
+
"status": "stable",
|
|
1660
|
+
"source": "src/icons/system-icons.tsx",
|
|
1661
|
+
"description": "System icon for directories.",
|
|
1662
|
+
"useCases": ["Directory items", "Folder paths"],
|
|
1663
|
+
"migrationHints": [],
|
|
1664
|
+
"iconVariant": "filled"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"id": "eye-lined-icon",
|
|
1668
|
+
"layer": "base",
|
|
1669
|
+
"name": "EyeIcon",
|
|
1670
|
+
"export": "EyeIcon",
|
|
1671
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1672
|
+
"category": "icon",
|
|
1673
|
+
"status": "stable",
|
|
1674
|
+
"source": "src/icons/system-icons.tsx",
|
|
1675
|
+
"description": "System icon for viewing or previewing content.",
|
|
1676
|
+
"useCases": ["Preview actions", "Visibility controls"],
|
|
1677
|
+
"migrationHints": [],
|
|
1678
|
+
"iconVariant": "lined"
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"id": "file-filled-icon",
|
|
1682
|
+
"layer": "base",
|
|
1683
|
+
"name": "FileIcon",
|
|
1684
|
+
"export": "FileIcon",
|
|
1685
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1686
|
+
"category": "icon",
|
|
1687
|
+
"status": "stable",
|
|
1688
|
+
"source": "src/icons/system-icons.tsx",
|
|
1689
|
+
"description": "System icon for generic files.",
|
|
1690
|
+
"useCases": ["File items", "Document lists"],
|
|
1691
|
+
"migrationHints": [],
|
|
1692
|
+
"iconVariant": "filled"
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"id": "file-text-filled-icon",
|
|
1696
|
+
"layer": "base",
|
|
1697
|
+
"name": "FileTextIcon",
|
|
1698
|
+
"export": "FileTextIcon",
|
|
1699
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1700
|
+
"category": "icon",
|
|
1701
|
+
"status": "stable",
|
|
1702
|
+
"source": "src/icons/system-icons.tsx",
|
|
1703
|
+
"description": "System icon for text documents.",
|
|
1704
|
+
"useCases": ["Text files", "Document previews"],
|
|
1705
|
+
"migrationHints": [],
|
|
1706
|
+
"iconVariant": "filled"
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"id": "file-code-filled-icon",
|
|
1710
|
+
"layer": "base",
|
|
1711
|
+
"name": "FileCodeIcon",
|
|
1712
|
+
"export": "FileCodeIcon",
|
|
1713
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1714
|
+
"category": "icon",
|
|
1715
|
+
"status": "stable",
|
|
1716
|
+
"source": "src/icons/system-icons.tsx",
|
|
1717
|
+
"description": "System icon for code files.",
|
|
1718
|
+
"useCases": ["Code file items"],
|
|
1719
|
+
"migrationHints": [],
|
|
1720
|
+
"iconVariant": "filled"
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"id": "file-create-filled-icon",
|
|
1724
|
+
"layer": "base",
|
|
1725
|
+
"name": "FileCreateIcon",
|
|
1726
|
+
"export": "FileCreateIcon",
|
|
1727
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1728
|
+
"category": "icon",
|
|
1729
|
+
"status": "stable",
|
|
1730
|
+
"source": "src/icons/system-icons.tsx",
|
|
1731
|
+
"description": "System icon for creating files.",
|
|
1732
|
+
"useCases": ["New file actions"],
|
|
1733
|
+
"migrationHints": [],
|
|
1734
|
+
"iconVariant": "filled"
|
|
1735
|
+
},
|
|
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
|
+
{
|
|
1765
|
+
"id": "image-file-filled-icon",
|
|
1766
|
+
"layer": "base",
|
|
1767
|
+
"name": "ImageFileIcon",
|
|
1768
|
+
"export": "ImageFileIcon",
|
|
1769
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1770
|
+
"category": "icon",
|
|
1771
|
+
"status": "stable",
|
|
1772
|
+
"source": "src/icons/system-icons.tsx",
|
|
1773
|
+
"description": "System icon for image files.",
|
|
1774
|
+
"useCases": ["Image file items"],
|
|
1775
|
+
"migrationHints": [],
|
|
1776
|
+
"iconVariant": "filled"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"id": "app-window-lined-icon",
|
|
1780
|
+
"layer": "base",
|
|
1781
|
+
"name": "AppWindowIcon",
|
|
1782
|
+
"export": "AppWindowIcon",
|
|
1783
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1784
|
+
"category": "icon",
|
|
1785
|
+
"status": "stable",
|
|
1786
|
+
"source": "src/icons/system-icons.tsx",
|
|
1787
|
+
"description": "System icon for application windows.",
|
|
1788
|
+
"useCases": ["Window controls", "Application surfaces"],
|
|
1789
|
+
"migrationHints": [],
|
|
1790
|
+
"iconVariant": "lined"
|
|
1791
|
+
},
|
|
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
|
+
{
|
|
1807
|
+
"id": "edit-lined-icon",
|
|
1808
|
+
"layer": "base",
|
|
1809
|
+
"name": "EditIcon",
|
|
1810
|
+
"export": "EditIcon",
|
|
1811
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1812
|
+
"category": "icon",
|
|
1813
|
+
"status": "stable",
|
|
1814
|
+
"source": "src/icons/system-icons.tsx",
|
|
1815
|
+
"description": "System icon for edit actions.",
|
|
1816
|
+
"useCases": ["Edit buttons", "Toolbars"],
|
|
1817
|
+
"migrationHints": [],
|
|
1818
|
+
"iconVariant": "lined"
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
"id": "layout-grid-lined-icon",
|
|
1822
|
+
"layer": "base",
|
|
1823
|
+
"name": "LayoutGridIcon",
|
|
1824
|
+
"export": "LayoutGridIcon",
|
|
1825
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1826
|
+
"category": "icon",
|
|
1827
|
+
"status": "stable",
|
|
1828
|
+
"source": "src/icons/system-icons.tsx",
|
|
1829
|
+
"description": "System icon for grid layout choices.",
|
|
1830
|
+
"useCases": ["Layout controls", "Grid view toggles"],
|
|
1831
|
+
"migrationHints": [],
|
|
1832
|
+
"iconVariant": "lined"
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"id": "grid-horizontal-lined-icon",
|
|
1836
|
+
"layer": "base",
|
|
1837
|
+
"name": "GridHorizontalLinedIcon",
|
|
1838
|
+
"export": "GridHorizontalLinedIcon",
|
|
1839
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1840
|
+
"category": "icon",
|
|
1841
|
+
"status": "stable",
|
|
1842
|
+
"source": "src/icons/system-icons.tsx",
|
|
1843
|
+
"description": "System icon for horizontal grid layout choices.",
|
|
1844
|
+
"useCases": ["Layout controls", "Window arrangement presets"],
|
|
1845
|
+
"migrationHints": [],
|
|
1846
|
+
"iconVariant": "lined"
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"id": "grid-vertical-lined-icon",
|
|
1850
|
+
"layer": "base",
|
|
1851
|
+
"name": "GridVerticalLinedIcon",
|
|
1852
|
+
"export": "GridVerticalLinedIcon",
|
|
1853
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1854
|
+
"category": "icon",
|
|
1855
|
+
"status": "stable",
|
|
1856
|
+
"source": "src/icons/system-icons.tsx",
|
|
1857
|
+
"description": "System icon for vertical grid layout choices.",
|
|
1858
|
+
"useCases": ["Layout controls", "Window arrangement presets"],
|
|
1859
|
+
"migrationHints": [],
|
|
1860
|
+
"iconVariant": "lined"
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
"id": "overview-layout-lined-icon",
|
|
1864
|
+
"layer": "base",
|
|
1865
|
+
"name": "OverviewLayoutIcon",
|
|
1866
|
+
"export": "OverviewLayoutIcon",
|
|
1867
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1868
|
+
"category": "icon",
|
|
1869
|
+
"status": "stable",
|
|
1870
|
+
"source": "src/icons/system-icons.tsx",
|
|
1871
|
+
"description": "System icon for overview layout controls.",
|
|
1872
|
+
"useCases": ["Overview controls", "Window layout controls"],
|
|
1873
|
+
"migrationHints": [],
|
|
1874
|
+
"iconVariant": "lined"
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"id": "more-horizontal-lined-icon",
|
|
1878
|
+
"layer": "base",
|
|
1879
|
+
"name": "MoreHorizontalIcon",
|
|
1880
|
+
"export": "MoreHorizontalIcon",
|
|
1881
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1882
|
+
"category": "icon",
|
|
1883
|
+
"status": "stable",
|
|
1884
|
+
"source": "src/icons/system-icons.tsx",
|
|
1885
|
+
"description": "System icon for overflow or additional actions menus.",
|
|
1886
|
+
"useCases": ["Overflow menus", "Secondary action buttons"],
|
|
1887
|
+
"migrationHints": [],
|
|
1888
|
+
"iconVariant": "lined"
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"id": "layout-preset-filled-icon",
|
|
1892
|
+
"layer": "base",
|
|
1893
|
+
"name": "LayoutPresetIcon",
|
|
1894
|
+
"export": "LayoutPresetIcon",
|
|
1895
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1896
|
+
"category": "icon",
|
|
1897
|
+
"status": "stable",
|
|
1898
|
+
"source": "src/icons/layout-preset-icons.tsx",
|
|
1899
|
+
"description": "System icon for workspace layout preset choices.",
|
|
1900
|
+
"useCases": ["Layout preset controls", "Window arrangement menus"],
|
|
1901
|
+
"migrationHints": [],
|
|
1902
|
+
"iconVariant": "filled"
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
"id": "refresh-lined-icon",
|
|
1906
|
+
"layer": "base",
|
|
1907
|
+
"name": "RefreshIcon",
|
|
1908
|
+
"export": "RefreshIcon",
|
|
1909
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1910
|
+
"category": "icon",
|
|
1911
|
+
"status": "stable",
|
|
1912
|
+
"source": "src/icons/system-icons.tsx",
|
|
1913
|
+
"description": "System icon for refresh actions.",
|
|
1914
|
+
"useCases": ["Refresh buttons", "Reload actions"],
|
|
1915
|
+
"migrationHints": [],
|
|
1916
|
+
"iconVariant": "lined"
|
|
903
1917
|
},
|
|
904
1918
|
{
|
|
905
|
-
"id": "
|
|
1919
|
+
"id": "search-lined-icon",
|
|
906
1920
|
"layer": "base",
|
|
907
|
-
"name": "
|
|
908
|
-
"export": "
|
|
1921
|
+
"name": "SearchIcon",
|
|
1922
|
+
"export": "SearchIcon",
|
|
909
1923
|
"from": "@nextop-os/ui-system/icons",
|
|
910
1924
|
"category": "icon",
|
|
911
1925
|
"status": "stable",
|
|
912
1926
|
"source": "src/icons/system-icons.tsx",
|
|
913
|
-
"description": "System icon for
|
|
914
|
-
"useCases": ["
|
|
915
|
-
"migrationHints": []
|
|
1927
|
+
"description": "System icon for search actions.",
|
|
1928
|
+
"useCases": ["Search inputs", "Search buttons"],
|
|
1929
|
+
"migrationHints": [],
|
|
1930
|
+
"iconVariant": "lined"
|
|
916
1931
|
},
|
|
917
1932
|
{
|
|
918
|
-
"id": "
|
|
1933
|
+
"id": "download-lined-icon",
|
|
919
1934
|
"layer": "base",
|
|
920
|
-
"name": "
|
|
921
|
-
"export": "
|
|
1935
|
+
"name": "DownloadIcon",
|
|
1936
|
+
"export": "DownloadIcon",
|
|
922
1937
|
"from": "@nextop-os/ui-system/icons",
|
|
923
1938
|
"category": "icon",
|
|
924
1939
|
"status": "stable",
|
|
925
1940
|
"source": "src/icons/system-icons.tsx",
|
|
926
|
-
"description": "System icon for
|
|
927
|
-
"useCases": ["
|
|
928
|
-
"migrationHints": []
|
|
1941
|
+
"description": "System icon for download or export actions.",
|
|
1942
|
+
"useCases": ["Download buttons", "Export actions"],
|
|
1943
|
+
"migrationHints": [],
|
|
1944
|
+
"iconVariant": "lined"
|
|
929
1945
|
},
|
|
930
1946
|
{
|
|
931
|
-
"id": "
|
|
1947
|
+
"id": "dark-mode-filled-icon",
|
|
932
1948
|
"layer": "base",
|
|
933
|
-
"name": "
|
|
934
|
-
"export": "
|
|
1949
|
+
"name": "DarkModeIcon",
|
|
1950
|
+
"export": "DarkModeIcon",
|
|
935
1951
|
"from": "@nextop-os/ui-system/icons",
|
|
936
1952
|
"category": "icon",
|
|
937
1953
|
"status": "stable",
|
|
938
1954
|
"source": "src/icons/system-icons.tsx",
|
|
939
|
-
"description": "System icon for
|
|
940
|
-
"useCases": ["
|
|
941
|
-
"migrationHints": []
|
|
1955
|
+
"description": "System icon for dark appearance controls.",
|
|
1956
|
+
"useCases": ["Theme controls", "Dark mode toggles"],
|
|
1957
|
+
"migrationHints": [],
|
|
1958
|
+
"iconVariant": "filled"
|
|
942
1959
|
},
|
|
943
1960
|
{
|
|
944
|
-
"id": "
|
|
1961
|
+
"id": "light-mode-filled-icon",
|
|
945
1962
|
"layer": "base",
|
|
946
|
-
"name": "
|
|
947
|
-
"export": "
|
|
1963
|
+
"name": "LightModeIcon",
|
|
1964
|
+
"export": "LightModeIcon",
|
|
948
1965
|
"from": "@nextop-os/ui-system/icons",
|
|
949
1966
|
"category": "icon",
|
|
950
1967
|
"status": "stable",
|
|
951
1968
|
"source": "src/icons/system-icons.tsx",
|
|
952
|
-
"description": "System icon for
|
|
953
|
-
"useCases": ["
|
|
954
|
-
"migrationHints": []
|
|
1969
|
+
"description": "System icon for light appearance controls.",
|
|
1970
|
+
"useCases": ["Theme controls", "Light mode toggles"],
|
|
1971
|
+
"migrationHints": [],
|
|
1972
|
+
"iconVariant": "filled"
|
|
955
1973
|
},
|
|
956
1974
|
{
|
|
957
|
-
"id": "
|
|
1975
|
+
"id": "delete-lined-icon",
|
|
958
1976
|
"layer": "base",
|
|
959
|
-
"name": "
|
|
960
|
-
"export": "
|
|
1977
|
+
"name": "DeleteIcon",
|
|
1978
|
+
"export": "DeleteIcon",
|
|
961
1979
|
"from": "@nextop-os/ui-system/icons",
|
|
962
1980
|
"category": "icon",
|
|
963
1981
|
"status": "stable",
|
|
964
1982
|
"source": "src/icons/system-icons.tsx",
|
|
965
|
-
"description": "System icon for
|
|
966
|
-
"useCases": ["
|
|
967
|
-
"migrationHints": []
|
|
1983
|
+
"description": "System icon for delete actions.",
|
|
1984
|
+
"useCases": ["Delete buttons", "Destructive actions"],
|
|
1985
|
+
"migrationHints": [],
|
|
1986
|
+
"iconVariant": "lined"
|
|
968
1987
|
},
|
|
969
1988
|
{
|
|
970
|
-
"id": "
|
|
1989
|
+
"id": "upload-lined-icon",
|
|
971
1990
|
"layer": "base",
|
|
972
|
-
"name": "
|
|
973
|
-
"export": "
|
|
1991
|
+
"name": "UploadIcon",
|
|
1992
|
+
"export": "UploadIcon",
|
|
974
1993
|
"from": "@nextop-os/ui-system/icons",
|
|
975
1994
|
"category": "icon",
|
|
976
1995
|
"status": "stable",
|
|
977
1996
|
"source": "src/icons/system-icons.tsx",
|
|
978
|
-
"description": "System icon for
|
|
979
|
-
"useCases": ["
|
|
980
|
-
"migrationHints": []
|
|
1997
|
+
"description": "System icon for upload actions.",
|
|
1998
|
+
"useCases": ["Upload buttons", "Import actions"],
|
|
1999
|
+
"migrationHints": [],
|
|
2000
|
+
"iconVariant": "lined"
|
|
981
2001
|
},
|
|
982
2002
|
{
|
|
983
|
-
"id": "
|
|
2003
|
+
"id": "google-brand-filled-icon",
|
|
984
2004
|
"layer": "base",
|
|
985
|
-
"name": "
|
|
986
|
-
"export": "
|
|
2005
|
+
"name": "GoogleBrandIcon",
|
|
2006
|
+
"export": "GoogleBrandIcon",
|
|
987
2007
|
"from": "@nextop-os/ui-system/icons",
|
|
988
2008
|
"category": "icon",
|
|
989
2009
|
"status": "stable",
|
|
990
2010
|
"source": "src/icons/system-icons.tsx",
|
|
991
|
-
"description": "
|
|
992
|
-
"useCases": ["
|
|
993
|
-
"migrationHints": []
|
|
2011
|
+
"description": "Google brand icon for sign-in or third-party account actions.",
|
|
2012
|
+
"useCases": ["Third-party authentication", "Brand buttons"],
|
|
2013
|
+
"migrationHints": [],
|
|
2014
|
+
"iconVariant": "filled"
|
|
994
2015
|
},
|
|
995
2016
|
{
|
|
996
|
-
"id": "
|
|
2017
|
+
"id": "git-hub-brand-filled-icon",
|
|
997
2018
|
"layer": "base",
|
|
998
|
-
"name": "
|
|
999
|
-
"export": "
|
|
2019
|
+
"name": "GitHubBrandIcon",
|
|
2020
|
+
"export": "GitHubBrandIcon",
|
|
1000
2021
|
"from": "@nextop-os/ui-system/icons",
|
|
1001
2022
|
"category": "icon",
|
|
1002
2023
|
"status": "stable",
|
|
1003
2024
|
"source": "src/icons/system-icons.tsx",
|
|
1004
|
-
"description": "
|
|
1005
|
-
"useCases": ["
|
|
1006
|
-
"migrationHints": []
|
|
2025
|
+
"description": "GitHub brand icon for sign-in or repository actions.",
|
|
2026
|
+
"useCases": ["Third-party authentication", "Repository actions"],
|
|
2027
|
+
"migrationHints": [],
|
|
2028
|
+
"iconVariant": "filled"
|
|
1007
2029
|
},
|
|
1008
2030
|
{
|
|
1009
|
-
"id": "
|
|
2031
|
+
"id": "video-file-filled-icon",
|
|
1010
2032
|
"layer": "base",
|
|
1011
|
-
"name": "
|
|
1012
|
-
"export": "
|
|
2033
|
+
"name": "VideoFileIcon",
|
|
2034
|
+
"export": "VideoFileIcon",
|
|
1013
2035
|
"from": "@nextop-os/ui-system/icons",
|
|
1014
2036
|
"category": "icon",
|
|
1015
2037
|
"status": "stable",
|
|
1016
2038
|
"source": "src/icons/system-icons.tsx",
|
|
1017
|
-
"description": "System icon for
|
|
1018
|
-
"useCases": ["
|
|
1019
|
-
"migrationHints": []
|
|
2039
|
+
"description": "System icon for video files.",
|
|
2040
|
+
"useCases": ["Video file items"],
|
|
2041
|
+
"migrationHints": [],
|
|
2042
|
+
"iconVariant": "filled"
|
|
1020
2043
|
},
|
|
1021
2044
|
{
|
|
1022
|
-
"id": "
|
|
2045
|
+
"id": "agent-sessions-filled-icon",
|
|
1023
2046
|
"layer": "base",
|
|
1024
|
-
"name": "
|
|
1025
|
-
"export": "
|
|
2047
|
+
"name": "AgentSessionsIcon",
|
|
2048
|
+
"export": "AgentSessionsIcon",
|
|
1026
2049
|
"from": "@nextop-os/ui-system/icons",
|
|
1027
2050
|
"category": "icon",
|
|
1028
2051
|
"status": "stable",
|
|
1029
2052
|
"source": "src/icons/system-icons.tsx",
|
|
1030
|
-
"description": "System icon for
|
|
1031
|
-
"useCases": ["
|
|
1032
|
-
"migrationHints": []
|
|
2053
|
+
"description": "System icon for agent session threads.",
|
|
2054
|
+
"useCases": ["Agent sessions", "Conversation history"],
|
|
2055
|
+
"migrationHints": [],
|
|
2056
|
+
"iconVariant": "filled"
|
|
1033
2057
|
},
|
|
1034
2058
|
{
|
|
1035
|
-
"id": "
|
|
2059
|
+
"id": "create-chat-filled-icon",
|
|
1036
2060
|
"layer": "base",
|
|
1037
|
-
"name": "
|
|
1038
|
-
"export": "
|
|
2061
|
+
"name": "CreateChatIcon",
|
|
2062
|
+
"export": "CreateChatIcon",
|
|
1039
2063
|
"from": "@nextop-os/ui-system/icons",
|
|
1040
2064
|
"category": "icon",
|
|
1041
2065
|
"status": "stable",
|
|
1042
2066
|
"source": "src/icons/system-icons.tsx",
|
|
1043
|
-
"description": "System icon for
|
|
1044
|
-
"useCases": ["
|
|
1045
|
-
"migrationHints": []
|
|
2067
|
+
"description": "System icon for creating a chat.",
|
|
2068
|
+
"useCases": ["Create chat actions", "New conversation controls"],
|
|
2069
|
+
"migrationHints": [],
|
|
2070
|
+
"iconVariant": "filled"
|
|
1046
2071
|
},
|
|
1047
2072
|
{
|
|
1048
|
-
"id": "
|
|
2073
|
+
"id": "folder-failed-filled-icon",
|
|
1049
2074
|
"layer": "base",
|
|
1050
|
-
"name": "
|
|
1051
|
-
"export": "
|
|
2075
|
+
"name": "FolderFailedIcon",
|
|
2076
|
+
"export": "FolderFailedIcon",
|
|
1052
2077
|
"from": "@nextop-os/ui-system/icons",
|
|
1053
2078
|
"category": "icon",
|
|
1054
2079
|
"status": "stable",
|
|
1055
2080
|
"source": "src/icons/system-icons.tsx",
|
|
1056
|
-
"description": "System icon for
|
|
1057
|
-
"useCases": ["
|
|
1058
|
-
"migrationHints": []
|
|
2081
|
+
"description": "System icon for failed folder states.",
|
|
2082
|
+
"useCases": ["Folder errors", "Failed directory states"],
|
|
2083
|
+
"migrationHints": [],
|
|
2084
|
+
"iconVariant": "filled"
|
|
1059
2085
|
},
|
|
1060
2086
|
{
|
|
1061
|
-
"id": "
|
|
2087
|
+
"id": "guide-lined-icon",
|
|
1062
2088
|
"layer": "base",
|
|
1063
|
-
"name": "
|
|
1064
|
-
"export": "
|
|
2089
|
+
"name": "GuideIcon",
|
|
2090
|
+
"export": "GuideIcon",
|
|
1065
2091
|
"from": "@nextop-os/ui-system/icons",
|
|
1066
2092
|
"category": "icon",
|
|
1067
2093
|
"status": "stable",
|
|
1068
2094
|
"source": "src/icons/system-icons.tsx",
|
|
1069
|
-
"description": "System icon for
|
|
1070
|
-
"useCases": ["
|
|
1071
|
-
"migrationHints": []
|
|
2095
|
+
"description": "System icon for guides or guided navigation.",
|
|
2096
|
+
"useCases": ["Guides", "Onboarding flows"],
|
|
2097
|
+
"migrationHints": [],
|
|
2098
|
+
"iconVariant": "lined"
|
|
1072
2099
|
},
|
|
1073
2100
|
{
|
|
1074
|
-
"id": "
|
|
2101
|
+
"id": "image-generate-lined-icon",
|
|
1075
2102
|
"layer": "base",
|
|
1076
|
-
"name": "
|
|
1077
|
-
"export": "
|
|
2103
|
+
"name": "ImageGenerateIcon",
|
|
2104
|
+
"export": "ImageGenerateIcon",
|
|
1078
2105
|
"from": "@nextop-os/ui-system/icons",
|
|
1079
2106
|
"category": "icon",
|
|
1080
2107
|
"status": "stable",
|
|
1081
2108
|
"source": "src/icons/system-icons.tsx",
|
|
1082
|
-
"description": "System icon for
|
|
1083
|
-
"useCases": ["
|
|
1084
|
-
"migrationHints": []
|
|
2109
|
+
"description": "System icon for image generation files or actions.",
|
|
2110
|
+
"useCases": ["Image generation", "Generated image outputs"],
|
|
2111
|
+
"migrationHints": [],
|
|
2112
|
+
"iconVariant": "lined"
|
|
1085
2113
|
},
|
|
1086
2114
|
{
|
|
1087
|
-
"id": "
|
|
2115
|
+
"id": "issue-filled-icon",
|
|
1088
2116
|
"layer": "base",
|
|
1089
|
-
"name": "
|
|
1090
|
-
"export": "
|
|
2117
|
+
"name": "IssueIcon",
|
|
2118
|
+
"export": "IssueIcon",
|
|
1091
2119
|
"from": "@nextop-os/ui-system/icons",
|
|
1092
2120
|
"category": "icon",
|
|
1093
2121
|
"status": "stable",
|
|
1094
2122
|
"source": "src/icons/system-icons.tsx",
|
|
1095
|
-
"description": "System icon for
|
|
1096
|
-
"useCases": ["
|
|
1097
|
-
"migrationHints": []
|
|
2123
|
+
"description": "System icon for issues or task records.",
|
|
2124
|
+
"useCases": ["Issues", "Tracked work items"],
|
|
2125
|
+
"migrationHints": [],
|
|
2126
|
+
"iconVariant": "filled"
|
|
1098
2127
|
},
|
|
1099
2128
|
{
|
|
1100
|
-
"id": "
|
|
2129
|
+
"id": "keyboard-filled-icon",
|
|
1101
2130
|
"layer": "base",
|
|
1102
|
-
"name": "
|
|
1103
|
-
"export": "
|
|
2131
|
+
"name": "KeyboardIcon",
|
|
2132
|
+
"export": "KeyboardIcon",
|
|
1104
2133
|
"from": "@nextop-os/ui-system/icons",
|
|
1105
2134
|
"category": "icon",
|
|
1106
2135
|
"status": "stable",
|
|
1107
2136
|
"source": "src/icons/system-icons.tsx",
|
|
1108
|
-
"description": "System icon for
|
|
1109
|
-
"useCases": ["
|
|
1110
|
-
"migrationHints": []
|
|
2137
|
+
"description": "System icon for keyboard input or shortcuts.",
|
|
2138
|
+
"useCases": ["Keyboard shortcuts", "Input devices"],
|
|
2139
|
+
"migrationHints": [],
|
|
2140
|
+
"iconVariant": "filled"
|
|
1111
2141
|
},
|
|
1112
2142
|
{
|
|
1113
|
-
"id": "
|
|
2143
|
+
"id": "link-lined-icon",
|
|
1114
2144
|
"layer": "base",
|
|
1115
|
-
"name": "
|
|
1116
|
-
"export": "
|
|
2145
|
+
"name": "LinkIcon",
|
|
2146
|
+
"export": "LinkIcon",
|
|
1117
2147
|
"from": "@nextop-os/ui-system/icons",
|
|
1118
2148
|
"category": "icon",
|
|
1119
2149
|
"status": "stable",
|
|
1120
2150
|
"source": "src/icons/system-icons.tsx",
|
|
1121
|
-
"description": "System icon for
|
|
1122
|
-
"useCases": ["
|
|
1123
|
-
"migrationHints": []
|
|
2151
|
+
"description": "System icon for links or connected resources.",
|
|
2152
|
+
"useCases": ["Links", "Connected resources"],
|
|
2153
|
+
"migrationHints": [],
|
|
2154
|
+
"iconVariant": "lined"
|
|
1124
2155
|
},
|
|
1125
2156
|
{
|
|
1126
|
-
"id": "
|
|
2157
|
+
"id": "locate-folder-lined-icon",
|
|
1127
2158
|
"layer": "base",
|
|
1128
|
-
"name": "
|
|
1129
|
-
"export": "
|
|
2159
|
+
"name": "LocateFolderIcon",
|
|
2160
|
+
"export": "LocateFolderIcon",
|
|
1130
2161
|
"from": "@nextop-os/ui-system/icons",
|
|
1131
2162
|
"category": "icon",
|
|
1132
2163
|
"status": "stable",
|
|
1133
2164
|
"source": "src/icons/system-icons.tsx",
|
|
1134
|
-
"description": "System icon for
|
|
1135
|
-
"useCases": ["
|
|
1136
|
-
"migrationHints": []
|
|
2165
|
+
"description": "System icon for locating folders.",
|
|
2166
|
+
"useCases": ["Locate folder actions", "Directory search"],
|
|
2167
|
+
"migrationHints": [],
|
|
2168
|
+
"iconVariant": "lined"
|
|
1137
2169
|
},
|
|
1138
2170
|
{
|
|
1139
|
-
"id": "
|
|
2171
|
+
"id": "nav-agents-filled-icon",
|
|
1140
2172
|
"layer": "base",
|
|
1141
|
-
"name": "
|
|
1142
|
-
"export": "
|
|
2173
|
+
"name": "NavAgentsIcon",
|
|
2174
|
+
"export": "NavAgentsIcon",
|
|
1143
2175
|
"from": "@nextop-os/ui-system/icons",
|
|
1144
2176
|
"category": "icon",
|
|
1145
2177
|
"status": "stable",
|
|
1146
2178
|
"source": "src/icons/system-icons.tsx",
|
|
1147
|
-
"description": "
|
|
1148
|
-
"useCases": ["
|
|
1149
|
-
"migrationHints": []
|
|
2179
|
+
"description": "Navigation icon for agents.",
|
|
2180
|
+
"useCases": ["Agent navigation", "Agent lists"],
|
|
2181
|
+
"migrationHints": [],
|
|
2182
|
+
"iconVariant": "filled"
|
|
1150
2183
|
},
|
|
1151
2184
|
{
|
|
1152
|
-
"id": "
|
|
2185
|
+
"id": "nav-launch-filled-icon",
|
|
1153
2186
|
"layer": "base",
|
|
1154
|
-
"name": "
|
|
1155
|
-
"export": "
|
|
2187
|
+
"name": "NavLaunchIcon",
|
|
2188
|
+
"export": "NavLaunchIcon",
|
|
1156
2189
|
"from": "@nextop-os/ui-system/icons",
|
|
1157
2190
|
"category": "icon",
|
|
1158
2191
|
"status": "stable",
|
|
1159
2192
|
"source": "src/icons/system-icons.tsx",
|
|
1160
|
-
"description": "
|
|
1161
|
-
"useCases": ["
|
|
1162
|
-
"migrationHints": []
|
|
2193
|
+
"description": "Navigation icon for launch or home surfaces.",
|
|
2194
|
+
"useCases": ["Launch navigation", "Home navigation"],
|
|
2195
|
+
"migrationHints": [],
|
|
2196
|
+
"iconVariant": "filled"
|
|
1163
2197
|
},
|
|
1164
2198
|
{
|
|
1165
|
-
"id": "
|
|
2199
|
+
"id": "nav-templates-filled-icon",
|
|
1166
2200
|
"layer": "base",
|
|
1167
|
-
"name": "
|
|
1168
|
-
"export": "
|
|
2201
|
+
"name": "NavTemplatesIcon",
|
|
2202
|
+
"export": "NavTemplatesIcon",
|
|
1169
2203
|
"from": "@nextop-os/ui-system/icons",
|
|
1170
2204
|
"category": "icon",
|
|
1171
2205
|
"status": "stable",
|
|
1172
2206
|
"source": "src/icons/system-icons.tsx",
|
|
1173
|
-
"description": "
|
|
1174
|
-
"useCases": ["
|
|
1175
|
-
"migrationHints": []
|
|
2207
|
+
"description": "Navigation icon for templates.",
|
|
2208
|
+
"useCases": ["Template navigation", "Preset libraries"],
|
|
2209
|
+
"migrationHints": [],
|
|
2210
|
+
"iconVariant": "filled"
|
|
1176
2211
|
},
|
|
1177
2212
|
{
|
|
1178
|
-
"id": "
|
|
2213
|
+
"id": "open-sessions-filled-icon",
|
|
1179
2214
|
"layer": "base",
|
|
1180
|
-
"name": "
|
|
1181
|
-
"export": "
|
|
2215
|
+
"name": "OpenSessionsIcon",
|
|
2216
|
+
"export": "OpenSessionsIcon",
|
|
1182
2217
|
"from": "@nextop-os/ui-system/icons",
|
|
1183
2218
|
"category": "icon",
|
|
1184
2219
|
"status": "stable",
|
|
1185
2220
|
"source": "src/icons/system-icons.tsx",
|
|
1186
|
-
"description": "System icon for
|
|
1187
|
-
"useCases": ["
|
|
1188
|
-
"migrationHints": []
|
|
2221
|
+
"description": "System icon for open sessions.",
|
|
2222
|
+
"useCases": ["Open sessions", "Active conversations"],
|
|
2223
|
+
"migrationHints": [],
|
|
2224
|
+
"iconVariant": "filled"
|
|
1189
2225
|
},
|
|
1190
2226
|
{
|
|
1191
|
-
"id": "
|
|
2227
|
+
"id": "panel-lined-icon",
|
|
1192
2228
|
"layer": "base",
|
|
1193
|
-
"name": "
|
|
1194
|
-
"export": "
|
|
2229
|
+
"name": "PanelIcon",
|
|
2230
|
+
"export": "PanelIcon",
|
|
1195
2231
|
"from": "@nextop-os/ui-system/icons",
|
|
1196
2232
|
"category": "icon",
|
|
1197
2233
|
"status": "stable",
|
|
1198
2234
|
"source": "src/icons/system-icons.tsx",
|
|
1199
|
-
"description": "System icon for
|
|
1200
|
-
"useCases": ["
|
|
1201
|
-
"migrationHints": []
|
|
2235
|
+
"description": "System icon for panel layouts.",
|
|
2236
|
+
"useCases": ["Panel controls", "Pane layouts"],
|
|
2237
|
+
"migrationHints": [],
|
|
2238
|
+
"iconVariant": "lined"
|
|
1202
2239
|
},
|
|
1203
2240
|
{
|
|
1204
|
-
"id": "
|
|
2241
|
+
"id": "product-filled-icon",
|
|
1205
2242
|
"layer": "base",
|
|
1206
|
-
"name": "
|
|
1207
|
-
"export": "
|
|
2243
|
+
"name": "ProductIcon",
|
|
2244
|
+
"export": "ProductIcon",
|
|
1208
2245
|
"from": "@nextop-os/ui-system/icons",
|
|
1209
2246
|
"category": "icon",
|
|
1210
2247
|
"status": "stable",
|
|
1211
2248
|
"source": "src/icons/system-icons.tsx",
|
|
1212
|
-
"description": "System icon for
|
|
1213
|
-
"useCases": ["
|
|
1214
|
-
"migrationHints": []
|
|
2249
|
+
"description": "System icon for product documents or product surfaces.",
|
|
2250
|
+
"useCases": ["Product documents", "Product surfaces"],
|
|
2251
|
+
"migrationHints": [],
|
|
2252
|
+
"iconVariant": "filled"
|
|
1215
2253
|
},
|
|
1216
2254
|
{
|
|
1217
|
-
"id": "
|
|
2255
|
+
"id": "product-doc-lined-icon",
|
|
1218
2256
|
"layer": "base",
|
|
1219
|
-
"name": "
|
|
1220
|
-
"export": "
|
|
2257
|
+
"name": "ProductDocIcon",
|
|
2258
|
+
"export": "ProductDocIcon",
|
|
1221
2259
|
"from": "@nextop-os/ui-system/icons",
|
|
1222
2260
|
"category": "icon",
|
|
1223
2261
|
"status": "stable",
|
|
1224
2262
|
"source": "src/icons/system-icons.tsx",
|
|
1225
|
-
"description": "System icon for
|
|
1226
|
-
"useCases": ["
|
|
1227
|
-
"migrationHints": []
|
|
2263
|
+
"description": "System icon for product documentation.",
|
|
2264
|
+
"useCases": ["Product documentation", "Document references"],
|
|
2265
|
+
"migrationHints": [],
|
|
2266
|
+
"iconVariant": "lined"
|
|
1228
2267
|
},
|
|
1229
2268
|
{
|
|
1230
|
-
"id": "
|
|
2269
|
+
"id": "web-lined-icon",
|
|
1231
2270
|
"layer": "base",
|
|
1232
|
-
"name": "
|
|
1233
|
-
"export": "
|
|
2271
|
+
"name": "WebIcon",
|
|
2272
|
+
"export": "WebIcon",
|
|
1234
2273
|
"from": "@nextop-os/ui-system/icons",
|
|
1235
2274
|
"category": "icon",
|
|
1236
2275
|
"status": "stable",
|
|
1237
2276
|
"source": "src/icons/system-icons.tsx",
|
|
1238
|
-
"description": "System icon for
|
|
1239
|
-
"useCases": ["
|
|
1240
|
-
"migrationHints": []
|
|
2277
|
+
"description": "System icon for web access.",
|
|
2278
|
+
"useCases": ["Web access", "Network-enabled actions"],
|
|
2279
|
+
"migrationHints": [],
|
|
2280
|
+
"iconVariant": "lined"
|
|
1241
2281
|
},
|
|
1242
2282
|
{
|
|
1243
|
-
"id": "
|
|
2283
|
+
"id": "capability-lined-icon",
|
|
1244
2284
|
"layer": "base",
|
|
1245
|
-
"name": "
|
|
1246
|
-
"export": "
|
|
2285
|
+
"name": "CapabilityIcon",
|
|
2286
|
+
"export": "CapabilityIcon",
|
|
1247
2287
|
"from": "@nextop-os/ui-system/icons",
|
|
1248
2288
|
"category": "icon",
|
|
1249
2289
|
"status": "stable",
|
|
1250
2290
|
"source": "src/icons/system-icons.tsx",
|
|
1251
|
-
"description": "System icon for
|
|
1252
|
-
"useCases": ["
|
|
1253
|
-
"migrationHints": []
|
|
2291
|
+
"description": "System icon for capabilities.",
|
|
2292
|
+
"useCases": ["Capabilities", "Feature abilities"],
|
|
2293
|
+
"migrationHints": [],
|
|
2294
|
+
"iconVariant": "lined"
|
|
1254
2295
|
},
|
|
1255
2296
|
{
|
|
1256
|
-
"id": "
|
|
2297
|
+
"id": "task-lined-icon",
|
|
1257
2298
|
"layer": "base",
|
|
1258
|
-
"name": "
|
|
1259
|
-
"export": "
|
|
2299
|
+
"name": "TaskIcon",
|
|
2300
|
+
"export": "TaskIcon",
|
|
1260
2301
|
"from": "@nextop-os/ui-system/icons",
|
|
1261
2302
|
"category": "icon",
|
|
1262
2303
|
"status": "stable",
|
|
1263
2304
|
"source": "src/icons/system-icons.tsx",
|
|
1264
|
-
"description": "System icon for
|
|
1265
|
-
"useCases": ["
|
|
1266
|
-
"migrationHints": []
|
|
2305
|
+
"description": "System icon for tasks.",
|
|
2306
|
+
"useCases": ["Tasks", "Work item lists"],
|
|
2307
|
+
"migrationHints": [],
|
|
2308
|
+
"iconVariant": "lined"
|
|
1267
2309
|
},
|
|
1268
2310
|
{
|
|
1269
|
-
"id": "
|
|
2311
|
+
"id": "thinking-lined-icon",
|
|
1270
2312
|
"layer": "base",
|
|
1271
|
-
"name": "
|
|
1272
|
-
"export": "
|
|
2313
|
+
"name": "ThinkingIcon",
|
|
2314
|
+
"export": "ThinkingIcon",
|
|
1273
2315
|
"from": "@nextop-os/ui-system/icons",
|
|
1274
2316
|
"category": "icon",
|
|
1275
2317
|
"status": "stable",
|
|
1276
2318
|
"source": "src/icons/system-icons.tsx",
|
|
1277
|
-
"description": "System icon for
|
|
1278
|
-
"useCases": ["
|
|
1279
|
-
"migrationHints": []
|
|
2319
|
+
"description": "System icon for thinking or reasoning.",
|
|
2320
|
+
"useCases": ["Thinking states", "Reasoning indicators"],
|
|
2321
|
+
"migrationHints": [],
|
|
2322
|
+
"iconVariant": "lined"
|
|
1280
2323
|
},
|
|
1281
2324
|
{
|
|
1282
|
-
"id": "
|
|
2325
|
+
"id": "web-scrape-lined-icon",
|
|
1283
2326
|
"layer": "base",
|
|
1284
|
-
"name": "
|
|
1285
|
-
"export": "
|
|
2327
|
+
"name": "WebScrapeIcon",
|
|
2328
|
+
"export": "WebScrapeIcon",
|
|
1286
2329
|
"from": "@nextop-os/ui-system/icons",
|
|
1287
2330
|
"category": "icon",
|
|
1288
2331
|
"status": "stable",
|
|
1289
2332
|
"source": "src/icons/system-icons.tsx",
|
|
1290
|
-
"description": "System icon for
|
|
1291
|
-
"useCases": ["
|
|
1292
|
-
"migrationHints": []
|
|
2333
|
+
"description": "System icon for website content capture.",
|
|
2334
|
+
"useCases": ["Website scraping", "Content capture"],
|
|
2335
|
+
"migrationHints": [],
|
|
2336
|
+
"iconVariant": "lined"
|
|
1293
2337
|
},
|
|
1294
2338
|
{
|
|
1295
|
-
"id": "
|
|
2339
|
+
"id": "chat-lined-icon",
|
|
1296
2340
|
"layer": "base",
|
|
1297
|
-
"name": "
|
|
1298
|
-
"export": "
|
|
2341
|
+
"name": "ChatIcon",
|
|
2342
|
+
"export": "ChatIcon",
|
|
1299
2343
|
"from": "@nextop-os/ui-system/icons",
|
|
1300
2344
|
"category": "icon",
|
|
1301
2345
|
"status": "stable",
|
|
1302
2346
|
"source": "src/icons/system-icons.tsx",
|
|
1303
|
-
"description": "System icon for
|
|
1304
|
-
"useCases": ["
|
|
1305
|
-
"migrationHints": []
|
|
2347
|
+
"description": "System icon for chat surfaces.",
|
|
2348
|
+
"useCases": ["Chat surfaces", "Conversation controls"],
|
|
2349
|
+
"migrationHints": [],
|
|
2350
|
+
"iconVariant": "lined"
|
|
1306
2351
|
},
|
|
1307
2352
|
{
|
|
1308
|
-
"id": "
|
|
2353
|
+
"id": "rooms-hint-filled-icon",
|
|
1309
2354
|
"layer": "base",
|
|
1310
|
-
"name": "
|
|
1311
|
-
"export": "
|
|
2355
|
+
"name": "RoomsHintIcon",
|
|
2356
|
+
"export": "RoomsHintIcon",
|
|
1312
2357
|
"from": "@nextop-os/ui-system/icons",
|
|
1313
2358
|
"category": "icon",
|
|
1314
2359
|
"status": "stable",
|
|
1315
2360
|
"source": "src/icons/system-icons.tsx",
|
|
1316
|
-
"description": "System icon for
|
|
1317
|
-
"useCases": ["
|
|
1318
|
-
"migrationHints": []
|
|
2361
|
+
"description": "System icon for room hints or room previews.",
|
|
2362
|
+
"useCases": ["Room hints", "Workspace room previews"],
|
|
2363
|
+
"migrationHints": [],
|
|
2364
|
+
"iconVariant": "filled"
|
|
1319
2365
|
},
|
|
1320
2366
|
{
|
|
1321
|
-
"id": "
|
|
2367
|
+
"id": "tools-lined-icon",
|
|
1322
2368
|
"layer": "base",
|
|
1323
|
-
"name": "
|
|
1324
|
-
"export": "
|
|
2369
|
+
"name": "ToolsIcon",
|
|
2370
|
+
"export": "ToolsIcon",
|
|
1325
2371
|
"from": "@nextop-os/ui-system/icons",
|
|
1326
2372
|
"category": "icon",
|
|
1327
2373
|
"status": "stable",
|
|
1328
2374
|
"source": "src/icons/system-icons.tsx",
|
|
1329
|
-
"description": "System icon for
|
|
1330
|
-
"useCases": ["
|
|
1331
|
-
"migrationHints": []
|
|
2375
|
+
"description": "System icon for tools and build actions.",
|
|
2376
|
+
"useCases": ["Tools", "Build actions"],
|
|
2377
|
+
"migrationHints": [],
|
|
2378
|
+
"iconVariant": "lined"
|
|
1332
2379
|
},
|
|
1333
2380
|
{
|
|
1334
|
-
"id": "
|
|
2381
|
+
"id": "unavailable-chat-filled-icon",
|
|
1335
2382
|
"layer": "base",
|
|
1336
|
-
"name": "
|
|
1337
|
-
"export": "
|
|
2383
|
+
"name": "UnavailableChatIcon",
|
|
2384
|
+
"export": "UnavailableChatIcon",
|
|
1338
2385
|
"from": "@nextop-os/ui-system/icons",
|
|
1339
2386
|
"category": "icon",
|
|
1340
2387
|
"status": "stable",
|
|
1341
|
-
"source": "src/icons/
|
|
1342
|
-
"description": "System icon for
|
|
1343
|
-
"useCases": ["
|
|
1344
|
-
"migrationHints": []
|
|
2388
|
+
"source": "src/icons/system-icons.tsx",
|
|
2389
|
+
"description": "System icon for unavailable chat states.",
|
|
2390
|
+
"useCases": ["Unavailable chats", "Disabled conversations"],
|
|
2391
|
+
"migrationHints": [],
|
|
2392
|
+
"iconVariant": "filled"
|
|
1345
2393
|
},
|
|
1346
2394
|
{
|
|
1347
|
-
"id": "
|
|
2395
|
+
"id": "upload-folder-lined-icon",
|
|
1348
2396
|
"layer": "base",
|
|
1349
|
-
"name": "
|
|
1350
|
-
"export": "
|
|
2397
|
+
"name": "UploadFolderIcon",
|
|
2398
|
+
"export": "UploadFolderIcon",
|
|
1351
2399
|
"from": "@nextop-os/ui-system/icons",
|
|
1352
2400
|
"category": "icon",
|
|
1353
2401
|
"status": "stable",
|
|
1354
2402
|
"source": "src/icons/system-icons.tsx",
|
|
1355
|
-
"description": "System icon for
|
|
1356
|
-
"useCases": ["
|
|
1357
|
-
"migrationHints": []
|
|
2403
|
+
"description": "System icon for uploading folders.",
|
|
2404
|
+
"useCases": ["Upload folders", "Directory imports"],
|
|
2405
|
+
"migrationHints": [],
|
|
2406
|
+
"iconVariant": "lined"
|
|
1358
2407
|
},
|
|
1359
2408
|
{
|
|
1360
|
-
"id": "
|
|
2409
|
+
"id": "failed-lined-icon",
|
|
1361
2410
|
"layer": "base",
|
|
1362
|
-
"name": "
|
|
1363
|
-
"export": "
|
|
2411
|
+
"name": "FailedLinedIcon",
|
|
2412
|
+
"export": "FailedLinedIcon",
|
|
1364
2413
|
"from": "@nextop-os/ui-system/icons",
|
|
1365
2414
|
"category": "icon",
|
|
1366
2415
|
"status": "stable",
|
|
1367
2416
|
"source": "src/icons/system-icons.tsx",
|
|
1368
|
-
"description": "System icon for
|
|
1369
|
-
"useCases": ["
|
|
1370
|
-
"migrationHints": []
|
|
2417
|
+
"description": "System lined icon for failed states.",
|
|
2418
|
+
"useCases": ["Failed states", "Error summaries"],
|
|
2419
|
+
"migrationHints": [],
|
|
2420
|
+
"iconVariant": "lined"
|
|
1371
2421
|
},
|
|
1372
2422
|
{
|
|
1373
|
-
"id": "
|
|
2423
|
+
"id": "failed-filled-icon",
|
|
1374
2424
|
"layer": "base",
|
|
1375
|
-
"name": "
|
|
1376
|
-
"export": "
|
|
2425
|
+
"name": "FailedFilledIcon",
|
|
2426
|
+
"export": "FailedFilledIcon",
|
|
1377
2427
|
"from": "@nextop-os/ui-system/icons",
|
|
1378
2428
|
"category": "icon",
|
|
1379
2429
|
"status": "stable",
|
|
1380
2430
|
"source": "src/icons/system-icons.tsx",
|
|
1381
|
-
"description": "System icon for
|
|
1382
|
-
"useCases": ["
|
|
1383
|
-
"migrationHints": []
|
|
2431
|
+
"description": "System filled icon for failed states.",
|
|
2432
|
+
"useCases": ["Failed states", "Error summaries"],
|
|
2433
|
+
"migrationHints": [],
|
|
2434
|
+
"iconVariant": "filled"
|
|
1384
2435
|
},
|
|
1385
2436
|
{
|
|
1386
|
-
"id": "
|
|
2437
|
+
"id": "success-lined-icon",
|
|
1387
2438
|
"layer": "base",
|
|
1388
|
-
"name": "
|
|
1389
|
-
"export": "
|
|
2439
|
+
"name": "SuccessLinedIcon",
|
|
2440
|
+
"export": "SuccessLinedIcon",
|
|
1390
2441
|
"from": "@nextop-os/ui-system/icons",
|
|
1391
2442
|
"category": "icon",
|
|
1392
2443
|
"status": "stable",
|
|
1393
2444
|
"source": "src/icons/system-icons.tsx",
|
|
1394
|
-
"description": "System icon for
|
|
1395
|
-
"useCases": ["
|
|
1396
|
-
"migrationHints": []
|
|
2445
|
+
"description": "System lined icon for success states.",
|
|
2446
|
+
"useCases": ["Success states", "Completed work"],
|
|
2447
|
+
"migrationHints": [],
|
|
2448
|
+
"iconVariant": "lined"
|
|
1397
2449
|
},
|
|
1398
2450
|
{
|
|
1399
|
-
"id": "
|
|
2451
|
+
"id": "success-filled-icon",
|
|
1400
2452
|
"layer": "base",
|
|
1401
|
-
"name": "
|
|
1402
|
-
"export": "
|
|
2453
|
+
"name": "SuccessFilledIcon",
|
|
2454
|
+
"export": "SuccessFilledIcon",
|
|
1403
2455
|
"from": "@nextop-os/ui-system/icons",
|
|
1404
2456
|
"category": "icon",
|
|
1405
2457
|
"status": "stable",
|
|
1406
2458
|
"source": "src/icons/system-icons.tsx",
|
|
1407
|
-
"description": "
|
|
1408
|
-
"useCases": ["
|
|
1409
|
-
"migrationHints": []
|
|
2459
|
+
"description": "System filled icon for success states.",
|
|
2460
|
+
"useCases": ["Success states", "Completed work"],
|
|
2461
|
+
"migrationHints": [],
|
|
2462
|
+
"iconVariant": "filled"
|
|
1410
2463
|
},
|
|
1411
2464
|
{
|
|
1412
|
-
"id": "
|
|
2465
|
+
"id": "warning-lined-icon",
|
|
1413
2466
|
"layer": "base",
|
|
1414
|
-
"name": "
|
|
1415
|
-
"export": "
|
|
2467
|
+
"name": "WarningLinedIcon",
|
|
2468
|
+
"export": "WarningLinedIcon",
|
|
1416
2469
|
"from": "@nextop-os/ui-system/icons",
|
|
1417
2470
|
"category": "icon",
|
|
1418
2471
|
"status": "stable",
|
|
1419
2472
|
"source": "src/icons/system-icons.tsx",
|
|
1420
|
-
"description": "
|
|
1421
|
-
"useCases": ["
|
|
1422
|
-
"migrationHints": []
|
|
2473
|
+
"description": "System icon for warning states.",
|
|
2474
|
+
"useCases": ["Warnings", "Attention states"],
|
|
2475
|
+
"migrationHints": [],
|
|
2476
|
+
"iconVariant": "lined"
|
|
1423
2477
|
},
|
|
1424
2478
|
{
|
|
1425
|
-
"id": "
|
|
2479
|
+
"id": "warning-filled-icon",
|
|
1426
2480
|
"layer": "base",
|
|
1427
|
-
"name": "
|
|
1428
|
-
"export": "
|
|
2481
|
+
"name": "WarningFilledIcon",
|
|
2482
|
+
"export": "WarningFilledIcon",
|
|
1429
2483
|
"from": "@nextop-os/ui-system/icons",
|
|
1430
2484
|
"category": "icon",
|
|
1431
2485
|
"status": "stable",
|
|
1432
2486
|
"source": "src/icons/system-icons.tsx",
|
|
1433
|
-
"description": "System icon for
|
|
1434
|
-
"useCases": ["
|
|
1435
|
-
"migrationHints": []
|
|
2487
|
+
"description": "System filled icon for warning states.",
|
|
2488
|
+
"useCases": ["Warnings", "Attention states"],
|
|
2489
|
+
"migrationHints": [],
|
|
2490
|
+
"iconVariant": "filled"
|
|
1436
2491
|
},
|
|
1437
2492
|
{
|
|
1438
2493
|
"id": "styles-css",
|