@progress/kendo-theme-default 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 (56) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/default-blue.css +1 -1
  3. package/dist/default-dataviz-v4.css +1 -1
  4. package/dist/default-green.css +1 -1
  5. package/dist/default-main-dark.css +1 -1
  6. package/dist/default-main-dark.scss +0 -20
  7. package/dist/default-main.css +1 -1
  8. package/dist/default-nordic.css +1 -1
  9. package/dist/default-ocean-blue-a11y.css +1 -1
  10. package/dist/default-ocean-blue-a11y.scss +0 -10
  11. package/dist/default-ocean-blue.css +1 -1
  12. package/dist/default-ocean-blue.scss +0 -10
  13. package/dist/default-orange.css +1 -1
  14. package/dist/default-purple.css +1 -1
  15. package/dist/default-turquoise.css +1 -1
  16. package/dist/default-urban.css +1 -1
  17. package/dist/meta/sassdoc-data.json +1600 -2592
  18. package/dist/meta/sassdoc-raw-data.json +753 -1172
  19. package/dist/meta/variables.json +49 -168
  20. package/lib/swatches/default-blue.json +1 -1
  21. package/lib/swatches/default-dataviz-v4.json +1 -1
  22. package/lib/swatches/default-green.json +1 -1
  23. package/lib/swatches/default-main-dark.json +1 -101
  24. package/lib/swatches/default-main.json +1 -1
  25. package/lib/swatches/default-nordic.json +1 -1
  26. package/lib/swatches/default-ocean-blue-a11y.json +1 -51
  27. package/lib/swatches/default-ocean-blue.json +1 -51
  28. package/lib/swatches/default-orange.json +1 -1
  29. package/lib/swatches/default-purple.json +1 -1
  30. package/lib/swatches/default-turquoise.json +1 -1
  31. package/lib/swatches/default-urban.json +1 -1
  32. package/package.json +4 -4
  33. package/scss/adaptive/_variables.scss +3 -3
  34. package/scss/appbar/_variables.scss +1 -19
  35. package/scss/breadcrumb/_variables.scss +1 -1
  36. package/scss/calendar/_variables.scss +2 -2
  37. package/scss/captcha/_variables.scss +2 -2
  38. package/scss/card/_variables.scss +0 -6
  39. package/scss/colorgradient/_variables.scss +3 -3
  40. package/scss/colorpalette/_variables.scss +3 -3
  41. package/scss/column-menu/_variables.scss +1 -1
  42. package/scss/dialog/_variables.scss +0 -6
  43. package/scss/filter/_variables.scss +1 -1
  44. package/scss/grid/_variables.scss +0 -1
  45. package/scss/icons/_variables.scss +5 -1
  46. package/scss/notification/_variables.scss +1 -1
  47. package/scss/overlay/_variables.scss +2 -6
  48. package/scss/panelbar/_variables.scss +1 -1
  49. package/scss/scrollview/_variables.scss +2 -3
  50. package/scss/spreadsheet/_variables.scss +1 -1
  51. package/scss/tabstrip/_variables.scss +1 -1
  52. package/scss/taskboard/_variables.scss +3 -3
  53. package/scss/timeselector/_variables.scss +4 -4
  54. package/scss/tooltip/_variables.scss +1 -1
  55. package/scss/treeview/_variables.scss +1 -1
  56. package/scss/window/_variables.scss +0 -6
