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