@progress/kendo-theme-material 12.2.4-dev.0 → 12.3.0-dev.0

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 (52) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-2-dark.css +1 -1
  3. package/dist/material-2.css +1 -1
  4. package/dist/material-aqua-dark.css +1 -1
  5. package/dist/material-arctic.css +1 -1
  6. package/dist/material-burnt-teal.css +1 -1
  7. package/dist/material-dataviz-v4.css +1 -1
  8. package/dist/material-eggplant.css +1 -1
  9. package/dist/material-lime-dark.css +1 -1
  10. package/dist/material-lime.css +1 -1
  11. package/dist/material-main-dark.css +1 -1
  12. package/dist/material-main.css +1 -1
  13. package/dist/material-nova.css +1 -1
  14. package/dist/material-pacific-dark.css +1 -1
  15. package/dist/material-pacific.css +1 -1
  16. package/dist/material-sky-dark.css +1 -1
  17. package/dist/material-sky.css +1 -1
  18. package/dist/material-smoke.css +1 -1
  19. package/dist/meta/sassdoc-data.json +654 -108
  20. package/dist/meta/sassdoc-raw-data.json +168 -35
  21. package/dist/meta/variables.json +309 -21
  22. package/lib/swatches/material-2-dark.json +1 -1
  23. package/lib/swatches/material-2.json +1 -1
  24. package/lib/swatches/material-aqua-dark.json +1 -1
  25. package/lib/swatches/material-arctic.json +1 -1
  26. package/lib/swatches/material-burnt-teal.json +1 -1
  27. package/lib/swatches/material-dataviz-v4.json +1 -1
  28. package/lib/swatches/material-eggplant.json +1 -1
  29. package/lib/swatches/material-lime-dark.json +1 -1
  30. package/lib/swatches/material-lime.json +1 -1
  31. package/lib/swatches/material-main-dark.json +1 -1
  32. package/lib/swatches/material-main.json +1 -1
  33. package/lib/swatches/material-nova.json +1 -1
  34. package/lib/swatches/material-pacific-dark.json +1 -1
  35. package/lib/swatches/material-pacific.json +1 -1
  36. package/lib/swatches/material-sky-dark.json +1 -1
  37. package/lib/swatches/material-sky.json +1 -1
  38. package/lib/swatches/material-smoke.json +1 -1
  39. package/package.json +4 -4
  40. package/scss/button/_variables.scss +2 -2
  41. package/scss/checkbox/_theme.scss +2 -2
  42. package/scss/core/_index.scss +12 -0
  43. package/scss/core/motion/index.scss +174 -1
  44. package/scss/dataviz/_variables.scss +1 -1
  45. package/scss/floating-label/_variables.scss +1 -1
  46. package/scss/input/_layout.scss +2 -1
  47. package/scss/input/_variables.scss +1 -1
  48. package/scss/menu/_layout.scss +0 -8
  49. package/scss/radio/_layout.scss +0 -5
  50. package/scss/radio/_theme.scss +2 -2
  51. package/scss/slider/_variables.scss +4 -4
  52. package/scss/stepper/_variables.scss +2 -2
@@ -8587,7 +8587,7 @@
8587
8587
  "resolvedType": "String"
8588
8588
  },
