@contractspec/example.learning-journey-ui-shared 1.61.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 +9 -9
- package/CHANGELOG.md +85 -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 +9 -9
- 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
|
-
Bundled 12 modules in
|
|
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 14ms
|
|
|
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,45 @@
|
|
|
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
|
+
|
|
28
|
+
## 1.62.0
|
|
29
|
+
|
|
30
|
+
### Minor Changes
|
|
31
|
+
|
|
32
|
+
- 064258d: feat: upgrade all dependencies
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- Updated dependencies [064258d]
|
|
37
|
+
- Updated dependencies [064258d]
|
|
38
|
+
- @contractspec/module.learning-journey@1.62.0
|
|
39
|
+
- @contractspec/lib.design-system@1.62.0
|
|
40
|
+
- @contractspec/lib.ui-kit-web@1.62.0
|
|
41
|
+
- @contractspec/lib.contracts@1.62.0
|
|
42
|
+
|
|
3
43
|
## 1.61.0
|
|
4
44
|
|
|
5
45
|
### Minor Changes
|
|
@@ -12,7 +52,7 @@
|
|
|
12
52
|
- @contractspec/module.learning-journey@1.61.0
|
|
13
53
|
- @contractspec/lib.design-system@1.61.0
|
|
14
54
|
- @contractspec/lib.ui-kit-web@1.61.0
|
|
15
|
-
- @contractspec/lib.contracts@1.61.0
|
|
55
|
+
- @contractspec/lib.contracts-spec@1.61.0
|
|
16
56
|
|
|
17
57
|
## 1.60.0
|
|
18
58
|
|
|
@@ -26,7 +66,7 @@
|
|
|
26
66
|
- @contractspec/module.learning-journey@1.60.0
|
|
27
67
|
- @contractspec/lib.design-system@1.60.0
|
|
28
68
|
- @contractspec/lib.ui-kit-web@1.60.0
|
|
29
|
-
- @contractspec/lib.contracts@1.60.0
|
|
69
|
+
- @contractspec/lib.contracts-spec@1.60.0
|
|
30
70
|
|
|
31
71
|
## 1.59.0
|
|
32
72
|
|
|
@@ -40,7 +80,7 @@
|
|
|
40
80
|
- @contractspec/module.learning-journey@1.59.0
|
|
41
81
|
- @contractspec/lib.design-system@1.59.0
|
|
42
82
|
- @contractspec/lib.ui-kit-web@1.59.0
|
|
43
|
-
- @contractspec/lib.contracts@1.59.0
|
|
83
|
+
- @contractspec/lib.contracts-spec@1.59.0
|
|
44
84
|
|
|
45
85
|
## 1.58.0
|
|
46
86
|
|
|
@@ -55,7 +95,7 @@
|
|
|
55
95
|
- @contractspec/module.learning-journey@1.58.0
|
|
56
96
|
- @contractspec/lib.design-system@1.58.0
|
|
57
97
|
- @contractspec/lib.ui-kit-web@1.58.0
|
|
58
|
-
- @contractspec/lib.contracts@1.58.0
|
|
98
|
+
- @contractspec/lib.contracts-spec@1.58.0
|
|
59
99
|
|
|
60
100
|
## 1.57.0
|
|
61
101
|
|
|
@@ -71,7 +111,7 @@
|
|
|
71
111
|
- Updated dependencies [4651e06]
|
|
72
112
|
- Updated dependencies [ad9d10a]
|
|
73
113
|
- Updated dependencies [11a5a05]
|
|
74
|
-
- @contractspec/lib.contracts@1.57.0
|
|
114
|
+
- @contractspec/lib.contracts-spec@1.57.0
|
|
75
115
|
- @contractspec/module.learning-journey@1.57.0
|
|
76
116
|
- @contractspec/lib.design-system@1.57.0
|
|
77
117
|
- @contractspec/lib.ui-kit-web@1.57.0
|
|
@@ -85,7 +125,7 @@
|
|
|
85
125
|
- @contractspec/module.learning-journey@1.56.1
|
|
86
126
|
- @contractspec/lib.design-system@1.56.1
|
|
87
127
|
- @contractspec/lib.ui-kit-web@1.56.1
|
|
88
|
-
- @contractspec/lib.contracts@1.56.1
|
|
128
|
+
- @contractspec/lib.contracts-spec@1.56.1
|
|
89
129
|
|
|
90
130
|
## 1.56.0
|
|
91
131
|
|
|
@@ -99,7 +139,7 @@
|
|
|
99
139
|
- @contractspec/module.learning-journey@1.56.0
|
|
100
140
|
- @contractspec/lib.design-system@1.56.0
|
|
101
141
|
- @contractspec/lib.ui-kit-web@1.56.0
|
|
102
|
-
- @contractspec/lib.contracts@1.56.0
|
|
142
|
+
- @contractspec/lib.contracts-spec@1.56.0
|
|
103
143
|
|
|
104
144
|
## 1.55.0
|
|
105
145
|
|
|
@@ -113,7 +153,7 @@
|
|
|
113
153
|
- @contractspec/module.learning-journey@1.55.0
|
|
114
154
|
- @contractspec/lib.design-system@1.55.0
|
|
115
155
|
- @contractspec/lib.ui-kit-web@1.55.0
|
|
116
|
-
- @contractspec/lib.contracts@1.55.0
|
|
156
|
+
- @contractspec/lib.contracts-spec@1.55.0
|
|
117
157
|
|
|
118
158
|
## 1.54.0
|
|
119
159
|
|
|
@@ -126,7 +166,7 @@
|
|
|
126
166
|
- Updated dependencies [ec5e95c]
|
|
127
167
|
- @contractspec/lib.design-system@1.54.0
|
|
128
168
|
- @contractspec/lib.ui-kit-web@1.54.0
|
|
129
|
-
- @contractspec/lib.contracts@1.54.0
|
|
169
|
+
- @contractspec/lib.contracts-spec@1.54.0
|
|
130
170
|
- @contractspec/module.learning-journey@1.54.0
|
|
131
171
|
|
|
132
172
|
## 1.53.0
|
|
@@ -142,7 +182,7 @@
|
|
|
142
182
|
- Updated dependencies [f4180d4]
|
|
143
183
|
- Updated dependencies [64d84e1]
|
|
144
184
|
- @contractspec/lib.design-system@1.53.0
|
|
145
|
-
- @contractspec/lib.contracts@1.53.0
|
|
185
|
+
- @contractspec/lib.contracts-spec@1.53.0
|
|
146
186
|
- @contractspec/lib.ui-kit-web@1.53.0
|
|
147
187
|
- @contractspec/module.learning-journey@1.53.0
|
|
148
188
|
|
|
@@ -158,7 +198,7 @@
|
|
|
158
198
|
- @contractspec/module.learning-journey@1.52.0
|
|
159
199
|
- @contractspec/lib.design-system@1.52.0
|
|
160
200
|
- @contractspec/lib.ui-kit-web@1.52.0
|
|
161
|
-
- @contractspec/lib.contracts@1.52.0
|
|
201
|
+
- @contractspec/lib.contracts-spec@1.52.0
|
|
162
202
|
|
|
163
203
|
## 1.51.0
|
|
164
204
|
|
|
@@ -171,7 +211,7 @@
|
|
|
171
211
|
- Updated dependencies [23e46e9]
|
|
172
212
|
- Updated dependencies [ad1f852]
|
|
173
213
|
- Updated dependencies [e6faefb]
|
|
174
|
-
- @contractspec/lib.contracts@1.51.0
|
|
214
|
+
- @contractspec/lib.contracts-spec@1.51.0
|
|
175
215
|
- @contractspec/module.learning-journey@1.51.0
|
|
176
216
|
- @contractspec/lib.design-system@1.51.0
|
|
177
217
|
- @contractspec/lib.ui-kit-web@1.51.0
|
|
@@ -185,7 +225,7 @@
|
|
|
185
225
|
### Patch Changes
|
|
186
226
|
|
|
187
227
|
- Updated dependencies [5325d6b]
|
|
188
|
-
- @contractspec/lib.contracts@1.50.0
|
|
228
|
+
- @contractspec/lib.contracts-spec@1.50.0
|
|
189
229
|
- @contractspec/lib.design-system@1.50.0
|
|
190
230
|
- @contractspec/lib.ui-kit-web@1.50.0
|
|
191
231
|
- @contractspec/module.learning-journey@1.50.0
|
|
@@ -202,7 +242,7 @@
|
|
|
202
242
|
- @contractspec/module.learning-journey@1.49.0
|
|
203
243
|
- @contractspec/lib.design-system@1.49.0
|
|
204
244
|
- @contractspec/lib.ui-kit-web@1.49.0
|
|
205
|
-
- @contractspec/lib.contracts@1.49.0
|
|
245
|
+
- @contractspec/lib.contracts-spec@1.49.0
|
|
206
246
|
|
|
207
247
|
## 1.48.1
|
|
208
248
|
|
|
@@ -211,7 +251,7 @@
|
|
|
211
251
|
- Updated dependencies [c560ee7]
|
|
212
252
|
- Updated dependencies [1536bf3]
|
|
213
253
|
- @contractspec/lib.design-system@1.48.1
|
|
214
|
-
- @contractspec/lib.contracts@1.48.1
|
|
254
|
+
- @contractspec/lib.contracts-spec@1.48.1
|
|
215
255
|
- @contractspec/module.learning-journey@1.48.1
|
|
216
256
|
|
|
217
257
|
## 1.48.0
|
|
@@ -226,7 +266,7 @@
|
|
|
226
266
|
- @contractspec/module.learning-journey@1.48.0
|
|
227
267
|
- @contractspec/lib.design-system@1.48.0
|
|
228
268
|
- @contractspec/lib.ui-kit-web@1.48.0
|
|
229
|
-
- @contractspec/lib.contracts@1.48.0
|
|
269
|
+
- @contractspec/lib.contracts-spec@1.48.0
|
|
230
270
|
|
|
231
271
|
## 1.47.0
|
|
232
272
|
|
|
@@ -250,7 +290,7 @@
|
|
|
250
290
|
- @contractspec/module.learning-journey@1.47.0
|
|
251
291
|
- @contractspec/lib.design-system@1.47.0
|
|
252
292
|
- @contractspec/lib.ui-kit-web@1.47.0
|
|
253
|
-
- @contractspec/lib.contracts@1.47.0
|
|
293
|
+
- @contractspec/lib.contracts-spec@1.47.0
|
|
254
294
|
|
|
255
295
|
## 1.46.2
|
|
256
296
|
|
|
@@ -261,7 +301,7 @@
|
|
|
261
301
|
- @contractspec/module.learning-journey@1.46.2
|
|
262
302
|
- @contractspec/lib.design-system@1.46.2
|
|
263
303
|
- @contractspec/lib.ui-kit-web@1.46.2
|
|
264
|
-
- @contractspec/lib.contracts@1.46.2
|
|
304
|
+
- @contractspec/lib.contracts-spec@1.46.2
|
|
265
305
|
|
|
266
306
|
## 1.46.1
|
|
267
307
|
|
|
@@ -272,7 +312,7 @@
|
|
|
272
312
|
- @contractspec/module.learning-journey@1.46.1
|
|
273
313
|
- @contractspec/lib.design-system@1.46.1
|
|
274
314
|
- @contractspec/lib.ui-kit-web@1.46.1
|
|
275
|
-
- @contractspec/lib.contracts@1.46.1
|
|
315
|
+
- @contractspec/lib.contracts-spec@1.46.1
|
|
276
316
|
|
|
277
317
|
## 1.46.0
|
|
278
318
|
|
|
@@ -286,7 +326,7 @@
|
|
|
286
326
|
- @contractspec/module.learning-journey@1.46.0
|
|
287
327
|
- @contractspec/lib.design-system@1.46.0
|
|
288
328
|
- @contractspec/lib.ui-kit-web@1.46.0
|
|
289
|
-
- @contractspec/lib.contracts@1.46.0
|
|
329
|
+
- @contractspec/lib.contracts-spec@1.46.0
|
|
290
330
|
|
|
291
331
|
## 1.45.6
|
|
292
332
|
|
|
@@ -297,7 +337,7 @@
|
|
|
297
337
|
- @contractspec/module.learning-journey@1.45.6
|
|
298
338
|
- @contractspec/lib.design-system@1.45.6
|
|
299
339
|
- @contractspec/lib.ui-kit-web@1.45.6
|
|
300
|
-
- @contractspec/lib.contracts@1.45.6
|
|
340
|
+
- @contractspec/lib.contracts-spec@1.45.6
|
|
301
341
|
|
|
302
342
|
## 1.45.5
|
|
303
343
|
|
|
@@ -308,7 +348,7 @@
|
|
|
308
348
|
- @contractspec/module.learning-journey@1.45.5
|
|
309
349
|
- @contractspec/lib.design-system@1.45.5
|
|
310
350
|
- @contractspec/lib.ui-kit-web@1.45.5
|
|
311
|
-
- @contractspec/lib.contracts@1.45.5
|
|
351
|
+
- @contractspec/lib.contracts-spec@1.45.5
|
|
312
352
|
|
|
313
353
|
## 1.45.4
|
|
314
354
|
|
|
@@ -319,7 +359,7 @@
|
|
|
319
359
|
- @contractspec/module.learning-journey@1.45.4
|
|
320
360
|
- @contractspec/lib.design-system@1.45.4
|
|
321
361
|
- @contractspec/lib.ui-kit-web@1.45.4
|
|
322
|
-
- @contractspec/lib.contracts@1.45.4
|
|
362
|
+
- @contractspec/lib.contracts-spec@1.45.4
|
|
323
363
|
|
|
324
364
|
## 1.45.3
|
|
325
365
|
|
|
@@ -330,7 +370,7 @@
|
|
|
330
370
|
- @contractspec/module.learning-journey@1.45.3
|
|
331
371
|
- @contractspec/lib.design-system@1.45.3
|
|
332
372
|
- @contractspec/lib.ui-kit-web@1.45.3
|
|
333
|
-
- @contractspec/lib.contracts@1.45.3
|
|
373
|
+
- @contractspec/lib.contracts-spec@1.45.3
|
|
334
374
|
|
|
335
375
|
## 1.45.2
|
|
336
376
|
|
|
@@ -341,7 +381,7 @@
|
|
|
341
381
|
- @contractspec/module.learning-journey@1.45.2
|
|
342
382
|
- @contractspec/lib.design-system@1.45.2
|
|
343
383
|
- @contractspec/lib.ui-kit-web@1.45.2
|
|
344
|
-
- @contractspec/lib.contracts@1.45.2
|
|
384
|
+
- @contractspec/lib.contracts-spec@1.45.2
|
|
345
385
|
|
|
346
386
|
## 1.45.1
|
|
347
387
|
|
|
@@ -352,7 +392,7 @@
|
|
|
352
392
|
- @contractspec/module.learning-journey@1.45.1
|
|
353
393
|
- @contractspec/lib.design-system@1.45.1
|
|
354
394
|
- @contractspec/lib.ui-kit-web@1.45.1
|
|
355
|
-
- @contractspec/lib.contracts@1.45.1
|
|
395
|
+
- @contractspec/lib.contracts-spec@1.45.1
|
|
356
396
|
- @contractspec/lib.schema@1.45.1
|
|
357
397
|
|
|
358
398
|
## 1.45.0
|
|
@@ -381,7 +421,7 @@
|
|
|
381
421
|
- @contractspec/module.learning-journey@1.45.0
|
|
382
422
|
- @contractspec/lib.design-system@1.45.0
|
|
383
423
|
- @contractspec/lib.ui-kit-web@1.45.0
|
|
384
|
-
- @contractspec/lib.contracts@1.45.0
|
|
424
|
+
- @contractspec/lib.contracts-spec@1.45.0
|
|
385
425
|
- @contractspec/lib.schema@1.45.0
|
|
386
426
|
|
|
387
427
|
## 1.44.1
|
|
@@ -393,7 +433,7 @@
|
|
|
393
433
|
- @contractspec/module.learning-journey@1.44.1
|
|
394
434
|
- @contractspec/lib.design-system@1.44.1
|
|
395
435
|
- @contractspec/lib.ui-kit-web@1.44.1
|
|
396
|
-
- @contractspec/lib.contracts@1.44.1
|
|
436
|
+
- @contractspec/lib.contracts-spec@1.44.1
|
|
397
437
|
- @contractspec/lib.schema@1.44.1
|
|
398
438
|
|
|
399
439
|
## 1.44.0
|
|
@@ -408,7 +448,7 @@
|
|
|
408
448
|
- @contractspec/module.learning-journey@1.44.0
|
|
409
449
|
- @contractspec/lib.design-system@1.44.0
|
|
410
450
|
- @contractspec/lib.ui-kit-web@1.44.0
|
|
411
|
-
- @contractspec/lib.contracts@1.44.0
|
|
451
|
+
- @contractspec/lib.contracts-spec@1.44.0
|
|
412
452
|
- @contractspec/lib.schema@1.44.0
|
|
413
453
|
|
|
414
454
|
## 1.43.4
|
|
@@ -420,7 +460,7 @@
|
|
|
420
460
|
- @contractspec/module.learning-journey@1.43.4
|
|
421
461
|
- @contractspec/lib.design-system@1.43.4
|
|
422
462
|
- @contractspec/lib.ui-kit-web@1.43.3
|
|
423
|
-
- @contractspec/lib.contracts@1.43.4
|
|
463
|
+
- @contractspec/lib.contracts-spec@1.43.4
|
|
424
464
|
- @contractspec/lib.schema@1.43.3
|
|
425
465
|
|
|
426
466
|
## 1.43.3
|
|
@@ -432,7 +472,7 @@
|
|
|
432
472
|
- @contractspec/module.learning-journey@1.43.3
|
|
433
473
|
- @contractspec/lib.design-system@1.43.3
|
|
434
474
|
- @contractspec/lib.ui-kit-web@1.43.2
|
|
435
|
-
- @contractspec/lib.contracts@1.43.3
|
|
475
|
+
- @contractspec/lib.contracts-spec@1.43.3
|
|
436
476
|
- @contractspec/lib.schema@1.43.2
|
|
437
477
|
|
|
438
478
|
## 1.43.2
|
|
@@ -443,7 +483,7 @@
|
|
|
443
483
|
- Updated dependencies [e147271]
|
|
444
484
|
- @contractspec/module.learning-journey@1.43.2
|
|
445
485
|
- @contractspec/lib.design-system@1.43.2
|
|
446
|
-
- @contractspec/lib.contracts@1.43.2
|
|
486
|
+
- @contractspec/lib.contracts-spec@1.43.2
|
|
447
487
|
- @contractspec/lib.schema@1.43.1
|
|
448
488
|
- @contractspec/lib.ui-kit-web@1.43.1
|
|
449
489
|
|
|
@@ -452,7 +492,7 @@
|
|
|
452
492
|
### Patch Changes
|
|
453
493
|
|
|
454
494
|
- Updated dependencies [f28fdad]
|
|
455
|
-
- @contractspec/lib.contracts@1.43.1
|
|
495
|
+
- @contractspec/lib.contracts-spec@1.43.1
|
|
456
496
|
- @contractspec/lib.design-system@1.43.1
|
|
457
497
|
- @contractspec/module.learning-journey@1.43.1
|
|
458
498
|
|
|
@@ -468,7 +508,7 @@
|
|
|
468
508
|
- @contractspec/module.learning-journey@1.43.0
|
|
469
509
|
- @contractspec/lib.design-system@1.43.0
|
|
470
510
|
- @contractspec/lib.ui-kit-web@1.43.0
|
|
471
|
-
- @contractspec/lib.contracts@1.43.0
|
|
511
|
+
- @contractspec/lib.contracts-spec@1.43.0
|
|
472
512
|
- @contractspec/lib.schema@1.43.0
|
|
473
513
|
|
|
474
514
|
## 1.42.10
|
|
@@ -480,7 +520,7 @@
|
|
|
480
520
|
- @contractspec/module.learning-journey@1.42.10
|
|
481
521
|
- @contractspec/lib.design-system@1.42.10
|
|
482
522
|
- @contractspec/lib.ui-kit-web@1.42.10
|
|
483
|
-
- @contractspec/lib.contracts@1.42.10
|
|
523
|
+
- @contractspec/lib.contracts-spec@1.42.10
|
|
484
524
|
- @contractspec/lib.schema@1.42.10
|
|
485
525
|
|
|
486
526
|
## 1.42.9
|
|
@@ -492,7 +532,7 @@
|
|
|
492
532
|
- @contractspec/module.learning-journey@1.42.9
|
|
493
533
|
- @contractspec/lib.design-system@1.42.9
|
|
494
534
|
- @contractspec/lib.ui-kit-web@1.42.9
|
|
495
|
-
- @contractspec/lib.contracts@1.42.9
|
|
535
|
+
- @contractspec/lib.contracts-spec@1.42.9
|
|
496
536
|
- @contractspec/lib.schema@1.42.9
|
|
497
537
|
|
|
498
538
|
## 1.42.8
|
|
@@ -504,7 +544,7 @@
|
|
|
504
544
|
- @contractspec/module.learning-journey@1.42.8
|
|
505
545
|
- @contractspec/lib.design-system@1.42.8
|
|
506
546
|
- @contractspec/lib.ui-kit-web@1.42.8
|
|
507
|
-
- @contractspec/lib.contracts@1.42.8
|
|
547
|
+
- @contractspec/lib.contracts-spec@1.42.8
|
|
508
548
|
- @contractspec/lib.schema@1.42.8
|
|
509
549
|
|
|
510
550
|
## 1.42.7
|
|
@@ -516,7 +556,7 @@
|
|
|
516
556
|
- @contractspec/module.learning-journey@1.42.7
|
|
517
557
|
- @contractspec/lib.design-system@1.42.7
|
|
518
558
|
- @contractspec/lib.ui-kit-web@1.42.7
|
|
519
|
-
- @contractspec/lib.contracts@1.42.7
|
|
559
|
+
- @contractspec/lib.contracts-spec@1.42.7
|
|
520
560
|
- @contractspec/lib.schema@1.42.7
|
|
521
561
|
|
|
522
562
|
## 1.42.6
|
|
@@ -528,7 +568,7 @@
|
|
|
528
568
|
- @contractspec/module.learning-journey@1.42.6
|
|
529
569
|
- @contractspec/lib.design-system@1.42.6
|
|
530
570
|
- @contractspec/lib.ui-kit-web@1.42.6
|
|
531
|
-
- @contractspec/lib.contracts@1.42.6
|
|
571
|
+
- @contractspec/lib.contracts-spec@1.42.6
|
|
532
572
|
- @contractspec/lib.schema@1.42.6
|
|
533
573
|
|
|
534
574
|
## 1.42.5
|
|
@@ -540,7 +580,7 @@
|
|
|
540
580
|
- @contractspec/module.learning-journey@1.42.5
|
|
541
581
|
- @contractspec/lib.design-system@1.42.5
|
|
542
582
|
- @contractspec/lib.ui-kit-web@1.42.5
|
|
543
|
-
- @contractspec/lib.contracts@1.42.5
|
|
583
|
+
- @contractspec/lib.contracts-spec@1.42.5
|
|
544
584
|
- @contractspec/lib.schema@1.42.5
|
|
545
585
|
|
|
546
586
|
## 1.42.4
|
|
@@ -552,7 +592,7 @@
|
|
|
552
592
|
- @contractspec/module.learning-journey@1.42.4
|
|
553
593
|
- @contractspec/lib.design-system@1.42.4
|
|
554
594
|
- @contractspec/lib.ui-kit-web@1.42.4
|
|
555
|
-
- @contractspec/lib.contracts@1.42.4
|
|
595
|
+
- @contractspec/lib.contracts-spec@1.42.4
|
|
556
596
|
- @contractspec/lib.schema@1.42.4
|
|
557
597
|
|
|
558
598
|
## 1.42.3
|
|
@@ -561,7 +601,7 @@
|
|
|
561
601
|
|
|
562
602
|
- 3f5d015: fix(tooling): cicd
|
|
563
603
|
- Updated dependencies [3f5d015]
|
|
564
|
-
- @contractspec/lib.contracts@1.42.3
|
|
604
|
+
- @contractspec/lib.contracts-spec@1.42.3
|
|
565
605
|
- @contractspec/lib.design-system@1.42.3
|
|
566
606
|
- @contractspec/lib.schema@1.42.3
|
|
567
607
|
- @contractspec/lib.ui-kit-web@1.42.3
|
|
@@ -573,7 +613,7 @@
|
|
|
573
613
|
|
|
574
614
|
- 1f9ac4c: fix
|
|
575
615
|
- Updated dependencies [1f9ac4c]
|
|
576
|
-
- @contractspec/lib.contracts@1.42.2
|
|
616
|
+
- @contractspec/lib.contracts-spec@1.42.2
|
|
577
617
|
- @contractspec/lib.design-system@1.42.2
|
|
578
618
|
- @contractspec/lib.schema@1.42.2
|
|
579
619
|
- @contractspec/lib.ui-kit-web@1.42.2
|
|
@@ -588,7 +628,7 @@
|
|
|
588
628
|
- @contractspec/module.learning-journey@1.42.1
|
|
589
629
|
- @contractspec/lib.design-system@1.42.1
|
|
590
630
|
- @contractspec/lib.ui-kit-web@1.42.1
|
|
591
|
-
- @contractspec/lib.contracts@1.42.1
|
|
631
|
+
- @contractspec/lib.contracts-spec@1.42.1
|
|
592
632
|
- @contractspec/lib.schema@1.42.1
|
|
593
633
|
|
|
594
634
|
## 1.42.0
|
|
@@ -600,7 +640,7 @@
|
|
|
600
640
|
### Patch Changes
|
|
601
641
|
|
|
602
642
|
- Updated dependencies [8eefd9c]
|
|
603
|
-
- @contractspec/lib.contracts@1.42.0
|
|
643
|
+
- @contractspec/lib.contracts-spec@1.42.0
|
|
604
644
|
- @contractspec/lib.design-system@1.42.0
|
|
605
645
|
- @contractspec/lib.schema@1.42.0
|
|
606
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": "
|
|
138
|
-
"@types/react": "^19.2.
|
|
137
|
+
"@contractspec/tool.typescript": "2.0.0",
|
|
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"}
|