@contractspec/example.learning-journey-ui-gamified 1.56.1 → 1.58.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.
Files changed (87) hide show
  1. package/.turbo/turbo-build.log +59 -58
  2. package/.turbo/turbo-prebuild.log +1 -0
  3. package/CHANGELOG.md +40 -0
  4. package/dist/GamifiedMiniApp.d.ts +4 -14
  5. package/dist/GamifiedMiniApp.d.ts.map +1 -1
  6. package/dist/GamifiedMiniApp.js +995 -59
  7. package/dist/browser/GamifiedMiniApp.js +998 -0
  8. package/dist/browser/components/DayCalendar.js +42 -0
  9. package/dist/browser/components/FlashCard.js +102 -0
  10. package/dist/browser/components/MasteryRing.js +75 -0
  11. package/dist/browser/components/index.js +217 -0
  12. package/dist/browser/docs/index.js +22 -0
  13. package/dist/browser/docs/learning-journey-ui-gamified.docblock.js +22 -0
  14. package/dist/browser/example.js +32 -0
  15. package/dist/browser/index.js +1057 -0
  16. package/dist/browser/views/Overview.js +236 -0
  17. package/dist/browser/views/Progress.js +294 -0
  18. package/dist/browser/views/Steps.js +157 -0
  19. package/dist/browser/views/Timeline.js +235 -0
  20. package/dist/browser/views/index.js +919 -0
  21. package/dist/components/DayCalendar.d.ts +5 -13
  22. package/dist/components/DayCalendar.d.ts.map +1 -1
  23. package/dist/components/DayCalendar.js +41 -31
  24. package/dist/components/FlashCard.d.ts +7 -16
  25. package/dist/components/FlashCard.d.ts.map +1 -1
  26. package/dist/components/FlashCard.js +99 -76
  27. package/dist/components/MasteryRing.d.ts +6 -15
  28. package/dist/components/MasteryRing.d.ts.map +1 -1
  29. package/dist/components/MasteryRing.js +72 -78
  30. package/dist/components/index.d.ts +4 -4
  31. package/dist/components/index.d.ts.map +1 -0
  32. package/dist/components/index.js +217 -4
  33. package/dist/docs/index.d.ts +2 -1
  34. package/dist/docs/index.d.ts.map +1 -0
  35. package/dist/docs/index.js +23 -1
  36. package/dist/docs/learning-journey-ui-gamified.docblock.d.ts +2 -1
  37. package/dist/docs/learning-journey-ui-gamified.docblock.d.ts.map +1 -0
  38. package/dist/docs/learning-journey-ui-gamified.docblock.js +21 -18
  39. package/dist/example.d.ts +2 -6
  40. package/dist/example.d.ts.map +1 -1
  41. package/dist/example.js +30 -39
  42. package/dist/index.d.ts +6 -12
  43. package/dist/index.d.ts.map +1 -0
  44. package/dist/index.js +1058 -14
  45. package/dist/node/GamifiedMiniApp.js +998 -0
  46. package/dist/node/components/DayCalendar.js +42 -0
  47. package/dist/node/components/FlashCard.js +102 -0
  48. package/dist/node/components/MasteryRing.js +75 -0
  49. package/dist/node/components/index.js +217 -0
  50. package/dist/node/docs/index.js +22 -0
  51. package/dist/node/docs/learning-journey-ui-gamified.docblock.js +22 -0
  52. package/dist/node/example.js +32 -0
  53. package/dist/node/index.js +1057 -0
  54. package/dist/node/views/Overview.js +236 -0
  55. package/dist/node/views/Progress.js +294 -0
  56. package/dist/node/views/Steps.js +157 -0
  57. package/dist/node/views/Timeline.js +235 -0
  58. package/dist/node/views/index.js +919 -0
  59. package/dist/views/Overview.d.ts +4 -12
  60. package/dist/views/Overview.d.ts.map +1 -1
  61. package/dist/views/Overview.js +234 -158
  62. package/dist/views/Progress.d.ts +2 -10
  63. package/dist/views/Progress.d.ts.map +1 -1
  64. package/dist/views/Progress.js +292 -140
  65. package/dist/views/Steps.d.ts +2 -11
  66. package/dist/views/Steps.d.ts.map +1 -1
  67. package/dist/views/Steps.js +155 -53
  68. package/dist/views/Timeline.d.ts +2 -10
  69. package/dist/views/Timeline.d.ts.map +1 -1
  70. package/dist/views/Timeline.js +233 -130
  71. package/dist/views/index.d.ts +5 -5
  72. package/dist/views/index.d.ts.map +1 -0
  73. package/dist/views/index.js +919 -5
  74. package/package.json +155 -39
  75. package/tsdown.config.js +1 -2
  76. package/.turbo/turbo-build$colon$bundle.log +0 -57
  77. package/dist/GamifiedMiniApp.js.map +0 -1
  78. package/dist/components/DayCalendar.js.map +0 -1
  79. package/dist/components/FlashCard.js.map +0 -1
  80. package/dist/components/MasteryRing.js.map +0 -1
  81. package/dist/docs/learning-journey-ui-gamified.docblock.js.map +0 -1
  82. package/dist/example.js.map +0 -1
  83. package/dist/views/Overview.js.map +0 -1
  84. package/dist/views/Progress.js.map +0 -1
  85. package/dist/views/Steps.js.map +0 -1
  86. package/dist/views/Timeline.js.map +0 -1
  87. package/tsconfig.tsbuildinfo +0 -1
