@ctrliq/quantic-components 1.88.0 → 1.89.1

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.
Files changed (48) hide show
  1. package/dist/action-group/action-group.component.js +3 -1
  2. package/dist/badge/badge-group.component.js +3 -1
  3. package/dist/code-input/index.js +1 -0
  4. package/dist/icon/__generated__/lucide-icon-names.enum.d.ts +321 -107
  5. package/dist/icon/__generated__/lucide-icon-names.enum.js +321 -107
  6. package/dist/icon/index.constants.d.ts +214 -107
  7. package/dist/icons.json +3247 -3242
  8. package/dist/index.js.map +1 -1
  9. package/dist/llms/components/quantic-action-group.md +4 -1
  10. package/dist/llms/components/quantic-badge-group.md +4 -1
  11. package/dist/llms/components/quantic-code-input.md +3 -0
  12. package/dist/llms/components/quantic-number-input.md +3 -0
  13. package/dist/llms/components/quantic-option-card.md +4 -0
  14. package/dist/llms/components/quantic-splitter-group.md +3 -0
  15. package/dist/llms/components/quantic-tab-button.md +5 -1
  16. package/dist/llms/components/quantic-tabs.md +4 -0
  17. package/dist/llms/components/quantic-tag-group.md +4 -1
  18. package/dist/llms/components/quantic-text-input.md +3 -0
  19. package/dist/llms/components/quantic-textarea.md +3 -0
  20. package/dist/llms/setup.md +2 -2
  21. package/dist/llms.txt +2 -2
  22. package/dist/meta/index.js.map +1 -1
  23. package/dist/meta/part-parity.test.d.ts +1 -0
  24. package/dist/meta/part-parity.test.js +68 -0
  25. package/dist/meta/serialize.d.ts +6 -2
  26. package/dist/meta/serialize.js +2 -0
  27. package/dist/meta/serialize.test.js +7 -0
  28. package/dist/meta.json +83 -5
  29. package/dist/number-input/index.js +1 -0
  30. package/dist/option-card/option-card.component.js +4 -0
  31. package/dist/quantic-components.js +351 -112
  32. package/dist/quantic-components.js.map +1 -1
  33. package/dist/quantic-components.min.js +56 -56
  34. package/dist/quantic-components.min.js.map +1 -1
  35. package/dist/register.js.map +1 -1
  36. package/dist/shared/meta.types.d.ts +4 -0
  37. package/dist/splitter/splitter-group.component.js +3 -0
  38. package/dist/tabs/button.component.js +6 -2
  39. package/dist/tabs/tabs.component.js +4 -0
  40. package/dist/tag/tag-group.component.js +3 -1
  41. package/dist/text-input/index.js +1 -0
  42. package/dist/textarea/index.js +1 -0
  43. package/dist/types/icon/__generated__/lucide-icon-names.enum.d.ts +321 -107
  44. package/dist/types/icon/index.constants.d.ts +214 -107
  45. package/dist/types/meta/part-parity.test.d.ts +1 -0
  46. package/dist/types/meta/serialize.d.ts +6 -2
  47. package/dist/types/shared/meta.types.d.ts +4 -0
  48. package/package.json +1 -1
@@ -986,8 +986,8 @@
986
986
  ArrowBigUp: 'ArrowBigUp',
987
987
  ArrowBigUpDash: 'ArrowBigUpDash',
988
988
  ArrowDown: 'ArrowDown',
989
- ArrowDown_0_1: 'ArrowDown_0_1',
990
- ArrowDown_1_0: 'ArrowDown_1_0',
989
+ ArrowDown01: 'ArrowDown01',
990
+ ArrowDown10: 'ArrowDown10',
991
991
  ArrowDownAZ: 'ArrowDownAZ',
992
992
  ArrowDownFromLine: 'ArrowDownFromLine',
993
993
  ArrowDownLeft: 'ArrowDownLeft',
@@ -1007,8 +1007,8 @@
1007
1007
  ArrowRightLeft: 'ArrowRightLeft',
1008
1008
  ArrowRightToLine: 'ArrowRightToLine',
1009
1009
  ArrowUp: 'ArrowUp',
1010
- ArrowUp_0_1: 'ArrowUp_0_1',
1011
- ArrowUp_1_0: 'ArrowUp_1_0',
1010
+ ArrowUp01: 'ArrowUp01',
1011
+ ArrowUp10: 'ArrowUp10',
1012
1012
  ArrowUpAZ: 'ArrowUpAZ',
1013
1013
  ArrowUpDown: 'ArrowUpDown',
1014
1014
  ArrowUpFromDot: 'ArrowUpFromDot',
@@ -1027,7 +1027,7 @@
1027
1027
  AudioWaveform: 'AudioWaveform',
1028
1028
  Award: 'Award',
1029
1029
  Axe: 'Axe',
1030
- Axis_3d: 'Axis_3d',
1030
+ Axis3d: 'Axis3d',
1031
1031
  Baby: 'Baby',
1032
1032
  Backpack: 'Backpack',
1033
1033
  Badge: 'Badge',
@@ -1124,7 +1124,7 @@
1124
1124
  BookText: 'BookText',
1125
1125
  BookType: 'BookType',
1126
1126
  BookUp: 'BookUp',
1127
- BookUp_2: 'BookUp_2',
1127
+ BookUp2: 'BookUp2',
1128
1128
  BookUser: 'BookUser',
1129
1129
  BookX: 'BookX',
1130
1130
  Bookmark: 'Bookmark',
@@ -1158,7 +1158,7 @@
1158
1158
  BugOff: 'BugOff',
1159
1159
  BugPlay: 'BugPlay',
1160
1160
  Building: 'Building',
1161
- Building_2: 'Building_2',
1161
+ Building2: 'Building2',
1162
1162
  Bus: 'Bus',
1163
1163
  BusFront: 'BusFront',
1164
1164
  Cable: 'Cable',
@@ -1167,26 +1167,26 @@
1167
1167
  CakeSlice: 'CakeSlice',
1168
1168
  Calculator: 'Calculator',
1169
1169
  Calendar: 'Calendar',
1170
- Calendar_1: 'Calendar_1',
1170
+ Calendar1: 'Calendar1',
1171
1171
  CalendarArrowDown: 'CalendarArrowDown',
