@progress/kendo-theme-classic 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.
Files changed (55) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green.css +1 -1
  4. package/dist/classic-lavender-dark.css +1 -1
  5. package/dist/classic-lavender.css +1 -1
  6. package/dist/classic-main-dark.css +1 -1
  7. package/dist/classic-main.css +1 -1
  8. package/dist/classic-metro-dark.css +1 -1
  9. package/dist/classic-metro.css +1 -1
  10. package/dist/classic-moonlight.css +1 -1
  11. package/dist/classic-opal-dark.css +1 -1
  12. package/dist/classic-opal.css +1 -1
  13. package/dist/classic-silver-dark.css +1 -1
  14. package/dist/classic-silver.css +1 -1
  15. package/dist/classic-uniform.css +1 -1
  16. package/dist/meta/sassdoc-data.json +996 -1988
  17. package/dist/meta/sassdoc-raw-data.json +455 -874
  18. package/dist/meta/variables.json +45 -164
  19. package/lib/swatches/classic-green-dark.json +1 -1
  20. package/lib/swatches/classic-green.json +1 -1
  21. package/lib/swatches/classic-lavender-dark.json +1 -1
  22. package/lib/swatches/classic-lavender.json +1 -1
  23. package/lib/swatches/classic-main-dark.json +1 -1
  24. package/lib/swatches/classic-main.json +1 -1
  25. package/lib/swatches/classic-metro-dark.json +1 -1
  26. package/lib/swatches/classic-metro.json +1 -1
  27. package/lib/swatches/classic-moonlight.json +1 -1
  28. package/lib/swatches/classic-opal-dark.json +1 -1
  29. package/lib/swatches/classic-opal.json +1 -1
  30. package/lib/swatches/classic-silver-dark.json +1 -1
  31. package/lib/swatches/classic-silver.json +1 -1
  32. package/lib/swatches/classic-uniform.json +1 -1
  33. package/package.json +4 -4
  34. package/scss/adaptive/_variables.scss +3 -3
  35. package/scss/appbar/_variables.scss +1 -19
  36. package/scss/breadcrumb/_variables.scss +3 -3
  37. package/scss/calendar/_variables.scss +1 -1
  38. package/scss/captcha/_variables.scss +1 -1
  39. package/scss/card/_variables.scss +0 -6
  40. package/scss/column-menu/_variables.scss +1 -1
  41. package/scss/core/color-system/_swatch.scss +0 -56
  42. package/scss/dialog/_variables.scss +0 -6
  43. package/scss/filter/_variables.scss +1 -1
  44. package/scss/icons/_variables.scss +5 -1
  45. package/scss/notification/_variables.scss +1 -1
  46. package/scss/overlay/_variables.scss +2 -6
  47. package/scss/scrollview/_variables.scss +0 -1
  48. package/scss/spreadsheet/_variables.scss +1 -1
  49. package/scss/switch/_variables.scss +1 -1
  50. package/scss/tabstrip/_variables.scss +1 -1
  51. package/scss/taskboard/_variables.scss +3 -3
  52. package/scss/timeselector/_variables.scss +4 -4
  53. package/scss/tooltip/_variables.scss +1 -1
  54. package/scss/treeview/_variables.scss +3 -3
  55. package/scss/window/_variables.scss +0 -6
@@ -2133,7 +2133,7 @@
2133
2133
  "context": {
2134
2134
  "type": "variable",
2135
2135
  "name": "kendo-adaptive-menu-clear-text",
2136
- "value": "k-color(primary)",
2136
+ "value": "k-color(primary-on-surface)",
2137
2137
  "scope": "default",
2138
2138
  "line": {
2139
2139
  "start": 31,
@@ -2308,7 +2308,7 @@
2308
2308
  "context": {
2309
2309
  "type": "variable",
2310
2310
  "name": "kendo-adaptive-grid-sort-text",
2311
- "value": "k-color(primary)",
2311
+ "value": "k-color(primary-on-surface)",
2312
2312
  "scope": "default",
2313
2313
  "line": {
2314
2314
  "start": 57,
@@ -2333,7 +2333,7 @@
2333
2333
  "context": {
2334
2334
  "type": "variable",
2335
2335
  "name": "kendo-adaptive-scheduler-current-text",
2336
- "value": "k-color(primary)",
2336
+ "value": "k-color(primary-on-surface)",
2337
2337
  "scope": "default",
2338
2338
  "line": {
2339
2339
  "start": 63,
@@ -2408,7 +2408,7 @@
2408
2408
  "context": {
2409
2409
  "type": "variable",
2410
2410
  "name": "kendo-appbar-default-theme-color",
2411
- "value": "\"light\"",
2411
+ "value": "\"base\"",
2412
2412
  "scope": "default",
2413
2413
  "line": {
2414
2414
  "start": 10,
@@ -2678,15 +2678,15 @@
2678
2678
  }
2679
2679
  },
2680
2680
  {
2681
- "description": "The background color of the AppBar based on light theme color.\n",
2681
+ "description": "The box shadow of the AppBar.\n",
2682
2682
  "commentRange": {
2683
2683
  "start": 44,
2684
2684
  "end": 45
2685
2685
  },
2686
2686
  "context": {
2687
2687
  "type": "variable",
2688
- "name": "kendo-appbar-light-bg",
2689
- "value": "k-color(light)",
2688
+ "name": "kendo-appbar-box-shadow",
2689
+ "value": "k-elevation(4)",
2690
2690
  "scope": "default",
2691
2691
  "line": {
2692
2692
  "start": 46,
@@ -2703,119 +2703,19 @@
2703
2703
  }
2704
2704
  },
2705
2705
  {
2706
- "description": "The text color of the AppBar based on light theme color.\n",
2706
+ "description": "The box shadow of the AppBar with bottom position.\n",
2707
2707
  "commentRange": {
2708
2708
  "start": 47,
2709
2709
  "end": 48
2710
2710
  },
2711
- "context": {
2712
- "type": "variable",
2713
- "name": "kendo-appbar-light-text",
2714
- "value": "k-color(on-light)",
2715
- "scope": "default",
2716
- "line": {
2717
- "start": 49,
2718
- "end": 49
2719
- }
2720
- },
2721
- "group": [
2722
- "appbar"
2723
- ],
2724
- "access": "public",
2725
- "file": {
2726
- "path": "appbar/_variables.scss",
2727
- "name": "_variables.scss"
2728
- }
2729
- },
2730
- {
2731
- "description": "The background color of the AppBar based on dark theme color.\n",
2732
- "commentRange": {
2733
- "start": 51,
2734
- "end": 52
2735
- },
2736
- "context": {
2737
- "type": "variable",
2738
- "name": "kendo-appbar-dark-bg",
2739
- "value": "k-color(dark)",
2740
- "scope": "default",
2741
- "line": {
2742
- "start": 53,
2743
- "end": 53
2744
- }
2745
- },
2746
- "group": [
2747
- "appbar"
2748
- ],
2749
- "access": "public",
2750
- "file": {
2751
- "path": "appbar/_variables.scss",
2752
- "name": "_variables.scss"
2753
- }
2754
- },
2755
- {
2756
- "description": "The text color of the AppBar based on dark theme colorr.\n",
2757
- "commentRange": {
2758
- "start": 54,
2759
- "end": 55
2760
- },
2761
- "context": {
2762
- "type": "variable",
2763
- "name": "kendo-appbar-dark-text",
2764
- "value": "k-color(on-dark)",
2765
- "scope": "default",
2766
- "line": {
2767
- "start": 56,
2768
- "end": 56
2769
- }
2770
- },
2771
- "group": [
2772
- "appbar"
2773
- ],
2774
- "access": "public",
2775
- "file": {
2776
- "path": "appbar/_variables.scss",
2777
- "name": "_variables.scss"
2778
- }
2779
- },
2780
- {
2781
- "description": "The box shadow of the AppBar.\n",
2782
- "commentRange": {
2783
- "start": 58,
2784
- "end": 59
2785
- },
2786
- "context": {
2787
- "type": "variable",
2788
- "name": "kendo-appbar-box-shadow",
2789
- "value": "k-elevation(4)",
2790
- "scope": "default",
2791
- "line": {
2792
- "start": 60,
2793
- "end": 60
2794
- }
2795
- },
2796
- "group": [
2797
- "appbar"
2798
- ],
2799
- "access": "public",
2800
- "file": {
2801
- "path": "appbar/_variables.scss",
2802
- "name": "_variables.scss"
2803
- }
2804
- },
2805
- {
2806
- "description": "The box shadow of the AppBar with bottom position.\n",
2807
- "commentRange": {
2808
- "start": 61,
2809
- "end": 62
2810
- },
2811
2711
  "context": {
2812
2712
  "type": "variable",
2813
2713
  "name": "kendo-appbar-bottom-box-shadow",
2814
2714
  "value": "k-elevation(4)",
2815
2715
  "scope": "default",
2816
2716
  "line": {
2817
- "start": 63,
2818
- "end": 63
2717
+ "start": 49,
2718
+ "end": 49
2819
2719
  }
2820
2720
  },
2821
2721
  "group": [
@@ -5144,7 +5044,7 @@
5144
5044
  "context": {
5145
5045
  "type": "variable",
5146
5046
  "name": "kendo-breadcrumb-link-text",
5147
- "value": "k-color(primary)",
5047
+ "value": "k-color(primary-on-surface)",
5148
5048
  "scope": "default",
5149
5049
  "line": {
5150
5050
  "start": 129,
@@ -5219,7 +5119,7 @@
5219
5119
  "context": {
5220
5120
  "type": "variable",
5221
5121
  "name": "kendo-breadcrumb-link-hover-text",
5222
- "value": "k-color(primary-hover)",
5122
+ "value": "k-color(primary-on-surface)",
5223
5123
  "scope": "default",
5224
5124
  "line": {
5225
5125
  "start": 138,
@@ -5294,7 +5194,7 @@
5294
5194
  "context": {
5295
5195
  "type": "variable",
5296
5196
  "name": "kendo-breadcrumb-link-focus-text",
5297
- "value": "k-color(primary)",
5197
+ "value": "k-color(primary-on-surface)",
5298
5198
  "scope": "default",
5299
5199
  "line": {
5300
5200
  "start": 148,
@@ -10009,7 +9909,7 @@
10009
9909
  "context": {
10010
9910
  "type": "variable",
10011
9911
  "name": "kendo-calendar-navigation-hover-text",
10012
- "value": "k-color(primary-hover)",
9912
+ "value": "k-color(primary-on-surface)",
10013
9913
  "scope": "default",
10014
9914
  "line": {
10015
9915
  "start": 252,
@@ -10784,7 +10684,7 @@
10784
10684
  "context": {
10785
10685
  "type": "variable",
10786
10686
  "name": "kendo-captcha-text",
10787
- "value": "k-color(surface-alt)",
10687
+ "value": "k-color(on-app-surface)",
10788
10688
  "scope": "default",
10789
10689
  "line": {
10790
10690
  "start": 29,
@@ -10950,39 +10850,11 @@
10950
10850
  "name": "_variables.scss"
10951
10851
  }
10952
10852
  },
10953
- {
10954
- "description": "The default theme color of the Card.\n",
10955
- "commentRange": {
10956
- "start": 6,
10957
- "end": 8
10958
- },
10959
- "context": {
10960
- "type": "variable",
10961
- "name": "kendo-card-default-theme-color",
10962
- "value": "null",
10963
- "scope": "default",
10964
- "line": {
10965
- "start": 9,
10966
- "end": 9
10967
- }
10968
- },
10969
- "group": [
10970
- "card"
10971
- ],
10972
- "role": [
10973
- "default"
10974
- ],
10975
- "access": "public",
10976
- "file": {
10977
- "path": "card/_variables.scss",
10978
- "name": "_variables.scss"
10979
- }
10980
- },
10981
10853
  {
10982
10854
  "description": "The horizontal padding of the Card.\n",
10983
10855
  "commentRange": {
10984
- "start": 11,
10985
- "end": 12
10856
+ "start": 6,
10857
+ "end": 7
10986
10858
  },
10987
10859
  "context": {
10988
10860
  "type": "variable",
@@ -10990,8 +10862,8 @@
10990
10862
  "value": "k-spacing(4)",
10991
10863
  "scope": "default",
10992
10864
  "line": {
10993
- "start": 13,
10994
- "end": 13
10865
+ "start": 8,
10866
+ "end": 8
10995
10867
  }
10996
10868
  },
10997
10869
  "group": [
@@ -11006,8 +10878,8 @@
11006
10878
  {
11007
10879
  "description": "The vertical padding of the Card.\n",
11008
10880
  "commentRange": {
11009
- "start": 14,
11010
- "end": 15
10881
+ "start": 9,
10882
+ "end": 10
11011
10883
  },
11012
10884
  "context": {
11013
10885
  "type": "variable",
@@ -11015,8 +10887,8 @@
11015
10887
  "value": "k-spacing(3)",
11016
10888
  "scope": "default",
11017
10889
  "line": {
11018
- "start": 16,
11019
- "end": 16
10890
+ "start": 11,
10891
+ "end": 11
11020
10892
  }
11021
10893
  },
11022
10894
  "group": [
@@ -11031,8 +10903,8 @@
11031
10903
  {
11032
10904
  "description": "The width of the border around the Card.\n",
11033
10905
  "commentRange": {
11034
- "start": 17,
11035
- "end": 18
10906
+ "start": 12,
10907
+ "end": 13
11036
10908
  },
11037
10909
  "context": {
11038
10910
  "type": "variable",
@@ -11040,8 +10912,8 @@
11040
10912
  "value": "1px",
11041
10913
  "scope": "default",
11042
10914
  "line": {
11043
- "start": 19,
11044
- "end": 19
10915
+ "start": 14,
10916
+ "end": 14
11045
10917
  }
11046
10918
  },
11047
10919
  "group": [
@@ -11056,8 +10928,8 @@
11056
10928
  {
11057
10929
  "description": "The border radius of the Card.\n",
11058
10930
  "commentRange": {
11059
- "start": 20,
11060
- "end": 21
10931
+ "start": 15,
10932
+ "end": 16
11061
10933
  },
11062
10934
  "context": {
11063
10935
  "type": "variable",
@@ -11065,8 +10937,8 @@
11065
10937
  "value": "k-border-radius(lg)",
11066
10938
  "scope": "default",
11067
10939
  "line": {
11068
- "start": 22,
11069
- "end": 22
10940
+ "start": 17,
10941
+ "end": 17
11070
10942
  }
11071
10943
  },
11072
10944
  "group": [
@@ -11081,8 +10953,8 @@
11081
10953
  {
11082
10954
  "description": "The inner border radius of the Card.\n",
11083
10955
  "commentRange": {
11084
- "start": 23,
11085
- "end": 24
10956
+ "start": 18,
10957
+ "end": 19
11086
10958
  },
11087
10959
  "context": {
11088
10960
  "type": "variable",
@@ -11090,8 +10962,8 @@
11090
10962
  "value": "calc( #{$kendo-card-border-radius} - #{$kendo-card-border-width} )",
11091
10963
  "scope": "default",
11092
10964
  "line": {
11093
- "start": 25,
11094
- "end": 25
10965
+ "start": 20,
10966
+ "end": 20
11095
10967
  }
11096
10968
  },
11097
10969
  "group": [
@@ -11106,8 +10978,8 @@
11106
10978
  {
11107
10979
  "description": "The font family of the Card.\n",
11108
10980
  "commentRange": {
11109
- "start": 26,
11110
- "end": 27
10981
+ "start": 21,
10982
+ "end": 22
11111
10983
  },
11112
10984
  "context": {
11113
10985
  "type": "variable",
@@ -11115,8 +10987,8 @@
11115
10987
  "value": "var(--kendo-font-family)",
11116
10988
  "scope": "default",
11117
10989
  "line": {
11118
- "start": 28,
11119
- "end": 28
10990
+ "start": 23,
10991
+ "end": 23
11120
10992
  }
11121
10993
  },
11122
10994
  "group": [
@@ -11131,8 +11003,8 @@
11131
11003
  {
11132
11004
  "description": "The font size of the Card.\n",
11133
11005
  "commentRange": {
11134
- "start": 29,
11135
- "end": 30
11006
+ "start": 24,
11007
+ "end": 25
11136
11008
  },
11137
11009
  "context": {
11138
11010
  "type": "variable",
@@ -11140,8 +11012,8 @@
11140
11012
  "value": "var(--kendo-font-size)",
11141
11013
  "scope": "default",
11142
11014
  "line": {
11143
- "start": 31,
11144
- "end": 31
11015
+ "start": 26,
11016
+ "end": 26
11145
11017
  }
11146
11018
  },
11147
11019
  "group": [
@@ -11156,8 +11028,8 @@
11156
11028
  {
11157
11029
  "description": "The line height of the Card.\n",
11158
11030
  "commentRange": {
11159
- "start": 32,
11160
- "end": 33
11031
+ "start": 27,
11032
+ "end": 28
11161
11033
  },
11162
11034
  "context": {
11163
11035
  "type": "variable",
@@ -11165,8 +11037,8 @@
11165
11037
  "value": "var(--kendo-line-height)",
11166
11038
  "scope": "default",
11167
11039
  "line": {
11168
- "start": 34,
11169
- "end": 34
11040
+ "start": 29,
11041
+ "end": 29
11170
11042
  }
11171
11043
  },
11172
11044
  "group": [
@@ -11181,8 +11053,8 @@
11181
11053
  {
11182
11054
  "description": "The spacing between the Cards in the Card deck.\n",
11183
11055
  "commentRange": {
11184
- "start": 36,
11185
- "end": 37
11056
+ "start": 31,
11057
+ "end": 32
11186
11058
  },
11187
11059
  "context": {
11188
11060
  "type": "variable",
@@ -11190,8 +11062,8 @@
11190
11062
  "value": "k-spacing(4)",
11191
11063
  "scope": "default",
11192
11064
  "line": {
11193
- "start": 38,
11194
- "end": 38
11065
+ "start": 33,
11066
+ "end": 33
11195
11067
  }
11196
11068
  },
11197
11069
  "group": [
@@ -11206,8 +11078,8 @@
11206
11078
  {
11207
11079
  "description": "The background color of the Card.\n",
11208
11080
  "commentRange": {
11209
- "start": 40,
11210
- "end": 41
11081
+ "start": 35,
11082
+ "end": 36
11211
11083
  },
11212
11084
  "context": {
11213
11085
  "type": "variable",
@@ -11215,8 +11087,8 @@
11215
11087
  "value": "k-color(surface-alt)",
11216
11088
  "scope": "default",
11217
11089
  "line": {
11218
- "start": 42,
11219
- "end": 42
11090
+ "start": 37,
11091
+ "end": 37
11220
11092
  }
11221
11093
  },
11222
11094
  "group": [
@@ -11231,8 +11103,8 @@
11231
11103
  {
11232
11104
  "description": "The text color of the Card.\n",
11233
11105
  "commentRange": {
11234
- "start": 43,
11235
- "end": 44
11106
+ "start": 38,
11107
+ "end": 39
11236
11108
  },
11237
11109
  "context": {
11238
11110
  "type": "variable",
@@ -11240,8 +11112,8 @@
11240
11112
  "value": "k-color(on-app-surface)",
11241
11113
  "scope": "default",
11242
11114
  "line": {
11243
- "start": 45,
11244
- "end": 45
11115
+ "start": 40,
11116
+ "end": 40
11245
11117
  }
11246
11118
  },
11247
11119
  "group": [
@@ -11256,8 +11128,8 @@
11256
11128
  {
11257
11129
  "description": "The border color of the Card.\n",
11258
11130
  "commentRange": {
11259
- "start": 46,
11260
- "end": 47
11131
+ "start": 41,
11132
+ "end": 42
11261
11133
  },
11262
11134
  "context": {
11263
11135
  "type": "variable",
@@ -11265,8 +11137,8 @@
11265
11137
  "value": "k-color(border)",
11266
11138
  "scope": "default",
11267
11139
  "line": {
11268
- "start": 48,
11269
- "end": 48
11140
+ "start": 43,
11141
+ "end": 43
11270
11142
  }
11271
11143
  },
11272
11144
  "group": [
@@ -11281,8 +11153,8 @@
11281
11153
  {
11282
11154
  "description": "The shadow of the Card.\n",
11283
11155
  "commentRange": {
11284
- "start": 49,
11285
- "end": 50
11156
+ "start": 44,
11157
+ "end": 45
11286
11158
  },
11287
11159
  "context": {
11288
11160
  "type": "variable",
@@ -11290,8 +11162,8 @@
11290
11162
  "value": "k-elevation(1)",
11291
11163
  "scope": "default",
11292
11164
  "line": {
11293
- "start": 51,
11294
- "end": 51
11165
+ "start": 46,
11166
+ "end": 46
11295
11167
  }
11296
11168
  },
11297
11169
  "group": [
@@ -11306,8 +11178,8 @@
11306
11178
  {
11307
11179
  "description": "The background color of the focused Card.\n",
11308
11180
  "commentRange": {
11309
- "start": 53,
11310
- "end": 54
11181
+ "start": 48,
11182
+ "end": 49
11311
11183
  },
11312
11184
  "context": {
11313
11185
  "type": "variable",
@@ -11315,8 +11187,8 @@
11315
11187
  "value": "null",
11316
11188
  "scope": "default",
11317
11189
  "line": {
11318
- "start": 55,
11319
- "end": 55
11190
+ "start": 50,
11191
+ "end": 50
11320
11192
  }
11321
11193
  },
11322
11194
  "group": [
@@ -11331,8 +11203,8 @@
11331
11203
  {
11332
11204
  "description": "The text color of the focused Card.\n",
11333
11205
  "commentRange": {
11334
- "start": 56,
11335
- "end": 57
11206
+ "start": 51,
11207
+ "end": 52
11336
11208
  },
11337
11209
  "context": {
11338
11210
  "type": "variable",
@@ -11340,8 +11212,8 @@
11340
11212
  "value": "null",
11341
11213
  "scope": "default",
11342
11214
  "line": {
11343
- "start": 58,
11344
- "end": 58
11215
+ "start": 53,
11216
+ "end": 53
11345
11217
  }
11346
11218
  },
11347
11219
  "group": [
@@ -11356,8 +11228,8 @@
11356
11228
  {
11357
11229
  "description": "The border color of the focused Card.\n",
11358
11230
  "commentRange": {
11359
- "start": 59,
11360
- "end": 60
11231
+ "start": 54,
11232
+ "end": 55
11361
11233
  },
11362
11234
  "context": {
11363
11235
  "type": "variable",
@@ -11365,8 +11237,8 @@
11365
11237
  "value": "rgba( black, .15 )",
11366
11238
  "scope": "default",
11367
11239
  "line": {
11368
- "start": 61,
11369
- "end": 61
11240
+ "start": 56,
11241
+ "end": 56
11370
11242
  }
11371
11243
  },
11372
11244
  "group": [
@@ -11381,8 +11253,8 @@
11381
11253
  {
11382
11254
  "description": "The shadow of the focused Card.\n",
11383
11255
  "commentRange": {
11384
- "start": 65,
11385
- "end": 66
11256
+ "start": 60,
11257
+ "end": 61
11386
11258
  },
11387
11259
  "context": {
11388
11260
  "type": "variable",
@@ -11390,8 +11262,8 @@
11390
11262
  "value": "k-elevation(3)",
11391
11263
  "scope": "default",
11392
11264
  "line": {
11393
- "start": 67,
11394
- "end": 67
11265
+ "start": 62,
11266
+ "end": 62
11395
11267
  }
11396
11268
  },
11397
11269
  "group": [
@@ -11406,8 +11278,8 @@
11406
11278
  {
11407
11279
  "description": "The horizontal padding of the Card header.\n",
11408
11280
  "commentRange": {
11409
- "start": 69,
11410
- "end": 70
11281
+ "start": 64,
11282
+ "end": 65
11411
11283
  },
11412
11284
  "context": {
11413
11285
  "type": "variable",
@@ -11415,8 +11287,8 @@
11415
11287
  "value": "$kendo-card-padding-x",
11416
11288
  "scope": "default",
11417
11289
  "line": {
11418
- "start": 71,
11419
- "end": 71
11290
+ "start": 66,
11291
+ "end": 66
11420
11292
  }
11421
11293
  },
11422
11294
  "group": [
@@ -11431,8 +11303,8 @@
11431
11303
  {
11432
11304
  "description": "The vertical padding of the Card header.\n",
11433
11305
  "commentRange": {
11434
- "start": 72,
11435
- "end": 73
11306
+ "start": 67,
11307
+ "end": 68
11436
11308
  },
11437
11309
  "context": {
11438
11310
  "type": "variable",
@@ -11440,8 +11312,8 @@
11440
11312
  "value": "$kendo-card-padding-y",
11441
11313
  "scope": "default",
11442
11314
  "line": {
11443
- "start": 74,
11444
- "end": 74
11315
+ "start": 69,
11316
+ "end": 69
11445
11317
  }
11446
11318
  },
11447
11319
  "group": [
@@ -11456,8 +11328,8 @@
11456
11328
  {
11457
11329
  "description": "The bottom border width of the Card header.\n",
11458
11330
  "commentRange": {
11459
- "start": 75,
11460
- "end": 76
11331
+ "start": 70,
11332
+ "end": 71
11461
11333
  },
11462
11334
  "context": {
11463
11335
  "type": "variable",
@@ -11465,8 +11337,8 @@
11465
11337
  "value": "1px",
11466
11338
  "scope": "default",
11467
11339
  "line": {
11468
- "start": 77,
11469
- "end": 77
11340
+ "start": 72,
11341
+ "end": 72
11470
11342
  }
11471
11343
  },
11472
11344
  "group": [
@@ -11481,8 +11353,8 @@
11481
11353
  {
11482
11354
  "description": "The background color of the Card header.\n",
11483
11355
  "commentRange": {
11484
- "start": 78,
11485
- "end": 79
11356
+ "start": 73,
11357
+ "end": 74
11486
11358
  },
11487
11359
  "context": {
11488
11360
  "type": "variable",
@@ -11490,8 +11362,8 @@
11490
11362
  "value": "null",
11491
11363
  "scope": "default",
11492
11364
  "line": {
11493
- "start": 80,
11494
- "end": 80
11365
+ "start": 75,
11366
+ "end": 75
11495
11367
  }
11496
11368
  },
11497
11369
  "group": [
@@ -11506,8 +11378,8 @@
11506
11378
  {
11507
11379
  "description": "The text color of the Card header.\n",
11508
11380
  "commentRange": {
11509
- "start": 81,
11510
- "end": 82
11381
+ "start": 76,
11382
+ "end": 77
11511
11383
  },
11512
11384
  "context": {
11513
11385
  "type": "variable",
@@ -11515,8 +11387,8 @@
11515
11387
  "value": "k-color(on-app-surface)",
11516
11388
  "scope": "default",
11517
11389
  "line": {
11518
- "start": 83,
11519
- "end": 83
11390
+ "start": 78,
11391
+ "end": 78
11520
11392
  }
11521
11393
  },
11522
11394
  "group": [
@@ -11531,8 +11403,8 @@
11531
11403
  {
11532
11404
  "description": "The border color of the Card header.\n",
11533
11405
  "commentRange": {
11534
- "start": 84,
11535
- "end": 85
11406
+ "start": 79,
11407
+ "end": 80
11536
11408
  },
11537
11409
  "context": {
11538
11410
  "type": "variable",
@@ -11540,8 +11412,8 @@
11540
11412
  "value": "k-color(border)",
11541
11413
  "scope": "default",
11542
11414
  "line": {
11543
- "start": 86,
11544
- "end": 86
11415
+ "start": 81,
11416
+ "end": 81
11545
11417
  }
11546
11418
  },
11547
11419
  "group": [
@@ -11556,8 +11428,8 @@
11556
11428
  {
11557
11429
  "description": "The horizontal padding of the Card body.\n",
11558
11430
  "commentRange": {
11559
- "start": 88,
11560
- "end": 89
11431
+ "start": 83,
11432
+ "end": 84
11561
11433
  },
11562
11434
  "context": {
11563
11435
  "type": "variable",
@@ -11565,8 +11437,8 @@
11565
11437
  "value": "k-spacing(4)",
11566
11438
  "scope": "default",
11567
11439
  "line": {
11568
- "start": 90,
11569
- "end": 90
11440
+ "start": 85,
11441
+ "end": 85
11570
11442
  }
11571
11443
  },
11572
11444
  "group": [
@@ -11581,8 +11453,8 @@
11581
11453
  {
11582
11454
  "description": "The vertical padding of the Card body.\n",
11583
11455
  "commentRange": {
11584
- "start": 91,
11585
- "end": 92
11456
+ "start": 86,
11457
+ "end": 87
11586
11458
  },
11587
11459
  "context": {
11588
11460
  "type": "variable",
@@ -11590,8 +11462,8 @@
11590
11462
  "value": "k-spacing(4)",
11591
11463
  "scope": "default",
11592
11464
  "line": {
11593
- "start": 93,
11594
- "end": 93
11465
+ "start": 88,
11466
+ "end": 88
11595
11467
  }
11596
11468
  },
11597
11469
  "group": [
@@ -11606,8 +11478,8 @@
11606
11478
  {
11607
11479
  "description": "The horizontal padding of the Card footer.\n",
11608
11480
  "commentRange": {
11609
- "start": 95,
11610
- "end": 96
11481
+ "start": 90,
11482
+ "end": 91
11611
11483
  },
11612
11484
  "context": {
11613
11485
  "type": "variable",
@@ -11615,8 +11487,8 @@
11615
11487
  "value": "$kendo-card-padding-x",
11616
11488
  "scope": "default",
11617
11489
  "line": {
11618
- "start": 97,
11619
- "end": 97
11490
+ "start": 92,
11491
+ "end": 92
11620
11492
  }
11621
11493
  },
11622
11494
  "group": [
@@ -11631,8 +11503,8 @@
11631
11503
  {
11632
11504
  "description": "The vertical padding of the Card footer.\n",
11633
11505
  "commentRange": {
11634
- "start": 98,
11635
- "end": 99
11506
+ "start": 93,
11507
+ "end": 94
11636
11508
  },
11637
11509
  "context": {
11638
11510
  "type": "variable",
@@ -11640,8 +11512,8 @@
11640
11512
  "value": "$kendo-card-padding-y",
11641
11513
  "scope": "default",
11642
11514
  "line": {
11643
- "start": 100,
11644
- "end": 100
11515
+ "start": 95,
11516
+ "end": 95
11645
11517
  }
11646
11518
  },
11647
11519
  "group": [
@@ -11656,8 +11528,8 @@
11656
11528
  {
11657
11529
  "description": "The top border width of the Card footer.\n",
11658
11530
  "commentRange": {
11659
- "start": 101,
11660
- "end": 102
11531
+ "start": 96,
11532
+ "end": 97
11661
11533
  },
11662
11534
  "context": {
11663
11535
  "type": "variable",
@@ -11665,8 +11537,8 @@
11665
11537
  "value": "1px",
11666
11538
  "scope": "default",
11667
11539
  "line": {
11668
- "start": 103,
11669
- "end": 103
11540
+ "start": 98,
11541
+ "end": 98
11670
11542
  }
11671
11543
  },
11672
11544
  "group": [
@@ -11681,8 +11553,8 @@
11681
11553
  {
11682
11554
  "description": "The background color of the Card footer.\n",
11683
11555
  "commentRange": {
11684
- "start": 104,
11685
- "end": 105
11556
+ "start": 99,
11557
+ "end": 100
11686
11558
  },
11687
11559
  "context": {
11688
11560
  "type": "variable",
@@ -11690,8 +11562,8 @@
11690
11562
  "value": "null",
11691
11563
  "scope": "default",
11692
11564
  "line": {
11693
- "start": 106,
11694
- "end": 106
11565
+ "start": 101,
11566
+ "end": 101
11695
11567
  }
11696
11568
  },
11697
11569
  "group": [
@@ -11706,8 +11578,8 @@
11706
11578
  {
11707
11579
  "description": "The text color of the Card footer.\n",
11708
11580
  "commentRange": {
11709
- "start": 107,
11710
- "end": 108
11581
+ "start": 102,
11582
+ "end": 103
11711
11583
  },
11712
11584
  "context": {
11713
11585
  "type": "variable",
@@ -11715,8 +11587,8 @@
11715
11587
  "value": "k-color(on-app-surface)",
11716
11588
  "scope": "default",
11717
11589
  "line": {
11718
- "start": 109,
11719
- "end": 109
11590
+ "start": 104,
11591
+ "end": 104
11720
11592
  }
11721
11593
  },
11722
11594
  "group": [
@@ -11731,8 +11603,8 @@
11731
11603
  {
11732
11604
  "description": "The border color of the Card footer.\n",
11733
11605
  "commentRange": {
11734
- "start": 110,
11735
- "end": 111
11606
+ "start": 105,
11607
+ "end": 106
11736
11608
  },
11737
11609
  "context": {
11738
11610
  "type": "variable",
@@ -11740,8 +11612,8 @@
11740
11612
  "value": "k-color(border)",
11741
11613
  "scope": "default",
11742
11614
  "line": {
11743
- "start": 112,
11744
- "end": 112
11615
+ "start": 107,
11616
+ "end": 107
11745
11617
  }
11746
11618
  },
11747
11619
  "group": [
@@ -11756,8 +11628,8 @@
11756
11628
  {
11757
11629
  "description": "The bottom margin of the Card title.\n",
11758
11630
  "commentRange": {
11759
- "start": 114,
11760
- "end": 115
11631
+ "start": 109,
11632
+ "end": 110
11761
11633
  },
11762
11634
  "context": {
11763
11635
  "type": "variable",
@@ -11765,8 +11637,8 @@
11765
11637
  "value": "k-spacing(2)",
11766
11638
  "scope": "default",
11767
11639
  "line": {
11768
- "start": 116,
11769
- "end": 116
11640
+ "start": 111,
11641
+ "end": 111
11770
11642
  }
11771
11643
  },
11772
11644
  "group": [
@@ -11781,8 +11653,8 @@
11781
11653
  {
11782
11654
  "description": "The font size of the Card title.\n",
11783
11655
  "commentRange": {
11784
- "start": 117,
11785
- "end": 118
11656
+ "start": 112,
11657
+ "end": 113
11786
11658
  },
11787
11659
  "context": {
11788
11660
  "type": "variable",
@@ -11790,8 +11662,8 @@
11790
11662
  "value": "var(--kendo-font-size-lg)",
11791
11663
  "scope": "default",
11792
11664
  "line": {
11793
- "start": 119,
11794
- "end": 119
11665
+ "start": 114,
11666
+ "end": 114
11795
11667
  }
11796
11668
  },
11797
11669
  "group": [
@@ -11806,8 +11678,8 @@
11806
11678
  {
11807
11679
  "description": "The font family of the Card title.\n",
11808
11680
  "commentRange": {
11809
- "start": 120,
11810
- "end": 121
11681
+ "start": 115,
11682
+ "end": 116
11811
11683
  },
11812
11684
  "context": {
11813
11685
  "type": "variable",
@@ -11815,8 +11687,8 @@
11815
11687
  "value": "null",
11816
11688
  "scope": "default",
11817
11689
  "line": {
11818
- "start": 122,
11819
- "end": 122
11690
+ "start": 117,
11691
+ "end": 117
11820
11692
  }
11821
11693
  },
11822
11694
  "group": [
@@ -11831,8 +11703,8 @@
11831
11703
  {
11832
11704
  "description": "The line height of the Card title.\n",
11833
11705
  "commentRange": {
11834
- "start": 123,
11835
- "end": 124
11706
+ "start": 118,
11707
+ "end": 119
11836
11708
  },
11837
11709
  "context": {
11838
11710
  "type": "variable",
@@ -11840,8 +11712,8 @@
11840
11712
  "value": "var(--kendo-line-height-sm)",
11841
11713
  "scope": "default",
11842
11714
  "line": {
11843
- "start": 125,
11844
- "end": 125
11715
+ "start": 120,
11716
+ "end": 120
11845
11717
  }
11846
11718
  },
11847
11719
  "group": [
@@ -11856,8 +11728,8 @@
11856
11728
  {
11857
11729
  "description": "The font weight of the Card title.\n",
11858
11730
  "commentRange": {
11859
- "start": 126,
11860
- "end": 127
11731
+ "start": 121,
11732
+ "end": 122
11861
11733
  },
11862
11734
  "context": {
11863
11735
  "type": "variable",
@@ -11865,8 +11737,8 @@
11865
11737
  "value": "var(--kendo-font-weight-normal)",
11866
11738
  "scope": "default",
11867
11739
  "line": {
11868
- "start": 128,
11869
- "end": 128
11740
+ "start": 123,
11741
+ "end": 123
11870
11742
  }
11871
11743
  },
11872
11744
  "group": [
@@ -11881,8 +11753,8 @@
11881
11753
  {
11882
11754
  "description": "The letter spacing of the Card title.\n",
11883
11755
  "commentRange": {
11884
- "start": 129,
11885
- "end": 130
11756
+ "start": 124,
11757
+ "end": 125
11886
11758
  },
11887
11759
  "context": {
11888
11760
  "type": "variable",
@@ -11890,8 +11762,8 @@
11890
11762
  "value": "null",
11891
11763
  "scope": "default",
11892
11764
  "line": {
11893
- "start": 131,
11894
- "end": 131
11765
+ "start": 126,
11766
+ "end": 126
11895
11767
  }
11896
11768
  },
11897
11769
  "group": [
@@ -11906,8 +11778,8 @@
11906
11778
  {
11907
11779
  "description": "The bottom margin of the Card subtitle.\n",
11908
11780
  "commentRange": {
11909
- "start": 133,
11910
- "end": 134
11781
+ "start": 128,
11782
+ "end": 129
11911
11783
  },
11912
11784
  "context": {
11913
11785
  "type": "variable",
@@ -11915,8 +11787,8 @@
11915
11787
  "value": "k-spacing(2)",
11916
11788
  "scope": "default",
11917
11789
  "line": {
11918
- "start": 135,
11919
- "end": 135
11790
+ "start": 130,
11791
+ "end": 130
11920
11792
  }
11921
11793
  },
11922
11794
  "group": [
@@ -11931,8 +11803,8 @@
11931
11803
  {
11932
11804
  "description": "The font size of the Card subtitle.\n",
11933
11805
  "commentRange": {
11934
- "start": 136,
11935
- "end": 137
11806
+ "start": 131,
11807
+ "end": 132
11936
11808
  },
11937
11809
  "context": {
11938
11810
  "type": "variable",
@@ -11940,8 +11812,8 @@
11940
11812
  "value": "var(--kendo-font-size-sm)",
11941
11813
  "scope": "default",
11942
11814
  "line": {
11943
- "start": 138,
11944
- "end": 138
11815
+ "start": 133,
11816
+ "end": 133
11945
11817
  }
11946
11818
  },
11947
11819
  "group": [
@@ -11956,8 +11828,8 @@
11956
11828
  {
11957
11829
  "description": "The font family of the Card subtitle.\n",
11958
11830
  "commentRange": {
11959
- "start": 139,
11960
- "end": 140
11831
+ "start": 134,
11832
+ "end": 135
11961
11833
  },
11962
11834
  "context": {
11963
11835
  "type": "variable",
@@ -11965,8 +11837,8 @@
11965
11837
  "value": "null",
11966
11838
  "scope": "default",
11967
11839
  "line": {
11968
- "start": 141,
11969
- "end": 141
11840
+ "start": 136,
11841
+ "end": 136
11970
11842
  }
11971
11843
  },
11972
11844
  "group": [
@@ -11981,8 +11853,8 @@
11981
11853
  {
11982
11854
  "description": "The line height of the Card subtitle.\n",
11983
11855
  "commentRange": {
11984
- "start": 142,
11985
- "end": 143
11856
+ "start": 137,
11857
+ "end": 138
11986
11858
  },
11987
11859
  "context": {
11988
11860
  "type": "variable",
@@ -11990,8 +11862,8 @@
11990
11862
  "value": "var(--kendo-line-height-lg)",
11991
11863
  "scope": "default",
11992
11864
  "line": {
11993
- "start": 144,
11994
- "end": 144
11865
+ "start": 139,
11866
+ "end": 139
11995
11867
  }
11996
11868
  },
11997
11869
  "group": [
@@ -12006,8 +11878,8 @@
12006
11878
  {
12007
11879
  "description": "The font weight of the Card subtitle.\n",
12008
11880
  "commentRange": {
12009
- "start": 145,
12010
- "end": 146
11881
+ "start": 140,
11882
+ "end": 141
12011
11883
  },
12012
11884
  "context": {
12013
11885
  "type": "variable",
@@ -12015,8 +11887,8 @@
12015
11887
  "value": "var(--kendo-font-weight-normal)",
12016
11888
  "scope": "default",
12017
11889
  "line": {
12018
- "start": 147,
12019
- "end": 147
11890
+ "start": 142,
11891
+ "end": 142
12020
11892
  }
12021
11893
  },
12022
11894
  "group": [
@@ -12031,8 +11903,8 @@
12031
11903
  {
12032
11904
  "description": "The letter spacing of the Card subtitle.\n",
12033
11905
  "commentRange": {
12034
- "start": 148,
12035
- "end": 149
11906
+ "start": 143,
11907
+ "end": 144
12036
11908
  },
12037
11909
  "context": {
12038
11910
  "type": "variable",
@@ -12040,8 +11912,8 @@
12040
11912
  "value": "null",
12041
11913
  "scope": "default",
12042
11914
  "line": {
12043
- "start": 150,
12044
- "end": 150
11915
+ "start": 145,
11916
+ "end": 145
12045
11917
  }
12046
11918
  },
12047
11919
  "group": [
@@ -12056,8 +11928,8 @@
12056
11928
  {
12057
11929
  "description": "The text color of the Card subtitle.\n",
12058
11930
  "commentRange": {
12059
- "start": 151,
12060
- "end": 152
11931
+ "start": 146,
11932
+ "end": 147
12061
11933
  },
12062
11934
  "context": {
12063
11935
  "type": "variable",
@@ -12065,8 +11937,8 @@
12065
11937
  "value": "k-color(subtle)",
12066
11938
  "scope": "default",
12067
11939
  "line": {
12068
- "start": 153,
12069
- "end": 153
11940
+ "start": 148,
11941
+ "end": 148
12070
11942
  }
12071
11943
  },
12072
11944
  "group": [
@@ -12081,8 +11953,8 @@
12081
11953
  {
12082
11954
  "description": "The maximum width of the Card image.\n",
12083
11955
  "commentRange": {
12084
- "start": 155,
12085
- "end": 156
11956
+ "start": 150,
11957
+ "end": 151
12086
11958
  },
12087
11959
  "context": {
12088
11960
  "type": "variable",
@@ -12090,8 +11962,8 @@
12090
11962
  "value": "100px",
12091
11963
  "scope": "default",
12092
11964
  "line": {
12093
- "start": 157,
12094
- "end": 157
11965
+ "start": 152,
11966
+ "end": 152
12095
11967
  }
12096
11968
  },
12097
11969
  "group": [
@@ -12106,8 +11978,8 @@
12106
11978
  {
12107
11979
  "description": "The spacing between the Avatar and the text in the Card.\n",
12108
11980
  "commentRange": {
12109
- "start": 158,
12110
- "end": 159
11981
+ "start": 153,
11982
+ "end": 154
12111
11983
  },
12112
11984
  "context": {
12113
11985
  "type": "variable",
@@ -12115,8 +11987,8 @@
12115
11987
  "value": "k-spacing(2)",
12116
11988
  "scope": "default",
12117
11989
  "line": {
12118
- "start": 160,
12119
- "end": 160
11990
+ "start": 155,
11991
+ "end": 155
12120
11992
  }
12121
11993
  },
12122
11994
  "group": [
@@ -12131,8 +12003,8 @@
12131
12003
  {
12132
12004
  "description": "The horizontal padding of the Card actions.\n",
12133
12005
  "commentRange": {
12134
- "start": 162,
12135
- "end": 163
12006
+ "start": 157,
12007
+ "end": 158
12136
12008
  },
12137
12009
  "context": {
12138
12010
  "type": "variable",
@@ -12140,8 +12012,8 @@
12140
12012
  "value": "k-spacing(2)",
12141
12013
  "scope": "default",
12142
12014
  "line": {
12143
- "start": 164,
12144
- "end": 164
12015
+ "start": 159,
12016
+ "end": 159
12145
12017
  }
12146
12018
  },
12147
12019
  "group": [
@@ -12156,8 +12028,8 @@
12156
12028
  {
12157
12029
  "description": "The vertical padding of the Card actions.\n",
12158
12030
  "commentRange": {
12159
- "start": 165,
12160
- "end": 166
12031
+ "start": 160,
12032
+ "end": 161
12161
12033
  },
12162
12034
  "context": {
12163
12035
  "type": "variable",
@@ -12165,8 +12037,8 @@
12165
12037
  "value": "k-spacing(2)",
12166
12038
  "scope": "default",
12167
12039
  "line": {
12168
- "start": 167,
12169
- "end": 167
12040
+ "start": 162,
12041
+ "end": 162
12170
12042
  }
12171
12043
  },
12172
12044
  "group": [
@@ -12181,8 +12053,8 @@
12181
12053
  {
12182
12054
  "description": "The top border width of the Card actions.\n",
12183
12055
  "commentRange": {
12184
- "start": 168,
12185
- "end": 169
12056
+ "start": 163,
12057
+ "end": 164
12186
12058
  },
12187
12059
  "context": {
12188
12060
  "type": "variable",
@@ -12190,8 +12062,8 @@
12190
12062
  "value": "0",
12191
12063
  "scope": "default",
12192
12064
  "line": {
12193
- "start": 170,
12194
- "end": 170
12065
+ "start": 165,
12066
+ "end": 165
12195
12067
  }
12196
12068
  },
12197
12069
  "group": [
@@ -12206,8 +12078,8 @@
12206
12078
  {
12207
12079
  "description": "The spacing between the Card actions.\n",
12208
12080
  "commentRange": {
12209
- "start": 171,
12210
- "end": 172
12081
+ "start": 166,
12082
+ "end": 167
12211
12083
  },
12212
12084
  "context": {
12213
12085
  "type": "variable",
@@ -12215,8 +12087,8 @@
12215
12087
  "value": "k-spacing(2)",
12216
12088
  "scope": "default",
12217
12089
  "line": {
12218
- "start": 173,
12219
- "end": 173
12090
+ "start": 168,
12091
+ "end": 168
12220
12092
  }
12221
12093
  },
12222
12094
  "group": [
@@ -12231,8 +12103,8 @@
12231
12103
  {
12232
12104
  "description": "The border radius of the scroll button in the Card deck.\n",
12233
12105
  "commentRange": {
12234
- "start": 175,
12235
- "end": 176
12106
+ "start": 170,
12107
+ "end": 171
12236
12108
  },
12237
12109
  "context": {
12238
12110
  "type": "variable",
@@ -12240,8 +12112,8 @@
12240
12112
  "value": "0px",
12241
12113
  "scope": "default",
12242
12114
  "line": {
12243
- "start": 177,
12244
- "end": 177
12115
+ "start": 172,
12116
+ "end": 172
12245
12117
  }
12246
12118
  },
12247
12119
  "group": [
@@ -12256,8 +12128,8 @@
12256
12128
  {
12257
12129
  "description": "The border radius of the scroll button in the Card deck.\n",
12258
12130
  "commentRange": {
12259
- "start": 178,
12260
- "end": 179
12131
+ "start": 173,
12132
+ "end": 174
12261
12133
  },
12262
12134
  "context": {
12263
12135
  "type": "variable",
@@ -12265,8 +12137,8 @@
12265
12137
  "value": "-$kendo-button-border-width",
12266
12138
  "scope": "default",
12267
12139
  "line": {
12268
- "start": 180,
12269
- "end": 180
12140
+ "start": 175,
12141
+ "end": 175
12270
12142
  }
12271
12143
  },
12272
12144
  "group": [
@@ -12281,8 +12153,8 @@
12281
12153
  {
12282
12154
  "description": "The width of the Card callout.\n",
12283
12155
  "commentRange": {
12284
- "start": 182,
12285
- "end": 183
12156
+ "start": 177,
12157
+ "end": 178
12286
12158
  },
12287
12159
  "context": {
12288
12160
  "type": "variable",
@@ -12290,8 +12162,8 @@
12290
12162
  "value": "20px",
12291
12163
  "scope": "default",
12292
12164
  "line": {
12293
- "start": 184,
12294
- "end": 184
12165
+ "start": 179,
12166
+ "end": 179
12295
12167
  }
12296
12168
  },
12297
12169
  "group": [
@@ -12306,8 +12178,8 @@
12306
12178
  {
12307
12179
  "description": "The height of the Card callout.\n",
12308
12180
  "commentRange": {
12309
- "start": 185,
12310
- "end": 186
12181
+ "start": 180,
12182
+ "end": 181
12311
12183
  },
12312
12184
  "context": {
12313
12185
  "type": "variable",
@@ -12315,8 +12187,8 @@
12315
12187
  "value": "20px",
12316
12188
  "scope": "default",
12317
12189
  "line": {
12318
- "start": 187,
12319
- "end": 187
12190
+ "start": 182,
12191
+ "end": 182
12320
12192
  }
12321
12193
  },
12322
12194
  "group": [
@@ -22608,8 +22480,8 @@
22608
22480
  {
22609
22481
  "description": "The global default Colors map.\n",
22610
22482
  "commentRange": {
22611
- "start": 187,
22612
- "end": 441
22483
+ "start": 163,
22484
+ "end": 385
22613
22485
  },
22614
22486
  "context": {
22615
22487
  "type": "variable",
@@ -22617,8 +22489,8 @@
22617
22489
  "value": "$_default-colors",
22618
22490
  "scope": "default",
22619
22491
  "line": {
22620
- "start": 442,
22621
- "end": 442
22492
+ "start": 386,
22493
+ "end": 386
22622
22494
  }
22623
22495
  },
22624
22496
  "group": [
@@ -22766,38 +22638,6 @@
22766
22638
  ],
22767
22639
  "description": "The Error variable group."
22768
22640
  },
22769
- {
22770
- "name": "light",
22771
- "value": [
22772
- "light-subtle",
22773
- "light-subtle-hover",
22774
- "light-subtle-active",
22775
- "light",
22776
- "light-hover",
22777
- "light-active",
22778
- "light-emphasis",
22779
- "light-on-subtle",
22780
- "on-light",
22781
- "light-on-surface"
22782
- ],
22783
- "description": "The Light variable group."
22784
- },
22785
- {
22786
- "name": "dark",
22787
- "value": [
22788
- "dark-subtle",
22789
- "dark-subtle-hover",
22790
- "dark-subtle-active",
22791
- "dark",
22792
- "dark-hover",
22793
- "dark-active",
22794
- "dark-emphasis",
22795
- "dark-on-subtle",
22796
- "on-dark",
22797
- "dark-on-surface"
22798
- ],
22799
- "description": "The Dark variable group."
22800
- },
22801
22641
  {
22802
22642
  "name": "inverse",
22803
22643
  "value": [
@@ -23324,106 +23164,6 @@
23324
23164
  "name": "error-on-surface",
23325
23165
  "description": "The text color variable for content on surface."
23326
23166
  },
23327
- {
23328
- "type": "Color",
23329
- "name": "light-subtle",
23330
- "description": "The light subtle background color variable."
23331
- },
23332
- {
23333
- "type": "Color",
23334
- "name": "light-subtle-hover",
23335
- "description": "The light subtle background color variable for the hover state."
23336
- },
23337
- {
23338
- "type": "Color",
23339
- "name": "light-subtle-active",
23340
- "description": "The light subtle background color variable for the active state."
23341
- },
23342
- {
23343
- "type": "Color",
23344
- "name": "light",
23345
- "description": "The light background color variable."
23346
- },
23347
- {
23348
- "type": "Color",
23349
- "name": "light-hover",
23350
- "description": "The light background color variable for the hover state."
23351
- },
23352
- {
23353
- "type": "Color",
23354
- "name": "light-active",
23355
- "description": "The light background color variable for the active state."
23356
- },
23357
- {
23358
- "type": "Color",
23359
- "name": "light-emphasis",
23360
- "description": "The emphasized light color variable."
23361
- },
23362
- {
23363
- "type": "Color",
23364
- "name": "light-on-subtle",
23365
- "description": "The text color variable for content on light subtle."
23366
- },
23367
- {
23368
- "type": "Color",
23369
- "name": "on-light",
23370
- "description": "The text color variable for content on light."
23371
- },
23372
- {
23373
- "type": "Color",
23374
- "name": "light-on-surface",
23375
- "description": "The text color variable for content on surface."
23376
- },
23377
- {
23378
- "type": "Color",
23379
- "name": "dark-subtle",
23380
- "description": "The dark subtle background color variable."
23381
- },
23382
- {
23383
- "type": "Color",
23384
- "name": "dark-subtle-hover",
23385
- "description": "The dark subtle background color variable for the hover state."
23386
- },
23387
- {
23388
- "type": "Color",
23389
- "name": "dark-subtle-active",
23390
- "description": "The dark subtle background color variable for the active state."
23391
- },
23392
- {
23393
- "type": "Color",
23394
- "name": "dark",
23395
- "description": "The dark background color variable."
23396
- },
23397
- {
23398
- "type": "Color",
23399
- "name": "dark-hover",
23400
- "description": "The dark background color variable for the hover state."
23401
- },
23402
- {
23403
- "type": "Color",
23404
- "name": "dark-active",
23405
- "description": "The dark background color variable for the active state."
23406
- },
23407
- {
23408
- "type": "Color",
23409
- "name": "dark-emphasis",
23410
- "description": "The emphasized dark color variable."
23411
- },
23412
- {
23413
- "type": "Color",
23414
- "name": "dark-on-subtle",
23415
- "description": "The text color variable for content on dark subtle."
23416
- },
23417
- {
23418
- "type": "Color",
23419
- "name": "on-dark",
23420
- "description": "The text color variable for content on dark."
23421
- },
23422
- {
23423
- "type": "Color",
23424
- "name": "dark-on-surface",
23425
- "description": "The text color variable for content on surface."
23426
- },
23427
23167
  {
23428
23168
  "type": "Color",
23429
23169
  "name": "inverse-subtle",
@@ -24098,7 +23838,7 @@
24098
23838
  "context": {
24099
23839
  "type": "variable",
24100
23840
  "name": "kendo-group-menu-item-add-action-text",
24101
- "value": "k-color(primary)",
23841
+ "value": "k-color(primary-on-surface)",
24102
23842
  "scope": "default",
24103
23843
  "line": {
24104
23844
  "start": 68,
@@ -24292,39 +24032,11 @@
24292
24032
  "name": "_variables.scss"
24293
24033
  }
24294
24034
  },
24295
- {
24296
- "description": "The default theme color of the Dialog.\n",
24297
- "commentRange": {
24298
- "start": 7,
24299
- "end": 9
24300
- },
24301
- "context": {
24302
- "type": "variable",
24303
- "name": "kendo-dialog-default-theme-color",
24304
- "value": "null",
24305
- "scope": "default",
24306
- "line": {
24307
- "start": 10,
24308
- "end": 10
24309
- }
24310
- },
24311
- "group": [
24312
- "dialog"
24313
- ],
24314
- "role": [
24315
- "default"
24316
- ],
24317
- "access": "public",
24318
- "file": {
24319
- "path": "dialog/_variables.scss",
24320
- "name": "_variables.scss"
24321
- }
24322
- },
24323
24035
  {
24324
24036
  "description": "The background color of the Dialog titlebar.\n",
24325
24037
  "commentRange": {
24326
- "start": 12,
24327
- "end": 13
24038
+ "start": 7,
24039
+ "end": 8
24328
24040
  },
24329
24041
  "context": {
24330
24042
  "type": "variable",
@@ -24332,8 +24044,8 @@
24332
24044
  "value": "k-color(surface)",
24333
24045
  "scope": "default",
24334
24046
  "line": {
24335
- "start": 14,
24336
- "end": 14
24047
+ "start": 9,
24048
+ "end": 9
24337
24049
  }
24338
24050
  },
24339
24051
  "group": [
@@ -24348,8 +24060,8 @@
24348
24060
  {
24349
24061
  "description": "The text color of the Dialog titlebar.\n",
24350
24062
  "commentRange": {
24351
- "start": 15,
24352
- "end": 16
24063
+ "start": 10,
24064
+ "end": 11
24353
24065
  },
24354
24066
  "context": {
24355
24067
  "type": "variable",
@@ -24357,8 +24069,8 @@
24357
24069
  "value": "k-color(on-app-surface)",
24358
24070
  "scope": "default",
24359
24071
  "line": {
24360
- "start": 17,
24361
- "end": 17
24072
+ "start": 12,
24073
+ "end": 12
24362
24074
  }
24363
24075
  },
24364
24076
  "group": [
@@ -24373,8 +24085,8 @@
24373
24085
  {
24374
24086
  "description": "The border color of the Dialog titlebar.\n",
24375
24087
  "commentRange": {
24376
- "start": 18,
24377
- "end": 19
24088
+ "start": 13,
24089
+ "end": 14
24378
24090
  },
24379
24091
  "context": {
24380
24092
  "type": "variable",
@@ -24382,8 +24094,8 @@
24382
24094
  "value": "inherit",
24383
24095
  "scope": "default",
24384
24096
  "line": {
24385
- "start": 20,
24386
- "end": 20
24097
+ "start": 15,
24098
+ "end": 15
24387
24099
  }
24388
24100
  },
24389
24101
  "group": [
@@ -24398,8 +24110,8 @@
24398
24110
  {
24399
24111
  "description": "The horizontal padding of the Dialog action buttons.\n",
24400
24112
  "commentRange": {
24401
- "start": 22,
24402
- "end": 23
24113
+ "start": 17,
24114
+ "end": 18
24403
24115
  },
24404
24116
  "context": {
24405
24117
  "type": "variable",
@@ -24407,8 +24119,8 @@
24407
24119
  "value": "$kendo-actions-padding-x",
24408
24120
  "scope": "default",
24409
24121
  "line": {
24410
- "start": 24,
24411
- "end": 24
24122
+ "start": 19,
24123
+ "end": 19
24412
24124
  }
24413
24125
  },
24414
24126
  "group": [
@@ -24423,8 +24135,8 @@
24423
24135
  {
24424
24136
  "description": "The vertical padding of the Dialog action buttons.\n",
24425
24137
  "commentRange": {
24426
- "start": 25,
24427
- "end": 26
24138
+ "start": 20,
24139
+ "end": 21
24428
24140
  },
24429
24141
  "context": {
24430
24142
  "type": "variable",
@@ -24432,8 +24144,8 @@
24432
24144
  "value": "$kendo-actions-padding-y",
24433
24145
  "scope": "default",
24434
24146
  "line": {
24435
- "start": 27,
24436
- "end": 27
24147
+ "start": 22,
24148
+ "end": 22
24437
24149
  }
24438
24150
  },
24439
24151
  "group": [
@@ -24448,8 +24160,8 @@
24448
24160
  {
24449
24161
  "description": "The width of the top border of the Dialog action buttons.\n",
24450
24162
  "commentRange": {
24451
- "start": 28,
24452
- "end": 29
24163
+ "start": 23,
24164
+ "end": 24
24453
24165
  },
24454
24166
  "context": {
24455
24167
  "type": "variable",
@@ -24457,8 +24169,8 @@
24457
24169
  "value": "1px",
24458
24170
  "scope": "default",
24459
24171
  "line": {
24460
- "start": 30,
24461
- "end": 30
24172
+ "start": 25,
24173
+ "end": 25
24462
24174
  }
24463
24175
  },
24464
24176
  "group": [
@@ -24473,8 +24185,8 @@
24473
24185
  {
24474
24186
  "description": "The spacing between the Dialog action buttons.\n",
24475
24187
  "commentRange": {
24476
- "start": 31,
24477
- "end": 32
24188
+ "start": 26,
24189
+ "end": 27
24478
24190
  },
24479
24191
  "context": {
24480
24192
  "type": "variable",
@@ -24482,8 +24194,8 @@
24482
24194
  "value": "$kendo-actions-button-spacing",
24483
24195
  "scope": "default",
24484
24196
  "line": {
24485
- "start": 33,
24486
- "end": 33
24197
+ "start": 28,
24198
+ "end": 28
24487
24199
  }
24488
24200
  },
24489
24201
  "group": [
@@ -24498,8 +24210,8 @@
24498
24210
  {
24499
24211
  "description": "The background color of the Dialog.\n",
24500
24212
  "commentRange": {
24501
- "start": 35,
24502
- "end": 36
24213
+ "start": 30,
24214
+ "end": 31
24503
24215
  },
24504
24216
  "context": {
24505
24217
  "type": "variable",
@@ -24507,8 +24219,8 @@
24507
24219
  "value": "k-color(surface-alt)",
24508
24220
  "scope": "default",
24509
24221
  "line": {
24510
- "start": 37,
24511
- "end": 37
24222
+ "start": 32,
24223
+ "end": 32
24512
24224
  }
24513
24225
  },
24514
24226
  "group": [
@@ -30454,7 +30166,7 @@
30454
30166
  "context": {
30455
30167
  "type": "variable",
30456
30168
  "name": "kendo-filter-preview-field-text",
30457
- "value": "k-color(primary)",
30169
+ "value": "k-color(primary-on-surface)",
30458
30170
  "scope": "default",
30459
30171
  "line": {
30460
30172
  "start": 25,
@@ -38841,6 +38553,31 @@
38841
38553
  "name": "_variables.scss"
38842
38554
  }
38843
38555
  },
38556
+ {
38557
+ "description": "The color of action icons.\n",
38558
+ "commentRange": {
38559
+ "start": 41,
38560
+ "end": 42
38561
+ },
38562
+ "context": {
38563
+ "type": "variable",
38564
+ "name": "kendo-action-icon-color",
38565
+ "value": "k-color( primary-on-surface )",
38566
+ "scope": "default",
38567
+ "line": {
38568
+ "start": 43,
38569
+ "end": 43
38570
+ }
38571
+ },
38572
+ "group": [
38573
+ "icon"
38574
+ ],
38575
+ "access": "public",
38576
+ "file": {
38577
+ "path": "icons/_variables.scss",
38578
+ "name": "_variables.scss"
38579
+ }
38580
+ },
38844
38581
  {
38845
38582
  "description": "The vertical margin of the ImageEditor.\n",
38846
38583
  "commentRange": {
@@ -49935,7 +49672,7 @@
49935
49672
  "context": {
49936
49673
  "type": "variable",
49937
49674
  "name": "kendo-notification-theme-colors",
49938
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
49675
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
49939
49676
  "scope": "default",
49940
49677
  "line": {
49941
49678
  "start": 63,
@@ -51226,48 +50963,20 @@
51226
50963
  "name": "_variables.scss"
51227
50964
  }
51228
50965
  },
51229
- {
51230
- "description": "The default theme color of the Overlay.\n",
51231
- "commentRange": {
51232
- "start": 1,
51233
- "end": 3
51234
- },
51235
- "context": {
51236
- "type": "variable",
51237
- "name": "kendo-overlay-default-theme-color",
51238
- "value": "\"inverse\"",
51239
- "scope": "default",
51240
- "line": {
51241
- "start": 4,
51242
- "end": 4
51243
- }
51244
- },
51245
- "group": [
51246
- "overlay"
51247
- ],
51248
- "role": [
51249
- "default"
51250
- ],
51251
- "access": "public",
51252
- "file": {
51253
- "path": "overlay/_variables.scss",
51254
- "name": "_variables.scss"
51255
- }
51256
- },
51257
50966
  {
51258
50967
  "description": "The background color of the Overlay.\n",
51259
50968
  "commentRange": {
51260
- "start": 6,
51261
- "end": 7
50969
+ "start": 3,
50970
+ "end": 4
51262
50971
  },
51263
50972
  "context": {
51264
50973
  "type": "variable",
51265
50974
  "name": "kendo-overlay-bg",
51266
- "value": "null",
50975
+ "value": "k-color(inverse)",
51267
50976
  "scope": "default",
51268
50977
  "line": {
51269
- "start": 8,
51270
- "end": 8
50978
+ "start": 5,
50979
+ "end": 5
51271
50980
  }
51272
50981
  },
51273
50982
  "group": [
@@ -51282,8 +50991,8 @@
51282
50991
  {
51283
50992
  "description": "The opacity of the Overlay.\n",
51284
50993
  "commentRange": {
51285
- "start": 9,
51286
- "end": 10
50994
+ "start": 6,
50995
+ "end": 7
51287
50996
  },
51288
50997
  "context": {
51289
50998
  "type": "variable",
@@ -51291,8 +51000,8 @@
51291
51000
  "value": ".5",
51292
51001
  "scope": "default",
51293
51002
  "line": {
51294
- "start": 11,
51295
- "end": 11
51003
+ "start": 8,
51004
+ "end": 8
51296
51005
  }
51297
51006
  },
51298
51007
  "group": [
@@ -64672,8 +64381,8 @@
64672
64381
  {
64673
64382
  "description": "The duration of the ScrollView transition.\n",
64674
64383
  "commentRange": {
64675
- "start": 85,
64676
- "end": 86
64384
+ "start": 84,
64385
+ "end": 85
64677
64386
  },
64678
64387
  "context": {
64679
64388
  "type": "variable",
@@ -64681,8 +64390,8 @@
64681
64390
  "value": ".3s",
64682
64391
  "scope": "default",
64683
64392
  "line": {
64684
- "start": 87,
64685
- "end": 87
64393
+ "start": 86,
64394
+ "end": 86
64686
64395
  }
64687
64396
  },
64688
64397
  "group": [
@@ -64697,8 +64406,8 @@
64697
64406
  {
64698
64407
  "description": "The timing function of the ScrollView transition.\n",
64699
64408
  "commentRange": {
64700
- "start": 88,
64701
- "end": 89
64409
+ "start": 87,
64410
+ "end": 88
64702
64411
  },
64703
64412
  "context": {
64704
64413
  "type": "variable",
@@ -64706,8 +64415,8 @@
64706
64415
  "value": "ease-in-out",
64707
64416
  "scope": "default",
64708
64417
  "line": {
64709
- "start": 90,
64710
- "end": 90
64418
+ "start": 89,
64419
+ "end": 89
64711
64420
  }
64712
64421
  },
64713
64422
  "group": [
@@ -69765,7 +69474,7 @@
69765
69474
  "context": {
69766
69475
  "type": "variable",
69767
69476
  "name": "kendo-spreadsheet-insert-image-dialog-overlay-hover-text",
69768
- "value": "k-color(surface-alt)",
69477
+ "value": "k-color(on-app-surface)",
69769
69478
  "scope": "default",
69770
69479
  "line": {
69771
69480
  "start": 230,
@@ -73702,7 +73411,7 @@
73702
73411
  "context": {
73703
73412
  "type": "variable",
73704
73413
  "name": "kendo-switch-on-track-text",
73705
- "value": "k-color(primary)",
73414
+ "value": "k-color(primary-on-surface)",
73706
73415
  "scope": "default",
73707
73416
  "line": {
73708
73417
  "start": 205,
@@ -76408,7 +76117,7 @@
76408
76117
  "context": {
76409
76118
  "type": "variable",
76410
76119
  "name": "kendo-tabstrip-item-selected-text",
76411
- "value": "k-color(primary)",
76120
+ "value": "k-color(primary-on-surface)",
76412
76121
  "scope": "default",
76413
76122
  "line": {
76414
76123
  "start": 132,
@@ -78633,7 +78342,7 @@
78633
78342
  "context": {
78634
78343
  "type": "variable",
78635
78344
  "name": "kendo-taskboard-card-header-text",
78636
- "value": "k-color(primary)",
78345
+ "value": "k-color(primary-on-surface)",
78637
78346
  "scope": "default",
78638
78347
  "line": {
78639
78348
  "start": 227,
@@ -78658,7 +78367,7 @@
78658
78367
  "context": {
78659
78368
  "type": "variable",
78660
78369
  "name": "kendo-taskboard-card-header-focus-text",
78661
- "value": "k-color(primary-hover)",
78370
+ "value": "k-color(primary-on-surface)",
78662
78371
  "scope": "default",
78663
78372
  "line": {
78664
78373
  "start": 230,
@@ -78683,7 +78392,7 @@
78683
78392
  "context": {
78684
78393
  "type": "variable",
78685
78394
  "name": "kendo-taskboard-card-header-hover-text",
78686
- "value": "k-color(primary-hover)",
78395
+ "value": "k-color(primary-on-surface)",
78687
78396
  "scope": "default",
78688
78397
  "line": {
78689
78398
  "start": 233,
@@ -79411,7 +79120,7 @@
79411
79120
  "context": {
79412
79121
  "type": "variable",
79413
79122
  "name": "kendo-time-selector-header-time-now-text",
79414
- "value": "k-color(primary)",
79123
+ "value": "k-color(primary-on-surface)",
79415
79124
  "scope": "default",
79416
79125
  "line": {
79417
79126
  "start": 49,
@@ -79436,7 +79145,7 @@
79436
79145
  "context": {
79437
79146
  "type": "variable",
79438
79147
  "name": "kendo-time-selector-header-time-now-hover-text",
79439
- "value": "k-color(primary-hover)",
79148
+ "value": "k-color(primary-on-surface)",
79440
79149
  "scope": "default",
79441
79150
  "line": {
79442
79151
  "start": 52,
@@ -80111,7 +79820,7 @@
80111
79820
  "context": {
80112
79821
  "type": "variable",
80113
79822
  "name": "kendo-time-selector-now-button-text",
80114
- "value": "k-color(primary)",
79823
+ "value": "k-color(primary-on-surface)",
80115
79824
  "scope": "default",
80116
79825
  "line": {
80117
79826
  "start": 144,
@@ -80136,7 +79845,7 @@
80136
79845
  "context": {
80137
79846
  "type": "variable",
80138
79847
  "name": "kendo-time-selector-now-button-hover-text",
80139
- "value": "k-color(primary-hover)",
79848
+ "value": "k-color(primary-on-surface)",
80140
79849
  "scope": "default",
80141
79850
  "line": {
80142
79851
  "start": 147,
@@ -82792,7 +82501,7 @@
82792
82501
  "context": {
82793
82502
  "type": "variable",
82794
82503
  "name": "kendo-tooltip-theme-colors",
82795
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
82504
+ "value": "(\"base\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
82796
82505
  "scope": "default",
82797
82506
  "line": {
82798
82507
  "start": 57,
@@ -83920,7 +83629,7 @@
83920
83629
  "context": {
83921
83630
  "type": "variable",
83922
83631
  "name": "kendo-treeview-loadmore-text",
83923
- "value": "k-color(primary)",
83632
+ "value": "k-color(primary-on-surface)",
83924
83633
  "scope": "default",
83925
83634
  "line": {
83926
83635
  "start": 141,
@@ -83995,7 +83704,7 @@
83995
83704
  "context": {
83996
83705
  "type": "variable",
83997
83706
  "name": "kendo-treeview-loadmore-hover-text",
83998
- "value": "k-color(primary-hover)",
83707
+ "value": "k-color(primary-on-surface)",
83999
83708
  "scope": "default",
84000
83709
  "line": {
84001
83710
  "start": 151,
@@ -84070,7 +83779,7 @@
84070
83779
  "context": {
84071
83780
  "type": "variable",
84072
83781
  "name": "kendo-treeview-loadmore-focus-text",
84073
- "value": "k-color(primary-hover)",
83782
+ "value": "k-color(primary-on-surface)",
84074
83783
  "scope": "default",
84075
83784
  "line": {
84076
83785
  "start": 161,
@@ -87914,39 +87623,11 @@
87914
87623
  "name": "_variables.scss"
87915
87624
  }
87916
87625
  },
87917
- {
87918
- "description": "The default theme color of the Window.\n",
87919
- "commentRange": {
87920
- "start": 12,
87921
- "end": 14
87922
- },
87923
- "context": {
87924
- "type": "variable",
87925
- "name": "kendo-window-default-theme-color",
87926
- "value": "null",
87927
- "scope": "default",
87928
- "line": {
87929
- "start": 15,
87930
- "end": 15
87931
- }
87932
- },
87933
- "group": [
87934
- "window"
87935
- ],
87936
- "role": [
87937
- "default"
87938
- ],
87939
- "access": "public",
87940
- "file": {
87941
- "path": "window/_variables.scss",
87942
- "name": "_variables.scss"
87943
- }
87944
- },
87945
87626
  {
87946
87627
  "description": "The width of the border around the Window.\n",
87947
87628
  "commentRange": {
87948
- "start": 17,
87949
- "end": 18
87629
+ "start": 12,
87630
+ "end": 13
87950
87631
  },
87951
87632
  "context": {
87952
87633
  "type": "variable",
@@ -87954,8 +87635,8 @@
87954
87635
  "value": "1px",
87955
87636
  "scope": "default",
87956
87637
  "line": {
87957
- "start": 19,
87958
- "end": 19
87638
+ "start": 14,
87639
+ "end": 14
87959
87640
  }
87960
87641
  },
87961
87642
  "group": [
@@ -87970,8 +87651,8 @@
87970
87651
  {
87971
87652
  "description": "The border radius of the Window.\n",
87972
87653
  "commentRange": {
87973
- "start": 20,
87974
- "end": 21
87654
+ "start": 15,
87655
+ "end": 16
87975
87656
  },
87976
87657
  "context": {
87977
87658
  "type": "variable",
@@ -87979,8 +87660,8 @@
87979
87660
  "value": "k-spacing(1)",
87980
87661
  "scope": "default",
87981
87662
  "line": {
87982
- "start": 22,
87983
- "end": 22
87663
+ "start": 17,
87664
+ "end": 17
87984
87665
  }
87985
87666
  },
87986
87667
  "group": [
@@ -87995,8 +87676,8 @@
87995
87676
  {
87996
87677
  "description": "The font family of the Window.\n",
87997
87678
  "commentRange": {
87998
- "start": 23,
87999
- "end": 24
87679
+ "start": 18,
87680
+ "end": 19
88000
87681
  },
88001
87682
  "context": {
88002
87683
  "type": "variable",
@@ -88004,8 +87685,8 @@
88004
87685
  "value": "var(--kendo-font-family)",
88005
87686
  "scope": "default",
88006
87687
  "line": {
88007
- "start": 25,
88008
- "end": 25
87688
+ "start": 20,
87689
+ "end": 20
88009
87690
  }
88010
87691
  },
88011
87692
  "group": [
@@ -88020,8 +87701,8 @@
88020
87701
  {
88021
87702
  "description": "The font size of the Window.\n",
88022
87703
  "commentRange": {
88023
- "start": 26,
88024
- "end": 27
87704
+ "start": 21,
87705
+ "end": 22
88025
87706
  },
88026
87707
  "context": {
88027
87708
  "type": "variable",
@@ -88029,8 +87710,8 @@
88029
87710
  "value": "var(--kendo-font-size)",
88030
87711
  "scope": "default",
88031
87712
  "line": {
88032
- "start": 28,
88033
- "end": 28
87713
+ "start": 23,
87714
+ "end": 23
88034
87715
  }
88035
87716
  },
88036
87717
  "group": [
@@ -88045,8 +87726,8 @@
88045
87726
  {
88046
87727
  "description": "The line height of the Window.\n",
88047
87728
  "commentRange": {
88048
- "start": 29,
88049
- "end": 30
87729
+ "start": 24,
87730
+ "end": 25
88050
87731
  },
88051
87732
  "context": {
88052
87733
  "type": "variable",
@@ -88054,8 +87735,8 @@
88054
87735
  "value": "var(--kendo-line-height)",
88055
87736
  "scope": "default",
88056
87737
  "line": {
88057
- "start": 31,
88058
- "end": 31
87738
+ "start": 26,
87739
+ "end": 26
88059
87740
  }
88060
87741
  },
88061
87742
  "group": [
@@ -88070,8 +87751,8 @@
88070
87751
  {
88071
87752
  "description": "The horizontal padding of the Window titlebar.\n",
88072
87753
  "commentRange": {
88073
- "start": 33,
88074
- "end": 34
87754
+ "start": 28,
87755
+ "end": 29
88075
87756
  },
88076
87757
  "context": {
88077
87758
  "type": "variable",
@@ -88079,8 +87760,8 @@
88079
87760
  "value": "k-spacing(3)",
88080
87761
  "scope": "default",
88081
87762
  "line": {
88082
- "start": 35,
88083
- "end": 35
87763
+ "start": 30,
87764
+ "end": 30
88084
87765
  }
88085
87766
  },
88086
87767
  "group": [
@@ -88095,8 +87776,8 @@
88095
87776
  {
88096
87777
  "description": "The vertical padding of the Window titlebar.\n",
88097
87778
  "commentRange": {
88098
- "start": 36,
88099
- "end": 37
87779
+ "start": 31,
87780
+ "end": 32
88100
87781
  },
88101
87782
  "context": {
88102
87783
  "type": "variable",
@@ -88104,8 +87785,8 @@
88104
87785
  "value": "k-spacing(2)",
88105
87786
  "scope": "default",
88106
87787
  "line": {
88107
- "start": 38,
88108
- "end": 38
87788
+ "start": 33,
87789
+ "end": 33
88109
87790
  }
88110
87791
  },
88111
87792
  "group": [
@@ -88120,8 +87801,8 @@
88120
87801
  {
88121
87802
  "description": "The width of the border of the Window titlebar.\n",
88122
87803
  "commentRange": {
88123
- "start": 39,
88124
- "end": 40
87804
+ "start": 34,
87805
+ "end": 35
88125
87806
  },
88126
87807
  "context": {
88127
87808
  "type": "variable",
@@ -88129,8 +87810,8 @@
88129
87810
  "value": "0 0 1px",
88130
87811
  "scope": "default",
88131
87812
  "line": {
88132
- "start": 41,
88133
- "end": 41
87813
+ "start": 36,
87814
+ "end": 36
88134
87815
  }
88135
87816
  },
88136
87817
  "group": [
@@ -88145,8 +87826,8 @@
88145
87826
  {
88146
87827
  "description": "The style of the border of the Window titlebar.\n",
88147
87828
  "commentRange": {
88148
- "start": 42,
88149
- "end": 43
87829
+ "start": 37,
87830
+ "end": 38
88150
87831
  },
88151
87832
  "context": {
88152
87833
  "type": "variable",
@@ -88154,8 +87835,8 @@
88154
87835
  "value": "solid",
88155
87836
  "scope": "default",
88156
87837
  "line": {
88157
- "start": 44,
88158
- "end": 44
87838
+ "start": 39,
87839
+ "end": 39
88159
87840
  }
88160
87841
  },
88161
87842
  "group": [
@@ -88170,8 +87851,8 @@
88170
87851
  {
88171
87852
  "description": "The font size of the title of the Window.\n",
88172
87853
  "commentRange": {
88173
- "start": 46,
88174
- "end": 47
87854
+ "start": 41,
87855
+ "end": 42
88175
87856
  },
88176
87857
  "context": {
88177
87858
  "type": "variable",
@@ -88179,8 +87860,8 @@
88179
87860
  "value": "var(--kendo-font-size-lg)",
88180
87861
  "scope": "default",
88181
87862
  "line": {
88182
- "start": 48,
88183
- "end": 48
87863
+ "start": 43,
87864
+ "end": 43
88184
87865
  }
88185
87866
  },
88186
87867
  "group": [
@@ -88195,8 +87876,8 @@
88195
87876
  {
88196
87877
  "description": "The line height of the title of the Window.\n",
88197
87878
  "commentRange": {
88198
- "start": 49,
88199
- "end": 50
87879
+ "start": 44,
87880
+ "end": 45
88200
87881
  },
88201
87882
  "context": {
88202
87883
  "type": "variable",
@@ -88204,8 +87885,8 @@
88204
87885
  "value": "var(--kendo-line-height-sm)",
88205
87886
  "scope": "default",
88206
87887
  "line": {
88207
- "start": 51,
88208
- "end": 51
87888
+ "start": 46,
87889
+ "end": 46
88209
87890
  }
88210
87891
  },
88211
87892
  "group": [
@@ -88220,8 +87901,8 @@
88220
87901
  {
88221
87902
  "description": "The spacing between the buttons in the Window titlebar.\n",
88222
87903
  "commentRange": {
88223
- "start": 53,
88224
- "end": 54
87904
+ "start": 48,
87905
+ "end": 49
88225
87906
  },
88226
87907
  "context": {
88227
87908
  "type": "variable",
@@ -88229,8 +87910,8 @@
88229
87910
  "value": "null",
88230
87911
  "scope": "default",
88231
87912
  "line": {
88232
- "start": 55,
88233
- "end": 55
87913
+ "start": 50,
87914
+ "end": 50
88234
87915
  }
88235
87916
  },
88236
87917
  "group": [
@@ -88245,8 +87926,8 @@
88245
87926
  {
88246
87927
  "description": "The opacity of the buttons in the Window titlebar.\n",
88247
87928
  "commentRange": {
88248
- "start": 56,
88249
- "end": 57
87929
+ "start": 51,
87930
+ "end": 52
88250
87931
  },
88251
87932
  "context": {
88252
87933
  "type": "variable",
@@ -88254,8 +87935,8 @@
88254
87935
  "value": "null",
88255
87936
  "scope": "default",
88256
87937
  "line": {
88257
- "start": 58,
88258
- "end": 58
87938
+ "start": 53,
87939
+ "end": 53
88259
87940
  }
88260
87941
  },
88261
87942
  "group": [
@@ -88270,8 +87951,8 @@
88270
87951
  {
88271
87952
  "description": "The opacity of the hovered buttons in the Window titlebar.\n",
88272
87953
  "commentRange": {
88273
- "start": 59,
88274
- "end": 60
87954
+ "start": 54,
87955
+ "end": 55
88275
87956
  },
88276
87957
  "context": {
88277
87958
  "type": "variable",
@@ -88279,8 +87960,8 @@
88279
87960
  "value": "null",
88280
87961
  "scope": "default",
88281
87962
  "line": {
88282
- "start": 61,
88283
- "end": 61
87963
+ "start": 56,
87964
+ "end": 56
88284
87965
  }
88285
87966
  },
88286
87967
  "group": [
@@ -88295,8 +87976,8 @@
88295
87976
  {
88296
87977
  "description": "The horizontal padding of the content of the Window.\n",
88297
87978
  "commentRange": {
88298
- "start": 63,
88299
- "end": 64
87979
+ "start": 58,
87980
+ "end": 59
88300
87981
  },
88301
87982
  "context": {
88302
87983
  "type": "variable",
@@ -88304,8 +87985,8 @@
88304
87985
  "value": "k-spacing(3)",
88305
87986
  "scope": "default",
88306
87987
  "line": {
88307
- "start": 65,
88308
- "end": 65
87988
+ "start": 60,
87989
+ "end": 60
88309
87990
  }
88310
87991
  },
88311
87992
  "group": [
@@ -88320,8 +88001,8 @@
88320
88001
  {
88321
88002
  "description": "The vertical padding of the content of the Window.\n",
88322
88003
  "commentRange": {
88323
- "start": 66,
88324
- "end": 67
88004
+ "start": 61,
88005
+ "end": 62
88325
88006
  },
88326
88007
  "context": {
88327
88008
  "type": "variable",
@@ -88329,8 +88010,8 @@
88329
88010
  "value": "k-spacing(3)",
88330
88011
  "scope": "default",
88331
88012
  "line": {
88332
- "start": 68,
88333
- "end": 68
88013
+ "start": 63,
88014
+ "end": 63
88334
88015
  }
88335
88016
  },
88336
88017
  "group": [
@@ -88345,8 +88026,8 @@
88345
88026
  {
88346
88027
  "description": "The horizontal padding of the Window action buttons.\n",
88347
88028
  "commentRange": {
88348
- "start": 70,
88349
- "end": 71
88029
+ "start": 65,
88030
+ "end": 66
88350
88031
  },
88351
88032
  "context": {
88352
88033
  "type": "variable",
@@ -88354,8 +88035,8 @@
88354
88035
  "value": "$kendo-actions-padding-x",
88355
88036
  "scope": "default",
88356
88037
  "line": {
88357
- "start": 72,
88358
- "end": 72
88038
+ "start": 67,
88039
+ "end": 67
88359
88040
  }
88360
88041
  },
88361
88042
  "group": [
@@ -88370,8 +88051,8 @@
88370
88051
  {
88371
88052
  "description": "The vertical padding of the Window action buttons.\n",
88372
88053
  "commentRange": {
88373
- "start": 73,
88374
- "end": 74
88054
+ "start": 68,
88055
+ "end": 69
88375
88056
  },
88376
88057
  "context": {
88377
88058
  "type": "variable",
@@ -88379,8 +88060,8 @@
88379
88060
  "value": "$kendo-actions-padding-y",
88380
88061
  "scope": "default",
88381
88062
  "line": {
88382
- "start": 75,
88383
- "end": 75
88063
+ "start": 70,
88064
+ "end": 70
88384
88065
  }
88385
88066
  },
88386
88067
  "group": [
@@ -88395,8 +88076,8 @@
88395
88076
  {
88396
88077
  "description": "The width of the top border of the Window action buttons.\n",
88397
88078
  "commentRange": {
88398
- "start": 76,
88399
- "end": 77
88079
+ "start": 71,
88080
+ "end": 72
88400
88081
  },
88401
88082
  "context": {
88402
88083
  "type": "variable",
@@ -88404,8 +88085,8 @@
88404
88085
  "value": "1px",
88405
88086
  "scope": "default",
88406
88087
  "line": {
88407
- "start": 78,
88408
- "end": 78
88088
+ "start": 73,
88089
+ "end": 73
88409
88090
  }
88410
88091
  },
88411
88092
  "group": [
@@ -88420,8 +88101,8 @@
88420
88101
  {
88421
88102
  "description": "The background color of the Window.\n",
88422
88103
  "commentRange": {
88423
- "start": 80,
88424
- "end": 81
88104
+ "start": 75,
88105
+ "end": 76
88425
88106
  },
88426
88107
  "context": {
88427
88108
  "type": "variable",
@@ -88429,8 +88110,8 @@
88429
88110
  "value": "k-color(surface-alt)",
88430
88111
  "scope": "default",
88431
88112
  "line": {
88432
- "start": 82,
88433
- "end": 82
88113
+ "start": 77,
88114
+ "end": 77
88434
88115
  }
88435
88116
  },
88436
88117
  "group": [
@@ -88445,8 +88126,8 @@
88445
88126
  {
88446
88127
  "description": "The text color of the Window.\n",
88447
88128
  "commentRange": {
88448
- "start": 83,
88449
- "end": 84
88129
+ "start": 78,
88130
+ "end": 79
88450
88131
  },
88451
88132
  "context": {
88452
88133
  "type": "variable",
@@ -88454,8 +88135,8 @@
88454
88135
  "value": "k-color(on-app-surface)",
88455
88136
  "scope": "default",
88456
88137
  "line": {
88457
- "start": 85,
88458
- "end": 85
88138
+ "start": 80,
88139
+ "end": 80
88459
88140
  }
88460
88141
  },
88461
88142
  "group": [
@@ -88470,8 +88151,8 @@
88470
88151
  {
88471
88152
  "description": "The border color of the Window.\n",
88472
88153
  "commentRange": {
88473
- "start": 86,
88474
- "end": 87
88154
+ "start": 81,
88155
+ "end": 82
88475
88156
  },
88476
88157
  "context": {
88477
88158
  "type": "variable",
@@ -88479,8 +88160,8 @@
88479
88160
  "value": "k-color(border)",
88480
88161
  "scope": "default",
88481
88162
  "line": {
88482
- "start": 88,
88483
- "end": 88
88163
+ "start": 83,
88164
+ "end": 83
88484
88165
  }
88485
88166
  },
88486
88167
  "group": [
@@ -88495,8 +88176,8 @@
88495
88176
  {
88496
88177
  "description": "The box shadow of the Window.\n",
88497
88178
  "commentRange": {
88498
- "start": 89,
88499
- "end": 90
88179
+ "start": 84,
88180
+ "end": 85
88500
88181
  },
88501
88182
  "context": {
88502
88183
  "type": "variable",
@@ -88504,8 +88185,8 @@
88504
88185
  "value": "k-elevation(8)",
88505
88186
  "scope": "default",
88506
88187
  "line": {
88507
- "start": 91,
88508
- "end": 91
88188
+ "start": 86,
88189
+ "end": 86
88509
88190
  }
88510
88191
  },
88511
88192
  "group": [
@@ -88520,8 +88201,8 @@
88520
88201
  {
88521
88202
  "description": "The box shadow of the focused Window.\n",
88522
88203
  "commentRange": {
88523
- "start": 92,
88524
- "end": 93
88204
+ "start": 87,
88205
+ "end": 88
88525
88206
  },
88526
88207
  "context": {
88527
88208
  "type": "variable",
@@ -88529,8 +88210,8 @@
88529
88210
  "value": "k-elevation(9)",
88530
88211
  "scope": "default",
88531
88212
  "line": {
88532
- "start": 94,
88533
- "end": 94
88213
+ "start": 89,
88214
+ "end": 89
88534
88215
  }
88535
88216
  },
88536
88217
  "group": [
@@ -88545,8 +88226,8 @@
88545
88226
  {
88546
88227
  "description": "The background color of the Window titlebar.\n",
88547
88228
  "commentRange": {
88548
- "start": 96,
88549
- "end": 97
88229
+ "start": 91,
88230
+ "end": 92
88550
88231
  },
88551
88232
  "context": {
88552
88233
  "type": "variable",
@@ -88554,8 +88235,8 @@
88554
88235
  "value": "k-color(surface)",
88555
88236
  "scope": "default",
88556
88237
  "line": {
88557
- "start": 98,
88558
- "end": 98
88238
+ "start": 93,
88239
+ "end": 93
88559
88240
  }
88560
88241
  },
88561
88242
  "group": [
@@ -88570,8 +88251,8 @@
88570
88251
  {
88571
88252
  "description": "The text color of the Window titlebar.\n",
88572
88253
  "commentRange": {
88573
- "start": 99,
88574
- "end": 100
88254
+ "start": 94,
88255
+ "end": 95
88575
88256
  },
88576
88257
  "context": {
88577
88258
  "type": "variable",
@@ -88579,8 +88260,8 @@
88579
88260
  "value": "k-color(on-app-surface)",
88580
88261
  "scope": "default",
88581
88262
  "line": {
88582
- "start": 101,
88583
- "end": 101
88263
+ "start": 96,
88264
+ "end": 96
88584
88265
  }
88585
88266
  },
88586
88267
  "group": [
@@ -88595,8 +88276,8 @@
88595
88276
  {
88596
88277
  "description": "The border color of the Window titlebar.\n",
88597
88278
  "commentRange": {
88598
- "start": 102,
88599
- "end": 103
88279
+ "start": 97,
88280
+ "end": 98
88600
88281
  },
88601
88282
  "context": {
88602
88283
  "type": "variable",
@@ -88604,8 +88285,8 @@
88604
88285
  "value": "k-color(border)",
88605
88286
  "scope": "default",
88606
88287
  "line": {
88607
- "start": 104,
88608
- "end": 104
88288
+ "start": 99,
88289
+ "end": 99
88609
88290
  }
88610
88291
  },
88611
88292
  "group": [
@@ -88620,8 +88301,8 @@
88620
88301
  {
88621
88302
  "description": "The background gradient of the Window titlebar.\n",
88622
88303
  "commentRange": {
88623
- "start": 105,
88624
- "end": 106
88304
+ "start": 100,
88305
+ "end": 101
88625
88306
  },
88626
88307
  "context": {
88627
88308
  "type": "variable",
@@ -88629,8 +88310,8 @@
88629
88310
  "value": "null",
88630
88311
  "scope": "default",
88631
88312
  "line": {
88632
- "start": 107,
88633
- "end": 107
88313
+ "start": 102,
88314
+ "end": 102
88634
88315
  }
88635
88316
  },
88636
88317
  "group": [
@@ -88957,17 +88638,17 @@
88957
88638
  {
88958
88639
  "description": "The theme colors map of the AppBar.\n",
88959
88640
  "commentRange": {
88960
- "start": 27,
88961
- "end": 28
88641
+ "start": 21,
88642
+ "end": 22
88962
88643
  },
88963
88644
  "context": {
88964
88645
  "type": "variable",
88965
88646
  "name": "kendo-appbar-theme-colors",
88966
- "value": "(\"inherit\", \"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
88647
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"inverse\")",
88967
88648
  "scope": "default",
88968
88649
  "line": {
88969
- "start": 29,
88970
- "end": 29
88650
+ "start": 23,
88651
+ "end": 23
88971
88652
  }
88972
88653
  },
88973
88654
  "group": [
@@ -89013,7 +88694,7 @@
89013
88694
  "context": {
89014
88695
  "type": "variable",
89015
88696
  "name": "kendo-avatar-theme-colors",
89016
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
88697
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
89017
88698
  "scope": "default",
89018
88699
  "line": {
89019
88700
  "start": 34,
@@ -89063,7 +88744,7 @@
89063
88744
  "context": {
89064
88745
  "type": "variable",
89065
88746
  "name": "kendo-badge-theme-colors",
89066
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
88747
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\")",
89067
88748
  "scope": "default",
89068
88749
  "line": {
89069
88750
  "start": 63,
@@ -89088,7 +88769,7 @@
89088
88769
  "context": {
89089
88770
  "type": "variable",
89090
88771
  "name": "kendo-bottom-navigation-theme-colors",
89091
- "value": "(\"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
88772
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"inverse\")",
89092
88773
  "scope": "default",
89093
88774
  "line": {
89094
88775
  "start": 33,
@@ -89138,7 +88819,7 @@
89138
88819
  "context": {
89139
88820
  "type": "variable",
89140
88821
  "name": "kendo-button-theme-colors",
89141
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
88822
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
89142
88823
  "scope": "default",
89143
88824
  "line": {
89144
88825
  "start": 116,
@@ -89204,31 +88885,6 @@
89204
88885
  "name": "_variables.scss"
89205
88886
  }
89206
88887
  },
89207
- {
89208
- "description": "The theme colors map of the Card.\n",
89209
- "commentRange": {
89210
- "start": 75,
89211
- "end": 76
89212
- },
89213
- "context": {
89214
- "type": "variable",
89215
- "name": "kendo-card-theme-colors",
89216
- "value": "(\"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
89217
- "scope": "default",
89218
- "line": {
89219
- "start": 77,
89220
- "end": 77
89221
- }
89222
- },
89223
- "group": [
89224
- "card"
89225
- ],
89226
- "access": "public",
89227
- "file": {
89228
- "path": "core/scss/components/card/_variables.scss",
89229
- "name": "_variables.scss"
89230
- }
89231
- },
89232
88888
  {
89233
88889
  "description": "The sizes map of the CheckBox.\n",
89234
88890
  "commentRange": {
@@ -89662,31 +89318,6 @@
89662
89318
  "name": "_variables.scss"
89663
89319
  }
89664
89320
  },
89665
- {
89666
- "description": "The theme colors map of the Dialog.\n",
89667
- "commentRange": {
89668
- "start": 16,
89669
- "end": 17
89670
- },
89671
- "context": {
89672
- "type": "variable",
89673
- "name": "kendo-dialog-theme-colors",
89674
- "value": "(\"primary\", \"light\", \"dark\")",
89675
- "scope": "default",
89676
- "line": {
89677
- "start": 18,
89678
- "end": 18
89679
- }
89680
- },
89681
- "group": [
89682
- "dialog"
89683
- ],
89684
- "access": "public",
89685
- "file": {
89686
- "path": "core/scss/components/dialog/_variables.scss",
89687
- "name": "_variables.scss"
89688
- }
89689
- },
89690
89321
  {
89691
89322
  "description": "The theme colors map of the FloatingActionButton.\n",
89692
89323
  "commentRange": {
@@ -89696,7 +89327,7 @@
89696
89327
  "context": {
89697
89328
  "type": "variable",
89698
89329
  "name": "kendo-fab-theme-colors",
89699
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
89330
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
89700
89331
  "scope": "default",
89701
89332
  "line": {
89702
89333
  "start": 68,
@@ -89846,7 +89477,7 @@
89846
89477
  "context": {
89847
89478
  "type": "variable",
89848
89479
  "name": "kendo-loader-theme-colors",
89849
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
89480
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
89850
89481
  "scope": "default",
89851
89482
  "line": {
89852
89483
  "start": 59,
@@ -89896,7 +89527,7 @@
89896
89527
  "context": {
89897
89528
  "type": "variable",
89898
89529
  "name": "kendo-message-box-theme-colors",
89899
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
89530
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
89900
89531
  "scope": "default",
89901
89532
  "line": {
89902
89533
  "start": 22,
@@ -89937,31 +89568,6 @@
89937
89568
  "name": "_variables.scss"
89938
89569
  }
89939
89570
  },
89940
- {
89941
- "description": "The theme colors map of the Overlay.\n",
89942
- "commentRange": {
89943
- "start": 6,
89944
- "end": 7
89945
- },
89946
- "context": {
89947
- "type": "variable",
89948
- "name": "kendo-overlay-theme-colors",
89949
- "value": "(\"dark\", \"light\", \"inverse\")",
89950
- "scope": "default",
89951
- "line": {
89952
- "start": 8,
89953
- "end": 8
89954
- }
89955
- },
89956
- "group": [
89957
- "overlay"
89958
- ],
89959
- "access": "public",
89960
- "file": {
89961
- "path": "core/scss/components/overlay/_variables.scss",
89962
- "name": "_variables.scss"
89963
- }
89964
- },
89965
89571
  {
89966
89572
  "description": "The sizes map of the Pager.\n",
89967
89573
  "commentRange": {
@@ -90096,7 +89702,7 @@
90096
89702
  "context": {
90097
89703
  "type": "variable",
90098
89704
  "name": "kendo-suggestion-theme-colors",
90099
- "value": "(\"base\", \"primary\", \"secondary\")",
89705
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
90100
89706
  "scope": "default",
90101
89707
  "line": {
90102
89708
  "start": 18,
@@ -90304,8 +89910,8 @@
90304
89910
  {
90305
89911
  "description": "The sizes map of the Window.\n",
90306
89912
  "commentRange": {
90307
- "start": 42,
90308
- "end": 43
89913
+ "start": 41,
89914
+ "end": 42
90309
89915
  },
90310
89916
  "context": {
90311
89917
  "type": "variable",
@@ -90313,33 +89919,8 @@
90313
89919
  "value": "(\n auto: null,\n sm: 300px,\n md: 800px,\n lg: 1200px\n)",
90314
89920
  "scope": "default",
90315
89921
  "line": {
90316
- "start": 44,
90317
- "end": 49
90318
- }
90319
- },
90320
- "group": [
90321
- "window"
90322
- ],
90323
- "access": "public",
90324
- "file": {
90325
- "path": "core/scss/components/window/_variables.scss",
90326
- "name": "_variables.scss"
90327
- }
90328
- },
90329
- {
90330
- "description": "The theme colors map of the Window.\n",
90331
- "commentRange": {
90332
- "start": 51,
90333
- "end": 52
90334
- },
90335
- "context": {
90336
- "type": "variable",
90337
- "name": "kendo-window-theme-colors",
90338
- "value": "(\"primary\", \"light\", \"dark\")",
90339
- "scope": "default",
90340
- "line": {
90341
- "start": 53,
90342
- "end": 53
89922
+ "start": 43,
89923
+ "end": 48
90343
89924
  }
90344
89925
  },
90345
89926
  "group": [