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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/dist/all.css +324 -40
  2. package/dist/all.scss +1945 -597
  3. package/dist/meta/sassdoc-data.json +3702 -2130
  4. package/dist/meta/sassdoc-raw-data.json +1601 -876
  5. package/dist/meta/variables.json +327 -159
  6. package/lib/swatches/default-blue.json +1 -1
  7. package/lib/swatches/default-dataviz-v4.json +1 -1
  8. package/lib/swatches/default-green.json +1 -1
  9. package/lib/swatches/default-main-dark.json +1 -1
  10. package/lib/swatches/default-main.json +1 -1
  11. package/lib/swatches/default-nordic.json +1 -1
  12. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  13. package/lib/swatches/default-ocean-blue.json +1 -1
  14. package/lib/swatches/default-orange.json +1 -1
  15. package/lib/swatches/default-purple.json +1 -1
  16. package/lib/swatches/default-turquoise.json +1 -1
  17. package/lib/swatches/default-urban.json +1 -1
  18. package/package.json +5 -5
  19. package/scss/_variables.scss +1 -209
  20. package/scss/adaptive/_variables.scss +1 -1
  21. package/scss/appbar/_theme.scss +1 -1
  22. package/scss/appbar/_variables.scss +2 -2
  23. package/scss/avatar/_theme.scss +1 -1
  24. package/scss/badge/_theme.scss +1 -1
  25. package/scss/bottom-navigation/_theme.scss +5 -5
  26. package/scss/button/_theme.scss +74 -30
  27. package/scss/button/_variables.scss +10 -10
  28. package/scss/calendar/_theme.scss +1 -1
  29. package/scss/card/_layout.scss +4 -0
  30. package/scss/card/_theme.scss +3 -3
  31. package/scss/chat/_variables.scss +1 -1
  32. package/scss/checkbox/_variables.scss +2 -2
  33. package/scss/chip/_theme.scss +24 -22
  34. package/scss/chip/_variables.scss +5 -5
  35. package/scss/common/_indicators.scss +0 -2
  36. package/scss/core/_index.scss +6 -0
  37. package/scss/core/color-system/_palettes.scss +256 -0
  38. package/scss/core/color-system/_swatch-legacy.scss +62 -0
  39. package/scss/core/color-system/_swatch.scss +397 -0
  40. package/scss/dataviz/_layout.scss +2 -2
  41. package/scss/dataviz/_variables.scss +42 -42
  42. package/scss/dialog/_theme.scss +1 -1
  43. package/scss/dock-manager/_variables.scss +1 -1
  44. package/scss/drawer/_layout.scss +1 -0
  45. package/scss/dropdowntree/_layout.scss +16 -0
  46. package/scss/dropzone/_variables.scss +1 -1
  47. package/scss/editor/_variables.scss +1 -1
  48. package/scss/fab/_theme.scss +15 -15
  49. package/scss/filemanager/_layout.scss +5 -0
  50. package/scss/filemanager/_variables.scss +2 -2
  51. package/scss/floating-label/_layout.scss +11 -11
  52. package/scss/forms/_variables.scss +1 -1
  53. package/scss/gantt/_layout.scss +13 -5
  54. package/scss/gantt/_variables.scss +10 -10
  55. package/scss/grid/_layout.scss +10 -0
  56. package/scss/grid/_theme.scss +54 -6
  57. package/scss/grid/_variables.scss +10 -7
  58. package/scss/index.scss +2 -0
  59. package/scss/input/_layout.scss +39 -8
  60. package/scss/input/_theme.scss +139 -0
  61. package/scss/input/_variables.scss +30 -9
  62. package/scss/list/_theme.scss +1 -1
  63. package/scss/listview/_variables.scss +1 -1
  64. package/scss/map/_variables.scss +1 -1
  65. package/scss/mediaplayer/_theme.scss +1 -1
  66. package/scss/mediaplayer/_variables.scss +1 -1
  67. package/scss/messagebox/_theme.scss +13 -5
  68. package/scss/notification/_variables.scss +1 -1
  69. package/scss/panelbar/_variables.scss +4 -4
  70. package/scss/pivotgrid/_variables.scss +5 -5
  71. package/scss/progressbar/_theme.scss +1 -1
  72. package/scss/progressbar/_variables.scss +3 -3
  73. package/scss/prompt/_index.scss +37 -0
  74. package/scss/prompt/_layout.scss +70 -0
  75. package/scss/prompt/_theme.scss +41 -0
  76. package/scss/prompt/_variables.scss +66 -0
  77. package/scss/scheduler/_theme.scss +3 -3
  78. package/scss/scheduler/_variables.scss +4 -4
  79. package/scss/signature/_variables.scss +1 -1
  80. package/scss/skeleton/_variables.scss +2 -5
  81. package/scss/slider/_variables.scss +6 -6
  82. package/scss/splitter/_variables.scss +1 -1
  83. package/scss/spreadsheet/_variables.scss +4 -4
  84. package/scss/stepper/_layout.scss +11 -0
  85. package/scss/stepper/_theme.scss +51 -15
  86. package/scss/stepper/_variables.scss +8 -8
  87. package/scss/switch/_theme.scss +2 -2
  88. package/scss/switch/_variables.scss +4 -4
  89. package/scss/table/_variables.scss +3 -4
  90. package/scss/taskboard/_variables.scss +7 -7
  91. package/scss/timeline/_variables.scss +4 -4
  92. package/scss/tooltip/_variables.scss +4 -4
  93. package/scss/window/_theme.scss +1 -1
  94. package/scss/core/color-system/index.import.scss +0 -1
