@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/runtime/index.cjs
CHANGED
|
@@ -1235,111 +1235,322 @@ var init_iconFamily = __esm({
|
|
|
1235
1235
|
};
|
|
1236
1236
|
phosphorAliases = {
|
|
1237
1237
|
// lucide name → phosphor PascalCase name
|
|
1238
|
-
|
|
1238
|
+
// Actions
|
|
1239
|
+
plus: "Plus",
|
|
1240
|
+
minus: "Minus",
|
|
1241
|
+
x: "X",
|
|
1242
|
+
check: "Check",
|
|
1239
1243
|
close: "X",
|
|
1240
|
-
|
|
1244
|
+
edit: "PencilSimple",
|
|
1245
|
+
pencil: "PencilSimple",
|
|
1246
|
+
trash: "Trash",
|
|
1247
|
+
save: "FloppyDisk",
|
|
1248
|
+
copy: "Copy",
|
|
1249
|
+
share: "Share",
|
|
1250
|
+
send: "PaperPlaneRight",
|
|
1251
|
+
download: "DownloadSimple",
|
|
1252
|
+
upload: "UploadSimple",
|
|
1253
|
+
archive: "Archive",
|
|
1241
1254
|
refresh: "ArrowsClockwise",
|
|
1242
|
-
|
|
1243
|
-
|
|
1255
|
+
loader: "CircleNotch",
|
|
1256
|
+
link: "Link",
|
|
1257
|
+
paperclip: "Paperclip",
|
|
1258
|
+
// Navigation
|
|
1244
1259
|
"chevron-down": "CaretDown",
|
|
1245
1260
|
"chevron-up": "CaretUp",
|
|
1246
1261
|
"chevron-left": "CaretLeft",
|
|
1247
1262
|
"chevron-right": "CaretRight",
|
|
1248
|
-
"
|
|
1249
|
-
"
|
|
1263
|
+
"arrow-up": "ArrowUp",
|
|
1264
|
+
"arrow-down": "ArrowDown",
|
|
1265
|
+
"arrow-left": "ArrowLeft",
|
|
1266
|
+
"arrow-right": "ArrowRight",
|
|
1267
|
+
menu: "List",
|
|
1268
|
+
more: "DotsThree",
|
|
1269
|
+
"more-vertical": "DotsThreeVertical",
|
|
1270
|
+
"more-horizontal": "DotsThree",
|
|
1271
|
+
external: "ArrowSquareOut",
|
|
1272
|
+
"external-link": "ArrowSquareOut",
|
|
1273
|
+
// Files
|
|
1274
|
+
file: "File",
|
|
1275
|
+
"file-text": "FileText",
|
|
1276
|
+
"file-plus": "FilePlus",
|
|
1277
|
+
"file-minus": "FileMinus",
|
|
1278
|
+
folder: "Folder",
|
|
1279
|
+
"folder-open": "FolderOpen",
|
|
1280
|
+
document: "FileText",
|
|
1281
|
+
// Charts
|
|
1282
|
+
"bar-chart": "ChartBar",
|
|
1283
|
+
"bar-chart-2": "ChartBar",
|
|
1284
|
+
"bar-chart-3": "ChartBar",
|
|
1285
|
+
"line-chart": "ChartLine",
|
|
1286
|
+
"pie-chart": "ChartPie",
|
|
1287
|
+
activity: "Pulse",
|
|
1288
|
+
"trending-up": "TrendUp",
|
|
1289
|
+
"trending-down": "TrendDown",
|
|
1290
|
+
// Messages
|
|
1291
|
+
message: "ChatCircle",
|
|
1292
|
+
"message-circle": "ChatCircle",
|
|
1293
|
+
"message-square": "ChatText",
|
|
1294
|
+
"messages-square": "ChatsCircle",
|
|
1295
|
+
comment: "ChatCircle",
|
|
1296
|
+
comments: "ChatsCircle",
|
|
1297
|
+
inbox: "Tray",
|
|
1298
|
+
mail: "Envelope",
|
|
1299
|
+
envelope: "Envelope",
|
|
1300
|
+
// Status
|
|
1250
1301
|
"alert-circle": "WarningCircle",
|
|
1302
|
+
"alert-triangle": "Warning",
|
|
1251
1303
|
"check-circle": "CheckCircle",
|
|
1252
1304
|
"x-circle": "XCircle",
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1305
|
+
info: "Info",
|
|
1306
|
+
"help-circle": "Question",
|
|
1307
|
+
"life-buoy": "Lifebuoy",
|
|
1308
|
+
lifebuoy: "Lifebuoy",
|
|
1309
|
+
warning: "Warning",
|
|
1310
|
+
error: "WarningCircle",
|
|
1311
|
+
// Media
|
|
1312
|
+
image: "Image",
|
|
1313
|
+
video: "VideoCamera",
|
|
1314
|
+
film: "FilmStrip",
|
|
1315
|
+
camera: "Camera",
|
|
1316
|
+
music: "MusicNote",
|
|
1317
|
+
play: "Play",
|
|
1318
|
+
pause: "Pause",
|
|
1319
|
+
stop: "Stop",
|
|
1320
|
+
"skip-forward": "SkipForward",
|
|
1321
|
+
"skip-back": "SkipBack",
|
|
1322
|
+
volume: "SpeakerHigh",
|
|
1323
|
+
"volume-2": "SpeakerHigh",
|
|
1324
|
+
"volume-x": "SpeakerX",
|
|
1325
|
+
mic: "Microphone",
|
|
1326
|
+
"mic-off": "MicrophoneSlash",
|
|
1327
|
+
// People
|
|
1266
1328
|
user: "User",
|
|
1267
1329
|
users: "Users",
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
"arrow-down": "ArrowDown",
|
|
1272
|
-
"arrow-left": "ArrowLeft",
|
|
1273
|
-
"arrow-right": "ArrowRight",
|
|
1274
|
-
copy: "Copy",
|
|
1275
|
-
download: "DownloadSimple",
|
|
1276
|
-
upload: "UploadSimple",
|
|
1277
|
-
filter: "Funnel",
|
|
1330
|
+
"user-plus": "UserPlus",
|
|
1331
|
+
"user-check": "UserCheck",
|
|
1332
|
+
// Time
|
|
1278
1333
|
calendar: "Calendar",
|
|
1279
1334
|
clock: "Clock",
|
|
1335
|
+
timer: "Timer",
|
|
1336
|
+
// Location
|
|
1337
|
+
map: "MapTrifold",
|
|
1338
|
+
"map-pin": "MapPin",
|
|
1339
|
+
navigation: "NavigationArrow",
|
|
1340
|
+
compass: "Compass",
|
|
1341
|
+
globe: "Globe",
|
|
1342
|
+
target: "Target",
|
|
1343
|
+
// Project / layout
|
|
1344
|
+
kanban: "Kanban",
|
|
1345
|
+
list: "List",
|
|
1346
|
+
table: "Table",
|
|
1347
|
+
grid: "GridFour",
|
|
1348
|
+
layout: "Layout",
|
|
1349
|
+
columns: "Columns",
|
|
1350
|
+
rows: "Rows",
|
|
1351
|
+
// Misc
|
|
1280
1352
|
bell: "Bell",
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1353
|
+
bookmark: "Bookmark",
|
|
1354
|
+
briefcase: "Briefcase",
|
|
1355
|
+
flag: "Flag",
|
|
1356
|
+
tag: "Tag",
|
|
1357
|
+
tags: "Tag",
|
|
1358
|
+
star: "Star",
|
|
1359
|
+
heart: "Heart",
|
|
1360
|
+
home: "House",
|
|
1361
|
+
settings: "Gear",
|
|
1285
1362
|
eye: "Eye",
|
|
1286
1363
|
"eye-off": "EyeSlash",
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1364
|
+
lock: "Lock",
|
|
1365
|
+
unlock: "LockOpen",
|
|
1366
|
+
key: "Key",
|
|
1367
|
+
shield: "Shield",
|
|
1368
|
+
search: "MagnifyingGlass",
|
|
1369
|
+
filter: "Funnel",
|
|
1370
|
+
"sort-asc": "SortAscending",
|
|
1371
|
+
"sort-desc": "SortDescending",
|
|
1372
|
+
zap: "Lightning",
|
|
1373
|
+
sparkles: "Sparkle",
|
|
1374
|
+
// Code
|
|
1375
|
+
code: "Code",
|
|
1376
|
+
terminal: "Terminal",
|
|
1377
|
+
database: "Database",
|
|
1378
|
+
server: "HardDrives",
|
|
1379
|
+
cloud: "Cloud",
|
|
1380
|
+
wifi: "WifiHigh",
|
|
1381
|
+
package: "Package",
|
|
1382
|
+
box: "Package",
|
|
1383
|
+
// Theme
|
|
1384
|
+
sun: "Sun",
|
|
1385
|
+
moon: "Moon",
|
|
1386
|
+
// Phone
|
|
1387
|
+
phone: "Phone",
|
|
1388
|
+
printer: "Printer",
|
|
1389
|
+
// Hierarchy
|
|
1390
|
+
tree: "Tree",
|
|
1391
|
+
network: "Network"
|
|
1292
1392
|
};
|
|
1293
1393
|
tablerAliases = {
|
|
1294
1394
|
// lucide name → tabler suffix (after the `Icon` prefix)
|
|
1295
|
-
|
|
1395
|
+
// Actions
|
|
1396
|
+
plus: "Plus",
|
|
1397
|
+
minus: "Minus",
|
|
1398
|
+
x: "X",
|
|
1399
|
+
check: "Check",
|
|
1296
1400
|
close: "X",
|
|
1297
|
-
|
|
1401
|
+
edit: "Pencil",
|
|
1402
|
+
pencil: "Pencil",
|
|
1403
|
+
trash: "Trash",
|
|
1404
|
+
save: "DeviceFloppy",
|
|
1405
|
+
copy: "Copy",
|
|
1406
|
+
share: "Share",
|
|
1407
|
+
send: "Send",
|
|
1408
|
+
download: "Download",
|
|
1409
|
+
upload: "Upload",
|
|
1410
|
+
archive: "Archive",
|
|
1298
1411
|
refresh: "Refresh",
|
|
1299
|
-
|
|
1300
|
-
|
|
1412
|
+
loader: "Loader2",
|
|
1413
|
+
link: "Link",
|
|
1414
|
+
paperclip: "Paperclip",
|
|
1415
|
+
external: "ExternalLink",
|
|
1416
|
+
"external-link": "ExternalLink",
|
|
1417
|
+
// Navigation
|
|
1301
1418
|
"chevron-down": "ChevronDown",
|
|
1302
1419
|
"chevron-up": "ChevronUp",
|
|
1303
1420
|
"chevron-left": "ChevronLeft",
|
|
1304
1421
|
"chevron-right": "ChevronRight",
|
|
1305
|
-
"
|
|
1306
|
-
"
|
|
1422
|
+
"arrow-down": "ArrowDown",
|
|
1423
|
+
"arrow-up": "ArrowUp",
|
|
1424
|
+
"arrow-left": "ArrowLeft",
|
|
1425
|
+
"arrow-right": "ArrowRight",
|
|
1426
|
+
menu: "Menu2",
|
|
1427
|
+
more: "Dots",
|
|
1428
|
+
"more-vertical": "DotsVertical",
|
|
1429
|
+
// Files
|
|
1430
|
+
file: "File",
|
|
1431
|
+
"file-text": "FileText",
|
|
1432
|
+
"file-plus": "FilePlus",
|
|
1433
|
+
"file-check": "FileCheck",
|
|
1434
|
+
"file-minus": "FileMinus",
|
|
1435
|
+
folder: "Folder",
|
|
1436
|
+
"folder-open": "FolderOpen",
|
|
1437
|
+
document: "FileText",
|
|
1438
|
+
// Charts
|
|
1439
|
+
"bar-chart": "ChartBar",
|
|
1440
|
+
"bar-chart-2": "ChartBar",
|
|
1441
|
+
"bar-chart-3": "ChartBar",
|
|
1442
|
+
"line-chart": "ChartLine",
|
|
1443
|
+
"pie-chart": "ChartPie",
|
|
1444
|
+
activity: "Activity",
|
|
1445
|
+
"trending-up": "TrendingUp",
|
|
1446
|
+
"trending-down": "TrendingDown",
|
|
1447
|
+
// Messages
|
|
1448
|
+
message: "Message",
|
|
1449
|
+
"message-circle": "MessageCircle",
|
|
1450
|
+
"message-square": "Message2",
|
|
1451
|
+
"messages-square": "Messages",
|
|
1452
|
+
comment: "Message",
|
|
1453
|
+
comments: "Messages",
|
|
1454
|
+
inbox: "Inbox",
|
|
1455
|
+
mail: "Mail",
|
|
1456
|
+
envelope: "Mail",
|
|
1457
|
+
// Status
|
|
1307
1458
|
"alert-circle": "AlertCircle",
|
|
1459
|
+
"alert-triangle": "AlertTriangle",
|
|
1308
1460
|
"check-circle": "CircleCheck",
|
|
1309
1461
|
"x-circle": "CircleX",
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1462
|
+
info: "InfoCircle",
|
|
1463
|
+
"help-circle": "HelpCircle",
|
|
1464
|
+
"life-buoy": "Lifebuoy",
|
|
1465
|
+
warning: "AlertTriangle",
|
|
1466
|
+
error: "AlertOctagon",
|
|
1467
|
+
// Media
|
|
1468
|
+
image: "Photo",
|
|
1469
|
+
video: "Video",
|
|
1470
|
+
camera: "Camera",
|
|
1471
|
+
music: "Music",
|
|
1472
|
+
play: "PlayerPlay",
|
|
1473
|
+
pause: "PlayerPause",
|
|
1474
|
+
stop: "PlayerStop",
|
|
1475
|
+
"skip-forward": "PlayerSkipForward",
|
|
1476
|
+
"skip-back": "PlayerSkipBack",
|
|
1477
|
+
volume: "Volume",
|
|
1478
|
+
"volume-2": "Volume",
|
|
1479
|
+
"volume-x": "VolumeOff",
|
|
1480
|
+
mic: "Microphone",
|
|
1481
|
+
"mic-off": "MicrophoneOff",
|
|
1482
|
+
// People
|
|
1320
1483
|
user: "User",
|
|
1321
1484
|
users: "Users",
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
download: "Download",
|
|
1326
|
-
upload: "Upload",
|
|
1327
|
-
filter: "Filter",
|
|
1485
|
+
"user-plus": "UserPlus",
|
|
1486
|
+
"user-check": "UserCheck",
|
|
1487
|
+
// Time
|
|
1328
1488
|
calendar: "Calendar",
|
|
1329
1489
|
clock: "Clock",
|
|
1490
|
+
timer: "Hourglass",
|
|
1491
|
+
// Location
|
|
1492
|
+
map: "Map",
|
|
1493
|
+
"map-pin": "MapPin",
|
|
1494
|
+
navigation: "Navigation",
|
|
1495
|
+
compass: "Compass",
|
|
1496
|
+
globe: "World",
|
|
1497
|
+
target: "Target",
|
|
1498
|
+
// Project / layout
|
|
1499
|
+
kanban: "LayoutKanban",
|
|
1500
|
+
list: "List",
|
|
1501
|
+
table: "Table",
|
|
1502
|
+
grid: "LayoutGrid",
|
|
1503
|
+
layout: "Layout",
|
|
1504
|
+
columns: "LayoutColumns",
|
|
1505
|
+
rows: "LayoutRows",
|
|
1506
|
+
// Misc
|
|
1330
1507
|
bell: "Bell",
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1508
|
+
bookmark: "Bookmark",
|
|
1509
|
+
briefcase: "Briefcase",
|
|
1510
|
+
flag: "Flag",
|
|
1511
|
+
tag: "Tag",
|
|
1512
|
+
tags: "Tags",
|
|
1513
|
+
star: "Star",
|
|
1514
|
+
heart: "Heart",
|
|
1515
|
+
home: "Home",
|
|
1516
|
+
settings: "Settings",
|
|
1335
1517
|
eye: "Eye",
|
|
1336
1518
|
"eye-off": "EyeOff",
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1519
|
+
lock: "Lock",
|
|
1520
|
+
unlock: "LockOpen",
|
|
1521
|
+
key: "Key",
|
|
1522
|
+
shield: "Shield",
|
|
1523
|
+
search: "Search",
|
|
1524
|
+
filter: "Filter",
|
|
1525
|
+
"sort-asc": "SortAscending",
|
|
1526
|
+
"sort-desc": "SortDescending",
|
|
1527
|
+
zap: "Bolt",
|
|
1528
|
+
sparkles: "Sparkles",
|
|
1529
|
+
// Code / data
|
|
1530
|
+
code: "Code",
|
|
1531
|
+
terminal: "Terminal",
|
|
1532
|
+
database: "Database",
|
|
1533
|
+
server: "Server",
|
|
1534
|
+
cloud: "Cloud",
|
|
1535
|
+
wifi: "Wifi",
|
|
1536
|
+
package: "Package",
|
|
1537
|
+
box: "Box",
|
|
1538
|
+
// Theme
|
|
1539
|
+
sun: "Sun",
|
|
1540
|
+
moon: "Moon",
|
|
1541
|
+
// Phone
|
|
1542
|
+
phone: "Phone",
|
|
1543
|
+
printer: "Printer",
|
|
1544
|
+
// Hierarchy
|
|
1545
|
+
tree: "Hierarchy",
|
|
1546
|
+
network: "Network"
|
|
1340
1547
|
};
|
|
1341
1548
|
faAliases = {
|
|
1342
|
-
// lucide name → fa-solid suffix (after the `Fa` prefix)
|
|
1549
|
+
// lucide name → fa-solid suffix (after the `Fa` prefix).
|
|
1550
|
+
// react-icons/fa ships FontAwesome 5 — names like `FaFileText` don't exist
|
|
1551
|
+
// (FA renamed to `FaFileAlt`). When you see a console.warn from
|
|
1552
|
+
// [iconFamily] about an unmapped lucide name in this family, add the
|
|
1553
|
+
// closest FA5 sibling here so the fallback stays in-family.
|
|
1343
1554
|
search: "Search",
|
|
1344
1555
|
close: "Times",
|
|
1345
1556
|
x: "Times",
|
|
@@ -1357,9 +1568,10 @@ var init_iconFamily = __esm({
|
|
|
1357
1568
|
"check-circle": "CheckCircle",
|
|
1358
1569
|
"x-circle": "TimesCircle",
|
|
1359
1570
|
edit: "Edit",
|
|
1360
|
-
pencil: "
|
|
1571
|
+
pencil: "PencilAlt",
|
|
1361
1572
|
trash: "Trash",
|
|
1362
1573
|
send: "PaperPlane",
|
|
1574
|
+
share: "ShareAlt",
|
|
1363
1575
|
external: "ExternalLinkAlt",
|
|
1364
1576
|
plus: "Plus",
|
|
1365
1577
|
minus: "Minus",
|
|
@@ -1369,6 +1581,8 @@ var init_iconFamily = __esm({
|
|
|
1369
1581
|
home: "Home",
|
|
1370
1582
|
user: "User",
|
|
1371
1583
|
users: "Users",
|
|
1584
|
+
"user-plus": "UserPlus",
|
|
1585
|
+
"user-check": "UserCheck",
|
|
1372
1586
|
settings: "Cog",
|
|
1373
1587
|
menu: "Bars",
|
|
1374
1588
|
"arrow-up": "ArrowUp",
|
|
@@ -1391,7 +1605,104 @@ var init_iconFamily = __esm({
|
|
|
1391
1605
|
more: "EllipsisH",
|
|
1392
1606
|
"more-vertical": "EllipsisV",
|
|
1393
1607
|
info: "InfoCircle",
|
|
1394
|
-
warning: "ExclamationTriangle"
|
|
1608
|
+
warning: "ExclamationTriangle",
|
|
1609
|
+
error: "ExclamationCircle",
|
|
1610
|
+
// Time
|
|
1611
|
+
timer: "Hourglass",
|
|
1612
|
+
// Files (FA renamed FileText → FileAlt)
|
|
1613
|
+
file: "File",
|
|
1614
|
+
"file-text": "FileAlt",
|
|
1615
|
+
"file-plus": "FileMedical",
|
|
1616
|
+
"file-minus": "FileExcel",
|
|
1617
|
+
"file-check": "FileSignature",
|
|
1618
|
+
document: "FileAlt",
|
|
1619
|
+
// Charts (lucide BarChart2 / BarChart3 → FA ChartBar)
|
|
1620
|
+
"bar-chart": "ChartBar",
|
|
1621
|
+
"bar-chart-2": "ChartBar",
|
|
1622
|
+
"bar-chart-3": "ChartBar",
|
|
1623
|
+
"line-chart": "ChartLine",
|
|
1624
|
+
"pie-chart": "ChartPie",
|
|
1625
|
+
activity: "ChartLine",
|
|
1626
|
+
"trending-up": "ChartLine",
|
|
1627
|
+
"trending-down": "ChartLine",
|
|
1628
|
+
// Messages (lucide MessageCircle/MessageSquare → FA CommentDots/CommentAlt)
|
|
1629
|
+
message: "Comment",
|
|
1630
|
+
"message-circle": "CommentDots",
|
|
1631
|
+
"message-square": "CommentAlt",
|
|
1632
|
+
"messages-square": "Comments",
|
|
1633
|
+
comment: "Comment",
|
|
1634
|
+
comments: "Comments",
|
|
1635
|
+
inbox: "Inbox",
|
|
1636
|
+
// Support / help
|
|
1637
|
+
"life-buoy": "LifeRing",
|
|
1638
|
+
lifebuoy: "LifeRing",
|
|
1639
|
+
// Project / kanban (FA has no kanban; closest semantic is Tasks/Columns)
|
|
1640
|
+
kanban: "Tasks",
|
|
1641
|
+
columns: "Columns",
|
|
1642
|
+
rows: "Bars",
|
|
1643
|
+
layout: "ThLarge",
|
|
1644
|
+
grid: "Th",
|
|
1645
|
+
list: "List",
|
|
1646
|
+
table: "Table",
|
|
1647
|
+
// Storage / folders
|
|
1648
|
+
folder: "Folder",
|
|
1649
|
+
"folder-open": "FolderOpen",
|
|
1650
|
+
archive: "Archive",
|
|
1651
|
+
bookmark: "Bookmark",
|
|
1652
|
+
briefcase: "Briefcase",
|
|
1653
|
+
package: "Box",
|
|
1654
|
+
box: "Box",
|
|
1655
|
+
// Map / location
|
|
1656
|
+
map: "Map",
|
|
1657
|
+
"map-pin": "MapMarkerAlt",
|
|
1658
|
+
navigation: "LocationArrow",
|
|
1659
|
+
compass: "Compass",
|
|
1660
|
+
globe: "Globe",
|
|
1661
|
+
target: "Bullseye",
|
|
1662
|
+
// Media
|
|
1663
|
+
image: "Image",
|
|
1664
|
+
video: "Video",
|
|
1665
|
+
film: "Film",
|
|
1666
|
+
camera: "Camera",
|
|
1667
|
+
music: "Music",
|
|
1668
|
+
play: "Play",
|
|
1669
|
+
pause: "Pause",
|
|
1670
|
+
stop: "Stop",
|
|
1671
|
+
"skip-forward": "Forward",
|
|
1672
|
+
"skip-back": "Backward",
|
|
1673
|
+
volume: "VolumeUp",
|
|
1674
|
+
"volume-2": "VolumeUp",
|
|
1675
|
+
"volume-x": "VolumeMute",
|
|
1676
|
+
mic: "Microphone",
|
|
1677
|
+
"mic-off": "MicrophoneSlash",
|
|
1678
|
+
phone: "Phone",
|
|
1679
|
+
// Code / data
|
|
1680
|
+
code: "Code",
|
|
1681
|
+
terminal: "Terminal",
|
|
1682
|
+
database: "Database",
|
|
1683
|
+
server: "Server",
|
|
1684
|
+
cloud: "Cloud",
|
|
1685
|
+
wifi: "Wifi",
|
|
1686
|
+
// Security
|
|
1687
|
+
shield: "ShieldAlt",
|
|
1688
|
+
key: "Key",
|
|
1689
|
+
// Misc actions
|
|
1690
|
+
printer: "Print",
|
|
1691
|
+
save: "Save",
|
|
1692
|
+
link: "Link",
|
|
1693
|
+
unlink: "Unlink",
|
|
1694
|
+
paperclip: "Paperclip",
|
|
1695
|
+
flag: "Flag",
|
|
1696
|
+
tag: "Tag",
|
|
1697
|
+
tags: "Tags",
|
|
1698
|
+
zap: "Bolt",
|
|
1699
|
+
sparkles: "Magic",
|
|
1700
|
+
// Theme
|
|
1701
|
+
sun: "Sun",
|
|
1702
|
+
moon: "Moon",
|
|
1703
|
+
// Hierarchy (FA has no Tree icon for hierarchies; Sitemap is the org-chart icon)
|
|
1704
|
+
tree: "Sitemap",
|
|
1705
|
+
network: "NetworkWired"
|
|
1395
1706
|
};
|
|
1396
1707
|
warned = /* @__PURE__ */ new Set();
|
|
1397
1708
|
}
|