@contractspec/example.learning-journey-ui-onboarding 4.0.11 → 4.0.13

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 30ms
6
6
 
7
7
  ./OnboardingMiniApp.js 15.85 KB (entry point)
8
8
  ./index.js 18.79 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 27ms
24
+ Bundled 15 modules in 32ms
25
25
 
26
26
  ./OnboardingMiniApp.js 15.79 KB (entry point)
27
27
  ./index.js 18.72 KB (entry point)
@@ -40,7 +40,7 @@ Bundled 15 modules in 27ms
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 44ms
43
+ Bundled 15 modules in 29ms
44
44
 
45
45
  ./OnboardingMiniApp.js 15.79 KB (entry point)
46
46
  ./index.js 18.72 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @contractspec/example.learning-journey-ui-onboarding
2
2
 
3
+ ## 4.0.13
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 provider delta contracts, Google Drive knowledge ingestion, and governed mutation execution for workspace knowledge.
10
+ - @contractspec/example.learning-journey-platform-tour@4.0.9
11
+ - @contractspec/example.learning-journey-studio-onboarding@4.0.9
12
+ - @contractspec/example.learning-journey-ui-shared@4.0.13
13
+ - @contractspec/lib.design-system@4.4.4
14
+ - @contractspec/lib.ui-kit-core@3.8.9
15
+ - @contractspec/lib.ui-kit-web@3.13.4
16
+ - @contractspec/module.learning-journey@4.0.9
17
+ - @contractspec/lib.contracts-spec@6.4.0
18
+
19
+ ## 4.0.12
20
+
21
+ ### Patch Changes
22
+
23
+ - chore: auto-bump internal dependents
24
+ - Updated dependencies because of chore: auto-bump internal dependents
25
+ - Updated dependencies because of Improve PageOutline desktop behavior with a Notion-like floating rail, and hide the AppShell page outline on small web screens to preserve layout stability.
26
+ - @contractspec/example.learning-journey-ui-shared@4.0.12
27
+ - @contractspec/lib.design-system@4.4.3
28
+
3
29
  ## 4.0.11
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-onboarding",
3
- "version": "4.0.11",
3
+ "version": "4.0.13",
4
4
  "description": "Developer onboarding UI with checklists and journey maps.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -127,14 +127,14 @@
127
127
  "typecheck": "tsc --noEmit"
128
128
  },
129
129
  "dependencies": {
130
- "@contractspec/lib.ui-kit-core": "3.8.8",
131
- "@contractspec/lib.contracts-spec": "6.3.0",
132
- "@contractspec/example.learning-journey-ui-shared": "4.0.11",
133
- "@contractspec/example.learning-journey-studio-onboarding": "4.0.8",
134
- "@contractspec/example.learning-journey-platform-tour": "4.0.8",
135
- "@contractspec/module.learning-journey": "4.0.8",
136
- "@contractspec/lib.design-system": "4.4.2",
137
- "@contractspec/lib.ui-kit-web": "3.13.3",
130
+ "@contractspec/lib.ui-kit-core": "3.8.9",
131
+ "@contractspec/lib.contracts-spec": "6.4.0",
132
+ "@contractspec/example.learning-journey-ui-shared": "4.0.13",
133
+ "@contractspec/example.learning-journey-studio-onboarding": "4.0.9",
134
+ "@contractspec/example.learning-journey-platform-tour": "4.0.9",
135
+ "@contractspec/module.learning-journey": "4.0.9",
136
+ "@contractspec/lib.design-system": "4.4.4",
137
+ "@contractspec/lib.ui-kit-web": "3.13.4",
138
138
  "react": "19.2.0"
139
139
  },
140
140
  "devDependencies": {