@contractspec/example.learning-journey-ui-coaching 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 +8 -8
  2. package/CHANGELOG.md +91 -45
  3. package/dist/CoachingMiniApp.d.ts +0 -1
  4. package/dist/browser/docs/index.js +1 -1
  5. package/dist/browser/docs/learning-journey-ui-coaching.docblock.js +1 -1
  6. package/dist/browser/example.js +1 -1
  7. package/dist/browser/index.js +2 -2
  8. package/dist/components/EngagementMeter.d.ts +0 -1
  9. package/dist/components/TipCard.d.ts +0 -1
  10. package/dist/components/TipFeed.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-coaching.docblock.d.ts +0 -1
  15. package/dist/docs/learning-journey-ui-coaching.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-coaching.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-coaching.docblock.ts +2 -2
  31. package/src/example.ts +1 -1
  32. package/dist/CoachingMiniApp.d.ts.map +0 -1
  33. package/dist/components/EngagementMeter.d.ts.map +0 -1
  34. package/dist/components/TipCard.d.ts.map +0 -1
  35. package/dist/components/TipFeed.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-coaching.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 5ms
6
+ Bundled 14 modules in 30ms
7
7
 
8
8
  ./CoachingMiniApp.js 44.47 KB (entry point)
9
- ./index.js 46.24 KB (entry point)
9
+ ./index.js 46.25 KB (entry point)
10
10
  views/index.js 41.78 KB (entry point)
11
11
  views/Overview.js 12.90 KB (entry point)
12
12
  views/Progress.js 14.29 KB (entry point)
@@ -16,15 +16,15 @@ Bundled 14 modules in 5ms
16
16
  components/EngagementMeter.js 5.46 KB (entry point)
17
17
  components/TipCard.js 3.71 KB (entry point)
18
18
  components/TipFeed.js 4.11 KB (entry point)
19
- docs/index.js 0.77 KB (entry point)
20
- docs/learning-journey-ui-coaching.docblock.js 0.77 KB (entry point)
19
+ docs/index.js 0.78 KB (entry point)
20
+ docs/learning-journey-ui-coaching.docblock.js 0.78 KB (entry point)
21
21
  ./example.js 0.93 KB (entry point)
22
22
 
23
23
  [contractspec-bun-build] transpile target=node root=src entries=14
24
- Bundled 14 modules in 5ms
24
+ Bundled 14 modules in 29ms
25
25
 
26
26
  ./CoachingMiniApp.js 44.44 KB (entry point)
27
- ./index.js 46.20 KB (entry point)
27
+ ./index.js 46.21 KB (entry point)
28
28
  views/index.js 41.75 KB (entry point)
29
29
  views/Overview.js 12.89 KB (entry point)
30
30
  views/Progress.js 14.28 KB (entry point)
@@ -39,10 +39,10 @@ Bundled 14 modules in 5ms
39
39
  ./example.js 0.92 KB (entry point)
40
40
 
41
41
  [contractspec-bun-build] transpile target=browser root=src entries=14
42
- Bundled 14 modules in 5ms
42
+ Bundled 14 modules in 25ms
43
43
 
44
44
  ./CoachingMiniApp.js 44.44 KB (entry point)
45
- ./index.js 46.20 KB (entry point)
45
+ ./index.js 46.21 KB (entry point)
46
46
  views/index.js 41.75 KB (entry point)
47
47
  views/Overview.js 12.89 KB (entry point)
48
48
  views/Progress.js 14.28 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # @contractspec/example.learning-journey-ui-coaching
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-crm-onboarding@2.0.0
24
+ - @contractspec/example.learning-journey-ambient-coach@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-web@2.0.0
30
+
31
+ ## 1.62.0
32
+
33
+ ### Minor Changes
34
+
35
+ - 064258d: feat: upgrade all dependencies
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [064258d]
40
+ - Updated dependencies [064258d]
41
+ - @contractspec/example.learning-journey-crm-onboarding@1.62.0
42
+ - @contractspec/example.learning-journey-ambient-coach@1.62.0
43
+ - @contractspec/example.learning-journey-ui-shared@1.62.0
44
+ - @contractspec/module.learning-journey@1.62.0
45
+ - @contractspec/lib.design-system@1.62.0
46
+ - @contractspec/lib.ui-kit-web@1.62.0
47
+ - @contractspec/lib.contracts@1.62.0
48
+
3
49
  ## 1.61.0
4
50
 
5
51
  ### Minor Changes
@@ -15,7 +61,7 @@
15
61
  - @contractspec/module.learning-journey@1.61.0
