@lssm/example.learning-journey-registry 0.0.0-canary-20251217083314 → 1.41.0

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 (379) hide show
  1. package/.turbo/turbo-build.log +53 -55
  2. package/dist/api.js +1 -170
  3. package/dist/docs/index.js +1 -1
  4. package/dist/docs/learning-journey-registry.docblock.js +1 -38
  5. package/dist/example.js +1 -34
  6. package/dist/index.js +1 -13
  7. package/dist/learning-journey-registry.feature.js +1 -66
  8. package/dist/libs/contracts/src/docs/PUBLISHING.docblock.js +76 -0
  9. package/dist/libs/contracts/src/docs/accessibility_wcag_compliance_specs.docblock.js +350 -0
  10. package/dist/libs/contracts/src/docs/index.js +1 -0
  11. package/dist/libs/contracts/src/docs/presentations.js +1 -0
  12. package/dist/libs/contracts/src/docs/registry.js +1 -0
  13. package/dist/libs/contracts/src/docs/tech/PHASE_1_QUICKSTART.docblock.js +383 -0
  14. package/dist/libs/contracts/src/docs/tech/PHASE_2_AI_NATIVE_OPERATIONS.docblock.js +68 -0
  15. package/dist/libs/contracts/src/docs/tech/PHASE_3_AUTO_EVOLUTION.docblock.js +140 -0
  16. package/dist/libs/contracts/src/docs/tech/PHASE_4_PERSONALIZATION_ENGINE.docblock.js +86 -0
  17. package/dist/libs/contracts/src/docs/tech/PHASE_5_ZERO_TOUCH_OPERATIONS.docblock.js +1 -0
  18. package/dist/{examples/learning-journey-ui-coaching/dist/libs/contracts/dist → libs/contracts/src}/docs/tech/auth/better-auth-nextjs.docblock.js +2 -23
  19. package/dist/{examples/learning-journey-ui-gamified/dist/libs/contracts/dist → libs/contracts/src}/docs/tech/contracts/openapi-export.docblock.js +2 -20
  20. package/dist/libs/contracts/src/docs/tech/lifecycle-stage-system.docblock.js +213 -0
  21. package/dist/{examples/learning-journey-ui-gamified/dist/libs/contracts/dist → libs/contracts/src}/docs/tech/llm/llm-integration.docblock.js +5 -72
  22. package/dist/libs/contracts/src/docs/tech/mcp-endpoints.docblock.js +1 -0
  23. package/dist/libs/contracts/src/docs/tech/presentation-runtime.docblock.js +1 -0
  24. package/dist/libs/contracts/src/docs/tech/schema/README.docblock.js +262 -0
  25. package/dist/libs/contracts/src/docs/tech/studio/learning-events.docblock.js +1 -0
  26. package/dist/{examples/learning-journey-ui-gamified/dist/libs/contracts/dist → libs/contracts/src}/docs/tech/studio/learning-journeys.docblock.js +2 -23
  27. package/dist/{examples/learning-journey-ui-coaching/dist/libs/contracts/dist → libs/contracts/src}/docs/tech/studio/platform-admin-panel.docblock.js +2 -22
  28. package/dist/libs/contracts/src/docs/tech/studio/project-access-teams.docblock.js +36 -0
  29. package/dist/libs/contracts/src/docs/tech/studio/project-routing.docblock.js +1 -0
  30. package/dist/libs/contracts/src/docs/tech/studio/sandbox-unlogged.docblock.js +20 -0
  31. package/dist/{examples/learning-journey-ui-coaching/dist/libs/contracts/dist → libs/contracts/src}/docs/tech/studio/team-invitations.docblock.js +36 -39
  32. package/dist/libs/contracts/src/docs/tech/studio/workspace-ops.docblock.js +1 -0
  33. package/dist/{examples/learning-journey-ui-coaching/dist/libs/contracts/dist → libs/contracts/src}/docs/tech/studio/workspaces.docblock.js +2 -22
  34. package/dist/{examples/learning-journey-ui-coaching/dist/libs/contracts/dist → libs/contracts/src}/docs/tech/telemetry-ingest.docblock.js +3 -35
  35. package/dist/libs/contracts/src/docs/tech/templates/runtime.docblock.js +1 -0
  36. package/dist/{examples/learning-journey-ui-coaching/dist/libs/contracts/dist → libs/contracts/src}/docs/tech/vscode-extension.docblock.js +3 -35
  37. package/dist/libs/contracts/src/docs/tech/workflows/overview.docblock.js +1 -0
  38. package/dist/presentations/index.js +1 -64
  39. package/dist/progress-store.js +1 -30
  40. package/dist/tracks.js +1 -47
  41. package/dist/ui/LearningMiniApp.js +1 -82
  42. package/dist/ui/index.js +1 -3
  43. package/package.json +26 -30
  44. package/tsconfig.tsbuildinfo +1 -1
  45. package/tsdown.config.js +1 -11
  46. package/.turbo/turbo-build$colon$bundle.log +0 -424
  47. package/CHANGELOG.md +0 -24
  48. package/dist/api-types.d.ts +0 -40
  49. package/dist/api.d.ts +0 -12
  50. package/dist/docs/index.d.ts +0 -1
  51. package/dist/docs/learning-journey-registry.docblock.d.ts +0 -1
  52. package/dist/example.d.ts +0 -32
  53. package/dist/examples/learning-journey-ambient-coach/dist/track.js +0 -41
  54. package/dist/examples/learning-journey-crm-onboarding/dist/track.js +0 -98
  55. package/dist/examples/learning-journey-duo-drills/dist/track.js +0 -65
  56. package/dist/examples/learning-journey-platform-tour/dist/track.js +0 -105
  57. package/dist/examples/learning-journey-quest-challenges/dist/track.js +0 -35
  58. package/dist/examples/learning-journey-studio-onboarding/dist/track.js +0 -90
  59. package/dist/examples/learning-journey-ui-coaching/dist/CoachingMiniApp.js +0 -64
  60. package/dist/examples/learning-journey-ui-coaching/dist/components/EngagementMeter.js +0 -107
  61. package/dist/examples/learning-journey-ui-coaching/dist/components/TipCard.js +0 -75
  62. package/dist/examples/learning-journey-ui-coaching/dist/components/TipFeed.js +0 -65
  63. package/dist/examples/learning-journey-ui-coaching/dist/components/index.js +0 -3
  64. package/dist/examples/learning-journey-ui-coaching/dist/docs/index.js +0 -1
  65. package/dist/examples/learning-journey-ui-coaching/dist/docs/learning-journey-ui-coaching.docblock.js +0 -20
  66. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/components/BadgeDisplay.js +0 -44
  67. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/components/StreakCounter.js +0 -45
  68. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/components/ViewTabs.js +0 -48
  69. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/components/XpBar.js +0 -46
  70. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/components/index.js +0 -4
  71. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/docs/index.js +0 -1
  72. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/docs/learning-journey-ui-shared.docblock.js +0 -20
  73. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/hooks/index.js +0 -1
  74. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/hooks/useLearningProgress.js +0 -73
  75. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/index.js +0 -8
  76. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/PUBLISHING.docblock.js +0 -15
  77. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js +0 -15
  78. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/index.js +0 -28
  79. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/presentations.js +0 -71
  80. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/registry.js +0 -44
  81. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/PHASE_1_QUICKSTART.docblock.js +0 -15
  82. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/PHASE_2_AI_NATIVE_OPERATIONS.docblock.js +0 -15
  83. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/PHASE_3_AUTO_EVOLUTION.docblock.js +0 -15
  84. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/PHASE_4_PERSONALIZATION_ENGINE.docblock.js +0 -15
  85. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/PHASE_5_ZERO_TOUCH_OPERATIONS.docblock.js +0 -15
  86. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/auth/better-auth-nextjs.docblock.js +0 -79
  87. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +0 -56
  88. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js +0 -15
  89. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js +0 -356
  90. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js +0 -36
  91. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/presentation-runtime.docblock.js +0 -15
  92. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/schema/README.docblock.js +0 -19
  93. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js +0 -47
  94. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/learning-journeys.docblock.js +0 -78
  95. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/platform-admin-panel.docblock.js +0 -83
  96. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js +0 -44
  97. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/project-routing.docblock.js +0 -66
  98. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js +0 -39
  99. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/team-invitations.docblock.js +0 -68
  100. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js +0 -46
  101. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/workspaces.docblock.js +0 -61
  102. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/telemetry-ingest.docblock.js +0 -154
  103. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js +0 -19
  104. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/vscode-extension.docblock.js +0 -100
  105. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js +0 -19
  106. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/design-system/dist/_virtual/rolldown_runtime.js +0 -5
  107. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/design-system/dist/components/atoms/Button.js +0 -33
  108. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/design-system/dist/ui-kit-web/dist/ui/button.js +0 -55
  109. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/design-system/dist/ui-kit-web/dist/ui-kit-core/dist/utils.js +0 -13
  110. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/ui-kit-web/dist/ui/progress.js +0 -23
  111. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/ui-kit-web/dist/ui/utils.js +0 -10
  112. package/dist/examples/learning-journey-ui-coaching/dist/examples/learning-journey-ui-shared/dist/libs/ui-kit-web/dist/ui-kit-core/dist/utils.js +0 -10
  113. package/dist/examples/learning-journey-ui-coaching/dist/index.js +0 -11
  114. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/PUBLISHING.docblock.js +0 -15
  115. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js +0 -15
  116. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/index.js +0 -28
  117. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/presentations.js +0 -71
  118. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/registry.js +0 -44
  119. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/PHASE_1_QUICKSTART.docblock.js +0 -15
  120. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/PHASE_2_AI_NATIVE_OPERATIONS.docblock.js +0 -15
  121. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/PHASE_3_AUTO_EVOLUTION.docblock.js +0 -15
  122. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/PHASE_4_PERSONALIZATION_ENGINE.docblock.js +0 -15
  123. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/PHASE_5_ZERO_TOUCH_OPERATIONS.docblock.js +0 -15
  124. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +0 -56
  125. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js +0 -15
  126. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js +0 -356
  127. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js +0 -36
  128. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/presentation-runtime.docblock.js +0 -15
  129. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/schema/README.docblock.js +0 -19
  130. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js +0 -47
  131. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/studio/learning-journeys.docblock.js +0 -78
  132. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js +0 -44
  133. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/studio/project-routing.docblock.js +0 -66
  134. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js +0 -39
  135. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js +0 -46
  136. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js +0 -19
  137. package/dist/examples/learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js +0 -19
  138. package/dist/examples/learning-journey-ui-coaching/dist/libs/design-system/dist/_virtual/rolldown_runtime.js +0 -5
  139. package/dist/examples/learning-journey-ui-coaching/dist/libs/design-system/dist/components/atoms/Button.js +0 -33
  140. package/dist/examples/learning-journey-ui-coaching/dist/libs/design-system/dist/ui-kit-web/dist/ui/button.js +0 -55
  141. package/dist/examples/learning-journey-ui-coaching/dist/libs/design-system/dist/ui-kit-web/dist/ui-kit-core/dist/utils.js +0 -13
  142. package/dist/examples/learning-journey-ui-coaching/dist/libs/ui-kit-web/dist/ui/card.js +0 -36
  143. package/dist/examples/learning-journey-ui-coaching/dist/libs/ui-kit-web/dist/ui/utils.js +0 -10
  144. package/dist/examples/learning-journey-ui-coaching/dist/libs/ui-kit-web/dist/ui-kit-core/dist/utils.js +0 -10
  145. package/dist/examples/learning-journey-ui-coaching/dist/views/Overview.js +0 -152
  146. package/dist/examples/learning-journey-ui-coaching/dist/views/Progress.js +0 -117
  147. package/dist/examples/learning-journey-ui-coaching/dist/views/Steps.js +0 -68
  148. package/dist/examples/learning-journey-ui-coaching/dist/views/Timeline.js +0 -112
  149. package/dist/examples/learning-journey-ui-coaching/dist/views/index.js +0 -4
  150. package/dist/examples/learning-journey-ui-gamified/dist/GamifiedMiniApp.js +0 -64
  151. package/dist/examples/learning-journey-ui-gamified/dist/components/DayCalendar.js +0 -32
  152. package/dist/examples/learning-journey-ui-gamified/dist/components/FlashCard.js +0 -79
  153. package/dist/examples/learning-journey-ui-gamified/dist/components/MasteryRing.js +0 -81
  154. package/dist/examples/learning-journey-ui-gamified/dist/components/index.js +0 -3
  155. package/dist/examples/learning-journey-ui-gamified/dist/docs/index.js +0 -1
  156. package/dist/examples/learning-journey-ui-gamified/dist/docs/learning-journey-ui-gamified.docblock.js +0 -20
  157. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/components/BadgeDisplay.js +0 -44
  158. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/components/StreakCounter.js +0 -45
  159. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/components/ViewTabs.js +0 -48
  160. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/components/XpBar.js +0 -46
  161. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/components/index.js +0 -4
  162. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/docs/index.js +0 -1
  163. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/docs/learning-journey-ui-shared.docblock.js +0 -20
  164. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/hooks/index.js +0 -1
  165. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/hooks/useLearningProgress.js +0 -73
  166. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/index.js +0 -8
  167. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/PUBLISHING.docblock.js +0 -15
  168. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js +0 -15
  169. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/index.js +0 -28
  170. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/presentations.js +0 -71
  171. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/registry.js +0 -44
  172. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/PHASE_1_QUICKSTART.docblock.js +0 -15
  173. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/PHASE_2_AI_NATIVE_OPERATIONS.docblock.js +0 -15
  174. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/PHASE_3_AUTO_EVOLUTION.docblock.js +0 -15
  175. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/PHASE_4_PERSONALIZATION_ENGINE.docblock.js +0 -15
  176. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/PHASE_5_ZERO_TOUCH_OPERATIONS.docblock.js +0 -15
  177. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/auth/better-auth-nextjs.docblock.js +0 -79
  178. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +0 -56
  179. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js +0 -15
  180. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js +0 -356
  181. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js +0 -36
  182. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/presentation-runtime.docblock.js +0 -15
  183. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/schema/README.docblock.js +0 -19
  184. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js +0 -47
  185. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/learning-journeys.docblock.js +0 -78
  186. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/platform-admin-panel.docblock.js +0 -83
  187. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js +0 -44
  188. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/project-routing.docblock.js +0 -66
  189. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js +0 -39
  190. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/team-invitations.docblock.js +0 -68
  191. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js +0 -46
  192. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/workspaces.docblock.js +0 -61
  193. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/telemetry-ingest.docblock.js +0 -154
  194. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js +0 -19
  195. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/vscode-extension.docblock.js +0 -100
  196. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js +0 -19
  197. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/design-system/dist/_virtual/rolldown_runtime.js +0 -5
  198. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/design-system/dist/components/atoms/Button.js +0 -33
  199. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/design-system/dist/ui-kit-web/dist/ui/button.js +0 -55
  200. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/design-system/dist/ui-kit-web/dist/ui-kit-core/dist/utils.js +0 -13
  201. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/ui-kit-web/dist/ui/progress.js +0 -23
  202. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/ui-kit-web/dist/ui/utils.js +0 -10
  203. package/dist/examples/learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/libs/ui-kit-web/dist/ui-kit-core/dist/utils.js +0 -10
  204. package/dist/examples/learning-journey-ui-gamified/dist/index.js +0 -11
  205. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/PUBLISHING.docblock.js +0 -15
  206. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js +0 -15
  207. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/index.js +0 -28
  208. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/presentations.js +0 -71
  209. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/registry.js +0 -44
  210. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/PHASE_1_QUICKSTART.docblock.js +0 -15
  211. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/PHASE_2_AI_NATIVE_OPERATIONS.docblock.js +0 -15
  212. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/PHASE_3_AUTO_EVOLUTION.docblock.js +0 -15
  213. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/PHASE_4_PERSONALIZATION_ENGINE.docblock.js +0 -15
  214. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/PHASE_5_ZERO_TOUCH_OPERATIONS.docblock.js +0 -15
  215. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/auth/better-auth-nextjs.docblock.js +0 -79
  216. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js +0 -15
  217. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js +0 -36
  218. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/presentation-runtime.docblock.js +0 -15
  219. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/schema/README.docblock.js +0 -19
  220. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js +0 -47
  221. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/studio/platform-admin-panel.docblock.js +0 -83
  222. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js +0 -44
  223. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/studio/project-routing.docblock.js +0 -66
  224. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js +0 -39
  225. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/studio/team-invitations.docblock.js +0 -68
  226. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js +0 -46
  227. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/studio/workspaces.docblock.js +0 -61
  228. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/telemetry-ingest.docblock.js +0 -154
  229. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js +0 -19
  230. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/vscode-extension.docblock.js +0 -100
  231. package/dist/examples/learning-journey-ui-gamified/dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js +0 -19
  232. package/dist/examples/learning-journey-ui-gamified/dist/libs/design-system/dist/_virtual/rolldown_runtime.js +0 -5
  233. package/dist/examples/learning-journey-ui-gamified/dist/libs/design-system/dist/components/atoms/Button.js +0 -33
  234. package/dist/examples/learning-journey-ui-gamified/dist/libs/design-system/dist/ui-kit-web/dist/ui/button.js +0 -55
  235. package/dist/examples/learning-journey-ui-gamified/dist/libs/design-system/dist/ui-kit-web/dist/ui-kit-core/dist/utils.js +0 -13
  236. package/dist/examples/learning-journey-ui-gamified/dist/libs/ui-kit-web/dist/ui/card.js +0 -36
  237. package/dist/examples/learning-journey-ui-gamified/dist/libs/ui-kit-web/dist/ui/utils.js +0 -10
  238. package/dist/examples/learning-journey-ui-gamified/dist/libs/ui-kit-web/dist/ui-kit-core/dist/utils.js +0 -10
  239. package/dist/examples/learning-journey-ui-gamified/dist/views/Overview.js +0 -163
  240. package/dist/examples/learning-journey-ui-gamified/dist/views/Progress.js +0 -144
  241. package/dist/examples/learning-journey-ui-gamified/dist/views/Steps.js +0 -55
  242. package/dist/examples/learning-journey-ui-gamified/dist/views/Timeline.js +0 -132
  243. package/dist/examples/learning-journey-ui-gamified/dist/views/index.js +0 -4
  244. package/dist/examples/learning-journey-ui-onboarding/dist/OnboardingMiniApp.js +0 -64
  245. package/dist/examples/learning-journey-ui-onboarding/dist/components/CodeSnippet.js +0 -5
  246. package/dist/examples/learning-journey-ui-onboarding/dist/components/JourneyMap.js +0 -48
  247. package/dist/examples/learning-journey-ui-onboarding/dist/components/StepChecklist.js +0 -79
  248. package/dist/examples/learning-journey-ui-onboarding/dist/components/index.js +0 -3
  249. package/dist/examples/learning-journey-ui-onboarding/dist/docs/index.js +0 -1
  250. package/dist/examples/learning-journey-ui-onboarding/dist/docs/learning-journey-ui-onboarding.docblock.js +0 -20
  251. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/components/BadgeDisplay.js +0 -44
  252. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/components/StreakCounter.js +0 -4
  253. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/components/ViewTabs.js +0 -48
  254. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/components/XpBar.js +0 -46
  255. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/components/index.js +0 -4
  256. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/docs/index.js +0 -1
  257. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/docs/learning-journey-ui-shared.docblock.js +0 -20
  258. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/hooks/index.js +0 -1
  259. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/hooks/useLearningProgress.js +0 -73
  260. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/index.js +0 -8
  261. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/PUBLISHING.docblock.js +0 -15
  262. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js +0 -15
  263. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/index.js +0 -28
  264. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/presentations.js +0 -71
  265. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/registry.js +0 -44
  266. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/PHASE_1_QUICKSTART.docblock.js +0 -15
  267. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/PHASE_2_AI_NATIVE_OPERATIONS.docblock.js +0 -15
  268. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/PHASE_3_AUTO_EVOLUTION.docblock.js +0 -15
  269. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/PHASE_4_PERSONALIZATION_ENGINE.docblock.js +0 -15
  270. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/PHASE_5_ZERO_TOUCH_OPERATIONS.docblock.js +0 -15
  271. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/auth/better-auth-nextjs.docblock.js +0 -79
  272. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +0 -56
  273. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js +0 -15
  274. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js +0 -356
  275. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js +0 -36
  276. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/presentation-runtime.docblock.js +0 -15
  277. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/schema/README.docblock.js +0 -19
  278. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js +0 -47
  279. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/learning-journeys.docblock.js +0 -78
  280. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/platform-admin-panel.docblock.js +0 -83
  281. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js +0 -44
  282. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/project-routing.docblock.js +0 -66
  283. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js +0 -39
  284. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/team-invitations.docblock.js +0 -68
  285. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js +0 -46
  286. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/studio/workspaces.docblock.js +0 -61
  287. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/telemetry-ingest.docblock.js +0 -154
  288. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js +0 -19
  289. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/vscode-extension.docblock.js +0 -100
  290. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js +0 -19
  291. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/design-system/dist/_virtual/rolldown_runtime.js +0 -5
  292. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/design-system/dist/components/atoms/Button.js +0 -33
  293. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/design-system/dist/ui-kit-web/dist/ui/button.js +0 -55
  294. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/design-system/dist/ui-kit-web/dist/ui-kit-core/dist/utils.js +0 -13
  295. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/ui-kit-web/dist/ui/progress.js +0 -23
  296. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/ui-kit-web/dist/ui/utils.js +0 -10
  297. package/dist/examples/learning-journey-ui-onboarding/dist/examples/learning-journey-ui-shared/dist/libs/ui-kit-web/dist/ui-kit-core/dist/utils.js +0 -10
  298. package/dist/examples/learning-journey-ui-onboarding/dist/index.js +0 -11
  299. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/PUBLISHING.docblock.js +0 -15
  300. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js +0 -15
  301. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/index.js +0 -28
  302. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/presentations.js +0 -71
  303. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/registry.js +0 -44
  304. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/PHASE_1_QUICKSTART.docblock.js +0 -15
  305. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/PHASE_2_AI_NATIVE_OPERATIONS.docblock.js +0 -15
  306. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/PHASE_3_AUTO_EVOLUTION.docblock.js +0 -15
  307. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/PHASE_4_PERSONALIZATION_ENGINE.docblock.js +0 -15
  308. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/PHASE_5_ZERO_TOUCH_OPERATIONS.docblock.js +0 -15
  309. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/auth/better-auth-nextjs.docblock.js +0 -79
  310. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +0 -56
  311. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js +0 -15
  312. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js +0 -356
  313. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js +0 -36
  314. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/presentation-runtime.docblock.js +0 -15
  315. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/schema/README.docblock.js +0 -19
  316. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js +0 -47
  317. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/studio/learning-journeys.docblock.js +0 -78
  318. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/studio/platform-admin-panel.docblock.js +0 -83
  319. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js +0 -44
  320. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/studio/project-routing.docblock.js +0 -66
  321. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js +0 -39
  322. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/studio/team-invitations.docblock.js +0 -68
  323. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js +0 -46
  324. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/studio/workspaces.docblock.js +0 -61
  325. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/telemetry-ingest.docblock.js +0 -154
  326. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js +0 -19
  327. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/vscode-extension.docblock.js +0 -100
  328. package/dist/examples/learning-journey-ui-onboarding/dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js +0 -19
  329. package/dist/examples/learning-journey-ui-onboarding/dist/libs/design-system/dist/_virtual/rolldown_runtime.js +0 -5
  330. package/dist/examples/learning-journey-ui-onboarding/dist/libs/design-system/dist/components/atoms/Button.js +0 -33
  331. package/dist/examples/learning-journey-ui-onboarding/dist/libs/design-system/dist/ui-kit-web/dist/ui/button.js +0 -55
  332. package/dist/examples/learning-journey-ui-onboarding/dist/libs/design-system/dist/ui-kit-web/dist/ui-kit-core/dist/utils.js +0 -13
  333. package/dist/examples/learning-journey-ui-onboarding/dist/libs/ui-kit-core/dist/utils.js +0 -10
  334. package/dist/examples/learning-journey-ui-onboarding/dist/libs/ui-kit-web/dist/ui/card.js +0 -36
  335. package/dist/examples/learning-journey-ui-onboarding/dist/libs/ui-kit-web/dist/ui/progress.js +0 -23
  336. package/dist/examples/learning-journey-ui-onboarding/dist/libs/ui-kit-web/dist/ui/utils.js +0 -10
  337. package/dist/examples/learning-journey-ui-onboarding/dist/libs/ui-kit-web/dist/ui-kit-core/dist/utils.js +0 -10
  338. package/dist/examples/learning-journey-ui-onboarding/dist/views/Overview.js +0 -180
  339. package/dist/examples/learning-journey-ui-onboarding/dist/views/Progress.js +0 -162
  340. package/dist/examples/learning-journey-ui-onboarding/dist/views/Steps.js +0 -91
  341. package/dist/examples/learning-journey-ui-onboarding/dist/views/Timeline.js +0 -97
  342. package/dist/examples/learning-journey-ui-onboarding/dist/views/index.js +0 -4
  343. package/dist/index.d.ts +0 -8
  344. package/dist/learning-journey-registry.feature.d.ts +0 -11
  345. package/dist/libs/contracts/dist/docs/PUBLISHING.docblock.js +0 -16
  346. package/dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js +0 -16
  347. package/dist/libs/contracts/dist/docs/index.js +0 -29
  348. package/dist/libs/contracts/dist/docs/presentations.js +0 -71
  349. package/dist/libs/contracts/dist/docs/registry.js +0 -44
  350. package/dist/libs/contracts/dist/docs/tech/PHASE_1_QUICKSTART.docblock.js +0 -16
  351. package/dist/libs/contracts/dist/docs/tech/PHASE_2_AI_NATIVE_OPERATIONS.docblock.js +0 -16
  352. package/dist/libs/contracts/dist/docs/tech/PHASE_3_AUTO_EVOLUTION.docblock.js +0 -16
  353. package/dist/libs/contracts/dist/docs/tech/PHASE_4_PERSONALIZATION_ENGINE.docblock.js +0 -16
  354. package/dist/libs/contracts/dist/docs/tech/PHASE_5_ZERO_TOUCH_OPERATIONS.docblock.js +0 -16
  355. package/dist/libs/contracts/dist/docs/tech/auth/better-auth-nextjs.docblock.js +0 -80
  356. package/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +0 -57
  357. package/dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js +0 -16
  358. package/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js +0 -357
  359. package/dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js +0 -37
  360. package/dist/libs/contracts/dist/docs/tech/presentation-runtime.docblock.js +0 -16
  361. package/dist/libs/contracts/dist/docs/tech/schema/README.docblock.js +0 -20
  362. package/dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js +0 -48
  363. package/dist/libs/contracts/dist/docs/tech/studio/learning-journeys.docblock.js +0 -79
  364. package/dist/libs/contracts/dist/docs/tech/studio/platform-admin-panel.docblock.js +0 -84
  365. package/dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js +0 -45
  366. package/dist/libs/contracts/dist/docs/tech/studio/project-routing.docblock.js +0 -67
  367. package/dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js +0 -40
  368. package/dist/libs/contracts/dist/docs/tech/studio/team-invitations.docblock.js +0 -69
  369. package/dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js +0 -47
  370. package/dist/libs/contracts/dist/docs/tech/studio/workspaces.docblock.js +0 -62
  371. package/dist/libs/contracts/dist/docs/tech/telemetry-ingest.docblock.js +0 -155
  372. package/dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js +0 -20
  373. package/dist/libs/contracts/dist/docs/tech/vscode-extension.docblock.js +0 -101
  374. package/dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js +0 -20
  375. package/dist/presentations/index.d.ts +0 -9
  376. package/dist/progress-store.d.ts +0 -10
  377. package/dist/tracks.d.ts +0 -39
  378. package/dist/ui/LearningMiniApp.d.ts +0 -23
  379. package/dist/ui/index.d.ts +0 -2
