@progress/kendo-theme-bootstrap 7.1.0-dev.8 → 7.1.0-dev.9

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 (70) hide show
  1. package/dist/all.css +54 -21
  2. package/dist/all.scss +1528 -686
  3. package/dist/meta/sassdoc-data.json +632 -636
  4. package/dist/meta/sassdoc-raw-data.json +308 -310
  5. package/dist/meta/variables.json +411 -371
  6. package/lib/swatches/bootstrap-3-dark.json +1 -1
  7. package/lib/swatches/bootstrap-3.json +1 -1
  8. package/lib/swatches/bootstrap-4-dark.json +1 -1
  9. package/lib/swatches/bootstrap-4.json +1 -1
  10. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  11. package/lib/swatches/bootstrap-main-dark.json +1 -1
  12. package/lib/swatches/bootstrap-main.json +1 -1
  13. package/lib/swatches/bootstrap-nordic.json +1 -1
  14. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  15. package/lib/swatches/bootstrap-turquoise.json +1 -1
  16. package/lib/swatches/bootstrap-urban.json +1 -1
  17. package/lib/swatches/bootstrap-vintage.json +1 -1
  18. package/package.json +5 -5
  19. package/scss/_bootstrap-overrides.scss +0 -22
  20. package/scss/_variables.scss +0 -203
  21. package/scss/adaptive/_variables.scss +1 -1
  22. package/scss/all.scss +0 -1
  23. package/scss/appbar/_variables.scss +2 -2
  24. package/scss/breadcrumb/_variables.scss +1 -1
  25. package/scss/button/_variables.scss +13 -13
  26. package/scss/calendar/_variables.scss +1 -1
  27. package/scss/chat/_variables.scss +1 -1
  28. package/scss/checkbox/_variables.scss +4 -4
  29. package/scss/chip/_theme.scss +5 -4
  30. package/scss/chip/_variables.scss +1 -1
  31. package/scss/core/_index.scss +6 -0
  32. package/scss/core/color-system/_palettes.scss +171 -0
  33. package/scss/core/color-system/_swatch-legacy.scss +66 -0
  34. package/scss/core/color-system/_swatch.scss +391 -0
  35. package/scss/dataviz/_variables.scss +42 -42
  36. package/scss/dock-manager/_variables.scss +1 -1
  37. package/scss/drawer/_variables.scss +1 -1
  38. package/scss/dropzone/_variables.scss +2 -2
  39. package/scss/editor/_variables.scss +1 -1
  40. package/scss/fab/_theme.scss +21 -21
  41. package/scss/filemanager/_variables.scss +2 -2
  42. package/scss/filter/_variables.scss +1 -1
  43. package/scss/gantt/_variables.scss +13 -13
  44. package/scss/grid/_theme.scss +54 -6
  45. package/scss/grid/_variables.scss +12 -9
  46. package/scss/input/_variables.scss +4 -4
  47. package/scss/list/_variables.scss +1 -1
  48. package/scss/listview/_variables.scss +2 -2
  49. package/scss/map/_variables.scss +1 -1
  50. package/scss/mediaplayer/_variables.scss +1 -1
  51. package/scss/menu/_variables.scss +6 -6
  52. package/scss/notification/_variables.scss +3 -3
  53. package/scss/pager/_variables.scss +1 -1
  54. package/scss/panelbar/_variables.scss +4 -4
  55. package/scss/pivotgrid/_variables.scss +5 -5
  56. package/scss/scheduler/_variables.scss +3 -3
  57. package/scss/signature/_variables.scss +1 -1
  58. package/scss/skeleton/_variables.scss +1 -1
  59. package/scss/slider/_variables.scss +8 -8
  60. package/scss/splitter/_variables.scss +1 -1
  61. package/scss/spreadsheet/_variables.scss +4 -4
  62. package/scss/stepper/_variables.scss +7 -7
  63. package/scss/switch/_variables.scss +6 -6
  64. package/scss/table/_variables.scss +3 -3
  65. package/scss/taskboard/_variables.scss +8 -8
  66. package/scss/timeline/_variables.scss +4 -4
  67. package/scss/toolbar/_variables.scss +1 -1
  68. package/scss/tooltip/_variables.scss +4 -4
  69. package/scss/treeview/_variables.scss +1 -1
  70. package/scss/upload/_variables.scss +1 -1
