@contractspec/example.learning-journey-ui-coaching 3.7.16 → 3.7.18

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 (48) hide show
  1. package/.turbo/turbo-build.log +49 -49
  2. package/CHANGELOG.md +34 -0
  3. package/dist/CoachingMiniApp.js +1 -1059
  4. package/dist/browser/CoachingMiniApp.js +1 -1059
  5. package/dist/browser/components/EngagementMeter.js +1 -143
  6. package/dist/browser/components/TipCard.js +1 -89
  7. package/dist/browser/components/TipFeed.js +1 -90
  8. package/dist/browser/components/index.js +1 -320
  9. package/dist/browser/docs/index.js +2 -16
  10. package/dist/browser/docs/learning-journey-ui-coaching.docblock.js +2 -16
  11. package/dist/browser/example.js +1 -32
  12. package/dist/browser/index.js +2 -1129
  13. package/dist/browser/learning-journey-ui-coaching.feature.js +1 -18
  14. package/dist/browser/views/Overview.js +1 -303
  15. package/dist/browser/views/Progress.js +1 -344
  16. package/dist/browser/views/Steps.js +1 -159
  17. package/dist/browser/views/Timeline.js +1 -266
  18. package/dist/browser/views/index.js +1 -980
  19. package/dist/components/EngagementMeter.js +1 -143
  20. package/dist/components/TipCard.js +1 -89
  21. package/dist/components/TipFeed.js +1 -90
  22. package/dist/components/index.js +1 -320
  23. package/dist/docs/index.js +2 -16
  24. package/dist/docs/learning-journey-ui-coaching.docblock.js +2 -16
  25. package/dist/example.js +1 -32
  26. package/dist/index.js +2 -1129
  27. package/dist/learning-journey-ui-coaching.feature.js +1 -18
  28. package/dist/node/CoachingMiniApp.js +1 -1059
  29. package/dist/node/components/EngagementMeter.js +1 -143
  30. package/dist/node/components/TipCard.js +1 -89
  31. package/dist/node/components/TipFeed.js +1 -90
  32. package/dist/node/components/index.js +1 -320
  33. package/dist/node/docs/index.js +2 -16
  34. package/dist/node/docs/learning-journey-ui-coaching.docblock.js +2 -16
  35. package/dist/node/example.js +1 -32
  36. package/dist/node/index.js +2 -1129
  37. package/dist/node/learning-journey-ui-coaching.feature.js +1 -18
  38. package/dist/node/views/Overview.js +1 -303
  39. package/dist/node/views/Progress.js +1 -344
  40. package/dist/node/views/Steps.js +1 -159
  41. package/dist/node/views/Timeline.js +1 -266
  42. package/dist/node/views/index.js +1 -980
  43. package/dist/views/Overview.js +1 -303
  44. package/dist/views/Progress.js +1 -344
  45. package/dist/views/Steps.js +1 -159
  46. package/dist/views/Timeline.js +1 -266
  47. package/dist/views/index.js +1 -980
  48. package/package.json +12 -12
