@lssm/example.learning-journey-ui-gamified 0.0.0-canary-20251221153314 → 0.0.0-canary-20251221165922

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.
@@ -200,6 +200,16 @@ $ tsdown
200
200
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
201
201
  ℹ dist/docs/learning-journey-ui-gamified.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
202
202
  ℹ 193 files, total: 602.50 kB
203
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/ActionButtons.js
204
+ ╭─[ ../../libs/design-system/dist/components/atoms/ActionButtons.js:7:60 ]
205
+ │
206
+ 7 │ import { Edit, Eye, ToggleLeft, ToggleRight, Trash2 } from "lucide-react";
207
+  │ ───────┬──────
208
+  │ ╰──────── Module not found, treating it as an external dependency
209
+  │
210
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
211
+ ───╯
212
+
203
213
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/Button.js
204
214
  â•­─[ ../../libs/design-system/dist/components/atoms/Button.js:4:25 ]
205
215
  │
@@ -210,12 +220,12 @@ $ tsdown
210
220
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
211
221
  ───╯
212
222
 
213
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/marketing/MarketingComparisonSection.js
214
- ╭─[ ../../libs/design-system/dist/components/marketing/MarketingComparisonSection.js:6:29 ]
223
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/DataChips.js
224
+ ╭─[ ../../libs/design-system/dist/components/atoms/DataChips.js:4:41 ]
215
225
  │
216
- 6 │ import { CheckCircle } from "lucide-react";
217
-  │ ───────┬──────
218
-  │ ╰──────── Module not found, treating it as an external dependency
226
+ 4 │ import { Calendar, Clock, MapPin } from "lucide-react";
227
+  │ ───────┬──────
228
+  │ ╰──────── Module not found, treating it as an external dependency
219
229
   │
220
230
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
221
231
  ───╯
@@ -230,16 +240,6 @@ $ tsdown
230
240
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
231
241
  ────╯
232
242
 
233
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/LoaderCircular.js
234
- ╭─[ ../../libs/design-system/dist/components/atoms/LoaderCircular.js:5:25 ]
235
- │
236
- 5 │ import { Loader2 } from "lucide-react";
237
-  │ ───────┬──────
238
-  │ ╰──────── Module not found, treating it as an external dependency
239
-  │
240
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
241
- ───╯
242
-
243
243
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/molecules/CommandSearchTrigger.js
244
244
  â•­─[ ../../libs/design-system/dist/components/molecules/CommandSearchTrigger.js:8:28 ]
245
245
  │
@@ -250,16 +250,6 @@ $ tsdown
250
250
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
251
251
  ───╯
252
252
 
253
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/MarketingHeaderMobile.js
254
- ╭─[ ../../libs/design-system/dist/components/organisms/MarketingHeaderMobile.js:12:22 ]
255
- │
256
- 12 │ import { Menu } from "lucide-react";
257
-  │ ───────┬──────
258
-  │ ╰──────── Module not found, treating it as an external dependency
259
-  │
260
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
261
- ────╯
262
-
263
253
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/MarketingHeader.js
264
254
  â•­─[ ../../libs/design-system/dist/components/organisms/MarketingHeader.js:19:22 ]
265
255
  │
@@ -270,72 +260,52 @@ $ tsdown
270
260
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
271
261
  ────╯
272
262
 
273
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/ActionButtons.js
274
- ╭─[ ../../libs/design-system/dist/components/atoms/ActionButtons.js:7:60 ]
275
- │
276
- 7 │ import { Edit, Eye, ToggleLeft, ToggleRight, Trash2 } from "lucide-react";
277
-  │ ───────┬──────
278
-  │ ╰──────── Module not found, treating it as an external dependency
279
-  │
280
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
281
- ───╯
282
-
283
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/DataChips.js
284
- ╭─[ ../../libs/design-system/dist/components/atoms/DataChips.js:4:41 ]
285
- │
286
- 4 │ import { Calendar, Clock, MapPin } from "lucide-react";
287
-  │ ───────┬──────
288
-  │ ╰──────── Module not found, treating it as an external dependency
289
-  │
290
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
291
- ───╯
292
-
293
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../learning-journey-ui-shared/dist/libs/design-system/dist/components/atoms/Button.js
294
- ╭─[ ../learning-journey-ui-shared/dist/libs/design-system/dist/components/atoms/Button.js:4:25 ]
263
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/marketing/MarketingComparisonSection.js
264
+ ╭─[ ../../libs/design-system/dist/components/marketing/MarketingComparisonSection.js:6:29 ]
295
265
  │
296
- 4 │ import { Loader2 } from "lucide-react";
297
-  │ ───────┬──────
298
-  │ ╰──────── Module not found, treating it as an external dependency
266
+ 6 │ import { CheckCircle } from "lucide-react";
267
+  │ ───────┬──────
268
+  │ ╰──────── Module not found, treating it as an external dependency
299
269
   │