16
62
  - @contractspec/lib.design-system@1.61.0
17
63
  - @contractspec/lib.ui-kit-web@1.61.0
18
- - @contractspec/lib.contracts@1.61.0
64
+ - @contractspec/lib.contracts-spec@1.61.0
19
65
 
20
66
  ## 1.60.0
21
67
 
@@ -32,7 +78,7 @@
32
78
  - @contractspec/module.learning-journey@1.60.0
33
79
  - @contractspec/lib.design-system@1.60.0
34
80
  - @contractspec/lib.ui-kit-web@1.60.0
35
- - @contractspec/lib.contracts@1.60.0
81
+ - @contractspec/lib.contracts-spec@1.60.0
36
82
 
37
83
  ## 1.59.0
38
84
 
@@ -49,7 +95,7 @@
49
95
  - @contractspec/module.learning-journey@1.59.0
50
96
  - @contractspec/lib.design-system@1.59.0
51
97
  - @contractspec/lib.ui-kit-web@1.59.0
52
- - @contractspec/lib.contracts@1.59.0
98
+ - @contractspec/lib.contracts-spec@1.59.0
53
99
 
54
100
  ## 1.58.0
55
101
 
@@ -67,7 +113,7 @@
67
113
  - @contractspec/module.learning-journey@1.58.0
68
114
  - @contractspec/lib.design-system@1.58.0
69
115
  - @contractspec/lib.ui-kit-web@1.58.0
70
- - @contractspec/lib.contracts@1.58.0
116
+ - @contractspec/lib.contracts-spec@1.58.0
71
117
 
72
118
  ## 1.57.0
73
119
 
@@ -83,7 +129,7 @@
83
129
  - Updated dependencies [4651e06]
84
130
  - Updated dependencies [ad9d10a]
85
131
  - Updated dependencies [11a5a05]
86
- - @contractspec/lib.contracts@1.57.0
132
+ - @contractspec/lib.contracts-spec@1.57.0
87
133
  - @contractspec/example.learning-journey-crm-onboarding@1.57.0
88
134
  - @contractspec/example.learning-journey-ambient-coach@1.57.0
89
135
  - @contractspec/example.learning-journey-ui-shared@1.57.0
@@ -103,7 +149,7 @@
103
149
  - @contractspec/module.learning-journey@1.56.1
104
150
  - @contractspec/lib.design-system@1.56.1
105
151
  - @contractspec/lib.ui-kit-web@1.56.1
106
- - @contractspec/lib.contracts@1.56.1
152
+ - @contractspec/lib.contracts-spec@1.56.1
107
153
 
108
154
  ## 1.56.0
109
155
 
@@ -120,7 +166,7 @@
120
166
  - @contractspec/module.learning-journey@1.56.0
121
167
  - @contractspec/lib.design-system@1.56.0
122
168
  - @contractspec/lib.ui-kit-web@1.56.0
123
- - @contractspec/lib.contracts@1.56.0
169
+ - @contractspec/lib.contracts-spec@1.56.0
124
170
 
125
171
  ## 1.55.0
126
172
 
@@ -137,7 +183,7 @@
137
183
  - @contractspec/module.learning-journey@1.55.0
138
184
  - @contractspec/lib.design-system@1.55.0
139
185
  - @contractspec/lib.ui-kit-web@1.55.0
140
- - @contractspec/lib.contracts@1.55.0
186
+ - @contractspec/lib.contracts-spec@1.55.0
141
187
 
142
188
  ## 1.54.0
143
189
 
@@ -151,7 +197,7 @@
151
197
  - @contractspec/example.learning-journey-ui-shared@1.54.0
152
198
  - @contractspec/lib.design-system@1.54.0
153
199
  - @contractspec/lib.ui-kit-web@1.54.0
154
- - @contractspec/lib.contracts@1.54.0
200
+ - @contractspec/lib.contracts-spec@1.54.0
155
201
  - @contractspec/example.learning-journey-ambient-coach@1.54.0
156
202
  - @contractspec/example.learning-journey-crm-onboarding@1.54.0
157
203
  - @contractspec/module.learning-journey@1.54.0
@@ -169,7 +215,7 @@
169
215
  - Updated dependencies [f4180d4]
170
216
  - Updated dependencies [64d84e1]
171
217
  - @contractspec/lib.design-system@1.53.0
172
- - @contractspec/lib.contracts@1.53.0
218
+ - @contractspec/lib.contracts-spec@1.53.0
173
219
  - @contractspec/example.learning-journey-ambient-coach@1.53.0
174
220
  - @contractspec/example.learning-journey-crm-onboarding@1.53.0
