@contractspec/example.learning-journey-ui-onboarding 0.0.0-canary-20260119224015 → 0.0.0-canary-20260119225944

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.
@@ -54,4 +54,4 @@ $ tsdown
54
54
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
55
55
  ℹ dist/docs/learning-journey-ui-onboarding.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
56
56
  ℹ 47 files, total: 88.14 kB
57
- ✔ Build complete in 21982ms
57
+ ✔ Build complete in 11950ms
@@ -55,4 +55,4 @@ $ tsdown
55
55
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
56
56
  ℹ dist/docs/learning-journey-ui-onboarding.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
57
57
  ℹ 47 files, total: 88.14 kB
58
- ✔ Build complete in 24114ms
58
+ ✔ Build complete in 9215ms
package/CHANGELOG.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # @contractspec/example.learning-journey-ui-onboarding
2
2
 
3
- ## 0.0.0-canary-20260119224015
3
+ ## 0.0.0-canary-20260119225944
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [c560ee7]
8
8
  - Updated dependencies [1536bf3]
9
- - @contractspec/lib.design-system@0.0.0-canary-20260119224015
10
- - @contractspec/lib.contracts@0.0.0-canary-20260119224015
11
- - @contractspec/example.learning-journey-ui-shared@0.0.0-canary-20260119224015
12
- - @contractspec/example.learning-journey-platform-tour@0.0.0-canary-20260119224015
13
- - @contractspec/example.learning-journey-studio-onboarding@0.0.0-canary-20260119224015
14
- - @contractspec/module.learning-journey@0.0.0-canary-20260119224015
9
+ - @contractspec/lib.design-system@0.0.0-canary-20260119225944
10
+ - @contractspec/lib.contracts@0.0.0-canary-20260119225944
11
+ - @contractspec/example.learning-journey-ui-shared@0.0.0-canary-20260119225944
12
+ - @contractspec/example.learning-journey-platform-tour@0.0.0-canary-20260119225944
13
+ - @contractspec/example.learning-journey-studio-onboarding@0.0.0-canary-20260119225944
14
+ - @contractspec/module.learning-journey@0.0.0-canary-20260119225944
15
15
 
16
16
  ## 1.48.0
17
17
 
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime0 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/CodeSnippet.d.ts
4
4
  interface CodeSnippetProps {
@@ -10,7 +10,7 @@ declare function CodeSnippet({
10
10
  code,
11
11
  language,
12
12
  title
13
- }: CodeSnippetProps): react_jsx_runtime0.JSX.Element;
13
+ }: CodeSnippetProps): react_jsx_runtime1.JSX.Element;
14
14
  //#endregion
15
15
  export { CodeSnippet };
16
16
  //# sourceMappingURL=CodeSnippet.d.ts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime1 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
2
2
  import { LearningJourneyStepSpec } from "@contractspec/module.learning-journey/track-spec";
3
3
 
4
4
  //#region src/components/JourneyMap.d.ts
@@ -11,7 +11,7 @@ declare function JourneyMap({
11
11
  steps,
12
12
  completedStepIds,
13
13
  currentStepId
14
- }: JourneyMapProps): react_jsx_runtime1.JSX.Element;
14
+ }: JourneyMapProps): react_jsx_runtime0.JSX.Element;
15
15
  //#endregion
16
16
  export { JourneyMap };
17
17
  //# sourceMappingURL=JourneyMap.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-onboarding",
3
- "version": "0.0.0-canary-20260119224015",
3
+ "version": "0.0.0-canary-20260119225944",
4
4
  "description": "Developer onboarding UI with checklists and journey maps.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -36,12 +36,12 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@contractspec/lib.ui-kit-core": "1.48.0",
39
- "@contractspec/lib.contracts": "0.0.0-canary-20260119224015",
40
- "@contractspec/example.learning-journey-ui-shared": "0.0.0-canary-20260119224015",
41
- "@contractspec/example.learning-journey-studio-onboarding": "0.0.0-canary-20260119224015",
42
- "@contractspec/example.learning-journey-platform-tour": "0.0.0-canary-20260119224015",
43
- "@contractspec/module.learning-journey": "0.0.0-canary-20260119224015",
44
- "@contractspec/lib.design-system": "0.0.0-canary-20260119224015",
39
+ "@contractspec/lib.contracts": "0.0.0-canary-20260119225944",
40
+ "@contractspec/example.learning-journey-ui-shared": "0.0.0-canary-20260119225944",
41
+ "@contractspec/example.learning-journey-studio-onboarding": "0.0.0-canary-20260119225944",
42
+ "@contractspec/example.learning-journey-platform-tour": "0.0.0-canary-20260119225944",
43
+ "@contractspec/module.learning-journey": "0.0.0-canary-20260119225944",
44
+ "@contractspec/lib.design-system": "0.0.0-canary-20260119225944",
45
45
  "@contractspec/lib.ui-kit-web": "1.48.0",
46
46
  "react": "19.2.3"
47
47
  },