@progress/kendo-theme-default 7.2.1-dev.6 → 7.2.1-dev.8

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 (48) hide show
  1. package/dist/all.css +0 -48
  2. package/dist/all.scss +75 -189
  3. package/dist/meta/sassdoc-data.json +426 -534
  4. package/dist/meta/sassdoc-raw-data.json +213 -263
  5. package/dist/meta/variables.json +0 -8
  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 +4 -4
  19. package/scss/bottom-navigation/_theme.scss +3 -3
  20. package/scss/button/_theme.scss +5 -5
  21. package/scss/button/_variables.scss +1 -1
  22. package/scss/calendar/_theme.scss +1 -1
  23. package/scss/checkbox/_variables.scss +1 -1
  24. package/scss/chip/_theme.scss +3 -3
  25. package/scss/chip/_variables.scss +2 -2
  26. package/scss/dataviz/_variables.scss +11 -11
  27. package/scss/dock-manager/_variables.scss +1 -1
  28. package/scss/fab/_theme.scss +6 -6
  29. package/scss/gantt/_variables.scss +1 -1
  30. package/scss/grid/_variables.scss +5 -5
  31. package/scss/input/_theme.scss +0 -102
  32. package/scss/input/_variables.scss +5 -12
  33. package/scss/listview/_variables.scss +1 -1
  34. package/scss/map/_variables.scss +1 -1
  35. package/scss/mediaplayer/_theme.scss +1 -1
  36. package/scss/mediaplayer/_variables.scss +1 -1
  37. package/scss/pivotgrid/_variables.scss +1 -1
  38. package/scss/progressbar/_theme.scss +1 -1
  39. package/scss/scheduler/_theme.scss +2 -2
  40. package/scss/signature/_variables.scss +1 -1
  41. package/scss/skeleton/_variables.scss +1 -1
  42. package/scss/slider/_variables.scss +1 -1
  43. package/scss/spreadsheet/_variables.scss +4 -4
  44. package/scss/stepper/_variables.scss +3 -3
  45. package/scss/switch/_theme.scss +2 -2
  46. package/scss/switch/_variables.scss +2 -2
  47. package/scss/table/_variables.scss +3 -3
  48. package/scss/timeline/_variables.scss +2 -2
@@ -4308,7 +4308,7 @@
4308
4308
  "context": {
4309
4309
  "type": "variable",
4310
4310
  "name": "kendo-button-focus-shadow",
4311
- "value": "0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08), rgba( $kendo-button-border, .08 ))",
4311
+ "value": "0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( $kendo-button-border, .08 ))",
4312
4312
  "scope": "default",
4313
4313
  "line": {
4314
4314
  "start": 189,
@@ -6508,7 +6508,7 @@
6508
6508
  "context": {
6509
6509
  "type": "variable",
6510
6510
  "name": "kendo-chart-major-lines",
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 )",
6511
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( 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-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .04 )",
6536
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 4%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 ))",
6537
6537
  "scope": "default",
