@lssm/example.learning-journey-ui-onboarding 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.
@@ -2,7 +2,7 @@ $ bun build:bundle && bun build:types
2
2
  $ tsdown
3
3
  ℹ tsdown v0.18.1 powered by rolldown v1.0.0-beta.55
4
4
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-ui-onboarding/tsdown.config.js
5
- ℹ entry: src/OnboardingMiniApp.tsx, src/example.ts, src/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, src/components/CodeSnippet.tsx, src/components/JourneyMap.tsx, src/components/StepChecklist.tsx, src/components/index.ts
5
+ ℹ 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
6
6
  ℹ target: esnext
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
@@ -203,15 +203,25 @@ $ tsdown
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
205
  ℹ 196 files, total: 607.82 kB
206
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/Header.js
207
- ╭─[ ../../libs/design-system/dist/components/organisms/Header.js:14:22 ]
208
- │
209
- 14 │ import { Menu } from "lucide-react";
210
-  │ ───────┬──────
211
-  │ ╰──────── Module not found, treating it as an external dependency
212
-  │
213
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
214
- ────╯
206
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/DataChips.js
207
+ ╭─[ ../../libs/design-system/dist/components/atoms/DataChips.js:4:41 ]
208
+ │
209
+ 4 │ import { Calendar, Clock, MapPin } from "lucide-react";
210
+  │ ───────┬──────
211
+  │ ╰──────── Module not found, treating it as an external dependency
212
+  │
213
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
214
+ ───╯
215
+
216
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/Button.js
217
+ ╭─[ ../../libs/design-system/dist/components/atoms/Button.js:4:25 ]
218
+ │
219
+ 4 │ import { Loader2 } 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
+ ───╯
215
225
 
216
226
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/molecules/CommandSearchTrigger.js
217
227
  â•­─[ ../../libs/design-system/dist/components/molecules/CommandSearchTrigger.js:8:28 ]
@@ -233,6 +243,16 @@ $ tsdown
233
243
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
234
244
  ────╯
235
245
 
246
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/ActionButtons.js
247
+ ╭─[ ../../libs/design-system/dist/components/atoms/ActionButtons.js:7:60 ]
248
+ │
249
+ 7 │ import { Edit, Eye, ToggleLeft, ToggleRight, Trash2 } 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
+
236
256
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/marketing/MarketingComparisonSection.js
237
257
  â•­─[ ../../libs/design-system/dist/components/marketing/MarketingComparisonSection.js:6:29 ]
238
258
  │
@@ -253,62 +273,72 @@ $ tsdown
253
273
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
254
274
  ────╯
255
275
 
256
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/ActionButtons.js
257
- ╭─[ ../../libs/design-system/dist/components/atoms/ActionButtons.js:7:60 ]
276
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/LoaderCircular.js
277
+ ╭─[ ../../libs/design-system/dist/components/atoms/LoaderCircular.js:5:25 ]
258
278
  │
259
- 7 │ import { Edit, Eye, ToggleLeft, ToggleRight, Trash2 } from "lucide-react";
260
-  │ ───────┬──────
261
-  │ ╰──────── Module not found, treating it as an external dependency
279
+ 5 │ import { Loader2 } from "lucide-react";
280
+  │ ───────┬──────
281
+  │ ╰──────── Module not found, treating it as an external dependency
262
282
   │
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/atoms/DataChips.js
267
- ╭─[ ../../libs/design-system/dist/components/atoms/DataChips.js:4:41 ]
286
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/Header.js
287
+ ╭─[ ../../libs/design-system/dist/components/organisms/Header.js:14:22 ]
288
+ │
289
+ 14 │ 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
+ ────╯
295
+
296
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/dropdown-menu.js
297
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/dropdown-menu.js:6:39 ]
268
298
  │
269
- 4 │ import { Calendar, Clock, MapPin } from "lucide-react";
270
-  │ ───────┬──────
271
-  │ ╰──────── Module not found, treating it as an external dependency
299
+ 6 │ import { CheckIcon, CircleIcon } from "lucide-react";
300
+  │ ───────┬──────
301
+  │ ╰──────── Module not found, treating it as an external dependency
272
302
   │
