@lssm/example.learning-journey-ui-coaching 0.0.0-canary-20251221114240 → 0.0.0-canary-20251221144710

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.
@@ -26,16 +26,16 @@ $ tsdown
26
26
  ℹ dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js 16.91 kB │ gzip: 7.25 kB
27
27
  ℹ dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/schema/README.docblock.js.map 12.04 kB │ gzip: 4.53 kB
28
28
  ℹ dist/libs/contracts/dist/docs/tech/schema/README.docblock.js.map 11.99 kB │ gzip: 4.51 kB
29
+ ℹ dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js.map 11.27 kB │ gzip: 3.76 kB
29
30
  ℹ dist/libs/contracts/dist/docs/tech/schema/README.docblock.js 11.26 kB │ gzip: 4.34 kB
30
- ℹ dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js.map 11.25 kB │ gzip: 3.76 kB
31
31
  ℹ dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/schema/README.docblock.js 11.22 kB │ gzip: 4.34 kB
32
- ℹ dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js.map 11.19 kB │ gzip: 3.74 kB
32
+ ℹ dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js.map 11.22 kB │ gzip: 3.75 kB
33
33
  ℹ dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js.map 10.65 kB │ gzip: 4.04 kB
34
34
  ℹ dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js.map 10.60 kB │ gzip: 4.02 kB
35
35
  ℹ dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js 10.02 kB │ gzip: 3.85 kB
36
36
  ℹ dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js  9.96 kB │ gzip: 3.84 kB
37
- ℹ dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js  9.58 kB │ gzip: 3.53 kB
38
- ℹ dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js  9.54 kB │ gzip: 3.53 kB
37
+ ℹ dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js  9.61 kB │ gzip: 3.53 kB
38
+ ℹ dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js  9.56 kB │ gzip: 3.53 kB
39
39
  ℹ dist/views/Overview.js.map  7.14 kB │ gzip: 2.17 kB
40
40
  ℹ dist/views/Progress.js.map  7.13 kB │ gzip: 2.08 kB
41
41
  ℹ dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js.map  6.38 kB │ gzip: 2.86 kB
@@ -197,25 +197,55 @@ $ tsdown
197
197
  ℹ dist/views/Timeline.d.ts  0.34 kB │ gzip: 0.24 kB
198
198
  ℹ dist/views/index.d.ts  0.24 kB │ gzip: 0.12 kB
199
199
  ℹ dist/components/index.d.ts  0.18 kB │ gzip: 0.10 kB
200
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/ActionButtons.js
201
- ╭─[ ../../libs/design-system/dist/components/atoms/ActionButtons.js:7:60 ]
202
200
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
203
201
  ℹ dist/docs/learning-journey-ui-coaching.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
204
- ℹ 193 files, total: 600.49 kB
202
+ ℹ 193 files, total: 600.60 kB
203
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/Button.js
204
+ ╭─[ ../../libs/design-system/dist/components/atoms/Button.js:4:25 ]
205
205
  │
206
- 7 │ import { Edit, Eye, ToggleLeft, ToggleRight, Trash2 } from "lucide-react";
207
-  │ ───────┬──────
208
-  │ ╰──────── Module not found, treating it as an external dependency
206
+ 4 │ import { Loader2 } from "lucide-react";
207
+  │ ───────┬──────
208
+  │ ╰──────── Module not found, treating it as an external dependency
209
209
   │
210
210
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
211
211
  ───╯
212
212
 
213
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/DataChips.js
214
- ╭─[ ../../libs/design-system/dist/components/atoms/DataChips.js:4:41 ]
213
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/Header.js
214
+ ╭─[ ../../libs/design-system/dist/components/organisms/Header.js:14:22 ]
215
+ │
216
+ 14 │ import { Menu } from "lucide-react";
217
+  │ ───────┬──────
218
+  │ ╰──────── Module not found, treating it as an external dependency
219
+  │
220
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
221
+ ────╯
222
+
223
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/molecules/CommandSearchTrigger.js
224
+ ╭─[ ../../libs/design-system/dist/components/molecules/CommandSearchTrigger.js:8:28 ]
215
225
  │
