@contractspec/example.learning-journey-ui-onboarding 0.0.0-canary-20260113170453

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.
Files changed (71) hide show
  1. package/.turbo/turbo-build$colon$bundle.log +57 -0
  2. package/.turbo/turbo-build.log +58 -0
  3. package/CHANGELOG.md +494 -0
  4. package/LICENSE +21 -0
  5. package/README.md +35 -0
  6. package/dist/OnboardingMiniApp.d.ts +17 -0
  7. package/dist/OnboardingMiniApp.d.ts.map +1 -0
  8. package/dist/OnboardingMiniApp.js +63 -0
  9. package/dist/OnboardingMiniApp.js.map +1 -0
  10. package/dist/components/CodeSnippet.d.ts +16 -0
  11. package/dist/components/CodeSnippet.d.ts.map +1 -0
  12. package/dist/components/CodeSnippet.js +50 -0
  13. package/dist/components/CodeSnippet.js.map +1 -0
  14. package/dist/components/JourneyMap.d.ts +17 -0
  15. package/dist/components/JourneyMap.d.ts.map +1 -0
  16. package/dist/components/JourneyMap.js +49 -0
  17. package/dist/components/JourneyMap.js.map +1 -0
  18. package/dist/components/StepChecklist.d.ts +25 -0
  19. package/dist/components/StepChecklist.d.ts.map +1 -0
  20. package/dist/components/StepChecklist.js +80 -0
  21. package/dist/components/StepChecklist.js.map +1 -0
  22. package/dist/components/index.d.ts +4 -0
  23. package/dist/components/index.js +5 -0
  24. package/dist/docs/index.d.ts +1 -0
  25. package/dist/docs/index.js +1 -0
  26. package/dist/docs/learning-journey-ui-onboarding.docblock.d.ts +1 -0
  27. package/dist/docs/learning-journey-ui-onboarding.docblock.js +20 -0
  28. package/dist/docs/learning-journey-ui-onboarding.docblock.js.map +1 -0
  29. package/dist/example.d.ts +7 -0
  30. package/dist/example.d.ts.map +1 -0
  31. package/dist/example.js +42 -0
  32. package/dist/example.js.map +1 -0
  33. package/dist/index.d.ts +12 -0
  34. package/dist/index.js +14 -0
  35. package/dist/views/Overview.d.ts +15 -0
  36. package/dist/views/Overview.d.ts.map +1 -0
  37. package/dist/views/Overview.js +180 -0
  38. package/dist/views/Overview.js.map +1 -0
  39. package/dist/views/Progress.d.ts +11 -0
  40. package/dist/views/Progress.d.ts.map +1 -0
  41. package/dist/views/Progress.js +161 -0
  42. package/dist/views/Progress.js.map +1 -0
  43. package/dist/views/Steps.d.ts +12 -0
  44. package/dist/views/Steps.d.ts.map +1 -0
  45. package/dist/views/Steps.js +92 -0
  46. package/dist/views/Steps.js.map +1 -0
  47. package/dist/views/Timeline.d.ts +11 -0
  48. package/dist/views/Timeline.d.ts.map +1 -0
  49. package/dist/views/Timeline.js +98 -0
  50. package/dist/views/Timeline.js.map +1 -0
  51. package/dist/views/index.d.ts +5 -0
  52. package/dist/views/index.js +6 -0
  53. package/example.ts +1 -0
  54. package/package.json +77 -0
  55. package/src/OnboardingMiniApp.tsx +93 -0
  56. package/src/components/CodeSnippet.tsx +56 -0
  57. package/src/components/JourneyMap.tsx +86 -0
  58. package/src/components/StepChecklist.tsx +136 -0
  59. package/src/components/index.ts +3 -0
  60. package/src/docs/index.ts +1 -0
  61. package/src/docs/learning-journey-ui-onboarding.docblock.ts +18 -0
  62. package/src/example.ts +31 -0
  63. package/src/index.ts +10 -0
  64. package/src/views/Overview.tsx +204 -0
  65. package/src/views/Progress.tsx +186 -0
  66. package/src/views/Steps.tsx +92 -0
  67. package/src/views/Timeline.tsx +141 -0
  68. package/src/views/index.ts +4 -0
  69. package/tsconfig.json +10 -0
  70. package/tsconfig.tsbuildinfo +1 -0
  71. package/tsdown.config.js +17 -0
