@liip/liipgpt 1.0.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/button/liipgpt-button.iife.js +26 -17
  2. package/chat/liipgpt-chat.iife.js +54 -45
  3. package/config/index.cjs +10 -4
  4. package/config/index.d.ts +454 -374
  5. package/config/index.js +10 -4
  6. package/configurator/_app/env.js +1 -1
  7. package/configurator/_app/immutable/chunks/BWd1KRA2.js +67 -0
  8. package/configurator/_app/immutable/chunks/BtLfsQWl.js +15 -0
  9. package/configurator/_app/immutable/chunks/CBFTM35p.js +367 -0
  10. package/configurator/_app/immutable/chunks/CP9-4jcs.js +1 -0
  11. package/configurator/_app/immutable/chunks/CfQtRUjK.js +1 -0
  12. package/configurator/_app/immutable/chunks/Cgm2UlUC.js +1 -0
  13. package/configurator/_app/immutable/chunks/ChcTJagy.js +3 -0
  14. package/configurator/_app/immutable/chunks/{BzVylwd7.js → D-Dn-KSg.js} +1 -1
  15. package/configurator/_app/immutable/chunks/Daj9x7sZ.js +1 -0
  16. package/configurator/_app/immutable/chunks/DvEdoyY3.js +1 -0
  17. package/configurator/_app/immutable/chunks/LjIoA1Wm.js +1 -0
  18. package/configurator/_app/immutable/chunks/TMezqz9A.js +1 -0
  19. package/configurator/_app/immutable/chunks/pxprCMm0.js +1 -0
  20. package/configurator/_app/immutable/entry/app.B4WSrzpv.js +2 -0
  21. package/configurator/_app/immutable/entry/start.GK6q9XMZ.js +1 -0
  22. package/configurator/_app/immutable/nodes/{0.C1WA-Sd0.js → 0.B7euNXzq.js} +1 -1
  23. package/configurator/_app/immutable/nodes/1.C9w5e9w0.js +1 -0
  24. package/configurator/_app/immutable/nodes/2.CWOgfthk.js +28 -0
  25. package/configurator/_app/immutable/nodes/3.BaHVKKga.js +897 -0
  26. package/configurator/_app/version.json +1 -1
  27. package/configurator/index.html +10 -10
  28. package/configurator/sidebar.html +10 -10
  29. package/index.cjs +1303 -862
  30. package/index.d.ts +738 -594
  31. package/index.js +1303 -862
  32. package/package.json +1 -1
  33. package/configurator/_app/immutable/chunks/BiXZbQqO.js +0 -1
  34. package/configurator/_app/immutable/chunks/BmumJykv.js +0 -3
  35. package/configurator/_app/immutable/chunks/BynrE7QB.js +0 -4
  36. package/configurator/_app/immutable/chunks/CXbcLk5j.js +0 -1
  37. package/configurator/_app/immutable/chunks/CaDmIJkP.js +0 -28
  38. package/configurator/_app/immutable/chunks/D5wkZK_2.js +0 -1
  39. package/configurator/_app/immutable/chunks/DCtHJYgu.js +0 -1
  40. package/configurator/_app/immutable/chunks/DH3truD-.js +0 -364
  41. package/configurator/_app/immutable/chunks/DTGU2mqM.js +0 -1
  42. package/configurator/_app/immutable/chunks/DUt8zN7X.js +0 -1
  43. package/configurator/_app/immutable/chunks/DkXqbGhE.js +0 -58
  44. package/configurator/_app/immutable/chunks/Dq6jck_i.js +0 -1
  45. package/configurator/_app/immutable/chunks/DqybDqwy.js +0 -15
  46. package/configurator/_app/immutable/entry/app.0vDWmuRN.js +0 -2
  47. package/configurator/_app/immutable/entry/start.DR9kqzeI.js +0 -1
  48. package/configurator/_app/immutable/nodes/1.D_clQXr4.js +0 -1
  49. package/configurator/_app/immutable/nodes/2.DVQmbfVp.js +0 -1
  50. package/configurator/_app/immutable/nodes/3.CVRgUIw6.js +0 -897
package/config/index.d.ts CHANGED
@@ -2352,13 +2352,13 @@ export declare const chatConfigSchema: z.ZodObject<{
2352
2352
  "_self"
2353
2353
  ]>>;
2354
2354
  }, "strip", z.ZodTypeAny, {
2355
- label: string;
2356
2355
  url: string;
2356
+ label: string;
2357
2357
  icon: string;
2358
2358
  target?: "_blank" | "_self" | undefined;
2359
2359
  }, {
2360
- label: string;
2361
2360
  url: string;
2361
+ label: string;
2362
2362
  icon: string;
2363
2363
  target?: "_blank" | "_self" | undefined;
2364
2364
  }>, "many">>>>;
@@ -2665,7 +2665,6 @@ export declare const chatConfigSchema: z.ZodObject<{
2665
2665
  default?: string | undefined;
2666
2666
  }>>;
2667
2667
  }, "strip", z.ZodTypeAny, {
2668
- text?: string | undefined;
2669
2668
  background?: string | undefined;
2670
2669
  brand?: "slate" | "gray" | "zinc" | "neutral" | "stone" | "red" | "orange" | "amber" | "yellow" | "lime" | "green" | "emerald" | "teal" | "cyan" | "sky" | "blue" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | {
2671
2670
  "50": string;
@@ -2709,12 +2708,12 @@ export declare const chatConfigSchema: z.ZodObject<{
2709
2708
  "0": string;
2710
2709
  "1000": string;
2711
2710
  }) | undefined;
2711
+ text?: string | undefined;
2712
2712
  anchor?: {
2713
2713
  hover?: string | undefined;
2714
2714
  default?: string | undefined;
2715
2715
  } | undefined;
2716
2716
  }, {
2717
- text?: string | undefined;
2718
2717
  background?: string | undefined;
2719
2718
  brand?: "slate" | "gray" | "zinc" | "neutral" | "stone" | "red" | "orange" | "amber" | "yellow" | "lime" | "green" | "emerald" | "teal" | "cyan" | "sky" | "blue" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | {
2720
2719
  "50": string;
@@ -2758,6 +2757,7 @@ export declare const chatConfigSchema: z.ZodObject<{
2758
2757
  "0": string;
2759
2758
  "1000": string;
2760
2759
  }) | undefined;
2760
+ text?: string | undefined;
2761
2761
  anchor?: {
2762
2762
  hover?: string | undefined;
2763
2763
  default?: string | undefined;
@@ -2831,8 +2831,8 @@ export declare const chatConfigSchema: z.ZodObject<{
2831
2831
  1000: z.ZodOptional<z.ZodOptional<z.ZodString>>;
2832
2832
  }, "strip", z.ZodTypeAny, {
2833
2833
  0?: string | undefined;
2834
- 100?: string | undefined;
2835
2834
  50?: string | undefined;
2835
+ 100?: string | undefined;
2836
2836
  200?: string | undefined;
2837
2837
  300?: string | undefined;
2838
2838
  400?: string | undefined;
@@ -2845,8 +2845,8 @@ export declare const chatConfigSchema: z.ZodObject<{
2845
2845
  1000?: string | undefined;
2846
2846
  }, {
2847
2847
  0?: string | undefined;
2848
- 100?: string | undefined;
2849
2848
  50?: string | undefined;
2849
+ 100?: string | undefined;
2850
2850
  200?: string | undefined;
2851
2851
  300?: string | undefined;
2852
2852
  400?: string | undefined;
@@ -2874,8 +2874,8 @@ export declare const chatConfigSchema: z.ZodObject<{
2874
2874
  1000: z.ZodOptional<z.ZodOptional<z.ZodString>>;
2875
2875
  }, "strip", z.ZodTypeAny, {
2876
2876
  0?: string | undefined;
2877
- 100?: string | undefined;
2878
2877
  50?: string | undefined;
2878
+ 100?: string | undefined;
2879
2879
  200?: string | undefined;
2880
2880
  300?: string | undefined;
2881
2881
  400?: string | undefined;
@@ -2888,8 +2888,8 @@ export declare const chatConfigSchema: z.ZodObject<{
2888
2888
  1000?: string | undefined;
2889
2889
  }, {
2890
2890
  0?: string | undefined;
2891
- 100?: string | undefined;
2892
2891
  50?: string | undefined;
2892
+ 100?: string | undefined;
2893
2893
  200?: string | undefined;
2894
2894
  300?: string | undefined;
2895
2895
  400?: string | undefined;
@@ -2917,8 +2917,8 @@ export declare const chatConfigSchema: z.ZodObject<{
2917
2917
  1000: z.ZodOptional<z.ZodOptional<z.ZodString>>;
2918
2918
  }, "strip", z.ZodTypeAny, {
2919
2919
  0?: string | undefined;
2920
- 100?: string | undefined;
2921
2920
  50?: string | undefined;
2921
+ 100?: string | undefined;
2922
2922
  200?: string | undefined;
2923
2923
  300?: string | undefined;
2924
2924
  400?: string | undefined;
@@ -2931,8 +2931,8 @@ export declare const chatConfigSchema: z.ZodObject<{
2931
2931
  1000?: string | undefined;
2932
2932
  }, {
2933
2933
  0?: string | undefined;
2934
- 100?: string | undefined;
2935
2934
  50?: string | undefined;
2935
+ 100?: string | undefined;
2936
2936
  200?: string | undefined;
2937
2937
  300?: string | undefined;
2938
2938
  400?: string | undefined;
@@ -2960,8 +2960,8 @@ export declare const chatConfigSchema: z.ZodObject<{
2960
2960
  1000: z.ZodOptional<z.ZodOptional<z.ZodString>>;
2961
2961
  }, "strip", z.ZodTypeAny, {
2962
2962
  0?: string | undefined;
2963
- 100?: string | undefined;
2964
2963
  50?: string | undefined;
2964
+ 100?: string | undefined;
2965
2965
  200?: string | undefined;
2966
2966
  300?: string | undefined;
2967
2967
  400?: string | undefined;
@@ -2974,8 +2974,8 @@ export declare const chatConfigSchema: z.ZodObject<{
2974
2974
  1000?: string | undefined;
2975
2975
  }, {
2976
2976
  0?: string | undefined;
2977
- 100?: string | undefined;
2978
2977
  50?: string | undefined;
2978
+ 100?: string | undefined;
2979
2979
  200?: string | undefined;
2980
2980
  300?: string | undefined;
2981
2981
  400?: string | undefined;
@@ -2990,8 +2990,8 @@ export declare const chatConfigSchema: z.ZodObject<{
2990
2990
  }, "strip", z.ZodTypeAny, {
2991
2991
  brand?: {
2992
2992
  0?: string | undefined;
2993
- 100?: string | undefined;
2994
2993
  50?: string | undefined;
2994
+ 100?: string | undefined;
2995
2995
  200?: string | undefined;
2996
2996
  300?: string | undefined;
2997
2997
  400?: string | undefined;
@@ -3005,8 +3005,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3005
3005
  } | undefined;
3006
3006
  accent?: {
3007
3007
  0?: string | undefined;
3008
- 100?: string | undefined;
3009
3008
  50?: string | undefined;
3009
+ 100?: string | undefined;
3010
3010
  200?: string | undefined;
3011
3011
  300?: string | undefined;
3012
3012
  400?: string | undefined;
@@ -3020,8 +3020,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3020
3020
  } | undefined;
3021
3021
  highlight?: {
3022
3022
  0?: string | undefined;
3023
- 100?: string | undefined;
3024
3023
  50?: string | undefined;
3024
+ 100?: string | undefined;
3025
3025
  200?: string | undefined;
3026
3026
  300?: string | undefined;
3027
3027
  400?: string | undefined;
@@ -3035,8 +3035,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3035
3035
  } | undefined;
3036
3036
  grey?: {
3037
3037
  0?: string | undefined;
3038
- 100?: string | undefined;
3039
3038
  50?: string | undefined;
3039
+ 100?: string | undefined;
3040
3040
  200?: string | undefined;
3041
3041
  300?: string | undefined;
3042
3042
  400?: string | undefined;
@@ -3051,8 +3051,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3051
3051
  }, {
3052
3052
  brand?: {
3053
3053
  0?: string | undefined;
3054
- 100?: string | undefined;
3055
3054
  50?: string | undefined;
3055
+ 100?: string | undefined;
3056
3056
  200?: string | undefined;
3057
3057
  300?: string | undefined;
3058
3058
  400?: string | undefined;
@@ -3066,8 +3066,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3066
3066
  } | undefined;
3067
3067
  accent?: {
3068
3068
  0?: string | undefined;
3069
- 100?: string | undefined;
3070
3069
  50?: string | undefined;
3070
+ 100?: string | undefined;
3071
3071
  200?: string | undefined;
3072
3072
  300?: string | undefined;
3073
3073
  400?: string | undefined;
@@ -3081,8 +3081,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3081
3081
  } | undefined;
3082
3082
  highlight?: {
3083
3083
  0?: string | undefined;
3084
- 100?: string | undefined;
3085
3084
  50?: string | undefined;
3085
+ 100?: string | undefined;
3086
3086
  200?: string | undefined;
3087
3087
  300?: string | undefined;
3088
3088
  400?: string | undefined;
@@ -3096,8 +3096,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3096
3096
  } | undefined;
3097
3097
  grey?: {
3098
3098
  0?: string | undefined;
3099
- 100?: string | undefined;
3100
3099
  50?: string | undefined;
3100
+ 100?: string | undefined;
3101
3101
  200?: string | undefined;
3102
3102
  300?: string | undefined;
3103
3103
  400?: string | undefined;
@@ -3110,17 +3110,21 @@ export declare const chatConfigSchema: z.ZodObject<{
3110
3110
  1000?: string | undefined;
3111
3111
  } | undefined;
3112
3112
  }>>;
3113
+ base: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
3113
3114
  components: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodIntersection<z.ZodObject<{
3114
- borderRadius: z.ZodOptional<z.ZodObject<{
3115
- minRem: z.ZodNumber;
3116
- maxRem: z.ZodNumber;
3117
- }, "strip", z.ZodTypeAny, {
3118
- minRem: number;
3119
- maxRem: number;
3120
- }, {
3121
- minRem: number;
3122
- maxRem: number;
3123
- }>>;
3115
+ borderRadius: z.ZodOptional<z.ZodUnion<[
3116
+ z.ZodObject<{
3117
+ minRem: z.ZodNumber;
3118
+ maxRem: z.ZodNumber;
3119
+ }, "strip", z.ZodTypeAny, {
3120
+ minRem: number;
3121
+ maxRem: number;
3122
+ }, {
3123
+ minRem: number;
3124
+ maxRem: number;
3125
+ }>,
3126
+ z.ZodString
3127
+ ]>>;
3124
3128
  custom: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[
3125
3129
  z.ZodString,
3126
3130
  z.ZodNumber
@@ -3164,7 +3168,7 @@ export declare const chatConfigSchema: z.ZodObject<{
3164
3168
  boxShadow?: string | undefined;
3165
3169
  }>>;
3166
3170
  }, "strip", z.ZodTypeAny, {
3167
- borderRadius?: {
3171
+ borderRadius?: string | {
3168
3172
  minRem: number;
3169
3173
  maxRem: number;
3170
3174
  } | undefined;
@@ -3184,7 +3188,7 @@ export declare const chatConfigSchema: z.ZodObject<{
3184
3188
  boxShadow?: string | undefined;
3185
3189
  } | undefined;
3186
3190
  }, {
3187
- borderRadius?: {
3191
+ borderRadius?: string | {
3188
3192
  minRem: number;
3189
3193
  maxRem: number;
3190
3194
  } | undefined;
@@ -3253,6 +3257,7 @@ export declare const chatConfigSchema: z.ZodObject<{
3253
3257
  "avatar",
3254
3258
  "openChat",
3255
3259
  "speechInput",
3260
+ "listUnordered",
3256
3261
  "lightMode",
3257
3262
  "darkMode"
3258
3263
  ]>, z.ZodString>>;
@@ -3263,8 +3268,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3263
3268
  colors?: {
3264
3269
  brand?: {
3265
3270
  0?: string | undefined;
3266
- 100?: string | undefined;
3267
3271
  50?: string | undefined;
3272
+ 100?: string | undefined;
3268
3273
  200?: string | undefined;
3269
3274
  300?: string | undefined;
3270
3275
  400?: string | undefined;
@@ -3278,8 +3283,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3278
3283
  } | undefined;
3279
3284
  accent?: {
3280
3285
  0?: string | undefined;
3281
- 100?: string | undefined;
3282
3286
  50?: string | undefined;
3287
+ 100?: string | undefined;
3283
3288
  200?: string | undefined;
3284
3289
  300?: string | undefined;
3285
3290
  400?: string | undefined;
@@ -3293,8 +3298,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3293
3298
  } | undefined;
3294
3299
  highlight?: {
3295
3300
  0?: string | undefined;
3296
- 100?: string | undefined;
3297
3301
  50?: string | undefined;
3302
+ 100?: string | undefined;
3298
3303
  200?: string | undefined;
3299
3304
  300?: string | undefined;
3300
3305
  400?: string | undefined;
@@ -3308,8 +3313,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3308
3313
  } | undefined;
3309
3314
  grey?: {
3310
3315
  0?: string | undefined;
3311
- 100?: string | undefined;
3312
3316
  50?: string | undefined;
3317
+ 100?: string | undefined;
3313
3318
  200?: string | undefined;
3314
3319
  300?: string | undefined;
3315
3320
  400?: string | undefined;
@@ -3322,8 +3327,9 @@ export declare const chatConfigSchema: z.ZodObject<{
3322
3327
  1000?: string | undefined;
3323
3328
  } | undefined;
3324
3329
  } | undefined;
3330
+ base?: {} | undefined;
3325
3331
  components?: Record<string, {
3326
- borderRadius?: {
3332
+ borderRadius?: string | {
3327
3333
  minRem: number;
3328
3334
  maxRem: number;
3329
3335
  } | undefined;
@@ -3349,7 +3355,7 @@ export declare const chatConfigSchema: z.ZodObject<{
3349
3355
  borderColor?: string | undefined;
3350
3356
  boxShadow?: string | undefined;
3351
3357
  }> | undefined;
3352
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
3358
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
3353
3359
  }, {
3354
3360
  font?: {
3355
3361
  family?: string | undefined;
@@ -3357,8 +3363,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3357
3363
  colors?: {
3358
3364
  brand?: {
3359
3365
  0?: string | undefined;
3360
- 100?: string | undefined;
3361
3366
  50?: string | undefined;
3367
+ 100?: string | undefined;
3362
3368
  200?: string | undefined;
3363
3369
  300?: string | undefined;
3364
3370
  400?: string | undefined;
@@ -3372,8 +3378,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3372
3378
  } | undefined;
3373
3379
  accent?: {
3374
3380
  0?: string | undefined;
3375
- 100?: string | undefined;
3376
3381
  50?: string | undefined;
3382
+ 100?: string | undefined;
3377
3383
  200?: string | undefined;
3378
3384
  300?: string | undefined;
3379
3385
  400?: string | undefined;
@@ -3387,8 +3393,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3387
3393
  } | undefined;
3388
3394
  highlight?: {
3389
3395
  0?: string | undefined;
3390
- 100?: string | undefined;
3391
3396
  50?: string | undefined;
3397
+ 100?: string | undefined;
3392
3398
  200?: string | undefined;
3393
3399
  300?: string | undefined;
3394
3400
  400?: string | undefined;
@@ -3402,8 +3408,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3402
3408
  } | undefined;
3403
3409
  grey?: {
3404
3410
  0?: string | undefined;
3405
- 100?: string | undefined;
3406
3411
  50?: string | undefined;
3412
+ 100?: string | undefined;
3407
3413
  200?: string | undefined;
3408
3414
  300?: string | undefined;
3409
3415
  400?: string | undefined;
@@ -3416,8 +3422,9 @@ export declare const chatConfigSchema: z.ZodObject<{
3416
3422
  1000?: string | undefined;
3417
3423
  } | undefined;
3418
3424
  } | undefined;
3425
+ base?: {} | undefined;
3419
3426
  components?: Record<string, {
3420
- borderRadius?: {
3427
+ borderRadius?: string | {
3421
3428
  minRem: number;
3422
3429
  maxRem: number;
3423
3430
  } | undefined;
@@ -3443,7 +3450,7 @@ export declare const chatConfigSchema: z.ZodObject<{
3443
3450
  borderColor?: string | undefined;
3444
3451
  boxShadow?: string | undefined;
3445
3452
  }> | undefined;
3446
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
3453
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
3447
3454
  }>>;
3448
3455
  }, "strip", z.ZodTypeAny, {
3449
3456
  customCSS?: string | undefined;
@@ -3456,8 +3463,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3456
3463
  colors?: {
3457
3464
  brand?: {
3458
3465
  0?: string | undefined;
3459
- 100?: string | undefined;
3460
3466
  50?: string | undefined;
3467
+ 100?: string | undefined;
3461
3468
  200?: string | undefined;
3462
3469
  300?: string | undefined;
3463
3470
  400?: string | undefined;
@@ -3471,8 +3478,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3471
3478
  } | undefined;
3472
3479
  accent?: {
3473
3480
  0?: string | undefined;
3474
- 100?: string | undefined;
3475
3481
  50?: string | undefined;
3482
+ 100?: string | undefined;
3476
3483
  200?: string | undefined;
3477
3484
  300?: string | undefined;
3478
3485
  400?: string | undefined;
@@ -3486,8 +3493,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3486
3493
  } | undefined;
3487
3494
  highlight?: {
3488
3495
  0?: string | undefined;
3489
- 100?: string | undefined;
3490
3496
  50?: string | undefined;
3497
+ 100?: string | undefined;
3491
3498
  200?: string | undefined;
3492
3499
  300?: string | undefined;
3493
3500
  400?: string | undefined;
@@ -3501,8 +3508,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3501
3508
  } | undefined;
3502
3509
  grey?: {
3503
3510
  0?: string | undefined;
3504
- 100?: string | undefined;
3505
3511
  50?: string | undefined;
3512
+ 100?: string | undefined;
3506
3513
  200?: string | undefined;
3507
3514
  300?: string | undefined;
3508
3515
  400?: string | undefined;
@@ -3515,8 +3522,9 @@ export declare const chatConfigSchema: z.ZodObject<{
3515
3522
  1000?: string | undefined;
3516
3523
  } | undefined;
3517
3524
  } | undefined;
3525
+ base?: {} | undefined;
3518
3526
  components?: Record<string, {
3519
- borderRadius?: {
3527
+ borderRadius?: string | {
3520
3528
  minRem: number;
3521
3529
  maxRem: number;
3522
3530
  } | undefined;
@@ -3542,7 +3550,7 @@ export declare const chatConfigSchema: z.ZodObject<{
3542
3550
  borderColor?: string | undefined;
3543
3551
  boxShadow?: string | undefined;
3544
3552
  }> | undefined;
3545
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
3553
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
3546
3554
  } | undefined;
3547
3555
  }, {
3548
3556
  customCSS?: string | undefined;
@@ -3555,8 +3563,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3555
3563
  colors?: {
3556
3564
  brand?: {
3557
3565
  0?: string | undefined;
3558
- 100?: string | undefined;
3559
3566
  50?: string | undefined;
3567
+ 100?: string | undefined;
3560
3568
  200?: string | undefined;
3561
3569
  300?: string | undefined;
3562
3570
  400?: string | undefined;
@@ -3570,8 +3578,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3570
3578
  } | undefined;
3571
3579
  accent?: {
3572
3580
  0?: string | undefined;
3573
- 100?: string | undefined;
3574
3581
  50?: string | undefined;
3582
+ 100?: string | undefined;
3575
3583
  200?: string | undefined;
3576
3584
  300?: string | undefined;
3577
3585
  400?: string | undefined;
@@ -3585,8 +3593,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3585
3593
  } | undefined;
3586
3594
  highlight?: {
3587
3595
  0?: string | undefined;
3588
- 100?: string | undefined;
3589
3596
  50?: string | undefined;
3597
+ 100?: string | undefined;
3590
3598
  200?: string | undefined;
3591
3599
  300?: string | undefined;
3592
3600
  400?: string | undefined;
@@ -3600,8 +3608,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3600
3608
  } | undefined;
3601
3609
  grey?: {
3602
3610
  0?: string | undefined;
3603
- 100?: string | undefined;
3604
3611
  50?: string | undefined;
3612
+ 100?: string | undefined;
3605
3613
  200?: string | undefined;
3606
3614
  300?: string | undefined;
3607
3615
  400?: string | undefined;
@@ -3614,8 +3622,9 @@ export declare const chatConfigSchema: z.ZodObject<{
3614
3622
  1000?: string | undefined;
3615
3623
  } | undefined;
3616
3624
  } | undefined;
3625
+ base?: {} | undefined;
3617
3626
  components?: Record<string, {
3618
- borderRadius?: {
3627
+ borderRadius?: string | {
3619
3628
  minRem: number;
3620
3629
  maxRem: number;
3621
3630
  } | undefined;
@@ -3641,7 +3650,7 @@ export declare const chatConfigSchema: z.ZodObject<{
3641
3650
  borderColor?: string | undefined;
3642
3651
  boxShadow?: string | undefined;
3643
3652
  }> | undefined;
3644
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
3653
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
3645
3654
  } | undefined;
3646
3655
  }>>;
3647
3656
  dark: z.ZodOptional<z.ZodObject<{
@@ -3673,8 +3682,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3673
3682
  1000: z.ZodOptional<z.ZodOptional<z.ZodString>>;
3674
3683
  }, "strip", z.ZodTypeAny, {
3675
3684
  0?: string | undefined;
3676
- 100?: string | undefined;
3677
3685
  50?: string | undefined;
3686
+ 100?: string | undefined;
3678
3687
  200?: string | undefined;
3679
3688
  300?: string | undefined;
3680
3689
  400?: string | undefined;
@@ -3687,8 +3696,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3687
3696
  1000?: string | undefined;
3688
3697
  }, {
3689
3698
  0?: string | undefined;
3690
- 100?: string | undefined;
3691
3699
  50?: string | undefined;
3700
+ 100?: string | undefined;
3692
3701
  200?: string | undefined;
3693
3702
  300?: string | undefined;
3694
3703
  400?: string | undefined;
@@ -3716,8 +3725,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3716
3725
  1000: z.ZodOptional<z.ZodOptional<z.ZodString>>;
3717
3726
  }, "strip", z.ZodTypeAny, {
3718
3727
  0?: string | undefined;
3719
- 100?: string | undefined;
3720
3728
  50?: string | undefined;
3729
+ 100?: string | undefined;
3721
3730
  200?: string | undefined;
3722
3731
  300?: string | undefined;
3723
3732
  400?: string | undefined;
@@ -3730,8 +3739,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3730
3739
  1000?: string | undefined;
3731
3740
  }, {
3732
3741
  0?: string | undefined;
3733
- 100?: string | undefined;
3734
3742
  50?: string | undefined;
3743
+ 100?: string | undefined;
3735
3744
  200?: string | undefined;
3736
3745
  300?: string | undefined;
3737
3746
  400?: string | undefined;
@@ -3759,8 +3768,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3759
3768
  1000: z.ZodOptional<z.ZodOptional<z.ZodString>>;
3760
3769
  }, "strip", z.ZodTypeAny, {
3761
3770
  0?: string | undefined;
3762
- 100?: string | undefined;
3763
3771
  50?: string | undefined;
3772
+ 100?: string | undefined;
3764
3773
  200?: string | undefined;
3765
3774
  300?: string | undefined;
3766
3775
  400?: string | undefined;
@@ -3773,8 +3782,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3773
3782
  1000?: string | undefined;
3774
3783
  }, {
3775
3784
  0?: string | undefined;
3776
- 100?: string | undefined;
3777
3785
  50?: string | undefined;
3786
+ 100?: string | undefined;
3778
3787
  200?: string | undefined;
3779
3788
  300?: string | undefined;
3780
3789
  400?: string | undefined;
@@ -3802,8 +3811,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3802
3811
  1000: z.ZodOptional<z.ZodOptional<z.ZodString>>;
3803
3812
  }, "strip", z.ZodTypeAny, {
3804
3813
  0?: string | undefined;
3805
- 100?: string | undefined;
3806
3814
  50?: string | undefined;
3815
+ 100?: string | undefined;
3807
3816
  200?: string | undefined;
3808
3817
  300?: string | undefined;
3809
3818
  400?: string | undefined;
@@ -3816,8 +3825,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3816
3825
  1000?: string | undefined;
3817
3826
  }, {
3818
3827
  0?: string | undefined;
3819
- 100?: string | undefined;
3820
3828
  50?: string | undefined;
3829
+ 100?: string | undefined;
3821
3830
  200?: string | undefined;
3822
3831
  300?: string | undefined;
3823
3832
  400?: string | undefined;
@@ -3832,8 +3841,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3832
3841
  }, "strip", z.ZodTypeAny, {
3833
3842
  brand?: {
3834
3843
  0?: string | undefined;
3835
- 100?: string | undefined;
3836
3844
  50?: string | undefined;
3845
+ 100?: string | undefined;
3837
3846
  200?: string | undefined;
3838
3847
  300?: string | undefined;
3839
3848
  400?: string | undefined;
@@ -3847,8 +3856,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3847
3856
  } | undefined;
3848
3857
  accent?: {
3849
3858
  0?: string | undefined;
3850
- 100?: string | undefined;
3851
3859
  50?: string | undefined;
3860
+ 100?: string | undefined;
3852
3861
  200?: string | undefined;
3853
3862
  300?: string | undefined;
3854
3863
  400?: string | undefined;
@@ -3862,8 +3871,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3862
3871
  } | undefined;
3863
3872
  highlight?: {
3864
3873
  0?: string | undefined;
3865
- 100?: string | undefined;
3866
3874
  50?: string | undefined;
3875
+ 100?: string | undefined;
3867
3876
  200?: string | undefined;
3868
3877
  300?: string | undefined;
3869
3878
  400?: string | undefined;
@@ -3877,8 +3886,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3877
3886
  } | undefined;
3878
3887
  grey?: {
3879
3888
  0?: string | undefined;
3880
- 100?: string | undefined;
3881
3889
  50?: string | undefined;
3890
+ 100?: string | undefined;
3882
3891
  200?: string | undefined;
3883
3892
  300?: string | undefined;
3884
3893
  400?: string | undefined;
@@ -3893,8 +3902,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3893
3902
  }, {
3894
3903
  brand?: {
3895
3904
  0?: string | undefined;
3896
- 100?: string | undefined;
3897
3905
  50?: string | undefined;
3906
+ 100?: string | undefined;
3898
3907
  200?: string | undefined;
3899
3908
  300?: string | undefined;
3900
3909
  400?: string | undefined;
@@ -3908,8 +3917,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3908
3917
  } | undefined;
3909
3918
  accent?: {
3910
3919
  0?: string | undefined;
3911
- 100?: string | undefined;
3912
3920
  50?: string | undefined;
3921
+ 100?: string | undefined;
3913
3922
  200?: string | undefined;
3914
3923
  300?: string | undefined;
3915
3924
  400?: string | undefined;
@@ -3923,8 +3932,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3923
3932
  } | undefined;
3924
3933
  highlight?: {
3925
3934
  0?: string | undefined;
3926
- 100?: string | undefined;
3927
3935
  50?: string | undefined;
3936
+ 100?: string | undefined;
3928
3937
  200?: string | undefined;
3929
3938
  300?: string | undefined;
3930
3939
  400?: string | undefined;
@@ -3938,8 +3947,8 @@ export declare const chatConfigSchema: z.ZodObject<{
3938
3947
  } | undefined;
3939
3948
  grey?: {
3940
3949
  0?: string | undefined;
3941
- 100?: string | undefined;
3942
3950
  50?: string | undefined;
3951
+ 100?: string | undefined;
3943
3952
  200?: string | undefined;
3944
3953
  300?: string | undefined;
3945
3954
  400?: string | undefined;
@@ -3952,17 +3961,21 @@ export declare const chatConfigSchema: z.ZodObject<{
3952
3961
  1000?: string | undefined;
3953
3962
  } | undefined;
3954
3963
  }>>;
3964
+ base: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
3955
3965
  components: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodIntersection<z.ZodObject<{
3956
- borderRadius: z.ZodOptional<z.ZodObject<{
3957
- minRem: z.ZodNumber;
3958
- maxRem: z.ZodNumber;
3959
- }, "strip", z.ZodTypeAny, {
3960
- minRem: number;
3961
- maxRem: number;
3962
- }, {
3963
- minRem: number;
3964
- maxRem: number;
3965
- }>>;
3966
+ borderRadius: z.ZodOptional<z.ZodUnion<[
3967
+ z.ZodObject<{
3968
+ minRem: z.ZodNumber;
3969
+ maxRem: z.ZodNumber;
3970
+ }, "strip", z.ZodTypeAny, {
3971
+ minRem: number;
3972
+ maxRem: number;
3973
+ }, {
3974
+ minRem: number;
3975
+ maxRem: number;
3976
+ }>,
3977
+ z.ZodString
3978
+ ]>>;
3966
3979
  custom: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[
3967
3980
  z.ZodString,
3968
3981
  z.ZodNumber
@@ -4006,7 +4019,7 @@ export declare const chatConfigSchema: z.ZodObject<{
4006
4019
  boxShadow?: string | undefined;
4007
4020
  }>>;
4008
4021
  }, "strip", z.ZodTypeAny, {
4009
- borderRadius?: {
4022
+ borderRadius?: string | {
4010
4023
  minRem: number;
4011
4024
  maxRem: number;
4012
4025
  } | undefined;
@@ -4026,7 +4039,7 @@ export declare const chatConfigSchema: z.ZodObject<{
4026
4039
  boxShadow?: string | undefined;
4027
4040
  } | undefined;
4028
4041
  }, {
4029
- borderRadius?: {
4042
+ borderRadius?: string | {
4030
4043
  minRem: number;
4031
4044
  maxRem: number;
4032
4045
  } | undefined;
@@ -4095,6 +4108,7 @@ export declare const chatConfigSchema: z.ZodObject<{
4095
4108
  "avatar",
4096
4109
  "openChat",
4097
4110
  "speechInput",
4111
+ "listUnordered",
4098
4112
  "lightMode",
4099
4113
  "darkMode"
4100
4114
  ]>, z.ZodString>>;
@@ -4105,8 +4119,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4105
4119
  colors?: {
4106
4120
  brand?: {
4107
4121
  0?: string | undefined;
4108
- 100?: string | undefined;
4109
4122
  50?: string | undefined;
4123
+ 100?: string | undefined;
4110
4124
  200?: string | undefined;
4111
4125
  300?: string | undefined;
4112
4126
  400?: string | undefined;
@@ -4120,8 +4134,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4120
4134
  } | undefined;
4121
4135
  accent?: {
4122
4136
  0?: string | undefined;
4123
- 100?: string | undefined;
4124
4137
  50?: string | undefined;
4138
+ 100?: string | undefined;
4125
4139
  200?: string | undefined;
4126
4140
  300?: string | undefined;
4127
4141
  400?: string | undefined;
@@ -4135,8 +4149,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4135
4149
  } | undefined;
4136
4150
  highlight?: {
4137
4151
  0?: string | undefined;
4138
- 100?: string | undefined;
4139
4152
  50?: string | undefined;
4153
+ 100?: string | undefined;
4140
4154
  200?: string | undefined;
4141
4155
  300?: string | undefined;
4142
4156
  400?: string | undefined;
@@ -4150,8 +4164,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4150
4164
  } | undefined;
4151
4165
  grey?: {
4152
4166
  0?: string | undefined;
4153
- 100?: string | undefined;
4154
4167
  50?: string | undefined;
4168
+ 100?: string | undefined;
4155
4169
  200?: string | undefined;
4156
4170
  300?: string | undefined;
4157
4171
  400?: string | undefined;
@@ -4164,8 +4178,9 @@ export declare const chatConfigSchema: z.ZodObject<{
4164
4178
  1000?: string | undefined;
4165
4179
  } | undefined;
4166
4180
  } | undefined;
4181
+ base?: {} | undefined;
4167
4182
  components?: Record<string, {
4168
- borderRadius?: {
4183
+ borderRadius?: string | {
4169
4184
  minRem: number;
4170
4185
  maxRem: number;
4171
4186
  } | undefined;
@@ -4191,7 +4206,7 @@ export declare const chatConfigSchema: z.ZodObject<{
4191
4206
  borderColor?: string | undefined;
4192
4207
  boxShadow?: string | undefined;
4193
4208
  }> | undefined;
4194
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
4209
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
4195
4210
  }, {
4196
4211
  font?: {
4197
4212
  family?: string | undefined;
@@ -4199,8 +4214,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4199
4214
  colors?: {
4200
4215
  brand?: {
4201
4216
  0?: string | undefined;
4202
- 100?: string | undefined;
4203
4217
  50?: string | undefined;
4218
+ 100?: string | undefined;
4204
4219
  200?: string | undefined;
4205
4220
  300?: string | undefined;
4206
4221
  400?: string | undefined;
@@ -4214,8 +4229,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4214
4229
  } | undefined;
4215
4230
  accent?: {
4216
4231
  0?: string | undefined;
4217
- 100?: string | undefined;
4218
4232
  50?: string | undefined;
4233
+ 100?: string | undefined;
4219
4234
  200?: string | undefined;
4220
4235
  300?: string | undefined;
4221
4236
  400?: string | undefined;
@@ -4229,8 +4244,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4229
4244
  } | undefined;
4230
4245
  highlight?: {
4231
4246
  0?: string | undefined;
4232
- 100?: string | undefined;
4233
4247
  50?: string | undefined;
4248
+ 100?: string | undefined;
4234
4249
  200?: string | undefined;
4235
4250
  300?: string | undefined;
4236
4251
  400?: string | undefined;
@@ -4244,8 +4259,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4244
4259
  } | undefined;
4245
4260
  grey?: {
4246
4261
  0?: string | undefined;
4247
- 100?: string | undefined;
4248
4262
  50?: string | undefined;
4263
+ 100?: string | undefined;
4249
4264
  200?: string | undefined;
4250
4265
  300?: string | undefined;
4251
4266
  400?: string | undefined;
@@ -4258,8 +4273,9 @@ export declare const chatConfigSchema: z.ZodObject<{
4258
4273
  1000?: string | undefined;
4259
4274
  } | undefined;
4260
4275
  } | undefined;
4276
+ base?: {} | undefined;
4261
4277
  components?: Record<string, {
4262
- borderRadius?: {
4278
+ borderRadius?: string | {
4263
4279
  minRem: number;
4264
4280
  maxRem: number;
4265
4281
  } | undefined;
@@ -4285,7 +4301,7 @@ export declare const chatConfigSchema: z.ZodObject<{
4285
4301
  borderColor?: string | undefined;
4286
4302
  boxShadow?: string | undefined;
4287
4303
  }> | undefined;
4288
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
4304
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
4289
4305
  }>>;
4290
4306
  }, "strip", z.ZodTypeAny, {
4291
4307
  customCSS?: string | undefined;
@@ -4298,8 +4314,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4298
4314
  colors?: {
4299
4315
  brand?: {
4300
4316
  0?: string | undefined;
4301
- 100?: string | undefined;
4302
4317
  50?: string | undefined;
4318
+ 100?: string | undefined;
4303
4319
  200?: string | undefined;
4304
4320
  300?: string | undefined;
4305
4321
  400?: string | undefined;
@@ -4313,8 +4329,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4313
4329
  } | undefined;
4314
4330
  accent?: {
4315
4331
  0?: string | undefined;
4316
- 100?: string | undefined;
4317
4332
  50?: string | undefined;
4333
+ 100?: string | undefined;
4318
4334
  200?: string | undefined;
4319
4335
  300?: string | undefined;
4320
4336
  400?: string | undefined;
@@ -4328,8 +4344,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4328
4344
  } | undefined;
4329
4345
  highlight?: {
4330
4346
  0?: string | undefined;
4331
- 100?: string | undefined;
4332
4347
  50?: string | undefined;
4348
+ 100?: string | undefined;
4333
4349
  200?: string | undefined;
4334
4350
  300?: string | undefined;
4335
4351
  400?: string | undefined;
@@ -4343,8 +4359,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4343
4359
  } | undefined;
4344
4360
  grey?: {
4345
4361
  0?: string | undefined;
4346
- 100?: string | undefined;
4347
4362
  50?: string | undefined;
4363
+ 100?: string | undefined;
4348
4364
  200?: string | undefined;
4349
4365
  300?: string | undefined;
4350
4366
  400?: string | undefined;
@@ -4357,8 +4373,9 @@ export declare const chatConfigSchema: z.ZodObject<{
4357
4373
  1000?: string | undefined;
4358
4374
  } | undefined;
4359
4375
  } | undefined;
4376
+ base?: {} | undefined;
4360
4377
  components?: Record<string, {
4361
- borderRadius?: {
4378
+ borderRadius?: string | {
4362
4379
  minRem: number;
4363
4380
  maxRem: number;
4364
4381
  } | undefined;
@@ -4384,7 +4401,7 @@ export declare const chatConfigSchema: z.ZodObject<{
4384
4401
  borderColor?: string | undefined;
4385
4402
  boxShadow?: string | undefined;
4386
4403
  }> | undefined;
4387
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
4404
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
4388
4405
  } | undefined;
4389
4406
  }, {
4390
4407
  customCSS?: string | undefined;
@@ -4397,8 +4414,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4397
4414
  colors?: {
4398
4415
  brand?: {
4399
4416
  0?: string | undefined;
4400
- 100?: string | undefined;
4401
4417
  50?: string | undefined;
4418
+ 100?: string | undefined;
4402
4419
  200?: string | undefined;
4403
4420
  300?: string | undefined;
4404
4421
  400?: string | undefined;
@@ -4412,8 +4429,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4412
4429
  } | undefined;
4413
4430
  accent?: {
4414
4431
  0?: string | undefined;
4415
- 100?: string | undefined;
4416
4432
  50?: string | undefined;
4433
+ 100?: string | undefined;
4417
4434
  200?: string | undefined;
4418
4435
  300?: string | undefined;
4419
4436
  400?: string | undefined;
@@ -4427,8 +4444,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4427
4444
  } | undefined;
4428
4445
  highlight?: {
4429
4446
  0?: string | undefined;
4430
- 100?: string | undefined;
4431
4447
  50?: string | undefined;
4448
+ 100?: string | undefined;
4432
4449
  200?: string | undefined;
4433
4450
  300?: string | undefined;
4434
4451
  400?: string | undefined;
@@ -4442,8 +4459,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4442
4459
  } | undefined;
4443
4460
  grey?: {
4444
4461
  0?: string | undefined;
4445
- 100?: string | undefined;
4446
4462
  50?: string | undefined;
4463
+ 100?: string | undefined;
4447
4464
  200?: string | undefined;
4448
4465
  300?: string | undefined;
4449
4466
  400?: string | undefined;
@@ -4456,8 +4473,9 @@ export declare const chatConfigSchema: z.ZodObject<{
4456
4473
  1000?: string | undefined;
4457
4474
  } | undefined;
4458
4475
  } | undefined;
4476
+ base?: {} | undefined;
4459
4477
  components?: Record<string, {
4460
- borderRadius?: {
4478
+ borderRadius?: string | {
4461
4479
  minRem: number;
4462
4480
  maxRem: number;
4463
4481
  } | undefined;
@@ -4483,7 +4501,7 @@ export declare const chatConfigSchema: z.ZodObject<{
4483
4501
  borderColor?: string | undefined;
4484
4502
  boxShadow?: string | undefined;
4485
4503
  }> | undefined;
4486
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
4504
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
4487
4505
  } | undefined;
4488
4506
  }>>;
4489
4507
  }, "strip", z.ZodTypeAny, {
@@ -4498,8 +4516,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4498
4516
  colors?: {
4499
4517
  brand?: {
4500
4518
  0?: string | undefined;
4501
- 100?: string | undefined;
4502
4519
  50?: string | undefined;
4520
+ 100?: string | undefined;
4503
4521
  200?: string | undefined;
4504
4522
  300?: string | undefined;
4505
4523
  400?: string | undefined;
@@ -4513,8 +4531,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4513
4531
  } | undefined;
4514
4532
  accent?: {
4515
4533
  0?: string | undefined;
4516
- 100?: string | undefined;
4517
4534
  50?: string | undefined;
4535
+ 100?: string | undefined;
4518
4536
  200?: string | undefined;
4519
4537
  300?: string | undefined;
4520
4538
  400?: string | undefined;
@@ -4528,8 +4546,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4528
4546
  } | undefined;
4529
4547
  highlight?: {
4530
4548
  0?: string | undefined;
4531
- 100?: string | undefined;
4532
4549
  50?: string | undefined;
4550
+ 100?: string | undefined;
4533
4551
  200?: string | undefined;
4534
4552
  300?: string | undefined;
4535
4553
  400?: string | undefined;
@@ -4543,8 +4561,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4543
4561
  } | undefined;
4544
4562
  grey?: {
4545
4563
  0?: string | undefined;
4546
- 100?: string | undefined;
4547
4564
  50?: string | undefined;
4565
+ 100?: string | undefined;
4548
4566
  200?: string | undefined;
4549
4567
  300?: string | undefined;
4550
4568
  400?: string | undefined;
@@ -4557,8 +4575,9 @@ export declare const chatConfigSchema: z.ZodObject<{
4557
4575
  1000?: string | undefined;
4558
4576
  } | undefined;
4559
4577
  } | undefined;
4578
+ base?: {} | undefined;
4560
4579
  components?: Record<string, {
4561
- borderRadius?: {
4580
+ borderRadius?: string | {
4562
4581
  minRem: number;
4563
4582
  maxRem: number;
4564
4583
  } | undefined;
@@ -4584,7 +4603,7 @@ export declare const chatConfigSchema: z.ZodObject<{
4584
4603
  borderColor?: string | undefined;
4585
4604
  boxShadow?: string | undefined;
4586
4605
  }> | undefined;
4587
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
4606
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
4588
4607
  } | undefined;
4589
4608
  } | undefined;
4590
4609
  dark?: {
@@ -4598,8 +4617,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4598
4617
  colors?: {
4599
4618
  brand?: {
4600
4619
  0?: string | undefined;
4601
- 100?: string | undefined;
4602
4620
  50?: string | undefined;
4621
+ 100?: string | undefined;
4603
4622
  200?: string | undefined;
4604
4623
  300?: string | undefined;
4605
4624
  400?: string | undefined;
@@ -4613,8 +4632,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4613
4632
  } | undefined;
4614
4633
  accent?: {
4615
4634
  0?: string | undefined;
4616
- 100?: string | undefined;
4617
4635
  50?: string | undefined;
4636
+ 100?: string | undefined;
4618
4637
  200?: string | undefined;
4619
4638
  300?: string | undefined;
4620
4639
  400?: string | undefined;
@@ -4628,8 +4647,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4628
4647
  } | undefined;
4629
4648
  highlight?: {
4630
4649
  0?: string | undefined;
4631
- 100?: string | undefined;
4632
4650
  50?: string | undefined;
4651
+ 100?: string | undefined;
4633
4652
  200?: string | undefined;
4634
4653
  300?: string | undefined;
4635
4654
  400?: string | undefined;
@@ -4643,8 +4662,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4643
4662
  } | undefined;
4644
4663
  grey?: {
4645
4664
  0?: string | undefined;
4646
- 100?: string | undefined;
4647
4665
  50?: string | undefined;
4666
+ 100?: string | undefined;
4648
4667
  200?: string | undefined;
4649
4668
  300?: string | undefined;
4650
4669
  400?: string | undefined;
@@ -4657,8 +4676,9 @@ export declare const chatConfigSchema: z.ZodObject<{
4657
4676
  1000?: string | undefined;
4658
4677
  } | undefined;
4659
4678
  } | undefined;
4679
+ base?: {} | undefined;
4660
4680
  components?: Record<string, {
4661
- borderRadius?: {
4681
+ borderRadius?: string | {
4662
4682
  minRem: number;
4663
4683
  maxRem: number;
4664
4684
  } | undefined;
@@ -4684,7 +4704,7 @@ export declare const chatConfigSchema: z.ZodObject<{
4684
4704
  borderColor?: string | undefined;
4685
4705
  boxShadow?: string | undefined;
4686
4706
  }> | undefined;
4687
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
4707
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
4688
4708
  } | undefined;
4689
4709
  } | undefined;
4690
4710
  }, {
@@ -4699,8 +4719,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4699
4719
  colors?: {
4700
4720
  brand?: {
4701
4721
  0?: string | undefined;
4702
- 100?: string | undefined;
4703
4722
  50?: string | undefined;
4723
+ 100?: string | undefined;
4704
4724
  200?: string | undefined;
4705
4725
  300?: string | undefined;
4706
4726
  400?: string | undefined;
@@ -4714,8 +4734,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4714
4734
  } | undefined;
4715
4735
  accent?: {
4716
4736
  0?: string | undefined;
4717
- 100?: string | undefined;
4718
4737
  50?: string | undefined;
4738
+ 100?: string | undefined;
4719
4739
  200?: string | undefined;
4720
4740
  300?: string | undefined;
4721
4741
  400?: string | undefined;
@@ -4729,8 +4749,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4729
4749
  } | undefined;
4730
4750
  highlight?: {
4731
4751
  0?: string | undefined;
4732
- 100?: string | undefined;
4733
4752
  50?: string | undefined;
4753
+ 100?: string | undefined;
4734
4754
  200?: string | undefined;
4735
4755
  300?: string | undefined;
4736
4756
  400?: string | undefined;
@@ -4744,8 +4764,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4744
4764
  } | undefined;
4745
4765
  grey?: {
4746
4766
  0?: string | undefined;
4747
- 100?: string | undefined;
4748
4767
  50?: string | undefined;
4768
+ 100?: string | undefined;
4749
4769
  200?: string | undefined;
4750
4770
  300?: string | undefined;
4751
4771
  400?: string | undefined;
@@ -4758,8 +4778,9 @@ export declare const chatConfigSchema: z.ZodObject<{
4758
4778
  1000?: string | undefined;
4759
4779
  } | undefined;
4760
4780
  } | undefined;
4781
+ base?: {} | undefined;
4761
4782
  components?: Record<string, {
4762
- borderRadius?: {
4783
+ borderRadius?: string | {
4763
4784
  minRem: number;
4764
4785
  maxRem: number;
4765
4786
  } | undefined;
@@ -4785,7 +4806,7 @@ export declare const chatConfigSchema: z.ZodObject<{
4785
4806
  borderColor?: string | undefined;
4786
4807
  boxShadow?: string | undefined;
4787
4808
  }> | undefined;
4788
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
4809
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
4789
4810
  } | undefined;
4790
4811
  } | undefined;
4791
4812
  dark?: {
@@ -4799,8 +4820,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4799
4820
  colors?: {
4800
4821
  brand?: {
4801
4822
  0?: string | undefined;
4802
- 100?: string | undefined;
4803
4823
  50?: string | undefined;
4824
+ 100?: string | undefined;
4804
4825
  200?: string | undefined;
4805
4826
  300?: string | undefined;
4806
4827
  400?: string | undefined;
@@ -4814,8 +4835,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4814
4835
  } | undefined;
4815
4836
  accent?: {
4816
4837
  0?: string | undefined;
4817
- 100?: string | undefined;
4818
4838
  50?: string | undefined;
4839
+ 100?: string | undefined;
4819
4840
  200?: string | undefined;
4820
4841
  300?: string | undefined;
4821
4842
  400?: string | undefined;
@@ -4829,8 +4850,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4829
4850
  } | undefined;
4830
4851
  highlight?: {
4831
4852
  0?: string | undefined;
4832
- 100?: string | undefined;
4833
4853
  50?: string | undefined;
4854
+ 100?: string | undefined;
4834
4855
  200?: string | undefined;
4835
4856
  300?: string | undefined;
4836
4857
  400?: string | undefined;
@@ -4844,8 +4865,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4844
4865
  } | undefined;
4845
4866
  grey?: {
4846
4867
  0?: string | undefined;
4847
- 100?: string | undefined;
4848
4868
  50?: string | undefined;
4869
+ 100?: string | undefined;
4849
4870
  200?: string | undefined;
4850
4871
  300?: string | undefined;
4851
4872
  400?: string | undefined;
@@ -4858,8 +4879,9 @@ export declare const chatConfigSchema: z.ZodObject<{
4858
4879
  1000?: string | undefined;
4859
4880
  } | undefined;
4860
4881
  } | undefined;
4882
+ base?: {} | undefined;
4861
4883
  components?: Record<string, {
4862
- borderRadius?: {
4884
+ borderRadius?: string | {
4863
4885
  minRem: number;
4864
4886
  maxRem: number;
4865
4887
  } | undefined;
@@ -4885,11 +4907,15 @@ export declare const chatConfigSchema: z.ZodObject<{
4885
4907
  borderColor?: string | undefined;
4886
4908
  boxShadow?: string | undefined;
4887
4909
  }> | undefined;
4888
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
4910
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
4889
4911
  } | undefined;
4890
4912
  } | undefined;
4891
4913
  }>>;
4892
4914
  }, "strip", z.ZodTypeAny, {
4915
+ borderRadius?: {
4916
+ minRem: number;
4917
+ maxRem: number;
4918
+ } | undefined;
4893
4919
  font?: {
4894
4920
  family?: string | undefined;
4895
4921
  size?: {
@@ -4898,12 +4924,7 @@ export declare const chatConfigSchema: z.ZodObject<{
4898
4924
  } | undefined;
4899
4925
  urls?: string[] | undefined;
4900
4926
  } | undefined;
4901
- borderRadius?: {
4902
- minRem: number;
4903
- maxRem: number;
4904
- } | undefined;
4905
4927
  colors?: {
4906
- text?: string | undefined;
4907
4928
  background?: string | undefined;
4908
4929
  brand?: "slate" | "gray" | "zinc" | "neutral" | "stone" | "red" | "orange" | "amber" | "yellow" | "lime" | "green" | "emerald" | "teal" | "cyan" | "sky" | "blue" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | {
4909
4930
  "50": string;
@@ -4947,6 +4968,7 @@ export declare const chatConfigSchema: z.ZodObject<{
4947
4968
  "0": string;
4948
4969
  "1000": string;
4949
4970
  }) | undefined;
4971
+ text?: string | undefined;
4950
4972
  anchor?: {
4951
4973
  hover?: string | undefined;
4952
4974
  default?: string | undefined;
@@ -4965,8 +4987,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4965
4987
  colors?: {
4966
4988
  brand?: {
4967
4989
  0?: string | undefined;
4968
- 100?: string | undefined;
4969
4990
  50?: string | undefined;
4991
+ 100?: string | undefined;
4970
4992
  200?: string | undefined;
4971
4993
  300?: string | undefined;
4972
4994
  400?: string | undefined;
@@ -4980,8 +5002,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4980
5002
  } | undefined;
4981
5003
  accent?: {
4982
5004
  0?: string | undefined;
4983
- 100?: string | undefined;
4984
5005
  50?: string | undefined;
5006
+ 100?: string | undefined;
4985
5007
  200?: string | undefined;
4986
5008
  300?: string | undefined;
4987
5009
  400?: string | undefined;
@@ -4995,8 +5017,8 @@ export declare const chatConfigSchema: z.ZodObject<{
4995
5017
  } | undefined;
4996
5018
  highlight?: {
4997
5019
  0?: string | undefined;
4998
- 100?: string | undefined;
4999
5020
  50?: string | undefined;
5021
+ 100?: string | undefined;
5000
5022
  200?: string | undefined;
5001
5023
  300?: string | undefined;
5002
5024
  400?: string | undefined;
@@ -5010,8 +5032,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5010
5032
  } | undefined;
5011
5033
  grey?: {
5012
5034
  0?: string | undefined;
5013
- 100?: string | undefined;
5014
5035
  50?: string | undefined;
5036
+ 100?: string | undefined;
5015
5037
  200?: string | undefined;
5016
5038
  300?: string | undefined;
5017
5039
  400?: string | undefined;
@@ -5024,8 +5046,9 @@ export declare const chatConfigSchema: z.ZodObject<{
5024
5046
  1000?: string | undefined;
5025
5047
  } | undefined;
5026
5048
  } | undefined;
5049
+ base?: {} | undefined;
5027
5050
  components?: Record<string, {
5028
- borderRadius?: {
5051
+ borderRadius?: string | {
5029
5052
  minRem: number;
5030
5053
  maxRem: number;
5031
5054
  } | undefined;
@@ -5051,7 +5074,7 @@ export declare const chatConfigSchema: z.ZodObject<{
5051
5074
  borderColor?: string | undefined;
5052
5075
  boxShadow?: string | undefined;
5053
5076
  }> | undefined;
5054
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
5077
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
5055
5078
  } | undefined;
5056
5079
  } | undefined;
5057
5080
  dark?: {
@@ -5065,8 +5088,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5065
5088
  colors?: {
5066
5089
  brand?: {
5067
5090
  0?: string | undefined;
5068
- 100?: string | undefined;
5069
5091
  50?: string | undefined;
5092
+ 100?: string | undefined;
5070
5093
  200?: string | undefined;
5071
5094
  300?: string | undefined;
5072
5095
  400?: string | undefined;
@@ -5080,8 +5103,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5080
5103
  } | undefined;
5081
5104
  accent?: {
5082
5105
  0?: string | undefined;
5083
- 100?: string | undefined;
5084
5106
  50?: string | undefined;
5107
+ 100?: string | undefined;
5085
5108
  200?: string | undefined;
5086
5109
  300?: string | undefined;
5087
5110
  400?: string | undefined;
@@ -5095,8 +5118,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5095
5118
  } | undefined;
5096
5119
  highlight?: {
5097
5120
  0?: string | undefined;
5098
- 100?: string | undefined;
5099
5121
  50?: string | undefined;
5122
+ 100?: string | undefined;
5100
5123
  200?: string | undefined;
5101
5124
  300?: string | undefined;
5102
5125
  400?: string | undefined;
@@ -5110,8 +5133,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5110
5133
  } | undefined;
5111
5134
  grey?: {
5112
5135
  0?: string | undefined;
5113
- 100?: string | undefined;
5114
5136
  50?: string | undefined;
5137
+ 100?: string | undefined;
5115
5138
  200?: string | undefined;
5116
5139
  300?: string | undefined;
5117
5140
  400?: string | undefined;
@@ -5124,8 +5147,9 @@ export declare const chatConfigSchema: z.ZodObject<{
5124
5147
  1000?: string | undefined;
5125
5148
  } | undefined;
5126
5149
  } | undefined;
5150
+ base?: {} | undefined;
5127
5151
  components?: Record<string, {
5128
- borderRadius?: {
5152
+ borderRadius?: string | {
5129
5153
  minRem: number;
5130
5154
  maxRem: number;
5131
5155
  } | undefined;
@@ -5151,11 +5175,15 @@ export declare const chatConfigSchema: z.ZodObject<{
5151
5175
  borderColor?: string | undefined;
5152
5176
  boxShadow?: string | undefined;
5153
5177
  }> | undefined;
5154
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
5178
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
5155
5179
  } | undefined;
5156
5180
  } | undefined;
5157
5181
  } | undefined;
5158
5182
  }, {
5183
+ borderRadius?: {
5184
+ minRem: number;
5185
+ maxRem: number;
5186
+ } | undefined;
5159
5187
  font?: {
5160
5188
  family?: string | undefined;
5161
5189
  size?: {
@@ -5164,12 +5192,7 @@ export declare const chatConfigSchema: z.ZodObject<{
5164
5192
  } | undefined;
5165
5193
  urls?: string[] | undefined;
5166
5194
  } | undefined;
5167
- borderRadius?: {
5168
- minRem: number;
5169
- maxRem: number;
5170
- } | undefined;
5171
5195
  colors?: {
5172
- text?: string | undefined;
5173
5196
  background?: string | undefined;
5174
5197
  brand?: "slate" | "gray" | "zinc" | "neutral" | "stone" | "red" | "orange" | "amber" | "yellow" | "lime" | "green" | "emerald" | "teal" | "cyan" | "sky" | "blue" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | {
5175
5198
  "50": string;
@@ -5213,6 +5236,7 @@ export declare const chatConfigSchema: z.ZodObject<{
5213
5236
  "0": string;
5214
5237
  "1000": string;
5215
5238
  }) | undefined;
5239
+ text?: string | undefined;
5216
5240
  anchor?: {
5217
5241
  hover?: string | undefined;
5218
5242
  default?: string | undefined;
@@ -5231,8 +5255,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5231
5255
  colors?: {
5232
5256
  brand?: {
5233
5257
  0?: string | undefined;
5234
- 100?: string | undefined;
5235
5258
  50?: string | undefined;
5259
+ 100?: string | undefined;
5236
5260
  200?: string | undefined;
5237
5261
  300?: string | undefined;
5238
5262
  400?: string | undefined;
@@ -5246,8 +5270,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5246
5270
  } | undefined;
5247
5271
  accent?: {
5248
5272
  0?: string | undefined;
5249
- 100?: string | undefined;
5250
5273
  50?: string | undefined;
5274
+ 100?: string | undefined;
5251
5275
  200?: string | undefined;
5252
5276
  300?: string | undefined;
5253
5277
  400?: string | undefined;
@@ -5261,8 +5285,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5261
5285
  } | undefined;
5262
5286
  highlight?: {
5263
5287
  0?: string | undefined;
5264
- 100?: string | undefined;
5265
5288
  50?: string | undefined;
5289
+ 100?: string | undefined;
5266
5290
  200?: string | undefined;
5267
5291
  300?: string | undefined;
5268
5292
  400?: string | undefined;
@@ -5276,8 +5300,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5276
5300
  } | undefined;
5277
5301
  grey?: {
5278
5302
  0?: string | undefined;
5279
- 100?: string | undefined;
5280
5303
  50?: string | undefined;
5304
+ 100?: string | undefined;
5281
5305
  200?: string | undefined;
5282
5306
  300?: string | undefined;
5283
5307
  400?: string | undefined;
@@ -5290,8 +5314,9 @@ export declare const chatConfigSchema: z.ZodObject<{
5290
5314
  1000?: string | undefined;
5291
5315
  } | undefined;
5292
5316
  } | undefined;
5317
+ base?: {} | undefined;
5293
5318
  components?: Record<string, {
5294
- borderRadius?: {
5319
+ borderRadius?: string | {
5295
5320
  minRem: number;
5296
5321
  maxRem: number;
5297
5322
  } | undefined;
@@ -5317,7 +5342,7 @@ export declare const chatConfigSchema: z.ZodObject<{
5317
5342
  borderColor?: string | undefined;
5318
5343
  boxShadow?: string | undefined;
5319
5344
  }> | undefined;
5320
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
5345
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
5321
5346
  } | undefined;
5322
5347
  } | undefined;
5323
5348
  dark?: {
@@ -5331,8 +5356,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5331
5356
  colors?: {
5332
5357
  brand?: {
5333
5358
  0?: string | undefined;
5334
- 100?: string | undefined;
5335
5359
  50?: string | undefined;
5360
+ 100?: string | undefined;
5336
5361
  200?: string | undefined;
5337
5362
  300?: string | undefined;
5338
5363
  400?: string | undefined;
@@ -5346,8 +5371,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5346
5371
  } | undefined;
5347
5372
  accent?: {
5348
5373
  0?: string | undefined;
5349
- 100?: string | undefined;
5350
5374
  50?: string | undefined;
5375
+ 100?: string | undefined;
5351
5376
  200?: string | undefined;
5352
5377
  300?: string | undefined;
5353
5378
  400?: string | undefined;
@@ -5361,8 +5386,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5361
5386
  } | undefined;
5362
5387
  highlight?: {
5363
5388
  0?: string | undefined;
5364
- 100?: string | undefined;
5365
5389
  50?: string | undefined;
5390
+ 100?: string | undefined;
5366
5391
  200?: string | undefined;
5367
5392
  300?: string | undefined;
5368
5393
  400?: string | undefined;
@@ -5376,8 +5401,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5376
5401
  } | undefined;
5377
5402
  grey?: {
5378
5403
  0?: string | undefined;
5379
- 100?: string | undefined;
5380
5404
  50?: string | undefined;
5405
+ 100?: string | undefined;
5381
5406
  200?: string | undefined;
5382
5407
  300?: string | undefined;
5383
5408
  400?: string | undefined;
@@ -5390,8 +5415,9 @@ export declare const chatConfigSchema: z.ZodObject<{
5390
5415
  1000?: string | undefined;
5391
5416
  } | undefined;
5392
5417
  } | undefined;
5418
+ base?: {} | undefined;
5393
5419
  components?: Record<string, {
5394
- borderRadius?: {
5420
+ borderRadius?: string | {
5395
5421
  minRem: number;
5396
5422
  maxRem: number;
5397
5423
  } | undefined;
@@ -5417,7 +5443,7 @@ export declare const chatConfigSchema: z.ZodObject<{
5417
5443
  borderColor?: string | undefined;
5418
5444
  boxShadow?: string | undefined;
5419
5445
  }> | undefined;
5420
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
5446
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
5421
5447
  } | undefined;
5422
5448
  } | undefined;
5423
5449
  } | undefined;
@@ -5431,13 +5457,16 @@ export declare const chatConfigSchema: z.ZodObject<{
5431
5457
  predefinedQuestions: z.ZodOptional<z.ZodString>;
5432
5458
  introductionTitle: z.ZodOptional<z.ZodString>;
5433
5459
  introductionDisclaimer: z.ZodOptional<z.ZodOptional<z.ZodString>>;
5434
- referenceTitle: z.ZodOptional<z.ZodString>;
5435
5460
  chatInputPlaceholder: z.ZodOptional<z.ZodString>;
5436
5461
  chatInputPlaceholderListening: z.ZodOptional<z.ZodOptional<z.ZodString>>;
5437
5462
  chatInputSubmit: z.ZodOptional<z.ZodString>;
5438
5463
  chatInputStartListening: z.ZodOptional<z.ZodString>;
5439
5464
  chatInputStopListening: z.ZodOptional<z.ZodString>;
5440
5465
  referenceLink: z.ZodOptional<z.ZodString>;
5466
+ referencesDisplay: z.ZodOptional<z.ZodString>;
5467
+ referencesHide: z.ZodOptional<z.ZodString>;
5468
+ referencesTitle: z.ZodOptional<z.ZodString>;
5469
+ referencesFurtherTitle: z.ZodOptional<z.ZodString>;
5441
5470
  newChat: z.ZodOptional<z.ZodString>;
5442
5471
  maintenanceModeError: z.ZodOptional<z.ZodString>;
5443
5472
  messageBotLoading: z.ZodOptional<z.ZodString>;
@@ -5476,13 +5505,16 @@ export declare const chatConfigSchema: z.ZodObject<{
5476
5505
  predefinedQuestions?: string | undefined;
5477
5506
  introductionTitle?: string | undefined;
5478
5507
  introductionDisclaimer?: string | undefined;
5479
- referenceTitle?: string | undefined;
5480
5508
  chatInputPlaceholder?: string | undefined;
5481
5509
  chatInputPlaceholderListening?: string | undefined;
5482
5510
  chatInputSubmit?: string | undefined;
5483
5511
  chatInputStartListening?: string | undefined;
5484
5512
  chatInputStopListening?: string | undefined;
5485
5513
  referenceLink?: string | undefined;
5514
+ referencesDisplay?: string | undefined;
5515
+ referencesHide?: string | undefined;
5516
+ referencesTitle?: string | undefined;
5517
+ referencesFurtherTitle?: string | undefined;
5486
5518
  newChat?: string | undefined;
5487
5519
  maintenanceModeError?: string | undefined;
5488
5520
  messageBotLoading?: string | undefined;
@@ -5519,13 +5551,16 @@ export declare const chatConfigSchema: z.ZodObject<{
5519
5551
  predefinedQuestions?: string | undefined;
5520
5552
  introductionTitle?: string | undefined;
5521
5553
  introductionDisclaimer?: string | undefined;
5522
- referenceTitle?: string | undefined;
5523
5554
  chatInputPlaceholder?: string | undefined;
5524
5555
  chatInputPlaceholderListening?: string | undefined;
5525
5556
  chatInputSubmit?: string | undefined;
5526
5557
  chatInputStartListening?: string | undefined;
5527
5558
  chatInputStopListening?: string | undefined;
5528
5559
  referenceLink?: string | undefined;
5560
+ referencesDisplay?: string | undefined;
5561
+ referencesHide?: string | undefined;
5562
+ referencesTitle?: string | undefined;
5563
+ referencesFurtherTitle?: string | undefined;
5529
5564
  newChat?: string | undefined;
5530
5565
  maintenanceModeError?: string | undefined;
5531
5566
  messageBotLoading?: string | undefined;
@@ -5562,8 +5597,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5562
5597
  renderKatex: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
5563
5598
  }, "strip", z.ZodTypeAny, {
5564
5599
  menu?: Partial<Record<"en" | "de" | "fr" | "it", {
5565
- label: string;
5566
5600
  url: string;
5601
+ label: string;
5567
5602
  icon: string;
5568
5603
  target?: "_blank" | "_self" | undefined;
5569
5604
  }[]>> | undefined;
@@ -5594,6 +5629,10 @@ export declare const chatConfigSchema: z.ZodObject<{
5594
5629
  supportedLanguages?: ("en" | "de" | "fr" | "it")[] | undefined;
5595
5630
  showTextFeedback?: boolean | undefined;
5596
5631
  theme?: {
5632
+ borderRadius?: {
5633
+ minRem: number;
5634
+ maxRem: number;
5635
+ } | undefined;
5597
5636
  font?: {
5598
5637
  family?: string | undefined;
5599
5638
  size?: {
@@ -5602,12 +5641,7 @@ export declare const chatConfigSchema: z.ZodObject<{
5602
5641
  } | undefined;
5603
5642
  urls?: string[] | undefined;
5604
5643
  } | undefined;
5605
- borderRadius?: {
5606
- minRem: number;
5607
- maxRem: number;
5608
- } | undefined;
5609
5644
  colors?: {
5610
- text?: string | undefined;
5611
5645
  background?: string | undefined;
5612
5646
  brand?: "slate" | "gray" | "zinc" | "neutral" | "stone" | "red" | "orange" | "amber" | "yellow" | "lime" | "green" | "emerald" | "teal" | "cyan" | "sky" | "blue" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | {
5613
5647
  "50": string;
@@ -5651,6 +5685,7 @@ export declare const chatConfigSchema: z.ZodObject<{
5651
5685
  "0": string;
5652
5686
  "1000": string;
5653
5687
  }) | undefined;
5688
+ text?: string | undefined;
5654
5689
  anchor?: {
5655
5690
  hover?: string | undefined;
5656
5691
  default?: string | undefined;
@@ -5669,8 +5704,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5669
5704
  colors?: {
5670
5705
  brand?: {
5671
5706
  0?: string | undefined;
5672
- 100?: string | undefined;
5673
5707
  50?: string | undefined;
5708
+ 100?: string | undefined;
5674
5709
  200?: string | undefined;
5675
5710
  300?: string | undefined;
5676
5711
  400?: string | undefined;
@@ -5684,8 +5719,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5684
5719
  } | undefined;
5685
5720
  accent?: {
5686
5721
  0?: string | undefined;
5687
- 100?: string | undefined;
5688
5722
  50?: string | undefined;
5723
+ 100?: string | undefined;
5689
5724
  200?: string | undefined;
5690
5725
  300?: string | undefined;
5691
5726
  400?: string | undefined;
@@ -5699,8 +5734,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5699
5734
  } | undefined;
5700
5735
  highlight?: {
5701
5736
  0?: string | undefined;
5702
- 100?: string | undefined;
5703
5737
  50?: string | undefined;
5738
+ 100?: string | undefined;
5704
5739
  200?: string | undefined;
5705
5740
  300?: string | undefined;
5706
5741
  400?: string | undefined;
@@ -5714,8 +5749,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5714
5749
  } | undefined;
5715
5750
  grey?: {
5716
5751
  0?: string | undefined;
5717
- 100?: string | undefined;
5718
5752
  50?: string | undefined;
5753
+ 100?: string | undefined;
5719
5754
  200?: string | undefined;
5720
5755
  300?: string | undefined;
5721
5756
  400?: string | undefined;
@@ -5728,8 +5763,9 @@ export declare const chatConfigSchema: z.ZodObject<{
5728
5763
  1000?: string | undefined;
5729
5764
  } | undefined;
5730
5765
  } | undefined;
5766
+ base?: {} | undefined;
5731
5767
  components?: Record<string, {
5732
- borderRadius?: {
5768
+ borderRadius?: string | {
5733
5769
  minRem: number;
5734
5770
  maxRem: number;
5735
5771
  } | undefined;
@@ -5755,7 +5791,7 @@ export declare const chatConfigSchema: z.ZodObject<{
5755
5791
  borderColor?: string | undefined;
5756
5792
  boxShadow?: string | undefined;
5757
5793
  }> | undefined;
5758
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
5794
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
5759
5795
  } | undefined;
5760
5796
  } | undefined;
5761
5797
  dark?: {
@@ -5769,8 +5805,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5769
5805
  colors?: {
5770
5806
  brand?: {
5771
5807
  0?: string | undefined;
5772
- 100?: string | undefined;
5773
5808
  50?: string | undefined;
5809
+ 100?: string | undefined;
5774
5810
  200?: string | undefined;
5775
5811
  300?: string | undefined;
5776
5812
  400?: string | undefined;
@@ -5784,8 +5820,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5784
5820
  } | undefined;
5785
5821
  accent?: {
5786
5822
  0?: string | undefined;
5787
- 100?: string | undefined;
5788
5823
  50?: string | undefined;
5824
+ 100?: string | undefined;
5789
5825
  200?: string | undefined;
5790
5826
  300?: string | undefined;
5791
5827
  400?: string | undefined;
@@ -5799,8 +5835,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5799
5835
  } | undefined;
5800
5836
  highlight?: {
5801
5837
  0?: string | undefined;
5802
- 100?: string | undefined;
5803
5838
  50?: string | undefined;
5839
+ 100?: string | undefined;
5804
5840
  200?: string | undefined;
5805
5841
  300?: string | undefined;
5806
5842
  400?: string | undefined;
@@ -5814,8 +5850,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5814
5850
  } | undefined;
5815
5851
  grey?: {
5816
5852
  0?: string | undefined;
5817
- 100?: string | undefined;
5818
5853
  50?: string | undefined;
5854
+ 100?: string | undefined;
5819
5855
  200?: string | undefined;
5820
5856
  300?: string | undefined;
5821
5857
  400?: string | undefined;
@@ -5828,8 +5864,9 @@ export declare const chatConfigSchema: z.ZodObject<{
5828
5864
  1000?: string | undefined;
5829
5865
  } | undefined;
5830
5866
  } | undefined;
5867
+ base?: {} | undefined;
5831
5868
  components?: Record<string, {
5832
- borderRadius?: {
5869
+ borderRadius?: string | {
5833
5870
  minRem: number;
5834
5871
  maxRem: number;
5835
5872
  } | undefined;
@@ -5855,7 +5892,7 @@ export declare const chatConfigSchema: z.ZodObject<{
5855
5892
  borderColor?: string | undefined;
5856
5893
  boxShadow?: string | undefined;
5857
5894
  }> | undefined;
5858
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
5895
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
5859
5896
  } | undefined;
5860
5897
  } | undefined;
5861
5898
  } | undefined;
@@ -5866,13 +5903,16 @@ export declare const chatConfigSchema: z.ZodObject<{
5866
5903
  predefinedQuestions?: string | undefined;
5867
5904
  introductionTitle?: string | undefined;
5868
5905
  introductionDisclaimer?: string | undefined;
5869
- referenceTitle?: string | undefined;
5870
5906
  chatInputPlaceholder?: string | undefined;
5871
5907
  chatInputPlaceholderListening?: string | undefined;
5872
5908
  chatInputSubmit?: string | undefined;
5873
5909
  chatInputStartListening?: string | undefined;
5874
5910
  chatInputStopListening?: string | undefined;
5875
5911
  referenceLink?: string | undefined;
5912
+ referencesDisplay?: string | undefined;
5913
+ referencesHide?: string | undefined;
5914
+ referencesTitle?: string | undefined;
5915
+ referencesFurtherTitle?: string | undefined;
5876
5916
  newChat?: string | undefined;
5877
5917
  maintenanceModeError?: string | undefined;
5878
5918
  messageBotLoading?: string | undefined;
@@ -5909,8 +5949,8 @@ export declare const chatConfigSchema: z.ZodObject<{
5909
5949
  renderKatex?: boolean | undefined;
5910
5950
  }, {
5911
5951
  menu?: Partial<Record<"en" | "de" | "fr" | "it", {
5912
- label: string;
5913
5952
  url: string;
5953
+ label: string;
5914
5954
  icon: string;
5915
5955
  target?: "_blank" | "_self" | undefined;
5916
5956
  }[]>> | undefined;
@@ -5941,6 +5981,10 @@ export declare const chatConfigSchema: z.ZodObject<{
5941
5981
  supportedLanguages?: ("en" | "de" | "fr" | "it")[] | undefined;
5942
5982
  showTextFeedback?: boolean | undefined;
5943
5983
  theme?: {
5984
+ borderRadius?: {
5985
+ minRem: number;
5986
+ maxRem: number;
5987
+ } | undefined;
5944
5988
  font?: {
5945
5989
  family?: string | undefined;
5946
5990
  size?: {
@@ -5949,12 +5993,7 @@ export declare const chatConfigSchema: z.ZodObject<{
5949
5993
  } | undefined;
5950
5994
  urls?: string[] | undefined;
5951
5995
  } | undefined;
5952
- borderRadius?: {
5953
- minRem: number;
5954
- maxRem: number;
5955
- } | undefined;
5956
5996
  colors?: {
5957
- text?: string | undefined;
5958
5997
  background?: string | undefined;
5959
5998
  brand?: "slate" | "gray" | "zinc" | "neutral" | "stone" | "red" | "orange" | "amber" | "yellow" | "lime" | "green" | "emerald" | "teal" | "cyan" | "sky" | "blue" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | {
5960
5999
  "50": string;
@@ -5998,6 +6037,7 @@ export declare const chatConfigSchema: z.ZodObject<{
5998
6037
  "0": string;
5999
6038
  "1000": string;
6000
6039
  }) | undefined;
6040
+ text?: string | undefined;
6001
6041
  anchor?: {
6002
6042
  hover?: string | undefined;
6003
6043
  default?: string | undefined;
@@ -6016,8 +6056,8 @@ export declare const chatConfigSchema: z.ZodObject<{
6016
6056
  colors?: {
6017
6057
  brand?: {
6018
6058
  0?: string | undefined;
6019
- 100?: string | undefined;
6020
6059
  50?: string | undefined;
6060
+ 100?: string | undefined;
6021
6061
  200?: string | undefined;
6022
6062
  300?: string | undefined;
6023
6063
  400?: string | undefined;
@@ -6031,8 +6071,8 @@ export declare const chatConfigSchema: z.ZodObject<{
6031
6071
  } | undefined;
6032
6072
  accent?: {
6033
6073
  0?: string | undefined;
6034
- 100?: string | undefined;
6035
6074
  50?: string | undefined;
6075
+ 100?: string | undefined;
6036
6076
  200?: string | undefined;
6037
6077
  300?: string | undefined;
6038
6078
  400?: string | undefined;
@@ -6046,8 +6086,8 @@ export declare const chatConfigSchema: z.ZodObject<{
6046
6086
  } | undefined;
6047
6087
  highlight?: {
6048
6088
  0?: string | undefined;
6049
- 100?: string | undefined;
6050
6089
  50?: string | undefined;
6090
+ 100?: string | undefined;
6051
6091
  200?: string | undefined;
6052
6092
  300?: string | undefined;
6053
6093
  400?: string | undefined;
@@ -6061,8 +6101,8 @@ export declare const chatConfigSchema: z.ZodObject<{
6061
6101
  } | undefined;
6062
6102
  grey?: {
6063
6103
  0?: string | undefined;
6064
- 100?: string | undefined;
6065
6104
  50?: string | undefined;
6105
+ 100?: string | undefined;
6066
6106
  200?: string | undefined;
6067
6107
  300?: string | undefined;
6068
6108
  400?: string | undefined;
@@ -6075,8 +6115,9 @@ export declare const chatConfigSchema: z.ZodObject<{
6075
6115
  1000?: string | undefined;
6076
6116
  } | undefined;
6077
6117
  } | undefined;
6118
+ base?: {} | undefined;
6078
6119
  components?: Record<string, {
6079
- borderRadius?: {
6120
+ borderRadius?: string | {
6080
6121
  minRem: number;
6081
6122
  maxRem: number;
6082
6123
  } | undefined;
@@ -6102,7 +6143,7 @@ export declare const chatConfigSchema: z.ZodObject<{
6102
6143
  borderColor?: string | undefined;
6103
6144
  boxShadow?: string | undefined;
6104
6145
  }> | undefined;
6105
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
6146
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
6106
6147
  } | undefined;
6107
6148
  } | undefined;
6108
6149
  dark?: {
@@ -6116,8 +6157,8 @@ export declare const chatConfigSchema: z.ZodObject<{
6116
6157
  colors?: {
6117
6158
  brand?: {
6118
6159
  0?: string | undefined;
6119
- 100?: string | undefined;
6120
6160
  50?: string | undefined;
6161
+ 100?: string | undefined;
6121
6162
  200?: string | undefined;
6122
6163
  300?: string | undefined;
6123
6164
  400?: string | undefined;
@@ -6131,8 +6172,8 @@ export declare const chatConfigSchema: z.ZodObject<{
6131
6172
  } | undefined;
6132
6173
  accent?: {
6133
6174
  0?: string | undefined;
6134
- 100?: string | undefined;
6135
6175
  50?: string | undefined;
6176
+ 100?: string | undefined;
6136
6177
  200?: string | undefined;
6137
6178
  300?: string | undefined;
6138
6179
  400?: string | undefined;
@@ -6146,8 +6187,8 @@ export declare const chatConfigSchema: z.ZodObject<{
6146
6187
  } | undefined;
6147
6188
  highlight?: {
6148
6189
  0?: string | undefined;
6149
- 100?: string | undefined;
6150
6190
  50?: string | undefined;
6191
+ 100?: string | undefined;
6151
6192
  200?: string | undefined;
6152
6193
  300?: string | undefined;
6153
6194
  400?: string | undefined;
@@ -6161,8 +6202,8 @@ export declare const chatConfigSchema: z.ZodObject<{
6161
6202
  } | undefined;
6162
6203
  grey?: {
6163
6204
  0?: string | undefined;
6164
- 100?: string | undefined;
6165
6205
  50?: string | undefined;
6206
+ 100?: string | undefined;
6166
6207
  200?: string | undefined;
6167
6208
  300?: string | undefined;
6168
6209
  400?: string | undefined;
@@ -6175,8 +6216,9 @@ export declare const chatConfigSchema: z.ZodObject<{
6175
6216
  1000?: string | undefined;
6176
6217
  } | undefined;
6177
6218
  } | undefined;
6219
+ base?: {} | undefined;
6178
6220
  components?: Record<string, {
6179
- borderRadius?: {
6221
+ borderRadius?: string | {
6180
6222
  minRem: number;
6181
6223
  maxRem: number;
6182
6224
  } | undefined;
@@ -6202,7 +6244,7 @@ export declare const chatConfigSchema: z.ZodObject<{
6202
6244
  borderColor?: string | undefined;
6203
6245
  boxShadow?: string | undefined;
6204
6246
  }> | undefined;
6205
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
6247
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
6206
6248
  } | undefined;
6207
6249
  } | undefined;
6208
6250
  } | undefined;
@@ -6213,13 +6255,16 @@ export declare const chatConfigSchema: z.ZodObject<{
6213
6255
  predefinedQuestions?: string | undefined;
6214
6256
  introductionTitle?: string | undefined;
6215
6257
  introductionDisclaimer?: string | undefined;
6216
- referenceTitle?: string | undefined;
6217
6258
  chatInputPlaceholder?: string | undefined;
6218
6259
  chatInputPlaceholderListening?: string | undefined;
6219
6260
  chatInputSubmit?: string | undefined;
6220
6261
  chatInputStartListening?: string | undefined;
6221
6262
  chatInputStopListening?: string | undefined;
6222
6263
  referenceLink?: string | undefined;
6264
+ referencesDisplay?: string | undefined;
6265
+ referencesHide?: string | undefined;
6266
+ referencesTitle?: string | undefined;
6267
+ referencesFurtherTitle?: string | undefined;
6223
6268
  newChat?: string | undefined;
6224
6269
  maintenanceModeError?: string | undefined;
6225
6270
  messageBotLoading?: string | undefined;
@@ -6494,7 +6539,6 @@ declare const themeSchema: ZodObject<{
6494
6539
  default?: string | undefined;
6495
6540
  }>>;
6496
6541
  }, "strip", ZodTypeAny, {
6497
- text?: string | undefined;
6498
6542
  background?: string | undefined;
6499
6543
  brand?: "slate" | "gray" | "zinc" | "neutral" | "stone" | "red" | "orange" | "amber" | "yellow" | "lime" | "green" | "emerald" | "teal" | "cyan" | "sky" | "blue" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | {
6500
6544
  "50": string;
@@ -6538,12 +6582,12 @@ declare const themeSchema: ZodObject<{
6538
6582
  "0": string;
6539
6583
  "1000": string;
6540
6584
  }) | undefined;
6585
+ text?: string | undefined;
6541
6586
  anchor?: {
6542
6587
  hover?: string | undefined;
6543
6588
  default?: string | undefined;
6544
6589
  } | undefined;
6545
6590
  }, {
6546
- text?: string | undefined;
6547
6591
  background?: string | undefined;
6548
6592
  brand?: "slate" | "gray" | "zinc" | "neutral" | "stone" | "red" | "orange" | "amber" | "yellow" | "lime" | "green" | "emerald" | "teal" | "cyan" | "sky" | "blue" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | {
6549
6593
  "50": string;
@@ -6587,6 +6631,7 @@ declare const themeSchema: ZodObject<{
6587
6631
  "0": string;
6588
6632
  "1000": string;
6589
6633
  }) | undefined;
6634
+ text?: string | undefined;
6590
6635
  anchor?: {
6591
6636
  hover?: string | undefined;
6592
6637
  default?: string | undefined;
@@ -6669,8 +6714,8 @@ declare const themeSchema: ZodObject<{
6669
6714
  1000: ZodOptional<ZodOptional<ZodString>>;
6670
6715
  }, "strip", ZodTypeAny, {
6671
6716
  0?: string | undefined;
6672
- 100?: string | undefined;
6673
6717
  50?: string | undefined;
6718
+ 100?: string | undefined;
6674
6719
  200?: string | undefined;
6675
6720
  300?: string | undefined;
6676
6721
  400?: string | undefined;
@@ -6683,8 +6728,8 @@ declare const themeSchema: ZodObject<{
6683
6728
  1000?: string | undefined;
6684
6729
  }, {
6685
6730
  0?: string | undefined;
6686
- 100?: string | undefined;
6687
6731
  50?: string | undefined;
6732
+ 100?: string | undefined;
6688
6733
  200?: string | undefined;
6689
6734
  300?: string | undefined;
6690
6735
  400?: string | undefined;
@@ -6712,8 +6757,8 @@ declare const themeSchema: ZodObject<{
6712
6757
  1000: ZodOptional<ZodOptional<ZodString>>;
6713
6758
  }, "strip", ZodTypeAny, {
6714
6759
  0?: string | undefined;
6715
- 100?: string | undefined;
6716
6760
  50?: string | undefined;
6761
+ 100?: string | undefined;
6717
6762
  200?: string | undefined;
6718
6763
  300?: string | undefined;
6719
6764
  400?: string | undefined;
@@ -6726,8 +6771,8 @@ declare const themeSchema: ZodObject<{
6726
6771
  1000?: string | undefined;
6727
6772
  }, {
6728
6773
  0?: string | undefined;
6729
- 100?: string | undefined;
6730
6774
  50?: string | undefined;
6775
+ 100?: string | undefined;
6731
6776
  200?: string | undefined;
6732
6777
  300?: string | undefined;
6733
6778
  400?: string | undefined;
@@ -6755,8 +6800,8 @@ declare const themeSchema: ZodObject<{
6755
6800
  1000: ZodOptional<ZodOptional<ZodString>>;
6756
6801
  }, "strip", ZodTypeAny, {
6757
6802
  0?: string | undefined;
6758
- 100?: string | undefined;
6759
6803
  50?: string | undefined;
6804
+ 100?: string | undefined;
6760
6805
  200?: string | undefined;
6761
6806
  300?: string | undefined;
6762
6807
  400?: string | undefined;
@@ -6769,8 +6814,8 @@ declare const themeSchema: ZodObject<{
6769
6814
  1000?: string | undefined;
6770
6815
  }, {
6771
6816
  0?: string | undefined;
6772
- 100?: string | undefined;
6773
6817
  50?: string | undefined;
6818
+ 100?: string | undefined;
6774
6819
  200?: string | undefined;
6775
6820
  300?: string | undefined;
6776
6821
  400?: string | undefined;
@@ -6798,8 +6843,8 @@ declare const themeSchema: ZodObject<{
6798
6843
  1000: ZodOptional<ZodOptional<ZodString>>;
6799
6844
  }, "strip", ZodTypeAny, {
6800
6845
  0?: string | undefined;
6801
- 100?: string | undefined;
6802
6846
  50?: string | undefined;
6847
+ 100?: string | undefined;
6803
6848
  200?: string | undefined;
6804
6849
  300?: string | undefined;
6805
6850
  400?: string | undefined;
@@ -6812,8 +6857,8 @@ declare const themeSchema: ZodObject<{
6812
6857
  1000?: string | undefined;
6813
6858
  }, {
6814
6859
  0?: string | undefined;
6815
- 100?: string | undefined;
6816
6860
  50?: string | undefined;
6861
+ 100?: string | undefined;
6817
6862
  200?: string | undefined;
6818
6863
  300?: string | undefined;
6819
6864
  400?: string | undefined;
@@ -6828,8 +6873,8 @@ declare const themeSchema: ZodObject<{
6828
6873
  }, "strip", ZodTypeAny, {
6829
6874
  brand?: {
6830
6875
  0?: string | undefined;
6831
- 100?: string | undefined;
6832
6876
  50?: string | undefined;
6877
+ 100?: string | undefined;
6833
6878
  200?: string | undefined;
6834
6879
  300?: string | undefined;
6835
6880
  400?: string | undefined;
@@ -6843,8 +6888,8 @@ declare const themeSchema: ZodObject<{
6843
6888
  } | undefined;
6844
6889
  accent?: {
6845
6890
  0?: string | undefined;
6846
- 100?: string | undefined;
6847
6891
  50?: string | undefined;
6892
+ 100?: string | undefined;
6848
6893
  200?: string | undefined;
6849
6894
  300?: string | undefined;
6850
6895
  400?: string | undefined;
@@ -6858,8 +6903,8 @@ declare const themeSchema: ZodObject<{
6858
6903
  } | undefined;
6859
6904
  highlight?: {
6860
6905
  0?: string | undefined;
6861
- 100?: string | undefined;
6862
6906
  50?: string | undefined;
6907
+ 100?: string | undefined;
6863
6908
  200?: string | undefined;
6864
6909
  300?: string | undefined;
6865
6910
  400?: string | undefined;
@@ -6873,8 +6918,8 @@ declare const themeSchema: ZodObject<{
6873
6918
  } | undefined;
6874
6919
  grey?: {
6875
6920
  0?: string | undefined;
6876
- 100?: string | undefined;
6877
6921
  50?: string | undefined;
6922
+ 100?: string | undefined;
6878
6923
  200?: string | undefined;
6879
6924
  300?: string | undefined;
6880
6925
  400?: string | undefined;
@@ -6889,8 +6934,8 @@ declare const themeSchema: ZodObject<{
6889
6934
  }, {
6890
6935
  brand?: {
6891
6936
  0?: string | undefined;
6892
- 100?: string | undefined;
6893
6937
  50?: string | undefined;
6938
+ 100?: string | undefined;
6894
6939
  200?: string | undefined;
6895
6940
  300?: string | undefined;
6896
6941
  400?: string | undefined;
@@ -6904,8 +6949,8 @@ declare const themeSchema: ZodObject<{
6904
6949
  } | undefined;
6905
6950
  accent?: {
6906
6951
  0?: string | undefined;
6907
- 100?: string | undefined;
6908
6952
  50?: string | undefined;
6953
+ 100?: string | undefined;
6909
6954
  200?: string | undefined;
6910
6955
  300?: string | undefined;
6911
6956
  400?: string | undefined;
@@ -6919,8 +6964,8 @@ declare const themeSchema: ZodObject<{
6919
6964
  } | undefined;
6920
6965
  highlight?: {
6921
6966
  0?: string | undefined;
6922
- 100?: string | undefined;
6923
6967
  50?: string | undefined;
6968
+ 100?: string | undefined;
6924
6969
  200?: string | undefined;
6925
6970
  300?: string | undefined;
6926
6971
  400?: string | undefined;
@@ -6934,8 +6979,8 @@ declare const themeSchema: ZodObject<{
6934
6979
  } | undefined;
6935
6980
  grey?: {
6936
6981
  0?: string | undefined;
6937
- 100?: string | undefined;
6938
6982
  50?: string | undefined;
6983
+ 100?: string | undefined;
6939
6984
  200?: string | undefined;
6940
6985
  300?: string | undefined;
6941
6986
  400?: string | undefined;
@@ -6948,17 +6993,21 @@ declare const themeSchema: ZodObject<{
6948
6993
  1000?: string | undefined;
6949
6994
  } | undefined;
6950
6995
  }>>;
6996
+ base: ZodOptional<ZodObject<{}, "strip", ZodTypeAny, {}, {}>>;
6951
6997
  components: ZodOptional<ZodRecord<ZodString, ZodIntersection<ZodObject<{
6952
- borderRadius: ZodOptional<ZodObject<{
6953
- minRem: ZodNumber;
6954
- maxRem: ZodNumber;
6955
- }, "strip", ZodTypeAny, {
6956
- minRem: number;
6957
- maxRem: number;
6958
- }, {
6959
- minRem: number;
6960
- maxRem: number;
6961
- }>>;
6998
+ borderRadius: ZodOptional<ZodUnion<[
6999
+ ZodObject<{
7000
+ minRem: ZodNumber;
7001
+ maxRem: ZodNumber;
7002
+ }, "strip", ZodTypeAny, {
7003
+ minRem: number;
7004
+ maxRem: number;
7005
+ }, {
7006
+ minRem: number;
7007
+ maxRem: number;
7008
+ }>,
7009
+ ZodString
7010
+ ]>>;
6962
7011
  custom: ZodOptional<ZodRecord<ZodString, ZodUnion<[
6963
7012
  ZodString,
6964
7013
  ZodNumber
@@ -7002,7 +7051,7 @@ declare const themeSchema: ZodObject<{
7002
7051
  boxShadow?: string | undefined;
7003
7052
  }>>;
7004
7053
  }, "strip", ZodTypeAny, {
7005
- borderRadius?: {
7054
+ borderRadius?: string | {
7006
7055
  minRem: number;
7007
7056
  maxRem: number;
7008
7057
  } | undefined;
@@ -7022,7 +7071,7 @@ declare const themeSchema: ZodObject<{
7022
7071
  boxShadow?: string | undefined;
7023
7072
  } | undefined;
7024
7073
  }, {
7025
- borderRadius?: {
7074
+ borderRadius?: string | {
7026
7075
  minRem: number;
7027
7076
  maxRem: number;
7028
7077
  } | undefined;
@@ -7091,6 +7140,7 @@ declare const themeSchema: ZodObject<{
7091
7140
  "avatar",
7092
7141
  "openChat",
7093
7142
  "speechInput",
7143
+ "listUnordered",
7094
7144
  "lightMode",
7095
7145
  "darkMode"
7096
7146
  ]>, ZodString>>;
@@ -7101,8 +7151,8 @@ declare const themeSchema: ZodObject<{
7101
7151
  colors?: {
7102
7152
  brand?: {
7103
7153
  0?: string | undefined;
7104
- 100?: string | undefined;
7105
7154
  50?: string | undefined;
7155
+ 100?: string | undefined;
7106
7156
  200?: string | undefined;
7107
7157
  300?: string | undefined;
7108
7158
  400?: string | undefined;
@@ -7116,8 +7166,8 @@ declare const themeSchema: ZodObject<{
7116
7166
  } | undefined;
7117
7167
  accent?: {
7118
7168
  0?: string | undefined;
7119
- 100?: string | undefined;
7120
7169
  50?: string | undefined;
7170
+ 100?: string | undefined;
7121
7171
  200?: string | undefined;
7122
7172
  300?: string | undefined;
7123
7173
  400?: string | undefined;
@@ -7131,8 +7181,8 @@ declare const themeSchema: ZodObject<{
7131
7181
  } | undefined;
7132
7182
  highlight?: {
7133
7183
  0?: string | undefined;
7134
- 100?: string | undefined;
7135
7184
  50?: string | undefined;
7185
+ 100?: string | undefined;
7136
7186
  200?: string | undefined;
7137
7187
  300?: string | undefined;
7138
7188
  400?: string | undefined;
@@ -7146,8 +7196,8 @@ declare const themeSchema: ZodObject<{
7146
7196
  } | undefined;
7147
7197
  grey?: {
7148
7198
  0?: string | undefined;
7149
- 100?: string | undefined;
7150
7199
  50?: string | undefined;
7200
+ 100?: string | undefined;
7151
7201
  200?: string | undefined;
7152
7202
  300?: string | undefined;
7153
7203
  400?: string | undefined;
@@ -7160,8 +7210,9 @@ declare const themeSchema: ZodObject<{
7160
7210
  1000?: string | undefined;
7161
7211
  } | undefined;
7162
7212
  } | undefined;
7213
+ base?: {} | undefined;
7163
7214
  components?: Record<string, {
7164
- borderRadius?: {
7215
+ borderRadius?: string | {
7165
7216
  minRem: number;
7166
7217
  maxRem: number;
7167
7218
  } | undefined;
@@ -7187,7 +7238,7 @@ declare const themeSchema: ZodObject<{
7187
7238
  borderColor?: string | undefined;
7188
7239
  boxShadow?: string | undefined;
7189
7240
  }> | undefined;
7190
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
7241
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
7191
7242
  }, {
7192
7243
  font?: {
7193
7244
  family?: string | undefined;
@@ -7195,8 +7246,8 @@ declare const themeSchema: ZodObject<{
7195
7246
  colors?: {
7196
7247
  brand?: {
7197
7248
  0?: string | undefined;
7198
- 100?: string | undefined;
7199
7249
  50?: string | undefined;
7250
+ 100?: string | undefined;
7200
7251
  200?: string | undefined;
7201
7252
  300?: string | undefined;
7202
7253
  400?: string | undefined;
@@ -7210,8 +7261,8 @@ declare const themeSchema: ZodObject<{
7210
7261
  } | undefined;
7211
7262
  accent?: {
7212
7263
  0?: string | undefined;
7213
- 100?: string | undefined;
7214
7264
  50?: string | undefined;
7265
+ 100?: string | undefined;
7215
7266
  200?: string | undefined;
7216
7267
  300?: string | undefined;
7217
7268
  400?: string | undefined;
@@ -7225,8 +7276,8 @@ declare const themeSchema: ZodObject<{
7225
7276
  } | undefined;
7226
7277
  highlight?: {
7227
7278
  0?: string | undefined;
7228
- 100?: string | undefined;
7229
7279
  50?: string | undefined;
7280
+ 100?: string | undefined;
7230
7281
  200?: string | undefined;
7231
7282
  300?: string | undefined;
7232
7283
  400?: string | undefined;
@@ -7240,8 +7291,8 @@ declare const themeSchema: ZodObject<{
7240
7291
  } | undefined;
7241
7292
  grey?: {
7242
7293
  0?: string | undefined;
7243
- 100?: string | undefined;
7244
7294
  50?: string | undefined;
7295
+ 100?: string | undefined;
7245
7296
  200?: string | undefined;
7246
7297
  300?: string | undefined;
7247
7298
  400?: string | undefined;
@@ -7254,8 +7305,9 @@ declare const themeSchema: ZodObject<{
7254
7305
  1000?: string | undefined;
7255
7306
  } | undefined;
7256
7307
  } | undefined;
7308
+ base?: {} | undefined;
7257
7309
  components?: Record<string, {
7258
- borderRadius?: {
7310
+ borderRadius?: string | {
7259
7311
  minRem: number;
7260
7312
  maxRem: number;
7261
7313
  } | undefined;
@@ -7281,7 +7333,7 @@ declare const themeSchema: ZodObject<{
7281
7333
  borderColor?: string | undefined;
7282
7334
  boxShadow?: string | undefined;
7283
7335
  }> | undefined;
7284
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
7336
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
7285
7337
  }>>;
7286
7338
  }, "strip", ZodTypeAny, {
7287
7339
  customCSS?: string | undefined;
@@ -7294,8 +7346,8 @@ declare const themeSchema: ZodObject<{
7294
7346
  colors?: {
7295
7347
  brand?: {
7296
7348
  0?: string | undefined;
7297
- 100?: string | undefined;
7298
7349
  50?: string | undefined;
7350
+ 100?: string | undefined;
7299
7351
  200?: string | undefined;
7300
7352
  300?: string | undefined;
7301
7353
  400?: string | undefined;
@@ -7309,8 +7361,8 @@ declare const themeSchema: ZodObject<{
7309
7361
  } | undefined;
7310
7362
  accent?: {
7311
7363
  0?: string | undefined;
7312
- 100?: string | undefined;
7313
7364
  50?: string | undefined;
7365
+ 100?: string | undefined;
7314
7366
  200?: string | undefined;
7315
7367
  300?: string | undefined;
7316
7368
  400?: string | undefined;
@@ -7324,8 +7376,8 @@ declare const themeSchema: ZodObject<{
7324
7376
  } | undefined;
7325
7377
  highlight?: {
7326
7378
  0?: string | undefined;
7327
- 100?: string | undefined;
7328
7379
  50?: string | undefined;
7380
+ 100?: string | undefined;
7329
7381
  200?: string | undefined;
7330
7382
  300?: string | undefined;
7331
7383
  400?: string | undefined;
@@ -7339,8 +7391,8 @@ declare const themeSchema: ZodObject<{
7339
7391
  } | undefined;
7340
7392
  grey?: {
7341
7393
  0?: string | undefined;
7342
- 100?: string | undefined;
7343
7394
  50?: string | undefined;
7395
+ 100?: string | undefined;
7344
7396
  200?: string | undefined;
7345
7397
  300?: string | undefined;
7346
7398
  400?: string | undefined;
@@ -7353,8 +7405,9 @@ declare const themeSchema: ZodObject<{
7353
7405
  1000?: string | undefined;
7354
7406
  } | undefined;
7355
7407
  } | undefined;
7408
+ base?: {} | undefined;
7356
7409
  components?: Record<string, {
7357
- borderRadius?: {
7410
+ borderRadius?: string | {
7358
7411
  minRem: number;
7359
7412
  maxRem: number;
7360
7413
  } | undefined;
@@ -7380,7 +7433,7 @@ declare const themeSchema: ZodObject<{
7380
7433
  borderColor?: string | undefined;
7381
7434
  boxShadow?: string | undefined;
7382
7435
  }> | undefined;
7383
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
7436
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
7384
7437
  } | undefined;
7385
7438
  }, {
7386
7439
  customCSS?: string | undefined;
@@ -7393,8 +7446,8 @@ declare const themeSchema: ZodObject<{
7393
7446
  colors?: {
7394
7447
  brand?: {
7395
7448
  0?: string | undefined;
7396
- 100?: string | undefined;
7397
7449
  50?: string | undefined;
7450
+ 100?: string | undefined;
7398
7451
  200?: string | undefined;
7399
7452
  300?: string | undefined;
7400
7453
  400?: string | undefined;
@@ -7408,8 +7461,8 @@ declare const themeSchema: ZodObject<{
7408
7461
  } | undefined;
7409
7462
  accent?: {
7410
7463
  0?: string | undefined;
7411
- 100?: string | undefined;
7412
7464
  50?: string | undefined;
7465
+ 100?: string | undefined;
7413
7466
  200?: string | undefined;
7414
7467
  300?: string | undefined;
7415
7468
  400?: string | undefined;
@@ -7423,8 +7476,8 @@ declare const themeSchema: ZodObject<{
7423
7476
  } | undefined;
7424
7477
  highlight?: {
7425
7478
  0?: string | undefined;
7426
- 100?: string | undefined;
7427
7479
  50?: string | undefined;
7480
+ 100?: string | undefined;
7428
7481
  200?: string | undefined;
7429
7482
  300?: string | undefined;
7430
7483
  400?: string | undefined;
@@ -7438,8 +7491,8 @@ declare const themeSchema: ZodObject<{
7438
7491
  } | undefined;
7439
7492
  grey?: {
7440
7493
  0?: string | undefined;
7441
- 100?: string | undefined;
7442
7494
  50?: string | undefined;
7495
+ 100?: string | undefined;
7443
7496
  200?: string | undefined;
7444
7497
  300?: string | undefined;
7445
7498
  400?: string | undefined;
@@ -7452,8 +7505,9 @@ declare const themeSchema: ZodObject<{
7452
7505
  1000?: string | undefined;
7453
7506
  } | undefined;
7454
7507
  } | undefined;
7508
+ base?: {} | undefined;
7455
7509
  components?: Record<string, {
7456
- borderRadius?: {
7510
+ borderRadius?: string | {
7457
7511
  minRem: number;
7458
7512
  maxRem: number;
7459
7513
  } | undefined;
@@ -7479,7 +7533,7 @@ declare const themeSchema: ZodObject<{
7479
7533
  borderColor?: string | undefined;
7480
7534
  boxShadow?: string | undefined;
7481
7535
  }> | undefined;
7482
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
7536
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
7483
7537
  } | undefined;
7484
7538
  }>>;
7485
7539
  dark: ZodOptional<ZodObject<{
@@ -7511,8 +7565,8 @@ declare const themeSchema: ZodObject<{
7511
7565
  1000: ZodOptional<ZodOptional<ZodString>>;
7512
7566
  }, "strip", ZodTypeAny, {
7513
7567
  0?: string | undefined;
7514
- 100?: string | undefined;
7515
7568
  50?: string | undefined;
7569
+ 100?: string | undefined;
7516
7570
  200?: string | undefined;
7517
7571
  300?: string | undefined;
7518
7572
  400?: string | undefined;
@@ -7525,8 +7579,8 @@ declare const themeSchema: ZodObject<{
7525
7579
  1000?: string | undefined;
7526
7580
  }, {
7527
7581
  0?: string | undefined;
7528
- 100?: string | undefined;
7529
7582
  50?: string | undefined;
7583
+ 100?: string | undefined;
7530
7584
  200?: string | undefined;
7531
7585
  300?: string | undefined;
7532
7586
  400?: string | undefined;
@@ -7554,8 +7608,8 @@ declare const themeSchema: ZodObject<{
7554
7608
  1000: ZodOptional<ZodOptional<ZodString>>;
7555
7609
  }, "strip", ZodTypeAny, {
7556
7610
  0?: string | undefined;
7557
- 100?: string | undefined;
7558
7611
  50?: string | undefined;
7612
+ 100?: string | undefined;
7559
7613
  200?: string | undefined;
7560
7614
  300?: string | undefined;
7561
7615
  400?: string | undefined;
@@ -7568,8 +7622,8 @@ declare const themeSchema: ZodObject<{
7568
7622
  1000?: string | undefined;
7569
7623
  }, {
7570
7624
  0?: string | undefined;
7571
- 100?: string | undefined;
7572
7625
  50?: string | undefined;
7626
+ 100?: string | undefined;
7573
7627
  200?: string | undefined;
7574
7628
  300?: string | undefined;
7575
7629
  400?: string | undefined;
@@ -7597,8 +7651,8 @@ declare const themeSchema: ZodObject<{
7597
7651
  1000: ZodOptional<ZodOptional<ZodString>>;
7598
7652
  }, "strip", ZodTypeAny, {
7599
7653
  0?: string | undefined;
7600
- 100?: string | undefined;
7601
7654
  50?: string | undefined;
7655
+ 100?: string | undefined;
7602
7656
  200?: string | undefined;
7603
7657
  300?: string | undefined;
7604
7658
  400?: string | undefined;
@@ -7611,8 +7665,8 @@ declare const themeSchema: ZodObject<{
7611
7665
  1000?: string | undefined;
7612
7666
  }, {
7613
7667
  0?: string | undefined;
7614
- 100?: string | undefined;
7615
7668
  50?: string | undefined;
7669
+ 100?: string | undefined;
7616
7670
  200?: string | undefined;
7617
7671
  300?: string | undefined;
7618
7672
  400?: string | undefined;
@@ -7640,8 +7694,8 @@ declare const themeSchema: ZodObject<{
7640
7694
  1000: ZodOptional<ZodOptional<ZodString>>;
7641
7695
  }, "strip", ZodTypeAny, {
7642
7696
  0?: string | undefined;
7643
- 100?: string | undefined;
7644
7697
  50?: string | undefined;
7698
+ 100?: string | undefined;
7645
7699
  200?: string | undefined;
7646
7700
  300?: string | undefined;
7647
7701
  400?: string | undefined;
@@ -7654,8 +7708,8 @@ declare const themeSchema: ZodObject<{
7654
7708
  1000?: string | undefined;
7655
7709
  }, {
7656
7710
  0?: string | undefined;
7657
- 100?: string | undefined;
7658
7711
  50?: string | undefined;
7712
+ 100?: string | undefined;
7659
7713
  200?: string | undefined;
7660
7714
  300?: string | undefined;
7661
7715
  400?: string | undefined;
@@ -7670,8 +7724,8 @@ declare const themeSchema: ZodObject<{
7670
7724
  }, "strip", ZodTypeAny, {
7671
7725
  brand?: {
7672
7726
  0?: string | undefined;
7673
- 100?: string | undefined;
7674
7727
  50?: string | undefined;
7728
+ 100?: string | undefined;
7675
7729
  200?: string | undefined;
7676
7730
  300?: string | undefined;
7677
7731
  400?: string | undefined;
@@ -7685,8 +7739,8 @@ declare const themeSchema: ZodObject<{
7685
7739
  } | undefined;
7686
7740
  accent?: {
7687
7741
  0?: string | undefined;
7688
- 100?: string | undefined;
7689
7742
  50?: string | undefined;
7743
+ 100?: string | undefined;
7690
7744
  200?: string | undefined;
7691
7745
  300?: string | undefined;
7692
7746
  400?: string | undefined;
@@ -7700,8 +7754,8 @@ declare const themeSchema: ZodObject<{
7700
7754
  } | undefined;
7701
7755
  highlight?: {
7702
7756
  0?: string | undefined;
7703
- 100?: string | undefined;
7704
7757
  50?: string | undefined;
7758
+ 100?: string | undefined;
7705
7759
  200?: string | undefined;
7706
7760
  300?: string | undefined;
7707
7761
  400?: string | undefined;
@@ -7715,8 +7769,8 @@ declare const themeSchema: ZodObject<{
7715
7769
  } | undefined;
7716
7770
  grey?: {
7717
7771
  0?: string | undefined;
7718
- 100?: string | undefined;
7719
7772
  50?: string | undefined;
7773
+ 100?: string | undefined;
7720
7774
  200?: string | undefined;
7721
7775
  300?: string | undefined;
7722
7776
  400?: string | undefined;
@@ -7731,8 +7785,8 @@ declare const themeSchema: ZodObject<{
7731
7785
  }, {
7732
7786
  brand?: {
7733
7787
  0?: string | undefined;
7734
- 100?: string | undefined;
7735
7788
  50?: string | undefined;
7789
+ 100?: string | undefined;
7736
7790
  200?: string | undefined;
7737
7791
  300?: string | undefined;
7738
7792
  400?: string | undefined;
@@ -7746,8 +7800,8 @@ declare const themeSchema: ZodObject<{
7746
7800
  } | undefined;
7747
7801
  accent?: {
7748
7802
  0?: string | undefined;
7749
- 100?: string | undefined;
7750
7803
  50?: string | undefined;
7804
+ 100?: string | undefined;
7751
7805
  200?: string | undefined;
7752
7806
  300?: string | undefined;
7753
7807
  400?: string | undefined;
@@ -7761,8 +7815,8 @@ declare const themeSchema: ZodObject<{
7761
7815
  } | undefined;
7762
7816
  highlight?: {
7763
7817
  0?: string | undefined;
7764
- 100?: string | undefined;
7765
7818
  50?: string | undefined;
7819
+ 100?: string | undefined;
7766
7820
  200?: string | undefined;
7767
7821
  300?: string | undefined;
7768
7822
  400?: string | undefined;
@@ -7776,8 +7830,8 @@ declare const themeSchema: ZodObject<{
7776
7830
  } | undefined;
7777
7831
  grey?: {
7778
7832
  0?: string | undefined;
7779
- 100?: string | undefined;
7780
7833
  50?: string | undefined;
7834
+ 100?: string | undefined;
7781
7835
  200?: string | undefined;
7782
7836
  300?: string | undefined;
7783
7837
  400?: string | undefined;
@@ -7790,17 +7844,21 @@ declare const themeSchema: ZodObject<{
7790
7844
  1000?: string | undefined;
7791
7845
  } | undefined;
7792
7846
  }>>;
7847
+ base: ZodOptional<ZodObject<{}, "strip", ZodTypeAny, {}, {}>>;
7793
7848
  components: ZodOptional<ZodRecord<ZodString, ZodIntersection<ZodObject<{
7794
- borderRadius: ZodOptional<ZodObject<{
7795
- minRem: ZodNumber;
7796
- maxRem: ZodNumber;
7797
- }, "strip", ZodTypeAny, {
7798
- minRem: number;
7799
- maxRem: number;
7800
- }, {
7801
- minRem: number;
7802
- maxRem: number;
7803
- }>>;
7849
+ borderRadius: ZodOptional<ZodUnion<[
7850
+ ZodObject<{
7851
+ minRem: ZodNumber;
7852
+ maxRem: ZodNumber;
7853
+ }, "strip", ZodTypeAny, {
7854
+ minRem: number;
7855
+ maxRem: number;
7856
+ }, {
7857
+ minRem: number;
7858
+ maxRem: number;
7859
+ }>,
7860
+ ZodString
7861
+ ]>>;
7804
7862
  custom: ZodOptional<ZodRecord<ZodString, ZodUnion<[
7805
7863
  ZodString,
7806
7864
  ZodNumber
@@ -7844,7 +7902,7 @@ declare const themeSchema: ZodObject<{
7844
7902
  boxShadow?: string | undefined;
7845
7903
  }>>;
7846
7904
  }, "strip", ZodTypeAny, {
7847
- borderRadius?: {
7905
+ borderRadius?: string | {
7848
7906
  minRem: number;
7849
7907
  maxRem: number;
7850
7908
  } | undefined;
@@ -7864,7 +7922,7 @@ declare const themeSchema: ZodObject<{
7864
7922
  boxShadow?: string | undefined;
7865
7923
  } | undefined;
7866
7924
  }, {
7867
- borderRadius?: {
7925
+ borderRadius?: string | {
7868
7926
  minRem: number;
7869
7927
  maxRem: number;
7870
7928
  } | undefined;
@@ -7933,6 +7991,7 @@ declare const themeSchema: ZodObject<{
7933
7991
  "avatar",
7934
7992
  "openChat",
7935
7993
  "speechInput",
7994
+ "listUnordered",
7936
7995
  "lightMode",
7937
7996
  "darkMode"
7938
7997
  ]>, ZodString>>;
@@ -7943,8 +8002,8 @@ declare const themeSchema: ZodObject<{
7943
8002
  colors?: {
7944
8003
  brand?: {
7945
8004
  0?: string | undefined;
7946
- 100?: string | undefined;
7947
8005
  50?: string | undefined;
8006
+ 100?: string | undefined;
7948
8007
  200?: string | undefined;
7949
8008
  300?: string | undefined;
7950
8009
  400?: string | undefined;
@@ -7958,8 +8017,8 @@ declare const themeSchema: ZodObject<{
7958
8017
  } | undefined;
7959
8018
  accent?: {
7960
8019
  0?: string | undefined;
7961
- 100?: string | undefined;
7962
8020
  50?: string | undefined;
8021
+ 100?: string | undefined;
7963
8022
  200?: string | undefined;
7964
8023
  300?: string | undefined;
7965
8024
  400?: string | undefined;
@@ -7973,8 +8032,8 @@ declare const themeSchema: ZodObject<{
7973
8032
  } | undefined;
7974
8033
  highlight?: {
7975
8034
  0?: string | undefined;
7976
- 100?: string | undefined;
7977
8035
  50?: string | undefined;
8036
+ 100?: string | undefined;
7978
8037
  200?: string | undefined;
7979
8038
  300?: string | undefined;
7980
8039
  400?: string | undefined;
@@ -7988,8 +8047,8 @@ declare const themeSchema: ZodObject<{
7988
8047
  } | undefined;
7989
8048
  grey?: {
7990
8049
  0?: string | undefined;
7991
- 100?: string | undefined;
7992
8050
  50?: string | undefined;
8051
+ 100?: string | undefined;
7993
8052
  200?: string | undefined;
7994
8053
  300?: string | undefined;
7995
8054
  400?: string | undefined;
@@ -8002,8 +8061,9 @@ declare const themeSchema: ZodObject<{
8002
8061
  1000?: string | undefined;
8003
8062
  } | undefined;
8004
8063
  } | undefined;
8064
+ base?: {} | undefined;
8005
8065
  components?: Record<string, {
8006
- borderRadius?: {
8066
+ borderRadius?: string | {
8007
8067
  minRem: number;
8008
8068
  maxRem: number;
8009
8069
  } | undefined;
@@ -8029,7 +8089,7 @@ declare const themeSchema: ZodObject<{
8029
8089
  borderColor?: string | undefined;
8030
8090
  boxShadow?: string | undefined;
8031
8091
  }> | undefined;
8032
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
8092
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
8033
8093
  }, {
8034
8094
  font?: {
8035
8095
  family?: string | undefined;
@@ -8037,8 +8097,8 @@ declare const themeSchema: ZodObject<{
8037
8097
  colors?: {
8038
8098
  brand?: {
8039
8099
  0?: string | undefined;
8040
- 100?: string | undefined;
8041
8100
  50?: string | undefined;
8101
+ 100?: string | undefined;
8042
8102
  200?: string | undefined;
8043
8103
  300?: string | undefined;
8044
8104
  400?: string | undefined;
@@ -8052,8 +8112,8 @@ declare const themeSchema: ZodObject<{
8052
8112
  } | undefined;
8053
8113
  accent?: {
8054
8114
  0?: string | undefined;
8055
- 100?: string | undefined;
8056
8115
  50?: string | undefined;
8116
+ 100?: string | undefined;
8057
8117
  200?: string | undefined;
8058
8118
  300?: string | undefined;
8059
8119
  400?: string | undefined;
@@ -8067,8 +8127,8 @@ declare const themeSchema: ZodObject<{
8067
8127
  } | undefined;
8068
8128
  highlight?: {
8069
8129
  0?: string | undefined;
8070
- 100?: string | undefined;
8071
8130
  50?: string | undefined;
8131
+ 100?: string | undefined;
8072
8132
  200?: string | undefined;
8073
8133
  300?: string | undefined;
8074
8134
  400?: string | undefined;
@@ -8082,8 +8142,8 @@ declare const themeSchema: ZodObject<{
8082
8142
  } | undefined;
8083
8143
  grey?: {
8084
8144
  0?: string | undefined;
8085
- 100?: string | undefined;
8086
8145
  50?: string | undefined;
8146
+ 100?: string | undefined;
8087
8147
  200?: string | undefined;
8088
8148
  300?: string | undefined;
8089
8149
  400?: string | undefined;
@@ -8096,8 +8156,9 @@ declare const themeSchema: ZodObject<{
8096
8156
  1000?: string | undefined;
8097
8157
  } | undefined;
8098
8158
  } | undefined;
8159
+ base?: {} | undefined;
8099
8160
  components?: Record<string, {
8100
- borderRadius?: {
8161
+ borderRadius?: string | {
8101
8162
  minRem: number;
8102
8163
  maxRem: number;
8103
8164
  } | undefined;
@@ -8123,7 +8184,7 @@ declare const themeSchema: ZodObject<{
8123
8184
  borderColor?: string | undefined;
8124
8185
  boxShadow?: string | undefined;
8125
8186
  }> | undefined;
8126
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
8187
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
8127
8188
  }>>;
8128
8189
  }, "strip", ZodTypeAny, {
8129
8190
  customCSS?: string | undefined;
@@ -8136,8 +8197,8 @@ declare const themeSchema: ZodObject<{
8136
8197
  colors?: {
8137
8198
  brand?: {
8138
8199
  0?: string | undefined;
8139
- 100?: string | undefined;
8140
8200
  50?: string | undefined;
8201
+ 100?: string | undefined;
8141
8202
  200?: string | undefined;
8142
8203
  300?: string | undefined;
8143
8204
  400?: string | undefined;
@@ -8151,8 +8212,8 @@ declare const themeSchema: ZodObject<{
8151
8212
  } | undefined;
8152
8213
  accent?: {
8153
8214
  0?: string | undefined;
8154
- 100?: string | undefined;
8155
8215
  50?: string | undefined;
8216
+ 100?: string | undefined;
8156
8217
  200?: string | undefined;
8157
8218
  300?: string | undefined;
8158
8219
  400?: string | undefined;
@@ -8166,8 +8227,8 @@ declare const themeSchema: ZodObject<{
8166
8227
  } | undefined;
8167
8228
  highlight?: {
8168
8229
  0?: string | undefined;
8169
- 100?: string | undefined;
8170
8230
  50?: string | undefined;
8231
+ 100?: string | undefined;
8171
8232
  200?: string | undefined;
8172
8233
  300?: string | undefined;
8173
8234
  400?: string | undefined;
@@ -8181,8 +8242,8 @@ declare const themeSchema: ZodObject<{
8181
8242
  } | undefined;
8182
8243
  grey?: {
8183
8244
  0?: string | undefined;
8184
- 100?: string | undefined;
8185
8245
  50?: string | undefined;
8246
+ 100?: string | undefined;
8186
8247
  200?: string | undefined;
8187
8248
  300?: string | undefined;
8188
8249
  400?: string | undefined;
@@ -8195,8 +8256,9 @@ declare const themeSchema: ZodObject<{
8195
8256
  1000?: string | undefined;
8196
8257
  } | undefined;
8197
8258
  } | undefined;
8259
+ base?: {} | undefined;
8198
8260
  components?: Record<string, {
8199
- borderRadius?: {
8261
+ borderRadius?: string | {
8200
8262
  minRem: number;
8201
8263
  maxRem: number;
8202
8264
  } | undefined;
@@ -8222,7 +8284,7 @@ declare const themeSchema: ZodObject<{
8222
8284
  borderColor?: string | undefined;
8223
8285
  boxShadow?: string | undefined;
8224
8286
  }> | undefined;
8225
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
8287
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
8226
8288
  } | undefined;
8227
8289
  }, {
8228
8290
  customCSS?: string | undefined;
@@ -8235,8 +8297,8 @@ declare const themeSchema: ZodObject<{
8235
8297
  colors?: {
8236
8298
  brand?: {
8237
8299
  0?: string | undefined;
8238
- 100?: string | undefined;
8239
8300
  50?: string | undefined;
8301
+ 100?: string | undefined;
8240
8302
  200?: string | undefined;
8241
8303
  300?: string | undefined;
8242
8304
  400?: string | undefined;
@@ -8250,8 +8312,8 @@ declare const themeSchema: ZodObject<{
8250
8312
  } | undefined;
8251
8313
  accent?: {
8252
8314
  0?: string | undefined;
8253
- 100?: string | undefined;
8254
8315
  50?: string | undefined;
8316
+ 100?: string | undefined;
8255
8317
  200?: string | undefined;
8256
8318
  300?: string | undefined;
8257
8319
  400?: string | undefined;
@@ -8265,8 +8327,8 @@ declare const themeSchema: ZodObject<{
8265
8327
  } | undefined;
8266
8328
  highlight?: {
8267
8329
  0?: string | undefined;
8268
- 100?: string | undefined;
8269
8330
  50?: string | undefined;
8331
+ 100?: string | undefined;
8270
8332
  200?: string | undefined;
8271
8333
  300?: string | undefined;
8272
8334
  400?: string | undefined;
@@ -8280,8 +8342,8 @@ declare const themeSchema: ZodObject<{
8280
8342
  } | undefined;
8281
8343
  grey?: {
8282
8344
  0?: string | undefined;
8283
- 100?: string | undefined;
8284
8345
  50?: string | undefined;
8346
+ 100?: string | undefined;
8285
8347
  200?: string | undefined;
8286
8348
  300?: string | undefined;
8287
8349
  400?: string | undefined;
@@ -8294,8 +8356,9 @@ declare const themeSchema: ZodObject<{
8294
8356
  1000?: string | undefined;
8295
8357
  } | undefined;
8296
8358
  } | undefined;
8359
+ base?: {} | undefined;
8297
8360
  components?: Record<string, {
8298
- borderRadius?: {
8361
+ borderRadius?: string | {
8299
8362
  minRem: number;
8300
8363
  maxRem: number;
8301
8364
  } | undefined;
@@ -8321,7 +8384,7 @@ declare const themeSchema: ZodObject<{
8321
8384
  borderColor?: string | undefined;
8322
8385
  boxShadow?: string | undefined;
8323
8386
  }> | undefined;
8324
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
8387
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
8325
8388
  } | undefined;
8326
8389
  }>>;
8327
8390
  }, "strip", ZodTypeAny, {
@@ -8336,8 +8399,8 @@ declare const themeSchema: ZodObject<{
8336
8399
  colors?: {
8337
8400
  brand?: {
8338
8401
  0?: string | undefined;
8339
- 100?: string | undefined;
8340
8402
  50?: string | undefined;
8403
+ 100?: string | undefined;
8341
8404
  200?: string | undefined;
8342
8405
  300?: string | undefined;
8343
8406
  400?: string | undefined;
@@ -8351,8 +8414,8 @@ declare const themeSchema: ZodObject<{
8351
8414
  } | undefined;
8352
8415
  accent?: {
8353
8416
  0?: string | undefined;
8354
- 100?: string | undefined;
8355
8417
  50?: string | undefined;
8418
+ 100?: string | undefined;
8356
8419
  200?: string | undefined;
8357
8420
  300?: string | undefined;
8358
8421
  400?: string | undefined;
@@ -8366,8 +8429,8 @@ declare const themeSchema: ZodObject<{
8366
8429
  } | undefined;
8367
8430
  highlight?: {
8368
8431
  0?: string | undefined;
8369
- 100?: string | undefined;
8370
8432
  50?: string | undefined;
8433
+ 100?: string | undefined;
8371
8434
  200?: string | undefined;
8372
8435
  300?: string | undefined;
8373
8436
  400?: string | undefined;
@@ -8381,8 +8444,8 @@ declare const themeSchema: ZodObject<{
8381
8444
  } | undefined;
8382
8445
  grey?: {
8383
8446
  0?: string | undefined;
8384
- 100?: string | undefined;
8385
8447
  50?: string | undefined;
8448
+ 100?: string | undefined;
8386
8449
  200?: string | undefined;
8387
8450
  300?: string | undefined;
8388
8451
  400?: string | undefined;
@@ -8395,8 +8458,9 @@ declare const themeSchema: ZodObject<{
8395
8458
  1000?: string | undefined;
8396
8459
  } | undefined;
8397
8460
  } | undefined;
8461
+ base?: {} | undefined;
8398
8462
  components?: Record<string, {
8399
- borderRadius?: {
8463
+ borderRadius?: string | {
8400
8464
  minRem: number;
8401
8465
  maxRem: number;
8402
8466
  } | undefined;
@@ -8422,7 +8486,7 @@ declare const themeSchema: ZodObject<{
8422
8486
  borderColor?: string | undefined;
8423
8487
  boxShadow?: string | undefined;
8424
8488
  }> | undefined;
8425
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
8489
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
8426
8490
  } | undefined;
8427
8491
  } | undefined;
8428
8492
  dark?: {
@@ -8436,8 +8500,8 @@ declare const themeSchema: ZodObject<{
8436
8500
  colors?: {
8437
8501
  brand?: {
8438
8502
  0?: string | undefined;
8439
- 100?: string | undefined;
8440
8503
  50?: string | undefined;
8504
+ 100?: string | undefined;
8441
8505
  200?: string | undefined;
8442
8506
  300?: string | undefined;
8443
8507
  400?: string | undefined;
@@ -8451,8 +8515,8 @@ declare const themeSchema: ZodObject<{
8451
8515
  } | undefined;
8452
8516
  accent?: {
8453
8517
  0?: string | undefined;
8454
- 100?: string | undefined;
8455
8518
  50?: string | undefined;
8519
+ 100?: string | undefined;
8456
8520
  200?: string | undefined;
8457
8521
  300?: string | undefined;
8458
8522
  400?: string | undefined;
@@ -8466,8 +8530,8 @@ declare const themeSchema: ZodObject<{
8466
8530
  } | undefined;
8467
8531
  highlight?: {
8468
8532
  0?: string | undefined;
8469
- 100?: string | undefined;
8470
8533
  50?: string | undefined;
8534
+ 100?: string | undefined;
8471
8535
  200?: string | undefined;
8472
8536
  300?: string | undefined;
8473
8537
  400?: string | undefined;
@@ -8481,8 +8545,8 @@ declare const themeSchema: ZodObject<{
8481
8545
  } | undefined;
8482
8546
  grey?: {
8483
8547
  0?: string | undefined;
8484
- 100?: string | undefined;
8485
8548
  50?: string | undefined;
8549
+ 100?: string | undefined;
8486
8550
  200?: string | undefined;
8487
8551
  300?: string | undefined;
8488
8552
  400?: string | undefined;
@@ -8495,8 +8559,9 @@ declare const themeSchema: ZodObject<{
8495
8559
  1000?: string | undefined;
8496
8560
  } | undefined;
8497
8561
  } | undefined;
8562
+ base?: {} | undefined;
8498
8563
  components?: Record<string, {
8499
- borderRadius?: {
8564
+ borderRadius?: string | {
8500
8565
  minRem: number;
8501
8566
  maxRem: number;
8502
8567
  } | undefined;
@@ -8522,7 +8587,7 @@ declare const themeSchema: ZodObject<{
8522
8587
  borderColor?: string | undefined;
8523
8588
  boxShadow?: string | undefined;
8524
8589
  }> | undefined;
8525
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
8590
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
8526
8591
  } | undefined;
8527
8592
  } | undefined;
8528
8593
  }, {
@@ -8537,8 +8602,8 @@ declare const themeSchema: ZodObject<{
8537
8602
  colors?: {
8538
8603
  brand?: {
8539
8604
  0?: string | undefined;
8540
- 100?: string | undefined;
8541
8605
  50?: string | undefined;
8606
+ 100?: string | undefined;
8542
8607
  200?: string | undefined;
8543
8608
  300?: string | undefined;
8544
8609
  400?: string | undefined;
@@ -8552,8 +8617,8 @@ declare const themeSchema: ZodObject<{
8552
8617
  } | undefined;
8553
8618
  accent?: {
8554
8619
  0?: string | undefined;
8555
- 100?: string | undefined;
8556
8620
  50?: string | undefined;
8621
+ 100?: string | undefined;
8557
8622
  200?: string | undefined;
8558
8623
  300?: string | undefined;
8559
8624
  400?: string | undefined;
@@ -8567,8 +8632,8 @@ declare const themeSchema: ZodObject<{
8567
8632
  } | undefined;
8568
8633
  highlight?: {
8569
8634
  0?: string | undefined;
8570
- 100?: string | undefined;
8571
8635
  50?: string | undefined;
8636
+ 100?: string | undefined;
8572
8637
  200?: string | undefined;
8573
8638
  300?: string | undefined;
8574
8639
  400?: string | undefined;
@@ -8582,8 +8647,8 @@ declare const themeSchema: ZodObject<{
8582
8647
  } | undefined;
8583
8648
  grey?: {
8584
8649
  0?: string | undefined;
8585
- 100?: string | undefined;
8586
8650
  50?: string | undefined;
8651
+ 100?: string | undefined;
8587
8652
  200?: string | undefined;
8588
8653
  300?: string | undefined;
8589
8654
  400?: string | undefined;
@@ -8596,8 +8661,9 @@ declare const themeSchema: ZodObject<{
8596
8661
  1000?: string | undefined;
8597
8662
  } | undefined;
8598
8663
  } | undefined;
8664
+ base?: {} | undefined;
8599
8665
  components?: Record<string, {
8600
- borderRadius?: {
8666
+ borderRadius?: string | {
8601
8667
  minRem: number;
8602
8668
  maxRem: number;
8603
8669
  } | undefined;
@@ -8623,7 +8689,7 @@ declare const themeSchema: ZodObject<{
8623
8689
  borderColor?: string | undefined;
8624
8690
  boxShadow?: string | undefined;
8625
8691
  }> | undefined;
8626
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
8692
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
8627
8693
  } | undefined;
8628
8694
  } | undefined;
8629
8695
  dark?: {
@@ -8637,8 +8703,8 @@ declare const themeSchema: ZodObject<{
8637
8703
  colors?: {
8638
8704
  brand?: {
8639
8705
  0?: string | undefined;
8640
- 100?: string | undefined;
8641
8706
  50?: string | undefined;
8707
+ 100?: string | undefined;
8642
8708
  200?: string | undefined;
8643
8709
  300?: string | undefined;
8644
8710
  400?: string | undefined;
@@ -8652,8 +8718,8 @@ declare const themeSchema: ZodObject<{
8652
8718
  } | undefined;
8653
8719
  accent?: {
8654
8720
  0?: string | undefined;
8655
- 100?: string | undefined;
8656
8721
  50?: string | undefined;
8722
+ 100?: string | undefined;
8657
8723
  200?: string | undefined;
8658
8724
  300?: string | undefined;
8659
8725
  400?: string | undefined;
@@ -8667,8 +8733,8 @@ declare const themeSchema: ZodObject<{
8667
8733
  } | undefined;
8668
8734
  highlight?: {
8669
8735
  0?: string | undefined;
8670
- 100?: string | undefined;
8671
8736
  50?: string | undefined;
8737
+ 100?: string | undefined;
8672
8738
  200?: string | undefined;
8673
8739
  300?: string | undefined;
8674
8740
  400?: string | undefined;
@@ -8682,8 +8748,8 @@ declare const themeSchema: ZodObject<{
8682
8748
  } | undefined;
8683
8749
  grey?: {
8684
8750
  0?: string | undefined;
8685
- 100?: string | undefined;
8686
8751
  50?: string | undefined;
8752
+ 100?: string | undefined;
8687
8753
  200?: string | undefined;
8688
8754
  300?: string | undefined;
8689
8755
  400?: string | undefined;
@@ -8696,8 +8762,9 @@ declare const themeSchema: ZodObject<{
8696
8762
  1000?: string | undefined;
8697
8763
  } | undefined;
8698
8764
  } | undefined;
8765
+ base?: {} | undefined;
8699
8766
  components?: Record<string, {
8700
- borderRadius?: {
8767
+ borderRadius?: string | {
8701
8768
  minRem: number;
8702
8769
  maxRem: number;
8703
8770
  } | undefined;
@@ -8723,11 +8790,15 @@ declare const themeSchema: ZodObject<{
8723
8790
  borderColor?: string | undefined;
8724
8791
  boxShadow?: string | undefined;
8725
8792
  }> | undefined;
8726
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
8793
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
8727
8794
  } | undefined;
8728
8795
  } | undefined;
8729
8796
  }>>;
8730
8797
  }, "strip", ZodTypeAny, {
8798
+ borderRadius?: {
8799
+ minRem: number;
8800
+ maxRem: number;
8801
+ } | undefined;
8731
8802
  font?: {
8732
8803
  family?: string | undefined;
8733
8804
  size?: {
@@ -8736,12 +8807,7 @@ declare const themeSchema: ZodObject<{
8736
8807
  } | undefined;
8737
8808
  urls?: string[] | undefined;
8738
8809
  } | undefined;
8739
- borderRadius?: {
8740
- minRem: number;
8741
- maxRem: number;
8742
- } | undefined;
8743
8810
  colors?: {
8744
- text?: string | undefined;
8745
8811
  background?: string | undefined;
8746
8812
  brand?: "slate" | "gray" | "zinc" | "neutral" | "stone" | "red" | "orange" | "amber" | "yellow" | "lime" | "green" | "emerald" | "teal" | "cyan" | "sky" | "blue" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | {
8747
8813
  "50": string;
@@ -8785,6 +8851,7 @@ declare const themeSchema: ZodObject<{
8785
8851
  "0": string;
8786
8852
  "1000": string;
8787
8853
  }) | undefined;
8854
+ text?: string | undefined;
8788
8855
  anchor?: {
8789
8856
  hover?: string | undefined;
8790
8857
  default?: string | undefined;
@@ -8803,8 +8870,8 @@ declare const themeSchema: ZodObject<{
8803
8870
  colors?: {
8804
8871
  brand?: {
8805
8872
  0?: string | undefined;
8806
- 100?: string | undefined;
8807
8873
  50?: string | undefined;
8874
+ 100?: string | undefined;
8808
8875
  200?: string | undefined;
8809
8876
  300?: string | undefined;
8810
8877
  400?: string | undefined;
@@ -8818,8 +8885,8 @@ declare const themeSchema: ZodObject<{
8818
8885
  } | undefined;
8819
8886
  accent?: {
8820
8887
  0?: string | undefined;
8821
- 100?: string | undefined;
8822
8888
  50?: string | undefined;
8889
+ 100?: string | undefined;
8823
8890
  200?: string | undefined;
8824
8891
  300?: string | undefined;
8825
8892
  400?: string | undefined;
@@ -8833,8 +8900,8 @@ declare const themeSchema: ZodObject<{
8833
8900
  } | undefined;
8834
8901
  highlight?: {
8835
8902
  0?: string | undefined;
8836
- 100?: string | undefined;
8837
8903
  50?: string | undefined;
8904
+ 100?: string | undefined;
8838
8905
  200?: string | undefined;
8839
8906
  300?: string | undefined;
8840
8907
  400?: string | undefined;
@@ -8848,8 +8915,8 @@ declare const themeSchema: ZodObject<{
8848
8915
  } | undefined;
8849
8916
  grey?: {
8850
8917
  0?: string | undefined;
8851
- 100?: string | undefined;
8852
8918
  50?: string | undefined;
8919
+ 100?: string | undefined;
8853
8920
  200?: string | undefined;
8854
8921
  300?: string | undefined;
8855
8922
  400?: string | undefined;
@@ -8862,8 +8929,9 @@ declare const themeSchema: ZodObject<{
8862
8929
  1000?: string | undefined;
8863
8930
  } | undefined;
8864
8931
  } | undefined;
8932
+ base?: {} | undefined;
8865
8933
  components?: Record<string, {
8866
- borderRadius?: {
8934
+ borderRadius?: string | {
8867
8935
  minRem: number;
8868
8936
  maxRem: number;
8869
8937
  } | undefined;
@@ -8889,7 +8957,7 @@ declare const themeSchema: ZodObject<{
8889
8957
  borderColor?: string | undefined;
8890
8958
  boxShadow?: string | undefined;
8891
8959
  }> | undefined;
8892
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
8960
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
8893
8961
  } | undefined;
8894
8962
  } | undefined;
8895
8963
  dark?: {
@@ -8903,8 +8971,8 @@ declare const themeSchema: ZodObject<{
8903
8971
  colors?: {
8904
8972
  brand?: {
8905
8973
  0?: string | undefined;
8906
- 100?: string | undefined;
8907
8974
  50?: string | undefined;
8975
+ 100?: string | undefined;
8908
8976
  200?: string | undefined;
8909
8977
  300?: string | undefined;
8910
8978
  400?: string | undefined;
@@ -8918,8 +8986,8 @@ declare const themeSchema: ZodObject<{
8918
8986
  } | undefined;
8919
8987
  accent?: {
8920
8988
  0?: string | undefined;
8921
- 100?: string | undefined;
8922
8989
  50?: string | undefined;
8990
+ 100?: string | undefined;
8923
8991
  200?: string | undefined;
8924
8992
  300?: string | undefined;
8925
8993
  400?: string | undefined;
@@ -8933,8 +9001,8 @@ declare const themeSchema: ZodObject<{
8933
9001
  } | undefined;
8934
9002
  highlight?: {
8935
9003
  0?: string | undefined;
8936
- 100?: string | undefined;
8937
9004
  50?: string | undefined;
9005
+ 100?: string | undefined;
8938
9006
  200?: string | undefined;
8939
9007
  300?: string | undefined;
8940
9008
  400?: string | undefined;
@@ -8948,8 +9016,8 @@ declare const themeSchema: ZodObject<{
8948
9016
  } | undefined;
8949
9017
  grey?: {
8950
9018
  0?: string | undefined;
8951
- 100?: string | undefined;
8952
9019
  50?: string | undefined;
9020
+ 100?: string | undefined;
8953
9021
  200?: string | undefined;
8954
9022
  300?: string | undefined;
8955
9023
  400?: string | undefined;
@@ -8962,8 +9030,9 @@ declare const themeSchema: ZodObject<{
8962
9030
  1000?: string | undefined;
8963
9031
  } | undefined;
8964
9032
  } | undefined;
9033
+ base?: {} | undefined;
8965
9034
  components?: Record<string, {
8966
- borderRadius?: {
9035
+ borderRadius?: string | {
8967
9036
  minRem: number;
8968
9037
  maxRem: number;
8969
9038
  } | undefined;
@@ -8989,11 +9058,15 @@ declare const themeSchema: ZodObject<{
8989
9058
  borderColor?: string | undefined;
8990
9059
  boxShadow?: string | undefined;
8991
9060
  }> | undefined;
8992
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
9061
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
8993
9062
  } | undefined;
8994
9063
  } | undefined;
8995
9064
  } | undefined;
8996
9065
  }, {
9066
+ borderRadius?: {
9067
+ minRem: number;
9068
+ maxRem: number;
9069
+ } | undefined;
8997
9070
  font?: {
8998
9071
  family?: string | undefined;
8999
9072
  size?: {
@@ -9002,12 +9075,7 @@ declare const themeSchema: ZodObject<{
9002
9075
  } | undefined;
9003
9076
  urls?: string[] | undefined;
9004
9077
  } | undefined;
9005
- borderRadius?: {
9006
- minRem: number;
9007
- maxRem: number;
9008
- } | undefined;
9009
9078
  colors?: {
9010
- text?: string | undefined;
9011
9079
  background?: string | undefined;
9012
9080
  brand?: "slate" | "gray" | "zinc" | "neutral" | "stone" | "red" | "orange" | "amber" | "yellow" | "lime" | "green" | "emerald" | "teal" | "cyan" | "sky" | "blue" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | {
9013
9081
  "50": string;
@@ -9051,6 +9119,7 @@ declare const themeSchema: ZodObject<{
9051
9119
  "0": string;
9052
9120
  "1000": string;
9053
9121
  }) | undefined;
9122
+ text?: string | undefined;
9054
9123
  anchor?: {
9055
9124
  hover?: string | undefined;
9056
9125
  default?: string | undefined;
@@ -9069,8 +9138,8 @@ declare const themeSchema: ZodObject<{
9069
9138
  colors?: {
9070
9139
  brand?: {
9071
9140
  0?: string | undefined;
9072
- 100?: string | undefined;
9073
9141
  50?: string | undefined;
9142
+ 100?: string | undefined;
9074
9143
  200?: string | undefined;
9075
9144
  300?: string | undefined;
9076
9145
  400?: string | undefined;
@@ -9084,8 +9153,8 @@ declare const themeSchema: ZodObject<{
9084
9153
  } | undefined;
9085
9154
  accent?: {
9086
9155
  0?: string | undefined;
9087
- 100?: string | undefined;
9088
9156
  50?: string | undefined;
9157
+ 100?: string | undefined;
9089
9158
  200?: string | undefined;
9090
9159
  300?: string | undefined;
9091
9160
  400?: string | undefined;
@@ -9099,8 +9168,8 @@ declare const themeSchema: ZodObject<{
9099
9168
  } | undefined;
9100
9169
  highlight?: {
9101
9170
  0?: string | undefined;
9102
- 100?: string | undefined;
9103
9171
  50?: string | undefined;
9172
+ 100?: string | undefined;
9104
9173
  200?: string | undefined;
9105
9174
  300?: string | undefined;
9106
9175
  400?: string | undefined;
@@ -9114,8 +9183,8 @@ declare const themeSchema: ZodObject<{
9114
9183
  } | undefined;
9115
9184
  grey?: {
9116
9185
  0?: string | undefined;
9117
- 100?: string | undefined;
9118
9186
  50?: string | undefined;
9187
+ 100?: string | undefined;
9119
9188
  200?: string | undefined;
9120
9189
  300?: string | undefined;
9121
9190
  400?: string | undefined;
@@ -9128,8 +9197,9 @@ declare const themeSchema: ZodObject<{
9128
9197
  1000?: string | undefined;
9129
9198
  } | undefined;
9130
9199
  } | undefined;
9200
+ base?: {} | undefined;
9131
9201
  components?: Record<string, {
9132
- borderRadius?: {
9202
+ borderRadius?: string | {
9133
9203
  minRem: number;
9134
9204
  maxRem: number;
9135
9205
  } | undefined;
@@ -9155,7 +9225,7 @@ declare const themeSchema: ZodObject<{
9155
9225
  borderColor?: string | undefined;
9156
9226
  boxShadow?: string | undefined;
9157
9227
  }> | undefined;
9158
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
9228
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
9159
9229
  } | undefined;
9160
9230
  } | undefined;
9161
9231
  dark?: {
@@ -9169,8 +9239,8 @@ declare const themeSchema: ZodObject<{
9169
9239
  colors?: {
9170
9240
  brand?: {
9171
9241
  0?: string | undefined;
9172
- 100?: string | undefined;
9173
9242
  50?: string | undefined;
9243
+ 100?: string | undefined;
9174
9244
  200?: string | undefined;
9175
9245
  300?: string | undefined;
9176
9246
  400?: string | undefined;
@@ -9184,8 +9254,8 @@ declare const themeSchema: ZodObject<{
9184
9254
  } | undefined;
9185
9255
  accent?: {
9186
9256
  0?: string | undefined;
9187
- 100?: string | undefined;
9188
9257
  50?: string | undefined;
9258
+ 100?: string | undefined;
9189
9259
  200?: string | undefined;
9190
9260
  300?: string | undefined;
9191
9261
  400?: string | undefined;
@@ -9199,8 +9269,8 @@ declare const themeSchema: ZodObject<{
9199
9269
  } | undefined;
9200
9270
  highlight?: {
9201
9271
  0?: string | undefined;
9202
- 100?: string | undefined;
9203
9272
  50?: string | undefined;
9273
+ 100?: string | undefined;
9204
9274
  200?: string | undefined;
9205
9275
  300?: string | undefined;
9206
9276
  400?: string | undefined;
@@ -9214,8 +9284,8 @@ declare const themeSchema: ZodObject<{
9214
9284
  } | undefined;
9215
9285
  grey?: {
9216
9286
  0?: string | undefined;
9217
- 100?: string | undefined;
9218
9287
  50?: string | undefined;
9288
+ 100?: string | undefined;
9219
9289
  200?: string | undefined;
9220
9290
  300?: string | undefined;
9221
9291
  400?: string | undefined;
@@ -9228,8 +9298,9 @@ declare const themeSchema: ZodObject<{
9228
9298
  1000?: string | undefined;
9229
9299
  } | undefined;
9230
9300
  } | undefined;
9301
+ base?: {} | undefined;
9231
9302
  components?: Record<string, {
9232
- borderRadius?: {
9303
+ borderRadius?: string | {
9233
9304
  minRem: number;
9234
9305
  maxRem: number;
9235
9306
  } | undefined;
@@ -9255,7 +9326,7 @@ declare const themeSchema: ZodObject<{
9255
9326
  borderColor?: string | undefined;
9256
9327
  boxShadow?: string | undefined;
9257
9328
  }> | undefined;
9258
- svgs?: Partial<Record<"message" | "audio" | "menu" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "copy" | "dismiss" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "lightMode" | "darkMode", string>> | undefined;
9329
+ svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
9259
9330
  } | undefined;
9260
9331
  } | undefined;
9261
9332
  } | undefined;
@@ -9265,13 +9336,16 @@ declare const translationSchema: z.ZodObject<{
9265
9336
  predefinedQuestions: z.ZodString;
9266
9337
  introductionTitle: z.ZodString;
9267
9338
  introductionDisclaimer: z.ZodOptional<z.ZodString>;
9268
- referenceTitle: z.ZodString;
9269
9339
  chatInputPlaceholder: z.ZodString;
9270
9340
  chatInputPlaceholderListening: z.ZodOptional<z.ZodString>;
9271
9341
  chatInputSubmit: z.ZodString;
9272
9342
  chatInputStartListening: z.ZodString;
9273
9343
  chatInputStopListening: z.ZodString;
9274
9344
  referenceLink: z.ZodString;
9345
+ referencesDisplay: z.ZodString;
9346
+ referencesHide: z.ZodString;
9347
+ referencesTitle: z.ZodString;
9348
+ referencesFurtherTitle: z.ZodString;
9275
9349
  newChat: z.ZodString;
9276
9350
  maintenanceModeError: z.ZodString;
9277
9351
  messageBotLoading: z.ZodString;
@@ -9309,12 +9383,15 @@ declare const translationSchema: z.ZodObject<{
9309
9383
  darkMode: string;
9310
9384
  predefinedQuestions: string;
9311
9385
  introductionTitle: string;
9312
- referenceTitle: string;
9313
9386
  chatInputPlaceholder: string;
9314
9387
  chatInputSubmit: string;
9315
9388
  chatInputStartListening: string;
9316
9389
  chatInputStopListening: string;
9317
9390
  referenceLink: string;
9391
+ referencesDisplay: string;
9392
+ referencesHide: string;
9393
+ referencesTitle: string;
9394
+ referencesFurtherTitle: string;
9318
9395
  newChat: string;
9319
9396
  maintenanceModeError: string;
9320
9397
  messageBotLoading: string;
@@ -9352,12 +9429,15 @@ declare const translationSchema: z.ZodObject<{
9352
9429
  darkMode: string;
9353
9430
  predefinedQuestions: string;
9354
9431
  introductionTitle: string;
9355
- referenceTitle: string;
9356
9432
  chatInputPlaceholder: string;
9357
9433
  chatInputSubmit: string;
9358
9434
  chatInputStartListening: string;
9359
9435
  chatInputStopListening: string;
9360
9436
  referenceLink: string;
9437
+ referencesDisplay: string;
9438
+ referencesHide: string;
9439
+ referencesTitle: string;
9440
+ referencesFurtherTitle: string;
9361
9441
  newChat: string;
9362
9442
  maintenanceModeError: string;
9363
9443
  messageBotLoading: string;