@progress/kendo-theme-material 11.3.3-dev.0 → 12.0.0-dev.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 (48) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-2-dark.css +1 -1
  3. package/dist/material-2.css +1 -1
  4. package/dist/material-aqua-dark.css +1 -1
  5. package/dist/material-arctic.css +1 -1
  6. package/dist/material-burnt-teal.css +1 -1
  7. package/dist/material-dataviz-v4.css +1 -1
  8. package/dist/material-eggplant.css +1 -1
  9. package/dist/material-lime-dark.css +1 -1
  10. package/dist/material-lime.css +1 -1
  11. package/dist/material-main-dark.css +1 -1
  12. package/dist/material-main.css +1 -1
  13. package/dist/material-nova.css +1 -1
  14. package/dist/material-pacific-dark.css +1 -1
  15. package/dist/material-pacific.css +1 -1
  16. package/dist/material-sky-dark.css +1 -1
  17. package/dist/material-sky.css +1 -1
  18. package/dist/material-smoke.css +1 -1
  19. package/dist/meta/sassdoc-data.json +5233 -3985
  20. package/dist/meta/sassdoc-raw-data.json +1053 -478
  21. package/dist/meta/variables.json +200 -104
  22. package/lib/swatches/material-2-dark.json +1 -1
  23. package/lib/swatches/material-2.json +1 -1
  24. package/lib/swatches/material-aqua-dark.json +1 -1
  25. package/lib/swatches/material-arctic.json +1 -1
  26. package/lib/swatches/material-burnt-teal.json +1 -1
  27. package/lib/swatches/material-dataviz-v4.json +1 -1
  28. package/lib/swatches/material-eggplant.json +1 -1
  29. package/lib/swatches/material-lime-dark.json +1 -1
  30. package/lib/swatches/material-lime.json +1 -1
  31. package/lib/swatches/material-main-dark.json +1 -1
  32. package/lib/swatches/material-main.json +1 -1
  33. package/lib/swatches/material-nova.json +1 -1
  34. package/lib/swatches/material-pacific-dark.json +1 -1
  35. package/lib/swatches/material-pacific.json +1 -1
  36. package/lib/swatches/material-sky-dark.json +1 -1
  37. package/lib/swatches/material-sky.json +1 -1
  38. package/lib/swatches/material-smoke.json +1 -1
  39. package/package.json +4 -4
  40. package/scss/bubble/_index.scss +16 -0
  41. package/scss/bubble/_layout.scss +18 -0
  42. package/scss/bubble/_theme.scss +24 -0
  43. package/scss/bubble/_variables.scss +94 -0
  44. package/scss/chat/_index.scss +18 -2
  45. package/scss/chat/_layout.scss +11 -27
  46. package/scss/chat/_theme.scss +24 -5
  47. package/scss/chat/_variables.scss +142 -131
  48. package/scss/index.scss +4 -0
@@ -2949,6 +2949,706 @@
2949
2949
  "name": "_variables.scss"
2950
2950
  }
2951
2951
  },
