@progress/kendo-theme-fluent 8.1.0-dev.1 → 8.1.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.
@@ -3486,7 +3486,7 @@
3486
3486
  "context": {
3487
3487
  "type": "variable",
3488
3488
  "name": "kendo-bottom-nav-line-height",
3489
- "value": "var( --kendo-line-height, normal )",
3489
+ "value": "var( --kendo-line-height-xs, normal )",
3490
3490
  "scope": "default",
3491
3491
  "line": {
3492
3492
  "start": 24,
@@ -3501,7 +3501,7 @@
3501
3501
  "path": "fluent/scss/bottom-navigation/_variables.scss",
3502
3502
  "name": "_variables.scss"
3503
3503
  },
3504
- "resolvedValue": "var(--kendo-line-height, normal)",
3504
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
3505
3505
  "resolvedType": "String"
3506
3506
  },
3507
3507
  {
@@ -14616,7 +14616,7 @@
14616
14616
  "context": {
14617
14617
  "type": "variable",
14618
14618
  "name": "kendo-chat-timestamp-font-size",
14619
- "value": "smaller",
14619
+ "value": "var( --kendo-font-size-sm, inherit )",
14620
14620
  "scope": "default",
14621
14621
  "line": {
14622
14622
  "start": 67,
@@ -14631,7 +14631,7 @@
14631
14631
  "path": "fluent/scss/chat/_variables.scss",
14632
14632
  "name": "_variables.scss"
14633
14633
  },
14634
- "resolvedValue": "smaller",
14634
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
14635
14635
  "resolvedType": "String"
14636
14636
  },
14637
14637
  {
@@ -14643,7 +14643,7 @@
14643
14643
  "context": {
14644
14644
  "type": "variable",
14645
14645
  "name": "kendo-chat-timestamp-line-height",
14646
- "value": "var( --kendo-line-height, normal )",
14646
+ "value": "var( --kendo-line-height-lg, normal )",
14647
14647
  "scope": "default",
14648
14648
  "line": {
14649
14649
  "start": 70,
@@ -14658,7 +14658,7 @@
14658
14658
  "path": "fluent/scss/chat/_variables.scss",
14659
14659
  "name": "_variables.scss"
14660
14660
  },
14661
- "resolvedValue": "var(--kendo-line-height, normal)",
14661
+ "resolvedValue": "var(--kendo-line-height-lg, normal)",
14662
14662
  "resolvedType": "String"
14663
14663
  },
14664
14664
  {
@@ -14743,15 +14743,15 @@
14743
14743
  "resolvedType": "String"
14744
14744
  },
14745
14745
  {
14746
- "description": "The horizontal padding of the Chat bubble message.\n",
14746
+ "description": "The font size of the Chat message meta text.\n",
14747
14747
  "commentRange": {
14748
14748
  "start": 81,
14749
14749
  "end": 82
14750
14750
  },
14751
14751
  "context": {
14752
14752
  "type": "variable",
14753
- "name": "kendo-chat-bubble-padding-x",
14754
- "value": "k-spacing(3)",
14753
+ "name": "kendo-chat-message-meta-font-size",
14754
+ "value": "var( --kendo-font-size-sm, inherit )",
14755
14755
  "scope": "default",
14756
14756
  "line": {
14757
14757
  "start": 83,
@@ -14766,19 +14766,19 @@
14766
14766
  "path": "fluent/scss/chat/_variables.scss",
14767
14767
  "name": "_variables.scss"
14768
14768
  },
14769
- "resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
14769
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
14770
14770
  "resolvedType": "String"
14771
14771
  },
14772
14772
  {
14773
- "description": "The vertical padding of the Chat bubble message.\n",
14773
+ "description": "The line height of the Chat message meta text.\n",
14774
14774
  "commentRange": {
14775
14775
  "start": 84,
14776
14776
  "end": 85
14777
14777
  },
14778
14778
  "context": {
14779
14779
  "type": "variable",
14780
- "name": "kendo-chat-bubble-padding-y",
14781
- "value": "k-spacing(2)",
14780
+ "name": "kendo-chat-message-meta-line-height",
14781
+ "value": "var( --kendo-line-height-lg, normal )",
14782
14782
  "scope": "default",
14783
14783
  "line": {
14784
14784
  "start": 86,
@@ -14793,14 +14793,122 @@
14793
14793
  "path": "fluent/scss/chat/_variables.scss",
14794
14794
  "name": "_variables.scss"
14795
14795
  },
14796
+ "resolvedValue": "var(--kendo-line-height-lg, normal)",
14797
+ "resolvedType": "String"
14798
+ },
14799
+ {
14800
+ "description": "The font size of the Chat author text.\n",
14801
+ "commentRange": {
14802
+ "start": 88,
14803
+ "end": 89
14804
+ },
14805
+ "context": {
14806
+ "type": "variable",
14807
+ "name": "kendo-chat-author-font-size",
14808
+ "value": "var( --kendo-font-size-sm, inherit )",
14809
+ "scope": "default",
14810
+ "line": {
14811
+ "start": 90,
14812
+ "end": 90
14813
+ }
14814
+ },
14815
+ "group": [
14816
+ "chat"
14817
+ ],
14818
+ "access": "public",
14819
+ "file": {
14820
+ "path": "fluent/scss/chat/_variables.scss",
14821
+ "name": "_variables.scss"
14822
+ },
14823
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
14824
+ "resolvedType": "String"
14825
+ },
14826
+ {
14827
+ "description": "The line height of the Chat author text.\n",
14828
+ "commentRange": {
14829
+ "start": 91,
14830
+ "end": 92
14831
+ },
14832
+ "context": {
14833
+ "type": "variable",
14834
+ "name": "kendo-chat-author-line-height",
14835
+ "value": "var( --kendo-line-height-lg, normal )",
14836
+ "scope": "default",
14837
+ "line": {
14838
+ "start": 93,
14839
+ "end": 93
14840
+ }
14841
+ },
14842
+ "group": [
14843
+ "chat"
14844
+ ],
14845
+ "access": "public",
14846
+ "file": {
14847
+ "path": "fluent/scss/chat/_variables.scss",
14848
+ "name": "_variables.scss"
14849
+ },
14850
+ "resolvedValue": "var(--kendo-line-height-lg, normal)",
14851
+ "resolvedType": "String"
14852
+ },
14853
+ {
14854
+ "description": "The horizontal padding of the Chat bubble message.\n",
14855
+ "commentRange": {
14856
+ "start": 95,
14857
+ "end": 96
14858
+ },
14859
+ "context": {
14860
+ "type": "variable",
14861
+ "name": "kendo-chat-bubble-padding-x",
14862
+ "value": "k-spacing(3)",
14863
+ "scope": "default",
14864
+ "line": {
14865
+ "start": 97,
14866
+ "end": 97
14867
+ }
14868
+ },
14869
+ "group": [
14870
+ "chat"
14871
+ ],
14872
+ "access": "public",
14873
+ "file": {
14874
+ "path": "fluent/scss/chat/_variables.scss",
14875
+ "name": "_variables.scss"
14876
+ },
14877
+ "resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
14878
+ "resolvedType": "String"
14879
+ },
14880
+ {
14881
+ "description": "The vertical padding of the Chat bubble message.\n",
14882
+ "commentRange": {
14883
+ "start": 98,
14884
+ "end": 99
14885
+ },
14886
+ "context": {
14887
+ "type": "variable",
14888
+ "name": "kendo-chat-bubble-padding-y",
14889
+ "value": "k-spacing(2)",
14890
+ "scope": "default",
14891
+ "line": {
14892
+ "start": 100,
14893
+ "end": 100
14894
+ }
14895
+ },
14896
+ "group": [
14897
+ "chat"
14898
+ ],
14899
+ "access": "public",
14900
+ "file": {
14901
+ "path": "fluent/scss/chat/_variables.scss",
14902
+ "name": "_variables.scss"
14903
+ },
14796
14904
  "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
14797
14905
  "resolvedType": "String"
14798
14906
  },
14799
14907
  {
14800
14908
  "description": "The spacing of the Chat bubble message.\n",
14801
14909
  "commentRange": {
14802
- "start": 87,
14803
- "end": 88
14910
+ "start": 101,
14911
+ "end": 102
14804
14912
  },
14805
14913
  "context": {
14806
14914
  "type": "variable",
@@ -14808,8 +14916,8 @@
14808
14916
  "value": "k-spacing(0.5)",
14809
14917
  "scope": "default",
14810
14918
  "line": {
14811
- "start": 89,
14812
- "end": 89
14919
+ "start": 103,
14920
+ "end": 103
14813
14921
  }
14814
14922
  },
14815
14923
  "group": [
@@ -14826,8 +14934,8 @@
14826
14934
  {
14827
14935
  "description": "The line height of the Chat bubble message.\n",
14828
14936
  "commentRange": {
14829
- "start": 90,
14830
- "end": 91
14937
+ "start": 104,
14938
+ "end": 105
14831
14939
  },
14832
14940
  "context": {
14833
14941
  "type": "variable",
@@ -14835,8 +14943,8 @@
14835
14943
  "value": "var( --kendo-line-height, normal )",
14836
14944
  "scope": "default",
14837
14945
  "line": {
14838
- "start": 92,
14839
- "end": 92
14946
+ "start": 106,
14947
+ "end": 106
14840
14948
  }
14841
14949
  },
14842
14950
  "group": [
@@ -14853,8 +14961,8 @@
14853
14961
  {
14854
14962
  "description": "The spacing of the Chat scroll button.\n",
14855
14963
  "commentRange": {
14856
- "start": 94,
14857
- "end": 95
14964
+ "start": 108,
14965
+ "end": 109
14858
14966
  },
14859
14967
  "context": {
14860
14968
  "type": "variable",
@@ -14862,8 +14970,8 @@
14862
14970
  "value": "k-spacing(2)",
14863
14971
  "scope": "default",
14864
14972
  "line": {
14865
- "start": 96,
14866
- "end": 96
14973
+ "start": 110,
14974
+ "end": 110
14867
14975
  }
14868
14976
  },
14869
14977
  "group": [
@@ -14880,8 +14988,8 @@
14880
14988
  {
14881
14989
  "description": "The size of the Chat Card deck scrollbar.\n",
14882
14990
  "commentRange": {
14883
- "start": 97,
14884
- "end": 98
14991
+ "start": 111,
14992
+ "end": 112
14885
14993
  },
14886
14994
  "context": {
14887
14995
  "type": "variable",
@@ -14889,8 +14997,8 @@
14889
14997
  "value": "20px",
14890
14998
  "scope": "default",
14891
14999
  "line": {
14892
- "start": 99,
14893
- "end": 99
15000
+ "start": 113,
15001
+ "end": 113
14894
15002
  }
14895
15003
  },
14896
15004
  "group": [
@@ -14907,8 +15015,8 @@
14907
15015
  {
14908
15016
  "description": "The border radius of the Chat bubble message.\n",
14909
15017
  "commentRange": {
14910
- "start": 101,
14911
- "end": 102
15018
+ "start": 115,
15019
+ "end": 116
14912
15020
  },
14913
15021
  "context": {
14914
15022
  "type": "variable",
@@ -14916,8 +15024,8 @@
14916
15024
  "value": "k-spacing(3)",
14917
15025
  "scope": "default",
14918
15026
  "line": {
14919
- "start": 103,
14920
- "end": 103
15027
+ "start": 117,
15028
+ "end": 117
14921
15029
  }
14922
15030
  },
14923
15031
  "group": [
@@ -14934,8 +15042,8 @@
14934
15042
  {
14935
15043
  "description": "The border radius of the Chat small bubble message\n",
14936
15044
  "commentRange": {
14937
- "start": 104,
14938
- "end": 105
15045
+ "start": 118,
15046
+ "end": 119
14939
15047
  },
14940
15048
  "context": {
14941
15049
  "type": "variable",
@@ -14943,8 +15051,8 @@
14943
15051
  "value": "var( --kendo-border-radius, 0 )",
14944
15052
  "scope": "default",
14945
15053
  "line": {
14946
- "start": 106,
14947
- "end": 106
15054
+ "start": 120,
15055
+ "end": 120
14948
15056
  }
14949
15057
  },
14950
15058
  "group": [
@@ -14961,8 +15069,8 @@
14961
15069
  {
14962
15070
  "description": "The size of the Chat Avatar.\n",
14963
15071
  "commentRange": {
14964
- "start": 108,
14965
- "end": 109
15072
+ "start": 122,
15073
+ "end": 123
14966
15074
  },
14967
15075
  "context": {
14968
15076
  "type": "variable",
@@ -14970,8 +15078,8 @@
14970
15078
  "value": "32px",
14971
15079
  "scope": "default",
14972
15080
  "line": {
14973
- "start": 110,
14974
- "end": 110
15081
+ "start": 124,
15082
+ "end": 124
14975
15083
  }
14976
15084
  },
14977
15085
  "group": [
@@ -14988,8 +15096,8 @@
14988
15096
  {
14989
15097
  "description": "The spacing of the Chat Avatar.\n",
14990
15098
  "commentRange": {
14991
- "start": 111,
14992
- "end": 112
15099
+ "start": 125,
15100
+ "end": 126
14993
15101
  },
14994
15102
  "context": {
14995
15103
  "type": "variable",
@@ -14997,8 +15105,8 @@
14997
15105
  "value": "$kendo-chat-item-spacing-x",
14998
15106
  "scope": "default",
14999
15107
  "line": {
15000
- "start": 113,
15001
- "end": 113
15108
+ "start": 127,
15109
+ "end": 127
15002
15110
  }
15003
15111
  },
15004
15112
  "group": [
@@ -15015,8 +15123,8 @@
15015
15123
  {
15016
15124
  "description": "The horizontal padding of the Chat Toolbar.\n",
15017
15125
  "commentRange": {
15018
- "start": 115,
15019
- "end": 116
15126
+ "start": 129,
15127
+ "end": 130
15020
15128
  },
15021
15129
  "context": {
15022
15130
  "type": "variable",
@@ -15024,8 +15132,8 @@
15024
15132
  "value": "$kendo-toolbar-md-padding-x",
15025
15133
  "scope": "default",
15026
15134
  "line": {
15027
- "start": 117,
15028
- "end": 117
15135
+ "start": 131,
15136
+ "end": 131
15029
15137
  }
15030
15138
  },
15031
15139
  "group": [
@@ -15042,8 +15150,8 @@
15042
15150
  {
15043
15151
  "description": "The vertical padding of the Chat Toolbar.\n",
15044
15152
  "commentRange": {
15045
- "start": 118,
15046
- "end": 119
15153
+ "start": 132,
15154
+ "end": 133
15047
15155
  },
15048
15156
  "context": {
15049
15157
  "type": "variable",
@@ -15051,8 +15159,8 @@
15051
15159
  "value": "$kendo-toolbar-md-padding-y",
15052
15160
  "scope": "default",
15053
15161
  "line": {
15054
- "start": 120,
15055
- "end": 120
15162
+ "start": 134,
15163
+ "end": 134
15056
15164
  }
15057
15165
  },
15058
15166
  "group": [
@@ -15069,8 +15177,8 @@
15069
15177
  {
15070
15178
  "description": "The spacing of the Chat Toolbar.\n",
15071
15179
  "commentRange": {
15072
- "start": 121,
15073
- "end": 122
15180
+ "start": 135,
15181
+ "end": 136
15074
15182
  },
15075
15183
  "context": {
15076
15184
  "type": "variable",
@@ -15078,8 +15186,8 @@
15078
15186
  "value": "$kendo-toolbar-md-spacing",
15079
15187
  "scope": "default",
15080
15188
  "line": {
15081
- "start": 123,
15082
- "end": 123
15189
+ "start": 137,
15190
+ "end": 137
15083
15191
  }
15084
15192
  },
15085
15193
  "group": [
@@ -15096,8 +15204,8 @@
15096
15204
  {
15097
15205
  "description": "The background color of the Chat Toolbar.\n",
15098
15206
  "commentRange": {
15099
- "start": 124,
15100
- "end": 125
15207
+ "start": 138,
15208
+ "end": 139
15101
15209
  },
15102
15210
  "context": {
15103
15211
  "type": "variable",
@@ -15105,8 +15213,8 @@
15105
15213
  "value": "$kendo-toolbar-bg",
15106
15214
  "scope": "default",
15107
15215
  "line": {
15108
- "start": 126,
15109
- "end": 126
15216
+ "start": 140,
15217
+ "end": 140
15110
15218
  }
15111
15219
  },
15112
15220
  "group": [
@@ -15123,8 +15231,8 @@
15123
15231
  {
15124
15232
  "description": "The text color of the Chat Toolbar.\n",
15125
15233
  "commentRange": {
15126
- "start": 127,
15127
- "end": 128
15234
+ "start": 141,
15235
+ "end": 142
15128
15236
  },
15129
15237
  "context": {
15130
15238
  "type": "variable",
@@ -15132,8 +15240,8 @@
15132
15240
  "value": "$kendo-toolbar-text",
15133
15241
  "scope": "default",
15134
15242
  "line": {
15135
- "start": 129,
15136
- "end": 129
15243
+ "start": 143,
15244
+ "end": 143
15137
15245
  }
15138
15246
  },
15139
15247
  "group": [
@@ -15150,8 +15258,8 @@
15150
15258
  {
15151
15259
  "description": "The border color of the Chat Toolbar.\n",
15152
15260
  "commentRange": {
15153
- "start": 130,
15154
- "end": 131
15261
+ "start": 144,
15262
+ "end": 145
15155
15263
  },
15156
15264
  "context": {
15157
15265
  "type": "variable",
@@ -15159,8 +15267,8 @@
15159
15267
  "value": "inherit",
15160
15268
  "scope": "default",
15161
15269
  "line": {
15162
- "start": 132,
15163
- "end": 132
15270
+ "start": 146,
15271
+ "end": 146
15164
15272
  }
15165
15273
  },
15166
15274
  "group": [
@@ -15177,8 +15285,8 @@
15177
15285
  {
15178
15286
  "description": "The horizontal padding of the Chat quick reply.\n",
15179
15287
  "commentRange": {
15180
- "start": 134,
15181
- "end": 135
15288
+ "start": 148,
15289
+ "end": 149
15182
15290
  },
15183
15291
  "context": {
15184
15292
  "type": "variable",
@@ -15186,8 +15294,8 @@
15186
15294
  "value": "k-spacing(3)",
15187
15295
  "scope": "default",
15188
15296
  "line": {
15189
- "start": 136,
15190
- "end": 136
15297
+ "start": 150,
15298
+ "end": 150
15191
15299
  }
15192
15300
  },
15193
15301
  "group": [
@@ -15204,8 +15312,8 @@
15204
15312
  {
15205
15313
  "description": "The vertical padding of the Chat quick reply.\n",
15206
15314
  "commentRange": {
15207
- "start": 137,
15208
- "end": 138
15315
+ "start": 151,
15316
+ "end": 152
15209
15317
  },
15210
15318
  "context": {
15211
15319
  "type": "variable",
@@ -15213,8 +15321,8 @@
15213
15321
  "value": "k-spacing(2)",
15214
15322
  "scope": "default",
15215
15323
  "line": {
15216
- "start": 139,
15217
- "end": 139
15324
+ "start": 153,
15325
+ "end": 153
15218
15326
  }
15219
15327
  },
15220
15328
  "group": [
@@ -15231,8 +15339,8 @@
15231
15339
  {
15232
15340
  "description": "The spacing of the Chat quick reply.\n",
15233
15341
  "commentRange": {
15234
- "start": 140,
15235
- "end": 141
15342
+ "start": 154,
15343
+ "end": 155
15236
15344
  },
15237
15345
  "context": {
15238
15346
  "type": "variable",
@@ -15240,8 +15348,8 @@
15240
15348
  "value": "k-spacing(2)",
15241
15349
  "scope": "default",
15242
15350
  "line": {
15243
- "start": 142,
15244
- "end": 142
15351
+ "start": 156,
15352
+ "end": 156
15245
15353
  }
15246
15354
  },
15247
15355
  "group": [
@@ -15258,8 +15366,8 @@
15258
15366
  {
15259
15367
  "description": "The line height of the Chat quick reply.\n",
15260
15368
  "commentRange": {
15261
- "start": 143,
15262
- "end": 144
15369
+ "start": 157,
15370
+ "end": 158
15263
15371
  },
15264
15372
  "context": {
15265
15373
  "type": "variable",
@@ -15267,8 +15375,8 @@
15267
15375
  "value": "$kendo-chat-bubble-line-height",
15268
15376
  "scope": "default",
15269
15377
  "line": {
15270
- "start": 145,
15271
- "end": 145
15378
+ "start": 159,
15379
+ "end": 159
15272
15380
  }
15273
15381
  },
15274
15382
  "group": [
@@ -15285,8 +15393,8 @@
15285
15393
  {
15286
15394
  "description": "The background color of the Chat.\n",
15287
15395
  "commentRange": {
15288
- "start": 147,
15289
- "end": 148
15396
+ "start": 161,
15397
+ "end": 162
15290
15398
  },
15291
15399
  "context": {
15292
15400
  "type": "variable",
@@ -15294,8 +15402,8 @@
15294
15402
  "value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
15295
15403
  "scope": "default",
15296
15404
  "line": {
15297
- "start": 149,
15298
- "end": 149
15405
+ "start": 163,
15406
+ "end": 163
15299
15407
  }
15300
15408
  },
15301
15409
  "group": [
@@ -15312,8 +15420,8 @@
15312
15420
  {
15313
15421
  "description": "The text color of the Chat.\n",
15314
15422
  "commentRange": {
15315
- "start": 150,
15316
- "end": 151
15423
+ "start": 164,
15424
+ "end": 165
15317
15425
  },
15318
15426
  "context": {
15319
15427
  "type": "variable",
@@ -15321,8 +15429,8 @@
15321
15429
  "value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
15322
15430
  "scope": "default",
15323
15431
  "line": {
15324
- "start": 152,
15325
- "end": 152
15432
+ "start": 166,
15433
+ "end": 166
15326
15434
  }
15327
15435
  },
15328
15436
  "group": [
@@ -15339,8 +15447,8 @@
15339
15447
  {
15340
15448
  "description": "The border color of the Chat.\n",
15341
15449
  "commentRange": {
15342
- "start": 153,
15343
- "end": 154
15450
+ "start": 167,
15451
+ "end": 168
15344
15452
  },
15345
15453
  "context": {
15346
15454
  "type": "variable",
@@ -15348,8 +15456,8 @@
15348
15456
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), k-get-theme-color-var( neutral-30 ))",
15349
15457
  "scope": "default",
15350
15458
  "line": {
15351
- "start": 155,
15352
- "end": 155
15459
+ "start": 169,
15460
+ "end": 169
15353
15461
  }
15354
15462
  },
15355
15463
  "group": [
@@ -15366,8 +15474,8 @@
15366
15474
  {
15367
15475
  "description": "The background color of the Chat bubble.\n",
15368
15476
  "commentRange": {
15369
- "start": 157,
15370
- "end": 158
15477
+ "start": 171,
15478
+ "end": 172
15371
15479
  },
15372
15480
  "context": {
15373
15481
  "type": "variable",
@@ -15375,8 +15483,8 @@
15375
15483
  "value": "var( --kendo-component-bg, inherit )",
15376
15484
  "scope": "default",
15377
15485
  "line": {
15378
- "start": 159,
15379
- "end": 159
15486
+ "start": 173,
15487
+ "end": 173
15380
15488
  }
15381
15489
  },
15382
15490
  "group": [
@@ -15393,8 +15501,8 @@
15393
15501
  {
15394
15502
  "description": "The text color of the Chat bubble.\n",
15395
15503
  "commentRange": {
15396
- "start": 160,
15397
- "end": 161
15504
+ "start": 174,
15505
+ "end": 175
15398
15506
  },
15399
15507
  "context": {
15400
15508
  "type": "variable",
@@ -15402,8 +15510,8 @@
15402
15510
  "value": "var( --kendo-component-text, inherit )",
15403
15511
  "scope": "default",
15404
15512
  "line": {
15405
- "start": 162,
15406
- "end": 162
15513
+ "start": 176,
15514
+ "end": 176
15407
15515
  }
15408
15516
  },
15409
15517
  "group": [
@@ -15420,8 +15528,8 @@
15420
15528
  {
15421
15529
  "description": "The border color of the Chat bubble.\n",
15422
15530
  "commentRange": {
15423
- "start": 163,
15424
- "end": 164
15531
+ "start": 177,
15532
+ "end": 178
15425
15533
  },
15426
15534
  "context": {
15427
15535
  "type": "variable",
@@ -15429,8 +15537,8 @@
15429
15537
  "value": "$kendo-chat-bubble-bg",
15430
15538
  "scope": "default",
15431
15539
  "line": {
15432
- "start": 165,
15433
- "end": 165
15540
+ "start": 179,
15541
+ "end": 179
15434
15542
  }
15435
15543
  },
15436
15544
  "group": [
@@ -15447,8 +15555,8 @@
15447
15555
  {
15448
15556
  "description": "The box shadow of the Chat bubble.\n",
15449
15557
  "commentRange": {
15450
- "start": 166,
15451
- "end": 167
15558
+ "start": 180,
15559
+ "end": 181
15452
15560
  },
15453
15561
  "context": {
15454
15562
  "type": "variable",
@@ -15456,8 +15564,8 @@
15456
15564
  "value": "var( --kendo-box-shadow-depth-1, none )",
15457
15565
  "scope": "default",
15458
15566
  "line": {
15459
- "start": 168,
15460
- "end": 168
15567
+ "start": 182,
15568
+ "end": 182
15461
15569
  }
15462
15570
  },
15463
15571
  "group": [
@@ -15474,8 +15582,8 @@
15474
15582
  {
15475
15583
  "description": "The shadow of the hovered Chat bubble.\n",
15476
15584
  "commentRange": {
15477
- "start": 169,
15478
- "end": 170
15585
+ "start": 183,
15586
+ "end": 184
15479
15587
  },
15480
15588
  "context": {
15481
15589
  "type": "variable",
@@ -15483,8 +15591,8 @@
15483
15591
  "value": "var( --kendo-box-shadow-depth-2, none )",
15484
15592
  "scope": "default",
15485
15593
  "line": {
15486
- "start": 171,
15487
- "end": 171
15594
+ "start": 185,
15595
+ "end": 185
15488
15596
  }
15489
15597
  },
15490
15598
  "group": [
@@ -15501,8 +15609,8 @@
15501
15609
  {
15502
15610
  "description": "The shadow of the selected Chat bubble.\n",
15503
15611
  "commentRange": {
15504
- "start": 172,
15505
- "end": 173
15612
+ "start": 186,
15613
+ "end": 187
15506
15614
  },
15507
15615
  "context": {
15508
15616
  "type": "variable",
@@ -15510,8 +15618,8 @@
15510
15618
  "value": "var( --kendo-box-shadow-depth-3, none )",
15511
15619
  "scope": "default",
15512
15620
  "line": {
15513
- "start": 174,
15514
- "end": 174
15621
+ "start": 188,
15622
+ "end": 188
15515
15623
  }
15516
15624
  },
15517
15625
  "group": [
@@ -15528,8 +15636,8 @@
15528
15636
  {
15529
15637
  "description": "The background color of the Chat alt bubble.\n",
15530
15638
  "commentRange": {
15531
- "start": 176,
15532
- "end": 177
15639
+ "start": 190,
15640
+ "end": 191
15533
15641
  },
15534
15642
  "context": {
15535
15643
  "type": "variable",
@@ -15537,8 +15645,8 @@
15537
15645
  "value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
15538
15646
  "scope": "default",
15539
15647
  "line": {
15540
- "start": 178,
15541
- "end": 178
15648
+ "start": 192,
15649
+ "end": 192
15542
15650
  }
15543
15651
  },
15544
15652
  "group": [
@@ -15555,8 +15663,8 @@
15555
15663
  {
15556
15664
  "description": "The text color of the Chat alt bubble.\n",
15557
15665
  "commentRange": {
15558
- "start": 179,
15559
- "end": 180
15666
+ "start": 193,
15667
+ "end": 194
15560
15668
  },
15561
15669
  "context": {
15562
15670
  "type": "variable",
@@ -15564,8 +15672,8 @@
15564
15672
  "value": "var( --kendo-component-bg, inherit )",
15565
15673
  "scope": "default",
15566
15674
  "line": {
15567
- "start": 181,
15568
- "end": 181
15675
+ "start": 195,
15676
+ "end": 195
15569
15677
  }
15570
15678
  },
15571
15679
  "group": [
@@ -15582,8 +15690,8 @@
15582
15690
  {
15583
15691
  "description": "The border color of the Chat alt bubble.\n",
15584
15692
  "commentRange": {
15585
- "start": 182,
15586
- "end": 183
15693
+ "start": 196,
15694
+ "end": 197
15587
15695
  },
15588
15696
  "context": {
15589
15697
  "type": "variable",
@@ -15591,8 +15699,8 @@
15591
15699
  "value": "$kendo-chat-alt-bubble-bg",
15592
15700
  "scope": "default",
15593
15701
  "line": {
15594
- "start": 184,
15595
- "end": 184
15702
+ "start": 198,
15703
+ "end": 198
15596
15704
  }
15597
15705
  },
15598
15706
  "group": [
@@ -15609,8 +15717,8 @@
15609
15717
  {
15610
15718
  "description": "The shadow of the Chat alt bubble.\n",
15611
15719
  "commentRange": {
15612
- "start": 185,
15613
- "end": 186
15720
+ "start": 199,
15721
+ "end": 200
15614
15722
  },
15615
15723
  "context": {
15616
15724
  "type": "variable",
@@ -15618,8 +15726,8 @@
15618
15726
  "value": "var( --kendo-box-shadow-depth-1, none )",
15619
15727
  "scope": "default",
15620
15728
  "line": {
15621
- "start": 187,
15622
- "end": 187
15729
+ "start": 201,
15730
+ "end": 201
15623
15731
  }
15624
15732
  },
15625
15733
  "group": [
@@ -15636,8 +15744,8 @@
15636
15744
  {
15637
15745
  "description": "The shadow of the hovered Chat alt bubble.\n",
15638
15746
  "commentRange": {
15639
- "start": 188,
15640
- "end": 189
15747
+ "start": 202,
15748
+ "end": 203
15641
15749
  },
15642
15750
  "context": {
15643
15751
  "type": "variable",
@@ -15645,8 +15753,8 @@
15645
15753
  "value": "var( --kendo-box-shadow-depth-2, none )",
15646
15754
  "scope": "default",
15647
15755
  "line": {
15648
- "start": 190,
15649
- "end": 190
15756
+ "start": 204,
15757
+ "end": 204
15650
15758
  }
15651
15759
  },
15652
15760
  "group": [
@@ -15663,8 +15771,8 @@
15663
15771
  {
15664
15772
  "description": "The shadow of the selected Chat alt bubble.\n",
15665
15773
  "commentRange": {
15666
- "start": 191,
15667
- "end": 192
15774
+ "start": 205,
15775
+ "end": 206
15668
15776
  },
15669
15777
  "context": {
15670
15778
  "type": "variable",
@@ -15672,8 +15780,8 @@
15672
15780
  "value": "var( --kendo-box-shadow-depth-3, none )",
15673
15781
  "scope": "default",
15674
15782
  "line": {
15675
- "start": 193,
15676
- "end": 193
15783
+ "start": 207,
15784
+ "end": 207
15677
15785
  }
15678
15786
  },
15679
15787
  "group": [
@@ -15690,8 +15798,8 @@
15690
15798
  {
15691
15799
  "description": "The background color of the Chat quick reply.\n",
15692
15800
  "commentRange": {
15693
- "start": 195,
15694
- "end": 196
15801
+ "start": 209,
15802
+ "end": 210
15695
15803
  },
15696
15804
  "context": {
15697
15805
  "type": "variable",
@@ -15699,8 +15807,8 @@
15699
15807
  "value": "transparent",
15700
15808
  "scope": "default",
15701
15809
  "line": {
15702
- "start": 197,
15703
- "end": 197
15810
+ "start": 211,
15811
+ "end": 211
15704
15812
  }
15705
15813
  },
15706
15814
  "group": [
@@ -15717,8 +15825,8 @@
15717
15825
  {
15718
15826
  "description": "The text color of the Chat quick reply.\n",
15719
15827
  "commentRange": {
15720
- "start": 198,
15721
- "end": 199
15828
+ "start": 212,
15829
+ "end": 213
15722
15830
  },
15723
15831
  "context": {
15724
15832
  "type": "variable",
@@ -15726,8 +15834,8 @@
15726
15834
  "value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
15727
15835
  "scope": "default",
15728
15836
  "line": {
15729
- "start": 200,
15730
- "end": 200
15837
+ "start": 214,
15838
+ "end": 214
15731
15839
  }
15732
15840
  },
15733
15841
  "group": [
@@ -15744,8 +15852,8 @@
15744
15852
  {
15745
15853
  "description": "The border color of the Chat quick reply.\n",
15746
15854
  "commentRange": {
15747
- "start": 201,
15748
- "end": 202
15855
+ "start": 215,
15856
+ "end": 216
15749
15857
  },
15750
15858
  "context": {
15751
15859
  "type": "variable",
@@ -15753,8 +15861,8 @@
15753
15861
  "value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
15754
15862
  "scope": "default",
15755
15863
  "line": {
15756
- "start": 203,
15757
- "end": 203
15864
+ "start": 217,
15865
+ "end": 217
15758
15866
  }
15759
15867
  },
15760
15868
  "group": [
@@ -15771,8 +15879,8 @@
15771
15879
  {
15772
15880
  "description": "The background color of the hovered Chat quick reply.\n",
15773
15881
  "commentRange": {
15774
- "start": 205,
15775
- "end": 206
15882
+ "start": 219,
15883
+ "end": 220
15776
15884
  },
15777
15885
  "context": {
15778
15886
  "type": "variable",
@@ -15780,8 +15888,8 @@
15780
15888
  "value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
15781
15889
  "scope": "default",
15782
15890
  "line": {
15783
- "start": 207,
15784
- "end": 207
15891
+ "start": 221,
15892
+ "end": 221
15785
15893
  }
15786
15894
  },
15787
15895
  "group": [
@@ -15798,8 +15906,8 @@
15798
15906
  {
15799
15907
  "description": "The text color of the hovered Chat quick reply.\n",
15800
15908
  "commentRange": {
15801
- "start": 208,
15802
- "end": 209
15909
+ "start": 222,
15910
+ "end": 223
15803
15911
  },
15804
15912
  "context": {
15805
15913
  "type": "variable",
@@ -15807,8 +15915,8 @@
15807
15915
  "value": "var( --kendo-component-bg, inherit )",
15808
15916
  "scope": "default",
15809
15917
  "line": {
15810
- "start": 210,
15811
- "end": 210
15918
+ "start": 224,
15919
+ "end": 224
15812
15920
  }
15813
15921
  },
15814
15922
  "group": [
@@ -15825,8 +15933,8 @@
15825
15933
  {
15826
15934
  "description": "The border color of the hovered Chat quick reply.\n",
15827
15935
  "commentRange": {
15828
- "start": 211,
15829
- "end": 212
15936
+ "start": 225,
15937
+ "end": 226
15830
15938
  },
15831
15939
  "context": {
15832
15940
  "type": "variable",
@@ -15834,8 +15942,8 @@
15834
15942
  "value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
15835
15943
  "scope": "default",
15836
15944
  "line": {
15837
- "start": 213,
15838
- "end": 213
15945
+ "start": 227,
15946
+ "end": 227
15839
15947
  }
15840
15948
  },
15841
15949
  "group": [
@@ -94730,7 +94838,7 @@
94730
94838
  "context": {
94731
94839
  "type": "variable",
94732
94840
  "name": "kendo-bottom-nav-line-height",
94733
- "value": "var( --kendo-line-height, normal )",
94841
+ "value": "var( --kendo-line-height-xs, normal )",
94734
94842
  "scope": "default",
94735
94843
  "line": {
94736
94844
  "start": 24,
@@ -94745,7 +94853,7 @@
94745
94853
  "path": "fluent/scss/bottom-navigation/_variables.scss",
94746
94854
  "name": "_variables.scss"
94747
94855
  },
94748
- "resolvedValue": "var(--kendo-line-height, normal)",
94856
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
94749
94857
  "resolvedType": "String"
94750
94858
  },
94751
94859
  {
@@ -105908,7 +106016,7 @@
105908
106016
  "context": {
105909
106017
  "type": "variable",
105910
106018
  "name": "kendo-chat-timestamp-font-size",
105911
- "value": "smaller",
106019
+ "value": "var( --kendo-font-size-sm, inherit )",
105912
106020
  "scope": "default",
105913
106021
  "line": {
105914
106022
  "start": 67,
@@ -105923,7 +106031,7 @@
105923
106031
  "path": "fluent/scss/chat/_variables.scss",
105924
106032
  "name": "_variables.scss"
105925
106033
  },
105926
- "resolvedValue": "smaller",
106034
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
105927
106035
  "resolvedType": "String"
105928
106036
  },
105929
106037
  {
@@ -105935,7 +106043,7 @@
105935
106043
  "context": {
105936
106044
  "type": "variable",
105937
106045
  "name": "kendo-chat-timestamp-line-height",
105938
- "value": "var( --kendo-line-height, normal )",
106046
+ "value": "var( --kendo-line-height-lg, normal )",
105939
106047
  "scope": "default",
105940
106048
  "line": {
105941
106049
  "start": 70,
@@ -105950,7 +106058,7 @@
105950
106058
  "path": "fluent/scss/chat/_variables.scss",
105951
106059
  "name": "_variables.scss"
105952
106060
  },
105953
- "resolvedValue": "var(--kendo-line-height, normal)",
106061
+ "resolvedValue": "var(--kendo-line-height-lg, normal)",
105954
106062
  "resolvedType": "String"
105955
106063
  },
105956
106064
  {
@@ -106035,15 +106143,15 @@
106035
106143
  "resolvedType": "String"
106036
106144
  },
106037
106145
  {
106038
- "description": "The horizontal padding of the Chat bubble message.\n",
106146
+ "description": "The font size of the Chat message meta text.\n",
106039
106147
  "commentRange": {
106040
106148
  "start": 81,
106041
106149
  "end": 82
106042
106150
  },
106043
106151
  "context": {
106044
106152
  "type": "variable",
106045
- "name": "kendo-chat-bubble-padding-x",
106046
- "value": "k-spacing(3)",
106153
+ "name": "kendo-chat-message-meta-font-size",
106154
+ "value": "var( --kendo-font-size-sm, inherit )",
106047
106155
  "scope": "default",
106048
106156
  "line": {
106049
106157
  "start": 83,
@@ -106058,19 +106166,19 @@
106058
106166
  "path": "fluent/scss/chat/_variables.scss",
106059
106167
  "name": "_variables.scss"
106060
106168
  },
106061
- "resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
106169
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
106062
106170
  "resolvedType": "String"
106063
106171
  },
106064
106172
  {
106065
- "description": "The vertical padding of the Chat bubble message.\n",
106173
+ "description": "The line height of the Chat message meta text.\n",
106066
106174
  "commentRange": {
106067
106175
  "start": 84,
106068
106176
  "end": 85
106069
106177
  },
106070
106178
  "context": {
106071
106179
  "type": "variable",
106072
- "name": "kendo-chat-bubble-padding-y",
106073
- "value": "k-spacing(2)",
106180
+ "name": "kendo-chat-message-meta-line-height",
106181
+ "value": "var( --kendo-line-height-lg, normal )",
106074
106182
  "scope": "default",
106075
106183
  "line": {
106076
106184
  "start": 86,
@@ -106085,14 +106193,122 @@
106085
106193
  "path": "fluent/scss/chat/_variables.scss",
106086
106194
  "name": "_variables.scss"
106087
106195
  },
106196
+ "resolvedValue": "var(--kendo-line-height-lg, normal)",
106197
+ "resolvedType": "String"
106198
+ },
106199
+ {
106200
+ "description": "The font size of the Chat author text.\n",
106201
+ "commentRange": {
106202
+ "start": 88,
106203
+ "end": 89
106204
+ },
106205
+ "context": {
106206
+ "type": "variable",
106207
+ "name": "kendo-chat-author-font-size",
106208
+ "value": "var( --kendo-font-size-sm, inherit )",
106209
+ "scope": "default",
106210
+ "line": {
106211
+ "start": 90,
106212
+ "end": 90
106213
+ }
106214
+ },
106215
+ "group": [
106216
+ "chat"
106217
+ ],
106218
+ "access": "public",
106219
+ "file": {
106220
+ "path": "fluent/scss/chat/_variables.scss",
106221
+ "name": "_variables.scss"
106222
+ },
106223
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
106224
+ "resolvedType": "String"
106225
+ },
106226
+ {
106227
+ "description": "The line height of the Chat author text.\n",
106228
+ "commentRange": {
106229
+ "start": 91,
106230
+ "end": 92
106231
+ },
106232
+ "context": {
106233
+ "type": "variable",
106234
+ "name": "kendo-chat-author-line-height",
106235
+ "value": "var( --kendo-line-height-lg, normal )",
106236
+ "scope": "default",
106237
+ "line": {
106238
+ "start": 93,
106239
+ "end": 93
106240
+ }
106241
+ },
106242
+ "group": [
106243
+ "chat"
106244
+ ],
106245
+ "access": "public",
106246
+ "file": {
106247
+ "path": "fluent/scss/chat/_variables.scss",
106248
+ "name": "_variables.scss"
106249
+ },
106250
+ "resolvedValue": "var(--kendo-line-height-lg, normal)",
106251
+ "resolvedType": "String"
106252
+ },
106253
+ {
106254
+ "description": "The horizontal padding of the Chat bubble message.\n",
106255
+ "commentRange": {
106256
+ "start": 95,
106257
+ "end": 96
106258
+ },
106259
+ "context": {
106260
+ "type": "variable",
106261
+ "name": "kendo-chat-bubble-padding-x",
106262
+ "value": "k-spacing(3)",
106263
+ "scope": "default",
106264
+ "line": {
106265
+ "start": 97,
106266
+ "end": 97
106267
+ }
106268
+ },
106269
+ "group": [
106270
+ "chat"
106271
+ ],
106272
+ "access": "public",
106273
+ "file": {
106274
+ "path": "fluent/scss/chat/_variables.scss",
106275
+ "name": "_variables.scss"
106276
+ },
106277
+ "resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
106278
+ "resolvedType": "String"
106279
+ },
106280
+ {
106281
+ "description": "The vertical padding of the Chat bubble message.\n",
106282
+ "commentRange": {
106283
+ "start": 98,
106284
+ "end": 99
106285
+ },
106286
+ "context": {
106287
+ "type": "variable",
106288
+ "name": "kendo-chat-bubble-padding-y",
106289
+ "value": "k-spacing(2)",
106290
+ "scope": "default",
106291
+ "line": {
106292
+ "start": 100,
106293
+ "end": 100
106294
+ }
106295
+ },
106296
+ "group": [
106297
+ "chat"
106298
+ ],
106299
+ "access": "public",
106300
+ "file": {
106301
+ "path": "fluent/scss/chat/_variables.scss",
106302
+ "name": "_variables.scss"
106303
+ },
106088
106304
  "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
106089
106305
  "resolvedType": "String"
106090
106306
  },
106091
106307
  {
106092
106308
  "description": "The spacing of the Chat bubble message.\n",
106093
106309
  "commentRange": {
106094
- "start": 87,
106095
- "end": 88
106310
+ "start": 101,
106311
+ "end": 102
106096
106312
  },
106097
106313
  "context": {
106098
106314
  "type": "variable",
@@ -106100,8 +106316,8 @@
106100
106316
  "value": "k-spacing(0.5)",
106101
106317
  "scope": "default",
106102
106318
  "line": {
106103
- "start": 89,
106104
- "end": 89
106319
+ "start": 103,
106320
+ "end": 103
106105
106321
  }
106106
106322
  },
106107
106323
  "group": [
@@ -106118,8 +106334,8 @@
106118
106334
  {
106119
106335
  "description": "The line height of the Chat bubble message.\n",
106120
106336
  "commentRange": {
106121
- "start": 90,
106122
- "end": 91
106337
+ "start": 104,
106338
+ "end": 105
106123
106339
  },
106124
106340
  "context": {
106125
106341
  "type": "variable",
@@ -106127,8 +106343,8 @@
106127
106343
  "value": "var( --kendo-line-height, normal )",
106128
106344
  "scope": "default",
106129
106345
  "line": {
106130
- "start": 92,
106131
- "end": 92
106346
+ "start": 106,
106347
+ "end": 106
106132
106348
  }
106133
106349
  },
106134
106350
  "group": [
@@ -106145,8 +106361,8 @@
106145
106361
  {
106146
106362
  "description": "The spacing of the Chat scroll button.\n",
106147
106363
  "commentRange": {
106148
- "start": 94,
106149
- "end": 95
106364
+ "start": 108,
106365
+ "end": 109
106150
106366
  },
106151
106367
  "context": {
106152
106368
  "type": "variable",
@@ -106154,8 +106370,8 @@
106154
106370
  "value": "k-spacing(2)",
106155
106371
  "scope": "default",
106156
106372
  "line": {
106157
- "start": 96,
106158
- "end": 96
106373
+ "start": 110,
106374
+ "end": 110
106159
106375
  }
106160
106376
  },
106161
106377
  "group": [
@@ -106172,8 +106388,8 @@
106172
106388
  {
106173
106389
  "description": "The size of the Chat Card deck scrollbar.\n",
106174
106390
  "commentRange": {
106175
- "start": 97,
106176
- "end": 98
106391
+ "start": 111,
106392
+ "end": 112
106177
106393
  },
106178
106394
  "context": {
106179
106395
  "type": "variable",
@@ -106181,8 +106397,8 @@
106181
106397
  "value": "20px",
106182
106398
  "scope": "default",
106183
106399
  "line": {
106184
- "start": 99,
106185
- "end": 99
106400
+ "start": 113,
106401
+ "end": 113
106186
106402
  }
106187
106403
  },
106188
106404
  "group": [
@@ -106199,8 +106415,8 @@
106199
106415
  {
106200
106416
  "description": "The border radius of the Chat bubble message.\n",
106201
106417
  "commentRange": {
106202
- "start": 101,
106203
- "end": 102
106418
+ "start": 115,
106419
+ "end": 116
106204
106420
  },
106205
106421
  "context": {
106206
106422
  "type": "variable",
@@ -106208,8 +106424,8 @@
106208
106424
  "value": "k-spacing(3)",
106209
106425
  "scope": "default",
106210
106426
  "line": {
106211
- "start": 103,
106212
- "end": 103
106427
+ "start": 117,
106428
+ "end": 117
106213
106429
  }
106214
106430
  },
106215
106431
  "group": [
@@ -106226,8 +106442,8 @@
106226
106442
  {
106227
106443
  "description": "The border radius of the Chat small bubble message\n",
106228
106444
  "commentRange": {
106229
- "start": 104,
106230
- "end": 105
106445
+ "start": 118,
106446
+ "end": 119
106231
106447
  },
106232
106448
  "context": {
106233
106449
  "type": "variable",
@@ -106235,8 +106451,8 @@
106235
106451
  "value": "var( --kendo-border-radius, 0 )",
106236
106452
  "scope": "default",
106237
106453
  "line": {
106238
- "start": 106,
106239
- "end": 106
106454
+ "start": 120,
106455
+ "end": 120
106240
106456
  }
106241
106457
  },
106242
106458
  "group": [
@@ -106253,8 +106469,8 @@
106253
106469
  {
106254
106470
  "description": "The size of the Chat Avatar.\n",
106255
106471
  "commentRange": {
106256
- "start": 108,
106257
- "end": 109
106472
+ "start": 122,
106473
+ "end": 123
106258
106474
  },
106259
106475
  "context": {
106260
106476
  "type": "variable",
@@ -106262,8 +106478,8 @@
106262
106478
  "value": "32px",
106263
106479
  "scope": "default",
106264
106480
  "line": {
106265
- "start": 110,
106266
- "end": 110
106481
+ "start": 124,
106482
+ "end": 124
106267
106483
  }
106268
106484
  },
106269
106485
  "group": [
@@ -106280,8 +106496,8 @@
106280
106496
  {
106281
106497
  "description": "The spacing of the Chat Avatar.\n",
106282
106498
  "commentRange": {
106283
- "start": 111,
106284
- "end": 112
106499
+ "start": 125,
106500
+ "end": 126
106285
106501
  },
106286
106502
  "context": {
106287
106503
  "type": "variable",
@@ -106289,8 +106505,8 @@
106289
106505
  "value": "$kendo-chat-item-spacing-x",
106290
106506
  "scope": "default",
106291
106507
  "line": {
106292
- "start": 113,
106293
- "end": 113
106508
+ "start": 127,
106509
+ "end": 127
106294
106510
  }
106295
106511
  },
106296
106512
  "group": [
@@ -106307,8 +106523,8 @@
106307
106523
  {
106308
106524
  "description": "The horizontal padding of the Chat Toolbar.\n",
106309
106525
  "commentRange": {
106310
- "start": 115,
106311
- "end": 116
106526
+ "start": 129,
106527
+ "end": 130
106312
106528
  },
106313
106529
  "context": {
106314
106530
  "type": "variable",
@@ -106316,8 +106532,8 @@
106316
106532
  "value": "$kendo-toolbar-md-padding-x",
106317
106533
  "scope": "default",
106318
106534
  "line": {
106319
- "start": 117,
106320
- "end": 117
106535
+ "start": 131,
106536
+ "end": 131
106321
106537
  }
106322
106538
  },
106323
106539
  "group": [
@@ -106334,8 +106550,8 @@
106334
106550
  {
106335
106551
  "description": "The vertical padding of the Chat Toolbar.\n",
106336
106552
  "commentRange": {
106337
- "start": 118,
106338
- "end": 119
106553
+ "start": 132,
106554
+ "end": 133
106339
106555
  },
106340
106556
  "context": {
106341
106557
  "type": "variable",
@@ -106343,8 +106559,8 @@
106343
106559
  "value": "$kendo-toolbar-md-padding-y",
106344
106560
  "scope": "default",
106345
106561
  "line": {
106346
- "start": 120,
106347
- "end": 120
106562
+ "start": 134,
106563
+ "end": 134
106348
106564
  }
106349
106565
  },
106350
106566
  "group": [
@@ -106361,8 +106577,8 @@
106361
106577
  {
106362
106578
  "description": "The spacing of the Chat Toolbar.\n",
106363
106579
  "commentRange": {
106364
- "start": 121,
106365
- "end": 122
106580
+ "start": 135,
106581
+ "end": 136
106366
106582
  },
106367
106583
  "context": {
106368
106584
  "type": "variable",
@@ -106370,8 +106586,8 @@
106370
106586
  "value": "$kendo-toolbar-md-spacing",
106371
106587
  "scope": "default",
106372
106588
  "line": {
106373
- "start": 123,
106374
- "end": 123
106589
+ "start": 137,
106590
+ "end": 137
106375
106591
  }
106376
106592
  },
106377
106593
  "group": [
@@ -106388,8 +106604,8 @@
106388
106604
  {
106389
106605
  "description": "The background color of the Chat Toolbar.\n",
106390
106606
  "commentRange": {
106391
- "start": 124,
106392
- "end": 125
106607
+ "start": 138,
106608
+ "end": 139
106393
106609
  },
106394
106610
  "context": {
106395
106611
  "type": "variable",
@@ -106397,8 +106613,8 @@
106397
106613
  "value": "$kendo-toolbar-bg",
106398
106614
  "scope": "default",
106399
106615
  "line": {
106400
- "start": 126,
106401
- "end": 126
106616
+ "start": 140,
106617
+ "end": 140
106402
106618
  }
106403
106619
  },
106404
106620
  "group": [
@@ -106415,8 +106631,8 @@
106415
106631
  {
106416
106632
  "description": "The text color of the Chat Toolbar.\n",
106417
106633
  "commentRange": {
106418
- "start": 127,
106419
- "end": 128
106634
+ "start": 141,
106635
+ "end": 142
106420
106636
  },
106421
106637
  "context": {
106422
106638
  "type": "variable",
@@ -106424,8 +106640,8 @@
106424
106640
  "value": "$kendo-toolbar-text",
106425
106641
  "scope": "default",
106426
106642
  "line": {
106427
- "start": 129,
106428
- "end": 129
106643
+ "start": 143,
106644
+ "end": 143
106429
106645
  }
106430
106646
  },
106431
106647
  "group": [
@@ -106442,8 +106658,8 @@
106442
106658
  {
106443
106659
  "description": "The border color of the Chat Toolbar.\n",
106444
106660
  "commentRange": {
106445
- "start": 130,
106446
- "end": 131
106661
+ "start": 144,
106662
+ "end": 145
106447
106663
  },
106448
106664
  "context": {
106449
106665
  "type": "variable",
@@ -106451,8 +106667,8 @@
106451
106667
  "value": "inherit",
106452
106668
  "scope": "default",
106453
106669
  "line": {
106454
- "start": 132,
106455
- "end": 132
106670
+ "start": 146,
106671
+ "end": 146
106456
106672
  }
106457
106673
  },
106458
106674
  "group": [
@@ -106469,8 +106685,8 @@
106469
106685
  {
106470
106686
  "description": "The horizontal padding of the Chat quick reply.\n",
106471
106687
  "commentRange": {
106472
- "start": 134,
106473
- "end": 135
106688
+ "start": 148,
106689
+ "end": 149
106474
106690
  },
106475
106691
  "context": {
106476
106692
  "type": "variable",
@@ -106478,8 +106694,8 @@
106478
106694
  "value": "k-spacing(3)",
106479
106695
  "scope": "default",
106480
106696
  "line": {
106481
- "start": 136,
106482
- "end": 136
106697
+ "start": 150,
106698
+ "end": 150
106483
106699
  }
106484
106700
  },
106485
106701
  "group": [
@@ -106496,8 +106712,8 @@
106496
106712
  {
106497
106713
  "description": "The vertical padding of the Chat quick reply.\n",
106498
106714
  "commentRange": {
106499
- "start": 137,
106500
- "end": 138
106715
+ "start": 151,
106716
+ "end": 152
106501
106717
  },
106502
106718
  "context": {
106503
106719
  "type": "variable",
@@ -106505,8 +106721,8 @@
106505
106721
  "value": "k-spacing(2)",
106506
106722
  "scope": "default",
106507
106723
  "line": {
106508
- "start": 139,
106509
- "end": 139
106724
+ "start": 153,
106725
+ "end": 153
106510
106726
  }
106511
106727
  },
106512
106728
  "group": [
@@ -106523,8 +106739,8 @@
106523
106739
  {
106524
106740
  "description": "The spacing of the Chat quick reply.\n",
106525
106741
  "commentRange": {
106526
- "start": 140,
106527
- "end": 141
106742
+ "start": 154,
106743
+ "end": 155
106528
106744
  },
106529
106745
  "context": {
106530
106746
  "type": "variable",
@@ -106532,8 +106748,8 @@
106532
106748
  "value": "k-spacing(2)",
106533
106749
  "scope": "default",
106534
106750
  "line": {
106535
- "start": 142,
106536
- "end": 142
106751
+ "start": 156,
106752
+ "end": 156
106537
106753
  }
106538
106754
  },
106539
106755
  "group": [
@@ -106550,8 +106766,8 @@
106550
106766
  {
106551
106767
  "description": "The line height of the Chat quick reply.\n",
106552
106768
  "commentRange": {
106553
- "start": 143,
106554
- "end": 144
106769
+ "start": 157,
106770
+ "end": 158
106555
106771
  },
106556
106772
  "context": {
106557
106773
  "type": "variable",
@@ -106559,8 +106775,8 @@
106559
106775
  "value": "$kendo-chat-bubble-line-height",
106560
106776
  "scope": "default",
106561
106777
  "line": {
106562
- "start": 145,
106563
- "end": 145
106778
+ "start": 159,
106779
+ "end": 159
106564
106780
  }
106565
106781
  },
106566
106782
  "group": [
@@ -106577,8 +106793,8 @@
106577
106793
  {
106578
106794
  "description": "The background color of the Chat.\n",
106579
106795
  "commentRange": {
106580
- "start": 147,
106581
- "end": 148
106796
+ "start": 161,
106797
+ "end": 162
106582
106798
  },
106583
106799
  "context": {
106584
106800
  "type": "variable",
@@ -106586,8 +106802,8 @@
106586
106802
  "value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
106587
106803
  "scope": "default",
106588
106804
  "line": {
106589
- "start": 149,
106590
- "end": 149
106805
+ "start": 163,
106806
+ "end": 163
106591
106807
  }
106592
106808
  },
106593
106809
  "group": [
@@ -106604,8 +106820,8 @@
106604
106820
  {
106605
106821
  "description": "The text color of the Chat.\n",
106606
106822
  "commentRange": {
106607
- "start": 150,
106608
- "end": 151
106823
+ "start": 164,
106824
+ "end": 165
106609
106825
  },
106610
106826
  "context": {
106611
106827
  "type": "variable",
@@ -106613,8 +106829,8 @@
106613
106829
  "value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
106614
106830
  "scope": "default",
106615
106831
  "line": {
106616
- "start": 152,
106617
- "end": 152
106832
+ "start": 166,
106833
+ "end": 166
106618
106834
  }
106619
106835
  },
106620
106836
  "group": [
@@ -106631,8 +106847,8 @@
106631
106847
  {
106632
106848
  "description": "The border color of the Chat.\n",
106633
106849
  "commentRange": {
106634
- "start": 153,
106635
- "end": 154
106850
+ "start": 167,
106851
+ "end": 168
106636
106852
  },
106637
106853
  "context": {
106638
106854
  "type": "variable",
@@ -106640,8 +106856,8 @@
106640
106856
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), k-get-theme-color-var( neutral-30 ))",
106641
106857
  "scope": "default",
106642
106858
  "line": {
106643
- "start": 155,
106644
- "end": 155
106859
+ "start": 169,
106860
+ "end": 169
106645
106861
  }
106646
106862
  },
106647
106863
  "group": [
@@ -106658,8 +106874,8 @@
106658
106874
  {
106659
106875
  "description": "The background color of the Chat bubble.\n",
106660
106876
  "commentRange": {
106661
- "start": 157,
106662
- "end": 158
106877
+ "start": 171,
106878
+ "end": 172
106663
106879
  },
106664
106880
  "context": {
106665
106881
  "type": "variable",
@@ -106667,8 +106883,8 @@
106667
106883
  "value": "var( --kendo-component-bg, inherit )",
106668
106884
  "scope": "default",
106669
106885
  "line": {
106670
- "start": 159,
106671
- "end": 159
106886
+ "start": 173,
106887
+ "end": 173
106672
106888
  }
106673
106889
  },
106674
106890
  "group": [
@@ -106685,8 +106901,8 @@
106685
106901
  {
106686
106902
  "description": "The text color of the Chat bubble.\n",
106687
106903
  "commentRange": {
106688
- "start": 160,
106689
- "end": 161
106904
+ "start": 174,
106905
+ "end": 175
106690
106906
  },
106691
106907
  "context": {
106692
106908
  "type": "variable",
@@ -106694,8 +106910,8 @@
106694
106910
  "value": "var( --kendo-component-text, inherit )",
106695
106911
  "scope": "default",
106696
106912
  "line": {
106697
- "start": 162,
106698
- "end": 162
106913
+ "start": 176,
106914
+ "end": 176
106699
106915
  }
106700
106916
  },
106701
106917
  "group": [
@@ -106712,8 +106928,8 @@
106712
106928
  {
106713
106929
  "description": "The border color of the Chat bubble.\n",
106714
106930
  "commentRange": {
106715
- "start": 163,
106716
- "end": 164
106931
+ "start": 177,
106932
+ "end": 178
106717
106933
  },
106718
106934
  "context": {
106719
106935
  "type": "variable",
@@ -106721,8 +106937,8 @@
106721
106937
  "value": "$kendo-chat-bubble-bg",
106722
106938
  "scope": "default",
106723
106939
  "line": {
106724
- "start": 165,
106725
- "end": 165
106940
+ "start": 179,
106941
+ "end": 179
106726
106942
  }
106727
106943
  },
106728
106944
  "group": [
@@ -106739,8 +106955,8 @@
106739
106955
  {
106740
106956
  "description": "The box shadow of the Chat bubble.\n",
106741
106957
  "commentRange": {
106742
- "start": 166,
106743
- "end": 167
106958
+ "start": 180,
106959
+ "end": 181
106744
106960
  },
106745
106961
  "context": {
106746
106962
  "type": "variable",
@@ -106748,8 +106964,8 @@
106748
106964
  "value": "var( --kendo-box-shadow-depth-1, none )",
106749
106965
  "scope": "default",
106750
106966
  "line": {
106751
- "start": 168,
106752
- "end": 168
106967
+ "start": 182,
106968
+ "end": 182
106753
106969
  }
106754
106970
  },
106755
106971
  "group": [
@@ -106766,8 +106982,8 @@
106766
106982
  {
106767
106983
  "description": "The shadow of the hovered Chat bubble.\n",
106768
106984
  "commentRange": {
106769
- "start": 169,
106770
- "end": 170
106985
+ "start": 183,
106986
+ "end": 184
106771
106987
  },
106772
106988
  "context": {
106773
106989
  "type": "variable",
@@ -106775,8 +106991,8 @@
106775
106991
  "value": "var( --kendo-box-shadow-depth-2, none )",
106776
106992
  "scope": "default",
106777
106993
  "line": {
106778
- "start": 171,
106779
- "end": 171
106994
+ "start": 185,
106995
+ "end": 185
106780
106996
  }
106781
106997
  },
106782
106998
  "group": [
@@ -106793,8 +107009,8 @@
106793
107009
  {
106794
107010
  "description": "The shadow of the selected Chat bubble.\n",
106795
107011
  "commentRange": {
106796
- "start": 172,
106797
- "end": 173
107012
+ "start": 186,
107013
+ "end": 187
106798
107014
  },
106799
107015
  "context": {
106800
107016
  "type": "variable",
@@ -106802,8 +107018,8 @@
106802
107018
  "value": "var( --kendo-box-shadow-depth-3, none )",
106803
107019
  "scope": "default",
106804
107020
  "line": {
106805
- "start": 174,
106806
- "end": 174
107021
+ "start": 188,
107022
+ "end": 188
106807
107023
  }
106808
107024
  },
106809
107025
  "group": [
@@ -106820,8 +107036,8 @@
106820
107036
  {
106821
107037
  "description": "The background color of the Chat alt bubble.\n",
106822
107038
  "commentRange": {
106823
- "start": 176,
106824
- "end": 177
107039
+ "start": 190,
107040
+ "end": 191
106825
107041
  },
106826
107042
  "context": {
106827
107043
  "type": "variable",
@@ -106829,8 +107045,8 @@
106829
107045
  "value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
106830
107046
  "scope": "default",
106831
107047
  "line": {
106832
- "start": 178,
106833
- "end": 178
107048
+ "start": 192,
107049
+ "end": 192
106834
107050
  }
106835
107051
  },
106836
107052
  "group": [
@@ -106847,8 +107063,8 @@
106847
107063
  {
106848
107064
  "description": "The text color of the Chat alt bubble.\n",
106849
107065
  "commentRange": {
106850
- "start": 179,
106851
- "end": 180
107066
+ "start": 193,
107067
+ "end": 194
106852
107068
  },
106853
107069
  "context": {
106854
107070
  "type": "variable",
@@ -106856,8 +107072,8 @@
106856
107072
  "value": "var( --kendo-component-bg, inherit )",
106857
107073
  "scope": "default",
106858
107074
  "line": {
106859
- "start": 181,
106860
- "end": 181
107075
+ "start": 195,
107076
+ "end": 195
106861
107077
  }
106862
107078
  },
106863
107079
  "group": [
@@ -106874,8 +107090,8 @@
106874
107090
  {
106875
107091
  "description": "The border color of the Chat alt bubble.\n",
106876
107092
  "commentRange": {
106877
- "start": 182,
106878
- "end": 183
107093
+ "start": 196,
107094
+ "end": 197
106879
107095
  },
106880
107096
  "context": {
106881
107097
  "type": "variable",
@@ -106883,8 +107099,8 @@
106883
107099
  "value": "$kendo-chat-alt-bubble-bg",
106884
107100
  "scope": "default",
106885
107101
  "line": {
106886
- "start": 184,
106887
- "end": 184
107102
+ "start": 198,
107103
+ "end": 198
106888
107104
  }
106889
107105
  },
106890
107106
  "group": [
@@ -106901,8 +107117,8 @@
106901
107117
  {
106902
107118
  "description": "The shadow of the Chat alt bubble.\n",
106903
107119
  "commentRange": {
106904
- "start": 185,
106905
- "end": 186
107120
+ "start": 199,
107121
+ "end": 200
106906
107122
  },
106907
107123
  "context": {
106908
107124
  "type": "variable",
@@ -106910,8 +107126,8 @@
106910
107126
  "value": "var( --kendo-box-shadow-depth-1, none )",
106911
107127
  "scope": "default",
106912
107128
  "line": {
106913
- "start": 187,
106914
- "end": 187
107129
+ "start": 201,
107130
+ "end": 201
106915
107131
  }
106916
107132
  },
106917
107133
  "group": [
@@ -106928,8 +107144,8 @@
106928
107144
  {
106929
107145
  "description": "The shadow of the hovered Chat alt bubble.\n",
106930
107146
  "commentRange": {
106931
- "start": 188,
106932
- "end": 189
107147
+ "start": 202,
107148
+ "end": 203
106933
107149
  },
106934
107150
  "context": {
106935
107151
  "type": "variable",
@@ -106937,8 +107153,8 @@
106937
107153
  "value": "var( --kendo-box-shadow-depth-2, none )",
106938
107154
  "scope": "default",
106939
107155
  "line": {
106940
- "start": 190,
106941
- "end": 190
107156
+ "start": 204,
107157
+ "end": 204
106942
107158
  }
106943
107159
  },
106944
107160
  "group": [
@@ -106955,8 +107171,8 @@
106955
107171
  {
106956
107172
  "description": "The shadow of the selected Chat alt bubble.\n",
106957
107173
  "commentRange": {
106958
- "start": 191,
106959
- "end": 192
107174
+ "start": 205,
107175
+ "end": 206
106960
107176
  },
106961
107177
  "context": {
106962
107178
  "type": "variable",
@@ -106964,8 +107180,8 @@
106964
107180
  "value": "var( --kendo-box-shadow-depth-3, none )",
106965
107181
  "scope": "default",
106966
107182
  "line": {
106967
- "start": 193,
106968
- "end": 193
107183
+ "start": 207,
107184
+ "end": 207
106969
107185
  }
106970
107186
  },
106971
107187
  "group": [
@@ -106982,8 +107198,8 @@
106982
107198
  {
106983
107199
  "description": "The background color of the Chat quick reply.\n",
106984
107200
  "commentRange": {
106985
- "start": 195,
106986
- "end": 196
107201
+ "start": 209,
107202
+ "end": 210
106987
107203
  },
106988
107204
  "context": {
106989
107205
  "type": "variable",
@@ -106991,8 +107207,8 @@
106991
107207
  "value": "transparent",
106992
107208
  "scope": "default",
106993
107209
  "line": {
106994
- "start": 197,
106995
- "end": 197
107210
+ "start": 211,
107211
+ "end": 211
106996
107212
  }
106997
107213
  },
106998
107214
  "group": [
@@ -107009,8 +107225,8 @@
107009
107225
  {
107010
107226
  "description": "The text color of the Chat quick reply.\n",
107011
107227
  "commentRange": {
107012
- "start": 198,
107013
- "end": 199
107228
+ "start": 212,
107229
+ "end": 213
107014
107230
  },
107015
107231
  "context": {
107016
107232
  "type": "variable",
@@ -107018,8 +107234,8 @@
107018
107234
  "value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
107019
107235
  "scope": "default",
107020
107236
  "line": {
107021
- "start": 200,
107022
- "end": 200
107237
+ "start": 214,
107238
+ "end": 214
107023
107239
  }
107024
107240
  },
107025
107241
  "group": [
@@ -107036,8 +107252,8 @@
107036
107252
  {
107037
107253
  "description": "The border color of the Chat quick reply.\n",
107038
107254
  "commentRange": {
107039
- "start": 201,
107040
- "end": 202
107255
+ "start": 215,
107256
+ "end": 216
107041
107257
  },
107042
107258
  "context": {
107043
107259
  "type": "variable",
@@ -107045,8 +107261,8 @@
107045
107261
  "value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
107046
107262
  "scope": "default",
107047
107263
  "line": {
107048
- "start": 203,
107049
- "end": 203
107264
+ "start": 217,
107265
+ "end": 217
107050
107266
  }
107051
107267
  },
107052
107268
  "group": [
@@ -107063,8 +107279,8 @@
107063
107279
  {
107064
107280
  "description": "The background color of the hovered Chat quick reply.\n",
107065
107281
  "commentRange": {
107066
- "start": 205,
107067
- "end": 206
107282
+ "start": 219,
107283
+ "end": 220
107068
107284
  },
107069
107285
  "context": {
107070
107286
  "type": "variable",
@@ -107072,8 +107288,8 @@
107072
107288
  "value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
107073
107289
  "scope": "default",
107074
107290
  "line": {
107075
- "start": 207,
107076
- "end": 207
107291
+ "start": 221,
107292
+ "end": 221
107077
107293
  }
107078
107294
  },
107079
107295
  "group": [
@@ -107090,8 +107306,8 @@
107090
107306
  {
107091
107307
  "description": "The text color of the hovered Chat quick reply.\n",
107092
107308
  "commentRange": {
107093
- "start": 208,
107094
- "end": 209
107309
+ "start": 222,
107310
+ "end": 223
107095
107311
  },
107096
107312
  "context": {
107097
107313
  "type": "variable",
@@ -107099,8 +107315,8 @@
107099
107315
  "value": "var( --kendo-component-bg, inherit )",
107100
107316
  "scope": "default",
107101
107317
  "line": {
107102
- "start": 210,
107103
- "end": 210
107318
+ "start": 224,
107319
+ "end": 224
107104
107320
  }
107105
107321
  },
107106
107322
  "group": [
@@ -107117,8 +107333,8 @@
107117
107333
  {
107118
107334
  "description": "The border color of the hovered Chat quick reply.\n",
107119
107335
  "commentRange": {
107120
- "start": 211,
107121
- "end": 212
107336
+ "start": 225,
107337
+ "end": 226
107122
107338
  },
107123
107339
  "context": {
107124
107340
  "type": "variable",
@@ -107126,8 +107342,8 @@
107126
107342
  "value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
107127
107343
  "scope": "default",
107128
107344
  "line": {
107129
- "start": 213,
107130
- "end": 213
107345
+ "start": 227,
107346
+ "end": 227
107131
107347
  }
107132
107348
  },
107133
107349
  "group": [