@contractspec/example.learning-journey-ui-coaching 3.2.0 → 3.3.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.
@@ -2,11 +2,12 @@ $ contractspec-bun-build prebuild
2
2
  $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
- [contractspec-bun-build] transpile target=bun root=src entries=14
6
- Bundled 14 modules in 5ms
5
+ [contractspec-bun-build] transpile target=bun root=src entries=15
6
+ Bundled 15 modules in 10ms
7
7
 
8
8
  ./CoachingMiniApp.js 44.47 KB (entry point)
9
- ./index.js 46.25 KB (entry point)
9
+ ./index.js 46.87 KB (entry point)
10
+ ./learning-journey-ui-coaching.feature.js 0.64 KB (entry point)
10
11
  views/index.js 41.78 KB (entry point)
11
12
  views/Overview.js 12.90 KB (entry point)
12
13
  views/Progress.js 14.29 KB (entry point)
@@ -20,11 +21,12 @@ Bundled 14 modules in 5ms
20
21
  docs/learning-journey-ui-coaching.docblock.js 0.78 KB (entry point)
21
22
  ./example.js 0.93 KB (entry point)
22
23
 
23
- [contractspec-bun-build] transpile target=node root=src entries=14
24
- Bundled 14 modules in 5ms
24
+ [contractspec-bun-build] transpile target=node root=src entries=15
25
+ Bundled 15 modules in 16ms
25
26
 
26
27
  ./CoachingMiniApp.js 44.44 KB (entry point)
27
- ./index.js 46.21 KB (entry point)
28
+ ./index.js 46.83 KB (entry point)
29
+ ./learning-journey-ui-coaching.feature.js 0.63 KB (entry point)
28
30
  views/index.js 41.75 KB (entry point)
29
31
  views/Overview.js 12.89 KB (entry point)
30
32
  views/Progress.js 14.28 KB (entry point)
@@ -38,11 +40,12 @@ Bundled 14 modules in 5ms
38
40
  docs/learning-journey-ui-coaching.docblock.js 0.76 KB (entry point)
39
41
  ./example.js 0.92 KB (entry point)
40
42
 
41
- [contractspec-bun-build] transpile target=browser root=src entries=14
42
- Bundled 14 modules in 5ms
43
+ [contractspec-bun-build] transpile target=browser root=src entries=15
44
+ Bundled 15 modules in 9ms
43
45
 
44
46
  ./CoachingMiniApp.js 44.44 KB (entry point)
45
- ./index.js 46.21 KB (entry point)
47
+ ./index.js 46.83 KB (entry point)
48
+ ./learning-journey-ui-coaching.feature.js 0.63 KB (entry point)
46
49
  views/index.js 41.75 KB (entry point)
47
50
  views/Overview.js 12.89 KB (entry point)
48
51
  views/Progress.js 14.28 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @contractspec/example.learning-journey-ui-coaching
2
2
 
3
+ ## 3.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 890a0da: fix: stability improvements
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [890a0da]
12
+ - @contractspec/example.learning-journey-crm-onboarding@3.3.0
13
+ - @contractspec/example.learning-journey-ambient-coach@3.3.0
14
+ - @contractspec/example.learning-journey-ui-shared@3.3.0
15
+ - @contractspec/module.learning-journey@3.3.0
16
+ - @contractspec/lib.contracts-spec@3.3.0
17
+ - @contractspec/lib.design-system@3.3.0
18
+ - @contractspec/lib.ui-kit-web@3.3.0
19
+
3
20
  ## 3.2.0
4
21
 
5
22
  ### Minor Changes
@@ -1105,6 +1105,21 @@ var example = defineExample({
1105
1105
  }
1106
1106
  });
1107
1107
  var example_default = example;
