@lssm/example.learning-journey-ui-coaching 0.0.0-canary-20251217054315 → 0.0.0-canary-20251217060804
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 +22 -0
- package/CHANGELOG.md +7 -39
- package/dist/components/index.d.mts +1 -1
- package/dist/{index-7MjeMlls.d.mts → index-BH0UbqIy.d.mts} +4 -4
- package/dist/{index-lkrUaxS7.d.mts → index-BjhNDTSh.d.mts} +5 -5
- package/dist/index.d.mts +4 -4
- package/dist/index.mjs +2089 -608
- package/dist/views/index.d.mts +1 -1
- package/package.json +9 -9
package/dist/views/index.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as Overview, n as ProgressView, r as Steps, t as Timeline } from "../index-
|
|
1
|
+
import { i as Overview, n as ProgressView, r as Steps, t as Timeline } from "../index-BjhNDTSh.mjs";
|
|
2
2
|
export { Overview, ProgressView as Progress, Steps, Timeline };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/example.learning-journey-ui-coaching",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251217060804",
|
|
4
4
|
"description": "Contextual coaching UI with tip cards and engagement tracking.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
"test": "bun test"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@lssm/example.learning-journey-ui-shared": "0.0.0-canary-
|
|
31
|
-
"@lssm/example.learning-journey-ambient-coach": "0.0.0-canary-
|
|
32
|
-
"@lssm/example.learning-journey-crm-onboarding": "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-
|
|
30
|
+
"@lssm/example.learning-journey-ui-shared": "0.0.0-canary-20251217060804",
|
|
31
|
+
"@lssm/example.learning-journey-ambient-coach": "0.0.0-canary-20251217060804",
|
|
32
|
+
"@lssm/example.learning-journey-crm-onboarding": "0.0.0-canary-20251217060804",
|
|
33
|
+
"@lssm/module.learning-journey": "0.0.0-canary-20251217060804",
|
|
34
|
+
"@lssm/lib.design-system": "0.0.0-canary-20251217060804",
|
|
35
|
+
"@lssm/lib.ui-kit-web": "0.0.0-canary-20251217060804",
|
|
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-20251217060804",
|
|
40
|
+
"@lssm/tool.typescript": "0.0.0-canary-20251217060804",
|
|
41
41
|
"@types/react": "^19.1.6",
|
|
42
42
|
"tsdown": "^0.17.4",
|
|
43
43
|
"typescript": "^5.9.3"
|