@contractspec/example.learning-journey-ui-onboarding 4.0.6 → 4.0.8

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 42ms
5
+ Bundled 15 modules in 57ms
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 42ms
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 39ms
24
+ Bundled 15 modules in 34ms
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 39ms
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 41ms
43
+ Bundled 15 modules in 36ms
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,51 @@
1
1
  # @contractspec/example.learning-journey-ui-onboarding
2
2
 
3
+ ## 4.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: auto-bump internal dependents
8
+ - Updated dependencies because of Add design-system application shell primitives with typed navigation, command search, breadcrumbs, native bottom-tab adaptation, and PageOutline support.
9
+ - Updated dependencies because of chore: auto-bump internal dependents
10
+ - Updated dependencies because of Add contract-driven overflow behavior and typed DataView hints for shared DataView and DataTable surfaces.
11
+ - Updated dependencies because of Add production-ready collection defaults and renderer mode switching for DataView list, grid, and table specs.
12
+ - Updated dependencies because of Add numeric and temporal FormSpec field kinds with shared renderer support for number, percent, currency, and duration inputs.
13
+ - Updated dependencies because of Add an extensible design-system object reference handler for actionable references.
14
+ - Updated dependencies because of Render resolver-backed combobox results as a floating overlay instead of inline form content.
15
+ - @contractspec/lib.design-system@4.3.0
16
+ - @contractspec/example.learning-journey-platform-tour@4.0.6
17
+ - @contractspec/example.learning-journey-studio-onboarding@4.0.6
18
+ - @contractspec/example.learning-journey-ui-shared@4.0.8
19
+ - @contractspec/lib.ui-kit-core@3.8.6
20
+ - @contractspec/module.learning-journey@4.0.6
21
+ - @contractspec/lib.contracts-spec@6.1.0
22
+ - @contractspec/lib.ui-kit-web@3.13.1
23
+
24
+ ## 4.0.7
25
+
26
+ ### Patch Changes
27
+
28
+ - chore: auto-bump internal dependents
29
+ - Updated dependencies because of chore: auto-bump internal dependents
30
+ - Updated dependencies because of Remove avoidable Node crypto imports from ContractSpec runtime surfaces and keep signing helpers isolated.
31
+ - Updated dependencies because of Add grouped option support to design-system Select controls across web and native.
32
+ - Updated dependencies because of Improve FormSpec autocomplete rendering and resolver-backed search.
33
+ - Updated dependencies because of Keep web FormSpec datetime controls inside their responsive form columns.
34
+ - Updated dependencies because of Add first-class FormSpec email fields with native renderer affordances.
35
+ - Updated dependencies because of Preserve FormSpec email input behavior when optional renderer metadata is omitted.
36
+ - Updated dependencies because of Add ThemeSpec Tailwind aliases for FormSpec option surface backgrounds.
37
+ - Updated dependencies because of Fix FormSpec password visibility toggles so rendered password fields can reveal and re-mask values.
38
+ - Updated dependencies because of Add progressive FormSpec section and step layout metadata with shared React and design-system rendering support.
39
+ - Updated dependencies because of Forward refs through the web Button primitive and its slotted rendering path to stabilize Radix `asChild` triggers.
40
+ - @contractspec/example.learning-journey-platform-tour@4.0.5
41
+ - @contractspec/example.learning-journey-studio-onboarding@4.0.5
42
+ - @contractspec/example.learning-journey-ui-shared@4.0.7
43
+ - @contractspec/lib.ui-kit-core@3.8.5
44
+ - @contractspec/module.learning-journey@4.0.5
45
+ - @contractspec/lib.contracts-spec@6.0.0
46
+ - @contractspec/lib.design-system@4.2.0
47
+ - @contractspec/lib.ui-kit-web@3.13.0
48
+
3
49
  ## 4.0.6
4
50
 
5
51
  ### 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.6",
3
+ "version": "4.0.8",
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.4",
131
- "@contractspec/lib.contracts-spec": "5.7.0",
132
- "@contractspec/example.learning-journey-ui-shared": "4.0.6",
133
- "@contractspec/example.learning-journey-studio-onboarding": "4.0.4",
134
- "@contractspec/example.learning-journey-platform-tour": "4.0.4",
135
- "@contractspec/module.learning-journey": "4.0.4",
136
- "@contractspec/lib.design-system": "4.1.0",
137
- "@contractspec/lib.ui-kit-web": "3.12.1",
130
+ "@contractspec/lib.ui-kit-core": "3.8.6",
131
+ "@contractspec/lib.contracts-spec": "6.1.0",
132
+ "@contractspec/example.learning-journey-ui-shared": "4.0.8",
133
+ "@contractspec/example.learning-journey-studio-onboarding": "4.0.6",
134
+ "@contractspec/example.learning-journey-platform-tour": "4.0.6",
135
+ "@contractspec/module.learning-journey": "4.0.6",
136
+ "@contractspec/lib.design-system": "4.3.0",
137
+ "@contractspec/lib.ui-kit-web": "3.13.1",
138
138
  "react": "19.2.0"
139
139
  },
140
140
  "devDependencies": {