1172
1172
  CalendarArrowUp: 'CalendarArrowUp',
1173
1173
  CalendarCheck: 'CalendarCheck',
1174
- CalendarCheck_2: 'CalendarCheck_2',
1174
+ CalendarCheck2: 'CalendarCheck2',
1175
1175
  CalendarClock: 'CalendarClock',
1176
1176
  CalendarCog: 'CalendarCog',
1177
1177
  CalendarDays: 'CalendarDays',
1178
1178
  CalendarFold: 'CalendarFold',
1179
1179
  CalendarHeart: 'CalendarHeart',
1180
1180
  CalendarMinus: 'CalendarMinus',
1181
- CalendarMinus_2: 'CalendarMinus_2',
1181
+ CalendarMinus2: 'CalendarMinus2',
1182
1182
  CalendarOff: 'CalendarOff',
1183
1183
  CalendarPlus: 'CalendarPlus',
1184
- CalendarPlus_2: 'CalendarPlus_2',
1184
+ CalendarPlus2: 'CalendarPlus2',
1185
1185
  CalendarRange: 'CalendarRange',
1186
1186
  CalendarSearch: 'CalendarSearch',
1187
1187
  CalendarSync: 'CalendarSync',
1188
1188
  CalendarX: 'CalendarX',
1189
- CalendarX_2: 'CalendarX_2',
1189
+ CalendarX2: 'CalendarX2',
1190
1190
  Camera: 'Camera',
1191
1191
  CameraOff: 'CameraOff',
1192
1192
  Candy: 'Candy',
@@ -1292,7 +1292,7 @@
1292
1292
  CirclePlus: 'CirclePlus',
1293
1293
  CirclePower: 'CirclePower',
1294
1294
  CircleSlash: 'CircleSlash',
1295
- CircleSlash_2: 'CircleSlash_2',
1295
+ CircleSlash2: 'CircleSlash2',
1296
1296
  CircleSmall: 'CircleSmall',
1297
1297
  CircleStop: 'CircleStop',
1298
1298
  CircleUser: 'CircleUser',
@@ -1313,18 +1313,18 @@
1313
1313
  ClipboardType: 'ClipboardType',
1314
1314
  ClipboardX: 'ClipboardX',
1315
1315
  Clock: 'Clock',
1316
- Clock_1: 'Clock_1',
1317
- Clock_10: 'Clock_10',
1318
- Clock_11: 'Clock_11',
1319
- Clock_12: 'Clock_12',
1320
- Clock_2: 'Clock_2',
1321
- Clock_3: 'Clock_3',
1322
- Clock_4: 'Clock_4',
1323
- Clock_5: 'Clock_5',
1324
- Clock_6: 'Clock_6',
1325
- Clock_7: 'Clock_7',
1326
- Clock_8: 'Clock_8',
1327
- Clock_9: 'Clock_9',
1316
+ Clock1: 'Clock1',
1317
+ Clock10: 'Clock10',
1318
+ Clock11: 'Clock11',
1319
+ Clock12: 'Clock12',
1320
+ Clock2: 'Clock2',
1321
+ Clock3: 'Clock3',
1322
+ Clock4: 'Clock4',
1323
+ Clock5: 'Clock5',
1324
+ Clock6: 'Clock6',
1325
+ Clock7: 'Clock7',
1326
+ Clock8: 'Clock8',
1327
+ Clock9: 'Clock9',
1328
1328
  ClockAlert: 'ClockAlert',
1329
1329
  ClockArrowDown: 'ClockArrowDown',
1330
1330
  ClockArrowUp: 'ClockArrowUp',
@@ -1357,10 +1357,10 @@
1357
1357
  Coffee: 'Coffee',
1358
1358
  Cog: 'Cog',
1359
1359
  Coins: 'Coins',
1360
- Columns_2: 'Columns_2',
1361
- Columns_3: 'Columns_3',
1362
- Columns_3Cog: 'Columns_3Cog',
1363
- Columns_4: 'Columns_4',
1360
+ Columns2: 'Columns2',
1361
+ Columns3: 'Columns3',
1362
+ Columns3Cog: 'Columns3Cog',
1363
+ Columns4: 'Columns4',
1364
1364
  Combine: 'Combine',
1365
1365
  Command: 'Command',
1366
1366
  Compass: 'Compass',
@@ -1416,17 +1416,17 @@
1416
1416
  DiamondMinus: 'DiamondMinus',
1417
1417
  DiamondPercent: 'DiamondPercent',
1418
1418
  DiamondPlus: 'DiamondPlus',
1419
- Dice_1: 'Dice_1',
1420
- Dice_2: 'Dice_2',
1421
- Dice_3: 'Dice_3',
1422
- Dice_4: 'Dice_4',
1423
- Dice_5: 'Dice_5',
1424
- Dice_6: 'Dice_6',
1419
+ Dice1: 'Dice1',
1420
+ Dice2: 'Dice2',
1421
+ Dice3: 'Dice3',
1422
+ Dice4: 'Dice4',
1423
+ Dice5: 'Dice5',
1424
+ Dice6: 'Dice6',
1425
1425
  Dices: 'Dices',
1426
1426
  Diff: 'Diff',
1427
1427
  Disc: 'Disc',
1428
- Disc_2: 'Disc_2',
1429
- Disc_3: 'Disc_3',
1428
+ Disc2: 'Disc2',
1429
+ Disc3: 'Disc3',
1430
1430
  DiscAlbum: 'DiscAlbum',
1431
1431
  Divide: 'Divide',
1432
1432
  Dna: 'Dna',
@@ -1482,20 +1482,20 @@
1482
1482
  File: 'File',
1483
1483
  FileArchive: 'FileArchive',
1484
1484
  FileAudio: 'FileAudio',
1485
- FileAudio_2: 'FileAudio_2',
1486
- FileAxis_3d: 'FileAxis_3d',
1485
+ FileAudio2: 'FileAudio2',
1486
+ FileAxis3d: 'FileAxis3d',
1487
1487
  FileBadge: 'FileBadge',
1488
- FileBadge_2: 'FileBadge_2',
1488
+ FileBadge2: 'FileBadge2',
1489
1489
  FileBox: 'FileBox',
1490
1490
  FileChartColumn: 'FileChartColumn',
