@lssm/example.learning-journey-ui-coaching 1.43.0 → 1.43.2

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.
@@ -54,4 +54,4 @@ $ tsdown
54
54
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
55
55
  ℹ dist/docs/learning-journey-ui-coaching.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
56
56
  ℹ 47 files, total: 80.03 kB
57
- ✔ Build complete in 3471ms
57
+ ✔ Build complete in 3264ms
@@ -55,4 +55,4 @@ $ tsdown
55
55
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
56
56
  ℹ dist/docs/learning-journey-ui-coaching.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
57
57
  ℹ 47 files, total: 80.03 kB
58
- ✔ Build complete in 4777ms
58
+ ✔ Build complete in 3690ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @lssm/example.learning-journey-ui-coaching
2
2
 
3
+ ## 1.43.2
4
+
5
+ ### Patch Changes
6
+
7
+ - e147271: fix: improve stability
8
+ - Updated dependencies [e147271]
9
+ - @lssm/example.learning-journey-crm-onboarding@1.43.2
10
+ - @lssm/example.learning-journey-ambient-coach@1.43.2
11
+ - @lssm/example.learning-journey-ui-shared@1.43.2
12
+ - @lssm/module.learning-journey@1.43.2
13
+ - @lssm/lib.design-system@1.43.2
14
+ - @lssm/lib.contracts@1.43.2
15
+ - @lssm/lib.schema@1.43.1
16
+ - @lssm/lib.ui-kit-web@1.43.1
17
+
18
+ ## 1.43.1
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [f28fdad]
23
+ - @lssm/lib.contracts@1.43.1
24
+ - @lssm/example.learning-journey-ambient-coach@1.43.1
25
+ - @lssm/example.learning-journey-crm-onboarding@1.43.1
26
+ - @lssm/example.learning-journey-ui-shared@1.43.1
27
+ - @lssm/lib.design-system@1.43.1
28
+ - @lssm/module.learning-journey@1.43.1
29
+
3
30
  ## 1.43.0
4
31
 
5
32
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime2 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/EngagementMeter.d.ts
4
4
  interface EngagementMeterProps {
@@ -12,7 +12,7 @@ declare function EngagementMeter({
12
12
  actioned,
13
13
  pending,
14
14
  streak
15
- }: EngagementMeterProps): react_jsx_runtime2.JSX.Element;
15
+ }: EngagementMeterProps): react_jsx_runtime0.JSX.Element;
16
16
  //#endregion
17
17
  export { EngagementMeter };
18
18
  //# sourceMappingURL=EngagementMeter.d.ts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime0 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
2
2
  import { LearningJourneyStepSpec } from "@lssm/module.learning-journey/track-spec";
3
3
 
4
4
  //#region src/components/TipCard.d.ts
@@ -15,7 +15,7 @@ declare function TipCard({
15
15
  isCurrent,
16
16
  onComplete,
17
17
  onDismiss
18
- }: TipCardProps): react_jsx_runtime0.JSX.Element;
18
+ }: TipCardProps): react_jsx_runtime1.JSX.Element;
19
19
  //#endregion
20
20
  export { TipCard };
21
21
  //# sourceMappingURL=TipCard.d.ts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime1 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
2
2
  import { LearningJourneyStepSpec } from "@lssm/module.learning-journey/track-spec";
3
3
 
4
4
  //#region src/components/TipFeed.d.ts
@@ -12,7 +12,7 @@ interface TipFeedProps {
12
12
  }
13
13
  declare function TipFeed({
14
14
  items
15
- }: TipFeedProps): react_jsx_runtime1.JSX.Element;
15
+ }: TipFeedProps): react_jsx_runtime2.JSX.Element;
16
16
  //#endregion
17
17
  export { TipFeed };
18
18
  //# sourceMappingURL=TipFeed.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.learning-journey-ui-coaching",
3
- "version": "1.43.0",
3
+ "version": "1.43.2",
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": "1.43.0",
40
- "@lssm/lib.contracts": "1.43.0",
41
- "@lssm/example.learning-journey-ui-shared": "1.43.0",
42
- "@lssm/example.learning-journey-ambient-coach": "1.43.0",
43
- "@lssm/example.learning-journey-crm-onboarding": "1.43.0",
44
- "@lssm/module.learning-journey": "1.43.0",
45
- "@lssm/lib.design-system": "1.43.0",
46
- "@lssm/lib.ui-kit-web": "1.43.0",
39
+ "@lssm/lib.schema": "1.43.1",
40
+ "@lssm/lib.contracts": "1.43.2",
41
+ "@lssm/example.learning-journey-ui-shared": "1.43.2",
42
+ "@lssm/example.learning-journey-ambient-coach": "1.43.2",
43
+ "@lssm/example.learning-journey-crm-onboarding": "1.43.2",
44
+ "@lssm/module.learning-journey": "1.43.2",
45
+ "@lssm/lib.design-system": "1.43.2",
46
+ "@lssm/lib.ui-kit-web": "1.43.1",
47
47
  "react": "19.2.3"
48
48
  },
49
49
  "devDependencies": {
50
- "@lssm/tool.tsdown": "1.43.0",
51
- "@lssm/tool.typescript": "1.43.0",
50
+ "@lssm/tool.tsdown": "1.43.1",
51
+ "@lssm/tool.typescript": "1.43.1",
52
52
  "@types/react": "^19.1.6",
53
53
  "tsdown": "^0.18.3",
54
54
  "typescript": "^5.9.3"