@@ -2233,7 +2233,7 @@
2233
2233
  "context": {
2234
2234
  "type": "variable",
2235
2235
  "name": "kendo-adaptive-menu-clear-text",
2236
- "value": "k-color(primary)",
2236
+ "value": "k-color(primary-on-surface)",
2237
2237
  "scope": "default",
2238
2238
  "line": {
2239
2239
  "start": 31,
@@ -2408,7 +2408,7 @@
2408
2408
  "context": {
2409
2409
  "type": "variable",
2410
2410
  "name": "kendo-adaptive-grid-sort-text",
2411
- "value": "k-color(primary)",
2411
+ "value": "k-color(primary-on-surface)",
2412
2412
  "scope": "default",
2413
2413
  "line": {
2414
2414
  "start": 57,
@@ -2433,7 +2433,7 @@
2433
2433
  "context": {
2434
2434
  "type": "variable",
2435
2435
  "name": "kendo-adaptive-scheduler-current-text",
2436
- "value": "k-color(primary)",
2436
+ "value": "k-color(primary-on-surface)",
2437
2437
  "scope": "default",
2438
2438
  "line": {
2439
2439
  "start": 63,
@@ -2508,7 +2508,7 @@
2508
2508
  "context": {
2509
2509
  "type": "variable",
2510
2510
  "name": "kendo-appbar-default-theme-color",
2511
- "value": "\"light\"",
2511
+ "value": "\"base\"",
2512
2512
  "scope": "default",
2513
2513
  "line": {
2514
2514
  "start": 10,
@@ -2778,15 +2778,15 @@
2778
2778
  }
2779
2779
  },
2780
2780
  {
2781
- "description": "The background color of the AppBar based on light theme color.\n",
2781
+ "description": "The box shadow of the AppBar.\n",
2782
2782
  "commentRange": {
2783
2783
  "start": 44,
2784
2784
  "end": 45
2785
2785
  },
2786
2786
  "context": {
2787
2787
  "type": "variable",
2788
- "name": "kendo-appbar-light-bg",
2789
- "value": "k-color(light)",
2788
+ "name": "kendo-appbar-box-shadow",
2789
+ "value": "k-elevation(4)",
2790
2790
  "scope": "default",
2791
2791
  "line": {
2792
2792
  "start": 46,
@@ -2803,119 +2803,19 @@
2803
2803
  }
2804
2804
  },
2805
2805
  {
2806
- "description": "The text color of the AppBar based on light theme color.\n",
2806
+ "description": "The box shadow of the AppBar with bottom position.\n",
2807
2807
  "commentRange": {
2808
2808
  "start": 47,
2809
2809
  "end": 48
2810
2810
  },
2811
- "context": {
2812
- "type": "variable",
2813
- "name": "kendo-appbar-light-text",
2814
- "value": "k-color(on-light)",
2815
- "scope": "default",
2816
- "line": {
2817
- "start": 49,
2818
- "end": 49
2819
- }
2820
- },
2821
- "group": [
2822
- "appbar"
2823
- ],
2824
- "access": "public",
2825
- "file": {
2826
- "path": "appbar/_variables.scss",
2827
- "name": "_variables.scss"
2828
- }
2829
- },
2830
- {
2831
- "description": "The background color of the AppBar based on dark theme color.\n",
2832
- "commentRange": {
2833
- "start": 51,
2834
- "end": 52
2835
- },
2836
- "context": {
2837
- "type": "variable",
2838
- "name": "kendo-appbar-dark-bg",
2839
- "value": "k-color(dark)",
2840
- "scope": "default",
2841
- "line": {
2842
- "start": 53,
2843
- "end": 53
2844
- }
2845
- },
2846
- "group": [
2847
- "appbar"
2848
- ],
2849
- "access": "public",
2850
- "file": {
2851
- "path": "appbar/_variables.scss",
2852
- "name": "_variables.scss"
2853
- }
2854
- },
2855
- {
2856
- "description": "The text color of the AppBar based on dark theme color.\n",
2857
- "commentRange": {
2858
- "start": 54,
2859
- "end": 55
2860
- },
2861
- "context": {
2862
- "type": "variable",
2863
- "name": "kendo-appbar-dark-text",
2864
- "value": "k-color(on-dark)",
2865
- "scope": "default",
2866
- "line": {
2867
- "start": 56,
2868
- "end": 56
2869
- }
2870
- },
2871
- "group": [
2872
- "appbar"
2873
- ],
2874
- "access": "public",
2875
- "file": {
2876
- "path": "appbar/_variables.scss",
2877
- "name": "_variables.scss"
2878
- }
2879
- },
2880
- {
2881
- "description": "The box shadow of the AppBar.\n",
2882
- "commentRange": {
2883
- "start": 58,
2884
- "end": 59
2885
- },
2886
- "context": {
2887
- "type": "variable",
2888
- "name": "kendo-appbar-box-shadow",
2889
- "value": "k-elevation(4)",
2890
- "scope": "default",
2891
- "line": {
2892
- "start": 60,
2893
- "end": 60
2894
- }
2895
- },
2896
- "group": [
2897
- "appbar"
2898
- ],
2899
- "access": "public",
2900
- "file": {
2901
- "path": "appbar/_variables.scss",
2902
- "name": "_variables.scss"
2903
- }
2904
- },
2905
- {
2906
- "description": "The box shadow of the AppBar with bottom position.\n",
2907
- "commentRange": {
2908
- "start": 61,
2909
- "end": 62
2910
- },
2911
2811
  "context": {
2912
2812
  "type": "variable",
2913
2813
  "name": "kendo-appbar-bottom-box-shadow",
2914
2814
  "value": "$kendo-appbar-box-shadow",
2915
2815
  "scope": "default",
2916
2816
  "line": {
2917
- "start": 63,
2918
- "end": 63
2817
+ "start": 49,
2818
+ "end": 49
2919
2819
  }
2920
2820
  },
2921
2821
  "group": [
@@ -5394,7 +5294,7 @@
5394
5294
  "context": {
5395
5295
  "type": "variable",
5396
5296
  "name": "kendo-breadcrumb-link-focus-text",
5397
- "value": "k-color(primary)",
5297
+ "value": "k-color(primary-on-surface)",
5398
5298
  "scope": "default",
5399
5299
  "line": {
5400
5300
  "start": 148,
@@ -9434,7 +9334,7 @@
9434
9334
  "context": {
9435
9335
  "type": "variable",
9436
9336
  "name": "kendo-calendar-today-color",
9437
- "value": "k-color(primary)",
9337
+ "value": "k-color(primary-on-surface)",
9438
9338
  "scope": "default",
9439
9339
  "line": {
9440
9340
  "start": 160,
@@ -10109,7 +10009,7 @@
10109
10009
  "context": {
10110
10010
  "type": "variable",
10111
10011
  "name": "kendo-calendar-navigation-hover-text",
10112
- "value": "k-color(primary-hover)",
10012
+ "value": "k-color(primary-on-surface)",
10113
10013
  "scope": "default",
10114
10014
  "line": {
10115
10015
  "start": 252,
@@ -10884,7 +10784,7 @@
10884
10784
  "context": {
10885
10785
  "type": "variable",
10886
10786
  "name": "kendo-captcha-text",
10887
- "value": "k-color(surface-alt)",
10787
+ "value": "k-color(on-app-surface)",
10888
10788
  "scope": "default",
10889
10789
  "line": {
10890
10790
  "start": 29,
@@ -10909,7 +10809,7 @@
10909
10809
  "context": {
10910
10810
  "type": "variable",
10911
10811
  "name": "kendo-captcha-border",
10912
- "value": "k-color(surface-alt)",
10812
+ "value": "k-color(border)",
10913
10813
  "scope": "default",
10914
10814
  "line": {
10915
10815
  "start": 32,
@@ -11050,39 +10950,11 @@
11050
10950
  "name": "_variables.scss"
11051
10951
  }
11052
10952
  },
11053
- {
11054
- "description": "The default theme color of the Card.\n",
11055
- "commentRange": {
11056
- "start": 6,
11057
- "end": 8
11058
- },
11059
- "context": {
11060
- "type": "variable",
11061
- "name": "kendo-card-default-theme-color",
11062
- "value": "null",
11063
- "scope": "default",
11064
- "line": {
11065
- "start": 9,
11066
- "end": 9
11067
- }
11068
- },
11069
- "group": [
11070
- "card"
11071
- ],
11072
- "role": [
11073
- "default"
11074
- ],
11075
- "access": "public",
11076
- "file": {
11077
- "path": "card/_variables.scss",
11078
- "name": "_variables.scss"
11079
- }
11080
- },
11081
10953
  {
11082
10954
  "description": "The horizontal padding of the Card.\n",
11083
10955
  "commentRange": {
11084
- "start": 11,
11085
- "end": 12
10956
+ "start": 6,
10957
+ "end": 7
11086
10958
  },
11087
10959
  "context": {
11088
10960
  "type": "variable",
@@ -11090,8 +10962,8 @@
11090
10962
  "value": "k-spacing(4)",
11091
10963
  "scope": "default",
11092
10964
  "line": {
11093
- "start": 13,
11094
- "end": 13
10965
+ "start": 8,
10966
+ "end": 8
11095
10967
  }
11096
10968
  },
11097
10969
  "group": [
@@ -11106,8 +10978,8 @@
11106
10978
  {
11107
10979
  "description": "The vertical padding of the Card.\n",
11108
10980
  "commentRange": {
11109
- "start": 14,
11110
- "end": 15
10981
+ "start": 9,
10982
+ "end": 10
11111
10983
  },
11112
10984
  "context": {
11113
10985
  "type": "variable",
@@ -11115,8 +10987,8 @@
11115
10987
  "value": "k-spacing(3)",
11116
10988
  "scope": "default",
11117
10989
  "line": {
11118
- "start": 16,
11119
- "end": 16
10990
+ "start": 11,
10991
+ "end": 11
11120
10992
  }
11121
10993
  },
11122
10994
  "group": [
@@ -11131,8 +11003,8 @@
11131
11003
  {
11132
11004
  "description": "The width of the border around the Card.\n",
11133
11005
  "commentRange": {
11134
- "start": 17,
11135
- "end": 18
11006
+ "start": 12,
11007
+ "end": 13
11136
11008
  },
11137
11009
  "context": {
11138
11010
  "type": "variable",
@@ -11140,8 +11012,8 @@
11140
11012
  "value": "1px",
11141
11013
  "scope": "default",
11142
11014
  "line": {
11143
- "start": 19,
11144
- "end": 19
11015
+ "start": 14,
11016
+ "end": 14
11145
11017
  }
11146
11018
  },
11147
11019
  "group": [
@@ -11156,8 +11028,8 @@
11156
11028
  {
11157
11029
  "description": "The border radius of the Card.\n",
11158
11030
  "commentRange": {
11159
- "start": 20,
11160
- "end": 21
11031
+ "start": 15,
11032
+ "end": 16
11161
11033
  },
11162
11034
  "context": {
11163
11035
  "type": "variable",
@@ -11165,8 +11037,8 @@
11165
11037
  "value": "k-border-radius(lg)",
11166
11038
  "scope": "default",
11167
11039
  "line": {
11168
- "start": 22,
11169
- "end": 22
11040
+ "start": 17,
11041
+ "end": 17
11170
11042
  }
11171
11043
  },
11172
11044
  "group": [
@@ -11181,8 +11053,8 @@
11181
11053
  {
11182
11054
  "description": "The inner border radius of the Card.\n",
11183
11055
  "commentRange": {
11184
- "start": 23,
11185
- "end": 24
11056
+ "start": 18,
11057
+ "end": 19
11186
11058
  },
11187
11059
  "context": {
11188
11060
  "type": "variable",
@@ -11190,8 +11062,8 @@
11190
11062
  "value": "calc( #{$kendo-card-border-radius} - #{$kendo-card-border-width} )",
11191
11063
  "scope": "default",
11192
11064
  "line": {
11193
- "start": 25,
11194
- "end": 25
11065
+ "start": 20,
11066
+ "end": 20
11195
11067
  }
11196
11068
  },
11197
11069
  "group": [
@@ -11206,8 +11078,8 @@
11206
11078
  {
11207
11079
  "description": "The font family of the Card.\n",
11208
11080
  "commentRange": {
11209
- "start": 26,
11210
- "end": 27
11081
+ "start": 21,
11082
+ "end": 22
11211
11083
  },
11212
11084
  "context": {
11213
11085
  "type": "variable",
@@ -11215,8 +11087,8 @@
11215
11087
  "value": "var(--kendo-font-family)",
11216
11088
  "scope": "default",
11217
11089
  "line": {
11218
- "start": 28,
11219
- "end": 28
11090
+ "start": 23,
11091
+ "end": 23
11220
11092
  }
11221
11093
  },
11222
11094
  "group": [
@@ -11231,8 +11103,8 @@
11231
11103
  {
11232
11104
  "description": "The font size of the Card.\n",
11233
11105
  "commentRange": {
11234
- "start": 29,
11235
- "end": 30
11106
+ "start": 24,
11107
+ "end": 25
11236
11108
  },
11237
11109
  "context": {
11238
11110
  "type": "variable",
@@ -11240,8 +11112,8 @@
11240
11112
  "value": "var(--kendo-font-size)",
11241
11113
  "scope": "default",
11242
11114
  "line": {
11243
- "start": 31,
11244
- "end": 31
11115
+ "start": 26,
11116
+ "end": 26
11245
11117
  }
11246
11118
  },
11247
11119
  "group": [
@@ -11256,8 +11128,8 @@
11256
11128
  {
11257
11129
  "description": "The line height of the Card.\n",
11258
11130
  "commentRange": {
11259
- "start": 32,
11260
- "end": 33
11131
+ "start": 27,
11132
+ "end": 28
11261
11133
  },
11262
11134
  "context": {
11263
11135
  "type": "variable",
@@ -11265,8 +11137,8 @@
11265
11137
  "value": "var(--kendo-line-height)",
11266
11138
  "scope": "default",
11267
11139
  "line": {
11268
- "start": 34,
11269
- "end": 34
11140
+ "start": 29,
11141
+ "end": 29
11270
11142
  }
11271
11143
  },
11272
11144
  "group": [
@@ -11281,8 +11153,8 @@
11281
11153
  {
11282
11154
  "description": "The spacing between the Cards in the Card deck.\n",
11283
11155
  "commentRange": {
11284
- "start": 36,
11285
- "end": 37
11156
+ "start": 31,
11157
+ "end": 32
11286
11158
  },
11287
11159
  "context": {
11288
11160
  "type": "variable",
@@ -11290,8 +11162,8 @@
11290
11162
  "value": "k-spacing(4)",
11291
11163
  "scope": "default",
11292
11164
  "line": {
11293
- "start": 38,
11294
- "end": 38
11165
+ "start": 33,
11166
+ "end": 33
11295
11167
  }
11296
11168
  },
11297
11169
  "group": [
@@ -11306,8 +11178,8 @@
11306
11178
  {
11307
11179
  "description": "The background color of the Card.\n",
11308
11180
  "commentRange": {
11309
- "start": 40,
11310
- "end": 41
11181
+ "start": 35,
11182
+ "end": 36
11311
11183
  },
11312
11184
  "context": {
11313
11185
  "type": "variable",
@@ -11315,8 +11187,8 @@
11315
11187
  "value": "k-color(surface-alt)",
11316
11188
  "scope": "default",
11317
11189
  "line": {
11318
- "start": 42,
11319
- "end": 42
11190
+ "start": 37,
11191
+ "end": 37
11320
11192
  }
11321
11193
  },
11322
11194
  "group": [
@@ -11331,8 +11203,8 @@
11331
11203
  {
11332
11204
  "description": "The text color of the Card.\n",
11333
11205
  "commentRange": {
11334
- "start": 43,
11335
- "end": 44
11206
+ "start": 38,
11207
+ "end": 39
11336
11208
  },
11337
11209
  "context": {
11338
11210
  "type": "variable",
@@ -11340,8 +11212,8 @@
11340
11212
  "value": "k-color(on-app-surface)",
11341
11213
  "scope": "default",
11342
11214
  "line": {
11343
- "start": 45,
11344
- "end": 45
11215
+ "start": 40,
11216
+ "end": 40
11345
11217
  }
11346
11218
  },
11347
11219
  "group": [
@@ -11356,8 +11228,8 @@
11356
11228
  {
11357
11229
  "description": "The border color of the Card.\n",
11358
11230
  "commentRange": {
11359
- "start": 46,
11360
- "end": 47
11231
+ "start": 41,
11232
+ "end": 42
11361
11233
  },
11362
11234
  "context": {
11363
11235
  "type": "variable",
@@ -11365,8 +11237,8 @@
11365
11237
  "value": "k-color(border)",
11366
11238
  "scope": "default",
11367
11239
  "line": {
11368
- "start": 48,
11369
- "end": 48
11240
+ "start": 43,
11241
+ "end": 43
11370
11242
  }
11371
11243
  },
11372
11244
  "group": [
@@ -11381,8 +11253,8 @@
11381
11253
  {
11382
11254
  "description": "The shadow of the Card.\n",
11383
11255
  "commentRange": {
11384
- "start": 49,
11385
- "end": 50
11256
+ "start": 44,
11257
+ "end": 45
11386
11258
  },
11387
11259
  "context": {
11388
11260
  "type": "variable",
@@ -11390,8 +11262,8 @@
11390
11262
  "value": "null",
11391
11263
  "scope": "default",
11392
11264
  "line": {
11393
- "start": 51,
11394
- "end": 51
11265
+ "start": 46,
11266
+ "end": 46
11395
11267
  }
11396
11268
  },
11397
11269
  "group": [
@@ -11406,8 +11278,8 @@
11406
11278
  {
11407
11279
  "description": "The background color of the focused Card.\n",
11408
11280
  "commentRange": {
11409
- "start": 53,
11410
- "end": 54
11281
+ "start": 48,
11282
+ "end": 49
11411
11283
  },
11412
11284
  "context": {
11413
11285
  "type": "variable",
@@ -11415,8 +11287,8 @@
11415
11287
  "value": "null",
11416
11288
  "scope": "default",
11417
11289
  "line": {
11418
- "start": 55,
11419
- "end": 55
11290
+ "start": 50,
11291
+ "end": 50
11420
11292
  }
11421
11293
  },
11422
11294
  "group": [
@@ -11431,8 +11303,8 @@
11431
11303
  {
11432
11304
  "description": "The text color of the focused Card.\n",
11433
11305
  "commentRange": {
11434
- "start": 56,
11435
- "end": 57
11306
+ "start": 51,
11307
+ "end": 52
11436
11308
  },
11437
11309
  "context": {
11438
11310
  "type": "variable",
@@ -11440,8 +11312,8 @@
11440
11312
  "value": "null",
11441
11313
  "scope": "default",
11442
11314
  "line": {
11443
- "start": 58,
11444
- "end": 58
11315
+ "start": 53,
11316
+ "end": 53
11445
11317
  }
11446
11318
  },
11447
11319
  "group": [
@@ -11456,8 +11328,8 @@
11456
11328
  {
11457
11329
  "description": "The border color of the focused Card.\n",
11458
11330
  "commentRange": {
11459
- "start": 59,
11460
- "end": 60
11331
+ "start": 54,
11332
+ "end": 55
11461
11333
  },
11462
11334
  "context": {
11463
11335
  "type": "variable",
@@ -11465,8 +11337,8 @@
11465
11337
  "value": "k-color(border-alt)",
11466
11338
  "scope": "default",
11467
11339
  "line": {
11468
- "start": 61,
11469
- "end": 61
11340
+ "start": 56,
11341
+ "end": 56
11470
11342
  }
11471
11343
  },
11472
11344
  "group": [
@@ -11481,8 +11353,8 @@
11481
11353
  {
11482
11354
  "description": "The shadow of the focused Card.\n",
11483
11355
  "commentRange": {
11484
- "start": 65,
11485
- "end": 66
11356
+ "start": 60,
11357
+ "end": 61
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": 67,
11494
- "end": 67
11365
+ "start": 62,
11366
+ "end": 62
11495
11367
  }
11496
11368
  },
11497
11369
  "group": [
@@ -11506,8 +11378,8 @@
11506
11378
  {
11507
11379
  "description": "The horizontal padding of the Card header.\n",
11508
11380
  "commentRange": {
11509
- "start": 69,
11510
- "end": 70
11381
+ "start": 64,
11382
+ "end": 65
11511
11383
  },
11512
11384
  "context": {
11513
11385
  "type": "variable",
@@ -11515,8 +11387,8 @@
11515
11387
  "value": "$kendo-card-padding-x",
11516
11388
  "scope": "default",
11517
11389
  "line": {
11518
- "start": 71,
11519
- "end": 71
11390
+ "start": 66,
11391
+ "end": 66
11520
11392
  }
11521
11393
  },
11522
11394
  "group": [
@@ -11531,8 +11403,8 @@
11531
11403
  {
11532
11404
  "description": "The vertical padding of the Card header.\n",
11533
11405
  "commentRange": {
11534
- "start": 72,
11535
- "end": 73
11406
+ "start": 67,
11407
+ "end": 68
11536
11408
  },
11537
11409
  "context": {
11538
11410
  "type": "variable",
@@ -11540,8 +11412,8 @@
11540
11412
  "value": "$kendo-card-padding-y",
11541
11413
  "scope": "default",
11542
11414
  "line": {
11543
- "start": 74,
11544
- "end": 74
11415
+ "start": 69,
11416
+ "end": 69
11545
11417
  }
11546
11418
  },
11547
11419
  "group": [
@@ -11556,8 +11428,8 @@
11556
11428
  {
11557
11429
  "description": "The bottom border width of the Card header.\n",
11558
11430
  "commentRange": {
11559
- "start": 75,
11560
- "end": 76
11431
+ "start": 70,
11432
+ "end": 71
11561
11433
  },
11562
11434
  "context": {
11563
11435
  "type": "variable",
@@ -11565,8 +11437,8 @@
11565
11437
  "value": "1px",
11566
11438
  "scope": "default",
11567
11439
  "line": {
11568
- "start": 77,
11569
- "end": 77
11440
+ "start": 72,
11441
+ "end": 72
11570
11442
  }
11571
11443
  },
11572
11444
  "group": [
@@ -11581,8 +11453,8 @@
11581
11453
  {
11582
11454
  "description": "The background color of the Card header.\n",
11583
11455
  "commentRange": {
11584
- "start": 78,
11585
- "end": 79
11456
+ "start": 73,
11457
+ "end": 74
11586
11458
  },
11587
11459
  "context": {
11588
11460
  "type": "variable",
@@ -11590,8 +11462,8 @@
11590
11462
  "value": "null",
11591
11463
  "scope": "default",
11592
11464
  "line": {
11593
- "start": 80,
11594
- "end": 80
11465
+ "start": 75,
11466
+ "end": 75
11595
11467
  }
11596
11468
  },
11597
11469
  "group": [
@@ -11606,8 +11478,8 @@
11606
11478
  {
11607
11479
  "description": "The text color of the Card header.\n",
11608
11480
  "commentRange": {
11609
- "start": 81,
11610
- "end": 82
11481
+ "start": 76,
11482
+ "end": 77
11611
11483
  },
11612
11484
  "context": {
11613
11485
  "type": "variable",
@@ -11615,8 +11487,8 @@
11615
11487
  "value": "k-color(on-app-surface)",
11616
11488
  "scope": "default",
11617
11489
  "line": {
11618
- "start": 83,
11619
- "end": 83
11490
+ "start": 78,
11491
+ "end": 78
11620
11492
  }
11621
11493
  },
11622
11494
  "group": [
@@ -11631,8 +11503,8 @@
11631
11503
  {
11632
11504
  "description": "The border color of the Card header.\n",
11633
11505
  "commentRange": {
11634
- "start": 84,
11635
- "end": 85
11506
+ "start": 79,
11507
+ "end": 80
11636
11508
  },
11637
11509
  "context": {
11638
11510
  "type": "variable",
@@ -11640,8 +11512,8 @@
11640
11512
  "value": "k-color(border)",
11641
11513
  "scope": "default",
11642
11514
  "line": {
11643
- "start": 86,
11644
- "end": 86
11515
+ "start": 81,
11516
+ "end": 81
11645
11517
  }
11646
11518
  },
11647
11519
  "group": [
@@ -11656,8 +11528,8 @@
11656
11528
  {
11657
11529
  "description": "The horizontal padding of the Card body.\n",
11658
11530
  "commentRange": {
11659
- "start": 88,
11660
- "end": 89
11531
+ "start": 83,
11532
+ "end": 84
11661
11533
  },
11662
11534
  "context": {
11663
11535
  "type": "variable",
@@ -11665,8 +11537,8 @@
11665
11537
  "value": "k-spacing(4)",
11666
11538
  "scope": "default",
11667
11539
  "line": {
11668
- "start": 90,
11669
- "end": 90
11540
+ "start": 85,
11541
+ "end": 85
11670
11542
  }
11671
11543
  },
11672
11544
  "group": [
@@ -11681,8 +11553,8 @@
11681
11553
  {
11682
11554
  "description": "The vertical padding of the Card body.\n",
11683
11555
  "commentRange": {
11684
- "start": 91,
11685
- "end": 92
11556
+ "start": 86,
11557
+ "end": 87
11686
11558
  },
11687
11559
  "context": {
11688
11560
  "type": "variable",
@@ -11690,8 +11562,8 @@
11690
11562
  "value": "k-spacing(4)",
11691
11563
  "scope": "default",
11692
11564
  "line": {
11693
- "start": 93,
11694
- "end": 93
11565
+ "start": 88,
11566
+ "end": 88
11695
11567
  }
11696
11568
  },
11697
11569
  "group": [
@@ -11706,8 +11578,8 @@
11706
11578
  {
11707
11579
  "description": "The horizontal padding of the Card footer.\n",
11708
11580
  "commentRange": {
11709
- "start": 95,
11710
- "end": 96
11581
+ "start": 90,
11582
+ "end": 91
11711
11583
  },
11712
11584
  "context": {
11713
11585
  "type": "variable",
@@ -11715,8 +11587,8 @@
11715
11587
  "value": "k-spacing(2)",
11716
11588
  "scope": "default",
11717
11589
  "line": {
11718
- "start": 97,
11719
- "end": 97
11590
+ "start": 92,
11591
+ "end": 92
11720
11592
  }
11721
11593
  },
11722
11594
  "group": [
@@ -11731,8 +11603,8 @@
11731
11603
  {
11732
11604
  "description": "The vertical padding of the Card footer.\n",
11733
11605
  "commentRange": {
11734
- "start": 98,
11735
- "end": 99
11606
+ "start": 93,
11607
+ "end": 94
11736
11608
  },
11737
11609
  "context": {
11738
11610
  "type": "variable",
@@ -11740,8 +11612,8 @@
11740
11612
  "value": "k-spacing(2)",
11741
11613
  "scope": "default",
11742
11614
  "line": {
11743
- "start": 100,
11744
- "end": 100
11615
+ "start": 95,
11616
+ "end": 95
11745
11617
  }
11746
11618
  },
11747
11619
  "group": [
@@ -11756,8 +11628,8 @@
11756
11628
  {
11757
11629
  "description": "The top border width of the Card footer.\n",
11758
11630
  "commentRange": {
11759
- "start": 101,
11760
- "end": 102
11631
+ "start": 96,
11632
+ "end": 97
11761
11633
  },
11762
11634
  "context": {
11763
11635
  "type": "variable",
@@ -11765,8 +11637,8 @@
11765
11637
  "value": "1px",
11766
11638
  "scope": "default",
11767
11639
  "line": {
11768
- "start": 103,
11769
- "end": 103
11640
+ "start": 98,
11641
+ "end": 98
11770
11642
  }
11771
11643
  },
11772
11644
  "group": [
@@ -11781,8 +11653,8 @@
11781
11653
  {
11782
11654
  "description": "The background color of the Card footer.\n",
11783
11655
  "commentRange": {
11784
- "start": 104,
11785
- "end": 105
11656
+ "start": 99,
11657
+ "end": 100
11786
11658
  },
11787
11659
  "context": {
11788
11660
  "type": "variable",
@@ -11790,8 +11662,8 @@
11790
11662
  "value": "null",
11791
11663
  "scope": "default",
11792
11664
  "line": {
11793
- "start": 106,
11794
- "end": 106
11665
+ "start": 101,
11666
+ "end": 101
11795
11667
  }
11796
11668
  },
11797
11669
  "group": [
@@ -11806,8 +11678,8 @@
11806
11678
  {
11807
11679
  "description": "The text color of the Card footer.\n",
11808
11680
  "commentRange": {
11809
- "start": 107,
11810
- "end": 108
11681
+ "start": 102,
11682
+ "end": 103
11811
11683
  },
11812
11684
  "context": {
11813
11685
  "type": "variable",
@@ -11815,8 +11687,8 @@
11815
11687
  "value": "k-color(on-app-surface)",
11816
11688
  "scope": "default",
11817
11689
  "line": {
11818
- "start": 109,
11819
- "end": 109
11690
+ "start": 104,
11691
+ "end": 104
11820
11692
  }
11821
11693
  },
11822
11694
  "group": [
@@ -11831,8 +11703,8 @@
11831
11703
  {
11832
11704
  "description": "The border color of the Card footer.\n",
11833
11705
  "commentRange": {
11834
- "start": 110,
11835
- "end": 111
11706
+ "start": 105,
11707
+ "end": 106
11836
11708
  },
11837
11709
  "context": {
11838
11710
  "type": "variable",
@@ -11840,8 +11712,8 @@
11840
11712
  "value": "k-color(border)",
11841
11713
  "scope": "default",
11842
11714
  "line": {
11843
- "start": 112,
11844
- "end": 112
11715
+ "start": 107,
11716
+ "end": 107
11845
11717
  }
11846
11718
  },
11847
11719
  "group": [
@@ -11856,8 +11728,8 @@
11856
11728
  {
11857
11729
  "description": "The bottom margin of the Card title.\n",
11858
11730
  "commentRange": {
11859
- "start": 114,
11860
- "end": 115
11731
+ "start": 109,
11732
+ "end": 110
11861
11733
  },
11862
11734
  "context": {
11863
11735
  "type": "variable",
@@ -11865,8 +11737,8 @@
11865
11737
  "value": "k-spacing(2)",
11866
11738
  "scope": "default",
11867
11739
  "line": {
11868
- "start": 116,
11869
- "end": 116
11740
+ "start": 111,
11741
+ "end": 111
11870
11742
  }
11871
11743
  },
11872
11744
  "group": [
@@ -11881,8 +11753,8 @@
11881
11753
  {
11882
11754
  "description": "The font size of the Card title.\n",
11883
11755
  "commentRange": {
11884
- "start": 117,
11885
- "end": 118
11756
+ "start": 112,
11757
+ "end": 113
11886
11758
  },
11887
11759
  "context": {
11888
11760
  "type": "variable",
@@ -11890,8 +11762,8 @@
11890
11762
  "value": "var(--kendo-font-size-lg)",
11891
11763
  "scope": "default",
11892
11764
  "line": {
11893
- "start": 119,
11894
- "end": 119
11765
+ "start": 114,
11766
+ "end": 114
11895
11767
  }
11896
11768
  },
11897
11769
  "group": [
@@ -11906,8 +11778,8 @@
11906
11778
  {
11907
11779
  "description": "The font family of the Card title.\n",
11908
11780
  "commentRange": {
11909
- "start": 120,
11910
- "end": 121
11781
+ "start": 115,
11782
+ "end": 116
11911
11783
  },
11912
11784
  "context": {
11913
11785
  "type": "variable",
@@ -11915,8 +11787,8 @@
11915
11787
  "value": "null",
11916
11788
  "scope": "default",
11917
11789
  "line": {
11918
- "start": 122,
11919
- "end": 122
11790
+ "start": 117,
11791
+ "end": 117
11920
11792
  }
11921
11793
  },
11922
11794
  "group": [
@@ -11931,8 +11803,8 @@
11931
11803
  {
11932
11804
  "description": "The line height of the Card title.\n",
11933
11805
  "commentRange": {
11934
- "start": 123,
11935
- "end": 124
11806
+ "start": 118,
11807
+ "end": 119
11936
11808
  },
11937
11809
  "context": {
11938
11810
  "type": "variable",
@@ -11940,8 +11812,8 @@
11940
11812
  "value": "var(--kendo-line-height-sm)",
11941
11813
  "scope": "default",
11942
11814
  "line": {
11943
- "start": 125,
11944
- "end": 125
11815
+ "start": 120,
11816
+ "end": 120
11945
11817
  }
11946
11818
  },
11947
11819
  "group": [
@@ -11956,8 +11828,8 @@
11956
11828
  {
11957
11829
  "description": "The font weight of the Card title.\n",
11958
11830
  "commentRange": {
11959
- "start": 126,
11960
- "end": 127
11831
+ "start": 121,
11832
+ "end": 122
11961
11833
  },
11962
11834
  "context": {
11963
11835
  "type": "variable",
@@ -11965,8 +11837,8 @@
11965
11837
  "value": "var(--kendo-font-weight-normal)",
11966
11838
  "scope": "default",
11967
11839
  "line": {
11968
- "start": 128,
11969
- "end": 128
11840
+ "start": 123,
11841
+ "end": 123
11970
11842
  }
11971
11843
  },
11972
11844
  "group": [
@@ -11981,8 +11853,8 @@
11981
11853
  {
11982
11854
  "description": "The letter spacing of the Card title.\n",
11983
11855
  "commentRange": {
11984
- "start": 129,
11985
- "end": 130
11856
+ "start": 124,
11857
+ "end": 125
11986
11858
  },
11987
11859
  "context": {
11988
11860
  "type": "variable",
@@ -11990,8 +11862,8 @@
11990
11862
  "value": "null",
11991
11863
  "scope": "default",
11992
11864
  "line": {
11993
- "start": 131,
11994
- "end": 131
11865
+ "start": 126,
11866
+ "end": 126
11995
11867
  }
11996
11868
  },
11997
11869
  "group": [
@@ -12006,8 +11878,8 @@
12006
11878
  {
12007
11879
  "description": "The bottom margin of the Card subtitle.\n",
12008
11880
  "commentRange": {
12009
- "start": 133,
12010
- "end": 134
11881
+ "start": 128,
11882
+ "end": 129
12011
11883
  },
12012
11884
  "context": {
12013
11885
  "type": "variable",
@@ -12015,8 +11887,8 @@
12015
11887
  "value": "k-spacing(2)",
12016
11888
  "scope": "default",
12017
11889
  "line": {
12018
- "start": 135,
12019
- "end": 135
11890
+ "start": 130,
11891
+ "end": 130
12020
11892
  }
12021
11893
  },
12022
11894
  "group": [
@@ -12031,8 +11903,8 @@
12031
11903
  {
12032
11904
  "description": "The font size of the Card subtitle.\n",
12033
11905
  "commentRange": {
12034
- "start": 136,
12035
- "end": 137
11906
+ "start": 131,
11907
+ "end": 132
12036
11908
  },
12037
11909
  "context": {
12038
11910
  "type": "variable",
@@ -12040,8 +11912,8 @@
12040
11912
  "value": "var(--kendo-font-size-sm)",
12041
11913
  "scope": "default",
12042
11914
  "line": {
12043
- "start": 138,
12044
- "end": 138
11915
+ "start": 133,
11916
+ "end": 133
12045
11917
  }
12046
11918
  },
12047
11919
  "group": [
@@ -12056,8 +11928,8 @@
12056
11928
  {
12057
11929
  "description": "The font family of the Card subtitle.\n",
12058
11930
  "commentRange": {
12059
- "start": 139,
12060
- "end": 140
11931
+ "start": 134,
11932
+ "end": 135
12061
11933
  },
12062
11934
  "context": {
12063
11935
  "type": "variable",
@@ -12065,8 +11937,8 @@
12065
11937
  "value": "null",
12066
11938
  "scope": "default",
12067
11939
  "line": {
12068
- "start": 141,
12069
- "end": 141
11940
+ "start": 136,
11941
+ "end": 136
12070
11942
  }
12071
11943
  },
12072
11944
  "group": [
@@ -12081,8 +11953,8 @@
12081
11953
  {
12082
11954
  "description": "The line height of the Card subtitle.\n",
12083
11955
  "commentRange": {
12084
- "start": 142,
12085
- "end": 143
11956
+ "start": 137,
11957
+ "end": 138
12086
11958
  },
12087
11959
  "context": {
12088
11960
  "type": "variable",
@@ -12090,8 +11962,8 @@
12090
11962
  "value": "var(--kendo-line-height-lg)",
12091
11963
  "scope": "default",
12092
11964
  "line": {
12093
- "start": 144,
12094
- "end": 144
11965
+ "start": 139,
11966
+ "end": 139
12095
11967
  }
12096
11968
  },
12097
11969
  "group": [
@@ -12106,8 +11978,8 @@
12106
11978
  {
12107
11979
  "description": "The font weight of the Card subtitle.\n",
12108
11980
  "commentRange": {
12109
- "start": 145,
12110
- "end": 146
11981
+ "start": 140,
11982
+ "end": 141
12111
11983
  },
12112
11984
  "context": {
12113
11985
  "type": "variable",
@@ -12115,8 +11987,8 @@
12115
11987
  "value": "var(--kendo-font-weight-normal)",
12116
11988
  "scope": "default",
12117
11989
  "line": {
12118
- "start": 147,
12119
- "end": 147
11990
+ "start": 142,
11991
+ "end": 142
12120
11992
  }
12121
11993
  },
12122
11994
  "group": [
@@ -12131,8 +12003,8 @@
12131
12003
  {
12132
12004
  "description": "The letter spacing of the Card subtitle.\n",
12133
12005
  "commentRange": {
12134
- "start": 148,
12135
- "end": 149
12006
+ "start": 143,
12007
+ "end": 144
12136
12008
  },
12137
12009
  "context": {
12138
12010
  "type": "variable",
@@ -12140,8 +12012,8 @@
12140
12012
  "value": "null",
12141
12013
  "scope": "default",
12142
12014
  "line": {
12143
- "start": 150,
12144
- "end": 150
12015
+ "start": 145,
12016
+ "end": 145
12145
12017
  }
12146
12018
  },
12147
12019
  "group": [
@@ -12156,8 +12028,8 @@
12156
12028
  {
12157
12029
  "description": "The text color of the Card subtitle.\n",
12158
12030
  "commentRange": {
12159
- "start": 151,
12160
- "end": 152
12031
+ "start": 146,
12032
+ "end": 147
12161
12033
  },
12162
12034
  "context": {
12163
12035
  "type": "variable",
@@ -12165,8 +12037,8 @@
12165
12037
  "value": "k-color(subtle)",
12166
12038
  "scope": "default",
12167
12039
  "line": {
12168
- "start": 153,
12169
- "end": 153
12040
+ "start": 148,
12041
+ "end": 148
12170
12042
  }
12171
12043
  },
12172
12044
  "group": [
@@ -12181,8 +12053,8 @@
12181
12053
  {
12182
12054
  "description": "The maximum width of the Card image.\n",
12183
12055
  "commentRange": {
12184
- "start": 155,
12185
- "end": 156
12056
+ "start": 150,
12057
+ "end": 151
12186
12058
  },
12187
12059
  "context": {
12188
12060
  "type": "variable",
@@ -12190,8 +12062,8 @@
12190
12062
  "value": "100px",
12191
12063
  "scope": "default",
12192
12064
  "line": {
12193
- "start": 157,
12194
- "end": 157
12065
+ "start": 152,
12066
+ "end": 152
12195
12067
  }
12196
12068
  },
12197
12069
  "group": [
@@ -12206,8 +12078,8 @@
12206
12078
  {
12207
12079
  "description": "The spacing between the Avatar and the text in the Card.\n",
12208
12080
  "commentRange": {
12209
- "start": 158,
12210
- "end": 159
12081
+ "start": 153,
12082
+ "end": 154
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": 160,
12219
- "end": 160
12090
+ "start": 155,
12091
+ "end": 155
12220
12092
  }
12221
12093
  },
12222
12094
  "group": [
@@ -12231,8 +12103,8 @@
12231
12103
  {
12232
12104
  "description": "The horizontal padding of the Card actions.\n",
12233
12105
  "commentRange": {
12234
- "start": 162,
12235
- "end": 163
12106
+ "start": 157,
12107
+ "end": 158
12236
12108
  },
12237
12109
  "context": {
12238
12110
  "type": "variable",
@@ -12240,8 +12112,8 @@
12240
12112
  "value": "k-spacing(2)",
12241
12113
  "scope": "default",
12242
12114
  "line": {
12243
- "start": 164,
12244
- "end": 164
12115
+ "start": 159,
12116
+ "end": 159
12245
12117
  }
12246
12118
  },
12247
12119
  "group": [
@@ -12256,8 +12128,8 @@
12256
12128
  {
12257
12129
  "description": "The vertical padding of the Card actions.\n",
12258
12130
  "commentRange": {
12259
- "start": 165,
12260
- "end": 166
12131
+ "start": 160,
12132
+ "end": 161
12261
12133
  },
12262
12134
  "context": {
12263
12135
  "type": "variable",
@@ -12265,8 +12137,8 @@
12265
12137
  "value": "k-spacing(2)",
12266
12138
  "scope": "default",
12267
12139
  "line": {
12268
- "start": 167,
12269
- "end": 167
12140
+ "start": 162,
12141
+ "end": 162
12270
12142
  }
12271
12143
  },
12272
12144
  "group": [
@@ -12281,8 +12153,8 @@
12281
12153
  {
12282
12154
  "description": "The top border width of the Card actions.\n",
12283
12155
  "commentRange": {
12284
- "start": 168,
12285
- "end": 169
12156
+ "start": 163,
12157
+ "end": 164
12286
12158
  },
12287
12159
  "context": {
12288
12160
  "type": "variable",
@@ -12290,8 +12162,8 @@
12290
12162
  "value": "0",
12291
12163
  "scope": "default",
12292
12164
  "line": {
12293
- "start": 170,
12294
- "end": 170
12165
+ "start": 165,
12166
+ "end": 165
12295
12167
  }
12296
12168
  },
12297
12169
  "group": [
@@ -12306,8 +12178,8 @@
12306
12178
  {
12307
12179
  "description": "The spacing between the Card actions.\n",
12308
12180
  "commentRange": {
12309
- "start": 171,
12310
- "end": 172
12181
+ "start": 166,
12182
+ "end": 167
12311
12183
  },
12312
12184
  "context": {
12313
12185
  "type": "variable",
@@ -12315,8 +12187,8 @@
12315
12187
  "value": "k-spacing(2)",
12316
12188
  "scope": "default",
12317
12189
  "line": {
12318
- "start": 173,
12319
- "end": 173
12190
+ "start": 168,
12191
+ "end": 168
12320
12192
  }
12321
12193
  },
12322
12194
  "group": [
@@ -12331,8 +12203,8 @@
12331
12203
  {
12332
12204
  "description": "The border radius of the scroll button in the Card deck.\n",
12333
12205
  "commentRange": {
12334
- "start": 175,
12335
- "end": 176
12206
+ "start": 170,
12207
+ "end": 171
12336
12208
  },
12337
12209
  "context": {
12338
12210
  "type": "variable",
@@ -12340,8 +12212,8 @@
12340
12212
  "value": "0px",
12341
12213
  "scope": "default",
12342
12214
  "line": {
12343
- "start": 177,
12344
- "end": 177
12215
+ "start": 172,
12216
+ "end": 172
12345
12217
  }
12346
12218
  },
12347
12219
  "group": [
@@ -12356,8 +12228,8 @@
12356
12228
  {
12357
12229
  "description": "The border radius of the scroll button in the Card deck.\n",
12358
12230
  "commentRange": {
12359
- "start": 178,
12360
- "end": 179
12231
+ "start": 173,
12232
+ "end": 174
12361
12233
  },
12362
12234
  "context": {
12363
12235
  "type": "variable",
@@ -12365,8 +12237,8 @@
12365
12237
  "value": "-$kendo-button-border-width",
12366
12238
  "scope": "default",
12367
12239
  "line": {
12368
- "start": 180,
12369
- "end": 180
12240
+ "start": 175,
12241
+ "end": 175
12370
12242
  }
12371
12243
  },
12372
12244
  "group": [
@@ -12381,8 +12253,8 @@
12381
12253
  {
12382
12254
  "description": "The width of the Card callout.\n",
12383
12255
  "commentRange": {
12384
- "start": 182,
12385
- "end": 183
12256
+ "start": 177,
12257
+ "end": 178
12386
12258
  },
12387
12259
  "context": {
12388
12260
  "type": "variable",
@@ -12390,8 +12262,8 @@
12390
12262
  "value": "20px",
12391
12263
  "scope": "default",
12392
12264
  "line": {
12393
- "start": 184,
12394
- "end": 184
12265
+ "start": 179,
12266
+ "end": 179
12395
12267
  }
12396
12268
  },
12397
12269
  "group": [
@@ -12406,8 +12278,8 @@
12406
12278
  {
12407
12279
  "description": "The height of the Card callout.\n",
12408
12280
  "commentRange": {
12409
- "start": 185,
12410
- "end": 186
12281
+ "start": 180,
12282
+ "end": 181
12411
12283
  },
12412
12284
  "context": {
12413
12285
  "type": "variable",
@@ -12415,8 +12287,8 @@
12415
12287
  "value": "20px",
12416
12288
  "scope": "default",
12417
12289
  "line": {
12418
- "start": 187,
12419
- "end": 187
12290
+ "start": 182,
12291
+ "end": 182
12420
12292
  }
12421
12293
  },
12422
12294
  "group": [
@@ -21736,7 +21608,7 @@
21736
21608
  "context": {
21737
21609
  "type": "variable",
21738
21610
  "name": "kendo-color-gradient-draghandle-border",
21739
- "value": "color-mix(in srgb, k-color(light) 80%, transparent)",
21611
+ "value": "color-mix(in srgb, k-color(on-inverse) 80%, transparent)",
21740
21612
  "scope": "default",
21741
21613
  "line": {
21742
21614
  "start": 174,
@@ -21761,7 +21633,7 @@
21761
21633
  "context": {
21762
21634
  "type": "variable",
21763
21635
  "name": "kendo-color-gradient-draghandle-focus-shadow",
21764
- "value": "k-color(dark)",
21636
+ "value": "k-color(inverse)",
21765
21637
  "scope": "default",
21766
21638
  "line": {
21767
21639
  "start": 177,
@@ -21786,7 +21658,7 @@
21786
21658
  "context": {
21787
21659
  "type": "variable",
21788
21660
  "name": "kendo-color-gradient-draghandle-hover-shadow",
21789
- "value": "k-color(dark)",
21661
+ "value": "k-color(inverse)",
21790
21662
  "scope": "default",
21791
21663
  "line": {
21792
21664
  "start": 180,
@@ -22414,7 +22286,7 @@
22414
22286
  "context": {
22415
22287
  "type": "variable",
22416
22288
  "name": "kendo-color-palette-tile-focus-shadow",
22417
- "value": "0 0 3px 1px color-mix(in srgb, k-color(dark) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(light) 50%, transparent)",
22289
+ "value": "0 0 3px 1px color-mix(in srgb, k-color(inverse) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(on-inverse) 50%, transparent)",
22418
22290
  "scope": "default",
22419
22291
  "line": {
22420
22292
  "start": 47,
@@ -22439,7 +22311,7 @@
22439
22311
  "context": {
22440
22312
  "type": "variable",
22441
22313
  "name": "kendo-color-palette-tile-hover-shadow",
22442
- "value": "0 0 3px 1px color-mix(in srgb, k-color(dark) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(light) 80%, transparent)",
22314
+ "value": "0 0 3px 1px color-mix(in srgb, k-color(inverse) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(on-inverse) 80%, transparent)",
22443
22315
  "scope": "default",
22444
22316
  "line": {
22445
22317
  "start": 50,
@@ -22464,7 +22336,7 @@
22464
22336
  "context": {
22465
22337
  "type": "variable",
22466
22338
  "name": "kendo-color-palette-tile-selected-shadow",
22467
- "value": "0 1px 3px 1px color-mix(in srgb, k-color(dark) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(light) 100%, transparent)",
22339
+ "value": "0 1px 3px 1px color-mix(in srgb, k-color(inverse) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(on-inverse) 100%, transparent)",
22468
22340
  "scope": "default",
22469
22341
  "line": {
22470
22342
  "start": 53,
@@ -23167,7 +23039,7 @@
23167
23039
  "context": {
23168
23040
  "type": "variable",
23169
23041
  "name": "kendo-group-menu-item-add-action-text",
23170
- "value": "k-color(primary)",
23042
+ "value": "k-color(primary-on-surface)",
23171
23043
  "scope": "default",
23172
23044
  "line": {
23173
23045
  "start": 68,
@@ -23361,39 +23233,11 @@
23361
23233
  "name": "_variables.scss"
23362
23234
  }
23363
23235
  },
23364
- {
23365
- "description": "The default theme color of the Dialog.\n",
23366
- "commentRange": {
23367
- "start": 7,
23368
- "end": 9
23369
- },
23370
- "context": {
23371
- "type": "variable",
23372
- "name": "kendo-dialog-default-theme-color",
23373
- "value": "null",
23374
- "scope": "default",
23375
- "line": {
23376
- "start": 10,
23377
- "end": 10
23378
- }
23379
- },
23380
- "group": [
23381
- "dialog"
23382
- ],
23383
- "role": [
23384
- "default"
23385
- ],
23386
- "access": "public",
23387
- "file": {
23388
- "path": "dialog/_variables.scss",
23389
- "name": "_variables.scss"
23390
- }
23391
- },
23392
23236
  {
23393
23237
  "description": "The background color of the Dialog titlebar.\n",
23394
23238
  "commentRange": {
23395
- "start": 12,
23396
- "end": 13
23239
+ "start": 7,
23240
+ "end": 8
23397
23241
  },
23398
23242
  "context": {
23399
23243
  "type": "variable",
@@ -23401,8 +23245,8 @@
23401
23245
  "value": "k-color(surface)",
23402
23246
  "scope": "default",
23403
23247
  "line": {
23404
- "start": 14,
23405
- "end": 14
23248
+ "start": 9,
23249
+ "end": 9
23406
23250
  }
23407
23251
  },
23408
23252
  "group": [
@@ -23417,8 +23261,8 @@
23417
23261
  {
23418
23262
  "description": "The text color of the Dialog titlebar.\n",
23419
23263
  "commentRange": {
23420
- "start": 15,
23421
- "end": 16
23264
+ "start": 10,
23265
+ "end": 11
23422
23266
  },
23423
23267
  "context": {
23424
23268
  "type": "variable",
@@ -23426,8 +23270,8 @@
23426
23270
  "value": "k-color(on-app-surface)",
23427
23271
  "scope": "default",
23428
23272
  "line": {
23429
- "start": 17,
23430
- "end": 17
23273
+ "start": 12,
23274
+ "end": 12
23431
23275
  }
23432
23276
  },
23433
23277
  "group": [
@@ -23442,8 +23286,8 @@
23442
23286
  {
23443
23287
  "description": "The border color of the Dialog titlebar.\n",
23444
23288
  "commentRange": {
23445
- "start": 18,
23446
- "end": 19
23289
+ "start": 13,
23290
+ "end": 14
23447
23291
  },
23448
23292
  "context": {
23449
23293
  "type": "variable",
@@ -23451,8 +23295,8 @@
23451
23295
  "value": "inherit",
23452
23296
  "scope": "default",
23453
23297
  "line": {
23454
- "start": 20,
23455
- "end": 20
23298
+ "start": 15,
23299
+ "end": 15
23456
23300
  }
23457
23301
  },
23458
23302
  "group": [
@@ -23467,8 +23311,8 @@
23467
23311
  {
23468
23312
  "description": "The horizontal padding of the Dialog action buttons.\n",
23469
23313
  "commentRange": {
23470
- "start": 22,
23471
- "end": 23
23314
+ "start": 17,
23315
+ "end": 18
23472
23316
  },
23473
23317
  "context": {
23474
23318
  "type": "variable",
@@ -23476,8 +23320,8 @@
23476
23320
  "value": "$kendo-actions-padding-x",
23477
23321
  "scope": "default",
23478
23322
  "line": {
23479
- "start": 24,
23480
- "end": 24
23323
+ "start": 19,
23324
+ "end": 19
23481
23325
  }
23482
23326
  },
23483
23327
  "group": [
@@ -23492,8 +23336,8 @@
23492
23336
  {
23493
23337
  "description": "The vertical padding of the Dialog action buttons.\n",
23494
23338
  "commentRange": {
23495
- "start": 25,
23496
- "end": 26
23339
+ "start": 20,
23340
+ "end": 21
23497
23341
  },
23498
23342
  "context": {
23499
23343
  "type": "variable",
@@ -23501,8 +23345,8 @@
23501
23345
  "value": "$kendo-actions-padding-y",
23502
23346
  "scope": "default",
23503
23347
  "line": {
23504
- "start": 27,
23505
- "end": 27
23348
+ "start": 22,
23349
+ "end": 22
23506
23350
  }
23507
23351
  },
23508
23352
  "group": [
@@ -23517,8 +23361,8 @@
23517
23361
  {
23518
23362
  "description": "The width of the top border of the Dialog action buttons.\n",
23519
23363
  "commentRange": {
23520
- "start": 28,
23521
- "end": 29
23364
+ "start": 23,
23365
+ "end": 24
23522
23366
  },
23523
23367
  "context": {
23524
23368
  "type": "variable",
@@ -23526,8 +23370,8 @@
23526
23370
  "value": "1px",
23527
23371
  "scope": "default",
23528
23372
  "line": {
23529
- "start": 30,
23530
- "end": 30
23373
+ "start": 25,
23374
+ "end": 25
23531
23375
  }
23532
23376
  },
23533
23377
  "group": [
@@ -23542,8 +23386,8 @@
23542
23386
  {
23543
23387
  "description": "The spacing between the Dialog action buttons.\n",
23544
23388
  "commentRange": {
23545
- "start": 31,
23546
- "end": 32
23389
+ "start": 26,
23390
+ "end": 27
23547
23391
  },
23548
23392
  "context": {
23549
23393
  "type": "variable",
@@ -23551,8 +23395,8 @@
23551
23395
  "value": "$kendo-actions-button-spacing",
23552
23396
  "scope": "default",
23553
23397
  "line": {
23554
- "start": 33,
23555
- "end": 33
23398
+ "start": 28,
23399
+ "end": 28
23556
23400
  }
23557
23401
  },
23558
23402
  "group": [
@@ -23567,8 +23411,8 @@
23567
23411
  {
23568
23412
  "description": "The background color of the Dialog.\n",
23569
23413
  "commentRange": {
23570
- "start": 35,
23571
- "end": 36
23414
+ "start": 30,
23415
+ "end": 31
23572
23416
  },
23573
23417
  "context": {
23574
23418
  "type": "variable",
@@ -23576,8 +23420,8 @@
23576
23420
  "value": "k-color(surface-alt)",
23577
23421
  "scope": "default",
23578
23422
  "line": {
23579
- "start": 37,
23580
- "end": 37
23423
+ "start": 32,
23424
+ "end": 32
23581
23425
  }
23582
23426
  },
23583
23427
  "group": [
@@ -29498,7 +29342,7 @@
29498
29342
  "context": {
29499
29343
  "type": "variable",
29500
29344
  "name": "kendo-filter-preview-field-text",
29501
- "value": "k-color(primary)",
29345
+ "value": "k-color(primary-on-surface)",
29502
29346
  "scope": "default",
29503
29347
  "line": {
29504
29348
  "start": 25,
@@ -35735,8 +35579,8 @@
35735
35579
  {
35736
35580
  "description": "The background color of highlighted Grid rows.\n",
35737
35581
  "commentRange": {
35738
- "start": 249,
35739
- "end": 250
35582
+ "start": 248,
35583
+ "end": 249
35740
35584
  },
35741
35585
  "context": {
35742
35586
  "type": "variable",
@@ -35744,8 +35588,8 @@
35744
35588
  "value": "$kendo-table-highlighted-bg",
35745
35589
  "scope": "default",
35746
35590
  "line": {
35747
- "start": 251,
35748
- "end": 251
35591
+ "start": 250,
35592
+ "end": 250
35749
35593
  }
35750
35594
  },
35751
35595
  "group": [
@@ -35760,8 +35604,8 @@
35760
35604
  {
35761
35605
  "description": "The font weight of highlighted Grid rows.\n",
35762
35606
  "commentRange": {
35763
- "start": 252,
35764
- "end": 253
35607
+ "start": 251,
35608
+ "end": 252
35765
35609
  },
35766
35610
  "context": {
35767
35611
  "type": "variable",
@@ -35769,8 +35613,8 @@
35769
35613
  "value": "$kendo-table-highlighted-font-weight",
35770
35614
  "scope": "default",
35771
35615
  "line": {
35772
- "start": 254,
35773
- "end": 254
35616
+ "start": 253,
35617
+ "end": 253
35774
35618
  }
35775
35619
  },
35776
35620
  "group": [
@@ -35785,8 +35629,8 @@
35785
35629
  {
35786
35630
  "description": "The background color of selected highlighted Grid rows.\n",
35787
35631
  "commentRange": {
35788
- "start": 256,
35789
- "end": 257
35632
+ "start": 255,
35633
+ "end": 256
35790
35634
  },
35791
35635
  "context": {
35792
35636
  "type": "variable",
@@ -35794,8 +35638,8 @@
35794
35638
  "value": "$kendo-table-selected-highlighted-bg",
35795
35639
  "scope": "default",
35796
35640
  "line": {
35797
- "start": 258,
35798
- "end": 258
35641
+ "start": 257,
35642
+ "end": 257
35799
35643
  }
35800
35644
  },
35801
35645
  "group": [
@@ -35810,8 +35654,8 @@
35810
35654
  {
35811
35655
  "description": "The background color of the Grid selection aggregates container.\n",
35812
35656
  "commentRange": {
35813
- "start": 260,
35814
- "end": 261
35657
+ "start": 259,
35658
+ "end": 260
35815
35659
  },
35816
35660
  "context": {
35817
35661
  "type": "variable",
@@ -35819,8 +35663,8 @@
35819
35663
  "value": "$kendo-grid-header-bg",
35820
35664
  "scope": "default",
35821
35665
  "line": {
35822
- "start": 262,
35823
- "end": 262
35666
+ "start": 261,
35667
+ "end": 261
35824
35668
  }
35825
35669
  },
35826
35670
  "group": [
@@ -35835,8 +35679,8 @@
35835
35679
  {
35836
35680
  "description": "The text color of the Grid selection aggregates container.\n",
35837
35681
  "commentRange": {
35838
- "start": 263,
35839
- "end": 264
35682
+ "start": 262,
35683
+ "end": 263
35840
35684
  },
35841
35685
  "context": {
35842
35686
  "type": "variable",
@@ -35844,8 +35688,8 @@
35844
35688
  "value": "$kendo-grid-text",
35845
35689
  "scope": "default",
35846
35690
  "line": {
35847
- "start": 265,
35848
- "end": 265
35691
+ "start": 264,
35692
+ "end": 264
35849
35693
  }
35850
35694
  },
35851
35695
  "group": [
@@ -35860,8 +35704,8 @@
35860
35704
  {
35861
35705
  "description": "The border color of the Grid selection aggregates container.\n",
35862
35706
  "commentRange": {
35863
- "start": 266,
35864
- "end": 267
35707
+ "start": 265,
35708
+ "end": 266
35865
35709
  },
35866
35710
  "context": {
35867
35711
  "type": "variable",
@@ -35869,8 +35713,8 @@
35869
35713
  "value": "$kendo-grid-border",
35870
35714
  "scope": "default",
35871
35715
  "line": {
35872
- "start": 268,
35873
- "end": 268
35716
+ "start": 267,
35717
+ "end": 267
35874
35718
  }
35875
35719
  },
35876
35720
  "group": [
@@ -35885,8 +35729,8 @@
35885
35729
  {
35886
35730
  "description": "The border width of the Grid selection aggregates container.\n",
35887
35731
  "commentRange": {
35888
- "start": 269,
35889
- "end": 270
35732
+ "start": 268,
35733
+ "end": 269
35890
35734
  },
35891
35735
  "context": {
35892
35736
  "type": "variable",
@@ -35894,8 +35738,8 @@
35894
35738
  "value": "$kendo-grid-border-width",
35895
35739
  "scope": "default",
35896
35740
  "line": {
35897
- "start": 271,
35898
- "end": 271
35741
+ "start": 270,
35742
+ "end": 270
35899
35743
  }
35900
35744
  },
35901
35745
  "group": [
@@ -35910,8 +35754,8 @@
35910
35754
  {
35911
35755
  "description": "The spacing between the selection aggregates items.\n",
35912
35756
  "commentRange": {
35913
- "start": 272,
35914
- "end": 273
35757
+ "start": 271,
35758
+ "end": 272
35915
35759
  },
35916
35760
  "context": {
35917
35761
  "type": "variable",
@@ -35919,8 +35763,8 @@
35919
35763
  "value": "k-spacing(2)",
35920
35764
  "scope": "default",
35921
35765
  "line": {
35922
- "start": 274,
35923
- "end": 274
35766
+ "start": 273,
35767
+ "end": 273
35924
35768
  }
35925
35769
  },
35926
35770
  "group": [
@@ -35935,8 +35779,8 @@
35935
35779
  {
35936
35780
  "description": "The line height of the Grid selection aggregates container.\n",
35937
35781
  "commentRange": {
35938
- "start": 275,
35939
- "end": 276
35782
+ "start": 274,
35783
+ "end": 275
35940
35784
  },
35941
35785
  "context": {
35942
35786
  "type": "variable",
@@ -35944,8 +35788,8 @@
35944
35788
  "value": "$kendo-grid-line-height",
35945
35789
  "scope": "default",
35946
35790
  "line": {
35947
- "start": 277,
35948
- "end": 277
35791
+ "start": 276,
35792
+ "end": 276
35949
35793
  }
35950
35794
  },
35951
35795
  "group": [
@@ -35960,8 +35804,8 @@
35960
35804
  {
35961
35805
  "description": "The font weight of the Grid selection aggregates container.\n",
35962
35806
  "commentRange": {
35963
- "start": 278,
35964
- "end": 279
35807
+ "start": 277,
35808
+ "end": 278
35965
35809
  },
35966
35810
  "context": {
35967
35811
  "type": "variable",
@@ -35969,8 +35813,8 @@
35969
35813
  "value": "var(--kendo-font-weight-bold)",
35970
35814
  "scope": "default",
35971
35815
  "line": {
35972
- "start": 280,
35973
- "end": 280
35816
+ "start": 279,
35817
+ "end": 279
35974
35818
  }
35975
35819
  },
35976
35820
  "group": [
@@ -35985,8 +35829,8 @@
35985
35829
  {
35986
35830
  "description": "The background color of the Grid row.\n",
35987
35831
  "commentRange": {
35988
- "start": 282,
35989
- "end": 283
35832
+ "start": 281,
35833
+ "end": 282
35990
35834
  },
35991
35835
  "context": {
35992
35836
  "type": "variable",
@@ -35994,8 +35838,8 @@
35994
35838
  "value": "k-color(surface)",
35995
35839
  "scope": "default",
35996
35840
  "line": {
35997
- "start": 284,
35998
- "end": 284
35841
+ "start": 283,
35842
+ "end": 283
35999
35843
  }
36000
35844
  },
36001
35845
  "group": [
@@ -36010,8 +35854,8 @@
36010
35854
  {
36011
35855
  "description": "The text color of the Grid row.\n",
36012
35856
  "commentRange": {
36013
- "start": 285,
36014
- "end": 286
35857
+ "start": 284,
35858
+ "end": 285
36015
35859
  },
36016
35860
  "context": {
36017
35861
  "type": "variable",
@@ -36019,8 +35863,8 @@
36019
35863
  "value": "$kendo-grid-text",
36020
35864
  "scope": "default",
36021
35865
  "line": {
36022
- "start": 287,
36023
- "end": 287
35866
+ "start": 286,
35867
+ "end": 286
36024
35868
  }
36025
35869
  },
36026
35870
  "group": [
@@ -36035,8 +35879,8 @@
36035
35879
  {
36036
35880
  "description": "The sorted icon spacing of the Grid.\n",
36037
35881
  "commentRange": {
36038
- "start": 289,
36039
- "end": 290
35882
+ "start": 288,
35883
+ "end": 289
36040
35884
  },
36041
35885
  "context": {
36042
35886
  "type": "variable",
@@ -36044,8 +35888,8 @@
36044
35888
  "value": "calc( #{k-spacing(2)} - 1px )",
36045
35889
  "scope": "default",
36046
35890
  "line": {
36047
- "start": 291,
36048
- "end": 291
35891
+ "start": 290,
35892
+ "end": 290
36049
35893
  }
36050
35894
  },
36051
35895
  "group": [
@@ -36060,8 +35904,8 @@
36060
35904
  {
36061
35905
  "description": "The background color of the Grid.\n",
36062
35906
  "commentRange": {
36063
- "start": 292,
36064
- "end": 293
35907
+ "start": 291,
35908
+ "end": 292
36065
35909
  },
36066
35910
  "context": {
36067
35911
  "type": "variable",
@@ -36069,8 +35913,8 @@
36069
35913
  "value": "color-mix(in srgb, k-color(on-app-surface) 3%, transparent)",
36070
35914
  "scope": "default",
36071
35915
  "line": {
36072
- "start": 294,
36073
- "end": 294
35916
+ "start": 293,
35917
+ "end": 293
36074
35918
  }
36075
35919
  },
36076
35920
  "group": [
@@ -36085,8 +35929,8 @@
36085
35929
  {
36086
35930
  "description": "The text color of the Grid.\n",
36087
35931
  "commentRange": {
36088
- "start": 295,
36089
- "end": 296
35932
+ "start": 294,
35933
+ "end": 295
36090
35934
  },
36091
35935
  "context": {
36092
35936
  "type": "variable",
@@ -36094,8 +35938,8 @@
36094
35938
  "value": "k-color(primary)",
36095
35939
  "scope": "default",
36096
35940
  "line": {
36097
- "start": 297,
36098
- "end": 297
35941
+ "start": 296,
35942
+ "end": 296
36099
35943
  }
36100
35944
  },
36101
35945
  "group": [
@@ -36110,8 +35954,8 @@
36110
35954
  {
36111
35955
  "description": "The font size of the Grid.\n",
36112
35956
  "commentRange": {
36113
- "start": 298,
36114
- "end": 299
35957
+ "start": 297,
35958
+ "end": 298
36115
35959
  },
36116
35960
  "context": {
36117
35961
  "type": "variable",
@@ -36119,8 +35963,8 @@
36119
35963
  "value": "var(--kendo-font-size-sm)",
36120
35964
  "scope": "default",
36121
35965
  "line": {
36122
- "start": 300,
36123
- "end": 300
35966
+ "start": 299,
35967
+ "end": 299
36124
35968
  }
36125
35969
  },
36126
35970
  "group": [
@@ -36135,8 +35979,8 @@
36135
35979
  {
36136
35980
  "description": "The spacing of the Grid.\n",
36137
35981
  "commentRange": {
36138
- "start": 301,
36139
- "end": 302
35982
+ "start": 300,
35983
+ "end": 301
36140
35984
  },
36141
35985
  "context": {
36142
35986
  "type": "variable",
@@ -36144,8 +35988,8 @@
36144
35988
  "value": "calc( #{$kendo-icon-spacing} / 2 )",
36145
35989
  "scope": "default",
36146
35990
  "line": {
36147
- "start": 303,
36148
- "end": 303
35991
+ "start": 302,
35992
+ "end": 302
36149
35993
  }
36150
35994
  },
36151
35995
  "group": [
@@ -36160,8 +36004,8 @@
36160
36004
  {
36161
36005
  "description": "The vertical spacing of the Grid.\n",
36162
36006
  "commentRange": {
36163
- "start": 304,
36164
- "end": 305
36007
+ "start": 303,
36008
+ "end": 304
36165
36009
  },
36166
36010
  "context": {
36167
36011
  "type": "variable",
@@ -36169,8 +36013,8 @@
36169
36013
  "value": "calc( #{$kendo-grid-sorting-index-spacing-y} * -1)",
36170
36014
  "scope": "default",
36171
36015
  "line": {
36172
- "start": 306,
36173
- "end": 306
36016
+ "start": 305,
36017
+ "end": 305
36174
36018
  }
36175
36019
  },
36176
36020
  "group": [
@@ -36185,8 +36029,8 @@
36185
36029
  {
36186
36030
  "description": "The shadow of the Grid.\n",
36187
36031
  "commentRange": {
36188
- "start": 309,
36189
- "end": 310
36032
+ "start": 308,
36033
+ "end": 309
36190
36034
  },
36191
36035
  "context": {
36192
36036
  "type": "variable",
@@ -36194,8 +36038,8 @@
36194
36038
  "value": "$kendo-table-focus-shadow",
36195
36039
  "scope": "default",
36196
36040
  "line": {
36197
- "start": 311,
36198
- "end": 311
36041
+ "start": 310,
36042
+ "end": 310
36199
36043
  }
36200
36044
  },
36201
36045
  "group": [
@@ -36210,8 +36054,8 @@
36210
36054
  {
36211
36055
  "description": "The spacing of the Grid button.\n",
36212
36056
  "commentRange": {
36213
- "start": 313,
36214
- "end": 314
36057
+ "start": 312,
36058
+ "end": 313
36215
36059
  },
36216
36060
  "context": {
36217
36061
  "type": "variable",
@@ -36219,8 +36063,8 @@
36219
36063
  "value": "k-spacing(2)",
36220
36064
  "scope": "default",
36221
36065
  "line": {
36222
- "start": 315,
36223
- "end": 315
36066
+ "start": 314,
36067
+ "end": 314
36224
36068
  }
36225
36069
  },
36226
36070
  "group": [
@@ -36235,8 +36079,8 @@
36235
36079
  {
36236
36080
  "description": "The background color of the sticky content in the Grid.\n",
36237
36081
  "commentRange": {
36238
- "start": 318,
36239
- "end": 319
36082
+ "start": 317,
36083
+ "end": 318
36240
36084
  },
36241
36085
  "context": {
36242
36086
  "type": "variable",
@@ -36244,8 +36088,8 @@
36244
36088
  "value": "k-color(surface-alt)",
36245
36089
  "scope": "default",
36246
36090
  "line": {
36247
- "start": 320,
36248
- "end": 320
36091
+ "start": 319,
36092
+ "end": 319
36249
36093
  }
36250
36094
  },
36251
36095
  "group": [
@@ -36260,8 +36104,8 @@
36260
36104
  {
36261
36105
  "description": "The background color of the hovered sticky content in the Grid.\n",
36262
36106
  "commentRange": {
36263
- "start": 321,
36264
- "end": 322
36107
+ "start": 320,
36108
+ "end": 321
36265
36109
  },
36266
36110
  "context": {
36267
36111
  "type": "variable",
@@ -36269,8 +36113,8 @@
36269
36113
  "value": "k-color(base-hover)",
36270
36114
  "scope": "default",
36271
36115
  "line": {
36272
- "start": 323,
36273
- "end": 323
36116
+ "start": 322,
36117
+ "end": 322
36274
36118
  }
36275
36119
  },
36276
36120
  "group": [
@@ -36285,8 +36129,8 @@
36285
36129
  {
36286
36130
  "description": "The alternate background color of the sticky content in the Grid.\n",
36287
36131
  "commentRange": {
36288
- "start": 324,
36289
- "end": 325
36132
+ "start": 323,
36133
+ "end": 324
36290
36134
  },
36291
36135
  "context": {
36292
36136
  "type": "variable",
@@ -36294,8 +36138,8 @@
36294
36138
  "value": "k-color(base)",
36295
36139
  "scope": "default",
36296
36140
  "line": {
36297
- "start": 326,
36298
- "end": 326
36141
+ "start": 325,
36142
+ "end": 325
36299
36143
  }
36300
36144
  },
36301
36145
  "group": [
@@ -36310,8 +36154,8 @@
36310
36154
  {
36311
36155
  "description": "The border color of the sticky content in the Grid.\n",
36312
36156
  "commentRange": {
36313
- "start": 328,
36314
- "end": 329
36157
+ "start": 327,
36158
+ "end": 328
36315
36159
  },
36316
36160
  "context": {
36317
36161
  "type": "variable",
@@ -36319,8 +36163,8 @@
36319
36163
  "value": "color-mix(in srgb, k-color(on-app-surface) 30%, transparent)",
36320
36164
  "scope": "default",
36321
36165
  "line": {
36322
- "start": 330,
36323
- "end": 330
36166
+ "start": 329,
36167
+ "end": 329
36324
36168
  }
36325
36169
  },
36326
36170
  "group": [
@@ -36335,8 +36179,8 @@
36335
36179
  {
36336
36180
  "description": "The background color of the sticky header in the Grid.\n",
36337
36181
  "commentRange": {
36338
- "start": 332,
36339
- "end": 333
36182
+ "start": 331,
36183
+ "end": 332
36340
36184
  },
36341
36185
  "context": {
36342
36186
  "type": "variable",
@@ -36344,8 +36188,8 @@
36344
36188
  "value": "$kendo-grid-header-bg",
36345
36189
  "scope": "default",
36346
36190
  "line": {
36347
- "start": 334,
36348
- "end": 334
36191
+ "start": 333,
36192
+ "end": 333
36349
36193
  }
36350
36194
  },
36351
36195
  "group": [
@@ -36360,8 +36204,8 @@
36360
36204
  {
36361
36205
  "description": "The text color of the sticky header in the Grid.\n",
36362
36206
  "commentRange": {
36363
- "start": 335,
36364
- "end": 336
36207
+ "start": 334,
36208
+ "end": 335
36365
36209
  },
36366
36210
  "context": {
36367
36211
  "type": "variable",
@@ -36369,8 +36213,8 @@
36369
36213
  "value": "$kendo-grid-header-text",
36370
36214
  "scope": "default",
36371
36215
  "line": {
36372
- "start": 337,
36373
- "end": 337
36216
+ "start": 336,
36217
+ "end": 336
36374
36218
  }
36375
36219
  },
36376
36220
  "group": [
@@ -36385,8 +36229,8 @@
36385
36229
  {
36386
36230
  "description": "The border color of the sticky header in the Grid.\n",
36387
36231
  "commentRange": {
36388
- "start": 338,
36389
- "end": 339
36232
+ "start": 337,
36233
+ "end": 338
36390
36234
  },
36391
36235
  "context": {
36392
36236
  "type": "variable",
@@ -36394,8 +36238,8 @@
36394
36238
  "value": "$kendo-grid-sticky-border",
36395
36239
  "scope": "default",
36396
36240
  "line": {
36397
- "start": 340,
36398
- "end": 340
36241
+ "start": 339,
36242
+ "end": 339
36399
36243
  }
36400
36244
  },
36401
36245
  "group": [
@@ -36410,8 +36254,8 @@
36410
36254
  {
36411
36255
  "description": "The background color of the sticky footer in the Grid.\n",
36412
36256
  "commentRange": {
36413
- "start": 342,
36414
- "end": 343
36257
+ "start": 341,
36258
+ "end": 342
36415
36259
  },
36416
36260
  "context": {
36417
36261
  "type": "variable",
@@ -36419,8 +36263,8 @@
36419
36263
  "value": "$kendo-grid-header-bg",
36420
36264
  "scope": "default",
36421
36265
  "line": {
36422
- "start": 344,
36423
- "end": 344
36266
+ "start": 343,
36267
+ "end": 343
36424
36268
  }
36425
36269
  },
36426
36270
  "group": [
@@ -36435,8 +36279,8 @@
36435
36279
  {
36436
36280
  "description": "The box shadow of the sticky container in the Grid.\n",
36437
36281
  "commentRange": {
36438
- "start": 346,
36439
- "end": 347
36282
+ "start": 345,
36283
+ "end": 346
36440
36284
  },
36441
36285
  "context": {
36442
36286
  "type": "variable",
@@ -36444,8 +36288,8 @@
36444
36288
  "value": "0 2px 4px 0 rgba(0, 0, 0, 0.08)",
36445
36289
  "scope": "default",
36446
36290
  "line": {
36447
- "start": 348,
36448
- "end": 348
36291
+ "start": 347,
36292
+ "end": 347
36449
36293
  }
36450
36294
  },
36451
36295
  "group": [
@@ -36460,8 +36304,8 @@
36460
36304
  {
36461
36305
  "description": "The box shadow of the sticky container positioned at the bottom in the Grid.\n",
36462
36306
  "commentRange": {
36463
- "start": 349,
36464
- "end": 350
36307
+ "start": 348,
36308
+ "end": 349
36465
36309
  },
36466
36310
  "context": {
36467
36311
  "type": "variable",
@@ -36469,8 +36313,8 @@
36469
36313
  "value": "0 -2px 4px 0 rgba(0, 0, 0, 0.08)",
36470
36314
  "scope": "default",
36471
36315
  "line": {
36472
- "start": 351,
36473
- "end": 351
36316
+ "start": 350,
36317
+ "end": 350
36474
36318
  }
36475
36319
  },
36476
36320
  "group": [
@@ -36485,8 +36329,8 @@
36485
36329
  {
36486
36330
  "description": "The box shadow of the pinned container in the Grid.\n",
36487
36331
  "commentRange": {
36488
- "start": 353,
36489
- "end": 354
36332
+ "start": 352,
36333
+ "end": 353
36490
36334
  },
36491
36335
  "context": {
36492
36336
  "type": "variable",
@@ -36494,8 +36338,8 @@
36494
36338
  "value": "0 4px 8px 0 rgba(0, 0, 0, 0.08)",
36495
36339
  "scope": "default",
36496
36340
  "line": {
36497
- "start": 355,
36498
- "end": 355
36341
+ "start": 354,
36342
+ "end": 354
36499
36343
  }
36500
36344
  },
36501
36345
  "group": [
@@ -36510,8 +36354,8 @@
36510
36354
  {
36511
36355
  "description": "The box shadow of the pinned container positioned at the bottom in the Grid.\n",
36512
36356
  "commentRange": {
36513
- "start": 356,
36514
- "end": 357
36357
+ "start": 355,
36358
+ "end": 356
36515
36359
  },
36516
36360
  "context": {
36517
36361
  "type": "variable",
@@ -36519,8 +36363,8 @@
36519
36363
  "value": "0 -4px 8px 0 rgba(0, 0, 0, 0.08)",
36520
36364
  "scope": "default",
36521
36365
  "line": {
36522
- "start": 358,
36523
- "end": 358
36366
+ "start": 357,
36367
+ "end": 357
36524
36368
  }
36525
36369
  },
36526
36370
  "group": [
@@ -36535,8 +36379,8 @@
36535
36379
  {
36536
36380
  "description": "The width of the Grid column menu.\n",
36537
36381
  "commentRange": {
36538
- "start": 361,
36539
- "end": 362
36382
+ "start": 360,
36383
+ "end": 361
36540
36384
  },
36541
36385
  "context": {
36542
36386
  "type": "variable",
@@ -36544,8 +36388,8 @@
36544
36388
  "value": "230px",
36545
36389
  "scope": "default",
36546
36390
  "line": {
36547
- "start": 363,
36548
- "end": 363
36391
+ "start": 362,
36392
+ "end": 362
36549
36393
  }
36550
36394
  },
36551
36395
  "group": [
@@ -36560,8 +36404,8 @@
36560
36404
  {
36561
36405
  "description": "The maximum width of the Grid column menu.\n",
36562
36406
  "commentRange": {
36563
- "start": 364,
36564
- "end": 365
36407
+ "start": 363,
36408
+ "end": 364
36565
36409
  },
36566
36410
  "context": {
36567
36411
  "type": "variable",
@@ -36569,8 +36413,8 @@
36569
36413
  "value": "320px",
36570
36414
  "scope": "default",
36571
36415
  "line": {
36572
- "start": 366,
36573
- "end": 366
36416
+ "start": 365,
36417
+ "end": 365
36574
36418
  }
36575
36419
  },
36576
36420
  "group": [
@@ -36585,8 +36429,8 @@
36585
36429
  {
36586
36430
  "description": "The horizontal padding of the Grid popup.\n",
36587
36431
  "commentRange": {
36588
- "start": 369,
36589
- "end": 370
36432
+ "start": 368,
36433
+ "end": 369
36590
36434
  },
36591
36435
  "context": {
36592
36436
  "type": "variable",
@@ -36594,8 +36438,8 @@
36594
36438
  "value": "null",
36595
36439
  "scope": "default",
36596
36440
  "line": {
36597
- "start": 371,
36598
- "end": 371
36441
+ "start": 370,
36442
+ "end": 370
36599
36443
  }
36600
36444
  },
36601
36445
  "group": [
@@ -36610,8 +36454,8 @@
36610
36454
  {
36611
36455
  "description": "The vertical padding of the Grid popup.\n",
36612
36456
  "commentRange": {
36613
- "start": 372,
36614
- "end": 373
36457
+ "start": 371,
36458
+ "end": 372
36615
36459
  },
36616
36460
  "context": {
36617
36461
  "type": "variable",
@@ -36619,8 +36463,8 @@
36619
36463
  "value": "null",
36620
36464
  "scope": "default",
36621
36465
  "line": {
36622
- "start": 374,
36623
- "end": 374
36466
+ "start": 373,
36467
+ "end": 373
36624
36468
  }
36625
36469
  },
36626
36470
  "group": [
@@ -36635,8 +36479,8 @@
36635
36479
  {
36636
36480
  "description": "The horizontal padding of the Grid item.\n",
36637
36481
  "commentRange": {
36638
- "start": 376,
36639
- "end": 377
36482
+ "start": 375,
36483
+ "end": 376
36640
36484
  },
36641
36485
  "context": {
36642
36486
  "type": "variable",
@@ -36644,8 +36488,8 @@
36644
36488
  "value": "$kendo-menu-popup-md-item-padding-x",
36645
36489
  "scope": "default",
36646
36490
  "line": {
36647
- "start": 378,
36648
- "end": 378
36491
+ "start": 377,
36492
+ "end": 377
36649
36493
  }
36650
36494
  },
36651
36495
  "group": [
@@ -36660,8 +36504,8 @@
36660
36504
  {
36661
36505
  "description": "The vertical padding of the Grid item.\n",
36662
36506
  "commentRange": {
36663
- "start": 379,
36664
- "end": 380
36507
+ "start": 378,
36508
+ "end": 379
36665
36509
  },
36666
36510
  "context": {
36667
36511
  "type": "variable",
@@ -36669,8 +36513,8 @@
36669
36513
  "value": "$kendo-menu-popup-md-item-padding-y",
36670
36514
  "scope": "default",
36671
36515
  "line": {
36672
- "start": 381,
36673
- "end": 381
36516
+ "start": 380,
36517
+ "end": 380
36674
36518
  }
36675
36519
  },
36676
36520
  "group": [
@@ -36685,8 +36529,8 @@
36685
36529
  {
36686
36530
  "description": "The horizontal padding of the Grid item.\n",
36687
36531
  "commentRange": {
36688
- "start": 383,
36689
- "end": 384
36532
+ "start": 382,
36533
+ "end": 383
36690
36534
  },
36691
36535
  "context": {
36692
36536
  "type": "variable",
@@ -36694,8 +36538,8 @@
36694
36538
  "value": "$kendo-list-md-item-padding-x",
36695
36539
  "scope": "default",
36696
36540
  "line": {
36697
- "start": 385,
36698
- "end": 385
36541
+ "start": 384,
36542
+ "end": 384
36699
36543
  }
36700
36544
  },
36701
36545
  "group": [
@@ -36710,8 +36554,8 @@
36710
36554
  {
36711
36555
  "description": "The vertical padding of the Grid item.\n",
36712
36556
  "commentRange": {
36713
- "start": 386,
36714
- "end": 387
36557
+ "start": 385,
36558
+ "end": 386
36715
36559
  },
36716
36560
  "context": {
36717
36561
  "type": "variable",
@@ -36719,8 +36563,8 @@
36719
36563
  "value": "$kendo-list-md-item-padding-y",
36720
36564
  "scope": "default",
36721
36565
  "line": {
36722
- "start": 388,
36723
- "end": 388
36566
+ "start": 387,
36567
+ "end": 387
36724
36568
  }
36725
36569
  },
36726
36570
  "group": [
@@ -36735,8 +36579,8 @@
36735
36579
  {
36736
36580
  "description": "The horizontal padding of the Grid.\n",
36737
36581
  "commentRange": {
36738
- "start": 390,
36739
- "end": 391
36582
+ "start": 389,
36583
+ "end": 390
36740
36584
  },
36741
36585
  "context": {
36742
36586
  "type": "variable",
@@ -36744,8 +36588,8 @@
36744
36588
  "value": "k-spacing(0)",
36745
36589
  "scope": "default",
36746
36590
  "line": {
36747
- "start": 392,
36748
- "end": 392
36591
+ "start": 391,
36592
+ "end": 391
36749
36593
  }
36750
36594
  },
36751
36595
  "group": [
@@ -36760,8 +36604,8 @@
36760
36604
  {
36761
36605
  "description": "The vertical padding of the Grid.\n",
36762
36606
  "commentRange": {
36763
- "start": 393,
36764
- "end": 394
36607
+ "start": 392,
36608
+ "end": 393
36765
36609
  },
36766
36610
  "context": {
36767
36611
  "type": "variable",
@@ -36769,8 +36613,8 @@
36769
36613
  "value": "k-spacing(1.5)",
36770
36614
  "scope": "default",
36771
36615
  "line": {
36772
- "start": 395,
36773
- "end": 395
36616
+ "start": 394,
36617
+ "end": 394
36774
36618
  }
36775
36619
  },
36776
36620
  "group": [
@@ -36785,8 +36629,8 @@
36785
36629
  {
36786
36630
  "description": "The horizontal padding of the Grid header.\n",
36787
36631
  "commentRange": {
36788
- "start": 397,
36789
- "end": 398
36632
+ "start": 396,
36633
+ "end": 397
36790
36634
  },
36791
36635
  "context": {
36792
36636
  "type": "variable",
@@ -36794,8 +36638,8 @@
36794
36638
  "value": "$kendo-menu-popup-md-item-padding-x",
36795
36639
  "scope": "default",
36796
36640
  "line": {
36797
- "start": 399,
36798
- "end": 399
36641
+ "start": 398,
36642
+ "end": 398
36799
36643
  }
36800
36644
  },
36801
36645
  "group": [
@@ -36810,8 +36654,8 @@
36810
36654
  {
36811
36655
  "description": "The vertical padding of the Grid header.\n",
36812
36656
  "commentRange": {
36813
- "start": 400,
36814
- "end": 401
36657
+ "start": 399,
36658
+ "end": 400
36815
36659
  },
36816
36660
  "context": {
36817
36661
  "type": "variable",
@@ -36819,8 +36663,8 @@
36819
36663
  "value": "$kendo-menu-popup-md-item-padding-y",
36820
36664
  "scope": "default",
36821
36665
  "line": {
36822
- "start": 402,
36823
- "end": 402
36666
+ "start": 401,
36667
+ "end": 401
36824
36668
  }
36825
36669
  },
36826
36670
  "group": [
@@ -36835,8 +36679,8 @@
36835
36679
  {
36836
36680
  "description": "The font size of the Grid header.\n",
36837
36681
  "commentRange": {
36838
- "start": 404,
36839
- "end": 405
36682
+ "start": 403,
36683
+ "end": 404
36840
36684
  },
36841
36685
  "context": {
36842
36686
  "type": "variable",
@@ -36844,8 +36688,8 @@
36844
36688
  "value": "var(--kendo-font-size-sm)",
36845
36689
  "scope": "default",
36846
36690
  "line": {
36847
- "start": 406,
36848
- "end": 406
36691
+ "start": 405,
36692
+ "end": 405
36849
36693
  }
36850
36694
  },
36851
36695
  "group": [
@@ -36860,8 +36704,8 @@
36860
36704
  {
36861
36705
  "description": "The height of the Grid header.\n",
36862
36706
  "commentRange": {
36863
- "start": 407,
36864
- "end": 408
36707
+ "start": 406,
36708
+ "end": 407
36865
36709
  },
36866
36710
  "context": {
36867
36711
  "type": "variable",
@@ -36869,8 +36713,8 @@
36869
36713
  "value": "var(--kendo-line-height)",
36870
36714
  "scope": "default",
36871
36715
  "line": {
36872
- "start": 409,
36873
- "end": 409
36716
+ "start": 408,
36717
+ "end": 408
36874
36718
  }
36875
36719
  },
36876
36720
  "group": [
@@ -36885,8 +36729,8 @@
36885
36729
  {
36886
36730
  "description": "The text color of the Grid header.\n",
36887
36731
  "commentRange": {
36888
- "start": 410,
36889
- "end": 411
36732
+ "start": 409,
36733
+ "end": 410
36890
36734
  },
36891
36735
  "context": {
36892
36736
  "type": "variable",
@@ -36894,8 +36738,8 @@
36894
36738
  "value": "uppercase",
36895
36739
  "scope": "default",
36896
36740
  "line": {
36897
- "start": 412,
36898
- "end": 412
36741
+ "start": 411,
36742
+ "end": 411
36899
36743
  }
36900
36744
  },
36901
36745
  "group": [
@@ -36910,8 +36754,8 @@
36910
36754
  {
36911
36755
  "description": "The width of the Grid header.\n",
36912
36756
  "commentRange": {
36913
- "start": 413,
36914
- "end": 414
36757
+ "start": 412,
36758
+ "end": 413
36915
36759
  },
36916
36760
  "context": {
36917
36761
  "type": "variable",
@@ -36919,8 +36763,8 @@
36919
36763
  "value": "1px",
36920
36764
  "scope": "default",
36921
36765
  "line": {
36922
- "start": 415,
36923
- "end": 415
36766
+ "start": 414,
36767
+ "end": 414
36924
36768
  }
36925
36769
  },
36926
36770
  "group": [
@@ -36935,8 +36779,8 @@
36935
36779
  {
36936
36780
  "description": "The background color of the Grid header.\n",
36937
36781
  "commentRange": {
36938
- "start": 417,
36939
- "end": 418
36782
+ "start": 416,
36783
+ "end": 417
36940
36784
  },
36941
36785
  "context": {
36942
36786
  "type": "variable",
@@ -36944,8 +36788,8 @@
36944
36788
  "value": "null",
36945
36789
  "scope": "default",
36946
36790
  "line": {
36947
- "start": 419,
36948
- "end": 419
36791
+ "start": 418,
36792
+ "end": 418
36949
36793
  }
36950
36794
  },
36951
36795
  "group": [
@@ -36960,8 +36804,8 @@
36960
36804
  {
36961
36805
  "description": "The text color of the Grid header.\n",
36962
36806
  "commentRange": {
36963
- "start": 420,
36964
- "end": 421
36807
+ "start": 419,
36808
+ "end": 420
36965
36809
  },
36966
36810
  "context": {
36967
36811
  "type": "variable",
@@ -36969,8 +36813,8 @@
36969
36813
  "value": "$kendo-popup-text",
36970
36814
  "scope": "default",
36971
36815
  "line": {
36972
- "start": 422,
36973
- "end": 422
36816
+ "start": 421,
36817
+ "end": 421
36974
36818
  }
36975
36819
  },
36976
36820
  "group": [
@@ -36985,8 +36829,8 @@
36985
36829
  {
36986
36830
  "description": "The border color of the Grid header.\n",
36987
36831
  "commentRange": {
36988
- "start": 423,
36989
- "end": 424
36832
+ "start": 422,
36833
+ "end": 423
36990
36834
  },
36991
36835
  "context": {
36992
36836
  "type": "variable",
@@ -36994,8 +36838,8 @@
36994
36838
  "value": "$kendo-popup-border",
36995
36839
  "scope": "default",
36996
36840
  "line": {
36997
- "start": 425,
36998
- "end": 425
36841
+ "start": 424,
36842
+ "end": 424
36999
36843
  }
37000
36844
  },
37001
36845
  "group": [
@@ -37010,8 +36854,8 @@
37010
36854
  {
37011
36855
  "description": "The horizontal padding of the Grid content.\n",
37012
36856
  "commentRange": {
37013
- "start": 427,
37014
- "end": 428
36857
+ "start": 426,
36858
+ "end": 427
37015
36859
  },
37016
36860
  "context": {
37017
36861
  "type": "variable",
@@ -37019,8 +36863,8 @@
37019
36863
  "value": "k-spacing(0)",
37020
36864
  "scope": "default",
37021
36865
  "line": {
37022
- "start": 429,
37023
- "end": 429
36866
+ "start": 428,
36867
+ "end": 428
37024
36868
  }
37025
36869
  },
37026
36870
  "group": [
@@ -37035,8 +36879,8 @@
37035
36879
  {
37036
36880
  "description": "The vertical padding of the Grid content.\n",
37037
36881
  "commentRange": {
37038
- "start": 430,
37039
- "end": 431
36882
+ "start": 429,
36883
+ "end": 430
37040
36884
  },
37041
36885
  "context": {
37042
36886
  "type": "variable",
@@ -37044,8 +36888,8 @@
37044
36888
  "value": "k-spacing(2)",
37045
36889
  "scope": "default",
37046
36890
  "line": {
37047
- "start": 432,
37048
- "end": 432
36891
+ "start": 431,
36892
+ "end": 431
37049
36893
  }
37050
36894
  },
37051
36895
  "group": [
@@ -37060,8 +36904,8 @@
37060
36904
  {
37061
36905
  "description": "The background color of the Grid.\n",
37062
36906
  "commentRange": {
37063
- "start": 434,
37064
- "end": 435
36907
+ "start": 433,
36908
+ "end": 434
37065
36909
  },
37066
36910
  "context": {
37067
36911
  "type": "variable",
@@ -37069,8 +36913,8 @@
37069
36913
  "value": "k-color(surface)",
37070
36914
  "scope": "default",
37071
36915
  "line": {
37072
- "start": 436,
37073
- "end": 436
36916
+ "start": 435,
36917
+ "end": 435
37074
36918
  }
37075
36919
  },
37076
36920
  "group": [
@@ -37085,8 +36929,8 @@
37085
36929
  {
37086
36930
  "description": "The width of the Grid cell.\n",
37087
36931
  "commentRange": {
37088
- "start": 438,
37089
- "end": 439
36932
+ "start": 437,
36933
+ "end": 438
37090
36934
  },
37091
36935
  "context": {
37092
36936
  "type": "variable",
@@ -37094,8 +36938,8 @@
37094
36938
  "value": "($kendo-icon-size * 2.25)",
37095
36939
  "scope": "default",
37096
36940
  "line": {
37097
- "start": 440,
37098
- "end": 440
36941
+ "start": 439,
36942
+ "end": 439
37099
36943
  }
37100
36944
  },
37101
36945
  "group": [
@@ -37110,8 +36954,8 @@
37110
36954
  {
37111
36955
  "description": "The width of the Grid.\n",
37112
36956
  "commentRange": {
37113
- "start": 442,
37114
- "end": 443
36957
+ "start": 441,
36958
+ "end": 442
37115
36959
  },
37116
36960
  "context": {
37117
36961
  "type": "variable",
@@ -37119,8 +36963,8 @@
37119
36963
  "value": "($kendo-icon-size * 2)",
37120
36964
  "scope": "default",
37121
36965
  "line": {
37122
- "start": 444,
37123
- "end": 444
36966
+ "start": 443,
36967
+ "end": 443
37124
36968
  }
37125
36969
  },
37126
36970
  "group": [
@@ -37135,8 +36979,8 @@
37135
36979
  {
37136
36980
  "description": "The grouping border top of the Grid row.\n",
37137
36981
  "commentRange": {
37138
- "start": 446,
37139
- "end": 447
36982
+ "start": 445,
36983
+ "end": 446
37140
36984
  },
37141
36985
  "context": {
37142
36986
  "type": "variable",
@@ -37144,8 +36988,8 @@
37144
36988
  "value": "1px",
37145
36989
  "scope": "default",
37146
36990
  "line": {
37147
- "start": 448,
37148
- "end": 448
36991
+ "start": 447,
36992
+ "end": 447
37149
36993
  }
37150
36994
  },
37151
36995
  "group": [
@@ -37160,8 +37004,8 @@
37160
37004
  {
37161
37005
  "description": "The vertical border of the Grid footer.\n",
37162
37006
  "commentRange": {
37163
- "start": 449,
37164
- "end": 450
37007
+ "start": 448,
37008
+ "end": 449
37165
37009
  },
37166
37010
  "context": {
37167
37011
  "type": "variable",
@@ -37169,8 +37013,8 @@
37169
37013
  "value": "1px",
37170
37014
  "scope": "default",
37171
37015
  "line": {
37172
- "start": 451,
37173
- "end": 451
37016
+ "start": 450,
37017
+ "end": 450
37174
37018
  }
37175
37019
  },
37176
37020
  "group": [
@@ -37185,8 +37029,8 @@
37185
37029
  {
37186
37030
  "description": "The background color of the Grid row resize indicator.\n",
37187
37031
  "commentRange": {
37188
- "start": 453,
37189
- "end": 454
37032
+ "start": 452,
37033
+ "end": 453
37190
37034
  },
37191
37035
  "context": {
37192
37036
  "type": "variable",
@@ -37194,8 +37038,8 @@
37194
37038
  "value": "color-mix(in srgb, k-color(on-base) 20%, transparent)",
37195
37039
  "scope": "default",
37196
37040
  "line": {
37197
- "start": 455,
37198
- "end": 455
37041
+ "start": 454,
37042
+ "end": 454
37199
37043
  }
37200
37044
  },
37201
37045
  "group": [
@@ -37210,8 +37054,8 @@
37210
37054
  {
37211
37055
  "description": "The background color of the active Grid row resize indicator.\n",
37212
37056
  "commentRange": {
37213
- "start": 456,
37214
- "end": 457
37057
+ "start": 455,
37058
+ "end": 456
37215
37059
  },
37216
37060
  "context": {
37217
37061
  "type": "variable",
@@ -37219,8 +37063,8 @@
37219
37063
  "value": "k-color(primary)",
37220
37064
  "scope": "default",
37221
37065
  "line": {
37222
- "start": 458,
37223
- "end": 458
37066
+ "start": 457,
37067
+ "end": 457
37224
37068
  }
37225
37069
  },
37226
37070
  "group": [
@@ -37235,8 +37079,8 @@
37235
37079
  {
37236
37080
  "description": "The height of the Grid row resize indicator.\n",
37237
37081
  "commentRange": {
37238
- "start": 459,
37239
- "end": 460
37082
+ "start": 458,
37083
+ "end": 459
37240
37084
  },
37241
37085
  "context": {
37242
37086
  "type": "variable",
@@ -37244,8 +37088,8 @@
37244
37088
  "value": "k-spacing(0.5)",
37245
37089
  "scope": "default",
37246
37090
  "line": {
37247
- "start": 461,
37248
- "end": 461
37091
+ "start": 460,
37092
+ "end": 460
37249
37093
  }
37250
37094
  },
37251
37095
  "group": [
@@ -37260,8 +37104,8 @@
37260
37104
  {
37261
37105
  "description": "The horizontal padding of the Grid stack layout cells.\n",
37262
37106
  "commentRange": {
37263
- "start": 463,
37264
- "end": 464
37107
+ "start": 462,
37108
+ "end": 463
37265
37109
  },
37266
37110
  "context": {
37267
37111
  "type": "variable",
@@ -37269,8 +37113,8 @@
37269
37113
  "value": "k-spacing(2)",
37270
37114
  "scope": "default",
37271
37115
  "line": {
37272
- "start": 465,
37273
- "end": 465
37116
+ "start": 464,
37117
+ "end": 464
37274
37118
  }
37275
37119
  },
37276
37120
  "group": [
@@ -37285,8 +37129,8 @@
37285
37129
  {
37286
37130
  "description": "The vertical padding of the Grid stack layout cells.\n",
37287
37131
  "commentRange": {
37288
- "start": 466,
37289
- "end": 467
37132
+ "start": 465,
37133
+ "end": 466
37290
37134
  },
37291
37135
  "context": {
37292
37136
  "type": "variable",
@@ -37294,8 +37138,8 @@
37294
37138
  "value": "k-spacing(1.5)",
37295
37139
  "scope": "default",
37296
37140
  "line": {
37297
- "start": 468,
37298
- "end": 468
37141
+ "start": 467,
37142
+ "end": 467
37299
37143
  }
37300
37144
  },
37301
37145
  "group": [
@@ -37310,8 +37154,8 @@
37310
37154
  {
37311
37155
  "description": "The column gap of the Grid stack layout.\n",
37312
37156
  "commentRange": {
37313
- "start": 470,
37314
- "end": 471
37157
+ "start": 469,
37158
+ "end": 470
37315
37159
  },
37316
37160
  "context": {
37317
37161
  "type": "variable",
@@ -37319,8 +37163,8 @@
37319
37163
  "value": "k-spacing(1)",
37320
37164
  "scope": "default",
37321
37165
  "line": {
37322
- "start": 472,
37323
- "end": 472
37166
+ "start": 471,
37167
+ "end": 471
37324
37168
  }
37325
37169
  },
37326
37170
  "group": [
@@ -37335,8 +37179,8 @@
37335
37179
  {
37336
37180
  "description": "The column gap of the editable Grid stack layout.\n",
37337
37181
  "commentRange": {
37338
- "start": 473,
37339
- "end": 474
37182
+ "start": 472,
37183
+ "end": 473
37340
37184
  },
37341
37185
  "context": {
37342
37186
  "type": "variable",
@@ -37344,8 +37188,8 @@
37344
37188
  "value": "k-spacing(2)",
37345
37189
  "scope": "default",
37346
37190
  "line": {
37347
- "start": 475,
37348
- "end": 475
37191
+ "start": 474,
37192
+ "end": 474
37349
37193
  }
37350
37194
  },
37351
37195
  "group": [
@@ -37360,8 +37204,8 @@
37360
37204
  {
37361
37205
  "description": "The width of the hierarchy column in the Grid stack layout.\n",
37362
37206
  "commentRange": {
37363
- "start": 477,
37364
- "end": 478
37207
+ "start": 476,
37208
+ "end": 477
37365
37209
  },
37366
37210
  "context": {
37367
37211
  "type": "variable",
@@ -37369,8 +37213,8 @@
37369
37213
  "value": "k-spacing(2)",
37370
37214
  "scope": "default",
37371
37215
  "line": {
37372
- "start": 479,
37373
- "end": 479
37216
+ "start": 478,
37217
+ "end": 478
37374
37218
  }
37375
37219
  },
37376
37220
  "group": [
@@ -37385,8 +37229,8 @@
37385
37229
  {
37386
37230
  "description": "The font size of the Grid stack layout column header.\n",
37387
37231
  "commentRange": {
37388
- "start": 481,
37389
- "end": 482
37232
+ "start": 480,
37233
+ "end": 481
37390
37234
  },
37391
37235
  "context": {
37392
37236
  "type": "variable",
@@ -37394,8 +37238,8 @@
37394
37238
  "value": "var(--kendo-font-size-sm)",
37395
37239
  "scope": "default",
37396
37240
  "line": {
37397
- "start": 483,
37398
- "end": 483
37241
+ "start": 482,
37242
+ "end": 482
37399
37243
  }
37400
37244
  },
37401
37245
  "group": [
@@ -37410,8 +37254,8 @@
37410
37254
  {
37411
37255
  "description": "The font weight of the Grid stack layout column header.\n",
37412
37256
  "commentRange": {
37413
- "start": 484,
37414
- "end": 485
37257
+ "start": 483,
37258
+ "end": 484
37415
37259
  },
37416
37260
  "context": {
37417
37261
  "type": "variable",
@@ -37419,8 +37263,8 @@
37419
37263
  "value": "var(--kendo-font-weight-bold)",
37420
37264
  "scope": "default",
37421
37265
  "line": {
37422
- "start": 486,
37423
- "end": 486
37266
+ "start": 485,
37267
+ "end": 485
37424
37268
  }
37425
37269
  },
37426
37270
  "group": [
@@ -37435,8 +37279,8 @@
37435
37279
  {
37436
37280
  "description": "The height of the Grid stack layout expandable row shadow.\n",
37437
37281
  "commentRange": {
37438
- "start": 487,
37439
- "end": 488
37282
+ "start": 486,
37283
+ "end": 487
37440
37284
  },
37441
37285
  "context": {
37442
37286
  "type": "variable",
@@ -37444,8 +37288,8 @@
37444
37288
  "value": "k-spacing(2.5)",
37445
37289
  "scope": "default",
37446
37290
  "line": {
37447
- "start": 489,
37448
- "end": 489
37291
+ "start": 488,
37292
+ "end": 488
37449
37293
  }
37450
37294
  },
37451
37295
  "group": [
@@ -37460,8 +37304,8 @@
37460
37304
  {
37461
37305
  "description": "The color of the Grid stack layout column header.\n",
37462
37306
  "commentRange": {
37463
- "start": 491,
37464
- "end": 492
37307
+ "start": 490,
37308
+ "end": 491
37465
37309
  },
37466
37310
  "context": {
37467
37311
  "type": "variable",
@@ -37469,8 +37313,8 @@
37469
37313
  "value": "k-color(subtle)",
37470
37314
  "scope": "default",
37471
37315
  "line": {
37472
- "start": 493,
37473
- "end": 493
37316
+ "start": 492,
37317
+ "end": 492
37474
37318
  }
37475
37319
  },
37476
37320
  "group": [
@@ -37485,8 +37329,8 @@
37485
37329
  {
37486
37330
  "description": "The outline color of the Grid stack layout focused cell.\n",
37487
37331
  "commentRange": {
37488
- "start": 494,
37489
- "end": 495
37332
+ "start": 493,
37333
+ "end": 494
37490
37334
  },
37491
37335
  "context": {
37492
37336
  "type": "variable",
@@ -37494,8 +37338,8 @@
37494
37338
  "value": "color-mix(in srgb, k-color(on-app-surface) 12%, transparent)",
37495
37339
  "scope": "default",
37496
37340
  "line": {
37497
- "start": 496,
37498
- "end": 496
37341
+ "start": 495,
37342
+ "end": 495
37499
37343
  }
37500
37344
  },
37501
37345
  "group": [
@@ -37510,8 +37354,8 @@
37510
37354
  {
37511
37355
  "description": "The Grid stack layout expandable row shadow.\n",
37512
37356
  "commentRange": {
37513
- "start": 497,
37514
- "end": 498
37357
+ "start": 496,
37358
+ "end": 497
37515
37359
  },
37516
37360
  "context": {
37517
37361
  "type": "variable",
@@ -37519,8 +37363,8 @@
37519
37363
  "value": "k-elevation(2)",
37520
37364
  "scope": "default",
37521
37365
  "line": {
37522
- "start": 499,
37523
- "end": 499
37366
+ "start": 498,
37367
+ "end": 498
37524
37368
  }
37525
37369
  },
37526
37370
  "group": [
@@ -37535,8 +37379,8 @@
37535
37379
  {
37536
37380
  "description": "The font weight of the pinned source row in the Grid.\n",
37537
37381
  "commentRange": {
37538
- "start": 501,
37539
- "end": 502
37382
+ "start": 500,
37383
+ "end": 501
37540
37384
  },
37541
37385
  "context": {
37542
37386
  "type": "variable",
@@ -37544,8 +37388,8 @@
37544
37388
  "value": "var(--kendo-font-weight-bold)",
37545
37389
  "scope": "default",
37546
37390
  "line": {
37547
- "start": 503,
37548
- "end": 503
37391
+ "start": 502,
37392
+ "end": 502
37549
37393
  }
37550
37394
  },
37551
37395
  "group": [
@@ -37860,6 +37704,31 @@
37860
37704
  "name": "_variables.scss"
37861
37705
  }
37862
37706
  },
37707
+ {
37708
+ "description": "The color of action icons.\n",
37709
+ "commentRange": {
37710
+ "start": 41,
37711
+ "end": 42
37712
+ },
37713
+ "context": {
37714
+ "type": "variable",
37715
+ "name": "kendo-action-icon-color",
37716
+ "value": "k-color( primary-on-surface )",
37717
+ "scope": "default",
37718
+ "line": {
37719
+ "start": 43,
37720
+ "end": 43
37721
+ }
37722
+ },
37723
+ "group": [
37724
+ "icon"
37725
+ ],
37726
+ "access": "public",
37727
+ "file": {
37728
+ "path": "icons/_variables.scss",
37729
+ "name": "_variables.scss"
37730
+ }
37731
+ },
37863
37732
  {
37864
37733
  "description": "The vertical margin of the ImageEditor.\n",
37865
37734
  "commentRange": {
@@ -48821,7 +48690,7 @@
48821
48690
  "context": {
48822
48691
  "type": "variable",
48823
48692
  "name": "kendo-notification-theme-colors",
48824
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
48693
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
48825
48694
  "scope": "default",
48826
48695
  "line": {
48827
48696
  "start": 65,
@@ -50112,48 +49981,20 @@
50112
49981
  "name": "_variables.scss"
50113
49982
  }
50114
49983
  },
50115
- {
50116
- "description": "The default theme color of the Overlay.\n",
50117
- "commentRange": {
50118
- "start": 1,
50119
- "end": 3
50120
- },
50121
- "context": {
50122
- "type": "variable",
50123
- "name": "kendo-overlay-default-theme-color",
50124
- "value": "\"inverse\"",
50125
- "scope": "default",
50126
- "line": {
50127
- "start": 4,
50128
- "end": 4
50129
- }
50130
- },
50131
- "group": [
50132
- "overlay"
50133
- ],
50134
- "role": [
50135
- "default"
50136
- ],
50137
- "access": "public",
50138
- "file": {
50139
- "path": "overlay/_variables.scss",
50140
- "name": "_variables.scss"
50141
- }
50142
- },
50143
49984
  {
50144
49985
  "description": "The background color of the Overlay.\n",
50145
49986
  "commentRange": {
50146
- "start": 6,
50147
- "end": 7
49987
+ "start": 3,
49988
+ "end": 4
50148
49989
  },
50149
49990
  "context": {
50150
49991
  "type": "variable",
50151
49992
  "name": "kendo-overlay-bg",
50152
- "value": "null",
49993
+ "value": "k-color(inverse)",
50153
49994
  "scope": "default",
50154
49995
  "line": {
50155
- "start": 8,
50156
- "end": 8
49996
+ "start": 5,
49997
+ "end": 5
50157
49998
  }
50158
49999
  },
50159
50000
  "group": [
@@ -50168,8 +50009,8 @@
50168
50009
  {
50169
50010
  "description": "The opacity of the Overlay.\n",
50170
50011
  "commentRange": {
50171
- "start": 10,
50172
- "end": 11
50012
+ "start": 7,
50013
+ "end": 8
50173
50014
  },
50174
50015
  "context": {
50175
50016
  "type": "variable",
@@ -50177,8 +50018,8 @@
50177
50018
  "value": ".5",
50178
50019
  "scope": "default",
50179
50020
  "line": {
50180
- "start": 12,
50181
- "end": 12
50021
+ "start": 9,
50022
+ "end": 9
50182
50023
  }
50183
50024
  },
50184
50025
  "group": [
@@ -51502,7 +51343,7 @@
51502
51343
  "context": {
51503
51344
  "type": "variable",
51504
51345
  "name": "kendo-panelbar-header-text",
51505
- "value": "k-color(primary)",
51346
+ "value": "k-color(primary-on-surface)",
51506
51347
  "scope": "default",
51507
51348
  "line": {
51508
51349
  "start": 61,
@@ -63239,7 +63080,7 @@
63239
63080
  "context": {
63240
63081
  "type": "variable",
63241
63082
  "name": "kendo-scrollview-light-bg",
63242
- "value": "rgba(255, 255, 255, .4)",
63083
+ "value": "rgba( white, .4 )",
63243
63084
  "scope": "default",
63244
63085
  "line": {
63245
63086
  "start": 79,
@@ -63264,7 +63105,7 @@
63264
63105
  "context": {
63265
63106
  "type": "variable",
63266
63107
  "name": "kendo-scrollview-dark-bg",
63267
- "value": "rgba(0, 0, 0, .4)",
63108
+ "value": "rgba( black, .4 )",
63268
63109
  "scope": "default",
63269
63110
  "line": {
63270
63111
  "start": 82,
@@ -63283,8 +63124,8 @@
63283
63124
  {
63284
63125
  "description": "The duration of the ScrollView transition.\n",
63285
63126
  "commentRange": {
63286
- "start": 84,
63287
- "end": 85
63127
+ "start": 83,
63128
+ "end": 84
63288
63129
  },
63289
63130
  "context": {
63290
63131
  "type": "variable",
@@ -63292,8 +63133,8 @@
63292
63133
  "value": ".3s",
63293
63134
  "scope": "default",
63294
63135
  "line": {
63295
- "start": 86,
63296
- "end": 86
63136
+ "start": 85,
63137
+ "end": 85
63297
63138
  }
63298
63139
  },
63299
63140
  "group": [
@@ -63308,8 +63149,8 @@
63308
63149
  {
63309
63150
  "description": "The timing function of the ScrollView transition.\n",
63310
63151
  "commentRange": {
63311
- "start": 87,
63312
- "end": 88
63152
+ "start": 86,
63153
+ "end": 87
63313
63154
  },
63314
63155
  "context": {
63315
63156
  "type": "variable",
@@ -63317,8 +63158,8 @@
63317
63158
  "value": "ease-in-out",
63318
63159
  "scope": "default",
63319
63160
  "line": {
63320
- "start": 89,
63321
- "end": 89
63161
+ "start": 88,
63162
+ "end": 88
63322
63163
  }
63323
63164
  },
63324
63165
  "group": [
@@ -68326,7 +68167,7 @@
68326
68167
  "context": {
68327
68168
  "type": "variable",
68328
68169
  "name": "kendo-spreadsheet-insert-image-dialog-overlay-hover-text",
68329
- "value": "k-color(surface-alt)",
68170
+ "value": "k-color(on-app-surface)",
68330
68171
  "scope": "default",
68331
68172
  "line": {
68332
68173
  "start": 230,
@@ -74969,7 +74810,7 @@
74969
74810
  "context": {
74970
74811
  "type": "variable",
74971
74812
  "name": "kendo-tabstrip-item-selected-text",
74972
- "value": "k-color(primary)",
74813
+ "value": "k-color(primary-on-surface)",
74973
74814
  "scope": "default",
74974
74815
  "line": {
74975
74816
  "start": 132,
@@ -77194,7 +77035,7 @@
77194
77035
  "context": {
77195
77036
  "type": "variable",
77196
77037
  "name": "kendo-taskboard-card-header-text",
77197
- "value": "k-color(primary)",
77038
+ "value": "k-color(primary-on-surface)",
77198
77039
  "scope": "default",
77199
77040
  "line": {
77200
77041
  "start": 226,
@@ -77219,7 +77060,7 @@
77219
77060
  "context": {
77220
77061
  "type": "variable",
77221
77062
  "name": "kendo-taskboard-card-header-hover-text",
77222
- "value": "k-color(primary-hover)",
77063
+ "value": "k-color(primary-on-surface)",
77223
77064
  "scope": "default",
77224
77065
  "line": {
77225
77066
  "start": 229,
@@ -77244,7 +77085,7 @@
77244
77085
  "context": {
77245
77086
  "type": "variable",
77246
77087
  "name": "kendo-taskboard-card-header-focus-text",
77247
- "value": "k-color(primary-hover)",
77088
+ "value": "k-color(primary-on-surface)",
77248
77089
  "scope": "default",
77249
77090
  "line": {
77250
77091
  "start": 232,
@@ -77972,7 +77813,7 @@
77972
77813
  "context": {
77973
77814
  "type": "variable",
77974
77815
  "name": "kendo-time-selector-header-time-now-text",
77975
- "value": "k-color(primary)",
77816
+ "value": "k-color(primary-on-surface)",
77976
77817
  "scope": "default",
77977
77818
  "line": {
77978
77819
  "start": 49,
@@ -77997,7 +77838,7 @@
77997
77838
  "context": {
77998
77839
  "type": "variable",
77999
77840
  "name": "kendo-time-selector-header-time-now-hover-text",
78000
- "value": "k-color(primary-hover)",
77841
+ "value": "k-color(primary-on-surface)",
78001
77842
  "scope": "default",
78002
77843
  "line": {
78003
77844
  "start": 52,
@@ -78697,7 +78538,7 @@
78697
78538
  "context": {
78698
78539
  "type": "variable",
78699
78540
  "name": "kendo-time-selector-now-button-text",
78700
- "value": "k-color(primary)",
78541
+ "value": "k-color(primary-on-surface)",
78701
78542
  "scope": "default",
78702
78543
  "line": {
78703
78544
  "start": 148,
@@ -78722,7 +78563,7 @@
78722
78563
  "context": {
78723
78564
  "type": "variable",
78724
78565
  "name": "kendo-time-selector-now-button-hover-text",
78725
- "value": "k-color(primary-hover)",
78566
+ "value": "k-color(primary-on-surface)",
78726
78567
  "scope": "default",
78727
78568
  "line": {
78728
78569
  "start": 151,
@@ -81378,7 +81219,7 @@
81378
81219
  "context": {
81379
81220
  "type": "variable",
81380
81221
  "name": "kendo-tooltip-theme-colors",
81381
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
81222
+ "value": "(\"base\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
81382
81223
  "scope": "default",
81383
81224
  "line": {
81384
81225
  "start": 58,
@@ -82506,7 +82347,7 @@
82506
82347
  "context": {
82507
82348
  "type": "variable",
82508
82349
  "name": "kendo-treeview-loadmore-text",
82509
- "value": "k-color(primary)",
82350
+ "value": "k-color(primary-on-surface)",
82510
82351
  "scope": "default",
82511
82352
  "line": {
82512
82353
  "start": 141,
@@ -85500,39 +85341,11 @@
85500
85341
  "name": "_variables.scss"
85501
85342
  }
85502
85343
  },
85503
- {
85504
- "description": "The default theme color of the Window.\n",
85505
- "commentRange": {
85506
- "start": 12,
85507
- "end": 14
85508
- },
85509
- "context": {
85510
- "type": "variable",
85511
- "name": "kendo-window-default-theme-color",
85512
- "value": "null",
85513
- "scope": "default",
85514
- "line": {
85515
- "start": 15,
85516
- "end": 15
85517
- }
85518
- },
85519
- "group": [
85520
- "window"
85521
- ],
85522
- "role": [
85523
- "default"
85524
- ],
85525
- "access": "public",
85526
- "file": {
85527
- "path": "window/_variables.scss",
85528
- "name": "_variables.scss"
85529
- }
85530
- },
85531
85344
  {
85532
85345
  "description": "The width of the border around the Window.\n",
85533
85346
  "commentRange": {
85534
- "start": 17,
85535
- "end": 18
85347
+ "start": 12,
85348
+ "end": 13
85536
85349
  },
85537
85350
  "context": {
85538
85351
  "type": "variable",
@@ -85540,8 +85353,8 @@
85540
85353
  "value": "0px",
85541
85354
  "scope": "default",
85542
85355
  "line": {
85543
- "start": 19,
85544
- "end": 19
85356
+ "start": 14,
85357
+ "end": 14
85545
85358
  }
85546
85359
  },
85547
85360
  "group": [
@@ -85556,8 +85369,8 @@
85556
85369
  {
85557
85370
  "description": "The border radius of the Window.\n",
85558
85371
  "commentRange": {
85559
- "start": 20,
85560
- "end": 21
85372
+ "start": 15,
85373
+ "end": 16
85561
85374
  },
85562
85375
  "context": {
85563
85376
  "type": "variable",
@@ -85565,8 +85378,8 @@
85565
85378
  "value": "0px",
85566
85379
  "scope": "default",
85567
85380
  "line": {
85568
- "start": 22,
85569
- "end": 22
85381
+ "start": 17,
85382
+ "end": 17
85570
85383
  }
85571
85384
  },
85572
85385
  "group": [
@@ -85581,8 +85394,8 @@
85581
85394
  {
85582
85395
  "description": "The font family of the Window.\n",
85583
85396
  "commentRange": {
85584
- "start": 23,
85585
- "end": 24
85397
+ "start": 18,
85398
+ "end": 19
85586
85399
  },
85587
85400
  "context": {
85588
85401
  "type": "variable",
@@ -85590,8 +85403,8 @@
85590
85403
  "value": "var(--kendo-font-family)",
85591
85404
  "scope": "default",
85592
85405
  "line": {
85593
- "start": 25,
85594
- "end": 25
85406
+ "start": 20,
85407
+ "end": 20
85595
85408
  }
85596
85409
  },
85597
85410
  "group": [
@@ -85606,8 +85419,8 @@
85606
85419
  {
85607
85420
  "description": "The font size of the Window.\n",
85608
85421
  "commentRange": {
85609
- "start": 26,
85610
- "end": 27
85422
+ "start": 21,
85423
+ "end": 22
85611
85424
  },
85612
85425
  "context": {
85613
85426
  "type": "variable",
@@ -85615,8 +85428,8 @@
85615
85428
  "value": "var(--kendo-font-size)",
85616
85429
  "scope": "default",
85617
85430
  "line": {
85618
- "start": 28,
85619
- "end": 28
85431
+ "start": 23,
85432
+ "end": 23
85620
85433
  }
85621
85434
  },
85622
85435
  "group": [
@@ -85631,8 +85444,8 @@
85631
85444
  {
85632
85445
  "description": "The line height of the Window.\n",
85633
85446
  "commentRange": {
85634
- "start": 29,
85635
- "end": 30
85447
+ "start": 24,
85448
+ "end": 25
85636
85449
  },
85637
85450
  "context": {
85638
85451
  "type": "variable",
@@ -85640,8 +85453,8 @@
85640
85453
  "value": "var(--kendo-line-height-sm)",
85641
85454
  "scope": "default",
85642
85455
  "line": {
85643
- "start": 31,
85644
- "end": 31
85456
+ "start": 26,
85457
+ "end": 26
85645
85458
  }
85646
85459
  },
85647
85460
  "group": [
@@ -85656,8 +85469,8 @@
85656
85469
  {
85657
85470
  "description": "The horizontal padding of the Window titlebar.\n",
85658
85471
  "commentRange": {
85659
- "start": 33,
85660
- "end": 34
85472
+ "start": 28,
85473
+ "end": 29
85661
85474
  },
85662
85475
  "context": {
85663
85476
  "type": "variable",
@@ -85665,8 +85478,8 @@
85665
85478
  "value": "k-spacing(4)",
85666
85479
  "scope": "default",
85667
85480
  "line": {
85668
- "start": 35,
85669
- "end": 35
85481
+ "start": 30,
85482
+ "end": 30
85670
85483
  }
85671
85484
  },
85672
85485
  "group": [
@@ -85681,8 +85494,8 @@
85681
85494
  {
85682
85495
  "description": "The vertical padding of the Window titlebar.\n",
85683
85496
  "commentRange": {
85684
- "start": 36,
85685
- "end": 37
85497
+ "start": 31,
85498
+ "end": 32
85686
85499
  },
85687
85500
  "context": {
85688
85501
  "type": "variable",
@@ -85690,8 +85503,8 @@
85690
85503
  "value": "k-spacing(3)",
85691
85504
  "scope": "default",
85692
85505
  "line": {
85693
- "start": 38,
85694
- "end": 38
85506
+ "start": 33,
85507
+ "end": 33
85695
85508
  }
85696
85509
  },
85697
85510
  "group": [
@@ -85706,8 +85519,8 @@
85706
85519
  {
85707
85520
  "description": "The width of the border of the Window titlebar.\n",
85708
85521
  "commentRange": {
85709
- "start": 39,
85710
- "end": 40
85522
+ "start": 34,
85523
+ "end": 35
85711
85524
  },
85712
85525
  "context": {
85713
85526
  "type": "variable",
@@ -85715,8 +85528,8 @@
85715
85528
  "value": "0 0 1px",
85716
85529
  "scope": "default",
85717
85530
  "line": {
85718
- "start": 41,
85719
- "end": 41
85531
+ "start": 36,
85532
+ "end": 36
85720
85533
  }
85721
85534
  },
85722
85535
  "group": [
@@ -85731,8 +85544,8 @@
85731
85544
  {
85732
85545
  "description": "The style of the border of the Window titlebar.\n",
85733
85546
  "commentRange": {
85734
- "start": 42,
85735
- "end": 43
85547
+ "start": 37,
85548
+ "end": 38
85736
85549
  },
85737
85550
  "context": {
85738
85551
  "type": "variable",
@@ -85740,8 +85553,8 @@
85740
85553
  "value": "solid",
85741
85554
  "scope": "default",
85742
85555
  "line": {
85743
- "start": 44,
85744
- "end": 44
85556
+ "start": 39,
85557
+ "end": 39
85745
85558
  }
85746
85559
  },
85747
85560
  "group": [
@@ -85756,8 +85569,8 @@
85756
85569
  {
85757
85570
  "description": "The font size of the title of the Window.\n",
85758
85571
  "commentRange": {
85759
- "start": 46,
85760
- "end": 47
85572
+ "start": 41,
85573
+ "end": 42
85761
85574
  },
85762
85575
  "context": {
85763
85576
  "type": "variable",
@@ -85765,8 +85578,8 @@
85765
85578
  "value": "var(--kendo-font-size-lg)",
85766
85579
  "scope": "default",
85767
85580
  "line": {
85768
- "start": 48,
85769
- "end": 48
85581
+ "start": 43,
85582
+ "end": 43
85770
85583
  }
85771
85584
  },
85772
85585
  "group": [
@@ -85781,8 +85594,8 @@
85781
85594
  {
85782
85595
  "description": "The line height of the title of the Window.\n",
85783
85596
  "commentRange": {
85784
- "start": 49,
85785
- "end": 50
85597
+ "start": 44,
85598
+ "end": 45
85786
85599
  },
85787
85600
  "context": {
85788
85601
  "type": "variable",
@@ -85790,8 +85603,8 @@
85790
85603
  "value": "var(--kendo-line-height-sm)",
85791
85604
  "scope": "default",
85792
85605
  "line": {
85793
- "start": 51,
85794
- "end": 51
85606
+ "start": 46,
85607
+ "end": 46
85795
85608
  }
85796
85609
  },
85797
85610
  "group": [
@@ -85806,8 +85619,8 @@
85806
85619
  {
85807
85620
  "description": "The spacing between the buttons in the Window titlebar.\n",
85808
85621
  "commentRange": {
85809
- "start": 53,
85810
- "end": 54
85622
+ "start": 48,
85623
+ "end": 49
85811
85624
  },
85812
85625
  "context": {
85813
85626
  "type": "variable",
@@ -85815,8 +85628,8 @@
85815
85628
  "value": "null",
85816
85629
  "scope": "default",
85817
85630
  "line": {
85818
- "start": 55,
85819
- "end": 55
85631
+ "start": 50,
85632
+ "end": 50
85820
85633
  }
85821
85634
  },
85822
85635
  "group": [
@@ -85831,8 +85644,8 @@
85831
85644
  {
85832
85645
  "description": "The opacity of the buttons in the Window titlebar.\n",
85833
85646
  "commentRange": {
85834
- "start": 56,
85835
- "end": 57
85647
+ "start": 51,
85648
+ "end": 52
85836
85649
  },
85837
85650
  "context": {
85838
85651
  "type": "variable",
@@ -85840,8 +85653,8 @@
85840
85653
  "value": "null",
85841
85654
  "scope": "default",
85842
85655
  "line": {
85843
- "start": 58,
85844
- "end": 58
85656
+ "start": 53,
85657
+ "end": 53
85845
85658
  }
85846
85659
  },
85847
85660
  "group": [
@@ -85856,8 +85669,8 @@
85856
85669
  {
85857
85670
  "description": "The opacity of the hovered buttons in the Window titlebar.\n",
85858
85671
  "commentRange": {
85859
- "start": 59,
85860
- "end": 60
85672
+ "start": 54,
85673
+ "end": 55
85861
85674
  },
85862
85675
  "context": {
85863
85676
  "type": "variable",
@@ -85865,8 +85678,8 @@
85865
85678
  "value": "null",
85866
85679
  "scope": "default",
85867
85680
  "line": {
85868
- "start": 61,
85869
- "end": 61
85681
+ "start": 56,
85682
+ "end": 56
85870
85683
  }
85871
85684
  },
85872
85685
  "group": [
@@ -85881,8 +85694,8 @@
85881
85694
  {
85882
85695
  "description": "The horizontal padding of the content of the Window.\n",
85883
85696
  "commentRange": {
85884
- "start": 63,
85885
- "end": 64
85697
+ "start": 58,
85698
+ "end": 59
85886
85699
  },
85887
85700
  "context": {
85888
85701
  "type": "variable",
@@ -85890,8 +85703,8 @@
85890
85703
  "value": "k-spacing(4)",
85891
85704
  "scope": "default",
85892
85705
  "line": {
85893
- "start": 65,
85894
- "end": 65
85706
+ "start": 60,
85707
+ "end": 60
85895
85708
  }
85896
85709
  },
85897
85710
  "group": [
@@ -85906,8 +85719,8 @@
85906
85719
  {
85907
85720
  "description": "The vertical padding of the content of the Window.\n",
85908
85721
  "commentRange": {
85909
- "start": 66,
85910
- "end": 67
85722
+ "start": 61,
85723
+ "end": 62
85911
85724
  },
85912
85725
  "context": {
85913
85726
  "type": "variable",
@@ -85915,8 +85728,8 @@
85915
85728
  "value": "k-spacing(4)",
85916
85729
  "scope": "default",
85917
85730
  "line": {
85918
- "start": 68,
85919
- "end": 68
85731
+ "start": 63,
85732
+ "end": 63
85920
85733
  }
85921
85734
  },
85922
85735
  "group": [
@@ -85931,8 +85744,8 @@
85931
85744
  {
85932
85745
  "description": "The horizontal padding of the Window action buttons.\n",
85933
85746
  "commentRange": {
85934
- "start": 70,
85935
- "end": 71
85747
+ "start": 65,
85748
+ "end": 66
85936
85749
  },
85937
85750
  "context": {
85938
85751
  "type": "variable",
@@ -85940,8 +85753,8 @@
85940
85753
  "value": "$kendo-actions-padding-x",
85941
85754
  "scope": "default",
85942
85755
  "line": {
85943
- "start": 72,
85944
- "end": 72
85756
+ "start": 67,
85757
+ "end": 67
85945
85758
  }
85946
85759
  },
85947
85760
  "group": [
@@ -85956,8 +85769,8 @@
85956
85769
  {
85957
85770
  "description": "The vertical padding of the Window action buttons.\n",
85958
85771
  "commentRange": {
85959
- "start": 73,
85960
- "end": 74
85772
+ "start": 68,
85773
+ "end": 69
85961
85774
  },
85962
85775
  "context": {
85963
85776
  "type": "variable",
@@ -85965,8 +85778,8 @@
85965
85778
  "value": "$kendo-actions-padding-y",
85966
85779
  "scope": "default",
85967
85780
  "line": {
85968
- "start": 75,
85969
- "end": 75
85781
+ "start": 70,
85782
+ "end": 70
85970
85783
  }
85971
85784
  },
85972
85785
  "group": [
@@ -85981,8 +85794,8 @@
85981
85794
  {
85982
85795
  "description": "The width of the top border of the Window action buttons.\n",
85983
85796
  "commentRange": {
85984
- "start": 76,
85985
- "end": 77
85797
+ "start": 71,
85798
+ "end": 72
85986
85799
  },
85987
85800
  "context": {
85988
85801
  "type": "variable",
@@ -85990,8 +85803,8 @@
85990
85803
  "value": "1px",
85991
85804
  "scope": "default",
85992
85805
  "line": {
85993
- "start": 78,
85994
- "end": 78
85806
+ "start": 73,
85807
+ "end": 73
85995
85808
  }
85996
85809
  },
85997
85810
  "group": [
@@ -86006,8 +85819,8 @@
86006
85819
  {
86007
85820
  "description": "The background color of the Window.\n",
86008
85821
  "commentRange": {
86009
- "start": 80,
86010
- "end": 81
85822
+ "start": 75,
85823
+ "end": 76
86011
85824
  },
86012
85825
  "context": {
86013
85826
  "type": "variable",
@@ -86015,8 +85828,8 @@
86015
85828
  "value": "k-color(surface-alt)",
86016
85829
  "scope": "default",
86017
85830
  "line": {
86018
- "start": 82,
86019
- "end": 82
85831
+ "start": 77,
85832
+ "end": 77
86020
85833
  }
86021
85834
  },
86022
85835
  "group": [
@@ -86031,8 +85844,8 @@
86031
85844
  {
86032
85845
  "description": "The text color of the Window.\n",
86033
85846
  "commentRange": {
86034
- "start": 83,
86035
- "end": 84
85847
+ "start": 78,
85848
+ "end": 79
86036
85849
  },
86037
85850
  "context": {
86038
85851
  "type": "variable",
@@ -86040,8 +85853,8 @@
86040
85853
  "value": "k-color(on-app-surface)",
86041
85854
  "scope": "default",
86042
85855
  "line": {
86043
- "start": 85,
86044
- "end": 85
85856
+ "start": 80,
85857
+ "end": 80
86045
85858
  }
86046
85859
  },
86047
85860
  "group": [
@@ -86056,8 +85869,8 @@
86056
85869
  {
86057
85870
  "description": "The border color of the Window.\n",
86058
85871
  "commentRange": {
86059
- "start": 86,
86060
- "end": 87
85872
+ "start": 81,
85873
+ "end": 82
86061
85874
  },
86062
85875
  "context": {
86063
85876
  "type": "variable",
@@ -86065,8 +85878,8 @@
86065
85878
  "value": "k-color(border)",
86066
85879
  "scope": "default",
86067
85880
  "line": {
86068
- "start": 88,
86069
- "end": 88
85881
+ "start": 83,
85882
+ "end": 83
86070
85883
  }
86071
85884
  },
86072
85885
  "group": [
@@ -86081,8 +85894,8 @@
86081
85894
  {
86082
85895
  "description": "The box shadow of the Window.\n",
86083
85896
  "commentRange": {
86084
- "start": 89,
86085
- "end": 90
85897
+ "start": 84,
85898
+ "end": 85
86086
85899
  },
86087
85900
  "context": {
86088
85901
  "type": "variable",
@@ -86090,8 +85903,8 @@
86090
85903
  "value": "k-elevation(8)",
86091
85904
  "scope": "default",
86092
85905
  "line": {
86093
- "start": 91,
86094
- "end": 91
85906
+ "start": 86,
85907
+ "end": 86
86095
85908
  }
86096
85909
  },
86097
85910
  "group": [
@@ -86106,8 +85919,8 @@
86106
85919
  {
86107
85920
  "description": "The box shadow of the focused Window.\n",
86108
85921
  "commentRange": {
86109
- "start": 92,
86110
- "end": 93
85922
+ "start": 87,
85923
+ "end": 88
86111
85924
  },
86112
85925
  "context": {
86113
85926
  "type": "variable",
@@ -86115,8 +85928,8 @@
86115
85928
  "value": "k-elevation(9)",
86116
85929
  "scope": "default",
86117
85930
  "line": {
86118
- "start": 94,
86119
- "end": 94
85931
+ "start": 89,
85932
+ "end": 89
86120
85933
  }
86121
85934
  },
86122
85935
  "group": [
@@ -86131,8 +85944,8 @@
86131
85944
  {
86132
85945
  "description": "The background color of the Window titlebar.\n",
86133
85946
  "commentRange": {
86134
- "start": 96,
86135
- "end": 97
85947
+ "start": 91,
85948
+ "end": 92
86136
85949
  },
86137
85950
  "context": {
86138
85951
  "type": "variable",
@@ -86140,8 +85953,8 @@
86140
85953
  "value": "k-color(surface)",
86141
85954
  "scope": "default",
86142
85955
  "line": {
86143
- "start": 98,
86144
- "end": 98
85956
+ "start": 93,
85957
+ "end": 93
86145
85958
  }
86146
85959
  },
86147
85960
  "group": [
@@ -86156,8 +85969,8 @@
86156
85969
  {
86157
85970
  "description": "The text color of the Window titlebar.\n",
86158
85971
  "commentRange": {
86159
- "start": 99,
86160
- "end": 100
85972
+ "start": 94,
85973
+ "end": 95
86161
85974
  },
86162
85975
  "context": {
86163
85976
  "type": "variable",
@@ -86165,8 +85978,8 @@
86165
85978
  "value": "k-color(on-app-surface)",
86166
85979
  "scope": "default",
86167
85980
  "line": {
86168
- "start": 101,
86169
- "end": 101
85981
+ "start": 96,
85982
+ "end": 96
86170
85983
  }
86171
85984
  },
86172
85985
  "group": [
@@ -86181,8 +85994,8 @@
86181
85994
  {
86182
85995
  "description": "The border color of the Window titlebar.\n",
86183
85996
  "commentRange": {
86184
- "start": 102,
86185
- "end": 103
85997
+ "start": 97,
85998
+ "end": 98
86186
85999
  },
86187
86000
  "context": {
86188
86001
  "type": "variable",
@@ -86190,8 +86003,8 @@
86190
86003
  "value": "inherit",
86191
86004
  "scope": "default",
86192
86005
  "line": {
86193
- "start": 104,
86194
- "end": 104
86006
+ "start": 99,
86007
+ "end": 99
86195
86008
  }
86196
86009
  },
86197
86010
  "group": [
@@ -86206,8 +86019,8 @@
86206
86019
  {
86207
86020
  "description": "The background gradient of the Window titlebar.\n",
86208
86021
  "commentRange": {
86209
- "start": 105,
86210
- "end": 106
86022
+ "start": 100,
86023
+ "end": 101
86211
86024
  },
86212
86025
  "context": {
86213
86026
  "type": "variable",
@@ -86215,8 +86028,8 @@
86215
86028
  "value": "null",
86216
86029
  "scope": "default",
86217
86030
  "line": {
86218
- "start": 107,
86219
- "end": 107
86031
+ "start": 102,
86032
+ "end": 102
86220
86033
  }
86221
86034
  },
86222
86035
  "group": [
@@ -86543,17 +86356,17 @@
86543
86356
  {
86544
86357
  "description": "The theme colors map of the AppBar.\n",
86545
86358
  "commentRange": {
86546
- "start": 27,
86547
- "end": 28
86359
+ "start": 21,
86360
+ "end": 22
86548
86361
  },
86549
86362
  "context": {
86550
86363
  "type": "variable",
86551
86364
  "name": "kendo-appbar-theme-colors",
86552
- "value": "(\"inherit\", \"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
86365
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"inverse\")",
86553
86366
  "scope": "default",
86554
86367
  "line": {
86555
- "start": 29,
86556
- "end": 29
86368
+ "start": 23,
86369
+ "end": 23
86557
86370
  }
86558
86371
  },
86559
86372
  "group": [
@@ -86599,7 +86412,7 @@
86599
86412
  "context": {
86600
86413
  "type": "variable",
86601
86414
  "name": "kendo-avatar-theme-colors",
86602
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
86415
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
86603
86416
  "scope": "default",
86604
86417
  "line": {
86605
86418
  "start": 34,
@@ -86649,7 +86462,7 @@
86649
86462
  "context": {
86650
86463
  "type": "variable",
86651
86464
  "name": "kendo-badge-theme-colors",
86652
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
86465
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\")",
86653
86466
  "scope": "default",
86654
86467
  "line": {
86655
86468
  "start": 63,
@@ -86674,7 +86487,7 @@
86674
86487
  "context": {
86675
86488
  "type": "variable",
86676
86489
  "name": "kendo-bottom-navigation-theme-colors",
86677
- "value": "(\"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
86490
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"inverse\")",
86678
86491
  "scope": "default",
86679
86492
  "line": {
86680
86493
  "start": 33,
@@ -86724,7 +86537,7 @@
86724
86537
  "context": {
86725
86538
  "type": "variable",
86726
86539
  "name": "kendo-button-theme-colors",
86727
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
86540
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
86728
86541
  "scope": "default",
86729
86542
  "line": {
86730
86543
  "start": 116,
@@ -86790,31 +86603,6 @@
86790
86603
  "name": "_variables.scss"
86791
86604
  }
86792
86605
  },
86793
- {
86794
- "description": "The theme colors map of the Card.\n",
86795
- "commentRange": {
86796
- "start": 75,
86797
- "end": 76
86798
- },
86799
- "context": {
86800
- "type": "variable",
86801
- "name": "kendo-card-theme-colors",
86802
- "value": "(\"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
86803
- "scope": "default",
86804
- "line": {
86805
- "start": 77,
86806
- "end": 77
86807
- }
86808
- },
86809
- "group": [
86810
- "card"
86811
- ],
86812
- "access": "public",
86813
- "file": {
86814
- "path": "core/scss/components/card/_variables.scss",
86815
- "name": "_variables.scss"
86816
- }
86817
- },
86818
86606
  {
86819
86607
  "description": "The sizes map of the CheckBox.\n",
86820
86608
  "commentRange": {
@@ -87201,8 +86989,8 @@
87201
86989
  {
87202
86990
  "description": "The global default Colors map.\n",
87203
86991
  "commentRange": {
87204
- "start": 193,
87205
- "end": 447
86992
+ "start": 169,
86993
+ "end": 391
87206
86994
  },
87207
86995
  "context": {
87208
86996
  "type": "variable",
@@ -87210,8 +86998,8 @@
87210
86998
  "value": "$default-colors",
87211
86999
  "scope": "default",
87212
87000
  "line": {
87213
- "start": 448,
87214
- "end": 448
87001
+ "start": 392,
87002
+ "end": 392
87215
87003
  }
87216
87004
  },
87217
87005
  "group": [
@@ -87359,38 +87147,6 @@
87359
87147
  ],
87360
87148
  "description": "The Error variable group."
87361
87149
  },
87362
- {
87363
- "name": "light",
87364
- "value": [
87365
- "light-subtle",
87366
- "light-subtle-hover",
87367
- "light-subtle-active",
87368
- "light",
87369
- "light-hover",
87370
- "light-active",
87371
- "light-emphasis",
87372
- "light-on-subtle",
87373
- "on-light",
87374
- "light-on-surface"
87375
- ],
87376
- "description": "The Light variable group."
87377
- },
87378
- {
87379
- "name": "dark",
87380
- "value": [
87381
- "dark-subtle",
87382
- "dark-subtle-hover",
87383
- "dark-subtle-active",
87384
- "dark",
87385
- "dark-hover",
87386
- "dark-active",
87387
- "dark-emphasis",
87388
- "dark-on-subtle",
87389
- "on-dark",
87390
- "dark-on-surface"
87391
- ],
87392
- "description": "The Dark variable group."
87393
- },
87394
87150
  {
87395
87151
  "name": "inverse",
87396
87152
  "value": [
@@ -87917,106 +87673,6 @@
87917
87673
  "name": "error-on-surface",
87918
87674
  "description": "The text color variable for content on surface."
87919
87675
  },
87920
- {
87921
- "type": "Color",
87922
- "name": "light-subtle",
87923
- "description": "The light subtle background color variable."
87924
- },
87925
- {
87926
- "type": "Color",
87927
- "name": "light-subtle-hover",
87928
- "description": "The light subtle background color variable for the hover state."
87929
- },
87930
- {
87931
- "type": "Color",
87932
- "name": "light-subtle-active",
87933
- "description": "The light subtle background color variable for the active state."
87934
- },
87935
- {
87936
- "type": "Color",
87937
- "name": "light",
87938
- "description": "The light background color variable."
87939
- },
87940
- {
87941
- "type": "Color",
87942
- "name": "light-hover",
87943
- "description": "The light background color variable for the hover state."
87944
- },
87945
- {
87946
- "type": "Color",
87947
- "name": "light-active",
87948
- "description": "The light background color variable for the active state."
87949
- },
87950
- {
87951
- "type": "Color",
87952
- "name": "light-emphasis",
87953
- "description": "The emphasized light color variable."
87954
- },
87955
- {
87956
- "type": "Color",
87957
- "name": "light-on-subtle",
87958
- "description": "The text color variable for content on light subtle."
87959
- },
87960
- {
87961
- "type": "Color",
87962
- "name": "on-light",
87963
- "description": "The text color variable for content on light."
87964
- },
87965
- {
87966
- "type": "Color",
87967
- "name": "light-on-surface",
87968
- "description": "The text color variable for content on surface."
87969
- },
87970
- {
87971
- "type": "Color",
87972
- "name": "dark-subtle",
87973
- "description": "The dark subtle background color variable."
87974
- },
87975
- {
87976
- "type": "Color",
87977
- "name": "dark-subtle-hover",
87978
- "description": "The dark subtle background color variable for the hover state."
87979
- },
87980
- {
87981
- "type": "Color",
87982
- "name": "dark-subtle-active",
87983
- "description": "The dark subtle background color variable for the active state."
87984
- },
87985
- {
87986
- "type": "Color",
87987
- "name": "dark",
87988
- "description": "The dark background color variable."
87989
- },
87990
- {
87991
- "type": "Color",
87992
- "name": "dark-hover",
87993
- "description": "The dark background color variable for the hover state."
87994
- },
87995
- {
87996
- "type": "Color",
87997
- "name": "dark-active",
87998
- "description": "The dark background color variable for the active state."
87999
- },
88000
- {
88001
- "type": "Color",
88002
- "name": "dark-emphasis",
88003
- "description": "The emphasized dark color variable."
88004
- },
88005
- {
88006
- "type": "Color",
88007
- "name": "dark-on-subtle",
88008
- "description": "The text color variable for content on dark subtle."
88009
- },
88010
- {
88011
- "type": "Color",
88012
- "name": "on-dark",
88013
- "description": "The text color variable for content on dark."
88014
- },
88015
- {
88016
- "type": "Color",
88017
- "name": "dark-on-surface",
88018
- "description": "The text color variable for content on surface."
88019
- },
88020
87676
  {
88021
87677
  "type": "Color",
88022
87678
  "name": "inverse-subtle",
@@ -88279,31 +87935,6 @@
88279
87935
  "name": "_variables.scss"
88280
87936
  }
88281
87937
  },
88282
- {
88283
- "description": "The theme colors map of the Dialog.\n",
88284
- "commentRange": {
88285
- "start": 16,
88286
- "end": 17
88287
- },
88288
- "context": {
88289
- "type": "variable",
88290
- "name": "kendo-dialog-theme-colors",
88291
- "value": "(\"primary\", \"light\", \"dark\")",
88292
- "scope": "default",
88293
- "line": {
88294
- "start": 18,
88295
- "end": 18
88296
- }
88297
- },
88298
- "group": [
88299
- "dialog"
88300
- ],
88301
- "access": "public",
88302
- "file": {
88303
- "path": "core/scss/components/dialog/_variables.scss",
88304
- "name": "_variables.scss"
88305
- }
88306
- },
88307
87938
  {
88308
87939
  "description": "The global default Elevation map.\n",
88309
87940
  "commentRange": {
@@ -88338,7 +87969,7 @@
88338
87969
  "context": {
88339
87970
  "type": "variable",
88340
87971
  "name": "kendo-fab-theme-colors",
88341
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
87972
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
88342
87973
  "scope": "default",
88343
87974
  "line": {
88344
87975
  "start": 68,
@@ -88488,7 +88119,7 @@
88488
88119
  "context": {
88489
88120
  "type": "variable",
88490
88121
  "name": "kendo-loader-theme-colors",
88491
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
88122
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
88492
88123
  "scope": "default",
88493
88124
  "line": {
88494
88125
  "start": 59,
@@ -88538,7 +88169,7 @@
88538
88169
  "context": {
88539
88170
  "type": "variable",
88540
88171
  "name": "kendo-message-box-theme-colors",
88541
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
88172
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
88542
88173
  "scope": "default",
88543
88174
  "line": {
88544
88175
  "start": 22,
@@ -88712,31 +88343,6 @@
88712
88343
  "name": "_variables.scss"
88713
88344
  }
88714
88345
  },
88715
- {
88716
- "description": "The theme colors map of the Overlay.\n",
88717
- "commentRange": {
88718
- "start": 6,
88719
- "end": 7
88720
- },
88721
- "context": {
88722
- "type": "variable",
88723
- "name": "kendo-overlay-theme-colors",
88724
- "value": "(\"dark\", \"light\", \"inverse\")",
88725
- "scope": "default",
88726
- "line": {
88727
- "start": 8,
88728
- "end": 8
88729
- }
88730
- },
88731
- "group": [
88732
- "overlay"
88733
- ],
88734
- "access": "public",
88735
- "file": {
88736
- "path": "core/scss/components/overlay/_variables.scss",
88737
- "name": "_variables.scss"
88738
- }
88739
- },
88740
88346
  {
88741
88347
  "description": "The sizes map of the Pager.\n",
88742
88348
  "commentRange": {
@@ -89196,7 +88802,7 @@
89196
88802
  "context": {
89197
88803
  "type": "variable",
89198
88804
  "name": "kendo-suggestion-theme-colors",
89199
- "value": "(\"base\", \"primary\", \"secondary\")",
88805
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
89200
88806
  "scope": "default",
89201
88807
  "line": {
89202
88808
  "start": 18,
@@ -90429,8 +90035,8 @@
90429
90035
  {
90430
90036
  "description": "The sizes map of the Window.\n",
90431
90037
  "commentRange": {
90432
- "start": 42,
90433
- "end": 43
90038
+ "start": 41,
90039
+ "end": 42
90434
90040
  },
90435
90041
  "context": {
90436
90042
  "type": "variable",
@@ -90438,33 +90044,8 @@
90438
90044
  "value": "(\n auto: null,\n sm: 300px,\n md: 800px,\n lg: 1200px\n)",
90439
90045
  "scope": "default",
90440
90046
  "line": {
90441
- "start": 44,
90442
- "end": 49
90443
- }
90444
- },
90445
- "group": [
90446
- "window"
90447
- ],
90448
- "access": "public",
90449
- "file": {
90450
- "path": "core/scss/components/window/_variables.scss",
90451
- "name": "_variables.scss"
90452
- }
90453
- },
90454
- {
90455
- "description": "The theme colors map of the Window.\n",
90456
- "commentRange": {
90457
- "start": 51,
90458
- "end": 52
90459
- },
90460
- "context": {
90461
- "type": "variable",
90462
- "name": "kendo-window-theme-colors",
90463
- "value": "(\"primary\", \"light\", \"dark\")",
90464
- "scope": "default",
90465
- "line": {
90466
- "start": 53,
90467
- "end": 53
90047
+ "start": 43,
90048
+ "end": 48
90468
90049
  }
90469
90050
  },
90470
90051
  "group": [