2952
+ {
2953
+ "description": "The border radius of the Bubble.\n",
2954
+ "commentRange": {
2955
+ "start": 4,
2956
+ "end": 5
2957
+ },
2958
+ "context": {
2959
+ "type": "variable",
2960
+ "name": "kendo-bubble-border-radius",
2961
+ "value": "k-border-radius(xl)",
2962
+ "scope": "default",
2963
+ "line": {
2964
+ "start": 6,
2965
+ "end": 6
2966
+ }
2967
+ },
2968
+ "group": [
2969
+ "bubble"
2970
+ ],
2971
+ "access": "public",
2972
+ "file": {
2973
+ "path": "bubble/_variables.scss",
2974
+ "name": "_variables.scss"
2975
+ }
2976
+ },
2977
+ {
2978
+ "description": "The small border radius of the Bubble.\n",
2979
+ "commentRange": {
2980
+ "start": 7,
2981
+ "end": 8
2982
+ },
2983
+ "context": {
2984
+ "type": "variable",
2985
+ "name": "kendo-bubble-border-radius-sm",
2986
+ "value": "k-border-radius(xs)",
2987
+ "scope": "default",
2988
+ "line": {
2989
+ "start": 9,
2990
+ "end": 9
2991
+ }
2992
+ },
2993
+ "group": [
2994
+ "bubble"
2995
+ ],
2996
+ "access": "public",
2997
+ "file": {
2998
+ "path": "bubble/_variables.scss",
2999
+ "name": "_variables.scss"
3000
+ }
3001
+ },
3002
+ {
3003
+ "description": "The vertical padding of the Bubble.\n",
3004
+ "commentRange": {
3005
+ "start": 10,
3006
+ "end": 11
3007
+ },
3008
+ "context": {
3009
+ "type": "variable",
3010
+ "name": "kendo-bubble-padding-y",
3011
+ "value": "k-spacing(2)",
3012
+ "scope": "default",
3013
+ "line": {
3014
+ "start": 12,
3015
+ "end": 12
3016
+ }
3017
+ },
3018
+ "group": [
3019
+ "bubble"
3020
+ ],
3021
+ "access": "public",
3022
+ "file": {
3023
+ "path": "bubble/_variables.scss",
3024
+ "name": "_variables.scss"
3025
+ }
3026
+ },
3027
+ {
3028
+ "description": "The horizontal padding of the Bubble.\n",
3029
+ "commentRange": {
3030
+ "start": 13,
3031
+ "end": 14
3032
+ },
3033
+ "context": {
3034
+ "type": "variable",
3035
+ "name": "kendo-bubble-padding-x",
3036
+ "value": "k-spacing(3)",
3037
+ "scope": "default",
3038
+ "line": {
3039
+ "start": 15,
3040
+ "end": 15
3041
+ }
3042
+ },
3043
+ "group": [
3044
+ "bubble"
3045
+ ],
3046
+ "access": "public",
3047
+ "file": {
3048
+ "path": "bubble/_variables.scss",
3049
+ "name": "_variables.scss"
3050
+ }
3051
+ },
3052
+ {
3053
+ "description": "The border width of the Bubble.\n",
3054
+ "commentRange": {
3055
+ "start": 16,
3056
+ "end": 17
3057
+ },
3058
+ "context": {
3059
+ "type": "variable",
3060
+ "name": "kendo-bubble-border-width",
3061
+ "value": "1px",
3062
+ "scope": "default",
3063
+ "line": {
3064
+ "start": 18,
3065
+ "end": 18
3066
+ }
3067
+ },
3068
+ "group": [
3069
+ "bubble"
3070
+ ],
3071
+ "access": "public",
3072
+ "file": {
3073
+ "path": "bubble/_variables.scss",
3074
+ "name": "_variables.scss"
3075
+ }
3076
+ },
3077
+ {
3078
+ "description": "The border style of the Bubble.\n",
3079
+ "commentRange": {
3080
+ "start": 19,
3081
+ "end": 20
3082
+ },
3083
+ "context": {
3084
+ "type": "variable",
3085
+ "name": "kendo-bubble-border-style",
3086
+ "value": "solid",
3087
+ "scope": "default",
3088
+ "line": {
3089
+ "start": 21,
3090
+ "end": 21
3091
+ }
3092
+ },
3093
+ "group": [
3094
+ "bubble"
3095
+ ],
3096
+ "access": "public",
3097
+ "file": {
3098
+ "path": "bubble/_variables.scss",
3099
+ "name": "_variables.scss"
3100
+ }
3101
+ },
3102
+ {
3103
+ "description": "The line height of the Bubble.\n",
3104
+ "commentRange": {
3105
+ "start": 22,
3106
+ "end": 23
3107
+ },
3108
+ "context": {
3109
+ "type": "variable",
3110
+ "name": "kendo-bubble-line-height",
3111
+ "value": "var( --kendo-line-height, normal )",
3112
+ "scope": "default",
3113
+ "line": {
3114
+ "start": 24,
3115
+ "end": 24
3116
+ }
3117
+ },
3118
+ "group": [
3119
+ "bubble"
3120
+ ],
3121
+ "access": "public",
3122
+ "file": {
3123
+ "path": "bubble/_variables.scss",
3124
+ "name": "_variables.scss"
3125
+ }
3126
+ },
3127
+ {
3128
+ "description": "The text color of the Bubble.\n",
3129
+ "commentRange": {
3130
+ "start": 26,
3131
+ "end": 27
3132
+ },
3133
+ "context": {
3134
+ "type": "variable",
3135
+ "name": "kendo-bubble-text",
3136
+ "value": "k-color(base-on-subtle)",
3137
+ "scope": "default",
3138
+ "line": {
3139
+ "start": 28,
3140
+ "end": 28
3141
+ }
3142
+ },
3143
+ "group": [
3144
+ "bubble"
3145
+ ],
3146
+ "access": "public",
3147
+ "file": {
3148
+ "path": "bubble/_variables.scss",
3149
+ "name": "_variables.scss"
3150
+ }
3151
+ },
3152
+ {
3153
+ "description": "The background color of the Bubble.\n",
3154
+ "commentRange": {
3155
+ "start": 29,
3156
+ "end": 30
3157
+ },
3158
+ "context": {
3159
+ "type": "variable",
3160
+ "name": "kendo-bubble-bg",
3161
+ "value": "k-color(base-subtle)",
3162
+ "scope": "default",
3163
+ "line": {
3164
+ "start": 31,
3165
+ "end": 31
3166
+ }
3167
+ },
3168
+ "group": [
3169
+ "bubble"
3170
+ ],
3171
+ "access": "public",
3172
+ "file": {
3173
+ "path": "bubble/_variables.scss",
3174
+ "name": "_variables.scss"
3175
+ }
3176
+ },
3177
+ {
3178
+ "description": "The border color of the Bubble.\n",
3179
+ "commentRange": {
3180
+ "start": 32,
3181
+ "end": 33
3182
+ },
3183
+ "context": {
3184
+ "type": "variable",
3185
+ "name": "kendo-bubble-border",
3186
+ "value": "$kendo-bubble-bg",
3187
+ "scope": "default",
3188
+ "line": {
3189
+ "start": 34,
3190
+ "end": 34
3191
+ }
3192
+ },
3193
+ "group": [
3194
+ "bubble"
3195
+ ],
3196
+ "access": "public",
3197
+ "file": {
3198
+ "path": "bubble/_variables.scss",
3199
+ "name": "_variables.scss"
3200
+ }
3201
+ },
3202
+ {
3203
+ "description": "The shadow of the Bubble.\n",
3204
+ "commentRange": {
3205
+ "start": 35,
3206
+ "end": 36
3207
+ },
3208
+ "context": {
3209
+ "type": "variable",
3210
+ "name": "kendo-bubble-shadow",
3211
+ "value": "none",
3212
+ "scope": "default",
3213
+ "line": {
3214
+ "start": 37,
3215
+ "end": 37
3216
+ }
3217
+ },
3218
+ "group": [
3219
+ "bubble"
3220
+ ],
3221
+ "access": "public",
3222
+ "file": {
3223
+ "path": "bubble/_variables.scss",
3224
+ "name": "_variables.scss"
3225
+ }
3226
+ },
3227
+ {
3228
+ "description": "The background color of the hover Bubble.\n",
3229
+ "commentRange": {
3230
+ "start": 39,
3231
+ "end": 40
3232
+ },
3233
+ "context": {
3234
+ "type": "variable",
3235
+ "name": "kendo-bubble-hover-bg",
3236
+ "value": "k-color(base-subtle-hover)",
3237
+ "scope": "default",
3238
+ "line": {
3239
+ "start": 41,
3240
+ "end": 41
3241
+ }
3242
+ },
3243
+ "group": [
3244
+ "bubble"
3245
+ ],
3246
+ "access": "public",
3247
+ "file": {
3248
+ "path": "bubble/_variables.scss",
3249
+ "name": "_variables.scss"
3250
+ }
3251
+ },
3252
+ {
3253
+ "description": "The border color of the active Bubble.\n",
3254
+ "commentRange": {
3255
+ "start": 42,
3256
+ "end": 43
3257
+ },
3258
+ "context": {
3259
+ "type": "variable",
3260
+ "name": "kendo-bubble-hover-border",
3261
+ "value": "$kendo-bubble-hover-bg",
3262
+ "scope": "default",
3263
+ "line": {
3264
+ "start": 44,
3265
+ "end": 44
3266
+ }
3267
+ },
3268
+ "group": [
3269
+ "bubble"
3270
+ ],
3271
+ "access": "public",
3272
+ "file": {
3273
+ "path": "bubble/_variables.scss",
3274
+ "name": "_variables.scss"
3275
+ }
3276
+ },
3277
+ {
3278
+ "description": "The background color of the active Bubble.\n",
3279
+ "commentRange": {
3280
+ "start": 45,
3281
+ "end": 46
3282
+ },
3283
+ "context": {
3284
+ "type": "variable",
3285
+ "name": "kendo-bubble-active-bg",
3286
+ "value": "k-color(base-subtle-active)",
3287
+ "scope": "default",
3288
+ "line": {
3289
+ "start": 47,
3290
+ "end": 47
3291
+ }
3292
+ },
3293
+ "group": [
3294
+ "bubble"
3295
+ ],
3296
+ "access": "public",
3297
+ "file": {
3298
+ "path": "bubble/_variables.scss",
3299
+ "name": "_variables.scss"
3300
+ }
3301
+ },
3302
+ {
3303
+ "description": "The border color of the active Bubble.\n",
3304
+ "commentRange": {
3305
+ "start": 48,
3306
+ "end": 49
3307
+ },
3308
+ "context": {
3309
+ "type": "variable",
3310
+ "name": "kendo-bubble-active-border",
3311
+ "value": "$kendo-bubble-active-bg",
3312
+ "scope": "default",
3313
+ "line": {
3314
+ "start": 50,
3315
+ "end": 50
3316
+ }
3317
+ },
3318
+ "group": [
3319
+ "bubble"
3320
+ ],
3321
+ "access": "public",
3322
+ "file": {
3323
+ "path": "bubble/_variables.scss",
3324
+ "name": "_variables.scss"
3325
+ }
3326
+ },
3327
+ {
3328
+ "description": "The background color of the focused Bubble.\n",
3329
+ "commentRange": {
3330
+ "start": 51,
3331
+ "end": 52
3332
+ },
3333
+ "context": {
3334
+ "type": "variable",
3335
+ "name": "kendo-bubble-focus-bg",
3336
+ "value": "k-color(base-subtle)",
3337
+ "scope": "default",
3338
+ "line": {
3339
+ "start": 53,
3340
+ "end": 53
3341
+ }
3342
+ },
3343
+ "group": [
3344
+ "bubble"
3345
+ ],
3346
+ "access": "public",
3347
+ "file": {
3348
+ "path": "bubble/_variables.scss",
3349
+ "name": "_variables.scss"
3350
+ }
3351
+ },
3352
+ {
3353
+ "description": "The border color of the focused Bubble.\n",
3354
+ "commentRange": {
3355
+ "start": 54,
3356
+ "end": 55
3357
+ },
3358
+ "context": {
3359
+ "type": "variable",
3360
+ "name": "kendo-bubble-focus-border",
3361
+ "value": "$kendo-bubble-focus-bg",
3362
+ "scope": "default",
3363
+ "line": {
3364
+ "start": 56,
3365
+ "end": 56
3366
+ }
3367
+ },
3368
+ "group": [
3369
+ "bubble"
3370
+ ],
3371
+ "access": "public",
3372
+ "file": {
3373
+ "path": "bubble/_variables.scss",
3374
+ "name": "_variables.scss"
3375
+ }
3376
+ },
3377
+ {
3378
+ "description": "The box shadow of the focused Bubble.\n",
3379
+ "commentRange": {
3380
+ "start": 57,
3381
+ "end": 58
3382
+ },
3383
+ "context": {
3384
+ "type": "variable",
3385
+ "name": "kendo-bubble-focus-shadow",
3386
+ "value": "0 0 0 2px color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
3387
+ "scope": "default",
3388
+ "line": {
3389
+ "start": 59,
3390
+ "end": 59
3391
+ }
3392
+ },
3393
+ "group": [
3394
+ "bubble"
3395
+ ],
3396
+ "access": "public",
3397
+ "file": {
3398
+ "path": "bubble/_variables.scss",
3399
+ "name": "_variables.scss"
3400
+ }
3401
+ },
3402
+ {
3403
+ "description": "The spacing between content and icon in expandable Bubble.\n",
3404
+ "commentRange": {
3405
+ "start": 61,
3406
+ "end": 62
3407
+ },
3408
+ "context": {
3409
+ "type": "variable",
3410
+ "name": "kendo-bubble-expandable-spacing",
3411
+ "value": "$kendo-bubble-padding-x",
3412
+ "scope": "default",
3413
+ "line": {
3414
+ "start": 63,
3415
+ "end": 63
3416
+ }
3417
+ },
3418
+ "group": [
3419
+ "bubble"
3420
+ ],
3421
+ "access": "public",
3422
+ "file": {
3423
+ "path": "bubble/_variables.scss",
3424
+ "name": "_variables.scss"
3425
+ }
3426
+ },
3427
+ {
3428
+ "description": "The horizontal padding of the expandable Bubble icon.\n",
3429
+ "commentRange": {
3430
+ "start": 64,
3431
+ "end": 65
3432
+ },
3433
+ "context": {
3434
+ "type": "variable",
3435
+ "name": "kendo-bubble-expandable-icon-padding-x",
3436
+ "value": "k-spacing(2.5)",
3437
+ "scope": "default",
3438
+ "line": {
3439
+ "start": 66,
3440
+ "end": 66
3441
+ }
3442
+ },
3443
+ "group": [
3444
+ "bubble"
3445
+ ],
3446
+ "access": "public",
3447
+ "file": {
3448
+ "path": "bubble/_variables.scss",
3449
+ "name": "_variables.scss"
3450
+ }
3451
+ },
3452
+ {
3453
+ "description": "The vertical padding of the expandable Bubble icon.\n",
3454
+ "commentRange": {
3455
+ "start": 67,
3456
+ "end": 68
3457
+ },
3458
+ "context": {
3459
+ "type": "variable",
3460
+ "name": "kendo-bubble-expandable-icon-padding-y",
3461
+ "value": "k-spacing(2.5)",
3462
+ "scope": "default",
3463
+ "line": {
3464
+ "start": 69,
3465
+ "end": 69
3466
+ }
3467
+ },
3468
+ "group": [
3469
+ "bubble"
3470
+ ],
3471
+ "access": "public",
3472
+ "file": {
3473
+ "path": "bubble/_variables.scss",
3474
+ "name": "_variables.scss"
3475
+ }
3476
+ },
3477
+ {
3478
+ "description": "The background color of the hovered alt Bubble.\n",
3479
+ "commentRange": {
3480
+ "start": 136,
3481
+ "end": 137
3482
+ },
3483
+ "context": {
3484
+ "type": "variable",
3485
+ "name": "kendo-chat-alt-bubble-hover-bg",
3486
+ "value": "k-color(primary-hover)",
3487
+ "scope": "default",
3488
+ "line": {
3489
+ "start": 138,
3490
+ "end": 138
3491
+ }
3492
+ },
3493
+ "group": [
3494
+ "bubble"
3495
+ ],
3496
+ "access": "public",
3497
+ "file": {
3498
+ "path": "chat/_variables.scss",
3499
+ "name": "_variables.scss"
3500
+ }
3501
+ },
3502
+ {
3503
+ "description": "The border color of the hovered alt Bubble.\n",
3504
+ "commentRange": {
3505
+ "start": 139,
3506
+ "end": 140
3507
+ },
3508
+ "context": {
3509
+ "type": "variable",
3510
+ "name": "kendo-chat-alt-bubble-hover-border",
3511
+ "value": "$kendo-chat-alt-bubble-hover-bg",
3512
+ "scope": "default",
3513
+ "line": {
3514
+ "start": 141,
3515
+ "end": 141
3516
+ }
3517
+ },
3518
+ "group": [
3519
+ "bubble"
3520
+ ],
3521
+ "access": "public",
3522
+ "file": {
3523
+ "path": "chat/_variables.scss",
3524
+ "name": "_variables.scss"
3525
+ }
3526
+ },
3527
+ {
3528
+ "description": "The background color of the active Bubble.\n",
3529
+ "commentRange": {
3530
+ "start": 142,
3531
+ "end": 143
3532
+ },
3533
+ "context": {
3534
+ "type": "variable",
3535
+ "name": "kendo-chat-alt-bubble-active-bg",
3536
+ "value": "k-color(primary-active)",
3537
+ "scope": "default",
3538
+ "line": {
3539
+ "start": 144,
3540
+ "end": 144
3541
+ }
3542
+ },
3543
+ "group": [
3544
+ "bubble"
3545
+ ],
3546
+ "access": "public",
3547
+ "file": {
3548
+ "path": "chat/_variables.scss",
3549
+ "name": "_variables.scss"
3550
+ }
3551
+ },
3552
+ {
3553
+ "description": "The border color of the active alt Bubble.\n",
3554
+ "commentRange": {
3555
+ "start": 145,
3556
+ "end": 146
3557
+ },
3558
+ "context": {
3559
+ "type": "variable",
3560
+ "name": "kendo-chat-alt-bubble-active-border",
3561
+ "value": "$kendo-chat-alt-bubble-active-bg",
3562
+ "scope": "default",
3563
+ "line": {
3564
+ "start": 147,
3565
+ "end": 147
3566
+ }
3567
+ },
3568
+ "group": [
3569
+ "bubble"
3570
+ ],
3571
+ "access": "public",
3572
+ "file": {
3573
+ "path": "chat/_variables.scss",
3574
+ "name": "_variables.scss"
3575
+ }
3576
+ },
3577
+ {
3578
+ "description": "The background color of the focused alt Bubble.\n",
3579
+ "commentRange": {
3580
+ "start": 148,
3581
+ "end": 149
3582
+ },
3583
+ "context": {
3584
+ "type": "variable",
3585
+ "name": "kendo-chat-alt-bubble-focus-bg",
3586
+ "value": "$kendo-chat-alt-bubble-bg",
3587
+ "scope": "default",
3588
+ "line": {
3589
+ "start": 150,
3590
+ "end": 150
3591
+ }
3592
+ },
3593
+ "group": [
3594
+ "bubble"
3595
+ ],
3596
+ "access": "public",
3597
+ "file": {
3598
+ "path": "chat/_variables.scss",
3599
+ "name": "_variables.scss"
3600
+ }
3601
+ },
3602
+ {
3603
+ "description": "The border color of the focused alt Bubble.\n",
3604
+ "commentRange": {
3605
+ "start": 151,
3606
+ "end": 152
3607
+ },
3608
+ "context": {
3609
+ "type": "variable",
3610
+ "name": "kendo-chat-alt-bubble-focus-border",
3611
+ "value": "$kendo-chat-alt-bubble-focus-bg",
3612
+ "scope": "default",
3613
+ "line": {
3614
+ "start": 153,
3615
+ "end": 153
3616
+ }
3617
+ },
3618
+ "group": [
3619
+ "bubble"
3620
+ ],
3621
+ "access": "public",
3622
+ "file": {
3623
+ "path": "chat/_variables.scss",
3624
+ "name": "_variables.scss"
3625
+ }
3626
+ },
3627
+ {
3628
+ "description": "The box shadow of the focused alt Bubble.\n",
3629
+ "commentRange": {
3630
+ "start": 154,
3631
+ "end": 155
3632
+ },
3633
+ "context": {
3634
+ "type": "variable",
3635
+ "name": "kendo-chat-alt-bubble-focus-shadow",
3636
+ "value": "null",
3637
+ "scope": "default",
3638
+ "line": {
3639
+ "start": 156,
3640
+ "end": 156
3641
+ }
3642
+ },
3643
+ "group": [
3644
+ "bubble"
3645
+ ],
3646
+ "access": "public",
3647
+ "file": {
3648
+ "path": "chat/_variables.scss",
3649
+ "name": "_variables.scss"
3650
+ }
3651
+ },
2952
3652
  {
2953
3653
  "description": "The width of the border around the Button.\n",
2954
3654
  "commentRange": {
@@ -9075,7 +9775,7 @@
9075
9775
  }
9076
9776
  },
