@botpress/webchat 1.3.5 → 1.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +10 -8
- package/dist/components/Composer.d.ts +1 -1
- package/dist/components/Header.d.ts +3 -2
- package/dist/contexts/WebchatContext.d.ts +1 -1
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/useAutosizeTextArea.d.ts +1 -0
- package/dist/index-5666ba1d.js +40718 -0
- package/dist/index-ebf49348.js +3240 -0
- package/dist/index.js +37 -46277
- package/dist/index.umd.cjs +189 -237
- package/dist/schemas/init.d.ts +500 -0
- package/dist/schemas/theme.d.ts +224 -0
- package/package.json +2 -1
package/dist/schemas/init.d.ts
CHANGED
|
@@ -782,6 +782,16 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
782
782
|
className?: string | undefined;
|
|
783
783
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
784
784
|
}>>;
|
|
785
|
+
poweredBy: z.ZodOptional<z.ZodObject<{
|
|
786
|
+
className: z.ZodOptional<z.ZodString>;
|
|
787
|
+
style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
|
|
788
|
+
}, "strip", z.ZodTypeAny, {
|
|
789
|
+
className?: string | undefined;
|
|
790
|
+
style?: import("react").CSSProperties | undefined;
|
|
791
|
+
}, {
|
|
792
|
+
className?: string | undefined;
|
|
793
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
794
|
+
}>>;
|
|
785
795
|
}, "strip", z.ZodTypeAny, {
|
|
786
796
|
container?: {
|
|
787
797
|
className?: string | undefined;
|
|
@@ -799,6 +809,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
799
809
|
className?: string | undefined;
|
|
800
810
|
style?: import("react").CSSProperties | undefined;
|
|
801
811
|
} | undefined;
|
|
812
|
+
poweredBy?: {
|
|
813
|
+
className?: string | undefined;
|
|
814
|
+
style?: import("react").CSSProperties | undefined;
|
|
815
|
+
} | undefined;
|
|
802
816
|
}, {
|
|
803
817
|
container?: {
|
|
804
818
|
className?: string | undefined;
|
|
@@ -816,6 +830,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
816
830
|
className?: string | undefined;
|
|
817
831
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
818
832
|
} | undefined;
|
|
833
|
+
poweredBy?: {
|
|
834
|
+
className?: string | undefined;
|
|
835
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
836
|
+
} | undefined;
|
|
819
837
|
}>>;
|
|
820
838
|
}, "strip", z.ZodTypeAny, {
|
|
821
839
|
container?: {
|
|
@@ -839,6 +857,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
839
857
|
className?: string | undefined;
|
|
840
858
|
style?: import("react").CSSProperties | undefined;
|
|
841
859
|
} | undefined;
|
|
860
|
+
poweredBy?: {
|
|
861
|
+
className?: string | undefined;
|
|
862
|
+
style?: import("react").CSSProperties | undefined;
|
|
863
|
+
} | undefined;
|
|
842
864
|
} | undefined;
|
|
843
865
|
}, {
|
|
844
866
|
container?: {
|
|
@@ -862,6 +884,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
862
884
|
className?: string | undefined;
|
|
863
885
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
864
886
|
} | undefined;
|
|
887
|
+
poweredBy?: {
|
|
888
|
+
className?: string | undefined;
|
|
889
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
890
|
+
} | undefined;
|
|
865
891
|
} | undefined;
|
|
866
892
|
}>>;
|
|
867
893
|
description: z.ZodOptional<z.ZodObject<{
|
|
@@ -997,6 +1023,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
997
1023
|
className?: string | undefined;
|
|
998
1024
|
style?: import("react").CSSProperties | undefined;
|
|
999
1025
|
} | undefined;
|
|
1026
|
+
poweredBy?: {
|
|
1027
|
+
className?: string | undefined;
|
|
1028
|
+
style?: import("react").CSSProperties | undefined;
|
|
1029
|
+
} | undefined;
|
|
1000
1030
|
} | undefined;
|
|
1001
1031
|
} | undefined;
|
|
1002
1032
|
description?: {
|
|
@@ -1082,6 +1112,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
1082
1112
|
className?: string | undefined;
|
|
1083
1113
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1084
1114
|
} | undefined;
|
|
1115
|
+
poweredBy?: {
|
|
1116
|
+
className?: string | undefined;
|
|
1117
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1118
|
+
} | undefined;
|
|
1085
1119
|
} | undefined;
|
|
1086
1120
|
} | undefined;
|
|
1087
1121
|
description?: {
|
|
@@ -1244,6 +1278,100 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
1244
1278
|
} | undefined;
|
|
1245
1279
|
}>>;
|
|
1246
1280
|
messageList: z.ZodOptional<z.ZodObject<{
|
|
1281
|
+
scrollbar: z.ZodOptional<z.ZodObject<{
|
|
1282
|
+
container: z.ZodOptional<z.ZodObject<{
|
|
1283
|
+
className: z.ZodOptional<z.ZodString>;
|
|
1284
|
+
style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
|
|
1285
|
+
}, "strip", z.ZodTypeAny, {
|
|
1286
|
+
className?: string | undefined;
|
|
1287
|
+
style?: import("react").CSSProperties | undefined;
|
|
1288
|
+
}, {
|
|
1289
|
+
className?: string | undefined;
|
|
1290
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1291
|
+
}>>;
|
|
1292
|
+
viewport: z.ZodOptional<z.ZodObject<{
|
|
1293
|
+
className: z.ZodOptional<z.ZodString>;
|
|
1294
|
+
style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
|
|
1295
|
+
}, "strip", z.ZodTypeAny, {
|
|
1296
|
+
className?: string | undefined;
|
|
1297
|
+
style?: import("react").CSSProperties | undefined;
|
|
1298
|
+
}, {
|
|
1299
|
+
className?: string | undefined;
|
|
1300
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1301
|
+
}>>;
|
|
1302
|
+
thumb: z.ZodOptional<z.ZodObject<{
|
|
1303
|
+
className: z.ZodOptional<z.ZodString>;
|
|
1304
|
+
style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
|
|
1305
|
+
}, "strip", z.ZodTypeAny, {
|
|
1306
|
+
className?: string | undefined;
|
|
1307
|
+
style?: import("react").CSSProperties | undefined;
|
|
1308
|
+
}, {
|
|
1309
|
+
className?: string | undefined;
|
|
1310
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1311
|
+
}>>;
|
|
1312
|
+
corner: z.ZodOptional<z.ZodObject<{
|
|
1313
|
+
className: z.ZodOptional<z.ZodString>;
|
|
1314
|
+
style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
|
|
1315
|
+
}, "strip", z.ZodTypeAny, {
|
|
1316
|
+
className?: string | undefined;
|
|
1317
|
+
style?: import("react").CSSProperties | undefined;
|
|
1318
|
+
}, {
|
|
1319
|
+
className?: string | undefined;
|
|
1320
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1321
|
+
}>>;
|
|
1322
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
1323
|
+
className: z.ZodOptional<z.ZodString>;
|
|
1324
|
+
style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
|
|
1325
|
+
}, "strip", z.ZodTypeAny, {
|
|
1326
|
+
className?: string | undefined;
|
|
1327
|
+
style?: import("react").CSSProperties | undefined;
|
|
1328
|
+
}, {
|
|
1329
|
+
className?: string | undefined;
|
|
1330
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1331
|
+
}>>;
|
|
1332
|
+
}, "strip", z.ZodTypeAny, {
|
|
1333
|
+
container?: {
|
|
1334
|
+
className?: string | undefined;
|
|
1335
|
+
style?: import("react").CSSProperties | undefined;
|
|
1336
|
+
} | undefined;
|
|
1337
|
+
viewport?: {
|
|
1338
|
+
className?: string | undefined;
|
|
1339
|
+
style?: import("react").CSSProperties | undefined;
|
|
1340
|
+
} | undefined;
|
|
1341
|
+
thumb?: {
|
|
1342
|
+
className?: string | undefined;
|
|
1343
|
+
style?: import("react").CSSProperties | undefined;
|
|
1344
|
+
} | undefined;
|
|
1345
|
+
corner?: {
|
|
1346
|
+
className?: string | undefined;
|
|
1347
|
+
style?: import("react").CSSProperties | undefined;
|
|
1348
|
+
} | undefined;
|
|
1349
|
+
background?: {
|
|
1350
|
+
className?: string | undefined;
|
|
1351
|
+
style?: import("react").CSSProperties | undefined;
|
|
1352
|
+
} | undefined;
|
|
1353
|
+
}, {
|
|
1354
|
+
container?: {
|
|
1355
|
+
className?: string | undefined;
|
|
1356
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1357
|
+
} | undefined;
|
|
1358
|
+
viewport?: {
|
|
1359
|
+
className?: string | undefined;
|
|
1360
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1361
|
+
} | undefined;
|
|
1362
|
+
thumb?: {
|
|
1363
|
+
className?: string | undefined;
|
|
1364
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1365
|
+
} | undefined;
|
|
1366
|
+
corner?: {
|
|
1367
|
+
className?: string | undefined;
|
|
1368
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1369
|
+
} | undefined;
|
|
1370
|
+
background?: {
|
|
1371
|
+
className?: string | undefined;
|
|
1372
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1373
|
+
} | undefined;
|
|
1374
|
+
}>>;
|
|
1247
1375
|
container: z.ZodOptional<z.ZodObject<{
|
|
1248
1376
|
className: z.ZodOptional<z.ZodString>;
|
|
1249
1377
|
style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
|
|
@@ -1475,6 +1603,28 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
1475
1603
|
} | undefined;
|
|
1476
1604
|
}>>;
|
|
1477
1605
|
}, "strip", z.ZodTypeAny, {
|
|
1606
|
+
scrollbar?: {
|
|
1607
|
+
container?: {
|
|
1608
|
+
className?: string | undefined;
|
|
1609
|
+
style?: import("react").CSSProperties | undefined;
|
|
1610
|
+
} | undefined;
|
|
1611
|
+
viewport?: {
|
|
1612
|
+
className?: string | undefined;
|
|
1613
|
+
style?: import("react").CSSProperties | undefined;
|
|
1614
|
+
} | undefined;
|
|
1615
|
+
thumb?: {
|
|
1616
|
+
className?: string | undefined;
|
|
1617
|
+
style?: import("react").CSSProperties | undefined;
|
|
1618
|
+
} | undefined;
|
|
1619
|
+
corner?: {
|
|
1620
|
+
className?: string | undefined;
|
|
1621
|
+
style?: import("react").CSSProperties | undefined;
|
|
1622
|
+
} | undefined;
|
|
1623
|
+
background?: {
|
|
1624
|
+
className?: string | undefined;
|
|
1625
|
+
style?: import("react").CSSProperties | undefined;
|
|
1626
|
+
} | undefined;
|
|
1627
|
+
} | undefined;
|
|
1478
1628
|
container?: {
|
|
1479
1629
|
className?: string | undefined;
|
|
1480
1630
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -1526,6 +1676,28 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
1526
1676
|
} | undefined;
|
|
1527
1677
|
} | undefined;
|
|
1528
1678
|
}, {
|
|
1679
|
+
scrollbar?: {
|
|
1680
|
+
container?: {
|
|
1681
|
+
className?: string | undefined;
|
|
1682
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1683
|
+
} | undefined;
|
|
1684
|
+
viewport?: {
|
|
1685
|
+
className?: string | undefined;
|
|
1686
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1687
|
+
} | undefined;
|
|
1688
|
+
thumb?: {
|
|
1689
|
+
className?: string | undefined;
|
|
1690
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1691
|
+
} | undefined;
|
|
1692
|
+
corner?: {
|
|
1693
|
+
className?: string | undefined;
|
|
1694
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1695
|
+
} | undefined;
|
|
1696
|
+
background?: {
|
|
1697
|
+
className?: string | undefined;
|
|
1698
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1699
|
+
} | undefined;
|
|
1700
|
+
} | undefined;
|
|
1529
1701
|
container?: {
|
|
1530
1702
|
className?: string | undefined;
|
|
1531
1703
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
@@ -2761,6 +2933,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
2761
2933
|
className?: string | undefined;
|
|
2762
2934
|
style?: import("react").CSSProperties | undefined;
|
|
2763
2935
|
} | undefined;
|
|
2936
|
+
poweredBy?: {
|
|
2937
|
+
className?: string | undefined;
|
|
2938
|
+
style?: import("react").CSSProperties | undefined;
|
|
2939
|
+
} | undefined;
|
|
2764
2940
|
} | undefined;
|
|
2765
2941
|
} | undefined;
|
|
2766
2942
|
description?: {
|
|
@@ -2813,6 +2989,28 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
2813
2989
|
} | undefined;
|
|
2814
2990
|
} | undefined;
|
|
2815
2991
|
messageList?: {
|
|
2992
|
+
scrollbar?: {
|
|
2993
|
+
container?: {
|
|
2994
|
+
className?: string | undefined;
|
|
2995
|
+
style?: import("react").CSSProperties | undefined;
|
|
2996
|
+
} | undefined;
|
|
2997
|
+
viewport?: {
|
|
2998
|
+
className?: string | undefined;
|
|
2999
|
+
style?: import("react").CSSProperties | undefined;
|
|
3000
|
+
} | undefined;
|
|
3001
|
+
thumb?: {
|
|
3002
|
+
className?: string | undefined;
|
|
3003
|
+
style?: import("react").CSSProperties | undefined;
|
|
3004
|
+
} | undefined;
|
|
3005
|
+
corner?: {
|
|
3006
|
+
className?: string | undefined;
|
|
3007
|
+
style?: import("react").CSSProperties | undefined;
|
|
3008
|
+
} | undefined;
|
|
3009
|
+
background?: {
|
|
3010
|
+
className?: string | undefined;
|
|
3011
|
+
style?: import("react").CSSProperties | undefined;
|
|
3012
|
+
} | undefined;
|
|
3013
|
+
} | undefined;
|
|
2816
3014
|
container?: {
|
|
2817
3015
|
className?: string | undefined;
|
|
2818
3016
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -3142,6 +3340,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
3142
3340
|
className?: string | undefined;
|
|
3143
3341
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3144
3342
|
} | undefined;
|
|
3343
|
+
poweredBy?: {
|
|
3344
|
+
className?: string | undefined;
|
|
3345
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3346
|
+
} | undefined;
|
|
3145
3347
|
} | undefined;
|
|
3146
3348
|
} | undefined;
|
|
3147
3349
|
description?: {
|
|
@@ -3194,6 +3396,28 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
3194
3396
|
} | undefined;
|
|
3195
3397
|
} | undefined;
|
|
3196
3398
|
messageList?: {
|
|
3399
|
+
scrollbar?: {
|
|
3400
|
+
container?: {
|
|
3401
|
+
className?: string | undefined;
|
|
3402
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3403
|
+
} | undefined;
|
|
3404
|
+
viewport?: {
|
|
3405
|
+
className?: string | undefined;
|
|
3406
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3407
|
+
} | undefined;
|
|
3408
|
+
thumb?: {
|
|
3409
|
+
className?: string | undefined;
|
|
3410
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3411
|
+
} | undefined;
|
|
3412
|
+
corner?: {
|
|
3413
|
+
className?: string | undefined;
|
|
3414
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3415
|
+
} | undefined;
|
|
3416
|
+
background?: {
|
|
3417
|
+
className?: string | undefined;
|
|
3418
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3419
|
+
} | undefined;
|
|
3420
|
+
} | undefined;
|
|
3197
3421
|
container?: {
|
|
3198
3422
|
className?: string | undefined;
|
|
3199
3423
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
@@ -3559,6 +3783,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
3559
3783
|
className?: string | undefined;
|
|
3560
3784
|
style?: import("react").CSSProperties | undefined;
|
|
3561
3785
|
} | undefined;
|
|
3786
|
+
poweredBy?: {
|
|
3787
|
+
className?: string | undefined;
|
|
3788
|
+
style?: import("react").CSSProperties | undefined;
|
|
3789
|
+
} | undefined;
|
|
3562
3790
|
} | undefined;
|
|
3563
3791
|
} | undefined;
|
|
3564
3792
|
description?: {
|
|
@@ -3611,6 +3839,28 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
3611
3839
|
} | undefined;
|
|
3612
3840
|
} | undefined;
|
|
3613
3841
|
messageList?: {
|
|
3842
|
+
scrollbar?: {
|
|
3843
|
+
container?: {
|
|
3844
|
+
className?: string | undefined;
|
|
3845
|
+
style?: import("react").CSSProperties | undefined;
|
|
3846
|
+
} | undefined;
|
|
3847
|
+
viewport?: {
|
|
3848
|
+
className?: string | undefined;
|
|
3849
|
+
style?: import("react").CSSProperties | undefined;
|
|
3850
|
+
} | undefined;
|
|
3851
|
+
thumb?: {
|
|
3852
|
+
className?: string | undefined;
|
|
3853
|
+
style?: import("react").CSSProperties | undefined;
|
|
3854
|
+
} | undefined;
|
|
3855
|
+
corner?: {
|
|
3856
|
+
className?: string | undefined;
|
|
3857
|
+
style?: import("react").CSSProperties | undefined;
|
|
3858
|
+
} | undefined;
|
|
3859
|
+
background?: {
|
|
3860
|
+
className?: string | undefined;
|
|
3861
|
+
style?: import("react").CSSProperties | undefined;
|
|
3862
|
+
} | undefined;
|
|
3863
|
+
} | undefined;
|
|
3614
3864
|
container?: {
|
|
3615
3865
|
className?: string | undefined;
|
|
3616
3866
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -4589,6 +4839,16 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
4589
4839
|
className?: string | undefined;
|
|
4590
4840
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4591
4841
|
}>>;
|
|
4842
|
+
poweredBy: z.ZodOptional<z.ZodObject<{
|
|
4843
|
+
className: z.ZodOptional<z.ZodString>;
|
|
4844
|
+
style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
|
|
4845
|
+
}, "strip", z.ZodTypeAny, {
|
|
4846
|
+
className?: string | undefined;
|
|
4847
|
+
style?: import("react").CSSProperties | undefined;
|
|
4848
|
+
}, {
|
|
4849
|
+
className?: string | undefined;
|
|
4850
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4851
|
+
}>>;
|
|
4592
4852
|
}, "strip", z.ZodTypeAny, {
|
|
4593
4853
|
container?: {
|
|
4594
4854
|
className?: string | undefined;
|
|
@@ -4606,6 +4866,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
4606
4866
|
className?: string | undefined;
|
|
4607
4867
|
style?: import("react").CSSProperties | undefined;
|
|
4608
4868
|
} | undefined;
|
|
4869
|
+
poweredBy?: {
|
|
4870
|
+
className?: string | undefined;
|
|
4871
|
+
style?: import("react").CSSProperties | undefined;
|
|
4872
|
+
} | undefined;
|
|
4609
4873
|
}, {
|
|
4610
4874
|
container?: {
|
|
4611
4875
|
className?: string | undefined;
|
|
@@ -4623,6 +4887,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
4623
4887
|
className?: string | undefined;
|
|
4624
4888
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4625
4889
|
} | undefined;
|
|
4890
|
+
poweredBy?: {
|
|
4891
|
+
className?: string | undefined;
|
|
4892
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4893
|
+
} | undefined;
|
|
4626
4894
|
}>>;
|
|
4627
4895
|
}, "strip", z.ZodTypeAny, {
|
|
4628
4896
|
container?: {
|
|
@@ -4646,6 +4914,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
4646
4914
|
className?: string | undefined;
|
|
4647
4915
|
style?: import("react").CSSProperties | undefined;
|
|
4648
4916
|
} | undefined;
|
|
4917
|
+
poweredBy?: {
|
|
4918
|
+
className?: string | undefined;
|
|
4919
|
+
style?: import("react").CSSProperties | undefined;
|
|
4920
|
+
} | undefined;
|
|
4649
4921
|
} | undefined;
|
|
4650
4922
|
}, {
|
|
4651
4923
|
container?: {
|
|
@@ -4669,6 +4941,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
4669
4941
|
className?: string | undefined;
|
|
4670
4942
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4671
4943
|
} | undefined;
|
|
4944
|
+
poweredBy?: {
|
|
4945
|
+
className?: string | undefined;
|
|
4946
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4947
|
+
} | undefined;
|
|
4672
4948
|
} | undefined;
|
|
4673
4949
|
}>>;
|
|
4674
4950
|
description: z.ZodOptional<z.ZodObject<{
|
|
@@ -4804,6 +5080,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
4804
5080
|
className?: string | undefined;
|
|
4805
5081
|
style?: import("react").CSSProperties | undefined;
|
|
4806
5082
|
} | undefined;
|
|
5083
|
+
poweredBy?: {
|
|
5084
|
+
className?: string | undefined;
|
|
5085
|
+
style?: import("react").CSSProperties | undefined;
|
|
5086
|
+
} | undefined;
|
|
4807
5087
|
} | undefined;
|
|
4808
5088
|
} | undefined;
|
|
4809
5089
|
description?: {
|
|
@@ -4889,6 +5169,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
4889
5169
|
className?: string | undefined;
|
|
4890
5170
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4891
5171
|
} | undefined;
|
|
5172
|
+
poweredBy?: {
|
|
5173
|
+
className?: string | undefined;
|
|
5174
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5175
|
+
} | undefined;
|
|
4892
5176
|
} | undefined;
|
|
4893
5177
|
} | undefined;
|
|
4894
5178
|
description?: {
|
|
@@ -5051,6 +5335,100 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
5051
5335
|
} | undefined;
|
|
5052
5336
|
}>>;
|
|
5053
5337
|
messageList: z.ZodOptional<z.ZodObject<{
|
|
5338
|
+
scrollbar: z.ZodOptional<z.ZodObject<{
|
|
5339
|
+
container: z.ZodOptional<z.ZodObject<{
|
|
5340
|
+
className: z.ZodOptional<z.ZodString>;
|
|
5341
|
+
style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
|
|
5342
|
+
}, "strip", z.ZodTypeAny, {
|
|
5343
|
+
className?: string | undefined;
|
|
5344
|
+
style?: import("react").CSSProperties | undefined;
|
|
5345
|
+
}, {
|
|
5346
|
+
className?: string | undefined;
|
|
5347
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5348
|
+
}>>;
|
|
5349
|
+
viewport: z.ZodOptional<z.ZodObject<{
|
|
5350
|
+
className: z.ZodOptional<z.ZodString>;
|
|
5351
|
+
style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
|
|
5352
|
+
}, "strip", z.ZodTypeAny, {
|
|
5353
|
+
className?: string | undefined;
|
|
5354
|
+
style?: import("react").CSSProperties | undefined;
|
|
5355
|
+
}, {
|
|
5356
|
+
className?: string | undefined;
|
|
5357
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5358
|
+
}>>;
|
|
5359
|
+
thumb: z.ZodOptional<z.ZodObject<{
|
|
5360
|
+
className: z.ZodOptional<z.ZodString>;
|
|
5361
|
+
style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
|
|
5362
|
+
}, "strip", z.ZodTypeAny, {
|
|
5363
|
+
className?: string | undefined;
|
|
5364
|
+
style?: import("react").CSSProperties | undefined;
|
|
5365
|
+
}, {
|
|
5366
|
+
className?: string | undefined;
|
|
5367
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5368
|
+
}>>;
|
|
5369
|
+
corner: z.ZodOptional<z.ZodObject<{
|
|
5370
|
+
className: z.ZodOptional<z.ZodString>;
|
|
5371
|
+
style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
|
|
5372
|
+
}, "strip", z.ZodTypeAny, {
|
|
5373
|
+
className?: string | undefined;
|
|
5374
|
+
style?: import("react").CSSProperties | undefined;
|
|
5375
|
+
}, {
|
|
5376
|
+
className?: string | undefined;
|
|
5377
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5378
|
+
}>>;
|
|
5379
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
5380
|
+
className: z.ZodOptional<z.ZodString>;
|
|
5381
|
+
style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
|
|
5382
|
+
}, "strip", z.ZodTypeAny, {
|
|
5383
|
+
className?: string | undefined;
|
|
5384
|
+
style?: import("react").CSSProperties | undefined;
|
|
5385
|
+
}, {
|
|
5386
|
+
className?: string | undefined;
|
|
5387
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5388
|
+
}>>;
|
|
5389
|
+
}, "strip", z.ZodTypeAny, {
|
|
5390
|
+
container?: {
|
|
5391
|
+
className?: string | undefined;
|
|
5392
|
+
style?: import("react").CSSProperties | undefined;
|
|
5393
|
+
} | undefined;
|
|
5394
|
+
viewport?: {
|
|
5395
|
+
className?: string | undefined;
|
|
5396
|
+
style?: import("react").CSSProperties | undefined;
|
|
5397
|
+
} | undefined;
|
|
5398
|
+
thumb?: {
|
|
5399
|
+
className?: string | undefined;
|
|
5400
|
+
style?: import("react").CSSProperties | undefined;
|
|
5401
|
+
} | undefined;
|
|
5402
|
+
corner?: {
|
|
5403
|
+
className?: string | undefined;
|
|
5404
|
+
style?: import("react").CSSProperties | undefined;
|
|
5405
|
+
} | undefined;
|
|
5406
|
+
background?: {
|
|
5407
|
+
className?: string | undefined;
|
|
5408
|
+
style?: import("react").CSSProperties | undefined;
|
|
5409
|
+
} | undefined;
|
|
5410
|
+
}, {
|
|
5411
|
+
container?: {
|
|
5412
|
+
className?: string | undefined;
|
|
5413
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5414
|
+
} | undefined;
|
|
5415
|
+
viewport?: {
|
|
5416
|
+
className?: string | undefined;
|
|
5417
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5418
|
+
} | undefined;
|
|
5419
|
+
thumb?: {
|
|
5420
|
+
className?: string | undefined;
|
|
5421
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5422
|
+
} | undefined;
|
|
5423
|
+
corner?: {
|
|
5424
|
+
className?: string | undefined;
|
|
5425
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5426
|
+
} | undefined;
|
|
5427
|
+
background?: {
|
|
5428
|
+
className?: string | undefined;
|
|
5429
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5430
|
+
} | undefined;
|
|
5431
|
+
}>>;
|
|
5054
5432
|
container: z.ZodOptional<z.ZodObject<{
|
|
5055
5433
|
className: z.ZodOptional<z.ZodString>;
|
|
5056
5434
|
style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
|
|
@@ -5282,6 +5660,28 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
5282
5660
|
} | undefined;
|
|
5283
5661
|
}>>;
|
|
5284
5662
|
}, "strip", z.ZodTypeAny, {
|
|
5663
|
+
scrollbar?: {
|
|
5664
|
+
container?: {
|
|
5665
|
+
className?: string | undefined;
|
|
5666
|
+
style?: import("react").CSSProperties | undefined;
|
|
5667
|
+
} | undefined;
|
|
5668
|
+
viewport?: {
|
|
5669
|
+
className?: string | undefined;
|
|
5670
|
+
style?: import("react").CSSProperties | undefined;
|
|
5671
|
+
} | undefined;
|
|
5672
|
+
thumb?: {
|
|
5673
|
+
className?: string | undefined;
|
|
5674
|
+
style?: import("react").CSSProperties | undefined;
|
|
5675
|
+
} | undefined;
|
|
5676
|
+
corner?: {
|
|
5677
|
+
className?: string | undefined;
|
|
5678
|
+
style?: import("react").CSSProperties | undefined;
|
|
5679
|
+
} | undefined;
|
|
5680
|
+
background?: {
|
|
5681
|
+
className?: string | undefined;
|
|
5682
|
+
style?: import("react").CSSProperties | undefined;
|
|
5683
|
+
} | undefined;
|
|
5684
|
+
} | undefined;
|
|
5285
5685
|
container?: {
|
|
5286
5686
|
className?: string | undefined;
|
|
5287
5687
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -5333,6 +5733,28 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
5333
5733
|
} | undefined;
|
|
5334
5734
|
} | undefined;
|
|
5335
5735
|
}, {
|
|
5736
|
+
scrollbar?: {
|
|
5737
|
+
container?: {
|
|
5738
|
+
className?: string | undefined;
|
|
5739
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5740
|
+
} | undefined;
|
|
5741
|
+
viewport?: {
|
|
5742
|
+
className?: string | undefined;
|
|
5743
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5744
|
+
} | undefined;
|
|
5745
|
+
thumb?: {
|
|
5746
|
+
className?: string | undefined;
|
|
5747
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5748
|
+
} | undefined;
|
|
5749
|
+
corner?: {
|
|
5750
|
+
className?: string | undefined;
|
|
5751
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5752
|
+
} | undefined;
|
|
5753
|
+
background?: {
|
|
5754
|
+
className?: string | undefined;
|
|
5755
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5756
|
+
} | undefined;
|
|
5757
|
+
} | undefined;
|
|
5336
5758
|
container?: {
|
|
5337
5759
|
className?: string | undefined;
|
|
5338
5760
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
@@ -6568,6 +6990,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
6568
6990
|
className?: string | undefined;
|
|
6569
6991
|
style?: import("react").CSSProperties | undefined;
|
|
6570
6992
|
} | undefined;
|
|
6993
|
+
poweredBy?: {
|
|
6994
|
+
className?: string | undefined;
|
|
6995
|
+
style?: import("react").CSSProperties | undefined;
|
|
6996
|
+
} | undefined;
|
|
6571
6997
|
} | undefined;
|
|
6572
6998
|
} | undefined;
|
|
6573
6999
|
description?: {
|
|
@@ -6620,6 +7046,28 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
6620
7046
|
} | undefined;
|
|
6621
7047
|
} | undefined;
|
|
6622
7048
|
messageList?: {
|
|
7049
|
+
scrollbar?: {
|
|
7050
|
+
container?: {
|
|
7051
|
+
className?: string | undefined;
|
|
7052
|
+
style?: import("react").CSSProperties | undefined;
|
|
7053
|
+
} | undefined;
|
|
7054
|
+
viewport?: {
|
|
7055
|
+
className?: string | undefined;
|
|
7056
|
+
style?: import("react").CSSProperties | undefined;
|
|
7057
|
+
} | undefined;
|
|
7058
|
+
thumb?: {
|
|
7059
|
+
className?: string | undefined;
|
|
7060
|
+
style?: import("react").CSSProperties | undefined;
|
|
7061
|
+
} | undefined;
|
|
7062
|
+
corner?: {
|
|
7063
|
+
className?: string | undefined;
|
|
7064
|
+
style?: import("react").CSSProperties | undefined;
|
|
7065
|
+
} | undefined;
|
|
7066
|
+
background?: {
|
|
7067
|
+
className?: string | undefined;
|
|
7068
|
+
style?: import("react").CSSProperties | undefined;
|
|
7069
|
+
} | undefined;
|
|
7070
|
+
} | undefined;
|
|
6623
7071
|
container?: {
|
|
6624
7072
|
className?: string | undefined;
|
|
6625
7073
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -6949,6 +7397,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
6949
7397
|
className?: string | undefined;
|
|
6950
7398
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6951
7399
|
} | undefined;
|
|
7400
|
+
poweredBy?: {
|
|
7401
|
+
className?: string | undefined;
|
|
7402
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7403
|
+
} | undefined;
|
|
6952
7404
|
} | undefined;
|
|
6953
7405
|
} | undefined;
|
|
6954
7406
|
description?: {
|
|
@@ -7001,6 +7453,28 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
7001
7453
|
} | undefined;
|
|
7002
7454
|
} | undefined;
|
|
7003
7455
|
messageList?: {
|
|
7456
|
+
scrollbar?: {
|
|
7457
|
+
container?: {
|
|
7458
|
+
className?: string | undefined;
|
|
7459
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7460
|
+
} | undefined;
|
|
7461
|
+
viewport?: {
|
|
7462
|
+
className?: string | undefined;
|
|
7463
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7464
|
+
} | undefined;
|
|
7465
|
+
thumb?: {
|
|
7466
|
+
className?: string | undefined;
|
|
7467
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7468
|
+
} | undefined;
|
|
7469
|
+
corner?: {
|
|
7470
|
+
className?: string | undefined;
|
|
7471
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7472
|
+
} | undefined;
|
|
7473
|
+
background?: {
|
|
7474
|
+
className?: string | undefined;
|
|
7475
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7476
|
+
} | undefined;
|
|
7477
|
+
} | undefined;
|
|
7004
7478
|
container?: {
|
|
7005
7479
|
className?: string | undefined;
|
|
7006
7480
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
@@ -7377,6 +7851,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
7377
7851
|
className?: string | undefined;
|
|
7378
7852
|
style?: import("react").CSSProperties | undefined;
|
|
7379
7853
|
} | undefined;
|
|
7854
|
+
poweredBy?: {
|
|
7855
|
+
className?: string | undefined;
|
|
7856
|
+
style?: import("react").CSSProperties | undefined;
|
|
7857
|
+
} | undefined;
|
|
7380
7858
|
} | undefined;
|
|
7381
7859
|
} | undefined;
|
|
7382
7860
|
description?: {
|
|
@@ -7429,6 +7907,28 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
7429
7907
|
} | undefined;
|
|
7430
7908
|
} | undefined;
|
|
7431
7909
|
messageList?: {
|
|
7910
|
+
scrollbar?: {
|
|
7911
|
+
container?: {
|
|
7912
|
+
className?: string | undefined;
|
|
7913
|
+
style?: import("react").CSSProperties | undefined;
|
|
7914
|
+
} | undefined;
|
|
7915
|
+
viewport?: {
|
|
7916
|
+
className?: string | undefined;
|
|
7917
|
+
style?: import("react").CSSProperties | undefined;
|
|
7918
|
+
} | undefined;
|
|
7919
|
+
thumb?: {
|
|
7920
|
+
className?: string | undefined;
|
|
7921
|
+
style?: import("react").CSSProperties | undefined;
|
|
7922
|
+
} | undefined;
|
|
7923
|
+
corner?: {
|
|
7924
|
+
className?: string | undefined;
|
|
7925
|
+
style?: import("react").CSSProperties | undefined;
|
|
7926
|
+
} | undefined;
|
|
7927
|
+
background?: {
|
|
7928
|
+
className?: string | undefined;
|
|
7929
|
+
style?: import("react").CSSProperties | undefined;
|
|
7930
|
+
} | undefined;
|
|
7931
|
+
} | undefined;
|
|
7432
7932
|
container?: {
|
|
7433
7933
|
className?: string | undefined;
|
|
7434
7934
|
style?: import("react").CSSProperties | undefined;
|