@lssm/example.learning-journey-ui-onboarding 0.0.0-canary-20251213172311 → 0.0.0-canary-20251215220103

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.learning-journey-ui-onboarding",
3
- "version": "0.0.0-canary-20251213172311",
3
+ "version": "0.0.0-canary-20251215220103",
4
4
  "description": "Developer onboarding UI with checklists and journey maps.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -31,17 +31,17 @@
31
31
  "@lssm/module.learning-journey": "workspace:*",
32
32
  "@lssm/lib.design-system": "workspace:*",
33
33
  "@lssm/lib.ui-kit-web": "workspace:*",
34
- "react": "^19.1.0"
34
+ "react": "^19.2.3"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@lssm/tool.tsdown": "workspace:*",
38
38
  "@lssm/tool.typescript": "workspace:*",
39
39
  "@types/react": "^19.1.6",
40
- "tsdown": "^0.17.0",
40
+ "tsdown": "^0.17.4",
41
41
  "typescript": "^5.9.3"
42
42
  },
43
43
  "peerDependencies": {
44
- "react": "^18.0.0 || ^19.0.0"
44
+ "react": "^19.2.3"
45
45
  },
46
46
  "module": "./dist/index.js",
47
47
  "publishConfig": {
package/src/docs/index.ts CHANGED
@@ -1,3 +1 @@
1
1
  import './learning-journey-ui-onboarding.docblock';
2
-
3
-
@@ -16,5 +16,3 @@ const blocks: DocBlock[] = [
16
16
  ];
17
17
 
18
18
  registerDocBlocks(blocks);
19
-
20
-
package/src/example.ts CHANGED
@@ -1,7 +1,8 @@
1
1
  const example = {
2
2
  id: 'learning-journey-ui-onboarding',
3
3
  title: 'Learning Journey UI — Onboarding',
4
- summary: 'UI mini-app for onboarding patterns: checklists, code snippets, journey map.',
4
+ summary:
5
+ 'UI mini-app for onboarding patterns: checklists, code snippets, journey map.',
5
6
  tags: ['learning', 'ui', 'onboarding'],
6
7
  kind: 'ui',
7
8
  visibility: 'public',
@@ -21,5 +22,3 @@ const example = {
21
22
  } as const;
22
23
 
23
24
  export default example;
24
-
25
-