@lucide/astro 0.555.0 → 0.557.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.557.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 */
@@ -173,18 +173,18 @@ export {
173
173
  default as PieChart
174
174
  } from '../icons/chart-pie';
175
175
 
176
- // ChartScatter aliases
177
- export {
178
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
179
- default as ScatterChart
180
- } from '../icons/chart-scatter';
181
-
182
176
  // Chromium aliases
183
177
  export {
184
178
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
185
179
  default as Chrome
186
180
  } from '../icons/chromium';
187
181
 
182
+ // ChartScatter aliases
183
+ export {
184
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
185
+ default as ScatterChart
186
+ } from '../icons/chart-scatter';
187
+
188
188
  // CircleAlert aliases
189
189
  export {
190
190
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
@@ -233,36 +233,36 @@ export {
233
233
  default as ArrowRightCircle
234
234
  } from '../icons/circle-arrow-right';
235
235
 
236
- // CircleArrowUp aliases
237
- export {
238
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
239
- default as ArrowUpCircle
240
- } from '../icons/circle-arrow-up';
241
-
242
236
  // CircleCheckBig aliases
243
237
  export {
244
238
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
245
239
  default as CheckCircle
246
240
  } from '../icons/circle-check-big';
247
241
 
242
+ // CircleArrowUp aliases
243
+ export {
244
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
245
+ default as ArrowUpCircle
246
+ } from '../icons/circle-arrow-up';
247
+
248
248
  // CircleCheck aliases
249
249
  export {
250
250
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
251
251
  default as CheckCircle2
252
252
  } from '../icons/circle-check';
253
253
 
254
- // CircleChevronDown aliases
255
- export {
256
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
257
- default as ChevronDownCircle
258
- } from '../icons/circle-chevron-down';
259
-
260
254
  // CircleChevronLeft aliases
261
255
  export {
262
256
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
263
257
  default as ChevronLeftCircle
264
258
  } from '../icons/circle-chevron-left';
265
259
 
260
+ // CircleChevronDown aliases
261
+ export {
262
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
263
+ default as ChevronDownCircle
264
+ } from '../icons/circle-chevron-down';
265
+
266
266
  // CircleChevronRight aliases
267
267
  export {
268
268
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
@@ -485,18 +485,18 @@ export {
485
485
  default as FileJson
486
486
  } from '../icons/file-braces';
487
487
 
488
- // FileChartColumnIncreasing aliases
489
- export {
490
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
491
- default as FileBarChart
492
- } from '../icons/file-chart-column-increasing';
493
-
494
488
  // FileChartColumn aliases
495
489
  export {
496
490
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
497
491
  default as FileBarChart2
498
492
  } from '../icons/file-chart-column';
499
493
 
494
+ // FileChartColumnIncreasing aliases
495
+ export {
496
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
497
+ default as FileBarChart
498
+ } from '../icons/file-chart-column-increasing';
499
+
500
500
  // FileChartLine aliases
501
501
  export {
502
502
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} 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 */
@@ -785,18 +785,18 @@ export {
785
785
  default as MailQuestion
786
786
  } from '../icons/mail-question-mark';
787
787
 
788
- // MapPinPen aliases
789
- export {
790
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
791
- default as LocationEdit
792
- } from '../icons/map-pin-pen';
793
-
794
788
  // MessageCircleQuestionMark aliases
795
789
  export {
796
790
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
797
791
  default as MessageCircleQuestion
798
792
  } from '../icons/message-circle-question-mark';
799
793
 
794
+ // MapPinPen aliases
795
+ export {
796
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
797
+ default as LocationEdit
798
+ } from '../icons/map-pin-pen';
799
+
800
800
  // MicVocal aliases
801
801
  export {
802
802
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
@@ -833,23 +833,17 @@ export {
833
833
  default as Paintbrush2
834
834
  } from '../icons/paintbrush-vertical';
835
835
 
836
- // PanelBottomDashed aliases
837
- export {
838
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
839
- default as PanelBottomInactive
840
- } from '../icons/panel-bottom-dashed';
841
-
842
836
  // PanelLeftClose aliases
843
837
  export {
844
838
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
845
839
  default as SidebarClose
846
840
  } from '../icons/panel-left-close';
847
841
 
848
- // PanelLeftDashed aliases
842
+ // PanelBottomDashed aliases
849
843
  export {
850
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
851
- default as PanelLeftInactive
852
- } from '../icons/panel-left-dashed';
844
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
845
+ default as PanelBottomInactive
846
+ } from '../icons/panel-bottom-dashed';
853
847
 
854
848
  // PanelLeftOpen aliases
855
849
  export {
@@ -857,6 +851,12 @@ export {
857
851
  default as SidebarOpen
858
852
  } from '../icons/panel-left-open';
859
853
 
854
+ // PanelLeftDashed aliases
855
+ export {
856
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
857
+ default as PanelLeftInactive
858
+ } from '../icons/panel-left-dashed';
859
+
860
860
  // PanelLeft aliases
861
861
  export {
862
862
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} 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 */
@@ -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 */
@@ -1343,18 +1343,18 @@ export {
1343
1343
  default as LetterText
1344
1344
  } from '../icons/text-initial';
1345
1345
 
1346
- // TextSelect aliases
1347
- export {
1348
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
1349
- default as TextSelection
1350
- } from '../icons/text-select';
1351
-
1352
1346
  // TextWrap aliases
1353
1347
  export {
1354
1348
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
1355
1349
  default as WrapText
1356
1350
  } from '../icons/text-wrap';
1357
1351
 
1352
+ // TextSelect aliases
1353
+ export {
1354
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
1355
+ default as TextSelection
1356
+ } from '../icons/text-select';
1357
+
1358
1358
  // TramFront aliases
1359
1359
  export {
1360
1360
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */