@contractspec/bundle.marketing 3.5.0 → 3.5.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=45
6
- Bundled 45 modules in 41ms
5
+ [contractspec-bun-build] transpile target=bun root=src entries=45 noBundle=false
6
+ Bundled 45 modules in 45ms
7
7
 
8
8
  bundles/MarketingBundle.js 8.0 KB (entry point)
9
9
  libs/email/types.js 49 bytes (entry point)
@@ -51,8 +51,8 @@ Bundled 45 modules in 41ms
51
51
  components/marketing/sections/CtaSection.js 2.33 KB (entry point)
52
52
  components/marketing/sections/DevelopersSection.js 1.37 KB (entry point)
53
53
 
54
- [contractspec-bun-build] transpile target=node root=src entries=45
55
- Bundled 45 modules in 28ms
54
+ [contractspec-bun-build] transpile target=node root=src entries=45 noBundle=false
55
+ Bundled 45 modules in 30ms
56
56
 
57
57
  bundles/MarketingBundle.js 8.1 KB (entry point)
58
58
  libs/email/types.js 41 bytes (entry point)
@@ -100,8 +100,8 @@ Bundled 45 modules in 28ms
100
100
  components/marketing/sections/CtaSection.js 2.40 KB (entry point)
101
101
  components/marketing/sections/DevelopersSection.js 1.42 KB (entry point)
102
102
 
103
- [contractspec-bun-build] transpile target=browser root=src entries=45
104
- Bundled 45 modules in 33ms
103
+ [contractspec-bun-build] transpile target=browser root=src entries=45 noBundle=false
104
+ Bundled 45 modules in 31ms
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,88 @@
1
1
  # @contractspec/bundle.marketing
2
2
 
3
+ ## 3.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - b0b4da6: fix: release
8
+ - Updated dependencies [b0b4da6]
9
+ - @contractspec/lib.contracts-runtime-client-react@3.5.3
10
+ - @contractspec/example.analytics-dashboard@3.5.3
11
+ - @contractspec/example.saas-boilerplate@3.5.3
12
+ - @contractspec/example.integration-hub@3.5.3
13
+ - @contractspec/example.workflow-system@3.5.3
14
+ - @contractspec/example.agent-console@3.5.3
15
+ - @contractspec/lib.example-shared-ui@4.0.3
16
+ - @contractspec/example.crm-pipeline@3.5.3
17
+ - @contractspec/example.marketplace@3.5.3
18
+ - @contractspec/lib.runtime-sandbox@2.5.3
19
+ - @contractspec/lib.surface-runtime@0.3.3
20
+ - @contractspec/lib.contracts-spec@3.5.3
21
+ - @contractspec/lib.design-system@3.5.3
22
+ - @contractspec/lib.ui-kit-core@3.5.3
23
+ - @contractspec/module.examples@3.5.3
24
+ - @contractspec/bundle.library@3.5.3
25
+ - @contractspec/lib.ui-kit-web@3.5.3
26
+ - @contractspec/lib.ui-link@3.5.3
27
+ - @contractspec/lib.logger@3.5.3
28
+ - @contractspec/lib.email@3.5.3
29
+
30
+ ## 3.5.2
31
+
32
+ ### Patch Changes
33
+
34
+ - 18df977: fix: release workflow
35
+ - Updated dependencies [18df977]
36
+ - @contractspec/lib.contracts-runtime-client-react@3.5.2
37
+ - @contractspec/example.analytics-dashboard@3.5.2
38
+ - @contractspec/example.saas-boilerplate@3.5.2
39
+ - @contractspec/example.integration-hub@3.5.2
40
+ - @contractspec/example.workflow-system@3.5.2
41
+ - @contractspec/example.agent-console@3.5.2
42
+ - @contractspec/lib.example-shared-ui@4.0.2
43
+ - @contractspec/example.crm-pipeline@3.5.2
44
+ - @contractspec/example.marketplace@3.5.2
45
+ - @contractspec/lib.runtime-sandbox@2.5.2
46
+ - @contractspec/lib.surface-runtime@0.3.2
47
+ - @contractspec/lib.contracts-spec@3.5.2
48
+ - @contractspec/lib.design-system@3.5.2
49
+ - @contractspec/lib.ui-kit-core@3.5.2
50
+ - @contractspec/module.examples@3.5.2
51
+ - @contractspec/bundle.library@3.5.2
52
+ - @contractspec/lib.ui-kit-web@3.5.2
53
+ - @contractspec/lib.ui-link@3.5.2
54
+ - @contractspec/lib.logger@3.5.2
55
+ - @contractspec/lib.email@3.5.2
56
+
57
+ ## 3.5.1
58
+
59
+ ### Patch Changes
60
+
61
+ - dfff0d4: fix: use client within lib surface-runtime
62
+ - Updated dependencies [73a7f8d]
63
+ - Updated dependencies [dfff0d4]
64
+ - Updated dependencies [73a7f8d]
65
+ - @contractspec/lib.example-shared-ui@4.0.1
66
+ - @contractspec/lib.contracts-runtime-client-react@3.5.1
67
+ - @contractspec/example.analytics-dashboard@3.5.1
68
+ - @contractspec/example.saas-boilerplate@3.5.1
69
+ - @contractspec/example.integration-hub@3.5.1
70
+ - @contractspec/example.workflow-system@3.5.1
71
+ - @contractspec/example.agent-console@3.5.1
72
+ - @contractspec/example.crm-pipeline@3.5.1
73
+ - @contractspec/example.marketplace@3.5.1
74
+ - @contractspec/lib.runtime-sandbox@2.5.1
75
+ - @contractspec/lib.surface-runtime@0.3.1
76
+ - @contractspec/lib.contracts-spec@3.5.1
77
+ - @contractspec/lib.design-system@3.5.1
78
+ - @contractspec/lib.ui-kit-core@3.5.1
79
+ - @contractspec/module.examples@3.5.1
80
+ - @contractspec/bundle.library@3.5.1
81
+ - @contractspec/lib.ui-kit-web@3.5.1
82
+ - @contractspec/lib.ui-link@3.5.1
83
+ - @contractspec/lib.logger@3.5.1
84
+ - @contractspec/lib.email@3.5.1
85
+
3
86
  ## 3.5.0