273
303
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
274
304
  ───╯
275
305
 
276
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/Button.js
277
- ╭─[ ../../libs/design-system/dist/components/atoms/Button.js:4:25 ]
306
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/molecules/LangSwitchDropdown.js
307
+ ╭─[ ../../libs/design-system/dist/components/molecules/LangSwitchDropdown.js:4:23 ]
278
308
  │
279
- 4 │ import { Loader2 } from "lucide-react";
280
-  │ ───────┬──────
281
-  │ ╰──────── Module not found, treating it as an external dependency
309
+ 4 │ import { Globe } from "lucide-react";
310
+  │ ───────┬──────
311
+  │ ╰──────── Module not found, treating it as an external dependency
282
312
   │
283
313
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
284
314
  ───╯
285
315
 
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 ]
316
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/select.js
317
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/select.js:6:59 ]
288
318
  │
289
- 5 │ import { Loader2 } from "lucide-react";
290
-  │ ───────┬──────
291
-  │ ╰──────── Module not found, treating it as an external dependency
319
+ 6 │ import { CheckIcon, ChevronDownIcon, ChevronUpIcon } from "lucide-react";
320
+  │ ───────┬──────
321
+  │ ╰──────── Module not found, treating it as an external dependency
292
322
   │
293
323
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
294
324
  ───╯
295
325
 
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 ]
326
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../learning-journey-ui-shared/dist/libs/design-system/dist/components/atoms/Button.js
327
+ ╭─[ ../learning-journey-ui-shared/dist/libs/design-system/dist/components/atoms/Button.js:4:25 ]
298
328
  │
299
- 6 │ import { XIcon } from "lucide-react";
300
-  │ ───────┬──────
301
-  │ ╰──────── Module not found, treating it as an external dependency
329
+ 4 │ import { Loader2 } from "lucide-react";
330
+  │ ───────┬──────
331
+  │ ╰──────── Module not found, treating it as an external dependency
302
332
   │
303
333
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
304
334
  ───╯
305
335
 
306
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js
307
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js:7:39 ]
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 ]
308
338
  │
309
- 7 │ import { ArrowLeft, ArrowRight } from "lucide-react";
310
-  │ ───────┬──────
311
-  │ ╰──────── 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
312
342
   │
313
343
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
314
344
  ───╯
@@ -323,22 +353,12 @@ $ tsdown
323
353
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
324
354
  ───╯
325
355
 
326
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/navigation-menu.js
327
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/navigation-menu.js:5:33 ]
328
- │
329
- 5 │ import { ChevronDownIcon } 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
- ───╯
335
-
336
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/dropdown-menu.js
337
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/dropdown-menu.js:6:39 ]
356
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/sheet.js
357
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/sheet.js:6:23 ]
338
358
  │
339
- 6 │ import { CheckIcon, CircleIcon } from "lucide-react";
340
-  │ ───────┬──────
341
-  │ ╰──────── Module not found, treating it as an external dependency
359
+ 6 │ import { XIcon } from "lucide-react";
360
+  │ ───────┬──────
361
+  │ ╰──────── Module not found, treating it as an external dependency
342
362
   │
343
363
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
344
364
  ───╯
@@ -353,12 +373,12 @@ $ tsdown
353
373
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
354
374
  ────╯
355
375
 
356
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/select.js
357
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/select.js:6:59 ]
376
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/checkbox.js
377
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/checkbox.js:6:27 ]
358
378
  │
359
- 6 │ import { CheckIcon, ChevronDownIcon, ChevronUpIcon } from "lucide-react";
360
-  │ ───────┬──────
361
-  │ ╰──────── Module not found, treating it as an external dependency
379
+ 6 │ import { CheckIcon } from "lucide-react";
380
+  │ ───────┬──────
381
+  │ ╰──────── Module not found, treating it as an external dependency
362
382
   │