216
- 4 │ import { Calendar, Clock, MapPin } from "lucide-react";
217
-  │ ───────┬──────
218
-  │ ╰──────── Module not found, treating it as an external dependency
226
+ 8 │ import { SearchIcon } from "lucide-react";
227
+  │ ───────┬──────
228
+  │ ╰──────── Module not found, treating it as an external dependency
229
+  │
230
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
231
+ ───╯
232
+
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
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/ActionButtons.js
244
+ ╭─[ ../../libs/design-system/dist/components/atoms/ActionButtons.js:7:60 ]
245
+ │
246
+ 7 │ import { Edit, Eye, ToggleLeft, ToggleRight, Trash2 } from "lucide-react";
247
+  │ ───────┬──────
248
+  │ ╰──────── Module not found, treating it as an external dependency
219
249
   │
220
250
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
221
251
  ───╯
@@ -240,6 +270,16 @@ $ tsdown
240
270
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
241
271
  ────╯
242
272
 
273
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/DataChips.js
274
+ ╭─[ ../../libs/design-system/dist/components/atoms/DataChips.js:4:41 ]
275
+ │
276
+ 4 │ import { Calendar, Clock, MapPin } 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
+
243
283
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/marketing/MarketingComparisonSection.js
244
284
  â•­─[ ../../libs/design-system/dist/components/marketing/MarketingComparisonSection.js:6:29 ]
245
285
  │
@@ -250,72 +290,72 @@ $ tsdown
250
290
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
251
291
  ───╯
252
292
 
253
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/LoaderCircular.js
254
- ╭─[ ../../libs/design-system/dist/components/atoms/LoaderCircular.js:5:25 ]
293
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js
294
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js:7:28 ]
255
295
  │
256
- 5 │ import { Loader2 } from "lucide-react";
257
-  │ ───────┬──────
258
-  │ ╰──────── Module not found, treating it as an external dependency
296
+ 7 │ import { SearchIcon } from "lucide-react";
297
+  │ ───────┬──────
298
+  │ ╰──────── Module not found, treating it as an external dependency
259
299
   │
260
300
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
261
301
  ───╯
262
302
 
263
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/molecules/CommandSearchTrigger.js
264
- ╭─[ ../../libs/design-system/dist/components/molecules/CommandSearchTrigger.js:8:28 ]
303
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/sheet.js
304
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/sheet.js:6:23 ]
265
305
  │
266
- 8 │ import { SearchIcon } from "lucide-react";
267
-  │ ───────┬──────
268
-  │ ╰──────── Module not found, treating it as an external dependency
306
+ 6 │ import { XIcon } from "lucide-react";
307
+  │ ───────┬──────
308
+  │ ╰──────── Module not found, treating it as an external dependency
269
309
   │
270
310
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
271
311
  ───╯
272
312
 
273
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/Header.js
274
- ╭─[ ../../libs/design-system/dist/components/organisms/Header.js:14:22 ]
313
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/sidebar.js
314
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/sidebar.js:12:8 ]
275
315
  │
276
- 14 │ import { Menu } from "lucide-react";
277
-  │ ───────┬──────
278
-  │ ╰──────── Module not found, treating it as an external dependency
316
+ 12 │ import "lucide-react";
317
+  │ ───────┬──────
318
+  │ ╰──────── Module not found, treating it as an external dependency
279
319
   │
280
320
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
281
321
  ────╯
282
322
 
283
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/Button.js
284
- ╭─[ ../../libs/design-system/dist/components/atoms/Button.js:4:25 ]
323
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/radio-group.js
324
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/radio-group.js:6:28 ]
285
325
  │
286
- 4 │ import { Loader2 } from "lucide-react";
287
-  │ ───────┬──────
288
-  │ ╰──────── Module not found, treating it as an external dependency
326
+ 6 │ import { CircleIcon } from "lucide-react";
327
+  │ ───────┬──────
328
+  │ ╰──────── Module not found, treating it as an external dependency
289
329
   │
