@salesmind-ai/design-system 1.7.0 → 1.9.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/dist/ChangeEmail-BuUhjW0o.d.cts +226 -0
- package/dist/ChangeEmail-BuUhjW0o.d.ts +226 -0
- package/dist/{chunk-3NS6X2R4.cjs → chunk-5EIBL6DQ.cjs} +133 -38
- package/dist/chunk-5EIBL6DQ.cjs.map +1 -0
- package/dist/chunk-AI2YEYT4.js +1368 -0
- package/dist/chunk-AI2YEYT4.js.map +1 -0
- package/dist/{chunk-4QQKREVH.cjs → chunk-LM3UJILC.cjs} +3 -3
- package/dist/{chunk-4QQKREVH.cjs.map → chunk-LM3UJILC.cjs.map} +1 -1
- package/dist/{chunk-K7NQ7TQG.cjs → chunk-M4MLGT4B.cjs} +84 -27
- package/dist/chunk-M4MLGT4B.cjs.map +1 -0
- package/dist/{chunk-6BUS7RMS.js → chunk-Q3YVBUKQ.js} +133 -38
- package/dist/chunk-Q3YVBUKQ.js.map +1 -0
- package/dist/{chunk-25TUCNN6.js → chunk-QVGDMAZY.js} +84 -27
- package/dist/chunk-QVGDMAZY.js.map +1 -0
- package/dist/{chunk-2TC5EVSJ.js → chunk-TPZ3PKSF.js} +3 -3
- package/dist/{chunk-2TC5EVSJ.js.map → chunk-TPZ3PKSF.js.map} +1 -1
- package/dist/chunk-YWJKSY5C.cjs +1381 -0
- package/dist/chunk-YWJKSY5C.cjs.map +1 -0
- package/dist/index.cjs +57 -40
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +2426 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/marketing/index.cjs +27 -27
- package/dist/marketing/index.js +1 -1
- package/dist/nav/index.cjs +10 -10
- package/dist/nav/index.css +54 -0
- package/dist/nav/index.css.map +1 -1
- package/dist/nav/index.d.cts +9 -0
- package/dist/nav/index.d.ts +9 -0
- package/dist/nav/index.js +1 -1
- package/dist/onboarding/index.cjs +5870 -0
- package/dist/onboarding/index.cjs.map +1 -0
- package/dist/onboarding/index.css +557 -0
- package/dist/onboarding/index.css.map +1 -0
- package/dist/onboarding/index.d.cts +1589 -0
- package/dist/onboarding/index.d.ts +1589 -0
- package/dist/onboarding/index.js +5736 -0
- package/dist/onboarding/index.js.map +1 -0
- package/dist/styles/styles.css +2593 -0
- package/dist/v2-auth/index.cjs +59 -0
- package/dist/v2-auth/index.cjs.map +1 -0
- package/dist/v2-auth/index.css +3360 -0
- package/dist/v2-auth/index.css.map +1 -0
- package/dist/v2-auth/index.d.cts +76 -0
- package/dist/v2-auth/index.d.ts +76 -0
- package/dist/v2-auth/index.js +24 -0
- package/dist/v2-auth/index.js.map +1 -0
- package/dist/web/index.cjs +7 -7
- package/dist/web/index.d.cts +1 -1
- package/dist/web/index.d.ts +1 -1
- package/dist/web/index.js +1 -1
- package/dist/web/server/index.cjs +7 -7
- package/dist/web/server/index.d.cts +91 -27
- package/dist/web/server/index.d.ts +91 -27
- package/dist/web/server/index.js +1 -1
- package/package.json +14 -2
- package/dist/chunk-25TUCNN6.js.map +0 -1
- package/dist/chunk-3NS6X2R4.cjs.map +0 -1
- package/dist/chunk-6BUS7RMS.js.map +0 -1
- package/dist/chunk-K7NQ7TQG.cjs.map +0 -1
|
@@ -0,0 +1,1589 @@
|
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
|
+
|
|
4
|
+
declare const LIGHT: {
|
|
5
|
+
readonly ink: "#0a0a0f";
|
|
6
|
+
readonly bg: "#f4f5f7";
|
|
7
|
+
readonly bgWarm: "#faf7f8";
|
|
8
|
+
readonly surface: "#ffffff";
|
|
9
|
+
readonly line: "rgba(17, 24, 39, 0.10)";
|
|
10
|
+
readonly lineSubtle: "rgba(17, 24, 39, 0.06)";
|
|
11
|
+
readonly lineStrong: "rgba(17, 24, 39, 0.18)";
|
|
12
|
+
readonly text1: "#111827";
|
|
13
|
+
readonly text2: "#374151";
|
|
14
|
+
readonly text3: "#586070";
|
|
15
|
+
readonly text4: "#656b75";
|
|
16
|
+
readonly pink: "#e6004f";
|
|
17
|
+
readonly pinkBright: "#ff005a";
|
|
18
|
+
readonly pink50: "#fff0f5";
|
|
19
|
+
readonly pink100: "#ffd9e6";
|
|
20
|
+
readonly pink700: "#d6004c";
|
|
21
|
+
readonly pink800: "#a3003a";
|
|
22
|
+
readonly onPink: "#ffffff";
|
|
23
|
+
readonly gold: "#ffc200";
|
|
24
|
+
readonly orange: "#ff9800";
|
|
25
|
+
readonly success: "#16a34a";
|
|
26
|
+
readonly successText: "#15803d";
|
|
27
|
+
readonly successStrong: "#0f7a3d";
|
|
28
|
+
readonly successBg: "#e7f8ef";
|
|
29
|
+
readonly warning: "#b45309";
|
|
30
|
+
readonly warningBg: "#fff4e0";
|
|
31
|
+
readonly danger: "#dc2626";
|
|
32
|
+
readonly dangerStrong: "#b91c1c";
|
|
33
|
+
readonly dangerBg: "#fef2f2";
|
|
34
|
+
readonly info: "#2e8bff";
|
|
35
|
+
readonly infoBg: "#eaf2ff";
|
|
36
|
+
readonly infoText: "#1d4ed8";
|
|
37
|
+
};
|
|
38
|
+
type ColorKey = keyof typeof LIGHT;
|
|
39
|
+
declare const COLOR_KEYS: ("ink" | "bg" | "bgWarm" | "surface" | "line" | "lineSubtle" | "lineStrong" | "text1" | "text2" | "text3" | "text4" | "pink" | "pinkBright" | "pink50" | "pink100" | "pink700" | "pink800" | "onPink" | "gold" | "orange" | "success" | "successText" | "successStrong" | "successBg" | "warning" | "warningBg" | "danger" | "dangerStrong" | "dangerBg" | "info" | "infoBg" | "infoText")[];
|
|
40
|
+
declare const cssVars: Record<ColorKey, string>;
|
|
41
|
+
declare const F_DISPLAY = "'Anton', 'Bebas Neue', 'Oswald', 'Impact', sans-serif";
|
|
42
|
+
declare const F_BODY = "-apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Inter', 'Segoe UI', Roboto, sans-serif";
|
|
43
|
+
declare const F_MONO = "'Geist Mono', 'SF Mono', SFMono-Regular, ui-monospace, Menlo, monospace";
|
|
44
|
+
/** Token proxy used by components: color keys → `var(--sm-*)`, plus font stacks. */
|
|
45
|
+
declare const C: Record<ColorKey, string> & {
|
|
46
|
+
F_DISPLAY: string;
|
|
47
|
+
F_BODY: string;
|
|
48
|
+
F_MONO: string;
|
|
49
|
+
};
|
|
50
|
+
interface Phase {
|
|
51
|
+
k: string;
|
|
52
|
+
n: number;
|
|
53
|
+
label: string;
|
|
54
|
+
tag: string;
|
|
55
|
+
}
|
|
56
|
+
declare const PHASES: Phase[];
|
|
57
|
+
|
|
58
|
+
declare const EMOJI: {
|
|
59
|
+
"\u2192": string;
|
|
60
|
+
"\u2190": string;
|
|
61
|
+
"\u2713": string;
|
|
62
|
+
"\u2705": string;
|
|
63
|
+
"\u2715": string;
|
|
64
|
+
"\u2717": string;
|
|
65
|
+
"\u274C": string;
|
|
66
|
+
"\u2795": string;
|
|
67
|
+
"\u26A1": string;
|
|
68
|
+
"\u2B50": string;
|
|
69
|
+
"\uD83D\uDD17": string;
|
|
70
|
+
"\u2709": string;
|
|
71
|
+
"\u2709\uFE0F": string;
|
|
72
|
+
"\uD83D\uDCE7": string;
|
|
73
|
+
"\uD83C\uDFAF": string;
|
|
74
|
+
"\uD83D\uDD12": string;
|
|
75
|
+
"\uD83D\uDEE1": string;
|
|
76
|
+
"\uD83D\uDEE1\uFE0F": string;
|
|
77
|
+
"\uD83C\uDF10": string;
|
|
78
|
+
"\uD83D\uDD11": string;
|
|
79
|
+
"\uD83C\uDF9F": string;
|
|
80
|
+
"\uD83C\uDF9F\uFE0F": string;
|
|
81
|
+
"\uD83D\uDE80": string;
|
|
82
|
+
"\u26A0": string;
|
|
83
|
+
"\u26A0\uFE0F": string;
|
|
84
|
+
"\uD83D\uDCA1": string;
|
|
85
|
+
"\uD83D\uDCAC": string;
|
|
86
|
+
"\u2728": string;
|
|
87
|
+
"\uD83D\uDC64": string;
|
|
88
|
+
"\uD83D\uDC65": string;
|
|
89
|
+
"\uD83D\uDC41": string;
|
|
90
|
+
"\uD83D\uDD0D": string;
|
|
91
|
+
"\uD83D\uDD0E": string;
|
|
92
|
+
"\u270F": string;
|
|
93
|
+
"\u270F\uFE0F": string;
|
|
94
|
+
"\u270D": string;
|
|
95
|
+
"\u270D\uFE0F": string;
|
|
96
|
+
"\uD83C\uDFE2": string;
|
|
97
|
+
"\uD83D\uDCC5": string;
|
|
98
|
+
"\uD83D\uDEDF": string;
|
|
99
|
+
"\uD83D\uDFE2": string;
|
|
100
|
+
"\uD83D\uDD70": string;
|
|
101
|
+
"\uD83E\uDDEA": string;
|
|
102
|
+
"\uD83D\uDCDE": string;
|
|
103
|
+
"\uD83C\uDF99": string;
|
|
104
|
+
"\u2699": string;
|
|
105
|
+
"\u2699\uFE0F": string;
|
|
106
|
+
"\uD83D\uDD0C": string;
|
|
107
|
+
"\uD83D\uDCF1": string;
|
|
108
|
+
"\uD83D\uDEAB": string;
|
|
109
|
+
"\uD83D\uDCCE": string;
|
|
110
|
+
"\uD83C\uDFA8": string;
|
|
111
|
+
"\uD83D\uDCC4": string;
|
|
112
|
+
"\uD83D\uDCBC": string;
|
|
113
|
+
"\uD83C\uDF0D": string;
|
|
114
|
+
"\uD83E\uDDE0": string;
|
|
115
|
+
"\u2601": string;
|
|
116
|
+
"\u2601\uFE0F": string;
|
|
117
|
+
"\u23F3": string;
|
|
118
|
+
"\uD83D\uDD25": string;
|
|
119
|
+
"\uD83C\uDF89": string;
|
|
120
|
+
"\uD83D\uDDBC": string;
|
|
121
|
+
"\uD83D\uDFE0": string;
|
|
122
|
+
};
|
|
123
|
+
declare function emojiIcon(s?: string): string | undefined;
|
|
124
|
+
declare const P: {
|
|
125
|
+
info: React__default.FunctionComponentElement<{
|
|
126
|
+
children?: React__default.ReactNode;
|
|
127
|
+
}>;
|
|
128
|
+
bold: React__default.ReactSVGElement;
|
|
129
|
+
italic: React__default.FunctionComponentElement<{
|
|
130
|
+
children?: React__default.ReactNode;
|
|
131
|
+
}>;
|
|
132
|
+
underline: React__default.FunctionComponentElement<{
|
|
133
|
+
children?: React__default.ReactNode;
|
|
134
|
+
}>;
|
|
135
|
+
strike: React__default.FunctionComponentElement<{
|
|
136
|
+
children?: React__default.ReactNode;
|
|
137
|
+
}>;
|
|
138
|
+
alignLeft: React__default.ReactSVGElement;
|
|
139
|
+
alignCenter: React__default.ReactSVGElement;
|
|
140
|
+
alignRight: React__default.ReactSVGElement;
|
|
141
|
+
"arrow-right": React__default.ReactSVGElement;
|
|
142
|
+
"arrow-down": React__default.ReactSVGElement;
|
|
143
|
+
"arrow-left": React__default.ReactSVGElement;
|
|
144
|
+
check: React__default.ReactSVGElement;
|
|
145
|
+
"check-circle": React__default.FunctionComponentElement<{
|
|
146
|
+
children?: React__default.ReactNode;
|
|
147
|
+
}>;
|
|
148
|
+
x: React__default.ReactSVGElement;
|
|
149
|
+
plus: React__default.ReactSVGElement;
|
|
150
|
+
bolt: React__default.ReactSVGElement;
|
|
151
|
+
star: React__default.ReactSVGElement;
|
|
152
|
+
link: React__default.FunctionComponentElement<{
|
|
153
|
+
children?: React__default.ReactNode;
|
|
154
|
+
}>;
|
|
155
|
+
mail: React__default.FunctionComponentElement<{
|
|
156
|
+
children?: React__default.ReactNode;
|
|
157
|
+
}>;
|
|
158
|
+
target: React__default.FunctionComponentElement<{
|
|
159
|
+
children?: React__default.ReactNode;
|
|
160
|
+
}>;
|
|
161
|
+
lock: React__default.FunctionComponentElement<{
|
|
162
|
+
children?: React__default.ReactNode;
|
|
163
|
+
}>;
|
|
164
|
+
shield: React__default.ReactSVGElement;
|
|
165
|
+
globe: React__default.FunctionComponentElement<{
|
|
166
|
+
children?: React__default.ReactNode;
|
|
167
|
+
}>;
|
|
168
|
+
key: React__default.FunctionComponentElement<{
|
|
169
|
+
children?: React__default.ReactNode;
|
|
170
|
+
}>;
|
|
171
|
+
ticket: React__default.ReactSVGElement;
|
|
172
|
+
rocket: React__default.FunctionComponentElement<{
|
|
173
|
+
children?: React__default.ReactNode;
|
|
174
|
+
}>;
|
|
175
|
+
alert: React__default.FunctionComponentElement<{
|
|
176
|
+
children?: React__default.ReactNode;
|
|
177
|
+
}>;
|
|
178
|
+
bulb: React__default.FunctionComponentElement<{
|
|
179
|
+
children?: React__default.ReactNode;
|
|
180
|
+
}>;
|
|
181
|
+
chat: React__default.ReactSVGElement;
|
|
182
|
+
sparkles: React__default.FunctionComponentElement<{
|
|
183
|
+
children?: React__default.ReactNode;
|
|
184
|
+
}>;
|
|
185
|
+
user: React__default.FunctionComponentElement<{
|
|
186
|
+
children?: React__default.ReactNode;
|
|
187
|
+
}>;
|
|
188
|
+
users: React__default.FunctionComponentElement<{
|
|
189
|
+
children?: React__default.ReactNode;
|
|
190
|
+
}>;
|
|
191
|
+
eye: React__default.FunctionComponentElement<{
|
|
192
|
+
children?: React__default.ReactNode;
|
|
193
|
+
}>;
|
|
194
|
+
search: React__default.FunctionComponentElement<{
|
|
195
|
+
children?: React__default.ReactNode;
|
|
196
|
+
}>;
|
|
197
|
+
pencil: React__default.ReactSVGElement;
|
|
198
|
+
copy: React__default.FunctionComponentElement<{
|
|
199
|
+
children?: React__default.ReactNode;
|
|
200
|
+
}>;
|
|
201
|
+
building: React__default.FunctionComponentElement<{
|
|
202
|
+
children?: React__default.ReactNode;
|
|
203
|
+
}>;
|
|
204
|
+
calendar: React__default.FunctionComponentElement<{
|
|
205
|
+
children?: React__default.ReactNode;
|
|
206
|
+
}>;
|
|
207
|
+
lifebuoy: React__default.FunctionComponentElement<{
|
|
208
|
+
children?: React__default.ReactNode;
|
|
209
|
+
}>;
|
|
210
|
+
"circle-dot": React__default.FunctionComponentElement<{
|
|
211
|
+
children?: React__default.ReactNode;
|
|
212
|
+
}>;
|
|
213
|
+
clock: React__default.FunctionComponentElement<{
|
|
214
|
+
children?: React__default.ReactNode;
|
|
215
|
+
}>;
|
|
216
|
+
flask: React__default.ReactSVGElement;
|
|
217
|
+
phone: React__default.ReactSVGElement;
|
|
218
|
+
mic: React__default.FunctionComponentElement<{
|
|
219
|
+
children?: React__default.ReactNode;
|
|
220
|
+
}>;
|
|
221
|
+
gear: React__default.FunctionComponentElement<{
|
|
222
|
+
children?: React__default.ReactNode;
|
|
223
|
+
}>;
|
|
224
|
+
plug: React__default.ReactSVGElement;
|
|
225
|
+
"phone-device": React__default.FunctionComponentElement<{
|
|
226
|
+
children?: React__default.ReactNode;
|
|
227
|
+
}>;
|
|
228
|
+
"no-entry": React__default.FunctionComponentElement<{
|
|
229
|
+
children?: React__default.ReactNode;
|
|
230
|
+
}>;
|
|
231
|
+
paperclip: React__default.ReactSVGElement;
|
|
232
|
+
palette: React__default.FunctionComponentElement<{
|
|
233
|
+
children?: React__default.ReactNode;
|
|
234
|
+
}>;
|
|
235
|
+
file: React__default.FunctionComponentElement<{
|
|
236
|
+
children?: React__default.ReactNode;
|
|
237
|
+
}>;
|
|
238
|
+
briefcase: React__default.FunctionComponentElement<{
|
|
239
|
+
children?: React__default.ReactNode;
|
|
240
|
+
}>;
|
|
241
|
+
world: React__default.FunctionComponentElement<{
|
|
242
|
+
children?: React__default.ReactNode;
|
|
243
|
+
}>;
|
|
244
|
+
brain: React__default.ReactSVGElement;
|
|
245
|
+
cloud: React__default.ReactSVGElement;
|
|
246
|
+
hourglass: React__default.ReactSVGElement;
|
|
247
|
+
flame: React__default.ReactSVGElement;
|
|
248
|
+
party: React__default.FunctionComponentElement<{
|
|
249
|
+
children?: React__default.ReactNode;
|
|
250
|
+
}>;
|
|
251
|
+
image: React__default.FunctionComponentElement<{
|
|
252
|
+
children?: React__default.ReactNode;
|
|
253
|
+
}>;
|
|
254
|
+
"crm-hubspot": React__default.FunctionComponentElement<{
|
|
255
|
+
children?: React__default.ReactNode;
|
|
256
|
+
}>;
|
|
257
|
+
"crm-salesforce": React__default.ReactSVGElement;
|
|
258
|
+
"crm-pipedrive": React__default.FunctionComponentElement<{
|
|
259
|
+
children?: React__default.ReactNode;
|
|
260
|
+
}>;
|
|
261
|
+
"crm-ghl": React__default.FunctionComponentElement<{
|
|
262
|
+
children?: React__default.ReactNode;
|
|
263
|
+
}>;
|
|
264
|
+
linkedin: React__default.FunctionComponentElement<{
|
|
265
|
+
children?: React__default.ReactNode;
|
|
266
|
+
}>;
|
|
267
|
+
refresh: React__default.FunctionComponentElement<{
|
|
268
|
+
children?: React__default.ReactNode;
|
|
269
|
+
}>;
|
|
270
|
+
sun: React__default.FunctionComponentElement<{
|
|
271
|
+
children?: React__default.ReactNode;
|
|
272
|
+
}>;
|
|
273
|
+
moon: React__default.FunctionComponentElement<{
|
|
274
|
+
children?: React__default.ReactNode;
|
|
275
|
+
}>;
|
|
276
|
+
trash: React__default.FunctionComponentElement<{
|
|
277
|
+
children?: React__default.ReactNode;
|
|
278
|
+
}>;
|
|
279
|
+
};
|
|
280
|
+
declare function Icon({ name, size, stroke, color, style, title, }: {
|
|
281
|
+
name: string;
|
|
282
|
+
size?: number | string;
|
|
283
|
+
stroke?: number;
|
|
284
|
+
color?: string;
|
|
285
|
+
style?: React__default.CSSProperties;
|
|
286
|
+
title?: string;
|
|
287
|
+
}): React__default.ReactSVGElement;
|
|
288
|
+
declare const BRAND_KIND: {
|
|
289
|
+
salesmind: string;
|
|
290
|
+
linkedin: string;
|
|
291
|
+
in: string;
|
|
292
|
+
hubspot: string;
|
|
293
|
+
salesforce: string;
|
|
294
|
+
pipedrive: string;
|
|
295
|
+
ghl: string;
|
|
296
|
+
slack: string;
|
|
297
|
+
fullenrich: string;
|
|
298
|
+
icypeas: string;
|
|
299
|
+
mindai: string;
|
|
300
|
+
rb2b: string;
|
|
301
|
+
zapier: string;
|
|
302
|
+
};
|
|
303
|
+
declare function isBrandIcon(v: unknown): boolean;
|
|
304
|
+
declare function BrandLogo({ kind, size }: {
|
|
305
|
+
kind: string;
|
|
306
|
+
size?: number | string;
|
|
307
|
+
}): React__default.ReactSVGElement | React__default.DetailedReactHTMLElement<{
|
|
308
|
+
src: string;
|
|
309
|
+
alt: string;
|
|
310
|
+
"aria-hidden": "true";
|
|
311
|
+
style: {
|
|
312
|
+
width: number;
|
|
313
|
+
height: number;
|
|
314
|
+
objectFit: "contain";
|
|
315
|
+
display: "block";
|
|
316
|
+
};
|
|
317
|
+
}, HTMLElement> | undefined;
|
|
318
|
+
declare function resolveIcon(v: unknown, size?: number | string): React__default.ReactNode;
|
|
319
|
+
|
|
320
|
+
type Handler = (...args: any[]) => void;
|
|
321
|
+
type Style = React__default.CSSProperties;
|
|
322
|
+
type Node = React__default.ReactNode;
|
|
323
|
+
type IconLike = React__default.ReactNode | string;
|
|
324
|
+
declare function CheckIcon({ size, color, strokeWidth }: {
|
|
325
|
+
size?: number;
|
|
326
|
+
color?: string;
|
|
327
|
+
strokeWidth?: number;
|
|
328
|
+
}): React__default.ReactSVGElement;
|
|
329
|
+
declare function Logo({ size, dark }: {
|
|
330
|
+
size?: number;
|
|
331
|
+
dark?: boolean;
|
|
332
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
333
|
+
style: {
|
|
334
|
+
display: "inline-flex";
|
|
335
|
+
height: number;
|
|
336
|
+
flexShrink: number;
|
|
337
|
+
};
|
|
338
|
+
}, HTMLElement> | React__default.DetailedReactHTMLElement<{
|
|
339
|
+
src: string;
|
|
340
|
+
alt: string;
|
|
341
|
+
onError: () => void;
|
|
342
|
+
style: {
|
|
343
|
+
height: number;
|
|
344
|
+
width: string;
|
|
345
|
+
display: "block";
|
|
346
|
+
flexShrink: number;
|
|
347
|
+
};
|
|
348
|
+
}, HTMLElement> | React__default.DetailedReactHTMLElement<{
|
|
349
|
+
style: {
|
|
350
|
+
display: "inline-flex";
|
|
351
|
+
alignItems: "center";
|
|
352
|
+
gap: number;
|
|
353
|
+
height: number;
|
|
354
|
+
fontFamily: "'Anton', 'Bebas Neue', 'Oswald', 'Impact', sans-serif";
|
|
355
|
+
fontSize: number;
|
|
356
|
+
letterSpacing: string;
|
|
357
|
+
textTransform: "uppercase";
|
|
358
|
+
color: string;
|
|
359
|
+
lineHeight: number;
|
|
360
|
+
};
|
|
361
|
+
}, HTMLElement>;
|
|
362
|
+
declare function RiriDot({ working, size }: {
|
|
363
|
+
working?: boolean;
|
|
364
|
+
size?: number;
|
|
365
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
366
|
+
role: "img";
|
|
367
|
+
"aria-label": string;
|
|
368
|
+
style: {
|
|
369
|
+
display: "inline-flex";
|
|
370
|
+
alignItems: "center";
|
|
371
|
+
justifyContent: "center";
|
|
372
|
+
width: number;
|
|
373
|
+
height: number;
|
|
374
|
+
borderRadius: string;
|
|
375
|
+
background: string;
|
|
376
|
+
animation: "none" | "v6-pulse 1.6s ease-in-out infinite";
|
|
377
|
+
flexShrink: number;
|
|
378
|
+
};
|
|
379
|
+
}, HTMLElement>;
|
|
380
|
+
declare function PhaseBar({ phaseK, subStep, subTotal, onJump, launchedAll }: {
|
|
381
|
+
phaseK?: string;
|
|
382
|
+
subStep?: number;
|
|
383
|
+
subTotal?: number;
|
|
384
|
+
onJump?: Handler;
|
|
385
|
+
launchedAll?: boolean;
|
|
386
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
387
|
+
style: {
|
|
388
|
+
display: "flex";
|
|
389
|
+
alignItems: "center";
|
|
390
|
+
gap: number;
|
|
391
|
+
flex: number;
|
|
392
|
+
maxWidth: number;
|
|
393
|
+
};
|
|
394
|
+
"aria-valuemin"?: number | undefined;
|
|
395
|
+
"aria-valuemax"?: number | undefined;
|
|
396
|
+
"aria-valuenow"?: number | undefined;
|
|
397
|
+
className: string;
|
|
398
|
+
role: "group" | "progressbar";
|
|
399
|
+
"aria-label": string;
|
|
400
|
+
}, HTMLElement>;
|
|
401
|
+
declare function SaveChip({ saving, hasProgress }: {
|
|
402
|
+
saving?: boolean;
|
|
403
|
+
hasProgress?: boolean;
|
|
404
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
405
|
+
role: "status";
|
|
406
|
+
"aria-live": "polite";
|
|
407
|
+
"aria-label": string;
|
|
408
|
+
style: {
|
|
409
|
+
display: "inline-flex";
|
|
410
|
+
alignItems: "center";
|
|
411
|
+
gap: number;
|
|
412
|
+
fontSize: string;
|
|
413
|
+
fontWeight: number;
|
|
414
|
+
color: string;
|
|
415
|
+
padding: string;
|
|
416
|
+
borderRadius: string;
|
|
417
|
+
background: string;
|
|
418
|
+
border: string;
|
|
419
|
+
transition: "all .4s";
|
|
420
|
+
};
|
|
421
|
+
}, HTMLElement>;
|
|
422
|
+
declare function GatedButton({ complete, needed, onProceed, onIncomplete, children, icon, large, style }: {
|
|
423
|
+
complete?: boolean;
|
|
424
|
+
needed?: Node;
|
|
425
|
+
onProceed?: Handler;
|
|
426
|
+
onIncomplete?: Handler;
|
|
427
|
+
children?: Node;
|
|
428
|
+
icon?: IconLike;
|
|
429
|
+
large?: boolean;
|
|
430
|
+
style?: Style;
|
|
431
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
432
|
+
style: {
|
|
433
|
+
position: "relative";
|
|
434
|
+
display: "inline-flex";
|
|
435
|
+
};
|
|
436
|
+
}, HTMLElement>;
|
|
437
|
+
declare function ConfirmModal({ title, body, confirmLabel, cancelLabel, icon, onConfirm, onClose }: {
|
|
438
|
+
title?: Node;
|
|
439
|
+
body?: Node;
|
|
440
|
+
confirmLabel?: Node;
|
|
441
|
+
cancelLabel?: Node;
|
|
442
|
+
icon?: IconLike;
|
|
443
|
+
onConfirm?: Handler;
|
|
444
|
+
onClose?: Handler;
|
|
445
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
446
|
+
role: "presentation";
|
|
447
|
+
onClick: Handler | undefined;
|
|
448
|
+
style: {
|
|
449
|
+
position: "fixed";
|
|
450
|
+
inset: number;
|
|
451
|
+
zIndex: number;
|
|
452
|
+
display: "flex";
|
|
453
|
+
alignItems: "center";
|
|
454
|
+
justifyContent: "center";
|
|
455
|
+
padding: string;
|
|
456
|
+
background: string;
|
|
457
|
+
backdropFilter: "blur(3px)";
|
|
458
|
+
animation: "v6-fade-up .18s ease";
|
|
459
|
+
};
|
|
460
|
+
}, HTMLElement>;
|
|
461
|
+
declare function TopBar({ phaseK, subStep, subTotal, onBack, onJump, canBack, hasProgress, theme, launchedAll }: {
|
|
462
|
+
phaseK?: string;
|
|
463
|
+
subStep?: number;
|
|
464
|
+
subTotal?: number;
|
|
465
|
+
onBack?: Handler;
|
|
466
|
+
onJump?: Handler;
|
|
467
|
+
canBack?: boolean;
|
|
468
|
+
hasProgress?: boolean;
|
|
469
|
+
theme?: string;
|
|
470
|
+
launchedAll?: boolean;
|
|
471
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
472
|
+
className: string;
|
|
473
|
+
style: {
|
|
474
|
+
padding: string;
|
|
475
|
+
borderBottom: string;
|
|
476
|
+
boxShadow: "0 1px 0 rgba(17,24,39,0.06), 0 2px 16px rgba(17,24,39,0.04)";
|
|
477
|
+
background: string;
|
|
478
|
+
display: "flex";
|
|
479
|
+
alignItems: "center";
|
|
480
|
+
gap: number;
|
|
481
|
+
flexShrink: number;
|
|
482
|
+
position: "sticky";
|
|
483
|
+
top: number;
|
|
484
|
+
zIndex: number;
|
|
485
|
+
};
|
|
486
|
+
}, HTMLElement>;
|
|
487
|
+
declare function Shell({ children, fill, theme, chrome, framed }: {
|
|
488
|
+
children?: Node;
|
|
489
|
+
fill?: boolean;
|
|
490
|
+
theme?: string;
|
|
491
|
+
chrome?: boolean;
|
|
492
|
+
framed?: boolean;
|
|
493
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
494
|
+
style: {
|
|
495
|
+
height: string | undefined;
|
|
496
|
+
minHeight: string | number;
|
|
497
|
+
background: string;
|
|
498
|
+
padding: string | number;
|
|
499
|
+
display: "flex";
|
|
500
|
+
flexDirection: "column";
|
|
501
|
+
boxSizing: "border-box";
|
|
502
|
+
fontFamily: "-apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Inter', 'Segoe UI', Roboto, sans-serif";
|
|
503
|
+
};
|
|
504
|
+
"data-v6-theme"?: string | undefined;
|
|
505
|
+
}, HTMLElement>;
|
|
506
|
+
declare function Stage({ question, sub, riri, children, maxWidth }: {
|
|
507
|
+
question?: Node;
|
|
508
|
+
sub?: Node;
|
|
509
|
+
riri?: Node | {
|
|
510
|
+
text?: Node;
|
|
511
|
+
working?: boolean;
|
|
512
|
+
};
|
|
513
|
+
eyebrow?: Node;
|
|
514
|
+
children?: Node;
|
|
515
|
+
maxWidth?: number;
|
|
516
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
517
|
+
className: string;
|
|
518
|
+
style: {
|
|
519
|
+
flex: string;
|
|
520
|
+
display: "flex";
|
|
521
|
+
flexDirection: "column";
|
|
522
|
+
alignItems: "center";
|
|
523
|
+
padding: string;
|
|
524
|
+
};
|
|
525
|
+
}, HTMLElement>;
|
|
526
|
+
declare const V6Nav: React__default.Context<{
|
|
527
|
+
back: null;
|
|
528
|
+
canBack: boolean;
|
|
529
|
+
}>;
|
|
530
|
+
declare function SupportHelp(): React__default.DetailedReactHTMLElement<{
|
|
531
|
+
style: {
|
|
532
|
+
position: "relative";
|
|
533
|
+
display: "inline-flex";
|
|
534
|
+
};
|
|
535
|
+
}, HTMLElement>;
|
|
536
|
+
declare function Footer({ primary, secondary, meta: meta2, escape, maxWidth }: {
|
|
537
|
+
primary?: Node;
|
|
538
|
+
secondary?: Node;
|
|
539
|
+
meta?: Node;
|
|
540
|
+
escape?: Node;
|
|
541
|
+
maxWidth?: number;
|
|
542
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
543
|
+
role: "group";
|
|
544
|
+
"aria-label": string;
|
|
545
|
+
style: {
|
|
546
|
+
flexShrink: number;
|
|
547
|
+
borderTop: string;
|
|
548
|
+
boxShadow: "0 -4px 20px rgba(17,24,39,0.06)";
|
|
549
|
+
background: string;
|
|
550
|
+
padding: string;
|
|
551
|
+
display: "flex";
|
|
552
|
+
justifyContent: "center";
|
|
553
|
+
position: "sticky";
|
|
554
|
+
bottom: number;
|
|
555
|
+
zIndex: number;
|
|
556
|
+
};
|
|
557
|
+
}, HTMLElement>;
|
|
558
|
+
declare function Btn({ children, primary, ghost, large, disabled, icon, onClick, style, ariaLabel, selected }: {
|
|
559
|
+
children?: Node;
|
|
560
|
+
primary?: boolean;
|
|
561
|
+
ghost?: boolean;
|
|
562
|
+
large?: boolean;
|
|
563
|
+
disabled?: boolean;
|
|
564
|
+
icon?: IconLike;
|
|
565
|
+
onClick?: Handler;
|
|
566
|
+
style?: Style;
|
|
567
|
+
ariaLabel?: string;
|
|
568
|
+
selected?: boolean;
|
|
569
|
+
[key: `aria-${string}`]: unknown;
|
|
570
|
+
}): React__default.ReactElement;
|
|
571
|
+
declare function OptionCard({ icon, title, sub, badge, selected, recommended, onClick, children, accent, disabled }: {
|
|
572
|
+
icon?: IconLike;
|
|
573
|
+
title?: Node;
|
|
574
|
+
sub?: Node;
|
|
575
|
+
badge?: Node;
|
|
576
|
+
selected?: boolean;
|
|
577
|
+
recommended?: boolean;
|
|
578
|
+
onClick?: Handler;
|
|
579
|
+
children?: Node;
|
|
580
|
+
accent?: string;
|
|
581
|
+
disabled?: boolean;
|
|
582
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
583
|
+
type: string;
|
|
584
|
+
className: string;
|
|
585
|
+
"aria-pressed": boolean | undefined;
|
|
586
|
+
disabled: boolean | undefined;
|
|
587
|
+
onClick: Handler | undefined;
|
|
588
|
+
style: {
|
|
589
|
+
width: string;
|
|
590
|
+
textAlign: "left";
|
|
591
|
+
background: string;
|
|
592
|
+
border: string;
|
|
593
|
+
borderRadius: number;
|
|
594
|
+
padding: string;
|
|
595
|
+
cursor: "not-allowed" | "pointer";
|
|
596
|
+
opacity: number;
|
|
597
|
+
display: "flex";
|
|
598
|
+
alignItems: "flex-start";
|
|
599
|
+
gap: number;
|
|
600
|
+
transition: "all .16s cubic-bezier(.25,1,.5,1)";
|
|
601
|
+
marginTop: number;
|
|
602
|
+
position: "relative";
|
|
603
|
+
fontFamily: "-apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Inter', 'Segoe UI', Roboto, sans-serif";
|
|
604
|
+
boxShadow: `0 4px 16px ${string}1f` | "0 1px 2px rgba(17,24,39,0.04)";
|
|
605
|
+
};
|
|
606
|
+
}, HTMLElement>;
|
|
607
|
+
declare function IntegrationCard({ icon, title, sub, badge, connected, recommended, disabled, connectLabel, manageLabel, onConnect, onManage }: {
|
|
608
|
+
icon?: IconLike;
|
|
609
|
+
title?: Node;
|
|
610
|
+
sub?: Node;
|
|
611
|
+
badge?: Node;
|
|
612
|
+
connected?: boolean;
|
|
613
|
+
recommended?: boolean;
|
|
614
|
+
disabled?: boolean;
|
|
615
|
+
connectLabel?: Node;
|
|
616
|
+
manageLabel?: Node;
|
|
617
|
+
onConnect?: Handler;
|
|
618
|
+
onManage?: Handler;
|
|
619
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
620
|
+
className: string;
|
|
621
|
+
style: {
|
|
622
|
+
position: "relative";
|
|
623
|
+
height: string;
|
|
624
|
+
boxSizing: "border-box";
|
|
625
|
+
background: string;
|
|
626
|
+
border: string;
|
|
627
|
+
borderRadius: number;
|
|
628
|
+
padding: string;
|
|
629
|
+
display: "flex";
|
|
630
|
+
flexDirection: "column";
|
|
631
|
+
gap: number;
|
|
632
|
+
fontFamily: "-apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Inter', 'Segoe UI', Roboto, sans-serif";
|
|
633
|
+
boxShadow: "0 1px 2px rgba(17,24,39,0.04)";
|
|
634
|
+
filter: "grayscale(0.65)" | undefined;
|
|
635
|
+
};
|
|
636
|
+
}, HTMLElement>;
|
|
637
|
+
declare function Input({ value, onChange, placeholder, prefix, suffix, large, hint, area, rows, onEnter, type, label, error, invalid, style, bare, underline, action }: {
|
|
638
|
+
value?: string;
|
|
639
|
+
onChange?: Handler;
|
|
640
|
+
placeholder?: string;
|
|
641
|
+
prefix?: IconLike;
|
|
642
|
+
suffix?: Node;
|
|
643
|
+
large?: boolean;
|
|
644
|
+
hint?: Node;
|
|
645
|
+
area?: boolean;
|
|
646
|
+
rows?: number;
|
|
647
|
+
onEnter?: Handler;
|
|
648
|
+
type?: string;
|
|
649
|
+
label?: Node;
|
|
650
|
+
error?: Node;
|
|
651
|
+
invalid?: boolean;
|
|
652
|
+
style?: Style;
|
|
653
|
+
bare?: boolean;
|
|
654
|
+
underline?: boolean;
|
|
655
|
+
action?: {
|
|
656
|
+
icon?: IconLike;
|
|
657
|
+
label?: string;
|
|
658
|
+
onClick?: Handler;
|
|
659
|
+
};
|
|
660
|
+
disabled?: boolean;
|
|
661
|
+
}): React__default.DetailedReactHTMLElement<React__default.HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
662
|
+
declare function Pill({ children, tone, icon }: {
|
|
663
|
+
children?: Node;
|
|
664
|
+
tone?: string;
|
|
665
|
+
icon?: IconLike;
|
|
666
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
667
|
+
style: {
|
|
668
|
+
display: "inline-flex";
|
|
669
|
+
alignItems: "center";
|
|
670
|
+
gap: number;
|
|
671
|
+
padding: string;
|
|
672
|
+
borderRadius: string;
|
|
673
|
+
background: string;
|
|
674
|
+
color: string;
|
|
675
|
+
border: string;
|
|
676
|
+
fontSize: string;
|
|
677
|
+
fontWeight: number;
|
|
678
|
+
letterSpacing: string;
|
|
679
|
+
};
|
|
680
|
+
}, HTMLElement>;
|
|
681
|
+
declare function Chip({ children, selected, onClick, tone, icon }: {
|
|
682
|
+
children?: Node;
|
|
683
|
+
selected?: boolean;
|
|
684
|
+
onClick?: Handler;
|
|
685
|
+
tone?: string;
|
|
686
|
+
icon?: IconLike;
|
|
687
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
688
|
+
type: string;
|
|
689
|
+
"aria-pressed": boolean | undefined;
|
|
690
|
+
onClick: Handler | undefined;
|
|
691
|
+
style: {
|
|
692
|
+
display: "inline-flex";
|
|
693
|
+
alignItems: "center";
|
|
694
|
+
gap: number;
|
|
695
|
+
padding: string;
|
|
696
|
+
borderRadius: string;
|
|
697
|
+
cursor: "pointer";
|
|
698
|
+
fontFamily: "-apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Inter', 'Segoe UI', Roboto, sans-serif";
|
|
699
|
+
fontSize: number;
|
|
700
|
+
fontWeight: number;
|
|
701
|
+
background: string;
|
|
702
|
+
border: string;
|
|
703
|
+
color: string;
|
|
704
|
+
transition: "all .14s";
|
|
705
|
+
};
|
|
706
|
+
}, HTMLElement>;
|
|
707
|
+
declare function Switch({ on, onChange, color, label, small }: {
|
|
708
|
+
on?: boolean;
|
|
709
|
+
onChange?: Handler;
|
|
710
|
+
color?: string;
|
|
711
|
+
label?: string;
|
|
712
|
+
small?: boolean;
|
|
713
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
714
|
+
type: string;
|
|
715
|
+
role: "switch";
|
|
716
|
+
"aria-checked": boolean | undefined;
|
|
717
|
+
"aria-label": string | undefined;
|
|
718
|
+
onClick: () => void | undefined;
|
|
719
|
+
style: {
|
|
720
|
+
width: number;
|
|
721
|
+
height: number;
|
|
722
|
+
borderRadius: string;
|
|
723
|
+
border: string;
|
|
724
|
+
cursor: "pointer";
|
|
725
|
+
background: string;
|
|
726
|
+
position: "relative";
|
|
727
|
+
flexShrink: number;
|
|
728
|
+
transition: "background .2s";
|
|
729
|
+
padding: number;
|
|
730
|
+
};
|
|
731
|
+
}, HTMLElement>;
|
|
732
|
+
declare function Card({ children, style, pad }: {
|
|
733
|
+
children?: Node;
|
|
734
|
+
style?: Style;
|
|
735
|
+
pad?: string;
|
|
736
|
+
}): React__default.ReactElement;
|
|
737
|
+
declare function CoachMark({ heading, intro, steps, note }: {
|
|
738
|
+
heading?: Node;
|
|
739
|
+
intro?: Node;
|
|
740
|
+
steps?: Node[];
|
|
741
|
+
note?: Node;
|
|
742
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
743
|
+
style: {
|
|
744
|
+
padding: string;
|
|
745
|
+
marginBottom: string;
|
|
746
|
+
borderRadius: string;
|
|
747
|
+
background: string;
|
|
748
|
+
border: string;
|
|
749
|
+
boxShadow: "0 6px 22px -10px rgba(255,36,0,0.25)";
|
|
750
|
+
animation: "v6-fade-up .4s cubic-bezier(.25,1,.5,1)";
|
|
751
|
+
};
|
|
752
|
+
}, HTMLElement>;
|
|
753
|
+
declare function Note({ icon, children, tone, style }: {
|
|
754
|
+
icon?: IconLike;
|
|
755
|
+
children?: Node;
|
|
756
|
+
tone?: string;
|
|
757
|
+
style?: Style;
|
|
758
|
+
}): React__default.ReactElement;
|
|
759
|
+
declare function Keyframes(): React__default.DetailedReactHTMLElement<React__default.HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
760
|
+
declare function Spinner({ size, color, thickness, label }: {
|
|
761
|
+
size?: number;
|
|
762
|
+
color?: string;
|
|
763
|
+
thickness?: number;
|
|
764
|
+
label?: string;
|
|
765
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
766
|
+
role: "status";
|
|
767
|
+
"aria-label": string;
|
|
768
|
+
style: {
|
|
769
|
+
display: "inline-block";
|
|
770
|
+
width: number;
|
|
771
|
+
height: number;
|
|
772
|
+
};
|
|
773
|
+
}, HTMLElement>;
|
|
774
|
+
declare function ThemeToggle(props: {
|
|
775
|
+
theme?: string;
|
|
776
|
+
onToggle?: Handler;
|
|
777
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
778
|
+
type: string;
|
|
779
|
+
onClick: Handler | undefined;
|
|
780
|
+
"aria-label": string;
|
|
781
|
+
title: string;
|
|
782
|
+
style: {
|
|
783
|
+
display: "inline-flex";
|
|
784
|
+
alignItems: "center";
|
|
785
|
+
gap: number;
|
|
786
|
+
padding: string;
|
|
787
|
+
borderRadius: string;
|
|
788
|
+
border: string;
|
|
789
|
+
background: string;
|
|
790
|
+
color: "var(--sm-text2)";
|
|
791
|
+
fontFamily: "inherit";
|
|
792
|
+
fontSize: number;
|
|
793
|
+
fontWeight: number;
|
|
794
|
+
cursor: "pointer";
|
|
795
|
+
boxShadow: "0 2px 6px rgba(17,24,39,0.08), 0 12px 28px -14px rgba(17,24,39,0.30)";
|
|
796
|
+
};
|
|
797
|
+
}, HTMLElement>;
|
|
798
|
+
|
|
799
|
+
declare function ModalShell({ children, width, labelledBy, label, onClose }: {
|
|
800
|
+
children?: React__default.ReactNode;
|
|
801
|
+
width?: number;
|
|
802
|
+
labelledBy?: string;
|
|
803
|
+
label?: string;
|
|
804
|
+
onClose?: (...args: unknown[]) => void;
|
|
805
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
806
|
+
role: "dialog";
|
|
807
|
+
"aria-modal": "true";
|
|
808
|
+
"aria-labelledby": string | undefined;
|
|
809
|
+
"aria-label": string | undefined;
|
|
810
|
+
onClick: ((...args: unknown[]) => void) | undefined;
|
|
811
|
+
style: {
|
|
812
|
+
position: "absolute";
|
|
813
|
+
inset: number;
|
|
814
|
+
zIndex: number;
|
|
815
|
+
display: "flex";
|
|
816
|
+
alignItems: "center";
|
|
817
|
+
justifyContent: "center";
|
|
818
|
+
padding: string;
|
|
819
|
+
background: string;
|
|
820
|
+
backdropFilter: "blur(3px)";
|
|
821
|
+
animation: "v6-fade-up .18s ease";
|
|
822
|
+
};
|
|
823
|
+
}, HTMLElement>;
|
|
824
|
+
declare function ModalHead({ id, icon, iconBg, iconColor, title, children }: {
|
|
825
|
+
id?: string;
|
|
826
|
+
icon?: React__default.ReactNode | string;
|
|
827
|
+
iconBg?: string;
|
|
828
|
+
iconColor?: string;
|
|
829
|
+
title?: React__default.ReactNode;
|
|
830
|
+
children?: React__default.ReactNode;
|
|
831
|
+
}): React__default.FunctionComponentElement<{
|
|
832
|
+
children?: React__default.ReactNode;
|
|
833
|
+
}>;
|
|
834
|
+
declare function AddMemberModal({ title, isSender, primaryLabel, cancelLabel, onClose, onAdd }: {
|
|
835
|
+
title?: React__default.ReactNode;
|
|
836
|
+
intro?: React__default.ReactNode;
|
|
837
|
+
note?: React__default.ReactNode;
|
|
838
|
+
isSender?: boolean;
|
|
839
|
+
primaryLabel?: React__default.ReactNode;
|
|
840
|
+
cancelLabel?: React__default.ReactNode;
|
|
841
|
+
onClose?: (...args: unknown[]) => void;
|
|
842
|
+
onAdd?: (...args: unknown[]) => void;
|
|
843
|
+
}): React__default.FunctionComponentElement<{
|
|
844
|
+
children?: React__default.ReactNode;
|
|
845
|
+
width?: number | undefined;
|
|
846
|
+
labelledBy?: string | undefined;
|
|
847
|
+
label?: string | undefined;
|
|
848
|
+
onClose?: ((...args: unknown[]) => void) | undefined;
|
|
849
|
+
}>;
|
|
850
|
+
|
|
851
|
+
/**
|
|
852
|
+
* Confetti — a one-shot rain of colored paper pieces. Render it as an
|
|
853
|
+
* absolutely-positioned, pointer-events-none overlay inside a `position:relative`
|
|
854
|
+
* container. Re-mount the component to replay.
|
|
855
|
+
*/
|
|
856
|
+
declare function Confetti({ count }: {
|
|
857
|
+
count?: number;
|
|
858
|
+
}): react_jsx_runtime.JSX.Element;
|
|
859
|
+
/**
|
|
860
|
+
* Firework — a celebratory badge: a pulsing ring, a popped circle, 12 radiating
|
|
861
|
+
* spark lines, and a twinkling center icon. Loops forever.
|
|
862
|
+
*/
|
|
863
|
+
declare function Firework({ size, icon }: {
|
|
864
|
+
size?: number;
|
|
865
|
+
icon?: string;
|
|
866
|
+
}): react_jsx_runtime.JSX.Element;
|
|
867
|
+
/**
|
|
868
|
+
* LaunchCelebration — the full "you're all set" success moment: confetti rain +
|
|
869
|
+
* firework badge + a display headline + supporting copy. Self-contained (no Screen
|
|
870
|
+
* wrapper) so it can be dropped into any centered container. Re-mount to replay.
|
|
871
|
+
*/
|
|
872
|
+
declare function LaunchCelebration({ title, highlight, sub, children, }: {
|
|
873
|
+
title?: string;
|
|
874
|
+
highlight?: string;
|
|
875
|
+
sub?: React__default.ReactNode;
|
|
876
|
+
children?: React__default.ReactNode;
|
|
877
|
+
}): react_jsx_runtime.JSX.Element;
|
|
878
|
+
|
|
879
|
+
interface RichTextProps {
|
|
880
|
+
value?: string;
|
|
881
|
+
onChange?: (html: string) => void;
|
|
882
|
+
placeholder?: string;
|
|
883
|
+
minHeight?: number;
|
|
884
|
+
}
|
|
885
|
+
declare function RichText({ value, onChange, placeholder, minHeight }: RichTextProps): react_jsx_runtime.JSX.Element;
|
|
886
|
+
|
|
887
|
+
type WizardData$3 = Record<string, any>;
|
|
888
|
+
interface ScreenProps$3 {
|
|
889
|
+
data?: WizardData$3;
|
|
890
|
+
set?: (key: string, value: unknown) => void;
|
|
891
|
+
next?: () => void;
|
|
892
|
+
back?: () => void;
|
|
893
|
+
}
|
|
894
|
+
declare function Screen({ children }: {
|
|
895
|
+
children?: React__default.ReactNode;
|
|
896
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
897
|
+
style: {
|
|
898
|
+
flex: string;
|
|
899
|
+
display: "flex";
|
|
900
|
+
flexDirection: "column";
|
|
901
|
+
position: "relative";
|
|
902
|
+
background: string;
|
|
903
|
+
};
|
|
904
|
+
}, HTMLElement>;
|
|
905
|
+
declare function useScreenState(props: ScreenProps$3, initial?: WizardData$3): {
|
|
906
|
+
data: WizardData$3;
|
|
907
|
+
set: (key: string, value: unknown) => void;
|
|
908
|
+
next: () => void;
|
|
909
|
+
};
|
|
910
|
+
declare function ScWebsite(props: ScreenProps$3): React__default.FunctionComponentElement<{
|
|
911
|
+
children?: React__default.ReactNode;
|
|
912
|
+
}>;
|
|
913
|
+
declare function ScBooking(props: ScreenProps$3): React__default.FunctionComponentElement<{
|
|
914
|
+
children?: React__default.ReactNode;
|
|
915
|
+
}>;
|
|
916
|
+
declare function AddServiceModal({ onClose, onAdd }: {
|
|
917
|
+
onClose?: () => void;
|
|
918
|
+
onAdd?: (svc: unknown) => void;
|
|
919
|
+
}): React__default.FunctionComponentElement<{
|
|
920
|
+
children?: React__default.ReactNode;
|
|
921
|
+
width?: number | undefined;
|
|
922
|
+
labelledBy?: string | undefined;
|
|
923
|
+
label?: string | undefined;
|
|
924
|
+
onClose?: ((...args: unknown[]) => void) | undefined;
|
|
925
|
+
}>;
|
|
926
|
+
|
|
927
|
+
type WizardData$2 = Record<string, any>;
|
|
928
|
+
interface ScreenProps$2 {
|
|
929
|
+
data?: WizardData$2;
|
|
930
|
+
set?: (key: string, value: unknown) => void;
|
|
931
|
+
next?: () => void;
|
|
932
|
+
back?: () => void;
|
|
933
|
+
}
|
|
934
|
+
type Any$2 = any;
|
|
935
|
+
declare function useScreenState2(props: ScreenProps$2, initial?: WizardData$2): {
|
|
936
|
+
data: WizardData$2;
|
|
937
|
+
set: (key: string, value: unknown) => void;
|
|
938
|
+
next: () => void;
|
|
939
|
+
back: () => void;
|
|
940
|
+
};
|
|
941
|
+
declare const TERMS_POINTS: string[];
|
|
942
|
+
declare function TermsModal({ onClose, onAgree }: {
|
|
943
|
+
onClose?: () => void;
|
|
944
|
+
onAgree?: () => void;
|
|
945
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
946
|
+
role: "dialog";
|
|
947
|
+
"aria-modal": "true";
|
|
948
|
+
"aria-labelledby": string;
|
|
949
|
+
onClick: (() => void) | undefined;
|
|
950
|
+
style: {
|
|
951
|
+
position: "absolute";
|
|
952
|
+
inset: number;
|
|
953
|
+
zIndex: number;
|
|
954
|
+
display: "flex";
|
|
955
|
+
alignItems: "center";
|
|
956
|
+
justifyContent: "center";
|
|
957
|
+
padding: string;
|
|
958
|
+
background: string;
|
|
959
|
+
backdropFilter: "blur(3px)";
|
|
960
|
+
animation: "v6-fade-up .18s ease";
|
|
961
|
+
};
|
|
962
|
+
}, HTMLElement>;
|
|
963
|
+
declare function ScConnect(props: ScreenProps$2): React__default.FunctionComponentElement<{
|
|
964
|
+
children?: React__default.ReactNode;
|
|
965
|
+
}>;
|
|
966
|
+
declare function ConfirmIdentityModal({ data, set, onClose, onConfirm }: {
|
|
967
|
+
data?: WizardData$2;
|
|
968
|
+
set?: (k: string, v: unknown) => void;
|
|
969
|
+
onClose?: () => void;
|
|
970
|
+
onConfirm?: () => void;
|
|
971
|
+
onReject?: () => void;
|
|
972
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
973
|
+
role: "dialog";
|
|
974
|
+
"aria-modal": "true";
|
|
975
|
+
"aria-label": string;
|
|
976
|
+
onClick: (() => void) | undefined;
|
|
977
|
+
style: {
|
|
978
|
+
position: "absolute";
|
|
979
|
+
inset: number;
|
|
980
|
+
zIndex: number;
|
|
981
|
+
display: "flex";
|
|
982
|
+
alignItems: "center";
|
|
983
|
+
justifyContent: "center";
|
|
984
|
+
padding: string;
|
|
985
|
+
background: string;
|
|
986
|
+
backdropFilter: "blur(3px)";
|
|
987
|
+
animation: "v6-fade-up .18s ease";
|
|
988
|
+
};
|
|
989
|
+
}, HTMLElement>;
|
|
990
|
+
declare function SenderDetailsModal({ sender, onClose, onSave }: {
|
|
991
|
+
sender?: Any$2;
|
|
992
|
+
onClose?: () => void;
|
|
993
|
+
onSave?: (s: Any$2) => void;
|
|
994
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
995
|
+
role: "dialog";
|
|
996
|
+
"aria-modal": "true";
|
|
997
|
+
"aria-labelledby": string;
|
|
998
|
+
onClick: (() => void) | undefined;
|
|
999
|
+
style: {
|
|
1000
|
+
position: "absolute";
|
|
1001
|
+
inset: number;
|
|
1002
|
+
zIndex: number;
|
|
1003
|
+
display: "flex";
|
|
1004
|
+
alignItems: "center";
|
|
1005
|
+
justifyContent: "center";
|
|
1006
|
+
padding: string;
|
|
1007
|
+
background: string;
|
|
1008
|
+
backdropFilter: "blur(3px)";
|
|
1009
|
+
animation: "v6-fade-up .18s ease";
|
|
1010
|
+
};
|
|
1011
|
+
}, HTMLElement>;
|
|
1012
|
+
declare function SwitchConfirm({ onClose, onAdd }: {
|
|
1013
|
+
onClose?: () => void;
|
|
1014
|
+
onAdd?: (x?: Any$2) => void;
|
|
1015
|
+
}): React__default.FunctionComponentElement<{
|
|
1016
|
+
children?: React__default.ReactNode;
|
|
1017
|
+
}>;
|
|
1018
|
+
declare function SwitchAccountModal({ onClose, onProceed, confirmSender, title, intro, cta, detectingTitle, detectingNote, currentAccount, redirectUrl, detectMs, steps }: {
|
|
1019
|
+
onClose?: () => void;
|
|
1020
|
+
onProceed?: (x?: Any$2) => void;
|
|
1021
|
+
confirmSender?: boolean;
|
|
1022
|
+
title?: React__default.ReactNode;
|
|
1023
|
+
intro?: React__default.ReactNode;
|
|
1024
|
+
cta?: React__default.ReactNode;
|
|
1025
|
+
detectingTitle?: React__default.ReactNode;
|
|
1026
|
+
detectingNote?: React__default.ReactNode;
|
|
1027
|
+
currentAccount?: Any$2;
|
|
1028
|
+
redirectUrl?: string;
|
|
1029
|
+
detectMs?: number;
|
|
1030
|
+
steps?: string[];
|
|
1031
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
1032
|
+
role: "dialog";
|
|
1033
|
+
"aria-modal": "true";
|
|
1034
|
+
"aria-labelledby": string;
|
|
1035
|
+
onClick: (() => void) | undefined;
|
|
1036
|
+
style: {
|
|
1037
|
+
position: "absolute";
|
|
1038
|
+
inset: number;
|
|
1039
|
+
zIndex: number;
|
|
1040
|
+
display: "flex";
|
|
1041
|
+
alignItems: "center";
|
|
1042
|
+
justifyContent: "center";
|
|
1043
|
+
padding: string;
|
|
1044
|
+
background: string;
|
|
1045
|
+
backdropFilter: "blur(3px)";
|
|
1046
|
+
animation: "v6-fade-up .18s ease";
|
|
1047
|
+
};
|
|
1048
|
+
}, HTMLElement>;
|
|
1049
|
+
declare const PLAYBOOK = "## Julien G: Sender Voice\n\nI'm Julien. I sell SalesMind AI's LinkedIn prospecting platform to founders and sales leaders running B2B SaaS go-to-market. I speak as a peer who has watched your sales team copy-paste prospects all day instead of closing. I'm direct, results-focused, and skeptical of fluff.\n\n## Channel rules (read first)\n\n* **First message and connection request (cold outreach):** No emoji. Plain words. One direct question.\n* **Replies, follow-ups, and nurturing:** I stay emoji-light by design. At most 1 emoji at the end of a line, only if it fits the moment. Never force it.\n* Both contexts: short sentences, periods and commas only, never em dashes, one question per message.\n\n## How I sound: example messages\n\n**Opening (TP1):**\n\"Hi [first name], saw [company] on your profile. How are you handling outbound prospecting today, manually or with a tool?\"\n\n**Follow-up after connection (TP2):**\n\"Thanks for connecting [first name]. Most folks I talk to in your seat say the same thing: prospecting eats their week, and the next hire never quite closes the gap. Worth a quick look at what we do?\"\n\n**Qualifier (TP3):**\n\"[first name], quick one: how are your sequences getting built right now, your team writing each touch by hand or are you running a tool?\"\n\n## Vocabulary I use\n\n* pipeline, reply rate, stack, SDR cost, manual lift, qualified meetings\n\n## I never say\n\n* Revolutionary, cutting-edge, game-changer, best-in-class\n* Leverage, robust, synergy, unlock potential\n* \"Hope this finds you well\", \"Just touching base\", \"Circling back\", \"Quick question\"\n* \"I noticed\", \"I came across\", \"I saw your impressive\"\n* ROI percent without a customer name attached\n* Hype superlatives (best, fastest, only)\n\n## Style\n\n* 5 to 18 words per sentence. Lean short.\n* Periods and commas. Never em dashes.\n* One direct question per message. Never two questions in the same touch.\n* \"I\" for personal voice, \"we\" only for SalesMind team capability.\n\n## Forbidden\n\n* False familiarity (claiming we know each other)\n* Hype superlatives\n* Em dashes in any message\n* Two questions in the same touch\n* Emoji in a cold first message or connection request\n* Fake personalization openers like \"I noticed\" or \"I came across\"\n";
|
|
1050
|
+
declare function renderInline(text: string): (string | React__default.DetailedReactHTMLElement<React__default.HTMLAttributes<HTMLElement>, HTMLElement> | React__default.DetailedReactHTMLElement<{
|
|
1051
|
+
key: number;
|
|
1052
|
+
style: {
|
|
1053
|
+
color: string;
|
|
1054
|
+
fontWeight: number;
|
|
1055
|
+
};
|
|
1056
|
+
}, HTMLElement>)[];
|
|
1057
|
+
declare function renderPlaybook(md: string): (React__default.DetailedReactHTMLElement<{
|
|
1058
|
+
key: number;
|
|
1059
|
+
style: {
|
|
1060
|
+
height: number;
|
|
1061
|
+
};
|
|
1062
|
+
}, HTMLElement> | React__default.DetailedReactHTMLElement<{
|
|
1063
|
+
key: number;
|
|
1064
|
+
style: {
|
|
1065
|
+
fontSize: string;
|
|
1066
|
+
fontWeight: number;
|
|
1067
|
+
color: string;
|
|
1068
|
+
margin: string;
|
|
1069
|
+
};
|
|
1070
|
+
}, HTMLElement> | React__default.DetailedReactHTMLElement<{
|
|
1071
|
+
key: number;
|
|
1072
|
+
style: {
|
|
1073
|
+
fontSize: number;
|
|
1074
|
+
color: string;
|
|
1075
|
+
lineHeight: number;
|
|
1076
|
+
marginBottom: number;
|
|
1077
|
+
};
|
|
1078
|
+
}, HTMLElement>)[];
|
|
1079
|
+
declare function ScVoice(props: ScreenProps$2): React__default.FunctionComponentElement<{
|
|
1080
|
+
children?: React__default.ReactNode;
|
|
1081
|
+
}>;
|
|
1082
|
+
declare function ScOffer(props: ScreenProps$2): React__default.FunctionComponentElement<{
|
|
1083
|
+
children?: React__default.ReactNode;
|
|
1084
|
+
}>;
|
|
1085
|
+
|
|
1086
|
+
type WizardData$1 = Record<string, any>;
|
|
1087
|
+
type Any$1 = any;
|
|
1088
|
+
interface ScreenProps$1 {
|
|
1089
|
+
data?: WizardData$1;
|
|
1090
|
+
set?: (key: string, value: unknown) => void;
|
|
1091
|
+
next?: () => void;
|
|
1092
|
+
back?: () => void;
|
|
1093
|
+
}
|
|
1094
|
+
declare function useScreenState3(props: ScreenProps$1, initial?: WizardData$1): {
|
|
1095
|
+
data: WizardData$1;
|
|
1096
|
+
set: (key: string, value: unknown) => void;
|
|
1097
|
+
next: () => void;
|
|
1098
|
+
back: () => void;
|
|
1099
|
+
};
|
|
1100
|
+
declare function CompanyLogo({ name, domain, color, size, radius }: {
|
|
1101
|
+
name?: Any$1;
|
|
1102
|
+
domain?: Any$1;
|
|
1103
|
+
color?: string;
|
|
1104
|
+
size?: number;
|
|
1105
|
+
radius?: number;
|
|
1106
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
1107
|
+
role: "img";
|
|
1108
|
+
"aria-label": any;
|
|
1109
|
+
style: {
|
|
1110
|
+
flexShrink: number;
|
|
1111
|
+
width: number;
|
|
1112
|
+
height: number;
|
|
1113
|
+
borderRadius: number;
|
|
1114
|
+
background: string;
|
|
1115
|
+
border: string;
|
|
1116
|
+
display: "flex";
|
|
1117
|
+
alignItems: "center";
|
|
1118
|
+
justifyContent: "center";
|
|
1119
|
+
overflow: "hidden";
|
|
1120
|
+
};
|
|
1121
|
+
}, HTMLElement>;
|
|
1122
|
+
declare const LOCATION_OPTIONS: string[];
|
|
1123
|
+
declare const LANGUAGE_OPTIONS: string[];
|
|
1124
|
+
declare const JOB_SUGGESTIONS: string[];
|
|
1125
|
+
declare const INDUSTRY_SUGGESTIONS: string[];
|
|
1126
|
+
declare function ComboAdd({ options, existing, onAdd, placeholder }: {
|
|
1127
|
+
options?: Any$1;
|
|
1128
|
+
existing?: Any$1;
|
|
1129
|
+
onAdd?: (v: Any$1) => void;
|
|
1130
|
+
placeholder?: string;
|
|
1131
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
1132
|
+
style: {
|
|
1133
|
+
width: string;
|
|
1134
|
+
};
|
|
1135
|
+
}, HTMLElement>;
|
|
1136
|
+
declare const P_COUNTRIES: string[];
|
|
1137
|
+
declare const P_SENIORITY: string[];
|
|
1138
|
+
declare const P_JOBFUNC: string[];
|
|
1139
|
+
declare const P_SKILLS: string[];
|
|
1140
|
+
declare const P_CERTS: string[];
|
|
1141
|
+
declare const P_SERVICES_OFFERED: string[];
|
|
1142
|
+
declare const P_WORKSTYLE: string[];
|
|
1143
|
+
declare const P_EDUCATION: string[];
|
|
1144
|
+
declare const P_GENDER: string[];
|
|
1145
|
+
declare const P_MBTI: string[];
|
|
1146
|
+
declare const P_ZODIAC: string[];
|
|
1147
|
+
declare const P_COMPANY_TYPE: string[];
|
|
1148
|
+
declare const P_FUNDING: string[];
|
|
1149
|
+
declare const P_DEPARTMENT: string[];
|
|
1150
|
+
declare const P_DEPT_GROWTH: string[];
|
|
1151
|
+
declare const P_TECH: string[];
|
|
1152
|
+
declare const P_TARGET_MARKET: string[];
|
|
1153
|
+
declare const P_BUYING_STAGE: string[];
|
|
1154
|
+
declare const P_PURCHASING: string[];
|
|
1155
|
+
declare const P_SERVICES_NEEDED: string[];
|
|
1156
|
+
declare const P_REQ_IDS: string[];
|
|
1157
|
+
declare const P_SECTIONS: ({
|
|
1158
|
+
title: string;
|
|
1159
|
+
note: string;
|
|
1160
|
+
fields: ({
|
|
1161
|
+
id: string;
|
|
1162
|
+
label: string;
|
|
1163
|
+
desc: string;
|
|
1164
|
+
type: string;
|
|
1165
|
+
req: boolean;
|
|
1166
|
+
tag: string;
|
|
1167
|
+
placeholder: string;
|
|
1168
|
+
options?: undefined;
|
|
1169
|
+
min?: undefined;
|
|
1170
|
+
max?: undefined;
|
|
1171
|
+
step?: undefined;
|
|
1172
|
+
tickFmt?: undefined;
|
|
1173
|
+
} | {
|
|
1174
|
+
id: string;
|
|
1175
|
+
label: string;
|
|
1176
|
+
desc: string;
|
|
1177
|
+
type: string;
|
|
1178
|
+
req: boolean;
|
|
1179
|
+
tag: string;
|
|
1180
|
+
options: string[];
|
|
1181
|
+
placeholder?: undefined;
|
|
1182
|
+
min?: undefined;
|
|
1183
|
+
max?: undefined;
|
|
1184
|
+
step?: undefined;
|
|
1185
|
+
tickFmt?: undefined;
|
|
1186
|
+
} | {
|
|
1187
|
+
id: string;
|
|
1188
|
+
label: string;
|
|
1189
|
+
desc: string;
|
|
1190
|
+
type: string;
|
|
1191
|
+
req: boolean;
|
|
1192
|
+
tag: string;
|
|
1193
|
+
min: number;
|
|
1194
|
+
max: number;
|
|
1195
|
+
step: number;
|
|
1196
|
+
tickFmt: (v: Any$1) => string;
|
|
1197
|
+
placeholder?: undefined;
|
|
1198
|
+
options?: undefined;
|
|
1199
|
+
})[];
|
|
1200
|
+
} | {
|
|
1201
|
+
title: string;
|
|
1202
|
+
fields: ({
|
|
1203
|
+
id: string;
|
|
1204
|
+
label: string;
|
|
1205
|
+
desc: string;
|
|
1206
|
+
type: string;
|
|
1207
|
+
min: number;
|
|
1208
|
+
max: number;
|
|
1209
|
+
step: number;
|
|
1210
|
+
currency: boolean;
|
|
1211
|
+
tickFmt: (v: Any$1) => string;
|
|
1212
|
+
options?: undefined;
|
|
1213
|
+
} | {
|
|
1214
|
+
id: string;
|
|
1215
|
+
label: string;
|
|
1216
|
+
desc: string;
|
|
1217
|
+
type: string;
|
|
1218
|
+
options: string[];
|
|
1219
|
+
min?: undefined;
|
|
1220
|
+
max?: undefined;
|
|
1221
|
+
step?: undefined;
|
|
1222
|
+
currency?: undefined;
|
|
1223
|
+
tickFmt?: undefined;
|
|
1224
|
+
})[];
|
|
1225
|
+
note?: undefined;
|
|
1226
|
+
} | {
|
|
1227
|
+
title: string;
|
|
1228
|
+
fields: ({
|
|
1229
|
+
id: string;
|
|
1230
|
+
label: string;
|
|
1231
|
+
desc: string;
|
|
1232
|
+
type: string;
|
|
1233
|
+
options: string[];
|
|
1234
|
+
min?: undefined;
|
|
1235
|
+
max?: undefined;
|
|
1236
|
+
step?: undefined;
|
|
1237
|
+
tickFmt?: undefined;
|
|
1238
|
+
checkLabel?: undefined;
|
|
1239
|
+
} | {
|
|
1240
|
+
id: string;
|
|
1241
|
+
label: string;
|
|
1242
|
+
desc: string;
|
|
1243
|
+
type: string;
|
|
1244
|
+
min: number;
|
|
1245
|
+
max: number;
|
|
1246
|
+
step: number;
|
|
1247
|
+
tickFmt: (v: Any$1) => string;
|
|
1248
|
+
options?: undefined;
|
|
1249
|
+
checkLabel?: undefined;
|
|
1250
|
+
} | {
|
|
1251
|
+
id: string;
|
|
1252
|
+
label: string;
|
|
1253
|
+
desc: string;
|
|
1254
|
+
type: string;
|
|
1255
|
+
checkLabel: string;
|
|
1256
|
+
options?: undefined;
|
|
1257
|
+
min?: undefined;
|
|
1258
|
+
max?: undefined;
|
|
1259
|
+
step?: undefined;
|
|
1260
|
+
tickFmt?: undefined;
|
|
1261
|
+
})[];
|
|
1262
|
+
note?: undefined;
|
|
1263
|
+
} | {
|
|
1264
|
+
title: string;
|
|
1265
|
+
fields: {
|
|
1266
|
+
id: string;
|
|
1267
|
+
label: string;
|
|
1268
|
+
desc: string;
|
|
1269
|
+
type: string;
|
|
1270
|
+
placeholder: string;
|
|
1271
|
+
}[];
|
|
1272
|
+
note?: undefined;
|
|
1273
|
+
})[];
|
|
1274
|
+
declare const DEF_PERSONA: {
|
|
1275
|
+
name: string;
|
|
1276
|
+
jobTitle: {
|
|
1277
|
+
include: string[];
|
|
1278
|
+
exclude: never[];
|
|
1279
|
+
};
|
|
1280
|
+
seniority: {
|
|
1281
|
+
include: never[];
|
|
1282
|
+
exclude: never[];
|
|
1283
|
+
};
|
|
1284
|
+
jobFunction: {
|
|
1285
|
+
include: never[];
|
|
1286
|
+
exclude: never[];
|
|
1287
|
+
};
|
|
1288
|
+
prevJobTitle: {
|
|
1289
|
+
include: never[];
|
|
1290
|
+
exclude: never[];
|
|
1291
|
+
};
|
|
1292
|
+
yearsExp: number[];
|
|
1293
|
+
yearsRole: number[];
|
|
1294
|
+
yearsCompany: number[];
|
|
1295
|
+
skills: {
|
|
1296
|
+
include: never[];
|
|
1297
|
+
exclude: never[];
|
|
1298
|
+
};
|
|
1299
|
+
certs: {
|
|
1300
|
+
include: never[];
|
|
1301
|
+
exclude: never[];
|
|
1302
|
+
};
|
|
1303
|
+
servicesOffered: {
|
|
1304
|
+
include: never[];
|
|
1305
|
+
exclude: never[];
|
|
1306
|
+
};
|
|
1307
|
+
location: {
|
|
1308
|
+
include: string[];
|
|
1309
|
+
exclude: never[];
|
|
1310
|
+
};
|
|
1311
|
+
workStyle: {
|
|
1312
|
+
include: never[];
|
|
1313
|
+
exclude: never[];
|
|
1314
|
+
};
|
|
1315
|
+
languages: {
|
|
1316
|
+
include: string[];
|
|
1317
|
+
exclude: never[];
|
|
1318
|
+
};
|
|
1319
|
+
education: {
|
|
1320
|
+
include: never[];
|
|
1321
|
+
exclude: never[];
|
|
1322
|
+
};
|
|
1323
|
+
linkedinFollowers: number[];
|
|
1324
|
+
age: number[];
|
|
1325
|
+
gender: string;
|
|
1326
|
+
mbti: string;
|
|
1327
|
+
zodiac: string;
|
|
1328
|
+
industry: {
|
|
1329
|
+
include: string[];
|
|
1330
|
+
exclude: never[];
|
|
1331
|
+
};
|
|
1332
|
+
companyType: string;
|
|
1333
|
+
hqCountry: {
|
|
1334
|
+
include: never[];
|
|
1335
|
+
exclude: never[];
|
|
1336
|
+
};
|
|
1337
|
+
yearFounded: number[];
|
|
1338
|
+
funding: string;
|
|
1339
|
+
companySize: number[];
|
|
1340
|
+
revenue: number[];
|
|
1341
|
+
deptSize: string;
|
|
1342
|
+
deptGrowth: string;
|
|
1343
|
+
companyFollowers: number[];
|
|
1344
|
+
techStack: {
|
|
1345
|
+
include: never[];
|
|
1346
|
+
exclude: never[];
|
|
1347
|
+
};
|
|
1348
|
+
hiring: boolean;
|
|
1349
|
+
leadership: boolean;
|
|
1350
|
+
targetMarket: {
|
|
1351
|
+
include: never[];
|
|
1352
|
+
exclude: never[];
|
|
1353
|
+
};
|
|
1354
|
+
buyingStage: string;
|
|
1355
|
+
purchasingRole: {
|
|
1356
|
+
include: string[];
|
|
1357
|
+
exclude: never[];
|
|
1358
|
+
};
|
|
1359
|
+
servicesNeeded: never[];
|
|
1360
|
+
playbook: string;
|
|
1361
|
+
};
|
|
1362
|
+
declare function personaComplete(p: Any$1): boolean;
|
|
1363
|
+
declare function PersonaField(props: Any$1): React__default.DetailedReactHTMLElement<{
|
|
1364
|
+
style: {
|
|
1365
|
+
display: "grid";
|
|
1366
|
+
gridTemplateColumns: string;
|
|
1367
|
+
gap: string;
|
|
1368
|
+
alignItems: "flex-start";
|
|
1369
|
+
padding: string;
|
|
1370
|
+
borderTop: string;
|
|
1371
|
+
};
|
|
1372
|
+
}, HTMLElement>;
|
|
1373
|
+
declare function MultiSelect(props: Any$1): React__default.DetailedReactHTMLElement<{
|
|
1374
|
+
style: {
|
|
1375
|
+
position: "relative";
|
|
1376
|
+
};
|
|
1377
|
+
}, HTMLElement>;
|
|
1378
|
+
declare function RangeSlider(props: Any$1): React__default.DetailedReactHTMLElement<React__default.HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1379
|
+
declare function SelectField(props: Any$1): React__default.DetailedReactHTMLElement<{
|
|
1380
|
+
style: {
|
|
1381
|
+
position: "relative";
|
|
1382
|
+
};
|
|
1383
|
+
}, HTMLElement>;
|
|
1384
|
+
declare function CheckboxField(props: Any$1): React__default.DetailedReactHTMLElement<{
|
|
1385
|
+
style: {
|
|
1386
|
+
display: "inline-flex";
|
|
1387
|
+
alignItems: "center";
|
|
1388
|
+
gap: number;
|
|
1389
|
+
cursor: "pointer";
|
|
1390
|
+
};
|
|
1391
|
+
}, HTMLElement>;
|
|
1392
|
+
declare function CheckGrid(props: Any$1): React__default.DetailedReactHTMLElement<{
|
|
1393
|
+
style: {
|
|
1394
|
+
display: "grid";
|
|
1395
|
+
gridTemplateColumns: string;
|
|
1396
|
+
gap: string;
|
|
1397
|
+
};
|
|
1398
|
+
}, HTMLElement>;
|
|
1399
|
+
declare function PersonaForm(props: Any$1): React__default.DetailedReactHTMLElement<React__default.HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1400
|
+
declare function ScICP(props: ScreenProps$1): React__default.FunctionComponentElement<{
|
|
1401
|
+
children?: React__default.ReactNode;
|
|
1402
|
+
}>;
|
|
1403
|
+
declare function AgeSettingsModal({ showAgeModal, ageMin, setAgeMin, ageMax, setAgeMax, icps, update, onClose }: Any$1): React__default.DetailedReactHTMLElement<{
|
|
1404
|
+
role: "dialog";
|
|
1405
|
+
"aria-modal": "true";
|
|
1406
|
+
"aria-labelledby": string;
|
|
1407
|
+
onClick: any;
|
|
1408
|
+
style: {
|
|
1409
|
+
position: "absolute";
|
|
1410
|
+
inset: number;
|
|
1411
|
+
zIndex: number;
|
|
1412
|
+
display: "flex";
|
|
1413
|
+
alignItems: "center";
|
|
1414
|
+
justifyContent: "center";
|
|
1415
|
+
padding: string;
|
|
1416
|
+
background: string;
|
|
1417
|
+
backdropFilter: "blur(3px)";
|
|
1418
|
+
animation: "v6-fade-up .18s ease";
|
|
1419
|
+
};
|
|
1420
|
+
}, HTMLElement> | null;
|
|
1421
|
+
declare function CompanySizeModal({ showSizeModal, sizeMin, setSizeMin, sizeMax, setSizeMax, icps, update, onClose }: Any$1): React__default.DetailedReactHTMLElement<{
|
|
1422
|
+
role: "dialog";
|
|
1423
|
+
"aria-modal": "true";
|
|
1424
|
+
"aria-labelledby": string;
|
|
1425
|
+
onClick: any;
|
|
1426
|
+
style: {
|
|
1427
|
+
position: "absolute";
|
|
1428
|
+
inset: number;
|
|
1429
|
+
zIndex: number;
|
|
1430
|
+
display: "flex";
|
|
1431
|
+
alignItems: "center";
|
|
1432
|
+
justifyContent: "center";
|
|
1433
|
+
padding: string;
|
|
1434
|
+
background: string;
|
|
1435
|
+
backdropFilter: "blur(3px)";
|
|
1436
|
+
animation: "v6-fade-up .18s ease";
|
|
1437
|
+
};
|
|
1438
|
+
}, HTMLElement> | null;
|
|
1439
|
+
declare function ScBlacklist(props: ScreenProps$1): React__default.FunctionComponentElement<{
|
|
1440
|
+
children?: React__default.ReactNode;
|
|
1441
|
+
}>;
|
|
1442
|
+
declare const MBTI_DESC: {
|
|
1443
|
+
ENTJ: {
|
|
1444
|
+
tag: string;
|
|
1445
|
+
overview: string;
|
|
1446
|
+
sw: string;
|
|
1447
|
+
};
|
|
1448
|
+
ESTJ: {
|
|
1449
|
+
tag: string;
|
|
1450
|
+
overview: string;
|
|
1451
|
+
sw: string;
|
|
1452
|
+
};
|
|
1453
|
+
ISTJ: {
|
|
1454
|
+
tag: string;
|
|
1455
|
+
overview: string;
|
|
1456
|
+
sw: string;
|
|
1457
|
+
};
|
|
1458
|
+
ENFP: {
|
|
1459
|
+
tag: string;
|
|
1460
|
+
overview: string;
|
|
1461
|
+
sw: string;
|
|
1462
|
+
};
|
|
1463
|
+
INTJ: {
|
|
1464
|
+
tag: string;
|
|
1465
|
+
overview: string;
|
|
1466
|
+
sw: string;
|
|
1467
|
+
};
|
|
1468
|
+
};
|
|
1469
|
+
declare function mbtiAxes(type: Any$1, seed: Any$1): {
|
|
1470
|
+
left: string;
|
|
1471
|
+
right: string;
|
|
1472
|
+
color: string;
|
|
1473
|
+
leftActive: boolean;
|
|
1474
|
+
pct: number;
|
|
1475
|
+
dom: string;
|
|
1476
|
+
}[];
|
|
1477
|
+
declare function MbtiSlider(props: Any$1): React__default.DetailedReactHTMLElement<{
|
|
1478
|
+
style: {
|
|
1479
|
+
marginBottom: number;
|
|
1480
|
+
};
|
|
1481
|
+
}, HTMLElement>;
|
|
1482
|
+
declare function ProfileTabs(props: Any$1): React__default.DetailedReactHTMLElement<{
|
|
1483
|
+
style: {
|
|
1484
|
+
border: string;
|
|
1485
|
+
borderRadius: string;
|
|
1486
|
+
background: string;
|
|
1487
|
+
padding: string;
|
|
1488
|
+
boxShadow: "0 1px 2px rgba(17,24,39,0.05)";
|
|
1489
|
+
};
|
|
1490
|
+
}, HTMLElement>;
|
|
1491
|
+
declare function ScCalibrate(props: ScreenProps$1): React__default.FunctionComponentElement<{
|
|
1492
|
+
children?: React__default.ReactNode;
|
|
1493
|
+
}>;
|
|
1494
|
+
|
|
1495
|
+
type WizardData = Record<string, any>;
|
|
1496
|
+
type Any = any;
|
|
1497
|
+
interface ScreenProps {
|
|
1498
|
+
data?: WizardData;
|
|
1499
|
+
set?: (key: string, value: unknown) => void;
|
|
1500
|
+
next?: () => void;
|
|
1501
|
+
back?: () => void;
|
|
1502
|
+
}
|
|
1503
|
+
declare function useScreenState4(props: ScreenProps, initial?: WizardData): {
|
|
1504
|
+
data: WizardData;
|
|
1505
|
+
set: (key: string, value: unknown) => void;
|
|
1506
|
+
next: () => void;
|
|
1507
|
+
back: () => void;
|
|
1508
|
+
};
|
|
1509
|
+
declare const CRM_TOOLS: string[];
|
|
1510
|
+
declare function ScLeads(props: ScreenProps): React__default.FunctionComponentElement<{
|
|
1511
|
+
children?: React__default.ReactNode;
|
|
1512
|
+
}>;
|
|
1513
|
+
declare function CrmConnectModal({ crmName, connected, onClose, onConnect, onDisconnect }: {
|
|
1514
|
+
crmKey?: Any;
|
|
1515
|
+
crmName?: Any;
|
|
1516
|
+
connected?: boolean;
|
|
1517
|
+
onClose?: () => void;
|
|
1518
|
+
onConnect?: (x?: Any) => void;
|
|
1519
|
+
onDisconnect?: () => void;
|
|
1520
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
1521
|
+
role: "presentation";
|
|
1522
|
+
onClick: (() => void) | undefined;
|
|
1523
|
+
style: {
|
|
1524
|
+
position: "fixed";
|
|
1525
|
+
inset: number;
|
|
1526
|
+
zIndex: number;
|
|
1527
|
+
display: "flex";
|
|
1528
|
+
alignItems: "center";
|
|
1529
|
+
justifyContent: "center";
|
|
1530
|
+
padding: string;
|
|
1531
|
+
background: string;
|
|
1532
|
+
backdropFilter: "blur(3px)";
|
|
1533
|
+
animation: "v6-fade-up .18s ease";
|
|
1534
|
+
};
|
|
1535
|
+
}, HTMLElement>;
|
|
1536
|
+
declare function ToolConnectModal({ tool, kind, connected, value, onChange, onClose, onConnect, onDisconnect }: {
|
|
1537
|
+
tool?: Any;
|
|
1538
|
+
kind?: Any;
|
|
1539
|
+
connected?: boolean;
|
|
1540
|
+
value?: Any;
|
|
1541
|
+
onChange?: (v: Any) => void;
|
|
1542
|
+
onClose?: () => void;
|
|
1543
|
+
onConnect?: (x?: Any) => void;
|
|
1544
|
+
onDisconnect?: () => void;
|
|
1545
|
+
}): React__default.DetailedReactHTMLElement<{
|
|
1546
|
+
role: "presentation";
|
|
1547
|
+
onClick: (() => void) | undefined;
|
|
1548
|
+
style: {
|
|
1549
|
+
position: "fixed";
|
|
1550
|
+
inset: number;
|
|
1551
|
+
zIndex: number;
|
|
1552
|
+
display: "flex";
|
|
1553
|
+
alignItems: "center";
|
|
1554
|
+
justifyContent: "center";
|
|
1555
|
+
padding: string;
|
|
1556
|
+
background: string;
|
|
1557
|
+
backdropFilter: "blur(3px)";
|
|
1558
|
+
animation: "v6-fade-up .18s ease";
|
|
1559
|
+
};
|
|
1560
|
+
}, HTMLElement>;
|
|
1561
|
+
declare function ScDomain(props: ScreenProps): React__default.FunctionComponentElement<{
|
|
1562
|
+
children?: React__default.ReactNode;
|
|
1563
|
+
}>;
|
|
1564
|
+
declare function ScOutreach(props: ScreenProps): React__default.FunctionComponentElement<{
|
|
1565
|
+
children?: React__default.ReactNode;
|
|
1566
|
+
}>;
|
|
1567
|
+
declare function ScLaunch(props: ScreenProps): React__default.FunctionComponentElement<{
|
|
1568
|
+
children?: React__default.ReactNode;
|
|
1569
|
+
}>;
|
|
1570
|
+
declare function ScExpect(props: ScreenProps): React__default.FunctionComponentElement<{
|
|
1571
|
+
children?: React__default.ReactNode;
|
|
1572
|
+
}>;
|
|
1573
|
+
declare function ScFinal(props: ScreenProps): React__default.FunctionComponentElement<{
|
|
1574
|
+
children?: React__default.ReactNode;
|
|
1575
|
+
}>;
|
|
1576
|
+
declare const PAY_ADDONS: {
|
|
1577
|
+
k: string;
|
|
1578
|
+
name: string;
|
|
1579
|
+
desc: string;
|
|
1580
|
+
icon: string;
|
|
1581
|
+
}[];
|
|
1582
|
+
declare const MAROON = "var(--sm-cal-accent)";
|
|
1583
|
+
declare const MAROON_TINT = "var(--sm-cal-tint)";
|
|
1584
|
+
declare const CALL_TIMES: string[];
|
|
1585
|
+
declare function ScPayment(props: ScreenProps): React__default.FunctionComponentElement<{
|
|
1586
|
+
children?: React__default.ReactNode;
|
|
1587
|
+
}>;
|
|
1588
|
+
|
|
1589
|
+
export { AddMemberModal, AddServiceModal, AgeSettingsModal, BRAND_KIND, BrandLogo, Btn, C, CALL_TIMES, COLOR_KEYS, CRM_TOOLS, Card, CheckGrid, CheckIcon, CheckboxField, Chip, CoachMark, ComboAdd, CompanyLogo, CompanySizeModal, Confetti, ConfirmIdentityModal, ConfirmModal, CrmConnectModal, DEF_PERSONA, EMOJI, F_BODY, F_DISPLAY, F_MONO, Firework, Footer, GatedButton, INDUSTRY_SUGGESTIONS, Icon, Input, IntegrationCard, JOB_SUGGESTIONS, Keyframes, LANGUAGE_OPTIONS, LIGHT, LOCATION_OPTIONS, LaunchCelebration, Logo, MAROON, MAROON_TINT, MBTI_DESC, MbtiSlider, ModalHead, ModalShell, MultiSelect, Note, OptionCard, P, PAY_ADDONS, PHASES, PLAYBOOK, P_BUYING_STAGE, P_CERTS, P_COMPANY_TYPE, P_COUNTRIES, P_DEPARTMENT, P_DEPT_GROWTH, P_EDUCATION, P_FUNDING, P_GENDER, P_JOBFUNC, P_MBTI, P_PURCHASING, P_REQ_IDS, P_SECTIONS, P_SENIORITY, P_SERVICES_NEEDED, P_SERVICES_OFFERED, P_SKILLS, P_TARGET_MARKET, P_TECH, P_WORKSTYLE, P_ZODIAC, PersonaField, PersonaForm, PhaseBar, Pill, ProfileTabs, RangeSlider, RichText, type RichTextProps, RiriDot, SaveChip, ScBlacklist, ScBooking, ScCalibrate, ScConnect, ScDomain, ScExpect, ScFinal, ScICP, ScLaunch, ScLeads, ScOffer, ScOutreach, ScPayment, ScVoice, ScWebsite, Screen, SelectField, SenderDetailsModal, Shell, Spinner, Stage, SupportHelp, Switch, SwitchAccountModal, SwitchConfirm, TERMS_POINTS, TermsModal, ThemeToggle, ToolConnectModal, TopBar, V6Nav, cssVars, emojiIcon, isBrandIcon, mbtiAxes, personaComplete, renderInline, renderPlaybook, resolveIcon, useScreenState, useScreenState2, useScreenState3, useScreenState4 };
|