@lssm/example.learning-journey-ui-shared 0.0.0-canary-20251217080011 → 0.0.0-canary-20251219202229

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 (119) hide show
  1. package/.turbo/turbo-build$colon$bundle.log +383 -24
  2. package/.turbo/turbo-build.log +384 -26
  3. package/CHANGELOG.md +6 -6
  4. package/LICENSE +21 -0
  5. package/dist/components/BadgeDisplay.d.ts +12 -0
  6. package/dist/components/BadgeDisplay.d.ts.map +1 -0
  7. package/dist/components/BadgeDisplay.js +45 -0
  8. package/dist/components/BadgeDisplay.js.map +1 -0
  9. package/dist/components/StreakCounter.d.ts +12 -0
  10. package/dist/components/StreakCounter.d.ts.map +1 -0
  11. package/dist/components/StreakCounter.js +46 -0
  12. package/dist/components/StreakCounter.js.map +1 -0
  13. package/dist/components/ViewTabs.d.ts +12 -0
  14. package/dist/components/ViewTabs.d.ts.map +1 -0
  15. package/dist/components/ViewTabs.js +49 -0
  16. package/dist/components/ViewTabs.js.map +1 -0
  17. package/dist/components/XpBar.d.ts +14 -0
  18. package/dist/components/XpBar.d.ts.map +1 -0
  19. package/dist/components/XpBar.js +47 -0
  20. package/dist/components/XpBar.js.map +1 -0
  21. package/dist/components/index.d.ts +5 -0
  22. package/dist/components/index.js +6 -0
  23. package/dist/docs/index.d.ts +1 -0
  24. package/dist/docs/index.js +1 -0
  25. package/dist/docs/learning-journey-ui-shared.docblock.d.ts +1 -0
  26. package/dist/docs/learning-journey-ui-shared.docblock.js +21 -0
  27. package/dist/docs/learning-journey-ui-shared.docblock.js.map +1 -0
  28. package/dist/{index.d.mts → example.d.ts} +2 -5
  29. package/dist/example.d.ts.map +1 -0
  30. package/dist/example.js +35 -0
  31. package/dist/example.js.map +1 -0
  32. package/dist/hooks/index.d.ts +2 -0
  33. package/dist/hooks/index.js +3 -0
  34. package/dist/{index-D_7WU_xm.d.mts → hooks/useLearningProgress.d.ts} +3 -2
  35. package/dist/hooks/useLearningProgress.d.ts.map +1 -0
  36. package/dist/{hooks-B-tDvppY.mjs → hooks/useLearningProgress.js} +4 -1
  37. package/dist/hooks/useLearningProgress.js.map +1 -0
  38. package/dist/index.d.ts +9 -0
  39. package/dist/index.js +11 -0
  40. package/dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js +17 -0
  41. package/dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js.map +1 -0
  42. package/dist/libs/contracts/dist/docs/index.js +25 -0
  43. package/dist/libs/contracts/dist/docs/meta.docs.js +30 -0
  44. package/dist/libs/contracts/dist/docs/meta.docs.js.map +1 -0
  45. package/dist/libs/contracts/dist/docs/presentations.js +72 -0
  46. package/dist/libs/contracts/dist/docs/presentations.js.map +1 -0
  47. package/dist/libs/contracts/dist/docs/registry.js +45 -0
  48. package/dist/libs/contracts/dist/docs/registry.js.map +1 -0
  49. package/dist/libs/contracts/dist/docs/tech/auth/better-auth-nextjs.docblock.js +81 -0
  50. package/dist/libs/contracts/dist/docs/tech/auth/better-auth-nextjs.docblock.js.map +1 -0
  51. package/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +58 -0
  52. package/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js.map +1 -0
  53. package/dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js +17 -0
  54. package/dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js.map +1 -0
  55. package/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js +358 -0
  56. package/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js.map +1 -0
  57. package/dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js +38 -0
  58. package/dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js.map +1 -0
  59. package/dist/libs/contracts/dist/docs/tech/presentation-runtime.docblock.js +17 -0
  60. package/dist/libs/contracts/dist/docs/tech/presentation-runtime.docblock.js.map +1 -0
  61. package/dist/libs/contracts/dist/docs/tech/schema/README.docblock.js +21 -0
  62. package/dist/libs/contracts/dist/docs/tech/schema/README.docblock.js.map +1 -0
  63. package/dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js +49 -0
  64. package/dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js.map +1 -0
  65. package/dist/libs/contracts/dist/docs/tech/studio/learning-journeys.docblock.js +80 -0
  66. package/dist/libs/contracts/dist/docs/tech/studio/learning-journeys.docblock.js.map +1 -0
  67. package/dist/libs/contracts/dist/docs/tech/studio/platform-admin-panel.docblock.js +85 -0
  68. package/dist/libs/contracts/dist/docs/tech/studio/platform-admin-panel.docblock.js.map +1 -0
  69. package/dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js +46 -0
  70. package/dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js.map +1 -0
  71. package/dist/libs/contracts/dist/docs/tech/studio/project-routing.docblock.js +68 -0
  72. package/dist/libs/contracts/dist/docs/tech/studio/project-routing.docblock.js.map +1 -0
  73. package/dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js +41 -0
  74. package/dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js.map +1 -0
  75. package/dist/libs/contracts/dist/docs/tech/studio/team-invitations.docblock.js +70 -0
  76. package/dist/libs/contracts/dist/docs/tech/studio/team-invitations.docblock.js.map +1 -0
  77. package/dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js +48 -0
  78. package/dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js.map +1 -0
  79. package/dist/libs/contracts/dist/docs/tech/studio/workspaces.docblock.js +63 -0
  80. package/dist/libs/contracts/dist/docs/tech/studio/workspaces.docblock.js.map +1 -0
  81. package/dist/libs/contracts/dist/docs/tech/telemetry-ingest.docblock.js +156 -0
  82. package/dist/libs/contracts/dist/docs/tech/telemetry-ingest.docblock.js.map +1 -0
  83. package/dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js +21 -0
  84. package/dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js.map +1 -0
  85. package/dist/libs/contracts/dist/docs/tech/vscode-extension.docblock.js +102 -0
  86. package/dist/libs/contracts/dist/docs/tech/vscode-extension.docblock.js.map +1 -0
  87. package/dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js +21 -0
  88. package/dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js.map +1 -0
  89. package/dist/libs/contracts/dist/docs/tech-contracts.docs.js +97 -0
  90. package/dist/libs/contracts/dist/docs/tech-contracts.docs.js.map +1 -0
  91. package/dist/libs/design-system/dist/_virtual/rolldown_runtime.js +6 -0
  92. package/dist/libs/design-system/dist/_virtual/rolldown_runtime.js.map +1 -0
  93. package/dist/libs/design-system/dist/components/atoms/Button.js +34 -0
  94. package/dist/libs/design-system/dist/components/atoms/Button.js.map +1 -0
  95. package/dist/libs/design-system/dist/ui-kit-web/dist/ui/button.js +56 -0
  96. package/dist/libs/design-system/dist/ui-kit-web/dist/ui/button.js.map +1 -0
  97. package/dist/libs/design-system/dist/ui-kit-web/dist/ui-kit-core/dist/utils.js +14 -0
  98. package/dist/libs/design-system/dist/ui-kit-web/dist/ui-kit-core/dist/utils.js.map +1 -0
  99. package/dist/libs/ui-kit-web/dist/ui/progress.js +24 -0
  100. package/dist/libs/ui-kit-web/dist/ui/progress.js.map +1 -0
  101. package/dist/libs/ui-kit-web/dist/ui/utils.js +11 -0
  102. package/dist/libs/ui-kit-web/dist/ui/utils.js.map +1 -0
  103. package/dist/libs/ui-kit-web/dist/ui-kit-core/dist/utils.js +11 -0
  104. package/dist/libs/ui-kit-web/dist/ui-kit-core/dist/utils.js.map +1 -0
  105. package/dist/{types-BMAby_Ku.d.mts → types.d.ts} +2 -1
  106. package/dist/types.d.ts.map +1 -0
  107. package/dist/types.js +0 -0
  108. package/package.json +23 -16
  109. package/tsconfig.tsbuildinfo +1 -1
  110. package/tsdown.config.js +14 -11
  111. package/dist/components/index.d.mts +0 -2
  112. package/dist/components/index.mjs +0 -3
  113. package/dist/components-tyJAN4Ru.mjs +0 -164
  114. package/dist/hooks/index.d.mts +0 -2
  115. package/dist/hooks/index.mjs +0 -3
  116. package/dist/index-EWErSKip.d.mts +0 -34
  117. package/dist/index.mjs +0 -55
  118. package/dist/types.d.mts +0 -2
  119. package/dist/types.mjs +0 -1
