@elevasis/ui 2.27.0 → 2.28.1
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/api/index.js +2 -2
- package/dist/app/index.d.ts +6 -12
- package/dist/app/index.js +4 -4
- package/dist/charts/index.js +3 -3
- package/dist/{chunk-YO2YORW4.js → chunk-3HCTCMAS.js} +3 -3
- package/dist/{chunk-LWKZ3BCC.js → chunk-5R27NFOI.js} +4 -4
- package/dist/{chunk-JPGX3533.js → chunk-AYSO5A3R.js} +2 -2
- package/dist/{chunk-ONFKASZI.js → chunk-CT5IR4ZA.js} +1 -1
- package/dist/{chunk-RIFTUOPE.js → chunk-GJXAAYZ3.js} +1 -1
- package/dist/{chunk-OGXKOMUT.js → chunk-HNN3QALL.js} +2 -2
- package/dist/{chunk-KEFWANZY.js → chunk-JCGD4GM6.js} +5 -1
- package/dist/chunk-JS7VBTC4.js +250 -0
- package/dist/{chunk-G66QFZXD.js → chunk-K4Q5QUHZ.js} +15 -9
- package/dist/{chunk-UPMX5GJI.js → chunk-M6OJ43NL.js} +32 -5
- package/dist/{chunk-WUVR4QY6.js → chunk-MCRKFDKB.js} +4 -4
- package/dist/{chunk-ZFLM2YVW.js → chunk-MJMFIWEB.js} +1 -1
- package/dist/{chunk-G26INIF3.js → chunk-MZCDRBSI.js} +1 -1
- package/dist/{chunk-YHBPR67D.js → chunk-N63RKL3L.js} +4 -4
- package/dist/{chunk-W2ZTLH7Y.js → chunk-NU5FNTOB.js} +29 -21
- package/dist/{chunk-OHXU5WWK.js → chunk-PBNIW7KV.js} +12 -6
- package/dist/{chunk-QD4X4H5A.js → chunk-SRNIHB7Y.js} +1 -1
- package/dist/{chunk-XZSEPJZQ.js → chunk-TVJROM2V.js} +5 -5
- package/dist/{chunk-JKBGDFX2.js → chunk-UOHOKDKL.js} +378 -254
- package/dist/{chunk-UY5I2KOZ.js → chunk-YNYGUVGW.js} +8 -8
- package/dist/{chunk-SGS4CQ2B.js → chunk-ZPXV5KI3.js} +1 -1
- package/dist/components/index.d.ts +16 -14
- package/dist/components/index.js +25 -25
- package/dist/features/auth/index.d.ts +6 -12
- package/dist/features/auth/index.js +1 -0
- package/dist/features/crm/index.d.ts +16 -14
- package/dist/features/crm/index.js +9 -9
- package/dist/features/dashboard/index.d.ts +16 -3
- package/dist/features/dashboard/index.js +10 -10
- package/dist/features/delivery/index.d.ts +6 -12
- package/dist/features/delivery/index.js +9 -9
- package/dist/features/knowledge/index.js +20 -12
- package/dist/features/lead-gen/index.d.ts +171 -24
- package/dist/features/lead-gen/index.js +10 -10
- package/dist/features/monitoring/index.js +11 -11
- package/dist/features/monitoring/requests/index.js +8 -8
- package/dist/features/operations/index.d.ts +16 -3
- package/dist/features/operations/index.js +15 -15
- package/dist/features/settings/index.d.ts +6 -12
- package/dist/features/settings/index.js +9 -9
- package/dist/hooks/delivery/index.d.ts +6 -12
- package/dist/hooks/delivery/index.js +2 -2
- package/dist/hooks/index.d.ts +110 -28
- package/dist/hooks/index.js +8 -8
- package/dist/hooks/published.d.ts +110 -28
- package/dist/hooks/published.js +8 -8
- package/dist/index.d.ts +148 -28
- package/dist/index.js +8 -8
- package/dist/initialization/index.d.ts +6 -12
- package/dist/knowledge/index.d.ts +43 -0
- package/dist/knowledge/index.js +49 -12
- package/dist/profile/index.d.ts +6 -12
- package/dist/provider/index.d.ts +44 -12
- package/dist/provider/index.js +6 -6
- package/dist/provider/published.d.ts +44 -12
- package/dist/provider/published.js +5 -5
- package/dist/supabase/index.d.ts +12 -24
- package/dist/test-utils/index.js +2 -2
- package/dist/typeform/index.d.ts +5 -1
- package/dist/typeform/index.js +52 -7
- package/dist/types/index.d.ts +7 -13
- package/dist/utils/index.js +1 -1
- package/package.json +5 -5
- package/dist/chunk-4KTLOK7K.js +0 -230
|
@@ -175,7 +175,7 @@ type Database = {
|
|
|
175
175
|
name: string;
|
|
176
176
|
num_employees: number | null;
|
|
177
177
|
organization_id: string;
|
|
178
|
-
|
|
178
|
+
processing_state: Json;
|
|
179
179
|
qualification_rubric_key: string | null;
|
|
180
180
|
qualification_score: number | null;
|
|
181
181
|
qualification_signals: Json | null;
|
|
@@ -201,7 +201,7 @@ type Database = {
|
|
|
201
201
|
name: string;
|
|
202
202
|
num_employees?: number | null;
|
|
203
203
|
organization_id: string;
|
|
204
|
-
|
|
204
|
+
processing_state?: Json;
|
|
205
205
|
qualification_rubric_key?: string | null;
|
|
206
206
|
qualification_score?: number | null;
|
|
207
207
|
qualification_signals?: Json | null;
|
|
@@ -227,7 +227,7 @@ type Database = {
|
|
|
227
227
|
name?: string;
|
|
228
228
|
num_employees?: number | null;
|
|
229
229
|
organization_id?: string;
|
|
230
|
-
|
|
230
|
+
processing_state?: Json;
|
|
231
231
|
qualification_rubric_key?: string | null;
|
|
232
232
|
qualification_score?: number | null;
|
|
233
233
|
qualification_signals?: Json | null;
|
|
@@ -266,7 +266,7 @@ type Database = {
|
|
|
266
266
|
nurture: boolean;
|
|
267
267
|
opening_line: string | null;
|
|
268
268
|
organization_id: string;
|
|
269
|
-
|
|
269
|
+
processing_state: Json;
|
|
270
270
|
qualification_rubric_key: string | null;
|
|
271
271
|
qualification_score: number | null;
|
|
272
272
|
qualification_signals: Json | null;
|
|
@@ -294,7 +294,7 @@ type Database = {
|
|
|
294
294
|
nurture?: boolean;
|
|
295
295
|
opening_line?: string | null;
|
|
296
296
|
organization_id: string;
|
|
297
|
-
|
|
297
|
+
processing_state?: Json;
|
|
298
298
|
qualification_rubric_key?: string | null;
|
|
299
299
|
qualification_score?: number | null;
|
|
300
300
|
qualification_signals?: Json | null;
|
|
@@ -322,7 +322,7 @@ type Database = {
|
|
|
322
322
|
nurture?: boolean;
|
|
323
323
|
opening_line?: string | null;
|
|
324
324
|
organization_id?: string;
|
|
325
|
-
|
|
325
|
+
processing_state?: Json;
|
|
326
326
|
qualification_rubric_key?: string | null;
|
|
327
327
|
qualification_score?: number | null;
|
|
328
328
|
qualification_signals?: Json | null;
|
|
@@ -718,7 +718,6 @@ type Database = {
|
|
|
718
718
|
id: string;
|
|
719
719
|
list_id: string;
|
|
720
720
|
pipeline_key: string;
|
|
721
|
-
processing_state: Json;
|
|
722
721
|
source_execution_id: string | null;
|
|
723
722
|
source_input_hash: string | null;
|
|
724
723
|
source_resource_id: string | null;
|
|
@@ -733,7 +732,6 @@ type Database = {
|
|
|
733
732
|
id?: string;
|
|
734
733
|
list_id: string;
|
|
735
734
|
pipeline_key?: string;
|
|
736
|
-
processing_state?: Json;
|
|
737
735
|
source_execution_id?: string | null;
|
|
738
736
|
source_input_hash?: string | null;
|
|
739
737
|
source_resource_id?: string | null;
|
|
@@ -748,7 +746,6 @@ type Database = {
|
|
|
748
746
|
id?: string;
|
|
749
747
|
list_id?: string;
|
|
750
748
|
pipeline_key?: string;
|
|
751
|
-
processing_state?: Json;
|
|
752
749
|
source_execution_id?: string | null;
|
|
753
750
|
source_input_hash?: string | null;
|
|
754
751
|
source_resource_id?: string | null;
|
|
@@ -827,7 +824,6 @@ type Database = {
|
|
|
827
824
|
id: string;
|
|
828
825
|
list_id: string;
|
|
829
826
|
pipeline_key: string;
|
|
830
|
-
processing_state: Json;
|
|
831
827
|
source_execution_id: string | null;
|
|
832
828
|
source_input_hash: string | null;
|
|
833
829
|
source_resource_id: string | null;
|
|
@@ -842,7 +838,6 @@ type Database = {
|
|
|
842
838
|
id?: string;
|
|
843
839
|
list_id: string;
|
|
844
840
|
pipeline_key?: string;
|
|
845
|
-
processing_state?: Json;
|
|
846
841
|
source_execution_id?: string | null;
|
|
847
842
|
source_input_hash?: string | null;
|
|
848
843
|
source_resource_id?: string | null;
|
|
@@ -857,7 +852,6 @@ type Database = {
|
|
|
857
852
|
id?: string;
|
|
858
853
|
list_id?: string;
|
|
859
854
|
pipeline_key?: string;
|
|
860
|
-
processing_state?: Json;
|
|
861
855
|
source_execution_id?: string | null;
|
|
862
856
|
source_input_hash?: string | null;
|
|
863
857
|
source_resource_id?: string | null;
|
|
@@ -3105,6 +3099,7 @@ declare const FeatureSchema: z$1.ZodObject<{
|
|
|
3105
3099
|
path: z$1.ZodOptional<z$1.ZodString>;
|
|
3106
3100
|
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
3107
3101
|
"nav.dashboard": "nav.dashboard";
|
|
3102
|
+
"nav.calendar": "nav.calendar";
|
|
3108
3103
|
"nav.sales": "nav.sales";
|
|
3109
3104
|
"nav.crm": "nav.crm";
|
|
3110
3105
|
"nav.lead-gen": "nav.lead-gen";
|
|
@@ -3119,6 +3114,7 @@ declare const FeatureSchema: z$1.ZodObject<{
|
|
|
3119
3114
|
"knowledge.strategy": "knowledge.strategy";
|
|
3120
3115
|
"knowledge.reference": "knowledge.reference";
|
|
3121
3116
|
"feature.dashboard": "feature.dashboard";
|
|
3117
|
+
"feature.calendar": "feature.calendar";
|
|
3122
3118
|
"feature.sales": "feature.sales";
|
|
3123
3119
|
"feature.crm": "feature.crm";
|
|
3124
3120
|
"feature.finance": "feature.finance";
|
|
@@ -3142,6 +3138,7 @@ declare const FeatureSchema: z$1.ZodObject<{
|
|
|
3142
3138
|
"integration.google-sheets": "integration.google-sheets";
|
|
3143
3139
|
"integration.attio": "integration.attio";
|
|
3144
3140
|
"surface.dashboard": "surface.dashboard";
|
|
3141
|
+
"surface.calendar": "surface.calendar";
|
|
3145
3142
|
"surface.overview": "surface.overview";
|
|
3146
3143
|
"surface.command-view": "surface.command-view";
|
|
3147
3144
|
"surface.command-queue": "surface.command-queue";
|
|
@@ -3185,6 +3182,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3185
3182
|
path: z$1.ZodOptional<z$1.ZodString>;
|
|
3186
3183
|
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
3187
3184
|
"nav.dashboard": "nav.dashboard";
|
|
3185
|
+
"nav.calendar": "nav.calendar";
|
|
3188
3186
|
"nav.sales": "nav.sales";
|
|
3189
3187
|
"nav.crm": "nav.crm";
|
|
3190
3188
|
"nav.lead-gen": "nav.lead-gen";
|
|
@@ -3199,6 +3197,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3199
3197
|
"knowledge.strategy": "knowledge.strategy";
|
|
3200
3198
|
"knowledge.reference": "knowledge.reference";
|
|
3201
3199
|
"feature.dashboard": "feature.dashboard";
|
|
3200
|
+
"feature.calendar": "feature.calendar";
|
|
3202
3201
|
"feature.sales": "feature.sales";
|
|
3203
3202
|
"feature.crm": "feature.crm";
|
|
3204
3203
|
"feature.finance": "feature.finance";
|
|
@@ -3222,6 +3221,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3222
3221
|
"integration.google-sheets": "integration.google-sheets";
|
|
3223
3222
|
"integration.attio": "integration.attio";
|
|
3224
3223
|
"surface.dashboard": "surface.dashboard";
|
|
3224
|
+
"surface.calendar": "surface.calendar";
|
|
3225
3225
|
"surface.overview": "surface.overview";
|
|
3226
3226
|
"surface.command-view": "surface.command-view";
|
|
3227
3227
|
"surface.command-queue": "surface.command-queue";
|
|
@@ -3283,6 +3283,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3283
3283
|
devOnly: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
3284
3284
|
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
3285
3285
|
"nav.dashboard": "nav.dashboard";
|
|
3286
|
+
"nav.calendar": "nav.calendar";
|
|
3286
3287
|
"nav.sales": "nav.sales";
|
|
3287
3288
|
"nav.crm": "nav.crm";
|
|
3288
3289
|
"nav.lead-gen": "nav.lead-gen";
|
|
@@ -3297,6 +3298,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3297
3298
|
"knowledge.strategy": "knowledge.strategy";
|
|
3298
3299
|
"knowledge.reference": "knowledge.reference";
|
|
3299
3300
|
"feature.dashboard": "feature.dashboard";
|
|
3301
|
+
"feature.calendar": "feature.calendar";
|
|
3300
3302
|
"feature.sales": "feature.sales";
|
|
3301
3303
|
"feature.crm": "feature.crm";
|
|
3302
3304
|
"feature.finance": "feature.finance";
|
|
@@ -3320,6 +3322,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3320
3322
|
"integration.google-sheets": "integration.google-sheets";
|
|
3321
3323
|
"integration.attio": "integration.attio";
|
|
3322
3324
|
"surface.dashboard": "surface.dashboard";
|
|
3325
|
+
"surface.calendar": "surface.calendar";
|
|
3323
3326
|
"surface.overview": "surface.overview";
|
|
3324
3327
|
"surface.command-view": "surface.command-view";
|
|
3325
3328
|
"surface.command-queue": "surface.command-queue";
|
|
@@ -3372,6 +3375,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3372
3375
|
color: z$1.ZodOptional<z$1.ZodString>;
|
|
3373
3376
|
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
3374
3377
|
"nav.dashboard": "nav.dashboard";
|
|
3378
|
+
"nav.calendar": "nav.calendar";
|
|
3375
3379
|
"nav.sales": "nav.sales";
|
|
3376
3380
|
"nav.crm": "nav.crm";
|
|
3377
3381
|
"nav.lead-gen": "nav.lead-gen";
|
|
@@ -3386,6 +3390,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3386
3390
|
"knowledge.strategy": "knowledge.strategy";
|
|
3387
3391
|
"knowledge.reference": "knowledge.reference";
|
|
3388
3392
|
"feature.dashboard": "feature.dashboard";
|
|
3393
|
+
"feature.calendar": "feature.calendar";
|
|
3389
3394
|
"feature.sales": "feature.sales";
|
|
3390
3395
|
"feature.crm": "feature.crm";
|
|
3391
3396
|
"feature.finance": "feature.finance";
|
|
@@ -3409,6 +3414,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3409
3414
|
"integration.google-sheets": "integration.google-sheets";
|
|
3410
3415
|
"integration.attio": "integration.attio";
|
|
3411
3416
|
"surface.dashboard": "surface.dashboard";
|
|
3417
|
+
"surface.calendar": "surface.calendar";
|
|
3412
3418
|
"surface.overview": "surface.overview";
|
|
3413
3419
|
"surface.command-view": "surface.command-view";
|
|
3414
3420
|
"surface.command-queue": "surface.command-queue";
|
|
@@ -3458,6 +3464,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3458
3464
|
color: z$1.ZodOptional<z$1.ZodString>;
|
|
3459
3465
|
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
3460
3466
|
"nav.dashboard": "nav.dashboard";
|
|
3467
|
+
"nav.calendar": "nav.calendar";
|
|
3461
3468
|
"nav.sales": "nav.sales";
|
|
3462
3469
|
"nav.crm": "nav.crm";
|
|
3463
3470
|
"nav.lead-gen": "nav.lead-gen";
|
|
@@ -3472,6 +3479,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3472
3479
|
"knowledge.strategy": "knowledge.strategy";
|
|
3473
3480
|
"knowledge.reference": "knowledge.reference";
|
|
3474
3481
|
"feature.dashboard": "feature.dashboard";
|
|
3482
|
+
"feature.calendar": "feature.calendar";
|
|
3475
3483
|
"feature.sales": "feature.sales";
|
|
3476
3484
|
"feature.crm": "feature.crm";
|
|
3477
3485
|
"feature.finance": "feature.finance";
|
|
@@ -3495,6 +3503,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3495
3503
|
"integration.google-sheets": "integration.google-sheets";
|
|
3496
3504
|
"integration.attio": "integration.attio";
|
|
3497
3505
|
"surface.dashboard": "surface.dashboard";
|
|
3506
|
+
"surface.calendar": "surface.calendar";
|
|
3498
3507
|
"surface.overview": "surface.overview";
|
|
3499
3508
|
"surface.command-view": "surface.command-view";
|
|
3500
3509
|
"surface.command-queue": "surface.command-queue";
|
|
@@ -3528,6 +3537,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3528
3537
|
color: z$1.ZodOptional<z$1.ZodString>;
|
|
3529
3538
|
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
3530
3539
|
"nav.dashboard": "nav.dashboard";
|
|
3540
|
+
"nav.calendar": "nav.calendar";
|
|
3531
3541
|
"nav.sales": "nav.sales";
|
|
3532
3542
|
"nav.crm": "nav.crm";
|
|
3533
3543
|
"nav.lead-gen": "nav.lead-gen";
|
|
@@ -3542,6 +3552,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3542
3552
|
"knowledge.strategy": "knowledge.strategy";
|
|
3543
3553
|
"knowledge.reference": "knowledge.reference";
|
|
3544
3554
|
"feature.dashboard": "feature.dashboard";
|
|
3555
|
+
"feature.calendar": "feature.calendar";
|
|
3545
3556
|
"feature.sales": "feature.sales";
|
|
3546
3557
|
"feature.crm": "feature.crm";
|
|
3547
3558
|
"feature.finance": "feature.finance";
|
|
@@ -3565,6 +3576,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3565
3576
|
"integration.google-sheets": "integration.google-sheets";
|
|
3566
3577
|
"integration.attio": "integration.attio";
|
|
3567
3578
|
"surface.dashboard": "surface.dashboard";
|
|
3579
|
+
"surface.calendar": "surface.calendar";
|
|
3568
3580
|
"surface.overview": "surface.overview";
|
|
3569
3581
|
"surface.command-view": "surface.command-view";
|
|
3570
3582
|
"surface.command-queue": "surface.command-queue";
|
|
@@ -3599,6 +3611,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3599
3611
|
color: z$1.ZodOptional<z$1.ZodString>;
|
|
3600
3612
|
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
3601
3613
|
"nav.dashboard": "nav.dashboard";
|
|
3614
|
+
"nav.calendar": "nav.calendar";
|
|
3602
3615
|
"nav.sales": "nav.sales";
|
|
3603
3616
|
"nav.crm": "nav.crm";
|
|
3604
3617
|
"nav.lead-gen": "nav.lead-gen";
|
|
@@ -3613,6 +3626,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3613
3626
|
"knowledge.strategy": "knowledge.strategy";
|
|
3614
3627
|
"knowledge.reference": "knowledge.reference";
|
|
3615
3628
|
"feature.dashboard": "feature.dashboard";
|
|
3629
|
+
"feature.calendar": "feature.calendar";
|
|
3616
3630
|
"feature.sales": "feature.sales";
|
|
3617
3631
|
"feature.crm": "feature.crm";
|
|
3618
3632
|
"feature.finance": "feature.finance";
|
|
@@ -3636,6 +3650,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3636
3650
|
"integration.google-sheets": "integration.google-sheets";
|
|
3637
3651
|
"integration.attio": "integration.attio";
|
|
3638
3652
|
"surface.dashboard": "surface.dashboard";
|
|
3653
|
+
"surface.calendar": "surface.calendar";
|
|
3639
3654
|
"surface.overview": "surface.overview";
|
|
3640
3655
|
"surface.command-view": "surface.command-view";
|
|
3641
3656
|
"surface.command-queue": "surface.command-queue";
|
|
@@ -3667,6 +3682,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3667
3682
|
color: z$1.ZodOptional<z$1.ZodString>;
|
|
3668
3683
|
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
3669
3684
|
"nav.dashboard": "nav.dashboard";
|
|
3685
|
+
"nav.calendar": "nav.calendar";
|
|
3670
3686
|
"nav.sales": "nav.sales";
|
|
3671
3687
|
"nav.crm": "nav.crm";
|
|
3672
3688
|
"nav.lead-gen": "nav.lead-gen";
|
|
@@ -3681,6 +3697,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3681
3697
|
"knowledge.strategy": "knowledge.strategy";
|
|
3682
3698
|
"knowledge.reference": "knowledge.reference";
|
|
3683
3699
|
"feature.dashboard": "feature.dashboard";
|
|
3700
|
+
"feature.calendar": "feature.calendar";
|
|
3684
3701
|
"feature.sales": "feature.sales";
|
|
3685
3702
|
"feature.crm": "feature.crm";
|
|
3686
3703
|
"feature.finance": "feature.finance";
|
|
@@ -3704,6 +3721,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3704
3721
|
"integration.google-sheets": "integration.google-sheets";
|
|
3705
3722
|
"integration.attio": "integration.attio";
|
|
3706
3723
|
"surface.dashboard": "surface.dashboard";
|
|
3724
|
+
"surface.calendar": "surface.calendar";
|
|
3707
3725
|
"surface.overview": "surface.overview";
|
|
3708
3726
|
"surface.command-view": "surface.command-view";
|
|
3709
3727
|
"surface.command-queue": "surface.command-queue";
|
|
@@ -3757,6 +3775,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3757
3775
|
color: z$1.ZodOptional<z$1.ZodString>;
|
|
3758
3776
|
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
3759
3777
|
"nav.dashboard": "nav.dashboard";
|
|
3778
|
+
"nav.calendar": "nav.calendar";
|
|
3760
3779
|
"nav.sales": "nav.sales";
|
|
3761
3780
|
"nav.crm": "nav.crm";
|
|
3762
3781
|
"nav.lead-gen": "nav.lead-gen";
|
|
@@ -3771,6 +3790,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3771
3790
|
"knowledge.strategy": "knowledge.strategy";
|
|
3772
3791
|
"knowledge.reference": "knowledge.reference";
|
|
3773
3792
|
"feature.dashboard": "feature.dashboard";
|
|
3793
|
+
"feature.calendar": "feature.calendar";
|
|
3774
3794
|
"feature.sales": "feature.sales";
|
|
3775
3795
|
"feature.crm": "feature.crm";
|
|
3776
3796
|
"feature.finance": "feature.finance";
|
|
@@ -3794,6 +3814,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3794
3814
|
"integration.google-sheets": "integration.google-sheets";
|
|
3795
3815
|
"integration.attio": "integration.attio";
|
|
3796
3816
|
"surface.dashboard": "surface.dashboard";
|
|
3817
|
+
"surface.calendar": "surface.calendar";
|
|
3797
3818
|
"surface.overview": "surface.overview";
|
|
3798
3819
|
"surface.command-view": "surface.command-view";
|
|
3799
3820
|
"surface.command-queue": "surface.command-queue";
|
|
@@ -3827,6 +3848,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3827
3848
|
color: z$1.ZodOptional<z$1.ZodString>;
|
|
3828
3849
|
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
3829
3850
|
"nav.dashboard": "nav.dashboard";
|
|
3851
|
+
"nav.calendar": "nav.calendar";
|
|
3830
3852
|
"nav.sales": "nav.sales";
|
|
3831
3853
|
"nav.crm": "nav.crm";
|
|
3832
3854
|
"nav.lead-gen": "nav.lead-gen";
|
|
@@ -3841,6 +3863,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3841
3863
|
"knowledge.strategy": "knowledge.strategy";
|
|
3842
3864
|
"knowledge.reference": "knowledge.reference";
|
|
3843
3865
|
"feature.dashboard": "feature.dashboard";
|
|
3866
|
+
"feature.calendar": "feature.calendar";
|
|
3844
3867
|
"feature.sales": "feature.sales";
|
|
3845
3868
|
"feature.crm": "feature.crm";
|
|
3846
3869
|
"feature.finance": "feature.finance";
|
|
@@ -3864,6 +3887,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3864
3887
|
"integration.google-sheets": "integration.google-sheets";
|
|
3865
3888
|
"integration.attio": "integration.attio";
|
|
3866
3889
|
"surface.dashboard": "surface.dashboard";
|
|
3890
|
+
"surface.calendar": "surface.calendar";
|
|
3867
3891
|
"surface.overview": "surface.overview";
|
|
3868
3892
|
"surface.command-view": "surface.command-view";
|
|
3869
3893
|
"surface.command-queue": "surface.command-queue";
|
|
@@ -3897,6 +3921,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3897
3921
|
color: z$1.ZodOptional<z$1.ZodString>;
|
|
3898
3922
|
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
3899
3923
|
"nav.dashboard": "nav.dashboard";
|
|
3924
|
+
"nav.calendar": "nav.calendar";
|
|
3900
3925
|
"nav.sales": "nav.sales";
|
|
3901
3926
|
"nav.crm": "nav.crm";
|
|
3902
3927
|
"nav.lead-gen": "nav.lead-gen";
|
|
@@ -3911,6 +3936,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3911
3936
|
"knowledge.strategy": "knowledge.strategy";
|
|
3912
3937
|
"knowledge.reference": "knowledge.reference";
|
|
3913
3938
|
"feature.dashboard": "feature.dashboard";
|
|
3939
|
+
"feature.calendar": "feature.calendar";
|
|
3914
3940
|
"feature.sales": "feature.sales";
|
|
3915
3941
|
"feature.crm": "feature.crm";
|
|
3916
3942
|
"feature.finance": "feature.finance";
|
|
@@ -3934,6 +3960,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3934
3960
|
"integration.google-sheets": "integration.google-sheets";
|
|
3935
3961
|
"integration.attio": "integration.attio";
|
|
3936
3962
|
"surface.dashboard": "surface.dashboard";
|
|
3963
|
+
"surface.calendar": "surface.calendar";
|
|
3937
3964
|
"surface.overview": "surface.overview";
|
|
3938
3965
|
"surface.command-view": "surface.command-view";
|
|
3939
3966
|
"surface.command-queue": "surface.command-queue";
|
|
@@ -4104,6 +4131,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4104
4131
|
summary: z$1.ZodString;
|
|
4105
4132
|
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
4106
4133
|
"nav.dashboard": "nav.dashboard";
|
|
4134
|
+
"nav.calendar": "nav.calendar";
|
|
4107
4135
|
"nav.sales": "nav.sales";
|
|
4108
4136
|
"nav.crm": "nav.crm";
|
|
4109
4137
|
"nav.lead-gen": "nav.lead-gen";
|
|
@@ -4118,6 +4146,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4118
4146
|
"knowledge.strategy": "knowledge.strategy";
|
|
4119
4147
|
"knowledge.reference": "knowledge.reference";
|
|
4120
4148
|
"feature.dashboard": "feature.dashboard";
|
|
4149
|
+
"feature.calendar": "feature.calendar";
|
|
4121
4150
|
"feature.sales": "feature.sales";
|
|
4122
4151
|
"feature.crm": "feature.crm";
|
|
4123
4152
|
"feature.finance": "feature.finance";
|
|
@@ -4141,6 +4170,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4141
4170
|
"integration.google-sheets": "integration.google-sheets";
|
|
4142
4171
|
"integration.attio": "integration.attio";
|
|
4143
4172
|
"surface.dashboard": "surface.dashboard";
|
|
4173
|
+
"surface.calendar": "surface.calendar";
|
|
4144
4174
|
"surface.overview": "surface.overview";
|
|
4145
4175
|
"surface.command-view": "surface.command-view";
|
|
4146
4176
|
"surface.command-queue": "surface.command-queue";
|
|
@@ -4169,6 +4199,8 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4169
4199
|
links: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
4170
4200
|
nodeId: z$1.ZodString;
|
|
4171
4201
|
}, z$1.core.$strip>>>;
|
|
4202
|
+
skills: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4203
|
+
domain: z$1.ZodOptional<z$1.ZodString>;
|
|
4172
4204
|
ownerIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
4173
4205
|
updatedAt: z$1.ZodString;
|
|
4174
4206
|
}, z$1.core.$strip>>>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { FeatureShell } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { FeatureShell } from '../chunk-MJMFIWEB.js';
|
|
2
|
+
import '../chunk-GJXAAYZ3.js';
|
|
3
3
|
import '../chunk-3KMDHCAR.js';
|
|
4
|
-
export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from '../chunk-
|
|
4
|
+
export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from '../chunk-NU5FNTOB.js';
|
|
5
5
|
import '../chunk-SZHARWKU.js';
|
|
6
6
|
export { ElevasisFeaturesProvider, useElevasisFeatures, useOptionalElevasisFeatures } from '../chunk-V3HUIZJX.js';
|
|
7
7
|
import '../chunk-TKAYX2SP.js';
|
|
8
8
|
import '../chunk-NYBEU5TE.js';
|
|
9
|
-
import '../chunk-
|
|
9
|
+
import '../chunk-ZPXV5KI3.js';
|
|
10
10
|
import '../chunk-2IFYDILW.js';
|
|
11
11
|
import '../chunk-Q7DJKLEN.js';
|
|
12
12
|
import '../chunk-GESXCQWY.js';
|
|
@@ -15,7 +15,7 @@ export { AppearanceProvider, useAppearance } from '../chunk-E565XMTQ.js';
|
|
|
15
15
|
import '../chunk-KU7ZDWQ7.js';
|
|
16
16
|
import '../chunk-DT3QYZVU.js';
|
|
17
17
|
import '../chunk-RNP5R5I3.js';
|
|
18
|
-
import '../chunk-
|
|
18
|
+
import '../chunk-SRNIHB7Y.js';
|
|
19
19
|
import '../chunk-KRWALB24.js';
|
|
20
20
|
import '../chunk-WFTNY755.js';
|
|
21
21
|
import '../chunk-WKJ47GIW.js';
|
package/dist/supabase/index.d.ts
CHANGED
|
@@ -73,7 +73,7 @@ type Database = {
|
|
|
73
73
|
name: string;
|
|
74
74
|
num_employees: number | null;
|
|
75
75
|
organization_id: string;
|
|
76
|
-
|
|
76
|
+
processing_state: Json;
|
|
77
77
|
qualification_rubric_key: string | null;
|
|
78
78
|
qualification_score: number | null;
|
|
79
79
|
qualification_signals: Json | null;
|
|
@@ -99,7 +99,7 @@ type Database = {
|
|
|
99
99
|
name: string;
|
|
100
100
|
num_employees?: number | null;
|
|
101
101
|
organization_id: string;
|
|
102
|
-
|
|
102
|
+
processing_state?: Json;
|
|
103
103
|
qualification_rubric_key?: string | null;
|
|
104
104
|
qualification_score?: number | null;
|
|
105
105
|
qualification_signals?: Json | null;
|
|
@@ -125,7 +125,7 @@ type Database = {
|
|
|
125
125
|
name?: string;
|
|
126
126
|
num_employees?: number | null;
|
|
127
127
|
organization_id?: string;
|
|
128
|
-
|
|
128
|
+
processing_state?: Json;
|
|
129
129
|
qualification_rubric_key?: string | null;
|
|
130
130
|
qualification_score?: number | null;
|
|
131
131
|
qualification_signals?: Json | null;
|
|
@@ -164,7 +164,7 @@ type Database = {
|
|
|
164
164
|
nurture: boolean;
|
|
165
165
|
opening_line: string | null;
|
|
166
166
|
organization_id: string;
|
|
167
|
-
|
|
167
|
+
processing_state: Json;
|
|
168
168
|
qualification_rubric_key: string | null;
|
|
169
169
|
qualification_score: number | null;
|
|
170
170
|
qualification_signals: Json | null;
|
|
@@ -192,7 +192,7 @@ type Database = {
|
|
|
192
192
|
nurture?: boolean;
|
|
193
193
|
opening_line?: string | null;
|
|
194
194
|
organization_id: string;
|
|
195
|
-
|
|
195
|
+
processing_state?: Json;
|
|
196
196
|
qualification_rubric_key?: string | null;
|
|
197
197
|
qualification_score?: number | null;
|
|
198
198
|
qualification_signals?: Json | null;
|
|
@@ -220,7 +220,7 @@ type Database = {
|
|
|
220
220
|
nurture?: boolean;
|
|
221
221
|
opening_line?: string | null;
|
|
222
222
|
organization_id?: string;
|
|
223
|
-
|
|
223
|
+
processing_state?: Json;
|
|
224
224
|
qualification_rubric_key?: string | null;
|
|
225
225
|
qualification_score?: number | null;
|
|
226
226
|
qualification_signals?: Json | null;
|
|
@@ -616,7 +616,6 @@ type Database = {
|
|
|
616
616
|
id: string;
|
|
617
617
|
list_id: string;
|
|
618
618
|
pipeline_key: string;
|
|
619
|
-
processing_state: Json;
|
|
620
619
|
source_execution_id: string | null;
|
|
621
620
|
source_input_hash: string | null;
|
|
622
621
|
source_resource_id: string | null;
|
|
@@ -631,7 +630,6 @@ type Database = {
|
|
|
631
630
|
id?: string;
|
|
632
631
|
list_id: string;
|
|
633
632
|
pipeline_key?: string;
|
|
634
|
-
processing_state?: Json;
|
|
635
633
|
source_execution_id?: string | null;
|
|
636
634
|
source_input_hash?: string | null;
|
|
637
635
|
source_resource_id?: string | null;
|
|
@@ -646,7 +644,6 @@ type Database = {
|
|
|
646
644
|
id?: string;
|
|
647
645
|
list_id?: string;
|
|
648
646
|
pipeline_key?: string;
|
|
649
|
-
processing_state?: Json;
|
|
650
647
|
source_execution_id?: string | null;
|
|
651
648
|
source_input_hash?: string | null;
|
|
652
649
|
source_resource_id?: string | null;
|
|
@@ -725,7 +722,6 @@ type Database = {
|
|
|
725
722
|
id: string;
|
|
726
723
|
list_id: string;
|
|
727
724
|
pipeline_key: string;
|
|
728
|
-
processing_state: Json;
|
|
729
725
|
source_execution_id: string | null;
|
|
730
726
|
source_input_hash: string | null;
|
|
731
727
|
source_resource_id: string | null;
|
|
@@ -740,7 +736,6 @@ type Database = {
|
|
|
740
736
|
id?: string;
|
|
741
737
|
list_id: string;
|
|
742
738
|
pipeline_key?: string;
|
|
743
|
-
processing_state?: Json;
|
|
744
739
|
source_execution_id?: string | null;
|
|
745
740
|
source_input_hash?: string | null;
|
|
746
741
|
source_resource_id?: string | null;
|
|
@@ -755,7 +750,6 @@ type Database = {
|
|
|
755
750
|
id?: string;
|
|
756
751
|
list_id?: string;
|
|
757
752
|
pipeline_key?: string;
|
|
758
|
-
processing_state?: Json;
|
|
759
753
|
source_execution_id?: string | null;
|
|
760
754
|
source_input_hash?: string | null;
|
|
761
755
|
source_resource_id?: string | null;
|
|
@@ -2972,7 +2966,7 @@ declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
|
2972
2966
|
name: string;
|
|
2973
2967
|
num_employees: number | null;
|
|
2974
2968
|
organization_id: string;
|
|
2975
|
-
|
|
2969
|
+
processing_state: Json;
|
|
2976
2970
|
qualification_rubric_key: string | null;
|
|
2977
2971
|
qualification_score: number | null;
|
|
2978
2972
|
qualification_signals: Json | null;
|
|
@@ -2998,7 +2992,7 @@ declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
|
2998
2992
|
name: string;
|
|
2999
2993
|
num_employees?: number | null;
|
|
3000
2994
|
organization_id: string;
|
|
3001
|
-
|
|
2995
|
+
processing_state?: Json;
|
|
3002
2996
|
qualification_rubric_key?: string | null;
|
|
3003
2997
|
qualification_score?: number | null;
|
|
3004
2998
|
qualification_signals?: Json | null;
|
|
@@ -3024,7 +3018,7 @@ declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
|
3024
3018
|
name?: string;
|
|
3025
3019
|
num_employees?: number | null;
|
|
3026
3020
|
organization_id?: string;
|
|
3027
|
-
|
|
3021
|
+
processing_state?: Json;
|
|
3028
3022
|
qualification_rubric_key?: string | null;
|
|
3029
3023
|
qualification_score?: number | null;
|
|
3030
3024
|
qualification_signals?: Json | null;
|
|
@@ -3061,7 +3055,7 @@ declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
|
3061
3055
|
nurture: boolean;
|
|
3062
3056
|
opening_line: string | null;
|
|
3063
3057
|
organization_id: string;
|
|
3064
|
-
|
|
3058
|
+
processing_state: Json;
|
|
3065
3059
|
qualification_rubric_key: string | null;
|
|
3066
3060
|
qualification_score: number | null;
|
|
3067
3061
|
qualification_signals: Json | null;
|
|
@@ -3089,7 +3083,7 @@ declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
|
3089
3083
|
nurture?: boolean;
|
|
3090
3084
|
opening_line?: string | null;
|
|
3091
3085
|
organization_id: string;
|
|
3092
|
-
|
|
3086
|
+
processing_state?: Json;
|
|
3093
3087
|
qualification_rubric_key?: string | null;
|
|
3094
3088
|
qualification_score?: number | null;
|
|
3095
3089
|
qualification_signals?: Json | null;
|
|
@@ -3117,7 +3111,7 @@ declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
|
3117
3111
|
nurture?: boolean;
|
|
3118
3112
|
opening_line?: string | null;
|
|
3119
3113
|
organization_id?: string;
|
|
3120
|
-
|
|
3114
|
+
processing_state?: Json;
|
|
3121
3115
|
qualification_rubric_key?: string | null;
|
|
3122
3116
|
qualification_score?: number | null;
|
|
3123
3117
|
qualification_signals?: Json | null;
|
|
@@ -3495,7 +3489,6 @@ declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
|
3495
3489
|
id: string;
|
|
3496
3490
|
list_id: string;
|
|
3497
3491
|
pipeline_key: string;
|
|
3498
|
-
processing_state: Json;
|
|
3499
3492
|
source_execution_id: string | null;
|
|
3500
3493
|
source_input_hash: string | null;
|
|
3501
3494
|
source_resource_id: string | null;
|
|
@@ -3510,7 +3503,6 @@ declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
|
3510
3503
|
id?: string;
|
|
3511
3504
|
list_id: string;
|
|
3512
3505
|
pipeline_key?: string;
|
|
3513
|
-
processing_state?: Json;
|
|
3514
3506
|
source_execution_id?: string | null;
|
|
3515
3507
|
source_input_hash?: string | null;
|
|
3516
3508
|
source_resource_id?: string | null;
|
|
@@ -3525,7 +3517,6 @@ declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
|
3525
3517
|
id?: string;
|
|
3526
3518
|
list_id?: string;
|
|
3527
3519
|
pipeline_key?: string;
|
|
3528
|
-
processing_state?: Json;
|
|
3529
3520
|
source_execution_id?: string | null;
|
|
3530
3521
|
source_input_hash?: string | null;
|
|
3531
3522
|
source_resource_id?: string | null;
|
|
@@ -3597,7 +3588,6 @@ declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
|
3597
3588
|
id: string;
|
|
3598
3589
|
list_id: string;
|
|
3599
3590
|
pipeline_key: string;
|
|
3600
|
-
processing_state: Json;
|
|
3601
3591
|
source_execution_id: string | null;
|
|
3602
3592
|
source_input_hash: string | null;
|
|
3603
3593
|
source_resource_id: string | null;
|
|
@@ -3612,7 +3602,6 @@ declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
|
3612
3602
|
id?: string;
|
|
3613
3603
|
list_id: string;
|
|
3614
3604
|
pipeline_key?: string;
|
|
3615
|
-
processing_state?: Json;
|
|
3616
3605
|
source_execution_id?: string | null;
|
|
3617
3606
|
source_input_hash?: string | null;
|
|
3618
3607
|
source_resource_id?: string | null;
|
|
@@ -3627,7 +3616,6 @@ declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
|
3627
3616
|
id?: string;
|
|
3628
3617
|
list_id?: string;
|
|
3629
3618
|
pipeline_key?: string;
|
|
3630
|
-
processing_state?: Json;
|
|
3631
3619
|
source_execution_id?: string | null;
|
|
3632
3620
|
source_input_hash?: string | null;
|
|
3633
3621
|
source_resource_id?: string | null;
|
package/dist/test-utils/index.js
CHANGED
|
@@ -3,8 +3,8 @@ export { handlers, server } from '../chunk-7XKCG5CT.js';
|
|
|
3
3
|
import { mockWorkOSUser, mockUseAuth, mockUnauthenticatedUser, mockAuthenticatedUser, mockAuthLoading, createMockUseAuth } from '../chunk-DRQPEMJI.js';
|
|
4
4
|
export { createMockUseAuth, mockAuthLoading, mockAuthenticatedUser, mockUnauthenticatedUser, mockUseAuth, mockWorkOSUser } from '../chunk-DRQPEMJI.js';
|
|
5
5
|
import '../chunk-XCYKC6OZ.js';
|
|
6
|
-
import { ApiClientProvider } from '../chunk-
|
|
7
|
-
import '../chunk-
|
|
6
|
+
import { ApiClientProvider } from '../chunk-ZPXV5KI3.js';
|
|
7
|
+
import '../chunk-SRNIHB7Y.js';
|
|
8
8
|
import '../chunk-KRWALB24.js';
|
|
9
9
|
import '../chunk-DD3CCMCZ.js';
|
|
10
10
|
import { ElevasisServiceProvider } from '../chunk-5WWZXCS5.js';
|
package/dist/typeform/index.d.ts
CHANGED
|
@@ -266,6 +266,10 @@ interface TypeformSurveyProps {
|
|
|
266
266
|
styles?: TypeformStyles;
|
|
267
267
|
children?: ReactNode;
|
|
268
268
|
hideProgress?: boolean;
|
|
269
|
+
/** Display mode: 'paginated' (default, one page at a time) or 'all' (all pages stacked) */
|
|
270
|
+
mode?: 'paginated' | 'all';
|
|
271
|
+
/** Optional wrapper per page section in 'all' mode. Receives the page and the rendered content. */
|
|
272
|
+
renderPageSection?: (page: TypeformPage, content: ReactNode) => ReactNode;
|
|
269
273
|
}
|
|
270
274
|
interface TypeformRadioGroupProps {
|
|
271
275
|
question: RadioQuestion;
|
|
@@ -305,7 +309,7 @@ interface TypeformNavigationProps {
|
|
|
305
309
|
declare function createSurveyConfig<T extends Record<string, unknown>>(config: TypeformConfig<T>): TypeformConfig<T>;
|
|
306
310
|
|
|
307
311
|
declare function useTypeformContext(): TypeformContextValue;
|
|
308
|
-
declare function TypeformSurvey({ config, className, styles, hideProgress }: TypeformSurveyProps): react_jsx_runtime.JSX.Element;
|
|
312
|
+
declare function TypeformSurvey({ config, className, styles, hideProgress, mode, renderPageSection }: TypeformSurveyProps): react_jsx_runtime.JSX.Element;
|
|
309
313
|
|
|
310
314
|
declare function TypeformProgress({ current, total, showPercentage, usePortal, }: TypeformProgressProps & {
|
|
311
315
|
usePortal?: boolean;
|