@contractspec/example.learning-journey-ui-onboarding 4.0.7 → 4.0.9

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 38ms
5
+ Bundled 15 modules in 37ms
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 38ms
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 35ms
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 35ms
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 39ms
43
+ Bundled 15 modules in 35ms
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,49 @@
1
1
  # @contractspec/example.learning-journey-ui-onboarding
2
2
 
3
+ ## 4.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: auto-bump internal dependents
8
+ - Updated dependencies because of Promote object-reference detail panels to a reusable adaptive sheet/drawer surface.
9
+ - Updated dependencies because of Route design-system mobile menu overlays through the shared AdaptivePanel primitive.
10
+ - Updated dependencies because of chore: auto-bump internal dependents
11
+ - Updated dependencies because of Add a ContractSpec-native production-grade translation runtime and optional i18next adapter.
12
+ - Updated dependencies because of Add preference-aware DataView collection defaults and personalization adapters.
13
+ - Updated dependencies because of Move notifications to library-first contracts/runtime surfaces and add AppShell in-app notification affordances.
14
+ - Updated dependencies because of Add first-class FormSpec phone input support with country detection, split outputs, and flag rendering.
15
+ - Updated dependencies because of Add PWA update management contracts and runtime helpers.
16
+ - Updated dependencies because of Add a shared roles and permissions policy system across contracts, RBAC evaluation, AppShell adaptation, and personalization suppression.
17
+ - @contractspec/lib.design-system@4.4.0
18
+ - @contractspec/example.learning-journey-platform-tour@4.0.7
19
+ - @contractspec/example.learning-journey-studio-onboarding@4.0.7
20
+ - @contractspec/example.learning-journey-ui-shared@4.0.9
21
+ - @contractspec/lib.ui-kit-core@3.8.7
22
+ - @contractspec/lib.ui-kit-web@3.13.2
23
+ - @contractspec/module.learning-journey@4.0.7
24
+ - @contractspec/lib.contracts-spec@6.2.0
25
+
26
+ ## 4.0.8
27
+
28
+ ### Patch Changes
29
+
30
+ - chore: auto-bump internal dependents
31
+ - Updated dependencies because of Add design-system application shell primitives with typed navigation, command search, breadcrumbs, native bottom-tab adaptation, and PageOutline support.
32
+ - Updated dependencies because of chore: auto-bump internal dependents
33
+ - Updated dependencies because of Add contract-driven overflow behavior and typed DataView hints for shared DataView and DataTable surfaces.
34
+ - Updated dependencies because of Add production-ready collection defaults and renderer mode switching for DataView list, grid, and table specs.
35
+ - Updated dependencies because of Add numeric and temporal FormSpec field kinds with shared renderer support for number, percent, currency, and duration inputs.
36
+ - Updated dependencies because of Add an extensible design-system object reference handler for actionable references.
37
+ - Updated dependencies because of Render resolver-backed combobox results as a floating overlay instead of inline form content.
38
+ - @contractspec/lib.design-system@4.3.0
39
+ - @contractspec/example.learning-journey-platform-tour@4.0.6
40
+ - @contractspec/example.learning-journey-studio-onboarding@4.0.6
41
+ - @contractspec/example.learning-journey-ui-shared@4.0.8
42
+ - @contractspec/lib.ui-kit-core@3.8.6
43
+ - @contractspec/module.learning-journey@4.0.6
44
+ - @contractspec/lib.contracts-spec@6.1.0
45
+ - @contractspec/lib.ui-kit-web@3.13.1
46
+
3
47
  ## 4.0.7
4
48
 
5
49
  ### 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.7",
3
+ "version": "4.0.9",
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.5",
131
- "@contractspec/lib.contracts-spec": "6.0.0",
132
- "@contractspec/example.learning-journey-ui-shared": "4.0.7",
133
- "@contractspec/example.learning-journey-studio-onboarding": "4.0.5",
134
- "@contractspec/example.learning-journey-platform-tour": "4.0.5",
135
- "@contractspec/module.learning-journey": "4.0.5",
136
- "@contractspec/lib.design-system": "4.2.0",
137
- "@contractspec/lib.ui-kit-web": "3.13.0",
130
+ "@contractspec/lib.ui-kit-core": "3.8.7",
131
+ "@contractspec/lib.contracts-spec": "6.2.0",
132
+ "@contractspec/example.learning-journey-ui-shared": "4.0.9",
133
+ "@contractspec/example.learning-journey-studio-onboarding": "4.0.7",
134
+ "@contractspec/example.learning-journey-platform-tour": "4.0.7",
135
+ "@contractspec/module.learning-journey": "4.0.7",
136
+ "@contractspec/lib.design-system": "4.4.0",
137
+ "@contractspec/lib.ui-kit-web": "3.13.2",
138
138
  "react": "19.2.0"
139
139
  },
140
140
  "devDependencies": {