1491
1491
  FileChartColumnIncreasing: 'FileChartColumnIncreasing',
1492
1492
  FileChartLine: 'FileChartLine',
1493
1493
  FileChartPie: 'FileChartPie',
1494
1494
  FileCheck: 'FileCheck',
1495
- FileCheck_2: 'FileCheck_2',
1495
+ FileCheck2: 'FileCheck2',
1496
1496
  FileClock: 'FileClock',
1497
1497
  FileCode: 'FileCode',
1498
- FileCode_2: 'FileCode_2',
1498
+ FileCode2: 'FileCode2',
1499
1499
  FileCog: 'FileCog',
1500
1500
  FileDiff: 'FileDiff',
1501
1501
  FileDigit: 'FileDigit',
@@ -1504,23 +1504,23 @@
1504
1504
  FileImage: 'FileImage',
1505
1505
  FileInput: 'FileInput',
1506
1506
  FileJson: 'FileJson',
1507
- FileJson_2: 'FileJson_2',
1507
+ FileJson2: 'FileJson2',
1508
1508
  FileKey: 'FileKey',
1509
- FileKey_2: 'FileKey_2',
1509
+ FileKey2: 'FileKey2',
1510
1510
  FileLock: 'FileLock',
1511
- FileLock_2: 'FileLock_2',
1511
+ FileLock2: 'FileLock2',
1512
1512
  FileMinus: 'FileMinus',
1513
- FileMinus_2: 'FileMinus_2',
1513
+ FileMinus2: 'FileMinus2',
1514
1514
  FileMusic: 'FileMusic',
1515
1515
  FileOutput: 'FileOutput',
1516
1516
  FilePen: 'FilePen',
1517
1517
  FilePenLine: 'FilePenLine',
1518
1518
  FilePlus: 'FilePlus',
1519
- FilePlus_2: 'FilePlus_2',
1519
+ FilePlus2: 'FilePlus2',
1520
1520
  FileQuestion: 'FileQuestion',
1521
1521
  FileScan: 'FileScan',
1522
1522
  FileSearch: 'FileSearch',
1523
- FileSearch_2: 'FileSearch_2',
1523
+ FileSearch2: 'FileSearch2',
1524
1524
  FileSliders: 'FileSliders',
1525
1525
  FileSpreadsheet: 'FileSpreadsheet',
1526
1526
  FileStack: 'FileStack',
@@ -1528,16 +1528,16 @@
1528
1528
  FileTerminal: 'FileTerminal',
1529
1529
  FileText: 'FileText',
1530
1530
  FileType: 'FileType',
1531
- FileType_2: 'FileType_2',
1531
+ FileType2: 'FileType2',
1532
1532
  FileUp: 'FileUp',
1533
1533
  FileUser: 'FileUser',
1534
1534
  FileVideo: 'FileVideo',
1535
- FileVideo_2: 'FileVideo_2',
1535
+ FileVideo2: 'FileVideo2',
1536
1536
  FileVolume: 'FileVolume',
1537
- FileVolume_2: 'FileVolume_2',
1537
+ FileVolume2: 'FileVolume2',
1538
1538
  FileWarning: 'FileWarning',
1539
1539
  FileX: 'FileX',
1540
- FileX_2: 'FileX_2',
1540
+ FileX2: 'FileX2',
1541
1541
  Files: 'Files',
1542
1542
  Film: 'Film',
1543
1543
  Fingerprint: 'Fingerprint',
@@ -1557,11 +1557,11 @@
1557
1557
  FlaskConicalOff: 'FlaskConicalOff',
1558
1558
  FlaskRound: 'FlaskRound',
1559
1559
  FlipHorizontal: 'FlipHorizontal',
1560
- FlipHorizontal_2: 'FlipHorizontal_2',
1560
+ FlipHorizontal2: 'FlipHorizontal2',
1561
1561
  FlipVertical: 'FlipVertical',
1562
- FlipVertical_2: 'FlipVertical_2',
1562
+ FlipVertical2: 'FlipVertical2',
1563
1563
  Flower: 'Flower',
1564
- Flower_2: 'Flower_2',
1564
+ Flower2: 'Flower2',
1565
1565
  Focus: 'Focus',
1566
1566
  FoldHorizontal: 'FoldHorizontal',
1567
1567
  FoldVertical: 'FoldVertical',
@@ -1575,7 +1575,7 @@
1575
1575
  FolderDot: 'FolderDot',
1576
1576
  FolderDown: 'FolderDown',
1577
1577
  FolderGit: 'FolderGit',
1578
- FolderGit_2: 'FolderGit_2',
1578
+ FolderGit2: 'FolderGit2',
1579
1579
  FolderHeart: 'FolderHeart',
1580
1580
  FolderInput: 'FolderInput',
1581
1581
  FolderKanban: 'FolderKanban',
@@ -1589,7 +1589,7 @@
1589
1589
  FolderPlus: 'FolderPlus',
1590
1590
  FolderRoot: 'FolderRoot',
1591
1591
  FolderSearch: 'FolderSearch',
1592
- FolderSearch_2: 'FolderSearch_2',
1592
+ FolderSearch2: 'FolderSearch2',
1593
1593
  FolderSymlink: 'FolderSymlink',
1594
1594
  FolderSync: 'FolderSync',
1595
1595
  FolderTree: 'FolderTree',
@@ -1613,7 +1613,7 @@
1613
1613
  GalleryVertical: 'GalleryVertical',
1614
1614
  GalleryVerticalEnd: 'GalleryVerticalEnd',
1615
1615
  Gamepad: 'Gamepad',
1616
- Gamepad_2: 'Gamepad_2',
1616
+ Gamepad2: 'Gamepad2',
1617
1617
  Gauge: 'Gauge',
1618
1618
  Gavel: 'Gavel',
1619
1619
  Gem: 'Gem',
@@ -1645,11 +1645,11 @@
1645
1645
  Grab: 'Grab',
1646
1646
  GraduationCap: 'GraduationCap',
1647
1647
  Grape: 'Grape',
