@progress/kendo-theme-fluent 13.2.0-dev.2 → 13.2.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 +1 -1
- package/dist/fluent-1-dark.css +1 -1
- package/dist/fluent-1-dark.scss +0 -20
- package/dist/fluent-1.css +1 -1
- package/dist/fluent-1.scss +0 -20
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main-dark.scss +0 -20
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +976 -1968
- package/dist/meta/sassdoc-raw-data.json +447 -866
- package/dist/meta/variables.json +48 -167
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-1-dark.json +1 -101
- package/lib/swatches/fluent-1.json +1 -101
- package/lib/swatches/fluent-main-dark.json +1 -101
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/adaptive/_variables.scss +3 -3
- package/scss/appbar/_variables.scss +1 -19
- package/scss/bottom-navigation/_theme.scss +1 -1
- package/scss/button/_theme.scss +0 -16
- package/scss/card/_variables.scss +0 -6
- package/scss/chat/_variables.scss +1 -1
- package/scss/checkbox/_variables.scss +2 -2
- package/scss/column-menu/_variables.scss +1 -1
- package/scss/core/color-system/_swatch.scss +0 -56
- package/scss/dialog/_variables.scss +0 -6
- package/scss/dock-manager/_variables.scss +1 -1
- package/scss/editor/_variables.scss +1 -1
- package/scss/fab/_theme.scss +2 -3
- package/scss/filter/_variables.scss +1 -1
- package/scss/gantt/_variables.scss +1 -1
- package/scss/grid/_theme.scss +4 -25
- package/scss/icons/_variables.scss +5 -1
- package/scss/messagebox/_variables.scss +2 -2
- package/scss/notification/_variables.scss +1 -1
- package/scss/overlay/_variables.scss +4 -8
- package/scss/radio/_variables.scss +2 -2
- package/scss/scrollview/_theme.scss +0 -16
- package/scss/scrollview/_variables.scss +2 -0
- package/scss/searchbox/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +1 -1
- package/scss/switch/_variables.scss +4 -4
- package/scss/tooltip/_functions.scss +1 -1
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/treeview/_variables.scss +2 -2
- package/scss/window/_variables.scss +0 -6
|
@@ -2008,7 +2008,7 @@
|
|
|
2008
2008
|
"context": {
|
|
2009
2009
|
"type": "variable",
|
|
2010
2010
|
"name": "kendo-adaptive-menu-clear-text",
|
|
2011
|
-
"value": "var( --kendo-adaptive-menu-clear-text, #{k-color(primary)} )",
|
|
2011
|
+
"value": "var( --kendo-adaptive-menu-clear-text, #{k-color(primary-on-surface)} )",
|
|
2012
2012
|
"scope": "default",
|
|
2013
2013
|
"line": {
|
|
2014
2014
|
"start": 31,
|
|
@@ -2183,7 +2183,7 @@
|
|
|
2183
2183
|
"context": {
|
|
2184
2184
|
"type": "variable",
|
|
2185
2185
|
"name": "kendo-adaptive-grid-sort-text",
|
|
2186
|
-
"value": "var( --kendo-adaptive-grid-sort-text, #{k-color(primary)} )",
|
|
2186
|
+
"value": "var( --kendo-adaptive-grid-sort-text, #{k-color(primary-on-surface)} )",
|
|
2187
2187
|
"scope": "default",
|
|
2188
2188
|
"line": {
|
|
2189
2189
|
"start": 57,
|
|
@@ -2208,7 +2208,7 @@
|
|
|
2208
2208
|
"context": {
|
|
2209
2209
|
"type": "variable",
|
|
2210
2210
|
"name": "kendo-adaptive-scheduler-current-text",
|
|
2211
|
-
"value": "var( --kendo-adaptive-scheduler-current-text, #{k-color(primary)} )",
|
|
2211
|
+
"value": "var( --kendo-adaptive-scheduler-current-text, #{k-color(primary-on-surface)} )",
|
|
2212
2212
|
"scope": "default",
|
|
2213
2213
|
"line": {
|
|
2214
2214
|
"start": 63,
|
|
@@ -2283,7 +2283,7 @@
|
|
|
2283
2283
|
"context": {
|
|
2284
2284
|
"type": "variable",
|
|
2285
2285
|
"name": "kendo-appbar-default-theme-color",
|
|
2286
|
-
"value": "\"
|
|
2286
|
+
"value": "\"base\"",
|
|
2287
2287
|
"scope": "default",
|
|
2288
2288
|
"line": {
|
|
2289
2289
|
"start": 8,
|
|
@@ -2627,106 +2627,6 @@
|
|
|
2627
2627
|
"name": "_variables.scss"
|
|
2628
2628
|
}
|
|
2629
2629
|
},
|
|
2630
|
-
{
|
|
2631
|
-
"description": "The background color of the AppBar based on light theme color.\n",
|
|
2632
|
-
"commentRange": {
|
|
2633
|
-
"start": 52,
|
|
2634
|
-
"end": 53
|
|
2635
|
-
},
|
|
2636
|
-
"context": {
|
|
2637
|
-
"type": "variable",
|
|
2638
|
-
"name": "kendo-appbar-light-bg",
|
|
2639
|
-
"value": "k-color(light)",
|
|
2640
|
-
"scope": "default",
|
|
2641
|
-
"line": {
|
|
2642
|
-
"start": 54,
|
|
2643
|
-
"end": 54
|
|
2644
|
-
}
|
|
2645
|
-
},
|
|
2646
|
-
"group": [
|
|
2647
|
-
"appbar"
|
|
2648
|
-
],
|
|
2649
|
-
"access": "public",
|
|
2650
|
-
"file": {
|
|
2651
|
-
"path": "appbar/_variables.scss",
|
|
2652
|
-
"name": "_variables.scss"
|
|
2653
|
-
}
|
|
2654
|
-
},
|
|
2655
|
-
{
|
|
2656
|
-
"description": "The text color of the AppBar based on light theme color.\n",
|
|
2657
|
-
"commentRange": {
|
|
2658
|
-
"start": 55,
|
|
2659
|
-
"end": 56
|
|
2660
|
-
},
|
|
2661
|
-
"context": {
|
|
2662
|
-
"type": "variable",
|
|
2663
|
-
"name": "kendo-appbar-light-text",
|
|
2664
|
-
"value": "k-color(on-light)",
|
|
2665
|
-
"scope": "default",
|
|
2666
|
-
"line": {
|
|
2667
|
-
"start": 57,
|
|
2668
|
-
"end": 57
|
|
2669
|
-
}
|
|
2670
|
-
},
|
|
2671
|
-
"group": [
|
|
2672
|
-
"appbar"
|
|
2673
|
-
],
|
|
2674
|
-
"access": "public",
|
|
2675
|
-
"file": {
|
|
2676
|
-
"path": "appbar/_variables.scss",
|
|
2677
|
-
"name": "_variables.scss"
|
|
2678
|
-
}
|
|
2679
|
-
},
|
|
2680
|
-
{
|
|
2681
|
-
"description": "The background color of the AppBar based on dark theme color.\n",
|
|
2682
|
-
"commentRange": {
|
|
2683
|
-
"start": 59,
|
|
2684
|
-
"end": 60
|
|
2685
|
-
},
|
|
2686
|
-
"context": {
|
|
2687
|
-
"type": "variable",
|
|
2688
|
-
"name": "kendo-appbar-dark-bg",
|
|
2689
|
-
"value": "k-color(dark)",
|
|
2690
|
-
"scope": "default",
|
|
2691
|
-
"line": {
|
|
2692
|
-
"start": 61,
|
|
2693
|
-
"end": 61
|
|
2694
|
-
}
|
|
2695
|
-
},
|
|
2696
|
-
"group": [
|
|
2697
|
-
"appbar"
|
|
2698
|
-
],
|
|
2699
|
-
"access": "public",
|
|
2700
|
-
"file": {
|
|
2701
|
-
"path": "appbar/_variables.scss",
|
|
2702
|
-
"name": "_variables.scss"
|
|
2703
|
-
}
|
|
2704
|
-
},
|
|
2705
|
-
{
|
|
2706
|
-
"description": "The text color of the AppBar based on dark theme color.\n",
|
|
2707
|
-
"commentRange": {
|
|
2708
|
-
"start": 62,
|
|
2709
|
-
"end": 63
|
|
2710
|
-
},
|
|
2711
|
-
"context": {
|
|
2712
|
-
"type": "variable",
|
|
2713
|
-
"name": "kendo-appbar-dark-text",
|
|
2714
|
-
"value": "k-color(on-dark)",
|
|
2715
|
-
"scope": "default",
|
|
2716
|
-
"line": {
|
|
2717
|
-
"start": 64,
|
|
2718
|
-
"end": 64
|
|
2719
|
-
}
|
|
2720
|
-
},
|
|
2721
|
-
"group": [
|
|
2722
|
-
"appbar"
|
|
2723
|
-
],
|
|
2724
|
-
"access": "public",
|
|
2725
|
-
"file": {
|
|
2726
|
-
"path": "appbar/_variables.scss",
|
|
2727
|
-
"name": "_variables.scss"
|
|
2728
|
-
}
|
|
2729
|
-
},
|
|
2730
2630
|
{
|
|
2731
2631
|
"description": "The default theme color of the Avatar.\n",
|
|
2732
2632
|
"commentRange": {
|
|
@@ -10800,39 +10700,11 @@
|
|
|
10800
10700
|
"name": "_variables.scss"
|
|
10801
10701
|
}
|
|
10802
10702
|
},
|
|
10803
|
-
{
|
|
10804
|
-
"description": "The default theme color of the Card.\n",
|
|
10805
|
-
"commentRange": {
|
|
10806
|
-
"start": 5,
|
|
10807
|
-
"end": 7
|
|
10808
|
-
},
|
|
10809
|
-
"context": {
|
|
10810
|
-
"type": "variable",
|
|
10811
|
-
"name": "kendo-card-default-theme-color",
|
|
10812
|
-
"value": "null",
|
|
10813
|
-
"scope": "default",
|
|
10814
|
-
"line": {
|
|
10815
|
-
"start": 8,
|
|
10816
|
-
"end": 8
|
|
10817
|
-
}
|
|
10818
|
-
},
|
|
10819
|
-
"role": [
|
|
10820
|
-
"default"
|
|
10821
|
-
],
|
|
10822
|
-
"group": [
|
|
10823
|
-
"card"
|
|
10824
|
-
],
|
|
10825
|
-
"access": "public",
|
|
10826
|
-
"file": {
|
|
10827
|
-
"path": "card/_variables.scss",
|
|
10828
|
-
"name": "_variables.scss"
|
|
10829
|
-
}
|
|
10830
|
-
},
|
|
10831
10703
|
{
|
|
10832
10704
|
"description": "The horizontal padding of the Card.\n",
|
|
10833
10705
|
"commentRange": {
|
|
10834
|
-
"start":
|
|
10835
|
-
"end":
|
|
10706
|
+
"start": 5,
|
|
10707
|
+
"end": 6
|
|
10836
10708
|
},
|
|
10837
10709
|
"context": {
|
|
10838
10710
|
"type": "variable",
|
|
@@ -10840,8 +10712,8 @@
|
|
|
10840
10712
|
"value": "var( --kendo-card-padding-x, k-spacing(3) )",
|
|
10841
10713
|
"scope": "default",
|
|
10842
10714
|
"line": {
|
|
10843
|
-
"start":
|
|
10844
|
-
"end":
|
|
10715
|
+
"start": 7,
|
|
10716
|
+
"end": 7
|
|
10845
10717
|
}
|
|
10846
10718
|
},
|
|
10847
10719
|
"group": [
|
|
@@ -10856,8 +10728,8 @@
|
|
|
10856
10728
|
{
|
|
10857
10729
|
"description": "The vertical padding of the Card.\n",
|
|
10858
10730
|
"commentRange": {
|
|
10859
|
-
"start":
|
|
10860
|
-
"end":
|
|
10731
|
+
"start": 8,
|
|
10732
|
+
"end": 9
|
|
10861
10733
|
},
|
|
10862
10734
|
"context": {
|
|
10863
10735
|
"type": "variable",
|
|
@@ -10865,8 +10737,8 @@
|
|
|
10865
10737
|
"value": "var( --kendo-card-padding-y, k-spacing(3) )",
|
|
10866
10738
|
"scope": "default",
|
|
10867
10739
|
"line": {
|
|
10868
|
-
"start":
|
|
10869
|
-
"end":
|
|
10740
|
+
"start": 10,
|
|
10741
|
+
"end": 10
|
|
10870
10742
|
}
|
|
10871
10743
|
},
|
|
10872
10744
|
"group": [
|
|
@@ -10881,8 +10753,8 @@
|
|
|
10881
10753
|
{
|
|
10882
10754
|
"description": "The width of the border around the Card.\n",
|
|
10883
10755
|
"commentRange": {
|
|
10884
|
-
"start":
|
|
10885
|
-
"end":
|
|
10756
|
+
"start": 11,
|
|
10757
|
+
"end": 12
|
|
10886
10758
|
},
|
|
10887
10759
|
"context": {
|
|
10888
10760
|
"type": "variable",
|
|
@@ -10890,8 +10762,8 @@
|
|
|
10890
10762
|
"value": "var( --kendo-card-border-width, 0px )",
|
|
10891
10763
|
"scope": "default",
|
|
10892
10764
|
"line": {
|
|
10893
|
-
"start":
|
|
10894
|
-
"end":
|
|
10765
|
+
"start": 13,
|
|
10766
|
+
"end": 13
|
|
10895
10767
|
}
|
|
10896
10768
|
},
|
|
10897
10769
|
"group": [
|
|
@@ -10906,8 +10778,8 @@
|
|
|
10906
10778
|
{
|
|
10907
10779
|
"description": "The border radius of the Card.\n",
|
|
10908
10780
|
"commentRange": {
|
|
10909
|
-
"start":
|
|
10910
|
-
"end":
|
|
10781
|
+
"start": 14,
|
|
10782
|
+
"end": 15
|
|
10911
10783
|
},
|
|
10912
10784
|
"context": {
|
|
10913
10785
|
"type": "variable",
|
|
@@ -10915,8 +10787,8 @@
|
|
|
10915
10787
|
"value": "var( --kendo-card-border-radius, k-border-radius(md) )",
|
|
10916
10788
|
"scope": "default",
|
|
10917
10789
|
"line": {
|
|
10918
|
-
"start":
|
|
10919
|
-
"end":
|
|
10790
|
+
"start": 16,
|
|
10791
|
+
"end": 16
|
|
10920
10792
|
}
|
|
10921
10793
|
},
|
|
10922
10794
|
"group": [
|
|
@@ -10931,8 +10803,8 @@
|
|
|
10931
10803
|
{
|
|
10932
10804
|
"description": "The inner border radius of the Card.\n",
|
|
10933
10805
|
"commentRange": {
|
|
10934
|
-
"start":
|
|
10935
|
-
"end":
|
|
10806
|
+
"start": 17,
|
|
10807
|
+
"end": 18
|
|
10936
10808
|
},
|
|
10937
10809
|
"context": {
|
|
10938
10810
|
"type": "variable",
|
|
@@ -10940,8 +10812,8 @@
|
|
|
10940
10812
|
"value": "calc( #{$kendo-card-border-radius} - #{$kendo-card-border-width} )",
|
|
10941
10813
|
"scope": "default",
|
|
10942
10814
|
"line": {
|
|
10943
|
-
"start":
|
|
10944
|
-
"end":
|
|
10815
|
+
"start": 19,
|
|
10816
|
+
"end": 19
|
|
10945
10817
|
}
|
|
10946
10818
|
},
|
|
10947
10819
|
"group": [
|
|
@@ -10956,8 +10828,8 @@
|
|
|
10956
10828
|
{
|
|
10957
10829
|
"description": "The font family of the Card.\n",
|
|
10958
10830
|
"commentRange": {
|
|
10959
|
-
"start":
|
|
10960
|
-
"end":
|
|
10831
|
+
"start": 20,
|
|
10832
|
+
"end": 21
|
|
10961
10833
|
},
|
|
10962
10834
|
"context": {
|
|
10963
10835
|
"type": "variable",
|
|
@@ -10965,8 +10837,8 @@
|
|
|
10965
10837
|
"value": "var( --kendo-card-font-family, var(--kendo-font-family) )",
|
|
10966
10838
|
"scope": "default",
|
|
10967
10839
|
"line": {
|
|
10968
|
-
"start":
|
|
10969
|
-
"end":
|
|
10840
|
+
"start": 22,
|
|
10841
|
+
"end": 22
|
|
10970
10842
|
}
|
|
10971
10843
|
},
|
|
10972
10844
|
"group": [
|
|
@@ -10981,8 +10853,8 @@
|
|
|
10981
10853
|
{
|
|
10982
10854
|
"description": "The font size of the Card.\n",
|
|
10983
10855
|
"commentRange": {
|
|
10984
|
-
"start":
|
|
10985
|
-
"end":
|
|
10856
|
+
"start": 23,
|
|
10857
|
+
"end": 24
|
|
10986
10858
|
},
|
|
10987
10859
|
"context": {
|
|
10988
10860
|
"type": "variable",
|
|
@@ -10990,8 +10862,8 @@
|
|
|
10990
10862
|
"value": "var( --kendo-card-font-size, var(--kendo-font-size-sm) )",
|
|
10991
10863
|
"scope": "default",
|
|
10992
10864
|
"line": {
|
|
10993
|
-
"start":
|
|
10994
|
-
"end":
|
|
10865
|
+
"start": 25,
|
|
10866
|
+
"end": 25
|
|
10995
10867
|
}
|
|
10996
10868
|
},
|
|
10997
10869
|
"group": [
|
|
@@ -11006,8 +10878,8 @@
|
|
|
11006
10878
|
{
|
|
11007
10879
|
"description": "The line height of the Card.\n",
|
|
11008
10880
|
"commentRange": {
|
|
11009
|
-
"start":
|
|
11010
|
-
"end":
|
|
10881
|
+
"start": 26,
|
|
10882
|
+
"end": 27
|
|
11011
10883
|
},
|
|
11012
10884
|
"context": {
|
|
11013
10885
|
"type": "variable",
|
|
@@ -11015,8 +10887,8 @@
|
|
|
11015
10887
|
"value": "var( --kendo-card-line-height, var(--kendo-line-height) )",
|
|
11016
10888
|
"scope": "default",
|
|
11017
10889
|
"line": {
|
|
11018
|
-
"start":
|
|
11019
|
-
"end":
|
|
10890
|
+
"start": 28,
|
|
10891
|
+
"end": 28
|
|
11020
10892
|
}
|
|
11021
10893
|
},
|
|
11022
10894
|
"group": [
|
|
@@ -11031,8 +10903,8 @@
|
|
|
11031
10903
|
{
|
|
11032
10904
|
"description": "The spacing between the Cards in the Card deck.\n",
|
|
11033
10905
|
"commentRange": {
|
|
11034
|
-
"start":
|
|
11035
|
-
"end":
|
|
10906
|
+
"start": 30,
|
|
10907
|
+
"end": 31
|
|
11036
10908
|
},
|
|
11037
10909
|
"context": {
|
|
11038
10910
|
"type": "variable",
|
|
@@ -11040,8 +10912,8 @@
|
|
|
11040
10912
|
"value": "var( --kendo-card-deck-gap, k-spacing(4) )",
|
|
11041
10913
|
"scope": "default",
|
|
11042
10914
|
"line": {
|
|
11043
|
-
"start":
|
|
11044
|
-
"end":
|
|
10915
|
+
"start": 32,
|
|
10916
|
+
"end": 32
|
|
11045
10917
|
}
|
|
11046
10918
|
},
|
|
11047
10919
|
"group": [
|
|
@@ -11056,8 +10928,8 @@
|
|
|
11056
10928
|
{
|
|
11057
10929
|
"description": "The background color of the Card.\n",
|
|
11058
10930
|
"commentRange": {
|
|
11059
|
-
"start":
|
|
11060
|
-
"end":
|
|
10931
|
+
"start": 34,
|
|
10932
|
+
"end": 35
|
|
11061
10933
|
},
|
|
11062
10934
|
"context": {
|
|
11063
10935
|
"type": "variable",
|
|
@@ -11065,8 +10937,8 @@
|
|
|
11065
10937
|
"value": "var( --kendo-card-bg, k-color(surface-alt) )",
|
|
11066
10938
|
"scope": "default",
|
|
11067
10939
|
"line": {
|
|
11068
|
-
"start":
|
|
11069
|
-
"end":
|
|
10940
|
+
"start": 36,
|
|
10941
|
+
"end": 36
|
|
11070
10942
|
}
|
|
11071
10943
|
},
|
|
11072
10944
|
"group": [
|
|
@@ -11081,8 +10953,8 @@
|
|
|
11081
10953
|
{
|
|
11082
10954
|
"description": "The text color of the Card.\n",
|
|
11083
10955
|
"commentRange": {
|
|
11084
|
-
"start":
|
|
11085
|
-
"end":
|
|
10956
|
+
"start": 37,
|
|
10957
|
+
"end": 38
|
|
11086
10958
|
},
|
|
11087
10959
|
"context": {
|
|
11088
10960
|
"type": "variable",
|
|
@@ -11090,8 +10962,8 @@
|
|
|
11090
10962
|
"value": "var( --kendo-card-text, k-color(on-app-surface) )",
|
|
11091
10963
|
"scope": "default",
|
|
11092
10964
|
"line": {
|
|
11093
|
-
"start":
|
|
11094
|
-
"end":
|
|
10965
|
+
"start": 39,
|
|
10966
|
+
"end": 39
|
|
11095
10967
|
}
|
|
11096
10968
|
},
|
|
11097
10969
|
"group": [
|
|
@@ -11106,8 +10978,8 @@
|
|
|
11106
10978
|
{
|
|
11107
10979
|
"description": "The border color of the Card.\n",
|
|
11108
10980
|
"commentRange": {
|
|
11109
|
-
"start":
|
|
11110
|
-
"end":
|
|
10981
|
+
"start": 40,
|
|
10982
|
+
"end": 41
|
|
11111
10983
|
},
|
|
11112
10984
|
"context": {
|
|
11113
10985
|
"type": "variable",
|
|
@@ -11115,8 +10987,8 @@
|
|
|
11115
10987
|
"value": "var( --kendo-card-border, k-color(surface-alt) )",
|
|
11116
10988
|
"scope": "default",
|
|
11117
10989
|
"line": {
|
|
11118
|
-
"start":
|
|
11119
|
-
"end":
|
|
10990
|
+
"start": 42,
|
|
10991
|
+
"end": 42
|
|
11120
10992
|
}
|
|
11121
10993
|
},
|
|
11122
10994
|
"group": [
|
|
@@ -11131,8 +11003,8 @@
|
|
|
11131
11003
|
{
|
|
11132
11004
|
"description": "The shadow of the Card.\n",
|
|
11133
11005
|
"commentRange": {
|
|
11134
|
-
"start":
|
|
11135
|
-
"end":
|
|
11006
|
+
"start": 43,
|
|
11007
|
+
"end": 44
|
|
11136
11008
|
},
|
|
11137
11009
|
"context": {
|
|
11138
11010
|
"type": "variable",
|
|
@@ -11140,8 +11012,8 @@
|
|
|
11140
11012
|
"value": "var( --kendo-card-shadow, var( --kendo-elevation-3, none ) )",
|
|
11141
11013
|
"scope": "default",
|
|
11142
11014
|
"line": {
|
|
11143
|
-
"start":
|
|
11144
|
-
"end":
|
|
11015
|
+
"start": 45,
|
|
11016
|
+
"end": 45
|
|
11145
11017
|
}
|
|
11146
11018
|
},
|
|
11147
11019
|
"group": [
|
|
@@ -11156,8 +11028,8 @@
|
|
|
11156
11028
|
{
|
|
11157
11029
|
"description": "The background color of the focused Card.\n",
|
|
11158
11030
|
"commentRange": {
|
|
11159
|
-
"start":
|
|
11160
|
-
"end":
|
|
11031
|
+
"start": 47,
|
|
11032
|
+
"end": 48
|
|
11161
11033
|
},
|
|
11162
11034
|
"context": {
|
|
11163
11035
|
"type": "variable",
|
|
@@ -11165,8 +11037,8 @@
|
|
|
11165
11037
|
"value": "$kendo-card-bg",
|
|
11166
11038
|
"scope": "default",
|
|
11167
11039
|
"line": {
|
|
11168
|
-
"start":
|
|
11169
|
-
"end":
|
|
11040
|
+
"start": 49,
|
|
11041
|
+
"end": 49
|
|
11170
11042
|
}
|
|
11171
11043
|
},
|
|
11172
11044
|
"group": [
|
|
@@ -11181,8 +11053,8 @@
|
|
|
11181
11053
|
{
|
|
11182
11054
|
"description": "The text color of the focused Card.\n",
|
|
11183
11055
|
"commentRange": {
|
|
11184
|
-
"start":
|
|
11185
|
-
"end":
|
|
11056
|
+
"start": 50,
|
|
11057
|
+
"end": 51
|
|
11186
11058
|
},
|
|
11187
11059
|
"context": {
|
|
11188
11060
|
"type": "variable",
|
|
@@ -11190,8 +11062,8 @@
|
|
|
11190
11062
|
"value": "null",
|
|
11191
11063
|
"scope": "default",
|
|
11192
11064
|
"line": {
|
|
11193
|
-
"start":
|
|
11194
|
-
"end":
|
|
11065
|
+
"start": 52,
|
|
11066
|
+
"end": 52
|
|
11195
11067
|
}
|
|
11196
11068
|
},
|
|
11197
11069
|
"group": [
|
|
@@ -11206,8 +11078,8 @@
|
|
|
11206
11078
|
{
|
|
11207
11079
|
"description": "The border color of the focused Card.\n",
|
|
11208
11080
|
"commentRange": {
|
|
11209
|
-
"start":
|
|
11210
|
-
"end":
|
|
11081
|
+
"start": 53,
|
|
11082
|
+
"end": 54
|
|
11211
11083
|
},
|
|
11212
11084
|
"context": {
|
|
11213
11085
|
"type": "variable",
|
|
@@ -11215,8 +11087,8 @@
|
|
|
11215
11087
|
"value": "k-color(border-alt)",
|
|
11216
11088
|
"scope": "default",
|
|
11217
11089
|
"line": {
|
|
11218
|
-
"start":
|
|
11219
|
-
"end":
|
|
11090
|
+
"start": 55,
|
|
11091
|
+
"end": 55
|
|
11220
11092
|
}
|
|
11221
11093
|
},
|
|
11222
11094
|
"group": [
|
|
@@ -11231,8 +11103,8 @@
|
|
|
11231
11103
|
{
|
|
11232
11104
|
"description": "The shadow of the focused Card.\n",
|
|
11233
11105
|
"commentRange": {
|
|
11234
|
-
"start":
|
|
11235
|
-
"end":
|
|
11106
|
+
"start": 56,
|
|
11107
|
+
"end": 57
|
|
11236
11108
|
},
|
|
11237
11109
|
"context": {
|
|
11238
11110
|
"type": "variable",
|
|
@@ -11240,8 +11112,8 @@
|
|
|
11240
11112
|
"value": "var( --kendo-elevation-3, none )",
|
|
11241
11113
|
"scope": "default",
|
|
11242
11114
|
"line": {
|
|
11243
|
-
"start":
|
|
11244
|
-
"end":
|
|
11115
|
+
"start": 58,
|
|
11116
|
+
"end": 58
|
|
11245
11117
|
}
|
|
11246
11118
|
},
|
|
11247
11119
|
"group": [
|
|
@@ -11256,8 +11128,8 @@
|
|
|
11256
11128
|
{
|
|
11257
11129
|
"description": "The font size of the Card header.\n",
|
|
11258
11130
|
"commentRange": {
|
|
11259
|
-
"start":
|
|
11260
|
-
"end":
|
|
11131
|
+
"start": 60,
|
|
11132
|
+
"end": 61
|
|
11261
11133
|
},
|
|
11262
11134
|
"context": {
|
|
11263
11135
|
"type": "variable",
|
|
@@ -11265,8 +11137,8 @@
|
|
|
11265
11137
|
"value": "var( --kendo-card-header-font-size, var(--kendo-font-size-md) )",
|
|
11266
11138
|
"scope": "default",
|
|
11267
11139
|
"line": {
|
|
11268
|
-
"start":
|
|
11269
|
-
"end":
|
|
11140
|
+
"start": 62,
|
|
11141
|
+
"end": 62
|
|
11270
11142
|
}
|
|
11271
11143
|
},
|
|
11272
11144
|
"group": [
|
|
@@ -11281,8 +11153,8 @@
|
|
|
11281
11153
|
{
|
|
11282
11154
|
"description": "Тhe font family of the Card header.\n",
|
|
11283
11155
|
"commentRange": {
|
|
11284
|
-
"start":
|
|
11285
|
-
"end":
|
|
11156
|
+
"start": 63,
|
|
11157
|
+
"end": 64
|
|
11286
11158
|
},
|
|
11287
11159
|
"context": {
|
|
11288
11160
|
"type": "variable",
|
|
@@ -11290,8 +11162,8 @@
|
|
|
11290
11162
|
"value": "var( --kendo-card-header-font-family, var(--kendo-font-family) )",
|
|
11291
11163
|
"scope": "default",
|
|
11292
11164
|
"line": {
|
|
11293
|
-
"start":
|
|
11294
|
-
"end":
|
|
11165
|
+
"start": 65,
|
|
11166
|
+
"end": 65
|
|
11295
11167
|
}
|
|
11296
11168
|
},
|
|
11297
11169
|
"group": [
|
|
@@ -11306,8 +11178,8 @@
|
|
|
11306
11178
|
{
|
|
11307
11179
|
"description": "The line height of the Card header.\n",
|
|
11308
11180
|
"commentRange": {
|
|
11309
|
-
"start":
|
|
11310
|
-
"end":
|
|
11181
|
+
"start": 66,
|
|
11182
|
+
"end": 67
|
|
11311
11183
|
},
|
|
11312
11184
|
"context": {
|
|
11313
11185
|
"type": "variable",
|
|
@@ -11315,8 +11187,8 @@
|
|
|
11315
11187
|
"value": "var( --kendo-card-header-line-height, var(--kendo-line-height) )",
|
|
11316
11188
|
"scope": "default",
|
|
11317
11189
|
"line": {
|
|
11318
|
-
"start":
|
|
11319
|
-
"end":
|
|
11190
|
+
"start": 68,
|
|
11191
|
+
"end": 68
|
|
11320
11192
|
}
|
|
11321
11193
|
},
|
|
11322
11194
|
"group": [
|
|
@@ -11331,8 +11203,8 @@
|
|
|
11331
11203
|
{
|
|
11332
11204
|
"description": "The horizontal padding of the Card header.\n",
|
|
11333
11205
|
"commentRange": {
|
|
11334
|
-
"start":
|
|
11335
|
-
"end":
|
|
11206
|
+
"start": 69,
|
|
11207
|
+
"end": 70
|
|
11336
11208
|
},
|
|
11337
11209
|
"context": {
|
|
11338
11210
|
"type": "variable",
|
|
@@ -11340,8 +11212,8 @@
|
|
|
11340
11212
|
"value": "var( --kendo-card-header-padding-x, k-spacing(3) )",
|
|
11341
11213
|
"scope": "default",
|
|
11342
11214
|
"line": {
|
|
11343
|
-
"start":
|
|
11344
|
-
"end":
|
|
11215
|
+
"start": 71,
|
|
11216
|
+
"end": 71
|
|
11345
11217
|
}
|
|
11346
11218
|
},
|
|
11347
11219
|
"group": [
|
|
@@ -11356,8 +11228,8 @@
|
|
|
11356
11228
|
{
|
|
11357
11229
|
"description": "The vertical padding of the Card header.\n",
|
|
11358
11230
|
"commentRange": {
|
|
11359
|
-
"start":
|
|
11360
|
-
"end":
|
|
11231
|
+
"start": 72,
|
|
11232
|
+
"end": 73
|
|
11361
11233
|
},
|
|
11362
11234
|
"context": {
|
|
11363
11235
|
"type": "variable",
|
|
@@ -11365,8 +11237,8 @@
|
|
|
11365
11237
|
"value": "var( --kendo-card-header-padding-y, k-spacing(3) )",
|
|
11366
11238
|
"scope": "default",
|
|
11367
11239
|
"line": {
|
|
11368
|
-
"start":
|
|
11369
|
-
"end":
|
|
11240
|
+
"start": 74,
|
|
11241
|
+
"end": 74
|
|
11370
11242
|
}
|
|
11371
11243
|
},
|
|
11372
11244
|
"group": [
|
|
@@ -11381,8 +11253,8 @@
|
|
|
11381
11253
|
{
|
|
11382
11254
|
"description": "The bottom border width of the Card header.\n",
|
|
11383
11255
|
"commentRange": {
|
|
11384
|
-
"start":
|
|
11385
|
-
"end":
|
|
11256
|
+
"start": 75,
|
|
11257
|
+
"end": 76
|
|
11386
11258
|
},
|
|
11387
11259
|
"context": {
|
|
11388
11260
|
"type": "variable",
|
|
@@ -11390,8 +11262,8 @@
|
|
|
11390
11262
|
"value": "var( --kendo-card-header-border-width, 0 )",
|
|
11391
11263
|
"scope": "default",
|
|
11392
11264
|
"line": {
|
|
11393
|
-
"start":
|
|
11394
|
-
"end":
|
|
11265
|
+
"start": 77,
|
|
11266
|
+
"end": 77
|
|
11395
11267
|
}
|
|
11396
11268
|
},
|
|
11397
11269
|
"group": [
|
|
@@ -11406,8 +11278,8 @@
|
|
|
11406
11278
|
{
|
|
11407
11279
|
"description": "The background color of the Card header.\n",
|
|
11408
11280
|
"commentRange": {
|
|
11409
|
-
"start":
|
|
11410
|
-
"end":
|
|
11281
|
+
"start": 78,
|
|
11282
|
+
"end": 79
|
|
11411
11283
|
},
|
|
11412
11284
|
"context": {
|
|
11413
11285
|
"type": "variable",
|
|
@@ -11415,8 +11287,8 @@
|
|
|
11415
11287
|
"value": "var( --kendo-card-header-bg, inherit )",
|
|
11416
11288
|
"scope": "default",
|
|
11417
11289
|
"line": {
|
|
11418
|
-
"start":
|
|
11419
|
-
"end":
|
|
11290
|
+
"start": 80,
|
|
11291
|
+
"end": 80
|
|
11420
11292
|
}
|
|
11421
11293
|
},
|
|
11422
11294
|
"group": [
|
|
@@ -11431,8 +11303,8 @@
|
|
|
11431
11303
|
{
|
|
11432
11304
|
"description": "The text color of the Card header.\n",
|
|
11433
11305
|
"commentRange": {
|
|
11434
|
-
"start":
|
|
11435
|
-
"end":
|
|
11306
|
+
"start": 81,
|
|
11307
|
+
"end": 82
|
|
11436
11308
|
},
|
|
11437
11309
|
"context": {
|
|
11438
11310
|
"type": "variable",
|
|
@@ -11440,8 +11312,8 @@
|
|
|
11440
11312
|
"value": "var( --kendo-card-header-text, k-color(on-app-surface) )",
|
|
11441
11313
|
"scope": "default",
|
|
11442
11314
|
"line": {
|
|
11443
|
-
"start":
|
|
11444
|
-
"end":
|
|
11315
|
+
"start": 83,
|
|
11316
|
+
"end": 83
|
|
11445
11317
|
}
|
|
11446
11318
|
},
|
|
11447
11319
|
"group": [
|
|
@@ -11456,8 +11328,8 @@
|
|
|
11456
11328
|
{
|
|
11457
11329
|
"description": "The border color of the Card header.\n",
|
|
11458
11330
|
"commentRange": {
|
|
11459
|
-
"start":
|
|
11460
|
-
"end":
|
|
11331
|
+
"start": 84,
|
|
11332
|
+
"end": 85
|
|
11461
11333
|
},
|
|
11462
11334
|
"context": {
|
|
11463
11335
|
"type": "variable",
|
|
@@ -11465,8 +11337,8 @@
|
|
|
11465
11337
|
"value": "var( --kendo-card-header-border, inherit )",
|
|
11466
11338
|
"scope": "default",
|
|
11467
11339
|
"line": {
|
|
11468
|
-
"start":
|
|
11469
|
-
"end":
|
|
11340
|
+
"start": 86,
|
|
11341
|
+
"end": 86
|
|
11470
11342
|
}
|
|
11471
11343
|
},
|
|
11472
11344
|
"group": [
|
|
@@ -11481,8 +11353,8 @@
|
|
|
11481
11353
|
{
|
|
11482
11354
|
"description": "The horizontal padding of the Card body.\n",
|
|
11483
11355
|
"commentRange": {
|
|
11484
|
-
"start":
|
|
11485
|
-
"end":
|
|
11356
|
+
"start": 88,
|
|
11357
|
+
"end": 89
|
|
11486
11358
|
},
|
|
11487
11359
|
"context": {
|
|
11488
11360
|
"type": "variable",
|
|
@@ -11490,8 +11362,8 @@
|
|
|
11490
11362
|
"value": "var( --kendo-card-body-padding-x, k-spacing(3) )",
|
|
11491
11363
|
"scope": "default",
|
|
11492
11364
|
"line": {
|
|
11493
|
-
"start":
|
|
11494
|
-
"end":
|
|
11365
|
+
"start": 90,
|
|
11366
|
+
"end": 90
|
|
11495
11367
|
}
|
|
11496
11368
|
},
|
|
11497
11369
|
"group": [
|
|
@@ -11506,8 +11378,8 @@
|
|
|
11506
11378
|
{
|
|
11507
11379
|
"description": "The vertical padding of the Card body.\n",
|
|
11508
11380
|
"commentRange": {
|
|
11509
|
-
"start":
|
|
11510
|
-
"end":
|
|
11381
|
+
"start": 91,
|
|
11382
|
+
"end": 92
|
|
11511
11383
|
},
|
|
11512
11384
|
"context": {
|
|
11513
11385
|
"type": "variable",
|
|
@@ -11515,8 +11387,8 @@
|
|
|
11515
11387
|
"value": "var( --kendo-card-body-padding-y, k-spacing(3) )",
|
|
11516
11388
|
"scope": "default",
|
|
11517
11389
|
"line": {
|
|
11518
|
-
"start":
|
|
11519
|
-
"end":
|
|
11390
|
+
"start": 93,
|
|
11391
|
+
"end": 93
|
|
11520
11392
|
}
|
|
11521
11393
|
},
|
|
11522
11394
|
"group": [
|
|
@@ -11531,8 +11403,8 @@
|
|
|
11531
11403
|
{
|
|
11532
11404
|
"description": "The horizontal padding of the Card footer.\n",
|
|
11533
11405
|
"commentRange": {
|
|
11534
|
-
"start":
|
|
11535
|
-
"end":
|
|
11406
|
+
"start": 95,
|
|
11407
|
+
"end": 96
|
|
11536
11408
|
},
|
|
11537
11409
|
"context": {
|
|
11538
11410
|
"type": "variable",
|
|
@@ -11540,8 +11412,8 @@
|
|
|
11540
11412
|
"value": "$kendo-card-padding-x",
|
|
11541
11413
|
"scope": "default",
|
|
11542
11414
|
"line": {
|
|
11543
|
-
"start":
|
|
11544
|
-
"end":
|
|
11415
|
+
"start": 97,
|
|
11416
|
+
"end": 97
|
|
11545
11417
|
}
|
|
11546
11418
|
},
|
|
11547
11419
|
"group": [
|
|
@@ -11556,8 +11428,8 @@
|
|
|
11556
11428
|
{
|
|
11557
11429
|
"description": "The vertical padding of the Card footer.\n",
|
|
11558
11430
|
"commentRange": {
|
|
11559
|
-
"start":
|
|
11560
|
-
"end":
|
|
11431
|
+
"start": 98,
|
|
11432
|
+
"end": 99
|
|
11561
11433
|
},
|
|
11562
11434
|
"context": {
|
|
11563
11435
|
"type": "variable",
|
|
@@ -11565,8 +11437,8 @@
|
|
|
11565
11437
|
"value": "$kendo-card-padding-y",
|
|
11566
11438
|
"scope": "default",
|
|
11567
11439
|
"line": {
|
|
11568
|
-
"start":
|
|
11569
|
-
"end":
|
|
11440
|
+
"start": 100,
|
|
11441
|
+
"end": 100
|
|
11570
11442
|
}
|
|
11571
11443
|
},
|
|
11572
11444
|
"group": [
|
|
@@ -11581,8 +11453,8 @@
|
|
|
11581
11453
|
{
|
|
11582
11454
|
"description": "The top border width of the Card footer.\n",
|
|
11583
11455
|
"commentRange": {
|
|
11584
|
-
"start":
|
|
11585
|
-
"end":
|
|
11456
|
+
"start": 101,
|
|
11457
|
+
"end": 102
|
|
11586
11458
|
},
|
|
11587
11459
|
"context": {
|
|
11588
11460
|
"type": "variable",
|
|
@@ -11590,8 +11462,8 @@
|
|
|
11590
11462
|
"value": "var( --kendo-card-footer-border-width, 0 )",
|
|
11591
11463
|
"scope": "default",
|
|
11592
11464
|
"line": {
|
|
11593
|
-
"start":
|
|
11594
|
-
"end":
|
|
11465
|
+
"start": 103,
|
|
11466
|
+
"end": 103
|
|
11595
11467
|
}
|
|
11596
11468
|
},
|
|
11597
11469
|
"group": [
|
|
@@ -11606,8 +11478,8 @@
|
|
|
11606
11478
|
{
|
|
11607
11479
|
"description": "The background color of the Card footer.\n",
|
|
11608
11480
|
"commentRange": {
|
|
11609
|
-
"start":
|
|
11610
|
-
"end":
|
|
11481
|
+
"start": 104,
|
|
11482
|
+
"end": 105
|
|
11611
11483
|
},
|
|
11612
11484
|
"context": {
|
|
11613
11485
|
"type": "variable",
|
|
@@ -11615,8 +11487,8 @@
|
|
|
11615
11487
|
"value": "var( --kendo-card-footer-bg, inherit )",
|
|
11616
11488
|
"scope": "default",
|
|
11617
11489
|
"line": {
|
|
11618
|
-
"start":
|
|
11619
|
-
"end":
|
|
11490
|
+
"start": 106,
|
|
11491
|
+
"end": 106
|
|
11620
11492
|
}
|
|
11621
11493
|
},
|
|
11622
11494
|
"group": [
|
|
@@ -11631,8 +11503,8 @@
|
|
|
11631
11503
|
{
|
|
11632
11504
|
"description": "The text color of the Card footer.\n",
|
|
11633
11505
|
"commentRange": {
|
|
11634
|
-
"start":
|
|
11635
|
-
"end":
|
|
11506
|
+
"start": 107,
|
|
11507
|
+
"end": 108
|
|
11636
11508
|
},
|
|
11637
11509
|
"context": {
|
|
11638
11510
|
"type": "variable",
|
|
@@ -11640,8 +11512,8 @@
|
|
|
11640
11512
|
"value": "var( --kendo-card-footer-text, inherit )",
|
|
11641
11513
|
"scope": "default",
|
|
11642
11514
|
"line": {
|
|
11643
|
-
"start":
|
|
11644
|
-
"end":
|
|
11515
|
+
"start": 109,
|
|
11516
|
+
"end": 109
|
|
11645
11517
|
}
|
|
11646
11518
|
},
|
|
11647
11519
|
"group": [
|
|
@@ -11656,8 +11528,8 @@
|
|
|
11656
11528
|
{
|
|
11657
11529
|
"description": "The border color of the Card footer.\n",
|
|
11658
11530
|
"commentRange": {
|
|
11659
|
-
"start":
|
|
11660
|
-
"end":
|
|
11531
|
+
"start": 110,
|
|
11532
|
+
"end": 111
|
|
11661
11533
|
},
|
|
11662
11534
|
"context": {
|
|
11663
11535
|
"type": "variable",
|
|
@@ -11665,8 +11537,8 @@
|
|
|
11665
11537
|
"value": "var( --kendo-card-footer-border, inherit )",
|
|
11666
11538
|
"scope": "default",
|
|
11667
11539
|
"line": {
|
|
11668
|
-
"start":
|
|
11669
|
-
"end":
|
|
11540
|
+
"start": 112,
|
|
11541
|
+
"end": 112
|
|
11670
11542
|
}
|
|
11671
11543
|
},
|
|
11672
11544
|
"group": [
|
|
@@ -11681,8 +11553,8 @@
|
|
|
11681
11553
|
{
|
|
11682
11554
|
"description": "The font size of the Card title.\n",
|
|
11683
11555
|
"commentRange": {
|
|
11684
|
-
"start":
|
|
11685
|
-
"end":
|
|
11556
|
+
"start": 114,
|
|
11557
|
+
"end": 115
|
|
11686
11558
|
},
|
|
11687
11559
|
"context": {
|
|
11688
11560
|
"type": "variable",
|
|
@@ -11690,8 +11562,8 @@
|
|
|
11690
11562
|
"value": "var( --kendo-card-title-font-size, var(--kendo-font-size-md) )",
|
|
11691
11563
|
"scope": "default",
|
|
11692
11564
|
"line": {
|
|
11693
|
-
"start":
|
|
11694
|
-
"end":
|
|
11565
|
+
"start": 116,
|
|
11566
|
+
"end": 116
|
|
11695
11567
|
}
|
|
11696
11568
|
},
|
|
11697
11569
|
"group": [
|
|
@@ -11706,8 +11578,8 @@
|
|
|
11706
11578
|
{
|
|
11707
11579
|
"description": "The font family of the Card title.\n",
|
|
11708
11580
|
"commentRange": {
|
|
11709
|
-
"start":
|
|
11710
|
-
"end":
|
|
11581
|
+
"start": 117,
|
|
11582
|
+
"end": 118
|
|
11711
11583
|
},
|
|
11712
11584
|
"context": {
|
|
11713
11585
|
"type": "variable",
|
|
@@ -11715,8 +11587,8 @@
|
|
|
11715
11587
|
"value": "var( --kendo-card-title-font-family, var(--kendo-font-family) )",
|
|
11716
11588
|
"scope": "default",
|
|
11717
11589
|
"line": {
|
|
11718
|
-
"start":
|
|
11719
|
-
"end":
|
|
11590
|
+
"start": 119,
|
|
11591
|
+
"end": 119
|
|
11720
11592
|
}
|
|
11721
11593
|
},
|
|
11722
11594
|
"group": [
|
|
@@ -11731,8 +11603,8 @@
|
|
|
11731
11603
|
{
|
|
11732
11604
|
"description": "The font weight of the Card title.\n",
|
|
11733
11605
|
"commentRange": {
|
|
11734
|
-
"start":
|
|
11735
|
-
"end":
|
|
11606
|
+
"start": 120,
|
|
11607
|
+
"end": 121
|
|
11736
11608
|
},
|
|
11737
11609
|
"context": {
|
|
11738
11610
|
"type": "variable",
|
|
@@ -11740,8 +11612,8 @@
|
|
|
11740
11612
|
"value": "var( --kendo-card-title-font-weight, var(--kendo-font-weight-semibold) )",
|
|
11741
11613
|
"scope": "default",
|
|
11742
11614
|
"line": {
|
|
11743
|
-
"start":
|
|
11744
|
-
"end":
|
|
11615
|
+
"start": 122,
|
|
11616
|
+
"end": 122
|
|
11745
11617
|
}
|
|
11746
11618
|
},
|
|
11747
11619
|
"group": [
|
|
@@ -11756,8 +11628,8 @@
|
|
|
11756
11628
|
{
|
|
11757
11629
|
"description": "The line height of the Card title.\n",
|
|
11758
11630
|
"commentRange": {
|
|
11759
|
-
"start":
|
|
11760
|
-
"end":
|
|
11631
|
+
"start": 123,
|
|
11632
|
+
"end": 124
|
|
11761
11633
|
},
|
|
11762
11634
|
"context": {
|
|
11763
11635
|
"type": "variable",
|
|
@@ -11765,8 +11637,8 @@
|
|
|
11765
11637
|
"value": "var( --kendo-card-title-line-height, var(--kendo-line-height) )",
|
|
11766
11638
|
"scope": "default",
|
|
11767
11639
|
"line": {
|
|
11768
|
-
"start":
|
|
11769
|
-
"end":
|
|
11640
|
+
"start": 125,
|
|
11641
|
+
"end": 125
|
|
11770
11642
|
}
|
|
11771
11643
|
},
|
|
11772
11644
|
"group": [
|
|
@@ -11781,8 +11653,8 @@
|
|
|
11781
11653
|
{
|
|
11782
11654
|
"description": "The bottom margin of the Card title.\n",
|
|
11783
11655
|
"commentRange": {
|
|
11784
|
-
"start":
|
|
11785
|
-
"end":
|
|
11656
|
+
"start": 126,
|
|
11657
|
+
"end": 127
|
|
11786
11658
|
},
|
|
11787
11659
|
"context": {
|
|
11788
11660
|
"type": "variable",
|
|
@@ -11790,8 +11662,8 @@
|
|
|
11790
11662
|
"value": "var( --kendo-card-title-margin-bottom, k-spacing(3) )",
|
|
11791
11663
|
"scope": "default",
|
|
11792
11664
|
"line": {
|
|
11793
|
-
"start":
|
|
11794
|
-
"end":
|
|
11665
|
+
"start": 128,
|
|
11666
|
+
"end": 128
|
|
11795
11667
|
}
|
|
11796
11668
|
},
|
|
11797
11669
|
"group": [
|
|
@@ -11806,8 +11678,8 @@
|
|
|
11806
11678
|
{
|
|
11807
11679
|
"description": "The font size of the Card subtitle.\n",
|
|
11808
11680
|
"commentRange": {
|
|
11809
|
-
"start":
|
|
11810
|
-
"end":
|
|
11681
|
+
"start": 129,
|
|
11682
|
+
"end": 130
|
|
11811
11683
|
},
|
|
11812
11684
|
"context": {
|
|
11813
11685
|
"type": "variable",
|
|
@@ -11815,8 +11687,8 @@
|
|
|
11815
11687
|
"value": "var( --kendo-card-subtitle-font-size, var(--kendo-font-size-sm) )",
|
|
11816
11688
|
"scope": "default",
|
|
11817
11689
|
"line": {
|
|
11818
|
-
"start":
|
|
11819
|
-
"end":
|
|
11690
|
+
"start": 131,
|
|
11691
|
+
"end": 131
|
|
11820
11692
|
}
|
|
11821
11693
|
},
|
|
11822
11694
|
"group": [
|
|
@@ -11831,8 +11703,8 @@
|
|
|
11831
11703
|
{
|
|
11832
11704
|
"description": "The font family of the Card subtitle.\n",
|
|
11833
11705
|
"commentRange": {
|
|
11834
|
-
"start":
|
|
11835
|
-
"end":
|
|
11706
|
+
"start": 132,
|
|
11707
|
+
"end": 133
|
|
11836
11708
|
},
|
|
11837
11709
|
"context": {
|
|
11838
11710
|
"type": "variable",
|
|
@@ -11840,8 +11712,8 @@
|
|
|
11840
11712
|
"value": "var( --kendo-card-subtitle-font-family, var(--kendo-font-family) )",
|
|
11841
11713
|
"scope": "default",
|
|
11842
11714
|
"line": {
|
|
11843
|
-
"start":
|
|
11844
|
-
"end":
|
|
11715
|
+
"start": 134,
|
|
11716
|
+
"end": 134
|
|
11845
11717
|
}
|
|
11846
11718
|
},
|
|
11847
11719
|
"group": [
|
|
@@ -11856,8 +11728,8 @@
|
|
|
11856
11728
|
{
|
|
11857
11729
|
"description": "The line height of the Card subtitle.\n",
|
|
11858
11730
|
"commentRange": {
|
|
11859
|
-
"start":
|
|
11860
|
-
"end":
|
|
11731
|
+
"start": 135,
|
|
11732
|
+
"end": 136
|
|
11861
11733
|
},
|
|
11862
11734
|
"context": {
|
|
11863
11735
|
"type": "variable",
|
|
@@ -11865,8 +11737,8 @@
|
|
|
11865
11737
|
"value": "var( --kendo-card-subtitle-line-height, var(--kendo-line-height-lg) )",
|
|
11866
11738
|
"scope": "default",
|
|
11867
11739
|
"line": {
|
|
11868
|
-
"start":
|
|
11869
|
-
"end":
|
|
11740
|
+
"start": 137,
|
|
11741
|
+
"end": 137
|
|
11870
11742
|
}
|
|
11871
11743
|
},
|
|
11872
11744
|
"group": [
|
|
@@ -11881,8 +11753,8 @@
|
|
|
11881
11753
|
{
|
|
11882
11754
|
"description": "The bottom margin of the Card subtitle.\n",
|
|
11883
11755
|
"commentRange": {
|
|
11884
|
-
"start":
|
|
11885
|
-
"end":
|
|
11756
|
+
"start": 138,
|
|
11757
|
+
"end": 139
|
|
11886
11758
|
},
|
|
11887
11759
|
"context": {
|
|
11888
11760
|
"type": "variable",
|
|
@@ -11890,8 +11762,8 @@
|
|
|
11890
11762
|
"value": "var( --kendo-card-subtitle-margin-bottom, k-spacing(3) )",
|
|
11891
11763
|
"scope": "default",
|
|
11892
11764
|
"line": {
|
|
11893
|
-
"start":
|
|
11894
|
-
"end":
|
|
11765
|
+
"start": 140,
|
|
11766
|
+
"end": 140
|
|
11895
11767
|
}
|
|
11896
11768
|
},
|
|
11897
11769
|
"group": [
|
|
@@ -11906,8 +11778,8 @@
|
|
|
11906
11778
|
{
|
|
11907
11779
|
"description": "The text color of the Card subtitle.\n",
|
|
11908
11780
|
"commentRange": {
|
|
11909
|
-
"start":
|
|
11910
|
-
"end":
|
|
11781
|
+
"start": 141,
|
|
11782
|
+
"end": 142
|
|
11911
11783
|
},
|
|
11912
11784
|
"context": {
|
|
11913
11785
|
"type": "variable",
|
|
@@ -11915,8 +11787,8 @@
|
|
|
11915
11787
|
"value": "var( --kendo-card-subtitle-text, k-color(subtle) )",
|
|
11916
11788
|
"scope": "default",
|
|
11917
11789
|
"line": {
|
|
11918
|
-
"start":
|
|
11919
|
-
"end":
|
|
11790
|
+
"start": 143,
|
|
11791
|
+
"end": 143
|
|
11920
11792
|
}
|
|
11921
11793
|
},
|
|
11922
11794
|
"group": [
|
|
@@ -11931,8 +11803,8 @@
|
|
|
11931
11803
|
{
|
|
11932
11804
|
"description": "The maximum width of the Card image.\n",
|
|
11933
11805
|
"commentRange": {
|
|
11934
|
-
"start":
|
|
11935
|
-
"end":
|
|
11806
|
+
"start": 145,
|
|
11807
|
+
"end": 146
|
|
11936
11808
|
},
|
|
11937
11809
|
"context": {
|
|
11938
11810
|
"type": "variable",
|
|
@@ -11940,8 +11812,8 @@
|
|
|
11940
11812
|
"value": "100px",
|
|
11941
11813
|
"scope": "default",
|
|
11942
11814
|
"line": {
|
|
11943
|
-
"start":
|
|
11944
|
-
"end":
|
|
11815
|
+
"start": 147,
|
|
11816
|
+
"end": 147
|
|
11945
11817
|
}
|
|
11946
11818
|
},
|
|
11947
11819
|
"group": [
|
|
@@ -11956,8 +11828,8 @@
|
|
|
11956
11828
|
{
|
|
11957
11829
|
"description": "The spacing between the Avatar and the text in the Card.\n",
|
|
11958
11830
|
"commentRange": {
|
|
11959
|
-
"start":
|
|
11960
|
-
"end":
|
|
11831
|
+
"start": 148,
|
|
11832
|
+
"end": 149
|
|
11961
11833
|
},
|
|
11962
11834
|
"context": {
|
|
11963
11835
|
"type": "variable",
|
|
@@ -11965,8 +11837,8 @@
|
|
|
11965
11837
|
"value": "k-spacing(2)",
|
|
11966
11838
|
"scope": "default",
|
|
11967
11839
|
"line": {
|
|
11968
|
-
"start":
|
|
11969
|
-
"end":
|
|
11840
|
+
"start": 150,
|
|
11841
|
+
"end": 150
|
|
11970
11842
|
}
|
|
11971
11843
|
},
|
|
11972
11844
|
"group": [
|
|
@@ -11981,8 +11853,8 @@
|
|
|
11981
11853
|
{
|
|
11982
11854
|
"description": "The horizontal padding of the Card actions.\n",
|
|
11983
11855
|
"commentRange": {
|
|
11984
|
-
"start":
|
|
11985
|
-
"end":
|
|
11856
|
+
"start": 152,
|
|
11857
|
+
"end": 153
|
|
11986
11858
|
},
|
|
11987
11859
|
"context": {
|
|
11988
11860
|
"type": "variable",
|
|
@@ -11990,8 +11862,8 @@
|
|
|
11990
11862
|
"value": "var( --kendo-card-actions-padding-x, k-spacing(3) )",
|
|
11991
11863
|
"scope": "default",
|
|
11992
11864
|
"line": {
|
|
11993
|
-
"start":
|
|
11994
|
-
"end":
|
|
11865
|
+
"start": 154,
|
|
11866
|
+
"end": 154
|
|
11995
11867
|
}
|
|
11996
11868
|
},
|
|
11997
11869
|
"group": [
|
|
@@ -12006,8 +11878,8 @@
|
|
|
12006
11878
|
{
|
|
12007
11879
|
"description": "The vertical padding of the Card actions.\n",
|
|
12008
11880
|
"commentRange": {
|
|
12009
|
-
"start":
|
|
12010
|
-
"end":
|
|
11881
|
+
"start": 155,
|
|
11882
|
+
"end": 156
|
|
12011
11883
|
},
|
|
12012
11884
|
"context": {
|
|
12013
11885
|
"type": "variable",
|
|
@@ -12015,8 +11887,8 @@
|
|
|
12015
11887
|
"value": "var( --kendo-card-actions-padding-y, k-spacing(3) )",
|
|
12016
11888
|
"scope": "default",
|
|
12017
11889
|
"line": {
|
|
12018
|
-
"start":
|
|
12019
|
-
"end":
|
|
11890
|
+
"start": 157,
|
|
11891
|
+
"end": 157
|
|
12020
11892
|
}
|
|
12021
11893
|
},
|
|
12022
11894
|
"group": [
|
|
@@ -12031,8 +11903,8 @@
|
|
|
12031
11903
|
{
|
|
12032
11904
|
"description": "The top border width of the Card actions.\n",
|
|
12033
11905
|
"commentRange": {
|
|
12034
|
-
"start":
|
|
12035
|
-
"end":
|
|
11906
|
+
"start": 158,
|
|
11907
|
+
"end": 159
|
|
12036
11908
|
},
|
|
12037
11909
|
"context": {
|
|
12038
11910
|
"type": "variable",
|
|
@@ -12040,8 +11912,8 @@
|
|
|
12040
11912
|
"value": "var( --kendo-card-actions-border-width, 0 )",
|
|
12041
11913
|
"scope": "default",
|
|
12042
11914
|
"line": {
|
|
12043
|
-
"start":
|
|
12044
|
-
"end":
|
|
11915
|
+
"start": 160,
|
|
11916
|
+
"end": 160
|
|
12045
11917
|
}
|
|
12046
11918
|
},
|
|
12047
11919
|
"group": [
|
|
@@ -12056,8 +11928,8 @@
|
|
|
12056
11928
|
{
|
|
12057
11929
|
"description": "The spacing between the Card actions.\n",
|
|
12058
11930
|
"commentRange": {
|
|
12059
|
-
"start":
|
|
12060
|
-
"end":
|
|
11931
|
+
"start": 161,
|
|
11932
|
+
"end": 162
|
|
12061
11933
|
},
|
|
12062
11934
|
"context": {
|
|
12063
11935
|
"type": "variable",
|
|
@@ -12065,8 +11937,8 @@
|
|
|
12065
11937
|
"value": "var( --kendo-card-actions-gap, k-spacing(3) )",
|
|
12066
11938
|
"scope": "default",
|
|
12067
11939
|
"line": {
|
|
12068
|
-
"start":
|
|
12069
|
-
"end":
|
|
11940
|
+
"start": 163,
|
|
11941
|
+
"end": 163
|
|
12070
11942
|
}
|
|
12071
11943
|
},
|
|
12072
11944
|
"group": [
|
|
@@ -12081,8 +11953,8 @@
|
|
|
12081
11953
|
{
|
|
12082
11954
|
"description": "The border radius of the scroll button in the Card deck.\n",
|
|
12083
11955
|
"commentRange": {
|
|
12084
|
-
"start":
|
|
12085
|
-
"end":
|
|
11956
|
+
"start": 165,
|
|
11957
|
+
"end": 166
|
|
12086
11958
|
},
|
|
12087
11959
|
"context": {
|
|
12088
11960
|
"type": "variable",
|
|
@@ -12090,8 +11962,8 @@
|
|
|
12090
11962
|
"value": "0",
|
|
12091
11963
|
"scope": "default",
|
|
12092
11964
|
"line": {
|
|
12093
|
-
"start":
|
|
12094
|
-
"end":
|
|
11965
|
+
"start": 167,
|
|
11966
|
+
"end": 167
|
|
12095
11967
|
}
|
|
12096
11968
|
},
|
|
12097
11969
|
"group": [
|
|
@@ -12106,8 +11978,8 @@
|
|
|
12106
11978
|
{
|
|
12107
11979
|
"description": "The border radius of the scroll button in the Card deck.\n",
|
|
12108
11980
|
"commentRange": {
|
|
12109
|
-
"start":
|
|
12110
|
-
"end":
|
|
11981
|
+
"start": 168,
|
|
11982
|
+
"end": 169
|
|
12111
11983
|
},
|
|
12112
11984
|
"context": {
|
|
12113
11985
|
"type": "variable",
|
|
@@ -12115,8 +11987,8 @@
|
|
|
12115
11987
|
"value": "calc( -1 * #{$kendo-button-border-width} )",
|
|
12116
11988
|
"scope": "default",
|
|
12117
11989
|
"line": {
|
|
12118
|
-
"start":
|
|
12119
|
-
"end":
|
|
11990
|
+
"start": 170,
|
|
11991
|
+
"end": 170
|
|
12120
11992
|
}
|
|
12121
11993
|
},
|
|
12122
11994
|
"group": [
|
|
@@ -12131,8 +12003,8 @@
|
|
|
12131
12003
|
{
|
|
12132
12004
|
"description": "The size of the Card callout.\n",
|
|
12133
12005
|
"commentRange": {
|
|
12134
|
-
"start":
|
|
12135
|
-
"end":
|
|
12006
|
+
"start": 172,
|
|
12007
|
+
"end": 173
|
|
12136
12008
|
},
|
|
12137
12009
|
"context": {
|
|
12138
12010
|
"type": "variable",
|
|
@@ -12140,8 +12012,8 @@
|
|
|
12140
12012
|
"value": "20px",
|
|
12141
12013
|
"scope": "default",
|
|
12142
12014
|
"line": {
|
|
12143
|
-
"start":
|
|
12144
|
-
"end":
|
|
12015
|
+
"start": 174,
|
|
12016
|
+
"end": 174
|
|
12145
12017
|
}
|
|
12146
12018
|
},
|
|
12147
12019
|
"group": [
|
|
@@ -16337,7 +16209,7 @@
|
|
|
16337
16209
|
"context": {
|
|
16338
16210
|
"type": "variable",
|
|
16339
16211
|
"name": "kendo-chat-alt-bubble-text",
|
|
16340
|
-
"value": "var( --kendo-chat-alt-bubble-text, #{k-color(
|
|
16212
|
+
"value": "var( --kendo-chat-alt-bubble-text, #{k-color(on-primary)} )",
|
|
16341
16213
|
"scope": "default",
|
|
16342
16214
|
"line": {
|
|
16343
16215
|
"start": 139,
|
|
@@ -17337,7 +17209,7 @@
|
|
|
17337
17209
|
"context": {
|
|
17338
17210
|
"type": "variable",
|
|
17339
17211
|
"name": "kendo-checkbox-checked-text",
|
|
17340
|
-
"value": "var( --kendo-checkbox-checked-text, k-color(
|
|
17212
|
+
"value": "var( --kendo-checkbox-checked-text, k-color(on-primary) )",
|
|
17341
17213
|
"scope": "default",
|
|
17342
17214
|
"line": {
|
|
17343
17215
|
"start": 94,
|
|
@@ -17837,7 +17709,7 @@
|
|
|
17837
17709
|
"context": {
|
|
17838
17710
|
"type": "variable",
|
|
17839
17711
|
"name": "kendo-checkbox-hover-checked-text",
|
|
17840
|
-
"value": "var( --kendo-checkbox-hover-checked-text, k-color(
|
|
17712
|
+
"value": "var( --kendo-checkbox-hover-checked-text, k-color(on-primary) )",
|
|
17841
17713
|
"scope": "default",
|
|
17842
17714
|
"line": {
|
|
17843
17715
|
"start": 160,
|
|
@@ -23058,8 +22930,8 @@
|
|
|
23058
22930
|
{
|
|
23059
22931
|
"description": "The global default Colors map.\n",
|
|
23060
22932
|
"commentRange": {
|
|
23061
|
-
"start":
|
|
23062
|
-
"end":
|
|
22933
|
+
"start": 163,
|
|
22934
|
+
"end": 385
|
|
23063
22935
|
},
|
|
23064
22936
|
"context": {
|
|
23065
22937
|
"type": "variable",
|
|
@@ -23067,8 +22939,8 @@
|
|
|
23067
22939
|
"value": "$_default-colors",
|
|
23068
22940
|
"scope": "default",
|
|
23069
22941
|
"line": {
|
|
23070
|
-
"start":
|
|
23071
|
-
"end":
|
|
22942
|
+
"start": 386,
|
|
22943
|
+
"end": 386
|
|
23072
22944
|
}
|
|
23073
22945
|
},
|
|
23074
22946
|
"group": [
|
|
@@ -23216,38 +23088,6 @@
|
|
|
23216
23088
|
],
|
|
23217
23089
|
"description": "The Error variable group."
|
|
23218
23090
|
},
|
|
23219
|
-
{
|
|
23220
|
-
"name": "light",
|
|
23221
|
-
"value": [
|
|
23222
|
-
"light-subtle",
|
|
23223
|
-
"light-subtle-hover",
|
|
23224
|
-
"light-subtle-active",
|
|
23225
|
-
"light",
|
|
23226
|
-
"light-hover",
|
|
23227
|
-
"light-active",
|
|
23228
|
-
"light-emphasis",
|
|
23229
|
-
"light-on-subtle",
|
|
23230
|
-
"on-light",
|
|
23231
|
-
"light-on-surface"
|
|
23232
|
-
],
|
|
23233
|
-
"description": "The Light variable group."
|
|
23234
|
-
},
|
|
23235
|
-
{
|
|
23236
|
-
"name": "dark",
|
|
23237
|
-
"value": [
|
|
23238
|
-
"dark-subtle",
|
|
23239
|
-
"dark-subtle-hover",
|
|
23240
|
-
"dark-subtle-active",
|
|
23241
|
-
"dark",
|
|
23242
|
-
"dark-hover",
|
|
23243
|
-
"dark-active",
|
|
23244
|
-
"dark-emphasis",
|
|
23245
|
-
"dark-on-subtle",
|
|
23246
|
-
"on-dark",
|
|
23247
|
-
"dark-on-surface"
|
|
23248
|
-
],
|
|
23249
|
-
"description": "The Dark variable group."
|
|
23250
|
-
},
|
|
23251
23091
|
{
|
|
23252
23092
|
"name": "inverse",
|
|
23253
23093
|
"value": [
|
|
@@ -23774,106 +23614,6 @@
|
|
|
23774
23614
|
"name": "error-on-surface",
|
|
23775
23615
|
"description": "The text color variable for content on surface."
|
|
23776
23616
|
},
|
|
23777
|
-
{
|
|
23778
|
-
"type": "Color",
|
|
23779
|
-
"name": "light-subtle",
|
|
23780
|
-
"description": "The light subtle background color variable."
|
|
23781
|
-
},
|
|
23782
|
-
{
|
|
23783
|
-
"type": "Color",
|
|
23784
|
-
"name": "light-subtle-hover",
|
|
23785
|
-
"description": "The light subtle background color variable for the hover state."
|
|
23786
|
-
},
|
|
23787
|
-
{
|
|
23788
|
-
"type": "Color",
|
|
23789
|
-
"name": "light-subtle-active",
|
|
23790
|
-
"description": "The light subtle background color variable for the active state."
|
|
23791
|
-
},
|
|
23792
|
-
{
|
|
23793
|
-
"type": "Color",
|
|
23794
|
-
"name": "light",
|
|
23795
|
-
"description": "The light background color variable."
|
|
23796
|
-
},
|
|
23797
|
-
{
|
|
23798
|
-
"type": "Color",
|
|
23799
|
-
"name": "light-hover",
|
|
23800
|
-
"description": "The light background color variable for the hover state."
|
|
23801
|
-
},
|
|
23802
|
-
{
|
|
23803
|
-
"type": "Color",
|
|
23804
|
-
"name": "light-active",
|
|
23805
|
-
"description": "The light background color variable for the active state."
|
|
23806
|
-
},
|
|
23807
|
-
{
|
|
23808
|
-
"type": "Color",
|
|
23809
|
-
"name": "light-emphasis",
|
|
23810
|
-
"description": "The emphasized light color variable."
|
|
23811
|
-
},
|
|
23812
|
-
{
|
|
23813
|
-
"type": "Color",
|
|
23814
|
-
"name": "light-on-subtle",
|
|
23815
|
-
"description": "The text color variable for content on light subtle."
|
|
23816
|
-
},
|
|
23817
|
-
{
|
|
23818
|
-
"type": "Color",
|
|
23819
|
-
"name": "on-light",
|
|
23820
|
-
"description": "The text color variable for content on light."
|
|
23821
|
-
},
|
|
23822
|
-
{
|
|
23823
|
-
"type": "Color",
|
|
23824
|
-
"name": "light-on-surface",
|
|
23825
|
-
"description": "The text color variable for content on surface."
|
|
23826
|
-
},
|
|
23827
|
-
{
|
|
23828
|
-
"type": "Color",
|
|
23829
|
-
"name": "dark-subtle",
|
|
23830
|
-
"description": "The dark subtle background color variable."
|
|
23831
|
-
},
|
|
23832
|
-
{
|
|
23833
|
-
"type": "Color",
|
|
23834
|
-
"name": "dark-subtle-hover",
|
|
23835
|
-
"description": "The dark subtle background color variable for the hover state."
|
|
23836
|
-
},
|
|
23837
|
-
{
|
|
23838
|
-
"type": "Color",
|
|
23839
|
-
"name": "dark-subtle-active",
|
|
23840
|
-
"description": "The dark subtle background color variable for the active state."
|
|
23841
|
-
},
|
|
23842
|
-
{
|
|
23843
|
-
"type": "Color",
|
|
23844
|
-
"name": "dark",
|
|
23845
|
-
"description": "The dark background color variable."
|
|
23846
|
-
},
|
|
23847
|
-
{
|
|
23848
|
-
"type": "Color",
|
|
23849
|
-
"name": "dark-hover",
|
|
23850
|
-
"description": "The dark background color variable for the hover state."
|
|
23851
|
-
},
|
|
23852
|
-
{
|
|
23853
|
-
"type": "Color",
|
|
23854
|
-
"name": "dark-active",
|
|
23855
|
-
"description": "The dark background color variable for the active state."
|
|
23856
|
-
},
|
|
23857
|
-
{
|
|
23858
|
-
"type": "Color",
|
|
23859
|
-
"name": "dark-emphasis",
|
|
23860
|
-
"description": "The emphasized dark color variable."
|
|
23861
|
-
},
|
|
23862
|
-
{
|
|
23863
|
-
"type": "Color",
|
|
23864
|
-
"name": "dark-on-subtle",
|
|
23865
|
-
"description": "The text color variable for content on dark subtle."
|
|
23866
|
-
},
|
|
23867
|
-
{
|
|
23868
|
-
"type": "Color",
|
|
23869
|
-
"name": "on-dark",
|
|
23870
|
-
"description": "The text color variable for content on dark."
|
|
23871
|
-
},
|
|
23872
|
-
{
|
|
23873
|
-
"type": "Color",
|
|
23874
|
-
"name": "dark-on-surface",
|
|
23875
|
-
"description": "The text color variable for content on surface."
|
|
23876
|
-
},
|
|
23877
23617
|
{
|
|
23878
23618
|
"type": "Color",
|
|
23879
23619
|
"name": "inverse-subtle",
|
|
@@ -24498,7 +24238,7 @@
|
|
|
24498
24238
|
"context": {
|
|
24499
24239
|
"type": "variable",
|
|
24500
24240
|
"name": "kendo-group-menu-item-add-action-text",
|
|
24501
|
-
"value": "var( --kendo-group-menu-item-add-action-text, k-color(primary) )",
|
|
24241
|
+
"value": "var( --kendo-group-menu-item-add-action-text, #{k-color(primary-on-surface)} )",
|
|
24502
24242
|
"scope": "default",
|
|
24503
24243
|
"line": {
|
|
24504
24244
|
"start": 62,
|
|
@@ -24792,39 +24532,11 @@
|
|
|
24792
24532
|
"name": "_variables.scss"
|
|
24793
24533
|
}
|
|
24794
24534
|
},
|
|
24795
|
-
{
|
|
24796
|
-
"description": "The default theme color of the Dialog.\n",
|
|
24797
|
-
"commentRange": {
|
|
24798
|
-
"start": 4,
|
|
24799
|
-
"end": 6
|
|
24800
|
-
},
|
|
24801
|
-
"context": {
|
|
24802
|
-
"type": "variable",
|
|
24803
|
-
"name": "kendo-dialog-default-theme-color",
|
|
24804
|
-
"value": "null",
|
|
24805
|
-
"scope": "default",
|
|
24806
|
-
"line": {
|
|
24807
|
-
"start": 7,
|
|
24808
|
-
"end": 7
|
|
24809
|
-
}
|
|
24810
|
-
},
|
|
24811
|
-
"group": [
|
|
24812
|
-
"dialog"
|
|
24813
|
-
],
|
|
24814
|
-
"role": [
|
|
24815
|
-
"default"
|
|
24816
|
-
],
|
|
24817
|
-
"access": "public",
|
|
24818
|
-
"file": {
|
|
24819
|
-
"path": "dialog/_variables.scss",
|
|
24820
|
-
"name": "_variables.scss"
|
|
24821
|
-
}
|
|
24822
|
-
},
|
|
24823
24535
|
{
|
|
24824
24536
|
"description": "The background color of the Dialog titlebar.\n",
|
|
24825
24537
|
"commentRange": {
|
|
24826
|
-
"start":
|
|
24827
|
-
"end":
|
|
24538
|
+
"start": 4,
|
|
24539
|
+
"end": 5
|
|
24828
24540
|
},
|
|
24829
24541
|
"context": {
|
|
24830
24542
|
"type": "variable",
|
|
@@ -24832,8 +24544,8 @@
|
|
|
24832
24544
|
"value": "var( --kendo-dialog-titlebar-bg, k-color(surface-alt) )",
|
|
24833
24545
|
"scope": "default",
|
|
24834
24546
|
"line": {
|
|
24835
|
-
"start":
|
|
24836
|
-
"end":
|
|
24547
|
+
"start": 6,
|
|
24548
|
+
"end": 6
|
|
24837
24549
|
}
|
|
24838
24550
|
},
|
|
24839
24551
|
"group": [
|
|
@@ -24848,8 +24560,8 @@
|
|
|
24848
24560
|
{
|
|
24849
24561
|
"description": "The text color of the Dialog titlebar.\n",
|
|
24850
24562
|
"commentRange": {
|
|
24851
|
-
"start":
|
|
24852
|
-
"end":
|
|
24563
|
+
"start": 7,
|
|
24564
|
+
"end": 8
|
|
24853
24565
|
},
|
|
24854
24566
|
"context": {
|
|
24855
24567
|
"type": "variable",
|
|
@@ -24857,8 +24569,8 @@
|
|
|
24857
24569
|
"value": "var( --kendo-dialog-titlebar-text, k-color(on-app-surface) )",
|
|
24858
24570
|
"scope": "default",
|
|
24859
24571
|
"line": {
|
|
24860
|
-
"start":
|
|
24861
|
-
"end":
|
|
24572
|
+
"start": 9,
|
|
24573
|
+
"end": 9
|
|
24862
24574
|
}
|
|
24863
24575
|
},
|
|
24864
24576
|
"group": [
|
|
@@ -24873,8 +24585,8 @@
|
|
|
24873
24585
|
{
|
|
24874
24586
|
"description": "The border color of the Dialog titlebar.\n",
|
|
24875
24587
|
"commentRange": {
|
|
24876
|
-
"start":
|
|
24877
|
-
"end":
|
|
24588
|
+
"start": 10,
|
|
24589
|
+
"end": 11
|
|
24878
24590
|
},
|
|
24879
24591
|
"context": {
|
|
24880
24592
|
"type": "variable",
|
|
@@ -24882,8 +24594,8 @@
|
|
|
24882
24594
|
"value": "transparent",
|
|
24883
24595
|
"scope": "default",
|
|
24884
24596
|
"line": {
|
|
24885
|
-
"start":
|
|
24886
|
-
"end":
|
|
24597
|
+
"start": 12,
|
|
24598
|
+
"end": 12
|
|
24887
24599
|
}
|
|
24888
24600
|
},
|
|
24889
24601
|
"group": [
|
|
@@ -24898,8 +24610,8 @@
|
|
|
24898
24610
|
{
|
|
24899
24611
|
"description": "The horizontal padding of the Dialog action buttons.\n",
|
|
24900
24612
|
"commentRange": {
|
|
24901
|
-
"start":
|
|
24902
|
-
"end":
|
|
24613
|
+
"start": 14,
|
|
24614
|
+
"end": 15
|
|
24903
24615
|
},
|
|
24904
24616
|
"context": {
|
|
24905
24617
|
"type": "variable",
|
|
@@ -24907,8 +24619,8 @@
|
|
|
24907
24619
|
"value": "var( --kendo-dialog-buttongroup-padding-x, k-spacing(6) )",
|
|
24908
24620
|
"scope": "default",
|
|
24909
24621
|
"line": {
|
|
24910
|
-
"start":
|
|
24911
|
-
"end":
|
|
24622
|
+
"start": 16,
|
|
24623
|
+
"end": 16
|
|
24912
24624
|
}
|
|
24913
24625
|
},
|
|
24914
24626
|
"group": [
|
|
@@ -24923,8 +24635,8 @@
|
|
|
24923
24635
|
{
|
|
24924
24636
|
"description": "The vertical padding of the Dialog action buttons.\n",
|
|
24925
24637
|
"commentRange": {
|
|
24926
|
-
"start":
|
|
24927
|
-
"end":
|
|
24638
|
+
"start": 17,
|
|
24639
|
+
"end": 18
|
|
24928
24640
|
},
|
|
24929
24641
|
"context": {
|
|
24930
24642
|
"type": "variable",
|
|
@@ -24932,8 +24644,8 @@
|
|
|
24932
24644
|
"value": "var( --kendo-dialog-buttongroup-padding-y, k-spacing(6) )",
|
|
24933
24645
|
"scope": "default",
|
|
24934
24646
|
"line": {
|
|
24935
|
-
"start":
|
|
24936
|
-
"end":
|
|
24647
|
+
"start": 19,
|
|
24648
|
+
"end": 19
|
|
24937
24649
|
}
|
|
24938
24650
|
},
|
|
24939
24651
|
"group": [
|
|
@@ -24948,8 +24660,8 @@
|
|
|
24948
24660
|
{
|
|
24949
24661
|
"description": "The width of the top border of the Dialog action buttons.\n",
|
|
24950
24662
|
"commentRange": {
|
|
24951
|
-
"start":
|
|
24952
|
-
"end":
|
|
24663
|
+
"start": 20,
|
|
24664
|
+
"end": 21
|
|
24953
24665
|
},
|
|
24954
24666
|
"context": {
|
|
24955
24667
|
"type": "variable",
|
|
@@ -24957,8 +24669,8 @@
|
|
|
24957
24669
|
"value": "var( --kendo-dialog-buttongroup-border-width, 0 )",
|
|
24958
24670
|
"scope": "default",
|
|
24959
24671
|
"line": {
|
|
24960
|
-
"start":
|
|
24961
|
-
"end":
|
|
24672
|
+
"start": 22,
|
|
24673
|
+
"end": 22
|
|
24962
24674
|
}
|
|
24963
24675
|
},
|
|
24964
24676
|
"group": [
|
|
@@ -24973,8 +24685,8 @@
|
|
|
24973
24685
|
{
|
|
24974
24686
|
"description": "The spacing between the Dialog action buttons.\n",
|
|
24975
24687
|
"commentRange": {
|
|
24976
|
-
"start":
|
|
24977
|
-
"end":
|
|
24688
|
+
"start": 23,
|
|
24689
|
+
"end": 24
|
|
24978
24690
|
},
|
|
24979
24691
|
"context": {
|
|
24980
24692
|
"type": "variable",
|
|
@@ -24982,8 +24694,8 @@
|
|
|
24982
24694
|
"value": "var( --kendo-dialog-button-spacing, k-spacing(3) )",
|
|
24983
24695
|
"scope": "default",
|
|
24984
24696
|
"line": {
|
|
24985
|
-
"start":
|
|
24986
|
-
"end":
|
|
24697
|
+
"start": 25,
|
|
24698
|
+
"end": 25
|
|
24987
24699
|
}
|
|
24988
24700
|
},
|
|
24989
24701
|
"group": [
|
|
@@ -24998,8 +24710,8 @@
|
|
|
24998
24710
|
{
|
|
24999
24711
|
"description": "The background color of the Dialog.\n",
|
|
25000
24712
|
"commentRange": {
|
|
25001
|
-
"start":
|
|
25002
|
-
"end":
|
|
24713
|
+
"start": 27,
|
|
24714
|
+
"end": 28
|
|
25003
24715
|
},
|
|
25004
24716
|
"context": {
|
|
25005
24717
|
"type": "variable",
|
|
@@ -25007,8 +24719,8 @@
|
|
|
25007
24719
|
"value": "var( --kendo-dialog-bg, k-color(surface-alt) )",
|
|
25008
24720
|
"scope": "default",
|
|
25009
24721
|
"line": {
|
|
25010
|
-
"start":
|
|
25011
|
-
"end":
|
|
24722
|
+
"start": 29,
|
|
24723
|
+
"end": 29
|
|
25012
24724
|
}
|
|
25013
24725
|
},
|
|
25014
24726
|
"group": [
|
|
@@ -25023,8 +24735,8 @@
|
|
|
25023
24735
|
{
|
|
25024
24736
|
"description": "The box shadow around the Dialog.\n",
|
|
25025
24737
|
"commentRange": {
|
|
25026
|
-
"start":
|
|
25027
|
-
"end":
|
|
24738
|
+
"start": 31,
|
|
24739
|
+
"end": 32
|
|
25028
24740
|
},
|
|
25029
24741
|
"context": {
|
|
25030
24742
|
"type": "variable",
|
|
@@ -25032,8 +24744,8 @@
|
|
|
25032
24744
|
"value": "var( --kendo-dialog-shadow, var( --kendo-elevation-5, none ) )",
|
|
25033
24745
|
"scope": "default",
|
|
25034
24746
|
"line": {
|
|
25035
|
-
"start":
|
|
25036
|
-
"end":
|
|
24747
|
+
"start": 33,
|
|
24748
|
+
"end": 33
|
|
25037
24749
|
}
|
|
25038
24750
|
},
|
|
25039
24751
|
"group": [
|
|
@@ -25804,7 +25516,7 @@
|
|
|
25804
25516
|
"context": {
|
|
25805
25517
|
"type": "variable",
|
|
25806
25518
|
"name": "kendo-dock-indicator-hover-text",
|
|
25807
|
-
"value": "var( --kendo-dock-indicator-hover-text, k-color(
|
|
25519
|
+
"value": "var( --kendo-dock-indicator-hover-text, k-color(on-primary) )",
|
|
25808
25520
|
"scope": "default",
|
|
25809
25521
|
"line": {
|
|
25810
25522
|
"start": 103,
|
|
@@ -28679,7 +28391,7 @@
|
|
|
28679
28391
|
"context": {
|
|
28680
28392
|
"type": "variable",
|
|
28681
28393
|
"name": "kendo-editor-selected-text",
|
|
28682
|
-
"value": "var( --kendo-editor-selected-text, #{k-color(
|
|
28394
|
+
"value": "var( --kendo-editor-selected-text, #{k-color(on-primary)} )",
|
|
28683
28395
|
"scope": "default",
|
|
28684
28396
|
"line": {
|
|
28685
28397
|
"start": 44,
|
|
@@ -31654,7 +31366,7 @@
|
|
|
31654
31366
|
"context": {
|
|
31655
31367
|
"type": "variable",
|
|
31656
31368
|
"name": "kendo-filter-preview-field-text",
|
|
31657
|
-
"value": "var( --kendo-filter-preview-field-text, #{k-color(primary)} )",
|
|
31369
|
+
"value": "var( --kendo-filter-preview-field-text, #{k-color(primary-on-surface)} )",
|
|
31658
31370
|
"scope": "default",
|
|
31659
31371
|
"line": {
|
|
31660
31372
|
"start": 28,
|
|
@@ -35319,7 +35031,7 @@
|
|
|
35319
35031
|
"context": {
|
|
35320
35032
|
"type": "variable",
|
|
35321
35033
|
"name": "kendo-gantt-task-selected-text",
|
|
35322
|
-
"value": "var(--kendo-gantt-task-selected-text, #{k-color(
|
|
35034
|
+
"value": "var(--kendo-gantt-task-selected-text, #{k-color(on-primary)})",
|
|
35323
35035
|
"scope": "default",
|
|
35324
35036
|
"line": {
|
|
35325
35037
|
"start": 122,
|
|
@@ -40816,6 +40528,31 @@
|
|
|
40816
40528
|
"name": "_variables.scss"
|
|
40817
40529
|
}
|
|
40818
40530
|
},
|
|
40531
|
+
{
|
|
40532
|
+
"description": "The color of action icons.\n",
|
|
40533
|
+
"commentRange": {
|
|
40534
|
+
"start": 44,
|
|
40535
|
+
"end": 45
|
|
40536
|
+
},
|
|
40537
|
+
"context": {
|
|
40538
|
+
"type": "variable",
|
|
40539
|
+
"name": "kendo-action-icon-color",
|
|
40540
|
+
"value": "var( --kendo-action-icon-color, #{k-color( primary-on-surface )} )",
|
|
40541
|
+
"scope": "default",
|
|
40542
|
+
"line": {
|
|
40543
|
+
"start": 46,
|
|
40544
|
+
"end": 46
|
|
40545
|
+
}
|
|
40546
|
+
},
|
|
40547
|
+
"group": [
|
|
40548
|
+
"icon"
|
|
40549
|
+
],
|
|
40550
|
+
"access": "public",
|
|
40551
|
+
"file": {
|
|
40552
|
+
"path": "icons/_variables.scss",
|
|
40553
|
+
"name": "_variables.scss"
|
|
40554
|
+
}
|
|
40555
|
+
},
|
|
40819
40556
|
{
|
|
40820
40557
|
"description": "Background color of the imageeditor.\n",
|
|
40821
40558
|
"commentRange": {
|
|
@@ -51499,7 +51236,7 @@
|
|
|
51499
51236
|
"context": {
|
|
51500
51237
|
"type": "variable",
|
|
51501
51238
|
"name": "kendo-message-box-link-text",
|
|
51502
|
-
"value": "var( --kendo-message-box-link-text, k-color(primary) )",
|
|
51239
|
+
"value": "var( --kendo-message-box-link-text, k-color(primary-on-surface) )",
|
|
51503
51240
|
"scope": "default",
|
|
51504
51241
|
"line": {
|
|
51505
51242
|
"start": 45,
|
|
@@ -51524,7 +51261,7 @@
|
|
|
51524
51261
|
"context": {
|
|
51525
51262
|
"type": "variable",
|
|
51526
51263
|
"name": "kendo-message-box-link-hover-text",
|
|
51527
|
-
"value": "var( --kendo-message-box-link-hover-text, k-color(primary-
|
|
51264
|
+
"value": "var( --kendo-message-box-link-hover-text, k-color(primary-on-surface) )",
|
|
51528
51265
|
"scope": "default",
|
|
51529
51266
|
"line": {
|
|
51530
51267
|
"start": 48,
|
|
@@ -52110,7 +51847,7 @@
|
|
|
52110
51847
|
"context": {
|
|
52111
51848
|
"type": "variable",
|
|
52112
51849
|
"name": "kendo-notification-theme-colors",
|
|
52113
|
-
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"
|
|
51850
|
+
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
|
|
52114
51851
|
"scope": "default",
|
|
52115
51852
|
"line": {
|
|
52116
51853
|
"start": 58,
|
|
@@ -53577,47 +53314,19 @@
|
|
|
53577
53314
|
}
|
|
53578
53315
|
},
|
|
53579
53316
|
{
|
|
53580
|
-
"description": "The
|
|
53581
|
-
"commentRange": {
|
|
53582
|
-
"start": 1,
|
|
53583
|
-
"end": 3
|
|
53584
|
-
},
|
|
53585
|
-
"context": {
|
|
53586
|
-
"type": "variable",
|
|
53587
|
-
"name": "kendo-overlay-default-theme-color",
|
|
53588
|
-
"value": "\"inverse\"",
|
|
53589
|
-
"scope": "default",
|
|
53590
|
-
"line": {
|
|
53591
|
-
"start": 4,
|
|
53592
|
-
"end": 4
|
|
53593
|
-
}
|
|
53594
|
-
},
|
|
53595
|
-
"group": [
|
|
53596
|
-
"overlay"
|
|
53597
|
-
],
|
|
53598
|
-
"role": [
|
|
53599
|
-
"default"
|
|
53600
|
-
],
|
|
53601
|
-
"access": "public",
|
|
53602
|
-
"file": {
|
|
53603
|
-
"path": "overlay/_variables.scss",
|
|
53604
|
-
"name": "_variables.scss"
|
|
53605
|
-
}
|
|
53606
|
-
},
|
|
53607
|
-
{
|
|
53608
|
-
"description": "Background color of the dark overlay.\n",
|
|
53317
|
+
"description": "The background color of the Overlay.\n",
|
|
53609
53318
|
"commentRange": {
|
|
53610
|
-
"start":
|
|
53611
|
-
"end":
|
|
53319
|
+
"start": 3,
|
|
53320
|
+
"end": 4
|
|
53612
53321
|
},
|
|
53613
53322
|
"context": {
|
|
53614
53323
|
"type": "variable",
|
|
53615
53324
|
"name": "kendo-overlay-bg",
|
|
53616
|
-
"value": "
|
|
53325
|
+
"value": "k-color(inverse)",
|
|
53617
53326
|
"scope": "default",
|
|
53618
53327
|
"line": {
|
|
53619
|
-
"start":
|
|
53620
|
-
"end":
|
|
53328
|
+
"start": 5,
|
|
53329
|
+
"end": 5
|
|
53621
53330
|
}
|
|
53622
53331
|
},
|
|
53623
53332
|
"group": [
|
|
@@ -53630,10 +53339,10 @@
|
|
|
53630
53339
|
}
|
|
53631
53340
|
},
|
|
53632
53341
|
{
|
|
53633
|
-
"description": "
|
|
53342
|
+
"description": "The opacity of the Overlay.\n",
|
|
53634
53343
|
"commentRange": {
|
|
53635
|
-
"start":
|
|
53636
|
-
"end":
|
|
53344
|
+
"start": 7,
|
|
53345
|
+
"end": 8
|
|
53637
53346
|
},
|
|
53638
53347
|
"context": {
|
|
53639
53348
|
"type": "variable",
|
|
@@ -53641,8 +53350,8 @@
|
|
|
53641
53350
|
"value": "var( --kendo-overlay-opacity, .4 )",
|
|
53642
53351
|
"scope": "default",
|
|
53643
53352
|
"line": {
|
|
53644
|
-
"start":
|
|
53645
|
-
"end":
|
|
53353
|
+
"start": 9,
|
|
53354
|
+
"end": 9
|
|
53646
53355
|
}
|
|
53647
53356
|
},
|
|
53648
53357
|
"group": [
|
|
@@ -63150,7 +62859,7 @@
|
|
|
63150
62859
|
"context": {
|
|
63151
62860
|
"type": "variable",
|
|
63152
62861
|
"name": "kendo-radio-checked-text",
|
|
63153
|
-
"value": "var( --kendo-radio-checked-text, #{k-color(primary)} )",
|
|
62862
|
+
"value": "var( --kendo-radio-checked-text, #{k-color(primary-on-surface)} )",
|
|
63154
62863
|
"scope": "default",
|
|
63155
62864
|
"line": {
|
|
63156
62865
|
"start": 65,
|
|
@@ -63225,7 +62934,7 @@
|
|
|
63225
62934
|
"context": {
|
|
63226
62935
|
"type": "variable",
|
|
63227
62936
|
"name": "kendo-radio-hover-checked-text",
|
|
63228
|
-
"value": "var( --kendo-radio-hover-checked-text, #{k-color(primary-
|
|
62937
|
+
"value": "var( --kendo-radio-hover-checked-text, #{k-color(primary-on-surface)} )",
|
|
63229
62938
|
"scope": "default",
|
|
63230
62939
|
"line": {
|
|
63231
62940
|
"start": 75,
|
|
@@ -66878,7 +66587,7 @@
|
|
|
66878
66587
|
"context": {
|
|
66879
66588
|
"type": "variable",
|
|
66880
66589
|
"name": "kendo-searchbox-icon-color",
|
|
66881
|
-
"value": "var( --kendo-searchbox-icon-color, k-color(primary) )",
|
|
66590
|
+
"value": "var( --kendo-searchbox-icon-color, k-color(primary-on-surface) )",
|
|
66882
66591
|
"scope": "default",
|
|
66883
66592
|
"line": {
|
|
66884
66593
|
"start": 5,
|
|
@@ -72237,7 +71946,7 @@
|
|
|
72237
71946
|
"context": {
|
|
72238
71947
|
"type": "variable",
|
|
72239
71948
|
"name": "kendo-spreadsheet-insert-image-dialog-overlay-hover-text",
|
|
72240
|
-
"value": "var( --kendo-spreadsheet-insert-image-dialog-overlay-hover-text, k-color(app-surface) )",
|
|
71949
|
+
"value": "var( --kendo-spreadsheet-insert-image-dialog-overlay-hover-text, #{k-color(on-app-surface)} )",
|
|
72241
71950
|
"scope": "default",
|
|
72242
71951
|
"line": {
|
|
72243
71952
|
"start": 245,
|
|
@@ -75749,7 +75458,7 @@
|
|
|
75749
75458
|
"context": {
|
|
75750
75459
|
"type": "variable",
|
|
75751
75460
|
"name": "kendo-switch-on-track-text",
|
|
75752
|
-
"value": "var( --kendo-switch-on-track-text, k-color(
|
|
75461
|
+
"value": "var( --kendo-switch-on-track-text, k-color(on-primary) )",
|
|
75753
75462
|
"scope": "default",
|
|
75754
75463
|
"line": {
|
|
75755
75464
|
"start": 183,
|
|
@@ -75824,7 +75533,7 @@
|
|
|
75824
75533
|
"context": {
|
|
75825
75534
|
"type": "variable",
|
|
75826
75535
|
"name": "kendo-switch-on-track-hover-text",
|
|
75827
|
-
"value": "var( --kendo-switch-on-track-hover-text, k-color(
|
|
75536
|
+
"value": "var( --kendo-switch-on-track-hover-text, k-color(on-primary) )",
|
|
75828
75537
|
"scope": "default",
|
|
75829
75538
|
"line": {
|
|
75830
75539
|
"start": 193,
|
|
@@ -75899,7 +75608,7 @@
|
|
|
75899
75608
|
"context": {
|
|
75900
75609
|
"type": "variable",
|
|
75901
75610
|
"name": "kendo-switch-on-track-focus-text",
|
|
75902
|
-
"value": "var( --kendo-switch-on-track-focus-text, k-color(
|
|
75611
|
+
"value": "var( --kendo-switch-on-track-focus-text, k-color(on-primary) )",
|
|
75903
75612
|
"scope": "default",
|
|
75904
75613
|
"line": {
|
|
75905
75614
|
"start": 203,
|
|
@@ -75974,7 +75683,7 @@
|
|
|
75974
75683
|
"context": {
|
|
75975
75684
|
"type": "variable",
|
|
75976
75685
|
"name": "kendo-switch-on-track-disabled-text",
|
|
75977
|
-
"value": "var( --kendo-switch-on-track-disabled-text, k-color(app-surface) )",
|
|
75686
|
+
"value": "var( --kendo-switch-on-track-disabled-text, k-color(on-app-surface) )",
|
|
75978
75687
|
"scope": "default",
|
|
75979
75688
|
"line": {
|
|
75980
75689
|
"start": 213,
|
|
@@ -84414,7 +84123,7 @@
|
|
|
84414
84123
|
"context": {
|
|
84415
84124
|
"type": "variable",
|
|
84416
84125
|
"name": "kendo-tooltip-theme-colors",
|
|
84417
|
-
"value": "(\"base\", \"
|
|
84126
|
+
"value": "(\"base\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
|
|
84418
84127
|
"scope": "default",
|
|
84419
84128
|
"line": {
|
|
84420
84129
|
"start": 60,
|
|
@@ -85717,7 +85426,7 @@
|
|
|
85717
85426
|
"context": {
|
|
85718
85427
|
"type": "variable",
|
|
85719
85428
|
"name": "kendo-treeview-loadmore-hover-text",
|
|
85720
|
-
"value": "var( --kendo-treeview-loadmore-hover-text, k-color(primary-
|
|
85429
|
+
"value": "var( --kendo-treeview-loadmore-hover-text, k-color(primary-on-surface) )",
|
|
85721
85430
|
"scope": "default",
|
|
85722
85431
|
"line": {
|
|
85723
85432
|
"start": 165,
|
|
@@ -85792,7 +85501,7 @@
|
|
|
85792
85501
|
"context": {
|
|
85793
85502
|
"type": "variable",
|
|
85794
85503
|
"name": "kendo-treeview-loadmore-focus-text",
|
|
85795
|
-
"value": "var( --kendo-treeview-loadmore-focus-text, k-color(primary-
|
|
85504
|
+
"value": "var( --kendo-treeview-loadmore-focus-text, k-color(primary-on-surface) )",
|
|
85796
85505
|
"scope": "default",
|
|
85797
85506
|
"line": {
|
|
85798
85507
|
"start": 175,
|
|
@@ -89820,39 +89529,11 @@
|
|
|
89820
89529
|
"name": "_variables.scss"
|
|
89821
89530
|
}
|
|
89822
89531
|
},
|
|
89823
|
-
{
|
|
89824
|
-
"description": "The default theme color of the Window.\n",
|
|
89825
|
-
"commentRange": {
|
|
89826
|
-
"start": 9,
|
|
89827
|
-
"end": 11
|
|
89828
|
-
},
|
|
89829
|
-
"context": {
|
|
89830
|
-
"type": "variable",
|
|
89831
|
-
"name": "kendo-window-default-theme-color",
|
|
89832
|
-
"value": "null",
|
|
89833
|
-
"scope": "default",
|
|
89834
|
-
"line": {
|
|
89835
|
-
"start": 12,
|
|
89836
|
-
"end": 12
|
|
89837
|
-
}
|
|
89838
|
-
},
|
|
89839
|
-
"group": [
|
|
89840
|
-
"window"
|
|
89841
|
-
],
|
|
89842
|
-
"role": [
|
|
89843
|
-
"default"
|
|
89844
|
-
],
|
|
89845
|
-
"access": "public",
|
|
89846
|
-
"file": {
|
|
89847
|
-
"path": "window/_variables.scss",
|
|
89848
|
-
"name": "_variables.scss"
|
|
89849
|
-
}
|
|
89850
|
-
},
|
|
89851
89532
|
{
|
|
89852
89533
|
"description": "The width of the border around the Window.\n",
|
|
89853
89534
|
"commentRange": {
|
|
89854
|
-
"start":
|
|
89855
|
-
"end":
|
|
89535
|
+
"start": 9,
|
|
89536
|
+
"end": 10
|
|
89856
89537
|
},
|
|
89857
89538
|
"context": {
|
|
89858
89539
|
"type": "variable",
|
|
@@ -89860,8 +89541,8 @@
|
|
|
89860
89541
|
"value": "var(--kendo-window-border-width, 0)",
|
|
89861
89542
|
"scope": "default",
|
|
89862
89543
|
"line": {
|
|
89863
|
-
"start":
|
|
89864
|
-
"end":
|
|
89544
|
+
"start": 11,
|
|
89545
|
+
"end": 11
|
|
89865
89546
|
}
|
|
89866
89547
|
},
|
|
89867
89548
|
"group": [
|
|
@@ -89876,8 +89557,8 @@
|
|
|
89876
89557
|
{
|
|
89877
89558
|
"description": "The border radius of the Window.\n",
|
|
89878
89559
|
"commentRange": {
|
|
89879
|
-
"start":
|
|
89880
|
-
"end":
|
|
89560
|
+
"start": 12,
|
|
89561
|
+
"end": 13
|
|
89881
89562
|
},
|
|
89882
89563
|
"context": {
|
|
89883
89564
|
"type": "variable",
|
|
@@ -89885,8 +89566,8 @@
|
|
|
89885
89566
|
"value": "var(--kendo-window-border-radius, k-border-radius(md))",
|
|
89886
89567
|
"scope": "default",
|
|
89887
89568
|
"line": {
|
|
89888
|
-
"start":
|
|
89889
|
-
"end":
|
|
89569
|
+
"start": 14,
|
|
89570
|
+
"end": 14
|
|
89890
89571
|
}
|
|
89891
89572
|
},
|
|
89892
89573
|
"group": [
|
|
@@ -89901,8 +89582,8 @@
|
|
|
89901
89582
|
{
|
|
89902
89583
|
"description": "The font family of the Window.\n",
|
|
89903
89584
|
"commentRange": {
|
|
89904
|
-
"start":
|
|
89905
|
-
"end":
|
|
89585
|
+
"start": 15,
|
|
89586
|
+
"end": 16
|
|
89906
89587
|
},
|
|
89907
89588
|
"context": {
|
|
89908
89589
|
"type": "variable",
|
|
@@ -89910,8 +89591,8 @@
|
|
|
89910
89591
|
"value": "var( --kendo-window-font-family, var(--kendo-font-family) )",
|
|
89911
89592
|
"scope": "default",
|
|
89912
89593
|
"line": {
|
|
89913
|
-
"start":
|
|
89914
|
-
"end":
|
|
89594
|
+
"start": 17,
|
|
89595
|
+
"end": 17
|
|
89915
89596
|
}
|
|
89916
89597
|
},
|
|
89917
89598
|
"group": [
|
|
@@ -89926,8 +89607,8 @@
|
|
|
89926
89607
|
{
|
|
89927
89608
|
"description": "The font size of the Window.\n",
|
|
89928
89609
|
"commentRange": {
|
|
89929
|
-
"start":
|
|
89930
|
-
"end":
|
|
89610
|
+
"start": 18,
|
|
89611
|
+
"end": 19
|
|
89931
89612
|
},
|
|
89932
89613
|
"context": {
|
|
89933
89614
|
"type": "variable",
|
|
@@ -89935,8 +89616,8 @@
|
|
|
89935
89616
|
"value": "var( --kendo-window-font-size, var(--kendo-font-size) )",
|
|
89936
89617
|
"scope": "default",
|
|
89937
89618
|
"line": {
|
|
89938
|
-
"start":
|
|
89939
|
-
"end":
|
|
89619
|
+
"start": 20,
|
|
89620
|
+
"end": 20
|
|
89940
89621
|
}
|
|
89941
89622
|
},
|
|
89942
89623
|
"group": [
|
|
@@ -89951,8 +89632,8 @@
|
|
|
89951
89632
|
{
|
|
89952
89633
|
"description": "The line height of the Window.\n",
|
|
89953
89634
|
"commentRange": {
|
|
89954
|
-
"start":
|
|
89955
|
-
"end":
|
|
89635
|
+
"start": 21,
|
|
89636
|
+
"end": 22
|
|
89956
89637
|
},
|
|
89957
89638
|
"context": {
|
|
89958
89639
|
"type": "variable",
|
|
@@ -89960,8 +89641,8 @@
|
|
|
89960
89641
|
"value": "var( --kendo-window-line-height, var(--kendo-line-height) )",
|
|
89961
89642
|
"scope": "default",
|
|
89962
89643
|
"line": {
|
|
89963
|
-
"start":
|
|
89964
|
-
"end":
|
|
89644
|
+
"start": 23,
|
|
89645
|
+
"end": 23
|
|
89965
89646
|
}
|
|
89966
89647
|
},
|
|
89967
89648
|
"group": [
|
|
@@ -89976,8 +89657,8 @@
|
|
|
89976
89657
|
{
|
|
89977
89658
|
"description": "The horizontal padding of the Window titlebar.\n",
|
|
89978
89659
|
"commentRange": {
|
|
89979
|
-
"start":
|
|
89980
|
-
"end":
|
|
89660
|
+
"start": 25,
|
|
89661
|
+
"end": 26
|
|
89981
89662
|
},
|
|
89982
89663
|
"context": {
|
|
89983
89664
|
"type": "variable",
|
|
@@ -89985,8 +89666,8 @@
|
|
|
89985
89666
|
"value": "var( --kendo-window-titlebar-padding-x, k-spacing(6) )",
|
|
89986
89667
|
"scope": "default",
|
|
89987
89668
|
"line": {
|
|
89988
|
-
"start":
|
|
89989
|
-
"end":
|
|
89669
|
+
"start": 27,
|
|
89670
|
+
"end": 27
|
|
89990
89671
|
}
|
|
89991
89672
|
},
|
|
89992
89673
|
"group": [
|
|
@@ -90001,8 +89682,8 @@
|
|
|
90001
89682
|
{
|
|
90002
89683
|
"description": "The vertical padding of the Window titlebar.\n",
|
|
90003
89684
|
"commentRange": {
|
|
90004
|
-
"start":
|
|
90005
|
-
"end":
|
|
89685
|
+
"start": 28,
|
|
89686
|
+
"end": 29
|
|
90006
89687
|
},
|
|
90007
89688
|
"context": {
|
|
90008
89689
|
"type": "variable",
|
|
@@ -90010,8 +89691,8 @@
|
|
|
90010
89691
|
"value": "var( --kendo-window-titlebar-padding-y, k-spacing(6) k-spacing(4) )",
|
|
90011
89692
|
"scope": "default",
|
|
90012
89693
|
"line": {
|
|
90013
|
-
"start":
|
|
90014
|
-
"end":
|
|
89694
|
+
"start": 30,
|
|
89695
|
+
"end": 30
|
|
90015
89696
|
}
|
|
90016
89697
|
},
|
|
90017
89698
|
"group": [
|
|
@@ -90026,8 +89707,8 @@
|
|
|
90026
89707
|
{
|
|
90027
89708
|
"description": "The width of the border of the Window titlebar.\n",
|
|
90028
89709
|
"commentRange": {
|
|
90029
|
-
"start":
|
|
90030
|
-
"end":
|
|
89710
|
+
"start": 31,
|
|
89711
|
+
"end": 32
|
|
90031
89712
|
},
|
|
90032
89713
|
"context": {
|
|
90033
89714
|
"type": "variable",
|
|
@@ -90035,8 +89716,8 @@
|
|
|
90035
89716
|
"value": "var( --kendo-window-titlebar-border-width, 0 )",
|
|
90036
89717
|
"scope": "default",
|
|
90037
89718
|
"line": {
|
|
90038
|
-
"start":
|
|
90039
|
-
"end":
|
|
89719
|
+
"start": 33,
|
|
89720
|
+
"end": 33
|
|
90040
89721
|
}
|
|
90041
89722
|
},
|
|
90042
89723
|
"group": [
|
|
@@ -90051,8 +89732,8 @@
|
|
|
90051
89732
|
{
|
|
90052
89733
|
"description": "The style of the border of the Window titlebar.\n",
|
|
90053
89734
|
"commentRange": {
|
|
90054
|
-
"start":
|
|
90055
|
-
"end":
|
|
89735
|
+
"start": 34,
|
|
89736
|
+
"end": 35
|
|
90056
89737
|
},
|
|
90057
89738
|
"context": {
|
|
90058
89739
|
"type": "variable",
|
|
@@ -90060,8 +89741,8 @@
|
|
|
90060
89741
|
"value": "solid",
|
|
90061
89742
|
"scope": "default",
|
|
90062
89743
|
"line": {
|
|
90063
|
-
"start":
|
|
90064
|
-
"end":
|
|
89744
|
+
"start": 36,
|
|
89745
|
+
"end": 36
|
|
90065
89746
|
}
|
|
90066
89747
|
},
|
|
90067
89748
|
"group": [
|
|
@@ -90076,8 +89757,8 @@
|
|
|
90076
89757
|
{
|
|
90077
89758
|
"description": "The font size of the title of the Window.\n",
|
|
90078
89759
|
"commentRange": {
|
|
90079
|
-
"start":
|
|
90080
|
-
"end":
|
|
89760
|
+
"start": 38,
|
|
89761
|
+
"end": 39
|
|
90081
89762
|
},
|
|
90082
89763
|
"context": {
|
|
90083
89764
|
"type": "variable",
|
|
@@ -90085,8 +89766,8 @@
|
|
|
90085
89766
|
"value": "var( --kendo-window-title-font-size, var(--kendo-font-size-xl) )",
|
|
90086
89767
|
"scope": "default",
|
|
90087
89768
|
"line": {
|
|
90088
|
-
"start":
|
|
90089
|
-
"end":
|
|
89769
|
+
"start": 40,
|
|
89770
|
+
"end": 40
|
|
90090
89771
|
}
|
|
90091
89772
|
},
|
|
90092
89773
|
"group": [
|
|
@@ -90101,8 +89782,8 @@
|
|
|
90101
89782
|
{
|
|
90102
89783
|
"description": "The line height of the title of the Window.\n",
|
|
90103
89784
|
"commentRange": {
|
|
90104
|
-
"start":
|
|
90105
|
-
"end":
|
|
89785
|
+
"start": 41,
|
|
89786
|
+
"end": 42
|
|
90106
89787
|
},
|
|
90107
89788
|
"context": {
|
|
90108
89789
|
"type": "variable",
|
|
@@ -90110,8 +89791,8 @@
|
|
|
90110
89791
|
"value": "var( --kendo-window-title-line-height, var(--kendo-line-height-xs) )",
|
|
90111
89792
|
"scope": "default",
|
|
90112
89793
|
"line": {
|
|
90113
|
-
"start":
|
|
90114
|
-
"end":
|
|
89794
|
+
"start": 43,
|
|
89795
|
+
"end": 43
|
|
90115
89796
|
}
|
|
90116
89797
|
},
|
|
90117
89798
|
"group": [
|
|
@@ -90126,8 +89807,8 @@
|
|
|
90126
89807
|
{
|
|
90127
89808
|
"description": "The font weight of the title of the Window.\n",
|
|
90128
89809
|
"commentRange": {
|
|
90129
|
-
"start":
|
|
90130
|
-
"end":
|
|
89810
|
+
"start": 44,
|
|
89811
|
+
"end": 45
|
|
90131
89812
|
},
|
|
90132
89813
|
"context": {
|
|
90133
89814
|
"type": "variable",
|
|
@@ -90135,8 +89816,8 @@
|
|
|
90135
89816
|
"value": "var( --kendo-window-title-font-weight, var(--kendo-font-weight-semibold) )",
|
|
90136
89817
|
"scope": "default",
|
|
90137
89818
|
"line": {
|
|
90138
|
-
"start":
|
|
90139
|
-
"end":
|
|
89819
|
+
"start": 46,
|
|
89820
|
+
"end": 46
|
|
90140
89821
|
}
|
|
90141
89822
|
},
|
|
90142
89823
|
"group": [
|
|
@@ -90151,8 +89832,8 @@
|
|
|
90151
89832
|
{
|
|
90152
89833
|
"description": "The spacing between the buttons in the Window titlebar.\n",
|
|
90153
89834
|
"commentRange": {
|
|
90154
|
-
"start":
|
|
90155
|
-
"end":
|
|
89835
|
+
"start": 48,
|
|
89836
|
+
"end": 49
|
|
90156
89837
|
},
|
|
90157
89838
|
"context": {
|
|
90158
89839
|
"type": "variable",
|
|
@@ -90160,8 +89841,8 @@
|
|
|
90160
89841
|
"value": "var( --kendo-window-actions-gap, k-spacing(0) )",
|
|
90161
89842
|
"scope": "default",
|
|
90162
89843
|
"line": {
|
|
90163
|
-
"start":
|
|
90164
|
-
"end":
|
|
89844
|
+
"start": 50,
|
|
89845
|
+
"end": 50
|
|
90165
89846
|
}
|
|
90166
89847
|
},
|
|
90167
89848
|
"group": [
|
|
@@ -90176,8 +89857,8 @@
|
|
|
90176
89857
|
{
|
|
90177
89858
|
"description": "The opacity of the buttons in the Window titlebar.\n",
|
|
90178
89859
|
"commentRange": {
|
|
90179
|
-
"start":
|
|
90180
|
-
"end":
|
|
89860
|
+
"start": 51,
|
|
89861
|
+
"end": 52
|
|
90181
89862
|
},
|
|
90182
89863
|
"context": {
|
|
90183
89864
|
"type": "variable",
|
|
@@ -90185,8 +89866,8 @@
|
|
|
90185
89866
|
"value": "var( --kendo-window-action-opacity, 1 )",
|
|
90186
89867
|
"scope": "default",
|
|
90187
89868
|
"line": {
|
|
90188
|
-
"start":
|
|
90189
|
-
"end":
|
|
89869
|
+
"start": 53,
|
|
89870
|
+
"end": 53
|
|
90190
89871
|
}
|
|
90191
89872
|
},
|
|
90192
89873
|
"group": [
|
|
@@ -90201,8 +89882,8 @@
|
|
|
90201
89882
|
{
|
|
90202
89883
|
"description": "The opacity of the hovered buttons in the Window titlebar.\n",
|
|
90203
89884
|
"commentRange": {
|
|
90204
|
-
"start":
|
|
90205
|
-
"end":
|
|
89885
|
+
"start": 54,
|
|
89886
|
+
"end": 55
|
|
90206
89887
|
},
|
|
90207
89888
|
"context": {
|
|
90208
89889
|
"type": "variable",
|
|
@@ -90210,8 +89891,8 @@
|
|
|
90210
89891
|
"value": "var( --kendo-window-action-hover-opacity, 1 )",
|
|
90211
89892
|
"scope": "default",
|
|
90212
89893
|
"line": {
|
|
90213
|
-
"start":
|
|
90214
|
-
"end":
|
|
89894
|
+
"start": 56,
|
|
89895
|
+
"end": 56
|
|
90215
89896
|
}
|
|
90216
89897
|
},
|
|
90217
89898
|
"group": [
|
|
@@ -90226,8 +89907,8 @@
|
|
|
90226
89907
|
{
|
|
90227
89908
|
"description": "The horizontal padding of the content of the Window.\n",
|
|
90228
89909
|
"commentRange": {
|
|
90229
|
-
"start":
|
|
90230
|
-
"end":
|
|
89910
|
+
"start": 58,
|
|
89911
|
+
"end": 59
|
|
90231
89912
|
},
|
|
90232
89913
|
"context": {
|
|
90233
89914
|
"type": "variable",
|
|
@@ -90235,8 +89916,8 @@
|
|
|
90235
89916
|
"value": "var( --kendo-window-inner-padding-x, k-spacing(6) )",
|
|
90236
89917
|
"scope": "default",
|
|
90237
89918
|
"line": {
|
|
90238
|
-
"start":
|
|
90239
|
-
"end":
|
|
89919
|
+
"start": 60,
|
|
89920
|
+
"end": 60
|
|
90240
89921
|
}
|
|
90241
89922
|
},
|
|
90242
89923
|
"group": [
|
|
@@ -90251,8 +89932,8 @@
|
|
|
90251
89932
|
{
|
|
90252
89933
|
"description": "The vertical padding of the content of the Window.\n",
|
|
90253
89934
|
"commentRange": {
|
|
90254
|
-
"start":
|
|
90255
|
-
"end":
|
|
89935
|
+
"start": 61,
|
|
89936
|
+
"end": 62
|
|
90256
89937
|
},
|
|
90257
89938
|
"context": {
|
|
90258
89939
|
"type": "variable",
|
|
@@ -90260,8 +89941,8 @@
|
|
|
90260
89941
|
"value": "var( --kendo-window-inner-padding-y, k-spacing(3) )",
|
|
90261
89942
|
"scope": "default",
|
|
90262
89943
|
"line": {
|
|
90263
|
-
"start":
|
|
90264
|
-
"end":
|
|
89944
|
+
"start": 63,
|
|
89945
|
+
"end": 63
|
|
90265
89946
|
}
|
|
90266
89947
|
},
|
|
90267
89948
|
"group": [
|
|
@@ -90276,8 +89957,8 @@
|
|
|
90276
89957
|
{
|
|
90277
89958
|
"description": "The horizontal padding of the Window action buttons.\n",
|
|
90278
89959
|
"commentRange": {
|
|
90279
|
-
"start":
|
|
90280
|
-
"end":
|
|
89960
|
+
"start": 65,
|
|
89961
|
+
"end": 66
|
|
90281
89962
|
},
|
|
90282
89963
|
"context": {
|
|
90283
89964
|
"type": "variable",
|
|
@@ -90285,8 +89966,8 @@
|
|
|
90285
89966
|
"value": "var( --kendo-window-buttongroup-padding-x, k-spacing(6) )",
|
|
90286
89967
|
"scope": "default",
|
|
90287
89968
|
"line": {
|
|
90288
|
-
"start":
|
|
90289
|
-
"end":
|
|
89969
|
+
"start": 67,
|
|
89970
|
+
"end": 67
|
|
90290
89971
|
}
|
|
90291
89972
|
},
|
|
90292
89973
|
"group": [
|
|
@@ -90301,8 +89982,8 @@
|
|
|
90301
89982
|
{
|
|
90302
89983
|
"description": "The vertical padding of the Window action buttons.\n",
|
|
90303
89984
|
"commentRange": {
|
|
90304
|
-
"start":
|
|
90305
|
-
"end":
|
|
89985
|
+
"start": 68,
|
|
89986
|
+
"end": 69
|
|
90306
89987
|
},
|
|
90307
89988
|
"context": {
|
|
90308
89989
|
"type": "variable",
|
|
@@ -90310,8 +89991,8 @@
|
|
|
90310
89991
|
"value": "var( --kendo-window-buttongroup-padding-y, k-spacing(6) )",
|
|
90311
89992
|
"scope": "default",
|
|
90312
89993
|
"line": {
|
|
90313
|
-
"start":
|
|
90314
|
-
"end":
|
|
89994
|
+
"start": 70,
|
|
89995
|
+
"end": 70
|
|
90315
89996
|
}
|
|
90316
89997
|
},
|
|
90317
89998
|
"group": [
|
|
@@ -90326,8 +90007,8 @@
|
|
|
90326
90007
|
{
|
|
90327
90008
|
"description": "The width of the top border of the Window action buttons.\n",
|
|
90328
90009
|
"commentRange": {
|
|
90329
|
-
"start":
|
|
90330
|
-
"end":
|
|
90010
|
+
"start": 71,
|
|
90011
|
+
"end": 72
|
|
90331
90012
|
},
|
|
90332
90013
|
"context": {
|
|
90333
90014
|
"type": "variable",
|
|
@@ -90335,8 +90016,8 @@
|
|
|
90335
90016
|
"value": "var( --kendo-window-buttongroup-border-width, 0 )",
|
|
90336
90017
|
"scope": "default",
|
|
90337
90018
|
"line": {
|
|
90338
|
-
"start":
|
|
90339
|
-
"end":
|
|
90019
|
+
"start": 73,
|
|
90020
|
+
"end": 73
|
|
90340
90021
|
}
|
|
90341
90022
|
},
|
|
90342
90023
|
"group": [
|
|
@@ -90351,8 +90032,8 @@
|
|
|
90351
90032
|
{
|
|
90352
90033
|
"description": "The spacing between the Window action buttons.\n",
|
|
90353
90034
|
"commentRange": {
|
|
90354
|
-
"start":
|
|
90355
|
-
"end":
|
|
90035
|
+
"start": 74,
|
|
90036
|
+
"end": 75
|
|
90356
90037
|
},
|
|
90357
90038
|
"context": {
|
|
90358
90039
|
"type": "variable",
|
|
@@ -90360,8 +90041,8 @@
|
|
|
90360
90041
|
"value": "var( --kendo-window-buttongroup-spacing, k-spacing(3) )",
|
|
90361
90042
|
"scope": "default",
|
|
90362
90043
|
"line": {
|
|
90363
|
-
"start":
|
|
90364
|
-
"end":
|
|
90044
|
+
"start": 76,
|
|
90045
|
+
"end": 76
|
|
90365
90046
|
}
|
|
90366
90047
|
},
|
|
90367
90048
|
"group": [
|
|
@@ -90376,8 +90057,8 @@
|
|
|
90376
90057
|
{
|
|
90377
90058
|
"description": "The background color of the Window.\n",
|
|
90378
90059
|
"commentRange": {
|
|
90379
|
-
"start":
|
|
90380
|
-
"end":
|
|
90060
|
+
"start": 78,
|
|
90061
|
+
"end": 79
|
|
90381
90062
|
},
|
|
90382
90063
|
"context": {
|
|
90383
90064
|
"type": "variable",
|
|
@@ -90385,8 +90066,8 @@
|
|
|
90385
90066
|
"value": "var( --kendo-window-bg, k-color(surface-alt) )",
|
|
90386
90067
|
"scope": "default",
|
|
90387
90068
|
"line": {
|
|
90388
|
-
"start":
|
|
90389
|
-
"end":
|
|
90069
|
+
"start": 80,
|
|
90070
|
+
"end": 80
|
|
90390
90071
|
}
|
|
90391
90072
|
},
|
|
90392
90073
|
"group": [
|
|
@@ -90401,8 +90082,8 @@
|
|
|
90401
90082
|
{
|
|
90402
90083
|
"description": "The text color of the Window.\n",
|
|
90403
90084
|
"commentRange": {
|
|
90404
|
-
"start":
|
|
90405
|
-
"end":
|
|
90085
|
+
"start": 81,
|
|
90086
|
+
"end": 82
|
|
90406
90087
|
},
|
|
90407
90088
|
"context": {
|
|
90408
90089
|
"type": "variable",
|
|
@@ -90410,8 +90091,8 @@
|
|
|
90410
90091
|
"value": "var( --kendo-window-text, k-color(on-app-surface) )",
|
|
90411
90092
|
"scope": "default",
|
|
90412
90093
|
"line": {
|
|
90413
|
-
"start":
|
|
90414
|
-
"end":
|
|
90094
|
+
"start": 83,
|
|
90095
|
+
"end": 83
|
|
90415
90096
|
}
|
|
90416
90097
|
},
|
|
90417
90098
|
"group": [
|
|
@@ -90426,8 +90107,8 @@
|
|
|
90426
90107
|
{
|
|
90427
90108
|
"description": "The border color of the Window.\n",
|
|
90428
90109
|
"commentRange": {
|
|
90429
|
-
"start":
|
|
90430
|
-
"end":
|
|
90110
|
+
"start": 84,
|
|
90111
|
+
"end": 85
|
|
90431
90112
|
},
|
|
90432
90113
|
"context": {
|
|
90433
90114
|
"type": "variable",
|
|
@@ -90435,8 +90116,8 @@
|
|
|
90435
90116
|
"value": "var( --kendo-window-border, k-color(surface-alt) )",
|
|
90436
90117
|
"scope": "default",
|
|
90437
90118
|
"line": {
|
|
90438
|
-
"start":
|
|
90439
|
-
"end":
|
|
90119
|
+
"start": 86,
|
|
90120
|
+
"end": 86
|
|
90440
90121
|
}
|
|
90441
90122
|
},
|
|
90442
90123
|
"group": [
|
|
@@ -90451,8 +90132,8 @@
|
|
|
90451
90132
|
{
|
|
90452
90133
|
"description": "The box shadow of the Window.\n",
|
|
90453
90134
|
"commentRange": {
|
|
90454
|
-
"start":
|
|
90455
|
-
"end":
|
|
90135
|
+
"start": 87,
|
|
90136
|
+
"end": 88
|
|
90456
90137
|
},
|
|
90457
90138
|
"context": {
|
|
90458
90139
|
"type": "variable",
|
|
@@ -90460,8 +90141,8 @@
|
|
|
90460
90141
|
"value": "var( --kendo-window-shadow, var( --kendo-elevation-5, none ) )",
|
|
90461
90142
|
"scope": "default",
|
|
90462
90143
|
"line": {
|
|
90463
|
-
"start":
|
|
90464
|
-
"end":
|
|
90144
|
+
"start": 89,
|
|
90145
|
+
"end": 89
|
|
90465
90146
|
}
|
|
90466
90147
|
},
|
|
90467
90148
|
"group": [
|
|
@@ -90476,8 +90157,8 @@
|
|
|
90476
90157
|
{
|
|
90477
90158
|
"description": "The box shadow of the focused Window.\n",
|
|
90478
90159
|
"commentRange": {
|
|
90479
|
-
"start":
|
|
90480
|
-
"end":
|
|
90160
|
+
"start": 90,
|
|
90161
|
+
"end": 91
|
|
90481
90162
|
},
|
|
90482
90163
|
"context": {
|
|
90483
90164
|
"type": "variable",
|
|
@@ -90485,8 +90166,8 @@
|
|
|
90485
90166
|
"value": "$kendo-window-shadow",
|
|
90486
90167
|
"scope": "default",
|
|
90487
90168
|
"line": {
|
|
90488
|
-
"start":
|
|
90489
|
-
"end":
|
|
90169
|
+
"start": 92,
|
|
90170
|
+
"end": 92
|
|
90490
90171
|
}
|
|
90491
90172
|
},
|
|
90492
90173
|
"group": [
|
|
@@ -90501,8 +90182,8 @@
|
|
|
90501
90182
|
{
|
|
90502
90183
|
"description": "The background color of the Window titlebar.\n",
|
|
90503
90184
|
"commentRange": {
|
|
90504
|
-
"start":
|
|
90505
|
-
"end":
|
|
90185
|
+
"start": 94,
|
|
90186
|
+
"end": 95
|
|
90506
90187
|
},
|
|
90507
90188
|
"context": {
|
|
90508
90189
|
"type": "variable",
|
|
@@ -90510,8 +90191,8 @@
|
|
|
90510
90191
|
"value": "var( --kendo-window-titlebar-bg, k-color(surface-alt) )",
|
|
90511
90192
|
"scope": "default",
|
|
90512
90193
|
"line": {
|
|
90513
|
-
"start":
|
|
90514
|
-
"end":
|
|
90194
|
+
"start": 96,
|
|
90195
|
+
"end": 96
|
|
90515
90196
|
}
|
|
90516
90197
|
},
|
|
90517
90198
|
"group": [
|
|
@@ -90526,8 +90207,8 @@
|
|
|
90526
90207
|
{
|
|
90527
90208
|
"description": "The text color of the Window titlebar.\n",
|
|
90528
90209
|
"commentRange": {
|
|
90529
|
-
"start":
|
|
90530
|
-
"end":
|
|
90210
|
+
"start": 97,
|
|
90211
|
+
"end": 98
|
|
90531
90212
|
},
|
|
90532
90213
|
"context": {
|
|
90533
90214
|
"type": "variable",
|
|
@@ -90535,8 +90216,8 @@
|
|
|
90535
90216
|
"value": "var( --kendo-window-titlebar-text, k-color(on-app-surface) )",
|
|
90536
90217
|
"scope": "default",
|
|
90537
90218
|
"line": {
|
|
90538
|
-
"start":
|
|
90539
|
-
"end":
|
|
90219
|
+
"start": 99,
|
|
90220
|
+
"end": 99
|
|
90540
90221
|
}
|
|
90541
90222
|
},
|
|
90542
90223
|
"group": [
|
|
@@ -90551,8 +90232,8 @@
|
|
|
90551
90232
|
{
|
|
90552
90233
|
"description": "The border color of the Window titlebar.\n",
|
|
90553
90234
|
"commentRange": {
|
|
90554
|
-
"start":
|
|
90555
|
-
"end":
|
|
90235
|
+
"start": 100,
|
|
90236
|
+
"end": 101
|
|
90556
90237
|
},
|
|
90557
90238
|
"context": {
|
|
90558
90239
|
"type": "variable",
|
|
@@ -90560,8 +90241,8 @@
|
|
|
90560
90241
|
"value": "var( --kendo-window-titlebar-border, k-color(primary) )",
|
|
90561
90242
|
"scope": "default",
|
|
90562
90243
|
"line": {
|
|
90563
|
-
"start":
|
|
90564
|
-
"end":
|
|
90244
|
+
"start": 102,
|
|
90245
|
+
"end": 102
|
|
90565
90246
|
}
|
|
90566
90247
|
},
|
|
90567
90248
|
"group": [
|
|
@@ -90988,17 +90669,17 @@
|
|
|
90988
90669
|
{
|
|
90989
90670
|
"description": "The theme colors map of the AppBar.\n",
|
|
90990
90671
|
"commentRange": {
|
|
90991
|
-
"start":
|
|
90992
|
-
"end":
|
|
90672
|
+
"start": 21,
|
|
90673
|
+
"end": 22
|
|
90993
90674
|
},
|
|
90994
90675
|
"context": {
|
|
90995
90676
|
"type": "variable",
|
|
90996
90677
|
"name": "kendo-appbar-theme-colors",
|
|
90997
|
-
"value": "(\"
|
|
90678
|
+
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"inverse\")",
|
|
90998
90679
|
"scope": "default",
|
|
90999
90680
|
"line": {
|
|
91000
|
-
"start":
|
|
91001
|
-
"end":
|
|
90681
|
+
"start": 23,
|
|
90682
|
+
"end": 23
|
|
91002
90683
|
}
|
|
91003
90684
|
},
|
|
91004
90685
|
"group": [
|
|
@@ -91044,7 +90725,7 @@
|
|
|
91044
90725
|
"context": {
|
|
91045
90726
|
"type": "variable",
|
|
91046
90727
|
"name": "kendo-avatar-theme-colors",
|
|
91047
|
-
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\"
|
|
90728
|
+
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
|
|
91048
90729
|
"scope": "default",
|
|
91049
90730
|
"line": {
|
|
91050
90731
|
"start": 34,
|
|
@@ -91094,7 +90775,7 @@
|
|
|
91094
90775
|
"context": {
|
|
91095
90776
|
"type": "variable",
|
|
91096
90777
|
"name": "kendo-badge-theme-colors",
|
|
91097
|
-
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\"
|
|
90778
|
+
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\")",
|
|
91098
90779
|
"scope": "default",
|
|
91099
90780
|
"line": {
|
|
91100
90781
|
"start": 63,
|
|
@@ -91119,7 +90800,7 @@
|
|
|
91119
90800
|
"context": {
|
|
91120
90801
|
"type": "variable",
|
|
91121
90802
|
"name": "kendo-bottom-navigation-theme-colors",
|
|
91122
|
-
"value": "(\"
|
|
90803
|
+
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"inverse\")",
|
|
91123
90804
|
"scope": "default",
|
|
91124
90805
|
"line": {
|
|
91125
90806
|
"start": 33,
|
|
@@ -91169,7 +90850,7 @@
|
|
|
91169
90850
|
"context": {
|
|
91170
90851
|
"type": "variable",
|
|
91171
90852
|
"name": "kendo-button-theme-colors",
|
|
91172
|
-
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"
|
|
90853
|
+
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
|
|
91173
90854
|
"scope": "default",
|
|
91174
90855
|
"line": {
|
|
91175
90856
|
"start": 116,
|
|
@@ -91210,31 +90891,6 @@
|
|
|
91210
90891
|
"name": "_variables.scss"
|
|
91211
90892
|
}
|
|
91212
90893
|
},
|
|
91213
|
-
{
|
|
91214
|
-
"description": "The theme colors map of the Card.\n",
|
|
91215
|
-
"commentRange": {
|
|
91216
|
-
"start": 75,
|
|
91217
|
-
"end": 76
|
|
91218
|
-
},
|
|
91219
|
-
"context": {
|
|
91220
|
-
"type": "variable",
|
|
91221
|
-
"name": "kendo-card-theme-colors",
|
|
91222
|
-
"value": "(\"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
|
|
91223
|
-
"scope": "default",
|
|
91224
|
-
"line": {
|
|
91225
|
-
"start": 77,
|
|
91226
|
-
"end": 77
|
|
91227
|
-
}
|
|
91228
|
-
},
|
|
91229
|
-
"group": [
|
|
91230
|
-
"card"
|
|
91231
|
-
],
|
|
91232
|
-
"access": "public",
|
|
91233
|
-
"file": {
|
|
91234
|
-
"path": "core/scss/components/card/_variables.scss",
|
|
91235
|
-
"name": "_variables.scss"
|
|
91236
|
-
}
|
|
91237
|
-
},
|
|
91238
90894
|
{
|
|
91239
90895
|
"description": "The sizes map of the Chip.\n",
|
|
91240
90896
|
"commentRange": {
|
|
@@ -91643,31 +91299,6 @@
|
|
|
91643
91299
|
"name": "_variables.scss"
|
|
91644
91300
|
}
|
|
91645
91301
|
},
|
|
91646
|
-
{
|
|
91647
|
-
"description": "The theme colors map of the Dialog.\n",
|
|
91648
|
-
"commentRange": {
|
|
91649
|
-
"start": 16,
|
|
91650
|
-
"end": 17
|
|
91651
|
-
},
|
|
91652
|
-
"context": {
|
|
91653
|
-
"type": "variable",
|
|
91654
|
-
"name": "kendo-dialog-theme-colors",
|
|
91655
|
-
"value": "(\"primary\", \"light\", \"dark\")",
|
|
91656
|
-
"scope": "default",
|
|
91657
|
-
"line": {
|
|
91658
|
-
"start": 18,
|
|
91659
|
-
"end": 18
|
|
91660
|
-
}
|
|
91661
|
-
},
|
|
91662
|
-
"group": [
|
|
91663
|
-
"dialog"
|
|
91664
|
-
],
|
|
91665
|
-
"access": "public",
|
|
91666
|
-
"file": {
|
|
91667
|
-
"path": "core/scss/components/dialog/_variables.scss",
|
|
91668
|
-
"name": "_variables.scss"
|
|
91669
|
-
}
|
|
91670
|
-
},
|
|
91671
91302
|
{
|
|
91672
91303
|
"description": "The theme colors map of the FloatingActionButton.\n",
|
|
91673
91304
|
"commentRange": {
|
|
@@ -91677,7 +91308,7 @@
|
|
|
91677
91308
|
"context": {
|
|
91678
91309
|
"type": "variable",
|
|
91679
91310
|
"name": "kendo-fab-theme-colors",
|
|
91680
|
-
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\"
|
|
91311
|
+
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
|
|
91681
91312
|
"scope": "default",
|
|
91682
91313
|
"line": {
|
|
91683
91314
|
"start": 68,
|
|
@@ -91777,7 +91408,7 @@
|
|
|
91777
91408
|
"context": {
|
|
91778
91409
|
"type": "variable",
|
|
91779
91410
|
"name": "kendo-loader-theme-colors",
|
|
91780
|
-
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\"
|
|
91411
|
+
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
|
|
91781
91412
|
"scope": "default",
|
|
91782
91413
|
"line": {
|
|
91783
91414
|
"start": 59,
|
|
@@ -91827,7 +91458,7 @@
|
|
|
91827
91458
|
"context": {
|
|
91828
91459
|
"type": "variable",
|
|
91829
91460
|
"name": "kendo-message-box-theme-colors",
|
|
91830
|
-
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"
|
|
91461
|
+
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
|
|
91831
91462
|
"scope": "default",
|
|
91832
91463
|
"line": {
|
|
91833
91464
|
"start": 22,
|
|
@@ -91868,31 +91499,6 @@
|
|
|
91868
91499
|
"name": "_variables.scss"
|
|
91869
91500
|
}
|
|
91870
91501
|
},
|
|
91871
|
-
{
|
|
91872
|
-
"description": "The theme colors map of the Overlay.\n",
|
|
91873
|
-
"commentRange": {
|
|
91874
|
-
"start": 6,
|
|
91875
|
-
"end": 7
|
|
91876
|
-
},
|
|
91877
|
-
"context": {
|
|
91878
|
-
"type": "variable",
|
|
91879
|
-
"name": "kendo-overlay-theme-colors",
|
|
91880
|
-
"value": "(\"dark\", \"light\", \"inverse\")",
|
|
91881
|
-
"scope": "default",
|
|
91882
|
-
"line": {
|
|
91883
|
-
"start": 8,
|
|
91884
|
-
"end": 8
|
|
91885
|
-
}
|
|
91886
|
-
},
|
|
91887
|
-
"group": [
|
|
91888
|
-
"overlay"
|
|
91889
|
-
],
|
|
91890
|
-
"access": "public",
|
|
91891
|
-
"file": {
|
|
91892
|
-
"path": "core/scss/components/overlay/_variables.scss",
|
|
91893
|
-
"name": "_variables.scss"
|
|
91894
|
-
}
|
|
91895
|
-
},
|
|
91896
91502
|
{
|
|
91897
91503
|
"description": "The sizes map of the Pager.\n",
|
|
91898
91504
|
"commentRange": {
|
|
@@ -92002,7 +91608,7 @@
|
|
|
92002
91608
|
"context": {
|
|
92003
91609
|
"type": "variable",
|
|
92004
91610
|
"name": "kendo-suggestion-theme-colors",
|
|
92005
|
-
"value": "(\"base\", \"primary\", \"secondary\")",
|
|
91611
|
+
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
|
|
92006
91612
|
"scope": "default",
|
|
92007
91613
|
"line": {
|
|
92008
91614
|
"start": 18,
|
|
@@ -92210,8 +91816,8 @@
|
|
|
92210
91816
|
{
|
|
92211
91817
|
"description": "The sizes map of the Window.\n",
|
|
92212
91818
|
"commentRange": {
|
|
92213
|
-
"start":
|
|
92214
|
-
"end":
|
|
91819
|
+
"start": 41,
|
|
91820
|
+
"end": 42
|
|
92215
91821
|
},
|
|
92216
91822
|
"context": {
|
|
92217
91823
|
"type": "variable",
|
|
@@ -92219,33 +91825,8 @@
|
|
|
92219
91825
|
"value": "(\n auto: null,\n sm: 300px,\n md: 800px,\n lg: 1200px\n)",
|
|
92220
91826
|
"scope": "default",
|
|
92221
91827
|
"line": {
|
|
92222
|
-
"start":
|
|
92223
|
-
"end":
|
|
92224
|
-
}
|
|
92225
|
-
},
|
|
92226
|
-
"group": [
|
|
92227
|
-
"window"
|
|
92228
|
-
],
|
|
92229
|
-
"access": "public",
|
|
92230
|
-
"file": {
|
|
92231
|
-
"path": "core/scss/components/window/_variables.scss",
|
|
92232
|
-
"name": "_variables.scss"
|
|
92233
|
-
}
|
|
92234
|
-
},
|
|
92235
|
-
{
|
|
92236
|
-
"description": "The theme colors map of the Window.\n",
|
|
92237
|
-
"commentRange": {
|
|
92238
|
-
"start": 51,
|
|
92239
|
-
"end": 52
|
|
92240
|
-
},
|
|
92241
|
-
"context": {
|
|
92242
|
-
"type": "variable",
|
|
92243
|
-
"name": "kendo-window-theme-colors",
|
|
92244
|
-
"value": "(\"primary\", \"light\", \"dark\")",
|
|
92245
|
-
"scope": "default",
|
|
92246
|
-
"line": {
|
|
92247
|
-
"start": 53,
|
|
92248
|
-
"end": 53
|
|
91828
|
+
"start": 43,
|
|
91829
|
+
"end": 48
|
|
92249
91830
|
}
|
|
92250
91831
|
},
|
|
92251
91832
|
"group": [
|