@lssm/example.learning-journey-ui-onboarding 0.0.0-canary-20251220041653 → 0.0.0-canary-20251221132705
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.
- package/.turbo/turbo-build$colon$bundle.log +106 -106
- package/.turbo/turbo-build.log +110 -110
- package/CHANGELOG.md +10 -10
- package/dist/components/CodeSnippet.d.ts +2 -2
- package/dist/components/JourneyMap.d.ts +2 -2
- package/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +6 -6
- package/dist/examples/learning-journey-ui-shared/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js.map +1 -1
- package/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +6 -6
- package/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js.map +1 -1
- package/dist/views/Overview.d.ts +2 -2
- package/dist/views/Progress.d.ts +2 -2
- package/dist/views/Steps.d.ts +2 -2
- package/dist/views/Timeline.d.ts +2 -2
- package/package.json +12 -12
- package/tsconfig.tsbuildinfo +1 -1
package/dist/views/Progress.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime5 from "react/jsx-runtime";
|
|
2
2
|
import { LearningViewProps } from "@lssm/example.learning-journey-ui-shared";
|
|
3
3
|
|
|
4
4
|
//#region src/views/Progress.d.ts
|
|
5
5
|
declare function ProgressView({
|
|
6
6
|
track,
|
|
7
7
|
progress
|
|
8
|
-
}: LearningViewProps):
|
|
8
|
+
}: LearningViewProps): react_jsx_runtime5.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { ProgressView as Progress, ProgressView };
|
|
11
11
|
//# sourceMappingURL=Progress.d.ts.map
|
package/dist/views/Steps.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime3 from "react/jsx-runtime";
|
|
2
2
|
import { LearningViewProps } from "@lssm/example.learning-journey-ui-shared";
|
|
3
3
|
|
|
4
4
|
//#region src/views/Steps.d.ts
|
|
@@ -6,7 +6,7 @@ declare function Steps({
|
|
|
6
6
|
track,
|
|
7
7
|
progress,
|
|
8
8
|
onStepComplete
|
|
9
|
-
}: LearningViewProps):
|
|
9
|
+
}: LearningViewProps): react_jsx_runtime3.JSX.Element;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { Steps };
|
|
12
12
|
//# sourceMappingURL=Steps.d.ts.map
|
package/dist/views/Timeline.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime6 from "react/jsx-runtime";
|
|
2
2
|
import { LearningViewProps } from "@lssm/example.learning-journey-ui-shared";
|
|
3
3
|
|
|
4
4
|
//#region src/views/Timeline.d.ts
|
|
5
5
|
declare function Timeline({
|
|
6
6
|
track,
|
|
7
7
|
progress
|
|
8
|
-
}: LearningViewProps):
|
|
8
|
+
}: LearningViewProps): react_jsx_runtime6.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { Timeline };
|
|
11
11
|
//# sourceMappingURL=Timeline.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/example.learning-journey-ui-onboarding",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251221132705",
|
|
4
4
|
"description": "Developer onboarding UI with checklists and journey maps.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -36,20 +36,20 @@
|
|
|
36
36
|
"test": "bun test"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@lssm/lib.ui-kit-core": "0.0.0-canary-
|
|
40
|
-
"@lssm/lib.schema": "0.0.0-canary-
|
|
41
|
-
"@lssm/lib.contracts": "0.0.0-canary-
|
|
42
|
-
"@lssm/example.learning-journey-ui-shared": "0.0.0-canary-
|
|
43
|
-
"@lssm/example.learning-journey-studio-onboarding": "0.0.0-canary-
|
|
44
|
-
"@lssm/example.learning-journey-platform-tour": "0.0.0-canary-
|
|
45
|
-
"@lssm/module.learning-journey": "0.0.0-canary-
|
|
46
|
-
"@lssm/lib.design-system": "0.0.0-canary-
|
|
47
|
-
"@lssm/lib.ui-kit-web": "0.0.0-canary-
|
|
39
|
+
"@lssm/lib.ui-kit-core": "0.0.0-canary-20251221132705",
|
|
40
|
+
"@lssm/lib.schema": "0.0.0-canary-20251221132705",
|
|
41
|
+
"@lssm/lib.contracts": "0.0.0-canary-20251221132705",
|
|
42
|
+
"@lssm/example.learning-journey-ui-shared": "0.0.0-canary-20251221132705",
|
|
43
|
+
"@lssm/example.learning-journey-studio-onboarding": "0.0.0-canary-20251221132705",
|
|
44
|
+
"@lssm/example.learning-journey-platform-tour": "0.0.0-canary-20251221132705",
|
|
45
|
+
"@lssm/module.learning-journey": "0.0.0-canary-20251221132705",
|
|
46
|
+
"@lssm/lib.design-system": "0.0.0-canary-20251221132705",
|
|
47
|
+
"@lssm/lib.ui-kit-web": "0.0.0-canary-20251221132705",
|
|
48
48
|
"react": "19.2.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@lssm/tool.tsdown": "0.0.0-canary-
|
|
52
|
-
"@lssm/tool.typescript": "0.0.0-canary-
|
|
51
|
+
"@lssm/tool.tsdown": "0.0.0-canary-20251221132705",
|
|
52
|
+
"@lssm/tool.typescript": "0.0.0-canary-20251221132705",
|
|
53
53
|
"@types/react": "^19.1.6",
|
|
54
54
|
"tsdown": "^0.18.1",
|
|
55
55
|
"typescript": "^5.9.3"
|