300
270
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
301
271
  ───╯
302
272
 
303
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/sidebar.js
304
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/sidebar.js:12:8 ]
273
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/MarketingHeaderMobile.js
274
+ ╭─[ ../../libs/design-system/dist/components/organisms/MarketingHeaderMobile.js:12:22 ]
305
275
  │
306
- 12 │ import "lucide-react";
307
-  │ ───────┬──────
308
-  │ ╰──────── Module not found, treating it as an external dependency
276
+ 12 │ import { Menu } from "lucide-react";
277
+  │ ───────┬──────
278
+  │ ╰──────── Module not found, treating it as an external dependency
309
279
   │
310
280
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
311
281
  ────╯
312
282
 
313
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/select.js
314
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/select.js:6:59 ]
283
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/LoaderCircular.js
284
+ ╭─[ ../../libs/design-system/dist/components/atoms/LoaderCircular.js:5:25 ]
315
285
  │
316
- 6 │ import { CheckIcon, ChevronDownIcon, ChevronUpIcon } from "lucide-react";
317
-  │ ───────┬──────
318
-  │ ╰──────── Module not found, treating it as an external dependency
286
+ 5 │ import { Loader2 } from "lucide-react";
287
+  │ ───────┬──────
288
+  │ ╰──────── Module not found, treating it as an external dependency
319
289
   │
320
290
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
321
291
  ───╯
322
292
 
323
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/sheet.js
324
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/sheet.js:6:23 ]
293
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../learning-journey-ui-shared/dist/libs/design-system/dist/components/atoms/Button.js
294
+ ╭─[ ../learning-journey-ui-shared/dist/libs/design-system/dist/components/atoms/Button.js:4:25 ]
325
295
  │
326
- 6 │ import { XIcon } from "lucide-react";
327
-  │ ───────┬──────
328
-  │ ╰──────── Module not found, treating it as an external dependency
296
+ 4 │ import { Loader2 } from "lucide-react";
297
+  │ ───────┬──────
298
+  │ ╰──────── Module not found, treating it as an external dependency
329
299
   │
330
300
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
331
301
  ───╯
332
302
 
333
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/organisms/ListPage/ListPage.js
334
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/organisms/ListPage/ListPage.js:9:58 ]
303
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/radio-group.js
304
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/radio-group.js:6:28 ]
335
305
  │
336
- 9 │ import { AlertTriangle, Loader2, Plus, RefreshCcw } from "lucide-react";
337
-  │ ───────┬──────
338
-  │ ╰──────── Module not found, treating it as an external dependency
306
+ 6 │ import { CircleIcon } from "lucide-react";
307
+  │ ───────┬──────
308
+  │ ╰──────── Module not found, treating it as an external dependency
339
309
   │
340
310
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
341
311
  ───╯
@@ -350,22 +320,12 @@ $ tsdown
350
320
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
351
321
  ───╯
352
322
 
353
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/dropdown-menu.js
354
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/dropdown-menu.js:6:39 ]
355
- │
356
- 6 │ import { CheckIcon, CircleIcon } from "lucide-react";
357
-  │ ───────┬──────
358
-  │ ╰──────── Module not found, treating it as an external dependency
359
-  │
360
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
361
- ───╯
362
-
363
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/molecules/LangSwitchDropdown.js
364
- ╭─[ ../../libs/design-system/dist/components/molecules/LangSwitchDropdown.js:4:23 ]
323
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/select.js
324
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/select.js:6:59 ]
365
325
  │
366
- 4 │ import { Globe } from "lucide-react";
367
-  │ ───────┬──────
368
-  │ ╰──────── Module not found, treating it as an external dependency
326
+ 6 │ import { CheckIcon, ChevronDownIcon, ChevronUpIcon } from "lucide-react";
327
+  │ ───────┬──────
328
+  │ ╰──────── Module not found, treating it as an external dependency
369
329
   │
370
330
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
371
331
  ───╯
@@ -380,16 +340,6 @@ $ tsdown
380
340
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
381
341
  ───╯
382
342
 
383
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js
384
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js:7:28 ]
385
- │
386
- 7 │ import { SearchIcon } from "lucide-react";
387
-  │ ───────┬──────
388
-  │ ╰──────── Module not found, treating it as an external dependency
389
-  │
390
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
391
- ───╯
392
-
393
343
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/breadcrumb.js
394
344
  â•­─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/breadcrumb.js:5:46 ]
395
345
  │
@@ -400,26 +350,36 @@ $ tsdown
400
350
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
401
351
  ───╯
402
352
 
