@contractspec/bundle.marketing 1.15.0 → 1.16.0
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 +28 -0
- package/package.json +113 -113
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=43
|
|
6
|
-
Bundled 43 modules in
|
|
6
|
+
Bundled 43 modules in 34ms
|
|
7
7
|
|
|
8
8
|
components/marketing/ChangelogPage.js 4.28 KB (entry point)
|
|
9
9
|
./index.js 0.31 MB (entry point)
|
|
@@ -50,7 +50,7 @@ Bundled 43 modules in 35ms
|
|
|
50
50
|
components/marketing/ProductClientPage.js 26.63 KB (entry point)
|
|
51
51
|
|
|
52
52
|
[contractspec-bun-build] transpile target=node root=src entries=43
|
|
53
|
-
Bundled 43 modules in
|
|
53
|
+
Bundled 43 modules in 40ms
|
|
54
54
|
|
|
55
55
|
components/marketing/ChangelogPage.js 4.34 KB (entry point)
|
|
56
56
|
./index.js 0.31 MB (entry point)
|
|
@@ -97,7 +97,7 @@ Bundled 43 modules in 24ms
|
|
|
97
97
|
components/marketing/ProductClientPage.js 26.70 KB (entry point)
|
|
98
98
|
|
|
99
99
|
[contractspec-bun-build] transpile target=browser root=src entries=43
|
|
100
|
-
Bundled 43 modules in
|
|
100
|
+
Bundled 43 modules in 33ms
|
|
101
101
|
|
|
102
102
|
components/marketing/ChangelogPage.js 4.60 KB (entry point)
|
|
103
103
|
./index.js 0.31 MB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @contractspec/bundle.marketing
|
|
2
2
|
|
|
3
|
+
## 1.16.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 374fd71: fix: publishing
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [374fd71]
|
|
12
|
+
- @contractspec/example.analytics-dashboard@1.61.0
|
|
13
|
+
- @contractspec/example.saas-boilerplate@1.61.0
|
|
14
|
+
- @contractspec/example.integration-hub@1.61.0
|
|
15
|
+
- @contractspec/example.workflow-system@1.61.0
|
|
16
|
+
- @contractspec/example.agent-console@1.61.0
|
|
17
|
+
- @contractspec/lib.example-shared-ui@1.15.0
|
|
18
|
+
- @contractspec/example.crm-pipeline@1.61.0
|
|
19
|
+
- @contractspec/example.marketplace@1.61.0
|
|
20
|
+
- @contractspec/lib.runtime-sandbox@0.16.0
|
|
21
|
+
- @contractspec/lib.design-system@1.61.0
|
|
22
|
+
- @contractspec/lib.ui-kit-core@1.61.0
|
|
23
|
+
- @contractspec/module.examples@1.61.0
|
|
24
|
+
- @contractspec/bundle.library@1.16.0
|
|
25
|
+
- @contractspec/lib.ui-kit-web@1.61.0
|
|
26
|
+
- @contractspec/lib.contracts@1.61.0
|
|
27
|
+
- @contractspec/lib.ui-link@1.61.0
|
|
28
|
+
- @contractspec/lib.logger@1.61.0
|
|
29
|
+
- @contractspec/lib.email@1.15.0
|
|
30
|
+
|
|
3
31
|
## 1.15.0
|
|
4
32
|
|
|
5
33
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/bundle.marketing",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf dist",
|
|
@@ -20,346 +20,346 @@
|
|
|
20
20
|
".": {
|
|
21
21
|
"types": "./dist/index.d.ts",
|
|
22
22
|
"bun": "./dist/index.js",
|
|
23
|
-
"node": "./dist/node/index.
|
|
23
|
+
"node": "./dist/node/index.js",
|
|
24
24
|
"browser": "./dist/browser/index.js",
|
|
25
25
|
"default": "./dist/index.js"
|
|
26
26
|
},
|
|
27
27
|
"./components/marketing": {
|
|
28
28
|
"types": "./dist/components/marketing/index.d.ts",
|
|
29
29
|
"bun": "./dist/components/marketing/index.js",
|
|
30
|
-
"node": "./dist/node/components/marketing/index.
|
|
30
|
+
"node": "./dist/node/components/marketing/index.js",
|
|
31
31
|
"browser": "./dist/browser/components/marketing/index.js",
|
|
32
32
|
"default": "./dist/components/marketing/index.js"
|
|
33
33
|
},
|
|
34
34
|
"./components/marketing/ChangelogPage": {
|
|
35
35
|
"types": "./dist/components/marketing/ChangelogPage.d.ts",
|
|
36
36
|
"bun": "./dist/components/marketing/ChangelogPage.js",
|
|
37
|
-
"node": "./dist/node/components/marketing/ChangelogPage.
|
|
37
|
+
"node": "./dist/node/components/marketing/ChangelogPage.js",
|
|
38
38
|
"browser": "./dist/browser/components/marketing/ChangelogPage.js",
|
|
39
39
|
"default": "./dist/components/marketing/ChangelogPage.js"
|
|
40
40
|
},
|
|
41
41
|
"./components/marketing/CofounderPage": {
|
|
42
42
|
"types": "./dist/components/marketing/CofounderPage.d.ts",
|
|
43
43
|
"bun": "./dist/components/marketing/CofounderPage.js",
|
|
44
|
-
"node": "./dist/node/components/marketing/CofounderPage.
|
|
44
|
+
"node": "./dist/node/components/marketing/CofounderPage.js",
|
|
45
45
|
"browser": "./dist/browser/components/marketing/CofounderPage.js",
|
|
46
46
|
"default": "./dist/components/marketing/CofounderPage.js"
|
|
47
47
|
},
|
|
48
48
|
"./components/marketing/ContactClient": {
|
|
49
49
|
"types": "./dist/components/marketing/ContactClient.d.ts",
|
|
50
50
|
"bun": "./dist/components/marketing/ContactClient.js",
|
|
51
|
-
"node": "./dist/node/components/marketing/ContactClient.
|
|
51
|
+
"node": "./dist/node/components/marketing/ContactClient.js",
|
|
52
52
|
"browser": "./dist/browser/components/marketing/ContactClient.js",
|
|
53
53
|
"default": "./dist/components/marketing/ContactClient.js"
|
|
54
54
|
},
|
|
55
55
|
"./components/marketing/ContributePage": {
|
|
56
56
|
"types": "./dist/components/marketing/ContributePage.d.ts",
|
|
57
57
|
"bun": "./dist/components/marketing/ContributePage.js",
|
|
58
|
-
"node": "./dist/node/components/marketing/ContributePage.
|
|
58
|
+
"node": "./dist/node/components/marketing/ContributePage.js",
|
|
59
59
|
"browser": "./dist/browser/components/marketing/ContributePage.js",
|
|
60
60
|
"default": "./dist/components/marketing/ContributePage.js"
|
|
61
61
|
},
|
|
62
62
|
"./components/marketing/DesignPartnerPage": {
|
|
63
63
|
"types": "./dist/components/marketing/DesignPartnerPage.d.ts",
|
|
64
64
|
"bun": "./dist/components/marketing/DesignPartnerPage.js",
|
|
65
|
-
"node": "./dist/node/components/marketing/DesignPartnerPage.
|
|
65
|
+
"node": "./dist/node/components/marketing/DesignPartnerPage.js",
|
|
66
66
|
"browser": "./dist/browser/components/marketing/DesignPartnerPage.js",
|
|
67
67
|
"default": "./dist/components/marketing/DesignPartnerPage.js"
|
|
68
68
|
},
|
|
69
69
|
"./components/marketing/index": {
|
|
70
70
|
"types": "./dist/components/marketing/index.d.ts",
|
|
71
71
|
"bun": "./dist/components/marketing/index.js",
|
|
72
|
-
"node": "./dist/node/components/marketing/index.
|
|
72
|
+
"node": "./dist/node/components/marketing/index.js",
|
|
73
73
|
"browser": "./dist/browser/components/marketing/index.js",
|
|
74
74
|
"default": "./dist/components/marketing/index.js"
|
|
75
75
|
},
|
|
76
76
|
"./components/marketing/LandingPage": {
|
|
77
77
|
"types": "./dist/components/marketing/LandingPage.d.ts",
|
|
78
78
|
"bun": "./dist/components/marketing/LandingPage.js",
|
|
79
|
-
"node": "./dist/node/components/marketing/LandingPage.
|
|
79
|
+
"node": "./dist/node/components/marketing/LandingPage.js",
|
|
80
80
|
"browser": "./dist/browser/components/marketing/LandingPage.js",
|
|
81
81
|
"default": "./dist/components/marketing/LandingPage.js"
|
|
82
82
|
},
|
|
83
83
|
"./components/marketing/pricing-thinking-modal": {
|
|
84
84
|
"types": "./dist/components/marketing/pricing-thinking-modal.d.ts",
|
|
85
85
|
"bun": "./dist/components/marketing/pricing-thinking-modal.js",
|
|
86
|
-
"node": "./dist/node/components/marketing/pricing-thinking-modal.
|
|
86
|
+
"node": "./dist/node/components/marketing/pricing-thinking-modal.js",
|
|
87
87
|
"browser": "./dist/browser/components/marketing/pricing-thinking-modal.js",
|
|
88
88
|
"default": "./dist/components/marketing/pricing-thinking-modal.js"
|
|
89
89
|
},
|
|
90
90
|
"./components/marketing/PricingClient": {
|
|
91
91
|
"types": "./dist/components/marketing/PricingClient.d.ts",
|
|
92
92
|
"bun": "./dist/components/marketing/PricingClient.js",
|
|
93
|
-
"node": "./dist/node/components/marketing/PricingClient.
|
|
93
|
+
"node": "./dist/node/components/marketing/PricingClient.js",
|
|
94
94
|
"browser": "./dist/browser/components/marketing/PricingClient.js",
|
|
95
95
|
"default": "./dist/components/marketing/PricingClient.js"
|
|
96
96
|
},
|
|
97
97
|
"./components/marketing/ProductClientPage": {
|
|
98
98
|
"types": "./dist/components/marketing/ProductClientPage.d.ts",
|
|
99
99
|
"bun": "./dist/components/marketing/ProductClientPage.js",
|
|
100
|
-
"node": "./dist/node/components/marketing/ProductClientPage.
|
|
100
|
+
"node": "./dist/node/components/marketing/ProductClientPage.js",
|
|
101
101
|
"browser": "./dist/browser/components/marketing/ProductClientPage.js",
|
|
102
102
|
"default": "./dist/components/marketing/ProductClientPage.js"
|
|
103
103
|
},
|
|
104
104
|
"./components/marketing/sections/AudienceSection": {
|
|
105
105
|
"types": "./dist/components/marketing/sections/AudienceSection.d.ts",
|
|
106
106
|
"bun": "./dist/components/marketing/sections/AudienceSection.js",
|
|
107
|
-
"node": "./dist/node/components/marketing/sections/AudienceSection.
|
|
107
|
+
"node": "./dist/node/components/marketing/sections/AudienceSection.js",
|
|
108
108
|
"browser": "./dist/browser/components/marketing/sections/AudienceSection.js",
|
|
109
109
|
"default": "./dist/components/marketing/sections/AudienceSection.js"
|
|
110
110
|
},
|
|
111
111
|
"./components/marketing/sections/CorePositioningSection": {
|
|
112
112
|
"types": "./dist/components/marketing/sections/CorePositioningSection.d.ts",
|
|
113
113
|
"bun": "./dist/components/marketing/sections/CorePositioningSection.js",
|
|
114
|
-
"node": "./dist/node/components/marketing/sections/CorePositioningSection.
|
|
114
|
+
"node": "./dist/node/components/marketing/sections/CorePositioningSection.js",
|
|
115
115
|
"browser": "./dist/browser/components/marketing/sections/CorePositioningSection.js",
|
|
116
116
|
"default": "./dist/components/marketing/sections/CorePositioningSection.js"
|
|
117
117
|
},
|
|
118
118
|
"./components/marketing/sections/CtaSection": {
|
|
119
119
|
"types": "./dist/components/marketing/sections/CtaSection.d.ts",
|
|
120
120
|
"bun": "./dist/components/marketing/sections/CtaSection.js",
|
|
121
|
-
"node": "./dist/node/components/marketing/sections/CtaSection.
|
|
121
|
+
"node": "./dist/node/components/marketing/sections/CtaSection.js",
|
|
122
122
|
"browser": "./dist/browser/components/marketing/sections/CtaSection.js",
|
|
123
123
|
"default": "./dist/components/marketing/sections/CtaSection.js"
|
|
124
124
|
},
|
|
125
125
|
"./components/marketing/sections/DevelopersSection": {
|
|
126
126
|
"types": "./dist/components/marketing/sections/DevelopersSection.d.ts",
|
|
127
127
|
"bun": "./dist/components/marketing/sections/DevelopersSection.js",
|
|
128
|
-
"node": "./dist/node/components/marketing/sections/DevelopersSection.
|
|
128
|
+
"node": "./dist/node/components/marketing/sections/DevelopersSection.js",
|
|
129
129
|
"browser": "./dist/browser/components/marketing/sections/DevelopersSection.js",
|
|
130
130
|
"default": "./dist/components/marketing/sections/DevelopersSection.js"
|
|
131
131
|
},
|
|
132
132
|
"./components/marketing/sections/FearsSection": {
|
|
133
133
|
"types": "./dist/components/marketing/sections/FearsSection.d.ts",
|
|
134
134
|
"bun": "./dist/components/marketing/sections/FearsSection.js",
|
|
135
|
-
"node": "./dist/node/components/marketing/sections/FearsSection.
|
|
135
|
+
"node": "./dist/node/components/marketing/sections/FearsSection.js",
|
|
136
136
|
"browser": "./dist/browser/components/marketing/sections/FearsSection.js",
|
|
137
137
|
"default": "./dist/components/marketing/sections/FearsSection.js"
|
|
138
138
|
},
|
|
139
139
|
"./components/marketing/sections/HeroMarketingSection": {
|
|
140
140
|
"types": "./dist/components/marketing/sections/HeroMarketingSection.d.ts",
|
|
141
141
|
"bun": "./dist/components/marketing/sections/HeroMarketingSection.js",
|
|
142
|
-
"node": "./dist/node/components/marketing/sections/HeroMarketingSection.
|
|
142
|
+
"node": "./dist/node/components/marketing/sections/HeroMarketingSection.js",
|
|
143
143
|
"browser": "./dist/browser/components/marketing/sections/HeroMarketingSection.js",
|
|
144
144
|
"default": "./dist/components/marketing/sections/HeroMarketingSection.js"
|
|
145
145
|
},
|
|
146
146
|
"./components/marketing/sections/IconGridSection": {
|
|
147
147
|
"types": "./dist/components/marketing/sections/IconGridSection.d.ts",
|
|
148
148
|
"bun": "./dist/components/marketing/sections/IconGridSection.js",
|
|
149
|
-
"node": "./dist/node/components/marketing/sections/IconGridSection.
|
|
149
|
+
"node": "./dist/node/components/marketing/sections/IconGridSection.js",
|
|
150
150
|
"browser": "./dist/browser/components/marketing/sections/IconGridSection.js",
|
|
151
151
|
"default": "./dist/components/marketing/sections/IconGridSection.js"
|
|
152
152
|
},
|
|
153
153
|
"./components/marketing/sections/OutputsSection": {
|
|
154
154
|
"types": "./dist/components/marketing/sections/OutputsSection.d.ts",
|
|
155
155
|
"bun": "./dist/components/marketing/sections/OutputsSection.js",
|
|
156
|
-
"node": "./dist/node/components/marketing/sections/OutputsSection.
|
|
156
|
+
"node": "./dist/node/components/marketing/sections/OutputsSection.js",
|
|
157
157
|
"browser": "./dist/browser/components/marketing/sections/OutputsSection.js",
|
|
158
158
|
"default": "./dist/components/marketing/sections/OutputsSection.js"
|
|
159
159
|
},
|
|
160
160
|
"./components/marketing/sections/ProblemSection": {
|
|
161
161
|
"types": "./dist/components/marketing/sections/ProblemSection.d.ts",
|
|
162
162
|
"bun": "./dist/components/marketing/sections/ProblemSection.js",
|
|
163
|
-
"node": "./dist/node/components/marketing/sections/ProblemSection.
|
|
163
|
+
"node": "./dist/node/components/marketing/sections/ProblemSection.js",
|
|
164
164
|
"browser": "./dist/browser/components/marketing/sections/ProblemSection.js",
|
|
165
165
|
"default": "./dist/components/marketing/sections/ProblemSection.js"
|
|
166
166
|
},
|
|
167
167
|
"./components/marketing/sections/SolutionSection": {
|
|
168
168
|
"types": "./dist/components/marketing/sections/SolutionSection.d.ts",
|
|
169
169
|
"bun": "./dist/components/marketing/sections/SolutionSection.js",
|
|
170
|
-
"node": "./dist/node/components/marketing/sections/SolutionSection.
|
|
170
|
+
"node": "./dist/node/components/marketing/sections/SolutionSection.js",
|
|
171
171
|
"browser": "./dist/browser/components/marketing/sections/SolutionSection.js",
|
|
172
172
|
"default": "./dist/components/marketing/sections/SolutionSection.js"
|
|
173
173
|
},
|
|
174
174
|
"./components/marketing/sections/StepsSection": {
|
|
175
175
|
"types": "./dist/components/marketing/sections/StepsSection.d.ts",
|
|
176
176
|
"bun": "./dist/components/marketing/sections/StepsSection.js",
|
|
177
|
-
"node": "./dist/node/components/marketing/sections/StepsSection.
|
|
177
|
+
"node": "./dist/node/components/marketing/sections/StepsSection.js",
|
|
178
178
|
"browser": "./dist/browser/components/marketing/sections/StepsSection.js",
|
|
179
179
|
"default": "./dist/components/marketing/sections/StepsSection.js"
|
|
180
180
|
},
|
|
181
181
|
"./components/marketing/waitlist-section": {
|
|
182
182
|
"types": "./dist/components/marketing/waitlist-section.d.ts",
|
|
183
183
|
"bun": "./dist/components/marketing/waitlist-section.js",
|
|
184
|
-
"node": "./dist/node/components/marketing/waitlist-section.
|
|
184
|
+
"node": "./dist/node/components/marketing/waitlist-section.js",
|
|
185
185
|
"browser": "./dist/browser/components/marketing/waitlist-section.js",
|
|
186
186
|
"default": "./dist/components/marketing/waitlist-section.js"
|
|
187
187
|
},
|
|
188
188
|
"./components/templates": {
|
|
189
189
|
"types": "./dist/components/templates/index.d.ts",
|
|
190
190
|
"bun": "./dist/components/templates/index.js",
|
|
191
|
-
"node": "./dist/node/components/templates/index.
|
|
191
|
+
"node": "./dist/node/components/templates/index.js",
|
|
192
192
|
"browser": "./dist/browser/components/templates/index.js",
|
|
193
193
|
"default": "./dist/components/templates/index.js"
|
|
194
194
|
},
|
|
195
195
|
"./components/templates/index": {
|
|
196
196
|
"types": "./dist/components/templates/index.d.ts",
|
|
197
197
|
"bun": "./dist/components/templates/index.js",
|
|
198
|
-
"node": "./dist/node/components/templates/index.
|
|
198
|
+
"node": "./dist/node/components/templates/index.js",
|
|
199
199
|
"browser": "./dist/browser/components/templates/index.js",
|
|
200
200
|
"default": "./dist/components/templates/index.js"
|
|
201
201
|
},
|
|
202
202
|
"./components/templates/TemplatesClientPage": {
|
|
203
203
|
"types": "./dist/components/templates/TemplatesClientPage.d.ts",
|
|
204
204
|
"bun": "./dist/components/templates/TemplatesClientPage.js",
|
|
205
|
-
"node": "./dist/node/components/templates/TemplatesClientPage.
|
|
205
|
+
"node": "./dist/node/components/templates/TemplatesClientPage.js",
|
|
206
206
|
"browser": "./dist/browser/components/templates/TemplatesClientPage.js",
|
|
207
207
|
"default": "./dist/components/templates/TemplatesClientPage.js"
|
|
208
208
|
},
|
|
209
209
|
"./components/templates/TemplatesPage": {
|
|
210
210
|
"types": "./dist/components/templates/TemplatesPage.d.ts",
|
|
211
211
|
"bun": "./dist/components/templates/TemplatesPage.js",
|
|
212
|
-
"node": "./dist/node/components/templates/TemplatesPage.
|
|
212
|
+
"node": "./dist/node/components/templates/TemplatesPage.js",
|
|
213
213
|
"browser": "./dist/browser/components/templates/TemplatesPage.js",
|
|
214
214
|
"default": "./dist/components/templates/TemplatesPage.js"
|
|
215
215
|
},
|
|
216
216
|
"./components/templates/TemplatesPreviewModal": {
|
|
217
217
|
"types": "./dist/components/templates/TemplatesPreviewModal.d.ts",
|
|
218
218
|
"bun": "./dist/components/templates/TemplatesPreviewModal.js",
|
|
219
|
-
"node": "./dist/node/components/templates/TemplatesPreviewModal.
|
|
219
|
+
"node": "./dist/node/components/templates/TemplatesPreviewModal.js",
|
|
220
220
|
"browser": "./dist/browser/components/templates/TemplatesPreviewModal.js",
|
|
221
221
|
"default": "./dist/components/templates/TemplatesPreviewModal.js"
|
|
222
222
|
},
|
|
223
223
|
"./libs/email/client": {
|
|
224
224
|
"types": "./dist/libs/email/client.d.ts",
|
|
225
225
|
"bun": "./dist/libs/email/client.js",
|
|
226
|
-
"node": "./dist/node/libs/email/client.
|
|
226
|
+
"node": "./dist/node/libs/email/client.js",
|
|
227
227
|
"browser": "./dist/browser/libs/email/client.js",
|
|
228
228
|
"default": "./dist/libs/email/client.js"
|
|
229
229
|
},
|
|
230
230
|
"./libs/email/contact": {
|
|
231
231
|
"types": "./dist/libs/email/contact.d.ts",
|
|
232
232
|
"bun": "./dist/libs/email/contact.js",
|
|
233
|
-
"node": "./dist/node/libs/email/contact.
|
|
233
|
+
"node": "./dist/node/libs/email/contact.js",
|
|
234
234
|
"browser": "./dist/browser/libs/email/contact.js",
|
|
235
235
|
"default": "./dist/libs/email/contact.js"
|
|
236
236
|
},
|
|
237
237
|
"./libs/email/newsletter": {
|
|
238
238
|
"types": "./dist/libs/email/newsletter.d.ts",
|
|
239
239
|
"bun": "./dist/libs/email/newsletter.js",
|
|
240
|
-
"node": "./dist/node/libs/email/newsletter.
|
|
240
|
+
"node": "./dist/node/libs/email/newsletter.js",
|
|
241
241
|
"browser": "./dist/browser/libs/email/newsletter.js",
|
|
242
242
|
"default": "./dist/libs/email/newsletter.js"
|
|
243
243
|
},
|
|
244
244
|
"./libs/email/types": {
|
|
245
245
|
"types": "./dist/libs/email/types.d.ts",
|
|
246
246
|
"bun": "./dist/libs/email/types.js",
|
|
247
|
-
"node": "./dist/node/libs/email/types.
|
|
247
|
+
"node": "./dist/node/libs/email/types.js",
|
|
248
248
|
"browser": "./dist/browser/libs/email/types.js",
|
|
249
249
|
"default": "./dist/libs/email/types.js"
|
|
250
250
|
},
|
|
251
251
|
"./libs/email/utils": {
|
|
252
252
|
"types": "./dist/libs/email/utils.d.ts",
|
|
253
253
|
"bun": "./dist/libs/email/utils.js",
|
|
254
|
-
"node": "./dist/node/libs/email/utils.
|
|
254
|
+
"node": "./dist/node/libs/email/utils.js",
|
|
255
255
|
"browser": "./dist/browser/libs/email/utils.js",
|
|
256
256
|
"default": "./dist/libs/email/utils.js"
|
|
257
257
|
},
|
|
258
258
|
"./libs/email/waitlist": {
|
|
259
259
|
"types": "./dist/libs/email/waitlist.d.ts",
|
|
260
260
|
"bun": "./dist/libs/email/waitlist.js",
|
|
261
|
-
"node": "./dist/node/libs/email/waitlist.
|
|
261
|
+
"node": "./dist/node/libs/email/waitlist.js",
|
|
262
262
|
"browser": "./dist/browser/libs/email/waitlist.js",
|
|
263
263
|
"default": "./dist/libs/email/waitlist.js"
|
|
264
264
|
},
|
|
265
265
|
"./libs/email/waitlist-application": {
|
|
266
266
|
"types": "./dist/libs/email/waitlist-application.d.ts",
|
|
267
267
|
"bun": "./dist/libs/email/waitlist-application.js",
|
|
268
|
-
"node": "./dist/node/libs/email/waitlist-application.
|
|
268
|
+
"node": "./dist/node/libs/email/waitlist-application.js",
|
|
269
269
|
"browser": "./dist/browser/libs/email/waitlist-application.js",
|
|
270
270
|
"default": "./dist/libs/email/waitlist-application.js"
|
|
271
271
|
},
|
|
272
272
|
"./libs/pricing-examples": {
|
|
273
273
|
"types": "./dist/libs/pricing-examples.d.ts",
|
|
274
274
|
"bun": "./dist/libs/pricing-examples.js",
|
|
275
|
-
"node": "./dist/node/libs/pricing-examples.
|
|
275
|
+
"node": "./dist/node/libs/pricing-examples.js",
|
|
276
276
|
"browser": "./dist/browser/libs/pricing-examples.js",
|
|
277
277
|
"default": "./dist/libs/pricing-examples.js"
|
|
278
278
|
},
|
|
279
279
|
"./registry": {
|
|
280
280
|
"types": "./dist/registry/index.d.ts",
|
|
281
281
|
"bun": "./dist/registry/index.js",
|
|
282
|
-
"node": "./dist/node/registry/index.
|
|
282
|
+
"node": "./dist/node/registry/index.js",
|
|
283
283
|
"browser": "./dist/browser/registry/index.js",
|
|
284
284
|
"default": "./dist/registry/index.js"
|
|
285
285
|
},
|
|
286
286
|
"./registry/engine": {
|
|
287
287
|
"types": "./dist/registry/engine.d.ts",
|
|
288
288
|
"bun": "./dist/registry/engine.js",
|
|
289
|
-
"node": "./dist/node/registry/engine.
|
|
289
|
+
"node": "./dist/node/registry/engine.js",
|
|
290
290
|
"browser": "./dist/browser/registry/engine.js",
|
|
291
291
|
"default": "./dist/registry/engine.js"
|
|
292
292
|
},
|
|
293
293
|
"./registry/factory": {
|
|
294
294
|
"types": "./dist/registry/factory.d.ts",
|
|
295
295
|
"bun": "./dist/registry/factory.js",
|
|
296
|
-
"node": "./dist/node/registry/factory.
|
|
296
|
+
"node": "./dist/node/registry/factory.js",
|
|
297
297
|
"browser": "./dist/browser/registry/factory.js",
|
|
298
298
|
"default": "./dist/registry/factory.js"
|
|
299
299
|
},
|
|
300
300
|
"./registry/index": {
|
|
301
301
|
"types": "./dist/registry/index.d.ts",
|
|
302
302
|
"bun": "./dist/registry/index.js",
|
|
303
|
-
"node": "./dist/node/registry/index.
|
|
303
|
+
"node": "./dist/node/registry/index.js",
|
|
304
304
|
"browser": "./dist/browser/registry/index.js",
|
|
305
305
|
"default": "./dist/registry/index.js"
|
|
306
306
|
},
|
|
307
307
|
"./registry/registry": {
|
|
308
308
|
"types": "./dist/registry/registry.d.ts",
|
|
309
309
|
"bun": "./dist/registry/registry.js",
|
|
310
|
-
"node": "./dist/node/registry/registry.
|
|
310
|
+
"node": "./dist/node/registry/registry.js",
|
|
311
311
|
"browser": "./dist/browser/registry/registry.js",
|
|
312
312
|
"default": "./dist/registry/registry.js"
|
|
313
313
|
},
|
|
314
314
|
"./registry/registry-docs": {
|
|
315
315
|
"types": "./dist/registry/registry-docs.d.ts",
|
|
316
316
|
"bun": "./dist/registry/registry-docs.js",
|
|
317
|
-
"node": "./dist/node/registry/registry-docs.
|
|
317
|
+
"node": "./dist/node/registry/registry-docs.js",
|
|
318
318
|
"browser": "./dist/browser/registry/registry-docs.js",
|
|
319
319
|
"default": "./dist/registry/registry-docs.js"
|
|
320
320
|
},
|
|
321
321
|
"./registry/registry-landing": {
|
|
322
322
|
"types": "./dist/registry/registry-landing.d.ts",
|
|
323
323
|
"bun": "./dist/registry/registry-landing.js",
|
|
324
|
-
"node": "./dist/node/registry/registry-landing.
|
|
324
|
+
"node": "./dist/node/registry/registry-landing.js",
|
|
325
325
|
"browser": "./dist/browser/registry/registry-landing.js",
|
|
326
326
|
"default": "./dist/registry/registry-landing.js"
|
|
327
327
|
},
|
|
328
328
|
"./registry/types": {
|
|
329
329
|
"types": "./dist/registry/types.d.ts",
|
|
330
330
|
"bun": "./dist/registry/types.js",
|
|
331
|
-
"node": "./dist/node/registry/types.
|
|
331
|
+
"node": "./dist/node/registry/types.js",
|
|
332
332
|
"browser": "./dist/browser/registry/types.js",
|
|
333
333
|
"default": "./dist/registry/types.js"
|
|
334
334
|
},
|
|
335
335
|
"./registry/utils": {
|
|
336
336
|
"types": "./dist/registry/utils.d.ts",
|
|
337
337
|
"bun": "./dist/registry/utils.js",
|
|
338
|
-
"node": "./dist/node/registry/utils.
|
|
338
|
+
"node": "./dist/node/registry/utils.js",
|
|
339
339
|
"browser": "./dist/browser/registry/utils.js",
|
|
340
340
|
"default": "./dist/registry/utils.js"
|
|
341
341
|
}
|
|
342
342
|
},
|
|
343
343
|
"types": "./dist/index.d.ts",
|
|
344
344
|
"dependencies": {
|
|
345
|
-
"@contractspec/bundle.library": "1.
|
|
346
|
-
"@contractspec/example.agent-console": "1.
|
|
347
|
-
"@contractspec/example.analytics-dashboard": "1.
|
|
348
|
-
"@contractspec/example.crm-pipeline": "1.
|
|
349
|
-
"@contractspec/example.integration-hub": "1.
|
|
350
|
-
"@contractspec/example.marketplace": "1.
|
|
351
|
-
"@contractspec/example.saas-boilerplate": "1.
|
|
352
|
-
"@contractspec/example.workflow-system": "1.
|
|
353
|
-
"@contractspec/lib.contracts": "1.
|
|
354
|
-
"@contractspec/lib.design-system": "1.
|
|
355
|
-
"@contractspec/lib.email": "1.
|
|
356
|
-
"@contractspec/lib.example-shared-ui": "1.
|
|
357
|
-
"@contractspec/lib.logger": "1.
|
|
358
|
-
"@contractspec/lib.runtime-sandbox": "0.
|
|
359
|
-
"@contractspec/lib.ui-kit-core": "1.
|
|
360
|
-
"@contractspec/lib.ui-kit-web": "1.
|
|
361
|
-
"@contractspec/lib.ui-link": "1.
|
|
362
|
-
"@contractspec/module.examples": "1.
|
|
345
|
+
"@contractspec/bundle.library": "1.16.0",
|
|
346
|
+
"@contractspec/example.agent-console": "1.61.0",
|
|
347
|
+
"@contractspec/example.analytics-dashboard": "1.61.0",
|
|
348
|
+
"@contractspec/example.crm-pipeline": "1.61.0",
|
|
349
|
+
"@contractspec/example.integration-hub": "1.61.0",
|
|
350
|
+
"@contractspec/example.marketplace": "1.61.0",
|
|
351
|
+
"@contractspec/example.saas-boilerplate": "1.61.0",
|
|
352
|
+
"@contractspec/example.workflow-system": "1.61.0",
|
|
353
|
+
"@contractspec/lib.contracts": "1.61.0",
|
|
354
|
+
"@contractspec/lib.design-system": "1.61.0",
|
|
355
|
+
"@contractspec/lib.email": "1.15.0",
|
|
356
|
+
"@contractspec/lib.example-shared-ui": "1.15.0",
|
|
357
|
+
"@contractspec/lib.logger": "1.61.0",
|
|
358
|
+
"@contractspec/lib.runtime-sandbox": "0.16.0",
|
|
359
|
+
"@contractspec/lib.ui-kit-core": "1.61.0",
|
|
360
|
+
"@contractspec/lib.ui-kit-web": "1.61.0",
|
|
361
|
+
"@contractspec/lib.ui-link": "1.61.0",
|
|
362
|
+
"@contractspec/module.examples": "1.61.0",
|
|
363
363
|
"@electric-sql/pglite": "^0.3.14",
|
|
364
364
|
"@hookform/resolvers": "^5.2.2",
|
|
365
365
|
"@scaleway/sdk": "^3.1.5",
|
|
@@ -374,9 +374,9 @@
|
|
|
374
374
|
},
|
|
375
375
|
"devDependencies": {
|
|
376
376
|
"@types/react": "~19.2.13",
|
|
377
|
-
"@contractspec/tool.typescript": "1.
|
|
377
|
+
"@contractspec/tool.typescript": "1.61.0",
|
|
378
378
|
"typescript": "^5.9.3",
|
|
379
|
-
"@contractspec/tool.bun": "1.
|
|
379
|
+
"@contractspec/tool.bun": "1.60.0"
|
|
380
380
|
},
|
|
381
381
|
"publishConfig": {
|
|
382
382
|
"access": "public",
|
|
@@ -385,322 +385,322 @@
|
|
|
385
385
|
".": {
|
|
386
386
|
"types": "./dist/index.d.ts",
|
|
387
387
|
"bun": "./dist/index.js",
|
|
388
|
-
"node": "./dist/node/index.
|
|
388
|
+
"node": "./dist/node/index.js",
|
|
389
389
|
"browser": "./dist/browser/index.js",
|
|
390
390
|
"default": "./dist/index.js"
|
|
391
391
|
},
|
|
392
392
|
"./components/marketing": {
|
|
393
393
|
"types": "./dist/components/marketing/index.d.ts",
|
|
394
394
|
"bun": "./dist/components/marketing/index.js",
|
|
395
|
-
"node": "./dist/node/components/marketing/index.
|
|
395
|
+
"node": "./dist/node/components/marketing/index.js",
|
|
396
396
|
"browser": "./dist/browser/components/marketing/index.js",
|
|
397
397
|
"default": "./dist/components/marketing/index.js"
|
|
398
398
|
},
|
|
399
399
|
"./components/marketing/ChangelogPage": {
|
|
400
400
|
"types": "./dist/components/marketing/ChangelogPage.d.ts",
|
|
401
401
|
"bun": "./dist/components/marketing/ChangelogPage.js",
|
|
402
|
-
"node": "./dist/node/components/marketing/ChangelogPage.
|
|
402
|
+
"node": "./dist/node/components/marketing/ChangelogPage.js",
|
|
403
403
|
"browser": "./dist/browser/components/marketing/ChangelogPage.js",
|
|
404
404
|
"default": "./dist/components/marketing/ChangelogPage.js"
|
|
405
405
|
},
|
|
406
406
|
"./components/marketing/CofounderPage": {
|
|
407
407
|
"types": "./dist/components/marketing/CofounderPage.d.ts",
|
|
408
408
|
"bun": "./dist/components/marketing/CofounderPage.js",
|
|
409
|
-
"node": "./dist/node/components/marketing/CofounderPage.
|
|
409
|
+
"node": "./dist/node/components/marketing/CofounderPage.js",
|
|
410
410
|
"browser": "./dist/browser/components/marketing/CofounderPage.js",
|
|
411
411
|
"default": "./dist/components/marketing/CofounderPage.js"
|
|
412
412
|
},
|
|
413
413
|
"./components/marketing/ContactClient": {
|
|
414
414
|
"types": "./dist/components/marketing/ContactClient.d.ts",
|
|
415
415
|
"bun": "./dist/components/marketing/ContactClient.js",
|
|
416
|
-
"node": "./dist/node/components/marketing/ContactClient.
|
|
416
|
+
"node": "./dist/node/components/marketing/ContactClient.js",
|
|
417
417
|
"browser": "./dist/browser/components/marketing/ContactClient.js",
|
|
418
418
|
"default": "./dist/components/marketing/ContactClient.js"
|
|
419
419
|
},
|
|
420
420
|
"./components/marketing/ContributePage": {
|
|
421
421
|
"types": "./dist/components/marketing/ContributePage.d.ts",
|
|
422
422
|
"bun": "./dist/components/marketing/ContributePage.js",
|
|
423
|
-
"node": "./dist/node/components/marketing/ContributePage.
|
|
423
|
+
"node": "./dist/node/components/marketing/ContributePage.js",
|
|
424
424
|
"browser": "./dist/browser/components/marketing/ContributePage.js",
|
|
425
425
|
"default": "./dist/components/marketing/ContributePage.js"
|
|
426
426
|
},
|
|
427
427
|
"./components/marketing/DesignPartnerPage": {
|
|
428
428
|
"types": "./dist/components/marketing/DesignPartnerPage.d.ts",
|
|
429
429
|
"bun": "./dist/components/marketing/DesignPartnerPage.js",
|
|
430
|
-
"node": "./dist/node/components/marketing/DesignPartnerPage.
|
|
430
|
+
"node": "./dist/node/components/marketing/DesignPartnerPage.js",
|
|
431
431
|
"browser": "./dist/browser/components/marketing/DesignPartnerPage.js",
|
|
432
432
|
"default": "./dist/components/marketing/DesignPartnerPage.js"
|
|
433
433
|
},
|
|
434
434
|
"./components/marketing/index": {
|
|
435
435
|
"types": "./dist/components/marketing/index.d.ts",
|
|
436
436
|
"bun": "./dist/components/marketing/index.js",
|
|
437
|
-
"node": "./dist/node/components/marketing/index.
|
|
437
|
+
"node": "./dist/node/components/marketing/index.js",
|
|
438
438
|
"browser": "./dist/browser/components/marketing/index.js",
|
|
439
439
|
"default": "./dist/components/marketing/index.js"
|
|
440
440
|
},
|
|
441
441
|
"./components/marketing/LandingPage": {
|
|
442
442
|
"types": "./dist/components/marketing/LandingPage.d.ts",
|
|
443
443
|
"bun": "./dist/components/marketing/LandingPage.js",
|
|
444
|
-
"node": "./dist/node/components/marketing/LandingPage.
|
|
444
|
+
"node": "./dist/node/components/marketing/LandingPage.js",
|
|
445
445
|
"browser": "./dist/browser/components/marketing/LandingPage.js",
|
|
446
446
|
"default": "./dist/components/marketing/LandingPage.js"
|
|
447
447
|
},
|
|
448
448
|
"./components/marketing/pricing-thinking-modal": {
|
|
449
449
|
"types": "./dist/components/marketing/pricing-thinking-modal.d.ts",
|
|
450
450
|
"bun": "./dist/components/marketing/pricing-thinking-modal.js",
|
|
451
|
-
"node": "./dist/node/components/marketing/pricing-thinking-modal.
|
|
451
|
+
"node": "./dist/node/components/marketing/pricing-thinking-modal.js",
|
|
452
452
|
"browser": "./dist/browser/components/marketing/pricing-thinking-modal.js",
|
|
453
453
|
"default": "./dist/components/marketing/pricing-thinking-modal.js"
|
|
454
454
|
},
|
|
455
455
|
"./components/marketing/PricingClient": {
|
|
456
456
|
"types": "./dist/components/marketing/PricingClient.d.ts",
|
|
457
457
|
"bun": "./dist/components/marketing/PricingClient.js",
|
|
458
|
-
"node": "./dist/node/components/marketing/PricingClient.
|
|
458
|
+
"node": "./dist/node/components/marketing/PricingClient.js",
|
|
459
459
|
"browser": "./dist/browser/components/marketing/PricingClient.js",
|
|
460
460
|
"default": "./dist/components/marketing/PricingClient.js"
|
|
461
461
|
},
|
|
462
462
|
"./components/marketing/ProductClientPage": {
|
|
463
463
|
"types": "./dist/components/marketing/ProductClientPage.d.ts",
|
|
464
464
|
"bun": "./dist/components/marketing/ProductClientPage.js",
|
|
465
|
-
"node": "./dist/node/components/marketing/ProductClientPage.
|
|
465
|
+
"node": "./dist/node/components/marketing/ProductClientPage.js",
|
|
466
466
|
"browser": "./dist/browser/components/marketing/ProductClientPage.js",
|
|
467
467
|
"default": "./dist/components/marketing/ProductClientPage.js"
|
|
468
468
|
},
|
|
469
469
|
"./components/marketing/sections/AudienceSection": {
|
|
470
470
|
"types": "./dist/components/marketing/sections/AudienceSection.d.ts",
|
|
471
471
|
"bun": "./dist/components/marketing/sections/AudienceSection.js",
|
|
472
|
-
"node": "./dist/node/components/marketing/sections/AudienceSection.
|
|
472
|
+
"node": "./dist/node/components/marketing/sections/AudienceSection.js",
|
|
473
473
|
"browser": "./dist/browser/components/marketing/sections/AudienceSection.js",
|
|
474
474
|
"default": "./dist/components/marketing/sections/AudienceSection.js"
|
|
475
475
|
},
|
|
476
476
|
"./components/marketing/sections/CorePositioningSection": {
|
|
477
477
|
"types": "./dist/components/marketing/sections/CorePositioningSection.d.ts",
|
|
478
478
|
"bun": "./dist/components/marketing/sections/CorePositioningSection.js",
|
|
479
|
-
"node": "./dist/node/components/marketing/sections/CorePositioningSection.
|
|
479
|
+
"node": "./dist/node/components/marketing/sections/CorePositioningSection.js",
|
|
480
480
|
"browser": "./dist/browser/components/marketing/sections/CorePositioningSection.js",
|
|
481
481
|
"default": "./dist/components/marketing/sections/CorePositioningSection.js"
|
|
482
482
|
},
|
|
483
483
|
"./components/marketing/sections/CtaSection": {
|
|
484
484
|
"types": "./dist/components/marketing/sections/CtaSection.d.ts",
|
|
485
485
|
"bun": "./dist/components/marketing/sections/CtaSection.js",
|
|
486
|
-
"node": "./dist/node/components/marketing/sections/CtaSection.
|
|
486
|
+
"node": "./dist/node/components/marketing/sections/CtaSection.js",
|
|
487
487
|
"browser": "./dist/browser/components/marketing/sections/CtaSection.js",
|
|
488
488
|
"default": "./dist/components/marketing/sections/CtaSection.js"
|
|
489
489
|
},
|
|
490
490
|
"./components/marketing/sections/DevelopersSection": {
|
|
491
491
|
"types": "./dist/components/marketing/sections/DevelopersSection.d.ts",
|
|
492
492
|
"bun": "./dist/components/marketing/sections/DevelopersSection.js",
|
|
493
|
-
"node": "./dist/node/components/marketing/sections/DevelopersSection.
|
|
493
|
+
"node": "./dist/node/components/marketing/sections/DevelopersSection.js",
|
|
494
494
|
"browser": "./dist/browser/components/marketing/sections/DevelopersSection.js",
|
|
495
495
|
"default": "./dist/components/marketing/sections/DevelopersSection.js"
|
|
496
496
|
},
|
|
497
497
|
"./components/marketing/sections/FearsSection": {
|
|
498
498
|
"types": "./dist/components/marketing/sections/FearsSection.d.ts",
|
|
499
499
|
"bun": "./dist/components/marketing/sections/FearsSection.js",
|
|
500
|
-
"node": "./dist/node/components/marketing/sections/FearsSection.
|
|
500
|
+
"node": "./dist/node/components/marketing/sections/FearsSection.js",
|
|
501
501
|
"browser": "./dist/browser/components/marketing/sections/FearsSection.js",
|
|
502
502
|
"default": "./dist/components/marketing/sections/FearsSection.js"
|
|
503
503
|
},
|
|
504
504
|
"./components/marketing/sections/HeroMarketingSection": {
|
|
505
505
|
"types": "./dist/components/marketing/sections/HeroMarketingSection.d.ts",
|
|
506
506
|
"bun": "./dist/components/marketing/sections/HeroMarketingSection.js",
|
|
507
|
-
"node": "./dist/node/components/marketing/sections/HeroMarketingSection.
|
|
507
|
+
"node": "./dist/node/components/marketing/sections/HeroMarketingSection.js",
|
|
508
508
|
"browser": "./dist/browser/components/marketing/sections/HeroMarketingSection.js",
|
|
509
509
|
"default": "./dist/components/marketing/sections/HeroMarketingSection.js"
|
|
510
510
|
},
|
|
511
511
|
"./components/marketing/sections/IconGridSection": {
|
|
512
512
|
"types": "./dist/components/marketing/sections/IconGridSection.d.ts",
|
|
513
513
|
"bun": "./dist/components/marketing/sections/IconGridSection.js",
|
|
514
|
-
"node": "./dist/node/components/marketing/sections/IconGridSection.
|
|
514
|
+
"node": "./dist/node/components/marketing/sections/IconGridSection.js",
|
|
515
515
|
"browser": "./dist/browser/components/marketing/sections/IconGridSection.js",
|
|
516
516
|
"default": "./dist/components/marketing/sections/IconGridSection.js"
|
|
517
517
|
},
|
|
518
518
|
"./components/marketing/sections/OutputsSection": {
|
|
519
519
|
"types": "./dist/components/marketing/sections/OutputsSection.d.ts",
|
|
520
520
|
"bun": "./dist/components/marketing/sections/OutputsSection.js",
|
|
521
|
-
"node": "./dist/node/components/marketing/sections/OutputsSection.
|
|
521
|
+
"node": "./dist/node/components/marketing/sections/OutputsSection.js",
|
|
522
522
|
"browser": "./dist/browser/components/marketing/sections/OutputsSection.js",
|
|
523
523
|
"default": "./dist/components/marketing/sections/OutputsSection.js"
|
|
524
524
|
},
|
|
525
525
|
"./components/marketing/sections/ProblemSection": {
|
|
526
526
|
"types": "./dist/components/marketing/sections/ProblemSection.d.ts",
|
|
527
527
|
"bun": "./dist/components/marketing/sections/ProblemSection.js",
|
|
528
|
-
"node": "./dist/node/components/marketing/sections/ProblemSection.
|
|
528
|
+
"node": "./dist/node/components/marketing/sections/ProblemSection.js",
|
|
529
529
|
"browser": "./dist/browser/components/marketing/sections/ProblemSection.js",
|
|
530
530
|
"default": "./dist/components/marketing/sections/ProblemSection.js"
|
|
531
531
|
},
|
|
532
532
|
"./components/marketing/sections/SolutionSection": {
|
|
533
533
|
"types": "./dist/components/marketing/sections/SolutionSection.d.ts",
|
|
534
534
|
"bun": "./dist/components/marketing/sections/SolutionSection.js",
|
|
535
|
-
"node": "./dist/node/components/marketing/sections/SolutionSection.
|
|
535
|
+
"node": "./dist/node/components/marketing/sections/SolutionSection.js",
|
|
536
536
|
"browser": "./dist/browser/components/marketing/sections/SolutionSection.js",
|
|
537
537
|
"default": "./dist/components/marketing/sections/SolutionSection.js"
|
|
538
538
|
},
|
|
539
539
|
"./components/marketing/sections/StepsSection": {
|
|
540
540
|
"types": "./dist/components/marketing/sections/StepsSection.d.ts",
|
|
541
541
|
"bun": "./dist/components/marketing/sections/StepsSection.js",
|
|
542
|
-
"node": "./dist/node/components/marketing/sections/StepsSection.
|
|
542
|
+
"node": "./dist/node/components/marketing/sections/StepsSection.js",
|
|
543
543
|
"browser": "./dist/browser/components/marketing/sections/StepsSection.js",
|
|
544
544
|
"default": "./dist/components/marketing/sections/StepsSection.js"
|
|
545
545
|
},
|
|
546
546
|
"./components/marketing/waitlist-section": {
|
|
547
547
|
"types": "./dist/components/marketing/waitlist-section.d.ts",
|
|
548
548
|
"bun": "./dist/components/marketing/waitlist-section.js",
|
|
549
|
-
"node": "./dist/node/components/marketing/waitlist-section.
|
|
549
|
+
"node": "./dist/node/components/marketing/waitlist-section.js",
|
|
550
550
|
"browser": "./dist/browser/components/marketing/waitlist-section.js",
|
|
551
551
|
"default": "./dist/components/marketing/waitlist-section.js"
|
|
552
552
|
},
|
|
553
553
|
"./components/templates": {
|
|
554
554
|
"types": "./dist/components/templates/index.d.ts",
|
|
555
555
|
"bun": "./dist/components/templates/index.js",
|
|
556
|
-
"node": "./dist/node/components/templates/index.
|
|
556
|
+
"node": "./dist/node/components/templates/index.js",
|
|
557
557
|
"browser": "./dist/browser/components/templates/index.js",
|
|
558
558
|
"default": "./dist/components/templates/index.js"
|
|
559
559
|
},
|
|
560
560
|
"./components/templates/index": {
|
|
561
561
|
"types": "./dist/components/templates/index.d.ts",
|
|
562
562
|
"bun": "./dist/components/templates/index.js",
|
|
563
|
-
"node": "./dist/node/components/templates/index.
|
|
563
|
+
"node": "./dist/node/components/templates/index.js",
|
|
564
564
|
"browser": "./dist/browser/components/templates/index.js",
|
|
565
565
|
"default": "./dist/components/templates/index.js"
|
|
566
566
|
},
|
|
567
567
|
"./components/templates/TemplatesClientPage": {
|
|
568
568
|
"types": "./dist/components/templates/TemplatesClientPage.d.ts",
|
|
569
569
|
"bun": "./dist/components/templates/TemplatesClientPage.js",
|
|
570
|
-
"node": "./dist/node/components/templates/TemplatesClientPage.
|
|
570
|
+
"node": "./dist/node/components/templates/TemplatesClientPage.js",
|
|
571
571
|
"browser": "./dist/browser/components/templates/TemplatesClientPage.js",
|
|
572
572
|
"default": "./dist/components/templates/TemplatesClientPage.js"
|
|
573
573
|
},
|
|
574
574
|
"./components/templates/TemplatesPage": {
|
|
575
575
|
"types": "./dist/components/templates/TemplatesPage.d.ts",
|
|
576
576
|
"bun": "./dist/components/templates/TemplatesPage.js",
|
|
577
|
-
"node": "./dist/node/components/templates/TemplatesPage.
|
|
577
|
+
"node": "./dist/node/components/templates/TemplatesPage.js",
|
|
578
578
|
"browser": "./dist/browser/components/templates/TemplatesPage.js",
|
|
579
579
|
"default": "./dist/components/templates/TemplatesPage.js"
|
|
580
580
|
},
|
|
581
581
|
"./components/templates/TemplatesPreviewModal": {
|
|
582
582
|
"types": "./dist/components/templates/TemplatesPreviewModal.d.ts",
|
|
583
583
|
"bun": "./dist/components/templates/TemplatesPreviewModal.js",
|
|
584
|
-
"node": "./dist/node/components/templates/TemplatesPreviewModal.
|
|
584
|
+
"node": "./dist/node/components/templates/TemplatesPreviewModal.js",
|
|
585
585
|
"browser": "./dist/browser/components/templates/TemplatesPreviewModal.js",
|
|
586
586
|
"default": "./dist/components/templates/TemplatesPreviewModal.js"
|
|
587
587
|
},
|
|
588
588
|
"./libs/email/client": {
|
|
589
589
|
"types": "./dist/libs/email/client.d.ts",
|
|
590
590
|
"bun": "./dist/libs/email/client.js",
|
|
591
|
-
"node": "./dist/node/libs/email/client.
|
|
591
|
+
"node": "./dist/node/libs/email/client.js",
|
|
592
592
|
"browser": "./dist/browser/libs/email/client.js",
|
|
593
593
|
"default": "./dist/libs/email/client.js"
|
|
594
594
|
},
|
|
595
595
|
"./libs/email/contact": {
|
|
596
596
|
"types": "./dist/libs/email/contact.d.ts",
|
|
597
597
|
"bun": "./dist/libs/email/contact.js",
|
|
598
|
-
"node": "./dist/node/libs/email/contact.
|
|
598
|
+
"node": "./dist/node/libs/email/contact.js",
|
|
599
599
|
"browser": "./dist/browser/libs/email/contact.js",
|
|
600
600
|
"default": "./dist/libs/email/contact.js"
|
|
601
601
|
},
|
|
602
602
|
"./libs/email/newsletter": {
|
|
603
603
|
"types": "./dist/libs/email/newsletter.d.ts",
|
|
604
604
|
"bun": "./dist/libs/email/newsletter.js",
|
|
605
|
-
"node": "./dist/node/libs/email/newsletter.
|
|
605
|
+
"node": "./dist/node/libs/email/newsletter.js",
|
|
606
606
|
"browser": "./dist/browser/libs/email/newsletter.js",
|
|
607
607
|
"default": "./dist/libs/email/newsletter.js"
|
|
608
608
|
},
|
|
609
609
|
"./libs/email/types": {
|
|
610
610
|
"types": "./dist/libs/email/types.d.ts",
|
|
611
611
|
"bun": "./dist/libs/email/types.js",
|
|
612
|
-
"node": "./dist/node/libs/email/types.
|
|
612
|
+
"node": "./dist/node/libs/email/types.js",
|
|
613
613
|
"browser": "./dist/browser/libs/email/types.js",
|
|
614
614
|
"default": "./dist/libs/email/types.js"
|
|
615
615
|
},
|
|
616
616
|
"./libs/email/utils": {
|
|
617
617
|
"types": "./dist/libs/email/utils.d.ts",
|
|
618
618
|
"bun": "./dist/libs/email/utils.js",
|
|
619
|
-
"node": "./dist/node/libs/email/utils.
|
|
619
|
+
"node": "./dist/node/libs/email/utils.js",
|
|
620
620
|
"browser": "./dist/browser/libs/email/utils.js",
|
|
621
621
|
"default": "./dist/libs/email/utils.js"
|
|
622
622
|
},
|
|
623
623
|
"./libs/email/waitlist": {
|
|
624
624
|
"types": "./dist/libs/email/waitlist.d.ts",
|
|
625
625
|
"bun": "./dist/libs/email/waitlist.js",
|
|
626
|
-
"node": "./dist/node/libs/email/waitlist.
|
|
626
|
+
"node": "./dist/node/libs/email/waitlist.js",
|
|
627
627
|
"browser": "./dist/browser/libs/email/waitlist.js",
|
|
628
628
|
"default": "./dist/libs/email/waitlist.js"
|
|
629
629
|
},
|
|
630
630
|
"./libs/email/waitlist-application": {
|
|
631
631
|
"types": "./dist/libs/email/waitlist-application.d.ts",
|
|
632
632
|
"bun": "./dist/libs/email/waitlist-application.js",
|
|
633
|
-
"node": "./dist/node/libs/email/waitlist-application.
|
|
633
|
+
"node": "./dist/node/libs/email/waitlist-application.js",
|
|
634
634
|
"browser": "./dist/browser/libs/email/waitlist-application.js",
|
|
635
635
|
"default": "./dist/libs/email/waitlist-application.js"
|
|
636
636
|
},
|
|
637
637
|
"./libs/pricing-examples": {
|
|
638
638
|
"types": "./dist/libs/pricing-examples.d.ts",
|
|
639
639
|
"bun": "./dist/libs/pricing-examples.js",
|
|
640
|
-
"node": "./dist/node/libs/pricing-examples.
|
|
640
|
+
"node": "./dist/node/libs/pricing-examples.js",
|
|
641
641
|
"browser": "./dist/browser/libs/pricing-examples.js",
|
|
642
642
|
"default": "./dist/libs/pricing-examples.js"
|
|
643
643
|
},
|
|
644
644
|
"./registry": {
|
|
645
645
|
"types": "./dist/registry/index.d.ts",
|
|
646
646
|
"bun": "./dist/registry/index.js",
|
|
647
|
-
"node": "./dist/node/registry/index.
|
|
647
|
+
"node": "./dist/node/registry/index.js",
|
|
648
648
|
"browser": "./dist/browser/registry/index.js",
|
|
649
649
|
"default": "./dist/registry/index.js"
|
|
650
650
|
},
|
|
651
651
|
"./registry/engine": {
|
|
652
652
|
"types": "./dist/registry/engine.d.ts",
|
|
653
653
|
"bun": "./dist/registry/engine.js",
|
|
654
|
-
"node": "./dist/node/registry/engine.
|
|
654
|
+
"node": "./dist/node/registry/engine.js",
|
|
655
655
|
"browser": "./dist/browser/registry/engine.js",
|
|
656
656
|
"default": "./dist/registry/engine.js"
|
|
657
657
|
},
|
|
658
658
|
"./registry/factory": {
|
|
659
659
|
"types": "./dist/registry/factory.d.ts",
|
|
660
660
|
"bun": "./dist/registry/factory.js",
|
|
661
|
-
"node": "./dist/node/registry/factory.
|
|
661
|
+
"node": "./dist/node/registry/factory.js",
|
|
662
662
|
"browser": "./dist/browser/registry/factory.js",
|
|
663
663
|
"default": "./dist/registry/factory.js"
|
|
664
664
|
},
|
|
665
665
|
"./registry/index": {
|
|
666
666
|
"types": "./dist/registry/index.d.ts",
|
|
667
667
|
"bun": "./dist/registry/index.js",
|
|
668
|
-
"node": "./dist/node/registry/index.
|
|
668
|
+
"node": "./dist/node/registry/index.js",
|
|
669
669
|
"browser": "./dist/browser/registry/index.js",
|
|
670
670
|
"default": "./dist/registry/index.js"
|
|
671
671
|
},
|
|
672
672
|
"./registry/registry": {
|
|
673
673
|
"types": "./dist/registry/registry.d.ts",
|
|
674
674
|
"bun": "./dist/registry/registry.js",
|
|
675
|
-
"node": "./dist/node/registry/registry.
|
|
675
|
+
"node": "./dist/node/registry/registry.js",
|
|
676
676
|
"browser": "./dist/browser/registry/registry.js",
|
|
677
677
|
"default": "./dist/registry/registry.js"
|
|
678
678
|
},
|
|
679
679
|
"./registry/registry-docs": {
|
|
680
680
|
"types": "./dist/registry/registry-docs.d.ts",
|
|
681
681
|
"bun": "./dist/registry/registry-docs.js",
|
|
682
|
-
"node": "./dist/node/registry/registry-docs.
|
|
682
|
+
"node": "./dist/node/registry/registry-docs.js",
|
|
683
683
|
"browser": "./dist/browser/registry/registry-docs.js",
|
|
684
684
|
"default": "./dist/registry/registry-docs.js"
|
|
685
685
|
},
|
|
686
686
|
"./registry/registry-landing": {
|
|
687
687
|
"types": "./dist/registry/registry-landing.d.ts",
|
|
688
688
|
"bun": "./dist/registry/registry-landing.js",
|
|
689
|
-
"node": "./dist/node/registry/registry-landing.
|
|
689
|
+
"node": "./dist/node/registry/registry-landing.js",
|
|
690
690
|
"browser": "./dist/browser/registry/registry-landing.js",
|
|
691
691
|
"default": "./dist/registry/registry-landing.js"
|
|
692
692
|
},
|
|
693
693
|
"./registry/types": {
|
|
694
694
|
"types": "./dist/registry/types.d.ts",
|
|
695
695
|
"bun": "./dist/registry/types.js",
|
|
696
|
-
"node": "./dist/node/registry/types.
|
|
696
|
+
"node": "./dist/node/registry/types.js",
|
|
697
697
|
"browser": "./dist/browser/registry/types.js",
|
|
698
698
|
"default": "./dist/registry/types.js"
|
|
699
699
|
},
|
|
700
700
|
"./registry/utils": {
|
|
701
701
|
"types": "./dist/registry/utils.d.ts",
|
|
702
702
|
"bun": "./dist/registry/utils.js",
|
|
703
|
-
"node": "./dist/node/registry/utils.
|
|
703
|
+
"node": "./dist/node/registry/utils.js",
|
|
704
704
|
"browser": "./dist/browser/registry/utils.js",
|
|
705
705
|
"default": "./dist/registry/utils.js"
|
|
706
706
|
}
|