175
221
  - @contractspec/example.learning-journey-ui-shared@1.53.0
@@ -191,7 +237,7 @@
191
237
  - @contractspec/module.learning-journey@1.52.0
192
238
  - @contractspec/lib.design-system@1.52.0
193
239
  - @contractspec/lib.ui-kit-web@1.52.0
194
- - @contractspec/lib.contracts@1.52.0
240
+ - @contractspec/lib.contracts-spec@1.52.0
195
241
 
196
242
  ## 1.51.0
197
243
 
@@ -204,7 +250,7 @@
204
250
  - Updated dependencies [23e46e9]
205
251
  - Updated dependencies [ad1f852]
206
252
  - Updated dependencies [e6faefb]
207
- - @contractspec/lib.contracts@1.51.0
253
+ - @contractspec/lib.contracts-spec@1.51.0
208
254
  - @contractspec/example.learning-journey-crm-onboarding@1.51.0
209
255
  - @contractspec/example.learning-journey-ambient-coach@1.51.0
210
256
  - @contractspec/example.learning-journey-ui-shared@1.51.0
@@ -221,7 +267,7 @@
221
267
  ### Patch Changes
222
268
 
223
269
  - Updated dependencies [5325d6b]
224
- - @contractspec/lib.contracts@1.50.0
270
+ - @contractspec/lib.contracts-spec@1.50.0
225
271
  - @contractspec/example.learning-journey-ambient-coach@1.50.0
226
272
  - @contractspec/example.learning-journey-crm-onboarding@1.50.0
227
273
  - @contractspec/example.learning-journey-ui-shared@1.50.0
@@ -244,7 +290,7 @@
244
290
  - @contractspec/module.learning-journey@1.49.0
245
291
  - @contractspec/lib.design-system@1.49.0
246
292
  - @contractspec/lib.ui-kit-web@1.49.0
247
- - @contractspec/lib.contracts@1.49.0
293
+ - @contractspec/lib.contracts-spec@1.49.0
248
294
 
249
295
  ## 1.48.1
250
296
 
@@ -253,7 +299,7 @@
253
299
  - Updated dependencies [c560ee7]
254
300
  - Updated dependencies [1536bf3]
255
301
  - @contractspec/lib.design-system@1.48.1
256
- - @contractspec/lib.contracts@1.48.1
302
+ - @contractspec/lib.contracts-spec@1.48.1
257
303
  - @contractspec/example.learning-journey-ui-shared@1.48.1
258
304
  - @contractspec/example.learning-journey-ambient-coach@1.48.1
259
305
  - @contractspec/example.learning-journey-crm-onboarding@1.48.1
@@ -274,7 +320,7 @@
274
320
  - @contractspec/module.learning-journey@1.48.0
275
321
  - @contractspec/lib.design-system@1.48.0
276
322
  - @contractspec/lib.ui-kit-web@1.48.0
277
- - @contractspec/lib.contracts@1.48.0
323
+ - @contractspec/lib.contracts-spec@1.48.0
278
324
 
279
325
  ## 1.47.0
280
326
 
@@ -301,7 +347,7 @@
301
347
  - @contractspec/module.learning-journey@1.47.0
302
348
  - @contractspec/lib.design-system@1.47.0
303
349
  - @contractspec/lib.ui-kit-web@1.47.0
304
- - @contractspec/lib.contracts@1.47.0
350
+ - @contractspec/lib.contracts-spec@1.47.0
305
351
 
306
352
  ## 1.46.2
307
353
 
@@ -315,7 +361,7 @@
315
361
  - @contractspec/module.learning-journey@1.46.2
316
362
  - @contractspec/lib.design-system@1.46.2
317
363
  - @contractspec/lib.ui-kit-web@1.46.2
318
- - @contractspec/lib.contracts@1.46.2
364
+ - @contractspec/lib.contracts-spec@1.46.2
319
365
 
320
366
  ## 1.46.1
321
367
 
@@ -329,7 +375,7 @@
329
375
  - @contractspec/module.learning-journey@1.46.1
330
376
  - @contractspec/lib.design-system@1.46.1
331
377
  - @contractspec/lib.ui-kit-web@1.46.1
332
- - @contractspec/lib.contracts@1.46.1
378
+ - @contractspec/lib.contracts-spec@1.46.1
333
379
 
334
380
  ## 1.46.0
335
381
 
@@ -346,7 +392,7 @@
346
392
  - @contractspec/module.learning-journey@1.46.0
347
393
  - @contractspec/lib.design-system@1.46.0
348
394
  - @contractspec/lib.ui-kit-web@1.46.0