@@ -1,22 +1,8 @@
1
- // src/docs/learning-journey-ui-coaching.docblock.ts
2
- import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
3
- var blocks = [
4
- {
5
- id: "docs.examples.learning-journey-ui-coaching",
6
- title: "Learning Journey UI — Coaching",
7
- summary: "UI mini-app components for coaching: tips, engagement, progress.",
8
- kind: "reference",
9
- visibility: "public",
10
- route: "/docs/examples/learning-journey-ui-coaching",
11
- tags: ["learning", "ui", "coaching"],
12
- body: `## Includes
1
+ import{registerDocBlocks as f}from"@contractspec/lib.contracts-spec/docs";var m=[{id:"docs.examples.learning-journey-ui-coaching",title:"Learning Journey UI — Coaching",summary:"UI mini-app components for coaching: tips, engagement, progress.",kind:"reference",visibility:"public",route:"/docs/examples/learning-journey-ui-coaching",tags:["learning","ui","coaching"],body:`## Includes
13
2
  - Coaching mini-app shell
14
3
  - Views: overview, steps, progress, timeline
15
4
  - Components: tip card, engagement meter, tip feed
16
5
 
17
6
  ## Notes
18
7
  - Compose using design system components.
19
- - Keep accessibility and mobile-friendly tap targets.`
20
- }
21
- ];
22
- registerDocBlocks(blocks);
8
+ - Keep accessibility and mobile-friendly tap targets.`}];f(m);
@@ -1,22 +1,8 @@
1
- // src/docs/learning-journey-ui-coaching.docblock.ts
2
- import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
3
- var blocks = [
4
- {
5
- id: "docs.examples.learning-journey-ui-coaching",
6
- title: "Learning Journey UI — Coaching",
7
- summary: "UI mini-app components for coaching: tips, engagement, progress.",
8
- kind: "reference",
9
- visibility: "public",
10
- route: "/docs/examples/learning-journey-ui-coaching",
11
- tags: ["learning", "ui", "coaching"],
12
- body: `## Includes
1
+ import{registerDocBlocks as f}from"@contractspec/lib.contracts-spec/docs";var h=[{id:"docs.examples.learning-journey-ui-coaching",title:"Learning Journey UI — Coaching",summary:"UI mini-app components for coaching: tips, engagement, progress.",kind:"reference",visibility:"public",route:"/docs/examples/learning-journey-ui-coaching",tags:["learning","ui","coaching"],body:`## Includes
13
2
  - Coaching mini-app shell
14
3
  - Views: overview, steps, progress, timeline
15
4
  - Components: tip card, engagement meter, tip feed
16
5
 
17
6
  ## Notes
18
7
  - Compose using design system components.
19
- - Keep accessibility and mobile-friendly tap targets.`
20
- }
21
- ];
22
- registerDocBlocks(blocks);
8
+ - Keep accessibility and mobile-friendly tap targets.`}];f(h);
@@ -1,32 +1 @@
1
- // src/example.ts
2
- import { defineExample } from "@contractspec/lib.contracts-spec";
3
- var example = defineExample({
4
- meta: {
5
- key: "learning-journey-ui-coaching",
6
- version: "1.0.0",
7
- title: "Learning Journey UI — Coaching",
8
- description: "UI mini-app for coaching patterns: tips, engagement meter, progress.",
9
- kind: "ui",
10
- visibility: "public",
11
- stability: "experimental",
12
- owners: ["@platform.core"],
13
- tags: ["learning", "ui", "coaching"]
14
- },
15
- docs: {
16
- rootDocId: "docs.examples.learning-journey-ui-coaching"
17
- },
18
- entrypoints: {
19
- packageName: "@contractspec/example.learning-journey-ui-coaching",
20
- docs: "./docs"
21
- },
22
- surfaces: {
23
- templates: true,
24
- sandbox: { enabled: true, modes: ["playground", "markdown"] },
25
- studio: { enabled: true, installable: true },
26
- mcp: { enabled: true }
27
- }
28
- });
29
- var example_default = example;
30
- export {
31
- example_default as default
32
- };
1
+ import{defineExample as g}from"@contractspec/lib.contracts-spec";var h=g({meta:{key:"learning-journey-ui-coaching",version:"1.0.0",title:"Learning Journey UI — Coaching",description:"UI mini-app for coaching patterns: tips, engagement meter, progress.",kind:"ui",visibility:"public",stability:"experimental",owners:["@platform.core"],tags:["learning","ui","coaching"]},docs:{rootDocId:"docs.examples.learning-journey-ui-coaching"},entrypoints:{packageName:"@contractspec/example.learning-journey-ui-coaching",docs:"./docs"},surfaces:{templates:!0,sandbox:{enabled:!0,modes:["playground","markdown"]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}}),q=h;export{q as default};