@contractspec/lib.example-shared-ui 4.0.0 → 4.0.3

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,8 +2,8 @@ $ contractspec-bun-build prebuild
2
2
  $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
- [contractspec-bun-build] transpile target=bun root=src entries=26
6
- Bundled 26 modules in 37ms
5
+ [contractspec-bun-build] transpile target=bun root=src entries=26 noBundle=false
6
+ Bundled 26 modules in 49ms
7
7
 
8
8
  ./EvolutionDashboard.js 31.40 KB (entry point)
9
9
  ./index.js 123.75 KB (entry point)
@@ -32,8 +32,8 @@ Bundled 26 modules in 37ms
32
32
  ./SaveToStudioButton.js 2.33 KB (entry point)
33
33
  lib/runtime-context.js 430 bytes (entry point)
34
34
 
35
- [contractspec-bun-build] transpile target=node root=src entries=26
36
- Bundled 26 modules in 46ms
35
+ [contractspec-bun-build] transpile target=node root=src entries=26 noBundle=false
36
+ Bundled 26 modules in 79ms
37
37
 
38
38
  ./EvolutionDashboard.js 31.38 KB (entry point)
39
39
  ./index.js 123.69 KB (entry point)
@@ -62,8 +62,8 @@ Bundled 26 modules in 46ms
62
62
  ./SaveToStudioButton.js 2.32 KB (entry point)
63
63
  lib/runtime-context.js 422 bytes (entry point)
64
64
 
65
- [contractspec-bun-build] transpile target=browser root=src entries=26
66
- Bundled 26 modules in 111ms
65
+ [contractspec-bun-build] transpile target=browser root=src entries=26 noBundle=false
66
+ Bundled 26 modules in 69ms
67
67
 
68
68
  ./EvolutionDashboard.js 31.38 KB (entry point)
69
69
  ./index.js 123.69 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @contractspec/lib.example-shared-ui
2
2
 
3
+ ## 4.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - b0b4da6: fix: release
8
+ - Updated dependencies [b0b4da6]
9
+ - @contractspec/lib.surface-runtime@0.3.3
10
+ - @contractspec/lib.contracts-spec@3.5.3
11
+ - @contractspec/lib.design-system@3.5.3
12
+ - @contractspec/lib.ui-kit-web@3.5.3
13
+
14
+ ## 4.0.2
15
+
16
+ ### Patch Changes
17
+
18
+ - 18df977: fix: release workflow
19
+ - Updated dependencies [18df977]
20
+ - @contractspec/lib.surface-runtime@0.3.2
21
+ - @contractspec/lib.contracts-spec@3.5.2
22
+ - @contractspec/lib.design-system@3.5.2
23
+ - @contractspec/lib.ui-kit-web@3.5.2
24
+
25
+ ## 4.0.1
26
+
27
+ ### Patch Changes
28
+
29
+ - 73a7f8d: Update SpecDrivenTemplateShell.
30
+ - dfff0d4: fix: use client within lib surface-runtime
31
+ - Updated dependencies [dfff0d4]
32
+ - @contractspec/lib.surface-runtime@0.3.1
33
+ - @contractspec/lib.contracts-spec@3.5.1
34
+ - @contractspec/lib.design-system@3.5.1
35
+ - @contractspec/lib.ui-kit-web@3.5.1
36
+
3
37
  ## 4.0.0
4
38
 
5
39
  ### Minor Changes
