@botpress/webchat 1.3.7 → 1.3.9
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 +6 -6
- package/dist/{index-5666ba1d.js → index-8e9a70c6.js} +54 -49
- package/dist/{index-ebf49348.js → index-de8cc2d3.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +19 -19
- package/dist/schemas/init.d.ts +76 -0
- package/dist/schemas/theme.d.ts +34 -0
- package/package.json +1 -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>;
|
|
@@ -840,6 +850,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
840
850
|
className?: string | undefined;
|
|
841
851
|
style?: import("react").CSSProperties | undefined;
|
|
842
852
|
} | undefined;
|
|
853
|
+
group?: {
|
|
854
|
+
className?: string | undefined;
|
|
855
|
+
style?: import("react").CSSProperties | undefined;
|
|
856
|
+
} | undefined;
|
|
843
857
|
descriptionItems?: {
|
|
844
858
|
container?: {
|
|
845
859
|
className?: string | undefined;
|
|
@@ -867,6 +881,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
867
881
|
className?: string | undefined;
|
|
868
882
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
869
883
|
} | undefined;
|
|
884
|
+
group?: {
|
|
885
|
+
className?: string | undefined;
|
|
886
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
887
|
+
} | undefined;
|
|
870
888
|
descriptionItems?: {
|
|
871
889
|
container?: {
|
|
872
890
|
className?: string | undefined;
|
|
@@ -1006,6 +1024,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
1006
1024
|
className?: string | undefined;
|
|
1007
1025
|
style?: import("react").CSSProperties | undefined;
|
|
1008
1026
|
} | undefined;
|
|
1027
|
+
group?: {
|
|
1028
|
+
className?: string | undefined;
|
|
1029
|
+
style?: import("react").CSSProperties | undefined;
|
|
1030
|
+
} | undefined;
|
|
1009
1031
|
descriptionItems?: {
|
|
1010
1032
|
container?: {
|
|
1011
1033
|
className?: string | undefined;
|
|
@@ -1095,6 +1117,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
1095
1117
|
className?: string | undefined;
|
|
1096
1118
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1097
1119
|
} | undefined;
|
|
1120
|
+
group?: {
|
|
1121
|
+
className?: string | undefined;
|
|
1122
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1123
|
+
} | undefined;
|
|
1098
1124
|
descriptionItems?: {
|
|
1099
1125
|
container?: {
|
|
1100
1126
|
className?: string | undefined;
|
|
@@ -2916,6 +2942,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
2916
2942
|
className?: string | undefined;
|
|
2917
2943
|
style?: import("react").CSSProperties | undefined;
|
|
2918
2944
|
} | undefined;
|
|
2945
|
+
group?: {
|
|
2946
|
+
className?: string | undefined;
|
|
2947
|
+
style?: import("react").CSSProperties | undefined;
|
|
2948
|
+
} | undefined;
|
|
2919
2949
|
descriptionItems?: {
|
|
2920
2950
|
container?: {
|
|
2921
2951
|
className?: string | undefined;
|
|
@@ -3323,6 +3353,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
3323
3353
|
className?: string | undefined;
|
|
3324
3354
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3325
3355
|
} | undefined;
|
|
3356
|
+
group?: {
|
|
3357
|
+
className?: string | undefined;
|
|
3358
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3359
|
+
} | undefined;
|
|
3326
3360
|
descriptionItems?: {
|
|
3327
3361
|
container?: {
|
|
3328
3362
|
className?: string | undefined;
|
|
@@ -3766,6 +3800,10 @@ export declare const configPropsSchema: z.ZodObject<{
|
|
|
3766
3800
|
className?: string | undefined;
|
|
3767
3801
|
style?: import("react").CSSProperties | undefined;
|
|
3768
3802
|
} | undefined;
|
|
3803
|
+
group?: {
|
|
3804
|
+
className?: string | undefined;
|
|
3805
|
+
style?: import("react").CSSProperties | undefined;
|
|
3806
|
+
} | undefined;
|
|
3769
3807
|
descriptionItems?: {
|
|
3770
3808
|
container?: {
|
|
3771
3809
|
className?: string | undefined;
|
|
@@ -4798,6 +4836,16 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
4798
4836
|
className?: string | undefined;
|
|
4799
4837
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4800
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
|
+
}>>;
|
|
4801
4849
|
descriptionItems: z.ZodOptional<z.ZodObject<{
|
|
4802
4850
|
container: z.ZodOptional<z.ZodObject<{
|
|
4803
4851
|
className: z.ZodOptional<z.ZodString>;
|
|
@@ -4897,6 +4945,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
4897
4945
|
className?: string | undefined;
|
|
4898
4946
|
style?: import("react").CSSProperties | undefined;
|
|
4899
4947
|
} | undefined;
|
|
4948
|
+
group?: {
|
|
4949
|
+
className?: string | undefined;
|
|
4950
|
+
style?: import("react").CSSProperties | undefined;
|
|
4951
|
+
} | undefined;
|
|
4900
4952
|
descriptionItems?: {
|
|
4901
4953
|
container?: {
|
|
4902
4954
|
className?: string | undefined;
|
|
@@ -4924,6 +4976,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
4924
4976
|
className?: string | undefined;
|
|
4925
4977
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4926
4978
|
} | undefined;
|
|
4979
|
+
group?: {
|
|
4980
|
+
className?: string | undefined;
|
|
4981
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4982
|
+
} | undefined;
|
|
4927
4983
|
descriptionItems?: {
|
|
4928
4984
|
container?: {
|
|
4929
4985
|
className?: string | undefined;
|
|
@@ -5063,6 +5119,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
5063
5119
|
className?: string | undefined;
|
|
5064
5120
|
style?: import("react").CSSProperties | undefined;
|
|
5065
5121
|
} | undefined;
|
|
5122
|
+
group?: {
|
|
5123
|
+
className?: string | undefined;
|
|
5124
|
+
style?: import("react").CSSProperties | undefined;
|
|
5125
|
+
} | undefined;
|
|
5066
5126
|
descriptionItems?: {
|
|
5067
5127
|
container?: {
|
|
5068
5128
|
className?: string | undefined;
|
|
@@ -5152,6 +5212,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
5152
5212
|
className?: string | undefined;
|
|
5153
5213
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5154
5214
|
} | undefined;
|
|
5215
|
+
group?: {
|
|
5216
|
+
className?: string | undefined;
|
|
5217
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5218
|
+
} | undefined;
|
|
5155
5219
|
descriptionItems?: {
|
|
5156
5220
|
container?: {
|
|
5157
5221
|
className?: string | undefined;
|
|
@@ -6973,6 +7037,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
6973
7037
|
className?: string | undefined;
|
|
6974
7038
|
style?: import("react").CSSProperties | undefined;
|
|
6975
7039
|
} | undefined;
|
|
7040
|
+
group?: {
|
|
7041
|
+
className?: string | undefined;
|
|
7042
|
+
style?: import("react").CSSProperties | undefined;
|
|
7043
|
+
} | undefined;
|
|
6976
7044
|
descriptionItems?: {
|
|
6977
7045
|
container?: {
|
|
6978
7046
|
className?: string | undefined;
|
|
@@ -7380,6 +7448,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
7380
7448
|
className?: string | undefined;
|
|
7381
7449
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7382
7450
|
} | undefined;
|
|
7451
|
+
group?: {
|
|
7452
|
+
className?: string | undefined;
|
|
7453
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7454
|
+
} | undefined;
|
|
7383
7455
|
descriptionItems?: {
|
|
7384
7456
|
container?: {
|
|
7385
7457
|
className?: string | undefined;
|
|
@@ -7834,6 +7906,10 @@ export declare const initPropsSchema: z.ZodObject<{
|
|
|
7834
7906
|
className?: string | undefined;
|
|
7835
7907
|
style?: import("react").CSSProperties | undefined;
|
|
7836
7908
|
} | undefined;
|
|
7909
|
+
group?: {
|
|
7910
|
+
className?: string | undefined;
|
|
7911
|
+
style?: import("react").CSSProperties | undefined;
|
|
7912
|
+
} | undefined;
|
|
7837
7913
|
descriptionItems?: {
|
|
7838
7914
|
container?: {
|
|
7839
7915
|
className?: string | undefined;
|
package/dist/schemas/theme.d.ts
CHANGED
|
@@ -1371,6 +1371,16 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1371
1371
|
className?: string | undefined;
|
|
1372
1372
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1373
1373
|
}>>;
|
|
1374
|
+
group: z.ZodOptional<z.ZodObject<{
|
|
1375
|
+
className: z.ZodOptional<z.ZodString>;
|
|
1376
|
+
style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
|
|
1377
|
+
}, "strip", z.ZodTypeAny, {
|
|
1378
|
+
className?: string | undefined;
|
|
1379
|
+
style?: CSSProperties | undefined;
|
|
1380
|
+
}, {
|
|
1381
|
+
className?: string | undefined;
|
|
1382
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1383
|
+
}>>;
|
|
1374
1384
|
descriptionItems: z.ZodOptional<z.ZodObject<{
|
|
1375
1385
|
container: z.ZodOptional<z.ZodObject<{
|
|
1376
1386
|
className: z.ZodOptional<z.ZodString>;
|
|
@@ -1470,6 +1480,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1470
1480
|
className?: string | undefined;
|
|
1471
1481
|
style?: CSSProperties | undefined;
|
|
1472
1482
|
} | undefined;
|
|
1483
|
+
group?: {
|
|
1484
|
+
className?: string | undefined;
|
|
1485
|
+
style?: CSSProperties | undefined;
|
|
1486
|
+
} | undefined;
|
|
1473
1487
|
descriptionItems?: {
|
|
1474
1488
|
container?: {
|
|
1475
1489
|
className?: string | undefined;
|
|
@@ -1497,6 +1511,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1497
1511
|
className?: string | undefined;
|
|
1498
1512
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1499
1513
|
} | undefined;
|
|
1514
|
+
group?: {
|
|
1515
|
+
className?: string | undefined;
|
|
1516
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1517
|
+
} | undefined;
|
|
1500
1518
|
descriptionItems?: {
|
|
1501
1519
|
container?: {
|
|
1502
1520
|
className?: string | undefined;
|
|
@@ -1636,6 +1654,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1636
1654
|
className?: string | undefined;
|
|
1637
1655
|
style?: CSSProperties | undefined;
|
|
1638
1656
|
} | undefined;
|
|
1657
|
+
group?: {
|
|
1658
|
+
className?: string | undefined;
|
|
1659
|
+
style?: CSSProperties | undefined;
|
|
1660
|
+
} | undefined;
|
|
1639
1661
|
descriptionItems?: {
|
|
1640
1662
|
container?: {
|
|
1641
1663
|
className?: string | undefined;
|
|
@@ -1725,6 +1747,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1725
1747
|
className?: string | undefined;
|
|
1726
1748
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1727
1749
|
} | undefined;
|
|
1750
|
+
group?: {
|
|
1751
|
+
className?: string | undefined;
|
|
1752
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1753
|
+
} | undefined;
|
|
1728
1754
|
descriptionItems?: {
|
|
1729
1755
|
container?: {
|
|
1730
1756
|
className?: string | undefined;
|
|
@@ -3546,6 +3572,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3546
3572
|
className?: string | undefined;
|
|
3547
3573
|
style?: CSSProperties | undefined;
|
|
3548
3574
|
} | undefined;
|
|
3575
|
+
group?: {
|
|
3576
|
+
className?: string | undefined;
|
|
3577
|
+
style?: CSSProperties | undefined;
|
|
3578
|
+
} | undefined;
|
|
3549
3579
|
descriptionItems?: {
|
|
3550
3580
|
container?: {
|
|
3551
3581
|
className?: string | undefined;
|
|
@@ -3953,6 +3983,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3953
3983
|
className?: string | undefined;
|
|
3954
3984
|
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3955
3985
|
} | undefined;
|
|
3986
|
+
group?: {
|
|
3987
|
+
className?: string | undefined;
|
|
3988
|
+
style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3989
|
+
} | undefined;
|
|
3956
3990
|
descriptionItems?: {
|
|
3957
3991
|
container?: {
|
|
3958
3992
|
className?: string | undefined;
|