363
383
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
364
384
  ───╯
@@ -373,26 +393,6 @@ $ tsdown
373
393
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
374
394
  ───╯
375
395
 
376
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js
377
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js:7:28 ]
378
- │
379
- 7 │ import { SearchIcon } from "lucide-react";
380
-  │ ───────┬──────
381
-  │ ╰──────── Module not found, treating it as an external dependency
382
-  │
383
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
384
- ───╯
385
-
386
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/molecules/LangSwitchDropdown.js
387
- ╭─[ ../../libs/design-system/dist/components/molecules/LangSwitchDropdown.js:4:23 ]
388
- │
389
- 4 │ import { Globe } from "lucide-react";
390
-  │ ───────┬──────
391
-  │ ╰──────── Module not found, treating it as an external dependency
392
-  │
393
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
394
- ───╯
395
-
396
396
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/pagination.js
397
397
  â•­─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/pagination.js:5:59 ]
398
398
  │
@@ -403,30 +403,30 @@ $ tsdown
403
403
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
404
404
  ───╯
405
405
 
406
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/organisms/ListPage/ListPage.js
407
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/organisms/ListPage/ListPage.js:9:58 ]
406
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/radio-group.js
407
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/radio-group.js:6:28 ]
408
408
  │
409
- 9 │ import { AlertTriangle, Loader2, Plus, RefreshCcw } from "lucide-react";
410
-  │ ───────┬──────
411
-  │ ╰──────── Module not found, treating it as an external dependency
409
+ 6 │ import { CircleIcon } from "lucide-react";
410
+  │ ───────┬──────
411
+  │ ╰──────── Module not found, treating it as an external dependency
412
412
   │
413
413
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
414
414
  ───╯
415
415
 
416
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/checkbox.js
417
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/checkbox.js:6:27 ]
416
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js
417
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js:7:39 ]
418
418
  │
419
- 6 │ import { CheckIcon } from "lucide-react";
420
-  │ ───────┬──────
421
-  │ ╰──────── Module not found, treating it as an external dependency
419
+ 7 │ import { ArrowLeft, ArrowRight } from "lucide-react";
420
+  │ ───────┬──────
421
+  │ ╰──────── Module not found, treating it as an external dependency
422
422
   │
423
423
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
424
424
  ───╯
425
425
 
426
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/radio-group.js
427
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/radio-group.js:6:28 ]
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 ]
428
428
  │
429
- 6 │ import { CircleIcon } from "lucide-react";
429
+ 7 │ import { SearchIcon } from "lucide-react";
430
430
   │ ───────┬──────
431
431
   │ ╰──────── Module not found, treating it as an external dependency
432
432
   │
@@ -443,12 +443,12 @@ $ tsdown
443
443
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
444
444
  ───╯
445
445
 
446
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../learning-journey-ui-shared/dist/libs/design-system/dist/components/atoms/Button.js
447
- ╭─[ ../learning-journey-ui-shared/dist/libs/design-system/dist/components/atoms/Button.js:4:25 ]
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
448
  │
449
- 4 │ import { Loader2 } from "lucide-react";
450
-  │ ───────┬──────
451
-  │ ╰──────── Module not found, treating it as an external dependency
449
+ 9 │ import { AlertTriangle, Loader2, Plus, RefreshCcw } from "lucide-react";
450
+  │ ───────┬──────
451
+  │ ╰──────── Module not found, treating it as an external dependency
452
452
   │
453
453
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
454
454
  ───╯
@@ -483,5 +483,5 @@ $ 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 25323ms
486
+ ✔ Build complete in 13447ms
487
487
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.learning-journey-ui-onboarding
2
2
 
