@contractspec/example.learning-journey-ui-coaching 3.7.17 → 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.
- package/.turbo/turbo-build.log +48 -48
- package/CHANGELOG.md +17 -0
- package/dist/CoachingMiniApp.js +1 -1059
- package/dist/browser/CoachingMiniApp.js +1 -1059
- package/dist/browser/components/EngagementMeter.js +1 -143
- package/dist/browser/components/TipCard.js +1 -89
- package/dist/browser/components/TipFeed.js +1 -90
- package/dist/browser/components/index.js +1 -320
- package/dist/browser/docs/index.js +2 -16
- package/dist/browser/docs/learning-journey-ui-coaching.docblock.js +2 -16
- package/dist/browser/example.js +1 -32
- package/dist/browser/index.js +2 -1129
- package/dist/browser/learning-journey-ui-coaching.feature.js +1 -18
- package/dist/browser/views/Overview.js +1 -303
- package/dist/browser/views/Progress.js +1 -344
- package/dist/browser/views/Steps.js +1 -159
- package/dist/browser/views/Timeline.js +1 -266
- package/dist/browser/views/index.js +1 -980
- package/dist/components/EngagementMeter.js +1 -143
- package/dist/components/TipCard.js +1 -89
- package/dist/components/TipFeed.js +1 -90
- package/dist/components/index.js +1 -320
- package/dist/docs/index.js +2 -16
- package/dist/docs/learning-journey-ui-coaching.docblock.js +2 -16
- package/dist/example.js +1 -32
- package/dist/index.js +2 -1129
- package/dist/learning-journey-ui-coaching.feature.js +1 -18
- package/dist/node/CoachingMiniApp.js +1 -1059
- package/dist/node/components/EngagementMeter.js +1 -143
- package/dist/node/components/TipCard.js +1 -89
- package/dist/node/components/TipFeed.js +1 -90
- package/dist/node/components/index.js +1 -320
- package/dist/node/docs/index.js +2 -16
- package/dist/node/docs/learning-journey-ui-coaching.docblock.js +2 -16
- package/dist/node/example.js +1 -32
- package/dist/node/index.js +2 -1129
- package/dist/node/learning-journey-ui-coaching.feature.js +1 -18
- package/dist/node/views/Overview.js +1 -303
- package/dist/node/views/Progress.js +1 -344
- package/dist/node/views/Steps.js +1 -159
- package/dist/node/views/Timeline.js +1 -266
- package/dist/node/views/index.js +1 -980
- package/dist/views/Overview.js +1 -303
- package/dist/views/Progress.js +1 -344
- package/dist/views/Steps.js +1 -159
- package/dist/views/Timeline.js +1 -266
- package/dist/views/index.js +1 -980
- package/package.json +11 -11
|
@@ -1,22 +1,8 @@
|
|
|
1
|
-
|
|
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
|
-
|
|
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);
|
package/dist/browser/example.js
CHANGED
|
@@ -1,32 +1 @@
|
|
|
1
|
-
|
|
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};
|