@progress/kendo-theme-default 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/default-blue.css +1 -1
  3. package/dist/default-dataviz-v4.css +1 -1
  4. package/dist/default-green.css +1 -1
  5. package/dist/default-main-dark.css +1 -1
  6. package/dist/default-main-dark.scss +0 -20
  7. package/dist/default-main.css +1 -1
  8. package/dist/default-nordic.css +1 -1
  9. package/dist/default-ocean-blue-a11y.css +1 -1
  10. package/dist/default-ocean-blue-a11y.scss +0 -10
  11. package/dist/default-ocean-blue.css +1 -1
  12. package/dist/default-ocean-blue.scss +0 -10
  13. package/dist/default-orange.css +1 -1
  14. package/dist/default-purple.css +1 -1
  15. package/dist/default-turquoise.css +1 -1
  16. package/dist/default-urban.css +1 -1
  17. package/dist/meta/sassdoc-data.json +878 -1924
  18. package/dist/meta/sassdoc-raw-data.json +415 -859
  19. package/dist/meta/variables.json +24 -147
  20. package/lib/swatches/default-blue.json +1 -1
  21. package/lib/swatches/default-dataviz-v4.json +1 -1
  22. package/lib/swatches/default-green.json +1 -1
  23. package/lib/swatches/default-main-dark.json +1 -101
  24. package/lib/swatches/default-main.json +1 -1
  25. package/lib/swatches/default-nordic.json +1 -1
  26. package/lib/swatches/default-ocean-blue-a11y.json +1 -51
  27. package/lib/swatches/default-ocean-blue.json +1 -51
  28. package/lib/swatches/default-orange.json +1 -1
  29. package/lib/swatches/default-purple.json +1 -1
  30. package/lib/swatches/default-turquoise.json +1 -1
  31. package/lib/swatches/default-urban.json +1 -1
  32. package/package.json +4 -4
  33. package/scss/appbar/_variables.scss +1 -19
  34. package/scss/card/_variables.scss +0 -6
  35. package/scss/colorgradient/_variables.scss +3 -3
  36. package/scss/colorpalette/_variables.scss +3 -3
  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 +2 -3
  41. package/scss/tooltip/_variables.scss +1 -1
  42. package/scss/window/_variables.scss +0 -6
@@ -2508,7 +2508,7 @@
2508
2508
  "context": {
2509
2509
  "type": "variable",
2510
2510
  "name": "kendo-appbar-default-theme-color",
2511
- "value": "\"light\"",
2511
+ "value": "\"base\"",
2512
2512
  "scope": "default",
2513
2513
  "line": {
2514
2514
  "start": 10,
@@ -2778,15 +2778,15 @@
2778
2778
  }
2779
2779
  },
