@contractspec/lib.example-shared-ui 7.0.0 → 7.0.2
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 +6 -3
- package/CHANGELOG.md +34 -0
- package/package.json +8 -8
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 31ms
|
|
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 25ms
|
|
|
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 31ms
|
|
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 27ms
|
|
|
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 54ms
|
|
72
72
|
|
|
73
73
|
./EvolutionDashboard.js 14.1 KB (entry point)
|
|
74
74
|
./index.js 59.1 KB (entry point)
|
|
@@ -101,3 +101,6 @@ Bundled 29 modules in 24ms
|
|
|
101
101
|
lib/runtime-context.js 382 bytes (entry point)
|
|
102
102
|
|
|
103
103
|
$ contractspec-bun-build types
|
|
104
|
+
$ contractspec-bun-build types
|
|
105
|
+
$ contractspec-bun-build types
|
|
106
|
+
$ contractspec-bun-build types
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @contractspec/lib.example-shared-ui
|
|
2
2
|
|
|
3
|
+
## 7.0.2
|
|
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 Add Biome guardrails that keep JSX layout and text compatible with React and React Native.
|
|
10
|
+
- Updated dependencies because of Add password-aware FormSpec rendering with current/new password manager hints and visibility toggles.
|
|
11
|
+
- Updated dependencies because of Migrate design-system platform implementation suffixes from `.mobile` to `.native`.
|
|
12
|
+
- Updated dependencies because of Harden published cross-platform UI packages around precise public subpath imports and closed native dist graphs.
|
|
13
|
+
- Updated dependencies because of Use shared stack layout primitives in the web pagination component while preserving semantic pagination markup.
|
|
14
|
+
- Updated dependencies because of Support ios, android, native, and web platform suffixes in the shared Bun build tool and Metro presentation helper.
|
|
15
|
+
- Updated dependencies because of Add lucide package rewrites to the shared presentation runtime bundler helpers for Expo and Next.js.
|
|
16
|
+
- Updated dependencies because of Add a unified design-system Tabs primitive and migrate local tab consumers away from ui-kit leaf imports.
|
|
17
|
+
- @contractspec/lib.surface-runtime@0.5.23
|
|
18
|
+
- @contractspec/lib.ui-kit-web@3.12.0
|
|
19
|
+
- @contractspec/lib.design-system@4.0.0
|
|
20
|
+
- @contractspec/lib.contracts-spec@5.6.0
|
|
21
|
+
- @contractspec/lib.presentation-runtime-core@5.0.3
|
|
22
|
+
|
|
23
|
+
## 7.0.1
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- chore: auto-bump internal dependents
|
|
28
|
+
- Updated dependencies because of chore: auto-bump internal dependents
|
|
29
|
+
- Updated dependencies because of Stabilize Turborepo build caching by making generated artifacts deterministic, modeling web LLM generation explicitly, and avoiding no-op build-tool rewrites.
|
|
30
|
+
- Updated dependencies because of Centralize repeated dependency specs through Bun catalogs and align React Hook Form/Zod resolver types after dependency upgrades.
|
|
31
|
+
- @contractspec/lib.presentation-runtime-core@5.0.2
|
|
32
|
+
- @contractspec/lib.surface-runtime@0.5.22
|
|
33
|
+
- @contractspec/lib.contracts-spec@5.5.1
|
|
34
|
+
- @contractspec/lib.design-system@3.11.2
|
|
35
|
+
- @contractspec/lib.ui-kit-web@3.11.1
|
|
36
|
+
|
|
3
37
|
## 7.0.0
|
|
4
38
|
|
|
5
39
|
### Major 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.2",
|
|
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.23",
|
|
441
441
|
"@apollo/client": "^4.1.7",
|
|
442
442
|
"framer-motion": "^12.38.0",
|
|
443
443
|
"lucide-react": "^1.8.0",
|
|
@@ -461,22 +461,22 @@
|
|
|
461
461
|
}
|
|
462
462
|
},
|
|
463
463
|
"dependencies": {
|
|
464
|
-
"@contractspec/lib.contracts-spec": "5.
|
|
465
|
-
"@contractspec/lib.design-system": "
|
|
466
|
-
"@contractspec/lib.ui-kit-web": "3.
|
|
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",
|
|
467
467
|
"@tanstack/react-query": "^5.97.0",
|
|
468
468
|
"react": "19.2.0",
|
|
469
|
-
"@contractspec/lib.presentation-runtime-core": "5.0.
|
|
469
|
+
"@contractspec/lib.presentation-runtime-core": "5.0.3"
|
|
470
470
|
},
|
|
471
471
|
"optionalDependencies": {
|
|
472
|
-
"@contractspec/lib.surface-runtime": "0.5.
|
|
472
|
+
"@contractspec/lib.surface-runtime": "0.5.23"
|
|
473
473
|
},
|
|
474
474
|
"devDependencies": {
|
|
475
475
|
"@contractspec/tool.typescript": "3.7.13",
|
|
476
476
|
"@types/react": "^19.2.14",
|
|
477
477
|
"@types/react-dom": "^19.2.2",
|
|
478
478
|
"typescript": "^5.9.3",
|
|
479
|
-
"@contractspec/tool.bun": "3.7.
|
|
479
|
+
"@contractspec/tool.bun": "3.7.18",
|
|
480
480
|
"@apollo/client": "^4.1.7",
|
|
481
481
|
"framer-motion": "^12.38.0",
|
|
482
482
|
"lucide-react": "^1.8.0",
|