@contractspec/example.learning-journey-ui-onboarding 4.0.4 → 4.0.6
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.
- package/.turbo/turbo-build.log +5 -2
- package/CHANGELOG.md +42 -0
- package/package.json +10 -10
package/.turbo/turbo-build.log
CHANGED
|
@@ -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
|
|
5
|
+
Bundled 15 modules in 42ms
|
|
6
6
|
|
|
7
7
|
./OnboardingMiniApp.js 15.85 KB (entry point)
|
|
8
8
|
./index.js 18.79 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
|
|
43
|
+
Bundled 15 modules in 41ms
|
|
44
44
|
|
|
45
45
|
./OnboardingMiniApp.js 15.79 KB (entry point)
|
|
46
46
|
./index.js 18.72 KB (entry point)
|
|
@@ -59,3 +59,6 @@ Bundled 15 modules in 29ms
|
|
|
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,47 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-ui-onboarding
|
|
2
2
|
|
|
3
|
+
## 4.0.6
|
|
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 mobile-safe FormSpec layout helpers and scoped DataView filters.
|
|
11
|
+
|
|
12
|
+
FormSpec authors can now use `responsiveFormColumns(...)` for explicit mobile-first column metadata without changing legacy numeric `layout.columns` behavior. DataView contracts can declare `filterScope.initial` and `filterScope.locked` filters so generic list/search contracts can be reused in context-restricted screens while keeping locked constraints out of user-editable URL state.
|
|
13
|
+
|
|
14
|
+
- Updated dependencies because of Add OSS harness CLI verification with deterministic Playwright, optional agent-browser visual runs, auth profile refs, visual diff evidence, replay bundles, and core scenario success semantics.
|
|
15
|
+
- @contractspec/example.learning-journey-platform-tour@4.0.4
|
|
16
|
+
- @contractspec/example.learning-journey-studio-onboarding@4.0.4
|
|
17
|
+
- @contractspec/example.learning-journey-ui-shared@4.0.6
|
|
18
|
+
- @contractspec/module.learning-journey@4.0.4
|
|
19
|
+
- @contractspec/lib.ui-kit-web@3.12.1
|
|
20
|
+
- @contractspec/lib.ui-kit-core@3.8.4
|
|
21
|
+
- @contractspec/lib.design-system@4.1.0
|
|
22
|
+
- @contractspec/lib.contracts-spec@5.7.0
|
|
23
|
+
|
|
24
|
+
## 4.0.5
|
|
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 Add Biome guardrails that keep JSX layout and text compatible with React and React Native.
|
|
31
|
+
- Updated dependencies because of Add password-aware FormSpec rendering with current/new password manager hints and visibility toggles.
|
|
32
|
+
- Updated dependencies because of Migrate design-system platform implementation suffixes from `.mobile` to `.native`.
|
|
33
|
+
- Updated dependencies because of Harden published cross-platform UI packages around precise public subpath imports and closed native dist graphs.
|
|
34
|
+
- Updated dependencies because of Use shared stack layout primitives in the web pagination component while preserving semantic pagination markup.
|
|
35
|
+
- Updated dependencies because of Add a unified design-system Tabs primitive and migrate local tab consumers away from ui-kit leaf imports.
|
|
36
|
+
- @contractspec/example.learning-journey-platform-tour@4.0.3
|
|
37
|
+
- @contractspec/example.learning-journey-studio-onboarding@4.0.3
|
|
38
|
+
- @contractspec/example.learning-journey-ui-shared@4.0.5
|
|
39
|
+
- @contractspec/module.learning-journey@4.0.3
|
|
40
|
+
- @contractspec/lib.ui-kit-web@3.12.0
|
|
41
|
+
- @contractspec/lib.ui-kit-core@3.8.3
|
|
42
|
+
- @contractspec/lib.design-system@4.0.0
|
|
43
|
+
- @contractspec/lib.contracts-spec@5.6.0
|
|
44
|
+
|
|
3
45
|
## 4.0.4
|
|
4
46
|
|
|
5
47
|
### 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.
|
|
3
|
+
"version": "4.0.6",
|
|
4
4
|
"description": "Developer onboarding UI with checklists and journey maps.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -127,21 +127,21 @@
|
|
|
127
127
|
"typecheck": "tsc --noEmit"
|
|
128
128
|
},
|
|
129
129
|
"dependencies": {
|
|
130
|
-
"@contractspec/lib.ui-kit-core": "3.8.
|
|
131
|
-
"@contractspec/lib.contracts-spec": "5.
|
|
132
|
-
"@contractspec/example.learning-journey-ui-shared": "4.0.
|
|
133
|
-
"@contractspec/example.learning-journey-studio-onboarding": "4.0.
|
|
134
|
-
"@contractspec/example.learning-journey-platform-tour": "4.0.
|
|
135
|
-
"@contractspec/module.learning-journey": "4.0.
|
|
136
|
-
"@contractspec/lib.design-system": "
|
|
137
|
-
"@contractspec/lib.ui-kit-web": "3.
|
|
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",
|
|
138
138
|
"react": "19.2.0"
|
|
139
139
|
},
|
|
140
140
|
"devDependencies": {
|
|
141
141
|
"@contractspec/tool.typescript": "3.7.13",
|
|
142
142
|
"@types/react": "^19.2.14",
|
|
143
143
|
"typescript": "^5.9.3",
|
|
144
|
-
"@contractspec/tool.bun": "3.7.
|
|
144
|
+
"@contractspec/tool.bun": "3.7.18"
|
|
145
145
|
},
|
|
146
146
|
"peerDependencies": {
|
|
147
147
|
"react": "19.2.0"
|