@progress/kendo-theme-classic 12.2.4-dev.1 → 12.3.0-dev.1

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 (40) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green.css +1 -1
  4. package/dist/classic-lavender-dark.css +1 -1
  5. package/dist/classic-lavender.css +1 -1
  6. package/dist/classic-main-dark.css +1 -1
  7. package/dist/classic-main.css +1 -1
  8. package/dist/classic-metro-dark.css +1 -1
  9. package/dist/classic-metro.css +1 -1
  10. package/dist/classic-moonlight.css +1 -1
  11. package/dist/classic-opal-dark.css +1 -1
  12. package/dist/classic-opal.css +1 -1
  13. package/dist/classic-silver-dark.css +1 -1
  14. package/dist/classic-silver.css +1 -1
  15. package/dist/classic-uniform.css +1 -1
  16. package/dist/meta/sassdoc-data.json +720 -168
  17. package/dist/meta/sassdoc-raw-data.json +203 -70
  18. package/dist/meta/variables.json +309 -21
  19. package/lib/swatches/classic-green-dark.json +1 -1
  20. package/lib/swatches/classic-green.json +1 -1
  21. package/lib/swatches/classic-lavender-dark.json +1 -1
  22. package/lib/swatches/classic-lavender.json +1 -1
  23. package/lib/swatches/classic-main-dark.json +1 -1
  24. package/lib/swatches/classic-main.json +1 -1
  25. package/lib/swatches/classic-metro-dark.json +1 -1
  26. package/lib/swatches/classic-metro.json +1 -1
  27. package/lib/swatches/classic-moonlight.json +1 -1
  28. package/lib/swatches/classic-opal-dark.json +1 -1
  29. package/lib/swatches/classic-opal.json +1 -1
  30. package/lib/swatches/classic-silver-dark.json +1 -1
  31. package/lib/swatches/classic-silver.json +1 -1
  32. package/lib/swatches/classic-uniform.json +1 -1
  33. package/package.json +4 -4
  34. package/scss/button/_variables.scss +2 -2
  35. package/scss/core/_index.scss +12 -0
  36. package/scss/core/motion/index.scss +174 -1
  37. package/scss/dataviz/_variables.scss +1 -1
  38. package/scss/floating-label/_variables.scss +2 -1
  39. package/scss/slider/_variables.scss +4 -4
  40. package/scss/stepper/_variables.scss +2 -2
@@ -8533,7 +8533,7 @@
8533
8533
  "resolvedType": "Number"
8534
8534
  },
