@contractspec/example.learning-journey-ui-coaching 4.0.3 → 4.0.5

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,7 +2,7 @@ $ contractspec-bun-build prebuild
2
2
  $ bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build transpile
4
4
  [contractspec-bun-build] transpile target=bun root=src entries=15 noBundle=false
5
- Bundled 15 modules in 25ms
5
+ Bundled 15 modules in 20ms
6
6
 
7
7
  ./CoachingMiniApp.js 15.65 KB (entry point)
8
8
  ./index.js 17.55 KB (entry point)
@@ -21,7 +21,7 @@ Bundled 15 modules in 25ms
21
21
  ./example.js 0.71 KB (entry point)
22
22
 
23
23
  [contractspec-bun-build] transpile target=node root=src entries=15 noBundle=false
24
- Bundled 15 modules in 11ms
24
+ Bundled 15 modules in 50ms
25
25
 
26
26
  ./CoachingMiniApp.js 15.62 KB (entry point)
27
27
  ./index.js 17.52 KB (entry point)
@@ -40,7 +40,7 @@ Bundled 15 modules in 11ms
40
40
  ./example.js 0.70 KB (entry point)
41
41
 
42
42
  [contractspec-bun-build] transpile target=browser root=src entries=15 noBundle=false
43
- Bundled 15 modules in 13ms
43
+ Bundled 15 modules in 44ms
44
44
 
45
45
  ./CoachingMiniApp.js 15.62 KB (entry point)
46
46
  ./index.js 17.52 KB (entry point)
@@ -59,3 +59,6 @@ Bundled 15 modules in 13ms
59
59
  ./example.js 0.70 KB (entry point)
60
60
 
61
61
  $ contractspec-bun-build types
62
+ $ contractspec-bun-build types
63
+ $ contractspec-bun-build types
64
+ $ contractspec-bun-build types
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @contractspec/example.learning-journey-ui-coaching
2
2
 
3
+ ## 4.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: auto-bump internal dependents
8
+ - Updated dependencies because of chore: auto-bump internal dependents
9
+ - Updated dependencies because of Add Biome guardrails that keep JSX layout and text compatible with React and React Native.
10
+ - Updated dependencies because of Add password-aware FormSpec rendering with current/new password manager hints and visibility toggles.
11
+ - Updated dependencies because of Migrate design-system platform implementation suffixes from `.mobile` to `.native`.
12
+ - Updated dependencies because of Harden published cross-platform UI packages around precise public subpath imports and closed native dist graphs.
13
+ - Updated dependencies because of Use shared stack layout primitives in the web pagination component while preserving semantic pagination markup.
14
+ - Updated dependencies because of Add a unified design-system Tabs primitive and migrate local tab consumers away from ui-kit leaf imports.
15
+ - @contractspec/example.learning-journey-ambient-coach@4.0.3
16
+ - @contractspec/example.learning-journey-crm-onboarding@4.0.5
17
+ - @contractspec/example.learning-journey-ui-shared@4.0.5
18
+ - @contractspec/module.learning-journey@4.0.3
19
+ - @contractspec/lib.ui-kit-web@3.12.0
20
+ - @contractspec/lib.design-system@4.0.0
21
+ - @contractspec/lib.contracts-spec@5.6.0
22
+
23
+ ## 4.0.4
24
+
25
+ ### Patch Changes
26
+
27
+ - chore: auto-bump internal dependents
28
+ - Updated dependencies because of chore: auto-bump internal dependents
29
+ - Updated dependencies because of Stabilize Turborepo build caching by making generated artifacts deterministic, modeling web LLM generation explicitly, and avoiding no-op build-tool rewrites.
30
+ - Updated dependencies because of Centralize repeated dependency specs through Bun catalogs and align React Hook Form/Zod resolver types after dependency upgrades.
31
+ - @contractspec/example.learning-journey-ambient-coach@4.0.2
32
+ - @contractspec/example.learning-journey-crm-onboarding@4.0.4
33
+ - @contractspec/example.learning-journey-ui-shared@4.0.4
34
+ - @contractspec/module.learning-journey@4.0.2
35
+ - @contractspec/lib.contracts-spec@5.5.1
36
+ - @contractspec/lib.design-system@3.11.2
37
+ - @contractspec/lib.ui-kit-web@3.11.1
38
+
3
39
  ## 4.0.3
4
40
 
5
41
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-coaching",
3
- "version": "4.0.3",
3
+ "version": "4.0.5",
4
4
  "description": "Contextual coaching UI with tip cards and engagement tracking.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -127,20 +127,20 @@
127
127
  "typecheck": "tsc --noEmit"
128
128
  },
129
129
  "dependencies": {
130
- "@contractspec/lib.contracts-spec": "5.5.0",
131
- "@contractspec/example.learning-journey-ui-shared": "4.0.3",
132
- "@contractspec/example.learning-journey-ambient-coach": "4.0.1",
133
- "@contractspec/example.learning-journey-crm-onboarding": "4.0.3",
134
- "@contractspec/module.learning-journey": "4.0.1",
135
- "@contractspec/lib.design-system": "3.11.1",
136
- "@contractspec/lib.ui-kit-web": "3.11.0",
130
+ "@contractspec/lib.contracts-spec": "5.6.0",
131
+ "@contractspec/example.learning-journey-ui-shared": "4.0.5",
132
+ "@contractspec/example.learning-journey-ambient-coach": "4.0.3",
133
+ "@contractspec/example.learning-journey-crm-onboarding": "4.0.5",
134
+ "@contractspec/module.learning-journey": "4.0.3",
135
+ "@contractspec/lib.design-system": "4.0.0",
136
+ "@contractspec/lib.ui-kit-web": "3.12.0",
137
137
  "react": "19.2.0"
138
138
  },
139
139
  "devDependencies": {
140
140
  "@contractspec/tool.typescript": "3.7.13",
141
141
  "@types/react": "^19.2.14",
142
142
  "typescript": "^5.9.3",
143
- "@contractspec/tool.bun": "3.7.16"
143
+ "@contractspec/tool.bun": "3.7.18"
144
144
  },
145
145
  "peerDependencies": {
146
146
  "react": "19.2.0"