1648
- Grid_2x2: 'Grid_2x2',
1649
- Grid_2x2Check: 'Grid_2x2Check',
1650
- Grid_2x2Plus: 'Grid_2x2Plus',
1651
- Grid_2x2X: 'Grid_2x2X',
1652
- Grid_3x3: 'Grid_3x3',
1648
+ Grid2x2: 'Grid2x2',
1649
+ Grid2x2Check: 'Grid2x2Check',
1650
+ Grid2x2Plus: 'Grid2x2Plus',
1651
+ Grid2x2X: 'Grid2x2X',
1652
+ Grid3x3: 'Grid3x3',
1653
1653
  Grip: 'Grip',
1654
1654
  GripHorizontal: 'GripHorizontal',
1655
1655
  GripVertical: 'GripVertical',
@@ -1673,12 +1673,12 @@
1673
1673
  Haze: 'Haze',
1674
1674
  HdmiPort: 'HdmiPort',
1675
1675
  Heading: 'Heading',
1676
- Heading_1: 'Heading_1',
1677
- Heading_2: 'Heading_2',
1678
- Heading_3: 'Heading_3',
1679
- Heading_4: 'Heading_4',
1680
- Heading_5: 'Heading_5',
1681
- Heading_6: 'Heading_6',
1676
+ Heading1: 'Heading1',
1677
+ Heading2: 'Heading2',
1678
+ Heading3: 'Heading3',
1679
+ Heading4: 'Heading4',
1680
+ Heading5: 'Heading5',
1681
+ Heading6: 'Heading6',
1682
1682
  HeadphoneOff: 'HeadphoneOff',
1683
1683
  Headphones: 'Headphones',
1684
1684
  Headset: 'Headset',
@@ -1751,7 +1751,7 @@
1751
1751
  LassoSelect: 'LassoSelect',
1752
1752
  Laugh: 'Laugh',
1753
1753
  Layers: 'Layers',
1754
- Layers_2: 'Layers_2',
1754
+ Layers2: 'Layers2',
1755
1755
  LayoutDashboard: 'LayoutDashboard',
1756
1756
  LayoutGrid: 'LayoutGrid',
1757
1757
  LayoutList: 'LayoutList',
@@ -1769,8 +1769,8 @@
1769
1769
  Lightbulb: 'Lightbulb',
1770
1770
  LightbulbOff: 'LightbulbOff',
1771
1771
  Link: 'Link',
1772
- Link_2: 'Link_2',
1773
- Link_2Off: 'Link_2Off',
1772
+ Link2: 'Link2',
1773
+ Link2Off: 'Link2Off',
1774
1774
  Linkedin: 'Linkedin',
1775
1775
  List: 'List',
1776
1776
  ListCheck: 'ListCheck',
@@ -1835,7 +1835,7 @@
1835
1835
  MarsStroke: 'MarsStroke',
1836
1836
  Martini: 'Martini',
1837
1837
  Maximize: 'Maximize',
1838
- Maximize_2: 'Maximize_2',
1838
+ Maximize2: 'Maximize2',
1839
1839
  Medal: 'Medal',
1840
1840
  Megaphone: 'Megaphone',
1841
1841
  MegaphoneOff: 'MegaphoneOff',
@@ -1881,7 +1881,7 @@
1881
1881
  Milk: 'Milk',
1882
1882
  MilkOff: 'MilkOff',
1883
1883
  Minimize: 'Minimize',
1884
- Minimize_2: 'Minimize_2',
1884
+ Minimize2: 'Minimize2',
1885
1885
  Minus: 'Minus',
1886
1886
  Monitor: 'Monitor',
1887
1887
  MonitorCheck: 'MonitorCheck',
@@ -1903,13 +1903,13 @@
1903
1903
  Mouse: 'Mouse',
1904
1904
  MouseOff: 'MouseOff',
1905
1905
  MousePointer: 'MousePointer',
1906
- MousePointer_2: 'MousePointer_2',
1906
+ MousePointer2: 'MousePointer2',
1907
1907
  MousePointerBan: 'MousePointerBan',
1908
1908
  MousePointerClick: 'MousePointerClick',
1909
1909
  Move: 'Move',
1910
- Move_3d: 'Move_3d',
1910
+ Move3d: 'Move3d',
1911
1911
  MoveDiagonal: 'MoveDiagonal',
1912
- MoveDiagonal_2: 'MoveDiagonal_2',
1912
+ MoveDiagonal2: 'MoveDiagonal2',
1913
1913
  MoveDown: 'MoveDown',
1914
1914
  MoveDownLeft: 'MoveDownLeft',
1915
1915
  MoveDownRight: 'MoveDownRight',
@@ -1921,12 +1921,12 @@
1921
1921
  MoveUpRight: 'MoveUpRight',
1922
1922
  MoveVertical: 'MoveVertical',
1923
1923
  Music: 'Music',
1924
- Music_2: 'Music_2',
1925
- Music_3: 'Music_3',
1926
- Music_4: 'Music_4',
1924
+ Music2: 'Music2',
1925
+ Music3: 'Music3',
1926
+ Music4: 'Music4',
1927
1927
  Navigation: 'Navigation',
1928
- Navigation_2: 'Navigation_2',
1929
- Navigation_2Off: 'Navigation_2Off',
1928
+ Navigation2: 'Navigation2',
1929
+ Navigation2Off: 'Navigation2Off',
1930
1930
  NavigationOff: 'NavigationOff',
1931
1931
  Network: 'Network',
1932
1932
  Newspaper: 'Newspaper',
@@ -1950,7 +1950,7 @@
1950
1950
  Orbit: 'Orbit',
1951
1951
  Origami: 'Origami',
1952
1952
  Package: 'Package',
1953
- Package_2: 'Package_2',
1953
+ Package2: 'Package2',
1954
1954
  PackageCheck: 'PackageCheck',
1955
1955
  PackageMinus: 'PackageMinus',
1956
1956
  PackageOpen: 'PackageOpen',
@@ -2012,7 +2012,7 @@
2012
2012
  Piano: 'Piano',
2013
2013
  Pickaxe: 'Pickaxe',
2014
2014
  PictureInPicture: 'PictureInPicture',
2015
- PictureInPicture_2: 'PictureInPicture_2',
2015
+ PictureInPicture2: 'PictureInPicture2',
2016
2016
  PiggyBank: 'PiggyBank',
2017
2017
  Pilcrow: 'Pilcrow',
2018
2018
  PilcrowLeft: 'PilcrowLeft',
