@progress/kendo-theme-bootstrap 7.1.0-dev.1 → 7.1.0-dev.11

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 (75) hide show
  1. package/dist/all.css +376 -43
  2. package/dist/all.scss +2007 -698
  3. package/dist/meta/sassdoc-data.json +2563 -1265
  4. package/dist/meta/sassdoc-raw-data.json +1100 -502
  5. package/dist/meta/variables.json +483 -331
  6. package/lib/swatches/bootstrap-3-dark.json +1 -1
  7. package/lib/swatches/bootstrap-3.json +1 -1
  8. package/lib/swatches/bootstrap-4-dark.json +1 -1
  9. package/lib/swatches/bootstrap-4.json +1 -1
  10. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  11. package/lib/swatches/bootstrap-main-dark.json +1 -1
  12. package/lib/swatches/bootstrap-main.json +1 -1
  13. package/lib/swatches/bootstrap-nordic.json +1 -1
  14. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  15. package/lib/swatches/bootstrap-turquoise.json +1 -1
  16. package/lib/swatches/bootstrap-urban.json +1 -1
  17. package/lib/swatches/bootstrap-vintage.json +1 -1
  18. package/package.json +6 -6
  19. package/scss/_bootstrap-overrides.scss +0 -22
  20. package/scss/_variables.scss +0 -198
  21. package/scss/adaptive/_variables.scss +1 -1
  22. package/scss/all.scss +0 -1
  23. package/scss/appbar/_variables.scss +2 -2
  24. package/scss/breadcrumb/_variables.scss +1 -1
  25. package/scss/button/_variables.scss +13 -13
  26. package/scss/calendar/_variables.scss +1 -1
  27. package/scss/chat/_variables.scss +1 -1
  28. package/scss/checkbox/_variables.scss +4 -4
  29. package/scss/chip/_theme.scss +5 -4
  30. package/scss/chip/_variables.scss +1 -1
  31. package/scss/core/_index.scss +6 -0
  32. package/scss/core/color-system/_palettes.scss +171 -0
  33. package/scss/core/color-system/_swatch-legacy.scss +66 -0
  34. package/scss/core/color-system/_swatch.scss +391 -0
  35. package/scss/dataviz/_variables.scss +42 -42
  36. package/scss/dock-manager/_variables.scss +1 -1
  37. package/scss/drawer/_variables.scss +1 -1
  38. package/scss/dropzone/_variables.scss +2 -2
  39. package/scss/editor/_variables.scss +1 -1
  40. package/scss/fab/_theme.scss +21 -21
  41. package/scss/filemanager/_variables.scss +2 -2
  42. package/scss/filter/_variables.scss +1 -1
  43. package/scss/gantt/_variables.scss +13 -13
  44. package/scss/grid/_theme.scss +54 -6
  45. package/scss/grid/_variables.scss +12 -9
  46. package/scss/index.scss +2 -0
  47. package/scss/input/_variables.scss +19 -5
  48. package/scss/list/_variables.scss +1 -1
  49. package/scss/listview/_variables.scss +2 -2
  50. package/scss/map/_variables.scss +1 -1
  51. package/scss/mediaplayer/_variables.scss +1 -1
  52. package/scss/menu/_variables.scss +6 -6
  53. package/scss/notification/_variables.scss +3 -3
  54. package/scss/pager/_variables.scss +1 -1
  55. package/scss/panelbar/_variables.scss +4 -4
  56. package/scss/pivotgrid/_variables.scss +5 -5
  57. package/scss/prompt/_index.scss +37 -0
  58. package/scss/prompt/_layout.scss +6 -0
  59. package/scss/prompt/_theme.scss +6 -0
  60. package/scss/prompt/_variables.scss +66 -0
  61. package/scss/scheduler/_variables.scss +3 -3
  62. package/scss/signature/_variables.scss +1 -1
  63. package/scss/skeleton/_variables.scss +1 -1
  64. package/scss/slider/_variables.scss +8 -8
  65. package/scss/splitter/_variables.scss +1 -1
  66. package/scss/spreadsheet/_variables.scss +4 -4
  67. package/scss/stepper/_variables.scss +7 -7
  68. package/scss/switch/_variables.scss +6 -6
  69. package/scss/table/_variables.scss +3 -3
  70. package/scss/taskboard/_variables.scss +8 -8
  71. package/scss/timeline/_variables.scss +4 -4
  72. package/scss/toolbar/_variables.scss +1 -1
  73. package/scss/tooltip/_variables.scss +4 -4
  74. package/scss/treeview/_variables.scss +1 -1
  75. package/scss/upload/_variables.scss +1 -1