6538
6538
  "line": {
6539
6539
  "start": 107,
@@ -8608,7 +8608,7 @@
8608
8608
  "context": {
8609
8609
  "type": "variable",
8610
8610
  "name": "kendo-checkbox-focus-checked-shadow",
8611
- "value": "0 0 0 2px if($kendo-enable-color-system, rgba( k-color( primary, true ), .3 ), rgba( $kendo-color-primary, .3 ))",
8611
+ "value": "0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 30%, transparent), rgba( $kendo-color-primary, .3 ))",
8612
8612
  "scope": "default",
8613
8613
  "line": {
8614
8614
  "start": 110,
@@ -9783,7 +9783,7 @@
9783
9783
  "context": {
9784
9784
  "type": "variable",
9785
9785
  "name": "kendo-chip-solid-shadow",
9786
- "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 ) ))",
9786
+ "value": "0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) ))",
9787
9787
  "scope": "default",
9788
9788
  "line": {
9789
9789
  "start": 118,
@@ -10058,7 +10058,7 @@
10058
10058
  "context": {
10059
10059
  "type": "variable",
10060
10060
  "name": "kendo-chip-outline-shadow",
10061
- "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 ) ))",
10061
+ "value": "0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) ))",
10062
10062
  "scope": "default",
10063
10063
  "line": {
10064
10064
  "start": 155,
@@ -14470,7 +14470,7 @@
14470
14470
  "context": {
14471
14471
  "type": "variable",
14472
14472
  "name": "kendo-dock-manager-dock-preview-bg",
14473
- "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 ))",
14473
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 16%, transparent), rgba( $kendo-color-primary, .16 ))",
14474
14474
  "scope": "default",
14475
14475
  "line": {
14476
14476
  "start": 110,
@@ -21245,7 +21245,7 @@
21245
21245
  "context": {
21246
21246
  "type": "variable",
21247
21247
  "name": "kendo-grid-row-resizer-hover-bg",
21248
- "value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 ))",
21248
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 20%, transparent), rgba( k-contrast-color( $kendo-grid-bg ), .12 ))",
21249
21249
  "scope": "default",
21250
21250
  "line": {
21251
21251
  "start": 310,
@@ -22120,7 +22120,7 @@
22120
22120
  "context": {
22121
22121
  "type": "variable",
22122
22122
  "name": "kendo-input-focus-shadow",
22123
- "value": "0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( $kendo-input-focus-border, .08 ))",
22123
+ "value": "0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( $kendo-input-focus-border, .08 ))",
22124
22124
  "scope": "default",
22125
22125
  "line": {
22126
22126
  "start": 137,
@@ -22370,7 +22370,7 @@
22370
22370
  "context": {
22371
22371
  "type": "variable",
22372
22372
  "name": "kendo-input-outline-border",
22373
- "value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .5 ), rgba( $kendo-button-text, .5))",
22373
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-button-text, .5))",
22374
22374
  "scope": "default",
22375
22375
  "line": {
22376
22376
  "start": 170,
@@ -22445,7 +22445,7 @@
22445
22445
  "context": {
22446
22446
  "type": "variable",
22447
22447
  "name": "kendo-input-outline-hover-border",
22448
- "value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .8 ), rgba( $kendo-button-text, .8))",
22448
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 80%, transparent), rgba( $kendo-button-text, .8))",
22449
22449
  "scope": "default",
22450
22450
  "line": {
22451
22451
  "start": 180,
@@ -23311,56 +23311,6 @@
23311
23311
  "name": "_variables.scss"
23312
23312
  }
23313
23313
  },
23314
- {
23315
- "description": "The border color of the valid Input components.\n",
23316
- "commentRange": {
23317
- "start": 296,
23318
- "end": 297
23319
- },
23320
- "context": {
23321
- "type": "variable",
23322
- "name": "kendo-input-valid-border",
23323
- "value": "$kendo-valid-border",
23324
- "scope": "default",
23325
- "line": {
23326
- "start": 298,
23327
- "end": 298
23328
- }
23329
- },
23330
- "group": [
23331
- "input"
23332
- ],
23333
- "access": "public",
23334
- "file": {
23335
- "path": "input/_variables.scss",
23336
- "name": "_variables.scss"
23337
- }
23338
- },
23339
- {
23340
- "description": "The shadow of the valid Input components.\n",
23341
- "commentRange": {
23342
- "start": 299,
23343
- "end": 300
23344
- },
23345
- "context": {
23346
- "type": "variable",
23347
- "name": "kendo-input-valid-shadow",
23348
- "value": "$kendo-valid-shadow",
23349
- "scope": "default",
23350
- "line": {
23351
- "start": 301,
23352
- "end": 301
23353
- }
23354
- },
23355
- "group": [
23356
- "input"
23357
- ],
23358
- "access": "public",
23359
- "file": {
23360
- "path": "input/_variables.scss",
23361
- "name": "_variables.scss"
23362
- }
23363
- },
23364
23314
  {
23365
23315
  "description": "The font family of the List components.\n",
23366
23316
  "commentRange": {
@@ -25095,7 +25045,7 @@
25095
25045
  "context": {
25096
25046
  "type": "variable",
25097
25047
  "name": "kendo-listview-item-selected-bg",
25098
- "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25))",
25048
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25))",
25099
25049
  "scope": "default",
25100
25050
  "line": {
25101
25051
  "start": 44,
@@ -30289,8 +30239,8 @@
30289
30239
  {
30290
30240
  "description": "The background color of the Picker components.\n",
30291
30241
  "commentRange": {
30292
- "start": 303,
30293
- "end": 304
30242
+ "start": 296,
30243
+ "end": 297
30294
30244
  },
30295
30245
  "context": {
30296
30246
  "type": "variable",
@@ -30298,8 +30248,8 @@
30298
30248
  "value": "$kendo-button-bg",
30299
30249
  "scope": "default",
30300
30250
  "line": {
30301
- "start": 305,
30302
- "end": 305
30251
+ "start": 298,
30252
+ "end": 298
30303
30253
  }
30304
30254
  },
30305
30255
  "group": [
@@ -30314,8 +30264,8 @@
30314
30264
  {
30315
30265
  "description": "The text color of the Picker components.\n",
30316
30266
  "commentRange": {
30317
- "start": 306,
30318
- "end": 307
30267
+ "start": 299,
30268
+ "end": 300
30319
30269
  },
30320
30270
  "context": {
30321
30271
  "type": "variable",
@@ -30323,8 +30273,8 @@
30323
30273
  "value": "$kendo-button-text",
30324
30274
  "scope": "default",
30325
30275
  "line": {
30326
- "start": 308,
30327
- "end": 308
30276
+ "start": 301,
30277
+ "end": 301
30328
30278
  }
30329
30279
  },
30330
30280
  "group": [
@@ -30339,8 +30289,8 @@
30339
30289
  {
30340
30290
  "description": "The border color of the Picker components.\n",
30341
30291
  "commentRange": {
30342
- "start": 309,
30343
- "end": 310
30292
+ "start": 302,
30293
+ "end": 303
30344
30294
  },
30345
30295
  "context": {
30346
30296
  "type": "variable",
@@ -30348,8 +30298,8 @@
30348
30298
  "value": "$kendo-button-border",
30349
30299
  "scope": "default",
30350
30300
  "line": {
30351
- "start": 311,
30352
- "end": 311
30301
+ "start": 304,
30302
+ "end": 304
30353
30303
  }
30354
30304
  },
30355
30305
  "group": [
@@ -30364,8 +30314,8 @@
30364
30314
  {
30365
30315
  "description": "The gradient of the Picker components.\n",
30366
30316
  "commentRange": {
30367
- "start": 312,
30368
- "end": 313
30317
+ "start": 305,
30318
+ "end": 306
30369
30319
  },
30370
30320
  "context": {
30371
30321
  "type": "variable",
@@ -30373,8 +30323,8 @@
30373
30323
  "value": "$kendo-button-gradient",
30374
30324
  "scope": "default",
30375
30325
  "line": {
30376
- "start": 314,
30377
- "end": 314
30326
+ "start": 307,
30327
+ "end": 307
30378
30328
  }
30379
30329
  },
30380
30330
  "group": [
@@ -30389,8 +30339,8 @@
30389
30339
  {
30390
30340
  "description": "The shadow of the Picker components.\n",
30391
30341
  "commentRange": {
30392
- "start": 315,
30393
- "end": 316
30342
+ "start": 308,
30343
+ "end": 309
30394
30344
  },
30395
30345
  "context": {
30396
30346
  "type": "variable",
@@ -30398,8 +30348,8 @@
30398
30348
  "value": "$kendo-button-shadow",
30399
30349
  "scope": "default",
30400
30350
  "line": {
30401
- "start": 317,
30402
- "end": 317
30351
+ "start": 310,
30352
+ "end": 310
30403
30353
  }
30404
30354
  },
30405
30355
  "group": [
@@ -30414,8 +30364,8 @@
30414
30364
  {
30415
30365
  "description": "The background color of the hovered Picker components.\n",
30416
30366
  "commentRange": {
30417
- "start": 319,
30418
- "end": 320
30367
+ "start": 312,
30368
+ "end": 313
30419
30369
  },
30420
30370
  "context": {
30421
30371
  "type": "variable",
@@ -30423,8 +30373,8 @@
30423
30373
  "value": "$kendo-button-hover-bg",
30424
30374
  "scope": "default",
30425
30375
  "line": {
30426
- "start": 321,
30427
- "end": 321
30376
+ "start": 314,
30377
+ "end": 314
30428
30378
  }
30429
30379
  },
30430
30380
  "group": [
@@ -30439,8 +30389,8 @@
30439
30389
  {
30440
30390
  "description": "The text color of the hovered Picker components.\n",
30441
30391
  "commentRange": {
30442
- "start": 322,
30443
- "end": 323
30392
+ "start": 315,
30393
+ "end": 316
30444
30394
  },
30445
30395
  "context": {
30446
30396
  "type": "variable",
@@ -30448,8 +30398,8 @@
30448
30398
  "value": "$kendo-button-hover-text",
30449
30399
  "scope": "default",
30450
30400
  "line": {
30451
- "start": 324,
30452
- "end": 324
30401
+ "start": 317,
30402
+ "end": 317
30453
30403
  }
30454
30404
  },
30455
30405
  "group": [
@@ -30464,8 +30414,8 @@
30464
30414
  {
30465
30415
  "description": "The border color of the hovered Picker components.\n",
30466
30416
  "commentRange": {
30467
- "start": 325,
30468
- "end": 326
30417
+ "start": 318,
30418
+ "end": 319
30469
30419
  },
30470
30420
  "context": {
30471
30421
  "type": "variable",
@@ -30473,8 +30423,8 @@
30473
30423
  "value": "$kendo-button-hover-border",
30474
30424
  "scope": "default",
30475
30425
  "line": {
30476
- "start": 327,
30477
- "end": 327
30426
+ "start": 320,
30427
+ "end": 320
30478
30428
  }
30479
30429
  },
30480
30430
  "group": [
@@ -30489,8 +30439,8 @@
30489
30439
  {
30490
30440
  "description": "The gradient of the hovered Picker components.\n",
30491
30441
  "commentRange": {
30492
- "start": 328,
30493
- "end": 329
30442
+ "start": 321,
30443
+ "end": 322
30494
30444
  },
30495
30445
  "context": {
30496
30446
  "type": "variable",
@@ -30498,8 +30448,8 @@
30498
30448
  "value": "$kendo-button-hover-gradient",
30499
30449
  "scope": "default",
30500
30450
  "line": {
30501
- "start": 330,
30502
- "end": 330
30451
+ "start": 323,
30452
+ "end": 323
30503
30453
  }
30504
30454
  },
30505
30455
  "group": [
@@ -30514,8 +30464,8 @@
30514
30464
  {
30515
30465
  "description": "The shadow of the hovered Picker components.\n",
30516
30466
  "commentRange": {
30517
- "start": 331,
30518
- "end": 332
30467
+ "start": 324,
30468
+ "end": 325
30519
30469
  },
30520
30470
  "context": {
30521
30471
  "type": "variable",
@@ -30523,8 +30473,8 @@
30523
30473
  "value": "$kendo-button-hover-shadow",
30524
30474
  "scope": "default",
30525
30475
  "line": {
30526
- "start": 333,
30527
- "end": 333
30476
+ "start": 326,
30477
+ "end": 326
30528
30478
  }
30529
30479
  },
30530
30480
  "group": [
@@ -30539,8 +30489,8 @@
30539
30489
  {
30540
30490
  "description": "The background color of the focused Picker components.\n",
30541
30491
  "commentRange": {
30542
- "start": 335,
30543
- "end": 336
30492
+ "start": 328,
30493
+ "end": 329
30544
30494
  },
30545
30495
  "context": {
30546
30496
  "type": "variable",
@@ -30548,8 +30498,8 @@
30548
30498
  "value": "$kendo-button-focus-bg",
30549
30499
  "scope": "default",
30550
30500
  "line": {
30551
- "start": 337,
30552
- "end": 337
30501
+ "start": 330,
30502
+ "end": 330
30553
30503
  }
30554
30504
  },
30555
30505
  "group": [
@@ -30564,8 +30514,8 @@
30564
30514
  {
30565
30515
  "description": "The text color of the focused Picker components.\n",
30566
30516
  "commentRange": {
30567
- "start": 338,
30568
- "end": 339
30517
+ "start": 331,
30518
+ "end": 332
30569
30519
  },
30570
30520
  "context": {
30571
30521
  "type": "variable",
@@ -30573,8 +30523,8 @@
30573
30523
  "value": "$kendo-button-focus-text",
30574
30524
  "scope": "default",
30575
30525
  "line": {
30576
- "start": 340,
30577
- "end": 340
30526
+ "start": 333,
30527
+ "end": 333
30578
30528
  }
30579
30529
  },
30580
30530
  "group": [
@@ -30589,8 +30539,8 @@
30589
30539
  {
30590
30540
  "description": "The border color of the focused Picker components.\n",
30591
30541
  "commentRange": {
30592
- "start": 341,
30593
- "end": 342
30542
+ "start": 334,
30543
+ "end": 335
30594
30544
  },
30595
30545
  "context": {
30596
30546
  "type": "variable",
@@ -30598,8 +30548,8 @@
30598
30548
  "value": "$kendo-button-focus-border",
30599
30549
  "scope": "default",
30600
30550
  "line": {
30601
- "start": 343,
30602
- "end": 343
30551
+ "start": 336,
30552
+ "end": 336
30603
30553
  }
30604
30554
  },
30605
30555
  "group": [
@@ -30614,8 +30564,8 @@
30614
30564
  {
30615
30565
  "description": "The gradient of the focused Picker components.\n",
30616
30566
  "commentRange": {
30617
- "start": 344,
30618
- "end": 345
30567
+ "start": 337,
30568
+ "end": 338
30619
30569
  },
30620
30570
  "context": {
30621
30571
  "type": "variable",
@@ -30623,8 +30573,8 @@
30623
30573
  "value": "$kendo-button-focus-gradient",
30624
30574
  "scope": "default",
30625
30575
  "line": {
30626
- "start": 346,
30627
- "end": 346
30576
+ "start": 339,
30577
+ "end": 339
30628
30578
  }
30629
30579
  },
30630
30580
  "group": [
@@ -30639,8 +30589,8 @@
30639
30589
  {
30640
30590
  "description": "The shadow of the focused Picker components.\n",
30641
30591
  "commentRange": {
30642
- "start": 347,
30643
- "end": 348
30592
+ "start": 340,
30593
+ "end": 341
30644
30594
  },
30645
30595
  "context": {
30646
30596
  "type": "variable",
@@ -30648,8 +30598,8 @@
30648
30598
  "value": "$kendo-button-focus-shadow",
30649
30599
  "scope": "default",
30650
30600
  "line": {
30651
- "start": 349,
30652
- "end": 349
30601
+ "start": 342,
30602
+ "end": 342
30653
30603
  }
30654
30604
  },
30655
30605
  "group": [
@@ -30664,8 +30614,8 @@
30664
30614
  {
30665
30615
  "description": "The background color of the disabled Picker components.\n",
30666
30616
  "commentRange": {
30667
- "start": 351,
30668
- "end": 352
30617
+ "start": 344,
30618
+ "end": 345
30669
30619
  },
30670
30620
  "context": {
30671
30621
  "type": "variable",
@@ -30673,8 +30623,8 @@
30673
30623
  "value": "null",
30674
30624
  "scope": "default",
30675
30625
  "line": {
30676
- "start": 353,
30677
- "end": 353
30626
+ "start": 346,
30627
+ "end": 346
30678
30628
  }
30679
30629
  },
30680
30630
  "group": [
@@ -30689,8 +30639,8 @@
30689
30639
  {
30690
30640
  "description": "The text color of the disabled Picker components.\n",
30691
30641
  "commentRange": {
30692
- "start": 354,
30693
- "end": 355
30642
+ "start": 347,
30643
+ "end": 348
30694
30644
  },
30695
30645
  "context": {
30696
30646
  "type": "variable",
@@ -30698,8 +30648,8 @@
30698
30648
  "value": "null",
30699
30649
  "scope": "default",
30700
30650
  "line": {
30701
- "start": 356,
30702
- "end": 356
30651
+ "start": 349,
30652
+ "end": 349
30703
30653
  }
30704
30654
  },
30705
30655
  "group": [
@@ -30714,8 +30664,8 @@
30714
30664
  {
30715
30665
  "description": "The border color of the disabled Picker components.\n",
30716
30666
  "commentRange": {
30717
- "start": 357,
30718
- "end": 358
30667
+ "start": 350,
30668
+ "end": 351
30719
30669
  },
30720
30670
  "context": {
30721
30671
  "type": "variable",
@@ -30723,8 +30673,8 @@
30723
30673
  "value": "null",
30724
30674
  "scope": "default",
30725
30675
  "line": {
30726
- "start": 359,
30727
- "end": 359
30676
+ "start": 352,
30677
+ "end": 352
30728
30678
  }
30729
30679
  },
30730
30680
  "group": [
@@ -30739,8 +30689,8 @@
30739
30689
  {
30740
30690
  "description": "The gradient of the disabled Picker components.\n",
30741
30691
  "commentRange": {
30742
- "start": 360,
30743
- "end": 361
30692
+ "start": 353,
30693
+ "end": 354
30744
30694
  },
30745
30695
  "context": {
30746
30696
  "type": "variable",
@@ -30748,8 +30698,8 @@
30748
30698
  "value": "null",
30749
30699
  "scope": "default",
30750
30700
  "line": {
30751
- "start": 362,
30752
- "end": 362
30701
+ "start": 355,
30702
+ "end": 355
30753
30703
  }
30754
30704
  },
30755
30705
  "group": [
@@ -30764,8 +30714,8 @@
30764
30714
  {
30765
30715
  "description": "The shadow of the disabled Picker components.\n",
30766
30716
  "commentRange": {
30767
- "start": 363,
30768
- "end": 364
30717
+ "start": 356,
30718
+ "end": 357
30769
30719
  },
30770
30720
  "context": {
30771
30721
  "type": "variable",
@@ -30773,8 +30723,8 @@
30773
30723
  "value": "null",
30774
30724
  "scope": "default",
30775
30725
  "line": {
30776
- "start": 365,
30777
- "end": 365
30726
+ "start": 358,
30727
+ "end": 358
30778
30728
  }
30779
30729
  },
30780
30730
  "group": [
@@ -30789,8 +30739,8 @@
30789
30739
  {
30790
30740
  "description": "The background color of the outline Picker components.\n",
30791
30741
  "commentRange": {
30792
- "start": 367,
30793
- "end": 368
30742
+ "start": 360,
30743
+ "end": 361
30794
30744
  },
30795
30745
  "context": {
30796
30746
  "type": "variable",
@@ -30798,8 +30748,8 @@
30798
30748
  "value": "null",
30799
30749
  "scope": "default",
30800
30750
  "line": {
30801
- "start": 369,
30802
- "end": 369
30751
+ "start": 362,
30752
+ "end": 362
30803
30753
  }
30804
30754
  },
30805
30755
  "group": [
@@ -30814,8 +30764,8 @@
30814
30764
  {
30815
30765
  "description": "The text color of the outline Picker components.\n",
30816
30766
  "commentRange": {
30817
- "start": 370,
30818
- "end": 371
30767
+ "start": 363,
30768
+ "end": 364
30819
30769
  },
30820
30770
  "context": {
30821
30771
  "type": "variable",
@@ -30823,8 +30773,8 @@
30823
30773
  "value": "$kendo-button-text",
30824
30774
  "scope": "default",
30825
30775
  "line": {
30826
- "start": 372,
30827
- "end": 372
30776
+ "start": 365,
30777
+ "end": 365
30828
30778
  }
30829
30779
  },
30830
30780
  "group": [
@@ -30839,17 +30789,17 @@
30839
30789
  {
30840
30790
  "description": "The border color of the outline Picker components.\n",
30841
30791
  "commentRange": {
30842
- "start": 373,
30843
- "end": 374
30792
+ "start": 366,
30793
+ "end": 367
30844
30794
  },
30845
30795
  "context": {
30846
30796
  "type": "variable",
30847
30797
  "name": "kendo-picker-outline-border",
30848
- "value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .5 ), rgba( $kendo-picker-outline-text, .5))",
30798
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-picker-outline-text, .5))",
30849
30799
  "scope": "default",
30850
30800
  "line": {
30851
- "start": 375,
30852
- "end": 375
30801
+ "start": 368,
30802
+ "end": 368
30853
30803
  }
30854
30804
  },
30855
30805
  "group": [
@@ -30864,8 +30814,8 @@
30864
30814
  {
30865
30815
  "description": "The background color of the outline hovered Picker components.\n",
30866
30816
  "commentRange": {
30867
- "start": 377,
30868
- "end": 378
30817
+ "start": 370,
30818
+ "end": 371
30869
30819
  },
30870
30820
  "context": {
30871
30821
  "type": "variable",
@@ -30873,8 +30823,8 @@
30873
30823
  "value": "$kendo-picker-outline-text",
30874
30824
  "scope": "default",
30875
30825
  "line": {
30876
- "start": 379,
30877
- "end": 379
30826
+ "start": 372,
30827
+ "end": 372
30878
30828
  }
30879
30829
  },
30880
30830
  "group": [
@@ -30889,8 +30839,8 @@
30889
30839
  {
30890
30840
  "description": "The text color of the outline hovered Picker components.\n",
30891
30841
  "commentRange": {
30892
- "start": 380,
30893
- "end": 381
30842
+ "start": 373,
30843
+ "end": 374
30894
30844
  },
30895
30845
  "context": {
30896
30846
  "type": "variable",
@@ -30898,8 +30848,8 @@
30898
30848
  "value": "if($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $kendo-picker-outline-hover-bg ))",
30899
30849
  "scope": "default",
30900
30850
  "line": {
30901
- "start": 382,
30902
- "end": 382
30851
+ "start": 375,
30852
+ "end": 375
30903
30853
  }
30904
30854
  },
30905
30855
  "group": [
@@ -30914,8 +30864,8 @@
30914
30864
  {
30915
30865
  "description": "The border color of the outline hovered Picker components.\n",
30916
30866
  "commentRange": {
30917
- "start": 383,
30918
- "end": 384
30867
+ "start": 376,
30868
+ "end": 377
30919
30869
  },
30920
30870
  "context": {
30921
30871
  "type": "variable",
@@ -30923,8 +30873,8 @@
30923
30873
  "value": "$kendo-picker-outline-hover-bg",
30924
30874
  "scope": "default",
30925
30875
  "line": {
30926
- "start": 385,
30927
- "end": 385
30876
+ "start": 378,
30877
+ "end": 378
30928
30878
  }
30929
30879
  },
30930
30880
  "group": [
@@ -30939,8 +30889,8 @@
30939
30889
  {
30940
30890
  "description": "The background color of the outline focused Picker components.\n",
30941
30891
  "commentRange": {
30942
- "start": 387,
30943
- "end": 388
30892
+ "start": 380,
30893
+ "end": 381
30944
30894
  },
30945
30895
  "context": {
30946
30896
  "type": "variable",
@@ -30948,8 +30898,8 @@
30948
30898
  "value": "null",
30949
30899
  "scope": "default",
30950
30900
  "line": {
30951
- "start": 389,
30952
- "end": 389
30901
+ "start": 382,
30902
+ "end": 382
30953
30903
  }
30954
30904
  },
30955
30905
  "group": [
@@ -30964,8 +30914,8 @@
30964
30914
  {
30965
30915
  "description": "The text color of the outline focused Picker components.\n",
30966
30916
  "commentRange": {
30967
- "start": 390,
30968
- "end": 391
30917
+ "start": 383,
30918
+ "end": 384
30969
30919
  },
30970
30920
  "context": {
30971
30921
  "type": "variable",
@@ -30973,8 +30923,8 @@
30973
30923
  "value": "null",
30974
30924
  "scope": "default",
30975
30925
  "line": {
30976
- "start": 392,
30977
- "end": 392
30926
+ "start": 385,
30927
+ "end": 385
30978
30928
  }
30979
30929
  },
30980
30930
  "group": [
@@ -30989,8 +30939,8 @@
30989
30939
  {
30990
30940
  "description": "The border color of the outline focused Picker components.\n",
30991
30941
  "commentRange": {
30992
- "start": 393,
30993
- "end": 394
30942
+ "start": 386,
30943
+ "end": 387
30994
30944
  },
30995
30945
  "context": {
30996
30946
  "type": "variable",
@@ -30998,8 +30948,8 @@
30998
30948
  "value": "null",
30999
30949
  "scope": "default",
31000
30950
  "line": {
31001
- "start": 395,
31002
- "end": 395
30951
+ "start": 388,
30952
+ "end": 388
31003
30953
  }
31004
30954
  },
31005
30955
  "group": [
@@ -31014,8 +30964,8 @@
31014
30964
  {
31015
30965
  "description": "The shadow of the outline focused Picker components.\n",
31016
30966
  "commentRange": {
31017
- "start": 396,
31018
- "end": 397
30967
+ "start": 389,
30968
+ "end": 390
31019
30969
  },
31020
30970
  "context": {
31021
30971
  "type": "variable",
@@ -31023,8 +30973,8 @@
31023
30973
  "value": "$kendo-picker-focus-shadow",
31024
30974
  "scope": "default",
31025
30975
  "line": {
31026
- "start": 398,
31027
- "end": 398
30976
+ "start": 391,
30977
+ "end": 391
31028
30978
  }
31029
30979
  },
31030
30980
  "group": [
@@ -31039,8 +30989,8 @@
31039
30989
  {
31040
30990
  "description": "The background color of the outline hovered and focused Picker components.\n",
31041
30991
  "commentRange": {
31042
- "start": 400,
31043
- "end": 401
30992
+ "start": 393,
30993
+ "end": 394
31044
30994
  },
31045
30995
  "context": {
31046
30996
  "type": "variable",
@@ -31048,8 +30998,8 @@
31048
30998
  "value": "null",
31049
30999
  "scope": "default",
31050
31000
  "line": {
31051
- "start": 402,
31052
- "end": 402
31001
+ "start": 395,
31002
+ "end": 395
31053
31003
  }
31054
31004
  },
31055
31005
  "group": [
@@ -31064,8 +31014,8 @@
31064
31014
  {
31065
31015
  "description": "The text color of the outline hovered and focused Picker components.\n",
31066
31016
  "commentRange": {
31067
- "start": 403,
31068
- "end": 404
31017
+ "start": 396,
31018
+ "end": 397
31069
31019
  },
31070
31020
  "context": {
31071
31021
  "type": "variable",
@@ -31073,8 +31023,8 @@
31073
31023
  "value": "null",
31074
31024
  "scope": "default",
31075
31025
  "line": {
31076
- "start": 405,
31077
- "end": 405
31026
+ "start": 398,
31027
+ "end": 398
31078
31028
  }
31079
31029
  },
31080
31030
  "group": [
@@ -31089,8 +31039,8 @@
31089
31039
  {
31090
31040
  "description": "The border color of the outline hovered and focused Picker components.\n",
31091
31041
  "commentRange": {
31092
- "start": 406,
31093
- "end": 407
31042
+ "start": 399,
31043
+ "end": 400
31094
31044
  },
31095
31045
  "context": {
31096
31046
  "type": "variable",
@@ -31098,8 +31048,8 @@
31098
31048
  "value": "null",
31099
31049
  "scope": "default",
31100
31050
  "line": {
31101
- "start": 408,
31102
- "end": 408
31051
+ "start": 401,
31052
+ "end": 401
31103
31053
  }
31104
31054
  },
31105
31055
  "group": [
@@ -31114,8 +31064,8 @@
31114
31064
  {
31115
31065
  "description": "The background color of the flat Picker components.\n",
31116
31066
  "commentRange": {
31117
- "start": 410,
31118
- "end": 411
31067
+ "start": 403,
31068
+ "end": 404
31119
31069
  },
31120
31070
  "context": {
31121
31071
  "type": "variable",
@@ -31123,8 +31073,8 @@
31123
31073
  "value": "null",
31124
31074
  "scope": "default",
31125
31075
  "line": {
31126
- "start": 412,
31127
- "end": 412
31076
+ "start": 405,
31077
+ "end": 405
31128
31078
  }
31129
31079
  },
31130
31080
  "group": [
@@ -31139,8 +31089,8 @@
31139
31089
  {
31140
31090
  "description": "The text color of the flat Picker components.\n",
31141
31091
  "commentRange": {
31142
- "start": 413,
31143
- "end": 414
31092
+ "start": 406,
31093
+ "end": 407
31144
31094
  },
31145
31095
  "context": {
31146
31096
  "type": "variable",
@@ -31148,8 +31098,8 @@
31148
31098
  "value": "$kendo-button-text",
31149
31099
  "scope": "default",
31150
31100
  "line": {
31151
- "start": 415,
31152
- "end": 415
31101
+ "start": 408,
31102
+ "end": 408
31153
31103
  }
31154
31104
  },
31155
31105
  "group": [
@@ -31164,8 +31114,8 @@
31164
31114
  {
31165
31115
  "description": "The border color of the flat Picker components.\n",
31166
31116
  "commentRange": {
31167
- "start": 416,
31168
- "end": 417
31117
+ "start": 409,
31118
+ "end": 410
31169
31119
  },
31170
31120
  "context": {
31171
31121
  "type": "variable",
@@ -31173,8 +31123,8 @@
31173
31123
  "value": "$kendo-button-border",
31174
31124
  "scope": "default",
31175
31125
  "line": {
31176
- "start": 418,
31177
- "end": 418
31126
+ "start": 411,
31127
+ "end": 411
31178
31128
  }
31179
31129
  },
31180
31130
  "group": [
@@ -31189,17 +31139,17 @@
31189
31139
  {
31190
31140
  "description": "The background color of the flat hovered Picker components.\n",
31191
31141
  "commentRange": {
31192
- "start": 420,
31193
- "end": 421
31142
+ "start": 413,
31143
+ "end": 414
31194
31144
  },
31195
31145
  "context": {
31196
31146
  "type": "variable",
31197
31147
  "name": "kendo-picker-flat-hover-bg",
31198
- "value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .04 ), rgba( $kendo-button-text, .04 ))",
31148
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 4%, transparent), rgba( $kendo-button-text, .04 ))",
31199
31149
  "scope": "default",
31200
31150
  "line": {
31201
- "start": 422,
31202
- "end": 422
31151
+ "start": 415,
31152
+ "end": 415
31203
31153
  }
31204
31154
  },
31205
31155
  "group": [
@@ -31214,8 +31164,8 @@
31214
31164
  {
31215
31165
  "description": "The text color of the flat hovered Picker components.\n",
31216
31166
  "commentRange": {
31217
- "start": 423,
31218
- "end": 424
31167
+ "start": 416,
31168
+ "end": 417
31219
31169
  },
31220
31170
  "context": {
31221
31171
  "type": "variable",
@@ -31223,8 +31173,8 @@
31223
31173
  "value": "null",
31224
31174
  "scope": "default",
31225
31175
  "line": {
31226
- "start": 425,
31227
- "end": 425
31176
+ "start": 418,
31177
+ "end": 418
31228
31178
  }
31229
31179
  },
31230
31180
  "group": [
@@ -31239,8 +31189,8 @@
31239
31189
  {
31240
31190
  "description": "The border color of the flat hovered Picker components.\n",
31241
31191
  "commentRange": {
31242
- "start": 426,
31243
- "end": 427
31192
+ "start": 419,
31193
+ "end": 420
31244
31194
  },
31245
31195
  "context": {
31246
31196
  "type": "variable",
@@ -31248,8 +31198,8 @@
31248
31198
  "value": "if($kendo-enable-color-system, k-color( border-alt ), rgba( $kendo-button-border, .16 ))",
31249
31199
  "scope": "default",
31250
31200
  "line": {
31251
- "start": 428,
31252
- "end": 428
31201
+ "start": 421,
31202
+ "end": 421
31253
31203
  }
31254
31204
  },
31255
31205
  "group": [
@@ -31264,8 +31214,8 @@
31264
31214
  {
31265
31215
  "description": "The background color of the flat focused Picker components.\n",
31266
31216
  "commentRange": {
31267
- "start": 430,
31268
- "end": 431
31217
+ "start": 423,
31218
+ "end": 424
31269
31219
  },
31270
31220
  "context": {
31271
31221
  "type": "variable",
@@ -31273,8 +31223,8 @@
31273
31223
  "value": "null",
31274
31224
  "scope": "default",
31275
31225
  "line": {
31276
- "start": 432,
31277
- "end": 432
31226
+ "start": 425,
31227
+ "end": 425
31278
31228
  }
31279
31229
  },
31280
31230
  "group": [
@@ -31289,8 +31239,8 @@
31289
31239
  {
31290
31240
  "description": "The text color of the flat focused Picker components.\n",
31291
31241
  "commentRange": {
31292
- "start": 433,
31293
- "end": 434
31242
+ "start": 426,
31243
+ "end": 427
31294
31244
  },
31295
31245
  "context": {
31296
31246
  "type": "variable",
@@ -31298,8 +31248,8 @@
31298
31248
  "value": "null",
31299
31249
  "scope": "default",
31300
31250
  "line": {
31301
- "start": 435,
31302
- "end": 435
31251
+ "start": 428,
31252
+ "end": 428
31303
31253
  }
31304
31254
  },
31305
31255
  "group": [
@@ -31314,8 +31264,8 @@
31314
31264
  {
31315
31265
  "description": "The border color of the flat focused Picker components.\n",
31316
31266
  "commentRange": {
31317
- "start": 436,
31318
- "end": 437
31267
+ "start": 429,
31268
+ "end": 430
31319
31269
  },
31320
31270
  "context": {
31321
31271
  "type": "variable",
@@ -31323,8 +31273,8 @@
31323
31273
  "value": "null",
31324
31274
  "scope": "default",
31325
31275
  "line": {
31326
- "start": 438,
31327
- "end": 438
31276
+ "start": 431,
31277
+ "end": 431
31328
31278
  }
31329
31279
  },
31330
31280
  "group": [
@@ -31339,8 +31289,8 @@
31339
31289
  {
31340
31290
  "description": "The shadow of the flat focused Picker components.\n",
31341
31291
  "commentRange": {
31342
- "start": 439,
31343
- "end": 440
31292
+ "start": 432,
31293
+ "end": 433
31344
31294
  },
31345
31295
  "context": {
31346
31296
  "type": "variable",
@@ -31348,8 +31298,8 @@
31348
31298
  "value": "$kendo-picker-focus-shadow",
31349
31299
  "scope": "default",
31350
31300
  "line": {
31351
- "start": 441,
31352
- "end": 441
31301
+ "start": 434,
31302
+ "end": 434
31353
31303
  }
31354
31304
  },
31355
31305
  "group": [
@@ -31364,8 +31314,8 @@
31364
31314
  {
31365
31315
  "description": "The background color of the flat hovered and focused Picker components.\n",
31366
31316
  "commentRange": {
31367
- "start": 443,
31368
- "end": 444
31317
+ "start": 436,
31318
+ "end": 437
31369
31319
  },
31370
31320
  "context": {
31371
31321
  "type": "variable",
@@ -31373,8 +31323,8 @@
31373
31323
  "value": "null",
31374
31324
  "scope": "default",
31375
31325
  "line": {
31376
- "start": 445,
31377
- "end": 445
31326
+ "start": 438,
31327
+ "end": 438
31378
31328
  }
31379
31329
  },
31380
31330
  "group": [
@@ -31389,8 +31339,8 @@
31389
31339
  {
31390
31340
  "description": "The text color of the flat hovered and focused Picker components.\n",
31391
31341
  "commentRange": {
31392
- "start": 446,
31393
- "end": 447
31342
+ "start": 439,
31343
+ "end": 440
31394
31344
  },
31395
31345
  "context": {
31396
31346
  "type": "variable",
@@ -31398,8 +31348,8 @@
31398
31348
  "value": "null",
31399
31349
  "scope": "default",
31400
31350
  "line": {
31401
- "start": 448,
31402
- "end": 448
31351
+ "start": 441,
31352
+ "end": 441
31403
31353
  }
31404
31354
  },
31405
31355
  "group": [
@@ -31414,8 +31364,8 @@
31414
31364
  {
31415
31365
  "description": "The border color of the flat hovered and focused Picker components.\n",
31416
31366
  "commentRange": {
31417
- "start": 449,
31418
- "end": 450
31367
+ "start": 442,
31368
+ "end": 443
31419
31369
  },
31420
31370
  "context": {
31421
31371
  "type": "variable",
@@ -31423,8 +31373,8 @@
31423
31373
  "value": "null",
31424
31374
  "scope": "default",
31425
31375
  "line": {
31426
- "start": 451,
31427
- "end": 451
31376
+ "start": 444,
31377
+ "end": 444
31428
31378
  }
31429
31379
  },
31430
31380
  "group": [
@@ -36445,7 +36395,7 @@
36445
36395
  "context": {
36446
36396
  "type": "variable",
36447
36397
  "name": "kendo-slider-draghandle-focus-shadow",
36448
- "value": "0 0 0 2px if($kendo-enable-color-system, rgba( k-color( primary, true ), .3 ), rgba( $kendo-color-primary , .3 ))",
36398
+ "value": "0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 30%, transparent), rgba( $kendo-color-primary , .3 ))",
36449
36399
  "scope": "default",
36450
36400
  "line": {
36451
36401
  "start": 96,
@@ -38023,7 +37973,7 @@
38023
37973
  "context": {
38024
37974
  "type": "variable",
38025
37975
  "name": "kendo-spreadsheet-selection-bg",
38026
- "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25))",
37976
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25))",
38027
37977
  "scope": "default",
38028
37978
  "line": {
38029
37979
  "start": 97,
@@ -38198,7 +38148,7 @@
38198
38148
  "context": {
38199
38149
  "type": "variable",
38200
38150
  "name": "kendo-spreadsheet-partial-selection-bg",
38201
- "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25))",
38151
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25))",
38202
38152
  "scope": "default",
38203
38153
  "line": {
38204
38154
  "start": 120,
@@ -38273,7 +38223,7 @@
38273
38223
  "context": {
38274
38224
  "type": "variable",
38275
38225
  "name": "kendo-spreadsheet-auto-fill-bg",
38276
- "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25))",
38226
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25))",
38277
38227
  "scope": "default",
38278
38228
  "line": {
38279
38229
  "start": 131,
@@ -39273,7 +39223,7 @@
39273
39223
  "context": {
39274
39224
  "type": "variable",
39275
39225
  "name": "kendo-spreadsheet-drawing-anchor-bg",
39276
- "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25))",
39226
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25))",
39277
39227
  "scope": "default",
39278
39228
  "line": {
39279
39229
  "start": 259,
@@ -40098,7 +40048,7 @@
40098
40048
  "context": {
40099
40049
  "type": "variable",
40100
40050
  "name": "kendo-stepper-indicator-disabled-text",
40101
- "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), $kendo-disabled-text)",
40051
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text)",
40102
40052
  "scope": "default",
40103
40053
  "line": {
40104
40054
  "start": 106,
@@ -40298,7 +40248,7 @@
40298
40248
  "context": {
40299
40249
  "type": "variable",
40300
40250
  "name": "kendo-stepper-indicator-done-disabled-bg",
40301
- "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .6 ), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%))",
40251
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%))",
40302
40252
  "scope": "default",
40303
40253
  "line": {
40304
40254
  "start": 133,
@@ -40698,7 +40648,7 @@
40698
40648
  "context": {
40699
40649
  "type": "variable",
40700
40650
  "name": "kendo-stepper-label-disabled-text",
40701
- "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), $kendo-disabled-text)",
40651
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text)",
40702
40652
  "scope": "default",
40703
40653
  "line": {
40704
40654
  "start": 185,
@@ -41473,7 +41423,7 @@
41473
41423
  "context": {
41474
41424
  "type": "variable",
41475
41425
  "name": "kendo-switch-off-track-focus-ring",
41476
- "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 ))",
41426
+ "value": "2px solid if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ) , .08 ))",
41477
41427
  "scope": "default",
41478
41428
  "line": {
41479
41429
  "start": 71,
@@ -42098,7 +42048,7 @@
42098
42048
  "context": {
42099
42049
  "type": "variable",
42100
42050
  "name": "kendo-switch-on-track-focus-ring",
42101
- "value": "2px solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-switch-on-track-border, .25 ))",
42051
+ "value": "2px solid if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-switch-on-track-border, .25 ))",
42102
42052
  "scope": "default",
42103
42053
  "line": {
42104
42054
  "start": 153,
@@ -42948,7 +42898,7 @@
42948
42898
  "context": {
42949
42899
  "type": "variable",
42950
42900
  "name": "kendo-table-alt-row-bg",
42951
- "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), rgba( k-contrast-legacy( $kendo-table-bg ), .04 ))",
42901
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 5%, transparent), rgba( k-contrast-legacy( $kendo-table-bg ), .04 ))",
42952
42902
  "scope": "default",
42953
42903
  "line": {
42954
42904
  "start": 113,
@@ -43023,7 +42973,7 @@
43023
42973
  "context": {
43024
42974
  "type": "variable",
43025
42975
  "name": "kendo-table-hover-bg",
43026
- "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .11 ), k-color-darken($kendo-table-bg, 7%))",
42976
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 11%, transparent), k-color-darken($kendo-table-bg, 7%))",
43027
42977
  "scope": "default",
43028
42978
  "line": {
43029
42979
  "start": 124,
@@ -43198,7 +43148,7 @@
43198
43148
  "context": {
43199
43149
  "type": "variable",
43200
43150
  "name": "kendo-table-selected-bg",
43201
- "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25))",
43151
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25))",
43202
43152
  "scope": "default",
43203
43153
  "line": {
43204
43154
  "start": 149,
@@ -46323,7 +46273,7 @@
46323
46273
  "context": {
46324
46274
  "type": "variable",
46325
46275
  "name": "kendo-timeline-track-arrow-disabled-bg",
46326
- "value": "if($kendo-enable-color-system, rgba( k-color( base-subtle, true ), .6 ), k-true-mix($kendo-button-bg, $kendo-body-bg, 65%))",
46276
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( base-subtle ) 60%, transparent), k-true-mix($kendo-button-bg, $kendo-body-bg, 65%))",
46327
46277
  "scope": "default",
46328
46278
  "line": {
46329
46279
  "start": 39,
@@ -46348,7 +46298,7 @@
46348
46298
  "context": {
46349
46299
  "type": "variable",
46350
46300
  "name": "kendo-timeline-track-arrow-disabled-text",
46351
- "value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .6 ), k-true-mix($kendo-button-text, $kendo-body-bg, 65%))",
46301
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 60%, transparent), k-true-mix($kendo-button-text, $kendo-body-bg, 65%))",
46352
46302
  "scope": "default",
46353
46303
  "line": {
46354
46304
  "start": 42,