@contractspec/lib.example-shared-ui 6.0.18 → 6.0.19

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.
@@ -2,7 +2,7 @@ $ contractspec-bun-build prebuild
2
2
  $ bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build transpile
4
4
  [contractspec-bun-build] transpile target=bun root=src entries=28 noBundle=false
5
- Bundled 28 modules in 37ms
5
+ Bundled 28 modules in 44ms
6
6
 
7
7
  ./EvolutionDashboard.js 14.12 KB (entry point)
8
8
  ./index.js 58.73 KB (entry point)
@@ -34,7 +34,7 @@ Bundled 28 modules in 37ms
34
34
  lib/runtime-context.js 390 bytes (entry point)
35
35
 
36
36
  [contractspec-bun-build] transpile target=node root=src entries=28 noBundle=false
37
- Bundled 28 modules in 65ms
37
+ Bundled 28 modules in 38ms
38
38
 
39
39
  ./EvolutionDashboard.js 14.1 KB (entry point)
40
40
  ./index.js 58.67 KB (entry point)
@@ -66,7 +66,7 @@ Bundled 28 modules in 65ms
66
66
  lib/runtime-context.js 382 bytes (entry point)
67
67
 
68
68
  [contractspec-bun-build] transpile target=browser root=src entries=28 noBundle=false
69
- Bundled 28 modules in 33ms
69
+ Bundled 28 modules in 42ms
70
70
 
71
71
  ./EvolutionDashboard.js 14.1 KB (entry point)
72
72
  ./index.js 58.67 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @contractspec/lib.example-shared-ui
2
2
 
3
+ ## 6.0.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies because of Expand ContractSpec authoring with preset-driven workspace setup, shell completion, packaged workspace schema artifacts, and richer form and UI surfaces across the CLI, editors, and shared runtimes.
8
+ - @contractspec/lib.contracts-spec@5.3.0
9
+ - @contractspec/lib.design-system@3.9.0
10
+ - @contractspec/lib.ui-kit-web@3.10.0
11
+ - @contractspec/lib.presentation-runtime-core@3.9.7
12
+ - @contractspec/lib.surface-runtime@0.5.19
13
+
3
14
  ## 6.0.18
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.example-shared-ui",
3
- "version": "6.0.18",
3
+ "version": "6.0.19",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -423,7 +423,7 @@
423
423
  }
424
424
  },
425
425
  "peerDependencies": {
426
- "@contractspec/lib.surface-runtime": "0.5.18"
426
+ "@contractspec/lib.surface-runtime": "0.5.19"
427
427
  },
428
428
  "peerDependenciesMeta": {
429
429
  "@contractspec/lib.surface-runtime": {
@@ -432,18 +432,18 @@
432
432
  },
433
433
  "dependencies": {
434
434
  "@apollo/client": "^4.1.7",
435
- "@contractspec/lib.contracts-spec": "5.2.0",
436
- "@contractspec/lib.design-system": "3.8.11",
437
- "@contractspec/lib.ui-kit-web": "3.9.10",
435
+ "@contractspec/lib.contracts-spec": "5.3.0",
436
+ "@contractspec/lib.design-system": "3.9.0",
437
+ "@contractspec/lib.ui-kit-web": "3.10.0",
438
438
  "@tanstack/react-query": "^5.97.0",
439
439
  "framer-motion": "^12.38.0",
440
440
  "lucide-react": "^1.8.0",
441
441
  "react": "19.2.0",
442
442
  "react-dom": "19.2.0",
443
- "@contractspec/lib.presentation-runtime-core": "3.9.6"
443
+ "@contractspec/lib.presentation-runtime-core": "3.9.7"
444
444
  },
445
445
  "optionalDependencies": {
446
- "@contractspec/lib.surface-runtime": "0.5.18"
446
+ "@contractspec/lib.surface-runtime": "0.5.19"
447
447
  },
448
448
  "devDependencies": {
449
449
  "@contractspec/tool.typescript": "3.7.13",