@progress/kendo-theme-material 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 (55) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-2-dark.css +1 -1
  3. package/dist/material-2.css +1 -1
  4. package/dist/material-aqua-dark.css +1 -1
  5. package/dist/material-arctic.css +1 -1
  6. package/dist/material-burnt-teal.css +1 -1
  7. package/dist/material-dataviz-v4.css +1 -1
  8. package/dist/material-eggplant.css +1 -1
  9. package/dist/material-lime-dark.css +1 -1
  10. package/dist/material-lime.css +1 -1
  11. package/dist/material-main-dark.css +1 -1
  12. package/dist/material-main.css +1 -1
  13. package/dist/material-nova.css +1 -1
  14. package/dist/material-pacific-dark.css +1 -1
  15. package/dist/material-pacific.css +1 -1
  16. package/dist/material-sky-dark.css +1 -1
  17. package/dist/material-sky.css +1 -1
  18. package/dist/material-smoke.css +1 -1
  19. package/dist/meta/sassdoc-data.json +888 -1934
  20. package/dist/meta/sassdoc-raw-data.json +416 -860
  21. package/dist/meta/variables.json +28 -151
  22. package/lib/swatches/material-2-dark.json +1 -1
  23. package/lib/swatches/material-2.json +1 -1
  24. package/lib/swatches/material-aqua-dark.json +1 -1
  25. package/lib/swatches/material-arctic.json +1 -1
  26. package/lib/swatches/material-burnt-teal.json +1 -1
  27. package/lib/swatches/material-dataviz-v4.json +1 -1
  28. package/lib/swatches/material-eggplant.json +1 -1
  29. package/lib/swatches/material-lime-dark.json +1 -1
  30. package/lib/swatches/material-lime.json +1 -1
  31. package/lib/swatches/material-main-dark.json +1 -1
  32. package/lib/swatches/material-main.json +1 -1
  33. package/lib/swatches/material-nova.json +1 -1
  34. package/lib/swatches/material-pacific-dark.json +1 -1
  35. package/lib/swatches/material-pacific.json +1 -1
  36. package/lib/swatches/material-sky-dark.json +1 -1
  37. package/lib/swatches/material-sky.json +1 -1
  38. package/lib/swatches/material-smoke.json +1 -1
  39. package/package.json +4 -4
  40. package/scss/appbar/_variables.scss +1 -19
  41. package/scss/bottom-navigation/_theme.scss +0 -4
  42. package/scss/card/_variables.scss +0 -6
  43. package/scss/coloreditor/_variables.scss +1 -1
  44. package/scss/colorgradient/_variables.scss +1 -1
  45. package/scss/colorpalette/_variables.scss +3 -3
  46. package/scss/core/color-system/_swatch.scss +0 -54
  47. package/scss/dialog/_variables.scss +0 -6
  48. package/scss/drawer/_variables.scss +1 -1
  49. package/scss/notification/_variables.scss +1 -1
  50. package/scss/overlay/_variables.scss +2 -6
  51. package/scss/scrollview/_variables.scss +1 -2
  52. package/scss/skeleton/_variables.scss +1 -1
  53. package/scss/taskboard/_variables.scss +1 -1
  54. package/scss/tooltip/_variables.scss +1 -1
  55. package/scss/window/_variables.scss +0 -6
@@ -2433,7 +2433,7 @@
2433
2433
  "context": {
2434
2434
  "type": "variable",
2435
2435
  "name": "kendo-appbar-default-theme-color",
2436
- "value": "\"light\"",
2436
+ "value": "\"base\"",
2437
2437
  "scope": "default",
2438
2438
  "line": {
2439
2439
  "start": 9,
@@ -2703,15 +2703,15 @@
2703
2703
  }
2704
2704
  },