349
- - @contractspec/lib.contracts@1.46.0
395
+ - @contractspec/lib.contracts-spec@1.46.0
350
396
 
351
397
  ## 1.45.6
352
398
 
@@ -360,7 +406,7 @@
360
406
  - @contractspec/module.learning-journey@1.45.6
361
407
  - @contractspec/lib.design-system@1.45.6
362
408
  - @contractspec/lib.ui-kit-web@1.45.6
363
- - @contractspec/lib.contracts@1.45.6
409
+ - @contractspec/lib.contracts-spec@1.45.6
364
410
 
365
411
  ## 1.45.5
366
412
 
@@ -374,7 +420,7 @@
374
420
  - @contractspec/module.learning-journey@1.45.5
375
421
  - @contractspec/lib.design-system@1.45.5
376
422
  - @contractspec/lib.ui-kit-web@1.45.5
377
- - @contractspec/lib.contracts@1.45.5
423
+ - @contractspec/lib.contracts-spec@1.45.5
378
424
 
379
425
  ## 1.45.4
380
426
 
@@ -388,7 +434,7 @@
388
434
  - @contractspec/module.learning-journey@1.45.4
389
435
  - @contractspec/lib.design-system@1.45.4
390
436
  - @contractspec/lib.ui-kit-web@1.45.4
391
- - @contractspec/lib.contracts@1.45.4
437
+ - @contractspec/lib.contracts-spec@1.45.4
392
438
 
393
439
  ## 1.45.3
394
440
 
@@ -402,7 +448,7 @@
402
448
  - @contractspec/module.learning-journey@1.45.3
403
449
  - @contractspec/lib.design-system@1.45.3
404
450
  - @contractspec/lib.ui-kit-web@1.45.3
405
- - @contractspec/lib.contracts@1.45.3
451
+ - @contractspec/lib.contracts-spec@1.45.3
406
452
 
407
453
  ## 1.45.2
408
454
 
@@ -416,7 +462,7 @@
416
462
  - @contractspec/module.learning-journey@1.45.2
417
463
  - @contractspec/lib.design-system@1.45.2
418
464
  - @contractspec/lib.ui-kit-web@1.45.2
419
- - @contractspec/lib.contracts@1.45.2
465
+ - @contractspec/lib.contracts-spec@1.45.2
420
466
 
421
467
  ## 1.45.1
422
468
 
@@ -430,7 +476,7 @@
430
476
  - @contractspec/module.learning-journey@1.45.1
431
477
  - @contractspec/lib.design-system@1.45.1
432
478
  - @contractspec/lib.ui-kit-web@1.45.1
433
- - @contractspec/lib.contracts@1.45.1
479
+ - @contractspec/lib.contracts-spec@1.45.1
434
480
  - @contractspec/lib.schema@1.45.1
435
481
 
436
482
  ## 1.45.0
@@ -462,7 +508,7 @@
462
508
  - @contractspec/module.learning-journey@1.45.0
463
509
  - @contractspec/lib.design-system@1.45.0
464
510
  - @contractspec/lib.ui-kit-web@1.45.0
465
- - @contractspec/lib.contracts@1.45.0
511
+ - @contractspec/lib.contracts-spec@1.45.0
466
512
  - @contractspec/lib.schema@1.45.0
467
513
 
468
514
  ## 1.44.1
@@ -477,7 +523,7 @@
477
523
  - @contractspec/module.learning-journey@1.44.1
478
524
  - @contractspec/lib.design-system@1.44.1
479
525
  - @contractspec/lib.ui-kit-web@1.44.1
480
- - @contractspec/lib.contracts@1.44.1
526
+ - @contractspec/lib.contracts-spec@1.44.1
481
527
  - @contractspec/lib.schema@1.44.1
482
528
 
483
529
  ## 1.44.0
@@ -495,7 +541,7 @@
495
541
  - @contractspec/module.learning-journey@1.44.0
496
542
  - @contractspec/lib.design-system@1.44.0
497
543
  - @contractspec/lib.ui-kit-web@1.44.0
498
- - @contractspec/lib.contracts@1.44.0
544
+ - @contractspec/lib.contracts-spec@1.44.0
499
545
  - @contractspec/lib.schema@1.44.0
500
546
 
501
547
  ## 1.43.4
@@ -510,7 +556,7 @@
510
556
  - @contractspec/module.learning-journey@1.43.4
511
557
  - @contractspec/lib.design-system@1.43.4
512
558
  - @contractspec/lib.ui-kit-web@1.43.3
