@progress/kendo-theme-classic 13.2.0-dev.3 → 13.2.0-dev.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green.css +1 -1
  4. package/dist/classic-lavender-dark.css +1 -1
  5. package/dist/classic-lavender.css +1 -1
  6. package/dist/classic-main-dark.css +1 -1
  7. package/dist/classic-main.css +1 -1
  8. package/dist/classic-metro-dark.css +1 -1
  9. package/dist/classic-metro.css +1 -1
  10. package/dist/classic-moonlight.css +1 -1
  11. package/dist/classic-opal-dark.css +1 -1
  12. package/dist/classic-opal.css +1 -1
  13. package/dist/classic-silver-dark.css +1 -1
  14. package/dist/classic-silver.css +1 -1
  15. package/dist/classic-uniform.css +1 -1
  16. package/dist/meta/sassdoc-data.json +850 -1896
  17. package/dist/meta/sassdoc-raw-data.json +407 -851
  18. package/dist/meta/variables.json +18 -141
  19. package/lib/swatches/classic-green-dark.json +1 -1
  20. package/lib/swatches/classic-green.json +1 -1
  21. package/lib/swatches/classic-lavender-dark.json +1 -1
  22. package/lib/swatches/classic-lavender.json +1 -1
  23. package/lib/swatches/classic-main-dark.json +1 -1
  24. package/lib/swatches/classic-main.json +1 -1
  25. package/lib/swatches/classic-metro-dark.json +1 -1
  26. package/lib/swatches/classic-metro.json +1 -1
  27. package/lib/swatches/classic-moonlight.json +1 -1
  28. package/lib/swatches/classic-opal-dark.json +1 -1
  29. package/lib/swatches/classic-opal.json +1 -1
  30. package/lib/swatches/classic-silver-dark.json +1 -1
  31. package/lib/swatches/classic-silver.json +1 -1
  32. package/lib/swatches/classic-uniform.json +1 -1
  33. package/package.json +4 -4
  34. package/scss/appbar/_variables.scss +1 -19
  35. package/scss/card/_variables.scss +0 -6
  36. package/scss/core/color-system/_swatch.scss +0 -56
  37. package/scss/dialog/_variables.scss +0 -6
  38. package/scss/notification/_variables.scss +1 -1
  39. package/scss/overlay/_variables.scss +2 -6
  40. package/scss/scrollview/_variables.scss +0 -1
  41. package/scss/tooltip/_variables.scss +1 -1
  42. package/scss/window/_variables.scss +0 -6
@@ -2408,7 +2408,7 @@
2408
2408
  "context": {
2409
2409
  "type": "variable",
2410
2410
  "name": "kendo-appbar-default-theme-color",
2411
- "value": "\"light\"",
2411
+ "value": "\"base\"",
2412
2412
  "scope": "default",
2413
2413
  "line": {
2414
2414
  "start": 10,
@@ -2678,15 +2678,15 @@
2678
2678
  }
2679
2679
  },
