@progress/kendo-theme-fluent 13.2.0-dev.3 → 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 +830 -1876
- package/dist/meta/sassdoc-raw-data.json +399 -843
- package/dist/meta/variables.json +21 -144
- 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/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/core/color-system/_swatch.scss +0 -56
- package/scss/dialog/_variables.scss +0 -6
- package/scss/fab/_theme.scss +2 -3
- package/scss/notification/_variables.scss +1 -1
- package/scss/overlay/_variables.scss +4 -8
- package/scss/scrollview/_theme.scss +0 -16
- package/scss/scrollview/_variables.scss +2 -0
- package/scss/tooltip/_functions.scss +1 -1
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/window/_variables.scss +0 -6
|
@@ -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": [
|
|
@@ -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",
|
|
@@ -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": [
|
|
@@ -52135,7 +51847,7 @@
|
|
|
52135
51847
|
"context": {
|
|
52136
51848
|
"type": "variable",
|
|
52137
51849
|
"name": "kendo-notification-theme-colors",
|
|
52138
|
-
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"
|
|
51850
|
+
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
|
|
52139
51851
|
"scope": "default",
|
|
52140
51852
|
"line": {
|
|
52141
51853
|
"start": 58,
|
|
@@ -53602,47 +53314,19 @@
|
|
|
53602
53314
|
}
|
|
53603
53315
|
},
|
|
53604
53316
|
{
|
|
53605
|
-
"description": "The
|
|
53317
|
+
"description": "The background color of the Overlay.\n",
|
|
53606
53318
|
"commentRange": {
|
|
53607
|
-
"start":
|
|
53608
|
-
"end":
|
|
53609
|
-
},
|
|
53610
|
-
"context": {
|
|
53611
|
-
"type": "variable",
|
|
53612
|
-
"name": "kendo-overlay-default-theme-color",
|
|
53613
|
-
"value": "\"inverse\"",
|
|
53614
|
-
"scope": "default",
|
|
53615
|
-
"line": {
|
|
53616
|
-
"start": 4,
|
|
53617
|
-
"end": 4
|
|
53618
|
-
}
|
|
53619
|
-
},
|
|
53620
|
-
"group": [
|
|
53621
|
-
"overlay"
|
|
53622
|
-
],
|
|
53623
|
-
"role": [
|
|
53624
|
-
"default"
|
|
53625
|
-
],
|
|
53626
|
-
"access": "public",
|
|
53627
|
-
"file": {
|
|
53628
|
-
"path": "overlay/_variables.scss",
|
|
53629
|
-
"name": "_variables.scss"
|
|
53630
|
-
}
|
|
53631
|
-
},
|
|
53632
|
-
{
|
|
53633
|
-
"description": "Background color of the dark overlay.\n",
|
|
53634
|
-
"commentRange": {
|
|
53635
|
-
"start": 6,
|
|
53636
|
-
"end": 7
|
|
53319
|
+
"start": 3,
|
|
53320
|
+
"end": 4
|
|
53637
53321
|
},
|
|
53638
53322
|
"context": {
|
|
53639
53323
|
"type": "variable",
|
|
53640
53324
|
"name": "kendo-overlay-bg",
|
|
53641
|
-
"value": "
|
|
53325
|
+
"value": "k-color(inverse)",
|
|
53642
53326
|
"scope": "default",
|
|
53643
53327
|
"line": {
|
|
53644
|
-
"start":
|
|
53645
|
-
"end":
|
|
53328
|
+
"start": 5,
|
|
53329
|
+
"end": 5
|
|
53646
53330
|
}
|
|
53647
53331
|
},
|
|
53648
53332
|
"group": [
|
|
@@ -53655,10 +53339,10 @@
|
|
|
53655
53339
|
}
|
|
53656
53340
|
},
|
|
53657
53341
|
{
|
|
53658
|
-
"description": "
|
|
53342
|
+
"description": "The opacity of the Overlay.\n",
|
|
53659
53343
|
"commentRange": {
|
|
53660
|
-
"start":
|
|
53661
|
-
"end":
|
|
53344
|
+
"start": 7,
|
|
53345
|
+
"end": 8
|
|
53662
53346
|
},
|
|
53663
53347
|
"context": {
|
|
53664
53348
|
"type": "variable",
|
|
@@ -53666,8 +53350,8 @@
|
|
|
53666
53350
|
"value": "var( --kendo-overlay-opacity, .4 )",
|
|
53667
53351
|
"scope": "default",
|
|
53668
53352
|
"line": {
|
|
53669
|
-
"start":
|
|
53670
|
-
"end":
|
|
53353
|
+
"start": 9,
|
|
53354
|
+
"end": 9
|
|
53671
53355
|
}
|
|
53672
53356
|
},
|
|
53673
53357
|
"group": [
|
|
@@ -84439,7 +84123,7 @@
|
|
|
84439
84123
|
"context": {
|
|
84440
84124
|
"type": "variable",
|
|
84441
84125
|
"name": "kendo-tooltip-theme-colors",
|
|
84442
|
-
"value": "(\"base\", \"
|
|
84126
|
+
"value": "(\"base\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
|
|
84443
84127
|
"scope": "default",
|
|
84444
84128
|
"line": {
|
|
84445
84129
|
"start": 60,
|
|
@@ -89845,39 +89529,11 @@
|
|
|
89845
89529
|
"name": "_variables.scss"
|
|
89846
89530
|
}
|
|
89847
89531
|
},
|
|
89848
|
-
{
|
|
89849
|
-
"description": "The default theme color of the Window.\n",
|
|
89850
|
-
"commentRange": {
|
|
89851
|
-
"start": 9,
|
|
89852
|
-
"end": 11
|
|
89853
|
-
},
|
|
89854
|
-
"context": {
|
|
89855
|
-
"type": "variable",
|
|
89856
|
-
"name": "kendo-window-default-theme-color",
|
|
89857
|
-
"value": "null",
|
|
89858
|
-
"scope": "default",
|
|
89859
|
-
"line": {
|
|
89860
|
-
"start": 12,
|
|
89861
|
-
"end": 12
|
|
89862
|
-
}
|
|
89863
|
-
},
|
|
89864
|
-
"group": [
|
|
89865
|
-
"window"
|
|
89866
|
-
],
|
|
89867
|
-
"role": [
|
|
89868
|
-
"default"
|
|
89869
|
-
],
|
|
89870
|
-
"access": "public",
|
|
89871
|
-
"file": {
|
|
89872
|
-
"path": "window/_variables.scss",
|
|
89873
|
-
"name": "_variables.scss"
|
|
89874
|
-
}
|
|
89875
|
-
},
|
|
89876
89532
|
{
|
|
89877
89533
|
"description": "The width of the border around the Window.\n",
|
|
89878
89534
|
"commentRange": {
|
|
89879
|
-
"start":
|
|
89880
|
-
"end":
|
|
89535
|
+
"start": 9,
|
|
89536
|
+
"end": 10
|
|
89881
89537
|
},
|
|
89882
89538
|
"context": {
|
|
89883
89539
|
"type": "variable",
|
|
@@ -89885,8 +89541,8 @@
|
|
|
89885
89541
|
"value": "var(--kendo-window-border-width, 0)",
|
|
89886
89542
|
"scope": "default",
|
|
89887
89543
|
"line": {
|
|
89888
|
-
"start":
|
|
89889
|
-
"end":
|
|
89544
|
+
"start": 11,
|
|
89545
|
+
"end": 11
|
|
89890
89546
|
}
|
|
89891
89547
|
},
|
|
89892
89548
|
"group": [
|
|
@@ -89901,8 +89557,8 @@
|
|
|
89901
89557
|
{
|
|
89902
89558
|
"description": "The border radius of the Window.\n",
|
|
89903
89559
|
"commentRange": {
|
|
89904
|
-
"start":
|
|
89905
|
-
"end":
|
|
89560
|
+
"start": 12,
|
|
89561
|
+
"end": 13
|
|
89906
89562
|
},
|
|
89907
89563
|
"context": {
|
|
89908
89564
|
"type": "variable",
|
|
@@ -89910,8 +89566,8 @@
|
|
|
89910
89566
|
"value": "var(--kendo-window-border-radius, k-border-radius(md))",
|
|
89911
89567
|
"scope": "default",
|
|
89912
89568
|
"line": {
|
|
89913
|
-
"start":
|
|
89914
|
-
"end":
|
|
89569
|
+
"start": 14,
|
|
89570
|
+
"end": 14
|
|
89915
89571
|
}
|
|
89916
89572
|
},
|
|
89917
89573
|
"group": [
|
|
@@ -89926,8 +89582,8 @@
|
|
|
89926
89582
|
{
|
|
89927
89583
|
"description": "The font family of the Window.\n",
|
|
89928
89584
|
"commentRange": {
|
|
89929
|
-
"start":
|
|
89930
|
-
"end":
|
|
89585
|
+
"start": 15,
|
|
89586
|
+
"end": 16
|
|
89931
89587
|
},
|
|
89932
89588
|
"context": {
|
|
89933
89589
|
"type": "variable",
|
|
@@ -89935,8 +89591,8 @@
|
|
|
89935
89591
|
"value": "var( --kendo-window-font-family, var(--kendo-font-family) )",
|
|
89936
89592
|
"scope": "default",
|
|
89937
89593
|
"line": {
|
|
89938
|
-
"start":
|
|
89939
|
-
"end":
|
|
89594
|
+
"start": 17,
|
|
89595
|
+
"end": 17
|
|
89940
89596
|
}
|
|
89941
89597
|
},
|
|
89942
89598
|
"group": [
|
|
@@ -89951,8 +89607,8 @@
|
|
|
89951
89607
|
{
|
|
89952
89608
|
"description": "The font size of the Window.\n",
|
|
89953
89609
|
"commentRange": {
|
|
89954
|
-
"start":
|
|
89955
|
-
"end":
|
|
89610
|
+
"start": 18,
|
|
89611
|
+
"end": 19
|
|
89956
89612
|
},
|
|
89957
89613
|
"context": {
|
|
89958
89614
|
"type": "variable",
|
|
@@ -89960,8 +89616,8 @@
|
|
|
89960
89616
|
"value": "var( --kendo-window-font-size, var(--kendo-font-size) )",
|
|
89961
89617
|
"scope": "default",
|
|
89962
89618
|
"line": {
|
|
89963
|
-
"start":
|
|
89964
|
-
"end":
|
|
89619
|
+
"start": 20,
|
|
89620
|
+
"end": 20
|
|
89965
89621
|
}
|
|
89966
89622
|
},
|
|
89967
89623
|
"group": [
|
|
@@ -89976,8 +89632,8 @@
|
|
|
89976
89632
|
{
|
|
89977
89633
|
"description": "The line height of the Window.\n",
|
|
89978
89634
|
"commentRange": {
|
|
89979
|
-
"start":
|
|
89980
|
-
"end":
|
|
89635
|
+
"start": 21,
|
|
89636
|
+
"end": 22
|
|
89981
89637
|
},
|
|
89982
89638
|
"context": {
|
|
89983
89639
|
"type": "variable",
|
|
@@ -89985,8 +89641,8 @@
|
|
|
89985
89641
|
"value": "var( --kendo-window-line-height, var(--kendo-line-height) )",
|
|
89986
89642
|
"scope": "default",
|
|
89987
89643
|
"line": {
|
|
89988
|
-
"start":
|
|
89989
|
-
"end":
|
|
89644
|
+
"start": 23,
|
|
89645
|
+
"end": 23
|
|
89990
89646
|
}
|
|
89991
89647
|
},
|
|
89992
89648
|
"group": [
|
|
@@ -90001,8 +89657,8 @@
|
|
|
90001
89657
|
{
|
|
90002
89658
|
"description": "The horizontal padding of the Window titlebar.\n",
|
|
90003
89659
|
"commentRange": {
|
|
90004
|
-
"start":
|
|
90005
|
-
"end":
|
|
89660
|
+
"start": 25,
|
|
89661
|
+
"end": 26
|
|
90006
89662
|
},
|
|
90007
89663
|
"context": {
|
|
90008
89664
|
"type": "variable",
|
|
@@ -90010,8 +89666,8 @@
|
|
|
90010
89666
|
"value": "var( --kendo-window-titlebar-padding-x, k-spacing(6) )",
|
|
90011
89667
|
"scope": "default",
|
|
90012
89668
|
"line": {
|
|
90013
|
-
"start":
|
|
90014
|
-
"end":
|
|
89669
|
+
"start": 27,
|
|
89670
|
+
"end": 27
|
|
90015
89671
|
}
|
|
90016
89672
|
},
|
|
90017
89673
|
"group": [
|
|
@@ -90026,8 +89682,8 @@
|
|
|
90026
89682
|
{
|
|
90027
89683
|
"description": "The vertical padding of the Window titlebar.\n",
|
|
90028
89684
|
"commentRange": {
|
|
90029
|
-
"start":
|
|
90030
|
-
"end":
|
|
89685
|
+
"start": 28,
|
|
89686
|
+
"end": 29
|
|
90031
89687
|
},
|
|
90032
89688
|
"context": {
|
|
90033
89689
|
"type": "variable",
|
|
@@ -90035,8 +89691,8 @@
|
|
|
90035
89691
|
"value": "var( --kendo-window-titlebar-padding-y, k-spacing(6) k-spacing(4) )",
|
|
90036
89692
|
"scope": "default",
|
|
90037
89693
|
"line": {
|
|
90038
|
-
"start":
|
|
90039
|
-
"end":
|
|
89694
|
+
"start": 30,
|
|
89695
|
+
"end": 30
|
|
90040
89696
|
}
|
|
90041
89697
|
},
|
|
90042
89698
|
"group": [
|
|
@@ -90051,8 +89707,8 @@
|
|
|
90051
89707
|
{
|
|
90052
89708
|
"description": "The width of the border of the Window titlebar.\n",
|
|
90053
89709
|
"commentRange": {
|
|
90054
|
-
"start":
|
|
90055
|
-
"end":
|
|
89710
|
+
"start": 31,
|
|
89711
|
+
"end": 32
|
|
90056
89712
|
},
|
|
90057
89713
|
"context": {
|
|
90058
89714
|
"type": "variable",
|
|
@@ -90060,8 +89716,8 @@
|
|
|
90060
89716
|
"value": "var( --kendo-window-titlebar-border-width, 0 )",
|
|
90061
89717
|
"scope": "default",
|
|
90062
89718
|
"line": {
|
|
90063
|
-
"start":
|
|
90064
|
-
"end":
|
|
89719
|
+
"start": 33,
|
|
89720
|
+
"end": 33
|
|
90065
89721
|
}
|
|
90066
89722
|
},
|
|
90067
89723
|
"group": [
|
|
@@ -90076,8 +89732,8 @@
|
|
|
90076
89732
|
{
|
|
90077
89733
|
"description": "The style of the border of the Window titlebar.\n",
|
|
90078
89734
|
"commentRange": {
|
|
90079
|
-
"start":
|
|
90080
|
-
"end":
|
|
89735
|
+
"start": 34,
|
|
89736
|
+
"end": 35
|
|
90081
89737
|
},
|
|
90082
89738
|
"context": {
|
|
90083
89739
|
"type": "variable",
|
|
@@ -90085,8 +89741,8 @@
|
|
|
90085
89741
|
"value": "solid",
|
|
90086
89742
|
"scope": "default",
|
|
90087
89743
|
"line": {
|
|
90088
|
-
"start":
|
|
90089
|
-
"end":
|
|
89744
|
+
"start": 36,
|
|
89745
|
+
"end": 36
|
|
90090
89746
|
}
|
|
90091
89747
|
},
|
|
90092
89748
|
"group": [
|
|
@@ -90101,8 +89757,8 @@
|
|
|
90101
89757
|
{
|
|
90102
89758
|
"description": "The font size of the title of the Window.\n",
|
|
90103
89759
|
"commentRange": {
|
|
90104
|
-
"start":
|
|
90105
|
-
"end":
|
|
89760
|
+
"start": 38,
|
|
89761
|
+
"end": 39
|
|
90106
89762
|
},
|
|
90107
89763
|
"context": {
|
|
90108
89764
|
"type": "variable",
|
|
@@ -90110,8 +89766,8 @@
|
|
|
90110
89766
|
"value": "var( --kendo-window-title-font-size, var(--kendo-font-size-xl) )",
|
|
90111
89767
|
"scope": "default",
|
|
90112
89768
|
"line": {
|
|
90113
|
-
"start":
|
|
90114
|
-
"end":
|
|
89769
|
+
"start": 40,
|
|
89770
|
+
"end": 40
|
|
90115
89771
|
}
|
|
90116
89772
|
},
|
|
90117
89773
|
"group": [
|
|
@@ -90126,8 +89782,8 @@
|
|
|
90126
89782
|
{
|
|
90127
89783
|
"description": "The line height of the title of the Window.\n",
|
|
90128
89784
|
"commentRange": {
|
|
90129
|
-
"start":
|
|
90130
|
-
"end":
|
|
89785
|
+
"start": 41,
|
|
89786
|
+
"end": 42
|
|
90131
89787
|
},
|
|
90132
89788
|
"context": {
|
|
90133
89789
|
"type": "variable",
|
|
@@ -90135,8 +89791,8 @@
|
|
|
90135
89791
|
"value": "var( --kendo-window-title-line-height, var(--kendo-line-height-xs) )",
|
|
90136
89792
|
"scope": "default",
|
|
90137
89793
|
"line": {
|
|
90138
|
-
"start":
|
|
90139
|
-
"end":
|
|
89794
|
+
"start": 43,
|
|
89795
|
+
"end": 43
|
|
90140
89796
|
}
|
|
90141
89797
|
},
|
|
90142
89798
|
"group": [
|
|
@@ -90151,8 +89807,8 @@
|
|
|
90151
89807
|
{
|
|
90152
89808
|
"description": "The font weight of the title of the Window.\n",
|
|
90153
89809
|
"commentRange": {
|
|
90154
|
-
"start":
|
|
90155
|
-
"end":
|
|
89810
|
+
"start": 44,
|
|
89811
|
+
"end": 45
|
|
90156
89812
|
},
|
|
90157
89813
|
"context": {
|
|
90158
89814
|
"type": "variable",
|
|
@@ -90160,8 +89816,8 @@
|
|
|
90160
89816
|
"value": "var( --kendo-window-title-font-weight, var(--kendo-font-weight-semibold) )",
|
|
90161
89817
|
"scope": "default",
|
|
90162
89818
|
"line": {
|
|
90163
|
-
"start":
|
|
90164
|
-
"end":
|
|
89819
|
+
"start": 46,
|
|
89820
|
+
"end": 46
|
|
90165
89821
|
}
|
|
90166
89822
|
},
|
|
90167
89823
|
"group": [
|
|
@@ -90176,8 +89832,8 @@
|
|
|
90176
89832
|
{
|
|
90177
89833
|
"description": "The spacing between the buttons in the Window titlebar.\n",
|
|
90178
89834
|
"commentRange": {
|
|
90179
|
-
"start":
|
|
90180
|
-
"end":
|
|
89835
|
+
"start": 48,
|
|
89836
|
+
"end": 49
|
|
90181
89837
|
},
|
|
90182
89838
|
"context": {
|
|
90183
89839
|
"type": "variable",
|
|
@@ -90185,8 +89841,8 @@
|
|
|
90185
89841
|
"value": "var( --kendo-window-actions-gap, k-spacing(0) )",
|
|
90186
89842
|
"scope": "default",
|
|
90187
89843
|
"line": {
|
|
90188
|
-
"start":
|
|
90189
|
-
"end":
|
|
89844
|
+
"start": 50,
|
|
89845
|
+
"end": 50
|
|
90190
89846
|
}
|
|
90191
89847
|
},
|
|
90192
89848
|
"group": [
|
|
@@ -90201,8 +89857,8 @@
|
|
|
90201
89857
|
{
|
|
90202
89858
|
"description": "The opacity of the buttons in the Window titlebar.\n",
|
|
90203
89859
|
"commentRange": {
|
|
90204
|
-
"start":
|
|
90205
|
-
"end":
|
|
89860
|
+
"start": 51,
|
|
89861
|
+
"end": 52
|
|
90206
89862
|
},
|
|
90207
89863
|
"context": {
|
|
90208
89864
|
"type": "variable",
|
|
@@ -90210,8 +89866,8 @@
|
|
|
90210
89866
|
"value": "var( --kendo-window-action-opacity, 1 )",
|
|
90211
89867
|
"scope": "default",
|
|
90212
89868
|
"line": {
|
|
90213
|
-
"start":
|
|
90214
|
-
"end":
|
|
89869
|
+
"start": 53,
|
|
89870
|
+
"end": 53
|
|
90215
89871
|
}
|
|
90216
89872
|
},
|
|
90217
89873
|
"group": [
|
|
@@ -90226,8 +89882,8 @@
|
|
|
90226
89882
|
{
|
|
90227
89883
|
"description": "The opacity of the hovered buttons in the Window titlebar.\n",
|
|
90228
89884
|
"commentRange": {
|
|
90229
|
-
"start":
|
|
90230
|
-
"end":
|
|
89885
|
+
"start": 54,
|
|
89886
|
+
"end": 55
|
|
90231
89887
|
},
|
|
90232
89888
|
"context": {
|
|
90233
89889
|
"type": "variable",
|
|
@@ -90235,8 +89891,8 @@
|
|
|
90235
89891
|
"value": "var( --kendo-window-action-hover-opacity, 1 )",
|
|
90236
89892
|
"scope": "default",
|
|
90237
89893
|
"line": {
|
|
90238
|
-
"start":
|
|
90239
|
-
"end":
|
|
89894
|
+
"start": 56,
|
|
89895
|
+
"end": 56
|
|
90240
89896
|
}
|
|
90241
89897
|
},
|
|
90242
89898
|
"group": [
|
|
@@ -90251,8 +89907,8 @@
|
|
|
90251
89907
|
{
|
|
90252
89908
|
"description": "The horizontal padding of the content of the Window.\n",
|
|
90253
89909
|
"commentRange": {
|
|
90254
|
-
"start":
|
|
90255
|
-
"end":
|
|
89910
|
+
"start": 58,
|
|
89911
|
+
"end": 59
|
|
90256
89912
|
},
|
|
90257
89913
|
"context": {
|
|
90258
89914
|
"type": "variable",
|
|
@@ -90260,8 +89916,8 @@
|
|
|
90260
89916
|
"value": "var( --kendo-window-inner-padding-x, k-spacing(6) )",
|
|
90261
89917
|
"scope": "default",
|
|
90262
89918
|
"line": {
|
|
90263
|
-
"start":
|
|
90264
|
-
"end":
|
|
89919
|
+
"start": 60,
|
|
89920
|
+
"end": 60
|
|
90265
89921
|
}
|
|
90266
89922
|
},
|
|
90267
89923
|
"group": [
|
|
@@ -90276,8 +89932,8 @@
|
|
|
90276
89932
|
{
|
|
90277
89933
|
"description": "The vertical padding of the content of the Window.\n",
|
|
90278
89934
|
"commentRange": {
|
|
90279
|
-
"start":
|
|
90280
|
-
"end":
|
|
89935
|
+
"start": 61,
|
|
89936
|
+
"end": 62
|
|
90281
89937
|
},
|
|
90282
89938
|
"context": {
|
|
90283
89939
|
"type": "variable",
|
|
@@ -90285,8 +89941,8 @@
|
|
|
90285
89941
|
"value": "var( --kendo-window-inner-padding-y, k-spacing(3) )",
|
|
90286
89942
|
"scope": "default",
|
|
90287
89943
|
"line": {
|
|
90288
|
-
"start":
|
|
90289
|
-
"end":
|
|
89944
|
+
"start": 63,
|
|
89945
|
+
"end": 63
|
|
90290
89946
|
}
|
|
90291
89947
|
},
|
|
90292
89948
|
"group": [
|
|
@@ -90301,8 +89957,8 @@
|
|
|
90301
89957
|
{
|
|
90302
89958
|
"description": "The horizontal padding of the Window action buttons.\n",
|
|
90303
89959
|
"commentRange": {
|
|
90304
|
-
"start":
|
|
90305
|
-
"end":
|
|
89960
|
+
"start": 65,
|
|
89961
|
+
"end": 66
|
|
90306
89962
|
},
|
|
90307
89963
|
"context": {
|
|
90308
89964
|
"type": "variable",
|
|
@@ -90310,8 +89966,8 @@
|
|
|
90310
89966
|
"value": "var( --kendo-window-buttongroup-padding-x, k-spacing(6) )",
|
|
90311
89967
|
"scope": "default",
|
|
90312
89968
|
"line": {
|
|
90313
|
-
"start":
|
|
90314
|
-
"end":
|
|
89969
|
+
"start": 67,
|
|
89970
|
+
"end": 67
|
|
90315
89971
|
}
|
|
90316
89972
|
},
|
|
90317
89973
|
"group": [
|
|
@@ -90326,8 +89982,8 @@
|
|
|
90326
89982
|
{
|
|
90327
89983
|
"description": "The vertical padding of the Window action buttons.\n",
|
|
90328
89984
|
"commentRange": {
|
|
90329
|
-
"start":
|
|
90330
|
-
"end":
|
|
89985
|
+
"start": 68,
|
|
89986
|
+
"end": 69
|
|
90331
89987
|
},
|
|
90332
89988
|
"context": {
|
|
90333
89989
|
"type": "variable",
|
|
@@ -90335,8 +89991,8 @@
|
|
|
90335
89991
|
"value": "var( --kendo-window-buttongroup-padding-y, k-spacing(6) )",
|
|
90336
89992
|
"scope": "default",
|
|
90337
89993
|
"line": {
|
|
90338
|
-
"start":
|
|
90339
|
-
"end":
|
|
89994
|
+
"start": 70,
|
|
89995
|
+
"end": 70
|
|
90340
89996
|
}
|
|
90341
89997
|
},
|
|
90342
89998
|
"group": [
|
|
@@ -90351,8 +90007,8 @@
|
|
|
90351
90007
|
{
|
|
90352
90008
|
"description": "The width of the top border of the Window action buttons.\n",
|
|
90353
90009
|
"commentRange": {
|
|
90354
|
-
"start":
|
|
90355
|
-
"end":
|
|
90010
|
+
"start": 71,
|
|
90011
|
+
"end": 72
|
|
90356
90012
|
},
|
|
90357
90013
|
"context": {
|
|
90358
90014
|
"type": "variable",
|
|
@@ -90360,8 +90016,8 @@
|
|
|
90360
90016
|
"value": "var( --kendo-window-buttongroup-border-width, 0 )",
|
|
90361
90017
|
"scope": "default",
|
|
90362
90018
|
"line": {
|
|
90363
|
-
"start":
|
|
90364
|
-
"end":
|
|
90019
|
+
"start": 73,
|
|
90020
|
+
"end": 73
|
|
90365
90021
|
}
|
|
90366
90022
|
},
|
|
90367
90023
|
"group": [
|
|
@@ -90376,8 +90032,8 @@
|
|
|
90376
90032
|
{
|
|
90377
90033
|
"description": "The spacing between the Window action buttons.\n",
|
|
90378
90034
|
"commentRange": {
|
|
90379
|
-
"start":
|
|
90380
|
-
"end":
|
|
90035
|
+
"start": 74,
|
|
90036
|
+
"end": 75
|
|
90381
90037
|
},
|
|
90382
90038
|
"context": {
|
|
90383
90039
|
"type": "variable",
|
|
@@ -90385,8 +90041,8 @@
|
|
|
90385
90041
|
"value": "var( --kendo-window-buttongroup-spacing, k-spacing(3) )",
|
|
90386
90042
|
"scope": "default",
|
|
90387
90043
|
"line": {
|
|
90388
|
-
"start":
|
|
90389
|
-
"end":
|
|
90044
|
+
"start": 76,
|
|
90045
|
+
"end": 76
|
|
90390
90046
|
}
|
|
90391
90047
|
},
|
|
90392
90048
|
"group": [
|
|
@@ -90401,8 +90057,8 @@
|
|
|
90401
90057
|
{
|
|
90402
90058
|
"description": "The background color of the Window.\n",
|
|
90403
90059
|
"commentRange": {
|
|
90404
|
-
"start":
|
|
90405
|
-
"end":
|
|
90060
|
+
"start": 78,
|
|
90061
|
+
"end": 79
|
|
90406
90062
|
},
|
|
90407
90063
|
"context": {
|
|
90408
90064
|
"type": "variable",
|
|
@@ -90410,8 +90066,8 @@
|
|
|
90410
90066
|
"value": "var( --kendo-window-bg, k-color(surface-alt) )",
|
|
90411
90067
|
"scope": "default",
|
|
90412
90068
|
"line": {
|
|
90413
|
-
"start":
|
|
90414
|
-
"end":
|
|
90069
|
+
"start": 80,
|
|
90070
|
+
"end": 80
|
|
90415
90071
|
}
|
|
90416
90072
|
},
|
|
90417
90073
|
"group": [
|
|
@@ -90426,8 +90082,8 @@
|
|
|
90426
90082
|
{
|
|
90427
90083
|
"description": "The text color of the Window.\n",
|
|
90428
90084
|
"commentRange": {
|
|
90429
|
-
"start":
|
|
90430
|
-
"end":
|
|
90085
|
+
"start": 81,
|
|
90086
|
+
"end": 82
|
|
90431
90087
|
},
|
|
90432
90088
|
"context": {
|
|
90433
90089
|
"type": "variable",
|
|
@@ -90435,8 +90091,8 @@
|
|
|
90435
90091
|
"value": "var( --kendo-window-text, k-color(on-app-surface) )",
|
|
90436
90092
|
"scope": "default",
|
|
90437
90093
|
"line": {
|
|
90438
|
-
"start":
|
|
90439
|
-
"end":
|
|
90094
|
+
"start": 83,
|
|
90095
|
+
"end": 83
|
|
90440
90096
|
}
|
|
90441
90097
|
},
|
|
90442
90098
|
"group": [
|
|
@@ -90451,8 +90107,8 @@
|
|
|
90451
90107
|
{
|
|
90452
90108
|
"description": "The border color of the Window.\n",
|
|
90453
90109
|
"commentRange": {
|
|
90454
|
-
"start":
|
|
90455
|
-
"end":
|
|
90110
|
+
"start": 84,
|
|
90111
|
+
"end": 85
|
|
90456
90112
|
},
|
|
90457
90113
|
"context": {
|
|
90458
90114
|
"type": "variable",
|
|
@@ -90460,8 +90116,8 @@
|
|
|
90460
90116
|
"value": "var( --kendo-window-border, k-color(surface-alt) )",
|
|
90461
90117
|
"scope": "default",
|
|
90462
90118
|
"line": {
|
|
90463
|
-
"start":
|
|
90464
|
-
"end":
|
|
90119
|
+
"start": 86,
|
|
90120
|
+
"end": 86
|
|
90465
90121
|
}
|
|
90466
90122
|
},
|
|
90467
90123
|
"group": [
|
|
@@ -90476,8 +90132,8 @@
|
|
|
90476
90132
|
{
|
|
90477
90133
|
"description": "The box shadow of the Window.\n",
|
|
90478
90134
|
"commentRange": {
|
|
90479
|
-
"start":
|
|
90480
|
-
"end":
|
|
90135
|
+
"start": 87,
|
|
90136
|
+
"end": 88
|
|
90481
90137
|
},
|
|
90482
90138
|
"context": {
|
|
90483
90139
|
"type": "variable",
|
|
@@ -90485,8 +90141,8 @@
|
|
|
90485
90141
|
"value": "var( --kendo-window-shadow, var( --kendo-elevation-5, none ) )",
|
|
90486
90142
|
"scope": "default",
|
|
90487
90143
|
"line": {
|
|
90488
|
-
"start":
|
|
90489
|
-
"end":
|
|
90144
|
+
"start": 89,
|
|
90145
|
+
"end": 89
|
|
90490
90146
|
}
|
|
90491
90147
|
},
|
|
90492
90148
|
"group": [
|
|
@@ -90501,8 +90157,8 @@
|
|
|
90501
90157
|
{
|
|
90502
90158
|
"description": "The box shadow of the focused Window.\n",
|
|
90503
90159
|
"commentRange": {
|
|
90504
|
-
"start":
|
|
90505
|
-
"end":
|
|
90160
|
+
"start": 90,
|
|
90161
|
+
"end": 91
|
|
90506
90162
|
},
|
|
90507
90163
|
"context": {
|
|
90508
90164
|
"type": "variable",
|
|
@@ -90510,8 +90166,8 @@
|
|
|
90510
90166
|
"value": "$kendo-window-shadow",
|
|
90511
90167
|
"scope": "default",
|
|
90512
90168
|
"line": {
|
|
90513
|
-
"start":
|
|
90514
|
-
"end":
|
|
90169
|
+
"start": 92,
|
|
90170
|
+
"end": 92
|
|
90515
90171
|
}
|
|
90516
90172
|
},
|
|
90517
90173
|
"group": [
|
|
@@ -90526,8 +90182,8 @@
|
|
|
90526
90182
|
{
|
|
90527
90183
|
"description": "The background color of the Window titlebar.\n",
|
|
90528
90184
|
"commentRange": {
|
|
90529
|
-
"start":
|
|
90530
|
-
"end":
|
|
90185
|
+
"start": 94,
|
|
90186
|
+
"end": 95
|
|
90531
90187
|
},
|
|
90532
90188
|
"context": {
|
|
90533
90189
|
"type": "variable",
|
|
@@ -90535,8 +90191,8 @@
|
|
|
90535
90191
|
"value": "var( --kendo-window-titlebar-bg, k-color(surface-alt) )",
|
|
90536
90192
|
"scope": "default",
|
|
90537
90193
|
"line": {
|
|
90538
|
-
"start":
|
|
90539
|
-
"end":
|
|
90194
|
+
"start": 96,
|
|
90195
|
+
"end": 96
|
|
90540
90196
|
}
|
|
90541
90197
|
},
|
|
90542
90198
|
"group": [
|
|
@@ -90551,8 +90207,8 @@
|
|
|
90551
90207
|
{
|
|
90552
90208
|
"description": "The text color of the Window titlebar.\n",
|
|
90553
90209
|
"commentRange": {
|
|
90554
|
-
"start":
|
|
90555
|
-
"end":
|
|
90210
|
+
"start": 97,
|
|
90211
|
+
"end": 98
|
|
90556
90212
|
},
|
|
90557
90213
|
"context": {
|
|
90558
90214
|
"type": "variable",
|
|
@@ -90560,8 +90216,8 @@
|
|
|
90560
90216
|
"value": "var( --kendo-window-titlebar-text, k-color(on-app-surface) )",
|
|
90561
90217
|
"scope": "default",
|
|
90562
90218
|
"line": {
|
|
90563
|
-
"start":
|
|
90564
|
-
"end":
|
|
90219
|
+
"start": 99,
|
|
90220
|
+
"end": 99
|
|
90565
90221
|
}
|
|
90566
90222
|
},
|
|
90567
90223
|
"group": [
|
|
@@ -90576,8 +90232,8 @@
|
|
|
90576
90232
|
{
|
|
90577
90233
|
"description": "The border color of the Window titlebar.\n",
|
|
90578
90234
|
"commentRange": {
|
|
90579
|
-
"start":
|
|
90580
|
-
"end":
|
|
90235
|
+
"start": 100,
|
|
90236
|
+
"end": 101
|
|
90581
90237
|
},
|
|
90582
90238
|
"context": {
|
|
90583
90239
|
"type": "variable",
|
|
@@ -90585,8 +90241,8 @@
|
|
|
90585
90241
|
"value": "var( --kendo-window-titlebar-border, k-color(primary) )",
|
|
90586
90242
|
"scope": "default",
|
|
90587
90243
|
"line": {
|
|
90588
|
-
"start":
|
|
90589
|
-
"end":
|
|
90244
|
+
"start": 102,
|
|
90245
|
+
"end": 102
|
|
90590
90246
|
}
|
|
90591
90247
|
},
|
|
90592
90248
|
"group": [
|
|
@@ -91013,17 +90669,17 @@
|
|
|
91013
90669
|
{
|
|
91014
90670
|
"description": "The theme colors map of the AppBar.\n",
|
|
91015
90671
|
"commentRange": {
|
|
91016
|
-
"start":
|
|
91017
|
-
"end":
|
|
90672
|
+
"start": 21,
|
|
90673
|
+
"end": 22
|
|
91018
90674
|
},
|
|
91019
90675
|
"context": {
|
|
91020
90676
|
"type": "variable",
|
|
91021
90677
|
"name": "kendo-appbar-theme-colors",
|
|
91022
|
-
"value": "(\"
|
|
90678
|
+
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"inverse\")",
|
|
91023
90679
|
"scope": "default",
|
|
91024
90680
|
"line": {
|
|
91025
|
-
"start":
|
|
91026
|
-
"end":
|
|
90681
|
+
"start": 23,
|
|
90682
|
+
"end": 23
|
|
91027
90683
|
}
|
|
91028
90684
|
},
|
|
91029
90685
|
"group": [
|
|
@@ -91069,7 +90725,7 @@
|
|
|
91069
90725
|
"context": {
|
|
91070
90726
|
"type": "variable",
|
|
91071
90727
|
"name": "kendo-avatar-theme-colors",
|
|
91072
|
-
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\"
|
|
90728
|
+
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
|
|
91073
90729
|
"scope": "default",
|
|
91074
90730
|
"line": {
|
|
91075
90731
|
"start": 34,
|
|
@@ -91119,7 +90775,7 @@
|
|
|
91119
90775
|
"context": {
|
|
91120
90776
|
"type": "variable",
|
|
91121
90777
|
"name": "kendo-badge-theme-colors",
|
|
91122
|
-
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\"
|
|
90778
|
+
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\")",
|
|
91123
90779
|
"scope": "default",
|
|
91124
90780
|
"line": {
|
|
91125
90781
|
"start": 63,
|
|
@@ -91144,7 +90800,7 @@
|
|
|
91144
90800
|
"context": {
|
|
91145
90801
|
"type": "variable",
|
|
91146
90802
|
"name": "kendo-bottom-navigation-theme-colors",
|
|
91147
|
-
"value": "(\"
|
|
90803
|
+
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"inverse\")",
|
|
91148
90804
|
"scope": "default",
|
|
91149
90805
|
"line": {
|
|
91150
90806
|
"start": 33,
|
|
@@ -91194,7 +90850,7 @@
|
|
|
91194
90850
|
"context": {
|
|
91195
90851
|
"type": "variable",
|
|
91196
90852
|
"name": "kendo-button-theme-colors",
|
|
91197
|
-
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"
|
|
90853
|
+
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
|
|
91198
90854
|
"scope": "default",
|
|
91199
90855
|
"line": {
|
|
91200
90856
|
"start": 116,
|
|
@@ -91235,31 +90891,6 @@
|
|
|
91235
90891
|
"name": "_variables.scss"
|
|
91236
90892
|
}
|
|
91237
90893
|
},
|
|
91238
|
-
{
|
|
91239
|
-
"description": "The theme colors map of the Card.\n",
|
|
91240
|
-
"commentRange": {
|
|
91241
|
-
"start": 75,
|
|
91242
|
-
"end": 76
|
|
91243
|
-
},
|
|
91244
|
-
"context": {
|
|
91245
|
-
"type": "variable",
|
|
91246
|
-
"name": "kendo-card-theme-colors",
|
|
91247
|
-
"value": "(\"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
|
|
91248
|
-
"scope": "default",
|
|
91249
|
-
"line": {
|
|
91250
|
-
"start": 77,
|
|
91251
|
-
"end": 77
|
|
91252
|
-
}
|
|
91253
|
-
},
|
|
91254
|
-
"group": [
|
|
91255
|
-
"card"
|
|
91256
|
-
],
|
|
91257
|
-
"access": "public",
|
|
91258
|
-
"file": {
|
|
91259
|
-
"path": "core/scss/components/card/_variables.scss",
|
|
91260
|
-
"name": "_variables.scss"
|
|
91261
|
-
}
|
|
91262
|
-
},
|
|
91263
90894
|
{
|
|
91264
90895
|
"description": "The sizes map of the Chip.\n",
|
|
91265
90896
|
"commentRange": {
|
|
@@ -91668,31 +91299,6 @@
|
|
|
91668
91299
|
"name": "_variables.scss"
|
|
91669
91300
|
}
|
|
91670
91301
|
},
|
|
91671
|
-
{
|
|
91672
|
-
"description": "The theme colors map of the Dialog.\n",
|
|
91673
|
-
"commentRange": {
|
|
91674
|
-
"start": 16,
|
|
91675
|
-
"end": 17
|
|
91676
|
-
},
|
|
91677
|
-
"context": {
|
|
91678
|
-
"type": "variable",
|
|
91679
|
-
"name": "kendo-dialog-theme-colors",
|
|
91680
|
-
"value": "(\"primary\", \"light\", \"dark\")",
|
|
91681
|
-
"scope": "default",
|
|
91682
|
-
"line": {
|
|
91683
|
-
"start": 18,
|
|
91684
|
-
"end": 18
|
|
91685
|
-
}
|
|
91686
|
-
},
|
|
91687
|
-
"group": [
|
|
91688
|
-
"dialog"
|
|
91689
|
-
],
|
|
91690
|
-
"access": "public",
|
|
91691
|
-
"file": {
|
|
91692
|
-
"path": "core/scss/components/dialog/_variables.scss",
|
|
91693
|
-
"name": "_variables.scss"
|
|
91694
|
-
}
|
|
91695
|
-
},
|
|
91696
91302
|
{
|
|
91697
91303
|
"description": "The theme colors map of the FloatingActionButton.\n",
|
|
91698
91304
|
"commentRange": {
|
|
@@ -91702,7 +91308,7 @@
|
|
|
91702
91308
|
"context": {
|
|
91703
91309
|
"type": "variable",
|
|
91704
91310
|
"name": "kendo-fab-theme-colors",
|
|
91705
|
-
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\"
|
|
91311
|
+
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
|
|
91706
91312
|
"scope": "default",
|
|
91707
91313
|
"line": {
|
|
91708
91314
|
"start": 68,
|
|
@@ -91802,7 +91408,7 @@
|
|
|
91802
91408
|
"context": {
|
|
91803
91409
|
"type": "variable",
|
|
91804
91410
|
"name": "kendo-loader-theme-colors",
|
|
91805
|
-
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\"
|
|
91411
|
+
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
|
|
91806
91412
|
"scope": "default",
|
|
91807
91413
|
"line": {
|
|
91808
91414
|
"start": 59,
|
|
@@ -91852,7 +91458,7 @@
|
|
|
91852
91458
|
"context": {
|
|
91853
91459
|
"type": "variable",
|
|
91854
91460
|
"name": "kendo-message-box-theme-colors",
|
|
91855
|
-
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"
|
|
91461
|
+
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
|
|
91856
91462
|
"scope": "default",
|
|
91857
91463
|
"line": {
|
|
91858
91464
|
"start": 22,
|
|
@@ -91893,31 +91499,6 @@
|
|
|
91893
91499
|
"name": "_variables.scss"
|
|
91894
91500
|
}
|
|
91895
91501
|
},
|
|
91896
|
-
{
|
|
91897
|
-
"description": "The theme colors map of the Overlay.\n",
|
|
91898
|
-
"commentRange": {
|
|
91899
|
-
"start": 6,
|
|
91900
|
-
"end": 7
|
|
91901
|
-
},
|
|
91902
|
-
"context": {
|
|
91903
|
-
"type": "variable",
|
|
91904
|
-
"name": "kendo-overlay-theme-colors",
|
|
91905
|
-
"value": "(\"dark\", \"light\", \"inverse\")",
|
|
91906
|
-
"scope": "default",
|
|
91907
|
-
"line": {
|
|
91908
|
-
"start": 8,
|
|
91909
|
-
"end": 8
|
|
91910
|
-
}
|
|
91911
|
-
},
|
|
91912
|
-
"group": [
|
|
91913
|
-
"overlay"
|
|
91914
|
-
],
|
|
91915
|
-
"access": "public",
|
|
91916
|
-
"file": {
|
|
91917
|
-
"path": "core/scss/components/overlay/_variables.scss",
|
|
91918
|
-
"name": "_variables.scss"
|
|
91919
|
-
}
|
|
91920
|
-
},
|
|
91921
91502
|
{
|
|
91922
91503
|
"description": "The sizes map of the Pager.\n",
|
|
91923
91504
|
"commentRange": {
|
|
@@ -92027,7 +91608,7 @@
|
|
|
92027
91608
|
"context": {
|
|
92028
91609
|
"type": "variable",
|
|
92029
91610
|
"name": "kendo-suggestion-theme-colors",
|
|
92030
|
-
"value": "(\"base\", \"primary\", \"secondary\")",
|
|
91611
|
+
"value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
|
|
92031
91612
|
"scope": "default",
|
|
92032
91613
|
"line": {
|
|
92033
91614
|
"start": 18,
|
|
@@ -92235,8 +91816,8 @@
|
|
|
92235
91816
|
{
|
|
92236
91817
|
"description": "The sizes map of the Window.\n",
|
|
92237
91818
|
"commentRange": {
|
|
92238
|
-
"start":
|
|
92239
|
-
"end":
|
|
91819
|
+
"start": 41,
|
|
91820
|
+
"end": 42
|
|
92240
91821
|
},
|
|
92241
91822
|
"context": {
|
|
92242
91823
|
"type": "variable",
|
|
@@ -92244,33 +91825,8 @@
|
|
|
92244
91825
|
"value": "(\n auto: null,\n sm: 300px,\n md: 800px,\n lg: 1200px\n)",
|
|
92245
91826
|
"scope": "default",
|
|
92246
91827
|
"line": {
|
|
92247
|
-
"start":
|
|
92248
|
-
"end":
|
|
92249
|
-
}
|
|
92250
|
-
},
|
|
92251
|
-
"group": [
|
|
92252
|
-
"window"
|
|
92253
|
-
],
|
|
92254
|
-
"access": "public",
|
|
92255
|
-
"file": {
|
|
92256
|
-
"path": "core/scss/components/window/_variables.scss",
|
|
92257
|
-
"name": "_variables.scss"
|
|
92258
|
-
}
|
|
92259
|
-
},
|
|
92260
|
-
{
|
|
92261
|
-
"description": "The theme colors map of the Window.\n",
|
|
92262
|
-
"commentRange": {
|
|
92263
|
-
"start": 51,
|
|
92264
|
-
"end": 52
|
|
92265
|
-
},
|
|
92266
|
-
"context": {
|
|
92267
|
-
"type": "variable",
|
|
92268
|
-
"name": "kendo-window-theme-colors",
|
|
92269
|
-
"value": "(\"primary\", \"light\", \"dark\")",
|
|
92270
|
-
"scope": "default",
|
|
92271
|
-
"line": {
|
|
92272
|
-
"start": 53,
|
|
92273
|
-
"end": 53
|
|
91828
|
+
"start": 43,
|
|
91829
|
+
"end": 48
|
|
92274
91830
|
}
|
|
92275
91831
|
},
|
|
92276
91832
|
"group": [
|