9077
9777
  {
9078
- "description": "The width of the Chat.\n",
9778
+ "description": "The minimum width of the Chat.\n",
9079
9779
  "commentRange": {
9080
9780
  "start": 15,
9081
9781
  "end": 16
@@ -9083,7 +9783,7 @@
9083
9783
  "context": {
9084
9784
  "type": "variable",
9085
9785
  "name": "kendo-chat-width",
9086
- "value": "500px",
9786
+ "value": "320px",
9087
9787
  "scope": "default",
9088
9788
  "line": {
9089
9789
  "start": 17,
@@ -9100,7 +9800,7 @@
9100
9800
  }
9101
9801
  },
9102
9802
  {
9103
- "description": "The height of the Chat.\n",
9803
+ "description": "The minimum height of the Chat.\n",
9104
9804
  "commentRange": {
9105
9805
  "start": 18,
9106
9806
  "end": 19
@@ -9225,15 +9925,15 @@
9225
9925
  }
9226
9926
  },
9227
9927
  {
9228
- "description": "The horizontal spacing between the items of the Chat.\n",
9928
+ "description": "The vertical spacing between the items of the Chat.\n",
9229
9929
  "commentRange": {
9230
9930
  "start": 34,
9231
9931
  "end": 35
9232
9932
  },
9233
9933
  "context": {
9234
9934
  "type": "variable",
9235
- "name": "kendo-chat-item-spacing-x",
9236
- "value": "k-spacing(2)",
9935
+ "name": "kendo-chat-item-spacing-y",
9936
+ "value": "k-spacing(4)",
9237
9937
  "scope": "default",
9238
9938
  "line": {
9239
9939
  "start": 36,
@@ -9250,19 +9950,19 @@
9250
9950
  }
9251
9951
  },
9252
9952
  {
9253
- "description": "The vertical spacing between the items of the Chat.\n",
9953
+ "description": "The maximum width of the Chat message.\n",
9254
9954
  "commentRange": {
9255
- "start": 37,
9256
- "end": 38
9955
+ "start": 38,
9956
+ "end": 39
9257
9957
  },
9258
9958
  "context": {
9259
9959
  "type": "variable",
9260
- "name": "kendo-chat-item-spacing-y",
9261
- "value": "k-spacing(4)",
9960
+ "name": "kendo-chat-message-max-width",
9961
+ "value": "min(75%, 460px)",
9262
9962
  "scope": "default",
9263
9963
  "line": {
9264
- "start": 39,
9265
- "end": 39
9964
+ "start": 40,
9965
+ "end": 40
9266
9966
  }
9267
9967
  },
9268
9968
  "group": [
@@ -9275,15 +9975,15 @@
9275
9975
  }
9276
9976
  },
9277
9977
  {
9278
- "description": "The horizontal padding of the Chat message list.\n",
9978
+ "description": "The spacing between the items of the Chat message.\n",
9279
9979
  "commentRange": {
9280
9980
  "start": 41,
9281
9981
  "end": 42
9282
9982
  },
9283
9983
  "context": {
9284
9984
  "type": "variable",
9285
- "name": "kendo-chat-message-list-padding-x",
9286
- "value": "$kendo-chat-padding-x",
9985
+ "name": "kendo-chat-message-gap",
9986
+ "value": "k-spacing(2)",
9287
9987
  "scope": "default",
9288
9988
  "line": {
9289
9989
  "start": 43,
@@ -9300,19 +10000,19 @@
9300
10000
  }
9301
10001
  },
9302
10002
  {
9303
- "description": "The vertical padding of the Chat message list.\n",
10003
+ "description": "The horizontal padding of the Chat message list.\n",
9304
10004
  "commentRange": {
9305
- "start": 44,
9306
- "end": 45
10005
+ "start": 45,
10006
+ "end": 46
9307
10007
  },
9308
10008
  "context": {
9309
10009
  "type": "variable",
9310
- "name": "kendo-chat-message-list-padding-y",
9311
- "value": "$kendo-chat-padding-y",
10010
+ "name": "kendo-chat-message-list-padding-x",
10011
+ "value": "$kendo-chat-padding-x",
9312
10012
  "scope": "default",
9313
10013
  "line": {
9314
- "start": 46,
9315
- "end": 46
10014
+ "start": 47,
10015
+ "end": 47
9316
10016
  }
9317
10017
  },
9318
10018
  "group": [
@@ -9325,19 +10025,19 @@
9325
10025
  }
9326
10026
  },
9327
10027
  {
9328
- "description": "The spacing of the Chat message list.\n",
10028
+ "description": "The vertical padding of the Chat message list.\n",
9329
10029
  "commentRange": {
9330
- "start": 47,
9331
- "end": 48
10030
+ "start": 48,
10031
+ "end": 49
9332
10032
  },
9333
10033
  "context": {
9334
10034
  "type": "variable",
9335
- "name": "kendo-chat-message-list-spacing",
9336
- "value": "$kendo-chat-item-spacing-y",
10035
+ "name": "kendo-chat-message-list-padding-y",
10036
+ "value": "$kendo-chat-padding-y",
9337
10037
  "scope": "default",
9338
10038
  "line": {
9339
- "start": 49,
9340
- "end": 49
10039
+ "start": 50,
10040
+ "end": 50
9341
10041
  }
9342
10042
  },
9343
10043
  "group": [
@@ -9350,15 +10050,15 @@
9350
10050
  }
9351
10051
  },
9352
10052
  {
9353
- "description": "The font size of the Chat timestamp.\n",
10053
+ "description": "The spacing of the Chat message list.\n",
9354
10054
  "commentRange": {
9355
10055
  "start": 51,
9356
10056
  "end": 52
9357
10057
  },
9358
10058
  "context": {
9359
10059
  "type": "variable",
9360
- "name": "kendo-chat-timestamp-font-size",
9361
- "value": "var( --kendo-font-size-sm, inherit )",
10060
+ "name": "kendo-chat-message-list-spacing",
10061
+ "value": "$kendo-chat-item-spacing-y",
9362
10062
  "scope": "default",
9363
10063
  "line": {
9364
10064
  "start": 53,
@@ -9375,144 +10075,19 @@
9375
10075
  }
9376
10076
  },
9377
10077
  {
9378
- "description": "The line height of the Chat timestamp.\n",
9379
- "commentRange": {
9380
- "start": 54,
9381
- "end": 55
9382
- },
9383
- "context": {
9384
- "type": "variable",
9385
- "name": "kendo-chat-timestamp-line-height",
9386
- "value": "var( --kendo-line-height-lg, normal )",
9387
- "scope": "default",
9388
- "line": {
9389
- "start": 56,
9390
- "end": 56
9391
- }
9392
- },
9393
- "group": [
9394
- "chat"
9395
- ],
9396
- "access": "public",
9397
- "file": {
9398
- "path": "chat/_variables.scss",
9399
- "name": "_variables.scss"
9400
- }
9401
- },
9402
- {
9403
- "description": "The text transform of the Chat timestamp.\n",
9404
- "commentRange": {
9405
- "start": 57,
9406
- "end": 58
9407
- },
9408
- "context": {
9409
- "type": "variable",
9410
- "name": "kendo-chat-timestamp-transform",
9411
- "value": "uppercase",
9412
- "scope": "default",
9413
- "line": {
9414
- "start": 59,
9415
- "end": 59
9416
- }
9417
- },
9418
- "group": [
9419
- "chat"
9420
- ],
9421
- "access": "public",
9422
- "file": {
9423
- "path": "chat/_variables.scss",
9424
- "name": "_variables.scss"
9425
- }
9426
- },
9427
- {
9428
- "description": "The text color of the Chat timestamp.\n",
9429
- "commentRange": {
9430
- "start": 60,
9431
- "end": 61
9432
- },
9433
- "context": {
9434
- "type": "variable",
9435
- "name": "kendo-chat-timestamp-text",
9436
- "value": "k-color(subtle)",
9437
- "scope": "default",
9438
- "line": {
9439
- "start": 62,
9440
- "end": 62
9441
- }
9442
- },
9443
- "group": [
9444
- "chat"
9445
- ],
9446
- "access": "public",
9447
- "file": {
9448
- "path": "chat/_variables.scss",
9449
- "name": "_variables.scss"
9450
- }
9451
- },
9452
- {
9453
- "description": "The background color of the Chat timestamp.\n",
9454
- "commentRange": {
9455
- "start": 63,
9456
- "end": 64
9457
- },
9458
- "context": {
9459
- "type": "variable",
9460
- "name": "kendo-chat-timestamp-bg",
9461
- "value": "null",
9462
- "scope": "default",
9463
- "line": {
9464
- "start": 65,
9465
- "end": 65
9466
- }
9467
- },
9468
- "group": [
9469
- "chat"
9470
- ],
9471
- "access": "public",
9472
- "file": {
9473
- "path": "chat/_variables.scss",
9474
- "name": "_variables.scss"
9475
- }
9476
- },
9477
- {
9478
- "description": "The font size of the Chat message meta text.\n",
9479
- "commentRange": {
9480
- "start": 67,
9481
- "end": 68
9482
- },
9483
- "context": {
9484
- "type": "variable",
9485
- "name": "kendo-chat-message-meta-font-size",
9486
- "value": "var( --kendo-font-size-sm, inherit )",
9487
- "scope": "default",
9488
- "line": {
9489
- "start": 69,
9490
- "end": 69
9491
- }
9492
- },
9493
- "group": [
9494
- "chat"
9495
- ],
9496
- "access": "public",
9497
- "file": {
9498
- "path": "chat/_variables.scss",
9499
- "name": "_variables.scss"
9500
- }
9501
- },
9502
- {
9503
- "description": "The line height of the Chat message meta text.\n",
10078
+ "description": "The spacing between the icon and text in the Chat message status.\n",
9504
10079
  "commentRange": {
9505
- "start": 70,
9506
- "end": 71
10080
+ "start": 55,
10081
+ "end": 56
9507
10082
  },
9508
10083
  "context": {
9509
10084
  "type": "variable",
9510
- "name": "kendo-chat-message-meta-line-height",
9511
- "value": "var( --kendo-line-height-lg, normal )",
10085
+ "name": "kendo-chat-message-status-gap",
10086
+ "value": "k-spacing(1)",
9512
10087
  "scope": "default",
9513
10088
  "line": {
9514
- "start": 72,
9515
- "end": 72
10089
+ "start": 57,
10090
+ "end": 57
9516
10091
  }
9517
10092
  },
9518
10093
  "group": [
@@ -9525,19 +10100,19 @@
9525
10100
  }
9526
10101
  },
9527
10102
  {
9528
- "description": "The font size of the Chat author text.\n",
10103
+ "description": "The font size of the Chat timestamp.\n",
9529
10104
  "commentRange": {
9530
- "start": 74,
9531
- "end": 75
10105
+ "start": 59,
10106
+ "end": 60
9532
10107
  },
9533
10108
  "context": {
9534
10109
  "type": "variable",
9535
- "name": "kendo-chat-author-font-size",
10110
+ "name": "kendo-chat-timestamp-font-size",
9536
10111
  "value": "var( --kendo-font-size-sm, inherit )",
9537
10112
  "scope": "default",
9538
10113
  "line": {
9539
- "start": 76,
9540
- "end": 76
10114
+ "start": 61,
10115
+ "end": 61
9541
10116
  }
9542
10117
  },
9543
10118
  "group": [
@@ -9550,19 +10125,19 @@
9550
10125
  }
9551
10126
  },
9552
10127
  {
9553
- "description": "The line height of the Chat author text.\n",
10128
+ "description": "The line height of the Chat timestamp.\n",
9554
10129
  "commentRange": {
9555
- "start": 77,
9556
- "end": 78
10130
+ "start": 62,
10131
+ "end": 63
9557
10132
  },
9558
10133
  "context": {
9559
10134
  "type": "variable",
9560
- "name": "kendo-chat-author-line-height",
10135
+ "name": "kendo-chat-timestamp-line-height",
9561
10136
  "value": "var( --kendo-line-height-lg, normal )",
9562
10137
  "scope": "default",
9563
10138
  "line": {
9564
- "start": 79,
9565
- "end": 79
10139
+ "start": 64,
10140
+ "end": 64
9566
10141
  }
9567
10142
  },
9568
10143
  "group": [
@@ -9575,19 +10150,19 @@
9575
10150
  }
9576
10151
  },
9577
10152
  {
9578
- "description": "The horizontal padding of the Chat bubble message.\n",
10153
+ "description": "The text transform of the Chat timestamp.\n",
9579
10154
  "commentRange": {
9580
- "start": 81,
9581
- "end": 82
10155
+ "start": 65,
10156
+ "end": 66
9582
10157
  },
9583
10158
  "context": {
9584
10159
  "type": "variable",
9585
- "name": "kendo-chat-bubble-padding-x",
9586
- "value": "k-spacing(3)",
10160
+ "name": "kendo-chat-timestamp-transform",
10161
+ "value": "none",
9587
10162
  "scope": "default",
9588
10163
  "line": {
9589
- "start": 83,
9590
- "end": 83
10164
+ "start": 67,
10165
+ "end": 67
9591
10166
  }
9592
10167
  },
9593
10168
  "group": [
@@ -9600,19 +10175,19 @@
9600
10175
  }
9601
10176
  },
9602
10177
  {
9603
- "description": "The vertical padding of the Chat bubble message.\n",
10178
+ "description": "The text color of the Chat timestamp.\n",
9604
10179
  "commentRange": {
9605
- "start": 84,
9606
- "end": 85
10180
+ "start": 68,
10181
+ "end": 69
9607
10182
  },
9608
10183
  "context": {
9609
10184
  "type": "variable",
9610
- "name": "kendo-chat-bubble-padding-y",
9611
- "value": "k-spacing(2)",
10185
+ "name": "kendo-chat-timestamp-text",
10186
+ "value": "k-color(subtle)",
9612
10187
  "scope": "default",
9613
10188
  "line": {
9614
- "start": 86,
9615
- "end": 86
10189
+ "start": 70,
10190
+ "end": 70
9616
10191
  }
9617
10192
  },
9618
10193
  "group": [
@@ -9625,19 +10200,19 @@
9625
10200
  }
9626
10201
  },
9627
10202
  {
9628
- "description": "The spacing of the Chat bubble message.\n",
10203
+ "description": "The background color of the Chat timestamp.\n",
9629
10204
  "commentRange": {
9630
- "start": 87,
9631
- "end": 88
10205
+ "start": 71,
10206
+ "end": 72
9632
10207
  },
9633
10208
  "context": {
9634
10209
  "type": "variable",
9635
- "name": "kendo-chat-bubble-spacing",
9636
- "value": "k-spacing(0.5)",
10210
+ "name": "kendo-chat-timestamp-bg",
10211
+ "value": "null",
9637
10212
  "scope": "default",
9638
10213
  "line": {
9639
- "start": 89,
9640
- "end": 89
10214
+ "start": 73,
10215
+ "end": 73
9641
10216
  }
9642
10217
  },
9643
10218
  "group": [
@@ -9650,19 +10225,19 @@
9650
10225
  }
9651
10226
  },
9652
10227
  {
9653
- "description": "The line height of the Chat bubble message.\n",
10228
+ "description": "The background color of the Chat timestamp separator.\n",
9654
10229
  "commentRange": {
9655
- "start": 90,
9656
- "end": 91
10230
+ "start": 74,
10231
+ "end": 75
9657
10232
  },
9658
10233
  "context": {
9659
10234
  "type": "variable",
9660
- "name": "kendo-chat-bubble-line-height",
9661
- "value": "var( --kendo-line-height, normal )",
10235
+ "name": "kendo-chat-timestamp-separator-bg",
10236
+ "value": "k-color(border)",
9662
10237
  "scope": "default",
9663
10238
  "line": {
9664
- "start": 92,
9665
- "end": 92
10239
+ "start": 76,
10240
+ "end": 76
9666
10241
  }
9667
10242
  },
9668
10243
  "group": [
@@ -9675,19 +10250,19 @@
9675
10250
  }
9676
10251
  },
9677
10252
  {
9678
- "description": "The border radius of the Chat bubble message.\n",
10253
+ "description": "The spacing between the Chat timestamp and its separator.\n",
9679
10254
  "commentRange": {
9680
- "start": 94,
9681
- "end": 95
10255
+ "start": 77,
10256
+ "end": 78
9682
10257
  },
9683
10258
  "context": {
9684
10259
  "type": "variable",
9685
- "name": "kendo-chat-bubble-border-radius",
9686
- "value": "12px",
10260
+ "name": "kendo-chat-timestamp-separator-spacing",
10261
+ "value": "k-spacing(1)",
9687
10262
  "scope": "default",
9688
10263
  "line": {
9689
- "start": 96,
9690
- "end": 96
10264
+ "start": 79,
10265
+ "end": 79
9691
10266
  }
9692
10267
  },
9693
10268
  "group": [
@@ -9700,19 +10275,19 @@
9700
10275
  }
9701
10276
  },
9702
10277
  {
9703
- "description": "The border radius of the Chat small bubble message\n",
10278
+ "description": "The font size of the Chat message meta text.\n",
9704
10279
  "commentRange": {
9705
- "start": 97,
9706
- "end": 98
10280
+ "start": 82,
10281
+ "end": 83
9707
10282
  },
9708
10283
  "context": {
9709
10284
  "type": "variable",
9710
- "name": "kendo-chat-bubble-border-radius-sm",
9711
- "value": "2px",
10285
+ "name": "kendo-chat-message-meta-font-size",
10286
+ "value": "var( --kendo-font-size-sm, inherit )",
9712
10287
  "scope": "default",
9713
10288
  "line": {
9714
- "start": 99,
9715
- "end": 99
10289
+ "start": 84,
10290
+ "end": 84
9716
10291
  }
9717
10292
  },
9718
10293
  "group": [
@@ -9725,19 +10300,19 @@
9725
10300
  }
9726
10301
  },
9727
10302
  {
9728
- "description": "The size of the Chat Avatar.\n",
10303
+ "description": "The line height of the Chat message meta text.\n",
9729
10304
  "commentRange": {
9730
- "start": 101,
9731
- "end": 102
10305
+ "start": 85,
10306
+ "end": 86
9732
10307
  },
9733
10308
  "context": {
9734
10309
  "type": "variable",
9735
- "name": "kendo-chat-avatar-size",
9736
- "value": "32px",
10310
+ "name": "kendo-chat-message-meta-line-height",
10311
+ "value": "var( --kendo-line-height-lg, normal )",
9737
10312
  "scope": "default",
9738
10313
  "line": {
9739
- "start": 103,
9740
- "end": 103
10314
+ "start": 87,
10315
+ "end": 87
9741
10316
  }
9742
10317
  },
9743
10318
  "group": [
@@ -9750,19 +10325,19 @@
9750
10325
  }
9751
10326
  },
9752
10327
  {
9753
- "description": "The spacing of the Chat Avatar.\n",
10328
+ "description": "The font size of the Chat author text.\n",
9754
10329
  "commentRange": {
9755
- "start": 104,
9756
- "end": 105
10330
+ "start": 89,
10331
+ "end": 90
9757
10332
  },
9758
10333
  "context": {
9759
10334
  "type": "variable",
9760
- "name": "kendo-chat-avatar-spacing",
9761
- "value": "$kendo-chat-item-spacing-x",
10335
+ "name": "kendo-chat-author-font-size",
10336
+ "value": "var( --kendo-font-size-sm, inherit )",
9762
10337
  "scope": "default",
9763
10338
  "line": {
9764
- "start": 106,
9765
- "end": 106
10339
+ "start": 91,
10340
+ "end": 91
9766
10341
  }
9767
10342
  },
9768
10343
  "group": [
@@ -9775,19 +10350,19 @@
9775
10350
  }
9776
10351
  },
9777
10352
  {
9778
- "description": "The horizontal padding of the Chat Toolbar.\n",
10353
+ "description": "The line height of the Chat author text.\n",
9779
10354
  "commentRange": {
9780
- "start": 108,
9781
- "end": 109
10355
+ "start": 92,
10356
+ "end": 93
9782
10357
  },
9783
10358
  "context": {
9784
10359
  "type": "variable",
9785
- "name": "kendo-chat-toolbar-padding-x",
9786
- "value": "$kendo-toolbar-md-padding-x",
10360
+ "name": "kendo-chat-author-line-height",
10361
+ "value": "var( --kendo-line-height-xs, normal )",
9787
10362
  "scope": "default",
9788
10363
  "line": {
9789
- "start": 110,
9790
- "end": 110
10364
+ "start": 94,
10365
+ "end": 94
9791
10366
  }
9792
10367
  },
9793
10368
  "group": [
@@ -9800,19 +10375,19 @@
9800
10375
  }
9801
10376
  },
9802
10377
  {
9803
- "description": "The vertical padding of the Chat Toolbar.\n",
10378
+ "description": "The text color of the Chat status.\n",
9804
10379
  "commentRange": {
9805
- "start": 111,
9806
- "end": 112
10380
+ "start": 96,
10381
+ "end": 97
9807
10382
  },
9808
10383
  "context": {
9809
10384
  "type": "variable",
9810
- "name": "kendo-chat-toolbar-padding-y",
9811
- "value": "$kendo-toolbar-md-padding-y",
10385
+ "name": "kendo-chat-status-text",
10386
+ "value": "k-color(subtle)",
9812
10387
  "scope": "default",
9813
10388
  "line": {
9814
- "start": 113,
9815
- "end": 113
10389
+ "start": 98,
10390
+ "end": 98
9816
10391
  }
9817
10392
  },
9818
10393
  "group": [
@@ -9825,19 +10400,19 @@
9825
10400
  }
9826
10401
  },
9827
10402
  {
9828
- "description": "The background color of the Chat Toolbar.\n",
10403
+ "description": "The spacing of the Chat bubble message.\n",
9829
10404
  "commentRange": {
9830
- "start": 114,
9831
- "end": 115
10405
+ "start": 100,
10406
+ "end": 101
9832
10407
  },
9833
10408
  "context": {
9834
10409
  "type": "variable",
9835
- "name": "kendo-chat-toolbar-bg",
9836
- "value": "$kendo-toolbar-bg",
10410
+ "name": "kendo-chat-bubble-spacing",
10411
+ "value": "k-spacing(2)",
9837
10412
  "scope": "default",
9838
10413
  "line": {
9839
- "start": 116,
9840
- "end": 116
10414
+ "start": 102,
10415
+ "end": 102
9841
10416
  }
9842
10417
  },
9843
10418
  "group": [
@@ -9850,19 +10425,19 @@
9850
10425
  }
9851
10426
  },
9852
10427
  {
9853
- "description": "The text color of the Chat Toolbar.\n",
10428
+ "description": "The background color of the Chat Toolbar.\n",
9854
10429
  "commentRange": {
9855
- "start": 117,
9856
- "end": 118
10430
+ "start": 104,
10431
+ "end": 105
9857
10432
  },
9858
10433
  "context": {
9859
10434
  "type": "variable",
9860
- "name": "kendo-chat-toolbar-text",
9861
- "value": "$kendo-toolbar-text",
10435
+ "name": "kendo-chat-toolbar-bg",
10436
+ "value": "$kendo-toolbar-bg",
9862
10437
  "scope": "default",
9863
10438
  "line": {
9864
- "start": 119,
9865
- "end": 119
10439
+ "start": 106,
10440
+ "end": 106
9866
10441
  }
9867
10442
  },
9868
10443
  "group": [
@@ -9875,19 +10450,19 @@
9875
10450
  }
9876
10451
  },
9877
10452
  {
9878
- "description": "The border color of the Chat Toolbar.\n",
10453
+ "description": "The text color of the Chat Toolbar.\n",
9879
10454
  "commentRange": {
9880
- "start": 120,
9881
- "end": 121
10455
+ "start": 107,
10456
+ "end": 108
9882
10457
  },
9883
10458
  "context": {
9884
10459
  "type": "variable",
9885
- "name": "kendo-chat-toolbar-border",
9886
- "value": "inherit",
10460
+ "name": "kendo-chat-toolbar-text",
10461
+ "value": "$kendo-toolbar-text",
9887
10462
  "scope": "default",
9888
10463
  "line": {
9889
- "start": 122,
9890
- "end": 122
10464
+ "start": 109,
10465
+ "end": 109
9891
10466
  }
9892
10467
  },
9893
10468
  "group": [
@@ -9900,19 +10475,19 @@
9900
10475
  }
9901
10476
  },
9902
10477
  {
9903
- "description": "The horizontal padding of the Chat quick reply.\n",
10478
+ "description": "The border color of the Chat Toolbar.\n",
9904
10479
  "commentRange": {
9905
- "start": 124,
9906
- "end": 125
10480
+ "start": 110,
10481
+ "end": 111
9907
10482
  },
9908
10483
  "context": {
9909
10484
  "type": "variable",
9910
- "name": "kendo-chat-quick-reply-padding-x",
9911
- "value": "k-spacing(3)",
10485
+ "name": "kendo-chat-toolbar-border",
10486
+ "value": "inherit",
9912
10487
  "scope": "default",
9913
10488
  "line": {
9914
- "start": 126,
9915
- "end": 126
10489
+ "start": 112,
10490
+ "end": 112
9916
10491
  }
9917
10492
  },
9918
10493
  "group": [
@@ -9925,19 +10500,19 @@
9925
10500
  }
9926
10501
  },
9927
10502
  {
9928
- "description": "The vertical padding of the Chat quick reply.\n",
10503
+ "description": "The background color of the Chat.\n",
9929
10504
  "commentRange": {
9930
- "start": 127,
9931
- "end": 128
10505
+ "start": 114,
10506
+ "end": 115
9932
10507
  },
9933
10508
  "context": {
9934
10509
  "type": "variable",
9935
- "name": "kendo-chat-quick-reply-padding-y",
9936
- "value": "k-spacing(2)",
10510
+ "name": "kendo-chat-bg",
10511
+ "value": "k-color(surface)",
9937
10512
  "scope": "default",
9938
10513
  "line": {
9939
- "start": 129,
9940
- "end": 129
10514
+ "start": 116,
10515
+ "end": 116
9941
10516
  }
9942
10517
  },
9943
10518
  "group": [
@@ -9950,19 +10525,19 @@
9950
10525
  }
9951
10526
  },
9952
10527
  {
9953
- "description": "The spacing of the Chat quick reply.\n",
10528
+ "description": "The text color of the Chat.\n",
9954
10529
  "commentRange": {
9955
- "start": 130,
9956
- "end": 131
10530
+ "start": 117,
10531
+ "end": 118
9957
10532
  },
9958
10533
  "context": {
9959
10534
  "type": "variable",
9960
- "name": "kendo-chat-quick-reply-spacing",
9961
- "value": "k-spacing(2)",
10535
+ "name": "kendo-chat-text",
10536
+ "value": "k-color(on-app-surface)",
9962
10537
  "scope": "default",
9963
10538
  "line": {
9964
- "start": 132,
9965
- "end": 132
10539
+ "start": 119,
10540
+ "end": 119
9966
10541
  }
9967
10542
  },
9968
10543
  "group": [
@@ -9975,19 +10550,19 @@
9975
10550
  }
9976
10551
  },
9977
10552
  {
9978
- "description": "The line height of the Chat quick reply.\n",
10553
+ "description": "The border color of the Chat.\n",
9979
10554
  "commentRange": {
9980
- "start": 133,
9981
- "end": 134
10555
+ "start": 120,
10556
+ "end": 121
9982
10557
  },
9983
10558
  "context": {
9984
10559
  "type": "variable",
9985
- "name": "kendo-chat-quick-reply-line-height",
9986
- "value": "$kendo-chat-bubble-line-height",
10560
+ "name": "kendo-chat-border",
10561
+ "value": "k-color(border)",
9987
10562
  "scope": "default",
9988
10563
  "line": {
9989
- "start": 135,
9990
- "end": 135
10564
+ "start": 122,
10565
+ "end": 122
9991
10566
  }
9992
10567
  },
9993
10568
  "group": [
@@ -10000,19 +10575,19 @@
10000
10575
  }
10001
10576
  },
10002
10577
  {
10003
- "description": "The background color of the Chat.\n",
10578
+ "description": "The background color of the Chat alt bubble.\n",
10004
10579
  "commentRange": {
10005
- "start": 138,
10006
- "end": 139
10580
+ "start": 124,
10581
+ "end": 125
10007
10582
  },
10008
10583
  "context": {
10009
10584
  "type": "variable",
10010
- "name": "kendo-chat-bg",
10011
- "value": "k-color(surface)",
10585
+ "name": "kendo-chat-alt-bubble-bg",
10586
+ "value": "k-color(primary)",
10012
10587
  "scope": "default",
10013
10588
  "line": {
10014
- "start": 140,
10015
- "end": 140
10589
+ "start": 126,
10590
+ "end": 126
10016
10591
  }
10017
10592
  },
10018
10593
  "group": [
@@ -10025,19 +10600,19 @@
10025
10600
  }
10026
10601
  },
10027
10602
  {
10028
- "description": "The text color of the Chat.\n",
10603
+ "description": "The text color of the Chat alt bubble.\n",
10029
10604
  "commentRange": {
10030
- "start": 141,
10031
- "end": 142
10605
+ "start": 127,
10606
+ "end": 128
10032
10607
  },
10033
10608
  "context": {
10034
10609
  "type": "variable",
10035
- "name": "kendo-chat-text",
10036
- "value": "k-color(on-app-surface)",
10610
+ "name": "kendo-chat-alt-bubble-text",
10611
+ "value": "k-color(on-primary)",
10037
10612
  "scope": "default",
10038
10613
  "line": {
10039
- "start": 143,
10040
- "end": 143
10614
+ "start": 129,
10615
+ "end": 129
10041
10616
  }
10042
10617
  },
10043
10618
  "group": [
@@ -10050,19 +10625,19 @@
10050
10625
  }
10051
10626
  },
10052
10627
  {
10053
- "description": "The border color of the Chat.\n",
10628
+ "description": "The border color of the Chat alt bubble.\n",
10054
10629
  "commentRange": {
10055
- "start": 144,
10056
- "end": 145
10630
+ "start": 130,
10631
+ "end": 131
10057
10632
  },
10058
10633
  "context": {
10059
10634
  "type": "variable",
10060
- "name": "kendo-chat-border",
10061
- "value": "k-color(border)",
10635
+ "name": "kendo-chat-alt-bubble-border",
10636
+ "value": "$kendo-chat-alt-bubble-bg",
10062
10637
  "scope": "default",
10063
10638
  "line": {
10064
- "start": 146,
10065
- "end": 146
10639
+ "start": 132,
10640
+ "end": 132
10066
10641
  }
10067
10642
  },
10068
10643
  "group": [
@@ -10075,19 +10650,19 @@
10075
10650
  }
10076
10651
  },
10077
10652
  {
10078
- "description": "The background color of the Chat bubble.\n",
10653
+ "description": "The shadow of the Chat alt bubble.\n",
10079
10654
  "commentRange": {
10080
- "start": 148,
10081
- "end": 149
10655
+ "start": 133,
10656
+ "end": 134
10082
10657
  },
10083
10658
  "context": {
10084
10659
  "type": "variable",
10085
- "name": "kendo-chat-bubble-bg",
10086
- "value": "k-color(surface-alt)",
10660
+ "name": "kendo-chat-alt-bubble-shadow",
10661
+ "value": "none",
10087
10662
  "scope": "default",
10088
10663
  "line": {
10089
- "start": 150,
10090
- "end": 150
10664
+ "start": 135,
10665
+ "end": 135
10091
10666
  }
10092
10667
  },
10093
10668
  "group": [
@@ -10100,19 +10675,19 @@
10100
10675
  }
10101
10676
  },
10102
10677
  {
10103
- "description": "The text color of the Chat bubble.\n",
10678
+ "description": "The color of the typing indicator dots.\n",
10104
10679
  "commentRange": {
10105
- "start": 151,
10106
- "end": 152
10680
+ "start": 158,
10681
+ "end": 159
10107
10682
  },
10108
10683
  "context": {
10109
10684
  "type": "variable",
10110
- "name": "kendo-chat-bubble-text",
10111
- "value": "k-color(on-base)",
10685
+ "name": "kendo-chat-typing-indicator-text",
10686
+ "value": "k-color(base-on-subtle)",
10112
10687
  "scope": "default",
10113
10688
  "line": {
10114
- "start": 153,
10115
- "end": 153
10689
+ "start": 160,
10690
+ "end": 160
10116
10691
  }
10117
10692
  },
10118
10693
  "group": [
@@ -10125,19 +10700,19 @@
10125
10700
  }
10126
10701
  },
10127
10702
  {
10128
- "description": "The border color of the Chat bubble.\n",
10703
+ "description": "The width of a file in the Chat Textarea.\n",
10129
10704
  "commentRange": {
10130
- "start": 154,
10131
- "end": 155
10705
+ "start": 162,
10706
+ "end": 163
10132
10707
  },
10133
10708
  "context": {
10134
10709
  "type": "variable",
10135
- "name": "kendo-chat-bubble-border",
10136
- "value": "$kendo-chat-bubble-bg",
10710
+ "name": "kendo-chat-file-width",
10711
+ "value": "240px",
10137
10712
  "scope": "default",
10138
10713
  "line": {
10139
- "start": 156,
10140
- "end": 156
10714
+ "start": 164,
10715
+ "end": 164
10141
10716
  }
10142
10717
  },
10143
10718
  "group": [
@@ -10150,19 +10725,19 @@
10150
10725
  }
10151
10726
  },
10152
10727
  {
10153
- "description": "The box shadow of the Chat bubble.\n",
10728
+ "description": "The horizontal padding of the Chat file.\n",
10154
10729
  "commentRange": {
10155
- "start": 157,
10156
- "end": 158
10730
+ "start": 165,
10731
+ "end": 166
10157
10732
  },
10158
10733
  "context": {
10159
10734
  "type": "variable",
10160
- "name": "kendo-chat-bubble-shadow",
10161
- "value": "k-elevation(1)",
10735
+ "name": "kendo-chat-file-padding-x",
10736
+ "value": "k-spacing(2)",
10162
10737
  "scope": "default",
10163
10738
  "line": {
10164
- "start": 159,
10165
- "end": 159
10739
+ "start": 167,
10740
+ "end": 167
10166
10741
  }
10167
10742
  },
10168
10743
  "group": [
@@ -10175,19 +10750,19 @@
10175
10750
  }
10176
10751
  },
10177
10752
  {
10178
- "description": "The shadow of the hovered Chat bubble.\n",
10753
+ "description": "The vertical padding of the Chat file.\n",
10179
10754
  "commentRange": {
10180
- "start": 160,
10181
- "end": 161
10755
+ "start": 168,
10756
+ "end": 169
10182
10757
  },
10183
10758
  "context": {
10184
10759
  "type": "variable",
10185
- "name": "kendo-chat-bubble-hover-shadow",
10186
- "value": "k-elevation(2)",
10760
+ "name": "kendo-chat-file-padding-y",
10761
+ "value": "k-spacing(2)",
10187
10762
  "scope": "default",
10188
10763
  "line": {
10189
- "start": 162,
10190
- "end": 162
10764
+ "start": 170,
10765
+ "end": 170
10191
10766
  }
10192
10767
  },
10193
10768
  "group": [
@@ -10200,19 +10775,19 @@
10200
10775
  }
10201
10776
  },
10202
10777
  {
10203
- "description": "The shadow of the selected Chat bubble.\n",
10778
+ "description": "The spacing between the elements of the Chat file.\n",
10204
10779
  "commentRange": {
10205
- "start": 163,
10206
- "end": 164
10780
+ "start": 171,
10781
+ "end": 172
10207
10782
  },
10208
10783
  "context": {
10209
10784
  "type": "variable",
10210
- "name": "kendo-chat-bubble-selected-shadow",
10211
- "value": "k-elevation(3)",
10785
+ "name": "kendo-chat-file-gap",
10786
+ "value": "k-spacing(1)",
10212
10787
  "scope": "default",
10213
10788
  "line": {
10214
- "start": 165,
10215
- "end": 165
10789
+ "start": 173,
10790
+ "end": 173
10216
10791
  }
10217
10792
  },
10218
10793
  "group": [
@@ -10225,19 +10800,19 @@
10225
10800
  }
10226
10801
  },
10227
10802
  {
10228
- "description": "The background color of the Chat alt bubble.\n",
10803
+ "description": "The border width of the Chat file.\n",
10229
10804
  "commentRange": {
10230
- "start": 167,
10231
- "end": 168
10805
+ "start": 175,
10806
+ "end": 176
10232
10807
  },
10233
10808
  "context": {
10234
10809
  "type": "variable",
10235
- "name": "kendo-chat-alt-bubble-bg",
10236
- "value": "k-color(primary)",
10810
+ "name": "kendo-chat-file-border-width",
10811
+ "value": "1px",
10237
10812
  "scope": "default",
10238
10813
  "line": {
10239
- "start": 169,
10240
- "end": 169
10814
+ "start": 177,
10815
+ "end": 177
10241
10816
  }
10242
10817
  },
10243
10818
  "group": [
@@ -10250,19 +10825,19 @@
10250
10825
  }
10251
10826
  },
10252
10827
  {
10253
- "description": "The text color of the Chat alt bubble.\n",
10828
+ "description": "The border style of the Chat file.\n",
10254
10829
  "commentRange": {
10255
- "start": 170,
10256
- "end": 171
10830
+ "start": 178,
10831
+ "end": 179
10257
10832
  },
10258
10833
  "context": {
10259
10834
  "type": "variable",
10260
- "name": "kendo-chat-alt-bubble-text",
10261
- "value": "k-color(on-primary)",
10835
+ "name": "kendo-chat-file-border-style",
10836
+ "value": "solid",
10262
10837
  "scope": "default",
10263
10838
  "line": {
10264
- "start": 172,
10265
- "end": 172
10839
+ "start": 180,
10840
+ "end": 180
10266
10841
  }
10267
10842
  },
10268
10843
  "group": [
@@ -10275,19 +10850,19 @@
10275
10850
  }
10276
10851
  },
10277
10852
  {
10278
- "description": "The border color of the Chat alt bubble.\n",
10853
+ "description": "The background color of the Chat file.\n",
10279
10854
  "commentRange": {
10280
- "start": 173,
10281
- "end": 174
10855
+ "start": 182,
10856
+ "end": 183
10282
10857
  },
10283
10858
  "context": {
10284
10859
  "type": "variable",
10285
- "name": "kendo-chat-alt-bubble-border",
10286
- "value": "$kendo-chat-alt-bubble-bg",
10860
+ "name": "kendo-chat-file-bg",
10861
+ "value": "k-color(base-subtle)",
10287
10862
  "scope": "default",
10288
10863
  "line": {
10289
- "start": 175,
10290
- "end": 175
10864
+ "start": 184,
10865
+ "end": 184
10291
10866
  }
10292
10867
  },
10293
10868
  "group": [
@@ -10300,19 +10875,19 @@
10300
10875
  }
10301
10876
  },
10302
10877
  {
10303
- "description": "The shadow of the Chat alt bubble.\n",
10878
+ "description": "The text color of the Chat file.\n",
10304
10879
  "commentRange": {
10305
- "start": 176,
10306
- "end": 177
10880
+ "start": 185,
10881
+ "end": 186
10307
10882
  },
10308
10883
  "context": {
10309
10884
  "type": "variable",
10310
- "name": "kendo-chat-alt-bubble-shadow",
10311
- "value": "k-elevation(1)",
10885
+ "name": "kendo-chat-file-text",
10886
+ "value": "k-color(base-on-subtle)",
10312
10887
  "scope": "default",
10313
10888
  "line": {
10314
- "start": 178,
10315
- "end": 178
10889
+ "start": 187,
10890
+ "end": 187
10316
10891
  }
10317
10892
  },
10318
10893
  "group": [
@@ -10325,19 +10900,19 @@
10325
10900
  }
10326
10901
  },
10327
10902
  {
10328
- "description": "The shadow of the hovered Chat alt bubble.\n",
10903
+ "description": "The border color of the Chat file.\n",
10329
10904
  "commentRange": {
10330
- "start": 179,
10331
- "end": 180
10905
+ "start": 188,
10906
+ "end": 189
10332
10907
  },
10333
10908
  "context": {
10334
10909
  "type": "variable",
10335
- "name": "kendo-chat-alt-bubble-hover-shadow",
10336
- "value": "k-elevation(2)",
10910
+ "name": "kendo-chat-file-border",
10911
+ "value": "$kendo-chat-file-bg",
10337
10912
  "scope": "default",
10338
10913
  "line": {
10339
- "start": 181,
10340
- "end": 181
10914
+ "start": 190,
10915
+ "end": 190
10341
10916
  }
10342
10917
  },
10343
10918
  "group": [
@@ -10350,19 +10925,19 @@
10350
10925
  }
10351
10926
  },
10352
10927
  {
10353
- "description": "The shadow of the selected Chat alt bubble.\n",
10928
+ "description": "The border-radius of the Chat file.\n",
10354
10929
  "commentRange": {
10355
- "start": 182,
10356
- "end": 183
10930
+ "start": 191,
10931
+ "end": 192
10357
10932
  },
10358
10933
  "context": {
10359
10934
  "type": "variable",
10360
- "name": "kendo-chat-alt-bubble-selected-shadow",
10361
- "value": "k-elevation(3)",
10935
+ "name": "kendo-chat-file-border-radius",
10936
+ "value": "k-border-radius(md)",
10362
10937
  "scope": "default",
10363
10938
  "line": {
10364
- "start": 184,
10365
- "end": 184
10939
+ "start": 193,
10940
+ "end": 193
10366
10941
  }
10367
10942
  },
10368
10943
  "group": [
@@ -10375,19 +10950,19 @@
10375
10950
  }
10376
10951
  },
10377
10952
  {
10378
- "description": "The background color of the Chat quick reply.\n",
10953
+ "description": "The horizontal padding of the file download wrapper.\n",
10379
10954
  "commentRange": {
10380
- "start": 186,
10381
- "end": 187
10955
+ "start": 195,
10956
+ "end": 196
10382
10957
  },
10383
10958
  "context": {
10384
10959
  "type": "variable",
10385
- "name": "kendo-chat-quick-reply-bg",
10386
- "value": "transparent",
10960
+ "name": "kendo-chat-file-download-padding-x",
10961
+ "value": "k-spacing(2)",
10387
10962
  "scope": "default",
10388
10963
  "line": {
10389
- "start": 188,
10390
- "end": 188
10964
+ "start": 197,
10965
+ "end": 197
10391
10966
  }
10392
10967
  },
10393
10968
  "group": [
@@ -10400,19 +10975,19 @@
10400
10975
  }
10401
10976
  },
10402
10977
  {
10403
- "description": "The text color of the Chat quick reply.\n",
10978
+ "description": "The vertical padding of the file download wrapper.\n",
10404
10979
  "commentRange": {
10405
- "start": 189,
10406
- "end": 190
10980
+ "start": 198,
10981
+ "end": 199
10407
10982
  },
10408
10983
  "context": {
10409
10984
  "type": "variable",
10410
- "name": "kendo-chat-quick-reply-text",
10411
- "value": "k-color(primary)",
10985
+ "name": "kendo-chat-file-download-padding-y",
10986
+ "value": "k-spacing(2)",
10412
10987
  "scope": "default",
10413
10988
  "line": {
10414
- "start": 191,
10415
- "end": 191
10989
+ "start": 200,
10990
+ "end": 200
10416
10991
  }
10417
10992
  },
10418
10993
  "group": [
@@ -10425,19 +11000,19 @@
10425
11000
  }
10426
11001
  },
10427
11002
  {
10428
- "description": "The border color of the Chat quick reply.\n",
11003
+ "description": "The border width of the Chat pinned message;\n",
10429
11004
  "commentRange": {
10430
- "start": 192,
10431
- "end": 193
11005
+ "start": 202,
11006
+ "end": 203
10432
11007
  },
10433
11008
  "context": {
10434
11009
  "type": "variable",
10435
- "name": "kendo-chat-quick-reply-border",
10436
- "value": "k-color(primary)",
11010
+ "name": "kendo-chat-message-pinned-border-width",
11011
+ "value": "1px",
10437
11012
  "scope": "default",
10438
11013
  "line": {
10439
- "start": 194,
10440
- "end": 194
11014
+ "start": 204,
11015
+ "end": 204
10441
11016
  }
10442
11017
  },
10443
11018
  "group": [
@@ -10450,19 +11025,19 @@
10450
11025
  }
10451
11026
  },
10452
11027
  {
10453
- "description": "The background color of the hovered Chat quick reply.\n",
11028
+ "description": "The border style of the Chat pinned message;\n",
10454
11029
  "commentRange": {
10455
- "start": 196,
10456
- "end": 197
11030
+ "start": 205,
11031
+ "end": 206
10457
11032
  },
10458
11033
  "context": {
10459
11034
  "type": "variable",
10460
- "name": "kendo-chat-quick-reply-hover-bg",
10461
- "value": "k-color(primary)",
11035
+ "name": "kendo-chat-message-pinned-border-style",
11036
+ "value": "solid",
10462
11037
  "scope": "default",
10463
11038
  "line": {
10464
- "start": 198,
10465
- "end": 198
11039
+ "start": 207,
11040
+ "end": 207
10466
11041
  }
10467
11042
  },
10468
11043
  "group": [
@@ -10475,19 +11050,19 @@
10475
11050
  }
10476
11051
  },
10477
11052
  {
10478
- "description": "The text color of the hovered Chat quick reply.\n",
11053
+ "description": "The border color of the Chat pinned message;\n",
10479
11054
  "commentRange": {
10480
- "start": 199,
10481
- "end": 200
11055
+ "start": 208,
11056
+ "end": 209
10482
11057
  },
10483
11058
  "context": {
10484
11059
  "type": "variable",
10485
- "name": "kendo-chat-quick-reply-hover-text",
10486
- "value": "k-color(on-primary)",
11060
+ "name": "kendo-chat-message-pinned-border-color",
11061
+ "value": "k-color(border)",
10487
11062
  "scope": "default",
10488
11063
  "line": {
10489
- "start": 201,
10490
- "end": 201
11064
+ "start": 210,
11065
+ "end": 210
10491
11066
  }
10492
11067
  },
10493
11068
  "group": [
@@ -10500,19 +11075,19 @@
10500
11075
  }
10501
11076
  },
10502
11077
  {
10503
- "description": "The border color of the hovered Chat quick reply.\n",
11078
+ "description": "The horizontal padding of the Chat message reference.\n",
10504
11079
  "commentRange": {
10505
- "start": 202,
10506
- "end": 203
11080
+ "start": 212,
11081
+ "end": 213
10507
11082
  },
10508
11083
  "context": {
10509
11084
  "type": "variable",
10510
- "name": "kendo-chat-quick-reply-hover-border",
10511
- "value": "k-color(primary)",
11085
+ "name": "kendo-chat-message-reference-padding-x",
11086
+ "value": "k-spacing(1)",
10512
11087
  "scope": "default",
10513
11088
  "line": {
10514
- "start": 204,
10515
- "end": 204
11089
+ "start": 214,
11090
+ "end": 214
10516
11091
  }
10517
11092
  },
10518
11093
  "group": [
@@ -10525,19 +11100,19 @@
10525
11100
  }
10526
11101
  },
10527
11102
  {
10528
- "description": "The shadow blur of the focused Chat quick reply.\n",
11103
+ "description": "The vertical padding of the Chat message reference.\n",
10529
11104
  "commentRange": {
10530
- "start": 206,
10531
- "end": 207
11105
+ "start": 215,
11106
+ "end": 216
10532
11107
  },
10533
11108
  "context": {
10534
11109
  "type": "variable",
10535
- "name": "kendo-chat-quick-reply-shadow-blur",
10536
- "value": "unset",
11110
+ "name": "kendo-chat-message-reference-padding-y",
11111
+ "value": "k-spacing(1)",
10537
11112
  "scope": "default",
10538
11113
  "line": {
10539
- "start": 208,
10540
- "end": 208
11114
+ "start": 217,
11115
+ "end": 217
10541
11116
  }
10542
11117
  },
10543
11118
  "group": [
@@ -10550,19 +11125,19 @@
10550
11125
  }
10551
11126
  },
10552
11127
  {
10553
- "description": "The shadow spread of the focused Chat quick reply.\n",
11128
+ "description": "The background color of the Chat message reference.\n",
10554
11129
  "commentRange": {
10555
- "start": 209,
10556
- "end": 210
11130
+ "start": 219,
11131
+ "end": 220
10557
11132
  },
10558
11133
  "context": {
10559
11134
  "type": "variable",
10560
- "name": "kendo-chat-quick-reply-shadow-spread",
10561
- "value": "unset",
11135
+ "name": "kendo-chat-message-reference-bg",
11136
+ "value": "k-color(surface)",
10562
11137
  "scope": "default",
10563
11138
  "line": {
10564
- "start": 211,
10565
- "end": 211
11139
+ "start": 221,
11140
+ "end": 221
10566
11141
  }
10567
11142
  },
10568
11143
  "group": [
@@ -10575,19 +11150,19 @@
10575
11150
  }
10576
11151
  },
10577
11152
  {
10578
- "description": "The shadow opacity of the focused Chat quick reply.\n",
11153
+ "description": "The text color of the Chat message reference.\n",
10579
11154
  "commentRange": {
10580
- "start": 212,
10581
- "end": 213
11155
+ "start": 222,
11156
+ "end": 223
10582
11157
  },
10583
11158
  "context": {
10584
11159
  "type": "variable",
10585
- "name": "kendo-chat-quick-reply-shadow-opacity",
10586
- "value": "0",
11160
+ "name": "kendo-chat-message-reference-text",
11161
+ "value": "k-color(on-app-surface)",
10587
11162
  "scope": "default",
10588
11163
  "line": {
10589
- "start": 214,
10590
- "end": 214
11164
+ "start": 224,
11165
+ "end": 224
10591
11166
  }
10592
11167
  },
10593
11168
  "group": [
@@ -10600,19 +11175,19 @@
10600
11175
  }
10601
11176
  },
10602
11177
  {
10603
- "description": "The size of the Chat typing indicator dot.\n",
11178
+ "description": "The background color of the message reference marker.\n",
10604
11179
  "commentRange": {
10605
- "start": 216,
10606
- "end": 217
11180
+ "start": 225,
11181
+ "end": 226
10607
11182
  },
10608
11183
  "context": {
10609
11184
  "type": "variable",
10610
- "name": "kendo-chat-typing-indicator-dot-size",
10611
- "value": "8px",
11185
+ "name": "kendo-chat-message-reference-marker-bg",
11186
+ "value": "k-color(base-emphasis)",
10612
11187
  "scope": "default",
10613
11188
  "line": {
10614
- "start": 218,
10615
- "end": 218
11189
+ "start": 227,
11190
+ "end": 227
10616
11191
  }
10617
11192
  },
10618
11193
  "group": [
@@ -10625,19 +11200,19 @@
10625
11200
  }
10626
11201
  },
10627
11202
  {
10628
- "description": "The spacing of the Chat typing indicator dot.\n",
11203
+ "description": "The background color of the message reference alt marker.\n",
10629
11204
  "commentRange": {
10630
- "start": 219,
10631
- "end": 220
11205
+ "start": 228,
11206
+ "end": 229
10632
11207
  },
10633
11208
  "context": {
10634
11209
  "type": "variable",
10635
- "name": "kendo-chat-typing-indicator-dot-spacing",
10636
- "value": "5px",
11210
+ "name": "kendo-chat-message-reference-marker-alt-bg",
11211
+ "value": "k-color(primary-emphasis)",
10637
11212
  "scope": "default",
10638
11213
  "line": {
10639
- "start": 221,
10640
- "end": 221
11214
+ "start": 230,
11215
+ "end": 230
10641
11216
  }
10642
11217
  },
10643
11218
  "group": [