@contractspec/example.learning-journey-ui-shared 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 +9 -9
- package/CHANGELOG.md +86 -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 13ms
|
|
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
|
-
Bundled 12 modules in
|
|
22
|
+
Bundled 12 modules in 34ms
|
|
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 20ms
|
|
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,46 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-ui-shared
|
|
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/module.learning-journey@2.1.0
|
|
16
|
+
- @contractspec/lib.design-system@2.1.0
|
|
17
|
+
- @contractspec/lib.ui-kit-web@2.1.0
|
|
18
|
+
|
|
19
|
+
## 2.0.0
|
|
20
|
+
|
|
21
|
+
### Major Changes
|
|
22
|
+
|
|
23
|
+
- a09bafc: feat: optimize performance
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- 7f3203a: fix: make workspace test runs resilient when packages have no tests
|
|
28
|
+
|
|
29
|
+
Updates package test scripts to pass cleanly when no matching test files exist:
|
|
30
|
+
- Uses `bun test --pass-with-no-tests` in Bun-based packages that currently ship without test files.
|
|
31
|
+
- Uses `jest --passWithNoTests` for the UI kit web package.
|
|
32
|
+
- Adds `.vscode-test.mjs` for `vscode-contractspec` so VS Code extension test runs have an explicit config and stop failing on missing default configuration.
|
|
33
|
+
|
|
34
|
+
This keeps `turbo run test` deterministic across the monorepo while preserving existing test execution behavior where tests are present.
|
|
35
|
+
|
|
36
|
+
- Updated dependencies [a09bafc]
|
|
37
|
+
- Updated dependencies [f152678]
|
|
38
|
+
- Updated dependencies [7f3203a]
|
|
39
|
+
- @contractspec/module.learning-journey@2.0.0
|
|
40
|
+
- @contractspec/lib.contracts-spec@2.0.0
|
|
41
|
+
- @contractspec/lib.design-system@2.0.0
|
|
42
|
+
- @contractspec/lib.ui-kit-web@2.0.0
|
|
43
|
+
|
|
3
44
|
## 1.62.0
|
|
4
45
|
|
|
5
46
|
### Minor Changes
|
|
@@ -27,7 +68,7 @@
|
|
|
27
68
|
- @contractspec/module.learning-journey@1.61.0
|
|
28
69
|
- @contractspec/lib.design-system@1.61.0
|
|
29
70
|
- @contractspec/lib.ui-kit-web@1.61.0
|
|
30
|
-
- @contractspec/lib.contracts@1.61.0
|
|
71
|
+
- @contractspec/lib.contracts-spec@1.61.0
|
|
31
72
|
|
|
32
73
|
## 1.60.0
|
|
33
74
|
|
|
@@ -41,7 +82,7 @@
|
|
|
41
82
|
- @contractspec/module.learning-journey@1.60.0
|
|
42
83
|
- @contractspec/lib.design-system@1.60.0
|
|
43
84
|
- @contractspec/lib.ui-kit-web@1.60.0
|
|
44
|
-
- @contractspec/lib.contracts@1.60.0
|
|
85
|
+
- @contractspec/lib.contracts-spec@1.60.0
|
|
45
86
|
|
|
46
87
|
## 1.59.0
|
|
47
88
|
|
|
@@ -55,7 +96,7 @@
|
|
|
55
96
|
- @contractspec/module.learning-journey@1.59.0
|
|
56
97
|
- @contractspec/lib.design-system@1.59.0
|
|
57
98
|
- @contractspec/lib.ui-kit-web@1.59.0
|
|
58
|
-
- @contractspec/lib.contracts@1.59.0
|
|
99
|
+
- @contractspec/lib.contracts-spec@1.59.0
|
|
59
100
|
|
|
60
101
|
## 1.58.0
|
|
61
102
|
|
|
@@ -70,7 +111,7 @@
|
|
|
70
111
|
- @contractspec/module.learning-journey@1.58.0
|
|
71
112
|
- @contractspec/lib.design-system@1.58.0
|
|
72
113
|
- @contractspec/lib.ui-kit-web@1.58.0
|
|
73
|
-
- @contractspec/lib.contracts@1.58.0
|
|
114
|
+
- @contractspec/lib.contracts-spec@1.58.0
|
|
74
115
|
|
|
75
116
|
## 1.57.0
|
|
76
117
|
|
|
@@ -86,7 +127,7 @@
|
|
|
86
127
|
- Updated dependencies [4651e06]
|
|
87
128
|
- Updated dependencies [ad9d10a]
|
|
88
129
|
- Updated dependencies [11a5a05]
|
|
89
|
-
- @contractspec/lib.contracts@1.57.0
|
|
130
|
+
- @contractspec/lib.contracts-spec@1.57.0
|
|
90
131
|
- @contractspec/module.learning-journey@1.57.0
|
|
91
132
|
- @contractspec/lib.design-system@1.57.0
|
|
92
133
|
- @contractspec/lib.ui-kit-web@1.57.0
|
|
@@ -100,7 +141,7 @@
|
|
|
100
141
|
- @contractspec/module.learning-journey@1.56.1
|
|
101
142
|
- @contractspec/lib.design-system@1.56.1
|
|
102
143
|
- @contractspec/lib.ui-kit-web@1.56.1
|
|
103
|
-
- @contractspec/lib.contracts@1.56.1
|
|
144
|
+
- @contractspec/lib.contracts-spec@1.56.1
|
|
104
145
|
|
|
105
146
|
## 1.56.0
|
|
106
147
|
|
|
@@ -114,7 +155,7 @@
|
|
|
114
155
|
- @contractspec/module.learning-journey@1.56.0
|
|
115
156
|
- @contractspec/lib.design-system@1.56.0
|
|
116
157
|
- @contractspec/lib.ui-kit-web@1.56.0
|
|
117
|
-
- @contractspec/lib.contracts@1.56.0
|
|
158
|
+
- @contractspec/lib.contracts-spec@1.56.0
|
|
118
159
|
|
|
119
160
|
## 1.55.0
|
|
120
161
|
|
|
@@ -128,7 +169,7 @@
|
|
|
128
169
|
- @contractspec/module.learning-journey@1.55.0
|
|
129
170
|
- @contractspec/lib.design-system@1.55.0
|
|
130
171
|
- @contractspec/lib.ui-kit-web@1.55.0
|
|
131
|
-
- @contractspec/lib.contracts@1.55.0
|
|
172
|
+
- @contractspec/lib.contracts-spec@1.55.0
|
|
132
173
|
|
|
133
174
|
## 1.54.0
|
|
134
175
|
|
|
@@ -141,7 +182,7 @@
|
|
|
141
182
|
- Updated dependencies [ec5e95c]
|
|
142
183
|
- @contractspec/lib.design-system@1.54.0
|
|
143
184
|
- @contractspec/lib.ui-kit-web@1.54.0
|
|
144
|
-
- @contractspec/lib.contracts@1.54.0
|
|
185
|
+
- @contractspec/lib.contracts-spec@1.54.0
|
|
145
186
|
- @contractspec/module.learning-journey@1.54.0
|
|
146
187
|
|
|
147
188
|
## 1.53.0
|
|
@@ -157,7 +198,7 @@
|
|
|
157
198
|
- Updated dependencies [f4180d4]
|
|
158
199
|
- Updated dependencies [64d84e1]
|
|
159
200
|
- @contractspec/lib.design-system@1.53.0
|
|
160
|
-
- @contractspec/lib.contracts@1.53.0
|
|
201
|
+
- @contractspec/lib.contracts-spec@1.53.0
|
|
161
202
|
- @contractspec/lib.ui-kit-web@1.53.0
|
|
162
203
|
- @contractspec/module.learning-journey@1.53.0
|
|
163
204
|
|
|
@@ -173,7 +214,7 @@
|
|
|
173
214
|
- @contractspec/module.learning-journey@1.52.0
|
|
174
215
|
- @contractspec/lib.design-system@1.52.0
|
|
175
216
|
- @contractspec/lib.ui-kit-web@1.52.0
|
|
176
|
-
- @contractspec/lib.contracts@1.52.0
|
|
217
|
+
- @contractspec/lib.contracts-spec@1.52.0
|
|
177
218
|
|
|
178
219
|
## 1.51.0
|
|
179
220
|
|
|
@@ -186,7 +227,7 @@
|
|
|
186
227
|
- Updated dependencies [23e46e9]
|
|
187
228
|
- Updated dependencies [ad1f852]
|
|
188
229
|
- Updated dependencies [e6faefb]
|
|
189
|
-
- @contractspec/lib.contracts@1.51.0
|
|
230
|
+
- @contractspec/lib.contracts-spec@1.51.0
|
|
190
231
|
- @contractspec/module.learning-journey@1.51.0
|
|
191
232
|
- @contractspec/lib.design-system@1.51.0
|
|
192
233
|
- @contractspec/lib.ui-kit-web@1.51.0
|
|
@@ -200,7 +241,7 @@
|
|
|
200
241
|
### Patch Changes
|
|
201
242
|
|
|
202
243
|
- Updated dependencies [5325d6b]
|
|
203
|
-
- @contractspec/lib.contracts@1.50.0
|
|
244
|
+
- @contractspec/lib.contracts-spec@1.50.0
|
|
204
245
|
- @contractspec/lib.design-system@1.50.0
|
|
205
246
|
- @contractspec/lib.ui-kit-web@1.50.0
|
|
206
247
|
- @contractspec/module.learning-journey@1.50.0
|
|
@@ -217,7 +258,7 @@
|
|
|
217
258
|
- @contractspec/module.learning-journey@1.49.0
|
|
218
259
|
- @contractspec/lib.design-system@1.49.0
|
|
219
260
|
- @contractspec/lib.ui-kit-web@1.49.0
|
|
220
|
-
- @contractspec/lib.contracts@1.49.0
|
|
261
|
+
- @contractspec/lib.contracts-spec@1.49.0
|
|
221
262
|
|
|
222
263
|
## 1.48.1
|
|
223
264
|
|
|
@@ -226,7 +267,7 @@
|
|
|
226
267
|
- Updated dependencies [c560ee7]
|
|
227
268
|
- Updated dependencies [1536bf3]
|
|
228
269
|
- @contractspec/lib.design-system@1.48.1
|
|
229
|
-
- @contractspec/lib.contracts@1.48.1
|
|
270
|
+
- @contractspec/lib.contracts-spec@1.48.1
|
|
230
271
|
- @contractspec/module.learning-journey@1.48.1
|
|
231
272
|
|
|
232
273
|
## 1.48.0
|
|
@@ -241,7 +282,7 @@
|
|
|
241
282
|
- @contractspec/module.learning-journey@1.48.0
|
|
242
283
|
- @contractspec/lib.design-system@1.48.0
|
|
243
284
|
- @contractspec/lib.ui-kit-web@1.48.0
|
|
244
|
-
- @contractspec/lib.contracts@1.48.0
|
|
285
|
+
- @contractspec/lib.contracts-spec@1.48.0
|
|
245
286
|
|
|
246
287
|
## 1.47.0
|
|
247
288
|
|
|
@@ -265,7 +306,7 @@
|
|
|
265
306
|
- @contractspec/module.learning-journey@1.47.0
|
|
266
307
|
- @contractspec/lib.design-system@1.47.0
|
|
267
308
|
- @contractspec/lib.ui-kit-web@1.47.0
|
|
268
|
-
- @contractspec/lib.contracts@1.47.0
|
|
309
|
+
- @contractspec/lib.contracts-spec@1.47.0
|
|
269
310
|
|
|
270
311
|
## 1.46.2
|
|
271
312
|
|
|
@@ -276,7 +317,7 @@
|
|
|
276
317
|
- @contractspec/module.learning-journey@1.46.2
|
|
277
318
|
- @contractspec/lib.design-system@1.46.2
|
|
278
319
|
- @contractspec/lib.ui-kit-web@1.46.2
|
|
279
|
-
- @contractspec/lib.contracts@1.46.2
|
|
320
|
+
- @contractspec/lib.contracts-spec@1.46.2
|
|
280
321
|
|
|
281
322
|
## 1.46.1
|
|
282
323
|
|
|
@@ -287,7 +328,7 @@
|
|
|
287
328
|
- @contractspec/module.learning-journey@1.46.1
|
|
288
329
|
- @contractspec/lib.design-system@1.46.1
|
|
289
330
|
- @contractspec/lib.ui-kit-web@1.46.1
|
|
290
|
-
- @contractspec/lib.contracts@1.46.1
|
|
331
|
+
- @contractspec/lib.contracts-spec@1.46.1
|
|
291
332
|
|
|
292
333
|
## 1.46.0
|
|
293
334
|
|
|
@@ -301,7 +342,7 @@
|
|
|
301
342
|
- @contractspec/module.learning-journey@1.46.0
|
|
302
343
|
- @contractspec/lib.design-system@1.46.0
|
|
303
344
|
- @contractspec/lib.ui-kit-web@1.46.0
|
|
304
|
-
- @contractspec/lib.contracts@1.46.0
|
|
345
|
+
- @contractspec/lib.contracts-spec@1.46.0
|
|
305
346
|
|
|
306
347
|
## 1.45.6
|
|
307
348
|
|
|
@@ -312,7 +353,7 @@
|
|
|
312
353
|
- @contractspec/module.learning-journey@1.45.6
|
|
313
354
|
- @contractspec/lib.design-system@1.45.6
|
|
314
355
|
- @contractspec/lib.ui-kit-web@1.45.6
|
|
315
|
-
- @contractspec/lib.contracts@1.45.6
|
|
356
|
+
- @contractspec/lib.contracts-spec@1.45.6
|
|
316
357
|
|
|
317
358
|
## 1.45.5
|
|
318
359
|
|
|
@@ -323,7 +364,7 @@
|
|
|
323
364
|
- @contractspec/module.learning-journey@1.45.5
|
|
324
365
|
- @contractspec/lib.design-system@1.45.5
|
|
325
366
|
- @contractspec/lib.ui-kit-web@1.45.5
|
|
326
|
-
- @contractspec/lib.contracts@1.45.5
|
|
367
|
+
- @contractspec/lib.contracts-spec@1.45.5
|
|
327
368
|
|
|
328
369
|
## 1.45.4
|
|
329
370
|
|
|
@@ -334,7 +375,7 @@
|
|
|
334
375
|
- @contractspec/module.learning-journey@1.45.4
|
|
335
376
|
- @contractspec/lib.design-system@1.45.4
|
|
336
377
|
- @contractspec/lib.ui-kit-web@1.45.4
|
|
337
|
-
- @contractspec/lib.contracts@1.45.4
|
|
378
|
+
- @contractspec/lib.contracts-spec@1.45.4
|
|
338
379
|
|
|
339
380
|
## 1.45.3
|
|
340
381
|
|
|
@@ -345,7 +386,7 @@
|
|
|
345
386
|
- @contractspec/module.learning-journey@1.45.3
|
|
346
387
|
- @contractspec/lib.design-system@1.45.3
|
|
347
388
|
- @contractspec/lib.ui-kit-web@1.45.3
|
|
348
|
-
- @contractspec/lib.contracts@1.45.3
|
|
389
|
+
- @contractspec/lib.contracts-spec@1.45.3
|
|
349
390
|
|
|
350
391
|
## 1.45.2
|
|
351
392
|
|
|
@@ -356,7 +397,7 @@
|
|
|
356
397
|
- @contractspec/module.learning-journey@1.45.2
|
|
357
398
|
- @contractspec/lib.design-system@1.45.2
|
|
358
399
|
- @contractspec/lib.ui-kit-web@1.45.2
|
|
359
|
-
- @contractspec/lib.contracts@1.45.2
|
|
400
|
+
- @contractspec/lib.contracts-spec@1.45.2
|
|
360
401
|
|
|
361
402
|
## 1.45.1
|
|
362
403
|
|
|
@@ -367,7 +408,7 @@
|
|
|
367
408
|
- @contractspec/module.learning-journey@1.45.1
|
|
368
409
|
- @contractspec/lib.design-system@1.45.1
|
|
369
410
|
- @contractspec/lib.ui-kit-web@1.45.1
|
|
370
|
-
- @contractspec/lib.contracts@1.45.1
|
|
411
|
+
- @contractspec/lib.contracts-spec@1.45.1
|
|
371
412
|
- @contractspec/lib.schema@1.45.1
|
|
372
413
|
|
|
373
414
|
## 1.45.0
|
|
@@ -396,7 +437,7 @@
|
|
|
396
437
|
- @contractspec/module.learning-journey@1.45.0
|
|
397
438
|
- @contractspec/lib.design-system@1.45.0
|
|
398
439
|
- @contractspec/lib.ui-kit-web@1.45.0
|
|
399
|
-
- @contractspec/lib.contracts@1.45.0
|
|
440
|
+
- @contractspec/lib.contracts-spec@1.45.0
|
|
400
441
|
- @contractspec/lib.schema@1.45.0
|
|
401
442
|
|
|
402
443
|
## 1.44.1
|
|
@@ -408,7 +449,7 @@
|
|
|
408
449
|
- @contractspec/module.learning-journey@1.44.1
|
|
409
450
|
- @contractspec/lib.design-system@1.44.1
|
|
410
451
|
- @contractspec/lib.ui-kit-web@1.44.1
|
|
411
|
-
- @contractspec/lib.contracts@1.44.1
|
|
452
|
+
- @contractspec/lib.contracts-spec@1.44.1
|
|
412
453
|
- @contractspec/lib.schema@1.44.1
|
|
413
454
|
|
|
414
455
|
## 1.44.0
|
|
@@ -423,7 +464,7 @@
|
|
|
423
464
|
- @contractspec/module.learning-journey@1.44.0
|
|
424
465
|
- @contractspec/lib.design-system@1.44.0
|
|
425
466
|
- @contractspec/lib.ui-kit-web@1.44.0
|
|
426
|
-
- @contractspec/lib.contracts@1.44.0
|
|
467
|
+
- @contractspec/lib.contracts-spec@1.44.0
|
|
427
468
|
- @contractspec/lib.schema@1.44.0
|
|
428
469
|
|
|
429
470
|
## 1.43.4
|
|
@@ -435,7 +476,7 @@
|
|
|
435
476
|
- @contractspec/module.learning-journey@1.43.4
|
|
436
477
|
- @contractspec/lib.design-system@1.43.4
|
|
437
478
|
- @contractspec/lib.ui-kit-web@1.43.3
|
|
438
|
-
- @contractspec/lib.contracts@1.43.4
|
|
479
|
+
- @contractspec/lib.contracts-spec@1.43.4
|
|
439
480
|
- @contractspec/lib.schema@1.43.3
|
|
440
481
|
|
|
441
482
|
## 1.43.3
|
|
@@ -447,7 +488,7 @@
|
|
|
447
488
|
- @contractspec/module.learning-journey@1.43.3
|
|
448
489
|
- @contractspec/lib.design-system@1.43.3
|
|
449
490
|
- @contractspec/lib.ui-kit-web@1.43.2
|
|
450
|
-
- @contractspec/lib.contracts@1.43.3
|
|
491
|
+
- @contractspec/lib.contracts-spec@1.43.3
|
|
451
492
|
- @contractspec/lib.schema@1.43.2
|
|
452
493
|
|
|
453
494
|
## 1.43.2
|
|
@@ -458,7 +499,7 @@
|
|
|
458
499
|
- Updated dependencies [e147271]
|
|
459
500
|
- @contractspec/module.learning-journey@1.43.2
|
|
460
501
|
- @contractspec/lib.design-system@1.43.2
|
|
461
|
-
- @contractspec/lib.contracts@1.43.2
|
|
502
|
+
- @contractspec/lib.contracts-spec@1.43.2
|
|
462
503
|
- @contractspec/lib.schema@1.43.1
|
|
463
504
|
- @contractspec/lib.ui-kit-web@1.43.1
|
|
464
505
|
|
|
@@ -467,7 +508,7 @@
|
|
|
467
508
|
### Patch Changes
|
|
468
509
|
|
|
469
510
|
- Updated dependencies [f28fdad]
|
|
470
|
-
- @contractspec/lib.contracts@1.43.1
|
|
511
|
+
- @contractspec/lib.contracts-spec@1.43.1
|
|
471
512
|
- @contractspec/lib.design-system@1.43.1
|
|
472
513
|
- @contractspec/module.learning-journey@1.43.1
|
|
473
514
|
|
|
@@ -483,7 +524,7 @@
|
|
|
483
524
|
- @contractspec/module.learning-journey@1.43.0
|
|
484
525
|
- @contractspec/lib.design-system@1.43.0
|
|
485
526
|
- @contractspec/lib.ui-kit-web@1.43.0
|
|
486
|
-
- @contractspec/lib.contracts@1.43.0
|
|
527
|
+
- @contractspec/lib.contracts-spec@1.43.0
|
|
487
528
|
- @contractspec/lib.schema@1.43.0
|
|
488
529
|
|
|
489
530
|
## 1.42.10
|
|
@@ -495,7 +536,7 @@
|
|
|
495
536
|
- @contractspec/module.learning-journey@1.42.10
|
|
496
537
|
- @contractspec/lib.design-system@1.42.10
|
|
497
538
|
- @contractspec/lib.ui-kit-web@1.42.10
|
|
498
|
-
- @contractspec/lib.contracts@1.42.10
|
|
539
|
+
- @contractspec/lib.contracts-spec@1.42.10
|
|
499
540
|
- @contractspec/lib.schema@1.42.10
|
|
500
541
|
|
|
501
542
|
## 1.42.9
|
|
@@ -507,7 +548,7 @@
|
|
|
507
548
|
- @contractspec/module.learning-journey@1.42.9
|
|
508
549
|
- @contractspec/lib.design-system@1.42.9
|
|
509
550
|
- @contractspec/lib.ui-kit-web@1.42.9
|
|
510
|
-
- @contractspec/lib.contracts@1.42.9
|
|
551
|
+
- @contractspec/lib.contracts-spec@1.42.9
|
|
511
552
|
- @contractspec/lib.schema@1.42.9
|
|
512
553
|
|
|
513
554
|
## 1.42.8
|
|
@@ -519,7 +560,7 @@
|
|
|
519
560
|
- @contractspec/module.learning-journey@1.42.8
|
|
520
561
|
- @contractspec/lib.design-system@1.42.8
|
|
521
562
|
- @contractspec/lib.ui-kit-web@1.42.8
|
|
522
|
-
- @contractspec/lib.contracts@1.42.8
|
|
563
|
+
- @contractspec/lib.contracts-spec@1.42.8
|
|
523
564
|
- @contractspec/lib.schema@1.42.8
|
|
524
565
|
|
|
525
566
|
## 1.42.7
|
|
@@ -531,7 +572,7 @@
|
|
|
531
572
|
- @contractspec/module.learning-journey@1.42.7
|
|
532
573
|
- @contractspec/lib.design-system@1.42.7
|
|
533
574
|
- @contractspec/lib.ui-kit-web@1.42.7
|
|
534
|
-
- @contractspec/lib.contracts@1.42.7
|
|
575
|
+
- @contractspec/lib.contracts-spec@1.42.7
|
|
535
576
|
- @contractspec/lib.schema@1.42.7
|
|
536
577
|
|
|
537
578
|
## 1.42.6
|
|
@@ -543,7 +584,7 @@
|
|
|
543
584
|
- @contractspec/module.learning-journey@1.42.6
|
|
544
585
|
- @contractspec/lib.design-system@1.42.6
|
|
545
586
|
- @contractspec/lib.ui-kit-web@1.42.6
|
|
546
|
-
- @contractspec/lib.contracts@1.42.6
|
|
587
|
+
- @contractspec/lib.contracts-spec@1.42.6
|
|
547
588
|
- @contractspec/lib.schema@1.42.6
|
|
548
589
|
|
|
549
590
|
## 1.42.5
|
|
@@ -555,7 +596,7 @@
|
|
|
555
596
|
- @contractspec/module.learning-journey@1.42.5
|
|
556
597
|
- @contractspec/lib.design-system@1.42.5
|
|
557
598
|
- @contractspec/lib.ui-kit-web@1.42.5
|
|
558
|
-
- @contractspec/lib.contracts@1.42.5
|
|
599
|
+
- @contractspec/lib.contracts-spec@1.42.5
|
|
559
600
|
- @contractspec/lib.schema@1.42.5
|
|
560
601
|
|
|
561
602
|
## 1.42.4
|
|
@@ -567,7 +608,7 @@
|
|
|
567
608
|
- @contractspec/module.learning-journey@1.42.4
|
|
568
609
|
- @contractspec/lib.design-system@1.42.4
|
|
569
610
|
- @contractspec/lib.ui-kit-web@1.42.4
|
|
570
|
-
- @contractspec/lib.contracts@1.42.4
|
|
611
|
+
- @contractspec/lib.contracts-spec@1.42.4
|
|
571
612
|
- @contractspec/lib.schema@1.42.4
|
|
572
613
|
|
|
573
614
|
## 1.42.3
|
|
@@ -576,7 +617,7 @@
|
|
|
576
617
|
|
|
577
618
|
- 3f5d015: fix(tooling): cicd
|
|
578
619
|
- Updated dependencies [3f5d015]
|
|
579
|
-
- @contractspec/lib.contracts@1.42.3
|
|
620
|
+
- @contractspec/lib.contracts-spec@1.42.3
|
|
580
621
|
- @contractspec/lib.design-system@1.42.3
|
|
581
622
|
- @contractspec/lib.schema@1.42.3
|
|
582
623
|
- @contractspec/lib.ui-kit-web@1.42.3
|
|
@@ -588,7 +629,7 @@
|
|
|
588
629
|
|
|
589
630
|
- 1f9ac4c: fix
|
|
590
631
|
- Updated dependencies [1f9ac4c]
|
|
591
|
-
- @contractspec/lib.contracts@1.42.2
|
|
632
|
+
- @contractspec/lib.contracts-spec@1.42.2
|
|
592
633
|
- @contractspec/lib.design-system@1.42.2
|
|
593
634
|
- @contractspec/lib.schema@1.42.2
|
|
594
635
|
- @contractspec/lib.ui-kit-web@1.42.2
|
|
@@ -603,7 +644,7 @@
|
|
|
603
644
|
- @contractspec/module.learning-journey@1.42.1
|
|
604
645
|
- @contractspec/lib.design-system@1.42.1
|
|
605
646
|
- @contractspec/lib.ui-kit-web@1.42.1
|
|
606
|
-
- @contractspec/lib.contracts@1.42.1
|
|
647
|
+
- @contractspec/lib.contracts-spec@1.42.1
|
|
607
648
|
- @contractspec/lib.schema@1.42.1
|
|
608
649
|
|
|
609
650
|
## 1.42.0
|
|
@@ -615,7 +656,7 @@
|
|
|
615
656
|
### Patch Changes
|
|
616
657
|
|
|
617
658
|
- Updated dependencies [8eefd9c]
|
|
618
|
-
- @contractspec/lib.contracts@1.42.0
|
|
659
|
+
- @contractspec/lib.contracts-spec@1.42.0
|
|
619
660
|
- @contractspec/lib.design-system@1.42.0
|
|
620
661
|
- @contractspec/lib.schema@1.42.0
|
|
621
662
|
- @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": "1.
|
|
3
|
+
"version": "2.1.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": "1.
|
|
131
|
-
"@contractspec/module.learning-journey": "1.
|
|
132
|
-
"@contractspec/lib.design-system": "1.
|
|
133
|
-
"@contractspec/lib.ui-kit-web": "1.
|
|
130
|
+
"@contractspec/lib.contracts-spec": "2.1.0",
|
|
131
|
+
"@contractspec/module.learning-journey": "2.1.0",
|
|
132
|
+
"@contractspec/lib.design-system": "2.1.0",
|
|
133
|
+
"@contractspec/lib.ui-kit-web": "2.1.0",
|
|
134
134
|
"react": "19.2.4"
|
|
135
135
|
},
|
|
136
136
|
"devDependencies": {
|
|
137
|
-
"@contractspec/tool.typescript": "1.
|
|
137
|
+
"@contractspec/tool.typescript": "2.1.0",
|
|
138
138
|
"@types/react": "^19.2.14",
|
|
139
139
|
"typescript": "^5.9.3",
|
|
140
|
-
"@contractspec/tool.bun": "1.
|
|
140
|
+
"@contractspec/tool.bun": "2.1.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"}
|