@progress/kendo-theme-bootstrap 7.1.0-dev.0 → 7.1.0-dev.10

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 +366 -43
  2. package/dist/all.scss +2004 -700
  3. package/dist/meta/sassdoc-data.json +2486 -1134
  4. package/dist/meta/sassdoc-raw-data.json +1180 -557
  5. package/dist/meta/variables.json +484 -328
  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 +7 -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,
@@ -24414,15 +24487,15 @@
24414
24487
  }
24415
24488
  },
24416
24489
  {
24417
- "description": "The horizontal padding of the Notification.\n",
24490
+ "description": "The row-gap between the elements in the Notification group.\n",
24418
24491
  "commentRange": {
24419
24492
  "start": 3,
24420
24493
  "end": 4
24421
24494
  },
24422
24495
  "context": {
24423
24496
  "type": "variable",
24424
- "name": "kendo-notification-padding-x",
24425
- "value": "$alert-padding-x",
24497
+ "name": "kendo-notification-group-gap",
24498
+ "value": "k-map-get( $kendo-spacing, 3 )",
24426
24499
  "scope": "default",
24427
24500
  "line": {
24428
24501
  "start": 5,
@@ -24438,11 +24511,36 @@
24438
24511
  "name": "_variables.scss"
24439
24512
  }
24440
24513
  },
24514
+ {
24515
+ "description": "The horizontal padding of the Notification.\n",
24516
+ "commentRange": {
24517
+ "start": 7,
24518
+ "end": 8
24519
+ },
24520
+ "context": {
24521
+ "type": "variable",
24522
+ "name": "kendo-notification-padding-x",
24523
+ "value": "$alert-padding-x",
24524
+ "scope": "default",
24525
+ "line": {
24526
+ "start": 9,
24527
+ "end": 9
24528
+ }
24529
+ },
24530
+ "group": [
24531
+ "notification"
24532
+ ],
24533
+ "access": "public",
24534
+ "file": {
24535
+ "path": "notification/_variables.scss",
24536
+ "name": "_variables.scss"
24537
+ }
24538
+ },
24441
24539
  {
24442
24540
  "description": "The vertical padding of the Notification.\n",
24443
24541
  "commentRange": {
24444
- "start": 6,
24445
- "end": 7
24542
+ "start": 10,
24543
+ "end": 11
24446
24544
  },
24447
24545
  "context": {
24448
24546
  "type": "variable",
@@ -24450,8 +24548,8 @@
24450
24548
  "value": "$alert-padding-y",
24451
24549
  "scope": "default",
24452
24550
  "line": {
24453
- "start": 8,
24454
- "end": 8
24551
+ "start": 12,
24552
+ "end": 12
24455
24553
  }
24456
24554
  },
24457
24555
  "group": [
@@ -24466,8 +24564,8 @@
24466
24564
  {
24467
24565
  "description": "The width of the border around the Notification.\n",
24468
24566
  "commentRange": {
24469
- "start": 9,
24470
- "end": 10
24567
+ "start": 13,
24568
+ "end": 14
24471
24569
  },
24472
24570
  "context": {
24473
24571
  "type": "variable",
@@ -24475,8 +24573,8 @@
24475
24573
  "value": "$alert-border-width",
24476
24574
  "scope": "default",
24477
24575
  "line": {
24478
- "start": 11,
24479
- "end": 11
24576
+ "start": 15,
24577
+ "end": 15
24480
24578
  }
24481
24579
  },
24482
24580
  "group": [
@@ -24491,8 +24589,8 @@
24491
24589
  {
24492
24590
  "description": "The border radius of the Notification.\n",
24493
24591
  "commentRange": {
24494
- "start": 12,
24495
- "end": 13
24592
+ "start": 16,
24593
+ "end": 17
24496
24594
  },
24497
24595
  "context": {
24498
24596
  "type": "variable",
@@ -24500,8 +24598,8 @@
24500
24598
  "value": "$alert-border-radius",
24501
24599
  "scope": "default",
24502
24600
  "line": {
24503
- "start": 14,
24504
- "end": 14
24601
+ "start": 18,
24602
+ "end": 18
24505
24603
  }
24506
24604
  },
24507
24605
  "group": [
@@ -24516,8 +24614,8 @@
24516
24614
  {
24517
24615
  "description": "The font family of the Notification.\n",
24518
24616
  "commentRange": {
24519
- "start": 15,
24520
- "end": 16
24617
+ "start": 19,
24618
+ "end": 20
24521
24619
  },
24522
24620
  "context": {
24523
24621
  "type": "variable",
@@ -24525,8 +24623,8 @@
24525
24623
  "value": "$kendo-font-family",
24526
24624
  "scope": "default",
24527
24625
  "line": {
24528
- "start": 17,
24529
- "end": 17
24626
+ "start": 21,
24627
+ "end": 21
24530
24628
  }
24531
24629
  },
24532
24630
  "group": [
@@ -24541,8 +24639,8 @@
24541
24639
  {
24542
24640
  "description": "The font size of the Notification.\n",
24543
24641
  "commentRange": {
24544
- "start": 18,
24545
- "end": 19
24642
+ "start": 22,
24643
+ "end": 23
24546
24644
  },
24547
24645
  "context": {
24548
24646
  "type": "variable",
@@ -24550,8 +24648,8 @@
24550
24648
  "value": "$kendo-font-size-sm",
24551
24649
  "scope": "default",
24552
24650
  "line": {
24553
- "start": 20,
24554
- "end": 20
24651
+ "start": 24,
24652
+ "end": 24
24555
24653
  }
24556
24654
  },
24557
24655
  "group": [
@@ -24566,8 +24664,8 @@
24566
24664
  {
24567
24665
  "description": "The line height of the Notification.\n",
24568
24666
  "commentRange": {
24569
- "start": 21,
24570
- "end": 22
24667
+ "start": 25,
24668
+ "end": 26
24571
24669
  },
24572
24670
  "context": {
24573
24671
  "type": "variable",
@@ -24575,8 +24673,8 @@
24575
24673
  "value": "$kendo-line-height-md",
24576
24674
  "scope": "default",
24577
24675
  "line": {
24578
- "start": 23,
24579
- "end": 23
24676
+ "start": 27,
24677
+ "end": 27
24580
24678
  }
24581
24679
  },
24582
24680
  "group": [
@@ -24591,8 +24689,8 @@
24591
24689
  {
24592
24690
  "description": "The background color of the Notification.\n",
24593
24691
  "commentRange": {
24594
- "start": 24,
24595
- "end": 25
24692
+ "start": 28,
24693
+ "end": 29
24596
24694
  },
24597
24695
  "context": {
24598
24696
  "type": "variable",
@@ -24600,8 +24698,8 @@
24600
24698
  "value": "$kendo-component-bg",
24601
24699
  "scope": "default",
24602
24700
  "line": {
24603
- "start": 26,
24604
- "end": 26
24701
+ "start": 30,
24702
+ "end": 30
24605
24703
  }
24606
24704
  },
24607
24705
  "group": [
@@ -24616,8 +24714,8 @@
24616
24714
  {
24617
24715
  "description": "The text color of the Notification.\n",
24618
24716
  "commentRange": {
24619
- "start": 27,
24620
- "end": 28
24717
+ "start": 31,
24718
+ "end": 32
24621
24719
  },
24622
24720
  "context": {
24623
24721
  "type": "variable",
@@ -24625,8 +24723,8 @@
24625
24723
  "value": "$kendo-component-text",
24626
24724
  "scope": "default",
24627
24725
  "line": {
24628
- "start": 29,
24629
- "end": 29
24726
+ "start": 33,
24727
+ "end": 33
24630
24728
  }
24631
24729
  },
24632
24730
  "group": [
@@ -24641,8 +24739,8 @@
24641
24739
  {
24642
24740
  "description": "The border color of the Notification.\n",
24643
24741
  "commentRange": {
24644
- "start": 30,
24645
- "end": 31
24742
+ "start": 34,
24743
+ "end": 35
24646
24744
  },
24647
24745
  "context": {
24648
24746
  "type": "variable",
@@ -24650,8 +24748,8 @@
24650
24748
  "value": "$kendo-component-border",
24651
24749
  "scope": "default",
24652
24750
  "line": {
24653
- "start": 32,
24654
- "end": 32
24751
+ "start": 36,
24752
+ "end": 36
24655
24753
  }
24656
24754
  },
24657
24755
  "group": [
@@ -24666,8 +24764,8 @@
24666
24764
  {
24667
24765
  "description": "The box shadow of the Notification.\n",
24668
24766
  "commentRange": {
24669
- "start": 33,
24670
- "end": 34
24767
+ "start": 37,
24768
+ "end": 38
24671
24769
  },
24672
24770
  "context": {
24673
24771
  "type": "variable",
@@ -24675,8 +24773,8 @@
24675
24773
  "value": "$kendo-popup-shadow",
24676
24774
  "scope": "default",
24677
24775
  "line": {
24678
- "start": 35,
24679
- "end": 35
24776
+ "start": 39,
24777
+ "end": 39
24680
24778
  }
24681
24779
  },
24682
24780
  "group": [
@@ -24691,8 +24789,8 @@
24691
24789
  {
24692
24790
  "description": "The horizontal spacing of the Notification icon.\n",
24693
24791
  "commentRange": {
24694
- "start": 37,
24695
- "end": 38
24792
+ "start": 41,
24793
+ "end": 42
24696
24794
  },
24697
24795
  "context": {
24698
24796
  "type": "variable",
@@ -24700,8 +24798,8 @@
24700
24798
  "value": "$kendo-icon-spacing",
24701
24799
  "scope": "default",
24702
24800
  "line": {
24703
- "start": 39,
24704
- "end": 39
24801
+ "start": 43,
24802
+ "end": 43
24705
24803
  }
24706
24804
  },
24707
24805
  "group": [
@@ -24716,8 +24814,8 @@
24716
24814
  {
24717
24815
  "description": "The theme colors map for the Notification.\n",
24718
24816
  "commentRange": {
24719
- "start": 55,
24720
- "end": 56
24817
+ "start": 59,
24818
+ "end": 60
24721
24819
  },
24722
24820
  "context": {
24723
24821
  "type": "variable",
@@ -24725,8 +24823,8 @@
24725
24823
  "value": "$kendo-theme-colors",
24726
24824
  "scope": "default",
24727
24825
  "line": {
24728
- "start": 57,
24729
- "end": 57
24826
+ "start": 61,
24827
+ "end": 61
24730
24828
  }
24731
24829
  },
24732
24830
  "group": [
@@ -24741,8 +24839,8 @@
24741
24839
  {
24742
24840
  "description": "The generated theme colors map for the Notification.\n",
24743
24841
  "commentRange": {
24744
- "start": 58,
24745
- "end": 59
24842
+ "start": 62,
24843
+ "end": 63
24746
24844
  },
24747
24845
  "context": {
24748
24846
  "type": "variable",
@@ -24750,8 +24848,8 @@
24750
24848
  "value": "notification-theme( $kendo-notification-theme-colors )",
24751
24849
  "scope": "default",
24752
24850
  "line": {
24753
- "start": 60,
24754
- "end": 60
24851
+ "start": 64,
24852
+ "end": 64
24755
24853
  }
24756
24854
  },
24757
24855
  "group": [
@@ -25722,7 +25820,7 @@
25722
25820
  "context": {
25723
25821
  "type": "variable",
25724
25822
  "name": "kendo-pager-item-focus-shadow",
25725
- "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))",
25726
25824
  "scope": "default",
25727
25825
  "line": {
25728
25826
  "start": 126,
@@ -26716,8 +26814,8 @@
26716
26814
  {
26717
26815
  "description": "The background color of the Picker components.\n",
26718
26816
  "commentRange": {
26719
- "start": 282,
26720
- "end": 283
26817
+ "start": 296,
26818
+ "end": 297
26721
26819
  },
26722
26820
  "context": {
26723
26821
  "type": "variable",
@@ -26725,8 +26823,8 @@
26725
26823
  "value": "$kendo-button-bg",
26726
26824
  "scope": "default",
26727
26825
  "line": {
26728
- "start": 284,
26729
- "end": 284
26826
+ "start": 298,
26827
+ "end": 298
26730
26828
  }
26731
26829
  },
26732
26830
  "group": [
@@ -26741,8 +26839,8 @@
26741
26839
  {
26742
26840
  "description": "The text color of the Picker components.\n",
26743
26841
  "commentRange": {
26744
- "start": 285,
26745
- "end": 286
26842
+ "start": 299,
26843
+ "end": 300
26746
26844
  },
26747
26845
  "context": {
26748
26846
  "type": "variable",
@@ -26750,8 +26848,8 @@
26750
26848
  "value": "$kendo-button-text",
26751
26849
  "scope": "default",
26752
26850
  "line": {
26753
- "start": 287,
26754
- "end": 287
26851
+ "start": 301,
26852
+ "end": 301
26755
26853
  }
26756
26854
  },
26757
26855
  "group": [
@@ -26766,8 +26864,8 @@
26766
26864
  {
26767
26865
  "description": "The border color of the Picker components.\n",
26768
26866
  "commentRange": {
26769
- "start": 288,
26770
- "end": 289
26867
+ "start": 302,
26868
+ "end": 303
26771
26869
  },
26772
26870
  "context": {
26773
26871
  "type": "variable",
@@ -26775,8 +26873,8 @@
26775
26873
  "value": "$kendo-button-border",
26776
26874
  "scope": "default",
26777
26875
  "line": {
26778
- "start": 290,
26779
- "end": 290
26876
+ "start": 304,
26877
+ "end": 304
26780
26878
  }
26781
26879
  },
26782
26880
  "group": [
@@ -26791,8 +26889,8 @@
26791
26889
  {
26792
26890
  "description": "The gradient of the Picker components.\n",
26793
26891
  "commentRange": {
26794
- "start": 291,
26795
- "end": 292
26892
+ "start": 305,
26893
+ "end": 306
26796
26894
  },
26797
26895
  "context": {
26798
26896
  "type": "variable",
@@ -26800,8 +26898,8 @@
26800
26898
  "value": "$kendo-button-gradient",
26801
26899
  "scope": "default",
26802
26900
  "line": {
26803
- "start": 293,
26804
- "end": 293
26901
+ "start": 307,
26902
+ "end": 307
26805
26903
  }
26806
26904
  },
26807
26905
  "group": [
@@ -26816,8 +26914,8 @@
26816
26914
  {
26817
26915
  "description": "The shadow of the Picker components.\n",
26818
26916
  "commentRange": {
26819
- "start": 294,
26820
- "end": 295
26917
+ "start": 308,
26918
+ "end": 309
26821
26919
  },
26822
26920
  "context": {
26823
26921
  "type": "variable",
@@ -26825,8 +26923,8 @@
26825
26923
  "value": "$kendo-button-shadow",
26826
26924
  "scope": "default",
26827
26925
  "line": {
26828
- "start": 296,
26829
- "end": 296
26926
+ "start": 310,
26927
+ "end": 310
26830
26928
  }
26831
26929
  },
26832
26930
  "group": [
@@ -26841,8 +26939,8 @@
26841
26939
  {
26842
26940
  "description": "The background color of the hovered Picker components.\n",
26843
26941
  "commentRange": {
26844
- "start": 298,
26845
- "end": 299
26942
+ "start": 312,
26943
+ "end": 313
26846
26944
  },
26847
26945
  "context": {
26848
26946
  "type": "variable",
@@ -26850,8 +26948,8 @@
26850
26948
  "value": "$kendo-button-hover-bg",
26851
26949
  "scope": "default",
26852
26950
  "line": {
26853
- "start": 300,
26854
- "end": 300
26951
+ "start": 314,
26952
+ "end": 314
26855
26953
  }
26856
26954
  },
26857
26955
  "group": [
@@ -26866,8 +26964,8 @@
26866
26964
  {
26867
26965
  "description": "The text color of the hovered Picker components.\n",
26868
26966
  "commentRange": {
26869
- "start": 301,
26870
- "end": 302
26967
+ "start": 315,
26968
+ "end": 316
26871
26969
  },
26872
26970
  "context": {
26873
26971
  "type": "variable",
@@ -26875,8 +26973,8 @@
26875
26973
  "value": "$kendo-button-hover-text",
26876
26974
  "scope": "default",
26877
26975
  "line": {
26878
- "start": 303,
26879
- "end": 303
26976
+ "start": 317,
26977
+ "end": 317
26880
26978
  }
26881
26979
  },
26882
26980
  "group": [
@@ -26891,8 +26989,8 @@
26891
26989
  {
26892
26990
  "description": "The border color of the hovered Picker components.\n",
26893
26991
  "commentRange": {
26894
- "start": 304,
26895
- "end": 305
26992
+ "start": 318,
26993
+ "end": 319
26896
26994
  },
26897
26995
  "context": {
26898
26996
  "type": "variable",
@@ -26900,8 +26998,8 @@
26900
26998
  "value": "$kendo-button-hover-border",
26901
26999
  "scope": "default",
26902
27000
  "line": {
26903
- "start": 306,
26904
- "end": 306
27001
+ "start": 320,
27002
+ "end": 320
26905
27003
  }
26906
27004
  },
26907
27005
  "group": [
@@ -26916,8 +27014,8 @@
26916
27014
  {
26917
27015
  "description": "The gradient of the hovered Picker components.\n",
26918
27016
  "commentRange": {
26919
- "start": 307,
26920
- "end": 308
27017
+ "start": 321,
27018
+ "end": 322
26921
27019
  },
26922
27020
  "context": {
26923
27021
  "type": "variable",
@@ -26925,8 +27023,8 @@
26925
27023
  "value": "$kendo-button-hover-gradient",
26926
27024
  "scope": "default",
26927
27025
  "line": {
26928
- "start": 309,
26929
- "end": 309
27026
+ "start": 323,
27027
+ "end": 323
26930
27028
  }
26931
27029
  },
26932
27030
  "group": [
@@ -26941,8 +27039,8 @@
26941
27039
  {
26942
27040
  "description": "The shadow of the hovered Picker components.\n",
26943
27041
  "commentRange": {
26944
- "start": 310,
26945
- "end": 311
27042
+ "start": 324,
27043
+ "end": 325
26946
27044
  },
26947
27045
  "context": {
26948
27046
  "type": "variable",
@@ -26950,8 +27048,8 @@
26950
27048
  "value": "$kendo-button-hover-shadow",
26951
27049
  "scope": "default",
26952
27050
  "line": {
26953
- "start": 312,
26954
- "end": 312
27051
+ "start": 326,
27052
+ "end": 326
26955
27053
  }
26956
27054
  },
26957
27055
  "group": [
@@ -26966,8 +27064,8 @@
26966
27064
  {
26967
27065
  "description": "The background color of the focused Picker components.\n",
26968
27066
  "commentRange": {
26969
- "start": 314,
26970
- "end": 315
27067
+ "start": 328,
27068
+ "end": 329
26971
27069
  },
26972
27070
  "context": {
26973
27071
  "type": "variable",
@@ -26975,8 +27073,8 @@
26975
27073
  "value": "$kendo-button-active-bg",
26976
27074
  "scope": "default",
26977
27075
  "line": {
26978
- "start": 316,
26979
- "end": 316
27076
+ "start": 330,
27077
+ "end": 330
26980
27078
  }
26981
27079
  },
26982
27080
  "group": [
@@ -26991,8 +27089,8 @@
26991
27089
  {
26992
27090
  "description": "The text color of the focused Picker components.\n",
26993
27091
  "commentRange": {
26994
- "start": 317,
26995
- "end": 318
27092
+ "start": 331,
27093
+ "end": 332
26996
27094
  },
26997
27095
  "context": {
26998
27096
  "type": "variable",
@@ -27000,8 +27098,8 @@
27000
27098
  "value": "$kendo-button-focus-text",
27001
27099
  "scope": "default",
27002
27100
  "line": {
27003
- "start": 319,
27004
- "end": 319
27101
+ "start": 333,
27102
+ "end": 333
27005
27103
  }
27006
27104
  },
27007
27105
  "group": [
@@ -27016,8 +27114,8 @@
27016
27114
  {
27017
27115
  "description": "The border color of the focused Picker components.\n",
27018
27116
  "commentRange": {
27019
- "start": 320,
27020
- "end": 321
27117
+ "start": 334,
27118
+ "end": 335
27021
27119
  },
27022
27120
  "context": {
27023
27121
  "type": "variable",
@@ -27025,8 +27123,8 @@
27025
27123
  "value": "$kendo-button-focus-border",
27026
27124
  "scope": "default",
27027
27125
  "line": {
27028
- "start": 322,
27029
- "end": 322
27126
+ "start": 336,
27127
+ "end": 336
27030
27128
  }
27031
27129
  },
27032
27130
  "group": [
@@ -27041,8 +27139,8 @@
27041
27139
  {
27042
27140
  "description": "The gradient of the focused Picker components.\n",
27043
27141
  "commentRange": {
27044
- "start": 323,
27045
- "end": 324
27142
+ "start": 337,
27143
+ "end": 338
27046
27144
  },
27047
27145
  "context": {
27048
27146
  "type": "variable",
@@ -27050,8 +27148,8 @@
27050
27148
  "value": "$kendo-button-focus-gradient",
27051
27149
  "scope": "default",
27052
27150
  "line": {
27053
- "start": 325,
27054
- "end": 325
27151
+ "start": 339,
27152
+ "end": 339
27055
27153
  }
27056
27154
  },
27057
27155
  "group": [
@@ -27066,8 +27164,8 @@
27066
27164
  {
27067
27165
  "description": "The shadow of the focused Picker components.\n",
27068
27166
  "commentRange": {
27069
- "start": 326,
27070
- "end": 327
27167
+ "start": 340,
27168
+ "end": 341
27071
27169
  },
27072
27170
  "context": {
27073
27171
  "type": "variable",
@@ -27075,8 +27173,8 @@
27075
27173
  "value": "$kendo-button-focus-shadow",
27076
27174
  "scope": "default",
27077
27175
  "line": {
27078
- "start": 328,
27079
- "end": 328
27176
+ "start": 342,
27177
+ "end": 342
27080
27178
  }
27081
27179
  },
27082
27180
  "group": [
@@ -27091,8 +27189,8 @@
27091
27189
  {
27092
27190
  "description": "The background color of the disabled Picker components.\n",
27093
27191
  "commentRange": {
27094
- "start": 330,
27095
- "end": 331
27192
+ "start": 344,
27193
+ "end": 345
27096
27194
  },
27097
27195
  "context": {
27098
27196
  "type": "variable",
@@ -27100,8 +27198,8 @@
27100
27198
  "value": "null",
27101
27199
  "scope": "default",
27102
27200
  "line": {
27103
- "start": 332,
27104
- "end": 332
27201
+ "start": 346,
27202
+ "end": 346
27105
27203
  }
27106
27204
  },
27107
27205
  "group": [
@@ -27116,8 +27214,8 @@
27116
27214
  {
27117
27215
  "description": "The text color of the disabled Picker components.\n",
27118
27216
  "commentRange": {
27119
- "start": 333,
27120
- "end": 334
27217
+ "start": 347,
27218
+ "end": 348
27121
27219
  },
27122
27220
  "context": {
27123
27221
  "type": "variable",
@@ -27125,8 +27223,8 @@
27125
27223
  "value": "null",
27126
27224
  "scope": "default",
27127
27225
  "line": {
27128
- "start": 335,
27129
- "end": 335
27226
+ "start": 349,
27227
+ "end": 349
27130
27228
  }
27131
27229
  },
27132
27230
  "group": [
@@ -27141,8 +27239,8 @@
27141
27239
  {
27142
27240
  "description": "The border color of the disabled Picker components.\n",
27143
27241
  "commentRange": {
27144
- "start": 336,
27145
- "end": 337
27242
+ "start": 350,
27243
+ "end": 351
27146
27244
  },
27147
27245
  "context": {
27148
27246
  "type": "variable",
@@ -27150,8 +27248,8 @@
27150
27248
  "value": "null",
27151
27249
  "scope": "default",
27152
27250
  "line": {
27153
- "start": 338,
27154
- "end": 338
27251
+ "start": 352,
27252
+ "end": 352
27155
27253
  }
27156
27254
  },
27157
27255
  "group": [
@@ -27166,8 +27264,8 @@
27166
27264
  {
27167
27265
  "description": "The gradient of the disabled Picker components.\n",
27168
27266
  "commentRange": {
27169
- "start": 339,
27170
- "end": 340
27267
+ "start": 353,
27268
+ "end": 354
27171
27269
  },
27172
27270
  "context": {
27173
27271
  "type": "variable",
@@ -27175,8 +27273,8 @@
27175
27273
  "value": "null",
27176
27274
  "scope": "default",
27177
27275
  "line": {
27178
- "start": 341,
27179
- "end": 341
27276
+ "start": 355,
27277
+ "end": 355
27180
27278
  }
27181
27279
  },
27182
27280
  "group": [
@@ -27191,8 +27289,8 @@
27191
27289
  {
27192
27290
  "description": "The shadow of the disabled Picker components.\n",
27193
27291
  "commentRange": {
27194
- "start": 342,
27195
- "end": 343
27292
+ "start": 356,
27293
+ "end": 357
27196
27294
  },
27197
27295
  "context": {
27198
27296
  "type": "variable",
@@ -27200,8 +27298,8 @@
27200
27298
  "value": "null",
27201
27299
  "scope": "default",
27202
27300
  "line": {
27203
- "start": 344,
27204
- "end": 344
27301
+ "start": 358,
27302
+ "end": 358
27205
27303
  }
27206
27304
  },
27207
27305
  "group": [
@@ -27216,8 +27314,8 @@
27216
27314
  {
27217
27315
  "description": "The background color of the outline Picker components.\n",
27218
27316
  "commentRange": {
27219
- "start": 346,
27220
- "end": 347
27317
+ "start": 360,
27318
+ "end": 361
27221
27319
  },
27222
27320
  "context": {
27223
27321
  "type": "variable",
@@ -27225,8 +27323,8 @@
27225
27323
  "value": "null",
27226
27324
  "scope": "default",
27227
27325
  "line": {
27228
- "start": 348,
27229
- "end": 348
27326
+ "start": 362,
27327
+ "end": 362
27230
27328
  }
27231
27329
  },
27232
27330
  "group": [
@@ -27241,8 +27339,8 @@
27241
27339
  {
27242
27340
  "description": "The text color of the outline Picker components.\n",
27243
27341
  "commentRange": {
27244
- "start": 349,
27245
- "end": 350
27342
+ "start": 363,
27343
+ "end": 364
27246
27344
  },
27247
27345
  "context": {
27248
27346
  "type": "variable",
@@ -27250,8 +27348,8 @@
27250
27348
  "value": "$kendo-button-text",
27251
27349
  "scope": "default",
27252
27350
  "line": {
27253
- "start": 351,
27254
- "end": 351
27351
+ "start": 365,
27352
+ "end": 365
27255
27353
  }
27256
27354
  },
27257
27355
  "group": [
@@ -27266,17 +27364,17 @@
27266
27364
  {
27267
27365
  "description": "The border color of the outline Picker components.\n",
27268
27366
  "commentRange": {
27269
- "start": 352,
27270
- "end": 353
27367
+ "start": 366,
27368
+ "end": 367
27271
27369
  },
27272
27370
  "context": {
27273
27371
  "type": "variable",
27274
27372
  "name": "kendo-picker-outline-border",
27275
- "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 ))",
27276
27374
  "scope": "default",
27277
27375
  "line": {
27278
- "start": 354,
27279
- "end": 354
27376
+ "start": 368,
27377
+ "end": 368
27280
27378
  }
27281
27379
  },
27282
27380
  "group": [
@@ -27291,8 +27389,8 @@
27291
27389
  {
27292
27390
  "description": "The background color of the outline hovered Picker components.\n",
27293
27391
  "commentRange": {
27294
- "start": 356,
27295
- "end": 357
27392
+ "start": 370,
27393
+ "end": 371
27296
27394
  },
27297
27395
  "context": {
27298
27396
  "type": "variable",
@@ -27300,8 +27398,8 @@
27300
27398
  "value": "$kendo-picker-outline-text",
27301
27399
  "scope": "default",
27302
27400
  "line": {
27303
- "start": 358,
27304
- "end": 358
27401
+ "start": 372,
27402
+ "end": 372
27305
27403
  }
27306
27404
  },
27307
27405
  "group": [
@@ -27316,17 +27414,17 @@
27316
27414
  {
27317
27415
  "description": "The text color of the outline hovered Picker components.\n",
27318
27416
  "commentRange": {
27319
- "start": 359,
27320
- "end": 360
27417
+ "start": 373,
27418
+ "end": 374
27321
27419
  },
27322
27420
  "context": {
27323
27421
  "type": "variable",
27324
27422
  "name": "kendo-picker-outline-hover-text",
27325
- "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 ))",
27326
27424
  "scope": "default",
27327
27425
  "line": {
27328
- "start": 361,
27329
- "end": 361
27426
+ "start": 375,
27427
+ "end": 375
27330
27428
  }
27331
27429
  },
27332
27430
  "group": [
@@ -27341,8 +27439,8 @@
27341
27439
  {
27342
27440
  "description": "The border color of the outline hovered Picker components.\n",
27343
27441
  "commentRange": {
27344
- "start": 362,
27345
- "end": 363
27442
+ "start": 376,
27443
+ "end": 377
27346
27444
  },
27347
27445
  "context": {
27348
27446
  "type": "variable",
@@ -27350,8 +27448,8 @@
27350
27448
  "value": "$kendo-picker-outline-hover-bg",
27351
27449
  "scope": "default",
27352
27450
  "line": {
27353
- "start": 364,
27354
- "end": 364
27451
+ "start": 378,
27452
+ "end": 378
27355
27453
  }
27356
27454
  },
27357
27455
  "group": [
@@ -27366,8 +27464,8 @@
27366
27464
  {
27367
27465
  "description": "The background color of the outline focused Picker components.\n",
27368
27466
  "commentRange": {
27369
- "start": 366,
27370
- "end": 367
27467
+ "start": 380,
27468
+ "end": 381
27371
27469
  },
27372
27470
  "context": {
27373
27471
  "type": "variable",
@@ -27375,8 +27473,8 @@
27375
27473
  "value": "null",
27376
27474
  "scope": "default",
27377
27475
  "line": {
27378
- "start": 368,
27379
- "end": 368
27476
+ "start": 382,
27477
+ "end": 382
27380
27478
  }
27381
27479
  },
27382
27480
  "group": [
@@ -27391,8 +27489,8 @@
27391
27489
  {
27392
27490
  "description": "The text color of the outline focused Picker components.\n",
27393
27491
  "commentRange": {
27394
- "start": 369,
27395
- "end": 370
27492
+ "start": 383,
27493
+ "end": 384
27396
27494
  },
27397
27495
  "context": {
27398
27496
  "type": "variable",
@@ -27400,8 +27498,8 @@
27400
27498
  "value": "null",
27401
27499
  "scope": "default",
27402
27500
  "line": {
27403
- "start": 371,
27404
- "end": 371
27501
+ "start": 385,
27502
+ "end": 385
27405
27503
  }
27406
27504
  },
27407
27505
  "group": [
@@ -27416,8 +27514,8 @@
27416
27514
  {
27417
27515
  "description": "The border color of the outline focused Picker components.\n",
27418
27516
  "commentRange": {
27419
- "start": 372,
27420
- "end": 373
27517
+ "start": 386,
27518
+ "end": 387
27421
27519
  },
27422
27520
  "context": {
27423
27521
  "type": "variable",
@@ -27425,8 +27523,8 @@
27425
27523
  "value": "null",
27426
27524
  "scope": "default",
27427
27525
  "line": {
27428
- "start": 374,
27429
- "end": 374
27526
+ "start": 388,
27527
+ "end": 388
27430
27528
  }
27431
27529
  },
27432
27530
  "group": [
@@ -27441,8 +27539,8 @@
27441
27539
  {
27442
27540
  "description": "The shadow of the outline focused Picker components.\n",
27443
27541
  "commentRange": {
27444
- "start": 375,
27445
- "end": 376
27542
+ "start": 389,
27543
+ "end": 390
27446
27544
  },
27447
27545
  "context": {
27448
27546
  "type": "variable",
@@ -27450,8 +27548,8 @@
27450
27548
  "value": "$kendo-picker-focus-shadow",
27451
27549
  "scope": "default",
27452
27550
  "line": {
27453
- "start": 377,
27454
- "end": 377
27551
+ "start": 391,
27552
+ "end": 391
27455
27553
  }
27456
27554
  },
27457
27555
  "group": [
@@ -27466,8 +27564,8 @@
27466
27564
  {
27467
27565
  "description": "The background color of the outline hovered and focused Picker components.\n",
27468
27566
  "commentRange": {
27469
- "start": 379,
27470
- "end": 380
27567
+ "start": 393,
27568
+ "end": 394
27471
27569
  },
27472
27570
  "context": {
27473
27571
  "type": "variable",
@@ -27475,8 +27573,8 @@
27475
27573
  "value": "null",
27476
27574
  "scope": "default",
27477
27575
  "line": {
27478
- "start": 381,
27479
- "end": 381
27576
+ "start": 395,
27577
+ "end": 395
27480
27578
  }
27481
27579
  },
27482
27580
  "group": [
@@ -27491,8 +27589,8 @@
27491
27589
  {
27492
27590
  "description": "The text color of the outline hovered and focused Picker components.\n",
27493
27591
  "commentRange": {
27494
- "start": 382,
27495
- "end": 383
27592
+ "start": 396,
27593
+ "end": 397
27496
27594
  },
27497
27595
  "context": {
27498
27596
  "type": "variable",
@@ -27500,8 +27598,8 @@
27500
27598
  "value": "null",
27501
27599
  "scope": "default",
27502
27600
  "line": {
27503
- "start": 384,
27504
- "end": 384
27601
+ "start": 398,
27602
+ "end": 398
27505
27603
  }
27506
27604
  },
27507
27605
  "group": [
@@ -27516,8 +27614,8 @@
27516
27614
  {
27517
27615
  "description": "The border color of the outline hovered and focused Picker components.\n",
27518
27616
  "commentRange": {
27519
- "start": 385,
27520
- "end": 386
27617
+ "start": 399,
27618
+ "end": 400
27521
27619
  },
27522
27620
  "context": {
27523
27621
  "type": "variable",
@@ -27525,8 +27623,8 @@
27525
27623
  "value": "null",
27526
27624
  "scope": "default",
27527
27625
  "line": {
27528
- "start": 387,
27529
- "end": 387
27626
+ "start": 401,
27627
+ "end": 401
27530
27628
  }
27531
27629
  },
27532
27630
  "group": [
@@ -27541,8 +27639,8 @@
27541
27639
  {
27542
27640
  "description": "The background color of the flat Picker components.\n",
27543
27641
  "commentRange": {
27544
- "start": 389,
27545
- "end": 390
27642
+ "start": 403,
27643
+ "end": 404
27546
27644
  },
27547
27645
  "context": {
27548
27646
  "type": "variable",
@@ -27550,8 +27648,8 @@
27550
27648
  "value": "null",
27551
27649
  "scope": "default",
27552
27650
  "line": {
27553
- "start": 391,
27554
- "end": 391
27651
+ "start": 405,
27652
+ "end": 405
27555
27653
  }
27556
27654
  },
27557
27655
  "group": [
@@ -27566,8 +27664,8 @@
27566
27664
  {
27567
27665
  "description": "The text color of the flat Picker components.\n",
27568
27666
  "commentRange": {
27569
- "start": 392,
27570
- "end": 393
27667
+ "start": 406,
27668
+ "end": 407
27571
27669
  },
27572
27670
  "context": {
27573
27671
  "type": "variable",
@@ -27575,8 +27673,8 @@
27575
27673
  "value": "$kendo-button-text",
27576
27674
  "scope": "default",
27577
27675
  "line": {
27578
- "start": 394,
27579
- "end": 394
27676
+ "start": 408,
27677
+ "end": 408
27580
27678
  }
27581
27679
  },
27582
27680
  "group": [
@@ -27591,8 +27689,8 @@
27591
27689
  {
27592
27690
  "description": "The border color of the flat Picker components.\n",
27593
27691
  "commentRange": {
27594
- "start": 395,
27595
- "end": 396
27692
+ "start": 409,
27693
+ "end": 410
27596
27694
  },
27597
27695
  "context": {
27598
27696
  "type": "variable",
@@ -27600,8 +27698,8 @@
27600
27698
  "value": "$kendo-button-border",
27601
27699
  "scope": "default",
27602
27700
  "line": {
27603
- "start": 397,
27604
- "end": 397
27701
+ "start": 411,
27702
+ "end": 411
27605
27703
  }
27606
27704
  },
27607
27705
  "group": [
@@ -27616,17 +27714,17 @@
27616
27714
  {
27617
27715
  "description": "The background color of the flat hovered Picker components.\n",
27618
27716
  "commentRange": {
27619
- "start": 399,
27620
- "end": 400
27717
+ "start": 413,
27718
+ "end": 414
27621
27719
  },
27622
27720
  "context": {
27623
27721
  "type": "variable",
27624
27722
  "name": "kendo-picker-flat-hover-bg",
27625
- "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 ))",
27626
27724
  "scope": "default",
27627
27725
  "line": {
27628
- "start": 401,
27629
- "end": 401
27726
+ "start": 415,
27727
+ "end": 415
27630
27728
  }
27631
27729
  },
27632
27730
  "group": [
@@ -27641,8 +27739,8 @@
27641
27739
  {
27642
27740
  "description": "The text color of the flat hovered Picker components.\n",
27643
27741
  "commentRange": {
27644
- "start": 402,
27645
- "end": 403
27742
+ "start": 416,
27743
+ "end": 417
27646
27744
  },
27647
27745
  "context": {
27648
27746
  "type": "variable",
@@ -27650,8 +27748,8 @@
27650
27748
  "value": "null",
27651
27749
  "scope": "default",
27652
27750
  "line": {
27653
- "start": 404,
27654
- "end": 404
27751
+ "start": 418,
27752
+ "end": 418
27655
27753
  }
27656
27754
  },
27657
27755
  "group": [
@@ -27666,8 +27764,8 @@
27666
27764
  {
27667
27765
  "description": "The border color of the flat hovered Picker components.\n",
27668
27766
  "commentRange": {
27669
- "start": 405,
27670
- "end": 406
27767
+ "start": 419,
27768
+ "end": 420
27671
27769
  },
27672
27770
  "context": {
27673
27771
  "type": "variable",
@@ -27675,8 +27773,8 @@
27675
27773
  "value": "null",
27676
27774
  "scope": "default",
27677
27775
  "line": {
27678
- "start": 407,
27679
- "end": 407
27776
+ "start": 421,
27777
+ "end": 421
27680
27778
  }
27681
27779
  },
27682
27780
  "group": [
@@ -27691,8 +27789,8 @@
27691
27789
  {
27692
27790
  "description": "The background color of the flat focused Picker components.\n",
27693
27791
  "commentRange": {
27694
- "start": 409,
27695
- "end": 410
27792
+ "start": 423,
27793
+ "end": 424
27696
27794
  },
27697
27795
  "context": {
27698
27796
  "type": "variable",
@@ -27700,8 +27798,8 @@
27700
27798
  "value": "null",
27701
27799
  "scope": "default",
27702
27800
  "line": {
27703
- "start": 411,
27704
- "end": 411
27801
+ "start": 425,
27802
+ "end": 425
27705
27803
  }
27706
27804
  },
27707
27805
  "group": [
@@ -27716,8 +27814,8 @@
27716
27814
  {
27717
27815
  "description": "The text color of the flat focused Picker components.\n",
27718
27816
  "commentRange": {
27719
- "start": 412,
27720
- "end": 413
27817
+ "start": 426,
27818
+ "end": 427
27721
27819
  },
27722
27820
  "context": {
27723
27821
  "type": "variable",
@@ -27725,8 +27823,8 @@
27725
27823
  "value": "null",
27726
27824
  "scope": "default",
27727
27825
  "line": {
27728
- "start": 414,
27729
- "end": 414
27826
+ "start": 428,
27827
+ "end": 428
27730
27828
  }
27731
27829
  },
27732
27830
  "group": [
@@ -27741,8 +27839,8 @@
27741
27839
  {
27742
27840
  "description": "The border color of the flat focused Picker components.\n",
27743
27841
  "commentRange": {
27744
- "start": 415,
27745
- "end": 416
27842
+ "start": 429,
27843
+ "end": 430
27746
27844
  },
27747
27845
  "context": {
27748
27846
  "type": "variable",
@@ -27750,8 +27848,8 @@
27750
27848
  "value": "null",
27751
27849
  "scope": "default",
27752
27850
  "line": {
27753
- "start": 417,
27754
- "end": 417
27851
+ "start": 431,
27852
+ "end": 431
27755
27853
  }
27756
27854
  },
27757
27855
  "group": [
@@ -27766,8 +27864,8 @@
27766
27864
  {
27767
27865
  "description": "The shadow of the flat focused Picker components.\n",
27768
27866
  "commentRange": {
27769
- "start": 418,
27770
- "end": 419
27867
+ "start": 432,
27868
+ "end": 433
27771
27869
  },
27772
27870
  "context": {
27773
27871
  "type": "variable",
@@ -27775,8 +27873,8 @@
27775
27873
  "value": "$kendo-picker-focus-shadow",
27776
27874
  "scope": "default",
27777
27875
  "line": {
27778
- "start": 420,
27779
- "end": 420
27876
+ "start": 434,
27877
+ "end": 434
27780
27878
  }
27781
27879
  },
27782
27880
  "group": [
@@ -27791,8 +27889,8 @@
27791
27889
  {
27792
27890
  "description": "The background color of the flat hovered and focused Picker components.\n",
27793
27891
  "commentRange": {
27794
- "start": 422,
27795
- "end": 423
27892
+ "start": 436,
27893
+ "end": 437
27796
27894
  },
27797
27895
  "context": {
27798
27896
  "type": "variable",
@@ -27800,8 +27898,8 @@
27800
27898
  "value": "null",
27801
27899
  "scope": "default",
27802
27900
  "line": {
27803
- "start": 424,
27804
- "end": 424
27901
+ "start": 438,
27902
+ "end": 438
27805
27903
  }
27806
27904
  },
27807
27905
  "group": [
@@ -27816,8 +27914,8 @@
27816
27914
  {
27817
27915
  "description": "The text color of the flat hovered and focused Picker components.\n",
27818
27916
  "commentRange": {
27819
- "start": 425,
27820
- "end": 426
27917
+ "start": 439,
27918
+ "end": 440
27821
27919
  },
27822
27920
  "context": {
27823
27921
  "type": "variable",
@@ -27825,8 +27923,8 @@
27825
27923
  "value": "null",
27826
27924
  "scope": "default",
27827
27925
  "line": {
27828
- "start": 427,
27829
- "end": 427
27926
+ "start": 441,
27927
+ "end": 441
27830
27928
  }
27831
27929
  },
27832
27930
  "group": [
@@ -27841,8 +27939,8 @@
27841
27939
  {
27842
27940
  "description": "The border color of the flat hovered and focused Picker components.\n",
27843
27941
  "commentRange": {
27844
- "start": 428,
27845
- "end": 429
27942
+ "start": 442,
27943
+ "end": 443
27846
27944
  },
27847
27945
  "context": {
27848
27946
  "type": "variable",
@@ -27850,8 +27948,8 @@
27850
27948
  "value": "null",
27851
27949
  "scope": "default",
27852
27950
  "line": {
27853
- "start": 430,
27854
- "end": 430
27951
+ "start": 444,
27952
+ "end": 444
27855
27953
  }
27856
27954
  },
27857
27955
  "group": [
@@ -29363,6 +29461,506 @@
29363
29461
  "name": "_variables.scss"
29364
29462
  }
29365
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
+ },
29366
29964
  {
29367
29965
  "description": "The border radius of the RadioButton.\n",
29368
29966
  "commentRange": {
@@ -31672,7 +32270,7 @@
31672
32270
  "context": {
31673
32271
  "type": "variable",
31674
32272
  "name": "kendo-skeleton-item-bg",
31675
- "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 ))",
31676
32274
  "scope": "default",
31677
32275
  "line": {
31678
32276
  "start": 20,
@@ -32347,7 +32945,7 @@
32347
32945
  "context": {
32348
32946
  "type": "variable",
32349
32947
  "name": "kendo-switch-off-track-focus-border",
32350
- "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 ))",
32351
32949
  "scope": "default",
32352
32950
  "line": {
32353
32951
  "start": 65,
@@ -32397,7 +32995,7 @@
32397
32995
  "context": {
32398
32996
  "type": "variable",
32399
32997
  "name": "kendo-switch-off-track-focus-ring",
32400
- "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 ))",
32401
32999
  "scope": "default",
32402
33000
  "line": {
32403
33001
  "start": 71,
@@ -32422,7 +33020,7 @@
32422
33020
  "context": {
32423
33021
  "type": "variable",
32424
33022
  "name": "kendo-switch-off-track-disabled-bg",
32425
- "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 ))",
32426
33024
  "scope": "default",
32427
33025
  "line": {
32428
33026
  "start": 75,
@@ -33022,7 +33620,7 @@
33022
33620
  "context": {
33023
33621
  "type": "variable",
33024
33622
  "name": "kendo-switch-on-track-focus-ring",
33025
- "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 ))",
33026
33624
  "scope": "default",
33027
33625
  "line": {
33028
33626
  "start": 153,
@@ -33047,7 +33645,7 @@
33047
33645
  "context": {
33048
33646
  "type": "variable",
33049
33647
  "name": "kendo-switch-on-track-disabled-bg",
33050
- "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% ))",
33051
33649
  "scope": "default",
33052
33650
  "line": {
33053
33651
  "start": 157,
@@ -33147,7 +33745,7 @@
33147
33745
  "context": {
33148
33746
  "type": "variable",
33149
33747
  "name": "kendo-switch-on-thumb-bg",
33150
- "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 ))",
33151
33749
  "scope": "default",
33152
33750
  "line": {
33153
33751
  "start": 170,
@@ -33872,7 +34470,7 @@
33872
34470
  "context": {
33873
34471
  "type": "variable",
33874
34472
  "name": "kendo-table-alt-row-bg",
33875
- "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 ))",
33876
34474
  "scope": "default",
33877
34475
  "line": {
33878
34476
  "start": 114,
@@ -33947,7 +34545,7 @@
33947
34545
  "context": {
33948
34546
  "type": "variable",
33949
34547
  "name": "kendo-table-hover-bg",
33950
- "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 ))",
33951
34549
  "scope": "default",
33952
34550
  "line": {
33953
34551
  "start": 125,
@@ -34122,7 +34720,7 @@
34122
34720
  "context": {
34123
34721
  "type": "variable",
34124
34722
  "name": "kendo-table-selected-bg",
34125
- "value": "rgba( $kendo-selected-bg, .25 )",
34723
+ "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 ))",
34126
34724
  "scope": "default",
34127
34725
  "line": {
34128
34726
  "start": 150,
@@ -35722,7 +36320,7 @@
35722
36320
  "context": {
35723
36321
  "type": "variable",
35724
36322
  "name": "kendo-toolbar-item-shadow",
35725
- "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 ))",
35726
36324
  "scope": "default",
35727
36325
  "line": {
35728
36326
  "start": 85,
@@ -36047,7 +36645,7 @@
36047
36645
  "context": {
36048
36646
  "type": "variable",
36049
36647
  "name": "kendo-tooltip-bg",
36050
- "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 ))",
36051
36649
  "scope": "default",
36052
36650
  "line": {
36053
36651
  "start": 39,
@@ -36072,7 +36670,7 @@
36072
36670
  "context": {
36073
36671
  "type": "variable",
36074
36672
  "name": "kendo-tooltip-text",
36075
- "value": "k-contrast-color( $kendo-tooltip-bg )",
36673
+ "value": "if($kendo-enable-color-system, k-color( app-surface ), k-contrast-color( $kendo-tooltip-bg ))",
36076
36674
  "scope": "default",
36077
36675
  "line": {
36078
36676
  "start": 42,
@@ -37147,7 +37745,7 @@
37147
37745
  "context": {
37148
37746
  "type": "variable",
37149
37747
  "name": "kendo-treeview-item-focus-shadow",
37150
- "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 ))",
37151
37749
  "scope": "default",
37152
37750
  "line": {
37153
37751
  "start": 154,
@@ -37416,8 +38014,8 @@
37416
38014
  {
37417
38015
  "description": "Base font size across all components.\n",
37418
38016
  "commentRange": {
37419
- "start": 220,
37420
- "end": 221
38017
+ "start": 104,
38018
+ "end": 105
37421
38019
  },
37422
38020
  "context": {
37423
38021
  "type": "variable",
@@ -37425,8 +38023,8 @@
37425
38023
  "value": "$font-size-base",
37426
38024
  "scope": "default",
37427
38025
  "line": {
37428
- "start": 222,
37429
- "end": 222
38026
+ "start": 106,
38027
+ "end": 106
37430
38028
  }
37431
38029
  },
37432
38030
  "group": [
@@ -37441,8 +38039,8 @@
37441
38039
  {
37442
38040
  "description": "Font family for text.\n",
37443
38041
  "commentRange": {
37444
- "start": 237,
37445
- "end": 238
38042
+ "start": 121,
38043
+ "end": 122
37446
38044
  },
37447
38045
  "context": {
37448
38046
  "type": "variable",
@@ -37450,8 +38048,8 @@
37450
38048
  "value": "$font-family-sans-serif",
37451
38049
  "scope": "default",
37452
38050
  "line": {
37453
- "start": 239,
37454
- "end": 239
38051
+ "start": 123,
38052
+ "end": 123
37455
38053
  }
37456
38054
  },
37457
38055
  "group": [
@@ -37466,8 +38064,8 @@
37466
38064
  {
37467
38065
  "description": "Font family for monospaced text. Used for styling the code.\n",
37468
38066
  "commentRange": {
37469
- "start": 241,
37470
- "end": 242
38067
+ "start": 125,
38068
+ "end": 126
37471
38069
  },
37472
38070
  "context": {
37473
38071
  "type": "variable",
@@ -37475,8 +38073,8 @@
37475
38073
  "value": "$font-family-monospace",
37476
38074
  "scope": "default",
37477
38075
  "line": {
37478
- "start": 243,
37479
- "end": 243
38076
+ "start": 127,
38077
+ "end": 127
37480
38078
  }
37481
38079
  },
37482
38080
  "group": [
@@ -37491,8 +38089,8 @@
37491
38089
  {
37492
38090
  "description": "Font family across all components.\n",
37493
38091
  "commentRange": {
37494
- "start": 245,
37495
- "end": 246
38092
+ "start": 129,
38093
+ "end": 130
37496
38094
  },
37497
38095
  "context": {
37498
38096
  "type": "variable",
@@ -37500,8 +38098,8 @@
37500
38098
  "value": "$kendo-font-family-sans-serif",
37501
38099
  "scope": "default",
37502
38100
  "line": {
37503
- "start": 247,
37504
- "end": 247
38101
+ "start": 131,
38102
+ "end": 131
37505
38103
  }
37506
38104
  },
37507
38105
  "group": [
@@ -37516,8 +38114,8 @@
37516
38114
  {
37517
38115
  "description": "Line height used along with $kendo-font-size.\n",
37518
38116
  "commentRange": {
37519
- "start": 249,
37520
- "end": 250
38117
+ "start": 133,
38118
+ "end": 134
37521
38119
  },
37522
38120
  "context": {
37523
38121
  "type": "variable",
@@ -37525,8 +38123,8 @@
37525
38123
  "value": "$line-height-base",
37526
38124
  "scope": "default",
37527
38125
  "line": {
37528
- "start": 251,
37529
- "end": 251
38126
+ "start": 135,
38127
+ "end": 135
37530
38128
  }
37531
38129
  },
37532
38130
  "group": [
@@ -37541,8 +38139,8 @@
37541
38139
  {
37542
38140
  "description": "Border radius for all components.\n",
37543
38141
  "commentRange": {
37544
- "start": 96,
37545
- "end": 96
38142
+ "start": 81,
38143
+ "end": 81
37546
38144
  },
37547
38145
  "context": {
37548
38146
  "type": "variable",
@@ -37550,8 +38148,8 @@
37550
38148
  "value": "$border-radius",
37551
38149
  "scope": "default",
37552
38150
  "line": {
37553
- "start": 97,
37554
- "end": 97
38151
+ "start": 82,
38152
+ "end": 82
37555
38153
  }
37556
38154
  },
37557
38155
  "access": "public",
@@ -37563,11 +38161,36 @@
37563
38161
  "name": "_variables.scss"
37564
38162
  }
37565
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
+ },
37566
38189
  {
37567
38190
  "description": "The background of the components' chrome area.\n",
37568
38191
  "commentRange": {
37569
- "start": 303,
37570
- "end": 303
38192
+ "start": 341,
38193
+ "end": 341
37571
38194
  },
37572
38195
  "context": {
37573
38196
  "type": "variable",
@@ -37575,8 +38198,8 @@
37575
38198
  "value": "$gray-100",
37576
38199
  "scope": "default",
37577
38200
  "line": {
37578
- "start": 304,
37579
- "end": 304
38201
+ "start": 342,
38202
+ "end": 342
37580
38203
  }
37581
38204
  },
37582
38205
  "access": "public",
@@ -37584,15 +38207,15 @@
37584
38207
  "undefined"
37585
38208
  ],
37586
38209
  "file": {
37587
- "path": "_variables.scss",
37588
- "name": "_variables.scss"
38210
+ "path": "core/color-system/_swatch.scss",
38211
+ "name": "_swatch.scss"
37589
38212
  }
37590
38213
  },
37591
38214
  {
37592
38215
  "description": "The text color of the components' chrome area.\n",
37593
38216
  "commentRange": {
37594
- "start": 305,
37595
- "end": 305
38217
+ "start": 343,
38218
+ "end": 343
37596
38219
  },
37597
38220
  "context": {
37598
38221
  "type": "variable",
@@ -37600,8 +38223,8 @@
37600
38223
  "value": "$kendo-body-text",
37601
38224
  "scope": "default",
37602
38225
  "line": {
37603
- "start": 306,
37604
- "end": 306
38226
+ "start": 344,
38227
+ "end": 344
37605
38228
  }
37606
38229
  },
37607
38230
  "access": "public",
@@ -37609,15 +38232,15 @@
37609
38232
  "undefined"
37610
38233
  ],
37611
38234
  "file": {
37612
- "path": "_variables.scss",
37613
- "name": "_variables.scss"
38235
+ "path": "core/color-system/_swatch.scss",
38236
+ "name": "_swatch.scss"
37614
38237
  }
37615
38238
  },
37616
38239
  {
37617
38240
  "description": "The border color of the components' chrome area.\n",
37618
38241
  "commentRange": {
37619
- "start": 307,
37620
- "end": 307
38242
+ "start": 345,
38243
+ "end": 345
37621
38244
  },
37622
38245
  "context": {
37623
38246
  "type": "variable",
@@ -37625,8 +38248,8 @@
37625
38248
  "value": "k-try-shade( $kendo-base-bg, 1 )",
37626
38249
  "scope": "default",
37627
38250
  "line": {
37628
- "start": 308,
37629
- "end": 308
38251
+ "start": 346,
38252
+ "end": 346
37630
38253
  }
37631
38254
  },
37632
38255
  "access": "public",
@@ -37634,15 +38257,15 @@
37634
38257
  "undefined"
37635
38258
  ],
37636
38259
  "file": {
37637
- "path": "_variables.scss",
37638
- "name": "_variables.scss"
38260
+ "path": "core/color-system/_swatch.scss",
38261
+ "name": "_swatch.scss"
37639
38262
  }
37640
38263
  },
37641
38264
  {
37642
38265
  "description": "The gradient background of the components' chrome area.\n",
37643
38266
  "commentRange": {
37644
- "start": 309,
37645
- "end": 309
38267
+ "start": 347,
38268
+ "end": 347
37646
38269
  },
37647
38270
  "context": {
37648
38271
  "type": "variable",
@@ -37650,8 +38273,8 @@
37650
38273
  "value": "null",
37651
38274
  "scope": "default",
37652
38275
  "line": {
37653
- "start": 310,
37654
- "end": 310
38276
+ "start": 348,
38277
+ "end": 348
37655
38278
  }
37656
38279
  },
37657
38280
  "access": "public",
@@ -37659,15 +38282,15 @@
37659
38282
  "undefined"
37660
38283
  ],
37661
38284
  "file": {
37662
- "path": "_variables.scss",
37663
- "name": "_variables.scss"
38285
+ "path": "core/color-system/_swatch.scss",
38286
+ "name": "_swatch.scss"
37664
38287
  }
37665
38288
  },
37666
38289
  {
37667
38290
  "description": "The background of hovered items.\n",
37668
38291
  "commentRange": {
37669
- "start": 312,
37670
- "end": 312
38292
+ "start": 350,
38293
+ "end": 350
37671
38294
  },
37672
38295
  "context": {
37673
38296
  "type": "variable",
@@ -37675,8 +38298,8 @@
37675
38298
  "value": "$gray-200",
37676
38299
  "scope": "default",
37677
38300
  "line": {
37678
- "start": 313,
37679
- "end": 313
38301
+ "start": 351,
38302
+ "end": 351
37680
38303
  }
37681
38304
  },
37682
38305
  "access": "public",
@@ -37684,15 +38307,15 @@
37684
38307
  "undefined"
37685
38308
  ],
37686
38309
  "file": {
37687
- "path": "_variables.scss",
37688
- "name": "_variables.scss"
38310
+ "path": "core/color-system/_swatch.scss",
38311
+ "name": "_swatch.scss"
37689
38312
  }
37690
38313
  },
37691
38314
  {
37692
38315
  "description": "The text color of hovered items.\n",
37693
38316
  "commentRange": {
37694
- "start": 314,
37695
- "end": 314
38317
+ "start": 352,
38318
+ "end": 352
37696
38319
  },
37697
38320
  "context": {
37698
38321
  "type": "variable",
@@ -37700,8 +38323,8 @@
37700
38323
  "value": "$kendo-base-text",
37701
38324
  "scope": "default",
37702
38325
  "line": {
37703
- "start": 315,
37704
- "end": 315
38326
+ "start": 353,
38327
+ "end": 353
37705
38328
  }
37706
38329
  },
37707
38330
  "access": "public",
@@ -37709,15 +38332,15 @@
37709
38332
  "undefined"
37710
38333
  ],
37711
38334
  "file": {
37712
- "path": "_variables.scss",
37713
- "name": "_variables.scss"
38335
+ "path": "core/color-system/_swatch.scss",
38336
+ "name": "_swatch.scss"
37714
38337
  }
37715
38338
  },
37716
38339
  {
37717
38340
  "description": "The border color of hovered items.\n",
37718
38341
  "commentRange": {
37719
- "start": 316,
37720
- "end": 316
38342
+ "start": 354,
38343
+ "end": 354
37721
38344
  },
37722
38345
  "context": {
37723
38346
  "type": "variable",
@@ -37725,8 +38348,8 @@
37725
38348
  "value": "k-try-shade( $kendo-hover-bg, 1 )",
37726
38349
  "scope": "default",
37727
38350
  "line": {
37728
- "start": 317,
37729
- "end": 317
38351
+ "start": 355,
38352
+ "end": 355
37730
38353
  }
37731
38354
  },
37732
38355
  "access": "public",
@@ -37734,15 +38357,15 @@
37734
38357
  "undefined"
37735
38358
  ],
37736
38359
  "file": {
37737
- "path": "_variables.scss",
37738
- "name": "_variables.scss"
38360
+ "path": "core/color-system/_swatch.scss",
38361
+ "name": "_swatch.scss"
37739
38362
  }
37740
38363
  },
37741
38364
  {
37742
38365
  "description": "The gradient background of hovered items.\n",
37743
38366
  "commentRange": {
37744
- "start": 318,
37745
- "end": 318
38367
+ "start": 356,
38368
+ "end": 356
37746
38369
  },
37747
38370
  "context": {
37748
38371
  "type": "variable",
@@ -37750,8 +38373,8 @@
37750
38373
  "value": "null",
37751
38374
  "scope": "default",
37752
38375
  "line": {
37753
- "start": 319,
37754
- "end": 319
38376
+ "start": 357,
38377
+ "end": 357
37755
38378
  }
37756
38379
  },
37757
38380
  "access": "public",
@@ -37759,15 +38382,15 @@
37759
38382
  "undefined"
37760
38383
  ],
37761
38384
  "file": {
37762
- "path": "_variables.scss",
37763
- "name": "_variables.scss"
38385
+ "path": "core/color-system/_swatch.scss",
38386
+ "name": "_swatch.scss"
37764
38387
  }
37765
38388
  },
37766
38389
  {
37767
38390
  "description": "The background of selected items.\n",
37768
38391
  "commentRange": {
37769
- "start": 321,
37770
- "end": 321
38392
+ "start": 359,
38393
+ "end": 359
37771
38394
  },
37772
38395
  "context": {
37773
38396
  "type": "variable",
@@ -37775,8 +38398,8 @@
37775
38398
  "value": "$kendo-color-primary",
37776
38399
  "scope": "default",
37777
38400
  "line": {
37778
- "start": 322,
37779
- "end": 322
38401
+ "start": 360,
38402
+ "end": 360
37780
38403
  }
37781
38404
  },
37782
38405
  "access": "public",
@@ -37784,15 +38407,15 @@
37784
38407
  "undefined"
37785
38408
  ],
37786
38409
  "file": {
37787
- "path": "_variables.scss",
37788
- "name": "_variables.scss"
38410
+ "path": "core/color-system/_swatch.scss",
38411
+ "name": "_swatch.scss"
37789
38412
  }
37790
38413
  },
37791
38414
  {
37792
38415
  "description": "The text color of selected items.\n",
37793
38416
  "commentRange": {
37794
- "start": 323,
37795
- "end": 323
38417
+ "start": 361,
38418
+ "end": 361
37796
38419
  },
37797
38420
  "context": {
37798
38421
  "type": "variable",
@@ -37800,8 +38423,8 @@
37800
38423
  "value": "k-contrast-color( $kendo-selected-bg )",
37801
38424
  "scope": "default",
37802
38425
  "line": {
37803
- "start": 324,
37804
- "end": 324
38426
+ "start": 362,
38427
+ "end": 362
37805
38428
  }
37806
38429
  },
37807
38430
  "access": "public",
@@ -37809,15 +38432,15 @@
37809
38432
  "undefined"
37810
38433
  ],
37811
38434
  "file": {
37812
- "path": "_variables.scss",
37813
- "name": "_variables.scss"
38435
+ "path": "core/color-system/_swatch.scss",
38436
+ "name": "_swatch.scss"
37814
38437
  }
37815
38438
  },
37816
38439
  {
37817
38440
  "description": "The border color of selected items.\n",
37818
38441
  "commentRange": {
37819
- "start": 325,
37820
- "end": 325
38442
+ "start": 363,
38443
+ "end": 363
37821
38444
  },
37822
38445
  "context": {
37823
38446
  "type": "variable",
@@ -37825,8 +38448,8 @@
37825
38448
  "value": "k-try-shade( $kendo-selected-bg, 1 )",
37826
38449
  "scope": "default",
37827
38450
  "line": {
37828
- "start": 326,
37829
- "end": 326
38451
+ "start": 364,
38452
+ "end": 364
37830
38453
  }
37831
38454
  },
37832
38455
  "access": "public",
@@ -37834,15 +38457,15 @@
37834
38457
  "undefined"
37835
38458
  ],
37836
38459
  "file": {
37837
- "path": "_variables.scss",
37838
- "name": "_variables.scss"
38460
+ "path": "core/color-system/_swatch.scss",
38461
+ "name": "_swatch.scss"
37839
38462
  }
37840
38463
  },
37841
38464
  {
37842
38465
  "description": "The gradient background of selected items.\n",
37843
38466
  "commentRange": {
37844
- "start": 327,
37845
- "end": 327
38467
+ "start": 365,
38468
+ "end": 365
37846
38469
  },
37847
38470
  "context": {
37848
38471
  "type": "variable",
@@ -37850,8 +38473,8 @@
37850
38473
  "value": "null",
37851
38474
  "scope": "default",
37852
38475
  "line": {
37853
- "start": 328,
37854
- "end": 328
38476
+ "start": 366,
38477
+ "end": 366
37855
38478
  }
37856
38479
  },
37857
38480
  "access": "public",
@@ -37859,24 +38482,24 @@
37859
38482
  "undefined"
37860
38483
  ],
37861
38484
  "file": {
37862
- "path": "_variables.scss",
37863
- "name": "_variables.scss"
38485
+ "path": "core/color-system/_swatch.scss",
38486
+ "name": "_swatch.scss"
37864
38487
  }
37865
38488
  },
37866
38489
  {
37867
- "description": "The font size of the large Chip.\n",
38490
+ "description": "Text color of disabled items.\n",
37868
38491
  "commentRange": {
37869
- "start": 48,
37870
- "end": 48
38492
+ "start": 373,
38493
+ "end": 373
37871
38494
  },
37872
38495
  "context": {
37873
38496
  "type": "variable",
37874
- "name": "kendo-chip-lg-font-size",
37875
- "value": "$kendo-font-size-md",
38497
+ "name": "kendo-disabled-text",
38498
+ "value": "if( $kendo-is-dark-theme, $gray-600, $gray-500)",
37876
38499
  "scope": "default",
37877
38500
  "line": {
37878
- "start": 49,
37879
- "end": 49
38501
+ "start": 374,
38502
+ "end": 374
37880
38503
  }
37881
38504
  },
37882
38505
  "access": "public",
@@ -37884,8 +38507,8 @@
37884
38507
  "undefined"
37885
38508
  ],
37886
38509
  "file": {
37887
- "path": "chip/_variables.scss",
37888
- "name": "_variables.scss"
38510
+ "path": "core/color-system/_swatch.scss",
38511
+ "name": "_swatch.scss"
37889
38512
  }
37890
38513
  },
37891
38514
  {
@@ -38222,7 +38845,7 @@
38222
38845
  "context": {
38223
38846
  "type": "variable",
38224
38847
  "name": "kendo-upload-dropzone-hover-bg",
38225
- "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 ))",
38226
38849
  "scope": "default",
38227
38850
  "line": {
38228
38851
  "start": 46,