@progress/kendo-theme-classic 12.2.4-dev.1 → 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 (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
@@ -7775,7 +7775,7 @@
7775
7775
  }
7776
7776
  },
7777
7777
  {
7778
- "description": "The color transition of the flat Button.\n",
7778
+ "description": "The transition of the Button.\n",
7779
7779
  "commentRange": {
7780
7780
  "start": 270,
7781
7781
  "end": 271
@@ -7783,7 +7783,7 @@
7783
7783
  "context": {
7784
7784
  "type": "variable",
7785
7785
  "name": "kendo-button-transition",
7786
- "value": "color .2s ease-in-out",
7786
+ "value": "color k-transition(rapid), background-color k-transition(rapid), border-color k-transition(rapid), box-shadow k-transition(rapid), opacity k-transition(rapid)",
7787
7787
  "scope": "default",
7788
7788
  "line": {
7789
7789
  "start": 272,
@@ -14108,7 +14108,7 @@
14108
14108
  "context": {
14109
14109
  "type": "variable",
14110
14110
  "name": "kendo-chart-tooltip-transition",
14111
- "value": "left 300ms cubic-bezier(0, .33, .19, 1), top 300ms cubic-bezier(0, .33, .19, 1)",
14111
+ "value": "left k-transition(fade-in), top k-transition(fade-in)",
14112
14112
  "scope": "default",
14113
14113
  "line": {
14114
14114
  "start": 253,
@@ -30821,8 +30821,8 @@
30821
30821
  {
30822
30822
  "description": "The transformation scale of the Floating Label.\n",
30823
30823
  "commentRange": {
30824
- "start": 5,
30825
- "end": 6
30824
+ "start": 6,
30825
+ "end": 7
30826
30826
  },
30827
30827
  "context": {
30828
30828
  "type": "variable",
@@ -30830,8 +30830,8 @@
30830
30830
  "value": "1",
30831
30831
  "scope": "default",
30832
30832
  "line": {
30833
- "start": 7,
30834
- "end": 7
30833
+ "start": 8,
30834
+ "end": 8
30835
30835
  }
30836
30836
  },
30837
30837
  "group": [
@@ -30846,8 +30846,8 @@
30846
30846
  {
30847
30847
  "description": "The font size of the Floating Label.\n",
30848
30848
  "commentRange": {
30849
- "start": 8,
30850
- "end": 9
30849
+ "start": 9,
30850
+ "end": 10
30851
30851
  },
30852
30852
  "context": {
30853
30853
  "type": "variable",
@@ -30855,8 +30855,8 @@
30855
30855
  "value": "$kendo-input-font-size",
30856
30856
  "scope": "default",
30857
30857
  "line": {
30858
- "start": 10,
30859
- "end": 10
30858
+ "start": 11,
30859
+ "end": 11
30860
30860
  }
30861
30861
  },
30862
30862
  "group": [
@@ -30871,8 +30871,8 @@
30871
30871
  {
30872
30872
  "description": "The maximum width of the Floating Label.\n",
30873
30873
  "commentRange": {
30874
- "start": 11,
30875
- "end": 12
30874
+ "start": 12,
30875
+ "end": 13
30876
30876
  },
30877
30877
  "context": {
30878
30878
  "type": "variable",
@@ -30880,8 +30880,8 @@
30880
30880
  "value": "90%",
30881
30881
  "scope": "default",
30882
30882
  "line": {
30883
- "start": 13,
30884
- "end": 13
30883
+ "start": 14,
30884
+ "end": 14
30885
30885
  }
30886
30886
  },
30887
30887
  "group": [
@@ -30896,8 +30896,8 @@
30896
30896
  {
30897
30897
  "description": "The line height of the Floating Label.\n",
30898
30898
  "commentRange": {
30899
- "start": 14,
30900
- "end": 15
30899
+ "start": 15,
30900
+ "end": 16
30901
30901
  },
30902
30902
  "context": {
30903
30903
  "type": "variable",
@@ -30905,8 +30905,8 @@
30905
30905
  "value": "$kendo-input-line-height",
30906
30906
  "scope": "default",
30907
30907
  "line": {
30908
- "start": 16,
30909
- "end": 16
30908
+ "start": 17,
30909
+ "end": 17
30910
30910
  }
30911
30911
  },
30912
30912
  "group": [
@@ -30921,8 +30921,8 @@
30921
30921
  {
30922
30922
  "description": "The height of the Floating Label.\n",
30923
30923
  "commentRange": {
30924
- "start": 17,
30925
- "end": 18
30924
+ "start": 18,
30925
+ "end": 19
30926
30926
  },
30927
30927
  "context": {
30928
30928
  "type": "variable",
@@ -30930,8 +30930,8 @@
30930
30930
  "value": "calc( #{$kendo-floating-label-line-height} * #{$kendo-floating-label-font-size} )",
30931
30931
  "scope": "default",
30932
30932
  "line": {
30933
- "start": 19,
30934
- "end": 19
30933
+ "start": 20,
30934
+ "end": 20
30935
30935
  }
30936
30936
  },
30937
30937
  "group": [
@@ -30946,8 +30946,8 @@
30946
30946
  {
30947
30947
  "description": "The horizontal offset of the Floating Label.\n",
30948
30948
  "commentRange": {
30949
- "start": 20,
30950
- "end": 21
30949
+ "start": 21,
30950
+ "end": 22
30951
30951
  },
30952
30952
  "context": {
30953
30953
  "type": "variable",
@@ -30955,8 +30955,8 @@
30955
30955
  "value": "calc( #{$kendo-input-md-padding-x} + #{$kendo-input-border-width} )",
30956
30956
  "scope": "default",
30957
30957
  "line": {
30958
- "start": 22,
30959
- "end": 22
30958
+ "start": 23,
30959
+ "end": 23
30960
30960
  }
30961
30961
  },
30962
30962
  "group": [
@@ -30971,8 +30971,8 @@
30971
30971
  {
30972
30972
  "description": "The vertical offset of the Floating Label.\n",
30973
30973
  "commentRange": {
30974
- "start": 23,
30975
- "end": 24
30974
+ "start": 24,
30975
+ "end": 25
30976
30976
  },
30977
30977
  "context": {
30978
30978
  "type": "variable",
@@ -30980,8 +30980,8 @@
30980
30980
  "value": "calc( #{$kendo-floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-md-padding-y} )",
30981
30981
  "scope": "default",
30982
30982
  "line": {
30983
- "start": 25,
30984
- "end": 25
30983
+ "start": 26,
30984
+ "end": 26
30985
30985
  }
30986
30986
  },
30987
30987
  "group": [
@@ -30996,8 +30996,8 @@
30996
30996
  {
30997
30997
  "description": "The transformation scale of the focused Floating Label.\n",
30998
30998
  "commentRange": {
30999
- "start": 27,
31000
- "end": 28
30999
+ "start": 28,
31000
+ "end": 29
31001
31001
  },
31002
31002
  "context": {
31003
31003
  "type": "variable",
@@ -31005,8 +31005,8 @@
31005
31005
  "value": "1",
31006
31006
  "scope": "default",
31007
31007
  "line": {
31008
- "start": 29,
31009
- "end": 29
31008
+ "start": 30,
31009
+ "end": 30
31010
31010
  }
31011
31011
  },
31012
31012
  "group": [
@@ -31021,8 +31021,8 @@
31021
31021
  {
31022
31022
  "description": "The horizontal offset of the focused Floating Label.\n",
31023
31023
  "commentRange": {
31024
- "start": 30,
31025
- "end": 31
31024
+ "start": 31,
31025
+ "end": 32
31026
31026
  },
31027
31027
  "context": {
31028
31028
  "type": "variable",
@@ -31030,8 +31030,8 @@
31030
31030
  "value": "0",
31031
31031
  "scope": "default",
31032
31032
  "line": {
31033
- "start": 32,
31034
- "end": 32
31033
+ "start": 33,
31034
+ "end": 33
31035
31035
  }
31036
31036
  },
31037
31037
  "group": [
@@ -31046,8 +31046,8 @@
31046
31046
  {
31047
31047
  "description": "The vertical offset of the focused Floating Label.\n",
31048
31048
  "commentRange": {
31049
- "start": 33,
31050
- "end": 34
31049
+ "start": 34,
31050
+ "end": 35
31051
31051
  },
31052
31052
  "context": {
31053
31053
  "type": "variable",
@@ -31055,8 +31055,8 @@
31055
31055
  "value": "0",
31056
31056
  "scope": "default",
31057
31057
  "line": {
31058
- "start": 35,
31059
- "end": 35
31058
+ "start": 36,
31059
+ "end": 36
31060
31060
  }
31061
31061
  },
31062
31062
  "group": [
@@ -31071,17 +31071,17 @@
31071
31071
  {
31072
31072
  "description": "The transition of the Floating Label.\n",
31073
31073
  "commentRange": {
31074
- "start": 37,
31075
- "end": 38
31074
+ "start": 38,
31075
+ "end": 39
31076
31076
  },
31077
31077
  "context": {
31078
31078
  "type": "variable",
31079
31079
  "name": "kendo-floating-label-transition",
31080
- "value": ".2s ease-out",
31080
+ "value": "k-transition(scale-in)",
31081
31081
  "scope": "default",
31082
31082
  "line": {
31083
- "start": 39,
31084
- "end": 39
31083
+ "start": 40,
31084
+ "end": 40
31085
31085
  }
31086
31086
  },
31087
31087
  "group": [
@@ -31096,8 +31096,8 @@
31096
31096
  {
31097
31097
  "description": "The background color of the Floating Label.\n",
31098
31098
  "commentRange": {
31099
- "start": 41,
31100
- "end": 42
31099
+ "start": 42,
31100
+ "end": 43
31101
31101
  },
31102
31102
  "context": {
31103
31103
  "type": "variable",
@@ -31105,8 +31105,8 @@
31105
31105
  "value": "null",
31106
31106
  "scope": "default",
31107
31107
  "line": {
31108
- "start": 43,
31109
- "end": 43
31108
+ "start": 44,
31109
+ "end": 44
31110
31110
  }
31111
31111
  },
31112
31112
  "group": [
@@ -31121,8 +31121,8 @@
31121
31121
  {
31122
31122
  "description": "The text color of the Floating Label.\n",
31123
31123
  "commentRange": {
31124
- "start": 44,
31125
- "end": 45
31124
+ "start": 45,
31125
+ "end": 46
31126
31126
  },
31127
31127
  "context": {
31128
31128
  "type": "variable",
@@ -31130,8 +31130,8 @@
31130
31130
  "value": "null",
31131
31131
  "scope": "default",
31132
31132
  "line": {
31133
- "start": 46,
31134
- "end": 46
31133
+ "start": 47,
31134
+ "end": 47
31135
31135
  }
31136
31136
  },
31137
31137
  "group": [
@@ -31146,8 +31146,8 @@
31146
31146
  {
31147
31147
  "description": "The background color of the focused Floating Label.\n",
31148
31148
  "commentRange": {
31149
- "start": 48,
31150
- "end": 49
31149
+ "start": 49,
31150
+ "end": 50
31151
31151
  },
31152
31152
  "context": {
31153
31153
  "type": "variable",
@@ -31155,8 +31155,8 @@
31155
31155
  "value": "null",
31156
31156
  "scope": "default",
31157
31157
  "line": {
31158
- "start": 50,
31159
- "end": 50
31158
+ "start": 51,
31159
+ "end": 51
31160
31160
  }
31161
31161
  },
31162
31162
  "group": [
@@ -31171,8 +31171,8 @@
31171
31171
  {
31172
31172
  "description": "The text color of the focused Floating Label.\n",
31173
31173
  "commentRange": {
31174
- "start": 51,
31175
- "end": 52
31174
+ "start": 52,
31175
+ "end": 53
31176
31176
  },
31177
31177
  "context": {
31178
31178
  "type": "variable",
@@ -31180,8 +31180,8 @@
31180
31180
  "value": "null",
31181
31181
  "scope": "default",
31182
31182
  "line": {
31183
- "start": 53,
31184
- "end": 53
31183
+ "start": 54,
31184
+ "end": 54
31185
31185
  }
31186
31186
  },
31187
31187
  "group": [
@@ -47893,6 +47893,139 @@
47893
47893
  "name": "_variables.scss"
47894
47894
  }
47895
47895
  },
47896
+ {
47897
+ "description": "The global map of motion easing tokens.\n",
47898
+ "commentRange": {
47899
+ "start": 141,
47900
+ "end": 142
47901
+ },
47902
+ "context": {
47903
+ "type": "variable",
47904
+ "name": "kendo-easings",
47905
+ "value": "$default-easings",
47906
+ "scope": "default",
47907
+ "line": {
47908
+ "start": 143,
47909
+ "end": 143
47910
+ }
47911
+ },
47912
+ "group": [
47913
+ "motion"
47914
+ ],
47915
+ "access": "public",
47916
+ "file": {
47917
+ "path": "core/motion/index.scss",
47918
+ "name": "index.scss"
47919
+ }
47920
+ },
47921
+ {
47922
+ "description": "The global map of motion duration tokens.\n",
47923
+ "commentRange": {
47924
+ "start": 146,
47925
+ "end": 147
47926
+ },
47927
+ "context": {
47928
+ "type": "variable",
47929
+ "name": "kendo-durations",
47930
+ "value": "$default-durations",
47931
+ "scope": "default",
47932
+ "line": {
47933
+ "start": 148,
47934
+ "end": 148
47935
+ }
47936
+ },
47937
+ "group": [
47938
+ "motion"
47939
+ ],
47940
+ "access": "public",
47941
+ "file": {
47942
+ "path": "core/motion/index.scss",
47943
+ "name": "index.scss"
47944
+ }
47945
+ },
47946
+ {
47947
+ "description": "The global map of motion transition tokens.\n",
47948
+ "commentRange": {
47949
+ "start": 151,
47950
+ "end": 172
47951
+ },
47952
+ "context": {
47953
+ "type": "variable",
47954
+ "name": "kendo-transitions",
47955
+ "value": "$default-transitions",
47956
+ "scope": "default",
47957
+ "line": {
47958
+ "start": 173,
47959
+ "end": 173
47960
+ }
47961
+ },
47962
+ "group": [
47963
+ "motion"
47964
+ ],
47965
+ "subGroup": [
47966
+ {
47967
+ "name": "fast",
47968
+ "value": [
47969
+ "instant",
47970
+ "rapid",
47971
+ "snappy",
47972
+ "energetic"
47973
+ ],
47974
+ "description": "Speed and Responsiveness"
47975
+ },
47976
+ {
47977
+ "name": "expressive",
47978
+ "value": [
47979
+ "emphasis",
47980
+ "bouncy",
47981
+ "pulse",
47982
+ "flip"
47983
+ ],
47984
+ "description": "Personality and Playfulness"
47985
+ },
47986
+ {
47987
+ "name": "calm",
47988
+ "value": [
47989
+ "subtle",
47990
+ "gentle",
47991
+ "settle",
47992
+ "smooth",
47993
+ "fluid",
47994
+ "deliberate"
47995
+ ],
47996
+ "description": "Subtle & Natural"
47997
+ },
47998
+ {
47999
+ "name": "visibility",
48000
+ "value": [
48001
+ "slide-in",
48002
+ "slide-out",
48003
+ "fade-in",
48004
+ "fade-out",
48005
+ "enter",
48006
+ "exit"
48007
+ ],
48008
+ "description": "Visibility & Movement Change"
48009
+ },
48010
+ {
48011
+ "name": "size",
48012
+ "value": [
48013
+ "scale-in",
48014
+ "scale-out",
48015
+ "grow",
48016
+ "shrink",
48017
+ "expand",
48018
+ "collapse"
48019
+ ],
48020
+ "description": "Size & Scale Adjustments"
48021
+ }
48022
+ ],
48023
+ "access": "public",
48024
+ "file": {
48025
+ "path": "core/motion/index.scss",
48026
+ "name": "index.scss"
48027
+ }
48028
+ },
47896
48029
  {
47897
48030
  "description": "The minimum height of the 'No Data' text container.\n",
47898
48031
  "commentRange": {
@@ -64477,7 +64610,7 @@
64477
64610
  "context": {
64478
64611
  "type": "variable",
64479
64612
  "name": "kendo-slider-transition-speed",
64480
- "value": ".3s",
64613
+ "value": "k-duration(brisk)",
64481
64614
  "scope": "default",
64482
64615
  "line": {
64483
64616
  "start": 90,
@@ -64502,7 +64635,7 @@
64502
64635
  "context": {
64503
64636
  "type": "variable",
64504
64637
  "name": "kendo-slider-transition-function",
64505
- "value": "ease-out",
64638
+ "value": "k-easing(standard)",
64506
64639
  "scope": "default",
64507
64640
  "line": {
64508
64641
  "start": 93,
@@ -64527,7 +64660,7 @@
64527
64660
  "context": {
64528
64661
  "type": "variable",
64529
64662
  "name": "kendo-slider-draghandle-transition-speed",
64530
- "value": ".4s",
64663
+ "value": "k-duration(quick)",
64531
64664
  "scope": "default",
64532
64665
  "line": {
64533
64666
  "start": 96,
@@ -64552,7 +64685,7 @@
64552
64685
  "context": {
64553
64686
  "type": "variable",
64554
64687
  "name": "kendo-slider-draghandle-transition-function",
64555
- "value": "cubic-bezier(.25, .8, .25, 1)",
64688
+ "value": "k-easing(decelerate)",
64556
64689
  "scope": "default",
64557
64690
  "line": {
64558
64691
  "start": 99,
@@ -69180,7 +69313,7 @@
69180
69313
  "context": {
69181
69314
  "type": "variable",
69182
69315
  "name": "kendo-stepper-content-transition-duration",
69183
- "value": "300ms",
69316
+ "value": "k-duration(speedy)",
69184
69317
  "scope": "default",
69185
69318
  "line": {
69186
69319
  "start": 228,
@@ -69205,7 +69338,7 @@
69205
69338
  "context": {
69206
69339
  "type": "variable",
69207
69340
  "name": "kendo-stepper-content-transition-timing-function",
69208
- "value": "cubic-bezier(.4, 0, .2, 1) 0ms",
69341
+ "value": "k-easing(standard)",
69209
69342
  "scope": "default",
69210
69343
  "line": {
69211
69344
  "start": 231,