@lssm/example.learning-journey-ui-onboarding 0.0.0-canary-20251221153314 → 0.0.0-canary-20251221164004

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.
@@ -1,7 +1,7 @@
1
1
  $ tsdown
2
2
  ℹ tsdown v0.18.1 powered by rolldown v1.0.0-beta.55
3
3
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-ui-onboarding/tsdown.config.js
4
- ℹ entry: src/OnboardingMiniApp.tsx, src/example.ts, src/index.ts, src/components/CodeSnippet.tsx, src/components/JourneyMap.tsx, src/components/StepChecklist.tsx, src/components/index.ts, src/docs/index.ts, src/docs/learning-journey-ui-onboarding.docblock.ts, src/views/Overview.tsx, src/views/Progress.tsx, src/views/Steps.tsx, src/views/Timeline.tsx, src/views/index.ts
4
+ ℹ entry: src/OnboardingMiniApp.tsx, src/example.ts, src/index.ts, src/docs/index.ts, src/docs/learning-journey-ui-onboarding.docblock.ts, src/components/CodeSnippet.tsx, src/components/JourneyMap.tsx, src/components/StepChecklist.tsx, src/components/index.ts, src/views/Overview.tsx, src/views/Progress.tsx, src/views/Steps.tsx, src/views/Timeline.tsx, src/views/index.ts
5
5
  ℹ target: esnext
6
6
  ℹ tsconfig: tsconfig.json
7
7
  ℹ Build start
@@ -213,6 +213,26 @@ $ tsdown
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/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/atoms/ActionButtons.js
227
+ ╭─[ ../../libs/design-system/dist/components/atoms/ActionButtons.js:7:60 ]
228
+ │
229
+ 7 │ import { Edit, Eye, ToggleLeft, ToggleRight, Trash2 } from "lucide-react";
230
+  │ ───────┬──────
231
+  │ ╰──────── Module not found, treating it as an external dependency
232
+  │
233
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
234
+ ───╯
235
+
216
236
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/LoaderCircular.js
217
237
  â•­─[ ../../libs/design-system/dist/components/atoms/LoaderCircular.js:5:25 ]
218
238
  │
@@ -223,6 +243,16 @@ $ tsdown
223
243
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
224
244
  ───╯
225
245
 
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
+ │
249
+ 6 │ import { CheckCircle } from "lucide-react";
250
+  │ ───────┬──────
251
+  │ ╰──────── Module not found, treating it as an external dependency
252
+  │
253
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
254
+ ───╯
255
+
226
256
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/Header.js
227
257
  â•­─[ ../../libs/design-system/dist/components/organisms/Header.js:14:22 ]
228
258
  │
@@ -233,16 +263,6 @@ $ tsdown
233
263
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
234
264
  ────╯
235
265
 
236
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/MarketingHeader.js
237
- ╭─[ ../../libs/design-system/dist/components/organisms/MarketingHeader.js:19:22 ]
238
- │
239
- 19 │ import { Menu } 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
266
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/MarketingHeaderMobile.js
247
267
  â•­─[ ../../libs/design-system/dist/components/organisms/MarketingHeaderMobile.js:12:22 ]
248
268
  │
@@ -263,82 +283,22 @@ $ tsdown
263
283
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
264
284
  ───╯
265
285
 
266
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/marketing/MarketingComparisonSection.js
267
- ╭─[ ../../libs/design-system/dist/components/marketing/MarketingComparisonSection.js:6:29 ]
268
- │
269
- 6 │ import { CheckCircle } from "lucide-react";
270
-  │ ───────┬──────
271
-  │ ╰──────── Module not found, treating it as an external dependency
272
-  │
273
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
274
- ───╯
275
-
276
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/ActionButtons.js
277
- ╭─[ ../../libs/design-system/dist/components/atoms/ActionButtons.js:7:60 ]
278
- │
279
- 7 │ import { Edit, Eye, ToggleLeft, ToggleRight, Trash2 } from "lucide-react";
280
-  │ ───────┬──────
281
-  │ ╰──────── Module not found, treating it as an external dependency
282
-  │
283
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
284
- ───╯
285
-
286
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/DataChips.js
287
- ╭─[ ../../libs/design-system/dist/components/atoms/DataChips.js:4:41 ]
288
- │
289
- 4 │ import { Calendar, Clock, MapPin } from "lucide-react";
290
-  │ ───────┬──────
291
-  │ ╰──────── Module not found, treating it as an external dependency
292
-  │
293
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
294
- ───╯
295
-
296
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../learning-journey-ui-shared/dist/libs/design-system/dist/components/atoms/Button.js
297
- ╭─[ ../learning-journey-ui-shared/dist/libs/design-system/dist/components/atoms/Button.js:4:25 ]
298
- │
299
- 4 │ import { Loader2 } 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
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/sheet.js
307
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/sheet.js:6:23 ]
308
- │
309
- 6 │ import { XIcon } 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/breadcrumb.js
317
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/breadcrumb.js:5:46 ]
318
- │
319
- 5 │ import { ChevronRight, MoreHorizontal } 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
-
326
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/molecules/LangSwitchDropdown.js
327
- ╭─[ ../../libs/design-system/dist/components/molecules/LangSwitchDropdown.js:4:23 ]
328
- │
329
- 4 │ import { Globe } from "lucide-react";
330
-  │ ───────┬──────
331
-  │ ╰──────── Module not found, treating it as an external dependency
332
-  │
333
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
334
- ───╯
286
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/MarketingHeader.js
287
+ ╭─[ ../../libs/design-system/dist/components/organisms/MarketingHeader.js:19:22 ]
288
+ │
289
+ 19 │ import { Menu } from "lucide-react";
290
+  │ ───────┬──────
291
+  │ ╰──────── Module not found, treating it as an external dependency
292
+  │
293
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
294
+ ────╯
335
295
 