4
87
 
5
88
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/bundle.marketing",
3
- "version": "3.5.0",
3
+ "version": "3.5.3",
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.0",
367
- "@contractspec/lib.surface-runtime": "0.3.0",
368
- "@contractspec/example.agent-console": "3.5.0",
369
- "@contractspec/example.analytics-dashboard": "3.5.0",
370
- "@contractspec/example.crm-pipeline": "3.5.0",
371
- "@contractspec/example.integration-hub": "3.5.0",
372
- "@contractspec/example.marketplace": "3.5.0",
373
- "@contractspec/example.saas-boilerplate": "3.5.0",
374
- "@contractspec/example.workflow-system": "3.5.0",
375
- "@contractspec/lib.contracts-spec": "3.5.0",
376
- "@contractspec/lib.contracts-runtime-client-react": "3.5.0",
377
- "@contractspec/lib.design-system": "3.5.0",
378
- "@contractspec/lib.email": "3.5.0",
379
- "@contractspec/lib.example-shared-ui": "4.0.0",
380
- "@contractspec/lib.logger": "3.5.0",
381
- "@contractspec/lib.runtime-sandbox": "2.5.0",
382
- "@contractspec/lib.ui-kit-core": "3.5.0",
383
- "@contractspec/lib.ui-kit-web": "3.5.0",
384
- "@contractspec/lib.ui-link": "3.5.0",
385
- "@contractspec/module.examples": "3.5.0",
366
+ "@contractspec/bundle.library": "3.5.3",
367
+ "@contractspec/lib.surface-runtime": "0.3.3",
368
+ "@contractspec/example.agent-console": "3.5.3",
369
+ "@contractspec/example.analytics-dashboard": "3.5.3",
370
+ "@contractspec/example.crm-pipeline": "3.5.3",
371
+ "@contractspec/example.integration-hub": "3.5.3",
372
+ "@contractspec/example.marketplace": "3.5.3",
373
+ "@contractspec/example.saas-boilerplate": "3.5.3",
374
+ "@contractspec/example.workflow-system": "3.5.3",
375
+ "@contractspec/lib.contracts-spec": "3.5.3",
376
+ "@contractspec/lib.contracts-runtime-client-react": "3.5.3",
377
+ "@contractspec/lib.design-system": "3.5.3",
378
+ "@contractspec/lib.email": "3.5.3",
379
+ "@contractspec/lib.example-shared-ui": "4.0.3",
380
+ "@contractspec/lib.logger": "3.5.3",
381
+ "@contractspec/lib.runtime-sandbox": "2.5.3",
382
+ "@contractspec/lib.ui-kit-core": "3.5.3",
383
+ "@contractspec/lib.ui-kit-web": "3.5.3",
384
+ "@contractspec/lib.ui-link": "3.5.3",
385
+ "@contractspec/module.examples": "3.5.3",
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.0",
400
+ "@contractspec/tool.typescript": "3.5.3",
401
401
  "typescript": "^5.9.3",
402
- "@contractspec/tool.bun": "3.5.0"
402
+ "@contractspec/tool.bun": "3.5.3"
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
  },