@lssm/example.learning-journey-ui-shared 0.0.0-canary-20251212230121 → 0.0.0-canary-20251213172311

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.
@@ -6,19 +6,19 @@ $ tsdown
6
6
  ℹ target: esnext
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
9
- ℹ dist/index.mjs 0.25 kB │ gzip: 0.17 kB
10
- ℹ dist/components/index.mjs 0.17 kB │ gzip: 0.14 kB
11
- ℹ dist/hooks/index.mjs 0.10 kB │ gzip: 0.09 kB
12
- ℹ dist/types.mjs 0.01 kB │ gzip: 0.03 kB
13
- ℹ dist/components-tyJAN4Ru.mjs 4.53 kB │ gzip: 1.63 kB
14
- ℹ dist/hooks-B-tDvppY.mjs 2.48 kB │ gzip: 0.87 kB
15
- ℹ dist/index.d.mts 0.65 kB │ gzip: 0.26 kB
16
- ℹ dist/types.d.mts 0.38 kB │ gzip: 0.19 kB
17
- ℹ dist/components/index.d.mts 0.16 kB │ gzip: 0.14 kB
18
- ℹ dist/hooks/index.d.mts 0.10 kB │ gzip: 0.09 kB
19
- ℹ dist/types-BMAby_Ku.d.mts 1.70 kB │ gzip: 0.60 kB
20
- ℹ dist/index-EWErSKip.d.mts 0.95 kB │ gzip: 0.37 kB
21
- ℹ dist/index-D_7WU_xm.d.mts 0.68 kB │ gzip: 0.35 kB
22
- ℹ 13 files, total: 12.16 kB
23
- ✔ Build complete in 14094ms
9
+ ℹ dist/index.mjs 97.89 kB │ gzip: 33.49 kB
10
+ ℹ dist/components/index.mjs  0.17 kB │ gzip: 0.14 kB
11
+ ℹ dist/hooks/index.mjs  0.10 kB │ gzip: 0.09 kB
12
+ ℹ dist/types.mjs  0.01 kB │ gzip: 0.03 kB
13
+ ℹ dist/components-tyJAN4Ru.mjs  4.53 kB │ gzip: 1.63 kB
14
+ ℹ dist/hooks-B-tDvppY.mjs  2.48 kB │ gzip: 0.87 kB
15
+ ℹ dist/index.d.mts  1.58 kB │ gzip: 0.60 kB
16
+ ℹ dist/types.d.mts  0.38 kB │ gzip: 0.19 kB
17
+ ℹ dist/components/index.d.mts  0.16 kB │ gzip: 0.14 kB
18
+ ℹ dist/hooks/index.d.mts  0.10 kB │ gzip: 0.09 kB
19
+ ℹ dist/types-BMAby_Ku.d.mts  1.70 kB │ gzip: 0.60 kB
20
+ ℹ dist/index-EWErSKip.d.mts  0.95 kB │ gzip: 0.37 kB
21
+ ℹ dist/index-D_7WU_xm.d.mts  0.68 kB │ gzip: 0.35 kB
22
+ ℹ 13 files, total: 110.72 kB
23
+ ✔ Build complete in 9285ms
24
24
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @lssm/example.learning-journey-ui-shared
2
2
 
3
- ## 0.0.0-canary-20251212230121
3
+ ## 0.0.0-canary-20251213172311
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/lib.design-system@0.0.0-canary-20251212230121
9
- - @lssm/lib.ui-kit-web@0.0.0-canary-20251212230121
10
- - @lssm/module.learning-journey@0.0.0-canary-20251212230121
8
+ - @lssm/lib.design-system@0.0.0-canary-20251213172311
9
+ - @lssm/lib.ui-kit-web@0.0.0-canary-20251213172311
10
+ - @lssm/module.learning-journey@0.0.0-canary-20251213172311
package/dist/index.d.mts CHANGED
@@ -1,4 +1,36 @@
1
1
  import { a as LearningViewProps, c as XpBarProps, i as LearningView, n as LearningMiniAppProps, o as StreakCounterProps, r as LearningProgressState, s as ViewTabsProps, t as BadgeDisplayProps } from "./types-BMAby_Ku.mjs";
2
2
  import { i as XpBar, n as BadgeDisplay, r as StreakCounter, t as ViewTabs } from "./index-EWErSKip.mjs";
3
3
  import { t as useLearningProgress } from "./index-D_7WU_xm.mjs";
4
- export { BadgeDisplay, type BadgeDisplayProps, type LearningMiniAppProps, type LearningProgressState, type LearningView, type LearningViewProps, StreakCounter, type StreakCounterProps, ViewTabs, type ViewTabsProps, XpBar, type XpBarProps, useLearningProgress };
4
+
5
+ //#region src/example.d.ts
6
+ declare const example: {
7
+ readonly id: "learning-journey-ui-shared";
8
+ readonly title: "Learning Journey UI — Shared";
9
+ readonly summary: "Shared UI components and hooks for learning journey mini-apps.";
10
+ readonly tags: readonly ["learning", "ui", "shared"];
11
+ readonly kind: "ui";
12
+ readonly visibility: "public";
13
+ readonly docs: {
14
+ readonly rootDocId: "docs.examples.learning-journey-ui-shared";
15
+ };
16
+ readonly entrypoints: {
17
+ readonly packageName: "@lssm/example.learning-journey-ui-shared";
18
+ readonly docs: "./docs";
19
+ };
20
+ readonly surfaces: {
21
+ readonly templates: true;
22
+ readonly sandbox: {
23
+ readonly enabled: true;
24
+ readonly modes: readonly ["playground", "markdown"];
25
+ };
26
+ readonly studio: {
27
+ readonly enabled: true;
28
+ readonly installable: true;
29
+ };
30
+ readonly mcp: {
31
+ readonly enabled: true;
32
+ };
33
+ };
34
+ };
35
+ //#endregion
36
+ export { BadgeDisplay, type BadgeDisplayProps, type LearningMiniAppProps, type LearningProgressState, type LearningView, type LearningViewProps, StreakCounter, type StreakCounterProps, ViewTabs, type ViewTabsProps, XpBar, type XpBarProps, example, useLearningProgress };