@contractspec/bundle.marketing 3.5.2 → 3.5.4
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 +55 -0
- package/package.json +23 -23
- package/src/bundles/MarketingBundle.ts +5 -10
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=45 noBundle=false
|
|
6
|
-
Bundled 45 modules in
|
|
6
|
+
Bundled 45 modules in 26ms
|
|
7
7
|
|
|
8
8
|
bundles/MarketingBundle.js 8.0 KB (entry point)
|
|
9
9
|
libs/email/types.js 49 bytes (entry point)
|
|
@@ -52,7 +52,7 @@ Bundled 45 modules in 32ms
|
|
|
52
52
|
components/marketing/sections/DevelopersSection.js 1.37 KB (entry point)
|
|
53
53
|
|
|
54
54
|
[contractspec-bun-build] transpile target=node root=src entries=45 noBundle=false
|
|
55
|
-
Bundled 45 modules in
|
|
55
|
+
Bundled 45 modules in 26ms
|
|
56
56
|
|
|
57
57
|
bundles/MarketingBundle.js 8.1 KB (entry point)
|
|
58
58
|
libs/email/types.js 41 bytes (entry point)
|
|
@@ -101,7 +101,7 @@ Bundled 45 modules in 37ms
|
|
|
101
101
|
components/marketing/sections/DevelopersSection.js 1.42 KB (entry point)
|
|
102
102
|
|
|
103
103
|
[contractspec-bun-build] transpile target=browser root=src entries=45 noBundle=false
|
|
104
|
-
Bundled 45 modules in
|
|
104
|
+
Bundled 45 modules in 29ms
|
|
105
105
|
|
|
106
106
|
bundles/MarketingBundle.js 8.36 KB (entry point)
|
|
107
107
|
libs/email/types.js 41 bytes (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,60 @@
|
|
|
1
1
|
# @contractspec/bundle.marketing
|
|
2
2
|
|
|
3
|
+
## 3.5.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c585fb1: fix: mcp tooling naming
|
|
8
|
+
- Updated dependencies [c585fb1]
|
|
9
|
+
- Updated dependencies [f5d4816]
|
|
10
|
+
- @contractspec/lib.contracts-runtime-client-react@3.5.4
|
|
11
|
+
- @contractspec/example.analytics-dashboard@3.5.4
|
|
12
|
+
- @contractspec/example.saas-boilerplate@3.5.4
|
|
13
|
+
- @contractspec/example.integration-hub@3.5.4
|
|
14
|
+
- @contractspec/example.workflow-system@3.5.4
|
|
15
|
+
- @contractspec/example.agent-console@3.5.4
|
|
16
|
+
- @contractspec/lib.example-shared-ui@4.0.4
|
|
17
|
+
- @contractspec/example.crm-pipeline@3.5.4
|
|
18
|
+
- @contractspec/example.marketplace@3.5.4
|
|
19
|
+
- @contractspec/lib.runtime-sandbox@2.5.4
|
|
20
|
+
- @contractspec/lib.surface-runtime@0.3.4
|
|
21
|
+
- @contractspec/lib.contracts-spec@3.5.4
|
|
22
|
+
- @contractspec/lib.design-system@3.5.4
|
|
23
|
+
- @contractspec/lib.ui-kit-core@3.5.4
|
|
24
|
+
- @contractspec/module.examples@3.5.4
|
|
25
|
+
- @contractspec/bundle.library@3.5.4
|
|
26
|
+
- @contractspec/lib.ui-kit-web@3.5.4
|
|
27
|
+
- @contractspec/lib.ui-link@3.5.4
|
|
28
|
+
- @contractspec/lib.logger@3.5.4
|
|
29
|
+
- @contractspec/lib.email@3.5.4
|
|
30
|
+
|
|
31
|
+
## 3.5.3
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- b0b4da6: fix: release
|
|
36
|
+
- Updated dependencies [b0b4da6]
|
|
37
|
+
- @contractspec/lib.contracts-runtime-client-react@3.5.3
|
|
38
|
+
- @contractspec/example.analytics-dashboard@3.5.3
|
|
39
|
+
- @contractspec/example.saas-boilerplate@3.5.3
|
|
40
|
+
- @contractspec/example.integration-hub@3.5.3
|
|
41
|
+
- @contractspec/example.workflow-system@3.5.3
|
|
42
|
+
- @contractspec/example.agent-console@3.5.3
|
|
43
|
+
- @contractspec/lib.example-shared-ui@4.0.3
|
|
44
|
+
- @contractspec/example.crm-pipeline@3.5.3
|
|
45
|
+
- @contractspec/example.marketplace@3.5.3
|
|
46
|
+
- @contractspec/lib.runtime-sandbox@2.5.3
|
|
47
|
+
- @contractspec/lib.surface-runtime@0.3.3
|
|
48
|
+
- @contractspec/lib.contracts-spec@3.5.3
|
|
49
|
+
- @contractspec/lib.design-system@3.5.3
|
|
50
|
+
- @contractspec/lib.ui-kit-core@3.5.3
|
|
51
|
+
- @contractspec/module.examples@3.5.3
|
|
52
|
+
- @contractspec/bundle.library@3.5.3
|
|
53
|
+
- @contractspec/lib.ui-kit-web@3.5.3
|
|
54
|
+
- @contractspec/lib.ui-link@3.5.3
|
|
55
|
+
- @contractspec/lib.logger@3.5.3
|
|
56
|
+
- @contractspec/lib.email@3.5.3
|
|
57
|
+
|
|
3
58
|
## 3.5.2
|
|
4
59
|
|
|
5
60
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/bundle.marketing",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf dist",
|
|
@@ -363,26 +363,26 @@
|
|
|
363
363
|
},
|
|
364
364
|
"types": "./dist/index.d.ts",
|
|
365
365
|
"dependencies": {
|
|
366
|
-
"@contractspec/bundle.library": "3.5.
|
|
367
|
-
"@contractspec/lib.surface-runtime": "0.3.
|
|
368
|
-
"@contractspec/example.agent-console": "3.5.
|
|
369
|
-
"@contractspec/example.analytics-dashboard": "3.5.
|
|
370
|
-
"@contractspec/example.crm-pipeline": "3.5.
|
|
371
|
-
"@contractspec/example.integration-hub": "3.5.
|
|
372
|
-
"@contractspec/example.marketplace": "3.5.
|
|
373
|
-
"@contractspec/example.saas-boilerplate": "3.5.
|
|
374
|
-
"@contractspec/example.workflow-system": "3.5.
|
|
375
|
-
"@contractspec/lib.contracts-spec": "3.5.
|
|
376
|
-
"@contractspec/lib.contracts-runtime-client-react": "3.5.
|
|
377
|
-
"@contractspec/lib.design-system": "3.5.
|
|
378
|
-
"@contractspec/lib.email": "3.5.
|
|
379
|
-
"@contractspec/lib.example-shared-ui": "4.0.
|
|
380
|
-
"@contractspec/lib.logger": "3.5.
|
|
381
|
-
"@contractspec/lib.runtime-sandbox": "2.5.
|
|
382
|
-
"@contractspec/lib.ui-kit-core": "3.5.
|
|
383
|
-
"@contractspec/lib.ui-kit-web": "3.5.
|
|
384
|
-
"@contractspec/lib.ui-link": "3.5.
|
|
385
|
-
"@contractspec/module.examples": "3.5.
|
|
366
|
+
"@contractspec/bundle.library": "3.5.4",
|
|
367
|
+
"@contractspec/lib.surface-runtime": "0.3.4",
|
|
368
|
+
"@contractspec/example.agent-console": "3.5.4",
|
|
369
|
+
"@contractspec/example.analytics-dashboard": "3.5.4",
|
|
370
|
+
"@contractspec/example.crm-pipeline": "3.5.4",
|
|
371
|
+
"@contractspec/example.integration-hub": "3.5.4",
|
|
372
|
+
"@contractspec/example.marketplace": "3.5.4",
|
|
373
|
+
"@contractspec/example.saas-boilerplate": "3.5.4",
|
|
374
|
+
"@contractspec/example.workflow-system": "3.5.4",
|
|
375
|
+
"@contractspec/lib.contracts-spec": "3.5.4",
|
|
376
|
+
"@contractspec/lib.contracts-runtime-client-react": "3.5.4",
|
|
377
|
+
"@contractspec/lib.design-system": "3.5.4",
|
|
378
|
+
"@contractspec/lib.email": "3.5.4",
|
|
379
|
+
"@contractspec/lib.example-shared-ui": "4.0.4",
|
|
380
|
+
"@contractspec/lib.logger": "3.5.4",
|
|
381
|
+
"@contractspec/lib.runtime-sandbox": "2.5.4",
|
|
382
|
+
"@contractspec/lib.ui-kit-core": "3.5.4",
|
|
383
|
+
"@contractspec/lib.ui-kit-web": "3.5.4",
|
|
384
|
+
"@contractspec/lib.ui-link": "3.5.4",
|
|
385
|
+
"@contractspec/module.examples": "3.5.4",
|
|
386
386
|
"@electric-sql/pglite": "^0.3.14",
|
|
387
387
|
"@hookform/resolvers": "^5.2.2",
|
|
388
388
|
"@scaleway/sdk": "^3.3.1",
|
|
@@ -397,9 +397,9 @@
|
|
|
397
397
|
},
|
|
398
398
|
"devDependencies": {
|
|
399
399
|
"@types/react": "~19.2.14",
|
|
400
|
-
"@contractspec/tool.typescript": "3.5.
|
|
400
|
+
"@contractspec/tool.typescript": "3.5.4",
|
|
401
401
|
"typescript": "^5.9.3",
|
|
402
|
-
"@contractspec/tool.bun": "3.5.
|
|
402
|
+
"@contractspec/tool.bun": "3.5.4"
|
|
403
403
|
},
|
|
404
404
|
"publishConfig": {
|
|
405
405
|
"access": "public",
|
|
@@ -84,8 +84,7 @@ export const MarketingBundle = defineModuleBundle({
|
|
|
84
84
|
dimensions: {
|
|
85
85
|
guidance:
|
|
86
86
|
'Can reveal product tour, feature highlights, and contextual CTAs.',
|
|
87
|
-
density:
|
|
88
|
-
'Can select compact hero or detailed multi-section layouts.',
|
|
87
|
+
density: 'Can select compact hero or detailed multi-section layouts.',
|
|
89
88
|
dataDepth: 'Controls section depth and inline expansion.',
|
|
90
89
|
control: 'Shows advanced navigation when allowed.',
|
|
91
90
|
media: 'Supports text-first, visual hero, and hybrid modes.',
|
|
@@ -139,8 +138,7 @@ export const MarketingBundle = defineModuleBundle({
|
|
|
139
138
|
control: 'Shows filters and sort when allowed.',
|
|
140
139
|
media: 'Supports card grid, list, and preview modes.',
|
|
141
140
|
pace: 'Maps to modal and transition behavior.',
|
|
142
|
-
narrative:
|
|
143
|
-
'Can order featured templates before or after full list.',
|
|
141
|
+
narrative: 'Can order featured templates before or after full list.',
|
|
144
142
|
},
|
|
145
143
|
},
|
|
146
144
|
},
|
|
@@ -186,8 +184,7 @@ export const MarketingBundle = defineModuleBundle({
|
|
|
186
184
|
control: 'Shows filters and version navigation when allowed.',
|
|
187
185
|
media: 'Supports text-first and code-highlight modes.',
|
|
188
186
|
pace: 'Maps to scroll and expand behavior.',
|
|
189
|
-
narrative:
|
|
190
|
-
'Can order newest-first or oldest-first chronology.',
|
|
187
|
+
narrative: 'Can order newest-first or oldest-first chronology.',
|
|
191
188
|
},
|
|
192
189
|
},
|
|
193
190
|
},
|
|
@@ -233,8 +230,7 @@ export const MarketingBundle = defineModuleBundle({
|
|
|
233
230
|
control: 'Shows pricing and plan details when allowed.',
|
|
234
231
|
media: 'Supports text-first and visual feature modes.',
|
|
235
232
|
pace: 'Maps to section transitions.',
|
|
236
|
-
narrative:
|
|
237
|
-
'Can order value prop before or after feature details.',
|
|
233
|
+
narrative: 'Can order value prop before or after feature details.',
|
|
238
234
|
},
|
|
239
235
|
},
|
|
240
236
|
},
|
|
@@ -280,8 +276,7 @@ export const MarketingBundle = defineModuleBundle({
|
|
|
280
276
|
control: 'Shows additional contact options when allowed.',
|
|
281
277
|
media: 'Supports text-first form and hybrid modes.',
|
|
282
278
|
pace: 'Maps to validation and submit feedback.',
|
|
283
|
-
narrative:
|
|
284
|
-
'Can order form before or after contact info.',
|
|
279
|
+
narrative: 'Can order form before or after contact info.',
|
|
285
280
|
},
|
|
286
281
|
},
|
|
287
282
|
},
|