8589
8589
  {
8590
- "description": "The box-shadow transition of the Button.\n",
8590
+ "description": "The transition of the Button.\n",
8591
8591
  "commentRange": {
8592
8592
  "start": 273,
8593
8593
  "end": 274
@@ -8595,7 +8595,7 @@
8595
8595
  "context": {
8596
8596
  "type": "variable",
8597
8597
  "name": "kendo-button-transition",
8598
- "value": "box-shadow 280ms cubic-bezier( .4, 0, .2, 1 )",
8598
+ "value": "color k-transition(rapid), background-color k-transition(rapid), border-color k-transition(rapid), box-shadow k-transition(rapid), opacity k-transition(rapid)",
8599
8599
  "scope": "default",
8600
8600
  "line": {
8601
8601
  "start": 275,
@@ -8610,7 +8610,7 @@
8610
8610
  "path": "material/scss/button/_variables.scss",
8611
8611
  "name": "_variables.scss"
8612
8612
  },
8613
- "resolvedValue": "(box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1))",
8613
+ "resolvedValue": "(color var(--kendo-transition-rapid), background-color var(--kendo-transition-rapid), border-color var(--kendo-transition-rapid), box-shadow var(--kendo-transition-rapid), opacity var(--kendo-transition-rapid))",
8614
8614
  "resolvedType": "List"
8615
8615
  },
8616
8616
  {
@@ -15515,7 +15515,7 @@
15515
15515
  "context": {
15516
15516
  "type": "variable",
15517
15517
  "name": "kendo-chart-tooltip-transition",
15518
- "value": "left 300ms cubic-bezier(0, .33, .19, 1), top 300ms cubic-bezier(0, .33, .19, 1)",
15518
+ "value": "left k-transition(fade-in), top k-transition(fade-in)",
15519
15519
  "scope": "default",
15520
15520
  "line": {
15521
15521
  "start": 252,
@@ -15530,7 +15530,7 @@
15530
15530
  "path": "material/scss/dataviz/_variables.scss",
15531
15531
  "name": "_variables.scss"
15532
15532
  },
15533
- "resolvedValue": "(left 300ms cubic-bezier(0, 0.33, 0.19, 1), top 300ms cubic-bezier(0, 0.33, 0.19, 1))",
15533
+ "resolvedValue": "(left var(--kendo-transition-fade-in), top var(--kendo-transition-fade-in))",
15534
15534
  "resolvedType": "List"
15535
15535
  },
15536
15536
  {
@@ -33925,7 +33925,7 @@
33925
33925
  "context": {
33926
33926
  "type": "variable",
33927
33927
  "name": "kendo-floating-label-transition",
33928
- "value": ".15s cubic-bezier( .4, 0, .2, 1 )",
33928
+ "value": "k-transition(scale-in)",
33929
33929
  "scope": "default",
33930
33930
  "line": {
33931
33931
  "start": 40,
@@ -33940,8 +33940,8 @@
33940
33940
  "path": "material/scss/floating-label/_variables.scss",
33941
33941
  "name": "_variables.scss"
33942
33942
  },
33943
- "resolvedValue": "(0.15s cubic-bezier(0.4, 0, 0.2, 1))",
33944
- "resolvedType": "List"
33943
+ "resolvedValue": "var(--kendo-transition-scale-in)",
33944
+ "resolvedType": "String"
33945
33945
  },
33946
33946
  {
33947
33947
  "description": "The background color of the Floating Label.\n",
@@ -52333,6 +52333,279 @@
52333
52333
  "inverse": "var(--kendo-color-dark, #322F35)"
52334
52334
  }
52335
52335
  },
52336
+ {
52337
+ "description": "The global map of motion easing tokens.\n",
52338
+ "commentRange": {
52339
+ "start": 141,
52340
+ "end": 142
52341
+ },
52342
+ "context": {
52343
+ "type": "variable",
52344
+ "name": "kendo-easings",
52345
+ "value": "$default-easings",
52346
+ "scope": "default",
52347
+ "line": {
52348
+ "start": 143,
52349
+ "end": 143
52350
+ }
52351
+ },
52352
+ "group": [
52353
+ "motion"
52354
+ ],
52355
+ "access": "public",
52356
+ "file": {
52357
+ "path": "material/scss/core/motion/index.scss",
52358
+ "name": "index.scss"
52359
+ },
52360
+ "resolvedValue": "(linear: cubic-bezier(0, 0, 1, 1), accelerate: cubic-bezier(0.42, 0, 1, 1), decelerate: cubic-bezier(0, 0, 0.58, 1), standard: cubic-bezier(0.42, 0, 0.58, 1), sharp: cubic-bezier(0.75, 0, 0.25, 1), bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55), elastic: cubic-bezier(0.5, -0.5, 0.5, 1.5))",
52361
+ "resolvedType": "Map",
52362
+ "prettyValue": {
52363
+ "linear": "cubic-bezier(0, 0, 1, 1)",
52364
+ "accelerate": "cubic-bezier(0.42, 0, 1, 1)",
52365
+ "decelerate": "cubic-bezier(0, 0, 0.58, 1)",
52366
+ "standard": "cubic-bezier(0.42, 0, 0.58, 1)",
52367
+ "sharp": "cubic-bezier(0.75, 0, 0.25, 1)",
52368
+ "bounce": "cubic-bezier(0.68, -0.55, 0.265, 1.55)",
52369
+ "elastic": "cubic-bezier(0.5, -0.5, 0.5, 1.5)"
52370
+ }
52371
+ },
52372
+ {
52373
+ "description": "The global map of motion duration tokens.\n",
52374
+ "commentRange": {
52375
+ "start": 146,
52376
+ "end": 147
52377
+ },
52378
+ "context": {
52379
+ "type": "variable",
52380
+ "name": "kendo-durations",
52381
+ "value": "$default-durations",
52382
+ "scope": "default",
52383
+ "line": {
52384
+ "start": 148,
52385
+ "end": 148
52386
+ }
52387
+ },
52388
+ "group": [
52389
+ "motion"
52390
+ ],
52391
+ "access": "public",
52392
+ "file": {
52393
+ "path": "material/scss/core/motion/index.scss",
52394
+ "name": "index.scss"
52395
+ },
52396
+ "resolvedValue": "(instant: 0ms, immediate: 50ms, brief: 100ms, quick: 150ms, rapid: 200ms, swift: 250ms, speedy: 300ms, brisk: 350ms, prompt: 400ms, timely: 450ms, moderate: 500ms, measured: 550ms, steady: 600ms, leisurely: 700ms, slow: 800ms, languid: 900ms, sluggish: 1000ms)",
52397
+ "resolvedType": "Map",
52398
+ "prettyValue": {
52399
+ "instant": "0ms",
52400
+ "immediate": "50ms",
52401
+ "brief": "100ms",
52402
+ "quick": "150ms",
52403
+ "rapid": "200ms",
52404
+ "swift": "250ms",
52405
+ "speedy": "300ms",
52406
+ "brisk": "350ms",
52407
+ "prompt": "400ms",
52408
+ "timely": "450ms",
52409
+ "moderate": "500ms",
52410
+ "measured": "550ms",
52411
+ "steady": "600ms",
52412
+ "leisurely": "700ms",
52413
+ "slow": "800ms",
52414
+ "languid": "900ms",
52415
+ "sluggish": "1000ms"
52416
+ }
52417
+ },
52418
+ {
52419
+ "description": "The global map of motion transition tokens.\n",
52420
+ "commentRange": {
52421
+ "start": 151,
52422
+ "end": 172
52423
+ },
52424
+ "context": {
52425
+ "type": "variable",
52426
+ "name": "kendo-transitions",
52427
+ "value": "$default-transitions",
52428
+ "scope": "default",
52429
+ "line": {
52430
+ "start": 173,
52431
+ "end": 173
52432
+ }
52433
+ },
52434
+ "group": [
52435
+ "motion"
52436
+ ],
52437
+ "subGroup": [
52438
+ {
52439
+ "name": "fast",
52440
+ "value": [
52441
+ "instant",
52442
+ "rapid",
52443
+ "snappy",
52444
+ "energetic"
52445
+ ],
52446
+ "description": "Speed and Responsiveness"
52447
+ },
52448
+ {
52449
+ "name": "expressive",
52450
+ "value": [
52451
+ "emphasis",
52452
+ "bouncy",
52453
+ "pulse",
52454
+ "flip"
52455
+ ],
52456
+ "description": "Personality and Playfulness"
52457
+ },
52458
+ {
52459
+ "name": "calm",
52460
+ "value": [
52461
+ "subtle",
52462
+ "gentle",
52463
+ "settle",
52464
+ "smooth",
52465
+ "fluid",
52466
+ "deliberate"
52467
+ ],
52468
+ "description": "Subtle & Natural"
52469
+ },
52470
+ {
52471
+ "name": "visibility",
52472
+ "value": [
52473
+ "slide-in",
52474
+ "slide-out",
52475
+ "fade-in",
52476
+ "fade-out",
52477
+ "enter",
52478
+ "exit"
52479
+ ],
52480
+ "description": "Visibility & Movement Change"
52481
+ },
52482
+ {
52483
+ "name": "size",
52484
+ "value": [
52485
+ "scale-in",
52486
+ "scale-out",
52487
+ "grow",
52488
+ "shrink",
52489
+ "expand",
52490
+ "collapse"
52491
+ ],
52492
+ "description": "Size & Scale Adjustments"
52493
+ }
52494
+ ],
52495
+ "access": "public",
52496
+ "file": {
52497
+ "path": "material/scss/core/motion/index.scss",
52498
+ "name": "index.scss"
52499
+ },
52500
+ "resolvedValue": "(instant: (duration: var(--kendo-duration-instant), easing: var(--kendo-easing-linear)), rapid: (duration: var(--kendo-duration-quick), easing: var(--kendo-easing-decelerate)), snappy: (duration: var(--kendo-duration-swift), easing: var(--kendo-easing-decelerate)), energetic: (duration: var(--kendo-duration-swift), easing: var(--kendo-easing-elastic)), bouncy: (duration: var(--kendo-duration-speedy), easing: var(--kendo-easing-bounce)), subtle: (duration: var(--kendo-duration-brisk), easing: var(--kendo-easing-standard)), gentle: (duration: var(--kendo-duration-prompt), easing: var(--kendo-easing-accelerate)), enter: (duration: var(--kendo-duration-speedy), easing: var(--kendo-easing-decelerate)), exit: (duration: var(--kendo-duration-rapid), easing: var(--kendo-easing-accelerate)), settle: (duration: var(--kendo-duration-brisk), easing: var(--kendo-easing-decelerate)), scale-out: (duration: var(--kendo-duration-quick), easing: var(--kendo-easing-accelerate)), scale-in: (duration: var(--kendo-duration-rapid), easing: var(--kendo-easing-decelerate)), fade-out: (duration: var(--kendo-duration-rapid), easing: var(--kendo-easing-standard)), fade-in: (duration: var(--kendo-duration-swift), easing: var(--kendo-easing-standard)), slide-out: (duration: var(--kendo-duration-swift), easing: var(--kendo-easing-accelerate)), slide-in: (duration: var(--kendo-duration-speedy), easing: var(--kendo-easing-decelerate)), emphasis: (duration: var(--kendo-duration-quick), easing: var(--kendo-easing-sharp)), collapse: (duration: var(--kendo-duration-speedy), easing: var(--kendo-easing-accelerate)), expand: (duration: var(--kendo-duration-prompt), easing: var(--kendo-easing-standard)), shrink: (duration: var(--kendo-duration-brisk), easing: var(--kendo-easing-accelerate)), grow: (duration: var(--kendo-duration-prompt), easing: var(--kendo-easing-standard)), pulse: (duration: var(--kendo-duration-brisk), easing: var(--kendo-easing-standard)), smooth: (duration: var(--kendo-duration-moderate), easing: var(--kendo-easing-standard)), flip: (duration: var(--kendo-duration-measured), easing: var(--kendo-easing-standard)), fluid: (duration: var(--kendo-duration-steady), easing: var(--kendo-easing-standard)), deliberate: (duration: var(--kendo-duration-slow), easing: var(--kendo-easing-standard)))",
52501
+ "resolvedType": "Map",
52502
+ "prettyValue": {
52503
+ "instant": {
52504
+ "duration": "var(--kendo-duration-instant)",
52505
+ "easing": "var(--kendo-easing-linear)"
52506
+ },
52507
+ "rapid": {
52508
+ "duration": "var(--kendo-duration-quick)",
52509
+ "easing": "var(--kendo-easing-decelerate)"
52510
+ },
52511
+ "snappy": {
52512
+ "duration": "var(--kendo-duration-swift)",
52513
+ "easing": "var(--kendo-easing-decelerate)"
52514
+ },
52515
+ "energetic": {
52516
+ "duration": "var(--kendo-duration-swift)",
52517
+ "easing": "var(--kendo-easing-elastic)"
52518
+ },
52519
+ "bouncy": {
52520
+ "duration": "var(--kendo-duration-speedy)",
52521
+ "easing": "var(--kendo-easing-bounce)"
52522
+ },
52523
+ "subtle": {
52524
+ "duration": "var(--kendo-duration-brisk)",
52525
+ "easing": "var(--kendo-easing-standard)"
52526
+ },
52527
+ "gentle": {
52528
+ "duration": "var(--kendo-duration-prompt)",
52529
+ "easing": "var(--kendo-easing-accelerate)"
52530
+ },
52531
+ "enter": {
52532
+ "duration": "var(--kendo-duration-speedy)",
52533
+ "easing": "var(--kendo-easing-decelerate)"
52534
+ },
52535
+ "exit": {
52536
+ "duration": "var(--kendo-duration-rapid)",
52537
+ "easing": "var(--kendo-easing-accelerate)"
52538
+ },
52539
+ "settle": {
52540
+ "duration": "var(--kendo-duration-brisk)",
52541
+ "easing": "var(--kendo-easing-decelerate)"
52542
+ },
52543
+ "scale-out": {
52544
+ "duration": "var(--kendo-duration-quick)",
52545
+ "easing": "var(--kendo-easing-accelerate)"
52546
+ },
52547
+ "scale-in": {
52548
+ "duration": "var(--kendo-duration-rapid)",
52549
+ "easing": "var(--kendo-easing-decelerate)"
52550
+ },
52551
+ "fade-out": {
52552
+ "duration": "var(--kendo-duration-rapid)",
52553
+ "easing": "var(--kendo-easing-standard)"
52554
+ },
52555
+ "fade-in": {
52556
+ "duration": "var(--kendo-duration-swift)",
52557
+ "easing": "var(--kendo-easing-standard)"
52558
+ },
52559
+ "slide-out": {
52560
+ "duration": "var(--kendo-duration-swift)",
52561
+ "easing": "var(--kendo-easing-accelerate)"
52562
+ },
52563
+ "slide-in": {
52564
+ "duration": "var(--kendo-duration-speedy)",
52565
+ "easing": "var(--kendo-easing-decelerate)"
52566
+ },
52567
+ "emphasis": {
52568
+ "duration": "var(--kendo-duration-quick)",
52569
+ "easing": "var(--kendo-easing-sharp)"
52570
+ },
52571
+ "collapse": {
52572
+ "duration": "var(--kendo-duration-speedy)",
52573
+ "easing": "var(--kendo-easing-accelerate)"
52574
+ },
52575
+ "expand": {
52576
+ "duration": "var(--kendo-duration-prompt)",
52577
+ "easing": "var(--kendo-easing-standard)"
52578
+ },
52579
+ "shrink": {
52580
+ "duration": "var(--kendo-duration-brisk)",
52581
+ "easing": "var(--kendo-easing-accelerate)"
52582
+ },
52583
+ "grow": {
52584
+ "duration": "var(--kendo-duration-prompt)",
52585
+ "easing": "var(--kendo-easing-standard)"
52586
+ },
52587
+ "pulse": {
52588
+ "duration": "var(--kendo-duration-brisk)",
52589
+ "easing": "var(--kendo-easing-standard)"
52590
+ },
52591
+ "smooth": {
52592
+ "duration": "var(--kendo-duration-moderate)",
52593
+ "easing": "var(--kendo-easing-standard)"
52594
+ },
52595
+ "flip": {
52596
+ "duration": "var(--kendo-duration-measured)",
52597
+ "easing": "var(--kendo-easing-standard)"
52598
+ },
52599
+ "fluid": {
52600
+ "duration": "var(--kendo-duration-steady)",
52601
+ "easing": "var(--kendo-easing-standard)"
52602
+ },
52603
+ "deliberate": {
52604
+ "duration": "var(--kendo-duration-slow)",
52605
+ "easing": "var(--kendo-easing-standard)"
52606
+ }
52607
+ }
52608
+ },
52336
52609
  {
52337
52610
  "description": "The minimum height of the 'No Data' text container.\n",
52338
52611
  "commentRange": {
@@ -60135,6 +60408,33 @@
60135
60408
  "resolvedValue": "null",
60136
60409
  "resolvedType": "Null"
60137
60410
  },
60411
+ {
60412
+ "description": "The border color of the flat hovered Picker components.\n",
60413
+ "commentRange": {
60414
+ "start": 404,
60415
+ "end": 405
60416
+ },
60417
+ "context": {
60418
+ "type": "variable",
60419
+ "name": "kendo-picker-flat-hover-border",
60420
+ "value": "$kendo-picker-hover-border",
60421
+ "scope": "default",
60422
+ "line": {
60423
+ "start": 406,
60424
+ "end": 406
60425
+ }
60426
+ },
60427
+ "group": [
60428
+ "picker"
60429
+ ],
60430
+ "access": "public",
60431
+ "file": {
60432
+ "path": "material/scss/input/_variables.scss",
60433
+ "name": "_variables.scss"
60434
+ },
60435
+ "resolvedValue": "var(--kendo-color-on-app-surface, #1D1B20)",
60436
+ "resolvedType": "String"
60437
+ },
60138
60438
  {
60139
60439
  "description": "The background color of the flat focused Picker components.\n",
60140
60440
  "commentRange": {
@@ -60324,33 +60624,6 @@
60324
60624
  "resolvedValue": "null",
60325
60625
  "resolvedType": "Null"
60326
60626
  },
60327
- {
60328
- "description": "The border color of the flat hovered Picker components.\n",
60329
- "commentRange": {
60330
- "start": 404,
60331
- "end": 405
60332
- },
60333
- "context": {
60334
- "type": "variable",
60335
- "name": "kendo-picker-flat-hover-border",
60336
- "value": "$kendo-picker-hover-border",
60337
- "scope": "default",
60338
- "line": {
60339
- "start": 406,
60340
- "end": 406
60341
- }
60342
- },
60343
- "group": [
60344
- "pickers"
60345
- ],
60346
- "access": "public",
60347
- "file": {
60348
- "path": "material/scss/input/_variables.scss",
60349
- "name": "_variables.scss"
60350
- },
60351
- "resolvedValue": "var(--kendo-color-on-app-surface, #1D1B20)",
60352
- "resolvedType": "String"
60353
- },
60354
60627
  {
60355
60628
  "description": "The spacer of the PivotGrid.\n",
60356
60629
  "commentRange": {
@@ -70506,7 +70779,7 @@
70506
70779
  "context": {
70507
70780
  "type": "variable",
70508
70781
  "name": "kendo-slider-transition-speed",
70509
- "value": ".3s",
70782
+ "value": "k-duration(brisk)",
70510
70783
  "scope": "default",
70511
70784
  "line": {
70512
70785
  "start": 93,
@@ -70521,8 +70794,8 @@
70521
70794
  "path": "material/scss/slider/_variables.scss",
70522
70795
  "name": "_variables.scss"
70523
70796
  },
70524
- "resolvedValue": "0.3s",
70525
- "resolvedType": "Number"
70797
+ "resolvedValue": "var(--kendo-duration-brisk, 350ms)",
70798
+ "resolvedType": "String"
70526
70799
  },
70527
70800
  {
70528
70801
  "description": "The transition function of the Slider.\n",
@@ -70533,7 +70806,7 @@
70533
70806
  "context": {
70534
70807
  "type": "variable",
70535
70808
  "name": "kendo-slider-transition-function",
70536
- "value": "ease-out",
70809
+ "value": "k-easing(standard)",
70537
70810
  "scope": "default",
70538
70811
  "line": {
70539
70812
  "start": 96,
@@ -70548,7 +70821,7 @@
70548
70821
  "path": "material/scss/slider/_variables.scss",
70549
70822
  "name": "_variables.scss"
70550
70823
  },
70551
- "resolvedValue": "ease-out",
70824
+ "resolvedValue": "var(--kendo-easing-standard, cubic-bezier(0.42, 0, 0.58, 1))",
70552
70825
  "resolvedType": "String"
70553
70826
  },
70554
70827
  {
@@ -70560,7 +70833,7 @@
70560
70833
  "context": {
70561
70834
  "type": "variable",
70562
70835
  "name": "kendo-slider-draghandle-transition-speed",
70563
- "value": ".4s",
70836
+ "value": "k-duration(quick)",
70564
70837
  "scope": "default",
70565
70838
  "line": {
70566
70839
  "start": 99,
@@ -70575,8 +70848,8 @@
70575
70848
  "path": "material/scss/slider/_variables.scss",
70576
70849
  "name": "_variables.scss"
70577
70850
  },
70578
- "resolvedValue": "0.4s",
70579
- "resolvedType": "Number"
70851
+ "resolvedValue": "var(--kendo-duration-quick, 150ms)",
70852
+ "resolvedType": "String"
70580
70853
  },
70581
70854
  {
70582
70855
  "description": "The transition function of the Slider drag handle.\n",
@@ -70587,7 +70860,7 @@
70587
70860
  "context": {
70588
70861
  "type": "variable",
70589
70862
  "name": "kendo-slider-draghandle-transition-function",
70590
- "value": "cubic-bezier(.25, .8, .25, 1)",
70863
+ "value": "k-easing(decelerate)",
70591
70864
  "scope": "default",
70592
70865
  "line": {
70593
70866
  "start": 102,
@@ -70602,7 +70875,7 @@
70602
70875
  "path": "material/scss/slider/_variables.scss",
70603
70876
  "name": "_variables.scss"
70604
70877
  },
70605
- "resolvedValue": "cubic-bezier(0.25, 0.8, 0.25, 1)",
70878
+ "resolvedValue": "var(--kendo-easing-decelerate, cubic-bezier(0, 0, 0.58, 1))",
70606
70879
  "resolvedType": "String"
70607
70880
  },
70608
70881
  {
@@ -75654,7 +75927,7 @@
75654
75927
  "context": {
75655
75928
  "type": "variable",
75656
75929
  "name": "kendo-stepper-content-transition-duration",
75657
- "value": "300ms",
75930
+ "value": "k-duration(speedy)",
75658
75931
  "scope": "default",
75659
75932
  "line": {
75660
75933
  "start": 230,
@@ -75669,8 +75942,8 @@
75669
75942
  "path": "material/scss/stepper/_variables.scss",
75670
75943
  "name": "_variables.scss"
75671
75944
  },
75672
- "resolvedValue": "300ms",
75673
- "resolvedType": "Number"
75945
+ "resolvedValue": "var(--kendo-duration-speedy, 300ms)",
75946
+ "resolvedType": "String"
75674
75947
  },
75675
75948
  {
75676
75949
  "description": "The timing function of the Stepper transition.\n",
@@ -75681,7 +75954,7 @@
75681
75954
  "context": {
75682
75955
  "type": "variable",
75683
75956
  "name": "kendo-stepper-content-transition-timing-function",
75684
- "value": "cubic-bezier(.4, 0, .2, 1) 0ms",
75957
+ "value": "k-easing(standard)",
75685
75958
  "scope": "default",
75686
75959
  "line": {
75687
75960
  "start": 233,
@@ -75696,8 +75969,8 @@
75696
75969
  "path": "material/scss/stepper/_variables.scss",
75697
75970
  "name": "_variables.scss"
75698
75971
  },
75699
- "resolvedValue": "(cubic-bezier(0.4, 0, 0.2, 1) 0ms)",
75700
- "resolvedType": "List"
75972
+ "resolvedValue": "var(--kendo-easing-standard, cubic-bezier(0.42, 0, 0.58, 1))",
75973
+ "resolvedType": "String"
75701
75974
  },
75702
75975
  {
75703
75976
  "description": "The vertical padding of the Suggestion wrapper.\n",
@@ -103504,7 +103777,7 @@
103504
103777
  "resolvedType": "String"
103505
103778
  },
103506
103779
  {
103507
- "description": "The box-shadow transition of the Button.\n",
103780
+ "description": "The transition of the Button.\n",
103508
103781
  "commentRange": {
103509
103782
  "start": 273,
103510
103783
  "end": 274
@@ -103512,7 +103785,7 @@
103512
103785
  "context": {
103513
103786
  "type": "variable",
103514
103787
  "name": "kendo-button-transition",
103515
- "value": "box-shadow 280ms cubic-bezier( .4, 0, .2, 1 )",
103788
+ "value": "color k-transition(rapid), background-color k-transition(rapid), border-color k-transition(rapid), box-shadow k-transition(rapid), opacity k-transition(rapid)",
103516
103789
  "scope": "default",
103517
103790
  "line": {
103518
103791
  "start": 275,
@@ -103527,7 +103800,7 @@
103527
103800
  "path": "material/scss/button/_variables.scss",
103528
103801
  "name": "_variables.scss"
103529
103802
  },
103530
- "resolvedValue": "(box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1))",
103803
+ "resolvedValue": "(color var(--kendo-transition-rapid), background-color var(--kendo-transition-rapid), border-color var(--kendo-transition-rapid), box-shadow var(--kendo-transition-rapid), opacity var(--kendo-transition-rapid))",
103531
103804
  "resolvedType": "List"
103532
103805
  }
103533
103806
  ]
@@ -110462,7 +110735,7 @@
110462
110735
  "context": {
110463
110736
  "type": "variable",
110464
110737
  "name": "kendo-chart-tooltip-transition",
110465
- "value": "left 300ms cubic-bezier(0, .33, .19, 1), top 300ms cubic-bezier(0, .33, .19, 1)",
110738
+ "value": "left k-transition(fade-in), top k-transition(fade-in)",
110466
110739
  "scope": "default",
110467
110740
  "line": {
110468
110741
  "start": 252,
@@ -110477,7 +110750,7 @@
110477
110750
  "path": "material/scss/dataviz/_variables.scss",
110478
110751
  "name": "_variables.scss"
110479
110752
  },
110480
- "resolvedValue": "(left 300ms cubic-bezier(0, 0.33, 0.19, 1), top 300ms cubic-bezier(0, 0.33, 0.19, 1))",
110753
+ "resolvedValue": "(left var(--kendo-transition-fade-in), top var(--kendo-transition-fade-in))",
110481
110754
  "resolvedType": "List"
110482
110755
  },
110483
110756
  {
@@ -129240,7 +129513,7 @@
129240
129513
  "context": {
129241
129514
  "type": "variable",
129242
129515
  "name": "kendo-floating-label-transition",
129243
- "value": ".15s cubic-bezier( .4, 0, .2, 1 )",
129516
+ "value": "k-transition(scale-in)",
129244
129517
  "scope": "default",
129245
129518
  "line": {
129246
129519
  "start": 40,
@@ -129255,8 +129528,8 @@
129255
129528
  "path": "material/scss/floating-label/_variables.scss",
129256
129529
  "name": "_variables.scss"
129257
129530
  },
129258
- "resolvedValue": "(0.15s cubic-bezier(0.4, 0, 0.2, 1))",
129259
- "resolvedType": "List"
129531
+ "resolvedValue": "var(--kendo-transition-scale-in)",
129532
+ "resolvedType": "String"
129260
129533
  },
129261
129534
  {
129262
129535
  "description": "The background color of the Floating Label.\n",
@@ -147758,6 +148031,285 @@
147758
148031
  }
147759
148032
  ]
147760
148033
  },
148034
+ {
148035
+ "id": "motion",
148036
+ "title": "Motion",
148037
+ "variables": [
148038
+ {
148039
+ "description": "The global map of motion easing tokens.\n",
148040
+ "commentRange": {
148041
+ "start": 141,
148042
+ "end": 142
148043
+ },
148044
+ "context": {
148045
+ "type": "variable",
148046
+ "name": "kendo-easings",
148047
+ "value": "$default-easings",
148048
+ "scope": "default",
148049
+ "line": {
148050
+ "start": 143,
148051
+ "end": 143
148052
+ }
148053
+ },
148054
+ "group": [
148055
+ "motion"
148056
+ ],
148057
+ "access": "public",
148058
+ "file": {
148059
+ "path": "material/scss/core/motion/index.scss",
148060
+ "name": "index.scss"
148061
+ },
148062
+ "resolvedValue": "(linear: cubic-bezier(0, 0, 1, 1), accelerate: cubic-bezier(0.42, 0, 1, 1), decelerate: cubic-bezier(0, 0, 0.58, 1), standard: cubic-bezier(0.42, 0, 0.58, 1), sharp: cubic-bezier(0.75, 0, 0.25, 1), bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55), elastic: cubic-bezier(0.5, -0.5, 0.5, 1.5))",
148063
+ "resolvedType": "Map",
148064
+ "prettyValue": {
148065
+ "linear": "cubic-bezier(0, 0, 1, 1)",
148066
+ "accelerate": "cubic-bezier(0.42, 0, 1, 1)",
148067
+ "decelerate": "cubic-bezier(0, 0, 0.58, 1)",
148068
+ "standard": "cubic-bezier(0.42, 0, 0.58, 1)",
148069
+ "sharp": "cubic-bezier(0.75, 0, 0.25, 1)",
148070
+ "bounce": "cubic-bezier(0.68, -0.55, 0.265, 1.55)",
148071
+ "elastic": "cubic-bezier(0.5, -0.5, 0.5, 1.5)"
148072
+ }
148073
+ },
148074
+ {
148075
+ "description": "The global map of motion duration tokens.\n",
148076
+ "commentRange": {
148077
+ "start": 146,
148078
+ "end": 147
148079
+ },
148080
+ "context": {
148081
+ "type": "variable",
148082
+ "name": "kendo-durations",
148083
+ "value": "$default-durations",
148084
+ "scope": "default",
148085
+ "line": {
148086
+ "start": 148,
148087
+ "end": 148
148088
+ }
148089
+ },
148090
+ "group": [
148091
+ "motion"
148092
+ ],
148093
+ "access": "public",
148094
+ "file": {
148095
+ "path": "material/scss/core/motion/index.scss",
148096
+ "name": "index.scss"
148097
+ },
148098
+ "resolvedValue": "(instant: 0ms, immediate: 50ms, brief: 100ms, quick: 150ms, rapid: 200ms, swift: 250ms, speedy: 300ms, brisk: 350ms, prompt: 400ms, timely: 450ms, moderate: 500ms, measured: 550ms, steady: 600ms, leisurely: 700ms, slow: 800ms, languid: 900ms, sluggish: 1000ms)",
148099
+ "resolvedType": "Map",
148100
+ "prettyValue": {
148101
+ "instant": "0ms",
148102
+ "immediate": "50ms",
148103
+ "brief": "100ms",
148104
+ "quick": "150ms",
148105
+ "rapid": "200ms",
148106
+ "swift": "250ms",
148107
+ "speedy": "300ms",
148108
+ "brisk": "350ms",
148109
+ "prompt": "400ms",
148110
+ "timely": "450ms",
148111
+ "moderate": "500ms",
148112
+ "measured": "550ms",
148113
+ "steady": "600ms",
148114
+ "leisurely": "700ms",
148115
+ "slow": "800ms",
148116
+ "languid": "900ms",
148117
+ "sluggish": "1000ms"
148118
+ }
148119
+ },
148120
+ {
148121
+ "description": "The global map of motion transition tokens.\n",
148122
+ "commentRange": {
148123
+ "start": 151,
148124
+ "end": 172
148125
+ },
148126
+ "context": {
148127
+ "type": "variable",
148128
+ "name": "kendo-transitions",
148129
+ "value": "$default-transitions",
148130
+ "scope": "default",
148131
+ "line": {
148132
+ "start": 173,
148133
+ "end": 173
148134
+ }
148135
+ },
148136
+ "group": [
148137
+ "motion"
148138
+ ],
148139
+ "subGroup": [
148140
+ {
148141
+ "name": "fast",
148142
+ "value": [
148143
+ "instant",
148144
+ "rapid",
148145
+ "snappy",
148146
+ "energetic"
148147
+ ],
148148
+ "description": "Speed and Responsiveness"
148149
+ },
148150
+ {
148151
+ "name": "expressive",
148152
+ "value": [
148153
+ "emphasis",
148154
+ "bouncy",
148155
+ "pulse",
148156
+ "flip"
148157
+ ],
148158
+ "description": "Personality and Playfulness"
148159
+ },
148160
+ {
148161
+ "name": "calm",
148162
+ "value": [
148163
+ "subtle",
148164
+ "gentle",
148165
+ "settle",
148166
+ "smooth",
148167
+ "fluid",
148168
+ "deliberate"
148169
+ ],
148170
+ "description": "Subtle & Natural"
148171
+ },
148172
+ {
148173
+ "name": "visibility",
148174
+ "value": [
148175
+ "slide-in",
148176
+ "slide-out",
148177
+ "fade-in",
148178
+ "fade-out",
148179
+ "enter",
148180
+ "exit"
148181
+ ],
148182
+ "description": "Visibility & Movement Change"
148183
+ },
148184
+ {
148185
+ "name": "size",
148186
+ "value": [
148187
+ "scale-in",
148188
+ "scale-out",
148189
+ "grow",
148190
+ "shrink",
148191
+ "expand",
148192
+ "collapse"
148193
+ ],
148194
+ "description": "Size & Scale Adjustments"
148195
+ }
148196
+ ],
148197
+ "access": "public",
148198
+ "file": {
148199
+ "path": "material/scss/core/motion/index.scss",
148200
+ "name": "index.scss"
148201
+ },
148202
+ "resolvedValue": "(instant: (duration: var(--kendo-duration-instant), easing: var(--kendo-easing-linear)), rapid: (duration: var(--kendo-duration-quick), easing: var(--kendo-easing-decelerate)), snappy: (duration: var(--kendo-duration-swift), easing: var(--kendo-easing-decelerate)), energetic: (duration: var(--kendo-duration-swift), easing: var(--kendo-easing-elastic)), bouncy: (duration: var(--kendo-duration-speedy), easing: var(--kendo-easing-bounce)), subtle: (duration: var(--kendo-duration-brisk), easing: var(--kendo-easing-standard)), gentle: (duration: var(--kendo-duration-prompt), easing: var(--kendo-easing-accelerate)), enter: (duration: var(--kendo-duration-speedy), easing: var(--kendo-easing-decelerate)), exit: (duration: var(--kendo-duration-rapid), easing: var(--kendo-easing-accelerate)), settle: (duration: var(--kendo-duration-brisk), easing: var(--kendo-easing-decelerate)), scale-out: (duration: var(--kendo-duration-quick), easing: var(--kendo-easing-accelerate)), scale-in: (duration: var(--kendo-duration-rapid), easing: var(--kendo-easing-decelerate)), fade-out: (duration: var(--kendo-duration-rapid), easing: var(--kendo-easing-standard)), fade-in: (duration: var(--kendo-duration-swift), easing: var(--kendo-easing-standard)), slide-out: (duration: var(--kendo-duration-swift), easing: var(--kendo-easing-accelerate)), slide-in: (duration: var(--kendo-duration-speedy), easing: var(--kendo-easing-decelerate)), emphasis: (duration: var(--kendo-duration-quick), easing: var(--kendo-easing-sharp)), collapse: (duration: var(--kendo-duration-speedy), easing: var(--kendo-easing-accelerate)), expand: (duration: var(--kendo-duration-prompt), easing: var(--kendo-easing-standard)), shrink: (duration: var(--kendo-duration-brisk), easing: var(--kendo-easing-accelerate)), grow: (duration: var(--kendo-duration-prompt), easing: var(--kendo-easing-standard)), pulse: (duration: var(--kendo-duration-brisk), easing: var(--kendo-easing-standard)), smooth: (duration: var(--kendo-duration-moderate), easing: var(--kendo-easing-standard)), flip: (duration: var(--kendo-duration-measured), easing: var(--kendo-easing-standard)), fluid: (duration: var(--kendo-duration-steady), easing: var(--kendo-easing-standard)), deliberate: (duration: var(--kendo-duration-slow), easing: var(--kendo-easing-standard)))",
148203
+ "resolvedType": "Map",
148204
+ "prettyValue": {
148205
+ "instant": {
148206
+ "duration": "var(--kendo-duration-instant)",
148207
+ "easing": "var(--kendo-easing-linear)"
148208
+ },
148209
+ "rapid": {
148210
+ "duration": "var(--kendo-duration-quick)",
148211
+ "easing": "var(--kendo-easing-decelerate)"
148212
+ },
148213
+ "snappy": {
148214
+ "duration": "var(--kendo-duration-swift)",
148215
+ "easing": "var(--kendo-easing-decelerate)"
148216
+ },
148217
+ "energetic": {
148218
+ "duration": "var(--kendo-duration-swift)",
148219
+ "easing": "var(--kendo-easing-elastic)"
148220
+ },
148221
+ "bouncy": {
148222
+ "duration": "var(--kendo-duration-speedy)",
148223
+ "easing": "var(--kendo-easing-bounce)"
148224
+ },
148225
+ "subtle": {
148226
+ "duration": "var(--kendo-duration-brisk)",
148227
+ "easing": "var(--kendo-easing-standard)"
148228
+ },
148229
+ "gentle": {
148230
+ "duration": "var(--kendo-duration-prompt)",
148231
+ "easing": "var(--kendo-easing-accelerate)"
148232
+ },
148233
+ "enter": {
148234
+ "duration": "var(--kendo-duration-speedy)",
148235
+ "easing": "var(--kendo-easing-decelerate)"
148236
+ },
148237
+ "exit": {
148238
+ "duration": "var(--kendo-duration-rapid)",
148239
+ "easing": "var(--kendo-easing-accelerate)"
148240
+ },
148241
+ "settle": {
148242
+ "duration": "var(--kendo-duration-brisk)",
148243
+ "easing": "var(--kendo-easing-decelerate)"
148244
+ },
148245
+ "scale-out": {
148246
+ "duration": "var(--kendo-duration-quick)",
148247
+ "easing": "var(--kendo-easing-accelerate)"
148248
+ },
148249
+ "scale-in": {
148250
+ "duration": "var(--kendo-duration-rapid)",
148251
+ "easing": "var(--kendo-easing-decelerate)"
148252
+ },
148253
+ "fade-out": {
148254
+ "duration": "var(--kendo-duration-rapid)",
148255
+ "easing": "var(--kendo-easing-standard)"
148256
+ },
148257
+ "fade-in": {
148258
+ "duration": "var(--kendo-duration-swift)",
148259
+ "easing": "var(--kendo-easing-standard)"
148260
+ },
148261
+ "slide-out": {
148262
+ "duration": "var(--kendo-duration-swift)",
148263
+ "easing": "var(--kendo-easing-accelerate)"
148264
+ },
148265
+ "slide-in": {
148266
+ "duration": "var(--kendo-duration-speedy)",
148267
+ "easing": "var(--kendo-easing-decelerate)"
148268
+ },
148269
+ "emphasis": {
148270
+ "duration": "var(--kendo-duration-quick)",
148271
+ "easing": "var(--kendo-easing-sharp)"
148272
+ },
148273
+ "collapse": {
148274
+ "duration": "var(--kendo-duration-speedy)",
148275
+ "easing": "var(--kendo-easing-accelerate)"
148276
+ },
148277
+ "expand": {
148278
+ "duration": "var(--kendo-duration-prompt)",
148279
+ "easing": "var(--kendo-easing-standard)"
148280
+ },
148281
+ "shrink": {
148282
+ "duration": "var(--kendo-duration-brisk)",
148283
+ "easing": "var(--kendo-easing-accelerate)"
148284
+ },
148285
+ "grow": {
148286
+ "duration": "var(--kendo-duration-prompt)",
148287
+ "easing": "var(--kendo-easing-standard)"
148288
+ },
148289
+ "pulse": {
148290
+ "duration": "var(--kendo-duration-brisk)",
148291
+ "easing": "var(--kendo-easing-standard)"
148292
+ },
148293
+ "smooth": {
148294
+ "duration": "var(--kendo-duration-moderate)",
148295
+ "easing": "var(--kendo-easing-standard)"
148296
+ },
148297
+ "flip": {
148298
+ "duration": "var(--kendo-duration-measured)",
148299
+ "easing": "var(--kendo-easing-standard)"
148300
+ },
148301
+ "fluid": {
148302
+ "duration": "var(--kendo-duration-steady)",
148303
+ "easing": "var(--kendo-easing-standard)"
148304
+ },
148305
+ "deliberate": {
148306
+ "duration": "var(--kendo-duration-slow)",
148307
+ "easing": "var(--kendo-easing-standard)"
148308
+ }
148309
+ }
148310
+ }
148311
+ ]
148312
+ },
147761
148313
  {
147762
148314
  "id": "no-data",
147763
148315
  "title": "NoData",
@@ -155984,6 +156536,33 @@
155984
156536
  "resolvedValue": "null",
155985
156537
  "resolvedType": "Null"
155986
156538
  },
156539
+ {
156540
+ "description": "The border color of the flat hovered Picker components.\n",
156541
+ "commentRange": {
156542
+ "start": 404,
156543
+ "end": 405
156544
+ },
156545
+ "context": {
156546
+ "type": "variable",
156547
+ "name": "kendo-picker-flat-hover-border",
156548
+ "value": "$kendo-picker-hover-border",
156549
+ "scope": "default",
156550
+ "line": {
156551
+ "start": 406,
156552
+ "end": 406
156553
+ }
156554
+ },
156555
+ "group": [
156556
+ "picker"
156557
+ ],
156558
+ "access": "public",
156559
+ "file": {
156560
+ "path": "material/scss/input/_variables.scss",
156561
+ "name": "_variables.scss"
156562
+ },
156563
+ "resolvedValue": "var(--kendo-color-on-app-surface, #1D1B20)",
156564
+ "resolvedType": "String"
156565
+ },
155987
156566
  {
155988
156567
  "description": "The background color of the flat focused Picker components.\n",
155989
156568
  "commentRange": {
@@ -156175,39 +156754,6 @@
156175
156754
  }
156176
156755
  ]
156177
156756
  },
156178
- {
156179
- "id": "pickers",
156180
- "title": "Pickers",
156181
- "variables": [
156182
- {
156183
- "description": "The border color of the flat hovered Picker components.\n",
156184
- "commentRange": {
156185
- "start": 404,
156186
- "end": 405
156187
- },
156188
- "context": {
156189
- "type": "variable",
156190
- "name": "kendo-picker-flat-hover-border",
156191
- "value": "$kendo-picker-hover-border",
156192
- "scope": "default",
156193
- "line": {
156194
- "start": 406,
156195
- "end": 406
156196
- }
156197
- },
156198
- "group": [
156199
- "pickers"
156200
- ],
156201
- "access": "public",
156202
- "file": {
156203
- "path": "material/scss/input/_variables.scss",
156204
- "name": "_variables.scss"
156205
- },
156206
- "resolvedValue": "var(--kendo-color-on-app-surface, #1D1B20)",
156207
- "resolvedType": "String"
156208
- }
156209
- ]
156210
- },
156211
156757
  {
156212
156758
  "id": "pivotgrid",
156213
156759
  "title": "Pivotgrid",
@@ -166152,7 +166698,7 @@
166152
166698
  "context": {
166153
166699
  "type": "variable",
166154
166700
  "name": "kendo-slider-transition-speed",
166155
- "value": ".3s",
166701
+ "value": "k-duration(brisk)",
166156
166702
  "scope": "default",
166157
166703
  "line": {
166158
166704
  "start": 93,
@@ -166167,8 +166713,8 @@
166167
166713
  "path": "material/scss/slider/_variables.scss",
166168
166714
  "name": "_variables.scss"
166169
166715
  },
166170
- "resolvedValue": "0.3s",
166171
- "resolvedType": "Number"
166716
+ "resolvedValue": "var(--kendo-duration-brisk, 350ms)",
166717
+ "resolvedType": "String"
166172
166718
  },
166173
166719
  {
166174
166720
  "description": "The transition function of the Slider.\n",
@@ -166179,7 +166725,7 @@
166179
166725
  "context": {
166180
166726
  "type": "variable",
166181
166727
  "name": "kendo-slider-transition-function",
166182
- "value": "ease-out",
166728
+ "value": "k-easing(standard)",
166183
166729
  "scope": "default",
166184
166730
  "line": {
166185
166731
  "start": 96,
@@ -166194,7 +166740,7 @@
166194
166740
  "path": "material/scss/slider/_variables.scss",
166195
166741
  "name": "_variables.scss"
166196
166742
  },
166197
- "resolvedValue": "ease-out",
166743
+ "resolvedValue": "var(--kendo-easing-standard, cubic-bezier(0.42, 0, 0.58, 1))",
166198
166744
  "resolvedType": "String"
166199
166745
  },
166200
166746
  {
@@ -166206,7 +166752,7 @@
166206
166752
  "context": {
166207
166753
  "type": "variable",
166208
166754
  "name": "kendo-slider-draghandle-transition-speed",
166209
- "value": ".4s",
166755
+ "value": "k-duration(quick)",
166210
166756
  "scope": "default",
166211
166757
  "line": {
166212
166758
  "start": 99,
@@ -166221,8 +166767,8 @@
166221
166767
  "path": "material/scss/slider/_variables.scss",
166222
166768
  "name": "_variables.scss"
166223
166769
  },
166224
- "resolvedValue": "0.4s",
166225
- "resolvedType": "Number"
166770
+ "resolvedValue": "var(--kendo-duration-quick, 150ms)",
166771
+ "resolvedType": "String"
166226
166772
  },
166227
166773
  {
166228
166774
  "description": "The transition function of the Slider drag handle.\n",
@@ -166233,7 +166779,7 @@
166233
166779
  "context": {
166234
166780
  "type": "variable",
166235
166781
  "name": "kendo-slider-draghandle-transition-function",
166236
- "value": "cubic-bezier(.25, .8, .25, 1)",
166782
+ "value": "k-easing(decelerate)",
166237
166783
  "scope": "default",
166238
166784
  "line": {
166239
166785
  "start": 102,
@@ -166248,7 +166794,7 @@
166248
166794
  "path": "material/scss/slider/_variables.scss",
166249
166795
  "name": "_variables.scss"
166250
166796
  },
166251
- "resolvedValue": "cubic-bezier(0.25, 0.8, 0.25, 1)",
166797
+ "resolvedValue": "var(--kendo-easing-decelerate, cubic-bezier(0, 0, 0.58, 1))",
166252
166798
  "resolvedType": "String"
166253
166799
  },
166254
166800
  {
@@ -171330,7 +171876,7 @@
171330
171876
  "context": {
171331
171877
  "type": "variable",
171332
171878
  "name": "kendo-stepper-content-transition-duration",
171333
- "value": "300ms",
171879
+ "value": "k-duration(speedy)",
171334
171880
  "scope": "default",
171335
171881
  "line": {
171336
171882
  "start": 230,
@@ -171345,8 +171891,8 @@
171345
171891
  "path": "material/scss/stepper/_variables.scss",
171346
171892
  "name": "_variables.scss"
171347
171893
  },
171348
- "resolvedValue": "300ms",
171349
- "resolvedType": "Number"
171894
+ "resolvedValue": "var(--kendo-duration-speedy, 300ms)",
171895
+ "resolvedType": "String"
171350
171896
  },
171351
171897
  {
171352
171898
  "description": "The timing function of the Stepper transition.\n",
@@ -171357,7 +171903,7 @@
171357
171903
  "context": {
171358
171904
  "type": "variable",
171359
171905
  "name": "kendo-stepper-content-transition-timing-function",
171360
- "value": "cubic-bezier(.4, 0, .2, 1) 0ms",
171906
+ "value": "k-easing(standard)",
171361
171907
  "scope": "default",
171362
171908
  "line": {
171363
171909
  "start": 233,
@@ -171372,8 +171918,8 @@
171372
171918
  "path": "material/scss/stepper/_variables.scss",
171373
171919
  "name": "_variables.scss"
171374
171920
  },
171375
- "resolvedValue": "(cubic-bezier(0.4, 0, 0.2, 1) 0ms)",
171376
- "resolvedType": "List"
171921
+ "resolvedValue": "var(--kendo-easing-standard, cubic-bezier(0.42, 0, 0.58, 1))",
171922
+ "resolvedType": "String"
171377
171923
  }
171378
171924
  ]
171379
171925
  },