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