@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
@@ -7825,7 +7825,7 @@
7825
7825
  }
7826
7826
  },
7827
7827
  {
7828
- "description": "The box-shadow transition of the Button.\n",
7828
+ "description": "The transition of the Button.\n",
7829
7829
  "commentRange": {
7830
7830
  "start": 273,
7831
7831
  "end": 274
@@ -7833,7 +7833,7 @@
7833
7833
  "context": {
7834
7834
  "type": "variable",
7835
7835
  "name": "kendo-button-transition",
7836
- "value": "box-shadow 280ms cubic-bezier( .4, 0, .2, 1 )",
7836
+ "value": "color k-transition(rapid), background-color k-transition(rapid), border-color k-transition(rapid), box-shadow k-transition(rapid), opacity k-transition(rapid)",
7837
7837
  "scope": "default",
7838
7838
  "line": {
7839
7839
  "start": 275,
@@ -14208,7 +14208,7 @@
14208
14208
  "context": {
14209
14209
  "type": "variable",
14210
14210
  "name": "kendo-chart-tooltip-transition",
14211
- "value": "left 300ms cubic-bezier(0, .33, .19, 1), top 300ms cubic-bezier(0, .33, .19, 1)",
14211
+ "value": "left k-transition(fade-in), top k-transition(fade-in)",
14212
14212
  "scope": "default",
14213
14213
  "line": {
14214
14214
  "start": 252,
@@ -31002,7 +31002,7 @@
31002
31002
  "context": {
31003
31003
  "type": "variable",
31004
31004
  "name": "kendo-floating-label-transition",
31005
- "value": ".15s cubic-bezier( .4, 0, .2, 1 )",
31005
+ "value": "k-transition(scale-in)",
31006
31006
  "scope": "default",
31007
31007
  "line": {
31008
31008
  "start": 40,
@@ -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": {
@@ -54968,6 +55101,31 @@
54968
55101
  "name": "_variables.scss"
54969
55102
  }
54970
55103
  },
55104
+ {
55105
+ "description": "The border color of the flat hovered Picker components.\n",
55106
+ "commentRange": {
55107
+ "start": 404,
55108
+ "end": 405
55109
+ },
55110
+ "context": {
55111
+ "type": "variable",
55112
+ "name": "kendo-picker-flat-hover-border",
55113
+ "value": "$kendo-picker-hover-border",
55114
+ "scope": "default",
55115
+ "line": {
55116
+ "start": 406,
55117
+ "end": 406
55118
+ }
55119
+ },
55120
+ "group": [
55121
+ "picker"
55122
+ ],
55123
+ "access": "public",
55124
+ "file": {
55125
+ "path": "input/_variables.scss",
55126
+ "name": "_variables.scss"
55127
+ }
55128
+ },
54971
55129
  {
54972
55130
  "description": "The background color of the flat focused Picker components.\n",
54973
55131
  "commentRange": {
@@ -55143,31 +55301,6 @@
55143
55301
  "name": "_variables.scss"
55144
55302
  }
55145
55303
  },
55146
- {
55147
- "description": "The border color of the flat hovered Picker components.\n",
55148
- "commentRange": {
55149
- "start": 404,
55150
- "end": 405
55151
- },
55152
- "context": {
55153
- "type": "variable",
55154
- "name": "kendo-picker-flat-hover-border",
55155
- "value": "$kendo-picker-hover-border",
55156
- "scope": "default",
55157
- "line": {
55158
- "start": 406,
55159
- "end": 406
55160
- }
55161
- },
55162
- "group": [
55163
- "pickers"
55164
- ],
55165
- "access": "public",
55166
- "file": {
55167
- "path": "input/_variables.scss",
55168
- "name": "_variables.scss"
55169
- }
55170
- },
55171
55304
  {
55172
55305
  "description": "The spacer of the PivotGrid.\n",
55173
55306
  "commentRange": {
@@ -64552,7 +64685,7 @@
64552
64685
  "context": {
64553
64686
  "type": "variable",
64554
64687
  "name": "kendo-slider-transition-speed",
64555
- "value": ".3s",
64688
+ "value": "k-duration(brisk)",
64556
64689
  "scope": "default",
64557
64690
  "line": {
64558
64691
  "start": 93,
@@ -64577,7 +64710,7 @@
64577
64710
  "context": {
64578
64711
  "type": "variable",
64579
64712
  "name": "kendo-slider-transition-function",
64580
- "value": "ease-out",
64713
+ "value": "k-easing(standard)",
64581
64714
  "scope": "default",
64582
64715
  "line": {
64583
64716
  "start": 96,
@@ -64602,7 +64735,7 @@
64602
64735
  "context": {
64603
64736
  "type": "variable",
64604
64737
  "name": "kendo-slider-draghandle-transition-speed",
64605
- "value": ".4s",
64738
+ "value": "k-duration(quick)",
64606
64739
  "scope": "default",
64607
64740
  "line": {
64608
64741
  "start": 99,
@@ -64627,7 +64760,7 @@
64627
64760
  "context": {
64628
64761
  "type": "variable",
64629
64762
  "name": "kendo-slider-draghandle-transition-function",
64630
- "value": "cubic-bezier(.25, .8, .25, 1)",
64763
+ "value": "k-easing(decelerate)",
64631
64764
  "scope": "default",
64632
64765
  "line": {
64633
64766
  "start": 102,
@@ -69280,7 +69413,7 @@
69280
69413
  "context": {
69281
69414
  "type": "variable",
69282
69415
  "name": "kendo-stepper-content-transition-duration",
69283
- "value": "300ms",
69416
+ "value": "k-duration(speedy)",
69284
69417
  "scope": "default",
69285
69418
  "line": {
69286
69419
  "start": 230,
@@ -69305,7 +69438,7 @@
69305
69438
  "context": {
69306
69439
  "type": "variable",
69307
69440
  "name": "kendo-stepper-content-transition-timing-function",
69308
- "value": "cubic-bezier(.4, 0, .2, 1) 0ms",
69441
+ "value": "k-easing(standard)",
69309
69442
  "scope": "default",
69310
69443
  "line": {
69311
69444
  "start": 233,