@contractspec/example.learning-journey-ui-coaching 1.62.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 +73 -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 +11 -11
  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,33 @@
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
+
3
31
  ## 1.62.0
4
32
 
5
33
  ### Minor Changes
@@ -33,7 +61,7 @@
33
61
  - @contractspec/module.learning-journey@1.61.0
34
62
  - @contractspec/lib.design-system@1.61.0
35
63
  - @contractspec/lib.ui-kit-web@1.61.0
36
- - @contractspec/lib.contracts@1.61.0
64
+ - @contractspec/lib.contracts-spec@1.61.0
37
65
 
38
66
  ## 1.60.0
39
67
 
@@ -50,7 +78,7 @@
50
78
  - @contractspec/module.learning-journey@1.60.0
51
79
  - @contractspec/lib.design-system@1.60.0
52
80
  - @contractspec/lib.ui-kit-web@1.60.0
53
- - @contractspec/lib.contracts@1.60.0
81
+ - @contractspec/lib.contracts-spec@1.60.0
54
82
 
55
83
  ## 1.59.0
56
84
 
@@ -67,7 +95,7 @@
67
95
  - @contractspec/module.learning-journey@1.59.0
68
96
  - @contractspec/lib.design-system@1.59.0
69
97
  - @contractspec/lib.ui-kit-web@1.59.0
70
- - @contractspec/lib.contracts@1.59.0
98
+ - @contractspec/lib.contracts-spec@1.59.0
71
99
 
72
100
  ## 1.58.0
73
101
 
@@ -85,7 +113,7 @@
85
113
  - @contractspec/module.learning-journey@1.58.0
86
114
  - @contractspec/lib.design-system@1.58.0
87
115
  - @contractspec/lib.ui-kit-web@1.58.0
88
- - @contractspec/lib.contracts@1.58.0
116
+ - @contractspec/lib.contracts-spec@1.58.0
89
117
 
90
118
  ## 1.57.0
91
119
 
@@ -101,7 +129,7 @@
101
129
  - Updated dependencies [4651e06]
102
130
  - Updated dependencies [ad9d10a]
103
131
  - Updated dependencies [11a5a05]
104
- - @contractspec/lib.contracts@1.57.0
132
+ - @contractspec/lib.contracts-spec@1.57.0
105
133
  - @contractspec/example.learning-journey-crm-onboarding@1.57.0
106
134
  - @contractspec/example.learning-journey-ambient-coach@1.57.0
107
135
  - @contractspec/example.learning-journey-ui-shared@1.57.0
@@ -121,7 +149,7 @@
121
149
  - @contractspec/module.learning-journey@1.56.1
122
150
  - @contractspec/lib.design-system@1.56.1
123
151
  - @contractspec/lib.ui-kit-web@1.56.1
124
- - @contractspec/lib.contracts@1.56.1
152
+ - @contractspec/lib.contracts-spec@1.56.1
125
153
 
126
154
  ## 1.56.0
127
155
 
@@ -138,7 +166,7 @@
138
166
  - @contractspec/module.learning-journey@1.56.0
139
167
  - @contractspec/lib.design-system@1.56.0
140
168
  - @contractspec/lib.ui-kit-web@1.56.0
141
- - @contractspec/lib.contracts@1.56.0
169
+ - @contractspec/lib.contracts-spec@1.56.0
142
170
 
143
171
  ## 1.55.0
144
172
 
@@ -155,7 +183,7 @@
155
183
  - @contractspec/module.learning-journey@1.55.0
156
184
  - @contractspec/lib.design-system@1.55.0
157
185
  - @contractspec/lib.ui-kit-web@1.55.0
158
- - @contractspec/lib.contracts@1.55.0
186
+ - @contractspec/lib.contracts-spec@1.55.0
159
187
 
160
188
  ## 1.54.0
161
189
 
@@ -169,7 +197,7 @@
169
197
  - @contractspec/example.learning-journey-ui-shared@1.54.0
170
198
  - @contractspec/lib.design-system@1.54.0
171
199
  - @contractspec/lib.ui-kit-web@1.54.0
172
- - @contractspec/lib.contracts@1.54.0
200
+ - @contractspec/lib.contracts-spec@1.54.0
173
201
  - @contractspec/example.learning-journey-ambient-coach@1.54.0
174
202
  - @contractspec/example.learning-journey-crm-onboarding@1.54.0
175
203
  - @contractspec/module.learning-journey@1.54.0
@@ -187,7 +215,7 @@
187
215
  - Updated dependencies [f4180d4]
