@contractspec/example.learning-journey-ui-onboarding 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.
- package/.turbo/turbo-build.log +15 -15
- package/CHANGELOG.md +74 -45
- package/dist/OnboardingMiniApp.d.ts +0 -1
- package/dist/browser/docs/index.js +1 -1
- package/dist/browser/docs/learning-journey-ui-onboarding.docblock.js +1 -1
- package/dist/browser/example.js +1 -1
- package/dist/browser/index.js +2 -2
- package/dist/components/CodeSnippet.d.ts +0 -1
- package/dist/components/JourneyMap.d.ts +0 -1
- package/dist/components/StepChecklist.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-onboarding.docblock.d.ts +0 -1
- package/dist/docs/learning-journey-ui-onboarding.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-onboarding.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 +12 -12
- package/src/docs/learning-journey-ui-onboarding.docblock.ts +2 -2
- package/src/example.ts +1 -1
- package/dist/OnboardingMiniApp.d.ts.map +0 -1
- package/dist/components/CodeSnippet.d.ts.map +0 -1
- package/dist/components/JourneyMap.d.ts.map +0 -1
- package/dist/components/StepChecklist.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-onboarding.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 37ms
|
|
7
7
|
|
|
8
8
|
./OnboardingMiniApp.js 45.50 KB (entry point)
|
|
9
|
-
./index.js 49.
|
|
9
|
+
./index.js 49.71 KB (entry point)
|
|
10
10
|
views/index.js 42.79 KB (entry point)
|
|
11
11
|
views/Overview.js 11.1 KB (entry point)
|
|
12
12
|
views/Progress.js 12.10 KB (entry point)
|
|
@@ -16,15 +16,15 @@ Bundled 14 modules in 49ms
|
|
|
16
16
|
components/CodeSnippet.js 2.36 KB (entry point)
|
|
17
17
|
components/JourneyMap.js 2.78 KB (entry point)
|
|
18
18
|
components/StepChecklist.js 4.41 KB (entry point)
|
|
19
|
-
docs/index.js 0.
|
|
20
|
-
docs/learning-journey-ui-onboarding.docblock.js 0.
|
|
21
|
-
./example.js 0.
|
|
19
|
+
docs/index.js 0.81 KB (entry point)
|
|
20
|
+
docs/learning-journey-ui-onboarding.docblock.js 0.81 KB (entry point)
|
|
21
|
+
./example.js 0.95 KB (entry point)
|
|
22
22
|
|
|
23
23
|
[contractspec-bun-build] transpile target=node root=src entries=14
|
|
24
|
-
Bundled 14 modules in
|
|
24
|
+
Bundled 14 modules in 37ms
|
|
25
25
|
|
|
26
26
|
./OnboardingMiniApp.js 45.44 KB (entry point)
|
|
27
|
-
./index.js 49.
|
|
27
|
+
./index.js 49.63 KB (entry point)
|
|
28
28
|
views/index.js 42.73 KB (entry point)
|
|
29
29
|
views/Overview.js 11.1 KB (entry point)
|
|
30
30
|
views/Progress.js 12.1 KB (entry point)
|
|
@@ -34,15 +34,15 @@ Bundled 14 modules in 27ms
|
|
|
34
34
|
components/CodeSnippet.js 2.34 KB (entry point)
|
|
35
35
|
components/JourneyMap.js 2.76 KB (entry point)
|
|
36
36
|
components/StepChecklist.js 4.40 KB (entry point)
|
|
37
|
-
docs/index.js 0.
|
|
38
|
-
docs/learning-journey-ui-onboarding.docblock.js 0.
|
|
39
|
-
./example.js 0.
|
|
37
|
+
docs/index.js 0.80 KB (entry point)
|
|
38
|
+
docs/learning-journey-ui-onboarding.docblock.js 0.80 KB (entry point)
|
|
39
|
+
./example.js 0.94 KB (entry point)
|
|
40
40
|
|
|
41
41
|
[contractspec-bun-build] transpile target=browser root=src entries=14
|
|
42
|
-
Bundled 14 modules in
|
|
42
|
+
Bundled 14 modules in 24ms
|
|
43
43
|
|
|
44
44
|
./OnboardingMiniApp.js 45.44 KB (entry point)
|
|
45
|
-
./index.js 49.
|
|
45
|
+
./index.js 49.63 KB (entry point)
|
|
46
46
|
views/index.js 42.73 KB (entry point)
|
|
47
47
|
views/Overview.js 11.1 KB (entry point)
|
|
48
48
|
views/Progress.js 12.1 KB (entry point)
|
|
@@ -52,8 +52,8 @@ Bundled 14 modules in 38ms
|
|
|
52
52
|
components/CodeSnippet.js 2.34 KB (entry point)
|
|
53
53
|
components/JourneyMap.js 2.76 KB (entry point)
|
|
54
54
|
components/StepChecklist.js 4.40 KB (entry point)
|
|
55
|
-
docs/index.js 0.
|
|
56
|
-
docs/learning-journey-ui-onboarding.docblock.js 0.
|
|
57
|
-
./example.js 0.
|
|
55
|
+
docs/index.js 0.80 KB (entry point)
|
|
56
|
+
docs/learning-journey-ui-onboarding.docblock.js 0.80 KB (entry point)
|
|
57
|
+
./example.js 0.94 KB (entry point)
|
|
58
58
|
|
|
59
59
|
$ contractspec-bun-build types
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-ui-onboarding
|
|
2
2
|
|
|
3
|
+
## 2.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- a09bafc: feat: optimize performance
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 7f3203a: fix: make workspace test runs resilient when packages have no tests
|
|
12
|
+
|
|
13
|
+
Updates package test scripts to pass cleanly when no matching test files exist:
|
|
14
|
+
- Uses `bun test --pass-with-no-tests` in Bun-based packages that currently ship without test files.
|
|
15
|
+
- Uses `jest --passWithNoTests` for the UI kit web package.
|
|
16
|
+
- Adds `.vscode-test.mjs` for `vscode-contractspec` so VS Code extension test runs have an explicit config and stop failing on missing default configuration.
|
|
17
|
+
|
|
18
|
+
This keeps `turbo run test` deterministic across the monorepo while preserving existing test execution behavior where tests are present.
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [a09bafc]
|
|
21
|
+
- Updated dependencies [f152678]
|
|
22
|
+
- Updated dependencies [7f3203a]
|
|
23
|
+
- @contractspec/example.learning-journey-studio-onboarding@2.0.0
|
|
24
|
+
- @contractspec/example.learning-journey-platform-tour@2.0.0
|
|
25
|
+
- @contractspec/example.learning-journey-ui-shared@2.0.0
|
|
26
|
+
- @contractspec/module.learning-journey@2.0.0
|
|
27
|
+
- @contractspec/lib.contracts-spec@2.0.0
|
|
28
|
+
- @contractspec/lib.design-system@2.0.0
|
|
29
|
+
- @contractspec/lib.ui-kit-core@2.0.0
|
|
30
|
+
- @contractspec/lib.ui-kit-web@2.0.0
|
|
31
|
+
|
|
3
32
|
## 1.62.0
|
|
4
33
|
|
|
5
34
|
### Minor Changes
|
|
@@ -35,7 +64,7 @@
|
|
|
35
64
|
- @contractspec/lib.design-system@1.61.0
|
|
36
65
|
- @contractspec/lib.ui-kit-core@1.61.0
|
|
37
66
|
- @contractspec/lib.ui-kit-web@1.61.0
|
|
38
|
-
- @contractspec/lib.contracts@1.61.0
|
|
67
|
+
- @contractspec/lib.contracts-spec@1.61.0
|
|
39
68
|
|
|
40
69
|
## 1.60.0
|
|
41
70
|
|
|
@@ -53,7 +82,7 @@
|
|
|
53
82
|
- @contractspec/lib.design-system@1.60.0
|
|
54
83
|
- @contractspec/lib.ui-kit-core@1.60.0
|
|
55
84
|
- @contractspec/lib.ui-kit-web@1.60.0
|
|
56
|
-
- @contractspec/lib.contracts@1.60.0
|
|
85
|
+
- @contractspec/lib.contracts-spec@1.60.0
|
|
57
86
|
|
|
58
87
|
## 1.59.0
|
|
59
88
|
|
|
@@ -71,7 +100,7 @@
|
|
|
71
100
|
- @contractspec/lib.design-system@1.59.0
|
|
72
101
|
- @contractspec/lib.ui-kit-core@1.59.0
|
|
73
102
|
- @contractspec/lib.ui-kit-web@1.59.0
|
|
74
|
-
- @contractspec/lib.contracts@1.59.0
|
|
103
|
+
- @contractspec/lib.contracts-spec@1.59.0
|
|
75
104
|
|
|
76
105
|
## 1.58.0
|
|
77
106
|
|
|
@@ -90,7 +119,7 @@
|
|
|
90
119
|
- @contractspec/lib.design-system@1.58.0
|
|
91
120
|
- @contractspec/lib.ui-kit-core@1.58.0
|
|
92
121
|
- @contractspec/lib.ui-kit-web@1.58.0
|
|
93
|
-
- @contractspec/lib.contracts@1.58.0
|
|
122
|
+
- @contractspec/lib.contracts-spec@1.58.0
|
|
94
123
|
|
|
95
124
|
## 1.57.0
|
|
96
125
|
|
|
@@ -106,7 +135,7 @@
|
|
|
106
135
|
- Updated dependencies [4651e06]
|
|
107
136
|
- Updated dependencies [ad9d10a]
|
|
108
137
|
- Updated dependencies [11a5a05]
|
|
109
|
-
- @contractspec/lib.contracts@1.57.0
|
|
138
|
+
- @contractspec/lib.contracts-spec@1.57.0
|
|
110
139
|
- @contractspec/example.learning-journey-studio-onboarding@1.57.0
|
|
111
140
|
- @contractspec/example.learning-journey-platform-tour@1.57.0
|
|
112
141
|
- @contractspec/example.learning-journey-ui-shared@1.57.0
|
|
@@ -128,7 +157,7 @@
|
|
|
128
157
|
- @contractspec/lib.design-system@1.56.1
|
|
129
158
|
- @contractspec/lib.ui-kit-core@1.56.1
|
|
130
159
|
- @contractspec/lib.ui-kit-web@1.56.1
|
|
131
|
-
- @contractspec/lib.contracts@1.56.1
|
|
160
|
+
- @contractspec/lib.contracts-spec@1.56.1
|
|
132
161
|
|
|
133
162
|
## 1.56.0
|
|
134
163
|
|
|
@@ -146,7 +175,7 @@
|
|
|
146
175
|
- @contractspec/lib.design-system@1.56.0
|
|
147
176
|
- @contractspec/lib.ui-kit-core@1.56.0
|
|
148
177
|
- @contractspec/lib.ui-kit-web@1.56.0
|
|
149
|
-
- @contractspec/lib.contracts@1.56.0
|
|
178
|
+
- @contractspec/lib.contracts-spec@1.56.0
|
|
150
179
|
|
|
151
180
|
## 1.55.0
|
|
152
181
|
|
|
@@ -164,7 +193,7 @@
|
|
|
164
193
|
- @contractspec/lib.design-system@1.55.0
|
|
165
194
|
- @contractspec/lib.ui-kit-core@1.55.0
|
|
166
195
|
- @contractspec/lib.ui-kit-web@1.55.0
|
|
167
|
-
- @contractspec/lib.contracts@1.55.0
|
|
196
|
+
- @contractspec/lib.contracts-spec@1.55.0
|
|
168
197
|
|
|
169
198
|
## 1.54.0
|
|
170
199
|
|
|
@@ -178,7 +207,7 @@
|
|
|
178
207
|
- @contractspec/example.learning-journey-ui-shared@1.54.0
|
|
179
208
|
- @contractspec/lib.design-system@1.54.0
|
|
180
209
|
- @contractspec/lib.ui-kit-web@1.54.0
|
|
181
|
-
- @contractspec/lib.contracts@1.54.0
|
|
210
|
+
- @contractspec/lib.contracts-spec@1.54.0
|
|
182
211
|
- @contractspec/example.learning-journey-platform-tour@1.54.0
|
|
183
212
|
- @contractspec/example.learning-journey-studio-onboarding@1.54.0
|
|
184
213
|
- @contractspec/lib.ui-kit-core@1.54.0
|
|
@@ -197,7 +226,7 @@
|
|
|
197
226
|
- Updated dependencies [f4180d4]
|
|
198
227
|
- Updated dependencies [64d84e1]
|
|
199
228
|
- @contractspec/lib.design-system@1.53.0
|
|
200
|
-
- @contractspec/lib.contracts@1.53.0
|
|
229
|
+
- @contractspec/lib.contracts-spec@1.53.0
|
|
201
230
|
- @contractspec/example.learning-journey-platform-tour@1.53.0
|
|
202
231
|
- @contractspec/example.learning-journey-studio-onboarding@1.53.0
|
|
203
232
|
- @contractspec/example.learning-journey-ui-shared@1.53.0
|
|
@@ -221,7 +250,7 @@
|
|
|
221
250
|
- @contractspec/lib.design-system@1.52.0
|
|
222
251
|
- @contractspec/lib.ui-kit-core@1.52.0
|
|
223
252
|
- @contractspec/lib.ui-kit-web@1.52.0
|
|
224
|
-
- @contractspec/lib.contracts@1.52.0
|
|
253
|
+
- @contractspec/lib.contracts-spec@1.52.0
|
|
225
254
|
|
|
226
255
|
## 1.51.0
|
|
227
256
|
|
|
@@ -234,7 +263,7 @@
|
|
|
234
263
|
- Updated dependencies [23e46e9]
|
|
235
264
|
- Updated dependencies [ad1f852]
|
|
236
265
|
- Updated dependencies [e6faefb]
|
|
237
|
-
- @contractspec/lib.contracts@1.51.0
|
|
266
|
+
- @contractspec/lib.contracts-spec@1.51.0
|
|
238
267
|
- @contractspec/example.learning-journey-studio-onboarding@1.51.0
|
|
239
268
|
- @contractspec/example.learning-journey-platform-tour@1.51.0
|
|
240
269
|
- @contractspec/example.learning-journey-ui-shared@1.51.0
|
|
@@ -252,7 +281,7 @@
|
|
|
252
281
|
### Patch Changes
|
|
253
282
|
|
|
254
283
|
- Updated dependencies [5325d6b]
|
|
255
|
-
- @contractspec/lib.contracts@1.50.0
|
|
284
|
+
- @contractspec/lib.contracts-spec@1.50.0
|
|
256
285
|
- @contractspec/example.learning-journey-platform-tour@1.50.0
|
|
257
286
|
- @contractspec/example.learning-journey-studio-onboarding@1.50.0
|
|
258
287
|
- @contractspec/example.learning-journey-ui-shared@1.50.0
|
|
@@ -277,7 +306,7 @@
|
|
|
277
306
|
- @contractspec/lib.design-system@1.49.0
|
|
278
307
|
- @contractspec/lib.ui-kit-core@1.49.0
|
|
279
308
|
- @contractspec/lib.ui-kit-web@1.49.0
|
|
280
|
-
- @contractspec/lib.contracts@1.49.0
|
|
309
|
+
- @contractspec/lib.contracts-spec@1.49.0
|
|
281
310
|
|
|
282
311
|
## 1.48.1
|
|
283
312
|
|
|
@@ -286,7 +315,7 @@
|
|
|
286
315
|
- Updated dependencies [c560ee7]
|
|
287
316
|
- Updated dependencies [1536bf3]
|
|
288
317
|
- @contractspec/lib.design-system@1.48.1
|
|
289
|
-
- @contractspec/lib.contracts@1.48.1
|
|
318
|
+
- @contractspec/lib.contracts-spec@1.48.1
|
|
290
319
|
- @contractspec/example.learning-journey-ui-shared@1.48.1
|
|
291
320
|
- @contractspec/example.learning-journey-platform-tour@1.48.1
|
|
292
321
|
- @contractspec/example.learning-journey-studio-onboarding@1.48.1
|
|
@@ -308,7 +337,7 @@
|
|
|
308
337
|
- @contractspec/lib.design-system@1.48.0
|
|
309
338
|
- @contractspec/lib.ui-kit-core@1.48.0
|
|
310
339
|
- @contractspec/lib.ui-kit-web@1.48.0
|
|
311
|
-
- @contractspec/lib.contracts@1.48.0
|
|
340
|
+
- @contractspec/lib.contracts-spec@1.48.0
|
|
312
341
|
|
|
313
342
|
## 1.47.0
|
|
314
343
|
|
|
@@ -336,7 +365,7 @@
|
|
|
336
365
|
- @contractspec/lib.design-system@1.47.0
|
|
337
366
|
- @contractspec/lib.ui-kit-core@1.47.0
|
|
338
367
|
- @contractspec/lib.ui-kit-web@1.47.0
|
|
339
|
-
- @contractspec/lib.contracts@1.47.0
|
|
368
|
+
- @contractspec/lib.contracts-spec@1.47.0
|
|
340
369
|
|
|
341
370
|
## 1.46.2
|
|
342
371
|
|
|
@@ -351,7 +380,7 @@
|
|
|
351
380
|
- @contractspec/lib.design-system@1.46.2
|
|
352
381
|
- @contractspec/lib.ui-kit-core@1.46.2
|
|
353
382
|
- @contractspec/lib.ui-kit-web@1.46.2
|
|
354
|
-
- @contractspec/lib.contracts@1.46.2
|
|
383
|
+
- @contractspec/lib.contracts-spec@1.46.2
|
|
355
384
|
|
|
356
385
|
## 1.46.1
|
|
357
386
|
|
|
@@ -366,7 +395,7 @@
|
|
|
366
395
|
- @contractspec/lib.design-system@1.46.1
|
|
367
396
|
- @contractspec/lib.ui-kit-core@1.46.1
|
|
368
397
|
- @contractspec/lib.ui-kit-web@1.46.1
|
|
369
|
-
- @contractspec/lib.contracts@1.46.1
|
|
398
|
+
- @contractspec/lib.contracts-spec@1.46.1
|
|
370
399
|
|
|
371
400
|
## 1.46.0
|
|
372
401
|
|
|
@@ -384,7 +413,7 @@
|
|
|
384
413
|
- @contractspec/lib.design-system@1.46.0
|
|
385
414
|
- @contractspec/lib.ui-kit-core@1.46.0
|
|
386
415
|
- @contractspec/lib.ui-kit-web@1.46.0
|
|
387
|
-
- @contractspec/lib.contracts@1.46.0
|
|
416
|
+
- @contractspec/lib.contracts-spec@1.46.0
|
|
388
417
|
|
|
389
418
|
## 1.45.6
|
|
390
419
|
|
|
@@ -399,7 +428,7 @@
|
|
|
399
428
|
- @contractspec/lib.design-system@1.45.6
|
|
400
429
|
- @contractspec/lib.ui-kit-core@1.45.6
|
|
401
430
|
- @contractspec/lib.ui-kit-web@1.45.6
|
|
402
|
-
- @contractspec/lib.contracts@1.45.6
|
|
431
|
+
- @contractspec/lib.contracts-spec@1.45.6
|
|
403
432
|
|
|
404
433
|
## 1.45.5
|
|
405
434
|
|
|
@@ -414,7 +443,7 @@
|
|
|
414
443
|
- @contractspec/lib.design-system@1.45.5
|
|
415
444
|
- @contractspec/lib.ui-kit-core@1.45.5
|
|
416
445
|
- @contractspec/lib.ui-kit-web@1.45.5
|
|
417
|
-
- @contractspec/lib.contracts@1.45.5
|
|
446
|
+
- @contractspec/lib.contracts-spec@1.45.5
|
|
418
447
|
|
|
419
448
|
## 1.45.4
|
|
420
449
|
|
|
@@ -429,7 +458,7 @@
|
|
|
429
458
|
- @contractspec/lib.design-system@1.45.4
|
|
430
459
|
- @contractspec/lib.ui-kit-core@1.45.4
|
|
431
460
|
- @contractspec/lib.ui-kit-web@1.45.4
|
|
432
|
-
- @contractspec/lib.contracts@1.45.4
|
|
461
|
+
- @contractspec/lib.contracts-spec@1.45.4
|
|
433
462
|
|
|
434
463
|
## 1.45.3
|
|
435
464
|
|
|
@@ -444,7 +473,7 @@
|
|
|
444
473
|
- @contractspec/lib.design-system@1.45.3
|
|
445
474
|
- @contractspec/lib.ui-kit-core@1.45.3
|
|
446
475
|
- @contractspec/lib.ui-kit-web@1.45.3
|
|
447
|
-
- @contractspec/lib.contracts@1.45.3
|
|
476
|
+
- @contractspec/lib.contracts-spec@1.45.3
|
|
448
477
|
|
|
449
478
|
## 1.45.2
|
|
450
479
|
|
|
@@ -459,7 +488,7 @@
|
|
|
459
488
|
- @contractspec/lib.design-system@1.45.2
|
|
460
489
|
- @contractspec/lib.ui-kit-core@1.45.2
|
|
461
490
|
- @contractspec/lib.ui-kit-web@1.45.2
|
|
462
|
-
- @contractspec/lib.contracts@1.45.2
|
|
491
|
+
- @contractspec/lib.contracts-spec@1.45.2
|
|
463
492
|
|
|
464
493
|
## 1.45.1
|
|
465
494
|
|
|
@@ -474,7 +503,7 @@
|
|
|
474
503
|
- @contractspec/lib.design-system@1.45.1
|
|
475
504
|
- @contractspec/lib.ui-kit-core@1.45.1
|
|
476
505
|
- @contractspec/lib.ui-kit-web@1.45.1
|
|
477
|
-
- @contractspec/lib.contracts@1.45.1
|
|
506
|
+
- @contractspec/lib.contracts-spec@1.45.1
|
|
478
507
|
- @contractspec/lib.schema@1.45.1
|
|
479
508
|
|
|
480
509
|
## 1.45.0
|
|
@@ -507,7 +536,7 @@
|
|
|
507
536
|
- @contractspec/lib.design-system@1.45.0
|
|
508
537
|
- @contractspec/lib.ui-kit-core@1.45.0
|
|
509
538
|
- @contractspec/lib.ui-kit-web@1.45.0
|
|
510
|
-
- @contractspec/lib.contracts@1.45.0
|
|
539
|
+
- @contractspec/lib.contracts-spec@1.45.0
|
|
511
540
|
- @contractspec/lib.schema@1.45.0
|
|
512
541
|
|
|
513
542
|
## 1.44.1
|
|
@@ -523,7 +552,7 @@
|
|
|
523
552
|
- @contractspec/lib.design-system@1.44.1
|
|
524
553
|
- @contractspec/lib.ui-kit-core@1.44.1
|
|
525
554
|
- @contractspec/lib.ui-kit-web@1.44.1
|
|
526
|
-
- @contractspec/lib.contracts@1.44.1
|
|
555
|
+
- @contractspec/lib.contracts-spec@1.44.1
|
|
527
556
|
- @contractspec/lib.schema@1.44.1
|
|
528
557
|
|
|
529
558
|
## 1.44.0
|
|
@@ -542,7 +571,7 @@
|
|
|
542
571
|
- @contractspec/lib.design-system@1.44.0
|
|
543
572
|
- @contractspec/lib.ui-kit-core@1.44.0
|
|
544
573
|
- @contractspec/lib.ui-kit-web@1.44.0
|
|
545
|
-
- @contractspec/lib.contracts@1.44.0
|
|
574
|
+
- @contractspec/lib.contracts-spec@1.44.0
|
|
546
575
|
- @contractspec/lib.schema@1.44.0
|
|
547
576
|
|
|
548
577
|
## 1.43.4
|
|
@@ -558,7 +587,7 @@
|
|
|
558
587
|
- @contractspec/lib.design-system@1.43.4
|
|
559
588
|
- @contractspec/lib.ui-kit-core@1.43.3
|
|
560
589
|
- @contractspec/lib.ui-kit-web@1.43.3
|
|
561
|
-
- @contractspec/lib.contracts@1.43.4
|
|
590
|
+
- @contractspec/lib.contracts-spec@1.43.4
|
|
562
591
|
- @contractspec/lib.schema@1.43.3
|
|
563
592
|
|
|
564
593
|
## 1.43.3
|
|
@@ -574,7 +603,7 @@
|
|
|
574
603
|
- @contractspec/lib.design-system@1.43.3
|
|
575
604
|
- @contractspec/lib.ui-kit-core@1.43.2
|
|
576
605
|
- @contractspec/lib.ui-kit-web@1.43.2
|
|
577
|
-
- @contractspec/lib.contracts@1.43.3
|
|
606
|
+
- @contractspec/lib.contracts-spec@1.43.3
|
|
578
607
|
- @contractspec/lib.schema@1.43.2
|
|
579
608
|
|
|
580
609
|
## 1.43.2
|
|
@@ -588,7 +617,7 @@
|
|
|
588
617
|
- @contractspec/example.learning-journey-ui-shared@1.43.2
|
|
589
618
|
- @contractspec/module.learning-journey@1.43.2
|
|
590
619
|
- @contractspec/lib.design-system@1.43.2
|
|
591
|
-
- @contractspec/lib.contracts@1.43.2
|
|
620
|
+
- @contractspec/lib.contracts-spec@1.43.2
|
|
592
621
|
- @contractspec/lib.schema@1.43.1
|
|
593
622
|
- @contractspec/lib.ui-kit-core@1.43.1
|
|
594
623
|
- @contractspec/lib.ui-kit-web@1.43.1
|
|
@@ -598,7 +627,7 @@
|
|
|
598
627
|
### Patch Changes
|
|
599
628
|
|
|
600
629
|
- Updated dependencies [f28fdad]
|
|
601
|
-
- @contractspec/lib.contracts@1.43.1
|
|
630
|
+
- @contractspec/lib.contracts-spec@1.43.1
|
|
602
631
|
- @contractspec/example.learning-journey-platform-tour@1.43.1
|
|
603
632
|
- @contractspec/example.learning-journey-studio-onboarding@1.43.1
|
|
604
633
|
- @contractspec/example.learning-journey-ui-shared@1.43.1
|
|
@@ -621,7 +650,7 @@
|
|
|
621
650
|
- @contractspec/lib.design-system@1.43.0
|
|
622
651
|
- @contractspec/lib.ui-kit-core@1.43.0
|
|
623
652
|
- @contractspec/lib.ui-kit-web@1.43.0
|
|
624
|
-
- @contractspec/lib.contracts@1.43.0
|
|
653
|
+
- @contractspec/lib.contracts-spec@1.43.0
|
|
625
654
|
- @contractspec/lib.schema@1.43.0
|
|
626
655
|
|
|
627
656
|
## 1.42.10
|
|
@@ -637,7 +666,7 @@
|
|
|
637
666
|
- @contractspec/lib.design-system@1.42.10
|
|
638
667
|
- @contractspec/lib.ui-kit-core@1.42.10
|
|
639
668
|
- @contractspec/lib.ui-kit-web@1.42.10
|
|
640
|
-
- @contractspec/lib.contracts@1.42.10
|
|
669
|
+
- @contractspec/lib.contracts-spec@1.42.10
|
|
641
670
|
- @contractspec/lib.schema@1.42.10
|
|
642
671
|
|
|
643
672
|
## 1.42.9
|
|
@@ -653,7 +682,7 @@
|
|
|
653
682
|
- @contractspec/lib.design-system@1.42.9
|
|
654
683
|
- @contractspec/lib.ui-kit-core@1.42.9
|
|
655
684
|
- @contractspec/lib.ui-kit-web@1.42.9
|
|
656
|
-
- @contractspec/lib.contracts@1.42.9
|
|
685
|
+
- @contractspec/lib.contracts-spec@1.42.9
|
|
657
686
|
- @contractspec/lib.schema@1.42.9
|
|
658
687
|
|
|
659
688
|
## 1.42.8
|
|
@@ -669,7 +698,7 @@
|
|
|
669
698
|
- @contractspec/lib.design-system@1.42.8
|
|
670
699
|
- @contractspec/lib.ui-kit-core@1.42.8
|
|
671
700
|
- @contractspec/lib.ui-kit-web@1.42.8
|
|
672
|
-
- @contractspec/lib.contracts@1.42.8
|
|
701
|
+
- @contractspec/lib.contracts-spec@1.42.8
|
|
673
702
|
- @contractspec/lib.schema@1.42.8
|
|
674
703
|
|
|
675
704
|
## 1.42.7
|
|
@@ -685,7 +714,7 @@
|
|
|
685
714
|
- @contractspec/lib.design-system@1.42.7
|
|
686
715
|
- @contractspec/lib.ui-kit-core@1.42.7
|
|
687
716
|
- @contractspec/lib.ui-kit-web@1.42.7
|
|
688
|
-
- @contractspec/lib.contracts@1.42.7
|
|
717
|
+
- @contractspec/lib.contracts-spec@1.42.7
|
|
689
718
|
- @contractspec/lib.schema@1.42.7
|
|
690
719
|
|
|
691
720
|
## 1.42.6
|
|
@@ -701,7 +730,7 @@
|
|
|
701
730
|
- @contractspec/lib.design-system@1.42.6
|
|
702
731
|
- @contractspec/lib.ui-kit-core@1.42.6
|
|
703
732
|
- @contractspec/lib.ui-kit-web@1.42.6
|
|
704
|
-
- @contractspec/lib.contracts@1.42.6
|
|
733
|
+
- @contractspec/lib.contracts-spec@1.42.6
|
|
705
734
|
- @contractspec/lib.schema@1.42.6
|
|
706
735
|
|
|
707
736
|
## 1.42.5
|
|
@@ -717,7 +746,7 @@
|
|
|
717
746
|
- @contractspec/lib.design-system@1.42.5
|
|
718
747
|
- @contractspec/lib.ui-kit-core@1.42.5
|
|
719
748
|
- @contractspec/lib.ui-kit-web@1.42.5
|
|
720
|
-
- @contractspec/lib.contracts@1.42.5
|
|
749
|
+
- @contractspec/lib.contracts-spec@1.42.5
|
|
721
750
|
- @contractspec/lib.schema@1.42.5
|
|
722
751
|
|
|
723
752
|
## 1.42.4
|
|
@@ -733,7 +762,7 @@
|
|
|
733
762
|
- @contractspec/lib.design-system@1.42.4
|
|
734
763
|
- @contractspec/lib.ui-kit-core@1.42.4
|
|
735
764
|
- @contractspec/lib.ui-kit-web@1.42.4
|
|
736
|
-
- @contractspec/lib.contracts@1.42.4
|
|
765
|
+
- @contractspec/lib.contracts-spec@1.42.4
|
|
737
766
|
- @contractspec/lib.schema@1.42.4
|
|
738
767
|
|
|
739
768
|
## 1.42.3
|
|
@@ -745,7 +774,7 @@
|
|
|
745
774
|
- @contractspec/example.learning-journey-platform-tour@1.42.2
|
|
746
775
|
- @contractspec/example.learning-journey-studio-onboarding@1.42.3
|
|
747
776
|
- @contractspec/example.learning-journey-ui-shared@1.42.3
|
|
748
|
-
- @contractspec/lib.contracts@1.42.3
|
|
777
|
+
- @contractspec/lib.contracts-spec@1.42.3
|
|
749
778
|
- @contractspec/lib.design-system@1.42.3
|
|
750
779
|
- @contractspec/lib.schema@1.42.3
|
|
751
780
|
- @contractspec/lib.ui-kit-core@1.42.3
|
|
@@ -761,7 +790,7 @@
|
|
|
761
790
|
- @contractspec/example.learning-journey-platform-tour@1.42.2
|
|
762
791
|
- @contractspec/example.learning-journey-studio-onboarding@1.42.2
|
|
763
792
|
- @contractspec/example.learning-journey-ui-shared@1.42.2
|
|
764
|
-
- @contractspec/lib.contracts@1.42.2
|
|
793
|
+
- @contractspec/lib.contracts-spec@1.42.2
|
|
765
794
|
- @contractspec/lib.design-system@1.42.2
|
|
766
795
|
- @contractspec/lib.schema@1.42.2
|
|
767
796
|
- @contractspec/lib.ui-kit-core@1.42.2
|
|
@@ -781,7 +810,7 @@
|
|
|
781
810
|
- @contractspec/lib.design-system@1.42.1
|
|
782
811
|
- @contractspec/lib.ui-kit-core@1.42.1
|
|
783
812
|
- @contractspec/lib.ui-kit-web@1.42.1
|
|
784
|
-
- @contractspec/lib.contracts@1.42.1
|
|
813
|
+
- @contractspec/lib.contracts-spec@1.42.1
|
|
785
814
|
- @contractspec/lib.schema@1.42.1
|
|
786
815
|
|
|
787
816
|
## 1.42.0
|
|
@@ -796,7 +825,7 @@
|
|
|
796
825
|
- @contractspec/example.learning-journey-platform-tour@1.42.0
|
|
797
826
|
- @contractspec/example.learning-journey-studio-onboarding@1.42.0
|
|
798
827
|
- @contractspec/example.learning-journey-ui-shared@1.42.0
|
|
799
|
-
- @contractspec/lib.contracts@1.42.0
|
|
828
|
+
- @contractspec/lib.contracts-spec@1.42.0
|
|
800
829
|
- @contractspec/lib.design-system@1.42.0
|
|
801
830
|
- @contractspec/lib.schema@1.42.0
|
|
802
831
|
- @contractspec/lib.ui-kit-core@1.42.0
|
|
@@ -4,4 +4,3 @@ type OnboardingMiniAppProps = Omit<LearningMiniAppProps, 'progress'> & {
|
|
|
4
4
|
};
|
|
5
5
|
export declare function OnboardingMiniApp({ track, progress: externalProgress, onStepComplete: externalOnStepComplete, onViewChange, initialView, }: OnboardingMiniAppProps): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export {};
|
|
7
|
-
//# sourceMappingURL=OnboardingMiniApp.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/docs/learning-journey-ui-onboarding.docblock.ts
|
|
2
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
2
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
3
3
|
var blocks = [
|
|
4
4
|
{
|
|
5
5
|
id: "docs.examples.learning-journey-ui-onboarding",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/docs/learning-journey-ui-onboarding.docblock.ts
|
|
2
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
2
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
3
3
|
var blocks = [
|
|
4
4
|
{
|
|
5
5
|
id: "docs.examples.learning-journey-ui-onboarding",
|
package/dist/browser/example.js
CHANGED
package/dist/browser/index.js
CHANGED
|
@@ -1053,7 +1053,7 @@ function CodeSnippet({
|
|
|
1053
1053
|
}, undefined, true, undefined, this);
|
|
1054
1054
|
}
|
|
1055
1055
|
// src/docs/learning-journey-ui-onboarding.docblock.ts
|
|
1056
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
1056
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
1057
1057
|
var blocks = [
|
|
1058
1058
|
{
|
|
1059
1059
|
id: "docs.examples.learning-journey-ui-onboarding",
|
|
@@ -1075,7 +1075,7 @@ var blocks = [
|
|
|
1075
1075
|
];
|
|
1076
1076
|
registerDocBlocks(blocks);
|
|
1077
1077
|
// src/example.ts
|
|
1078
|
-
import { defineExample } from "@contractspec/lib.contracts";
|
|
1078
|
+
import { defineExample } from "@contractspec/lib.contracts-spec";
|
|
1079
1079
|
var example = defineExample({
|
|
1080
1080
|
meta: {
|
|
1081
1081
|
key: "learning-journey-ui-onboarding",
|
|
@@ -10,4 +10,3 @@ interface StepChecklistProps {
|
|
|
10
10
|
}
|
|
11
11
|
export declare function StepChecklist({ step, stepNumber, isCompleted, isCurrent, isExpanded, onToggle, onComplete, }: StepChecklistProps): import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
export {};
|
|
13
|
-
//# sourceMappingURL=StepChecklist.d.ts.map
|
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-onboarding.docblock.ts
|
|
3
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
3
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
4
4
|
var blocks = [
|
|
5
5
|
{
|
|
6
6
|
id: "docs.examples.learning-journey-ui-onboarding",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/docs/learning-journey-ui-onboarding.docblock.ts
|
|
3
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
3
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
4
4
|
var blocks = [
|
|
5
5
|
{
|
|
6
6
|
id: "docs.examples.learning-journey-ui-onboarding",
|
package/dist/example.d.ts
CHANGED
package/dist/example.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1054,7 +1054,7 @@ function CodeSnippet({
|
|
|
1054
1054
|
}, undefined, true, undefined, this);
|
|
1055
1055
|
}
|
|
1056
1056
|
// src/docs/learning-journey-ui-onboarding.docblock.ts
|
|
1057
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
1057
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
1058
1058
|
var blocks = [
|
|
1059
1059
|
{
|
|
1060
1060
|
id: "docs.examples.learning-journey-ui-onboarding",
|
|
@@ -1076,7 +1076,7 @@ var blocks = [
|
|
|
1076
1076
|
];
|
|
1077
1077
|
registerDocBlocks(blocks);
|
|
1078
1078
|
// src/example.ts
|
|
1079
|
-
import { defineExample } from "@contractspec/lib.contracts";
|
|
1079
|
+
import { defineExample } from "@contractspec/lib.contracts-spec";
|
|
1080
1080
|
var example = defineExample({
|
|
1081
1081
|
meta: {
|
|
1082
1082
|
key: "learning-journey-ui-onboarding",
|
package/dist/node/docs/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/docs/learning-journey-ui-onboarding.docblock.ts
|
|
2
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
2
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
3
3
|
var blocks = [
|
|
4
4
|
{
|
|
5
5
|
id: "docs.examples.learning-journey-ui-onboarding",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/docs/learning-journey-ui-onboarding.docblock.ts
|
|
2
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
2
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
3
3
|
var blocks = [
|
|
4
4
|
{
|
|
5
5
|
id: "docs.examples.learning-journey-ui-onboarding",
|
package/dist/node/example.js
CHANGED
package/dist/node/index.js
CHANGED
|
@@ -1053,7 +1053,7 @@ function CodeSnippet({
|
|
|
1053
1053
|
}, undefined, true, undefined, this);
|
|
1054
1054
|
}
|
|
1055
1055
|
// src/docs/learning-journey-ui-onboarding.docblock.ts
|
|
1056
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
1056
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
1057
1057
|
var blocks = [
|
|
1058
1058
|
{
|
|
1059
1059
|
id: "docs.examples.learning-journey-ui-onboarding",
|
|
@@ -1075,7 +1075,7 @@ var blocks = [
|
|
|
1075
1075
|
];
|
|
1076
1076
|
registerDocBlocks(blocks);
|
|
1077
1077
|
// src/example.ts
|
|
1078
|
-
import { defineExample } from "@contractspec/lib.contracts";
|
|
1078
|
+
import { defineExample } from "@contractspec/lib.contracts-spec";
|
|
1079
1079
|
var example = defineExample({
|
|
1080
1080
|
meta: {
|
|
1081
1081
|
key: "learning-journey-ui-onboarding",
|
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-onboarding",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Developer onboarding UI with checklists and journey maps.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -136,26 +136,26 @@
|
|
|
136
136
|
"lint": "bun lint:fix",
|
|
137
137
|
"lint:fix": "eslint src --fix",
|
|
138
138
|
"lint:check": "eslint src",
|
|
139
|
-
"test": "bun test",
|
|
139
|
+
"test": "bun test --pass-with-no-tests",
|
|
140
140
|
"prebuild": "contractspec-bun-build prebuild",
|
|
141
141
|
"typecheck": "tsc --noEmit"
|
|
142
142
|
},
|
|
143
143
|
"dependencies": {
|
|
144
|
-
"@contractspec/lib.ui-kit-core": "
|
|
145
|
-
"@contractspec/lib.contracts": "
|
|
146
|
-
"@contractspec/example.learning-journey-ui-shared": "
|
|
147
|
-
"@contractspec/example.learning-journey-studio-onboarding": "
|
|
148
|
-
"@contractspec/example.learning-journey-platform-tour": "
|
|
149
|
-
"@contractspec/module.learning-journey": "
|
|
150
|
-
"@contractspec/lib.design-system": "
|
|
151
|
-
"@contractspec/lib.ui-kit-web": "
|
|
144
|
+
"@contractspec/lib.ui-kit-core": "2.0.0",
|
|
145
|
+
"@contractspec/lib.contracts-spec": "2.0.0",
|
|
146
|
+
"@contractspec/example.learning-journey-ui-shared": "2.0.0",
|
|
147
|
+
"@contractspec/example.learning-journey-studio-onboarding": "2.0.0",
|
|
148
|
+
"@contractspec/example.learning-journey-platform-tour": "2.0.0",
|
|
149
|
+
"@contractspec/module.learning-journey": "2.0.0",
|
|
150
|
+
"@contractspec/lib.design-system": "2.0.0",
|
|
151
|
+
"@contractspec/lib.ui-kit-web": "2.0.0",
|
|
152
152
|
"react": "19.2.4"
|
|
153
153
|
},
|
|
154
154
|
"devDependencies": {
|
|
155
|
-
"@contractspec/tool.typescript": "
|
|
155
|
+
"@contractspec/tool.typescript": "2.0.0",
|
|
156
156
|
"@types/react": "^19.2.14",
|
|
157
157
|
"typescript": "^5.9.3",
|
|
158
|
-
"@contractspec/tool.bun": "
|
|
158
|
+
"@contractspec/tool.bun": "2.0.0"
|
|
159
159
|
},
|
|
160
160
|
"peerDependencies": {
|
|
161
161
|
"react": "^19.2.4"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { DocBlock } from '@contractspec/lib.contracts/docs';
|
|
2
|
-
import { registerDocBlocks } from '@contractspec/lib.contracts/docs';
|
|
1
|
+
import type { DocBlock } from '@contractspec/lib.contracts-spec/docs';
|
|
2
|
+
import { registerDocBlocks } from '@contractspec/lib.contracts-spec/docs';
|
|
3
3
|
|
|
4
4
|
const blocks: DocBlock[] = [
|
|
5
5
|
{
|
package/src/example.ts
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"OnboardingMiniApp.d.ts","sourceRoot":"","sources":["../src/OnboardingMiniApp.tsx"],"names":[],"mappings":"AAIA,OAAO,EAIL,KAAK,oBAAoB,EAC1B,MAAM,kDAAkD,CAAC;AAM1D,KAAK,sBAAsB,GAAG,IAAI,CAAC,oBAAoB,EAAE,UAAU,CAAC,GAAG;IACrE,QAAQ,CAAC,EAAE,oBAAoB,CAAC,UAAU,CAAC,CAAC;CAC7C,CAAC;AAEF,wBAAgB,iBAAiB,CAAC,EAChC,KAAK,EACL,QAAQ,EAAE,gBAAgB,EAC1B,cAAc,EAAE,sBAAsB,EACtC,YAAY,EACZ,WAAwB,GACzB,EAAE,sBAAsB,2CAmExB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CodeSnippet.d.ts","sourceRoot":"","sources":["../../src/components/CodeSnippet.tsx"],"names":[],"mappings":"AAKA,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,WAAW,CAAC,EAC1B,IAAI,EACJ,QAAuB,EACvB,KAAK,GACN,EAAE,gBAAgB,2CAwClB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"JourneyMap.d.ts","sourceRoot":"","sources":["../../src/components/JourneyMap.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kDAAkD,CAAC;AAEhG,UAAU,eAAe;IACvB,KAAK,EAAE,uBAAuB,EAAE,CAAC;IACjC,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC/B;AAaD,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,gBAAgB,EAChB,aAAa,GACd,EAAE,eAAe,2CA2DjB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"StepChecklist.d.ts","sourceRoot":"","sources":["../../src/components/StepChecklist.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kDAAkD,CAAC;AAEhG,UAAU,kBAAkB;IAC1B,IAAI,EAAE,uBAAuB,CAAC;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB;AAED,wBAAgB,aAAa,CAAC,EAC5B,IAAI,EACJ,UAAU,EACV,WAAW,EACX,SAAS,EACT,UAAU,EACV,QAAQ,EACR,UAAU,GACX,EAAE,kBAAkB,2CA+GpB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC"}
|
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,2CAA2C,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"learning-journey-ui-onboarding.docblock.d.ts","sourceRoot":"","sources":["../../src/docs/learning-journey-ui-onboarding.docblock.ts"],"names":[],"mappings":""}
|
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,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAGxD,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAG9D,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,QAAQ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Overview.d.ts","sourceRoot":"","sources":["../../src/views/Overview.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;AAE1F,UAAU,uBAAwB,SAAQ,iBAAiB;IACzD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,QAAQ,CAAC,EACvB,KAAK,EACL,QAAQ,EACR,OAAO,GACR,EAAE,uBAAuB,2CAsLzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../../src/views/Progress.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;AAE1F,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,iBAAiB,2CAuKlE;AAGD,OAAO,EAAE,YAAY,IAAI,QAAQ,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Steps.d.ts","sourceRoot":"","sources":["../../src/views/Steps.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;AAE1F,wBAAgB,KAAK,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,EAAE,iBAAiB,2CAoF3E"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Timeline.d.ts","sourceRoot":"","sources":["../../src/views/Timeline.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;AAE1F,wBAAgB,QAAQ,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,iBAAiB,2CAiI9D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/views/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC"}
|