@contractspec/example.learning-journey-ui-shared 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 +8 -8
- package/CHANGELOG.md +70 -45
- package/dist/browser/docs/index.js +1 -1
- package/dist/browser/docs/learning-journey-ui-shared.docblock.js +1 -1
- package/dist/browser/example.js +1 -1
- package/dist/browser/index.js +2 -2
- package/dist/components/BadgeDisplay.d.ts +0 -1
- package/dist/components/StreakCounter.d.ts +0 -1
- package/dist/components/ViewTabs.d.ts +0 -1
- package/dist/components/XpBar.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-shared.docblock.d.ts +0 -1
- package/dist/docs/learning-journey-ui-shared.docblock.js +1 -1
- package/dist/example.d.ts +1 -2
- package/dist/example.js +1 -1
- package/dist/hooks/index.d.ts +0 -1
- package/dist/hooks/useLearningProgress.d.ts +0 -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-shared.docblock.js +1 -1
- package/dist/node/example.js +1 -1
- package/dist/node/index.js +2 -2
- package/dist/types.d.ts +0 -1
- package/package.json +8 -8
- package/src/docs/learning-journey-ui-shared.docblock.ts +2 -2
- package/src/example.ts +1 -1
- package/dist/components/BadgeDisplay.d.ts.map +0 -1
- package/dist/components/StreakCounter.d.ts.map +0 -1
- package/dist/components/ViewTabs.d.ts.map +0 -1
- package/dist/components/XpBar.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-shared.docblock.d.ts.map +0 -1
- package/dist/example.d.ts.map +0 -1
- package/dist/hooks/index.d.ts.map +0 -1
- package/dist/hooks/useLearningProgress.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/types.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=12
|
|
6
|
-
Bundled 12 modules in
|
|
6
|
+
Bundled 12 modules in 14ms
|
|
7
7
|
|
|
8
8
|
components/BadgeDisplay.js 1.79 KB (entry point)
|
|
9
|
-
./index.js 10.
|
|
9
|
+
./index.js 10.33 KB (entry point)
|
|
10
10
|
hooks/index.js 2.49 KB (entry point)
|
|
11
11
|
hooks/useLearningProgress.js 2.49 KB (entry point)
|
|
12
12
|
./types.js 8 bytes (entry point)
|
|
@@ -14,15 +14,15 @@ Bundled 12 modules in 15ms
|
|
|
14
14
|
components/StreakCounter.js 1.29 KB (entry point)
|
|
15
15
|
components/ViewTabs.js 1.36 KB (entry point)
|
|
16
16
|
components/XpBar.js 1.79 KB (entry point)
|
|
17
|
-
docs/index.js 0.
|
|
18
|
-
docs/learning-journey-ui-shared.docblock.js 0.
|
|
19
|
-
./example.js 0.
|
|
17
|
+
docs/index.js 0.74 KB (entry point)
|
|
18
|
+
docs/learning-journey-ui-shared.docblock.js 0.74 KB (entry point)
|
|
19
|
+
./example.js 0.92 KB (entry point)
|
|
20
20
|
|
|
21
21
|
[contractspec-bun-build] transpile target=node root=src entries=12
|
|
22
22
|
Bundled 12 modules in 21ms
|
|
23
23
|
|
|
24
24
|
components/BadgeDisplay.js 1.78 KB (entry point)
|
|
25
|
-
./index.js 10.
|
|
25
|
+
./index.js 10.31 KB (entry point)
|
|
26
26
|
hooks/index.js 2.48 KB (entry point)
|
|
27
27
|
hooks/useLearningProgress.js 2.48 KB (entry point)
|
|
28
28
|
./types.js 0 KB (entry point)
|
|
@@ -35,10 +35,10 @@ Bundled 12 modules in 21ms
|
|
|
35
35
|
./example.js 0.90 KB (entry point)
|
|
36
36
|
|
|
37
37
|
[contractspec-bun-build] transpile target=browser root=src entries=12
|
|
38
|
-
Bundled 12 modules in
|
|
38
|
+
Bundled 12 modules in 22ms
|
|
39
39
|
|
|
40
40
|
components/BadgeDisplay.js 1.78 KB (entry point)
|
|
41
|
-
./index.js 10.
|
|
41
|
+
./index.js 10.31 KB (entry point)
|
|
42
42
|
hooks/index.js 2.48 KB (entry point)
|
|
43
43
|
hooks/useLearningProgress.js 2.48 KB (entry point)
|
|
44
44
|
./types.js 0 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-ui-shared
|
|
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/module.learning-journey@2.0.0
|
|
24
|
+
- @contractspec/lib.contracts-spec@2.0.0
|
|
25
|
+
- @contractspec/lib.design-system@2.0.0
|
|
26
|
+
- @contractspec/lib.ui-kit-web@2.0.0
|
|
27
|
+
|
|
3
28
|
## 1.62.0
|
|
4
29
|
|
|
5
30
|
### Minor Changes
|
|
@@ -27,7 +52,7 @@
|
|
|
27
52
|
- @contractspec/module.learning-journey@1.61.0
|
|
28
53
|
- @contractspec/lib.design-system@1.61.0
|
|
29
54
|
- @contractspec/lib.ui-kit-web@1.61.0
|
|
30
|
-
- @contractspec/lib.contracts@1.61.0
|
|
55
|
+
- @contractspec/lib.contracts-spec@1.61.0
|
|
31
56
|
|
|
32
57
|
## 1.60.0
|
|
33
58
|
|
|
@@ -41,7 +66,7 @@
|
|
|
41
66
|
- @contractspec/module.learning-journey@1.60.0
|
|
42
67
|
- @contractspec/lib.design-system@1.60.0
|
|
43
68
|
- @contractspec/lib.ui-kit-web@1.60.0
|
|
44
|
-
- @contractspec/lib.contracts@1.60.0
|
|
69
|
+
- @contractspec/lib.contracts-spec@1.60.0
|
|
45
70
|
|
|
46
71
|
## 1.59.0
|
|
47
72
|
|
|
@@ -55,7 +80,7 @@
|
|
|
55
80
|
- @contractspec/module.learning-journey@1.59.0
|
|
56
81
|
- @contractspec/lib.design-system@1.59.0
|
|
57
82
|
- @contractspec/lib.ui-kit-web@1.59.0
|
|
58
|
-
- @contractspec/lib.contracts@1.59.0
|
|
83
|
+
- @contractspec/lib.contracts-spec@1.59.0
|
|
59
84
|
|
|
60
85
|
## 1.58.0
|
|
61
86
|
|
|
@@ -70,7 +95,7 @@
|
|
|
70
95
|
- @contractspec/module.learning-journey@1.58.0
|
|
71
96
|
- @contractspec/lib.design-system@1.58.0
|
|
72
97
|
- @contractspec/lib.ui-kit-web@1.58.0
|
|
73
|
-
- @contractspec/lib.contracts@1.58.0
|
|
98
|
+
- @contractspec/lib.contracts-spec@1.58.0
|
|
74
99
|
|
|
75
100
|
## 1.57.0
|
|
76
101
|
|
|
@@ -86,7 +111,7 @@
|
|
|
86
111
|
- Updated dependencies [4651e06]
|
|
87
112
|
- Updated dependencies [ad9d10a]
|
|
88
113
|
- Updated dependencies [11a5a05]
|
|
89
|
-
- @contractspec/lib.contracts@1.57.0
|
|
114
|
+
- @contractspec/lib.contracts-spec@1.57.0
|
|
90
115
|
- @contractspec/module.learning-journey@1.57.0
|
|
91
116
|
- @contractspec/lib.design-system@1.57.0
|
|
92
117
|
- @contractspec/lib.ui-kit-web@1.57.0
|
|
@@ -100,7 +125,7 @@
|
|
|
100
125
|
- @contractspec/module.learning-journey@1.56.1
|
|
101
126
|
- @contractspec/lib.design-system@1.56.1
|
|
102
127
|
- @contractspec/lib.ui-kit-web@1.56.1
|
|
103
|
-
- @contractspec/lib.contracts@1.56.1
|
|
128
|
+
- @contractspec/lib.contracts-spec@1.56.1
|
|
104
129
|
|
|
105
130
|
## 1.56.0
|
|
106
131
|
|
|
@@ -114,7 +139,7 @@
|
|
|
114
139
|
- @contractspec/module.learning-journey@1.56.0
|
|
115
140
|
- @contractspec/lib.design-system@1.56.0
|
|
116
141
|
- @contractspec/lib.ui-kit-web@1.56.0
|
|
117
|
-
- @contractspec/lib.contracts@1.56.0
|
|
142
|
+
- @contractspec/lib.contracts-spec@1.56.0
|
|
118
143
|
|
|
119
144
|
## 1.55.0
|
|
120
145
|
|
|
@@ -128,7 +153,7 @@
|
|
|
128
153
|
- @contractspec/module.learning-journey@1.55.0
|
|
129
154
|
- @contractspec/lib.design-system@1.55.0
|
|
130
155
|
- @contractspec/lib.ui-kit-web@1.55.0
|
|
131
|
-
- @contractspec/lib.contracts@1.55.0
|
|
156
|
+
- @contractspec/lib.contracts-spec@1.55.0
|
|
132
157
|
|
|
133
158
|
## 1.54.0
|
|
134
159
|
|
|
@@ -141,7 +166,7 @@
|
|
|
141
166
|
- Updated dependencies [ec5e95c]
|
|
142
167
|
- @contractspec/lib.design-system@1.54.0
|
|
143
168
|
- @contractspec/lib.ui-kit-web@1.54.0
|
|
144
|
-
- @contractspec/lib.contracts@1.54.0
|
|
169
|
+
- @contractspec/lib.contracts-spec@1.54.0
|
|
145
170
|
- @contractspec/module.learning-journey@1.54.0
|
|
146
171
|
|
|
147
172
|
## 1.53.0
|
|
@@ -157,7 +182,7 @@
|
|
|
157
182
|
- Updated dependencies [f4180d4]
|
|
158
183
|
- Updated dependencies [64d84e1]
|
|
159
184
|
- @contractspec/lib.design-system@1.53.0
|
|
160
|
-
- @contractspec/lib.contracts@1.53.0
|
|
185
|
+
- @contractspec/lib.contracts-spec@1.53.0
|
|
161
186
|
- @contractspec/lib.ui-kit-web@1.53.0
|
|
162
187
|
- @contractspec/module.learning-journey@1.53.0
|
|
163
188
|
|
|
@@ -173,7 +198,7 @@
|
|
|
173
198
|
- @contractspec/module.learning-journey@1.52.0
|
|
174
199
|
- @contractspec/lib.design-system@1.52.0
|
|
175
200
|
- @contractspec/lib.ui-kit-web@1.52.0
|
|
176
|
-
- @contractspec/lib.contracts@1.52.0
|
|
201
|
+
- @contractspec/lib.contracts-spec@1.52.0
|
|
177
202
|
|
|
178
203
|
## 1.51.0
|
|
179
204
|
|
|
@@ -186,7 +211,7 @@
|
|
|
186
211
|
- Updated dependencies [23e46e9]
|
|
187
212
|
- Updated dependencies [ad1f852]
|
|
188
213
|
- Updated dependencies [e6faefb]
|
|
189
|
-
- @contractspec/lib.contracts@1.51.0
|
|
214
|
+
- @contractspec/lib.contracts-spec@1.51.0
|
|
190
215
|
- @contractspec/module.learning-journey@1.51.0
|
|
191
216
|
- @contractspec/lib.design-system@1.51.0
|
|
192
217
|
- @contractspec/lib.ui-kit-web@1.51.0
|
|
@@ -200,7 +225,7 @@
|
|
|
200
225
|
### Patch Changes
|
|
201
226
|
|
|
202
227
|
- Updated dependencies [5325d6b]
|
|
203
|
-
- @contractspec/lib.contracts@1.50.0
|
|
228
|
+
- @contractspec/lib.contracts-spec@1.50.0
|
|
204
229
|
- @contractspec/lib.design-system@1.50.0
|
|
205
230
|
- @contractspec/lib.ui-kit-web@1.50.0
|
|
206
231
|
- @contractspec/module.learning-journey@1.50.0
|
|
@@ -217,7 +242,7 @@
|
|
|
217
242
|
- @contractspec/module.learning-journey@1.49.0
|
|
218
243
|
- @contractspec/lib.design-system@1.49.0
|
|
219
244
|
- @contractspec/lib.ui-kit-web@1.49.0
|
|
220
|
-
- @contractspec/lib.contracts@1.49.0
|
|
245
|
+
- @contractspec/lib.contracts-spec@1.49.0
|
|
221
246
|
|
|
222
247
|
## 1.48.1
|
|
223
248
|
|
|
@@ -226,7 +251,7 @@
|
|
|
226
251
|
- Updated dependencies [c560ee7]
|
|
227
252
|
- Updated dependencies [1536bf3]
|
|
228
253
|
- @contractspec/lib.design-system@1.48.1
|
|
229
|
-
- @contractspec/lib.contracts@1.48.1
|
|
254
|
+
- @contractspec/lib.contracts-spec@1.48.1
|
|
230
255
|
- @contractspec/module.learning-journey@1.48.1
|
|
231
256
|
|
|
232
257
|
## 1.48.0
|
|
@@ -241,7 +266,7 @@
|
|
|
241
266
|
- @contractspec/module.learning-journey@1.48.0
|
|
242
267
|
- @contractspec/lib.design-system@1.48.0
|
|
243
268
|
- @contractspec/lib.ui-kit-web@1.48.0
|
|
244
|
-
- @contractspec/lib.contracts@1.48.0
|
|
269
|
+
- @contractspec/lib.contracts-spec@1.48.0
|
|
245
270
|
|
|
246
271
|
## 1.47.0
|
|
247
272
|
|
|
@@ -265,7 +290,7 @@
|
|
|
265
290
|
- @contractspec/module.learning-journey@1.47.0
|
|
266
291
|
- @contractspec/lib.design-system@1.47.0
|
|
267
292
|
- @contractspec/lib.ui-kit-web@1.47.0
|
|
268
|
-
- @contractspec/lib.contracts@1.47.0
|
|
293
|
+
- @contractspec/lib.contracts-spec@1.47.0
|
|
269
294
|
|
|
270
295
|
## 1.46.2
|
|
271
296
|
|
|
@@ -276,7 +301,7 @@
|
|
|
276
301
|
- @contractspec/module.learning-journey@1.46.2
|
|
277
302
|
- @contractspec/lib.design-system@1.46.2
|
|
278
303
|
- @contractspec/lib.ui-kit-web@1.46.2
|
|
279
|
-
- @contractspec/lib.contracts@1.46.2
|
|
304
|
+
- @contractspec/lib.contracts-spec@1.46.2
|
|
280
305
|
|
|
281
306
|
## 1.46.1
|
|
282
307
|
|
|
@@ -287,7 +312,7 @@
|
|
|
287
312
|
- @contractspec/module.learning-journey@1.46.1
|
|
288
313
|
- @contractspec/lib.design-system@1.46.1
|
|
289
314
|
- @contractspec/lib.ui-kit-web@1.46.1
|
|
290
|
-
- @contractspec/lib.contracts@1.46.1
|
|
315
|
+
- @contractspec/lib.contracts-spec@1.46.1
|
|
291
316
|
|
|
292
317
|
## 1.46.0
|
|
293
318
|
|
|
@@ -301,7 +326,7 @@
|
|
|
301
326
|
- @contractspec/module.learning-journey@1.46.0
|
|
302
327
|
- @contractspec/lib.design-system@1.46.0
|
|
303
328
|
- @contractspec/lib.ui-kit-web@1.46.0
|
|
304
|
-
- @contractspec/lib.contracts@1.46.0
|
|
329
|
+
- @contractspec/lib.contracts-spec@1.46.0
|
|
305
330
|
|
|
306
331
|
## 1.45.6
|
|
307
332
|
|
|
@@ -312,7 +337,7 @@
|
|
|
312
337
|
- @contractspec/module.learning-journey@1.45.6
|
|
313
338
|
- @contractspec/lib.design-system@1.45.6
|
|
314
339
|
- @contractspec/lib.ui-kit-web@1.45.6
|
|
315
|
-
- @contractspec/lib.contracts@1.45.6
|
|
340
|
+
- @contractspec/lib.contracts-spec@1.45.6
|
|
316
341
|
|
|
317
342
|
## 1.45.5
|
|
318
343
|
|
|
@@ -323,7 +348,7 @@
|
|
|
323
348
|
- @contractspec/module.learning-journey@1.45.5
|
|
324
349
|
- @contractspec/lib.design-system@1.45.5
|
|
325
350
|
- @contractspec/lib.ui-kit-web@1.45.5
|
|
326
|
-
- @contractspec/lib.contracts@1.45.5
|
|
351
|
+
- @contractspec/lib.contracts-spec@1.45.5
|
|
327
352
|
|
|
328
353
|
## 1.45.4
|
|
329
354
|
|
|
@@ -334,7 +359,7 @@
|
|
|
334
359
|
- @contractspec/module.learning-journey@1.45.4
|
|
335
360
|
- @contractspec/lib.design-system@1.45.4
|
|
336
361
|
- @contractspec/lib.ui-kit-web@1.45.4
|
|
337
|
-
- @contractspec/lib.contracts@1.45.4
|
|
362
|
+
- @contractspec/lib.contracts-spec@1.45.4
|
|
338
363
|
|
|
339
364
|
## 1.45.3
|
|
340
365
|
|
|
@@ -345,7 +370,7 @@
|
|
|
345
370
|
- @contractspec/module.learning-journey@1.45.3
|
|
346
371
|
- @contractspec/lib.design-system@1.45.3
|
|
347
372
|
- @contractspec/lib.ui-kit-web@1.45.3
|
|
348
|
-
- @contractspec/lib.contracts@1.45.3
|
|
373
|
+
- @contractspec/lib.contracts-spec@1.45.3
|
|
349
374
|
|
|
350
375
|
## 1.45.2
|
|
351
376
|
|
|
@@ -356,7 +381,7 @@
|
|
|
356
381
|
- @contractspec/module.learning-journey@1.45.2
|
|
357
382
|
- @contractspec/lib.design-system@1.45.2
|
|
358
383
|
- @contractspec/lib.ui-kit-web@1.45.2
|
|
359
|
-
- @contractspec/lib.contracts@1.45.2
|
|
384
|
+
- @contractspec/lib.contracts-spec@1.45.2
|
|
360
385
|
|
|
361
386
|
## 1.45.1
|
|
362
387
|
|
|
@@ -367,7 +392,7 @@
|
|
|
367
392
|
- @contractspec/module.learning-journey@1.45.1
|
|
368
393
|
- @contractspec/lib.design-system@1.45.1
|
|
369
394
|
- @contractspec/lib.ui-kit-web@1.45.1
|
|
370
|
-
- @contractspec/lib.contracts@1.45.1
|
|
395
|
+
- @contractspec/lib.contracts-spec@1.45.1
|
|
371
396
|
- @contractspec/lib.schema@1.45.1
|
|
372
397
|
|
|
373
398
|
## 1.45.0
|
|
@@ -396,7 +421,7 @@
|
|
|
396
421
|
- @contractspec/module.learning-journey@1.45.0
|
|
397
422
|
- @contractspec/lib.design-system@1.45.0
|
|
398
423
|
- @contractspec/lib.ui-kit-web@1.45.0
|
|
399
|
-
- @contractspec/lib.contracts@1.45.0
|
|
424
|
+
- @contractspec/lib.contracts-spec@1.45.0
|
|
400
425
|
- @contractspec/lib.schema@1.45.0
|
|
401
426
|
|
|
402
427
|
## 1.44.1
|
|
@@ -408,7 +433,7 @@
|
|
|
408
433
|
- @contractspec/module.learning-journey@1.44.1
|
|
409
434
|
- @contractspec/lib.design-system@1.44.1
|
|
410
435
|
- @contractspec/lib.ui-kit-web@1.44.1
|
|
411
|
-
- @contractspec/lib.contracts@1.44.1
|
|
436
|
+
- @contractspec/lib.contracts-spec@1.44.1
|
|
412
437
|
- @contractspec/lib.schema@1.44.1
|
|
413
438
|
|
|
414
439
|
## 1.44.0
|
|
@@ -423,7 +448,7 @@
|
|
|
423
448
|
- @contractspec/module.learning-journey@1.44.0
|
|
424
449
|
- @contractspec/lib.design-system@1.44.0
|
|
425
450
|
- @contractspec/lib.ui-kit-web@1.44.0
|
|
426
|
-
- @contractspec/lib.contracts@1.44.0
|
|
451
|
+
- @contractspec/lib.contracts-spec@1.44.0
|
|
427
452
|
- @contractspec/lib.schema@1.44.0
|
|
428
453
|
|
|
429
454
|
## 1.43.4
|
|
@@ -435,7 +460,7 @@
|
|
|
435
460
|
- @contractspec/module.learning-journey@1.43.4
|
|
436
461
|
- @contractspec/lib.design-system@1.43.4
|
|
437
462
|
- @contractspec/lib.ui-kit-web@1.43.3
|
|
438
|
-
- @contractspec/lib.contracts@1.43.4
|
|
463
|
+
- @contractspec/lib.contracts-spec@1.43.4
|
|
439
464
|
- @contractspec/lib.schema@1.43.3
|
|
440
465
|
|
|
441
466
|
## 1.43.3
|
|
@@ -447,7 +472,7 @@
|
|
|
447
472
|
- @contractspec/module.learning-journey@1.43.3
|
|
448
473
|
- @contractspec/lib.design-system@1.43.3
|
|
449
474
|
- @contractspec/lib.ui-kit-web@1.43.2
|
|
450
|
-
- @contractspec/lib.contracts@1.43.3
|
|
475
|
+
- @contractspec/lib.contracts-spec@1.43.3
|
|
451
476
|
- @contractspec/lib.schema@1.43.2
|
|
452
477
|
|
|
453
478
|
## 1.43.2
|
|
@@ -458,7 +483,7 @@
|
|
|
458
483
|
- Updated dependencies [e147271]
|
|
459
484
|
- @contractspec/module.learning-journey@1.43.2
|
|
460
485
|
- @contractspec/lib.design-system@1.43.2
|
|
461
|
-
- @contractspec/lib.contracts@1.43.2
|
|
486
|
+
- @contractspec/lib.contracts-spec@1.43.2
|
|
462
487
|
- @contractspec/lib.schema@1.43.1
|
|
463
488
|
- @contractspec/lib.ui-kit-web@1.43.1
|
|
464
489
|
|
|
@@ -467,7 +492,7 @@
|
|
|
467
492
|
### Patch Changes
|
|
468
493
|
|
|
469
494
|
- Updated dependencies [f28fdad]
|
|
470
|
-
- @contractspec/lib.contracts@1.43.1
|
|
495
|
+
- @contractspec/lib.contracts-spec@1.43.1
|
|
471
496
|
- @contractspec/lib.design-system@1.43.1
|
|
472
497
|
- @contractspec/module.learning-journey@1.43.1
|
|
473
498
|
|
|
@@ -483,7 +508,7 @@
|
|
|
483
508
|
- @contractspec/module.learning-journey@1.43.0
|
|
484
509
|
- @contractspec/lib.design-system@1.43.0
|
|
485
510
|
- @contractspec/lib.ui-kit-web@1.43.0
|
|
486
|
-
- @contractspec/lib.contracts@1.43.0
|
|
511
|
+
- @contractspec/lib.contracts-spec@1.43.0
|
|
487
512
|
- @contractspec/lib.schema@1.43.0
|
|
488
513
|
|
|
489
514
|
## 1.42.10
|
|
@@ -495,7 +520,7 @@
|
|
|
495
520
|
- @contractspec/module.learning-journey@1.42.10
|
|
496
521
|
- @contractspec/lib.design-system@1.42.10
|
|
497
522
|
- @contractspec/lib.ui-kit-web@1.42.10
|
|
498
|
-
- @contractspec/lib.contracts@1.42.10
|
|
523
|
+
- @contractspec/lib.contracts-spec@1.42.10
|
|
499
524
|
- @contractspec/lib.schema@1.42.10
|
|
500
525
|
|
|
501
526
|
## 1.42.9
|
|
@@ -507,7 +532,7 @@
|
|
|
507
532
|
- @contractspec/module.learning-journey@1.42.9
|
|
508
533
|
- @contractspec/lib.design-system@1.42.9
|
|
509
534
|
- @contractspec/lib.ui-kit-web@1.42.9
|
|
510
|
-
- @contractspec/lib.contracts@1.42.9
|
|
535
|
+
- @contractspec/lib.contracts-spec@1.42.9
|
|
511
536
|
- @contractspec/lib.schema@1.42.9
|
|
512
537
|
|
|
513
538
|
## 1.42.8
|
|
@@ -519,7 +544,7 @@
|
|
|
519
544
|
- @contractspec/module.learning-journey@1.42.8
|
|
520
545
|
- @contractspec/lib.design-system@1.42.8
|
|
521
546
|
- @contractspec/lib.ui-kit-web@1.42.8
|
|
522
|
-
- @contractspec/lib.contracts@1.42.8
|
|
547
|
+
- @contractspec/lib.contracts-spec@1.42.8
|
|
523
548
|
- @contractspec/lib.schema@1.42.8
|
|
524
549
|
|
|
525
550
|
## 1.42.7
|
|
@@ -531,7 +556,7 @@
|
|
|
531
556
|
- @contractspec/module.learning-journey@1.42.7
|
|
532
557
|
- @contractspec/lib.design-system@1.42.7
|
|
533
558
|
- @contractspec/lib.ui-kit-web@1.42.7
|
|
534
|
-
- @contractspec/lib.contracts@1.42.7
|
|
559
|
+
- @contractspec/lib.contracts-spec@1.42.7
|
|
535
560
|
- @contractspec/lib.schema@1.42.7
|
|
536
561
|
|
|
537
562
|
## 1.42.6
|
|
@@ -543,7 +568,7 @@
|
|
|
543
568
|
- @contractspec/module.learning-journey@1.42.6
|
|
544
569
|
- @contractspec/lib.design-system@1.42.6
|
|
545
570
|
- @contractspec/lib.ui-kit-web@1.42.6
|
|
546
|
-
- @contractspec/lib.contracts@1.42.6
|
|
571
|
+
- @contractspec/lib.contracts-spec@1.42.6
|
|
547
572
|
- @contractspec/lib.schema@1.42.6
|
|
548
573
|
|
|
549
574
|
## 1.42.5
|
|
@@ -555,7 +580,7 @@
|
|
|
555
580
|
- @contractspec/module.learning-journey@1.42.5
|
|
556
581
|
- @contractspec/lib.design-system@1.42.5
|
|
557
582
|
- @contractspec/lib.ui-kit-web@1.42.5
|
|
558
|
-
- @contractspec/lib.contracts@1.42.5
|
|
583
|
+
- @contractspec/lib.contracts-spec@1.42.5
|
|
559
584
|
- @contractspec/lib.schema@1.42.5
|
|
560
585
|
|
|
561
586
|
## 1.42.4
|
|
@@ -567,7 +592,7 @@
|
|
|
567
592
|
- @contractspec/module.learning-journey@1.42.4
|
|
568
593
|
- @contractspec/lib.design-system@1.42.4
|
|
569
594
|
- @contractspec/lib.ui-kit-web@1.42.4
|
|
570
|
-
- @contractspec/lib.contracts@1.42.4
|
|
595
|
+
- @contractspec/lib.contracts-spec@1.42.4
|
|
571
596
|
- @contractspec/lib.schema@1.42.4
|
|
572
597
|
|
|
573
598
|
## 1.42.3
|
|
@@ -576,7 +601,7 @@
|
|
|
576
601
|
|
|
577
602
|
- 3f5d015: fix(tooling): cicd
|
|
578
603
|
- Updated dependencies [3f5d015]
|
|
579
|
-
- @contractspec/lib.contracts@1.42.3
|
|
604
|
+
- @contractspec/lib.contracts-spec@1.42.3
|
|
580
605
|
- @contractspec/lib.design-system@1.42.3
|
|
581
606
|
- @contractspec/lib.schema@1.42.3
|
|
582
607
|
- @contractspec/lib.ui-kit-web@1.42.3
|
|
@@ -588,7 +613,7 @@
|
|
|
588
613
|
|
|
589
614
|
- 1f9ac4c: fix
|
|
590
615
|
- Updated dependencies [1f9ac4c]
|
|
591
|
-
- @contractspec/lib.contracts@1.42.2
|
|
616
|
+
- @contractspec/lib.contracts-spec@1.42.2
|
|
592
617
|
- @contractspec/lib.design-system@1.42.2
|
|
593
618
|
- @contractspec/lib.schema@1.42.2
|
|
594
619
|
- @contractspec/lib.ui-kit-web@1.42.2
|
|
@@ -603,7 +628,7 @@
|
|
|
603
628
|
- @contractspec/module.learning-journey@1.42.1
|
|
604
629
|
- @contractspec/lib.design-system@1.42.1
|
|
605
630
|
- @contractspec/lib.ui-kit-web@1.42.1
|
|
606
|
-
- @contractspec/lib.contracts@1.42.1
|
|
631
|
+
- @contractspec/lib.contracts-spec@1.42.1
|
|
607
632
|
- @contractspec/lib.schema@1.42.1
|
|
608
633
|
|
|
609
634
|
## 1.42.0
|
|
@@ -615,7 +640,7 @@
|
|
|
615
640
|
### Patch Changes
|
|
616
641
|
|
|
617
642
|
- Updated dependencies [8eefd9c]
|
|
618
|
-
- @contractspec/lib.contracts@1.42.0
|
|
643
|
+
- @contractspec/lib.contracts-spec@1.42.0
|
|
619
644
|
- @contractspec/lib.design-system@1.42.0
|
|
620
645
|
- @contractspec/lib.schema@1.42.0
|
|
621
646
|
- @contractspec/lib.ui-kit-web@1.42.0
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/docs/learning-journey-ui-shared.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-shared",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/docs/learning-journey-ui-shared.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-shared",
|
package/dist/browser/example.js
CHANGED
package/dist/browser/index.js
CHANGED
|
@@ -202,7 +202,7 @@ function XpBar({
|
|
|
202
202
|
}, undefined, true, undefined, this);
|
|
203
203
|
}
|
|
204
204
|
// src/docs/learning-journey-ui-shared.docblock.ts
|
|
205
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
205
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
206
206
|
var blocks = [
|
|
207
207
|
{
|
|
208
208
|
id: "docs.examples.learning-journey-ui-shared",
|
|
@@ -223,7 +223,7 @@ var blocks = [
|
|
|
223
223
|
];
|
|
224
224
|
registerDocBlocks(blocks);
|
|
225
225
|
// src/example.ts
|
|
226
|
-
import { defineExample } from "@contractspec/lib.contracts";
|
|
226
|
+
import { defineExample } from "@contractspec/lib.contracts-spec";
|
|
227
227
|
var example = defineExample({
|
|
228
228
|
meta: {
|
|
229
229
|
key: "learning-journey-ui-shared",
|
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-shared.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-shared",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/docs/learning-journey-ui-shared.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-shared",
|
package/dist/example.d.ts
CHANGED
package/dist/example.js
CHANGED
package/dist/hooks/index.d.ts
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -3,4 +3,3 @@ export { XpBar, StreakCounter, BadgeDisplay, ViewTabs } from './components';
|
|
|
3
3
|
export type { LearningView, LearningProgressState, LearningMiniAppProps, LearningViewProps, XpBarProps, StreakCounterProps, BadgeDisplayProps, ViewTabsProps, } from './types';
|
|
4
4
|
export { default as example } from './example';
|
|
5
5
|
import './docs';
|
|
6
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.js
CHANGED
|
@@ -203,7 +203,7 @@ function XpBar({
|
|
|
203
203
|
}, undefined, true, undefined, this);
|
|
204
204
|
}
|
|
205
205
|
// src/docs/learning-journey-ui-shared.docblock.ts
|
|
206
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
206
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
207
207
|
var blocks = [
|
|
208
208
|
{
|
|
209
209
|
id: "docs.examples.learning-journey-ui-shared",
|
|
@@ -224,7 +224,7 @@ var blocks = [
|
|
|
224
224
|
];
|
|
225
225
|
registerDocBlocks(blocks);
|
|
226
226
|
// src/example.ts
|
|
227
|
-
import { defineExample } from "@contractspec/lib.contracts";
|
|
227
|
+
import { defineExample } from "@contractspec/lib.contracts-spec";
|
|
228
228
|
var example = defineExample({
|
|
229
229
|
meta: {
|
|
230
230
|
key: "learning-journey-ui-shared",
|
package/dist/node/docs/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/docs/learning-journey-ui-shared.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-shared",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/docs/learning-journey-ui-shared.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-shared",
|
package/dist/node/example.js
CHANGED
package/dist/node/index.js
CHANGED
|
@@ -202,7 +202,7 @@ function XpBar({
|
|
|
202
202
|
}, undefined, true, undefined, this);
|
|
203
203
|
}
|
|
204
204
|
// src/docs/learning-journey-ui-shared.docblock.ts
|
|
205
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
205
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
206
206
|
var blocks = [
|
|
207
207
|
{
|
|
208
208
|
id: "docs.examples.learning-journey-ui-shared",
|
|
@@ -223,7 +223,7 @@ var blocks = [
|
|
|
223
223
|
];
|
|
224
224
|
registerDocBlocks(blocks);
|
|
225
225
|
// src/example.ts
|
|
226
|
-
import { defineExample } from "@contractspec/lib.contracts";
|
|
226
|
+
import { defineExample } from "@contractspec/lib.contracts-spec";
|
|
227
227
|
var example = defineExample({
|
|
228
228
|
meta: {
|
|
229
229
|
key: "learning-journey-ui-shared",
|
package/dist/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.learning-journey-ui-shared",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Shared UI components and hooks for learning journey mini-apps.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -122,22 +122,22 @@
|
|
|
122
122
|
"lint": "bun lint:fix",
|
|
123
123
|
"lint:fix": "eslint src --fix",
|
|
124
124
|
"lint:check": "eslint src",
|
|
125
|
-
"test": "bun test",
|
|
125
|
+
"test": "bun test --pass-with-no-tests",
|
|
126
126
|
"prebuild": "contractspec-bun-build prebuild",
|
|
127
127
|
"typecheck": "tsc --noEmit"
|
|
128
128
|
},
|
|
129
129
|
"dependencies": {
|
|
130
|
-
"@contractspec/lib.contracts": "
|
|
131
|
-
"@contractspec/module.learning-journey": "
|
|
132
|
-
"@contractspec/lib.design-system": "
|
|
133
|
-
"@contractspec/lib.ui-kit-web": "
|
|
130
|
+
"@contractspec/lib.contracts-spec": "2.0.0",
|
|
131
|
+
"@contractspec/module.learning-journey": "2.0.0",
|
|
132
|
+
"@contractspec/lib.design-system": "2.0.0",
|
|
133
|
+
"@contractspec/lib.ui-kit-web": "2.0.0",
|
|
134
134
|
"react": "19.2.4"
|
|
135
135
|
},
|
|
136
136
|
"devDependencies": {
|
|
137
|
-
"@contractspec/tool.typescript": "
|
|
137
|
+
"@contractspec/tool.typescript": "2.0.0",
|
|
138
138
|
"@types/react": "^19.2.14",
|
|
139
139
|
"typescript": "^5.9.3",
|
|
140
|
-
"@contractspec/tool.bun": "
|
|
140
|
+
"@contractspec/tool.bun": "2.0.0"
|
|
141
141
|
},
|
|
142
142
|
"peerDependencies": {
|
|
143
143
|
"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":"BadgeDisplay.d.ts","sourceRoot":"","sources":["../../src/components/BadgeDisplay.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAoBlD,wBAAgB,YAAY,CAAC,EAC3B,MAAM,EACN,UAAc,EACd,IAAW,GACZ,EAAE,iBAAiB,2CAqCnB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"StreakCounter.d.ts","sourceRoot":"","sources":["../../src/components/StreakCounter.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAoBnD,wBAAgB,aAAa,CAAC,EAC5B,IAAI,EACJ,QAAe,EACf,IAAW,GACZ,EAAE,kBAAkB,2CAqBpB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ViewTabs.d.ts","sourceRoot":"","sources":["../../src/components/ViewTabs.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAgB,MAAM,UAAU,CAAC;AAgB5D,wBAAgB,QAAQ,CAAC,EACvB,WAAW,EACX,YAAY,EACZ,cAA8B,GAC/B,EAAE,aAAa,2CAsBf"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"XpBar.d.ts","sourceRoot":"","sources":["../../src/components/XpBar.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAc3C,wBAAgB,KAAK,CAAC,EACpB,OAAO,EACP,GAAG,EACH,KAAK,EACL,SAAgB,EAChB,IAAW,GACZ,EAAE,UAAU,2CA6BZ"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,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,uCAAuC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"learning-journey-ui-shared.docblock.d.ts","sourceRoot":"","sources":["../../src/docs/learning-journey-ui-shared.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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useLearningProgress.d.ts","sourceRoot":"","sources":["../../src/hooks/useLearningProgress.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,kDAAkD,CAAC;AACjG,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAetD,gDAAgD;AAChD,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,wBAAwB;;;;;;;;;;2BAMtD,MAAM;;;EA0ElB"}
|
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,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAG9C,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAG5E,YAAY,EACV,YAAY,EACZ,qBAAqB,EACrB,oBAAoB,EACpB,iBAAiB,EACjB,UAAU,EACV,kBAAkB,EAClB,iBAAiB,EACjB,aAAa,GACd,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,QAAQ,CAAC"}
|
package/dist/types.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,kDAAkD,CAAC;AAEjG,wCAAwC;AACxC,MAAM,MAAM,YAAY,GAAG,UAAU,GAAG,OAAO,GAAG,UAAU,GAAG,UAAU,CAAC;AAE1E,0CAA0C;AAC1C,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB;AAED,oCAAoC;AACpC,MAAM,WAAW,oBAAoB;IACnC,KAAK,EAAE,wBAAwB,CAAC;IAChC,QAAQ,EAAE,qBAAqB,CAAC;IAChC,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,IAAI,CAAC;IAC5C,WAAW,CAAC,EAAE,YAAY,CAAC;CAC5B;AAED,gCAAgC;AAChC,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,wBAAwB,CAAC;IAChC,QAAQ,EAAE,qBAAqB,CAAC;IAChC,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;CAC3C;AAED,mBAAmB;AACnB,MAAM,WAAW,UAAU;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3B;AAED,2BAA2B;AAC3B,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3B;AAED,0BAA0B;AAC1B,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3B;AAED,sBAAsB;AACtB,MAAM,WAAW,aAAa;IAC5B,WAAW,EAAE,YAAY,CAAC;IAC1B,YAAY,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,IAAI,CAAC;IAC3C,cAAc,CAAC,EAAE,YAAY,EAAE,CAAC;CACjC"}
|