@contractspec/lib.example-shared-ui 7.0.8 → 7.0.9
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 +8 -0
- package/package.json +2 -2
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 29ms
|
|
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 49ms
|
|
|
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 18ms
|
|
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 46ms
|
|
|
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 25ms
|
|
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,13 @@
|
|
|
1
1
|
# @contractspec/lib.example-shared-ui
|
|
2
2
|
|
|
3
|
+
## 7.0.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore: auto-bump internal dependents
|
|
8
|
+
- Updated dependencies because of Improve PageOutline desktop behavior with a Notion-like floating rail, and hide the AppShell page outline on small web screens to preserve layout stability.
|
|
9
|
+
- @contractspec/lib.design-system@4.4.3
|
|
10
|
+
|
|
3
11
|
## 7.0.8
|
|
4
12
|
|
|
5
13
|
### 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.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
},
|
|
463
463
|
"dependencies": {
|
|
464
464
|
"@contractspec/lib.contracts-spec": "6.3.0",
|
|
465
|
-
"@contractspec/lib.design-system": "4.4.
|
|
465
|
+
"@contractspec/lib.design-system": "4.4.3",
|
|
466
466
|
"@contractspec/lib.ui-kit-web": "3.13.3",
|
|
467
467
|
"@tanstack/react-query": "^5.97.0",
|
|
468
468
|
"react": "19.2.0",
|