@@ -2028,7 +2028,7 @@
2028
2028
  PlaneTakeoff: 'PlaneTakeoff',
2029
2029
  Play: 'Play',
2030
2030
  Plug: 'Plug',
2031
- Plug_2: 'Plug_2',
2031
+ Plug2: 'Plug2',
2032
2032
  PlugZap: 'PlugZap',
2033
2033
  Plus: 'Plus',
2034
2034
  Pocket: 'Pocket',
@@ -2077,7 +2077,7 @@
2077
2077
  RectangleVertical: 'RectangleVertical',
2078
2078
  Recycle: 'Recycle',
2079
2079
  Redo: 'Redo',
2080
- Redo_2: 'Redo_2',
2080
+ Redo2: 'Redo2',
2081
2081
  RedoDot: 'RedoDot',
2082
2082
  RefreshCcw: 'RefreshCcw',
2083
2083
  RefreshCcwDot: 'RefreshCcwDot',
@@ -2087,8 +2087,8 @@
2087
2087
  Regex: 'Regex',
2088
2088
  RemoveFormatting: 'RemoveFormatting',
2089
2089
  Repeat: 'Repeat',
2090
- Repeat_1: 'Repeat_1',
2091
- Repeat_2: 'Repeat_2',
2090
+ Repeat1: 'Repeat1',
2091
+ Repeat2: 'Repeat2',
2092
2092
  Replace: 'Replace',
2093
2093
  ReplaceAll: 'ReplaceAll',
2094
2094
  Reply: 'Reply',
@@ -2098,7 +2098,7 @@
2098
2098
  Rocket: 'Rocket',
2099
2099
  RockingChair: 'RockingChair',
2100
2100
  RollerCoaster: 'RollerCoaster',
2101
- Rotate_3d: 'Rotate_3d',
2101
+ Rotate3d: 'Rotate3d',
2102
2102
  RotateCcw: 'RotateCcw',
2103
2103
  RotateCcwKey: 'RotateCcwKey',
2104
2104
  RotateCcwSquare: 'RotateCcwSquare',
@@ -2107,9 +2107,9 @@
2107
2107
  Route: 'Route',
2108
2108
  RouteOff: 'RouteOff',
2109
2109
  Router: 'Router',
2110
- Rows_2: 'Rows_2',
2111
- Rows_3: 'Rows_3',
2112
- Rows_4: 'Rows_4',
2110
+ Rows2: 'Rows2',
2111
+ Rows3: 'Rows3',
2112
+ Rows4: 'Rows4',
2113
2113
  Rss: 'Rss',
2114
2114
  Ruler: 'Ruler',
2115
2115
  RulerDimensionLine: 'RulerDimensionLine',
@@ -2124,7 +2124,7 @@
2124
2124
  SaveAll: 'SaveAll',
2125
2125
  SaveOff: 'SaveOff',
2126
2126
  Scale: 'Scale',
2127
- Scale_3d: 'Scale_3d',
2127
+ Scale3d: 'Scale3d',
2128
2128
  Scaling: 'Scaling',
2129
2129
  Scan: 'Scan',
2130
2130
  ScanBarcode: 'ScanBarcode',
@@ -2158,10 +2158,10 @@
2158
2158
  ServerCrash: 'ServerCrash',
2159
2159
  ServerOff: 'ServerOff',
2160
2160
  Settings: 'Settings',
2161
- Settings_2: 'Settings_2',
2161
+ Settings2: 'Settings2',
2162
2162
  Shapes: 'Shapes',
2163
2163
  Share: 'Share',
2164
- Share_2: 'Share_2',
2164
+ Share2: 'Share2',
2165
2165
  Sheet: 'Sheet',
2166
2166
  Shell: 'Shell',
2167
2167
  Shield: 'Shield',
@@ -2224,7 +2224,7 @@
2224
2224
  Speaker: 'Speaker',
2225
2225
  Speech: 'Speech',
2226
2226
  SpellCheck: 'SpellCheck',
2227
- SpellCheck_2: 'SpellCheck_2',
2227
+ SpellCheck2: 'SpellCheck2',
2228
2228
  Spline: 'Spline',
2229
2229
  SplinePointer: 'SplinePointer',
2230
2230
  Split: 'Split',
@@ -2327,7 +2327,7 @@
2327
2327
  Swords: 'Swords',
2328
2328
  Syringe: 'Syringe',
2329
2329
  Table: 'Table',
2330
- Table_2: 'Table_2',
2330
+ Table2: 'Table2',
2331
2331
  TableCellsMerge: 'TableCellsMerge',
2332
2332
  TableCellsSplit: 'TableCellsSplit',
2333
2333
  TableColumnsSplit: 'TableColumnsSplit',
@@ -2339,11 +2339,11 @@
2339
2339
  Tablets: 'Tablets',
2340
2340
  Tag: 'Tag',
2341
2341
  Tags: 'Tags',
2342
- Tally_1: 'Tally_1',
2343
- Tally_2: 'Tally_2',
2344
- Tally_3: 'Tally_3',
2345
- Tally_4: 'Tally_4',
2346
- Tally_5: 'Tally_5',
2342
+ Tally1: 'Tally1',
2343
+ Tally2: 'Tally2',
2344
+ Tally3: 'Tally3',
2345
+ Tally4: 'Tally4',
2346
+ Tally5: 'Tally5',
2347
2347
  Tangent: 'Tangent',
2348
2348
  Target: 'Target',
2349
2349
  Telescope: 'Telescope',
@@ -2394,7 +2394,7 @@
2394
2394
  TramFront: 'TramFront',
2395
2395
  Transgender: 'Transgender',
2396
2396
  Trash: 'Trash',
2397
- Trash_2: 'Trash_2',
2397
+ Trash2: 'Trash2',
2398
2398
  TreeDeciduous: 'TreeDeciduous',
2399
2399
  TreePalm: 'TreePalm',
2400
2400
  TreePine: 'TreePine',
@@ -2422,14 +2422,14 @@
2422
2422
  UmbrellaOff: 'UmbrellaOff',
2423
2423
  Underline: 'Underline',
2424
2424
  Undo: 'Undo',
2425
- Undo_2: 'Undo_2',
2425
+ Undo2: 'Undo2',
2426
2426
  UndoDot: 'UndoDot',
