@lssm/example.learning-journey-ui-coaching 0.0.0-canary-20251220015515 → 0.0.0-canary-20251220030446

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-coaching/tsdown.config.js
4
- ℹ entry: src/CoachingMiniApp.tsx, src/example.ts, src/index.ts, src/components/EngagementMeter.tsx, src/components/TipCard.tsx, src/components/TipFeed.tsx, src/components/index.ts, src/docs/index.ts, src/docs/learning-journey-ui-coaching.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/CoachingMiniApp.tsx, src/example.ts, src/index.ts, src/docs/index.ts, src/docs/learning-journey-ui-coaching.docblock.ts, src/views/Overview.tsx, src/views/Progress.tsx, src/views/Steps.tsx, src/views/Timeline.tsx, src/views/index.ts, src/components/EngagementMeter.tsx, src/components/TipCard.tsx, src/components/TipFeed.tsx, src/components/index.ts
5
5
  ℹ target: esnext
6
6
  ℹ tsconfig: tsconfig.json
7
7
  ℹ Build start
@@ -210,16 +210,6 @@ $ tsdown
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/Button.js
214
- ╭─[ ../../libs/design-system/dist/components/atoms/Button.js:4:25 ]
215
- │
216
- 4 │ import { Loader2 } 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
213
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/DataChips.js
224
214
  â•­─[ ../../libs/design-system/dist/components/atoms/DataChips.js:4:41 ]
225
215
  │
@@ -230,16 +220,6 @@ $ tsdown
230
220
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
231
221
  ───╯
232
222
 
233
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/marketing/MarketingComparisonSection.js
234
- ╭─[ ../../libs/design-system/dist/components/marketing/MarketingComparisonSection.js:6:29 ]
235
- │
236
- 6 │ import { CheckCircle } 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
223
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/Header.js
244
224
  â•­─[ ../../libs/design-system/dist/components/organisms/Header.js:14:22 ]
245
225
  │
@@ -250,22 +230,32 @@ $ tsdown
250
230
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
251
231
  ────╯
252
232
 
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 ]
233
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/MarketingHeaderMobile.js
234
+ ╭─[ ../../libs/design-system/dist/components/organisms/MarketingHeaderMobile.js:12:22 ]
235
+ │
236
+ 12 │ import { Menu } 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/marketing/MarketingComparisonSection.js
244
+ ╭─[ ../../libs/design-system/dist/components/marketing/MarketingComparisonSection.js:6:29 ]
255
245
  │
256
- 5 │ import { Loader2 } from "lucide-react";
257
-  │ ───────┬──────
258
-  │ ╰──────── Module not found, treating it as an external dependency
246
+ 6 │ import { CheckCircle } from "lucide-react";
247
+  │ ───────┬──────
248
+  │ ╰──────── Module not found, treating it as an external dependency
259
249
   │
260
250
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
261
251
  ───╯
262
252
 
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 ]
253
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/Button.js
254
+ ╭─[ ../../libs/design-system/dist/components/atoms/Button.js:4:25 ]
265
255
  │
266
- 8 │ import { SearchIcon } from "lucide-react";
267
-  │ ───────┬──────
268
-  │ ╰──────── Module not found, treating it as an external dependency
256
+ 4 │ import { Loader2 } from "lucide-react";
257
+  │ ───────┬──────
258
+  │ ╰──────── Module not found, treating it as an external dependency
269
259
   │
270
260
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
271
261
  ───╯
@@ -280,102 +270,82 @@ $ tsdown
280
270
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
281
271
  ────╯
282
272
 
283
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/MarketingHeaderMobile.js
284
- ╭─[ ../../libs/design-system/dist/components/organisms/MarketingHeaderMobile.js:12:22 ]
285
- │
286
- 12 │ import { Menu } 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 ../../libs/design-system/dist/ui-kit-web/dist/ui/dropdown-menu.js
294
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/dropdown-menu.js:6:39 ]
273
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/molecules/CommandSearchTrigger.js
274
+ ╭─[ ../../libs/design-system/dist/components/molecules/CommandSearchTrigger.js:8:28 ]
295
275
  │
296
- 6 │ import { CheckIcon, CircleIcon } from "lucide-react";
297
-  │ ───────┬──────
298
-  │ ╰──────── Module not found, treating it as an external dependency
276
+ 8 │ import { SearchIcon } from "lucide-react";
277
+  │ ───────┬──────
278
+  │ ╰──────── Module not found, treating it as an external dependency
299
279
   │
300
280
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
301
281
  ───╯
302
282
 
303
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../learning-journey-ui-shared/dist/libs/design-system/dist/components/atoms/Button.js
304
- ╭─[ ../learning-journey-ui-shared/dist/libs/design-system/dist/components/atoms/Button.js:4:25 ]
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 ]
305
285
  │
306
- 4 │ import { Loader2 } from "lucide-react";
286
+ 5 │ import { Loader2 } from "lucide-react";
307
287
   │ ───────┬──────
308
288
   │ ╰──────── Module not found, treating it as an external dependency
309
289
   │
310
290
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
311
291
  ───╯
312
292
 
