@almadar/ui 5.1.3 → 5.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/avl/index.cjs +381 -70
- package/dist/avl/index.js +381 -70
- package/dist/components/index.cjs +381 -70
- package/dist/components/index.js +381 -70
- package/dist/docs/index.cjs +381 -70
- package/dist/docs/index.js +381 -70
- package/dist/marketing/index.cjs +381 -70
- package/dist/marketing/index.js +381 -70
- package/dist/providers/index.cjs +381 -70
- package/dist/providers/index.js +381 -70
- package/dist/runtime/index.cjs +381 -70
- package/dist/runtime/index.js +381 -70
- package/package.json +1 -1
package/dist/providers/index.js
CHANGED
|
@@ -933,111 +933,322 @@ var init_iconFamily = __esm({
|
|
|
933
933
|
};
|
|
934
934
|
phosphorAliases = {
|
|
935
935
|
// lucide name → phosphor PascalCase name
|
|
936
|
-
|
|
936
|
+
// Actions
|
|
937
|
+
plus: "Plus",
|
|
938
|
+
minus: "Minus",
|
|
939
|
+
x: "X",
|
|
940
|
+
check: "Check",
|
|
937
941
|
close: "X",
|
|
938
|
-
|
|
942
|
+
edit: "PencilSimple",
|
|
943
|
+
pencil: "PencilSimple",
|
|
944
|
+
trash: "Trash",
|
|
945
|
+
save: "FloppyDisk",
|
|
946
|
+
copy: "Copy",
|
|
947
|
+
share: "Share",
|
|
948
|
+
send: "PaperPlaneRight",
|
|
949
|
+
download: "DownloadSimple",
|
|
950
|
+
upload: "UploadSimple",
|
|
951
|
+
archive: "Archive",
|
|
939
952
|
refresh: "ArrowsClockwise",
|
|
940
|
-
|
|
941
|
-
|
|
953
|
+
loader: "CircleNotch",
|
|
954
|
+
link: "Link",
|
|
955
|
+
paperclip: "Paperclip",
|
|
956
|
+
// Navigation
|
|
942
957
|
"chevron-down": "CaretDown",
|
|
943
958
|
"chevron-up": "CaretUp",
|
|
944
959
|
"chevron-left": "CaretLeft",
|
|
945
960
|
"chevron-right": "CaretRight",
|
|
946
|
-
"
|
|
947
|
-
"
|
|
961
|
+
"arrow-up": "ArrowUp",
|
|
962
|
+
"arrow-down": "ArrowDown",
|
|
963
|
+
"arrow-left": "ArrowLeft",
|
|
964
|
+
"arrow-right": "ArrowRight",
|
|
965
|
+
menu: "List",
|
|
966
|
+
more: "DotsThree",
|
|
967
|
+
"more-vertical": "DotsThreeVertical",
|
|
968
|
+
"more-horizontal": "DotsThree",
|
|
969
|
+
external: "ArrowSquareOut",
|
|
970
|
+
"external-link": "ArrowSquareOut",
|
|
971
|
+
// Files
|
|
972
|
+
file: "File",
|
|
973
|
+
"file-text": "FileText",
|
|
974
|
+
"file-plus": "FilePlus",
|
|
975
|
+
"file-minus": "FileMinus",
|
|
976
|
+
folder: "Folder",
|
|
977
|
+
"folder-open": "FolderOpen",
|
|
978
|
+
document: "FileText",
|
|
979
|
+
// Charts
|
|
980
|
+
"bar-chart": "ChartBar",
|
|
981
|
+
"bar-chart-2": "ChartBar",
|
|
982
|
+
"bar-chart-3": "ChartBar",
|
|
983
|
+
"line-chart": "ChartLine",
|
|
984
|
+
"pie-chart": "ChartPie",
|
|
985
|
+
activity: "Pulse",
|
|
986
|
+
"trending-up": "TrendUp",
|
|
987
|
+
"trending-down": "TrendDown",
|
|
988
|
+
// Messages
|
|
989
|
+
message: "ChatCircle",
|
|
990
|
+
"message-circle": "ChatCircle",
|
|
991
|
+
"message-square": "ChatText",
|
|
992
|
+
"messages-square": "ChatsCircle",
|
|
993
|
+
comment: "ChatCircle",
|
|
994
|
+
comments: "ChatsCircle",
|
|
995
|
+
inbox: "Tray",
|
|
996
|
+
mail: "Envelope",
|
|
997
|
+
envelope: "Envelope",
|
|
998
|
+
// Status
|
|
948
999
|
"alert-circle": "WarningCircle",
|
|
1000
|
+
"alert-triangle": "Warning",
|
|
949
1001
|
"check-circle": "CheckCircle",
|
|
950
1002
|
"x-circle": "XCircle",
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
1003
|
+
info: "Info",
|
|
1004
|
+
"help-circle": "Question",
|
|
1005
|
+
"life-buoy": "Lifebuoy",
|
|
1006
|
+
lifebuoy: "Lifebuoy",
|
|
1007
|
+
warning: "Warning",
|
|
1008
|
+
error: "WarningCircle",
|
|
1009
|
+
// Media
|
|
1010
|
+
image: "Image",
|
|
1011
|
+
video: "VideoCamera",
|
|
1012
|
+
film: "FilmStrip",
|
|
1013
|
+
camera: "Camera",
|
|
1014
|
+
music: "MusicNote",
|
|
1015
|
+
play: "Play",
|
|
1016
|
+
pause: "Pause",
|
|
1017
|
+
stop: "Stop",
|
|
1018
|
+
"skip-forward": "SkipForward",
|
|
1019
|
+
"skip-back": "SkipBack",
|
|
1020
|
+
volume: "SpeakerHigh",
|
|
1021
|
+
"volume-2": "SpeakerHigh",
|
|
1022
|
+
"volume-x": "SpeakerX",
|
|
1023
|
+
mic: "Microphone",
|
|
1024
|
+
"mic-off": "MicrophoneSlash",
|
|
1025
|
+
// People
|
|
964
1026
|
user: "User",
|
|
965
1027
|
users: "Users",
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
"arrow-down": "ArrowDown",
|
|
970
|
-
"arrow-left": "ArrowLeft",
|
|
971
|
-
"arrow-right": "ArrowRight",
|
|
972
|
-
copy: "Copy",
|
|
973
|
-
download: "DownloadSimple",
|
|
974
|
-
upload: "UploadSimple",
|
|
975
|
-
filter: "Funnel",
|
|
1028
|
+
"user-plus": "UserPlus",
|
|
1029
|
+
"user-check": "UserCheck",
|
|
1030
|
+
// Time
|
|
976
1031
|
calendar: "Calendar",
|
|
977
1032
|
clock: "Clock",
|
|
1033
|
+
timer: "Timer",
|
|
1034
|
+
// Location
|
|
1035
|
+
map: "MapTrifold",
|
|
1036
|
+
"map-pin": "MapPin",
|
|
1037
|
+
navigation: "NavigationArrow",
|
|
1038
|
+
compass: "Compass",
|
|
1039
|
+
globe: "Globe",
|
|
1040
|
+
target: "Target",
|
|
1041
|
+
// Project / layout
|
|
1042
|
+
kanban: "Kanban",
|
|
1043
|
+
list: "List",
|
|
1044
|
+
table: "Table",
|
|
1045
|
+
grid: "GridFour",
|
|
1046
|
+
layout: "Layout",
|
|
1047
|
+
columns: "Columns",
|
|
1048
|
+
rows: "Rows",
|
|
1049
|
+
// Misc
|
|
978
1050
|
bell: "Bell",
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
1051
|
+
bookmark: "Bookmark",
|
|
1052
|
+
briefcase: "Briefcase",
|
|
1053
|
+
flag: "Flag",
|
|
1054
|
+
tag: "Tag",
|
|
1055
|
+
tags: "Tag",
|
|
1056
|
+
star: "Star",
|
|
1057
|
+
heart: "Heart",
|
|
1058
|
+
home: "House",
|
|
1059
|
+
settings: "Gear",
|
|
983
1060
|
eye: "Eye",
|
|
984
1061
|
"eye-off": "EyeSlash",
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
1062
|
+
lock: "Lock",
|
|
1063
|
+
unlock: "LockOpen",
|
|
1064
|
+
key: "Key",
|
|
1065
|
+
shield: "Shield",
|
|
1066
|
+
search: "MagnifyingGlass",
|
|
1067
|
+
filter: "Funnel",
|
|
1068
|
+
"sort-asc": "SortAscending",
|
|
1069
|
+
"sort-desc": "SortDescending",
|
|
1070
|
+
zap: "Lightning",
|
|
1071
|
+
sparkles: "Sparkle",
|
|
1072
|
+
// Code
|
|
1073
|
+
code: "Code",
|
|
1074
|
+
terminal: "Terminal",
|
|
1075
|
+
database: "Database",
|
|
1076
|
+
server: "HardDrives",
|
|
1077
|
+
cloud: "Cloud",
|
|
1078
|
+
wifi: "WifiHigh",
|
|
1079
|
+
package: "Package",
|
|
1080
|
+
box: "Package",
|
|
1081
|
+
// Theme
|
|
1082
|
+
sun: "Sun",
|
|
1083
|
+
moon: "Moon",
|
|
1084
|
+
// Phone
|
|
1085
|
+
phone: "Phone",
|
|
1086
|
+
printer: "Printer",
|
|
1087
|
+
// Hierarchy
|
|
1088
|
+
tree: "Tree",
|
|
1089
|
+
network: "Network"
|
|
990
1090
|
};
|
|
991
1091
|
tablerAliases = {
|
|
992
1092
|
// lucide name → tabler suffix (after the `Icon` prefix)
|
|
993
|
-
|
|
1093
|
+
// Actions
|
|
1094
|
+
plus: "Plus",
|
|
1095
|
+
minus: "Minus",
|
|
1096
|
+
x: "X",
|
|
1097
|
+
check: "Check",
|
|
994
1098
|
close: "X",
|
|
995
|
-
|
|
1099
|
+
edit: "Pencil",
|
|
1100
|
+
pencil: "Pencil",
|
|
1101
|
+
trash: "Trash",
|
|
1102
|
+
save: "DeviceFloppy",
|
|
1103
|
+
copy: "Copy",
|
|
1104
|
+
share: "Share",
|
|
1105
|
+
send: "Send",
|
|
1106
|
+
download: "Download",
|
|
1107
|
+
upload: "Upload",
|
|
1108
|
+
archive: "Archive",
|
|
996
1109
|
refresh: "Refresh",
|
|
997
|
-
|
|
998
|
-
|
|
1110
|
+
loader: "Loader2",
|
|
1111
|
+
link: "Link",
|
|
1112
|
+
paperclip: "Paperclip",
|
|
1113
|
+
external: "ExternalLink",
|
|
1114
|
+
"external-link": "ExternalLink",
|
|
1115
|
+
// Navigation
|
|
999
1116
|
"chevron-down": "ChevronDown",
|
|
1000
1117
|
"chevron-up": "ChevronUp",
|
|
1001
1118
|
"chevron-left": "ChevronLeft",
|
|
1002
1119
|
"chevron-right": "ChevronRight",
|
|
1003
|
-
"
|
|
1004
|
-
"
|
|
1120
|
+
"arrow-down": "ArrowDown",
|
|
1121
|
+
"arrow-up": "ArrowUp",
|
|
1122
|
+
"arrow-left": "ArrowLeft",
|
|
1123
|
+
"arrow-right": "ArrowRight",
|
|
1124
|
+
menu: "Menu2",
|
|
1125
|
+
more: "Dots",
|
|
1126
|
+
"more-vertical": "DotsVertical",
|
|
1127
|
+
// Files
|
|
1128
|
+
file: "File",
|
|
1129
|
+
"file-text": "FileText",
|
|
1130
|
+
"file-plus": "FilePlus",
|
|
1131
|
+
"file-check": "FileCheck",
|
|
1132
|
+
"file-minus": "FileMinus",
|
|
1133
|
+
folder: "Folder",
|
|
1134
|
+
"folder-open": "FolderOpen",
|
|
1135
|
+
document: "FileText",
|
|
1136
|
+
// Charts
|
|
1137
|
+
"bar-chart": "ChartBar",
|
|
1138
|
+
"bar-chart-2": "ChartBar",
|
|
1139
|
+
"bar-chart-3": "ChartBar",
|
|
1140
|
+
"line-chart": "ChartLine",
|
|
1141
|
+
"pie-chart": "ChartPie",
|
|
1142
|
+
activity: "Activity",
|
|
1143
|
+
"trending-up": "TrendingUp",
|
|
1144
|
+
"trending-down": "TrendingDown",
|
|
1145
|
+
// Messages
|
|
1146
|
+
message: "Message",
|
|
1147
|
+
"message-circle": "MessageCircle",
|
|
1148
|
+
"message-square": "Message2",
|
|
1149
|
+
"messages-square": "Messages",
|
|
1150
|
+
comment: "Message",
|
|
1151
|
+
comments: "Messages",
|
|
1152
|
+
inbox: "Inbox",
|
|
1153
|
+
mail: "Mail",
|
|
1154
|
+
envelope: "Mail",
|
|
1155
|
+
// Status
|
|
1005
1156
|
"alert-circle": "AlertCircle",
|
|
1157
|
+
"alert-triangle": "AlertTriangle",
|
|
1006
1158
|
"check-circle": "CircleCheck",
|
|
1007
1159
|
"x-circle": "CircleX",
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1160
|
+
info: "InfoCircle",
|
|
1161
|
+
"help-circle": "HelpCircle",
|
|
1162
|
+
"life-buoy": "Lifebuoy",
|
|
1163
|
+
warning: "AlertTriangle",
|
|
1164
|
+
error: "AlertOctagon",
|
|
1165
|
+
// Media
|
|
1166
|
+
image: "Photo",
|
|
1167
|
+
video: "Video",
|
|
1168
|
+
camera: "Camera",
|
|
1169
|
+
music: "Music",
|
|
1170
|
+
play: "PlayerPlay",
|
|
1171
|
+
pause: "PlayerPause",
|
|
1172
|
+
stop: "PlayerStop",
|
|
1173
|
+
"skip-forward": "PlayerSkipForward",
|
|
1174
|
+
"skip-back": "PlayerSkipBack",
|
|
1175
|
+
volume: "Volume",
|
|
1176
|
+
"volume-2": "Volume",
|
|
1177
|
+
"volume-x": "VolumeOff",
|
|
1178
|
+
mic: "Microphone",
|
|
1179
|
+
"mic-off": "MicrophoneOff",
|
|
1180
|
+
// People
|
|
1018
1181
|
user: "User",
|
|
1019
1182
|
users: "Users",
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
download: "Download",
|
|
1024
|
-
upload: "Upload",
|
|
1025
|
-
filter: "Filter",
|
|
1183
|
+
"user-plus": "UserPlus",
|
|
1184
|
+
"user-check": "UserCheck",
|
|
1185
|
+
// Time
|
|
1026
1186
|
calendar: "Calendar",
|
|
1027
1187
|
clock: "Clock",
|
|
1188
|
+
timer: "Hourglass",
|
|
1189
|
+
// Location
|
|
1190
|
+
map: "Map",
|
|
1191
|
+
"map-pin": "MapPin",
|
|
1192
|
+
navigation: "Navigation",
|
|
1193
|
+
compass: "Compass",
|
|
1194
|
+
globe: "World",
|
|
1195
|
+
target: "Target",
|
|
1196
|
+
// Project / layout
|
|
1197
|
+
kanban: "LayoutKanban",
|
|
1198
|
+
list: "List",
|
|
1199
|
+
table: "Table",
|
|
1200
|
+
grid: "LayoutGrid",
|
|
1201
|
+
layout: "Layout",
|
|
1202
|
+
columns: "LayoutColumns",
|
|
1203
|
+
rows: "LayoutRows",
|
|
1204
|
+
// Misc
|
|
1028
1205
|
bell: "Bell",
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1206
|
+
bookmark: "Bookmark",
|
|
1207
|
+
briefcase: "Briefcase",
|
|
1208
|
+
flag: "Flag",
|
|
1209
|
+
tag: "Tag",
|
|
1210
|
+
tags: "Tags",
|
|
1211
|
+
star: "Star",
|
|
1212
|
+
heart: "Heart",
|
|
1213
|
+
home: "Home",
|
|
1214
|
+
settings: "Settings",
|
|
1033
1215
|
eye: "Eye",
|
|
1034
1216
|
"eye-off": "EyeOff",
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1217
|
+
lock: "Lock",
|
|
1218
|
+
unlock: "LockOpen",
|
|
1219
|
+
key: "Key",
|
|
1220
|
+
shield: "Shield",
|
|
1221
|
+
search: "Search",
|
|
1222
|
+
filter: "Filter",
|
|
1223
|
+
"sort-asc": "SortAscending",
|
|
1224
|
+
"sort-desc": "SortDescending",
|
|
1225
|
+
zap: "Bolt",
|
|
1226
|
+
sparkles: "Sparkles",
|
|
1227
|
+
// Code / data
|
|
1228
|
+
code: "Code",
|
|
1229
|
+
terminal: "Terminal",
|
|
1230
|
+
database: "Database",
|
|
1231
|
+
server: "Server",
|
|
1232
|
+
cloud: "Cloud",
|
|
1233
|
+
wifi: "Wifi",
|
|
1234
|
+
package: "Package",
|
|
1235
|
+
box: "Box",
|
|
1236
|
+
// Theme
|
|
1237
|
+
sun: "Sun",
|
|
1238
|
+
moon: "Moon",
|
|
1239
|
+
// Phone
|
|
1240
|
+
phone: "Phone",
|
|
1241
|
+
printer: "Printer",
|
|
1242
|
+
// Hierarchy
|
|
1243
|
+
tree: "Hierarchy",
|
|
1244
|
+
network: "Network"
|
|
1038
1245
|
};
|
|
1039
1246
|
faAliases = {
|
|
1040
|
-
// lucide name → fa-solid suffix (after the `Fa` prefix)
|
|
1247
|
+
// lucide name → fa-solid suffix (after the `Fa` prefix).
|
|
1248
|
+
// react-icons/fa ships FontAwesome 5 — names like `FaFileText` don't exist
|
|
1249
|
+
// (FA renamed to `FaFileAlt`). When you see a console.warn from
|
|
1250
|
+
// [iconFamily] about an unmapped lucide name in this family, add the
|
|
1251
|
+
// closest FA5 sibling here so the fallback stays in-family.
|
|
1041
1252
|
search: "Search",
|
|
1042
1253
|
close: "Times",
|
|
1043
1254
|
x: "Times",
|
|
@@ -1055,9 +1266,10 @@ var init_iconFamily = __esm({
|
|
|
1055
1266
|
"check-circle": "CheckCircle",
|
|
1056
1267
|
"x-circle": "TimesCircle",
|
|
1057
1268
|
edit: "Edit",
|
|
1058
|
-
pencil: "
|
|
1269
|
+
pencil: "PencilAlt",
|
|
1059
1270
|
trash: "Trash",
|
|
1060
1271
|
send: "PaperPlane",
|
|
1272
|
+
share: "ShareAlt",
|
|
1061
1273
|
external: "ExternalLinkAlt",
|
|
1062
1274
|
plus: "Plus",
|
|
1063
1275
|
minus: "Minus",
|
|
@@ -1067,6 +1279,8 @@ var init_iconFamily = __esm({
|
|
|
1067
1279
|
home: "Home",
|
|
1068
1280
|
user: "User",
|
|
1069
1281
|
users: "Users",
|
|
1282
|
+
"user-plus": "UserPlus",
|
|
1283
|
+
"user-check": "UserCheck",
|
|
1070
1284
|
settings: "Cog",
|
|
1071
1285
|
menu: "Bars",
|
|
1072
1286
|
"arrow-up": "ArrowUp",
|
|
@@ -1089,7 +1303,104 @@ var init_iconFamily = __esm({
|
|
|
1089
1303
|
more: "EllipsisH",
|
|
1090
1304
|
"more-vertical": "EllipsisV",
|
|
1091
1305
|
info: "InfoCircle",
|
|
1092
|
-
warning: "ExclamationTriangle"
|
|
1306
|
+
warning: "ExclamationTriangle",
|
|
1307
|
+
error: "ExclamationCircle",
|
|
1308
|
+
// Time
|
|
1309
|
+
timer: "Hourglass",
|
|
1310
|
+
// Files (FA renamed FileText → FileAlt)
|
|
1311
|
+
file: "File",
|
|
1312
|
+
"file-text": "FileAlt",
|
|
1313
|
+
"file-plus": "FileMedical",
|
|
1314
|
+
"file-minus": "FileExcel",
|
|
1315
|
+
"file-check": "FileSignature",
|
|
1316
|
+
document: "FileAlt",
|
|
1317
|
+
// Charts (lucide BarChart2 / BarChart3 → FA ChartBar)
|
|
1318
|
+
"bar-chart": "ChartBar",
|
|
1319
|
+
"bar-chart-2": "ChartBar",
|
|
1320
|
+
"bar-chart-3": "ChartBar",
|
|
1321
|
+
"line-chart": "ChartLine",
|
|
1322
|
+
"pie-chart": "ChartPie",
|
|
1323
|
+
activity: "ChartLine",
|
|
1324
|
+
"trending-up": "ChartLine",
|
|
1325
|
+
"trending-down": "ChartLine",
|
|
1326
|
+
// Messages (lucide MessageCircle/MessageSquare → FA CommentDots/CommentAlt)
|
|
1327
|
+
message: "Comment",
|
|
1328
|
+
"message-circle": "CommentDots",
|
|
1329
|
+
"message-square": "CommentAlt",
|
|
1330
|
+
"messages-square": "Comments",
|
|
1331
|
+
comment: "Comment",
|
|
1332
|
+
comments: "Comments",
|
|
1333
|
+
inbox: "Inbox",
|
|
1334
|
+
// Support / help
|
|
1335
|
+
"life-buoy": "LifeRing",
|
|
1336
|
+
lifebuoy: "LifeRing",
|
|
1337
|
+
// Project / kanban (FA has no kanban; closest semantic is Tasks/Columns)
|
|
1338
|
+
kanban: "Tasks",
|
|
1339
|
+
columns: "Columns",
|
|
1340
|
+
rows: "Bars",
|
|
1341
|
+
layout: "ThLarge",
|
|
1342
|
+
grid: "Th",
|
|
1343
|
+
list: "List",
|
|
1344
|
+
table: "Table",
|
|
1345
|
+
// Storage / folders
|
|
1346
|
+
folder: "Folder",
|
|
1347
|
+
"folder-open": "FolderOpen",
|
|
1348
|
+
archive: "Archive",
|
|
1349
|
+
bookmark: "Bookmark",
|
|
1350
|
+
briefcase: "Briefcase",
|
|
1351
|
+
package: "Box",
|
|
1352
|
+
box: "Box",
|
|
1353
|
+
// Map / location
|
|
1354
|
+
map: "Map",
|
|
1355
|
+
"map-pin": "MapMarkerAlt",
|
|
1356
|
+
navigation: "LocationArrow",
|
|
1357
|
+
compass: "Compass",
|
|
1358
|
+
globe: "Globe",
|
|
1359
|
+
target: "Bullseye",
|
|
1360
|
+
// Media
|
|
1361
|
+
image: "Image",
|
|
1362
|
+
video: "Video",
|
|
1363
|
+
film: "Film",
|
|
1364
|
+
camera: "Camera",
|
|
1365
|
+
music: "Music",
|
|
1366
|
+
play: "Play",
|
|
1367
|
+
pause: "Pause",
|
|
1368
|
+
stop: "Stop",
|
|
1369
|
+
"skip-forward": "Forward",
|
|
1370
|
+
"skip-back": "Backward",
|
|
1371
|
+
volume: "VolumeUp",
|
|
1372
|
+
"volume-2": "VolumeUp",
|
|
1373
|
+
"volume-x": "VolumeMute",
|
|
1374
|
+
mic: "Microphone",
|
|
1375
|
+
"mic-off": "MicrophoneSlash",
|
|
1376
|
+
phone: "Phone",
|
|
1377
|
+
// Code / data
|
|
1378
|
+
code: "Code",
|
|
1379
|
+
terminal: "Terminal",
|
|
1380
|
+
database: "Database",
|
|
1381
|
+
server: "Server",
|
|
1382
|
+
cloud: "Cloud",
|
|
1383
|
+
wifi: "Wifi",
|
|
1384
|
+
// Security
|
|
1385
|
+
shield: "ShieldAlt",
|
|
1386
|
+
key: "Key",
|
|
1387
|
+
// Misc actions
|
|
1388
|
+
printer: "Print",
|
|
1389
|
+
save: "Save",
|
|
1390
|
+
link: "Link",
|
|
1391
|
+
unlink: "Unlink",
|
|
1392
|
+
paperclip: "Paperclip",
|
|
1393
|
+
flag: "Flag",
|
|
1394
|
+
tag: "Tag",
|
|
1395
|
+
tags: "Tags",
|
|
1396
|
+
zap: "Bolt",
|
|
1397
|
+
sparkles: "Magic",
|
|
1398
|
+
// Theme
|
|
1399
|
+
sun: "Sun",
|
|
1400
|
+
moon: "Moon",
|
|
1401
|
+
// Hierarchy (FA has no Tree icon for hierarchies; Sitemap is the org-chart icon)
|
|
1402
|
+
tree: "Sitemap",
|
|
1403
|
+
network: "NetworkWired"
|
|
1093
1404
|
};
|
|
1094
1405
|
warned = /* @__PURE__ */ new Set();
|
|
1095
1406
|
}
|