188
216
  - Updated dependencies [64d84e1]
189
217
  - @contractspec/lib.design-system@1.53.0
190
- - @contractspec/lib.contracts@1.53.0
218
+ - @contractspec/lib.contracts-spec@1.53.0
191
219
  - @contractspec/example.learning-journey-ambient-coach@1.53.0
192
220
  - @contractspec/example.learning-journey-crm-onboarding@1.53.0
193
221
  - @contractspec/example.learning-journey-ui-shared@1.53.0
@@ -209,7 +237,7 @@
209
237
  - @contractspec/module.learning-journey@1.52.0
210
238
  - @contractspec/lib.design-system@1.52.0
211
239
  - @contractspec/lib.ui-kit-web@1.52.0
212
- - @contractspec/lib.contracts@1.52.0
240
+ - @contractspec/lib.contracts-spec@1.52.0
213
241
 
214
242
  ## 1.51.0
215
243
 
@@ -222,7 +250,7 @@
222
250
  - Updated dependencies [23e46e9]
223
251
  - Updated dependencies [ad1f852]
224
252
  - Updated dependencies [e6faefb]
225
- - @contractspec/lib.contracts@1.51.0
253
+ - @contractspec/lib.contracts-spec@1.51.0
226
254
  - @contractspec/example.learning-journey-crm-onboarding@1.51.0
227
255
  - @contractspec/example.learning-journey-ambient-coach@1.51.0
228
256
  - @contractspec/example.learning-journey-ui-shared@1.51.0
@@ -239,7 +267,7 @@
239
267
  ### Patch Changes
240
268
 
241
269
  - Updated dependencies [5325d6b]
242
- - @contractspec/lib.contracts@1.50.0
270
+ - @contractspec/lib.contracts-spec@1.50.0
243
271
  - @contractspec/example.learning-journey-ambient-coach@1.50.0
244
272
  - @contractspec/example.learning-journey-crm-onboarding@1.50.0
245
273
  - @contractspec/example.learning-journey-ui-shared@1.50.0
@@ -262,7 +290,7 @@
262
290
  - @contractspec/module.learning-journey@1.49.0
263
291
  - @contractspec/lib.design-system@1.49.0
264
292
  - @contractspec/lib.ui-kit-web@1.49.0
265
- - @contractspec/lib.contracts@1.49.0
293
+ - @contractspec/lib.contracts-spec@1.49.0
266
294
 
267
295
  ## 1.48.1
268
296
 
@@ -271,7 +299,7 @@
271
299
  - Updated dependencies [c560ee7]
272
300
  - Updated dependencies [1536bf3]
273
301
  - @contractspec/lib.design-system@1.48.1
274
- - @contractspec/lib.contracts@1.48.1
302
+ - @contractspec/lib.contracts-spec@1.48.1
275
303
  - @contractspec/example.learning-journey-ui-shared@1.48.1
276
304
  - @contractspec/example.learning-journey-ambient-coach@1.48.1
277
305
  - @contractspec/example.learning-journey-crm-onboarding@1.48.1
@@ -292,7 +320,7 @@
292
320
  - @contractspec/module.learning-journey@1.48.0
293
321
  - @contractspec/lib.design-system@1.48.0
294
322
  - @contractspec/lib.ui-kit-web@1.48.0
295
- - @contractspec/lib.contracts@1.48.0
323
+ - @contractspec/lib.contracts-spec@1.48.0
296
324
 
297
325
  ## 1.47.0
298
326
 
@@ -319,7 +347,7 @@
319
347
  - @contractspec/module.learning-journey@1.47.0
320
348
  - @contractspec/lib.design-system@1.47.0
321
349
  - @contractspec/lib.ui-kit-web@1.47.0
322
- - @contractspec/lib.contracts@1.47.0
350
+ - @contractspec/lib.contracts-spec@1.47.0
323
351
 
324
352
  ## 1.46.2
325
353
 
@@ -333,7 +361,7 @@
333
361
  - @contractspec/module.learning-journey@1.46.2
334
362
  - @contractspec/lib.design-system@1.46.2
335
363
  - @contractspec/lib.ui-kit-web@1.46.2
336
- - @contractspec/lib.contracts@1.46.2
364
+ - @contractspec/lib.contracts-spec@1.46.2
337
365
 
338
366
  ## 1.46.1
339
367
 
@@ -347,7 +375,7 @@
347
375
  - @contractspec/module.learning-journey@1.46.1
348
376
  - @contractspec/lib.design-system@1.46.1