8535
8535
  {
8536
- "description": "The color transition of the flat Button.\n",
8536
+ "description": "The transition of the Button.\n",
8537
8537
  "commentRange": {
8538
8538
  "start": 270,
8539
8539
  "end": 271
@@ -8541,7 +8541,7 @@
8541
8541
  "context": {
8542
8542
  "type": "variable",
8543
8543
  "name": "kendo-button-transition",
8544
- "value": "color .2s ease-in-out",
8544
+ "value": "color k-transition(rapid), background-color k-transition(rapid), border-color k-transition(rapid), box-shadow k-transition(rapid), opacity k-transition(rapid)",
8545
8545
  "scope": "default",
8546
8546
  "line": {
8547
8547
  "start": 272,
@@ -8556,7 +8556,7 @@
8556
8556
  "path": "classic/scss/button/_variables.scss",
8557
8557
  "name": "_variables.scss"
8558
8558
  },
8559
- "resolvedValue": "(color 0.2s ease-in-out)",
8559
+ "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))",
8560
8560
  "resolvedType": "List"
8561
8561
  },
8562
8562
  {
@@ -15407,7 +15407,7 @@
15407
15407
  "context": {
15408
15408
  "type": "variable",
15409
15409
  "name": "kendo-chart-tooltip-transition",
15410
- "value": "left 300ms cubic-bezier(0, .33, .19, 1), top 300ms cubic-bezier(0, .33, .19, 1)",
15410
+ "value": "left k-transition(fade-in), top k-transition(fade-in)",
15411
15411
  "scope": "default",
15412
15412
  "line": {
15413
15413
  "start": 253,
@@ -15422,7 +15422,7 @@
15422
15422
  "path": "classic/scss/dataviz/_variables.scss",
15423
15423
  "name": "_variables.scss"
15424
15424
  },
15425
- "resolvedValue": "(left 300ms cubic-bezier(0, 0.33, 0.19, 1), top 300ms cubic-bezier(0, 0.33, 0.19, 1))",
15425
+ "resolvedValue": "(left var(--kendo-transition-fade-in), top var(--kendo-transition-fade-in))",
15426
15426
  "resolvedType": "List"
15427
15427
  },
15428
15428
  {
@@ -33727,8 +33727,8 @@
33727
33727
  {
33728
33728
  "description": "The transformation scale of the Floating Label.\n",
33729
33729
  "commentRange": {
33730
- "start": 5,
33731
- "end": 6
33730
+ "start": 6,
33731
+ "end": 7
33732
33732
  },
33733
33733
  "context": {
33734
33734
  "type": "variable",
@@ -33736,8 +33736,8 @@
33736
33736
  "value": "1",
33737
33737
  "scope": "default",
33738
33738
  "line": {
33739
- "start": 7,
33740
- "end": 7
33739
+ "start": 8,
33740
+ "end": 8
33741
33741
  }
33742
33742
  },
33743
33743
  "group": [
@@ -33754,8 +33754,8 @@
33754
33754
  {
33755
33755
  "description": "The font size of the Floating Label.\n",
33756
33756
  "commentRange": {
33757
- "start": 8,
33758
- "end": 9
33757
+ "start": 9,
33758
+ "end": 10
33759
33759
  },
33760
33760
  "context": {
33761
33761
  "type": "variable",
@@ -33763,8 +33763,8 @@
33763
33763
  "value": "$kendo-input-font-size",
33764
33764
  "scope": "default",
33765
33765
  "line": {
33766
- "start": 10,
33767
- "end": 10
33766
+ "start": 11,
33767
+ "end": 11
33768
33768
  }
33769
33769
  },
33770
33770
  "group": [
@@ -33781,8 +33781,8 @@
33781
33781
  {
33782
33782
  "description": "The maximum width of the Floating Label.\n",
33783
33783
  "commentRange": {
33784
- "start": 11,
33785
- "end": 12
33784
+ "start": 12,
33785
+ "end": 13
33786
33786
  },
33787
33787
  "context": {
33788
33788
  "type": "variable",
@@ -33790,8 +33790,8 @@
33790
33790
  "value": "90%",
33791
33791
  "scope": "default",
33792
33792
  "line": {
33793
- "start": 13,
33794
- "end": 13
33793
+ "start": 14,
33794
+ "end": 14
33795
33795
  }
33796
33796
  },
33797
33797
  "group": [
@@ -33808,8 +33808,8 @@
33808
33808
  {
33809
33809
  "description": "The line height of the Floating Label.\n",
33810
33810
  "commentRange": {
33811
- "start": 14,
33812
- "end": 15
33811
+ "start": 15,
33812
+ "end": 16
33813
33813
  },
33814
33814
  "context": {
33815
33815
  "type": "variable",
@@ -33817,8 +33817,8 @@
33817
33817
  "value": "$kendo-input-line-height",
33818
33818
  "scope": "default",
33819
33819
  "line": {
33820
- "start": 16,
33821
- "end": 16
33820
+ "start": 17,
33821
+ "end": 17
33822
33822
  }
33823
33823
  },
33824
33824
  "group": [
@@ -33835,8 +33835,8 @@
33835
33835
  {
33836
33836
  "description": "The height of the Floating Label.\n",
33837
33837
  "commentRange": {
33838
- "start": 17,
33839
- "end": 18
33838
+ "start": 18,
33839
+ "end": 19
33840
33840
  },
33841
33841
  "context": {
33842
33842
  "type": "variable",
@@ -33844,8 +33844,8 @@
33844
33844
  "value": "calc( #{$kendo-floating-label-line-height} * #{$kendo-floating-label-font-size} )",
33845
33845
  "scope": "default",
33846
33846
  "line": {
33847
- "start": 19,
33848
- "end": 19
33847
+ "start": 20,
33848
+ "end": 20
33849
33849
  }
33850
33850
  },
33851
33851
  "group": [
@@ -33862,8 +33862,8 @@
33862
33862
  {
33863
33863
  "description": "The horizontal offset of the Floating Label.\n",
33864
33864
  "commentRange": {
33865
- "start": 20,
33866
- "end": 21
33865
+ "start": 21,
33866
+ "end": 22
33867
33867
  },
33868
33868
  "context": {
33869
33869
  "type": "variable",
@@ -33871,8 +33871,8 @@
33871
33871
  "value": "calc( #{$kendo-input-md-padding-x} + #{$kendo-input-border-width} )",
33872
33872
  "scope": "default",
33873
33873
  "line": {
33874
- "start": 22,
33875
- "end": 22
33874
+ "start": 23,
33875
+ "end": 23
33876
33876
  }
33877
33877
  },
33878
33878
  "group": [
@@ -33889,8 +33889,8 @@
33889
33889
  {
33890
33890
  "description": "The vertical offset of the Floating Label.\n",
33891
33891
  "commentRange": {
33892
- "start": 23,
33893
- "end": 24
33892
+ "start": 24,
33893
+ "end": 25
33894
33894
  },
33895
33895
  "context": {
33896
33896
  "type": "variable",
@@ -33898,8 +33898,8 @@
33898
33898
  "value": "calc( #{$kendo-floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-md-padding-y} )",
33899
33899
  "scope": "default",
33900
33900
  "line": {
33901
- "start": 25,
33902
- "end": 25
33901
+ "start": 26,
33902
+ "end": 26
33903
33903
  }
33904
33904
  },
33905
33905
  "group": [
@@ -33916,8 +33916,8 @@
33916
33916
  {
33917
33917
  "description": "The transformation scale of the focused Floating Label.\n",
33918
33918
  "commentRange": {
33919
- "start": 27,
33920
- "end": 28
33919
+ "start": 28,
33920
+ "end": 29
33921
33921
  },
33922
33922
  "context": {
33923
33923
  "type": "variable",
@@ -33925,8 +33925,8 @@
33925
33925
  "value": "1",
33926
33926
  "scope": "default",
33927
33927
  "line": {
33928
- "start": 29,
33929
- "end": 29
33928
+ "start": 30,
33929
+ "end": 30
33930
33930
  }
33931
33931
  },
33932
33932
  "group": [
@@ -33943,8 +33943,8 @@
33943
33943
  {
33944
33944
  "description": "The horizontal offset of the focused Floating Label.\n",
33945
33945
  "commentRange": {
33946
- "start": 30,
33947
- "end": 31
33946
+ "start": 31,
33947
+ "end": 32
33948
33948
  },
33949
33949
  "context": {
33950
33950
  "type": "variable",
@@ -33952,8 +33952,8 @@
33952
33952
  "value": "0",
33953
33953
  "scope": "default",
33954
33954
  "line": {
33955
- "start": 32,
33956
- "end": 32
33955
+ "start": 33,
33956
+ "end": 33
33957
33957
  }
33958
33958
  },
33959
33959
  "group": [
@@ -33970,8 +33970,8 @@
33970
33970
  {
33971
33971
  "description": "The vertical offset of the focused Floating Label.\n",
33972
33972
  "commentRange": {
33973
- "start": 33,
33974
- "end": 34
33973
+ "start": 34,
33974
+ "end": 35
33975
33975
  },
33976
33976
  "context": {
33977
33977
  "type": "variable",
@@ -33979,8 +33979,8 @@
33979
33979
  "value": "0",
33980
33980
  "scope": "default",
33981
33981
  "line": {
33982
- "start": 35,
33983
- "end": 35
33982
+ "start": 36,
33983
+ "end": 36
33984
33984
  }
33985
33985
  },
33986
33986
  "group": [
@@ -33997,17 +33997,17 @@
33997
33997
  {
33998
33998
  "description": "The transition of the Floating Label.\n",
33999
33999
  "commentRange": {
34000
- "start": 37,
34001
- "end": 38
34000
+ "start": 38,
34001
+ "end": 39
34002
34002
  },
34003
34003
  "context": {
34004
34004
  "type": "variable",
34005
34005
  "name": "kendo-floating-label-transition",
34006
- "value": ".2s ease-out",
34006
+ "value": "k-transition(scale-in)",
34007
34007
  "scope": "default",
34008
34008
  "line": {
34009
- "start": 39,
34010
- "end": 39
34009
+ "start": 40,
34010
+ "end": 40
34011
34011
  }
34012
34012
  },
34013
34013
  "group": [
@@ -34018,14 +34018,14 @@
34018
34018
  "path": "classic/scss/floating-label/_variables.scss",
34019
34019
  "name": "_variables.scss"
34020
34020
  },
34021
- "resolvedValue": "(0.2s ease-out)",
34022
- "resolvedType": "List"
34021
+ "resolvedValue": "var(--kendo-transition-scale-in)",
34022
+ "resolvedType": "String"
34023
34023
  },
34024
34024
  {
34025
34025
  "description": "The background color of the Floating Label.\n",
34026
34026
  "commentRange": {
34027
- "start": 41,
34028
- "end": 42
34027
+ "start": 42,
34028
+ "end": 43
34029
34029
  },
34030
34030
  "context": {
34031
34031
  "type": "variable",
@@ -34033,8 +34033,8 @@
34033
34033
  "value": "null",
34034
34034
  "scope": "default",
34035
34035
  "line": {
34036
- "start": 43,
34037
- "end": 43
34036
+ "start": 44,
34037
+ "end": 44
34038
34038
  }
34039
34039
  },
34040
34040
  "group": [
@@ -34051,8 +34051,8 @@
34051
34051
  {
34052
34052
  "description": "The text color of the Floating Label.\n",
34053
34053
  "commentRange": {
34054
- "start": 44,
34055
- "end": 45
34054
+ "start": 45,
34055
+ "end": 46
34056
34056
  },
34057
34057
  "context": {
34058
34058
  "type": "variable",
@@ -34060,8 +34060,8 @@
34060
34060
  "value": "null",
34061
34061
  "scope": "default",
34062
34062
  "line": {
34063
- "start": 46,
34064
- "end": 46
34063
+ "start": 47,
34064
+ "end": 47
34065
34065
  }
34066
34066
  },
34067
34067
  "group": [
@@ -34078,8 +34078,8 @@
34078
34078
  {
34079
34079
  "description": "The background color of the focused Floating Label.\n",
34080
34080
  "commentRange": {
34081
- "start": 48,
34082
- "end": 49
34081
+ "start": 49,
34082
+ "end": 50
34083
34083
  },
34084
34084
  "context": {
34085
34085
  "type": "variable",
@@ -34087,8 +34087,8 @@
34087
34087
  "value": "null",
34088
34088
  "scope": "default",
34089
34089
  "line": {
34090
- "start": 50,
34091
- "end": 50
34090
+ "start": 51,
34091
+ "end": 51
34092
34092
  }
34093
34093
  },
34094
34094
  "group": [
@@ -34105,8 +34105,8 @@
34105
34105
  {
34106
34106
  "description": "The text color of the focused Floating Label.\n",
34107
34107
  "commentRange": {
34108
- "start": 51,
34109
- "end": 52
34108
+ "start": 52,
34109
+ "end": 53
34110
34110
  },
34111
34111
  "context": {
34112
34112
  "type": "variable",
@@ -34114,8 +34114,8 @@
34114
34114
  "value": "null",
34115
34115
  "scope": "default",
34116
34116
  "line": {
34117
- "start": 53,
34118
- "end": 53
34117
+ "start": 54,
34118
+ "end": 54
34119
34119
  }
34120
34120
  },
34121
34121
  "group": [
@@ -52330,6 +52330,279 @@
52330
52330
  "inverse": "var(--kendo-color-dark, #404040)"
52331
52331
  }
52332
52332
  },
52333
+ {
52334
+ "description": "The global map of motion easing tokens.\n",
52335
+ "commentRange": {
52336
+ "start": 141,
52337
+ "end": 142
52338
+ },
52339
+ "context": {
52340
+ "type": "variable",
52341
+ "name": "kendo-easings",
52342
+ "value": "$default-easings",
52343
+ "scope": "default",
52344
+ "line": {
52345
+ "start": 143,
52346
+ "end": 143
52347
+ }
52348
+ },
52349
+ "group": [
52350
+ "motion"
52351
+ ],
52352
+ "access": "public",
52353
+ "file": {
52354
+ "path": "classic/scss/core/motion/index.scss",
52355
+ "name": "index.scss"
52356
+ },
52357
+ "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))",
52358
+ "resolvedType": "Map",
52359
+ "prettyValue": {
52360
+ "linear": "cubic-bezier(0, 0, 1, 1)",
52361
+ "accelerate": "cubic-bezier(0.42, 0, 1, 1)",
52362
+ "decelerate": "cubic-bezier(0, 0, 0.58, 1)",
52363
+ "standard": "cubic-bezier(0.42, 0, 0.58, 1)",
52364
+ "sharp": "cubic-bezier(0.75, 0, 0.25, 1)",
52365
+ "bounce": "cubic-bezier(0.68, -0.55, 0.265, 1.55)",
52366
+ "elastic": "cubic-bezier(0.5, -0.5, 0.5, 1.5)"
52367
+ }
52368
+ },
52369
+ {
52370
+ "description": "The global map of motion duration tokens.\n",
52371
+ "commentRange": {
52372
+ "start": 146,
52373
+ "end": 147
52374
+ },
52375
+ "context": {
52376
+ "type": "variable",
52377
+ "name": "kendo-durations",
52378
+ "value": "$default-durations",
52379
+ "scope": "default",
52380
+ "line": {
52381
+ "start": 148,
52382
+ "end": 148
52383
+ }
52384
+ },
52385
+ "group": [
52386
+ "motion"
52387
+ ],
52388
+ "access": "public",
52389
+ "file": {
52390
+ "path": "classic/scss/core/motion/index.scss",
52391
+ "name": "index.scss"
52392
+ },
52393
+ "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)",
52394
+ "resolvedType": "Map",
52395
+ "prettyValue": {
52396
+ "instant": "0ms",
52397
+ "immediate": "50ms",
52398
+ "brief": "100ms",
52399
+ "quick": "150ms",
52400
+ "rapid": "200ms",
52401
+ "swift": "250ms",
52402
+ "speedy": "300ms",
52403
+ "brisk": "350ms",
52404
+ "prompt": "400ms",
52405
+ "timely": "450ms",
52406
+ "moderate": "500ms",
52407
+ "measured": "550ms",
52408
+ "steady": "600ms",
52409
+ "leisurely": "700ms",
52410
+ "slow": "800ms",
52411
+ "languid": "900ms",
52412
+ "sluggish": "1000ms"
52413
+ }
52414
+ },
52415
+ {
52416
+ "description": "The global map of motion transition tokens.\n",
52417
+ "commentRange": {
52418
+ "start": 151,
52419
+ "end": 172
52420
+ },
52421
+ "context": {
52422
+ "type": "variable",
52423
+ "name": "kendo-transitions",
52424
+ "value": "$default-transitions",
52425
+ "scope": "default",
52426
+ "line": {
52427
+ "start": 173,
52428
+ "end": 173
52429
+ }
52430
+ },
52431
+ "group": [
52432
+ "motion"
52433
+ ],
52434
+ "subGroup": [
52435
+ {
52436
+ "name": "fast",
52437
+ "value": [
52438
+ "instant",
52439
+ "rapid",
52440
+ "snappy",
52441
+ "energetic"
52442
+ ],
52443
+ "description": "Speed and Responsiveness"
52444
+ },
52445
+ {
52446
+ "name": "expressive",
52447
+ "value": [
52448
+ "emphasis",
52449
+ "bouncy",
52450
+ "pulse",
52451
+ "flip"
52452
+ ],
52453
+ "description": "Personality and Playfulness"
52454
+ },
52455
+ {
52456
+ "name": "calm",
52457
+ "value": [
52458
+ "subtle",
52459
+ "gentle",
52460
+ "settle",
52461
+ "smooth",
52462
+ "fluid",
52463
+ "deliberate"
52464
+ ],
52465
+ "description": "Subtle & Natural"
52466
+ },
52467
+ {
52468
+ "name": "visibility",
52469
+ "value": [
52470
+ "slide-in",
52471
+ "slide-out",
52472
+ "fade-in",
52473
+ "fade-out",
52474
+ "enter",
52475
+ "exit"
52476
+ ],
52477
+ "description": "Visibility & Movement Change"
52478
+ },
52479
+ {
52480
+ "name": "size",
52481
+ "value": [
52482
+ "scale-in",
52483
+ "scale-out",
52484
+ "grow",
52485
+ "shrink",
52486
+ "expand",
52487
+ "collapse"
52488
+ ],
52489
+ "description": "Size & Scale Adjustments"
52490
+ }
52491
+ ],
52492
+ "access": "public",
52493
+ "file": {
52494
+ "path": "classic/scss/core/motion/index.scss",
52495
+ "name": "index.scss"
52496
+ },
52497
+ "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)))",
52498
+ "resolvedType": "Map",
52499
+ "prettyValue": {
52500
+ "instant": {
52501
+ "duration": "var(--kendo-duration-instant)",
52502
+ "easing": "var(--kendo-easing-linear)"
52503
+ },
52504
+ "rapid": {
52505
+ "duration": "var(--kendo-duration-quick)",
52506
+ "easing": "var(--kendo-easing-decelerate)"
52507
+ },
52508
+ "snappy": {
52509
+ "duration": "var(--kendo-duration-swift)",
52510
+ "easing": "var(--kendo-easing-decelerate)"
52511
+ },
52512
+ "energetic": {
52513
+ "duration": "var(--kendo-duration-swift)",
52514
+ "easing": "var(--kendo-easing-elastic)"
52515
+ },
52516
+ "bouncy": {
52517
+ "duration": "var(--kendo-duration-speedy)",
52518
+ "easing": "var(--kendo-easing-bounce)"
52519
+ },
52520
+ "subtle": {
52521
+ "duration": "var(--kendo-duration-brisk)",
52522
+ "easing": "var(--kendo-easing-standard)"
52523
+ },
52524
+ "gentle": {
52525
+ "duration": "var(--kendo-duration-prompt)",
52526
+ "easing": "var(--kendo-easing-accelerate)"
52527
+ },
52528
+ "enter": {
52529
+ "duration": "var(--kendo-duration-speedy)",
52530
+ "easing": "var(--kendo-easing-decelerate)"
52531
+ },
52532
+ "exit": {
52533
+ "duration": "var(--kendo-duration-rapid)",
52534
+ "easing": "var(--kendo-easing-accelerate)"
52535
+ },
52536
+ "settle": {
52537
+ "duration": "var(--kendo-duration-brisk)",
52538
+ "easing": "var(--kendo-easing-decelerate)"
52539
+ },
52540
+ "scale-out": {
52541
+ "duration": "var(--kendo-duration-quick)",
52542
+ "easing": "var(--kendo-easing-accelerate)"
52543
+ },
52544
+ "scale-in": {
52545
+ "duration": "var(--kendo-duration-rapid)",
52546
+ "easing": "var(--kendo-easing-decelerate)"
52547
+ },
52548
+ "fade-out": {
52549
+ "duration": "var(--kendo-duration-rapid)",
52550
+ "easing": "var(--kendo-easing-standard)"
52551
+ },
52552
+ "fade-in": {
52553
+ "duration": "var(--kendo-duration-swift)",
52554
+ "easing": "var(--kendo-easing-standard)"
52555
+ },
52556
+ "slide-out": {
52557
+ "duration": "var(--kendo-duration-swift)",
52558
+ "easing": "var(--kendo-easing-accelerate)"
52559
+ },
52560
+ "slide-in": {
52561
+ "duration": "var(--kendo-duration-speedy)",
52562
+ "easing": "var(--kendo-easing-decelerate)"
52563
+ },
52564
+ "emphasis": {
52565
+ "duration": "var(--kendo-duration-quick)",
52566
+ "easing": "var(--kendo-easing-sharp)"
52567
+ },
52568
+ "collapse": {
52569
+ "duration": "var(--kendo-duration-speedy)",
52570
+ "easing": "var(--kendo-easing-accelerate)"
52571
+ },
52572
+ "expand": {
52573
+ "duration": "var(--kendo-duration-prompt)",
52574
+ "easing": "var(--kendo-easing-standard)"
52575
+ },
52576
+ "shrink": {
52577
+ "duration": "var(--kendo-duration-brisk)",
52578
+ "easing": "var(--kendo-easing-accelerate)"
52579
+ },
52580
+ "grow": {
52581
+ "duration": "var(--kendo-duration-prompt)",
52582
+ "easing": "var(--kendo-easing-standard)"
52583
+ },
52584
+ "pulse": {
52585
+ "duration": "var(--kendo-duration-brisk)",
52586
+ "easing": "var(--kendo-easing-standard)"
52587
+ },
52588
+ "smooth": {
52589
+ "duration": "var(--kendo-duration-moderate)",
52590
+ "easing": "var(--kendo-easing-standard)"
52591
+ },
52592
+ "flip": {
52593
+ "duration": "var(--kendo-duration-measured)",
52594
+ "easing": "var(--kendo-easing-standard)"
52595
+ },
52596
+ "fluid": {
52597
+ "duration": "var(--kendo-duration-steady)",
52598
+ "easing": "var(--kendo-easing-standard)"
52599
+ },
52600
+ "deliberate": {
52601
+ "duration": "var(--kendo-duration-slow)",
52602
+ "easing": "var(--kendo-easing-standard)"
52603
+ }
52604
+ }
52605
+ },
52333
52606
  {
52334
52607
  "description": "The minimum height of the 'No Data' text container.\n",
52335
52608
  "commentRange": {
@@ -70391,7 +70664,7 @@
70391
70664
  "context": {
70392
70665
  "type": "variable",
70393
70666
  "name": "kendo-slider-transition-speed",
70394
- "value": ".3s",
70667
+ "value": "k-duration(brisk)",
70395
70668
  "scope": "default",
70396
70669
  "line": {
70397
70670
  "start": 90,
@@ -70406,8 +70679,8 @@
70406
70679
  "path": "classic/scss/slider/_variables.scss",
70407
70680
  "name": "_variables.scss"
70408
70681
  },
70409
- "resolvedValue": "0.3s",
70410
- "resolvedType": "Number"
70682
+ "resolvedValue": "var(--kendo-duration-brisk, 350ms)",
70683
+ "resolvedType": "String"
70411
70684
  },
70412
70685
  {
70413
70686
  "description": "The transition function of the Slider.\n",
@@ -70418,7 +70691,7 @@
70418
70691
  "context": {
70419
70692
  "type": "variable",
70420
70693
  "name": "kendo-slider-transition-function",
70421
- "value": "ease-out",
70694
+ "value": "k-easing(standard)",
70422
70695
  "scope": "default",
70423
70696
  "line": {
70424
70697
  "start": 93,
@@ -70433,7 +70706,7 @@
70433
70706
  "path": "classic/scss/slider/_variables.scss",
70434
70707
  "name": "_variables.scss"
70435
70708
  },
70436
- "resolvedValue": "ease-out",
70709
+ "resolvedValue": "var(--kendo-easing-standard, cubic-bezier(0.42, 0, 0.58, 1))",
70437
70710
  "resolvedType": "String"
70438
70711
  },
70439
70712
  {
@@ -70445,7 +70718,7 @@
70445
70718
  "context": {
70446
70719
  "type": "variable",
70447
70720
  "name": "kendo-slider-draghandle-transition-speed",
70448
- "value": ".4s",
70721
+ "value": "k-duration(quick)",
70449
70722
  "scope": "default",
70450
70723
  "line": {
70451
70724
  "start": 96,
@@ -70460,8 +70733,8 @@
70460
70733
  "path": "classic/scss/slider/_variables.scss",
70461
70734
  "name": "_variables.scss"
70462
70735
  },
70463
- "resolvedValue": "0.4s",
70464
- "resolvedType": "Number"
70736
+ "resolvedValue": "var(--kendo-duration-quick, 150ms)",
70737
+ "resolvedType": "String"
70465
70738
  },
70466
70739
  {
70467
70740
  "description": "The transition function of the Slider drag handle.\n",
@@ -70472,7 +70745,7 @@
70472
70745
  "context": {
70473
70746
  "type": "variable",
70474
70747
  "name": "kendo-slider-draghandle-transition-function",
70475
- "value": "cubic-bezier(.25, .8, .25, 1)",
70748
+ "value": "k-easing(decelerate)",
70476
70749
  "scope": "default",
70477
70750
  "line": {
70478
70751
  "start": 99,
@@ -70487,7 +70760,7 @@
70487
70760
  "path": "classic/scss/slider/_variables.scss",
70488
70761
  "name": "_variables.scss"
70489
70762
  },
70490
- "resolvedValue": "cubic-bezier(0.25, 0.8, 0.25, 1)",
70763
+ "resolvedValue": "var(--kendo-easing-decelerate, cubic-bezier(0, 0, 0.58, 1))",
70491
70764
  "resolvedType": "String"
70492
70765
  },
70493
70766
  {
@@ -75512,7 +75785,7 @@
75512
75785
  "context": {
75513
75786
  "type": "variable",
75514
75787
  "name": "kendo-stepper-content-transition-duration",
75515
- "value": "300ms",
75788
+ "value": "k-duration(speedy)",
75516
75789
  "scope": "default",
75517
75790
  "line": {
75518
75791
  "start": 228,
@@ -75527,8 +75800,8 @@
75527
75800
  "path": "classic/scss/stepper/_variables.scss",
75528
75801
  "name": "_variables.scss"
75529
75802
  },
75530
- "resolvedValue": "300ms",
75531
- "resolvedType": "Number"
75803
+ "resolvedValue": "var(--kendo-duration-speedy, 300ms)",
75804
+ "resolvedType": "String"
75532
75805
  },
75533
75806
  {
75534
75807
  "description": "The timing function of the Stepper transition.\n",
@@ -75539,7 +75812,7 @@
75539
75812
  "context": {
75540
75813
  "type": "variable",
75541
75814
  "name": "kendo-stepper-content-transition-timing-function",
75542
- "value": "cubic-bezier(.4, 0, .2, 1) 0ms",
75815
+ "value": "k-easing(standard)",
75543
75816
  "scope": "default",
75544
75817
  "line": {
75545
75818
  "start": 231,
@@ -75554,8 +75827,8 @@
75554
75827
  "path": "classic/scss/stepper/_variables.scss",
75555
75828
  "name": "_variables.scss"
75556
75829
  },
75557
- "resolvedValue": "(cubic-bezier(0.4, 0, 0.2, 1) 0ms)",
75558
- "resolvedType": "List"
75830
+ "resolvedValue": "var(--kendo-easing-standard, cubic-bezier(0.42, 0, 0.58, 1))",
75831
+ "resolvedType": "String"
75559
75832
  },
75560
75833
  {
75561
75834
  "description": "The vertical padding of the Suggestion wrapper.\n",
@@ -103380,7 +103653,7 @@
103380
103653
  "resolvedType": "Number"
103381
103654
  },
103382
103655
  {
103383
- "description": "The color transition of the flat Button.\n",
103656
+ "description": "The transition of the Button.\n",
103384
103657
  "commentRange": {
103385
103658
  "start": 270,
103386
103659
  "end": 271
@@ -103388,7 +103661,7 @@
103388
103661
  "context": {
103389
103662
  "type": "variable",
103390
103663
  "name": "kendo-button-transition",
103391
- "value": "color .2s ease-in-out",
103664
+ "value": "color k-transition(rapid), background-color k-transition(rapid), border-color k-transition(rapid), box-shadow k-transition(rapid), opacity k-transition(rapid)",
103392
103665
  "scope": "default",
103393
103666
  "line": {
103394
103667
  "start": 272,
@@ -103403,7 +103676,7 @@
103403
103676
  "path": "classic/scss/button/_variables.scss",
103404
103677
  "name": "_variables.scss"
103405
103678
  },
103406
- "resolvedValue": "(color 0.2s ease-in-out)",
103679
+ "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))",
103407
103680
  "resolvedType": "List"
103408
103681
  }
103409
103682
  ]
@@ -110284,7 +110557,7 @@
110284
110557
  "context": {
110285
110558
  "type": "variable",
110286
110559
  "name": "kendo-chart-tooltip-transition",
110287
- "value": "left 300ms cubic-bezier(0, .33, .19, 1), top 300ms cubic-bezier(0, .33, .19, 1)",
110560
+ "value": "left k-transition(fade-in), top k-transition(fade-in)",
110288
110561
  "scope": "default",
110289
110562
  "line": {
110290
110563
  "start": 253,
@@ -110299,7 +110572,7 @@
110299
110572
  "path": "classic/scss/dataviz/_variables.scss",
110300
110573
  "name": "_variables.scss"
110301
110574
  },
110302
- "resolvedValue": "(left 300ms cubic-bezier(0, 0.33, 0.19, 1), top 300ms cubic-bezier(0, 0.33, 0.19, 1))",
110575
+ "resolvedValue": "(left var(--kendo-transition-fade-in), top var(--kendo-transition-fade-in))",
110303
110576
  "resolvedType": "List"
110304
110577
  },
110305
110578
  {
@@ -128972,8 +129245,8 @@
128972
129245
  {
128973
129246
  "description": "The transformation scale of the Floating Label.\n",
128974
129247
  "commentRange": {
128975
- "start": 5,
128976
- "end": 6
129248
+ "start": 6,
129249
+ "end": 7
128977
129250
  },
128978
129251
  "context": {
128979
129252
  "type": "variable",
@@ -128981,8 +129254,8 @@
128981
129254
  "value": "1",
128982
129255
  "scope": "default",
128983
129256
  "line": {
128984
- "start": 7,
128985
- "end": 7
129257
+ "start": 8,
129258
+ "end": 8
128986
129259
  }
128987
129260
  },
128988
129261
  "group": [
@@ -128999,8 +129272,8 @@
128999
129272
  {
129000
129273
  "description": "The font size of the Floating Label.\n",
129001
129274
  "commentRange": {
129002
- "start": 8,
129003
- "end": 9
129275
+ "start": 9,
129276
+ "end": 10
129004
129277
  },
129005
129278
  "context": {
129006
129279
  "type": "variable",
@@ -129008,8 +129281,8 @@
129008
129281
  "value": "$kendo-input-font-size",
129009
129282
  "scope": "default",
129010
129283
  "line": {
129011
- "start": 10,
129012
- "end": 10
129284
+ "start": 11,
129285
+ "end": 11
129013
129286
  }
129014
129287
  },
129015
129288
  "group": [
@@ -129026,8 +129299,8 @@
129026
129299
  {
129027
129300
  "description": "The maximum width of the Floating Label.\n",
129028
129301
  "commentRange": {
129029
- "start": 11,
129030
- "end": 12
129302
+ "start": 12,
129303
+ "end": 13
129031
129304
  },
129032
129305
  "context": {
129033
129306
  "type": "variable",
@@ -129035,8 +129308,8 @@
129035
129308
  "value": "90%",
129036
129309
  "scope": "default",
129037
129310
  "line": {
129038
- "start": 13,
129039
- "end": 13
129311
+ "start": 14,
129312
+ "end": 14
129040
129313
  }
129041
129314
  },
129042
129315
  "group": [
@@ -129053,8 +129326,8 @@
129053
129326
  {
129054
129327
  "description": "The line height of the Floating Label.\n",
129055
129328
  "commentRange": {
129056
- "start": 14,
129057
- "end": 15
129329
+ "start": 15,
129330
+ "end": 16
129058
129331
  },
129059
129332
  "context": {
129060
129333
  "type": "variable",
@@ -129062,8 +129335,8 @@
129062
129335
  "value": "$kendo-input-line-height",
129063
129336
  "scope": "default",
129064
129337
  "line": {
129065
- "start": 16,
129066
- "end": 16
129338
+ "start": 17,
129339
+ "end": 17
129067
129340
  }
129068
129341
  },
129069
129342
  "group": [
@@ -129080,8 +129353,8 @@
129080
129353
  {
129081
129354
  "description": "The height of the Floating Label.\n",
129082
129355
  "commentRange": {
129083
- "start": 17,
129084
- "end": 18
129356
+ "start": 18,
129357
+ "end": 19
129085
129358
  },
129086
129359
  "context": {
129087
129360
  "type": "variable",
@@ -129089,8 +129362,8 @@
129089
129362
  "value": "calc( #{$kendo-floating-label-line-height} * #{$kendo-floating-label-font-size} )",
129090
129363
  "scope": "default",
129091
129364
  "line": {
129092
- "start": 19,
129093
- "end": 19
129365
+ "start": 20,
129366
+ "end": 20
129094
129367
  }
129095
129368
  },
129096
129369
  "group": [
@@ -129107,8 +129380,8 @@
129107
129380
  {
129108
129381
  "description": "The horizontal offset of the Floating Label.\n",
129109
129382
  "commentRange": {
129110
- "start": 20,
129111
- "end": 21
129383
+ "start": 21,
129384
+ "end": 22
129112
129385
  },
129113
129386
  "context": {
129114
129387
  "type": "variable",
@@ -129116,8 +129389,8 @@
129116
129389
  "value": "calc( #{$kendo-input-md-padding-x} + #{$kendo-input-border-width} )",
129117
129390
  "scope": "default",
129118
129391
  "line": {
129119
- "start": 22,
129120
- "end": 22
129392
+ "start": 23,
129393
+ "end": 23
129121
129394
  }
129122
129395
  },
129123
129396
  "group": [
@@ -129134,8 +129407,8 @@
129134
129407
  {
129135
129408
  "description": "The vertical offset of the Floating Label.\n",
129136
129409
  "commentRange": {
129137
- "start": 23,
129138
- "end": 24
129410
+ "start": 24,
129411
+ "end": 25
129139
129412
  },
129140
129413
  "context": {
129141
129414
  "type": "variable",
@@ -129143,8 +129416,8 @@
129143
129416
  "value": "calc( #{$kendo-floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-md-padding-y} )",
129144
129417
  "scope": "default",
129145
129418
  "line": {
129146
- "start": 25,
129147
- "end": 25
129419
+ "start": 26,
129420
+ "end": 26
129148
129421
  }
129149
129422
  },
129150
129423
  "group": [
@@ -129161,8 +129434,8 @@
129161
129434
  {
129162
129435
  "description": "The transformation scale of the focused Floating Label.\n",
129163
129436
  "commentRange": {
129164
- "start": 27,
129165
- "end": 28
129437
+ "start": 28,
129438
+ "end": 29
129166
129439
  },
129167
129440
  "context": {
129168
129441
  "type": "variable",
@@ -129170,8 +129443,8 @@
129170
129443
  "value": "1",
129171
129444
  "scope": "default",
129172
129445
  "line": {
129173
- "start": 29,
129174
- "end": 29
129446
+ "start": 30,
129447
+ "end": 30
129175
129448
  }
129176
129449
  },
129177
129450
  "group": [
@@ -129188,8 +129461,8 @@
129188
129461
  {
129189
129462
  "description": "The horizontal offset of the focused Floating Label.\n",
129190
129463
  "commentRange": {
129191
- "start": 30,
129192
- "end": 31
129464
+ "start": 31,
129465
+ "end": 32
129193
129466
  },
129194
129467
  "context": {
129195
129468
  "type": "variable",
@@ -129197,8 +129470,8 @@
129197
129470
  "value": "0",
129198
129471
  "scope": "default",
129199
129472
  "line": {
129200
- "start": 32,
129201
- "end": 32
129473
+ "start": 33,
129474
+ "end": 33
129202
129475
  }
129203
129476
  },
129204
129477
  "group": [
@@ -129215,8 +129488,8 @@
129215
129488
  {
129216
129489
  "description": "The vertical offset of the focused Floating Label.\n",
129217
129490
  "commentRange": {
129218
- "start": 33,
129219
- "end": 34
129491
+ "start": 34,
129492
+ "end": 35
129220
129493
  },
129221
129494
  "context": {
129222
129495
  "type": "variable",
@@ -129224,8 +129497,8 @@
129224
129497
  "value": "0",
129225
129498
  "scope": "default",
129226
129499
  "line": {
129227
- "start": 35,
129228
- "end": 35
129500
+ "start": 36,
129501
+ "end": 36
129229
129502
  }
129230
129503
  },
129231
129504
  "group": [
@@ -129242,17 +129515,17 @@
129242
129515
  {
129243
129516
  "description": "The transition of the Floating Label.\n",
129244
129517
  "commentRange": {
129245
- "start": 37,
129246
- "end": 38
129518
+ "start": 38,
129519
+ "end": 39
129247
129520
  },
129248
129521
  "context": {
129249
129522
  "type": "variable",
129250
129523
  "name": "kendo-floating-label-transition",
129251
- "value": ".2s ease-out",
129524
+ "value": "k-transition(scale-in)",
129252
129525
  "scope": "default",
129253
129526
  "line": {
129254
- "start": 39,
129255
- "end": 39
129527
+ "start": 40,
129528
+ "end": 40
129256
129529
  }
129257
129530
  },
129258
129531
  "group": [
@@ -129263,14 +129536,14 @@
129263
129536
  "path": "classic/scss/floating-label/_variables.scss",
129264
129537
  "name": "_variables.scss"
129265
129538
  },
129266
- "resolvedValue": "(0.2s ease-out)",
129267
- "resolvedType": "List"
129539
+ "resolvedValue": "var(--kendo-transition-scale-in)",
129540
+ "resolvedType": "String"
129268
129541
  },
129269
129542
  {
129270
129543
  "description": "The background color of the Floating Label.\n",
129271
129544
  "commentRange": {
129272
- "start": 41,
129273
- "end": 42
129545
+ "start": 42,
129546
+ "end": 43
129274
129547
  },
129275
129548
  "context": {
129276
129549
  "type": "variable",
@@ -129278,8 +129551,8 @@
129278
129551
  "value": "null",
129279
129552
  "scope": "default",
129280
129553
  "line": {
129281
- "start": 43,
129282
- "end": 43
129554
+ "start": 44,
129555
+ "end": 44
129283
129556
  }
129284
129557
  },
129285
129558
  "group": [
@@ -129296,8 +129569,8 @@
129296
129569
  {
129297
129570
  "description": "The text color of the Floating Label.\n",
129298
129571
  "commentRange": {
129299
- "start": 44,
129300
- "end": 45
129572
+ "start": 45,
129573
+ "end": 46
129301
129574
  },
129302
129575
  "context": {
129303
129576
  "type": "variable",
@@ -129305,8 +129578,8 @@
129305
129578
  "value": "null",
129306
129579
  "scope": "default",
129307
129580
  "line": {
129308
- "start": 46,
129309
- "end": 46
129581
+ "start": 47,
129582
+ "end": 47
129310
129583
  }
129311
129584
  },
129312
129585
  "group": [
@@ -129323,8 +129596,8 @@
129323
129596
  {
129324
129597
  "description": "The background color of the focused Floating Label.\n",
129325
129598
  "commentRange": {
129326
- "start": 48,
129327
- "end": 49
129599
+ "start": 49,
129600
+ "end": 50
129328
129601
  },
129329
129602
  "context": {
129330
129603
  "type": "variable",
@@ -129332,8 +129605,8 @@
129332
129605
  "value": "null",
129333
129606
  "scope": "default",
129334
129607
  "line": {
129335
- "start": 50,
129336
- "end": 50
129608
+ "start": 51,
129609
+ "end": 51
129337
129610
  }
129338
129611
  },
129339
129612
  "group": [
@@ -129350,8 +129623,8 @@
129350
129623
  {
129351
129624
  "description": "The text color of the focused Floating Label.\n",
129352
129625
  "commentRange": {
129353
- "start": 51,
129354
- "end": 52
129626
+ "start": 52,
129627
+ "end": 53
129355
129628
  },
129356
129629
  "context": {
129357
129630
  "type": "variable",
@@ -129359,8 +129632,8 @@
129359
129632
  "value": "null",
129360
129633
  "scope": "default",
129361
129634
  "line": {
129362
- "start": 53,
129363
- "end": 53
129635
+ "start": 54,
129636
+ "end": 54
129364
129637
  }
129365
129638
  },
129366
129639
  "group": [
@@ -147685,6 +147958,285 @@
147685
147958
  }
147686
147959
  ]
147687
147960
  },
147961
+ {
147962
+ "id": "motion",
147963
+ "title": "Motion",
147964
+ "variables": [
147965
+ {
147966
+ "description": "The global map of motion easing tokens.\n",
147967
+ "commentRange": {
147968
+ "start": 141,
147969
+ "end": 142
147970
+ },
147971
+ "context": {
147972
+ "type": "variable",
147973
+ "name": "kendo-easings",
147974
+ "value": "$default-easings",
147975
+ "scope": "default",
147976
+ "line": {
147977
+ "start": 143,
147978
+ "end": 143
147979
+ }
147980
+ },
147981
+ "group": [
147982
+ "motion"
147983
+ ],
147984
+ "access": "public",
147985
+ "file": {
147986
+ "path": "classic/scss/core/motion/index.scss",
147987
+ "name": "index.scss"
147988
+ },
147989
+ "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))",
147990
+ "resolvedType": "Map",
147991
+ "prettyValue": {
147992
+ "linear": "cubic-bezier(0, 0, 1, 1)",
147993
+ "accelerate": "cubic-bezier(0.42, 0, 1, 1)",
147994
+ "decelerate": "cubic-bezier(0, 0, 0.58, 1)",
147995
+ "standard": "cubic-bezier(0.42, 0, 0.58, 1)",
147996
+ "sharp": "cubic-bezier(0.75, 0, 0.25, 1)",
147997
+ "bounce": "cubic-bezier(0.68, -0.55, 0.265, 1.55)",
147998
+ "elastic": "cubic-bezier(0.5, -0.5, 0.5, 1.5)"
147999
+ }
148000
+ },
148001
+ {
148002
+ "description": "The global map of motion duration tokens.\n",
148003
+ "commentRange": {
148004
+ "start": 146,
148005
+ "end": 147
148006
+ },
148007
+ "context": {
148008
+ "type": "variable",
148009
+ "name": "kendo-durations",
148010
+ "value": "$default-durations",
148011
+ "scope": "default",
148012
+ "line": {
148013
+ "start": 148,
148014
+ "end": 148
148015
+ }
148016
+ },
148017
+ "group": [
148018
+ "motion"
148019
+ ],
148020
+ "access": "public",
148021
+ "file": {
148022
+ "path": "classic/scss/core/motion/index.scss",
148023
+ "name": "index.scss"
148024
+ },
148025
+ "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)",
148026
+ "resolvedType": "Map",
148027
+ "prettyValue": {
148028
+ "instant": "0ms",
148029
+ "immediate": "50ms",
148030
+ "brief": "100ms",
148031
+ "quick": "150ms",
148032
+ "rapid": "200ms",
148033
+ "swift": "250ms",
148034
+ "speedy": "300ms",
148035
+ "brisk": "350ms",
148036
+ "prompt": "400ms",
148037
+ "timely": "450ms",
148038
+ "moderate": "500ms",
148039
+ "measured": "550ms",
148040
+ "steady": "600ms",
148041
+ "leisurely": "700ms",
148042
+ "slow": "800ms",
148043
+ "languid": "900ms",
148044
+ "sluggish": "1000ms"
148045
+ }
148046
+ },
148047
+ {
148048
+ "description": "The global map of motion transition tokens.\n",
148049
+ "commentRange": {
148050
+ "start": 151,
148051
+ "end": 172
148052
+ },
148053
+ "context": {
148054
+ "type": "variable",
148055
+ "name": "kendo-transitions",
148056
+ "value": "$default-transitions",
148057
+ "scope": "default",
148058
+ "line": {
148059
+ "start": 173,
148060
+ "end": 173
148061
+ }
148062
+ },
148063
+ "group": [
148064
+ "motion"
148065
+ ],
148066
+ "subGroup": [
148067
+ {
148068
+ "name": "fast",
148069
+ "value": [
148070
+ "instant",
148071
+ "rapid",
148072
+ "snappy",
148073
+ "energetic"
148074
+ ],
148075
+ "description": "Speed and Responsiveness"
148076
+ },
148077
+ {
148078
+ "name": "expressive",
148079
+ "value": [
148080
+ "emphasis",
148081
+ "bouncy",
148082
+ "pulse",
148083
+ "flip"
148084
+ ],
148085
+ "description": "Personality and Playfulness"
148086
+ },
148087
+ {
148088
+ "name": "calm",
148089
+ "value": [
148090
+ "subtle",
148091
+ "gentle",
148092
+ "settle",
148093
+ "smooth",
148094
+ "fluid",
148095
+ "deliberate"
148096
+ ],
148097
+ "description": "Subtle & Natural"
148098
+ },
148099
+ {
148100
+ "name": "visibility",
148101
+ "value": [
148102
+ "slide-in",
148103
+ "slide-out",
148104
+ "fade-in",
148105
+ "fade-out",
148106
+ "enter",
148107
+ "exit"
148108
+ ],
148109
+ "description": "Visibility & Movement Change"
148110
+ },
148111
+ {
148112
+ "name": "size",
148113
+ "value": [
148114
+ "scale-in",
148115
+ "scale-out",
148116
+ "grow",
148117
+ "shrink",
148118
+ "expand",
148119
+ "collapse"
148120
+ ],
148121
+ "description": "Size & Scale Adjustments"
148122
+ }
148123
+ ],
148124
+ "access": "public",
148125
+ "file": {
148126
+ "path": "classic/scss/core/motion/index.scss",
148127
+ "name": "index.scss"
148128
+ },
148129
+ "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)))",
148130
+ "resolvedType": "Map",
148131
+ "prettyValue": {
148132
+ "instant": {
148133
+ "duration": "var(--kendo-duration-instant)",
148134
+ "easing": "var(--kendo-easing-linear)"
148135
+ },
148136
+ "rapid": {
148137
+ "duration": "var(--kendo-duration-quick)",
148138
+ "easing": "var(--kendo-easing-decelerate)"
148139
+ },
148140
+ "snappy": {
148141
+ "duration": "var(--kendo-duration-swift)",
148142
+ "easing": "var(--kendo-easing-decelerate)"
148143
+ },
148144
+ "energetic": {
148145
+ "duration": "var(--kendo-duration-swift)",
148146
+ "easing": "var(--kendo-easing-elastic)"
148147
+ },
148148
+ "bouncy": {
148149
+ "duration": "var(--kendo-duration-speedy)",
148150
+ "easing": "var(--kendo-easing-bounce)"
148151
+ },
148152
+ "subtle": {
148153
+ "duration": "var(--kendo-duration-brisk)",
148154
+ "easing": "var(--kendo-easing-standard)"
148155
+ },
148156
+ "gentle": {
148157
+ "duration": "var(--kendo-duration-prompt)",
148158
+ "easing": "var(--kendo-easing-accelerate)"
148159
+ },
148160
+ "enter": {
148161
+ "duration": "var(--kendo-duration-speedy)",
148162
+ "easing": "var(--kendo-easing-decelerate)"
148163
+ },
148164
+ "exit": {
148165
+ "duration": "var(--kendo-duration-rapid)",
148166
+ "easing": "var(--kendo-easing-accelerate)"
148167
+ },
148168
+ "settle": {
148169
+ "duration": "var(--kendo-duration-brisk)",
148170
+ "easing": "var(--kendo-easing-decelerate)"
148171
+ },
148172
+ "scale-out": {
148173
+ "duration": "var(--kendo-duration-quick)",
148174
+ "easing": "var(--kendo-easing-accelerate)"
148175
+ },
148176
+ "scale-in": {
148177
+ "duration": "var(--kendo-duration-rapid)",
148178
+ "easing": "var(--kendo-easing-decelerate)"
148179
+ },
148180
+ "fade-out": {
148181
+ "duration": "var(--kendo-duration-rapid)",
148182
+ "easing": "var(--kendo-easing-standard)"
148183
+ },
148184
+ "fade-in": {
148185
+ "duration": "var(--kendo-duration-swift)",
148186
+ "easing": "var(--kendo-easing-standard)"
148187
+ },
148188
+ "slide-out": {
148189
+ "duration": "var(--kendo-duration-swift)",
148190
+ "easing": "var(--kendo-easing-accelerate)"
148191
+ },
148192
+ "slide-in": {
148193
+ "duration": "var(--kendo-duration-speedy)",
148194
+ "easing": "var(--kendo-easing-decelerate)"
148195
+ },
148196
+ "emphasis": {
148197
+ "duration": "var(--kendo-duration-quick)",
148198
+ "easing": "var(--kendo-easing-sharp)"
148199
+ },
148200
+ "collapse": {
148201
+ "duration": "var(--kendo-duration-speedy)",
148202
+ "easing": "var(--kendo-easing-accelerate)"
148203
+ },
148204
+ "expand": {
148205
+ "duration": "var(--kendo-duration-prompt)",
148206
+ "easing": "var(--kendo-easing-standard)"
148207
+ },
148208
+ "shrink": {
148209
+ "duration": "var(--kendo-duration-brisk)",
148210
+ "easing": "var(--kendo-easing-accelerate)"
148211
+ },
148212
+ "grow": {
148213
+ "duration": "var(--kendo-duration-prompt)",
148214
+ "easing": "var(--kendo-easing-standard)"
148215
+ },
148216
+ "pulse": {
148217
+ "duration": "var(--kendo-duration-brisk)",
148218
+ "easing": "var(--kendo-easing-standard)"
148219
+ },
148220
+ "smooth": {
148221
+ "duration": "var(--kendo-duration-moderate)",
148222
+ "easing": "var(--kendo-easing-standard)"
148223
+ },
148224
+ "flip": {
148225
+ "duration": "var(--kendo-duration-measured)",
148226
+ "easing": "var(--kendo-easing-standard)"
148227
+ },
148228
+ "fluid": {
148229
+ "duration": "var(--kendo-duration-steady)",
148230
+ "easing": "var(--kendo-easing-standard)"
148231
+ },
148232
+ "deliberate": {
148233
+ "duration": "var(--kendo-duration-slow)",
148234
+ "easing": "var(--kendo-easing-standard)"
148235
+ }
148236
+ }
148237
+ }
148238
+ ]
148239
+ },
147688
148240
  {
147689
148241
  "id": "no-data",
147690
148242
  "title": "NoData",
@@ -166093,7 +166645,7 @@
166093
166645
  "context": {
166094
166646
  "type": "variable",
166095
166647
  "name": "kendo-slider-transition-speed",
166096
- "value": ".3s",
166648
+ "value": "k-duration(brisk)",
166097
166649
  "scope": "default",
166098
166650
  "line": {
166099
166651
  "start": 90,
@@ -166108,8 +166660,8 @@
166108
166660
  "path": "classic/scss/slider/_variables.scss",
166109
166661
  "name": "_variables.scss"
166110
166662
  },
166111
- "resolvedValue": "0.3s",
166112
- "resolvedType": "Number"
166663
+ "resolvedValue": "var(--kendo-duration-brisk, 350ms)",
166664
+ "resolvedType": "String"
166113
166665
  },
166114
166666
  {
166115
166667
  "description": "The transition function of the Slider.\n",
@@ -166120,7 +166672,7 @@
166120
166672
  "context": {
166121
166673
  "type": "variable",
166122
166674
  "name": "kendo-slider-transition-function",
166123
- "value": "ease-out",
166675
+ "value": "k-easing(standard)",
166124
166676
  "scope": "default",
166125
166677
  "line": {
166126
166678
  "start": 93,
@@ -166135,7 +166687,7 @@
166135
166687
  "path": "classic/scss/slider/_variables.scss",
166136
166688
  "name": "_variables.scss"
166137
166689
  },
166138
- "resolvedValue": "ease-out",
166690
+ "resolvedValue": "var(--kendo-easing-standard, cubic-bezier(0.42, 0, 0.58, 1))",
166139
166691
  "resolvedType": "String"
166140
166692
  },
166141
166693
  {
@@ -166147,7 +166699,7 @@
166147
166699
  "context": {
166148
166700
  "type": "variable",
166149
166701
  "name": "kendo-slider-draghandle-transition-speed",
166150
- "value": ".4s",
166702
+ "value": "k-duration(quick)",
166151
166703
  "scope": "default",
166152
166704
  "line": {
166153
166705
  "start": 96,
@@ -166162,8 +166714,8 @@
166162
166714
  "path": "classic/scss/slider/_variables.scss",
166163
166715
  "name": "_variables.scss"
166164
166716
  },
166165
- "resolvedValue": "0.4s",
166166
- "resolvedType": "Number"
166717
+ "resolvedValue": "var(--kendo-duration-quick, 150ms)",
166718
+ "resolvedType": "String"
166167
166719
  },
166168
166720
  {
166169
166721
  "description": "The transition function of the Slider drag handle.\n",
@@ -166174,7 +166726,7 @@
166174
166726
  "context": {
166175
166727
  "type": "variable",
166176
166728
  "name": "kendo-slider-draghandle-transition-function",
166177
- "value": "cubic-bezier(.25, .8, .25, 1)",
166729
+ "value": "k-easing(decelerate)",
166178
166730
  "scope": "default",
166179
166731
  "line": {
166180
166732
  "start": 99,
@@ -166189,7 +166741,7 @@
166189
166741
  "path": "classic/scss/slider/_variables.scss",
166190
166742
  "name": "_variables.scss"
166191
166743
  },
166192
- "resolvedValue": "cubic-bezier(0.25, 0.8, 0.25, 1)",
166744
+ "resolvedValue": "var(--kendo-easing-decelerate, cubic-bezier(0, 0, 0.58, 1))",
166193
166745
  "resolvedType": "String"
166194
166746
  },
166195
166747
  {
@@ -171244,7 +171796,7 @@
171244
171796
  "context": {
171245
171797
  "type": "variable",
171246
171798
  "name": "kendo-stepper-content-transition-duration",
171247
- "value": "300ms",
171799
+ "value": "k-duration(speedy)",
171248
171800
  "scope": "default",
171249
171801
  "line": {
171250
171802
  "start": 228,
@@ -171259,8 +171811,8 @@
171259
171811
  "path": "classic/scss/stepper/_variables.scss",
171260
171812
  "name": "_variables.scss"
171261
171813
  },
171262
- "resolvedValue": "300ms",
171263
- "resolvedType": "Number"
171814
+ "resolvedValue": "var(--kendo-duration-speedy, 300ms)",
171815
+ "resolvedType": "String"
171264
171816
  },
171265
171817
  {
171266
171818
  "description": "The timing function of the Stepper transition.\n",
@@ -171271,7 +171823,7 @@
171271
171823
  "context": {
171272
171824
  "type": "variable",
171273
171825
  "name": "kendo-stepper-content-transition-timing-function",
171274
- "value": "cubic-bezier(.4, 0, .2, 1) 0ms",
171826
+ "value": "k-easing(standard)",
171275
171827
  "scope": "default",
171276
171828
  "line": {
171277
171829
  "start": 231,
@@ -171286,8 +171838,8 @@
171286
171838
  "path": "classic/scss/stepper/_variables.scss",
171287
171839
  "name": "_variables.scss"
171288
171840
  },
171289
- "resolvedValue": "(cubic-bezier(0.4, 0, 0.2, 1) 0ms)",
171290
- "resolvedType": "List"
171841
+ "resolvedValue": "var(--kendo-easing-standard, cubic-bezier(0.42, 0, 0.58, 1))",
171842
+ "resolvedType": "String"
171291
171843
  }
171292
171844
  ]
171293
171845
  },