@lssm/example.learning-journey-ui-coaching 0.0.0-canary-20251221132705 → 0.0.0-canary-20251221144710

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.
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime0 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
2
2
  import { LearningViewProps } from "@lssm/example.learning-journey-ui-shared";
3
3
 
4
4
  //#region src/views/Overview.d.ts
@@ -10,7 +10,7 @@ declare function Overview({
10
10
  progress,
11
11
  onStepComplete,
12
12
  onStart
13
- }: CoachingOverviewProps): react_jsx_runtime0.JSX.Element;
13
+ }: CoachingOverviewProps): react_jsx_runtime3.JSX.Element;
14
14
  //#endregion
15
15
  export { Overview };
16
16
  //# sourceMappingURL=Overview.d.ts.map
@@ -1,11 +1,11 @@
1
- import * as react_jsx_runtime2 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime4 from "react/jsx-runtime";
2
2
  import { LearningViewProps } from "@lssm/example.learning-journey-ui-shared";
3
3
 
4
4
  //#region src/views/Progress.d.ts
5
5
  declare function ProgressView({
6
6
  track,
7
7
  progress
8
- }: LearningViewProps): react_jsx_runtime2.JSX.Element;
8
+ }: LearningViewProps): react_jsx_runtime4.JSX.Element;
9
9
  //#endregion
10
10
  export { ProgressView as Progress, ProgressView };
11
11
  //# sourceMappingURL=Progress.d.ts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime4 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime5 from "react/jsx-runtime";
2
2
  import { LearningViewProps } from "@lssm/example.learning-journey-ui-shared";
3
3
 
4
4
  //#region src/views/Steps.d.ts
@@ -6,7 +6,7 @@ declare function Steps({
6
6
  track,
7
7
  progress,
8
8
  onStepComplete
9
- }: LearningViewProps): react_jsx_runtime4.JSX.Element;
9
+ }: LearningViewProps): react_jsx_runtime5.JSX.Element;
10
10
  //#endregion
11
11
  export { Steps };
12
12
  //# sourceMappingURL=Steps.d.ts.map
@@ -1,11 +1,11 @@
1
- import * as react_jsx_runtime5 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime6 from "react/jsx-runtime";
2
2
  import { LearningViewProps } from "@lssm/example.learning-journey-ui-shared";
3
3
 
4
4
  //#region src/views/Timeline.d.ts
5
5
  declare function Timeline({
6
6
  track,
7
7
  progress
8
- }: LearningViewProps): react_jsx_runtime5.JSX.Element;
8
+ }: LearningViewProps): react_jsx_runtime6.JSX.Element;
9
9
  //#endregion
10
10
  export { Timeline };
11
11
  //# sourceMappingURL=Timeline.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.learning-journey-ui-coaching",
3
- "version": "0.0.0-canary-20251221132705",
3
+ "version": "0.0.0-canary-20251221144710",
4
4
  "description": "Contextual coaching UI with tip cards and engagement tracking.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -36,19 +36,19 @@
36
36
  "test": "bun test"
37
37
  },
38
38
  "dependencies": {
39
- "@lssm/lib.schema": "0.0.0-canary-20251221132705",
40
- "@lssm/lib.contracts": "0.0.0-canary-20251221132705",
41
- "@lssm/example.learning-journey-ui-shared": "0.0.0-canary-20251221132705",
42
- "@lssm/example.learning-journey-ambient-coach": "0.0.0-canary-20251221132705",
43
- "@lssm/example.learning-journey-crm-onboarding": "0.0.0-canary-20251221132705",
44
- "@lssm/module.learning-journey": "0.0.0-canary-20251221132705",
45
- "@lssm/lib.design-system": "0.0.0-canary-20251221132705",
46
- "@lssm/lib.ui-kit-web": "0.0.0-canary-20251221132705",
39
+ "@lssm/lib.schema": "0.0.0-canary-20251221144710",
40
+ "@lssm/lib.contracts": "0.0.0-canary-20251221144710",
41
+ "@lssm/example.learning-journey-ui-shared": "0.0.0-canary-20251221144710",
42
+ "@lssm/example.learning-journey-ambient-coach": "0.0.0-canary-20251221144710",
43
+ "@lssm/example.learning-journey-crm-onboarding": "0.0.0-canary-20251221144710",
44
+ "@lssm/module.learning-journey": "0.0.0-canary-20251221144710",
45
+ "@lssm/lib.design-system": "0.0.0-canary-20251221144710",
46
+ "@lssm/lib.ui-kit-web": "0.0.0-canary-20251221144710",
47
47
  "react": "19.2.3"
48
48
  },
49
49
  "devDependencies": {
50
- "@lssm/tool.tsdown": "0.0.0-canary-20251221132705",
51
- "@lssm/tool.typescript": "0.0.0-canary-20251221132705",
50
+ "@lssm/tool.tsdown": "0.0.0-canary-20251221144710",
51
+ "@lssm/tool.typescript": "0.0.0-canary-20251221144710",
52
52
  "@types/react": "^19.1.6",
53
53
  "tsdown": "^0.18.1",
54
54
  "typescript": "^5.9.3"