@progress/kendo-theme-fluent 6.7.0-dev.2 → 6.7.0-dev.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +27 -16
- package/dist/meta/sassdoc-data.json +324 -224
- package/dist/meta/sassdoc-raw-data.json +162 -112
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/chat/_layout.scss +8 -1
- package/scss/chat/_variables.scss +6 -0
- package/scss/scrollview/_layout.scss +6 -9
|
@@ -11526,15 +11526,15 @@
|
|
|
11526
11526
|
}
|
|
11527
11527
|
},
|
|
11528
11528
|
{
|
|
11529
|
-
"description": "The
|
|
11529
|
+
"description": "The horizontal padding of the toolbar in the chat.\n",
|
|
11530
11530
|
"commentRange": {
|
|
11531
11531
|
"start": 115,
|
|
11532
11532
|
"end": 116
|
|
11533
11533
|
},
|
|
11534
11534
|
"context": {
|
|
11535
11535
|
"type": "variable",
|
|
11536
|
-
"name": "kendo-chat-toolbar-
|
|
11537
|
-
"value": "$kendo-toolbar-md-
|
|
11536
|
+
"name": "kendo-chat-toolbar-padding-x",
|
|
11537
|
+
"value": "$kendo-toolbar-md-padding-x",
|
|
11538
11538
|
"scope": "default",
|
|
11539
11539
|
"line": {
|
|
11540
11540
|
"start": 117,
|
|
@@ -11551,15 +11551,15 @@
|
|
|
11551
11551
|
}
|
|
11552
11552
|
},
|
|
11553
11553
|
{
|
|
11554
|
-
"description": "The
|
|
11554
|
+
"description": "The vertical padding of the toolbar in the chat.\n",
|
|
11555
11555
|
"commentRange": {
|
|
11556
11556
|
"start": 118,
|
|
11557
11557
|
"end": 119
|
|
11558
11558
|
},
|
|
11559
11559
|
"context": {
|
|
11560
11560
|
"type": "variable",
|
|
11561
|
-
"name": "kendo-chat-toolbar-
|
|
11562
|
-
"value": "$kendo-toolbar-
|
|
11561
|
+
"name": "kendo-chat-toolbar-padding-y",
|
|
11562
|
+
"value": "$kendo-toolbar-md-padding-y",
|
|
11563
11563
|
"scope": "default",
|
|
11564
11564
|
"line": {
|
|
11565
11565
|
"start": 120,
|
|
@@ -11576,15 +11576,15 @@
|
|
|
11576
11576
|
}
|
|
11577
11577
|
},
|
|
11578
11578
|
{
|
|
11579
|
-
"description": "The
|
|
11579
|
+
"description": "The spacing of the toolbar in the chat.\n",
|
|
11580
11580
|
"commentRange": {
|
|
11581
11581
|
"start": 121,
|
|
11582
11582
|
"end": 122
|
|
11583
11583
|
},
|
|
11584
11584
|
"context": {
|
|
11585
11585
|
"type": "variable",
|
|
11586
|
-
"name": "kendo-chat-toolbar-
|
|
11587
|
-
"value": "$kendo-toolbar-
|
|
11586
|
+
"name": "kendo-chat-toolbar-spacing",
|
|
11587
|
+
"value": "$kendo-toolbar-md-spacing",
|
|
11588
11588
|
"scope": "default",
|
|
11589
11589
|
"line": {
|
|
11590
11590
|
"start": 123,
|
|
@@ -11601,15 +11601,15 @@
|
|
|
11601
11601
|
}
|
|
11602
11602
|
},
|
|
11603
11603
|
{
|
|
11604
|
-
"description": "The
|
|
11604
|
+
"description": "The background of the toolbar in the chat.\n",
|
|
11605
11605
|
"commentRange": {
|
|
11606
11606
|
"start": 124,
|
|
11607
11607
|
"end": 125
|
|
11608
11608
|
},
|
|
11609
11609
|
"context": {
|
|
11610
11610
|
"type": "variable",
|
|
11611
|
-
"name": "kendo-chat-toolbar-
|
|
11612
|
-
"value": "
|
|
11611
|
+
"name": "kendo-chat-toolbar-bg",
|
|
11612
|
+
"value": "$kendo-toolbar-bg",
|
|
11613
11613
|
"scope": "default",
|
|
11614
11614
|
"line": {
|
|
11615
11615
|
"start": 126,
|
|
@@ -11625,11 +11625,61 @@
|
|
|
11625
11625
|
"name": "_variables.scss"
|
|
11626
11626
|
}
|
|
11627
11627
|
},
|
|
11628
|
+
{
|
|
11629
|
+
"description": "The text of the toolbar in the chat.\n",
|
|
11630
|
+
"commentRange": {
|
|
11631
|
+
"start": 127,
|
|
11632
|
+
"end": 128
|
|
11633
|
+
},
|
|
11634
|
+
"context": {
|
|
11635
|
+
"type": "variable",
|
|
11636
|
+
"name": "kendo-chat-toolbar-text",
|
|
11637
|
+
"value": "$kendo-toolbar-text",
|
|
11638
|
+
"scope": "default",
|
|
11639
|
+
"line": {
|
|
11640
|
+
"start": 129,
|
|
11641
|
+
"end": 129
|
|
11642
|
+
}
|
|
11643
|
+
},
|
|
11644
|
+
"group": [
|
|
11645
|
+
"chat"
|
|
11646
|
+
],
|
|
11647
|
+
"access": "public",
|
|
11648
|
+
"file": {
|
|
11649
|
+
"path": "chat/_variables.scss",
|
|
11650
|
+
"name": "_variables.scss"
|
|
11651
|
+
}
|
|
11652
|
+
},
|
|
11653
|
+
{
|
|
11654
|
+
"description": "The border of the toolbar in the chat.\n",
|
|
11655
|
+
"commentRange": {
|
|
11656
|
+
"start": 130,
|
|
11657
|
+
"end": 131
|
|
11658
|
+
},
|
|
11659
|
+
"context": {
|
|
11660
|
+
"type": "variable",
|
|
11661
|
+
"name": "kendo-chat-toolbar-border",
|
|
11662
|
+
"value": "inherit",
|
|
11663
|
+
"scope": "default",
|
|
11664
|
+
"line": {
|
|
11665
|
+
"start": 132,
|
|
11666
|
+
"end": 132
|
|
11667
|
+
}
|
|
11668
|
+
},
|
|
11669
|
+
"group": [
|
|
11670
|
+
"chat"
|
|
11671
|
+
],
|
|
11672
|
+
"access": "public",
|
|
11673
|
+
"file": {
|
|
11674
|
+
"path": "chat/_variables.scss",
|
|
11675
|
+
"name": "_variables.scss"
|
|
11676
|
+
}
|
|
11677
|
+
},
|
|
11628
11678
|
{
|
|
11629
11679
|
"description": "The horizontal padding of the quick reply in the chat.\n",
|
|
11630
11680
|
"commentRange": {
|
|
11631
|
-
"start":
|
|
11632
|
-
"end":
|
|
11681
|
+
"start": 134,
|
|
11682
|
+
"end": 135
|
|
11633
11683
|
},
|
|
11634
11684
|
"context": {
|
|
11635
11685
|
"type": "variable",
|
|
@@ -11637,8 +11687,8 @@
|
|
|
11637
11687
|
"value": "map.get( $kendo-spacing, 3 )",
|
|
11638
11688
|
"scope": "default",
|
|
11639
11689
|
"line": {
|
|
11640
|
-
"start":
|
|
11641
|
-
"end":
|
|
11690
|
+
"start": 136,
|
|
11691
|
+
"end": 136
|
|
11642
11692
|
}
|
|
11643
11693
|
},
|
|
11644
11694
|
"group": [
|
|
@@ -11653,8 +11703,8 @@
|
|
|
11653
11703
|
{
|
|
11654
11704
|
"description": "The vertical padding of the quick reply in the chat.\n",
|
|
11655
11705
|
"commentRange": {
|
|
11656
|
-
"start":
|
|
11657
|
-
"end":
|
|
11706
|
+
"start": 137,
|
|
11707
|
+
"end": 138
|
|
11658
11708
|
},
|
|
11659
11709
|
"context": {
|
|
11660
11710
|
"type": "variable",
|
|
@@ -11662,8 +11712,8 @@
|
|
|
11662
11712
|
"value": "map.get( $kendo-spacing, 2 )",
|
|
11663
11713
|
"scope": "default",
|
|
11664
11714
|
"line": {
|
|
11665
|
-
"start":
|
|
11666
|
-
"end":
|
|
11715
|
+
"start": 139,
|
|
11716
|
+
"end": 139
|
|
11667
11717
|
}
|
|
11668
11718
|
},
|
|
11669
11719
|
"group": [
|
|
@@ -11678,8 +11728,8 @@
|
|
|
11678
11728
|
{
|
|
11679
11729
|
"description": "The spacing of the quick reply in the chat.\n",
|
|
11680
11730
|
"commentRange": {
|
|
11681
|
-
"start":
|
|
11682
|
-
"end":
|
|
11731
|
+
"start": 140,
|
|
11732
|
+
"end": 141
|
|
11683
11733
|
},
|
|
11684
11734
|
"context": {
|
|
11685
11735
|
"type": "variable",
|
|
@@ -11687,8 +11737,8 @@
|
|
|
11687
11737
|
"value": "map.get( $kendo-spacing, 2 )",
|
|
11688
11738
|
"scope": "default",
|
|
11689
11739
|
"line": {
|
|
11690
|
-
"start":
|
|
11691
|
-
"end":
|
|
11740
|
+
"start": 142,
|
|
11741
|
+
"end": 142
|
|
11692
11742
|
}
|
|
11693
11743
|
},
|
|
11694
11744
|
"group": [
|
|
@@ -11703,8 +11753,8 @@
|
|
|
11703
11753
|
{
|
|
11704
11754
|
"description": "The line height of the quick reply in the chat.\n",
|
|
11705
11755
|
"commentRange": {
|
|
11706
|
-
"start":
|
|
11707
|
-
"end":
|
|
11756
|
+
"start": 143,
|
|
11757
|
+
"end": 144
|
|
11708
11758
|
},
|
|
11709
11759
|
"context": {
|
|
11710
11760
|
"type": "variable",
|
|
@@ -11712,8 +11762,8 @@
|
|
|
11712
11762
|
"value": "$kendo-chat-bubble-line-height",
|
|
11713
11763
|
"scope": "default",
|
|
11714
11764
|
"line": {
|
|
11715
|
-
"start":
|
|
11716
|
-
"end":
|
|
11765
|
+
"start": 145,
|
|
11766
|
+
"end": 145
|
|
11717
11767
|
}
|
|
11718
11768
|
},
|
|
11719
11769
|
"group": [
|
|
@@ -11728,8 +11778,8 @@
|
|
|
11728
11778
|
{
|
|
11729
11779
|
"description": "The background of the chat.\n",
|
|
11730
11780
|
"commentRange": {
|
|
11731
|
-
"start":
|
|
11732
|
-
"end":
|
|
11781
|
+
"start": 147,
|
|
11782
|
+
"end": 148
|
|
11733
11783
|
},
|
|
11734
11784
|
"context": {
|
|
11735
11785
|
"type": "variable",
|
|
@@ -11737,8 +11787,8 @@
|
|
|
11737
11787
|
"value": "k-get-theme-color-var( neutral-10 )",
|
|
11738
11788
|
"scope": "default",
|
|
11739
11789
|
"line": {
|
|
11740
|
-
"start":
|
|
11741
|
-
"end":
|
|
11790
|
+
"start": 149,
|
|
11791
|
+
"end": 149
|
|
11742
11792
|
}
|
|
11743
11793
|
},
|
|
11744
11794
|
"group": [
|
|
@@ -11753,8 +11803,8 @@
|
|
|
11753
11803
|
{
|
|
11754
11804
|
"description": "The text of the chat.\n",
|
|
11755
11805
|
"commentRange": {
|
|
11756
|
-
"start":
|
|
11757
|
-
"end":
|
|
11806
|
+
"start": 150,
|
|
11807
|
+
"end": 151
|
|
11758
11808
|
},
|
|
11759
11809
|
"context": {
|
|
11760
11810
|
"type": "variable",
|
|
@@ -11762,8 +11812,8 @@
|
|
|
11762
11812
|
"value": "k-get-theme-color-var( neutral-190 )",
|
|
11763
11813
|
"scope": "default",
|
|
11764
11814
|
"line": {
|
|
11765
|
-
"start":
|
|
11766
|
-
"end":
|
|
11815
|
+
"start": 152,
|
|
11816
|
+
"end": 152
|
|
11767
11817
|
}
|
|
11768
11818
|
},
|
|
11769
11819
|
"group": [
|
|
@@ -11778,8 +11828,8 @@
|
|
|
11778
11828
|
{
|
|
11779
11829
|
"description": "The border of the chat.\n",
|
|
11780
11830
|
"commentRange": {
|
|
11781
|
-
"start":
|
|
11782
|
-
"end":
|
|
11831
|
+
"start": 153,
|
|
11832
|
+
"end": 154
|
|
11783
11833
|
},
|
|
11784
11834
|
"context": {
|
|
11785
11835
|
"type": "variable",
|
|
@@ -11787,8 +11837,8 @@
|
|
|
11787
11837
|
"value": "k-get-theme-color-var( neutral-30 )",
|
|
11788
11838
|
"scope": "default",
|
|
11789
11839
|
"line": {
|
|
11790
|
-
"start":
|
|
11791
|
-
"end":
|
|
11840
|
+
"start": 155,
|
|
11841
|
+
"end": 155
|
|
11792
11842
|
}
|
|
11793
11843
|
},
|
|
11794
11844
|
"group": [
|
|
@@ -11803,8 +11853,8 @@
|
|
|
11803
11853
|
{
|
|
11804
11854
|
"description": "The background of the bubble in the chat.\n",
|
|
11805
11855
|
"commentRange": {
|
|
11806
|
-
"start":
|
|
11807
|
-
"end":
|
|
11856
|
+
"start": 157,
|
|
11857
|
+
"end": 158
|
|
11808
11858
|
},
|
|
11809
11859
|
"context": {
|
|
11810
11860
|
"type": "variable",
|
|
@@ -11812,8 +11862,8 @@
|
|
|
11812
11862
|
"value": "var( --kendo-component-bg, inherit )",
|
|
11813
11863
|
"scope": "default",
|
|
11814
11864
|
"line": {
|
|
11815
|
-
"start":
|
|
11816
|
-
"end":
|
|
11865
|
+
"start": 159,
|
|
11866
|
+
"end": 159
|
|
11817
11867
|
}
|
|
11818
11868
|
},
|
|
11819
11869
|
"group": [
|
|
@@ -11828,8 +11878,8 @@
|
|
|
11828
11878
|
{
|
|
11829
11879
|
"description": "The text of the bubble in the chat.\n",
|
|
11830
11880
|
"commentRange": {
|
|
11831
|
-
"start":
|
|
11832
|
-
"end":
|
|
11881
|
+
"start": 160,
|
|
11882
|
+
"end": 161
|
|
11833
11883
|
},
|
|
11834
11884
|
"context": {
|
|
11835
11885
|
"type": "variable",
|
|
@@ -11837,8 +11887,8 @@
|
|
|
11837
11887
|
"value": "var( --kendo-component-text, inherit )",
|
|
11838
11888
|
"scope": "default",
|
|
11839
11889
|
"line": {
|
|
11840
|
-
"start":
|
|
11841
|
-
"end":
|
|
11890
|
+
"start": 162,
|
|
11891
|
+
"end": 162
|
|
11842
11892
|
}
|
|
11843
11893
|
},
|
|
11844
11894
|
"group": [
|
|
@@ -11853,8 +11903,8 @@
|
|
|
11853
11903
|
{
|
|
11854
11904
|
"description": "The border of the bubble in the chat.\n",
|
|
11855
11905
|
"commentRange": {
|
|
11856
|
-
"start":
|
|
11857
|
-
"end":
|
|
11906
|
+
"start": 163,
|
|
11907
|
+
"end": 164
|
|
11858
11908
|
},
|
|
11859
11909
|
"context": {
|
|
11860
11910
|
"type": "variable",
|
|
@@ -11862,8 +11912,8 @@
|
|
|
11862
11912
|
"value": "$kendo-chat-bubble-bg",
|
|
11863
11913
|
"scope": "default",
|
|
11864
11914
|
"line": {
|
|
11865
|
-
"start":
|
|
11866
|
-
"end":
|
|
11915
|
+
"start": 165,
|
|
11916
|
+
"end": 165
|
|
11867
11917
|
}
|
|
11868
11918
|
},
|
|
11869
11919
|
"group": [
|
|
@@ -11878,8 +11928,8 @@
|
|
|
11878
11928
|
{
|
|
11879
11929
|
"description": "The box shadow of the bubble in the chat.\n",
|
|
11880
11930
|
"commentRange": {
|
|
11881
|
-
"start":
|
|
11882
|
-
"end":
|
|
11931
|
+
"start": 166,
|
|
11932
|
+
"end": 167
|
|
11883
11933
|
},
|
|
11884
11934
|
"context": {
|
|
11885
11935
|
"type": "variable",
|
|
@@ -11887,8 +11937,8 @@
|
|
|
11887
11937
|
"value": "var( --kendo-box-shadow-depth-1, none )",
|
|
11888
11938
|
"scope": "default",
|
|
11889
11939
|
"line": {
|
|
11890
|
-
"start":
|
|
11891
|
-
"end":
|
|
11940
|
+
"start": 168,
|
|
11941
|
+
"end": 168
|
|
11892
11942
|
}
|
|
11893
11943
|
},
|
|
11894
11944
|
"group": [
|
|
@@ -11903,8 +11953,8 @@
|
|
|
11903
11953
|
{
|
|
11904
11954
|
"description": "The hover shadow of the bubble in the chat.\n",
|
|
11905
11955
|
"commentRange": {
|
|
11906
|
-
"start":
|
|
11907
|
-
"end":
|
|
11956
|
+
"start": 169,
|
|
11957
|
+
"end": 170
|
|
11908
11958
|
},
|
|
11909
11959
|
"context": {
|
|
11910
11960
|
"type": "variable",
|
|
@@ -11912,8 +11962,8 @@
|
|
|
11912
11962
|
"value": "var( --kendo-box-shadow-depth-3, none )",
|
|
11913
11963
|
"scope": "default",
|
|
11914
11964
|
"line": {
|
|
11915
|
-
"start":
|
|
11916
|
-
"end":
|
|
11965
|
+
"start": 171,
|
|
11966
|
+
"end": 171
|
|
11917
11967
|
}
|
|
11918
11968
|
},
|
|
11919
11969
|
"group": [
|
|
@@ -11928,8 +11978,8 @@
|
|
|
11928
11978
|
{
|
|
11929
11979
|
"description": "The selected shadow of the bubble in the chat.\n",
|
|
11930
11980
|
"commentRange": {
|
|
11931
|
-
"start":
|
|
11932
|
-
"end":
|
|
11981
|
+
"start": 172,
|
|
11982
|
+
"end": 173
|
|
11933
11983
|
},
|
|
11934
11984
|
"context": {
|
|
11935
11985
|
"type": "variable",
|
|
@@ -11937,8 +11987,8 @@
|
|
|
11937
11987
|
"value": "var( --kendo-box-shadow-depth-3, none )",
|
|
11938
11988
|
"scope": "default",
|
|
11939
11989
|
"line": {
|
|
11940
|
-
"start":
|
|
11941
|
-
"end":
|
|
11990
|
+
"start": 174,
|
|
11991
|
+
"end": 174
|
|
11942
11992
|
}
|
|
11943
11993
|
},
|
|
11944
11994
|
"group": [
|
|
@@ -11953,8 +12003,8 @@
|
|
|
11953
12003
|
{
|
|
11954
12004
|
"description": "The background of the alt bubble in the chat.\n",
|
|
11955
12005
|
"commentRange": {
|
|
11956
|
-
"start":
|
|
11957
|
-
"end":
|
|
12006
|
+
"start": 176,
|
|
12007
|
+
"end": 177
|
|
11958
12008
|
},
|
|
11959
12009
|
"context": {
|
|
11960
12010
|
"type": "variable",
|
|
@@ -11962,8 +12012,8 @@
|
|
|
11962
12012
|
"value": "k-get-theme-color-var( primary-100 )",
|
|
11963
12013
|
"scope": "default",
|
|
11964
12014
|
"line": {
|
|
11965
|
-
"start":
|
|
11966
|
-
"end":
|
|
12015
|
+
"start": 178,
|
|
12016
|
+
"end": 178
|
|
11967
12017
|
}
|
|
11968
12018
|
},
|
|
11969
12019
|
"group": [
|
|
@@ -11978,8 +12028,8 @@
|
|
|
11978
12028
|
{
|
|
11979
12029
|
"description": "The text of the alt bubble in the chat.\n",
|
|
11980
12030
|
"commentRange": {
|
|
11981
|
-
"start":
|
|
11982
|
-
"end":
|
|
12031
|
+
"start": 179,
|
|
12032
|
+
"end": 180
|
|
11983
12033
|
},
|
|
11984
12034
|
"context": {
|
|
11985
12035
|
"type": "variable",
|
|
@@ -11987,8 +12037,8 @@
|
|
|
11987
12037
|
"value": "var( --kendo-component-bg, inherit )",
|
|
11988
12038
|
"scope": "default",
|
|
11989
12039
|
"line": {
|
|
11990
|
-
"start":
|
|
11991
|
-
"end":
|
|
12040
|
+
"start": 181,
|
|
12041
|
+
"end": 181
|
|
11992
12042
|
}
|
|
11993
12043
|
},
|
|
11994
12044
|
"group": [
|
|
@@ -12003,8 +12053,8 @@
|
|
|
12003
12053
|
{
|
|
12004
12054
|
"description": "The border of the alt bubble in the chat.\n",
|
|
12005
12055
|
"commentRange": {
|
|
12006
|
-
"start":
|
|
12007
|
-
"end":
|
|
12056
|
+
"start": 182,
|
|
12057
|
+
"end": 183
|
|
12008
12058
|
},
|
|
12009
12059
|
"context": {
|
|
12010
12060
|
"type": "variable",
|
|
@@ -12012,8 +12062,8 @@
|
|
|
12012
12062
|
"value": "$kendo-chat-alt-bubble-bg",
|
|
12013
12063
|
"scope": "default",
|
|
12014
12064
|
"line": {
|
|
12015
|
-
"start":
|
|
12016
|
-
"end":
|
|
12065
|
+
"start": 184,
|
|
12066
|
+
"end": 184
|
|
12017
12067
|
}
|
|
12018
12068
|
},
|
|
12019
12069
|
"group": [
|
|
@@ -12028,8 +12078,8 @@
|
|
|
12028
12078
|
{
|
|
12029
12079
|
"description": "The shadow of the alt bubble in the chat.\n",
|
|
12030
12080
|
"commentRange": {
|
|
12031
|
-
"start":
|
|
12032
|
-
"end":
|
|
12081
|
+
"start": 185,
|
|
12082
|
+
"end": 186
|
|
12033
12083
|
},
|
|
12034
12084
|
"context": {
|
|
12035
12085
|
"type": "variable",
|
|
@@ -12037,8 +12087,8 @@
|
|
|
12037
12087
|
"value": "var( --kendo-box-shadow-depth-1, none )",
|
|
12038
12088
|
"scope": "default",
|
|
12039
12089
|
"line": {
|
|
12040
|
-
"start":
|
|
12041
|
-
"end":
|
|
12090
|
+
"start": 187,
|
|
12091
|
+
"end": 187
|
|
12042
12092
|
}
|
|
12043
12093
|
},
|
|
12044
12094
|
"group": [
|
|
@@ -12053,8 +12103,8 @@
|
|
|
12053
12103
|
{
|
|
12054
12104
|
"description": "The hover shadow of the alt bubble in the chat.\n",
|
|
12055
12105
|
"commentRange": {
|
|
12056
|
-
"start":
|
|
12057
|
-
"end":
|
|
12106
|
+
"start": 188,
|
|
12107
|
+
"end": 189
|
|
12058
12108
|
},
|
|
12059
12109
|
"context": {
|
|
12060
12110
|
"type": "variable",
|
|
@@ -12062,8 +12112,8 @@
|
|
|
12062
12112
|
"value": "var( --kendo-box-shadow-depth-1, none )",
|
|
12063
12113
|
"scope": "default",
|
|
12064
12114
|
"line": {
|
|
12065
|
-
"start":
|
|
12066
|
-
"end":
|
|
12115
|
+
"start": 190,
|
|
12116
|
+
"end": 190
|
|
12067
12117
|
}
|
|
12068
12118
|
},
|
|
12069
12119
|
"group": [
|
|
@@ -12078,8 +12128,8 @@
|
|
|
12078
12128
|
{
|
|
12079
12129
|
"description": "The selected shadow of the alt bubble in the chat.\n",
|
|
12080
12130
|
"commentRange": {
|
|
12081
|
-
"start":
|
|
12082
|
-
"end":
|
|
12131
|
+
"start": 191,
|
|
12132
|
+
"end": 192
|
|
12083
12133
|
},
|
|
12084
12134
|
"context": {
|
|
12085
12135
|
"type": "variable",
|
|
@@ -12087,8 +12137,8 @@
|
|
|
12087
12137
|
"value": "var( --kendo-box-shadow-depth-1, none )",
|
|
12088
12138
|
"scope": "default",
|
|
12089
12139
|
"line": {
|
|
12090
|
-
"start":
|
|
12091
|
-
"end":
|
|
12140
|
+
"start": 193,
|
|
12141
|
+
"end": 193
|
|
12092
12142
|
}
|
|
12093
12143
|
},
|
|
12094
12144
|
"group": [
|
|
@@ -12103,8 +12153,8 @@
|
|
|
12103
12153
|
{
|
|
12104
12154
|
"description": "The background of quick reply in the chat.\n",
|
|
12105
12155
|
"commentRange": {
|
|
12106
|
-
"start":
|
|
12107
|
-
"end":
|
|
12156
|
+
"start": 195,
|
|
12157
|
+
"end": 196
|
|
12108
12158
|
},
|
|
12109
12159
|
"context": {
|
|
12110
12160
|
"type": "variable",
|
|
@@ -12112,8 +12162,8 @@
|
|
|
12112
12162
|
"value": "transparent",
|
|
12113
12163
|
"scope": "default",
|
|
12114
12164
|
"line": {
|
|
12115
|
-
"start":
|
|
12116
|
-
"end":
|
|
12165
|
+
"start": 197,
|
|
12166
|
+
"end": 197
|
|
12117
12167
|
}
|
|
12118
12168
|
},
|
|
12119
12169
|
"group": [
|
|
@@ -12128,8 +12178,8 @@
|
|
|
12128
12178
|
{
|
|
12129
12179
|
"description": "The text of quick reply in the chat.\n",
|
|
12130
12180
|
"commentRange": {
|
|
12131
|
-
"start":
|
|
12132
|
-
"end":
|
|
12181
|
+
"start": 198,
|
|
12182
|
+
"end": 199
|
|
12133
12183
|
},
|
|
12134
12184
|
"context": {
|
|
12135
12185
|
"type": "variable",
|
|
@@ -12137,8 +12187,8 @@
|
|
|
12137
12187
|
"value": "k-get-theme-color-var( primary-100 )",
|
|
12138
12188
|
"scope": "default",
|
|
12139
12189
|
"line": {
|
|
12140
|
-
"start":
|
|
12141
|
-
"end":
|
|
12190
|
+
"start": 200,
|
|
12191
|
+
"end": 200
|
|
12142
12192
|
}
|
|
12143
12193
|
},
|
|
12144
12194
|
"group": [
|
|
@@ -12153,8 +12203,8 @@
|
|
|
12153
12203
|
{
|
|
12154
12204
|
"description": "The border of quick reply in the chat.\n",
|
|
12155
12205
|
"commentRange": {
|
|
12156
|
-
"start":
|
|
12157
|
-
"end":
|
|
12206
|
+
"start": 201,
|
|
12207
|
+
"end": 202
|
|
12158
12208
|
},
|
|
12159
12209
|
"context": {
|
|
12160
12210
|
"type": "variable",
|
|
@@ -12162,8 +12212,8 @@
|
|
|
12162
12212
|
"value": "k-get-theme-color-var( primary-100 )",
|
|
12163
12213
|
"scope": "default",
|
|
12164
12214
|
"line": {
|
|
12165
|
-
"start":
|
|
12166
|
-
"end":
|
|
12215
|
+
"start": 203,
|
|
12216
|
+
"end": 203
|
|
12167
12217
|
}
|
|
12168
12218
|
},
|
|
12169
12219
|
"group": [
|
|
@@ -12178,8 +12228,8 @@
|
|
|
12178
12228
|
{
|
|
12179
12229
|
"description": "The hover background of quick reply in the chat.\n",
|
|
12180
12230
|
"commentRange": {
|
|
12181
|
-
"start":
|
|
12182
|
-
"end":
|
|
12231
|
+
"start": 205,
|
|
12232
|
+
"end": 206
|
|
12183
12233
|
},
|
|
12184
12234
|
"context": {
|
|
12185
12235
|
"type": "variable",
|
|
@@ -12187,8 +12237,8 @@
|
|
|
12187
12237
|
"value": "k-get-theme-color-var( primary-100 )",
|
|
12188
12238
|
"scope": "default",
|
|
12189
12239
|
"line": {
|
|
12190
|
-
"start":
|
|
12191
|
-
"end":
|
|
12240
|
+
"start": 207,
|
|
12241
|
+
"end": 207
|
|
12192
12242
|
}
|
|
12193
12243
|
},
|
|
12194
12244
|
"group": [
|
|
@@ -12203,8 +12253,8 @@
|
|
|
12203
12253
|
{
|
|
12204
12254
|
"description": "The text of quick reply in the chat.\n",
|
|
12205
12255
|
"commentRange": {
|
|
12206
|
-
"start":
|
|
12207
|
-
"end":
|
|
12256
|
+
"start": 208,
|
|
12257
|
+
"end": 209
|
|
12208
12258
|
},
|
|
12209
12259
|
"context": {
|
|
12210
12260
|
"type": "variable",
|
|
@@ -12212,8 +12262,8 @@
|
|
|
12212
12262
|
"value": "var( --kendo-component-bg, inherit )",
|
|
12213
12263
|
"scope": "default",
|
|
12214
12264
|
"line": {
|
|
12215
|
-
"start":
|
|
12216
|
-
"end":
|
|
12265
|
+
"start": 210,
|
|
12266
|
+
"end": 210
|
|
12217
12267
|
}
|
|
12218
12268
|
},
|
|
12219
12269
|
"group": [
|
|
@@ -12228,8 +12278,8 @@
|
|
|
12228
12278
|
{
|
|
12229
12279
|
"description": "The hover border of quick reply in the chat.\n",
|
|
12230
12280
|
"commentRange": {
|
|
12231
|
-
"start":
|
|
12232
|
-
"end":
|
|
12281
|
+
"start": 211,
|
|
12282
|
+
"end": 212
|
|
12233
12283
|
},
|
|
12234
12284
|
"context": {
|
|
12235
12285
|
"type": "variable",
|
|
@@ -12237,8 +12287,8 @@
|
|
|
12237
12287
|
"value": "k-get-theme-color-var( primary-100 )",
|
|
12238
12288
|
"scope": "default",
|
|
12239
12289
|
"line": {
|
|
12240
|
-
"start":
|
|
12241
|
-
"end":
|
|
12290
|
+
"start": 213,
|
|
12291
|
+
"end": 213
|
|
12242
12292
|
}
|
|
12243
12293
|
},
|
|
12244
12294
|
"group": [
|
|
@@ -82893,15 +82943,15 @@
|
|
|
82893
82943
|
}
|
|
82894
82944
|
},
|
|
82895
82945
|
{
|
|
82896
|
-
"description": "The
|
|
82946
|
+
"description": "The horizontal padding of the toolbar in the chat.\n",
|
|
82897
82947
|
"commentRange": {
|
|
82898
82948
|
"start": 115,
|
|
82899
82949
|
"end": 116
|
|
82900
82950
|
},
|
|
82901
82951
|
"context": {
|
|
82902
82952
|
"type": "variable",
|
|
82903
|
-
"name": "kendo-chat-toolbar-
|
|
82904
|
-
"value": "$kendo-toolbar-md-
|
|
82953
|
+
"name": "kendo-chat-toolbar-padding-x",
|
|
82954
|
+
"value": "$kendo-toolbar-md-padding-x",
|
|
82905
82955
|
"scope": "default",
|
|
82906
82956
|
"line": {
|
|
82907
82957
|
"start": 117,
|
|
@@ -82918,15 +82968,15 @@
|
|
|
82918
82968
|
}
|
|
82919
82969
|
},
|
|
82920
82970
|
{
|
|
82921
|
-
"description": "The
|
|
82971
|
+
"description": "The vertical padding of the toolbar in the chat.\n",
|
|
82922
82972
|
"commentRange": {
|
|
82923
82973
|
"start": 118,
|
|
82924
82974
|
"end": 119
|
|
82925
82975
|
},
|
|
82926
82976
|
"context": {
|
|
82927
82977
|
"type": "variable",
|
|
82928
|
-
"name": "kendo-chat-toolbar-
|
|
82929
|
-
"value": "$kendo-toolbar-
|
|
82978
|
+
"name": "kendo-chat-toolbar-padding-y",
|
|
82979
|
+
"value": "$kendo-toolbar-md-padding-y",
|
|
82930
82980
|
"scope": "default",
|
|
82931
82981
|
"line": {
|
|
82932
82982
|
"start": 120,
|
|
@@ -82943,15 +82993,15 @@
|
|
|
82943
82993
|
}
|
|
82944
82994
|
},
|
|
82945
82995
|
{
|
|
82946
|
-
"description": "The
|
|
82996
|
+
"description": "The spacing of the toolbar in the chat.\n",
|
|
82947
82997
|
"commentRange": {
|
|
82948
82998
|
"start": 121,
|
|
82949
82999
|
"end": 122
|
|
82950
83000
|
},
|
|
82951
83001
|
"context": {
|
|
82952
83002
|
"type": "variable",
|
|
82953
|
-
"name": "kendo-chat-toolbar-
|
|
82954
|
-
"value": "$kendo-toolbar-
|
|
83003
|
+
"name": "kendo-chat-toolbar-spacing",
|
|
83004
|
+
"value": "$kendo-toolbar-md-spacing",
|
|
82955
83005
|
"scope": "default",
|
|
82956
83006
|
"line": {
|
|
82957
83007
|
"start": 123,
|
|
@@ -82968,15 +83018,15 @@
|
|
|
82968
83018
|
}
|
|
82969
83019
|
},
|
|
82970
83020
|
{
|
|
82971
|
-
"description": "The
|
|
83021
|
+
"description": "The background of the toolbar in the chat.\n",
|
|
82972
83022
|
"commentRange": {
|
|
82973
83023
|
"start": 124,
|
|
82974
83024
|
"end": 125
|
|
82975
83025
|
},
|
|
82976
83026
|
"context": {
|
|
82977
83027
|
"type": "variable",
|
|
82978
|
-
"name": "kendo-chat-toolbar-
|
|
82979
|
-
"value": "
|
|
83028
|
+
"name": "kendo-chat-toolbar-bg",
|
|
83029
|
+
"value": "$kendo-toolbar-bg",
|
|
82980
83030
|
"scope": "default",
|
|
82981
83031
|
"line": {
|
|
82982
83032
|
"start": 126,
|
|
@@ -82992,11 +83042,61 @@
|
|
|
82992
83042
|
"name": "_variables.scss"
|
|
82993
83043
|
}
|
|
82994
83044
|
},
|
|
83045
|
+
{
|
|
83046
|
+
"description": "The text of the toolbar in the chat.\n",
|
|
83047
|
+
"commentRange": {
|
|
83048
|
+
"start": 127,
|
|
83049
|
+
"end": 128
|
|
83050
|
+
},
|
|
83051
|
+
"context": {
|
|
83052
|
+
"type": "variable",
|
|
83053
|
+
"name": "kendo-chat-toolbar-text",
|
|
83054
|
+
"value": "$kendo-toolbar-text",
|
|
83055
|
+
"scope": "default",
|
|
83056
|
+
"line": {
|
|
83057
|
+
"start": 129,
|
|
83058
|
+
"end": 129
|
|
83059
|
+
}
|
|
83060
|
+
},
|
|
83061
|
+
"group": [
|
|
83062
|
+
"chat"
|
|
83063
|
+
],
|
|
83064
|
+
"access": "public",
|
|
83065
|
+
"file": {
|
|
83066
|
+
"path": "chat/_variables.scss",
|
|
83067
|
+
"name": "_variables.scss"
|
|
83068
|
+
}
|
|
83069
|
+
},
|
|
83070
|
+
{
|
|
83071
|
+
"description": "The border of the toolbar in the chat.\n",
|
|
83072
|
+
"commentRange": {
|
|
83073
|
+
"start": 130,
|
|
83074
|
+
"end": 131
|
|
83075
|
+
},
|
|
83076
|
+
"context": {
|
|
83077
|
+
"type": "variable",
|
|
83078
|
+
"name": "kendo-chat-toolbar-border",
|
|
83079
|
+
"value": "inherit",
|
|
83080
|
+
"scope": "default",
|
|
83081
|
+
"line": {
|
|
83082
|
+
"start": 132,
|
|
83083
|
+
"end": 132
|
|
83084
|
+
}
|
|
83085
|
+
},
|
|
83086
|
+
"group": [
|
|
83087
|
+
"chat"
|
|
83088
|
+
],
|
|
83089
|
+
"access": "public",
|
|
83090
|
+
"file": {
|
|
83091
|
+
"path": "chat/_variables.scss",
|
|
83092
|
+
"name": "_variables.scss"
|
|
83093
|
+
}
|
|
83094
|
+
},
|
|
82995
83095
|
{
|
|
82996
83096
|
"description": "The horizontal padding of the quick reply in the chat.\n",
|
|
82997
83097
|
"commentRange": {
|
|
82998
|
-
"start":
|
|
82999
|
-
"end":
|
|
83098
|
+
"start": 134,
|
|
83099
|
+
"end": 135
|
|
83000
83100
|
},
|
|
83001
83101
|
"context": {
|
|
83002
83102
|
"type": "variable",
|
|
@@ -83004,8 +83104,8 @@
|
|
|
83004
83104
|
"value": "map.get( $kendo-spacing, 3 )",
|
|
83005
83105
|
"scope": "default",
|
|
83006
83106
|
"line": {
|
|
83007
|
-
"start":
|
|
83008
|
-
"end":
|
|
83107
|
+
"start": 136,
|
|
83108
|
+
"end": 136
|
|
83009
83109
|
}
|
|
83010
83110
|
},
|
|
83011
83111
|
"group": [
|
|
@@ -83020,8 +83120,8 @@
|
|
|
83020
83120
|
{
|
|
83021
83121
|
"description": "The vertical padding of the quick reply in the chat.\n",
|
|
83022
83122
|
"commentRange": {
|
|
83023
|
-
"start":
|
|
83024
|
-
"end":
|
|
83123
|
+
"start": 137,
|
|
83124
|
+
"end": 138
|
|
83025
83125
|
},
|
|
83026
83126
|
"context": {
|
|
83027
83127
|
"type": "variable",
|
|
@@ -83029,8 +83129,8 @@
|
|
|
83029
83129
|
"value": "map.get( $kendo-spacing, 2 )",
|
|
83030
83130
|
"scope": "default",
|
|
83031
83131
|
"line": {
|
|
83032
|
-
"start":
|
|
83033
|
-
"end":
|
|
83132
|
+
"start": 139,
|
|
83133
|
+
"end": 139
|
|
83034
83134
|
}
|
|
83035
83135
|
},
|
|
83036
83136
|
"group": [
|
|
@@ -83045,8 +83145,8 @@
|
|
|
83045
83145
|
{
|
|
83046
83146
|
"description": "The spacing of the quick reply in the chat.\n",
|
|
83047
83147
|
"commentRange": {
|
|
83048
|
-
"start":
|
|
83049
|
-
"end":
|
|
83148
|
+
"start": 140,
|
|
83149
|
+
"end": 141
|
|
83050
83150
|
},
|
|
83051
83151
|
"context": {
|
|
83052
83152
|
"type": "variable",
|
|
@@ -83054,8 +83154,8 @@
|
|
|
83054
83154
|
"value": "map.get( $kendo-spacing, 2 )",
|
|
83055
83155
|
"scope": "default",
|
|
83056
83156
|
"line": {
|
|
83057
|
-
"start":
|
|
83058
|
-
"end":
|
|
83157
|
+
"start": 142,
|
|
83158
|
+
"end": 142
|
|
83059
83159
|
}
|
|
83060
83160
|
},
|
|
83061
83161
|
"group": [
|
|
@@ -83070,8 +83170,8 @@
|
|
|
83070
83170
|
{
|
|
83071
83171
|
"description": "The line height of the quick reply in the chat.\n",
|
|
83072
83172
|
"commentRange": {
|
|
83073
|
-
"start":
|
|
83074
|
-
"end":
|
|
83173
|
+
"start": 143,
|
|
83174
|
+
"end": 144
|
|
83075
83175
|
},
|
|
83076
83176
|
"context": {
|
|
83077
83177
|
"type": "variable",
|
|
@@ -83079,8 +83179,8 @@
|
|
|
83079
83179
|
"value": "$kendo-chat-bubble-line-height",
|
|
83080
83180
|
"scope": "default",
|
|
83081
83181
|
"line": {
|
|
83082
|
-
"start":
|
|
83083
|
-
"end":
|
|
83182
|
+
"start": 145,
|
|
83183
|
+
"end": 145
|
|
83084
83184
|
}
|
|
83085
83185
|
},
|
|
83086
83186
|
"group": [
|
|
@@ -83095,8 +83195,8 @@
|
|
|
83095
83195
|
{
|
|
83096
83196
|
"description": "The background of the chat.\n",
|
|
83097
83197
|
"commentRange": {
|
|
83098
|
-
"start":
|
|
83099
|
-
"end":
|
|
83198
|
+
"start": 147,
|
|
83199
|
+
"end": 148
|
|
83100
83200
|
},
|
|
83101
83201
|
"context": {
|
|
83102
83202
|
"type": "variable",
|
|
@@ -83104,8 +83204,8 @@
|
|
|
83104
83204
|
"value": "k-get-theme-color-var( neutral-10 )",
|
|
83105
83205
|
"scope": "default",
|
|
83106
83206
|
"line": {
|
|
83107
|
-
"start":
|
|
83108
|
-
"end":
|
|
83207
|
+
"start": 149,
|
|
83208
|
+
"end": 149
|
|
83109
83209
|
}
|
|
83110
83210
|
},
|
|
83111
83211
|
"group": [
|
|
@@ -83120,8 +83220,8 @@
|
|
|
83120
83220
|
{
|
|
83121
83221
|
"description": "The text of the chat.\n",
|
|
83122
83222
|
"commentRange": {
|
|
83123
|
-
"start":
|
|
83124
|
-
"end":
|
|
83223
|
+
"start": 150,
|
|
83224
|
+
"end": 151
|
|
83125
83225
|
},
|
|
83126
83226
|
"context": {
|
|
83127
83227
|
"type": "variable",
|
|
@@ -83129,8 +83229,8 @@
|
|
|
83129
83229
|
"value": "k-get-theme-color-var( neutral-190 )",
|
|
83130
83230
|
"scope": "default",
|
|
83131
83231
|
"line": {
|
|
83132
|
-
"start":
|
|
83133
|
-
"end":
|
|
83232
|
+
"start": 152,
|
|
83233
|
+
"end": 152
|
|
83134
83234
|
}
|
|
83135
83235
|
},
|
|
83136
83236
|
"group": [
|
|
@@ -83145,8 +83245,8 @@
|
|
|
83145
83245
|
{
|
|
83146
83246
|
"description": "The border of the chat.\n",
|
|
83147
83247
|
"commentRange": {
|
|
83148
|
-
"start":
|
|
83149
|
-
"end":
|
|
83248
|
+
"start": 153,
|
|
83249
|
+
"end": 154
|
|
83150
83250
|
},
|
|
83151
83251
|
"context": {
|
|
83152
83252
|
"type": "variable",
|
|
@@ -83154,8 +83254,8 @@
|
|
|
83154
83254
|
"value": "k-get-theme-color-var( neutral-30 )",
|
|
83155
83255
|
"scope": "default",
|
|
83156
83256
|
"line": {
|
|
83157
|
-
"start":
|
|
83158
|
-
"end":
|
|
83257
|
+
"start": 155,
|
|
83258
|
+
"end": 155
|
|
83159
83259
|
}
|
|
83160
83260
|
},
|
|
83161
83261
|
"group": [
|
|
@@ -83170,8 +83270,8 @@
|
|
|
83170
83270
|
{
|
|
83171
83271
|
"description": "The background of the bubble in the chat.\n",
|
|
83172
83272
|
"commentRange": {
|
|
83173
|
-
"start":
|
|
83174
|
-
"end":
|
|
83273
|
+
"start": 157,
|
|
83274
|
+
"end": 158
|
|
83175
83275
|
},
|
|
83176
83276
|
"context": {
|
|
83177
83277
|
"type": "variable",
|
|
@@ -83179,8 +83279,8 @@
|
|
|
83179
83279
|
"value": "var( --kendo-component-bg, inherit )",
|
|
83180
83280
|
"scope": "default",
|
|
83181
83281
|
"line": {
|
|
83182
|
-
"start":
|
|
83183
|
-
"end":
|
|
83282
|
+
"start": 159,
|
|
83283
|
+
"end": 159
|
|
83184
83284
|
}
|
|
83185
83285
|
},
|
|
83186
83286
|
"group": [
|
|
@@ -83195,8 +83295,8 @@
|
|
|
83195
83295
|
{
|
|
83196
83296
|
"description": "The text of the bubble in the chat.\n",
|
|
83197
83297
|
"commentRange": {
|
|
83198
|
-
"start":
|
|
83199
|
-
"end":
|
|
83298
|
+
"start": 160,
|
|
83299
|
+
"end": 161
|
|
83200
83300
|
},
|
|
83201
83301
|
"context": {
|
|
83202
83302
|
"type": "variable",
|
|
@@ -83204,8 +83304,8 @@
|
|
|
83204
83304
|
"value": "var( --kendo-component-text, inherit )",
|
|
83205
83305
|
"scope": "default",
|
|
83206
83306
|
"line": {
|
|
83207
|
-
"start":
|
|
83208
|
-
"end":
|
|
83307
|
+
"start": 162,
|
|
83308
|
+
"end": 162
|
|
83209
83309
|
}
|
|
83210
83310
|
},
|
|
83211
83311
|
"group": [
|
|
@@ -83220,8 +83320,8 @@
|
|
|
83220
83320
|
{
|
|
83221
83321
|
"description": "The border of the bubble in the chat.\n",
|
|
83222
83322
|
"commentRange": {
|
|
83223
|
-
"start":
|
|
83224
|
-
"end":
|
|
83323
|
+
"start": 163,
|
|
83324
|
+
"end": 164
|
|
83225
83325
|
},
|
|
83226
83326
|
"context": {
|
|
83227
83327
|
"type": "variable",
|
|
@@ -83229,8 +83329,8 @@
|
|
|
83229
83329
|
"value": "$kendo-chat-bubble-bg",
|
|
83230
83330
|
"scope": "default",
|
|
83231
83331
|
"line": {
|
|
83232
|
-
"start":
|
|
83233
|
-
"end":
|
|
83332
|
+
"start": 165,
|
|
83333
|
+
"end": 165
|
|
83234
83334
|
}
|
|
83235
83335
|
},
|
|
83236
83336
|
"group": [
|
|
@@ -83245,8 +83345,8 @@
|
|
|
83245
83345
|
{
|
|
83246
83346
|
"description": "The box shadow of the bubble in the chat.\n",
|
|
83247
83347
|
"commentRange": {
|
|
83248
|
-
"start":
|
|
83249
|
-
"end":
|
|
83348
|
+
"start": 166,
|
|
83349
|
+
"end": 167
|
|
83250
83350
|
},
|
|
83251
83351
|
"context": {
|
|
83252
83352
|
"type": "variable",
|
|
@@ -83254,8 +83354,8 @@
|
|
|
83254
83354
|
"value": "var( --kendo-box-shadow-depth-1, none )",
|
|
83255
83355
|
"scope": "default",
|
|
83256
83356
|
"line": {
|
|
83257
|
-
"start":
|
|
83258
|
-
"end":
|
|
83357
|
+
"start": 168,
|
|
83358
|
+
"end": 168
|
|
83259
83359
|
}
|
|
83260
83360
|
},
|
|
83261
83361
|
"group": [
|
|
@@ -83270,8 +83370,8 @@
|
|
|
83270
83370
|
{
|
|
83271
83371
|
"description": "The hover shadow of the bubble in the chat.\n",
|
|
83272
83372
|
"commentRange": {
|
|
83273
|
-
"start":
|
|
83274
|
-
"end":
|
|
83373
|
+
"start": 169,
|
|
83374
|
+
"end": 170
|
|
83275
83375
|
},
|
|
83276
83376
|
"context": {
|
|
83277
83377
|
"type": "variable",
|
|
@@ -83279,8 +83379,8 @@
|
|
|
83279
83379
|
"value": "var( --kendo-box-shadow-depth-3, none )",
|
|
83280
83380
|
"scope": "default",
|
|
83281
83381
|
"line": {
|
|
83282
|
-
"start":
|
|
83283
|
-
"end":
|
|
83382
|
+
"start": 171,
|
|
83383
|
+
"end": 171
|
|
83284
83384
|
}
|
|
83285
83385
|
},
|
|
83286
83386
|
"group": [
|
|
@@ -83295,8 +83395,8 @@
|
|
|
83295
83395
|
{
|
|
83296
83396
|
"description": "The selected shadow of the bubble in the chat.\n",
|
|
83297
83397
|
"commentRange": {
|
|
83298
|
-
"start":
|
|
83299
|
-
"end":
|
|
83398
|
+
"start": 172,
|
|
83399
|
+
"end": 173
|
|
83300
83400
|
},
|
|
83301
83401
|
"context": {
|
|
83302
83402
|
"type": "variable",
|
|
@@ -83304,8 +83404,8 @@
|
|
|
83304
83404
|
"value": "var( --kendo-box-shadow-depth-3, none )",
|
|
83305
83405
|
"scope": "default",
|
|
83306
83406
|
"line": {
|
|
83307
|
-
"start":
|
|
83308
|
-
"end":
|
|
83407
|
+
"start": 174,
|
|
83408
|
+
"end": 174
|
|
83309
83409
|
}
|
|
83310
83410
|
},
|
|
83311
83411
|
"group": [
|
|
@@ -83320,8 +83420,8 @@
|
|
|
83320
83420
|
{
|
|
83321
83421
|
"description": "The background of the alt bubble in the chat.\n",
|
|
83322
83422
|
"commentRange": {
|
|
83323
|
-
"start":
|
|
83324
|
-
"end":
|
|
83423
|
+
"start": 176,
|
|
83424
|
+
"end": 177
|
|
83325
83425
|
},
|
|
83326
83426
|
"context": {
|
|
83327
83427
|
"type": "variable",
|
|
@@ -83329,8 +83429,8 @@
|
|
|
83329
83429
|
"value": "k-get-theme-color-var( primary-100 )",
|
|
83330
83430
|
"scope": "default",
|
|
83331
83431
|
"line": {
|
|
83332
|
-
"start":
|
|
83333
|
-
"end":
|
|
83432
|
+
"start": 178,
|
|
83433
|
+
"end": 178
|
|
83334
83434
|
}
|
|
83335
83435
|
},
|
|
83336
83436
|
"group": [
|
|
@@ -83345,8 +83445,8 @@
|
|
|
83345
83445
|
{
|
|
83346
83446
|
"description": "The text of the alt bubble in the chat.\n",
|
|
83347
83447
|
"commentRange": {
|
|
83348
|
-
"start":
|
|
83349
|
-
"end":
|
|
83448
|
+
"start": 179,
|
|
83449
|
+
"end": 180
|
|
83350
83450
|
},
|
|
83351
83451
|
"context": {
|
|
83352
83452
|
"type": "variable",
|
|
@@ -83354,8 +83454,8 @@
|
|
|
83354
83454
|
"value": "var( --kendo-component-bg, inherit )",
|
|
83355
83455
|
"scope": "default",
|
|
83356
83456
|
"line": {
|
|
83357
|
-
"start":
|
|
83358
|
-
"end":
|
|
83457
|
+
"start": 181,
|
|
83458
|
+
"end": 181
|
|
83359
83459
|
}
|
|
83360
83460
|
},
|
|
83361
83461
|
"group": [
|
|
@@ -83370,8 +83470,8 @@
|
|
|
83370
83470
|
{
|
|
83371
83471
|
"description": "The border of the alt bubble in the chat.\n",
|
|
83372
83472
|
"commentRange": {
|
|
83373
|
-
"start":
|
|
83374
|
-
"end":
|
|
83473
|
+
"start": 182,
|
|
83474
|
+
"end": 183
|
|
83375
83475
|
},
|
|
83376
83476
|
"context": {
|
|
83377
83477
|
"type": "variable",
|
|
@@ -83379,8 +83479,8 @@
|
|
|
83379
83479
|
"value": "$kendo-chat-alt-bubble-bg",
|
|
83380
83480
|
"scope": "default",
|
|
83381
83481
|
"line": {
|
|
83382
|
-
"start":
|
|
83383
|
-
"end":
|
|
83482
|
+
"start": 184,
|
|
83483
|
+
"end": 184
|
|
83384
83484
|
}
|
|
83385
83485
|
},
|
|
83386
83486
|
"group": [
|
|
@@ -83395,8 +83495,8 @@
|
|
|
83395
83495
|
{
|
|
83396
83496
|
"description": "The shadow of the alt bubble in the chat.\n",
|
|
83397
83497
|
"commentRange": {
|
|
83398
|
-
"start":
|
|
83399
|
-
"end":
|
|
83498
|
+
"start": 185,
|
|
83499
|
+
"end": 186
|
|
83400
83500
|
},
|
|
83401
83501
|
"context": {
|
|
83402
83502
|
"type": "variable",
|
|
@@ -83404,8 +83504,8 @@
|
|
|
83404
83504
|
"value": "var( --kendo-box-shadow-depth-1, none )",
|
|
83405
83505
|
"scope": "default",
|
|
83406
83506
|
"line": {
|
|
83407
|
-
"start":
|
|
83408
|
-
"end":
|
|
83507
|
+
"start": 187,
|
|
83508
|
+
"end": 187
|
|
83409
83509
|
}
|
|
83410
83510
|
},
|
|
83411
83511
|
"group": [
|
|
@@ -83420,8 +83520,8 @@
|
|
|
83420
83520
|
{
|
|
83421
83521
|
"description": "The hover shadow of the alt bubble in the chat.\n",
|
|
83422
83522
|
"commentRange": {
|
|
83423
|
-
"start":
|
|
83424
|
-
"end":
|
|
83523
|
+
"start": 188,
|
|
83524
|
+
"end": 189
|
|
83425
83525
|
},
|
|
83426
83526
|
"context": {
|
|
83427
83527
|
"type": "variable",
|
|
@@ -83429,8 +83529,8 @@
|
|
|
83429
83529
|
"value": "var( --kendo-box-shadow-depth-1, none )",
|
|
83430
83530
|
"scope": "default",
|
|
83431
83531
|
"line": {
|
|
83432
|
-
"start":
|
|
83433
|
-
"end":
|
|
83532
|
+
"start": 190,
|
|
83533
|
+
"end": 190
|
|
83434
83534
|
}
|
|
83435
83535
|
},
|
|
83436
83536
|
"group": [
|
|
@@ -83445,8 +83545,8 @@
|
|
|
83445
83545
|
{
|
|
83446
83546
|
"description": "The selected shadow of the alt bubble in the chat.\n",
|
|
83447
83547
|
"commentRange": {
|
|
83448
|
-
"start":
|
|
83449
|
-
"end":
|
|
83548
|
+
"start": 191,
|
|
83549
|
+
"end": 192
|
|
83450
83550
|
},
|
|
83451
83551
|
"context": {
|
|
83452
83552
|
"type": "variable",
|
|
@@ -83454,8 +83554,8 @@
|
|
|
83454
83554
|
"value": "var( --kendo-box-shadow-depth-1, none )",
|
|
83455
83555
|
"scope": "default",
|
|
83456
83556
|
"line": {
|
|
83457
|
-
"start":
|
|
83458
|
-
"end":
|
|
83557
|
+
"start": 193,
|
|
83558
|
+
"end": 193
|
|
83459
83559
|
}
|
|
83460
83560
|
},
|
|
83461
83561
|
"group": [
|
|
@@ -83470,8 +83570,8 @@
|
|
|
83470
83570
|
{
|
|
83471
83571
|
"description": "The background of quick reply in the chat.\n",
|
|
83472
83572
|
"commentRange": {
|
|
83473
|
-
"start":
|
|
83474
|
-
"end":
|
|
83573
|
+
"start": 195,
|
|
83574
|
+
"end": 196
|
|
83475
83575
|
},
|
|
83476
83576
|
"context": {
|
|
83477
83577
|
"type": "variable",
|
|
@@ -83479,8 +83579,8 @@
|
|
|
83479
83579
|
"value": "transparent",
|
|
83480
83580
|
"scope": "default",
|
|
83481
83581
|
"line": {
|
|
83482
|
-
"start":
|
|
83483
|
-
"end":
|
|
83582
|
+
"start": 197,
|
|
83583
|
+
"end": 197
|
|
83484
83584
|
}
|
|
83485
83585
|
},
|
|
83486
83586
|
"group": [
|
|
@@ -83495,8 +83595,8 @@
|
|
|
83495
83595
|
{
|
|
83496
83596
|
"description": "The text of quick reply in the chat.\n",
|
|
83497
83597
|
"commentRange": {
|
|
83498
|
-
"start":
|
|
83499
|
-
"end":
|
|
83598
|
+
"start": 198,
|
|
83599
|
+
"end": 199
|
|
83500
83600
|
},
|
|
83501
83601
|
"context": {
|
|
83502
83602
|
"type": "variable",
|
|
@@ -83504,8 +83604,8 @@
|
|
|
83504
83604
|
"value": "k-get-theme-color-var( primary-100 )",
|
|
83505
83605
|
"scope": "default",
|
|
83506
83606
|
"line": {
|
|
83507
|
-
"start":
|
|
83508
|
-
"end":
|
|
83607
|
+
"start": 200,
|
|
83608
|
+
"end": 200
|
|
83509
83609
|
}
|
|
83510
83610
|
},
|
|
83511
83611
|
"group": [
|
|
@@ -83520,8 +83620,8 @@
|
|
|
83520
83620
|
{
|
|
83521
83621
|
"description": "The border of quick reply in the chat.\n",
|
|
83522
83622
|
"commentRange": {
|
|
83523
|
-
"start":
|
|
83524
|
-
"end":
|
|
83623
|
+
"start": 201,
|
|
83624
|
+
"end": 202
|
|
83525
83625
|
},
|
|
83526
83626
|
"context": {
|
|
83527
83627
|
"type": "variable",
|
|
@@ -83529,8 +83629,8 @@
|
|
|
83529
83629
|
"value": "k-get-theme-color-var( primary-100 )",
|
|
83530
83630
|
"scope": "default",
|
|
83531
83631
|
"line": {
|
|
83532
|
-
"start":
|
|
83533
|
-
"end":
|
|
83632
|
+
"start": 203,
|
|
83633
|
+
"end": 203
|
|
83534
83634
|
}
|
|
83535
83635
|
},
|
|
83536
83636
|
"group": [
|
|
@@ -83545,8 +83645,8 @@
|
|
|
83545
83645
|
{
|
|
83546
83646
|
"description": "The hover background of quick reply in the chat.\n",
|
|
83547
83647
|
"commentRange": {
|
|
83548
|
-
"start":
|
|
83549
|
-
"end":
|
|
83648
|
+
"start": 205,
|
|
83649
|
+
"end": 206
|
|
83550
83650
|
},
|
|
83551
83651
|
"context": {
|
|
83552
83652
|
"type": "variable",
|
|
@@ -83554,8 +83654,8 @@
|
|
|
83554
83654
|
"value": "k-get-theme-color-var( primary-100 )",
|
|
83555
83655
|
"scope": "default",
|
|
83556
83656
|
"line": {
|
|
83557
|
-
"start":
|
|
83558
|
-
"end":
|
|
83657
|
+
"start": 207,
|
|
83658
|
+
"end": 207
|
|
83559
83659
|
}
|
|
83560
83660
|
},
|
|
83561
83661
|
"group": [
|
|
@@ -83570,8 +83670,8 @@
|
|
|
83570
83670
|
{
|
|
83571
83671
|
"description": "The text of quick reply in the chat.\n",
|
|
83572
83672
|
"commentRange": {
|
|
83573
|
-
"start":
|
|
83574
|
-
"end":
|
|
83673
|
+
"start": 208,
|
|
83674
|
+
"end": 209
|
|
83575
83675
|
},
|
|
83576
83676
|
"context": {
|
|
83577
83677
|
"type": "variable",
|
|
@@ -83579,8 +83679,8 @@
|
|
|
83579
83679
|
"value": "var( --kendo-component-bg, inherit )",
|
|
83580
83680
|
"scope": "default",
|
|
83581
83681
|
"line": {
|
|
83582
|
-
"start":
|
|
83583
|
-
"end":
|
|
83682
|
+
"start": 210,
|
|
83683
|
+
"end": 210
|
|
83584
83684
|
}
|
|
83585
83685
|
},
|
|
83586
83686
|
"group": [
|
|
@@ -83595,8 +83695,8 @@
|
|
|
83595
83695
|
{
|
|
83596
83696
|
"description": "The hover border of quick reply in the chat.\n",
|
|
83597
83697
|
"commentRange": {
|
|
83598
|
-
"start":
|
|
83599
|
-
"end":
|
|
83698
|
+
"start": 211,
|
|
83699
|
+
"end": 212
|
|
83600
83700
|
},
|
|
83601
83701
|
"context": {
|
|
83602
83702
|
"type": "variable",
|
|
@@ -83604,8 +83704,8 @@
|
|
|
83604
83704
|
"value": "k-get-theme-color-var( primary-100 )",
|
|
83605
83705
|
"scope": "default",
|
|
83606
83706
|
"line": {
|
|
83607
|
-
"start":
|
|
83608
|
-
"end":
|
|
83707
|
+
"start": 213,
|
|
83708
|
+
"end": 213
|
|
83609
83709
|
}
|
|
83610
83710
|
},
|
|
83611
83711
|
"group": [
|