@@ -1,5 +1,218 @@
1
- import { FlashCard } from "./FlashCard.js";
2
- import { MasteryRing } from "./MasteryRing.js";
3
- import { DayCalendar } from "./DayCalendar.js";
1
+ // @bun
2
+ // src/components/FlashCard.tsx
3
+ import { useState } from "react";
4
+ import { Button } from "@contractspec/lib.design-system";
5
+ import { Card, CardContent } from "@contractspec/lib.ui-kit-web/ui/card";
6
+ import { cn } from "@contractspec/lib.ui-kit-web/ui/utils";
7
+ import { jsxDEV } from "react/jsx-dev-runtime";
8
+ "use client";
9
+ function FlashCard({
10
+ step,
11
+ isCompleted,
12
+ isCurrent,
13
+ onComplete
14
+ }) {
15
+ const [isFlipped, setIsFlipped] = useState(false);
16
+ return /* @__PURE__ */ jsxDEV(Card, {
17
+ className: cn("relative cursor-pointer overflow-hidden transition-all duration-300", isCurrent && "ring-primary ring-2", isCompleted && "opacity-60"),
18
+ onClick: () => !isCompleted && setIsFlipped(!isFlipped),
19
+ children: /* @__PURE__ */ jsxDEV(CardContent, {
20
+ className: "p-6",
21
+ children: [
22
+ /* @__PURE__ */ jsxDEV("div", {
23
+ className: cn("space-y-4 transition-opacity duration-200", isFlipped ? "opacity-0" : "opacity-100"),
24
+ children: [
25
+ /* @__PURE__ */ jsxDEV("div", {
26
+ className: "flex items-start justify-between",
27
+ children: [
28
+ /* @__PURE__ */ jsxDEV("div", {
29
+ className: "flex-1",
30
+ children: [
31
+ /* @__PURE__ */ jsxDEV("h3", {
32
+ className: "text-lg font-semibold",
33
+ children: step.title
34
+ }, undefined, false, undefined, this),
35
+ step.description && /* @__PURE__ */ jsxDEV("p", {
36
+ className: "text-muted-foreground mt-1 text-sm",
37
+ children: step.description
38
+ }, undefined, false, undefined, this)
39
+ ]
40
+ }, undefined, true, undefined, this),
41
+ step.xpReward && /* @__PURE__ */ jsxDEV("span", {
42
+ className: "rounded-full bg-green-500/10 px-2 py-1 text-xs font-semibold text-green-500",
43
+ children: [
44
+ "+",
45
+ step.xpReward,
46
+ " XP"
47
+ ]
48
+ }, undefined, true, undefined, this)
49
+ ]
50
+ }, undefined, true, undefined, this),
51
+ isCompleted && /* @__PURE__ */ jsxDEV("div", {
52
+ className: "flex items-center gap-2 text-green-500",
53
+ children: [
54
+ /* @__PURE__ */ jsxDEV("span", {
55
+ children: "\u2713"
56
+ }, undefined, false, undefined, this),
57
+ /* @__PURE__ */ jsxDEV("span", {
58
+ className: "text-sm font-medium",
59
+ children: "Completed"
60
+ }, undefined, false, undefined, this)
61
+ ]
62
+ }, undefined, true, undefined, this),
63
+ isCurrent && !isCompleted && /* @__PURE__ */ jsxDEV("p", {
64
+ className: "text-muted-foreground text-xs",
65
+ children: "Tap to reveal action"
66
+ }, undefined, false, undefined, this)
67
+ ]
68
+ }, undefined, true, undefined, this),
69
+ isFlipped && !isCompleted && /* @__PURE__ */ jsxDEV("div", {
70
+ className: "absolute inset-0 flex flex-col items-center justify-center gap-4 bg-gradient-to-br from-violet-500/10 to-violet-600/10 p-6",
71
+ children: [
72
+ /* @__PURE__ */ jsxDEV("p", {
73
+ className: "text-center text-sm",
74
+ children: step.instructions ?? "Complete this step to earn XP"
75
+ }, undefined, false, undefined, this),
76
+ /* @__PURE__ */ jsxDEV("div", {
77
+ className: "flex gap-2",
78
+ children: [
79
+ /* @__PURE__ */ jsxDEV(Button, {
80
+ variant: "outline",
81
+ size: "sm",
82
+ onClick: () => setIsFlipped(false),
83
+ children: "Back"
84
+ }, undefined, false, undefined, this),
85
+ /* @__PURE__ */ jsxDEV(Button, {
86
+ size: "sm",
87
+ onClick: (e) => {
88
+ e.stopPropagation();
89
+ onComplete?.();
90
+ },
91
+ children: "Mark Complete"
92
+ }, undefined, false, undefined, this)
93
+ ]
94
+ }, undefined, true, undefined, this)
95
+ ]
96
+ }, undefined, true, undefined, this)
97
+ ]
98
+ }, undefined, true, undefined, this)
99
+ }, undefined, false, undefined, this);
100
+ }
4
101
 