2680
2680
  {
2681
- "description": "The background color of the AppBar based on light theme color.\n",
2681
+ "description": "The box shadow of the AppBar.\n",
2682
2682
  "commentRange": {
2683
2683
  "start": 44,
2684
2684
  "end": 45
2685
2685
  },
2686
2686
  "context": {
2687
2687
  "type": "variable",
2688
- "name": "kendo-appbar-light-bg",
2689
- "value": "k-color(light)",
2688
+ "name": "kendo-appbar-box-shadow",
2689
+ "value": "k-elevation(4)",
2690
2690
  "scope": "default",
2691
2691
  "line": {
2692
2692
  "start": 46,
@@ -2703,119 +2703,19 @@
2703
2703
  }
2704
2704
  },
2705
2705
  {
2706
- "description": "The text color of the AppBar based on light theme color.\n",
2706
+ "description": "The box shadow of the AppBar with bottom position.\n",
2707
2707
  "commentRange": {
2708
2708
  "start": 47,
2709
2709
  "end": 48
2710
2710
  },
2711
- "context": {
2712
- "type": "variable",
2713
- "name": "kendo-appbar-light-text",
2714
- "value": "k-color(on-light)",
2715
- "scope": "default",
2716
- "line": {
2717
- "start": 49,
2718
- "end": 49
2719
- }
2720
- },
2721
- "group": [
2722
- "appbar"
2723
- ],
2724
- "access": "public",
2725
- "file": {
2726
- "path": "appbar/_variables.scss",
2727
- "name": "_variables.scss"
2728
- }
2729
- },
2730
- {
2731
- "description": "The background color of the AppBar based on dark theme color.\n",
2732
- "commentRange": {
2733
- "start": 51,
2734
- "end": 52
2735
- },
2736
- "context": {
2737
- "type": "variable",
2738
- "name": "kendo-appbar-dark-bg",
2739
- "value": "k-color(dark)",
2740
- "scope": "default",
2741
- "line": {
2742
- "start": 53,
2743
- "end": 53
2744
- }
2745
- },
2746
- "group": [
2747
- "appbar"
2748
- ],
2749
- "access": "public",
2750
- "file": {
2751
- "path": "appbar/_variables.scss",
2752
- "name": "_variables.scss"
2753
- }
2754
- },
2755
- {
2756
- "description": "The text color of the AppBar based on dark theme colorr.\n",
2757
- "commentRange": {
2758
- "start": 54,
2759
- "end": 55
2760
- },
2761
- "context": {
2762
- "type": "variable",
2763
- "name": "kendo-appbar-dark-text",
2764
- "value": "k-color(on-dark)",
2765
- "scope": "default",
2766
- "line": {
2767
- "start": 56,
2768
- "end": 56
2769
- }
2770
- },
2771
- "group": [
2772
- "appbar"
2773
- ],
2774
- "access": "public",
2775
- "file": {
2776
- "path": "appbar/_variables.scss",
2777
- "name": "_variables.scss"
2778
- }
2779
- },
2780
- {
2781
- "description": "The box shadow of the AppBar.\n",
2782
- "commentRange": {
2783
- "start": 58,
2784
- "end": 59
2785
- },
2786
- "context": {
2787
- "type": "variable",
2788
- "name": "kendo-appbar-box-shadow",
2789
- "value": "k-elevation(4)",
2790
- "scope": "default",
2791
- "line": {
2792
- "start": 60,
2793
- "end": 60
2794
- }
2795
- },
2796
- "group": [
2797
- "appbar"
2798
- ],
2799
- "access": "public",
2800
- "file": {
2801
- "path": "appbar/_variables.scss",
2802
- "name": "_variables.scss"
2803
- }
2804
- },
2805
- {
2806
- "description": "The box shadow of the AppBar with bottom position.\n",
2807
- "commentRange": {
2808
- "start": 61,
2809
- "end": 62
2810
- },
2811
2711
  "context": {
2812
2712
  "type": "variable",
2813
2713
  "name": "kendo-appbar-bottom-box-shadow",
2814
2714
  "value": "k-elevation(4)",
2815
2715
  "scope": "default",
2816
2716
  "line": {
2817
- "start": 63,
2818
- "end": 63
2717
+ "start": 49,
2718
+ "end": 49
2819
2719
  }
2820
2720
  },
2821
2721
  "group": [
@@ -10950,39 +10850,11 @@
10950
10850
  "name": "_variables.scss"
10951
10851
  }
10952
10852
  },
10953
- {
10954
- "description": "The default theme color of the Card.\n",
10955
- "commentRange": {
10956
- "start": 6,
10957
- "end": 8
10958
- },
10959
- "context": {
10960
- "type": "variable",
10961
- "name": "kendo-card-default-theme-color",
10962
- "value": "null",
10963
- "scope": "default",
10964
- "line": {
10965
- "start": 9,
10966
- "end": 9
10967
- }
10968
- },
10969
- "group": [
10970
- "card"
10971
- ],
10972
- "role": [
10973
- "default"
10974
- ],
10975
- "access": "public",
10976
- "file": {
10977
- "path": "card/_variables.scss",
10978
- "name": "_variables.scss"
10979
- }
10980
- },
10981
10853
  {
10982
10854
  "description": "The horizontal padding of the Card.\n",
10983
10855
  "commentRange": {
10984
- "start": 11,
10985
- "end": 12
10856
+ "start": 6,
10857
+ "end": 7
10986
10858
  },
10987
10859
  "context": {
10988
10860
  "type": "variable",
@@ -10990,8 +10862,8 @@
10990
10862
  "value": "k-spacing(4)",
10991
10863
  "scope": "default",
10992
10864
  "line": {
10993
- "start": 13,
10994
- "end": 13
10865
+ "start": 8,
10866
+ "end": 8
10995
10867
  }
10996
10868
  },
10997
10869
  "group": [
@@ -11006,8 +10878,8 @@
11006
10878
  {
11007
10879
  "description": "The vertical padding of the Card.\n",
11008
10880
  "commentRange": {
11009
- "start": 14,
11010
- "end": 15
10881
+ "start": 9,
10882
+ "end": 10
11011
10883
  },
11012
10884
  "context": {
11013
10885
  "type": "variable",
@@ -11015,8 +10887,8 @@
11015
10887
  "value": "k-spacing(3)",
11016
10888
  "scope": "default",
11017
10889
  "line": {
11018
- "start": 16,
11019
- "end": 16
10890
+ "start": 11,
10891
+ "end": 11
11020
10892
  }
11021
10893
  },
11022
10894
  "group": [
@@ -11031,8 +10903,8 @@
11031
10903
  {
11032
10904
  "description": "The width of the border around the Card.\n",
11033
10905
  "commentRange": {
11034
- "start": 17,
11035
- "end": 18
10906
+ "start": 12,
10907
+ "end": 13
11036
10908
  },
11037
10909
  "context": {
11038
10910
  "type": "variable",
@@ -11040,8 +10912,8 @@
11040
10912
  "value": "1px",
11041
10913
  "scope": "default",
11042
10914
  "line": {
11043
- "start": 19,
11044
- "end": 19
10915
+ "start": 14,
10916
+ "end": 14
11045
10917
  }
11046
10918
  },
11047
10919
  "group": [
@@ -11056,8 +10928,8 @@
11056
10928
  {
11057
10929
  "description": "The border radius of the Card.\n",
11058
10930
  "commentRange": {
11059
- "start": 20,
11060
- "end": 21
10931
+ "start": 15,
10932
+ "end": 16
11061
10933
  },
11062
10934
  "context": {
11063
10935
  "type": "variable",
@@ -11065,8 +10937,8 @@
11065
10937
  "value": "k-border-radius(lg)",
11066
10938
  "scope": "default",
11067
10939
  "line": {
11068
- "start": 22,
11069
- "end": 22
10940
+ "start": 17,
10941
+ "end": 17
11070
10942
  }
11071
10943
  },
11072
10944
  "group": [
@@ -11081,8 +10953,8 @@
11081
10953
  {
11082
10954
  "description": "The inner border radius of the Card.\n",
11083
10955
  "commentRange": {
11084
- "start": 23,
11085
- "end": 24
10956
+ "start": 18,
10957
+ "end": 19
11086
10958
  },
11087
10959
  "context": {
11088
10960
  "type": "variable",
@@ -11090,8 +10962,8 @@
11090
10962
  "value": "calc( #{$kendo-card-border-radius} - #{$kendo-card-border-width} )",
11091
10963
  "scope": "default",
11092
10964
  "line": {
11093
- "start": 25,
11094
- "end": 25
10965
+ "start": 20,
10966
+ "end": 20
11095
10967
  }
11096
10968
  },
11097
10969
  "group": [
@@ -11106,8 +10978,8 @@
11106
10978
  {
11107
10979
  "description": "The font family of the Card.\n",
11108
10980
  "commentRange": {
11109
- "start": 26,
11110
- "end": 27
10981
+ "start": 21,
10982
+ "end": 22
11111
10983
  },
11112
10984
  "context": {
11113
10985
  "type": "variable",
@@ -11115,8 +10987,8 @@
11115
10987
  "value": "var(--kendo-font-family)",
11116
10988
  "scope": "default",
11117
10989
  "line": {
11118
- "start": 28,
11119
- "end": 28
10990
+ "start": 23,
10991
+ "end": 23
11120
10992
  }
11121
10993
  },
11122
10994
  "group": [
@@ -11131,8 +11003,8 @@
11131
11003
  {
11132
11004
  "description": "The font size of the Card.\n",
11133
11005
  "commentRange": {
11134
- "start": 29,
11135
- "end": 30
11006
+ "start": 24,
11007
+ "end": 25
11136
11008
  },
11137
11009
  "context": {
11138
11010
  "type": "variable",
@@ -11140,8 +11012,8 @@
11140
11012
  "value": "var(--kendo-font-size)",
11141
11013
  "scope": "default",
11142
11014
  "line": {
11143
- "start": 31,
11144
- "end": 31
11015
+ "start": 26,
11016
+ "end": 26
11145
11017
  }
11146
11018
  },
11147
11019
  "group": [
@@ -11156,8 +11028,8 @@
11156
11028
  {
11157
11029
  "description": "The line height of the Card.\n",
11158
11030
  "commentRange": {
11159
- "start": 32,
11160
- "end": 33
11031
+ "start": 27,
11032
+ "end": 28
11161
11033
  },
11162
11034
  "context": {
11163
11035
  "type": "variable",
@@ -11165,8 +11037,8 @@
11165
11037
  "value": "var(--kendo-line-height)",
11166
11038
  "scope": "default",
11167
11039
  "line": {
11168
- "start": 34,
11169
- "end": 34
11040
+ "start": 29,
11041
+ "end": 29
11170
11042
  }
11171
11043
  },
11172
11044
  "group": [
@@ -11181,8 +11053,8 @@
11181
11053
  {
11182
11054
  "description": "The spacing between the Cards in the Card deck.\n",
11183
11055
  "commentRange": {
11184
- "start": 36,
11185
- "end": 37
11056
+ "start": 31,
11057
+ "end": 32
11186
11058
  },
11187
11059
  "context": {
11188
11060
  "type": "variable",
@@ -11190,8 +11062,8 @@
11190
11062
  "value": "k-spacing(4)",
11191
11063
  "scope": "default",
11192
11064
  "line": {
11193
- "start": 38,
11194
- "end": 38
11065
+ "start": 33,
11066
+ "end": 33
11195
11067
  }
11196
11068
  },
11197
11069
  "group": [
@@ -11206,8 +11078,8 @@
11206
11078
  {
11207
11079
  "description": "The background color of the Card.\n",
11208
11080
  "commentRange": {
11209
- "start": 40,
11210
- "end": 41
11081
+ "start": 35,
11082
+ "end": 36
11211
11083
  },
11212
11084
  "context": {
11213
11085
  "type": "variable",
@@ -11215,8 +11087,8 @@
11215
11087
  "value": "k-color(surface-alt)",
11216
11088
  "scope": "default",
11217
11089
  "line": {
11218
- "start": 42,
11219
- "end": 42
11090
+ "start": 37,
11091
+ "end": 37
11220
11092
  }
11221
11093
  },
11222
11094
  "group": [
@@ -11231,8 +11103,8 @@
11231
11103
  {
11232
11104
  "description": "The text color of the Card.\n",
11233
11105
  "commentRange": {
11234
- "start": 43,
11235
- "end": 44
11106
+ "start": 38,
11107
+ "end": 39
11236
11108
  },
11237
11109
  "context": {
11238
11110
  "type": "variable",
@@ -11240,8 +11112,8 @@
11240
11112
  "value": "k-color(on-app-surface)",
11241
11113
  "scope": "default",
11242
11114
  "line": {
11243
- "start": 45,
11244
- "end": 45
11115
+ "start": 40,
11116
+ "end": 40
11245
11117
  }
11246
11118
  },
11247
11119
  "group": [
@@ -11256,8 +11128,8 @@
11256
11128
  {
11257
11129
  "description": "The border color of the Card.\n",
11258
11130
  "commentRange": {
11259
- "start": 46,
11260
- "end": 47
11131
+ "start": 41,
11132
+ "end": 42
11261
11133
  },
11262
11134
  "context": {
11263
11135
  "type": "variable",
@@ -11265,8 +11137,8 @@
11265
11137
  "value": "k-color(border)",
11266
11138
  "scope": "default",
11267
11139
  "line": {
11268
- "start": 48,
11269
- "end": 48
11140
+ "start": 43,
11141
+ "end": 43
11270
11142
  }
11271
11143
  },
11272
11144
  "group": [
@@ -11281,8 +11153,8 @@
11281
11153
  {
11282
11154
  "description": "The shadow of the Card.\n",
11283
11155
  "commentRange": {
11284
- "start": 49,
11285
- "end": 50
11156
+ "start": 44,
11157
+ "end": 45
11286
11158
  },
11287
11159
  "context": {
11288
11160
  "type": "variable",
@@ -11290,8 +11162,8 @@
11290
11162
  "value": "k-elevation(1)",
11291
11163
  "scope": "default",
11292
11164
  "line": {
11293
- "start": 51,
11294
- "end": 51
11165
+ "start": 46,
11166
+ "end": 46
11295
11167
  }
11296
11168
  },
11297
11169
  "group": [
@@ -11306,8 +11178,8 @@
11306
11178
  {
11307
11179
  "description": "The background color of the focused Card.\n",
11308
11180
  "commentRange": {
11309
- "start": 53,
11310
- "end": 54
11181
+ "start": 48,
11182
+ "end": 49
11311
11183
  },
11312
11184
  "context": {
11313
11185
  "type": "variable",
@@ -11315,8 +11187,8 @@
11315
11187
  "value": "null",
11316
11188
  "scope": "default",
11317
11189
  "line": {
11318
- "start": 55,
11319
- "end": 55
11190
+ "start": 50,
11191
+ "end": 50
11320
11192
  }
11321
11193
  },
11322
11194
  "group": [
@@ -11331,8 +11203,8 @@
11331
11203
  {
11332
11204
  "description": "The text color of the focused Card.\n",
11333
11205
  "commentRange": {
11334
- "start": 56,
11335
- "end": 57
11206
+ "start": 51,
11207
+ "end": 52
11336
11208
  },
11337
11209
  "context": {
11338
11210
  "type": "variable",
@@ -11340,8 +11212,8 @@
11340
11212
  "value": "null",
11341
11213
  "scope": "default",
11342
11214
  "line": {
11343
- "start": 58,
11344
- "end": 58
11215
+ "start": 53,
11216
+ "end": 53
11345
11217
  }
11346
11218
  },
11347
11219
  "group": [
@@ -11356,8 +11228,8 @@
11356
11228
  {
11357
11229
  "description": "The border color of the focused Card.\n",
11358
11230
  "commentRange": {
11359
- "start": 59,
11360
- "end": 60
11231
+ "start": 54,
11232
+ "end": 55
11361
11233
  },
11362
11234
  "context": {
11363
11235
  "type": "variable",
@@ -11365,8 +11237,8 @@
11365
11237
  "value": "rgba( black, .15 )",
11366
11238
  "scope": "default",
11367
11239
  "line": {
11368
- "start": 61,
11369
- "end": 61
11240
+ "start": 56,
11241
+ "end": 56
11370
11242
  }
11371
11243
  },
11372
11244
  "group": [
@@ -11381,8 +11253,8 @@
11381
11253
  {
11382
11254
  "description": "The shadow of the focused Card.\n",
11383
11255
  "commentRange": {
11384
- "start": 65,
11385
- "end": 66
11256
+ "start": 60,
11257
+ "end": 61
11386
11258
  },
11387
11259
  "context": {
11388
11260
  "type": "variable",
@@ -11390,8 +11262,8 @@
11390
11262
  "value": "k-elevation(3)",
11391
11263
  "scope": "default",
11392
11264
  "line": {
11393
- "start": 67,
11394
- "end": 67
11265
+ "start": 62,
11266
+ "end": 62
11395
11267
  }
11396
11268
  },
11397
11269
  "group": [
@@ -11406,8 +11278,8 @@
11406
11278
  {
11407
11279
  "description": "The horizontal padding of the Card header.\n",
11408
11280
  "commentRange": {
11409
- "start": 69,
11410
- "end": 70
11281
+ "start": 64,
11282
+ "end": 65
11411
11283
  },
11412
11284
  "context": {
11413
11285
  "type": "variable",
@@ -11415,8 +11287,8 @@
11415
11287
  "value": "$kendo-card-padding-x",
11416
11288
  "scope": "default",
11417
11289
  "line": {
11418
- "start": 71,
11419
- "end": 71
11290
+ "start": 66,
11291
+ "end": 66
11420
11292
  }
11421
11293
  },
11422
11294
  "group": [
@@ -11431,8 +11303,8 @@
11431
11303
  {
11432
11304
  "description": "The vertical padding of the Card header.\n",
11433
11305
  "commentRange": {
11434
- "start": 72,
11435
- "end": 73
11306
+ "start": 67,
11307
+ "end": 68
11436
11308
  },
11437
11309
  "context": {
11438
11310
  "type": "variable",
@@ -11440,8 +11312,8 @@
11440
11312
  "value": "$kendo-card-padding-y",
11441
11313
  "scope": "default",
11442
11314
  "line": {
11443
- "start": 74,
11444
- "end": 74
11315
+ "start": 69,
11316
+ "end": 69
11445
11317
  }
11446
11318
  },
11447
11319
  "group": [
@@ -11456,8 +11328,8 @@
11456
11328
  {
11457
11329
  "description": "The bottom border width of the Card header.\n",
11458
11330
  "commentRange": {
11459
- "start": 75,
11460
- "end": 76
11331
+ "start": 70,
11332
+ "end": 71
11461
11333
  },
11462
11334
  "context": {
11463
11335
  "type": "variable",
@@ -11465,8 +11337,8 @@
11465
11337
  "value": "1px",
11466
11338
  "scope": "default",
11467
11339
  "line": {
11468
- "start": 77,
11469
- "end": 77
11340
+ "start": 72,
11341
+ "end": 72
11470
11342
  }
11471
11343
  },
11472
11344
  "group": [
@@ -11481,8 +11353,8 @@
11481
11353
  {
11482
11354
  "description": "The background color of the Card header.\n",
11483
11355
  "commentRange": {
11484
- "start": 78,
11485
- "end": 79
11356
+ "start": 73,
11357
+ "end": 74
11486
11358
  },
11487
11359
  "context": {
11488
11360
  "type": "variable",
@@ -11490,8 +11362,8 @@
11490
11362
  "value": "null",
11491
11363
  "scope": "default",
11492
11364
  "line": {
11493
- "start": 80,
11494
- "end": 80
11365
+ "start": 75,
11366
+ "end": 75
11495
11367
  }
11496
11368
  },
11497
11369
  "group": [
@@ -11506,8 +11378,8 @@
11506
11378
  {
11507
11379
  "description": "The text color of the Card header.\n",
11508
11380
  "commentRange": {
11509
- "start": 81,
11510
- "end": 82
11381
+ "start": 76,
11382
+ "end": 77
11511
11383
  },
11512
11384
  "context": {
11513
11385
  "type": "variable",
@@ -11515,8 +11387,8 @@
11515
11387
  "value": "k-color(on-app-surface)",
11516
11388
  "scope": "default",
11517
11389
  "line": {
11518
- "start": 83,
11519
- "end": 83
11390
+ "start": 78,
11391
+ "end": 78
11520
11392
  }
11521
11393
  },
11522
11394
  "group": [
@@ -11531,8 +11403,8 @@
11531
11403
  {
11532
11404
  "description": "The border color of the Card header.\n",
11533
11405
  "commentRange": {
11534
- "start": 84,
11535
- "end": 85
11406
+ "start": 79,
11407
+ "end": 80
11536
11408
  },
11537
11409
  "context": {
11538
11410
  "type": "variable",
@@ -11540,8 +11412,8 @@
11540
11412
  "value": "k-color(border)",
11541
11413
  "scope": "default",
11542
11414
  "line": {
11543
- "start": 86,
11544
- "end": 86
11415
+ "start": 81,
11416
+ "end": 81
11545
11417
  }
11546
11418
  },
11547
11419
  "group": [
@@ -11556,8 +11428,8 @@
11556
11428
  {
11557
11429
  "description": "The horizontal padding of the Card body.\n",
11558
11430
  "commentRange": {
11559
- "start": 88,
11560
- "end": 89
11431
+ "start": 83,
11432
+ "end": 84
11561
11433
  },
11562
11434
  "context": {
11563
11435
  "type": "variable",
@@ -11565,8 +11437,8 @@
11565
11437
  "value": "k-spacing(4)",
11566
11438
  "scope": "default",
11567
11439
  "line": {
11568
- "start": 90,
11569
- "end": 90
11440
+ "start": 85,
11441
+ "end": 85
11570
11442
  }
11571
11443
  },
11572
11444
  "group": [
@@ -11581,8 +11453,8 @@
11581
11453
  {
11582
11454
  "description": "The vertical padding of the Card body.\n",
11583
11455
  "commentRange": {
11584
- "start": 91,
11585
- "end": 92
11456
+ "start": 86,
11457
+ "end": 87
11586
11458
  },
11587
11459
  "context": {
11588
11460
  "type": "variable",
@@ -11590,8 +11462,8 @@
11590
11462
  "value": "k-spacing(4)",
11591
11463
  "scope": "default",
11592
11464
  "line": {
11593
- "start": 93,
11594
- "end": 93
11465
+ "start": 88,
11466
+ "end": 88
11595
11467
  }
11596
11468
  },
11597
11469
  "group": [
@@ -11606,8 +11478,8 @@
11606
11478
  {
11607
11479
  "description": "The horizontal padding of the Card footer.\n",
11608
11480
  "commentRange": {
11609
- "start": 95,
11610
- "end": 96
11481
+ "start": 90,
11482
+ "end": 91
11611
11483
  },
11612
11484
  "context": {
11613
11485
  "type": "variable",
@@ -11615,8 +11487,8 @@
11615
11487
  "value": "$kendo-card-padding-x",
11616
11488
  "scope": "default",
11617
11489
  "line": {
11618
- "start": 97,
11619
- "end": 97
11490
+ "start": 92,
11491
+ "end": 92
11620
11492
  }
11621
11493
  },
11622
11494
  "group": [
@@ -11631,8 +11503,8 @@
11631
11503
  {
11632
11504
  "description": "The vertical padding of the Card footer.\n",
11633
11505
  "commentRange": {
11634
- "start": 98,
11635
- "end": 99
11506
+ "start": 93,
11507
+ "end": 94
11636
11508
  },
11637
11509
  "context": {
11638
11510
  "type": "variable",
@@ -11640,8 +11512,8 @@
11640
11512
  "value": "$kendo-card-padding-y",
11641
11513
  "scope": "default",
11642
11514
  "line": {
11643
- "start": 100,
11644
- "end": 100
11515
+ "start": 95,
11516
+ "end": 95
11645
11517
  }
11646
11518
  },
11647
11519
  "group": [
@@ -11656,8 +11528,8 @@
11656
11528
  {
11657
11529
  "description": "The top border width of the Card footer.\n",
11658
11530
  "commentRange": {
11659
- "start": 101,
11660
- "end": 102
11531
+ "start": 96,
11532
+ "end": 97
11661
11533
  },
11662
11534
  "context": {
11663
11535
  "type": "variable",
@@ -11665,8 +11537,8 @@
11665
11537
  "value": "1px",
11666
11538
  "scope": "default",
11667
11539
  "line": {
11668
- "start": 103,
11669
- "end": 103
11540
+ "start": 98,
11541
+ "end": 98
11670
11542
  }
11671
11543
  },
11672
11544
  "group": [
@@ -11681,8 +11553,8 @@
11681
11553
  {
11682
11554
  "description": "The background color of the Card footer.\n",
11683
11555
  "commentRange": {
11684
- "start": 104,
11685
- "end": 105
11556
+ "start": 99,
11557
+ "end": 100
11686
11558
  },
11687
11559
  "context": {
11688
11560
  "type": "variable",
@@ -11690,8 +11562,8 @@
11690
11562
  "value": "null",
11691
11563
  "scope": "default",
11692
11564
  "line": {
11693
- "start": 106,
11694
- "end": 106
11565
+ "start": 101,
11566
+ "end": 101
11695
11567
  }
11696
11568
  },
11697
11569
  "group": [
@@ -11706,8 +11578,8 @@
11706
11578
  {
11707
11579
  "description": "The text color of the Card footer.\n",
11708
11580
  "commentRange": {
11709
- "start": 107,
11710
- "end": 108
11581
+ "start": 102,
11582
+ "end": 103
11711
11583
  },
11712
11584
  "context": {
11713
11585
  "type": "variable",
@@ -11715,8 +11587,8 @@
11715
11587
  "value": "k-color(on-app-surface)",
11716
11588
  "scope": "default",
11717
11589
  "line": {
11718
- "start": 109,
11719
- "end": 109
11590
+ "start": 104,
11591
+ "end": 104
11720
11592
  }
11721
11593
  },
11722
11594
  "group": [
@@ -11731,8 +11603,8 @@
11731
11603
  {
11732
11604
  "description": "The border color of the Card footer.\n",
11733
11605
  "commentRange": {
11734
- "start": 110,
11735
- "end": 111
11606
+ "start": 105,
11607
+ "end": 106
11736
11608
  },
11737
11609
  "context": {
11738
11610
  "type": "variable",
@@ -11740,8 +11612,8 @@
11740
11612
  "value": "k-color(border)",
11741
11613
  "scope": "default",
11742
11614
  "line": {
11743
- "start": 112,
11744
- "end": 112
11615
+ "start": 107,
11616
+ "end": 107
11745
11617
  }
11746
11618
  },
11747
11619
  "group": [
@@ -11756,8 +11628,8 @@
11756
11628
  {
11757
11629
  "description": "The bottom margin of the Card title.\n",
11758
11630
  "commentRange": {
11759
- "start": 114,
11760
- "end": 115
11631
+ "start": 109,
11632
+ "end": 110
11761
11633
  },
11762
11634
  "context": {
11763
11635
  "type": "variable",
@@ -11765,8 +11637,8 @@
11765
11637
  "value": "k-spacing(2)",
11766
11638
  "scope": "default",
11767
11639
  "line": {
11768
- "start": 116,
11769
- "end": 116
11640
+ "start": 111,
11641
+ "end": 111
11770
11642
  }
11771
11643
  },
11772
11644
  "group": [
@@ -11781,8 +11653,8 @@
11781
11653
  {
11782
11654
  "description": "The font size of the Card title.\n",
11783
11655
  "commentRange": {
11784
- "start": 117,
11785
- "end": 118
11656
+ "start": 112,
11657
+ "end": 113
11786
11658
  },
11787
11659
  "context": {
11788
11660
  "type": "variable",
@@ -11790,8 +11662,8 @@
11790
11662
  "value": "var(--kendo-font-size-lg)",
11791
11663
  "scope": "default",
11792
11664
  "line": {
11793
- "start": 119,
11794
- "end": 119
11665
+ "start": 114,
11666
+ "end": 114
11795
11667
  }
11796
11668
  },
11797
11669
  "group": [
@@ -11806,8 +11678,8 @@
11806
11678
  {
11807
11679
  "description": "The font family of the Card title.\n",
11808
11680
  "commentRange": {
11809
- "start": 120,
11810
- "end": 121
11681
+ "start": 115,
11682
+ "end": 116
11811
11683
  },
11812
11684
  "context": {
11813
11685
  "type": "variable",
@@ -11815,8 +11687,8 @@
11815
11687
  "value": "null",
11816
11688
  "scope": "default",
11817
11689
  "line": {
11818
- "start": 122,
11819
- "end": 122
11690
+ "start": 117,
11691
+ "end": 117
11820
11692
  }
11821
11693
  },
11822
11694
  "group": [
@@ -11831,8 +11703,8 @@
11831
11703
  {
11832
11704
  "description": "The line height of the Card title.\n",
11833
11705
  "commentRange": {
11834
- "start": 123,
11835
- "end": 124
11706
+ "start": 118,
11707
+ "end": 119
11836
11708
  },
11837
11709
  "context": {
11838
11710
  "type": "variable",
@@ -11840,8 +11712,8 @@
11840
11712
  "value": "var(--kendo-line-height-sm)",
11841
11713
  "scope": "default",
11842
11714
  "line": {
11843
- "start": 125,
11844
- "end": 125
11715
+ "start": 120,
11716
+ "end": 120
11845
11717
  }
11846
11718
  },
11847
11719
  "group": [
@@ -11856,8 +11728,8 @@
11856
11728
  {
11857
11729
  "description": "The font weight of the Card title.\n",
11858
11730
  "commentRange": {
11859
- "start": 126,
11860
- "end": 127
11731
+ "start": 121,
11732
+ "end": 122
11861
11733
  },
11862
11734
  "context": {
11863
11735
  "type": "variable",
@@ -11865,8 +11737,8 @@
11865
11737
  "value": "var(--kendo-font-weight-normal)",
11866
11738
  "scope": "default",
11867
11739
  "line": {
11868
- "start": 128,
11869
- "end": 128
11740
+ "start": 123,
11741
+ "end": 123
11870
11742
  }
11871
11743
  },
11872
11744
  "group": [
@@ -11881,8 +11753,8 @@
11881
11753
  {
11882
11754
  "description": "The letter spacing of the Card title.\n",
11883
11755
  "commentRange": {
11884
- "start": 129,
11885
- "end": 130
11756
+ "start": 124,
11757
+ "end": 125
11886
11758
  },
11887
11759
  "context": {
11888
11760
  "type": "variable",
@@ -11890,8 +11762,8 @@
11890
11762
  "value": "null",
11891
11763
  "scope": "default",
11892
11764
  "line": {
11893
- "start": 131,
11894
- "end": 131
11765
+ "start": 126,
11766
+ "end": 126
11895
11767
  }
11896
11768
  },
11897
11769
  "group": [
@@ -11906,8 +11778,8 @@
11906
11778
  {
11907
11779
  "description": "The bottom margin of the Card subtitle.\n",
11908
11780
  "commentRange": {
11909
- "start": 133,
11910
- "end": 134
11781
+ "start": 128,
11782
+ "end": 129
11911
11783
  },
11912
11784
  "context": {
11913
11785
  "type": "variable",
@@ -11915,8 +11787,8 @@
11915
11787
  "value": "k-spacing(2)",
11916
11788
  "scope": "default",
11917
11789
  "line": {
11918
- "start": 135,
11919
- "end": 135
11790
+ "start": 130,
11791
+ "end": 130
11920
11792
  }
11921
11793
  },
11922
11794
  "group": [
@@ -11931,8 +11803,8 @@
11931
11803
  {
11932
11804
  "description": "The font size of the Card subtitle.\n",
11933
11805
  "commentRange": {
11934
- "start": 136,
11935
- "end": 137
11806
+ "start": 131,
11807
+ "end": 132
11936
11808
  },
11937
11809
  "context": {
11938
11810
  "type": "variable",
@@ -11940,8 +11812,8 @@
11940
11812
  "value": "var(--kendo-font-size-sm)",
11941
11813
  "scope": "default",
11942
11814
  "line": {
11943
- "start": 138,
11944
- "end": 138
11815
+ "start": 133,
11816
+ "end": 133
11945
11817
  }
11946
11818
  },
11947
11819
  "group": [
@@ -11956,8 +11828,8 @@
11956
11828
  {
11957
11829
  "description": "The font family of the Card subtitle.\n",
11958
11830
  "commentRange": {
11959
- "start": 139,
11960
- "end": 140
11831
+ "start": 134,
11832
+ "end": 135
11961
11833
  },
11962
11834
  "context": {
11963
11835
  "type": "variable",
@@ -11965,8 +11837,8 @@
11965
11837
  "value": "null",
11966
11838
  "scope": "default",
11967
11839
  "line": {
11968
- "start": 141,
11969
- "end": 141
11840
+ "start": 136,
11841
+ "end": 136
11970
11842
  }
11971
11843
  },
11972
11844
  "group": [
@@ -11981,8 +11853,8 @@
11981
11853
  {
11982
11854
  "description": "The line height of the Card subtitle.\n",
11983
11855
  "commentRange": {
11984
- "start": 142,
11985
- "end": 143
11856
+ "start": 137,
11857
+ "end": 138
11986
11858
  },
11987
11859
  "context": {
11988
11860
  "type": "variable",
@@ -11990,8 +11862,8 @@
11990
11862
  "value": "var(--kendo-line-height-lg)",
11991
11863
  "scope": "default",
11992
11864
  "line": {
11993
- "start": 144,
11994
- "end": 144
11865
+ "start": 139,
11866
+ "end": 139
11995
11867
  }
11996
11868
  },
11997
11869
  "group": [
@@ -12006,8 +11878,8 @@
12006
11878
  {
12007
11879
  "description": "The font weight of the Card subtitle.\n",
12008
11880
  "commentRange": {
12009
- "start": 145,
12010
- "end": 146
11881
+ "start": 140,
11882
+ "end": 141
12011
11883
  },
12012
11884
  "context": {
12013
11885
  "type": "variable",
@@ -12015,8 +11887,8 @@
12015
11887
  "value": "var(--kendo-font-weight-normal)",
12016
11888
  "scope": "default",
12017
11889
  "line": {
12018
- "start": 147,
12019
- "end": 147
11890
+ "start": 142,
11891
+ "end": 142
12020
11892
  }
12021
11893
  },
12022
11894
  "group": [
@@ -12031,8 +11903,8 @@
12031
11903
  {
12032
11904
  "description": "The letter spacing of the Card subtitle.\n",
12033
11905
  "commentRange": {
12034
- "start": 148,
12035
- "end": 149
11906
+ "start": 143,
11907
+ "end": 144
12036
11908
  },
12037
11909
  "context": {
12038
11910
  "type": "variable",
@@ -12040,8 +11912,8 @@
12040
11912
  "value": "null",
12041
11913
  "scope": "default",
12042
11914
  "line": {
12043
- "start": 150,
12044
- "end": 150
11915
+ "start": 145,
11916
+ "end": 145
12045
11917
  }
12046
11918
  },
12047
11919
  "group": [
@@ -12056,8 +11928,8 @@
12056
11928
  {
12057
11929
  "description": "The text color of the Card subtitle.\n",
12058
11930
  "commentRange": {
12059
- "start": 151,
12060
- "end": 152
11931
+ "start": 146,
11932
+ "end": 147
12061
11933
  },
12062
11934
  "context": {
12063
11935
  "type": "variable",
@@ -12065,8 +11937,8 @@
12065
11937
  "value": "k-color(subtle)",
12066
11938
  "scope": "default",
12067
11939
  "line": {
12068
- "start": 153,
12069
- "end": 153
11940
+ "start": 148,
11941
+ "end": 148
12070
11942
  }
12071
11943
  },
12072
11944
  "group": [
@@ -12081,8 +11953,8 @@
12081
11953
  {
12082
11954
  "description": "The maximum width of the Card image.\n",
12083
11955
  "commentRange": {
12084
- "start": 155,
12085
- "end": 156
11956
+ "start": 150,
11957
+ "end": 151
12086
11958
  },
12087
11959
  "context": {
12088
11960
  "type": "variable",
@@ -12090,8 +11962,8 @@
12090
11962
  "value": "100px",
12091
11963
  "scope": "default",
12092
11964
  "line": {
12093
- "start": 157,
12094
- "end": 157
11965
+ "start": 152,
11966
+ "end": 152
12095
11967
  }
12096
11968
  },
12097
11969
  "group": [
@@ -12106,8 +11978,8 @@
12106
11978
  {
12107
11979
  "description": "The spacing between the Avatar and the text in the Card.\n",
12108
11980
  "commentRange": {
12109
- "start": 158,
12110
- "end": 159
11981
+ "start": 153,
11982
+ "end": 154
12111
11983
  },
12112
11984
  "context": {
12113
11985
  "type": "variable",
@@ -12115,8 +11987,8 @@
12115
11987
  "value": "k-spacing(2)",
12116
11988
  "scope": "default",
12117
11989
  "line": {
12118
- "start": 160,
12119
- "end": 160
11990
+ "start": 155,
11991
+ "end": 155
12120
11992
  }
12121
11993
  },
12122
11994
  "group": [
@@ -12131,8 +12003,8 @@
12131
12003
  {
12132
12004
  "description": "The horizontal padding of the Card actions.\n",
12133
12005
  "commentRange": {
12134
- "start": 162,
12135
- "end": 163
12006
+ "start": 157,
12007
+ "end": 158
12136
12008
  },
12137
12009
  "context": {
12138
12010
  "type": "variable",
@@ -12140,8 +12012,8 @@
12140
12012
  "value": "k-spacing(2)",
12141
12013
  "scope": "default",
12142
12014
  "line": {
12143
- "start": 164,
12144
- "end": 164
12015
+ "start": 159,
12016
+ "end": 159
12145
12017
  }
12146
12018
  },
12147
12019
  "group": [
@@ -12156,8 +12028,8 @@
12156
12028
  {
12157
12029
  "description": "The vertical padding of the Card actions.\n",
12158
12030
  "commentRange": {
12159
- "start": 165,
12160
- "end": 166
12031
+ "start": 160,
12032
+ "end": 161
12161
12033
  },
12162
12034
  "context": {
12163
12035
  "type": "variable",
@@ -12165,8 +12037,8 @@
12165
12037
  "value": "k-spacing(2)",
12166
12038
  "scope": "default",
12167
12039
  "line": {
12168
- "start": 167,
12169
- "end": 167
12040
+ "start": 162,
12041
+ "end": 162
12170
12042
  }
12171
12043
  },
12172
12044
  "group": [
@@ -12181,8 +12053,8 @@
12181
12053
  {
12182
12054
  "description": "The top border width of the Card actions.\n",
12183
12055
  "commentRange": {
12184
- "start": 168,
12185
- "end": 169
12056
+ "start": 163,
12057
+ "end": 164
12186
12058
  },
12187
12059
  "context": {
12188
12060
  "type": "variable",
@@ -12190,8 +12062,8 @@
12190
12062
  "value": "0",
12191
12063
  "scope": "default",
12192
12064
  "line": {
12193
- "start": 170,
12194
- "end": 170
12065
+ "start": 165,
12066
+ "end": 165
12195
12067
  }
12196
12068
  },
12197
12069
  "group": [
@@ -12206,8 +12078,8 @@
12206
12078
  {
12207
12079
  "description": "The spacing between the Card actions.\n",
12208
12080
  "commentRange": {
12209
- "start": 171,
12210
- "end": 172
12081
+ "start": 166,
12082
+ "end": 167
12211
12083
  },
12212
12084
  "context": {
12213
12085
  "type": "variable",
@@ -12215,8 +12087,8 @@
12215
12087
  "value": "k-spacing(2)",
12216
12088
  "scope": "default",
12217
12089
  "line": {
12218
- "start": 173,
12219
- "end": 173
12090
+ "start": 168,
12091
+ "end": 168
12220
12092
  }
12221
12093
  },
12222
12094
  "group": [
@@ -12231,8 +12103,8 @@
12231
12103
  {
12232
12104
  "description": "The border radius of the scroll button in the Card deck.\n",
12233
12105
  "commentRange": {
12234
- "start": 175,
12235
- "end": 176
12106
+ "start": 170,
12107
+ "end": 171
12236
12108
  },
12237
12109
  "context": {
12238
12110
  "type": "variable",
@@ -12240,8 +12112,8 @@
12240
12112
  "value": "0px",
12241
12113
  "scope": "default",
12242
12114
  "line": {
12243
- "start": 177,
12244
- "end": 177
12115
+ "start": 172,
12116
+ "end": 172
12245
12117
  }
12246
12118
  },
12247
12119
  "group": [
@@ -12256,8 +12128,8 @@
12256
12128
  {
12257
12129
  "description": "The border radius of the scroll button in the Card deck.\n",
12258
12130
  "commentRange": {
12259
- "start": 178,
12260
- "end": 179
12131
+ "start": 173,
12132
+ "end": 174
12261
12133
  },
12262
12134
  "context": {
12263
12135
  "type": "variable",
@@ -12265,8 +12137,8 @@
12265
12137
  "value": "-$kendo-button-border-width",
12266
12138
  "scope": "default",
12267
12139
  "line": {
12268
- "start": 180,
12269
- "end": 180
12140
+ "start": 175,
12141
+ "end": 175
12270
12142
  }
12271
12143
  },
12272
12144
  "group": [
@@ -12281,8 +12153,8 @@
12281
12153
  {
12282
12154
  "description": "The width of the Card callout.\n",
12283
12155
  "commentRange": {
12284
- "start": 182,
12285
- "end": 183
12156
+ "start": 177,
12157
+ "end": 178
12286
12158
  },
12287
12159
  "context": {
12288
12160
  "type": "variable",
@@ -12290,8 +12162,8 @@
12290
12162
  "value": "20px",
12291
12163
  "scope": "default",
12292
12164
  "line": {
12293
- "start": 184,
12294
- "end": 184
12165
+ "start": 179,
12166
+ "end": 179
12295
12167
  }
12296
12168
  },
12297
12169
  "group": [
@@ -12306,8 +12178,8 @@
12306
12178
  {
12307
12179
  "description": "The height of the Card callout.\n",
12308
12180
  "commentRange": {
12309
- "start": 185,
12310
- "end": 186
12181
+ "start": 180,
12182
+ "end": 181
12311
12183
  },
12312
12184
  "context": {
12313
12185
  "type": "variable",
@@ -12315,8 +12187,8 @@
12315
12187
  "value": "20px",
12316
12188
  "scope": "default",
12317
12189
  "line": {
12318
- "start": 187,
12319
- "end": 187
12190
+ "start": 182,
12191
+ "end": 182
12320
12192
  }
12321
12193
  },
12322
12194
  "group": [
@@ -22608,8 +22480,8 @@
22608
22480
  {
22609
22481
  "description": "The global default Colors map.\n",
22610
22482
  "commentRange": {
22611
- "start": 187,
22612
- "end": 441
22483
+ "start": 163,
22484
+ "end": 385
22613
22485
  },
22614
22486
  "context": {
22615
22487
  "type": "variable",
@@ -22617,8 +22489,8 @@
22617
22489
  "value": "$_default-colors",
22618
22490
  "scope": "default",
22619
22491
  "line": {
22620
- "start": 442,
22621
- "end": 442
22492
+ "start": 386,
22493
+ "end": 386
22622
22494
  }
22623
22495
  },
22624
22496
  "group": [
@@ -22766,38 +22638,6 @@
22766
22638
  ],
22767
22639
  "description": "The Error variable group."
22768
22640
  },
22769
- {
22770
- "name": "light",
22771
- "value": [
22772
- "light-subtle",
22773
- "light-subtle-hover",
22774
- "light-subtle-active",
22775
- "light",
22776
- "light-hover",
22777
- "light-active",
22778
- "light-emphasis",
22779
- "light-on-subtle",
22780
- "on-light",
22781
- "light-on-surface"
22782
- ],
22783
- "description": "The Light variable group."
22784
- },
22785
- {
22786
- "name": "dark",
22787
- "value": [
22788
- "dark-subtle",
22789
- "dark-subtle-hover",
22790
- "dark-subtle-active",
22791
- "dark",
22792
- "dark-hover",
22793
- "dark-active",
22794
- "dark-emphasis",
22795
- "dark-on-subtle",
22796
- "on-dark",
22797
- "dark-on-surface"
22798
- ],
22799
- "description": "The Dark variable group."
22800
- },
22801
22641
  {
22802
22642
  "name": "inverse",
22803
22643
  "value": [
@@ -23324,106 +23164,6 @@
23324
23164
  "name": "error-on-surface",
23325
23165
  "description": "The text color variable for content on surface."
23326
23166
  },
23327
- {
23328
- "type": "Color",
23329
- "name": "light-subtle",
23330
- "description": "The light subtle background color variable."
23331
- },
23332
- {
23333
- "type": "Color",
23334
- "name": "light-subtle-hover",
23335
- "description": "The light subtle background color variable for the hover state."
23336
- },
23337
- {
23338
- "type": "Color",
23339
- "name": "light-subtle-active",
23340
- "description": "The light subtle background color variable for the active state."
23341
- },
23342
- {
23343
- "type": "Color",
23344
- "name": "light",
23345
- "description": "The light background color variable."
23346
- },
23347
- {
23348
- "type": "Color",
23349
- "name": "light-hover",
23350
- "description": "The light background color variable for the hover state."
23351
- },
23352
- {
23353
- "type": "Color",
23354
- "name": "light-active",
23355
- "description": "The light background color variable for the active state."
23356
- },
23357
- {
23358
- "type": "Color",
23359
- "name": "light-emphasis",
23360
- "description": "The emphasized light color variable."
23361
- },
23362
- {
23363
- "type": "Color",
23364
- "name": "light-on-subtle",
23365
- "description": "The text color variable for content on light subtle."
23366
- },
23367
- {
23368
- "type": "Color",
23369
- "name": "on-light",
23370
- "description": "The text color variable for content on light."
23371
- },
23372
- {
23373
- "type": "Color",
23374
- "name": "light-on-surface",
23375
- "description": "The text color variable for content on surface."
23376
- },
23377
- {
23378
- "type": "Color",
23379
- "name": "dark-subtle",
23380
- "description": "The dark subtle background color variable."
23381
- },
23382
- {
23383
- "type": "Color",
23384
- "name": "dark-subtle-hover",
23385
- "description": "The dark subtle background color variable for the hover state."
23386
- },
23387
- {
23388
- "type": "Color",
23389
- "name": "dark-subtle-active",
23390
- "description": "The dark subtle background color variable for the active state."
23391
- },
23392
- {
23393
- "type": "Color",
23394
- "name": "dark",
23395
- "description": "The dark background color variable."
23396
- },
23397
- {
23398
- "type": "Color",
23399
- "name": "dark-hover",
23400
- "description": "The dark background color variable for the hover state."
23401
- },
23402
- {
23403
- "type": "Color",
23404
- "name": "dark-active",
23405
- "description": "The dark background color variable for the active state."
23406
- },
23407
- {
23408
- "type": "Color",
23409
- "name": "dark-emphasis",
23410
- "description": "The emphasized dark color variable."
23411
- },
23412
- {
23413
- "type": "Color",
23414
- "name": "dark-on-subtle",
23415
- "description": "The text color variable for content on dark subtle."
23416
- },
23417
- {
23418
- "type": "Color",
23419
- "name": "on-dark",
23420
- "description": "The text color variable for content on dark."
23421
- },
23422
- {
23423
- "type": "Color",
23424
- "name": "dark-on-surface",
23425
- "description": "The text color variable for content on surface."
23426
- },
23427
23167
  {
23428
23168
  "type": "Color",
23429
23169
  "name": "inverse-subtle",
@@ -24292,39 +24032,11 @@
24292
24032
  "name": "_variables.scss"
24293
24033
  }
24294
24034
  },
24295
- {
24296
- "description": "The default theme color of the Dialog.\n",
24297
- "commentRange": {
24298
- "start": 7,
24299
- "end": 9
24300
- },
24301
- "context": {
24302
- "type": "variable",
24303
- "name": "kendo-dialog-default-theme-color",
24304
- "value": "null",
24305
- "scope": "default",
24306
- "line": {
24307
- "start": 10,
24308
- "end": 10
24309
- }
24310
- },
24311
- "group": [
24312
- "dialog"
24313
- ],
24314
- "role": [
24315
- "default"
24316
- ],
24317
- "access": "public",
24318
- "file": {
24319
- "path": "dialog/_variables.scss",
24320
- "name": "_variables.scss"
24321
- }
24322
- },
24323
24035
  {
24324
24036
  "description": "The background color of the Dialog titlebar.\n",
24325
24037
  "commentRange": {
24326
- "start": 12,
24327
- "end": 13
24038
+ "start": 7,
24039
+ "end": 8
24328
24040
  },
24329
24041
  "context": {
24330
24042
  "type": "variable",
@@ -24332,8 +24044,8 @@
24332
24044
  "value": "k-color(surface)",
24333
24045
  "scope": "default",
24334
24046
  "line": {
24335
- "start": 14,
24336
- "end": 14
24047
+ "start": 9,
24048
+ "end": 9
24337
24049
  }
24338
24050
  },
24339
24051
  "group": [
@@ -24348,8 +24060,8 @@
24348
24060
  {
24349
24061
  "description": "The text color of the Dialog titlebar.\n",
24350
24062
  "commentRange": {
24351
- "start": 15,
24352
- "end": 16
24063
+ "start": 10,
24064
+ "end": 11
24353
24065
  },
24354
24066
  "context": {
24355
24067
  "type": "variable",
@@ -24357,8 +24069,8 @@
24357
24069
  "value": "k-color(on-app-surface)",
24358
24070
  "scope": "default",
24359
24071
  "line": {
24360
- "start": 17,
24361
- "end": 17
24072
+ "start": 12,
24073
+ "end": 12
24362
24074
  }
24363
24075
  },
24364
24076
  "group": [
@@ -24373,8 +24085,8 @@
24373
24085
  {
24374
24086
  "description": "The border color of the Dialog titlebar.\n",
24375
24087
  "commentRange": {
24376
- "start": 18,
24377
- "end": 19
24088
+ "start": 13,
24089
+ "end": 14
24378
24090
  },
24379
24091
  "context": {
24380
24092
  "type": "variable",
@@ -24382,8 +24094,8 @@
24382
24094
  "value": "inherit",
24383
24095
  "scope": "default",
24384
24096
  "line": {
24385
- "start": 20,
24386
- "end": 20
24097
+ "start": 15,
24098
+ "end": 15
24387
24099
  }
24388
24100
  },
24389
24101
  "group": [
@@ -24398,8 +24110,8 @@
24398
24110
  {
24399
24111
  "description": "The horizontal padding of the Dialog action buttons.\n",
24400
24112
  "commentRange": {
24401
- "start": 22,
24402
- "end": 23
24113
+ "start": 17,
24114
+ "end": 18
24403
24115
  },
24404
24116
  "context": {
24405
24117
  "type": "variable",
@@ -24407,8 +24119,8 @@
24407
24119
  "value": "$kendo-actions-padding-x",
24408
24120
  "scope": "default",
24409
24121
  "line": {
24410
- "start": 24,
24411
- "end": 24
24122
+ "start": 19,
24123
+ "end": 19
24412
24124
  }
24413
24125
  },
24414
24126
  "group": [
@@ -24423,8 +24135,8 @@
24423
24135
  {
24424
24136
  "description": "The vertical padding of the Dialog action buttons.\n",
24425
24137
  "commentRange": {
24426
- "start": 25,
24427
- "end": 26
24138
+ "start": 20,
24139
+ "end": 21
24428
24140
  },
24429
24141
  "context": {
24430
24142
  "type": "variable",
@@ -24432,8 +24144,8 @@
24432
24144
  "value": "$kendo-actions-padding-y",
24433
24145
  "scope": "default",
24434
24146
  "line": {
24435
- "start": 27,
24436
- "end": 27
24147
+ "start": 22,
24148
+ "end": 22
24437
24149
  }
24438
24150
  },
24439
24151
  "group": [
@@ -24448,8 +24160,8 @@
24448
24160
  {
24449
24161
  "description": "The width of the top border of the Dialog action buttons.\n",
24450
24162
  "commentRange": {
24451
- "start": 28,
24452
- "end": 29
24163
+ "start": 23,
24164
+ "end": 24
24453
24165
  },
24454
24166
  "context": {
24455
24167
  "type": "variable",
@@ -24457,8 +24169,8 @@
24457
24169
  "value": "1px",
24458
24170
  "scope": "default",
24459
24171
  "line": {
24460
- "start": 30,
24461
- "end": 30
24172
+ "start": 25,
24173
+ "end": 25
24462
24174
  }
24463
24175
  },
24464
24176
  "group": [
@@ -24473,8 +24185,8 @@
24473
24185
  {
24474
24186
  "description": "The spacing between the Dialog action buttons.\n",
24475
24187
  "commentRange": {
24476
- "start": 31,
24477
- "end": 32
24188
+ "start": 26,
24189
+ "end": 27
24478
24190
  },
24479
24191
  "context": {
24480
24192
  "type": "variable",
@@ -24482,8 +24194,8 @@
24482
24194
  "value": "$kendo-actions-button-spacing",
24483
24195
  "scope": "default",
24484
24196
  "line": {
24485
- "start": 33,
24486
- "end": 33
24197
+ "start": 28,
24198
+ "end": 28
24487
24199
  }
24488
24200
  },
24489
24201
  "group": [
@@ -24498,8 +24210,8 @@
24498
24210
  {
24499
24211
  "description": "The background color of the Dialog.\n",
24500
24212
  "commentRange": {
24501
- "start": 35,
24502
- "end": 36
24213
+ "start": 30,
24214
+ "end": 31
24503
24215
  },
24504
24216
  "context": {
24505
24217
  "type": "variable",
@@ -24507,8 +24219,8 @@
24507
24219
  "value": "k-color(surface-alt)",
24508
24220
  "scope": "default",
24509
24221
  "line": {
24510
- "start": 37,
24511
- "end": 37
24222
+ "start": 32,
24223
+ "end": 32
24512
24224
  }
24513
24225
  },
24514
24226
  "group": [
@@ -49960,7 +49672,7 @@
49960
49672
  "context": {
49961
49673
  "type": "variable",
49962
49674
  "name": "kendo-notification-theme-colors",
49963
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
49675
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
49964
49676
  "scope": "default",
49965
49677
  "line": {
49966
49678
  "start": 63,
@@ -51251,48 +50963,20 @@
51251
50963
  "name": "_variables.scss"
51252
50964
  }
51253
50965
  },
51254
- {
51255
- "description": "The default theme color of the Overlay.\n",
51256
- "commentRange": {
51257
- "start": 1,
51258
- "end": 3
51259
- },
51260
- "context": {
51261
- "type": "variable",
51262
- "name": "kendo-overlay-default-theme-color",
51263
- "value": "\"inverse\"",
51264
- "scope": "default",
51265
- "line": {
51266
- "start": 4,
51267
- "end": 4
51268
- }
51269
- },
51270
- "group": [
51271
- "overlay"
51272
- ],
51273
- "role": [
51274
- "default"
51275
- ],
51276
- "access": "public",
51277
- "file": {
51278
- "path": "overlay/_variables.scss",
51279
- "name": "_variables.scss"
51280
- }
51281
- },
51282
50966
  {
51283
50967
  "description": "The background color of the Overlay.\n",
51284
50968
  "commentRange": {
51285
- "start": 6,
51286
- "end": 7
50969
+ "start": 3,
50970
+ "end": 4
51287
50971
  },
51288
50972
  "context": {
51289
50973
  "type": "variable",
51290
50974
  "name": "kendo-overlay-bg",
51291
- "value": "null",
50975
+ "value": "k-color(inverse)",
51292
50976
  "scope": "default",
51293
50977
  "line": {
51294
- "start": 8,
51295
- "end": 8
50978
+ "start": 5,
50979
+ "end": 5
51296
50980
  }
51297
50981
  },
51298
50982
  "group": [
@@ -51307,8 +50991,8 @@
51307
50991
  {
51308
50992
  "description": "The opacity of the Overlay.\n",
51309
50993
  "commentRange": {
51310
- "start": 9,
51311
- "end": 10
50994
+ "start": 6,
50995
+ "end": 7
51312
50996
  },
51313
50997
  "context": {
51314
50998
  "type": "variable",
@@ -51316,8 +51000,8 @@
51316
51000
  "value": ".5",
51317
51001
  "scope": "default",
51318
51002
  "line": {
51319
- "start": 11,
51320
- "end": 11
51003
+ "start": 8,
51004
+ "end": 8
51321
51005
  }
51322
51006
  },
51323
51007
  "group": [
@@ -64697,8 +64381,8 @@
64697
64381
  {
64698
64382
  "description": "The duration of the ScrollView transition.\n",
64699
64383
  "commentRange": {
64700
- "start": 85,
64701
- "end": 86
64384
+ "start": 84,
64385
+ "end": 85
64702
64386
  },
64703
64387
  "context": {
64704
64388
  "type": "variable",
@@ -64706,8 +64390,8 @@
64706
64390
  "value": ".3s",
64707
64391
  "scope": "default",
64708
64392
  "line": {
64709
- "start": 87,
64710
- "end": 87
64393
+ "start": 86,
64394
+ "end": 86
64711
64395
  }
64712
64396
  },
64713
64397
  "group": [
@@ -64722,8 +64406,8 @@
64722
64406
  {
64723
64407
  "description": "The timing function of the ScrollView transition.\n",
64724
64408
  "commentRange": {
64725
- "start": 88,
64726
- "end": 89
64409
+ "start": 87,
64410
+ "end": 88
64727
64411
  },
64728
64412
  "context": {
64729
64413
  "type": "variable",
@@ -64731,8 +64415,8 @@
64731
64415
  "value": "ease-in-out",
64732
64416
  "scope": "default",
64733
64417
  "line": {
64734
- "start": 90,
64735
- "end": 90
64418
+ "start": 89,
64419
+ "end": 89
64736
64420
  }
64737
64421
  },
64738
64422
  "group": [
@@ -82817,7 +82501,7 @@
82817
82501
  "context": {
82818
82502
  "type": "variable",
82819
82503
  "name": "kendo-tooltip-theme-colors",
82820
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
82504
+ "value": "(\"base\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
82821
82505
  "scope": "default",
82822
82506
  "line": {
82823
82507
  "start": 57,
@@ -87939,39 +87623,11 @@
87939
87623
  "name": "_variables.scss"
87940
87624
  }
87941
87625
  },
87942
- {
87943
- "description": "The default theme color of the Window.\n",
87944
- "commentRange": {
87945
- "start": 12,
87946
- "end": 14
87947
- },
87948
- "context": {
87949
- "type": "variable",
87950
- "name": "kendo-window-default-theme-color",
87951
- "value": "null",
87952
- "scope": "default",
87953
- "line": {
87954
- "start": 15,
87955
- "end": 15
87956
- }
87957
- },
87958
- "group": [
87959
- "window"
87960
- ],
87961
- "role": [
87962
- "default"
87963
- ],
87964
- "access": "public",
87965
- "file": {
87966
- "path": "window/_variables.scss",
87967
- "name": "_variables.scss"
87968
- }
87969
- },
87970
87626
  {
87971
87627
  "description": "The width of the border around the Window.\n",
87972
87628
  "commentRange": {
87973
- "start": 17,
87974
- "end": 18
87629
+ "start": 12,
87630
+ "end": 13
87975
87631
  },
87976
87632
  "context": {
87977
87633
  "type": "variable",
@@ -87979,8 +87635,8 @@
87979
87635
  "value": "1px",
87980
87636
  "scope": "default",
87981
87637
  "line": {
87982
- "start": 19,
87983
- "end": 19
87638
+ "start": 14,
87639
+ "end": 14
87984
87640
  }
87985
87641
  },
87986
87642
  "group": [
@@ -87995,8 +87651,8 @@
87995
87651
  {
87996
87652
  "description": "The border radius of the Window.\n",
87997
87653
  "commentRange": {
87998
- "start": 20,
87999
- "end": 21
87654
+ "start": 15,
87655
+ "end": 16
88000
87656
  },
88001
87657
  "context": {
88002
87658
  "type": "variable",
@@ -88004,8 +87660,8 @@
88004
87660
  "value": "k-spacing(1)",
88005
87661
  "scope": "default",
88006
87662
  "line": {
88007
- "start": 22,
88008
- "end": 22
87663
+ "start": 17,
87664
+ "end": 17
88009
87665
  }
88010
87666
  },
88011
87667
  "group": [
@@ -88020,8 +87676,8 @@
88020
87676
  {
88021
87677
  "description": "The font family of the Window.\n",
88022
87678
  "commentRange": {
88023
- "start": 23,
88024
- "end": 24
87679
+ "start": 18,
87680
+ "end": 19
88025
87681
  },
88026
87682
  "context": {
88027
87683
  "type": "variable",
@@ -88029,8 +87685,8 @@
88029
87685
  "value": "var(--kendo-font-family)",
88030
87686
  "scope": "default",
88031
87687
  "line": {
88032
- "start": 25,
88033
- "end": 25
87688
+ "start": 20,
87689
+ "end": 20
88034
87690
  }
88035
87691
  },
88036
87692
  "group": [
@@ -88045,8 +87701,8 @@
88045
87701
  {
88046
87702
  "description": "The font size of the Window.\n",
88047
87703
  "commentRange": {
88048
- "start": 26,
88049
- "end": 27
87704
+ "start": 21,
87705
+ "end": 22
88050
87706
  },
88051
87707
  "context": {
88052
87708
  "type": "variable",
@@ -88054,8 +87710,8 @@
88054
87710
  "value": "var(--kendo-font-size)",
88055
87711
  "scope": "default",
88056
87712
  "line": {
88057
- "start": 28,
88058
- "end": 28
87713
+ "start": 23,
87714
+ "end": 23
88059
87715
  }
88060
87716
  },
88061
87717
  "group": [
@@ -88070,8 +87726,8 @@
88070
87726
  {
88071
87727
  "description": "The line height of the Window.\n",
88072
87728
  "commentRange": {
88073
- "start": 29,
88074
- "end": 30
87729
+ "start": 24,
87730
+ "end": 25
88075
87731
  },
88076
87732
  "context": {
88077
87733
  "type": "variable",
@@ -88079,8 +87735,8 @@
88079
87735
  "value": "var(--kendo-line-height)",
88080
87736
  "scope": "default",
88081
87737
  "line": {
88082
- "start": 31,
88083
- "end": 31
87738
+ "start": 26,
87739
+ "end": 26
88084
87740
  }
88085
87741
  },
88086
87742
  "group": [
@@ -88095,8 +87751,8 @@
88095
87751
  {
88096
87752
  "description": "The horizontal padding of the Window titlebar.\n",
88097
87753
  "commentRange": {
88098
- "start": 33,
88099
- "end": 34
87754
+ "start": 28,
87755
+ "end": 29
88100
87756
  },
88101
87757
  "context": {
88102
87758
  "type": "variable",
@@ -88104,8 +87760,8 @@
88104
87760
  "value": "k-spacing(3)",
88105
87761
  "scope": "default",
88106
87762
  "line": {
88107
- "start": 35,
88108
- "end": 35
87763
+ "start": 30,
87764
+ "end": 30
88109
87765
  }
88110
87766
  },
88111
87767
  "group": [
@@ -88120,8 +87776,8 @@
88120
87776
  {
88121
87777
  "description": "The vertical padding of the Window titlebar.\n",
88122
87778
  "commentRange": {
88123
- "start": 36,
88124
- "end": 37
87779
+ "start": 31,
87780
+ "end": 32
88125
87781
  },
88126
87782
  "context": {
88127
87783
  "type": "variable",
@@ -88129,8 +87785,8 @@
88129
87785
  "value": "k-spacing(2)",
88130
87786
  "scope": "default",
88131
87787
  "line": {
88132
- "start": 38,
88133
- "end": 38
87788
+ "start": 33,
87789
+ "end": 33
88134
87790
  }
88135
87791
  },
88136
87792
  "group": [
@@ -88145,8 +87801,8 @@
88145
87801
  {
88146
87802
  "description": "The width of the border of the Window titlebar.\n",
88147
87803
  "commentRange": {
88148
- "start": 39,
88149
- "end": 40
87804
+ "start": 34,
87805
+ "end": 35
88150
87806
  },
88151
87807
  "context": {
88152
87808
  "type": "variable",
@@ -88154,8 +87810,8 @@
88154
87810
  "value": "0 0 1px",
88155
87811
  "scope": "default",
88156
87812
  "line": {
88157
- "start": 41,
88158
- "end": 41
87813
+ "start": 36,
87814
+ "end": 36
88159
87815
  }
88160
87816
  },
88161
87817
  "group": [
@@ -88170,8 +87826,8 @@
88170
87826
  {
88171
87827
  "description": "The style of the border of the Window titlebar.\n",
88172
87828
  "commentRange": {
88173
- "start": 42,
88174
- "end": 43
87829
+ "start": 37,
87830
+ "end": 38
88175
87831
  },
88176
87832
  "context": {
88177
87833
  "type": "variable",
@@ -88179,8 +87835,8 @@
88179
87835
  "value": "solid",
88180
87836
  "scope": "default",
88181
87837
  "line": {
88182
- "start": 44,
88183
- "end": 44
87838
+ "start": 39,
87839
+ "end": 39
88184
87840
  }
88185
87841
  },
88186
87842
  "group": [
@@ -88195,8 +87851,8 @@
88195
87851
  {
88196
87852
  "description": "The font size of the title of the Window.\n",
88197
87853
  "commentRange": {
88198
- "start": 46,
88199
- "end": 47
87854
+ "start": 41,
87855
+ "end": 42
88200
87856
  },
88201
87857
  "context": {
88202
87858
  "type": "variable",
@@ -88204,8 +87860,8 @@
88204
87860
  "value": "var(--kendo-font-size-lg)",
88205
87861
  "scope": "default",
88206
87862
  "line": {
88207
- "start": 48,
88208
- "end": 48
87863
+ "start": 43,
87864
+ "end": 43
88209
87865
  }
88210
87866
  },
88211
87867
  "group": [
@@ -88220,8 +87876,8 @@
88220
87876
  {
88221
87877
  "description": "The line height of the title of the Window.\n",
88222
87878
  "commentRange": {
88223
- "start": 49,
88224
- "end": 50
87879
+ "start": 44,
87880
+ "end": 45
88225
87881
  },
88226
87882
  "context": {
88227
87883
  "type": "variable",
@@ -88229,8 +87885,8 @@
88229
87885
  "value": "var(--kendo-line-height-sm)",
88230
87886
  "scope": "default",
88231
87887
  "line": {
88232
- "start": 51,
88233
- "end": 51
87888
+ "start": 46,
87889
+ "end": 46
88234
87890
  }
88235
87891
  },
88236
87892
  "group": [
@@ -88245,8 +87901,8 @@
88245
87901
  {
88246
87902
  "description": "The spacing between the buttons in the Window titlebar.\n",
88247
87903
  "commentRange": {
88248
- "start": 53,
88249
- "end": 54
87904
+ "start": 48,
87905
+ "end": 49
88250
87906
  },
88251
87907
  "context": {
88252
87908
  "type": "variable",
@@ -88254,8 +87910,8 @@
88254
87910
  "value": "null",
88255
87911
  "scope": "default",
88256
87912
  "line": {
88257
- "start": 55,
88258
- "end": 55
87913
+ "start": 50,
87914
+ "end": 50
88259
87915
  }
88260
87916
  },
88261
87917
  "group": [
@@ -88270,8 +87926,8 @@
88270
87926
  {
88271
87927
  "description": "The opacity of the buttons in the Window titlebar.\n",
88272
87928
  "commentRange": {
88273
- "start": 56,
88274
- "end": 57
87929
+ "start": 51,
87930
+ "end": 52
88275
87931
  },
88276
87932
  "context": {
88277
87933
  "type": "variable",
@@ -88279,8 +87935,8 @@
88279
87935
  "value": "null",
88280
87936
  "scope": "default",
88281
87937
  "line": {
88282
- "start": 58,
88283
- "end": 58
87938
+ "start": 53,
87939
+ "end": 53
88284
87940
  }
88285
87941
  },
88286
87942
  "group": [
@@ -88295,8 +87951,8 @@
88295
87951
  {
88296
87952
  "description": "The opacity of the hovered buttons in the Window titlebar.\n",
88297
87953
  "commentRange": {
88298
- "start": 59,
88299
- "end": 60
87954
+ "start": 54,
87955
+ "end": 55
88300
87956
  },
88301
87957
  "context": {
88302
87958
  "type": "variable",
@@ -88304,8 +87960,8 @@
88304
87960
  "value": "null",
88305
87961
  "scope": "default",
88306
87962
  "line": {
88307
- "start": 61,
88308
- "end": 61
87963
+ "start": 56,
87964
+ "end": 56
88309
87965
  }
88310
87966
  },
88311
87967
  "group": [
@@ -88320,8 +87976,8 @@
88320
87976
  {
88321
87977
  "description": "The horizontal padding of the content of the Window.\n",
88322
87978
  "commentRange": {
88323
- "start": 63,
88324
- "end": 64
87979
+ "start": 58,
87980
+ "end": 59
88325
87981
  },
88326
87982
  "context": {
88327
87983
  "type": "variable",
@@ -88329,8 +87985,8 @@
88329
87985
  "value": "k-spacing(3)",
88330
87986
  "scope": "default",
88331
87987
  "line": {
88332
- "start": 65,
88333
- "end": 65
87988
+ "start": 60,
87989
+ "end": 60
88334
87990
  }
88335
87991
  },
88336
87992
  "group": [
@@ -88345,8 +88001,8 @@
88345
88001
  {
88346
88002
  "description": "The vertical padding of the content of the Window.\n",
88347
88003
  "commentRange": {
88348
- "start": 66,
88349
- "end": 67
88004
+ "start": 61,
88005
+ "end": 62
88350
88006
  },
88351
88007
  "context": {
88352
88008
  "type": "variable",
@@ -88354,8 +88010,8 @@
88354
88010
  "value": "k-spacing(3)",
88355
88011
  "scope": "default",
88356
88012
  "line": {
88357
- "start": 68,
88358
- "end": 68
88013
+ "start": 63,
88014
+ "end": 63
88359
88015
  }
88360
88016
  },
88361
88017
  "group": [
@@ -88370,8 +88026,8 @@
88370
88026
  {
88371
88027
  "description": "The horizontal padding of the Window action buttons.\n",
88372
88028
  "commentRange": {
88373
- "start": 70,
88374
- "end": 71
88029
+ "start": 65,
88030
+ "end": 66
88375
88031
  },
88376
88032
  "context": {
88377
88033
  "type": "variable",
@@ -88379,8 +88035,8 @@
88379
88035
  "value": "$kendo-actions-padding-x",
88380
88036
  "scope": "default",
88381
88037
  "line": {
88382
- "start": 72,
88383
- "end": 72
88038
+ "start": 67,
88039
+ "end": 67
88384
88040
  }
88385
88041
  },
88386
88042
  "group": [
@@ -88395,8 +88051,8 @@
88395
88051
  {
88396
88052
  "description": "The vertical padding of the Window action buttons.\n",
88397
88053
  "commentRange": {
88398
- "start": 73,
88399
- "end": 74
88054
+ "start": 68,
88055
+ "end": 69
88400
88056
  },
88401
88057
  "context": {
88402
88058
  "type": "variable",
@@ -88404,8 +88060,8 @@
88404
88060
  "value": "$kendo-actions-padding-y",
88405
88061
  "scope": "default",
88406
88062
  "line": {
88407
- "start": 75,
88408
- "end": 75
88063
+ "start": 70,
88064
+ "end": 70
88409
88065
  }
88410
88066
  },
88411
88067
  "group": [
@@ -88420,8 +88076,8 @@
88420
88076
  {
88421
88077
  "description": "The width of the top border of the Window action buttons.\n",
88422
88078
  "commentRange": {
88423
- "start": 76,
88424
- "end": 77
88079
+ "start": 71,
88080
+ "end": 72
88425
88081
  },
88426
88082
  "context": {
88427
88083
  "type": "variable",
@@ -88429,8 +88085,8 @@
88429
88085
  "value": "1px",
88430
88086
  "scope": "default",
88431
88087
  "line": {
88432
- "start": 78,
88433
- "end": 78
88088
+ "start": 73,
88089
+ "end": 73
88434
88090
  }
88435
88091
  },
88436
88092
  "group": [
@@ -88445,8 +88101,8 @@
88445
88101
  {
88446
88102
  "description": "The background color of the Window.\n",
88447
88103
  "commentRange": {
88448
- "start": 80,
88449
- "end": 81
88104
+ "start": 75,
88105
+ "end": 76
88450
88106
  },
88451
88107
  "context": {
88452
88108
  "type": "variable",
@@ -88454,8 +88110,8 @@
88454
88110
  "value": "k-color(surface-alt)",
88455
88111
  "scope": "default",
88456
88112
  "line": {
88457
- "start": 82,
88458
- "end": 82
88113
+ "start": 77,
88114
+ "end": 77
88459
88115
  }
88460
88116
  },
88461
88117
  "group": [
@@ -88470,8 +88126,8 @@
88470
88126
  {
88471
88127
  "description": "The text color of the Window.\n",
88472
88128
  "commentRange": {
88473
- "start": 83,
88474
- "end": 84
88129
+ "start": 78,
88130
+ "end": 79
88475
88131
  },
88476
88132
  "context": {
88477
88133
  "type": "variable",
@@ -88479,8 +88135,8 @@
88479
88135
  "value": "k-color(on-app-surface)",
88480
88136
  "scope": "default",
88481
88137
  "line": {
88482
- "start": 85,
88483
- "end": 85
88138
+ "start": 80,
88139
+ "end": 80
88484
88140
  }
88485
88141
  },
88486
88142
  "group": [
@@ -88495,8 +88151,8 @@
88495
88151
  {
88496
88152
  "description": "The border color of the Window.\n",
88497
88153
  "commentRange": {
88498
- "start": 86,
88499
- "end": 87
88154
+ "start": 81,
88155
+ "end": 82
88500
88156
  },
88501
88157
  "context": {
88502
88158
  "type": "variable",
@@ -88504,8 +88160,8 @@
88504
88160
  "value": "k-color(border)",
88505
88161
  "scope": "default",
88506
88162
  "line": {
88507
- "start": 88,
88508
- "end": 88
88163
+ "start": 83,
88164
+ "end": 83
88509
88165
  }
88510
88166
  },
88511
88167
  "group": [
@@ -88520,8 +88176,8 @@
88520
88176
  {
88521
88177
  "description": "The box shadow of the Window.\n",
88522
88178
  "commentRange": {
88523
- "start": 89,
88524
- "end": 90
88179
+ "start": 84,
88180
+ "end": 85
88525
88181
  },
88526
88182
  "context": {
88527
88183
  "type": "variable",
@@ -88529,8 +88185,8 @@
88529
88185
  "value": "k-elevation(8)",
88530
88186
  "scope": "default",
88531
88187
  "line": {
88532
- "start": 91,
88533
- "end": 91
88188
+ "start": 86,
88189
+ "end": 86
88534
88190
  }
88535
88191
  },
88536
88192
  "group": [
@@ -88545,8 +88201,8 @@
88545
88201
  {
88546
88202
  "description": "The box shadow of the focused Window.\n",
88547
88203
  "commentRange": {
88548
- "start": 92,
88549
- "end": 93
88204
+ "start": 87,
88205
+ "end": 88
88550
88206
  },
88551
88207
  "context": {
88552
88208
  "type": "variable",
@@ -88554,8 +88210,8 @@
88554
88210
  "value": "k-elevation(9)",
88555
88211
  "scope": "default",
88556
88212
  "line": {
88557
- "start": 94,
88558
- "end": 94
88213
+ "start": 89,
88214
+ "end": 89
88559
88215
  }
88560
88216
  },
88561
88217
  "group": [
@@ -88570,8 +88226,8 @@
88570
88226
  {
88571
88227
  "description": "The background color of the Window titlebar.\n",
88572
88228
  "commentRange": {
88573
- "start": 96,
88574
- "end": 97
88229
+ "start": 91,
88230
+ "end": 92
88575
88231
  },
88576
88232
  "context": {
88577
88233
  "type": "variable",
@@ -88579,8 +88235,8 @@
88579
88235
  "value": "k-color(surface)",
88580
88236
  "scope": "default",
88581
88237
  "line": {
88582
- "start": 98,
88583
- "end": 98
88238
+ "start": 93,
88239
+ "end": 93
88584
88240
  }
88585
88241
  },
88586
88242
  "group": [
@@ -88595,8 +88251,8 @@
88595
88251
  {
88596
88252
  "description": "The text color of the Window titlebar.\n",
88597
88253
  "commentRange": {
88598
- "start": 99,
88599
- "end": 100
88254
+ "start": 94,
88255
+ "end": 95
88600
88256
  },
88601
88257
  "context": {
88602
88258
  "type": "variable",
@@ -88604,8 +88260,8 @@
88604
88260
  "value": "k-color(on-app-surface)",
88605
88261
  "scope": "default",
88606
88262
  "line": {
88607
- "start": 101,
88608
- "end": 101
88263
+ "start": 96,
88264
+ "end": 96
88609
88265
  }
88610
88266
  },
88611
88267
  "group": [
@@ -88620,8 +88276,8 @@
88620
88276
  {
88621
88277
  "description": "The border color of the Window titlebar.\n",
88622
88278
  "commentRange": {
88623
- "start": 102,
88624
- "end": 103
88279
+ "start": 97,
88280
+ "end": 98
88625
88281
  },
88626
88282
  "context": {
88627
88283
  "type": "variable",
@@ -88629,8 +88285,8 @@
88629
88285
  "value": "k-color(border)",
88630
88286
  "scope": "default",
88631
88287
  "line": {
88632
- "start": 104,
88633
- "end": 104
88288
+ "start": 99,
88289
+ "end": 99
88634
88290
  }
88635
88291
  },
88636
88292
  "group": [
@@ -88645,8 +88301,8 @@
88645
88301
  {
88646
88302
  "description": "The background gradient of the Window titlebar.\n",
88647
88303
  "commentRange": {
88648
- "start": 105,
88649
- "end": 106
88304
+ "start": 100,
88305
+ "end": 101
88650
88306
  },
88651
88307
  "context": {
88652
88308
  "type": "variable",
@@ -88654,8 +88310,8 @@
88654
88310
  "value": "null",
88655
88311
  "scope": "default",
88656
88312
  "line": {
88657
- "start": 107,
88658
- "end": 107
88313
+ "start": 102,
88314
+ "end": 102
88659
88315
  }
88660
88316
  },
88661
88317
  "group": [
@@ -88982,17 +88638,17 @@
88982
88638
  {
88983
88639
  "description": "The theme colors map of the AppBar.\n",
88984
88640
  "commentRange": {
88985
- "start": 27,
88986
- "end": 28
88641
+ "start": 21,
88642
+ "end": 22
88987
88643
  },
88988
88644
  "context": {
88989
88645
  "type": "variable",
88990
88646
  "name": "kendo-appbar-theme-colors",
88991
- "value": "(\"inherit\", \"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
88647
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"inverse\")",
88992
88648
  "scope": "default",
88993
88649
  "line": {
88994
- "start": 29,
88995
- "end": 29
88650
+ "start": 23,
88651
+ "end": 23
88996
88652
  }
88997
88653
  },
88998
88654
  "group": [
@@ -89038,7 +88694,7 @@
89038
88694
  "context": {
89039
88695
  "type": "variable",
89040
88696
  "name": "kendo-avatar-theme-colors",
89041
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
88697
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
89042
88698
  "scope": "default",
89043
88699
  "line": {
89044
88700
  "start": 34,
@@ -89088,7 +88744,7 @@
89088
88744
  "context": {
89089
88745
  "type": "variable",
89090
88746
  "name": "kendo-badge-theme-colors",
89091
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
88747
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\")",
89092
88748
  "scope": "default",
89093
88749
  "line": {
89094
88750
  "start": 63,
@@ -89113,7 +88769,7 @@
89113
88769
  "context": {
89114
88770
  "type": "variable",
89115
88771
  "name": "kendo-bottom-navigation-theme-colors",
89116
- "value": "(\"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
88772
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"inverse\")",
89117
88773
  "scope": "default",
89118
88774
  "line": {
89119
88775
  "start": 33,
@@ -89163,7 +88819,7 @@
89163
88819
  "context": {
89164
88820
  "type": "variable",
89165
88821
  "name": "kendo-button-theme-colors",
89166
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
88822
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
89167
88823
  "scope": "default",
89168
88824
  "line": {
89169
88825
  "start": 116,
@@ -89229,31 +88885,6 @@
89229
88885
  "name": "_variables.scss"
89230
88886
  }
89231
88887
  },
89232
- {
89233
- "description": "The theme colors map of the Card.\n",
89234
- "commentRange": {
89235
- "start": 75,
89236
- "end": 76
89237
- },
89238
- "context": {
89239
- "type": "variable",
89240
- "name": "kendo-card-theme-colors",
89241
- "value": "(\"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
89242
- "scope": "default",
89243
- "line": {
89244
- "start": 77,
89245
- "end": 77
89246
- }
89247
- },
89248
- "group": [
89249
- "card"
89250
- ],
89251
- "access": "public",
89252
- "file": {
89253
- "path": "core/scss/components/card/_variables.scss",
89254
- "name": "_variables.scss"
89255
- }
89256
- },
89257
88888
  {
89258
88889
  "description": "The sizes map of the CheckBox.\n",
89259
88890
  "commentRange": {
@@ -89687,31 +89318,6 @@
89687
89318
  "name": "_variables.scss"
89688
89319
  }
89689
89320
  },
89690
- {
89691
- "description": "The theme colors map of the Dialog.\n",
89692
- "commentRange": {
89693
- "start": 16,
89694
- "end": 17
89695
- },
89696
- "context": {
89697
- "type": "variable",
89698
- "name": "kendo-dialog-theme-colors",
89699
- "value": "(\"primary\", \"light\", \"dark\")",
89700
- "scope": "default",
89701
- "line": {
89702
- "start": 18,
89703
- "end": 18
89704
- }
89705
- },
89706
- "group": [
89707
- "dialog"
89708
- ],
89709
- "access": "public",
89710
- "file": {
89711
- "path": "core/scss/components/dialog/_variables.scss",
89712
- "name": "_variables.scss"
89713
- }
89714
- },
89715
89321
  {
89716
89322
  "description": "The theme colors map of the FloatingActionButton.\n",
89717
89323
  "commentRange": {
@@ -89721,7 +89327,7 @@
89721
89327
  "context": {
89722
89328
  "type": "variable",
89723
89329
  "name": "kendo-fab-theme-colors",
89724
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
89330
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
89725
89331
  "scope": "default",
89726
89332
  "line": {
89727
89333
  "start": 68,
@@ -89871,7 +89477,7 @@
89871
89477
  "context": {
89872
89478
  "type": "variable",
89873
89479
  "name": "kendo-loader-theme-colors",
89874
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
89480
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
89875
89481
  "scope": "default",
89876
89482
  "line": {
89877
89483
  "start": 59,
@@ -89921,7 +89527,7 @@
89921
89527
  "context": {
89922
89528
  "type": "variable",
89923
89529
  "name": "kendo-message-box-theme-colors",
89924
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
89530
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
89925
89531
  "scope": "default",
89926
89532
  "line": {
89927
89533
  "start": 22,
@@ -89962,31 +89568,6 @@
89962
89568
  "name": "_variables.scss"
89963
89569
  }
89964
89570
  },
89965
- {
89966
- "description": "The theme colors map of the Overlay.\n",
89967
- "commentRange": {
89968
- "start": 6,
89969
- "end": 7
89970
- },
89971
- "context": {
89972
- "type": "variable",
89973
- "name": "kendo-overlay-theme-colors",
89974
- "value": "(\"dark\", \"light\", \"inverse\")",
89975
- "scope": "default",
89976
- "line": {
89977
- "start": 8,
89978
- "end": 8
89979
- }
89980
- },
89981
- "group": [
89982
- "overlay"
89983
- ],
89984
- "access": "public",
89985
- "file": {
89986
- "path": "core/scss/components/overlay/_variables.scss",
89987
- "name": "_variables.scss"
89988
- }
89989
- },
89990
89571
  {
89991
89572
  "description": "The sizes map of the Pager.\n",
89992
89573
  "commentRange": {
@@ -90121,7 +89702,7 @@
90121
89702
  "context": {
90122
89703
  "type": "variable",
90123
89704
  "name": "kendo-suggestion-theme-colors",
90124
- "value": "(\"base\", \"primary\", \"secondary\")",
89705
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
90125
89706
  "scope": "default",
90126
89707
  "line": {
90127
89708
  "start": 18,
@@ -90329,8 +89910,8 @@
90329
89910
  {
90330
89911
  "description": "The sizes map of the Window.\n",
90331
89912
  "commentRange": {
90332
- "start": 42,
90333
- "end": 43
89913
+ "start": 41,
89914
+ "end": 42
90334
89915
  },
90335
89916
  "context": {
90336
89917
  "type": "variable",
@@ -90338,33 +89919,8 @@
90338
89919
  "value": "(\n auto: null,\n sm: 300px,\n md: 800px,\n lg: 1200px\n)",
90339
89920
  "scope": "default",
90340
89921
  "line": {
90341
- "start": 44,
90342
- "end": 49
90343
- }
90344
- },
90345
- "group": [
90346
- "window"
90347
- ],
90348
- "access": "public",
90349
- "file": {
90350
- "path": "core/scss/components/window/_variables.scss",
90351
- "name": "_variables.scss"
90352
- }
90353
- },
90354
- {
90355
- "description": "The theme colors map of the Window.\n",
90356
- "commentRange": {
90357
- "start": 51,
90358
- "end": 52
90359
- },
90360
- "context": {
90361
- "type": "variable",
90362
- "name": "kendo-window-theme-colors",
90363
- "value": "(\"primary\", \"light\", \"dark\")",
90364
- "scope": "default",
90365
- "line": {
90366
- "start": 53,
90367
- "end": 53
89922
+ "start": 43,
89923
+ "end": 48
90368
89924
  }
90369
89925
  },
90370
89926
  "group": [