1108
+ // src/learning-journey-ui-coaching.feature.ts
1109
+ import { defineFeature } from "@contractspec/lib.contracts-spec";
1110
+ var LearningJourneyUiCoachingFeature = defineFeature({
1111
+ meta: {
1112
+ key: "learning-journey-ui-coaching",
1113
+ version: "1.0.0",
1114
+ title: "Learning Journey UI: Coaching",
1115
+ description: "Coaching UI with tip cards, engagement tracking, and multi-view navigation",
1116
+ domain: "learning-journey",
1117
+ owners: ["@examples"],
1118
+ tags: ["learning", "ui", "coaching", "tips"],
1119
+ stability: "experimental"
1120
+ },
1121
+ docs: ["docs.examples.learning-journey-ui-coaching"]
1122
+ });
1108
1123
  export {
1109
1124
  example_default as example,
1110
1125
  TipFeed,
@@ -1113,6 +1128,7 @@ export {
1113
1128
  Steps,
1114
1129
  ProgressView as Progress,
1115
1130
  Overview,
1131
+ LearningJourneyUiCoachingFeature,
1116
1132
  EngagementMeter,
1117
1133
  CoachingMiniApp
1118
1134
  };
@@ -0,0 +1,18 @@
1
+ // src/learning-journey-ui-coaching.feature.ts
2
+ import { defineFeature } from "@contractspec/lib.contracts-spec";
3
+ var LearningJourneyUiCoachingFeature = defineFeature({
4
+ meta: {
5
+ key: "learning-journey-ui-coaching",
6
+ version: "1.0.0",
7
+ title: "Learning Journey UI: Coaching",
8
+ description: "Coaching UI with tip cards, engagement tracking, and multi-view navigation",
9
+ domain: "learning-journey",
10
+ owners: ["@examples"],
11
+ tags: ["learning", "ui", "coaching", "tips"],
12
+ stability: "experimental"
13
+ },
14
+ docs: ["docs.examples.learning-journey-ui-coaching"]
15
+ });
16
+ export {
17
+ LearningJourneyUiCoachingFeature
18
+ };
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export { CoachingMiniApp } from './CoachingMiniApp';
2
2
  export { Overview, Steps, Progress, Timeline } from './views';
3
3
  export { TipCard, EngagementMeter, TipFeed } from './components';
4
+ export * from './learning-journey-ui-coaching.feature';
4
5
  export { default as example } from './example';
5
6
  import './docs';
package/dist/index.js CHANGED
@@ -1106,6 +1106,21 @@ var example = defineExample({
1106
1106
  }
1107
1107
  });
1108
1108
  var example_default = example;
1109
+ // src/learning-journey-ui-coaching.feature.ts
1110
+ import { defineFeature } from "@contractspec/lib.contracts-spec";
1111
+ var LearningJourneyUiCoachingFeature = defineFeature({
1112
+ meta: {
1113
+ key: "learning-journey-ui-coaching",
1114
+ version: "1.0.0",
1115
+ title: "Learning Journey UI: Coaching",
1116
+ description: "Coaching UI with tip cards, engagement tracking, and multi-view navigation",
1117
+ domain: "learning-journey",
1118
+ owners: ["@examples"],
1119
+ tags: ["learning", "ui", "coaching", "tips"],
1120
+ stability: "experimental"
1121
+ },
1122
+ docs: ["docs.examples.learning-journey-ui-coaching"]
1123
+ });
1109
1124
  export {
1110
1125
  example_default as example,
1111
1126
  TipFeed,
@@ -1114,6 +1129,7 @@ export {
1114
1129
  Steps,
1115
1130
  ProgressView as Progress,
1116
1131
  Overview,
1132
+ LearningJourneyUiCoachingFeature,
1117
1133
  EngagementMeter,
1118
1134
  CoachingMiniApp
1119
1135
  };
@@ -0,0 +1 @@
1
+ export declare const LearningJourneyUiCoachingFeature: import("@contractspec/lib.contracts-spec").FeatureModuleSpec;
@@ -0,0 +1,19 @@
1
+ // @bun
2
+ // src/learning-journey-ui-coaching.feature.ts
3
+ import { defineFeature } from "@contractspec/lib.contracts-spec";
4
+ var LearningJourneyUiCoachingFeature = defineFeature({
5
+ meta: {
6
+ key: "learning-journey-ui-coaching",
7
+ version: "1.0.0",
8
+ title: "Learning Journey UI: Coaching",
9
+ description: "Coaching UI with tip cards, engagement tracking, and multi-view navigation",
10
+ domain: "learning-journey",
11
+ owners: ["@examples"],
12
+ tags: ["learning", "ui", "coaching", "tips"],
13
+ stability: "experimental"
14
+ },
15
+ docs: ["docs.examples.learning-journey-ui-coaching"]
16
+ });
17
+ export {
18
+ LearningJourneyUiCoachingFeature
19
+ };
@@ -1105,6 +1105,21 @@ var example = defineExample({
1105
1105
  }
1106
1106
  });
