@local-civics/mgmt-ui 0.1.214 → 0.1.215
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/dist/index.d.ts +2 -0
- package/dist/index.js +172 -166
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +172 -166
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -350,6 +350,7 @@ interface Item$d {
|
|
|
350
350
|
interface Item$c {
|
|
351
351
|
lessonId: string;
|
|
352
352
|
lessonName: string;
|
|
353
|
+
badgeName?: string;
|
|
353
354
|
questionName: string;
|
|
354
355
|
answer: string[];
|
|
355
356
|
href: string;
|
|
@@ -361,6 +362,7 @@ interface Item$c {
|
|
|
361
362
|
interface Item$b {
|
|
362
363
|
lessonId: string;
|
|
363
364
|
lessonName: string;
|
|
365
|
+
badgeName?: string;
|
|
364
366
|
reflection: string;
|
|
365
367
|
rating: number;
|
|
366
368
|
href: string;
|