349
377
  - @contractspec/lib.ui-kit-web@1.46.1
350
- - @contractspec/lib.contracts@1.46.1
378
+ - @contractspec/lib.contracts-spec@1.46.1
351
379
 
352
380
  ## 1.46.0
353
381
 
@@ -364,7 +392,7 @@
364
392
  - @contractspec/module.learning-journey@1.46.0
365
393
  - @contractspec/lib.design-system@1.46.0
366
394
  - @contractspec/lib.ui-kit-web@1.46.0
367
- - @contractspec/lib.contracts@1.46.0
395
+ - @contractspec/lib.contracts-spec@1.46.0
368
396
 
369
397
  ## 1.45.6
370
398
 
@@ -378,7 +406,7 @@
378
406
  - @contractspec/module.learning-journey@1.45.6
379
407
  - @contractspec/lib.design-system@1.45.6
380
408
  - @contractspec/lib.ui-kit-web@1.45.6
381
- - @contractspec/lib.contracts@1.45.6
409
+ - @contractspec/lib.contracts-spec@1.45.6
382
410
 
383
411
  ## 1.45.5
384
412
 
@@ -392,7 +420,7 @@
392
420
  - @contractspec/module.learning-journey@1.45.5
393
421
  - @contractspec/lib.design-system@1.45.5
394
422
  - @contractspec/lib.ui-kit-web@1.45.5
395
- - @contractspec/lib.contracts@1.45.5
423
+ - @contractspec/lib.contracts-spec@1.45.5
396
424
 
397
425
  ## 1.45.4
398
426
 
@@ -406,7 +434,7 @@
406
434
  - @contractspec/module.learning-journey@1.45.4
407
435
  - @contractspec/lib.design-system@1.45.4
408
436
  - @contractspec/lib.ui-kit-web@1.45.4
409
- - @contractspec/lib.contracts@1.45.4
437
+ - @contractspec/lib.contracts-spec@1.45.4
410
438
 
411
439
  ## 1.45.3
412
440
 
@@ -420,7 +448,7 @@
420
448
  - @contractspec/module.learning-journey@1.45.3
421
449
  - @contractspec/lib.design-system@1.45.3
422
450
  - @contractspec/lib.ui-kit-web@1.45.3
423
- - @contractspec/lib.contracts@1.45.3
451
+ - @contractspec/lib.contracts-spec@1.45.3
424
452
 
425
453
  ## 1.45.2
426
454
 
@@ -434,7 +462,7 @@
434
462
  - @contractspec/module.learning-journey@1.45.2
435
463
  - @contractspec/lib.design-system@1.45.2
436
464
  - @contractspec/lib.ui-kit-web@1.45.2
437
- - @contractspec/lib.contracts@1.45.2
465
+ - @contractspec/lib.contracts-spec@1.45.2
438
466
 
439
467
  ## 1.45.1
440
468
 
@@ -448,7 +476,7 @@
448
476
  - @contractspec/module.learning-journey@1.45.1
449
477
  - @contractspec/lib.design-system@1.45.1
450
478
  - @contractspec/lib.ui-kit-web@1.45.1
451
- - @contractspec/lib.contracts@1.45.1
479
+ - @contractspec/lib.contracts-spec@1.45.1
452
480
  - @contractspec/lib.schema@1.45.1
453
481
 
454
482
  ## 1.45.0
@@ -480,7 +508,7 @@
480
508
  - @contractspec/module.learning-journey@1.45.0
481
509
  - @contractspec/lib.design-system@1.45.0
482
510
  - @contractspec/lib.ui-kit-web@1.45.0
483
- - @contractspec/lib.contracts@1.45.0
511
+ - @contractspec/lib.contracts-spec@1.45.0
484
512
  - @contractspec/lib.schema@1.45.0
485
513
 
486
514
  ## 1.44.1
@@ -495,7 +523,7 @@
495
523
  - @contractspec/module.learning-journey@1.44.1
496
524
  - @contractspec/lib.design-system@1.44.1
497
525
  - @contractspec/lib.ui-kit-web@1.44.1
498
- - @contractspec/lib.contracts@1.44.1
526
+ - @contractspec/lib.contracts-spec@1.44.1
499
527
  - @contractspec/lib.schema@1.44.1
500
528
 
501
529
  ## 1.44.0
@@ -513,7 +541,7 @@
513
541
  - @contractspec/module.learning-journey@1.44.0
514
542
  - @contractspec/lib.design-system@1.44.0
515
543
  - @contractspec/lib.ui-kit-web@1.44.0