336
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js
337
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js:7:39 ]
296
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/pagination.js
297
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/pagination.js:5:59 ]
338
298
  │
339
- 7 │ import { ArrowLeft, ArrowRight } from "lucide-react";
340
-  │ ───────┬──────
341
-  │ ╰──────── Module not found, treating it as an external dependency
299
+ 5 │ import { ChevronLeft, ChevronRight, MoreHorizontal } from "lucide-react";
300
+  │ ───────┬──────
301
+  │ ╰──────── Module not found, treating it as an external dependency
342
302
   │
343
303
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
344
304
  ───╯
@@ -373,12 +333,12 @@ $ tsdown
373
333
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
374
334
  ───╯
375
335
 
376
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/organisms/ListPage/ListPage.js
377
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/organisms/ListPage/ListPage.js:9:58 ]
336
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/navigation-menu.js
337
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/navigation-menu.js:5:33 ]
378
338
  │
379
- 9 │ import { AlertTriangle, Loader2, Plus, RefreshCcw } from "lucide-react";
380
-  │ ───────┬──────
381
-  │ ╰──────── Module not found, treating it as an external dependency
339
+ 5 │ import { ChevronDownIcon } from "lucide-react";
340
+  │ ───────┬──────
341
+  │ ╰──────── Module not found, treating it as an external dependency
382
342
   │
383
343
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
384
344
  ───╯
@@ -393,6 +353,16 @@ $ tsdown
393
353
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
394
354
  ───╯
395
355
 
356
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/dialog.js
357
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/dialog.js:6:23 ]
358
+ │
359
+ 6 │ import { XIcon } from "lucide-react";
360
+  │ ───────┬──────
361
+  │ ╰──────── Module not found, treating it as an external dependency
362
+  │
363
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
364
+ ───╯
365
+
396
366
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js
397
367
  â•­─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js:7:28 ]
398
368
  │
@@ -403,22 +373,22 @@ $ tsdown
403
373
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
404
374
  ───╯
405
375
 
406
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/dialog.js
407
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/dialog.js:6:23 ]
376
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js
377
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js:7:39 ]
408
378
  │
409
- 6 │ import { XIcon } from "lucide-react";
410
-  │ ───────┬──────
411
-  │ ╰──────── Module not found, treating it as an external dependency
379
+ 7 │ import { ArrowLeft, ArrowRight } from "lucide-react";
380
+  │ ───────┬──────
381
+  │ ╰──────── Module not found, treating it as an external dependency
412
382
   │
413
383
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
414
384
  ───╯
415
385
 
416
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/pagination.js
417
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/pagination.js:5:59 ]
386
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../learning-journey-ui-shared/dist/libs/design-system/dist/components/atoms/Button.js
387
+ ╭─[ ../learning-journey-ui-shared/dist/libs/design-system/dist/components/atoms/Button.js:4:25 ]
418
388
  │
419
- 5 │ import { ChevronLeft, ChevronRight, MoreHorizontal } from "lucide-react";
420
-  │ ───────┬──────
421
-  │ ╰──────── Module not found, treating it as an external dependency
389
+ 4 │ import { Loader2 } from "lucide-react";
390
+  │ ───────┬──────
391
+  │ ╰──────── Module not found, treating it as an external dependency
422
392
   │
423
393
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
424
394
  ───╯
@@ -443,22 +413,42 @@ $ tsdown
443
413
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
444
414
  ───╯
445
415
 
446
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/navigation-menu.js
447
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/navigation-menu.js:5:33 ]
416
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/sheet.js
417
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/sheet.js:6:23 ]
448
418
  │
449
- 5 │ import { ChevronDownIcon } from "lucide-react";
450
-  │ ───────┬──────
451
-  │ ╰──────── Module not found, treating it as an external dependency
419
+ 6 │ import { XIcon } from "lucide-react";
420
+  │ ───────┬──────
421
+  │ ╰──────── Module not found, treating it as an external dependency
452
422
   │
453
423
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
454
424
  ───╯
455
425
 
456
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js
457
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js:7:48 ]
426
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/molecules/LangSwitchDropdown.js
427
+ ╭─[ ../../libs/design-system/dist/components/molecules/LangSwitchDropdown.js:4:23 ]
458
428
  │
459
- 7 │ import { ChevronDown, ChevronUp, Filter } from "lucide-react";
460
-  │ ───────┬──────
461
-  │ ╰──────── Module not found, treating it as an external dependency
429
+ 4 │ import { Globe } from "lucide-react";
430
+  │ ───────┬──────
431
+  │ ╰──────── Module not found, treating it as an external dependency
432
+  │
433
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
434
+ ───╯
435
+
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 ]
438
+ │
439
+ 5 │ import { ChevronRight, MoreHorizontal } from "lucide-react";
440
+  │ ───────┬──────
441
+  │ ╰──────── Module not found, treating it as an external dependency
442
+  │
443
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
444
+ ───╯
445
+
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 ]
448
+ │
449
+ 9 │ import { AlertTriangle, Loader2, Plus, RefreshCcw } from "lucide-react";
450
+  │ ───────┬──────
451
+  │ ╰──────── Module not found, treating it as an external dependency
462
452
   │
463
453
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
464
454
  ───╯
@@ -473,6 +463,16 @@ $ tsdown
473
463
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
474
464
  ───╯
475
465
 
466
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js
467
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js:7:48 ]
468
+ │
469
+ 7 │ import { ChevronDown, ChevronUp, Filter } 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 5904ms
486
+ ✔ Build complete in 8925ms