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

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.
@@ -18,7 +18,7 @@
18
18
  ℹ dist/components/index.d.mts 0.16 kB │ gzip: 0.14 kB
19
19
  ℹ dist/hooks/index.d.mts 0.10 kB │ gzip: 0.09 kB
20
20
  ℹ dist/types-BMAby_Ku.d.mts 1.70 kB │ gzip: 0.60 kB
21
- ℹ dist/index-vqA7CxBi.d.mts 0.95 kB │ gzip: 0.37 kB
21
+ ℹ dist/index-EWErSKip.d.mts 0.95 kB │ gzip: 0.37 kB
22
22
  ℹ dist/index-D_7WU_xm.d.mts 0.68 kB │ gzip: 0.35 kB
23
23
  ℹ 13 files, total: 14.48 kB
24
- ✔ Build complete in 1527ms
24
+ ✔ Build complete in 1409ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.learning-journey-ui-shared
2
2
 
3
- ## 0.0.0-canary-20251217073102
3
+ ## 0.0.0-canary-20251217080011
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,8 +9,8 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [66a5dfd]
12
- - @lssm/lib.contracts@0.0.0-canary-20251217073102
13
- - @lssm/lib.design-system@0.0.0-canary-20251217073102
14
- - @lssm/lib.schema@0.0.0-canary-20251217073102
15
- - @lssm/lib.ui-kit-web@0.0.0-canary-20251217073102
16
- - @lssm/module.learning-journey@0.0.0-canary-20251217073102
12
+ - @lssm/lib.contracts@0.0.0-canary-20251217080011
13
+ - @lssm/lib.design-system@0.0.0-canary-20251217080011
14
+ - @lssm/lib.schema@0.0.0-canary-20251217080011
15
+ - @lssm/lib.ui-kit-web@0.0.0-canary-20251217080011
16
+ - @lssm/module.learning-journey@0.0.0-canary-20251217080011
@@ -1,2 +1,2 @@
1
- import { i as XpBar, n as BadgeDisplay, r as StreakCounter, t as ViewTabs } from "../index-vqA7CxBi.mjs";
1
+ import { i as XpBar, n as BadgeDisplay, r as StreakCounter, t as ViewTabs } from "../index-EWErSKip.mjs";
2
2
  export { BadgeDisplay, StreakCounter, ViewTabs, XpBar };
@@ -1,5 +1,5 @@
1
1
  import { c as XpBarProps, o as StreakCounterProps, s as ViewTabsProps, t as BadgeDisplayProps } from "./types-BMAby_Ku.mjs";
2
- import * as react_jsx_runtime2 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/XpBar.d.ts
5
5
  declare function XpBar({
@@ -8,27 +8,27 @@ declare function XpBar({
8
8
  level,
9
9
  showLabel,
10
10
  size
11
- }: XpBarProps): react_jsx_runtime2.JSX.Element;
11
+ }: XpBarProps): react_jsx_runtime0.JSX.Element;
12
12
  //#endregion
13
13
  //#region src/components/StreakCounter.d.ts
14
14
  declare function StreakCounter({
15
15
  days,
16
16
  isActive,
17
17
  size
18
- }: StreakCounterProps): react_jsx_runtime2.JSX.Element;
18
+ }: StreakCounterProps): react_jsx_runtime0.JSX.Element;
19
19
  //#endregion
20
20
  //#region src/components/BadgeDisplay.d.ts
21
21
  declare function BadgeDisplay({
22
22
  badges,
23
23
  maxVisible,
24
24
  size
25
- }: BadgeDisplayProps): react_jsx_runtime2.JSX.Element;
25
+ }: BadgeDisplayProps): react_jsx_runtime0.JSX.Element;
26
26
  //#endregion
27
27
  //#region src/components/ViewTabs.d.ts
28
28
  declare function ViewTabs({
29
29
  currentView,
30
30
  onViewChange,
31
31
  availableViews
32
- }: ViewTabsProps): react_jsx_runtime2.JSX.Element;
32
+ }: ViewTabsProps): react_jsx_runtime0.JSX.Element;
33
33
  //#endregion
34
34
  export { XpBar as i, BadgeDisplay as n, StreakCounter as r, ViewTabs as t };
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
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
- import { i as XpBar, n as BadgeDisplay, r as StreakCounter, t as ViewTabs } from "./index-vqA7CxBi.mjs";
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
4
 
5
5
  //#region src/example.d.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.learning-journey-ui-shared",
3
- "version": "0.0.0-canary-20251217073102",
3
+ "version": "0.0.0-canary-20251217080011",
4
4
  "description": "Shared UI components and hooks for learning journey mini-apps.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -28,16 +28,16 @@
28
28
  "test": "bun test"
29
29
  },
30
30
  "dependencies": {
31
- "@lssm/lib.schema": "0.0.0-canary-20251217073102",
32
- "@lssm/lib.contracts": "0.0.0-canary-20251217073102",
33
- "@lssm/module.learning-journey": "0.0.0-canary-20251217073102",
34
- "@lssm/lib.design-system": "0.0.0-canary-20251217073102",
35
- "@lssm/lib.ui-kit-web": "0.0.0-canary-20251217073102",
31
+ "@lssm/lib.schema": "0.0.0-canary-20251217080011",
32
+ "@lssm/lib.contracts": "0.0.0-canary-20251217080011",
33
+ "@lssm/module.learning-journey": "0.0.0-canary-20251217080011",
34
+ "@lssm/lib.design-system": "0.0.0-canary-20251217080011",
35
+ "@lssm/lib.ui-kit-web": "0.0.0-canary-20251217080011",
36
36
  "react": "^19.2.3"
37
37
  },
38
38
  "devDependencies": {
39
- "@lssm/tool.tsdown": "0.0.0-canary-20251217073102",
40
- "@lssm/tool.typescript": "0.0.0-canary-20251217073102",
39
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217080011",
40
+ "@lssm/tool.typescript": "0.0.0-canary-20251217080011",
41
41
  "@types/react": "^19.1.6",
42
42
  "tsdown": "^0.17.4",
43
43
  "typescript": "^5.9.3"