513
- - @contractspec/lib.contracts@1.43.4
559
+ - @contractspec/lib.contracts-spec@1.43.4
514
560
  - @contractspec/lib.schema@1.43.3
515
561
 
516
562
  ## 1.43.3
@@ -525,7 +571,7 @@
525
571
  - @contractspec/module.learning-journey@1.43.3
526
572
  - @contractspec/lib.design-system@1.43.3
527
573
  - @contractspec/lib.ui-kit-web@1.43.2
528
- - @contractspec/lib.contracts@1.43.3
574
+ - @contractspec/lib.contracts-spec@1.43.3
529
575
  - @contractspec/lib.schema@1.43.2
530
576
 
531
577
  ## 1.43.2
@@ -539,7 +585,7 @@
539
585
  - @contractspec/example.learning-journey-ui-shared@1.43.2
540
586
  - @contractspec/module.learning-journey@1.43.2
541
587
  - @contractspec/lib.design-system@1.43.2
542
- - @contractspec/lib.contracts@1.43.2
588
+ - @contractspec/lib.contracts-spec@1.43.2
543
589
  - @contractspec/lib.schema@1.43.1
544
590
  - @contractspec/lib.ui-kit-web@1.43.1
545
591
 
@@ -548,7 +594,7 @@
548
594
  ### Patch Changes
549
595
 
550
596
  - Updated dependencies [f28fdad]
551
- - @contractspec/lib.contracts@1.43.1
597
+ - @contractspec/lib.contracts-spec@1.43.1
552
598
  - @contractspec/example.learning-journey-ambient-coach@1.43.1
553
599
  - @contractspec/example.learning-journey-crm-onboarding@1.43.1
554
600
  - @contractspec/example.learning-journey-ui-shared@1.43.1
@@ -570,7 +616,7 @@
570
616
  - @contractspec/module.learning-journey@1.43.0
571
617
  - @contractspec/lib.design-system@1.43.0
572
618
  - @contractspec/lib.ui-kit-web@1.43.0
573
- - @contractspec/lib.contracts@1.43.0
619
+ - @contractspec/lib.contracts-spec@1.43.0
574
620
  - @contractspec/lib.schema@1.43.0
575
621
 
576
622
  ## 1.42.10
@@ -585,7 +631,7 @@
585
631
  - @contractspec/module.learning-journey@1.42.10
586
632
  - @contractspec/lib.design-system@1.42.10
587
633
  - @contractspec/lib.ui-kit-web@1.42.10
588
- - @contractspec/lib.contracts@1.42.10
634
+ - @contractspec/lib.contracts-spec@1.42.10
589
635
  - @contractspec/lib.schema@1.42.10
590
636
 
591
637
  ## 1.42.9
@@ -600,7 +646,7 @@
600
646
  - @contractspec/module.learning-journey@1.42.9
601
647
  - @contractspec/lib.design-system@1.42.9
602
648
  - @contractspec/lib.ui-kit-web@1.42.9
603
- - @contractspec/lib.contracts@1.42.9
649
+ - @contractspec/lib.contracts-spec@1.42.9
604
650
  - @contractspec/lib.schema@1.42.9
605
651
 
606
652
  ## 1.42.8
@@ -615,7 +661,7 @@
615
661
  - @contractspec/module.learning-journey@1.42.8
616
662
  - @contractspec/lib.design-system@1.42.8
617
663
  - @contractspec/lib.ui-kit-web@1.42.8
618
- - @contractspec/lib.contracts@1.42.8
664
+ - @contractspec/lib.contracts-spec@1.42.8
619
665
  - @contractspec/lib.schema@1.42.8
620
666
 
621
667
  ## 1.42.7
@@ -630,7 +676,7 @@
630
676
  - @contractspec/module.learning-journey@1.42.7
631
677
  - @contractspec/lib.design-system@1.42.7
632
678
  - @contractspec/lib.ui-kit-web@1.42.7
633
- - @contractspec/lib.contracts@1.42.7
679
+ - @contractspec/lib.contracts-spec@1.42.7
634
680
  - @contractspec/lib.schema@1.42.7
635
681
 
636
682
  ## 1.42.6
@@ -645,7 +691,7 @@
645
691
  - @contractspec/module.learning-journey@1.42.6
646
692
  - @contractspec/lib.design-system@1.42.6
647
693
  - @contractspec/lib.ui-kit-web@1.42.6
648
- - @contractspec/lib.contracts@1.42.6
694
+ - @contractspec/lib.contracts-spec@1.42.6
649
695
  - @contractspec/lib.schema@1.42.6
650
696
 
651
697
  ## 1.42.5
