@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,68 +0,0 @@
1
- 'use client';
2
-
3
- import { TipCard } from "../components/TipCard.js";
4
- import { jsx, jsxs } from "react/jsx-runtime";
5
-
6
- //#region ../learning-journey-ui-coaching/dist/views/Steps.js
7
- function Steps({ track, progress, onStepComplete }) {
8
- const completedSteps = progress.completedStepIds.length;
9
- const totalSteps = track.steps.length;
10
- const sortedSteps = [...track.steps].sort((a, b) => {
11
- const aCompleted = progress.completedStepIds.includes(a.id);
12
- if (aCompleted === progress.completedStepIds.includes(b.id)) return 0;
13
- return aCompleted ? 1 : -1;
14
- });
15
- const currentStepId = track.steps.find((s) => !progress.completedStepIds.includes(s.id))?.id;
16
- return /* @__PURE__ */ jsxs("div", {
17
- className: "space-y-6",
18
- children: [
19
- /* @__PURE__ */ jsxs("div", {
20
- className: "text-center",
21
- children: [
22
- /* @__PURE__ */ jsx("h2", {
23
- className: "text-xl font-bold",
24
- children: "Coaching Tips"
25
- }),
26
- /* @__PURE__ */ jsx("p", {
27
- className: "text-muted-foreground",
28
- children: "Review and take action on personalized tips"
29
- }),
30
- /* @__PURE__ */ jsxs("p", {
31
- className: "text-muted-foreground mt-2 text-sm",
32
- children: [
33
- completedSteps,
34
- " of ",
35
- totalSteps,
36
- " tips actioned"
37
- ]
38
- })
39
- ]
40
- }),
41
- /* @__PURE__ */ jsx("div", {
42
- className: "space-y-3",
43
- children: sortedSteps.map((step) => {
44
- return /* @__PURE__ */ jsx(TipCard, {
45
- step,
46
- isCompleted: progress.completedStepIds.includes(step.id),
47
- isCurrent: step.id === currentStepId,
48
- onComplete: () => onStepComplete?.(step.id),
49
- onDismiss: () => onStepComplete?.(step.id)
50
- }, step.id);
51
- })
52
- }),
53
- completedSteps === totalSteps && /* @__PURE__ */ jsxs("div", {
54
- className: "text-muted-foreground text-center",
55
- children: [/* @__PURE__ */ jsx("span", {
56
- className: "text-2xl",
57
- children: "✨"
58
- }), /* @__PURE__ */ jsx("p", {
59
- className: "mt-2",
60
- children: "All tips have been addressed!"
61
- })]
62
- })
63
- ]
64
- });
65
- }
66
-
67
- //#endregion
68
- export { Steps };
@@ -1,112 +0,0 @@
1
- 'use client';
2
-
3
- import { Card, CardContent, CardHeader, CardTitle } from "../libs/ui-kit-web/dist/ui/card.js";
4
- import { TipFeed } from "../components/TipFeed.js";
5
- import { jsx, jsxs } from "react/jsx-runtime";
6
-
7
- //#region ../learning-journey-ui-coaching/dist/views/Timeline.js
8
- function Timeline({ track, progress }) {
9
- const feedItems = track.steps.map((step) => ({
10
- step,
11
- isCompleted: progress.completedStepIds.includes(step.id),
12
- completedAt: progress.completedStepIds.includes(step.id) ? "Recently" : void 0
13
- })).sort((a, b) => {
14
- if (a.isCompleted && !b.isCompleted) return -1;
15
- if (!a.isCompleted && b.isCompleted) return 1;
16
- return 0;
17
- });
18
- const completedCount = feedItems.filter((f) => f.isCompleted).length;
19
- const pendingCount = feedItems.length - completedCount;
20
- return /* @__PURE__ */ jsxs("div", {
21
- className: "space-y-6",
22
- children: [
23
- /* @__PURE__ */ jsxs("div", {
24
- className: "text-center",
25
- children: [/* @__PURE__ */ jsx("h2", {
26
- className: "text-xl font-bold",
27
- children: "Activity Timeline"
28
- }), /* @__PURE__ */ jsx("p", {
29
- className: "text-muted-foreground",
30
- children: "Your coaching journey and tip history"
31
- })]
32
- }),
33
- /* @__PURE__ */ jsxs("div", {
34
- className: "grid grid-cols-2 gap-4",
35
- children: [/* @__PURE__ */ jsx(Card, { children: /* @__PURE__ */ jsxs(CardContent, {
36
- className: "p-4 text-center",
37
- children: [/* @__PURE__ */ jsx("div", {
38
- className: "text-2xl font-bold text-green-500",
39
- children: completedCount
40
- }), /* @__PURE__ */ jsx("div", {
41
- className: "text-muted-foreground text-sm",
42
- children: "Tips Actioned"
43
- })]
44
- }) }), /* @__PURE__ */ jsx(Card, { children: /* @__PURE__ */ jsxs(CardContent, {
45
- className: "p-4 text-center",
46
- children: [/* @__PURE__ */ jsx("div", {
47
- className: "text-2xl font-bold text-amber-500",
48
- children: pendingCount
49
- }), /* @__PURE__ */ jsx("div", {
50
- className: "text-muted-foreground text-sm",
51
- children: "Tips Pending"
52
- })]
53
- }) })]
54
- }),
55
- /* @__PURE__ */ jsxs(Card, { children: [/* @__PURE__ */ jsx(CardHeader, { children: /* @__PURE__ */ jsxs(CardTitle, {
56
- className: "flex items-center gap-2",
57
- children: [/* @__PURE__ */ jsx("span", { children: "📝" }), /* @__PURE__ */ jsx("span", { children: "Coaching Feed" })]
58
- }) }), /* @__PURE__ */ jsx(CardContent, { children: /* @__PURE__ */ jsx(TipFeed, { items: feedItems }) })] }),
59
- /* @__PURE__ */ jsxs(Card, { children: [/* @__PURE__ */ jsx(CardHeader, { children: /* @__PURE__ */ jsxs(CardTitle, {
60
- className: "flex items-center gap-2",
61
- children: [/* @__PURE__ */ jsx("span", { children: "📈" }), /* @__PURE__ */ jsx("span", { children: "Journey Stats" })]
62
- }) }), /* @__PURE__ */ jsx(CardContent, { children: /* @__PURE__ */ jsxs("div", {
63
- className: "space-y-4",
64
- children: [
65
- /* @__PURE__ */ jsxs("div", {
66
- className: "flex items-center justify-between",
67
- children: [/* @__PURE__ */ jsx("span", {
68
- className: "text-muted-foreground",
69
- children: "Total Tips"
70
- }), /* @__PURE__ */ jsx("span", {
71
- className: "font-semibold",
72
- children: track.steps.length
73
- })]
74
- }),
75
- /* @__PURE__ */ jsxs("div", {
76
- className: "flex items-center justify-between",
77
- children: [/* @__PURE__ */ jsx("span", {
78
- className: "text-muted-foreground",
79
- children: "Completed"
80
- }), /* @__PURE__ */ jsx("span", {
81
- className: "font-semibold text-green-500",
82
- children: completedCount
83
- })]
84
- }),
85
- /* @__PURE__ */ jsxs("div", {
86
- className: "flex items-center justify-between",
87
- children: [/* @__PURE__ */ jsx("span", {
88
- className: "text-muted-foreground",
89
- children: "XP Earned"
90
- }), /* @__PURE__ */ jsx("span", {
91
- className: "font-semibold text-orange-500",
92
- children: progress.xpEarned
93
- })]
94
- }),
95
- /* @__PURE__ */ jsxs("div", {
96
- className: "flex items-center justify-between",
97
- children: [/* @__PURE__ */ jsx("span", {
98
- className: "text-muted-foreground",
99
- children: "Current Streak"
100
- }), /* @__PURE__ */ jsx("span", {
101
- className: "font-semibold",
102
- children: progress.streakDays > 0 ? `🔥 ${progress.streakDays} days` : "Start today!"
103
- })]
104
- })
105
- ]
106
- }) })] })
107
- ]
108
- });
109
- }
110
-
111
- //#endregion
112
- export { Timeline };
@@ -1,4 +0,0 @@
1
- import { Overview } from "./Overview.js";
2
- import { Steps } from "./Steps.js";
3
- import { ProgressView } from "./Progress.js";
4
- import { Timeline } from "./Timeline.js";
@@ -1,64 +0,0 @@
1
- 'use client';
2
-
3
- import { Card, CardContent } from "./libs/ui-kit-web/dist/ui/card.js";
4
- import { useLearningProgress } from "./examples/learning-journey-ui-shared/dist/hooks/useLearningProgress.js";
5
- import { ViewTabs } from "./examples/learning-journey-ui-shared/dist/components/ViewTabs.js";
6
- import "./examples/learning-journey-ui-shared/dist/index.js";
7
- import { Overview } from "./views/Overview.js";
8
- import { Steps } from "./views/Steps.js";
9
- import { Progress } from "./views/Progress.js";
10
- import { Timeline } from "./views/Timeline.js";
11
- import { useCallback, useState } from "react";
12
- import { jsx, jsxs } from "react/jsx-runtime";
13
-
14
- //#region ../learning-journey-ui-gamified/dist/GamifiedMiniApp.js
15
- function GamifiedMiniApp({ track, progress: externalProgress, onStepComplete: externalOnStepComplete, onViewChange, initialView = "overview" }) {
16
- const [currentView, setCurrentView] = useState(initialView);
17
- const { progress: internalProgress, completeStep: internalCompleteStep } = useLearningProgress(track);
18
- const progress = externalProgress ?? internalProgress;
19
- const handleViewChange = useCallback((view) => {
20
- setCurrentView(view);
21
- onViewChange?.(view);
22
- }, [onViewChange]);
23
- const handleStepComplete = useCallback((stepId) => {
24
- if (externalOnStepComplete) externalOnStepComplete(stepId);
25
- else internalCompleteStep(stepId);
26
- }, [externalOnStepComplete, internalCompleteStep]);
27
- const handleStartFromOverview = useCallback(() => {
28
- setCurrentView("steps");
29
- onViewChange?.("steps");
30
- }, [onViewChange]);
31
- const renderView = () => {
32
- const viewProps = {
33
- track,
34
- progress,
35
- onStepComplete: handleStepComplete
36
- };
37
- switch (currentView) {
38
- case "overview": return /* @__PURE__ */ jsx(Overview, {
39
- ...viewProps,
40
- onStart: handleStartFromOverview
41
- });
42
- case "steps": return /* @__PURE__ */ jsx(Steps, { ...viewProps });
43
- case "progress": return /* @__PURE__ */ jsx(Progress, { ...viewProps });
44
- case "timeline": return /* @__PURE__ */ jsx(Timeline, { ...viewProps });
45
- default: return /* @__PURE__ */ jsx(Overview, {
46
- ...viewProps,
47
- onStart: handleStartFromOverview
48
- });
49
- }
50
- };
51
- return /* @__PURE__ */ jsxs("div", {
52
- className: "space-y-6",
53
- children: [/* @__PURE__ */ jsx(Card, { children: /* @__PURE__ */ jsx(CardContent, {
54
- className: "p-4",
55
- children: /* @__PURE__ */ jsx(ViewTabs, {
56
- currentView,
57
- onViewChange: handleViewChange
58
- })
59
- }) }), renderView()]
60
- });
61
- }
62
-
63
- //#endregion
64
- export { GamifiedMiniApp };
@@ -1,32 +0,0 @@
1
- 'use client';
2
-
3
- import { cn } from "../libs/ui-kit-web/dist/ui/utils.js";
4
- import { Fragment, jsx, jsxs } from "react/jsx-runtime";
5
-
6
- //#region ../learning-journey-ui-gamified/dist/components/DayCalendar.js
7
- function DayCalendar({ totalDays, currentDay, completedDays }) {
8
- return /* @__PURE__ */ jsx("div", {
9
- className: "grid grid-cols-7 gap-2",
10
- children: Array.from({ length: totalDays }, (_, i) => i + 1).map((day) => {
11
- const isCompleted = completedDays.includes(day);
12
- const isCurrent = day === currentDay;
13
- const isLocked = day > currentDay;
14
- return /* @__PURE__ */ jsx("div", {
15
- className: cn("flex h-12 w-12 flex-col items-center justify-center rounded-lg border text-sm font-medium transition-all", isCompleted && "border-green-500 bg-green-500/10 text-green-500", isCurrent && !isCompleted && "border-violet-500 bg-violet-500/10 text-violet-500 ring-2 ring-violet-500/50", isLocked && "border-muted bg-muted/50 text-muted-foreground", !isCompleted && !isCurrent && !isLocked && "border-border bg-card"),
16
- children: isCompleted ? /* @__PURE__ */ jsx("span", {
17
- className: "text-lg",
18
- children: "✓"
19
- }) : isLocked ? /* @__PURE__ */ jsx("span", {
20
- className: "text-lg",
21
- children: "🔒"
22
- }) : /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx("span", {
23
- className: "text-muted-foreground text-xs",
24
- children: "Day"
25
- }), /* @__PURE__ */ jsx("span", { children: day })] })
26
- }, day);
27
- })
28
- });
29
- }
30
-
31
- //#endregion
32
- export { DayCalendar };
@@ -1,79 +0,0 @@
1
- 'use client';
2
-
3
- import { Card, CardContent } from "../libs/ui-kit-web/dist/ui/card.js";
4
- import { Button$1 } from "../libs/design-system/dist/components/atoms/Button.js";
5
- import { cn } from "../libs/ui-kit-web/dist/ui/utils.js";
6
- import { useState } from "react";
7
- import { jsx, jsxs } from "react/jsx-runtime";
8
-
9
- //#region ../learning-journey-ui-gamified/dist/components/FlashCard.js
10
- function FlashCard({ step, isCompleted, isCurrent, onComplete }) {
11
- const [isFlipped, setIsFlipped] = useState(false);
12
- return /* @__PURE__ */ jsx(Card, {
13
- className: cn("relative cursor-pointer overflow-hidden transition-all duration-300", isCurrent && "ring-primary ring-2", isCompleted && "opacity-60"),
14
- onClick: () => !isCompleted && setIsFlipped(!isFlipped),
15
- children: /* @__PURE__ */ jsxs(CardContent, {
16
- className: "p-6",
17
- children: [/* @__PURE__ */ jsxs("div", {
18
- className: cn("space-y-4 transition-opacity duration-200", isFlipped ? "opacity-0" : "opacity-100"),
19
- children: [
20
- /* @__PURE__ */ jsxs("div", {
21
- className: "flex items-start justify-between",
22
- children: [/* @__PURE__ */ jsxs("div", {
23
- className: "flex-1",
24
- children: [/* @__PURE__ */ jsx("h3", {
25
- className: "text-lg font-semibold",
26
- children: step.title
27
- }), step.description && /* @__PURE__ */ jsx("p", {
28
- className: "text-muted-foreground mt-1 text-sm",
29
- children: step.description
30
- })]
31
- }), step.xpReward && /* @__PURE__ */ jsxs("span", {
32
- className: "rounded-full bg-green-500/10 px-2 py-1 text-xs font-semibold text-green-500",
33
- children: [
34
- "+",
35
- step.xpReward,
36
- " XP"
37
- ]
38
- })]
39
- }),
40
- isCompleted && /* @__PURE__ */ jsxs("div", {
41
- className: "flex items-center gap-2 text-green-500",
42
- children: [/* @__PURE__ */ jsx("span", { children: "✓" }), /* @__PURE__ */ jsx("span", {
43
- className: "text-sm font-medium",
44
- children: "Completed"
45
- })]
46
- }),
47
- isCurrent && !isCompleted && /* @__PURE__ */ jsx("p", {
48
- className: "text-muted-foreground text-xs",
49
- children: "Tap to reveal action"
50
- })
51
- ]
52
- }), isFlipped && !isCompleted && /* @__PURE__ */ jsxs("div", {
53
- className: "absolute inset-0 flex flex-col items-center justify-center gap-4 bg-gradient-to-br from-violet-500/10 to-violet-600/10 p-6",
54
- children: [/* @__PURE__ */ jsx("p", {
55
- className: "text-center text-sm",
56
- children: step.instructions ?? "Complete this step to earn XP"
57
- }), /* @__PURE__ */ jsxs("div", {
58
- className: "flex gap-2",
59
- children: [/* @__PURE__ */ jsx(Button$1, {
60
- variant: "outline",
61
- size: "sm",
62
- onClick: () => setIsFlipped(false),
63
- children: "Back"
64
- }), /* @__PURE__ */ jsx(Button$1, {
65
- size: "sm",
66
- onClick: (e) => {
67
- e.stopPropagation();
68
- onComplete?.();
69
- },
70
- children: "Mark Complete"
71
- })]
72
- })]
73
- })]
74
- })
75
- });
76
- }
77
-
78
- //#endregion
79
- export { FlashCard };
@@ -1,81 +0,0 @@
1
- 'use client';
2
-
3
- import { cn } from "../libs/ui-kit-web/dist/ui/utils.js";
4
- import { jsx, jsxs } from "react/jsx-runtime";
5
-
6
- //#region ../learning-journey-ui-gamified/dist/components/MasteryRing.js
7
- const sizeStyles = {
8
- sm: {
9
- container: "h-16 w-16",
10
- text: "text-xs",
11
- ring: 48,
12
- stroke: 4
13
- },
14
- md: {
15
- container: "h-24 w-24",
16
- text: "text-sm",
17
- ring: 72,
18
- stroke: 6
19
- },
20
- lg: {
21
- container: "h-32 w-32",
22
- text: "text-base",
23
- ring: 96,
24
- stroke: 8
25
- }
26
- };
27
- const colorStyles = {
28
- green: "stroke-green-500",
29
- blue: "stroke-blue-500",
30
- violet: "stroke-violet-500",
31
- orange: "stroke-orange-500"
32
- };
33
- function MasteryRing({ label, percentage, size = "md", color = "violet" }) {
34
- const styles = sizeStyles[size];
35
- const radius = (styles.ring - styles.stroke) / 2;
36
- const circumference = 2 * Math.PI * radius;
37
- const strokeDashoffset = circumference - percentage / 100 * circumference;
38
- return /* @__PURE__ */ jsxs("div", {
39
- className: cn("relative flex flex-col items-center gap-1", styles.container),
40
- children: [
41
- /* @__PURE__ */ jsxs("svg", {
42
- className: "absolute -rotate-90",
43
- width: styles.ring,
44
- height: styles.ring,
45
- viewBox: `0 0 ${styles.ring} ${styles.ring}`,
46
- children: [/* @__PURE__ */ jsx("circle", {
47
- cx: styles.ring / 2,
48
- cy: styles.ring / 2,
49
- r: radius,
50
- fill: "none",
51
- strokeWidth: styles.stroke,
52
- className: "stroke-muted"
53
- }), /* @__PURE__ */ jsx("circle", {
54
- cx: styles.ring / 2,
55
- cy: styles.ring / 2,
56
- r: radius,
57
- fill: "none",
58
- strokeWidth: styles.stroke,
59
- strokeLinecap: "round",
60
- strokeDasharray: circumference,
61
- strokeDashoffset,
62
- className: cn("transition-all duration-500", colorStyles[color])
63
- })]
64
- }),
65
- /* @__PURE__ */ jsx("div", {
66
- className: "flex h-full flex-col items-center justify-center",
67
- children: /* @__PURE__ */ jsxs("span", {
68
- className: cn("font-bold", styles.text),
69
- children: [Math.round(percentage), "%"]
70
- })
71
- }),
72
- /* @__PURE__ */ jsx("span", {
73
- className: cn("text-muted-foreground mt-1 truncate", styles.text),
74
- children: label
75
- })
76
- ]
77
- });
78
- }
79
-
80
- //#endregion
81
- export { MasteryRing };
@@ -1,3 +0,0 @@
1
- import { FlashCard } from "./FlashCard.js";
2
- import { MasteryRing } from "./MasteryRing.js";
3
- import { DayCalendar } from "./DayCalendar.js";
@@ -1 +0,0 @@
1
- import "./learning-journey-ui-gamified.docblock.js";
@@ -1,20 +0,0 @@
1
- import { registerDocBlocks } from "../libs/contracts/dist/docs/registry.js";
2
- import "../libs/contracts/dist/docs/index.js";
3
-
4
- //#region ../learning-journey-ui-gamified/dist/docs/learning-journey-ui-gamified.docblock.js
5
- registerDocBlocks([{
6
- id: "docs.examples.learning-journey-ui-gamified",
7
- title: "Learning Journey UI — Gamified",
8
- summary: "UI mini-app components for gamified learning: flashcards, mastery, streak/calendar.",
9
- kind: "reference",
10
- visibility: "public",
11
- route: "/docs/examples/learning-journey-ui-gamified",
12
- tags: [
13
- "learning",
14
- "ui",
15
- "gamified"
16
- ],
17
- body: `## Includes\n- Gamified mini-app shell\n- Views: overview, steps, progress, timeline\n- Components: flash card, mastery ring, day calendar\n\n## Notes\n- Compose with design system components.\n- Respect prefers-reduced-motion; keep tap targets large.`
18
- }]);
19
-
20
- //#endregion
@@ -1,44 +0,0 @@
1
- 'use client';
2
-
3
- import { cn } from "../libs/ui-kit-web/dist/ui/utils.js";
4
- import { jsx, jsxs } from "react/jsx-runtime";
5
-
6
- //#region ../learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/components/BadgeDisplay.js
7
- const BADGE_ICONS = {
8
- studio_first_30m: "🎯",
9
- platform_tour: "🗺️",
10
- crm_first_win: "🏆",
11
- drill_master: "🧠",
12
- coach_listener: "👂",
13
- quest_complete: "⭐",
14
- streak_7: "🔥",
15
- streak_30: "💎",
16
- default: "🏅"
17
- };
18
- const sizeStyles = {
19
- sm: "h-6 w-6 text-sm",
20
- md: "h-8 w-8 text-base",
21
- lg: "h-10 w-10 text-lg"
22
- };
23
- function BadgeDisplay({ badges, maxVisible = 5, size = "md" }) {
24
- const visibleBadges = badges.slice(0, maxVisible);
25
- const hiddenCount = badges.length - maxVisible;
26
- if (badges.length === 0) return /* @__PURE__ */ jsx("div", {
27
- className: "text-muted-foreground text-sm",
28
- children: "No badges earned yet"
29
- });
30
- return /* @__PURE__ */ jsxs("div", {
31
- className: "flex items-center gap-1",
32
- children: [visibleBadges.map((badge) => /* @__PURE__ */ jsx("div", {
33
- className: cn("flex items-center justify-center rounded-full bg-gradient-to-br from-amber-400/20 to-amber-600/20", sizeStyles[size]),
34
- title: badge.replace(/_/g, " "),
35
- children: BADGE_ICONS[badge] ?? BADGE_ICONS.default
36
- }, badge)), hiddenCount > 0 && /* @__PURE__ */ jsxs("div", {
37
- className: cn("text-muted-foreground bg-muted flex items-center justify-center rounded-full", sizeStyles[size], "text-xs font-medium"),
38
- children: ["+", hiddenCount]
39
- })]
40
- });
41
- }
42
-
43
- //#endregion
44
- export { BadgeDisplay };
@@ -1,45 +0,0 @@
1
- 'use client';
2
-
3
- import { cn } from "../libs/ui-kit-web/dist/ui/utils.js";
4
- import { jsx, jsxs } from "react/jsx-runtime";
5
-
6
- //#region ../learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/components/StreakCounter.js
7
- const sizeStyles = {
8
- sm: {
9
- container: "gap-1 px-2 py-1",
10
- icon: "text-base",
11
- text: "text-xs"
12
- },
13
- md: {
14
- container: "gap-1.5 px-3 py-1.5",
15
- icon: "text-lg",
16
- text: "text-sm"
17
- },
18
- lg: {
19
- container: "gap-2 px-4 py-2",
20
- icon: "text-xl",
21
- text: "text-base"
22
- }
23
- };
24
- function StreakCounter({ days, isActive = true, size = "md" }) {
25
- const styles = sizeStyles[size];
26
- return /* @__PURE__ */ jsxs("div", {
27
- className: cn("inline-flex items-center rounded-full font-semibold", styles.container, isActive ? "bg-orange-500/10 text-orange-500" : "bg-muted text-muted-foreground"),
28
- children: [/* @__PURE__ */ jsx("span", {
29
- className: styles.icon,
30
- role: "img",
31
- "aria-label": "streak",
32
- children: "🔥"
33
- }), /* @__PURE__ */ jsxs("span", {
34
- className: styles.text,
35
- children: [
36
- days,
37
- " ",
38
- days === 1 ? "day" : "days"
39
- ]
40
- })]
41
- });
42
- }
43
-
44
- //#endregion
45
- export { StreakCounter };
@@ -1,48 +0,0 @@
1
- 'use client';
2
-
3
- import { Button$1 } from "../libs/design-system/dist/components/atoms/Button.js";
4
- import { jsx, jsxs } from "react/jsx-runtime";
5
-
6
- //#region ../learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/components/ViewTabs.js
7
- const VIEW_LABELS = {
8
- overview: {
9
- label: "Overview",
10
- icon: "📊"
11
- },
12
- steps: {
13
- label: "Steps",
14
- icon: "📝"
15
- },
16
- progress: {
17
- label: "Progress",
18
- icon: "📈"
19
- },
20
- timeline: {
21
- label: "Timeline",
22
- icon: "📅"
23
- }
24
- };
25
- const DEFAULT_VIEWS = [
26
- "overview",
27
- "steps",
28
- "progress",
29
- "timeline"
30
- ];
31
- function ViewTabs({ currentView, onViewChange, availableViews = DEFAULT_VIEWS }) {
32
- return /* @__PURE__ */ jsx("div", {
33
- className: "flex flex-wrap gap-2",
34
- children: availableViews.map((view) => {
35
- const { label, icon } = VIEW_LABELS[view];
36
- return /* @__PURE__ */ jsxs(Button$1, {
37
- variant: currentView === view ? "default" : "outline",
38
- size: "sm",
39
- onClick: () => onViewChange(view),
40
- className: "gap-1.5",
41
- children: [/* @__PURE__ */ jsx("span", { children: icon }), /* @__PURE__ */ jsx("span", { children: label })]
42
- }, view);
43
- })
44
- });
45
- }
46
-
47
- //#endregion
48
- export { ViewTabs };
@@ -1,46 +0,0 @@
1
- 'use client';
2
-
3
- import { Progress } from "../libs/ui-kit-web/dist/ui/progress.js";
4
- import { cn } from "../libs/ui-kit-web/dist/ui/utils.js";
5
- import { jsx, jsxs } from "react/jsx-runtime";
6
-
7
- //#region ../learning-journey-ui-gamified/dist/examples/learning-journey-ui-shared/dist/components/XpBar.js
8
- const sizeStyles = {
9
- sm: "h-2",
10
- md: "h-3",
11
- lg: "h-4"
12
- };
13
- const labelSizeStyles = {
14
- sm: "text-xs",
15
- md: "text-sm",
16
- lg: "text-base"
17
- };
18
- function XpBar({ current, max, level, showLabel = true, size = "md" }) {
19
- const percentage = max > 0 ? Math.min(current / max * 100, 100) : 0;
20
- return /* @__PURE__ */ jsxs("div", {
21
- className: "w-full space-y-1",
22
- children: [showLabel && /* @__PURE__ */ jsxs("div", {
23
- className: cn("flex items-center justify-between", labelSizeStyles[size]),
24
- children: [/* @__PURE__ */ jsxs("span", {
25
- className: "text-muted-foreground font-medium",
26
- children: [level !== void 0 && /* @__PURE__ */ jsxs("span", {
27
- className: "text-primary mr-1",
28
- children: ["Lvl ", level]
29
- }), "XP"]
30
- }), /* @__PURE__ */ jsxs("span", {
31
- className: "font-semibold",
32
- children: [
33
- current.toLocaleString(),
34
- " / ",
35
- max.toLocaleString()
36
- ]
37
- })]
38
- }), /* @__PURE__ */ jsx(Progress, {
39
- value: percentage,
40
- className: cn("bg-muted", sizeStyles[size])
41
- })]
42
- });
43
- }
44
-
45
- //#endregion
46
- export { XpBar };
@@ -1,4 +0,0 @@
1
- import "./XpBar.js";
2
- import "./StreakCounter.js";
3
- import "./BadgeDisplay.js";
4
- import "./ViewTabs.js";
@@ -1 +0,0 @@
1
- import "./learning-journey-ui-shared.docblock.js";