2427
2427
  UnfoldHorizontal: 'UnfoldHorizontal',
2428
2428
  UnfoldVertical: 'UnfoldVertical',
2429
2429
  Ungroup: 'Ungroup',
2430
2430
  University: 'University',
2431
2431
  Unlink: 'Unlink',
2432
- Unlink_2: 'Unlink_2',
2432
+ Unlink2: 'Unlink2',
2433
2433
  Unplug: 'Unplug',
2434
2434
  Upload: 'Upload',
2435
2435
  Usb: 'Usb',
@@ -2470,8 +2470,8 @@
2470
2470
  Voicemail: 'Voicemail',
2471
2471
  Volleyball: 'Volleyball',
2472
2472
  Volume: 'Volume',
2473
- Volume_1: 'Volume_1',
2474
- Volume_2: 'Volume_2',
2473
+ Volume1: 'Volume1',
2474
+ Volume2: 'Volume2',
2475
2475
  VolumeOff: 'VolumeOff',
2476
2476
  VolumeX: 'VolumeX',
2477
2477
  Vote: 'Vote',
@@ -2514,6 +2514,220 @@
2514
2514
  ZapOff: 'ZapOff',
2515
2515
  ZoomIn: 'ZoomIn',
2516
2516
  ZoomOut: 'ZoomOut',