@@ -660,7 +706,7 @@
660
706
  - @contractspec/module.learning-journey@1.42.5
661
707
  - @contractspec/lib.design-system@1.42.5
662
708
  - @contractspec/lib.ui-kit-web@1.42.5
663
- - @contractspec/lib.contracts@1.42.5
709
+ - @contractspec/lib.contracts-spec@1.42.5
664
710
  - @contractspec/lib.schema@1.42.5
665
711
 
666
712
  ## 1.42.4
@@ -675,7 +721,7 @@
675
721
  - @contractspec/module.learning-journey@1.42.4
676
722
  - @contractspec/lib.design-system@1.42.4
677
723
  - @contractspec/lib.ui-kit-web@1.42.4
678
- - @contractspec/lib.contracts@1.42.4
724
+ - @contractspec/lib.contracts-spec@1.42.4
679
725
  - @contractspec/lib.schema@1.42.4
680
726
 
681
727
  ## 1.42.3
@@ -687,7 +733,7 @@
687
733
  - @contractspec/example.learning-journey-ambient-coach@1.42.3
688
734
  - @contractspec/example.learning-journey-crm-onboarding@1.42.3
689
735
  - @contractspec/example.learning-journey-ui-shared@1.42.3
690
- - @contractspec/lib.contracts@1.42.3
736
+ - @contractspec/lib.contracts-spec@1.42.3
691
737
  - @contractspec/lib.design-system@1.42.3
692
738
  - @contractspec/lib.schema@1.42.3
693
739
  - @contractspec/lib.ui-kit-web@1.42.3
@@ -702,7 +748,7 @@
702
748
  - @contractspec/example.learning-journey-ambient-coach@1.42.2
703
749
  - @contractspec/example.learning-journey-crm-onboarding@1.42.2
704
750
  - @contractspec/example.learning-journey-ui-shared@1.42.2
705
- - @contractspec/lib.contracts@1.42.2
751
+ - @contractspec/lib.contracts-spec@1.42.2
706
752
  - @contractspec/lib.design-system@1.42.2
707
753
  - @contractspec/lib.schema@1.42.2
708
754
  - @contractspec/lib.ui-kit-web@1.42.2
@@ -720,7 +766,7 @@
720
766
  - @contractspec/module.learning-journey@1.42.1
721
767
  - @contractspec/lib.design-system@1.42.1
722
768
  - @contractspec/lib.ui-kit-web@1.42.1
723
- - @contractspec/lib.contracts@1.42.1
769
+ - @contractspec/lib.contracts-spec@1.42.1
724
770
  - @contractspec/lib.schema@1.42.1
725
771
 
726
772
  ## 1.42.0
@@ -735,7 +781,7 @@
735
781
  - @contractspec/example.learning-journey-ambient-coach@1.42.0
736
782
  - @contractspec/example.learning-journey-crm-onboarding@1.42.0
737
783
  - @contractspec/example.learning-journey-ui-shared@1.42.0
738
- - @contractspec/lib.contracts@1.42.0
784
+ - @contractspec/lib.contracts-spec@1.42.0
739
785
  - @contractspec/lib.design-system@1.42.0
740
786
  - @contractspec/lib.schema@1.42.0
741
787
  - @contractspec/lib.ui-kit-web@1.42.0
@@ -4,4 +4,3 @@ type CoachingMiniAppProps = Omit<LearningMiniAppProps, 'progress'> & {
4
4
  };
5
5
  export declare function CoachingMiniApp({ track, progress: externalProgress, onStepComplete: externalOnStepComplete, onViewChange, initialView, }: CoachingMiniAppProps): import("react/jsx-runtime").JSX.Element;
6
6
  export {};
7
- //# sourceMappingURL=CoachingMiniApp.d.ts.map
@@ -1,5 +1,5 @@
1
1
  // src/docs/learning-journey-ui-coaching.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-coaching",
@@ -1,5 +1,5 @@
1
1
  // src/docs/learning-journey-ui-coaching.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-coaching",
@@ -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-coaching",
@@ -1055,7 +1055,7 @@ function CoachingMiniApp({
1055
1055
  }, undefined, true, undefined, this);
1056
1056
  }
1057
1057
  // src/docs/learning-journey-ui-coaching.docblock.ts
