@contractspec/example.learning-journey-ui-shared 1.45.5 → 1.45.6

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.
@@ -1,7 +1,7 @@
1
1
  $ tsdown
2
2
  ℹ tsdown v0.18.3 powered by rolldown v1.0.0-beta.57
3
3
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-ui-shared/tsdown.config.js
4
- ℹ 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
4
+ ℹ entry: src/example.ts, src/index.ts, src/types.ts, src/docs/index.ts, src/docs/learning-journey-ui-shared.docblock.ts, src/hooks/index.ts, src/hooks/useLearningProgress.ts, src/components/BadgeDisplay.tsx, src/components/StreakCounter.tsx, src/components/ViewTabs.tsx, src/components/XpBar.tsx, src/components/index.ts
5
5
  ℹ target: esnext
6
6
  ℹ tsconfig: tsconfig.json
7
7
  ℹ Build start
@@ -37,7 +37,7 @@ $ tsdown
37
37
  ℹ dist/hooks/useLearningProgress.d.ts 0.72 kB │ gzip: 0.35 kB
38
38
  ℹ dist/components/StreakCounter.d.ts 0.35 kB │ gzip: 0.23 kB
39
39
  ℹ dist/components/BadgeDisplay.d.ts 0.35 kB │ gzip: 0.23 kB
40
- ℹ dist/components/ViewTabs.d.ts 0.34 kB │ gzip: 0.24 kB
40
+ ℹ dist/components/ViewTabs.d.ts 0.34 kB │ gzip: 0.23 kB
41
41
  ℹ dist/components/XpBar.d.ts 0.32 kB │ gzip: 0.23 kB
42
42
  ℹ dist/components/index.d.ts 0.24 kB │ gzip: 0.12 kB
43
43
  ℹ dist/example.d.ts 0.20 kB │ gzip: 0.16 kB
@@ -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.99 kB
48
- ✔ Build complete in 18023ms
48
+ ✔ Build complete in 19051ms
@@ -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.99 kB
49
- ✔ Build complete in 14170ms
49
+ ✔ Build complete in 15094ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @contractspec/example.learning-journey-ui-shared
2
2
 
3
+ ## 1.45.6
4
+
5
+ ### Patch Changes
6
+
7
+ - a913074: feat: improve ai agents rules management"
8
+ - Updated dependencies [a913074]
9
+ - @contractspec/module.learning-journey@1.45.6
10
+ - @contractspec/lib.design-system@1.45.6
11
+ - @contractspec/lib.ui-kit-web@1.45.6
12
+ - @contractspec/lib.contracts@1.45.6
13
+
3
14
  ## 1.45.5
4
15
 
5
16
  ### Patch Changes
@@ -1,12 +1,12 @@
1
1
  import { ViewTabsProps } from "../types.js";
2
- import * as react_jsx_runtime2 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ViewTabs.d.ts
5
5
  declare function ViewTabs({
6
6
  currentView,
7
7
  onViewChange,
8
8
  availableViews
9
- }: ViewTabsProps): react_jsx_runtime2.JSX.Element;
9
+ }: ViewTabsProps): react_jsx_runtime1.JSX.Element;
10
10
  //#endregion
11
11
  export { ViewTabs };
12
12
  //# sourceMappingURL=ViewTabs.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import { XpBarProps } from "../types.js";
2
- import * as react_jsx_runtime1 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/XpBar.d.ts
5
5
  declare function XpBar({
@@ -8,7 +8,7 @@ declare function XpBar({
8
8
  level,
9
9
  showLabel,
10
10
  size
11
- }: XpBarProps): react_jsx_runtime1.JSX.Element;
11
+ }: XpBarProps): react_jsx_runtime2.JSX.Element;
12
12
  //#endregion
13
13
  export { XpBar };
14
14
  //# sourceMappingURL=XpBar.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-shared",
3
- "version": "1.45.5",
3
+ "version": "1.45.6",
4
4
  "description": "Shared UI components and hooks for learning journey mini-apps.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -34,15 +34,15 @@
34
34
  "test": "bun test"
35
35
  },
36
36
  "dependencies": {
37
- "@contractspec/lib.contracts": "1.45.5",
38
- "@contractspec/module.learning-journey": "1.45.5",
39
- "@contractspec/lib.design-system": "1.45.5",
40
- "@contractspec/lib.ui-kit-web": "1.45.5",
37
+ "@contractspec/lib.contracts": "1.45.6",
38
+ "@contractspec/module.learning-journey": "1.45.6",
39
+ "@contractspec/lib.design-system": "1.45.6",
40
+ "@contractspec/lib.ui-kit-web": "1.45.6",
41
41
  "react": "19.2.3"
42
42
  },
43
43
  "devDependencies": {
44
- "@contractspec/tool.tsdown": "1.45.5",
45
- "@contractspec/tool.typescript": "1.45.5",
44
+ "@contractspec/tool.tsdown": "1.45.6",
45
+ "@contractspec/tool.typescript": "1.45.6",
46
46
  "@types/react": "^19.1.6",
47
47
  "tsdown": "^0.18.3",
48
48
  "typescript": "^5.9.3"