313
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/navigation-menu.js
314
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/navigation-menu.js:5:33 ]
315
- │
316
- 5 │ import { ChevronDownIcon } from "lucide-react";
317
-  │ ───────┬──────
318
-  │ ╰──────── Module not found, treating it as an external dependency
319
-  │
320
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
321
- ───╯
322
-
323
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/pagination.js
324
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/pagination.js:5:59 ]
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
- 5 │ import { ChevronLeft, ChevronRight, MoreHorizontal } 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/dialog.js
334
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/dialog.js:6:23 ]
303
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/molecules/LangSwitchDropdown.js
304
+ ╭─[ ../../libs/design-system/dist/components/molecules/LangSwitchDropdown.js:4:23 ]
335
305
  │
336
- 6 │ import { XIcon } from "lucide-react";
306
+ 4 │ import { Globe } from "lucide-react";
337
307
   │ ───────┬──────
338
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
  ───╯
342
312
 
343
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js
344
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js:7:28 ]
313
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/radio-group.js
314
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/radio-group.js:6:28 ]
345
315
  │
346
- 7 │ import { SearchIcon } from "lucide-react";
316
+ 6 │ import { CircleIcon } from "lucide-react";
347
317
   │ ───────┬──────
348
318
   │ ╰──────── Module not found, treating it as an external dependency
349
319
   │
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/components/molecules/LangSwitchDropdown.js
354
- ╭─[ ../../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/carousel.js
324
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js:7:39 ]
355
325
  │
356
- 4 │ import { Globe } from "lucide-react";
357
-  │ ───────┬──────
358
-  │ ╰──────── Module not found, treating it as an external dependency
326
+ 7 │ import { ArrowLeft, ArrowRight } from "lucide-react";
327
+  │ ───────┬──────
328
+  │ ╰──────── Module not found, treating it as an external dependency
359
329
   │
360
330
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
361
331
  ───╯
362
332
 
363
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/sheet.js
364
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/sheet.js:6:23 ]
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 ]
365
335
  │
366
- 6 │ import { XIcon } from "lucide-react";
367
-  │ ───────┬──────
368
-  │ ╰──────── 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
369
339
   │
370
340
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
371
341
  ───╯
372
342
 
373
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/accordion.js
374
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/accordion.js:6:33 ]
343
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/select.js
344
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/select.js:6:59 ]
375
345
  │
376
- 6 │ import { ChevronDownIcon } from "lucide-react";
377
-  │ ───────┬──────
378
-  │ ╰──────── Module not found, treating it as an external dependency
346
+ 6 │ import { CheckIcon, ChevronDownIcon, ChevronUpIcon } from "lucide-react";
347
+  │ ───────┬──────
348
+  │ ╰──────── Module not found, treating it as an external dependency
379
349
   │
380
350
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
381
351
  ───╯
@@ -390,6 +360,26 @@ $ tsdown
390
360
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
391
361
  ───╯
392
362
 
363
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/dropdown-menu.js
364
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/dropdown-menu.js:6:39 ]
365
+ │
366
+ 6 │ import { CheckIcon, CircleIcon } from "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/navigation-menu.js
374
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/navigation-menu.js:5:33 ]
375
+ │
376
+ 5 │ import { ChevronDownIcon } from "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
+
393
383
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/breadcrumb.js
394
384
  â•­─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/breadcrumb.js:5:46 ]
395
385
  │
@@ -400,12 +390,22 @@ $ tsdown
400
390
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
401
391
  ───╯
402
392
 
403
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js
404
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js:7:39 ]
393
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js
394
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js:7:28 ]
405
395
  │
406
- 7 │ import { ArrowLeft, ArrowRight } from "lucide-react";
407
-  │ ───────┬──────
408
-  │ ╰──────── Module not found, treating it as an external dependency
396
+ 7 │ import { SearchIcon } 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/sheet.js
404
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/sheet.js:6:23 ]
405
+ │
406
+ 6 │ import { XIcon } from "lucide-react";
407
+  │ ───────┬──────
408
+  │ ╰──────── Module not found, treating it as an external dependency
409
409
   │
410
410
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
411
411
  ───╯
@@ -420,32 +420,32 @@ $ tsdown
420
420
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
421
421
  ────╯
422
422
 
423
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/checkbox.js
424
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/checkbox.js:6:27 ]
423
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/accordion.js
424
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/accordion.js:6:33 ]
425
425
  │
426
- 6 │ import { CheckIcon } from "lucide-react";
427
-  │ ───────┬──────
428
-  │ ╰──────── Module not found, treating it as an external dependency
426
+ 6 │ import { ChevronDownIcon } from "lucide-react";
427
+  │ ───────┬──────
428
+  │ ╰──────── Module not found, treating it as an external dependency
429
429
   │
430
430
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
431
431
  ───╯
432
432
 
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 ]
433
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/pagination.js
434
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/pagination.js:5:59 ]
435
435
  │
436
- 6 │ import { CircleIcon } from "lucide-react";
437
-  │ ───────┬──────
438
-  │ ╰──────── Module not found, treating it as an external dependency
436
+ 5 │ import { ChevronLeft, ChevronRight, MoreHorizontal } from "lucide-react";
437
+  │ ───────┬──────
438
+  │ ╰──────── Module not found, treating it as an external dependency
439
439
   │
440
440
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
441
441
  ───╯
442
442
 
443
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/select.js
444
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/select.js:6:59 ]
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 { CheckIcon, ChevronDownIcon, ChevronUpIcon } 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 5533ms
483
+ ✔ Build complete in 7628ms