3
- ## 0.0.0-canary-20251220015515
3
+ ## 0.0.0-canary-20251220030446
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,12 +9,12 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [66a5dfd]
12
- - @lssm/example.learning-journey-platform-tour@0.0.0-canary-20251220015515
13
- - @lssm/example.learning-journey-studio-onboarding@0.0.0-canary-20251220015515
14
- - @lssm/example.learning-journey-ui-shared@0.0.0-canary-20251220015515
15
- - @lssm/lib.contracts@0.0.0-canary-20251220015515
16
- - @lssm/lib.design-system@0.0.0-canary-20251220015515
17
- - @lssm/lib.schema@0.0.0-canary-20251220015515
18
- - @lssm/lib.ui-kit-core@0.0.0-canary-20251220015515
19
- - @lssm/lib.ui-kit-web@0.0.0-canary-20251220015515
20
- - @lssm/module.learning-journey@0.0.0-canary-20251220015515
12
+ - @lssm/example.learning-journey-platform-tour@0.0.0-canary-20251220030446
13
+ - @lssm/example.learning-journey-studio-onboarding@0.0.0-canary-20251220030446
14
+ - @lssm/example.learning-journey-ui-shared@0.0.0-canary-20251220030446
15
+ - @lssm/lib.contracts@0.0.0-canary-20251220030446
16
+ - @lssm/lib.design-system@0.0.0-canary-20251220030446
17
+ - @lssm/lib.schema@0.0.0-canary-20251220030446
18
+ - @lssm/lib.ui-kit-core@0.0.0-canary-20251220030446
19
+ - @lssm/lib.ui-kit-web@0.0.0-canary-20251220030446
20
+ - @lssm/module.learning-journey@0.0.0-canary-20251220030446
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.learning-journey-ui-onboarding",
3
- "version": "0.0.0-canary-20251220015515",
3
+ "version": "0.0.0-canary-20251220030446",
4
4
  "description": "Developer onboarding UI with checklists and journey maps.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -36,20 +36,20 @@
36
36
  "test": "bun test"
37
37
  },
38
38
  "dependencies": {
39
- "@lssm/lib.ui-kit-core": "0.0.0-canary-20251220015515",
40
- "@lssm/lib.schema": "0.0.0-canary-20251220015515",
41
- "@lssm/lib.contracts": "0.0.0-canary-20251220015515",
42
- "@lssm/example.learning-journey-ui-shared": "0.0.0-canary-20251220015515",
43
- "@lssm/example.learning-journey-studio-onboarding": "0.0.0-canary-20251220015515",
44
- "@lssm/example.learning-journey-platform-tour": "0.0.0-canary-20251220015515",
45
- "@lssm/module.learning-journey": "0.0.0-canary-20251220015515",
46
- "@lssm/lib.design-system": "0.0.0-canary-20251220015515",
47
- "@lssm/lib.ui-kit-web": "0.0.0-canary-20251220015515",
39
+ "@lssm/lib.ui-kit-core": "0.0.0-canary-20251220030446",
40
+ "@lssm/lib.schema": "0.0.0-canary-20251220030446",
41
+ "@lssm/lib.contracts": "0.0.0-canary-20251220030446",
42
+ "@lssm/example.learning-journey-ui-shared": "0.0.0-canary-20251220030446",
43
+ "@lssm/example.learning-journey-studio-onboarding": "0.0.0-canary-20251220030446",
44
+ "@lssm/example.learning-journey-platform-tour": "0.0.0-canary-20251220030446",
45
+ "@lssm/module.learning-journey": "0.0.0-canary-20251220030446",
46
+ "@lssm/lib.design-system": "0.0.0-canary-20251220030446",
47
+ "@lssm/lib.ui-kit-web": "0.0.0-canary-20251220030446",
48
48
  "react": "19.2.3"
49
49
  },
50
50
  "devDependencies": {
51
- "@lssm/tool.tsdown": "0.0.0-canary-20251220015515",
52
- "@lssm/tool.typescript": "0.0.0-canary-20251220015515",
51
+ "@lssm/tool.tsdown": "0.0.0-canary-20251220030446",
52
+ "@lssm/tool.typescript": "0.0.0-canary-20251220030446",
53
53
  "@types/react": "^19.1.6",
54
54
  "tsdown": "^0.18.1",
55
55
  "typescript": "^5.9.3"