@unterberg/nivel 0.2.47 → 0.2.48
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/{chunk-MUNS2MZP.js → chunk-AZSIADTL.js} +2 -2
- package/dist/{chunk-TFL3J5J2.js → chunk-TPNGK36M.js} +6947 -6885
- package/dist/chunk-TPNGK36M.js.map +1 -0
- package/dist/cli.js +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/icons.d.ts +1 -1
- package/dist/icons.js +54 -0
- package/dist/icons.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/runtime/client.d.ts +1 -1
- package/dist/runtime/node.d.ts +1 -1
- package/dist/runtime/node.js +2 -2
- package/dist/types-ju9hC2hN.d.ts +237 -0
- package/dist/vike.d.ts +1 -1
- package/dist/vike.js +5 -2
- package/dist/vike.js.map +1 -1
- package/package.json +12 -12
- package/dist/chunk-TFL3J5J2.js.map +0 -1
- package/dist/types-BhEjFwpG.d.ts +0 -237
- /package/dist/{chunk-MUNS2MZP.js.map → chunk-AZSIADTL.js.map} +0 -0
package/dist/icons.js
CHANGED
|
@@ -267,6 +267,8 @@ import { Asterisk } from "lucide-react";
|
|
|
267
267
|
import { AsteriskIcon } from "lucide-react";
|
|
268
268
|
import { AsteriskSquare } from "lucide-react";
|
|
269
269
|
import { AsteriskSquareIcon } from "lucide-react";
|
|
270
|
+
import { Astroid } from "lucide-react";
|
|
271
|
+
import { AstroidIcon } from "lucide-react";
|
|
270
272
|
import { AtSign } from "lucide-react";
|
|
271
273
|
import { AtSignIcon } from "lucide-react";
|
|
272
274
|
import { Atom } from "lucide-react";
|
|
@@ -400,6 +402,8 @@ import { BeerIcon } from "lucide-react";
|
|
|
400
402
|
import { BeerOff } from "lucide-react";
|
|
401
403
|
import { BeerOffIcon } from "lucide-react";
|
|
402
404
|
import { Bell } from "lucide-react";
|
|
405
|
+
import { BellCheck } from "lucide-react";
|
|
406
|
+
import { BellCheckIcon } from "lucide-react";
|
|
403
407
|
import { BellDot } from "lucide-react";
|
|
404
408
|
import { BellDotIcon } from "lucide-react";
|
|
405
409
|
import { BellElectric } from "lucide-react";
|
|
@@ -1556,6 +1560,8 @@ import { FoldVerticalIcon } from "lucide-react";
|
|
|
1556
1560
|
import { Folder } from "lucide-react";
|
|
1557
1561
|
import { FolderArchive } from "lucide-react";
|
|
1558
1562
|
import { FolderArchiveIcon } from "lucide-react";
|
|
1563
|
+
import { FolderBookmark } from "lucide-react";
|
|
1564
|
+
import { FolderBookmarkIcon } from "lucide-react";
|
|
1559
1565
|
import { FolderCheck } from "lucide-react";
|
|
1560
1566
|
import { FolderCheckIcon } from "lucide-react";
|
|
1561
1567
|
import { FolderClock } from "lucide-react";
|
|
@@ -1855,6 +1861,8 @@ import { HeartPlus } from "lucide-react";
|
|
|
1855
1861
|
import { HeartPlusIcon } from "lucide-react";
|
|
1856
1862
|
import { HeartPulse } from "lucide-react";
|
|
1857
1863
|
import { HeartPulseIcon } from "lucide-react";
|
|
1864
|
+
import { HeartX } from "lucide-react";
|
|
1865
|
+
import { HeartXIcon } from "lucide-react";
|
|
1858
1866
|
import { Heater } from "lucide-react";
|
|
1859
1867
|
import { HeaterIcon } from "lucide-react";
|
|
1860
1868
|
import { Helicopter } from "lucide-react";
|
|
@@ -2009,6 +2017,8 @@ import { Layers2Icon } from "lucide-react";
|
|
|
2009
2017
|
import { Layers3 } from "lucide-react";
|
|
2010
2018
|
import { Layers3Icon } from "lucide-react";
|
|
2011
2019
|
import { LayersIcon } from "lucide-react";
|
|
2020
|
+
import { LayersMinus } from "lucide-react";
|
|
2021
|
+
import { LayersMinusIcon } from "lucide-react";
|
|
2012
2022
|
import { LayersPlus } from "lucide-react";
|
|
2013
2023
|
import { LayersPlusIcon } from "lucide-react";
|
|
2014
2024
|
import { Layout } from "lucide-react";
|
|
@@ -2273,6 +2283,7 @@ import { LucideArrowUpZa } from "lucide-react";
|
|
|
2273
2283
|
import { LucideArrowsUpFromLine } from "lucide-react";
|
|
2274
2284
|
import { LucideAsterisk } from "lucide-react";
|
|
2275
2285
|
import { LucideAsteriskSquare } from "lucide-react";
|
|
2286
|
+
import { LucideAstroid } from "lucide-react";
|
|
2276
2287
|
import { LucideAtSign } from "lucide-react";
|
|
2277
2288
|
import { LucideAtom } from "lucide-react";
|
|
2278
2289
|
import { LucideAudioLines } from "lucide-react";
|
|
@@ -2340,6 +2351,7 @@ import { LucideBeefOff } from "lucide-react";
|
|
|
2340
2351
|
import { LucideBeer } from "lucide-react";
|
|
2341
2352
|
import { LucideBeerOff } from "lucide-react";
|
|
2342
2353
|
import { LucideBell } from "lucide-react";
|
|
2354
|
+
import { LucideBellCheck } from "lucide-react";
|
|
2343
2355
|
import { LucideBellDot } from "lucide-react";
|
|
2344
2356
|
import { LucideBellElectric } from "lucide-react";
|
|
2345
2357
|
import { LucideBellMinus } from "lucide-react";
|
|
@@ -2918,6 +2930,7 @@ import { LucideFoldHorizontal } from "lucide-react";
|
|
|
2918
2930
|
import { LucideFoldVertical } from "lucide-react";
|
|
2919
2931
|
import { LucideFolder } from "lucide-react";
|
|
2920
2932
|
import { LucideFolderArchive } from "lucide-react";
|
|
2933
|
+
import { LucideFolderBookmark } from "lucide-react";
|
|
2921
2934
|
import { LucideFolderCheck } from "lucide-react";
|
|
2922
2935
|
import { LucideFolderClock } from "lucide-react";
|
|
2923
2936
|
import { LucideFolderClosed } from "lucide-react";
|
|
@@ -3067,6 +3080,7 @@ import { LucideHeartMinus } from "lucide-react";
|
|
|
3067
3080
|
import { LucideHeartOff } from "lucide-react";
|
|
3068
3081
|
import { LucideHeartPlus } from "lucide-react";
|
|
3069
3082
|
import { LucideHeartPulse } from "lucide-react";
|
|
3083
|
+
import { LucideHeartX } from "lucide-react";
|
|
3070
3084
|
import { LucideHeater } from "lucide-react";
|
|
3071
3085
|
import { LucideHelicopter } from "lucide-react";
|
|
3072
3086
|
import { LucideHelpCircle } from "lucide-react";
|
|
@@ -3144,6 +3158,7 @@ import { LucideLaugh } from "lucide-react";
|
|
|
3144
3158
|
import { LucideLayers } from "lucide-react";
|
|
3145
3159
|
import { LucideLayers2 } from "lucide-react";
|
|
3146
3160
|
import { LucideLayers3 } from "lucide-react";
|
|
3161
|
+
import { LucideLayersMinus } from "lucide-react";
|
|
3147
3162
|
import { LucideLayersPlus } from "lucide-react";
|
|
3148
3163
|
import { LucideLayout } from "lucide-react";
|
|
3149
3164
|
import { LucideLayoutDashboard } from "lucide-react";
|
|
@@ -3552,6 +3567,7 @@ import { LucideRemoveFormatting } from "lucide-react";
|
|
|
3552
3567
|
import { LucideRepeat } from "lucide-react";
|
|
3553
3568
|
import { LucideRepeat1 } from "lucide-react";
|
|
3554
3569
|
import { LucideRepeat2 } from "lucide-react";
|
|
3570
|
+
import { LucideRepeatOff } from "lucide-react";
|
|
3555
3571
|
import { LucideReplace } from "lucide-react";
|
|
3556
3572
|
import { LucideReplaceAll } from "lucide-react";
|
|
3557
3573
|
import { LucideReply } from "lucide-react";
|
|
@@ -3891,6 +3907,7 @@ import { LucideTicketSlash } from "lucide-react";
|
|
|
3891
3907
|
import { LucideTicketX } from "lucide-react";
|
|
3892
3908
|
import { LucideTickets } from "lucide-react";
|
|
3893
3909
|
import { LucideTicketsPlane } from "lucide-react";
|
|
3910
|
+
import { LucideTimeline } from "lucide-react";
|
|
3894
3911
|
import { LucideTimer } from "lucide-react";
|
|
3895
3912
|
import { LucideTimerOff } from "lucide-react";
|
|
3896
3913
|
import { LucideTimerReset } from "lucide-react";
|
|
@@ -4030,7 +4047,9 @@ import { LucideWatch } from "lucide-react";
|
|
|
4030
4047
|
import { LucideWaves } from "lucide-react";
|
|
4031
4048
|
import { LucideWavesArrowDown } from "lucide-react";
|
|
4032
4049
|
import { LucideWavesArrowUp } from "lucide-react";
|
|
4050
|
+
import { LucideWavesHorizontal } from "lucide-react";
|
|
4033
4051
|
import { LucideWavesLadder } from "lucide-react";
|
|
4052
|
+
import { LucideWavesVertical } from "lucide-react";
|
|
4034
4053
|
import { LucideWaypoints } from "lucide-react";
|
|
4035
4054
|
import { LucideWebcam } from "lucide-react";
|
|
4036
4055
|
import { LucideWebhook } from "lucide-react";
|
|
@@ -4764,6 +4783,8 @@ import { Repeat1Icon } from "lucide-react";
|
|
|
4764
4783
|
import { Repeat2 } from "lucide-react";
|
|
4765
4784
|
import { Repeat2Icon } from "lucide-react";
|
|
4766
4785
|
import { RepeatIcon } from "lucide-react";
|
|
4786
|
+
import { RepeatOff } from "lucide-react";
|
|
4787
|
+
import { RepeatOffIcon } from "lucide-react";
|
|
4767
4788
|
import { Replace } from "lucide-react";
|
|
4768
4789
|
import { ReplaceAll } from "lucide-react";
|
|
4769
4790
|
import { ReplaceAllIcon } from "lucide-react";
|
|
@@ -5442,6 +5463,8 @@ import { Tickets } from "lucide-react";
|
|
|
5442
5463
|
import { TicketsIcon } from "lucide-react";
|
|
5443
5464
|
import { TicketsPlane } from "lucide-react";
|
|
5444
5465
|
import { TicketsPlaneIcon } from "lucide-react";
|
|
5466
|
+
import { Timeline } from "lucide-react";
|
|
5467
|
+
import { TimelineIcon } from "lucide-react";
|
|
5445
5468
|
import { Timer } from "lucide-react";
|
|
5446
5469
|
import { TimerIcon } from "lucide-react";
|
|
5447
5470
|
import { TimerOff } from "lucide-react";
|
|
@@ -5719,9 +5742,13 @@ import { WavesArrowDown } from "lucide-react";
|
|
|
5719
5742
|
import { WavesArrowDownIcon } from "lucide-react";
|
|
5720
5743
|
import { WavesArrowUp } from "lucide-react";
|
|
5721
5744
|
import { WavesArrowUpIcon } from "lucide-react";
|
|
5745
|
+
import { WavesHorizontal } from "lucide-react";
|
|
5746
|
+
import { WavesHorizontalIcon } from "lucide-react";
|
|
5722
5747
|
import { WavesIcon } from "lucide-react";
|
|
5723
5748
|
import { WavesLadder } from "lucide-react";
|
|
5724
5749
|
import { WavesLadderIcon } from "lucide-react";
|
|
5750
|
+
import { WavesVertical } from "lucide-react";
|
|
5751
|
+
import { WavesVerticalIcon } from "lucide-react";
|
|
5725
5752
|
import { Waypoints } from "lucide-react";
|
|
5726
5753
|
import { WaypointsIcon } from "lucide-react";
|
|
5727
5754
|
import { Webcam } from "lucide-react";
|
|
@@ -6085,6 +6112,8 @@ export {
|
|
|
6085
6112
|
AsteriskIcon,
|
|
6086
6113
|
AsteriskSquare,
|
|
6087
6114
|
AsteriskSquareIcon,
|
|
6115
|
+
Astroid,
|
|
6116
|
+
AstroidIcon,
|
|
6088
6117
|
AtSign,
|
|
6089
6118
|
AtSignIcon,
|
|
6090
6119
|
Atom,
|
|
@@ -6218,6 +6247,8 @@ export {
|
|
|
6218
6247
|
BeerOff,
|
|
6219
6248
|
BeerOffIcon,
|
|
6220
6249
|
Bell,
|
|
6250
|
+
BellCheck,
|
|
6251
|
+
BellCheckIcon,
|
|
6221
6252
|
BellDot,
|
|
6222
6253
|
BellDotIcon,
|
|
6223
6254
|
BellElectric,
|
|
@@ -7374,6 +7405,8 @@ export {
|
|
|
7374
7405
|
Folder,
|
|
7375
7406
|
FolderArchive,
|
|
7376
7407
|
FolderArchiveIcon,
|
|
7408
|
+
FolderBookmark,
|
|
7409
|
+
FolderBookmarkIcon,
|
|
7377
7410
|
FolderCheck,
|
|
7378
7411
|
FolderCheckIcon,
|
|
7379
7412
|
FolderClock,
|
|
@@ -7673,6 +7706,8 @@ export {
|
|
|
7673
7706
|
HeartPlusIcon,
|
|
7674
7707
|
HeartPulse,
|
|
7675
7708
|
HeartPulseIcon,
|
|
7709
|
+
HeartX,
|
|
7710
|
+
HeartXIcon,
|
|
7676
7711
|
Heater,
|
|
7677
7712
|
HeaterIcon,
|
|
7678
7713
|
Helicopter,
|
|
@@ -7827,6 +7862,8 @@ export {
|
|
|
7827
7862
|
Layers3,
|
|
7828
7863
|
Layers3Icon,
|
|
7829
7864
|
LayersIcon,
|
|
7865
|
+
LayersMinus,
|
|
7866
|
+
LayersMinusIcon,
|
|
7830
7867
|
LayersPlus,
|
|
7831
7868
|
LayersPlusIcon,
|
|
7832
7869
|
Layout,
|
|
@@ -8091,6 +8128,7 @@ export {
|
|
|
8091
8128
|
LucideArrowsUpFromLine,
|
|
8092
8129
|
LucideAsterisk,
|
|
8093
8130
|
LucideAsteriskSquare,
|
|
8131
|
+
LucideAstroid,
|
|
8094
8132
|
LucideAtSign,
|
|
8095
8133
|
LucideAtom,
|
|
8096
8134
|
LucideAudioLines,
|
|
@@ -8158,6 +8196,7 @@ export {
|
|
|
8158
8196
|
LucideBeer,
|
|
8159
8197
|
LucideBeerOff,
|
|
8160
8198
|
LucideBell,
|
|
8199
|
+
LucideBellCheck,
|
|
8161
8200
|
LucideBellDot,
|
|
8162
8201
|
LucideBellElectric,
|
|
8163
8202
|
LucideBellMinus,
|
|
@@ -8736,6 +8775,7 @@ export {
|
|
|
8736
8775
|
LucideFoldVertical,
|
|
8737
8776
|
LucideFolder,
|
|
8738
8777
|
LucideFolderArchive,
|
|
8778
|
+
LucideFolderBookmark,
|
|
8739
8779
|
LucideFolderCheck,
|
|
8740
8780
|
LucideFolderClock,
|
|
8741
8781
|
LucideFolderClosed,
|
|
@@ -8885,6 +8925,7 @@ export {
|
|
|
8885
8925
|
LucideHeartOff,
|
|
8886
8926
|
LucideHeartPlus,
|
|
8887
8927
|
LucideHeartPulse,
|
|
8928
|
+
LucideHeartX,
|
|
8888
8929
|
LucideHeater,
|
|
8889
8930
|
LucideHelicopter,
|
|
8890
8931
|
LucideHelpCircle,
|
|
@@ -8962,6 +9003,7 @@ export {
|
|
|
8962
9003
|
LucideLayers,
|
|
8963
9004
|
LucideLayers2,
|
|
8964
9005
|
LucideLayers3,
|
|
9006
|
+
LucideLayersMinus,
|
|
8965
9007
|
LucideLayersPlus,
|
|
8966
9008
|
LucideLayout,
|
|
8967
9009
|
LucideLayoutDashboard,
|
|
@@ -9370,6 +9412,7 @@ export {
|
|
|
9370
9412
|
LucideRepeat,
|
|
9371
9413
|
LucideRepeat1,
|
|
9372
9414
|
LucideRepeat2,
|
|
9415
|
+
LucideRepeatOff,
|
|
9373
9416
|
LucideReplace,
|
|
9374
9417
|
LucideReplaceAll,
|
|
9375
9418
|
LucideReply,
|
|
@@ -9709,6 +9752,7 @@ export {
|
|
|
9709
9752
|
LucideTicketX,
|
|
9710
9753
|
LucideTickets,
|
|
9711
9754
|
LucideTicketsPlane,
|
|
9755
|
+
LucideTimeline,
|
|
9712
9756
|
LucideTimer,
|
|
9713
9757
|
LucideTimerOff,
|
|
9714
9758
|
LucideTimerReset,
|
|
@@ -9848,7 +9892,9 @@ export {
|
|
|
9848
9892
|
LucideWaves,
|
|
9849
9893
|
LucideWavesArrowDown,
|
|
9850
9894
|
LucideWavesArrowUp,
|
|
9895
|
+
LucideWavesHorizontal,
|
|
9851
9896
|
LucideWavesLadder,
|
|
9897
|
+
LucideWavesVertical,
|
|
9852
9898
|
LucideWaypoints,
|
|
9853
9899
|
LucideWebcam,
|
|
9854
9900
|
LucideWebhook,
|
|
@@ -10582,6 +10628,8 @@ export {
|
|
|
10582
10628
|
Repeat2,
|
|
10583
10629
|
Repeat2Icon,
|
|
10584
10630
|
RepeatIcon,
|
|
10631
|
+
RepeatOff,
|
|
10632
|
+
RepeatOffIcon,
|
|
10585
10633
|
Replace,
|
|
10586
10634
|
ReplaceAll,
|
|
10587
10635
|
ReplaceAllIcon,
|
|
@@ -11260,6 +11308,8 @@ export {
|
|
|
11260
11308
|
TicketsIcon,
|
|
11261
11309
|
TicketsPlane,
|
|
11262
11310
|
TicketsPlaneIcon,
|
|
11311
|
+
Timeline,
|
|
11312
|
+
TimelineIcon,
|
|
11263
11313
|
Timer,
|
|
11264
11314
|
TimerIcon,
|
|
11265
11315
|
TimerOff,
|
|
@@ -11537,9 +11587,13 @@ export {
|
|
|
11537
11587
|
WavesArrowDownIcon,
|
|
11538
11588
|
WavesArrowUp,
|
|
11539
11589
|
WavesArrowUpIcon,
|
|
11590
|
+
WavesHorizontal,
|
|
11591
|
+
WavesHorizontalIcon,
|
|
11540
11592
|
WavesIcon,
|
|
11541
11593
|
WavesLadder,
|
|
11542
11594
|
WavesLadderIcon,
|
|
11595
|
+
WavesVertical,
|
|
11596
|
+
WavesVerticalIcon,
|
|
11543
11597
|
Waypoints,
|
|
11544
11598
|
WaypointsIcon,
|
|
11545
11599
|
Webcam,
|