@contractspec/example.learning-journey-ui-coaching 1.62.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +7 -7
- package/CHANGELOG.md +92 -45
- package/dist/CoachingMiniApp.d.ts +0 -1
- package/dist/browser/docs/index.js +1 -1
- package/dist/browser/docs/learning-journey-ui-coaching.docblock.js +1 -1
- package/dist/browser/example.js +1 -1
- package/dist/browser/index.js +2 -2
- package/dist/components/EngagementMeter.d.ts +0 -1
- package/dist/components/TipCard.d.ts +0 -1
- package/dist/components/TipFeed.d.ts +0 -1
- package/dist/components/index.d.ts +0 -1
- package/dist/docs/index.d.ts +0 -1
- package/dist/docs/index.js +1 -1
- package/dist/docs/learning-journey-ui-coaching.docblock.d.ts +0 -1
- package/dist/docs/learning-journey-ui-coaching.docblock.js +1 -1
- package/dist/example.d.ts +1 -2
- package/dist/example.js +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +2 -2
- package/dist/node/docs/index.js +1 -1
- package/dist/node/docs/learning-journey-ui-coaching.docblock.js +1 -1
- package/dist/node/example.js +1 -1
- package/dist/node/index.js +2 -2
- package/dist/views/Overview.d.ts +0 -1
- package/dist/views/Progress.d.ts +0 -1
- package/dist/views/Steps.d.ts +0 -1
- package/dist/views/Timeline.d.ts +0 -1
- package/dist/views/index.d.ts +0 -1
- package/package.json +11 -11
- package/src/docs/learning-journey-ui-coaching.docblock.ts +2 -2
- package/src/example.ts +1 -1
- package/dist/CoachingMiniApp.d.ts.map +0 -1
- package/dist/components/EngagementMeter.d.ts.map +0 -1
- package/dist/components/TipCard.d.ts.map +0 -1
- package/dist/components/TipFeed.d.ts.map +0 -1
- package/dist/components/index.d.ts.map +0 -1
- package/dist/docs/index.d.ts.map +0 -1
- package/dist/docs/learning-journey-ui-coaching.docblock.d.ts.map +0 -1
- package/dist/example.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/views/Overview.d.ts.map +0 -1
- package/dist/views/Progress.d.ts.map +0 -1
- package/dist/views/Steps.d.ts.map +0 -1
- package/dist/views/Timeline.d.ts.map +0 -1
- package/dist/views/index.d.ts.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -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
|
|
6
|
+
Bundled 14 modules in 6ms
|
|
7
7
|
|
|
8
8
|
./CoachingMiniApp.js 44.47 KB (entry point)
|
|
9
|
-
./index.js 46.
|
|
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.
|
|
20
|
-
docs/learning-journey-ui-coaching.docblock.js 0.
|
|
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
|
|
24
|
+
Bundled 14 modules in 6ms
|
|
25
25
|
|
|
26
26
|
./CoachingMiniApp.js 44.44 KB (entry point)
|
|
27
|
-
./index.js 46.
|
|
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)
|
|
@@ -42,7 +42,7 @@ Bundled 14 modules in 5ms
|
|
|
42
42
|
Bundled 14 modules in 5ms
|
|
43
43
|
|
|
44
44
|
./CoachingMiniApp.js 44.44 KB (entry point)
|
|
45
|
-
./index.js 46.
|
|
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,52 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-ui-coaching
|
|
2
2
|
|
|
3
|
+
## 2.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 362fbac: feat: improve video
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [b4bfbc5]
|
|
12
|
+
- Updated dependencies [362fbac]
|
|
13
|
+
- Updated dependencies [659d15f]
|
|
14
|
+
- @contractspec/lib.contracts-spec@2.1.0
|
|
15
|
+
- @contractspec/example.learning-journey-crm-onboarding@2.1.0
|
|
16
|
+
- @contractspec/example.learning-journey-ambient-coach@2.1.0
|
|
17
|
+
- @contractspec/example.learning-journey-ui-shared@2.1.0
|
|
18
|
+
- @contractspec/module.learning-journey@2.1.0
|
|
19
|
+
- @contractspec/lib.design-system@2.1.0
|
|
20
|
+
- @contractspec/lib.ui-kit-web@2.1.0
|
|
21
|
+
|
|
22
|
+
## 2.0.0
|
|
23
|
+
|
|
24
|
+
### Major Changes
|
|
25
|
+
|
|
26
|
+
- a09bafc: feat: optimize performance
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- 7f3203a: fix: make workspace test runs resilient when packages have no tests
|
|
31
|
+
|
|
32
|
+
Updates package test scripts to pass cleanly when no matching test files exist:
|
|
33
|
+
- Uses `bun test --pass-with-no-tests` in Bun-based packages that currently ship without test files.
|
|
34
|
+
- Uses `jest --passWithNoTests` for the UI kit web package.
|
|
35
|
+
- Adds `.vscode-test.mjs` for `vscode-contractspec` so VS Code extension test runs have an explicit config and stop failing on missing default configuration.
|
|
36
|
+
|
|
37
|
+
This keeps `turbo run test` deterministic across the monorepo while preserving existing test execution behavior where tests are present.
|
|
38
|
+
|
|
39
|
+
- Updated dependencies [a09bafc]
|
|
40
|
+
- Updated dependencies [f152678]
|
|
41
|
+
- Updated dependencies [7f3203a]
|
|
42
|
+
- @contractspec/example.learning-journey-crm-onboarding@2.0.0
|
|
43
|
+
- @contractspec/example.learning-journey-ambient-coach@2.0.0
|
|
44
|
+
- @contractspec/example.learning-journey-ui-shared@2.0.0
|
|
45
|
+
- @contractspec/module.learning-journey@2.0.0
|
|
46
|
+
- @contractspec/lib.contracts-spec@2.0.0
|
|
47
|
+
- @contractspec/lib.design-system@2.0.0
|
|
48
|
+
- @contractspec/lib.ui-kit-web@2.0.0
|
|
49
|
+
|
|
3
50
|
## 1.62.0
|
|
4
51
|
|
|
5
52
|
### Minor Changes
|
|
@@ -33,7 +80,7 @@
|
|
|
33
80
|
- @contractspec/module.learning-journey@1.61.0
|
|
34
81
|
- @contractspec/lib.design-system@1.61.0
|
|
35
82
|
- @contractspec/lib.ui-kit-web@1.61.0
|
|
36
|
-
- @contractspec/lib.contracts@1.61.0
|
|
83
|
+
- @contractspec/lib.contracts-spec@1.61.0
|
|
37
84
|
|
|
38
85
|
## 1.60.0
|
|
39
86
|
|
|
@@ -50,7 +97,7 @@
|
|
|
50
97
|
- @contractspec/module.learning-journey@1.60.0
|
|
51
98
|
- @contractspec/lib.design-system@1.60.0
|
|
52
99
|
- @contractspec/lib.ui-kit-web@1.60.0
|
|
53
|
-
- @contractspec/lib.contracts@1.60.0
|
|
100
|
+
- @contractspec/lib.contracts-spec@1.60.0
|
|
54
101
|
|
|
55
102
|
## 1.59.0
|
|
56
103
|
|
|
@@ -67,7 +114,7 @@
|
|
|
67
114
|
- @contractspec/module.learning-journey@1.59.0
|
|
68
115
|
- @contractspec/lib.design-system@1.59.0
|
|
69
116
|
- @contractspec/lib.ui-kit-web@1.59.0
|
|
70
|
-
- @contractspec/lib.contracts@1.59.0
|
|
117
|
+
- @contractspec/lib.contracts-spec@1.59.0
|
|
71
118
|
|
|
72
119
|
## 1.58.0
|
|
73
120
|
|
|
@@ -85,7 +132,7 @@
|
|
|
85
132
|
- @contractspec/module.learning-journey@1.58.0
|
|
86
133
|
- @contractspec/lib.design-system@1.58.0
|
|
87
134
|
- @contractspec/lib.ui-kit-web@1.58.0
|
|
88
|
-
- @contractspec/lib.contracts@1.58.0
|
|
135
|
+
- @contractspec/lib.contracts-spec@1.58.0
|
|
89
136
|
|
|
90
137
|
## 1.57.0
|
|
91
138
|
|
|
@@ -101,7 +148,7 @@
|
|
|
101
148
|
- Updated dependencies [4651e06]
|
|
102
149
|
- Updated dependencies [ad9d10a]
|
|
103
150
|
- Updated dependencies [11a5a05]
|
|
104
|
-
- @contractspec/lib.contracts@1.57.0
|
|
151
|
+
- @contractspec/lib.contracts-spec@1.57.0
|
|
105
152
|
- @contractspec/example.learning-journey-crm-onboarding@1.57.0
|
|
106
153
|
- @contractspec/example.learning-journey-ambient-coach@1.57.0
|
|
107
154
|
- @contractspec/example.learning-journey-ui-shared@1.57.0
|
|
@@ -121,7 +168,7 @@
|
|
|
121
168
|
- @contractspec/module.learning-journey@1.56.1
|
|
122
169
|
- @contractspec/lib.design-system@1.56.1
|
|
123
170
|
- @contractspec/lib.ui-kit-web@1.56.1
|
|
124
|
-
- @contractspec/lib.contracts@1.56.1
|
|
171
|
+
- @contractspec/lib.contracts-spec@1.56.1
|
|
125
172
|
|
|
126
173
|
## 1.56.0
|
|
127
174
|
|
|
@@ -138,7 +185,7 @@
|
|
|
138
185
|
- @contractspec/module.learning-journey@1.56.0
|
|
139
186
|
- @contractspec/lib.design-system@1.56.0
|
|
140
187
|
- @contractspec/lib.ui-kit-web@1.56.0
|
|
141
|
-
- @contractspec/lib.contracts@1.56.0
|
|
188
|
+
- @contractspec/lib.contracts-spec@1.56.0
|
|
142
189
|
|
|
143
190
|
## 1.55.0
|
|
144
191
|
|
|
@@ -155,7 +202,7 @@
|
|
|
155
202
|
- @contractspec/module.learning-journey@1.55.0
|
|
156
203
|
- @contractspec/lib.design-system@1.55.0
|
|
157
204
|
- @contractspec/lib.ui-kit-web@1.55.0
|
|
158
|
-
- @contractspec/lib.contracts@1.55.0
|
|
205
|
+
- @contractspec/lib.contracts-spec@1.55.0
|
|
159
206
|
|
|
160
207
|
## 1.54.0
|
|
161
208
|
|
|
@@ -169,7 +216,7 @@
|
|
|
169
216
|
- @contractspec/example.learning-journey-ui-shared@1.54.0
|
|
170
217
|
- @contractspec/lib.design-system@1.54.0
|
|
171
218
|
- @contractspec/lib.ui-kit-web@1.54.0
|
|
172
|
-
- @contractspec/lib.contracts@1.54.0
|
|
219
|
+
- @contractspec/lib.contracts-spec@1.54.0
|
|
173
220
|
- @contractspec/example.learning-journey-ambient-coach@1.54.0
|
|
174
221
|
- @contractspec/example.learning-journey-crm-onboarding@1.54.0
|
|
175
222
|
- @contractspec/module.learning-journey@1.54.0
|
|
@@ -187,7 +234,7 @@
|
|
|
187
234
|
- Updated dependencies [f4180d4]
|
|
188
235
|
- Updated dependencies [64d84e1]
|
|
189
236
|
- @contractspec/lib.design-system@1.53.0
|
|
190
|
-
- @contractspec/lib.contracts@1.53.0
|
|
237
|
+
- @contractspec/lib.contracts-spec@1.53.0
|
|
191
238
|
- @contractspec/example.learning-journey-ambient-coach@1.53.0
|
|
192
239
|
- @contractspec/example.learning-journey-crm-onboarding@1.53.0
|
|
193
240
|
- @contractspec/example.learning-journey-ui-shared@1.53.0
|
|
@@ -209,7 +256,7 @@
|
|
|
209
256
|
- @contractspec/module.learning-journey@1.52.0
|
|
210
257
|
- @contractspec/lib.design-system@1.52.0
|
|
211
258
|
- @contractspec/lib.ui-kit-web@1.52.0
|
|
212
|
-
- @contractspec/lib.contracts@1.52.0
|
|
259
|
+
- @contractspec/lib.contracts-spec@1.52.0
|
|
213
260
|
|
|
214
261
|
## 1.51.0
|
|
215
262
|
|
|
@@ -222,7 +269,7 @@
|
|
|
222
269
|
- Updated dependencies [23e46e9]
|
|
223
270
|
- Updated dependencies [ad1f852]
|
|
224
271
|
- Updated dependencies [e6faefb]
|
|
225
|
-
- @contractspec/lib.contracts@1.51.0
|
|
272
|
+
- @contractspec/lib.contracts-spec@1.51.0
|
|
226
273
|
- @contractspec/example.learning-journey-crm-onboarding@1.51.0
|
|
227
274
|
- @contractspec/example.learning-journey-ambient-coach@1.51.0
|
|
228
275
|
- @contractspec/example.learning-journey-ui-shared@1.51.0
|
|
@@ -239,7 +286,7 @@
|
|
|
239
286
|
### Patch Changes
|
|
240
287
|
|
|
241
288
|
- Updated dependencies [5325d6b]
|
|
242
|
-
- @contractspec/lib.contracts@1.50.0
|
|
289
|
+
- @contractspec/lib.contracts-spec@1.50.0
|
|
243
290
|
- @contractspec/example.learning-journey-ambient-coach@1.50.0
|
|
244
291
|
- @contractspec/example.learning-journey-crm-onboarding@1.50.0
|
|
245
292
|
- @contractspec/example.learning-journey-ui-shared@1.50.0
|
|
@@ -262,7 +309,7 @@
|
|
|
262
309
|
- @contractspec/module.learning-journey@1.49.0
|
|
263
310
|
- @contractspec/lib.design-system@1.49.0
|
|
264
311
|
- @contractspec/lib.ui-kit-web@1.49.0
|
|
265
|
-
- @contractspec/lib.contracts@1.49.0
|
|
312
|
+
- @contractspec/lib.contracts-spec@1.49.0
|
|
266
313
|
|
|
267
314
|
## 1.48.1
|
|
268
315
|
|
|
@@ -271,7 +318,7 @@
|
|
|
271
318
|
- Updated dependencies [c560ee7]
|
|
272
319
|
- Updated dependencies [1536bf3]
|
|
273
320
|
- @contractspec/lib.design-system@1.48.1
|
|
274
|
-
- @contractspec/lib.contracts@1.48.1
|
|
321
|
+
- @contractspec/lib.contracts-spec@1.48.1
|
|
275
322
|
- @contractspec/example.learning-journey-ui-shared@1.48.1
|
|
276
323
|
- @contractspec/example.learning-journey-ambient-coach@1.48.1
|
|
277
324
|
- @contractspec/example.learning-journey-crm-onboarding@1.48.1
|
|
@@ -292,7 +339,7 @@
|
|
|
292
339
|
- @contractspec/module.learning-journey@1.48.0
|
|
293
340
|
- @contractspec/lib.design-system@1.48.0
|
|
294
341
|
- @contractspec/lib.ui-kit-web@1.48.0
|
|
295
|
-
- @contractspec/lib.contracts@1.48.0
|
|
342
|
+
- @contractspec/lib.contracts-spec@1.48.0
|
|
296
343
|
|
|
297
344
|
## 1.47.0
|
|
298
345
|
|
|
@@ -319,7 +366,7 @@
|
|
|
319
366
|
- @contractspec/module.learning-journey@1.47.0
|
|
320
367
|
- @contractspec/lib.design-system@1.47.0
|
|
321
368
|
- @contractspec/lib.ui-kit-web@1.47.0
|
|
322
|
-
- @contractspec/lib.contracts@1.47.0
|
|
369
|
+
- @contractspec/lib.contracts-spec@1.47.0
|
|
323
370
|
|
|
324
371
|
## 1.46.2
|
|
325
372
|
|
|
@@ -333,7 +380,7 @@
|
|
|
333
380
|
- @contractspec/module.learning-journey@1.46.2
|
|
334
381
|
- @contractspec/lib.design-system@1.46.2
|
|
335
382
|
- @contractspec/lib.ui-kit-web@1.46.2
|
|
336
|
-
- @contractspec/lib.contracts@1.46.2
|
|
383
|
+
- @contractspec/lib.contracts-spec@1.46.2
|
|
337
384
|
|
|
338
385
|
## 1.46.1
|
|
339
386
|
|
|
@@ -347,7 +394,7 @@
|
|
|
347
394
|
- @contractspec/module.learning-journey@1.46.1
|
|
348
395
|
- @contractspec/lib.design-system@1.46.1
|
|
349
396
|
- @contractspec/lib.ui-kit-web@1.46.1
|
|
350
|
-
- @contractspec/lib.contracts@1.46.1
|
|
397
|
+
- @contractspec/lib.contracts-spec@1.46.1
|
|
351
398
|
|
|
352
399
|
## 1.46.0
|
|
353
400
|
|
|
@@ -364,7 +411,7 @@
|
|
|
364
411
|
- @contractspec/module.learning-journey@1.46.0
|
|
365
412
|
- @contractspec/lib.design-system@1.46.0
|
|
366
413
|
- @contractspec/lib.ui-kit-web@1.46.0
|
|
367
|
-
- @contractspec/lib.contracts@1.46.0
|
|
414
|
+
- @contractspec/lib.contracts-spec@1.46.0
|
|
368
415
|
|
|
369
416
|
## 1.45.6
|
|
370
417
|
|
|
@@ -378,7 +425,7 @@
|
|
|
378
425
|
- @contractspec/module.learning-journey@1.45.6
|
|
379
426
|
- @contractspec/lib.design-system@1.45.6
|
|
380
427
|
- @contractspec/lib.ui-kit-web@1.45.6
|
|
381
|
-
- @contractspec/lib.contracts@1.45.6
|
|
428
|
+
- @contractspec/lib.contracts-spec@1.45.6
|
|
382
429
|
|
|
383
430
|
## 1.45.5
|
|
384
431
|
|
|
@@ -392,7 +439,7 @@
|
|
|
392
439
|
- @contractspec/module.learning-journey@1.45.5
|
|
393
440
|
- @contractspec/lib.design-system@1.45.5
|
|
394
441
|
- @contractspec/lib.ui-kit-web@1.45.5
|
|
395
|
-
- @contractspec/lib.contracts@1.45.5
|
|
442
|
+
- @contractspec/lib.contracts-spec@1.45.5
|
|
396
443
|
|
|
397
444
|
## 1.45.4
|
|
398
445
|
|
|
@@ -406,7 +453,7 @@
|
|
|
406
453
|
- @contractspec/module.learning-journey@1.45.4
|
|
407
454
|
- @contractspec/lib.design-system@1.45.4
|
|
408
455
|
- @contractspec/lib.ui-kit-web@1.45.4
|
|
409
|
-
- @contractspec/lib.contracts@1.45.4
|
|
456
|
+
- @contractspec/lib.contracts-spec@1.45.4
|
|
410
457
|
|
|
411
458
|
## 1.45.3
|
|
412
459
|
|
|
@@ -420,7 +467,7 @@
|
|
|
420
467
|
- @contractspec/module.learning-journey@1.45.3
|
|
421
468
|
- @contractspec/lib.design-system@1.45.3
|
|
422
469
|
- @contractspec/lib.ui-kit-web@1.45.3
|
|
423
|
-
- @contractspec/lib.contracts@1.45.3
|
|
470
|
+
- @contractspec/lib.contracts-spec@1.45.3
|
|
424
471
|
|
|
425
472
|
## 1.45.2
|
|
426
473
|
|
|
@@ -434,7 +481,7 @@
|
|
|
434
481
|
- @contractspec/module.learning-journey@1.45.2
|
|
435
482
|
- @contractspec/lib.design-system@1.45.2
|
|
436
483
|
- @contractspec/lib.ui-kit-web@1.45.2
|
|
437
|
-
- @contractspec/lib.contracts@1.45.2
|
|
484
|
+
- @contractspec/lib.contracts-spec@1.45.2
|
|
438
485
|
|
|
439
486
|
## 1.45.1
|
|
440
487
|
|
|
@@ -448,7 +495,7 @@
|
|
|
448
495
|
- @contractspec/module.learning-journey@1.45.1
|
|
449
496
|
- @contractspec/lib.design-system@1.45.1
|
|
450
497
|
- @contractspec/lib.ui-kit-web@1.45.1
|
|
451
|
-
- @contractspec/lib.contracts@1.45.1
|
|
498
|
+
- @contractspec/lib.contracts-spec@1.45.1
|
|
452
499
|
- @contractspec/lib.schema@1.45.1
|
|
453
500
|
|
|
454
501
|
## 1.45.0
|
|
@@ -480,7 +527,7 @@
|
|
|
480
527
|
- @contractspec/module.learning-journey@1.45.0
|
|
481
528
|
- @contractspec/lib.design-system@1.45.0
|
|
482
529
|
- @contractspec/lib.ui-kit-web@1.45.0
|
|
483
|
-
- @contractspec/lib.contracts@1.45.0
|
|
530
|
+
- @contractspec/lib.contracts-spec@1.45.0
|
|
484
531
|
- @contractspec/lib.schema@1.45.0
|
|
485
532
|
|
|
486
533
|
## 1.44.1
|
|
@@ -495,7 +542,7 @@
|
|
|
495
542
|
- @contractspec/module.learning-journey@1.44.1
|
|
496
543
|
- @contractspec/lib.design-system@1.44.1
|
|
497
544
|
- @contractspec/lib.ui-kit-web@1.44.1
|
|
498
|
-
- @contractspec/lib.contracts@1.44.1
|
|
545
|
+
- @contractspec/lib.contracts-spec@1.44.1
|
|
499
546
|
- @contractspec/lib.schema@1.44.1
|
|
500
547
|
|
|
501
548
|
## 1.44.0
|
|
@@ -513,7 +560,7 @@
|
|
|
513
560
|
- @contractspec/module.learning-journey@1.44.0
|
|
514
561
|
- @contractspec/lib.design-system@1.44.0
|
|
515
562
|
- @contractspec/lib.ui-kit-web@1.44.0
|
|
516
|
-
- @contractspec/lib.contracts@1.44.0
|
|
563
|
+
- @contractspec/lib.contracts-spec@1.44.0
|
|
517
564
|
- @contractspec/lib.schema@1.44.0
|
|
518
565
|
|
|
519
566
|
## 1.43.4
|
|
@@ -528,7 +575,7 @@
|
|
|
528
575
|
- @contractspec/module.learning-journey@1.43.4
|
|
529
576
|
- @contractspec/lib.design-system@1.43.4
|
|
530
577
|
- @contractspec/lib.ui-kit-web@1.43.3
|
|
531
|
-
- @contractspec/lib.contracts@1.43.4
|
|
578
|
+
- @contractspec/lib.contracts-spec@1.43.4
|
|
532
579
|
- @contractspec/lib.schema@1.43.3
|
|
533
580
|
|
|
534
581
|
## 1.43.3
|
|
@@ -543,7 +590,7 @@
|
|
|
543
590
|
- @contractspec/module.learning-journey@1.43.3
|
|
544
591
|
- @contractspec/lib.design-system@1.43.3
|
|
545
592
|
- @contractspec/lib.ui-kit-web@1.43.2
|
|
546
|
-
- @contractspec/lib.contracts@1.43.3
|
|
593
|
+
- @contractspec/lib.contracts-spec@1.43.3
|
|
547
594
|
- @contractspec/lib.schema@1.43.2
|
|
548
595
|
|
|
549
596
|
## 1.43.2
|
|
@@ -557,7 +604,7 @@
|
|
|
557
604
|
- @contractspec/example.learning-journey-ui-shared@1.43.2
|
|
558
605
|
- @contractspec/module.learning-journey@1.43.2
|
|
559
606
|
- @contractspec/lib.design-system@1.43.2
|
|
560
|
-
- @contractspec/lib.contracts@1.43.2
|
|
607
|
+
- @contractspec/lib.contracts-spec@1.43.2
|
|
561
608
|
- @contractspec/lib.schema@1.43.1
|
|
562
609
|
- @contractspec/lib.ui-kit-web@1.43.1
|
|
563
610
|
|
|
@@ -566,7 +613,7 @@
|
|
|
566
613
|
### Patch Changes
|
|
567
614
|
|
|
568
615
|
- Updated dependencies [f28fdad]
|
|
569
|
-
- @contractspec/lib.contracts@1.43.1
|
|
616
|
+
- @contractspec/lib.contracts-spec@1.43.1
|
|
570
617
|
- @contractspec/example.learning-journey-ambient-coach@1.43.1
|
|
571
618
|
- @contractspec/example.learning-journey-crm-onboarding@1.43.1
|
|
572
619
|
- @contractspec/example.learning-journey-ui-shared@1.43.1
|
|
@@ -588,7 +635,7 @@
|
|
|
588
635
|
- @contractspec/module.learning-journey@1.43.0
|
|
589
636
|
- @contractspec/lib.design-system@1.43.0
|
|
590
637
|
- @contractspec/lib.ui-kit-web@1.43.0
|
|
591
|
-
- @contractspec/lib.contracts@1.43.0
|
|
638
|
+
- @contractspec/lib.contracts-spec@1.43.0
|
|
592
639
|
- @contractspec/lib.schema@1.43.0
|
|
593
640
|
|
|
594
641
|
## 1.42.10
|
|
@@ -603,7 +650,7 @@
|
|
|
603
650
|
- @contractspec/module.learning-journey@1.42.10
|
|
604
651
|
- @contractspec/lib.design-system@1.42.10
|
|
605
652
|
- @contractspec/lib.ui-kit-web@1.42.10
|
|
606
|
-
- @contractspec/lib.contracts@1.42.10
|
|
653
|
+
- @contractspec/lib.contracts-spec@1.42.10
|
|
607
654
|
- @contractspec/lib.schema@1.42.10
|
|
608
655
|
|
|
609
656
|
## 1.42.9
|
|
@@ -618,7 +665,7 @@
|
|
|
618
665
|
- @contractspec/module.learning-journey@1.42.9
|
|
619
666
|
- @contractspec/lib.design-system@1.42.9
|
|
620
667
|
- @contractspec/lib.ui-kit-web@1.42.9
|
|
621
|
-
- @contractspec/lib.contracts@1.42.9
|
|
668
|
+
- @contractspec/lib.contracts-spec@1.42.9
|
|
622
669
|
- @contractspec/lib.schema@1.42.9
|
|
623
670
|
|
|
624
671
|
## 1.42.8
|
|
@@ -633,7 +680,7 @@
|
|
|
633
680
|
- @contractspec/module.learning-journey@1.42.8
|
|
634
681
|
- @contractspec/lib.design-system@1.42.8
|
|
635
682
|
- @contractspec/lib.ui-kit-web@1.42.8
|
|
636
|
-
- @contractspec/lib.contracts@1.42.8
|
|
683
|
+
- @contractspec/lib.contracts-spec@1.42.8
|
|
637
684
|
- @contractspec/lib.schema@1.42.8
|
|
638
685
|
|
|
639
686
|
## 1.42.7
|
|
@@ -648,7 +695,7 @@
|
|
|
648
695
|
- @contractspec/module.learning-journey@1.42.7
|
|
649
696
|
- @contractspec/lib.design-system@1.42.7
|
|
650
697
|
- @contractspec/lib.ui-kit-web@1.42.7
|
|
651
|
-
- @contractspec/lib.contracts@1.42.7
|
|
698
|
+
- @contractspec/lib.contracts-spec@1.42.7
|
|
652
699
|
- @contractspec/lib.schema@1.42.7
|
|
653
700
|
|
|
654
701
|
## 1.42.6
|
|
@@ -663,7 +710,7 @@
|
|
|
663
710
|
- @contractspec/module.learning-journey@1.42.6
|
|
664
711
|
- @contractspec/lib.design-system@1.42.6
|
|
665
712
|
- @contractspec/lib.ui-kit-web@1.42.6
|
|
666
|
-
- @contractspec/lib.contracts@1.42.6
|
|
713
|
+
- @contractspec/lib.contracts-spec@1.42.6
|
|
667
714
|
- @contractspec/lib.schema@1.42.6
|
|
668
715
|
|
|
669
716
|
## 1.42.5
|
|
@@ -678,7 +725,7 @@
|
|
|
678
725
|
- @contractspec/module.learning-journey@1.42.5
|
|
679
726
|
- @contractspec/lib.design-system@1.42.5
|
|
680
727
|
- @contractspec/lib.ui-kit-web@1.42.5
|
|
681
|
-
- @contractspec/lib.contracts@1.42.5
|
|
728
|
+
- @contractspec/lib.contracts-spec@1.42.5
|
|
682
729
|
- @contractspec/lib.schema@1.42.5
|
|
683
730
|
|
|
684
731
|
## 1.42.4
|
|
@@ -693,7 +740,7 @@
|
|
|
693
740
|
- @contractspec/module.learning-journey@1.42.4
|
|
694
741
|
- @contractspec/lib.design-system@1.42.4
|
|
695
742
|
- @contractspec/lib.ui-kit-web@1.42.4
|
|
696
|
-
- @contractspec/lib.contracts@1.42.4
|
|
743
|
+
- @contractspec/lib.contracts-spec@1.42.4
|
|
697
744
|
- @contractspec/lib.schema@1.42.4
|
|
698
745
|
|
|
699
746
|
## 1.42.3
|
|
@@ -705,7 +752,7 @@
|
|
|
705
752
|
- @contractspec/example.learning-journey-ambient-coach@1.42.3
|
|
706
753
|
- @contractspec/example.learning-journey-crm-onboarding@1.42.3
|
|
707
754
|
- @contractspec/example.learning-journey-ui-shared@1.42.3
|
|
708
|
-
- @contractspec/lib.contracts@1.42.3
|
|
755
|
+
- @contractspec/lib.contracts-spec@1.42.3
|
|
709
756
|
- @contractspec/lib.design-system@1.42.3
|
|
710
757
|
- @contractspec/lib.schema@1.42.3
|
|
711
758
|
- @contractspec/lib.ui-kit-web@1.42.3
|
|
@@ -720,7 +767,7 @@
|
|
|
720
767
|
- @contractspec/example.learning-journey-ambient-coach@1.42.2
|
|
721
768
|
- @contractspec/example.learning-journey-crm-onboarding@1.42.2
|
|
722
769
|
- @contractspec/example.learning-journey-ui-shared@1.42.2
|
|
723
|
-
- @contractspec/lib.contracts@1.42.2
|
|
770
|
+
- @contractspec/lib.contracts-spec@1.42.2
|
|
724
771
|
- @contractspec/lib.design-system@1.42.2
|
|
725
772
|
- @contractspec/lib.schema@1.42.2
|
|
726
773
|
- @contractspec/lib.ui-kit-web@1.42.2
|
|
@@ -738,7 +785,7 @@
|
|
|
738
785
|
- @contractspec/module.learning-journey@1.42.1
|
|
739
786
|
- @contractspec/lib.design-system@1.42.1
|
|
740
787
|
- @contractspec/lib.ui-kit-web@1.42.1
|
|
741
|
-
- @contractspec/lib.contracts@1.42.1
|
|
788
|
+
- @contractspec/lib.contracts-spec@1.42.1
|
|
742
789
|
- @contractspec/lib.schema@1.42.1
|
|
743
790
|
|
|
744
791
|
## 1.42.0
|
|
@@ -753,7 +800,7 @@
|
|
|
753
800
|
- @contractspec/example.learning-journey-ambient-coach@1.42.0
|
|
754
801
|
- @contractspec/example.learning-journey-crm-onboarding@1.42.0
|
|
755
802
|
- @contractspec/example.learning-journey-ui-shared@1.42.0
|
|
756
|
-
- @contractspec/lib.contracts@1.42.0
|
|
803
|
+
- @contractspec/lib.contracts-spec@1.42.0
|
|
757
804
|
- @contractspec/lib.design-system@1.42.0
|
|
758
805
|
- @contractspec/lib.schema@1.42.0
|
|
759
806
|
- @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",
|
package/dist/browser/example.js
CHANGED
package/dist/browser/index.js
CHANGED
|
@@ -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",
|
package/dist/docs/index.d.ts
CHANGED
package/dist/docs/index.js
CHANGED
|
@@ -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,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
package/dist/example.js
CHANGED
package/dist/index.d.ts
CHANGED
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",
|
package/dist/node/docs/index.js
CHANGED
|
@@ -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",
|
package/dist/node/example.js
CHANGED
package/dist/node/index.js
CHANGED
|
@@ -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",
|
package/dist/views/Overview.d.ts
CHANGED
package/dist/views/Progress.d.ts
CHANGED
|
@@ -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
|
package/dist/views/Steps.d.ts
CHANGED
package/dist/views/Timeline.d.ts
CHANGED
package/dist/views/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.learning-journey-ui-coaching",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "2.1.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.
|
|
145
|
-
"@contractspec/example.learning-journey-ui-shared": "1.
|
|
146
|
-
"@contractspec/example.learning-journey-ambient-coach": "1.
|
|
147
|
-
"@contractspec/example.learning-journey-crm-onboarding": "1.
|
|
148
|
-
"@contractspec/module.learning-journey": "1.
|
|
149
|
-
"@contractspec/lib.design-system": "1.
|
|
150
|
-
"@contractspec/lib.ui-kit-web": "1.
|
|
144
|
+
"@contractspec/lib.contracts-spec": "2.1.0",
|
|
145
|
+
"@contractspec/example.learning-journey-ui-shared": "2.1.0",
|
|
146
|
+
"@contractspec/example.learning-journey-ambient-coach": "2.1.0",
|
|
147
|
+
"@contractspec/example.learning-journey-crm-onboarding": "2.1.0",
|
|
148
|
+
"@contractspec/module.learning-journey": "2.1.0",
|
|
149
|
+
"@contractspec/lib.design-system": "2.1.0",
|
|
150
|
+
"@contractspec/lib.ui-kit-web": "2.1.0",
|
|
151
151
|
"react": "19.2.4"
|
|
152
152
|
},
|
|
153
153
|
"devDependencies": {
|
|
154
|
-
"@contractspec/tool.typescript": "1.
|
|
154
|
+
"@contractspec/tool.typescript": "2.1.0",
|
|
155
155
|
"@types/react": "^19.2.14",
|
|
156
156
|
"typescript": "^5.9.3",
|
|
157
|
-
"@contractspec/tool.bun": "1.
|
|
157
|
+
"@contractspec/tool.bun": "2.1.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 +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"}
|
package/dist/docs/index.d.ts.map
DELETED
|
@@ -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":""}
|
package/dist/example.d.ts.map
DELETED
|
@@ -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"}
|
package/dist/index.d.ts.map
DELETED
|
@@ -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"}
|