@contractspec/example.learning-journey-ui-onboarding 1.62.0 → 2.1.0

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.
Files changed (45) hide show
  1. package/.turbo/turbo-build.log +15 -15
  2. package/CHANGELOG.md +94 -45
  3. package/dist/OnboardingMiniApp.d.ts +0 -1
  4. package/dist/browser/docs/index.js +1 -1
  5. package/dist/browser/docs/learning-journey-ui-onboarding.docblock.js +1 -1
  6. package/dist/browser/example.js +1 -1
  7. package/dist/browser/index.js +2 -2
  8. package/dist/components/CodeSnippet.d.ts +0 -1
  9. package/dist/components/JourneyMap.d.ts +0 -1
  10. package/dist/components/StepChecklist.d.ts +0 -1
  11. package/dist/components/index.d.ts +0 -1
  12. package/dist/docs/index.d.ts +0 -1
  13. package/dist/docs/index.js +1 -1
  14. package/dist/docs/learning-journey-ui-onboarding.docblock.d.ts +0 -1
  15. package/dist/docs/learning-journey-ui-onboarding.docblock.js +1 -1
  16. package/dist/example.d.ts +1 -2
  17. package/dist/example.js +1 -1
  18. package/dist/index.d.ts +0 -1
  19. package/dist/index.js +2 -2
  20. package/dist/node/docs/index.js +1 -1
  21. package/dist/node/docs/learning-journey-ui-onboarding.docblock.js +1 -1
  22. package/dist/node/example.js +1 -1
  23. package/dist/node/index.js +2 -2
  24. package/dist/views/Overview.d.ts +0 -1
  25. package/dist/views/Progress.d.ts +0 -1
  26. package/dist/views/Steps.d.ts +0 -1
  27. package/dist/views/Timeline.d.ts +0 -1
  28. package/dist/views/index.d.ts +0 -1
  29. package/package.json +12 -12
  30. package/src/docs/learning-journey-ui-onboarding.docblock.ts +2 -2
  31. package/src/example.ts +1 -1
  32. package/dist/OnboardingMiniApp.d.ts.map +0 -1
  33. package/dist/components/CodeSnippet.d.ts.map +0 -1
  34. package/dist/components/JourneyMap.d.ts.map +0 -1
  35. package/dist/components/StepChecklist.d.ts.map +0 -1
  36. package/dist/components/index.d.ts.map +0 -1
  37. package/dist/docs/index.d.ts.map +0 -1
  38. package/dist/docs/learning-journey-ui-onboarding.docblock.d.ts.map +0 -1
  39. package/dist/example.d.ts.map +0 -1
  40. package/dist/index.d.ts.map +0 -1
  41. package/dist/views/Overview.d.ts.map +0 -1
  42. package/dist/views/Progress.d.ts.map +0 -1
  43. package/dist/views/Steps.d.ts.map +0 -1
  44. package/dist/views/Timeline.d.ts.map +0 -1
  45. package/dist/views/index.d.ts.map +0 -1
@@ -3,10 +3,10 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
5
  [contractspec-bun-build] transpile target=bun root=src entries=14
6
- Bundled 14 modules in 49ms
6
+ Bundled 14 modules in 58ms
7
7
 
8
8
  ./OnboardingMiniApp.js 45.50 KB (entry point)
9
- ./index.js 49.70 KB (entry point)
9
+ ./index.js 49.71 KB (entry point)
10
10
  views/index.js 42.79 KB (entry point)
11
11
  views/Overview.js 11.1 KB (entry point)
12
12
  views/Progress.js 12.10 KB (entry point)
@@ -16,15 +16,15 @@ Bundled 14 modules in 49ms
16
16
  components/CodeSnippet.js 2.36 KB (entry point)
17
17
  components/JourneyMap.js 2.78 KB (entry point)
18
18
  components/StepChecklist.js 4.41 KB (entry point)
19
- docs/index.js 0.80 KB (entry point)
20
- docs/learning-journey-ui-onboarding.docblock.js 0.80 KB (entry point)
21
- ./example.js 0.94 KB (entry point)
19
+ docs/index.js 0.81 KB (entry point)
20
+ docs/learning-journey-ui-onboarding.docblock.js 0.81 KB (entry point)
21
+ ./example.js 0.95 KB (entry point)
22
22
 
23
23
  [contractspec-bun-build] transpile target=node root=src entries=14
24
- Bundled 14 modules in 27ms
24
+ Bundled 14 modules in 41ms
25
25
 
26
26
  ./OnboardingMiniApp.js 45.44 KB (entry point)
27
- ./index.js 49.62 KB (entry point)
27
+ ./index.js 49.63 KB (entry point)
28
28
  views/index.js 42.73 KB (entry point)
29
29
  views/Overview.js 11.1 KB (entry point)
30
30
  views/Progress.js 12.1 KB (entry point)
@@ -34,15 +34,15 @@ Bundled 14 modules in 27ms
34
34
  components/CodeSnippet.js 2.34 KB (entry point)
35
35
  components/JourneyMap.js 2.76 KB (entry point)
36
36
  components/StepChecklist.js 4.40 KB (entry point)
37
- docs/index.js 0.79 KB (entry point)
38
- docs/learning-journey-ui-onboarding.docblock.js 0.79 KB (entry point)
39
- ./example.js 0.93 KB (entry point)
37
+ docs/index.js 0.80 KB (entry point)
38
+ docs/learning-journey-ui-onboarding.docblock.js 0.80 KB (entry point)
39
+ ./example.js 0.94 KB (entry point)
40
40
 
41
41
  [contractspec-bun-build] transpile target=browser root=src entries=14
42
- Bundled 14 modules in 38ms
42
+ Bundled 14 modules in 46ms
43
43
 
44
44
  ./OnboardingMiniApp.js 45.44 KB (entry point)
45
- ./index.js 49.62 KB (entry point)
45
+ ./index.js 49.63 KB (entry point)
46
46
  views/index.js 42.73 KB (entry point)
47
47
  views/Overview.js 11.1 KB (entry point)
48
48
  views/Progress.js 12.1 KB (entry point)
@@ -52,8 +52,8 @@ Bundled 14 modules in 38ms
52
52
  components/CodeSnippet.js 2.34 KB (entry point)
53
53
  components/JourneyMap.js 2.76 KB (entry point)
54
54
  components/StepChecklist.js 4.40 KB (entry point)
55
- docs/index.js 0.79 KB (entry point)
56
- docs/learning-journey-ui-onboarding.docblock.js 0.79 KB (entry point)
57
- ./example.js 0.93 KB (entry point)
55
+ docs/index.js 0.80 KB (entry point)
56
+ docs/learning-journey-ui-onboarding.docblock.js 0.80 KB (entry point)
57
+ ./example.js 0.94 KB (entry point)
58
58
 
59
59
  $ contractspec-bun-build types
package/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # @contractspec/example.learning-journey-ui-onboarding
2
2
 
3
+ ## 2.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 362fbac: feat: improve video
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [b4bfbc5]
12
+ - Updated dependencies [362fbac]
13
+ - Updated dependencies [659d15f]
14
+ - @contractspec/lib.contracts-spec@2.1.0
15
+ - @contractspec/example.learning-journey-studio-onboarding@2.1.0
16
+ - @contractspec/example.learning-journey-platform-tour@2.1.0
17
+ - @contractspec/example.learning-journey-ui-shared@2.1.0
18
+ - @contractspec/module.learning-journey@2.1.0
19
+ - @contractspec/lib.design-system@2.1.0
20
+ - @contractspec/lib.ui-kit-core@2.1.0
21
+ - @contractspec/lib.ui-kit-web@2.1.0
22
+
23
+ ## 2.0.0
24
+
25
+ ### Major Changes
26
+
27
+ - a09bafc: feat: optimize performance
28
+
29
+ ### Patch Changes
30
+
31
+ - 7f3203a: fix: make workspace test runs resilient when packages have no tests
32
+
33
+ Updates package test scripts to pass cleanly when no matching test files exist:
34
+ - Uses `bun test --pass-with-no-tests` in Bun-based packages that currently ship without test files.
35
+ - Uses `jest --passWithNoTests` for the UI kit web package.
36
+ - Adds `.vscode-test.mjs` for `vscode-contractspec` so VS Code extension test runs have an explicit config and stop failing on missing default configuration.
37
+
38
+ This keeps `turbo run test` deterministic across the monorepo while preserving existing test execution behavior where tests are present.
39
+
40
+ - Updated dependencies [a09bafc]
41
+ - Updated dependencies [f152678]
42
+ - Updated dependencies [7f3203a]
43
+ - @contractspec/example.learning-journey-studio-onboarding@2.0.0
44
+ - @contractspec/example.learning-journey-platform-tour@2.0.0
45
+ - @contractspec/example.learning-journey-ui-shared@2.0.0
46
+ - @contractspec/module.learning-journey@2.0.0
47
+ - @contractspec/lib.contracts-spec@2.0.0
48
+ - @contractspec/lib.design-system@2.0.0
49
+ - @contractspec/lib.ui-kit-core@2.0.0
50
+ - @contractspec/lib.ui-kit-web@2.0.0
51
+
3
52
  ## 1.62.0
4
53
 
5
54
  ### Minor Changes
@@ -35,7 +84,7 @@
35
84
  - @contractspec/lib.design-system@1.61.0
36
85
  - @contractspec/lib.ui-kit-core@1.61.0
37
86
  - @contractspec/lib.ui-kit-web@1.61.0
38
- - @contractspec/lib.contracts@1.61.0
87
+ - @contractspec/lib.contracts-spec@1.61.0
39
88
 
40
89
  ## 1.60.0
41
90
 
@@ -53,7 +102,7 @@
53
102
  - @contractspec/lib.design-system@1.60.0
54
103
  - @contractspec/lib.ui-kit-core@1.60.0
55
104
  - @contractspec/lib.ui-kit-web@1.60.0
56
- - @contractspec/lib.contracts@1.60.0
105
+ - @contractspec/lib.contracts-spec@1.60.0
57
106
 
58
107
  ## 1.59.0
59
108
 
@@ -71,7 +120,7 @@
71
120
  - @contractspec/lib.design-system@1.59.0
72
121
  - @contractspec/lib.ui-kit-core@1.59.0
73
122
  - @contractspec/lib.ui-kit-web@1.59.0
74
- - @contractspec/lib.contracts@1.59.0
123
+ - @contractspec/lib.contracts-spec@1.59.0
75
124
 
76
125
  ## 1.58.0
77
126
 
@@ -90,7 +139,7 @@
90
139
  - @contractspec/lib.design-system@1.58.0
91
140
  - @contractspec/lib.ui-kit-core@1.58.0
92
141
  - @contractspec/lib.ui-kit-web@1.58.0
93
- - @contractspec/lib.contracts@1.58.0
142
+ - @contractspec/lib.contracts-spec@1.58.0
94
143
 
95
144
  ## 1.57.0
96
145
 
@@ -106,7 +155,7 @@
106
155
  - Updated dependencies [4651e06]
107
156
  - Updated dependencies [ad9d10a]
108
157
  - Updated dependencies [11a5a05]
109
- - @contractspec/lib.contracts@1.57.0
158
+ - @contractspec/lib.contracts-spec@1.57.0
110
159
  - @contractspec/example.learning-journey-studio-onboarding@1.57.0
111
160
  - @contractspec/example.learning-journey-platform-tour@1.57.0
112
161
  - @contractspec/example.learning-journey-ui-shared@1.57.0
@@ -128,7 +177,7 @@
128
177
  - @contractspec/lib.design-system@1.56.1
129
178
  - @contractspec/lib.ui-kit-core@1.56.1
130
179
  - @contractspec/lib.ui-kit-web@1.56.1
131
- - @contractspec/lib.contracts@1.56.1
180
+ - @contractspec/lib.contracts-spec@1.56.1
132
181
 
133
182
  ## 1.56.0
134
183
 
@@ -146,7 +195,7 @@
146
195
  - @contractspec/lib.design-system@1.56.0
147
196
  - @contractspec/lib.ui-kit-core@1.56.0
148
197
  - @contractspec/lib.ui-kit-web@1.56.0
149
- - @contractspec/lib.contracts@1.56.0
198
+ - @contractspec/lib.contracts-spec@1.56.0
150
199
 
151
200
  ## 1.55.0
152
201
 
@@ -164,7 +213,7 @@
164
213
  - @contractspec/lib.design-system@1.55.0
165
214
  - @contractspec/lib.ui-kit-core@1.55.0
166
215
  - @contractspec/lib.ui-kit-web@1.55.0
167
- - @contractspec/lib.contracts@1.55.0
216
+ - @contractspec/lib.contracts-spec@1.55.0
168
217
 
169
218
  ## 1.54.0
170
219
 
@@ -178,7 +227,7 @@
178
227
  - @contractspec/example.learning-journey-ui-shared@1.54.0
179
228
  - @contractspec/lib.design-system@1.54.0
180
229
  - @contractspec/lib.ui-kit-web@1.54.0
181
- - @contractspec/lib.contracts@1.54.0
230
+ - @contractspec/lib.contracts-spec@1.54.0
182
231
  - @contractspec/example.learning-journey-platform-tour@1.54.0
183
232
  - @contractspec/example.learning-journey-studio-onboarding@1.54.0
184
233
  - @contractspec/lib.ui-kit-core@1.54.0
@@ -197,7 +246,7 @@
197
246
  - Updated dependencies [f4180d4]
198
247
  - Updated dependencies [64d84e1]
199
248
  - @contractspec/lib.design-system@1.53.0
200
- - @contractspec/lib.contracts@1.53.0
249
+ - @contractspec/lib.contracts-spec@1.53.0
201
250
  - @contractspec/example.learning-journey-platform-tour@1.53.0
202
251
  - @contractspec/example.learning-journey-studio-onboarding@1.53.0
203
252
  - @contractspec/example.learning-journey-ui-shared@1.53.0
@@ -221,7 +270,7 @@
221
270
  - @contractspec/lib.design-system@1.52.0
222
271
  - @contractspec/lib.ui-kit-core@1.52.0
223
272
  - @contractspec/lib.ui-kit-web@1.52.0
224
- - @contractspec/lib.contracts@1.52.0
273
+ - @contractspec/lib.contracts-spec@1.52.0
225
274
 
226
275
  ## 1.51.0
227
276
 
@@ -234,7 +283,7 @@
234
283
  - Updated dependencies [23e46e9]
235
284
  - Updated dependencies [ad1f852]
236
285
  - Updated dependencies [e6faefb]
237
- - @contractspec/lib.contracts@1.51.0
286
+ - @contractspec/lib.contracts-spec@1.51.0
238
287
  - @contractspec/example.learning-journey-studio-onboarding@1.51.0
239
288
  - @contractspec/example.learning-journey-platform-tour@1.51.0
240
289
  - @contractspec/example.learning-journey-ui-shared@1.51.0
@@ -252,7 +301,7 @@
252
301
  ### Patch Changes
253
302
 
254
303
  - Updated dependencies [5325d6b]
255
- - @contractspec/lib.contracts@1.50.0
304
+ - @contractspec/lib.contracts-spec@1.50.0
256
305
  - @contractspec/example.learning-journey-platform-tour@1.50.0
257
306
  - @contractspec/example.learning-journey-studio-onboarding@1.50.0
258
307
  - @contractspec/example.learning-journey-ui-shared@1.50.0
@@ -277,7 +326,7 @@
277
326
  - @contractspec/lib.design-system@1.49.0
278
327
  - @contractspec/lib.ui-kit-core@1.49.0
279
328
  - @contractspec/lib.ui-kit-web@1.49.0
280
- - @contractspec/lib.contracts@1.49.0
329
+ - @contractspec/lib.contracts-spec@1.49.0
281
330
 
282
331
  ## 1.48.1
283
332
 
@@ -286,7 +335,7 @@
286
335
  - Updated dependencies [c560ee7]
287
336
  - Updated dependencies [1536bf3]
288
337
  - @contractspec/lib.design-system@1.48.1
289
- - @contractspec/lib.contracts@1.48.1
338
+ - @contractspec/lib.contracts-spec@1.48.1
290
339
  - @contractspec/example.learning-journey-ui-shared@1.48.1
291
340
  - @contractspec/example.learning-journey-platform-tour@1.48.1
292
341
  - @contractspec/example.learning-journey-studio-onboarding@1.48.1
@@ -308,7 +357,7 @@
308
357
  - @contractspec/lib.design-system@1.48.0
309
358
  - @contractspec/lib.ui-kit-core@1.48.0
310
359
  - @contractspec/lib.ui-kit-web@1.48.0
311
- - @contractspec/lib.contracts@1.48.0
360
+ - @contractspec/lib.contracts-spec@1.48.0
312
361
 
313
362
  ## 1.47.0
314
363
 
@@ -336,7 +385,7 @@
336
385
  - @contractspec/lib.design-system@1.47.0
337
386
  - @contractspec/lib.ui-kit-core@1.47.0
338
387
  - @contractspec/lib.ui-kit-web@1.47.0
339
- - @contractspec/lib.contracts@1.47.0
388
+ - @contractspec/lib.contracts-spec@1.47.0
340
389
 
341
390
  ## 1.46.2
342
391
 
@@ -351,7 +400,7 @@
351
400
  - @contractspec/lib.design-system@1.46.2
352
401
  - @contractspec/lib.ui-kit-core@1.46.2
353
402
  - @contractspec/lib.ui-kit-web@1.46.2
354
- - @contractspec/lib.contracts@1.46.2
403
+ - @contractspec/lib.contracts-spec@1.46.2
355
404
 
356
405
  ## 1.46.1
357
406
 
@@ -366,7 +415,7 @@
366
415
  - @contractspec/lib.design-system@1.46.1
367
416
  - @contractspec/lib.ui-kit-core@1.46.1
368
417
  - @contractspec/lib.ui-kit-web@1.46.1
369
- - @contractspec/lib.contracts@1.46.1
418
+ - @contractspec/lib.contracts-spec@1.46.1
370
419
 
371
420
  ## 1.46.0
372
421
 
@@ -384,7 +433,7 @@
384
433
  - @contractspec/lib.design-system@1.46.0
385
434
  - @contractspec/lib.ui-kit-core@1.46.0
386
435
  - @contractspec/lib.ui-kit-web@1.46.0
387
- - @contractspec/lib.contracts@1.46.0
436
+ - @contractspec/lib.contracts-spec@1.46.0
388
437
 
389
438
  ## 1.45.6
390
439
 
@@ -399,7 +448,7 @@
399
448
  - @contractspec/lib.design-system@1.45.6
400
449
  - @contractspec/lib.ui-kit-core@1.45.6
401
450
  - @contractspec/lib.ui-kit-web@1.45.6
402
- - @contractspec/lib.contracts@1.45.6
451
+ - @contractspec/lib.contracts-spec@1.45.6
403
452
 
404
453
  ## 1.45.5
405
454
 
@@ -414,7 +463,7 @@
414
463
  - @contractspec/lib.design-system@1.45.5
415
464
  - @contractspec/lib.ui-kit-core@1.45.5
416
465
  - @contractspec/lib.ui-kit-web@1.45.5
417
- - @contractspec/lib.contracts@1.45.5
466
+ - @contractspec/lib.contracts-spec@1.45.5
418
467
 
419
468
  ## 1.45.4
420
469
 
@@ -429,7 +478,7 @@
429
478
  - @contractspec/lib.design-system@1.45.4
430
479
  - @contractspec/lib.ui-kit-core@1.45.4
431
480
  - @contractspec/lib.ui-kit-web@1.45.4
432
- - @contractspec/lib.contracts@1.45.4
481
+ - @contractspec/lib.contracts-spec@1.45.4
433
482
 
434
483
  ## 1.45.3
435
484
 
@@ -444,7 +493,7 @@
444
493
  - @contractspec/lib.design-system@1.45.3
445
494
  - @contractspec/lib.ui-kit-core@1.45.3
446
495
  - @contractspec/lib.ui-kit-web@1.45.3
447
- - @contractspec/lib.contracts@1.45.3
496
+ - @contractspec/lib.contracts-spec@1.45.3
448
497
 
449
498
  ## 1.45.2
450
499
 
@@ -459,7 +508,7 @@
459
508
  - @contractspec/lib.design-system@1.45.2
460
509
  - @contractspec/lib.ui-kit-core@1.45.2
461
510
  - @contractspec/lib.ui-kit-web@1.45.2
462
- - @contractspec/lib.contracts@1.45.2
511
+ - @contractspec/lib.contracts-spec@1.45.2
463
512
 
464
513
  ## 1.45.1
465
514
 
@@ -474,7 +523,7 @@
474
523
  - @contractspec/lib.design-system@1.45.1
475
524
  - @contractspec/lib.ui-kit-core@1.45.1
476
525
  - @contractspec/lib.ui-kit-web@1.45.1
477
- - @contractspec/lib.contracts@1.45.1
526
+ - @contractspec/lib.contracts-spec@1.45.1
478
527
  - @contractspec/lib.schema@1.45.1
479
528
 
480
529
  ## 1.45.0
@@ -507,7 +556,7 @@
507
556
  - @contractspec/lib.design-system@1.45.0
508
557
  - @contractspec/lib.ui-kit-core@1.45.0
509
558
  - @contractspec/lib.ui-kit-web@1.45.0
510
- - @contractspec/lib.contracts@1.45.0
559
+ - @contractspec/lib.contracts-spec@1.45.0
511
560
  - @contractspec/lib.schema@1.45.0
512
561
 
513
562
  ## 1.44.1
@@ -523,7 +572,7 @@
523
572
  - @contractspec/lib.design-system@1.44.1
524
573
  - @contractspec/lib.ui-kit-core@1.44.1
525
574
  - @contractspec/lib.ui-kit-web@1.44.1
526
- - @contractspec/lib.contracts@1.44.1
575
+ - @contractspec/lib.contracts-spec@1.44.1
527
576
  - @contractspec/lib.schema@1.44.1
528
577
 
529
578
  ## 1.44.0
@@ -542,7 +591,7 @@
542
591
  - @contractspec/lib.design-system@1.44.0
543
592
  - @contractspec/lib.ui-kit-core@1.44.0
544
593
  - @contractspec/lib.ui-kit-web@1.44.0
545
- - @contractspec/lib.contracts@1.44.0
594
+ - @contractspec/lib.contracts-spec@1.44.0
546
595
  - @contractspec/lib.schema@1.44.0
547
596
 
548
597
  ## 1.43.4
@@ -558,7 +607,7 @@
558
607
  - @contractspec/lib.design-system@1.43.4
559
608
  - @contractspec/lib.ui-kit-core@1.43.3
560
609
  - @contractspec/lib.ui-kit-web@1.43.3
561
- - @contractspec/lib.contracts@1.43.4
610
+ - @contractspec/lib.contracts-spec@1.43.4
562
611
  - @contractspec/lib.schema@1.43.3
563
612
 
564
613
  ## 1.43.3
@@ -574,7 +623,7 @@
574
623
  - @contractspec/lib.design-system@1.43.3
575
624
  - @contractspec/lib.ui-kit-core@1.43.2
576
625
  - @contractspec/lib.ui-kit-web@1.43.2
577
- - @contractspec/lib.contracts@1.43.3
626
+ - @contractspec/lib.contracts-spec@1.43.3
578
627
  - @contractspec/lib.schema@1.43.2
579
628
 
580
629
  ## 1.43.2
@@ -588,7 +637,7 @@
588
637
  - @contractspec/example.learning-journey-ui-shared@1.43.2
589
638
  - @contractspec/module.learning-journey@1.43.2
590
639
  - @contractspec/lib.design-system@1.43.2
591
- - @contractspec/lib.contracts@1.43.2
640
+ - @contractspec/lib.contracts-spec@1.43.2
592
641
  - @contractspec/lib.schema@1.43.1
593
642
  - @contractspec/lib.ui-kit-core@1.43.1
594
643
  - @contractspec/lib.ui-kit-web@1.43.1
@@ -598,7 +647,7 @@
598
647
  ### Patch Changes
599
648
 
600
649
  - Updated dependencies [f28fdad]
601
- - @contractspec/lib.contracts@1.43.1
650
+ - @contractspec/lib.contracts-spec@1.43.1
602
651
  - @contractspec/example.learning-journey-platform-tour@1.43.1
603
652
  - @contractspec/example.learning-journey-studio-onboarding@1.43.1
604
653
  - @contractspec/example.learning-journey-ui-shared@1.43.1
@@ -621,7 +670,7 @@
621
670
  - @contractspec/lib.design-system@1.43.0
622
671
  - @contractspec/lib.ui-kit-core@1.43.0
623
672
  - @contractspec/lib.ui-kit-web@1.43.0
624
- - @contractspec/lib.contracts@1.43.0
673
+ - @contractspec/lib.contracts-spec@1.43.0
625
674
  - @contractspec/lib.schema@1.43.0
626
675
 
627
676
  ## 1.42.10
@@ -637,7 +686,7 @@
637
686
  - @contractspec/lib.design-system@1.42.10
638
687
  - @contractspec/lib.ui-kit-core@1.42.10
639
688
  - @contractspec/lib.ui-kit-web@1.42.10
640
- - @contractspec/lib.contracts@1.42.10
689
+ - @contractspec/lib.contracts-spec@1.42.10
641
690
  - @contractspec/lib.schema@1.42.10
642
691
 
643
692
  ## 1.42.9
@@ -653,7 +702,7 @@
653
702
  - @contractspec/lib.design-system@1.42.9
654
703
  - @contractspec/lib.ui-kit-core@1.42.9
655
704
  - @contractspec/lib.ui-kit-web@1.42.9
656
- - @contractspec/lib.contracts@1.42.9
705
+ - @contractspec/lib.contracts-spec@1.42.9
657
706
  - @contractspec/lib.schema@1.42.9
658
707
 
659
708
  ## 1.42.8
@@ -669,7 +718,7 @@
669
718
  - @contractspec/lib.design-system@1.42.8
670
719
  - @contractspec/lib.ui-kit-core@1.42.8
671
720
  - @contractspec/lib.ui-kit-web@1.42.8
672
- - @contractspec/lib.contracts@1.42.8
721
+ - @contractspec/lib.contracts-spec@1.42.8
673
722
  - @contractspec/lib.schema@1.42.8
674
723
 
675
724
  ## 1.42.7
@@ -685,7 +734,7 @@
685
734
  - @contractspec/lib.design-system@1.42.7
686
735
  - @contractspec/lib.ui-kit-core@1.42.7
687
736
  - @contractspec/lib.ui-kit-web@1.42.7
688
- - @contractspec/lib.contracts@1.42.7
737
+ - @contractspec/lib.contracts-spec@1.42.7
689
738
  - @contractspec/lib.schema@1.42.7
690
739
 
691
740
  ## 1.42.6
@@ -701,7 +750,7 @@
701
750
  - @contractspec/lib.design-system@1.42.6
702
751
  - @contractspec/lib.ui-kit-core@1.42.6
703
752
  - @contractspec/lib.ui-kit-web@1.42.6
704
- - @contractspec/lib.contracts@1.42.6
753
+ - @contractspec/lib.contracts-spec@1.42.6
705
754
  - @contractspec/lib.schema@1.42.6
706
755
 
707
756
  ## 1.42.5
@@ -717,7 +766,7 @@
717
766
  - @contractspec/lib.design-system@1.42.5
718
767
  - @contractspec/lib.ui-kit-core@1.42.5
719
768
  - @contractspec/lib.ui-kit-web@1.42.5
720
- - @contractspec/lib.contracts@1.42.5
769
+ - @contractspec/lib.contracts-spec@1.42.5
721
770
  - @contractspec/lib.schema@1.42.5
722
771
 
723
772
  ## 1.42.4
@@ -733,7 +782,7 @@
733
782
  - @contractspec/lib.design-system@1.42.4
734
783
  - @contractspec/lib.ui-kit-core@1.42.4
735
784
  - @contractspec/lib.ui-kit-web@1.42.4
736
- - @contractspec/lib.contracts@1.42.4
785
+ - @contractspec/lib.contracts-spec@1.42.4
737
786
  - @contractspec/lib.schema@1.42.4
738
787
 
739
788
  ## 1.42.3
@@ -745,7 +794,7 @@
745
794
  - @contractspec/example.learning-journey-platform-tour@1.42.2
746
795
  - @contractspec/example.learning-journey-studio-onboarding@1.42.3
747
796
  - @contractspec/example.learning-journey-ui-shared@1.42.3
748
- - @contractspec/lib.contracts@1.42.3
797
+ - @contractspec/lib.contracts-spec@1.42.3
749
798
  - @contractspec/lib.design-system@1.42.3
750
799
  - @contractspec/lib.schema@1.42.3
751
800
  - @contractspec/lib.ui-kit-core@1.42.3
@@ -761,7 +810,7 @@
761
810
  - @contractspec/example.learning-journey-platform-tour@1.42.2
762
811
  - @contractspec/example.learning-journey-studio-onboarding@1.42.2
763
812
  - @contractspec/example.learning-journey-ui-shared@1.42.2
764
- - @contractspec/lib.contracts@1.42.2
813
+ - @contractspec/lib.contracts-spec@1.42.2
765
814
  - @contractspec/lib.design-system@1.42.2
766
815
  - @contractspec/lib.schema@1.42.2
767
816
  - @contractspec/lib.ui-kit-core@1.42.2
@@ -781,7 +830,7 @@
781
830
  - @contractspec/lib.design-system@1.42.1
782
831
  - @contractspec/lib.ui-kit-core@1.42.1
783
832
  - @contractspec/lib.ui-kit-web@1.42.1
784
- - @contractspec/lib.contracts@1.42.1
833
+ - @contractspec/lib.contracts-spec@1.42.1
785
834
  - @contractspec/lib.schema@1.42.1
786
835
 
787
836
  ## 1.42.0
@@ -796,7 +845,7 @@
796
845
  - @contractspec/example.learning-journey-platform-tour@1.42.0
797
846
  - @contractspec/example.learning-journey-studio-onboarding@1.42.0
798
847
  - @contractspec/example.learning-journey-ui-shared@1.42.0
799
- - @contractspec/lib.contracts@1.42.0
848
+ - @contractspec/lib.contracts-spec@1.42.0
800
849
  - @contractspec/lib.design-system@1.42.0
801
850
  - @contractspec/lib.schema@1.42.0
802
851
  - @contractspec/lib.ui-kit-core@1.42.0
@@ -4,4 +4,3 @@ type OnboardingMiniAppProps = Omit<LearningMiniAppProps, 'progress'> & {
4
4
  };
5
5
  export declare function OnboardingMiniApp({ track, progress: externalProgress, onStepComplete: externalOnStepComplete, onViewChange, initialView, }: OnboardingMiniAppProps): import("react/jsx-runtime").JSX.Element;
6
6
  export {};
7
- //# sourceMappingURL=OnboardingMiniApp.d.ts.map
@@ -1,5 +1,5 @@
1
1
  // src/docs/learning-journey-ui-onboarding.docblock.ts
2
- import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
2
+ import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
3
3
  var blocks = [
4
4
  {
5
5
  id: "docs.examples.learning-journey-ui-onboarding",
@@ -1,5 +1,5 @@
1
1
  // src/docs/learning-journey-ui-onboarding.docblock.ts
2
- import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
2
+ import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
3
3
  var blocks = [
4
4
  {
5
5
  id: "docs.examples.learning-journey-ui-onboarding",
@@ -1,5 +1,5 @@
1
1
  // src/example.ts
2
- import { defineExample } from "@contractspec/lib.contracts";
2
+ import { defineExample } from "@contractspec/lib.contracts-spec";
3
3
  var example = defineExample({
4
4
  meta: {
5
5
  key: "learning-journey-ui-onboarding",
@@ -1053,7 +1053,7 @@ function CodeSnippet({
1053
1053
  }, undefined, true, undefined, this);
1054
1054
  }
1055
1055
  // src/docs/learning-journey-ui-onboarding.docblock.ts
1056
- import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
1056
+ import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
1057
1057
  var blocks = [
1058
1058
  {
1059
1059
  id: "docs.examples.learning-journey-ui-onboarding",
@@ -1075,7 +1075,7 @@ var blocks = [
1075
1075
  ];
1076
1076
  registerDocBlocks(blocks);
1077
1077
  // src/example.ts
1078
- import { defineExample } from "@contractspec/lib.contracts";
1078
+ import { defineExample } from "@contractspec/lib.contracts-spec";
1079
1079
  var example = defineExample({
1080
1080
  meta: {
1081
1081
  key: "learning-journey-ui-onboarding",
@@ -5,4 +5,3 @@ interface CodeSnippetProps {
5
5
  }
6
6
  export declare function CodeSnippet({ code, language, title, }: CodeSnippetProps): import("react/jsx-runtime").JSX.Element;
7
7
  export {};
8
- //# sourceMappingURL=CodeSnippet.d.ts.map
@@ -6,4 +6,3 @@ interface JourneyMapProps {
6
6
  }
7
7
  export declare function JourneyMap({ steps, completedStepIds, currentStepId, }: JourneyMapProps): import("react/jsx-runtime").JSX.Element;
8
8
  export {};
9
- //# sourceMappingURL=JourneyMap.d.ts.map
@@ -10,4 +10,3 @@ interface StepChecklistProps {
10
10
  }
11
11
  export declare function StepChecklist({ step, stepNumber, isCompleted, isCurrent, isExpanded, onToggle, onComplete, }: StepChecklistProps): import("react/jsx-runtime").JSX.Element;
12
12
  export {};
13
- //# sourceMappingURL=StepChecklist.d.ts.map
@@ -1,4 +1,3 @@
1
1
  export { StepChecklist } from './StepChecklist';
2
2
  export { CodeSnippet } from './CodeSnippet';
3
3
  export { JourneyMap } from './JourneyMap';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1 @@
1
1
  import './learning-journey-ui-onboarding.docblock';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,6 +1,6 @@
1
1
  // @bun
2
2
  // src/docs/learning-journey-ui-onboarding.docblock.ts
3
- import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
3
+ import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
4
4
  var blocks = [
5
5
  {
6
6
  id: "docs.examples.learning-journey-ui-onboarding",
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=learning-journey-ui-onboarding.docblock.d.ts.map
@@ -1,6 +1,6 @@
1
1
  // @bun
2
2
  // src/docs/learning-journey-ui-onboarding.docblock.ts
3
- import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
3
+ import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
4
4
  var blocks = [
5
5
  {
6
6
  id: "docs.examples.learning-journey-ui-onboarding",
package/dist/example.d.ts CHANGED
@@ -1,3 +1,2 @@
1
- declare const example: import("@contractspec/lib.contracts").ExampleSpec;
1
+ declare const example: import("@contractspec/lib.contracts-spec").ExampleSpec;
2
2
  export default example;
3
- //# sourceMappingURL=example.d.ts.map
package/dist/example.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // @bun
2
2
  // src/example.ts
3
- import { defineExample } from "@contractspec/lib.contracts";
3
+ import { defineExample } from "@contractspec/lib.contracts-spec";
4
4
  var example = defineExample({
5
5
  meta: {
6
6
  key: "learning-journey-ui-onboarding",
package/dist/index.d.ts CHANGED
@@ -3,4 +3,3 @@ export { Overview, Steps, Progress, Timeline } from './views';
3
3
  export { StepChecklist, CodeSnippet, JourneyMap } from './components';
4
4
  export { default as example } from './example';
5
5
  import './docs';
6
- //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -1054,7 +1054,7 @@ function CodeSnippet({
1054
1054
  }, undefined, true, undefined, this);
1055
1055
  }
1056
1056
  // src/docs/learning-journey-ui-onboarding.docblock.ts
1057
- import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
1057
+ import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
1058
1058
  var blocks = [
1059
1059
  {
1060
1060
  id: "docs.examples.learning-journey-ui-onboarding",
@@ -1076,7 +1076,7 @@ var blocks = [
1076
1076
  ];
1077
1077
  registerDocBlocks(blocks);
1078
1078
  // src/example.ts
1079
- import { defineExample } from "@contractspec/lib.contracts";
1079
+ import { defineExample } from "@contractspec/lib.contracts-spec";
1080
1080
  var example = defineExample({
1081
1081
  meta: {
1082
1082
  key: "learning-journey-ui-onboarding",
@@ -1,5 +1,5 @@
1
1
  // src/docs/learning-journey-ui-onboarding.docblock.ts
2
- import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
2
+ import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
3
3
  var blocks = [
4
4
  {
5
5
  id: "docs.examples.learning-journey-ui-onboarding",
@@ -1,5 +1,5 @@
1
1
  // src/docs/learning-journey-ui-onboarding.docblock.ts
2
- import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
2
+ import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
3
3
  var blocks = [
4
4
  {
5
5
  id: "docs.examples.learning-journey-ui-onboarding",
@@ -1,5 +1,5 @@
1
1
  // src/example.ts
2
- import { defineExample } from "@contractspec/lib.contracts";
2
+ import { defineExample } from "@contractspec/lib.contracts-spec";
3
3
  var example = defineExample({
4
4
  meta: {
5
5
  key: "learning-journey-ui-onboarding",
@@ -1053,7 +1053,7 @@ function CodeSnippet({
1053
1053
  }, undefined, true, undefined, this);
1054
1054
  }
1055
1055
  // src/docs/learning-journey-ui-onboarding.docblock.ts
1056
- import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
1056
+ import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
1057
1057
  var blocks = [
1058
1058
  {
1059
1059
  id: "docs.examples.learning-journey-ui-onboarding",
@@ -1075,7 +1075,7 @@ var blocks = [
1075
1075
  ];
1076
1076
  registerDocBlocks(blocks);
1077
1077
  // src/example.ts
1078
- import { defineExample } from "@contractspec/lib.contracts";
1078
+ import { defineExample } from "@contractspec/lib.contracts-spec";
1079
1079
  var example = defineExample({
1080
1080
  meta: {
1081
1081
  key: "learning-journey-ui-onboarding",
@@ -4,4 +4,3 @@ interface OnboardingOverviewProps extends LearningViewProps {
4
4
  }
5
5
  export declare function Overview({ track, progress, onStart, }: OnboardingOverviewProps): import("react/jsx-runtime").JSX.Element;
6
6
  export {};
7
- //# sourceMappingURL=Overview.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import type { LearningViewProps } from '@contractspec/example.learning-journey-ui-shared';
2
2
  export declare function ProgressView({ track, progress }: LearningViewProps): import("react/jsx-runtime").JSX.Element;
3
3
  export { ProgressView as Progress };
4
- //# sourceMappingURL=Progress.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { LearningViewProps } from '@contractspec/example.learning-journey-ui-shared';
2
2
  export declare function Steps({ track, progress, onStepComplete }: LearningViewProps): import("react/jsx-runtime").JSX.Element;
3
- //# sourceMappingURL=Steps.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { LearningViewProps } from '@contractspec/example.learning-journey-ui-shared';
2
2
  export declare function Timeline({ track, progress }: LearningViewProps): import("react/jsx-runtime").JSX.Element;
3
- //# sourceMappingURL=Timeline.d.ts.map
@@ -2,4 +2,3 @@ export { Overview } from './Overview';
2
2
  export { Steps } from './Steps';
3
3
  export { Progress } from './Progress';
4
4
  export { Timeline } from './Timeline';
5
- //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-onboarding",
3
- "version": "1.62.0",
3
+ "version": "2.1.0",
4
4
  "description": "Developer onboarding UI with checklists and journey maps.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -136,26 +136,26 @@
136
136
  "lint": "bun lint:fix",
137
137
  "lint:fix": "eslint src --fix",
138
138
  "lint:check": "eslint src",
139
- "test": "bun test",
139
+ "test": "bun test --pass-with-no-tests",
140
140
  "prebuild": "contractspec-bun-build prebuild",
141
141
  "typecheck": "tsc --noEmit"
142
142
  },
143
143
  "dependencies": {
144
- "@contractspec/lib.ui-kit-core": "1.62.0",
145
- "@contractspec/lib.contracts": "1.62.0",
146
- "@contractspec/example.learning-journey-ui-shared": "1.62.0",
147
- "@contractspec/example.learning-journey-studio-onboarding": "1.62.0",
148
- "@contractspec/example.learning-journey-platform-tour": "1.62.0",
149
- "@contractspec/module.learning-journey": "1.62.0",
150
- "@contractspec/lib.design-system": "1.62.0",
151
- "@contractspec/lib.ui-kit-web": "1.62.0",
144
+ "@contractspec/lib.ui-kit-core": "2.1.0",
145
+ "@contractspec/lib.contracts-spec": "2.1.0",
146
+ "@contractspec/example.learning-journey-ui-shared": "2.1.0",
147
+ "@contractspec/example.learning-journey-studio-onboarding": "2.1.0",
148
+ "@contractspec/example.learning-journey-platform-tour": "2.1.0",
149
+ "@contractspec/module.learning-journey": "2.1.0",
150
+ "@contractspec/lib.design-system": "2.1.0",
151
+ "@contractspec/lib.ui-kit-web": "2.1.0",
152
152
  "react": "19.2.4"
153
153
  },
154
154
  "devDependencies": {
155
- "@contractspec/tool.typescript": "1.62.0",
155
+ "@contractspec/tool.typescript": "2.1.0",
156
156
  "@types/react": "^19.2.14",
157
157
  "typescript": "^5.9.3",
158
- "@contractspec/tool.bun": "1.61.0"
158
+ "@contractspec/tool.bun": "2.1.0"
159
159
  },
160
160
  "peerDependencies": {
161
161
  "react": "^19.2.4"
@@ -1,5 +1,5 @@
1
- import type { DocBlock } from '@contractspec/lib.contracts/docs';
2
- import { registerDocBlocks } from '@contractspec/lib.contracts/docs';
1
+ import type { DocBlock } from '@contractspec/lib.contracts-spec/docs';
2
+ import { registerDocBlocks } from '@contractspec/lib.contracts-spec/docs';
3
3
 
4
4
  const blocks: DocBlock[] = [
5
5
  {
package/src/example.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { defineExample } from '@contractspec/lib.contracts';
1
+ import { defineExample } from '@contractspec/lib.contracts-spec';
2
2
 
3
3
  const example = defineExample({
4
4
  meta: {
@@ -1 +0,0 @@
1
- {"version":3,"file":"OnboardingMiniApp.d.ts","sourceRoot":"","sources":["../src/OnboardingMiniApp.tsx"],"names":[],"mappings":"AAIA,OAAO,EAIL,KAAK,oBAAoB,EAC1B,MAAM,kDAAkD,CAAC;AAM1D,KAAK,sBAAsB,GAAG,IAAI,CAAC,oBAAoB,EAAE,UAAU,CAAC,GAAG;IACrE,QAAQ,CAAC,EAAE,oBAAoB,CAAC,UAAU,CAAC,CAAC;CAC7C,CAAC;AAEF,wBAAgB,iBAAiB,CAAC,EAChC,KAAK,EACL,QAAQ,EAAE,gBAAgB,EAC1B,cAAc,EAAE,sBAAsB,EACtC,YAAY,EACZ,WAAwB,GACzB,EAAE,sBAAsB,2CAmExB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CodeSnippet.d.ts","sourceRoot":"","sources":["../../src/components/CodeSnippet.tsx"],"names":[],"mappings":"AAKA,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,WAAW,CAAC,EAC1B,IAAI,EACJ,QAAuB,EACvB,KAAK,GACN,EAAE,gBAAgB,2CAwClB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"JourneyMap.d.ts","sourceRoot":"","sources":["../../src/components/JourneyMap.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kDAAkD,CAAC;AAEhG,UAAU,eAAe;IACvB,KAAK,EAAE,uBAAuB,EAAE,CAAC;IACjC,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC/B;AAaD,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,gBAAgB,EAChB,aAAa,GACd,EAAE,eAAe,2CA2DjB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"StepChecklist.d.ts","sourceRoot":"","sources":["../../src/components/StepChecklist.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kDAAkD,CAAC;AAEhG,UAAU,kBAAkB;IAC1B,IAAI,EAAE,uBAAuB,CAAC;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB;AAED,wBAAgB,aAAa,CAAC,EAC5B,IAAI,EACJ,UAAU,EACV,WAAW,EACX,SAAS,EACT,UAAU,EACV,QAAQ,EACR,UAAU,GACX,EAAE,kBAAkB,2CA+GpB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/docs/index.ts"],"names":[],"mappings":"AAAA,OAAO,2CAA2C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"learning-journey-ui-onboarding.docblock.d.ts","sourceRoot":"","sources":["../../src/docs/learning-journey-ui-onboarding.docblock.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"example.d.ts","sourceRoot":"","sources":["../src/example.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,OAAO,mDA0BX,CAAC;AAEH,eAAe,OAAO,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAGxD,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAG9D,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,QAAQ,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Overview.d.ts","sourceRoot":"","sources":["../../src/views/Overview.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;AAE1F,UAAU,uBAAwB,SAAQ,iBAAiB;IACzD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,QAAQ,CAAC,EACvB,KAAK,EACL,QAAQ,EACR,OAAO,GACR,EAAE,uBAAuB,2CAsLzB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../../src/views/Progress.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;AAE1F,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,iBAAiB,2CAuKlE;AAGD,OAAO,EAAE,YAAY,IAAI,QAAQ,EAAE,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Steps.d.ts","sourceRoot":"","sources":["../../src/views/Steps.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;AAE1F,wBAAgB,KAAK,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,EAAE,iBAAiB,2CAoF3E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Timeline.d.ts","sourceRoot":"","sources":["../../src/views/Timeline.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;AAE1F,wBAAgB,QAAQ,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,iBAAiB,2CAiI9D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/views/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC"}