516
- - @contractspec/lib.contracts@1.44.0
544
+ - @contractspec/lib.contracts-spec@1.44.0
517
545
  - @contractspec/lib.schema@1.44.0
518
546
 
519
547
  ## 1.43.4
@@ -528,7 +556,7 @@
528
556
  - @contractspec/module.learning-journey@1.43.4
529
557
  - @contractspec/lib.design-system@1.43.4
530
558
  - @contractspec/lib.ui-kit-web@1.43.3
531
- - @contractspec/lib.contracts@1.43.4
559
+ - @contractspec/lib.contracts-spec@1.43.4
532
560
  - @contractspec/lib.schema@1.43.3
533
561
 
534
562
  ## 1.43.3
@@ -543,7 +571,7 @@
543
571
  - @contractspec/module.learning-journey@1.43.3
544
572
  - @contractspec/lib.design-system@1.43.3
545
573
  - @contractspec/lib.ui-kit-web@1.43.2
546
- - @contractspec/lib.contracts@1.43.3
574
+ - @contractspec/lib.contracts-spec@1.43.3
547
575
  - @contractspec/lib.schema@1.43.2
548
576
 
549
577
  ## 1.43.2
@@ -557,7 +585,7 @@
557
585
  - @contractspec/example.learning-journey-ui-shared@1.43.2
558
586
  - @contractspec/module.learning-journey@1.43.2
559
587
  - @contractspec/lib.design-system@1.43.2
560
- - @contractspec/lib.contracts@1.43.2
588
+ - @contractspec/lib.contracts-spec@1.43.2
561
589
  - @contractspec/lib.schema@1.43.1
562
590
  - @contractspec/lib.ui-kit-web@1.43.1
563
591
 
@@ -566,7 +594,7 @@
566
594
  ### Patch Changes
567
595
 
568
596
  - Updated dependencies [f28fdad]
569
- - @contractspec/lib.contracts@1.43.1
597
+ - @contractspec/lib.contracts-spec@1.43.1
570
598
  - @contractspec/example.learning-journey-ambient-coach@1.43.1
571
599
  - @contractspec/example.learning-journey-crm-onboarding@1.43.1
572
600
  - @contractspec/example.learning-journey-ui-shared@1.43.1
@@ -588,7 +616,7 @@
588
616
  - @contractspec/module.learning-journey@1.43.0
589
617
  - @contractspec/lib.design-system@1.43.0
590
618
  - @contractspec/lib.ui-kit-web@1.43.0
591
- - @contractspec/lib.contracts@1.43.0
619
+ - @contractspec/lib.contracts-spec@1.43.0
592
620
  - @contractspec/lib.schema@1.43.0
593
621
 
594
622
  ## 1.42.10
@@ -603,7 +631,7 @@
603
631
  - @contractspec/module.learning-journey@1.42.10
604
632
  - @contractspec/lib.design-system@1.42.10
605
633
  - @contractspec/lib.ui-kit-web@1.42.10
606
- - @contractspec/lib.contracts@1.42.10
634
+ - @contractspec/lib.contracts-spec@1.42.10
607
635
  - @contractspec/lib.schema@1.42.10
608
636
 
609
637
  ## 1.42.9
@@ -618,7 +646,7 @@
618
646
  - @contractspec/module.learning-journey@1.42.9
619
647
  - @contractspec/lib.design-system@1.42.9
620
648
  - @contractspec/lib.ui-kit-web@1.42.9
621
- - @contractspec/lib.contracts@1.42.9
649
+ - @contractspec/lib.contracts-spec@1.42.9
622
650
  - @contractspec/lib.schema@1.42.9
623
651
 
624
652
  ## 1.42.8
@@ -633,7 +661,7 @@
633
661
  - @contractspec/module.learning-journey@1.42.8
634
662
  - @contractspec/lib.design-system@1.42.8
635
663
  - @contractspec/lib.ui-kit-web@1.42.8
636
- - @contractspec/lib.contracts@1.42.8
664
+ - @contractspec/lib.contracts-spec@1.42.8
637
665
  - @contractspec/lib.schema@1.42.8
638
666
 
639
667
  ## 1.42.7
@@ -648,7 +676,7 @@
648
676
  - @contractspec/module.learning-journey@1.42.7
649
677
  - @contractspec/lib.design-system@1.42.7
650
678
  - @contractspec/lib.ui-kit-web@1.42.7
651
- - @contractspec/lib.contracts@1.42.7
679
+ - @contractspec/lib.contracts-spec@1.42.7
652
680
  - @contractspec/lib.schema@1.42.7