1107
1107
  var example_default = example;
1108
+ // src/learning-journey-ui-coaching.feature.ts
1109
+ import { defineFeature } from "@contractspec/lib.contracts-spec";
1110
+ var LearningJourneyUiCoachingFeature = defineFeature({
1111
+ meta: {
1112
+ key: "learning-journey-ui-coaching",
1113
+ version: "1.0.0",
1114
+ title: "Learning Journey UI: Coaching",
1115
+ description: "Coaching UI with tip cards, engagement tracking, and multi-view navigation",
1116
+ domain: "learning-journey",
1117
+ owners: ["@examples"],
1118
+ tags: ["learning", "ui", "coaching", "tips"],
1119
+ stability: "experimental"
1120
+ },
1121
+ docs: ["docs.examples.learning-journey-ui-coaching"]
1122
+ });
1108
1123
  export {
1109
1124
  example_default as example,
1110
1125
  TipFeed,
@@ -1113,6 +1128,7 @@ export {
1113
1128
  Steps,
1114
1129
  ProgressView as Progress,
1115
1130
  Overview,
1131
+ LearningJourneyUiCoachingFeature,
1116
1132
  EngagementMeter,
1117
1133
  CoachingMiniApp
1118
1134
  };
@@ -0,0 +1,18 @@
1
+ // src/learning-journey-ui-coaching.feature.ts
2
+ import { defineFeature } from "@contractspec/lib.contracts-spec";
3
+ var LearningJourneyUiCoachingFeature = defineFeature({
4
+ meta: {
5
+ key: "learning-journey-ui-coaching",
6
+ version: "1.0.0",
7
+ title: "Learning Journey UI: Coaching",
8
+ description: "Coaching UI with tip cards, engagement tracking, and multi-view navigation",
9
+ domain: "learning-journey",
10
+ owners: ["@examples"],
11
+ tags: ["learning", "ui", "coaching", "tips"],
12
+ stability: "experimental"
13
+ },
14
+ docs: ["docs.examples.learning-journey-ui-coaching"]
15
+ });
16
+ export {
17
+ LearningJourneyUiCoachingFeature
18
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-coaching",
3
- "version": "3.2.0",
3
+ "version": "3.3.0",
4
4
  "description": "Contextual coaching UI with tip cards and engagement tracking.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -82,6 +82,13 @@
82
82
  "browser": "./dist/browser/example.js",
83
83
  "default": "./dist/example.js"
84
84
  },
85
+ "./learning-journey-ui-coaching.feature": {
86
+ "types": "./dist/learning-journey-ui-coaching.feature.d.ts",
87
+ "bun": "./dist/learning-journey-ui-coaching.feature.js",
88
+ "node": "./dist/node/learning-journey-ui-coaching.feature.js",
89
+ "browser": "./dist/browser/learning-journey-ui-coaching.feature.js",
90
+ "default": "./dist/learning-journey-ui-coaching.feature.js"
91
+ },
85
92
  "./views": {
86
93
  "types": "./dist/views/index.d.ts",
87
94
  "bun": "./dist/views/index.js",
@@ -141,20 +148,20 @@
141
148
  "typecheck": "tsc --noEmit"
142
149
  },
143
150
  "dependencies": {
144
- "@contractspec/lib.contracts-spec": "3.2.0",
145
- "@contractspec/example.learning-journey-ui-shared": "3.2.0",
146
- "@contractspec/example.learning-journey-ambient-coach": "3.2.0",
147
- "@contractspec/example.learning-journey-crm-onboarding": "3.2.0",
148
- "@contractspec/module.learning-journey": "3.2.0",
149
- "@contractspec/lib.design-system": "3.2.0",
150
- "@contractspec/lib.ui-kit-web": "3.2.0",
151
+ "@contractspec/lib.contracts-spec": "3.3.0",
152
+ "@contractspec/example.learning-journey-ui-shared": "3.3.0",
153
+ "@contractspec/example.learning-journey-ambient-coach": "3.3.0",
154
+ "@contractspec/example.learning-journey-crm-onboarding": "3.3.0",
155
+ "@contractspec/module.learning-journey": "3.3.0",
156
+ "@contractspec/lib.design-system": "3.3.0",
157
+ "@contractspec/lib.ui-kit-web": "3.3.0",
151
158
  "react": "19.2.4"
152
159
  },
153
160
  "devDependencies": {
154
- "@contractspec/tool.typescript": "3.2.0",
161
+ "@contractspec/tool.typescript": "3.3.0",
155
162
  "@types/react": "^19.2.14",
156
163
  "typescript": "^5.9.3",
157
- "@contractspec/tool.bun": "3.2.0"
164
+ "@contractspec/tool.bun": "3.3.0"
158
165
  },
159
166
  "peerDependencies": {
160
167
  "react": "^19.2.4"
@@ -238,6 +245,13 @@
238
245
  "browser": "./dist/browser/example.js",
239
246
  "default": "./dist/example.js"
240
247
  },
248
+ "./learning-journey-ui-coaching.feature": {
249
+ "types": "./dist/learning-journey-ui-coaching.feature.d.ts",
250
+ "bun": "./dist/learning-journey-ui-coaching.feature.js",
251
+ "node": "./dist/node/learning-journey-ui-coaching.feature.js",
252
+ "browser": "./dist/browser/learning-journey-ui-coaching.feature.js",
253
+ "default": "./dist/learning-journey-ui-coaching.feature.js"
254
+ },
241
255
  "./views": {
242
256
  "types": "./dist/views/index.d.ts",
243
257
  "bun": "./dist/views/index.js",
package/src/index.ts CHANGED
@@ -6,5 +6,6 @@ export { Overview, Steps, Progress, Timeline } from './views';
6
6
 
7
7
  // Components
8
8
  export { TipCard, EngagementMeter, TipFeed } from './components';
9
+ export * from './learning-journey-ui-coaching.feature';
9
10
  export { default as example } from './example';
10
11
  import './docs';
@@ -0,0 +1,17 @@
1
+ import { defineFeature } from '@contractspec/lib.contracts-spec';
2
+
3
+ export const LearningJourneyUiCoachingFeature = defineFeature({
4
+ meta: {
5
+ key: 'learning-journey-ui-coaching',
6
+ version: '1.0.0',
7
+ title: 'Learning Journey UI: Coaching',
8
+ description:
9
+ 'Coaching UI with tip cards, engagement tracking, and multi-view navigation',
10
+ domain: 'learning-journey',
11
+ owners: ['@examples'],
12
+ tags: ['learning', 'ui', 'coaching', 'tips'],
13
+ stability: 'experimental',
14
+ },
15
+
16
+ docs: ['docs.examples.learning-journey-ui-coaching'],
17
+ });