@contractspec/lib.example-shared-ui 7.0.2 → 7.0.4

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=29 noBundle=false
5
- Bundled 29 modules in 31ms
5
+ Bundled 29 modules in 83ms
6
6
 
7
7
  ./EvolutionDashboard.js 14.12 KB (entry point)
8
8
  ./index.js 59.14 KB (entry point)
@@ -35,7 +35,7 @@ Bundled 29 modules in 31ms
35
35
  lib/runtime-context.js 390 bytes (entry point)
36
36
 
37
37
  [contractspec-bun-build] transpile target=node root=src entries=29 noBundle=false
38
- Bundled 29 modules in 31ms
38
+ Bundled 29 modules in 43ms
39
39
 
40
40
  ./EvolutionDashboard.js 14.1 KB (entry point)
41
41
  ./index.js 59.1 KB (entry point)
@@ -68,7 +68,7 @@ Bundled 29 modules in 31ms
68
68
  lib/runtime-context.js 382 bytes (entry point)
69
69
 
70
70
  [contractspec-bun-build] transpile target=browser root=src entries=29 noBundle=false
71
- Bundled 29 modules in 54ms
71
+ Bundled 29 modules in 53ms
72
72
 
73
73
  ./EvolutionDashboard.js 14.1 KB (entry point)
74
74
  ./index.js 59.1 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @contractspec/lib.example-shared-ui
2
2
 
3
+ ## 7.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: auto-bump internal dependents
8
+ - Updated dependencies because of chore: auto-bump internal dependents
9
+ - Updated dependencies because of Remove avoidable Node crypto imports from ContractSpec runtime surfaces and keep signing helpers isolated.
10
+ - Updated dependencies because of Add grouped option support to design-system Select controls across web and native.
11
+ - Updated dependencies because of Improve FormSpec autocomplete rendering and resolver-backed search.
12
+ - Updated dependencies because of Keep web FormSpec datetime controls inside their responsive form columns.
13
+ - Updated dependencies because of Add first-class FormSpec email fields with native renderer affordances.
14
+ - Updated dependencies because of Preserve FormSpec email input behavior when optional renderer metadata is omitted.
15
+ - Updated dependencies because of Add ThemeSpec Tailwind aliases for FormSpec option surface backgrounds.
16
+ - Updated dependencies because of Fix FormSpec password visibility toggles so rendered password fields can reveal and re-mask values.
17
+ - Updated dependencies because of Add progressive FormSpec section and step layout metadata with shared React and design-system rendering support.
18
+ - Updated dependencies because of Forward refs through the web Button primitive and its slotted rendering path to stabilize Radix `asChild` triggers.
19
+ - @contractspec/lib.presentation-runtime-core@5.1.1
20
+ - @contractspec/lib.surface-runtime@0.5.25
21
+ - @contractspec/lib.contracts-spec@6.0.0
22
+ - @contractspec/lib.design-system@4.2.0
23
+ - @contractspec/lib.ui-kit-web@3.13.0
24
+
25
+ ## 7.0.3
26
+
27
+ ### Patch Changes
28
+
29
+ - chore: auto-bump internal dependents
30
+ - Updated dependencies because of chore: auto-bump internal dependents
31
+ - Updated dependencies because of Add Biome guardrails that keep JSX layout and text compatible with React and React Native.
32
+ - Updated dependencies because of Add mobile-safe FormSpec layout helpers and scoped DataView filters.
33
+
34
+ FormSpec authors can now use `responsiveFormColumns(...)` for explicit mobile-first column metadata without changing legacy numeric `layout.columns` behavior. DataView contracts can declare `filterScope.initial` and `filterScope.locked` filters so generic list/search contracts can be reused in context-restricted screens while keeping locked constraints out of user-editable URL state.
35
+
36
+ - Updated dependencies because of Add OSS harness CLI verification with deterministic Playwright, optional agent-browser visual runs, auth profile refs, visual diff evidence, replay bundles, and core scenario success semantics.
37
+ - @contractspec/lib.surface-runtime@0.5.24
38
+ - @contractspec/lib.ui-kit-web@3.12.1
39
+ - @contractspec/lib.design-system@4.1.0
40
+ - @contractspec/lib.contracts-spec@5.7.0
41
+ - @contractspec/lib.presentation-runtime-core@5.1.0
42
+
3
43
  ## 7.0.2
4
44
 
5
45
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.example-shared-ui",
3
- "version": "7.0.2",
3
+ "version": "7.0.4",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -437,7 +437,7 @@
437
437
  }
438
438
  },
439
439
  "peerDependencies": {
440
- "@contractspec/lib.surface-runtime": "0.5.23",
440
+ "@contractspec/lib.surface-runtime": "0.5.25",
441
441
  "@apollo/client": "^4.1.7",
442
442
  "framer-motion": "^12.38.0",
443
443
  "lucide-react": "^1.8.0",
@@ -461,15 +461,15 @@
461
461
  }
462
462
  },
463
463
  "dependencies": {
464
- "@contractspec/lib.contracts-spec": "5.6.0",
465
- "@contractspec/lib.design-system": "4.0.0",
466
- "@contractspec/lib.ui-kit-web": "3.12.0",
464
+ "@contractspec/lib.contracts-spec": "6.0.0",
465
+ "@contractspec/lib.design-system": "4.2.0",
466
+ "@contractspec/lib.ui-kit-web": "3.13.0",
467
467
  "@tanstack/react-query": "^5.97.0",
468
468
  "react": "19.2.0",
469
- "@contractspec/lib.presentation-runtime-core": "5.0.3"
469
+ "@contractspec/lib.presentation-runtime-core": "5.1.1"
470
470
  },
471
471
  "optionalDependencies": {
472
- "@contractspec/lib.surface-runtime": "0.5.23"
472
+ "@contractspec/lib.surface-runtime": "0.5.25"
473
473
  },
474
474
  "devDependencies": {
475
475
  "@contractspec/tool.typescript": "3.7.13",