653
681
 
654
682
  ## 1.42.6
@@ -663,7 +691,7 @@
663
691
  - @contractspec/module.learning-journey@1.42.6
664
692
  - @contractspec/lib.design-system@1.42.6
665
693
  - @contractspec/lib.ui-kit-web@1.42.6
666
- - @contractspec/lib.contracts@1.42.6
694
+ - @contractspec/lib.contracts-spec@1.42.6
667
695
  - @contractspec/lib.schema@1.42.6
668
696
 
669
697
  ## 1.42.5
@@ -678,7 +706,7 @@
678
706
  - @contractspec/module.learning-journey@1.42.5
679
707
  - @contractspec/lib.design-system@1.42.5
680
708
  - @contractspec/lib.ui-kit-web@1.42.5
681
- - @contractspec/lib.contracts@1.42.5
709
+ - @contractspec/lib.contracts-spec@1.42.5
682
710
  - @contractspec/lib.schema@1.42.5
683
711
 
684
712
  ## 1.42.4
@@ -693,7 +721,7 @@
693
721
  - @contractspec/module.learning-journey@1.42.4
694
722
  - @contractspec/lib.design-system@1.42.4
695
723
  - @contractspec/lib.ui-kit-web@1.42.4
696
- - @contractspec/lib.contracts@1.42.4
724
+ - @contractspec/lib.contracts-spec@1.42.4
697
725
  - @contractspec/lib.schema@1.42.4
698
726
 
699
727
  ## 1.42.3
@@ -705,7 +733,7 @@
705
733
  - @contractspec/example.learning-journey-ambient-coach@1.42.3
706
734
  - @contractspec/example.learning-journey-crm-onboarding@1.42.3
707
735
  - @contractspec/example.learning-journey-ui-shared@1.42.3
708
- - @contractspec/lib.contracts@1.42.3
736
+ - @contractspec/lib.contracts-spec@1.42.3
709
737
  - @contractspec/lib.design-system@1.42.3
710
738
  - @contractspec/lib.schema@1.42.3
711
739
  - @contractspec/lib.ui-kit-web@1.42.3
@@ -720,7 +748,7 @@
720
748
  - @contractspec/example.learning-journey-ambient-coach@1.42.2
721
749
  - @contractspec/example.learning-journey-crm-onboarding@1.42.2
722
750
  - @contractspec/example.learning-journey-ui-shared@1.42.2
723
- - @contractspec/lib.contracts@1.42.2
751
+ - @contractspec/lib.contracts-spec@1.42.2
724
752
  - @contractspec/lib.design-system@1.42.2
725
753
  - @contractspec/lib.schema@1.42.2
726
754
  - @contractspec/lib.ui-kit-web@1.42.2
@@ -738,7 +766,7 @@
738
766
  - @contractspec/module.learning-journey@1.42.1
739
767
  - @contractspec/lib.design-system@1.42.1
740
768
  - @contractspec/lib.ui-kit-web@1.42.1
741
- - @contractspec/lib.contracts@1.42.1
769
+ - @contractspec/lib.contracts-spec@1.42.1
742
770
  - @contractspec/lib.schema@1.42.1
743
771
 
744
772
  ## 1.42.0
@@ -753,7 +781,7 @@
753
781
  - @contractspec/example.learning-journey-ambient-coach@1.42.0
754
782
  - @contractspec/example.learning-journey-crm-onboarding@1.42.0
755
783
  - @contractspec/example.learning-journey-ui-shared@1.42.0
756
- - @contractspec/lib.contracts@1.42.0
784
+ - @contractspec/lib.contracts-spec@1.42.0
757
785
  - @contractspec/lib.design-system@1.42.0
758
786
  - @contractspec/lib.schema@1.42.0
759
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.62.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.62.0",
145
- "@contractspec/example.learning-journey-ui-shared": "1.62.0",
146
- "@contractspec/example.learning-journey-ambient-coach": "1.62.0",
147
- "@contractspec/example.learning-journey-crm-onboarding": "1.62.0",
148
- "@contractspec/module.learning-journey": "1.62.0",
149
- "@contractspec/lib.design-system": "1.62.0",
150
- "@contractspec/lib.ui-kit-web": "1.62.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.62.0",
154
+ "@contractspec/tool.typescript": "2.0.0",
155
155
  "@types/react": "^19.2.14",
156
156
  "typescript": "^5.9.3",
157
- "@contractspec/tool.bun": "1.61.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"}