2705
2705
  {
2706
- "description": "The background color of the AppBar based on light theme color.\n",
2706
+ "description": "The box shadow of the AppBar.\n",
2707
2707
  "commentRange": {
2708
2708
  "start": 43,
2709
2709
  "end": 44
2710
2710
  },
2711
2711
  "context": {
2712
2712
  "type": "variable",
2713
- "name": "kendo-appbar-light-bg",
2714
- "value": "k-color(light)",
2713
+ "name": "kendo-appbar-box-shadow",
2714
+ "value": "null",
2715
2715
  "scope": "default",
2716
2716
  "line": {
2717
2717
  "start": 45,
@@ -2728,119 +2728,19 @@
2728
2728
  }
2729
2729
  },
2730
2730
  {
2731
- "description": "TThe text color of the AppBar based on light theme color.\n",
2731
+ "description": "The box shadow of the AppBar with bottom position.\n",
2732
2732
  "commentRange": {
2733
2733
  "start": 46,
2734
2734
  "end": 47
2735
2735
  },
2736
- "context": {
2737
- "type": "variable",
2738
- "name": "kendo-appbar-light-text",
2739
- "value": "k-color(on-light)",
2740
- "scope": "default",
2741
- "line": {
2742
- "start": 48,
2743
- "end": 48
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 background color of the AppBar based on dark theme color.\n",
2757
- "commentRange": {
2758
- "start": 50,
2759
- "end": 51
2760
- },
2761
- "context": {
2762
- "type": "variable",
2763
- "name": "kendo-appbar-dark-bg",
2764
- "value": "k-color(dark)",
2765
- "scope": "default",
2766
- "line": {
2767
- "start": 52,
2768
- "end": 52
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 text color of the AppBar based on dark theme color.\n",
2782
- "commentRange": {
2783
- "start": 53,
2784
- "end": 54
2785
- },
2786
- "context": {
2787
- "type": "variable",
2788
- "name": "kendo-appbar-dark-text",
2789
- "value": "k-color(on-dark)",
2790
- "scope": "default",
2791
- "line": {
2792
- "start": 55,
2793
- "end": 55
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.\n",
2807
- "commentRange": {
2808
- "start": 57,
2809
- "end": 58
2810
- },
2811
- "context": {
2812
- "type": "variable",
2813
- "name": "kendo-appbar-box-shadow",
2814
- "value": "null",
2815
- "scope": "default",
2816
- "line": {
2817
- "start": 59,
2818
- "end": 59
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 box shadow of the AppBar with bottom position.\n",
2832
- "commentRange": {
2833
- "start": 60,
2834
- "end": 61
2835
- },
2836
2736
  "context": {
2837
2737
  "type": "variable",
2838
2738
  "name": "kendo-appbar-bottom-box-shadow",
2839
2739
  "value": "$kendo-appbar-box-shadow",
2840
2740
  "scope": "default",
2841
2741
  "line": {
2842
- "start": 62,
2843
- "end": 62
2742
+ "start": 48,
2743
+ "end": 48
2844
2744
  }
2845
2745
  },
2846
2746
  "group": [
@@ -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": 8,
11057
- "end": 10
11058
- },
11059
- "context": {
11060
- "type": "variable",
11061
- "name": "kendo-card-default-theme-color",
11062
- "value": "null",
11063
- "scope": "default",
11064
- "line": {
11065
- "start": 11,
11066
- "end": 11
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": 13,
11085
- "end": 14
10956
+ "start": 8,
10957
+ "end": 9
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": 15,
11094
- "end": 15
10965
+ "start": 10,
10966
+ "end": 10
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": 16,
11110
- "end": 17
10981
+ "start": 11,
10982
+ "end": 12
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": 18,
11119
- "end": 18
10990
+ "start": 13,
10991
+ "end": 13
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": 19,
11135
- "end": 20
11006
+ "start": 14,
11007
+ "end": 15
11136
11008
  },
11137
11009
  "context": {
11138
11010
  "type": "variable",
@@ -11140,8 +11012,8 @@
11140
11012
  "value": "0px",
11141
11013
  "scope": "default",
11142
11014
  "line": {
11143
- "start": 21,
11144
- "end": 21
11015
+ "start": 16,
11016
+ "end": 16
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": 22,
11160
- "end": 23
11031
+ "start": 17,
11032
+ "end": 18
11161
11033
  },
11162
11034
  "context": {
11163
11035
  "type": "variable",
@@ -11165,8 +11037,8 @@
11165
11037
  "value": "k-border-radius(xl)",
11166
11038
  "scope": "default",
11167
11039
  "line": {
11168
- "start": 24,
11169
- "end": 24
11040
+ "start": 19,
11041
+ "end": 19
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": 25,
11185
- "end": 26
11056
+ "start": 20,
11057
+ "end": 21
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": 27,
11194
- "end": 27
11065
+ "start": 22,
11066
+ "end": 22
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": 28,
11210
- "end": 29
11081
+ "start": 23,
11082
+ "end": 24
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": 30,
11219
- "end": 30
11090
+ "start": 25,
11091
+ "end": 25
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": 31,
11235
- "end": 32
11106
+ "start": 26,
11107
+ "end": 27
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": 33,
11244
- "end": 33
11115
+ "start": 28,
11116
+ "end": 28
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": 34,
11260
- "end": 35
11131
+ "start": 29,
11132
+ "end": 30
11261
11133
  },
11262
11134
  "context": {
11263
11135
  "type": "variable",
@@ -11265,8 +11137,8 @@
11265
11137
  "value": "math.div( 20, 14 )",
11266
11138
  "scope": "default",
11267
11139
  "line": {
11268
- "start": 36,
11269
- "end": 36
11140
+ "start": 31,
11141
+ "end": 31
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": 38,
11285
- "end": 39
11156
+ "start": 33,
11157
+ "end": 34
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": 40,
11294
- "end": 40
11165
+ "start": 35,
11166
+ "end": 35
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": 42,
11310
- "end": 43
11181
+ "start": 37,
11182
+ "end": 38
11311
11183
  },
11312
11184
  "context": {
11313
11185
  "type": "variable",
@@ -11315,8 +11187,8 @@
11315
11187
  "value": "k-color(surface)",
11316
11188
  "scope": "default",
11317
11189
  "line": {
11318
- "start": 44,
11319
- "end": 44
11190
+ "start": 39,
11191
+ "end": 39
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": 45,
11335
- "end": 46
11206
+ "start": 40,
11207
+ "end": 41
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": 47,
11344
- "end": 47
11215
+ "start": 42,
11216
+ "end": 42
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": 48,
11360
- "end": 49
11231
+ "start": 43,
11232
+ "end": 44
11361
11233
  },
11362
11234
  "context": {
11363
11235
  "type": "variable",
@@ -11365,8 +11237,8 @@
11365
11237
  "value": "transparent",
11366
11238
  "scope": "default",
11367
11239
  "line": {
11368
- "start": 50,
11369
- "end": 50
11240
+ "start": 45,
11241
+ "end": 45
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": 51,
11385
- "end": 52
11256
+ "start": 46,
11257
+ "end": 47
11386
11258
  },
11387
11259
  "context": {
11388
11260
  "type": "variable",
@@ -11390,8 +11262,8 @@
11390
11262
  "value": "k-elevation(1)",
11391
11263
  "scope": "default",
11392
11264
  "line": {
11393
- "start": 53,
11394
- "end": 53
11265
+ "start": 48,
11266
+ "end": 48
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": 54,
11410
- "end": 55
11281
+ "start": 49,
11282
+ "end": 50
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": 56,
11419
- "end": 56
11290
+ "start": 51,
11291
+ "end": 51
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": 57,
11435
- "end": 58
11306
+ "start": 52,
11307
+ "end": 53
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": 59,
11444
- "end": 59
11315
+ "start": 54,
11316
+ "end": 54
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": 60,
11460
- "end": 61
11331
+ "start": 55,
11332
+ "end": 56
11461
11333
  },
11462
11334
  "context": {
11463
11335
  "type": "variable",
@@ -11465,8 +11337,8 @@
11465
11337
  "value": "transparent",
11466
11338
  "scope": "default",
11467
11339
  "line": {
11468
- "start": 62,
11469
- "end": 62
11340
+ "start": 57,
11341
+ "end": 57
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": 66,
11485
- "end": 67
11356
+ "start": 61,
11357
+ "end": 62
11486
11358
  },
11487
11359
  "context": {
11488
11360
  "type": "variable",
@@ -11490,8 +11362,8 @@
11490
11362
  "value": "k-elevation(3)",
11491
11363
  "scope": "default",
11492
11364
  "line": {
11493
- "start": 68,
11494
- "end": 68
11365
+ "start": 63,
11366
+ "end": 63
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": 70,
11510
- "end": 71
11381
+ "start": 65,
11382
+ "end": 66
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": 72,
11519
- "end": 72
11390
+ "start": 67,
11391
+ "end": 67
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": 73,
11535
- "end": 74
11406
+ "start": 68,
11407
+ "end": 69
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": 75,
11544
- "end": 75
11415
+ "start": 70,
11416
+ "end": 70
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": 76,
11560
- "end": 77
11431
+ "start": 71,
11432
+ "end": 72
11561
11433
  },
11562
11434
  "context": {
11563
11435
  "type": "variable",
@@ -11565,8 +11437,8 @@
11565
11437
  "value": "0",
11566
11438
  "scope": "default",
11567
11439
  "line": {
11568
- "start": 78,
11569
- "end": 78
11440
+ "start": 73,
11441
+ "end": 73
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": 79,
11585
- "end": 80
11456
+ "start": 74,
11457
+ "end": 75
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": 81,
11594
- "end": 81
11465
+ "start": 76,
11466
+ "end": 76
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": 82,
11610
- "end": 83
11481
+ "start": 77,
11482
+ "end": 78
11611
11483
  },
11612
11484
  "context": {
11613
11485
  "type": "variable",
@@ -11615,8 +11487,8 @@
11615
11487
  "value": "unset",
11616
11488
  "scope": "default",
11617
11489
  "line": {
11618
- "start": 84,
11619
- "end": 84
11490
+ "start": 79,
11491
+ "end": 79
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": 85,
11635
- "end": 86
11506
+ "start": 80,
11507
+ "end": 81
11636
11508
  },
11637
11509
  "context": {
11638
11510
  "type": "variable",
@@ -11640,8 +11512,8 @@
11640
11512
  "value": "$kendo-card-border",
11641
11513
  "scope": "default",
11642
11514
  "line": {
11643
- "start": 87,
11644
- "end": 87
11515
+ "start": 82,
11516
+ "end": 82
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": 89,
11660
- "end": 90
11531
+ "start": 84,
11532
+ "end": 85
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": 91,
11669
- "end": 91
11540
+ "start": 86,
11541
+ "end": 86
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": 92,
11685
- "end": 93
11556
+ "start": 87,
11557
+ "end": 88
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": 94,
11694
- "end": 94
11565
+ "start": 89,
11566
+ "end": 89
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": 96,
11710
- "end": 97
11581
+ "start": 91,
11582
+ "end": 92
11711
11583
  },
11712
11584
  "context": {
11713
11585
  "type": "variable",
@@ -11715,8 +11587,8 @@
11715
11587
  "value": "$kendo-card-padding-x",
11716
11588
  "scope": "default",
11717
11589
  "line": {
11718
- "start": 98,
11719
- "end": 98
11590
+ "start": 93,
11591
+ "end": 93
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": 99,
11735
- "end": 100
11606
+ "start": 94,
11607
+ "end": 95
11736
11608
  },
11737
11609
  "context": {
11738
11610
  "type": "variable",
@@ -11740,8 +11612,8 @@
11740
11612
  "value": "$kendo-card-padding-y",
11741
11613
  "scope": "default",
11742
11614
  "line": {
11743
- "start": 101,
11744
- "end": 101
11615
+ "start": 96,
11616
+ "end": 96
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": 102,
11760
- "end": 103
11631
+ "start": 97,
11632
+ "end": 98
11761
11633
  },
11762
11634
  "context": {
11763
11635
  "type": "variable",
@@ -11765,8 +11637,8 @@
11765
11637
  "value": "0",
11766
11638
  "scope": "default",
11767
11639
  "line": {
11768
- "start": 104,
11769
- "end": 104
11640
+ "start": 99,
11641
+ "end": 99
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": 105,
11785
- "end": 106
11656
+ "start": 100,
11657
+ "end": 101
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": 107,
11794
- "end": 107
11665
+ "start": 102,
11666
+ "end": 102
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": 108,
11810
- "end": 109
11681
+ "start": 103,
11682
+ "end": 104
11811
11683
  },
11812
11684
  "context": {
11813
11685
  "type": "variable",
@@ -11815,8 +11687,8 @@
11815
11687
  "value": "unset",
11816
11688
  "scope": "default",
11817
11689
  "line": {
11818
- "start": 110,
11819
- "end": 110
11690
+ "start": 105,
11691
+ "end": 105
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": 111,
11835
- "end": 112
11706
+ "start": 106,
11707
+ "end": 107
11836
11708
  },
11837
11709
  "context": {
11838
11710
  "type": "variable",
@@ -11840,8 +11712,8 @@
11840
11712
  "value": "$kendo-card-border",
11841
11713
  "scope": "default",
11842
11714
  "line": {
11843
- "start": 113,
11844
- "end": 113
11715
+ "start": 108,
11716
+ "end": 108
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": 115,
11860
- "end": 116
11731
+ "start": 110,
11732
+ "end": 111
11861
11733
  },
11862
11734
  "context": {
11863
11735
  "type": "variable",
@@ -11865,8 +11737,8 @@
11865
11737
  "value": "k-spacing(1)",
11866
11738
  "scope": "default",
11867
11739
  "line": {
11868
- "start": 117,
11869
- "end": 117
11740
+ "start": 112,
11741
+ "end": 112
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": 118,
11885
- "end": 119
11756
+ "start": 113,
11757
+ "end": 114
11886
11758
  },
11887
11759
  "context": {
11888
11760
  "type": "variable",
@@ -11890,8 +11762,8 @@
11890
11762
  "value": "$kendo-font-size-lg",
11891
11763
  "scope": "default",
11892
11764
  "line": {
11893
- "start": 120,
11894
- "end": 120
11765
+ "start": 115,
11766
+ "end": 115
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": 121,
11910
- "end": 122
11781
+ "start": 116,
11782
+ "end": 117
11911
11783
  },
11912
11784
  "context": {
11913
11785
  "type": "variable",
@@ -11915,8 +11787,8 @@
11915
11787
  "value": "var(--kendo-font-family)",
11916
11788
  "scope": "default",
11917
11789
  "line": {
11918
- "start": 123,
11919
- "end": 123
11790
+ "start": 118,
11791
+ "end": 118
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": 124,
11935
- "end": 125
11806
+ "start": 119,
11807
+ "end": 120
11936
11808
  },
11937
11809
  "context": {
11938
11810
  "type": "variable",
@@ -11940,8 +11812,8 @@
11940
11812
  "value": "$kendo-line-height-lg",
11941
11813
  "scope": "default",
11942
11814
  "line": {
11943
- "start": 126,
11944
- "end": 126
11815
+ "start": 121,
11816
+ "end": 121
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": 127,
11960
- "end": 128
11831
+ "start": 122,
11832
+ "end": 123
11961
11833
  },
11962
11834
  "context": {
11963
11835
  "type": "variable",
@@ -11965,8 +11837,8 @@
11965
11837
  "value": "500",
11966
11838
  "scope": "default",
11967
11839
  "line": {
11968
- "start": 129,
11969
- "end": 129
11840
+ "start": 124,
11841
+ "end": 124
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": 130,
11985
- "end": 131
11856
+ "start": 125,
11857
+ "end": 126
11986
11858
  },
11987
11859
  "context": {
11988
11860
  "type": "variable",
@@ -11990,8 +11862,8 @@
11990
11862
  "value": "$kendo-letter-spacing-widest",
11991
11863
  "scope": "default",
11992
11864
  "line": {
11993
- "start": 132,
11994
- "end": 132
11865
+ "start": 127,
11866
+ "end": 127
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": 134,
12010
- "end": 135
11881
+ "start": 129,
11882
+ "end": 130
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": 136,
12019
- "end": 136
11890
+ "start": 131,
11891
+ "end": 131
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": 137,
12035
- "end": 138
11906
+ "start": 132,
11907
+ "end": 133
12036
11908
  },
12037
11909
  "context": {
12038
11910
  "type": "variable",
@@ -12040,8 +11912,8 @@
12040
11912
  "value": "var(--kendo-font-size)",
12041
11913
  "scope": "default",
12042
11914
  "line": {
12043
- "start": 139,
12044
- "end": 139
11915
+ "start": 134,
11916
+ "end": 134
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": 140,
12060
- "end": 141
11931
+ "start": 135,
11932
+ "end": 136
12061
11933
  },
12062
11934
  "context": {
12063
11935
  "type": "variable",
@@ -12065,8 +11937,8 @@
12065
11937
  "value": "var(--kendo-font-family)",
12066
11938
  "scope": "default",
12067
11939
  "line": {
12068
- "start": 142,
12069
- "end": 142
11940
+ "start": 137,
11941
+ "end": 137
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": 143,
12085
- "end": 144
11956
+ "start": 138,
11957
+ "end": 139
12086
11958
  },
12087
11959
  "context": {
12088
11960
  "type": "variable",
@@ -12090,8 +11962,8 @@
12090
11962
  "value": "$kendo-line-height",
12091
11963
  "scope": "default",
12092
11964
  "line": {
12093
- "start": 145,
12094
- "end": 145
11965
+ "start": 140,
11966
+ "end": 140
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": 146,
12110
- "end": 147
11981
+ "start": 141,
11982
+ "end": 142
12111
11983
  },
12112
11984
  "context": {
12113
11985
  "type": "variable",
@@ -12115,8 +11987,8 @@
12115
11987
  "value": "$kendo-font-weight-normal",
12116
11988
  "scope": "default",
12117
11989
  "line": {
12118
- "start": 148,
12119
- "end": 148
11990
+ "start": 143,
11991
+ "end": 143
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": 149,
12135
- "end": 150
12006
+ "start": 144,
12007
+ "end": 145
12136
12008
  },
12137
12009
  "context": {
12138
12010
  "type": "variable",
@@ -12140,8 +12012,8 @@
12140
12012
  "value": "$kendo-letter-spacing-wider",
12141
12013
  "scope": "default",
12142
12014
  "line": {
12143
- "start": 151,
12144
- "end": 151
12015
+ "start": 146,
12016
+ "end": 146
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": 152,
12160
- "end": 153
12031
+ "start": 147,
12032
+ "end": 148
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": 154,
12169
- "end": 154
12040
+ "start": 149,
12041
+ "end": 149
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": 156,
12185
- "end": 157
12056
+ "start": 151,
12057
+ "end": 152
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": 158,
12194
- "end": 158
12065
+ "start": 153,
12066
+ "end": 153
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": 159,
12210
- "end": 160
12081
+ "start": 154,
12082
+ "end": 155
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": 161,
12219
- "end": 161
12090
+ "start": 156,
12091
+ "end": 156
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": 163,
12235
- "end": 164
12106
+ "start": 158,
12107
+ "end": 159
12236
12108
  },
12237
12109
  "context": {
12238
12110
  "type": "variable",
@@ -12240,8 +12112,8 @@
12240
12112
  "value": "k-spacing(4)",
12241
12113
  "scope": "default",
12242
12114
  "line": {
12243
- "start": 165,
12244
- "end": 165
12115
+ "start": 160,
12116
+ "end": 160
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": 166,
12260
- "end": 167
12131
+ "start": 161,
12132
+ "end": 162
12261
12133
  },
12262
12134
  "context": {
12263
12135
  "type": "variable",
@@ -12265,8 +12137,8 @@
12265
12137
  "value": "k-spacing(4)",
12266
12138
  "scope": "default",
12267
12139
  "line": {
12268
- "start": 168,
12269
- "end": 168
12140
+ "start": 163,
12141
+ "end": 163
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": 169,
12285
- "end": 170
12156
+ "start": 164,
12157
+ "end": 165
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": 171,
12294
- "end": 171
12165
+ "start": 166,
12166
+ "end": 166
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": 172,
12310
- "end": 173
12181
+ "start": 167,
12182
+ "end": 168
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": 174,
12319
- "end": 174
12190
+ "start": 169,
12191
+ "end": 169
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": 176,
12335
- "end": 177
12206
+ "start": 171,
12207
+ "end": 172
12336
12208
  },
12337
12209
  "context": {
12338
12210
  "type": "variable",
@@ -12340,8 +12212,8 @@
12340
12212
  "value": "50%",
12341
12213
  "scope": "default",
12342
12214
  "line": {
12343
- "start": 178,
12344
- "end": 178
12215
+ "start": 173,
12216
+ "end": 173
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": 179,
12360
- "end": 180
12231
+ "start": 174,
12232
+ "end": 175
12361
12233
  },
12362
12234
  "context": {
12363
12235
  "type": "variable",
@@ -12365,8 +12237,8 @@
12365
12237
  "value": "calc( #{$kendo-card-deck-gap} / 2 )",
12366
12238
  "scope": "default",
12367
12239
  "line": {
12368
- "start": 181,
12369
- "end": 181
12240
+ "start": 176,
12241
+ "end": 176
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": 183,
12385
- "end": 184
12256
+ "start": 178,
12257
+ "end": 179
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": 185,
12394
- "end": 185
12265
+ "start": 180,
12266
+ "end": 180
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": 186,
12410
- "end": 187
12281
+ "start": 181,
12282
+ "end": 182
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": 188,
12419
- "end": 188
12290
+ "start": 183,
12291
+ "end": 183
12420
12292
  }
12421
12293
  },
12422
12294
  "group": [
@@ -20408,7 +20280,7 @@
20408
20280
  "context": {
20409
20281
  "type": "variable",
20410
20282
  "name": "kendo-color-editor-color-gradient-focus-outline-color",
20411
- "value": "color-mix(in srgb, k-color(dark) 30%, transparent)",
20283
+ "value": "color-mix(in srgb, k-color(inverse) 30%, transparent)",
20412
20284
  "scope": "default",
20413
20285
  "line": {
20414
20286
  "start": 143,
@@ -21761,7 +21633,7 @@
21761
21633
  "context": {
21762
21634
  "type": "variable",
21763
21635
  "name": "kendo-color-gradient-draghandle-border",
21764
- "value": "color-mix(in srgb, k-color(light) 80%, transparent)",
21636
+ "value": "color-mix(in srgb, k-color(on-inverse) 80%, transparent)",
21765
21637
  "scope": "default",
21766
21638
  "line": {
21767
21639
  "start": 174,
@@ -22439,7 +22311,7 @@
22439
22311
  "context": {
22440
22312
  "type": "variable",
22441
22313
  "name": "kendo-color-palette-tile-focus-shadow",
22442
- "value": "0 0 3px 1px color-mix(in srgb, k-color(dark) 30%, transparent), inset 0 0 0 1px rcolor-mix(in srgb, k-color(light) 50%, 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) 50%, transparent)",
22443
22315
  "scope": "default",
22444
22316
  "line": {
22445
22317
  "start": 46,
@@ -22464,7 +22336,7 @@
22464
22336
  "context": {
22465
22337
  "type": "variable",
22466
22338
  "name": "kendo-color-palette-tile-hover-shadow",
22467
- "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)",
22339
+ "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)",
22468
22340
  "scope": "default",
22469
22341
  "line": {
22470
22342
  "start": 49,
@@ -22489,7 +22361,7 @@
22489
22361
  "context": {
22490
22362
  "type": "variable",
22491
22363
  "name": "kendo-color-palette-tile-selected-shadow",
22492
- "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)",
22364
+ "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)",
22493
22365
  "scope": "default",
22494
22366
  "line": {
22495
22367
  "start": 52,
@@ -22733,8 +22605,8 @@
22733
22605
  {
22734
22606
  "description": "The global default Colors map.\n",
22735
22607
  "commentRange": {
22736
- "start": 174,
22737
- "end": 428
22608
+ "start": 152,
22609
+ "end": 374
22738
22610
  },
22739
22611
  "context": {
22740
22612
  "type": "variable",
@@ -22742,8 +22614,8 @@
22742
22614
  "value": "$_default-colors",
22743
22615
  "scope": "default",
22744
22616
  "line": {
22745
- "start": 429,
22746
- "end": 429
22617
+ "start": 375,
22618
+ "end": 375
22747
22619
  }
22748
22620
  },
22749
22621
  "group": [
@@ -22891,38 +22763,6 @@
22891
22763
  ],
22892
22764
  "description": "The Error variable group."
22893
22765
  },
22894
- {
22895
- "name": "light",
22896
- "value": [
22897
- "light-subtle",
22898
- "light-subtle-hover",
22899
- "light-subtle-active",
22900
- "light",
22901
- "light-hover",
22902
- "light-active",
22903
- "light-emphasis",
22904
- "light-on-subtle",
22905
- "on-light",
22906
- "light-on-surface"
22907
- ],
22908
- "description": "The Light variable group."
22909
- },
22910
- {
22911
- "name": "dark",
22912
- "value": [
22913
- "dark-subtle",
22914
- "dark-subtle-hover",
22915
- "dark-subtle-active",
22916
- "dark",
22917
- "dark-hover",
22918
- "dark-active",
22919
- "dark-emphasis",
22920
- "dark-on-subtle",
22921
- "on-dark",
22922
- "dark-on-surface"
22923
- ],
22924
- "description": "The Dark variable group."
22925
- },
22926
22766
  {
22927
22767
  "name": "inverse",
22928
22768
  "value": [
@@ -23449,106 +23289,6 @@
23449
23289
  "name": "error-on-surface",
23450
23290
  "description": "The text color variable for content on surface."
23451
23291
  },
23452
- {
23453
- "type": "Color",
23454
- "name": "light-subtle",
23455
- "description": "The light subtle background color variable."
23456
- },
23457
- {
23458
- "type": "Color",
23459
- "name": "light-subtle-hover",
23460
- "description": "The light subtle background color variable for the hover state."
23461
- },
23462
- {
23463
- "type": "Color",
23464
- "name": "light-subtle-active",
23465
- "description": "The light subtle background color variable for the active state."
23466
- },
23467
- {
23468
- "type": "Color",
23469
- "name": "light",
23470
- "description": "The light background color variable."
23471
- },
23472
- {
23473
- "type": "Color",
23474
- "name": "light-hover",
23475
- "description": "The light background color variable for the hover state."
23476
- },
23477
- {
23478
- "type": "Color",
23479
- "name": "light-active",
23480
- "description": "The light background color variable for the active state."
23481
- },
23482
- {
23483
- "type": "Color",
23484
- "name": "light-emphasis",
23485
- "description": "The emphasized light color variable."
23486
- },
23487
- {
23488
- "type": "Color",
23489
- "name": "light-on-subtle",
23490
- "description": "The text color variable for content on light subtle."
23491
- },
23492
- {
23493
- "type": "Color",
23494
- "name": "on-light",
23495
- "description": "The text color variable for content on light."
23496
- },
23497
- {
23498
- "type": "Color",
23499
- "name": "light-on-surface",
23500
- "description": "The text color variable for content on surface."
23501
- },
23502
- {
23503
- "type": "Color",
23504
- "name": "dark-subtle",
23505
- "description": "The dark subtle background color variable."
23506
- },
23507
- {
23508
- "type": "Color",
23509
- "name": "dark-subtle-hover",
23510
- "description": "The dark subtle background color variable for the hover state."
23511
- },
23512
- {
23513
- "type": "Color",
23514
- "name": "dark-subtle-active",
23515
- "description": "The dark subtle background color variable for the active state."
23516
- },
23517
- {
23518
- "type": "Color",
23519
- "name": "dark",
23520
- "description": "The dark background color variable."
23521
- },
23522
- {
23523
- "type": "Color",
23524
- "name": "dark-hover",
23525
- "description": "The dark background color variable for the hover state."
23526
- },
23527
- {
23528
- "type": "Color",
23529
- "name": "dark-active",
23530
- "description": "The dark background color variable for the active state."
23531
- },
23532
- {
23533
- "type": "Color",
23534
- "name": "dark-emphasis",
23535
- "description": "The emphasized dark color variable."
23536
- },
23537
- {
23538
- "type": "Color",
23539
- "name": "dark-on-subtle",
23540
- "description": "The text color variable for content on dark subtle."
23541
- },
23542
- {
23543
- "type": "Color",
23544
- "name": "on-dark",
23545
- "description": "The text color variable for content on dark."
23546
- },
23547
- {
23548
- "type": "Color",
23549
- "name": "dark-on-surface",
23550
- "description": "The text color variable for content on surface."
23551
- },
23552
23292
  {
23553
23293
  "type": "Color",
23554
23294
  "name": "inverse-subtle",
@@ -24417,39 +24157,11 @@
24417
24157
  "name": "_variables.scss"
24418
24158
  }
24419
24159
  },
24420
- {
24421
- "description": "The default theme color of the Dialog.\n",
24422
- "commentRange": {
24423
- "start": 7,
24424
- "end": 9
24425
- },
24426
- "context": {
24427
- "type": "variable",
24428
- "name": "kendo-dialog-default-theme-color",
24429
- "value": "null",
24430
- "scope": "default",
24431
- "line": {
24432
- "start": 10,
24433
- "end": 10
24434
- }
24435
- },
24436
- "group": [
24437
- "dialog"
24438
- ],
24439
- "role": [
24440
- "default"
24441
- ],
24442
- "access": "public",
24443
- "file": {
24444
- "path": "dialog/_variables.scss",
24445
- "name": "_variables.scss"
24446
- }
24447
- },
24448
24160
  {
24449
24161
  "description": "The background color of the Dialog titlebar.\n",
24450
24162
  "commentRange": {
24451
- "start": 12,
24452
- "end": 13
24163
+ "start": 7,
24164
+ "end": 8
24453
24165
  },
24454
24166
  "context": {
24455
24167
  "type": "variable",
@@ -24457,8 +24169,8 @@
24457
24169
  "value": "unset",
24458
24170
  "scope": "default",
24459
24171
  "line": {
24460
- "start": 14,
24461
- "end": 14
24172
+ "start": 9,
24173
+ "end": 9
24462
24174
  }
24463
24175
  },
24464
24176
  "group": [
@@ -24473,8 +24185,8 @@
24473
24185
  {
24474
24186
  "description": "The text color of the Dialog titlebar.\n",
24475
24187
  "commentRange": {
24476
- "start": 15,
24477
- "end": 16
24188
+ "start": 10,
24189
+ "end": 11
24478
24190
  },
24479
24191
  "context": {
24480
24192
  "type": "variable",
@@ -24482,8 +24194,8 @@
24482
24194
  "value": "unset",
24483
24195
  "scope": "default",
24484
24196
  "line": {
24485
- "start": 17,
24486
- "end": 17
24197
+ "start": 12,
24198
+ "end": 12
24487
24199
  }
24488
24200
  },
24489
24201
  "group": [
@@ -24498,8 +24210,8 @@
24498
24210
  {
24499
24211
  "description": "The border color of the Dialog titlebar.\n",
24500
24212
  "commentRange": {
24501
- "start": 18,
24502
- "end": 19
24213
+ "start": 13,
24214
+ "end": 14
24503
24215
  },
24504
24216
  "context": {
24505
24217
  "type": "variable",
@@ -24507,8 +24219,8 @@
24507
24219
  "value": "unset",
24508
24220
  "scope": "default",
24509
24221
  "line": {
24510
- "start": 20,
24511
- "end": 20
24222
+ "start": 15,
24223
+ "end": 15
24512
24224
  }
24513
24225
  },
24514
24226
  "group": [
@@ -24523,8 +24235,8 @@
24523
24235
  {
24524
24236
  "description": "The horizontal padding of the Dialog action buttons.\n",
24525
24237
  "commentRange": {
24526
- "start": 22,
24527
- "end": 23
24238
+ "start": 17,
24239
+ "end": 18
24528
24240
  },
24529
24241
  "context": {
24530
24242
  "type": "variable",
@@ -24532,8 +24244,8 @@
24532
24244
  "value": "$kendo-actions-padding-x",
24533
24245
  "scope": "default",
24534
24246
  "line": {
24535
- "start": 24,
24536
- "end": 24
24247
+ "start": 19,
24248
+ "end": 19
24537
24249
  }
24538
24250
  },
24539
24251
  "group": [
@@ -24548,8 +24260,8 @@
24548
24260
  {
24549
24261
  "description": "The vertical padding of the Dialog action buttons.\n",
24550
24262
  "commentRange": {
24551
- "start": 25,
24552
- "end": 26
24263
+ "start": 20,
24264
+ "end": 21
24553
24265
  },
24554
24266
  "context": {
24555
24267
  "type": "variable",
@@ -24557,8 +24269,8 @@
24557
24269
  "value": "$kendo-actions-padding-y",
24558
24270
  "scope": "default",
24559
24271
  "line": {
24560
- "start": 27,
24561
- "end": 27
24272
+ "start": 22,
24273
+ "end": 22
24562
24274
  }
24563
24275
  },
24564
24276
  "group": [
@@ -24573,8 +24285,8 @@
24573
24285
  {
24574
24286
  "description": "The width of the top border of the Dialog action buttons.\n",
24575
24287
  "commentRange": {
24576
- "start": 28,
24577
- "end": 29
24288
+ "start": 23,
24289
+ "end": 24
24578
24290
  },
24579
24291
  "context": {
24580
24292
  "type": "variable",
@@ -24582,8 +24294,8 @@
24582
24294
  "value": "0",
24583
24295
  "scope": "default",
24584
24296
  "line": {
24585
- "start": 30,
24586
- "end": 30
24297
+ "start": 25,
24298
+ "end": 25
24587
24299
  }
24588
24300
  },
24589
24301
  "group": [
@@ -24598,8 +24310,8 @@
24598
24310
  {
24599
24311
  "description": "The spacing between the Dialog action buttons.\n",
24600
24312
  "commentRange": {
24601
- "start": 31,
24602
- "end": 32
24313
+ "start": 26,
24314
+ "end": 27
24603
24315
  },
24604
24316
  "context": {
24605
24317
  "type": "variable",
@@ -24607,8 +24319,8 @@
24607
24319
  "value": "$kendo-actions-button-spacing",
24608
24320
  "scope": "default",
24609
24321
  "line": {
24610
- "start": 33,
24611
- "end": 33
24322
+ "start": 28,
24323
+ "end": 28
24612
24324
  }
24613
24325
  },
24614
24326
  "group": [
@@ -24623,8 +24335,8 @@
24623
24335
  {
24624
24336
  "description": "The background color of the Dialog.\n",
24625
24337
  "commentRange": {
24626
- "start": 35,
24627
- "end": 36
24338
+ "start": 30,
24339
+ "end": 31
24628
24340
  },
24629
24341
  "context": {
24630
24342
  "type": "variable",
@@ -24632,8 +24344,8 @@
24632
24344
  "value": "k-color(surface)",
24633
24345
  "scope": "default",
24634
24346
  "line": {
24635
- "start": 37,
24636
- "end": 37
24347
+ "start": 32,
24348
+ "end": 32
24637
24349
  }
24638
24350
  },
24639
24351
  "group": [
@@ -26279,7 +25991,7 @@
26279
25991
  "context": {
26280
25992
  "type": "variable",
26281
25993
  "name": "kendo-drawer-scrollbar-color",
26282
- "value": "k-color(dark-emphasis)",
25994
+ "value": "k-color(inverse-emphasis)",
26283
25995
  "scope": "default",
26284
25996
  "line": {
26285
25997
  "start": 41,
@@ -49985,7 +49697,7 @@
49985
49697
  "context": {
49986
49698
  "type": "variable",
49987
49699
  "name": "kendo-notification-theme-colors",
49988
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
49700
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
49989
49701
  "scope": "default",
49990
49702
  "line": {
49991
49703
  "start": 66,
@@ -51276,48 +50988,20 @@
51276
50988
  "name": "_variables.scss"
51277
50989
  }
51278
50990
  },
51279
- {
51280
- "description": "The default theme color of the Overlay.\n",
51281
- "commentRange": {
51282
- "start": 1,
51283
- "end": 3
51284
- },
51285
- "context": {
51286
- "type": "variable",
51287
- "name": "kendo-overlay-default-theme-color",
51288
- "value": "\"inverse\"",
51289
- "scope": "default",
51290
- "line": {
51291
- "start": 4,
51292
- "end": 4
51293
- }
51294
- },
51295
- "group": [
51296
- "overlay"
51297
- ],
51298
- "role": [
51299
- "default"
51300
- ],
51301
- "access": "public",
51302
- "file": {
51303
- "path": "overlay/_variables.scss",
51304
- "name": "_variables.scss"
51305
- }
51306
- },
51307
50991
  {
51308
50992
  "description": "The background color of the Overlay.\n",
51309
50993
  "commentRange": {
51310
- "start": 6,
51311
- "end": 7
50994
+ "start": 3,
50995
+ "end": 4
51312
50996
  },
51313
50997
  "context": {
51314
50998
  "type": "variable",
51315
50999
  "name": "kendo-overlay-bg",
51316
- "value": "null",
51000
+ "value": "k-color(inverse)",
51317
51001
  "scope": "default",
51318
51002
  "line": {
51319
- "start": 8,
51320
- "end": 8
51003
+ "start": 5,
51004
+ "end": 5
51321
51005
  }
51322
51006
  },
51323
51007
  "group": [
@@ -51332,8 +51016,8 @@
51332
51016
  {
51333
51017
  "description": "The opacity of the Overlay.\n",
51334
51018
  "commentRange": {
51335
- "start": 10,
51336
- "end": 11
51019
+ "start": 7,
51020
+ "end": 8
51337
51021
  },
51338
51022
  "context": {
51339
51023
  "type": "variable",
@@ -51341,8 +51025,8 @@
51341
51025
  "value": ".32",
51342
51026
  "scope": "default",
51343
51027
  "line": {
51344
- "start": 12,
51345
- "end": 12
51028
+ "start": 9,
51029
+ "end": 9
51346
51030
  }
51347
51031
  },
51348
51032
  "group": [
@@ -64478,7 +64162,7 @@
64478
64162
  "context": {
64479
64163
  "type": "variable",
64480
64164
  "name": "kendo-scrollview-pagebutton-shadow",
64481
- "value": "0 0 0 2px color-mix(in srgb, k-color(dark) 13%, transparent)",
64165
+ "value": "0 0 0 2px color-mix(in srgb, k-color(inverse) 13%, transparent)",
64482
64166
  "scope": "default",
64483
64167
  "line": {
64484
64168
  "start": 46,
@@ -64772,8 +64456,8 @@
64772
64456
  {
64773
64457
  "description": "The duration of the ScrollView transition.\n",
64774
64458
  "commentRange": {
64775
- "start": 84,
64776
- "end": 85
64459
+ "start": 83,
64460
+ "end": 84
64777
64461
  },
64778
64462
  "context": {
64779
64463
  "type": "variable",
@@ -64781,8 +64465,8 @@
64781
64465
  "value": ".3s",
64782
64466
  "scope": "default",
64783
64467
  "line": {
64784
- "start": 86,
64785
- "end": 86
64468
+ "start": 85,
64469
+ "end": 85
64786
64470
  }
64787
64471
  },
64788
64472
  "group": [
@@ -64797,8 +64481,8 @@
64797
64481
  {
64798
64482
  "description": "The timing function of the ScrollView transition.\n",
64799
64483
  "commentRange": {
64800
- "start": 87,
64801
- "end": 88
64484
+ "start": 86,
64485
+ "end": 87
64802
64486
  },
64803
64487
  "context": {
64804
64488
  "type": "variable",
@@ -64806,8 +64490,8 @@
64806
64490
  "value": "ease-in-out",
64807
64491
  "scope": "default",
64808
64492
  "line": {
64809
- "start": 89,
64810
- "end": 89
64493
+ "start": 88,
64494
+ "end": 88
64811
64495
  }
64812
64496
  },
64813
64497
  "group": [
@@ -66206,7 +65890,7 @@
66206
65890
  "context": {
66207
65891
  "type": "variable",
66208
65892
  "name": "kendo-skeleton-wave-bg",
66209
- "value": "color-mix(in srgb, k-color(dark) 4%, transparent)",
65893
+ "value": "color-mix(in srgb, k-color(inverse) 4%, transparent)",
66210
65894
  "scope": "default",
66211
65895
  "line": {
66212
65896
  "start": 25,
@@ -79008,7 +78692,7 @@
79008
78692
  "context": {
79009
78693
  "type": "variable",
79010
78694
  "name": "kendo-taskboard-drag-placeholder-bg",
79011
- "value": "color-mix(in srgb, k-color(light) 20%, transparent)",
78695
+ "value": "color-mix(in srgb, k-color(on-inverse) 20%, transparent)",
79012
78696
  "scope": "default",
79013
78697
  "line": {
79014
78698
  "start": 244,
@@ -83067,7 +82751,7 @@
83067
82751
  "context": {
83068
82752
  "type": "variable",
83069
82753
  "name": "kendo-tooltip-theme-colors",
83070
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
82754
+ "value": "(\"base\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
83071
82755
  "scope": "default",
83072
82756
  "line": {
83073
82757
  "start": 58,
@@ -88189,39 +87873,11 @@
88189
87873
  "name": "_variables.scss"
88190
87874
  }
88191
87875
  },
88192
- {
88193
- "description": "The default theme color of the Window.\n",
88194
- "commentRange": {
88195
- "start": 13,
88196
- "end": 15
88197
- },
88198
- "context": {
88199
- "type": "variable",
88200
- "name": "kendo-window-default-theme-color",
88201
- "value": "null",
88202
- "scope": "default",
88203
- "line": {
88204
- "start": 16,
88205
- "end": 16
88206
- }
88207
- },
88208
- "group": [
88209
- "window"
88210
- ],
88211
- "role": [
88212
- "default"
88213
- ],
88214
- "access": "public",
88215
- "file": {
88216
- "path": "window/_variables.scss",
88217
- "name": "_variables.scss"
88218
- }
88219
- },
88220
87876
  {
88221
87877
  "description": "The width of the border around the Window.\n",
88222
87878
  "commentRange": {
88223
- "start": 18,
88224
- "end": 19
87879
+ "start": 13,
87880
+ "end": 14
88225
87881
  },
88226
87882
  "context": {
88227
87883
  "type": "variable",
@@ -88229,8 +87885,8 @@
88229
87885
  "value": "0px",
88230
87886
  "scope": "default",
88231
87887
  "line": {
88232
- "start": 20,
88233
- "end": 20
87888
+ "start": 15,
87889
+ "end": 15
88234
87890
  }
88235
87891
  },
88236
87892
  "group": [
@@ -88245,8 +87901,8 @@
88245
87901
  {
88246
87902
  "description": "The border radius of the Window.\n",
88247
87903
  "commentRange": {
88248
- "start": 21,
88249
- "end": 22
87904
+ "start": 16,
87905
+ "end": 17
88250
87906
  },
88251
87907
  "context": {
88252
87908
  "type": "variable",
@@ -88254,8 +87910,8 @@
88254
87910
  "value": "k-border-radius(xxxl)",
88255
87911
  "scope": "default",
88256
87912
  "line": {
88257
- "start": 23,
88258
- "end": 23
87913
+ "start": 18,
87914
+ "end": 18
88259
87915
  }
88260
87916
  },
88261
87917
  "group": [
@@ -88270,8 +87926,8 @@
88270
87926
  {
88271
87927
  "description": "The font family of the Window.\n",
88272
87928
  "commentRange": {
88273
- "start": 24,
88274
- "end": 25
87929
+ "start": 19,
87930
+ "end": 20
88275
87931
  },
88276
87932
  "context": {
88277
87933
  "type": "variable",
@@ -88279,8 +87935,8 @@
88279
87935
  "value": "var(--kendo-font-family)",
88280
87936
  "scope": "default",
88281
87937
  "line": {
88282
- "start": 26,
88283
- "end": 26
87938
+ "start": 21,
87939
+ "end": 21
88284
87940
  }
88285
87941
  },
88286
87942
  "group": [
@@ -88295,8 +87951,8 @@
88295
87951
  {
88296
87952
  "description": "The font size of the Window.\n",
88297
87953
  "commentRange": {
88298
- "start": 27,
88299
- "end": 28
87954
+ "start": 22,
87955
+ "end": 23
88300
87956
  },
88301
87957
  "context": {
88302
87958
  "type": "variable",
@@ -88304,8 +87960,8 @@
88304
87960
  "value": "var(--kendo-font-size)",
88305
87961
  "scope": "default",
88306
87962
  "line": {
88307
- "start": 29,
88308
- "end": 29
87963
+ "start": 24,
87964
+ "end": 24
88309
87965
  }
88310
87966
  },
88311
87967
  "group": [
@@ -88320,8 +87976,8 @@
88320
87976
  {
88321
87977
  "description": "The line height of the Window.\n",
88322
87978
  "commentRange": {
88323
- "start": 30,
88324
- "end": 31
87979
+ "start": 25,
87980
+ "end": 26
88325
87981
  },
88326
87982
  "context": {
88327
87983
  "type": "variable",
@@ -88329,8 +87985,8 @@
88329
87985
  "value": "var(--kendo-line-height)",
88330
87986
  "scope": "default",
88331
87987
  "line": {
88332
- "start": 32,
88333
- "end": 32
87988
+ "start": 27,
87989
+ "end": 27
88334
87990
  }
88335
87991
  },
88336
87992
  "group": [
@@ -88345,8 +88001,8 @@
88345
88001
  {
88346
88002
  "description": "The horizontal padding of the Window titlebar.\n",
88347
88003
  "commentRange": {
88348
- "start": 34,
88349
- "end": 35
88004
+ "start": 29,
88005
+ "end": 30
88350
88006
  },
88351
88007
  "context": {
88352
88008
  "type": "variable",
@@ -88354,8 +88010,8 @@
88354
88010
  "value": "k-spacing(6)",
88355
88011
  "scope": "default",
88356
88012
  "line": {
88357
- "start": 36,
88358
- "end": 36
88013
+ "start": 31,
88014
+ "end": 31
88359
88015
  }
88360
88016
  },
88361
88017
  "group": [
@@ -88370,8 +88026,8 @@
88370
88026
  {
88371
88027
  "description": "The vertical padding of the Window titlebar.\n",
88372
88028
  "commentRange": {
88373
- "start": 37,
88374
- "end": 38
88029
+ "start": 32,
88030
+ "end": 33
88375
88031
  },
88376
88032
  "context": {
88377
88033
  "type": "variable",
@@ -88379,8 +88035,8 @@
88379
88035
  "value": "k-spacing(5)",
88380
88036
  "scope": "default",
88381
88037
  "line": {
88382
- "start": 39,
88383
- "end": 39
88038
+ "start": 34,
88039
+ "end": 34
88384
88040
  }
88385
88041
  },
88386
88042
  "group": [
@@ -88395,8 +88051,8 @@
88395
88051
  {
88396
88052
  "description": "The width of the border of the Window titlebar.\n",
88397
88053
  "commentRange": {
88398
- "start": 40,
88399
- "end": 41
88054
+ "start": 35,
88055
+ "end": 36
88400
88056
  },
88401
88057
  "context": {
88402
88058
  "type": "variable",
@@ -88404,8 +88060,8 @@
88404
88060
  "value": "0px",
88405
88061
  "scope": "default",
88406
88062
  "line": {
88407
- "start": 42,
88408
- "end": 42
88063
+ "start": 37,
88064
+ "end": 37
88409
88065
  }
88410
88066
  },
88411
88067
  "group": [
@@ -88420,8 +88076,8 @@
88420
88076
  {
88421
88077
  "description": "The style of the border of the Window titlebar.\n",
88422
88078
  "commentRange": {
88423
- "start": 43,
88424
- "end": 44
88079
+ "start": 38,
88080
+ "end": 39
88425
88081
  },
88426
88082
  "context": {
88427
88083
  "type": "variable",
@@ -88429,8 +88085,8 @@
88429
88085
  "value": "solid",
88430
88086
  "scope": "default",
88431
88087
  "line": {
88432
- "start": 45,
88433
- "end": 45
88088
+ "start": 40,
88089
+ "end": 40
88434
88090
  }
88435
88091
  },
88436
88092
  "group": [
@@ -88445,8 +88101,8 @@
88445
88101
  {
88446
88102
  "description": "The font size of the title of the Window.\n",
88447
88103
  "commentRange": {
88448
- "start": 47,
88449
- "end": 48
88104
+ "start": 42,
88105
+ "end": 43
88450
88106
  },
88451
88107
  "context": {
88452
88108
  "type": "variable",
@@ -88454,8 +88110,8 @@
88454
88110
  "value": "var(--kendo-font-size-xl)",
88455
88111
  "scope": "default",
88456
88112
  "line": {
88457
- "start": 49,
88458
- "end": 49
88113
+ "start": 44,
88114
+ "end": 44
88459
88115
  }
88460
88116
  },
88461
88117
  "group": [
@@ -88470,8 +88126,8 @@
88470
88126
  {
88471
88127
  "description": "The line height of the title of the Window.\n",
88472
88128
  "commentRange": {
88473
- "start": 50,
88474
- "end": 51
88129
+ "start": 45,
88130
+ "end": 46
88475
88131
  },
88476
88132
  "context": {
88477
88133
  "type": "variable",
@@ -88479,8 +88135,8 @@
88479
88135
  "value": "var(--kendo-line-height-lg)",
88480
88136
  "scope": "default",
88481
88137
  "line": {
88482
- "start": 52,
88483
- "end": 52
88138
+ "start": 47,
88139
+ "end": 47
88484
88140
  }
88485
88141
  },
88486
88142
  "group": [
@@ -88495,8 +88151,8 @@
88495
88151
  {
88496
88152
  "description": "The spacing between the buttons in the Window titlebar.\n",
88497
88153
  "commentRange": {
88498
- "start": 54,
88499
- "end": 55
88154
+ "start": 49,
88155
+ "end": 50
88500
88156
  },
88501
88157
  "context": {
88502
88158
  "type": "variable",
@@ -88504,8 +88160,8 @@
88504
88160
  "value": "null",
88505
88161
  "scope": "default",
88506
88162
  "line": {
88507
- "start": 56,
88508
- "end": 56
88163
+ "start": 51,
88164
+ "end": 51
88509
88165
  }
88510
88166
  },
88511
88167
  "group": [
@@ -88520,8 +88176,8 @@
88520
88176
  {
88521
88177
  "description": "The opacity of the buttons in the Window titlebar.\n",
88522
88178
  "commentRange": {
88523
- "start": 57,
88524
- "end": 58
88179
+ "start": 52,
88180
+ "end": 53
88525
88181
  },
88526
88182
  "context": {
88527
88183
  "type": "variable",
@@ -88529,8 +88185,8 @@
88529
88185
  "value": "null",
88530
88186
  "scope": "default",
88531
88187
  "line": {
88532
- "start": 59,
88533
- "end": 59
88188
+ "start": 54,
88189
+ "end": 54
88534
88190
  }
88535
88191
  },
88536
88192
  "group": [
@@ -88545,8 +88201,8 @@
88545
88201
  {
88546
88202
  "description": "The opacity of the hovered buttons in the Window titlebar.\n",
88547
88203
  "commentRange": {
88548
- "start": 60,
88549
- "end": 61
88204
+ "start": 55,
88205
+ "end": 56
88550
88206
  },
88551
88207
  "context": {
88552
88208
  "type": "variable",
@@ -88554,8 +88210,8 @@
88554
88210
  "value": "null",
88555
88211
  "scope": "default",
88556
88212
  "line": {
88557
- "start": 62,
88558
- "end": 62
88213
+ "start": 57,
88214
+ "end": 57
88559
88215
  }
88560
88216
  },
88561
88217
  "group": [
@@ -88570,8 +88226,8 @@
88570
88226
  {
88571
88227
  "description": "The horizontal padding of the content of the Window.\n",
88572
88228
  "commentRange": {
88573
- "start": 64,
88574
- "end": 65
88229
+ "start": 59,
88230
+ "end": 60
88575
88231
  },
88576
88232
  "context": {
88577
88233
  "type": "variable",
@@ -88579,8 +88235,8 @@
88579
88235
  "value": "k-spacing(6)",
88580
88236
  "scope": "default",
88581
88237
  "line": {
88582
- "start": 66,
88583
- "end": 66
88238
+ "start": 61,
88239
+ "end": 61
88584
88240
  }
88585
88241
  },
88586
88242
  "group": [
@@ -88595,8 +88251,8 @@
88595
88251
  {
88596
88252
  "description": "The vertical padding of the content of the Window.\n",
88597
88253
  "commentRange": {
88598
- "start": 67,
88599
- "end": 68
88254
+ "start": 62,
88255
+ "end": 63
88600
88256
  },
88601
88257
  "context": {
88602
88258
  "type": "variable",
@@ -88604,8 +88260,8 @@
88604
88260
  "value": "k-spacing(4)",
88605
88261
  "scope": "default",
88606
88262
  "line": {
88607
- "start": 69,
88608
- "end": 69
88263
+ "start": 64,
88264
+ "end": 64
88609
88265
  }
88610
88266
  },
88611
88267
  "group": [
@@ -88620,8 +88276,8 @@
88620
88276
  {
88621
88277
  "description": "The horizontal padding of the Window action buttons.\n",
88622
88278
  "commentRange": {
88623
- "start": 71,
88624
- "end": 72
88279
+ "start": 66,
88280
+ "end": 67
88625
88281
  },
88626
88282
  "context": {
88627
88283
  "type": "variable",
@@ -88629,8 +88285,8 @@
88629
88285
  "value": "$kendo-actions-padding-x",
88630
88286
  "scope": "default",
88631
88287
  "line": {
88632
- "start": 73,
88633
- "end": 73
88288
+ "start": 68,
88289
+ "end": 68
88634
88290
  }
88635
88291
  },
88636
88292
  "group": [
@@ -88645,8 +88301,8 @@
88645
88301
  {
88646
88302
  "description": "The vertical padding of the Window action buttons.\n",
88647
88303
  "commentRange": {
88648
- "start": 74,
88649
- "end": 75
88304
+ "start": 69,
88305
+ "end": 70
88650
88306
  },
88651
88307
  "context": {
88652
88308
  "type": "variable",
@@ -88654,8 +88310,8 @@
88654
88310
  "value": "$kendo-actions-padding-y",
88655
88311
  "scope": "default",
88656
88312
  "line": {
88657
- "start": 76,
88658
- "end": 76
88313
+ "start": 71,
88314
+ "end": 71
88659
88315
  }
88660
88316
  },
88661
88317
  "group": [
@@ -88670,8 +88326,8 @@
88670
88326
  {
88671
88327
  "description": "The width of the top border of the Window action buttons.\n",
88672
88328
  "commentRange": {
88673
- "start": 77,
88674
- "end": 78
88329
+ "start": 72,
88330
+ "end": 73
88675
88331
  },
88676
88332
  "context": {
88677
88333
  "type": "variable",
@@ -88679,8 +88335,8 @@
88679
88335
  "value": "0px",
88680
88336
  "scope": "default",
88681
88337
  "line": {
88682
- "start": 79,
88683
- "end": 79
88338
+ "start": 74,
88339
+ "end": 74
88684
88340
  }
88685
88341
  },
88686
88342
  "group": [
@@ -88695,8 +88351,8 @@
88695
88351
  {
88696
88352
  "description": "The background color of the Window.\n",
88697
88353
  "commentRange": {
88698
- "start": 81,
88699
- "end": 82
88354
+ "start": 76,
88355
+ "end": 77
88700
88356
  },
88701
88357
  "context": {
88702
88358
  "type": "variable",
@@ -88704,8 +88360,8 @@
88704
88360
  "value": "k-color(surface-alt)",
88705
88361
  "scope": "default",
88706
88362
  "line": {
88707
- "start": 83,
88708
- "end": 83
88363
+ "start": 78,
88364
+ "end": 78
88709
88365
  }
88710
88366
  },
88711
88367
  "group": [
@@ -88720,8 +88376,8 @@
88720
88376
  {
88721
88377
  "description": "The text color of the Window.\n",
88722
88378
  "commentRange": {
88723
- "start": 84,
88724
- "end": 85
88379
+ "start": 79,
88380
+ "end": 80
88725
88381
  },
88726
88382
  "context": {
88727
88383
  "type": "variable",
@@ -88729,8 +88385,8 @@
88729
88385
  "value": "k-color(on-app-surface)",
88730
88386
  "scope": "default",
88731
88387
  "line": {
88732
- "start": 86,
88733
- "end": 86
88388
+ "start": 81,
88389
+ "end": 81
88734
88390
  }
88735
88391
  },
88736
88392
  "group": [
@@ -88745,8 +88401,8 @@
88745
88401
  {
88746
88402
  "description": "The border color of the Window.\n",
88747
88403
  "commentRange": {
88748
- "start": 87,
88749
- "end": 88
88404
+ "start": 82,
88405
+ "end": 83
88750
88406
  },
88751
88407
  "context": {
88752
88408
  "type": "variable",
@@ -88754,8 +88410,8 @@
88754
88410
  "value": "k-color(border)",
88755
88411
  "scope": "default",
88756
88412
  "line": {
88757
- "start": 89,
88758
- "end": 89
88413
+ "start": 84,
88414
+ "end": 84
88759
88415
  }
88760
88416
  },
88761
88417
  "group": [
@@ -88770,8 +88426,8 @@
88770
88426
  {
88771
88427
  "description": "The box shadow of the Window.\n",
88772
88428
  "commentRange": {
88773
- "start": 90,
88774
- "end": 91
88429
+ "start": 85,
88430
+ "end": 86
88775
88431
  },
88776
88432
  "context": {
88777
88433
  "type": "variable",
@@ -88779,8 +88435,8 @@
88779
88435
  "value": "k-elevation(3)",
88780
88436
  "scope": "default",
88781
88437
  "line": {
88782
- "start": 92,
88783
- "end": 92
88438
+ "start": 87,
88439
+ "end": 87
88784
88440
  }
88785
88441
  },
88786
88442
  "group": [
@@ -88795,8 +88451,8 @@
88795
88451
  {
88796
88452
  "description": "The box shadow of the focused Window.\n",
88797
88453
  "commentRange": {
88798
- "start": 93,
88799
- "end": 94
88454
+ "start": 88,
88455
+ "end": 89
88800
88456
  },
88801
88457
  "context": {
88802
88458
  "type": "variable",
@@ -88804,8 +88460,8 @@
88804
88460
  "value": "k-elevation(4)",
88805
88461
  "scope": "default",
88806
88462
  "line": {
88807
- "start": 95,
88808
- "end": 95
88463
+ "start": 90,
88464
+ "end": 90
88809
88465
  }
88810
88466
  },
88811
88467
  "group": [
@@ -88820,8 +88476,8 @@
88820
88476
  {
88821
88477
  "description": "The background color of the Window titlebar.\n",
88822
88478
  "commentRange": {
88823
- "start": 97,
88824
- "end": 98
88479
+ "start": 92,
88480
+ "end": 93
88825
88481
  },
88826
88482
  "context": {
88827
88483
  "type": "variable",
@@ -88829,8 +88485,8 @@
88829
88485
  "value": "k-color(surface)",
88830
88486
  "scope": "default",
88831
88487
  "line": {
88832
- "start": 99,
88833
- "end": 99
88488
+ "start": 94,
88489
+ "end": 94
88834
88490
  }
88835
88491
  },
88836
88492
  "group": [
@@ -88845,8 +88501,8 @@
88845
88501
  {
88846
88502
  "description": "The text color of the Window titlebar.\n",
88847
88503
  "commentRange": {
88848
- "start": 100,
88849
- "end": 101
88504
+ "start": 95,
88505
+ "end": 96
88850
88506
  },
88851
88507
  "context": {
88852
88508
  "type": "variable",
@@ -88854,8 +88510,8 @@
88854
88510
  "value": "unset",
88855
88511
  "scope": "default",
88856
88512
  "line": {
88857
- "start": 102,
88858
- "end": 102
88513
+ "start": 97,
88514
+ "end": 97
88859
88515
  }
88860
88516
  },
88861
88517
  "group": [
@@ -88870,8 +88526,8 @@
88870
88526
  {
88871
88527
  "description": "The border color of the Window titlebar.\n",
88872
88528
  "commentRange": {
88873
- "start": 103,
88874
- "end": 104
88529
+ "start": 98,
88530
+ "end": 99
88875
88531
  },
88876
88532
  "context": {
88877
88533
  "type": "variable",
@@ -88879,8 +88535,8 @@
88879
88535
  "value": "unset",
88880
88536
  "scope": "default",
88881
88537
  "line": {
88882
- "start": 105,
88883
- "end": 105
88538
+ "start": 100,
88539
+ "end": 100
88884
88540
  }
88885
88541
  },
88886
88542
  "group": [
@@ -88895,8 +88551,8 @@
88895
88551
  {
88896
88552
  "description": "The background gradient of the Window titlebar.\n",
88897
88553
  "commentRange": {
88898
- "start": 106,
88899
- "end": 107
88554
+ "start": 101,
88555
+ "end": 102
88900
88556
  },
88901
88557
  "context": {
88902
88558
  "type": "variable",
@@ -88904,8 +88560,8 @@
88904
88560
  "value": "null",
88905
88561
  "scope": "default",
88906
88562
  "line": {
88907
- "start": 108,
88908
- "end": 108
88563
+ "start": 103,
88564
+ "end": 103
88909
88565
  }
88910
88566
  },
88911
88567
  "group": [
@@ -89232,17 +88888,17 @@
89232
88888
  {
89233
88889
  "description": "The theme colors map of the AppBar.\n",
89234
88890
  "commentRange": {
89235
- "start": 27,
89236
- "end": 28
88891
+ "start": 21,
88892
+ "end": 22
89237
88893
  },
89238
88894
  "context": {
89239
88895
  "type": "variable",
89240
88896
  "name": "kendo-appbar-theme-colors",
89241
- "value": "(\"inherit\", \"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
88897
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"inverse\")",
89242
88898
  "scope": "default",
89243
88899
  "line": {
89244
- "start": 29,
89245
- "end": 29
88900
+ "start": 23,
88901
+ "end": 23
89246
88902
  }
89247
88903
  },
89248
88904
  "group": [
@@ -89288,7 +88944,7 @@
89288
88944
  "context": {
89289
88945
  "type": "variable",
89290
88946
  "name": "kendo-avatar-theme-colors",
89291
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
88947
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
89292
88948
  "scope": "default",
89293
88949
  "line": {
89294
88950
  "start": 34,
@@ -89338,7 +88994,7 @@
89338
88994
  "context": {
89339
88995
  "type": "variable",
89340
88996
  "name": "kendo-badge-theme-colors",
89341
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
88997
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\")",
89342
88998
  "scope": "default",
89343
88999
  "line": {
89344
89000
  "start": 63,
@@ -89363,7 +89019,7 @@
89363
89019
  "context": {
89364
89020
  "type": "variable",
89365
89021
  "name": "kendo-bottom-navigation-theme-colors",
89366
- "value": "(\"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
89022
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"inverse\")",
89367
89023
  "scope": "default",
89368
89024
  "line": {
89369
89025
  "start": 33,
@@ -89413,7 +89069,7 @@
89413
89069
  "context": {
89414
89070
  "type": "variable",
89415
89071
  "name": "kendo-button-theme-colors",
89416
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
89072
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
89417
89073
  "scope": "default",
89418
89074
  "line": {
89419
89075
  "start": 116,
@@ -89479,31 +89135,6 @@
89479
89135
  "name": "_variables.scss"
89480
89136
  }
89481
89137
  },
89482
- {
89483
- "description": "The theme colors map of the Card.\n",
89484
- "commentRange": {
89485
- "start": 75,
89486
- "end": 76
89487
- },
89488
- "context": {
89489
- "type": "variable",
89490
- "name": "kendo-card-theme-colors",
89491
- "value": "(\"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
89492
- "scope": "default",
89493
- "line": {
89494
- "start": 77,
89495
- "end": 77
89496
- }
89497
- },
89498
- "group": [
89499
- "card"
89500
- ],
89501
- "access": "public",
89502
- "file": {
89503
- "path": "core/scss/components/card/_variables.scss",
89504
- "name": "_variables.scss"
89505
- }
89506
- },
89507
89138
  {
89508
89139
  "description": "The sizes map of the Chip.\n",
89509
89140
  "commentRange": {
@@ -89912,31 +89543,6 @@
89912
89543
  "name": "_variables.scss"
89913
89544
  }
89914
89545
  },
89915
- {
89916
- "description": "The theme colors map of the Dialog.\n",
89917
- "commentRange": {
89918
- "start": 16,
89919
- "end": 17
89920
- },
89921
- "context": {
89922
- "type": "variable",
89923
- "name": "kendo-dialog-theme-colors",
89924
- "value": "(\"primary\", \"light\", \"dark\")",
89925
- "scope": "default",
89926
- "line": {
89927
- "start": 18,
89928
- "end": 18
89929
- }
89930
- },
89931
- "group": [
89932
- "dialog"
89933
- ],
89934
- "access": "public",
89935
- "file": {
89936
- "path": "core/scss/components/dialog/_variables.scss",
89937
- "name": "_variables.scss"
89938
- }
89939
- },
89940
89546
  {
89941
89547
  "description": "The theme colors map of the FloatingActionButton.\n",
89942
89548
  "commentRange": {
@@ -89946,7 +89552,7 @@
89946
89552
  "context": {
89947
89553
  "type": "variable",
89948
89554
  "name": "kendo-fab-theme-colors",
89949
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
89555
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
89950
89556
  "scope": "default",
89951
89557
  "line": {
89952
89558
  "start": 68,
@@ -90071,7 +89677,7 @@
90071
89677
  "context": {
90072
89678
  "type": "variable",
90073
89679
  "name": "kendo-loader-theme-colors",
90074
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
89680
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
90075
89681
  "scope": "default",
90076
89682
  "line": {
90077
89683
  "start": 59,
@@ -90121,7 +89727,7 @@
90121
89727
  "context": {
90122
89728
  "type": "variable",
90123
89729
  "name": "kendo-message-box-theme-colors",
90124
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
89730
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
90125
89731
  "scope": "default",
90126
89732
  "line": {
90127
89733
  "start": 22,
@@ -90162,31 +89768,6 @@
90162
89768
  "name": "_variables.scss"
90163
89769
  }
90164
89770
  },
90165
- {
90166
- "description": "The theme colors map of the Overlay.\n",
90167
- "commentRange": {
90168
- "start": 6,
90169
- "end": 7
90170
- },
90171
- "context": {
90172
- "type": "variable",
90173
- "name": "kendo-overlay-theme-colors",
90174
- "value": "(\"dark\", \"light\", \"inverse\")",
90175
- "scope": "default",
90176
- "line": {
90177
- "start": 8,
90178
- "end": 8
90179
- }
90180
- },
90181
- "group": [
90182
- "overlay"
90183
- ],
90184
- "access": "public",
90185
- "file": {
90186
- "path": "core/scss/components/overlay/_variables.scss",
90187
- "name": "_variables.scss"
90188
- }
90189
- },
90190
89771
  {
90191
89772
  "description": "The sizes map of the Pager.\n",
90192
89773
  "commentRange": {
@@ -90296,7 +89877,7 @@
90296
89877
  "context": {
90297
89878
  "type": "variable",
90298
89879
  "name": "kendo-suggestion-theme-colors",
90299
- "value": "(\"base\", \"primary\", \"secondary\")",
89880
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
90300
89881
  "scope": "default",
90301
89882
  "line": {
90302
89883
  "start": 18,
@@ -90479,8 +90060,8 @@
90479
90060
  {
90480
90061
  "description": "The sizes map of the Window.\n",
90481
90062
  "commentRange": {
90482
- "start": 42,
90483
- "end": 43
90063
+ "start": 41,
90064
+ "end": 42
90484
90065
  },
90485
90066
  "context": {
90486
90067
  "type": "variable",
@@ -90488,33 +90069,8 @@
90488
90069
  "value": "(\n auto: null,\n sm: 300px,\n md: 800px,\n lg: 1200px\n)",
90489
90070
  "scope": "default",
90490
90071
  "line": {
90491
- "start": 44,
90492
- "end": 49
90493
- }
90494
- },
90495
- "group": [
90496
- "window"
90497
- ],
90498
- "access": "public",
90499
- "file": {
90500
- "path": "core/scss/components/window/_variables.scss",
90501
- "name": "_variables.scss"
90502
- }
90503
- },
90504
- {
90505
- "description": "The theme colors map of the Window.\n",
90506
- "commentRange": {
90507
- "start": 51,
90508
- "end": 52
90509
- },
90510
- "context": {
90511
- "type": "variable",
90512
- "name": "kendo-window-theme-colors",
90513
- "value": "(\"primary\", \"light\", \"dark\")",
90514
- "scope": "default",
90515
- "line": {
90516
- "start": 53,
90517
- "end": 53
90072
+ "start": 43,
90073
+ "end": 48
90518
90074
  }
90519
90075
  },
90520
90076
  "group": [