@@ -283,7 +283,7 @@
283
283
  "context": {
284
284
  "type": "variable",
285
285
  "name": "kendo-appbar-light-text",
286
- "value": "k-contrast-color( $kendo-color-light )",
286
+ "value": "if($kendo-enable-color-system, k-color( on-light ), k-contrast-color( $kendo-color-light ))",
287
287
  "scope": "default",
288
288
  "line": {
289
289
  "start": 40,
@@ -333,7 +333,7 @@
333
333
  "context": {
334
334
  "type": "variable",
335
335
  "name": "kendo-appbar-dark-text",
336
- "value": "k-contrast-color( $kendo-color-dark )",
336
+ "value": "if($kendo-enable-color-system, k-color( on-dark ), k-contrast-color( $kendo-color-dark ))",
337
337
  "scope": "default",
338
338
  "line": {
339
339
  "start": 47,
@@ -2758,7 +2758,7 @@
2758
2758
  "context": {
2759
2759
  "type": "variable",
2760
2760
  "name": "kendo-breadcrumb-link-focus-shadow",
2761
- "value": "inset 0 0 0 3px rgba( $kendo-breadcrumb-text, .25 )",
2761
+ "value": "inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .25 ), rgba( $kendo-breadcrumb-text, .25 ))",
2762
2762
  "scope": "default",
2763
2763
  "line": {
2764
2764
  "start": 159,
@@ -3683,7 +3683,7 @@
3683
3683
  "context": {
3684
3684
  "type": "variable",
3685
3685
  "name": "kendo-button-theme-colors",
3686
- "value": "k-map-merge(\n $kendo-theme-colors,\n ( \"base\": #e4e7eb )\n)",
3686
+ "value": "k-map-merge(\n $kendo-theme-colors,\n ( \"base\": if($kendo-enable-color-system, k-color( base ), #e4e7eb) )\n)",
3687
3687
  "scope": "default",
3688
3688
  "line": {
3689
3689
  "start": 106,
@@ -3708,7 +3708,7 @@
3708
3708
  "context": {
3709
3709
  "type": "variable",
3710
3710
  "name": "kendo-button-bg",
3711
- "value": "#e4e7eb",
3711
+ "value": "if($kendo-enable-color-system, k-color( base ), #e4e7eb)",
3712
3712
  "scope": "default",
3713
3713
  "line": {
3714
3714
  "start": 113,
@@ -3733,7 +3733,7 @@
3733
3733
  "context": {
3734
3734
  "type": "variable",
3735
3735
  "name": "kendo-button-text",
3736
- "value": "k-contrast-color( $kendo-button-bg, $gray-900 )",
3736
+ "value": "if($kendo-enable-color-system, k-color( on-base ), k-contrast-color( $kendo-button-bg, $gray-900 ))",
3737
3737
  "scope": "default",
3738
3738
  "line": {
3739
3739
  "start": 116,
@@ -3833,7 +3833,7 @@
3833
3833
  "context": {
3834
3834
  "type": "variable",
3835
3835
  "name": "kendo-button-hover-bg",
3836
- "value": "k-color-darken( $kendo-button-bg, 7.5% )",
3836
+ "value": "if($kendo-enable-color-system, k-color( base-hover ), k-color-darken( $kendo-button-bg, 7.5% ))",
3837
3837
  "scope": "default",
3838
3838
  "line": {
3839
3839
  "start": 129,
@@ -3883,7 +3883,7 @@
3883
3883
  "context": {
3884
3884
  "type": "variable",
3885
3885
  "name": "kendo-button-hover-border",
3886
- "value": "k-color-darken( $kendo-button-bg, 10% )",
3886
+ "value": "if($kendo-enable-color-system, k-color( base-hover ), k-color-darken( $kendo-button-bg, 10% ))",
3887
3887
  "scope": "default",
3888
3888
  "line": {
3889
3889
  "start": 135,
@@ -3958,7 +3958,7 @@
3958
3958
  "context": {
3959
3959
  "type": "variable",
3960
3960
  "name": "kendo-button-active-bg",
3961
- "value": "k-color-darken( $kendo-button-bg, 10% )",
3961
+ "value": "if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 10% ))",
3962
3962
  "scope": "default",
3963
3963
  "line": {
3964
3964
  "start": 145,
@@ -4008,7 +4008,7 @@
4008
4008
  "context": {
4009
4009
  "type": "variable",
4010
4010
  "name": "kendo-button-active-border",
4011
- "value": "k-color-darken( $kendo-button-bg, 12.5% )",
4011
+ "value": "if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 12.5% ))",
4012
4012
  "scope": "default",
4013
4013
  "line": {
4014
4014
  "start": 151,
@@ -4083,7 +4083,7 @@
4083
4083
  "context": {
4084
4084
  "type": "variable",
4085
4085
  "name": "kendo-button-selected-bg",
4086
- "value": "k-color-darken( $kendo-color-primary, 10% )",
4086
+ "value": "if($kendo-enable-color-system, k-color( primary-active ), k-color-darken( $kendo-color-primary, 10% ))",
4087
4087
  "scope": "default",
4088
4088
  "line": {
4089
4089
  "start": 161,
@@ -4108,7 +4108,7 @@
4108
4108
  "context": {
4109
4109
  "type": "variable",
4110
4110
  "name": "kendo-button-selected-text",
4111
- "value": "k-contrast-color( $kendo-button-selected-bg )",
4111
+ "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-button-selected-bg ))",
4112
4112
  "scope": "default",
4113
4113
  "line": {
4114
4114
  "start": 164,
@@ -4133,7 +4133,7 @@
4133
4133
  "context": {
4134
4134
  "type": "variable",
4135
4135
  "name": "kendo-button-selected-border",
4136
- "value": "k-color-darken( $kendo-color-primary, 12.5% )",
4136
+ "value": "if($kendo-enable-color-system, k-color( primary-active ), k-color-darken( $kendo-color-primary, 12.5% ))",
4137
4137
  "scope": "default",
4138
4138
  "line": {
4139
4139
  "start": 167,
@@ -4208,7 +4208,7 @@
4208
4208
  "context": {
4209
4209
  "type": "variable",
4210
4210
  "name": "kendo-button-focus-bg",
4211
- "value": "k-color-darken( $kendo-button-bg, 10% )",
4211
+ "value": "if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 10% ))",
4212
4212
  "scope": "default",
4213
4213
  "line": {
4214
4214
  "start": 177,
@@ -4258,7 +4258,7 @@
4258
4258
  "context": {
4259
4259
  "type": "variable",
4260
4260
  "name": "kendo-button-focus-border",
4261
- "value": "k-color-darken( $kendo-button-bg, 12.5% )",
4261
+ "value": "if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 12.5% ))",
4262
4262
  "scope": "default",
4263
4263
  "line": {
4264
4264
  "start": 183,
@@ -4308,7 +4308,7 @@
4308
4308
  "context": {
4309
4309
  "type": "variable",
4310
4310
  "name": "kendo-button-focus-shadow",
4311
- "value": "0 0 0 .25rem rgba( $kendo-button-border, .5 )",
4311
+ "value": "0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( border, true ), .5), rgba( $kendo-button-border, .5 ))",
4312
4312
  "scope": "default",
4313
4313
  "line": {
4314
4314
  "start": 189,
@@ -6333,7 +6333,7 @@
6333
6333
  "context": {
6334
6334
  "type": "variable",
6335
6335
  "name": "kendo-series-a",
6336
- "value": "$blue",
6336
+ "value": "if($kendo-enable-color-system, k-color( series-a ), $blue)",
6337
6337
  "scope": "default",
6338
6338
  "line": {
6339
6339
  "start": 8,
@@ -6358,7 +6358,7 @@
6358
6358
  "context": {
6359
6359
  "type": "variable",
6360
6360
  "name": "kendo-series-b",
6361
- "value": "$purple",
6361
+ "value": "if($kendo-enable-color-system, k-color( series-b ), $purple)",
6362
6362
  "scope": "default",
6363
6363
  "line": {
6364
6364
  "start": 16,
@@ -6383,7 +6383,7 @@
6383
6383
  "context": {
6384
6384
  "type": "variable",
6385
6385
  "name": "kendo-series-c",
6386
- "value": "$teal",
6386
+ "value": "if($kendo-enable-color-system, k-color( series-c ), $teal)",
6387
6387
  "scope": "default",
6388
6388
  "line": {
6389
6389
  "start": 24,
@@ -6408,7 +6408,7 @@
6408
6408
  "context": {
6409
6409
  "type": "variable",
6410
6410
  "name": "kendo-series-d",
6411
- "value": "$green",
6411
+ "value": "if($kendo-enable-color-system, k-color( series-d ), $green)",
6412
6412
  "scope": "default",
6413
6413
  "line": {
6414
6414
  "start": 32,
@@ -6433,7 +6433,7 @@
6433
6433
  "context": {
6434
6434
  "type": "variable",
6435
6435
  "name": "kendo-series-e",
6436
- "value": "$yellow",
6436
+ "value": "if($kendo-enable-color-system, k-color( series-e ), $yellow)",
6437
6437
  "scope": "default",
6438
6438
  "line": {
6439
6439
  "start": 40,
@@ -6458,7 +6458,7 @@
6458
6458
  "context": {
6459
6459
  "type": "variable",
6460
6460
  "name": "kendo-series-f",
6461
- "value": "$red",
6461
+ "value": "if($kendo-enable-color-system, k-color( series-f ), $red)",
6462
6462
  "scope": "default",
6463
6463
  "line": {
6464
6464
  "start": 48,
@@ -6508,7 +6508,7 @@
6508
6508
  "context": {
6509
6509
  "type": "variable",
6510
6510
  "name": "kendo-chart-major-lines",
6511
- "value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )",
6511
+ "value": "rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08 )",
6512
6512
  "scope": "default",
6513
6513
  "line": {
6514
6514
  "start": 103,
@@ -6533,7 +6533,7 @@
6533
6533
  "context": {
6534
6534
  "type": "variable",
6535
6535
  "name": "kendo-chart-minor-lines",
6536
- "value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 )",
6536
+ "value": "rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .04 )",
6537
6537
  "scope": "default",
6538
6538
  "line": {
6539
6539
  "start": 107,
@@ -6858,7 +6858,7 @@
6858
6858
  "context": {
6859
6859
  "type": "variable",
6860
6860
  "name": "kendo-checkbox-border",
6861
- "value": "if( k-is-light( $kendo-checkbox-bg ), $gray-400, $gray-600 )",
6861
+ "value": "if($kendo-enable-color-system, k-color( border-alt ), if( k-is-light( $kendo-checkbox-bg ), $gray-400, $gray-600 ))",
6862
6862
  "scope": "default",
6863
6863
  "line": {
6864
6864
  "start": 67,
@@ -6983,7 +6983,7 @@
6983
6983
  "context": {
6984
6984
  "type": "variable",
6985
6985
  "name": "kendo-checkbox-checked-text",
6986
- "value": "k-contrast-color( $kendo-checkbox-checked-bg )",
6986
+ "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-checkbox-checked-bg ))",
6987
6987
  "scope": "default",
6988
6988
  "line": {
6989
6989
  "start": 84,
@@ -7108,7 +7108,7 @@
7108
7108
  "context": {
7109
7109
  "type": "variable",
7110
7110
  "name": "kendo-checkbox-focus-border",
7111
- "value": "k-try-tint( $kendo-color-primary, 50% )",
7111
+ "value": "if($kendo-enable-color-system, k-color( primary-emphasis ), k-try-tint( $kendo-color-primary, 50% ))",
7112
7112
  "scope": "default",
7113
7113
  "line": {
7114
7114
  "start": 101,
@@ -7133,7 +7133,7 @@
7133
7133
  "context": {
7134
7134
  "type": "variable",
7135
7135
  "name": "kendo-checkbox-focus-shadow",
7136
- "value": "0 0 0 .25rem rgba( $kendo-color-primary, .25 )",
7136
+ "value": "0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))",
7137
7137
  "scope": "default",
7138
7138
  "line": {
7139
7139
  "start": 104,
@@ -8658,7 +8658,7 @@
8658
8658
  "context": {
8659
8659
  "type": "variable",
8660
8660
  "name": "kendo-chip-outline-hover-text",
8661
- "value": "k-contrast-color( $kendo-chip-outline-hover-bg )",
8661
+ "value": "if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-chip-outline-hover-bg ))",
8662
8662
  "scope": "default",
8663
8663
  "line": {
8664
8664
  "start": 162,
@@ -9825,62 +9825,35 @@
9825
9825
  }
9826
9826
  },
9827
9827
  {
9828
- "description": "The color white.\nNote: you cannot change this value.\n",
9828
+ "description": "The global default Colors map.\n",
9829
9829
  "commentRange": {
9830
- "start": 6,
9831
- "end": 9
9830
+ "start": 179,
9831
+ "end": 180
9832
9832
  },
9833
9833
  "context": {
9834
9834
  "type": "variable",
9835
- "name": "kendo-color-white",
9836
- "value": "#ffffff",
9837
- "scope": "private",
9835
+ "name": "kendo-colors",
9836
+ "value": "$_default-colors",
9837
+ "scope": "default",
9838
9838
  "line": {
9839
- "start": 10,
9840
- "end": 10
9839
+ "start": 181,
9840
+ "end": 181
9841
9841
  }
9842
9842
  },
9843
- "type": "Color",
9844
9843
  "group": [
9845
9844
  "color-system"
9846
9845
  ],
9847
9846
  "access": "public",
9848
9847
  "file": {
9849
- "path": "_variables.scss",
9850
- "name": "_variables.scss"
9851
- }
9852
- },
9853
- {
9854
- "description": "The color black.\nNote: you cannot change this value.\n",
9855
- "commentRange": {
9856
- "start": 12,
9857
- "end": 15
9858
- },
9859
- "context": {
9860
- "type": "variable",
9861
- "name": "kendo-color-black",
9862
- "value": "#000000",
9863
- "scope": "private",
9864
- "line": {
9865
- "start": 16,
9866
- "end": 16
9867
- }
9868
- },
9869
- "type": "Color",
9870
- "group": [
9871
- "color-system"
9872
- ],
9873
- "access": "public",
9874
- "file": {
9875
- "path": "_variables.scss",
9876
- "name": "_variables.scss"
9848
+ "path": "core/color-system/_swatch.scss",
9849
+ "name": "_swatch.scss"
9877
9850
  }
9878
9851
  },
9879
9852
  {
9880
9853
  "description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
9881
9854
  "commentRange": {
9882
- "start": 121,
9883
- "end": 124
9855
+ "start": 210,
9856
+ "end": 213
9884
9857
  },
9885
9858
  "context": {
9886
9859
  "type": "variable",
@@ -9888,8 +9861,8 @@
9888
9861
  "value": "$primary",
9889
9862
  "scope": "default",
9890
9863
  "line": {
9891
- "start": 125,
9892
- "end": 125
9864
+ "start": 214,
9865
+ "end": 214
9893
9866
  }
9894
9867
  },
9895
9868
  "group": [
@@ -9898,15 +9871,15 @@
9898
9871
  "type": "Color",
9899
9872
  "access": "public",
9900
9873
  "file": {
9901
- "path": "_variables.scss",
9902
- "name": "_variables.scss"
9874
+ "path": "core/color-system/_swatch.scss",
9875
+ "name": "_swatch.scss"
9903
9876
  }
9904
9877
  },
9905
9878
  {
9906
9879
  "description": "The color used along with the primary color denoted by $kendo-color-primary.\nUsed to provide contrast between the background and foreground colors.\n",
9907
9880
  "commentRange": {
9908
- "start": 129,
9909
- "end": 132
9881
+ "start": 218,
9882
+ "end": 221
9910
9883
  },
9911
9884
  "context": {
9912
9885
  "type": "variable",
@@ -9914,8 +9887,8 @@
9914
9887
  "value": "k-contrast-color( $kendo-color-primary )",
9915
9888
  "scope": "default",
9916
9889
  "line": {
9917
- "start": 133,
9918
- "end": 133
9890
+ "start": 222,
9891
+ "end": 222
9919
9892
  }
9920
9893
  },
9921
9894
  "group": [
@@ -9924,15 +9897,15 @@
9924
9897
  "type": "Color",
9925
9898
  "access": "public",
9926
9899
  "file": {
9927
- "path": "_variables.scss",
9928
- "name": "_variables.scss"
9900
+ "path": "core/color-system/_swatch.scss",
9901
+ "name": "_swatch.scss"
9929
9902
  }
9930
9903
  },
9931
9904
  {
9932
9905
  "description": "The secondary color of the theme.\n",
9933
9906
  "commentRange": {
9934
- "start": 135,
9935
- "end": 137
9907
+ "start": 224,
9908
+ "end": 226
9936
9909
  },
9937
9910
  "context": {
9938
9911
  "type": "variable",
@@ -9940,8 +9913,8 @@
9940
9913
  "value": "$secondary",
9941
9914
  "scope": "default",
9942
9915
  "line": {
9943
- "start": 138,
9944
- "end": 138
9916
+ "start": 227,
9917
+ "end": 227
9945
9918
  }
9946
9919
  },
9947
9920
  "group": [
@@ -9950,15 +9923,15 @@
9950
9923
  "type": "Color",
9951
9924
  "access": "public",
9952
9925
  "file": {
9953
- "path": "_variables.scss",
9954
- "name": "_variables.scss"
9926
+ "path": "core/color-system/_swatch.scss",
9927
+ "name": "_swatch.scss"
9955
9928
  }
9956
9929
  },
9957
9930
  {
9958
9931
  "description": "The color used along with the secondary color denoted by $kendo-color-secondary.\nUsed to provide contrast between the background and foreground colors.\n",
9959
9932
  "commentRange": {
9960
- "start": 142,
9961
- "end": 145
9933
+ "start": 231,
9934
+ "end": 234
9962
9935
  },
9963
9936
  "context": {
9964
9937
  "type": "variable",
@@ -9966,8 +9939,8 @@
9966
9939
  "value": "k-contrast-color( $kendo-color-secondary )",
9967
9940
  "scope": "default",
9968
9941
  "line": {
9969
- "start": 146,
9970
- "end": 146
9942
+ "start": 235,
9943
+ "end": 235
9971
9944
  }
9972
9945
  },
9973
9946
  "group": [
@@ -9976,15 +9949,15 @@
9976
9949
  "type": "Color",
9977
9950
  "access": "public",
9978
9951
  "file": {
9979
- "path": "_variables.scss",
9980
- "name": "_variables.scss"
9952
+ "path": "core/color-system/_swatch.scss",
9953
+ "name": "_swatch.scss"
9981
9954
  }
9982
9955
  },
9983
9956
  {
9984
9957
  "description": "The tertiary color of the theme.\n",
9985
9958
  "commentRange": {
9986
- "start": 148,
9987
- "end": 150
9959
+ "start": 237,
9960
+ "end": 239
9988
9961
  },
9989
9962
  "context": {
9990
9963
  "type": "variable",
@@ -9992,8 +9965,8 @@
9992
9965
  "value": "$purple",
9993
9966
  "scope": "default",
9994
9967
  "line": {
9995
- "start": 151,
9996
- "end": 151
9968
+ "start": 240,
9969
+ "end": 240
9997
9970
  }
9998
9971
  },
9999
9972
  "group": [
@@ -10002,15 +9975,15 @@
10002
9975
  "type": "Color",
10003
9976
  "access": "public",
10004
9977
  "file": {
10005
- "path": "_variables.scss",
10006
- "name": "_variables.scss"
9978
+ "path": "core/color-system/_swatch.scss",
9979
+ "name": "_swatch.scss"
10007
9980
  }
10008
9981
  },
10009
9982
  {
10010
9983
  "description": "The color used along with the tertiary color denoted by $kendo-color-tertiary.\nUsed to provide contrast between the background and foreground colors.\n",
10011
9984
  "commentRange": {
10012
- "start": 155,
10013
- "end": 158
9985
+ "start": 244,
9986
+ "end": 247
10014
9987
  },
10015
9988
  "context": {
10016
9989
  "type": "variable",
@@ -10018,8 +9991,8 @@
10018
9991
  "value": "k-contrast-color( $kendo-color-tertiary )",
10019
9992
  "scope": "default",
10020
9993
  "line": {
10021
- "start": 159,
10022
- "end": 159
9994
+ "start": 248,
9995
+ "end": 248
10023
9996
  }
10024
9997
  },
10025
9998
  "group": [
@@ -10028,15 +10001,15 @@
10028
10001
  "type": "Color",
10029
10002
  "access": "public",
10030
10003
  "file": {
10031
- "path": "_variables.scss",
10032
- "name": "_variables.scss"
10004
+ "path": "core/color-system/_swatch.scss",
10005
+ "name": "_swatch.scss"
10033
10006
  }
10034
10007
  },
10035
10008
  {
10036
10009
  "description": "The color for informational messages and states.\n",
10037
10010
  "commentRange": {
10038
- "start": 161,
10039
- "end": 163
10011
+ "start": 250,
10012
+ "end": 252
10040
10013
  },
10041
10014
  "context": {
10042
10015
  "type": "variable",
@@ -10044,8 +10017,8 @@
10044
10017
  "value": "$info",
10045
10018
  "scope": "default",
10046
10019
  "line": {
10047
- "start": 164,
10048
- "end": 164
10020
+ "start": 253,
10021
+ "end": 253
10049
10022
  }
10050
10023
  },
10051
10024
  "group": [
@@ -10054,15 +10027,15 @@
10054
10027
  "type": "Color",
10055
10028
  "access": "public",
10056
10029
  "file": {
10057
- "path": "_variables.scss",
10058
- "name": "_variables.scss"
10030
+ "path": "core/color-system/_swatch.scss",
10031
+ "name": "_swatch.scss"
10059
10032
  }
10060
10033
  },
10061
10034
  {
10062
10035
  "description": "The color for success messages and states.\n",
10063
10036
  "commentRange": {
10064
- "start": 168,
10065
- "end": 170
10037
+ "start": 257,
10038
+ "end": 259
10066
10039
  },
10067
10040
  "context": {
10068
10041
  "type": "variable",
@@ -10070,8 +10043,8 @@
10070
10043
  "value": "$success",
10071
10044
  "scope": "default",
10072
10045
  "line": {
10073
- "start": 171,
10074
- "end": 171
10046
+ "start": 260,
10047
+ "end": 260
10075
10048
  }
10076
10049
  },
10077
10050
  "group": [
@@ -10080,15 +10053,15 @@
10080
10053
  "type": "Color",
10081
10054
  "access": "public",
10082
10055
  "file": {
10083
- "path": "_variables.scss",
10084
- "name": "_variables.scss"
10056
+ "path": "core/color-system/_swatch.scss",
10057
+ "name": "_swatch.scss"
10085
10058
  }
10086
10059
  },
10087
10060
  {
10088
10061
  "description": "The color for warning messages and states.\n",
10089
10062
  "commentRange": {
10090
- "start": 175,
10091
- "end": 177
10063
+ "start": 264,
10064
+ "end": 266
10092
10065
  },
10093
10066
  "context": {
10094
10067
  "type": "variable",
@@ -10096,8 +10069,8 @@
10096
10069
  "value": "$warning",
10097
10070
  "scope": "default",
10098
10071
  "line": {
10099
- "start": 178,
10100
- "end": 178
10072
+ "start": 267,
10073
+ "end": 267
10101
10074
  }
10102
10075
  },
10103
10076
  "group": [
@@ -10106,15 +10079,15 @@
10106
10079
  "type": "Color",
10107
10080
  "access": "public",
10108
10081
  "file": {
10109
- "path": "_variables.scss",
10110
- "name": "_variables.scss"
10082
+ "path": "core/color-system/_swatch.scss",
10083
+ "name": "_swatch.scss"
10111
10084
  }
10112
10085
  },
10113
10086
  {
10114
10087
  "description": "The color for error messages and states.\n",
10115
10088
  "commentRange": {
10116
- "start": 182,
10117
- "end": 184
10089
+ "start": 271,
10090
+ "end": 273
10118
10091
  },
10119
10092
  "context": {
10120
10093
  "type": "variable",
@@ -10122,8 +10095,8 @@
10122
10095
  "value": "$danger",
10123
10096
  "scope": "default",
10124
10097
  "line": {
10125
- "start": 185,
10126
- "end": 185
10098
+ "start": 274,
10099
+ "end": 274
10127
10100
  }
10128
10101
  },
10129
10102
  "group": [
@@ -10132,15 +10105,15 @@
10132
10105
  "type": "Color",
10133
10106
  "access": "public",
10134
10107
  "file": {
10135
- "path": "_variables.scss",
10136
- "name": "_variables.scss"
10108
+ "path": "core/color-system/_swatch.scss",
10109
+ "name": "_swatch.scss"
10137
10110
  }
10138
10111
  },
10139
10112
  {
10140
10113
  "description": "The dark color of the theme.\n",
10141
10114
  "commentRange": {
10142
- "start": 189,
10143
- "end": 191
10115
+ "start": 278,
10116
+ "end": 280
10144
10117
  },
10145
10118
  "context": {
10146
10119
  "type": "variable",
@@ -10148,8 +10121,8 @@
10148
10121
  "value": "$dark",
10149
10122
  "scope": "default",
10150
10123
  "line": {
10151
- "start": 192,
10152
- "end": 192
10124
+ "start": 281,
10125
+ "end": 281
10153
10126
  }
10154
10127
  },
10155
10128
  "group": [
@@ -10158,15 +10131,15 @@
10158
10131
  "type": "Color",
10159
10132
  "access": "public",
10160
10133
  "file": {
10161
- "path": "_variables.scss",
10162
- "name": "_variables.scss"
10134
+ "path": "core/color-system/_swatch.scss",
10135
+ "name": "_swatch.scss"
10163
10136
  }
10164
10137
  },
10165
10138
  {
10166
10139
  "description": "The light color of the theme.\n",
10167
10140
  "commentRange": {
10168
- "start": 194,
10169
- "end": 196
10141
+ "start": 283,
10142
+ "end": 285
10170
10143
  },
10171
10144
  "context": {
10172
10145
  "type": "variable",
@@ -10174,8 +10147,8 @@
10174
10147
  "value": "$light",
10175
10148
  "scope": "default",
10176
10149
  "line": {
10177
- "start": 197,
10178
- "end": 197
10150
+ "start": 286,
10151
+ "end": 286
10179
10152
  }
10180
10153
  },
10181
10154
  "group": [
@@ -10184,15 +10157,15 @@
10184
10157
  "type": "Color",
10185
10158
  "access": "public",
10186
10159
  "file": {
10187
- "path": "_variables.scss",
10188
- "name": "_variables.scss"
10160
+ "path": "core/color-system/_swatch.scss",
10161
+ "name": "_swatch.scss"
10189
10162
  }
10190
10163
  },
10191
10164
  {
10192
10165
  "description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
10193
10166
  "commentRange": {
10194
- "start": 199,
10195
- "end": 200
10167
+ "start": 288,
10168
+ "end": 289
10196
10169
  },
10197
10170
  "context": {
10198
10171
  "type": "variable",
@@ -10200,8 +10173,8 @@
10200
10173
  "value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
10201
10174
  "scope": "default",
10202
10175
  "line": {
10203
- "start": 201,
10204
- "end": 201
10176
+ "start": 290,
10177
+ "end": 290
10205
10178
  }
10206
10179
  },
10207
10180
  "group": [
@@ -10209,8 +10182,8 @@
10209
10182
  ],
10210
10183
  "access": "public",
10211
10184
  "file": {
10212
- "path": "_variables.scss",
10213
- "name": "_variables.scss"
10185
+ "path": "core/color-system/_swatch.scss",
10186
+ "name": "_swatch.scss"
10214
10187
  }
10215
10188
  },
10216
10189
  {
@@ -11016,8 +10989,8 @@
11016
10989
  {
11017
10990
  "description": "Background color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.\n",
11018
10991
  "commentRange": {
11019
- "start": 289,
11020
- "end": 291
10992
+ "start": 327,
10993
+ "end": 329
11021
10994
  },
11022
10995
  "context": {
11023
10996
  "type": "variable",
@@ -11025,8 +10998,8 @@
11025
10998
  "value": "$kendo-body-bg",
11026
10999
  "scope": "default",
11027
11000
  "line": {
11028
- "start": 292,
11029
- "end": 292
11001
+ "start": 330,
11002
+ "end": 330
11030
11003
  }
11031
11004
  },
11032
11005
  "group": [
@@ -11034,15 +11007,15 @@
11034
11007
  ],
11035
11008
  "access": "public",
11036
11009
  "file": {
11037
- "path": "_variables.scss",
11038
- "name": "_variables.scss"
11010
+ "path": "core/color-system/_swatch.scss",
11011
+ "name": "_swatch.scss"
11039
11012
  }
11040
11013
  },
11041
11014
  {
11042
11015
  "description": "Text color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.\n",
11043
11016
  "commentRange": {
11044
- "start": 293,
11045
- "end": 295
11017
+ "start": 331,
11018
+ "end": 333
11046
11019
  },
11047
11020
  "context": {
11048
11021
  "type": "variable",
@@ -11050,8 +11023,8 @@
11050
11023
  "value": "$kendo-body-text",
11051
11024
  "scope": "default",
11052
11025
  "line": {
11053
- "start": 296,
11054
- "end": 296
11026
+ "start": 334,
11027
+ "end": 334
11055
11028
  }
11056
11029
  },
11057
11030
  "group": [
@@ -11059,15 +11032,15 @@
11059
11032
  ],
11060
11033
  "access": "public",
11061
11034
  "file": {
11062
- "path": "_variables.scss",
11063
- "name": "_variables.scss"
11035
+ "path": "core/color-system/_swatch.scss",
11036
+ "name": "_swatch.scss"
11064
11037
  }
11065
11038
  },
11066
11039
  {
11067
11040
  "description": "Border color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.\n",
11068
11041
  "commentRange": {
11069
- "start": 297,
11070
- "end": 299
11042
+ "start": 335,
11043
+ "end": 337
11071
11044
  },
11072
11045
  "context": {
11073
11046
  "type": "variable",
@@ -11075,8 +11048,8 @@
11075
11048
  "value": "if( k-is-light( $kendo-component-bg ), $gray-300, $gray-700 )",
11076
11049
  "scope": "default",
11077
11050
  "line": {
11078
- "start": 300,
11079
- "end": 300
11051
+ "start": 338,
11052
+ "end": 338
11080
11053
  }
11081
11054
  },
11082
11055
  "group": [
@@ -11084,8 +11057,8 @@
11084
11057
  ],
11085
11058
  "access": "public",
11086
11059
  "file": {
11087
- "path": "_variables.scss",
11088
- "name": "_variables.scss"
11060
+ "path": "core/color-system/_swatch.scss",
11061
+ "name": "_swatch.scss"
11089
11062
  }
11090
11063
  },
11091
11064
  {
@@ -12122,7 +12095,7 @@
12122
12095
  "context": {
12123
12096
  "type": "variable",
12124
12097
  "name": "kendo-dock-manager-dock-preview-bg",
12125
- "value": "rgba( $kendo-color-primary, .16 )",
12098
+ "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 ))",
12126
12099
  "scope": "default",
12127
12100
  "line": {
12128
12101
  "start": 110,
@@ -12397,7 +12370,7 @@
12397
12370
  "context": {
12398
12371
  "type": "variable",
12399
12372
  "name": "kendo-dropzone-bg",
12400
- "value": "if( k-is-light( $kendo-component-bg ), $gray-100, $gray-900 )",
12373
+ "value": "if($kendo-enable-color-system, k-color( surface ), if( k-is-light( $kendo-component-bg ), $gray-100, $gray-900 ))",
12401
12374
  "scope": "default",
12402
12375
  "line": {
12403
12376
  "start": 28,
@@ -12497,7 +12470,7 @@
12497
12470
  "context": {
12498
12471
  "type": "variable",
12499
12472
  "name": "kendo-dropzone-icon-text",
12500
- "value": "k-try-tint( $kendo-dropzone-text, 8 )",
12473
+ "value": "if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 8 ))",
12501
12474
  "scope": "default",
12502
12475
  "line": {
12503
12476
  "start": 41,
@@ -12897,7 +12870,7 @@
12897
12870
  "context": {
12898
12871
  "type": "variable",
12899
12872
  "name": "kendo-editor-highlighted-bg",
12900
- "value": "k-color-mix( $kendo-color-primary, #ffffff, 20% )",
12873
+ "value": "if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix( $kendo-color-primary, #ffffff, 20% ))",
12901
12874
  "scope": "default",
12902
12875
  "line": {
12903
12876
  "start": 32,
@@ -14597,7 +14570,7 @@
14597
14570
  "context": {
14598
14571
  "type": "variable",
14599
14572
  "name": "kendo-file-manager-listview-item-icon-text",
14600
- "value": "k-try-tint( $kendo-file-manager-text, 4 )",
14573
+ "value": "if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 ))",
14601
14574
  "scope": "default",
14602
14575
  "line": {
14603
14576
  "start": 122,
@@ -15047,7 +15020,7 @@
15047
15020
  "context": {
15048
15021
  "type": "variable",
15049
15022
  "name": "kendo-file-manager-preview-icon-text",
15050
- "value": "k-try-tint( $kendo-file-manager-text, 4 )",
15023
+ "value": "if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 ))",
15051
15024
  "scope": "default",
15052
15025
  "line": {
15053
15026
  "start": 179,
@@ -15272,7 +15245,7 @@
15272
15245
  "context": {
15273
15246
  "type": "variable",
15274
15247
  "name": "kendo-filter-toolbar-focus-shadow",
15275
- "value": "0 0 0 .25rem rgba( $kendo-color-primary, .25 )",
15248
+ "value": "0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))",
15276
15249
  "scope": "default",
15277
15250
  "line": {
15278
15251
  "start": 30,
@@ -18916,17 +18889,17 @@
18916
18889
  {
18917
18890
  "description": "Background color of the grid row resize indicator\n",
18918
18891
  "commentRange": {
18919
- "start": 306,
18920
- "end": 307
18892
+ "start": 309,
18893
+ "end": 310
18921
18894
  },
18922
18895
  "context": {
18923
18896
  "type": "variable",
18924
18897
  "name": "kendo-grid-row-resizer-hover-bg",
18925
- "value": "rgba( k-contrast-color( $kendo-grid-bg ), .12 )",
18898
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 ))",
18926
18899
  "scope": "default",
18927
18900
  "line": {
18928
- "start": 308,
18929
- "end": 308
18901
+ "start": 311,
18902
+ "end": 311
18930
18903
  }
18931
18904
  },
18932
18905
  "group": [
@@ -18941,8 +18914,8 @@
18941
18914
  {
18942
18915
  "description": "Active background color of the grid row resize indicator\n",
18943
18916
  "commentRange": {
18944
- "start": 309,
18945
- "end": 310
18917
+ "start": 312,
18918
+ "end": 313
18946
18919
  },
18947
18920
  "context": {
18948
18921
  "type": "variable",
@@ -18950,8 +18923,8 @@
18950
18923
  "value": "$kendo-color-primary",
18951
18924
  "scope": "default",
18952
18925
  "line": {
18953
- "start": 311,
18954
- "end": 311
18926
+ "start": 314,
18927
+ "end": 314
18955
18928
  }
18956
18929
  },
18957
18930
  "group": [
@@ -18966,8 +18939,8 @@
18966
18939
  {
18967
18940
  "description": "Height of the grid row resize indicator\n",
18968
18941
  "commentRange": {
18969
- "start": 312,
18970
- "end": 313
18942
+ "start": 315,
18943
+ "end": 316
18971
18944
  },
18972
18945
  "context": {
18973
18946
  "type": "variable",
@@ -18975,8 +18948,8 @@
18975
18948
  "value": "k-map-get( $kendo-spacing, .5 )",
18976
18949
  "scope": "default",
18977
18950
  "line": {
18978
- "start": 314,
18979
- "end": 314
18951
+ "start": 317,
18952
+ "end": 317
18980
18953
  }
18981
18954
  },
18982
18955
  "group": [
@@ -20047,7 +20020,7 @@
20047
20020
  "context": {
20048
20021
  "type": "variable",
20049
20022
  "name": "kendo-input-outline-border",
20050
- "value": "rgba( $kendo-base-text, .5 )",
20023
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-base-text, .5 ))",
20051
20024
  "scope": "default",
20052
20025
  "line": {
20053
20026
  "start": 170,
@@ -20796,8 +20769,8 @@
20796
20769
  },
20797
20770
  "context": {
20798
20771
  "type": "variable",
20799
- "name": "kendo-input-separator-color",
20800
- "value": "$kendo-input-text",
20772
+ "name": "kendo-input-separator-text",
20773
+ "value": "$kendo-component-border",
20801
20774
  "scope": "default",
20802
20775
  "line": {
20803
20776
  "start": 270,
@@ -20839,15 +20812,15 @@
20839
20812
  }
20840
20813
  },
20841
20814
  {
20842
- "description": "The border color of the invalid Input components.\n",
20815
+ "description": "The text color of the Input prefix.\n",
20843
20816
  "commentRange": {
20844
20817
  "start": 275,
20845
20818
  "end": 276
20846
20819
  },
20847
20820
  "context": {
20848
20821
  "type": "variable",
20849
- "name": "kendo-input-invalid-border",
20850
- "value": "$kendo-invalid-border",
20822
+ "name": "kendo-input-prefix-text",
20823
+ "value": "$kendo-subtle-text",
20851
20824
  "scope": "default",
20852
20825
  "line": {
20853
20826
  "start": 277,
@@ -20864,15 +20837,15 @@
20864
20837
  }
20865
20838
  },
20866
20839
  {
20867
- "description": "The shadow of the invalid Input components.\n",
20840
+ "description": "The text color of the Input suffix.\n",
20868
20841
  "commentRange": {
20869
20842
  "start": 278,
20870
20843
  "end": 279
20871
20844
  },
20872
20845
  "context": {
20873
20846
  "type": "variable",
20874
- "name": "kendo-input-invalid-shadow",
20875
- "value": "$kendo-invalid-shadow",
20847
+ "name": "kendo-input-suffix-text",
20848
+ "value": "$kendo-subtle-text",
20876
20849
  "scope": "default",
20877
20850
  "line": {
20878
20851
  "start": 280,
@@ -20888,6 +20861,106 @@
20888
20861
  "name": "_variables.scss"
20889
20862
  }
20890
20863
  },
20864
+ {
20865
+ "description": "The border color of the invalid Input components.\n",
20866
+ "commentRange": {
20867
+ "start": 282,
20868
+ "end": 283
20869
+ },
20870
+ "context": {
20871
+ "type": "variable",
20872
+ "name": "kendo-input-invalid-border",
20873
+ "value": "$kendo-invalid-border",
20874
+ "scope": "default",
20875
+ "line": {
20876
+ "start": 284,
20877
+ "end": 284
20878
+ }
20879
+ },
20880
+ "group": [
20881
+ "input"
20882
+ ],
20883
+ "access": "public",
20884
+ "file": {
20885
+ "path": "input/_variables.scss",
20886
+ "name": "_variables.scss"
20887
+ }
20888
+ },
20889
+ {
20890
+ "description": "The shadow of the invalid Input components.\n",
20891
+ "commentRange": {
20892
+ "start": 285,
20893
+ "end": 286
20894
+ },
20895
+ "context": {
20896
+ "type": "variable",
20897
+ "name": "kendo-input-invalid-shadow",
20898
+ "value": "$kendo-invalid-shadow",
20899
+ "scope": "default",
20900
+ "line": {
20901
+ "start": 287,
20902
+ "end": 287
20903
+ }
20904
+ },
20905
+ "group": [
20906
+ "input"
20907
+ ],
20908
+ "access": "public",
20909
+ "file": {
20910
+ "path": "input/_variables.scss",
20911
+ "name": "_variables.scss"
20912
+ }
20913
+ },
20914
+ {
20915
+ "description": "The border color of the valid Input components.\n",
20916
+ "commentRange": {
20917
+ "start": 289,
20918
+ "end": 290
20919
+ },
20920
+ "context": {
20921
+ "type": "variable",
20922
+ "name": "kendo-input-valid-border",
20923
+ "value": "$kendo-valid-border",
20924
+ "scope": "default",
20925
+ "line": {
20926
+ "start": 291,
20927
+ "end": 291
20928
+ }
20929
+ },
20930
+ "group": [
20931
+ "input"
20932
+ ],
20933
+ "access": "public",
20934
+ "file": {
20935
+ "path": "input/_variables.scss",
20936
+ "name": "_variables.scss"
20937
+ }
20938
+ },
20939
+ {
20940
+ "description": "The shadow of the valid Input components.\n",
20941
+ "commentRange": {
20942
+ "start": 292,
20943
+ "end": 293
20944
+ },
20945
+ "context": {
20946
+ "type": "variable",
20947
+ "name": "kendo-input-valid-shadow",
20948
+ "value": "$kendo-valid-shadow",
20949
+ "scope": "default",
20950
+ "line": {
20951
+ "start": 294,
20952
+ "end": 294
20953
+ }
20954
+ },
20955
+ "group": [
20956
+ "input"
20957
+ ],
20958
+ "access": "public",
20959
+ "file": {
20960
+ "path": "input/_variables.scss",
20961
+ "name": "_variables.scss"
20962
+ }
20963
+ },
20891
20964
  {
20892
20965
  "description": "The font family of the List components.\n",
20893
20966
  "commentRange": {
@@ -21722,7 +21795,7 @@
21722
21795
  "context": {
21723
21796
  "type": "variable",
21724
21797
  "name": "kendo-list-item-focus-shadow",
21725
- "value": "inset 0 0 0 3px rgba( $kendo-list-text, .15 )",
21798
+ "value": "inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-list-text, .15 ))",
21726
21799
  "scope": "default",
21727
21800
  "line": {
21728
21801
  "start": 223,
@@ -22622,7 +22695,7 @@
22622
22695
  "context": {
22623
22696
  "type": "variable",
22624
22697
  "name": "kendo-listview-item-selected-bg",
22625
- "value": "rgba( $kendo-selected-bg, .25 )",
22698
+ "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 ))",
22626
22699
  "scope": "default",
22627
22700
  "line": {
22628
22701
  "start": 44,
@@ -22747,7 +22820,7 @@
22747
22820
  "context": {
22748
22821
  "type": "variable",
22749
22822
  "name": "kendo-listview-item-focus-shadow",
22750
- "value": "inset 0 0 0 3px rgba( $kendo-listview-text, .15 )",
22823
+ "value": "inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-listview-text, .15 ))",
22751
22824
  "scope": "default",
22752
22825
  "line": {
22753
22826
  "start": 60,
@@ -25747,7 +25820,7 @@
25747
25820
  "context": {
25748
25821
  "type": "variable",
25749
25822
  "name": "kendo-pager-item-focus-shadow",
25750
- "value": "0 0 0 3px rgba($kendo-color-primary, .25)",
25823
+ "value": "0 0 0 3px if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-color-primary, .25))",
25751
25824
  "scope": "default",
25752
25825
  "line": {
25753
25826
  "start": 126,
@@ -26741,8 +26814,8 @@
26741
26814
  {
26742
26815
  "description": "The background color of the Picker components.\n",
26743
26816
  "commentRange": {
26744
- "start": 282,
26745
- "end": 283
26817
+ "start": 296,
26818
+ "end": 297
26746
26819
  },
26747
26820
  "context": {
26748
26821
  "type": "variable",
@@ -26750,8 +26823,8 @@
26750
26823
  "value": "$kendo-button-bg",
26751
26824
  "scope": "default",
26752
26825
  "line": {
26753
- "start": 284,
26754
- "end": 284
26826
+ "start": 298,
26827
+ "end": 298
26755
26828
  }
26756
26829
  },
26757
26830
  "group": [
@@ -26766,8 +26839,8 @@
26766
26839
  {
26767
26840
  "description": "The text color of the Picker components.\n",
26768
26841
  "commentRange": {
26769
- "start": 285,
26770
- "end": 286
26842
+ "start": 299,
26843
+ "end": 300
26771
26844
  },
26772
26845
  "context": {
26773
26846
  "type": "variable",
@@ -26775,8 +26848,8 @@
26775
26848
  "value": "$kendo-button-text",
26776
26849
  "scope": "default",
26777
26850
  "line": {
26778
- "start": 287,
26779
- "end": 287
26851
+ "start": 301,
26852
+ "end": 301
26780
26853
  }
26781
26854
  },
26782
26855
  "group": [
@@ -26791,8 +26864,8 @@
26791
26864
  {
26792
26865
  "description": "The border color of the Picker components.\n",
26793
26866
  "commentRange": {
26794
- "start": 288,
26795
- "end": 289
26867
+ "start": 302,
26868
+ "end": 303
26796
26869
  },
26797
26870
  "context": {
26798
26871
  "type": "variable",
@@ -26800,8 +26873,8 @@
26800
26873
  "value": "$kendo-button-border",
26801
26874
  "scope": "default",
26802
26875
  "line": {
26803
- "start": 290,
26804
- "end": 290
26876
+ "start": 304,
26877
+ "end": 304
26805
26878
  }
26806
26879
  },
26807
26880
  "group": [
@@ -26816,8 +26889,8 @@
26816
26889
  {
26817
26890
  "description": "The gradient of the Picker components.\n",
26818
26891
  "commentRange": {
26819
- "start": 291,
26820
- "end": 292
26892
+ "start": 305,
26893
+ "end": 306
26821
26894
  },
26822
26895
  "context": {
26823
26896
  "type": "variable",
@@ -26825,8 +26898,8 @@
26825
26898
  "value": "$kendo-button-gradient",
26826
26899
  "scope": "default",
26827
26900
  "line": {
26828
- "start": 293,
26829
- "end": 293
26901
+ "start": 307,
26902
+ "end": 307
26830
26903
  }
26831
26904
  },
26832
26905
  "group": [
@@ -26841,8 +26914,8 @@
26841
26914
  {
26842
26915
  "description": "The shadow of the Picker components.\n",
26843
26916
  "commentRange": {
26844
- "start": 294,
26845
- "end": 295
26917
+ "start": 308,
26918
+ "end": 309
26846
26919
  },
26847
26920
  "context": {
26848
26921
  "type": "variable",
@@ -26850,8 +26923,8 @@
26850
26923
  "value": "$kendo-button-shadow",
26851
26924
  "scope": "default",
26852
26925
  "line": {
26853
- "start": 296,
26854
- "end": 296
26926
+ "start": 310,
26927
+ "end": 310
26855
26928
  }
26856
26929
  },
26857
26930
  "group": [
@@ -26866,8 +26939,8 @@
26866
26939
  {
26867
26940
  "description": "The background color of the hovered Picker components.\n",
26868
26941
  "commentRange": {
26869
- "start": 298,
26870
- "end": 299
26942
+ "start": 312,
26943
+ "end": 313
26871
26944
  },
26872
26945
  "context": {
26873
26946
  "type": "variable",
@@ -26875,8 +26948,8 @@
26875
26948
  "value": "$kendo-button-hover-bg",
26876
26949
  "scope": "default",
26877
26950
  "line": {
26878
- "start": 300,
26879
- "end": 300
26951
+ "start": 314,
26952
+ "end": 314
26880
26953
  }
26881
26954
  },
26882
26955
  "group": [
@@ -26891,8 +26964,8 @@
26891
26964
  {
26892
26965
  "description": "The text color of the hovered Picker components.\n",
26893
26966
  "commentRange": {
26894
- "start": 301,
26895
- "end": 302
26967
+ "start": 315,
26968
+ "end": 316
26896
26969
  },
26897
26970
  "context": {
26898
26971
  "type": "variable",
@@ -26900,8 +26973,8 @@
26900
26973
  "value": "$kendo-button-hover-text",
26901
26974
  "scope": "default",
26902
26975
  "line": {
26903
- "start": 303,
26904
- "end": 303
26976
+ "start": 317,
26977
+ "end": 317
26905
26978
  }
26906
26979
  },
26907
26980
  "group": [
@@ -26916,8 +26989,8 @@
26916
26989
  {
26917
26990
  "description": "The border color of the hovered Picker components.\n",
26918
26991
  "commentRange": {
26919
- "start": 304,
26920
- "end": 305
26992
+ "start": 318,
26993
+ "end": 319
26921
26994
  },
26922
26995
  "context": {
26923
26996
  "type": "variable",
@@ -26925,8 +26998,8 @@
26925
26998
  "value": "$kendo-button-hover-border",
26926
26999
  "scope": "default",
26927
27000
  "line": {
26928
- "start": 306,
26929
- "end": 306
27001
+ "start": 320,
27002
+ "end": 320
26930
27003
  }
26931
27004
  },
26932
27005
  "group": [
@@ -26941,8 +27014,8 @@
26941
27014
  {
26942
27015
  "description": "The gradient of the hovered Picker components.\n",
26943
27016
  "commentRange": {
26944
- "start": 307,
26945
- "end": 308
27017
+ "start": 321,
27018
+ "end": 322
26946
27019
  },
26947
27020
  "context": {
26948
27021
  "type": "variable",
@@ -26950,8 +27023,8 @@
26950
27023
  "value": "$kendo-button-hover-gradient",
26951
27024
  "scope": "default",
26952
27025
  "line": {
26953
- "start": 309,
26954
- "end": 309
27026
+ "start": 323,
27027
+ "end": 323
26955
27028
  }
26956
27029
  },
26957
27030
  "group": [
@@ -26966,8 +27039,8 @@
26966
27039
  {
26967
27040
  "description": "The shadow of the hovered Picker components.\n",
26968
27041
  "commentRange": {
26969
- "start": 310,
26970
- "end": 311
27042
+ "start": 324,
27043
+ "end": 325
26971
27044
  },
26972
27045
  "context": {
26973
27046
  "type": "variable",
@@ -26975,8 +27048,8 @@
26975
27048
  "value": "$kendo-button-hover-shadow",
26976
27049
  "scope": "default",
26977
27050
  "line": {
26978
- "start": 312,
26979
- "end": 312
27051
+ "start": 326,
27052
+ "end": 326
26980
27053
  }
26981
27054
  },
26982
27055
  "group": [
@@ -26991,8 +27064,8 @@
26991
27064
  {
26992
27065
  "description": "The background color of the focused Picker components.\n",
26993
27066
  "commentRange": {
26994
- "start": 314,
26995
- "end": 315
27067
+ "start": 328,
27068
+ "end": 329
26996
27069
  },
26997
27070
  "context": {
26998
27071
  "type": "variable",
@@ -27000,8 +27073,8 @@
27000
27073
  "value": "$kendo-button-active-bg",
27001
27074
  "scope": "default",
27002
27075
  "line": {
27003
- "start": 316,
27004
- "end": 316
27076
+ "start": 330,
27077
+ "end": 330
27005
27078
  }
27006
27079
  },
27007
27080
  "group": [
@@ -27016,8 +27089,8 @@
27016
27089
  {
27017
27090
  "description": "The text color of the focused Picker components.\n",
27018
27091
  "commentRange": {
27019
- "start": 317,
27020
- "end": 318
27092
+ "start": 331,
27093
+ "end": 332
27021
27094
  },
27022
27095
  "context": {
27023
27096
  "type": "variable",
@@ -27025,8 +27098,8 @@
27025
27098
  "value": "$kendo-button-focus-text",
27026
27099
  "scope": "default",
27027
27100
  "line": {
27028
- "start": 319,
27029
- "end": 319
27101
+ "start": 333,
27102
+ "end": 333
27030
27103
  }
27031
27104
  },
27032
27105
  "group": [
@@ -27041,8 +27114,8 @@
27041
27114
  {
27042
27115
  "description": "The border color of the focused Picker components.\n",
27043
27116
  "commentRange": {
27044
- "start": 320,
27045
- "end": 321
27117
+ "start": 334,
27118
+ "end": 335
27046
27119
  },
27047
27120
  "context": {
27048
27121
  "type": "variable",
@@ -27050,8 +27123,8 @@
27050
27123
  "value": "$kendo-button-focus-border",
27051
27124
  "scope": "default",
27052
27125
  "line": {
27053
- "start": 322,
27054
- "end": 322
27126
+ "start": 336,
27127
+ "end": 336
27055
27128
  }
27056
27129
  },
27057
27130
  "group": [
@@ -27066,8 +27139,8 @@
27066
27139
  {
27067
27140
  "description": "The gradient of the focused Picker components.\n",
27068
27141
  "commentRange": {
27069
- "start": 323,
27070
- "end": 324
27142
+ "start": 337,
27143
+ "end": 338
27071
27144
  },
27072
27145
  "context": {
27073
27146
  "type": "variable",
@@ -27075,8 +27148,8 @@
27075
27148
  "value": "$kendo-button-focus-gradient",
27076
27149
  "scope": "default",
27077
27150
  "line": {
27078
- "start": 325,
27079
- "end": 325
27151
+ "start": 339,
27152
+ "end": 339
27080
27153
  }
27081
27154
  },
27082
27155
  "group": [
@@ -27091,8 +27164,8 @@
27091
27164
  {
27092
27165
  "description": "The shadow of the focused Picker components.\n",
27093
27166
  "commentRange": {
27094
- "start": 326,
27095
- "end": 327
27167
+ "start": 340,
27168
+ "end": 341
27096
27169
  },
27097
27170
  "context": {
27098
27171
  "type": "variable",
@@ -27100,8 +27173,8 @@
27100
27173
  "value": "$kendo-button-focus-shadow",
27101
27174
  "scope": "default",
27102
27175
  "line": {
27103
- "start": 328,
27104
- "end": 328
27176
+ "start": 342,
27177
+ "end": 342
27105
27178
  }
27106
27179
  },
27107
27180
  "group": [
@@ -27116,8 +27189,8 @@
27116
27189
  {
27117
27190
  "description": "The background color of the disabled Picker components.\n",
27118
27191
  "commentRange": {
27119
- "start": 330,
27120
- "end": 331
27192
+ "start": 344,
27193
+ "end": 345
27121
27194
  },
27122
27195
  "context": {
27123
27196
  "type": "variable",
@@ -27125,8 +27198,8 @@
27125
27198
  "value": "null",
27126
27199
  "scope": "default",
27127
27200
  "line": {
27128
- "start": 332,
27129
- "end": 332
27201
+ "start": 346,
27202
+ "end": 346
27130
27203
  }
27131
27204
  },
27132
27205
  "group": [
@@ -27141,8 +27214,8 @@
27141
27214
  {
27142
27215
  "description": "The text color of the disabled Picker components.\n",
27143
27216
  "commentRange": {
27144
- "start": 333,
27145
- "end": 334
27217
+ "start": 347,
27218
+ "end": 348
27146
27219
  },
27147
27220
  "context": {
27148
27221
  "type": "variable",
@@ -27150,8 +27223,8 @@
27150
27223
  "value": "null",
27151
27224
  "scope": "default",
27152
27225
  "line": {
27153
- "start": 335,
27154
- "end": 335
27226
+ "start": 349,
27227
+ "end": 349
27155
27228
  }
27156
27229
  },
27157
27230
  "group": [
@@ -27166,8 +27239,8 @@
27166
27239
  {
27167
27240
  "description": "The border color of the disabled Picker components.\n",
27168
27241
  "commentRange": {
27169
- "start": 336,
27170
- "end": 337
27242
+ "start": 350,
27243
+ "end": 351
27171
27244
  },
27172
27245
  "context": {
27173
27246
  "type": "variable",
@@ -27175,8 +27248,8 @@
27175
27248
  "value": "null",
27176
27249
  "scope": "default",
27177
27250
  "line": {
27178
- "start": 338,
27179
- "end": 338
27251
+ "start": 352,
27252
+ "end": 352
27180
27253
  }
27181
27254
  },
27182
27255
  "group": [
@@ -27191,8 +27264,8 @@
27191
27264
  {
27192
27265
  "description": "The gradient of the disabled Picker components.\n",
27193
27266
  "commentRange": {
27194
- "start": 339,
27195
- "end": 340
27267
+ "start": 353,
27268
+ "end": 354
27196
27269
  },
27197
27270
  "context": {
27198
27271
  "type": "variable",
@@ -27200,8 +27273,8 @@
27200
27273
  "value": "null",
27201
27274
  "scope": "default",
27202
27275
  "line": {
27203
- "start": 341,
27204
- "end": 341
27276
+ "start": 355,
27277
+ "end": 355
27205
27278
  }
27206
27279
  },
27207
27280
  "group": [
@@ -27216,8 +27289,8 @@
27216
27289
  {
27217
27290
  "description": "The shadow of the disabled Picker components.\n",
27218
27291
  "commentRange": {
27219
- "start": 342,
27220
- "end": 343
27292
+ "start": 356,
27293
+ "end": 357
27221
27294
  },
27222
27295
  "context": {
27223
27296
  "type": "variable",
@@ -27225,8 +27298,8 @@
27225
27298
  "value": "null",
27226
27299
  "scope": "default",
27227
27300
  "line": {
27228
- "start": 344,
27229
- "end": 344
27301
+ "start": 358,
27302
+ "end": 358
27230
27303
  }
27231
27304
  },
27232
27305
  "group": [
@@ -27241,8 +27314,8 @@
27241
27314
  {
27242
27315
  "description": "The background color of the outline Picker components.\n",
27243
27316
  "commentRange": {
27244
- "start": 346,
27245
- "end": 347
27317
+ "start": 360,
27318
+ "end": 361
27246
27319
  },
27247
27320
  "context": {
27248
27321
  "type": "variable",
@@ -27250,8 +27323,8 @@
27250
27323
  "value": "null",
27251
27324
  "scope": "default",
27252
27325
  "line": {
27253
- "start": 348,
27254
- "end": 348
27326
+ "start": 362,
27327
+ "end": 362
27255
27328
  }
27256
27329
  },
27257
27330
  "group": [
@@ -27266,8 +27339,8 @@
27266
27339
  {
27267
27340
  "description": "The text color of the outline Picker components.\n",
27268
27341
  "commentRange": {
27269
- "start": 349,
27270
- "end": 350
27342
+ "start": 363,
27343
+ "end": 364
27271
27344
  },
27272
27345
  "context": {
27273
27346
  "type": "variable",
@@ -27275,8 +27348,8 @@
27275
27348
  "value": "$kendo-button-text",
27276
27349
  "scope": "default",
27277
27350
  "line": {
27278
- "start": 351,
27279
- "end": 351
27351
+ "start": 365,
27352
+ "end": 365
27280
27353
  }
27281
27354
  },
27282
27355
  "group": [
@@ -27291,17 +27364,17 @@
27291
27364
  {
27292
27365
  "description": "The border color of the outline Picker components.\n",
27293
27366
  "commentRange": {
27294
- "start": 352,
27295
- "end": 353
27367
+ "start": 366,
27368
+ "end": 367
27296
27369
  },
27297
27370
  "context": {
27298
27371
  "type": "variable",
27299
27372
  "name": "kendo-picker-outline-border",
27300
- "value": "rgba( $kendo-picker-outline-text, .5 )",
27373
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-picker-outline-text, .5 ))",
27301
27374
  "scope": "default",
27302
27375
  "line": {
27303
- "start": 354,
27304
- "end": 354
27376
+ "start": 368,
27377
+ "end": 368
27305
27378
  }
27306
27379
  },
27307
27380
  "group": [
@@ -27316,8 +27389,8 @@
27316
27389
  {
27317
27390
  "description": "The background color of the outline hovered Picker components.\n",
27318
27391
  "commentRange": {
27319
- "start": 356,
27320
- "end": 357
27392
+ "start": 370,
27393
+ "end": 371
27321
27394
  },
27322
27395
  "context": {
27323
27396
  "type": "variable",
@@ -27325,8 +27398,8 @@
27325
27398
  "value": "$kendo-picker-outline-text",
27326
27399
  "scope": "default",
27327
27400
  "line": {
27328
- "start": 358,
27329
- "end": 358
27401
+ "start": 372,
27402
+ "end": 372
27330
27403
  }
27331
27404
  },
27332
27405
  "group": [
@@ -27341,17 +27414,17 @@
27341
27414
  {
27342
27415
  "description": "The text color of the outline hovered Picker components.\n",
27343
27416
  "commentRange": {
27344
- "start": 359,
27345
- "end": 360
27417
+ "start": 373,
27418
+ "end": 374
27346
27419
  },
27347
27420
  "context": {
27348
27421
  "type": "variable",
27349
27422
  "name": "kendo-picker-outline-hover-text",
27350
- "value": "k-contrast-color( $kendo-picker-outline-hover-bg )",
27423
+ "value": "if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-picker-outline-hover-bg ))",
27351
27424
  "scope": "default",
27352
27425
  "line": {
27353
- "start": 361,
27354
- "end": 361
27426
+ "start": 375,
27427
+ "end": 375
27355
27428
  }
27356
27429
  },
27357
27430
  "group": [
@@ -27366,8 +27439,8 @@
27366
27439
  {
27367
27440
  "description": "The border color of the outline hovered Picker components.\n",
27368
27441
  "commentRange": {
27369
- "start": 362,
27370
- "end": 363
27442
+ "start": 376,
27443
+ "end": 377
27371
27444
  },
27372
27445
  "context": {
27373
27446
  "type": "variable",
@@ -27375,8 +27448,8 @@
27375
27448
  "value": "$kendo-picker-outline-hover-bg",
27376
27449
  "scope": "default",
27377
27450
  "line": {
27378
- "start": 364,
27379
- "end": 364
27451
+ "start": 378,
27452
+ "end": 378
27380
27453
  }
27381
27454
  },
27382
27455
  "group": [
@@ -27391,8 +27464,8 @@
27391
27464
  {
27392
27465
  "description": "The background color of the outline focused Picker components.\n",
27393
27466
  "commentRange": {
27394
- "start": 366,
27395
- "end": 367
27467
+ "start": 380,
27468
+ "end": 381
27396
27469
  },
27397
27470
  "context": {
27398
27471
  "type": "variable",
@@ -27400,8 +27473,8 @@
27400
27473
  "value": "null",
27401
27474
  "scope": "default",
27402
27475
  "line": {
27403
- "start": 368,
27404
- "end": 368
27476
+ "start": 382,
27477
+ "end": 382
27405
27478
  }
27406
27479
  },
27407
27480
  "group": [
@@ -27416,8 +27489,8 @@
27416
27489
  {
27417
27490
  "description": "The text color of the outline focused Picker components.\n",
27418
27491
  "commentRange": {
27419
- "start": 369,
27420
- "end": 370
27492
+ "start": 383,
27493
+ "end": 384
27421
27494
  },
27422
27495
  "context": {
27423
27496
  "type": "variable",
@@ -27425,8 +27498,8 @@
27425
27498
  "value": "null",
27426
27499
  "scope": "default",
27427
27500
  "line": {
27428
- "start": 371,
27429
- "end": 371
27501
+ "start": 385,
27502
+ "end": 385
27430
27503
  }
27431
27504
  },
27432
27505
  "group": [
@@ -27441,8 +27514,8 @@
27441
27514
  {
27442
27515
  "description": "The border color of the outline focused Picker components.\n",
27443
27516
  "commentRange": {
27444
- "start": 372,
27445
- "end": 373
27517
+ "start": 386,
27518
+ "end": 387
27446
27519
  },
27447
27520
  "context": {
27448
27521
  "type": "variable",
@@ -27450,8 +27523,8 @@
27450
27523
  "value": "null",
27451
27524
  "scope": "default",
27452
27525
  "line": {
27453
- "start": 374,
27454
- "end": 374
27526
+ "start": 388,
27527
+ "end": 388
27455
27528
  }
27456
27529
  },
27457
27530
  "group": [
@@ -27466,8 +27539,8 @@
27466
27539
  {
27467
27540
  "description": "The shadow of the outline focused Picker components.\n",
27468
27541
  "commentRange": {
27469
- "start": 375,
27470
- "end": 376
27542
+ "start": 389,
27543
+ "end": 390
27471
27544
  },
27472
27545
  "context": {
27473
27546
  "type": "variable",
@@ -27475,8 +27548,8 @@
27475
27548
  "value": "$kendo-picker-focus-shadow",
27476
27549
  "scope": "default",
27477
27550
  "line": {
27478
- "start": 377,
27479
- "end": 377
27551
+ "start": 391,
27552
+ "end": 391
27480
27553
  }
27481
27554
  },
27482
27555
  "group": [
@@ -27491,8 +27564,8 @@
27491
27564
  {
27492
27565
  "description": "The background color of the outline hovered and focused Picker components.\n",
27493
27566
  "commentRange": {
27494
- "start": 379,
27495
- "end": 380
27567
+ "start": 393,
27568
+ "end": 394
27496
27569
  },
27497
27570
  "context": {
27498
27571
  "type": "variable",
@@ -27500,8 +27573,8 @@
27500
27573
  "value": "null",
27501
27574
  "scope": "default",
27502
27575
  "line": {
27503
- "start": 381,
27504
- "end": 381
27576
+ "start": 395,
27577
+ "end": 395
27505
27578
  }
27506
27579
  },
27507
27580
  "group": [
@@ -27516,8 +27589,8 @@
27516
27589
  {
27517
27590
  "description": "The text color of the outline hovered and focused Picker components.\n",
27518
27591
  "commentRange": {
27519
- "start": 382,
27520
- "end": 383
27592
+ "start": 396,
27593
+ "end": 397
27521
27594
  },
27522
27595
  "context": {
27523
27596
  "type": "variable",
@@ -27525,8 +27598,8 @@
27525
27598
  "value": "null",
27526
27599
  "scope": "default",
27527
27600
  "line": {
27528
- "start": 384,
27529
- "end": 384
27601
+ "start": 398,
27602
+ "end": 398
27530
27603
  }
27531
27604
  },
27532
27605
  "group": [
@@ -27541,8 +27614,8 @@
27541
27614
  {
27542
27615
  "description": "The border color of the outline hovered and focused Picker components.\n",
27543
27616
  "commentRange": {
27544
- "start": 385,
27545
- "end": 386
27617
+ "start": 399,
27618
+ "end": 400
27546
27619
  },
27547
27620
  "context": {
27548
27621
  "type": "variable",
@@ -27550,8 +27623,8 @@
27550
27623
  "value": "null",
27551
27624
  "scope": "default",
27552
27625
  "line": {
27553
- "start": 387,
27554
- "end": 387
27626
+ "start": 401,
27627
+ "end": 401
27555
27628
  }
27556
27629
  },
27557
27630
  "group": [
@@ -27566,8 +27639,8 @@
27566
27639
  {
27567
27640
  "description": "The background color of the flat Picker components.\n",
27568
27641
  "commentRange": {
27569
- "start": 389,
27570
- "end": 390
27642
+ "start": 403,
27643
+ "end": 404
27571
27644
  },
27572
27645
  "context": {
27573
27646
  "type": "variable",
@@ -27575,8 +27648,8 @@
27575
27648
  "value": "null",
27576
27649
  "scope": "default",
27577
27650
  "line": {
27578
- "start": 391,
27579
- "end": 391
27651
+ "start": 405,
27652
+ "end": 405
27580
27653
  }
27581
27654
  },
27582
27655
  "group": [
@@ -27591,8 +27664,8 @@
27591
27664
  {
27592
27665
  "description": "The text color of the flat Picker components.\n",
27593
27666
  "commentRange": {
27594
- "start": 392,
27595
- "end": 393
27667
+ "start": 406,
27668
+ "end": 407
27596
27669
  },
27597
27670
  "context": {
27598
27671
  "type": "variable",
@@ -27600,8 +27673,8 @@
27600
27673
  "value": "$kendo-button-text",
27601
27674
  "scope": "default",
27602
27675
  "line": {
27603
- "start": 394,
27604
- "end": 394
27676
+ "start": 408,
27677
+ "end": 408
27605
27678
  }
27606
27679
  },
27607
27680
  "group": [
@@ -27616,8 +27689,8 @@
27616
27689
  {
27617
27690
  "description": "The border color of the flat Picker components.\n",
27618
27691
  "commentRange": {
27619
- "start": 395,
27620
- "end": 396
27692
+ "start": 409,
27693
+ "end": 410
27621
27694
  },
27622
27695
  "context": {
27623
27696
  "type": "variable",
@@ -27625,8 +27698,8 @@
27625
27698
  "value": "$kendo-button-border",
27626
27699
  "scope": "default",
27627
27700
  "line": {
27628
- "start": 397,
27629
- "end": 397
27701
+ "start": 411,
27702
+ "end": 411
27630
27703
  }
27631
27704
  },
27632
27705
  "group": [
@@ -27641,17 +27714,17 @@
27641
27714
  {
27642
27715
  "description": "The background color of the flat hovered Picker components.\n",
27643
27716
  "commentRange": {
27644
- "start": 399,
27645
- "end": 400
27717
+ "start": 413,
27718
+ "end": 414
27646
27719
  },
27647
27720
  "context": {
27648
27721
  "type": "variable",
27649
27722
  "name": "kendo-picker-flat-hover-bg",
27650
- "value": "rgba( $kendo-button-text, .08 )",
27723
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( $kendo-button-text, .08 ))",
27651
27724
  "scope": "default",
27652
27725
  "line": {
27653
- "start": 401,
27654
- "end": 401
27726
+ "start": 415,
27727
+ "end": 415
27655
27728
  }
27656
27729
  },
27657
27730
  "group": [
@@ -27666,8 +27739,8 @@
27666
27739
  {
27667
27740
  "description": "The text color of the flat hovered Picker components.\n",
27668
27741
  "commentRange": {
27669
- "start": 402,
27670
- "end": 403
27742
+ "start": 416,
27743
+ "end": 417
27671
27744
  },
27672
27745
  "context": {
27673
27746
  "type": "variable",
@@ -27675,8 +27748,8 @@
27675
27748
  "value": "null",
27676
27749
  "scope": "default",
27677
27750
  "line": {
27678
- "start": 404,
27679
- "end": 404
27751
+ "start": 418,
27752
+ "end": 418
27680
27753
  }
27681
27754
  },
27682
27755
  "group": [
@@ -27691,8 +27764,8 @@
27691
27764
  {
27692
27765
  "description": "The border color of the flat hovered Picker components.\n",
27693
27766
  "commentRange": {
27694
- "start": 405,
27695
- "end": 406
27767
+ "start": 419,
27768
+ "end": 420
27696
27769
  },
27697
27770
  "context": {
27698
27771
  "type": "variable",
@@ -27700,8 +27773,8 @@
27700
27773
  "value": "null",
27701
27774
  "scope": "default",
27702
27775
  "line": {
27703
- "start": 407,
27704
- "end": 407
27776
+ "start": 421,
27777
+ "end": 421
27705
27778
  }
27706
27779
  },
27707
27780
  "group": [
@@ -27716,8 +27789,8 @@
27716
27789
  {
27717
27790
  "description": "The background color of the flat focused Picker components.\n",
27718
27791
  "commentRange": {
27719
- "start": 409,
27720
- "end": 410
27792
+ "start": 423,
27793
+ "end": 424
27721
27794
  },
27722
27795
  "context": {
27723
27796
  "type": "variable",
@@ -27725,8 +27798,8 @@
27725
27798
  "value": "null",
27726
27799
  "scope": "default",
27727
27800
  "line": {
27728
- "start": 411,
27729
- "end": 411
27801
+ "start": 425,
27802
+ "end": 425
27730
27803
  }
27731
27804
  },
27732
27805
  "group": [
@@ -27741,8 +27814,8 @@
27741
27814
  {
27742
27815
  "description": "The text color of the flat focused Picker components.\n",
27743
27816
  "commentRange": {
27744
- "start": 412,
27745
- "end": 413
27817
+ "start": 426,
27818
+ "end": 427
27746
27819
  },
27747
27820
  "context": {
27748
27821
  "type": "variable",
@@ -27750,8 +27823,8 @@
27750
27823
  "value": "null",
27751
27824
  "scope": "default",
27752
27825
  "line": {
27753
- "start": 414,
27754
- "end": 414
27826
+ "start": 428,
27827
+ "end": 428
27755
27828
  }
27756
27829
  },
27757
27830
  "group": [
@@ -27766,8 +27839,8 @@
27766
27839
  {
27767
27840
  "description": "The border color of the flat focused Picker components.\n",
27768
27841
  "commentRange": {
27769
- "start": 415,
27770
- "end": 416
27842
+ "start": 429,
27843
+ "end": 430
27771
27844
  },
27772
27845
  "context": {
27773
27846
  "type": "variable",
@@ -27775,8 +27848,8 @@
27775
27848
  "value": "null",
27776
27849
  "scope": "default",
27777
27850
  "line": {
27778
- "start": 417,
27779
- "end": 417
27851
+ "start": 431,
27852
+ "end": 431
27780
27853
  }
27781
27854
  },
27782
27855
  "group": [
@@ -27791,8 +27864,8 @@
27791
27864
  {
27792
27865
  "description": "The shadow of the flat focused Picker components.\n",
27793
27866
  "commentRange": {
27794
- "start": 418,
27795
- "end": 419
27867
+ "start": 432,
27868
+ "end": 433
27796
27869
  },
27797
27870
  "context": {
27798
27871
  "type": "variable",
@@ -27800,8 +27873,8 @@
27800
27873
  "value": "$kendo-picker-focus-shadow",
27801
27874
  "scope": "default",
27802
27875
  "line": {
27803
- "start": 420,
27804
- "end": 420
27876
+ "start": 434,
27877
+ "end": 434
27805
27878
  }
27806
27879
  },
27807
27880
  "group": [
@@ -27816,8 +27889,8 @@
27816
27889
  {
27817
27890
  "description": "The background color of the flat hovered and focused Picker components.\n",
27818
27891
  "commentRange": {
27819
- "start": 422,
27820
- "end": 423
27892
+ "start": 436,
27893
+ "end": 437
27821
27894
  },
27822
27895
  "context": {
27823
27896
  "type": "variable",
@@ -27825,8 +27898,8 @@
27825
27898
  "value": "null",
27826
27899
  "scope": "default",
27827
27900
  "line": {
27828
- "start": 424,
27829
- "end": 424
27901
+ "start": 438,
27902
+ "end": 438
27830
27903
  }
27831
27904
  },
27832
27905
  "group": [
@@ -27841,8 +27914,8 @@
27841
27914
  {
27842
27915
  "description": "The text color of the flat hovered and focused Picker components.\n",
27843
27916
  "commentRange": {
27844
- "start": 425,
27845
- "end": 426
27917
+ "start": 439,
27918
+ "end": 440
27846
27919
  },
27847
27920
  "context": {
27848
27921
  "type": "variable",
@@ -27850,8 +27923,8 @@
27850
27923
  "value": "null",
27851
27924
  "scope": "default",
27852
27925
  "line": {
27853
- "start": 427,
27854
- "end": 427
27926
+ "start": 441,
27927
+ "end": 441
27855
27928
  }
27856
27929
  },
27857
27930
  "group": [
@@ -27866,8 +27939,8 @@
27866
27939
  {
27867
27940
  "description": "The border color of the flat hovered and focused Picker components.\n",
27868
27941
  "commentRange": {
27869
- "start": 428,
27870
- "end": 429
27942
+ "start": 442,
27943
+ "end": 443
27871
27944
  },
27872
27945
  "context": {
27873
27946
  "type": "variable",
@@ -27875,8 +27948,8 @@
27875
27948
  "value": "null",
27876
27949
  "scope": "default",
27877
27950
  "line": {
27878
- "start": 430,
27879
- "end": 430
27951
+ "start": 444,
27952
+ "end": 444
27880
27953
  }
27881
27954
  },
27882
27955
  "group": [
@@ -29388,6 +29461,506 @@
29388
29461
  "name": "_variables.scss"
29389
29462
  }
29390
29463
  },
29464
+ {
29465
+ "description": "The text color of the Prompt.\n",
29466
+ "commentRange": {
29467
+ "start": 3,
29468
+ "end": 4
29469
+ },
29470
+ "context": {
29471
+ "type": "variable",
29472
+ "name": "kendo-prompt-text",
29473
+ "value": "$kendo-component-text",
29474
+ "scope": "default",
29475
+ "line": {
29476
+ "start": 5,
29477
+ "end": 5
29478
+ }
29479
+ },
29480
+ "group": [
29481
+ "prompt"
29482
+ ],
29483
+ "access": "public",
29484
+ "file": {
29485
+ "path": "prompt/_variables.scss",
29486
+ "name": "_variables.scss"
29487
+ }
29488
+ },
29489
+ {
29490
+ "description": "The background color of the Prompt.\n",
29491
+ "commentRange": {
29492
+ "start": 6,
29493
+ "end": 7
29494
+ },
29495
+ "context": {
29496
+ "type": "variable",
29497
+ "name": "kendo-prompt-bg",
29498
+ "value": "$kendo-component-bg",
29499
+ "scope": "default",
29500
+ "line": {
29501
+ "start": 8,
29502
+ "end": 8
29503
+ }
29504
+ },
29505
+ "group": [
29506
+ "prompt"
29507
+ ],
29508
+ "access": "public",
29509
+ "file": {
29510
+ "path": "prompt/_variables.scss",
29511
+ "name": "_variables.scss"
29512
+ }
29513
+ },
29514
+ {
29515
+ "description": "The border color of the Prompt.\n",
29516
+ "commentRange": {
29517
+ "start": 9,
29518
+ "end": 10
29519
+ },
29520
+ "context": {
29521
+ "type": "variable",
29522
+ "name": "kendo-prompt-border",
29523
+ "value": "$kendo-component-border",
29524
+ "scope": "default",
29525
+ "line": {
29526
+ "start": 11,
29527
+ "end": 11
29528
+ }
29529
+ },
29530
+ "group": [
29531
+ "prompt"
29532
+ ],
29533
+ "access": "public",
29534
+ "file": {
29535
+ "path": "prompt/_variables.scss",
29536
+ "name": "_variables.scss"
29537
+ }
29538
+ },
29539
+ {
29540
+ "description": "The text color of the Prompt header.\n",
29541
+ "commentRange": {
29542
+ "start": 13,
29543
+ "end": 14
29544
+ },
29545
+ "context": {
29546
+ "type": "variable",
29547
+ "name": "kendo-prompt-header-text",
29548
+ "value": "$kendo-component-header-text",
29549
+ "scope": "default",
29550
+ "line": {
29551
+ "start": 15,
29552
+ "end": 15
29553
+ }
29554
+ },
29555
+ "group": [
29556
+ "prompt"
29557
+ ],
29558
+ "access": "public",
29559
+ "file": {
29560
+ "path": "prompt/_variables.scss",
29561
+ "name": "_variables.scss"
29562
+ }
29563
+ },
29564
+ {
29565
+ "description": "The background color of the Prompt header.\n",
29566
+ "commentRange": {
29567
+ "start": 16,
29568
+ "end": 17
29569
+ },
29570
+ "context": {
29571
+ "type": "variable",
29572
+ "name": "kendo-prompt-header-bg",
29573
+ "value": "$kendo-component-bg",
29574
+ "scope": "default",
29575
+ "line": {
29576
+ "start": 18,
29577
+ "end": 18
29578
+ }
29579
+ },
29580
+ "group": [
29581
+ "prompt"
29582
+ ],
29583
+ "access": "public",
29584
+ "file": {
29585
+ "path": "prompt/_variables.scss",
29586
+ "name": "_variables.scss"
29587
+ }
29588
+ },
29589
+ {
29590
+ "description": "The border color of the Prompt header.\n",
29591
+ "commentRange": {
29592
+ "start": 19,
29593
+ "end": 20
29594
+ },
29595
+ "context": {
29596
+ "type": "variable",
29597
+ "name": "kendo-prompt-header-border",
29598
+ "value": "$kendo-component-header-border",
29599
+ "scope": "default",
29600
+ "line": {
29601
+ "start": 21,
29602
+ "end": 21
29603
+ }
29604
+ },
29605
+ "group": [
29606
+ "prompt"
29607
+ ],
29608
+ "access": "public",
29609
+ "file": {
29610
+ "path": "prompt/_variables.scss",
29611
+ "name": "_variables.scss"
29612
+ }
29613
+ },
29614
+ {
29615
+ "description": "The vertical padding of the Prompt content.\n",
29616
+ "commentRange": {
29617
+ "start": 23,
29618
+ "end": 24
29619
+ },
29620
+ "context": {
29621
+ "type": "variable",
29622
+ "name": "kendo-prompt-content-padding-y",
29623
+ "value": "k-map-get( $kendo-spacing, 4 )",
29624
+ "scope": "default",
29625
+ "line": {
29626
+ "start": 25,
29627
+ "end": 25
29628
+ }
29629
+ },
29630
+ "group": [
29631
+ "prompt"
29632
+ ],
29633
+ "access": "public",
29634
+ "file": {
29635
+ "path": "prompt/_variables.scss",
29636
+ "name": "_variables.scss"
29637
+ }
29638
+ },
29639
+ {
29640
+ "description": "The horizontal padding of the Prompt content.\n",
29641
+ "commentRange": {
29642
+ "start": 26,
29643
+ "end": 27
29644
+ },
29645
+ "context": {
29646
+ "type": "variable",
29647
+ "name": "kendo-prompt-content-padding-x",
29648
+ "value": "k-map-get( $kendo-spacing, 4 )",
29649
+ "scope": "default",
29650
+ "line": {
29651
+ "start": 28,
29652
+ "end": 28
29653
+ }
29654
+ },
29655
+ "group": [
29656
+ "prompt"
29657
+ ],
29658
+ "access": "public",
29659
+ "file": {
29660
+ "path": "prompt/_variables.scss",
29661
+ "name": "_variables.scss"
29662
+ }
29663
+ },
29664
+ {
29665
+ "description": "The spacing between the items of the Prompt content.\n",
29666
+ "commentRange": {
29667
+ "start": 29,
29668
+ "end": 30
29669
+ },
29670
+ "context": {
29671
+ "type": "variable",
29672
+ "name": "kendo-prompt-content-spacing",
29673
+ "value": "k-map-get( $kendo-spacing, 4 )",
29674
+ "scope": "default",
29675
+ "line": {
29676
+ "start": 31,
29677
+ "end": 31
29678
+ }
29679
+ },
29680
+ "group": [
29681
+ "prompt"
29682
+ ],
29683
+ "access": "public",
29684
+ "file": {
29685
+ "path": "prompt/_variables.scss",
29686
+ "name": "_variables.scss"
29687
+ }
29688
+ },
29689
+ {
29690
+ "description": "The text color of the Prompt content.\n",
29691
+ "commentRange": {
29692
+ "start": 32,
29693
+ "end": 33
29694
+ },
29695
+ "context": {
29696
+ "type": "variable",
29697
+ "name": "kendo-prompt-content-text",
29698
+ "value": "$kendo-component-header-text",
29699
+ "scope": "default",
29700
+ "line": {
29701
+ "start": 34,
29702
+ "end": 34
29703
+ }
29704
+ },
29705
+ "group": [
29706
+ "prompt"
29707
+ ],
29708
+ "access": "public",
29709
+ "file": {
29710
+ "path": "prompt/_variables.scss",
29711
+ "name": "_variables.scss"
29712
+ }
29713
+ },
29714
+ {
29715
+ "description": "The background color of the Prompt content.\n",
29716
+ "commentRange": {
29717
+ "start": 35,
29718
+ "end": 36
29719
+ },
29720
+ "context": {
29721
+ "type": "variable",
29722
+ "name": "kendo-prompt-content-bg",
29723
+ "value": "$kendo-component-header-bg",
29724
+ "scope": "default",
29725
+ "line": {
29726
+ "start": 37,
29727
+ "end": 37
29728
+ }
29729
+ },
29730
+ "group": [
29731
+ "prompt"
29732
+ ],
29733
+ "access": "public",
29734
+ "file": {
29735
+ "path": "prompt/_variables.scss",
29736
+ "name": "_variables.scss"
29737
+ }
29738
+ },
29739
+ {
29740
+ "description": "The text border of the Prompt content.\n",
29741
+ "commentRange": {
29742
+ "start": 38,
29743
+ "end": 39
29744
+ },
29745
+ "context": {
29746
+ "type": "variable",
29747
+ "name": "kendo-prompt-content-border",
29748
+ "value": "$kendo-component-header-border",
29749
+ "scope": "default",
29750
+ "line": {
29751
+ "start": 40,
29752
+ "end": 40
29753
+ }
29754
+ },
29755
+ "group": [
29756
+ "prompt"
29757
+ ],
29758
+ "access": "public",
29759
+ "file": {
29760
+ "path": "prompt/_variables.scss",
29761
+ "name": "_variables.scss"
29762
+ }
29763
+ },
29764
+ {
29765
+ "description": "The spacing between the items of the Prompt content expander.\n",
29766
+ "commentRange": {
29767
+ "start": 42,
29768
+ "end": 43
29769
+ },
29770
+ "context": {
29771
+ "type": "variable",
29772
+ "name": "kendo-prompt-expander-spacing",
29773
+ "value": "k-map-get( $kendo-spacing, 2 )",
29774
+ "scope": "default",
29775
+ "line": {
29776
+ "start": 44,
29777
+ "end": 44
29778
+ }
29779
+ },
29780
+ "group": [
29781
+ "prompt"
29782
+ ],
29783
+ "access": "public",
29784
+ "file": {
29785
+ "path": "prompt/_variables.scss",
29786
+ "name": "_variables.scss"
29787
+ }
29788
+ },
29789
+ {
29790
+ "description": "The vertical padding of the Prompt suggestion container.\n",
29791
+ "commentRange": {
29792
+ "start": 46,
29793
+ "end": 47
29794
+ },
29795
+ "context": {
29796
+ "type": "variable",
29797
+ "name": "kendo-prompt-suggestion-padding-y",
29798
+ "value": "k-map-get( $kendo-spacing, 2 )",
29799
+ "scope": "default",
29800
+ "line": {
29801
+ "start": 48,
29802
+ "end": 48
29803
+ }
29804
+ },
29805
+ "group": [
29806
+ "prompt"
29807
+ ],
29808
+ "access": "public",
29809
+ "file": {
29810
+ "path": "prompt/_variables.scss",
29811
+ "name": "_variables.scss"
29812
+ }
29813
+ },
29814
+ {
29815
+ "description": "The horizontal padding of the Prompt suggestion container.\n",
29816
+ "commentRange": {
29817
+ "start": 49,
29818
+ "end": 50
29819
+ },
29820
+ "context": {
29821
+ "type": "variable",
29822
+ "name": "kendo-prompt-suggestion-padding-x",
29823
+ "value": "k-map-get( $kendo-spacing, 2 )",
29824
+ "scope": "default",
29825
+ "line": {
29826
+ "start": 51,
29827
+ "end": 51
29828
+ }
29829
+ },
29830
+ "group": [
29831
+ "prompt"
29832
+ ],
29833
+ "access": "public",
29834
+ "file": {
29835
+ "path": "prompt/_variables.scss",
29836
+ "name": "_variables.scss"
29837
+ }
29838
+ },
29839
+ {
29840
+ "description": "The border radius of the Prompt suggestion container.\n",
29841
+ "commentRange": {
29842
+ "start": 52,
29843
+ "end": 53
29844
+ },
29845
+ "context": {
29846
+ "type": "variable",
29847
+ "name": "kendo-prompt-suggestion-border-radius",
29848
+ "value": "$kendo-border-radius-md",
29849
+ "scope": "default",
29850
+ "line": {
29851
+ "start": 54,
29852
+ "end": 54
29853
+ }
29854
+ },
29855
+ "group": [
29856
+ "prompt"
29857
+ ],
29858
+ "access": "public",
29859
+ "file": {
29860
+ "path": "prompt/_variables.scss",
29861
+ "name": "_variables.scss"
29862
+ }
29863
+ },
29864
+ {
29865
+ "description": "The text color of the Prompt suggestion container.\n",
29866
+ "commentRange": {
29867
+ "start": 55,
29868
+ "end": 56
29869
+ },
29870
+ "context": {
29871
+ "type": "variable",
29872
+ "name": "kendo-prompt-suggestion-text",
29873
+ "value": "$kendo-component-text",
29874
+ "scope": "default",
29875
+ "line": {
29876
+ "start": 57,
29877
+ "end": 57
29878
+ }
29879
+ },
29880
+ "group": [
29881
+ "prompt"
29882
+ ],
29883
+ "access": "public",
29884
+ "file": {
29885
+ "path": "prompt/_variables.scss",
29886
+ "name": "_variables.scss"
29887
+ }
29888
+ },
29889
+ {
29890
+ "description": "The background color of the Prompt suggestion container.\n",
29891
+ "commentRange": {
29892
+ "start": 58,
29893
+ "end": 59
29894
+ },
29895
+ "context": {
29896
+ "type": "variable",
29897
+ "name": "kendo-prompt-suggestion-bg",
29898
+ "value": "$kendo-body-bg",
29899
+ "scope": "default",
29900
+ "line": {
29901
+ "start": 60,
29902
+ "end": 60
29903
+ }
29904
+ },
29905
+ "group": [
29906
+ "prompt"
29907
+ ],
29908
+ "access": "public",
29909
+ "file": {
29910
+ "path": "prompt/_variables.scss",
29911
+ "name": "_variables.scss"
29912
+ }
29913
+ },
29914
+ {
29915
+ "description": "The border color of the Prompt suggestion container.\n",
29916
+ "commentRange": {
29917
+ "start": 61,
29918
+ "end": 62
29919
+ },
29920
+ "context": {
29921
+ "type": "variable",
29922
+ "name": "kendo-prompt-suggestion-border",
29923
+ "value": "$kendo-component-border",
29924
+ "scope": "default",
29925
+ "line": {
29926
+ "start": 63,
29927
+ "end": 63
29928
+ }
29929
+ },
29930
+ "group": [
29931
+ "prompt"
29932
+ ],
29933
+ "access": "public",
29934
+ "file": {
29935
+ "path": "prompt/_variables.scss",
29936
+ "name": "_variables.scss"
29937
+ }
29938
+ },
29939
+ {
29940
+ "description": "The elevation of the Prompt suggestion container.\n",
29941
+ "commentRange": {
29942
+ "start": 64,
29943
+ "end": 65
29944
+ },
29945
+ "context": {
29946
+ "type": "variable",
29947
+ "name": "kendo-prompt-suggestion-shadow",
29948
+ "value": "k-elevation(1)",
29949
+ "scope": "default",
29950
+ "line": {
29951
+ "start": 66,
29952
+ "end": 66
29953
+ }
29954
+ },
29955
+ "group": [
29956
+ "prompt"
29957
+ ],
29958
+ "access": "public",
29959
+ "file": {
29960
+ "path": "prompt/_variables.scss",
29961
+ "name": "_variables.scss"
29962
+ }
29963
+ },
29391
29964
  {
29392
29965
  "description": "The border radius of the RadioButton.\n",
29393
29966
  "commentRange": {
@@ -31697,7 +32270,7 @@
31697
32270
  "context": {
31698
32271
  "type": "variable",
31699
32272
  "name": "kendo-skeleton-item-bg",
31700
- "value": "rgba( $kendo-color-inverse, .2 )",
32273
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .2 ), rgba( $kendo-color-inverse, .2 ))",
31701
32274
  "scope": "default",
31702
32275
  "line": {
31703
32276
  "start": 20,
@@ -32372,7 +32945,7 @@
32372
32945
  "context": {
32373
32946
  "type": "variable",
32374
32947
  "name": "kendo-switch-off-track-focus-border",
32375
- "value": "k-color-mix( $kendo-switch-off-track-bg, $kendo-color-primary )",
32948
+ "value": "if($kendo-enable-color-system, k-color( primary-emphasis ), k-color-mix( $kendo-switch-off-track-bg, $kendo-color-primary ))",
32376
32949
  "scope": "default",
32377
32950
  "line": {
32378
32951
  "start": 65,
@@ -32422,7 +32995,7 @@
32422
32995
  "context": {
32423
32996
  "type": "variable",
32424
32997
  "name": "kendo-switch-off-track-focus-ring",
32425
- "value": ".25rem solid rgba( $kendo-color-primary, .25 )",
32998
+ "value": ".25rem solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))",
32426
32999
  "scope": "default",
32427
33000
  "line": {
32428
33001
  "start": 71,
@@ -32447,7 +33020,7 @@
32447
33020
  "context": {
32448
33021
  "type": "variable",
32449
33022
  "name": "kendo-switch-off-track-disabled-bg",
32450
- "value": "if( $kendo-is-dark-theme, $gray-800, $gray-200 )",
33023
+ "value": "if($kendo-enable-color-system, k-color( base-subtle ), if( $kendo-is-dark-theme, $gray-800, $gray-200 ))",
32451
33024
  "scope": "default",
32452
33025
  "line": {
32453
33026
  "start": 75,
@@ -33047,7 +33620,7 @@
33047
33620
  "context": {
33048
33621
  "type": "variable",
33049
33622
  "name": "kendo-switch-on-track-focus-ring",
33050
- "value": ".25rem solid rgba( $kendo-switch-on-track-border, .25 )",
33623
+ "value": ".25rem solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-switch-on-track-border, .25 ))",
33051
33624
  "scope": "default",
33052
33625
  "line": {
33053
33626
  "start": 153,
@@ -33072,7 +33645,7 @@
33072
33645
  "context": {
33073
33646
  "type": "variable",
33074
33647
  "name": "kendo-switch-on-track-disabled-bg",
33075
- "value": "k-try-tint( $kendo-switch-on-track-bg, 50% )",
33648
+ "value": "if($kendo-enable-color-system, rgba( k-color( primary ), .5 ), k-try-tint( $kendo-switch-on-track-bg, 50% ))",
33076
33649
  "scope": "default",
33077
33650
  "line": {
33078
33651
  "start": 157,
@@ -33172,7 +33745,7 @@
33172
33745
  "context": {
33173
33746
  "type": "variable",
33174
33747
  "name": "kendo-switch-on-thumb-bg",
33175
- "value": "k-contrast-color( $kendo-switch-on-track-bg )",
33748
+ "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-switch-on-track-bg ))",
33176
33749
  "scope": "default",
33177
33750
  "line": {
33178
33751
  "start": 170,
@@ -33897,7 +34470,7 @@
33897
34470
  "context": {
33898
34471
  "type": "variable",
33899
34472
  "name": "kendo-table-alt-row-bg",
33900
- "value": "rgba( k-contrast-color( $kendo-table-bg ), .04 )",
34473
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), rgba( k-contrast-color( $kendo-table-bg ), .04 ))",
33901
34474
  "scope": "default",
33902
34475
  "line": {
33903
34476
  "start": 114,
@@ -33972,7 +34545,7 @@
33972
34545
  "context": {
33973
34546
  "type": "variable",
33974
34547
  "name": "kendo-table-hover-bg",
33975
- "value": "rgba( k-contrast-color( $kendo-table-bg ), .08 )",
34548
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .09 ), rgba( k-contrast-color( $kendo-table-bg ), .08 ))",
33976
34549
  "scope": "default",
33977
34550
  "line": {
33978
34551
  "start": 125,
@@ -34147,7 +34720,7 @@
34147
34720
  "context": {
34148
34721
  "type": "variable",
34149
34722
  "name": "kendo-table-selected-bg",
34150
- "value": "rgba( $kendo-selected-bg, .25 )",
34723
+ "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 ))",
34151
34724
  "scope": "default",
34152
34725
  "line": {
34153
34726
  "start": 150,
@@ -35747,7 +36320,7 @@
35747
36320
  "context": {
35748
36321
  "type": "variable",
35749
36322
  "name": "kendo-toolbar-item-shadow",
35750
- "value": "0 0 0 .25rem rgba( $kendo-color-primary, .25 )",
36323
+ "value": "0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))",
35751
36324
  "scope": "default",
35752
36325
  "line": {
35753
36326
  "start": 85,
@@ -36072,7 +36645,7 @@
36072
36645
  "context": {
36073
36646
  "type": "variable",
36074
36647
  "name": "kendo-tooltip-bg",
36075
- "value": "if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )",
36648
+ "value": "if($kendo-enable-color-system, k-color( on-app-surface ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ))",
36076
36649
  "scope": "default",
36077
36650
  "line": {
36078
36651
  "start": 39,
@@ -36097,7 +36670,7 @@
36097
36670
  "context": {
36098
36671
  "type": "variable",
36099
36672
  "name": "kendo-tooltip-text",
36100
- "value": "k-contrast-color( $kendo-tooltip-bg )",
36673
+ "value": "if($kendo-enable-color-system, k-color( app-surface ), k-contrast-color( $kendo-tooltip-bg ))",
36101
36674
  "scope": "default",
36102
36675
  "line": {
36103
36676
  "start": 42,
@@ -37172,7 +37745,7 @@
37172
37745
  "context": {
37173
37746
  "type": "variable",
37174
37747
  "name": "kendo-treeview-item-focus-shadow",
37175
- "value": "inset 0 0 0 2px rgba( $kendo-treeview-text, .15 )",
37748
+ "value": "inset 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-treeview-text, .15 ))",
37176
37749
  "scope": "default",
37177
37750
  "line": {
37178
37751
  "start": 154,
@@ -37441,8 +38014,8 @@
37441
38014
  {
37442
38015
  "description": "Base font size across all components.\n",
37443
38016
  "commentRange": {
37444
- "start": 220,
37445
- "end": 221
38017
+ "start": 104,
38018
+ "end": 105
37446
38019
  },
37447
38020
  "context": {
37448
38021
  "type": "variable",
@@ -37450,8 +38023,8 @@
37450
38023
  "value": "$font-size-base",
37451
38024
  "scope": "default",
37452
38025
  "line": {
37453
- "start": 222,
37454
- "end": 222
38026
+ "start": 106,
38027
+ "end": 106
37455
38028
  }
37456
38029
  },
37457
38030
  "group": [
@@ -37466,8 +38039,8 @@
37466
38039
  {
37467
38040
  "description": "Font family for text.\n",
37468
38041
  "commentRange": {
37469
- "start": 237,
37470
- "end": 238
38042
+ "start": 121,
38043
+ "end": 122
37471
38044
  },
37472
38045
  "context": {
37473
38046
  "type": "variable",
@@ -37475,8 +38048,8 @@
37475
38048
  "value": "$font-family-sans-serif",
37476
38049
  "scope": "default",
37477
38050
  "line": {
37478
- "start": 239,
37479
- "end": 239
38051
+ "start": 123,
38052
+ "end": 123
37480
38053
  }
37481
38054
  },
37482
38055
  "group": [
@@ -37491,8 +38064,8 @@
37491
38064
  {
37492
38065
  "description": "Font family for monospaced text. Used for styling the code.\n",
37493
38066
  "commentRange": {
37494
- "start": 241,
37495
- "end": 242
38067
+ "start": 125,
38068
+ "end": 126
37496
38069
  },
37497
38070
  "context": {
37498
38071
  "type": "variable",
@@ -37500,8 +38073,8 @@
37500
38073
  "value": "$font-family-monospace",
37501
38074
  "scope": "default",
37502
38075
  "line": {
37503
- "start": 243,
37504
- "end": 243
38076
+ "start": 127,
38077
+ "end": 127
37505
38078
  }
37506
38079
  },
37507
38080
  "group": [
@@ -37516,8 +38089,8 @@
37516
38089
  {
37517
38090
  "description": "Font family across all components.\n",
37518
38091
  "commentRange": {
37519
- "start": 245,
37520
- "end": 246
38092
+ "start": 129,
38093
+ "end": 130
37521
38094
  },
37522
38095
  "context": {
37523
38096
  "type": "variable",
@@ -37525,8 +38098,8 @@
37525
38098
  "value": "$kendo-font-family-sans-serif",
37526
38099
  "scope": "default",
37527
38100
  "line": {
37528
- "start": 247,
37529
- "end": 247
38101
+ "start": 131,
38102
+ "end": 131
37530
38103
  }
37531
38104
  },
37532
38105
  "group": [
@@ -37541,8 +38114,8 @@
37541
38114
  {
37542
38115
  "description": "Line height used along with $kendo-font-size.\n",
37543
38116
  "commentRange": {
37544
- "start": 249,
37545
- "end": 250
38117
+ "start": 133,
38118
+ "end": 134
37546
38119
  },
37547
38120
  "context": {
37548
38121
  "type": "variable",
@@ -37550,8 +38123,8 @@
37550
38123
  "value": "$line-height-base",
37551
38124
  "scope": "default",
37552
38125
  "line": {
37553
- "start": 251,
37554
- "end": 251
38126
+ "start": 135,
38127
+ "end": 135
37555
38128
  }
37556
38129
  },
37557
38130
  "group": [
@@ -37566,8 +38139,8 @@
37566
38139
  {
37567
38140
  "description": "Border radius for all components.\n",
37568
38141
  "commentRange": {
37569
- "start": 96,
37570
- "end": 96
38142
+ "start": 81,
38143
+ "end": 81
37571
38144
  },
37572
38145
  "context": {
37573
38146
  "type": "variable",
@@ -37575,8 +38148,8 @@
37575
38148
  "value": "$border-radius",
37576
38149
  "scope": "default",
37577
38150
  "line": {
37578
- "start": 97,
37579
- "end": 97
38151
+ "start": 82,
38152
+ "end": 82
37580
38153
  }
37581
38154
  },
37582
38155
  "access": "public",
@@ -37588,11 +38161,36 @@
37588
38161
  "name": "_variables.scss"
37589
38162
  }
37590
38163
  },
38164
+ {
38165
+ "description": "The font size of the large Chip.\n",
38166
+ "commentRange": {
38167
+ "start": 48,
38168
+ "end": 48
38169
+ },
38170
+ "context": {
38171
+ "type": "variable",
38172
+ "name": "kendo-chip-lg-font-size",
38173
+ "value": "$kendo-font-size-md",
38174
+ "scope": "default",
38175
+ "line": {
38176
+ "start": 49,
38177
+ "end": 49
38178
+ }
38179
+ },
38180
+ "access": "public",
38181
+ "group": [
38182
+ "undefined"
38183
+ ],
38184
+ "file": {
38185
+ "path": "chip/_variables.scss",
38186
+ "name": "_variables.scss"
38187
+ }
38188
+ },
37591
38189
  {
37592
38190
  "description": "The background of the components' chrome area.\n",
37593
38191
  "commentRange": {
37594
- "start": 303,
37595
- "end": 303
38192
+ "start": 341,
38193
+ "end": 341
37596
38194
  },
37597
38195
  "context": {
37598
38196
  "type": "variable",
@@ -37600,8 +38198,8 @@
37600
38198
  "value": "$gray-100",
37601
38199
  "scope": "default",
37602
38200
  "line": {
37603
- "start": 304,
37604
- "end": 304
38201
+ "start": 342,
38202
+ "end": 342
37605
38203
  }
37606
38204
  },
37607
38205
  "access": "public",
@@ -37609,15 +38207,15 @@
37609
38207
  "undefined"
37610
38208
  ],
37611
38209
  "file": {
37612
- "path": "_variables.scss",
37613
- "name": "_variables.scss"
38210
+ "path": "core/color-system/_swatch.scss",
38211
+ "name": "_swatch.scss"
37614
38212
  }
37615
38213
  },
37616
38214
  {
37617
38215
  "description": "The text color of the components' chrome area.\n",
37618
38216
  "commentRange": {
37619
- "start": 305,
37620
- "end": 305
38217
+ "start": 343,
38218
+ "end": 343
37621
38219
  },
37622
38220
  "context": {
37623
38221
  "type": "variable",
@@ -37625,8 +38223,8 @@
37625
38223
  "value": "$kendo-body-text",
37626
38224
  "scope": "default",
37627
38225
  "line": {
37628
- "start": 306,
37629
- "end": 306
38226
+ "start": 344,
38227
+ "end": 344
37630
38228
  }
37631
38229
  },
37632
38230
  "access": "public",
@@ -37634,15 +38232,15 @@
37634
38232
  "undefined"
37635
38233
  ],
37636
38234
  "file": {
37637
- "path": "_variables.scss",
37638
- "name": "_variables.scss"
38235
+ "path": "core/color-system/_swatch.scss",
38236
+ "name": "_swatch.scss"
37639
38237
  }
37640
38238
  },
37641
38239
  {
37642
38240
  "description": "The border color of the components' chrome area.\n",
37643
38241
  "commentRange": {
37644
- "start": 307,
37645
- "end": 307
38242
+ "start": 345,
38243
+ "end": 345
37646
38244
  },
37647
38245
  "context": {
37648
38246
  "type": "variable",
@@ -37650,8 +38248,8 @@
37650
38248
  "value": "k-try-shade( $kendo-base-bg, 1 )",
37651
38249
  "scope": "default",
37652
38250
  "line": {
37653
- "start": 308,
37654
- "end": 308
38251
+ "start": 346,
38252
+ "end": 346
37655
38253
  }
37656
38254
  },
37657
38255
  "access": "public",
@@ -37659,15 +38257,15 @@
37659
38257
  "undefined"
37660
38258
  ],
37661
38259
  "file": {
37662
- "path": "_variables.scss",
37663
- "name": "_variables.scss"
38260
+ "path": "core/color-system/_swatch.scss",
38261
+ "name": "_swatch.scss"
37664
38262
  }
37665
38263
  },
37666
38264
  {
37667
38265
  "description": "The gradient background of the components' chrome area.\n",
37668
38266
  "commentRange": {
37669
- "start": 309,
37670
- "end": 309
38267
+ "start": 347,
38268
+ "end": 347
37671
38269
  },
37672
38270
  "context": {
37673
38271
  "type": "variable",
@@ -37675,8 +38273,8 @@
37675
38273
  "value": "null",
37676
38274
  "scope": "default",
37677
38275
  "line": {
37678
- "start": 310,
37679
- "end": 310
38276
+ "start": 348,
38277
+ "end": 348
37680
38278
  }
37681
38279
  },
37682
38280
  "access": "public",
@@ -37684,15 +38282,15 @@
37684
38282
  "undefined"
37685
38283
  ],
37686
38284
  "file": {
37687
- "path": "_variables.scss",
37688
- "name": "_variables.scss"
38285
+ "path": "core/color-system/_swatch.scss",
38286
+ "name": "_swatch.scss"
37689
38287
  }
37690
38288
  },
37691
38289
  {
37692
38290
  "description": "The background of hovered items.\n",
37693
38291
  "commentRange": {
37694
- "start": 312,
37695
- "end": 312
38292
+ "start": 350,
38293
+ "end": 350
37696
38294
  },
37697
38295
  "context": {
37698
38296
  "type": "variable",
@@ -37700,8 +38298,8 @@
37700
38298
  "value": "$gray-200",
37701
38299
  "scope": "default",
37702
38300
  "line": {
37703
- "start": 313,
37704
- "end": 313
38301
+ "start": 351,
38302
+ "end": 351
37705
38303
  }
37706
38304
  },
37707
38305
  "access": "public",
@@ -37709,15 +38307,15 @@
37709
38307
  "undefined"
37710
38308
  ],
37711
38309
  "file": {
37712
- "path": "_variables.scss",
37713
- "name": "_variables.scss"
38310
+ "path": "core/color-system/_swatch.scss",
38311
+ "name": "_swatch.scss"
37714
38312
  }
37715
38313
  },
37716
38314
  {
37717
38315
  "description": "The text color of hovered items.\n",
37718
38316
  "commentRange": {
37719
- "start": 314,
37720
- "end": 314
38317
+ "start": 352,
38318
+ "end": 352
37721
38319
  },
37722
38320
  "context": {
37723
38321
  "type": "variable",
@@ -37725,8 +38323,8 @@
37725
38323
  "value": "$kendo-base-text",
37726
38324
  "scope": "default",
37727
38325
  "line": {
37728
- "start": 315,
37729
- "end": 315
38326
+ "start": 353,
38327
+ "end": 353
37730
38328
  }
37731
38329
  },
37732
38330
  "access": "public",
@@ -37734,15 +38332,15 @@
37734
38332
  "undefined"
37735
38333
  ],
37736
38334
  "file": {
37737
- "path": "_variables.scss",
37738
- "name": "_variables.scss"
38335
+ "path": "core/color-system/_swatch.scss",
38336
+ "name": "_swatch.scss"
37739
38337
  }
37740
38338
  },
37741
38339
  {
37742
38340
  "description": "The border color of hovered items.\n",
37743
38341
  "commentRange": {
37744
- "start": 316,
37745
- "end": 316
38342
+ "start": 354,
38343
+ "end": 354
37746
38344
  },
37747
38345
  "context": {
37748
38346
  "type": "variable",
@@ -37750,8 +38348,8 @@
37750
38348
  "value": "k-try-shade( $kendo-hover-bg, 1 )",
37751
38349
  "scope": "default",
37752
38350
  "line": {
37753
- "start": 317,
37754
- "end": 317
38351
+ "start": 355,
38352
+ "end": 355
37755
38353
  }
37756
38354
  },
37757
38355
  "access": "public",
@@ -37759,15 +38357,15 @@
37759
38357
  "undefined"
37760
38358
  ],
37761
38359
  "file": {
37762
- "path": "_variables.scss",
37763
- "name": "_variables.scss"
38360
+ "path": "core/color-system/_swatch.scss",
38361
+ "name": "_swatch.scss"
37764
38362
  }
37765
38363
  },
37766
38364
  {
37767
38365
  "description": "The gradient background of hovered items.\n",
37768
38366
  "commentRange": {
37769
- "start": 318,
37770
- "end": 318
38367
+ "start": 356,
38368
+ "end": 356
37771
38369
  },
37772
38370
  "context": {
37773
38371
  "type": "variable",
@@ -37775,8 +38373,8 @@
37775
38373
  "value": "null",
37776
38374
  "scope": "default",
37777
38375
  "line": {
37778
- "start": 319,
37779
- "end": 319
38376
+ "start": 357,
38377
+ "end": 357
37780
38378
  }
37781
38379
  },
37782
38380
  "access": "public",
@@ -37784,15 +38382,15 @@
37784
38382
  "undefined"
37785
38383
  ],
37786
38384
  "file": {
37787
- "path": "_variables.scss",
37788
- "name": "_variables.scss"
38385
+ "path": "core/color-system/_swatch.scss",
38386
+ "name": "_swatch.scss"
37789
38387
  }
37790
38388
  },
37791
38389
  {
37792
38390
  "description": "The background of selected items.\n",
37793
38391
  "commentRange": {
37794
- "start": 321,
37795
- "end": 321
38392
+ "start": 359,
38393
+ "end": 359
37796
38394
  },
37797
38395
  "context": {
37798
38396
  "type": "variable",
@@ -37800,8 +38398,8 @@
37800
38398
  "value": "$kendo-color-primary",
37801
38399
  "scope": "default",
37802
38400
  "line": {
37803
- "start": 322,
37804
- "end": 322
38401
+ "start": 360,
38402
+ "end": 360
37805
38403
  }
37806
38404
  },
37807
38405
  "access": "public",
@@ -37809,15 +38407,15 @@
37809
38407
  "undefined"
37810
38408
  ],
37811
38409
  "file": {
37812
- "path": "_variables.scss",
37813
- "name": "_variables.scss"
38410
+ "path": "core/color-system/_swatch.scss",
38411
+ "name": "_swatch.scss"
37814
38412
  }
37815
38413
  },
37816
38414
  {
37817
38415
  "description": "The text color of selected items.\n",
37818
38416
  "commentRange": {
37819
- "start": 323,
37820
- "end": 323
38417
+ "start": 361,
38418
+ "end": 361
37821
38419
  },
37822
38420
  "context": {
37823
38421
  "type": "variable",
@@ -37825,8 +38423,8 @@
37825
38423
  "value": "k-contrast-color( $kendo-selected-bg )",
37826
38424
  "scope": "default",
37827
38425
  "line": {
37828
- "start": 324,
37829
- "end": 324
38426
+ "start": 362,
38427
+ "end": 362
37830
38428
  }
37831
38429
  },
37832
38430
  "access": "public",
@@ -37834,15 +38432,15 @@
37834
38432
  "undefined"
37835
38433
  ],
37836
38434
  "file": {
37837
- "path": "_variables.scss",
37838
- "name": "_variables.scss"
38435
+ "path": "core/color-system/_swatch.scss",
38436
+ "name": "_swatch.scss"
37839
38437
  }
37840
38438
  },
37841
38439
  {
37842
38440
  "description": "The border color of selected items.\n",
37843
38441
  "commentRange": {
37844
- "start": 325,
37845
- "end": 325
38442
+ "start": 363,
38443
+ "end": 363
37846
38444
  },
37847
38445
  "context": {
37848
38446
  "type": "variable",
@@ -37850,8 +38448,8 @@
37850
38448
  "value": "k-try-shade( $kendo-selected-bg, 1 )",
37851
38449
  "scope": "default",
37852
38450
  "line": {
37853
- "start": 326,
37854
- "end": 326
38451
+ "start": 364,
38452
+ "end": 364
37855
38453
  }
37856
38454
  },
37857
38455
  "access": "public",
@@ -37859,15 +38457,15 @@
37859
38457
  "undefined"
37860
38458
  ],
37861
38459
  "file": {
37862
- "path": "_variables.scss",
37863
- "name": "_variables.scss"
38460
+ "path": "core/color-system/_swatch.scss",
38461
+ "name": "_swatch.scss"
37864
38462
  }
37865
38463
  },
37866
38464
  {
37867
38465
  "description": "The gradient background of selected items.\n",
37868
38466
  "commentRange": {
37869
- "start": 327,
37870
- "end": 327
38467
+ "start": 365,
38468
+ "end": 365
37871
38469
  },
37872
38470
  "context": {
37873
38471
  "type": "variable",
@@ -37875,8 +38473,8 @@
37875
38473
  "value": "null",
37876
38474
  "scope": "default",
37877
38475
  "line": {
37878
- "start": 328,
37879
- "end": 328
38476
+ "start": 366,
38477
+ "end": 366
37880
38478
  }
37881
38479
  },
37882
38480
  "access": "public",
@@ -37884,24 +38482,24 @@
37884
38482
  "undefined"
37885
38483
  ],
37886
38484
  "file": {
37887
- "path": "_variables.scss",
37888
- "name": "_variables.scss"
38485
+ "path": "core/color-system/_swatch.scss",
38486
+ "name": "_swatch.scss"
37889
38487
  }
37890
38488
  },
37891
38489
  {
37892
- "description": "The font size of the large Chip.\n",
38490
+ "description": "Text color of disabled items.\n",
37893
38491
  "commentRange": {
37894
- "start": 48,
37895
- "end": 48
38492
+ "start": 373,
38493
+ "end": 373
37896
38494
  },
37897
38495
  "context": {
37898
38496
  "type": "variable",
37899
- "name": "kendo-chip-lg-font-size",
37900
- "value": "$kendo-font-size-md",
38497
+ "name": "kendo-disabled-text",
38498
+ "value": "if( $kendo-is-dark-theme, $gray-600, $gray-500)",
37901
38499
  "scope": "default",
37902
38500
  "line": {
37903
- "start": 49,
37904
- "end": 49
38501
+ "start": 374,
38502
+ "end": 374
37905
38503
  }
37906
38504
  },
37907
38505
  "access": "public",
@@ -37909,8 +38507,8 @@
37909
38507
  "undefined"
37910
38508
  ],
37911
38509
  "file": {
37912
- "path": "chip/_variables.scss",
37913
- "name": "_variables.scss"
38510
+ "path": "core/color-system/_swatch.scss",
38511
+ "name": "_swatch.scss"
37914
38512
  }
37915
38513
  },
37916
38514
  {
@@ -38247,7 +38845,7 @@
38247
38845
  "context": {
38248
38846
  "type": "variable",
38249
38847
  "name": "kendo-upload-dropzone-hover-bg",
38250
- "value": "k-try-shade( $kendo-upload-dropzone-bg, .2 )",
38848
+ "value": "if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-upload-dropzone-bg, .2 ))",
38251
38849
  "scope": "default",
38252
38850
  "line": {
38253
38851
  "start": 46,