290
330
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
291
331
  ───╯
292
332
 
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 ]
333
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/checkbox.js
334
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/checkbox.js:6:27 ]
295
335
  │
296
- 4 │ import { Loader2 } from "lucide-react";
297
-  │ ───────┬──────
298
-  │ ╰──────── Module not found, treating it as an external dependency
336
+ 6 │ import { CheckIcon } from "lucide-react";
337
+  │ ───────┬──────
338
+  │ ╰──────── Module not found, treating it as an external dependency
299
339
   │
300
340
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
301
341
  ───╯
302
342
 
303
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/select.js
304
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/select.js:6:59 ]
343
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/pagination.js
344
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/pagination.js:5:59 ]
305
345
  │
306
- 6 │ import { CheckIcon, ChevronDownIcon, ChevronUpIcon } from "lucide-react";
346
+ 5 │ import { ChevronLeft, ChevronRight, MoreHorizontal } from "lucide-react";
307
347
   │ ───────┬──────
308
348
   │ ╰──────── Module not found, treating it as an external dependency
309
349
   │
310
350
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
311
351
  ───╯
312
352
 
313
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/dropdown-menu.js
314
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/dropdown-menu.js:6:39 ]
353
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/accordion.js
354
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/accordion.js:6:33 ]
315
355
  │
316
- 6 │ import { CheckIcon, CircleIcon } from "lucide-react";
317
-  │ ───────┬──────
318
-  │ ╰──────── Module not found, treating it as an external dependency
356
+ 6 │ import { ChevronDownIcon } from "lucide-react";
357
+  │ ───────┬──────
358
+  │ ╰──────── Module not found, treating it as an external dependency
319
359
   │
320
360
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
321
361
  ───╯
@@ -330,122 +370,82 @@ $ tsdown
330
370
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
331
371
  ───╯
332
372
 
333
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/breadcrumb.js
334
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/breadcrumb.js:5:46 ]
335
- │
336
- 5 │ import { ChevronRight, MoreHorizontal } from "lucide-react";
337
-  │ ───────┬──────
338
-  │ ╰──────── Module not found, treating it as an external dependency
339
-  │
340
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
341
- ───╯
342
-
343
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js
344
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js:7:39 ]
345
- │
346
- 7 │ import { ArrowLeft, ArrowRight } from "lucide-react";
347
-  │ ───────┬──────
348
-  │ ╰──────── Module not found, treating it as an external dependency
349
-  │
350
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
351
- ───╯
352
-
353
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/checkbox.js
354
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/checkbox.js:6:27 ]
373
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/navigation-menu.js
374
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/navigation-menu.js:5:33 ]
355
375
  │
356
- 6 │ import { CheckIcon } from "lucide-react";
357
-  │ ───────┬──────
358
-  │ ╰──────── Module not found, treating it as an external dependency
376
+ 5 │ import { ChevronDownIcon } from "lucide-react";
377
+  │ ───────┬──────
378
+  │ ╰──────── Module not found, treating it as an external dependency
359
379
   │
360
380
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
361
381
  ───╯
362
382
 
363
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/sidebar.js
364
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/sidebar.js:12:8 ]
365
- │
366
- 12 │ import "lucide-react";
367
-  │ ───────┬──────
368
-  │ ╰──────── Module not found, treating it as an external dependency
369
-  │
370
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
371
- ────╯
372
-
373
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/radio-group.js
374
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/radio-group.js:6:28 ]
383
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/organisms/ListPage/ListPage.js
384
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/organisms/ListPage/ListPage.js:9:58 ]
375
385
  │
376
- 6 │ import { CircleIcon } from "lucide-react";
377
-  │ ───────┬──────
378
-  │ ╰──────── Module not found, treating it as an external dependency
386
+ 9 │ import { AlertTriangle, Loader2, Plus, RefreshCcw } from "lucide-react";
387
+  │ ───────┬──────
388
+  │ ╰──────── Module not found, treating it as an external dependency
379
389
   │