1058
- import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
1058
+ import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
1059
1059
  var blocks = [
1060
1060
  {
1061
1061
  id: "docs.examples.learning-journey-ui-coaching",
@@ -1077,7 +1077,7 @@ var blocks = [
1077
1077
  ];
1078
1078
  registerDocBlocks(blocks);
1079
1079
  // src/example.ts
1080
- import { defineExample } from "@contractspec/lib.contracts";
1080
+ import { defineExample } from "@contractspec/lib.contracts-spec";
1081
1081
  var example = defineExample({
1082
1082
  meta: {
1083
1083
  key: "learning-journey-ui-coaching",
@@ -6,4 +6,3 @@ interface EngagementMeterProps {
6
6
  }
7
7
  export declare function EngagementMeter({ acknowledged, actioned, pending, streak, }: EngagementMeterProps): import("react/jsx-runtime").JSX.Element;
8
8
  export {};
9
- //# sourceMappingURL=EngagementMeter.d.ts.map
@@ -8,4 +8,3 @@ interface TipCardProps {
8
8
  }
9
9
  export declare function TipCard({ step, isCompleted, isCurrent, onComplete, onDismiss, }: TipCardProps): import("react/jsx-runtime").JSX.Element;
10
10
  export {};
11
- //# sourceMappingURL=TipCard.d.ts.map
@@ -9,4 +9,3 @@ interface TipFeedProps {
9
9
  }
10
10
  export declare function TipFeed({ items }: TipFeedProps): import("react/jsx-runtime").JSX.Element;
11
11
  export {};
12
- //# sourceMappingURL=TipFeed.d.ts.map
@@ -1,4 +1,3 @@
1
1
  export { TipCard } from './TipCard';
2
2
  export { EngagementMeter } from './EngagementMeter';
3
3
  export { TipFeed } from './TipFeed';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1 @@
1
1
  import './learning-journey-ui-coaching.docblock';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,6 +1,6 @@
1
1
  // @bun
2
2
  // src/docs/learning-journey-ui-coaching.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-coaching",
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=learning-journey-ui-coaching.docblock.d.ts.map
@@ -1,6 +1,6 @@
1
1
  // @bun
2
2
  // src/docs/learning-journey-ui-coaching.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-coaching",
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-coaching",
package/dist/index.d.ts CHANGED
@@ -3,4 +3,3 @@ export { Overview, Steps, Progress, Timeline } from './views';
3
3
  export { TipCard, EngagementMeter, TipFeed } 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
@@ -1056,7 +1056,7 @@ function CoachingMiniApp({
1056
1056
  }, undefined, true, undefined, this);
1057
1057
  }
1058
1058
  // src/docs/learning-journey-ui-coaching.docblock.ts
1059
- import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
1059
+ import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
1060
1060
  var blocks = [
1061
1061
  {
1062
1062
  id: "docs.examples.learning-journey-ui-coaching",
@@ -1078,7 +1078,7 @@ var blocks = [
1078
1078
  ];
1079
1079
  registerDocBlocks(blocks);
1080
1080
  // src/example.ts
1081
- import { defineExample } from "@contractspec/lib.contracts";
1081
+ import { defineExample } from "@contractspec/lib.contracts-spec";
1082
1082
  var example = defineExample({
1083
1083
  meta: {
1084
1084
  key: "learning-journey-ui-coaching",
@@ -1,5 +1,5 @@
1
1
  // src/docs/learning-journey-ui-coaching.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-coaching",
@@ -1,5 +1,5 @@
1
1
  // src/docs/learning-journey-ui-coaching.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-coaching",
@@ -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-coaching",
@@ -1055,7 +1055,7 @@ function CoachingMiniApp({
1055
1055
  }, undefined, true, undefined, this);
1056
1056
  }
1057
1057
  // src/docs/learning-journey-ui-coaching.docblock.ts
1058
- import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
1058
+ import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
1059
1059
  var blocks = [
1060
1060
  {
1061
1061
  id: "docs.examples.learning-journey-ui-coaching",
@@ -1077,7 +1077,7 @@ var blocks = [
1077
1077
  ];
1078
1078
  registerDocBlocks(blocks);
1079
1079
  // src/example.ts
1080
- import { defineExample } from "@contractspec/lib.contracts";
1080
+ import { defineExample } from "@contractspec/lib.contracts-spec";
1081
1081
  var example = defineExample({
1082
1082
  meta: {
1083
1083
  key: "learning-journey-ui-coaching",
@@ -4,4 +4,3 @@ interface CoachingOverviewProps extends LearningViewProps {
4
4
  }
5
5
  export declare function Overview({ track, progress, onStepComplete, onStart, }: CoachingOverviewProps): 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-coaching",
3
- "version": "1.61.0",
3
+ "version": "2.0.0",
4
4
  "description": "Contextual coaching UI with tip cards and engagement tracking.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -136,25 +136,25 @@
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.contracts": "1.61.0",
145
- "@contractspec/example.learning-journey-ui-shared": "1.61.0",
146
- "@contractspec/example.learning-journey-ambient-coach": "1.61.0",
147
- "@contractspec/example.learning-journey-crm-onboarding": "1.61.0",
148
- "@contractspec/module.learning-journey": "1.61.0",
149
- "@contractspec/lib.design-system": "1.61.0",
150
- "@contractspec/lib.ui-kit-web": "1.61.0",
144
+ "@contractspec/lib.contracts-spec": "2.0.0",
145
+ "@contractspec/example.learning-journey-ui-shared": "2.0.0",
146
+ "@contractspec/example.learning-journey-ambient-coach": "2.0.0",
147
+ "@contractspec/example.learning-journey-crm-onboarding": "2.0.0",
148
+ "@contractspec/module.learning-journey": "2.0.0",
149
+ "@contractspec/lib.design-system": "2.0.0",
150
+ "@contractspec/lib.ui-kit-web": "2.0.0",
151
151
  "react": "19.2.4"
152
152
  },
153
153
  "devDependencies": {
154
- "@contractspec/tool.typescript": "1.61.0",
155
- "@types/react": "^19.2.13",
154
+ "@contractspec/tool.typescript": "2.0.0",
155
+ "@types/react": "^19.2.14",
156
156
  "typescript": "^5.9.3",
157
- "@contractspec/tool.bun": "1.60.0"
157
+ "@contractspec/tool.bun": "2.0.0"
158
158
  },
159
159
  "peerDependencies": {
160
160
  "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":"CoachingMiniApp.d.ts","sourceRoot":"","sources":["../src/CoachingMiniApp.tsx"],"names":[],"mappings":"AAIA,OAAO,EAIL,KAAK,oBAAoB,EAC1B,MAAM,kDAAkD,CAAC;AAM1D,KAAK,oBAAoB,GAAG,IAAI,CAAC,oBAAoB,EAAE,UAAU,CAAC,GAAG;IACnE,QAAQ,CAAC,EAAE,oBAAoB,CAAC,UAAU,CAAC,CAAC;CAC7C,CAAC;AAEF,wBAAgB,eAAe,CAAC,EAC9B,KAAK,EACL,QAAQ,EAAE,gBAAgB,EAC1B,cAAc,EAAE,sBAAsB,EACtC,YAAY,EACZ,WAAwB,GACzB,EAAE,oBAAoB,2CAmEtB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"EngagementMeter.d.ts","sourceRoot":"","sources":["../../src/components/EngagementMeter.tsx"],"names":[],"mappings":"AAEA,UAAU,oBAAoB;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,eAAe,CAAC,EAC9B,YAAY,EACZ,QAAQ,EACR,OAAO,EACP,MAAU,GACX,EAAE,oBAAoB,2CA8EtB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"TipCard.d.ts","sourceRoot":"","sources":["../../src/components/TipCard.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kDAAkD,CAAC;AAEhG,UAAU,YAAY;IACpB,IAAI,EAAE,uBAAuB,CAAC;IAC9B,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAYD,wBAAgB,OAAO,CAAC,EACtB,IAAI,EACJ,WAAW,EACX,SAAS,EACT,UAAU,EACV,SAAS,GACV,EAAE,YAAY,2CAqEd"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"TipFeed.d.ts","sourceRoot":"","sources":["../../src/components/TipFeed.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kDAAkD,CAAC;AAEhG,UAAU,WAAW;IACnB,IAAI,EAAE,uBAAuB,CAAC;IAC9B,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,YAAY;IACpB,KAAK,EAAE,WAAW,EAAE,CAAC;CACtB;AAYD,wBAAgB,OAAO,CAAC,EAAE,KAAK,EAAE,EAAE,YAAY,2CA2E9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/docs/index.ts"],"names":[],"mappings":"AAAA,OAAO,yCAAyC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"learning-journey-ui-coaching.docblock.d.ts","sourceRoot":"","sources":["../../src/docs/learning-journey-ui-coaching.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,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAG9D,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACjE,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":"AAcA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;AAE1F,UAAU,qBAAsB,SAAQ,iBAAiB;IACvD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,QAAQ,CAAC,EACvB,KAAK,EACL,QAAQ,EACR,cAAc,EACd,OAAO,GACR,EAAE,qBAAqB,2CAmIvB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../../src/views/Progress.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;AAE1F,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,iBAAiB,2CAiJlE;AAED,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":"AAGA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;AAE1F,wBAAgB,KAAK,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,EAAE,iBAAiB,2CAyD3E"}
@@ -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,2CAsG9D"}
@@ -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"}