2780
2780
  {
2781
- "description": "The background color of the AppBar based on light theme color.\n",
2781
+ "description": "The box shadow of the AppBar.\n",
2782
2782
  "commentRange": {
2783
2783
  "start": 44,
2784
2784
  "end": 45
2785
2785
  },
2786
2786
  "context": {
2787
2787
  "type": "variable",
2788
- "name": "kendo-appbar-light-bg",
2789
- "value": "k-color(light)",
2788
+ "name": "kendo-appbar-box-shadow",
2789
+ "value": "k-elevation(4)",
2790
2790
  "scope": "default",
2791
2791
  "line": {
2792
2792
  "start": 46,
@@ -2803,119 +2803,19 @@
2803
2803
  }
2804
2804
  },
2805
2805
  {
2806
- "description": "The text color of the AppBar based on light theme color.\n",
2806
+ "description": "The box shadow of the AppBar with bottom position.\n",
2807
2807
  "commentRange": {
2808
2808
  "start": 47,
2809
2809
  "end": 48
2810
2810
  },
2811
- "context": {
2812
- "type": "variable",
2813
- "name": "kendo-appbar-light-text",
2814
- "value": "k-color(on-light)",
2815
- "scope": "default",
2816
- "line": {
2817
- "start": 49,
2818
- "end": 49
2819
- }
2820
- },
2821
- "group": [
2822
- "appbar"
2823
- ],
2824
- "access": "public",
2825
- "file": {
2826
- "path": "appbar/_variables.scss",
2827
- "name": "_variables.scss"
2828
- }
2829
- },
2830
- {
2831
- "description": "The background color of the AppBar based on dark theme color.\n",
2832
- "commentRange": {
2833
- "start": 51,
2834
- "end": 52
2835
- },
2836
- "context": {
2837
- "type": "variable",
2838
- "name": "kendo-appbar-dark-bg",
2839
- "value": "k-color(dark)",
2840
- "scope": "default",
2841
- "line": {
2842
- "start": 53,
2843
- "end": 53
2844
- }
2845
- },
2846
- "group": [
2847
- "appbar"
2848
- ],
2849
- "access": "public",
2850
- "file": {
2851
- "path": "appbar/_variables.scss",
2852
- "name": "_variables.scss"
2853
- }
2854
- },
2855
- {
2856
- "description": "The text color of the AppBar based on dark theme color.\n",
2857
- "commentRange": {
2858
- "start": 54,
2859
- "end": 55
2860
- },
2861
- "context": {
2862
- "type": "variable",
2863
- "name": "kendo-appbar-dark-text",
2864
- "value": "k-color(on-dark)",
2865
- "scope": "default",
2866
- "line": {
2867
- "start": 56,
2868
- "end": 56
2869
- }
2870
- },
2871
- "group": [
2872
- "appbar"
2873
- ],
2874
- "access": "public",
2875
- "file": {
2876
- "path": "appbar/_variables.scss",
2877
- "name": "_variables.scss"
2878
- }
2879
- },
2880
- {
2881
- "description": "The box shadow of the AppBar.\n",
2882
- "commentRange": {
2883
- "start": 58,
2884
- "end": 59
2885
- },
2886
- "context": {
2887
- "type": "variable",
2888
- "name": "kendo-appbar-box-shadow",
2889
- "value": "k-elevation(4)",
2890
- "scope": "default",
2891
- "line": {
2892
- "start": 60,
2893
- "end": 60
2894
- }
2895
- },
2896
- "group": [
2897
- "appbar"
2898
- ],
2899
- "access": "public",
2900
- "file": {
2901
- "path": "appbar/_variables.scss",
2902
- "name": "_variables.scss"
2903
- }
2904
- },
2905
- {
2906
- "description": "The box shadow of the AppBar with bottom position.\n",
2907
- "commentRange": {
2908
- "start": 61,
2909
- "end": 62
2910
- },
2911
2811
  "context": {
2912
2812
  "type": "variable",
2913
2813
  "name": "kendo-appbar-bottom-box-shadow",
2914
2814
  "value": "$kendo-appbar-box-shadow",
2915
2815
  "scope": "default",
2916
2816
  "line": {
2917
- "start": 63,
2918
- "end": 63
2817
+ "start": 49,
2818
+ "end": 49
2919
2819
  }
2920
2820
  },
2921
2821
  "group": [
@@ -11050,39 +10950,11 @@
11050
10950
  "name": "_variables.scss"
11051
10951
  }
11052
10952
  },
11053
- {
11054
- "description": "The default theme color of the Card.\n",
11055
- "commentRange": {
11056
- "start": 6,
11057
- "end": 8
11058
- },
11059
- "context": {
11060
- "type": "variable",
11061
- "name": "kendo-card-default-theme-color",
11062
- "value": "null",
11063
- "scope": "default",
11064
- "line": {
11065
- "start": 9,
11066
- "end": 9
11067
- }
11068
- },
11069
- "group": [
11070
- "card"
11071
- ],
11072
- "role": [
11073
- "default"
11074
- ],
11075
- "access": "public",
11076
- "file": {
11077
- "path": "card/_variables.scss",
11078
- "name": "_variables.scss"
11079
- }
11080
- },
11081
10953
  {
11082
10954
  "description": "The horizontal padding of the Card.\n",
11083
10955
  "commentRange": {
11084
- "start": 11,
11085
- "end": 12
10956
+ "start": 6,
10957
+ "end": 7
11086
10958
  },
11087
10959
  "context": {
11088
10960
  "type": "variable",
@@ -11090,8 +10962,8 @@
11090
10962
  "value": "k-spacing(4)",
11091
10963
  "scope": "default",
11092
10964
  "line": {
11093
- "start": 13,
11094
- "end": 13
10965
+ "start": 8,
10966
+ "end": 8
11095
10967
  }
11096
10968
  },
11097
10969
  "group": [
@@ -11106,8 +10978,8 @@
11106
10978
  {
11107
10979
  "description": "The vertical padding of the Card.\n",
11108
10980
  "commentRange": {
11109
- "start": 14,
11110
- "end": 15
10981
+ "start": 9,
10982
+ "end": 10
11111
10983
  },
11112
10984
  "context": {
11113
10985
  "type": "variable",
@@ -11115,8 +10987,8 @@
11115
10987
  "value": "k-spacing(3)",
11116
10988
  "scope": "default",
11117
10989
  "line": {
11118
- "start": 16,
11119
- "end": 16
10990
+ "start": 11,
10991
+ "end": 11
11120
10992
  }
11121
10993
  },
11122
10994
  "group": [
@@ -11131,8 +11003,8 @@
11131
11003
  {
11132
11004
  "description": "The width of the border around the Card.\n",
11133
11005
  "commentRange": {
11134
- "start": 17,
11135
- "end": 18
11006
+ "start": 12,
11007
+ "end": 13
11136
11008
  },
11137
11009
  "context": {
11138
11010
  "type": "variable",
@@ -11140,8 +11012,8 @@
11140
11012
  "value": "1px",
11141
11013
  "scope": "default",
11142
11014
  "line": {
11143
- "start": 19,
11144
- "end": 19
11015
+ "start": 14,
11016
+ "end": 14
11145
11017
  }
11146
11018
  },
11147
11019
  "group": [
@@ -11156,8 +11028,8 @@
11156
11028
  {
11157
11029
  "description": "The border radius of the Card.\n",
11158
11030
  "commentRange": {
11159
- "start": 20,
11160
- "end": 21
11031
+ "start": 15,
11032
+ "end": 16
11161
11033
  },
11162
11034
  "context": {
11163
11035
  "type": "variable",
@@ -11165,8 +11037,8 @@
11165
11037
  "value": "k-border-radius(lg)",
11166
11038
  "scope": "default",
11167
11039
  "line": {
11168
- "start": 22,
11169
- "end": 22
11040
+ "start": 17,
11041
+ "end": 17
11170
11042
  }
11171
11043
  },
11172
11044
  "group": [
@@ -11181,8 +11053,8 @@
11181
11053
  {
11182
11054
  "description": "The inner border radius of the Card.\n",
11183
11055
  "commentRange": {
11184
- "start": 23,
11185
- "end": 24
11056
+ "start": 18,
11057
+ "end": 19
11186
11058
  },
11187
11059
  "context": {
11188
11060
  "type": "variable",
@@ -11190,8 +11062,8 @@
11190
11062
  "value": "calc( #{$kendo-card-border-radius} - #{$kendo-card-border-width} )",
11191
11063
  "scope": "default",
11192
11064
  "line": {
11193
- "start": 25,
11194
- "end": 25
11065
+ "start": 20,
11066
+ "end": 20
11195
11067
  }
11196
11068
  },
11197
11069
  "group": [
@@ -11206,8 +11078,8 @@
11206
11078
  {
11207
11079
  "description": "The font family of the Card.\n",
11208
11080
  "commentRange": {
11209
- "start": 26,
11210
- "end": 27
11081
+ "start": 21,
11082
+ "end": 22
11211
11083
  },
11212
11084
  "context": {
11213
11085
  "type": "variable",
@@ -11215,8 +11087,8 @@
11215
11087
  "value": "var(--kendo-font-family)",
11216
11088
  "scope": "default",
11217
11089
  "line": {
11218
- "start": 28,
11219
- "end": 28
11090
+ "start": 23,
11091
+ "end": 23
11220
11092
  }
11221
11093
  },
11222
11094
  "group": [
@@ -11231,8 +11103,8 @@
11231
11103
  {
11232
11104
  "description": "The font size of the Card.\n",
11233
11105
  "commentRange": {
11234
- "start": 29,
11235
- "end": 30
11106
+ "start": 24,
11107
+ "end": 25
11236
11108
  },
11237
11109
  "context": {
11238
11110
  "type": "variable",
@@ -11240,8 +11112,8 @@
11240
11112
  "value": "var(--kendo-font-size)",
11241
11113
  "scope": "default",
11242
11114
  "line": {
11243
- "start": 31,
11244
- "end": 31
11115
+ "start": 26,
11116
+ "end": 26
11245
11117
  }
11246
11118
  },
11247
11119
  "group": [
@@ -11256,8 +11128,8 @@
11256
11128
  {
11257
11129
  "description": "The line height of the Card.\n",
11258
11130
  "commentRange": {
11259
- "start": 32,
11260
- "end": 33
11131
+ "start": 27,
11132
+ "end": 28
11261
11133
  },
11262
11134
  "context": {
11263
11135
  "type": "variable",
@@ -11265,8 +11137,8 @@
11265
11137
  "value": "var(--kendo-line-height)",
11266
11138
  "scope": "default",
11267
11139
  "line": {
11268
- "start": 34,
11269
- "end": 34
11140
+ "start": 29,
11141
+ "end": 29
11270
11142
  }
11271
11143
  },
11272
11144
  "group": [
@@ -11281,8 +11153,8 @@
11281
11153
  {
11282
11154
  "description": "The spacing between the Cards in the Card deck.\n",
11283
11155
  "commentRange": {
11284
- "start": 36,
11285
- "end": 37
11156
+ "start": 31,
11157
+ "end": 32
11286
11158
  },
11287
11159
  "context": {
11288
11160
  "type": "variable",
@@ -11290,8 +11162,8 @@
11290
11162
  "value": "k-spacing(4)",
11291
11163
  "scope": "default",
11292
11164
  "line": {
11293
- "start": 38,
11294
- "end": 38
11165
+ "start": 33,
11166
+ "end": 33
11295
11167
  }
11296
11168
  },
11297
11169
  "group": [
@@ -11306,8 +11178,8 @@
11306
11178
  {
11307
11179
  "description": "The background color of the Card.\n",
11308
11180
  "commentRange": {
11309
- "start": 40,
11310
- "end": 41
11181
+ "start": 35,
11182
+ "end": 36
11311
11183
  },
11312
11184
  "context": {
11313
11185
  "type": "variable",
@@ -11315,8 +11187,8 @@
11315
11187
  "value": "k-color(surface-alt)",
11316
11188
  "scope": "default",
11317
11189
  "line": {
11318
- "start": 42,
11319
- "end": 42
11190
+ "start": 37,
11191
+ "end": 37
11320
11192
  }
11321
11193
  },
11322
11194
  "group": [
@@ -11331,8 +11203,8 @@
11331
11203
  {
11332
11204
  "description": "The text color of the Card.\n",
11333
11205
  "commentRange": {
11334
- "start": 43,
11335
- "end": 44
11206
+ "start": 38,
11207
+ "end": 39
11336
11208
  },
11337
11209
  "context": {
11338
11210
  "type": "variable",
@@ -11340,8 +11212,8 @@
11340
11212
  "value": "k-color(on-app-surface)",
11341
11213
  "scope": "default",
11342
11214
  "line": {
11343
- "start": 45,
11344
- "end": 45
11215
+ "start": 40,
11216
+ "end": 40
11345
11217
  }
11346
11218
  },
11347
11219
  "group": [
@@ -11356,8 +11228,8 @@
11356
11228
  {
11357
11229
  "description": "The border color of the Card.\n",
11358
11230
  "commentRange": {
11359
- "start": 46,
11360
- "end": 47
11231
+ "start": 41,
11232
+ "end": 42
11361
11233
  },
11362
11234
  "context": {
11363
11235
  "type": "variable",
@@ -11365,8 +11237,8 @@
11365
11237
  "value": "k-color(border)",
11366
11238
  "scope": "default",
11367
11239
  "line": {
11368
- "start": 48,
11369
- "end": 48
11240
+ "start": 43,
11241
+ "end": 43
11370
11242
  }
11371
11243
  },
11372
11244
  "group": [
@@ -11381,8 +11253,8 @@
11381
11253
  {
11382
11254
  "description": "The shadow of the Card.\n",
11383
11255
  "commentRange": {
11384
- "start": 49,
11385
- "end": 50
11256
+ "start": 44,
11257
+ "end": 45
11386
11258
  },
11387
11259
  "context": {
11388
11260
  "type": "variable",
@@ -11390,8 +11262,8 @@
11390
11262
  "value": "null",
11391
11263
  "scope": "default",
11392
11264
  "line": {
11393
- "start": 51,
11394
- "end": 51
11265
+ "start": 46,
11266
+ "end": 46
11395
11267
  }
11396
11268
  },
11397
11269
  "group": [
@@ -11406,8 +11278,8 @@
11406
11278
  {
11407
11279
  "description": "The background color of the focused Card.\n",
11408
11280
  "commentRange": {
11409
- "start": 53,
11410
- "end": 54
11281
+ "start": 48,
11282
+ "end": 49
11411
11283
  },
11412
11284
  "context": {
11413
11285
  "type": "variable",
@@ -11415,8 +11287,8 @@
11415
11287
  "value": "null",
11416
11288
  "scope": "default",
11417
11289
  "line": {
11418
- "start": 55,
11419
- "end": 55
11290
+ "start": 50,
11291
+ "end": 50
11420
11292
  }
11421
11293
  },
11422
11294
  "group": [
@@ -11431,8 +11303,8 @@
11431
11303
  {
11432
11304
  "description": "The text color of the focused Card.\n",
11433
11305
  "commentRange": {
11434
- "start": 56,
11435
- "end": 57
11306
+ "start": 51,
11307
+ "end": 52
11436
11308
  },
11437
11309
  "context": {
11438
11310
  "type": "variable",
@@ -11440,8 +11312,8 @@
11440
11312
  "value": "null",
11441
11313
  "scope": "default",
11442
11314
  "line": {
11443
- "start": 58,
11444
- "end": 58
11315
+ "start": 53,
11316
+ "end": 53
11445
11317
  }
11446
11318
  },
11447
11319
  "group": [
@@ -11456,8 +11328,8 @@
11456
11328
  {
11457
11329
  "description": "The border color of the focused Card.\n",
11458
11330
  "commentRange": {
11459
- "start": 59,
11460
- "end": 60
11331
+ "start": 54,
11332
+ "end": 55
11461
11333
  },
11462
11334
  "context": {
11463
11335
  "type": "variable",
@@ -11465,8 +11337,8 @@
11465
11337
  "value": "k-color(border-alt)",
11466
11338
  "scope": "default",
11467
11339
  "line": {
11468
- "start": 61,
11469
- "end": 61
11340
+ "start": 56,
11341
+ "end": 56
11470
11342
  }
11471
11343
  },
11472
11344
  "group": [
@@ -11481,8 +11353,8 @@
11481
11353
  {
11482
11354
  "description": "The shadow of the focused Card.\n",
11483
11355
  "commentRange": {
11484
- "start": 65,
11485
- "end": 66
11356
+ "start": 60,
11357
+ "end": 61
11486
11358
  },
11487
11359
  "context": {
11488
11360
  "type": "variable",
@@ -11490,8 +11362,8 @@
11490
11362
  "value": "null",
11491
11363
  "scope": "default",
11492
11364
  "line": {
11493
- "start": 67,
11494
- "end": 67
11365
+ "start": 62,
11366
+ "end": 62
11495
11367
  }
11496
11368
  },
11497
11369
  "group": [
@@ -11506,8 +11378,8 @@
11506
11378
  {
11507
11379
  "description": "The horizontal padding of the Card header.\n",
11508
11380
  "commentRange": {
11509
- "start": 69,
11510
- "end": 70
11381
+ "start": 64,
11382
+ "end": 65
11511
11383
  },
11512
11384
  "context": {
11513
11385
  "type": "variable",
@@ -11515,8 +11387,8 @@
11515
11387
  "value": "$kendo-card-padding-x",
11516
11388
  "scope": "default",
11517
11389
  "line": {
11518
- "start": 71,
11519
- "end": 71
11390
+ "start": 66,
11391
+ "end": 66
11520
11392
  }
11521
11393
  },
11522
11394
  "group": [
@@ -11531,8 +11403,8 @@
11531
11403
  {
11532
11404
  "description": "The vertical padding of the Card header.\n",
11533
11405
  "commentRange": {
11534
- "start": 72,
11535
- "end": 73
11406
+ "start": 67,
11407
+ "end": 68
11536
11408
  },
11537
11409
  "context": {
11538
11410
  "type": "variable",
@@ -11540,8 +11412,8 @@
11540
11412
  "value": "$kendo-card-padding-y",
11541
11413
  "scope": "default",
11542
11414
  "line": {
11543
- "start": 74,
11544
- "end": 74
11415
+ "start": 69,
11416
+ "end": 69
11545
11417
  }
11546
11418
  },
11547
11419
  "group": [
@@ -11556,8 +11428,8 @@
11556
11428
  {
11557
11429
  "description": "The bottom border width of the Card header.\n",
11558
11430
  "commentRange": {
11559
- "start": 75,
11560
- "end": 76
11431
+ "start": 70,
11432
+ "end": 71
11561
11433
  },
11562
11434
  "context": {
11563
11435
  "type": "variable",
@@ -11565,8 +11437,8 @@
11565
11437
  "value": "1px",
11566
11438
  "scope": "default",
11567
11439
  "line": {
11568
- "start": 77,
11569
- "end": 77
11440
+ "start": 72,
11441
+ "end": 72
11570
11442
  }
11571
11443
  },
11572
11444
  "group": [
@@ -11581,8 +11453,8 @@
11581
11453
  {
11582
11454
  "description": "The background color of the Card header.\n",
11583
11455
  "commentRange": {
11584
- "start": 78,
11585
- "end": 79
11456
+ "start": 73,
11457
+ "end": 74
11586
11458
  },
11587
11459
  "context": {
11588
11460
  "type": "variable",
@@ -11590,8 +11462,8 @@
11590
11462
  "value": "null",
11591
11463
  "scope": "default",
11592
11464
  "line": {
11593
- "start": 80,
11594
- "end": 80
11465
+ "start": 75,
11466
+ "end": 75
11595
11467
  }
11596
11468
  },
11597
11469
  "group": [
@@ -11606,8 +11478,8 @@
11606
11478
  {
11607
11479
  "description": "The text color of the Card header.\n",
11608
11480
  "commentRange": {
11609
- "start": 81,
11610
- "end": 82
11481
+ "start": 76,
11482
+ "end": 77
11611
11483
  },
11612
11484
  "context": {
11613
11485
  "type": "variable",
@@ -11615,8 +11487,8 @@
11615
11487
  "value": "k-color(on-app-surface)",
11616
11488
  "scope": "default",
11617
11489
  "line": {
11618
- "start": 83,
11619
- "end": 83
11490
+ "start": 78,
11491
+ "end": 78
11620
11492
  }
11621
11493
  },
11622
11494
  "group": [
@@ -11631,8 +11503,8 @@
11631
11503
  {
11632
11504
  "description": "The border color of the Card header.\n",
11633
11505
  "commentRange": {
11634
- "start": 84,
11635
- "end": 85
11506
+ "start": 79,
11507
+ "end": 80
11636
11508
  },
11637
11509
  "context": {
11638
11510
  "type": "variable",
@@ -11640,8 +11512,8 @@
11640
11512
  "value": "k-color(border)",
11641
11513
  "scope": "default",
11642
11514
  "line": {
11643
- "start": 86,
11644
- "end": 86
11515
+ "start": 81,
11516
+ "end": 81
11645
11517
  }
11646
11518
  },
11647
11519
  "group": [
@@ -11656,8 +11528,8 @@
11656
11528
  {
11657
11529
  "description": "The horizontal padding of the Card body.\n",
11658
11530
  "commentRange": {
11659
- "start": 88,
11660
- "end": 89
11531
+ "start": 83,
11532
+ "end": 84
11661
11533
  },
11662
11534
  "context": {
11663
11535
  "type": "variable",
@@ -11665,8 +11537,8 @@
11665
11537
  "value": "k-spacing(4)",
11666
11538
  "scope": "default",
11667
11539
  "line": {
11668
- "start": 90,
11669
- "end": 90
11540
+ "start": 85,
11541
+ "end": 85
11670
11542
  }
11671
11543
  },
11672
11544
  "group": [
@@ -11681,8 +11553,8 @@
11681
11553
  {
11682
11554
  "description": "The vertical padding of the Card body.\n",
11683
11555
  "commentRange": {
11684
- "start": 91,
11685
- "end": 92
11556
+ "start": 86,
11557
+ "end": 87
11686
11558
  },
11687
11559
  "context": {
11688
11560
  "type": "variable",
@@ -11690,8 +11562,8 @@
11690
11562
  "value": "k-spacing(4)",
11691
11563
  "scope": "default",
11692
11564
  "line": {
11693
- "start": 93,
11694
- "end": 93
11565
+ "start": 88,
11566
+ "end": 88
11695
11567
  }
11696
11568
  },
11697
11569
  "group": [
@@ -11706,8 +11578,8 @@
11706
11578
  {
11707
11579
  "description": "The horizontal padding of the Card footer.\n",
11708
11580
  "commentRange": {
11709
- "start": 95,
11710
- "end": 96
11581
+ "start": 90,
11582
+ "end": 91
11711
11583
  },
11712
11584
  "context": {
11713
11585
  "type": "variable",
@@ -11715,8 +11587,8 @@
11715
11587
  "value": "k-spacing(2)",
11716
11588
  "scope": "default",
11717
11589
  "line": {
11718
- "start": 97,
11719
- "end": 97
11590
+ "start": 92,
11591
+ "end": 92
11720
11592
  }
11721
11593
  },
11722
11594
  "group": [
@@ -11731,8 +11603,8 @@
11731
11603
  {
11732
11604
  "description": "The vertical padding of the Card footer.\n",
11733
11605
  "commentRange": {
11734
- "start": 98,
11735
- "end": 99
11606
+ "start": 93,
11607
+ "end": 94
11736
11608
  },
11737
11609
  "context": {
11738
11610
  "type": "variable",
@@ -11740,8 +11612,8 @@
11740
11612
  "value": "k-spacing(2)",
11741
11613
  "scope": "default",
11742
11614
  "line": {
11743
- "start": 100,
11744
- "end": 100
11615
+ "start": 95,
11616
+ "end": 95
11745
11617
  }
11746
11618
  },
11747
11619
  "group": [
@@ -11756,8 +11628,8 @@
11756
11628
  {
11757
11629
  "description": "The top border width of the Card footer.\n",
11758
11630
  "commentRange": {
11759
- "start": 101,
11760
- "end": 102
11631
+ "start": 96,
11632
+ "end": 97
11761
11633
  },
11762
11634
  "context": {
11763
11635
  "type": "variable",
@@ -11765,8 +11637,8 @@
11765
11637
  "value": "1px",
11766
11638
  "scope": "default",
11767
11639
  "line": {
11768
- "start": 103,
11769
- "end": 103
11640
+ "start": 98,
11641
+ "end": 98
11770
11642
  }
11771
11643
  },
11772
11644
  "group": [
@@ -11781,8 +11653,8 @@
11781
11653
  {
11782
11654
  "description": "The background color of the Card footer.\n",
11783
11655
  "commentRange": {
11784
- "start": 104,
11785
- "end": 105
11656
+ "start": 99,
11657
+ "end": 100
11786
11658
  },
11787
11659
  "context": {
11788
11660
  "type": "variable",
@@ -11790,8 +11662,8 @@
11790
11662
  "value": "null",
11791
11663
  "scope": "default",
11792
11664
  "line": {
11793
- "start": 106,
11794
- "end": 106
11665
+ "start": 101,
11666
+ "end": 101
11795
11667
  }
11796
11668
  },
11797
11669
  "group": [
@@ -11806,8 +11678,8 @@
11806
11678
  {
11807
11679
  "description": "The text color of the Card footer.\n",
11808
11680
  "commentRange": {
11809
- "start": 107,
11810
- "end": 108
11681
+ "start": 102,
11682
+ "end": 103
11811
11683
  },
11812
11684
  "context": {
11813
11685
  "type": "variable",
@@ -11815,8 +11687,8 @@
11815
11687
  "value": "k-color(on-app-surface)",
11816
11688
  "scope": "default",
11817
11689
  "line": {
11818
- "start": 109,
11819
- "end": 109
11690
+ "start": 104,
11691
+ "end": 104
11820
11692
  }
11821
11693
  },
11822
11694
  "group": [
@@ -11831,8 +11703,8 @@
11831
11703
  {
11832
11704
  "description": "The border color of the Card footer.\n",
11833
11705
  "commentRange": {
11834
- "start": 110,
11835
- "end": 111
11706
+ "start": 105,
11707
+ "end": 106
11836
11708
  },
11837
11709
  "context": {
11838
11710
  "type": "variable",
@@ -11840,8 +11712,8 @@
11840
11712
  "value": "k-color(border)",
11841
11713
  "scope": "default",
11842
11714
  "line": {
11843
- "start": 112,
11844
- "end": 112
11715
+ "start": 107,
11716
+ "end": 107
11845
11717
  }
11846
11718
  },
11847
11719
  "group": [
@@ -11856,8 +11728,8 @@
11856
11728
  {
11857
11729
  "description": "The bottom margin of the Card title.\n",
11858
11730
  "commentRange": {
11859
- "start": 114,
11860
- "end": 115
11731
+ "start": 109,
11732
+ "end": 110
11861
11733
  },
11862
11734
  "context": {
11863
11735
  "type": "variable",
@@ -11865,8 +11737,8 @@
11865
11737
  "value": "k-spacing(2)",
11866
11738
  "scope": "default",
11867
11739
  "line": {
11868
- "start": 116,
11869
- "end": 116
11740
+ "start": 111,
11741
+ "end": 111
11870
11742
  }
11871
11743
  },
11872
11744
  "group": [
@@ -11881,8 +11753,8 @@
11881
11753
  {
11882
11754
  "description": "The font size of the Card title.\n",
11883
11755
  "commentRange": {
11884
- "start": 117,
11885
- "end": 118
11756
+ "start": 112,
11757
+ "end": 113
11886
11758
  },
11887
11759
  "context": {
11888
11760
  "type": "variable",
@@ -11890,8 +11762,8 @@
11890
11762
  "value": "var(--kendo-font-size-lg)",
11891
11763
  "scope": "default",
11892
11764
  "line": {
11893
- "start": 119,
11894
- "end": 119
11765
+ "start": 114,
11766
+ "end": 114
11895
11767
  }
11896
11768
  },
11897
11769
  "group": [
@@ -11906,8 +11778,8 @@
11906
11778
  {
11907
11779
  "description": "The font family of the Card title.\n",
11908
11780
  "commentRange": {
11909
- "start": 120,
11910
- "end": 121
11781
+ "start": 115,
11782
+ "end": 116
11911
11783
  },
11912
11784
  "context": {
11913
11785
  "type": "variable",
@@ -11915,8 +11787,8 @@
11915
11787
  "value": "null",
11916
11788
  "scope": "default",
11917
11789
  "line": {
11918
- "start": 122,
11919
- "end": 122
11790
+ "start": 117,
11791
+ "end": 117
11920
11792
  }
11921
11793
  },
11922
11794
  "group": [
@@ -11931,8 +11803,8 @@
11931
11803
  {
11932
11804
  "description": "The line height of the Card title.\n",
11933
11805
  "commentRange": {
11934
- "start": 123,
11935
- "end": 124
11806
+ "start": 118,
11807
+ "end": 119
11936
11808
  },
11937
11809
  "context": {
11938
11810
  "type": "variable",
@@ -11940,8 +11812,8 @@
11940
11812
  "value": "var(--kendo-line-height-sm)",
11941
11813
  "scope": "default",
11942
11814
  "line": {
11943
- "start": 125,
11944
- "end": 125
11815
+ "start": 120,
11816
+ "end": 120
11945
11817
  }
11946
11818
  },
11947
11819
  "group": [
@@ -11956,8 +11828,8 @@
11956
11828
  {
11957
11829
  "description": "The font weight of the Card title.\n",
11958
11830
  "commentRange": {
11959
- "start": 126,
11960
- "end": 127
11831
+ "start": 121,
11832
+ "end": 122
11961
11833
  },
11962
11834
  "context": {
11963
11835
  "type": "variable",
@@ -11965,8 +11837,8 @@
11965
11837
  "value": "var(--kendo-font-weight-normal)",
11966
11838
  "scope": "default",
11967
11839
  "line": {
11968
- "start": 128,
11969
- "end": 128
11840
+ "start": 123,
11841
+ "end": 123
11970
11842
  }
11971
11843
  },
11972
11844
  "group": [
@@ -11981,8 +11853,8 @@
11981
11853
  {
11982
11854
  "description": "The letter spacing of the Card title.\n",
11983
11855
  "commentRange": {
11984
- "start": 129,
11985
- "end": 130
11856
+ "start": 124,
11857
+ "end": 125
11986
11858
  },
11987
11859
  "context": {
11988
11860
  "type": "variable",
@@ -11990,8 +11862,8 @@
11990
11862
  "value": "null",
11991
11863
  "scope": "default",
11992
11864
  "line": {
11993
- "start": 131,
11994
- "end": 131
11865
+ "start": 126,
11866
+ "end": 126
11995
11867
  }
11996
11868
  },
11997
11869
  "group": [
@@ -12006,8 +11878,8 @@
12006
11878
  {
12007
11879
  "description": "The bottom margin of the Card subtitle.\n",
12008
11880
  "commentRange": {
12009
- "start": 133,
12010
- "end": 134
11881
+ "start": 128,
11882
+ "end": 129
12011
11883
  },
12012
11884
  "context": {
12013
11885
  "type": "variable",
@@ -12015,8 +11887,8 @@
12015
11887
  "value": "k-spacing(2)",
12016
11888
  "scope": "default",
12017
11889
  "line": {
12018
- "start": 135,
12019
- "end": 135
11890
+ "start": 130,
11891
+ "end": 130
12020
11892
  }
12021
11893
  },
12022
11894
  "group": [
@@ -12031,8 +11903,8 @@
12031
11903
  {
12032
11904
  "description": "The font size of the Card subtitle.\n",
12033
11905
  "commentRange": {
12034
- "start": 136,
12035
- "end": 137
11906
+ "start": 131,
11907
+ "end": 132
12036
11908
  },
12037
11909
  "context": {
12038
11910
  "type": "variable",
@@ -12040,8 +11912,8 @@
12040
11912
  "value": "var(--kendo-font-size-sm)",
12041
11913
  "scope": "default",
12042
11914
  "line": {
12043
- "start": 138,
12044
- "end": 138
11915
+ "start": 133,
11916
+ "end": 133
12045
11917
  }
12046
11918
  },
12047
11919
  "group": [
@@ -12056,8 +11928,8 @@
12056
11928
  {
12057
11929
  "description": "The font family of the Card subtitle.\n",
12058
11930
  "commentRange": {
12059
- "start": 139,
12060
- "end": 140
11931
+ "start": 134,
11932
+ "end": 135
12061
11933
  },
12062
11934
  "context": {
12063
11935
  "type": "variable",
@@ -12065,8 +11937,8 @@
12065
11937
  "value": "null",
12066
11938
  "scope": "default",
12067
11939
  "line": {
12068
- "start": 141,
12069
- "end": 141
11940
+ "start": 136,
11941
+ "end": 136
12070
11942
  }
12071
11943
  },
12072
11944
  "group": [
@@ -12081,8 +11953,8 @@
12081
11953
  {
12082
11954
  "description": "The line height of the Card subtitle.\n",
12083
11955
  "commentRange": {
12084
- "start": 142,
12085
- "end": 143
11956
+ "start": 137,
11957
+ "end": 138
12086
11958
  },
12087
11959
  "context": {
12088
11960
  "type": "variable",
@@ -12090,8 +11962,8 @@
12090
11962
  "value": "var(--kendo-line-height-lg)",
12091
11963
  "scope": "default",
12092
11964
  "line": {
12093
- "start": 144,
12094
- "end": 144
11965
+ "start": 139,
11966
+ "end": 139
12095
11967
  }
12096
11968
  },
12097
11969
  "group": [
@@ -12106,8 +11978,8 @@
12106
11978
  {
12107
11979
  "description": "The font weight of the Card subtitle.\n",
12108
11980
  "commentRange": {
12109
- "start": 145,
12110
- "end": 146
11981
+ "start": 140,
11982
+ "end": 141
12111
11983
  },
12112
11984
  "context": {
12113
11985
  "type": "variable",
@@ -12115,8 +11987,8 @@
12115
11987
  "value": "var(--kendo-font-weight-normal)",
12116
11988
  "scope": "default",
12117
11989
  "line": {
12118
- "start": 147,
12119
- "end": 147
11990
+ "start": 142,
11991
+ "end": 142
12120
11992
  }
12121
11993
  },
12122
11994
  "group": [
@@ -12131,8 +12003,8 @@
12131
12003
  {
12132
12004
  "description": "The letter spacing of the Card subtitle.\n",
12133
12005
  "commentRange": {
12134
- "start": 148,
12135
- "end": 149
12006
+ "start": 143,
12007
+ "end": 144
12136
12008
  },
12137
12009
  "context": {
12138
12010
  "type": "variable",
@@ -12140,8 +12012,8 @@
12140
12012
  "value": "null",
12141
12013
  "scope": "default",
12142
12014
  "line": {
12143
- "start": 150,
12144
- "end": 150
12015
+ "start": 145,
12016
+ "end": 145
12145
12017
  }
12146
12018
  },
12147
12019
  "group": [
@@ -12156,8 +12028,8 @@
12156
12028
  {
12157
12029
  "description": "The text color of the Card subtitle.\n",
12158
12030
  "commentRange": {
12159
- "start": 151,
12160
- "end": 152
12031
+ "start": 146,
12032
+ "end": 147
12161
12033
  },
12162
12034
  "context": {
12163
12035
  "type": "variable",
@@ -12165,8 +12037,8 @@
12165
12037
  "value": "k-color(subtle)",
12166
12038
  "scope": "default",
12167
12039
  "line": {
12168
- "start": 153,
12169
- "end": 153
12040
+ "start": 148,
12041
+ "end": 148
12170
12042
  }
12171
12043
  },
12172
12044
  "group": [
@@ -12181,8 +12053,8 @@
12181
12053
  {
12182
12054
  "description": "The maximum width of the Card image.\n",
12183
12055
  "commentRange": {
12184
- "start": 155,
12185
- "end": 156
12056
+ "start": 150,
12057
+ "end": 151
12186
12058
  },
12187
12059
  "context": {
12188
12060
  "type": "variable",
@@ -12190,8 +12062,8 @@
12190
12062
  "value": "100px",
12191
12063
  "scope": "default",
12192
12064
  "line": {
12193
- "start": 157,
12194
- "end": 157
12065
+ "start": 152,
12066
+ "end": 152
12195
12067
  }
12196
12068
  },
12197
12069
  "group": [
@@ -12206,8 +12078,8 @@
12206
12078
  {
12207
12079
  "description": "The spacing between the Avatar and the text in the Card.\n",
12208
12080
  "commentRange": {
12209
- "start": 158,
12210
- "end": 159
12081
+ "start": 153,
12082
+ "end": 154
12211
12083
  },
12212
12084
  "context": {
12213
12085
  "type": "variable",
@@ -12215,8 +12087,8 @@
12215
12087
  "value": "k-spacing(2)",
12216
12088
  "scope": "default",
12217
12089
  "line": {
12218
- "start": 160,
12219
- "end": 160
12090
+ "start": 155,
12091
+ "end": 155
12220
12092
  }
12221
12093
  },
12222
12094
  "group": [
@@ -12231,8 +12103,8 @@
12231
12103
  {
12232
12104
  "description": "The horizontal padding of the Card actions.\n",
12233
12105
  "commentRange": {
12234
- "start": 162,
12235
- "end": 163
12106
+ "start": 157,
12107
+ "end": 158
12236
12108
  },
12237
12109
  "context": {
12238
12110
  "type": "variable",
@@ -12240,8 +12112,8 @@
12240
12112
  "value": "k-spacing(2)",
12241
12113
  "scope": "default",
12242
12114
  "line": {
12243
- "start": 164,
12244
- "end": 164
12115
+ "start": 159,
12116
+ "end": 159
12245
12117
  }
12246
12118
  },
12247
12119
  "group": [
@@ -12256,8 +12128,8 @@
12256
12128
  {
12257
12129
  "description": "The vertical padding of the Card actions.\n",
12258
12130
  "commentRange": {
12259
- "start": 165,
12260
- "end": 166
12131
+ "start": 160,
12132
+ "end": 161
12261
12133
  },
12262
12134
  "context": {
12263
12135
  "type": "variable",
@@ -12265,8 +12137,8 @@
12265
12137
  "value": "k-spacing(2)",
12266
12138
  "scope": "default",
12267
12139
  "line": {
12268
- "start": 167,
12269
- "end": 167
12140
+ "start": 162,
12141
+ "end": 162
12270
12142
  }
12271
12143
  },
12272
12144
  "group": [
@@ -12281,8 +12153,8 @@
12281
12153
  {
12282
12154
  "description": "The top border width of the Card actions.\n",
12283
12155
  "commentRange": {
12284
- "start": 168,
12285
- "end": 169
12156
+ "start": 163,
12157
+ "end": 164
12286
12158
  },
12287
12159
  "context": {
12288
12160
  "type": "variable",
@@ -12290,8 +12162,8 @@
12290
12162
  "value": "0",
12291
12163
  "scope": "default",
12292
12164
  "line": {
12293
- "start": 170,
12294
- "end": 170
12165
+ "start": 165,
12166
+ "end": 165
12295
12167
  }
12296
12168
  },
12297
12169
  "group": [
@@ -12306,8 +12178,8 @@
12306
12178
  {
12307
12179
  "description": "The spacing between the Card actions.\n",
12308
12180
  "commentRange": {
12309
- "start": 171,
12310
- "end": 172
12181
+ "start": 166,
12182
+ "end": 167
12311
12183
  },
12312
12184
  "context": {
12313
12185
  "type": "variable",
@@ -12315,8 +12187,8 @@
12315
12187
  "value": "k-spacing(2)",
12316
12188
  "scope": "default",
12317
12189
  "line": {
12318
- "start": 173,
12319
- "end": 173
12190
+ "start": 168,
12191
+ "end": 168
12320
12192
  }
12321
12193
  },
12322
12194
  "group": [
@@ -12331,8 +12203,8 @@
12331
12203
  {
12332
12204
  "description": "The border radius of the scroll button in the Card deck.\n",
12333
12205
  "commentRange": {
12334
- "start": 175,
12335
- "end": 176
12206
+ "start": 170,
12207
+ "end": 171
12336
12208
  },
12337
12209
  "context": {
12338
12210
  "type": "variable",
@@ -12340,8 +12212,8 @@
12340
12212
  "value": "0px",
12341
12213
  "scope": "default",
12342
12214
  "line": {
12343
- "start": 177,
12344
- "end": 177
12215
+ "start": 172,
12216
+ "end": 172
12345
12217
  }
12346
12218
  },
12347
12219
  "group": [
@@ -12356,8 +12228,8 @@
12356
12228
  {
12357
12229
  "description": "The border radius of the scroll button in the Card deck.\n",
12358
12230
  "commentRange": {
12359
- "start": 178,
12360
- "end": 179
12231
+ "start": 173,
12232
+ "end": 174
12361
12233
  },
12362
12234
  "context": {
12363
12235
  "type": "variable",
@@ -12365,8 +12237,8 @@
12365
12237
  "value": "-$kendo-button-border-width",
12366
12238
  "scope": "default",
12367
12239
  "line": {
12368
- "start": 180,
12369
- "end": 180
12240
+ "start": 175,
12241
+ "end": 175
12370
12242
  }
12371
12243
  },
12372
12244
  "group": [
@@ -12381,8 +12253,8 @@
12381
12253
  {
12382
12254
  "description": "The width of the Card callout.\n",
12383
12255
  "commentRange": {
12384
- "start": 182,
12385
- "end": 183
12256
+ "start": 177,
12257
+ "end": 178
12386
12258
  },
12387
12259
  "context": {
12388
12260
  "type": "variable",
@@ -12390,8 +12262,8 @@
12390
12262
  "value": "20px",
12391
12263
  "scope": "default",
12392
12264
  "line": {
12393
- "start": 184,
12394
- "end": 184
12265
+ "start": 179,
12266
+ "end": 179
12395
12267
  }
12396
12268
  },
12397
12269
  "group": [
@@ -12406,8 +12278,8 @@
12406
12278
  {
12407
12279
  "description": "The height of the Card callout.\n",
12408
12280
  "commentRange": {
12409
- "start": 185,
12410
- "end": 186
12281
+ "start": 180,
12282
+ "end": 181
12411
12283
  },
12412
12284
  "context": {
12413
12285
  "type": "variable",
@@ -12415,8 +12287,8 @@
12415
12287
  "value": "20px",
12416
12288
  "scope": "default",
12417
12289
  "line": {
12418
- "start": 187,
12419
- "end": 187
12290
+ "start": 182,
12291
+ "end": 182
12420
12292
  }
12421
12293
  },
12422
12294
  "group": [
@@ -21736,7 +21608,7 @@
21736
21608
  "context": {
21737
21609
  "type": "variable",
21738
21610
  "name": "kendo-color-gradient-draghandle-border",
21739
- "value": "color-mix(in srgb, k-color(light) 80%, transparent)",
21611
+ "value": "color-mix(in srgb, k-color(on-inverse) 80%, transparent)",
21740
21612
  "scope": "default",
21741
21613
  "line": {
21742
21614
  "start": 174,
@@ -21761,7 +21633,7 @@
21761
21633
  "context": {
21762
21634
  "type": "variable",
21763
21635
  "name": "kendo-color-gradient-draghandle-focus-shadow",
21764
- "value": "k-color(dark)",
21636
+ "value": "k-color(inverse)",
21765
21637
  "scope": "default",
21766
21638
  "line": {
21767
21639
  "start": 177,
@@ -21786,7 +21658,7 @@
21786
21658
  "context": {
21787
21659
  "type": "variable",
21788
21660
  "name": "kendo-color-gradient-draghandle-hover-shadow",
21789
- "value": "k-color(dark)",
21661
+ "value": "k-color(inverse)",
21790
21662
  "scope": "default",
21791
21663
  "line": {
21792
21664
  "start": 180,
@@ -22414,7 +22286,7 @@
22414
22286
  "context": {
22415
22287
  "type": "variable",
22416
22288
  "name": "kendo-color-palette-tile-focus-shadow",
22417
- "value": "0 0 3px 1px color-mix(in srgb, k-color(dark) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(light) 50%, transparent)",
22289
+ "value": "0 0 3px 1px color-mix(in srgb, k-color(inverse) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(on-inverse) 50%, transparent)",
22418
22290
  "scope": "default",
22419
22291
  "line": {
22420
22292
  "start": 47,
@@ -22439,7 +22311,7 @@
22439
22311
  "context": {
22440
22312
  "type": "variable",
22441
22313
  "name": "kendo-color-palette-tile-hover-shadow",
22442
- "value": "0 0 3px 1px color-mix(in srgb, k-color(dark) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(light) 80%, transparent)",
22314
+ "value": "0 0 3px 1px color-mix(in srgb, k-color(inverse) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(on-inverse) 80%, transparent)",
22443
22315
  "scope": "default",
22444
22316
  "line": {
22445
22317
  "start": 50,
@@ -22464,7 +22336,7 @@
22464
22336
  "context": {
22465
22337
  "type": "variable",
22466
22338
  "name": "kendo-color-palette-tile-selected-shadow",
22467
- "value": "0 1px 3px 1px color-mix(in srgb, k-color(dark) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(light) 100%, transparent)",
22339
+ "value": "0 1px 3px 1px color-mix(in srgb, k-color(inverse) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(on-inverse) 100%, transparent)",
22468
22340
  "scope": "default",
22469
22341
  "line": {
22470
22342
  "start": 53,
@@ -23361,39 +23233,11 @@
23361
23233
  "name": "_variables.scss"
23362
23234
  }
23363
23235
  },
23364
- {
23365
- "description": "The default theme color of the Dialog.\n",
23366
- "commentRange": {
23367
- "start": 7,
23368
- "end": 9
23369
- },
23370
- "context": {
23371
- "type": "variable",
23372
- "name": "kendo-dialog-default-theme-color",
23373
- "value": "null",
23374
- "scope": "default",
23375
- "line": {
23376
- "start": 10,
23377
- "end": 10
23378
- }
23379
- },
23380
- "group": [
23381
- "dialog"
23382
- ],
23383
- "role": [
23384
- "default"
23385
- ],
23386
- "access": "public",
23387
- "file": {
23388
- "path": "dialog/_variables.scss",
23389
- "name": "_variables.scss"
23390
- }
23391
- },
23392
23236
  {
23393
23237
  "description": "The background color of the Dialog titlebar.\n",
23394
23238
  "commentRange": {
23395
- "start": 12,
23396
- "end": 13
23239
+ "start": 7,
23240
+ "end": 8
23397
23241
  },
23398
23242
  "context": {
23399
23243
  "type": "variable",
@@ -23401,8 +23245,8 @@
23401
23245
  "value": "k-color(surface)",
23402
23246
  "scope": "default",
23403
23247
  "line": {
23404
- "start": 14,
23405
- "end": 14
23248
+ "start": 9,
23249
+ "end": 9
23406
23250
  }
23407
23251
  },
23408
23252
  "group": [
@@ -23417,8 +23261,8 @@
23417
23261
  {
23418
23262
  "description": "The text color of the Dialog titlebar.\n",
23419
23263
  "commentRange": {
23420
- "start": 15,
23421
- "end": 16
23264
+ "start": 10,
23265
+ "end": 11
23422
23266
  },
23423
23267
  "context": {
23424
23268
  "type": "variable",
@@ -23426,8 +23270,8 @@
23426
23270
  "value": "k-color(on-app-surface)",
23427
23271
  "scope": "default",
23428
23272
  "line": {
23429
- "start": 17,
23430
- "end": 17
23273
+ "start": 12,
23274
+ "end": 12
23431
23275
  }
23432
23276
  },
23433
23277
  "group": [
@@ -23442,8 +23286,8 @@
23442
23286
  {
23443
23287
  "description": "The border color of the Dialog titlebar.\n",
23444
23288
  "commentRange": {
23445
- "start": 18,
23446
- "end": 19
23289
+ "start": 13,
23290
+ "end": 14
23447
23291
  },
23448
23292
  "context": {
23449
23293
  "type": "variable",
@@ -23451,8 +23295,8 @@
23451
23295
  "value": "inherit",
23452
23296
  "scope": "default",
23453
23297
  "line": {
23454
- "start": 20,
23455
- "end": 20
23298
+ "start": 15,
23299
+ "end": 15
23456
23300
  }
23457
23301
  },
23458
23302
  "group": [
@@ -23467,8 +23311,8 @@
23467
23311
  {
23468
23312
  "description": "The horizontal padding of the Dialog action buttons.\n",
23469
23313
  "commentRange": {
23470
- "start": 22,
23471
- "end": 23
23314
+ "start": 17,
23315
+ "end": 18
23472
23316
  },
23473
23317
  "context": {
23474
23318
  "type": "variable",
@@ -23476,8 +23320,8 @@
23476
23320
  "value": "$kendo-actions-padding-x",
23477
23321
  "scope": "default",
23478
23322
  "line": {
23479
- "start": 24,
23480
- "end": 24
23323
+ "start": 19,
23324
+ "end": 19
23481
23325
  }
23482
23326
  },
23483
23327
  "group": [
@@ -23492,8 +23336,8 @@
23492
23336
  {
23493
23337
  "description": "The vertical padding of the Dialog action buttons.\n",
23494
23338
  "commentRange": {
23495
- "start": 25,
23496
- "end": 26
23339
+ "start": 20,
23340
+ "end": 21
23497
23341
  },
23498
23342
  "context": {
23499
23343
  "type": "variable",
@@ -23501,8 +23345,8 @@
23501
23345
  "value": "$kendo-actions-padding-y",
23502
23346
  "scope": "default",
23503
23347
  "line": {
23504
- "start": 27,
23505
- "end": 27
23348
+ "start": 22,
23349
+ "end": 22
23506
23350
  }
23507
23351
  },
23508
23352
  "group": [
@@ -23517,8 +23361,8 @@
23517
23361
  {
23518
23362
  "description": "The width of the top border of the Dialog action buttons.\n",
23519
23363
  "commentRange": {
23520
- "start": 28,
23521
- "end": 29
23364
+ "start": 23,
23365
+ "end": 24
23522
23366
  },
23523
23367
  "context": {
23524
23368
  "type": "variable",
@@ -23526,8 +23370,8 @@
23526
23370
  "value": "1px",
23527
23371
  "scope": "default",
23528
23372
  "line": {
23529
- "start": 30,
23530
- "end": 30
23373
+ "start": 25,
23374
+ "end": 25
23531
23375
  }
23532
23376
  },
23533
23377
  "group": [
@@ -23542,8 +23386,8 @@
23542
23386
  {
23543
23387
  "description": "The spacing between the Dialog action buttons.\n",
23544
23388
  "commentRange": {
23545
- "start": 31,
23546
- "end": 32
23389
+ "start": 26,
23390
+ "end": 27
23547
23391
  },
23548
23392
  "context": {
23549
23393
  "type": "variable",
@@ -23551,8 +23395,8 @@
23551
23395
  "value": "$kendo-actions-button-spacing",
23552
23396
  "scope": "default",
23553
23397
  "line": {
23554
- "start": 33,
23555
- "end": 33
23398
+ "start": 28,
23399
+ "end": 28
23556
23400
  }
23557
23401
  },
23558
23402
  "group": [
@@ -23567,8 +23411,8 @@
23567
23411
  {
23568
23412
  "description": "The background color of the Dialog.\n",
23569
23413
  "commentRange": {
23570
- "start": 35,
23571
- "end": 36
23414
+ "start": 30,
23415
+ "end": 31
23572
23416
  },
23573
23417
  "context": {
23574
23418
  "type": "variable",
@@ -23576,8 +23420,8 @@
23576
23420
  "value": "k-color(surface-alt)",
23577
23421
  "scope": "default",
23578
23422
  "line": {
23579
- "start": 37,
23580
- "end": 37
23423
+ "start": 32,
23424
+ "end": 32
23581
23425
  }
23582
23426
  },
23583
23427
  "group": [
@@ -48846,7 +48690,7 @@
48846
48690
  "context": {
48847
48691
  "type": "variable",
48848
48692
  "name": "kendo-notification-theme-colors",
48849
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
48693
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
48850
48694
  "scope": "default",
48851
48695
  "line": {
48852
48696
  "start": 65,
@@ -50137,48 +49981,20 @@
50137
49981
  "name": "_variables.scss"
50138
49982
  }
50139
49983
  },
50140
- {
50141
- "description": "The default theme color of the Overlay.\n",
50142
- "commentRange": {
50143
- "start": 1,
50144
- "end": 3
50145
- },
50146
- "context": {
50147
- "type": "variable",
50148
- "name": "kendo-overlay-default-theme-color",
50149
- "value": "\"inverse\"",
50150
- "scope": "default",
50151
- "line": {
50152
- "start": 4,
50153
- "end": 4
50154
- }
50155
- },
50156
- "group": [
50157
- "overlay"
50158
- ],
50159
- "role": [
50160
- "default"
50161
- ],
50162
- "access": "public",
50163
- "file": {
50164
- "path": "overlay/_variables.scss",
50165
- "name": "_variables.scss"
50166
- }
50167
- },
50168
49984
  {
50169
49985
  "description": "The background color of the Overlay.\n",
50170
49986
  "commentRange": {
50171
- "start": 6,
50172
- "end": 7
49987
+ "start": 3,
49988
+ "end": 4
50173
49989
  },
50174
49990
  "context": {
50175
49991
  "type": "variable",
50176
49992
  "name": "kendo-overlay-bg",
50177
- "value": "null",
49993
+ "value": "k-color(inverse)",
50178
49994
  "scope": "default",
50179
49995
  "line": {
50180
- "start": 8,
50181
- "end": 8
49996
+ "start": 5,
49997
+ "end": 5
50182
49998
  }
50183
49999
  },
50184
50000
  "group": [
@@ -50193,8 +50009,8 @@
50193
50009
  {
50194
50010
  "description": "The opacity of the Overlay.\n",
50195
50011
  "commentRange": {
50196
- "start": 10,
50197
- "end": 11
50012
+ "start": 7,
50013
+ "end": 8
50198
50014
  },
50199
50015
  "context": {
50200
50016
  "type": "variable",
@@ -50202,8 +50018,8 @@
50202
50018
  "value": ".5",
50203
50019
  "scope": "default",
50204
50020
  "line": {
50205
- "start": 12,
50206
- "end": 12
50021
+ "start": 9,
50022
+ "end": 9
50207
50023
  }
50208
50024
  },
50209
50025
  "group": [
@@ -63264,7 +63080,7 @@
63264
63080
  "context": {
63265
63081
  "type": "variable",
63266
63082
  "name": "kendo-scrollview-light-bg",
63267
- "value": "rgba(255, 255, 255, .4)",
63083
+ "value": "rgba( white, .4 )",
63268
63084
  "scope": "default",
63269
63085
  "line": {
63270
63086
  "start": 79,
@@ -63289,7 +63105,7 @@
63289
63105
  "context": {
63290
63106
  "type": "variable",
63291
63107
  "name": "kendo-scrollview-dark-bg",
63292
- "value": "rgba(0, 0, 0, .4)",
63108
+ "value": "rgba( black, .4 )",
63293
63109
  "scope": "default",
63294
63110
  "line": {
63295
63111
  "start": 82,
@@ -63308,8 +63124,8 @@
63308
63124
  {
63309
63125
  "description": "The duration of the ScrollView transition.\n",
63310
63126
  "commentRange": {
63311
- "start": 84,
63312
- "end": 85
63127
+ "start": 83,
63128
+ "end": 84
63313
63129
  },
63314
63130
  "context": {
63315
63131
  "type": "variable",
@@ -63317,8 +63133,8 @@
63317
63133
  "value": ".3s",
63318
63134
  "scope": "default",
63319
63135
  "line": {
63320
- "start": 86,
63321
- "end": 86
63136
+ "start": 85,
63137
+ "end": 85
63322
63138
  }
63323
63139
  },
63324
63140
  "group": [
@@ -63333,8 +63149,8 @@
63333
63149
  {
63334
63150
  "description": "The timing function of the ScrollView transition.\n",
63335
63151
  "commentRange": {
63336
- "start": 87,
63337
- "end": 88
63152
+ "start": 86,
63153
+ "end": 87
63338
63154
  },
63339
63155
  "context": {
63340
63156
  "type": "variable",
@@ -63342,8 +63158,8 @@
63342
63158
  "value": "ease-in-out",
63343
63159
  "scope": "default",
63344
63160
  "line": {
63345
- "start": 89,
63346
- "end": 89
63161
+ "start": 88,
63162
+ "end": 88
63347
63163
  }
63348
63164
  },
63349
63165
  "group": [
@@ -81403,7 +81219,7 @@
81403
81219
  "context": {
81404
81220
  "type": "variable",
81405
81221
  "name": "kendo-tooltip-theme-colors",
81406
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
81222
+ "value": "(\"base\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
81407
81223
  "scope": "default",
81408
81224
  "line": {
81409
81225
  "start": 58,
@@ -85525,39 +85341,11 @@
85525
85341
  "name": "_variables.scss"
85526
85342
  }
85527
85343
  },
85528
- {
85529
- "description": "The default theme color of the Window.\n",
85530
- "commentRange": {
85531
- "start": 12,
85532
- "end": 14
85533
- },
85534
- "context": {
85535
- "type": "variable",
85536
- "name": "kendo-window-default-theme-color",
85537
- "value": "null",
85538
- "scope": "default",
85539
- "line": {
85540
- "start": 15,
85541
- "end": 15
85542
- }
85543
- },
85544
- "group": [
85545
- "window"
85546
- ],
85547
- "role": [
85548
- "default"
85549
- ],
85550
- "access": "public",
85551
- "file": {
85552
- "path": "window/_variables.scss",
85553
- "name": "_variables.scss"
85554
- }
85555
- },
85556
85344
  {
85557
85345
  "description": "The width of the border around the Window.\n",
85558
85346
  "commentRange": {
85559
- "start": 17,
85560
- "end": 18
85347
+ "start": 12,
85348
+ "end": 13
85561
85349
  },
85562
85350
  "context": {
85563
85351
  "type": "variable",
@@ -85565,8 +85353,8 @@
85565
85353
  "value": "0px",
85566
85354
  "scope": "default",
85567
85355
  "line": {
85568
- "start": 19,
85569
- "end": 19
85356
+ "start": 14,
85357
+ "end": 14
85570
85358
  }
85571
85359
  },
85572
85360
  "group": [
@@ -85581,8 +85369,8 @@
85581
85369
  {
85582
85370
  "description": "The border radius of the Window.\n",
85583
85371
  "commentRange": {
85584
- "start": 20,
85585
- "end": 21
85372
+ "start": 15,
85373
+ "end": 16
85586
85374
  },
85587
85375
  "context": {
85588
85376
  "type": "variable",
@@ -85590,8 +85378,8 @@
85590
85378
  "value": "0px",
85591
85379
  "scope": "default",
85592
85380
  "line": {
85593
- "start": 22,
85594
- "end": 22
85381
+ "start": 17,
85382
+ "end": 17
85595
85383
  }
85596
85384
  },
85597
85385
  "group": [
@@ -85606,8 +85394,8 @@
85606
85394
  {
85607
85395
  "description": "The font family of the Window.\n",
85608
85396
  "commentRange": {
85609
- "start": 23,
85610
- "end": 24
85397
+ "start": 18,
85398
+ "end": 19
85611
85399
  },
85612
85400
  "context": {
85613
85401
  "type": "variable",
@@ -85615,8 +85403,8 @@
85615
85403
  "value": "var(--kendo-font-family)",
85616
85404
  "scope": "default",
85617
85405
  "line": {
85618
- "start": 25,
85619
- "end": 25
85406
+ "start": 20,
85407
+ "end": 20
85620
85408
  }
85621
85409
  },
85622
85410
  "group": [
@@ -85631,8 +85419,8 @@
85631
85419
  {
85632
85420
  "description": "The font size of the Window.\n",
85633
85421
  "commentRange": {
85634
- "start": 26,
85635
- "end": 27
85422
+ "start": 21,
85423
+ "end": 22
85636
85424
  },
85637
85425
  "context": {
85638
85426
  "type": "variable",
@@ -85640,8 +85428,8 @@
85640
85428
  "value": "var(--kendo-font-size)",
85641
85429
  "scope": "default",
85642
85430
  "line": {
85643
- "start": 28,
85644
- "end": 28
85431
+ "start": 23,
85432
+ "end": 23
85645
85433
  }
85646
85434
  },
85647
85435
  "group": [
@@ -85656,8 +85444,8 @@
85656
85444
  {
85657
85445
  "description": "The line height of the Window.\n",
85658
85446
  "commentRange": {
85659
- "start": 29,
85660
- "end": 30
85447
+ "start": 24,
85448
+ "end": 25
85661
85449
  },
85662
85450
  "context": {
85663
85451
  "type": "variable",
@@ -85665,8 +85453,8 @@
85665
85453
  "value": "var(--kendo-line-height-sm)",
85666
85454
  "scope": "default",
85667
85455
  "line": {
85668
- "start": 31,
85669
- "end": 31
85456
+ "start": 26,
85457
+ "end": 26
85670
85458
  }
85671
85459
  },
85672
85460
  "group": [
@@ -85681,8 +85469,8 @@
85681
85469
  {
85682
85470
  "description": "The horizontal padding of the Window titlebar.\n",
85683
85471
  "commentRange": {
85684
- "start": 33,
85685
- "end": 34
85472
+ "start": 28,
85473
+ "end": 29
85686
85474
  },
85687
85475
  "context": {
85688
85476
  "type": "variable",
@@ -85690,8 +85478,8 @@
85690
85478
  "value": "k-spacing(4)",
85691
85479
  "scope": "default",
85692
85480
  "line": {
85693
- "start": 35,
85694
- "end": 35
85481
+ "start": 30,
85482
+ "end": 30
85695
85483
  }
85696
85484
  },
85697
85485
  "group": [
@@ -85706,8 +85494,8 @@
85706
85494
  {
85707
85495
  "description": "The vertical padding of the Window titlebar.\n",
85708
85496
  "commentRange": {
85709
- "start": 36,
85710
- "end": 37
85497
+ "start": 31,
85498
+ "end": 32
85711
85499
  },
85712
85500
  "context": {
85713
85501
  "type": "variable",
@@ -85715,8 +85503,8 @@
85715
85503
  "value": "k-spacing(3)",
85716
85504
  "scope": "default",
85717
85505
  "line": {
85718
- "start": 38,
85719
- "end": 38
85506
+ "start": 33,
85507
+ "end": 33
85720
85508
  }
85721
85509
  },
85722
85510
  "group": [
@@ -85731,8 +85519,8 @@
85731
85519
  {
85732
85520
  "description": "The width of the border of the Window titlebar.\n",
85733
85521
  "commentRange": {
85734
- "start": 39,
85735
- "end": 40
85522
+ "start": 34,
85523
+ "end": 35
85736
85524
  },
85737
85525
  "context": {
85738
85526
  "type": "variable",
@@ -85740,8 +85528,8 @@
85740
85528
  "value": "0 0 1px",
85741
85529
  "scope": "default",
85742
85530
  "line": {
85743
- "start": 41,
85744
- "end": 41
85531
+ "start": 36,
85532
+ "end": 36
85745
85533
  }
85746
85534
  },
85747
85535
  "group": [
@@ -85756,8 +85544,8 @@
85756
85544
  {
85757
85545
  "description": "The style of the border of the Window titlebar.\n",
85758
85546
  "commentRange": {
85759
- "start": 42,
85760
- "end": 43
85547
+ "start": 37,
85548
+ "end": 38
85761
85549
  },
85762
85550
  "context": {
85763
85551
  "type": "variable",
@@ -85765,8 +85553,8 @@
85765
85553
  "value": "solid",
85766
85554
  "scope": "default",
85767
85555
  "line": {
85768
- "start": 44,
85769
- "end": 44
85556
+ "start": 39,
85557
+ "end": 39
85770
85558
  }
85771
85559
  },
85772
85560
  "group": [
@@ -85781,8 +85569,8 @@
85781
85569
  {
85782
85570
  "description": "The font size of the title of the Window.\n",
85783
85571
  "commentRange": {
85784
- "start": 46,
85785
- "end": 47
85572
+ "start": 41,
85573
+ "end": 42
85786
85574
  },
85787
85575
  "context": {
85788
85576
  "type": "variable",
@@ -85790,8 +85578,8 @@
85790
85578
  "value": "var(--kendo-font-size-lg)",
85791
85579
  "scope": "default",
85792
85580
  "line": {
85793
- "start": 48,
85794
- "end": 48
85581
+ "start": 43,
85582
+ "end": 43
85795
85583
  }
85796
85584
  },
85797
85585
  "group": [
@@ -85806,8 +85594,8 @@
85806
85594
  {
85807
85595
  "description": "The line height of the title of the Window.\n",
85808
85596
  "commentRange": {
85809
- "start": 49,
85810
- "end": 50
85597
+ "start": 44,
85598
+ "end": 45
85811
85599
  },
85812
85600
  "context": {
85813
85601
  "type": "variable",
@@ -85815,8 +85603,8 @@
85815
85603
  "value": "var(--kendo-line-height-sm)",
85816
85604
  "scope": "default",
85817
85605
  "line": {
85818
- "start": 51,
85819
- "end": 51
85606
+ "start": 46,
85607
+ "end": 46
85820
85608
  }
85821
85609
  },
85822
85610
  "group": [
@@ -85831,8 +85619,8 @@
85831
85619
  {
85832
85620
  "description": "The spacing between the buttons in the Window titlebar.\n",
85833
85621
  "commentRange": {
85834
- "start": 53,
85835
- "end": 54
85622
+ "start": 48,
85623
+ "end": 49
85836
85624
  },
85837
85625
  "context": {
85838
85626
  "type": "variable",
@@ -85840,8 +85628,8 @@
85840
85628
  "value": "null",
85841
85629
  "scope": "default",
85842
85630
  "line": {
85843
- "start": 55,
85844
- "end": 55
85631
+ "start": 50,
85632
+ "end": 50
85845
85633
  }
85846
85634
  },
85847
85635
  "group": [
@@ -85856,8 +85644,8 @@
85856
85644
  {
85857
85645
  "description": "The opacity of the buttons in the Window titlebar.\n",
85858
85646
  "commentRange": {
85859
- "start": 56,
85860
- "end": 57
85647
+ "start": 51,
85648
+ "end": 52
85861
85649
  },
85862
85650
  "context": {
85863
85651
  "type": "variable",
@@ -85865,8 +85653,8 @@
85865
85653
  "value": "null",
85866
85654
  "scope": "default",
85867
85655
  "line": {
85868
- "start": 58,
85869
- "end": 58
85656
+ "start": 53,
85657
+ "end": 53
85870
85658
  }
85871
85659
  },
85872
85660
  "group": [
@@ -85881,8 +85669,8 @@
85881
85669
  {
85882
85670
  "description": "The opacity of the hovered buttons in the Window titlebar.\n",
85883
85671
  "commentRange": {
85884
- "start": 59,
85885
- "end": 60
85672
+ "start": 54,
85673
+ "end": 55
85886
85674
  },
85887
85675
  "context": {
85888
85676
  "type": "variable",
@@ -85890,8 +85678,8 @@
85890
85678
  "value": "null",
85891
85679
  "scope": "default",
85892
85680
  "line": {
85893
- "start": 61,
85894
- "end": 61
85681
+ "start": 56,
85682
+ "end": 56
85895
85683
  }
85896
85684
  },
85897
85685
  "group": [
@@ -85906,8 +85694,8 @@
85906
85694
  {
85907
85695
  "description": "The horizontal padding of the content of the Window.\n",
85908
85696
  "commentRange": {
85909
- "start": 63,
85910
- "end": 64
85697
+ "start": 58,
85698
+ "end": 59
85911
85699
  },
85912
85700
  "context": {
85913
85701
  "type": "variable",
@@ -85915,8 +85703,8 @@
85915
85703
  "value": "k-spacing(4)",
85916
85704
  "scope": "default",
85917
85705
  "line": {
85918
- "start": 65,
85919
- "end": 65
85706
+ "start": 60,
85707
+ "end": 60
85920
85708
  }
85921
85709
  },
85922
85710
  "group": [
@@ -85931,8 +85719,8 @@
85931
85719
  {
85932
85720
  "description": "The vertical padding of the content of the Window.\n",
85933
85721
  "commentRange": {
85934
- "start": 66,
85935
- "end": 67
85722
+ "start": 61,
85723
+ "end": 62
85936
85724
  },
85937
85725
  "context": {
85938
85726
  "type": "variable",
@@ -85940,8 +85728,8 @@
85940
85728
  "value": "k-spacing(4)",
85941
85729
  "scope": "default",
85942
85730
  "line": {
85943
- "start": 68,
85944
- "end": 68
85731
+ "start": 63,
85732
+ "end": 63
85945
85733
  }
85946
85734
  },
85947
85735
  "group": [
@@ -85956,8 +85744,8 @@
85956
85744
  {
85957
85745
  "description": "The horizontal padding of the Window action buttons.\n",
85958
85746
  "commentRange": {
85959
- "start": 70,
85960
- "end": 71
85747
+ "start": 65,
85748
+ "end": 66
85961
85749
  },
85962
85750
  "context": {
85963
85751
  "type": "variable",
@@ -85965,8 +85753,8 @@
85965
85753
  "value": "$kendo-actions-padding-x",
85966
85754
  "scope": "default",
85967
85755
  "line": {
85968
- "start": 72,
85969
- "end": 72
85756
+ "start": 67,
85757
+ "end": 67
85970
85758
  }
85971
85759
  },
85972
85760
  "group": [
@@ -85981,8 +85769,8 @@
85981
85769
  {
85982
85770
  "description": "The vertical padding of the Window action buttons.\n",
85983
85771
  "commentRange": {
85984
- "start": 73,
85985
- "end": 74
85772
+ "start": 68,
85773
+ "end": 69
85986
85774
  },
85987
85775
  "context": {
85988
85776
  "type": "variable",
@@ -85990,8 +85778,8 @@
85990
85778
  "value": "$kendo-actions-padding-y",
85991
85779
  "scope": "default",
85992
85780
  "line": {
85993
- "start": 75,
85994
- "end": 75
85781
+ "start": 70,
85782
+ "end": 70
85995
85783
  }
85996
85784
  },
85997
85785
  "group": [
@@ -86006,8 +85794,8 @@
86006
85794
  {
86007
85795
  "description": "The width of the top border of the Window action buttons.\n",
86008
85796
  "commentRange": {
86009
- "start": 76,
86010
- "end": 77
85797
+ "start": 71,
85798
+ "end": 72
86011
85799
  },
86012
85800
  "context": {
86013
85801
  "type": "variable",
@@ -86015,8 +85803,8 @@
86015
85803
  "value": "1px",
86016
85804
  "scope": "default",
86017
85805
  "line": {
86018
- "start": 78,
86019
- "end": 78
85806
+ "start": 73,
85807
+ "end": 73
86020
85808
  }
86021
85809
  },
86022
85810
  "group": [
@@ -86031,8 +85819,8 @@
86031
85819
  {
86032
85820
  "description": "The background color of the Window.\n",
86033
85821
  "commentRange": {
86034
- "start": 80,
86035
- "end": 81
85822
+ "start": 75,
85823
+ "end": 76
86036
85824
  },
86037
85825
  "context": {
86038
85826
  "type": "variable",
@@ -86040,8 +85828,8 @@
86040
85828
  "value": "k-color(surface-alt)",
86041
85829
  "scope": "default",
86042
85830
  "line": {
86043
- "start": 82,
86044
- "end": 82
85831
+ "start": 77,
85832
+ "end": 77
86045
85833
  }
86046
85834
  },
86047
85835
  "group": [
@@ -86056,8 +85844,8 @@
86056
85844
  {
86057
85845
  "description": "The text color of the Window.\n",
86058
85846
  "commentRange": {
86059
- "start": 83,
86060
- "end": 84
85847
+ "start": 78,
85848
+ "end": 79
86061
85849
  },
86062
85850
  "context": {
86063
85851
  "type": "variable",
@@ -86065,8 +85853,8 @@
86065
85853
  "value": "k-color(on-app-surface)",
86066
85854
  "scope": "default",
86067
85855
  "line": {
86068
- "start": 85,
86069
- "end": 85
85856
+ "start": 80,
85857
+ "end": 80
86070
85858
  }
86071
85859
  },
86072
85860
  "group": [
@@ -86081,8 +85869,8 @@
86081
85869
  {
86082
85870
  "description": "The border color of the Window.\n",
86083
85871
  "commentRange": {
86084
- "start": 86,
86085
- "end": 87
85872
+ "start": 81,
85873
+ "end": 82
86086
85874
  },
86087
85875
  "context": {
86088
85876
  "type": "variable",
@@ -86090,8 +85878,8 @@
86090
85878
  "value": "k-color(border)",
86091
85879
  "scope": "default",
86092
85880
  "line": {
86093
- "start": 88,
86094
- "end": 88
85881
+ "start": 83,
85882
+ "end": 83
86095
85883
  }
86096
85884
  },
86097
85885
  "group": [
@@ -86106,8 +85894,8 @@
86106
85894
  {
86107
85895
  "description": "The box shadow of the Window.\n",
86108
85896
  "commentRange": {
86109
- "start": 89,
86110
- "end": 90
85897
+ "start": 84,
85898
+ "end": 85
86111
85899
  },
86112
85900
  "context": {
86113
85901
  "type": "variable",
@@ -86115,8 +85903,8 @@
86115
85903
  "value": "k-elevation(8)",
86116
85904
  "scope": "default",
86117
85905
  "line": {
86118
- "start": 91,
86119
- "end": 91
85906
+ "start": 86,
85907
+ "end": 86
86120
85908
  }
86121
85909
  },
86122
85910
  "group": [
@@ -86131,8 +85919,8 @@
86131
85919
  {
86132
85920
  "description": "The box shadow of the focused Window.\n",
86133
85921
  "commentRange": {
86134
- "start": 92,
86135
- "end": 93
85922
+ "start": 87,
85923
+ "end": 88
86136
85924
  },
86137
85925
  "context": {
86138
85926
  "type": "variable",
@@ -86140,8 +85928,8 @@
86140
85928
  "value": "k-elevation(9)",
86141
85929
  "scope": "default",
86142
85930
  "line": {
86143
- "start": 94,
86144
- "end": 94
85931
+ "start": 89,
85932
+ "end": 89
86145
85933
  }
86146
85934
  },
86147
85935
  "group": [
@@ -86156,8 +85944,8 @@
86156
85944
  {
86157
85945
  "description": "The background color of the Window titlebar.\n",
86158
85946
  "commentRange": {
86159
- "start": 96,
86160
- "end": 97
85947
+ "start": 91,
85948
+ "end": 92
86161
85949
  },
86162
85950
  "context": {
86163
85951
  "type": "variable",
@@ -86165,8 +85953,8 @@
86165
85953
  "value": "k-color(surface)",
86166
85954
  "scope": "default",
86167
85955
  "line": {
86168
- "start": 98,
86169
- "end": 98
85956
+ "start": 93,
85957
+ "end": 93
86170
85958
  }
86171
85959
  },
86172
85960
  "group": [
@@ -86181,8 +85969,8 @@
86181
85969
  {
86182
85970
  "description": "The text color of the Window titlebar.\n",
86183
85971
  "commentRange": {
86184
- "start": 99,
86185
- "end": 100
85972
+ "start": 94,
85973
+ "end": 95
86186
85974
  },
86187
85975
  "context": {
86188
85976
  "type": "variable",
@@ -86190,8 +85978,8 @@
86190
85978
  "value": "k-color(on-app-surface)",
86191
85979
  "scope": "default",
86192
85980
  "line": {
86193
- "start": 101,
86194
- "end": 101
85981
+ "start": 96,
85982
+ "end": 96
86195
85983
  }
86196
85984
  },
86197
85985
  "group": [
@@ -86206,8 +85994,8 @@
86206
85994
  {
86207
85995
  "description": "The border color of the Window titlebar.\n",
86208
85996
  "commentRange": {
86209
- "start": 102,
86210
- "end": 103
85997
+ "start": 97,
85998
+ "end": 98
86211
85999
  },
86212
86000
  "context": {
86213
86001
  "type": "variable",
@@ -86215,8 +86003,8 @@
86215
86003
  "value": "inherit",
86216
86004
  "scope": "default",
86217
86005
  "line": {
86218
- "start": 104,
86219
- "end": 104
86006
+ "start": 99,
86007
+ "end": 99
86220
86008
  }
86221
86009
  },
86222
86010
  "group": [
@@ -86231,8 +86019,8 @@
86231
86019
  {
86232
86020
  "description": "The background gradient of the Window titlebar.\n",
86233
86021
  "commentRange": {
86234
- "start": 105,
86235
- "end": 106
86022
+ "start": 100,
86023
+ "end": 101
86236
86024
  },
86237
86025
  "context": {
86238
86026
  "type": "variable",
@@ -86240,8 +86028,8 @@
86240
86028
  "value": "null",
86241
86029
  "scope": "default",
86242
86030
  "line": {
86243
- "start": 107,
86244
- "end": 107
86031
+ "start": 102,
86032
+ "end": 102
86245
86033
  }
86246
86034
  },
86247
86035
  "group": [
@@ -86568,17 +86356,17 @@
86568
86356
  {
86569
86357
  "description": "The theme colors map of the AppBar.\n",
86570
86358
  "commentRange": {
86571
- "start": 27,
86572
- "end": 28
86359
+ "start": 21,
86360
+ "end": 22
86573
86361
  },
86574
86362
  "context": {
86575
86363
  "type": "variable",
86576
86364
  "name": "kendo-appbar-theme-colors",
86577
- "value": "(\"inherit\", \"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
86365
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"inverse\")",
86578
86366
  "scope": "default",
86579
86367
  "line": {
86580
- "start": 29,
86581
- "end": 29
86368
+ "start": 23,
86369
+ "end": 23
86582
86370
  }
86583
86371
  },
86584
86372
  "group": [
@@ -86624,7 +86412,7 @@
86624
86412
  "context": {
86625
86413
  "type": "variable",
86626
86414
  "name": "kendo-avatar-theme-colors",
86627
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
86415
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
86628
86416
  "scope": "default",
86629
86417
  "line": {
86630
86418
  "start": 34,
@@ -86674,7 +86462,7 @@
86674
86462
  "context": {
86675
86463
  "type": "variable",
86676
86464
  "name": "kendo-badge-theme-colors",
86677
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
86465
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\")",
86678
86466
  "scope": "default",
86679
86467
  "line": {
86680
86468
  "start": 63,
@@ -86699,7 +86487,7 @@
86699
86487
  "context": {
86700
86488
  "type": "variable",
86701
86489
  "name": "kendo-bottom-navigation-theme-colors",
86702
- "value": "(\"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
86490
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"inverse\")",
86703
86491
  "scope": "default",
86704
86492
  "line": {
86705
86493
  "start": 33,
@@ -86749,7 +86537,7 @@
86749
86537
  "context": {
86750
86538
  "type": "variable",
86751
86539
  "name": "kendo-button-theme-colors",
86752
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
86540
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
86753
86541
  "scope": "default",
86754
86542
  "line": {
86755
86543
  "start": 116,
@@ -86815,31 +86603,6 @@
86815
86603
  "name": "_variables.scss"
86816
86604
  }
86817
86605
  },
86818
- {
86819
- "description": "The theme colors map of the Card.\n",
86820
- "commentRange": {
86821
- "start": 75,
86822
- "end": 76
86823
- },
86824
- "context": {
86825
- "type": "variable",
86826
- "name": "kendo-card-theme-colors",
86827
- "value": "(\"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
86828
- "scope": "default",
86829
- "line": {
86830
- "start": 77,
86831
- "end": 77
86832
- }
86833
- },
86834
- "group": [
86835
- "card"
86836
- ],
86837
- "access": "public",
86838
- "file": {
86839
- "path": "core/scss/components/card/_variables.scss",
86840
- "name": "_variables.scss"
86841
- }
86842
- },
86843
86606
  {
86844
86607
  "description": "The sizes map of the CheckBox.\n",
86845
86608
  "commentRange": {
@@ -87226,8 +86989,8 @@
87226
86989
  {
87227
86990
  "description": "The global default Colors map.\n",
87228
86991
  "commentRange": {
87229
- "start": 193,
87230
- "end": 447
86992
+ "start": 169,
86993
+ "end": 391
87231
86994
  },
87232
86995
  "context": {
87233
86996
  "type": "variable",
@@ -87235,8 +86998,8 @@
87235
86998
  "value": "$default-colors",
87236
86999
  "scope": "default",
87237
87000
  "line": {
87238
- "start": 448,
87239
- "end": 448
87001
+ "start": 392,
87002
+ "end": 392
87240
87003
  }
87241
87004
  },
87242
87005
  "group": [
@@ -87384,38 +87147,6 @@
87384
87147
  ],
87385
87148
  "description": "The Error variable group."
87386
87149
  },
87387
- {
87388
- "name": "light",
87389
- "value": [
87390
- "light-subtle",
87391
- "light-subtle-hover",
87392
- "light-subtle-active",
87393
- "light",
87394
- "light-hover",
87395
- "light-active",
87396
- "light-emphasis",
87397
- "light-on-subtle",
87398
- "on-light",
87399
- "light-on-surface"
87400
- ],
87401
- "description": "The Light variable group."
87402
- },
87403
- {
87404
- "name": "dark",
87405
- "value": [
87406
- "dark-subtle",
87407
- "dark-subtle-hover",
87408
- "dark-subtle-active",
87409
- "dark",
87410
- "dark-hover",
87411
- "dark-active",
87412
- "dark-emphasis",
87413
- "dark-on-subtle",
87414
- "on-dark",
87415
- "dark-on-surface"
87416
- ],
87417
- "description": "The Dark variable group."
87418
- },
87419
87150
  {
87420
87151
  "name": "inverse",
87421
87152
  "value": [
@@ -87942,106 +87673,6 @@
87942
87673
  "name": "error-on-surface",
87943
87674
  "description": "The text color variable for content on surface."
87944
87675
  },
87945
- {
87946
- "type": "Color",
87947
- "name": "light-subtle",
87948
- "description": "The light subtle background color variable."
87949
- },
87950
- {
87951
- "type": "Color",
87952
- "name": "light-subtle-hover",
87953
- "description": "The light subtle background color variable for the hover state."
87954
- },
87955
- {
87956
- "type": "Color",
87957
- "name": "light-subtle-active",
87958
- "description": "The light subtle background color variable for the active state."
87959
- },
87960
- {
87961
- "type": "Color",
87962
- "name": "light",
87963
- "description": "The light background color variable."
87964
- },
87965
- {
87966
- "type": "Color",
87967
- "name": "light-hover",
87968
- "description": "The light background color variable for the hover state."
87969
- },
87970
- {
87971
- "type": "Color",
87972
- "name": "light-active",
87973
- "description": "The light background color variable for the active state."
87974
- },
87975
- {
87976
- "type": "Color",
87977
- "name": "light-emphasis",
87978
- "description": "The emphasized light color variable."
87979
- },
87980
- {
87981
- "type": "Color",
87982
- "name": "light-on-subtle",
87983
- "description": "The text color variable for content on light subtle."
87984
- },
87985
- {
87986
- "type": "Color",
87987
- "name": "on-light",
87988
- "description": "The text color variable for content on light."
87989
- },
87990
- {
87991
- "type": "Color",
87992
- "name": "light-on-surface",
87993
- "description": "The text color variable for content on surface."
87994
- },
87995
- {
87996
- "type": "Color",
87997
- "name": "dark-subtle",
87998
- "description": "The dark subtle background color variable."
87999
- },
88000
- {
88001
- "type": "Color",
88002
- "name": "dark-subtle-hover",
88003
- "description": "The dark subtle background color variable for the hover state."
88004
- },
88005
- {
88006
- "type": "Color",
88007
- "name": "dark-subtle-active",
88008
- "description": "The dark subtle background color variable for the active state."
88009
- },
88010
- {
88011
- "type": "Color",
88012
- "name": "dark",
88013
- "description": "The dark background color variable."
88014
- },
88015
- {
88016
- "type": "Color",
88017
- "name": "dark-hover",
88018
- "description": "The dark background color variable for the hover state."
88019
- },
88020
- {
88021
- "type": "Color",
88022
- "name": "dark-active",
88023
- "description": "The dark background color variable for the active state."
88024
- },
88025
- {
88026
- "type": "Color",
88027
- "name": "dark-emphasis",
88028
- "description": "The emphasized dark color variable."
88029
- },
88030
- {
88031
- "type": "Color",
88032
- "name": "dark-on-subtle",
88033
- "description": "The text color variable for content on dark subtle."
88034
- },
88035
- {
88036
- "type": "Color",
88037
- "name": "on-dark",
88038
- "description": "The text color variable for content on dark."
88039
- },
88040
- {
88041
- "type": "Color",
88042
- "name": "dark-on-surface",
88043
- "description": "The text color variable for content on surface."
88044
- },
88045
87676
  {
88046
87677
  "type": "Color",
88047
87678
  "name": "inverse-subtle",
@@ -88304,31 +87935,6 @@
88304
87935
  "name": "_variables.scss"
88305
87936
  }
88306
87937
  },
88307
- {
88308
- "description": "The theme colors map of the Dialog.\n",
88309
- "commentRange": {
88310
- "start": 16,
88311
- "end": 17
88312
- },
88313
- "context": {
88314
- "type": "variable",
88315
- "name": "kendo-dialog-theme-colors",
88316
- "value": "(\"primary\", \"light\", \"dark\")",
88317
- "scope": "default",
88318
- "line": {
88319
- "start": 18,
88320
- "end": 18
88321
- }
88322
- },
88323
- "group": [
88324
- "dialog"
88325
- ],
88326
- "access": "public",
88327
- "file": {
88328
- "path": "core/scss/components/dialog/_variables.scss",
88329
- "name": "_variables.scss"
88330
- }
88331
- },
88332
87938
  {
88333
87939
  "description": "The global default Elevation map.\n",
88334
87940
  "commentRange": {
@@ -88363,7 +87969,7 @@
88363
87969
  "context": {
88364
87970
  "type": "variable",
88365
87971
  "name": "kendo-fab-theme-colors",
88366
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
87972
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
88367
87973
  "scope": "default",
88368
87974
  "line": {
88369
87975
  "start": 68,
@@ -88513,7 +88119,7 @@
88513
88119
  "context": {
88514
88120
  "type": "variable",
88515
88121
  "name": "kendo-loader-theme-colors",
88516
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
88122
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
88517
88123
  "scope": "default",
88518
88124
  "line": {
88519
88125
  "start": 59,
@@ -88563,7 +88169,7 @@
88563
88169
  "context": {
88564
88170
  "type": "variable",
88565
88171
  "name": "kendo-message-box-theme-colors",
88566
- "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
88172
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"inverse\")",
88567
88173
  "scope": "default",
88568
88174
  "line": {
88569
88175
  "start": 22,
@@ -88737,31 +88343,6 @@
88737
88343
  "name": "_variables.scss"
88738
88344
  }
88739
88345
  },
88740
- {
88741
- "description": "The theme colors map of the Overlay.\n",
88742
- "commentRange": {
88743
- "start": 6,
88744
- "end": 7
88745
- },
88746
- "context": {
88747
- "type": "variable",
88748
- "name": "kendo-overlay-theme-colors",
88749
- "value": "(\"dark\", \"light\", \"inverse\")",
88750
- "scope": "default",
88751
- "line": {
88752
- "start": 8,
88753
- "end": 8
88754
- }
88755
- },
88756
- "group": [
88757
- "overlay"
88758
- ],
88759
- "access": "public",
88760
- "file": {
88761
- "path": "core/scss/components/overlay/_variables.scss",
88762
- "name": "_variables.scss"
88763
- }
88764
- },
88765
88346
  {
88766
88347
  "description": "The sizes map of the Pager.\n",
88767
88348
  "commentRange": {
@@ -89221,7 +88802,7 @@
89221
88802
  "context": {
89222
88803
  "type": "variable",
89223
88804
  "name": "kendo-suggestion-theme-colors",
89224
- "value": "(\"base\", \"primary\", \"secondary\")",
88805
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\")",
89225
88806
  "scope": "default",
89226
88807
  "line": {
89227
88808
  "start": 18,
@@ -90454,8 +90035,8 @@
90454
90035
  {
90455
90036
  "description": "The sizes map of the Window.\n",
90456
90037
  "commentRange": {
90457
- "start": 42,
90458
- "end": 43
90038
+ "start": 41,
90039
+ "end": 42
90459
90040
  },
90460
90041
  "context": {
90461
90042
  "type": "variable",
@@ -90463,33 +90044,8 @@
90463
90044
  "value": "(\n auto: null,\n sm: 300px,\n md: 800px,\n lg: 1200px\n)",
90464
90045
  "scope": "default",
90465
90046
  "line": {
90466
- "start": 44,
90467
- "end": 49
90468
- }
90469
- },
90470
- "group": [
90471
- "window"
90472
- ],
90473
- "access": "public",
90474
- "file": {
90475
- "path": "core/scss/components/window/_variables.scss",
90476
- "name": "_variables.scss"
90477
- }
90478
- },
90479
- {
90480
- "description": "The theme colors map of the Window.\n",
90481
- "commentRange": {
90482
- "start": 51,
90483
- "end": 52
90484
- },
90485
- "context": {
90486
- "type": "variable",
90487
- "name": "kendo-window-theme-colors",
90488
- "value": "(\"primary\", \"light\", \"dark\")",
90489
- "scope": "default",
90490
- "line": {
90491
- "start": 53,
90492
- "end": 53
90047
+ "start": 43,
90048
+ "end": 48
90493
90049
  }
90494
90050
  },
90495
90051
  "group": [