@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
|
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/index.d.mts[22m[39m [2m0.16 kB[22m [2m│ gzip: 0.14 kB[22m
|
|
19
19
|
[34mℹ[39m [2mdist/[22m[32m[1mhooks/index.d.mts[22m[39m [2m0.10 kB[22m [2m│ gzip: 0.09 kB[22m
|
|
20
20
|
[34mℹ[39m [2mdist/[22m[32mtypes-BMAby_Ku.d.mts[39m [2m1.70 kB[22m [2m│ gzip: 0.60 kB[22m
|
|
21
|
-
[34mℹ[39m [2mdist/[22m[32mindex-
|
|
21
|
+
[34mℹ[39m [2mdist/[22m[32mindex-EWErSKip.d.mts[39m [2m0.95 kB[22m [2m│ gzip: 0.37 kB[22m
|
|
22
22
|
[34mℹ[39m [2mdist/[22m[32mindex-D_7WU_xm.d.mts[39m [2m0.68 kB[22m [2m│ gzip: 0.35 kB[22m
|
|
23
23
|
[34mℹ[39m 13 files, total: 14.48 kB
|
|
24
|
-
[32m✔[39m Build complete in [
|
|
24
|
+
[32m✔[39m Build complete in [32m1409ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @lssm/example.learning-journey-ui-shared
|
|
2
2
|
|
|
3
|
-
## 0.0.0-canary-
|
|
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-
|
|
13
|
-
- @lssm/lib.design-system@0.0.0-canary-
|
|
14
|
-
- @lssm/lib.schema@0.0.0-canary-
|
|
15
|
-
- @lssm/lib.ui-kit-web@0.0.0-canary-
|
|
16
|
-
- @lssm/module.learning-journey@0.0.0-canary-
|
|
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-
|
|
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
|
|
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):
|
|
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):
|
|
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):
|
|
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):
|
|
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-
|
|
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-
|
|
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-
|
|
32
|
-
"@lssm/lib.contracts": "0.0.0-canary-
|
|
33
|
-
"@lssm/module.learning-journey": "0.0.0-canary-
|
|
34
|
-
"@lssm/lib.design-system": "0.0.0-canary-
|
|
35
|
-
"@lssm/lib.ui-kit-web": "0.0.0-canary-
|
|
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-
|
|
40
|
-
"@lssm/tool.typescript": "0.0.0-canary-
|
|
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"
|