@@ -0,0 +1,57 @@
1
+ $ tsdown
2
+ ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
3
+ ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-ui-onboarding/tsdown.config.js
4
+ ℹ entry: src/OnboardingMiniApp.tsx, src/example.ts, src/index.ts, src/components/CodeSnippet.tsx, src/components/JourneyMap.tsx, src/components/StepChecklist.tsx, src/components/index.ts, src/docs/index.ts, src/docs/learning-journey-ui-onboarding.docblock.ts, src/views/Overview.tsx, src/views/Progress.tsx, src/views/Steps.tsx, src/views/Timeline.tsx, src/views/index.ts
5
+ ℹ target: esnext
6
+ ℹ tsconfig: tsconfig.json
7
+ ℹ Build start
8
+ ℹ Cleaning 50 files
9
+ ℹ dist/views/Overview.js 6.97 kB │ gzip: 1.81 kB
10
+ ℹ dist/views/Progress.js 6.47 kB │ gzip: 1.54 kB
11
+ ℹ dist/views/Timeline.js 4.54 kB │ gzip: 1.29 kB
12
+ ℹ dist/components/StepChecklist.js 3.23 kB │ gzip: 1.02 kB
13
+ ℹ dist/views/Steps.js 3.02 kB │ gzip: 1.02 kB
14
+ ℹ dist/OnboardingMiniApp.js 2.35 kB │ gzip: 0.79 kB
15
+ ℹ dist/components/JourneyMap.js 2.15 kB │ gzip: 0.93 kB
16
+ ℹ dist/components/CodeSnippet.js 1.60 kB │ gzip: 0.69 kB
17
+ ℹ dist/example.js 0.98 kB │ gzip: 0.52 kB
18
+ ℹ dist/docs/learning-journey-ui-onboarding.docblock.js 0.84 kB │ gzip: 0.47 kB
19
+ ℹ dist/index.js 0.72 kB │ gzip: 0.25 kB
20
+ ℹ dist/views/index.js 0.24 kB │ gzip: 0.12 kB
21
+ ℹ dist/components/index.js 0.20 kB │ gzip: 0.11 kB
22
+ ℹ dist/docs/index.js 0.06 kB │ gzip: 0.07 kB
23
+ ℹ dist/views/Overview.js.map 9.61 kB │ gzip: 2.79 kB
24
+ ℹ dist/views/Progress.js.map 8.69 kB │ gzip: 2.35 kB
25
+ ℹ dist/views/Timeline.js.map 7.03 kB │ gzip: 2.05 kB
26
+ ℹ dist/components/StepChecklist.js.map 5.22 kB │ gzip: 1.71 kB
27
+ ℹ dist/views/Steps.js.map 4.63 kB │ gzip: 1.65 kB
28
+ ℹ dist/components/JourneyMap.js.map 3.90 kB │ gzip: 1.52 kB
29
+ ℹ dist/OnboardingMiniApp.js.map 3.64 kB │ gzip: 1.31 kB
30
+ ℹ dist/components/CodeSnippet.js.map 2.13 kB │ gzip: 0.99 kB
31
+ ℹ dist/example.js.map 1.41 kB │ gzip: 0.71 kB
32
+ ℹ dist/docs/learning-journey-ui-onboarding.docblock.js.map 1.18 kB │ gzip: 0.62 kB
33
+ ℹ dist/components/StepChecklist.d.ts.map 0.43 kB │ gzip: 0.24 kB
34
+ ℹ dist/OnboardingMiniApp.d.ts.map 0.31 kB │ gzip: 0.22 kB
35
+ ℹ dist/components/JourneyMap.d.ts.map 0.30 kB │ gzip: 0.21 kB
36
+ ℹ dist/components/CodeSnippet.d.ts.map 0.28 kB │ gzip: 0.20 kB
37
+ ℹ dist/views/Overview.d.ts.map 0.26 kB │ gzip: 0.19 kB
38
+ ℹ dist/views/Progress.d.ts.map 0.17 kB │ gzip: 0.15 kB
39
+ ℹ dist/views/Timeline.d.ts.map 0.17 kB │ gzip: 0.15 kB
40
+ ℹ dist/views/Steps.d.ts.map 0.17 kB │ gzip: 0.15 kB
41
+ ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
42
+ ℹ dist/index.d.ts 0.67 kB │ gzip: 0.24 kB
43
+ ℹ dist/components/StepChecklist.d.ts 0.66 kB │ gzip: 0.34 kB
44
+ ℹ dist/OnboardingMiniApp.d.ts 0.60 kB │ gzip: 0.33 kB
45
+ ℹ dist/components/JourneyMap.d.ts 0.52 kB │ gzip: 0.30 kB
46
+ ℹ dist/views/Overview.d.ts 0.46 kB │ gzip: 0.29 kB
47
+ ℹ dist/views/Progress.d.ts 0.39 kB │ gzip: 0.25 kB
48
+ ℹ dist/components/CodeSnippet.d.ts 0.38 kB │ gzip: 0.23 kB
49
+ ℹ dist/views/Steps.d.ts 0.36 kB │ gzip: 0.25 kB
50
+ ℹ dist/views/Timeline.d.ts 0.35 kB │ gzip: 0.24 kB
51
+ ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
52
+ ℹ dist/views/index.d.ts 0.24 kB │ gzip: 0.12 kB
53
+ ℹ dist/components/index.d.ts 0.20 kB │ gzip: 0.11 kB
54
+ ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
55
+ ℹ dist/docs/learning-journey-ui-onboarding.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
56
+ ℹ 47 files, total: 88.14 kB
57
+ ✔ Build complete in 19495ms
@@ -0,0 +1,58 @@
1
+ $ bun build:types && bun build:bundle
2
+ $ tsc --noEmit
3
+ $ tsdown
4
+ ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
5
+ ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-ui-onboarding/tsdown.config.js
6
+ ℹ entry: src/OnboardingMiniApp.tsx, src/example.ts, src/index.ts, src/components/CodeSnippet.tsx, src/components/JourneyMap.tsx, src/components/StepChecklist.tsx, src/components/index.ts, src/docs/index.ts, src/docs/learning-journey-ui-onboarding.docblock.ts, src/views/Overview.tsx, src/views/Progress.tsx, src/views/Steps.tsx, src/views/Timeline.tsx, src/views/index.ts
7
+ ℹ target: esnext
8
+ ℹ tsconfig: tsconfig.json
9
+ ℹ Build start
10
+ ℹ dist/views/Overview.js 6.97 kB │ gzip: 1.81 kB
11
+ ℹ dist/views/Progress.js 6.47 kB │ gzip: 1.54 kB
12
+ ℹ dist/views/Timeline.js 4.54 kB │ gzip: 1.29 kB
13
+ ℹ dist/components/StepChecklist.js 3.23 kB │ gzip: 1.02 kB
14
+ ℹ dist/views/Steps.js 3.02 kB │ gzip: 1.02 kB
15
+ ℹ dist/OnboardingMiniApp.js 2.35 kB │ gzip: 0.79 kB
16
+ ℹ dist/components/JourneyMap.js 2.15 kB │ gzip: 0.93 kB
17
+ ℹ dist/components/CodeSnippet.js 1.60 kB │ gzip: 0.69 kB
18
+ ℹ dist/example.js 0.98 kB │ gzip: 0.52 kB
19
+ ℹ dist/docs/learning-journey-ui-onboarding.docblock.js 0.84 kB │ gzip: 0.47 kB
20
+ ℹ dist/index.js 0.72 kB │ gzip: 0.25 kB
21
+ ℹ dist/views/index.js 0.24 kB │ gzip: 0.12 kB
22
+ ℹ dist/components/index.js 0.20 kB │ gzip: 0.11 kB
23
+ ℹ dist/docs/index.js 0.06 kB │ gzip: 0.07 kB
24
+ ℹ dist/views/Overview.js.map 9.61 kB │ gzip: 2.79 kB
25
+ ℹ dist/views/Progress.js.map 8.69 kB │ gzip: 2.35 kB
26
+ ℹ dist/views/Timeline.js.map 7.03 kB │ gzip: 2.05 kB
27
+ ℹ dist/components/StepChecklist.js.map 5.22 kB │ gzip: 1.71 kB
28
+ ℹ dist/views/Steps.js.map 4.63 kB │ gzip: 1.65 kB
29
+ ℹ dist/components/JourneyMap.js.map 3.90 kB │ gzip: 1.52 kB
30
+ ℹ dist/OnboardingMiniApp.js.map 3.64 kB │ gzip: 1.31 kB
31
+ ℹ dist/components/CodeSnippet.js.map 2.13 kB │ gzip: 0.99 kB
32
+ ℹ dist/example.js.map 1.41 kB │ gzip: 0.71 kB
33
+ ℹ dist/docs/learning-journey-ui-onboarding.docblock.js.map 1.18 kB │ gzip: 0.62 kB
34
+ ℹ dist/components/StepChecklist.d.ts.map 0.43 kB │ gzip: 0.24 kB
35
+ ℹ dist/OnboardingMiniApp.d.ts.map 0.31 kB │ gzip: 0.22 kB
36
+ ℹ dist/components/JourneyMap.d.ts.map 0.30 kB │ gzip: 0.21 kB
37
+ ℹ dist/components/CodeSnippet.d.ts.map 0.28 kB │ gzip: 0.20 kB
38
+ ℹ dist/views/Overview.d.ts.map 0.26 kB │ gzip: 0.19 kB
39
+ ℹ dist/views/Progress.d.ts.map 0.17 kB │ gzip: 0.15 kB
40
+ ℹ dist/views/Timeline.d.ts.map 0.17 kB │ gzip: 0.15 kB
41
+ ℹ dist/views/Steps.d.ts.map 0.17 kB │ gzip: 0.15 kB
42
+ ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
43
+ ℹ dist/index.d.ts 0.67 kB │ gzip: 0.24 kB
44
+ ℹ dist/components/StepChecklist.d.ts 0.66 kB │ gzip: 0.34 kB
45
+ ℹ dist/OnboardingMiniApp.d.ts 0.60 kB │ gzip: 0.33 kB
46
+ ℹ dist/components/JourneyMap.d.ts 0.52 kB │ gzip: 0.30 kB
47
+ ℹ dist/views/Overview.d.ts 0.46 kB │ gzip: 0.29 kB
48
+ ℹ dist/views/Progress.d.ts 0.39 kB │ gzip: 0.25 kB
49
+ ℹ dist/components/CodeSnippet.d.ts 0.38 kB │ gzip: 0.23 kB
50
+ ℹ dist/views/Steps.d.ts 0.36 kB │ gzip: 0.25 kB
51
+ ℹ dist/views/Timeline.d.ts 0.35 kB │ gzip: 0.24 kB
52
+ ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
53
+ ℹ dist/views/index.d.ts 0.24 kB │ gzip: 0.12 kB
54
+ ℹ dist/components/index.d.ts 0.20 kB │ gzip: 0.11 kB
55
+ ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
56
+ ℹ dist/docs/learning-journey-ui-onboarding.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
57
+ ℹ 47 files, total: 88.14 kB
58
+ ✔ Build complete in 21288ms
package/CHANGELOG.md ADDED
@@ -0,0 +1,494 @@
1
+ # @contractspec/example.learning-journey-ui-onboarding
2
+
3
+ ## 0.0.0-canary-20260113170453
4
+
5
+ ### Minor Changes
6
+
7
+ - caf8701: feat: add cli vibe command to run workflow
8
+ - c69b849: feat: add api web services (mcp & website)
9
+ - 42b8d78: feat: add cli `contractspec vibe` workflow to simplify usage
10
+ - fd38e85: feat: auto-fix contractspec issues
11
+
12
+ ### Patch Changes
13
+
14
+ - e7ded36: feat: improve stability (adding ts-morph)
15
+ - c231a8b: test: improve workspace stability
16
+ - Updated dependencies [e7ded36]
17
+ - Updated dependencies [caf8701]
18
+ - Updated dependencies [c69b849]
19
+ - Updated dependencies [c231a8b]
20
+ - Updated dependencies [42b8d78]
21
+ - Updated dependencies [fd38e85]
22
+ - @contractspec/example.learning-journey-studio-onboarding@0.0.0-canary-20260113170453
23
+ - @contractspec/example.learning-journey-platform-tour@0.0.0-canary-20260113170453
24
+ - @contractspec/example.learning-journey-ui-shared@0.0.0-canary-20260113170453
25
+ - @contractspec/module.learning-journey@0.0.0-canary-20260113170453
26
+ - @contractspec/lib.design-system@0.0.0-canary-20260113170453
27
+ - @contractspec/lib.ui-kit-core@0.0.0-canary-20260113170453
28
+ - @contractspec/lib.ui-kit-web@0.0.0-canary-20260113170453
29
+ - @contractspec/lib.contracts@0.0.0-canary-20260113170453
30
+
31
+ ## 1.46.2
32
+
33
+ ### Patch Changes
34
+
35
+ - 7e21625: feat: library services (landing page & api)
36
+ - Updated dependencies [7e21625]
37
+ - @contractspec/example.learning-journey-studio-onboarding@1.46.2
38
+ - @contractspec/example.learning-journey-platform-tour@1.46.2
39
+ - @contractspec/example.learning-journey-ui-shared@1.46.2
40
+ - @contractspec/module.learning-journey@1.46.2
41
+ - @contractspec/lib.design-system@1.46.2
42
+ - @contractspec/lib.ui-kit-core@1.46.2
43
+ - @contractspec/lib.ui-kit-web@1.46.2
44
+ - @contractspec/lib.contracts@1.46.2
45
+
46
+ ## 1.46.1
47
+
48
+ ### Patch Changes
49
+
50
+ - 2d8a72b: fix: mcp for presentation
51
+ - Updated dependencies [2d8a72b]
52
+ - @contractspec/example.learning-journey-studio-onboarding@1.46.1
53
+ - @contractspec/example.learning-journey-platform-tour@1.46.1
54
+ - @contractspec/example.learning-journey-ui-shared@1.46.1
55
+ - @contractspec/module.learning-journey@1.46.1
56
+ - @contractspec/lib.design-system@1.46.1
57
+ - @contractspec/lib.ui-kit-core@1.46.1
58
+ - @contractspec/lib.ui-kit-web@1.46.1
59
+ - @contractspec/lib.contracts@1.46.1
60
+
61
+ ## 1.46.0
62
+
63
+ ### Minor Changes
64
+
65
+ - 07cb19b: feat: feat: cleaude code & opencode integrations
66
+
67
+ ### Patch Changes
68
+
69
+ - Updated dependencies [07cb19b]
70
+ - @contractspec/example.learning-journey-studio-onboarding@1.46.0
71
+ - @contractspec/example.learning-journey-platform-tour@1.46.0
72
+ - @contractspec/example.learning-journey-ui-shared@1.46.0
73
+ - @contractspec/module.learning-journey@1.46.0
74
+ - @contractspec/lib.design-system@1.46.0
75
+ - @contractspec/lib.ui-kit-core@1.46.0
76
+ - @contractspec/lib.ui-kit-web@1.46.0
77
+ - @contractspec/lib.contracts@1.46.0
78
+
79
+ ## 1.45.6
80
+
81
+ ### Patch Changes
82
+
83
+ - a913074: feat: improve ai agents rules management"
84
+ - Updated dependencies [a913074]
85
+ - @contractspec/example.learning-journey-studio-onboarding@1.45.6
86
+ - @contractspec/example.learning-journey-platform-tour@1.45.6
87
+ - @contractspec/example.learning-journey-ui-shared@1.45.6
88
+ - @contractspec/module.learning-journey@1.45.6
89
+ - @contractspec/lib.design-system@1.45.6
90
+ - @contractspec/lib.ui-kit-core@1.45.6
91
+ - @contractspec/lib.ui-kit-web@1.45.6
92
+ - @contractspec/lib.contracts@1.45.6
93
+
94
+ ## 1.45.5
95
+
96
+ ### Patch Changes
97
+
98
+ - 9ddd7fa: feat: improve versioning
99
+ - Updated dependencies [9ddd7fa]
100
+ - @contractspec/example.learning-journey-studio-onboarding@1.45.5
101
+ - @contractspec/example.learning-journey-platform-tour@1.45.5
102
+ - @contractspec/example.learning-journey-ui-shared@1.45.5
103
+ - @contractspec/module.learning-journey@1.45.5
104
+ - @contractspec/lib.design-system@1.45.5
105
+ - @contractspec/lib.ui-kit-core@1.45.5
106
+ - @contractspec/lib.ui-kit-web@1.45.5
107
+ - @contractspec/lib.contracts@1.45.5
108
+
109
+ ## 1.45.4
110
+
111
+ ### Patch Changes
112
+
113
+ - fix: github action
114
+ - Updated dependencies
115
+ - @contractspec/example.learning-journey-studio-onboarding@1.45.4
116
+ - @contractspec/example.learning-journey-platform-tour@1.45.4
117
+ - @contractspec/example.learning-journey-ui-shared@1.45.4
118
+ - @contractspec/module.learning-journey@1.45.4
119
+ - @contractspec/lib.design-system@1.45.4
120
+ - @contractspec/lib.ui-kit-core@1.45.4
121
+ - @contractspec/lib.ui-kit-web@1.45.4
122
+ - @contractspec/lib.contracts@1.45.4
123
+
124
+ ## 1.45.3
125
+
126
+ ### Patch Changes
127
+
128
+ - e74ea9e: feat: version management
129
+ - Updated dependencies [e74ea9e]
130
+ - @contractspec/example.learning-journey-studio-onboarding@1.45.3
131
+ - @contractspec/example.learning-journey-platform-tour@1.45.3
132
+ - @contractspec/example.learning-journey-ui-shared@1.45.3
133
+ - @contractspec/module.learning-journey@1.45.3
134
+ - @contractspec/lib.design-system@1.45.3
135
+ - @contractspec/lib.ui-kit-core@1.45.3
136
+ - @contractspec/lib.ui-kit-web@1.45.3
137
+ - @contractspec/lib.contracts@1.45.3
138
+
139
+ ## 1.45.2
140
+
141
+ ### Patch Changes
142
+
143
+ - 39ca241: code cleaning
144
+ - Updated dependencies [39ca241]
145
+ - @contractspec/example.learning-journey-studio-onboarding@1.45.2
146
+ - @contractspec/example.learning-journey-platform-tour@1.45.2
147
+ - @contractspec/example.learning-journey-ui-shared@1.45.2
148
+ - @contractspec/module.learning-journey@1.45.2
149
+ - @contractspec/lib.design-system@1.45.2
150
+ - @contractspec/lib.ui-kit-core@1.45.2
151
+ - @contractspec/lib.ui-kit-web@1.45.2
152
+ - @contractspec/lib.contracts@1.45.2
153
+
154
+ ## 1.45.1
155
+
156
+ ### Patch Changes
157
+
158
+ - feat: improve app config and examples contracts
159
+ - Updated dependencies
160
+ - @contractspec/example.learning-journey-studio-onboarding@1.45.1
161
+ - @contractspec/example.learning-journey-platform-tour@1.45.1
162
+ - @contractspec/example.learning-journey-ui-shared@1.45.1
163
+ - @contractspec/module.learning-journey@1.45.1
164
+ - @contractspec/lib.design-system@1.45.1
165
+ - @contractspec/lib.ui-kit-core@1.45.1
166
+ - @contractspec/lib.ui-kit-web@1.45.1
167
+ - @contractspec/lib.contracts@1.45.1
168
+ - @contractspec/lib.schema@1.45.1
169
+
170
+ ## 1.45.0
171
+
172
+ ### Minor Changes
173
+
174
+ - e73ca1d: feat: improve app config and examples contracts
175
+ feat: Contract layers support (features, examples, app-configs)
176
+
177
+ ### New CLI Commands
178
+ - `contractspec list layers` - List all contract layers with filtering
179
+
180
+ ### Enhanced Commands
181
+ - `contractspec ci` - New `layers` check category validates features/examples/config
182
+ - `contractspec doctor` - New `layers` health checks
183
+ - `contractspec integrity` - Now shows layer statistics
184
+
185
+ ### New APIs
186
+ - `discoverLayers()` - Scan workspace for all layer files
187
+ - `scanExampleSource()` - Parse ExampleSpec from source code
188
+ - `isExampleFile()` - Check if file is an example spec
189
+
190
+ ### Patch Changes
191
+
192
+ - Updated dependencies [e73ca1d]
193
+ - @contractspec/example.learning-journey-studio-onboarding@1.45.0
194
+ - @contractspec/example.learning-journey-platform-tour@1.45.0
195
+ - @contractspec/example.learning-journey-ui-shared@1.45.0
196
+ - @contractspec/module.learning-journey@1.45.0
197
+ - @contractspec/lib.design-system@1.45.0
198
+ - @contractspec/lib.ui-kit-core@1.45.0
199
+ - @contractspec/lib.ui-kit-web@1.45.0
200
+ - @contractspec/lib.contracts@1.45.0
201
+ - @contractspec/lib.schema@1.45.0
202
+
203
+ ## 1.44.1
204
+
205
+ ### Patch Changes
206
+
207
+ - 3c594fb: fix
208
+ - Updated dependencies [3c594fb]
209
+ - @contractspec/example.learning-journey-studio-onboarding@1.44.1
210
+ - @contractspec/example.learning-journey-platform-tour@1.44.1
211
+ - @contractspec/example.learning-journey-ui-shared@1.44.1
212
+ - @contractspec/module.learning-journey@1.44.1
213
+ - @contractspec/lib.design-system@1.44.1
214
+ - @contractspec/lib.ui-kit-core@1.44.1
215
+ - @contractspec/lib.ui-kit-web@1.44.1
216
+ - @contractspec/lib.contracts@1.44.1
217
+ - @contractspec/lib.schema@1.44.1
218
+
219
+ ## 1.44.0
220
+
221
+ ### Minor Changes
222
+
223
+ - 5f3a868: chore: isolate branding to contractspec.io
224
+
225
+ ### Patch Changes
226
+
227
+ - Updated dependencies [5f3a868]
228
+ - @contractspec/example.learning-journey-studio-onboarding@1.44.0
229
+ - @contractspec/example.learning-journey-platform-tour@1.44.0
230
+ - @contractspec/example.learning-journey-ui-shared@1.44.0
231
+ - @contractspec/module.learning-journey@1.44.0
232
+ - @contractspec/lib.design-system@1.44.0
233
+ - @contractspec/lib.ui-kit-core@1.44.0
234
+ - @contractspec/lib.ui-kit-web@1.44.0
235
+ - @contractspec/lib.contracts@1.44.0
236
+ - @contractspec/lib.schema@1.44.0
237
+
238
+ ## 1.43.4
239
+
240
+ ### Patch Changes
241
+
242
+ - 9216062: fix: cross-platform compatibility
243
+ - Updated dependencies [9216062]
244
+ - @contractspec/example.learning-journey-studio-onboarding@1.43.3
245
+ - @contractspec/example.learning-journey-platform-tour@1.43.3
246
+ - @contractspec/example.learning-journey-ui-shared@1.43.4
247
+ - @contractspec/module.learning-journey@1.43.4
248
+ - @contractspec/lib.design-system@1.43.4
249
+ - @contractspec/lib.ui-kit-core@1.43.3
250
+ - @contractspec/lib.ui-kit-web@1.43.3
251
+ - @contractspec/lib.contracts@1.43.4
252
+ - @contractspec/lib.schema@1.43.3
253
+
254
+ ## 1.43.3
255
+
256
+ ### Patch Changes
257
+
258
+ - 24d9759: improve documentation
259
+ - Updated dependencies [24d9759]
260
+ - @contractspec/example.learning-journey-studio-onboarding@1.43.2
261
+ - @contractspec/example.learning-journey-platform-tour@1.43.2
262
+ - @contractspec/example.learning-journey-ui-shared@1.43.3
263
+ - @contractspec/module.learning-journey@1.43.3
264
+ - @contractspec/lib.design-system@1.43.3
265
+ - @contractspec/lib.ui-kit-core@1.43.2
266
+ - @contractspec/lib.ui-kit-web@1.43.2
267
+ - @contractspec/lib.contracts@1.43.3
268
+ - @contractspec/lib.schema@1.43.2
269
+
270
+ ## 1.43.2
271
+
272
+ ### Patch Changes
273
+
274
+ - e147271: fix: improve stability
275
+ - Updated dependencies [e147271]
276
+ - @contractspec/example.learning-journey-studio-onboarding@1.43.2
277
+ - @contractspec/example.learning-journey-platform-tour@1.43.2
278
+ - @contractspec/example.learning-journey-ui-shared@1.43.2
279
+ - @contractspec/module.learning-journey@1.43.2
280
+ - @contractspec/lib.design-system@1.43.2
281
+ - @contractspec/lib.contracts@1.43.2
282
+ - @contractspec/lib.schema@1.43.1
283
+ - @contractspec/lib.ui-kit-core@1.43.1
284
+ - @contractspec/lib.ui-kit-web@1.43.1
285
+
286
+ ## 1.43.1
287
+
288
+ ### Patch Changes
289
+
290
+ - Updated dependencies [f28fdad]
291
+ - @contractspec/lib.contracts@1.43.1
292
+ - @contractspec/example.learning-journey-platform-tour@1.43.1
293
+ - @contractspec/example.learning-journey-studio-onboarding@1.43.1
294
+ - @contractspec/example.learning-journey-ui-shared@1.43.1
295
+ - @contractspec/lib.design-system@1.43.1
296
+ - @contractspec/module.learning-journey@1.43.1
297
+
298
+ ## 1.43.0
299
+
300
+ ### Minor Changes
301
+
302
+ - 042d072: feat: schema declaration using json schema, including zod
303
+
304
+ ### Patch Changes
305
+
306
+ - Updated dependencies [042d072]
307
+ - @contractspec/example.learning-journey-studio-onboarding@1.43.0
308
+ - @contractspec/example.learning-journey-platform-tour@1.43.0
309
+ - @contractspec/example.learning-journey-ui-shared@1.43.0
310
+ - @contractspec/module.learning-journey@1.43.0
311
+ - @contractspec/lib.design-system@1.43.0
312
+ - @contractspec/lib.ui-kit-core@1.43.0
313
+ - @contractspec/lib.ui-kit-web@1.43.0
314
+ - @contractspec/lib.contracts@1.43.0
315
+ - @contractspec/lib.schema@1.43.0
316
+
317
+ ## 1.42.10
318
+
319
+ ### Patch Changes
320
+
321
+ - 1e6a0f1: fix: mcp server
322
+ - Updated dependencies [1e6a0f1]
323
+ - @contractspec/example.learning-journey-studio-onboarding@1.42.10
324
+ - @contractspec/example.learning-journey-platform-tour@1.42.9
325
+ - @contractspec/example.learning-journey-ui-shared@1.42.10
326
+ - @contractspec/module.learning-journey@1.42.10
327
+ - @contractspec/lib.design-system@1.42.10
328
+ - @contractspec/lib.ui-kit-core@1.42.10
329
+ - @contractspec/lib.ui-kit-web@1.42.10
330
+ - @contractspec/lib.contracts@1.42.10
331
+ - @contractspec/lib.schema@1.42.10
332
+
333
+ ## 1.42.9
334
+
335
+ ### Patch Changes
336
+
337
+ - 9281db7: fix ModelRegistry
338
+ - Updated dependencies [9281db7]
339
+ - @contractspec/example.learning-journey-studio-onboarding@1.42.9
340
+ - @contractspec/example.learning-journey-platform-tour@1.42.8
341
+ - @contractspec/example.learning-journey-ui-shared@1.42.9
342
+ - @contractspec/module.learning-journey@1.42.9
343
+ - @contractspec/lib.design-system@1.42.9
344
+ - @contractspec/lib.ui-kit-core@1.42.9
345
+ - @contractspec/lib.ui-kit-web@1.42.9
346
+ - @contractspec/lib.contracts@1.42.9
347
+ - @contractspec/lib.schema@1.42.9
348
+
349
+ ## 1.42.8
350
+
351
+ ### Patch Changes
352
+
353
+ - e07b5ac: fix
354
+ - Updated dependencies [e07b5ac]
355
+ - @contractspec/example.learning-journey-studio-onboarding@1.42.8
356
+ - @contractspec/example.learning-journey-platform-tour@1.42.7
357
+ - @contractspec/example.learning-journey-ui-shared@1.42.8
358
+ - @contractspec/module.learning-journey@1.42.8
359
+ - @contractspec/lib.design-system@1.42.8
360
+ - @contractspec/lib.ui-kit-core@1.42.8
361
+ - @contractspec/lib.ui-kit-web@1.42.8
362
+ - @contractspec/lib.contracts@1.42.8
363
+ - @contractspec/lib.schema@1.42.8
364
+
365
+ ## 1.42.7
366
+
367
+ ### Patch Changes
368
+
369
+ - e9b575d: fix release
370
+ - Updated dependencies [e9b575d]
371
+ - @contractspec/example.learning-journey-studio-onboarding@1.42.7
372
+ - @contractspec/example.learning-journey-platform-tour@1.42.6
373
+ - @contractspec/example.learning-journey-ui-shared@1.42.7
374
+ - @contractspec/module.learning-journey@1.42.7
375
+ - @contractspec/lib.design-system@1.42.7
376
+ - @contractspec/lib.ui-kit-core@1.42.7
377
+ - @contractspec/lib.ui-kit-web@1.42.7
378
+ - @contractspec/lib.contracts@1.42.7
379
+ - @contractspec/lib.schema@1.42.7
380
+
381
+ ## 1.42.6
382
+
383
+ ### Patch Changes
384
+
385
+ - 1500242: fix tooling
386
+ - Updated dependencies [1500242]
387
+ - @contractspec/example.learning-journey-studio-onboarding@1.42.6
388
+ - @contractspec/example.learning-journey-platform-tour@1.42.5
389
+ - @contractspec/example.learning-journey-ui-shared@1.42.6
390
+ - @contractspec/module.learning-journey@1.42.6
391
+ - @contractspec/lib.design-system@1.42.6
392
+ - @contractspec/lib.ui-kit-core@1.42.6
393
+ - @contractspec/lib.ui-kit-web@1.42.6
394
+ - @contractspec/lib.contracts@1.42.6
395
+ - @contractspec/lib.schema@1.42.6
396
+
397
+ ## 1.42.5
398
+
399
+ ### Patch Changes
400
+
401
+ - 1299719: fix vscode
402
+ - Updated dependencies [1299719]
403
+ - @contractspec/example.learning-journey-studio-onboarding@1.42.5
404
+ - @contractspec/example.learning-journey-platform-tour@1.42.4
405
+ - @contractspec/example.learning-journey-ui-shared@1.42.5
406
+ - @contractspec/module.learning-journey@1.42.5
407
+ - @contractspec/lib.design-system@1.42.5
408
+ - @contractspec/lib.ui-kit-core@1.42.5
409
+ - @contractspec/lib.ui-kit-web@1.42.5
410
+ - @contractspec/lib.contracts@1.42.5
411
+ - @contractspec/lib.schema@1.42.5
412
+
413
+ ## 1.42.4
414
+
415
+ ### Patch Changes
416
+
417
+ - ac28b99: fix: generate from openapi
418
+ - Updated dependencies [ac28b99]
419
+ - @contractspec/example.learning-journey-studio-onboarding@1.42.4
420
+ - @contractspec/example.learning-journey-platform-tour@1.42.3
421
+ - @contractspec/example.learning-journey-ui-shared@1.42.4
422
+ - @contractspec/module.learning-journey@1.42.4
423
+ - @contractspec/lib.design-system@1.42.4
424
+ - @contractspec/lib.ui-kit-core@1.42.4
425
+ - @contractspec/lib.ui-kit-web@1.42.4
426
+ - @contractspec/lib.contracts@1.42.4
427
+ - @contractspec/lib.schema@1.42.4
428
+
429
+ ## 1.42.3
430
+
431
+ ### Patch Changes
432
+
433
+ - 3f5d015: fix(tooling): cicd
434
+ - Updated dependencies [3f5d015]
435
+ - @contractspec/example.learning-journey-platform-tour@1.42.2
436
+ - @contractspec/example.learning-journey-studio-onboarding@1.42.3
437
+ - @contractspec/example.learning-journey-ui-shared@1.42.3
438
+ - @contractspec/lib.contracts@1.42.3
439
+ - @contractspec/lib.design-system@1.42.3
440
+ - @contractspec/lib.schema@1.42.3
441
+ - @contractspec/lib.ui-kit-core@1.42.3
442
+ - @contractspec/lib.ui-kit-web@1.42.3
443
+ - @contractspec/module.learning-journey@1.42.3
444
+
445
+ ## 1.42.2
446
+
447
+ ### Patch Changes
448
+
449
+ - 1f9ac4c: fix
450
+ - Updated dependencies [1f9ac4c]
451
+ - @contractspec/example.learning-journey-platform-tour@1.42.2
452
+ - @contractspec/example.learning-journey-studio-onboarding@1.42.2
453
+ - @contractspec/example.learning-journey-ui-shared@1.42.2
454
+ - @contractspec/lib.contracts@1.42.2
455
+ - @contractspec/lib.design-system@1.42.2
456
+ - @contractspec/lib.schema@1.42.2
457
+ - @contractspec/lib.ui-kit-core@1.42.2
458
+ - @contractspec/lib.ui-kit-web@1.42.2
459
+ - @contractspec/module.learning-journey@1.42.2
460
+
461
+ ## 1.42.1
462
+
463
+ ### Patch Changes
464
+
465
+ - f043995: Fix release
466
+ - Updated dependencies [f043995]
467
+ - @contractspec/example.learning-journey-studio-onboarding@1.42.1
468
+ - @contractspec/example.learning-journey-platform-tour@1.42.1
469
+ - @contractspec/example.learning-journey-ui-shared@1.42.1
470
+ - @contractspec/module.learning-journey@1.42.1
471
+ - @contractspec/lib.design-system@1.42.1
472
+ - @contractspec/lib.ui-kit-core@1.42.1
473
+ - @contractspec/lib.ui-kit-web@1.42.1
474
+ - @contractspec/lib.contracts@1.42.1
475
+ - @contractspec/lib.schema@1.42.1
476
+
477
+ ## 1.42.0
478
+
479
+ ### Minor Changes
480
+
481
+ - 8eefd9c: initial release
482
+
483
+ ### Patch Changes
484
+
485
+ - Updated dependencies [8eefd9c]
486
+ - @contractspec/example.learning-journey-platform-tour@1.42.0
487
+ - @contractspec/example.learning-journey-studio-onboarding@1.42.0
488
+ - @contractspec/example.learning-journey-ui-shared@1.42.0
489
+ - @contractspec/lib.contracts@1.42.0
490
+ - @contractspec/lib.design-system@1.42.0
491
+ - @contractspec/lib.schema@1.42.0
492
+ - @contractspec/lib.ui-kit-core@1.42.0
493
+ - @contractspec/lib.ui-kit-web@1.42.0
494
+ - @contractspec/module.learning-journey@1.42.0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Chaman Ventures, SASU
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,35 @@
1
+ # @contractspec/example.learning-journey-ui-onboarding
2
+
3
+ Website: https://contractspec.io/
4
+
5
+
6
+ Developer onboarding UI with checklists and journey maps.
7
+
8
+ ## Features
9
+
10
+ - **Overview**: Welcome banner with progress summary and "Get Started" CTA
11
+ - **Steps**: Accordion-style checklist with expandable instructions
12
+ - **Progress**: Circular progress indicator, XP bar, and step breakdown
13
+ - **Timeline**: Journey map with surface icons and detailed step timeline
14
+
15
+ ## Usage
16
+
17
+ ```tsx
18
+ import { OnboardingMiniApp } from '@contractspec/example.learning-journey-ui-onboarding';
19
+ import { studioGettingStartedTrack } from '@contractspec/example.learning-journey-studio-onboarding/track';
20
+
21
+ function MyApp() {
22
+ return (
23
+ <OnboardingMiniApp
24
+ track={studioGettingStartedTrack}
25
+ initialView="overview"
26
+ />
27
+ );
28
+ }
29
+ ```
30
+
31
+ ## Components
32
+
33
+ - **StepChecklist** - Expandable accordion step with completion action
34
+ - **CodeSnippet** - Inline code display with copy button
35
+ - **JourneyMap** - Horizontal connected node journey visualization