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