403
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/dialog.js
404
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/dialog.js:6:23 ]
353
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/dropdown-menu.js
354
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/dropdown-menu.js:6:39 ]
405
355
  │
406
- 6 │ import { XIcon } from "lucide-react";
407
-  │ ───────┬──────
408
-  │ ╰──────── Module not found, treating it as an external dependency
356
+ 6 │ import { CheckIcon, CircleIcon } from "lucide-react";
357
+  │ ───────┬──────
358
+  │ ╰──────── Module not found, treating it as an external dependency
409
359
   │
410
360
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
411
361
  ───╯
412
362
 
413
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/accordion.js
414
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/accordion.js:6:33 ]
363
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js
364
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js:7:28 ]
415
365
  │
416
- 6 │ import { ChevronDownIcon } from "lucide-react";
417
-  │ ───────┬──────
418
-  │ ╰──────── Module not found, treating it as an external dependency
366
+ 7 │ import { SearchIcon } from "lucide-react";
367
+  │ ───────┬──────
368
+  │ ╰──────── Module not found, treating it as an external dependency
419
369
   │
420
370
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
421
371
  ───╯
422
372
 
373
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/sidebar.js
374
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/sidebar.js:12:8 ]
375
+ │
376
+ 12 │ import "lucide-react";
377
+  │ ───────┬──────
378
+  │ ╰──────── Module not found, treating it as an external dependency
379
+  │
380
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
381
+ ────╯
382
+
423
383
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/checkbox.js
424
384
  â•­─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/checkbox.js:6:27 ]
425
385
  │
@@ -430,12 +390,22 @@ $ tsdown
430
390
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
431
391
  ───╯
432
392
 
433
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/radio-group.js
434
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/radio-group.js:6:28 ]
393
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/sheet.js
394
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/sheet.js:6:23 ]
435
395
  │
436
- 6 │ import { CircleIcon } from "lucide-react";
437
-  │ ───────┬──────
438
-  │ ╰──────── Module not found, treating it as an external dependency
396
+ 6 │ import { XIcon } from "lucide-react";
397
+  │ ───────┬──────
398
+  │ ╰──────── Module not found, treating it as an external dependency
399
+  │
400
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
401
+ ───╯
402
+
403
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/organisms/ListPage/ListPage.js
404
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/organisms/ListPage/ListPage.js:9:58 ]
405
+ │
406
+ 9 │ import { AlertTriangle, Loader2, Plus, RefreshCcw } from "lucide-react";
407
+  │ ───────┬──────
408
+  │ ╰──────── Module not found, treating it as an external dependency
439
409
   │
440
410
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
441
411
  ───╯
@@ -450,12 +420,32 @@ $ tsdown
450
420
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
451
421
  ───╯
452
422
 
453
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js
454
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js:7:48 ]
423
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/dialog.js
424
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/dialog.js:6:23 ]
455
425
  │
456
- 7 │ import { ChevronDown, ChevronUp, Filter } from "lucide-react";
457
-  │ ───────┬──────
458
-  │ ╰──────── Module not found, treating it as an external dependency
426
+ 6 │ import { XIcon } from "lucide-react";
427
+  │ ───────┬──────
428
+  │ ╰──────── Module not found, treating it as an external dependency
429
+  │
430
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
431
+ ───╯
432
+
433
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/molecules/LangSwitchDropdown.js
434
+ ╭─[ ../../libs/design-system/dist/components/molecules/LangSwitchDropdown.js:4:23 ]
435
+ │
436
+ 4 │ import { Globe } from "lucide-react";
437
+  │ ───────┬──────
438
+  │ ╰──────── Module not found, treating it as an external dependency
439
+  │
440
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
441
+ ───╯
442
+
443
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/accordion.js
444
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/accordion.js:6:33 ]
445
+ │
446
+ 6 │ import { ChevronDownIcon } from "lucide-react";
447
+  │ ───────┬──────
448
+  │ ╰──────── Module not found, treating it as an external dependency
459
449
   │
460
450
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
461
451
  ───╯
@@ -470,6 +460,16 @@ $ tsdown
470
460
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
471
461
  ───╯
472
462
 
463
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js
464
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js:7:48 ]
465
+ │
466
+ 7 │ import { ChevronDown, ChevronUp, Filter } from "lucide-react";
467
+  │ ───────┬──────
468
+  │ ╰──────── Module not found, treating it as an external dependency
469
+  │
470
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
471
+ ───╯
472
+
473
473
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/atoms/SearchInput/SearchInput.js
474
474
  â•­─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/atoms/SearchInput/SearchInput.js:5:27 ]
475
475
  │
@@ -480,4 +480,4 @@ $ tsdown
480
480
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
481
481
  ───╯
482
482
 
483
- ✔ Build complete in 5786ms
483
+ ✔ Build complete in 8415ms