@@ -119,7 +119,10 @@ function SaveToStudioButton({
119
119
  }
120
120
 
121
121
  // src/SpecDrivenTemplateShell.tsx
122
- import { BundleProvider, BundleRenderer } from "@contractspec/lib.surface-runtime/react";
122
+ import {
123
+ BundleProvider,
124
+ BundleRenderer
125
+ } from "@contractspec/lib.surface-runtime/react";
123
126
  import { jsxDEV as jsxDEV3 } from "react/jsx-dev-runtime";
124
127
  function SpecDrivenTemplateShell({
125
128
  plan,
@@ -118,7 +118,10 @@ function SaveToStudioButton({
118
118
  }
119
119
 
120
120
  // src/SpecDrivenTemplateShell.tsx
121
- import { BundleProvider, BundleRenderer } from "@contractspec/lib.surface-runtime/react";
121
+ import {
122
+ BundleProvider,
123
+ BundleRenderer
124
+ } from "@contractspec/lib.surface-runtime/react";
122
125
  import { jsxDEV as jsxDEV3 } from "react/jsx-dev-runtime";
123
126
  function SpecDrivenTemplateShell({
124
127
  plan,
@@ -2129,7 +2129,10 @@ function SaveToStudioButton({
2129
2129
  }
2130
2130
 
2131
2131
  // src/SpecDrivenTemplateShell.tsx
2132
- import { BundleProvider, BundleRenderer } from "@contractspec/lib.surface-runtime/react";
2132
+ import {
2133
+ BundleProvider,
2134
+ BundleRenderer
2135
+ } from "@contractspec/lib.surface-runtime/react";
2133
2136
  import { jsxDEV as jsxDEV8 } from "react/jsx-dev-runtime";
2134
2137
  function SpecDrivenTemplateShell({
2135
2138
  plan,
package/dist/index.js CHANGED
@@ -2130,7 +2130,10 @@ function SaveToStudioButton({
2130
2130
  }
2131
2131
 
2132
2132
  // src/SpecDrivenTemplateShell.tsx
2133
- import { BundleProvider, BundleRenderer } from "@contractspec/lib.surface-runtime/react";
2133
+ import {
2134
+ BundleProvider,
2135
+ BundleRenderer
2136
+ } from "@contractspec/lib.surface-runtime/react";
2134
2137
  import { jsxDEV as jsxDEV8 } from "react/jsx-dev-runtime";
2135
2138
  function SpecDrivenTemplateShell({
2136
2139
  plan,
@@ -118,7 +118,10 @@ function SaveToStudioButton({
118
118
  }
119
119
 
120
120
  // src/SpecDrivenTemplateShell.tsx
121
- import { BundleProvider, BundleRenderer } from "@contractspec/lib.surface-runtime/react";
121
+ import {
122
+ BundleProvider,
123
+ BundleRenderer
124
+ } from "@contractspec/lib.surface-runtime/react";
122
125
  import { jsxDEV as jsxDEV3 } from "react/jsx-dev-runtime";
123
126
  function SpecDrivenTemplateShell({
124
127
  plan,
@@ -2129,7 +2129,10 @@ function SaveToStudioButton({
2129
2129
  }
2130
2130
 
2131
2131
  // src/SpecDrivenTemplateShell.tsx
2132
- import { BundleProvider, BundleRenderer } from "@contractspec/lib.surface-runtime/react";
2132
+ import {
2133
+ BundleProvider,
2134
+ BundleRenderer
2135
+ } from "@contractspec/lib.surface-runtime/react";
2133
2136
  import { jsxDEV as jsxDEV8 } from "react/jsx-dev-runtime";
2134
2137
  function SpecDrivenTemplateShell({
2135
2138
  plan,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.example-shared-ui",
3
- "version": "4.0.0",
3
+ "version": "4.0.3",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -432,7 +432,7 @@
432
432
  }
433
433
  },
434
434
  "peerDependencies": {
435
- "@contractspec/lib.surface-runtime": "0.3.0"
435
+ "@contractspec/lib.surface-runtime": "0.3.3"
436
436
  },
437
437
  "peerDependenciesMeta": {
438
438
  "@contractspec/lib.surface-runtime": {
@@ -441,9 +441,9 @@
441
441
  },
442
442
  "dependencies": {
443
443
  "@apollo/client": "^4.1.6",
444
- "@contractspec/lib.contracts-spec": "3.5.0",
445
- "@contractspec/lib.design-system": "3.5.0",
446
- "@contractspec/lib.ui-kit-web": "3.5.0",
444
+ "@contractspec/lib.contracts-spec": "3.5.3",
445
+ "@contractspec/lib.design-system": "3.5.3",
446
+ "@contractspec/lib.ui-kit-web": "3.5.3",
447
447
  "@tanstack/react-query": "^5.90.21",
448
448
  "framer-motion": "^12.35.1",
449
449
  "lucide-react": "^0.577.0",
@@ -451,15 +451,15 @@
451
451
  "react-dom": "19.2.4"
452
452
  },
453
453
  "optionalDependencies": {
454
- "@contractspec/lib.surface-runtime": "0.3.0"
454
+ "@contractspec/lib.surface-runtime": "0.3.3"
455
455
  },
456
456
  "devDependencies": {
457
- "@contractspec/tool.typescript": "3.5.0",
457
+ "@contractspec/tool.typescript": "3.5.3",
458
458
  "@types/react": "^19.2.14",
459
459
  "@types/react-dom": "^19.2.2",
460
460
  "eslint": "^9.39.2",
461
461
  "typescript": "^5.9.3",
462
- "@contractspec/tool.bun": "3.5.0"
462
+ "@contractspec/tool.bun": "3.5.3"
463
463
  },
464
464
  "types": "./dist/index.d.ts"
465
465
  }
@@ -1,5 +1,8 @@
1
1
  import type { ReactNode } from 'react';
2
- import { BundleProvider, BundleRenderer } from '@contractspec/lib.surface-runtime/react';
2
+ import {
3
+ BundleProvider,
4
+ BundleRenderer,
5
+ } from '@contractspec/lib.surface-runtime/react';
3
6
  import type { ResolvedSurfacePlan } from '@contractspec/lib.surface-runtime/runtime/resolve-bundle';
4
7
  import { LocalDataIndicator } from './LocalDataIndicator';
5
8
  import {