@contractspec/lib.example-shared-ui 7.0.4 → 7.0.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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +38 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -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
|
|
5
|
+
Bundled 29 modules in 33ms
|
|
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 83ms
|
|
|
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
|
|
38
|
+
Bundled 29 modules in 15ms
|
|
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 43ms
|
|
|
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
|
|
71
|
+
Bundled 29 modules in 23ms
|
|
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,43 @@
|
|
|
1
1
|
# @contractspec/lib.example-shared-ui
|
|
2
2
|
|
|
3
|
+
## 7.0.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore: auto-bump internal dependents
|
|
8
|
+
- Updated dependencies because of Promote object-reference detail panels to a reusable adaptive sheet/drawer surface.
|
|
9
|
+
- Updated dependencies because of Route design-system mobile menu overlays through the shared AdaptivePanel primitive.
|
|
10
|
+
- Updated dependencies because of chore: auto-bump internal dependents
|
|
11
|
+
- Updated dependencies because of Add a ContractSpec-native production-grade translation runtime and optional i18next adapter.
|
|
12
|
+
- Updated dependencies because of Add preference-aware DataView collection defaults and personalization adapters.
|
|
13
|
+
- Updated dependencies because of Move notifications to library-first contracts/runtime surfaces and add AppShell in-app notification affordances.
|
|
14
|
+
- Updated dependencies because of Add first-class FormSpec phone input support with country detection, split outputs, and flag rendering.
|
|
15
|
+
- Updated dependencies because of Add PWA update management contracts and runtime helpers.
|
|
16
|
+
- Updated dependencies because of Add a shared roles and permissions policy system across contracts, RBAC evaluation, AppShell adaptation, and personalization suppression.
|
|
17
|
+
- @contractspec/lib.design-system@4.4.0
|
|
18
|
+
- @contractspec/lib.presentation-runtime-core@5.2.1
|
|
19
|
+
- @contractspec/lib.surface-runtime@0.5.27
|
|
20
|
+
- @contractspec/lib.ui-kit-web@3.13.2
|
|
21
|
+
- @contractspec/lib.contracts-spec@6.2.0
|
|
22
|
+
|
|
23
|
+
## 7.0.5
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- chore: auto-bump internal dependents
|
|
28
|
+
- Updated dependencies because of Add design-system application shell primitives with typed navigation, command search, breadcrumbs, native bottom-tab adaptation, and PageOutline support.
|
|
29
|
+
- Updated dependencies because of chore: auto-bump internal dependents
|
|
30
|
+
- Updated dependencies because of Add contract-driven overflow behavior and typed DataView hints for shared DataView and DataTable surfaces.
|
|
31
|
+
- Updated dependencies because of Add production-ready collection defaults and renderer mode switching for DataView list, grid, and table specs.
|
|
32
|
+
- Updated dependencies because of Add numeric and temporal FormSpec field kinds with shared renderer support for number, percent, currency, and duration inputs.
|
|
33
|
+
- Updated dependencies because of Add an extensible design-system object reference handler for actionable references.
|
|
34
|
+
- Updated dependencies because of Render resolver-backed combobox results as a floating overlay instead of inline form content.
|
|
35
|
+
- @contractspec/lib.design-system@4.3.0
|
|
36
|
+
- @contractspec/lib.surface-runtime@0.5.26
|
|
37
|
+
- @contractspec/lib.contracts-spec@6.1.0
|
|
38
|
+
- @contractspec/lib.presentation-runtime-core@5.2.0
|
|
39
|
+
- @contractspec/lib.ui-kit-web@3.13.1
|
|
40
|
+
|
|
3
41
|
## 7.0.4
|
|
4
42
|
|
|
5
43
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/lib.example-shared-ui",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.6",
|
|
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.
|
|
440
|
+
"@contractspec/lib.surface-runtime": "0.5.27",
|
|
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": "6.
|
|
465
|
-
"@contractspec/lib.design-system": "4.
|
|
466
|
-
"@contractspec/lib.ui-kit-web": "3.13.
|
|
464
|
+
"@contractspec/lib.contracts-spec": "6.2.0",
|
|
465
|
+
"@contractspec/lib.design-system": "4.4.0",
|
|
466
|
+
"@contractspec/lib.ui-kit-web": "3.13.2",
|
|
467
467
|
"@tanstack/react-query": "^5.97.0",
|
|
468
468
|
"react": "19.2.0",
|
|
469
|
-
"@contractspec/lib.presentation-runtime-core": "5.
|
|
469
|
+
"@contractspec/lib.presentation-runtime-core": "5.2.1"
|
|
470
470
|
},
|
|
471
471
|
"optionalDependencies": {
|
|
472
|
-
"@contractspec/lib.surface-runtime": "0.5.
|
|
472
|
+
"@contractspec/lib.surface-runtime": "0.5.27"
|
|
473
473
|
},
|
|
474
474
|
"devDependencies": {
|
|
475
475
|
"@contractspec/tool.typescript": "3.7.13",
|