380
390
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
381
391
  ───╯
382
392
 
383
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/dialog.js
384
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/dialog.js:6:23 ]
393
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/breadcrumb.js
394
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/breadcrumb.js:5:46 ]
385
395
  │
386
- 6 │ import { XIcon } from "lucide-react";
387
-  │ ───────┬──────
388
-  │ ╰──────── Module not found, treating it as an external dependency
396
+ 5 │ import { ChevronRight, MoreHorizontal } from "lucide-react";
397
+  │ ───────┬──────
398
+  │ ╰──────── Module not found, treating it as an external dependency
389
399
   │
390
400
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
391
401
  ───╯
392
402
 
393
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/navigation-menu.js
394
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/navigation-menu.js:5:33 ]
403
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/dropdown-menu.js
404
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/dropdown-menu.js:6:39 ]
395
405
  │
396
- 5 │ import { ChevronDownIcon } from "lucide-react";
397
-  │ ───────┬──────
398
-  │ ╰──────── Module not found, treating it as an external dependency
406
+ 6 │ import { CheckIcon, CircleIcon } from "lucide-react";
407
+  │ ───────┬──────
408
+  │ ╰──────── Module not found, treating it as an external dependency
399
409
   │
400
410
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
401
411
  ───╯
402
412
 
403
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/sheet.js
404
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/sheet.js:6:23 ]
413
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js
414
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js:7:39 ]
405
415
  │
406
- 6 │ import { XIcon } from "lucide-react";
407
-  │ ───────┬──────
408
-  │ ╰──────── Module not found, treating it as an external dependency
416
+ 7 │ import { ArrowLeft, ArrowRight } from "lucide-react";
417
+  │ ───────┬──────
418
+  │ ╰──────── Module not found, treating it as an external dependency
409
419
   │
410
420
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
411
421
  ───╯
412
422
 
413
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js
414
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js:7:28 ]
423
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../learning-journey-ui-shared/dist/libs/design-system/dist/components/atoms/Button.js
424
+ ╭─[ ../learning-journey-ui-shared/dist/libs/design-system/dist/components/atoms/Button.js:4:25 ]
415
425
  │
416
- 7 │ import { SearchIcon } from "lucide-react";
417
-  │ ───────┬──────
418
-  │ ╰──────── Module not found, treating it as an external dependency
426
+ 4 │ import { Loader2 } from "lucide-react";
427
+  │ ───────┬──────
428
+  │ ╰──────── Module not found, treating it as an external dependency
419
429
   │
420
430
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
421
431
  ───╯
422
432
 
423
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/pagination.js
424
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/pagination.js:5:59 ]
433
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/select.js
434
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/select.js:6:59 ]
425
435
  │
426
- 5 │ import { ChevronLeft, ChevronRight, MoreHorizontal } from "lucide-react";
436
+ 6 │ import { CheckIcon, ChevronDownIcon, ChevronUpIcon } from "lucide-react";
427
437
   │ ───────┬──────
428
438
   │ ╰──────── Module not found, treating it as an external dependency
429
439
   │
430
440
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
431
441
  ───╯
432
442
 
433
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/organisms/ListPage/ListPage.js
434
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/organisms/ListPage/ListPage.js:9:58 ]
435
- │
436
- 9 │ import { AlertTriangle, Loader2, Plus, RefreshCcw } 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 ]
443
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/dialog.js
444
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/dialog.js:6:23 ]
445
445
  │
446
- 6 │ import { ChevronDownIcon } from "lucide-react";
447
-  │ ───────┬──────
448
-  │ ╰──────── Module not found, treating it as an external dependency
446
+ 6 │ import { XIcon } from "lucide-react";
447
+  │ ───────┬──────
448
+  │ ╰──────── Module not found, treating it as an external dependency
449
449
   │
450
450
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
451
451
  ───╯
@@ -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 8702ms
483
+ ✔ Build complete in 4148ms