@contractspec/lib.example-shared-ui 6.0.17 → 6.0.19
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 +81 -81
- package/CHANGELOG.md +28 -0
- package/dist/EvolutionDashboard.js +1 -803
- package/dist/EvolutionSidebar.js +1 -531
- package/dist/LocalDataIndicator.js +1 -68
- package/dist/MarkdownView.js +1 -213
- package/dist/OverlayContextProvider.js +1 -202
- package/dist/PersonalizationInsights.js +1 -455
- package/dist/SaveToStudioButton.js +1 -79
- package/dist/SpecDrivenTemplateShell.js +1 -203
- package/dist/SpecEditorPanel.js +17 -364
- package/dist/TemplateShell.js +1 -195
- package/dist/browser/EvolutionDashboard.js +1 -803
- package/dist/browser/EvolutionSidebar.js +1 -531
- package/dist/browser/LocalDataIndicator.js +1 -68
- package/dist/browser/MarkdownView.js +1 -213
- package/dist/browser/OverlayContextProvider.js +1 -202
- package/dist/browser/PersonalizationInsights.js +1 -455
- package/dist/browser/SaveToStudioButton.js +1 -79
- package/dist/browser/SpecDrivenTemplateShell.js +1 -203
- package/dist/browser/SpecEditorPanel.js +17 -364
- package/dist/browser/TemplateShell.js +1 -195
- package/dist/browser/bundles/ExampleTemplateBundle.js +1 -85
- package/dist/browser/bundles/index.js +1 -85
- package/dist/browser/hooks/index.js +40 -1151
- package/dist/browser/hooks/useBehaviorTracking.js +1 -157
- package/dist/browser/hooks/useEvolution.js +1 -260
- package/dist/browser/hooks/useRegistryTemplates.js +1 -31
- package/dist/browser/hooks/useSpecContent.js +17 -224
- package/dist/browser/hooks/useWorkflowComposer.js +24 -483
- package/dist/browser/index.js +40 -3122
- package/dist/browser/lib/component-registry.js +1 -48
- package/dist/browser/lib/runtime-context.js +1 -21
- package/dist/browser/markdown/formatPresentationName.js +1 -9
- package/dist/browser/markdown/useMarkdownPresentation.js +1 -65
- package/dist/browser/utils/fetchPresentationData.js +1 -15
- package/dist/browser/utils/generateSpecFromTemplate.js +16 -62
- package/dist/browser/utils/index.js +16 -76
- package/dist/bundles/ExampleTemplateBundle.js +1 -85
- package/dist/bundles/index.js +1 -85
- package/dist/hooks/index.js +40 -1151
- package/dist/hooks/useBehaviorTracking.js +1 -157
- package/dist/hooks/useEvolution.js +1 -260
- package/dist/hooks/useRegistryTemplates.js +1 -31
- package/dist/hooks/useSpecContent.js +17 -224
- package/dist/hooks/useWorkflowComposer.js +24 -483
- package/dist/index.js +40 -3122
- package/dist/lib/component-registry.js +1 -48
- package/dist/lib/runtime-context.js +1 -21
- package/dist/markdown/formatPresentationName.js +1 -9
- package/dist/markdown/useMarkdownPresentation.js +1 -65
- package/dist/node/EvolutionDashboard.js +1 -803
- package/dist/node/EvolutionSidebar.js +1 -531
- package/dist/node/LocalDataIndicator.js +1 -68
- package/dist/node/MarkdownView.js +1 -213
- package/dist/node/OverlayContextProvider.js +1 -202
- package/dist/node/PersonalizationInsights.js +1 -455
- package/dist/node/SaveToStudioButton.js +1 -79
- package/dist/node/SpecDrivenTemplateShell.js +1 -203
- package/dist/node/SpecEditorPanel.js +17 -364
- package/dist/node/TemplateShell.js +1 -195
- package/dist/node/bundles/ExampleTemplateBundle.js +1 -85
- package/dist/node/bundles/index.js +1 -85
- package/dist/node/hooks/index.js +40 -1151
- package/dist/node/hooks/useBehaviorTracking.js +1 -157
- package/dist/node/hooks/useEvolution.js +1 -260
- package/dist/node/hooks/useRegistryTemplates.js +1 -31
- package/dist/node/hooks/useSpecContent.js +17 -224
- package/dist/node/hooks/useWorkflowComposer.js +24 -483
- package/dist/node/index.js +40 -3122
- package/dist/node/lib/component-registry.js +1 -48
- package/dist/node/lib/runtime-context.js +1 -21
- package/dist/node/markdown/formatPresentationName.js +1 -9
- package/dist/node/markdown/useMarkdownPresentation.js +1 -65
- package/dist/node/utils/fetchPresentationData.js +1 -15
- package/dist/node/utils/generateSpecFromTemplate.js +16 -62
- package/dist/node/utils/index.js +16 -76
- package/dist/utils/fetchPresentationData.js +1 -15
- package/dist/utils/generateSpecFromTemplate.js +16 -62
- package/dist/utils/index.js +16 -76
- package/package.json +13 -13
- package/src/lib/component-registry.tsx +2 -1
- package/src/lib/runtime-context.tsx +1 -1
- package/src/lib/singletons.test.ts +19 -22
package/.turbo/turbo-build.log
CHANGED
|
@@ -2,99 +2,99 @@ $ 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=28 noBundle=false
|
|
5
|
-
Bundled 28 modules in
|
|
5
|
+
Bundled 28 modules in 44ms
|
|
6
6
|
|
|
7
|
-
./EvolutionDashboard.js
|
|
8
|
-
./index.js
|
|
7
|
+
./EvolutionDashboard.js 14.12 KB (entry point)
|
|
8
|
+
./index.js 58.73 KB (entry point)
|
|
9
9
|
./overlay-types.js 8 bytes (entry point)
|
|
10
|
-
utils/index.js
|
|
11
|
-
utils/fetchPresentationData.js
|
|
12
|
-
lib/component-registry.js
|
|
10
|
+
utils/index.js 9.13 KB (entry point)
|
|
11
|
+
utils/fetchPresentationData.js 277 bytes (entry point)
|
|
12
|
+
lib/component-registry.js 0.71 KB (entry point)
|
|
13
13
|
lib/types.js 8 bytes (entry point)
|
|
14
|
-
./SpecEditorPanel.js
|
|
15
|
-
./TemplateShell.js
|
|
16
|
-
bundles/index.js
|
|
17
|
-
bundles/ExampleTemplateBundle.js
|
|
18
|
-
hooks/index.js
|
|
19
|
-
hooks/useWorkflowComposer.js
|
|
20
|
-
hooks/useSpecContent.js
|
|
21
|
-
utils/generateSpecFromTemplate.js
|
|
22
|
-
hooks/useRegistryTemplates.js 0.
|
|
23
|
-
./EvolutionSidebar.js
|
|
24
|
-
hooks/useEvolution.js
|
|
25
|
-
./MarkdownView.js
|
|
26
|
-
markdown/formatPresentationName.js
|
|
27
|
-
markdown/useMarkdownPresentation.js
|
|
28
|
-
./OverlayContextProvider.js
|
|
29
|
-
./PersonalizationInsights.js
|
|
30
|
-
hooks/useBehaviorTracking.js
|
|
31
|
-
./SpecDrivenTemplateShell.js
|
|
32
|
-
./LocalDataIndicator.js
|
|
33
|
-
./SaveToStudioButton.js
|
|
34
|
-
lib/runtime-context.js
|
|
14
|
+
./SpecEditorPanel.js 13.35 KB (entry point)
|
|
15
|
+
./TemplateShell.js 3.24 KB (entry point)
|
|
16
|
+
bundles/index.js 1.55 KB (entry point)
|
|
17
|
+
bundles/ExampleTemplateBundle.js 1.55 KB (entry point)
|
|
18
|
+
hooks/index.js 26.81 KB (entry point)
|
|
19
|
+
hooks/useWorkflowComposer.js 6.91 KB (entry point)
|
|
20
|
+
hooks/useSpecContent.js 11.0 KB (entry point)
|
|
21
|
+
utils/generateSpecFromTemplate.js 8.87 KB (entry point)
|
|
22
|
+
hooks/useRegistryTemplates.js 0.58 KB (entry point)
|
|
23
|
+
./EvolutionSidebar.js 10.0 KB (entry point)
|
|
24
|
+
hooks/useEvolution.js 5.37 KB (entry point)
|
|
25
|
+
./MarkdownView.js 3.13 KB (entry point)
|
|
26
|
+
markdown/formatPresentationName.js 171 bytes (entry point)
|
|
27
|
+
markdown/useMarkdownPresentation.js 0.87 KB (entry point)
|
|
28
|
+
./OverlayContextProvider.js 2.98 KB (entry point)
|
|
29
|
+
./PersonalizationInsights.js 7.83 KB (entry point)
|
|
30
|
+
hooks/useBehaviorTracking.js 2.94 KB (entry point)
|
|
31
|
+
./SpecDrivenTemplateShell.js 3.31 KB (entry point)
|
|
32
|
+
./LocalDataIndicator.js 1.25 KB (entry point)
|
|
33
|
+
./SaveToStudioButton.js 1.34 KB (entry point)
|
|
34
|
+
lib/runtime-context.js 390 bytes (entry point)
|
|
35
35
|
|
|
36
36
|
[contractspec-bun-build] transpile target=node root=src entries=28 noBundle=false
|
|
37
|
-
Bundled 28 modules in
|
|
37
|
+
Bundled 28 modules in 38ms
|
|
38
38
|
|
|
39
|
-
./EvolutionDashboard.js
|
|
40
|
-
./index.js
|
|
39
|
+
./EvolutionDashboard.js 14.1 KB (entry point)
|
|
40
|
+
./index.js 58.67 KB (entry point)
|
|
41
41
|
./overlay-types.js 0 KB (entry point)
|
|
42
|
-
utils/index.js
|
|
43
|
-
utils/fetchPresentationData.js
|
|
44
|
-
lib/component-registry.js
|
|
42
|
+
utils/index.js 9.12 KB (entry point)
|
|
43
|
+
utils/fetchPresentationData.js 269 bytes (entry point)
|
|
44
|
+
lib/component-registry.js 0.70 KB (entry point)
|
|
45
45
|
lib/types.js 0 KB (entry point)
|
|
46
|
-
./SpecEditorPanel.js
|
|
47
|
-
./TemplateShell.js
|
|
48
|
-
bundles/index.js
|
|
49
|
-
bundles/ExampleTemplateBundle.js
|
|
50
|
-
hooks/index.js
|
|
51
|
-
hooks/useWorkflowComposer.js
|
|
52
|
-
hooks/useSpecContent.js
|
|
53
|
-
utils/generateSpecFromTemplate.js
|
|
54
|
-
hooks/useRegistryTemplates.js 0.
|
|
55
|
-
./EvolutionSidebar.js
|
|
56
|
-
hooks/useEvolution.js
|
|
57
|
-
./MarkdownView.js
|
|
58
|
-
markdown/formatPresentationName.js
|
|
59
|
-
markdown/useMarkdownPresentation.js
|
|
60
|
-
./OverlayContextProvider.js
|
|
61
|
-
./PersonalizationInsights.js
|
|
62
|
-
hooks/useBehaviorTracking.js
|
|
63
|
-
./SpecDrivenTemplateShell.js
|
|
64
|
-
./LocalDataIndicator.js
|
|
65
|
-
./SaveToStudioButton.js
|
|
66
|
-
lib/runtime-context.js
|
|
46
|
+
./SpecEditorPanel.js 13.34 KB (entry point)
|
|
47
|
+
./TemplateShell.js 3.22 KB (entry point)
|
|
48
|
+
bundles/index.js 1.54 KB (entry point)
|
|
49
|
+
bundles/ExampleTemplateBundle.js 1.54 KB (entry point)
|
|
50
|
+
hooks/index.js 26.80 KB (entry point)
|
|
51
|
+
hooks/useWorkflowComposer.js 6.90 KB (entry point)
|
|
52
|
+
hooks/useSpecContent.js 11.0 KB (entry point)
|
|
53
|
+
utils/generateSpecFromTemplate.js 8.86 KB (entry point)
|
|
54
|
+
hooks/useRegistryTemplates.js 0.57 KB (entry point)
|
|
55
|
+
./EvolutionSidebar.js 10.0 KB (entry point)
|
|
56
|
+
hooks/useEvolution.js 5.36 KB (entry point)
|
|
57
|
+
./MarkdownView.js 3.13 KB (entry point)
|
|
58
|
+
markdown/formatPresentationName.js 163 bytes (entry point)
|
|
59
|
+
markdown/useMarkdownPresentation.js 0.87 KB (entry point)
|
|
60
|
+
./OverlayContextProvider.js 2.97 KB (entry point)
|
|
61
|
+
./PersonalizationInsights.js 7.80 KB (entry point)
|
|
62
|
+
hooks/useBehaviorTracking.js 2.93 KB (entry point)
|
|
63
|
+
./SpecDrivenTemplateShell.js 3.29 KB (entry point)
|
|
64
|
+
./LocalDataIndicator.js 1.24 KB (entry point)
|
|
65
|
+
./SaveToStudioButton.js 1.33 KB (entry point)
|
|
66
|
+
lib/runtime-context.js 382 bytes (entry point)
|
|
67
67
|
|
|
68
68
|
[contractspec-bun-build] transpile target=browser root=src entries=28 noBundle=false
|
|
69
|
-
Bundled 28 modules in
|
|
69
|
+
Bundled 28 modules in 42ms
|
|
70
70
|
|
|
71
|
-
./EvolutionDashboard.js
|
|
72
|
-
./index.js
|
|
71
|
+
./EvolutionDashboard.js 14.1 KB (entry point)
|
|
72
|
+
./index.js 58.67 KB (entry point)
|
|
73
73
|
./overlay-types.js 0 KB (entry point)
|
|
74
|
-
utils/index.js
|
|
75
|
-
utils/fetchPresentationData.js
|
|
76
|
-
lib/component-registry.js
|
|
74
|
+
utils/index.js 9.12 KB (entry point)
|
|
75
|
+
utils/fetchPresentationData.js 269 bytes (entry point)
|
|
76
|
+
lib/component-registry.js 0.70 KB (entry point)
|
|
77
77
|
lib/types.js 0 KB (entry point)
|
|
78
|
-
./SpecEditorPanel.js
|
|
79
|
-
./TemplateShell.js
|
|
80
|
-
bundles/index.js
|
|
81
|
-
bundles/ExampleTemplateBundle.js
|
|
82
|
-
hooks/index.js
|
|
83
|
-
hooks/useWorkflowComposer.js
|
|
84
|
-
hooks/useSpecContent.js
|
|
85
|
-
utils/generateSpecFromTemplate.js
|
|
86
|
-
hooks/useRegistryTemplates.js 0.
|
|
87
|
-
./EvolutionSidebar.js
|
|
88
|
-
hooks/useEvolution.js
|
|
89
|
-
./MarkdownView.js
|
|
90
|
-
markdown/formatPresentationName.js
|
|
91
|
-
markdown/useMarkdownPresentation.js
|
|
92
|
-
./OverlayContextProvider.js
|
|
93
|
-
./PersonalizationInsights.js
|
|
94
|
-
hooks/useBehaviorTracking.js
|
|
95
|
-
./SpecDrivenTemplateShell.js
|
|
96
|
-
./LocalDataIndicator.js
|
|
97
|
-
./SaveToStudioButton.js
|
|
98
|
-
lib/runtime-context.js
|
|
78
|
+
./SpecEditorPanel.js 13.34 KB (entry point)
|
|
79
|
+
./TemplateShell.js 3.22 KB (entry point)
|
|
80
|
+
bundles/index.js 1.54 KB (entry point)
|
|
81
|
+
bundles/ExampleTemplateBundle.js 1.54 KB (entry point)
|
|
82
|
+
hooks/index.js 26.80 KB (entry point)
|
|
83
|
+
hooks/useWorkflowComposer.js 6.90 KB (entry point)
|
|
84
|
+
hooks/useSpecContent.js 11.0 KB (entry point)
|
|
85
|
+
utils/generateSpecFromTemplate.js 8.86 KB (entry point)
|
|
86
|
+
hooks/useRegistryTemplates.js 0.57 KB (entry point)
|
|
87
|
+
./EvolutionSidebar.js 10.0 KB (entry point)
|
|
88
|
+
hooks/useEvolution.js 5.36 KB (entry point)
|
|
89
|
+
./MarkdownView.js 3.13 KB (entry point)
|
|
90
|
+
markdown/formatPresentationName.js 163 bytes (entry point)
|
|
91
|
+
markdown/useMarkdownPresentation.js 0.87 KB (entry point)
|
|
92
|
+
./OverlayContextProvider.js 2.97 KB (entry point)
|
|
93
|
+
./PersonalizationInsights.js 7.80 KB (entry point)
|
|
94
|
+
hooks/useBehaviorTracking.js 2.93 KB (entry point)
|
|
95
|
+
./SpecDrivenTemplateShell.js 3.29 KB (entry point)
|
|
96
|
+
./LocalDataIndicator.js 1.24 KB (entry point)
|
|
97
|
+
./SaveToStudioButton.js 1.33 KB (entry point)
|
|
98
|
+
lib/runtime-context.js 382 bytes (entry point)
|
|
99
99
|
|
|
100
100
|
$ contractspec-bun-build types
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @contractspec/lib.example-shared-ui
|
|
2
2
|
|
|
3
|
+
## 6.0.19
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies because of Expand ContractSpec authoring with preset-driven workspace setup, shell completion, packaged workspace schema artifacts, and richer form and UI surfaces across the CLI, editors, and shared runtimes.
|
|
8
|
+
- @contractspec/lib.contracts-spec@5.3.0
|
|
9
|
+
- @contractspec/lib.design-system@3.9.0
|
|
10
|
+
- @contractspec/lib.ui-kit-web@3.10.0
|
|
11
|
+
- @contractspec/lib.presentation-runtime-core@3.9.7
|
|
12
|
+
- @contractspec/lib.surface-runtime@0.5.19
|
|
13
|
+
|
|
14
|
+
## 6.0.18
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Pass Bun transpile paths through production JSX mode so published browser bundles stop emitting the dev runtime.
|
|
19
|
+
- Packages: @contractspec/tool.bun (patch), @contractspec/bundle.marketing (patch), @contractspec/lib.accessibility (patch), @contractspec/lib.contracts-runtime-client-react (patch), @contractspec/lib.design-system (patch), @contractspec/lib.example-shared-ui (patch), @contractspec/lib.presentation-runtime-react (patch), @contractspec/lib.surface-runtime (patch), @contractspec/lib.ui-kit (patch), @contractspec/lib.ui-kit-web (patch), @contractspec/lib.ui-link (patch), @contractspec/lib.video-gen (patch), @contractspec/module.builder-workbench (patch), @contractspec/module.examples (patch), @contractspec/module.execution-console (patch), @contractspec/module.mobile-review (patch)
|
|
20
|
+
- Migration: Pull the patch releases for the affected Contractspec React/browser packages.
|
|
21
|
+
- Updated dependencies because of chore: auto-bump internal dependents
|
|
22
|
+
- Updated dependencies because of Introduce the Builder v3 control plane as a governed authoring layer over external execution providers.
|
|
23
|
+
- Updated dependencies because of Implement ContractSpec Connect as a first-class spec, runtime, and CLI workflow.
|
|
24
|
+
- Updated dependencies because of Pass Bun transpile paths through production JSX mode so published browser bundles stop emitting the dev runtime.
|
|
25
|
+
- @contractspec/lib.presentation-runtime-core@3.9.6
|
|
26
|
+
- @contractspec/lib.contracts-spec@5.2.0
|
|
27
|
+
- @contractspec/lib.design-system@3.8.11
|
|
28
|
+
- @contractspec/lib.surface-runtime@0.5.18
|
|
29
|
+
- @contractspec/lib.ui-kit-web@3.9.10
|
|
30
|
+
|
|
3
31
|
## 6.0.17
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|