@almadar/ui 5.1.4 → 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 +290 -69
- package/dist/avl/index.js +290 -69
- package/dist/components/index.cjs +290 -69
- package/dist/components/index.js +290 -69
- package/dist/docs/index.cjs +290 -69
- package/dist/docs/index.js +290 -69
- package/dist/marketing/index.cjs +290 -69
- package/dist/marketing/index.js +290 -69
- package/dist/providers/index.cjs +290 -69
- package/dist/providers/index.js +290 -69
- package/dist/runtime/index.cjs +290 -69
- package/dist/runtime/index.js +290 -69
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -1296,108 +1296,315 @@ var init_iconFamily = __esm({
|
|
|
1296
1296
|
};
|
|
1297
1297
|
phosphorAliases = {
|
|
1298
1298
|
// lucide name → phosphor PascalCase name
|
|
1299
|
-
|
|
1299
|
+
// Actions
|
|
1300
|
+
plus: "Plus",
|
|
1301
|
+
minus: "Minus",
|
|
1302
|
+
x: "X",
|
|
1303
|
+
check: "Check",
|
|
1300
1304
|
close: "X",
|
|
1301
|
-
|
|
1305
|
+
edit: "PencilSimple",
|
|
1306
|
+
pencil: "PencilSimple",
|
|
1307
|
+
trash: "Trash",
|
|
1308
|
+
save: "FloppyDisk",
|
|
1309
|
+
copy: "Copy",
|
|
1310
|
+
share: "Share",
|
|
1311
|
+
send: "PaperPlaneRight",
|
|
1312
|
+
download: "DownloadSimple",
|
|
1313
|
+
upload: "UploadSimple",
|
|
1314
|
+
archive: "Archive",
|
|
1302
1315
|
refresh: "ArrowsClockwise",
|
|
1303
|
-
|
|
1304
|
-
|
|
1316
|
+
loader: "CircleNotch",
|
|
1317
|
+
link: "Link",
|
|
1318
|
+
paperclip: "Paperclip",
|
|
1319
|
+
// Navigation
|
|
1305
1320
|
"chevron-down": "CaretDown",
|
|
1306
1321
|
"chevron-up": "CaretUp",
|
|
1307
1322
|
"chevron-left": "CaretLeft",
|
|
1308
1323
|
"chevron-right": "CaretRight",
|
|
1309
|
-
"
|
|
1310
|
-
"
|
|
1324
|
+
"arrow-up": "ArrowUp",
|
|
1325
|
+
"arrow-down": "ArrowDown",
|
|
1326
|
+
"arrow-left": "ArrowLeft",
|
|
1327
|
+
"arrow-right": "ArrowRight",
|
|
1328
|
+
menu: "List",
|
|
1329
|
+
more: "DotsThree",
|
|
1330
|
+
"more-vertical": "DotsThreeVertical",
|
|
1331
|
+
"more-horizontal": "DotsThree",
|
|
1332
|
+
external: "ArrowSquareOut",
|
|
1333
|
+
"external-link": "ArrowSquareOut",
|
|
1334
|
+
// Files
|
|
1335
|
+
file: "File",
|
|
1336
|
+
"file-text": "FileText",
|
|
1337
|
+
"file-plus": "FilePlus",
|
|
1338
|
+
"file-minus": "FileMinus",
|
|
1339
|
+
folder: "Folder",
|
|
1340
|
+
"folder-open": "FolderOpen",
|
|
1341
|
+
document: "FileText",
|
|
1342
|
+
// Charts
|
|
1343
|
+
"bar-chart": "ChartBar",
|
|
1344
|
+
"bar-chart-2": "ChartBar",
|
|
1345
|
+
"bar-chart-3": "ChartBar",
|
|
1346
|
+
"line-chart": "ChartLine",
|
|
1347
|
+
"pie-chart": "ChartPie",
|
|
1348
|
+
activity: "Pulse",
|
|
1349
|
+
"trending-up": "TrendUp",
|
|
1350
|
+
"trending-down": "TrendDown",
|
|
1351
|
+
// Messages
|
|
1352
|
+
message: "ChatCircle",
|
|
1353
|
+
"message-circle": "ChatCircle",
|
|
1354
|
+
"message-square": "ChatText",
|
|
1355
|
+
"messages-square": "ChatsCircle",
|
|
1356
|
+
comment: "ChatCircle",
|
|
1357
|
+
comments: "ChatsCircle",
|
|
1358
|
+
inbox: "Tray",
|
|
1359
|
+
mail: "Envelope",
|
|
1360
|
+
envelope: "Envelope",
|
|
1361
|
+
// Status
|
|
1311
1362
|
"alert-circle": "WarningCircle",
|
|
1363
|
+
"alert-triangle": "Warning",
|
|
1312
1364
|
"check-circle": "CheckCircle",
|
|
1313
1365
|
"x-circle": "XCircle",
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1366
|
+
info: "Info",
|
|
1367
|
+
"help-circle": "Question",
|
|
1368
|
+
"life-buoy": "Lifebuoy",
|
|
1369
|
+
lifebuoy: "Lifebuoy",
|
|
1370
|
+
warning: "Warning",
|
|
1371
|
+
error: "WarningCircle",
|
|
1372
|
+
// Media
|
|
1373
|
+
image: "Image",
|
|
1374
|
+
video: "VideoCamera",
|
|
1375
|
+
film: "FilmStrip",
|
|
1376
|
+
camera: "Camera",
|
|
1377
|
+
music: "MusicNote",
|
|
1378
|
+
play: "Play",
|
|
1379
|
+
pause: "Pause",
|
|
1380
|
+
stop: "Stop",
|
|
1381
|
+
"skip-forward": "SkipForward",
|
|
1382
|
+
"skip-back": "SkipBack",
|
|
1383
|
+
volume: "SpeakerHigh",
|
|
1384
|
+
"volume-2": "SpeakerHigh",
|
|
1385
|
+
"volume-x": "SpeakerX",
|
|
1386
|
+
mic: "Microphone",
|
|
1387
|
+
"mic-off": "MicrophoneSlash",
|
|
1388
|
+
// People
|
|
1327
1389
|
user: "User",
|
|
1328
1390
|
users: "Users",
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
"arrow-down": "ArrowDown",
|
|
1333
|
-
"arrow-left": "ArrowLeft",
|
|
1334
|
-
"arrow-right": "ArrowRight",
|
|
1335
|
-
copy: "Copy",
|
|
1336
|
-
download: "DownloadSimple",
|
|
1337
|
-
upload: "UploadSimple",
|
|
1338
|
-
filter: "Funnel",
|
|
1391
|
+
"user-plus": "UserPlus",
|
|
1392
|
+
"user-check": "UserCheck",
|
|
1393
|
+
// Time
|
|
1339
1394
|
calendar: "Calendar",
|
|
1340
1395
|
clock: "Clock",
|
|
1396
|
+
timer: "Timer",
|
|
1397
|
+
// Location
|
|
1398
|
+
map: "MapTrifold",
|
|
1399
|
+
"map-pin": "MapPin",
|
|
1400
|
+
navigation: "NavigationArrow",
|
|
1401
|
+
compass: "Compass",
|
|
1402
|
+
globe: "Globe",
|
|
1403
|
+
target: "Target",
|
|
1404
|
+
// Project / layout
|
|
1405
|
+
kanban: "Kanban",
|
|
1406
|
+
list: "List",
|
|
1407
|
+
table: "Table",
|
|
1408
|
+
grid: "GridFour",
|
|
1409
|
+
layout: "Layout",
|
|
1410
|
+
columns: "Columns",
|
|
1411
|
+
rows: "Rows",
|
|
1412
|
+
// Misc
|
|
1341
1413
|
bell: "Bell",
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1414
|
+
bookmark: "Bookmark",
|
|
1415
|
+
briefcase: "Briefcase",
|
|
1416
|
+
flag: "Flag",
|
|
1417
|
+
tag: "Tag",
|
|
1418
|
+
tags: "Tag",
|
|
1419
|
+
star: "Star",
|
|
1420
|
+
heart: "Heart",
|
|
1421
|
+
home: "House",
|
|
1422
|
+
settings: "Gear",
|
|
1346
1423
|
eye: "Eye",
|
|
1347
1424
|
"eye-off": "EyeSlash",
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1425
|
+
lock: "Lock",
|
|
1426
|
+
unlock: "LockOpen",
|
|
1427
|
+
key: "Key",
|
|
1428
|
+
shield: "Shield",
|
|
1429
|
+
search: "MagnifyingGlass",
|
|
1430
|
+
filter: "Funnel",
|
|
1431
|
+
"sort-asc": "SortAscending",
|
|
1432
|
+
"sort-desc": "SortDescending",
|
|
1433
|
+
zap: "Lightning",
|
|
1434
|
+
sparkles: "Sparkle",
|
|
1435
|
+
// Code
|
|
1436
|
+
code: "Code",
|
|
1437
|
+
terminal: "Terminal",
|
|
1438
|
+
database: "Database",
|
|
1439
|
+
server: "HardDrives",
|
|
1440
|
+
cloud: "Cloud",
|
|
1441
|
+
wifi: "WifiHigh",
|
|
1442
|
+
package: "Package",
|
|
1443
|
+
box: "Package",
|
|
1444
|
+
// Theme
|
|
1445
|
+
sun: "Sun",
|
|
1446
|
+
moon: "Moon",
|
|
1447
|
+
// Phone
|
|
1448
|
+
phone: "Phone",
|
|
1449
|
+
printer: "Printer",
|
|
1450
|
+
// Hierarchy
|
|
1451
|
+
tree: "Tree",
|
|
1452
|
+
network: "Network"
|
|
1353
1453
|
};
|
|
1354
1454
|
tablerAliases = {
|
|
1355
1455
|
// lucide name → tabler suffix (after the `Icon` prefix)
|
|
1356
|
-
|
|
1456
|
+
// Actions
|
|
1457
|
+
plus: "Plus",
|
|
1458
|
+
minus: "Minus",
|
|
1459
|
+
x: "X",
|
|
1460
|
+
check: "Check",
|
|
1357
1461
|
close: "X",
|
|
1358
|
-
|
|
1462
|
+
edit: "Pencil",
|
|
1463
|
+
pencil: "Pencil",
|
|
1464
|
+
trash: "Trash",
|
|
1465
|
+
save: "DeviceFloppy",
|
|
1466
|
+
copy: "Copy",
|
|
1467
|
+
share: "Share",
|
|
1468
|
+
send: "Send",
|
|
1469
|
+
download: "Download",
|
|
1470
|
+
upload: "Upload",
|
|
1471
|
+
archive: "Archive",
|
|
1359
1472
|
refresh: "Refresh",
|
|
1360
|
-
|
|
1361
|
-
|
|
1473
|
+
loader: "Loader2",
|
|
1474
|
+
link: "Link",
|
|
1475
|
+
paperclip: "Paperclip",
|
|
1476
|
+
external: "ExternalLink",
|
|
1477
|
+
"external-link": "ExternalLink",
|
|
1478
|
+
// Navigation
|
|
1362
1479
|
"chevron-down": "ChevronDown",
|
|
1363
1480
|
"chevron-up": "ChevronUp",
|
|
1364
1481
|
"chevron-left": "ChevronLeft",
|
|
1365
1482
|
"chevron-right": "ChevronRight",
|
|
1366
|
-
"
|
|
1367
|
-
"
|
|
1483
|
+
"arrow-down": "ArrowDown",
|
|
1484
|
+
"arrow-up": "ArrowUp",
|
|
1485
|
+
"arrow-left": "ArrowLeft",
|
|
1486
|
+
"arrow-right": "ArrowRight",
|
|
1487
|
+
menu: "Menu2",
|
|
1488
|
+
more: "Dots",
|
|
1489
|
+
"more-vertical": "DotsVertical",
|
|
1490
|
+
// Files
|
|
1491
|
+
file: "File",
|
|
1492
|
+
"file-text": "FileText",
|
|
1493
|
+
"file-plus": "FilePlus",
|
|
1494
|
+
"file-check": "FileCheck",
|
|
1495
|
+
"file-minus": "FileMinus",
|
|
1496
|
+
folder: "Folder",
|
|
1497
|
+
"folder-open": "FolderOpen",
|
|
1498
|
+
document: "FileText",
|
|
1499
|
+
// Charts
|
|
1500
|
+
"bar-chart": "ChartBar",
|
|
1501
|
+
"bar-chart-2": "ChartBar",
|
|
1502
|
+
"bar-chart-3": "ChartBar",
|
|
1503
|
+
"line-chart": "ChartLine",
|
|
1504
|
+
"pie-chart": "ChartPie",
|
|
1505
|
+
activity: "Activity",
|
|
1506
|
+
"trending-up": "TrendingUp",
|
|
1507
|
+
"trending-down": "TrendingDown",
|
|
1508
|
+
// Messages
|
|
1509
|
+
message: "Message",
|
|
1510
|
+
"message-circle": "MessageCircle",
|
|
1511
|
+
"message-square": "Message2",
|
|
1512
|
+
"messages-square": "Messages",
|
|
1513
|
+
comment: "Message",
|
|
1514
|
+
comments: "Messages",
|
|
1515
|
+
inbox: "Inbox",
|
|
1516
|
+
mail: "Mail",
|
|
1517
|
+
envelope: "Mail",
|
|
1518
|
+
// Status
|
|
1368
1519
|
"alert-circle": "AlertCircle",
|
|
1520
|
+
"alert-triangle": "AlertTriangle",
|
|
1369
1521
|
"check-circle": "CircleCheck",
|
|
1370
1522
|
"x-circle": "CircleX",
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1523
|
+
info: "InfoCircle",
|
|
1524
|
+
"help-circle": "HelpCircle",
|
|
1525
|
+
"life-buoy": "Lifebuoy",
|
|
1526
|
+
warning: "AlertTriangle",
|
|
1527
|
+
error: "AlertOctagon",
|
|
1528
|
+
// Media
|
|
1529
|
+
image: "Photo",
|
|
1530
|
+
video: "Video",
|
|
1531
|
+
camera: "Camera",
|
|
1532
|
+
music: "Music",
|
|
1533
|
+
play: "PlayerPlay",
|
|
1534
|
+
pause: "PlayerPause",
|
|
1535
|
+
stop: "PlayerStop",
|
|
1536
|
+
"skip-forward": "PlayerSkipForward",
|
|
1537
|
+
"skip-back": "PlayerSkipBack",
|
|
1538
|
+
volume: "Volume",
|
|
1539
|
+
"volume-2": "Volume",
|
|
1540
|
+
"volume-x": "VolumeOff",
|
|
1541
|
+
mic: "Microphone",
|
|
1542
|
+
"mic-off": "MicrophoneOff",
|
|
1543
|
+
// People
|
|
1381
1544
|
user: "User",
|
|
1382
1545
|
users: "Users",
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
download: "Download",
|
|
1387
|
-
upload: "Upload",
|
|
1388
|
-
filter: "Filter",
|
|
1546
|
+
"user-plus": "UserPlus",
|
|
1547
|
+
"user-check": "UserCheck",
|
|
1548
|
+
// Time
|
|
1389
1549
|
calendar: "Calendar",
|
|
1390
1550
|
clock: "Clock",
|
|
1551
|
+
timer: "Hourglass",
|
|
1552
|
+
// Location
|
|
1553
|
+
map: "Map",
|
|
1554
|
+
"map-pin": "MapPin",
|
|
1555
|
+
navigation: "Navigation",
|
|
1556
|
+
compass: "Compass",
|
|
1557
|
+
globe: "World",
|
|
1558
|
+
target: "Target",
|
|
1559
|
+
// Project / layout
|
|
1560
|
+
kanban: "LayoutKanban",
|
|
1561
|
+
list: "List",
|
|
1562
|
+
table: "Table",
|
|
1563
|
+
grid: "LayoutGrid",
|
|
1564
|
+
layout: "Layout",
|
|
1565
|
+
columns: "LayoutColumns",
|
|
1566
|
+
rows: "LayoutRows",
|
|
1567
|
+
// Misc
|
|
1391
1568
|
bell: "Bell",
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1569
|
+
bookmark: "Bookmark",
|
|
1570
|
+
briefcase: "Briefcase",
|
|
1571
|
+
flag: "Flag",
|
|
1572
|
+
tag: "Tag",
|
|
1573
|
+
tags: "Tags",
|
|
1574
|
+
star: "Star",
|
|
1575
|
+
heart: "Heart",
|
|
1576
|
+
home: "Home",
|
|
1577
|
+
settings: "Settings",
|
|
1396
1578
|
eye: "Eye",
|
|
1397
1579
|
"eye-off": "EyeOff",
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1580
|
+
lock: "Lock",
|
|
1581
|
+
unlock: "LockOpen",
|
|
1582
|
+
key: "Key",
|
|
1583
|
+
shield: "Shield",
|
|
1584
|
+
search: "Search",
|
|
1585
|
+
filter: "Filter",
|
|
1586
|
+
"sort-asc": "SortAscending",
|
|
1587
|
+
"sort-desc": "SortDescending",
|
|
1588
|
+
zap: "Bolt",
|
|
1589
|
+
sparkles: "Sparkles",
|
|
1590
|
+
// Code / data
|
|
1591
|
+
code: "Code",
|
|
1592
|
+
terminal: "Terminal",
|
|
1593
|
+
database: "Database",
|
|
1594
|
+
server: "Server",
|
|
1595
|
+
cloud: "Cloud",
|
|
1596
|
+
wifi: "Wifi",
|
|
1597
|
+
package: "Package",
|
|
1598
|
+
box: "Box",
|
|
1599
|
+
// Theme
|
|
1600
|
+
sun: "Sun",
|
|
1601
|
+
moon: "Moon",
|
|
1602
|
+
// Phone
|
|
1603
|
+
phone: "Phone",
|
|
1604
|
+
printer: "Printer",
|
|
1605
|
+
// Hierarchy
|
|
1606
|
+
tree: "Hierarchy",
|
|
1607
|
+
network: "Network"
|
|
1401
1608
|
};
|
|
1402
1609
|
faAliases = {
|
|
1403
1610
|
// lucide name → fa-solid suffix (after the `Fa` prefix).
|
|
@@ -1422,9 +1629,10 @@ var init_iconFamily = __esm({
|
|
|
1422
1629
|
"check-circle": "CheckCircle",
|
|
1423
1630
|
"x-circle": "TimesCircle",
|
|
1424
1631
|
edit: "Edit",
|
|
1425
|
-
pencil: "
|
|
1632
|
+
pencil: "PencilAlt",
|
|
1426
1633
|
trash: "Trash",
|
|
1427
1634
|
send: "PaperPlane",
|
|
1635
|
+
share: "ShareAlt",
|
|
1428
1636
|
external: "ExternalLinkAlt",
|
|
1429
1637
|
plus: "Plus",
|
|
1430
1638
|
minus: "Minus",
|
|
@@ -1434,6 +1642,8 @@ var init_iconFamily = __esm({
|
|
|
1434
1642
|
home: "Home",
|
|
1435
1643
|
user: "User",
|
|
1436
1644
|
users: "Users",
|
|
1645
|
+
"user-plus": "UserPlus",
|
|
1646
|
+
"user-check": "UserCheck",
|
|
1437
1647
|
settings: "Cog",
|
|
1438
1648
|
menu: "Bars",
|
|
1439
1649
|
"arrow-up": "ArrowUp",
|
|
@@ -1457,6 +1667,9 @@ var init_iconFamily = __esm({
|
|
|
1457
1667
|
"more-vertical": "EllipsisV",
|
|
1458
1668
|
info: "InfoCircle",
|
|
1459
1669
|
warning: "ExclamationTriangle",
|
|
1670
|
+
error: "ExclamationCircle",
|
|
1671
|
+
// Time
|
|
1672
|
+
timer: "Hourglass",
|
|
1460
1673
|
// Files (FA renamed FileText → FileAlt)
|
|
1461
1674
|
file: "File",
|
|
1462
1675
|
"file-text": "FileAlt",
|
|
@@ -1515,6 +1728,7 @@ var init_iconFamily = __esm({
|
|
|
1515
1728
|
music: "Music",
|
|
1516
1729
|
play: "Play",
|
|
1517
1730
|
pause: "Pause",
|
|
1731
|
+
stop: "Stop",
|
|
1518
1732
|
"skip-forward": "Forward",
|
|
1519
1733
|
"skip-back": "Backward",
|
|
1520
1734
|
volume: "VolumeUp",
|
|
@@ -1542,7 +1756,14 @@ var init_iconFamily = __esm({
|
|
|
1542
1756
|
flag: "Flag",
|
|
1543
1757
|
tag: "Tag",
|
|
1544
1758
|
tags: "Tags",
|
|
1545
|
-
zap: "Bolt"
|
|
1759
|
+
zap: "Bolt",
|
|
1760
|
+
sparkles: "Magic",
|
|
1761
|
+
// Theme
|
|
1762
|
+
sun: "Sun",
|
|
1763
|
+
moon: "Moon",
|
|
1764
|
+
// Hierarchy (FA has no Tree icon for hierarchies; Sitemap is the org-chart icon)
|
|
1765
|
+
tree: "Sitemap",
|
|
1766
|
+
network: "NetworkWired"
|
|
1546
1767
|
};
|
|
1547
1768
|
warned = /* @__PURE__ */ new Set();
|
|
1548
1769
|
}
|