5
- export { DayCalendar, FlashCard, MasteryRing };
102
+ // src/components/MasteryRing.tsx
103
+ import { cn as cn2 } from "@contractspec/lib.ui-kit-web/ui/utils";
104
+ import { jsxDEV as jsxDEV2 } from "react/jsx-dev-runtime";
105
+ "use client";
106
+ var sizeStyles = {
107
+ sm: { container: "h-16 w-16", text: "text-xs", ring: 48, stroke: 4 },
108
+ md: { container: "h-24 w-24", text: "text-sm", ring: 72, stroke: 6 },
109
+ lg: { container: "h-32 w-32", text: "text-base", ring: 96, stroke: 8 }
110
+ };
111
+ var colorStyles = {
112
+ green: "stroke-green-500",
113
+ blue: "stroke-blue-500",
114
+ violet: "stroke-violet-500",
115
+ orange: "stroke-orange-500"
116
+ };
117
+ function MasteryRing({
118
+ label,
119
+ percentage,
120
+ size = "md",
121
+ color = "violet"
122
+ }) {
123
+ const styles = sizeStyles[size];
124
+ const radius = (styles.ring - styles.stroke) / 2;
125
+ const circumference = 2 * Math.PI * radius;
126
+ const strokeDashoffset = circumference - percentage / 100 * circumference;
127
+ return /* @__PURE__ */ jsxDEV2("div", {
128
+ className: cn2("relative flex flex-col items-center gap-1", styles.container),
129
+ children: [
130
+ /* @__PURE__ */ jsxDEV2("svg", {
131
+ className: "absolute -rotate-90",
132
+ width: styles.ring,
133
+ height: styles.ring,
134
+ viewBox: `0 0 ${styles.ring} ${styles.ring}`,
135
+ children: [
136
+ /* @__PURE__ */ jsxDEV2("circle", {
137
+ cx: styles.ring / 2,
138
+ cy: styles.ring / 2,
139
+ r: radius,
140
+ fill: "none",
141
+ strokeWidth: styles.stroke,
142
+ className: "stroke-muted"
143
+ }, undefined, false, undefined, this),
144
+ /* @__PURE__ */ jsxDEV2("circle", {
145
+ cx: styles.ring / 2,
146
+ cy: styles.ring / 2,
147
+ r: radius,
148
+ fill: "none",
149
+ strokeWidth: styles.stroke,
150
+ strokeLinecap: "round",
151
+ strokeDasharray: circumference,
152
+ strokeDashoffset,
153
+ className: cn2("transition-all duration-500", colorStyles[color])
154
+ }, undefined, false, undefined, this)
155
+ ]
156
+ }, undefined, true, undefined, this),
157
+ /* @__PURE__ */ jsxDEV2("div", {
158
+ className: "flex h-full flex-col items-center justify-center",
159
+ children: /* @__PURE__ */ jsxDEV2("span", {
160
+ className: cn2("font-bold", styles.text),
161
+ children: [
162
+ Math.round(percentage),
163
+ "%"
164
+ ]
165
+ }, undefined, true, undefined, this)
166
+ }, undefined, false, undefined, this),
167
+ /* @__PURE__ */ jsxDEV2("span", {
168
+ className: cn2("text-muted-foreground mt-1 truncate", styles.text),
169
+ children: label
170
+ }, undefined, false, undefined, this)
171
+ ]
172
+ }, undefined, true, undefined, this);
173
+ }
174
+
175
+ // src/components/DayCalendar.tsx
176
+ import { cn as cn3 } from "@contractspec/lib.ui-kit-web/ui/utils";
177
+ import { jsxDEV as jsxDEV3, Fragment } from "react/jsx-dev-runtime";
178
+ "use client";
179
+ function DayCalendar({
180
+ totalDays,
181
+ currentDay,
182
+ completedDays
183
+ }) {
184
+ const days = Array.from({ length: totalDays }, (_, i) => i + 1);
185
+ return /* @__PURE__ */ jsxDEV3("div", {
186
+ className: "grid grid-cols-7 gap-2",
187
+ children: days.map((day) => {
188
+ const isCompleted = completedDays.includes(day);
189
+ const isCurrent = day === currentDay;
190
+ const isLocked = day > currentDay;
191
+ return /* @__PURE__ */ jsxDEV3("div", {
192
+ className: cn3("flex h-12 w-12 flex-col items-center justify-center rounded-lg border text-sm font-medium transition-all", isCompleted && "border-green-500 bg-green-500/10 text-green-500", isCurrent && !isCompleted && "border-violet-500 bg-violet-500/10 text-violet-500 ring-2 ring-violet-500/50", isLocked && "border-muted bg-muted/50 text-muted-foreground", !isCompleted && !isCurrent && !isLocked && "border-border bg-card"),
193
+ children: isCompleted ? /* @__PURE__ */ jsxDEV3("span", {
194
+ className: "text-lg",
195
+ children: "\u2713"
196
+ }, undefined, false, undefined, this) : isLocked ? /* @__PURE__ */ jsxDEV3("span", {
197
+ className: "text-lg",
198
+ children: "\uD83D\uDD12"
199
+ }, undefined, false, undefined, this) : /* @__PURE__ */ jsxDEV3(Fragment, {
200
+ children: [
201
+ /* @__PURE__ */ jsxDEV3("span", {
202
+ className: "text-muted-foreground text-xs",
203
+ children: "Day"
204
+ }, undefined, false, undefined, this),
205
+ /* @__PURE__ */ jsxDEV3("span", {
206
+ children: day
207
+ }, undefined, false, undefined, this)
208
+ ]
209
+ }, undefined, true, undefined, this)
210
+ }, day, false, undefined, this);
211
+ })
212
+ }, undefined, false, undefined, this);
213
+ }
214
+ export {
215
+ MasteryRing,
216
+ FlashCard,
217
+ DayCalendar
218
+ };
@@ -1 +1,2 @@
1
- export { };
1
+ import './learning-journey-ui-gamified.docblock';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/docs/index.ts"],"names":[],"mappings":"AAAA,OAAO,yCAAyC,CAAC"}
@@ -1 +1,23 @@
1
- import "./learning-journey-ui-gamified.docblock.js";
1
+ // @bun
2
+ // src/docs/learning-journey-ui-gamified.docblock.ts
3
+ import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
4
+ var blocks = [
5
+ {
6
+ id: "docs.examples.learning-journey-ui-gamified",
7
+ title: "Learning Journey UI \u2014 Gamified",
8
+ summary: "UI mini-app components for gamified learning: flashcards, mastery, streak/calendar.",
9
+ kind: "reference",
10
+ visibility: "public",
11
+ route: "/docs/examples/learning-journey-ui-gamified",
12
+ tags: ["learning", "ui", "gamified"],
13
+ body: `## Includes
14
+ - Gamified mini-app shell
15
+ - Views: overview, steps, progress, timeline
16
+ - Components: flash card, mastery ring, day calendar
17
+
18
+ ## Notes
19
+ - Compose with design system components.
20
+ - Respect prefers-reduced-motion; keep tap targets large.`
21
+ }
22
+ ];
23
+ registerDocBlocks(blocks);
@@ -1 +1,2 @@
1
- export { };
1
+ export {};
2
+ //# sourceMappingURL=learning-journey-ui-gamified.docblock.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"learning-journey-ui-gamified.docblock.d.ts","sourceRoot":"","sources":["../../src/docs/learning-journey-ui-gamified.docblock.ts"],"names":[],"mappings":""}
@@ -1,20 +1,23 @@
1
+ // @bun
2
+ // src/docs/learning-journey-ui-gamified.docblock.ts
1
3
  import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