2517
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `ArrowDown01` instead. */
2518
+ ArrowDown_0_1: 'ArrowDown01',
2519
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `ArrowDown10` instead. */
2520
+ ArrowDown_1_0: 'ArrowDown10',
2521
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `ArrowUp01` instead. */
2522
+ ArrowUp_0_1: 'ArrowUp01',
2523
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `ArrowUp10` instead. */
2524
+ ArrowUp_1_0: 'ArrowUp10',
2525
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Axis3d` instead. */
2526
+ Axis_3d: 'Axis3d',
2527
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `BookUp2` instead. */
2528
+ BookUp_2: 'BookUp2',
2529
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Building2` instead. */
2530
+ Building_2: 'Building2',
2531
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Calendar1` instead. */
2532
+ Calendar_1: 'Calendar1',
2533
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `CalendarCheck2` instead. */
2534
+ CalendarCheck_2: 'CalendarCheck2',
2535
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `CalendarMinus2` instead. */
2536
+ CalendarMinus_2: 'CalendarMinus2',
2537
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `CalendarPlus2` instead. */
2538
+ CalendarPlus_2: 'CalendarPlus2',
2539
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `CalendarX2` instead. */
2540
+ CalendarX_2: 'CalendarX2',
2541
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `CircleSlash2` instead. */
2542
+ CircleSlash_2: 'CircleSlash2',
2543
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock1` instead. */
2544
+ Clock_1: 'Clock1',
2545
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock10` instead. */
2546
+ Clock_10: 'Clock10',
2547
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock11` instead. */
2548
+ Clock_11: 'Clock11',
2549
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock12` instead. */
2550
+ Clock_12: 'Clock12',
2551
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock2` instead. */
2552
+ Clock_2: 'Clock2',
2553
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock3` instead. */
2554
+ Clock_3: 'Clock3',
2555
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock4` instead. */
2556
+ Clock_4: 'Clock4',
2557
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock5` instead. */
2558
+ Clock_5: 'Clock5',
2559
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock6` instead. */
2560
+ Clock_6: 'Clock6',
2561
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock7` instead. */
2562
+ Clock_7: 'Clock7',
2563
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock8` instead. */
2564
+ Clock_8: 'Clock8',
2565
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Clock9` instead. */
2566
+ Clock_9: 'Clock9',
2567
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Columns2` instead. */
2568
+ Columns_2: 'Columns2',
2569
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Columns3` instead. */
2570
+ Columns_3: 'Columns3',
2571
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Columns3Cog` instead. */
2572
+ Columns_3Cog: 'Columns3Cog',
2573
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Columns4` instead. */
2574
+ Columns_4: 'Columns4',
2575
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Dice1` instead. */
2576
+ Dice_1: 'Dice1',
2577
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Dice2` instead. */
2578
+ Dice_2: 'Dice2',
2579
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Dice3` instead. */
2580
+ Dice_3: 'Dice3',
2581
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Dice4` instead. */
2582
+ Dice_4: 'Dice4',
2583
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Dice5` instead. */
2584
+ Dice_5: 'Dice5',
2585
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Dice6` instead. */
2586
+ Dice_6: 'Dice6',
2587
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Disc2` instead. */
2588
+ Disc_2: 'Disc2',
2589
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Disc3` instead. */
2590
+ Disc_3: 'Disc3',
2591
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileAudio2` instead. */
2592
+ FileAudio_2: 'FileAudio2',
2593
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileAxis3d` instead. */
2594
+ FileAxis_3d: 'FileAxis3d',
2595
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileBadge2` instead. */
2596
+ FileBadge_2: 'FileBadge2',
2597
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileCheck2` instead. */
2598
+ FileCheck_2: 'FileCheck2',
2599
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileCode2` instead. */
2600
+ FileCode_2: 'FileCode2',
2601
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileJson2` instead. */
2602
+ FileJson_2: 'FileJson2',
2603
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileKey2` instead. */
2604
+ FileKey_2: 'FileKey2',
2605
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileLock2` instead. */
2606
+ FileLock_2: 'FileLock2',
2607
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileMinus2` instead. */
2608
+ FileMinus_2: 'FileMinus2',
2609
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FilePlus2` instead. */
2610
+ FilePlus_2: 'FilePlus2',
2611
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileSearch2` instead. */
2612
+ FileSearch_2: 'FileSearch2',
2613
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileType2` instead. */
2614
+ FileType_2: 'FileType2',
2615
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileVideo2` instead. */
2616
+ FileVideo_2: 'FileVideo2',
2617
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileVolume2` instead. */
2618
+ FileVolume_2: 'FileVolume2',
2619
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FileX2` instead. */
2620
+ FileX_2: 'FileX2',
2621
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FlipHorizontal2` instead. */
2622
+ FlipHorizontal_2: 'FlipHorizontal2',
2623
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FlipVertical2` instead. */
2624
+ FlipVertical_2: 'FlipVertical2',
2625
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Flower2` instead. */
2626
+ Flower_2: 'Flower2',
2627
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FolderGit2` instead. */
2628
+ FolderGit_2: 'FolderGit2',
2629
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `FolderSearch2` instead. */
2630
+ FolderSearch_2: 'FolderSearch2',
2631
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Gamepad2` instead. */
2632
+ Gamepad_2: 'Gamepad2',
2633
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Grid2x2` instead. */
2634
+ Grid_2x2: 'Grid2x2',
2635
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Grid2x2Check` instead. */
2636
+ Grid_2x2Check: 'Grid2x2Check',
2637
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Grid2x2Plus` instead. */
2638
+ Grid_2x2Plus: 'Grid2x2Plus',
2639
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Grid2x2X` instead. */
2640
+ Grid_2x2X: 'Grid2x2X',
2641
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Grid3x3` instead. */
2642
+ Grid_3x3: 'Grid3x3',
2643
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Heading1` instead. */
2644
+ Heading_1: 'Heading1',
2645
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Heading2` instead. */
2646
+ Heading_2: 'Heading2',
2647
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Heading3` instead. */
2648
+ Heading_3: 'Heading3',
2649
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Heading4` instead. */
2650
+ Heading_4: 'Heading4',
2651
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Heading5` instead. */
2652
+ Heading_5: 'Heading5',
2653
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Heading6` instead. */
2654
+ Heading_6: 'Heading6',
2655
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Layers2` instead. */
2656
+ Layers_2: 'Layers2',
2657
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Link2` instead. */
2658
+ Link_2: 'Link2',
2659
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Link2Off` instead. */
2660
+ Link_2Off: 'Link2Off',
2661
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Maximize2` instead. */
2662
+ Maximize_2: 'Maximize2',
2663
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Minimize2` instead. */
2664
+ Minimize_2: 'Minimize2',
2665
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `MousePointer2` instead. */
2666
+ MousePointer_2: 'MousePointer2',
2667
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Move3d` instead. */
2668
+ Move_3d: 'Move3d',
2669
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `MoveDiagonal2` instead. */
2670
+ MoveDiagonal_2: 'MoveDiagonal2',
2671
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Music2` instead. */
2672
+ Music_2: 'Music2',
2673
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Music3` instead. */
2674
+ Music_3: 'Music3',
2675
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Music4` instead. */
2676
+ Music_4: 'Music4',
2677
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Navigation2` instead. */
2678
+ Navigation_2: 'Navigation2',
2679
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Navigation2Off` instead. */
2680
+ Navigation_2Off: 'Navigation2Off',
2681
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Package2` instead. */
2682
+ Package_2: 'Package2',
2683
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `PictureInPicture2` instead. */
2684
+ PictureInPicture_2: 'PictureInPicture2',
2685
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Plug2` instead. */
2686
+ Plug_2: 'Plug2',
2687
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Redo2` instead. */
2688
+ Redo_2: 'Redo2',
2689
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Repeat1` instead. */
2690
+ Repeat_1: 'Repeat1',
2691
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Repeat2` instead. */
2692
+ Repeat_2: 'Repeat2',
2693
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Rotate3d` instead. */
2694
+ Rotate_3d: 'Rotate3d',
2695
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Rows2` instead. */
2696
+ Rows_2: 'Rows2',
2697
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Rows3` instead. */
2698
+ Rows_3: 'Rows3',
2699
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Rows4` instead. */
2700
+ Rows_4: 'Rows4',
2701
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Scale3d` instead. */
2702
+ Scale_3d: 'Scale3d',
2703
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Settings2` instead. */
2704
+ Settings_2: 'Settings2',
2705
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Share2` instead. */
2706
+ Share_2: 'Share2',
2707
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `SpellCheck2` instead. */
2708
+ SpellCheck_2: 'SpellCheck2',
2709
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Table2` instead. */
2710
+ Table_2: 'Table2',
2711
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Tally1` instead. */
2712
+ Tally_1: 'Tally1',
2713
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Tally2` instead. */
2714
+ Tally_2: 'Tally2',
2715
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Tally3` instead. */
2716
+ Tally_3: 'Tally3',
2717
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Tally4` instead. */
2718
+ Tally_4: 'Tally4',
2719
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Tally5` instead. */
2720
+ Tally_5: 'Tally5',
2721
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Trash2` instead. */
2722
+ Trash_2: 'Trash2',
2723
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Undo2` instead. */
2724
+ Undo_2: 'Undo2',
2725
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Unlink2` instead. */
2726
+ Unlink_2: 'Unlink2',
2727
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Volume1` instead. */
2728
+ Volume_1: 'Volume1',
2729
+ /** @deprecated This name never matched lucide-static's real export and always resolved to a blank icon. Use `Volume2` instead. */
2730
+ Volume_2: 'Volume2',
2517
2731
  };
2518
2732
 
2519
2733
  const IconSize = {
@@ -5867,7 +6081,6 @@
5867
6081
  tag: 'quantic-badge-group',
5868
6082
  description: 'A run of quantic-badge or quantic-status-badge sharing one accessible name and a consistent gap. ' +
5869
6083
  'Wraps across lines, and each badge keeps its own size. Gap: --quantic-component-badge-group-gap. ' +
5870
- 'Layout: ::part(group), for a column or a different alignment. ' +
5871
6084
  'Use quantic-tag-group for tags.',
5872
6085
  category: 'display',
5873
6086
  accessibility: {
@@ -5879,6 +6092,9 @@
5879
6092
  description: 'quantic-badge or quantic-status-badge elements.',
5880
6093
  },
5881
6094
  },
6095
+ parts: {
6096
+ group: { description: 'The flex container, for a column layout or a different alignment.' },
6097
+ },
5882
6098
  relatedTo: ['quantic-badge', 'quantic-tag-group', 'quantic-status-badge'],
5883
6099
  };
5884
6100
  exports.BadgeGroup.styles = i$7 `
@@ -6118,7 +6334,6 @@
6118
6334
  description: 'A row of related actions sharing one accessible name and a consistent gap. ' +
6119
6335
  'Takes quantic-button, and quantic-dropdown-menu or quantic-popover when the trigger is a button. ' +