@@ -283,7 +283,7 @@
283
283
  "context": {
284
284
  "type": "variable",
285
285
  "name": "kendo-appbar-light-text",
286
- "value": "k-contrast-legacy( $kendo-color-light )",
286
+ "value": "if($kendo-enable-color-system, k-color( on-light ), k-contrast-legacy( $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-legacy( $kendo-color-dark )",
336
+ "value": "if($kendo-enable-color-system, k-color( on-dark ), k-contrast-legacy( $kendo-color-dark ))",
337
337
  "scope": "default",
338
338
  "line": {
339
339
  "start": 47,
@@ -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\": #f5f5f5 )\n)",
3686
+ "value": "k-map-merge(\n $kendo-theme-colors,\n ( \"base\": if($kendo-enable-color-system, k-color( base ), #f5f5f5) )\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": "#f5f5f5",
3711
+ "value": "if($kendo-enable-color-system, k-color( base ), #f5f5f5)",
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": "#424242",
3736
+ "value": "if($kendo-enable-color-system, k-color( on-base ), #424242)",
3737
3737
  "scope": "default",
3738
3738
  "line": {
3739
3739
  "start": 116,
@@ -3758,7 +3758,7 @@
3758
3758
  "context": {
3759
3759
  "type": "variable",
3760
3760
  "name": "kendo-button-border",
3761
- "value": "rgba( black, .08 )",
3761
+ "value": "if($kendo-enable-color-system, k-color( border ), rgba( black, .08 ))",
3762
3762
  "scope": "default",
3763
3763
  "line": {
3764
3764
  "start": 119,
@@ -3783,7 +3783,7 @@
3783
3783
  "context": {
3784
3784
  "type": "variable",
3785
3785
  "name": "kendo-button-gradient",
3786
- "value": "rgba( black, 0 ), rgba( black, .02 )",
3786
+ "value": "if($kendo-enable-color-system, null, (rgba( black, 0 ), rgba( black, .02 )))",
3787
3787
  "scope": "default",
3788
3788
  "line": {
3789
3789
  "start": 122,
@@ -3833,7 +3833,7 @@
3833
3833
  "context": {
3834
3834
  "type": "variable",
3835
3835
  "name": "kendo-button-hover-bg",
3836
- "value": "k-try-shade( $kendo-button-bg, .5 )",
3836
+ "value": "if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-button-bg, .5 ))",
3837
3837
  "scope": "default",
3838
3838
  "line": {
3839
3839
  "start": 129,
@@ -3958,7 +3958,7 @@
3958
3958
  "context": {
3959
3959
  "type": "variable",
3960
3960
  "name": "kendo-button-active-bg",
3961
- "value": "k-try-shade( $kendo-button-bg, 1.5 )",
3961
+ "value": "if($kendo-enable-color-system, k-color( base-active ), k-try-shade( $kendo-button-bg, 1.5 ))",
3962
3962
  "scope": "default",
3963
3963
  "line": {
3964
3964
  "start": 145,
@@ -4108,7 +4108,7 @@
4108
4108
  "context": {
4109
4109
  "type": "variable",
4110
4110
  "name": "kendo-button-selected-text",
4111
- "value": "k-contrast-legacy( $kendo-button-selected-bg )",
4111
+ "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-button-selected-bg ))",
4112
4112
  "scope": "default",
4113
4113
  "line": {
4114
4114
  "start": 164,
@@ -4308,7 +4308,7 @@
4308
4308
  "context": {
4309
4309
  "type": "variable",
4310
4310
  "name": "kendo-button-focus-shadow",
4311
- "value": "0 0 0 2px rgba( $kendo-button-border, .08 )",
4311
+ "value": "0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08), rgba( $kendo-button-border, .08 ))",
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": "#ff6358",
6336
+ "value": "if($kendo-enable-color-system, k-color( series-a ), #ff6358)",
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": "#ffe162",
6361
+ "value": "if($kendo-enable-color-system, k-color( series-b ), #ffe162)",
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": "#4cd180",
6386
+ "value": "if($kendo-enable-color-system, k-color( series-c ), #4cd180)",
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": "#4b5ffa",
6411
+ "value": "if($kendo-enable-color-system, k-color( series-d ), #4b5ffa)",
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": "#ac58ff",
6436
+ "value": "if($kendo-enable-color-system, k-color( series-e ), #ac58ff)",
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": "#ff5892",
6461
+ "value": "if($kendo-enable-color-system, k-color( series-f ), #ff5892)",
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,
@@ -6983,7 +6983,7 @@
6983
6983
  "context": {
6984
6984
  "type": "variable",
6985
6985
  "name": "kendo-checkbox-checked-text",
6986
- "value": "k-contrast-legacy( $kendo-checkbox-checked-bg )",
6986
+ "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-checkbox-checked-bg ))",
6987
6987
  "scope": "default",
6988
6988
  "line": {
6989
6989
  "start": 84,
@@ -7183,7 +7183,7 @@
7183
7183
  "context": {
7184
7184
  "type": "variable",
7185
7185
  "name": "kendo-checkbox-focus-checked-shadow",
7186
- "value": "0 0 0 2px rgba( $kendo-color-primary, .3 )",
7186
+ "value": "0 0 0 2px if($kendo-enable-color-system, rgba( k-color( primary, true ), .3 ), rgba( $kendo-color-primary, .3 ))",
7187
7187
  "scope": "default",
7188
7188
  "line": {
7189
7189
  "start": 110,
@@ -8233,7 +8233,7 @@
8233
8233
  "context": {
8234
8234
  "type": "variable",
8235
8235
  "name": "kendo-chip-base-bg",
8236
- "value": "$kendo-button-bg",
8236
+ "value": "if($kendo-enable-color-system, k-color( base-subtle ), $kendo-button-bg)",
8237
8237
  "scope": "default",
8238
8238
  "line": {
8239
8239
  "start": 95,
@@ -8358,7 +8358,7 @@
8358
8358
  "context": {
8359
8359
  "type": "variable",
8360
8360
  "name": "kendo-chip-solid-shadow",
8361
- "value": "0 0 0 2px if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) )",
8361
+ "value": "0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) ))",
8362
8362
  "scope": "default",
8363
8363
  "line": {
8364
8364
  "start": 118,
@@ -8458,7 +8458,7 @@
8458
8458
  "context": {
8459
8459
  "type": "variable",
8460
8460
  "name": "kendo-chip-solid-hover-bg",
8461
- "value": "$kendo-button-hover-bg",
8461
+ "value": "if($kendo-enable-color-system, k-color( base-subtle-hover ), $kendo-button-hover-bg)",
8462
8462
  "scope": "default",
8463
8463
  "line": {
8464
8464
  "start": 132,
@@ -8633,7 +8633,7 @@
8633
8633
  "context": {
8634
8634
  "type": "variable",
8635
8635
  "name": "kendo-chip-outline-shadow",
8636
- "value": "0 0 0 2px if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) )",
8636
+ "value": "0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) ))",
8637
8637
  "scope": "default",
8638
8638
  "line": {
8639
8639
  "start": 155,
@@ -8683,7 +8683,7 @@
8683
8683
  "context": {
8684
8684
  "type": "variable",
8685
8685
  "name": "kendo-chip-outline-hover-text",
8686
- "value": "k-contrast-legacy( $kendo-chip-outline-hover-bg )",
8686
+ "value": "if($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $kendo-chip-outline-hover-bg ))",
8687
8687
  "scope": "default",
8688
8688
  "line": {
8689
8689
  "start": 162,
@@ -9849,11 +9849,36 @@
9849
9849
  "name": "_variables.scss"
9850
9850
  }
9851
9851
  },
9852
+ {
9853
+ "description": "The global default Colors map.\n",
9854
+ "commentRange": {
9855
+ "start": 177,
9856
+ "end": 178
9857
+ },
9858
+ "context": {
9859
+ "type": "variable",
9860
+ "name": "kendo-colors",
9861
+ "value": "$_default-colors",
9862
+ "scope": "default",
9863
+ "line": {
9864
+ "start": 179,
9865
+ "end": 179
9866
+ }
9867
+ },
9868
+ "group": [
9869
+ "color-system"
9870
+ ],
9871
+ "access": "public",
9872
+ "file": {
9873
+ "path": "core/color-system/_swatch.scss",
9874
+ "name": "_swatch.scss"
9875
+ }
9876
+ },
9852
9877
  {
9853
9878
  "description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
9854
9879
  "commentRange": {
9855
- "start": 145,
9856
- "end": 148
9880
+ "start": 184,
9881
+ "end": 187
9857
9882
  },
9858
9883
  "context": {
9859
9884
  "type": "variable",
@@ -9861,8 +9886,8 @@
9861
9886
  "value": "#ff6358",
9862
9887
  "scope": "default",
9863
9888
  "line": {
9864
- "start": 149,
9865
- "end": 149
9889
+ "start": 188,
9890
+ "end": 188
9866
9891
  }
9867
9892
  },
9868
9893
  "group": [
@@ -9871,24 +9896,24 @@
9871
9896
  "type": "Color",
9872
9897
  "access": "public",
9873
9898
  "file": {
9874
- "path": "_variables.scss",
9875
- "name": "_variables.scss"
9899
+ "path": "core/color-system/_swatch.scss",
9900
+ "name": "_swatch.scss"
9876
9901
  }
9877
9902
  },
9878
9903
  {
9879
9904
  "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",
9880
9905
  "commentRange": {
9881
- "start": 153,
9882
- "end": 156
9906
+ "start": 191,
9907
+ "end": 194
9883
9908
  },
9884
9909
  "context": {
9885
9910
  "type": "variable",
9886
9911
  "name": "kendo-color-primary-contrast",
9887
- "value": "k-contrast-legacy( $kendo-color-primary )",
9912
+ "value": "k-contrast-legacy($kendo-color-primary)",
9888
9913
  "scope": "default",
9889
9914
  "line": {
9890
- "start": 157,
9891
- "end": 157
9915
+ "start": 195,
9916
+ "end": 195
9892
9917
  }
9893
9918
  },
9894
9919
  "group": [
@@ -9897,15 +9922,15 @@
9897
9922
  "type": "Color",
9898
9923
  "access": "public",
9899
9924
  "file": {
9900
- "path": "_variables.scss",
9901
- "name": "_variables.scss"
9925
+ "path": "core/color-system/_swatch.scss",
9926
+ "name": "_swatch.scss"
9902
9927
  }
9903
9928
  },
9904
9929
  {
9905
9930
  "description": "The secondary color of the theme.\n",
9906
9931
  "commentRange": {
9907
- "start": 159,
9908
- "end": 161
9932
+ "start": 197,
9933
+ "end": 199
9909
9934
  },
9910
9935
  "context": {
9911
9936
  "type": "variable",
@@ -9913,8 +9938,8 @@
9913
9938
  "value": "#666666",
9914
9939
  "scope": "default",
9915
9940
  "line": {
9916
- "start": 162,
9917
- "end": 162
9941
+ "start": 200,
9942
+ "end": 200
9918
9943
  }
9919
9944
  },
9920
9945
  "group": [
@@ -9923,24 +9948,24 @@
9923
9948
  "type": "Color",
9924
9949
  "access": "public",
9925
9950
  "file": {
9926
- "path": "_variables.scss",
9927
- "name": "_variables.scss"
9951
+ "path": "core/color-system/_swatch.scss",
9952
+ "name": "_swatch.scss"
9928
9953
  }
9929
9954
  },
9930
9955
  {
9931
9956
  "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",
9932
9957
  "commentRange": {
9933
- "start": 166,
9934
- "end": 169
9958
+ "start": 204,
9959
+ "end": 207
9935
9960
  },
9936
9961
  "context": {
9937
9962
  "type": "variable",
9938
9963
  "name": "kendo-color-secondary-contrast",
9939
- "value": "k-contrast-legacy( $kendo-color-secondary )",
9964
+ "value": "k-contrast-legacy($kendo-color-secondary)",
9940
9965
  "scope": "default",
9941
9966
  "line": {
9942
- "start": 170,
9943
- "end": 170
9967
+ "start": 208,
9968
+ "end": 208
9944
9969
  }
9945
9970
  },
9946
9971
  "group": [
@@ -9949,15 +9974,15 @@
9949
9974
  "type": "Color",
9950
9975
  "access": "public",
9951
9976
  "file": {
9952
- "path": "_variables.scss",
9953
- "name": "_variables.scss"
9977
+ "path": "core/color-system/_swatch.scss",
9978
+ "name": "_swatch.scss"
9954
9979
  }
9955
9980
  },
9956
9981
  {
9957
9982
  "description": "The tertiary color of the theme.\n",
9958
9983
  "commentRange": {
9959
- "start": 172,
9960
- "end": 174
9984
+ "start": 210,
9985
+ "end": 212
9961
9986
  },
9962
9987
  "context": {
9963
9988
  "type": "variable",
@@ -9965,8 +9990,8 @@
9965
9990
  "value": "#03a9f4",
9966
9991
  "scope": "default",
9967
9992
  "line": {
9968
- "start": 175,
9969
- "end": 175
9993
+ "start": 213,
9994
+ "end": 213
9970
9995
  }
9971
9996
  },
9972
9997
  "group": [
@@ -9975,24 +10000,24 @@
9975
10000
  "type": "Color",
9976
10001
  "access": "public",
9977
10002
  "file": {
9978
- "path": "_variables.scss",
9979
- "name": "_variables.scss"
10003
+ "path": "core/color-system/_swatch.scss",
10004
+ "name": "_swatch.scss"
9980
10005
  }
9981
10006
  },
9982
10007
  {
9983
10008
  "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",
9984
10009
  "commentRange": {
9985
- "start": 179,
9986
- "end": 182
10010
+ "start": 217,
10011
+ "end": 220
9987
10012
  },
9988
10013
  "context": {
9989
10014
  "type": "variable",
9990
10015
  "name": "kendo-color-tertiary-contrast",
9991
- "value": "k-contrast-legacy( $kendo-color-tertiary )",
10016
+ "value": "k-contrast-legacy($kendo-color-tertiary)",
9992
10017
  "scope": "default",
9993
10018
  "line": {
9994
- "start": 183,
9995
- "end": 183
10019
+ "start": 221,
10020
+ "end": 221
9996
10021
  }
9997
10022
  },
9998
10023
  "group": [
@@ -10001,15 +10026,15 @@
10001
10026
  "type": "Color",
10002
10027
  "access": "public",
10003
10028
  "file": {
10004
- "path": "_variables.scss",
10005
- "name": "_variables.scss"
10029
+ "path": "core/color-system/_swatch.scss",
10030
+ "name": "_swatch.scss"
10006
10031
  }
10007
10032
  },
10008
10033
  {
10009
10034
  "description": "The color for informational messages and states.\n",
10010
10035
  "commentRange": {
10011
- "start": 185,
10012
- "end": 187
10036
+ "start": 223,
10037
+ "end": 225
10013
10038
  },
10014
10039
  "context": {
10015
10040
  "type": "variable",
@@ -10017,8 +10042,8 @@
10017
10042
  "value": "#0058e9",
10018
10043
  "scope": "default",
10019
10044
  "line": {
10020
- "start": 188,
10021
- "end": 188
10045
+ "start": 226,
10046
+ "end": 226
10022
10047
  }
10023
10048
  },
10024
10049
  "group": [
@@ -10027,15 +10052,15 @@
10027
10052
  "type": "Color",
10028
10053
  "access": "public",
10029
10054
  "file": {
10030
- "path": "_variables.scss",
10031
- "name": "_variables.scss"
10055
+ "path": "core/color-system/_swatch.scss",
10056
+ "name": "_swatch.scss"
10032
10057
  }
10033
10058
  },
10034
10059
  {
10035
10060
  "description": "The color for success messages and states.\n",
10036
10061
  "commentRange": {
10037
- "start": 192,
10038
- "end": 194
10062
+ "start": 230,
10063
+ "end": 232
10039
10064
  },
10040
10065
  "context": {
10041
10066
  "type": "variable",
@@ -10043,8 +10068,8 @@
10043
10068
  "value": "#37b400",
10044
10069
  "scope": "default",
10045
10070
  "line": {
10046
- "start": 195,
10047
- "end": 195
10071
+ "start": 233,
10072
+ "end": 233
10048
10073
  }
10049
10074
  },
10050
10075
  "group": [
@@ -10053,15 +10078,15 @@
10053
10078
  "type": "Color",
10054
10079
  "access": "public",
10055
10080
  "file": {
10056
- "path": "_variables.scss",
10057
- "name": "_variables.scss"
10081
+ "path": "core/color-system/_swatch.scss",
10082
+ "name": "_swatch.scss"
10058
10083
  }
10059
10084
  },
10060
10085
  {
10061
10086
  "description": "The color for warning messages and states.\n",
10062
10087
  "commentRange": {
10063
- "start": 199,
10064
- "end": 201
10088
+ "start": 237,
10089
+ "end": 239
10065
10090
  },
10066
10091
  "context": {
10067
10092
  "type": "variable",
@@ -10069,8 +10094,8 @@
10069
10094
  "value": "#ffc000",
10070
10095
  "scope": "default",
10071
10096
  "line": {
10072
- "start": 202,
10073
- "end": 202
10097
+ "start": 240,
10098
+ "end": 240
10074
10099
  }
10075
10100
  },
10076
10101
  "group": [
@@ -10079,15 +10104,15 @@
10079
10104
  "type": "Color",
10080
10105
  "access": "public",
10081
10106
  "file": {
10082
- "path": "_variables.scss",
10083
- "name": "_variables.scss"
10107
+ "path": "core/color-system/_swatch.scss",
10108
+ "name": "_swatch.scss"
10084
10109
  }
10085
10110
  },
10086
10111
  {
10087
10112
  "description": "The color for error messages and states.\n",
10088
10113
  "commentRange": {
10089
- "start": 206,
10090
- "end": 208
10114
+ "start": 244,
10115
+ "end": 246
10091
10116
  },
10092
10117
  "context": {
10093
10118
  "type": "variable",
@@ -10095,8 +10120,8 @@
10095
10120
  "value": "#f31700",
10096
10121
  "scope": "default",
10097
10122
  "line": {
10098
- "start": 209,
10099
- "end": 209
10123
+ "start": 247,
10124
+ "end": 247
10100
10125
  }
10101
10126
  },
10102
10127
  "group": [
@@ -10105,15 +10130,15 @@
10105
10130
  "type": "Color",
10106
10131
  "access": "public",
10107
10132
  "file": {
10108
- "path": "_variables.scss",
10109
- "name": "_variables.scss"
10133
+ "path": "core/color-system/_swatch.scss",
10134
+ "name": "_swatch.scss"
10110
10135
  }
10111
10136
  },
10112
10137
  {
10113
10138
  "description": "The dark color of the theme.\n",
10114
10139
  "commentRange": {
10115
- "start": 213,
10116
- "end": 215
10140
+ "start": 251,
10141
+ "end": 253
10117
10142
  },
10118
10143
  "context": {
10119
10144
  "type": "variable",
@@ -10121,8 +10146,8 @@
10121
10146
  "value": "#424242",
10122
10147
  "scope": "default",
10123
10148
  "line": {
10124
- "start": 216,
10125
- "end": 216
10149
+ "start": 254,
10150
+ "end": 254
10126
10151
  }
10127
10152
  },
10128
10153
  "group": [
@@ -10131,15 +10156,15 @@
10131
10156
  "type": "Color",
10132
10157
  "access": "public",
10133
10158
  "file": {
10134
- "path": "_variables.scss",
10135
- "name": "_variables.scss"
10159
+ "path": "core/color-system/_swatch.scss",
10160
+ "name": "_swatch.scss"
10136
10161
  }
10137
10162
  },
10138
10163
  {
10139
10164
  "description": "The light color of the theme.\n",
10140
10165
  "commentRange": {
10141
- "start": 218,
10142
- "end": 220
10166
+ "start": 256,
10167
+ "end": 258
10143
10168
  },
10144
10169
  "context": {
10145
10170
  "type": "variable",
@@ -10147,8 +10172,8 @@
10147
10172
  "value": "#ebebeb",
10148
10173
  "scope": "default",
10149
10174
  "line": {
10150
- "start": 221,
10151
- "end": 221
10175
+ "start": 259,
10176
+ "end": 259
10152
10177
  }
10153
10178
  },
10154
10179
  "group": [
@@ -10157,24 +10182,24 @@
10157
10182
  "type": "Color",
10158
10183
  "access": "public",
10159
10184
  "file": {
10160
- "path": "_variables.scss",
10161
- "name": "_variables.scss"
10185
+ "path": "core/color-system/_swatch.scss",
10186
+ "name": "_swatch.scss"
10162
10187
  }
10163
10188
  },
10164
10189
  {
10165
10190
  "description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
10166
10191
  "commentRange": {
10167
- "start": 223,
10168
- "end": 224
10192
+ "start": 261,
10193
+ "end": 262
10169
10194
  },
10170
10195
  "context": {
10171
10196
  "type": "variable",
10172
10197
  "name": "kendo-color-inverse",
10173
- "value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
10198
+ "value": "if($kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark)",
10174
10199
  "scope": "default",
10175
10200
  "line": {
10176
- "start": 225,
10177
- "end": 225
10201
+ "start": 263,
10202
+ "end": 263
10178
10203
  }
10179
10204
  },
10180
10205
  "group": [
@@ -10182,8 +10207,8 @@
10182
10207
  ],
10183
10208
  "access": "public",
10184
10209
  "file": {
10185
- "path": "_variables.scss",
10186
- "name": "_variables.scss"
10210
+ "path": "core/color-system/_swatch.scss",
10211
+ "name": "_swatch.scss"
10187
10212
  }
10188
10213
  },
10189
10214
  {
@@ -10989,8 +11014,8 @@
10989
11014
  {
10990
11015
  "description": "Icon size.\n",
10991
11016
  "commentRange": {
10992
- "start": 60,
10993
- "end": 61
11017
+ "start": 57,
11018
+ "end": 58
10994
11019
  },
10995
11020
  "context": {
10996
11021
  "type": "variable",
@@ -10998,8 +11023,8 @@
10998
11023
  "value": "16px",
10999
11024
  "scope": "default",
11000
11025
  "line": {
11001
- "start": 62,
11002
- "end": 62
11026
+ "start": 59,
11027
+ "end": 59
11003
11028
  }
11004
11029
  },
11005
11030
  "group": [
@@ -11014,8 +11039,8 @@
11014
11039
  {
11015
11040
  "description": "xtra small icon size.\n",
11016
11041
  "commentRange": {
11017
- "start": 63,
11018
- "end": 64
11042
+ "start": 60,
11043
+ "end": 61
11019
11044
  },
11020
11045
  "context": {
11021
11046
  "type": "variable",
@@ -11023,8 +11048,8 @@
11023
11048
  "value": "calc( #{$kendo-icon-size} * .75 )",
11024
11049
  "scope": "default",
11025
11050
  "line": {
11026
- "start": 65,
11027
- "end": 65
11051
+ "start": 62,
11052
+ "end": 62
11028
11053
  }
11029
11054
  },
11030
11055
  "group": [
@@ -11039,8 +11064,8 @@
11039
11064
  {
11040
11065
  "description": "Small icon size.\n",
11041
11066
  "commentRange": {
11042
- "start": 66,
11043
- "end": 67
11067
+ "start": 63,
11068
+ "end": 64
11044
11069
  },
11045
11070
  "context": {
11046
11071
  "type": "variable",
@@ -11048,8 +11073,8 @@
11048
11073
  "value": "calc( #{$kendo-icon-size} * .875 )",
11049
11074
  "scope": "default",
11050
11075
  "line": {
11051
- "start": 68,
11052
- "end": 68
11076
+ "start": 65,
11077
+ "end": 65
11053
11078
  }
11054
11079
  },
11055
11080
  "group": [
@@ -11064,8 +11089,8 @@
11064
11089
  {
11065
11090
  "description": "Medium icon size.\n",
11066
11091
  "commentRange": {
11067
- "start": 69,
11068
- "end": 70
11092
+ "start": 66,
11093
+ "end": 67
11069
11094
  },
11070
11095
  "context": {
11071
11096
  "type": "variable",
@@ -11073,8 +11098,8 @@
11073
11098
  "value": "$kendo-icon-size",
11074
11099
  "scope": "default",
11075
11100
  "line": {
11076
- "start": 71,
11077
- "end": 71
11101
+ "start": 68,
11102
+ "end": 68
11078
11103
  }
11079
11104
  },
11080
11105
  "group": [
@@ -11089,8 +11114,8 @@
11089
11114
  {
11090
11115
  "description": "Large icon size.\n",
11091
11116
  "commentRange": {
11092
- "start": 72,
11093
- "end": 73
11117
+ "start": 69,
11118
+ "end": 70
11094
11119
  },
11095
11120
  "context": {
11096
11121
  "type": "variable",
@@ -11098,8 +11123,8 @@
11098
11123
  "value": "calc( #{$kendo-icon-size} * 1.25 )",
11099
11124
  "scope": "default",
11100
11125
  "line": {
11101
- "start": 74,
11102
- "end": 74
11126
+ "start": 71,
11127
+ "end": 71
11103
11128
  }
11104
11129
  },
11105
11130
  "group": [
@@ -11114,8 +11139,8 @@
11114
11139
  {
11115
11140
  "description": "Extra large icon size.\n",
11116
11141
  "commentRange": {
11117
- "start": 75,
11118
- "end": 76
11142
+ "start": 72,
11143
+ "end": 73
11119
11144
  },
11120
11145
  "context": {
11121
11146
  "type": "variable",
@@ -11123,8 +11148,8 @@
11123
11148
  "value": "calc( #{$kendo-icon-size} * 1.5 )",
11124
11149
  "scope": "default",
11125
11150
  "line": {
11126
- "start": 77,
11127
- "end": 77
11151
+ "start": 74,
11152
+ "end": 74
11128
11153
  }
11129
11154
  },
11130
11155
  "group": [
@@ -11139,8 +11164,8 @@
11139
11164
  {
11140
11165
  "description": "Double extra large icon size.\n",
11141
11166
  "commentRange": {
11142
- "start": 78,
11143
- "end": 79
11167
+ "start": 75,
11168
+ "end": 76
11144
11169
  },
11145
11170
  "context": {
11146
11171
  "type": "variable",
@@ -11148,8 +11173,8 @@
11148
11173
  "value": "calc( #{$kendo-icon-size} * 2 )",
11149
11174
  "scope": "default",
11150
11175
  "line": {
11151
- "start": 80,
11152
- "end": 80
11176
+ "start": 77,
11177
+ "end": 77
11153
11178
  }
11154
11179
  },
11155
11180
  "group": [
@@ -11164,8 +11189,8 @@
11164
11189
  {
11165
11190
  "description": "Triple extra large icon size.\n",
11166
11191
  "commentRange": {
11167
- "start": 81,
11168
- "end": 82
11192
+ "start": 78,
11193
+ "end": 79
11169
11194
  },
11170
11195
  "context": {
11171
11196
  "type": "variable",
@@ -11173,8 +11198,8 @@
11173
11198
  "value": "calc( #{$kendo-icon-size} * 3 )",
11174
11199
  "scope": "default",
11175
11200
  "line": {
11176
- "start": 83,
11177
- "end": 83
11201
+ "start": 80,
11202
+ "end": 80
11178
11203
  }
11179
11204
  },
11180
11205
  "group": [
@@ -11189,8 +11214,8 @@
11189
11214
  {
11190
11215
  "description": "Horizontal padding.\n",
11191
11216
  "commentRange": {
11192
- "start": 88,
11193
- "end": 89
11217
+ "start": 85,
11218
+ "end": 86
11194
11219
  },
11195
11220
  "context": {
11196
11221
  "type": "variable",
@@ -11198,8 +11223,8 @@
11198
11223
  "value": "8px",
11199
11224
  "scope": "default",
11200
11225
  "line": {
11201
- "start": 90,
11202
- "end": 90
11226
+ "start": 87,
11227
+ "end": 87
11203
11228
  }
11204
11229
  },
11205
11230
  "group": [
@@ -11214,8 +11239,8 @@
11214
11239
  {
11215
11240
  "description": "Vertical padding.\n",
11216
11241
  "commentRange": {
11217
- "start": 91,
11218
- "end": 92
11242
+ "start": 88,
11243
+ "end": 89
11219
11244
  },
11220
11245
  "context": {
11221
11246
  "type": "variable",
@@ -11223,8 +11248,8 @@
11223
11248
  "value": "4px",
11224
11249
  "scope": "default",
11225
11250
  "line": {
11226
- "start": 93,
11227
- "end": 93
11251
+ "start": 90,
11252
+ "end": 90
11228
11253
  }
11229
11254
  },
11230
11255
  "group": [
@@ -11239,8 +11264,8 @@
11239
11264
  {
11240
11265
  "description": "Small horizontal padding.\n",
11241
11266
  "commentRange": {
11242
- "start": 94,
11243
- "end": 95
11267
+ "start": 91,
11268
+ "end": 92
11244
11269
  },
11245
11270
  "context": {
11246
11271
  "type": "variable",
@@ -11248,8 +11273,8 @@
11248
11273
  "value": "k-map-get( $kendo-spacing, 1 )",
11249
11274
  "scope": "default",
11250
11275
  "line": {
11251
- "start": 96,
11252
- "end": 96
11276
+ "start": 93,
11277
+ "end": 93
11253
11278
  }
11254
11279
  },
11255
11280
  "group": [
@@ -11264,8 +11289,8 @@
11264
11289
  {
11265
11290
  "description": "Small vertical padding.\n",
11266
11291
  "commentRange": {
11267
- "start": 97,
11268
- "end": 98
11292
+ "start": 94,
11293
+ "end": 95
11269
11294
  },
11270
11295
  "context": {
11271
11296
  "type": "variable",
@@ -11273,8 +11298,8 @@
11273
11298
  "value": "k-map-get( $kendo-spacing, 0.5 )",
11274
11299
  "scope": "default",
11275
11300
  "line": {
11276
- "start": 99,
11277
- "end": 99
11301
+ "start": 96,
11302
+ "end": 96
11278
11303
  }
11279
11304
  },
11280
11305
  "group": [
@@ -11289,8 +11314,8 @@
11289
11314
  {
11290
11315
  "description": "Medium horizontal padding.\n",
11291
11316
  "commentRange": {
11292
- "start": 100,
11293
- "end": 101
11317
+ "start": 97,
11318
+ "end": 98
11294
11319
  },
11295
11320
  "context": {
11296
11321
  "type": "variable",
@@ -11298,8 +11323,8 @@
11298
11323
  "value": "k-map-get( $kendo-spacing, 2 )",
11299
11324
  "scope": "default",
11300
11325
  "line": {
11301
- "start": 102,
11302
- "end": 102
11326
+ "start": 99,
11327
+ "end": 99
11303
11328
  }
11304
11329
  },
11305
11330
  "group": [
@@ -11314,8 +11339,8 @@
11314
11339
  {
11315
11340
  "description": "Medium vertical padding.\n",
11316
11341
  "commentRange": {
11317
- "start": 103,
11318
- "end": 104
11342
+ "start": 100,
11343
+ "end": 101
11319
11344
  },
11320
11345
  "context": {
11321
11346
  "type": "variable",
@@ -11323,8 +11348,8 @@
11323
11348
  "value": "k-map-get( $kendo-spacing, 1 )",
11324
11349
  "scope": "default",
11325
11350
  "line": {
11326
- "start": 105,
11327
- "end": 105
11351
+ "start": 102,
11352
+ "end": 102
11328
11353
  }
11329
11354
  },
11330
11355
  "group": [
@@ -11339,8 +11364,8 @@
11339
11364
  {
11340
11365
  "description": "Large horizontal padding.\n",
11341
11366
  "commentRange": {
11342
- "start": 106,
11343
- "end": 107
11367
+ "start": 103,
11368
+ "end": 104
11344
11369
  },
11345
11370
  "context": {
11346
11371
  "type": "variable",
@@ -11348,8 +11373,8 @@
11348
11373
  "value": "k-map-get( $kendo-spacing, 3 )",
11349
11374
  "scope": "default",
11350
11375
  "line": {
11351
- "start": 108,
11352
- "end": 108
11376
+ "start": 105,
11377
+ "end": 105
11353
11378
  }
11354
11379
  },
11355
11380
  "group": [
@@ -11364,8 +11389,8 @@
11364
11389
  {
11365
11390
  "description": "Large vertical padding.\n",
11366
11391
  "commentRange": {
11367
- "start": 109,
11368
- "end": 110
11392
+ "start": 106,
11393
+ "end": 107
11369
11394
  },
11370
11395
  "context": {
11371
11396
  "type": "variable",
@@ -11373,8 +11398,8 @@
11373
11398
  "value": "k-map-get( $kendo-spacing, 1.5 )",
11374
11399
  "scope": "default",
11375
11400
  "line": {
11376
- "start": 111,
11377
- "end": 111
11401
+ "start": 108,
11402
+ "end": 108
11378
11403
  }
11379
11404
  },
11380
11405
  "group": [
@@ -11389,8 +11414,8 @@
11389
11414
  {
11390
11415
  "description": "Border radius for all components.\n",
11391
11416
  "commentRange": {
11392
- "start": 113,
11393
- "end": 114
11417
+ "start": 110,
11418
+ "end": 111
11394
11419
  },
11395
11420
  "context": {
11396
11421
  "type": "variable",
@@ -11398,8 +11423,8 @@
11398
11423
  "value": "k-map-get( $kendo-spacing, 1 )",
11399
11424
  "scope": "default",
11400
11425
  "line": {
11401
- "start": 115,
11402
- "end": 115
11426
+ "start": 112,
11427
+ "end": 112
11403
11428
  }
11404
11429
  },
11405
11430
  "group": [
@@ -11414,8 +11439,8 @@
11414
11439
  {
11415
11440
  "description": "Small border radius.\n",
11416
11441
  "commentRange": {
11417
- "start": 116,
11418
- "end": 117
11442
+ "start": 113,
11443
+ "end": 114
11419
11444
  },
11420
11445
  "context": {
11421
11446
  "type": "variable",
@@ -11423,8 +11448,8 @@
11423
11448
  "value": "$kendo-border-radius - k-map-get( $kendo-spacing, 0.5 )",
11424
11449
  "scope": "default",
11425
11450
  "line": {
11426
- "start": 118,
11427
- "end": 118
11451
+ "start": 115,
11452
+ "end": 115
11428
11453
  }
11429
11454
  },
11430
11455
  "group": [
@@ -11439,8 +11464,8 @@
11439
11464
  {
11440
11465
  "description": "Medium border radius.\n",
11441
11466
  "commentRange": {
11442
- "start": 119,
11443
- "end": 120
11467
+ "start": 116,
11468
+ "end": 117
11444
11469
  },
11445
11470
  "context": {
11446
11471
  "type": "variable",
@@ -11448,8 +11473,8 @@
11448
11473
  "value": "$kendo-border-radius",
11449
11474
  "scope": "default",
11450
11475
  "line": {
11451
- "start": 121,
11452
- "end": 121
11476
+ "start": 118,
11477
+ "end": 118
11453
11478
  }
11454
11479
  },
11455
11480
  "group": [
@@ -11464,8 +11489,8 @@
11464
11489
  {
11465
11490
  "description": "Large border radius.\n",
11466
11491
  "commentRange": {
11467
- "start": 122,
11468
- "end": 123
11492
+ "start": 119,
11493
+ "end": 120
11469
11494
  },
11470
11495
  "context": {
11471
11496
  "type": "variable",
@@ -11473,8 +11498,8 @@
11473
11498
  "value": "$kendo-border-radius + k-map-get( $kendo-spacing, 0.5 )",
11474
11499
  "scope": "default",
11475
11500
  "line": {
11476
- "start": 124,
11477
- "end": 124
11501
+ "start": 121,
11502
+ "end": 121
11478
11503
  }
11479
11504
  },
11480
11505
  "group": [
@@ -11489,8 +11514,8 @@
11489
11514
  {
11490
11515
  "description": "Background color of the body.\n",
11491
11516
  "commentRange": {
11492
- "start": 323,
11493
- "end": 324
11517
+ "start": 280,
11518
+ "end": 281
11494
11519
  },
11495
11520
  "context": {
11496
11521
  "type": "variable",
@@ -11498,8 +11523,8 @@
11498
11523
  "value": "$kendo-color-white",
11499
11524
  "scope": "default",
11500
11525
  "line": {
11501
- "start": 325,
11502
- "end": 325
11526
+ "start": 282,
11527
+ "end": 282
11503
11528
  }
11504
11529
  },
11505
11530
  "group": [
@@ -11507,15 +11532,15 @@
11507
11532
  ],
11508
11533
  "access": "public",
11509
11534
  "file": {
11510
- "path": "_variables.scss",
11511
- "name": "_variables.scss"
11535
+ "path": "core/color-system/_swatch.scss",
11536
+ "name": "_swatch.scss"
11512
11537
  }
11513
11538
  },
11514
11539
  {
11515
11540
  "description": "Text color of the body.\n",
11516
11541
  "commentRange": {
11517
- "start": 326,
11518
- "end": 327
11542
+ "start": 283,
11543
+ "end": 284
11519
11544
  },
11520
11545
  "context": {
11521
11546
  "type": "variable",
@@ -11523,8 +11548,8 @@
11523
11548
  "value": "#424242",
11524
11549
  "scope": "default",
11525
11550
  "line": {
11526
- "start": 328,
11527
- "end": 328
11551
+ "start": 285,
11552
+ "end": 285
11528
11553
  }
11529
11554
  },
11530
11555
  "group": [
@@ -11532,15 +11557,15 @@
11532
11557
  ],
11533
11558
  "access": "public",
11534
11559
  "file": {
11535
- "path": "_variables.scss",
11536
- "name": "_variables.scss"
11560
+ "path": "core/color-system/_swatch.scss",
11561
+ "name": "_swatch.scss"
11537
11562
  }
11538
11563
  },
11539
11564
  {
11540
11565
  "description": "Subtle text color.\n",
11541
11566
  "commentRange": {
11542
- "start": 330,
11543
- "end": 331
11567
+ "start": 287,
11568
+ "end": 288
11544
11569
  },
11545
11570
  "context": {
11546
11571
  "type": "variable",
@@ -11548,8 +11573,8 @@
11548
11573
  "value": "#666666",
11549
11574
  "scope": "default",
11550
11575
  "line": {
11551
- "start": 332,
11552
- "end": 332
11576
+ "start": 289,
11577
+ "end": 289
11553
11578
  }
11554
11579
  },
11555
11580
  "group": [
@@ -11557,15 +11582,15 @@
11557
11582
  ],
11558
11583
  "access": "public",
11559
11584
  "file": {
11560
- "path": "_variables.scss",
11561
- "name": "_variables.scss"
11585
+ "path": "core/color-system/_swatch.scss",
11586
+ "name": "_swatch.scss"
11562
11587
  }
11563
11588
  },
11564
11589
  {
11565
11590
  "description": "Text color of the links.\n",
11566
11591
  "commentRange": {
11567
- "start": 339,
11568
- "end": 340
11592
+ "start": 296,
11593
+ "end": 297
11569
11594
  },
11570
11595
  "context": {
11571
11596
  "type": "variable",
@@ -11573,8 +11598,8 @@
11573
11598
  "value": "$kendo-color-primary",
11574
11599
  "scope": "default",
11575
11600
  "line": {
11576
- "start": 341,
11577
- "end": 341
11601
+ "start": 298,
11602
+ "end": 298
11578
11603
  }
11579
11604
  },
11580
11605
  "group": [
@@ -11582,15 +11607,15 @@
11582
11607
  ],
11583
11608
  "access": "public",
11584
11609
  "file": {
11585
- "path": "_variables.scss",
11586
- "name": "_variables.scss"
11610
+ "path": "core/color-system/_swatch.scss",
11611
+ "name": "_swatch.scss"
11587
11612
  }
11588
11613
  },
11589
11614
  {
11590
11615
  "description": "Text color of the links on hover.\n",
11591
11616
  "commentRange": {
11592
- "start": 342,
11593
- "end": 343
11617
+ "start": 299,
11618
+ "end": 300
11594
11619
  },
11595
11620
  "context": {
11596
11621
  "type": "variable",
@@ -11598,8 +11623,8 @@
11598
11623
  "value": "$kendo-color-primary-darker",
11599
11624
  "scope": "default",
11600
11625
  "line": {
11601
- "start": 344,
11602
- "end": 344
11626
+ "start": 301,
11627
+ "end": 301
11603
11628
  }
11604
11629
  },
11605
11630
  "group": [
@@ -11607,15 +11632,15 @@
11607
11632
  ],
11608
11633
  "access": "public",
11609
11634
  "file": {
11610
- "path": "_variables.scss",
11611
- "name": "_variables.scss"
11635
+ "path": "core/color-system/_swatch.scss",
11636
+ "name": "_swatch.scss"
11612
11637
  }
11613
11638
  },
11614
11639
  {
11615
11640
  "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",
11616
11641
  "commentRange": {
11617
- "start": 350,
11618
- "end": 352
11642
+ "start": 306,
11643
+ "end": 308
11619
11644
  },
11620
11645
  "context": {
11621
11646
  "type": "variable",
@@ -11623,8 +11648,8 @@
11623
11648
  "value": "$kendo-body-bg",
11624
11649
  "scope": "default",
11625
11650
  "line": {
11626
- "start": 353,
11627
- "end": 353
11651
+ "start": 309,
11652
+ "end": 309
11628
11653
  }
11629
11654
  },
11630
11655
  "group": [
@@ -11632,15 +11657,15 @@
11632
11657
  ],
11633
11658
  "access": "public",
11634
11659
  "file": {
11635
- "path": "_variables.scss",
11636
- "name": "_variables.scss"
11660
+ "path": "core/color-system/_swatch.scss",
11661
+ "name": "_swatch.scss"
11637
11662
  }
11638
11663
  },
11639
11664
  {
11640
11665
  "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",
11641
11666
  "commentRange": {
11642
- "start": 354,
11643
- "end": 356
11667
+ "start": 310,
11668
+ "end": 312
11644
11669
  },
11645
11670
  "context": {
11646
11671
  "type": "variable",
@@ -11648,8 +11673,8 @@
11648
11673
  "value": "$kendo-body-text",
11649
11674
  "scope": "default",
11650
11675
  "line": {
11651
- "start": 357,
11652
- "end": 357
11676
+ "start": 313,
11677
+ "end": 313
11653
11678
  }
11654
11679
  },
11655
11680
  "group": [
@@ -11657,24 +11682,24 @@
11657
11682
  ],
11658
11683
  "access": "public",
11659
11684
  "file": {
11660
- "path": "_variables.scss",
11661
- "name": "_variables.scss"
11685
+ "path": "core/color-system/_swatch.scss",
11686
+ "name": "_swatch.scss"
11662
11687
  }
11663
11688
  },
11664
11689
  {
11665
11690
  "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",
11666
11691
  "commentRange": {
11667
- "start": 358,
11668
- "end": 360
11692
+ "start": 314,
11693
+ "end": 316
11669
11694
  },
11670
11695
  "context": {
11671
11696
  "type": "variable",
11672
11697
  "name": "kendo-component-border",
11673
- "value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )",
11698
+ "value": "rgba(if($kendo-is-dark-theme, $kendo-color-white, $kendo-color-black), 0.08)",
11674
11699
  "scope": "default",
11675
11700
  "line": {
11676
- "start": 361,
11677
- "end": 361
11701
+ "start": 317,
11702
+ "end": 317
11678
11703
  }
11679
11704
  },
11680
11705
  "group": [
@@ -11682,15 +11707,15 @@
11682
11707
  ],
11683
11708
  "access": "public",
11684
11709
  "file": {
11685
- "path": "_variables.scss",
11686
- "name": "_variables.scss"
11710
+ "path": "core/color-system/_swatch.scss",
11711
+ "name": "_swatch.scss"
11687
11712
  }
11688
11713
  },
11689
11714
  {
11690
11715
  "description": "Background color of the component header.\n",
11691
11716
  "commentRange": {
11692
- "start": 423,
11693
- "end": 424
11717
+ "start": 360,
11718
+ "end": 361
11694
11719
  },
11695
11720
  "context": {
11696
11721
  "type": "variable",
@@ -11698,8 +11723,8 @@
11698
11723
  "value": "$kendo-base-bg",
11699
11724
  "scope": "default",
11700
11725
  "line": {
11701
- "start": 425,
11702
- "end": 425
11726
+ "start": 362,
11727
+ "end": 362
11703
11728
  }
11704
11729
  },
11705
11730
  "group": [
@@ -11707,15 +11732,15 @@
11707
11732
  ],
11708
11733
  "access": "public",
11709
11734
  "file": {
11710
- "path": "_variables.scss",
11711
- "name": "_variables.scss"
11735
+ "path": "core/color-system/_swatch.scss",
11736
+ "name": "_swatch.scss"
11712
11737
  }
11713
11738
  },
11714
11739
  {
11715
11740
  "description": "Text color of the component header.\n",
11716
11741
  "commentRange": {
11717
- "start": 426,
11718
- "end": 427
11742
+ "start": 363,
11743
+ "end": 364
11719
11744
  },
11720
11745
  "context": {
11721
11746
  "type": "variable",
@@ -11723,8 +11748,8 @@
11723
11748
  "value": "$kendo-base-text",
11724
11749
  "scope": "default",
11725
11750
  "line": {
11726
- "start": 428,
11727
- "end": 428
11751
+ "start": 365,
11752
+ "end": 365
11728
11753
  }
11729
11754
  },
11730
11755
  "group": [
@@ -11732,15 +11757,15 @@
11732
11757
  ],
11733
11758
  "access": "public",
11734
11759
  "file": {
11735
- "path": "_variables.scss",
11736
- "name": "_variables.scss"
11760
+ "path": "core/color-system/_swatch.scss",
11761
+ "name": "_swatch.scss"
11737
11762
  }
11738
11763
  },
11739
11764
  {
11740
11765
  "description": "Border color of the component header.\n",
11741
11766
  "commentRange": {
11742
- "start": 429,
11743
- "end": 430
11767
+ "start": 366,
11768
+ "end": 367
11744
11769
  },
11745
11770
  "context": {
11746
11771
  "type": "variable",
@@ -11748,8 +11773,8 @@
11748
11773
  "value": "$kendo-base-border",
11749
11774
  "scope": "default",
11750
11775
  "line": {
11751
- "start": 431,
11752
- "end": 431
11776
+ "start": 368,
11777
+ "end": 368
11753
11778
  }
11754
11779
  },
11755
11780
  "group": [
@@ -11757,15 +11782,15 @@
11757
11782
  ],
11758
11783
  "access": "public",
11759
11784
  "file": {
11760
- "path": "_variables.scss",
11761
- "name": "_variables.scss"
11785
+ "path": "core/color-system/_swatch.scss",
11786
+ "name": "_swatch.scss"
11762
11787
  }
11763
11788
  },
11764
11789
  {
11765
11790
  "description": "Gradient of the component header.\n",
11766
11791
  "commentRange": {
11767
- "start": 432,
11768
- "end": 433
11792
+ "start": 369,
11793
+ "end": 370
11769
11794
  },
11770
11795
  "context": {
11771
11796
  "type": "variable",
@@ -11773,8 +11798,8 @@
11773
11798
  "value": "null",
11774
11799
  "scope": "default",
11775
11800
  "line": {
11776
- "start": 434,
11777
- "end": 434
11801
+ "start": 371,
11802
+ "end": 371
11778
11803
  }
11779
11804
  },
11780
11805
  "group": [
@@ -11782,15 +11807,15 @@
11782
11807
  ],
11783
11808
  "access": "public",
11784
11809
  "file": {
11785
- "path": "_variables.scss",
11786
- "name": "_variables.scss"
11810
+ "path": "core/color-system/_swatch.scss",
11811
+ "name": "_swatch.scss"
11787
11812
  }
11788
11813
  },
11789
11814
  {
11790
11815
  "description": "Background color of the invalid items.\n",
11791
11816
  "commentRange": {
11792
- "start": 437,
11793
- "end": 438
11817
+ "start": 373,
11818
+ "end": 374
11794
11819
  },
11795
11820
  "context": {
11796
11821
  "type": "variable",
@@ -11798,8 +11823,8 @@
11798
11823
  "value": "null",
11799
11824
  "scope": "default",
11800
11825
  "line": {
11801
- "start": 439,
11802
- "end": 439
11826
+ "start": 375,
11827
+ "end": 375
11803
11828
  }
11804
11829
  },
11805
11830
  "group": [
@@ -11807,15 +11832,15 @@
11807
11832
  ],
11808
11833
  "access": "public",
11809
11834
  "file": {
11810
- "path": "_variables.scss",
11811
- "name": "_variables.scss"
11835
+ "path": "core/color-system/_swatch.scss",
11836
+ "name": "_swatch.scss"
11812
11837
  }
11813
11838
  },
11814
11839
  {
11815
11840
  "description": "Text color of the invalid items.\n",
11816
11841
  "commentRange": {
11817
- "start": 440,
11818
- "end": 441
11842
+ "start": 376,
11843
+ "end": 377
11819
11844
  },
11820
11845
  "context": {
11821
11846
  "type": "variable",
@@ -11823,8 +11848,8 @@
11823
11848
  "value": "$kendo-color-error",
11824
11849
  "scope": "default",
11825
11850
  "line": {
11826
- "start": 442,
11827
- "end": 442
11851
+ "start": 378,
11852
+ "end": 378
11828
11853
  }
11829
11854
  },
11830
11855
  "group": [
@@ -11832,15 +11857,15 @@
11832
11857
  ],
11833
11858
  "access": "public",
11834
11859
  "file": {
11835
- "path": "_variables.scss",
11836
- "name": "_variables.scss"
11860
+ "path": "core/color-system/_swatch.scss",
11861
+ "name": "_swatch.scss"
11837
11862
  }
11838
11863
  },
11839
11864
  {
11840
11865
  "description": "Border color of the invalid items.\n",
11841
11866
  "commentRange": {
11842
- "start": 443,
11843
- "end": 444
11867
+ "start": 379,
11868
+ "end": 380
11844
11869
  },
11845
11870
  "context": {
11846
11871
  "type": "variable",
@@ -11848,8 +11873,8 @@
11848
11873
  "value": "$kendo-color-error",
11849
11874
  "scope": "default",
11850
11875
  "line": {
11851
- "start": 445,
11852
- "end": 445
11876
+ "start": 381,
11877
+ "end": 381
11853
11878
  }
11854
11879
  },
11855
11880
  "group": [
@@ -11857,15 +11882,15 @@
11857
11882
  ],
11858
11883
  "access": "public",
11859
11884
  "file": {
11860
- "path": "_variables.scss",
11861
- "name": "_variables.scss"
11885
+ "path": "core/color-system/_swatch.scss",
11886
+ "name": "_swatch.scss"
11862
11887
  }
11863
11888
  },
11864
11889
  {
11865
11890
  "description": "Shadow of the invalid items.\n",
11866
11891
  "commentRange": {
11867
- "start": 446,
11868
- "end": 447
11892
+ "start": 382,
11893
+ "end": 383
11869
11894
  },
11870
11895
  "context": {
11871
11896
  "type": "variable",
@@ -11873,8 +11898,8 @@
11873
11898
  "value": "null",
11874
11899
  "scope": "default",
11875
11900
  "line": {
11876
- "start": 448,
11877
- "end": 448
11901
+ "start": 384,
11902
+ "end": 384
11878
11903
  }
11879
11904
  },
11880
11905
  "group": [
@@ -11882,8 +11907,108 @@
11882
11907
  ],
11883
11908
  "access": "public",
11884
11909
  "file": {
11885
- "path": "_variables.scss",
11886
- "name": "_variables.scss"
11910
+ "path": "core/color-system/_swatch.scss",
11911
+ "name": "_swatch.scss"
11912
+ }
11913
+ },
11914
+ {
11915
+ "description": "Background color of the valid items.\n",
11916
+ "commentRange": {
11917
+ "start": 386,
11918
+ "end": 387
11919
+ },
11920
+ "context": {
11921
+ "type": "variable",
11922
+ "name": "kendo-valid-bg",
11923
+ "value": "null",
11924
+ "scope": "default",
11925
+ "line": {
11926
+ "start": 388,
11927
+ "end": 388
11928
+ }
11929
+ },
11930
+ "group": [
11931
+ "component"
11932
+ ],
11933
+ "access": "public",
11934
+ "file": {
11935
+ "path": "core/color-system/_swatch.scss",
11936
+ "name": "_swatch.scss"
11937
+ }
11938
+ },
11939
+ {
11940
+ "description": "Text color of the valid items.\n",
11941
+ "commentRange": {
11942
+ "start": 389,
11943
+ "end": 390
11944
+ },
11945
+ "context": {
11946
+ "type": "variable",
11947
+ "name": "kendo-valid-text",
11948
+ "value": "$kendo-color-success",
11949
+ "scope": "default",
11950
+ "line": {
11951
+ "start": 391,
11952
+ "end": 391
11953
+ }
11954
+ },
11955
+ "group": [
11956
+ "component"
11957
+ ],
11958
+ "access": "public",
11959
+ "file": {
11960
+ "path": "core/color-system/_swatch.scss",
11961
+ "name": "_swatch.scss"
11962
+ }
11963
+ },
11964
+ {
11965
+ "description": "Border color of the valid items.\n",
11966
+ "commentRange": {
11967
+ "start": 392,
11968
+ "end": 393
11969
+ },
11970
+ "context": {
11971
+ "type": "variable",
11972
+ "name": "kendo-valid-border",
11973
+ "value": "$kendo-color-success",
11974
+ "scope": "default",
11975
+ "line": {
11976
+ "start": 394,
11977
+ "end": 394
11978
+ }
11979
+ },
11980
+ "group": [
11981
+ "component"
11982
+ ],
11983
+ "access": "public",
11984
+ "file": {
11985
+ "path": "core/color-system/_swatch.scss",
11986
+ "name": "_swatch.scss"
11987
+ }
11988
+ },
11989
+ {
11990
+ "description": "Shadow of the valid items.\n",
11991
+ "commentRange": {
11992
+ "start": 395,
11993
+ "end": 396
11994
+ },
11995
+ "context": {
11996
+ "type": "variable",
11997
+ "name": "kendo-valid-shadow",
11998
+ "value": "null",
11999
+ "scope": "default",
12000
+ "line": {
12001
+ "start": 397,
12002
+ "end": 397
12003
+ }
12004
+ },
12005
+ "group": [
12006
+ "component"
12007
+ ],
12008
+ "access": "public",
12009
+ "file": {
12010
+ "path": "core/color-system/_swatch.scss",
12011
+ "name": "_swatch.scss"
11887
12012
  }
11888
12013
  },
11889
12014
  {
@@ -12920,7 +13045,7 @@
12920
13045
  "context": {
12921
13046
  "type": "variable",
12922
13047
  "name": "kendo-dock-manager-dock-preview-bg",
12923
- "value": "rgba( $kendo-color-primary, .16 )",
13048
+ "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 ))",
12924
13049
  "scope": "default",
12925
13050
  "line": {
12926
13051
  "start": 110,
@@ -13295,7 +13420,7 @@
13295
13420
  "context": {
13296
13421
  "type": "variable",
13297
13422
  "name": "kendo-dropzone-icon-text",
13298
- "value": "k-try-tint( $kendo-dropzone-text, 4 )",
13423
+ "value": "if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 ))",
13299
13424
  "scope": "default",
13300
13425
  "line": {
13301
13426
  "start": 41,
@@ -13695,7 +13820,7 @@
13695
13820
  "context": {
13696
13821
  "type": "variable",
13697
13822
  "name": "kendo-editor-highlighted-bg",
13698
- "value": "k-color-mix($kendo-color-primary, #ffffff, 20%)",
13823
+ "value": "if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix($kendo-color-primary, #ffffff, 20%))",
13699
13824
  "scope": "default",
13700
13825
  "line": {
13701
13826
  "start": 32,
@@ -15370,7 +15495,7 @@
15370
15495
  "context": {
15371
15496
  "type": "variable",
15372
15497
  "name": "kendo-file-manager-listview-item-icon-text",
15373
- "value": "k-try-tint($kendo-file-manager-text, 4)",
15498
+ "value": "if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4))",
15374
15499
  "scope": "default",
15375
15500
  "line": {
15376
15501
  "start": 122,
@@ -15820,7 +15945,7 @@
15820
15945
  "context": {
15821
15946
  "type": "variable",
15822
15947
  "name": "kendo-file-manager-preview-icon-text",
15823
- "value": "k-try-tint($kendo-file-manager-text, 4)",
15948
+ "value": "if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4))",
15824
15949
  "scope": "default",
15825
15950
  "line": {
15826
15951
  "start": 179,
@@ -18670,7 +18795,7 @@
18670
18795
  "context": {
18671
18796
  "type": "variable",
18672
18797
  "name": "kendo-fieldset-legend-text",
18673
- "value": "k-try-shade( $kendo-body-text, 2 )",
18798
+ "value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-try-shade( $kendo-body-text, 2 ))",
18674
18799
  "scope": "default",
18675
18800
  "line": {
18676
18801
  "start": 154,
@@ -19689,17 +19814,17 @@
19689
19814
  {
19690
19815
  "description": "Background color of the grid row resize indicator\n",
19691
19816
  "commentRange": {
19692
- "start": 305,
19693
- "end": 306
19817
+ "start": 308,
19818
+ "end": 309
19694
19819
  },
19695
19820
  "context": {
19696
19821
  "type": "variable",
19697
19822
  "name": "kendo-grid-row-resizer-hover-bg",
19698
- "value": "rgba( k-contrast-color( $kendo-grid-bg ), .12 )",
19823
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 ))",
19699
19824
  "scope": "default",
19700
19825
  "line": {
19701
- "start": 307,
19702
- "end": 307
19826
+ "start": 310,
19827
+ "end": 310
19703
19828
  }
19704
19829
  },
19705
19830
  "group": [
@@ -19714,8 +19839,8 @@
19714
19839
  {
19715
19840
  "description": "Active background color of the grid row resize indicator\n",
19716
19841
  "commentRange": {
19717
- "start": 308,
19718
- "end": 309
19842
+ "start": 311,
19843
+ "end": 312
19719
19844
  },
19720
19845
  "context": {
19721
19846
  "type": "variable",
@@ -19723,8 +19848,8 @@
19723
19848
  "value": "$kendo-color-primary",
19724
19849
  "scope": "default",
19725
19850
  "line": {
19726
- "start": 310,
19727
- "end": 310
19851
+ "start": 313,
19852
+ "end": 313
19728
19853
  }
19729
19854
  },
19730
19855
  "group": [
@@ -19739,8 +19864,8 @@
19739
19864
  {
19740
19865
  "description": "Height of the grid row resize indicator\n",
19741
19866
  "commentRange": {
19742
- "start": 311,
19743
- "end": 312
19867
+ "start": 314,
19868
+ "end": 315
19744
19869
  },
19745
19870
  "context": {
19746
19871
  "type": "variable",
@@ -19748,8 +19873,8 @@
19748
19873
  "value": "k-map-get( $kendo-spacing, .5 )",
19749
19874
  "scope": "default",
19750
19875
  "line": {
19751
- "start": 313,
19752
- "end": 313
19876
+ "start": 316,
19877
+ "end": 316
19753
19878
  }
19754
19879
  },
19755
19880
  "group": [
@@ -20445,7 +20570,7 @@
20445
20570
  "context": {
20446
20571
  "type": "variable",
20447
20572
  "name": "kendo-input-hover-border",
20448
- "value": "rgba( $kendo-input-border, .16 )",
20573
+ "value": "if($kendo-enable-color-system, k-color( border-alt ), rgba( $kendo-input-border, .16 ))",
20449
20574
  "scope": "default",
20450
20575
  "line": {
20451
20576
  "start": 121,
@@ -20570,7 +20695,7 @@
20570
20695
  "context": {
20571
20696
  "type": "variable",
20572
20697
  "name": "kendo-input-focus-shadow",
20573
- "value": "0 0 0 2px rgba( $kendo-input-focus-border, .08 )",
20698
+ "value": "0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( $kendo-input-focus-border, .08 ))",
20574
20699
  "scope": "default",
20575
20700
  "line": {
20576
20701
  "start": 137,
@@ -20820,7 +20945,7 @@
20820
20945
  "context": {
20821
20946
  "type": "variable",
20822
20947
  "name": "kendo-input-outline-border",
20823
- "value": "rgba( $kendo-button-text, .5)",
20948
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .5 ), rgba( $kendo-button-text, .5))",
20824
20949
  "scope": "default",
20825
20950
  "line": {
20826
20951
  "start": 170,
@@ -20895,7 +21020,7 @@
20895
21020
  "context": {
20896
21021
  "type": "variable",
20897
21022
  "name": "kendo-input-outline-hover-border",
20898
- "value": "rgba( $kendo-button-text, .8)",
21023
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .8 ), rgba( $kendo-button-text, .8))",
20899
21024
  "scope": "default",
20900
21025
  "line": {
20901
21026
  "start": 180,
@@ -21569,8 +21694,8 @@
21569
21694
  },
21570
21695
  "context": {
21571
21696
  "type": "variable",
21572
- "name": "kendo-input-separator-color",
21573
- "value": "$kendo-input-text",
21697
+ "name": "kendo-input-separator-text",
21698
+ "value": "$kendo-input-border",
21574
21699
  "scope": "default",
21575
21700
  "line": {
21576
21701
  "start": 270,
@@ -21612,15 +21737,15 @@
21612
21737
  }
21613
21738
  },
21614
21739
  {
21615
- "description": "The border color of the invalid Input components.\n",
21740
+ "description": "The text color of the Input prefix.\n",
21616
21741
  "commentRange": {
21617
21742
  "start": 275,
21618
21743
  "end": 276
21619
21744
  },
21620
21745
  "context": {
21621
21746
  "type": "variable",
21622
- "name": "kendo-input-invalid-border",
21623
- "value": "$kendo-invalid-border",
21747
+ "name": "kendo-input-prefix-text",
21748
+ "value": "$kendo-subtle-text",
21624
21749
  "scope": "default",
21625
21750
  "line": {
21626
21751
  "start": 277,
@@ -21637,15 +21762,15 @@
21637
21762
  }
21638
21763
  },
21639
21764
  {
21640
- "description": "The shadow of the invalid Input components.\n",
21765
+ "description": "The text color of the Input suffix.\n",
21641
21766
  "commentRange": {
21642
21767
  "start": 278,
21643
21768
  "end": 279
21644
21769
  },
21645
21770
  "context": {
21646
21771
  "type": "variable",
21647
- "name": "kendo-input-invalid-shadow",
21648
- "value": "$kendo-invalid-shadow",
21772
+ "name": "kendo-input-suffix-text",
21773
+ "value": "$kendo-subtle-text",
21649
21774
  "scope": "default",
21650
21775
  "line": {
21651
21776
  "start": 280,
@@ -21661,6 +21786,156 @@
21661
21786
  "name": "_variables.scss"
21662
21787
  }
21663
21788
  },
21789
+ {
21790
+ "description": "The text color of the Input prefix.\n",
21791
+ "commentRange": {
21792
+ "start": 282,
21793
+ "end": 283
21794
+ },
21795
+ "context": {
21796
+ "type": "variable",
21797
+ "name": "kendo-input-prefix-text",
21798
+ "value": "$kendo-subtle-text",
21799
+ "scope": "default",
21800
+ "line": {
21801
+ "start": 284,
21802
+ "end": 284
21803
+ }
21804
+ },
21805
+ "group": [
21806
+ "input"
21807
+ ],
21808
+ "access": "public",
21809
+ "file": {
21810
+ "path": "input/_variables.scss",
21811
+ "name": "_variables.scss"
21812
+ }
21813
+ },
21814
+ {
21815
+ "description": "The text color of the Input suffix.\n",
21816
+ "commentRange": {
21817
+ "start": 285,
21818
+ "end": 286
21819
+ },
21820
+ "context": {
21821
+ "type": "variable",
21822
+ "name": "kendo-input-suffix-text",
21823
+ "value": "$kendo-subtle-text",
21824
+ "scope": "default",
21825
+ "line": {
21826
+ "start": 287,
21827
+ "end": 287
21828
+ }
21829
+ },
21830
+ "group": [
21831
+ "input"
21832
+ ],
21833
+ "access": "public",
21834
+ "file": {
21835
+ "path": "input/_variables.scss",
21836
+ "name": "_variables.scss"
21837
+ }
21838
+ },
21839
+ {
21840
+ "description": "The border color of the invalid Input components.\n",
21841
+ "commentRange": {
21842
+ "start": 289,
21843
+ "end": 290
21844
+ },
21845
+ "context": {
21846
+ "type": "variable",
21847
+ "name": "kendo-input-invalid-border",
21848
+ "value": "$kendo-invalid-border",
21849
+ "scope": "default",
21850
+ "line": {
21851
+ "start": 291,
21852
+ "end": 291
21853
+ }
21854
+ },
21855
+ "group": [
21856
+ "input"
21857
+ ],
21858
+ "access": "public",
21859
+ "file": {
21860
+ "path": "input/_variables.scss",
21861
+ "name": "_variables.scss"
21862
+ }
21863
+ },
21864
+ {
21865
+ "description": "The shadow of the invalid Input components.\n",
21866
+ "commentRange": {
21867
+ "start": 292,
21868
+ "end": 293
21869
+ },
21870
+ "context": {
21871
+ "type": "variable",
21872
+ "name": "kendo-input-invalid-shadow",
21873
+ "value": "$kendo-invalid-shadow",
21874
+ "scope": "default",
21875
+ "line": {
21876
+ "start": 294,
21877
+ "end": 294
21878
+ }
21879
+ },
21880
+ "group": [
21881
+ "input"
21882
+ ],
21883
+ "access": "public",
21884
+ "file": {
21885
+ "path": "input/_variables.scss",
21886
+ "name": "_variables.scss"
21887
+ }
21888
+ },
21889
+ {
21890
+ "description": "The border color of the valid Input components.\n",
21891
+ "commentRange": {
21892
+ "start": 296,
21893
+ "end": 297
21894
+ },
21895
+ "context": {
21896
+ "type": "variable",
21897
+ "name": "kendo-input-valid-border",
21898
+ "value": "$kendo-valid-border",
21899
+ "scope": "default",
21900
+ "line": {
21901
+ "start": 298,
21902
+ "end": 298
21903
+ }
21904
+ },
21905
+ "group": [
21906
+ "input"
21907
+ ],
21908
+ "access": "public",
21909
+ "file": {
21910
+ "path": "input/_variables.scss",
21911
+ "name": "_variables.scss"
21912
+ }
21913
+ },
21914
+ {
21915
+ "description": "The shadow of the valid Input components.\n",
21916
+ "commentRange": {
21917
+ "start": 299,
21918
+ "end": 300
21919
+ },
21920
+ "context": {
21921
+ "type": "variable",
21922
+ "name": "kendo-input-valid-shadow",
21923
+ "value": "$kendo-valid-shadow",
21924
+ "scope": "default",
21925
+ "line": {
21926
+ "start": 301,
21927
+ "end": 301
21928
+ }
21929
+ },
21930
+ "group": [
21931
+ "input"
21932
+ ],
21933
+ "access": "public",
21934
+ "file": {
21935
+ "path": "input/_variables.scss",
21936
+ "name": "_variables.scss"
21937
+ }
21938
+ },
21664
21939
  {
21665
21940
  "description": "The font family of the List components.\n",
21666
21941
  "commentRange": {
@@ -23395,7 +23670,7 @@
23395
23670
  "context": {
23396
23671
  "type": "variable",
23397
23672
  "name": "kendo-listview-item-selected-bg",
23398
- "value": "rgba( $kendo-selected-bg, .25 )",
23673
+ "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25))",
23399
23674
  "scope": "default",
23400
23675
  "line": {
23401
23676
  "start": 44,
@@ -27489,8 +27764,8 @@
27489
27764
  {
27490
27765
  "description": "The background color of the Picker components.\n",
27491
27766
  "commentRange": {
27492
- "start": 282,
27493
- "end": 283
27767
+ "start": 303,
27768
+ "end": 304
27494
27769
  },
27495
27770
  "context": {
27496
27771
  "type": "variable",
@@ -27498,8 +27773,8 @@
27498
27773
  "value": "$kendo-button-bg",
27499
27774
  "scope": "default",
27500
27775
  "line": {
27501
- "start": 284,
27502
- "end": 284
27776
+ "start": 305,
27777
+ "end": 305
27503
27778
  }
27504
27779
  },
27505
27780
  "group": [
@@ -27514,8 +27789,8 @@
27514
27789
  {
27515
27790
  "description": "The text color of the Picker components.\n",
27516
27791
  "commentRange": {
27517
- "start": 285,
27518
- "end": 286
27792
+ "start": 306,
27793
+ "end": 307
27519
27794
  },
27520
27795
  "context": {
27521
27796
  "type": "variable",
@@ -27523,8 +27798,8 @@
27523
27798
  "value": "$kendo-button-text",
27524
27799
  "scope": "default",
27525
27800
  "line": {
27526
- "start": 287,
27527
- "end": 287
27801
+ "start": 308,
27802
+ "end": 308
27528
27803
  }
27529
27804
  },
27530
27805
  "group": [
@@ -27539,8 +27814,8 @@
27539
27814
  {
27540
27815
  "description": "The border color of the Picker components.\n",
27541
27816
  "commentRange": {
27542
- "start": 288,
27543
- "end": 289
27817
+ "start": 309,
27818
+ "end": 310
27544
27819
  },
27545
27820
  "context": {
27546
27821
  "type": "variable",
@@ -27548,8 +27823,8 @@
27548
27823
  "value": "$kendo-button-border",
27549
27824
  "scope": "default",
27550
27825
  "line": {
27551
- "start": 290,
27552
- "end": 290
27826
+ "start": 311,
27827
+ "end": 311
27553
27828
  }
27554
27829
  },
27555
27830
  "group": [
@@ -27564,8 +27839,8 @@
27564
27839
  {
27565
27840
  "description": "The gradient of the Picker components.\n",
27566
27841
  "commentRange": {
27567
- "start": 291,
27568
- "end": 292
27842
+ "start": 312,
27843
+ "end": 313
27569
27844
  },
27570
27845
  "context": {
27571
27846
  "type": "variable",
@@ -27573,8 +27848,8 @@
27573
27848
  "value": "$kendo-button-gradient",
27574
27849
  "scope": "default",
27575
27850
  "line": {
27576
- "start": 293,
27577
- "end": 293
27851
+ "start": 314,
27852
+ "end": 314
27578
27853
  }
27579
27854
  },
27580
27855
  "group": [
@@ -27589,8 +27864,8 @@
27589
27864
  {
27590
27865
  "description": "The shadow of the Picker components.\n",
27591
27866
  "commentRange": {
27592
- "start": 294,
27593
- "end": 295
27867
+ "start": 315,
27868
+ "end": 316
27594
27869
  },
27595
27870
  "context": {
27596
27871
  "type": "variable",
@@ -27598,8 +27873,8 @@
27598
27873
  "value": "$kendo-button-shadow",
27599
27874
  "scope": "default",
27600
27875
  "line": {
27601
- "start": 296,
27602
- "end": 296
27876
+ "start": 317,
27877
+ "end": 317
27603
27878
  }
27604
27879
  },
27605
27880
  "group": [
@@ -27614,8 +27889,8 @@
27614
27889
  {
27615
27890
  "description": "The background color of the hovered Picker components.\n",
27616
27891
  "commentRange": {
27617
- "start": 298,
27618
- "end": 299
27892
+ "start": 319,
27893
+ "end": 320
27619
27894
  },
27620
27895
  "context": {
27621
27896
  "type": "variable",
@@ -27623,8 +27898,8 @@
27623
27898
  "value": "$kendo-button-hover-bg",
27624
27899
  "scope": "default",
27625
27900
  "line": {
27626
- "start": 300,
27627
- "end": 300
27901
+ "start": 321,
27902
+ "end": 321
27628
27903
  }
27629
27904
  },
27630
27905
  "group": [
@@ -27639,8 +27914,8 @@
27639
27914
  {
27640
27915
  "description": "The text color of the hovered Picker components.\n",
27641
27916
  "commentRange": {
27642
- "start": 301,
27643
- "end": 302
27917
+ "start": 322,
27918
+ "end": 323
27644
27919
  },
27645
27920
  "context": {
27646
27921
  "type": "variable",
@@ -27648,8 +27923,8 @@
27648
27923
  "value": "$kendo-button-hover-text",
27649
27924
  "scope": "default",
27650
27925
  "line": {
27651
- "start": 303,
27652
- "end": 303
27926
+ "start": 324,
27927
+ "end": 324
27653
27928
  }
27654
27929
  },
27655
27930
  "group": [
@@ -27664,8 +27939,8 @@
27664
27939
  {
27665
27940
  "description": "The border color of the hovered Picker components.\n",
27666
27941
  "commentRange": {
27667
- "start": 304,
27668
- "end": 305
27942
+ "start": 325,
27943
+ "end": 326
27669
27944
  },
27670
27945
  "context": {
27671
27946
  "type": "variable",
@@ -27673,8 +27948,8 @@
27673
27948
  "value": "$kendo-button-hover-border",
27674
27949
  "scope": "default",
27675
27950
  "line": {
27676
- "start": 306,
27677
- "end": 306
27951
+ "start": 327,
27952
+ "end": 327
27678
27953
  }
27679
27954
  },
27680
27955
  "group": [
@@ -27689,8 +27964,8 @@
27689
27964
  {
27690
27965
  "description": "The gradient of the hovered Picker components.\n",
27691
27966
  "commentRange": {
27692
- "start": 307,
27693
- "end": 308
27967
+ "start": 328,
27968
+ "end": 329
27694
27969
  },
27695
27970
  "context": {
27696
27971
  "type": "variable",
@@ -27698,8 +27973,8 @@
27698
27973
  "value": "$kendo-button-hover-gradient",
27699
27974
  "scope": "default",
27700
27975
  "line": {
27701
- "start": 309,
27702
- "end": 309
27976
+ "start": 330,
27977
+ "end": 330
27703
27978
  }
27704
27979
  },
27705
27980
  "group": [
@@ -27714,8 +27989,8 @@
27714
27989
  {
27715
27990
  "description": "The shadow of the hovered Picker components.\n",
27716
27991
  "commentRange": {
27717
- "start": 310,
27718
- "end": 311
27992
+ "start": 331,
27993
+ "end": 332
27719
27994
  },
27720
27995
  "context": {
27721
27996
  "type": "variable",
@@ -27723,8 +27998,8 @@
27723
27998
  "value": "$kendo-button-hover-shadow",
27724
27999
  "scope": "default",
27725
28000
  "line": {
27726
- "start": 312,
27727
- "end": 312
28001
+ "start": 333,
28002
+ "end": 333
27728
28003
  }
27729
28004
  },
27730
28005
  "group": [
@@ -27739,8 +28014,8 @@
27739
28014
  {
27740
28015
  "description": "The background color of the focused Picker components.\n",
27741
28016
  "commentRange": {
27742
- "start": 314,
27743
- "end": 315
28017
+ "start": 335,
28018
+ "end": 336
27744
28019
  },
27745
28020
  "context": {
27746
28021
  "type": "variable",
@@ -27748,8 +28023,8 @@
27748
28023
  "value": "$kendo-button-focus-bg",
27749
28024
  "scope": "default",
27750
28025
  "line": {
27751
- "start": 316,
27752
- "end": 316
28026
+ "start": 337,
28027
+ "end": 337
27753
28028
  }
27754
28029
  },
27755
28030
  "group": [
@@ -27764,8 +28039,8 @@
27764
28039
  {
27765
28040
  "description": "The text color of the focused Picker components.\n",
27766
28041
  "commentRange": {
27767
- "start": 317,
27768
- "end": 318
28042
+ "start": 338,
28043
+ "end": 339
27769
28044
  },
27770
28045
  "context": {
27771
28046
  "type": "variable",
@@ -27773,8 +28048,8 @@
27773
28048
  "value": "$kendo-button-focus-text",
27774
28049
  "scope": "default",
27775
28050
  "line": {
27776
- "start": 319,
27777
- "end": 319
28051
+ "start": 340,
28052
+ "end": 340
27778
28053
  }
27779
28054
  },
27780
28055
  "group": [
@@ -27789,8 +28064,8 @@
27789
28064
  {
27790
28065
  "description": "The border color of the focused Picker components.\n",
27791
28066
  "commentRange": {
27792
- "start": 320,
27793
- "end": 321
28067
+ "start": 341,
28068
+ "end": 342
27794
28069
  },
27795
28070
  "context": {
27796
28071
  "type": "variable",
@@ -27798,8 +28073,8 @@
27798
28073
  "value": "$kendo-button-focus-border",
27799
28074
  "scope": "default",
27800
28075
  "line": {
27801
- "start": 322,
27802
- "end": 322
28076
+ "start": 343,
28077
+ "end": 343
27803
28078
  }
27804
28079
  },
27805
28080
  "group": [
@@ -27814,8 +28089,8 @@
27814
28089
  {
27815
28090
  "description": "The gradient of the focused Picker components.\n",
27816
28091
  "commentRange": {
27817
- "start": 323,
27818
- "end": 324
28092
+ "start": 344,
28093
+ "end": 345
27819
28094
  },
27820
28095
  "context": {
27821
28096
  "type": "variable",
@@ -27823,8 +28098,8 @@
27823
28098
  "value": "$kendo-button-focus-gradient",
27824
28099
  "scope": "default",
27825
28100
  "line": {
27826
- "start": 325,
27827
- "end": 325
28101
+ "start": 346,
28102
+ "end": 346
27828
28103
  }
27829
28104
  },
27830
28105
  "group": [
@@ -27839,8 +28114,8 @@
27839
28114
  {
27840
28115
  "description": "The shadow of the focused Picker components.\n",
27841
28116
  "commentRange": {
27842
- "start": 326,
27843
- "end": 327
28117
+ "start": 347,
28118
+ "end": 348
27844
28119
  },
27845
28120
  "context": {
27846
28121
  "type": "variable",
@@ -27848,8 +28123,8 @@
27848
28123
  "value": "$kendo-button-focus-shadow",
27849
28124
  "scope": "default",
27850
28125
  "line": {
27851
- "start": 328,
27852
- "end": 328
28126
+ "start": 349,
28127
+ "end": 349
27853
28128
  }
27854
28129
  },
27855
28130
  "group": [
@@ -27864,8 +28139,8 @@
27864
28139
  {
27865
28140
  "description": "The background color of the disabled Picker components.\n",
27866
28141
  "commentRange": {
27867
- "start": 330,
27868
- "end": 331
28142
+ "start": 351,
28143
+ "end": 352
27869
28144
  },
27870
28145
  "context": {
27871
28146
  "type": "variable",
@@ -27873,8 +28148,8 @@
27873
28148
  "value": "null",
27874
28149
  "scope": "default",
27875
28150
  "line": {
27876
- "start": 332,
27877
- "end": 332
28151
+ "start": 353,
28152
+ "end": 353
27878
28153
  }
27879
28154
  },
27880
28155
  "group": [
@@ -27889,8 +28164,8 @@
27889
28164
  {
27890
28165
  "description": "The text color of the disabled Picker components.\n",
27891
28166
  "commentRange": {
27892
- "start": 333,
27893
- "end": 334
28167
+ "start": 354,
28168
+ "end": 355
27894
28169
  },
27895
28170
  "context": {
27896
28171
  "type": "variable",
@@ -27898,8 +28173,8 @@
27898
28173
  "value": "null",
27899
28174
  "scope": "default",
27900
28175
  "line": {
27901
- "start": 335,
27902
- "end": 335
28176
+ "start": 356,
28177
+ "end": 356
27903
28178
  }
27904
28179
  },
27905
28180
  "group": [
@@ -27914,8 +28189,8 @@
27914
28189
  {
27915
28190
  "description": "The border color of the disabled Picker components.\n",
27916
28191
  "commentRange": {
27917
- "start": 336,
27918
- "end": 337
28192
+ "start": 357,
28193
+ "end": 358
27919
28194
  },
27920
28195
  "context": {
27921
28196
  "type": "variable",
@@ -27923,8 +28198,8 @@
27923
28198
  "value": "null",
27924
28199
  "scope": "default",
27925
28200
  "line": {
27926
- "start": 338,
27927
- "end": 338
28201
+ "start": 359,
28202
+ "end": 359
27928
28203
  }
27929
28204
  },
27930
28205
  "group": [
@@ -27939,8 +28214,8 @@
27939
28214
  {
27940
28215
  "description": "The gradient of the disabled Picker components.\n",
27941
28216
  "commentRange": {
27942
- "start": 339,
27943
- "end": 340
28217
+ "start": 360,
28218
+ "end": 361
27944
28219
  },
27945
28220
  "context": {
27946
28221
  "type": "variable",
@@ -27948,8 +28223,8 @@
27948
28223
  "value": "null",
27949
28224
  "scope": "default",
27950
28225
  "line": {
27951
- "start": 341,
27952
- "end": 341
28226
+ "start": 362,
28227
+ "end": 362
27953
28228
  }
27954
28229
  },
27955
28230
  "group": [
@@ -27964,8 +28239,8 @@
27964
28239
  {
27965
28240
  "description": "The shadow of the disabled Picker components.\n",
27966
28241
  "commentRange": {
27967
- "start": 342,
27968
- "end": 343
28242
+ "start": 363,
28243
+ "end": 364
27969
28244
  },
27970
28245
  "context": {
27971
28246
  "type": "variable",
@@ -27973,8 +28248,8 @@
27973
28248
  "value": "null",
27974
28249
  "scope": "default",
27975
28250
  "line": {
27976
- "start": 344,
27977
- "end": 344
28251
+ "start": 365,
28252
+ "end": 365
27978
28253
  }
27979
28254
  },
27980
28255
  "group": [
@@ -27989,8 +28264,8 @@
27989
28264
  {
27990
28265
  "description": "The background color of the outline Picker components.\n",
27991
28266
  "commentRange": {
27992
- "start": 346,
27993
- "end": 347
28267
+ "start": 367,
28268
+ "end": 368
27994
28269
  },
27995
28270
  "context": {
27996
28271
  "type": "variable",
@@ -27998,8 +28273,8 @@
27998
28273
  "value": "null",
27999
28274
  "scope": "default",
28000
28275
  "line": {
28001
- "start": 348,
28002
- "end": 348
28276
+ "start": 369,
28277
+ "end": 369
28003
28278
  }
28004
28279
  },
28005
28280
  "group": [
@@ -28014,8 +28289,8 @@
28014
28289
  {
28015
28290
  "description": "The text color of the outline Picker components.\n",
28016
28291
  "commentRange": {
28017
- "start": 349,
28018
- "end": 350
28292
+ "start": 370,
28293
+ "end": 371
28019
28294
  },
28020
28295
  "context": {
28021
28296
  "type": "variable",
@@ -28023,8 +28298,8 @@
28023
28298
  "value": "$kendo-button-text",
28024
28299
  "scope": "default",
28025
28300
  "line": {
28026
- "start": 351,
28027
- "end": 351
28301
+ "start": 372,
28302
+ "end": 372
28028
28303
  }
28029
28304
  },
28030
28305
  "group": [
@@ -28039,17 +28314,17 @@
28039
28314
  {
28040
28315
  "description": "The border color of the outline Picker components.\n",
28041
28316
  "commentRange": {
28042
- "start": 352,
28043
- "end": 353
28317
+ "start": 373,
28318
+ "end": 374
28044
28319
  },
28045
28320
  "context": {
28046
28321
  "type": "variable",
28047
28322
  "name": "kendo-picker-outline-border",
28048
- "value": "rgba( $kendo-picker-outline-text, .5)",
28323
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .5 ), rgba( $kendo-picker-outline-text, .5))",
28049
28324
  "scope": "default",
28050
28325
  "line": {
28051
- "start": 354,
28052
- "end": 354
28326
+ "start": 375,
28327
+ "end": 375
28053
28328
  }
28054
28329
  },
28055
28330
  "group": [
@@ -28064,8 +28339,8 @@
28064
28339
  {
28065
28340
  "description": "The background color of the outline hovered Picker components.\n",
28066
28341
  "commentRange": {
28067
- "start": 356,
28068
- "end": 357
28342
+ "start": 377,
28343
+ "end": 378
28069
28344
  },
28070
28345
  "context": {
28071
28346
  "type": "variable",
@@ -28073,8 +28348,8 @@
28073
28348
  "value": "$kendo-picker-outline-text",
28074
28349
  "scope": "default",
28075
28350
  "line": {
28076
- "start": 358,
28077
- "end": 358
28351
+ "start": 379,
28352
+ "end": 379
28078
28353
  }
28079
28354
  },
28080
28355
  "group": [
@@ -28089,17 +28364,17 @@
28089
28364
  {
28090
28365
  "description": "The text color of the outline hovered Picker components.\n",
28091
28366
  "commentRange": {
28092
- "start": 359,
28093
- "end": 360
28367
+ "start": 380,
28368
+ "end": 381
28094
28369
  },
28095
28370
  "context": {
28096
28371
  "type": "variable",
28097
28372
  "name": "kendo-picker-outline-hover-text",
28098
- "value": "k-contrast-legacy( $kendo-picker-outline-hover-bg )",
28373
+ "value": "if($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $kendo-picker-outline-hover-bg ))",
28099
28374
  "scope": "default",
28100
28375
  "line": {
28101
- "start": 361,
28102
- "end": 361
28376
+ "start": 382,
28377
+ "end": 382
28103
28378
  }
28104
28379
  },
28105
28380
  "group": [
@@ -28114,8 +28389,8 @@
28114
28389
  {
28115
28390
  "description": "The border color of the outline hovered Picker components.\n",
28116
28391
  "commentRange": {
28117
- "start": 362,
28118
- "end": 363
28392
+ "start": 383,
28393
+ "end": 384
28119
28394
  },
28120
28395
  "context": {
28121
28396
  "type": "variable",
@@ -28123,8 +28398,8 @@
28123
28398
  "value": "$kendo-picker-outline-hover-bg",
28124
28399
  "scope": "default",
28125
28400
  "line": {
28126
- "start": 364,
28127
- "end": 364
28401
+ "start": 385,
28402
+ "end": 385
28128
28403
  }
28129
28404
  },
28130
28405
  "group": [
@@ -28139,8 +28414,8 @@
28139
28414
  {
28140
28415
  "description": "The background color of the outline focused Picker components.\n",
28141
28416
  "commentRange": {
28142
- "start": 366,
28143
- "end": 367
28417
+ "start": 387,
28418
+ "end": 388
28144
28419
  },
28145
28420
  "context": {
28146
28421
  "type": "variable",
@@ -28148,8 +28423,8 @@
28148
28423
  "value": "null",
28149
28424
  "scope": "default",
28150
28425
  "line": {
28151
- "start": 368,
28152
- "end": 368
28426
+ "start": 389,
28427
+ "end": 389
28153
28428
  }
28154
28429
  },
28155
28430
  "group": [
@@ -28164,8 +28439,8 @@
28164
28439
  {
28165
28440
  "description": "The text color of the outline focused Picker components.\n",
28166
28441
  "commentRange": {
28167
- "start": 369,
28168
- "end": 370
28442
+ "start": 390,
28443
+ "end": 391
28169
28444
  },
28170
28445
  "context": {
28171
28446
  "type": "variable",
@@ -28173,8 +28448,8 @@
28173
28448
  "value": "null",
28174
28449
  "scope": "default",
28175
28450
  "line": {
28176
- "start": 371,
28177
- "end": 371
28451
+ "start": 392,
28452
+ "end": 392
28178
28453
  }
28179
28454
  },
28180
28455
  "group": [
@@ -28189,8 +28464,8 @@
28189
28464
  {
28190
28465
  "description": "The border color of the outline focused Picker components.\n",
28191
28466
  "commentRange": {
28192
- "start": 372,
28193
- "end": 373
28467
+ "start": 393,
28468
+ "end": 394
28194
28469
  },
28195
28470
  "context": {
28196
28471
  "type": "variable",
@@ -28198,8 +28473,8 @@
28198
28473
  "value": "null",
28199
28474
  "scope": "default",
28200
28475
  "line": {
28201
- "start": 374,
28202
- "end": 374
28476
+ "start": 395,
28477
+ "end": 395
28203
28478
  }
28204
28479
  },
28205
28480
  "group": [
@@ -28214,8 +28489,8 @@
28214
28489
  {
28215
28490
  "description": "The shadow of the outline focused Picker components.\n",
28216
28491
  "commentRange": {
28217
- "start": 375,
28218
- "end": 376
28492
+ "start": 396,
28493
+ "end": 397
28219
28494
  },
28220
28495
  "context": {
28221
28496
  "type": "variable",
@@ -28223,8 +28498,8 @@
28223
28498
  "value": "$kendo-picker-focus-shadow",
28224
28499
  "scope": "default",
28225
28500
  "line": {
28226
- "start": 377,
28227
- "end": 377
28501
+ "start": 398,
28502
+ "end": 398
28228
28503
  }
28229
28504
  },
28230
28505
  "group": [
@@ -28239,8 +28514,8 @@
28239
28514
  {
28240
28515
  "description": "The background color of the outline hovered and focused Picker components.\n",
28241
28516
  "commentRange": {
28242
- "start": 379,
28243
- "end": 380
28517
+ "start": 400,
28518
+ "end": 401
28244
28519
  },
28245
28520
  "context": {
28246
28521
  "type": "variable",
@@ -28248,8 +28523,8 @@
28248
28523
  "value": "null",
28249
28524
  "scope": "default",
28250
28525
  "line": {
28251
- "start": 381,
28252
- "end": 381
28526
+ "start": 402,
28527
+ "end": 402
28253
28528
  }
28254
28529
  },
28255
28530
  "group": [
@@ -28264,8 +28539,8 @@
28264
28539
  {
28265
28540
  "description": "The text color of the outline hovered and focused Picker components.\n",
28266
28541
  "commentRange": {
28267
- "start": 382,
28268
- "end": 383
28542
+ "start": 403,
28543
+ "end": 404
28269
28544
  },
28270
28545
  "context": {
28271
28546
  "type": "variable",
@@ -28273,8 +28548,8 @@
28273
28548
  "value": "null",
28274
28549
  "scope": "default",
28275
28550
  "line": {
28276
- "start": 384,
28277
- "end": 384
28551
+ "start": 405,
28552
+ "end": 405
28278
28553
  }
28279
28554
  },
28280
28555
  "group": [
@@ -28289,8 +28564,8 @@
28289
28564
  {
28290
28565
  "description": "The border color of the outline hovered and focused Picker components.\n",
28291
28566
  "commentRange": {
28292
- "start": 385,
28293
- "end": 386
28567
+ "start": 406,
28568
+ "end": 407
28294
28569
  },
28295
28570
  "context": {
28296
28571
  "type": "variable",
@@ -28298,8 +28573,8 @@
28298
28573
  "value": "null",
28299
28574
  "scope": "default",
28300
28575
  "line": {
28301
- "start": 387,
28302
- "end": 387
28576
+ "start": 408,
28577
+ "end": 408
28303
28578
  }
28304
28579
  },
28305
28580
  "group": [
@@ -28314,8 +28589,8 @@
28314
28589
  {
28315
28590
  "description": "The background color of the flat Picker components.\n",
28316
28591
  "commentRange": {
28317
- "start": 389,
28318
- "end": 390
28592
+ "start": 410,
28593
+ "end": 411
28319
28594
  },
28320
28595
  "context": {
28321
28596
  "type": "variable",
@@ -28323,8 +28598,8 @@
28323
28598
  "value": "null",
28324
28599
  "scope": "default",
28325
28600
  "line": {
28326
- "start": 391,
28327
- "end": 391
28601
+ "start": 412,
28602
+ "end": 412
28328
28603
  }
28329
28604
  },
28330
28605
  "group": [
@@ -28339,8 +28614,8 @@
28339
28614
  {
28340
28615
  "description": "The text color of the flat Picker components.\n",
28341
28616
  "commentRange": {
28342
- "start": 392,
28343
- "end": 393
28617
+ "start": 413,
28618
+ "end": 414
28344
28619
  },
28345
28620
  "context": {
28346
28621
  "type": "variable",
@@ -28348,8 +28623,8 @@
28348
28623
  "value": "$kendo-button-text",
28349
28624
  "scope": "default",
28350
28625
  "line": {
28351
- "start": 394,
28352
- "end": 394
28626
+ "start": 415,
28627
+ "end": 415
28353
28628
  }
28354
28629
  },
28355
28630
  "group": [
@@ -28364,8 +28639,8 @@
28364
28639
  {
28365
28640
  "description": "The border color of the flat Picker components.\n",
28366
28641
  "commentRange": {
28367
- "start": 395,
28368
- "end": 396
28642
+ "start": 416,
28643
+ "end": 417
28369
28644
  },
28370
28645
  "context": {
28371
28646
  "type": "variable",
@@ -28373,8 +28648,8 @@
28373
28648
  "value": "$kendo-button-border",
28374
28649
  "scope": "default",
28375
28650
  "line": {
28376
- "start": 397,
28377
- "end": 397
28651
+ "start": 418,
28652
+ "end": 418
28378
28653
  }
28379
28654
  },
28380
28655
  "group": [
@@ -28389,17 +28664,17 @@
28389
28664
  {
28390
28665
  "description": "The background color of the flat hovered Picker components.\n",
28391
28666
  "commentRange": {
28392
- "start": 399,
28393
- "end": 400
28667
+ "start": 420,
28668
+ "end": 421
28394
28669
  },
28395
28670
  "context": {
28396
28671
  "type": "variable",
28397
28672
  "name": "kendo-picker-flat-hover-bg",
28398
- "value": "rgba( $kendo-button-text, .04 )",
28673
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .04 ), rgba( $kendo-button-text, .04 ))",
28399
28674
  "scope": "default",
28400
28675
  "line": {
28401
- "start": 401,
28402
- "end": 401
28676
+ "start": 422,
28677
+ "end": 422
28403
28678
  }
28404
28679
  },
28405
28680
  "group": [
@@ -28414,8 +28689,8 @@
28414
28689
  {
28415
28690
  "description": "The text color of the flat hovered Picker components.\n",
28416
28691
  "commentRange": {
28417
- "start": 402,
28418
- "end": 403
28692
+ "start": 423,
28693
+ "end": 424
28419
28694
  },
28420
28695
  "context": {
28421
28696
  "type": "variable",
@@ -28423,8 +28698,8 @@
28423
28698
  "value": "null",
28424
28699
  "scope": "default",
28425
28700
  "line": {
28426
- "start": 404,
28427
- "end": 404
28701
+ "start": 425,
28702
+ "end": 425
28428
28703
  }
28429
28704
  },
28430
28705
  "group": [
@@ -28439,17 +28714,17 @@
28439
28714
  {
28440
28715
  "description": "The border color of the flat hovered Picker components.\n",
28441
28716
  "commentRange": {
28442
- "start": 405,
28443
- "end": 406
28717
+ "start": 426,
28718
+ "end": 427
28444
28719
  },
28445
28720
  "context": {
28446
28721
  "type": "variable",
28447
28722
  "name": "kendo-picker-flat-hover-border",
28448
- "value": "rgba( $kendo-button-border, .16 )",
28723
+ "value": "if($kendo-enable-color-system, k-color( border-alt ), rgba( $kendo-button-border, .16 ))",
28449
28724
  "scope": "default",
28450
28725
  "line": {
28451
- "start": 407,
28452
- "end": 407
28726
+ "start": 428,
28727
+ "end": 428
28453
28728
  }
28454
28729
  },
28455
28730
  "group": [
@@ -28464,8 +28739,8 @@
28464
28739
  {
28465
28740
  "description": "The background color of the flat focused Picker components.\n",
28466
28741
  "commentRange": {
28467
- "start": 409,
28468
- "end": 410
28742
+ "start": 430,
28743
+ "end": 431
28469
28744
  },
28470
28745
  "context": {
28471
28746
  "type": "variable",
@@ -28473,8 +28748,8 @@
28473
28748
  "value": "null",
28474
28749
  "scope": "default",
28475
28750
  "line": {
28476
- "start": 411,
28477
- "end": 411
28751
+ "start": 432,
28752
+ "end": 432
28478
28753
  }
28479
28754
  },
28480
28755
  "group": [
@@ -28489,8 +28764,8 @@
28489
28764
  {
28490
28765
  "description": "The text color of the flat focused Picker components.\n",
28491
28766
  "commentRange": {
28492
- "start": 412,
28493
- "end": 413
28767
+ "start": 433,
28768
+ "end": 434
28494
28769
  },
28495
28770
  "context": {
28496
28771
  "type": "variable",
@@ -28498,8 +28773,8 @@
28498
28773
  "value": "null",
28499
28774
  "scope": "default",
28500
28775
  "line": {
28501
- "start": 414,
28502
- "end": 414
28776
+ "start": 435,
28777
+ "end": 435
28503
28778
  }
28504
28779
  },
28505
28780
  "group": [
@@ -28514,8 +28789,8 @@
28514
28789
  {
28515
28790
  "description": "The border color of the flat focused Picker components.\n",
28516
28791
  "commentRange": {
28517
- "start": 415,
28518
- "end": 416
28792
+ "start": 436,
28793
+ "end": 437
28519
28794
  },
28520
28795
  "context": {
28521
28796
  "type": "variable",
@@ -28523,8 +28798,8 @@
28523
28798
  "value": "null",
28524
28799
  "scope": "default",
28525
28800
  "line": {
28526
- "start": 417,
28527
- "end": 417
28801
+ "start": 438,
28802
+ "end": 438
28528
28803
  }
28529
28804
  },
28530
28805
  "group": [
@@ -28539,8 +28814,8 @@
28539
28814
  {
28540
28815
  "description": "The shadow of the flat focused Picker components.\n",
28541
28816
  "commentRange": {
28542
- "start": 418,
28543
- "end": 419
28817
+ "start": 439,
28818
+ "end": 440
28544
28819
  },
28545
28820
  "context": {
28546
28821
  "type": "variable",
@@ -28548,8 +28823,8 @@
28548
28823
  "value": "$kendo-picker-focus-shadow",
28549
28824
  "scope": "default",
28550
28825
  "line": {
28551
- "start": 420,
28552
- "end": 420
28826
+ "start": 441,
28827
+ "end": 441
28553
28828
  }
28554
28829
  },
28555
28830
  "group": [
@@ -28564,8 +28839,8 @@
28564
28839
  {
28565
28840
  "description": "The background color of the flat hovered and focused Picker components.\n",
28566
28841
  "commentRange": {
28567
- "start": 422,
28568
- "end": 423
28842
+ "start": 443,
28843
+ "end": 444
28569
28844
  },
28570
28845
  "context": {
28571
28846
  "type": "variable",
@@ -28573,8 +28848,8 @@
28573
28848
  "value": "null",
28574
28849
  "scope": "default",
28575
28850
  "line": {
28576
- "start": 424,
28577
- "end": 424
28851
+ "start": 445,
28852
+ "end": 445
28578
28853
  }
28579
28854
  },
28580
28855
  "group": [
@@ -28589,8 +28864,8 @@
28589
28864
  {
28590
28865
  "description": "The text color of the flat hovered and focused Picker components.\n",
28591
28866
  "commentRange": {
28592
- "start": 425,
28593
- "end": 426
28867
+ "start": 446,
28868
+ "end": 447
28594
28869
  },
28595
28870
  "context": {
28596
28871
  "type": "variable",
@@ -28598,8 +28873,8 @@
28598
28873
  "value": "null",
28599
28874
  "scope": "default",
28600
28875
  "line": {
28601
- "start": 427,
28602
- "end": 427
28876
+ "start": 448,
28877
+ "end": 448
28603
28878
  }
28604
28879
  },
28605
28880
  "group": [
@@ -28614,8 +28889,8 @@
28614
28889
  {
28615
28890
  "description": "The border color of the flat hovered and focused Picker components.\n",
28616
28891
  "commentRange": {
28617
- "start": 428,
28618
- "end": 429
28892
+ "start": 449,
28893
+ "end": 450
28619
28894
  },
28620
28895
  "context": {
28621
28896
  "type": "variable",
@@ -28623,8 +28898,8 @@
28623
28898
  "value": "null",
28624
28899
  "scope": "default",
28625
28900
  "line": {
28626
- "start": 430,
28627
- "end": 430
28901
+ "start": 451,
28902
+ "end": 451
28628
28903
  }
28629
28904
  },
28630
28905
  "group": [
@@ -29770,7 +30045,7 @@
29770
30045
  "context": {
29771
30046
  "type": "variable",
29772
30047
  "name": "kendo-progressbar-bg",
29773
- "value": "k-try-shade( $kendo-component-bg, 1 )",
30048
+ "value": "if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-component-bg, 1 ))",
29774
30049
  "scope": "default",
29775
30050
  "line": {
29776
30051
  "start": 27,
@@ -29895,7 +30170,7 @@
29895
30170
  "context": {
29896
30171
  "type": "variable",
29897
30172
  "name": "kendo-progressbar-value-text",
29898
- "value": "k-contrast-legacy( $kendo-progressbar-value-bg )",
30173
+ "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-progressbar-value-bg ))",
29899
30174
  "scope": "default",
29900
30175
  "line": {
29901
30176
  "start": 43,
@@ -29920,7 +30195,7 @@
29920
30195
  "context": {
29921
30196
  "type": "variable",
29922
30197
  "name": "kendo-progressbar-value-border",
29923
- "value": "k-try-shade( $kendo-progressbar-value-bg )",
30198
+ "value": "if($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-progressbar-value-bg ))",
29924
30199
  "scope": "default",
29925
30200
  "line": {
29926
30201
  "start": 46,
@@ -30136,6 +30411,506 @@
30136
30411
  "name": "_variables.scss"
30137
30412
  }
30138
30413
  },
30414
+ {
30415
+ "description": "The text color of the Prompt.\n",
30416
+ "commentRange": {
30417
+ "start": 3,
30418
+ "end": 4
30419
+ },
30420
+ "context": {
30421
+ "type": "variable",
30422
+ "name": "kendo-prompt-text",
30423
+ "value": "$kendo-component-text",
30424
+ "scope": "default",
30425
+ "line": {
30426
+ "start": 5,
30427
+ "end": 5
30428
+ }
30429
+ },
30430
+ "group": [
30431
+ "prompt"
30432
+ ],
30433
+ "access": "public",
30434
+ "file": {
30435
+ "path": "prompt/_variables.scss",
30436
+ "name": "_variables.scss"
30437
+ }
30438
+ },
30439
+ {
30440
+ "description": "The background color of the Prompt.\n",
30441
+ "commentRange": {
30442
+ "start": 6,
30443
+ "end": 7
30444
+ },
30445
+ "context": {
30446
+ "type": "variable",
30447
+ "name": "kendo-prompt-bg",
30448
+ "value": "$kendo-component-bg",
30449
+ "scope": "default",
30450
+ "line": {
30451
+ "start": 8,
30452
+ "end": 8
30453
+ }
30454
+ },
30455
+ "group": [
30456
+ "prompt"
30457
+ ],
30458
+ "access": "public",
30459
+ "file": {
30460
+ "path": "prompt/_variables.scss",
30461
+ "name": "_variables.scss"
30462
+ }
30463
+ },
30464
+ {
30465
+ "description": "The border color of the Prompt.\n",
30466
+ "commentRange": {
30467
+ "start": 9,
30468
+ "end": 10
30469
+ },
30470
+ "context": {
30471
+ "type": "variable",
30472
+ "name": "kendo-prompt-border",
30473
+ "value": "$kendo-component-border",
30474
+ "scope": "default",
30475
+ "line": {
30476
+ "start": 11,
30477
+ "end": 11
30478
+ }
30479
+ },
30480
+ "group": [
30481
+ "prompt"
30482
+ ],
30483
+ "access": "public",
30484
+ "file": {
30485
+ "path": "prompt/_variables.scss",
30486
+ "name": "_variables.scss"
30487
+ }
30488
+ },
30489
+ {
30490
+ "description": "The text color of the Prompt header.\n",
30491
+ "commentRange": {
30492
+ "start": 13,
30493
+ "end": 14
30494
+ },
30495
+ "context": {
30496
+ "type": "variable",
30497
+ "name": "kendo-prompt-header-text",
30498
+ "value": "$kendo-component-header-text",
30499
+ "scope": "default",
30500
+ "line": {
30501
+ "start": 15,
30502
+ "end": 15
30503
+ }
30504
+ },
30505
+ "group": [
30506
+ "prompt"
30507
+ ],
30508
+ "access": "public",
30509
+ "file": {
30510
+ "path": "prompt/_variables.scss",
30511
+ "name": "_variables.scss"
30512
+ }
30513
+ },
30514
+ {
30515
+ "description": "The background color of the Prompt header.\n",
30516
+ "commentRange": {
30517
+ "start": 16,
30518
+ "end": 17
30519
+ },
30520
+ "context": {
30521
+ "type": "variable",
30522
+ "name": "kendo-prompt-header-bg",
30523
+ "value": "$kendo-component-bg",
30524
+ "scope": "default",
30525
+ "line": {
30526
+ "start": 18,
30527
+ "end": 18
30528
+ }
30529
+ },
30530
+ "group": [
30531
+ "prompt"
30532
+ ],
30533
+ "access": "public",
30534
+ "file": {
30535
+ "path": "prompt/_variables.scss",
30536
+ "name": "_variables.scss"
30537
+ }
30538
+ },
30539
+ {
30540
+ "description": "The border color of the Prompt header.\n",
30541
+ "commentRange": {
30542
+ "start": 19,
30543
+ "end": 20
30544
+ },
30545
+ "context": {
30546
+ "type": "variable",
30547
+ "name": "kendo-prompt-header-border",
30548
+ "value": "$kendo-component-header-border",
30549
+ "scope": "default",
30550
+ "line": {
30551
+ "start": 21,
30552
+ "end": 21
30553
+ }
30554
+ },
30555
+ "group": [
30556
+ "prompt"
30557
+ ],
30558
+ "access": "public",
30559
+ "file": {
30560
+ "path": "prompt/_variables.scss",
30561
+ "name": "_variables.scss"
30562
+ }
30563
+ },
30564
+ {
30565
+ "description": "The vertical padding of the Prompt content.\n",
30566
+ "commentRange": {
30567
+ "start": 23,
30568
+ "end": 24
30569
+ },
30570
+ "context": {
30571
+ "type": "variable",
30572
+ "name": "kendo-prompt-content-padding-y",
30573
+ "value": "k-map-get( $kendo-spacing, 4 )",
30574
+ "scope": "default",
30575
+ "line": {
30576
+ "start": 25,
30577
+ "end": 25
30578
+ }
30579
+ },
30580
+ "group": [
30581
+ "prompt"
30582
+ ],
30583
+ "access": "public",
30584
+ "file": {
30585
+ "path": "prompt/_variables.scss",
30586
+ "name": "_variables.scss"
30587
+ }
30588
+ },
30589
+ {
30590
+ "description": "The horizontal padding of the Prompt content.\n",
30591
+ "commentRange": {
30592
+ "start": 26,
30593
+ "end": 27
30594
+ },
30595
+ "context": {
30596
+ "type": "variable",
30597
+ "name": "kendo-prompt-content-padding-x",
30598
+ "value": "k-map-get( $kendo-spacing, 4 )",
30599
+ "scope": "default",
30600
+ "line": {
30601
+ "start": 28,
30602
+ "end": 28
30603
+ }
30604
+ },
30605
+ "group": [
30606
+ "prompt"
30607
+ ],
30608
+ "access": "public",
30609
+ "file": {
30610
+ "path": "prompt/_variables.scss",
30611
+ "name": "_variables.scss"
30612
+ }
30613
+ },
30614
+ {
30615
+ "description": "The spacing between the items of the Prompt content.\n",
30616
+ "commentRange": {
30617
+ "start": 29,
30618
+ "end": 30
30619
+ },
30620
+ "context": {
30621
+ "type": "variable",
30622
+ "name": "kendo-prompt-content-spacing",
30623
+ "value": "k-map-get( $kendo-spacing, 4 )",
30624
+ "scope": "default",
30625
+ "line": {
30626
+ "start": 31,
30627
+ "end": 31
30628
+ }
30629
+ },
30630
+ "group": [
30631
+ "prompt"
30632
+ ],
30633
+ "access": "public",
30634
+ "file": {
30635
+ "path": "prompt/_variables.scss",
30636
+ "name": "_variables.scss"
30637
+ }
30638
+ },
30639
+ {
30640
+ "description": "The text color of the Prompt content.\n",
30641
+ "commentRange": {
30642
+ "start": 32,
30643
+ "end": 33
30644
+ },
30645
+ "context": {
30646
+ "type": "variable",
30647
+ "name": "kendo-prompt-content-text",
30648
+ "value": "$kendo-component-header-text",
30649
+ "scope": "default",
30650
+ "line": {
30651
+ "start": 34,
30652
+ "end": 34
30653
+ }
30654
+ },
30655
+ "group": [
30656
+ "prompt"
30657
+ ],
30658
+ "access": "public",
30659
+ "file": {
30660
+ "path": "prompt/_variables.scss",
30661
+ "name": "_variables.scss"
30662
+ }
30663
+ },
30664
+ {
30665
+ "description": "The background color of the Prompt content.\n",
30666
+ "commentRange": {
30667
+ "start": 35,
30668
+ "end": 36
30669
+ },
30670
+ "context": {
30671
+ "type": "variable",
30672
+ "name": "kendo-prompt-content-bg",
30673
+ "value": "$kendo-component-header-bg",
30674
+ "scope": "default",
30675
+ "line": {
30676
+ "start": 37,
30677
+ "end": 37
30678
+ }
30679
+ },
30680
+ "group": [
30681
+ "prompt"
30682
+ ],
30683
+ "access": "public",
30684
+ "file": {
30685
+ "path": "prompt/_variables.scss",
30686
+ "name": "_variables.scss"
30687
+ }
30688
+ },
30689
+ {
30690
+ "description": "The text border of the Prompt content.\n",
30691
+ "commentRange": {
30692
+ "start": 38,
30693
+ "end": 39
30694
+ },
30695
+ "context": {
30696
+ "type": "variable",
30697
+ "name": "kendo-prompt-content-border",
30698
+ "value": "$kendo-component-header-border",
30699
+ "scope": "default",
30700
+ "line": {
30701
+ "start": 40,
30702
+ "end": 40
30703
+ }
30704
+ },
30705
+ "group": [
30706
+ "prompt"
30707
+ ],
30708
+ "access": "public",
30709
+ "file": {
30710
+ "path": "prompt/_variables.scss",
30711
+ "name": "_variables.scss"
30712
+ }
30713
+ },
30714
+ {
30715
+ "description": "The spacing between the items of the Prompt content expander.\n",
30716
+ "commentRange": {
30717
+ "start": 42,
30718
+ "end": 43
30719
+ },
30720
+ "context": {
30721
+ "type": "variable",
30722
+ "name": "kendo-prompt-expander-spacing",
30723
+ "value": "k-map-get( $kendo-spacing, 2 )",
30724
+ "scope": "default",
30725
+ "line": {
30726
+ "start": 44,
30727
+ "end": 44
30728
+ }
30729
+ },
30730
+ "group": [
30731
+ "prompt"
30732
+ ],
30733
+ "access": "public",
30734
+ "file": {
30735
+ "path": "prompt/_variables.scss",
30736
+ "name": "_variables.scss"
30737
+ }
30738
+ },
30739
+ {
30740
+ "description": "The vertical padding of the Prompt suggestion container.\n",
30741
+ "commentRange": {
30742
+ "start": 46,
30743
+ "end": 47
30744
+ },
30745
+ "context": {
30746
+ "type": "variable",
30747
+ "name": "kendo-prompt-suggestion-padding-y",
30748
+ "value": "k-map-get( $kendo-spacing, 2 )",
30749
+ "scope": "default",
30750
+ "line": {
30751
+ "start": 48,
30752
+ "end": 48
30753
+ }
30754
+ },
30755
+ "group": [
30756
+ "prompt"
30757
+ ],
30758
+ "access": "public",
30759
+ "file": {
30760
+ "path": "prompt/_variables.scss",
30761
+ "name": "_variables.scss"
30762
+ }
30763
+ },
30764
+ {
30765
+ "description": "The horizontal padding of the Prompt suggestion container.\n",
30766
+ "commentRange": {
30767
+ "start": 49,
30768
+ "end": 50
30769
+ },
30770
+ "context": {
30771
+ "type": "variable",
30772
+ "name": "kendo-prompt-suggestion-padding-x",
30773
+ "value": "k-map-get( $kendo-spacing, 2 )",
30774
+ "scope": "default",
30775
+ "line": {
30776
+ "start": 51,
30777
+ "end": 51
30778
+ }
30779
+ },
30780
+ "group": [
30781
+ "prompt"
30782
+ ],
30783
+ "access": "public",
30784
+ "file": {
30785
+ "path": "prompt/_variables.scss",
30786
+ "name": "_variables.scss"
30787
+ }
30788
+ },
30789
+ {
30790
+ "description": "The border radius of the Prompt suggestion container.\n",
30791
+ "commentRange": {
30792
+ "start": 52,
30793
+ "end": 53
30794
+ },
30795
+ "context": {
30796
+ "type": "variable",
30797
+ "name": "kendo-prompt-suggestion-border-radius",
30798
+ "value": "$kendo-border-radius-md",
30799
+ "scope": "default",
30800
+ "line": {
30801
+ "start": 54,
30802
+ "end": 54
30803
+ }
30804
+ },
30805
+ "group": [
30806
+ "prompt"
30807
+ ],
30808
+ "access": "public",
30809
+ "file": {
30810
+ "path": "prompt/_variables.scss",
30811
+ "name": "_variables.scss"
30812
+ }
30813
+ },
30814
+ {
30815
+ "description": "The text color of the Prompt suggestion container.\n",
30816
+ "commentRange": {
30817
+ "start": 55,
30818
+ "end": 56
30819
+ },
30820
+ "context": {
30821
+ "type": "variable",
30822
+ "name": "kendo-prompt-suggestion-text",
30823
+ "value": "$kendo-component-text",
30824
+ "scope": "default",
30825
+ "line": {
30826
+ "start": 57,
30827
+ "end": 57
30828
+ }
30829
+ },
30830
+ "group": [
30831
+ "prompt"
30832
+ ],
30833
+ "access": "public",
30834
+ "file": {
30835
+ "path": "prompt/_variables.scss",
30836
+ "name": "_variables.scss"
30837
+ }
30838
+ },
30839
+ {
30840
+ "description": "The background color of the Prompt suggestion container.\n",
30841
+ "commentRange": {
30842
+ "start": 58,
30843
+ "end": 59
30844
+ },
30845
+ "context": {
30846
+ "type": "variable",
30847
+ "name": "kendo-prompt-suggestion-bg",
30848
+ "value": "$kendo-body-bg",
30849
+ "scope": "default",
30850
+ "line": {
30851
+ "start": 60,
30852
+ "end": 60
30853
+ }
30854
+ },
30855
+ "group": [
30856
+ "prompt"
30857
+ ],
30858
+ "access": "public",
30859
+ "file": {
30860
+ "path": "prompt/_variables.scss",
30861
+ "name": "_variables.scss"
30862
+ }
30863
+ },
30864
+ {
30865
+ "description": "The border color of the Prompt suggestion container.\n",
30866
+ "commentRange": {
30867
+ "start": 61,
30868
+ "end": 62
30869
+ },
30870
+ "context": {
30871
+ "type": "variable",
30872
+ "name": "kendo-prompt-suggestion-border",
30873
+ "value": "$kendo-component-border",
30874
+ "scope": "default",
30875
+ "line": {
30876
+ "start": 63,
30877
+ "end": 63
30878
+ }
30879
+ },
30880
+ "group": [
30881
+ "prompt"
30882
+ ],
30883
+ "access": "public",
30884
+ "file": {
30885
+ "path": "prompt/_variables.scss",
30886
+ "name": "_variables.scss"
30887
+ }
30888
+ },
30889
+ {
30890
+ "description": "The elevation of the Prompt suggestion container.\n",
30891
+ "commentRange": {
30892
+ "start": 64,
30893
+ "end": 65
30894
+ },
30895
+ "context": {
30896
+ "type": "variable",
30897
+ "name": "kendo-prompt-suggestion-shadow",
30898
+ "value": "k-elevation(1)",
30899
+ "scope": "default",
30900
+ "line": {
30901
+ "start": 66,
30902
+ "end": 66
30903
+ }
30904
+ },
30905
+ "group": [
30906
+ "prompt"
30907
+ ],
30908
+ "access": "public",
30909
+ "file": {
30910
+ "path": "prompt/_variables.scss",
30911
+ "name": "_variables.scss"
30912
+ }
30913
+ },
30139
30914
  {
30140
30915
  "description": "The border radius of the RadioButton.\n",
30141
30916
  "commentRange": {
@@ -32461,56 +33236,6 @@
32461
33236
  "name": "_variables.scss"
32462
33237
  }
32463
33238
  },
32464
- {
32465
- "description": "The background color of the Skeleton item.\n",
32466
- "commentRange": {
32467
- "start": 18,
32468
- "end": 19
32469
- },
32470
- "context": {
32471
- "type": "variable",
32472
- "name": "kendo-skeleton-item-bg",
32473
- "value": "rgba( $kendo-color-inverse, .2 )",
32474
- "scope": "default",
32475
- "line": {
32476
- "start": 20,
32477
- "end": 20
32478
- }
32479
- },
32480
- "group": [
32481
- "skeleton"
32482
- ],
32483
- "access": "public",
32484
- "file": {
32485
- "path": "skeleton/_variables.scss",
32486
- "name": "_variables.scss"
32487
- }
32488
- },
32489
- {
32490
- "description": "The background color of the Skeleton wave animation.\n",
32491
- "commentRange": {
32492
- "start": 21,
32493
- "end": 22
32494
- },
32495
- "context": {
32496
- "type": "variable",
32497
- "name": "kendo-skeleton-wave-bg",
32498
- "value": "rgba( black, .04 )",
32499
- "scope": "default",
32500
- "line": {
32501
- "start": 23,
32502
- "end": 23
32503
- }
32504
- },
32505
- "group": [
32506
- "skeleton"
32507
- ],
32508
- "access": "public",
32509
- "file": {
32510
- "path": "skeleton/_variables.scss",
32511
- "name": "_variables.scss"
32512
- }
32513
- },
32514
33239
  {
32515
33240
  "description": "The focus shadow of the SplitButton.\n",
32516
33241
  "commentRange": {
@@ -32945,7 +33670,7 @@
32945
33670
  "context": {
32946
33671
  "type": "variable",
32947
33672
  "name": "kendo-switch-off-track-border",
32948
- "value": "k-try-shade( $kendo-switch-off-track-bg, 8% )",
33673
+ "value": "if($kendo-enable-color-system, k-color( border ), k-try-shade( $kendo-switch-off-track-bg, 8% ))",
32949
33674
  "scope": "default",
32950
33675
  "line": {
32951
33676
  "start": 39,
@@ -33195,7 +33920,7 @@
33195
33920
  "context": {
33196
33921
  "type": "variable",
33197
33922
  "name": "kendo-switch-off-track-focus-ring",
33198
- "value": "2px solid rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ) , .08 )",
33923
+ "value": "2px solid if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ) , .08 ))",
33199
33924
  "scope": "default",
33200
33925
  "line": {
33201
33926
  "start": 71,
@@ -33545,7 +34270,7 @@
33545
34270
  "context": {
33546
34271
  "type": "variable",
33547
34272
  "name": "kendo-switch-on-track-text",
33548
- "value": "k-contrast-legacy( $kendo-switch-on-track-bg )",
34273
+ "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-switch-on-track-bg ))",
33549
34274
  "scope": "default",
33550
34275
  "line": {
33551
34276
  "start": 118,
@@ -33820,7 +34545,7 @@
33820
34545
  "context": {
33821
34546
  "type": "variable",
33822
34547
  "name": "kendo-switch-on-track-focus-ring",
33823
- "value": "2px solid rgba( $kendo-switch-on-track-border, .25 )",
34548
+ "value": "2px solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-switch-on-track-border, .25 ))",
33824
34549
  "scope": "default",
33825
34550
  "line": {
33826
34551
  "start": 153,
@@ -34664,17 +35389,17 @@
34664
35389
  {
34665
35390
  "description": "Background color of alternating rows in table.\n",
34666
35391
  "commentRange": {
34667
- "start": 112,
34668
- "end": 113
35392
+ "start": 111,
35393
+ "end": 112
34669
35394
  },
34670
35395
  "context": {
34671
35396
  "type": "variable",
34672
35397
  "name": "kendo-table-alt-row-bg",
34673
- "value": "rgba( k-contrast-legacy( $kendo-table-bg ), .04 )",
35398
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), rgba( k-contrast-legacy( $kendo-table-bg ), .04 ))",
34674
35399
  "scope": "default",
34675
35400
  "line": {
34676
- "start": 114,
34677
- "end": 114
35401
+ "start": 113,
35402
+ "end": 113
34678
35403
  }
34679
35404
  },
34680
35405
  "group": [
@@ -34689,8 +35414,8 @@
34689
35414
  {
34690
35415
  "description": "Text color of alternating rows in table.\n",
34691
35416
  "commentRange": {
34692
- "start": 115,
34693
- "end": 116
35417
+ "start": 114,
35418
+ "end": 115
34694
35419
  },
34695
35420
  "context": {
34696
35421
  "type": "variable",
@@ -34698,8 +35423,8 @@
34698
35423
  "value": "null",
34699
35424
  "scope": "default",
34700
35425
  "line": {
34701
- "start": 117,
34702
- "end": 117
35426
+ "start": 116,
35427
+ "end": 116
34703
35428
  }
34704
35429
  },
34705
35430
  "group": [
@@ -34714,8 +35439,8 @@
34714
35439
  {
34715
35440
  "description": "Border color of alternating rows in table.\n",
34716
35441
  "commentRange": {
34717
- "start": 118,
34718
- "end": 119
35442
+ "start": 117,
35443
+ "end": 118
34719
35444
  },
34720
35445
  "context": {
34721
35446
  "type": "variable",
@@ -34723,8 +35448,8 @@
34723
35448
  "value": "null",
34724
35449
  "scope": "default",
34725
35450
  "line": {
34726
- "start": 120,
34727
- "end": 120
35451
+ "start": 119,
35452
+ "end": 119
34728
35453
  }
34729
35454
  },
34730
35455
  "group": [
@@ -34739,17 +35464,17 @@
34739
35464
  {
34740
35465
  "description": "Background color of hovered rows in table.\n",
34741
35466
  "commentRange": {
34742
- "start": 123,
34743
- "end": 124
35467
+ "start": 122,
35468
+ "end": 123
34744
35469
  },
34745
35470
  "context": {
34746
35471
  "type": "variable",
34747
35472
  "name": "kendo-table-hover-bg",
34748
- "value": "k-color-darken($kendo-table-bg, 7%)",
35473
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .11 ), k-color-darken($kendo-table-bg, 7%))",
34749
35474
  "scope": "default",
34750
35475
  "line": {
34751
- "start": 125,
34752
- "end": 125
35476
+ "start": 124,
35477
+ "end": 124
34753
35478
  }
34754
35479
  },
34755
35480
  "group": [
@@ -34764,8 +35489,8 @@
34764
35489
  {
34765
35490
  "description": "Text color of hovered rows in table.\n",
34766
35491
  "commentRange": {
34767
- "start": 126,
34768
- "end": 127
35492
+ "start": 125,
35493
+ "end": 126
34769
35494
  },
34770
35495
  "context": {
34771
35496
  "type": "variable",
@@ -34773,8 +35498,8 @@
34773
35498
  "value": "null",
34774
35499
  "scope": "default",
34775
35500
  "line": {
34776
- "start": 128,
34777
- "end": 128
35501
+ "start": 127,
35502
+ "end": 127
34778
35503
  }
34779
35504
  },
34780
35505
  "group": [
@@ -34789,8 +35514,8 @@
34789
35514
  {
34790
35515
  "description": "Border color of hovered rows in table.\n",
34791
35516
  "commentRange": {
34792
- "start": 129,
34793
- "end": 130
35517
+ "start": 128,
35518
+ "end": 129
34794
35519
  },
34795
35520
  "context": {
34796
35521
  "type": "variable",
@@ -34798,8 +35523,8 @@
34798
35523
  "value": "null",
34799
35524
  "scope": "default",
34800
35525
  "line": {
34801
- "start": 131,
34802
- "end": 131
35526
+ "start": 130,
35527
+ "end": 130
34803
35528
  }
34804
35529
  },
34805
35530
  "group": [
@@ -34814,8 +35539,8 @@
34814
35539
  {
34815
35540
  "description": "Background color of focused rows in table.\n",
34816
35541
  "commentRange": {
34817
- "start": 134,
34818
- "end": 135
35542
+ "start": 133,
35543
+ "end": 134
34819
35544
  },
34820
35545
  "context": {
34821
35546
  "type": "variable",
@@ -34823,8 +35548,8 @@
34823
35548
  "value": "null",
34824
35549
  "scope": "default",
34825
35550
  "line": {
34826
- "start": 136,
34827
- "end": 136
35551
+ "start": 135,
35552
+ "end": 135
34828
35553
  }
34829
35554
  },
34830
35555
  "group": [
@@ -34839,8 +35564,8 @@
34839
35564
  {
34840
35565
  "description": "Text color of focused rows in table.\n",
34841
35566
  "commentRange": {
34842
- "start": 137,
34843
- "end": 138
35567
+ "start": 136,
35568
+ "end": 137
34844
35569
  },
34845
35570
  "context": {
34846
35571
  "type": "variable",
@@ -34848,8 +35573,8 @@
34848
35573
  "value": "null",
34849
35574
  "scope": "default",
34850
35575
  "line": {
34851
- "start": 139,
34852
- "end": 139
35576
+ "start": 138,
35577
+ "end": 138
34853
35578
  }
34854
35579
  },
34855
35580
  "group": [
@@ -34864,8 +35589,8 @@
34864
35589
  {
34865
35590
  "description": "Border color of focused rows in table.\n",
34866
35591
  "commentRange": {
34867
- "start": 140,
34868
- "end": 141
35592
+ "start": 139,
35593
+ "end": 140
34869
35594
  },
34870
35595
  "context": {
34871
35596
  "type": "variable",
@@ -34873,8 +35598,8 @@
34873
35598
  "value": "null",
34874
35599
  "scope": "default",
34875
35600
  "line": {
34876
- "start": 142,
34877
- "end": 142
35601
+ "start": 141,
35602
+ "end": 141
34878
35603
  }
34879
35604
  },
34880
35605
  "group": [
@@ -34889,8 +35614,8 @@
34889
35614
  {
34890
35615
  "description": "Box shadow of focused rows in table.\n",
34891
35616
  "commentRange": {
34892
- "start": 143,
34893
- "end": 144
35617
+ "start": 142,
35618
+ "end": 143
34894
35619
  },
34895
35620
  "context": {
34896
35621
  "type": "variable",
@@ -34898,8 +35623,8 @@
34898
35623
  "value": "$kendo-list-item-focus-shadow",
34899
35624
  "scope": "default",
34900
35625
  "line": {
34901
- "start": 145,
34902
- "end": 145
35626
+ "start": 144,
35627
+ "end": 144
34903
35628
  }
34904
35629
  },
34905
35630
  "group": [
@@ -34914,17 +35639,17 @@
34914
35639
  {
34915
35640
  "description": "Background color of selected rows in table.\n",
34916
35641
  "commentRange": {
34917
- "start": 148,
34918
- "end": 149
35642
+ "start": 147,
35643
+ "end": 148
34919
35644
  },
34920
35645
  "context": {
34921
35646
  "type": "variable",
34922
35647
  "name": "kendo-table-selected-bg",
34923
- "value": "rgba($kendo-selected-bg, .25)",
35648
+ "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25))",
34924
35649
  "scope": "default",
34925
35650
  "line": {
34926
- "start": 150,
34927
- "end": 150
35651
+ "start": 149,
35652
+ "end": 149
34928
35653
  }
34929
35654
  },
34930
35655
  "group": [
@@ -34939,8 +35664,8 @@
34939
35664
  {
34940
35665
  "description": "Text color of selected rows in table.\n",
34941
35666
  "commentRange": {
34942
- "start": 151,
34943
- "end": 152
35667
+ "start": 150,
35668
+ "end": 151
34944
35669
  },
34945
35670
  "context": {
34946
35671
  "type": "variable",
@@ -34948,8 +35673,8 @@
34948
35673
  "value": "null",
34949
35674
  "scope": "default",
34950
35675
  "line": {
34951
- "start": 153,
34952
- "end": 153
35676
+ "start": 152,
35677
+ "end": 152
34953
35678
  }
34954
35679
  },
34955
35680
  "group": [
@@ -34964,8 +35689,8 @@
34964
35689
  {
34965
35690
  "description": "Border color of selected rows in table.\n",
34966
35691
  "commentRange": {
34967
- "start": 154,
34968
- "end": 155
35692
+ "start": 153,
35693
+ "end": 154
34969
35694
  },
34970
35695
  "context": {
34971
35696
  "type": "variable",
@@ -34973,8 +35698,8 @@
34973
35698
  "value": "null",
34974
35699
  "scope": "default",
34975
35700
  "line": {
34976
- "start": 156,
34977
- "end": 156
35701
+ "start": 155,
35702
+ "end": 155
34978
35703
  }
34979
35704
  },
34980
35705
  "group": [
@@ -36845,7 +37570,7 @@
36845
37570
  "context": {
36846
37571
  "type": "variable",
36847
37572
  "name": "kendo-tooltip-bg",
36848
- "value": "rgba( k-contrast-legacy( $kendo-body-bg ), .75 )",
37573
+ "value": "if($kendo-enable-color-system, k-color( on-app-surface ), rgba( k-contrast-legacy( $kendo-body-bg ), .75 ))",
36849
37574
  "scope": "default",
36850
37575
  "line": {
36851
37576
  "start": 39,
@@ -36870,7 +37595,7 @@
36870
37595
  "context": {
36871
37596
  "type": "variable",
36872
37597
  "name": "kendo-tooltip-text",
36873
- "value": "k-contrast-legacy( $kendo-tooltip-bg )",
37598
+ "value": "if($kendo-enable-color-system, k-color( app-surface ), k-contrast-legacy( $kendo-tooltip-bg ))",
36874
37599
  "scope": "default",
36875
37600
  "line": {
36876
37601
  "start": 42,
@@ -38214,8 +38939,8 @@
38214
38939
  {
38215
38940
  "description": "Base font size across all components.\n",
38216
38941
  "commentRange": {
38217
- "start": 244,
38218
- "end": 245
38942
+ "start": 146,
38943
+ "end": 147
38219
38944
  },
38220
38945
  "context": {
38221
38946
  "type": "variable",
@@ -38223,8 +38948,8 @@
38223
38948
  "value": "14px",
38224
38949
  "scope": "default",
38225
38950
  "line": {
38226
- "start": 246,
38227
- "end": 246
38951
+ "start": 148,
38952
+ "end": 148
38228
38953
  }
38229
38954
  },
38230
38955
  "group": [
@@ -38239,8 +38964,8 @@
38239
38964
  {
38240
38965
  "description": "Extra small font size across all components.\n",
38241
38966
  "commentRange": {
38242
- "start": 247,
38243
- "end": 248
38967
+ "start": 149,
38968
+ "end": 150
38244
38969
  },
38245
38970
  "context": {
38246
38971
  "type": "variable",
@@ -38248,8 +38973,8 @@
38248
38973
  "value": "10px",
38249
38974
  "scope": "default",
38250
38975
  "line": {
38251
- "start": 249,
38252
- "end": 249
38976
+ "start": 151,
38977
+ "end": 151
38253
38978
  }
38254
38979
  },
38255
38980
  "group": [
@@ -38264,8 +38989,8 @@
38264
38989
  {
38265
38990
  "description": "Small font size across all components.\n",
38266
38991
  "commentRange": {
38267
- "start": 250,
38268
- "end": 251
38992
+ "start": 152,
38993
+ "end": 153
38269
38994
  },
38270
38995
  "context": {
38271
38996
  "type": "variable",
@@ -38273,8 +38998,8 @@
38273
38998
  "value": "12px",
38274
38999
  "scope": "default",
38275
39000
  "line": {
38276
- "start": 252,
38277
- "end": 252
39001
+ "start": 154,
39002
+ "end": 154
38278
39003
  }
38279
39004
  },
38280
39005
  "group": [
@@ -38289,8 +39014,8 @@
38289
39014
  {
38290
39015
  "description": "Medium font size across all components.\n",
38291
39016
  "commentRange": {
38292
- "start": 253,
38293
- "end": 254
39017
+ "start": 155,
39018
+ "end": 156
38294
39019
  },
38295
39020
  "context": {
38296
39021
  "type": "variable",
@@ -38298,8 +39023,8 @@
38298
39023
  "value": "$kendo-font-size",
38299
39024
  "scope": "default",
38300
39025
  "line": {
38301
- "start": 255,
38302
- "end": 255
39026
+ "start": 157,
39027
+ "end": 157
38303
39028
  }
38304
39029
  },
38305
39030
  "group": [
@@ -38314,8 +39039,8 @@
38314
39039
  {
38315
39040
  "description": "Large font size across all components.\n",
38316
39041
  "commentRange": {
38317
- "start": 256,
38318
- "end": 257
39042
+ "start": 158,
39043
+ "end": 159
38319
39044
  },
38320
39045
  "context": {
38321
39046
  "type": "variable",
@@ -38323,8 +39048,8 @@
38323
39048
  "value": "16px",
38324
39049
  "scope": "default",
38325
39050
  "line": {
38326
- "start": 258,
38327
- "end": 258
39051
+ "start": 160,
39052
+ "end": 160
38328
39053
  }
38329
39054
  },
38330
39055
  "group": [
@@ -38339,8 +39064,8 @@
38339
39064
  {
38340
39065
  "description": "Extra large font size across all components.\n",
38341
39066
  "commentRange": {
38342
- "start": 259,
38343
- "end": 260
39067
+ "start": 161,
39068
+ "end": 162
38344
39069
  },
38345
39070
  "context": {
38346
39071
  "type": "variable",
@@ -38348,8 +39073,8 @@
38348
39073
  "value": "20px",
38349
39074
  "scope": "default",
38350
39075
  "line": {
38351
- "start": 261,
38352
- "end": 261
39076
+ "start": 163,
39077
+ "end": 163
38353
39078
  }
38354
39079
  },
38355
39080
  "group": [
@@ -38364,8 +39089,8 @@
38364
39089
  {
38365
39090
  "description": "Font family for text.\n",
38366
39091
  "commentRange": {
38367
- "start": 271,
38368
- "end": 272
39092
+ "start": 173,
39093
+ "end": 174
38369
39094
  },
38370
39095
  "context": {
38371
39096
  "type": "variable",
@@ -38373,8 +39098,8 @@
38373
39098
  "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
38374
39099
  "scope": "default",
38375
39100
  "line": {
38376
- "start": 273,
38377
- "end": 273
39101
+ "start": 175,
39102
+ "end": 175
38378
39103
  }
38379
39104
  },
38380
39105
  "group": [
@@ -38389,8 +39114,8 @@
38389
39114
  {
38390
39115
  "description": "Font family for monospaced text. Used for styling the code.\n",
38391
39116
  "commentRange": {
38392
- "start": 275,
38393
- "end": 276
39117
+ "start": 177,
39118
+ "end": 178
38394
39119
  },
38395
39120
  "context": {
38396
39121
  "type": "variable",
@@ -38398,8 +39123,8 @@
38398
39123
  "value": "SFMono-Regular, Menlo, Monaco, Consolas, \"Roboto Mono\", \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
38399
39124
  "scope": "default",
38400
39125
  "line": {
38401
- "start": 277,
38402
- "end": 277
39126
+ "start": 179,
39127
+ "end": 179
38403
39128
  }
38404
39129
  },
38405
39130
  "group": [
@@ -38414,8 +39139,8 @@
38414
39139
  {
38415
39140
  "description": "Font family across all components.\n",
38416
39141
  "commentRange": {
38417
- "start": 279,
38418
- "end": 280
39142
+ "start": 181,
39143
+ "end": 182
38419
39144
  },
38420
39145
  "context": {
38421
39146
  "type": "variable",
@@ -38423,8 +39148,8 @@
38423
39148
  "value": "inherit",
38424
39149
  "scope": "default",
38425
39150
  "line": {
38426
- "start": 281,
38427
- "end": 281
39151
+ "start": 183,
39152
+ "end": 183
38428
39153
  }
38429
39154
  },
38430
39155
  "group": [
@@ -38439,8 +39164,8 @@
38439
39164
  {
38440
39165
  "description": "Line height used along with $kendo-font-size.\n",
38441
39166
  "commentRange": {
38442
- "start": 283,
38443
- "end": 284
39167
+ "start": 185,
39168
+ "end": 186
38444
39169
  },
38445
39170
  "context": {
38446
39171
  "type": "variable",
@@ -38448,8 +39173,8 @@
38448
39173
  "value": "k-math-div( 20, 14 )",
38449
39174
  "scope": "default",
38450
39175
  "line": {
38451
- "start": 285,
38452
- "end": 285
39176
+ "start": 187,
39177
+ "end": 187
38453
39178
  }
38454
39179
  },
38455
39180
  "group": [
@@ -38464,8 +39189,8 @@
38464
39189
  {
38465
39190
  "description": "Extra small line height used along with $kendo-font-size-xs.\n",
38466
39191
  "commentRange": {
38467
- "start": 286,
38468
- "end": 287
39192
+ "start": 188,
39193
+ "end": 189
38469
39194
  },
38470
39195
  "context": {
38471
39196
  "type": "variable",
@@ -38473,8 +39198,8 @@
38473
39198
  "value": "1",
38474
39199
  "scope": "default",
38475
39200
  "line": {
38476
- "start": 288,
38477
- "end": 288
39201
+ "start": 190,
39202
+ "end": 190
38478
39203
  }
38479
39204
  },
38480
39205
  "group": [
@@ -38489,8 +39214,8 @@
38489
39214
  {
38490
39215
  "description": "Small line height used along with $kendo-font-size-sm.\n",
38491
39216
  "commentRange": {
38492
- "start": 289,
38493
- "end": 290
39217
+ "start": 191,
39218
+ "end": 192
38494
39219
  },
38495
39220
  "context": {
38496
39221
  "type": "variable",
@@ -38498,8 +39223,8 @@
38498
39223
  "value": "1.25",
38499
39224
  "scope": "default",
38500
39225
  "line": {
38501
- "start": 291,
38502
- "end": 291
39226
+ "start": 193,
39227
+ "end": 193
38503
39228
  }
38504
39229
  },
38505
39230
  "group": [
@@ -38514,8 +39239,8 @@
38514
39239
  {
38515
39240
  "description": "Medium line height used along with $kendo-font-size-md.\n",
38516
39241
  "commentRange": {
38517
- "start": 292,
38518
- "end": 293
39242
+ "start": 194,
39243
+ "end": 195
38519
39244
  },
38520
39245
  "context": {
38521
39246
  "type": "variable",
@@ -38523,8 +39248,8 @@
38523
39248
  "value": "$kendo-line-height",
38524
39249
  "scope": "default",
38525
39250
  "line": {
38526
- "start": 294,
38527
- "end": 294
39251
+ "start": 196,
39252
+ "end": 196
38528
39253
  }
38529
39254
  },
38530
39255
  "group": [
@@ -38539,8 +39264,8 @@
38539
39264
  {
38540
39265
  "description": "Large line height used along with $kendo-font-size-lg.\n",
38541
39266
  "commentRange": {
38542
- "start": 295,
38543
- "end": 296
39267
+ "start": 197,
39268
+ "end": 198
38544
39269
  },
38545
39270
  "context": {
38546
39271
  "type": "variable",
@@ -38548,8 +39273,8 @@
38548
39273
  "value": "1.5",
38549
39274
  "scope": "default",
38550
39275
  "line": {
38551
- "start": 297,
38552
- "end": 297
39276
+ "start": 199,
39277
+ "end": 199
38553
39278
  }
38554
39279
  },
38555
39280
  "group": [
@@ -38564,8 +39289,8 @@
38564
39289
  {
38565
39290
  "description": "Light font weight.\n",
38566
39291
  "commentRange": {
38567
- "start": 300,
38568
- "end": 301
39292
+ "start": 202,
39293
+ "end": 203
38569
39294
  },
38570
39295
  "context": {
38571
39296
  "type": "variable",
@@ -38573,8 +39298,8 @@
38573
39298
  "value": "300",
38574
39299
  "scope": "default",
38575
39300
  "line": {
38576
- "start": 302,
38577
- "end": 302
39301
+ "start": 204,
39302
+ "end": 204
38578
39303
  }
38579
39304
  },
38580
39305
  "group": [
@@ -38589,8 +39314,8 @@
38589
39314
  {
38590
39315
  "description": "Normal font weight.\n",
38591
39316
  "commentRange": {
38592
- "start": 303,
38593
- "end": 304
39317
+ "start": 205,
39318
+ "end": 206
38594
39319
  },
38595
39320
  "context": {
38596
39321
  "type": "variable",
@@ -38598,8 +39323,8 @@
38598
39323
  "value": "400",
38599
39324
  "scope": "default",
38600
39325
  "line": {
38601
- "start": 305,
38602
- "end": 305
39326
+ "start": 207,
39327
+ "end": 207
38603
39328
  }
38604
39329
  },
38605
39330
  "group": [
@@ -38614,8 +39339,8 @@
38614
39339
  {
38615
39340
  "description": "Medium font weight.\n",
38616
39341
  "commentRange": {
38617
- "start": 306,
38618
- "end": 307
39342
+ "start": 208,
39343
+ "end": 209
38619
39344
  },
38620
39345
  "context": {
38621
39346
  "type": "variable",
@@ -38623,8 +39348,8 @@
38623
39348
  "value": "500",
38624
39349
  "scope": "default",
38625
39350
  "line": {
38626
- "start": 308,
38627
- "end": 308
39351
+ "start": 210,
39352
+ "end": 210
38628
39353
  }
38629
39354
  },
38630
39355
  "group": [
@@ -38639,8 +39364,8 @@
38639
39364
  {
38640
39365
  "description": "Semibold font weight.\n",
38641
39366
  "commentRange": {
38642
- "start": 309,
38643
- "end": 310
39367
+ "start": 211,
39368
+ "end": 212
38644
39369
  },
38645
39370
  "context": {
38646
39371
  "type": "variable",
@@ -38648,8 +39373,8 @@
38648
39373
  "value": "600",
38649
39374
  "scope": "default",
38650
39375
  "line": {
38651
- "start": 311,
38652
- "end": 311
39376
+ "start": 213,
39377
+ "end": 213
38653
39378
  }
38654
39379
  },
38655
39380
  "group": [
@@ -38664,8 +39389,8 @@
38664
39389
  {
38665
39390
  "description": "Bold font weight.\n",
38666
39391
  "commentRange": {
38667
- "start": 312,
38668
- "end": 313
39392
+ "start": 214,
39393
+ "end": 215
38669
39394
  },
38670
39395
  "context": {
38671
39396
  "type": "variable",
@@ -38673,8 +39398,8 @@
38673
39398
  "value": "700",
38674
39399
  "scope": "default",
38675
39400
  "line": {
38676
- "start": 314,
38677
- "end": 314
39401
+ "start": 216,
39402
+ "end": 216
38678
39403
  }
38679
39404
  },
38680
39405
  "group": [
@@ -38689,8 +39414,8 @@
38689
39414
  {
38690
39415
  "description": "Letter spacing.\n",
38691
39416
  "commentRange": {
38692
- "start": 316,
38693
- "end": 317
39417
+ "start": 218,
39418
+ "end": 219
38694
39419
  },
38695
39420
  "context": {
38696
39421
  "type": "variable",
@@ -38698,8 +39423,8 @@
38698
39423
  "value": "null",
38699
39424
  "scope": "default",
38700
39425
  "line": {
38701
- "start": 318,
38702
- "end": 318
39426
+ "start": 220,
39427
+ "end": 220
38703
39428
  }
38704
39429
  },
38705
39430
  "group": [
@@ -38712,19 +39437,19 @@
38712
39437
  }
38713
39438
  },
38714
39439
  {
38715
- "description": "The background of the components' chrome area.\n",
39440
+ "description": "Box shadow of focused items.\n",
38716
39441
  "commentRange": {
38717
- "start": 364,
38718
- "end": 364
39442
+ "start": 224,
39443
+ "end": 224
38719
39444
  },
38720
39445
  "context": {
38721
39446
  "type": "variable",
38722
- "name": "kendo-base-bg",
38723
- "value": "#fafafa",
39447
+ "name": "kendo-focus-shadow",
39448
+ "value": "inset 0 0 0 2px rgba(0, 0, 0, .13)",
38724
39449
  "scope": "default",
38725
39450
  "line": {
38726
- "start": 365,
38727
- "end": 365
39451
+ "start": 225,
39452
+ "end": 225
38728
39453
  }
38729
39454
  },
38730
39455
  "access": "public",
@@ -38737,19 +39462,19 @@
38737
39462
  }
38738
39463
  },
38739
39464
  {
38740
- "description": "The text color of the components' chrome area.\n",
39465
+ "description": "Transition used across all components.\n",
38741
39466
  "commentRange": {
38742
- "start": 366,
38743
- "end": 366
39467
+ "start": 227,
39468
+ "end": 227
38744
39469
  },
38745
39470
  "context": {
38746
39471
  "type": "variable",
38747
- "name": "kendo-base-text",
38748
- "value": "$kendo-body-text",
39472
+ "name": "kendo-transition",
39473
+ "value": "color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out",
38749
39474
  "scope": "default",
38750
39475
  "line": {
38751
- "start": 367,
38752
- "end": 367
39476
+ "start": 228,
39477
+ "end": 228
38753
39478
  }
38754
39479
  },
38755
39480
  "access": "public",
@@ -38762,19 +39487,19 @@
38762
39487
  }
38763
39488
  },
38764
39489
  {
38765
- "description": "The border color of the components' chrome area.\n",
39490
+ "description": "Filter used for disabled items.\n",
38766
39491
  "commentRange": {
38767
- "start": 368,
38768
- "end": 368
39492
+ "start": 231,
39493
+ "end": 231
38769
39494
  },
38770
39495
  "context": {
38771
39496
  "type": "variable",
38772
- "name": "kendo-base-border",
38773
- "value": "rgba( black, .08 )",
39497
+ "name": "kendo-disabled-filter",
39498
+ "value": "grayscale(.1)",
38774
39499
  "scope": "default",
38775
39500
  "line": {
38776
- "start": 369,
38777
- "end": 369
39501
+ "start": 232,
39502
+ "end": 232
38778
39503
  }
38779
39504
  },
38780
39505
  "access": "public",
@@ -38787,19 +39512,19 @@
38787
39512
  }
38788
39513
  },
38789
39514
  {
38790
- "description": "The gradient background of the components' chrome area.\n",
39515
+ "description": "Opacity used for disabled items.\n",
38791
39516
  "commentRange": {
38792
- "start": 370,
38793
- "end": 370
39517
+ "start": 233,
39518
+ "end": 233
38794
39519
  },
38795
39520
  "context": {
38796
39521
  "type": "variable",
38797
- "name": "kendo-base-gradient",
38798
- "value": "rgba( black, 0 ), rgba( black, .02 )",
39522
+ "name": "kendo-disabled-opacity",
39523
+ "value": ".6",
38799
39524
  "scope": "default",
38800
39525
  "line": {
38801
- "start": 371,
38802
- "end": 371
39526
+ "start": 234,
39527
+ "end": 234
38803
39528
  }
38804
39529
  },
38805
39530
  "access": "public",
@@ -38812,19 +39537,19 @@
38812
39537
  }
38813
39538
  },
38814
39539
  {
38815
- "description": "The background of hovered items.\n",
39540
+ "description": "The background of the components' chrome area.\n",
38816
39541
  "commentRange": {
38817
- "start": 373,
38818
- "end": 373
39542
+ "start": 319,
39543
+ "end": 319
38819
39544
  },
38820
39545
  "context": {
38821
39546
  "type": "variable",
38822
- "name": "kendo-hover-bg",
38823
- "value": "k-try-shade( $kendo-base-bg, .5 )",
39547
+ "name": "kendo-base-bg",
39548
+ "value": "#fafafa",
38824
39549
  "scope": "default",
38825
39550
  "line": {
38826
- "start": 374,
38827
- "end": 374
39551
+ "start": 320,
39552
+ "end": 320
38828
39553
  }
38829
39554
  },
38830
39555
  "access": "public",
@@ -38832,24 +39557,24 @@
38832
39557
  "undefined"
38833
39558
  ],
38834
39559
  "file": {
38835
- "path": "_variables.scss",
38836
- "name": "_variables.scss"
39560
+ "path": "core/color-system/_swatch.scss",
39561
+ "name": "_swatch.scss"
38837
39562
  }
38838
39563
  },
38839
39564
  {
38840
- "description": "The text color of hovered items.\n",
39565
+ "description": "The text color of the components' chrome area.\n",
38841
39566
  "commentRange": {
38842
- "start": 375,
38843
- "end": 375
39567
+ "start": 321,
39568
+ "end": 321
38844
39569
  },
38845
39570
  "context": {
38846
39571
  "type": "variable",
38847
- "name": "kendo-hover-text",
38848
- "value": "$kendo-base-text",
39572
+ "name": "kendo-base-text",
39573
+ "value": "$kendo-body-text",
38849
39574
  "scope": "default",
38850
39575
  "line": {
38851
- "start": 376,
38852
- "end": 376
39576
+ "start": 322,
39577
+ "end": 322
38853
39578
  }
38854
39579
  },
38855
39580
  "access": "public",
@@ -38857,24 +39582,24 @@
38857
39582
  "undefined"
38858
39583
  ],
38859
39584
  "file": {
38860
- "path": "_variables.scss",
38861
- "name": "_variables.scss"
39585
+ "path": "core/color-system/_swatch.scss",
39586
+ "name": "_swatch.scss"
38862
39587
  }
38863
39588
  },
38864
39589
  {
38865
- "description": "The border color of hovered items.\n",
39590
+ "description": "The border color of the components' chrome area.\n",
38866
39591
  "commentRange": {
38867
- "start": 377,
38868
- "end": 377
39592
+ "start": 323,
39593
+ "end": 323
38869
39594
  },
38870
39595
  "context": {
38871
39596
  "type": "variable",
38872
- "name": "kendo-hover-border",
38873
- "value": "$kendo-base-border",
39597
+ "name": "kendo-base-border",
39598
+ "value": "rgba(black, 0.08)",
38874
39599
  "scope": "default",
38875
39600
  "line": {
38876
- "start": 378,
38877
- "end": 378
39601
+ "start": 324,
39602
+ "end": 324
38878
39603
  }
38879
39604
  },
38880
39605
  "access": "public",
@@ -38882,24 +39607,24 @@
38882
39607
  "undefined"
38883
39608
  ],
38884
39609
  "file": {
38885
- "path": "_variables.scss",
38886
- "name": "_variables.scss"
39610
+ "path": "core/color-system/_swatch.scss",
39611
+ "name": "_swatch.scss"
38887
39612
  }
38888
39613
  },
38889
39614
  {
38890
- "description": "The gradient background of hovered items.\n",
39615
+ "description": "The gradient background of the components' chrome area.\n",
38891
39616
  "commentRange": {
38892
- "start": 379,
38893
- "end": 379
39617
+ "start": 325,
39618
+ "end": 325
38894
39619
  },
38895
39620
  "context": {
38896
39621
  "type": "variable",
38897
- "name": "kendo-hover-gradient",
38898
- "value": "$kendo-base-gradient",
39622
+ "name": "kendo-base-gradient",
39623
+ "value": "rgba(black, 0), rgba(black, 0.02)",
38899
39624
  "scope": "default",
38900
39625
  "line": {
38901
- "start": 380,
38902
- "end": 380
39626
+ "start": 326,
39627
+ "end": 326
38903
39628
  }
38904
39629
  },
38905
39630
  "access": "public",
@@ -38907,24 +39632,24 @@
38907
39632
  "undefined"
38908
39633
  ],
38909
39634
  "file": {
38910
- "path": "_variables.scss",
38911
- "name": "_variables.scss"
39635
+ "path": "core/color-system/_swatch.scss",
39636
+ "name": "_swatch.scss"
38912
39637
  }
38913
39638
  },
38914
39639
  {
38915
- "description": "The background of selected items.\n",
39640
+ "description": "The background of hovered items.\n",
38916
39641
  "commentRange": {
38917
- "start": 382,
38918
- "end": 382
39642
+ "start": 328,
39643
+ "end": 328
38919
39644
  },
38920
39645
  "context": {
38921
39646
  "type": "variable",
38922
- "name": "kendo-selected-bg",
38923
- "value": "$kendo-color-primary",
39647
+ "name": "kendo-hover-bg",
39648
+ "value": "k-try-shade($kendo-base-bg, 0.5)",
38924
39649
  "scope": "default",
38925
39650
  "line": {
38926
- "start": 383,
38927
- "end": 383
39651
+ "start": 329,
39652
+ "end": 329
38928
39653
  }
38929
39654
  },
38930
39655
  "access": "public",
@@ -38932,24 +39657,24 @@
38932
39657
  "undefined"
38933
39658
  ],
38934
39659
  "file": {
38935
- "path": "_variables.scss",
38936
- "name": "_variables.scss"
39660
+ "path": "core/color-system/_swatch.scss",
39661
+ "name": "_swatch.scss"
38937
39662
  }
38938
39663
  },
38939
39664
  {
38940
- "description": "The text color of selected items.\n",
39665
+ "description": "The text color of hovered items.\n",
38941
39666
  "commentRange": {
38942
- "start": 384,
38943
- "end": 384
39667
+ "start": 330,
39668
+ "end": 330
38944
39669
  },
38945
39670
  "context": {
38946
39671
  "type": "variable",
38947
- "name": "kendo-selected-text",
38948
- "value": "k-contrast-legacy( $kendo-selected-bg )",
39672
+ "name": "kendo-hover-text",
39673
+ "value": "$kendo-base-text",
38949
39674
  "scope": "default",
38950
39675
  "line": {
38951
- "start": 385,
38952
- "end": 385
39676
+ "start": 331,
39677
+ "end": 331
38953
39678
  }
38954
39679
  },
38955
39680
  "access": "public",
@@ -38957,24 +39682,24 @@
38957
39682
  "undefined"
38958
39683
  ],
38959
39684
  "file": {
38960
- "path": "_variables.scss",
38961
- "name": "_variables.scss"
39685
+ "path": "core/color-system/_swatch.scss",
39686
+ "name": "_swatch.scss"
38962
39687
  }
38963
39688
  },
38964
39689
  {
38965
- "description": "The border color of selected items.\n",
39690
+ "description": "The border color of hovered items.\n",
38966
39691
  "commentRange": {
38967
- "start": 386,
38968
- "end": 386
39692
+ "start": 332,
39693
+ "end": 332
38969
39694
  },
38970
39695
  "context": {
38971
39696
  "type": "variable",
38972
- "name": "kendo-selected-border",
39697
+ "name": "kendo-hover-border",
38973
39698
  "value": "$kendo-base-border",
38974
39699
  "scope": "default",
38975
39700
  "line": {
38976
- "start": 387,
38977
- "end": 387
39701
+ "start": 333,
39702
+ "end": 333
38978
39703
  }
38979
39704
  },
38980
39705
  "access": "public",
@@ -38982,24 +39707,24 @@
38982
39707
  "undefined"
38983
39708
  ],
38984
39709
  "file": {
38985
- "path": "_variables.scss",
38986
- "name": "_variables.scss"
39710
+ "path": "core/color-system/_swatch.scss",
39711
+ "name": "_swatch.scss"
38987
39712
  }
38988
39713
  },
38989
39714
  {
38990
- "description": "The gradient background of selected items.\n",
39715
+ "description": "The gradient background of hovered items.\n",
38991
39716
  "commentRange": {
38992
- "start": 388,
38993
- "end": 388
39717
+ "start": 334,
39718
+ "end": 334
38994
39719
  },
38995
39720
  "context": {
38996
39721
  "type": "variable",
38997
- "name": "kendo-selected-gradient",
39722
+ "name": "kendo-hover-gradient",
38998
39723
  "value": "$kendo-base-gradient",
38999
39724
  "scope": "default",
39000
39725
  "line": {
39001
- "start": 389,
39002
- "end": 389
39726
+ "start": 335,
39727
+ "end": 335
39003
39728
  }
39004
39729
  },
39005
39730
  "access": "public",
@@ -39007,24 +39732,24 @@
39007
39732
  "undefined"
39008
39733
  ],
39009
39734
  "file": {
39010
- "path": "_variables.scss",
39011
- "name": "_variables.scss"
39735
+ "path": "core/color-system/_swatch.scss",
39736
+ "name": "_swatch.scss"
39012
39737
  }
39013
39738
  },
39014
39739
  {
39015
- "description": "The background of selected and hovered items.\n",
39740
+ "description": "The background of selected items.\n",
39016
39741
  "commentRange": {
39017
- "start": 391,
39018
- "end": 391
39742
+ "start": 337,
39743
+ "end": 337
39019
39744
  },
39020
39745
  "context": {
39021
39746
  "type": "variable",
39022
- "name": "kendo-selected-hover-bg",
39023
- "value": "k-try-shade( $kendo-selected-bg, .5 )",
39747
+ "name": "kendo-selected-bg",
39748
+ "value": "$kendo-color-primary",
39024
39749
  "scope": "default",
39025
39750
  "line": {
39026
- "start": 392,
39027
- "end": 392
39751
+ "start": 338,
39752
+ "end": 338
39028
39753
  }
39029
39754
  },
39030
39755
  "access": "public",
@@ -39032,24 +39757,24 @@
39032
39757
  "undefined"
39033
39758
  ],
39034
39759
  "file": {
39035
- "path": "_variables.scss",
39036
- "name": "_variables.scss"
39760
+ "path": "core/color-system/_swatch.scss",
39761
+ "name": "_swatch.scss"
39037
39762
  }
39038
39763
  },
39039
39764
  {
39040
- "description": "The text color of selected and hovered items.\n",
39765
+ "description": "The text color of selected items.\n",
39041
39766
  "commentRange": {
39042
- "start": 393,
39043
- "end": 393
39767
+ "start": 339,
39768
+ "end": 339
39044
39769
  },
39045
39770
  "context": {
39046
39771
  "type": "variable",
39047
- "name": "kendo-selected-hover-text",
39048
- "value": "$kendo-selected-text",
39772
+ "name": "kendo-selected-text",
39773
+ "value": "k-contrast-legacy($kendo-selected-bg)",
39049
39774
  "scope": "default",
39050
39775
  "line": {
39051
- "start": 394,
39052
- "end": 394
39776
+ "start": 340,
39777
+ "end": 340
39053
39778
  }
39054
39779
  },
39055
39780
  "access": "public",
@@ -39057,24 +39782,24 @@
39057
39782
  "undefined"
39058
39783
  ],
39059
39784
  "file": {
39060
- "path": "_variables.scss",
39061
- "name": "_variables.scss"
39785
+ "path": "core/color-system/_swatch.scss",
39786
+ "name": "_swatch.scss"
39062
39787
  }
39063
39788
  },
39064
39789
  {
39065
- "description": "The border of selected and hovered items.\n",
39790
+ "description": "The border color of selected items.\n",
39066
39791
  "commentRange": {
39067
- "start": 395,
39068
- "end": 395
39792
+ "start": 341,
39793
+ "end": 341
39069
39794
  },
39070
39795
  "context": {
39071
39796
  "type": "variable",
39072
- "name": "kendo-selected-hover-border",
39797
+ "name": "kendo-selected-border",
39073
39798
  "value": "$kendo-base-border",
39074
39799
  "scope": "default",
39075
39800
  "line": {
39076
- "start": 396,
39077
- "end": 396
39801
+ "start": 342,
39802
+ "end": 342
39078
39803
  }
39079
39804
  },
39080
39805
  "access": "public",
@@ -39082,24 +39807,24 @@
39082
39807
  "undefined"
39083
39808
  ],
39084
39809
  "file": {
39085
- "path": "_variables.scss",
39086
- "name": "_variables.scss"
39810
+ "path": "core/color-system/_swatch.scss",
39811
+ "name": "_swatch.scss"
39087
39812
  }
39088
39813
  },
39089
39814
  {
39090
- "description": "The gradient of selected and hovered items.\n",
39815
+ "description": "The gradient background of selected items.\n",
39091
39816
  "commentRange": {
39092
- "start": 397,
39093
- "end": 397
39817
+ "start": 343,
39818
+ "end": 343
39094
39819
  },
39095
39820
  "context": {
39096
39821
  "type": "variable",
39097
- "name": "kendo-selected-hover-gradient",
39822
+ "name": "kendo-selected-gradient",
39098
39823
  "value": "$kendo-base-gradient",
39099
39824
  "scope": "default",
39100
39825
  "line": {
39101
- "start": 398,
39102
- "end": 398
39826
+ "start": 344,
39827
+ "end": 344
39103
39828
  }
39104
39829
  },
39105
39830
  "access": "public",
@@ -39107,24 +39832,24 @@
39107
39832
  "undefined"
39108
39833
  ],
39109
39834
  "file": {
39110
- "path": "_variables.scss",
39111
- "name": "_variables.scss"
39835
+ "path": "core/color-system/_swatch.scss",
39836
+ "name": "_swatch.scss"
39112
39837
  }
39113
39838
  },
39114
39839
  {
39115
- "description": "Box shadow of focused items.\n",
39840
+ "description": "The background of selected and hovered items.\n",
39116
39841
  "commentRange": {
39117
- "start": 401,
39118
- "end": 401
39842
+ "start": 346,
39843
+ "end": 346
39119
39844
  },
39120
39845
  "context": {
39121
39846
  "type": "variable",
39122
- "name": "kendo-focus-shadow",
39123
- "value": "inset 0 0 0 2px rgba(0, 0, 0, .13)",
39847
+ "name": "kendo-selected-hover-bg",
39848
+ "value": "k-try-shade($kendo-selected-bg, 0.5)",
39124
39849
  "scope": "default",
39125
39850
  "line": {
39126
- "start": 402,
39127
- "end": 402
39851
+ "start": 347,
39852
+ "end": 347
39128
39853
  }
39129
39854
  },
39130
39855
  "access": "public",
@@ -39132,24 +39857,24 @@
39132
39857
  "undefined"
39133
39858
  ],
39134
39859
  "file": {
39135
- "path": "_variables.scss",
39136
- "name": "_variables.scss"
39860
+ "path": "core/color-system/_swatch.scss",
39861
+ "name": "_swatch.scss"
39137
39862
  }
39138
39863
  },
39139
39864
  {
39140
- "description": "Transition used across all components.\n",
39865
+ "description": "The text color of selected and hovered items.\n",
39141
39866
  "commentRange": {
39142
- "start": 404,
39143
- "end": 404
39867
+ "start": 348,
39868
+ "end": 348
39144
39869
  },
39145
39870
  "context": {
39146
39871
  "type": "variable",
39147
- "name": "kendo-transition",
39148
- "value": "color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out",
39872
+ "name": "kendo-selected-hover-text",
39873
+ "value": "$kendo-selected-text",
39149
39874
  "scope": "default",
39150
39875
  "line": {
39151
- "start": 405,
39152
- "end": 405
39876
+ "start": 349,
39877
+ "end": 349
39153
39878
  }
39154
39879
  },
39155
39880
  "access": "public",
@@ -39157,24 +39882,24 @@
39157
39882
  "undefined"
39158
39883
  ],
39159
39884
  "file": {
39160
- "path": "_variables.scss",
39161
- "name": "_variables.scss"
39885
+ "path": "core/color-system/_swatch.scss",
39886
+ "name": "_swatch.scss"
39162
39887
  }
39163
39888
  },
39164
39889
  {
39165
- "description": "Text color of disabled items.\n",
39890
+ "description": "The border of selected and hovered items.\n",
39166
39891
  "commentRange": {
39167
- "start": 408,
39168
- "end": 408
39892
+ "start": 350,
39893
+ "end": 350
39169
39894
  },
39170
39895
  "context": {
39171
39896
  "type": "variable",
39172
- "name": "kendo-disabled-text",
39173
- "value": "#8f8f8f",
39897
+ "name": "kendo-selected-hover-border",
39898
+ "value": "$kendo-base-border",
39174
39899
  "scope": "default",
39175
39900
  "line": {
39176
- "start": 409,
39177
- "end": 409
39901
+ "start": 351,
39902
+ "end": 351
39178
39903
  }
39179
39904
  },
39180
39905
  "access": "public",
@@ -39182,24 +39907,24 @@
39182
39907
  "undefined"
39183
39908
  ],
39184
39909
  "file": {
39185
- "path": "_variables.scss",
39186
- "name": "_variables.scss"
39910
+ "path": "core/color-system/_swatch.scss",
39911
+ "name": "_swatch.scss"
39187
39912
  }
39188
39913
  },
39189
39914
  {
39190
- "description": "Filter used for disabled items.\n",
39915
+ "description": "The gradient of selected and hovered items.\n",
39191
39916
  "commentRange": {
39192
- "start": 410,
39193
- "end": 410
39917
+ "start": 352,
39918
+ "end": 352
39194
39919
  },
39195
39920
  "context": {
39196
39921
  "type": "variable",
39197
- "name": "kendo-disabled-filter",
39198
- "value": "grayscale(.1)",
39922
+ "name": "kendo-selected-hover-gradient",
39923
+ "value": "$kendo-base-gradient",
39199
39924
  "scope": "default",
39200
39925
  "line": {
39201
- "start": 411,
39202
- "end": 411
39926
+ "start": 353,
39927
+ "end": 353
39203
39928
  }
39204
39929
  },
39205
39930
  "access": "public",
@@ -39207,24 +39932,24 @@
39207
39932
  "undefined"
39208
39933
  ],
39209
39934
  "file": {
39210
- "path": "_variables.scss",
39211
- "name": "_variables.scss"
39935
+ "path": "core/color-system/_swatch.scss",
39936
+ "name": "_swatch.scss"
39212
39937
  }
39213
39938
  },
39214
39939
  {
39215
- "description": "Opacity used for disabled items.\n",
39940
+ "description": "Text color of disabled items.\n",
39216
39941
  "commentRange": {
39217
- "start": 412,
39218
- "end": 412
39942
+ "start": 355,
39943
+ "end": 355
39219
39944
  },
39220
39945
  "context": {
39221
39946
  "type": "variable",
39222
- "name": "kendo-disabled-opacity",
39223
- "value": ".6",
39947
+ "name": "kendo-disabled-text",
39948
+ "value": "#8f8f8f",
39224
39949
  "scope": "default",
39225
39950
  "line": {
39226
- "start": 413,
39227
- "end": 413
39951
+ "start": 356,
39952
+ "end": 356
39228
39953
  }
39229
39954
  },
39230
39955
  "access": "public",
@@ -39232,8 +39957,8 @@
39232
39957
  "undefined"
39233
39958
  ],
39234
39959
  "file": {
39235
- "path": "_variables.scss",
39236
- "name": "_variables.scss"
39960
+ "path": "core/color-system/_swatch.scss",
39961
+ "name": "_swatch.scss"
39237
39962
  }
39238
39963
  },
39239
39964
  {