@@ -283,7 +283,7 @@
283
283
  "context": {
284
284
  "type": "variable",
285
285
  "name": "kendo-appbar-light-text",
286
- "value": "k-contrast-color( $kendo-color-light )",
286
+ "value": "if($kendo-enable-color-system, k-color( on-light ), k-contrast-color( $kendo-color-light ))",
287
287
  "scope": "default",
288
288
  "line": {
289
289
  "start": 40,
@@ -333,7 +333,7 @@
333
333
  "context": {
334
334
  "type": "variable",
335
335
  "name": "kendo-appbar-dark-text",
336
- "value": "k-contrast-color( $kendo-color-dark )",
336
+ "value": "if($kendo-enable-color-system, k-color( on-dark ), k-contrast-color( $kendo-color-dark ))",
337
337
  "scope": "default",
338
338
  "line": {
339
339
  "start": 47,
@@ -2758,7 +2758,7 @@
2758
2758
  "context": {
2759
2759
  "type": "variable",
2760
2760
  "name": "kendo-breadcrumb-link-focus-shadow",
2761
- "value": "inset 0 0 0 3px rgba( $kendo-breadcrumb-text, .25 )",
2761
+ "value": "inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .25 ), rgba( $kendo-breadcrumb-text, .25 ))",
2762
2762
  "scope": "default",
2763
2763
  "line": {
2764
2764
  "start": 159,
@@ -3683,7 +3683,7 @@
3683
3683
  "context": {
3684
3684
  "type": "variable",
3685
3685
  "name": "kendo-button-theme-colors",
3686
- "value": "k-map-merge(\n $kendo-theme-colors,\n ( \"base\": #e4e7eb )\n)",
3686
+ "value": "k-map-merge(\n $kendo-theme-colors,\n ( \"base\": if($kendo-enable-color-system, k-color( base ), #e4e7eb) )\n)",
3687
3687
  "scope": "default",
3688
3688
  "line": {
3689
3689
  "start": 106,
@@ -3708,7 +3708,7 @@
3708
3708
  "context": {
3709
3709
  "type": "variable",
3710
3710
  "name": "kendo-button-bg",
3711
- "value": "#e4e7eb",
3711
+ "value": "if($kendo-enable-color-system, k-color( base ), #e4e7eb)",
3712
3712
  "scope": "default",
3713
3713
  "line": {
3714
3714
  "start": 113,
@@ -3733,7 +3733,7 @@
3733
3733
  "context": {
3734
3734
  "type": "variable",
3735
3735
  "name": "kendo-button-text",
3736
- "value": "k-contrast-color( $kendo-button-bg, $gray-900 )",
3736
+ "value": "if($kendo-enable-color-system, k-color( on-base ), k-contrast-color( $kendo-button-bg, $gray-900 ))",
3737
3737
  "scope": "default",
3738
3738
  "line": {
3739
3739
  "start": 116,
@@ -3833,7 +3833,7 @@
3833
3833
  "context": {
3834
3834
  "type": "variable",
3835
3835
  "name": "kendo-button-hover-bg",
3836
- "value": "k-color-darken( $kendo-button-bg, 7.5% )",
3836
+ "value": "if($kendo-enable-color-system, k-color( base-hover ), k-color-darken( $kendo-button-bg, 7.5% ))",
3837
3837
  "scope": "default",
3838
3838
  "line": {
3839
3839
  "start": 129,
@@ -3883,7 +3883,7 @@
3883
3883
  "context": {
3884
3884
  "type": "variable",
3885
3885
  "name": "kendo-button-hover-border",
3886
- "value": "k-color-darken( $kendo-button-bg, 10% )",
3886
+ "value": "if($kendo-enable-color-system, k-color( base-hover ), k-color-darken( $kendo-button-bg, 10% ))",
3887
3887
  "scope": "default",
3888
3888
  "line": {
3889
3889
  "start": 135,
@@ -3958,7 +3958,7 @@
3958
3958
  "context": {
3959
3959
  "type": "variable",
3960
3960
  "name": "kendo-button-active-bg",
3961
- "value": "k-color-darken( $kendo-button-bg, 10% )",
3961
+ "value": "if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 10% ))",
3962
3962
  "scope": "default",
3963
3963
  "line": {
3964
3964
  "start": 145,
@@ -4008,7 +4008,7 @@
4008
4008
  "context": {
4009
4009
  "type": "variable",
4010
4010
  "name": "kendo-button-active-border",
4011
- "value": "k-color-darken( $kendo-button-bg, 12.5% )",
4011
+ "value": "if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 12.5% ))",
4012
4012
  "scope": "default",
4013
4013
  "line": {
4014
4014
  "start": 151,
@@ -4083,7 +4083,7 @@
4083
4083
  "context": {
4084
4084
  "type": "variable",
4085
4085
  "name": "kendo-button-selected-bg",
4086
- "value": "k-color-darken( $kendo-color-primary, 10% )",
4086
+ "value": "if($kendo-enable-color-system, k-color( primary-active ), k-color-darken( $kendo-color-primary, 10% ))",
4087
4087
  "scope": "default",
4088
4088
  "line": {
4089
4089
  "start": 161,
@@ -4108,7 +4108,7 @@
4108
4108
  "context": {
4109
4109
  "type": "variable",
4110
4110
  "name": "kendo-button-selected-text",
4111
- "value": "k-contrast-color( $kendo-button-selected-bg )",
4111
+ "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-button-selected-bg ))",
4112
4112
  "scope": "default",
4113
4113
  "line": {
4114
4114
  "start": 164,
@@ -4133,7 +4133,7 @@
4133
4133
  "context": {
4134
4134
  "type": "variable",
4135
4135
  "name": "kendo-button-selected-border",
4136
- "value": "k-color-darken( $kendo-color-primary, 12.5% )",
4136
+ "value": "if($kendo-enable-color-system, k-color( primary-active ), k-color-darken( $kendo-color-primary, 12.5% ))",
4137
4137
  "scope": "default",
4138
4138
  "line": {
4139
4139
  "start": 167,
@@ -4208,7 +4208,7 @@
4208
4208
  "context": {
4209
4209
  "type": "variable",
4210
4210
  "name": "kendo-button-focus-bg",
4211
- "value": "k-color-darken( $kendo-button-bg, 10% )",
4211
+ "value": "if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 10% ))",
4212
4212
  "scope": "default",
4213
4213
  "line": {
4214
4214
  "start": 177,
@@ -4258,7 +4258,7 @@
4258
4258
  "context": {
4259
4259
  "type": "variable",
4260
4260
  "name": "kendo-button-focus-border",
4261
- "value": "k-color-darken( $kendo-button-bg, 12.5% )",
4261
+ "value": "if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 12.5% ))",
4262
4262
  "scope": "default",
4263
4263
  "line": {
4264
4264
  "start": 183,
@@ -4308,7 +4308,7 @@
4308
4308
  "context": {
4309
4309
  "type": "variable",
4310
4310
  "name": "kendo-button-focus-shadow",
4311
- "value": "0 0 0 .25rem rgba( $kendo-button-border, .5 )",
4311
+ "value": "0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( border, true ), .5), rgba( $kendo-button-border, .5 ))",
4312
4312
  "scope": "default",
4313
4313
  "line": {
4314
4314
  "start": 189,
@@ -6333,7 +6333,7 @@
6333
6333
  "context": {
6334
6334
  "type": "variable",
6335
6335
  "name": "kendo-series-a",
6336
- "value": "$blue",
6336
+ "value": "if($kendo-enable-color-system, k-color( series-a ), $blue)",
6337
6337
  "scope": "default",
6338
6338
  "line": {
6339
6339
  "start": 8,
@@ -6358,7 +6358,7 @@
6358
6358
  "context": {
6359
6359
  "type": "variable",
6360
6360
  "name": "kendo-series-b",
6361
- "value": "$purple",
6361
+ "value": "if($kendo-enable-color-system, k-color( series-b ), $purple)",
6362
6362
  "scope": "default",
6363
6363
  "line": {
6364
6364
  "start": 16,
@@ -6383,7 +6383,7 @@
6383
6383
  "context": {
6384
6384
  "type": "variable",
6385
6385
  "name": "kendo-series-c",
6386
- "value": "$teal",
6386
+ "value": "if($kendo-enable-color-system, k-color( series-c ), $teal)",
6387
6387
  "scope": "default",
6388
6388
  "line": {
6389
6389
  "start": 24,
@@ -6408,7 +6408,7 @@
6408
6408
  "context": {
6409
6409
  "type": "variable",
6410
6410
  "name": "kendo-series-d",
6411
- "value": "$green",
6411
+ "value": "if($kendo-enable-color-system, k-color( series-d ), $green)",
6412
6412
  "scope": "default",
6413
6413
  "line": {
6414
6414
  "start": 32,
@@ -6433,7 +6433,7 @@
6433
6433
  "context": {
6434
6434
  "type": "variable",
6435
6435
  "name": "kendo-series-e",
6436
- "value": "$yellow",
6436
+ "value": "if($kendo-enable-color-system, k-color( series-e ), $yellow)",
6437
6437
  "scope": "default",
6438
6438
  "line": {
6439
6439
  "start": 40,
@@ -6458,7 +6458,7 @@
6458
6458
  "context": {
6459
6459
  "type": "variable",
6460
6460
  "name": "kendo-series-f",
6461
- "value": "$red",
6461
+ "value": "if($kendo-enable-color-system, k-color( series-f ), $red)",
6462
6462
  "scope": "default",
6463
6463
  "line": {
6464
6464
  "start": 48,
@@ -6508,7 +6508,7 @@
6508
6508
  "context": {
6509
6509
  "type": "variable",
6510
6510
  "name": "kendo-chart-major-lines",
6511
- "value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )",
6511
+ "value": "rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08 )",
6512
6512
  "scope": "default",
6513
6513
  "line": {
6514
6514
  "start": 103,
@@ -6533,7 +6533,7 @@
6533
6533
  "context": {
6534
6534
  "type": "variable",
6535
6535
  "name": "kendo-chart-minor-lines",
6536
- "value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 )",
6536
+ "value": "rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .04 )",
6537
6537
  "scope": "default",
6538
6538
  "line": {
6539
6539
  "start": 107,
@@ -6858,7 +6858,7 @@
6858
6858
  "context": {
6859
6859
  "type": "variable",
6860
6860
  "name": "kendo-checkbox-border",
6861
- "value": "if( k-is-light( $kendo-checkbox-bg ), $gray-400, $gray-600 )",
6861
+ "value": "if($kendo-enable-color-system, k-color( border-alt ), if( k-is-light( $kendo-checkbox-bg ), $gray-400, $gray-600 ))",
6862
6862
  "scope": "default",
6863
6863
  "line": {
6864
6864
  "start": 67,
@@ -6983,7 +6983,7 @@
6983
6983
  "context": {
6984
6984
  "type": "variable",
6985
6985
  "name": "kendo-checkbox-checked-text",
6986
- "value": "k-contrast-color( $kendo-checkbox-checked-bg )",
6986
+ "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-checkbox-checked-bg ))",
6987
6987
  "scope": "default",
6988
6988
  "line": {
6989
6989
  "start": 84,
@@ -7108,7 +7108,7 @@
7108
7108
  "context": {
7109
7109
  "type": "variable",
7110
7110
  "name": "kendo-checkbox-focus-border",
7111
- "value": "k-try-tint( $kendo-color-primary, 50% )",
7111
+ "value": "if($kendo-enable-color-system, k-color( primary-emphasis ), k-try-tint( $kendo-color-primary, 50% ))",
7112
7112
  "scope": "default",
7113
7113
  "line": {
7114
7114
  "start": 101,
@@ -7133,7 +7133,7 @@
7133
7133
  "context": {
7134
7134
  "type": "variable",
7135
7135
  "name": "kendo-checkbox-focus-shadow",
7136
- "value": "0 0 0 .25rem rgba( $kendo-color-primary, .25 )",
7136
+ "value": "0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))",
7137
7137
  "scope": "default",
7138
7138
  "line": {
7139
7139
  "start": 104,
@@ -8658,7 +8658,7 @@
8658
8658
  "context": {
8659
8659
  "type": "variable",
8660
8660
  "name": "kendo-chip-outline-hover-text",
8661
- "value": "k-contrast-color( $kendo-chip-outline-hover-bg )",
8661
+ "value": "if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-chip-outline-hover-bg ))",
8662
8662
  "scope": "default",
8663
8663
  "line": {
8664
8664
  "start": 162,
@@ -9825,62 +9825,35 @@
9825
9825
  }
9826
9826
  },
9827
9827
  {
9828
- "description": "The color white.\nNote: you cannot change this value.\n",
9828
+ "description": "The global default Colors map.\n",
9829
9829
  "commentRange": {
9830
- "start": 6,
9831
- "end": 9
9832
- },
9833
- "context": {
9834
- "type": "variable",
9835
- "name": "kendo-color-white",
9836
- "value": "#ffffff",
9837
- "scope": "private",
9838
- "line": {
9839
- "start": 10,
9840
- "end": 10
9841
- }
9842
- },
9843
- "type": "Color",
9844
- "group": [
9845
- "color-system"
9846
- ],
9847
- "access": "public",
9848
- "file": {
9849
- "path": "_variables.scss",
9850
- "name": "_variables.scss"
9851
- }
9852
- },
9853
- {
9854
- "description": "The color black.\nNote: you cannot change this value.\n",
9855
- "commentRange": {
9856
- "start": 12,
9857
- "end": 15
9830
+ "start": 179,
9831
+ "end": 180
9858
9832
  },
9859
9833
  "context": {
9860
9834
  "type": "variable",
9861
- "name": "kendo-color-black",
9862
- "value": "#000000",
9863
- "scope": "private",
9835
+ "name": "kendo-colors",
9836
+ "value": "$_default-colors",
9837
+ "scope": "default",
9864
9838
  "line": {
9865
- "start": 16,
9866
- "end": 16
9839
+ "start": 181,
9840
+ "end": 181
9867
9841
  }
9868
9842
  },
9869
- "type": "Color",
9870
9843
  "group": [
9871
9844
  "color-system"
9872
9845
  ],
9873
9846
  "access": "public",
9874
9847
  "file": {
9875
- "path": "_variables.scss",
9876
- "name": "_variables.scss"
9848
+ "path": "core/color-system/_swatch.scss",
9849
+ "name": "_swatch.scss"
9877
9850
  }
9878
9851
  },
9879
9852
  {
9880
9853
  "description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
9881
9854
  "commentRange": {
9882
- "start": 121,
9883
- "end": 124
9855
+ "start": 210,
9856
+ "end": 213
9884
9857
  },
9885
9858
  "context": {
9886
9859
  "type": "variable",
@@ -9888,8 +9861,8 @@
9888
9861
  "value": "$primary",
9889
9862
  "scope": "default",
9890
9863
  "line": {
9891
- "start": 125,
9892
- "end": 125
9864
+ "start": 214,
9865
+ "end": 214
9893
9866
  }
9894
9867
  },
9895
9868
  "group": [
@@ -9898,15 +9871,15 @@
9898
9871
  "type": "Color",
9899
9872
  "access": "public",
9900
9873
  "file": {
9901
- "path": "_variables.scss",
9902
- "name": "_variables.scss"
9874
+ "path": "core/color-system/_swatch.scss",
9875
+ "name": "_swatch.scss"
9903
9876
  }
9904
9877
  },
9905
9878
  {
9906
9879
  "description": "The color used along with the primary color denoted by $kendo-color-primary.\nUsed to provide contrast between the background and foreground colors.\n",
9907
9880
  "commentRange": {
9908
- "start": 129,
9909
- "end": 132
9881
+ "start": 218,
9882
+ "end": 221
9910
9883
  },
9911
9884
  "context": {
9912
9885
  "type": "variable",
@@ -9914,8 +9887,8 @@
9914
9887
  "value": "k-contrast-color( $kendo-color-primary )",
9915
9888
  "scope": "default",
9916
9889
  "line": {
9917
- "start": 133,
9918
- "end": 133
9890
+ "start": 222,
9891
+ "end": 222
9919
9892
  }
9920
9893
  },
9921
9894
  "group": [
@@ -9924,15 +9897,15 @@
9924
9897
  "type": "Color",
9925
9898
  "access": "public",
9926
9899
  "file": {
9927
- "path": "_variables.scss",
9928
- "name": "_variables.scss"
9900
+ "path": "core/color-system/_swatch.scss",
9901
+ "name": "_swatch.scss"
9929
9902
  }
9930
9903
  },
9931
9904
  {
9932
9905
  "description": "The secondary color of the theme.\n",
9933
9906
  "commentRange": {
9934
- "start": 135,
9935
- "end": 137
9907
+ "start": 224,
9908
+ "end": 226
9936
9909
  },
9937
9910
  "context": {
9938
9911
  "type": "variable",
@@ -9940,8 +9913,8 @@
9940
9913
  "value": "$secondary",
9941
9914
  "scope": "default",
9942
9915
  "line": {
9943
- "start": 138,
9944
- "end": 138
9916
+ "start": 227,
9917
+ "end": 227
9945
9918
  }
9946
9919
  },
9947
9920
  "group": [
@@ -9950,15 +9923,15 @@
9950
9923
  "type": "Color",
9951
9924
  "access": "public",
9952
9925
  "file": {
9953
- "path": "_variables.scss",
9954
- "name": "_variables.scss"
9926
+ "path": "core/color-system/_swatch.scss",
9927
+ "name": "_swatch.scss"
9955
9928
  }
9956
9929
  },
9957
9930
  {
9958
9931
  "description": "The color used along with the secondary color denoted by $kendo-color-secondary.\nUsed to provide contrast between the background and foreground colors.\n",
9959
9932
  "commentRange": {
9960
- "start": 142,
9961
- "end": 145
9933
+ "start": 231,
9934
+ "end": 234
9962
9935
  },
9963
9936
  "context": {
9964
9937
  "type": "variable",
@@ -9966,8 +9939,8 @@
9966
9939
  "value": "k-contrast-color( $kendo-color-secondary )",
9967
9940
  "scope": "default",
9968
9941
  "line": {
9969
- "start": 146,
9970
- "end": 146
9942
+ "start": 235,
9943
+ "end": 235
9971
9944
  }
9972
9945
  },
9973
9946
  "group": [
@@ -9976,15 +9949,15 @@
9976
9949
  "type": "Color",
9977
9950
  "access": "public",
9978
9951
  "file": {
9979
- "path": "_variables.scss",
9980
- "name": "_variables.scss"
9952
+ "path": "core/color-system/_swatch.scss",
9953
+ "name": "_swatch.scss"
9981
9954
  }
9982
9955
  },
9983
9956
  {
9984
9957
  "description": "The tertiary color of the theme.\n",
9985
9958
  "commentRange": {
9986
- "start": 148,
9987
- "end": 150
9959
+ "start": 237,
9960
+ "end": 239
9988
9961
  },
9989
9962
  "context": {
9990
9963
  "type": "variable",
@@ -9992,8 +9965,8 @@
9992
9965
  "value": "$purple",
9993
9966
  "scope": "default",
9994
9967
  "line": {
9995
- "start": 151,
9996
- "end": 151
9968
+ "start": 240,
9969
+ "end": 240
9997
9970
  }
9998
9971
  },
9999
9972
  "group": [
@@ -10002,15 +9975,15 @@
10002
9975
  "type": "Color",
10003
9976
  "access": "public",
10004
9977
  "file": {
10005
- "path": "_variables.scss",
10006
- "name": "_variables.scss"
9978
+ "path": "core/color-system/_swatch.scss",
9979
+ "name": "_swatch.scss"
10007
9980
  }
10008
9981
  },
10009
9982
  {
10010
9983
  "description": "The color used along with the tertiary color denoted by $kendo-color-tertiary.\nUsed to provide contrast between the background and foreground colors.\n",
10011
9984
  "commentRange": {
10012
- "start": 155,
10013
- "end": 158
9985
+ "start": 244,
9986
+ "end": 247
10014
9987
  },
10015
9988
  "context": {
10016
9989
  "type": "variable",
@@ -10018,8 +9991,8 @@
10018
9991
  "value": "k-contrast-color( $kendo-color-tertiary )",
10019
9992
  "scope": "default",
10020
9993
  "line": {
10021
- "start": 159,
10022
- "end": 159
9994
+ "start": 248,
9995
+ "end": 248
10023
9996
  }
10024
9997
  },
10025
9998
  "group": [
@@ -10028,15 +10001,15 @@
10028
10001
  "type": "Color",
10029
10002
  "access": "public",
10030
10003
  "file": {
10031
- "path": "_variables.scss",
10032
- "name": "_variables.scss"
10004
+ "path": "core/color-system/_swatch.scss",
10005
+ "name": "_swatch.scss"
10033
10006
  }
10034
10007
  },
10035
10008
  {
10036
10009
  "description": "The color for informational messages and states.\n",
10037
10010
  "commentRange": {
10038
- "start": 161,
10039
- "end": 163
10011
+ "start": 250,
10012
+ "end": 252
10040
10013
  },
10041
10014
  "context": {
10042
10015
  "type": "variable",
@@ -10044,8 +10017,8 @@
10044
10017
  "value": "$info",
10045
10018
  "scope": "default",
10046
10019
  "line": {
10047
- "start": 164,
10048
- "end": 164
10020
+ "start": 253,
10021
+ "end": 253
10049
10022
  }
10050
10023
  },
10051
10024
  "group": [
@@ -10054,15 +10027,15 @@
10054
10027
  "type": "Color",
10055
10028
  "access": "public",
10056
10029
  "file": {
10057
- "path": "_variables.scss",
10058
- "name": "_variables.scss"
10030
+ "path": "core/color-system/_swatch.scss",
10031
+ "name": "_swatch.scss"
10059
10032
  }
10060
10033
  },
10061
10034
  {
10062
10035
  "description": "The color for success messages and states.\n",
10063
10036
  "commentRange": {
10064
- "start": 168,
10065
- "end": 170
10037
+ "start": 257,
10038
+ "end": 259
10066
10039
  },
10067
10040
  "context": {
10068
10041
  "type": "variable",
@@ -10070,8 +10043,8 @@
10070
10043
  "value": "$success",
10071
10044
  "scope": "default",
10072
10045
  "line": {
10073
- "start": 171,
10074
- "end": 171
10046
+ "start": 260,
10047
+ "end": 260
10075
10048
  }
10076
10049
  },
10077
10050
  "group": [
@@ -10080,15 +10053,15 @@
10080
10053
  "type": "Color",
10081
10054
  "access": "public",
10082
10055
  "file": {
10083
- "path": "_variables.scss",
10084
- "name": "_variables.scss"
10056
+ "path": "core/color-system/_swatch.scss",
10057
+ "name": "_swatch.scss"
10085
10058
  }
10086
10059
  },
10087
10060
  {
10088
10061
  "description": "The color for warning messages and states.\n",
10089
10062
  "commentRange": {
10090
- "start": 175,
10091
- "end": 177
10063
+ "start": 264,
10064
+ "end": 266
10092
10065
  },
10093
10066
  "context": {
10094
10067
  "type": "variable",
@@ -10096,8 +10069,8 @@
10096
10069
  "value": "$warning",
10097
10070
  "scope": "default",
10098
10071
  "line": {
10099
- "start": 178,
10100
- "end": 178
10072
+ "start": 267,
10073
+ "end": 267
10101
10074
  }
10102
10075
  },
10103
10076
  "group": [
@@ -10106,15 +10079,15 @@
10106
10079
  "type": "Color",
10107
10080
  "access": "public",
10108
10081
  "file": {
10109
- "path": "_variables.scss",
10110
- "name": "_variables.scss"
10082
+ "path": "core/color-system/_swatch.scss",
10083
+ "name": "_swatch.scss"
10111
10084
  }
10112
10085
  },
10113
10086
  {
10114
10087
  "description": "The color for error messages and states.\n",
10115
10088
  "commentRange": {
10116
- "start": 182,
10117
- "end": 184
10089
+ "start": 271,
10090
+ "end": 273
10118
10091
  },
10119
10092
  "context": {
10120
10093
  "type": "variable",
@@ -10122,8 +10095,8 @@
10122
10095
  "value": "$danger",
10123
10096
  "scope": "default",
10124
10097
  "line": {
10125
- "start": 185,
10126
- "end": 185
10098
+ "start": 274,
10099
+ "end": 274
10127
10100
  }
10128
10101
  },
10129
10102
  "group": [
@@ -10132,15 +10105,15 @@
10132
10105
  "type": "Color",
10133
10106
  "access": "public",
10134
10107
  "file": {
10135
- "path": "_variables.scss",
10136
- "name": "_variables.scss"
10108
+ "path": "core/color-system/_swatch.scss",
10109
+ "name": "_swatch.scss"
10137
10110
  }
10138
10111
  },
10139
10112
  {
10140
10113
  "description": "The dark color of the theme.\n",
10141
10114
  "commentRange": {
10142
- "start": 189,
10143
- "end": 191
10115
+ "start": 278,
10116
+ "end": 280
10144
10117
  },
10145
10118
  "context": {
10146
10119
  "type": "variable",
@@ -10148,8 +10121,8 @@
10148
10121
  "value": "$dark",
10149
10122
  "scope": "default",
10150
10123
  "line": {
10151
- "start": 192,
10152
- "end": 192
10124
+ "start": 281,
10125
+ "end": 281
10153
10126
  }
10154
10127
  },
10155
10128
  "group": [
@@ -10158,15 +10131,15 @@
10158
10131
  "type": "Color",
10159
10132
  "access": "public",
10160
10133
  "file": {
10161
- "path": "_variables.scss",
10162
- "name": "_variables.scss"
10134
+ "path": "core/color-system/_swatch.scss",
10135
+ "name": "_swatch.scss"
10163
10136
  }
10164
10137
  },
10165
10138
  {
10166
10139
  "description": "The light color of the theme.\n",
10167
10140
  "commentRange": {
10168
- "start": 194,
10169
- "end": 196
10141
+ "start": 283,
10142
+ "end": 285
10170
10143
  },
10171
10144
  "context": {
10172
10145
  "type": "variable",
@@ -10174,8 +10147,8 @@
10174
10147
  "value": "$light",
10175
10148
  "scope": "default",
10176
10149
  "line": {
10177
- "start": 197,
10178
- "end": 197
10150
+ "start": 286,
10151
+ "end": 286
10179
10152
  }
10180
10153
  },
10181
10154
  "group": [
@@ -10184,15 +10157,15 @@
10184
10157
  "type": "Color",
10185
10158
  "access": "public",
10186
10159
  "file": {
10187
- "path": "_variables.scss",
10188
- "name": "_variables.scss"
10160
+ "path": "core/color-system/_swatch.scss",
10161
+ "name": "_swatch.scss"
10189
10162
  }
10190
10163
  },
10191
10164
  {
10192
10165
  "description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
10193
10166
  "commentRange": {
10194
- "start": 199,
10195
- "end": 200
10167
+ "start": 288,
10168
+ "end": 289
10196
10169
  },
10197
10170
  "context": {
10198
10171
  "type": "variable",
@@ -10200,8 +10173,8 @@
10200
10173
  "value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
10201
10174
  "scope": "default",
10202
10175
  "line": {
10203
- "start": 201,
10204
- "end": 201
10176
+ "start": 290,
10177
+ "end": 290
10205
10178
  }
10206
10179
  },
10207
10180
  "group": [
@@ -10209,8 +10182,8 @@
10209
10182
  ],
10210
10183
  "access": "public",
10211
10184
  "file": {
10212
- "path": "_variables.scss",
10213
- "name": "_variables.scss"
10185
+ "path": "core/color-system/_swatch.scss",
10186
+ "name": "_swatch.scss"
10214
10187
  }
10215
10188
  },
10216
10189
  {
@@ -11016,8 +10989,8 @@
11016
10989
  {
11017
10990
  "description": "Background color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.\n",
11018
10991
  "commentRange": {
11019
- "start": 289,
11020
- "end": 291
10992
+ "start": 327,
10993
+ "end": 329
11021
10994
  },
11022
10995
  "context": {
11023
10996
  "type": "variable",
@@ -11025,8 +10998,8 @@
11025
10998
  "value": "$kendo-body-bg",
11026
10999
  "scope": "default",
11027
11000
  "line": {
11028
- "start": 292,
11029
- "end": 292
11001
+ "start": 330,
11002
+ "end": 330
11030
11003
  }
11031
11004
  },
11032
11005
  "group": [
@@ -11034,15 +11007,15 @@
11034
11007
  ],
11035
11008
  "access": "public",
11036
11009
  "file": {
11037
- "path": "_variables.scss",
11038
- "name": "_variables.scss"
11010
+ "path": "core/color-system/_swatch.scss",
11011
+ "name": "_swatch.scss"
11039
11012
  }
11040
11013
  },
11041
11014
  {
11042
11015
  "description": "Text color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.\n",
11043
11016
  "commentRange": {
11044
- "start": 293,
11045
- "end": 295
11017
+ "start": 331,
11018
+ "end": 333
11046
11019
  },
11047
11020
  "context": {
11048
11021
  "type": "variable",
@@ -11050,8 +11023,8 @@
11050
11023
  "value": "$kendo-body-text",
11051
11024
  "scope": "default",
11052
11025
  "line": {
11053
- "start": 296,
11054
- "end": 296
11026
+ "start": 334,
11027
+ "end": 334
11055
11028
  }
11056
11029
  },
11057
11030
  "group": [
@@ -11059,15 +11032,15 @@
11059
11032
  ],
11060
11033
  "access": "public",
11061
11034
  "file": {
11062
- "path": "_variables.scss",
11063
- "name": "_variables.scss"
11035
+ "path": "core/color-system/_swatch.scss",
11036
+ "name": "_swatch.scss"
11064
11037
  }
11065
11038
  },
11066
11039
  {
11067
11040
  "description": "Border color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.\n",
11068
11041
  "commentRange": {
11069
- "start": 297,
11070
- "end": 299
11042
+ "start": 335,
11043
+ "end": 337
11071
11044
  },
11072
11045
  "context": {
11073
11046
  "type": "variable",
@@ -11075,8 +11048,8 @@
11075
11048
  "value": "if( k-is-light( $kendo-component-bg ), $gray-300, $gray-700 )",
11076
11049
  "scope": "default",
11077
11050
  "line": {
11078
- "start": 300,
11079
- "end": 300
11051
+ "start": 338,
11052
+ "end": 338
11080
11053
  }
11081
11054
  },
11082
11055
  "group": [
@@ -11084,8 +11057,8 @@
11084
11057
  ],
11085
11058
  "access": "public",
11086
11059
  "file": {
11087
- "path": "_variables.scss",
11088
- "name": "_variables.scss"
11060
+ "path": "core/color-system/_swatch.scss",
11061
+ "name": "_swatch.scss"
11089
11062
  }
11090
11063
  },
11091
11064
  {
@@ -12122,7 +12095,7 @@
12122
12095
  "context": {
12123
12096
  "type": "variable",
12124
12097
  "name": "kendo-dock-manager-dock-preview-bg",
12125
- "value": "rgba( $kendo-color-primary, .16 )",
12098
+ "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 ))",
12126
12099
  "scope": "default",
12127
12100
  "line": {
12128
12101
  "start": 110,
@@ -12397,7 +12370,7 @@
12397
12370
  "context": {
12398
12371
  "type": "variable",
12399
12372
  "name": "kendo-dropzone-bg",
12400
- "value": "if( k-is-light( $kendo-component-bg ), $gray-100, $gray-900 )",
12373
+ "value": "if($kendo-enable-color-system, k-color( surface ), if( k-is-light( $kendo-component-bg ), $gray-100, $gray-900 ))",
12401
12374
  "scope": "default",
12402
12375
  "line": {
12403
12376
  "start": 28,
@@ -12497,7 +12470,7 @@
12497
12470
  "context": {
12498
12471
  "type": "variable",
12499
12472
  "name": "kendo-dropzone-icon-text",
12500
- "value": "k-try-tint( $kendo-dropzone-text, 8 )",
12473
+ "value": "if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 8 ))",
12501
12474
  "scope": "default",
12502
12475
  "line": {
12503
12476
  "start": 41,
@@ -12897,7 +12870,7 @@
12897
12870
  "context": {
12898
12871
  "type": "variable",
12899
12872
  "name": "kendo-editor-highlighted-bg",
12900
- "value": "k-color-mix( $kendo-color-primary, #ffffff, 20% )",
12873
+ "value": "if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix( $kendo-color-primary, #ffffff, 20% ))",
12901
12874
  "scope": "default",
12902
12875
  "line": {
12903
12876
  "start": 32,
@@ -14597,7 +14570,7 @@
14597
14570
  "context": {
14598
14571
  "type": "variable",
14599
14572
  "name": "kendo-file-manager-listview-item-icon-text",
14600
- "value": "k-try-tint( $kendo-file-manager-text, 4 )",
14573
+ "value": "if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 ))",
14601
14574
  "scope": "default",
14602
14575
  "line": {
14603
14576
  "start": 122,
@@ -15047,7 +15020,7 @@
15047
15020
  "context": {
15048
15021
  "type": "variable",
15049
15022
  "name": "kendo-file-manager-preview-icon-text",
15050
- "value": "k-try-tint( $kendo-file-manager-text, 4 )",
15023
+ "value": "if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 ))",
15051
15024
  "scope": "default",
15052
15025
  "line": {
15053
15026
  "start": 179,
@@ -15272,7 +15245,7 @@
15272
15245
  "context": {
15273
15246
  "type": "variable",
15274
15247
  "name": "kendo-filter-toolbar-focus-shadow",
15275
- "value": "0 0 0 .25rem rgba( $kendo-color-primary, .25 )",
15248
+ "value": "0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))",
15276
15249
  "scope": "default",
15277
15250
  "line": {
15278
15251
  "start": 30,
@@ -18916,17 +18889,17 @@
18916
18889
  {
18917
18890
  "description": "Background color of the grid row resize indicator\n",
18918
18891
  "commentRange": {
18919
- "start": 306,
18920
- "end": 307
18892
+ "start": 309,
18893
+ "end": 310
18921
18894
  },
18922
18895
  "context": {
18923
18896
  "type": "variable",
18924
18897
  "name": "kendo-grid-row-resizer-hover-bg",
18925
- "value": "rgba( k-contrast-color( $kendo-grid-bg ), .12 )",
18898
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 ))",
18926
18899
  "scope": "default",
18927
18900
  "line": {
18928
- "start": 308,
18929
- "end": 308
18901
+ "start": 311,
18902
+ "end": 311
18930
18903
  }
18931
18904
  },
18932
18905
  "group": [
@@ -18941,8 +18914,8 @@
18941
18914
  {
18942
18915
  "description": "Active background color of the grid row resize indicator\n",
18943
18916
  "commentRange": {
18944
- "start": 309,
18945
- "end": 310
18917
+ "start": 312,
18918
+ "end": 313
18946
18919
  },
18947
18920
  "context": {
18948
18921
  "type": "variable",
@@ -18950,8 +18923,8 @@
18950
18923
  "value": "$kendo-color-primary",
18951
18924
  "scope": "default",
18952
18925
  "line": {
18953
- "start": 311,
18954
- "end": 311
18926
+ "start": 314,
18927
+ "end": 314
18955
18928
  }
18956
18929
  },
18957
18930
  "group": [
@@ -18966,8 +18939,8 @@
18966
18939
  {
18967
18940
  "description": "Height of the grid row resize indicator\n",
18968
18941
  "commentRange": {
18969
- "start": 312,
18970
- "end": 313
18942
+ "start": 315,
18943
+ "end": 316
18971
18944
  },
18972
18945
  "context": {
18973
18946
  "type": "variable",
@@ -18975,8 +18948,8 @@
18975
18948
  "value": "k-map-get( $kendo-spacing, .5 )",
18976
18949
  "scope": "default",
18977
18950
  "line": {
18978
- "start": 314,
18979
- "end": 314
18951
+ "start": 317,
18952
+ "end": 317
18980
18953
  }
18981
18954
  },
18982
18955
  "group": [
@@ -20047,7 +20020,7 @@
20047
20020
  "context": {
20048
20021
  "type": "variable",
20049
20022
  "name": "kendo-input-outline-border",
20050
- "value": "rgba( $kendo-base-text, .5 )",
20023
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-base-text, .5 ))",
20051
20024
  "scope": "default",
20052
20025
  "line": {
20053
20026
  "start": 170,
@@ -21822,7 +21795,7 @@
21822
21795
  "context": {
21823
21796
  "type": "variable",
21824
21797
  "name": "kendo-list-item-focus-shadow",
21825
- "value": "inset 0 0 0 3px rgba( $kendo-list-text, .15 )",
21798
+ "value": "inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-list-text, .15 ))",
21826
21799
  "scope": "default",
21827
21800
  "line": {
21828
21801
  "start": 223,
@@ -22722,7 +22695,7 @@
22722
22695
  "context": {
22723
22696
  "type": "variable",
22724
22697
  "name": "kendo-listview-item-selected-bg",
22725
- "value": "rgba( $kendo-selected-bg, .25 )",
22698
+ "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 ))",
22726
22699
  "scope": "default",
22727
22700
  "line": {
22728
22701
  "start": 44,
@@ -22847,7 +22820,7 @@
22847
22820
  "context": {
22848
22821
  "type": "variable",
22849
22822
  "name": "kendo-listview-item-focus-shadow",
22850
- "value": "inset 0 0 0 3px rgba( $kendo-listview-text, .15 )",
22823
+ "value": "inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-listview-text, .15 ))",
22851
22824
  "scope": "default",
22852
22825
  "line": {
22853
22826
  "start": 60,
@@ -25847,7 +25820,7 @@
25847
25820
  "context": {
25848
25821
  "type": "variable",
25849
25822
  "name": "kendo-pager-item-focus-shadow",
25850
- "value": "0 0 0 3px rgba($kendo-color-primary, .25)",
25823
+ "value": "0 0 0 3px if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-color-primary, .25))",
25851
25824
  "scope": "default",
25852
25825
  "line": {
25853
25826
  "start": 126,
@@ -27397,7 +27370,7 @@
27397
27370
  "context": {
27398
27371
  "type": "variable",
27399
27372
  "name": "kendo-picker-outline-border",
27400
- "value": "rgba( $kendo-picker-outline-text, .5 )",
27373
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-picker-outline-text, .5 ))",
27401
27374
  "scope": "default",
27402
27375
  "line": {
27403
27376
  "start": 368,
@@ -27447,7 +27420,7 @@
27447
27420
  "context": {
27448
27421
  "type": "variable",
27449
27422
  "name": "kendo-picker-outline-hover-text",
27450
- "value": "k-contrast-color( $kendo-picker-outline-hover-bg )",
27423
+ "value": "if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-picker-outline-hover-bg ))",
27451
27424
  "scope": "default",
27452
27425
  "line": {
27453
27426
  "start": 375,
@@ -27747,7 +27720,7 @@
27747
27720
  "context": {
27748
27721
  "type": "variable",
27749
27722
  "name": "kendo-picker-flat-hover-bg",
27750
- "value": "rgba( $kendo-button-text, .08 )",
27723
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( $kendo-button-text, .08 ))",
27751
27724
  "scope": "default",
27752
27725
  "line": {
27753
27726
  "start": 415,
@@ -32297,7 +32270,7 @@
32297
32270
  "context": {
32298
32271
  "type": "variable",
32299
32272
  "name": "kendo-skeleton-item-bg",
32300
- "value": "rgba( $kendo-color-inverse, .2 )",
32273
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .2 ), rgba( $kendo-color-inverse, .2 ))",
32301
32274
  "scope": "default",
32302
32275
  "line": {
32303
32276
  "start": 20,
@@ -32972,7 +32945,7 @@
32972
32945
  "context": {
32973
32946
  "type": "variable",
32974
32947
  "name": "kendo-switch-off-track-focus-border",
32975
- "value": "k-color-mix( $kendo-switch-off-track-bg, $kendo-color-primary )",
32948
+ "value": "if($kendo-enable-color-system, k-color( primary-emphasis ), k-color-mix( $kendo-switch-off-track-bg, $kendo-color-primary ))",
32976
32949
  "scope": "default",
32977
32950
  "line": {
32978
32951
  "start": 65,
@@ -33022,7 +32995,7 @@
33022
32995
  "context": {
33023
32996
  "type": "variable",
33024
32997
  "name": "kendo-switch-off-track-focus-ring",
33025
- "value": ".25rem solid rgba( $kendo-color-primary, .25 )",
32998
+ "value": ".25rem solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))",
33026
32999
  "scope": "default",
33027
33000
  "line": {
33028
33001
  "start": 71,
@@ -33047,7 +33020,7 @@
33047
33020
  "context": {
33048
33021
  "type": "variable",
33049
33022
  "name": "kendo-switch-off-track-disabled-bg",
33050
- "value": "if( $kendo-is-dark-theme, $gray-800, $gray-200 )",
33023
+ "value": "if($kendo-enable-color-system, k-color( base-subtle ), if( $kendo-is-dark-theme, $gray-800, $gray-200 ))",
33051
33024
  "scope": "default",
33052
33025
  "line": {
33053
33026
  "start": 75,
@@ -33647,7 +33620,7 @@
33647
33620
  "context": {
33648
33621
  "type": "variable",
33649
33622
  "name": "kendo-switch-on-track-focus-ring",
33650
- "value": ".25rem solid rgba( $kendo-switch-on-track-border, .25 )",
33623
+ "value": ".25rem solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-switch-on-track-border, .25 ))",
33651
33624
  "scope": "default",
33652
33625
  "line": {
33653
33626
  "start": 153,
@@ -33672,7 +33645,7 @@
33672
33645
  "context": {
33673
33646
  "type": "variable",
33674
33647
  "name": "kendo-switch-on-track-disabled-bg",
33675
- "value": "k-try-tint( $kendo-switch-on-track-bg, 50% )",
33648
+ "value": "if($kendo-enable-color-system, rgba( k-color( primary ), .5 ), k-try-tint( $kendo-switch-on-track-bg, 50% ))",
33676
33649
  "scope": "default",
33677
33650
  "line": {
33678
33651
  "start": 157,
@@ -33772,7 +33745,7 @@
33772
33745
  "context": {
33773
33746
  "type": "variable",
33774
33747
  "name": "kendo-switch-on-thumb-bg",
33775
- "value": "k-contrast-color( $kendo-switch-on-track-bg )",
33748
+ "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-switch-on-track-bg ))",
33776
33749
  "scope": "default",
33777
33750
  "line": {
33778
33751
  "start": 170,
@@ -34497,7 +34470,7 @@
34497
34470
  "context": {
34498
34471
  "type": "variable",
34499
34472
  "name": "kendo-table-alt-row-bg",
34500
- "value": "rgba( k-contrast-color( $kendo-table-bg ), .04 )",
34473
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), rgba( k-contrast-color( $kendo-table-bg ), .04 ))",
34501
34474
  "scope": "default",
34502
34475
  "line": {
34503
34476
  "start": 114,
@@ -34572,7 +34545,7 @@
34572
34545
  "context": {
34573
34546
  "type": "variable",
34574
34547
  "name": "kendo-table-hover-bg",
34575
- "value": "rgba( k-contrast-color( $kendo-table-bg ), .08 )",
34548
+ "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .09 ), rgba( k-contrast-color( $kendo-table-bg ), .08 ))",
34576
34549
  "scope": "default",
34577
34550
  "line": {
34578
34551
  "start": 125,
@@ -34747,7 +34720,7 @@
34747
34720
  "context": {
34748
34721
  "type": "variable",
34749
34722
  "name": "kendo-table-selected-bg",
34750
- "value": "rgba( $kendo-selected-bg, .25 )",
34723
+ "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 ))",
34751
34724
  "scope": "default",
34752
34725
  "line": {
34753
34726
  "start": 150,
@@ -36347,7 +36320,7 @@
36347
36320
  "context": {
36348
36321
  "type": "variable",
36349
36322
  "name": "kendo-toolbar-item-shadow",
36350
- "value": "0 0 0 .25rem rgba( $kendo-color-primary, .25 )",
36323
+ "value": "0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 ))",
36351
36324
  "scope": "default",
36352
36325
  "line": {
36353
36326
  "start": 85,
@@ -36672,7 +36645,7 @@
36672
36645
  "context": {
36673
36646
  "type": "variable",
36674
36647
  "name": "kendo-tooltip-bg",
36675
- "value": "if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )",
36648
+ "value": "if($kendo-enable-color-system, k-color( on-app-surface ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ))",
36676
36649
  "scope": "default",
36677
36650
  "line": {
36678
36651
  "start": 39,
@@ -36697,7 +36670,7 @@
36697
36670
  "context": {
36698
36671
  "type": "variable",
36699
36672
  "name": "kendo-tooltip-text",
36700
- "value": "k-contrast-color( $kendo-tooltip-bg )",
36673
+ "value": "if($kendo-enable-color-system, k-color( app-surface ), k-contrast-color( $kendo-tooltip-bg ))",
36701
36674
  "scope": "default",
36702
36675
  "line": {
36703
36676
  "start": 42,
@@ -37772,7 +37745,7 @@
37772
37745
  "context": {
37773
37746
  "type": "variable",
37774
37747
  "name": "kendo-treeview-item-focus-shadow",
37775
- "value": "inset 0 0 0 2px rgba( $kendo-treeview-text, .15 )",
37748
+ "value": "inset 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-treeview-text, .15 ))",
37776
37749
  "scope": "default",
37777
37750
  "line": {
37778
37751
  "start": 154,
@@ -38041,8 +38014,8 @@
38041
38014
  {
38042
38015
  "description": "Base font size across all components.\n",
38043
38016
  "commentRange": {
38044
- "start": 220,
38045
- "end": 221
38017
+ "start": 104,
38018
+ "end": 105
38046
38019
  },
38047
38020
  "context": {
38048
38021
  "type": "variable",
@@ -38050,8 +38023,8 @@
38050
38023
  "value": "$font-size-base",
38051
38024
  "scope": "default",
38052
38025
  "line": {
38053
- "start": 222,
38054
- "end": 222
38026
+ "start": 106,
38027
+ "end": 106
38055
38028
  }
38056
38029
  },
38057
38030
  "group": [
@@ -38066,8 +38039,8 @@
38066
38039
  {
38067
38040
  "description": "Font family for text.\n",
38068
38041
  "commentRange": {
38069
- "start": 237,
38070
- "end": 238
38042
+ "start": 121,
38043
+ "end": 122
38071
38044
  },
38072
38045
  "context": {
38073
38046
  "type": "variable",
@@ -38075,8 +38048,8 @@
38075
38048
  "value": "$font-family-sans-serif",
38076
38049
  "scope": "default",
38077
38050
  "line": {
38078
- "start": 239,
38079
- "end": 239
38051
+ "start": 123,
38052
+ "end": 123
38080
38053
  }
38081
38054
  },
38082
38055
  "group": [
@@ -38091,8 +38064,8 @@
38091
38064
  {
38092
38065
  "description": "Font family for monospaced text. Used for styling the code.\n",
38093
38066
  "commentRange": {
38094
- "start": 241,
38095
- "end": 242
38067
+ "start": 125,
38068
+ "end": 126
38096
38069
  },
38097
38070
  "context": {
38098
38071
  "type": "variable",
@@ -38100,8 +38073,8 @@
38100
38073
  "value": "$font-family-monospace",
38101
38074
  "scope": "default",
38102
38075
  "line": {
38103
- "start": 243,
38104
- "end": 243
38076
+ "start": 127,
38077
+ "end": 127
38105
38078
  }
38106
38079
  },
38107
38080
  "group": [
@@ -38116,8 +38089,8 @@
38116
38089
  {
38117
38090
  "description": "Font family across all components.\n",
38118
38091
  "commentRange": {
38119
- "start": 245,
38120
- "end": 246
38092
+ "start": 129,
38093
+ "end": 130
38121
38094
  },
38122
38095
  "context": {
38123
38096
  "type": "variable",
@@ -38125,8 +38098,8 @@
38125
38098
  "value": "$kendo-font-family-sans-serif",
38126
38099
  "scope": "default",
38127
38100
  "line": {
38128
- "start": 247,
38129
- "end": 247
38101
+ "start": 131,
38102
+ "end": 131
38130
38103
  }
38131
38104
  },
38132
38105
  "group": [
@@ -38141,8 +38114,8 @@
38141
38114
  {
38142
38115
  "description": "Line height used along with $kendo-font-size.\n",
38143
38116
  "commentRange": {
38144
- "start": 249,
38145
- "end": 250
38117
+ "start": 133,
38118
+ "end": 134
38146
38119
  },
38147
38120
  "context": {
38148
38121
  "type": "variable",
@@ -38150,8 +38123,8 @@
38150
38123
  "value": "$line-height-base",
38151
38124
  "scope": "default",
38152
38125
  "line": {
38153
- "start": 251,
38154
- "end": 251
38126
+ "start": 135,
38127
+ "end": 135
38155
38128
  }
38156
38129
  },
38157
38130
  "group": [
@@ -38166,8 +38139,8 @@
38166
38139
  {
38167
38140
  "description": "Border radius for all components.\n",
38168
38141
  "commentRange": {
38169
- "start": 96,
38170
- "end": 96
38142
+ "start": 81,
38143
+ "end": 81
38171
38144
  },
38172
38145
  "context": {
38173
38146
  "type": "variable",
@@ -38175,8 +38148,8 @@
38175
38148
  "value": "$border-radius",
38176
38149
  "scope": "default",
38177
38150
  "line": {
38178
- "start": 97,
38179
- "end": 97
38151
+ "start": 82,
38152
+ "end": 82
38180
38153
  }
38181
38154
  },
38182
38155
  "access": "public",
@@ -38188,11 +38161,36 @@
38188
38161
  "name": "_variables.scss"
38189
38162
  }
38190
38163
  },
38164
+ {
38165
+ "description": "The font size of the large Chip.\n",
38166
+ "commentRange": {
38167
+ "start": 48,
38168
+ "end": 48
38169
+ },
38170
+ "context": {
38171
+ "type": "variable",
38172
+ "name": "kendo-chip-lg-font-size",
38173
+ "value": "$kendo-font-size-md",
38174
+ "scope": "default",
38175
+ "line": {
38176
+ "start": 49,
38177
+ "end": 49
38178
+ }
38179
+ },
38180
+ "access": "public",
38181
+ "group": [
38182
+ "undefined"
38183
+ ],
38184
+ "file": {
38185
+ "path": "chip/_variables.scss",
38186
+ "name": "_variables.scss"
38187
+ }
38188
+ },
38191
38189
  {
38192
38190
  "description": "The background of the components' chrome area.\n",
38193
38191
  "commentRange": {
38194
- "start": 303,
38195
- "end": 303
38192
+ "start": 341,
38193
+ "end": 341
38196
38194
  },
38197
38195
  "context": {
38198
38196
  "type": "variable",
@@ -38200,8 +38198,8 @@
38200
38198
  "value": "$gray-100",
38201
38199
  "scope": "default",
38202
38200
  "line": {
38203
- "start": 304,
38204
- "end": 304
38201
+ "start": 342,
38202
+ "end": 342
38205
38203
  }
38206
38204
  },
38207
38205
  "access": "public",
@@ -38209,15 +38207,15 @@
38209
38207
  "undefined"
38210
38208
  ],
38211
38209
  "file": {
38212
- "path": "_variables.scss",
38213
- "name": "_variables.scss"
38210
+ "path": "core/color-system/_swatch.scss",
38211
+ "name": "_swatch.scss"
38214
38212
  }
38215
38213
  },
38216
38214
  {
38217
38215
  "description": "The text color of the components' chrome area.\n",
38218
38216
  "commentRange": {
38219
- "start": 305,
38220
- "end": 305
38217
+ "start": 343,
38218
+ "end": 343
38221
38219
  },
38222
38220
  "context": {
38223
38221
  "type": "variable",
@@ -38225,8 +38223,8 @@
38225
38223
  "value": "$kendo-body-text",
38226
38224
  "scope": "default",
38227
38225
  "line": {
38228
- "start": 306,
38229
- "end": 306
38226
+ "start": 344,
38227
+ "end": 344
38230
38228
  }
38231
38229
  },
38232
38230
  "access": "public",
@@ -38234,15 +38232,15 @@
38234
38232
  "undefined"
38235
38233
  ],
38236
38234
  "file": {
38237
- "path": "_variables.scss",
38238
- "name": "_variables.scss"
38235
+ "path": "core/color-system/_swatch.scss",
38236
+ "name": "_swatch.scss"
38239
38237
  }
38240
38238
  },
38241
38239
  {
38242
38240
  "description": "The border color of the components' chrome area.\n",
38243
38241
  "commentRange": {
38244
- "start": 307,
38245
- "end": 307
38242
+ "start": 345,
38243
+ "end": 345
38246
38244
  },
38247
38245
  "context": {
38248
38246
  "type": "variable",
@@ -38250,8 +38248,8 @@
38250
38248
  "value": "k-try-shade( $kendo-base-bg, 1 )",
38251
38249
  "scope": "default",
38252
38250
  "line": {
38253
- "start": 308,
38254
- "end": 308
38251
+ "start": 346,
38252
+ "end": 346
38255
38253
  }
38256
38254
  },
38257
38255
  "access": "public",
@@ -38259,15 +38257,15 @@
38259
38257
  "undefined"
38260
38258
  ],
38261
38259
  "file": {
38262
- "path": "_variables.scss",
38263
- "name": "_variables.scss"
38260
+ "path": "core/color-system/_swatch.scss",
38261
+ "name": "_swatch.scss"
38264
38262
  }
38265
38263
  },
38266
38264
  {
38267
38265
  "description": "The gradient background of the components' chrome area.\n",
38268
38266
  "commentRange": {
38269
- "start": 309,
38270
- "end": 309
38267
+ "start": 347,
38268
+ "end": 347
38271
38269
  },
38272
38270
  "context": {
38273
38271
  "type": "variable",
@@ -38275,8 +38273,8 @@
38275
38273
  "value": "null",
38276
38274
  "scope": "default",
38277
38275
  "line": {
38278
- "start": 310,
38279
- "end": 310
38276
+ "start": 348,
38277
+ "end": 348
38280
38278
  }
38281
38279
  },
38282
38280
  "access": "public",
@@ -38284,15 +38282,15 @@
38284
38282
  "undefined"
38285
38283
  ],
38286
38284
  "file": {
38287
- "path": "_variables.scss",
38288
- "name": "_variables.scss"
38285
+ "path": "core/color-system/_swatch.scss",
38286
+ "name": "_swatch.scss"
38289
38287
  }
38290
38288
  },
38291
38289
  {
38292
38290
  "description": "The background of hovered items.\n",
38293
38291
  "commentRange": {
38294
- "start": 312,
38295
- "end": 312
38292
+ "start": 350,
38293
+ "end": 350
38296
38294
  },
38297
38295
  "context": {
38298
38296
  "type": "variable",
@@ -38300,8 +38298,8 @@
38300
38298
  "value": "$gray-200",
38301
38299
  "scope": "default",
38302
38300
  "line": {
38303
- "start": 313,
38304
- "end": 313
38301
+ "start": 351,
38302
+ "end": 351
38305
38303
  }
38306
38304
  },
38307
38305
  "access": "public",
@@ -38309,15 +38307,15 @@
38309
38307
  "undefined"
38310
38308
  ],
38311
38309
  "file": {
38312
- "path": "_variables.scss",
38313
- "name": "_variables.scss"
38310
+ "path": "core/color-system/_swatch.scss",
38311
+ "name": "_swatch.scss"
38314
38312
  }
38315
38313
  },
38316
38314
  {
38317
38315
  "description": "The text color of hovered items.\n",
38318
38316
  "commentRange": {
38319
- "start": 314,
38320
- "end": 314
38317
+ "start": 352,
38318
+ "end": 352
38321
38319
  },
38322
38320
  "context": {
38323
38321
  "type": "variable",
@@ -38325,8 +38323,8 @@
38325
38323
  "value": "$kendo-base-text",
38326
38324
  "scope": "default",
38327
38325
  "line": {
38328
- "start": 315,
38329
- "end": 315
38326
+ "start": 353,
38327
+ "end": 353
38330
38328
  }
38331
38329
  },
38332
38330
  "access": "public",
@@ -38334,15 +38332,15 @@
38334
38332
  "undefined"
38335
38333
  ],
38336
38334
  "file": {
38337
- "path": "_variables.scss",
38338
- "name": "_variables.scss"
38335
+ "path": "core/color-system/_swatch.scss",
38336
+ "name": "_swatch.scss"
38339
38337
  }
38340
38338
  },
38341
38339
  {
38342
38340
  "description": "The border color of hovered items.\n",
38343
38341
  "commentRange": {
38344
- "start": 316,
38345
- "end": 316
38342
+ "start": 354,
38343
+ "end": 354
38346
38344
  },
38347
38345
  "context": {
38348
38346
  "type": "variable",
@@ -38350,8 +38348,8 @@
38350
38348
  "value": "k-try-shade( $kendo-hover-bg, 1 )",
38351
38349
  "scope": "default",
38352
38350
  "line": {
38353
- "start": 317,
38354
- "end": 317
38351
+ "start": 355,
38352
+ "end": 355
38355
38353
  }
38356
38354
  },
38357
38355
  "access": "public",
@@ -38359,15 +38357,15 @@
38359
38357
  "undefined"
38360
38358
  ],
38361
38359
  "file": {
38362
- "path": "_variables.scss",
38363
- "name": "_variables.scss"
38360
+ "path": "core/color-system/_swatch.scss",
38361
+ "name": "_swatch.scss"
38364
38362
  }
38365
38363
  },
38366
38364
  {
38367
38365
  "description": "The gradient background of hovered items.\n",
38368
38366
  "commentRange": {
38369
- "start": 318,
38370
- "end": 318
38367
+ "start": 356,
38368
+ "end": 356
38371
38369
  },
38372
38370
  "context": {
38373
38371
  "type": "variable",
@@ -38375,8 +38373,8 @@
38375
38373
  "value": "null",
38376
38374
  "scope": "default",
38377
38375
  "line": {
38378
- "start": 319,
38379
- "end": 319
38376
+ "start": 357,
38377
+ "end": 357
38380
38378
  }
38381
38379
  },
38382
38380
  "access": "public",
@@ -38384,15 +38382,15 @@
38384
38382
  "undefined"
38385
38383
  ],
38386
38384
  "file": {
38387
- "path": "_variables.scss",
38388
- "name": "_variables.scss"
38385
+ "path": "core/color-system/_swatch.scss",
38386
+ "name": "_swatch.scss"
38389
38387
  }
38390
38388
  },
38391
38389
  {
38392
38390
  "description": "The background of selected items.\n",
38393
38391
  "commentRange": {
38394
- "start": 321,
38395
- "end": 321
38392
+ "start": 359,
38393
+ "end": 359
38396
38394
  },
38397
38395
  "context": {
38398
38396
  "type": "variable",
@@ -38400,8 +38398,8 @@
38400
38398
  "value": "$kendo-color-primary",
38401
38399
  "scope": "default",
38402
38400
  "line": {
38403
- "start": 322,
38404
- "end": 322
38401
+ "start": 360,
38402
+ "end": 360
38405
38403
  }
38406
38404
  },
38407
38405
  "access": "public",
@@ -38409,15 +38407,15 @@
38409
38407
  "undefined"
38410
38408
  ],
38411
38409
  "file": {
38412
- "path": "_variables.scss",
38413
- "name": "_variables.scss"
38410
+ "path": "core/color-system/_swatch.scss",
38411
+ "name": "_swatch.scss"
38414
38412
  }
38415
38413
  },
38416
38414
  {
38417
38415
  "description": "The text color of selected items.\n",
38418
38416
  "commentRange": {
38419
- "start": 323,
38420
- "end": 323
38417
+ "start": 361,
38418
+ "end": 361
38421
38419
  },
38422
38420
  "context": {
38423
38421
  "type": "variable",
@@ -38425,8 +38423,8 @@
38425
38423
  "value": "k-contrast-color( $kendo-selected-bg )",
38426
38424
  "scope": "default",
38427
38425
  "line": {
38428
- "start": 324,
38429
- "end": 324
38426
+ "start": 362,
38427
+ "end": 362
38430
38428
  }
38431
38429
  },
38432
38430
  "access": "public",
@@ -38434,15 +38432,15 @@
38434
38432
  "undefined"
38435
38433
  ],
38436
38434
  "file": {
38437
- "path": "_variables.scss",
38438
- "name": "_variables.scss"
38435
+ "path": "core/color-system/_swatch.scss",
38436
+ "name": "_swatch.scss"
38439
38437
  }
38440
38438
  },
38441
38439
  {
38442
38440
  "description": "The border color of selected items.\n",
38443
38441
  "commentRange": {
38444
- "start": 325,
38445
- "end": 325
38442
+ "start": 363,
38443
+ "end": 363
38446
38444
  },
38447
38445
  "context": {
38448
38446
  "type": "variable",
@@ -38450,8 +38448,8 @@
38450
38448
  "value": "k-try-shade( $kendo-selected-bg, 1 )",
38451
38449
  "scope": "default",
38452
38450
  "line": {
38453
- "start": 326,
38454
- "end": 326
38451
+ "start": 364,
38452
+ "end": 364
38455
38453
  }
38456
38454
  },
38457
38455
  "access": "public",
@@ -38459,15 +38457,15 @@
38459
38457
  "undefined"
38460
38458
  ],
38461
38459
  "file": {
38462
- "path": "_variables.scss",
38463
- "name": "_variables.scss"
38460
+ "path": "core/color-system/_swatch.scss",
38461
+ "name": "_swatch.scss"
38464
38462
  }
38465
38463
  },
38466
38464
  {
38467
38465
  "description": "The gradient background of selected items.\n",
38468
38466
  "commentRange": {
38469
- "start": 327,
38470
- "end": 327
38467
+ "start": 365,
38468
+ "end": 365
38471
38469
  },
38472
38470
  "context": {
38473
38471
  "type": "variable",
@@ -38475,8 +38473,8 @@
38475
38473
  "value": "null",
38476
38474
  "scope": "default",
38477
38475
  "line": {
38478
- "start": 328,
38479
- "end": 328
38476
+ "start": 366,
38477
+ "end": 366
38480
38478
  }
38481
38479
  },
38482
38480
  "access": "public",
@@ -38484,24 +38482,24 @@
38484
38482
  "undefined"
38485
38483
  ],
38486
38484
  "file": {
38487
- "path": "_variables.scss",
38488
- "name": "_variables.scss"
38485
+ "path": "core/color-system/_swatch.scss",
38486
+ "name": "_swatch.scss"
38489
38487
  }
38490
38488
  },
38491
38489
  {
38492
- "description": "The font size of the large Chip.\n",
38490
+ "description": "Text color of disabled items.\n",
38493
38491
  "commentRange": {
38494
- "start": 48,
38495
- "end": 48
38492
+ "start": 373,
38493
+ "end": 373
38496
38494
  },
38497
38495
  "context": {
38498
38496
  "type": "variable",
38499
- "name": "kendo-chip-lg-font-size",
38500
- "value": "$kendo-font-size-md",
38497
+ "name": "kendo-disabled-text",
38498
+ "value": "if( $kendo-is-dark-theme, $gray-600, $gray-500)",
38501
38499
  "scope": "default",
38502
38500
  "line": {
38503
- "start": 49,
38504
- "end": 49
38501
+ "start": 374,
38502
+ "end": 374
38505
38503
  }
38506
38504
  },
38507
38505
  "access": "public",
@@ -38509,8 +38507,8 @@
38509
38507
  "undefined"
38510
38508
  ],
38511
38509
  "file": {
38512
- "path": "chip/_variables.scss",
38513
- "name": "_variables.scss"
38510
+ "path": "core/color-system/_swatch.scss",
38511
+ "name": "_swatch.scss"
38514
38512
  }
38515
38513
  },
38516
38514
  {
@@ -38847,7 +38845,7 @@
38847
38845
  "context": {
38848
38846
  "type": "variable",
38849
38847
  "name": "kendo-upload-dropzone-hover-bg",
38850
- "value": "k-try-shade( $kendo-upload-dropzone-bg, .2 )",
38848
+ "value": "if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-upload-dropzone-bg, .2 ))",
38851
38849
  "scope": "default",
38852
38850
  "line": {
38853
38851
  "start": 46,