@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/marketing/index.cjs
CHANGED
|
@@ -3090,60 +3090,160 @@ function resolveLucide(name) {
|
|
|
3090
3090
|
}
|
|
3091
3091
|
var phosphorAliases = {
|
|
3092
3092
|
// lucide name → phosphor PascalCase name
|
|
3093
|
-
|
|
3093
|
+
// Actions
|
|
3094
|
+
plus: "Plus",
|
|
3095
|
+
minus: "Minus",
|
|
3096
|
+
x: "X",
|
|
3097
|
+
check: "Check",
|
|
3094
3098
|
close: "X",
|
|
3095
|
-
|
|
3099
|
+
edit: "PencilSimple",
|
|
3100
|
+
pencil: "PencilSimple",
|
|
3101
|
+
trash: "Trash",
|
|
3102
|
+
save: "FloppyDisk",
|
|
3103
|
+
copy: "Copy",
|
|
3104
|
+
share: "Share",
|
|
3105
|
+
send: "PaperPlaneRight",
|
|
3106
|
+
download: "DownloadSimple",
|
|
3107
|
+
upload: "UploadSimple",
|
|
3108
|
+
archive: "Archive",
|
|
3096
3109
|
refresh: "ArrowsClockwise",
|
|
3097
|
-
|
|
3098
|
-
|
|
3110
|
+
loader: "CircleNotch",
|
|
3111
|
+
link: "Link",
|
|
3112
|
+
paperclip: "Paperclip",
|
|
3113
|
+
// Navigation
|
|
3099
3114
|
"chevron-down": "CaretDown",
|
|
3100
3115
|
"chevron-up": "CaretUp",
|
|
3101
3116
|
"chevron-left": "CaretLeft",
|
|
3102
3117
|
"chevron-right": "CaretRight",
|
|
3103
|
-
"
|
|
3104
|
-
"
|
|
3118
|
+
"arrow-up": "ArrowUp",
|
|
3119
|
+
"arrow-down": "ArrowDown",
|
|
3120
|
+
"arrow-left": "ArrowLeft",
|
|
3121
|
+
"arrow-right": "ArrowRight",
|
|
3122
|
+
menu: "List",
|
|
3123
|
+
more: "DotsThree",
|
|
3124
|
+
"more-vertical": "DotsThreeVertical",
|
|
3125
|
+
"more-horizontal": "DotsThree",
|
|
3126
|
+
external: "ArrowSquareOut",
|
|
3127
|
+
"external-link": "ArrowSquareOut",
|
|
3128
|
+
// Files
|
|
3129
|
+
file: "File",
|
|
3130
|
+
"file-text": "FileText",
|
|
3131
|
+
"file-plus": "FilePlus",
|
|
3132
|
+
"file-minus": "FileMinus",
|
|
3133
|
+
folder: "Folder",
|
|
3134
|
+
"folder-open": "FolderOpen",
|
|
3135
|
+
document: "FileText",
|
|
3136
|
+
// Charts
|
|
3137
|
+
"bar-chart": "ChartBar",
|
|
3138
|
+
"bar-chart-2": "ChartBar",
|
|
3139
|
+
"bar-chart-3": "ChartBar",
|
|
3140
|
+
"line-chart": "ChartLine",
|
|
3141
|
+
"pie-chart": "ChartPie",
|
|
3142
|
+
activity: "Pulse",
|
|
3143
|
+
"trending-up": "TrendUp",
|
|
3144
|
+
"trending-down": "TrendDown",
|
|
3145
|
+
// Messages
|
|
3146
|
+
message: "ChatCircle",
|
|
3147
|
+
"message-circle": "ChatCircle",
|
|
3148
|
+
"message-square": "ChatText",
|
|
3149
|
+
"messages-square": "ChatsCircle",
|
|
3150
|
+
comment: "ChatCircle",
|
|
3151
|
+
comments: "ChatsCircle",
|
|
3152
|
+
inbox: "Tray",
|
|
3153
|
+
mail: "Envelope",
|
|
3154
|
+
envelope: "Envelope",
|
|
3155
|
+
// Status
|
|
3105
3156
|
"alert-circle": "WarningCircle",
|
|
3157
|
+
"alert-triangle": "Warning",
|
|
3106
3158
|
"check-circle": "CheckCircle",
|
|
3107
3159
|
"x-circle": "XCircle",
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3160
|
+
info: "Info",
|
|
3161
|
+
"help-circle": "Question",
|
|
3162
|
+
"life-buoy": "Lifebuoy",
|
|
3163
|
+
lifebuoy: "Lifebuoy",
|
|
3164
|
+
warning: "Warning",
|
|
3165
|
+
error: "WarningCircle",
|
|
3166
|
+
// Media
|
|
3167
|
+
image: "Image",
|
|
3168
|
+
video: "VideoCamera",
|
|
3169
|
+
film: "FilmStrip",
|
|
3170
|
+
camera: "Camera",
|
|
3171
|
+
music: "MusicNote",
|
|
3172
|
+
play: "Play",
|
|
3173
|
+
pause: "Pause",
|
|
3174
|
+
stop: "Stop",
|
|
3175
|
+
"skip-forward": "SkipForward",
|
|
3176
|
+
"skip-back": "SkipBack",
|
|
3177
|
+
volume: "SpeakerHigh",
|
|
3178
|
+
"volume-2": "SpeakerHigh",
|
|
3179
|
+
"volume-x": "SpeakerX",
|
|
3180
|
+
mic: "Microphone",
|
|
3181
|
+
"mic-off": "MicrophoneSlash",
|
|
3182
|
+
// People
|
|
3121
3183
|
user: "User",
|
|
3122
3184
|
users: "Users",
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
"arrow-down": "ArrowDown",
|
|
3127
|
-
"arrow-left": "ArrowLeft",
|
|
3128
|
-
"arrow-right": "ArrowRight",
|
|
3129
|
-
copy: "Copy",
|
|
3130
|
-
download: "DownloadSimple",
|
|
3131
|
-
upload: "UploadSimple",
|
|
3132
|
-
filter: "Funnel",
|
|
3185
|
+
"user-plus": "UserPlus",
|
|
3186
|
+
"user-check": "UserCheck",
|
|
3187
|
+
// Time
|
|
3133
3188
|
calendar: "Calendar",
|
|
3134
3189
|
clock: "Clock",
|
|
3190
|
+
timer: "Timer",
|
|
3191
|
+
// Location
|
|
3192
|
+
map: "MapTrifold",
|
|
3193
|
+
"map-pin": "MapPin",
|
|
3194
|
+
navigation: "NavigationArrow",
|
|
3195
|
+
compass: "Compass",
|
|
3196
|
+
globe: "Globe",
|
|
3197
|
+
target: "Target",
|
|
3198
|
+
// Project / layout
|
|
3199
|
+
kanban: "Kanban",
|
|
3200
|
+
list: "List",
|
|
3201
|
+
table: "Table",
|
|
3202
|
+
grid: "GridFour",
|
|
3203
|
+
layout: "Layout",
|
|
3204
|
+
columns: "Columns",
|
|
3205
|
+
rows: "Rows",
|
|
3206
|
+
// Misc
|
|
3135
3207
|
bell: "Bell",
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3208
|
+
bookmark: "Bookmark",
|
|
3209
|
+
briefcase: "Briefcase",
|
|
3210
|
+
flag: "Flag",
|
|
3211
|
+
tag: "Tag",
|
|
3212
|
+
tags: "Tag",
|
|
3213
|
+
star: "Star",
|
|
3214
|
+
heart: "Heart",
|
|
3215
|
+
home: "House",
|
|
3216
|
+
settings: "Gear",
|
|
3140
3217
|
eye: "Eye",
|
|
3141
3218
|
"eye-off": "EyeSlash",
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3219
|
+
lock: "Lock",
|
|
3220
|
+
unlock: "LockOpen",
|
|
3221
|
+
key: "Key",
|
|
3222
|
+
shield: "Shield",
|
|
3223
|
+
search: "MagnifyingGlass",
|
|
3224
|
+
filter: "Funnel",
|
|
3225
|
+
"sort-asc": "SortAscending",
|
|
3226
|
+
"sort-desc": "SortDescending",
|
|
3227
|
+
zap: "Lightning",
|
|
3228
|
+
sparkles: "Sparkle",
|
|
3229
|
+
// Code
|
|
3230
|
+
code: "Code",
|
|
3231
|
+
terminal: "Terminal",
|
|
3232
|
+
database: "Database",
|
|
3233
|
+
server: "HardDrives",
|
|
3234
|
+
cloud: "Cloud",
|
|
3235
|
+
wifi: "WifiHigh",
|
|
3236
|
+
package: "Package",
|
|
3237
|
+
box: "Package",
|
|
3238
|
+
// Theme
|
|
3239
|
+
sun: "Sun",
|
|
3240
|
+
moon: "Moon",
|
|
3241
|
+
// Phone
|
|
3242
|
+
phone: "Phone",
|
|
3243
|
+
printer: "Printer",
|
|
3244
|
+
// Hierarchy
|
|
3245
|
+
tree: "Tree",
|
|
3246
|
+
network: "Network"
|
|
3147
3247
|
};
|
|
3148
3248
|
function resolvePhosphor(name, weight) {
|
|
3149
3249
|
const target = phosphorAliases[name] ?? kebabToPascal(name);
|
|
@@ -3165,51 +3265,158 @@ function resolvePhosphor(name, weight) {
|
|
|
3165
3265
|
}
|
|
3166
3266
|
var tablerAliases = {
|
|
3167
3267
|
// lucide name → tabler suffix (after the `Icon` prefix)
|
|
3168
|
-
|
|
3268
|
+
// Actions
|
|
3269
|
+
plus: "Plus",
|
|
3270
|
+
minus: "Minus",
|
|
3271
|
+
x: "X",
|
|
3272
|
+
check: "Check",
|
|
3169
3273
|
close: "X",
|
|
3170
|
-
|
|
3274
|
+
edit: "Pencil",
|
|
3275
|
+
pencil: "Pencil",
|
|
3276
|
+
trash: "Trash",
|
|
3277
|
+
save: "DeviceFloppy",
|
|
3278
|
+
copy: "Copy",
|
|
3279
|
+
share: "Share",
|
|
3280
|
+
send: "Send",
|
|
3281
|
+
download: "Download",
|
|
3282
|
+
upload: "Upload",
|
|
3283
|
+
archive: "Archive",
|
|
3171
3284
|
refresh: "Refresh",
|
|
3172
|
-
|
|
3173
|
-
|
|
3285
|
+
loader: "Loader2",
|
|
3286
|
+
link: "Link",
|
|
3287
|
+
paperclip: "Paperclip",
|
|
3288
|
+
external: "ExternalLink",
|
|
3289
|
+
"external-link": "ExternalLink",
|
|
3290
|
+
// Navigation
|
|
3174
3291
|
"chevron-down": "ChevronDown",
|
|
3175
3292
|
"chevron-up": "ChevronUp",
|
|
3176
3293
|
"chevron-left": "ChevronLeft",
|
|
3177
3294
|
"chevron-right": "ChevronRight",
|
|
3178
|
-
"
|
|
3179
|
-
"
|
|
3295
|
+
"arrow-down": "ArrowDown",
|
|
3296
|
+
"arrow-up": "ArrowUp",
|
|
3297
|
+
"arrow-left": "ArrowLeft",
|
|
3298
|
+
"arrow-right": "ArrowRight",
|
|
3299
|
+
menu: "Menu2",
|
|
3300
|
+
more: "Dots",
|
|
3301
|
+
"more-vertical": "DotsVertical",
|
|
3302
|
+
// Files
|
|
3303
|
+
file: "File",
|
|
3304
|
+
"file-text": "FileText",
|
|
3305
|
+
"file-plus": "FilePlus",
|
|
3306
|
+
"file-check": "FileCheck",
|
|
3307
|
+
"file-minus": "FileMinus",
|
|
3308
|
+
folder: "Folder",
|
|
3309
|
+
"folder-open": "FolderOpen",
|
|
3310
|
+
document: "FileText",
|
|
3311
|
+
// Charts
|
|
3312
|
+
"bar-chart": "ChartBar",
|
|
3313
|
+
"bar-chart-2": "ChartBar",
|
|
3314
|
+
"bar-chart-3": "ChartBar",
|
|
3315
|
+
"line-chart": "ChartLine",
|
|
3316
|
+
"pie-chart": "ChartPie",
|
|
3317
|
+
activity: "Activity",
|
|
3318
|
+
"trending-up": "TrendingUp",
|
|
3319
|
+
"trending-down": "TrendingDown",
|
|
3320
|
+
// Messages
|
|
3321
|
+
message: "Message",
|
|
3322
|
+
"message-circle": "MessageCircle",
|
|
3323
|
+
"message-square": "Message2",
|
|
3324
|
+
"messages-square": "Messages",
|
|
3325
|
+
comment: "Message",
|
|
3326
|
+
comments: "Messages",
|
|
3327
|
+
inbox: "Inbox",
|
|
3328
|
+
mail: "Mail",
|
|
3329
|
+
envelope: "Mail",
|
|
3330
|
+
// Status
|
|
3180
3331
|
"alert-circle": "AlertCircle",
|
|
3332
|
+
"alert-triangle": "AlertTriangle",
|
|
3181
3333
|
"check-circle": "CircleCheck",
|
|
3182
3334
|
"x-circle": "CircleX",
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3335
|
+
info: "InfoCircle",
|
|
3336
|
+
"help-circle": "HelpCircle",
|
|
3337
|
+
"life-buoy": "Lifebuoy",
|
|
3338
|
+
warning: "AlertTriangle",
|
|
3339
|
+
error: "AlertOctagon",
|
|
3340
|
+
// Media
|
|
3341
|
+
image: "Photo",
|
|
3342
|
+
video: "Video",
|
|
3343
|
+
camera: "Camera",
|
|
3344
|
+
music: "Music",
|
|
3345
|
+
play: "PlayerPlay",
|
|
3346
|
+
pause: "PlayerPause",
|
|
3347
|
+
stop: "PlayerStop",
|
|
3348
|
+
"skip-forward": "PlayerSkipForward",
|
|
3349
|
+
"skip-back": "PlayerSkipBack",
|
|
3350
|
+
volume: "Volume",
|
|
3351
|
+
"volume-2": "Volume",
|
|
3352
|
+
"volume-x": "VolumeOff",
|
|
3353
|
+
mic: "Microphone",
|
|
3354
|
+
"mic-off": "MicrophoneOff",
|
|
3355
|
+
// People
|
|
3193
3356
|
user: "User",
|
|
3194
3357
|
users: "Users",
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
download: "Download",
|
|
3199
|
-
upload: "Upload",
|
|
3200
|
-
filter: "Filter",
|
|
3358
|
+
"user-plus": "UserPlus",
|
|
3359
|
+
"user-check": "UserCheck",
|
|
3360
|
+
// Time
|
|
3201
3361
|
calendar: "Calendar",
|
|
3202
3362
|
clock: "Clock",
|
|
3363
|
+
timer: "Hourglass",
|
|
3364
|
+
// Location
|
|
3365
|
+
map: "Map",
|
|
3366
|
+
"map-pin": "MapPin",
|
|
3367
|
+
navigation: "Navigation",
|
|
3368
|
+
compass: "Compass",
|
|
3369
|
+
globe: "World",
|
|
3370
|
+
target: "Target",
|
|
3371
|
+
// Project / layout
|
|
3372
|
+
kanban: "LayoutKanban",
|
|
3373
|
+
list: "List",
|
|
3374
|
+
table: "Table",
|
|
3375
|
+
grid: "LayoutGrid",
|
|
3376
|
+
layout: "Layout",
|
|
3377
|
+
columns: "LayoutColumns",
|
|
3378
|
+
rows: "LayoutRows",
|
|
3379
|
+
// Misc
|
|
3203
3380
|
bell: "Bell",
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3381
|
+
bookmark: "Bookmark",
|
|
3382
|
+
briefcase: "Briefcase",
|
|
3383
|
+
flag: "Flag",
|
|
3384
|
+
tag: "Tag",
|
|
3385
|
+
tags: "Tags",
|
|
3386
|
+
star: "Star",
|
|
3387
|
+
heart: "Heart",
|
|
3388
|
+
home: "Home",
|
|
3389
|
+
settings: "Settings",
|
|
3208
3390
|
eye: "Eye",
|
|
3209
3391
|
"eye-off": "EyeOff",
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3392
|
+
lock: "Lock",
|
|
3393
|
+
unlock: "LockOpen",
|
|
3394
|
+
key: "Key",
|
|
3395
|
+
shield: "Shield",
|
|
3396
|
+
search: "Search",
|
|
3397
|
+
filter: "Filter",
|
|
3398
|
+
"sort-asc": "SortAscending",
|
|
3399
|
+
"sort-desc": "SortDescending",
|
|
3400
|
+
zap: "Bolt",
|
|
3401
|
+
sparkles: "Sparkles",
|
|
3402
|
+
// Code / data
|
|
3403
|
+
code: "Code",
|
|
3404
|
+
terminal: "Terminal",
|
|
3405
|
+
database: "Database",
|
|
3406
|
+
server: "Server",
|
|
3407
|
+
cloud: "Cloud",
|
|
3408
|
+
wifi: "Wifi",
|
|
3409
|
+
package: "Package",
|
|
3410
|
+
box: "Box",
|
|
3411
|
+
// Theme
|
|
3412
|
+
sun: "Sun",
|
|
3413
|
+
moon: "Moon",
|
|
3414
|
+
// Phone
|
|
3415
|
+
phone: "Phone",
|
|
3416
|
+
printer: "Printer",
|
|
3417
|
+
// Hierarchy
|
|
3418
|
+
tree: "Hierarchy",
|
|
3419
|
+
network: "Network"
|
|
3213
3420
|
};
|
|
3214
3421
|
function resolveTabler(name) {
|
|
3215
3422
|
const suffix = tablerAliases[name] ?? kebabToPascal(name);
|
|
@@ -3231,7 +3438,11 @@ function resolveTabler(name) {
|
|
|
3231
3438
|
return Adapter;
|
|
3232
3439
|
}
|
|
3233
3440
|
var faAliases = {
|
|
3234
|
-
// lucide name → fa-solid suffix (after the `Fa` prefix)
|
|
3441
|
+
// lucide name → fa-solid suffix (after the `Fa` prefix).
|
|
3442
|
+
// react-icons/fa ships FontAwesome 5 — names like `FaFileText` don't exist
|
|
3443
|
+
// (FA renamed to `FaFileAlt`). When you see a console.warn from
|
|
3444
|
+
// [iconFamily] about an unmapped lucide name in this family, add the
|
|
3445
|
+
// closest FA5 sibling here so the fallback stays in-family.
|
|
3235
3446
|
search: "Search",
|
|
3236
3447
|
close: "Times",
|
|
3237
3448
|
x: "Times",
|
|
@@ -3249,9 +3460,10 @@ var faAliases = {
|
|
|
3249
3460
|
"check-circle": "CheckCircle",
|
|
3250
3461
|
"x-circle": "TimesCircle",
|
|
3251
3462
|
edit: "Edit",
|
|
3252
|
-
pencil: "
|
|
3463
|
+
pencil: "PencilAlt",
|
|
3253
3464
|
trash: "Trash",
|
|
3254
3465
|
send: "PaperPlane",
|
|
3466
|
+
share: "ShareAlt",
|
|
3255
3467
|
external: "ExternalLinkAlt",
|
|
3256
3468
|
plus: "Plus",
|
|
3257
3469
|
minus: "Minus",
|
|
@@ -3261,6 +3473,8 @@ var faAliases = {
|
|
|
3261
3473
|
home: "Home",
|
|
3262
3474
|
user: "User",
|
|
3263
3475
|
users: "Users",
|
|
3476
|
+
"user-plus": "UserPlus",
|
|
3477
|
+
"user-check": "UserCheck",
|
|
3264
3478
|
settings: "Cog",
|
|
3265
3479
|
menu: "Bars",
|
|
3266
3480
|
"arrow-up": "ArrowUp",
|
|
@@ -3283,7 +3497,104 @@ var faAliases = {
|
|
|
3283
3497
|
more: "EllipsisH",
|
|
3284
3498
|
"more-vertical": "EllipsisV",
|
|
3285
3499
|
info: "InfoCircle",
|
|
3286
|
-
warning: "ExclamationTriangle"
|
|
3500
|
+
warning: "ExclamationTriangle",
|
|
3501
|
+
error: "ExclamationCircle",
|
|
3502
|
+
// Time
|
|
3503
|
+
timer: "Hourglass",
|
|
3504
|
+
// Files (FA renamed FileText → FileAlt)
|
|
3505
|
+
file: "File",
|
|
3506
|
+
"file-text": "FileAlt",
|
|
3507
|
+
"file-plus": "FileMedical",
|
|
3508
|
+
"file-minus": "FileExcel",
|
|
3509
|
+
"file-check": "FileSignature",
|
|
3510
|
+
document: "FileAlt",
|
|
3511
|
+
// Charts (lucide BarChart2 / BarChart3 → FA ChartBar)
|
|
3512
|
+
"bar-chart": "ChartBar",
|
|
3513
|
+
"bar-chart-2": "ChartBar",
|
|
3514
|
+
"bar-chart-3": "ChartBar",
|
|
3515
|
+
"line-chart": "ChartLine",
|
|
3516
|
+
"pie-chart": "ChartPie",
|
|
3517
|
+
activity: "ChartLine",
|
|
3518
|
+
"trending-up": "ChartLine",
|
|
3519
|
+
"trending-down": "ChartLine",
|
|
3520
|
+
// Messages (lucide MessageCircle/MessageSquare → FA CommentDots/CommentAlt)
|
|
3521
|
+
message: "Comment",
|
|
3522
|
+
"message-circle": "CommentDots",
|
|
3523
|
+
"message-square": "CommentAlt",
|
|
3524
|
+
"messages-square": "Comments",
|
|
3525
|
+
comment: "Comment",
|
|
3526
|
+
comments: "Comments",
|
|
3527
|
+
inbox: "Inbox",
|
|
3528
|
+
// Support / help
|
|
3529
|
+
"life-buoy": "LifeRing",
|
|
3530
|
+
lifebuoy: "LifeRing",
|
|
3531
|
+
// Project / kanban (FA has no kanban; closest semantic is Tasks/Columns)
|
|
3532
|
+
kanban: "Tasks",
|
|
3533
|
+
columns: "Columns",
|
|
3534
|
+
rows: "Bars",
|
|
3535
|
+
layout: "ThLarge",
|
|
3536
|
+
grid: "Th",
|
|
3537
|
+
list: "List",
|
|
3538
|
+
table: "Table",
|
|
3539
|
+
// Storage / folders
|
|
3540
|
+
folder: "Folder",
|
|
3541
|
+
"folder-open": "FolderOpen",
|
|
3542
|
+
archive: "Archive",
|
|
3543
|
+
bookmark: "Bookmark",
|
|
3544
|
+
briefcase: "Briefcase",
|
|
3545
|
+
package: "Box",
|
|
3546
|
+
box: "Box",
|
|
3547
|
+
// Map / location
|
|
3548
|
+
map: "Map",
|
|
3549
|
+
"map-pin": "MapMarkerAlt",
|
|
3550
|
+
navigation: "LocationArrow",
|
|
3551
|
+
compass: "Compass",
|
|
3552
|
+
globe: "Globe",
|
|
3553
|
+
target: "Bullseye",
|
|
3554
|
+
// Media
|
|
3555
|
+
image: "Image",
|
|
3556
|
+
video: "Video",
|
|
3557
|
+
film: "Film",
|
|
3558
|
+
camera: "Camera",
|
|
3559
|
+
music: "Music",
|
|
3560
|
+
play: "Play",
|
|
3561
|
+
pause: "Pause",
|
|
3562
|
+
stop: "Stop",
|
|
3563
|
+
"skip-forward": "Forward",
|
|
3564
|
+
"skip-back": "Backward",
|
|
3565
|
+
volume: "VolumeUp",
|
|
3566
|
+
"volume-2": "VolumeUp",
|
|
3567
|
+
"volume-x": "VolumeMute",
|
|
3568
|
+
mic: "Microphone",
|
|
3569
|
+
"mic-off": "MicrophoneSlash",
|
|
3570
|
+
phone: "Phone",
|
|
3571
|
+
// Code / data
|
|
3572
|
+
code: "Code",
|
|
3573
|
+
terminal: "Terminal",
|
|
3574
|
+
database: "Database",
|
|
3575
|
+
server: "Server",
|
|
3576
|
+
cloud: "Cloud",
|
|
3577
|
+
wifi: "Wifi",
|
|
3578
|
+
// Security
|
|
3579
|
+
shield: "ShieldAlt",
|
|
3580
|
+
key: "Key",
|
|
3581
|
+
// Misc actions
|
|
3582
|
+
printer: "Print",
|
|
3583
|
+
save: "Save",
|
|
3584
|
+
link: "Link",
|
|
3585
|
+
unlink: "Unlink",
|
|
3586
|
+
paperclip: "Paperclip",
|
|
3587
|
+
flag: "Flag",
|
|
3588
|
+
tag: "Tag",
|
|
3589
|
+
tags: "Tags",
|
|
3590
|
+
zap: "Bolt",
|
|
3591
|
+
sparkles: "Magic",
|
|
3592
|
+
// Theme
|
|
3593
|
+
sun: "Sun",
|
|
3594
|
+
moon: "Moon",
|
|
3595
|
+
// Hierarchy (FA has no Tree icon for hierarchies; Sitemap is the org-chart icon)
|
|
3596
|
+
tree: "Sitemap",
|
|
3597
|
+
network: "NetworkWired"
|
|
3287
3598
|
};
|
|
3288
3599
|
function resolveFa(name) {
|
|
3289
3600
|
const suffix = faAliases[name] ?? kebabToPascal(name);
|