@lucide/astro 0.555.0 → 0.556.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucide/astro",
3
- "version": "0.555.0",
3
+ "version": "0.556.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -46,7 +46,9 @@
46
46
  "linkedom": "^0.18.5",
47
47
  "prettier": "^3.4.2",
48
48
  "typescript": "^5.8.3",
49
- "vitest": "^3.1.3",
49
+ "vite": "^6.3.6",
50
+ "vitest": "^4.0.12",
51
+ "astro": "^5.16.0",
50
52
  "@lucide/build-icons": "1.1.0"
51
53
  },
52
54
  "peerDependencies": {
@@ -95,18 +95,18 @@ export {
95
95
  default as CurlyBraces
96
96
  } from '../icons/braces';
97
97
 
98
- // ChartArea aliases
99
- export {
100
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
101
- default as AreaChart
102
- } from '../icons/chart-area';
103
-
104
98
  // Captions aliases
105
99
  export {
106
100
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
107
101
  default as Subtitles
108
102
  } from '../icons/captions';
109
103
 
104
+ // ChartArea aliases
105
+ export {
106
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
107
+ default as AreaChart
108
+ } from '../icons/chart-area';
109
+
110
110
  // ChartBarBig aliases
111
111
  export {
112
112
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
@@ -527,12 +527,6 @@ export {
527
527
  default as FileCog2
528
528
  } from '../icons/file-cog';
529
529
 
530
- // FileExclamationPoint aliases
531
- export {
532
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
533
- default as FileWarning
534
- } from '../icons/file-exclamation-point';
535
-
536
530
  // FileHeadphone aliases
537
531
  export {
538
532
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
@@ -545,6 +539,12 @@ export {
545
539
  default as FileAudio2
546
540
  } from '../icons/file-headphone';
547
541
 
542
+ // FileExclamationPoint aliases
543
+ export {
544
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
545
+ default as FileWarning
546
+ } from '../icons/file-exclamation-point';
547
+
548
548
  // FileKey aliases
549
549
  export {
550
550
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
@@ -653,18 +653,18 @@ export {
653
653
  default as Filter
654
654
  } from '../icons/funnel';
655
655
 
656
- // GitCommitHorizontal aliases
657
- export {
658
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
659
- default as GitCommit
660
- } from '../icons/git-commit-horizontal';
661
-
662
656
  // Grid2x2Check aliases
663
657
  export {
664
658
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
665
659
  default as Grid2X2Check
666
660
  } from '../icons/grid-2x2-check';
667
661
 
662
+ // GitCommitHorizontal aliases
663
+ export {
664
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
665
+ default as GitCommit
666
+ } from '../icons/git-commit-horizontal';
667
+
668
668
  // Grid2x2Plus aliases
669
669
  export {
670
670
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
@@ -761,18 +761,18 @@ export {
761
761
  default as IndentIncrease
762
762
  } from '../icons/list-indent-increase';
763
763
 
764
- // LockKeyholeOpen aliases
765
- export {
766
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
767
- default as UnlockKeyhole
768
- } from '../icons/lock-keyhole-open';
769
-
770
764
  // LoaderCircle aliases
771
765
  export {
772
766
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
773
767
  default as Loader2
774
768
  } from '../icons/loader-circle';
775
769
 
770
+ // LockKeyholeOpen aliases
771
+ export {
772
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
773
+ default as UnlockKeyhole
774
+ } from '../icons/lock-keyhole-open';
775
+
776
776
  // LockOpen aliases
777
777
  export {
778
778
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
@@ -869,18 +869,18 @@ export {
869
869
  default as PanelRightInactive
870
870
  } from '../icons/panel-right-dashed';
871
871
 
872
- // PanelsTopLeft aliases
873
- export {
874
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
875
- default as Layout
876
- } from '../icons/panels-top-left';
877
-
878
872
  // PanelTopDashed aliases
879
873
  export {
880
874
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
881
875
  default as PanelTopInactive
882
876
  } from '../icons/panel-top-dashed';
883
877
 
878
+ // PanelsTopLeft aliases
879
+ export {
880
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
881
+ default as Layout
882
+ } from '../icons/panels-top-left';
883
+
884
884
  // PenLine aliases
885
885
  export {
886
886
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
@@ -917,18 +917,18 @@ export {
917
917
  default as Rows
918
918
  } from '../icons/rows-2';
919
919
 
920
- // Rows3 aliases
921
- export {
922
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
923
- default as PanelsTopBottom
924
- } from '../icons/rows-3';
925
-
926
920
  // Scale3d aliases
927
921
  export {
928
922
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
929
923
  default as Scale3D
930
924
  } from '../icons/scale-3d';
931
925
 
926
+ // Rows3 aliases
927
+ export {
928
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
929
+ default as PanelsTopBottom
930
+ } from '../icons/rows-3';
931
+
932
932
  // SendHorizontal aliases
933
933
  export {
934
934
  /** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
@@ -1067,18 +1067,18 @@ export {
1067
1067
  default as CheckSquare
1068
1068
  } from '../icons/square-check-big';
1069
1069
 
1070
- // SquareChevronDown aliases
1071
- export {
1072
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
1073
- default as ChevronDownSquare
1074
- } from '../icons/square-chevron-down';
1075
-
1076
1070
  // SquareCheck aliases
1077
1071
  export {
1078
1072
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
1079
1073
  default as CheckSquare2
1080
1074
  } from '../icons/square-check';
1081
1075
 
1076
+ // SquareChevronDown aliases
1077
+ export {
1078
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
1079
+ default as ChevronDownSquare
1080
+ } from '../icons/square-chevron-down';
1081
+
1082
1082
  // SquareChevronLeft aliases
1083
1083
  export {
1084
1084
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
@@ -1145,18 +1145,18 @@ export {
1145
1145
  default as FunctionSquare
1146
1146
  } from '../icons/square-function';
1147
1147
 
1148
- // SquareLibrary aliases
1149
- export {
1150
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
1151
- default as LibrarySquare
1152
- } from '../icons/square-library';
1153
-
1154
1148
  // SquareKanban aliases
1155
1149
  export {
1156
1150
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
1157
1151
  default as KanbanSquare
1158
1152
  } from '../icons/square-kanban';
1159
1153
 
1154
+ // SquareLibrary aliases
1155
+ export {
1156
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
1157
+ default as LibrarySquare
1158
+ } from '../icons/square-library';
1159
+
1160
1160
  // SquareM aliases
1161
1161
  export {
1162
1162
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
@@ -1229,18 +1229,18 @@ export {
1229
1229
  default as PilcrowSquare
1230
1230
  } from '../icons/square-pilcrow';
1231
1231
 
1232
- // SquarePlay aliases
1233
- export {
1234
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
1235
- default as PlaySquare
1236
- } from '../icons/square-play';
1237
-
1238
1232
  // SquarePlus aliases
1239
1233
  export {
1240
1234
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
1241
1235
  default as PlusSquare
1242
1236
  } from '../icons/square-plus';
1243
1237
 
1238
+ // SquarePlay aliases
1239
+ export {
1240
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
1241
+ default as PlaySquare
1242
+ } from '../icons/square-play';
1243
+
1244
1244
  // SquarePower aliases
1245
1245
  export {
1246
1246
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */