@contractspec/example.learning-journey-ui-onboarding 1.61.0 → 2.0.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 +93 -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 +13 -13
  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 20ms
6
+ Bundled 14 modules in 37ms
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 20ms
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 12ms
24
+ Bundled 14 modules in 37ms
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 12ms
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 24ms
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,53 @@
1
1
  # @contractspec/example.learning-journey-ui-onboarding
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - a09bafc: feat: optimize performance
8
+
9
+ ### Patch Changes
10
+
11
+ - 7f3203a: fix: make workspace test runs resilient when packages have no tests
12
+
13
+ Updates package test scripts to pass cleanly when no matching test files exist:
14
+ - Uses `bun test --pass-with-no-tests` in Bun-based packages that currently ship without test files.
15
+ - Uses `jest --passWithNoTests` for the UI kit web package.
16
+ - Adds `.vscode-test.mjs` for `vscode-contractspec` so VS Code extension test runs have an explicit config and stop failing on missing default configuration.
17
+
18
+ This keeps `turbo run test` deterministic across the monorepo while preserving existing test execution behavior where tests are present.
19
+
20
+ - Updated dependencies [a09bafc]
21
+ - Updated dependencies [f152678]
22
+ - Updated dependencies [7f3203a]
23
+ - @contractspec/example.learning-journey-studio-onboarding@2.0.0
24
+ - @contractspec/example.learning-journey-platform-tour@2.0.0
25
+ - @contractspec/example.learning-journey-ui-shared@2.0.0
26
+ - @contractspec/module.learning-journey@2.0.0
27
+ - @contractspec/lib.contracts-spec@2.0.0
28
+ - @contractspec/lib.design-system@2.0.0
29
+ - @contractspec/lib.ui-kit-core@2.0.0
30
+ - @contractspec/lib.ui-kit-web@2.0.0
31
+
32
+ ## 1.62.0
33
+
34
+ ### Minor Changes
35
+
36
+ - 064258d: feat: upgrade all dependencies
37
+
38
+ ### Patch Changes
39
+
40
+ - Updated dependencies [064258d]
41
+ - Updated dependencies [064258d]
42
+ - @contractspec/example.learning-journey-studio-onboarding@1.62.0
43
+ - @contractspec/example.learning-journey-platform-tour@1.62.0
44
+ - @contractspec/example.learning-journey-ui-shared@1.62.0
45
+ - @contractspec/module.learning-journey@1.62.0
46
+ - @contractspec/lib.design-system@1.62.0
47
+ - @contractspec/lib.ui-kit-core@1.62.0
48
+ - @contractspec/lib.ui-kit-web@1.62.0
49
+ - @contractspec/lib.contracts@1.62.0
50
+
3
51
  ## 1.61.0
4
52
 
5
53
  ### Minor Changes
@@ -16,7 +64,7 @@
16
64
  - @contractspec/lib.design-system@1.61.0
17
65
  - @contractspec/lib.ui-kit-core@1.61.0
18
66
  - @contractspec/lib.ui-kit-web@1.61.0
19
- - @contractspec/lib.contracts@1.61.0
67
+ - @contractspec/lib.contracts-spec@1.61.0
20
68
 
21
69
  ## 1.60.0
22
70
 
@@ -34,7 +82,7 @@
34
82
  - @contractspec/lib.design-system@1.60.0
35
83
  - @contractspec/lib.ui-kit-core@1.60.0
36
84
  - @contractspec/lib.ui-kit-web@1.60.0
37
- - @contractspec/lib.contracts@1.60.0
85
+ - @contractspec/lib.contracts-spec@1.60.0
38
86
 
39
87
  ## 1.59.0
40
88
 
@@ -52,7 +100,7 @@
52
100
  - @contractspec/lib.design-system@1.59.0
53
101
  - @contractspec/lib.ui-kit-core@1.59.0
54
102
  - @contractspec/lib.ui-kit-web@1.59.0
55
- - @contractspec/lib.contracts@1.59.0
103
+ - @contractspec/lib.contracts-spec@1.59.0
56
104
 
57
105
  ## 1.58.0
58
106
 
@@ -71,7 +119,7 @@
71
119
  - @contractspec/lib.design-system@1.58.0
72
120
  - @contractspec/lib.ui-kit-core@1.58.0
73
121
  - @contractspec/lib.ui-kit-web@1.58.0
74
- - @contractspec/lib.contracts@1.58.0
122
+ - @contractspec/lib.contracts-spec@1.58.0
75
123
 
76
124
  ## 1.57.0
77
125
 
@@ -87,7 +135,7 @@
87
135
  - Updated dependencies [4651e06]
88
136
  - Updated dependencies [ad9d10a]
89
137
  - Updated dependencies [11a5a05]
90
- - @contractspec/lib.contracts@1.57.0
138
+ - @contractspec/lib.contracts-spec@1.57.0
91
139
  - @contractspec/example.learning-journey-studio-onboarding@1.57.0
92
140
  - @contractspec/example.learning-journey-platform-tour@1.57.0
93
141
  - @contractspec/example.learning-journey-ui-shared@1.57.0
@@ -109,7 +157,7 @@
109
157
  - @contractspec/lib.design-system@1.56.1
110
158
  - @contractspec/lib.ui-kit-core@1.56.1
111
159
  - @contractspec/lib.ui-kit-web@1.56.1
112
- - @contractspec/lib.contracts@1.56.1
160
+ - @contractspec/lib.contracts-spec@1.56.1
113
161
 
114
162
  ## 1.56.0
115
163
 
@@ -127,7 +175,7 @@
127
175
  - @contractspec/lib.design-system@1.56.0
128
176
  - @contractspec/lib.ui-kit-core@1.56.0
129
177
  - @contractspec/lib.ui-kit-web@1.56.0
130
- - @contractspec/lib.contracts@1.56.0
178
+ - @contractspec/lib.contracts-spec@1.56.0
131
179
 
132
180
  ## 1.55.0
133
181
 
@@ -145,7 +193,7 @@
145
193
  - @contractspec/lib.design-system@1.55.0
146
194
  - @contractspec/lib.ui-kit-core@1.55.0
147
195
  - @contractspec/lib.ui-kit-web@1.55.0
148
- - @contractspec/lib.contracts@1.55.0
196
+ - @contractspec/lib.contracts-spec@1.55.0
149
197
 
150
198
  ## 1.54.0
151
199
 
@@ -159,7 +207,7 @@
159
207
  - @contractspec/example.learning-journey-ui-shared@1.54.0
160
208
  - @contractspec/lib.design-system@1.54.0
161
209
  - @contractspec/lib.ui-kit-web@1.54.0
162
- - @contractspec/lib.contracts@1.54.0
210
+ - @contractspec/lib.contracts-spec@1.54.0
163
211
  - @contractspec/example.learning-journey-platform-tour@1.54.0
164
212
  - @contractspec/example.learning-journey-studio-onboarding@1.54.0
165
213
  - @contractspec/lib.ui-kit-core@1.54.0
@@ -178,7 +226,7 @@
178
226
  - Updated dependencies [f4180d4]
179
227
  - Updated dependencies [64d84e1]
180
228
  - @contractspec/lib.design-system@1.53.0
181
- - @contractspec/lib.contracts@1.53.0
229
+ - @contractspec/lib.contracts-spec@1.53.0
182
230
  - @contractspec/example.learning-journey-platform-tour@1.53.0
183
231
  - @contractspec/example.learning-journey-studio-onboarding@1.53.0
184
232
  - @contractspec/example.learning-journey-ui-shared@1.53.0
@@ -202,7 +250,7 @@
202
250
  - @contractspec/lib.design-system@1.52.0
203
251
  - @contractspec/lib.ui-kit-core@1.52.0
204
252
  - @contractspec/lib.ui-kit-web@1.52.0
205
- - @contractspec/lib.contracts@1.52.0
253
+ - @contractspec/lib.contracts-spec@1.52.0
206
254
 
207
255
  ## 1.51.0
208
256
 
@@ -215,7 +263,7 @@
215
263
  - Updated dependencies [23e46e9]
216
264
  - Updated dependencies [ad1f852]
217
265
  - Updated dependencies [e6faefb]
218
- - @contractspec/lib.contracts@1.51.0
266
+ - @contractspec/lib.contracts-spec@1.51.0
219
267
  - @contractspec/example.learning-journey-studio-onboarding@1.51.0
220
268
  - @contractspec/example.learning-journey-platform-tour@1.51.0
221
269
  - @contractspec/example.learning-journey-ui-shared@1.51.0
@@ -233,7 +281,7 @@
233
281
  ### Patch Changes
234
282
 
235
283
  - Updated dependencies [5325d6b]
236
- - @contractspec/lib.contracts@1.50.0
284
+ - @contractspec/lib.contracts-spec@1.50.0
237
285
  - @contractspec/example.learning-journey-platform-tour@1.50.0
238
286
  - @contractspec/example.learning-journey-studio-onboarding@1.50.0
239
287
  - @contractspec/example.learning-journey-ui-shared@1.50.0
@@ -258,7 +306,7 @@
258
306
  - @contractspec/lib.design-system@1.49.0
259
307
  - @contractspec/lib.ui-kit-core@1.49.0
260
308
  - @contractspec/lib.ui-kit-web@1.49.0
261
- - @contractspec/lib.contracts@1.49.0
309
+ - @contractspec/lib.contracts-spec@1.49.0
262
310
 
263
311
  ## 1.48.1
264
312
 
@@ -267,7 +315,7 @@
267
315
  - Updated dependencies [c560ee7]
268
316
  - Updated dependencies [1536bf3]
269
317
  - @contractspec/lib.design-system@1.48.1
270
- - @contractspec/lib.contracts@1.48.1
318
+ - @contractspec/lib.contracts-spec@1.48.1
271
319
  - @contractspec/example.learning-journey-ui-shared@1.48.1
272
320
  - @contractspec/example.learning-journey-platform-tour@1.48.1
273
321
  - @contractspec/example.learning-journey-studio-onboarding@1.48.1
@@ -289,7 +337,7 @@
289
337
  - @contractspec/lib.design-system@1.48.0
290
338
  - @contractspec/lib.ui-kit-core@1.48.0
291
339
  - @contractspec/lib.ui-kit-web@1.48.0
292
- - @contractspec/lib.contracts@1.48.0
340
+ - @contractspec/lib.contracts-spec@1.48.0
293
341
 
294
342
  ## 1.47.0
295
343
 
@@ -317,7 +365,7 @@
317
365
  - @contractspec/lib.design-system@1.47.0
318
366
  - @contractspec/lib.ui-kit-core@1.47.0
319
367
  - @contractspec/lib.ui-kit-web@1.47.0
320
- - @contractspec/lib.contracts@1.47.0
368
+ - @contractspec/lib.contracts-spec@1.47.0
321
369
 
322
370
  ## 1.46.2
323
371
 
@@ -332,7 +380,7 @@
332
380
  - @contractspec/lib.design-system@1.46.2
333
381
  - @contractspec/lib.ui-kit-core@1.46.2
334
382
  - @contractspec/lib.ui-kit-web@1.46.2
335
- - @contractspec/lib.contracts@1.46.2
383
+ - @contractspec/lib.contracts-spec@1.46.2
336
384
 
337
385
  ## 1.46.1
338
386
 
@@ -347,7 +395,7 @@
347
395
  - @contractspec/lib.design-system@1.46.1
348
396
  - @contractspec/lib.ui-kit-core@1.46.1
349
397
  - @contractspec/lib.ui-kit-web@1.46.1
350
- - @contractspec/lib.contracts@1.46.1
398
+ - @contractspec/lib.contracts-spec@1.46.1
351
399
 
352
400
  ## 1.46.0
353
401
 
@@ -365,7 +413,7 @@
365
413
  - @contractspec/lib.design-system@1.46.0
366
414
  - @contractspec/lib.ui-kit-core@1.46.0
367
415
  - @contractspec/lib.ui-kit-web@1.46.0
368
- - @contractspec/lib.contracts@1.46.0
416
+ - @contractspec/lib.contracts-spec@1.46.0
369
417
 
370
418
  ## 1.45.6
371
419
 
@@ -380,7 +428,7 @@
380
428
  - @contractspec/lib.design-system@1.45.6
381
429
  - @contractspec/lib.ui-kit-core@1.45.6
382
430
  - @contractspec/lib.ui-kit-web@1.45.6
383
- - @contractspec/lib.contracts@1.45.6
431
+ - @contractspec/lib.contracts-spec@1.45.6
384
432
 
385
433
  ## 1.45.5
386
434
 
@@ -395,7 +443,7 @@
395
443
  - @contractspec/lib.design-system@1.45.5
396
444
  - @contractspec/lib.ui-kit-core@1.45.5
397
445
  - @contractspec/lib.ui-kit-web@1.45.5
398
- - @contractspec/lib.contracts@1.45.5
446
+ - @contractspec/lib.contracts-spec@1.45.5
399
447
 
400
448
  ## 1.45.4
401
449
 
@@ -410,7 +458,7 @@
410
458
  - @contractspec/lib.design-system@1.45.4
411
459
  - @contractspec/lib.ui-kit-core@1.45.4
412
460
  - @contractspec/lib.ui-kit-web@1.45.4
413
- - @contractspec/lib.contracts@1.45.4
461
+ - @contractspec/lib.contracts-spec@1.45.4
414
462
 
415
463
  ## 1.45.3
416
464
 
@@ -425,7 +473,7 @@
425
473
  - @contractspec/lib.design-system@1.45.3
426
474
  - @contractspec/lib.ui-kit-core@1.45.3
427
475
  - @contractspec/lib.ui-kit-web@1.45.3
428
- - @contractspec/lib.contracts@1.45.3
476
+ - @contractspec/lib.contracts-spec@1.45.3
429
477
 
430
478
  ## 1.45.2
431
479
 
@@ -440,7 +488,7 @@
440
488
  - @contractspec/lib.design-system@1.45.2
441
489
  - @contractspec/lib.ui-kit-core@1.45.2
442
490
  - @contractspec/lib.ui-kit-web@1.45.2
443
- - @contractspec/lib.contracts@1.45.2
491
+ - @contractspec/lib.contracts-spec@1.45.2
444
492
 
445
493
  ## 1.45.1
446
494
 
@@ -455,7 +503,7 @@
455
503
  - @contractspec/lib.design-system@1.45.1
456
504
  - @contractspec/lib.ui-kit-core@1.45.1
457
505
  - @contractspec/lib.ui-kit-web@1.45.1
458
- - @contractspec/lib.contracts@1.45.1
506
+ - @contractspec/lib.contracts-spec@1.45.1
459
507
  - @contractspec/lib.schema@1.45.1
460
508
 
461
509
  ## 1.45.0
@@ -488,7 +536,7 @@
488
536
  - @contractspec/lib.design-system@1.45.0
489
537
  - @contractspec/lib.ui-kit-core@1.45.0
490
538
  - @contractspec/lib.ui-kit-web@1.45.0
491
- - @contractspec/lib.contracts@1.45.0
539
+ - @contractspec/lib.contracts-spec@1.45.0
492
540
  - @contractspec/lib.schema@1.45.0
493
541
 
494
542
  ## 1.44.1
@@ -504,7 +552,7 @@
504
552
  - @contractspec/lib.design-system@1.44.1
505
553
  - @contractspec/lib.ui-kit-core@1.44.1
506
554
  - @contractspec/lib.ui-kit-web@1.44.1
507
- - @contractspec/lib.contracts@1.44.1
555
+ - @contractspec/lib.contracts-spec@1.44.1
508
556
  - @contractspec/lib.schema@1.44.1
509
557
 
510
558
  ## 1.44.0
@@ -523,7 +571,7 @@
523
571
  - @contractspec/lib.design-system@1.44.0
524
572
  - @contractspec/lib.ui-kit-core@1.44.0
525
573
  - @contractspec/lib.ui-kit-web@1.44.0
526
- - @contractspec/lib.contracts@1.44.0
574
+ - @contractspec/lib.contracts-spec@1.44.0
527
575
  - @contractspec/lib.schema@1.44.0
528
576
 
529
577
  ## 1.43.4
@@ -539,7 +587,7 @@
539
587
  - @contractspec/lib.design-system@1.43.4
540
588
  - @contractspec/lib.ui-kit-core@1.43.3
541
589
  - @contractspec/lib.ui-kit-web@1.43.3
542
- - @contractspec/lib.contracts@1.43.4
590
+ - @contractspec/lib.contracts-spec@1.43.4
543
591
  - @contractspec/lib.schema@1.43.3
544
592
 
545
593
  ## 1.43.3
@@ -555,7 +603,7 @@
555
603
  - @contractspec/lib.design-system@1.43.3
556
604
  - @contractspec/lib.ui-kit-core@1.43.2
557
605
  - @contractspec/lib.ui-kit-web@1.43.2
558
- - @contractspec/lib.contracts@1.43.3
606
+ - @contractspec/lib.contracts-spec@1.43.3
559
607
  - @contractspec/lib.schema@1.43.2
560
608
 
561
609
  ## 1.43.2
@@ -569,7 +617,7 @@
569
617
  - @contractspec/example.learning-journey-ui-shared@1.43.2
570
618
  - @contractspec/module.learning-journey@1.43.2
571
619
  - @contractspec/lib.design-system@1.43.2
572
- - @contractspec/lib.contracts@1.43.2
620
+ - @contractspec/lib.contracts-spec@1.43.2
573
621
  - @contractspec/lib.schema@1.43.1
574
622
  - @contractspec/lib.ui-kit-core@1.43.1
575
623
  - @contractspec/lib.ui-kit-web@1.43.1
@@ -579,7 +627,7 @@
579
627
  ### Patch Changes
580
628
 
581
629
  - Updated dependencies [f28fdad]
582
- - @contractspec/lib.contracts@1.43.1
630
+ - @contractspec/lib.contracts-spec@1.43.1
583
631
  - @contractspec/example.learning-journey-platform-tour@1.43.1
584
632
  - @contractspec/example.learning-journey-studio-onboarding@1.43.1
585
633
  - @contractspec/example.learning-journey-ui-shared@1.43.1
@@ -602,7 +650,7 @@
602
650
  - @contractspec/lib.design-system@1.43.0
603
651
  - @contractspec/lib.ui-kit-core@1.43.0
604
652
  - @contractspec/lib.ui-kit-web@1.43.0
605
- - @contractspec/lib.contracts@1.43.0
653
+ - @contractspec/lib.contracts-spec@1.43.0
606
654
  - @contractspec/lib.schema@1.43.0
607
655
 
608
656
  ## 1.42.10
@@ -618,7 +666,7 @@
618
666
  - @contractspec/lib.design-system@1.42.10
619
667
  - @contractspec/lib.ui-kit-core@1.42.10
620
668
  - @contractspec/lib.ui-kit-web@1.42.10
621
- - @contractspec/lib.contracts@1.42.10
669
+ - @contractspec/lib.contracts-spec@1.42.10
622
670
  - @contractspec/lib.schema@1.42.10
623
671
 
624
672
  ## 1.42.9
@@ -634,7 +682,7 @@
634
682
  - @contractspec/lib.design-system@1.42.9
635
683
  - @contractspec/lib.ui-kit-core@1.42.9
636
684
  - @contractspec/lib.ui-kit-web@1.42.9
637
- - @contractspec/lib.contracts@1.42.9
685
+ - @contractspec/lib.contracts-spec@1.42.9
638
686
  - @contractspec/lib.schema@1.42.9
639
687
 
640
688
  ## 1.42.8
@@ -650,7 +698,7 @@
650
698
  - @contractspec/lib.design-system@1.42.8
651
699
  - @contractspec/lib.ui-kit-core@1.42.8
652
700
  - @contractspec/lib.ui-kit-web@1.42.8
653
- - @contractspec/lib.contracts@1.42.8
701
+ - @contractspec/lib.contracts-spec@1.42.8
654
702
  - @contractspec/lib.schema@1.42.8
655
703
 
656
704
  ## 1.42.7
@@ -666,7 +714,7 @@
666
714
  - @contractspec/lib.design-system@1.42.7
667
715
  - @contractspec/lib.ui-kit-core@1.42.7
668
716
  - @contractspec/lib.ui-kit-web@1.42.7
669
- - @contractspec/lib.contracts@1.42.7
717
+ - @contractspec/lib.contracts-spec@1.42.7
670
718
  - @contractspec/lib.schema@1.42.7
671
719
 
672
720
  ## 1.42.6
@@ -682,7 +730,7 @@
682
730
  - @contractspec/lib.design-system@1.42.6
683
731
  - @contractspec/lib.ui-kit-core@1.42.6
684
732
  - @contractspec/lib.ui-kit-web@1.42.6
685
- - @contractspec/lib.contracts@1.42.6
733
+ - @contractspec/lib.contracts-spec@1.42.6
686
734
  - @contractspec/lib.schema@1.42.6
687
735
 
688
736
  ## 1.42.5
@@ -698,7 +746,7 @@
698
746
  - @contractspec/lib.design-system@1.42.5
699
747
  - @contractspec/lib.ui-kit-core@1.42.5
700
748
  - @contractspec/lib.ui-kit-web@1.42.5
701
- - @contractspec/lib.contracts@1.42.5
749
+ - @contractspec/lib.contracts-spec@1.42.5
702
750
  - @contractspec/lib.schema@1.42.5
703
751
 
704
752
  ## 1.42.4
@@ -714,7 +762,7 @@
714
762
  - @contractspec/lib.design-system@1.42.4
715
763
  - @contractspec/lib.ui-kit-core@1.42.4
716
764
  - @contractspec/lib.ui-kit-web@1.42.4
717
- - @contractspec/lib.contracts@1.42.4
765
+ - @contractspec/lib.contracts-spec@1.42.4
718
766
  - @contractspec/lib.schema@1.42.4
719
767
 
720
768
  ## 1.42.3
@@ -726,7 +774,7 @@
726
774
  - @contractspec/example.learning-journey-platform-tour@1.42.2
727
775
  - @contractspec/example.learning-journey-studio-onboarding@1.42.3
728
776
  - @contractspec/example.learning-journey-ui-shared@1.42.3
729
- - @contractspec/lib.contracts@1.42.3
777
+ - @contractspec/lib.contracts-spec@1.42.3
730
778
  - @contractspec/lib.design-system@1.42.3
731
779
  - @contractspec/lib.schema@1.42.3
732
780
  - @contractspec/lib.ui-kit-core@1.42.3
@@ -742,7 +790,7 @@
742
790
  - @contractspec/example.learning-journey-platform-tour@1.42.2
743
791
  - @contractspec/example.learning-journey-studio-onboarding@1.42.2
744
792
  - @contractspec/example.learning-journey-ui-shared@1.42.2
745
- - @contractspec/lib.contracts@1.42.2
793
+ - @contractspec/lib.contracts-spec@1.42.2
746
794
  - @contractspec/lib.design-system@1.42.2
747
795
  - @contractspec/lib.schema@1.42.2
748
796
  - @contractspec/lib.ui-kit-core@1.42.2
@@ -762,7 +810,7 @@
762
810
  - @contractspec/lib.design-system@1.42.1
763
811
  - @contractspec/lib.ui-kit-core@1.42.1
764
812
  - @contractspec/lib.ui-kit-web@1.42.1
765
- - @contractspec/lib.contracts@1.42.1
813
+ - @contractspec/lib.contracts-spec@1.42.1
766
814
  - @contractspec/lib.schema@1.42.1
767
815
 
768
816
  ## 1.42.0
@@ -777,7 +825,7 @@
777
825
  - @contractspec/example.learning-journey-platform-tour@1.42.0
778
826
  - @contractspec/example.learning-journey-studio-onboarding@1.42.0
779
827
  - @contractspec/example.learning-journey-ui-shared@1.42.0
780
- - @contractspec/lib.contracts@1.42.0
828
+ - @contractspec/lib.contracts-spec@1.42.0
781
829
  - @contractspec/lib.design-system@1.42.0
782
830
  - @contractspec/lib.schema@1.42.0
783
831
  - @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.61.0",
3
+ "version": "2.0.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.61.0",
145
- "@contractspec/lib.contracts": "1.61.0",
146
- "@contractspec/example.learning-journey-ui-shared": "1.61.0",
147
- "@contractspec/example.learning-journey-studio-onboarding": "1.61.0",
148
- "@contractspec/example.learning-journey-platform-tour": "1.61.0",
149
- "@contractspec/module.learning-journey": "1.61.0",
150
- "@contractspec/lib.design-system": "1.61.0",
151
- "@contractspec/lib.ui-kit-web": "1.61.0",
144
+ "@contractspec/lib.ui-kit-core": "2.0.0",
145
+ "@contractspec/lib.contracts-spec": "2.0.0",
146
+ "@contractspec/example.learning-journey-ui-shared": "2.0.0",
147
+ "@contractspec/example.learning-journey-studio-onboarding": "2.0.0",
148
+ "@contractspec/example.learning-journey-platform-tour": "2.0.0",
149
+ "@contractspec/module.learning-journey": "2.0.0",
150
+ "@contractspec/lib.design-system": "2.0.0",
151
+ "@contractspec/lib.ui-kit-web": "2.0.0",
152
152
  "react": "19.2.4"
153
153
  },
154
154
  "devDependencies": {
155
- "@contractspec/tool.typescript": "1.61.0",
156
- "@types/react": "^19.2.13",
155
+ "@contractspec/tool.typescript": "2.0.0",
156
+ "@types/react": "^19.2.14",
157
157
  "typescript": "^5.9.3",
158
- "@contractspec/tool.bun": "1.60.0"
158
+ "@contractspec/tool.bun": "2.0.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"}