@@ -1,24 +1,383 @@
1
-
2
- $ tsdown
3
- ℹ tsdown v0.17.4 powered by rolldown v1.0.0-beta.53
4
- ℹ config file: /Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/examples/learning-journey-ui-shared/tsdown.config.js (unrun)
5
- ℹ entry: src/index.ts, src/hooks/index.ts, src/components/index.ts, src/types.ts
6
- ℹ target: esnext
7
- ℹ tsconfig: tsconfig.json
8
- ℹ Build start
9
- ℹ Cleaning 15 files
10
- ℹ dist/index.mjs 1.65 kB │ gzip: 0.70 kB
11
- ℹ dist/components/index.mjs 0.17 kB │ gzip: 0.14 kB
12
- ℹ dist/hooks/index.mjs 0.10 kB │ gzip: 0.09 kB
13
- ℹ dist/types.mjs 0.01 kB │ gzip: 0.03 kB
14
- ℹ dist/components-tyJAN4Ru.mjs 4.53 kB │ gzip: 1.63 kB
15
- ℹ dist/hooks-B-tDvppY.mjs 2.48 kB │ gzip: 0.87 kB
16
- ℹ dist/index.d.mts 1.58 kB │ gzip: 0.60 kB
17
- ℹ dist/types.d.mts 0.38 kB │ gzip: 0.19 kB
18
- ℹ dist/components/index.d.mts 0.16 kB │ gzip: 0.14 kB
19
- ℹ dist/hooks/index.d.mts 0.10 kB │ gzip: 0.09 kB
20
- ℹ dist/types-BMAby_Ku.d.mts 1.70 kB │ gzip: 0.60 kB
21
- ℹ dist/index-EWErSKip.d.mts 0.95 kB │ gzip: 0.37 kB
22
- ℹ dist/index-D_7WU_xm.d.mts 0.68 kB │ gzip: 0.35 kB
23
- ℹ 13 files, total: 14.48 kB
24
- ✔ Build complete in 1409ms
1
+ $ tsdown
2
+ ℹ tsdown v0.18.1 powered by rolldown v1.0.0-beta.55
3
+ ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-ui-shared/tsdown.config.js
4
+ ℹ entry: src/example.ts, src/index.ts, src/types.ts, src/components/BadgeDisplay.tsx, src/components/StreakCounter.tsx, src/components/ViewTabs.tsx, src/components/XpBar.tsx, src/components/index.ts, src/docs/index.ts, src/docs/learning-journey-ui-shared.docblock.ts, src/hooks/index.ts, src/hooks/useLearningProgress.ts
5
+ ℹ target: esnext
6
+ ℹ tsconfig: tsconfig.json
7
+ ℹ Build start
8
+ ℹ Cleaning 133 files
9
+ ℹ dist/hooks/useLearningProgress.js  2.54 kB │ gzip: 0.90 kB
10
+ ℹ dist/components/BadgeDisplay.js  1.51 kB │ gzip: 0.78 kB
11
+ ℹ dist/components/XpBar.js  1.31 kB │ gzip: 0.63 kB
12
+ ℹ dist/components/ViewTabs.js  1.12 kB │ gzip: 0.59 kB
13
+ ℹ dist/components/StreakCounter.js  1.11 kB │ gzip: 0.59 kB
14
+ ℹ dist/docs/learning-journey-ui-shared.docblock.js  0.82 kB │ gzip: 0.47 kB
15
+ ℹ dist/example.js  0.75 kB │ gzip: 0.42 kB
16
+ ℹ dist/index.js  0.53 kB │ gzip: 0.21 kB
17
+ ℹ dist/components/index.js  0.24 kB │ gzip: 0.12 kB
18
+ ℹ dist/hooks/index.js  0.10 kB │ gzip: 0.07 kB
19
+ ℹ dist/docs/index.js  0.05 kB │ gzip: 0.07 kB
20
+ ℹ dist/types.js  0.00 kB │ gzip: 0.02 kB
21
+ ℹ dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js.map 17.95 kB │ gzip: 7.45 kB
22
+ ℹ dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js 16.98 kB │ gzip: 7.25 kB
23
+ ℹ dist/libs/contracts/dist/docs/tech/schema/README.docblock.js.map 12.04 kB │ gzip: 4.53 kB
24
+ ℹ dist/libs/contracts/dist/docs/tech/schema/README.docblock.js 11.26 kB │ gzip: 4.34 kB
25
+ ℹ dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js.map 11.25 kB │ gzip: 3.76 kB
26
+ ℹ dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js.map 10.66 kB │ gzip: 4.04 kB
27
+ ℹ dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js 10.02 kB │ gzip: 3.85 kB
28
+ ℹ dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js  9.58 kB │ gzip: 3.53 kB
29
+ ℹ dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js.map  6.38 kB │ gzip: 2.86 kB
30
+ ℹ dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js.map  6.21 kB │ gzip: 2.54 kB
31
+ ℹ dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js  5.90 kB │ gzip: 2.68 kB
32
+ ℹ dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js  5.71 kB │ gzip: 2.36 kB
33
+ ℹ dist/libs/contracts/dist/docs/tech/telemetry-ingest.docblock.js.map  5.15 kB │ gzip: 2.00 kB
34
+ ℹ dist/libs/contracts/dist/docs/tech/vscode-extension.docblock.js.map  4.70 kB │ gzip: 1.70 kB
35
+ ℹ dist/hooks/useLearningProgress.js.map  4.64 kB │ gzip: 1.63 kB
36
+ ℹ dist/libs/contracts/dist/docs/tech/auth/better-auth-nextjs.docblock.js.map  4.29 kB │ gzip: 1.74 kB
37
+ ℹ dist/libs/contracts/dist/docs/tech/telemetry-ingest.docblock.js  4.21 kB │ gzip: 1.80 kB
38
+ ℹ dist/libs/contracts/dist/docs/presentations.js.map  4.15 kB │ gzip: 1.32 kB
39
+ ℹ dist/libs/contracts/dist/docs/tech-contracts.docs.js.map  4.03 kB │ gzip: 1.74 kB
40
+ ℹ dist/libs/contracts/dist/docs/tech/studio/learning-journeys.docblock.js.map  4.02 kB │ gzip: 1.69 kB
41
+ ℹ dist/libs/contracts/dist/docs/tech/studio/platform-admin-panel.docblock.js.map  4.01 kB │ gzip: 1.63 kB
42
+ ℹ dist/libs/contracts/dist/docs/tech/vscode-extension.docblock.js  3.91 kB │ gzip: 1.49 kB
43
+ ℹ dist/libs/contracts/dist/docs/tech/auth/better-auth-nextjs.docblock.js  3.65 kB │ gzip: 1.56 kB
44
+ ℹ dist/libs/contracts/dist/docs/tech/presentation-runtime.docblock.js.map  3.51 kB │ gzip: 1.58 kB
45
+ ℹ dist/libs/contracts/dist/docs/tech-contracts.docs.js  3.48 kB │ gzip: 1.57 kB
46
+ ℹ dist/libs/contracts/dist/docs/tech/studio/project-routing.docblock.js.map  3.41 kB │ gzip: 1.43 kB
47
+ ℹ dist/libs/contracts/dist/docs/tech/studio/learning-journeys.docblock.js  3.39 kB │ gzip: 1.49 kB
48
+ ℹ dist/libs/contracts/dist/docs/tech/studio/platform-admin-panel.docblock.js  3.36 kB │ gzip: 1.44 kB
49
+ ℹ dist/libs/design-system/dist/ui-kit-web/dist/ui/button.js.map  3.11 kB │ gzip: 1.25 kB
50
+ ℹ dist/libs/contracts/dist/docs/tech/studio/team-invitations.docblock.js.map  3.08 kB │ gzip: 1.33 kB
51
+ ℹ dist/libs/contracts/dist/docs/tech/presentation-runtime.docblock.js  3.03 kB │ gzip: 1.40 kB
52
+ ℹ dist/libs/contracts/dist/docs/tech/studio/project-routing.docblock.js  2.80 kB │ gzip: 1.24 kB
53
+ ℹ dist/libs/contracts/dist/docs/tech/studio/workspaces.docblock.js.map  2.73 kB │ gzip: 1.23 kB
54
+ ℹ dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js.map  2.64 kB │ gzip: 1.18 kB
55
+ ℹ dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js.map  2.56 kB │ gzip: 1.17 kB
56
+ ℹ dist/libs/contracts/dist/docs/registry.js.map  2.55 kB │ gzip: 1.03 kB
57
+ ℹ dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js.map  2.47 kB │ gzip: 1.08 kB
58
+ ℹ dist/libs/contracts/dist/docs/tech/studio/team-invitations.docblock.js  2.46 kB │ gzip: 1.15 kB
59
+ ℹ dist/components/BadgeDisplay.js.map  2.40 kB │ gzip: 1.14 kB
60
+ ℹ dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js.map  2.31 kB │ gzip: 1.01 kB
61
+ ℹ dist/libs/design-system/dist/components/atoms/Button.js.map  2.25 kB │ gzip: 0.93 kB
62
+ ℹ dist/libs/contracts/dist/docs/presentations.js  2.22 kB │ gzip: 0.79 kB
63
+ ℹ dist/libs/design-system/dist/ui-kit-web/dist/ui/button.js  2.21 kB │ gzip: 0.94 kB
64
+ ℹ dist/libs/contracts/dist/docs/tech/studio/workspaces.docblock.js  2.18 kB │ gzip: 1.04 kB
65
+ ℹ dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js  2.09 kB │ gzip: 0.99 kB
66
+ ℹ dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js  2.01 kB │ gzip: 0.99 kB
67
+ ℹ dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js.map  2.00 kB │ gzip: 0.97 kB
68
+ ℹ dist/components/ViewTabs.js.map  1.92 kB │ gzip: 0.88 kB
69
+ ℹ dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js  1.91 kB │ gzip: 0.90 kB
70
+ ℹ dist/components/XpBar.js.map  1.91 kB │ gzip: 0.89 kB
71
+ ℹ dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js  1.78 kB │ gzip: 0.84 kB
72
+ ℹ dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js.map  1.69 kB │ gzip: 0.85 kB
73
+ ℹ dist/components/StreakCounter.js.map  1.63 kB │ gzip: 0.79 kB
74
+ ℹ dist/libs/design-system/dist/_virtual/rolldown_runtime.js.map  1.55 kB │ gzip: 0.73 kB
75
+ ℹ dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js  1.51 kB │ gzip: 0.79 kB
76
+ ℹ dist/libs/contracts/dist/docs/meta.docs.js.map  1.42 kB │ gzip: 0.80 kB
77
+ ℹ dist/libs/design-system/dist/components/atoms/Button.js  1.41 kB │ gzip: 0.62 kB
78
+ ℹ dist/libs/contracts/dist/docs/index.js  1.38 kB │ gzip: 0.43 kB
79
+ ℹ dist/libs/contracts/dist/docs/registry.js  1.29 kB │ gzip: 0.58 kB
80
+ ℹ dist/libs/ui-kit-web/dist/ui/progress.js.map  1.22 kB │ gzip: 0.65 kB
81
+ ℹ dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js  1.20 kB │ gzip: 0.67 kB
82
+ ℹ dist/example.js.map  1.09 kB │ gzip: 0.58 kB
83
+ ℹ dist/docs/learning-journey-ui-shared.docblock.js.map  1.08 kB │ gzip: 0.60 kB
84
+ ℹ dist/libs/contracts/dist/docs/meta.docs.js  1.07 kB │ gzip: 0.63 kB
85
+ ℹ dist/libs/ui-kit-web/dist/ui/progress.js  0.79 kB │ gzip: 0.46 kB
86
+ ℹ dist/libs/design-system/dist/ui-kit-web/dist/ui-kit-core/dist/utils.js.map  0.69 kB │ gzip: 0.40 kB
87
+ ℹ dist/types.d.ts.map  0.65 kB │ gzip: 0.33 kB
88
+ ℹ dist/libs/ui-kit-web/dist/ui-kit-core/dist/utils.js.map  0.47 kB │ gzip: 0.29 kB
89
+ ℹ dist/libs/ui-kit-web/dist/ui/utils.js.map  0.43 kB │ gzip: 0.29 kB
90
+ ℹ dist/libs/design-system/dist/ui-kit-web/dist/ui-kit-core/dist/utils.js  0.41 kB │ gzip: 0.26 kB
91
+ ℹ dist/libs/ui-kit-web/dist/ui-kit-core/dist/utils.js  0.26 kB │ gzip: 0.19 kB
92
+ ℹ dist/libs/ui-kit-web/dist/ui/utils.js  0.24 kB │ gzip: 0.18 kB
93
+ ℹ dist/libs/design-system/dist/_virtual/rolldown_runtime.js  0.21 kB │ gzip: 0.18 kB
94
+ ℹ dist/hooks/useLearningProgress.d.ts.map  0.19 kB │ gzip: 0.16 kB
95
+ ℹ dist/components/StreakCounter.d.ts.map  0.19 kB │ gzip: 0.16 kB
96
+ ℹ dist/components/BadgeDisplay.d.ts.map  0.19 kB │ gzip: 0.16 kB
97
+ ℹ dist/components/ViewTabs.d.ts.map  0.18 kB │ gzip: 0.16 kB
98
+ ℹ dist/components/XpBar.d.ts.map  0.17 kB │ gzip: 0.15 kB
99
+ ℹ dist/example.d.ts.map  0.14 kB │ gzip: 0.13 kB
100
+ ℹ dist/types.d.ts  1.69 kB │ gzip: 0.61 kB
101
+ ℹ dist/example.d.ts  0.98 kB │ gzip: 0.41 kB
102
+ ℹ dist/index.d.ts  0.81 kB │ gzip: 0.25 kB
103
+ ℹ dist/hooks/useLearningProgress.d.ts  0.71 kB │ gzip: 0.35 kB
104
+ ℹ dist/components/StreakCounter.d.ts  0.35 kB │ gzip: 0.23 kB
105
+ ℹ dist/components/BadgeDisplay.d.ts  0.35 kB │ gzip: 0.23 kB
106
+ ℹ dist/components/ViewTabs.d.ts  0.34 kB │ gzip: 0.23 kB
107
+ ℹ dist/components/XpBar.d.ts  0.32 kB │ gzip: 0.23 kB
108
+ ℹ dist/components/index.d.ts  0.24 kB │ gzip: 0.12 kB
109
+ ℹ dist/hooks/index.d.ts  0.10 kB │ gzip: 0.07 kB
110
+ ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
111
+ ℹ dist/docs/learning-journey-ui-shared.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
112
+ ℹ 103 files, total: 281.18 kB
113
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/Button.js
114
+ ╭─[ ../../libs/design-system/dist/components/atoms/Button.js:4:25 ]
115
+ │
116
+ 4 │ import { Loader2 } from "lucide-react";
117
+  │ ───────┬──────
118
+  │ ╰──────── Module not found, treating it as an external dependency
119
+  │
120
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
121
+ ───╯
122
+
123
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/ActionButtons.js
124
+ ╭─[ ../../libs/design-system/dist/components/atoms/ActionButtons.js:7:60 ]
125
+ │
126
+ 7 │ import { Edit, Eye, ToggleLeft, ToggleRight, Trash2 } from "lucide-react";
127
+  │ ───────┬──────
128
+  │ ╰──────── Module not found, treating it as an external dependency
129
+  │
130
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
131
+ ───╯
132
+
133
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/DataChips.js
134
+ ╭─[ ../../libs/design-system/dist/components/atoms/DataChips.js:4:41 ]
135
+ │
136
+ 4 │ import { Calendar, Clock, MapPin } from "lucide-react";
137
+  │ ───────┬──────
138
+  │ ╰──────── Module not found, treating it as an external dependency
139
+  │
140
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
141
+ ───╯
142
+
143
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/Header.js
144
+ ╭─[ ../../libs/design-system/dist/components/organisms/Header.js:14:22 ]
145
+ │
146
+ 14 │ import { Menu } from "lucide-react";
147
+  │ ───────┬──────
148
+  │ ╰──────── Module not found, treating it as an external dependency
149
+  │
150
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
151
+ ────╯
152
+
153
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/MarketingHeader.js
154
+ ╭─[ ../../libs/design-system/dist/components/organisms/MarketingHeader.js:19:22 ]
155
+ │
156
+ 19 │ import { Menu } from "lucide-react";
157
+  │ ───────┬──────
158
+  │ ╰──────── Module not found, treating it as an external dependency
159
+  │
160
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
161
+ ────╯
162
+
163
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/molecules/CommandSearchTrigger.js
164
+ ╭─[ ../../libs/design-system/dist/components/molecules/CommandSearchTrigger.js:8:28 ]
165
+ │
166
+ 8 │ import { SearchIcon } from "lucide-react";
167
+  │ ───────┬──────
168
+  │ ╰──────── Module not found, treating it as an external dependency
169
+  │
170
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
171
+ ───╯
172
+
173
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/marketing/MarketingComparisonSection.js
174
+ ╭─[ ../../libs/design-system/dist/components/marketing/MarketingComparisonSection.js:6:29 ]
175
+ │
176
+ 6 │ import { CheckCircle } from "lucide-react";
177
+  │ ───────┬──────
178
+  │ ╰──────── Module not found, treating it as an external dependency
179
+  │
180
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
181
+ ───╯
182
+
183
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/MarketingHeaderMobile.js
184
+ ╭─[ ../../libs/design-system/dist/components/organisms/MarketingHeaderMobile.js:12:22 ]
185
+ │
186
+ 12 │ import { Menu } from "lucide-react";
187
+  │ ───────┬──────
188
+  │ ╰──────── Module not found, treating it as an external dependency
189
+  │
190
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
191
+ ────╯
192
+
193
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/LoaderCircular.js
194
+ ╭─[ ../../libs/design-system/dist/components/atoms/LoaderCircular.js:5:25 ]
195
+ │
196
+ 5 │ import { Loader2 } from "lucide-react";
197
+  │ ───────┬──────
198
+  │ ╰──────── Module not found, treating it as an external dependency
199
+  │
200
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
201
+ ───╯
202
+
203
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js
204
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js:7:39 ]
205
+ │
206
+ 7 │ import { ArrowLeft, ArrowRight } from "lucide-react";
207
+  │ ───────┬──────
208
+  │ ╰──────── Module not found, treating it as an external dependency
209
+  │
210
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
211
+ ───╯
212
+
213
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/molecules/LangSwitchDropdown.js
214
+ ╭─[ ../../libs/design-system/dist/components/molecules/LangSwitchDropdown.js:4:23 ]
215
+ │
216
+ 4 │ import { Globe } from "lucide-react";
217
+  │ ───────┬──────
218
+  │ ╰──────── Module not found, treating it as an external dependency
219
+  │
220
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
221
+ ───╯
222
+
223
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/breadcrumb.js
224
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/breadcrumb.js:5:46 ]
225
+ │
226
+ 5 │ import { ChevronRight, MoreHorizontal } from "lucide-react";
227
+  │ ───────┬──────
228
+  │ ╰──────── Module not found, treating it as an external dependency
229
+  │
230
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
231
+ ───╯
232
+
233
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js
234
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js:7:28 ]
235
+ │
236
+ 7 │ import { SearchIcon } from "lucide-react";
237
+  │ ───────┬──────
238
+  │ ╰──────── Module not found, treating it as an external dependency
239
+  │
240
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
241
+ ───╯
242
+
243
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/dialog.js
244
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/dialog.js:6:23 ]
245
+ │
246
+ 6 │ import { XIcon } from "lucide-react";
247
+  │ ───────┬──────
248
+  │ ╰──────── Module not found, treating it as an external dependency
249
+  │
250
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
251
+ ───╯
252
+
253
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/radio-group.js
254
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/radio-group.js:6:28 ]
255
+ │
256
+ 6 │ import { CircleIcon } from "lucide-react";
257
+  │ ───────┬──────
258
+  │ ╰──────── Module not found, treating it as an external dependency
259
+  │
260
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
261
+ ───╯
262
+
263
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/select.js
264
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/select.js:6:59 ]
265
+ │
266
+ 6 │ import { CheckIcon, ChevronDownIcon, ChevronUpIcon } from "lucide-react";
267
+  │ ───────┬──────
268
+  │ ╰──────── Module not found, treating it as an external dependency
269
+  │
270
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
271
+ ───╯
272
+
273
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/accordion.js
274
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/accordion.js:6:33 ]
275
+ │
276
+ 6 │ import { ChevronDownIcon } from "lucide-react";
277
+  │ ───────┬──────
278
+  │ ╰──────── Module not found, treating it as an external dependency
279
+  │
280
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
281
+ ───╯
282
+
283
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/organisms/ListPage/ListPage.js
284
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/organisms/ListPage/ListPage.js:9:58 ]
285
+ │
286
+ 9 │ import { AlertTriangle, Loader2, Plus, RefreshCcw } from "lucide-react";
287
+  │ ───────┬──────
288
+  │ ╰──────── Module not found, treating it as an external dependency
289
+  │
290
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
291
+ ───╯
292
+
293
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/checkbox.js
294
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/checkbox.js:6:27 ]
295
+ │
296
+ 6 │ import { CheckIcon } from "lucide-react";
297
+  │ ───────┬──────
298
+  │ ╰──────── Module not found, treating it as an external dependency
299
+  │
300
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
301
+ ───╯
302
+
303
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/pagination.js
304
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/pagination.js:5:59 ]
305
+ │
306
+ 5 │ import { ChevronLeft, ChevronRight, MoreHorizontal } from "lucide-react";
307
+  │ ───────┬──────
308
+  │ ╰──────── Module not found, treating it as an external dependency
309
+  │
310
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
311
+ ───╯
312
+
313
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/sidebar.js
314
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/sidebar.js:12:8 ]
315
+ │
316
+ 12 │ import "lucide-react";
317
+  │ ───────┬──────
318
+  │ ╰──────── Module not found, treating it as an external dependency
319
+  │
320
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
321
+ ────╯
322
+
323
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/sheet.js
324
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/sheet.js:6:23 ]
325
+ │
326
+ 6 │ import { XIcon } from "lucide-react";
327
+  │ ───────┬──────
328
+  │ ╰──────── Module not found, treating it as an external dependency
329
+  │
330
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
331
+ ───╯
332
+
333
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/navigation-menu.js
334
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/navigation-menu.js:5:33 ]
335
+ │
336
+ 5 │ import { ChevronDownIcon } from "lucide-react";
337
+  │ ───────┬──────
338
+  │ ╰──────── Module not found, treating it as an external dependency
339
+  │
340
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
341
+ ───╯
342
+
343
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/dropdown-menu.js
344
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/dropdown-menu.js:6:39 ]
345
+ │
346
+ 6 │ import { CheckIcon, CircleIcon } from "lucide-react";
347
+  │ ───────┬──────
348
+  │ ╰──────── Module not found, treating it as an external dependency
349
+  │
350
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
351
+ ───╯
352
+
353
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/atoms/Pagination/Pagination.js
354
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/atoms/Pagination/Pagination.js:5:72 ]
355
+ │
356
+ 5 │ import { ChevronLeft, ChevronRight, ChevronsLeft, ChevronsRight } from "lucide-react";
357
+  │ ───────┬──────
358
+  │ ╰──────── Module not found, treating it as an external dependency
359
+  │
360
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
361
+ ───╯
362
+
363
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js
364
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js:7:48 ]
365
+ │
366
+ 7 │ import { ChevronDown, ChevronUp, Filter } from "lucide-react";
367
+  │ ───────┬──────
368
+  │ ╰──────── Module not found, treating it as an external dependency
369
+  │
370
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
371
+ ───╯
372
+
373
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/atoms/SearchInput/SearchInput.js
374
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/atoms/SearchInput/SearchInput.js:5:27 ]
375
+ │
376
+ 5 │ import { Search, X } from "lucide-react";
377
+  │ ───────┬──────
378
+  │ ╰──────── Module not found, treating it as an external dependency
379
+  │
380
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
381
+ ───╯
382
+
383
+ ✔ Build complete in 34681ms