@almadar/ui 5.1.3 → 5.1.4
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 +92 -2
- package/dist/avl/index.js +92 -2
- package/dist/components/index.cjs +92 -2
- package/dist/components/index.js +92 -2
- package/dist/docs/index.cjs +92 -2
- package/dist/docs/index.js +92 -2
- package/dist/marketing/index.cjs +92 -2
- package/dist/marketing/index.js +92 -2
- package/dist/providers/index.cjs +92 -2
- package/dist/providers/index.js +92 -2
- package/dist/runtime/index.cjs +92 -2
- package/dist/runtime/index.js +92 -2
- package/package.json +1 -1
package/dist/avl/index.cjs
CHANGED
|
@@ -6062,7 +6062,11 @@ var init_iconFamily = __esm({
|
|
|
6062
6062
|
info: "InfoCircle"
|
|
6063
6063
|
};
|
|
6064
6064
|
faAliases = {
|
|
6065
|
-
// lucide name → fa-solid suffix (after the `Fa` prefix)
|
|
6065
|
+
// lucide name → fa-solid suffix (after the `Fa` prefix).
|
|
6066
|
+
// react-icons/fa ships FontAwesome 5 — names like `FaFileText` don't exist
|
|
6067
|
+
// (FA renamed to `FaFileAlt`). When you see a console.warn from
|
|
6068
|
+
// [iconFamily] about an unmapped lucide name in this family, add the
|
|
6069
|
+
// closest FA5 sibling here so the fallback stays in-family.
|
|
6066
6070
|
search: "Search",
|
|
6067
6071
|
close: "Times",
|
|
6068
6072
|
x: "Times",
|
|
@@ -6114,7 +6118,93 @@ var init_iconFamily = __esm({
|
|
|
6114
6118
|
more: "EllipsisH",
|
|
6115
6119
|
"more-vertical": "EllipsisV",
|
|
6116
6120
|
info: "InfoCircle",
|
|
6117
|
-
warning: "ExclamationTriangle"
|
|
6121
|
+
warning: "ExclamationTriangle",
|
|
6122
|
+
// Files (FA renamed FileText → FileAlt)
|
|
6123
|
+
file: "File",
|
|
6124
|
+
"file-text": "FileAlt",
|
|
6125
|
+
"file-plus": "FileMedical",
|
|
6126
|
+
"file-minus": "FileExcel",
|
|
6127
|
+
"file-check": "FileSignature",
|
|
6128
|
+
document: "FileAlt",
|
|
6129
|
+
// Charts (lucide BarChart2 / BarChart3 → FA ChartBar)
|
|
6130
|
+
"bar-chart": "ChartBar",
|
|
6131
|
+
"bar-chart-2": "ChartBar",
|
|
6132
|
+
"bar-chart-3": "ChartBar",
|
|
6133
|
+
"line-chart": "ChartLine",
|
|
6134
|
+
"pie-chart": "ChartPie",
|
|
6135
|
+
activity: "ChartLine",
|
|
6136
|
+
"trending-up": "ChartLine",
|
|
6137
|
+
"trending-down": "ChartLine",
|
|
6138
|
+
// Messages (lucide MessageCircle/MessageSquare → FA CommentDots/CommentAlt)
|
|
6139
|
+
message: "Comment",
|
|
6140
|
+
"message-circle": "CommentDots",
|
|
6141
|
+
"message-square": "CommentAlt",
|
|
6142
|
+
"messages-square": "Comments",
|
|
6143
|
+
comment: "Comment",
|
|
6144
|
+
comments: "Comments",
|
|
6145
|
+
inbox: "Inbox",
|
|
6146
|
+
// Support / help
|
|
6147
|
+
"life-buoy": "LifeRing",
|
|
6148
|
+
lifebuoy: "LifeRing",
|
|
6149
|
+
// Project / kanban (FA has no kanban; closest semantic is Tasks/Columns)
|
|
6150
|
+
kanban: "Tasks",
|
|
6151
|
+
columns: "Columns",
|
|
6152
|
+
rows: "Bars",
|
|
6153
|
+
layout: "ThLarge",
|
|
6154
|
+
grid: "Th",
|
|
6155
|
+
list: "List",
|
|
6156
|
+
table: "Table",
|
|
6157
|
+
// Storage / folders
|
|
6158
|
+
folder: "Folder",
|
|
6159
|
+
"folder-open": "FolderOpen",
|
|
6160
|
+
archive: "Archive",
|
|
6161
|
+
bookmark: "Bookmark",
|
|
6162
|
+
briefcase: "Briefcase",
|
|
6163
|
+
package: "Box",
|
|
6164
|
+
box: "Box",
|
|
6165
|
+
// Map / location
|
|
6166
|
+
map: "Map",
|
|
6167
|
+
"map-pin": "MapMarkerAlt",
|
|
6168
|
+
navigation: "LocationArrow",
|
|
6169
|
+
compass: "Compass",
|
|
6170
|
+
globe: "Globe",
|
|
6171
|
+
target: "Bullseye",
|
|
6172
|
+
// Media
|
|
6173
|
+
image: "Image",
|
|
6174
|
+
video: "Video",
|
|
6175
|
+
film: "Film",
|
|
6176
|
+
camera: "Camera",
|
|
6177
|
+
music: "Music",
|
|
6178
|
+
play: "Play",
|
|
6179
|
+
pause: "Pause",
|
|
6180
|
+
"skip-forward": "Forward",
|
|
6181
|
+
"skip-back": "Backward",
|
|
6182
|
+
volume: "VolumeUp",
|
|
6183
|
+
"volume-2": "VolumeUp",
|
|
6184
|
+
"volume-x": "VolumeMute",
|
|
6185
|
+
mic: "Microphone",
|
|
6186
|
+
"mic-off": "MicrophoneSlash",
|
|
6187
|
+
phone: "Phone",
|
|
6188
|
+
// Code / data
|
|
6189
|
+
code: "Code",
|
|
6190
|
+
terminal: "Terminal",
|
|
6191
|
+
database: "Database",
|
|
6192
|
+
server: "Server",
|
|
6193
|
+
cloud: "Cloud",
|
|
6194
|
+
wifi: "Wifi",
|
|
6195
|
+
// Security
|
|
6196
|
+
shield: "ShieldAlt",
|
|
6197
|
+
key: "Key",
|
|
6198
|
+
// Misc actions
|
|
6199
|
+
printer: "Print",
|
|
6200
|
+
save: "Save",
|
|
6201
|
+
link: "Link",
|
|
6202
|
+
unlink: "Unlink",
|
|
6203
|
+
paperclip: "Paperclip",
|
|
6204
|
+
flag: "Flag",
|
|
6205
|
+
tag: "Tag",
|
|
6206
|
+
tags: "Tags",
|
|
6207
|
+
zap: "Bolt"
|
|
6118
6208
|
};
|
|
6119
6209
|
warned = /* @__PURE__ */ new Set();
|
|
6120
6210
|
}
|
package/dist/avl/index.js
CHANGED
|
@@ -6013,7 +6013,11 @@ var init_iconFamily = __esm({
|
|
|
6013
6013
|
info: "InfoCircle"
|
|
6014
6014
|
};
|
|
6015
6015
|
faAliases = {
|
|
6016
|
-
// lucide name → fa-solid suffix (after the `Fa` prefix)
|
|
6016
|
+
// lucide name → fa-solid suffix (after the `Fa` prefix).
|
|
6017
|
+
// react-icons/fa ships FontAwesome 5 — names like `FaFileText` don't exist
|
|
6018
|
+
// (FA renamed to `FaFileAlt`). When you see a console.warn from
|
|
6019
|
+
// [iconFamily] about an unmapped lucide name in this family, add the
|
|
6020
|
+
// closest FA5 sibling here so the fallback stays in-family.
|
|
6017
6021
|
search: "Search",
|
|
6018
6022
|
close: "Times",
|
|
6019
6023
|
x: "Times",
|
|
@@ -6065,7 +6069,93 @@ var init_iconFamily = __esm({
|
|
|
6065
6069
|
more: "EllipsisH",
|
|
6066
6070
|
"more-vertical": "EllipsisV",
|
|
6067
6071
|
info: "InfoCircle",
|
|
6068
|
-
warning: "ExclamationTriangle"
|
|
6072
|
+
warning: "ExclamationTriangle",
|
|
6073
|
+
// Files (FA renamed FileText → FileAlt)
|
|
6074
|
+
file: "File",
|
|
6075
|
+
"file-text": "FileAlt",
|
|
6076
|
+
"file-plus": "FileMedical",
|
|
6077
|
+
"file-minus": "FileExcel",
|
|
6078
|
+
"file-check": "FileSignature",
|
|
6079
|
+
document: "FileAlt",
|
|
6080
|
+
// Charts (lucide BarChart2 / BarChart3 → FA ChartBar)
|
|
6081
|
+
"bar-chart": "ChartBar",
|
|
6082
|
+
"bar-chart-2": "ChartBar",
|
|
6083
|
+
"bar-chart-3": "ChartBar",
|
|
6084
|
+
"line-chart": "ChartLine",
|
|
6085
|
+
"pie-chart": "ChartPie",
|
|
6086
|
+
activity: "ChartLine",
|
|
6087
|
+
"trending-up": "ChartLine",
|
|
6088
|
+
"trending-down": "ChartLine",
|
|
6089
|
+
// Messages (lucide MessageCircle/MessageSquare → FA CommentDots/CommentAlt)
|
|
6090
|
+
message: "Comment",
|
|
6091
|
+
"message-circle": "CommentDots",
|
|
6092
|
+
"message-square": "CommentAlt",
|
|
6093
|
+
"messages-square": "Comments",
|
|
6094
|
+
comment: "Comment",
|
|
6095
|
+
comments: "Comments",
|
|
6096
|
+
inbox: "Inbox",
|
|
6097
|
+
// Support / help
|
|
6098
|
+
"life-buoy": "LifeRing",
|
|
6099
|
+
lifebuoy: "LifeRing",
|
|
6100
|
+
// Project / kanban (FA has no kanban; closest semantic is Tasks/Columns)
|
|
6101
|
+
kanban: "Tasks",
|
|
6102
|
+
columns: "Columns",
|
|
6103
|
+
rows: "Bars",
|
|
6104
|
+
layout: "ThLarge",
|
|
6105
|
+
grid: "Th",
|
|
6106
|
+
list: "List",
|
|
6107
|
+
table: "Table",
|
|
6108
|
+
// Storage / folders
|
|
6109
|
+
folder: "Folder",
|
|
6110
|
+
"folder-open": "FolderOpen",
|
|
6111
|
+
archive: "Archive",
|
|
6112
|
+
bookmark: "Bookmark",
|
|
6113
|
+
briefcase: "Briefcase",
|
|
6114
|
+
package: "Box",
|
|
6115
|
+
box: "Box",
|
|
6116
|
+
// Map / location
|
|
6117
|
+
map: "Map",
|
|
6118
|
+
"map-pin": "MapMarkerAlt",
|
|
6119
|
+
navigation: "LocationArrow",
|
|
6120
|
+
compass: "Compass",
|
|
6121
|
+
globe: "Globe",
|
|
6122
|
+
target: "Bullseye",
|
|
6123
|
+
// Media
|
|
6124
|
+
image: "Image",
|
|
6125
|
+
video: "Video",
|
|
6126
|
+
film: "Film",
|
|
6127
|
+
camera: "Camera",
|
|
6128
|
+
music: "Music",
|
|
6129
|
+
play: "Play",
|
|
6130
|
+
pause: "Pause",
|
|
6131
|
+
"skip-forward": "Forward",
|
|
6132
|
+
"skip-back": "Backward",
|
|
6133
|
+
volume: "VolumeUp",
|
|
6134
|
+
"volume-2": "VolumeUp",
|
|
6135
|
+
"volume-x": "VolumeMute",
|
|
6136
|
+
mic: "Microphone",
|
|
6137
|
+
"mic-off": "MicrophoneSlash",
|
|
6138
|
+
phone: "Phone",
|
|
6139
|
+
// Code / data
|
|
6140
|
+
code: "Code",
|
|
6141
|
+
terminal: "Terminal",
|
|
6142
|
+
database: "Database",
|
|
6143
|
+
server: "Server",
|
|
6144
|
+
cloud: "Cloud",
|
|
6145
|
+
wifi: "Wifi",
|
|
6146
|
+
// Security
|
|
6147
|
+
shield: "ShieldAlt",
|
|
6148
|
+
key: "Key",
|
|
6149
|
+
// Misc actions
|
|
6150
|
+
printer: "Print",
|
|
6151
|
+
save: "Save",
|
|
6152
|
+
link: "Link",
|
|
6153
|
+
unlink: "Unlink",
|
|
6154
|
+
paperclip: "Paperclip",
|
|
6155
|
+
flag: "Flag",
|
|
6156
|
+
tag: "Tag",
|
|
6157
|
+
tags: "Tags",
|
|
6158
|
+
zap: "Bolt"
|
|
6069
6159
|
};
|
|
6070
6160
|
warned = /* @__PURE__ */ new Set();
|
|
6071
6161
|
}
|
|
@@ -1449,7 +1449,11 @@ var init_iconFamily = __esm({
|
|
|
1449
1449
|
info: "InfoCircle"
|
|
1450
1450
|
};
|
|
1451
1451
|
faAliases = {
|
|
1452
|
-
// lucide name → fa-solid suffix (after the `Fa` prefix)
|
|
1452
|
+
// lucide name → fa-solid suffix (after the `Fa` prefix).
|
|
1453
|
+
// react-icons/fa ships FontAwesome 5 — names like `FaFileText` don't exist
|
|
1454
|
+
// (FA renamed to `FaFileAlt`). When you see a console.warn from
|
|
1455
|
+
// [iconFamily] about an unmapped lucide name in this family, add the
|
|
1456
|
+
// closest FA5 sibling here so the fallback stays in-family.
|
|
1453
1457
|
search: "Search",
|
|
1454
1458
|
close: "Times",
|
|
1455
1459
|
x: "Times",
|
|
@@ -1501,7 +1505,93 @@ var init_iconFamily = __esm({
|
|
|
1501
1505
|
more: "EllipsisH",
|
|
1502
1506
|
"more-vertical": "EllipsisV",
|
|
1503
1507
|
info: "InfoCircle",
|
|
1504
|
-
warning: "ExclamationTriangle"
|
|
1508
|
+
warning: "ExclamationTriangle",
|
|
1509
|
+
// Files (FA renamed FileText → FileAlt)
|
|
1510
|
+
file: "File",
|
|
1511
|
+
"file-text": "FileAlt",
|
|
1512
|
+
"file-plus": "FileMedical",
|
|
1513
|
+
"file-minus": "FileExcel",
|
|
1514
|
+
"file-check": "FileSignature",
|
|
1515
|
+
document: "FileAlt",
|
|
1516
|
+
// Charts (lucide BarChart2 / BarChart3 → FA ChartBar)
|
|
1517
|
+
"bar-chart": "ChartBar",
|
|
1518
|
+
"bar-chart-2": "ChartBar",
|
|
1519
|
+
"bar-chart-3": "ChartBar",
|
|
1520
|
+
"line-chart": "ChartLine",
|
|
1521
|
+
"pie-chart": "ChartPie",
|
|
1522
|
+
activity: "ChartLine",
|
|
1523
|
+
"trending-up": "ChartLine",
|
|
1524
|
+
"trending-down": "ChartLine",
|
|
1525
|
+
// Messages (lucide MessageCircle/MessageSquare → FA CommentDots/CommentAlt)
|
|
1526
|
+
message: "Comment",
|
|
1527
|
+
"message-circle": "CommentDots",
|
|
1528
|
+
"message-square": "CommentAlt",
|
|
1529
|
+
"messages-square": "Comments",
|
|
1530
|
+
comment: "Comment",
|
|
1531
|
+
comments: "Comments",
|
|
1532
|
+
inbox: "Inbox",
|
|
1533
|
+
// Support / help
|
|
1534
|
+
"life-buoy": "LifeRing",
|
|
1535
|
+
lifebuoy: "LifeRing",
|
|
1536
|
+
// Project / kanban (FA has no kanban; closest semantic is Tasks/Columns)
|
|
1537
|
+
kanban: "Tasks",
|
|
1538
|
+
columns: "Columns",
|
|
1539
|
+
rows: "Bars",
|
|
1540
|
+
layout: "ThLarge",
|
|
1541
|
+
grid: "Th",
|
|
1542
|
+
list: "List",
|
|
1543
|
+
table: "Table",
|
|
1544
|
+
// Storage / folders
|
|
1545
|
+
folder: "Folder",
|
|
1546
|
+
"folder-open": "FolderOpen",
|
|
1547
|
+
archive: "Archive",
|
|
1548
|
+
bookmark: "Bookmark",
|
|
1549
|
+
briefcase: "Briefcase",
|
|
1550
|
+
package: "Box",
|
|
1551
|
+
box: "Box",
|
|
1552
|
+
// Map / location
|
|
1553
|
+
map: "Map",
|
|
1554
|
+
"map-pin": "MapMarkerAlt",
|
|
1555
|
+
navigation: "LocationArrow",
|
|
1556
|
+
compass: "Compass",
|
|
1557
|
+
globe: "Globe",
|
|
1558
|
+
target: "Bullseye",
|
|
1559
|
+
// Media
|
|
1560
|
+
image: "Image",
|
|
1561
|
+
video: "Video",
|
|
1562
|
+
film: "Film",
|
|
1563
|
+
camera: "Camera",
|
|
1564
|
+
music: "Music",
|
|
1565
|
+
play: "Play",
|
|
1566
|
+
pause: "Pause",
|
|
1567
|
+
"skip-forward": "Forward",
|
|
1568
|
+
"skip-back": "Backward",
|
|
1569
|
+
volume: "VolumeUp",
|
|
1570
|
+
"volume-2": "VolumeUp",
|
|
1571
|
+
"volume-x": "VolumeMute",
|
|
1572
|
+
mic: "Microphone",
|
|
1573
|
+
"mic-off": "MicrophoneSlash",
|
|
1574
|
+
phone: "Phone",
|
|
1575
|
+
// Code / data
|
|
1576
|
+
code: "Code",
|
|
1577
|
+
terminal: "Terminal",
|
|
1578
|
+
database: "Database",
|
|
1579
|
+
server: "Server",
|
|
1580
|
+
cloud: "Cloud",
|
|
1581
|
+
wifi: "Wifi",
|
|
1582
|
+
// Security
|
|
1583
|
+
shield: "ShieldAlt",
|
|
1584
|
+
key: "Key",
|
|
1585
|
+
// Misc actions
|
|
1586
|
+
printer: "Print",
|
|
1587
|
+
save: "Save",
|
|
1588
|
+
link: "Link",
|
|
1589
|
+
unlink: "Unlink",
|
|
1590
|
+
paperclip: "Paperclip",
|
|
1591
|
+
flag: "Flag",
|
|
1592
|
+
tag: "Tag",
|
|
1593
|
+
tags: "Tags",
|
|
1594
|
+
zap: "Bolt"
|
|
1505
1595
|
};
|
|
1506
1596
|
warned = /* @__PURE__ */ new Set();
|
|
1507
1597
|
}
|
package/dist/components/index.js
CHANGED
|
@@ -1400,7 +1400,11 @@ var init_iconFamily = __esm({
|
|
|
1400
1400
|
info: "InfoCircle"
|
|
1401
1401
|
};
|
|
1402
1402
|
faAliases = {
|
|
1403
|
-
// lucide name → fa-solid suffix (after the `Fa` prefix)
|
|
1403
|
+
// lucide name → fa-solid suffix (after the `Fa` prefix).
|
|
1404
|
+
// react-icons/fa ships FontAwesome 5 — names like `FaFileText` don't exist
|
|
1405
|
+
// (FA renamed to `FaFileAlt`). When you see a console.warn from
|
|
1406
|
+
// [iconFamily] about an unmapped lucide name in this family, add the
|
|
1407
|
+
// closest FA5 sibling here so the fallback stays in-family.
|
|
1404
1408
|
search: "Search",
|
|
1405
1409
|
close: "Times",
|
|
1406
1410
|
x: "Times",
|
|
@@ -1452,7 +1456,93 @@ var init_iconFamily = __esm({
|
|
|
1452
1456
|
more: "EllipsisH",
|
|
1453
1457
|
"more-vertical": "EllipsisV",
|
|
1454
1458
|
info: "InfoCircle",
|
|
1455
|
-
warning: "ExclamationTriangle"
|
|
1459
|
+
warning: "ExclamationTriangle",
|
|
1460
|
+
// Files (FA renamed FileText → FileAlt)
|
|
1461
|
+
file: "File",
|
|
1462
|
+
"file-text": "FileAlt",
|
|
1463
|
+
"file-plus": "FileMedical",
|
|
1464
|
+
"file-minus": "FileExcel",
|
|
1465
|
+
"file-check": "FileSignature",
|
|
1466
|
+
document: "FileAlt",
|
|
1467
|
+
// Charts (lucide BarChart2 / BarChart3 → FA ChartBar)
|
|
1468
|
+
"bar-chart": "ChartBar",
|
|
1469
|
+
"bar-chart-2": "ChartBar",
|
|
1470
|
+
"bar-chart-3": "ChartBar",
|
|
1471
|
+
"line-chart": "ChartLine",
|
|
1472
|
+
"pie-chart": "ChartPie",
|
|
1473
|
+
activity: "ChartLine",
|
|
1474
|
+
"trending-up": "ChartLine",
|
|
1475
|
+
"trending-down": "ChartLine",
|
|
1476
|
+
// Messages (lucide MessageCircle/MessageSquare → FA CommentDots/CommentAlt)
|
|
1477
|
+
message: "Comment",
|
|
1478
|
+
"message-circle": "CommentDots",
|
|
1479
|
+
"message-square": "CommentAlt",
|
|
1480
|
+
"messages-square": "Comments",
|
|
1481
|
+
comment: "Comment",
|
|
1482
|
+
comments: "Comments",
|
|
1483
|
+
inbox: "Inbox",
|
|
1484
|
+
// Support / help
|
|
1485
|
+
"life-buoy": "LifeRing",
|
|
1486
|
+
lifebuoy: "LifeRing",
|
|
1487
|
+
// Project / kanban (FA has no kanban; closest semantic is Tasks/Columns)
|
|
1488
|
+
kanban: "Tasks",
|
|
1489
|
+
columns: "Columns",
|
|
1490
|
+
rows: "Bars",
|
|
1491
|
+
layout: "ThLarge",
|
|
1492
|
+
grid: "Th",
|
|
1493
|
+
list: "List",
|
|
1494
|
+
table: "Table",
|
|
1495
|
+
// Storage / folders
|
|
1496
|
+
folder: "Folder",
|
|
1497
|
+
"folder-open": "FolderOpen",
|
|
1498
|
+
archive: "Archive",
|
|
1499
|
+
bookmark: "Bookmark",
|
|
1500
|
+
briefcase: "Briefcase",
|
|
1501
|
+
package: "Box",
|
|
1502
|
+
box: "Box",
|
|
1503
|
+
// Map / location
|
|
1504
|
+
map: "Map",
|
|
1505
|
+
"map-pin": "MapMarkerAlt",
|
|
1506
|
+
navigation: "LocationArrow",
|
|
1507
|
+
compass: "Compass",
|
|
1508
|
+
globe: "Globe",
|
|
1509
|
+
target: "Bullseye",
|
|
1510
|
+
// Media
|
|
1511
|
+
image: "Image",
|
|
1512
|
+
video: "Video",
|
|
1513
|
+
film: "Film",
|
|
1514
|
+
camera: "Camera",
|
|
1515
|
+
music: "Music",
|
|
1516
|
+
play: "Play",
|
|
1517
|
+
pause: "Pause",
|
|
1518
|
+
"skip-forward": "Forward",
|
|
1519
|
+
"skip-back": "Backward",
|
|
1520
|
+
volume: "VolumeUp",
|
|
1521
|
+
"volume-2": "VolumeUp",
|
|
1522
|
+
"volume-x": "VolumeMute",
|
|
1523
|
+
mic: "Microphone",
|
|
1524
|
+
"mic-off": "MicrophoneSlash",
|
|
1525
|
+
phone: "Phone",
|
|
1526
|
+
// Code / data
|
|
1527
|
+
code: "Code",
|
|
1528
|
+
terminal: "Terminal",
|
|
1529
|
+
database: "Database",
|
|
1530
|
+
server: "Server",
|
|
1531
|
+
cloud: "Cloud",
|
|
1532
|
+
wifi: "Wifi",
|
|
1533
|
+
// Security
|
|
1534
|
+
shield: "ShieldAlt",
|
|
1535
|
+
key: "Key",
|
|
1536
|
+
// Misc actions
|
|
1537
|
+
printer: "Print",
|
|
1538
|
+
save: "Save",
|
|
1539
|
+
link: "Link",
|
|
1540
|
+
unlink: "Unlink",
|
|
1541
|
+
paperclip: "Paperclip",
|
|
1542
|
+
flag: "Flag",
|
|
1543
|
+
tag: "Tag",
|
|
1544
|
+
tags: "Tags",
|
|
1545
|
+
zap: "Bolt"
|
|
1456
1546
|
};
|
|
1457
1547
|
warned = /* @__PURE__ */ new Set();
|
|
1458
1548
|
}
|
package/dist/docs/index.cjs
CHANGED
|
@@ -3231,7 +3231,11 @@ function resolveTabler(name) {
|
|
|
3231
3231
|
return Adapter;
|
|
3232
3232
|
}
|
|
3233
3233
|
var faAliases = {
|
|
3234
|
-
// lucide name → fa-solid suffix (after the `Fa` prefix)
|
|
3234
|
+
// lucide name → fa-solid suffix (after the `Fa` prefix).
|
|
3235
|
+
// react-icons/fa ships FontAwesome 5 — names like `FaFileText` don't exist
|
|
3236
|
+
// (FA renamed to `FaFileAlt`). When you see a console.warn from
|
|
3237
|
+
// [iconFamily] about an unmapped lucide name in this family, add the
|
|
3238
|
+
// closest FA5 sibling here so the fallback stays in-family.
|
|
3235
3239
|
search: "Search",
|
|
3236
3240
|
close: "Times",
|
|
3237
3241
|
x: "Times",
|
|
@@ -3283,7 +3287,93 @@ var faAliases = {
|
|
|
3283
3287
|
more: "EllipsisH",
|
|
3284
3288
|
"more-vertical": "EllipsisV",
|
|
3285
3289
|
info: "InfoCircle",
|
|
3286
|
-
warning: "ExclamationTriangle"
|
|
3290
|
+
warning: "ExclamationTriangle",
|
|
3291
|
+
// Files (FA renamed FileText → FileAlt)
|
|
3292
|
+
file: "File",
|
|
3293
|
+
"file-text": "FileAlt",
|
|
3294
|
+
"file-plus": "FileMedical",
|
|
3295
|
+
"file-minus": "FileExcel",
|
|
3296
|
+
"file-check": "FileSignature",
|
|
3297
|
+
document: "FileAlt",
|
|
3298
|
+
// Charts (lucide BarChart2 / BarChart3 → FA ChartBar)
|
|
3299
|
+
"bar-chart": "ChartBar",
|
|
3300
|
+
"bar-chart-2": "ChartBar",
|
|
3301
|
+
"bar-chart-3": "ChartBar",
|
|
3302
|
+
"line-chart": "ChartLine",
|
|
3303
|
+
"pie-chart": "ChartPie",
|
|
3304
|
+
activity: "ChartLine",
|
|
3305
|
+
"trending-up": "ChartLine",
|
|
3306
|
+
"trending-down": "ChartLine",
|
|
3307
|
+
// Messages (lucide MessageCircle/MessageSquare → FA CommentDots/CommentAlt)
|
|
3308
|
+
message: "Comment",
|
|
3309
|
+
"message-circle": "CommentDots",
|
|
3310
|
+
"message-square": "CommentAlt",
|
|
3311
|
+
"messages-square": "Comments",
|
|
3312
|
+
comment: "Comment",
|
|
3313
|
+
comments: "Comments",
|
|
3314
|
+
inbox: "Inbox",
|
|
3315
|
+
// Support / help
|
|
3316
|
+
"life-buoy": "LifeRing",
|
|
3317
|
+
lifebuoy: "LifeRing",
|
|
3318
|
+
// Project / kanban (FA has no kanban; closest semantic is Tasks/Columns)
|
|
3319
|
+
kanban: "Tasks",
|
|
3320
|
+
columns: "Columns",
|
|
3321
|
+
rows: "Bars",
|
|
3322
|
+
layout: "ThLarge",
|
|
3323
|
+
grid: "Th",
|
|
3324
|
+
list: "List",
|
|
3325
|
+
table: "Table",
|
|
3326
|
+
// Storage / folders
|
|
3327
|
+
folder: "Folder",
|
|
3328
|
+
"folder-open": "FolderOpen",
|
|
3329
|
+
archive: "Archive",
|
|
3330
|
+
bookmark: "Bookmark",
|
|
3331
|
+
briefcase: "Briefcase",
|
|
3332
|
+
package: "Box",
|
|
3333
|
+
box: "Box",
|
|
3334
|
+
// Map / location
|
|
3335
|
+
map: "Map",
|
|
3336
|
+
"map-pin": "MapMarkerAlt",
|
|
3337
|
+
navigation: "LocationArrow",
|
|
3338
|
+
compass: "Compass",
|
|
3339
|
+
globe: "Globe",
|
|
3340
|
+
target: "Bullseye",
|
|
3341
|
+
// Media
|
|
3342
|
+
image: "Image",
|
|
3343
|
+
video: "Video",
|
|
3344
|
+
film: "Film",
|
|
3345
|
+
camera: "Camera",
|
|
3346
|
+
music: "Music",
|
|
3347
|
+
play: "Play",
|
|
3348
|
+
pause: "Pause",
|
|
3349
|
+
"skip-forward": "Forward",
|
|
3350
|
+
"skip-back": "Backward",
|
|
3351
|
+
volume: "VolumeUp",
|
|
3352
|
+
"volume-2": "VolumeUp",
|
|
3353
|
+
"volume-x": "VolumeMute",
|
|
3354
|
+
mic: "Microphone",
|
|
3355
|
+
"mic-off": "MicrophoneSlash",
|
|
3356
|
+
phone: "Phone",
|
|
3357
|
+
// Code / data
|
|
3358
|
+
code: "Code",
|
|
3359
|
+
terminal: "Terminal",
|
|
3360
|
+
database: "Database",
|
|
3361
|
+
server: "Server",
|
|
3362
|
+
cloud: "Cloud",
|
|
3363
|
+
wifi: "Wifi",
|
|
3364
|
+
// Security
|
|
3365
|
+
shield: "ShieldAlt",
|
|
3366
|
+
key: "Key",
|
|
3367
|
+
// Misc actions
|
|
3368
|
+
printer: "Print",
|
|
3369
|
+
save: "Save",
|
|
3370
|
+
link: "Link",
|
|
3371
|
+
unlink: "Unlink",
|
|
3372
|
+
paperclip: "Paperclip",
|
|
3373
|
+
flag: "Flag",
|
|
3374
|
+
tag: "Tag",
|
|
3375
|
+
tags: "Tags",
|
|
3376
|
+
zap: "Bolt"
|
|
3287
3377
|
};
|
|
3288
3378
|
function resolveFa(name) {
|
|
3289
3379
|
const suffix = faAliases[name] ?? kebabToPascal(name);
|
package/dist/docs/index.js
CHANGED
|
@@ -3204,7 +3204,11 @@ function resolveTabler(name) {
|
|
|
3204
3204
|
return Adapter;
|
|
3205
3205
|
}
|
|
3206
3206
|
var faAliases = {
|
|
3207
|
-
// lucide name → fa-solid suffix (after the `Fa` prefix)
|
|
3207
|
+
// lucide name → fa-solid suffix (after the `Fa` prefix).
|
|
3208
|
+
// react-icons/fa ships FontAwesome 5 — names like `FaFileText` don't exist
|
|
3209
|
+
// (FA renamed to `FaFileAlt`). When you see a console.warn from
|
|
3210
|
+
// [iconFamily] about an unmapped lucide name in this family, add the
|
|
3211
|
+
// closest FA5 sibling here so the fallback stays in-family.
|
|
3208
3212
|
search: "Search",
|
|
3209
3213
|
close: "Times",
|
|
3210
3214
|
x: "Times",
|
|
@@ -3256,7 +3260,93 @@ var faAliases = {
|
|
|
3256
3260
|
more: "EllipsisH",
|
|
3257
3261
|
"more-vertical": "EllipsisV",
|
|
3258
3262
|
info: "InfoCircle",
|
|
3259
|
-
warning: "ExclamationTriangle"
|
|
3263
|
+
warning: "ExclamationTriangle",
|
|
3264
|
+
// Files (FA renamed FileText → FileAlt)
|
|
3265
|
+
file: "File",
|
|
3266
|
+
"file-text": "FileAlt",
|
|
3267
|
+
"file-plus": "FileMedical",
|
|
3268
|
+
"file-minus": "FileExcel",
|
|
3269
|
+
"file-check": "FileSignature",
|
|
3270
|
+
document: "FileAlt",
|
|
3271
|
+
// Charts (lucide BarChart2 / BarChart3 → FA ChartBar)
|
|
3272
|
+
"bar-chart": "ChartBar",
|
|
3273
|
+
"bar-chart-2": "ChartBar",
|
|
3274
|
+
"bar-chart-3": "ChartBar",
|
|
3275
|
+
"line-chart": "ChartLine",
|
|
3276
|
+
"pie-chart": "ChartPie",
|
|
3277
|
+
activity: "ChartLine",
|
|
3278
|
+
"trending-up": "ChartLine",
|
|
3279
|
+
"trending-down": "ChartLine",
|
|
3280
|
+
// Messages (lucide MessageCircle/MessageSquare → FA CommentDots/CommentAlt)
|
|
3281
|
+
message: "Comment",
|
|
3282
|
+
"message-circle": "CommentDots",
|
|
3283
|
+
"message-square": "CommentAlt",
|
|
3284
|
+
"messages-square": "Comments",
|
|
3285
|
+
comment: "Comment",
|
|
3286
|
+
comments: "Comments",
|
|
3287
|
+
inbox: "Inbox",
|
|
3288
|
+
// Support / help
|
|
3289
|
+
"life-buoy": "LifeRing",
|
|
3290
|
+
lifebuoy: "LifeRing",
|
|
3291
|
+
// Project / kanban (FA has no kanban; closest semantic is Tasks/Columns)
|
|
3292
|
+
kanban: "Tasks",
|
|
3293
|
+
columns: "Columns",
|
|
3294
|
+
rows: "Bars",
|
|
3295
|
+
layout: "ThLarge",
|
|
3296
|
+
grid: "Th",
|
|
3297
|
+
list: "List",
|
|
3298
|
+
table: "Table",
|
|
3299
|
+
// Storage / folders
|
|
3300
|
+
folder: "Folder",
|
|
3301
|
+
"folder-open": "FolderOpen",
|
|
3302
|
+
archive: "Archive",
|
|
3303
|
+
bookmark: "Bookmark",
|
|
3304
|
+
briefcase: "Briefcase",
|
|
3305
|
+
package: "Box",
|
|
3306
|
+
box: "Box",
|
|
3307
|
+
// Map / location
|
|
3308
|
+
map: "Map",
|
|
3309
|
+
"map-pin": "MapMarkerAlt",
|
|
3310
|
+
navigation: "LocationArrow",
|
|
3311
|
+
compass: "Compass",
|
|
3312
|
+
globe: "Globe",
|
|
3313
|
+
target: "Bullseye",
|
|
3314
|
+
// Media
|
|
3315
|
+
image: "Image",
|
|
3316
|
+
video: "Video",
|
|
3317
|
+
film: "Film",
|
|
3318
|
+
camera: "Camera",
|
|
3319
|
+
music: "Music",
|
|
3320
|
+
play: "Play",
|
|
3321
|
+
pause: "Pause",
|
|
3322
|
+
"skip-forward": "Forward",
|
|
3323
|
+
"skip-back": "Backward",
|
|
3324
|
+
volume: "VolumeUp",
|
|
3325
|
+
"volume-2": "VolumeUp",
|
|
3326
|
+
"volume-x": "VolumeMute",
|
|
3327
|
+
mic: "Microphone",
|
|
3328
|
+
"mic-off": "MicrophoneSlash",
|
|
3329
|
+
phone: "Phone",
|
|
3330
|
+
// Code / data
|
|
3331
|
+
code: "Code",
|
|
3332
|
+
terminal: "Terminal",
|
|
3333
|
+
database: "Database",
|
|
3334
|
+
server: "Server",
|
|
3335
|
+
cloud: "Cloud",
|
|
3336
|
+
wifi: "Wifi",
|
|
3337
|
+
// Security
|
|
3338
|
+
shield: "ShieldAlt",
|
|
3339
|
+
key: "Key",
|
|
3340
|
+
// Misc actions
|
|
3341
|
+
printer: "Print",
|
|
3342
|
+
save: "Save",
|
|
3343
|
+
link: "Link",
|
|
3344
|
+
unlink: "Unlink",
|
|
3345
|
+
paperclip: "Paperclip",
|
|
3346
|
+
flag: "Flag",
|
|
3347
|
+
tag: "Tag",
|
|
3348
|
+
tags: "Tags",
|
|
3349
|
+
zap: "Bolt"
|
|
3260
3350
|
};
|
|
3261
3351
|
function resolveFa(name) {
|
|
3262
3352
|
const suffix = faAliases[name] ?? kebabToPascal(name);
|
package/dist/marketing/index.cjs
CHANGED
|
@@ -3231,7 +3231,11 @@ function resolveTabler(name) {
|
|
|
3231
3231
|
return Adapter;
|
|
3232
3232
|
}
|
|
3233
3233
|
var faAliases = {
|
|
3234
|
-
// lucide name → fa-solid suffix (after the `Fa` prefix)
|
|
3234
|
+
// lucide name → fa-solid suffix (after the `Fa` prefix).
|
|
3235
|
+
// react-icons/fa ships FontAwesome 5 — names like `FaFileText` don't exist
|
|
3236
|
+
// (FA renamed to `FaFileAlt`). When you see a console.warn from
|
|
3237
|
+
// [iconFamily] about an unmapped lucide name in this family, add the
|
|
3238
|
+
// closest FA5 sibling here so the fallback stays in-family.
|
|
3235
3239
|
search: "Search",
|
|
3236
3240
|
close: "Times",
|
|
3237
3241
|
x: "Times",
|
|
@@ -3283,7 +3287,93 @@ var faAliases = {
|
|
|
3283
3287
|
more: "EllipsisH",
|
|
3284
3288
|
"more-vertical": "EllipsisV",
|
|
3285
3289
|
info: "InfoCircle",
|
|
3286
|
-
warning: "ExclamationTriangle"
|
|
3290
|
+
warning: "ExclamationTriangle",
|
|
3291
|
+
// Files (FA renamed FileText → FileAlt)
|
|
3292
|
+
file: "File",
|
|
3293
|
+
"file-text": "FileAlt",
|
|
3294
|
+
"file-plus": "FileMedical",
|
|
3295
|
+
"file-minus": "FileExcel",
|
|
3296
|
+
"file-check": "FileSignature",
|
|
3297
|
+
document: "FileAlt",
|
|
3298
|
+
// Charts (lucide BarChart2 / BarChart3 → FA ChartBar)
|
|
3299
|
+
"bar-chart": "ChartBar",
|
|
3300
|
+
"bar-chart-2": "ChartBar",
|
|
3301
|
+
"bar-chart-3": "ChartBar",
|
|
3302
|
+
"line-chart": "ChartLine",
|
|
3303
|
+
"pie-chart": "ChartPie",
|
|
3304
|
+
activity: "ChartLine",
|
|
3305
|
+
"trending-up": "ChartLine",
|
|
3306
|
+
"trending-down": "ChartLine",
|
|
3307
|
+
// Messages (lucide MessageCircle/MessageSquare → FA CommentDots/CommentAlt)
|
|
3308
|
+
message: "Comment",
|
|
3309
|
+
"message-circle": "CommentDots",
|
|
3310
|
+
"message-square": "CommentAlt",
|
|
3311
|
+
"messages-square": "Comments",
|
|
3312
|
+
comment: "Comment",
|
|
3313
|
+
comments: "Comments",
|
|
3314
|
+
inbox: "Inbox",
|
|
3315
|
+
// Support / help
|
|
3316
|
+
"life-buoy": "LifeRing",
|
|
3317
|
+
lifebuoy: "LifeRing",
|
|
3318
|
+
// Project / kanban (FA has no kanban; closest semantic is Tasks/Columns)
|
|
3319
|
+
kanban: "Tasks",
|
|
3320
|
+
columns: "Columns",
|
|
3321
|
+
rows: "Bars",
|
|
3322
|
+
layout: "ThLarge",
|
|
3323
|
+
grid: "Th",
|
|
3324
|
+
list: "List",
|
|
3325
|
+
table: "Table",
|
|
3326
|
+
// Storage / folders
|
|
3327
|
+
folder: "Folder",
|
|
3328
|
+
"folder-open": "FolderOpen",
|
|
3329
|
+
archive: "Archive",
|
|
3330
|
+
bookmark: "Bookmark",
|
|
3331
|
+
briefcase: "Briefcase",
|
|
3332
|
+
package: "Box",
|
|
3333
|
+
box: "Box",
|
|
3334
|
+
// Map / location
|
|
3335
|
+
map: "Map",
|
|
3336
|
+
"map-pin": "MapMarkerAlt",
|
|
3337
|
+
navigation: "LocationArrow",
|
|
3338
|
+
compass: "Compass",
|
|
3339
|
+
globe: "Globe",
|
|
3340
|
+
target: "Bullseye",
|
|
3341
|
+
// Media
|
|
3342
|
+
image: "Image",
|
|
3343
|
+
video: "Video",
|
|
3344
|
+
film: "Film",
|
|
3345
|
+
camera: "Camera",
|
|
3346
|
+
music: "Music",
|
|
3347
|
+
play: "Play",
|
|
3348
|
+
pause: "Pause",
|
|
3349
|
+
"skip-forward": "Forward",
|
|
3350
|
+
"skip-back": "Backward",
|
|
3351
|
+
volume: "VolumeUp",
|
|
3352
|
+
"volume-2": "VolumeUp",
|
|
3353
|
+
"volume-x": "VolumeMute",
|
|
3354
|
+
mic: "Microphone",
|
|
3355
|
+
"mic-off": "MicrophoneSlash",
|
|
3356
|
+
phone: "Phone",
|
|
3357
|
+
// Code / data
|
|
3358
|
+
code: "Code",
|
|
3359
|
+
terminal: "Terminal",
|
|
3360
|
+
database: "Database",
|
|
3361
|
+
server: "Server",
|
|
3362
|
+
cloud: "Cloud",
|
|
3363
|
+
wifi: "Wifi",
|
|
3364
|
+
// Security
|
|
3365
|
+
shield: "ShieldAlt",
|
|
3366
|
+
key: "Key",
|
|
3367
|
+
// Misc actions
|
|
3368
|
+
printer: "Print",
|
|
3369
|
+
save: "Save",
|
|
3370
|
+
link: "Link",
|
|
3371
|
+
unlink: "Unlink",
|
|
3372
|
+
paperclip: "Paperclip",
|
|
3373
|
+
flag: "Flag",
|
|
3374
|
+
tag: "Tag",
|
|
3375
|
+
tags: "Tags",
|
|
3376
|
+
zap: "Bolt"
|
|
3287
3377
|
};
|
|
3288
3378
|
function resolveFa(name) {
|
|
3289
3379
|
const suffix = faAliases[name] ?? kebabToPascal(name);
|
package/dist/marketing/index.js
CHANGED
|
@@ -3204,7 +3204,11 @@ function resolveTabler(name) {
|
|
|
3204
3204
|
return Adapter;
|
|
3205
3205
|
}
|
|
3206
3206
|
var faAliases = {
|
|
3207
|
-
// lucide name → fa-solid suffix (after the `Fa` prefix)
|
|
3207
|
+
// lucide name → fa-solid suffix (after the `Fa` prefix).
|
|
3208
|
+
// react-icons/fa ships FontAwesome 5 — names like `FaFileText` don't exist
|
|
3209
|
+
// (FA renamed to `FaFileAlt`). When you see a console.warn from
|
|
3210
|
+
// [iconFamily] about an unmapped lucide name in this family, add the
|
|
3211
|
+
// closest FA5 sibling here so the fallback stays in-family.
|
|
3208
3212
|
search: "Search",
|
|
3209
3213
|
close: "Times",
|
|
3210
3214
|
x: "Times",
|
|
@@ -3256,7 +3260,93 @@ var faAliases = {
|
|
|
3256
3260
|
more: "EllipsisH",
|
|
3257
3261
|
"more-vertical": "EllipsisV",
|
|
3258
3262
|
info: "InfoCircle",
|
|
3259
|
-
warning: "ExclamationTriangle"
|
|
3263
|
+
warning: "ExclamationTriangle",
|
|
3264
|
+
// Files (FA renamed FileText → FileAlt)
|
|
3265
|
+
file: "File",
|
|
3266
|
+
"file-text": "FileAlt",
|
|
3267
|
+
"file-plus": "FileMedical",
|
|
3268
|
+
"file-minus": "FileExcel",
|
|
3269
|
+
"file-check": "FileSignature",
|
|
3270
|
+
document: "FileAlt",
|
|
3271
|
+
// Charts (lucide BarChart2 / BarChart3 → FA ChartBar)
|
|
3272
|
+
"bar-chart": "ChartBar",
|
|
3273
|
+
"bar-chart-2": "ChartBar",
|
|
3274
|
+
"bar-chart-3": "ChartBar",
|
|
3275
|
+
"line-chart": "ChartLine",
|
|
3276
|
+
"pie-chart": "ChartPie",
|
|
3277
|
+
activity: "ChartLine",
|
|
3278
|
+
"trending-up": "ChartLine",
|
|
3279
|
+
"trending-down": "ChartLine",
|
|
3280
|
+
// Messages (lucide MessageCircle/MessageSquare → FA CommentDots/CommentAlt)
|
|
3281
|
+
message: "Comment",
|
|
3282
|
+
"message-circle": "CommentDots",
|
|
3283
|
+
"message-square": "CommentAlt",
|
|
3284
|
+
"messages-square": "Comments",
|
|
3285
|
+
comment: "Comment",
|
|
3286
|
+
comments: "Comments",
|
|
3287
|
+
inbox: "Inbox",
|
|
3288
|
+
// Support / help
|
|
3289
|
+
"life-buoy": "LifeRing",
|
|
3290
|
+
lifebuoy: "LifeRing",
|
|
3291
|
+
// Project / kanban (FA has no kanban; closest semantic is Tasks/Columns)
|
|
3292
|
+
kanban: "Tasks",
|
|
3293
|
+
columns: "Columns",
|
|
3294
|
+
rows: "Bars",
|
|
3295
|
+
layout: "ThLarge",
|
|
3296
|
+
grid: "Th",
|
|
3297
|
+
list: "List",
|
|
3298
|
+
table: "Table",
|
|
3299
|
+
// Storage / folders
|
|
3300
|
+
folder: "Folder",
|
|
3301
|
+
"folder-open": "FolderOpen",
|
|
3302
|
+
archive: "Archive",
|
|
3303
|
+
bookmark: "Bookmark",
|
|
3304
|
+
briefcase: "Briefcase",
|
|
3305
|
+
package: "Box",
|
|
3306
|
+
box: "Box",
|
|
3307
|
+
// Map / location
|
|
3308
|
+
map: "Map",
|
|
3309
|
+
"map-pin": "MapMarkerAlt",
|
|
3310
|
+
navigation: "LocationArrow",
|
|
3311
|
+
compass: "Compass",
|
|
3312
|
+
globe: "Globe",
|
|
3313
|
+
target: "Bullseye",
|
|
3314
|
+
// Media
|
|
3315
|
+
image: "Image",
|
|
3316
|
+
video: "Video",
|
|
3317
|
+
film: "Film",
|
|
3318
|
+
camera: "Camera",
|
|
3319
|
+
music: "Music",
|
|
3320
|
+
play: "Play",
|
|
3321
|
+
pause: "Pause",
|
|
3322
|
+
"skip-forward": "Forward",
|
|
3323
|
+
"skip-back": "Backward",
|
|
3324
|
+
volume: "VolumeUp",
|
|
3325
|
+
"volume-2": "VolumeUp",
|
|
3326
|
+
"volume-x": "VolumeMute",
|
|
3327
|
+
mic: "Microphone",
|
|
3328
|
+
"mic-off": "MicrophoneSlash",
|
|
3329
|
+
phone: "Phone",
|
|
3330
|
+
// Code / data
|
|
3331
|
+
code: "Code",
|
|
3332
|
+
terminal: "Terminal",
|
|
3333
|
+
database: "Database",
|
|
3334
|
+
server: "Server",
|
|
3335
|
+
cloud: "Cloud",
|
|
3336
|
+
wifi: "Wifi",
|
|
3337
|
+
// Security
|
|
3338
|
+
shield: "ShieldAlt",
|
|
3339
|
+
key: "Key",
|
|
3340
|
+
// Misc actions
|
|
3341
|
+
printer: "Print",
|
|
3342
|
+
save: "Save",
|
|
3343
|
+
link: "Link",
|
|
3344
|
+
unlink: "Unlink",
|
|
3345
|
+
paperclip: "Paperclip",
|
|
3346
|
+
flag: "Flag",
|
|
3347
|
+
tag: "Tag",
|
|
3348
|
+
tags: "Tags",
|
|
3349
|
+
zap: "Bolt"
|
|
3260
3350
|
};
|
|
3261
3351
|
function resolveFa(name) {
|
|
3262
3352
|
const suffix = faAliases[name] ?? kebabToPascal(name);
|
package/dist/providers/index.cjs
CHANGED
|
@@ -1086,7 +1086,11 @@ var init_iconFamily = __esm({
|
|
|
1086
1086
|
info: "InfoCircle"
|
|
1087
1087
|
};
|
|
1088
1088
|
faAliases = {
|
|
1089
|
-
// lucide name → fa-solid suffix (after the `Fa` prefix)
|
|
1089
|
+
// lucide name → fa-solid suffix (after the `Fa` prefix).
|
|
1090
|
+
// react-icons/fa ships FontAwesome 5 — names like `FaFileText` don't exist
|
|
1091
|
+
// (FA renamed to `FaFileAlt`). When you see a console.warn from
|
|
1092
|
+
// [iconFamily] about an unmapped lucide name in this family, add the
|
|
1093
|
+
// closest FA5 sibling here so the fallback stays in-family.
|
|
1090
1094
|
search: "Search",
|
|
1091
1095
|
close: "Times",
|
|
1092
1096
|
x: "Times",
|
|
@@ -1138,7 +1142,93 @@ var init_iconFamily = __esm({
|
|
|
1138
1142
|
more: "EllipsisH",
|
|
1139
1143
|
"more-vertical": "EllipsisV",
|
|
1140
1144
|
info: "InfoCircle",
|
|
1141
|
-
warning: "ExclamationTriangle"
|
|
1145
|
+
warning: "ExclamationTriangle",
|
|
1146
|
+
// Files (FA renamed FileText → FileAlt)
|
|
1147
|
+
file: "File",
|
|
1148
|
+
"file-text": "FileAlt",
|
|
1149
|
+
"file-plus": "FileMedical",
|
|
1150
|
+
"file-minus": "FileExcel",
|
|
1151
|
+
"file-check": "FileSignature",
|
|
1152
|
+
document: "FileAlt",
|
|
1153
|
+
// Charts (lucide BarChart2 / BarChart3 → FA ChartBar)
|
|
1154
|
+
"bar-chart": "ChartBar",
|
|
1155
|
+
"bar-chart-2": "ChartBar",
|
|
1156
|
+
"bar-chart-3": "ChartBar",
|
|
1157
|
+
"line-chart": "ChartLine",
|
|
1158
|
+
"pie-chart": "ChartPie",
|
|
1159
|
+
activity: "ChartLine",
|
|
1160
|
+
"trending-up": "ChartLine",
|
|
1161
|
+
"trending-down": "ChartLine",
|
|
1162
|
+
// Messages (lucide MessageCircle/MessageSquare → FA CommentDots/CommentAlt)
|
|
1163
|
+
message: "Comment",
|
|
1164
|
+
"message-circle": "CommentDots",
|
|
1165
|
+
"message-square": "CommentAlt",
|
|
1166
|
+
"messages-square": "Comments",
|
|
1167
|
+
comment: "Comment",
|
|
1168
|
+
comments: "Comments",
|
|
1169
|
+
inbox: "Inbox",
|
|
1170
|
+
// Support / help
|
|
1171
|
+
"life-buoy": "LifeRing",
|
|
1172
|
+
lifebuoy: "LifeRing",
|
|
1173
|
+
// Project / kanban (FA has no kanban; closest semantic is Tasks/Columns)
|
|
1174
|
+
kanban: "Tasks",
|
|
1175
|
+
columns: "Columns",
|
|
1176
|
+
rows: "Bars",
|
|
1177
|
+
layout: "ThLarge",
|
|
1178
|
+
grid: "Th",
|
|
1179
|
+
list: "List",
|
|
1180
|
+
table: "Table",
|
|
1181
|
+
// Storage / folders
|
|
1182
|
+
folder: "Folder",
|
|
1183
|
+
"folder-open": "FolderOpen",
|
|
1184
|
+
archive: "Archive",
|
|
1185
|
+
bookmark: "Bookmark",
|
|
1186
|
+
briefcase: "Briefcase",
|
|
1187
|
+
package: "Box",
|
|
1188
|
+
box: "Box",
|
|
1189
|
+
// Map / location
|
|
1190
|
+
map: "Map",
|
|
1191
|
+
"map-pin": "MapMarkerAlt",
|
|
1192
|
+
navigation: "LocationArrow",
|
|
1193
|
+
compass: "Compass",
|
|
1194
|
+
globe: "Globe",
|
|
1195
|
+
target: "Bullseye",
|
|
1196
|
+
// Media
|
|
1197
|
+
image: "Image",
|
|
1198
|
+
video: "Video",
|
|
1199
|
+
film: "Film",
|
|
1200
|
+
camera: "Camera",
|
|
1201
|
+
music: "Music",
|
|
1202
|
+
play: "Play",
|
|
1203
|
+
pause: "Pause",
|
|
1204
|
+
"skip-forward": "Forward",
|
|
1205
|
+
"skip-back": "Backward",
|
|
1206
|
+
volume: "VolumeUp",
|
|
1207
|
+
"volume-2": "VolumeUp",
|
|
1208
|
+
"volume-x": "VolumeMute",
|
|
1209
|
+
mic: "Microphone",
|
|
1210
|
+
"mic-off": "MicrophoneSlash",
|
|
1211
|
+
phone: "Phone",
|
|
1212
|
+
// Code / data
|
|
1213
|
+
code: "Code",
|
|
1214
|
+
terminal: "Terminal",
|
|
1215
|
+
database: "Database",
|
|
1216
|
+
server: "Server",
|
|
1217
|
+
cloud: "Cloud",
|
|
1218
|
+
wifi: "Wifi",
|
|
1219
|
+
// Security
|
|
1220
|
+
shield: "ShieldAlt",
|
|
1221
|
+
key: "Key",
|
|
1222
|
+
// Misc actions
|
|
1223
|
+
printer: "Print",
|
|
1224
|
+
save: "Save",
|
|
1225
|
+
link: "Link",
|
|
1226
|
+
unlink: "Unlink",
|
|
1227
|
+
paperclip: "Paperclip",
|
|
1228
|
+
flag: "Flag",
|
|
1229
|
+
tag: "Tag",
|
|
1230
|
+
tags: "Tags",
|
|
1231
|
+
zap: "Bolt"
|
|
1142
1232
|
};
|
|
1143
1233
|
warned = /* @__PURE__ */ new Set();
|
|
1144
1234
|
}
|
package/dist/providers/index.js
CHANGED
|
@@ -1037,7 +1037,11 @@ var init_iconFamily = __esm({
|
|
|
1037
1037
|
info: "InfoCircle"
|
|
1038
1038
|
};
|
|
1039
1039
|
faAliases = {
|
|
1040
|
-
// lucide name → fa-solid suffix (after the `Fa` prefix)
|
|
1040
|
+
// lucide name → fa-solid suffix (after the `Fa` prefix).
|
|
1041
|
+
// react-icons/fa ships FontAwesome 5 — names like `FaFileText` don't exist
|
|
1042
|
+
// (FA renamed to `FaFileAlt`). When you see a console.warn from
|
|
1043
|
+
// [iconFamily] about an unmapped lucide name in this family, add the
|
|
1044
|
+
// closest FA5 sibling here so the fallback stays in-family.
|
|
1041
1045
|
search: "Search",
|
|
1042
1046
|
close: "Times",
|
|
1043
1047
|
x: "Times",
|
|
@@ -1089,7 +1093,93 @@ var init_iconFamily = __esm({
|
|
|
1089
1093
|
more: "EllipsisH",
|
|
1090
1094
|
"more-vertical": "EllipsisV",
|
|
1091
1095
|
info: "InfoCircle",
|
|
1092
|
-
warning: "ExclamationTriangle"
|
|
1096
|
+
warning: "ExclamationTriangle",
|
|
1097
|
+
// Files (FA renamed FileText → FileAlt)
|
|
1098
|
+
file: "File",
|
|
1099
|
+
"file-text": "FileAlt",
|
|
1100
|
+
"file-plus": "FileMedical",
|
|
1101
|
+
"file-minus": "FileExcel",
|
|
1102
|
+
"file-check": "FileSignature",
|
|
1103
|
+
document: "FileAlt",
|
|
1104
|
+
// Charts (lucide BarChart2 / BarChart3 → FA ChartBar)
|
|
1105
|
+
"bar-chart": "ChartBar",
|
|
1106
|
+
"bar-chart-2": "ChartBar",
|
|
1107
|
+
"bar-chart-3": "ChartBar",
|
|
1108
|
+
"line-chart": "ChartLine",
|
|
1109
|
+
"pie-chart": "ChartPie",
|
|
1110
|
+
activity: "ChartLine",
|
|
1111
|
+
"trending-up": "ChartLine",
|
|
1112
|
+
"trending-down": "ChartLine",
|
|
1113
|
+
// Messages (lucide MessageCircle/MessageSquare → FA CommentDots/CommentAlt)
|
|
1114
|
+
message: "Comment",
|
|
1115
|
+
"message-circle": "CommentDots",
|
|
1116
|
+
"message-square": "CommentAlt",
|
|
1117
|
+
"messages-square": "Comments",
|
|
1118
|
+
comment: "Comment",
|
|
1119
|
+
comments: "Comments",
|
|
1120
|
+
inbox: "Inbox",
|
|
1121
|
+
// Support / help
|
|
1122
|
+
"life-buoy": "LifeRing",
|
|
1123
|
+
lifebuoy: "LifeRing",
|
|
1124
|
+
// Project / kanban (FA has no kanban; closest semantic is Tasks/Columns)
|
|
1125
|
+
kanban: "Tasks",
|
|
1126
|
+
columns: "Columns",
|
|
1127
|
+
rows: "Bars",
|
|
1128
|
+
layout: "ThLarge",
|
|
1129
|
+
grid: "Th",
|
|
1130
|
+
list: "List",
|
|
1131
|
+
table: "Table",
|
|
1132
|
+
// Storage / folders
|
|
1133
|
+
folder: "Folder",
|
|
1134
|
+
"folder-open": "FolderOpen",
|
|
1135
|
+
archive: "Archive",
|
|
1136
|
+
bookmark: "Bookmark",
|
|
1137
|
+
briefcase: "Briefcase",
|
|
1138
|
+
package: "Box",
|
|
1139
|
+
box: "Box",
|
|
1140
|
+
// Map / location
|
|
1141
|
+
map: "Map",
|
|
1142
|
+
"map-pin": "MapMarkerAlt",
|
|
1143
|
+
navigation: "LocationArrow",
|
|
1144
|
+
compass: "Compass",
|
|
1145
|
+
globe: "Globe",
|
|
1146
|
+
target: "Bullseye",
|
|
1147
|
+
// Media
|
|
1148
|
+
image: "Image",
|
|
1149
|
+
video: "Video",
|
|
1150
|
+
film: "Film",
|
|
1151
|
+
camera: "Camera",
|
|
1152
|
+
music: "Music",
|
|
1153
|
+
play: "Play",
|
|
1154
|
+
pause: "Pause",
|
|
1155
|
+
"skip-forward": "Forward",
|
|
1156
|
+
"skip-back": "Backward",
|
|
1157
|
+
volume: "VolumeUp",
|
|
1158
|
+
"volume-2": "VolumeUp",
|
|
1159
|
+
"volume-x": "VolumeMute",
|
|
1160
|
+
mic: "Microphone",
|
|
1161
|
+
"mic-off": "MicrophoneSlash",
|
|
1162
|
+
phone: "Phone",
|
|
1163
|
+
// Code / data
|
|
1164
|
+
code: "Code",
|
|
1165
|
+
terminal: "Terminal",
|
|
1166
|
+
database: "Database",
|
|
1167
|
+
server: "Server",
|
|
1168
|
+
cloud: "Cloud",
|
|
1169
|
+
wifi: "Wifi",
|
|
1170
|
+
// Security
|
|
1171
|
+
shield: "ShieldAlt",
|
|
1172
|
+
key: "Key",
|
|
1173
|
+
// Misc actions
|
|
1174
|
+
printer: "Print",
|
|
1175
|
+
save: "Save",
|
|
1176
|
+
link: "Link",
|
|
1177
|
+
unlink: "Unlink",
|
|
1178
|
+
paperclip: "Paperclip",
|
|
1179
|
+
flag: "Flag",
|
|
1180
|
+
tag: "Tag",
|
|
1181
|
+
tags: "Tags",
|
|
1182
|
+
zap: "Bolt"
|
|
1093
1183
|
};
|
|
1094
1184
|
warned = /* @__PURE__ */ new Set();
|
|
1095
1185
|
}
|
package/dist/runtime/index.cjs
CHANGED
|
@@ -1339,7 +1339,11 @@ var init_iconFamily = __esm({
|
|
|
1339
1339
|
info: "InfoCircle"
|
|
1340
1340
|
};
|
|
1341
1341
|
faAliases = {
|
|
1342
|
-
// lucide name → fa-solid suffix (after the `Fa` prefix)
|
|
1342
|
+
// lucide name → fa-solid suffix (after the `Fa` prefix).
|
|
1343
|
+
// react-icons/fa ships FontAwesome 5 — names like `FaFileText` don't exist
|
|
1344
|
+
// (FA renamed to `FaFileAlt`). When you see a console.warn from
|
|
1345
|
+
// [iconFamily] about an unmapped lucide name in this family, add the
|
|
1346
|
+
// closest FA5 sibling here so the fallback stays in-family.
|
|
1343
1347
|
search: "Search",
|
|
1344
1348
|
close: "Times",
|
|
1345
1349
|
x: "Times",
|
|
@@ -1391,7 +1395,93 @@ var init_iconFamily = __esm({
|
|
|
1391
1395
|
more: "EllipsisH",
|
|
1392
1396
|
"more-vertical": "EllipsisV",
|
|
1393
1397
|
info: "InfoCircle",
|
|
1394
|
-
warning: "ExclamationTriangle"
|
|
1398
|
+
warning: "ExclamationTriangle",
|
|
1399
|
+
// Files (FA renamed FileText → FileAlt)
|
|
1400
|
+
file: "File",
|
|
1401
|
+
"file-text": "FileAlt",
|
|
1402
|
+
"file-plus": "FileMedical",
|
|
1403
|
+
"file-minus": "FileExcel",
|
|
1404
|
+
"file-check": "FileSignature",
|
|
1405
|
+
document: "FileAlt",
|
|
1406
|
+
// Charts (lucide BarChart2 / BarChart3 → FA ChartBar)
|
|
1407
|
+
"bar-chart": "ChartBar",
|
|
1408
|
+
"bar-chart-2": "ChartBar",
|
|
1409
|
+
"bar-chart-3": "ChartBar",
|
|
1410
|
+
"line-chart": "ChartLine",
|
|
1411
|
+
"pie-chart": "ChartPie",
|
|
1412
|
+
activity: "ChartLine",
|
|
1413
|
+
"trending-up": "ChartLine",
|
|
1414
|
+
"trending-down": "ChartLine",
|
|
1415
|
+
// Messages (lucide MessageCircle/MessageSquare → FA CommentDots/CommentAlt)
|
|
1416
|
+
message: "Comment",
|
|
1417
|
+
"message-circle": "CommentDots",
|
|
1418
|
+
"message-square": "CommentAlt",
|
|
1419
|
+
"messages-square": "Comments",
|
|
1420
|
+
comment: "Comment",
|
|
1421
|
+
comments: "Comments",
|
|
1422
|
+
inbox: "Inbox",
|
|
1423
|
+
// Support / help
|
|
1424
|
+
"life-buoy": "LifeRing",
|
|
1425
|
+
lifebuoy: "LifeRing",
|
|
1426
|
+
// Project / kanban (FA has no kanban; closest semantic is Tasks/Columns)
|
|
1427
|
+
kanban: "Tasks",
|
|
1428
|
+
columns: "Columns",
|
|
1429
|
+
rows: "Bars",
|
|
1430
|
+
layout: "ThLarge",
|
|
1431
|
+
grid: "Th",
|
|
1432
|
+
list: "List",
|
|
1433
|
+
table: "Table",
|
|
1434
|
+
// Storage / folders
|
|
1435
|
+
folder: "Folder",
|
|
1436
|
+
"folder-open": "FolderOpen",
|
|
1437
|
+
archive: "Archive",
|
|
1438
|
+
bookmark: "Bookmark",
|
|
1439
|
+
briefcase: "Briefcase",
|
|
1440
|
+
package: "Box",
|
|
1441
|
+
box: "Box",
|
|
1442
|
+
// Map / location
|
|
1443
|
+
map: "Map",
|
|
1444
|
+
"map-pin": "MapMarkerAlt",
|
|
1445
|
+
navigation: "LocationArrow",
|
|
1446
|
+
compass: "Compass",
|
|
1447
|
+
globe: "Globe",
|
|
1448
|
+
target: "Bullseye",
|
|
1449
|
+
// Media
|
|
1450
|
+
image: "Image",
|
|
1451
|
+
video: "Video",
|
|
1452
|
+
film: "Film",
|
|
1453
|
+
camera: "Camera",
|
|
1454
|
+
music: "Music",
|
|
1455
|
+
play: "Play",
|
|
1456
|
+
pause: "Pause",
|
|
1457
|
+
"skip-forward": "Forward",
|
|
1458
|
+
"skip-back": "Backward",
|
|
1459
|
+
volume: "VolumeUp",
|
|
1460
|
+
"volume-2": "VolumeUp",
|
|
1461
|
+
"volume-x": "VolumeMute",
|
|
1462
|
+
mic: "Microphone",
|
|
1463
|
+
"mic-off": "MicrophoneSlash",
|
|
1464
|
+
phone: "Phone",
|
|
1465
|
+
// Code / data
|
|
1466
|
+
code: "Code",
|
|
1467
|
+
terminal: "Terminal",
|
|
1468
|
+
database: "Database",
|
|
1469
|
+
server: "Server",
|
|
1470
|
+
cloud: "Cloud",
|
|
1471
|
+
wifi: "Wifi",
|
|
1472
|
+
// Security
|
|
1473
|
+
shield: "ShieldAlt",
|
|
1474
|
+
key: "Key",
|
|
1475
|
+
// Misc actions
|
|
1476
|
+
printer: "Print",
|
|
1477
|
+
save: "Save",
|
|
1478
|
+
link: "Link",
|
|
1479
|
+
unlink: "Unlink",
|
|
1480
|
+
paperclip: "Paperclip",
|
|
1481
|
+
flag: "Flag",
|
|
1482
|
+
tag: "Tag",
|
|
1483
|
+
tags: "Tags",
|
|
1484
|
+
zap: "Bolt"
|
|
1395
1485
|
};
|
|
1396
1486
|
warned = /* @__PURE__ */ new Set();
|
|
1397
1487
|
}
|
package/dist/runtime/index.js
CHANGED
|
@@ -1290,7 +1290,11 @@ var init_iconFamily = __esm({
|
|
|
1290
1290
|
info: "InfoCircle"
|
|
1291
1291
|
};
|
|
1292
1292
|
faAliases = {
|
|
1293
|
-
// lucide name → fa-solid suffix (after the `Fa` prefix)
|
|
1293
|
+
// lucide name → fa-solid suffix (after the `Fa` prefix).
|
|
1294
|
+
// react-icons/fa ships FontAwesome 5 — names like `FaFileText` don't exist
|
|
1295
|
+
// (FA renamed to `FaFileAlt`). When you see a console.warn from
|
|
1296
|
+
// [iconFamily] about an unmapped lucide name in this family, add the
|
|
1297
|
+
// closest FA5 sibling here so the fallback stays in-family.
|
|
1294
1298
|
search: "Search",
|
|
1295
1299
|
close: "Times",
|
|
1296
1300
|
x: "Times",
|
|
@@ -1342,7 +1346,93 @@ var init_iconFamily = __esm({
|
|
|
1342
1346
|
more: "EllipsisH",
|
|
1343
1347
|
"more-vertical": "EllipsisV",
|
|
1344
1348
|
info: "InfoCircle",
|
|
1345
|
-
warning: "ExclamationTriangle"
|
|
1349
|
+
warning: "ExclamationTriangle",
|
|
1350
|
+
// Files (FA renamed FileText → FileAlt)
|
|
1351
|
+
file: "File",
|
|
1352
|
+
"file-text": "FileAlt",
|
|
1353
|
+
"file-plus": "FileMedical",
|
|
1354
|
+
"file-minus": "FileExcel",
|
|
1355
|
+
"file-check": "FileSignature",
|
|
1356
|
+
document: "FileAlt",
|
|
1357
|
+
// Charts (lucide BarChart2 / BarChart3 → FA ChartBar)
|
|
1358
|
+
"bar-chart": "ChartBar",
|
|
1359
|
+
"bar-chart-2": "ChartBar",
|
|
1360
|
+
"bar-chart-3": "ChartBar",
|
|
1361
|
+
"line-chart": "ChartLine",
|
|
1362
|
+
"pie-chart": "ChartPie",
|
|
1363
|
+
activity: "ChartLine",
|
|
1364
|
+
"trending-up": "ChartLine",
|
|
1365
|
+
"trending-down": "ChartLine",
|
|
1366
|
+
// Messages (lucide MessageCircle/MessageSquare → FA CommentDots/CommentAlt)
|
|
1367
|
+
message: "Comment",
|
|
1368
|
+
"message-circle": "CommentDots",
|
|
1369
|
+
"message-square": "CommentAlt",
|
|
1370
|
+
"messages-square": "Comments",
|
|
1371
|
+
comment: "Comment",
|
|
1372
|
+
comments: "Comments",
|
|
1373
|
+
inbox: "Inbox",
|
|
1374
|
+
// Support / help
|
|
1375
|
+
"life-buoy": "LifeRing",
|
|
1376
|
+
lifebuoy: "LifeRing",
|
|
1377
|
+
// Project / kanban (FA has no kanban; closest semantic is Tasks/Columns)
|
|
1378
|
+
kanban: "Tasks",
|
|
1379
|
+
columns: "Columns",
|
|
1380
|
+
rows: "Bars",
|
|
1381
|
+
layout: "ThLarge",
|
|
1382
|
+
grid: "Th",
|
|
1383
|
+
list: "List",
|
|
1384
|
+
table: "Table",
|
|
1385
|
+
// Storage / folders
|
|
1386
|
+
folder: "Folder",
|
|
1387
|
+
"folder-open": "FolderOpen",
|
|
1388
|
+
archive: "Archive",
|
|
1389
|
+
bookmark: "Bookmark",
|
|
1390
|
+
briefcase: "Briefcase",
|
|
1391
|
+
package: "Box",
|
|
1392
|
+
box: "Box",
|
|
1393
|
+
// Map / location
|
|
1394
|
+
map: "Map",
|
|
1395
|
+
"map-pin": "MapMarkerAlt",
|
|
1396
|
+
navigation: "LocationArrow",
|
|
1397
|
+
compass: "Compass",
|
|
1398
|
+
globe: "Globe",
|
|
1399
|
+
target: "Bullseye",
|
|
1400
|
+
// Media
|
|
1401
|
+
image: "Image",
|
|
1402
|
+
video: "Video",
|
|
1403
|
+
film: "Film",
|
|
1404
|
+
camera: "Camera",
|
|
1405
|
+
music: "Music",
|
|
1406
|
+
play: "Play",
|
|
1407
|
+
pause: "Pause",
|
|
1408
|
+
"skip-forward": "Forward",
|
|
1409
|
+
"skip-back": "Backward",
|
|
1410
|
+
volume: "VolumeUp",
|
|
1411
|
+
"volume-2": "VolumeUp",
|
|
1412
|
+
"volume-x": "VolumeMute",
|
|
1413
|
+
mic: "Microphone",
|
|
1414
|
+
"mic-off": "MicrophoneSlash",
|
|
1415
|
+
phone: "Phone",
|
|
1416
|
+
// Code / data
|
|
1417
|
+
code: "Code",
|
|
1418
|
+
terminal: "Terminal",
|
|
1419
|
+
database: "Database",
|
|
1420
|
+
server: "Server",
|
|
1421
|
+
cloud: "Cloud",
|
|
1422
|
+
wifi: "Wifi",
|
|
1423
|
+
// Security
|
|
1424
|
+
shield: "ShieldAlt",
|
|
1425
|
+
key: "Key",
|
|
1426
|
+
// Misc actions
|
|
1427
|
+
printer: "Print",
|
|
1428
|
+
save: "Save",
|
|
1429
|
+
link: "Link",
|
|
1430
|
+
unlink: "Unlink",
|
|
1431
|
+
paperclip: "Paperclip",
|
|
1432
|
+
flag: "Flag",
|
|
1433
|
+
tag: "Tag",
|
|
1434
|
+
tags: "Tags",
|
|
1435
|
+
zap: "Bolt"
|
|
1346
1436
|
};
|
|
1347
1437
|
warned = /* @__PURE__ */ new Set();
|
|
1348
1438
|
}
|