@@ -1,66 +0,0 @@
1
- import { registerDocBlocks } from "../../registry.js";
2
-
3
- //#region ../learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/studio/project-routing.docblock.js
4
- registerDocBlocks([{
5
- id: "docs.tech.studio.project-routing",
6
- title: "Studio Project Routing",
7
- summary: "Studio uses slugged, project-first routes: /studio/{projectSlug}/* with canonical slug redirects and soft-deleted projects hidden.",
8
- kind: "reference",
9
- visibility: "public",
10
- route: "/docs/tech/studio/project-routing",
11
- tags: [
12
- "studio",
13
- "routing",
14
- "projects",
15
- "slug",
16
- "redirects"
17
- ],
18
- body: `# Studio Project Routing
19
-
20
- ContractSpec Studio uses a **project-first URL scheme**:
21
-
22
- - \`/studio/projects\` — create, select, and delete projects.
23
- - \`/studio/{projectSlug}/*\` — project modules (canvas/specs/deploy/integrations/evolution/learning).
24
- - \`/studio/learning\` — learning hub that does not require selecting a project.
25
-
26
- ## Studio layout shell
27
-
28
- Studio routes are wrapped in a dedicated **Studio app shell** (header + footer) that provides in-app navigation (Projects/Learning/Teams), organization switching, and account actions.
29
-
30
- Project module routes (\`/studio/{projectSlug}/*\`) render their own module shell (\`WorkspaceProjectShellLayout\`). When combined with the global Studio header, the project shell uses a **sticky header offset** to avoid overlapping sticky headers.
31
-
32
- ## Slug behavior (rename-safe)
33
-
34
- - Each project has a \`slug\` stored in the database (\`StudioProject.slug\`).
35
- - When a project name changes, Studio **updates the slug** and stores the previous slug as an alias (\`StudioProjectSlugAlias\`).
36
- - Requests to an alias slug are **redirected to the canonical slug**.
37
-
38
- GraphQL entrypoint:
39
-
40
- - \`studioProjectBySlug(slug: String!)\` returns:
41
- - \`project\`
42
- - \`canonicalSlug\`
43
- - \`wasRedirect\`
44
-
45
- ## Deletion behavior (soft delete)
46
-
47
- Projects are **soft-deleted**:
48
-
49
- - \`deleteStudioProject(id: String!)\` sets \`StudioProject.deletedAt\`.
50
- - All listings and access checks filter \`deletedAt = null\`.
51
- - Soft-deleted projects are treated as “not found” in Studio routes and GraphQL access checks.
52
-
53
- ## Available modules for a selected project
54
-
55
- The following project modules are expected under \`/studio/{projectSlug}\`:
56
-
57
- - \`/canvas\` — Visual builder canvas (stored via overlays and canvas versions).
58
- - \`/specs\` — Spec editor (stored as \`StudioSpec\`).
59
- - \`/deploy\` — Deployments history + triggers (stored as \`StudioDeployment\`).
60
- - \`/integrations\` — Integrations scoped to project (stored as \`StudioIntegration\`).
61
- - \`/evolution\` — Evolution sessions (stored as \`EvolutionSession\`).
62
- - \`/learning\` — Project learning activity.
63
- `
64
- }]);
65
-
66
- //#endregion
@@ -1,39 +0,0 @@
1
- import { registerDocBlocks } from "../../registry.js";
2
-
3
- //#region ../learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js
4
- registerDocBlocks([{
5
- id: "docs.tech.studio.sandbox.unlogged",
6
- title: "Sandbox (unlogged) vs Studio (authenticated)",
7
- summary: "The sandbox is a lightweight, unlogged surface that mirrors Studio navigation without auth or analytics.",
8
- kind: "reference",
9
- visibility: "public",
10
- route: "/docs/tech/studio/sandbox-unlogged",
11
- tags: [
12
- "studio",
13
- "sandbox",
14
- "privacy",
15
- "analytics"
16
- ],
17
- body: `## Sandbox guarantees
18
-
19
- - Route: \`/sandbox\`
20
- - **No auth requirement**
21
- - **No PostHog init**
22
- - **No Vercel Analytics**
23
- - Local-only state (in-browser runtime + localStorage where needed)
24
-
25
- ## What Sandbox is for
26
-
27
- - Try templates and feature modules safely
28
- - Preview specs/builder/evolution/learning
29
- - Produce copyable CLI commands (no side effects)
30
-
31
- ## What Sandbox is *not* for
32
-
33
- - Persisted projects/workspaces
34
- - Real deployments
35
- - Organization-scoped integrations (unless explicitly enabled later)
36
- `
37
- }]);
38
-
39
- //#endregion
@@ -1,46 +0,0 @@
1
- import { registerDocBlocks } from "../../registry.js";
2
-
3
- //#region ../learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js
4
- registerDocBlocks([{
5
- id: "docs.tech.studio.workspace_ops",
6
- title: "Workspace ops (repo-linked): list / validate / deps / diff",
7
- summary: "Read-only repo operations used by Studio to inspect and validate a linked ContractSpec workspace.",
8
- kind: "reference",
9
- visibility: "mixed",
10
- route: "/docs/tech/studio/workspace-ops",
11
- tags: [
12
- "studio",
13
- "repo",
14
- "workspace",
15
- "validate",
16
- "diff"
17
- ],
18
- body: `## API surface (api-contractspec)
19
-
20
- Base: \`/api/workspace-ops\`
21
-
22
- These endpoints are **read-only** in v1 and never push to git:
23
-
24
- - \`GET /api/workspace-ops/:integrationId/config?organizationId=\`
25
- - \`GET /api/workspace-ops/:integrationId/specs?organizationId=\`
26
- - \`POST /api/workspace-ops/:integrationId/validate\` (body: organizationId, files?, pattern?)
27
- - \`POST /api/workspace-ops/:integrationId/deps\` (body: organizationId, pattern?)
28
- - \`POST /api/workspace-ops/:integrationId/diff\` (body: organizationId, specPath, baseline?, breakingOnly?)
29
-
30
- ## Repo resolution
31
-
32
- - The repo root is resolved from the Studio Integration (\`IntegrationProvider.GITHUB\`) config:
33
- - \`config.repoCachePath\` (preferred) or \`config.localPath\`
34
- - Resolution is constrained to \`CONTRACTSPEC_REPO_CACHE_DIR\` (default: \`/tmp/contractspec-repos\`)
35
-
36
- ## Intended UX
37
-
38
- - Studio Assistant can run these checks and present results as suggestions.
39
- - Users can copy equivalent CLI commands for local runs:
40
- - \`contractspec validate\`
41
- - \`contractspec deps\`
42
- - \`contractspec diff --baseline <ref>\`
43
- `
44
- }]);
45
-
46
- //#endregion
@@ -1,19 +0,0 @@
1
- import { registerDocBlocks } from "../../registry.js";
2
-
3
- //#region ../learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js
4
- registerDocBlocks([{
5
- id: "docs.tech.templates.runtime",
6
- title: "ContractSpec Template Runtime (Phase 9)",
7
- summary: "Phase 9 introduces a full local-first runtime for templates so anyone can preview apps directly in the browser without provisioning any infrastructure.",
8
- kind: "reference",
9
- visibility: "public",
10
- route: "/docs/tech/templates/runtime",
11
- tags: [
12
- "tech",
13
- "templates",
14
- "runtime"
15
- ],
16
- body: "## ContractSpec Template Runtime (Phase 9)\n\nPhase 9 introduces a full local-first runtime for templates so anyone can preview apps directly in the browser without provisioning any infrastructure.\n\n### Building Blocks\n\n- **Local database** – `@lssm/lib.runtime-local` wraps `sql.js` (SQLite WASM) and `IndexedDB` so we can seed demo data, run migrations, and persist state between sessions. Tests point the runtime to `node_modules/sql.js/dist` so CI doesn’t need a browser.\n- **Local GraphQL** – `LocalGraphQLClient` wires Apollo Client + SchemaLink to resolvers for tasks, messaging, and i18n recipes. All `/templates`, `/studio`, and `/sandbox` previews use those resolvers so we never call remote APIs during demos.\n- **Template registry + installer** – `.../templates/registry.ts` stores the catalog (todos, messaging, recipes). `TemplateInstaller` can seed the runtime (`install`) or export a base64 snapshot via the new `saveTemplateToStudio` mutation.\n- **TemplateShell** – Shared UI wrapper that creates a `TemplateRuntimeProvider`, shows `LocalDataIndicator`, and (optionally) surfaces the new `SaveToStudioButton`.\n\n### Runtime Flows\n\n1. `/templates` now opens a modal that renders `TemplateShell` for each template. Users can explore without leaving the marketing site.\n2. `/studio` switches to a tabbed mini-app (Projects, Canvas, Specs, Deploy) to showcase Studio surfaces with mock data. Visitors see a **preview** shell, while authenticated users (Better Auth via Sigil) unlock full persistence, versioning, and deployment controls.\n3. `/sandbox` lets visitors pick a template and mode (Playground, Spec Editor, Visual Builder). The console at the bottom streams runtime events for transparency.\n\n### GraphQL Mutations\n\n- `saveTemplateToStudio(input: SaveTemplateInput!): SaveTemplateResult!` writes a placeholder project + spec so that templates installed from the sandbox appear in Studio. The mutation is intentionally simple right now: it records which template was imported, stores metadata, and returns `{ projectId, status: 'QUEUED' }` for the UI.\n- `saveCanvasDraft(input: SaveCanvasDraftInput!): CanvasVersion!` snapshots the current Visual Builder nodes to a draft version tied to a canvas overlay. Inputs include `canvasId`, arbitrary `nodes` JSON, and an optional `label`. The resolver enforces org/org access before calling `CanvasVersionManager`.\n- `deployCanvasVersion(input: DeployCanvasVersionInput!): CanvasVersion!` promotes a previously saved draft (`versionId`) to the deployed state. The returned object includes `status`, `nodes`, `createdAt`, and `createdBy` for UI timelines.\n- `undoCanvasVersion(input: UndoCanvasInput!): CanvasVersion` rewinds the visual builder to the prior snapshot (returns `null` when history is empty) so Studio’s toolbar can surface “Undo” without shelling out to local storage.\n\n### Studio GraphQL endpoint\n\n- The landing app exposes the Studio schema at `/api/studio/graphql` via Yoga so React Query hooks (`useStudioProjects`, `useCreateStudioProject`, `useDeployStudioProject`, etc.) can talk to the bundle without spinning up a separate server.\n\n### Spec Editor typing\n\n- Studio’s spec editor now preloads Monaco with ambient declarations for `@lssm/lib.contracts` and `zod`, so snippets receive autocomplete and inline errors even before the spec ships to the backend. The helper lives in `presentation/components/studio/organisms/monaco-spec-types.ts` and registers the extra libs once per browser session via `monaco.languages.typescript.typescriptDefaults.addExtraLib`.\n- Compiler options are aligned with our frontend toolchain (ES2020 + React JSX) which means drafts written in the editor behave like the compiled artifacts that flow through Studio pipelines.\n\n### Spec templates\n\n- Selecting a spec type now injects a ready-to-edit scaffold (capability, workflow, policy, dataview, component) so authors start from a canonical layout instead of a blank file. Templates live alongside `SpecEditor.tsx`, and we only overwrite the content when the previous value is empty or when the author explicitly switches types via the dropdown.\n\n### Spec preview\n\n- The validation side panel now embeds a `SpecPreview` widget that shows validation errors alongside transport artifacts (GraphQL schema, REST endpoints, component summaries) once a preview run completes. Tabs let authors toggle between “Validation” and “Artifacts,” mirroring the UX described in the Studio plan.\n\n### Testing\n\n- `src/templates/__tests__/runtime.test.ts` covers todos CRUD, messaging delivery, and recipe locale switching through the local GraphQL API.\n- Studio infrastructure tests live in `src/__tests__/e2e/project-lifecycle.test.ts` and continue to exercise project creation + deploy flows.\n\n### Next Steps\n\nFuture templates can register their React components via `registerTemplateComponents(templateId, components)` so TemplateShell can render them automatically. When new templates are added, remember to:\n\n1. Update the registry entry (schema + tags).\n2. Register components inside `presentation/components/templates`.\n3. Document the template under `docs/templates/`.\n\n\n\n\n\n"
17
- }]);
18
-
19
- //#endregion
@@ -1,19 +0,0 @@
1
- import { registerDocBlocks } from "../../registry.js";
2
-
3
- //#region ../learning-journey-ui-coaching/dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js
4
- registerDocBlocks([{
5
- id: "docs.tech.workflows.overview",
6
- title: "WorkflowSpec Overview",
7
- summary: "WorkflowSpec provides a declarative, versioned format for long-running flows that mix automation and human review. Specs stay inside `@lssm/lib.contracts` (`src/workflow/spec.ts`) so the same definition powers runtime execution, documentation, and future generation.",
8
- kind: "reference",
9
- visibility: "public",
10
- route: "/docs/tech/workflows/overview",
11
- tags: [
12
- "tech",
13
- "workflows",
14
- "overview"
15
- ],
16
- body: "# WorkflowSpec Overview\n\n## Purpose\n\nWorkflowSpec provides a declarative, versioned format for long-running flows that mix automation and human review. Specs stay inside `@lssm/lib.contracts` (`src/workflow/spec.ts`) so the same definition powers runtime execution, documentation, and future generation.\n\n## Core Types\n\n- `WorkflowMeta`: ownership metadata (`title`, `domain`, `owners`, `tags`, `stability`) plus `name` and `version`.\n- `WorkflowDefinition`:\n - `entryStepId?`: optional explicit entry point (defaults to first step).\n - `steps[]`: ordered list of `Step` descriptors.\n - `transitions[]`: directed edges between steps with optional expressions.\n - `sla?`: aggregated timing hints for the overall flow or per-step budgets.\n - `compensation?`: fallback operations executed when a workflow is rolled back or fails.\n- `Step`:\n - `type`: `human`, `automation`, or `decision`.\n - `action`: references either a `ContractSpec` (`operation`) or `FormSpec` (`form`).\n - Optional `guard`, `timeoutMs`, and retry policy (`maxAttempts`, `backoff`, `delayMs`, `maxDelayMs?`).\n - `requiredIntegrations?`: integration slot ids that must be bound before the step may execute.\n - `requiredCapabilities?`: `CapabilityRef[]` that must be enabled in the resolved app config.\n- `Transition`: `from` → `to` with optional `condition` string (simple data expressions).\n\n## Registry & Validation\n\n- `WorkflowRegistry` (`src/workflow/spec.ts`) stores specs by key `<name>.v<version>` and exposes `register`, `list`, and `get`.\n- `validateWorkflowSpec()` (`src/workflow/validation.ts`) checks:\n - Duplicate step IDs.\n - Unknown `from`/`to` transitions.\n - Empty guards/conditions.\n - Reachability from the entry step.\n - Cycles in the graph.\n - Operation/Form references against provided registries.\n- `assertWorkflowSpecValid()` wraps validation and throws `WorkflowValidationError` when errors remain.\n\n## Runtime\n\n- `WorkflowRunner` (`src/workflow/runner.ts`) executes workflows and coordinates steps.\n - `start(name, version?, initialData?)` returns a `workflowId`.\n - `executeStep(workflowId, input?)` runs the current step (automation or human).\n - `getState(workflowId)` retrieves the latest state snapshot.\n - `cancel(workflowId)` marks the workflow as cancelled.\n - `preFlightCheck(name, version?, resolvedConfig?)` evaluates integration/capability requirements before the workflow starts.\n - Throws `WorkflowPreFlightError` if required integration slots are unbound or required capabilities are disabled.\n- `StateStore` (`src/workflow/state.ts`) abstracts persistence. V1 ships with:\n - `InMemoryStateStore` (`src/workflow/adapters/memory-store.ts`) for tests/dev.\n - Placeholder factories for file/database adapters (`adapters/file-adapter.ts`, `adapters/db-adapter.ts`).\n- Guard evaluation: expression guards run through `evaluateExpression()` (`src/workflow/expression.ts`); custom policy guards can be provided via `guardEvaluator`.\n- Events: the runner emits `workflow.started`, `workflow.step_completed`, `workflow.step_failed`, and `workflow.cancelled` through the optional `eventEmitter`.\n- React bindings (`@lssm/lib.presentation-runtime-react`):\n - `useWorkflow` hook (polls state, exposes `executeStep`, `cancel`, `refresh`).\n - `WorkflowStepper` progress indicator using design-system Stepper.\n - `WorkflowStepRenderer` helper to render human/automation/decision steps with sensible fallbacks.\n\n## Authoring Checklist\n\n1. Reuse existing operations/forms; create new specs when missing.\n2. Prefer explicit `entryStepId` for clarity (especially with decision branches).\n3. Give automation steps an `operation` and human steps a `form` (warnings surface otherwise).\n4. Use short, meaningful step IDs (`submit`, `review`, `finalize`) to simplify analytics.\n5. Keep guard expressions deterministic; complex policy logic should move to PolicySpec (Phase 2).\n\n## Testing\n\n- Add unit tests for new workflows via `assertWorkflowSpecValid`.\n- Use the new Vitest suites (`validation.test.ts`, `expression.test.ts`, `runner.test.ts`) as examples.\n- CLI support will arrive in Phase 1 PR 3 (`contractspec create --type workflow`).\n\n## Tooling\n\n- `contractspec create --type workflow` scaffolds a WorkflowSpec with interactive prompts.\n- `contractspec build <spec.workflow.ts>` generates a runner scaffold (`.runner.ts`) wired to `WorkflowRunner` and the in-memory store.\n- `contractspec validate` understands `.workflow.ts` files and checks core structure (meta, steps, transitions).\n\n## Next Steps (Non-MVP)\n\n- Persistence adapters (database/file) for workflow state (Phase 2).\n- React bindings (`useWorkflow`, `WorkflowStepper`) and presentation-runtime integration (PR 3).\n- Policy engine integration (`guard.type === 'policy'` validated against PolicySpec).\n- Telemetry hooks for step execution metrics.\n\n"
17
- }]);
18
-
19
- //#endregion
@@ -1,5 +0,0 @@
1
- //#region ../learning-journey-ui-coaching/dist/libs/design-system/dist/_virtual/rolldown_runtime.js
2
- var __esmMin = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
3
-
4
- //#endregion
5
- export { __esmMin };
@@ -1,33 +0,0 @@
1
- import { Button } from "../../ui-kit-web/dist/ui/button.js";
2
- import "react";
3
- import { Fragment, jsx, jsxs } from "react/jsx-runtime";
4
- import { Loader2 } from "lucide-react";
5
-
6
- //#region ../learning-journey-ui-coaching/dist/libs/design-system/dist/components/atoms/Button.js
7
- function Button$1({ children, loading, spinnerPlacement = "start", onPress, onPressIn, onPressOut, onLongPress, onTouchStart, onTouchEnd, onTouchCancel, onMouseDown, onMouseUp, onClick, className, disabled, ...rest }) {
8
- const isDisabled = Boolean(disabled || loading);
9
- const content = !rest.asChild ? /* @__PURE__ */ jsxs(Fragment, { children: [
10
- loading && spinnerPlacement === "start" ? /* @__PURE__ */ jsx(Loader2, { className: "h-4 w-4 animate-spin" }) : null,
11
- children,
12
- loading && spinnerPlacement === "end" ? /* @__PURE__ */ jsx(Loader2, { className: "h-4 w-4 animate-spin" }) : null
13
- ] }) : children;
14
- return /* @__PURE__ */ jsx(Button, {
15
- ...rest,
16
- className,
17
- disabled: isDisabled,
18
- "aria-busy": loading ? true : void 0,
19
- "aria-disabled": isDisabled ? true : void 0,
20
- onPress: onPress || onClick,
21
- onClick: onPress || onClick,
22
- onMouseDown: onMouseDown || onPressIn,
23
- onMouseUp: onMouseUp || onPressOut,
24
- onTouchStart,
25
- onTouchEnd: onTouchEnd || onPressOut,
26
- onTouchCancel: onTouchCancel || onPressOut,
27
- type: rest?.type ?? "button",
28
- children: content
29
- });
30
- }
31
-
32
- //#endregion
33
- export { Button$1 };
@@ -1,55 +0,0 @@
1
- import { cn, init_utils } from "../ui-kit-core/dist/utils.js";
2
- import * as React$1 from "react";
3
- import { jsx } from "react/jsx-runtime";
4
- import { cva } from "class-variance-authority";
5
- import { Slot } from "@radix-ui/react-slot";
6
-
7
- //#region ../learning-journey-ui-coaching/dist/libs/design-system/dist/ui-kit-web/dist/ui/button.js
8
- init_utils();
9
- const buttonVariants = cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-hidden focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive", {
10
- variants: {
11
- variant: {
12
- default: "bg-primary text-primary-foreground hover:bg-primary/90",
13
- destructive: "bg-destructive text-white hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",
14
- outline: "border bg-background shadow-2xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",
15
- secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80",
16
- ghost: "hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",
17
- link: "text-primary underline-offset-4 hover:underline"
18
- },
19
- size: {
20
- default: "h-9 px-4 py-2 has-[>svg]:px-3",
21
- sm: "h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",
22
- lg: "h-10 rounded-md px-6 has-[>svg]:px-4",
23
- icon: "size-9"
24
- }
25
- },
26
- defaultVariants: {
27
- variant: "default",
28
- size: "default"
29
- }
30
- });
31
- const Button = React$1.forwardRef(({ className, variant, size, asChild = false, ...props }, ref) => {
32
- if (asChild) return /* @__PURE__ */ jsx(Slot, {
33
- "data-slot": "button",
34
- className: cn(buttonVariants({
35
- variant,
36
- size,
37
- className
38
- })),
39
- ...props
40
- });
41
- return /* @__PURE__ */ jsx("button", {
42
- ref,
43
- "data-slot": "button",
44
- className: cn(buttonVariants({
45
- variant,
46
- size,
47
- className
48
- })),
49
- ...props
50
- });
51
- });
52
- Button.displayName = "Button";
53
-
54
- //#endregion
55
- export { Button };
@@ -1,13 +0,0 @@
1
- import { __esmMin } from "../../../../_virtual/rolldown_runtime.js";
2
- import { clsx } from "clsx";
3
- import { twMerge } from "tailwind-merge";
4
-
5
- //#region ../learning-journey-ui-coaching/dist/libs/design-system/dist/ui-kit-web/dist/ui-kit-core/dist/utils.js
6
- function cn(...inputs) {
7
- return twMerge(clsx(inputs));
8
- }
9
- var init_utils = __esmMin((() => {}));
10
- init_utils();
11
-
12
- //#endregion
13
- export { cn, init_utils };
@@ -1,36 +0,0 @@
1
- import { cn } from "../ui-kit-core/dist/utils.js";
2
- import "react";
3
- import { jsx } from "react/jsx-runtime";
4
-
5
- //#region ../learning-journey-ui-coaching/dist/libs/ui-kit-web/dist/ui/card.js
6
- function Card({ className, ...props }) {
7
- return /* @__PURE__ */ jsx("div", {
8
- "data-slot": "card",
9
- className: cn("bg-card text-card-foreground flex flex-col gap-6 rounded-xl border py-6 shadow-2xs", className),
10
- ...props
11
- });
12
- }
13
- function CardHeader({ className, ...props }) {
14
- return /* @__PURE__ */ jsx("div", {
15
- "data-slot": "card-header",
16
- className: cn("@container/card-header grid auto-rows-min grid-rows-[auto_auto] items-start gap-1.5 px-6 has-data-[slot=card-action]:grid-cols-[1fr_auto] [.border-b]:pb-6", className),
17
- ...props
18
- });
19
- }
20
- function CardTitle({ className, ...props }) {
21
- return /* @__PURE__ */ jsx("div", {
22
- "data-slot": "card-title",
23
- className: cn("leading-none font-semibold", className),
24
- ...props
25
- });
26
- }
27
- function CardContent({ className, ...props }) {
28
- return /* @__PURE__ */ jsx("div", {
29
- "data-slot": "card-content",
30
- className: cn("px-6", className),
31
- ...props
32
- });
33
- }
34
-
35
- //#endregion
36
- export { Card, CardContent, CardHeader, CardTitle };
@@ -1,10 +0,0 @@
1
- import { clsx } from "clsx";
2
- import { twMerge } from "tailwind-merge";
3
-
4
- //#region ../learning-journey-ui-coaching/dist/libs/ui-kit-web/dist/ui/utils.js
5
- function cn(...inputs) {
6
- return twMerge(clsx(inputs));
7
- }
8
-
9
- //#endregion
10
- export { cn };
@@ -1,10 +0,0 @@
1
- import { clsx } from "clsx";
2
- import { twMerge } from "tailwind-merge";
3
-
4
- //#region ../learning-journey-ui-coaching/dist/libs/ui-kit-web/dist/ui-kit-core/dist/utils.js
5
- function cn(...inputs) {
6
- return twMerge(clsx(inputs));
7
- }
8
-
9
- //#endregion
10
- export { cn };
@@ -1,152 +0,0 @@
1
- 'use client';
2
-
3
- import { Card, CardContent, CardHeader, CardTitle } from "../libs/ui-kit-web/dist/ui/card.js";
4
- import { Button$1 } from "../libs/design-system/dist/components/atoms/Button.js";
5
- import { TipCard } from "../components/TipCard.js";
6
- import { XpBar } from "../examples/learning-journey-ui-shared/dist/components/XpBar.js";
7
- import { StreakCounter } from "../examples/learning-journey-ui-shared/dist/components/StreakCounter.js";
8
- import "../examples/learning-journey-ui-shared/dist/index.js";
9
- import { jsx, jsxs } from "react/jsx-runtime";
10
-
11
- //#region ../learning-journey-ui-coaching/dist/views/Overview.js
12
- function Overview({ track, progress, onStepComplete, onStart }) {
13
- const totalXp = track.totalXp ?? track.steps.reduce((sum, s) => sum + (s.xpReward ?? 0), 0);
14
- const completedSteps = progress.completedStepIds.length;
15
- const totalSteps = track.steps.length;
16
- const pendingSteps = totalSteps - completedSteps;
17
- const activeTips = track.steps.filter((s) => !progress.completedStepIds.includes(s.id)).slice(0, 3);
18
- return /* @__PURE__ */ jsxs("div", {
19
- className: "space-y-6",
20
- children: [
21
- /* @__PURE__ */ jsx(Card, {
22
- className: "overflow-hidden bg-gradient-to-br from-amber-500/10 via-orange-500/10 to-red-500/10",
23
- children: /* @__PURE__ */ jsx(CardContent, {
24
- className: "p-6",
25
- children: /* @__PURE__ */ jsxs("div", {
26
- className: "flex flex-col items-center gap-4 text-center md:flex-row md:text-left",
27
- children: [
28
- /* @__PURE__ */ jsx("div", {
29
- className: "flex h-16 w-16 items-center justify-center rounded-2xl bg-gradient-to-br from-amber-500 to-orange-600 text-3xl shadow-lg",
30
- children: "💡"
31
- }),
32
- /* @__PURE__ */ jsxs("div", {
33
- className: "flex-1",
34
- children: [/* @__PURE__ */ jsx("h1", {
35
- className: "text-2xl font-bold",
36
- children: track.name
37
- }), /* @__PURE__ */ jsx("p", {
38
- className: "text-muted-foreground mt-1",
39
- children: track.description
40
- })]
41
- }),
42
- /* @__PURE__ */ jsx("div", {
43
- className: "flex items-center gap-4",
44
- children: /* @__PURE__ */ jsx(StreakCounter, {
45
- days: progress.streakDays,
46
- size: "lg"
47
- })
48
- })
49
- ]
50
- })
51
- })
52
- }),
53
- /* @__PURE__ */ jsxs("div", {
54
- className: "grid gap-4 md:grid-cols-3",
55
- children: [
56
- /* @__PURE__ */ jsxs(Card, { children: [/* @__PURE__ */ jsx(CardHeader, {
57
- className: "pb-2",
58
- children: /* @__PURE__ */ jsx(CardTitle, {
59
- className: "text-muted-foreground text-sm font-medium",
60
- children: "Active Tips"
61
- })
62
- }), /* @__PURE__ */ jsxs(CardContent, { children: [/* @__PURE__ */ jsx("div", {
63
- className: "text-3xl font-bold text-amber-500",
64
- children: pendingSteps
65
- }), /* @__PURE__ */ jsx("p", {
66
- className: "text-muted-foreground text-sm",
67
- children: "tips for you today"
68
- })] })] }),
69
- /* @__PURE__ */ jsxs(Card, { children: [/* @__PURE__ */ jsx(CardHeader, {
70
- className: "pb-2",
71
- children: /* @__PURE__ */ jsx(CardTitle, {
72
- className: "text-muted-foreground text-sm font-medium",
73
- children: "Tips Actioned"
74
- })
75
- }), /* @__PURE__ */ jsxs(CardContent, { children: [/* @__PURE__ */ jsx("div", {
76
- className: "text-3xl font-bold text-green-500",
77
- children: completedSteps
78
- }), /* @__PURE__ */ jsxs("p", {
79
- className: "text-muted-foreground text-sm",
80
- children: [
81
- "out of ",
82
- totalSteps,
83
- " total"
84
- ]
85
- })] })] }),
86
- /* @__PURE__ */ jsxs(Card, { children: [/* @__PURE__ */ jsx(CardHeader, {
87
- className: "pb-2",
88
- children: /* @__PURE__ */ jsx(CardTitle, {
89
- className: "text-muted-foreground text-sm font-medium",
90
- children: "XP Earned"
91
- })
92
- }), /* @__PURE__ */ jsxs(CardContent, { children: [/* @__PURE__ */ jsx("div", {
93
- className: "text-3xl font-bold text-orange-500",
94
- children: progress.xpEarned
95
- }), /* @__PURE__ */ jsx(XpBar, {
96
- current: progress.xpEarned,
97
- max: totalXp,
98
- showLabel: false,
99
- size: "sm"
100
- })] })] })
101
- ]
102
- }),
103
- activeTips.length > 0 && /* @__PURE__ */ jsxs(Card, { children: [/* @__PURE__ */ jsxs(CardHeader, {
104
- className: "flex flex-row items-center justify-between",
105
- children: [/* @__PURE__ */ jsxs(CardTitle, {
106
- className: "flex items-center gap-2",
107
- children: [/* @__PURE__ */ jsx("span", { children: "💡" }), /* @__PURE__ */ jsx("span", { children: "Tips for You" })]
108
- }), activeTips.length < pendingSteps && /* @__PURE__ */ jsxs(Button$1, {
109
- variant: "outline",
110
- size: "sm",
111
- onClick: onStart,
112
- children: [
113
- "View All (",
114
- pendingSteps,
115
- ")"
116
- ]
117
- })]
118
- }), /* @__PURE__ */ jsx(CardContent, {
119
- className: "space-y-3",
120
- children: activeTips.map((step) => /* @__PURE__ */ jsx(TipCard, {
121
- step,
122
- isCompleted: false,
123
- isCurrent: step.id === activeTips[0]?.id,
124
- onComplete: () => onStepComplete?.(step.id)
125
- }, step.id))
126
- })] }),
127
- pendingSteps === 0 && /* @__PURE__ */ jsx(Card, {
128
- className: "border-green-500/50 bg-green-500/5",
129
- children: /* @__PURE__ */ jsxs(CardContent, {
130
- className: "flex items-center gap-4 p-6",
131
- children: [/* @__PURE__ */ jsx("div", {
132
- className: "text-4xl",
133
- children: "🎉"
134
- }), /* @__PURE__ */ jsxs("div", { children: [/* @__PURE__ */ jsx("h3", {
135
- className: "text-lg font-semibold text-green-500",
136
- children: "All Tips Actioned!"
137
- }), /* @__PURE__ */ jsxs("p", {
138
- className: "text-muted-foreground",
139
- children: [
140
- "Great job! You've addressed all ",
141
- totalSteps,
142
- " coaching tips."
143
- ]
144
- })] })]
145
- })
146
- })
147
- ]
148
- });
149
- }
150
-
151
- //#endregion
152
- export { Overview };
@@ -1,117 +0,0 @@
1
- 'use client';
2
-
3
- import { Card, CardContent, CardHeader, CardTitle } from "../libs/ui-kit-web/dist/ui/card.js";
4
- import { XpBar } from "../examples/learning-journey-ui-shared/dist/components/XpBar.js";
5
- import { StreakCounter } from "../examples/learning-journey-ui-shared/dist/components/StreakCounter.js";
6
- import { BadgeDisplay } from "../examples/learning-journey-ui-shared/dist/components/BadgeDisplay.js";
7
- import "../examples/learning-journey-ui-shared/dist/index.js";
8
- import { EngagementMeter } from "../components/EngagementMeter.js";
9
- import { jsx, jsxs } from "react/jsx-runtime";
10
-
11
- //#region ../learning-journey-ui-coaching/dist/views/Progress.js
12
- function ProgressView({ track, progress }) {
13
- const totalXp = track.totalXp ?? track.steps.reduce((sum, s) => sum + (s.xpReward ?? 0), 0);
14
- const completedSteps = progress.completedStepIds.length;
15
- const pendingSteps = track.steps.length - completedSteps;
16
- const actioned = Math.floor(completedSteps * .7);
17
- const acknowledged = completedSteps - actioned;
18
- return /* @__PURE__ */ jsxs("div", {
19
- className: "space-y-6",
20
- children: [
21
- /* @__PURE__ */ jsxs(Card, { children: [/* @__PURE__ */ jsx(CardHeader, { children: /* @__PURE__ */ jsxs(CardTitle, {
22
- className: "flex items-center gap-2",
23
- children: [/* @__PURE__ */ jsx("span", { children: "📊" }), /* @__PURE__ */ jsx("span", { children: "Engagement Overview" })]
24
- }) }), /* @__PURE__ */ jsx(CardContent, { children: /* @__PURE__ */ jsx(EngagementMeter, {
25
- actioned,
26
- acknowledged,
27
- pending: pendingSteps,
28
- streak: progress.streakDays
29
- }) })] }),
30
- /* @__PURE__ */ jsxs("div", {
31
- className: "grid gap-4 md:grid-cols-2",
32
- children: [/* @__PURE__ */ jsxs(Card, { children: [/* @__PURE__ */ jsx(CardHeader, {
33
- className: "pb-2",
34
- children: /* @__PURE__ */ jsx(CardTitle, {
35
- className: "text-muted-foreground text-sm font-medium",
36
- children: "XP Earned"
37
- })
38
- }), /* @__PURE__ */ jsxs(CardContent, {
39
- className: "space-y-3",
40
- children: [/* @__PURE__ */ jsxs("div", {
41
- className: "flex items-baseline gap-2",
42
- children: [/* @__PURE__ */ jsx("span", {
43
- className: "text-3xl font-bold text-orange-500",
44
- children: progress.xpEarned
45
- }), /* @__PURE__ */ jsxs("span", {
46
- className: "text-muted-foreground",
47
- children: [
48
- "/ ",
49
- totalXp,
50
- " XP"
51
- ]
52
- })]
53
- }), /* @__PURE__ */ jsx(XpBar, {
54
- current: progress.xpEarned,
55
- max: totalXp,
56
- showLabel: false,
57
- size: "lg"
58
- })]
59
- })] }), /* @__PURE__ */ jsxs(Card, { children: [/* @__PURE__ */ jsx(CardHeader, {
60
- className: "pb-2",
61
- children: /* @__PURE__ */ jsx(CardTitle, {
62
- className: "text-muted-foreground text-sm font-medium",
63
- children: "Engagement Streak"
64
- })
65
- }), /* @__PURE__ */ jsx(CardContent, { children: /* @__PURE__ */ jsxs("div", {
66
- className: "flex items-center gap-4",
67
- children: [/* @__PURE__ */ jsx(StreakCounter, {
68
- days: progress.streakDays,
69
- size: "lg"
70
- }), /* @__PURE__ */ jsx("div", {
71
- className: "text-muted-foreground text-sm",
72
- children: progress.streakDays > 0 ? "Keep going!" : "Start your streak today!"
73
- })]
74
- }) })] })]
75
- }),
76
- /* @__PURE__ */ jsxs(Card, { children: [/* @__PURE__ */ jsx(CardHeader, { children: /* @__PURE__ */ jsxs(CardTitle, {
77
- className: "flex items-center gap-2",
78
- children: [/* @__PURE__ */ jsx("span", { children: "🏅" }), /* @__PURE__ */ jsx("span", { children: "Achievements" })]
79
- }) }), /* @__PURE__ */ jsxs(CardContent, { children: [/* @__PURE__ */ jsx(BadgeDisplay, {
80
- badges: progress.badges,
81
- size: "lg",
82
- maxVisible: 10
83
- }), progress.badges.length === 0 && /* @__PURE__ */ jsx("p", {
84
- className: "text-muted-foreground text-sm",
85
- children: "Action tips to unlock achievements!"
86
- })] })] }),
87
- /* @__PURE__ */ jsxs(Card, { children: [/* @__PURE__ */ jsx(CardHeader, { children: /* @__PURE__ */ jsxs(CardTitle, {
88
- className: "flex items-center gap-2",
89
- children: [/* @__PURE__ */ jsx("span", { children: "💡" }), /* @__PURE__ */ jsx("span", { children: "Tip Status" })]
90
- }) }), /* @__PURE__ */ jsx(CardContent, { children: /* @__PURE__ */ jsx("div", {
91
- className: "space-y-3",
92
- children: track.steps.map((step) => {
93
- const isCompleted = progress.completedStepIds.includes(step.id);
94
- return /* @__PURE__ */ jsxs("div", {
95
- className: "flex items-center justify-between rounded-lg border p-3",
96
- children: [/* @__PURE__ */ jsxs("div", {
97
- className: "flex items-center gap-3",
98
- children: [/* @__PURE__ */ jsx("span", {
99
- className: isCompleted ? "text-green-500" : "text-amber-500",
100
- children: isCompleted ? "✓" : "○"
101
- }), /* @__PURE__ */ jsx("span", {
102
- className: isCompleted ? "text-muted-foreground" : "text-foreground",
103
- children: step.title
104
- })]
105
- }), /* @__PURE__ */ jsx("span", {
106
- className: `text-sm ${isCompleted ? "text-green-500" : "text-muted-foreground"}`,
107
- children: isCompleted ? "Actioned" : "Pending"
108
- })]
109
- }, step.id);
110
- })
111
- }) })] })
112
- ]
113
- });
114
- }
115
-
116
- //#endregion
117
- export { ProgressView };