@almadar/ui 5.1.4 → 5.1.6
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 +329 -88
- package/dist/avl/index.d.cts +18 -2
- package/dist/avl/index.js +329 -88
- package/dist/components/index.cjs +290 -69
- package/dist/components/index.js +290 -69
- package/dist/components/molecules/avl/avl-preview-converter.d.ts +4 -4
- 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/runtime/index.js
CHANGED
|
@@ -1186,108 +1186,315 @@ var init_iconFamily = __esm({
|
|
|
1186
1186
|
};
|
|
1187
1187
|
phosphorAliases = {
|
|
1188
1188
|
// lucide name → phosphor PascalCase name
|
|
1189
|
-
|
|
1189
|
+
// Actions
|
|
1190
|
+
plus: "Plus",
|
|
1191
|
+
minus: "Minus",
|
|
1192
|
+
x: "X",
|
|
1193
|
+
check: "Check",
|
|
1190
1194
|
close: "X",
|
|
1191
|
-
|
|
1195
|
+
edit: "PencilSimple",
|
|
1196
|
+
pencil: "PencilSimple",
|
|
1197
|
+
trash: "Trash",
|
|
1198
|
+
save: "FloppyDisk",
|
|
1199
|
+
copy: "Copy",
|
|
1200
|
+
share: "Share",
|
|
1201
|
+
send: "PaperPlaneRight",
|
|
1202
|
+
download: "DownloadSimple",
|
|
1203
|
+
upload: "UploadSimple",
|
|
1204
|
+
archive: "Archive",
|
|
1192
1205
|
refresh: "ArrowsClockwise",
|
|
1193
|
-
|
|
1194
|
-
|
|
1206
|
+
loader: "CircleNotch",
|
|
1207
|
+
link: "Link",
|
|
1208
|
+
paperclip: "Paperclip",
|
|
1209
|
+
// Navigation
|
|
1195
1210
|
"chevron-down": "CaretDown",
|
|
1196
1211
|
"chevron-up": "CaretUp",
|
|
1197
1212
|
"chevron-left": "CaretLeft",
|
|
1198
1213
|
"chevron-right": "CaretRight",
|
|
1199
|
-
"
|
|
1200
|
-
"
|
|
1214
|
+
"arrow-up": "ArrowUp",
|
|
1215
|
+
"arrow-down": "ArrowDown",
|
|
1216
|
+
"arrow-left": "ArrowLeft",
|
|
1217
|
+
"arrow-right": "ArrowRight",
|
|
1218
|
+
menu: "List",
|
|
1219
|
+
more: "DotsThree",
|
|
1220
|
+
"more-vertical": "DotsThreeVertical",
|
|
1221
|
+
"more-horizontal": "DotsThree",
|
|
1222
|
+
external: "ArrowSquareOut",
|
|
1223
|
+
"external-link": "ArrowSquareOut",
|
|
1224
|
+
// Files
|
|
1225
|
+
file: "File",
|
|
1226
|
+
"file-text": "FileText",
|
|
1227
|
+
"file-plus": "FilePlus",
|
|
1228
|
+
"file-minus": "FileMinus",
|
|
1229
|
+
folder: "Folder",
|
|
1230
|
+
"folder-open": "FolderOpen",
|
|
1231
|
+
document: "FileText",
|
|
1232
|
+
// Charts
|
|
1233
|
+
"bar-chart": "ChartBar",
|
|
1234
|
+
"bar-chart-2": "ChartBar",
|
|
1235
|
+
"bar-chart-3": "ChartBar",
|
|
1236
|
+
"line-chart": "ChartLine",
|
|
1237
|
+
"pie-chart": "ChartPie",
|
|
1238
|
+
activity: "Pulse",
|
|
1239
|
+
"trending-up": "TrendUp",
|
|
1240
|
+
"trending-down": "TrendDown",
|
|
1241
|
+
// Messages
|
|
1242
|
+
message: "ChatCircle",
|
|
1243
|
+
"message-circle": "ChatCircle",
|
|
1244
|
+
"message-square": "ChatText",
|
|
1245
|
+
"messages-square": "ChatsCircle",
|
|
1246
|
+
comment: "ChatCircle",
|
|
1247
|
+
comments: "ChatsCircle",
|
|
1248
|
+
inbox: "Tray",
|
|
1249
|
+
mail: "Envelope",
|
|
1250
|
+
envelope: "Envelope",
|
|
1251
|
+
// Status
|
|
1201
1252
|
"alert-circle": "WarningCircle",
|
|
1253
|
+
"alert-triangle": "Warning",
|
|
1202
1254
|
"check-circle": "CheckCircle",
|
|
1203
1255
|
"x-circle": "XCircle",
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1256
|
+
info: "Info",
|
|
1257
|
+
"help-circle": "Question",
|
|
1258
|
+
"life-buoy": "Lifebuoy",
|
|
1259
|
+
lifebuoy: "Lifebuoy",
|
|
1260
|
+
warning: "Warning",
|
|
1261
|
+
error: "WarningCircle",
|
|
1262
|
+
// Media
|
|
1263
|
+
image: "Image",
|
|
1264
|
+
video: "VideoCamera",
|
|
1265
|
+
film: "FilmStrip",
|
|
1266
|
+
camera: "Camera",
|
|
1267
|
+
music: "MusicNote",
|
|
1268
|
+
play: "Play",
|
|
1269
|
+
pause: "Pause",
|
|
1270
|
+
stop: "Stop",
|
|
1271
|
+
"skip-forward": "SkipForward",
|
|
1272
|
+
"skip-back": "SkipBack",
|
|
1273
|
+
volume: "SpeakerHigh",
|
|
1274
|
+
"volume-2": "SpeakerHigh",
|
|
1275
|
+
"volume-x": "SpeakerX",
|
|
1276
|
+
mic: "Microphone",
|
|
1277
|
+
"mic-off": "MicrophoneSlash",
|
|
1278
|
+
// People
|
|
1217
1279
|
user: "User",
|
|
1218
1280
|
users: "Users",
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
"arrow-down": "ArrowDown",
|
|
1223
|
-
"arrow-left": "ArrowLeft",
|
|
1224
|
-
"arrow-right": "ArrowRight",
|
|
1225
|
-
copy: "Copy",
|
|
1226
|
-
download: "DownloadSimple",
|
|
1227
|
-
upload: "UploadSimple",
|
|
1228
|
-
filter: "Funnel",
|
|
1281
|
+
"user-plus": "UserPlus",
|
|
1282
|
+
"user-check": "UserCheck",
|
|
1283
|
+
// Time
|
|
1229
1284
|
calendar: "Calendar",
|
|
1230
1285
|
clock: "Clock",
|
|
1286
|
+
timer: "Timer",
|
|
1287
|
+
// Location
|
|
1288
|
+
map: "MapTrifold",
|
|
1289
|
+
"map-pin": "MapPin",
|
|
1290
|
+
navigation: "NavigationArrow",
|
|
1291
|
+
compass: "Compass",
|
|
1292
|
+
globe: "Globe",
|
|
1293
|
+
target: "Target",
|
|
1294
|
+
// Project / layout
|
|
1295
|
+
kanban: "Kanban",
|
|
1296
|
+
list: "List",
|
|
1297
|
+
table: "Table",
|
|
1298
|
+
grid: "GridFour",
|
|
1299
|
+
layout: "Layout",
|
|
1300
|
+
columns: "Columns",
|
|
1301
|
+
rows: "Rows",
|
|
1302
|
+
// Misc
|
|
1231
1303
|
bell: "Bell",
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1304
|
+
bookmark: "Bookmark",
|
|
1305
|
+
briefcase: "Briefcase",
|
|
1306
|
+
flag: "Flag",
|
|
1307
|
+
tag: "Tag",
|
|
1308
|
+
tags: "Tag",
|
|
1309
|
+
star: "Star",
|
|
1310
|
+
heart: "Heart",
|
|
1311
|
+
home: "House",
|
|
1312
|
+
settings: "Gear",
|
|
1236
1313
|
eye: "Eye",
|
|
1237
1314
|
"eye-off": "EyeSlash",
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1315
|
+
lock: "Lock",
|
|
1316
|
+
unlock: "LockOpen",
|
|
1317
|
+
key: "Key",
|
|
1318
|
+
shield: "Shield",
|
|
1319
|
+
search: "MagnifyingGlass",
|
|
1320
|
+
filter: "Funnel",
|
|
1321
|
+
"sort-asc": "SortAscending",
|
|
1322
|
+
"sort-desc": "SortDescending",
|
|
1323
|
+
zap: "Lightning",
|
|
1324
|
+
sparkles: "Sparkle",
|
|
1325
|
+
// Code
|
|
1326
|
+
code: "Code",
|
|
1327
|
+
terminal: "Terminal",
|
|
1328
|
+
database: "Database",
|
|
1329
|
+
server: "HardDrives",
|
|
1330
|
+
cloud: "Cloud",
|
|
1331
|
+
wifi: "WifiHigh",
|
|
1332
|
+
package: "Package",
|
|
1333
|
+
box: "Package",
|
|
1334
|
+
// Theme
|
|
1335
|
+
sun: "Sun",
|
|
1336
|
+
moon: "Moon",
|
|
1337
|
+
// Phone
|
|
1338
|
+
phone: "Phone",
|
|
1339
|
+
printer: "Printer",
|
|
1340
|
+
// Hierarchy
|
|
1341
|
+
tree: "Tree",
|
|
1342
|
+
network: "Network"
|
|
1243
1343
|
};
|
|
1244
1344
|
tablerAliases = {
|
|
1245
1345
|
// lucide name → tabler suffix (after the `Icon` prefix)
|
|
1246
|
-
|
|
1346
|
+
// Actions
|
|
1347
|
+
plus: "Plus",
|
|
1348
|
+
minus: "Minus",
|
|
1349
|
+
x: "X",
|
|
1350
|
+
check: "Check",
|
|
1247
1351
|
close: "X",
|
|
1248
|
-
|
|
1352
|
+
edit: "Pencil",
|
|
1353
|
+
pencil: "Pencil",
|
|
1354
|
+
trash: "Trash",
|
|
1355
|
+
save: "DeviceFloppy",
|
|
1356
|
+
copy: "Copy",
|
|
1357
|
+
share: "Share",
|
|
1358
|
+
send: "Send",
|
|
1359
|
+
download: "Download",
|
|
1360
|
+
upload: "Upload",
|
|
1361
|
+
archive: "Archive",
|
|
1249
1362
|
refresh: "Refresh",
|
|
1250
|
-
|
|
1251
|
-
|
|
1363
|
+
loader: "Loader2",
|
|
1364
|
+
link: "Link",
|
|
1365
|
+
paperclip: "Paperclip",
|
|
1366
|
+
external: "ExternalLink",
|
|
1367
|
+
"external-link": "ExternalLink",
|
|
1368
|
+
// Navigation
|
|
1252
1369
|
"chevron-down": "ChevronDown",
|
|
1253
1370
|
"chevron-up": "ChevronUp",
|
|
1254
1371
|
"chevron-left": "ChevronLeft",
|
|
1255
1372
|
"chevron-right": "ChevronRight",
|
|
1256
|
-
"
|
|
1257
|
-
"
|
|
1373
|
+
"arrow-down": "ArrowDown",
|
|
1374
|
+
"arrow-up": "ArrowUp",
|
|
1375
|
+
"arrow-left": "ArrowLeft",
|
|
1376
|
+
"arrow-right": "ArrowRight",
|
|
1377
|
+
menu: "Menu2",
|
|
1378
|
+
more: "Dots",
|
|
1379
|
+
"more-vertical": "DotsVertical",
|
|
1380
|
+
// Files
|
|
1381
|
+
file: "File",
|
|
1382
|
+
"file-text": "FileText",
|
|
1383
|
+
"file-plus": "FilePlus",
|
|
1384
|
+
"file-check": "FileCheck",
|
|
1385
|
+
"file-minus": "FileMinus",
|
|
1386
|
+
folder: "Folder",
|
|
1387
|
+
"folder-open": "FolderOpen",
|
|
1388
|
+
document: "FileText",
|
|
1389
|
+
// Charts
|
|
1390
|
+
"bar-chart": "ChartBar",
|
|
1391
|
+
"bar-chart-2": "ChartBar",
|
|
1392
|
+
"bar-chart-3": "ChartBar",
|
|
1393
|
+
"line-chart": "ChartLine",
|
|
1394
|
+
"pie-chart": "ChartPie",
|
|
1395
|
+
activity: "Activity",
|
|
1396
|
+
"trending-up": "TrendingUp",
|
|
1397
|
+
"trending-down": "TrendingDown",
|
|
1398
|
+
// Messages
|
|
1399
|
+
message: "Message",
|
|
1400
|
+
"message-circle": "MessageCircle",
|
|
1401
|
+
"message-square": "Message2",
|
|
1402
|
+
"messages-square": "Messages",
|
|
1403
|
+
comment: "Message",
|
|
1404
|
+
comments: "Messages",
|
|
1405
|
+
inbox: "Inbox",
|
|
1406
|
+
mail: "Mail",
|
|
1407
|
+
envelope: "Mail",
|
|
1408
|
+
// Status
|
|
1258
1409
|
"alert-circle": "AlertCircle",
|
|
1410
|
+
"alert-triangle": "AlertTriangle",
|
|
1259
1411
|
"check-circle": "CircleCheck",
|
|
1260
1412
|
"x-circle": "CircleX",
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1413
|
+
info: "InfoCircle",
|
|
1414
|
+
"help-circle": "HelpCircle",
|
|
1415
|
+
"life-buoy": "Lifebuoy",
|
|
1416
|
+
warning: "AlertTriangle",
|
|
1417
|
+
error: "AlertOctagon",
|
|
1418
|
+
// Media
|
|
1419
|
+
image: "Photo",
|
|
1420
|
+
video: "Video",
|
|
1421
|
+
camera: "Camera",
|
|
1422
|
+
music: "Music",
|
|
1423
|
+
play: "PlayerPlay",
|
|
1424
|
+
pause: "PlayerPause",
|
|
1425
|
+
stop: "PlayerStop",
|
|
1426
|
+
"skip-forward": "PlayerSkipForward",
|
|
1427
|
+
"skip-back": "PlayerSkipBack",
|
|
1428
|
+
volume: "Volume",
|
|
1429
|
+
"volume-2": "Volume",
|
|
1430
|
+
"volume-x": "VolumeOff",
|
|
1431
|
+
mic: "Microphone",
|
|
1432
|
+
"mic-off": "MicrophoneOff",
|
|
1433
|
+
// People
|
|
1271
1434
|
user: "User",
|
|
1272
1435
|
users: "Users",
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
download: "Download",
|
|
1277
|
-
upload: "Upload",
|
|
1278
|
-
filter: "Filter",
|
|
1436
|
+
"user-plus": "UserPlus",
|
|
1437
|
+
"user-check": "UserCheck",
|
|
1438
|
+
// Time
|
|
1279
1439
|
calendar: "Calendar",
|
|
1280
1440
|
clock: "Clock",
|
|
1441
|
+
timer: "Hourglass",
|
|
1442
|
+
// Location
|
|
1443
|
+
map: "Map",
|
|
1444
|
+
"map-pin": "MapPin",
|
|
1445
|
+
navigation: "Navigation",
|
|
1446
|
+
compass: "Compass",
|
|
1447
|
+
globe: "World",
|
|
1448
|
+
target: "Target",
|
|
1449
|
+
// Project / layout
|
|
1450
|
+
kanban: "LayoutKanban",
|
|
1451
|
+
list: "List",
|
|
1452
|
+
table: "Table",
|
|
1453
|
+
grid: "LayoutGrid",
|
|
1454
|
+
layout: "Layout",
|
|
1455
|
+
columns: "LayoutColumns",
|
|
1456
|
+
rows: "LayoutRows",
|
|
1457
|
+
// Misc
|
|
1281
1458
|
bell: "Bell",
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1459
|
+
bookmark: "Bookmark",
|
|
1460
|
+
briefcase: "Briefcase",
|
|
1461
|
+
flag: "Flag",
|
|
1462
|
+
tag: "Tag",
|
|
1463
|
+
tags: "Tags",
|
|
1464
|
+
star: "Star",
|
|
1465
|
+
heart: "Heart",
|
|
1466
|
+
home: "Home",
|
|
1467
|
+
settings: "Settings",
|
|
1286
1468
|
eye: "Eye",
|
|
1287
1469
|
"eye-off": "EyeOff",
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1470
|
+
lock: "Lock",
|
|
1471
|
+
unlock: "LockOpen",
|
|
1472
|
+
key: "Key",
|
|
1473
|
+
shield: "Shield",
|
|
1474
|
+
search: "Search",
|
|
1475
|
+
filter: "Filter",
|
|
1476
|
+
"sort-asc": "SortAscending",
|
|
1477
|
+
"sort-desc": "SortDescending",
|
|
1478
|
+
zap: "Bolt",
|
|
1479
|
+
sparkles: "Sparkles",
|
|
1480
|
+
// Code / data
|
|
1481
|
+
code: "Code",
|
|
1482
|
+
terminal: "Terminal",
|
|
1483
|
+
database: "Database",
|
|
1484
|
+
server: "Server",
|
|
1485
|
+
cloud: "Cloud",
|
|
1486
|
+
wifi: "Wifi",
|
|
1487
|
+
package: "Package",
|
|
1488
|
+
box: "Box",
|
|
1489
|
+
// Theme
|
|
1490
|
+
sun: "Sun",
|
|
1491
|
+
moon: "Moon",
|
|
1492
|
+
// Phone
|
|
1493
|
+
phone: "Phone",
|
|
1494
|
+
printer: "Printer",
|
|
1495
|
+
// Hierarchy
|
|
1496
|
+
tree: "Hierarchy",
|
|
1497
|
+
network: "Network"
|
|
1291
1498
|
};
|
|
1292
1499
|
faAliases = {
|
|
1293
1500
|
// lucide name → fa-solid suffix (after the `Fa` prefix).
|
|
@@ -1312,9 +1519,10 @@ var init_iconFamily = __esm({
|
|
|
1312
1519
|
"check-circle": "CheckCircle",
|
|
1313
1520
|
"x-circle": "TimesCircle",
|
|
1314
1521
|
edit: "Edit",
|
|
1315
|
-
pencil: "
|
|
1522
|
+
pencil: "PencilAlt",
|
|
1316
1523
|
trash: "Trash",
|
|
1317
1524
|
send: "PaperPlane",
|
|
1525
|
+
share: "ShareAlt",
|
|
1318
1526
|
external: "ExternalLinkAlt",
|
|
1319
1527
|
plus: "Plus",
|
|
1320
1528
|
minus: "Minus",
|
|
@@ -1324,6 +1532,8 @@ var init_iconFamily = __esm({
|
|
|
1324
1532
|
home: "Home",
|
|
1325
1533
|
user: "User",
|
|
1326
1534
|
users: "Users",
|
|
1535
|
+
"user-plus": "UserPlus",
|
|
1536
|
+
"user-check": "UserCheck",
|
|
1327
1537
|
settings: "Cog",
|
|
1328
1538
|
menu: "Bars",
|
|
1329
1539
|
"arrow-up": "ArrowUp",
|
|
@@ -1347,6 +1557,9 @@ var init_iconFamily = __esm({
|
|
|
1347
1557
|
"more-vertical": "EllipsisV",
|
|
1348
1558
|
info: "InfoCircle",
|
|
1349
1559
|
warning: "ExclamationTriangle",
|
|
1560
|
+
error: "ExclamationCircle",
|
|
1561
|
+
// Time
|
|
1562
|
+
timer: "Hourglass",
|
|
1350
1563
|
// Files (FA renamed FileText → FileAlt)
|
|
1351
1564
|
file: "File",
|
|
1352
1565
|
"file-text": "FileAlt",
|
|
@@ -1405,6 +1618,7 @@ var init_iconFamily = __esm({
|
|
|
1405
1618
|
music: "Music",
|
|
1406
1619
|
play: "Play",
|
|
1407
1620
|
pause: "Pause",
|
|
1621
|
+
stop: "Stop",
|
|
1408
1622
|
"skip-forward": "Forward",
|
|
1409
1623
|
"skip-back": "Backward",
|
|
1410
1624
|
volume: "VolumeUp",
|
|
@@ -1432,7 +1646,14 @@ var init_iconFamily = __esm({
|
|
|
1432
1646
|
flag: "Flag",
|
|
1433
1647
|
tag: "Tag",
|
|
1434
1648
|
tags: "Tags",
|
|
1435
|
-
zap: "Bolt"
|
|
1649
|
+
zap: "Bolt",
|
|
1650
|
+
sparkles: "Magic",
|
|
1651
|
+
// Theme
|
|
1652
|
+
sun: "Sun",
|
|
1653
|
+
moon: "Moon",
|
|
1654
|
+
// Hierarchy (FA has no Tree icon for hierarchies; Sitemap is the org-chart icon)
|
|
1655
|
+
tree: "Sitemap",
|
|
1656
|
+
network: "NetworkWired"
|
|
1436
1657
|
};
|
|
1437
1658
|
warned = /* @__PURE__ */ new Set();
|
|
1438
1659
|
}
|