6120
6336
  'Wraps when the row runs out of width. Gap: --quantic-component-action-group-gap. ' +
6121
- 'Layout: ::part(group), for a column or a different alignment. ' +
6122
6337
  'Use quantic-button-bar when the buttons should read as one joined control.',
6123
6338
  category: 'action',
6124
6339
  avoidWhen: [
@@ -6136,6 +6351,9 @@
6136
6351
  description: 'quantic-button elements, or a quantic-dropdown-menu or quantic-popover triggered by one.',
6137
6352
  },
6138
6353
  },
6354
+ parts: {
6355
+ group: { description: 'The flex container, for a column layout or a different alignment.' },
6356
+ },
6139
6357
  relatedTo: [
6140
6358
  'quantic-button',
6141
6359
  'quantic-button-bar',
@@ -8059,6 +8277,7 @@
8059
8277
  'a visible label, by wrapping in quantic-field, or the ariaLabel prop',
8060
8278
  ],
8061
8279
  },
8280
+ parts: { textarea: { description: 'The native textarea element.' } },
8062
8281
  relatedTo: ['quantic-field', 'quantic-text-input'],
8063
8282
  };
8064
8283
  exports.CodeInput.formAssociated = true;
@@ -13785,6 +14004,7 @@
13785
14004
  prefix: { description: 'Leading content (e.g. icon or currency symbol).' },
13786
14005
  suffix: { description: 'Trailing content (e.g. icon or unit label).' },
13787
14006
  },
14007
+ parts: { input: { description: 'The native input element.' } },
13788
14008
  relatedTo: ['quantic-field', 'quantic-number-input', 'quantic-select'],
13789
14009
  };
13790
14010
  exports.TextInput.formAssociated = true;
@@ -63910,6 +64130,7 @@
63910
64130
  ],
63911
64131
  },
63912
64132
  slots: { prefix: { description: 'Leading content (e.g. icon or unit symbol).' } },
64133
+ parts: { input: { description: 'The native input element.' } },
63913
64134
  relatedTo: ['quantic-field', 'quantic-text-input'],
63914
64135
  };
63915
64136
  exports.NumberInput.formAssociated = true;
@@ -66631,6 +66852,10 @@
66631
66852
  description: 'Optional secondary description below the label.',
66632
66853
  },
66633
66854
  },
66855
+ parts: {
66856
+ label: { description: 'The wrapping label element.' },
66857
+ indicator: { description: 'The checkbox or radio visual.' },
66858
+ },
66634
66859
  relatedTo: ['quantic-option-card-group', 'quantic-field'],
66635
66860
  };
66636
66861
  exports.OptionCard.formAssociated = true;
@@ -68744,6 +68969,9 @@
68744
68969
  requiredFromConsumer: ['an accessible name for each pane'],
68745
68970
  },
68746
68971
  slots: { '': { description: 'Two or more quantic-splitter-pane elements.' } },
68972
+ parts: {
68973
+ divider: { description: 'The draggable handle between two panes.' },
68974
+ },
68747
68975
  };
68748
68976
  exports.SplitterGroup.styles = i$7 `
68749
68977
  :host {
@@ -69711,6 +69939,10 @@
69711
69939
  description: 'quantic-tab-button and quantic-tab-panel elements as direct children.',
69712
69940
  },
69713
69941
  },
69942
+ parts: {
69943
+ nav: { description: 'The tablist container wrapping the tab buttons.' },
69944
+ panels: { description: 'The container wrapping the tab panels.' },
69945
+ },
69714
69946
  };
69715
69947
  exports.Tabs.styles = [
69716
69948
  i$7 `
@@ -69932,8 +70164,8 @@
69932
70164
  description: 'Individual tab trigger button within quantic-tabs. ' +
69933
70165
  'Set index to match the corresponding quantic-tab-panel. ' +
69934
70166
  'Size and orientation are inherited via context from the parent quantic-tabs. ' +
69935
- 'Reflects a selected attribute while active. Restyle the mark with ::part(indicator) ' +
69936
- 'or --quantic-component-tab-indicator-* / --quantic-component-tab-active-bg.',
70167
+ 'Reflects a selected attribute while active. Restyle the mark with ' +
70168
+ '--quantic-component-tab-indicator-* / --quantic-component-tab-active-bg.',
69937
70169
  category: 'navigation',
69938
70170
  subComponentOf: 'quantic-tabs',
69939
70171
  slots: {
@@ -69944,6 +70176,10 @@
69944
70176
  description: 'Tab label text or custom content.',
69945
70177
  },
69946
70178
  },
70179
+ parts: {
70180
+ button: { description: 'The native button element.' },
70181
+ indicator: { description: 'The active-tab mark.' },
70182
+ },
69947
70183
  relatedTo: ['quantic-tabs', 'quantic-tab-panel'],
69948
70184
  };
69949
70185
  exports.TabButton.styles = i$7 `
@@ -70672,7 +70908,6 @@
70672
70908
  tag: 'quantic-tag-group',
70673
70909
  description: 'A run of quantic-tag, quantic-status-tag or quantic-count-tag sharing one accessible name and a consistent gap. ' +
70674
70910
  'Wraps across lines, and each tag keeps its own size. Gap: --quantic-component-tag-group-gap. ' +
70675
- 'Layout: ::part(group), for a column or a different alignment. ' +
70676
70911
  'Use quantic-badge-group for badges.',
70677
70912
  category: 'display',
70678
70913
  accessibility: {
@@ -70687,6 +70922,9 @@
70687
70922
  description: 'quantic-tag, quantic-status-tag or quantic-count-tag elements.',
70688
70923
  },
70689
70924
  },
70925
+ parts: {
70926
+ group: { description: 'The flex container, for a column layout or a different alignment.' },
70927
+ },
70690
70928
  relatedTo: [
70691
70929
  'quantic-tag',
70692
70930
  'quantic-badge-group',
@@ -70926,6 +71164,7 @@
70926
71164
  'a visible label, by wrapping in quantic-field, or the ariaLabel prop',
70927
71165
  ],
70928
71166
  },
71167
+ parts: { input: { description: 'The native textarea element.' } },
70929
71168
  relatedTo: ['quantic-field', 'quantic-text-input'],
70930
71169
  };
70931
71170
  exports.Textarea.formAssociated = true;