@botpress/webchat 1.3.6 → 1.3.8
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/Header.d.ts +3 -3
- 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-8e9a70c6.js +40723 -0
- package/dist/index-de8cc2d3.js +3240 -0
- package/dist/index.js +37 -46280
- package/dist/index.umd.cjs +189 -237
- package/dist/schemas/init.d.ts +576 -0
- package/dist/schemas/theme.d.ts +258 -0
- package/package.json +2 -1
package/dist/schemas/init.d.ts
CHANGED
|
@@ -741,6 +741,16 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
741
741
|
className?: string | undefined;
|
|
742
742
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
743
743
|
}>>;
|
|
744
|
+
group: z.ZodOptional<z.ZodObject<{
|
|
745
|
+
className: z.ZodOptional<z.ZodString>;
|
|
746
|
+
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">>>;
|
|
747
|
+
}, "strip", z.ZodTypeAny, {
|
|
748
|
+
className?: string | undefined;
|
|
749
|
+
style?: import("react").CSSProperties | undefined;
|
|
750
|
+
}, {
|
|
751
|
+
className?: string | undefined;
|
|
752
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
753
|
+
}>>;
|
|
744
754
|
descriptionItems: z.ZodOptional<z.ZodObject<{
|
|
745
755
|
container: z.ZodOptional<z.ZodObject<{
|
|
746
756
|
className: z.ZodOptional<z.ZodString>;
|
|
@@ -782,6 +792,16 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
782
792
|
className?: string | undefined;
|
|
783
793
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
784
794
|
}>>;
|
|
795
|
+
poweredBy: z.ZodOptional<z.ZodObject<{
|
|
796
|
+
className: z.ZodOptional<z.ZodString>;
|
|
797
|
+
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">>>;
|
|
798
|
+
}, "strip", z.ZodTypeAny, {
|
|
799
|
+
className?: string | undefined;
|
|
800
|
+
style?: import("react").CSSProperties | undefined;
|
|
801
|
+
}, {
|
|
802
|
+
className?: string | undefined;
|
|
803
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
804
|
+
}>>;
|
|
785
805
|
}, "strip", z.ZodTypeAny, {
|
|
786
806
|
container?: {
|
|
787
807
|
className?: string | undefined;
|
|
@@ -799,6 +819,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
799
819
|
className?: string | undefined;
|
|
800
820
|
style?: import("react").CSSProperties | undefined;
|
|
801
821
|
} | undefined;
|
|
822
|
+
poweredBy?: {
|
|
823
|
+
className?: string | undefined;
|
|
824
|
+
style?: import("react").CSSProperties | undefined;
|
|
825
|
+
} | undefined;
|
|
802
826
|
}, {
|
|
803
827
|
container?: {
|
|
804
828
|
className?: string | undefined;
|
|
@@ -816,12 +840,20 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
816
840
|
className?: string | undefined;
|
|
817
841
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
818
842
|
} | undefined;
|
|
843
|
+
poweredBy?: {
|
|
844
|
+
className?: string | undefined;
|
|
845
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
846
|
+
} | undefined;
|
|
819
847
|
}>>;
|
|
820
848
|
}, "strip", z.ZodTypeAny, {
|
|
821
849
|
container?: {
|
|
822
850
|
className?: string | undefined;
|
|
823
851
|
style?: import("react").CSSProperties | undefined;
|
|
824
852
|
} | undefined;
|
|
853
|
+
group?: {
|
|
854
|
+
className?: string | undefined;
|
|
855
|
+
style?: import("react").CSSProperties | undefined;
|
|
856
|
+
} | undefined;
|
|
825
857
|
descriptionItems?: {
|
|
826
858
|
container?: {
|
|
827
859
|
className?: string | undefined;
|
|
@@ -839,12 +871,20 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
839
871
|
className?: string | undefined;
|
|
840
872
|
style?: import("react").CSSProperties | undefined;
|
|
841
873
|
} | undefined;
|
|
874
|
+
poweredBy?: {
|
|
875
|
+
className?: string | undefined;
|
|
876
|
+
style?: import("react").CSSProperties | undefined;
|
|
877
|
+
} | undefined;
|
|
842
878
|
} | undefined;
|
|
843
879
|
}, {
|
|
844
880
|
container?: {
|
|
845
881
|
className?: string | undefined;
|
|
846
882
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
847
883
|
} | undefined;
|
|
884
|
+
group?: {
|
|
885
|
+
className?: string | undefined;
|
|
886
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
887
|
+
} | undefined;
|
|
848
888
|
descriptionItems?: {
|
|
849
889
|
container?: {
|
|
850
890
|
className?: string | undefined;
|
|
@@ -862,6 +902,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
862
902
|
className?: string | undefined;
|
|
863
903
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
864
904
|
} | undefined;
|
|
905
|
+
poweredBy?: {
|
|
906
|
+
className?: string | undefined;
|
|
907
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
908
|
+
} | undefined;
|
|
865
909
|
} | undefined;
|
|
866
910
|
}>>;
|
|
867
911
|
description: z.ZodOptional<z.ZodObject<{
|
|
@@ -980,6 +1024,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
980
1024
|
className?: string | undefined;
|
|
981
1025
|
style?: import("react").CSSProperties | undefined;
|
|
982
1026
|
} | undefined;
|
|
1027
|
+
group?: {
|
|
1028
|
+
className?: string | undefined;
|
|
1029
|
+
style?: import("react").CSSProperties | undefined;
|
|
1030
|
+
} | undefined;
|
|
983
1031
|
descriptionItems?: {
|
|
984
1032
|
container?: {
|
|
985
1033
|
className?: string | undefined;
|
|
@@ -997,6 +1045,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
997
1045
|
className?: string | undefined;
|
|
998
1046
|
style?: import("react").CSSProperties | undefined;
|
|
999
1047
|
} | undefined;
|
|
1048
|
+
poweredBy?: {
|
|
1049
|
+
className?: string | undefined;
|
|
1050
|
+
style?: import("react").CSSProperties | undefined;
|
|
1051
|
+
} | undefined;
|
|
1000
1052
|
} | undefined;
|
|
1001
1053
|
} | undefined;
|
|
1002
1054
|
description?: {
|
|
@@ -1065,6 +1117,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
1065
1117
|
className?: string | undefined;
|
|
1066
1118
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1067
1119
|
} | undefined;
|
|
1120
|
+
group?: {
|
|
1121
|
+
className?: string | undefined;
|
|
1122
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1123
|
+
} | undefined;
|
|
1068
1124
|
descriptionItems?: {
|
|
1069
1125
|
container?: {
|
|
1070
1126
|
className?: string | undefined;
|
|
@@ -1082,6 +1138,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
1082
1138
|
className?: string | undefined;
|
|
1083
1139
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1084
1140
|
} | undefined;
|
|
1141
|
+
poweredBy?: {
|
|
1142
|
+
className?: string | undefined;
|
|
1143
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1144
|
+
} | undefined;
|
|
1085
1145
|
} | undefined;
|
|
1086
1146
|
} | undefined;
|
|
1087
1147
|
description?: {
|
|
@@ -1244,6 +1304,100 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
1244
1304
|
} | undefined;
|
|
1245
1305
|
}>>;
|
|
1246
1306
|
messageList: z.ZodOptional<z.ZodObject<{
|
|
1307
|
+
scrollbar: z.ZodOptional<z.ZodObject<{
|
|
1308
|
+
container: z.ZodOptional<z.ZodObject<{
|
|
1309
|
+
className: z.ZodOptional<z.ZodString>;
|
|
1310
|
+
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">>>;
|
|
1311
|
+
}, "strip", z.ZodTypeAny, {
|
|
1312
|
+
className?: string | undefined;
|
|
1313
|
+
style?: import("react").CSSProperties | undefined;
|
|
1314
|
+
}, {
|
|
1315
|
+
className?: string | undefined;
|
|
1316
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1317
|
+
}>>;
|
|
1318
|
+
viewport: z.ZodOptional<z.ZodObject<{
|
|
1319
|
+
className: z.ZodOptional<z.ZodString>;
|
|
1320
|
+
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">>>;
|
|
1321
|
+
}, "strip", z.ZodTypeAny, {
|
|
1322
|
+
className?: string | undefined;
|
|
1323
|
+
style?: import("react").CSSProperties | undefined;
|
|
1324
|
+
}, {
|
|
1325
|
+
className?: string | undefined;
|
|
1326
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1327
|
+
}>>;
|
|
1328
|
+
thumb: z.ZodOptional<z.ZodObject<{
|
|
1329
|
+
className: z.ZodOptional<z.ZodString>;
|
|
1330
|
+
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">>>;
|
|
1331
|
+
}, "strip", z.ZodTypeAny, {
|
|
1332
|
+
className?: string | undefined;
|
|
1333
|
+
style?: import("react").CSSProperties | undefined;
|
|
1334
|
+
}, {
|
|
1335
|
+
className?: string | undefined;
|
|
1336
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1337
|
+
}>>;
|
|
1338
|
+
corner: z.ZodOptional<z.ZodObject<{
|
|
1339
|
+
className: z.ZodOptional<z.ZodString>;
|
|
1340
|
+
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">>>;
|
|
1341
|
+
}, "strip", z.ZodTypeAny, {
|
|
1342
|
+
className?: string | undefined;
|
|
1343
|
+
style?: import("react").CSSProperties | undefined;
|
|
1344
|
+
}, {
|
|
1345
|
+
className?: string | undefined;
|
|
1346
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1347
|
+
}>>;
|
|
1348
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
1349
|
+
className: z.ZodOptional<z.ZodString>;
|
|
1350
|
+
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">>>;
|
|
1351
|
+
}, "strip", z.ZodTypeAny, {
|
|
1352
|
+
className?: string | undefined;
|
|
1353
|
+
style?: import("react").CSSProperties | undefined;
|
|
1354
|
+
}, {
|
|
1355
|
+
className?: string | undefined;
|
|
1356
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1357
|
+
}>>;
|
|
1358
|
+
}, "strip", z.ZodTypeAny, {
|
|
1359
|
+
container?: {
|
|
1360
|
+
className?: string | undefined;
|
|
1361
|
+
style?: import("react").CSSProperties | undefined;
|
|
1362
|
+
} | undefined;
|
|
1363
|
+
viewport?: {
|
|
1364
|
+
className?: string | undefined;
|
|
1365
|
+
style?: import("react").CSSProperties | undefined;
|
|
1366
|
+
} | undefined;
|
|
1367
|
+
thumb?: {
|
|
1368
|
+
className?: string | undefined;
|
|
1369
|
+
style?: import("react").CSSProperties | undefined;
|
|
1370
|
+
} | undefined;
|
|
1371
|
+
corner?: {
|
|
1372
|
+
className?: string | undefined;
|
|
1373
|
+
style?: import("react").CSSProperties | undefined;
|
|
1374
|
+
} | undefined;
|
|
1375
|
+
background?: {
|
|
1376
|
+
className?: string | undefined;
|
|
1377
|
+
style?: import("react").CSSProperties | undefined;
|
|
1378
|
+
} | undefined;
|
|
1379
|
+
}, {
|
|
1380
|
+
container?: {
|
|
1381
|
+
className?: string | undefined;
|
|
1382
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1383
|
+
} | undefined;
|
|
1384
|
+
viewport?: {
|
|
1385
|
+
className?: string | undefined;
|
|
1386
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1387
|
+
} | undefined;
|
|
1388
|
+
thumb?: {
|
|
1389
|
+
className?: string | undefined;
|
|
1390
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1391
|
+
} | undefined;
|
|
1392
|
+
corner?: {
|
|
1393
|
+
className?: string | undefined;
|
|
1394
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1395
|
+
} | undefined;
|
|
1396
|
+
background?: {
|
|
1397
|
+
className?: string | undefined;
|
|
1398
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1399
|
+
} | undefined;
|
|
1400
|
+
}>>;
|
|
1247
1401
|
container: z.ZodOptional<z.ZodObject<{
|
|
1248
1402
|
className: z.ZodOptional<z.ZodString>;
|
|
1249
1403
|
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 +1629,28 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
1475
1629
|
} | undefined;
|
|
1476
1630
|
}>>;
|
|
1477
1631
|
}, "strip", z.ZodTypeAny, {
|
|
1632
|
+
scrollbar?: {
|
|
1633
|
+
container?: {
|
|
1634
|
+
className?: string | undefined;
|
|
1635
|
+
style?: import("react").CSSProperties | undefined;
|
|
1636
|
+
} | undefined;
|
|
1637
|
+
viewport?: {
|
|
1638
|
+
className?: string | undefined;
|
|
1639
|
+
style?: import("react").CSSProperties | undefined;
|
|
1640
|
+
} | undefined;
|
|
1641
|
+
thumb?: {
|
|
1642
|
+
className?: string | undefined;
|
|
1643
|
+
style?: import("react").CSSProperties | undefined;
|
|
1644
|
+
} | undefined;
|
|
1645
|
+
corner?: {
|
|
1646
|
+
className?: string | undefined;
|
|
1647
|
+
style?: import("react").CSSProperties | undefined;
|
|
1648
|
+
} | undefined;
|
|
1649
|
+
background?: {
|
|
1650
|
+
className?: string | undefined;
|
|
1651
|
+
style?: import("react").CSSProperties | undefined;
|
|
1652
|
+
} | undefined;
|
|
1653
|
+
} | undefined;
|
|
1478
1654
|
container?: {
|
|
1479
1655
|
className?: string | undefined;
|
|
1480
1656
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -1526,6 +1702,28 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
1526
1702
|
} | undefined;
|
|
1527
1703
|
} | undefined;
|
|
1528
1704
|
}, {
|
|
1705
|
+
scrollbar?: {
|
|
1706
|
+
container?: {
|
|
1707
|
+
className?: string | undefined;
|
|
1708
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1709
|
+
} | undefined;
|
|
1710
|
+
viewport?: {
|
|
1711
|
+
className?: string | undefined;
|
|
1712
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1713
|
+
} | undefined;
|
|
1714
|
+
thumb?: {
|
|
1715
|
+
className?: string | undefined;
|
|
1716
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1717
|
+
} | undefined;
|
|
1718
|
+
corner?: {
|
|
1719
|
+
className?: string | undefined;
|
|
1720
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1721
|
+
} | undefined;
|
|
1722
|
+
background?: {
|
|
1723
|
+
className?: string | undefined;
|
|
1724
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1725
|
+
} | undefined;
|
|
1726
|
+
} | undefined;
|
|
1529
1727
|
container?: {
|
|
1530
1728
|
className?: string | undefined;
|
|
1531
1729
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
@@ -2744,6 +2942,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
2744
2942
|
className?: string | undefined;
|
|
2745
2943
|
style?: import("react").CSSProperties | undefined;
|
|
2746
2944
|
} | undefined;
|
|
2945
|
+
group?: {
|
|
2946
|
+
className?: string | undefined;
|
|
2947
|
+
style?: import("react").CSSProperties | undefined;
|
|
2948
|
+
} | undefined;
|
|
2747
2949
|
descriptionItems?: {
|
|
2748
2950
|
container?: {
|
|
2749
2951
|
className?: string | undefined;
|
|
@@ -2761,6 +2963,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
2761
2963
|
className?: string | undefined;
|
|
2762
2964
|
style?: import("react").CSSProperties | undefined;
|
|
2763
2965
|
} | undefined;
|
|
2966
|
+
poweredBy?: {
|
|
2967
|
+
className?: string | undefined;
|
|
2968
|
+
style?: import("react").CSSProperties | undefined;
|
|
2969
|
+
} | undefined;
|
|
2764
2970
|
} | undefined;
|
|
2765
2971
|
} | undefined;
|
|
2766
2972
|
description?: {
|
|
@@ -2813,6 +3019,28 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
2813
3019
|
} | undefined;
|
|
2814
3020
|
} | undefined;
|
|
2815
3021
|
messageList?: {
|
|
3022
|
+
scrollbar?: {
|
|
3023
|
+
container?: {
|
|
3024
|
+
className?: string | undefined;
|
|
3025
|
+
style?: import("react").CSSProperties | undefined;
|
|
3026
|
+
} | undefined;
|
|
3027
|
+
viewport?: {
|
|
3028
|
+
className?: string | undefined;
|
|
3029
|
+
style?: import("react").CSSProperties | undefined;
|
|
3030
|
+
} | undefined;
|
|
3031
|
+
thumb?: {
|
|
3032
|
+
className?: string | undefined;
|
|
3033
|
+
style?: import("react").CSSProperties | undefined;
|
|
3034
|
+
} | undefined;
|
|
3035
|
+
corner?: {
|
|
3036
|
+
className?: string | undefined;
|
|
3037
|
+
style?: import("react").CSSProperties | undefined;
|
|
3038
|
+
} | undefined;
|
|
3039
|
+
background?: {
|
|
3040
|
+
className?: string | undefined;
|
|
3041
|
+
style?: import("react").CSSProperties | undefined;
|
|
3042
|
+
} | undefined;
|
|
3043
|
+
} | undefined;
|
|
2816
3044
|
container?: {
|
|
2817
3045
|
className?: string | undefined;
|
|
2818
3046
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -3125,6 +3353,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
3125
3353
|
className?: string | undefined;
|
|
3126
3354
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3127
3355
|
} | undefined;
|
|
3356
|
+
group?: {
|
|
3357
|
+
className?: string | undefined;
|
|
3358
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3359
|
+
} | undefined;
|
|
3128
3360
|
descriptionItems?: {
|
|
3129
3361
|
container?: {
|
|
3130
3362
|
className?: string | undefined;
|
|
@@ -3142,6 +3374,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
3142
3374
|
className?: string | undefined;
|
|
3143
3375
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3144
3376
|
} | undefined;
|
|
3377
|
+
poweredBy?: {
|
|
3378
|
+
className?: string | undefined;
|
|
3379
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3380
|
+
} | undefined;
|
|
3145
3381
|
} | undefined;
|
|
3146
3382
|
} | undefined;
|
|
3147
3383
|
description?: {
|
|
@@ -3194,6 +3430,28 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
3194
3430
|
} | undefined;
|
|
3195
3431
|
} | undefined;
|
|
3196
3432
|
messageList?: {
|
|
3433
|
+
scrollbar?: {
|
|
3434
|
+
container?: {
|
|
3435
|
+
className?: string | undefined;
|
|
3436
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3437
|
+
} | undefined;
|
|
3438
|
+
viewport?: {
|
|
3439
|
+
className?: string | undefined;
|
|
3440
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3441
|
+
} | undefined;
|
|
3442
|
+
thumb?: {
|
|
3443
|
+
className?: string | undefined;
|
|
3444
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3445
|
+
} | undefined;
|
|
3446
|
+
corner?: {
|
|
3447
|
+
className?: string | undefined;
|
|
3448
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3449
|
+
} | undefined;
|
|
3450
|
+
background?: {
|
|
3451
|
+
className?: string | undefined;
|
|
3452
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3453
|
+
} | undefined;
|
|
3454
|
+
} | undefined;
|
|
3197
3455
|
container?: {
|
|
3198
3456
|
className?: string | undefined;
|
|
3199
3457
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
@@ -3542,6 +3800,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
3542
3800
|
className?: string | undefined;
|
|
3543
3801
|
style?: import("react").CSSProperties | undefined;
|
|
3544
3802
|
} | undefined;
|
|
3803
|
+
group?: {
|
|
3804
|
+
className?: string | undefined;
|
|
3805
|
+
style?: import("react").CSSProperties | undefined;
|
|
3806
|
+
} | undefined;
|
|
3545
3807
|
descriptionItems?: {
|
|
3546
3808
|
container?: {
|
|
3547
3809
|
className?: string | undefined;
|
|
@@ -3559,6 +3821,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
3559
3821
|
className?: string | undefined;
|
|
3560
3822
|
style?: import("react").CSSProperties | undefined;
|
|
3561
3823
|
} | undefined;
|
|
3824
|
+
poweredBy?: {
|
|
3825
|
+
className?: string | undefined;
|
|
3826
|
+
style?: import("react").CSSProperties | undefined;
|
|
3827
|
+
} | undefined;
|
|
3562
3828
|
} | undefined;
|
|
3563
3829
|
} | undefined;
|
|
3564
3830
|
description?: {
|
|
@@ -3611,6 +3877,28 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
3611
3877
|
} | undefined;
|
|
3612
3878
|
} | undefined;
|
|
3613
3879
|
messageList?: {
|
|
3880
|
+
scrollbar?: {
|
|
3881
|
+
container?: {
|
|
3882
|
+
className?: string | undefined;
|
|
3883
|
+
style?: import("react").CSSProperties | undefined;
|
|
3884
|
+
} | undefined;
|
|
3885
|
+
viewport?: {
|
|
3886
|
+
className?: string | undefined;
|
|
3887
|
+
style?: import("react").CSSProperties | undefined;
|
|
3888
|
+
} | undefined;
|
|
3889
|
+
thumb?: {
|
|
3890
|
+
className?: string | undefined;
|
|
3891
|
+
style?: import("react").CSSProperties | undefined;
|
|
3892
|
+
} | undefined;
|
|
3893
|
+
corner?: {
|
|
3894
|
+
className?: string | undefined;
|
|
3895
|
+
style?: import("react").CSSProperties | undefined;
|
|
3896
|
+
} | undefined;
|
|
3897
|
+
background?: {
|
|
3898
|
+
className?: string | undefined;
|
|
3899
|
+
style?: import("react").CSSProperties | undefined;
|
|
3900
|
+
} | undefined;
|
|
3901
|
+
} | undefined;
|
|
3614
3902
|
container?: {
|
|
3615
3903
|
className?: string | undefined;
|
|
3616
3904
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -4548,6 +4836,16 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
4548
4836
|
className?: string | undefined;
|
|
4549
4837
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4550
4838
|
}>>;
|
|
4839
|
+
group: z.ZodOptional<z.ZodObject<{
|
|
4840
|
+
className: z.ZodOptional<z.ZodString>;
|
|
4841
|
+
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">>>;
|
|
4842
|
+
}, "strip", z.ZodTypeAny, {
|
|
4843
|
+
className?: string | undefined;
|
|
4844
|
+
style?: import("react").CSSProperties | undefined;
|
|
4845
|
+
}, {
|
|
4846
|
+
className?: string | undefined;
|
|
4847
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4848
|
+
}>>;
|
|
4551
4849
|
descriptionItems: z.ZodOptional<z.ZodObject<{
|
|
4552
4850
|
container: z.ZodOptional<z.ZodObject<{
|
|
4553
4851
|
className: z.ZodOptional<z.ZodString>;
|
|
@@ -4589,6 +4887,16 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
4589
4887
|
className?: string | undefined;
|
|
4590
4888
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4591
4889
|
}>>;
|
|
4890
|
+
poweredBy: z.ZodOptional<z.ZodObject<{
|
|
4891
|
+
className: z.ZodOptional<z.ZodString>;
|
|
4892
|
+
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">>>;
|
|
4893
|
+
}, "strip", z.ZodTypeAny, {
|
|
4894
|
+
className?: string | undefined;
|
|
4895
|
+
style?: import("react").CSSProperties | undefined;
|
|
4896
|
+
}, {
|
|
4897
|
+
className?: string | undefined;
|
|
4898
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4899
|
+
}>>;
|
|
4592
4900
|
}, "strip", z.ZodTypeAny, {
|
|
4593
4901
|
container?: {
|
|
4594
4902
|
className?: string | undefined;
|
|
@@ -4606,6 +4914,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
4606
4914
|
className?: string | undefined;
|
|
4607
4915
|
style?: import("react").CSSProperties | undefined;
|
|
4608
4916
|
} | undefined;
|
|
4917
|
+
poweredBy?: {
|
|
4918
|
+
className?: string | undefined;
|
|
4919
|
+
style?: import("react").CSSProperties | undefined;
|
|
4920
|
+
} | undefined;
|
|
4609
4921
|
}, {
|
|
4610
4922
|
container?: {
|
|
4611
4923
|
className?: string | undefined;
|
|
@@ -4623,12 +4935,20 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
4623
4935
|
className?: string | undefined;
|
|
4624
4936
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4625
4937
|
} | undefined;
|
|
4938
|
+
poweredBy?: {
|
|
4939
|
+
className?: string | undefined;
|
|
4940
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4941
|
+
} | undefined;
|
|
4626
4942
|
}>>;
|
|
4627
4943
|
}, "strip", z.ZodTypeAny, {
|
|
4628
4944
|
container?: {
|
|
4629
4945
|
className?: string | undefined;
|
|
4630
4946
|
style?: import("react").CSSProperties | undefined;
|
|
4631
4947
|
} | undefined;
|
|
4948
|
+
group?: {
|
|
4949
|
+
className?: string | undefined;
|
|
4950
|
+
style?: import("react").CSSProperties | undefined;
|
|
4951
|
+
} | undefined;
|
|
4632
4952
|
descriptionItems?: {
|
|
4633
4953
|
container?: {
|
|
4634
4954
|
className?: string | undefined;
|
|
@@ -4646,12 +4966,20 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
4646
4966
|
className?: string | undefined;
|
|
4647
4967
|
style?: import("react").CSSProperties | undefined;
|
|
4648
4968
|
} | undefined;
|
|
4969
|
+
poweredBy?: {
|
|
4970
|
+
className?: string | undefined;
|
|
4971
|
+
style?: import("react").CSSProperties | undefined;
|
|
4972
|
+
} | undefined;
|
|
4649
4973
|
} | undefined;
|
|
4650
4974
|
}, {
|
|
4651
4975
|
container?: {
|
|
4652
4976
|
className?: string | undefined;
|
|
4653
4977
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4654
4978
|
} | undefined;
|
|
4979
|
+
group?: {
|
|
4980
|
+
className?: string | undefined;
|
|
4981
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4982
|
+
} | undefined;
|
|
4655
4983
|
descriptionItems?: {
|
|
4656
4984
|
container?: {
|
|
4657
4985
|
className?: string | undefined;
|
|
@@ -4669,6 +4997,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
4669
4997
|
className?: string | undefined;
|
|
4670
4998
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4671
4999
|
} | undefined;
|
|
5000
|
+
poweredBy?: {
|
|
5001
|
+
className?: string | undefined;
|
|
5002
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5003
|
+
} | undefined;
|
|
4672
5004
|
} | undefined;
|
|
4673
5005
|
}>>;
|
|
4674
5006
|
description: z.ZodOptional<z.ZodObject<{
|
|
@@ -4787,6 +5119,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
4787
5119
|
className?: string | undefined;
|
|
4788
5120
|
style?: import("react").CSSProperties | undefined;
|
|
4789
5121
|
} | undefined;
|
|
5122
|
+
group?: {
|
|
5123
|
+
className?: string | undefined;
|
|
5124
|
+
style?: import("react").CSSProperties | undefined;
|
|
5125
|
+
} | undefined;
|
|
4790
5126
|
descriptionItems?: {
|
|
4791
5127
|
container?: {
|
|
4792
5128
|
className?: string | undefined;
|
|
@@ -4804,6 +5140,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
4804
5140
|
className?: string | undefined;
|
|
4805
5141
|
style?: import("react").CSSProperties | undefined;
|
|
4806
5142
|
} | undefined;
|
|
5143
|
+
poweredBy?: {
|
|
5144
|
+
className?: string | undefined;
|
|
5145
|
+
style?: import("react").CSSProperties | undefined;
|
|
5146
|
+
} | undefined;
|
|
4807
5147
|
} | undefined;
|
|
4808
5148
|
} | undefined;
|
|
4809
5149
|
description?: {
|
|
@@ -4872,6 +5212,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
4872
5212
|
className?: string | undefined;
|
|
4873
5213
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4874
5214
|
} | undefined;
|
|
5215
|
+
group?: {
|
|
5216
|
+
className?: string | undefined;
|
|
5217
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5218
|
+
} | undefined;
|
|
4875
5219
|
descriptionItems?: {
|
|
4876
5220
|
container?: {
|
|
4877
5221
|
className?: string | undefined;
|
|
@@ -4889,6 +5233,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
4889
5233
|
className?: string | undefined;
|
|
4890
5234
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4891
5235
|
} | undefined;
|
|
5236
|
+
poweredBy?: {
|
|
5237
|
+
className?: string | undefined;
|
|
5238
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5239
|
+
} | undefined;
|
|
4892
5240
|
} | undefined;
|
|
4893
5241
|
} | undefined;
|
|
4894
5242
|
description?: {
|
|
@@ -5051,6 +5399,100 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
5051
5399
|
} | undefined;
|
|
5052
5400
|
}>>;
|
|
5053
5401
|
messageList: z.ZodOptional<z.ZodObject<{
|
|
5402
|
+
scrollbar: z.ZodOptional<z.ZodObject<{
|
|
5403
|
+
container: z.ZodOptional<z.ZodObject<{
|
|
5404
|
+
className: z.ZodOptional<z.ZodString>;
|
|
5405
|
+
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">>>;
|
|
5406
|
+
}, "strip", z.ZodTypeAny, {
|
|
5407
|
+
className?: string | undefined;
|
|
5408
|
+
style?: import("react").CSSProperties | undefined;
|
|
5409
|
+
}, {
|
|
5410
|
+
className?: string | undefined;
|
|
5411
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5412
|
+
}>>;
|
|
5413
|
+
viewport: z.ZodOptional<z.ZodObject<{
|
|
5414
|
+
className: z.ZodOptional<z.ZodString>;
|
|
5415
|
+
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">>>;
|
|
5416
|
+
}, "strip", z.ZodTypeAny, {
|
|
5417
|
+
className?: string | undefined;
|
|
5418
|
+
style?: import("react").CSSProperties | undefined;
|
|
5419
|
+
}, {
|
|
5420
|
+
className?: string | undefined;
|
|
5421
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5422
|
+
}>>;
|
|
5423
|
+
thumb: z.ZodOptional<z.ZodObject<{
|
|
5424
|
+
className: z.ZodOptional<z.ZodString>;
|
|
5425
|
+
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">>>;
|
|
5426
|
+
}, "strip", z.ZodTypeAny, {
|
|
5427
|
+
className?: string | undefined;
|
|
5428
|
+
style?: import("react").CSSProperties | undefined;
|
|
5429
|
+
}, {
|
|
5430
|
+
className?: string | undefined;
|
|
5431
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5432
|
+
}>>;
|
|
5433
|
+
corner: z.ZodOptional<z.ZodObject<{
|
|
5434
|
+
className: z.ZodOptional<z.ZodString>;
|
|
5435
|
+
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">>>;
|
|
5436
|
+
}, "strip", z.ZodTypeAny, {
|
|
5437
|
+
className?: string | undefined;
|
|
5438
|
+
style?: import("react").CSSProperties | undefined;
|
|
5439
|
+
}, {
|
|
5440
|
+
className?: string | undefined;
|
|
5441
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5442
|
+
}>>;
|
|
5443
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
5444
|
+
className: z.ZodOptional<z.ZodString>;
|
|
5445
|
+
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">>>;
|
|
5446
|
+
}, "strip", z.ZodTypeAny, {
|
|
5447
|
+
className?: string | undefined;
|
|
5448
|
+
style?: import("react").CSSProperties | undefined;
|
|
5449
|
+
}, {
|
|
5450
|
+
className?: string | undefined;
|
|
5451
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5452
|
+
}>>;
|
|
5453
|
+
}, "strip", z.ZodTypeAny, {
|
|
5454
|
+
container?: {
|
|
5455
|
+
className?: string | undefined;
|
|
5456
|
+
style?: import("react").CSSProperties | undefined;
|
|
5457
|
+
} | undefined;
|
|
5458
|
+
viewport?: {
|
|
5459
|
+
className?: string | undefined;
|
|
5460
|
+
style?: import("react").CSSProperties | undefined;
|
|
5461
|
+
} | undefined;
|
|
5462
|
+
thumb?: {
|
|
5463
|
+
className?: string | undefined;
|
|
5464
|
+
style?: import("react").CSSProperties | undefined;
|
|
5465
|
+
} | undefined;
|
|
5466
|
+
corner?: {
|
|
5467
|
+
className?: string | undefined;
|
|
5468
|
+
style?: import("react").CSSProperties | undefined;
|
|
5469
|
+
} | undefined;
|
|
5470
|
+
background?: {
|
|
5471
|
+
className?: string | undefined;
|
|
5472
|
+
style?: import("react").CSSProperties | undefined;
|
|
5473
|
+
} | undefined;
|
|
5474
|
+
}, {
|
|
5475
|
+
container?: {
|
|
5476
|
+
className?: string | undefined;
|
|
5477
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5478
|
+
} | undefined;
|
|
5479
|
+
viewport?: {
|
|
5480
|
+
className?: string | undefined;
|
|
5481
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5482
|
+
} | undefined;
|
|
5483
|
+
thumb?: {
|
|
5484
|
+
className?: string | undefined;
|
|
5485
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5486
|
+
} | undefined;
|
|
5487
|
+
corner?: {
|
|
5488
|
+
className?: string | undefined;
|
|
5489
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5490
|
+
} | undefined;
|
|
5491
|
+
background?: {
|
|
5492
|
+
className?: string | undefined;
|
|
5493
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5494
|
+
} | undefined;
|
|
5495
|
+
}>>;
|
|
5054
5496
|
container: z.ZodOptional<z.ZodObject<{
|
|
5055
5497
|
className: z.ZodOptional<z.ZodString>;
|
|
5056
5498
|
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 +5724,28 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
5282
5724
|
} | undefined;
|
|
5283
5725
|
}>>;
|
|
5284
5726
|
}, "strip", z.ZodTypeAny, {
|
|
5727
|
+
scrollbar?: {
|
|
5728
|
+
container?: {
|
|
5729
|
+
className?: string | undefined;
|
|
5730
|
+
style?: import("react").CSSProperties | undefined;
|
|
5731
|
+
} | undefined;
|
|
5732
|
+
viewport?: {
|
|
5733
|
+
className?: string | undefined;
|
|
5734
|
+
style?: import("react").CSSProperties | undefined;
|
|
5735
|
+
} | undefined;
|
|
5736
|
+
thumb?: {
|
|
5737
|
+
className?: string | undefined;
|
|
5738
|
+
style?: import("react").CSSProperties | undefined;
|
|
5739
|
+
} | undefined;
|
|
5740
|
+
corner?: {
|
|
5741
|
+
className?: string | undefined;
|
|
5742
|
+
style?: import("react").CSSProperties | undefined;
|
|
5743
|
+
} | undefined;
|
|
5744
|
+
background?: {
|
|
5745
|
+
className?: string | undefined;
|
|
5746
|
+
style?: import("react").CSSProperties | undefined;
|
|
5747
|
+
} | undefined;
|
|
5748
|
+
} | undefined;
|
|
5285
5749
|
container?: {
|
|
5286
5750
|
className?: string | undefined;
|
|
5287
5751
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -5333,6 +5797,28 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
5333
5797
|
} | undefined;
|
|
5334
5798
|
} | undefined;
|
|
5335
5799
|
}, {
|
|
5800
|
+
scrollbar?: {
|
|
5801
|
+
container?: {
|
|
5802
|
+
className?: string | undefined;
|
|
5803
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5804
|
+
} | undefined;
|
|
5805
|
+
viewport?: {
|
|
5806
|
+
className?: string | undefined;
|
|
5807
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5808
|
+
} | undefined;
|
|
5809
|
+
thumb?: {
|
|
5810
|
+
className?: string | undefined;
|
|
5811
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5812
|
+
} | undefined;
|
|
5813
|
+
corner?: {
|
|
5814
|
+
className?: string | undefined;
|
|
5815
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5816
|
+
} | undefined;
|
|
5817
|
+
background?: {
|
|
5818
|
+
className?: string | undefined;
|
|
5819
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5820
|
+
} | undefined;
|
|
5821
|
+
} | undefined;
|
|
5336
5822
|
container?: {
|
|
5337
5823
|
className?: string | undefined;
|
|
5338
5824
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
@@ -6551,6 +7037,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
6551
7037
|
className?: string | undefined;
|
|
6552
7038
|
style?: import("react").CSSProperties | undefined;
|
|
6553
7039
|
} | undefined;
|
|
7040
|
+
group?: {
|
|
7041
|
+
className?: string | undefined;
|
|
7042
|
+
style?: import("react").CSSProperties | undefined;
|
|
7043
|
+
} | undefined;
|
|
6554
7044
|
descriptionItems?: {
|
|
6555
7045
|
container?: {
|
|
6556
7046
|
className?: string | undefined;
|
|
@@ -6568,6 +7058,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
6568
7058
|
className?: string | undefined;
|
|
6569
7059
|
style?: import("react").CSSProperties | undefined;
|
|
6570
7060
|
} | undefined;
|
|
7061
|
+
poweredBy?: {
|
|
7062
|
+
className?: string | undefined;
|
|
7063
|
+
style?: import("react").CSSProperties | undefined;
|
|
7064
|
+
} | undefined;
|
|
6571
7065
|
} | undefined;
|
|
6572
7066
|
} | undefined;
|
|
6573
7067
|
description?: {
|
|
@@ -6620,6 +7114,28 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
6620
7114
|
} | undefined;
|
|
6621
7115
|
} | undefined;
|
|
6622
7116
|
messageList?: {
|
|
7117
|
+
scrollbar?: {
|
|
7118
|
+
container?: {
|
|
7119
|
+
className?: string | undefined;
|
|
7120
|
+
style?: import("react").CSSProperties | undefined;
|
|
7121
|
+
} | undefined;
|
|
7122
|
+
viewport?: {
|
|
7123
|
+
className?: string | undefined;
|
|
7124
|
+
style?: import("react").CSSProperties | undefined;
|
|
7125
|
+
} | undefined;
|
|
7126
|
+
thumb?: {
|
|
7127
|
+
className?: string | undefined;
|
|
7128
|
+
style?: import("react").CSSProperties | undefined;
|
|
7129
|
+
} | undefined;
|
|
7130
|
+
corner?: {
|
|
7131
|
+
className?: string | undefined;
|
|
7132
|
+
style?: import("react").CSSProperties | undefined;
|
|
7133
|
+
} | undefined;
|
|
7134
|
+
background?: {
|
|
7135
|
+
className?: string | undefined;
|
|
7136
|
+
style?: import("react").CSSProperties | undefined;
|
|
7137
|
+
} | undefined;
|
|
7138
|
+
} | undefined;
|
|
6623
7139
|
container?: {
|
|
6624
7140
|
className?: string | undefined;
|
|
6625
7141
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -6932,6 +7448,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
6932
7448
|
className?: string | undefined;
|
|
6933
7449
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6934
7450
|
} | undefined;
|
|
7451
|
+
group?: {
|
|
7452
|
+
className?: string | undefined;
|
|
7453
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7454
|
+
} | undefined;
|
|
6935
7455
|
descriptionItems?: {
|
|
6936
7456
|
container?: {
|
|
6937
7457
|
className?: string | undefined;
|
|
@@ -6949,6 +7469,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
6949
7469
|
className?: string | undefined;
|
|
6950
7470
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6951
7471
|
} | undefined;
|
|
7472
|
+
poweredBy?: {
|
|
7473
|
+
className?: string | undefined;
|
|
7474
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7475
|
+
} | undefined;
|
|
6952
7476
|
} | undefined;
|
|
6953
7477
|
} | undefined;
|
|
6954
7478
|
description?: {
|
|
@@ -7001,6 +7525,28 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
7001
7525
|
} | undefined;
|
|
7002
7526
|
} | undefined;
|
|
7003
7527
|
messageList?: {
|
|
7528
|
+
scrollbar?: {
|
|
7529
|
+
container?: {
|
|
7530
|
+
className?: string | undefined;
|
|
7531
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7532
|
+
} | undefined;
|
|
7533
|
+
viewport?: {
|
|
7534
|
+
className?: string | undefined;
|
|
7535
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7536
|
+
} | undefined;
|
|
7537
|
+
thumb?: {
|
|
7538
|
+
className?: string | undefined;
|
|
7539
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7540
|
+
} | undefined;
|
|
7541
|
+
corner?: {
|
|
7542
|
+
className?: string | undefined;
|
|
7543
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7544
|
+
} | undefined;
|
|
7545
|
+
background?: {
|
|
7546
|
+
className?: string | undefined;
|
|
7547
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7548
|
+
} | undefined;
|
|
7549
|
+
} | undefined;
|
|
7004
7550
|
container?: {
|
|
7005
7551
|
className?: string | undefined;
|
|
7006
7552
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
@@ -7360,6 +7906,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
7360
7906
|
className?: string | undefined;
|
|
7361
7907
|
style?: import("react").CSSProperties | undefined;
|
|
7362
7908
|
} | undefined;
|
|
7909
|
+
group?: {
|
|
7910
|
+
className?: string | undefined;
|
|
7911
|
+
style?: import("react").CSSProperties | undefined;
|
|
7912
|
+
} | undefined;
|
|
7363
7913
|
descriptionItems?: {
|
|
7364
7914
|
container?: {
|
|
7365
7915
|
className?: string | undefined;
|
|
@@ -7377,6 +7927,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
7377
7927
|
className?: string | undefined;
|
|
7378
7928
|
style?: import("react").CSSProperties | undefined;
|
|
7379
7929
|
} | undefined;
|
|
7930
|
+
poweredBy?: {
|
|
7931
|
+
className?: string | undefined;
|
|
7932
|
+
style?: import("react").CSSProperties | undefined;
|
|
7933
|
+
} | undefined;
|
|
7380
7934
|
} | undefined;
|
|
7381
7935
|
} | undefined;
|
|
7382
7936
|
description?: {
|
|
@@ -7429,6 +7983,28 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
7429
7983
|
} | undefined;
|
|
7430
7984
|
} | undefined;
|
|
7431
7985
|
messageList?: {
|
|
7986
|
+
scrollbar?: {
|
|
7987
|
+
container?: {
|
|
7988
|
+
className?: string | undefined;
|
|
7989
|
+
style?: import("react").CSSProperties | undefined;
|
|
7990
|
+
} | undefined;
|
|
7991
|
+
viewport?: {
|
|
7992
|
+
className?: string | undefined;
|
|
7993
|
+
style?: import("react").CSSProperties | undefined;
|
|
7994
|
+
} | undefined;
|
|
7995
|
+
thumb?: {
|
|
7996
|
+
className?: string | undefined;
|
|
7997
|
+
style?: import("react").CSSProperties | undefined;
|
|
7998
|
+
} | undefined;
|
|
7999
|
+
corner?: {
|
|
8000
|
+
className?: string | undefined;
|
|
8001
|
+
style?: import("react").CSSProperties | undefined;
|
|
8002
|
+
} | undefined;
|
|
8003
|
+
background?: {
|
|
8004
|
+
className?: string | undefined;
|
|
8005
|
+
style?: import("react").CSSProperties | undefined;
|
|
8006
|
+
} | undefined;
|
|
8007
|
+
} | undefined;
|
|
7432
8008
|
container?: {
|
|
7433
8009
|
className?: string | undefined;
|
|
7434
8010
|
style?: import("react").CSSProperties | undefined;
|