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

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 33ms
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 36ms
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,33 @@
1
1
  # @contractspec/lib.example-shared-ui
2
2
 
3
+ ## 6.0.20
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: auto-bump internal dependents
8
+ - Updated dependencies because of Add a family-aware ContractSpec Adoption Engine, expand contract authoring targets across CLI and VS Code tooling, and refresh release-facing schema and policy artifacts for downstream workspaces.
9
+ - Updated dependencies because of chore: auto-bump internal dependents
10
+ - Updated dependencies because of Improve app-config, theme, and feature authoring with explicit validation APIs, first-class theme discovery and scaffolding, and key-based app-config generation across contracts, workspace tooling, and the CLI.
11
+ - Updated dependencies because of Harden the shared data-table stack and add a first-class composed toolbar for search, filter chips, selection summary, and hidden-column recovery.
12
+ - Updated dependencies because of Refresh root, package, website, and LLM-facing docs so Connect, Builder, release capsules, and the current contracts-spec export surface stay aligned.
13
+ - Updated dependencies because of Persist canonical knowledge payload text during indexing and align the retrieval/query docs with the corrected behavior.
14
+ - @contractspec/lib.contracts-spec@5.4.0
15
+ - @contractspec/lib.presentation-runtime-core@3.9.8
16
+ - @contractspec/lib.surface-runtime@0.5.20
17
+ - @contractspec/lib.design-system@3.10.0
18
+ - @contractspec/lib.ui-kit-web@3.10.1
19
+
20
+ ## 6.0.19
21
+
22
+ ### Patch Changes
23
+
24
+ - 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.
25
+ - @contractspec/lib.contracts-spec@5.3.0
26
+ - @contractspec/lib.design-system@3.9.0
27
+ - @contractspec/lib.ui-kit-web@3.10.0
28
+ - @contractspec/lib.presentation-runtime-core@3.9.7
29
+ - @contractspec/lib.surface-runtime@0.5.19
30
+
3
31
  ## 6.0.18
4
32
 
5
33
  ### 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.20",
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.20"
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.4.0",
436
+ "@contractspec/lib.design-system": "3.10.0",
437
+ "@contractspec/lib.ui-kit-web": "3.10.1",
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.8"
444
444
  },
445
445
  "optionalDependencies": {
446
- "@contractspec/lib.surface-runtime": "0.5.18"
446
+ "@contractspec/lib.surface-runtime": "0.5.20"
447
447
  },
448
448
  "devDependencies": {
449
449
  "@contractspec/tool.typescript": "3.7.13",