@contractspec/example.learning-journey-ui-shared 0.0.0-canary-20260119224109 → 0.0.0-canary-20260119224015

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.
@@ -45,4 +45,4 @@ $ tsdown
45
45
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
46
46
  ℹ dist/docs/learning-journey-ui-shared.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
47
47
  ℹ 38 files, total: 31.97 kB
48
- ✔ Build complete in 21184ms
48
+ ✔ Build complete in 22040ms
@@ -3,7 +3,7 @@ $ tsc --noEmit
3
3
  $ tsdown
4
4
  ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
5
5
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-ui-shared/tsdown.config.js
6
- ℹ entry: src/example.ts, src/index.ts, src/types.ts, src/components/BadgeDisplay.tsx, src/components/StreakCounter.tsx, src/components/ViewTabs.tsx, src/components/XpBar.tsx, src/components/index.ts, src/docs/index.ts, src/docs/learning-journey-ui-shared.docblock.ts, src/hooks/index.ts, src/hooks/useLearningProgress.ts
6
+ ℹ entry: src/example.ts, src/index.ts, src/types.ts, src/components/BadgeDisplay.tsx, src/components/StreakCounter.tsx, src/components/ViewTabs.tsx, src/components/XpBar.tsx, src/components/index.ts, src/hooks/index.ts, src/hooks/useLearningProgress.ts, src/docs/index.ts, src/docs/learning-journey-ui-shared.docblock.ts
7
7
  ℹ target: esnext
8
8
  ℹ tsconfig: tsconfig.json
9
9
  ℹ Build start
@@ -46,4 +46,4 @@ $ tsdown
46
46
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
47
47
  ℹ dist/docs/learning-journey-ui-shared.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
48
48
  ℹ 38 files, total: 31.97 kB
49
- ✔ Build complete in 23482ms
49
+ ✔ Build complete in 25465ms
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @contractspec/example.learning-journey-ui-shared
2
2
 
3
- ## 0.0.0-canary-20260119224109
3
+ ## 0.0.0-canary-20260119224015
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-20260119224109
10
- - @contractspec/lib.contracts@0.0.0-canary-20260119224109
11
- - @contractspec/module.learning-journey@0.0.0-canary-20260119224109
9
+ - @contractspec/lib.design-system@0.0.0-canary-20260119224015
10
+ - @contractspec/lib.contracts@0.0.0-canary-20260119224015
11
+ - @contractspec/module.learning-journey@0.0.0-canary-20260119224015
12
12
 
13
13
  ## 1.48.0
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-shared",
3
- "version": "0.0.0-canary-20260119224109",
3
+ "version": "0.0.0-canary-20260119224015",
4
4
  "description": "Shared UI components and hooks for learning journey mini-apps.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -33,9 +33,9 @@
33
33
  "test": "bun test"
34
34
  },
35
35
  "dependencies": {
36
- "@contractspec/lib.contracts": "0.0.0-canary-20260119224109",
37
- "@contractspec/module.learning-journey": "0.0.0-canary-20260119224109",
38
- "@contractspec/lib.design-system": "0.0.0-canary-20260119224109",
36
+ "@contractspec/lib.contracts": "0.0.0-canary-20260119224015",
37
+ "@contractspec/module.learning-journey": "0.0.0-canary-20260119224015",
38
+ "@contractspec/lib.design-system": "0.0.0-canary-20260119224015",
39
39
  "@contractspec/lib.ui-kit-web": "1.48.0",
40
40
  "react": "19.2.3"
41
41
  },