4
+ var blocks = [
5
+ {
6
+ id: "docs.examples.learning-journey-ui-gamified",
7
+ title: "Learning Journey UI \u2014 Gamified",
8
+ summary: "UI mini-app components for gamified learning: flashcards, mastery, streak/calendar.",
9
+ kind: "reference",
10
+ visibility: "public",
11
+ route: "/docs/examples/learning-journey-ui-gamified",
12
+ tags: ["learning", "ui", "gamified"],
13
+ body: `## Includes
14
+ - Gamified mini-app shell
15
+ - Views: overview, steps, progress, timeline
16
+ - Components: flash card, mastery ring, day calendar
2
17
 
3
- //#region src/docs/learning-journey-ui-gamified.docblock.ts
4
- registerDocBlocks([{
5
- id: "docs.examples.learning-journey-ui-gamified",
6
- title: "Learning Journey UI — Gamified",
7
- summary: "UI mini-app components for gamified learning: flashcards, mastery, streak/calendar.",
8
- kind: "reference",
9
- visibility: "public",
10
- route: "/docs/examples/learning-journey-ui-gamified",
11
- tags: [
12
- "learning",
13
- "ui",
14
- "gamified"
15
- ],
16
- body: `## Includes\n- Gamified mini-app shell\n- Views: overview, steps, progress, timeline\n- Components: flash card, mastery ring, day calendar\n\n## Notes\n- Compose with design system components.\n- Respect prefers-reduced-motion; keep tap targets large.`
17
- }]);
18
-
19
- //#endregion
20
- //# sourceMappingURL=learning-journey-ui-gamified.docblock.js.map
18
+ ## Notes
19
+ - Compose with design system components.
20
+ - Respect prefers-reduced-motion; keep tap targets large.`
21
+ }
22
+ ];
23
+ registerDocBlocks(blocks);
package/dist/example.d.ts CHANGED
@@ -1,7 +1,3 @@
1
- import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
2
-
3
- //#region src/example.d.ts
4
- declare const example: _contractspec_lib_contracts0.ExampleSpec;
5
- //#endregion
6
- export { example as default };
1
+ declare const example: import("@contractspec/lib.contracts").ExampleSpec;
2
+ export default example;
7
3
  //# sourceMappingURL=example.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"example.d.ts","names":[],"sources":["../src/example.ts"],"sourcesContent":[],"mappings":";;;cAEM,SA0BJ,4BAAA,CA1BW"}
1
+ {"version":3,"file":"example.d.ts","sourceRoot":"","sources":["../src/example.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,OAAO,mDA0BX,CAAC;AAEH,eAAe,OAAO,CAAC"}
package/dist/example.js CHANGED
@@ -1,42 +1,33 @@
1
+ // @bun
2
+ // src/example.ts
1
3
  import { defineExample } from "@contractspec/lib.contracts";
2
-
3
- //#region src/example.ts
4
- const example = defineExample({
5
- meta: {
6
- key: "learning-journey-ui-gamified",
7
- version: "1.0.0",
8
- title: "Learning Journey UI — Gamified",
9
- description: "UI mini-app for gamified learning: flashcards, mastery ring, calendar.",
10
- kind: "ui",
11
- visibility: "public",
12
- stability: "experimental",
13
- owners: ["@platform.core"],
14
- tags: [
15
- "learning",
16
- "ui",
17
- "gamified"
18
- ]
19
- },
20
- docs: { rootDocId: "docs.examples.learning-journey-ui-gamified" },
21
- entrypoints: {
22
- packageName: "@contractspec/example.learning-journey-ui-gamified",
23
- docs: "./docs"
24
- },
25
- surfaces: {
26
- templates: true,
27
- sandbox: {
28
- enabled: true,
29
- modes: ["playground", "markdown"]
30
- },
31
- studio: {
32
- enabled: true,
33
- installable: true
34
- },
35
- mcp: { enabled: true }
36
- }
4
+ var example = defineExample({
5
+ meta: {
6
+ key: "learning-journey-ui-gamified",
7
+ version: "1.0.0",
8
+ title: "Learning Journey UI \u2014 Gamified",
9
+ description: "UI mini-app for gamified learning: flashcards, mastery ring, calendar.",
10
+ kind: "ui",
11
+ visibility: "public",
12
+ stability: "experimental",
13
+ owners: ["@platform.core"],
14
+ tags: ["learning", "ui", "gamified"]
15
+ },
16
+ docs: {
17
+ rootDocId: "docs.examples.learning-journey-ui-gamified"
18
+ },
19
+ entrypoints: {
20
+ packageName: "@contractspec/example.learning-journey-ui-gamified",
21
+ docs: "./docs"
22
+ },
23
+ surfaces: {
24
+ templates: true,
25
+ sandbox: { enabled: true, modes: ["playground", "markdown"] },
26
+ studio: { enabled: true, installable: true },
27
+ mcp: { enabled: true }
28
+ }
37
29
  });
38
30
  var example_default = example;
39
-
40
- //#endregion
41
- export { example_default as default };
42
- //# sourceMappingURL=example.js.map
31
+ export {
32
+ example_default as default
33
+ };
package/dist/index.d.ts CHANGED
@@ -1,12 +1,6 @@
1
- import { GamifiedMiniApp } from "./GamifiedMiniApp.js";
2
- import { DayCalendar } from "./components/DayCalendar.js";
3
- import { FlashCard } from "./components/FlashCard.js";
4
- import { MasteryRing } from "./components/MasteryRing.js";
5
- import "./components/index.js";
6
- import example from "./example.js";
7
- import { Overview } from "./views/Overview.js";
8
- import { Steps } from "./views/Steps.js";
9
- import { Progress } from "./views/Progress.js";
10
- import { Timeline } from "./views/Timeline.js";
11
- import "./views/index.js";
12
- export { DayCalendar, FlashCard, GamifiedMiniApp, MasteryRing, Overview, Progress, Steps, Timeline, example };
1
+ export { GamifiedMiniApp } from './GamifiedMiniApp';
2
+ export { Overview, Steps, Progress, Timeline } from './views';
3
+ export { FlashCard, MasteryRing, DayCalendar } from './components';
4
+ export { default as example } from './example';
5
+ import './docs';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAG9D,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,QAAQ,CAAC"}