@contractspec/example.learning-journey-ui-coaching 4.0.9 → 4.0.11

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 8ms
5
+ Bundled 15 modules in 32ms
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 8ms
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 12ms
24
+ Bundled 15 modules in 20ms
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 12ms
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 12ms
43
+ Bundled 15 modules in 18ms
44
44
 
45
45
  ./CoachingMiniApp.js 15.62 KB (entry point)
46
46
  ./index.js 17.52 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @contractspec/example.learning-journey-ui-coaching
2
2
 
3
+ ## 4.0.11
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 first-class monorepo-aware environment contracts and managed/BYOK credential setup helpers.
10
+ - Updated dependencies because of Improve PageOutline desktop behavior with a Notion-like floating rail that keeps AppShell content centered while expanding on hover or keyboard focus.
11
+ - @contractspec/example.learning-journey-ambient-coach@4.0.8
12
+ - @contractspec/example.learning-journey-crm-onboarding@4.0.11
13
+ - @contractspec/example.learning-journey-ui-shared@4.0.11
14
+ - @contractspec/lib.ui-kit-web@3.13.3
15
+ - @contractspec/module.learning-journey@4.0.8
16
+ - @contractspec/lib.contracts-spec@6.3.0
17
+ - @contractspec/lib.design-system@4.4.2
18
+
19
+ ## 4.0.10
20
+
21
+ ### Patch Changes
22
+
23
+ - chore: auto-bump internal dependents
24
+ - Updated dependencies because of Fix AppShell desktop sidebar collapse/layout and web notification dismissal behavior.
25
+ - Updated dependencies because of chore: auto-bump internal dependents
26
+ - Updated dependencies because of Fix FormSpec phone country-select rendering to remove duplicated country adornments.
27
+ - @contractspec/lib.design-system@4.4.1
28
+ - @contractspec/example.learning-journey-crm-onboarding@4.0.10
29
+ - @contractspec/example.learning-journey-ui-shared@4.0.10
30
+
3
31
  ## 4.0.9
4
32
 
5
33
  ### 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.9",
3
+ "version": "4.0.11",
4
4
  "description": "Contextual coaching UI with tip cards and engagement tracking.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -127,13 +127,13 @@
127
127
  "typecheck": "tsc --noEmit"
128
128
  },
129
129
  "dependencies": {
130
- "@contractspec/lib.contracts-spec": "6.2.0",
131
- "@contractspec/example.learning-journey-ui-shared": "4.0.9",
132
- "@contractspec/example.learning-journey-ambient-coach": "4.0.7",
133
- "@contractspec/example.learning-journey-crm-onboarding": "4.0.9",
134
- "@contractspec/module.learning-journey": "4.0.7",
135
- "@contractspec/lib.design-system": "4.4.0",
136
- "@contractspec/lib.ui-kit-web": "3.13.2",
130
+ "@contractspec/lib.contracts-spec": "6.3.0",
131
+ "@contractspec/example.learning-journey-ui-shared": "4.0.11",
132
+ "@contractspec/example.learning-journey-ambient-coach": "4.0.8",
133
+ "@contractspec/example.learning-journey-crm-onboarding": "4.0.11",
134
+ "@contractspec/module.learning-journey": "4.0.8",
135
+ "@contractspec/lib.design-system": "4.4.2",
136
+ "@contractspec/lib.ui-kit-web": "3.13.3",
137
137
  "react": "19.2.0"
138
138
  },
139
139
  "devDependencies": {